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

PROJECT (sourcing_v2), SPIDER (bca.uk)

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" 200 None
2026-03-30 06:19:34 [bca.uk] INFO: Scrape type for KV20%20YPO: 2
2026-03-30 06:19:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51e23c7c-7cb0-54a8-ae1d-3de314292761 with identifier: KV20%20YPO
2026-03-30 06:19:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51e23c7c-7cb0-54a8-ae1d-3de314292761 with scrape type 2
2026-03-30 06:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51e23c7c-7cb0-54a8-ae1d-3de314292761 with scrape type 2
2026-03-30 06:19:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51e23c7c-7cb0-54a8-ae1d-3de314292761, identifier: KV20%20YPO
2026-03-30 06:19:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6928d28b-acff-59af-b1d0-1ccf93d66a27 with identifier: EY21%20MWV
2026-03-30 06:19:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6928d28b-acff-59af-b1d0-1ccf93d66a27 with identifier: EY21%20MWV
2026-03-30 06:19:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6928d28b-acff-59af-b1d0-1ccf93d66a27 with identifier: EY21%20MWV to the API
2026-03-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=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY21%20MWV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6928d28b-acff-59af-b1d0-1ccf93d66a27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY21 MWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY21%20MWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 59744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCITE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCITE',
 'vin': 'LSJW74U93LZ241135',
 'year': 2021}
2026-03-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%27EY21%2520MWV%27 HTTP/1.1" 200 None
2026-03-30 06:19:34 [bca.uk] INFO: Saving data for EY21%20MWV: {'auction_closing_time': 1774864800.0, 'created_time': 1774650707.532996, 'last_price_update_time': 1774851574.72369}
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='EY21%2520MWV') HTTP/1.1" 204 0
2026-03-30 06:19:34 [bca.uk] INFO: Found listing with ID: PF14%20WGO
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%27PF14%2520WGO%27 HTTP/1.1" 200 None
2026-03-30 06:19:34 [bca.uk] INFO: Scrape type for PF14%20WGO: 2
2026-03-30 06:19:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with identifier: PF14%20WGO
2026-03-30 06:19:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with scrape type 2
2026-03-30 06:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with scrape type 2
2026-03-30 06:19:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8aeafd6-1d1c-596b-99f2-b151dc5f9fea, identifier: PF14%20WGO
2026-03-30 06:19:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61abebb9-0406-59a8-8593-2537d8285ab4 with identifier: FM21%20GZT
2026-03-30 06:19:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61abebb9-0406-59a8-8593-2537d8285ab4 with identifier: FM21%20GZT
2026-03-30 06:19:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61abebb9-0406-59a8-8593-2537d8285ab4 with identifier: FM21%20GZT to the API
2026-03-30 06:19:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM21%20GZT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61abebb9-0406-59a8-8593-2537d8285ab4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FM21 GZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM21%20GZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'PROACE VERSO',
 'odometer': 95845,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE VERSO 1.5 D 120 SHUTTLE MEDIUM MPV',
 'transmission': 'manual',
 'trim': 'D 120 SHUTTLE MEDIUM',
 'vin': 'YARVAYHVMGZ000632',
 'year': 2021}
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520GZT%27 HTTP/1.1" 200 None
2026-03-30 06:19:35 [bca.uk] INFO: Saving data for FM21%20GZT: {'auction_closing_time': 1774951200.0, 'created_time': 1774650278.600523, 'last_price_update_time': 1774851575.209754}
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM21%2520GZT') HTTP/1.1" 204 0
2026-03-30 06:19:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51e23c7c-7cb0-54a8-ae1d-3de314292761 with identifier: KV20%20YPO
2026-03-30 06:19:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51e23c7c-7cb0-54a8-ae1d-3de314292761 with identifier: KV20%20YPO
2026-03-30 06:19:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51e23c7c-7cb0-54a8-ae1d-3de314292761 with identifier: KV20%20YPO to the API
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:35 [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': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV20%20YPO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '51e23c7c-7cb0-54a8-ae1d-3de314292761',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV20 YPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV20%20YPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 41503,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.2 DUALJET 90 SHVS SZ5 ALLGRIP Hatchback',
 'transmission': 'manual',
 'trim': 'DUALJET 90 SHVS SZ5 ALLGRIP',
 'vin': 'JSAAZD53S00302277',
 'year': 2020}
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520YPO%27 HTTP/1.1" 200 None
2026-03-30 06:19:35 [bca.uk] INFO: Saving data for KV20%20YPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774004960.944342, 'last_price_update_time': 1774851575.501748}
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV20%2520YPO') HTTP/1.1" 204 0
2026-03-30 06:19:35 [bca.uk] INFO: Found listing with ID: FY70%20KXT
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520KXT%27 HTTP/1.1" 200 None
2026-03-30 06:19:35 [bca.uk] INFO: Scrape type for FY70%20KXT: 2
2026-03-30 06:19:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eedad24d-b6a1-521c-9c39-fcf6b074af28 with identifier: FY70%20KXT
2026-03-30 06:19:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eedad24d-b6a1-521c-9c39-fcf6b074af28 with scrape type 2
2026-03-30 06:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eedad24d-b6a1-521c-9c39-fcf6b074af28 with scrape type 2
2026-03-30 06:19:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eedad24d-b6a1-521c-9c39-fcf6b074af28, identifier: FY70%20KXT
2026-03-30 06:19:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with identifier: PF14%20WGO
2026-03-30 06:19:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with identifier: PF14%20WGO
2026-03-30 06:19:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8aeafd6-1d1c-596b-99f2-b151dc5f9fea with identifier: PF14%20WGO to the API
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF14%20WGO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e8aeafd6-1d1c-596b-99f2-b151dc5f9fea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF14 WGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF14%20WGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 57607,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWZB32000WR11892',
 'year': 2014}
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF14%2520WGO%27 HTTP/1.1" 200 None
2026-03-30 06:19:35 [bca.uk] INFO: Saving data for PF14%20WGO: {'auction_closing_time': 1775037600.0, 'created_time': 1774650347.517965, 'last_price_update_time': 1774851575.901168}
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF14%2520WGO') HTTP/1.1" 204 0
2026-03-30 06:19:35 [bca.uk] INFO: Found listing with ID: KS21%20VMV
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS21%2520VMV%27 HTTP/1.1" 200 None
2026-03-30 06:19:35 [bca.uk] INFO: Scrape type for KS21%20VMV: 2
2026-03-30 06:19:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0301a093-4808-5645-b5ff-4fc9e517db66 with identifier: KS21%20VMV
2026-03-30 06:19:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0301a093-4808-5645-b5ff-4fc9e517db66 with scrape type 2
2026-03-30 06:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0301a093-4808-5645-b5ff-4fc9e517db66 with scrape type 2
2026-03-30 06:19:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0301a093-4808-5645-b5ff-4fc9e517db66, identifier: KS21%20VMV
2026-03-30 06:19:36 [bca.uk] INFO: Found listing with ID: LO72%20AHD
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHD%27 HTTP/1.1" 200 None
2026-03-30 06:19:36 [bca.uk] INFO: Scrape type for LO72%20AHD: 2
2026-03-30 06:19:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3985386a-c3d1-58a5-97b7-a1a4e031c66a with identifier: LO72%20AHD
2026-03-30 06:19:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3985386a-c3d1-58a5-97b7-a1a4e031c66a with scrape type 2
2026-03-30 06:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3985386a-c3d1-58a5-97b7-a1a4e031c66a with scrape type 2
2026-03-30 06:19:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3985386a-c3d1-58a5-97b7-a1a4e031c66a, identifier: LO72%20AHD
2026-03-30 06:19:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eedad24d-b6a1-521c-9c39-fcf6b074af28 with identifier: FY70%20KXT
2026-03-30 06:19:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eedad24d-b6a1-521c-9c39-fcf6b074af28 with identifier: FY70%20KXT
2026-03-30 06:19:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eedad24d-b6a1-521c-9c39-fcf6b074af28 with identifier: FY70%20KXT to the API
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY70%20KXT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eedad24d-b6a1-521c-9c39-fcf6b074af28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY70 KXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY70%20KXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MAZDA',
 'model': '6',
 'odometer': 89243,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MAZDA 6 2.5 191 GT SPORT+ Saloon',
 'transmission': 'automatic',
 'trim': '191 GT SPORT+',
 'vin': 'JMZGL62M801708995',
 'year': 2020}
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520KXT%27 HTTP/1.1" 200 None
2026-03-30 06:19:36 [bca.uk] INFO: Saving data for FY70%20KXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774650723.548947, 'last_price_update_time': 1774851576.480898}
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY70%2520KXT') HTTP/1.1" 204 0
2026-03-30 06:19:36 [bca.uk] INFO: Found listing with ID: SG16%20XHH
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG16%2520XHH%27 HTTP/1.1" 200 None
2026-03-30 06:19:36 [bca.uk] INFO: Scrape type for SG16%20XHH: 2
2026-03-30 06:19:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b277ff8-8172-54be-88d6-3668cfd3d6db with identifier: SG16%20XHH
2026-03-30 06:19:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b277ff8-8172-54be-88d6-3668cfd3d6db with scrape type 2
2026-03-30 06:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b277ff8-8172-54be-88d6-3668cfd3d6db with scrape type 2
2026-03-30 06:19:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b277ff8-8172-54be-88d6-3668cfd3d6db, identifier: SG16%20XHH
2026-03-30 06:19:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0301a093-4808-5645-b5ff-4fc9e517db66 with identifier: KS21%20VMV
2026-03-30 06:19:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0301a093-4808-5645-b5ff-4fc9e517db66 with identifier: KS21%20VMV
2026-03-30 06:19:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0301a093-4808-5645-b5ff-4fc9e517db66 with identifier: KS21%20VMV to the API
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS21%20VMV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0301a093-4808-5645-b5ff-4fc9e517db66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS21 VMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS21%20VMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 106700,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 1000 PROF.STD. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 PROF.STD.',
 'vin': 'VR3EFYHYCMJ700528',
 'year': 2021}
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS21%2520VMV%27 HTTP/1.1" 200 None
2026-03-30 06:19:36 [bca.uk] INFO: Saving data for KS21%20VMV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650317.721348, 'last_price_update_time': 1774851576.871089}
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS21%2520VMV') HTTP/1.1" 204 0
2026-03-30 06:19:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3985386a-c3d1-58a5-97b7-a1a4e031c66a with identifier: LO72%20AHD
2026-03-30 06:19:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3985386a-c3d1-58a5-97b7-a1a4e031c66a with identifier: LO72%20AHD
2026-03-30 06:19:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3985386a-c3d1-58a5-97b7-a1a4e031c66a with identifier: LO72%20AHD to the API
2026-03-30 06:19:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20AHD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3985386a-c3d1-58a5-97b7-a1a4e031c66a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 AHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20AHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 23403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC200070976',
 'year': 2022}
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHD%27 HTTP/1.1" 200 None
2026-03-30 06:19:37 [bca.uk] INFO: Saving data for LO72%20AHD: {'auction_closing_time': 1775556000.0, 'created_time': 1774650146.980592, 'last_price_update_time': 1774851577.152698}
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AHD') HTTP/1.1" 204 0
2026-03-30 06:19:37 [bca.uk] INFO: Found listing with ID: HJ70%20UXS
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520UXS%27 HTTP/1.1" 200 None
2026-03-30 06:19:37 [bca.uk] INFO: Scrape type for HJ70%20UXS: 2
2026-03-30 06:19:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with identifier: HJ70%20UXS
2026-03-30 06:19:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with scrape type 2
2026-03-30 06:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with scrape type 2
2026-03-30 06:19:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3a7b491-d0d5-5cad-a7f0-dca415c3f171, identifier: HJ70%20UXS
2026-03-30 06:19:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b277ff8-8172-54be-88d6-3668cfd3d6db with identifier: SG16%20XHH
2026-03-30 06:19:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b277ff8-8172-54be-88d6-3668cfd3d6db with identifier: SG16%20XHH
2026-03-30 06:19:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b277ff8-8172-54be-88d6-3668cfd3d6db with identifier: SG16%20XHH to the API
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG16%20XHH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b277ff8-8172-54be-88d6-3668cfd3d6db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG16 XHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG16%20XHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 91789,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 ZETEC WHITE EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC WHITE EDITION',
 'vin': 'WF0UXXLTRUFJ69562',
 'year': 2016}
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG16%2520XHH%27 HTTP/1.1" 200 None
2026-03-30 06:19:37 [bca.uk] INFO: Saving data for SG16%20XHH: {'auction_closing_time': 1775037600.0, 'created_time': 1774650349.517239, 'last_price_update_time': 1774851577.569974}
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG16%2520XHH') HTTP/1.1" 204 0
2026-03-30 06:19:37 [bca.uk] INFO: Found listing with ID: WN23%20YZY
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520YZY%27 HTTP/1.1" 200 None
2026-03-30 06:19:37 [bca.uk] INFO: Scrape type for WN23%20YZY: 2
2026-03-30 06:19:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c69ba82-5419-589e-b0f2-f2f00568f18f with identifier: WN23%20YZY
2026-03-30 06:19:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c69ba82-5419-589e-b0f2-f2f00568f18f with scrape type 2
2026-03-30 06:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c69ba82-5419-589e-b0f2-f2f00568f18f with scrape type 2
2026-03-30 06:19:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c69ba82-5419-589e-b0f2-f2f00568f18f, identifier: WN23%20YZY
2026-03-30 06:19:37 [bca.uk] INFO: Found listing with ID: KW13%20UPM
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW13%2520UPM%27 HTTP/1.1" 200 None
2026-03-30 06:19:37 [bca.uk] INFO: Scrape type for KW13%20UPM: 2
2026-03-30 06:19:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4901df58-4e85-5755-b50e-1c6e3e07929d with identifier: KW13%20UPM
2026-03-30 06:19:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4901df58-4e85-5755-b50e-1c6e3e07929d with scrape type 2
2026-03-30 06:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4901df58-4e85-5755-b50e-1c6e3e07929d with scrape type 2
2026-03-30 06:19:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4901df58-4e85-5755-b50e-1c6e3e07929d, identifier: KW13%20UPM
2026-03-30 06:19:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with identifier: HJ70%20UXS
2026-03-30 06:19:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with identifier: HJ70%20UXS
2026-03-30 06:19:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3a7b491-d0d5-5cad-a7f0-dca415c3f171 with identifier: HJ70%20UXS to the API
2026-03-30 06:19:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ70%20UXS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f3a7b491-d0d5-5cad-a7f0-dca415c3f171',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ70 UXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ70%20UXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 71364,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.6 30 TDI S LINE Hatchback',
 'transmission': 'manual',
 'trim': '30 TDI S LINE',
 'vin': 'WAUZZZGA6LA071666',
 'year': 2020}
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520UXS%27 HTTP/1.1" 200 None
2026-03-30 06:19:38 [bca.uk] INFO: Saving data for HJ70%20UXS: {'auction_closing_time': 1774864800.0, 'created_time': 1774650722.983694, 'last_price_update_time': 1774851578.139722}
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ70%2520UXS') HTTP/1.1" 204 0
2026-03-30 06:19:38 [bca.uk] INFO: Found listing with ID: OV23%20EXE
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EXE%27 HTTP/1.1" 200 None
2026-03-30 06:19:38 [bca.uk] INFO: Scrape type for OV23%20EXE: 2
2026-03-30 06:19:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with identifier: OV23%20EXE
2026-03-30 06:19:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with scrape type 2
2026-03-30 06:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with scrape type 2
2026-03-30 06:19:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4831087-dbf7-5cd7-b960-a4576ad7d7c7, identifier: OV23%20EXE
2026-03-30 06:19:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c69ba82-5419-589e-b0f2-f2f00568f18f with identifier: WN23%20YZY
2026-03-30 06:19:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c69ba82-5419-589e-b0f2-f2f00568f18f with identifier: WN23%20YZY
2026-03-30 06:19:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c69ba82-5419-589e-b0f2-f2f00568f18f with identifier: WN23%20YZY to the API
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:38 [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': 191,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2c69ba82-5419-589e-b0f2-f2f00568f18f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN23 YZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20YZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 42959,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNR57220',
 'year': 2023}
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520YZY%27 HTTP/1.1" 200 None
2026-03-30 06:19:38 [bca.uk] INFO: Saving data for WN23%20YZY: {'auction_closing_time': 1774951200.0, 'created_time': 1774650298.090861, 'last_price_update_time': 1774851578.670363}
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520YZY') HTTP/1.1" 204 0
2026-03-30 06:19:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:19:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4901df58-4e85-5755-b50e-1c6e3e07929d with identifier: KW13%20UPM
2026-03-30 06:19:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4901df58-4e85-5755-b50e-1c6e3e07929d with identifier: KW13%20UPM
2026-03-30 06:19:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4901df58-4e85-5755-b50e-1c6e3e07929d with identifier: KW13%20UPM to the API
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW13%20UPM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4901df58-4e85-5755-b50e-1c6e3e07929d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW13 UPM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW13%20UPM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 126117,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 CDI B/E EXECUTIVE SE Saloon',
 'transmission': 'manual',
 'trim': 'CDI B/E EXECUTIVE SE',
 'vin': 'WDD2040022A882924',
 'year': 2013}
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW13%2520UPM%27 HTTP/1.1" 200 None
2026-03-30 06:19:38 [bca.uk] INFO: Saving data for KW13%20UPM: {'auction_closing_time': 1775124000.0, 'created_time': 1774650144.825784, 'last_price_update_time': 1774851578.942084}
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW13%2520UPM') HTTP/1.1" 204 0
2026-03-30 06:19:38 [bca.uk] INFO: Found listing with ID: KM19%20FZW
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM19%2520FZW%27 HTTP/1.1" 200 None
2026-03-30 06:19:38 [bca.uk] INFO: Scrape type for KM19%20FZW: 2
2026-03-30 06:19:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5728065-6cc5-533d-982b-7767526db16e with identifier: KM19%20FZW
2026-03-30 06:19:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5728065-6cc5-533d-982b-7767526db16e with scrape type 2
2026-03-30 06:19:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5728065-6cc5-533d-982b-7767526db16e with scrape type 2
2026-03-30 06:19:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5728065-6cc5-533d-982b-7767526db16e, identifier: KM19%20FZW
2026-03-30 06:19:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with identifier: OV23%20EXE
2026-03-30 06:19:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with identifier: OV23%20EXE
2026-03-30 06:19:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4831087-dbf7-5cd7-b960-a4576ad7d7c7 with identifier: OV23%20EXE to the API
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20EXE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a4831087-dbf7-5cd7-b960-a4576ad7d7c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV23 EXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20EXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 52349,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 78KWH SM2 LONG RANGE',
 'vin': 'YSMVSEGE9PL150295',
 'year': 2023}
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EXE%27 HTTP/1.1" 200 None
2026-03-30 06:19:39 [bca.uk] INFO: Saving data for OV23%20EXE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650334.387876, 'last_price_update_time': 1774851579.337458}
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520EXE') HTTP/1.1" 204 0
2026-03-30 06:19:39 [bca.uk] INFO: Found listing with ID: WN23%20ZBD
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZBD%27 HTTP/1.1" 200 None
2026-03-30 06:19:39 [bca.uk] INFO: Scrape type for WN23%20ZBD: 2
2026-03-30 06:19:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e61defb5-eed4-5150-a3c7-331ff180af4f with identifier: WN23%20ZBD
2026-03-30 06:19:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e61defb5-eed4-5150-a3c7-331ff180af4f with scrape type 2
2026-03-30 06:19:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e61defb5-eed4-5150-a3c7-331ff180af4f with scrape type 2
2026-03-30 06:19:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e61defb5-eed4-5150-a3c7-331ff180af4f, identifier: WN23%20ZBD
2026-03-30 06:19:39 [bca.uk] INFO: Found listing with ID: FL69%20EJK
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520EJK%27 HTTP/1.1" 200 None
2026-03-30 06:19:39 [bca.uk] INFO: Scrape type for FL69%20EJK: 2
2026-03-30 06:19:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54917da1-c0f7-5000-82e5-acc3f96a9352 with identifier: FL69%20EJK
2026-03-30 06:19:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54917da1-c0f7-5000-82e5-acc3f96a9352 with scrape type 2
2026-03-30 06:19:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54917da1-c0f7-5000-82e5-acc3f96a9352 with scrape type 2
2026-03-30 06:19:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54917da1-c0f7-5000-82e5-acc3f96a9352, identifier: FL69%20EJK
2026-03-30 06:19:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5728065-6cc5-533d-982b-7767526db16e with identifier: KM19%20FZW
2026-03-30 06:19:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5728065-6cc5-533d-982b-7767526db16e with identifier: KM19%20FZW
2026-03-30 06:19:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5728065-6cc5-533d-982b-7767526db16e with identifier: KM19%20FZW to the API
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM19%20FZW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c5728065-6cc5-533d-982b-7767526db16e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM19 FZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM19%20FZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'E400 D',
 'odometer': 40393,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E400 D 2.9 AMG LINE 4M 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'WDD2130232A642608',
 'year': 2019}
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM19%2520FZW%27 HTTP/1.1" 200 None
2026-03-30 06:19:39 [bca.uk] INFO: Saving data for KM19%20FZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774650724.245447, 'last_price_update_time': 1774851579.883671}
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM19%2520FZW') HTTP/1.1" 204 0
2026-03-30 06:19:39 [bca.uk] INFO: Found listing with ID: YH73%20SOC
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SOC%27 HTTP/1.1" 200 None
2026-03-30 06:19:39 [bca.uk] INFO: Scrape type for YH73%20SOC: 2
2026-03-30 06:19:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ea7964a-3729-554c-9f22-1ea305010e34 with identifier: YH73%20SOC
2026-03-30 06:19:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ea7964a-3729-554c-9f22-1ea305010e34 with scrape type 2
2026-03-30 06:19:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ea7964a-3729-554c-9f22-1ea305010e34 with scrape type 2
2026-03-30 06:19:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ea7964a-3729-554c-9f22-1ea305010e34, identifier: YH73%20SOC
2026-03-30 06:19:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e61defb5-eed4-5150-a3c7-331ff180af4f with identifier: WN23%20ZBD
2026-03-30 06:19:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e61defb5-eed4-5150-a3c7-331ff180af4f with identifier: WN23%20ZBD
2026-03-30 06:19:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e61defb5-eed4-5150-a3c7-331ff180af4f with identifier: WN23%20ZBD to the API
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:40 [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': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20ZBD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e61defb5-eed4-5150-a3c7-331ff180af4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN23 ZBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20ZBD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 39026,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNR57222',
 'year': 2023}
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZBD%27 HTTP/1.1" 200 None
2026-03-30 06:19:40 [bca.uk] INFO: Saving data for WN23%20ZBD: {'auction_closing_time': 1774951200.0, 'created_time': 1774650318.123395, 'last_price_update_time': 1774851580.305075}
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520ZBD') HTTP/1.1" 204 0
2026-03-30 06:19:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54917da1-c0f7-5000-82e5-acc3f96a9352 with identifier: FL69%20EJK
2026-03-30 06:19:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54917da1-c0f7-5000-82e5-acc3f96a9352 with identifier: FL69%20EJK
2026-03-30 06:19:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54917da1-c0f7-5000-82e5-acc3f96a9352 with identifier: FL69%20EJK to the API
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL69%20EJK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '54917da1-c0f7-5000-82e5-acc3f96a9352',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL69 EJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL69%20EJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'TARRACO',
 'odometer': 47403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SEAT TARRACO 1.5 TSI EVO 150 XCELLENCE LUX StationWagon',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 XCELLENCE LUX',
 'vin': 'VSSZZZKNZLW001752',
 'year': 2019}
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520EJK%27 HTTP/1.1" 200 None
2026-03-30 06:19:40 [bca.uk] INFO: Saving data for FL69%20EJK: {'auction_closing_time': 1774864800.0, 'created_time': 1773826954.403308, 'last_price_update_time': 1774851580.616248}
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL69%2520EJK') HTTP/1.1" 204 0
2026-03-30 06:19:40 [bca.uk] INFO: Found listing with ID: PF55%20KKH
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF55%2520KKH%27 HTTP/1.1" 200 None
2026-03-30 06:19:40 [bca.uk] INFO: Scrape type for PF55%20KKH: 2
2026-03-30 06:19:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a982578-3718-51f6-908e-cb8502365b1b with identifier: PF55%20KKH
2026-03-30 06:19:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a982578-3718-51f6-908e-cb8502365b1b with scrape type 2
2026-03-30 06:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a982578-3718-51f6-908e-cb8502365b1b with scrape type 2
2026-03-30 06:19:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a982578-3718-51f6-908e-cb8502365b1b, identifier: PF55%20KKH
2026-03-30 06:19:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ea7964a-3729-554c-9f22-1ea305010e34 with identifier: YH73%20SOC
2026-03-30 06:19:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ea7964a-3729-554c-9f22-1ea305010e34 with identifier: YH73%20SOC
2026-03-30 06:19:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ea7964a-3729-554c-9f22-1ea305010e34 with identifier: YH73%20SOC to the API
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH73%20SOC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6ea7964a-3729-554c-9f22-1ea305010e34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH73 SOC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH73%20SOC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 23126,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 25 TFSI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '25 TFSI TECHNIK',
 'vin': 'WAUZZZGB1RR002449',
 'year': 2023}
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SOC%27 HTTP/1.1" 200 None
2026-03-30 06:19:41 [bca.uk] INFO: Saving data for YH73%20SOC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650333.71457, 'last_price_update_time': 1774851581.02902}
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH73%2520SOC') HTTP/1.1" 204 0
2026-03-30 06:19:41 [bca.uk] INFO: Found listing with ID: WN23%20ZCV
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZCV%27 HTTP/1.1" 200 None
2026-03-30 06:19:41 [bca.uk] INFO: Scrape type for WN23%20ZCV: 2
2026-03-30 06:19:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb029e74-d5e2-574e-9807-6d0948740c4b with identifier: WN23%20ZCV
2026-03-30 06:19:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb029e74-d5e2-574e-9807-6d0948740c4b with scrape type 2
2026-03-30 06:19:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb029e74-d5e2-574e-9807-6d0948740c4b with scrape type 2
2026-03-30 06:19:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb029e74-d5e2-574e-9807-6d0948740c4b, identifier: WN23%20ZCV
2026-03-30 06:19:41 [bca.uk] INFO: Found listing with ID: LO72%20AFV
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AFV%27 HTTP/1.1" 200 None
2026-03-30 06:19:41 [bca.uk] INFO: Scrape type for LO72%20AFV: 2
2026-03-30 06:19:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with identifier: LO72%20AFV
2026-03-30 06:19:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with scrape type 2
2026-03-30 06:19:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with scrape type 2
2026-03-30 06:19:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ba5859d-f44b-5c80-b6fb-08565bfe3175, identifier: LO72%20AFV
2026-03-30 06:19:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a982578-3718-51f6-908e-cb8502365b1b with identifier: PF55%20KKH
2026-03-30 06:19:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a982578-3718-51f6-908e-cb8502365b1b with identifier: PF55%20KKH
2026-03-30 06:19:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a982578-3718-51f6-908e-cb8502365b1b with identifier: PF55%20KKH to the API
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 281,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF55%20KKH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1a982578-3718-51f6-908e-cb8502365b1b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF55 KKH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF55%20KKH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SL350',
 'odometer': 44563,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SL350 3.7  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WDB2304672F087992',
 'year': 2006}
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF55%2520KKH%27 HTTP/1.1" 200 None
2026-03-30 06:19:41 [bca.uk] INFO: Saving data for PF55%20KKH: {'auction_closing_time': 1774951200.0, 'created_time': 1774650650.579745, 'last_price_update_time': 1774851581.656383}
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF55%2520KKH') HTTP/1.1" 204 0
2026-03-30 06:19:41 [bca.uk] INFO: Found listing with ID: PY59%20AXP
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY59%2520AXP%27 HTTP/1.1" 200 None
2026-03-30 06:19:41 [bca.uk] INFO: Scrape type for PY59%20AXP: 2
2026-03-30 06:19:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73855436-e35e-5fb2-b5ba-0092565026c1 with identifier: PY59%20AXP
2026-03-30 06:19:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73855436-e35e-5fb2-b5ba-0092565026c1 with scrape type 2
2026-03-30 06:19:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73855436-e35e-5fb2-b5ba-0092565026c1 with scrape type 2
2026-03-30 06:19:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73855436-e35e-5fb2-b5ba-0092565026c1, identifier: PY59%20AXP
2026-03-30 06:19:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb029e74-d5e2-574e-9807-6d0948740c4b with identifier: WN23%20ZCV
2026-03-30 06:19:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb029e74-d5e2-574e-9807-6d0948740c4b with identifier: WN23%20ZCV
2026-03-30 06:19:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb029e74-d5e2-574e-9807-6d0948740c4b with identifier: WN23%20ZCV to the API
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:42 [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': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20ZCV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb029e74-d5e2-574e-9807-6d0948740c4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN23 ZCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20ZCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 50104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNR57212',
 'year': 2023}
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZCV%27 HTTP/1.1" 200 None
2026-03-30 06:19:42 [bca.uk] INFO: Saving data for WN23%20ZCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650296.953274, 'last_price_update_time': 1774851582.09024}
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520ZCV') HTTP/1.1" 204 0
2026-03-30 06:19:42 [bca.uk] INFO: Total items found: 100
2026-03-30 06:19:42 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded
2026-03-30 06:19:42 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:19:42 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:19:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with identifier: LO72%20AFV
2026-03-30 06:19:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with identifier: LO72%20AFV
2026-03-30 06:19:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ba5859d-f44b-5c80-b6fb-08565bfe3175 with identifier: LO72%20AFV to the API
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:42 [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%20AFV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1ba5859d-f44b-5c80-b6fb-08565bfe3175',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 AFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20AFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 21996,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC500071071',
 'year': 2022}
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AFV%27 HTTP/1.1" 200 None
2026-03-30 06:19:42 [bca.uk] INFO: Saving data for LO72%20AFV: {'auction_closing_time': 1775556000.0, 'created_time': 1774650143.671289, 'last_price_update_time': 1774851582.427172}
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AFV') HTTP/1.1" 204 0
2026-03-30 06:19:42 [bca.uk] INFO: Found listing with ID: DC21%20GDZ
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC21%2520GDZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:42 [bca.uk] INFO: Scrape type for DC21%20GDZ: 2
2026-03-30 06:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fd7c20b-43eb-5524-be2d-d138445ddab3 with identifier: DC21%20GDZ
2026-03-30 06:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fd7c20b-43eb-5524-be2d-d138445ddab3 with scrape type 2
2026-03-30 06:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fd7c20b-43eb-5524-be2d-d138445ddab3 with scrape type 2
2026-03-30 06:19:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fd7c20b-43eb-5524-be2d-d138445ddab3, identifier: DC21%20GDZ
2026-03-30 06:19:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73855436-e35e-5fb2-b5ba-0092565026c1 with identifier: PY59%20AXP
2026-03-30 06:19:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73855436-e35e-5fb2-b5ba-0092565026c1 with identifier: PY59%20AXP
2026-03-30 06:19:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73855436-e35e-5fb2-b5ba-0092565026c1 with identifier: PY59%20AXP to the API
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY59%20AXP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '73855436-e35e-5fb2-b5ba-0092565026c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY59 AXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY59%20AXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLVO',
 'model': 'C30',
 'odometer': 148158,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLVO C30 2.4 D5 R DESIGN Coupe',
 'transmission': 'manual',
 'trim': 'D5 R DESIGN',
 'vin': 'YV1MK8651A2180585',
 'year': 2009}
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY59%2520AXP%27 HTTP/1.1" 200 None
2026-03-30 06:19:42 [bca.uk] INFO: Saving data for PY59%20AXP: {'auction_closing_time': 1775037600.0, 'created_time': 1774650332.996182, 'last_price_update_time': 1774851582.838493}
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY59%2520AXP') HTTP/1.1" 204 0
2026-03-30 06:19:42 [bca.uk] INFO: Found listing with ID: WN23%20ZDA
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZDA%27 HTTP/1.1" 200 None
2026-03-30 06:19:42 [bca.uk] INFO: Scrape type for WN23%20ZDA: 2
2026-03-30 06:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5cc0c12-1388-516d-ac38-f2358733763e with identifier: WN23%20ZDA
2026-03-30 06:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5cc0c12-1388-516d-ac38-f2358733763e with scrape type 2
2026-03-30 06:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5cc0c12-1388-516d-ac38-f2358733763e with scrape type 2
2026-03-30 06:19:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5cc0c12-1388-516d-ac38-f2358733763e, identifier: WN23%20ZDA
2026-03-30 06:19:42 [bca.uk] INFO: Found listing with ID: WT18%20HDJ
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520HDJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:42 [bca.uk] INFO: Scrape type for WT18%20HDJ: 2
2026-03-30 06:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with identifier: WT18%20HDJ
2026-03-30 06:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with scrape type 2
2026-03-30 06:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with scrape type 2
2026-03-30 06:19:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6, identifier: WT18%20HDJ
2026-03-30 06:19:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fd7c20b-43eb-5524-be2d-d138445ddab3 with identifier: DC21%20GDZ
2026-03-30 06:19:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fd7c20b-43eb-5524-be2d-d138445ddab3 with identifier: DC21%20GDZ
2026-03-30 06:19:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fd7c20b-43eb-5524-be2d-d138445ddab3 with identifier: DC21%20GDZ to the API
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC21%20GDZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3fd7c20b-43eb-5524-be2d-d138445ddab3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DC21 GDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC21%20GDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 120777,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 EVO 80 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'EVO 80 MATCH',
 'vin': 'WVWZZZAWZMU052372',
 'year': 2021}
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC21%2520GDZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:43 [bca.uk] INFO: Saving data for DC21%20GDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650655.580485, 'last_price_update_time': 1774851583.377786}
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC21%2520GDZ') HTTP/1.1" 204 0
2026-03-30 06:19:43 [bca.uk] INFO: Found listing with ID: YC68%20CEV
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520CEV%27 HTTP/1.1" 200 None
2026-03-30 06:19:43 [bca.uk] INFO: Scrape type for YC68%20CEV: 2
2026-03-30 06:19:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97bac414-61f4-5b62-a1a7-c032e1e12168 with identifier: YC68%20CEV
2026-03-30 06:19:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97bac414-61f4-5b62-a1a7-c032e1e12168 with scrape type 2
2026-03-30 06:19:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97bac414-61f4-5b62-a1a7-c032e1e12168 with scrape type 2
2026-03-30 06:19:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97bac414-61f4-5b62-a1a7-c032e1e12168, identifier: YC68%20CEV
2026-03-30 06:19:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5cc0c12-1388-516d-ac38-f2358733763e with identifier: WN23%20ZDA
2026-03-30 06:19:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5cc0c12-1388-516d-ac38-f2358733763e with identifier: WN23%20ZDA
2026-03-30 06:19:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5cc0c12-1388-516d-ac38-f2358733763e with identifier: WN23%20ZDA to the API
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20ZDA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b5cc0c12-1388-516d-ac38-f2358733763e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN23 ZDA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20ZDA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 41267,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNR57202',
 'year': 2023}
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520ZDA%27 HTTP/1.1" 200 None
2026-03-30 06:19:43 [bca.uk] INFO: Saving data for WN23%20ZDA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650296.583329, 'last_price_update_time': 1774851583.955304}
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520ZDA') HTTP/1.1" 204 0
2026-03-30 06:19:43 [bca.uk] INFO: Found listing with ID: WN23%20MKK
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520MKK%27 HTTP/1.1" 200 None
2026-03-30 06:19:44 [bca.uk] INFO: Scrape type for WN23%20MKK: 2
2026-03-30 06:19:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK
2026-03-30 06:19:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2a7fa82-bd4b-5a47-9200-13311fc04b28 with scrape type 2
2026-03-30 06:19:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2a7fa82-bd4b-5a47-9200-13311fc04b28 with scrape type 2
2026-03-30 06:19:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2a7fa82-bd4b-5a47-9200-13311fc04b28, identifier: WN23%20MKK
2026-03-30 06:19:44 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:19:44 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:19:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with identifier: WT18%20HDJ
2026-03-30 06:19:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with identifier: WT18%20HDJ
2026-03-30 06:19:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6 with identifier: WT18%20HDJ to the API
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT18%20HDJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0dc054c5-5cb1-5dae-9b7b-47eace2cc6e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT18 HDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT18%20HDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 12281,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.3 I-VTEC 102 SE Hatchback',
 'transmission': 'automatic',
 'trim': 'I-VTEC 102 SE',
 'vin': 'JHMGK3850JX218666',
 'year': 2018}
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT18%2520HDJ%27 HTTP/1.1" 200 None
2026-03-30 06:19:44 [bca.uk] INFO: Saving data for WT18%20HDJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535610.209042, 'last_price_update_time': 1774851584.440855}
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT18%2520HDJ') HTTP/1.1" 204 0
2026-03-30 06:19:44 [bca.uk] INFO: Found listing with ID: CF15%20OAU
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF15%2520OAU%27 HTTP/1.1" 200 None
2026-03-30 06:19:44 [bca.uk] INFO: Scrape type for CF15%20OAU: 2
2026-03-30 06:19:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d477098-7645-5313-94ad-4c701da9b846 with identifier: CF15%20OAU
2026-03-30 06:19:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d477098-7645-5313-94ad-4c701da9b846 with scrape type 2
2026-03-30 06:19:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d477098-7645-5313-94ad-4c701da9b846 with scrape type 2
2026-03-30 06:19:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d477098-7645-5313-94ad-4c701da9b846, identifier: CF15%20OAU
2026-03-30 06:19:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97bac414-61f4-5b62-a1a7-c032e1e12168 with identifier: YC68%20CEV
2026-03-30 06:19:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97bac414-61f4-5b62-a1a7-c032e1e12168 with identifier: YC68%20CEV
2026-03-30 06:19:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97bac414-61f4-5b62-a1a7-c032e1e12168 with identifier: YC68%20CEV to the API
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:44 [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': 174,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '97bac414-61f4-5b62-a1a7-c032e1e12168',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC68 CEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC68%20CEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 98054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE',
 'vin': 'SALCA2AN7KH780897',
 'year': 2018}
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520CEV%27 HTTP/1.1" 200 None
2026-03-30 06:19:44 [bca.uk] INFO: Saving data for YC68%20CEV: {'auction_closing_time': 1775037600.0, 'created_time': 1774650341.739298, 'last_price_update_time': 1774851584.879613}
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520CEV') HTTP/1.1" 204 0
2026-03-30 06:19:44 [bca.uk] INFO: Found listing with ID: WN72%20UVL
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520UVL%27 HTTP/1.1" 200 None
2026-03-30 06:19:44 [bca.uk] INFO: Scrape type for WN72%20UVL: 2
2026-03-30 06:19:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06a12bd0-7801-5a7c-8244-36ecab6951e2 with identifier: WN72%20UVL
2026-03-30 06:19:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06a12bd0-7801-5a7c-8244-36ecab6951e2 with scrape type 2
2026-03-30 06:19:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06a12bd0-7801-5a7c-8244-36ecab6951e2 with scrape type 2
2026-03-30 06:19:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06a12bd0-7801-5a7c-8244-36ecab6951e2, identifier: WN72%20UVL
2026-03-30 06:19:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK
2026-03-30 06:19:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK
2026-03-30 06:19:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2a7fa82-bd4b-5a47-9200-13311fc04b28 with identifier: WN23%20MKK to the API
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20MKK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2a7fa82-bd4b-5a47-9200-13311fc04b28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN23 MKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20MKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 19203,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5N2PW048186',
 'year': 2023}
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520MKK%27 HTTP/1.1" 200 None
2026-03-30 06:19:45 [bca.uk] INFO: Saving data for WN23%20MKK: {'auction_closing_time': 1774854000.0, 'created_time': 1774426249.886159, 'last_price_update_time': 1774851585.326214}
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520MKK') HTTP/1.1" 204 0
2026-03-30 06:19:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:19:45 [bca.uk] INFO: Found listing with ID: WT19%20OWA
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520OWA%27 HTTP/1.1" 200 None
2026-03-30 06:19:45 [bca.uk] INFO: Scrape type for WT19%20OWA: 2
2026-03-30 06:19:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a286b1b6-3538-53fc-8ffc-c230c2288f2f with identifier: WT19%20OWA
2026-03-30 06:19:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a286b1b6-3538-53fc-8ffc-c230c2288f2f with scrape type 2
2026-03-30 06:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a286b1b6-3538-53fc-8ffc-c230c2288f2f with scrape type 2
2026-03-30 06:19:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a286b1b6-3538-53fc-8ffc-c230c2288f2f, identifier: WT19%20OWA
2026-03-30 06:19:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d477098-7645-5313-94ad-4c701da9b846 with identifier: CF15%20OAU
2026-03-30 06:19:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d477098-7645-5313-94ad-4c701da9b846 with identifier: CF15%20OAU
2026-03-30 06:19:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d477098-7645-5313-94ad-4c701da9b846 with identifier: CF15%20OAU to the API
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF15%20OAU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d477098-7645-5313-94ad-4c701da9b846',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF15 OAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF15%20OAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'RS3 SPORTBACK',
 'odometer': 72390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI RS3 SPORTBACK 2.5 TFSI 362 QUATTRO S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 362 QUATTRO S-T',
 'vin': 'WUAZZZ8V1GA900950',
 'year': 2015}
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF15%2520OAU%27 HTTP/1.1" 200 None
2026-03-30 06:19:45 [bca.uk] INFO: Saving data for CF15%20OAU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650656.373249, 'last_price_update_time': 1774851585.726419}
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF15%2520OAU') HTTP/1.1" 204 0
2026-03-30 06:19:45 [bca.uk] INFO: Found listing with ID: AO18%20WCW
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO18%2520WCW%27 HTTP/1.1" 200 None
2026-03-30 06:19:45 [bca.uk] INFO: Scrape type for AO18%20WCW: 2
2026-03-30 06:19:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1471146e-8843-5148-bbd5-c022e064cc65 with identifier: AO18%20WCW
2026-03-30 06:19:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1471146e-8843-5148-bbd5-c022e064cc65 with scrape type 2
2026-03-30 06:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1471146e-8843-5148-bbd5-c022e064cc65 with scrape type 2
2026-03-30 06:19:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1471146e-8843-5148-bbd5-c022e064cc65, identifier: AO18%20WCW
2026-03-30 06:19:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06a12bd0-7801-5a7c-8244-36ecab6951e2 with identifier: WN72%20UVL
2026-03-30 06:19:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06a12bd0-7801-5a7c-8244-36ecab6951e2 with identifier: WN72%20UVL
2026-03-30 06:19:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06a12bd0-7801-5a7c-8244-36ecab6951e2 with identifier: WN72%20UVL to the API
2026-03-30 06:19:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 262,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN72%20UVL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '06a12bd0-7801-5a7c-8244-36ecab6951e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN72 UVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN72%20UVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 51519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRANU45669',
 'year': 2022}
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520UVL%27 HTTP/1.1" 200 None
2026-03-30 06:19:46 [bca.uk] INFO: Saving data for WN72%20UVL: {'auction_closing_time': 1774951200.0, 'created_time': 1774650297.341661, 'last_price_update_time': 1774851586.195358}
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN72%2520UVL') HTTP/1.1" 204 0
2026-03-30 06:19:46 [bca.uk] INFO: Found listing with ID: YF22%20JKZ
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:46 [bca.uk] INFO: Scrape type for YF22%20JKZ: 2
2026-03-30 06:19:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d6d717f-5584-5128-9ea7-c715b7993711 with identifier: YF22%20JKZ
2026-03-30 06:19:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d6d717f-5584-5128-9ea7-c715b7993711 with scrape type 2
2026-03-30 06:19:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d6d717f-5584-5128-9ea7-c715b7993711 with scrape type 2
2026-03-30 06:19:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d6d717f-5584-5128-9ea7-c715b7993711, identifier: YF22%20JKZ
2026-03-30 06:19:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a286b1b6-3538-53fc-8ffc-c230c2288f2f with identifier: WT19%20OWA
2026-03-30 06:19:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a286b1b6-3538-53fc-8ffc-c230c2288f2f with identifier: WT19%20OWA
2026-03-30 06:19:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a286b1b6-3538-53fc-8ffc-c230c2288f2f with identifier: WT19%20OWA to the API
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:46 [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': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT19%20OWA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a286b1b6-3538-53fc-8ffc-c230c2288f2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT19 OWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT19%20OWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 20406,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 FR EZ Hatchback',
 'transmission': 'manual',
 'trim': 'FR EZ',
 'vin': 'VSSZZZKJZKR194824',
 'year': 2019}
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520OWA%27 HTTP/1.1" 200 None
2026-03-30 06:19:46 [bca.uk] INFO: Saving data for WT19%20OWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774536274.236048, 'last_price_update_time': 1774851586.610876}
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT19%2520OWA') HTTP/1.1" 204 0
2026-03-30 06:19:46 [bca.uk] INFO: Found listing with ID: BV18%20ZPW
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520ZPW%27 HTTP/1.1" 200 None
2026-03-30 06:19:46 [bca.uk] INFO: Scrape type for BV18%20ZPW: 0
2026-03-30 06:19:46 [bca.uk] INFO: Found listing with ID: GX18%20DXW
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520DXW%27 HTTP/1.1" 200 None
2026-03-30 06:19:46 [bca.uk] INFO: Scrape type for GX18%20DXW: 2
2026-03-30 06:19:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af176e8d-d6ab-515c-9390-f5e8404f4e3a with identifier: GX18%20DXW
2026-03-30 06:19:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af176e8d-d6ab-515c-9390-f5e8404f4e3a with scrape type 2
2026-03-30 06:19:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af176e8d-d6ab-515c-9390-f5e8404f4e3a with scrape type 2
2026-03-30 06:19:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af176e8d-d6ab-515c-9390-f5e8404f4e3a, identifier: GX18%20DXW
2026-03-30 06:19:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1471146e-8843-5148-bbd5-c022e064cc65 with identifier: AO18%20WCW
2026-03-30 06:19:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1471146e-8843-5148-bbd5-c022e064cc65 with identifier: AO18%20WCW
2026-03-30 06:19:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1471146e-8843-5148-bbd5-c022e064cc65 with identifier: AO18%20WCW to the API
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO18%20WCW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1471146e-8843-5148-bbd5-c022e064cc65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO18 WCW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO18%20WCW&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 102930,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.6 THP 165 GT LINE PREMIUM EAT6 StationWagon',
 'transmission': 'automatic',
 'trim': 'THP 165 GT LINE PREMIUM EAT6',
 'vin': 'VF3M45GZWJL022123',
 'year': 2018}
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO18%2520WCW%27 HTTP/1.1" 200 None
2026-03-30 06:19:47 [bca.uk] INFO: Saving data for AO18%20WCW: {'auction_closing_time': 1774951200.0, 'created_time': 1774045530.679505, 'last_price_update_time': 1774851587.048165}
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO18%2520WCW') HTTP/1.1" 204 0
2026-03-30 06:19:47 [bca.uk] INFO: Found listing with ID: WN72%20UYX
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520UYX%27 HTTP/1.1" 200 None
2026-03-30 06:19:47 [bca.uk] INFO: Scrape type for WN72%20UYX: 2
2026-03-30 06:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0825b79d-9eb2-5256-bdf4-11749f345054 with identifier: WN72%20UYX
2026-03-30 06:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0825b79d-9eb2-5256-bdf4-11749f345054 with scrape type 2
2026-03-30 06:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0825b79d-9eb2-5256-bdf4-11749f345054 with scrape type 2
2026-03-30 06:19:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0825b79d-9eb2-5256-bdf4-11749f345054, identifier: WN72%20UYX
2026-03-30 06:19:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d6d717f-5584-5128-9ea7-c715b7993711 with identifier: YF22%20JKZ
2026-03-30 06:19:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d6d717f-5584-5128-9ea7-c715b7993711 with identifier: YF22%20JKZ
2026-03-30 06:19:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d6d717f-5584-5128-9ea7-c715b7993711 with identifier: YF22%20JKZ to the API
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF22%20JKZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9d6d717f-5584-5128-9ea7-c715b7993711',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF22 JKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF22%20JKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 30567,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD EDITION Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD EDITION',
 'vin': 'SALZA2AT9PH197747',
 'year': 2022}
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:47 [bca.uk] INFO: Saving data for YF22%20JKZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773843899.336132, 'last_price_update_time': 1774851587.468394}
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF22%2520JKZ') HTTP/1.1" 204 0
2026-03-30 06:19:47 [bca.uk] INFO: Found listing with ID: CE21%20AXA
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520AXA%27 HTTP/1.1" 200 None
2026-03-30 06:19:47 [bca.uk] INFO: Scrape type for CE21%20AXA: 2
2026-03-30 06:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba81a41b-f2d4-5247-a248-4d69913cfe5a with identifier: CE21%20AXA
2026-03-30 06:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba81a41b-f2d4-5247-a248-4d69913cfe5a with scrape type 2
2026-03-30 06:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba81a41b-f2d4-5247-a248-4d69913cfe5a with scrape type 2
2026-03-30 06:19:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba81a41b-f2d4-5247-a248-4d69913cfe5a, identifier: CE21%20AXA
2026-03-30 06:19:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af176e8d-d6ab-515c-9390-f5e8404f4e3a with identifier: GX18%20DXW
2026-03-30 06:19:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af176e8d-d6ab-515c-9390-f5e8404f4e3a with identifier: GX18%20DXW
2026-03-30 06:19:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af176e8d-d6ab-515c-9390-f5e8404f4e3a with identifier: GX18%20DXW to the API
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX18%20DXW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af176e8d-d6ab-515c-9390-f5e8404f4e3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX18 DXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX18%20DXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 31200,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 95 SE DSG',
 'vin': 'WVWZZZAWZJU047557',
 'year': 2019}
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520DXW%27 HTTP/1.1" 200 None
2026-03-30 06:19:47 [bca.uk] INFO: Saving data for GX18%20DXW: {'auction_closing_time': 1774864800.0, 'created_time': 1774650640.866801, 'last_price_update_time': 1774851587.871269}
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX18%2520DXW') HTTP/1.1" 204 0
2026-03-30 06:19:47 [bca.uk] INFO: Found listing with ID: LD72%20BGK
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-30 06:19:48 [bca.uk] INFO: Scrape type for LD72%20BGK: 2
2026-03-30 06:19:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK
2026-03-30 06:19:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with scrape type 2
2026-03-30 06:19:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with scrape type 2
2026-03-30 06:19:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b, identifier: LD72%20BGK
2026-03-30 06:19:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0825b79d-9eb2-5256-bdf4-11749f345054 with identifier: WN72%20UYX
2026-03-30 06:19:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0825b79d-9eb2-5256-bdf4-11749f345054 with identifier: WN72%20UYX
2026-03-30 06:19:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0825b79d-9eb2-5256-bdf4-11749f345054 with identifier: WN72%20UYX to the API
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 262,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN72%20UYX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0825b79d-9eb2-5256-bdf4-11749f345054',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN72 UYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN72%20UYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 26971,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRANU46794',
 'year': 2023}
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520UYX%27 HTTP/1.1" 200 None
2026-03-30 06:19:48 [bca.uk] INFO: Saving data for WN72%20UYX: {'auction_closing_time': 1774951200.0, 'created_time': 1774650298.763631, 'last_price_update_time': 1774851588.391604}
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN72%2520UYX') HTTP/1.1" 204 0
2026-03-30 06:19:48 [bca.uk] INFO: Found listing with ID: KV71%20WGU
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520WGU%27 HTTP/1.1" 200 None
2026-03-30 06:19:48 [bca.uk] INFO: Scrape type for KV71%20WGU: 0
2026-03-30 06:19:48 [bca.uk] INFO: Found listing with ID: BF63%20HKP
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF63%2520HKP%27 HTTP/1.1" 200 None
2026-03-30 06:19:48 [bca.uk] INFO: Scrape type for BF63%20HKP: 0
2026-03-30 06:19:48 [bca.uk] INFO: Found listing with ID: ML64%20XYF
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML64%2520XYF%27 HTTP/1.1" 200 None
2026-03-30 06:19:48 [bca.uk] INFO: Scrape type for ML64%20XYF: 2
2026-03-30 06:19:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f2cf785-5e60-55d0-a49d-58b46406d3dd with identifier: ML64%20XYF
2026-03-30 06:19:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f2cf785-5e60-55d0-a49d-58b46406d3dd with scrape type 2
2026-03-30 06:19:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f2cf785-5e60-55d0-a49d-58b46406d3dd with scrape type 2
2026-03-30 06:19:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f2cf785-5e60-55d0-a49d-58b46406d3dd, identifier: ML64%20XYF
2026-03-30 06:19:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba81a41b-f2d4-5247-a248-4d69913cfe5a with identifier: CE21%20AXA
2026-03-30 06:19:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba81a41b-f2d4-5247-a248-4d69913cfe5a with identifier: CE21%20AXA
2026-03-30 06:19:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba81a41b-f2d4-5247-a248-4d69913cfe5a with identifier: CE21%20AXA to the API
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE21%20AXA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba81a41b-f2d4-5247-a248-4d69913cfe5a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE21 AXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE21%20AXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 44388,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCITE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCITE',
 'vin': 'LSJW74U91LZ203905',
 'year': 2021}
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520AXA%27 HTTP/1.1" 200 None
2026-03-30 06:19:48 [bca.uk] INFO: Saving data for CE21%20AXA: {'auction_closing_time': 1774864800.0, 'created_time': 1773907806.192031, 'last_price_update_time': 1774851588.841427}
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE21%2520AXA') HTTP/1.1" 204 0
2026-03-30 06:19:48 [bca.uk] INFO: Found listing with ID: HY70%20VYZ
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY70%2520VYZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:48 [bca.uk] INFO: Scrape type for HY70%20VYZ: 2
2026-03-30 06:19:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16688316-fc5d-5eda-9872-ff454f16394d with identifier: HY70%20VYZ
2026-03-30 06:19:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16688316-fc5d-5eda-9872-ff454f16394d with scrape type 2
2026-03-30 06:19:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16688316-fc5d-5eda-9872-ff454f16394d with scrape type 2
2026-03-30 06:19:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16688316-fc5d-5eda-9872-ff454f16394d, identifier: HY70%20VYZ
2026-03-30 06:19:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK
2026-03-30 06:19:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK
2026-03-30 06:19:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50cd0dd4-49e0-5f0f-aa38-4816a8de902b with identifier: LD72%20BGK to the API
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD72%20BGK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '50cd0dd4-49e0-5f0f-aa38-4816a8de902b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD72 BGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD72%20BGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'C3 AIRCROSS',
 'odometer': 31214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 AIRCROSS 1.2 P/T 130 SHINE EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 SHINE EAT6',
 'vin': 'VF72RHNS1N4320798',
 'year': 2022}
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-30 06:19:49 [bca.uk] INFO: Saving data for LD72%20BGK: {'auction_closing_time': 1774951200.0, 'created_time': 1774045523.418193, 'last_price_update_time': 1774851589.252035}
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD72%2520BGK') HTTP/1.1" 204 0
2026-03-30 06:19:49 [bca.uk] INFO: Found listing with ID: VO68%20KOW
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520KOW%27 HTTP/1.1" 200 None
2026-03-30 06:19:49 [bca.uk] INFO: Scrape type for VO68%20KOW: 0
2026-03-30 06:19:49 [bca.uk] INFO: Found listing with ID: YT23%20PHN
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT23%2520PHN%27 HTTP/1.1" 200 None
2026-03-30 06:19:49 [bca.uk] INFO: Scrape type for YT23%20PHN: 2
2026-03-30 06:19:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3febee6e-214c-5d95-a90e-8acc5175a655 with identifier: YT23%20PHN
2026-03-30 06:19:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3febee6e-214c-5d95-a90e-8acc5175a655 with scrape type 2
2026-03-30 06:19:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3febee6e-214c-5d95-a90e-8acc5175a655 with scrape type 2
2026-03-30 06:19:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3febee6e-214c-5d95-a90e-8acc5175a655, identifier: YT23%20PHN
2026-03-30 06:19:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f2cf785-5e60-55d0-a49d-58b46406d3dd with identifier: ML64%20XYF
2026-03-30 06:19:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f2cf785-5e60-55d0-a49d-58b46406d3dd with identifier: ML64%20XYF
2026-03-30 06:19:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f2cf785-5e60-55d0-a49d-58b46406d3dd with identifier: ML64%20XYF to the API
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML64%20XYF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2f2cf785-5e60-55d0-a49d-58b46406d3dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML64 XYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML64%20XYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 83521,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 CRDI 126 E/D 2 Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI 126 E/D 2',
 'vin': 'U5YHN516LFL170144',
 'year': 2015}
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML64%2520XYF%27 HTTP/1.1" 200 None
2026-03-30 06:19:49 [bca.uk] INFO: Saving data for ML64%20XYF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650466.171515, 'last_price_update_time': 1774851589.682672}
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML64%2520XYF') HTTP/1.1" 204 0
2026-03-30 06:19:49 [bca.uk] INFO: Found listing with ID: CF71%20OKH
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520OKH%27 HTTP/1.1" 200 None
2026-03-30 06:19:49 [bca.uk] INFO: Scrape type for CF71%20OKH: 2
2026-03-30 06:19:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65bd1132-adec-5dc3-9792-d1c0db3656ec with identifier: CF71%20OKH
2026-03-30 06:19:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65bd1132-adec-5dc3-9792-d1c0db3656ec with scrape type 2
2026-03-30 06:19:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65bd1132-adec-5dc3-9792-d1c0db3656ec with scrape type 2
2026-03-30 06:19:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65bd1132-adec-5dc3-9792-d1c0db3656ec, identifier: CF71%20OKH
2026-03-30 06:19:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16688316-fc5d-5eda-9872-ff454f16394d with identifier: HY70%20VYZ
2026-03-30 06:19:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16688316-fc5d-5eda-9872-ff454f16394d with identifier: HY70%20VYZ
2026-03-30 06:19:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16688316-fc5d-5eda-9872-ff454f16394d with identifier: HY70%20VYZ to the API
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY70%20VYZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '16688316-fc5d-5eda-9872-ff454f16394d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY70 VYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY70%20VYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'E-C4',
 'odometer': 57802,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CITROEN E-C4 100KW 50KWH SHINE Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH SHINE',
 'vin': 'VR7BCZKXCLE527650',
 'year': 2021}
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY70%2520VYZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:50 [bca.uk] INFO: Saving data for HY70%20VYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650395.55188, 'last_price_update_time': 1774851590.1097}
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY70%2520VYZ') HTTP/1.1" 204 0
2026-03-30 06:19:50 [bca.uk] INFO: Found listing with ID: LP72%20SXS
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520SXS%27 HTTP/1.1" 200 None
2026-03-30 06:19:50 [bca.uk] INFO: Scrape type for LP72%20SXS: 2
2026-03-30 06:19:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS
2026-03-30 06:19:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with scrape type 2
2026-03-30 06:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with scrape type 2
2026-03-30 06:19:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac, identifier: LP72%20SXS
2026-03-30 06:19:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3febee6e-214c-5d95-a90e-8acc5175a655 with identifier: YT23%20PHN
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mauve%2Fpurple HTTP/1.1" 200 None
2026-03-30 06:19:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:19: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:19:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3febee6e-214c-5d95-a90e-8acc5175a655 with identifier: YT23%20PHN
2026-03-30 06:19:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3febee6e-214c-5d95-a90e-8acc5175a655 with identifier: YT23%20PHN to the API
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT23%20PHN-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3febee6e-214c-5d95-a90e-8acc5175a655',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YT23 PHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT23%20PHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 27249,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 DESIGN',
 'vin': 'NMTK33BX70R241366',
 'year': 2023}
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT23%2520PHN%27 HTTP/1.1" 200 None
2026-03-30 06:19:50 [bca.uk] INFO: Saving data for YT23%20PHN: {'auction_closing_time': 1775556000.0, 'created_time': 1774650299.132865, 'last_price_update_time': 1774851590.635088}
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT23%2520PHN') HTTP/1.1" 204 0
2026-03-30 06:19:50 [bca.uk] INFO: Found listing with ID: DC18%20OGR
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520OGR%27 HTTP/1.1" 200 None
2026-03-30 06:19:50 [bca.uk] INFO: Scrape type for DC18%20OGR: 0
2026-03-30 06:19:50 [bca.uk] INFO: Found listing with ID: DU18%20WNA
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520WNA%27 HTTP/1.1" 200 None
2026-03-30 06:19:50 [bca.uk] INFO: Scrape type for DU18%20WNA: 2
2026-03-30 06:19:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with identifier: DU18%20WNA
2026-03-30 06:19:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with scrape type 2
2026-03-30 06:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with scrape type 2
2026-03-30 06:19:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ceaa4cf0-1e71-5485-bbb2-c472e24d3e52, identifier: DU18%20WNA
2026-03-30 06:19:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65bd1132-adec-5dc3-9792-d1c0db3656ec with identifier: CF71%20OKH
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:19:50 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FLPG HTTP/1.1" 200 None
2026-03-30 06:19:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:19: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:19:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65bd1132-adec-5dc3-9792-d1c0db3656ec with identifier: CF71%20OKH
2026-03-30 06:19:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65bd1132-adec-5dc3-9792-d1c0db3656ec with identifier: CF71%20OKH to the API
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF71%20OKH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/LPG',
 'id': '65bd1132-adec-5dc3-9792-d1c0db3656ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF71 OKH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF71%20OKH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 28925,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO STEPWAY 1.0 TCE BI-FUEL COMFORT Hatchback',
 'transmission': 'manual',
 'trim': 'TCE BI-FUEL COMFORT',
 'vin': 'UU1DJF00468046442',
 'year': 2021}
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520OKH%27 HTTP/1.1" 200 None
2026-03-30 06:19:51 [bca.uk] INFO: Saving data for CF71%20OKH: {'auction_closing_time': 1774864800.0, 'created_time': 1774017262.533578, 'last_price_update_time': 1774851591.222509}
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF71%2520OKH') HTTP/1.1" 204 0
2026-03-30 06:19:51 [bca.uk] INFO: Found listing with ID: LC22%20KXH
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520KXH%27 HTTP/1.1" 200 None
2026-03-30 06:19:51 [bca.uk] INFO: Scrape type for LC22%20KXH: 2
2026-03-30 06:19:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf090420-036e-5116-b2a8-1ced2b8f1b10 with identifier: LC22%20KXH
2026-03-30 06:19:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf090420-036e-5116-b2a8-1ced2b8f1b10 with scrape type 2
2026-03-30 06:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf090420-036e-5116-b2a8-1ced2b8f1b10 with scrape type 2
2026-03-30 06:19:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf090420-036e-5116-b2a8-1ced2b8f1b10, identifier: LC22%20KXH
2026-03-30 06:19:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS
2026-03-30 06:19:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS
2026-03-30 06:19:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4a880a0-1cb0-5d2f-919c-4de3ee38d9ac with identifier: LP72%20SXS to the API
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP72%20SXS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd4a880a0-1cb0-5d2f-919c-4de3ee38d9ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP72 SXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP72%20SXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 23308,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 160KW 59KWH E+ N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 59KWH E+ N-CONNECTA',
 'vin': 'SJNFAAZE1U0181711',
 'year': 2022}
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520SXS%27 HTTP/1.1" 200 None
2026-03-30 06:19:51 [bca.uk] INFO: Saving data for LP72%20SXS: {'auction_closing_time': 1774951200.0, 'created_time': 1773829755.016721, 'last_price_update_time': 1774851591.711836}
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520SXS') HTTP/1.1" 204 0
2026-03-30 06:19:51 [bca.uk] INFO: Found listing with ID: LR67%20OCB
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR67%2520OCB%27 HTTP/1.1" 200 None
2026-03-30 06:19:51 [bca.uk] INFO: Scrape type for LR67%20OCB: 2
2026-03-30 06:19:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dc28133-8646-5bce-985f-a5e0b8da5b78 with identifier: LR67%20OCB
2026-03-30 06:19:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dc28133-8646-5bce-985f-a5e0b8da5b78 with scrape type 2
2026-03-30 06:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dc28133-8646-5bce-985f-a5e0b8da5b78 with scrape type 2
2026-03-30 06:19:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dc28133-8646-5bce-985f-a5e0b8da5b78, identifier: LR67%20OCB
2026-03-30 06:19:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with identifier: DU18%20WNA
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:19:51 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=melting+silver HTTP/1.1" 200 None
2026-03-30 06:19:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:19:51 [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:19:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with identifier: DU18%20WNA
2026-03-30 06:19:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ceaa4cf0-1e71-5485-bbb2-c472e24d3e52 with identifier: DU18%20WNA to the API
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU18%20WNA-GB',
 'category': 'Car',
 'color': 'melting silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ceaa4cf0-1e71-5485-bbb2-c472e24d3e52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU18 WNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU18%20WNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 96577,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.5 COOPER Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER',
 'vin': 'WMWYS320303E55435',
 'year': 2018}
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520WNA%27 HTTP/1.1" 200 None
2026-03-30 06:19:52 [bca.uk] INFO: Saving data for DU18%20WNA: {'auction_closing_time': 1775037600.0, 'created_time': 1773829784.553376, 'last_price_update_time': 1774851592.262036}
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU18%2520WNA') HTTP/1.1" 204 0
2026-03-30 06:19:52 [bca.uk] INFO: Found listing with ID: DA70%20WNW
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA70%2520WNW%27 HTTP/1.1" 200 None
2026-03-30 06:19:52 [bca.uk] INFO: Scrape type for DA70%20WNW: 2
2026-03-30 06:19:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25998137-8d76-5ded-ade6-f95dd82d32a5 with identifier: DA70%20WNW
2026-03-30 06:19:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25998137-8d76-5ded-ade6-f95dd82d32a5 with scrape type 2
2026-03-30 06:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25998137-8d76-5ded-ade6-f95dd82d32a5 with scrape type 2
2026-03-30 06:19:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25998137-8d76-5ded-ade6-f95dd82d32a5, identifier: DA70%20WNW
2026-03-30 06:19:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf090420-036e-5116-b2a8-1ced2b8f1b10 with identifier: LC22%20KXH
2026-03-30 06:19:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf090420-036e-5116-b2a8-1ced2b8f1b10 with identifier: LC22%20KXH
2026-03-30 06:19:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf090420-036e-5116-b2a8-1ced2b8f1b10 with identifier: LC22%20KXH to the API
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC22%20KXH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cf090420-036e-5116-b2a8-1ced2b8f1b10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC22 KXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC22%20KXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '218I GRAN COUPE',
 'odometer': 41509,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 218I GRAN COUPE 1.5 136 M SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': '136 M SPORT DCT',
 'vin': 'WBA12AK0307K97142',
 'year': 2022}
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520KXH%27 HTTP/1.1" 200 None
2026-03-30 06:19:52 [bca.uk] INFO: Saving data for LC22%20KXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774650387.249041, 'last_price_update_time': 1774851592.675426}
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC22%2520KXH') HTTP/1.1" 204 0
2026-03-30 06:19:52 [bca.uk] INFO: Found listing with ID: FL22%20LFA
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520LFA%27 HTTP/1.1" 200 None
2026-03-30 06:19:52 [bca.uk] INFO: Scrape type for FL22%20LFA: 2
2026-03-30 06:19:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66090162-d464-5747-a53f-5932f26a9016 with identifier: FL22%20LFA
2026-03-30 06:19:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66090162-d464-5747-a53f-5932f26a9016 with scrape type 2
2026-03-30 06:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66090162-d464-5747-a53f-5932f26a9016 with scrape type 2
2026-03-30 06:19:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66090162-d464-5747-a53f-5932f26a9016, identifier: FL22%20LFA
2026-03-30 06:19:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dc28133-8646-5bce-985f-a5e0b8da5b78 with identifier: LR67%20OCB
2026-03-30 06:19:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dc28133-8646-5bce-985f-a5e0b8da5b78 with identifier: LR67%20OCB
2026-03-30 06:19:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7dc28133-8646-5bce-985f-a5e0b8da5b78 with identifier: LR67%20OCB to the API
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:53 [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': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR67%20OCB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7dc28133-8646-5bce-985f-a5e0b8da5b78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR67 OCB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR67%20OCB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SMART',
 'model': 'FORTWO',
 'odometer': 54765,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SMART FORTWO 1.0 71 PRIME SPORT PREMIUM Coupe',
 'transmission': 'automatic',
 'trim': '71 PRIME SPORT PREMIUM',
 'vin': 'WME4533422K243056',
 'year': 2017}
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR67%2520OCB%27 HTTP/1.1" 200 None
2026-03-30 06:19:53 [bca.uk] INFO: Saving data for LR67%20OCB: {'auction_closing_time': 1775037600.0, 'created_time': 1774534890.984503, 'last_price_update_time': 1774851593.096946}
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR67%2520OCB') HTTP/1.1" 204 0
2026-03-30 06:19:53 [bca.uk] INFO: Found listing with ID: HT72%20GXD
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520GXD%27 HTTP/1.1" 200 None
2026-03-30 06:19:53 [bca.uk] INFO: Scrape type for HT72%20GXD: 2
2026-03-30 06:19:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faf31cf4-7caf-5be5-abb9-a1c8495dd625 with identifier: HT72%20GXD
2026-03-30 06:19:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faf31cf4-7caf-5be5-abb9-a1c8495dd625 with scrape type 2
2026-03-30 06:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faf31cf4-7caf-5be5-abb9-a1c8495dd625 with scrape type 2
2026-03-30 06:19:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: faf31cf4-7caf-5be5-abb9-a1c8495dd625, identifier: HT72%20GXD
2026-03-30 06:19:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25998137-8d76-5ded-ade6-f95dd82d32a5 with identifier: DA70%20WNW
2026-03-30 06:19:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25998137-8d76-5ded-ade6-f95dd82d32a5 with identifier: DA70%20WNW
2026-03-30 06:19:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25998137-8d76-5ded-ade6-f95dd82d32a5 with identifier: DA70%20WNW to the API
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:53 [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=DA70%20WNW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '25998137-8d76-5ded-ade6-f95dd82d32a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA70 WNW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA70%20WNW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 24860,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 160 ACENTA PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 ACENTA PREMIUM DCT',
 'vin': 'SJNFFAJ11U2873624',
 'year': 2020}
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA70%2520WNW%27 HTTP/1.1" 200 None
2026-03-30 06:19:53 [bca.uk] INFO: Saving data for DA70%20WNW: {'auction_closing_time': 1774864800.0, 'created_time': 1774650134.423244, 'last_price_update_time': 1774851593.53646}
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA70%2520WNW') HTTP/1.1" 204 0
2026-03-30 06:19:53 [bca.uk] INFO: Found listing with ID: LP23%20ZKR
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520ZKR%27 HTTP/1.1" 200 None
2026-03-30 06:19:53 [bca.uk] INFO: Scrape type for LP23%20ZKR: 2
2026-03-30 06:19:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with identifier: LP23%20ZKR
2026-03-30 06:19:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with scrape type 2
2026-03-30 06:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with scrape type 2
2026-03-30 06:19:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f, identifier: LP23%20ZKR
2026-03-30 06:19:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66090162-d464-5747-a53f-5932f26a9016 with identifier: FL22%20LFA
2026-03-30 06:19:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66090162-d464-5747-a53f-5932f26a9016 with identifier: FL22%20LFA
2026-03-30 06:19:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66090162-d464-5747-a53f-5932f26a9016 with identifier: FL22%20LFA to the API
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20LFA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '66090162-d464-5747-a53f-5932f26a9016',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL22 LFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20LFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 57037,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW7409XMZ263267',
 'year': 2022}
2026-03-30 06:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520LFA%27 HTTP/1.1" 200 None
2026-03-30 06:19:54 [bca.uk] INFO: Saving data for FL22%20LFA: {'auction_closing_time': 1774951200.0, 'created_time': 1774046896.424183, 'last_price_update_time': 1774851594.003885}
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520LFA') HTTP/1.1" 204 0
2026-03-30 06:19:54 [bca.uk] INFO: Found listing with ID: LL15%20CCY
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520CCY%27 HTTP/1.1" 200 None
2026-03-30 06:19:54 [bca.uk] INFO: Scrape type for LL15%20CCY: 2
2026-03-30 06:19:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49e82e38-894e-5730-8011-c8cc559ea1d5 with identifier: LL15%20CCY
2026-03-30 06:19:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49e82e38-894e-5730-8011-c8cc559ea1d5 with scrape type 2
2026-03-30 06:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49e82e38-894e-5730-8011-c8cc559ea1d5 with scrape type 2
2026-03-30 06:19:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49e82e38-894e-5730-8011-c8cc559ea1d5, identifier: LL15%20CCY
2026-03-30 06:19:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: faf31cf4-7caf-5be5-abb9-a1c8495dd625 with identifier: HT72%20GXD
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black+sapphire HTTP/1.1" 200 None
2026-03-30 06:19:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:19: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:19:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: faf31cf4-7caf-5be5-abb9-a1c8495dd625 with identifier: HT72%20GXD
2026-03-30 06:19:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: faf31cf4-7caf-5be5-abb9-a1c8495dd625 with identifier: HT72%20GXD to the API
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT72%20GXD-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'faf31cf4-7caf-5be5-abb9-a1c8495dd625',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT72 GXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT72%20GXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'BMW',
 'model': '840I GRAN COUPE',
 'odometer': 22541,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW 840I GRAN COUPE 3.0 SDRIVE M SPORT Coupe',
 'transmission': 'automatic',
 'trim': 'SDRIVE M SPORT',
 'vin': 'WBAGV22080CM19637',
 'year': 2023}
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520GXD%27 HTTP/1.1" 200 None
2026-03-30 06:19:54 [bca.uk] INFO: Saving data for HT72%20GXD: {'auction_closing_time': 1775037600.0, 'created_time': 1774016264.315857, 'last_price_update_time': 1774851594.546979}
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT72%2520GXD') HTTP/1.1" 204 0
2026-03-30 06:19:54 [bca.uk] INFO: Found listing with ID: FJ70%20TXB
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ70%2520TXB%27 HTTP/1.1" 200 None
2026-03-30 06:19:54 [bca.uk] INFO: Scrape type for FJ70%20TXB: 2
2026-03-30 06:19:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d98f157e-cfb4-5cf1-b4e4-694f38850edd with identifier: FJ70%20TXB
2026-03-30 06:19:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d98f157e-cfb4-5cf1-b4e4-694f38850edd with scrape type 2
2026-03-30 06:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d98f157e-cfb4-5cf1-b4e4-694f38850edd with scrape type 2
2026-03-30 06:19:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d98f157e-cfb4-5cf1-b4e4-694f38850edd, identifier: FJ70%20TXB
2026-03-30 06:19:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with identifier: LP23%20ZKR
2026-03-30 06:19:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with identifier: LP23%20ZKR
2026-03-30 06:19:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f with identifier: LP23%20ZKR to the API
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20ZKR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59c9a724-ddd9-5b8f-9eed-c2f5ca9d4c0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP23 ZKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20ZKR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 1721,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC000053027',
 'year': 2023}
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520ZKR%27 HTTP/1.1" 200 None
2026-03-30 06:19:54 [bca.uk] INFO: Saving data for LP23%20ZKR: {'auction_closing_time': 1774864800.0, 'created_time': 1774274606.629606, 'last_price_update_time': 1774851594.933974}
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520ZKR') HTTP/1.1" 204 0
2026-03-30 06:19:54 [bca.uk] INFO: Found listing with ID: SA23%20DYO
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA23%2520DYO%27 HTTP/1.1" 200 None
2026-03-30 06:19:54 [bca.uk] INFO: Scrape type for SA23%20DYO: 2
2026-03-30 06:19:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f1c175c-322c-52b8-96eb-e93cfdd3183a with identifier: SA23%20DYO
2026-03-30 06:19:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f1c175c-322c-52b8-96eb-e93cfdd3183a with scrape type 2
2026-03-30 06:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f1c175c-322c-52b8-96eb-e93cfdd3183a with scrape type 2
2026-03-30 06:19:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f1c175c-322c-52b8-96eb-e93cfdd3183a, identifier: SA23%20DYO
2026-03-30 06:19:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49e82e38-894e-5730-8011-c8cc559ea1d5 with identifier: LL15%20CCY
2026-03-30 06:19:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49e82e38-894e-5730-8011-c8cc559ea1d5 with identifier: LL15%20CCY
2026-03-30 06:19:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49e82e38-894e-5730-8011-c8cc559ea1d5 with identifier: LL15%20CCY to the API
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:55 [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': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL15%20CCY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '49e82e38-894e-5730-8011-c8cc559ea1d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL15 CCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL15%20CCY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 56165,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PURE (9) Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PURE (9)',
 'vin': 'SALVA2AEXFH055745',
 'year': 2015}
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520CCY%27 HTTP/1.1" 200 None
2026-03-30 06:19:55 [bca.uk] INFO: Saving data for LL15%20CCY: {'auction_closing_time': 1775037600.0, 'created_time': 1774533940.103911, 'last_price_update_time': 1774851595.344948}
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL15%2520CCY') HTTP/1.1" 204 0
2026-03-30 06:19:55 [bca.uk] INFO: Found listing with ID: RO22%20EKA
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EKA%27 HTTP/1.1" 200 None
2026-03-30 06:19:55 [bca.uk] INFO: Scrape type for RO22%20EKA: 0
2026-03-30 06:19:55 [bca.uk] INFO: Found listing with ID: WD71%20CRX
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD71%2520CRX%27 HTTP/1.1" 200 None
2026-03-30 06:19:55 [bca.uk] INFO: Scrape type for WD71%20CRX: 0
2026-03-30 06:19:55 [bca.uk] INFO: Found listing with ID: HJ24%20VXV
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ24%2520VXV%27 HTTP/1.1" 200 None
2026-03-30 06:19:55 [bca.uk] INFO: Scrape type for HJ24%20VXV: 2
2026-03-30 06:19:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8c210f2-5d9e-5030-b92b-79ad8fb0937c with identifier: HJ24%20VXV
2026-03-30 06:19:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8c210f2-5d9e-5030-b92b-79ad8fb0937c with scrape type 2
2026-03-30 06:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8c210f2-5d9e-5030-b92b-79ad8fb0937c with scrape type 2
2026-03-30 06:19:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8c210f2-5d9e-5030-b92b-79ad8fb0937c, identifier: HJ24%20VXV
2026-03-30 06:19:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d98f157e-cfb4-5cf1-b4e4-694f38850edd with identifier: FJ70%20TXB
2026-03-30 06:19:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d98f157e-cfb4-5cf1-b4e4-694f38850edd with identifier: FJ70%20TXB
2026-03-30 06:19:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d98f157e-cfb4-5cf1-b4e4-694f38850edd with identifier: FJ70%20TXB to the API
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:55 [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=FJ70%20TXB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd98f157e-cfb4-5cf1-b4e4-694f38850edd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ70 TXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ70%20TXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': '120D',
 'odometer': 47927,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 120D 2.0 XDRIVE M SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT STEP',
 'vin': 'WBA7N520807G40247',
 'year': 2020}
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ70%2520TXB%27 HTTP/1.1" 200 None
2026-03-30 06:19:55 [bca.uk] INFO: Saving data for FJ70%20TXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774650136.813606, 'last_price_update_time': 1774851595.772049}
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ70%2520TXB') HTTP/1.1" 204 0
2026-03-30 06:19:55 [bca.uk] INFO: Found listing with ID: LX71%20SHV
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX71%2520SHV%27 HTTP/1.1" 200 None
2026-03-30 06:19:55 [bca.uk] INFO: Scrape type for LX71%20SHV: 2
2026-03-30 06:19:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with identifier: LX71%20SHV
2026-03-30 06:19:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with scrape type 2
2026-03-30 06:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with scrape type 2
2026-03-30 06:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a, identifier: LX71%20SHV
2026-03-30 06:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f1c175c-322c-52b8-96eb-e93cfdd3183a with identifier: SA23%20DYO
2026-03-30 06:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f1c175c-322c-52b8-96eb-e93cfdd3183a with identifier: SA23%20DYO
2026-03-30 06:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f1c175c-322c-52b8-96eb-e93cfdd3183a with identifier: SA23%20DYO to the API
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA23%20DYO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8f1c175c-322c-52b8-96eb-e93cfdd3183a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SA23 DYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA23%20DYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 44168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 125KW 51KWH SE Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 51KWH SE',
 'vin': 'LSJWH4097PN056666',
 'year': 2023}
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA23%2520DYO%27 HTTP/1.1" 200 None
2026-03-30 06:19:56 [bca.uk] INFO: Saving data for SA23%20DYO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650331.606414, 'last_price_update_time': 1774851596.305349}
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA23%2520DYO') HTTP/1.1" 204 0
2026-03-30 06:19:56 [bca.uk] INFO: Found listing with ID: KR20%20YWN
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR20%2520YWN%27 HTTP/1.1" 200 None
2026-03-30 06:19:56 [bca.uk] INFO: Scrape type for KR20%20YWN: 2
2026-03-30 06:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e76715e0-b2f3-5261-81a4-f85c81b4e888 with identifier: KR20%20YWN
2026-03-30 06:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e76715e0-b2f3-5261-81a4-f85c81b4e888 with scrape type 2
2026-03-30 06:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e76715e0-b2f3-5261-81a4-f85c81b4e888 with scrape type 2
2026-03-30 06:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e76715e0-b2f3-5261-81a4-f85c81b4e888, identifier: KR20%20YWN
2026-03-30 06:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8c210f2-5d9e-5030-b92b-79ad8fb0937c with identifier: HJ24%20VXV
2026-03-30 06:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8c210f2-5d9e-5030-b92b-79ad8fb0937c with identifier: HJ24%20VXV
2026-03-30 06:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8c210f2-5d9e-5030-b92b-79ad8fb0937c with identifier: HJ24%20VXV to the API
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ24%20VXV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b8c210f2-5d9e-5030-b92b-79ad8fb0937c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HJ24 VXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ24%20VXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TOYOTA',
 'model': 'BZ4X',
 'odometer': 12045,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA BZ4X 150KW 71KWH MOTION (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71KWH MOTION (11KC)',
 'vin': 'JTMAABAA90A026580',
 'year': 2024}
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ24%2520VXV%27 HTTP/1.1" 200 None
2026-03-30 06:19:56 [bca.uk] INFO: Saving data for HJ24%20VXV: {'auction_closing_time': 1774951200.0, 'created_time': 1773958268.482184, 'last_price_update_time': 1774851596.718308}
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ24%2520VXV') HTTP/1.1" 204 0
2026-03-30 06:19:56 [bca.uk] INFO: Found listing with ID: L28%20PYN
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L28%2520PYN%27 HTTP/1.1" 200 None
2026-03-30 06:19:56 [bca.uk] INFO: Scrape type for L28%20PYN: 2
2026-03-30 06:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a40ee8b-657b-53c1-8486-099846724131 with identifier: L28%20PYN
2026-03-30 06:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a40ee8b-657b-53c1-8486-099846724131 with scrape type 2
2026-03-30 06:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a40ee8b-657b-53c1-8486-099846724131 with scrape type 2
2026-03-30 06:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a40ee8b-657b-53c1-8486-099846724131, identifier: L28%20PYN
2026-03-30 06:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with identifier: LX71%20SHV
2026-03-30 06:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with identifier: LX71%20SHV
2026-03-30 06:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a with identifier: LX71%20SHV to the API
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX71%20SHV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5c56d8ab-dfe1-5926-90e7-4bf607a2dd8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX71 SHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX71%20SHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'ARKANA',
 'odometer': 30905,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ARKANA 1.6 E-TECH HEV 145 R.S.LINE Coupe',
 'transmission': 'automatic',
 'trim': 'E-TECH HEV 145 R.S.LINE',
 'vin': 'VF1RJL00368270886',
 'year': 2021}
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX71%2520SHV%27 HTTP/1.1" 200 None
2026-03-30 06:19:57 [bca.uk] INFO: Saving data for LX71%20SHV: {'auction_closing_time': 1774864800.0, 'created_time': 1774650378.242589, 'last_price_update_time': 1774851597.123364}
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX71%2520SHV') HTTP/1.1" 204 0
2026-03-30 06:19:57 [bca.uk] INFO: Found listing with ID: KE72%20VYC
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520VYC%27 HTTP/1.1" 200 None
2026-03-30 06:19:57 [bca.uk] INFO: Scrape type for KE72%20VYC: 2
2026-03-30 06:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cf73c4e-b742-56db-a7f6-54451180d4f7 with identifier: KE72%20VYC
2026-03-30 06:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cf73c4e-b742-56db-a7f6-54451180d4f7 with scrape type 2
2026-03-30 06:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cf73c4e-b742-56db-a7f6-54451180d4f7 with scrape type 2
2026-03-30 06:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cf73c4e-b742-56db-a7f6-54451180d4f7, identifier: KE72%20VYC
2026-03-30 06:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e76715e0-b2f3-5261-81a4-f85c81b4e888 with identifier: KR20%20YWN
2026-03-30 06:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e76715e0-b2f3-5261-81a4-f85c81b4e888 with identifier: KR20%20YWN
2026-03-30 06:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e76715e0-b2f3-5261-81a4-f85c81b4e888 with identifier: KR20%20YWN to the API
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:57 [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=KR20%20YWN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e76715e0-b2f3-5261-81a4-f85c81b4e888',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR20 YWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR20%20YWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 65361,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 115 SEL DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 115 SEL DSG',
 'vin': 'WVWZZZAWZLU090733',
 'year': 2020}
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR20%2520YWN%27 HTTP/1.1" 200 None
2026-03-30 06:19:57 [bca.uk] INFO: Saving data for KR20%20YWN: {'auction_closing_time': 1775037600.0, 'created_time': 1774650289.794729, 'last_price_update_time': 1774851597.51012}
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR20%2520YWN') HTTP/1.1" 204 0
2026-03-30 06:19:57 [bca.uk] INFO: Found listing with ID: NJ21%20VNA
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ21%2520VNA%27 HTTP/1.1" 200 None
2026-03-30 06:19:57 [bca.uk] INFO: Scrape type for NJ21%20VNA: 0
2026-03-30 06:19:57 [bca.uk] INFO: Found listing with ID: NU22%20ETK
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520ETK%27 HTTP/1.1" 200 None
2026-03-30 06:19:57 [bca.uk] INFO: Scrape type for NU22%20ETK: 0
2026-03-30 06:19:57 [bca.uk] INFO: Found listing with ID: FD21%20CFN
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520CFN%27 HTTP/1.1" 200 None
2026-03-30 06:19:57 [bca.uk] INFO: Scrape type for FD21%20CFN: 2
2026-03-30 06:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72bf3c15-a947-53ae-96b2-405b5dc33de4 with identifier: FD21%20CFN
2026-03-30 06:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72bf3c15-a947-53ae-96b2-405b5dc33de4 with scrape type 2
2026-03-30 06:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72bf3c15-a947-53ae-96b2-405b5dc33de4 with scrape type 2
2026-03-30 06:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72bf3c15-a947-53ae-96b2-405b5dc33de4, identifier: FD21%20CFN
2026-03-30 06:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a40ee8b-657b-53c1-8486-099846724131 with identifier: L28%20PYN
2026-03-30 06:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a40ee8b-657b-53c1-8486-099846724131 with identifier: L28%20PYN
2026-03-30 06:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a40ee8b-657b-53c1-8486-099846724131 with identifier: L28%20PYN to the API
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19: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': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=L28%20PYN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a40ee8b-657b-53c1-8486-099846724131',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'L28 PYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=L28%20PYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 98572,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.6 TDI 115 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 115 SE',
 'vin': 'WVGZZZA1ZKV127495',
 'year': 2019}
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L28%2520PYN%27 HTTP/1.1" 200 None
2026-03-30 06:19:57 [bca.uk] INFO: Saving data for L28%20PYN: {'auction_closing_time': 1774864800.0, 'created_time': 1774476133.601458, 'last_price_update_time': 1774851597.965656}
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='L28%2520PYN') HTTP/1.1" 204 0
2026-03-30 06:19:57 [bca.uk] INFO: Found listing with ID: NJ21%20LZE
2026-03-30 06:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ21%2520LZE%27 HTTP/1.1" 200 None
2026-03-30 06:19:58 [bca.uk] INFO: Scrape type for NJ21%20LZE: 2
2026-03-30 06:19:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with identifier: NJ21%20LZE
2026-03-30 06:19:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with scrape type 2
2026-03-30 06:19:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with scrape type 2
2026-03-30 06:19:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97275eb4-5cce-5b0e-a6ca-cab309a6dffc, identifier: NJ21%20LZE
2026-03-30 06:19:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cf73c4e-b742-56db-a7f6-54451180d4f7 with identifier: KE72%20VYC
2026-03-30 06:19:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cf73c4e-b742-56db-a7f6-54451180d4f7 with identifier: KE72%20VYC
2026-03-30 06:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cf73c4e-b742-56db-a7f6-54451180d4f7 with identifier: KE72%20VYC to the API
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE72%20VYC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2cf73c4e-b742-56db-a7f6-54451180d4f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE72 VYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE72%20VYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 19287,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 GS Hatchback',
 'transmission': 'manual',
 'trim': 'GS',
 'vin': 'VXKUPHMHDP4011127',
 'year': 2023}
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520VYC%27 HTTP/1.1" 200 None
2026-03-30 06:19:58 [bca.uk] INFO: Saving data for KE72%20VYC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650332.197523, 'last_price_update_time': 1774851598.377467}
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE72%2520VYC') HTTP/1.1" 204 0
2026-03-30 06:19:58 [bca.uk] INFO: Found listing with ID: SB18%20DDU
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520DDU%27 HTTP/1.1" 200 None
2026-03-30 06:19:58 [bca.uk] INFO: Scrape type for SB18%20DDU: 2
2026-03-30 06:19:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with identifier: SB18%20DDU
2026-03-30 06:19:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with scrape type 2
2026-03-30 06:19:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with scrape type 2
2026-03-30 06:19:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08e98f77-c34f-5a14-94fe-338bb9f8ff6b, identifier: SB18%20DDU
2026-03-30 06:19:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72bf3c15-a947-53ae-96b2-405b5dc33de4 with identifier: FD21%20CFN
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=chili+red HTTP/1.1" 200 None
2026-03-30 06:19:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:19: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:19:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72bf3c15-a947-53ae-96b2-405b5dc33de4 with identifier: FD21%20CFN
2026-03-30 06:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72bf3c15-a947-53ae-96b2-405b5dc33de4 with identifier: FD21%20CFN to the API
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD21%20CFN-GB',
 'category': 'Car',
 'color': 'chili red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '72bf3c15-a947-53ae-96b2-405b5dc33de4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD21 CFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD21%20CFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 33035,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WMW32DH0402P87149',
 'year': 2021}
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520CFN%27 HTTP/1.1" 200 None
2026-03-30 06:19:58 [bca.uk] INFO: Saving data for FD21%20CFN: {'auction_closing_time': 1775037600.0, 'created_time': 1774016313.291559, 'last_price_update_time': 1774851598.993555}
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD21%2520CFN') HTTP/1.1" 204 0
2026-03-30 06:19:59 [bca.uk] INFO: Found listing with ID: LC24%20EZZ
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC24%2520EZZ%27 HTTP/1.1" 200 None
2026-03-30 06:19:59 [bca.uk] INFO: Scrape type for LC24%20EZZ: 2
2026-03-30 06:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with identifier: LC24%20EZZ
2026-03-30 06:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with scrape type 2
2026-03-30 06:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with scrape type 2
2026-03-30 06:19:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d850d7f1-8e3b-5a38-abf0-f22e3ab912d9, identifier: LC24%20EZZ
2026-03-30 06:19:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with identifier: NJ21%20LZE
2026-03-30 06:19:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with identifier: NJ21%20LZE
2026-03-30 06:19:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97275eb4-5cce-5b0e-a6ca-cab309a6dffc with identifier: NJ21%20LZE to the API
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 26,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ21%20LZE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '97275eb4-5cce-5b0e-a6ca-cab309a6dffc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ21 LZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ21%20LZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 86925,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E S LINE S-T',
 'vin': 'WAUZZZGY0MA076635',
 'year': 2021}
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ21%2520LZE%27 HTTP/1.1" 200 None
2026-03-30 06:19:59 [bca.uk] INFO: Saving data for NJ21%20LZE: {'auction_closing_time': 1774864800.0, 'created_time': 1774447590.375005, 'last_price_update_time': 1774851599.436563}
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ21%2520LZE') HTTP/1.1" 204 0
2026-03-30 06:19:59 [bca.uk] INFO: Found listing with ID: LV71%20GKO
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV71%2520GKO%27 HTTP/1.1" 200 None
2026-03-30 06:19:59 [bca.uk] INFO: Scrape type for LV71%20GKO: 2
2026-03-30 06:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with identifier: LV71%20GKO
2026-03-30 06:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with scrape type 2
2026-03-30 06:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with scrape type 2
2026-03-30 06:19:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff7b52a7-c2df-5e86-9a6c-b3169aae89b0, identifier: LV71%20GKO
2026-03-30 06:19:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with identifier: SB18%20DDU
2026-03-30 06:19:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with identifier: SB18%20DDU
2026-03-30 06:19:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08e98f77-c34f-5a14-94fe-338bb9f8ff6b with identifier: SB18%20DDU to the API
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB18%20DDU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '08e98f77-c34f-5a14-94fe-338bb9f8ff6b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SB18 DDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB18%20DDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 30916,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.3 CDTI 75 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 75 DESIGN',
 'vin': 'W0V0XEP68J4338278',
 'year': 2018}
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520DDU%27 HTTP/1.1" 200 None
2026-03-30 06:19:59 [bca.uk] INFO: Saving data for SB18%20DDU: {'auction_closing_time': 1775124000.0, 'created_time': 1774650290.509433, 'last_price_update_time': 1774851599.83238}
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB18%2520DDU') HTTP/1.1" 204 0
2026-03-30 06:19:59 [bca.uk] INFO: Found listing with ID: YP74%20VLM
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLM%27 HTTP/1.1" 200 None
2026-03-30 06:19:59 [bca.uk] INFO: Scrape type for YP74%20VLM: 2
2026-03-30 06:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with identifier: YP74%20VLM
2026-03-30 06:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with scrape type 2
2026-03-30 06:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with scrape type 2
2026-03-30 06:20:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c2389f7-57e3-5c57-ab93-ffc848ab38f8, identifier: YP74%20VLM
2026-03-30 06:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with identifier: LC24%20EZZ
2026-03-30 06:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with identifier: LC24%20EZZ
2026-03-30 06:20:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d850d7f1-8e3b-5a38-abf0-f22e3ab912d9 with identifier: LC24%20EZZ to the API
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC24%20EZZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd850d7f1-8e3b-5a38-abf0-f22e3ab912d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC24 EZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC24%20EZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 12870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCLUSIVE DCT',
 'vin': 'LSJW74C96PZ351698',
 'year': 2024}
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC24%2520EZZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:00 [bca.uk] INFO: Saving data for LC24%20EZZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774130927.14503, 'last_price_update_time': 1774851600.360611}
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC24%2520EZZ') HTTP/1.1" 204 0
2026-03-30 06:20:00 [bca.uk] INFO: Found listing with ID: VO68%20KWS
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520KWS%27 HTTP/1.1" 200 None
2026-03-30 06:20:00 [bca.uk] INFO: Scrape type for VO68%20KWS: 2
2026-03-30 06:20:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1166a74f-138e-5bd5-be23-c2a51bd0a156 with identifier: VO68%20KWS
2026-03-30 06:20:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1166a74f-138e-5bd5-be23-c2a51bd0a156 with scrape type 2
2026-03-30 06:20:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1166a74f-138e-5bd5-be23-c2a51bd0a156 with scrape type 2
2026-03-30 06:20:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1166a74f-138e-5bd5-be23-c2a51bd0a156, identifier: VO68%20KWS
2026-03-30 06:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with identifier: LV71%20GKO
2026-03-30 06:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with identifier: LV71%20GKO
2026-03-30 06:20:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff7b52a7-c2df-5e86-9a6c-b3169aae89b0 with identifier: LV71%20GKO to the API
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV71%20GKO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ff7b52a7-c2df-5e86-9a6c-b3169aae89b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV71 GKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV71%20GKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 23648,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 LIFE StationWagon',
 'transmission': 'manual',
 'trim': 'TSI 150 LIFE',
 'vin': 'WVGZZZ5NZNW007388',
 'year': 2021}
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV71%2520GKO%27 HTTP/1.1" 200 None
2026-03-30 06:20:00 [bca.uk] INFO: Saving data for LV71%20GKO: {'auction_closing_time': 1774951200.0, 'created_time': 1773957748.003339, 'last_price_update_time': 1774851600.75404}
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV71%2520GKO') HTTP/1.1" 204 0
2026-03-30 06:20:00 [bca.uk] INFO: Found listing with ID: BD22%20EMJ
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520EMJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:00 [bca.uk] INFO: Scrape type for BD22%20EMJ: 2
2026-03-30 06:20:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2ddbec9-437a-56d5-9780-5b1c6ba91244 with identifier: BD22%20EMJ
2026-03-30 06:20:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2ddbec9-437a-56d5-9780-5b1c6ba91244 with scrape type 2
2026-03-30 06:20:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2ddbec9-437a-56d5-9780-5b1c6ba91244 with scrape type 2
2026-03-30 06:20:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2ddbec9-437a-56d5-9780-5b1c6ba91244, identifier: BD22%20EMJ
2026-03-30 06:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with identifier: YP74%20VLM
2026-03-30 06:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with identifier: YP74%20VLM
2026-03-30 06:20:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c2389f7-57e3-5c57-ab93-ffc848ab38f8 with identifier: YP74%20VLM to the API
2026-03-30 06:20:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1c2389f7-57e3-5c57-ab93-ffc848ab38f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP74 VLM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP74%20VLM&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'TOURNEO CUSTOM',
 'odometer': 25680,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TOURNEO CUSTOM 2.0 EBL 136 320 L1 TITANIUM Bus',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 TITANIUM',
 'vin': 'WF0XXXTA0XRK08521',
 'year': 2024}
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLM%27 HTTP/1.1" 200 None
2026-03-30 06:20:01 [bca.uk] INFO: Saving data for YP74%20VLM: {'auction_closing_time': 1774951200.0, 'created_time': 1774650453.324127, 'last_price_update_time': 1774851601.181994}
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP74%2520VLM') HTTP/1.1" 204 0
2026-03-30 06:20:01 [bca.uk] INFO: Found listing with ID: MT70%20CTO
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520CTO%27 HTTP/1.1" 200 None
2026-03-30 06:20:01 [bca.uk] INFO: Scrape type for MT70%20CTO: 2
2026-03-30 06:20:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73bcd51f-a00b-5a26-b914-0c16c0374149 with identifier: MT70%20CTO
2026-03-30 06:20:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73bcd51f-a00b-5a26-b914-0c16c0374149 with scrape type 2
2026-03-30 06:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73bcd51f-a00b-5a26-b914-0c16c0374149 with scrape type 2
2026-03-30 06:20:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73bcd51f-a00b-5a26-b914-0c16c0374149, identifier: MT70%20CTO
2026-03-30 06:20:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1166a74f-138e-5bd5-be23-c2a51bd0a156 with identifier: VO68%20KWS
2026-03-30 06:20:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1166a74f-138e-5bd5-be23-c2a51bd0a156 with identifier: VO68%20KWS
2026-03-30 06:20:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1166a74f-138e-5bd5-be23-c2a51bd0a156 with identifier: VO68%20KWS to the API
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO68%20KWS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1166a74f-138e-5bd5-be23-c2a51bd0a156',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO68 KWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO68%20KWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 71911,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.5 TURBO D 130 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 130 SE',
 'vin': 'W0VZCYHZ1KS036096',
 'year': 2019}
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520KWS%27 HTTP/1.1" 200 None
2026-03-30 06:20:01 [bca.uk] INFO: Saving data for VO68%20KWS: {'auction_closing_time': 1774864800.0, 'created_time': 1774305110.390141, 'last_price_update_time': 1774851601.606583}
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO68%2520KWS') HTTP/1.1" 204 0
2026-03-30 06:20:01 [bca.uk] INFO: Found listing with ID: VO74%20TZV
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO74%2520TZV%27 HTTP/1.1" 200 None
2026-03-30 06:20:01 [bca.uk] INFO: Scrape type for VO74%20TZV: 2
2026-03-30 06:20:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dab5871-7061-5ddd-8217-0a45504a3dce with identifier: VO74%20TZV
2026-03-30 06:20:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dab5871-7061-5ddd-8217-0a45504a3dce with scrape type 2
2026-03-30 06:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dab5871-7061-5ddd-8217-0a45504a3dce with scrape type 2
2026-03-30 06:20:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dab5871-7061-5ddd-8217-0a45504a3dce, identifier: VO74%20TZV
2026-03-30 06:20:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2ddbec9-437a-56d5-9780-5b1c6ba91244 with identifier: BD22%20EMJ
2026-03-30 06:20:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2ddbec9-437a-56d5-9780-5b1c6ba91244 with identifier: BD22%20EMJ
2026-03-30 06:20:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2ddbec9-437a-56d5-9780-5b1c6ba91244 with identifier: BD22%20EMJ to the API
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD22%20EMJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c2ddbec9-437a-56d5-9780-5b1c6ba91244',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD22 EMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD22%20EMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 82541,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB LEADER L/R',
 'vin': 'WF0ZXXTTGZNS58769',
 'year': 2022}
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520EMJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:02 [bca.uk] INFO: Saving data for BD22%20EMJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650283.545139, 'last_price_update_time': 1774851602.010432}
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD22%2520EMJ') HTTP/1.1" 204 0
2026-03-30 06:20:02 [bca.uk] INFO: Found listing with ID: EO22%20KKF
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520KKF%27 HTTP/1.1" 200 None
2026-03-30 06:20:02 [bca.uk] INFO: Scrape type for EO22%20KKF: 2
2026-03-30 06:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e71655db-990c-5064-81a7-4c0fdc774f4f with identifier: EO22%20KKF
2026-03-30 06:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e71655db-990c-5064-81a7-4c0fdc774f4f with scrape type 2
2026-03-30 06:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e71655db-990c-5064-81a7-4c0fdc774f4f with scrape type 2
2026-03-30 06:20:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e71655db-990c-5064-81a7-4c0fdc774f4f, identifier: EO22%20KKF
2026-03-30 06:20:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73bcd51f-a00b-5a26-b914-0c16c0374149 with identifier: MT70%20CTO
2026-03-30 06:20:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73bcd51f-a00b-5a26-b914-0c16c0374149 with identifier: MT70%20CTO
2026-03-30 06:20:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73bcd51f-a00b-5a26-b914-0c16c0374149 with identifier: MT70%20CTO to the API
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:02 [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': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT70%20CTO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '73bcd51f-a00b-5a26-b914-0c16c0374149',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT70 CTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT70%20CTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 50570,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD SE',
 'vin': 'SALZA2AT4LH116924',
 'year': 2020}
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520CTO%27 HTTP/1.1" 200 None
2026-03-30 06:20:02 [bca.uk] INFO: Saving data for MT70%20CTO: {'auction_closing_time': 1774864800.0, 'created_time': 1774016006.521093, 'last_price_update_time': 1774851602.442741}
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT70%2520CTO') HTTP/1.1" 204 0
2026-03-30 06:20:02 [bca.uk] INFO: Found listing with ID: KR24%20WTF
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR24%2520WTF%27 HTTP/1.1" 200 None
2026-03-30 06:20:02 [bca.uk] INFO: Scrape type for KR24%20WTF: 2
2026-03-30 06:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccde37ed-cb09-58ac-aeca-056efe12668a with identifier: KR24%20WTF
2026-03-30 06:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccde37ed-cb09-58ac-aeca-056efe12668a with scrape type 2
2026-03-30 06:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccde37ed-cb09-58ac-aeca-056efe12668a with scrape type 2
2026-03-30 06:20:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccde37ed-cb09-58ac-aeca-056efe12668a, identifier: KR24%20WTF
2026-03-30 06:20:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dab5871-7061-5ddd-8217-0a45504a3dce with identifier: VO74%20TZV
2026-03-30 06:20:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dab5871-7061-5ddd-8217-0a45504a3dce with identifier: VO74%20TZV
2026-03-30 06:20:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dab5871-7061-5ddd-8217-0a45504a3dce with identifier: VO74%20TZV to the API
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO74%20TZV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3dab5871-7061-5ddd-8217-0a45504a3dce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO74 TZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO74%20TZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 24208,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 AIRCROSS 1.6 PHEV MAX E-EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV MAX E-EAT8',
 'vin': 'VR7A4DGZ4RL020524',
 'year': 2024}
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO74%2520TZV%27 HTTP/1.1" 200 None
2026-03-30 06:20:02 [bca.uk] INFO: Saving data for VO74%20TZV: {'auction_closing_time': 1774951200.0, 'created_time': 1773959330.32556, 'last_price_update_time': 1774851602.925236}
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO74%2520TZV') HTTP/1.1" 204 0
2026-03-30 06:20:02 [bca.uk] INFO: Found listing with ID: DS24%20NKU
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520NKU%27 HTTP/1.1" 200 None
2026-03-30 06:20:02 [bca.uk] INFO: Scrape type for DS24%20NKU: 2
2026-03-30 06:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0171a758-9f17-56cb-a847-f9dc2e3357a4 with identifier: DS24%20NKU
2026-03-30 06:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0171a758-9f17-56cb-a847-f9dc2e3357a4 with scrape type 2
2026-03-30 06:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0171a758-9f17-56cb-a847-f9dc2e3357a4 with scrape type 2
2026-03-30 06:20:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0171a758-9f17-56cb-a847-f9dc2e3357a4, identifier: DS24%20NKU
2026-03-30 06:20:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e71655db-990c-5064-81a7-4c0fdc774f4f with identifier: EO22%20KKF
2026-03-30 06:20:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e71655db-990c-5064-81a7-4c0fdc774f4f with identifier: EO22%20KKF
2026-03-30 06:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e71655db-990c-5064-81a7-4c0fdc774f4f with identifier: EO22%20KKF to the API
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO22%20KKF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e71655db-990c-5064-81a7-4c0fdc774f4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO22 KKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO22%20KKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 100064,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 H2 LEADER CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 LEADER',
 'vin': 'WF0FXXTTRFNJ40128',
 'year': 2022}
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520KKF%27 HTTP/1.1" 200 None
2026-03-30 06:20:03 [bca.uk] INFO: Saving data for EO22%20KKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650450.684054, 'last_price_update_time': 1774851603.411134}
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO22%2520KKF') HTTP/1.1" 204 0
2026-03-30 06:20:03 [bca.uk] INFO: Found listing with ID: VN72%20OZG
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520OZG%27 HTTP/1.1" 200 None
2026-03-30 06:20:03 [bca.uk] INFO: Scrape type for VN72%20OZG: 2
2026-03-30 06:20:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a75df6cc-ae79-5af2-8831-807e4fb6486b with identifier: VN72%20OZG
2026-03-30 06:20:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a75df6cc-ae79-5af2-8831-807e4fb6486b with scrape type 2
2026-03-30 06:20:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a75df6cc-ae79-5af2-8831-807e4fb6486b with scrape type 2
2026-03-30 06:20:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a75df6cc-ae79-5af2-8831-807e4fb6486b, identifier: VN72%20OZG
2026-03-30 06:20:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccde37ed-cb09-58ac-aeca-056efe12668a with identifier: KR24%20WTF
2026-03-30 06:20:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccde37ed-cb09-58ac-aeca-056efe12668a with identifier: KR24%20WTF
2026-03-30 06:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccde37ed-cb09-58ac-aeca-056efe12668a with identifier: KR24%20WTF to the API
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 209,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR24%20WTF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ccde37ed-cb09-58ac-aeca-056efe12668a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR24 WTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR24%20WTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 10622,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'BMW X3 3.0 MHT XDRIVE M40I StationWagon',
 'transmission': 'manual',
 'trim': 'MHT XDRIVE M40I',
 'vin': 'WBA86DP060N291280',
 'year': 2024}
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR24%2520WTF%27 HTTP/1.1" 200 None
2026-03-30 06:20:03 [bca.uk] INFO: Saving data for KR24%20WTF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650369.386697, 'last_price_update_time': 1774851603.828751}
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR24%2520WTF') HTTP/1.1" 204 0
2026-03-30 06:20:03 [bca.uk] INFO: Found listing with ID: VK21%20NVJ
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520NVJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:03 [bca.uk] INFO: Scrape type for VK21%20NVJ: 2
2026-03-30 06:20:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with identifier: VK21%20NVJ
2026-03-30 06:20:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with scrape type 2
2026-03-30 06:20:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with scrape type 2
2026-03-30 06:20:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8, identifier: VK21%20NVJ
2026-03-30 06:20:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0171a758-9f17-56cb-a847-f9dc2e3357a4 with identifier: DS24%20NKU
2026-03-30 06:20:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0171a758-9f17-56cb-a847-f9dc2e3357a4 with identifier: DS24%20NKU
2026-03-30 06:20:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0171a758-9f17-56cb-a847-f9dc2e3357a4 with identifier: DS24%20NKU to the API
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20NKU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0171a758-9f17-56cb-a847-f9dc2e3357a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS24 NKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20NKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L1',
 'odometer': 19873,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO CARGO L1 1.5 TD 100 M PRIME Van',
 'transmission': 'manual',
 'trim': 'TD 100 M PRIME',
 'vin': 'W0VEDYHT4RJ677864',
 'year': 2024}
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520NKU%27 HTTP/1.1" 200 None
2026-03-30 06:20:04 [bca.uk] INFO: Saving data for DS24%20NKU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650282.097352, 'last_price_update_time': 1774851604.253986}
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520NKU') HTTP/1.1" 204 0
2026-03-30 06:20:04 [bca.uk] INFO: Found listing with ID: NU22%20LLD
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520LLD%27 HTTP/1.1" 200 None
2026-03-30 06:20:04 [bca.uk] INFO: Scrape type for NU22%20LLD: 2
2026-03-30 06:20:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with identifier: NU22%20LLD
2026-03-30 06:20:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with scrape type 2
2026-03-30 06:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with scrape type 2
2026-03-30 06:20:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 487c46f4-aaad-535d-ba0f-2f64e1ee6183, identifier: NU22%20LLD
2026-03-30 06:20:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a75df6cc-ae79-5af2-8831-807e4fb6486b with identifier: VN72%20OZG
2026-03-30 06:20:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a75df6cc-ae79-5af2-8831-807e4fb6486b with identifier: VN72%20OZG
2026-03-30 06:20:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a75df6cc-ae79-5af2-8831-807e4fb6486b with identifier: VN72%20OZG to the API
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN72%20OZG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a75df6cc-ae79-5af2-8831-807e4fb6486b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN72 OZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN72%20OZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 11395,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 95 LIFE DSG',
 'vin': 'WVWZZZAWZPU009227',
 'year': 2022}
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520OZG%27 HTTP/1.1" 200 None
2026-03-30 06:20:04 [bca.uk] INFO: Saving data for VN72%20OZG: {'auction_closing_time': 1774864800.0, 'created_time': 1774650138.104132, 'last_price_update_time': 1774851604.682048}
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520OZG') HTTP/1.1" 204 0
2026-03-30 06:20:04 [bca.uk] INFO: Found listing with ID: RN21%20LXG
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RN21%2520LXG%27 HTTP/1.1" 200 None
2026-03-30 06:20:04 [bca.uk] INFO: Scrape type for RN21%20LXG: 0
2026-03-30 06:20:04 [bca.uk] INFO: Found listing with ID: VE72%20XGF
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520XGF%27 HTTP/1.1" 200 None
2026-03-30 06:20:04 [bca.uk] INFO: Scrape type for VE72%20XGF: 2
2026-03-30 06:20:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5bb84a9-6246-5784-8b3c-c88246630261 with identifier: VE72%20XGF
2026-03-30 06:20:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5bb84a9-6246-5784-8b3c-c88246630261 with scrape type 2
2026-03-30 06:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5bb84a9-6246-5784-8b3c-c88246630261 with scrape type 2
2026-03-30 06:20:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5bb84a9-6246-5784-8b3c-c88246630261, identifier: VE72%20XGF
2026-03-30 06:20:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with identifier: VK21%20NVJ
2026-03-30 06:20:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with identifier: VK21%20NVJ
2026-03-30 06:20:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8 with identifier: VK21%20NVJ to the API
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK21%20NVJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a9eab57-1c79-5eb8-b8e9-1bd7e5c622b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK21 NVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK21%20NVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 33030,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 LIMITED 1 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 LIMITED 1',
 'vin': '6FPPXXMJ2PMJ62706',
 'year': 2021}
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520NVJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:05 [bca.uk] INFO: Saving data for VK21%20NVJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650323.501614, 'last_price_update_time': 1774851605.209929}
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK21%2520NVJ') HTTP/1.1" 204 0
2026-03-30 06:20:05 [bca.uk] INFO: Found listing with ID: FG20%20FKJ
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520FKJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:05 [bca.uk] INFO: Scrape type for FG20%20FKJ: 2
2026-03-30 06:20:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with identifier: FG20%20FKJ
2026-03-30 06:20:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with scrape type 2
2026-03-30 06:20:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with scrape type 2
2026-03-30 06:20:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54, identifier: FG20%20FKJ
2026-03-30 06:20:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with identifier: NU22%20LLD
2026-03-30 06:20:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with identifier: NU22%20LLD
2026-03-30 06:20:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 487c46f4-aaad-535d-ba0f-2f64e1ee6183 with identifier: NU22%20LLD to the API
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU22%20LLD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '487c46f4-aaad-535d-ba0f-2f64e1ee6183',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU22 LLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU22%20LLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 93137,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 1000 PROF.PREM.STD Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 PROF.PREM.STD',
 'vin': 'VR3EFYHT2NJ586276',
 'year': 2022}
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520LLD%27 HTTP/1.1" 200 None
2026-03-30 06:20:05 [bca.uk] INFO: Saving data for NU22%20LLD: {'auction_closing_time': 1774864800.0, 'created_time': 1774650452.695706, 'last_price_update_time': 1774851605.612271}
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU22%2520LLD') HTTP/1.1" 204 0
2026-03-30 06:20:05 [bca.uk] INFO: Found listing with ID: WD73%20ZTB
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD73%2520ZTB%27 HTTP/1.1" 200 None
2026-03-30 06:20:05 [bca.uk] INFO: Scrape type for WD73%20ZTB: 2
2026-03-30 06:20:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with identifier: WD73%20ZTB
2026-03-30 06:20:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with scrape type 2
2026-03-30 06:20:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with scrape type 2
2026-03-30 06:20:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09, identifier: WD73%20ZTB
2026-03-30 06:20:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5bb84a9-6246-5784-8b3c-c88246630261 with identifier: VE72%20XGF
2026-03-30 06:20:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5bb84a9-6246-5784-8b3c-c88246630261 with identifier: VE72%20XGF
2026-03-30 06:20:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5bb84a9-6246-5784-8b3c-c88246630261 with identifier: VE72%20XGF to the API
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20XGF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd5bb84a9-6246-5784-8b3c-c88246630261',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE72 XGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20XGF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 9964,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJZ14U98PS022751',
 'year': 2023}
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520XGF%27 HTTP/1.1" 200 None
2026-03-30 06:20:06 [bca.uk] INFO: Saving data for VE72%20XGF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650363.001235, 'last_price_update_time': 1774851606.020627}
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520XGF') HTTP/1.1" 204 0
2026-03-30 06:20:06 [bca.uk] INFO: Found listing with ID: OE23%20EDP
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520EDP%27 HTTP/1.1" 200 None
2026-03-30 06:20:06 [bca.uk] INFO: Scrape type for OE23%20EDP: 2
2026-03-30 06:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29c30f4b-d675-54ba-940f-07f15d57eb0a with identifier: OE23%20EDP
2026-03-30 06:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29c30f4b-d675-54ba-940f-07f15d57eb0a with scrape type 2
2026-03-30 06:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29c30f4b-d675-54ba-940f-07f15d57eb0a with scrape type 2
2026-03-30 06:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29c30f4b-d675-54ba-940f-07f15d57eb0a, identifier: OE23%20EDP
2026-03-30 06:20:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with identifier: FG20%20FKJ
2026-03-30 06:20:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with identifier: FG20%20FKJ
2026-03-30 06:20:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f2b11c1-c5a7-5055-9bcd-a148fbad1b54 with identifier: FG20%20FKJ to the API
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG20%20FKJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7f2b11c1-c5a7-5055-9bcd-a148fbad1b54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FG20 FKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG20%20FKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'PROACE VERSO',
 'odometer': 87601,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE VERSO 1.5 D 120 SHUTTLE MEDIUM MPV',
 'transmission': 'manual',
 'trim': 'D 120 SHUTTLE MEDIUM',
 'vin': 'YARVAYHVKGZ172993',
 'year': 2020}
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520FKJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:06 [bca.uk] INFO: Saving data for FG20%20FKJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650282.841521, 'last_price_update_time': 1774851606.420814}
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG20%2520FKJ') HTTP/1.1" 204 0
2026-03-30 06:20:06 [bca.uk] INFO: Found listing with ID: LV73%20OVR
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV73%2520OVR%27 HTTP/1.1" 200 None
2026-03-30 06:20:06 [bca.uk] INFO: Scrape type for LV73%20OVR: 2
2026-03-30 06:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf13fb4a-7183-5303-a060-9e1f0f0ad093 with identifier: LV73%20OVR
2026-03-30 06:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf13fb4a-7183-5303-a060-9e1f0f0ad093 with scrape type 2
2026-03-30 06:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf13fb4a-7183-5303-a060-9e1f0f0ad093 with scrape type 2
2026-03-30 06:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf13fb4a-7183-5303-a060-9e1f0f0ad093, identifier: LV73%20OVR
2026-03-30 06:20:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with identifier: WD73%20ZTB
2026-03-30 06:20:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with identifier: WD73%20ZTB
2026-03-30 06:20:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09 with identifier: WD73%20ZTB to the API
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 35,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD73%20ZTB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b1ed58bf-651d-55d3-8a4d-aa7bc0d63f09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD73 ZTB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD73%20ZTB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 37554,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E DYNAMIC SE (5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E DYNAMIC SE (5ST)',
 'vin': 'SALCA2AT4RH344808',
 'year': 2024}
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD73%2520ZTB%27 HTTP/1.1" 200 None
2026-03-30 06:20:06 [bca.uk] INFO: Saving data for WD73%20ZTB: {'auction_closing_time': 1774864800.0, 'created_time': 1773822413.354954, 'last_price_update_time': 1774851606.835707}
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD73%2520ZTB') HTTP/1.1" 204 0
2026-03-30 06:20:06 [bca.uk] INFO: Found listing with ID: AV70%20OMP
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV70%2520OMP%27 HTTP/1.1" 200 None
2026-03-30 06:20:06 [bca.uk] INFO: Scrape type for AV70%20OMP: 0
2026-03-30 06:20:06 [bca.uk] INFO: Found listing with ID: CT19%20ZJK
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT19%2520ZJK%27 HTTP/1.1" 200 None
2026-03-30 06:20:06 [bca.uk] INFO: Scrape type for CT19%20ZJK: 0
2026-03-30 06:20:06 [bca.uk] INFO: Found listing with ID: GJ75%20FCP
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ75%2520FCP%27 HTTP/1.1" 200 None
2026-03-30 06:20:06 [bca.uk] INFO: Scrape type for GJ75%20FCP: 2
2026-03-30 06:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 876bb4a3-31c3-570e-9821-44a9ac79711a with identifier: GJ75%20FCP
2026-03-30 06:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 876bb4a3-31c3-570e-9821-44a9ac79711a with scrape type 2
2026-03-30 06:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 876bb4a3-31c3-570e-9821-44a9ac79711a with scrape type 2
2026-03-30 06:20:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 876bb4a3-31c3-570e-9821-44a9ac79711a, identifier: GJ75%20FCP
2026-03-30 06:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29c30f4b-d675-54ba-940f-07f15d57eb0a with identifier: OE23%20EDP
2026-03-30 06:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29c30f4b-d675-54ba-940f-07f15d57eb0a with identifier: OE23%20EDP
2026-03-30 06:20:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29c30f4b-d675-54ba-940f-07f15d57eb0a with identifier: OE23%20EDP to the API
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE23%20EDP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '29c30f4b-d675-54ba-940f-07f15d57eb0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE23 EDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE23%20EDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 41343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 78KWH SM2 LONG RANGE',
 'vin': 'YSMVSEGE0PL157040',
 'year': 2023}
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520EDP%27 HTTP/1.1" 200 None
2026-03-30 06:20:07 [bca.uk] INFO: Saving data for OE23%20EDP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650324.956556, 'last_price_update_time': 1774851607.284748}
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE23%2520EDP') HTTP/1.1" 204 0
2026-03-30 06:20:07 [bca.uk] INFO: Found listing with ID: OY69%20YUJ
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520YUJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:07 [bca.uk] INFO: Scrape type for OY69%20YUJ: 0
2026-03-30 06:20:07 [bca.uk] INFO: Found listing with ID: RJ23%20GUC
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520GUC%27 HTTP/1.1" 200 None
2026-03-30 06:20:07 [bca.uk] INFO: Scrape type for RJ23%20GUC: 2
2026-03-30 06:20:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb3bf2b8-f257-57ab-85be-838258e35a47 with identifier: RJ23%20GUC
2026-03-30 06:20:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb3bf2b8-f257-57ab-85be-838258e35a47 with scrape type 2
2026-03-30 06:20:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb3bf2b8-f257-57ab-85be-838258e35a47 with scrape type 2
2026-03-30 06:20:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb3bf2b8-f257-57ab-85be-838258e35a47, identifier: RJ23%20GUC
2026-03-30 06:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf13fb4a-7183-5303-a060-9e1f0f0ad093 with identifier: LV73%20OVR
2026-03-30 06:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf13fb4a-7183-5303-a060-9e1f0f0ad093 with identifier: LV73%20OVR
2026-03-30 06:20:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf13fb4a-7183-5303-a060-9e1f0f0ad093 with identifier: LV73%20OVR to the API
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 214,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV73%20OVR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bf13fb4a-7183-5303-a060-9e1f0f0ad093',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LV73 OVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV73%20OVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 42602,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 B6P 300 AWD ULTIMATE DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B6P 300 AWD ULTIMATE DARK G/T',
 'vin': 'YV1LF06V3R1176251',
 'year': 2023}
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV73%2520OVR%27 HTTP/1.1" 200 None
2026-03-30 06:20:07 [bca.uk] INFO: Saving data for LV73%20OVR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650454.744658, 'last_price_update_time': 1774851607.703779}
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV73%2520OVR') HTTP/1.1" 204 0
2026-03-30 06:20:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:20:07 [bca.uk] INFO: Found listing with ID: LO72%20ABZ
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ABZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:07 [bca.uk] INFO: Scrape type for LO72%20ABZ: 2
2026-03-30 06:20:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deb4d716-f8b0-5edb-95a7-5630067b449d with identifier: LO72%20ABZ
2026-03-30 06:20:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deb4d716-f8b0-5edb-95a7-5630067b449d with scrape type 2
2026-03-30 06:20:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item deb4d716-f8b0-5edb-95a7-5630067b449d with scrape type 2
2026-03-30 06:20:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: deb4d716-f8b0-5edb-95a7-5630067b449d, identifier: LO72%20ABZ
2026-03-30 06:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 876bb4a3-31c3-570e-9821-44a9ac79711a with identifier: GJ75%20FCP
2026-03-30 06:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 876bb4a3-31c3-570e-9821-44a9ac79711a with identifier: GJ75%20FCP
2026-03-30 06:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 876bb4a3-31c3-570e-9821-44a9ac79711a with identifier: GJ75%20FCP to the API
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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=GJ75%20FCP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '876bb4a3-31c3-570e-9821-44a9ac79711a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ75 FCP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ75%20FCP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '220 GRAN COUPE',
 'odometer': 8045,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW 220 GRAN COUPE 1.5 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBA32GH0207T60279',
 'year': 2025}
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ75%2520FCP%27 HTTP/1.1" 200 None
2026-03-30 06:20:08 [bca.uk] INFO: Saving data for GJ75%20FCP: {'auction_closing_time': 1774864800.0, 'created_time': 1773829407.264137, 'last_price_update_time': 1774851608.227932}
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ75%2520FCP') HTTP/1.1" 204 0
2026-03-30 06:20:08 [bca.uk] INFO: Found listing with ID: LB22%20KLJ
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520KLJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:08 [bca.uk] INFO: Scrape type for LB22%20KLJ: 2
2026-03-30 06:20:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cb357f9-574a-5374-9e5a-446fee8753a5 with identifier: LB22%20KLJ
2026-03-30 06:20:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cb357f9-574a-5374-9e5a-446fee8753a5 with scrape type 2
2026-03-30 06:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cb357f9-574a-5374-9e5a-446fee8753a5 with scrape type 2
2026-03-30 06:20:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cb357f9-574a-5374-9e5a-446fee8753a5, identifier: LB22%20KLJ
2026-03-30 06:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb3bf2b8-f257-57ab-85be-838258e35a47 with identifier: RJ23%20GUC
2026-03-30 06:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb3bf2b8-f257-57ab-85be-838258e35a47 with identifier: RJ23%20GUC
2026-03-30 06:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb3bf2b8-f257-57ab-85be-838258e35a47 with identifier: RJ23%20GUC to the API
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ23%20GUC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fb3bf2b8-f257-57ab-85be-838258e35a47',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ23 GUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ23%20GUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 15072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 107KW 58KWH LIFE PRO Hatchback',
 'transmission': 'automatic',
 'trim': '107KW 58KWH LIFE PRO',
 'vin': 'WVWZZZE1ZPP025690',
 'year': 2023}
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520GUC%27 HTTP/1.1" 200 None
2026-03-30 06:20:08 [bca.uk] INFO: Saving data for RJ23%20GUC: {'auction_closing_time': 1775124000.0, 'created_time': 1774650274.730434, 'last_price_update_time': 1774851608.625446}
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ23%2520GUC') HTTP/1.1" 204 0
2026-03-30 06:20:08 [bca.uk] INFO: Found listing with ID: AJ22%20UYK
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520UYK%27 HTTP/1.1" 200 None
2026-03-30 06:20:08 [bca.uk] INFO: Scrape type for AJ22%20UYK: 0
2026-03-30 06:20:08 [bca.uk] INFO: Found listing with ID: BL72%20FYW
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520FYW%27 HTTP/1.1" 200 None
2026-03-30 06:20:08 [bca.uk] INFO: Scrape type for BL72%20FYW: 0
2026-03-30 06:20:08 [bca.uk] INFO: Found listing with ID: LL71%20KKE
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520KKE%27 HTTP/1.1" 200 None
2026-03-30 06:20:08 [bca.uk] INFO: Scrape type for LL71%20KKE: 0
2026-03-30 06:20:08 [bca.uk] INFO: Found listing with ID: YG75%20LKE
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG75%2520LKE%27 HTTP/1.1" 200 None
2026-03-30 06:20:08 [bca.uk] INFO: Scrape type for YG75%20LKE: 0
2026-03-30 06:20:08 [bca.uk] INFO: Found listing with ID: YM72%20CHG
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520CHG%27 HTTP/1.1" 200 None
2026-03-30 06:20:08 [bca.uk] INFO: Scrape type for YM72%20CHG: 2
2026-03-30 06:20:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07a35da4-9d73-5193-a4b2-4c65c32c058a with identifier: YM72%20CHG
2026-03-30 06:20:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07a35da4-9d73-5193-a4b2-4c65c32c058a with scrape type 2
2026-03-30 06:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07a35da4-9d73-5193-a4b2-4c65c32c058a with scrape type 2
2026-03-30 06:20:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07a35da4-9d73-5193-a4b2-4c65c32c058a, identifier: YM72%20CHG
2026-03-30 06:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: deb4d716-f8b0-5edb-95a7-5630067b449d with identifier: LO72%20ABZ
2026-03-30 06:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: deb4d716-f8b0-5edb-95a7-5630067b449d with identifier: LO72%20ABZ
2026-03-30 06:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: deb4d716-f8b0-5edb-95a7-5630067b449d with identifier: LO72%20ABZ to the API
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20ABZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'deb4d716-f8b0-5edb-95a7-5630067b449d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 ABZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20ABZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 20351,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC900071963',
 'year': 2022}
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ABZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:09 [bca.uk] INFO: Saving data for LO72%20ABZ: {'auction_closing_time': 1775556000.0, 'created_time': 1774650137.742647, 'last_price_update_time': 1774851609.11161}
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520ABZ') HTTP/1.1" 204 0
2026-03-30 06:20:09 [bca.uk] INFO: Found listing with ID: KJ19%20KZC
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520KZC%27 HTTP/1.1" 200 None
2026-03-30 06:20:09 [bca.uk] INFO: Scrape type for KJ19%20KZC: 2
2026-03-30 06:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3039364-480e-5137-b52b-9cf1b1f0e56e with identifier: KJ19%20KZC
2026-03-30 06:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3039364-480e-5137-b52b-9cf1b1f0e56e with scrape type 2
2026-03-30 06:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3039364-480e-5137-b52b-9cf1b1f0e56e with scrape type 2
2026-03-30 06:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3039364-480e-5137-b52b-9cf1b1f0e56e, identifier: KJ19%20KZC
2026-03-30 06:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cb357f9-574a-5374-9e5a-446fee8753a5 with identifier: LB22%20KLJ
2026-03-30 06:20:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cb357f9-574a-5374-9e5a-446fee8753a5 with identifier: LB22%20KLJ
2026-03-30 06:20:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cb357f9-574a-5374-9e5a-446fee8753a5 with identifier: LB22%20KLJ to the API
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB22%20KLJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3cb357f9-574a-5374-9e5a-446fee8753a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB22 KLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB22%20KLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 67149,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNJ23714',
 'year': 2022}
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520KLJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:09 [bca.uk] INFO: Saving data for LB22%20KLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650311.740205, 'last_price_update_time': 1774851609.527101}
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB22%2520KLJ') HTTP/1.1" 204 0
2026-03-30 06:20:09 [bca.uk] INFO: Found listing with ID: RY73%20CGK
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520CGK%27 HTTP/1.1" 200 None
2026-03-30 06:20:09 [bca.uk] INFO: Scrape type for RY73%20CGK: 2
2026-03-30 06:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa6705a5-3c2e-5c0b-b6f7-7d398239083c with identifier: RY73%20CGK
2026-03-30 06:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6705a5-3c2e-5c0b-b6f7-7d398239083c with scrape type 2
2026-03-30 06:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa6705a5-3c2e-5c0b-b6f7-7d398239083c with scrape type 2
2026-03-30 06:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa6705a5-3c2e-5c0b-b6f7-7d398239083c, identifier: RY73%20CGK
2026-03-30 06:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07a35da4-9d73-5193-a4b2-4c65c32c058a with identifier: YM72%20CHG
2026-03-30 06:20:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07a35da4-9d73-5193-a4b2-4c65c32c058a with identifier: YM72%20CHG
2026-03-30 06:20:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07a35da4-9d73-5193-a4b2-4c65c32c058a with identifier: YM72%20CHG to the API
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM72%20CHG-GB',
 'category': 'Car',
 'color': 'chili red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '07a35da4-9d73-5193-a4b2-4c65c32c058a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM72 CHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM72%20CHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 34937,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L3 Hatchback',
 'transmission': 'automatic',
 'trim': '135KW 33KWH COOPER S L3',
 'vin': 'WMW12DJ0702T92559',
 'year': 2022}
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520CHG%27 HTTP/1.1" 200 None
2026-03-30 06:20:09 [bca.uk] INFO: Saving data for YM72%20CHG: {'auction_closing_time': 1775037600.0, 'created_time': 1773827066.236046, 'last_price_update_time': 1774851609.942776}
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520CHG') HTTP/1.1" 204 0
2026-03-30 06:20:09 [bca.uk] INFO: Found listing with ID: DX16%20LCA
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520LCA%27 HTTP/1.1" 200 None
2026-03-30 06:20:09 [bca.uk] INFO: Scrape type for DX16%20LCA: 2
2026-03-30 06:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with identifier: DX16%20LCA
2026-03-30 06:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with scrape type 2
2026-03-30 06:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with scrape type 2
2026-03-30 06:20:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4, identifier: DX16%20LCA
2026-03-30 06:20:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3039364-480e-5137-b52b-9cf1b1f0e56e with identifier: KJ19%20KZC
2026-03-30 06:20:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3039364-480e-5137-b52b-9cf1b1f0e56e with identifier: KJ19%20KZC
2026-03-30 06:20:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3039364-480e-5137-b52b-9cf1b1f0e56e with identifier: KJ19%20KZC to the API
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ19%20KZC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f3039364-480e-5137-b52b-9cf1b1f0e56e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ19 KZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ19%20KZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 32503,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MINI CLUBMAN 1.5 COOPER EXCLUSIVE Estate',
 'transmission': 'automatic',
 'trim': 'COOPER EXCLUSIVE',
 'vin': 'WMWJZ320X0TP36562',
 'year': 2019}
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520KZC%27 HTTP/1.1" 200 None
2026-03-30 06:20:10 [bca.uk] INFO: Saving data for KJ19%20KZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774650360.996857, 'last_price_update_time': 1774851610.369649}
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ19%2520KZC') HTTP/1.1" 204 0
2026-03-30 06:20:10 [bca.uk] INFO: Found listing with ID: DF21%20YTE
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520YTE%27 HTTP/1.1" 200 None
2026-03-30 06:20:10 [bca.uk] INFO: Scrape type for DF21%20YTE: 0
2026-03-30 06:20:10 [bca.uk] INFO: Found listing with ID: YR18%20YAO
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520YAO%27 HTTP/1.1" 200 None
2026-03-30 06:20:10 [bca.uk] INFO: Scrape type for YR18%20YAO: 2
2026-03-30 06:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with identifier: YR18%20YAO
2026-03-30 06:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with scrape type 2
2026-03-30 06:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with scrape type 2
2026-03-30 06:20:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 893e6cde-203c-5ad1-bdb0-78a2255dbd27, identifier: YR18%20YAO
2026-03-30 06:20:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa6705a5-3c2e-5c0b-b6f7-7d398239083c with identifier: RY73%20CGK
2026-03-30 06:20:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa6705a5-3c2e-5c0b-b6f7-7d398239083c with identifier: RY73%20CGK
2026-03-30 06:20:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa6705a5-3c2e-5c0b-b6f7-7d398239083c with identifier: RY73%20CGK to the API
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY73%20CGK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'aa6705a5-3c2e-5c0b-b6f7-7d398239083c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RY73 CGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY73%20CGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 18461,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 77KWH PRO S Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 77KWH PRO S',
 'vin': 'WVWZZZE10RP005822',
 'year': 2024}
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520CGK%27 HTTP/1.1" 200 None
2026-03-30 06:20:10 [bca.uk] INFO: Saving data for RY73%20CGK: {'auction_closing_time': 1775124000.0, 'created_time': 1774650273.700154, 'last_price_update_time': 1774851610.77336}
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY73%2520CGK') HTTP/1.1" 204 0
2026-03-30 06:20:10 [bca.uk] INFO: Found listing with ID: YM72%20CHN
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520CHN%27 HTTP/1.1" 200 None
2026-03-30 06:20:10 [bca.uk] INFO: Scrape type for YM72%20CHN: 2
2026-03-30 06:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3136e774-0d8b-58c6-9364-43985a2c0978 with identifier: YM72%20CHN
2026-03-30 06:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3136e774-0d8b-58c6-9364-43985a2c0978 with scrape type 2
2026-03-30 06:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3136e774-0d8b-58c6-9364-43985a2c0978 with scrape type 2
2026-03-30 06:20:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3136e774-0d8b-58c6-9364-43985a2c0978, identifier: YM72%20CHN
2026-03-30 06:20:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with identifier: DX16%20LCA
2026-03-30 06:20:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with identifier: DX16%20LCA
2026-03-30 06:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4 with identifier: DX16%20LCA to the API
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX16%20LCA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'debed9ad-0b23-5eeb-a0ce-3c9d5f3fa9b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX16 LCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX16%20LCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 90614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.6 BLUEHDI 120 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 GT LINE',
 'vin': 'VF3LBBHZ3GS058646',
 'year': 2016}
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520LCA%27 HTTP/1.1" 200 None
2026-03-30 06:20:11 [bca.uk] INFO: Saving data for DX16%20LCA: {'auction_closing_time': 1775124000.0, 'created_time': 1774650135.550832, 'last_price_update_time': 1774851611.322777}
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX16%2520LCA') HTTP/1.1" 204 0
2026-03-30 06:20:11 [bca.uk] INFO: Found listing with ID: LG68%20TJY
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520TJY%27 HTTP/1.1" 200 None
2026-03-30 06:20:11 [bca.uk] INFO: Scrape type for LG68%20TJY: 2
2026-03-30 06:20:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with identifier: LG68%20TJY
2026-03-30 06:20:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with scrape type 2
2026-03-30 06:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with scrape type 2
2026-03-30 06:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab7d51e3-6f9b-5889-b566-c7d5463a58e5, identifier: LG68%20TJY
2026-03-30 06:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with identifier: YR18%20YAO
2026-03-30 06:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with identifier: YR18%20YAO
2026-03-30 06:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 893e6cde-203c-5ad1-bdb0-78a2255dbd27 with identifier: YR18%20YAO to the API
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR18%20YAO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '893e6cde-203c-5ad1-bdb0-78a2255dbd27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR18 YAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR18%20YAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 46248,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 E/B 150 2WD ST-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 150 2WD ST-LINE',
 'vin': 'WF0AXXWPMAJY82927',
 'year': 2018}
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520YAO%27 HTTP/1.1" 200 None
2026-03-30 06:20:11 [bca.uk] INFO: Saving data for YR18%20YAO: {'auction_closing_time': 1774951200.0, 'created_time': 1773959892.931047, 'last_price_update_time': 1774851611.745099}
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR18%2520YAO') HTTP/1.1" 204 0
2026-03-30 06:20:11 [bca.uk] INFO: Found listing with ID: SA25%20RDZ
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA25%2520RDZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:11 [bca.uk] INFO: Scrape type for SA25%20RDZ: 2
2026-03-30 06:20:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1aa5357-d78f-5f34-b268-5cdca0f0e152 with identifier: SA25%20RDZ
2026-03-30 06:20:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1aa5357-d78f-5f34-b268-5cdca0f0e152 with scrape type 2
2026-03-30 06:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1aa5357-d78f-5f34-b268-5cdca0f0e152 with scrape type 2
2026-03-30 06:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1aa5357-d78f-5f34-b268-5cdca0f0e152, identifier: SA25%20RDZ
2026-03-30 06:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3136e774-0d8b-58c6-9364-43985a2c0978 with identifier: YM72%20CHN
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:20:11 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=midnight+black+ii HTTP/1.1" 200 None
2026-03-30 06:20:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:20:11 [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:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3136e774-0d8b-58c6-9364-43985a2c0978 with identifier: YM72%20CHN
2026-03-30 06:20:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3136e774-0d8b-58c6-9364-43985a2c0978 with identifier: YM72%20CHN to the API
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM72%20CHN-GB',
 'category': 'Car',
 'color': 'midnight black ii',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3136e774-0d8b-58c6-9364-43985a2c0978',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM72 CHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM72%20CHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 28754,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
 'transmission': 'automatic',
 'trim': '135KW 33KWH COOPER S L2',
 'vin': 'WMW12DJ0X02T92779',
 'year': 2022}
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520CHN%27 HTTP/1.1" 200 None
2026-03-30 06:20:12 [bca.uk] INFO: Saving data for YM72%20CHN: {'auction_closing_time': 1775037600.0, 'created_time': 1773960540.093837, 'last_price_update_time': 1774851612.263588}
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520CHN') HTTP/1.1" 204 0
2026-03-30 06:20:12 [bca.uk] INFO: Found listing with ID: LO72%20ABV
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ABV%27 HTTP/1.1" 200 None
2026-03-30 06:20:12 [bca.uk] INFO: Scrape type for LO72%20ABV: 2
2026-03-30 06:20:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdd74e1d-d570-5b02-bbca-8731d36fbb20 with identifier: LO72%20ABV
2026-03-30 06:20:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdd74e1d-d570-5b02-bbca-8731d36fbb20 with scrape type 2
2026-03-30 06:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdd74e1d-d570-5b02-bbca-8731d36fbb20 with scrape type 2
2026-03-30 06:20:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdd74e1d-d570-5b02-bbca-8731d36fbb20, identifier: LO72%20ABV
2026-03-30 06:20:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with identifier: LG68%20TJY
2026-03-30 06:20:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with identifier: LG68%20TJY
2026-03-30 06:20:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab7d51e3-6f9b-5889-b566-c7d5463a58e5 with identifier: LG68%20TJY to the API
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG68%20TJY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab7d51e3-6f9b-5889-b566-c7d5463a58e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG68 TJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG68%20TJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '420D GRAN COUPE',
 'odometer': 38385,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 420D GRAN COUPE 2.0 190 M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': '190 M SPORT STEP',
 'vin': 'WBA4K32020BP36644',
 'year': 2018}
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520TJY%27 HTTP/1.1" 200 None
2026-03-30 06:20:12 [bca.uk] INFO: Saving data for LG68%20TJY: {'auction_closing_time': 1774864800.0, 'created_time': 1774535805.084077, 'last_price_update_time': 1774851612.666232}
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG68%2520TJY') HTTP/1.1" 204 0
2026-03-30 06:20:12 [bca.uk] INFO: Found listing with ID: BF69%20YLP
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF69%2520YLP%27 HTTP/1.1" 200 None
2026-03-30 06:20:12 [bca.uk] INFO: Scrape type for BF69%20YLP: 2
2026-03-30 06:20:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83f88148-22a4-53ab-820f-9bf580d6ebc0 with identifier: BF69%20YLP
2026-03-30 06:20:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83f88148-22a4-53ab-820f-9bf580d6ebc0 with scrape type 2
2026-03-30 06:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83f88148-22a4-53ab-820f-9bf580d6ebc0 with scrape type 2
2026-03-30 06:20:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83f88148-22a4-53ab-820f-9bf580d6ebc0, identifier: BF69%20YLP
2026-03-30 06:20:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1aa5357-d78f-5f34-b268-5cdca0f0e152 with identifier: SA25%20RDZ
2026-03-30 06:20:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1aa5357-d78f-5f34-b268-5cdca0f0e152 with identifier: SA25%20RDZ
2026-03-30 06:20:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1aa5357-d78f-5f34-b268-5cdca0f0e152 with identifier: SA25%20RDZ to the API
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA25%20RDZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c1aa5357-d78f-5f34-b268-5cdca0f0e152',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SA25 RDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA25%20RDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 14091,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250+ 140KW 70.5KWH AMG LINE EXEC. Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH AMG LINE EXEC.',
 'vin': 'W1N9N0CBXSJ158129',
 'year': 2025}
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA25%2520RDZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:13 [bca.uk] INFO: Saving data for SA25%20RDZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650275.331418, 'last_price_update_time': 1774851613.054454}
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA25%2520RDZ') HTTP/1.1" 204 0
2026-03-30 06:20:13 [bca.uk] INFO: Found listing with ID: AR09%20BAB
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AR09%2520BAB%27 HTTP/1.1" 200 None
2026-03-30 06:20:13 [bca.uk] INFO: Scrape type for AR09%20BAB: 0
2026-03-30 06:20:13 [bca.uk] INFO: Found listing with ID: CP66%20GDO
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP66%2520GDO%27 HTTP/1.1" 200 None
2026-03-30 06:20:13 [bca.uk] INFO: Scrape type for CP66%20GDO: 2
2026-03-30 06:20:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e38cfb9f-9710-5a86-89d1-f3393248cb88 with identifier: CP66%20GDO
2026-03-30 06:20:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e38cfb9f-9710-5a86-89d1-f3393248cb88 with scrape type 2
2026-03-30 06:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e38cfb9f-9710-5a86-89d1-f3393248cb88 with scrape type 2
2026-03-30 06:20:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e38cfb9f-9710-5a86-89d1-f3393248cb88, identifier: CP66%20GDO
2026-03-30 06:20:13 [bca.uk] INFO: Total items found: 100
2026-03-30 06:20:13 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded
2026-03-30 06:20:13 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:20:13 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:20:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdd74e1d-d570-5b02-bbca-8731d36fbb20 with identifier: LO72%20ABV
2026-03-30 06:20:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdd74e1d-d570-5b02-bbca-8731d36fbb20 with identifier: LO72%20ABV
2026-03-30 06:20:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdd74e1d-d570-5b02-bbca-8731d36fbb20 with identifier: LO72%20ABV to the API
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20ABV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fdd74e1d-d570-5b02-bbca-8731d36fbb20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 ABV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20ABV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 18463,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC500071975',
 'year': 2022}
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ABV%27 HTTP/1.1" 200 None
2026-03-30 06:20:13 [bca.uk] INFO: Saving data for LO72%20ABV: {'auction_closing_time': 1775556000.0, 'created_time': 1774650135.922392, 'last_price_update_time': 1774851613.511895}
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520ABV') HTTP/1.1" 204 0
2026-03-30 06:20:13 [bca.uk] INFO: Found listing with ID: LM25%20VBV
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM25%2520VBV%27 HTTP/1.1" 200 None
2026-03-30 06:20:13 [bca.uk] INFO: Scrape type for LM25%20VBV: 0
2026-03-30 06:20:13 [bca.uk] INFO: Found listing with ID: LT24%20OUA
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520OUA%27 HTTP/1.1" 200 None
2026-03-30 06:20:13 [bca.uk] INFO: Scrape type for LT24%20OUA: 0
2026-03-30 06:20:13 [bca.uk] INFO: Found listing with ID: MH72%20DLK
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520DLK%27 HTTP/1.1" 200 None
2026-03-30 06:20:13 [bca.uk] INFO: Scrape type for MH72%20DLK: 2
2026-03-30 06:20:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6775ea0e-df5d-52f2-b251-a3a9451ce85c with identifier: MH72%20DLK
2026-03-30 06:20:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6775ea0e-df5d-52f2-b251-a3a9451ce85c with scrape type 2
2026-03-30 06:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6775ea0e-df5d-52f2-b251-a3a9451ce85c with scrape type 2
2026-03-30 06:20:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6775ea0e-df5d-52f2-b251-a3a9451ce85c, identifier: MH72%20DLK
2026-03-30 06:20:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83f88148-22a4-53ab-820f-9bf580d6ebc0 with identifier: BF69%20YLP
2026-03-30 06:20:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83f88148-22a4-53ab-820f-9bf580d6ebc0 with identifier: BF69%20YLP
2026-03-30 06:20:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83f88148-22a4-53ab-820f-9bf580d6ebc0 with identifier: BF69%20YLP to the API
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF69%20YLP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '83f88148-22a4-53ab-820f-9bf580d6ebc0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF69 YLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF69%20YLP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 65652,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT COURIER 1.5 TDCI 75 TREND (6) Van',
 'transmission': 'manual',
 'trim': 'TDCI 75 TREND (6)',
 'vin': 'WF0WXXTACWKL60632',
 'year': 2019}
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF69%2520YLP%27 HTTP/1.1" 200 None
2026-03-30 06:20:13 [bca.uk] INFO: Saving data for BF69%20YLP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650301.76589, 'last_price_update_time': 1774851613.94042}
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF69%2520YLP') HTTP/1.1" 204 0
2026-03-30 06:20:13 [bca.uk] INFO: Found listing with ID: SM24%20MXR
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM24%2520MXR%27 HTTP/1.1" 200 None
2026-03-30 06:20:13 [bca.uk] INFO: Scrape type for SM24%20MXR: 2
2026-03-30 06:20:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with identifier: SM24%20MXR
2026-03-30 06:20:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with scrape type 2
2026-03-30 06:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with scrape type 2
2026-03-30 06:20:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2, identifier: SM24%20MXR
2026-03-30 06:20:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e38cfb9f-9710-5a86-89d1-f3393248cb88 with identifier: CP66%20GDO
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mineral+white HTTP/1.1" 200 None
2026-03-30 06:20:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:20:14 [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:20:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e38cfb9f-9710-5a86-89d1-f3393248cb88 with identifier: CP66%20GDO
2026-03-30 06:20:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e38cfb9f-9710-5a86-89d1-f3393248cb88 with identifier: CP66%20GDO to the API
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP66%20GDO-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e38cfb9f-9710-5a86-89d1-f3393248cb88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP66 GDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP66%20GDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 59676,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 25D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 25D X LINE STEP',
 'vin': 'WBAHU520505H46903',
 'year': 2016}
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP66%2520GDO%27 HTTP/1.1" 200 None
2026-03-30 06:20:14 [bca.uk] INFO: Saving data for CP66%20GDO: {'auction_closing_time': 1775037600.0, 'created_time': 1773828651.072313, 'last_price_update_time': 1774851614.470422}
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP66%2520GDO') HTTP/1.1" 204 0
2026-03-30 06:20:14 [bca.uk] INFO: Found listing with ID: WP15%20HMO
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP15%2520HMO%27 HTTP/1.1" 200 None
2026-03-30 06:20:14 [bca.uk] INFO: Scrape type for WP15%20HMO: 2
2026-03-30 06:20:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with identifier: WP15%20HMO
2026-03-30 06:20:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with scrape type 2
2026-03-30 06:20:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with scrape type 2
2026-03-30 06:20:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7bb8b75-f040-5ee3-9e7c-0c4ba503e195, identifier: WP15%20HMO
2026-03-30 06:20:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6775ea0e-df5d-52f2-b251-a3a9451ce85c with identifier: MH72%20DLK
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=crossover+black+metallic HTTP/1.1" 200 None
2026-03-30 06:20:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:20:14 [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:20:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6775ea0e-df5d-52f2-b251-a3a9451ce85c with identifier: MH72%20DLK
2026-03-30 06:20:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6775ea0e-df5d-52f2-b251-a3a9451ce85c with identifier: MH72%20DLK to the API
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH72%20DLK-GB',
 'category': 'Car',
 'color': 'crossover black metallic',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6775ea0e-df5d-52f2-b251-a3a9451ce85c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MH72 DLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH72%20DLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 17546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
 'transmission': 'manual',
 'trim': 'M/H DOLCEVITA',
 'vin': 'ZFACF1CJ5NJH11100',
 'year': 2023}
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520DLK%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Saving data for MH72%20DLK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650523.301826, 'last_price_update_time': 1774851615.093454}
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH72%2520DLK') HTTP/1.1" 204 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: OV05%20WSL
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV05%2520WSL%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for OV05%20WSL: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: EJ59%20OFN
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ59%2520OFN%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for EJ59%20OFN: 2
2026-03-30 06:20:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b2ba125-33db-503f-993c-242ec3ede2b7 with identifier: EJ59%20OFN
2026-03-30 06:20:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b2ba125-33db-503f-993c-242ec3ede2b7 with scrape type 2
2026-03-30 06:20:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b2ba125-33db-503f-993c-242ec3ede2b7 with scrape type 2
2026-03-30 06:20:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b2ba125-33db-503f-993c-242ec3ede2b7, identifier: EJ59%20OFN
2026-03-30 06:20:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with identifier: SM24%20MXR
2026-03-30 06:20:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with identifier: SM24%20MXR
2026-03-30 06:20:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2 with identifier: SM24%20MXR to the API
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM24%20MXR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'df1f6ca7-6ee6-5285-a8a6-aa9d154e1ec2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SM24 MXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM24%20MXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 22166,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'BMW I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY72AW090FT55475',
 'year': 2024}
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM24%2520MXR%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Saving data for SM24%20MXR: {'auction_closing_time': 1775124000.0, 'created_time': 1774650259.151462, 'last_price_update_time': 1774851615.526629}
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM24%2520MXR') HTTP/1.1" 204 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: DA71%20NZX
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520NZX%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for DA71%20NZX: 2
2026-03-30 06:20:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 878d13b9-c312-5e62-bb25-f10a6db0ee33 with identifier: DA71%20NZX
2026-03-30 06:20:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 878d13b9-c312-5e62-bb25-f10a6db0ee33 with scrape type 2
2026-03-30 06:20:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 878d13b9-c312-5e62-bb25-f10a6db0ee33 with scrape type 2
2026-03-30 06:20:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 878d13b9-c312-5e62-bb25-f10a6db0ee33, identifier: DA71%20NZX
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: BK71%20JDZ
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520JDZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for BK71%20JDZ: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: EA22%20RWZ
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA22%2520RWZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for EA22%20RWZ: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: GF67%20URS
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520URS%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for GF67%20URS: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: GK19%20YXB
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520YXB%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for GK19%20YXB: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: LB67%20MSU
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB67%2520MSU%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for LB67%20MSU: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: LC19%20LTO
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520LTO%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for LC19%20LTO: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: LP18%20JGU
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520JGU%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for LP18%20JGU: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: RE71%20OHV
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520OHV%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for RE71%20OHV: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: YH71%20NKU
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520NKU%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for YH71%20NKU: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: YK18%20YXU
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520YXU%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for YK18%20YXU: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: YS18%20HMA
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520HMA%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for YS18%20HMA: 0
2026-03-30 06:20:15 [bca.uk] INFO: Found listing with ID: BC72%20CZN
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC72%2520CZN%27 HTTP/1.1" 200 None
2026-03-30 06:20:15 [bca.uk] INFO: Scrape type for BC72%20CZN: 2
2026-03-30 06:20:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 874833b9-3ec2-58f6-999e-e6d51b720f8f with identifier: BC72%20CZN
2026-03-30 06:20:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874833b9-3ec2-58f6-999e-e6d51b720f8f with scrape type 2
2026-03-30 06:20:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 874833b9-3ec2-58f6-999e-e6d51b720f8f with scrape type 2
2026-03-30 06:20:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 874833b9-3ec2-58f6-999e-e6d51b720f8f, identifier: BC72%20CZN
2026-03-30 06:20:15 [scrapy.extensions.logstats] INFO: Crawled 59 pages (at 2 pages/min), scraped 2136 items (at 128 items/min)
2026-03-30 06:20:15 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:20:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with identifier: WP15%20HMO
2026-03-30 06:20:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with identifier: WP15%20HMO
2026-03-30 06:20:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7bb8b75-f040-5ee3-9e7c-0c4ba503e195 with identifier: WP15%20HMO to the API
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 347,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP15%20HMO-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '6.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd7bb8b75-f040-5ee3-9e7c-0c4ba503e195',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP15 HMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP15%20HMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BENTLEY',
 'model': 'CONTINENTAL GTC',
 'odometer': 23270,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BENTLEY CONTINENTAL GTC 6.0 W12 SPEED Convertible',
 'transmission': 'manual',
 'trim': 'W12 SPEED',
 'vin': 'SCBGF23WXFC049029',
 'year': 2015}
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP15%2520HMO%27 HTTP/1.1" 200 None
2026-03-30 06:20:16 [bca.uk] INFO: Saving data for WP15%20HMO: {'auction_closing_time': 1775124000.0, 'created_time': 1774650134.040901, 'last_price_update_time': 1774851616.257666}
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP15%2520HMO') HTTP/1.1" 204 0
2026-03-30 06:20:16 [bca.uk] INFO: Found listing with ID: W666%20JDP
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W666%2520JDP%27 HTTP/1.1" 200 None
2026-03-30 06:20:16 [bca.uk] INFO: Scrape type for W666%20JDP: 2
2026-03-30 06:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0257a8d-6e15-5b7e-b93e-8f5a25771100 with identifier: W666%20JDP
2026-03-30 06:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0257a8d-6e15-5b7e-b93e-8f5a25771100 with scrape type 2
2026-03-30 06:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0257a8d-6e15-5b7e-b93e-8f5a25771100 with scrape type 2
2026-03-30 06:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0257a8d-6e15-5b7e-b93e-8f5a25771100, identifier: W666%20JDP
2026-03-30 06:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b2ba125-33db-503f-993c-242ec3ede2b7 with identifier: EJ59%20OFN
2026-03-30 06:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b2ba125-33db-503f-993c-242ec3ede2b7 with identifier: EJ59%20OFN
2026-03-30 06:20:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b2ba125-33db-503f-993c-242ec3ede2b7 with identifier: EJ59%20OFN to the API
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ59%20OFN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7b2ba125-33db-503f-993c-242ec3ede2b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ59 OFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ59%20OFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 86655,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 140 TITANIUM MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 140 TITANIUM',
 'vin': 'WF0SXXGBWS9E17369',
 'year': 2010}
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ59%2520OFN%27 HTTP/1.1" 200 None
2026-03-30 06:20:16 [bca.uk] INFO: Saving data for EJ59%20OFN: {'auction_closing_time': 1775037600.0, 'created_time': 1773833199.137892, 'last_price_update_time': 1774851616.741602}
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ59%2520OFN') HTTP/1.1" 204 0
2026-03-30 06:20:16 [bca.uk] INFO: Found listing with ID: WM73%20AXU
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520AXU%27 HTTP/1.1" 200 None
2026-03-30 06:20:16 [bca.uk] INFO: Scrape type for WM73%20AXU: 2
2026-03-30 06:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aabcffbd-e76e-51cd-bf68-e6713562f095 with identifier: WM73%20AXU
2026-03-30 06:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aabcffbd-e76e-51cd-bf68-e6713562f095 with scrape type 2
2026-03-30 06:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aabcffbd-e76e-51cd-bf68-e6713562f095 with scrape type 2
2026-03-30 06:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aabcffbd-e76e-51cd-bf68-e6713562f095, identifier: WM73%20AXU
2026-03-30 06:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 878d13b9-c312-5e62-bb25-f10a6db0ee33 with identifier: DA71%20NZX
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:20:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=british+racing+green+iv HTTP/1.1" 200 None
2026-03-30 06:20:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:20: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:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 878d13b9-c312-5e62-bb25-f10a6db0ee33 with identifier: DA71%20NZX
2026-03-30 06:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 878d13b9-c312-5e62-bb25-f10a6db0ee33 with identifier: DA71%20NZX to the API
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA71%20NZX-GB',
 'category': 'Car',
 'color': 'british racing green iv',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '878d13b9-c312-5e62-bb25-f10a6db0ee33',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DA71 NZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA71%20NZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 28380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
 'transmission': 'automatic',
 'trim': '135KW 33KWH COOPER S L2',
 'vin': 'WMW12DJ0702R88593',
 'year': 2021}
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520NZX%27 HTTP/1.1" 200 None
2026-03-30 06:20:17 [bca.uk] INFO: Saving data for DA71%20NZX: {'auction_closing_time': 1775037600.0, 'created_time': 1773960547.90189, 'last_price_update_time': 1774851617.275892}
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA71%2520NZX') HTTP/1.1" 204 0
2026-03-30 06:20:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 874833b9-3ec2-58f6-999e-e6d51b720f8f with identifier: BC72%20CZN
2026-03-30 06:20:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 874833b9-3ec2-58f6-999e-e6d51b720f8f with identifier: BC72%20CZN
2026-03-30 06:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 874833b9-3ec2-58f6-999e-e6d51b720f8f with identifier: BC72%20CZN to the API
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC72%20CZN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '874833b9-3ec2-58f6-999e-e6d51b720f8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BC72 CZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC72%20CZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'HYUNDAI',
 'model': 'IONIQ 5',
 'odometer': 29847,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ 5 125KW 58KWH SE CONNECT Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 58KWH SE CONNECT',
 'vin': 'KMHKM81BUPU128456',
 'year': 2023}
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC72%2520CZN%27 HTTP/1.1" 200 None
2026-03-30 06:20:17 [bca.uk] INFO: Saving data for BC72%20CZN: {'auction_closing_time': 1774951200.0, 'created_time': 1774650438.484913, 'last_price_update_time': 1774851617.550753}
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC72%2520CZN') HTTP/1.1" 204 0
2026-03-30 06:20:17 [bca.uk] INFO: Found listing with ID: BK68%20XBV
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520XBV%27 HTTP/1.1" 200 None
2026-03-30 06:20:17 [bca.uk] INFO: Scrape type for BK68%20XBV: 2
2026-03-30 06:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2e1f481-4edb-5c16-a18a-3866a6d024d7 with identifier: BK68%20XBV
2026-03-30 06:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2e1f481-4edb-5c16-a18a-3866a6d024d7 with scrape type 2
2026-03-30 06:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2e1f481-4edb-5c16-a18a-3866a6d024d7 with scrape type 2
2026-03-30 06:20:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2e1f481-4edb-5c16-a18a-3866a6d024d7, identifier: BK68%20XBV
2026-03-30 06:20:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0257a8d-6e15-5b7e-b93e-8f5a25771100 with identifier: W666%20JDP
2026-03-30 06:20:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0257a8d-6e15-5b7e-b93e-8f5a25771100 with identifier: W666%20JDP
2026-03-30 06:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0257a8d-6e15-5b7e-b93e-8f5a25771100 with identifier: W666%20JDP to the API
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 299,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=W666%20JDP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e0257a8d-6e15-5b7e-b93e-8f5a25771100',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'W666 JDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=W666%20JDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FERRARI',
 'model': 'CALIFORNIA',
 'odometer': 22594,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FERRARI CALIFORNIA 4.3 2+ F1 Convertible',
 'transmission': 'automatic',
 'trim': '2+ F1',
 'vin': 'ZFFLJ65C000179527',
 'year': 2011}
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W666%2520JDP%27 HTTP/1.1" 200 None
2026-03-30 06:20:17 [bca.uk] INFO: Saving data for W666%20JDP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650636.842419, 'last_price_update_time': 1774851617.960534}
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='W666%2520JDP') HTTP/1.1" 204 0
2026-03-30 06:20:17 [bca.uk] INFO: Found listing with ID: EX61%20UPR
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520UPR%27 HTTP/1.1" 200 None
2026-03-30 06:20:18 [bca.uk] INFO: Scrape type for EX61%20UPR: 2
2026-03-30 06:20:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83dc14e8-7b33-5508-a2da-fab2b60d4030 with identifier: EX61%20UPR
2026-03-30 06:20:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83dc14e8-7b33-5508-a2da-fab2b60d4030 with scrape type 2
2026-03-30 06:20:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83dc14e8-7b33-5508-a2da-fab2b60d4030 with scrape type 2
2026-03-30 06:20:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83dc14e8-7b33-5508-a2da-fab2b60d4030, identifier: EX61%20UPR
2026-03-30 06:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aabcffbd-e76e-51cd-bf68-e6713562f095 with identifier: WM73%20AXU
2026-03-30 06:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aabcffbd-e76e-51cd-bf68-e6713562f095 with identifier: WM73%20AXU
2026-03-30 06:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aabcffbd-e76e-51cd-bf68-e6713562f095 with identifier: WM73%20AXU to the API
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM73%20AXU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'aabcffbd-e76e-51cd-bf68-e6713562f095',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WM73 AXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM73%20AXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQE 300',
 'odometer': 11689,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQE 300 AMG LINE PREMIUM Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'W1KEG1BBXRF040205',
 'year': 2024}
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520AXU%27 HTTP/1.1" 200 None
2026-03-30 06:20:18 [bca.uk] INFO: Saving data for WM73%20AXU: {'auction_closing_time': 1775124000.0, 'created_time': 1774305485.710619, 'last_price_update_time': 1774851618.372713}
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM73%2520AXU') HTTP/1.1" 204 0
2026-03-30 06:20:18 [bca.uk] INFO: Found listing with ID: EA69%20EWJ
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA69%2520EWJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:18 [bca.uk] INFO: Scrape type for EA69%20EWJ: 2
2026-03-30 06:20:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b5409d-77ea-5729-978f-b184e4cd318e with identifier: EA69%20EWJ
2026-03-30 06:20:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b5409d-77ea-5729-978f-b184e4cd318e with scrape type 2
2026-03-30 06:20:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b5409d-77ea-5729-978f-b184e4cd318e with scrape type 2
2026-03-30 06:20:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71b5409d-77ea-5729-978f-b184e4cd318e, identifier: EA69%20EWJ
2026-03-30 06:20:18 [bca.uk] INFO: Found listing with ID: RK73%20YDM
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK73%2520YDM%27 HTTP/1.1" 200 None
2026-03-30 06:20:18 [bca.uk] INFO: Scrape type for RK73%20YDM: 2
2026-03-30 06:20:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 628041c3-ac6c-5a48-9687-6fc95cbaf760 with identifier: RK73%20YDM
2026-03-30 06:20:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 628041c3-ac6c-5a48-9687-6fc95cbaf760 with scrape type 2
2026-03-30 06:20:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 628041c3-ac6c-5a48-9687-6fc95cbaf760 with scrape type 2
2026-03-30 06:20:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 628041c3-ac6c-5a48-9687-6fc95cbaf760, identifier: RK73%20YDM
2026-03-30 06:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2e1f481-4edb-5c16-a18a-3866a6d024d7 with identifier: BK68%20XBV
2026-03-30 06:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2e1f481-4edb-5c16-a18a-3866a6d024d7 with identifier: BK68%20XBV
2026-03-30 06:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2e1f481-4edb-5c16-a18a-3866a6d024d7 with identifier: BK68%20XBV to the API
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:18 [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': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK68%20XBV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f2e1f481-4edb-5c16-a18a-3866a6d024d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK68 XBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK68%20XBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '530E',
 'odometer': 43000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 530E 2.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJA92030BN74922',
 'year': 2018}
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520XBV%27 HTTP/1.1" 200 None
2026-03-30 06:20:18 [bca.uk] INFO: Saving data for BK68%20XBV: {'auction_closing_time': 1774864800.0, 'created_time': 1774006364.50902, 'last_price_update_time': 1774851618.898618}
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK68%2520XBV') HTTP/1.1" 204 0
2026-03-30 06:20:18 [bca.uk] INFO: Found listing with ID: LL70%20XZD
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520XZD%27 HTTP/1.1" 200 None
2026-03-30 06:20:18 [bca.uk] INFO: Scrape type for LL70%20XZD: 2
2026-03-30 06:20:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0dc3fda-3f20-55e5-982e-86d10414d898 with identifier: LL70%20XZD
2026-03-30 06:20:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0dc3fda-3f20-55e5-982e-86d10414d898 with scrape type 2
2026-03-30 06:20:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0dc3fda-3f20-55e5-982e-86d10414d898 with scrape type 2
2026-03-30 06:20:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0dc3fda-3f20-55e5-982e-86d10414d898, identifier: LL70%20XZD
2026-03-30 06:20:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83dc14e8-7b33-5508-a2da-fab2b60d4030 with identifier: EX61%20UPR
2026-03-30 06:20:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83dc14e8-7b33-5508-a2da-fab2b60d4030 with identifier: EX61%20UPR
2026-03-30 06:20:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83dc14e8-7b33-5508-a2da-fab2b60d4030 with identifier: EX61%20UPR to the API
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX61%20UPR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '83dc14e8-7b33-5508-a2da-fab2b60d4030',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX61 UPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX61%20UPR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 128055,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 1.6 TDCI 115 TITANIUM X S/S MPV',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM X S/S',
 'vin': 'WF0MXXGBWMBT56119',
 'year': 2011}
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520UPR%27 HTTP/1.1" 200 None
2026-03-30 06:20:19 [bca.uk] INFO: Saving data for EX61%20UPR: {'auction_closing_time': 1775037600.0, 'created_time': 1774305033.865591, 'last_price_update_time': 1774851619.303318}
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX61%2520UPR') HTTP/1.1" 204 0
2026-03-30 06:20:19 [bca.uk] INFO: Found listing with ID: WV23%20ODF
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520ODF%27 HTTP/1.1" 200 None
2026-03-30 06:20:19 [bca.uk] INFO: Scrape type for WV23%20ODF: 2
2026-03-30 06:20:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with identifier: WV23%20ODF
2026-03-30 06:20:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with scrape type 2
2026-03-30 06:20:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with scrape type 2
2026-03-30 06:20:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79062f7e-f31b-55ee-83e2-7fe3d63575e9, identifier: WV23%20ODF
2026-03-30 06:20:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71b5409d-77ea-5729-978f-b184e4cd318e with identifier: EA69%20EWJ
2026-03-30 06:20:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71b5409d-77ea-5729-978f-b184e4cd318e with identifier: EA69%20EWJ
2026-03-30 06:20:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71b5409d-77ea-5729-978f-b184e4cd318e with identifier: EA69%20EWJ to the API
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA69%20EWJ-GB',
 'category': 'Car',
 'color': 'melting silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '71b5409d-77ea-5729-978f-b184e4cd318e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA69 EWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA69%20EWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 115423,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.5 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'WMWXU52070TH96936',
 'year': 2019}
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA69%2520EWJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:19 [bca.uk] INFO: Saving data for EA69%20EWJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774016272.757857, 'last_price_update_time': 1774851619.751983}
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA69%2520EWJ') HTTP/1.1" 204 0
2026-03-30 06:20:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 628041c3-ac6c-5a48-9687-6fc95cbaf760 with identifier: RK73%20YDM
2026-03-30 06:20:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 628041c3-ac6c-5a48-9687-6fc95cbaf760 with identifier: RK73%20YDM
2026-03-30 06:20:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 628041c3-ac6c-5a48-9687-6fc95cbaf760 with identifier: RK73%20YDM to the API
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK73%20YDM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '628041c3-ac6c-5a48-9687-6fc95cbaf760',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK73 YDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK73%20YDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 11335,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 77KWH TOUR PRO S Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 77KWH TOUR PRO S',
 'vin': 'WVWZZZE1ZPP049180',
 'year': 2023}
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK73%2520YDM%27 HTTP/1.1" 200 None
2026-03-30 06:20:20 [bca.uk] INFO: Saving data for RK73%20YDM: {'auction_closing_time': 1774951200.0, 'created_time': 1774650440.724852, 'last_price_update_time': 1774851620.039577}
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK73%2520YDM') HTTP/1.1" 204 0
2026-03-30 06:20:20 [bca.uk] INFO: Found listing with ID: LM22%20FWV
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520FWV%27 HTTP/1.1" 200 None
2026-03-30 06:20:20 [bca.uk] INFO: Scrape type for LM22%20FWV: 2
2026-03-30 06:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0fd9fcc-f5cc-509f-beec-a23590561831 with identifier: LM22%20FWV
2026-03-30 06:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0fd9fcc-f5cc-509f-beec-a23590561831 with scrape type 2
2026-03-30 06:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0fd9fcc-f5cc-509f-beec-a23590561831 with scrape type 2
2026-03-30 06:20:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0fd9fcc-f5cc-509f-beec-a23590561831, identifier: LM22%20FWV
2026-03-30 06:20:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0dc3fda-3f20-55e5-982e-86d10414d898 with identifier: LL70%20XZD
2026-03-30 06:20:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0dc3fda-3f20-55e5-982e-86d10414d898 with identifier: LL70%20XZD
2026-03-30 06:20:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0dc3fda-3f20-55e5-982e-86d10414d898 with identifier: LL70%20XZD to the API
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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=LL70%20XZD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a0dc3fda-3f20-55e5-982e-86d10414d898',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL70 XZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL70%20XZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D',
 'odometer': 64769,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 D 2.0 AMG LINE PREMIUM Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'W1K1183142N188709',
 'year': 2021}
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520XZD%27 HTTP/1.1" 200 None
2026-03-30 06:20:20 [bca.uk] INFO: Saving data for LL70%20XZD: {'auction_closing_time': 1774951200.0, 'created_time': 1774650637.861524, 'last_price_update_time': 1774851620.435499}
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL70%2520XZD') HTTP/1.1" 204 0
2026-03-30 06:20:20 [bca.uk] INFO: Found listing with ID: YS69%20ETJ
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520ETJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:20 [bca.uk] INFO: Scrape type for YS69%20ETJ: 2
2026-03-30 06:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79dff559-2f6d-5886-9066-68d886c27bb9 with identifier: YS69%20ETJ
2026-03-30 06:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79dff559-2f6d-5886-9066-68d886c27bb9 with scrape type 2
2026-03-30 06:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79dff559-2f6d-5886-9066-68d886c27bb9 with scrape type 2
2026-03-30 06:20:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79dff559-2f6d-5886-9066-68d886c27bb9, identifier: YS69%20ETJ
2026-03-30 06:20:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with identifier: WV23%20ODF
2026-03-30 06:20:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with identifier: WV23%20ODF
2026-03-30 06:20:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79062f7e-f31b-55ee-83e2-7fe3d63575e9 with identifier: WV23%20ODF to the API
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV23%20ODF-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '79062f7e-f31b-55ee-83e2-7fe3d63575e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV23 ODF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV23%20ODF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'GWM ORA',
 'model': 'FUNKY CAT',
 'odometer': 8466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'GWM ORA FUNKY CAT 126KW 48KWH FIRST ED. Hatchback',
 'transmission': 'automatic',
 'trim': '126KW 48KWH FIRST ED.',
 'vin': 'LGWEEUA56NK641309',
 'year': 2023}
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520ODF%27 HTTP/1.1" 200 None
2026-03-30 06:20:20 [bca.uk] INFO: Saving data for WV23%20ODF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650262.394333, 'last_price_update_time': 1774851620.85829}
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV23%2520ODF') HTTP/1.1" 204 0
2026-03-30 06:20:20 [bca.uk] INFO: Found listing with ID: KK19%20JFA
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK19%2520JFA%27 HTTP/1.1" 200 None
2026-03-30 06:20:20 [bca.uk] INFO: Scrape type for KK19%20JFA: 2
2026-03-30 06:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8394d2c-146b-5768-b156-383e7c4ef56d with identifier: KK19%20JFA
2026-03-30 06:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8394d2c-146b-5768-b156-383e7c4ef56d with scrape type 2
2026-03-30 06:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8394d2c-146b-5768-b156-383e7c4ef56d with scrape type 2
2026-03-30 06:20:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8394d2c-146b-5768-b156-383e7c4ef56d, identifier: KK19%20JFA
2026-03-30 06:20:21 [bca.uk] INFO: Found listing with ID: YP22%20JMV
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520JMV%27 HTTP/1.1" 200 None
2026-03-30 06:20:21 [bca.uk] INFO: Scrape type for YP22%20JMV: 2
2026-03-30 06:20:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43477b17-9883-52c8-9c84-47a410f28009 with identifier: YP22%20JMV
2026-03-30 06:20:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43477b17-9883-52c8-9c84-47a410f28009 with scrape type 2
2026-03-30 06:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43477b17-9883-52c8-9c84-47a410f28009 with scrape type 2
2026-03-30 06:20:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43477b17-9883-52c8-9c84-47a410f28009, identifier: YP22%20JMV
2026-03-30 06:20:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0fd9fcc-f5cc-509f-beec-a23590561831 with identifier: LM22%20FWV
2026-03-30 06:20:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0fd9fcc-f5cc-509f-beec-a23590561831 with identifier: LM22%20FWV
2026-03-30 06:20:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0fd9fcc-f5cc-509f-beec-a23590561831 with identifier: LM22%20FWV to the API
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 28,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM22%20FWV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a0fd9fcc-f5cc-509f-beec-a23590561831',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM22 FWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM22%20FWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'PRIUS PLUG-IN',
 'odometer': 105236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA PRIUS PLUG-IN 1.8 VVTI EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI EXCEL',
 'vin': 'JTDKA3FP603210807',
 'year': 2022}
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520FWV%27 HTTP/1.1" 200 None
2026-03-30 06:20:21 [bca.uk] INFO: Saving data for LM22%20FWV: {'auction_closing_time': 1775556000.0, 'created_time': 1774650135.189773, 'last_price_update_time': 1774851621.420908}
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM22%2520FWV') HTTP/1.1" 204 0
2026-03-30 06:20:21 [bca.uk] INFO: Found listing with ID: DU21%20OZR
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520OZR%27 HTTP/1.1" 200 None
2026-03-30 06:20:21 [bca.uk] INFO: Scrape type for DU21%20OZR: 2
2026-03-30 06:20:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89e74077-3500-5058-b693-a04ecae97b59 with identifier: DU21%20OZR
2026-03-30 06:20:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89e74077-3500-5058-b693-a04ecae97b59 with scrape type 2
2026-03-30 06:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89e74077-3500-5058-b693-a04ecae97b59 with scrape type 2
2026-03-30 06:20:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89e74077-3500-5058-b693-a04ecae97b59, identifier: DU21%20OZR
2026-03-30 06:20:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79dff559-2f6d-5886-9066-68d886c27bb9 with identifier: YS69%20ETJ
2026-03-30 06:20:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79dff559-2f6d-5886-9066-68d886c27bb9 with identifier: YS69%20ETJ
2026-03-30 06:20:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79dff559-2f6d-5886-9066-68d886c27bb9 with identifier: YS69%20ETJ to the API
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS69%20ETJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '79dff559-2f6d-5886-9066-68d886c27bb9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS69 ETJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS69%20ETJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 50850,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB LEADER H/R',
 'vin': 'WF0YXXTTGYKU56136',
 'year': 2020}
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520ETJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:21 [bca.uk] INFO: Saving data for YS69%20ETJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650316.287873, 'last_price_update_time': 1774851621.920262}
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520ETJ') HTTP/1.1" 204 0
2026-03-30 06:20:21 [bca.uk] INFO: Found listing with ID: YA70%20GSY
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520GSY%27 HTTP/1.1" 200 None
2026-03-30 06:20:21 [bca.uk] INFO: Scrape type for YA70%20GSY: 2
2026-03-30 06:20:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc2ece03-0f67-52bf-9f37-aa684e1c755c with identifier: YA70%20GSY
2026-03-30 06:20:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc2ece03-0f67-52bf-9f37-aa684e1c755c with scrape type 2
2026-03-30 06:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc2ece03-0f67-52bf-9f37-aa684e1c755c with scrape type 2
2026-03-30 06:20:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc2ece03-0f67-52bf-9f37-aa684e1c755c, identifier: YA70%20GSY
2026-03-30 06:20:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8394d2c-146b-5768-b156-383e7c4ef56d with identifier: KK19%20JFA
2026-03-30 06:20:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8394d2c-146b-5768-b156-383e7c4ef56d with identifier: KK19%20JFA
2026-03-30 06:20:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8394d2c-146b-5768-b156-383e7c4ef56d with identifier: KK19%20JFA to the API
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK19%20JFA-GB',
 'category': 'Car',
 'color': 'mediterranean blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8394d2c-146b-5768-b156-383e7c4ef56d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KK19 JFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK19%20JFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '520I',
 'odometer': 95415,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 520I 2.0 T M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBAJT92030BR76482',
 'year': 2019}
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK19%2520JFA%27 HTTP/1.1" 200 None
2026-03-30 06:20:22 [bca.uk] INFO: Saving data for KK19%20JFA: {'auction_closing_time': 1775037600.0, 'created_time': 1774016224.264447, 'last_price_update_time': 1774851622.331141}
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK19%2520JFA') HTTP/1.1" 204 0
2026-03-30 06:20:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43477b17-9883-52c8-9c84-47a410f28009 with identifier: YP22%20JMV
2026-03-30 06:20:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43477b17-9883-52c8-9c84-47a410f28009 with identifier: YP22%20JMV
2026-03-30 06:20:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43477b17-9883-52c8-9c84-47a410f28009 with identifier: YP22%20JMV to the API
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP22%20JMV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '43477b17-9883-52c8-9c84-47a410f28009',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP22 JMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP22%20JMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'MUSTANG MACH-E',
 'odometer': 25169,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD MUSTANG MACH-E 198KW 68KWH RWD STANDARD RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '198KW 68KWH RWD STANDARD RANGE',
 'vin': 'WF0TR1RM5MMA63723',
 'year': 2022}
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520JMV%27 HTTP/1.1" 200 None
2026-03-30 06:20:22 [bca.uk] INFO: Saving data for YP22%20JMV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650440.110461, 'last_price_update_time': 1774851622.634472}
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP22%2520JMV') HTTP/1.1" 204 0
2026-03-30 06:20:22 [bca.uk] INFO: Found listing with ID: SA71%20VVL
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520VVL%27 HTTP/1.1" 200 None
2026-03-30 06:20:22 [bca.uk] INFO: Scrape type for SA71%20VVL: 2
2026-03-30 06:20:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72a1fd06-49eb-5c73-a46a-7740710a7b2e with identifier: SA71%20VVL
2026-03-30 06:20:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72a1fd06-49eb-5c73-a46a-7740710a7b2e with scrape type 2
2026-03-30 06:20:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72a1fd06-49eb-5c73-a46a-7740710a7b2e with scrape type 2
2026-03-30 06:20:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72a1fd06-49eb-5c73-a46a-7740710a7b2e, identifier: SA71%20VVL
2026-03-30 06:20:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89e74077-3500-5058-b693-a04ecae97b59 with identifier: DU21%20OZR
2026-03-30 06:20:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89e74077-3500-5058-b693-a04ecae97b59 with identifier: DU21%20OZR
2026-03-30 06:20:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89e74077-3500-5058-b693-a04ecae97b59 with identifier: DU21%20OZR to the API
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU21%20OZR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '89e74077-3500-5058-b693-a04ecae97b59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU21 OZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU21%20OZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 44140,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 V-CROSS 4X4 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'V-CROSS 4X4',
 'vin': 'MPATFS87JMT002189',
 'year': 2021}
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520OZR%27 HTTP/1.1" 200 None
2026-03-30 06:20:23 [bca.uk] INFO: Saving data for DU21%20OZR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650392.772862, 'last_price_update_time': 1774851623.029516}
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU21%2520OZR') HTTP/1.1" 204 0
2026-03-30 06:20:23 [bca.uk] INFO: Found listing with ID: YE73%20TKV
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520TKV%27 HTTP/1.1" 200 None
2026-03-30 06:20:23 [bca.uk] INFO: Scrape type for YE73%20TKV: 2
2026-03-30 06:20:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with identifier: YE73%20TKV
2026-03-30 06:20:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with scrape type 2
2026-03-30 06:20:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with scrape type 2
2026-03-30 06:20:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0, identifier: YE73%20TKV
2026-03-30 06:20:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc2ece03-0f67-52bf-9f37-aa684e1c755c with identifier: YA70%20GSY
2026-03-30 06:20:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc2ece03-0f67-52bf-9f37-aa684e1c755c with identifier: YA70%20GSY
2026-03-30 06:20:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc2ece03-0f67-52bf-9f37-aa684e1c755c with identifier: YA70%20GSY to the API
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA70%20GSY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fc2ece03-0f67-52bf-9f37-aa684e1c755c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YA70 GSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA70%20GSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 38848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E SPORT S-T',
 'vin': 'WAUZZZGY7MA047844',
 'year': 2021}
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520GSY%27 HTTP/1.1" 200 None
2026-03-30 06:20:23 [bca.uk] INFO: Saving data for YA70%20GSY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650269.599163, 'last_price_update_time': 1774851623.44393}
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA70%2520GSY') HTTP/1.1" 204 0
2026-03-30 06:20:23 [bca.uk] INFO: Found listing with ID: S555%20NRS
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S555%2520NRS%27 HTTP/1.1" 200 None
2026-03-30 06:20:23 [bca.uk] INFO: Scrape type for S555%20NRS: 2
2026-03-30 06:20:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a84ec02-59e2-574c-a27d-4fb36371e3fb with identifier: S555%20NRS
2026-03-30 06:20:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a84ec02-59e2-574c-a27d-4fb36371e3fb with scrape type 2
2026-03-30 06:20:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a84ec02-59e2-574c-a27d-4fb36371e3fb with scrape type 2
2026-03-30 06:20:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a84ec02-59e2-574c-a27d-4fb36371e3fb, identifier: S555%20NRS
2026-03-30 06:20:23 [bca.uk] INFO: Found listing with ID: BG68%20JRO
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520JRO%27 HTTP/1.1" 200 None
2026-03-30 06:20:23 [bca.uk] INFO: Scrape type for BG68%20JRO: 0
2026-03-30 06:20:23 [bca.uk] INFO: Found listing with ID: XM05%20BMW
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XM05%2520BMW%27 HTTP/1.1" 200 None
2026-03-30 06:20:23 [bca.uk] INFO: Scrape type for XM05%20BMW: 0
2026-03-30 06:20:23 [bca.uk] INFO: Found listing with ID: WA23%20VFM
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA23%2520VFM%27 HTTP/1.1" 200 None
2026-03-30 06:20:23 [bca.uk] INFO: Scrape type for WA23%20VFM: 2
2026-03-30 06:20:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with identifier: WA23%20VFM
2026-03-30 06:20:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with scrape type 2
2026-03-30 06:20:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with scrape type 2
2026-03-30 06:20:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bb59386-7dcc-51b7-8854-d4a0e77fe172, identifier: WA23%20VFM
2026-03-30 06:20:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72a1fd06-49eb-5c73-a46a-7740710a7b2e with identifier: SA71%20VVL
2026-03-30 06:20:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72a1fd06-49eb-5c73-a46a-7740710a7b2e with identifier: SA71%20VVL
2026-03-30 06:20:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72a1fd06-49eb-5c73-a46a-7740710a7b2e with identifier: SA71%20VVL to the API
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA71%20VVL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '72a1fd06-49eb-5c73-a46a-7740710a7b2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA71 VVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA71%20VVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 20832,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT STEP',
 'vin': 'WMW32DH0002R50475',
 'year': 2021}
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520VVL%27 HTTP/1.1" 200 None
2026-03-30 06:20:23 [bca.uk] INFO: Saving data for SA71%20VVL: {'auction_closing_time': 1775124000.0, 'created_time': 1774564803.569609, 'last_price_update_time': 1774851623.999385}
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA71%2520VVL') HTTP/1.1" 204 0
2026-03-30 06:20:24 [bca.uk] INFO: Found listing with ID: LD72%20OUG
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520OUG%27 HTTP/1.1" 200 None
2026-03-30 06:20:24 [bca.uk] INFO: Scrape type for LD72%20OUG: 2
2026-03-30 06:20:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71c6ac64-b72f-5143-bda2-ec3af8ac713e with identifier: LD72%20OUG
2026-03-30 06:20:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71c6ac64-b72f-5143-bda2-ec3af8ac713e with scrape type 2
2026-03-30 06:20:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71c6ac64-b72f-5143-bda2-ec3af8ac713e with scrape type 2
2026-03-30 06:20:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71c6ac64-b72f-5143-bda2-ec3af8ac713e, identifier: LD72%20OUG
2026-03-30 06:20:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with identifier: YE73%20TKV
2026-03-30 06:20:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with identifier: YE73%20TKV
2026-03-30 06:20:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c2f7322-1e54-5914-be31-5cc5ce8ad3c0 with identifier: YE73%20TKV to the API
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE73%20TKV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5c2f7322-1e54-5914-be31-5cc5ce8ad3c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE73 TKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE73%20TKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'TOWNSTAR',
 'odometer': 6774,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN TOWNSTAR 90KW 45KWH L1 ACENTA Van',
 'transmission': 'automatic',
 'trim': '90KW 45KWH L1 ACENTA',
 'vin': 'VNVNFK00370882480',
 'year': 2023}
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520TKV%27 HTTP/1.1" 200 None
2026-03-30 06:20:24 [bca.uk] INFO: Saving data for YE73%20TKV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650300.513599, 'last_price_update_time': 1774851624.432791}
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE73%2520TKV') HTTP/1.1" 204 0
2026-03-30 06:20:24 [bca.uk] INFO: Found listing with ID: DY24%20HDZ
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520HDZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:24 [bca.uk] INFO: Scrape type for DY24%20HDZ: 2
2026-03-30 06:20:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c10bafae-8eca-5354-b7c7-7d64f402a963 with identifier: DY24%20HDZ
2026-03-30 06:20:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c10bafae-8eca-5354-b7c7-7d64f402a963 with scrape type 2
2026-03-30 06:20:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c10bafae-8eca-5354-b7c7-7d64f402a963 with scrape type 2
2026-03-30 06:20:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c10bafae-8eca-5354-b7c7-7d64f402a963, identifier: DY24%20HDZ
2026-03-30 06:20:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a84ec02-59e2-574c-a27d-4fb36371e3fb with identifier: S555%20NRS
2026-03-30 06:20:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a84ec02-59e2-574c-a27d-4fb36371e3fb with identifier: S555%20NRS
2026-03-30 06:20:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a84ec02-59e2-574c-a27d-4fb36371e3fb with identifier: S555%20NRS to the API
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S555%20NRS-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a84ec02-59e2-574c-a27d-4fb36371e3fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'S555 NRS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=S555%20NRS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 80943,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D SE StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D SE',
 'vin': 'WBAKS620900P88518',
 'year': 2016}
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S555%2520NRS%27 HTTP/1.1" 200 None
2026-03-30 06:20:24 [bca.uk] INFO: Saving data for S555%20NRS: {'auction_closing_time': 1775037600.0, 'created_time': 1774016223.116038, 'last_price_update_time': 1774851624.842801}
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='S555%2520NRS') HTTP/1.1" 204 0
2026-03-30 06:20:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with identifier: WA23%20VFM
2026-03-30 06:20:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with identifier: WA23%20VFM
2026-03-30 06:20:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8bb59386-7dcc-51b7-8854-d4a0e77fe172 with identifier: WA23%20VFM to the API
2026-03-30 06:20:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA23%20VFM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8bb59386-7dcc-51b7-8854-d4a0e77fe172',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WA23 VFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA23%20VFM&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 42897,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY72AW060FP53338',
 'year': 2023}
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA23%2520VFM%27 HTTP/1.1" 200 None
2026-03-30 06:20:25 [bca.uk] INFO: Saving data for WA23%20VFM: {'auction_closing_time': 1774951200.0, 'created_time': 1774650437.834074, 'last_price_update_time': 1774851625.139753}
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA23%2520VFM') HTTP/1.1" 204 0
2026-03-30 06:20:25 [bca.uk] INFO: Found listing with ID: FA19%20NPP
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520NPP%27 HTTP/1.1" 200 None
2026-03-30 06:20:25 [bca.uk] INFO: Scrape type for FA19%20NPP: 2
2026-03-30 06:20:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd8fed1b-5431-5398-b825-dc8bc07cc885 with identifier: FA19%20NPP
2026-03-30 06:20:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd8fed1b-5431-5398-b825-dc8bc07cc885 with scrape type 2
2026-03-30 06:20:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd8fed1b-5431-5398-b825-dc8bc07cc885 with scrape type 2
2026-03-30 06:20:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd8fed1b-5431-5398-b825-dc8bc07cc885, identifier: FA19%20NPP
2026-03-30 06:20:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71c6ac64-b72f-5143-bda2-ec3af8ac713e with identifier: LD72%20OUG
2026-03-30 06:20:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71c6ac64-b72f-5143-bda2-ec3af8ac713e with identifier: LD72%20OUG
2026-03-30 06:20:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71c6ac64-b72f-5143-bda2-ec3af8ac713e with identifier: LD72%20OUG to the API
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD72%20OUG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '71c6ac64-b72f-5143-bda2-ec3af8ac713e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD72 OUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD72%20OUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 71224,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNM69682',
 'year': 2022}
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520OUG%27 HTTP/1.1" 200 None
2026-03-30 06:20:25 [bca.uk] INFO: Saving data for LD72%20OUG: {'auction_closing_time': 1774951200.0, 'created_time': 1774650393.665343, 'last_price_update_time': 1774851625.540244}
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD72%2520OUG') HTTP/1.1" 204 0
2026-03-30 06:20:25 [bca.uk] INFO: Found listing with ID: MK69%20ZVG
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK69%2520ZVG%27 HTTP/1.1" 200 None
2026-03-30 06:20:25 [bca.uk] INFO: Scrape type for MK69%20ZVG: 2
2026-03-30 06:20:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad1b1e46-4ac1-599d-b01d-6440c1abecba with identifier: MK69%20ZVG
2026-03-30 06:20:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad1b1e46-4ac1-599d-b01d-6440c1abecba with scrape type 2
2026-03-30 06:20:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad1b1e46-4ac1-599d-b01d-6440c1abecba with scrape type 2
2026-03-30 06:20:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad1b1e46-4ac1-599d-b01d-6440c1abecba, identifier: MK69%20ZVG
2026-03-30 06:20:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c10bafae-8eca-5354-b7c7-7d64f402a963 with identifier: DY24%20HDZ
2026-03-30 06:20:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c10bafae-8eca-5354-b7c7-7d64f402a963 with identifier: DY24%20HDZ
2026-03-30 06:20:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c10bafae-8eca-5354-b7c7-7d64f402a963 with identifier: DY24%20HDZ to the API
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY24%20HDZ-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c10bafae-8eca-5354-b7c7-7d64f402a963',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY24 HDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY24%20HDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'NISSAN',
 'model': 'ARIYA',
 'odometer': 36611,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN ARIYA 178KW 87KWH EVOLVE (22KC) Hatchback',
 'transmission': 'automatic',
 'trim': '178KW 87KWH EVOLVE (22KC)',
 'vin': 'JN1TBAFE0U0309518',
 'year': 2024}
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520HDZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:26 [bca.uk] INFO: Saving data for DY24%20HDZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650260.166679, 'last_price_update_time': 1774851626.050227}
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY24%2520HDZ') HTTP/1.1" 204 0
2026-03-30 06:20:26 [bca.uk] INFO: Found listing with ID: SK71%20XRC
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK71%2520XRC%27 HTTP/1.1" 200 None
2026-03-30 06:20:26 [bca.uk] INFO: Scrape type for SK71%20XRC: 2
2026-03-30 06:20:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b766c656-1487-5e93-a526-edb9d476258c with identifier: SK71%20XRC
2026-03-30 06:20:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b766c656-1487-5e93-a526-edb9d476258c with scrape type 2
2026-03-30 06:20:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b766c656-1487-5e93-a526-edb9d476258c with scrape type 2
2026-03-30 06:20:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b766c656-1487-5e93-a526-edb9d476258c, identifier: SK71%20XRC
2026-03-30 06:20:26 [bca.uk] INFO: Found listing with ID: HT24%20VKL
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT24%2520VKL%27 HTTP/1.1" 200 None
2026-03-30 06:20:26 [bca.uk] INFO: Scrape type for HT24%20VKL: 2
2026-03-30 06:20:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3417b9e7-6c56-5180-a6fa-780a892473b6 with identifier: HT24%20VKL
2026-03-30 06:20:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3417b9e7-6c56-5180-a6fa-780a892473b6 with scrape type 2
2026-03-30 06:20:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3417b9e7-6c56-5180-a6fa-780a892473b6 with scrape type 2
2026-03-30 06:20:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3417b9e7-6c56-5180-a6fa-780a892473b6, identifier: HT24%20VKL
2026-03-30 06:20:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd8fed1b-5431-5398-b825-dc8bc07cc885 with identifier: FA19%20NPP
2026-03-30 06:20:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd8fed1b-5431-5398-b825-dc8bc07cc885 with identifier: FA19%20NPP
2026-03-30 06:20:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd8fed1b-5431-5398-b825-dc8bc07cc885 with identifier: FA19%20NPP to the API
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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=FA19%20NPP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd8fed1b-5431-5398-b825-dc8bc07cc885',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FA19 NPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA19%20NPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA GS',
 'odometer': 51287,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA GS 1.6 TURBO D 110 ECOTEC ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 110 ECOTEC ELITE',
 'vin': 'W0VZT6EJ8K1076216',
 'year': 2019}
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520NPP%27 HTTP/1.1" 200 None
2026-03-30 06:20:26 [bca.uk] INFO: Saving data for FA19%20NPP: {'auction_closing_time': 1774864800.0, 'created_time': 1774391410.965108, 'last_price_update_time': 1774851626.582201}
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA19%2520NPP') HTTP/1.1" 204 0
2026-03-30 06:20:26 [bca.uk] INFO: Found listing with ID: VK70%20ZLN
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK70%2520ZLN%27 HTTP/1.1" 200 None
2026-03-30 06:20:26 [bca.uk] INFO: Scrape type for VK70%20ZLN: 2
2026-03-30 06:20:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with identifier: VK70%20ZLN
2026-03-30 06:20:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with scrape type 2
2026-03-30 06:20:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with scrape type 2
2026-03-30 06:20:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd1ae5a1-79a4-54e9-8ee8-13c527e83357, identifier: VK70%20ZLN
2026-03-30 06:20:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad1b1e46-4ac1-599d-b01d-6440c1abecba with identifier: MK69%20ZVG
2026-03-30 06:20:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad1b1e46-4ac1-599d-b01d-6440c1abecba with identifier: MK69%20ZVG
2026-03-30 06:20:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad1b1e46-4ac1-599d-b01d-6440c1abecba with identifier: MK69%20ZVG to the API
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK69%20ZVG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ad1b1e46-4ac1-599d-b01d-6440c1abecba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK69 ZVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK69%20ZVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 62791,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D 150 ACTIVE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D 150 ACTIVE 4WD',
 'vin': 'AHTKB3CD202622304',
 'year': 2019}
2026-03-30 06:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK69%2520ZVG%27 HTTP/1.1" 200 None
2026-03-30 06:20:27 [bca.uk] INFO: Saving data for MK69%20ZVG: {'auction_closing_time': 1774951200.0, 'created_time': 1774650285.494825, 'last_price_update_time': 1774851627.001162}
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK69%2520ZVG') HTTP/1.1" 204 0
2026-03-30 06:20:27 [bca.uk] INFO: Found listing with ID: HK71%20FLR
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520FLR%27 HTTP/1.1" 200 None
2026-03-30 06:20:27 [bca.uk] INFO: Scrape type for HK71%20FLR: 2
2026-03-30 06:20:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b1815b9-0f93-5dd8-8348-dc11487a2609 with identifier: HK71%20FLR
2026-03-30 06:20:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b1815b9-0f93-5dd8-8348-dc11487a2609 with scrape type 2
2026-03-30 06:20:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b1815b9-0f93-5dd8-8348-dc11487a2609 with scrape type 2
2026-03-30 06:20:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b1815b9-0f93-5dd8-8348-dc11487a2609, identifier: HK71%20FLR
2026-03-30 06:20:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b766c656-1487-5e93-a526-edb9d476258c with identifier: SK71%20XRC
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=carbon+black HTTP/1.1" 200 None
2026-03-30 06:20:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:20:27 [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:20:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b766c656-1487-5e93-a526-edb9d476258c with identifier: SK71%20XRC
2026-03-30 06:20:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b766c656-1487-5e93-a526-edb9d476258c with identifier: SK71%20XRC to the API
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK71%20XRC-GB',
 'category': 'Car',
 'color': 'carbon black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b766c656-1487-5e93-a526-edb9d476258c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SK71 XRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK71%20XRC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 40730,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 30E M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT',
 'vin': 'WBA62DP0209J46152',
 'year': 2021}
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK71%2520XRC%27 HTTP/1.1" 200 None
2026-03-30 06:20:27 [bca.uk] INFO: Saving data for SK71%20XRC: {'auction_closing_time': 1775037600.0, 'created_time': 1774016279.034907, 'last_price_update_time': 1774851627.497009}
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK71%2520XRC') HTTP/1.1" 204 0
2026-03-30 06:20:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3417b9e7-6c56-5180-a6fa-780a892473b6 with identifier: HT24%20VKL
2026-03-30 06:20:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3417b9e7-6c56-5180-a6fa-780a892473b6 with identifier: HT24%20VKL
2026-03-30 06:20:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3417b9e7-6c56-5180-a6fa-780a892473b6 with identifier: HT24%20VKL to the API
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT24%20VKL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3417b9e7-6c56-5180-a6fa-780a892473b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT24 VKL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT24%20VKL&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 10722,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY LR',
 'vin': 'LSJW74094PZ249319',
 'year': 2024}
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT24%2520VKL%27 HTTP/1.1" 200 None
2026-03-30 06:20:27 [bca.uk] INFO: Saving data for HT24%20VKL: {'auction_closing_time': 1774951200.0, 'created_time': 1774650439.703489, 'last_price_update_time': 1774851627.798672}
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT24%2520VKL') HTTP/1.1" 204 0
2026-03-30 06:20:27 [bca.uk] INFO: Found listing with ID: FL74%20KHT
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL74%2520KHT%27 HTTP/1.1" 200 None
2026-03-30 06:20:27 [bca.uk] INFO: Scrape type for FL74%20KHT: 2
2026-03-30 06:20:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with identifier: FL74%20KHT
2026-03-30 06:20:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with scrape type 2
2026-03-30 06:20:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with scrape type 2
2026-03-30 06:20:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 184da54a-b6d6-5bd1-b47e-359fdc380cc2, identifier: FL74%20KHT
2026-03-30 06:20:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with identifier: VK70%20ZLN
2026-03-30 06:20:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with identifier: VK70%20ZLN
2026-03-30 06:20:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd1ae5a1-79a4-54e9-8ee8-13c527e83357 with identifier: VK70%20ZLN to the API
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK70%20ZLN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cd1ae5a1-79a4-54e9-8ee8-13c527e83357',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK70 ZLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK70%20ZLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 209527,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CRAFTER 35 FWD 2.0 TDI 140 MWB S/L BUSINESS H/R PanelVan',
 'transmission': 'automatic',
 'trim': 'TDI 140 MWB S/L BUSINESS H/R',
 'vin': 'WV1ZZZSYZM9007337',
 'year': 2020}
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK70%2520ZLN%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Saving data for VK70%20ZLN: {'auction_closing_time': 1774951200.0, 'created_time': 1774650394.048881, 'last_price_update_time': 1774851628.198469}
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK70%2520ZLN') HTTP/1.1" 204 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: HW20%20WMO
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW20%2520WMO%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for HW20%20WMO: 2
2026-03-30 06:20:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with identifier: HW20%20WMO
2026-03-30 06:20:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with scrape type 2
2026-03-30 06:20:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with scrape type 2
2026-03-30 06:20:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e, identifier: HW20%20WMO
2026-03-30 06:20:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b1815b9-0f93-5dd8-8348-dc11487a2609 with identifier: HK71%20FLR
2026-03-30 06:20:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b1815b9-0f93-5dd8-8348-dc11487a2609 with identifier: HK71%20FLR
2026-03-30 06:20:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b1815b9-0f93-5dd8-8348-dc11487a2609 with identifier: HK71%20FLR to the API
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK71%20FLR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6b1815b9-0f93-5dd8-8348-dc11487a2609',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HK71 FLR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK71%20FLR&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 55476,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW IX3 210KW 80KWH PREMIER ED.PRO StationWagon',
 'transmission': 'automatic',
 'trim': '210KW 80KWH PREMIER ED.PRO',
 'vin': 'WBY7X42010S182132',
 'year': 2021}
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520FLR%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Saving data for HK71%20FLR: {'auction_closing_time': 1775124000.0, 'created_time': 1774303795.0736, 'last_price_update_time': 1774851628.618211}
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK71%2520FLR') HTTP/1.1" 204 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: SL68%20AYB
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL68%2520AYB%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for SL68%20AYB: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: V50%20TAT
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V50%2520TAT%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for V50%20TAT: 2
2026-03-30 06:20:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ec82e3c-e354-599a-a819-8d2fad20bd77 with identifier: V50%20TAT
2026-03-30 06:20:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ec82e3c-e354-599a-a819-8d2fad20bd77 with scrape type 2
2026-03-30 06:20:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ec82e3c-e354-599a-a819-8d2fad20bd77 with scrape type 2
2026-03-30 06:20:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ec82e3c-e354-599a-a819-8d2fad20bd77, identifier: V50%20TAT
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: AJ72%20ZXK
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520ZXK%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for AJ72%20ZXK: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: AK69%20KYO
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520KYO%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for AK69%20KYO: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: AO73%20UYC
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO73%2520UYC%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for AO73%20UYC: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: CP69%20CMU
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP69%2520CMU%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for CP69%20CMU: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: HN22%20LFY
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN22%2520LFY%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for HN22%20LFY: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: HX68%20NPN
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX68%2520NPN%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for HX68%20NPN: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: LA66%20FXM
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA66%2520FXM%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for LA66%20FXM: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: LG68%20CLY
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520CLY%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for LG68%20CLY: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: LJ71%20PMX
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ71%2520PMX%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for LJ71%20PMX: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: LM22%20CTX
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM22%2520CTX%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for LM22%20CTX: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: LP19%20FLV
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520FLV%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for LP19%20FLV: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: MD71%20HRO
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520HRO%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for MD71%20HRO: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: SK22%20XSG
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520XSG%27 HTTP/1.1" 200 None
2026-03-30 06:20:28 [bca.uk] INFO: Scrape type for SK22%20XSG: 0
2026-03-30 06:20:28 [bca.uk] INFO: Found listing with ID: SY68%20SKK
2026-03-30 06:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY68%2520SKK%27 HTTP/1.1" 200 None
2026-03-30 06:20:29 [bca.uk] INFO: Scrape type for SY68%20SKK: 0
2026-03-30 06:20:29 [bca.uk] INFO: Found listing with ID: YC19%20OUF
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC19%2520OUF%27 HTTP/1.1" 200 None
2026-03-30 06:20:29 [bca.uk] INFO: Scrape type for YC19%20OUF: 0
2026-03-30 06:20:29 [bca.uk] INFO: Found listing with ID: YK18%20ZUO
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520ZUO%27 HTTP/1.1" 200 None
2026-03-30 06:20:29 [bca.uk] INFO: Scrape type for YK18%20ZUO: 0
2026-03-30 06:20:29 [bca.uk] INFO: Found listing with ID: GU23%20VTC
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VTC%27 HTTP/1.1" 200 None
2026-03-30 06:20:29 [bca.uk] INFO: Scrape type for GU23%20VTC: 2
2026-03-30 06:20:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c2527de-1a15-5768-892b-c6833283fa8b with identifier: GU23%20VTC
2026-03-30 06:20:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c2527de-1a15-5768-892b-c6833283fa8b with scrape type 2
2026-03-30 06:20:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c2527de-1a15-5768-892b-c6833283fa8b with scrape type 2
2026-03-30 06:20:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c2527de-1a15-5768-892b-c6833283fa8b, identifier: GU23%20VTC
2026-03-30 06:20:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with identifier: FL74%20KHT
2026-03-30 06:20:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with identifier: FL74%20KHT
2026-03-30 06:20:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 184da54a-b6d6-5bd1-b47e-359fdc380cc2 with identifier: FL74%20KHT to the API
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL74%20KHT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '184da54a-b6d6-5bd1-b47e-359fdc380cc2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL74 KHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL74%20KHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 25131,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 HYBRID ICON Estate',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'SB1ZB3AE00E139968',
 'year': 2024}
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL74%2520KHT%27 HTTP/1.1" 200 None
2026-03-30 06:20:29 [bca.uk] INFO: Saving data for FL74%20KHT: {'auction_closing_time': 1775556000.0, 'created_time': 1774650134.793124, 'last_price_update_time': 1774851629.453741}
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL74%2520KHT') HTTP/1.1" 204 0
2026-03-30 06:20:29 [bca.uk] INFO: Found listing with ID: CF22%20MDN
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520MDN%27 HTTP/1.1" 200 None
2026-03-30 06:20:29 [bca.uk] INFO: Scrape type for CF22%20MDN: 2
2026-03-30 06:20:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with identifier: CF22%20MDN
2026-03-30 06:20:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with scrape type 2
2026-03-30 06:20:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with scrape type 2
2026-03-30 06:20:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 342dfd50-ffc6-5234-a8ad-c2b7a389e64b, identifier: CF22%20MDN
2026-03-30 06:20:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with identifier: HW20%20WMO
2026-03-30 06:20:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with identifier: HW20%20WMO
2026-03-30 06:20:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e with identifier: HW20%20WMO to the API
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:29 [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': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW20%20WMO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ecbf3bb6-40d1-5d0c-b7d8-5f98b24d2d1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HW20 WMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW20%20WMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 73755,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.5 TDCI 85 Van',
 'transmission': 'manual',
 'trim': 'TDCI 85',
 'vin': 'WF0GXXGAHGLK11439',
 'year': 2020}
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW20%2520WMO%27 HTTP/1.1" 200 None
2026-03-30 06:20:29 [bca.uk] INFO: Saving data for HW20%20WMO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650287.460701, 'last_price_update_time': 1774851629.988897}
2026-03-30 06:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW20%2520WMO') HTTP/1.1" 204 0
2026-03-30 06:20:30 [bca.uk] INFO: Found listing with ID: HN24%20KKT
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN24%2520KKT%27 HTTP/1.1" 200 None
2026-03-30 06:20:30 [bca.uk] INFO: Scrape type for HN24%20KKT: 2
2026-03-30 06:20:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with identifier: HN24%20KKT
2026-03-30 06:20:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with scrape type 2
2026-03-30 06:20:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with scrape type 2
2026-03-30 06:20:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 714aa4da-cfab-5b0f-bb0e-51e1f3d28976, identifier: HN24%20KKT
2026-03-30 06:20:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ec82e3c-e354-599a-a819-8d2fad20bd77 with identifier: V50%20TAT
2026-03-30 06:20:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ec82e3c-e354-599a-a819-8d2fad20bd77 with identifier: V50%20TAT
2026-03-30 06:20:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ec82e3c-e354-599a-a819-8d2fad20bd77 with identifier: V50%20TAT to the API
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=V50%20TAT-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2ec82e3c-e354-599a-a819-8d2fad20bd77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'V50 TAT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=V50%20TAT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 69476,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D M SPORT (7S) StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D M SPORT (7S)',
 'vin': 'WBAKS620200K78916',
 'year': 2015}
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V50%2520TAT%27 HTTP/1.1" 200 None
2026-03-30 06:20:30 [bca.uk] INFO: Saving data for V50%20TAT: {'auction_closing_time': 1775037600.0, 'created_time': 1774016282.6437, 'last_price_update_time': 1774851630.398057}
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='V50%2520TAT') HTTP/1.1" 204 0
2026-03-30 06:20:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c2527de-1a15-5768-892b-c6833283fa8b with identifier: GU23%20VTC
2026-03-30 06:20:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c2527de-1a15-5768-892b-c6833283fa8b with identifier: GU23%20VTC
2026-03-30 06:20:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c2527de-1a15-5768-892b-c6833283fa8b with identifier: GU23%20VTC to the API
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU23%20VTC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7c2527de-1a15-5768-892b-c6833283fa8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU23 VTC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU23%20VTC&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQB 300',
 'odometer': 44601,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQB 300 168KW 66KWH 4M AMG LINE StationWagon',
 'transmission': 'automatic',
 'trim': '168KW 66KWH 4M AMG LINE',
 'vin': 'W1N9M0JB0PN034179',
 'year': 2023}
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VTC%27 HTTP/1.1" 200 None
2026-03-30 06:20:30 [bca.uk] INFO: Saving data for GU23%20VTC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650511.837348, 'last_price_update_time': 1774851630.687247}
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU23%2520VTC') HTTP/1.1" 204 0
2026-03-30 06:20:30 [bca.uk] INFO: Found listing with ID: CV20%20TUW
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520TUW%27 HTTP/1.1" 200 None
2026-03-30 06:20:30 [bca.uk] INFO: Scrape type for CV20%20TUW: 2
2026-03-30 06:20:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db37be16-a0d0-5cd5-9956-657468e9b1fd with identifier: CV20%20TUW
2026-03-30 06:20:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db37be16-a0d0-5cd5-9956-657468e9b1fd with scrape type 2
2026-03-30 06:20:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db37be16-a0d0-5cd5-9956-657468e9b1fd with scrape type 2
2026-03-30 06:20:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db37be16-a0d0-5cd5-9956-657468e9b1fd, identifier: CV20%20TUW
2026-03-30 06:20:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with identifier: CF22%20MDN
2026-03-30 06:20:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with identifier: CF22%20MDN
2026-03-30 06:20:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 342dfd50-ffc6-5234-a8ad-c2b7a389e64b with identifier: CF22%20MDN to the API
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF22%20MDN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '342dfd50-ffc6-5234-a8ad-c2b7a389e64b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF22 MDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF22%20MDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C5 X',
 'odometer': 6766,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 X 1.2 P/T 130 SHINE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 SHINE EAT8',
 'vin': 'VR7NCHNSPN4800362',
 'year': 2022}
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520MDN%27 HTTP/1.1" 200 None
2026-03-30 06:20:31 [bca.uk] INFO: Saving data for CF22%20MDN: {'auction_closing_time': 1774951200.0, 'created_time': 1774650383.826564, 'last_price_update_time': 1774851631.327234}
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF22%2520MDN') HTTP/1.1" 204 0
2026-03-30 06:20:31 [bca.uk] INFO: Found listing with ID: CU70%20GVE
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU70%2520GVE%27 HTTP/1.1" 200 None
2026-03-30 06:20:31 [bca.uk] INFO: Scrape type for CU70%20GVE: 2
2026-03-30 06:20:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c860f66d-410b-5280-b084-ec8ba6821f46 with identifier: CU70%20GVE
2026-03-30 06:20:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c860f66d-410b-5280-b084-ec8ba6821f46 with scrape type 2
2026-03-30 06:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c860f66d-410b-5280-b084-ec8ba6821f46 with scrape type 2
2026-03-30 06:20:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c860f66d-410b-5280-b084-ec8ba6821f46, identifier: CU70%20GVE
2026-03-30 06:20:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with identifier: HN24%20KKT
2026-03-30 06:20:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with identifier: HN24%20KKT
2026-03-30 06:20:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 714aa4da-cfab-5b0f-bb0e-51e1f3d28976 with identifier: HN24%20KKT to the API
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN24%20KKT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '714aa4da-cfab-5b0f-bb0e-51e1f3d28976',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HN24 KKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN24%20KKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'I5',
 'odometer': 12554,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'BMW I5 250KW 84KWH ED40 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY32FK050CP94935',
 'year': 2024}
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN24%2520KKT%27 HTTP/1.1" 200 None
2026-03-30 06:20:31 [bca.uk] INFO: Saving data for HN24%20KKT: {'auction_closing_time': 1775124000.0, 'created_time': 1774650268.71159, 'last_price_update_time': 1774851631.73121}
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN24%2520KKT') HTTP/1.1" 204 0
2026-03-30 06:20:31 [bca.uk] INFO: Found listing with ID: VE68%20XBJ
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE68%2520XBJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:31 [bca.uk] INFO: Scrape type for VE68%20XBJ: 2
2026-03-30 06:20:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a761e006-f559-5bda-9eca-2eefa752eacc with identifier: VE68%20XBJ
2026-03-30 06:20:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a761e006-f559-5bda-9eca-2eefa752eacc with scrape type 2
2026-03-30 06:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a761e006-f559-5bda-9eca-2eefa752eacc with scrape type 2
2026-03-30 06:20:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a761e006-f559-5bda-9eca-2eefa752eacc, identifier: VE68%20XBJ
2026-03-30 06:20:31 [bca.uk] INFO: Found listing with ID: FN24%20LZR
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN24%2520LZR%27 HTTP/1.1" 200 None
2026-03-30 06:20:31 [bca.uk] INFO: Scrape type for FN24%20LZR: 2
2026-03-30 06:20:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with identifier: FN24%20LZR
2026-03-30 06:20:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with scrape type 2
2026-03-30 06:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with scrape type 2
2026-03-30 06:20:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 725bc3d3-cf39-51dc-844f-1e29a88f9c27, identifier: FN24%20LZR
2026-03-30 06:20:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db37be16-a0d0-5cd5-9956-657468e9b1fd with identifier: CV20%20TUW
2026-03-30 06:20:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db37be16-a0d0-5cd5-9956-657468e9b1fd with identifier: CV20%20TUW
2026-03-30 06:20:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db37be16-a0d0-5cd5-9956-657468e9b1fd with identifier: CV20%20TUW to the API
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV20%20TUW-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'db37be16-a0d0-5cd5-9956-657468e9b1fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV20 TUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV20%20TUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 37935,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WMWXR320X02M63610',
 'year': 2020}
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520TUW%27 HTTP/1.1" 200 None
2026-03-30 06:20:32 [bca.uk] INFO: Saving data for CV20%20TUW: {'auction_closing_time': 1775124000.0, 'created_time': 1774650131.43817, 'last_price_update_time': 1774851632.264611}
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV20%2520TUW') HTTP/1.1" 204 0
2026-03-30 06:20:32 [bca.uk] INFO: Found listing with ID: KM23%20ANU
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520ANU%27 HTTP/1.1" 200 None
2026-03-30 06:20:32 [bca.uk] INFO: Scrape type for KM23%20ANU: 2
2026-03-30 06:20:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0966233d-d9e3-5669-a174-07e6d743367d with identifier: KM23%20ANU
2026-03-30 06:20:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0966233d-d9e3-5669-a174-07e6d743367d with scrape type 2
2026-03-30 06:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0966233d-d9e3-5669-a174-07e6d743367d with scrape type 2
2026-03-30 06:20:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0966233d-d9e3-5669-a174-07e6d743367d, identifier: KM23%20ANU
2026-03-30 06:20:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c860f66d-410b-5280-b084-ec8ba6821f46 with identifier: CU70%20GVE
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=light+grey HTTP/1.1" 200 None
2026-03-30 06:20:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:20:32 [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:20:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c860f66d-410b-5280-b084-ec8ba6821f46 with identifier: CU70%20GVE
2026-03-30 06:20:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c860f66d-410b-5280-b084-ec8ba6821f46 with identifier: CU70%20GVE to the API
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU70%20GVE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'light grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c860f66d-410b-5280-b084-ec8ba6821f46',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU70 GVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU70%20GVE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': 'DOBLO CARGO',
 'odometer': 44514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FIAT DOBLO CARGO 1.6 M/JET 105 LWB WORK UP TECN.S/S Dropside',
 'transmission': 'manual',
 'trim': 'M/JET 105 LWB WORK UP TECN.S/S',
 'vin': 'ZFA26300006R93365',
 'year': 2020}
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU70%2520GVE%27 HTTP/1.1" 200 None
2026-03-30 06:20:32 [bca.uk] INFO: Saving data for CU70%20GVE: {'auction_closing_time': 1774864800.0, 'created_time': 1773838745.145985, 'last_price_update_time': 1774851632.833036}
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU70%2520GVE') HTTP/1.1" 204 0
2026-03-30 06:20:32 [bca.uk] INFO: Found listing with ID: HV24%20RMX
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520RMX%27 HTTP/1.1" 200 None
2026-03-30 06:20:32 [bca.uk] INFO: Scrape type for HV24%20RMX: 2
2026-03-30 06:20:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a92c4834-f655-5788-928e-17f63e3d5ccd with identifier: HV24%20RMX
2026-03-30 06:20:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a92c4834-f655-5788-928e-17f63e3d5ccd with scrape type 2
2026-03-30 06:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a92c4834-f655-5788-928e-17f63e3d5ccd with scrape type 2
2026-03-30 06:20:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a92c4834-f655-5788-928e-17f63e3d5ccd, identifier: HV24%20RMX
2026-03-30 06:20:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a761e006-f559-5bda-9eca-2eefa752eacc with identifier: VE68%20XBJ
2026-03-30 06:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=flamenco+red HTTP/1.1" 200 None
2026-03-30 06:20:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:20: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:20:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a761e006-f559-5bda-9eca-2eefa752eacc with identifier: VE68%20XBJ
2026-03-30 06:20:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a761e006-f559-5bda-9eca-2eefa752eacc with identifier: VE68%20XBJ to the API
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE68%20XBJ-GB',
 'category': 'Car',
 'color': 'flamenco red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a761e006-f559-5bda-9eca-2eefa752eacc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE68 XBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE68%20XBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X4',
 'odometer': 88060,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X4 2.0 XDRIVE 20D M SPORT STEP Coupe',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAVJ120X0LB99482',
 'year': 2018}
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE68%2520XBJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:33 [bca.uk] INFO: Saving data for VE68%20XBJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774016281.957434, 'last_price_update_time': 1774851633.40171}
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE68%2520XBJ') HTTP/1.1" 204 0
2026-03-30 06:20:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with identifier: FN24%20LZR
2026-03-30 06:20:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with identifier: FN24%20LZR
2026-03-30 06:20:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 725bc3d3-cf39-51dc-844f-1e29a88f9c27 with identifier: FN24%20LZR to the API
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 30,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN24%20LZR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '725bc3d3-cf39-51dc-844f-1e29a88f9c27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FN24 LZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN24%20LZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'CUPRA',
 'model': 'LEON',
 'odometer': 27192,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CUPRA LEON 1.4 E-HYBRID VZ2 DESIGN ED.DSG Estate',
 'transmission': 'automatic',
 'trim': 'E-HYBRID VZ2 DESIGN ED.DSG',
 'vin': 'VSSZZZKL1RR047604',
 'year': 2024}
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN24%2520LZR%27 HTTP/1.1" 200 None
2026-03-30 06:20:33 [bca.uk] INFO: Saving data for FN24%20LZR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650512.705699, 'last_price_update_time': 1774851633.794855}
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN24%2520LZR') HTTP/1.1" 204 0
2026-03-30 06:20:33 [bca.uk] INFO: Found listing with ID: FA18%20CHZ
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA18%2520CHZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:33 [bca.uk] INFO: Scrape type for FA18%20CHZ: 2
2026-03-30 06:20:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with identifier: FA18%20CHZ
2026-03-30 06:20:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with scrape type 2
2026-03-30 06:20:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with scrape type 2
2026-03-30 06:20:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c06e775a-4ad1-5f7b-b3f7-ffef6c83cded, identifier: FA18%20CHZ
2026-03-30 06:20:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0966233d-d9e3-5669-a174-07e6d743367d with identifier: KM23%20ANU
2026-03-30 06:20:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0966233d-d9e3-5669-a174-07e6d743367d with identifier: KM23%20ANU
2026-03-30 06:20:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0966233d-d9e3-5669-a174-07e6d743367d with identifier: KM23%20ANU to the API
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM23%20ANU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0966233d-d9e3-5669-a174-07e6d743367d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM23 ANU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM23%20ANU&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'E-VIVARO 3100',
 'odometer': 61505,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL E-VIVARO 3100 100KW 75KWH L1 H1 DYNAMIC PanelVan',
 'transmission': 'automatic',
 'trim': '100KW 75KWH L1 H1 DYNAMIC',
 'vin': 'VXEV1ZKXZNZ084973',
 'year': 2023}
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520ANU%27 HTTP/1.1" 200 None
2026-03-30 06:20:34 [bca.uk] INFO: Saving data for KM23%20ANU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650373.843936, 'last_price_update_time': 1774851634.194025}
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM23%2520ANU') HTTP/1.1" 204 0
2026-03-30 06:20:34 [bca.uk] INFO: Found listing with ID: PF73%20UGK
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF73%2520UGK%27 HTTP/1.1" 200 None
2026-03-30 06:20:34 [bca.uk] INFO: Scrape type for PF73%20UGK: 2
2026-03-30 06:20:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with identifier: PF73%20UGK
2026-03-30 06:20:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with scrape type 2
2026-03-30 06:20:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with scrape type 2
2026-03-30 06:20:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 398ae205-1e17-5c0f-b4c6-5927d1b97d26, identifier: PF73%20UGK
2026-03-30 06:20:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a92c4834-f655-5788-928e-17f63e3d5ccd with identifier: HV24%20RMX
2026-03-30 06:20:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a92c4834-f655-5788-928e-17f63e3d5ccd with identifier: HV24%20RMX
2026-03-30 06:20:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a92c4834-f655-5788-928e-17f63e3d5ccd with identifier: HV24%20RMX to the API
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV24%20RMX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a92c4834-f655-5788-928e-17f63e3d5ccd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HV24 RMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV24%20RMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 6784,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'BMW I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY72AW040FS46177',
 'year': 2024}
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520RMX%27 HTTP/1.1" 200 None
2026-03-30 06:20:34 [bca.uk] INFO: Saving data for HV24%20RMX: {'auction_closing_time': 1775124000.0, 'created_time': 1774650494.013581, 'last_price_update_time': 1774851634.626288}
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520RMX') HTTP/1.1" 204 0
2026-03-30 06:20:34 [bca.uk] INFO: Found listing with ID: WD17%20NJK
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520NJK%27 HTTP/1.1" 200 None
2026-03-30 06:20:34 [bca.uk] INFO: Scrape type for WD17%20NJK: 2
2026-03-30 06:20:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 308c74ae-34c8-50a9-828c-90135f90479d with identifier: WD17%20NJK
2026-03-30 06:20:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 308c74ae-34c8-50a9-828c-90135f90479d with scrape type 2
2026-03-30 06:20:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 308c74ae-34c8-50a9-828c-90135f90479d with scrape type 2
2026-03-30 06:20:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 308c74ae-34c8-50a9-828c-90135f90479d, identifier: WD17%20NJK
2026-03-30 06:20:34 [bca.uk] INFO: Found listing with ID: DV23%20XVH
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV23%2520XVH%27 HTTP/1.1" 200 None
2026-03-30 06:20:34 [bca.uk] INFO: Scrape type for DV23%20XVH: 2
2026-03-30 06:20:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with identifier: DV23%20XVH
2026-03-30 06:20:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with scrape type 2
2026-03-30 06:20:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with scrape type 2
2026-03-30 06:20:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 608c774b-d7ee-5f0d-aada-a4a437ed6b64, identifier: DV23%20XVH
2026-03-30 06:20:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with identifier: FA18%20CHZ
2026-03-30 06:20:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with identifier: FA18%20CHZ
2026-03-30 06:20:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c06e775a-4ad1-5f7b-b3f7-ffef6c83cded with identifier: FA18%20CHZ to the API
2026-03-30 06:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:35 [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=FA18%20CHZ-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c06e775a-4ad1-5f7b-b3f7-ffef6c83cded',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FA18 CHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA18%20CHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 25766,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.8 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'SB1MS3JE20E434127',
 'year': 2018}
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA18%2520CHZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:35 [bca.uk] INFO: Saving data for FA18%20CHZ: {'auction_closing_time': 1775556000.0, 'created_time': 1774650129.74849, 'last_price_update_time': 1774851635.14932}
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA18%2520CHZ') HTTP/1.1" 204 0
2026-03-30 06:20:35 [bca.uk] INFO: Found listing with ID: BD68%20LOH
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520LOH%27 HTTP/1.1" 200 None
2026-03-30 06:20:35 [bca.uk] INFO: Scrape type for BD68%20LOH: 2
2026-03-30 06:20:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63371b38-5422-5b2f-9047-8df88aa91fd5 with identifier: BD68%20LOH
2026-03-30 06:20:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63371b38-5422-5b2f-9047-8df88aa91fd5 with scrape type 2
2026-03-30 06:20:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63371b38-5422-5b2f-9047-8df88aa91fd5 with scrape type 2
2026-03-30 06:20:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63371b38-5422-5b2f-9047-8df88aa91fd5, identifier: BD68%20LOH
2026-03-30 06:20:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with identifier: PF73%20UGK
2026-03-30 06:20:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with identifier: PF73%20UGK
2026-03-30 06:20:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 398ae205-1e17-5c0f-b4c6-5927d1b97d26 with identifier: PF73%20UGK to the API
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF73%20UGK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '398ae205-1e17-5c0f-b4c6-5927d1b97d26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF73 UGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF73%20UGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'HIGHLANDER',
 'odometer': 27697,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA HIGHLANDER 2.5 VVT-I HYBRID EXCEL PREMIUM 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID EXCEL PREMIUM 4WD',
 'vin': '5TDLB3CH60S131828',
 'year': 2023}
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF73%2520UGK%27 HTTP/1.1" 200 None
2026-03-30 06:20:35 [bca.uk] INFO: Saving data for PF73%20UGK: {'auction_closing_time': 1774951200.0, 'created_time': 1774304887.605851, 'last_price_update_time': 1774851635.707701}
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF73%2520UGK') HTTP/1.1" 204 0
2026-03-30 06:20:35 [bca.uk] INFO: Found listing with ID: KM25%20OCP
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM25%2520OCP%27 HTTP/1.1" 200 None
2026-03-30 06:20:35 [bca.uk] INFO: Scrape type for KM25%20OCP: 2
2026-03-30 06:20:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31af76a3-cf44-531d-810a-4cc8b57ebe00 with identifier: KM25%20OCP
2026-03-30 06:20:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31af76a3-cf44-531d-810a-4cc8b57ebe00 with scrape type 2
2026-03-30 06:20:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31af76a3-cf44-531d-810a-4cc8b57ebe00 with scrape type 2
2026-03-30 06:20:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31af76a3-cf44-531d-810a-4cc8b57ebe00, identifier: KM25%20OCP
2026-03-30 06:20:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 308c74ae-34c8-50a9-828c-90135f90479d with identifier: WD17%20NJK
2026-03-30 06:20:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 308c74ae-34c8-50a9-828c-90135f90479d with identifier: WD17%20NJK
2026-03-30 06:20:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 308c74ae-34c8-50a9-828c-90135f90479d with identifier: WD17%20NJK to the API
2026-03-30 06:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD17%20NJK-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '308c74ae-34c8-50a9-828c-90135f90479d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD17 NJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD17%20NJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 88775,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D X LINE STEP',
 'vin': 'WBAWZ520400W93419',
 'year': 2017}
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520NJK%27 HTTP/1.1" 200 None
2026-03-30 06:20:36 [bca.uk] INFO: Saving data for WD17%20NJK: {'auction_closing_time': 1775037600.0, 'created_time': 1774016258.389836, 'last_price_update_time': 1774851636.122787}
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD17%2520NJK') HTTP/1.1" 204 0
2026-03-30 06:20:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with identifier: DV23%20XVH
2026-03-30 06:20:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with identifier: DV23%20XVH
2026-03-30 06:20:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 608c774b-d7ee-5f0d-aada-a4a437ed6b64 with identifier: DV23%20XVH to the API
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV23%20XVH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '608c774b-d7ee-5f0d-aada-a4a437ed6b64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV23 XVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV23%20XVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 15614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 150KW 64KWH SE LR Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH SE LR',
 'vin': 'LSJWH4094PN078446',
 'year': 2023}
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV23%2520XVH%27 HTTP/1.1" 200 None
2026-03-30 06:20:36 [bca.uk] INFO: Saving data for DV23%20XVH: {'auction_closing_time': 1774951200.0, 'created_time': 1774650510.949181, 'last_price_update_time': 1774851636.416063}
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV23%2520XVH') HTTP/1.1" 204 0
2026-03-30 06:20:36 [bca.uk] INFO: Found listing with ID: DF69%20XCS
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF69%2520XCS%27 HTTP/1.1" 200 None
2026-03-30 06:20:36 [bca.uk] INFO: Scrape type for DF69%20XCS: 0
2026-03-30 06:20:36 [bca.uk] INFO: Found listing with ID: WV69%20TXP
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV69%2520TXP%27 HTTP/1.1" 200 None
2026-03-30 06:20:36 [bca.uk] INFO: Scrape type for WV69%20TXP: 2
2026-03-30 06:20:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64aa31d3-da46-598f-baef-789f877ae1fa with identifier: WV69%20TXP
2026-03-30 06:20:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64aa31d3-da46-598f-baef-789f877ae1fa with scrape type 2
2026-03-30 06:20:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64aa31d3-da46-598f-baef-789f877ae1fa with scrape type 2
2026-03-30 06:20:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64aa31d3-da46-598f-baef-789f877ae1fa, identifier: WV69%20TXP
2026-03-30 06:20:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63371b38-5422-5b2f-9047-8df88aa91fd5 with identifier: BD68%20LOH
2026-03-30 06:20:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63371b38-5422-5b2f-9047-8df88aa91fd5 with identifier: BD68%20LOH
2026-03-30 06:20:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63371b38-5422-5b2f-9047-8df88aa91fd5 with identifier: BD68%20LOH to the API
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD68%20LOH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '63371b38-5422-5b2f-9047-8df88aa91fd5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD68 LOH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD68%20LOH&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 124522,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 130 L2 H2 (MESS UNIT) CrewCab Van',
 'transmission': 'manual',
 'trim': 'CDTI 130 L2 H2 (MESS UNIT)',
 'vin': 'W0VMRY60XKB166133',
 'year': 2019}
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520LOH%27 HTTP/1.1" 200 None
2026-03-30 06:20:36 [bca.uk] INFO: Saving data for BD68%20LOH: {'auction_closing_time': 1774951200.0, 'created_time': 1774650375.804026, 'last_price_update_time': 1774851636.852263}
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD68%2520LOH') HTTP/1.1" 204 0
2026-03-30 06:20:36 [bca.uk] INFO: Found listing with ID: VE21%20BCO
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520BCO%27 HTTP/1.1" 200 None
2026-03-30 06:20:36 [bca.uk] INFO: Scrape type for VE21%20BCO: 2
2026-03-30 06:20:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f722bf2a-fe69-5f5c-a83c-88a86d722f50 with identifier: VE21%20BCO
2026-03-30 06:20:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f722bf2a-fe69-5f5c-a83c-88a86d722f50 with scrape type 2
2026-03-30 06:20:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f722bf2a-fe69-5f5c-a83c-88a86d722f50 with scrape type 2
2026-03-30 06:20:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f722bf2a-fe69-5f5c-a83c-88a86d722f50, identifier: VE21%20BCO
2026-03-30 06:20:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31af76a3-cf44-531d-810a-4cc8b57ebe00 with identifier: KM25%20OCP
2026-03-30 06:20:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31af76a3-cf44-531d-810a-4cc8b57ebe00 with identifier: KM25%20OCP
2026-03-30 06:20:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31af76a3-cf44-531d-810a-4cc8b57ebe00 with identifier: KM25%20OCP to the API
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM25%20OCP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '31af76a3-cf44-531d-810a-4cc8b57ebe00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KM25 OCP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM25%20OCP&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'I5',
 'odometer': 6010,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW I5 442KW 84KWH XD M60 Saloon',
 'transmission': 'automatic',
 'trim': '442KW 84KWH XD M60',
 'vin': 'WBY42HG000CU98133',
 'year': 2025}
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM25%2520OCP%27 HTTP/1.1" 200 None
2026-03-30 06:20:37 [bca.uk] INFO: Saving data for KM25%20OCP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650634.112301, 'last_price_update_time': 1774851637.252603}
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM25%2520OCP') HTTP/1.1" 204 0
2026-03-30 06:20:37 [bca.uk] INFO: Found listing with ID: WO21%20FXZ
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO21%2520FXZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:37 [bca.uk] INFO: Scrape type for WO21%20FXZ: 2
2026-03-30 06:20:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88a938b5-33ba-5269-8604-b4e85de4c08f with identifier: WO21%20FXZ
2026-03-30 06:20:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88a938b5-33ba-5269-8604-b4e85de4c08f with scrape type 2
2026-03-30 06:20:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88a938b5-33ba-5269-8604-b4e85de4c08f with scrape type 2
2026-03-30 06:20:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88a938b5-33ba-5269-8604-b4e85de4c08f, identifier: WO21%20FXZ
2026-03-30 06:20:37 [bca.uk] INFO: Found listing with ID: EU67%20UVJ
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU67%2520UVJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:37 [bca.uk] INFO: Scrape type for EU67%20UVJ: 2
2026-03-30 06:20:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23f7edba-c152-5dfc-89aa-c1833816e7d4 with identifier: EU67%20UVJ
2026-03-30 06:20:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23f7edba-c152-5dfc-89aa-c1833816e7d4 with scrape type 2
2026-03-30 06:20:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23f7edba-c152-5dfc-89aa-c1833816e7d4 with scrape type 2
2026-03-30 06:20:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23f7edba-c152-5dfc-89aa-c1833816e7d4, identifier: EU67%20UVJ
2026-03-30 06:20:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64aa31d3-da46-598f-baef-789f877ae1fa with identifier: WV69%20TXP
2026-03-30 06:20:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64aa31d3-da46-598f-baef-789f877ae1fa with identifier: WV69%20TXP
2026-03-30 06:20:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64aa31d3-da46-598f-baef-789f877ae1fa with identifier: WV69%20TXP to the API
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV69%20TXP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '64aa31d3-da46-598f-baef-789f877ae1fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV69 TXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV69%20TXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'DACIA',
 'model': 'SANDERO',
 'odometer': 24795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO 0.9 TCE 90 COMFORT Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 COMFORT',
 'vin': 'UU1B5220963878552',
 'year': 2019}
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV69%2520TXP%27 HTTP/1.1" 200 None
2026-03-30 06:20:37 [bca.uk] INFO: Saving data for WV69%20TXP: {'auction_closing_time': 1774864800.0, 'created_time': 1774536274.686249, 'last_price_update_time': 1774851637.772686}
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV69%2520TXP') HTTP/1.1" 204 0
2026-03-30 06:20:37 [bca.uk] INFO: Found listing with ID: YE73%20TVP
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520TVP%27 HTTP/1.1" 200 None
2026-03-30 06:20:37 [bca.uk] INFO: Scrape type for YE73%20TVP: 2
2026-03-30 06:20:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee9b020a-a703-55ad-b632-8cce3772d524 with identifier: YE73%20TVP
2026-03-30 06:20:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee9b020a-a703-55ad-b632-8cce3772d524 with scrape type 2
2026-03-30 06:20:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee9b020a-a703-55ad-b632-8cce3772d524 with scrape type 2
2026-03-30 06:20:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee9b020a-a703-55ad-b632-8cce3772d524, identifier: YE73%20TVP
2026-03-30 06:20:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f722bf2a-fe69-5f5c-a83c-88a86d722f50 with identifier: VE21%20BCO
2026-03-30 06:20:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f722bf2a-fe69-5f5c-a83c-88a86d722f50 with identifier: VE21%20BCO
2026-03-30 06:20:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f722bf2a-fe69-5f5c-a83c-88a86d722f50 with identifier: VE21%20BCO to the API
2026-03-30 06:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE21%20BCO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f722bf2a-fe69-5f5c-a83c-88a86d722f50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE21 BCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE21%20BCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2700',
 'odometer': 14195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2700 1.5 D 100 EDITION L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 EDITION L1 H1',
 'vin': 'VXEVBYHRKM7814080',
 'year': 2021}
2026-03-30 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520BCO%27 HTTP/1.1" 200 None
2026-03-30 06:20:38 [bca.uk] INFO: Saving data for VE21%20BCO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650284.21176, 'last_price_update_time': 1774851638.16258}
2026-03-30 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE21%2520BCO') HTTP/1.1" 204 0
2026-03-30 06:20:38 [bca.uk] INFO: Found listing with ID: LL73%20FWG
2026-03-30 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520FWG%27 HTTP/1.1" 200 None
2026-03-30 06:20:38 [bca.uk] INFO: Scrape type for LL73%20FWG: 2
2026-03-30 06:20:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ee64324-236d-53f5-b7fa-993778a49dff with identifier: LL73%20FWG
2026-03-30 06:20:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee64324-236d-53f5-b7fa-993778a49dff with scrape type 2
2026-03-30 06:20:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ee64324-236d-53f5-b7fa-993778a49dff with scrape type 2
2026-03-30 06:20:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ee64324-236d-53f5-b7fa-993778a49dff, identifier: LL73%20FWG
2026-03-30 06:20:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88a938b5-33ba-5269-8604-b4e85de4c08f with identifier: WO21%20FXZ
2026-03-30 06:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:20:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=jet+black HTTP/1.1" 200 None
2026-03-30 06:20:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:20: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:20:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88a938b5-33ba-5269-8604-b4e85de4c08f with identifier: WO21%20FXZ
2026-03-30 06:20:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88a938b5-33ba-5269-8604-b4e85de4c08f with identifier: WO21%20FXZ to the API
2026-03-30 06:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20: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:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO21%20FXZ-GB',
 'category': 'Car',
 'color': 'jet black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '88a938b5-33ba-5269-8604-b4e85de4c08f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WO21 FXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO21%20FXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '330E',
 'odometer': 39319,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SE PRO Saloon',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA5P52010FL50355',
 'year': 2021}
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO21%2520FXZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:39 [bca.uk] INFO: Saving data for WO21%20FXZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774016227.874256, 'last_price_update_time': 1774851639.43712}
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO21%2520FXZ') HTTP/1.1" 204 0
2026-03-30 06:20:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23f7edba-c152-5dfc-89aa-c1833816e7d4 with identifier: EU67%20UVJ
2026-03-30 06:20:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23f7edba-c152-5dfc-89aa-c1833816e7d4 with identifier: EU67%20UVJ
2026-03-30 06:20:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23f7edba-c152-5dfc-89aa-c1833816e7d4 with identifier: EU67%20UVJ to the API
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20: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:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU67%20UVJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '23f7edba-c152-5dfc-89aa-c1833816e7d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU67 UVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU67%20UVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 71506,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0JXXGAHJHA02315',
 'year': 2017}
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU67%2520UVJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:39 [bca.uk] INFO: Saving data for EU67%20UVJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650510.305046, 'last_price_update_time': 1774851639.734218}
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU67%2520UVJ') HTTP/1.1" 204 0
2026-03-30 06:20:39 [bca.uk] INFO: Found listing with ID: VT19%20YHF
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520YHF%27 HTTP/1.1" 200 None
2026-03-30 06:20:39 [bca.uk] INFO: Scrape type for VT19%20YHF: 2
2026-03-30 06:20:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f526197-37e6-5b0e-8b89-02d369596326 with identifier: VT19%20YHF
2026-03-30 06:20:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f526197-37e6-5b0e-8b89-02d369596326 with scrape type 2
2026-03-30 06:20:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f526197-37e6-5b0e-8b89-02d369596326 with scrape type 2
2026-03-30 06:20:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f526197-37e6-5b0e-8b89-02d369596326, identifier: VT19%20YHF
2026-03-30 06:20:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee9b020a-a703-55ad-b632-8cce3772d524 with identifier: YE73%20TVP
2026-03-30 06:20:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee9b020a-a703-55ad-b632-8cce3772d524 with identifier: YE73%20TVP
2026-03-30 06:20:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee9b020a-a703-55ad-b632-8cce3772d524 with identifier: YE73%20TVP to the API
2026-03-30 06:20:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE73%20TVP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ee9b020a-a703-55ad-b632-8cce3772d524',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE73 TVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE73%20TVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'TOWNSTAR',
 'odometer': 16382,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN TOWNSTAR 90KW 45KWH L1 ACENTA Van',
 'transmission': 'automatic',
 'trim': '90KW 45KWH L1 ACENTA',
 'vin': 'VNVNFK00570881976',
 'year': 2023}
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520TVP%27 HTTP/1.1" 200 None
2026-03-30 06:20:40 [bca.uk] INFO: Saving data for YE73%20TVP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650352.62893, 'last_price_update_time': 1774851640.287427}
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE73%2520TVP') HTTP/1.1" 204 0
2026-03-30 06:20:40 [bca.uk] INFO: Found listing with ID: LR22%20JWY
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520JWY%27 HTTP/1.1" 200 None
2026-03-30 06:20:40 [bca.uk] INFO: Scrape type for LR22%20JWY: 0
2026-03-30 06:20:40 [bca.uk] INFO: Found listing with ID: AX72%20NGU
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520NGU%27 HTTP/1.1" 200 None
2026-03-30 06:20:40 [bca.uk] INFO: Scrape type for AX72%20NGU: 2
2026-03-30 06:20:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60bf3dc2-64a3-59c7-9493-64f879109544 with identifier: AX72%20NGU
2026-03-30 06:20:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60bf3dc2-64a3-59c7-9493-64f879109544 with scrape type 2
2026-03-30 06:20:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60bf3dc2-64a3-59c7-9493-64f879109544 with scrape type 2
2026-03-30 06:20:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60bf3dc2-64a3-59c7-9493-64f879109544, identifier: AX72%20NGU
2026-03-30 06:20:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ee64324-236d-53f5-b7fa-993778a49dff with identifier: LL73%20FWG
2026-03-30 06:20:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ee64324-236d-53f5-b7fa-993778a49dff with identifier: LL73%20FWG
2026-03-30 06:20:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ee64324-236d-53f5-b7fa-993778a49dff with identifier: LL73%20FWG to the API
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL73%20FWG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8ee64324-236d-53f5-b7fa-993778a49dff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL73 FWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL73%20FWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQE 350',
 'odometer': 16514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQE 350 AMG LINE Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE',
 'vin': 'W1KEG2FB9RF043922',
 'year': 2023}
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520FWG%27 HTTP/1.1" 200 None
2026-03-30 06:20:40 [bca.uk] INFO: Saving data for LL73%20FWG: {'auction_closing_time': 1775124000.0, 'created_time': 1774303873.671765, 'last_price_update_time': 1774851640.708315}
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL73%2520FWG') HTTP/1.1" 204 0
2026-03-30 06:20:40 [bca.uk] INFO: Found listing with ID: WS19%20OKT
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WS19%2520OKT%27 HTTP/1.1" 200 None
2026-03-30 06:20:40 [bca.uk] INFO: Scrape type for WS19%20OKT: 2
2026-03-30 06:20:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c403cb1c-d28a-577f-9253-68a002bf913e with identifier: WS19%20OKT
2026-03-30 06:20:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c403cb1c-d28a-577f-9253-68a002bf913e with scrape type 2
2026-03-30 06:20:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c403cb1c-d28a-577f-9253-68a002bf913e with scrape type 2
2026-03-30 06:20:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c403cb1c-d28a-577f-9253-68a002bf913e, identifier: WS19%20OKT
2026-03-30 06:20:40 [bca.uk] INFO: Found listing with ID: MJ72%20LTF
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520LTF%27 HTTP/1.1" 200 None
2026-03-30 06:20:40 [bca.uk] INFO: Scrape type for MJ72%20LTF: 2
2026-03-30 06:20:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 898620e8-06ad-5240-92d7-fac22e319db6 with identifier: MJ72%20LTF
2026-03-30 06:20:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 898620e8-06ad-5240-92d7-fac22e319db6 with scrape type 2
2026-03-30 06:20:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 898620e8-06ad-5240-92d7-fac22e319db6 with scrape type 2
2026-03-30 06:20:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 898620e8-06ad-5240-92d7-fac22e319db6, identifier: MJ72%20LTF
2026-03-30 06:20:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f526197-37e6-5b0e-8b89-02d369596326 with identifier: VT19%20YHF
2026-03-30 06:20:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f526197-37e6-5b0e-8b89-02d369596326 with identifier: VT19%20YHF
2026-03-30 06:20:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f526197-37e6-5b0e-8b89-02d369596326 with identifier: VT19%20YHF to the API
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VT19%20YHF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f526197-37e6-5b0e-8b89-02d369596326',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VT19 YHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VT19%20YHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 68239,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 2.0 TSI 200 GTI DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 200 GTI DSG',
 'vin': 'WVWZZZAWZKU095365',
 'year': 2019}
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520YHF%27 HTTP/1.1" 200 None
2026-03-30 06:20:41 [bca.uk] INFO: Saving data for VT19%20YHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774650142.343061, 'last_price_update_time': 1774851641.353655}
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VT19%2520YHF') HTTP/1.1" 204 0
2026-03-30 06:20:41 [bca.uk] INFO: Found listing with ID: BK21%20LDU
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520LDU%27 HTTP/1.1" 200 None
2026-03-30 06:20:41 [bca.uk] INFO: Scrape type for BK21%20LDU: 2
2026-03-30 06:20:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ff0ff7-0114-5519-8397-be1e5baf5842 with identifier: BK21%20LDU
2026-03-30 06:20:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ff0ff7-0114-5519-8397-be1e5baf5842 with scrape type 2
2026-03-30 06:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ff0ff7-0114-5519-8397-be1e5baf5842 with scrape type 2
2026-03-30 06:20:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50ff0ff7-0114-5519-8397-be1e5baf5842, identifier: BK21%20LDU
2026-03-30 06:20:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60bf3dc2-64a3-59c7-9493-64f879109544 with identifier: AX72%20NGU
2026-03-30 06:20:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60bf3dc2-64a3-59c7-9493-64f879109544 with identifier: AX72%20NGU
2026-03-30 06:20:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60bf3dc2-64a3-59c7-9493-64f879109544 with identifier: AX72%20NGU to the API
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX72%20NGU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '60bf3dc2-64a3-59c7-9493-64f879109544',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX72 NGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX72%20NGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'E-DISPATCH 1000',
 'odometer': 24905,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN E-DISPATCH 1000 100KW 75KWH M ENTERPRISE ED. PanelVan',
 'transmission': 'automatic',
 'trim': '100KW 75KWH M ENTERPRISE ED.',
 'vin': 'VF7V1ZKXZPZ007363',
 'year': 2023}
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520NGU%27 HTTP/1.1" 200 None
2026-03-30 06:20:41 [bca.uk] INFO: Saving data for AX72%20NGU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650277.55625, 'last_price_update_time': 1774851641.747772}
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX72%2520NGU') HTTP/1.1" 204 0
2026-03-30 06:20:41 [bca.uk] INFO: Found listing with ID: LN73%20EXV
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN73%2520EXV%27 HTTP/1.1" 200 None
2026-03-30 06:20:41 [bca.uk] INFO: Scrape type for LN73%20EXV: 2
2026-03-30 06:20:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af987226-2dd6-51ae-99fc-da909d5e5ab8 with identifier: LN73%20EXV
2026-03-30 06:20:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af987226-2dd6-51ae-99fc-da909d5e5ab8 with scrape type 2
2026-03-30 06:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af987226-2dd6-51ae-99fc-da909d5e5ab8 with scrape type 2
2026-03-30 06:20:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af987226-2dd6-51ae-99fc-da909d5e5ab8, identifier: LN73%20EXV
2026-03-30 06:20:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c403cb1c-d28a-577f-9253-68a002bf913e with identifier: WS19%20OKT
2026-03-30 06:20:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c403cb1c-d28a-577f-9253-68a002bf913e with identifier: WS19%20OKT
2026-03-30 06:20:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c403cb1c-d28a-577f-9253-68a002bf913e with identifier: WS19%20OKT to the API
2026-03-30 06:20:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WS19%20OKT-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c403cb1c-d28a-577f-9253-68a002bf913e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WS19 OKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WS19%20OKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '320D',
 'odometer': 74123,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5V52090FH24171',
 'year': 2019}
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WS19%2520OKT%27 HTTP/1.1" 200 None
2026-03-30 06:20:42 [bca.uk] INFO: Saving data for WS19%20OKT: {'auction_closing_time': 1775037600.0, 'created_time': 1774564062.79891, 'last_price_update_time': 1774851642.291078}
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WS19%2520OKT') HTTP/1.1" 204 0
2026-03-30 06:20:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 898620e8-06ad-5240-92d7-fac22e319db6 with identifier: MJ72%20LTF
2026-03-30 06:20:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 898620e8-06ad-5240-92d7-fac22e319db6 with identifier: MJ72%20LTF
2026-03-30 06:20:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 898620e8-06ad-5240-92d7-fac22e319db6 with identifier: MJ72%20LTF to the API
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ72%20LTF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '898620e8-06ad-5240-92d7-fac22e319db6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ72 LTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ72%20LTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 18485,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 2.0 TSI 300 4M R DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 300 4M R DSG',
 'vin': 'WVGZZZA1ZPV560459',
 'year': 2022}
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520LTF%27 HTTP/1.1" 200 None
2026-03-30 06:20:42 [bca.uk] INFO: Saving data for MJ72%20LTF: {'auction_closing_time': 1774951200.0, 'created_time': 1774650634.921098, 'last_price_update_time': 1774851642.581331}
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ72%2520LTF') HTTP/1.1" 204 0
2026-03-30 06:20:42 [bca.uk] INFO: Found listing with ID: YW71%20JFE
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW71%2520JFE%27 HTTP/1.1" 200 None
2026-03-30 06:20:42 [bca.uk] INFO: Scrape type for YW71%20JFE: 2
2026-03-30 06:20:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe31d84-c822-5f8c-b9ea-f883240479f2 with identifier: YW71%20JFE
2026-03-30 06:20:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe31d84-c822-5f8c-b9ea-f883240479f2 with scrape type 2
2026-03-30 06:20:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe31d84-c822-5f8c-b9ea-f883240479f2 with scrape type 2
2026-03-30 06:20:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfe31d84-c822-5f8c-b9ea-f883240479f2, identifier: YW71%20JFE
2026-03-30 06:20:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50ff0ff7-0114-5519-8397-be1e5baf5842 with identifier: BK21%20LDU
2026-03-30 06:20:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50ff0ff7-0114-5519-8397-be1e5baf5842 with identifier: BK21%20LDU
2026-03-30 06:20:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50ff0ff7-0114-5519-8397-be1e5baf5842 with identifier: BK21%20LDU to the API
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK21%20LDU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50ff0ff7-0114-5519-8397-be1e5baf5842',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK21 LDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK21%20LDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 55414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 110 SWB S/L BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB S/L BUSINESS',
 'vin': 'WV1ZZZ7HZMH106963',
 'year': 2021}
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520LDU%27 HTTP/1.1" 200 None
2026-03-30 06:20:42 [bca.uk] INFO: Saving data for BK21%20LDU: {'auction_closing_time': 1774951200.0, 'created_time': 1774391711.371206, 'last_price_update_time': 1774851642.98106}
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK21%2520LDU') HTTP/1.1" 204 0
2026-03-30 06:20:42 [bca.uk] INFO: Found listing with ID: KP12%20EHW
2026-03-30 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP12%2520EHW%27 HTTP/1.1" 200 None
2026-03-30 06:20:43 [bca.uk] INFO: Scrape type for KP12%20EHW: 2
2026-03-30 06:20:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with identifier: KP12%20EHW
2026-03-30 06:20:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with scrape type 2
2026-03-30 06:20:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with scrape type 2
2026-03-30 06:20:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf, identifier: KP12%20EHW
2026-03-30 06:20:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af987226-2dd6-51ae-99fc-da909d5e5ab8 with identifier: LN73%20EXV
2026-03-30 06:20:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af987226-2dd6-51ae-99fc-da909d5e5ab8 with identifier: LN73%20EXV
2026-03-30 06:20:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af987226-2dd6-51ae-99fc-da909d5e5ab8 with identifier: LN73%20EXV to the API
2026-03-30 06:20:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN73%20EXV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'af987226-2dd6-51ae-99fc-da909d5e5ab8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN73 EXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN73%20EXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'IX1',
 'odometer': 20397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW IX1 XD30 M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XD30 M SPORT',
 'vin': 'WBY62EF0405X99596',
 'year': 2023}
2026-03-30 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN73%2520EXV%27 HTTP/1.1" 200 None
2026-03-30 06:20:43 [bca.uk] INFO: Saving data for LN73%20EXV: {'auction_closing_time': 1775124000.0, 'created_time': 1774650493.661046, 'last_price_update_time': 1774851643.948947}
2026-03-30 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN73%2520EXV') HTTP/1.1" 204 0
2026-03-30 06:20:43 [bca.uk] INFO: Found listing with ID: YF20%20RRU
2026-03-30 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520RRU%27 HTTP/1.1" 200 None
2026-03-30 06:20:43 [bca.uk] INFO: Scrape type for YF20%20RRU: 2
2026-03-30 06:20:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with identifier: YF20%20RRU
2026-03-30 06:20:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with scrape type 2
2026-03-30 06:20:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with scrape type 2
2026-03-30 06:20:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 773f4e5f-79b7-5a22-9089-d4ff3338f1eb, identifier: YF20%20RRU
2026-03-30 06:20:44 [bca.uk] INFO: Found listing with ID: LK23%20NFG
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK23%2520NFG%27 HTTP/1.1" 200 None
2026-03-30 06:20:44 [bca.uk] INFO: Scrape type for LK23%20NFG: 2
2026-03-30 06:20:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 873f25d6-fe87-5819-89b0-646a6c61f078 with identifier: LK23%20NFG
2026-03-30 06:20:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 873f25d6-fe87-5819-89b0-646a6c61f078 with scrape type 2
2026-03-30 06:20:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 873f25d6-fe87-5819-89b0-646a6c61f078 with scrape type 2
2026-03-30 06:20:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 873f25d6-fe87-5819-89b0-646a6c61f078, identifier: LK23%20NFG
2026-03-30 06:20:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfe31d84-c822-5f8c-b9ea-f883240479f2 with identifier: YW71%20JFE
2026-03-30 06:20:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfe31d84-c822-5f8c-b9ea-f883240479f2 with identifier: YW71%20JFE
2026-03-30 06:20:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfe31d84-c822-5f8c-b9ea-f883240479f2 with identifier: YW71%20JFE to the API
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 247,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YW71%20JFE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dfe31d84-c822-5f8c-b9ea-f883240479f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YW71 JFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YW71%20JFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 46267,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'NISSAN NAVARA 2.3 DCI 190 TT 4WD TEKNA CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 TT 4WD TEKNA',
 'vin': 'VSKCTND23U0171439',
 'year': 2021}
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW71%2520JFE%27 HTTP/1.1" 200 None
2026-03-30 06:20:44 [bca.uk] INFO: Saving data for YW71%20JFE: {'auction_closing_time': 1775124000.0, 'created_time': 1774650949.738385, 'last_price_update_time': 1774851644.47203}
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YW71%2520JFE') HTTP/1.1" 204 0
2026-03-30 06:20:44 [bca.uk] INFO: Found listing with ID: EX22%20SWK
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520SWK%27 HTTP/1.1" 200 None
2026-03-30 06:20:44 [bca.uk] INFO: Scrape type for EX22%20SWK: 2
2026-03-30 06:20:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 642813a9-9e72-54ff-b84a-8993983e9922 with identifier: EX22%20SWK
2026-03-30 06:20:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 642813a9-9e72-54ff-b84a-8993983e9922 with scrape type 2
2026-03-30 06:20:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 642813a9-9e72-54ff-b84a-8993983e9922 with scrape type 2
2026-03-30 06:20:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 642813a9-9e72-54ff-b84a-8993983e9922, identifier: EX22%20SWK
2026-03-30 06:20:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with identifier: KP12%20EHW
2026-03-30 06:20:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with identifier: KP12%20EHW
2026-03-30 06:20:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ba492ee-5d4d-588a-af18-0e3c0b86dcdf with identifier: KP12%20EHW to the API
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:44 [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': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP12%20EHW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4ba492ee-5d4d-588a-af18-0e3c0b86dcdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP12 EHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP12%20EHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'B180',
 'odometer': 97302,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ B180 1.6 B/E SPORT MPV',
 'transmission': 'automatic',
 'trim': 'B/E SPORT',
 'vin': 'WDD2462422J081879',
 'year': 2012}
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP12%2520EHW%27 HTTP/1.1" 200 None
2026-03-30 06:20:45 [bca.uk] INFO: Saving data for KP12%20EHW: {'auction_closing_time': 1775124000.0, 'created_time': 1774650276.534771, 'last_price_update_time': 1774851645.089538}
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP12%2520EHW') HTTP/1.1" 204 0
2026-03-30 06:20:45 [bca.uk] INFO: Found listing with ID: RE73%20KHZ
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE73%2520KHZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:45 [bca.uk] INFO: Scrape type for RE73%20KHZ: 2
2026-03-30 06:20:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85e7e73f-bd15-5975-897d-31491d7c959b with identifier: RE73%20KHZ
2026-03-30 06:20:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85e7e73f-bd15-5975-897d-31491d7c959b with scrape type 2
2026-03-30 06:20:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85e7e73f-bd15-5975-897d-31491d7c959b with scrape type 2
2026-03-30 06:20:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85e7e73f-bd15-5975-897d-31491d7c959b, identifier: RE73%20KHZ
2026-03-30 06:20:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with identifier: YF20%20RRU
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=storm+bay HTTP/1.1" 200 None
2026-03-30 06:20:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:20:45 [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:20:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with identifier: YF20%20RRU
2026-03-30 06:20:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 773f4e5f-79b7-5a22-9089-d4ff3338f1eb with identifier: YF20%20RRU to the API
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF20%20RRU-GB',
 'category': 'Car',
 'color': 'storm bay',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '773f4e5f-79b7-5a22-9089-d4ff3338f1eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF20 RRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF20%20RRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '116D',
 'odometer': 76762,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 116D 1.5 M SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA7M720507G03624',
 'year': 2020}
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520RRU%27 HTTP/1.1" 200 None
2026-03-30 06:20:45 [bca.uk] INFO: Saving data for YF20%20RRU: {'auction_closing_time': 1775037600.0, 'created_time': 1774564054.261077, 'last_price_update_time': 1774851645.61772}
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF20%2520RRU') HTTP/1.1" 204 0
2026-03-30 06:20:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 873f25d6-fe87-5819-89b0-646a6c61f078 with identifier: LK23%20NFG
2026-03-30 06:20:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 873f25d6-fe87-5819-89b0-646a6c61f078 with identifier: LK23%20NFG
2026-03-30 06:20:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 873f25d6-fe87-5819-89b0-646a6c61f078 with identifier: LK23%20NFG to the API
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK23%20NFG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '873f25d6-fe87-5819-89b0-646a6c61f078',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LK23 NFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK23%20NFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 29383,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 HYBRID PURE Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID PURE',
 'vin': 'JMZKBAC370A278044',
 'year': 2023}
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK23%2520NFG%27 HTTP/1.1" 200 None
2026-03-30 06:20:45 [bca.uk] INFO: Saving data for LK23%20NFG: {'auction_closing_time': 1774951200.0, 'created_time': 1774650635.30754, 'last_price_update_time': 1774851645.90539}
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK23%2520NFG') HTTP/1.1" 204 0
2026-03-30 06:20:45 [bca.uk] INFO: Found listing with ID: DL21%20RBO
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520RBO%27 HTTP/1.1" 200 None
2026-03-30 06:20:45 [bca.uk] INFO: Scrape type for DL21%20RBO: 2
2026-03-30 06:20:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4abf38b2-3340-5636-94d4-da560cd85e02 with identifier: DL21%20RBO
2026-03-30 06:20:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4abf38b2-3340-5636-94d4-da560cd85e02 with scrape type 2
2026-03-30 06:20:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4abf38b2-3340-5636-94d4-da560cd85e02 with scrape type 2
2026-03-30 06:20:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4abf38b2-3340-5636-94d4-da560cd85e02, identifier: DL21%20RBO
2026-03-30 06:20:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 642813a9-9e72-54ff-b84a-8993983e9922 with identifier: EX22%20SWK
2026-03-30 06:20:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 642813a9-9e72-54ff-b84a-8993983e9922 with identifier: EX22%20SWK
2026-03-30 06:20:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 642813a9-9e72-54ff-b84a-8993983e9922 with identifier: EX22%20SWK to the API
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX22%20SWK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '642813a9-9e72-54ff-b84a-8993983e9922',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX22 SWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX22%20SWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 80978,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.2 P/T 110 1000 ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'P/T 110 1000 ENTERPRISE',
 'vin': 'VR7EUHNP2MJ933001',
 'year': 2022}
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520SWK%27 HTTP/1.1" 200 None
2026-03-30 06:20:46 [bca.uk] INFO: Saving data for EX22%20SWK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650641.278661, 'last_price_update_time': 1774851646.331874}
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX22%2520SWK') HTTP/1.1" 204 0
2026-03-30 06:20:46 [bca.uk] INFO: Found listing with ID: HN21%20KPP
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN21%2520KPP%27 HTTP/1.1" 200 None
2026-03-30 06:20:46 [bca.uk] INFO: Scrape type for HN21%20KPP: 2
2026-03-30 06:20:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1d94c4a-ecbc-5525-85e3-126793b4d672 with identifier: HN21%20KPP
2026-03-30 06:20:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1d94c4a-ecbc-5525-85e3-126793b4d672 with scrape type 2
2026-03-30 06:20:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1d94c4a-ecbc-5525-85e3-126793b4d672 with scrape type 2
2026-03-30 06:20:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1d94c4a-ecbc-5525-85e3-126793b4d672, identifier: HN21%20KPP
2026-03-30 06:20:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85e7e73f-bd15-5975-897d-31491d7c959b with identifier: RE73%20KHZ
2026-03-30 06:20:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85e7e73f-bd15-5975-897d-31491d7c959b with identifier: RE73%20KHZ
2026-03-30 06:20:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85e7e73f-bd15-5975-897d-31491d7c959b with identifier: RE73%20KHZ to the API
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE73%20KHZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '85e7e73f-bd15-5975-897d-31491d7c959b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE73 KHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE73%20KHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 24164,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH PRO Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH PRO',
 'vin': 'WVWZZZE12PP513321',
 'year': 2023}
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE73%2520KHZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:46 [bca.uk] INFO: Saving data for RE73%20KHZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650495.857526, 'last_price_update_time': 1774851646.846024}
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE73%2520KHZ') HTTP/1.1" 204 0
2026-03-30 06:20:46 [bca.uk] INFO: Found listing with ID: YF67%20HYP
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF67%2520HYP%27 HTTP/1.1" 200 None
2026-03-30 06:20:46 [bca.uk] INFO: Scrape type for YF67%20HYP: 2
2026-03-30 06:20:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01579790-b766-5233-8222-bd57f5646f02 with identifier: YF67%20HYP
2026-03-30 06:20:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01579790-b766-5233-8222-bd57f5646f02 with scrape type 2
2026-03-30 06:20:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01579790-b766-5233-8222-bd57f5646f02 with scrape type 2
2026-03-30 06:20:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01579790-b766-5233-8222-bd57f5646f02, identifier: YF67%20HYP
2026-03-30 06:20:46 [bca.uk] INFO: Found listing with ID: CK22%20VRJ
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520VRJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:46 [bca.uk] INFO: Scrape type for CK22%20VRJ: 2
2026-03-30 06:20:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00c78c18-8c25-59e3-8cf5-bf1662fa842e with identifier: CK22%20VRJ
2026-03-30 06:20:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00c78c18-8c25-59e3-8cf5-bf1662fa842e with scrape type 2
2026-03-30 06:20:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00c78c18-8c25-59e3-8cf5-bf1662fa842e with scrape type 2
2026-03-30 06:20:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00c78c18-8c25-59e3-8cf5-bf1662fa842e, identifier: CK22%20VRJ
2026-03-30 06:20:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4abf38b2-3340-5636-94d4-da560cd85e02 with identifier: DL21%20RBO
2026-03-30 06:20:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4abf38b2-3340-5636-94d4-da560cd85e02 with identifier: DL21%20RBO
2026-03-30 06:20:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4abf38b2-3340-5636-94d4-da560cd85e02 with identifier: DL21%20RBO to the API
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL21%20RBO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4abf38b2-3340-5636-94d4-da560cd85e02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL21 RBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL21%20RBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 39351,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 136 48V GT-LINE ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 136 48V GT-LINE ISG',
 'vin': 'U5YPK812LML066209',
 'year': 2021}
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520RBO%27 HTTP/1.1" 200 None
2026-03-30 06:20:47 [bca.uk] INFO: Saving data for DL21%20RBO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650951.100319, 'last_price_update_time': 1774851647.358077}
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL21%2520RBO') HTTP/1.1" 204 0
2026-03-30 06:20:47 [bca.uk] INFO: Found listing with ID: LM21%20CPZ
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520CPZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:47 [bca.uk] INFO: Scrape type for LM21%20CPZ: 2
2026-03-30 06:20:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with identifier: LM21%20CPZ
2026-03-30 06:20:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with scrape type 2
2026-03-30 06:20:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with scrape type 2
2026-03-30 06:20:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4228616b-eabd-5adf-bf4d-92bf9cbe3971, identifier: LM21%20CPZ
2026-03-30 06:20:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1d94c4a-ecbc-5525-85e3-126793b4d672 with identifier: HN21%20KPP
2026-03-30 06:20:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1d94c4a-ecbc-5525-85e3-126793b4d672 with identifier: HN21%20KPP
2026-03-30 06:20:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1d94c4a-ecbc-5525-85e3-126793b4d672 with identifier: HN21%20KPP to the API
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN21%20KPP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a1d94c4a-ecbc-5525-85e3-126793b4d672',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN21 KPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN21%20KPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 43817,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYLT42523',
 'year': 2021}
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN21%2520KPP%27 HTTP/1.1" 200 None
2026-03-30 06:20:47 [bca.uk] INFO: Saving data for HN21%20KPP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650391.361951, 'last_price_update_time': 1774851647.758524}
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN21%2520KPP') HTTP/1.1" 204 0
2026-03-30 06:20:47 [bca.uk] INFO: Found listing with ID: RF73%20LWK
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520LWK%27 HTTP/1.1" 200 None
2026-03-30 06:20:47 [bca.uk] INFO: Scrape type for RF73%20LWK: 2
2026-03-30 06:20:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with identifier: RF73%20LWK
2026-03-30 06:20:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with scrape type 2
2026-03-30 06:20:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with scrape type 2
2026-03-30 06:20:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1, identifier: RF73%20LWK
2026-03-30 06:20:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01579790-b766-5233-8222-bd57f5646f02 with identifier: YF67%20HYP
2026-03-30 06:20:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01579790-b766-5233-8222-bd57f5646f02 with identifier: YF67%20HYP
2026-03-30 06:20:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01579790-b766-5233-8222-bd57f5646f02 with identifier: YF67%20HYP to the API
2026-03-30 06:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF67%20HYP-GB',
 'category': 'Car',
 'color': 'glacier silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '01579790-b766-5233-8222-bd57f5646f02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF67 HYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF67%20HYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '116D',
 'odometer': 66970,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 116D 1.5 SE BUSINESS Hatchback',
 'transmission': 'manual',
 'trim': 'SE BUSINESS',
 'vin': 'WBA1V720705D53687',
 'year': 2017}
2026-03-30 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF67%2520HYP%27 HTTP/1.1" 200 None
2026-03-30 06:20:48 [bca.uk] INFO: Saving data for YF67%20HYP: {'auction_closing_time': 1775037600.0, 'created_time': 1774564044.381822, 'last_price_update_time': 1774851648.947764}
2026-03-30 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF67%2520HYP') HTTP/1.1" 204 0
2026-03-30 06:20:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00c78c18-8c25-59e3-8cf5-bf1662fa842e with identifier: CK22%20VRJ
2026-03-30 06:20:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00c78c18-8c25-59e3-8cf5-bf1662fa842e with identifier: CK22%20VRJ
2026-03-30 06:20:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00c78c18-8c25-59e3-8cf5-bf1662fa842e with identifier: CK22%20VRJ to the API
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK22%20VRJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '00c78c18-8c25-59e3-8cf5-bf1662fa842e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CK22 VRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK22%20VRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN ALLSPACE',
 'odometer': 20251,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN ALLSPACE 1.5 TSI 150 2WD R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 2WD R LINE DSG',
 'vin': 'WVGZZZ5NZNM062357',
 'year': 2022}
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520VRJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:49 [bca.uk] INFO: Saving data for CK22%20VRJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650636.23593, 'last_price_update_time': 1774851649.269687}
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK22%2520VRJ') HTTP/1.1" 204 0
2026-03-30 06:20:49 [bca.uk] INFO: Found listing with ID: FV67%20RXH
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520RXH%27 HTTP/1.1" 200 None
2026-03-30 06:20:49 [bca.uk] INFO: Scrape type for FV67%20RXH: 2
2026-03-30 06:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with identifier: FV67%20RXH
2026-03-30 06:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with scrape type 2
2026-03-30 06:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with scrape type 2
2026-03-30 06:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d, identifier: FV67%20RXH
2026-03-30 06:20:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with identifier: LM21%20CPZ
2026-03-30 06:20:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with identifier: LM21%20CPZ
2026-03-30 06:20:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4228616b-eabd-5adf-bf4d-92bf9cbe3971 with identifier: LM21%20CPZ to the API
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 21,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM21%20CPZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4228616b-eabd-5adf-bf4d-92bf9cbe3971',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM21 CPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM21%20CPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'L.E.V.C.',
 'model': 'VN5 ELECTRIC',
 'odometer': 42984,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'L.E.V.C. VN5 ELECTRIC 1.5 110KW 31KWH CITY Van',
 'transmission': 'automatic',
 'trim': '110KW 31KWH CITY',
 'vin': 'SCRET34J4MA005420',
 'year': 2021}
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520CPZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:49 [bca.uk] INFO: Saving data for LM21%20CPZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650642.01221, 'last_price_update_time': 1774851649.698202}
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520CPZ') HTTP/1.1" 204 0
2026-03-30 06:20:49 [bca.uk] INFO: Found listing with ID: YH14%20VYL
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH14%2520VYL%27 HTTP/1.1" 200 None
2026-03-30 06:20:49 [bca.uk] INFO: Scrape type for YH14%20VYL: 2
2026-03-30 06:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0611049e-0993-5b4e-94b9-7adb646ce118 with identifier: YH14%20VYL
2026-03-30 06:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0611049e-0993-5b4e-94b9-7adb646ce118 with scrape type 2
2026-03-30 06:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0611049e-0993-5b4e-94b9-7adb646ce118 with scrape type 2
2026-03-30 06:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0611049e-0993-5b4e-94b9-7adb646ce118, identifier: YH14%20VYL
2026-03-30 06:20:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with identifier: RF73%20LWK
2026-03-30 06:20:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with identifier: RF73%20LWK
2026-03-30 06:20:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1 with identifier: RF73%20LWK to the API
2026-03-30 06:20:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF73%20LWK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5f1098b8-f9ae-5c44-9f31-4771a8f3b2a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF73 LWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF73%20LWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 300',
 'odometer': 11257,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 300 168KW 66KWH 4M AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '168KW 66KWH 4M AMG LINE',
 'vin': 'W1N9N0JB5RJ099987',
 'year': 2024}
2026-03-30 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520LWK%27 HTTP/1.1" 200 None
2026-03-30 06:20:50 [bca.uk] INFO: Saving data for RF73%20LWK: {'auction_closing_time': 1775124000.0, 'created_time': 1774650492.412685, 'last_price_update_time': 1774851650.949123}
2026-03-30 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF73%2520LWK') HTTP/1.1" 204 0
2026-03-30 06:20:50 [bca.uk] INFO: Found listing with ID: YG20%20MLK
2026-03-30 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520MLK%27 HTTP/1.1" 200 None
2026-03-30 06:20:50 [bca.uk] INFO: Scrape type for YG20%20MLK: 2
2026-03-30 06:20:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c5c830f-f3d3-56f5-948f-386299c79c98 with identifier: YG20%20MLK
2026-03-30 06:20:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c5c830f-f3d3-56f5-948f-386299c79c98 with scrape type 2
2026-03-30 06:20:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c5c830f-f3d3-56f5-948f-386299c79c98 with scrape type 2
2026-03-30 06:20:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c5c830f-f3d3-56f5-948f-386299c79c98, identifier: YG20%20MLK
2026-03-30 06:20:51 [bca.uk] INFO: Found listing with ID: OV62%20HYK
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV62%2520HYK%27 HTTP/1.1" 200 None
2026-03-30 06:20:51 [bca.uk] INFO: Scrape type for OV62%20HYK: 0
2026-03-30 06:20:51 [bca.uk] INFO: Found listing with ID: SP65%20VRT
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP65%2520VRT%27 HTTP/1.1" 200 None
2026-03-30 06:20:51 [bca.uk] INFO: Scrape type for SP65%20VRT: 0
2026-03-30 06:20:51 [bca.uk] INFO: Found listing with ID: YP24%20TVK
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520TVK%27 HTTP/1.1" 200 None
2026-03-30 06:20:51 [bca.uk] INFO: Scrape type for YP24%20TVK: 0
2026-03-30 06:20:51 [bca.uk] INFO: Found listing with ID: WT25%20UHK
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHK%27 HTTP/1.1" 200 None
2026-03-30 06:20:51 [bca.uk] INFO: Scrape type for WT25%20UHK: 0
2026-03-30 06:20:51 [bca.uk] INFO: Found listing with ID: WT25%20UHE
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHE%27 HTTP/1.1" 200 None
2026-03-30 06:20:51 [bca.uk] INFO: Scrape type for WT25%20UHE: 0
2026-03-30 06:20:51 [bca.uk] INFO: Found listing with ID: RX74%20EFR
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520EFR%27 HTTP/1.1" 200 None
2026-03-30 06:20:51 [bca.uk] INFO: Scrape type for RX74%20EFR: 0
2026-03-30 06:20:51 [bca.uk] INFO: Found listing with ID: GYJM62338
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GYJM62338%27 HTTP/1.1" 200 None
2026-03-30 06:20:51 [bca.uk] INFO: Scrape type for GYJM62338: 2
2026-03-30 06:20:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8115c9d0-bb26-5121-b41d-c10600978653 with identifier: GYJM62338
2026-03-30 06:20:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8115c9d0-bb26-5121-b41d-c10600978653 with scrape type 2
2026-03-30 06:20:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8115c9d0-bb26-5121-b41d-c10600978653 with scrape type 2
2026-03-30 06:20:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8115c9d0-bb26-5121-b41d-c10600978653, identifier: GYJM62338
2026-03-30 06:20:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with identifier: FV67%20RXH
2026-03-30 06:20:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with identifier: FV67%20RXH
2026-03-30 06:20:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69c547f2-52b4-5cd7-94c2-953ef6ba5d3d with identifier: FV67%20RXH to the API
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV67%20RXH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '69c547f2-52b4-5cd7-94c2-953ef6ba5d3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV67 RXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV67%20RXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 92751,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 2.0 SD4 240 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 240 HSE',
 'vin': 'SALRA2AN2JA052423',
 'year': 2018}
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520RXH%27 HTTP/1.1" 200 None
2026-03-30 06:20:51 [bca.uk] INFO: Saving data for FV67%20RXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774650948.086435, 'last_price_update_time': 1774851651.646771}
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV67%2520RXH') HTTP/1.1" 204 0
2026-03-30 06:20:51 [bca.uk] INFO: Found listing with ID: VGZ%209261
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25209261%27 HTTP/1.1" 200 None
2026-03-30 06:20:51 [bca.uk] INFO: Scrape type for VGZ%209261: 2
2026-03-30 06:20:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e713570-1506-57eb-9256-29d88e16f9ab with identifier: VGZ%209261
2026-03-30 06:20:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e713570-1506-57eb-9256-29d88e16f9ab with scrape type 2
2026-03-30 06:20:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e713570-1506-57eb-9256-29d88e16f9ab with scrape type 2
2026-03-30 06:20:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e713570-1506-57eb-9256-29d88e16f9ab, identifier: VGZ%209261
2026-03-30 06:20:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0611049e-0993-5b4e-94b9-7adb646ce118 with identifier: YH14%20VYL
2026-03-30 06:20:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0611049e-0993-5b4e-94b9-7adb646ce118 with identifier: YH14%20VYL
2026-03-30 06:20:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0611049e-0993-5b4e-94b9-7adb646ce118 with identifier: YH14%20VYL to the API
2026-03-30 06:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH14%20VYL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0611049e-0993-5b4e-94b9-7adb646ce118',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH14 VYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH14%20VYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '335I GT',
 'odometer': 51178,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 335I GT 3.0 M SPORT STEP Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT STEP',
 'vin': 'WBA3X72020DZ69710',
 'year': 2014}
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH14%2520VYL%27 HTTP/1.1" 200 None
2026-03-30 06:20:52 [bca.uk] INFO: Saving data for YH14%20VYL: {'auction_closing_time': 1775124000.0, 'created_time': 1774564801.708531, 'last_price_update_time': 1774851652.162021}
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH14%2520VYL') HTTP/1.1" 204 0
2026-03-30 06:20:52 [bca.uk] INFO: Found listing with ID: DY23%20LBE
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520LBE%27 HTTP/1.1" 200 None
2026-03-30 06:20:52 [bca.uk] INFO: Scrape type for DY23%20LBE: 2
2026-03-30 06:20:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with identifier: DY23%20LBE
2026-03-30 06:20:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with scrape type 2
2026-03-30 06:20:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with scrape type 2
2026-03-30 06:20:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d34b34a-c721-59cb-ba8b-52e3b83424b8, identifier: DY23%20LBE
2026-03-30 06:20:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c5c830f-f3d3-56f5-948f-386299c79c98 with identifier: YG20%20MLK
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=midnight+black HTTP/1.1" 200 None
2026-03-30 06:20:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:20: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:20:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c5c830f-f3d3-56f5-948f-386299c79c98 with identifier: YG20%20MLK
2026-03-30 06:20:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c5c830f-f3d3-56f5-948f-386299c79c98 with identifier: YG20%20MLK to the API
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG20%20MLK-GB',
 'category': 'Car',
 'color': 'midnight black',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9c5c830f-f3d3-56f5-948f-386299c79c98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG20 MLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG20%20MLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 44645,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MINI CLUBMAN 2.0 COOPER S EXCLUSIVE STEP Estate',
 'transmission': 'automatic',
 'trim': 'COOPER S EXCLUSIVE STEP',
 'vin': 'WMWLV720102M75937',
 'year': 2020}
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520MLK%27 HTTP/1.1" 200 None
2026-03-30 06:20:52 [bca.uk] INFO: Saving data for YG20%20MLK: {'auction_closing_time': 1775037600.0, 'created_time': 1774564056.118473, 'last_price_update_time': 1774851652.682588}
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG20%2520MLK') HTTP/1.1" 204 0
2026-03-30 06:20:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8115c9d0-bb26-5121-b41d-c10600978653 with identifier: GYJM62338
2026-03-30 06:20:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8115c9d0-bb26-5121-b41d-c10600978653 with identifier: GYJM62338
2026-03-30 06:20:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8115c9d0-bb26-5121-b41d-c10600978653 with identifier: GYJM62338 to the API
2026-03-30 06:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GYJM62338-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8115c9d0-bb26-5121-b41d-c10600978653',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GYJM62338',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GYJM62338&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 64659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 320 SWB (HOLDING CELL) CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 105 320 SWB (HOLDING CELL)',
 'vin': 'WF0YXXTTGYJM62338',
 'year': 2018}
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GYJM62338%27 HTTP/1.1" 200 None
2026-03-30 06:20:53 [bca.uk] INFO: Saving data for GYJM62338: {'auction_closing_time': 1775037600.0, 'created_time': 1774622642.435834, 'last_price_update_time': 1774851653.455418}
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GYJM62338') HTTP/1.1" 204 0
2026-03-30 06:20:53 [bca.uk] INFO: Found listing with ID: LE19%20TZN
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520TZN%27 HTTP/1.1" 200 None
2026-03-30 06:20:53 [bca.uk] INFO: Scrape type for LE19%20TZN: 2
2026-03-30 06:20:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0fe7f44-0105-56d9-9d88-5cdc92914202 with identifier: LE19%20TZN
2026-03-30 06:20:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0fe7f44-0105-56d9-9d88-5cdc92914202 with scrape type 2
2026-03-30 06:20:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0fe7f44-0105-56d9-9d88-5cdc92914202 with scrape type 2
2026-03-30 06:20:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0fe7f44-0105-56d9-9d88-5cdc92914202, identifier: LE19%20TZN
2026-03-30 06:20:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e713570-1506-57eb-9256-29d88e16f9ab with identifier: VGZ%209261
2026-03-30 06:20:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e713570-1506-57eb-9256-29d88e16f9ab with identifier: VGZ%209261
2026-03-30 06:20:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e713570-1506-57eb-9256-29d88e16f9ab with identifier: VGZ%209261 to the API
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VGZ%209261-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8e713570-1506-57eb-9256-29d88e16f9ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VGZ 9261',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VGZ%209261&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 61578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI 150 SE L Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 SE L',
 'vin': 'TMBBJ7NX8NY021353',
 'year': 2022}
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25209261%27 HTTP/1.1" 200 None
2026-03-30 06:20:53 [bca.uk] INFO: Saving data for VGZ%209261: {'auction_closing_time': 1774951200.0, 'created_time': 1774650641.6648, 'last_price_update_time': 1774851653.861305}
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VGZ%25209261') HTTP/1.1" 204 0
2026-03-30 06:20:53 [bca.uk] INFO: Found listing with ID: YR18%20JVF
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520JVF%27 HTTP/1.1" 200 None
2026-03-30 06:20:53 [bca.uk] INFO: Scrape type for YR18%20JVF: 2
2026-03-30 06:20:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with identifier: YR18%20JVF
2026-03-30 06:20:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with scrape type 2
2026-03-30 06:20:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with scrape type 2
2026-03-30 06:20:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed7c21c0-a573-54ab-8748-7ca4a4b95cf1, identifier: YR18%20JVF
2026-03-30 06:20:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with identifier: DY23%20LBE
2026-03-30 06:20:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with identifier: DY23%20LBE
2026-03-30 06:20:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d34b34a-c721-59cb-ba8b-52e3b83424b8 with identifier: DY23%20LBE to the API
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY23%20LBE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4d34b34a-c721-59cb-ba8b-52e3b83424b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY23 LBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY23%20LBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VAUXHALL',
 'model': 'MOKKA-E',
 'odometer': 19338,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA-E 100KW 50KWH ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ULTIMATE',
 'vin': 'VXKUKZKXZPW017383',
 'year': 2023}
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520LBE%27 HTTP/1.1" 200 None
2026-03-30 06:20:54 [bca.uk] INFO: Saving data for DY23%20LBE: {'auction_closing_time': 1775124000.0, 'created_time': 1774650488.19771, 'last_price_update_time': 1774851654.360608}
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY23%2520LBE') HTTP/1.1" 204 0
2026-03-30 06:20:54 [bca.uk] INFO: Found listing with ID: CX20%20LXR
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520LXR%27 HTTP/1.1" 200 None
2026-03-30 06:20:54 [bca.uk] INFO: Scrape type for CX20%20LXR: 2
2026-03-30 06:20:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d9265ba-8bea-579f-88cd-cfc379080d27 with identifier: CX20%20LXR
2026-03-30 06:20:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d9265ba-8bea-579f-88cd-cfc379080d27 with scrape type 2
2026-03-30 06:20:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d9265ba-8bea-579f-88cd-cfc379080d27 with scrape type 2
2026-03-30 06:20:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d9265ba-8bea-579f-88cd-cfc379080d27, identifier: CX20%20LXR
2026-03-30 06:20:54 [bca.uk] INFO: Found listing with ID: RV22%20ONS
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520ONS%27 HTTP/1.1" 200 None
2026-03-30 06:20:54 [bca.uk] INFO: Scrape type for RV22%20ONS: 0
2026-03-30 06:20:54 [bca.uk] INFO: Found listing with ID: WV71%20SYJ
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:54 [bca.uk] INFO: Scrape type for WV71%20SYJ: 0
2026-03-30 06:20:54 [bca.uk] INFO: Found listing with ID: WV71%20SZR
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SZR%27 HTTP/1.1" 200 None
2026-03-30 06:20:54 [bca.uk] INFO: Scrape type for WV71%20SZR: 0
2026-03-30 06:20:54 [bca.uk] INFO: Found listing with ID: CE73%20GHJ
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GHJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:54 [bca.uk] INFO: Scrape type for CE73%20GHJ: 2
2026-03-30 06:20:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62e3b7d8-a920-5e72-8f26-0ca4657e065d with identifier: CE73%20GHJ
2026-03-30 06:20:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62e3b7d8-a920-5e72-8f26-0ca4657e065d with scrape type 2
2026-03-30 06:20:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62e3b7d8-a920-5e72-8f26-0ca4657e065d with scrape type 2
2026-03-30 06:20:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62e3b7d8-a920-5e72-8f26-0ca4657e065d, identifier: CE73%20GHJ
2026-03-30 06:20:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0fe7f44-0105-56d9-9d88-5cdc92914202 with identifier: LE19%20TZN
2026-03-30 06:20:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0fe7f44-0105-56d9-9d88-5cdc92914202 with identifier: LE19%20TZN
2026-03-30 06:20:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0fe7f44-0105-56d9-9d88-5cdc92914202 with identifier: LE19%20TZN to the API
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:55 [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': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE19%20TZN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0fe7f44-0105-56d9-9d88-5cdc92914202',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE19 TZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE19%20TZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 74513,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 CRDI ECO 2 ISG Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI ECO 2 ISG',
 'vin': 'U5YH2519LKL060280',
 'year': 2019}
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520TZN%27 HTTP/1.1" 200 None
2026-03-30 06:20:55 [bca.uk] INFO: Saving data for LE19%20TZN: {'auction_closing_time': 1774864800.0, 'created_time': 1774650949.146553, 'last_price_update_time': 1774851655.139441}
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE19%2520TZN') HTTP/1.1" 204 0
2026-03-30 06:20:55 [bca.uk] INFO: Found listing with ID: HT22%20JYF
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT22%2520JYF%27 HTTP/1.1" 200 None
2026-03-30 06:20:55 [bca.uk] INFO: Scrape type for HT22%20JYF: 2
2026-03-30 06:20:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with identifier: HT22%20JYF
2026-03-30 06:20:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with scrape type 2
2026-03-30 06:20:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with scrape type 2
2026-03-30 06:20:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a, identifier: HT22%20JYF
2026-03-30 06:20:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with identifier: YR18%20JVF
2026-03-30 06:20:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with identifier: YR18%20JVF
2026-03-30 06:20:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed7c21c0-a573-54ab-8748-7ca4a4b95cf1 with identifier: YR18%20JVF to the API
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR18%20JVF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed7c21c0-a573-54ab-8748-7ca4a4b95cf1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR18 JVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR18%20JVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 45722,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 ED4 150 2WD SE TECH Hatchback',
 'transmission': 'manual',
 'trim': 'ED4 150 2WD SE TECH',
 'vin': 'SALVB2CN6JH309583',
 'year': 2018}
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520JVF%27 HTTP/1.1" 200 None
2026-03-30 06:20:55 [bca.uk] INFO: Saving data for YR18%20JVF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650386.09982, 'last_price_update_time': 1774851655.56465}
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR18%2520JVF') HTTP/1.1" 204 0
2026-03-30 06:20:55 [bca.uk] INFO: Found listing with ID: KO69%20PJV
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO69%2520PJV%27 HTTP/1.1" 200 None
2026-03-30 06:20:55 [bca.uk] INFO: Scrape type for KO69%20PJV: 0
2026-03-30 06:20:55 [bca.uk] INFO: Found listing with ID: KO16%20GDV
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520GDV%27 HTTP/1.1" 200 None
2026-03-30 06:20:55 [bca.uk] INFO: Scrape type for KO16%20GDV: 2
2026-03-30 06:20:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 134d01bd-e829-5ce7-9b81-c0349780e26a with identifier: KO16%20GDV
2026-03-30 06:20:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 134d01bd-e829-5ce7-9b81-c0349780e26a with scrape type 2
2026-03-30 06:20:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 134d01bd-e829-5ce7-9b81-c0349780e26a with scrape type 2
2026-03-30 06:20:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 134d01bd-e829-5ce7-9b81-c0349780e26a, identifier: KO16%20GDV
2026-03-30 06:20:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d9265ba-8bea-579f-88cd-cfc379080d27 with identifier: CX20%20LXR
2026-03-30 06:20:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d9265ba-8bea-579f-88cd-cfc379080d27 with identifier: CX20%20LXR
2026-03-30 06:20:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d9265ba-8bea-579f-88cd-cfc379080d27 with identifier: CX20%20LXR to the API
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX20%20LXR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8d9265ba-8bea-579f-88cd-cfc379080d27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CX20 LXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX20%20LXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'SEAT',
 'model': 'ALHAMBRA',
 'odometer': 110818,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SEAT ALHAMBRA 2.0 TDI 150 ECO XCELLENCE EZ MPV',
 'transmission': 'manual',
 'trim': 'TDI 150 ECO XCELLENCE EZ',
 'vin': 'VSSZZZ7NZLV508305',
 'year': 2020}
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520LXR%27 HTTP/1.1" 200 None
2026-03-30 06:20:55 [bca.uk] INFO: Saving data for CX20%20LXR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650484.097021, 'last_price_update_time': 1774851655.989409}
2026-03-30 06:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX20%2520LXR') HTTP/1.1" 204 0
2026-03-30 06:20:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62e3b7d8-a920-5e72-8f26-0ca4657e065d with identifier: CE73%20GHJ
2026-03-30 06:20:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62e3b7d8-a920-5e72-8f26-0ca4657e065d with identifier: CE73%20GHJ
2026-03-30 06:20:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62e3b7d8-a920-5e72-8f26-0ca4657e065d with identifier: CE73%20GHJ to the API
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE73%20GHJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '62e3b7d8-a920-5e72-8f26-0ca4657e065d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CE73 GHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE73%20GHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 19787,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.5 TSI 150 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 150 LIFE DSG',
 'vin': 'WVGZZZA1ZRV016984',
 'year': 2023}
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GHJ%27 HTTP/1.1" 200 None
2026-03-30 06:20:56 [bca.uk] INFO: Saving data for CE73%20GHJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774622644.426419, 'last_price_update_time': 1774851656.357106}
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE73%2520GHJ') HTTP/1.1" 204 0
2026-03-30 06:20:56 [bca.uk] INFO: Found listing with ID: SE19%20UWZ
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520UWZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:56 [bca.uk] INFO: Scrape type for SE19%20UWZ: 2
2026-03-30 06:20:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91a01c48-4d4c-54b5-8200-606d9e07d170 with identifier: SE19%20UWZ
2026-03-30 06:20:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91a01c48-4d4c-54b5-8200-606d9e07d170 with scrape type 2
2026-03-30 06:20:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91a01c48-4d4c-54b5-8200-606d9e07d170 with scrape type 2
2026-03-30 06:20:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91a01c48-4d4c-54b5-8200-606d9e07d170, identifier: SE19%20UWZ
2026-03-30 06:20:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with identifier: HT22%20JYF
2026-03-30 06:20:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with identifier: HT22%20JYF
2026-03-30 06:20:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a with identifier: HT22%20JYF to the API
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 253,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT22%20JYF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ad0615ad-7f4e-5387-b2b8-cc22d33c0b6a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT22 JYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT22%20JYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 38212,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 LIMITED 1 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 LIMITED 1',
 'vin': '6FPPXXMJ2PNS85982',
 'year': 2022}
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT22%2520JYF%27 HTTP/1.1" 200 None
2026-03-30 06:20:56 [bca.uk] INFO: Saving data for HT22%20JYF: {'auction_closing_time': 1774951200.0, 'created_time': 1774650638.259228, 'last_price_update_time': 1774851656.755165}
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT22%2520JYF') HTTP/1.1" 204 0
2026-03-30 06:20:56 [bca.uk] INFO: Found listing with ID: KY18%20PZM
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY18%2520PZM%27 HTTP/1.1" 200 None
2026-03-30 06:20:56 [bca.uk] INFO: Scrape type for KY18%20PZM: 2
2026-03-30 06:20:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99d97c96-5e38-5089-aa1d-595ec160a055 with identifier: KY18%20PZM
2026-03-30 06:20:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99d97c96-5e38-5089-aa1d-595ec160a055 with scrape type 2
2026-03-30 06:20:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99d97c96-5e38-5089-aa1d-595ec160a055 with scrape type 2
2026-03-30 06:20:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99d97c96-5e38-5089-aa1d-595ec160a055, identifier: KY18%20PZM
2026-03-30 06:20:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 134d01bd-e829-5ce7-9b81-c0349780e26a with identifier: KO16%20GDV
2026-03-30 06:20:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 134d01bd-e829-5ce7-9b81-c0349780e26a with identifier: KO16%20GDV
2026-03-30 06:20:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 134d01bd-e829-5ce7-9b81-c0349780e26a with identifier: KO16%20GDV to the API
2026-03-30 06:20:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO16%20GDV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '134d01bd-e829-5ce7-9b81-c0349780e26a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO16 GDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO16%20GDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C250 D',
 'odometer': 72533,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C250 D 2.1 AMG LINE PREMIUM PLUS Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS',
 'vin': 'WDD2053082F409869',
 'year': 2016}
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520GDV%27 HTTP/1.1" 200 None
2026-03-30 06:20:57 [bca.uk] INFO: Saving data for KO16%20GDV: {'auction_closing_time': 1775037600.0, 'created_time': 1774650487.813131, 'last_price_update_time': 1774851657.170693}
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO16%2520GDV') HTTP/1.1" 204 0
2026-03-30 06:20:57 [bca.uk] INFO: Found listing with ID: GL21%20KZD
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520KZD%27 HTTP/1.1" 200 None
2026-03-30 06:20:57 [bca.uk] INFO: Scrape type for GL21%20KZD: 2
2026-03-30 06:20:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f912d5e3-ad29-50dc-a81b-c810f7ccc15e with identifier: GL21%20KZD
2026-03-30 06:20:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f912d5e3-ad29-50dc-a81b-c810f7ccc15e with scrape type 2
2026-03-30 06:20:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f912d5e3-ad29-50dc-a81b-c810f7ccc15e with scrape type 2
2026-03-30 06:20:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f912d5e3-ad29-50dc-a81b-c810f7ccc15e, identifier: GL21%20KZD
2026-03-30 06:20:57 [bca.uk] INFO: Found listing with ID: CE73%20GHV
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GHV%27 HTTP/1.1" 200 None
2026-03-30 06:20:57 [bca.uk] INFO: Scrape type for CE73%20GHV: 2
2026-03-30 06:20:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83f3aa65-0c66-5ca5-a0d6-b9c741903fba with identifier: CE73%20GHV
2026-03-30 06:20:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83f3aa65-0c66-5ca5-a0d6-b9c741903fba with scrape type 2
2026-03-30 06:20:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83f3aa65-0c66-5ca5-a0d6-b9c741903fba with scrape type 2
2026-03-30 06:20:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83f3aa65-0c66-5ca5-a0d6-b9c741903fba, identifier: CE73%20GHV
2026-03-30 06:20:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91a01c48-4d4c-54b5-8200-606d9e07d170 with identifier: SE19%20UWZ
2026-03-30 06:20:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91a01c48-4d4c-54b5-8200-606d9e07d170 with identifier: SE19%20UWZ
2026-03-30 06:20:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91a01c48-4d4c-54b5-8200-606d9e07d170 with identifier: SE19%20UWZ to the API
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20: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': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE19%20UWZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '91a01c48-4d4c-54b5-8200-606d9e07d170',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE19 UWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE19%20UWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 51723,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D150 2WD Hatchback',
 'transmission': 'manual',
 'trim': 'D150 2WD',
 'vin': 'SADFB2CN2K1Z69369',
 'year': 2019}
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520UWZ%27 HTTP/1.1" 200 None
2026-03-30 06:20:57 [bca.uk] INFO: Saving data for SE19%20UWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773929698.155398, 'last_price_update_time': 1774851657.697881}
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE19%2520UWZ') HTTP/1.1" 204 0
2026-03-30 06:20:57 [bca.uk] INFO: Found listing with ID: ND72%20KBO
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520KBO%27 HTTP/1.1" 200 None
2026-03-30 06:20:57 [bca.uk] INFO: Scrape type for ND72%20KBO: 2
2026-03-30 06:20:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b890fd20-3701-54d4-8363-89cb647f9eec with identifier: ND72%20KBO
2026-03-30 06:20:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b890fd20-3701-54d4-8363-89cb647f9eec with scrape type 2
2026-03-30 06:20:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b890fd20-3701-54d4-8363-89cb647f9eec with scrape type 2
2026-03-30 06:20:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b890fd20-3701-54d4-8363-89cb647f9eec, identifier: ND72%20KBO
2026-03-30 06:20:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99d97c96-5e38-5089-aa1d-595ec160a055 with identifier: KY18%20PZM
2026-03-30 06:20:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99d97c96-5e38-5089-aa1d-595ec160a055 with identifier: KY18%20PZM
2026-03-30 06:20:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99d97c96-5e38-5089-aa1d-595ec160a055 with identifier: KY18%20PZM to the API
2026-03-30 06:20:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY18%20PZM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '99d97c96-5e38-5089-aa1d-595ec160a055',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY18 PZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY18%20PZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '118I',
 'odometer': 72212,
 'odometer_reading_unit': '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 SHADOW ED.STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'M SPORT SHADOW ED.STEP',
 'vin': 'WBA1R52070V880389',
 'year': 2018}
2026-03-30 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY18%2520PZM%27 HTTP/1.1" 200 None
2026-03-30 06:20:58 [bca.uk] INFO: Saving data for KY18%20PZM: {'auction_closing_time': 1775124000.0, 'created_time': 1774622512.086976, 'last_price_update_time': 1774851658.949938}
2026-03-30 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY18%2520PZM') HTTP/1.1" 204 0
2026-03-30 06:20:58 [bca.uk] INFO: Found listing with ID: RJ23%20GUX
2026-03-30 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520GUX%27 HTTP/1.1" 200 None
2026-03-30 06:20:58 [bca.uk] INFO: Scrape type for RJ23%20GUX: 2
2026-03-30 06:20:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 567909c2-4258-5850-8477-6b90f0ab4f41 with identifier: RJ23%20GUX
2026-03-30 06:20:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 567909c2-4258-5850-8477-6b90f0ab4f41 with scrape type 2
2026-03-30 06:20:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 567909c2-4258-5850-8477-6b90f0ab4f41 with scrape type 2
2026-03-30 06:20:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 567909c2-4258-5850-8477-6b90f0ab4f41, identifier: RJ23%20GUX
2026-03-30 06:20:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f912d5e3-ad29-50dc-a81b-c810f7ccc15e with identifier: GL21%20KZD
2026-03-30 06:20:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f912d5e3-ad29-50dc-a81b-c810f7ccc15e with identifier: GL21%20KZD
2026-03-30 06:20:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f912d5e3-ad29-50dc-a81b-c810f7ccc15e with identifier: GL21%20KZD to the API
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL21%20KZD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f912d5e3-ad29-50dc-a81b-c810f7ccc15e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL21 KZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL21%20KZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY CARGO',
 'odometer': 94705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY CARGO 2.0 TDI 102 COMMERCE PLUS Van',
 'transmission': 'manual',
 'trim': 'TDI 102 COMMERCE PLUS',
 'vin': 'WV1ZZZSKZMX043583',
 'year': 2021}
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520KZD%27 HTTP/1.1" 200 None
2026-03-30 06:20:59 [bca.uk] INFO: Saving data for GL21%20KZD: {'auction_closing_time': 1774864800.0, 'created_time': 1774650485.265986, 'last_price_update_time': 1774851659.351428}
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL21%2520KZD') HTTP/1.1" 204 0
2026-03-30 06:20:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83f3aa65-0c66-5ca5-a0d6-b9c741903fba with identifier: CE73%20GHV
2026-03-30 06:20:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83f3aa65-0c66-5ca5-a0d6-b9c741903fba with identifier: CE73%20GHV
2026-03-30 06:20:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83f3aa65-0c66-5ca5-a0d6-b9c741903fba with identifier: CE73%20GHV to the API
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:20:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE73%20GHV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '83f3aa65-0c66-5ca5-a0d6-b9c741903fba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CE73 GHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE73%20GHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 21517,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.5 TSI 150 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 150 LIFE DSG',
 'vin': 'WVGZZZA1ZRV012835',
 'year': 2023}
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GHV%27 HTTP/1.1" 200 None
2026-03-30 06:20:59 [bca.uk] INFO: Saving data for CE73%20GHV: {'auction_closing_time': 1774951200.0, 'created_time': 1774622636.048202, 'last_price_update_time': 1774851659.633073}
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE73%2520GHV') HTTP/1.1" 204 0
2026-03-30 06:20:59 [bca.uk] INFO: Found listing with ID: WV70%20FFN
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520FFN%27 HTTP/1.1" 200 None
2026-03-30 06:20:59 [bca.uk] INFO: Scrape type for WV70%20FFN: 2
2026-03-30 06:20:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f54e32d5-46a2-5084-a2a5-e41c804421a0 with identifier: WV70%20FFN
2026-03-30 06:20:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f54e32d5-46a2-5084-a2a5-e41c804421a0 with scrape type 2
2026-03-30 06:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f54e32d5-46a2-5084-a2a5-e41c804421a0 with scrape type 2
2026-03-30 06:20:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f54e32d5-46a2-5084-a2a5-e41c804421a0, identifier: WV70%20FFN
2026-03-30 06:20:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b890fd20-3701-54d4-8363-89cb647f9eec with identifier: ND72%20KBO
2026-03-30 06:20:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b890fd20-3701-54d4-8363-89cb647f9eec with identifier: ND72%20KBO
2026-03-30 06:20:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b890fd20-3701-54d4-8363-89cb647f9eec with identifier: ND72%20KBO to the API
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:20:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND72%20KBO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b890fd20-3701-54d4-8363-89cb647f9eec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND72 KBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND72%20KBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 8464,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 28 2.0 B/DCI 130 SL BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 SL BUSINESS+',
 'vin': 'VF1FL000369146543',
 'year': 2022}
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520KBO%27 HTTP/1.1" 200 None
2026-03-30 06:21:00 [bca.uk] INFO: Saving data for ND72%20KBO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650396.711008, 'last_price_update_time': 1774851660.030729}
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND72%2520KBO') HTTP/1.1" 204 0
2026-03-30 06:21:00 [bca.uk] INFO: Found listing with ID: KS69%20MFA
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520MFA%27 HTTP/1.1" 200 None
2026-03-30 06:21:00 [bca.uk] INFO: Scrape type for KS69%20MFA: 2
2026-03-30 06:21:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36722383-f35a-5571-ad71-54a9d507fd64 with identifier: KS69%20MFA
2026-03-30 06:21:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36722383-f35a-5571-ad71-54a9d507fd64 with scrape type 2
2026-03-30 06:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36722383-f35a-5571-ad71-54a9d507fd64 with scrape type 2
2026-03-30 06:21:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36722383-f35a-5571-ad71-54a9d507fd64, identifier: KS69%20MFA
2026-03-30 06:21:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 567909c2-4258-5850-8477-6b90f0ab4f41 with identifier: RJ23%20GUX
2026-03-30 06:21:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 567909c2-4258-5850-8477-6b90f0ab4f41 with identifier: RJ23%20GUX
2026-03-30 06:21:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 567909c2-4258-5850-8477-6b90f0ab4f41 with identifier: RJ23%20GUX to the API
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ23%20GUX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '567909c2-4258-5850-8477-6b90f0ab4f41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ23 GUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ23%20GUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 16341,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE (110KC) Hatchback',
 'transmission': 'automatic',
 'trim': '109KW 52KWH LIFE PURE (110KC)',
 'vin': 'WVGZZZE2ZPE029275',
 'year': 2023}
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520GUX%27 HTTP/1.1" 200 None
2026-03-30 06:21:00 [bca.uk] INFO: Saving data for RJ23%20GUX: {'auction_closing_time': 1775124000.0, 'created_time': 1774650490.595888, 'last_price_update_time': 1774851660.459389}
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ23%2520GUX') HTTP/1.1" 204 0
2026-03-30 06:21:00 [bca.uk] INFO: Found listing with ID: KN72%20NCO
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN72%2520NCO%27 HTTP/1.1" 200 None
2026-03-30 06:21:00 [bca.uk] INFO: Scrape type for KN72%20NCO: 2
2026-03-30 06:21:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cb04373-6511-5d6f-9979-6c822452ea3a with identifier: KN72%20NCO
2026-03-30 06:21:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cb04373-6511-5d6f-9979-6c822452ea3a with scrape type 2
2026-03-30 06:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cb04373-6511-5d6f-9979-6c822452ea3a with scrape type 2
2026-03-30 06:21:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cb04373-6511-5d6f-9979-6c822452ea3a, identifier: KN72%20NCO
2026-03-30 06:21:00 [bca.uk] INFO: Found listing with ID: CE73%20GOP
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GOP%27 HTTP/1.1" 200 None
2026-03-30 06:21:00 [bca.uk] INFO: Scrape type for CE73%20GOP: 2
2026-03-30 06:21:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d32c04fd-6c89-5f4b-b34d-fdce08ec3dfb with identifier: CE73%20GOP
2026-03-30 06:21:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d32c04fd-6c89-5f4b-b34d-fdce08ec3dfb with scrape type 2
2026-03-30 06:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d32c04fd-6c89-5f4b-b34d-fdce08ec3dfb with scrape type 2
2026-03-30 06:21:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d32c04fd-6c89-5f4b-b34d-fdce08ec3dfb, identifier: CE73%20GOP
2026-03-30 06:21:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f54e32d5-46a2-5084-a2a5-e41c804421a0 with identifier: WV70%20FFN
2026-03-30 06:21:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f54e32d5-46a2-5084-a2a5-e41c804421a0 with identifier: WV70%20FFN
2026-03-30 06:21:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f54e32d5-46a2-5084-a2a5-e41c804421a0 with identifier: WV70%20FFN to the API
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV70%20FFN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f54e32d5-46a2-5084-a2a5-e41c804421a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV70 FFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV70%20FFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 42181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 95 ST-LINE ED. Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 95 ST-LINE ED.',
 'vin': 'WF0JXXGAHJLR67614',
 'year': 2020}
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520FFN%27 HTTP/1.1" 200 None
2026-03-30 06:21:00 [bca.uk] INFO: Saving data for WV70%20FFN: {'auction_closing_time': 1774864800.0, 'created_time': 1773822077.837994, 'last_price_update_time': 1774851660.976828}
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV70%2520FFN') HTTP/1.1" 204 0
2026-03-30 06:21:00 [bca.uk] INFO: Found listing with ID: VU23%20MWA
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU23%2520MWA%27 HTTP/1.1" 200 None
2026-03-30 06:21:01 [bca.uk] INFO: Scrape type for VU23%20MWA: 2
2026-03-30 06:21:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa065149-3aba-5eca-b173-52ac069cb2c8 with identifier: VU23%20MWA
2026-03-30 06:21:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa065149-3aba-5eca-b173-52ac069cb2c8 with scrape type 2
2026-03-30 06:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa065149-3aba-5eca-b173-52ac069cb2c8 with scrape type 2
2026-03-30 06:21:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa065149-3aba-5eca-b173-52ac069cb2c8, identifier: VU23%20MWA
2026-03-30 06:21:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36722383-f35a-5571-ad71-54a9d507fd64 with identifier: KS69%20MFA
2026-03-30 06:21:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36722383-f35a-5571-ad71-54a9d507fd64 with identifier: KS69%20MFA
2026-03-30 06:21:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36722383-f35a-5571-ad71-54a9d507fd64 with identifier: KS69%20MFA to the API
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS69%20MFA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '36722383-f35a-5571-ad71-54a9d507fd64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS69 MFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS69%20MFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 60284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI TECHNIK',
 'vin': 'WAUZZZGB8LR012063',
 'year': 2019}
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520MFA%27 HTTP/1.1" 200 None
2026-03-30 06:21:01 [bca.uk] INFO: Saving data for KS69%20MFA: {'auction_closing_time': 1775124000.0, 'created_time': 1774650382.931863, 'last_price_update_time': 1774851661.417542}
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS69%2520MFA') HTTP/1.1" 204 0
2026-03-30 06:21:01 [bca.uk] INFO: Found listing with ID: KN70%20PZC
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520PZC%27 HTTP/1.1" 200 None
2026-03-30 06:21:01 [bca.uk] INFO: Scrape type for KN70%20PZC: 2
2026-03-30 06:21:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with identifier: KN70%20PZC
2026-03-30 06:21:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with scrape type 2
2026-03-30 06:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with scrape type 2
2026-03-30 06:21:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbc9a6d8-1f55-5256-9874-fdecd43c51b9, identifier: KN70%20PZC
2026-03-30 06:21:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cb04373-6511-5d6f-9979-6c822452ea3a with identifier: KN72%20NCO
2026-03-30 06:21:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cb04373-6511-5d6f-9979-6c822452ea3a with identifier: KN72%20NCO
2026-03-30 06:21:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cb04373-6511-5d6f-9979-6c822452ea3a with identifier: KN72%20NCO to the API
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN72%20NCO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4cb04373-6511-5d6f-9979-6c822452ea3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN72 NCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN72%20NCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 148306,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 PROGRESSIVE Luton',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 PROGRESSIVE',
 'vin': 'W1V9071352N208963',
 'year': 2022}
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN72%2520NCO%27 HTTP/1.1" 200 None
2026-03-30 06:21:01 [bca.uk] INFO: Saving data for KN72%20NCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774477667.485292, 'last_price_update_time': 1774851661.918735}
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN72%2520NCO') HTTP/1.1" 204 0
2026-03-30 06:21:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d32c04fd-6c89-5f4b-b34d-fdce08ec3dfb with identifier: CE73%20GOP
2026-03-30 06:21:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d32c04fd-6c89-5f4b-b34d-fdce08ec3dfb with identifier: CE73%20GOP
2026-03-30 06:21:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d32c04fd-6c89-5f4b-b34d-fdce08ec3dfb with identifier: CE73%20GOP to the API
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE73%20GOP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd32c04fd-6c89-5f4b-b34d-fdce08ec3dfb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CE73 GOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE73%20GOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 17618,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.5 TSI 150 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 LIFE',
 'vin': 'WVGZZZA1ZPV702872',
 'year': 2023}
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GOP%27 HTTP/1.1" 200 None
2026-03-30 06:21:02 [bca.uk] INFO: Saving data for CE73%20GOP: {'auction_closing_time': 1774951200.0, 'created_time': 1774622643.92884, 'last_price_update_time': 1774851662.221237}
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE73%2520GOP') HTTP/1.1" 204 0
2026-03-30 06:21:02 [bca.uk] INFO: Found listing with ID: DM19%20WMW
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DM19%2520WMW%27 HTTP/1.1" 200 None
2026-03-30 06:21:02 [bca.uk] INFO: Scrape type for DM19%20WMW: 2
2026-03-30 06:21:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 904ece14-679b-544f-a7d1-20e441a9a4aa with identifier: DM19%20WMW
2026-03-30 06:21:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 904ece14-679b-544f-a7d1-20e441a9a4aa with scrape type 2
2026-03-30 06:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 904ece14-679b-544f-a7d1-20e441a9a4aa with scrape type 2
2026-03-30 06:21:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 904ece14-679b-544f-a7d1-20e441a9a4aa, identifier: DM19%20WMW
2026-03-30 06:21:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa065149-3aba-5eca-b173-52ac069cb2c8 with identifier: VU23%20MWA
2026-03-30 06:21:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa065149-3aba-5eca-b173-52ac069cb2c8 with identifier: VU23%20MWA
2026-03-30 06:21:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa065149-3aba-5eca-b173-52ac069cb2c8 with identifier: VU23%20MWA to the API
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU23%20MWA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa065149-3aba-5eca-b173-52ac069cb2c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU23 MWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU23%20MWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY CARGO',
 'odometer': 23790,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY CARGO 2.0 TDI 102 COMMERCE Van',
 'transmission': 'manual',
 'trim': 'TDI 102 COMMERCE',
 'vin': 'WV1ZZZSK5PX054577',
 'year': 2023}
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU23%2520MWA%27 HTTP/1.1" 200 None
2026-03-30 06:21:02 [bca.uk] INFO: Saving data for VU23%20MWA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650388.04171, 'last_price_update_time': 1774851662.620616}
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU23%2520MWA') HTTP/1.1" 204 0
2026-03-30 06:21:02 [bca.uk] INFO: Found listing with ID: FE63%20ZPY
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE63%2520ZPY%27 HTTP/1.1" 200 None
2026-03-30 06:21:02 [bca.uk] INFO: Scrape type for FE63%20ZPY: 2
2026-03-30 06:21:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e277a22d-1cca-5a11-bb09-53747ba61450 with identifier: FE63%20ZPY
2026-03-30 06:21:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e277a22d-1cca-5a11-bb09-53747ba61450 with scrape type 2
2026-03-30 06:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e277a22d-1cca-5a11-bb09-53747ba61450 with scrape type 2
2026-03-30 06:21:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e277a22d-1cca-5a11-bb09-53747ba61450, identifier: FE63%20ZPY
2026-03-30 06:21:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with identifier: KN70%20PZC
2026-03-30 06:21:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with identifier: KN70%20PZC
2026-03-30 06:21:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbc9a6d8-1f55-5256-9874-fdecd43c51b9 with identifier: KN70%20PZC to the API
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN70%20PZC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cbc9a6d8-1f55-5256-9874-fdecd43c51b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN70 PZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN70%20PZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 48966,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.0 AMG LINE PREMIUM PLUS DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'W1K1771122J263780',
 'year': 2020}
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520PZC%27 HTTP/1.1" 200 None
2026-03-30 06:21:03 [bca.uk] INFO: Saving data for KN70%20PZC: {'auction_closing_time': 1775037600.0, 'created_time': 1774650491.349937, 'last_price_update_time': 1774851663.01209}
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN70%2520PZC') HTTP/1.1" 204 0
2026-03-30 06:21:03 [bca.uk] INFO: Found listing with ID: DS72%20EVF
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520EVF%27 HTTP/1.1" 200 None
2026-03-30 06:21:03 [bca.uk] INFO: Scrape type for DS72%20EVF: 2
2026-03-30 06:21:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with identifier: DS72%20EVF
2026-03-30 06:21:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with scrape type 2
2026-03-30 06:21:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with scrape type 2
2026-03-30 06:21:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d9450ff-7e9d-508d-9a22-478ee4b9cd82, identifier: DS72%20EVF
2026-03-30 06:21:03 [bca.uk] INFO: Found listing with ID: HJ73%20NVW
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NVW%27 HTTP/1.1" 200 None
2026-03-30 06:21:03 [bca.uk] INFO: Scrape type for HJ73%20NVW: 2
2026-03-30 06:21:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a422dc91-1ca8-5c30-9787-c624e7fa1760 with identifier: HJ73%20NVW
2026-03-30 06:21:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a422dc91-1ca8-5c30-9787-c624e7fa1760 with scrape type 2
2026-03-30 06:21:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a422dc91-1ca8-5c30-9787-c624e7fa1760 with scrape type 2
2026-03-30 06:21:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a422dc91-1ca8-5c30-9787-c624e7fa1760, identifier: HJ73%20NVW
2026-03-30 06:21:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 904ece14-679b-544f-a7d1-20e441a9a4aa with identifier: DM19%20WMW
2026-03-30 06:21:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 904ece14-679b-544f-a7d1-20e441a9a4aa with identifier: DM19%20WMW
2026-03-30 06:21:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 904ece14-679b-544f-a7d1-20e441a9a4aa with identifier: DM19%20WMW to the API
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DM19%20WMW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '904ece14-679b-544f-a7d1-20e441a9a4aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DM19 WMW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DM19%20WMW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 45303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 T 130 ELITE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ELITE S/S',
 'vin': 'W0V7H9EB7K4186322',
 'year': 2019}
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DM19%2520WMW%27 HTTP/1.1" 200 None
2026-03-30 06:21:03 [bca.uk] INFO: Saving data for DM19%20WMW: {'auction_closing_time': 1774864800.0, 'created_time': 1774650946.698769, 'last_price_update_time': 1774851663.540248}
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DM19%2520WMW') HTTP/1.1" 204 0
2026-03-30 06:21:03 [bca.uk] INFO: Found listing with ID: BK69%20LNC
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK69%2520LNC%27 HTTP/1.1" 200 None
2026-03-30 06:21:03 [bca.uk] INFO: Scrape type for BK69%20LNC: 2
2026-03-30 06:21:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with identifier: BK69%20LNC
2026-03-30 06:21:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with scrape type 2
2026-03-30 06:21:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with scrape type 2
2026-03-30 06:21:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f, identifier: BK69%20LNC
2026-03-30 06:21:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e277a22d-1cca-5a11-bb09-53747ba61450 with identifier: FE63%20ZPY
2026-03-30 06:21:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e277a22d-1cca-5a11-bb09-53747ba61450 with identifier: FE63%20ZPY
2026-03-30 06:21:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e277a22d-1cca-5a11-bb09-53747ba61450 with identifier: FE63%20ZPY to the API
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE63%20ZPY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e277a22d-1cca-5a11-bb09-53747ba61450',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE63 ZPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE63%20ZPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MASERATI',
 'model': 'GHIBLI',
 'odometer': 119348,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MASERATI GHIBLI 3.0 V6 D 275 Saloon',
 'transmission': 'manual',
 'trim': 'V6 D 275',
 'vin': 'ZAMTS57C001080617',
 'year': 2014}
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE63%2520ZPY%27 HTTP/1.1" 200 None
2026-03-30 06:21:03 [bca.uk] INFO: Saving data for FE63%20ZPY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650366.511958, 'last_price_update_time': 1774851663.952155}
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE63%2520ZPY') HTTP/1.1" 204 0
2026-03-30 06:21:03 [bca.uk] INFO: Found listing with ID: NU23%20GUO
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520GUO%27 HTTP/1.1" 200 None
2026-03-30 06:21:03 [bca.uk] INFO: Scrape type for NU23%20GUO: 2
2026-03-30 06:21:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82ab534a-4ed5-538e-a769-1e001af35046 with identifier: NU23%20GUO
2026-03-30 06:21:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82ab534a-4ed5-538e-a769-1e001af35046 with scrape type 2
2026-03-30 06:21:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82ab534a-4ed5-538e-a769-1e001af35046 with scrape type 2
2026-03-30 06:21:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82ab534a-4ed5-538e-a769-1e001af35046, identifier: NU23%20GUO
2026-03-30 06:21:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with identifier: DS72%20EVF
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=skyscraper+grey HTTP/1.1" 200 None
2026-03-30 06:21:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:21:04 [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:21:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with identifier: DS72%20EVF
2026-03-30 06:21:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d9450ff-7e9d-508d-9a22-478ee4b9cd82 with identifier: DS72%20EVF to the API
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS72%20EVF-GB',
 'category': 'Car',
 'color': 'skyscraper grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2d9450ff-7e9d-508d-9a22-478ee4b9cd82',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS72 EVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS72%20EVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '520D',
 'odometer': 62648,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 MHT M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BL0X0WX99892',
 'year': 2022}
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520EVF%27 HTTP/1.1" 200 None
2026-03-30 06:21:04 [bca.uk] INFO: Saving data for DS72%20EVF: {'auction_closing_time': 1775037600.0, 'created_time': 1774564088.183802, 'last_price_update_time': 1774851664.504703}
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520EVF') HTTP/1.1" 204 0
2026-03-30 06:21:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a422dc91-1ca8-5c30-9787-c624e7fa1760 with identifier: HJ73%20NVW
2026-03-30 06:21:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a422dc91-1ca8-5c30-9787-c624e7fa1760 with identifier: HJ73%20NVW
2026-03-30 06:21:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a422dc91-1ca8-5c30-9787-c624e7fa1760 with identifier: HJ73%20NVW to the API
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ73%20NVW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a422dc91-1ca8-5c30-9787-c624e7fa1760',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HJ73 NVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ73%20NVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 25755,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A5 SPORTBACK 2.0 35 TFSI SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI SPORT S-T',
 'vin': 'WAUZZZF57PA068043',
 'year': 2023}
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NVW%27 HTTP/1.1" 200 None
2026-03-30 06:21:04 [bca.uk] INFO: Saving data for HJ73%20NVW: {'auction_closing_time': 1774951200.0, 'created_time': 1774622637.892765, 'last_price_update_time': 1774851664.818102}
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ73%2520NVW') HTTP/1.1" 204 0
2026-03-30 06:21:04 [bca.uk] INFO: Found listing with ID: FG19%20NUY
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520NUY%27 HTTP/1.1" 200 None
2026-03-30 06:21:04 [bca.uk] INFO: Scrape type for FG19%20NUY: 2
2026-03-30 06:21:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bb5f1a2-9e57-590e-9641-4178d5353098 with identifier: FG19%20NUY
2026-03-30 06:21:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bb5f1a2-9e57-590e-9641-4178d5353098 with scrape type 2
2026-03-30 06:21:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bb5f1a2-9e57-590e-9641-4178d5353098 with scrape type 2
2026-03-30 06:21:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bb5f1a2-9e57-590e-9641-4178d5353098, identifier: FG19%20NUY
2026-03-30 06:21:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with identifier: BK69%20LNC
2026-03-30 06:21:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with identifier: BK69%20LNC
2026-03-30 06:21:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f with identifier: BK69%20LNC to the API
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK69%20LNC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb892d69-9d1c-5ee3-9c0b-9d9d9e38391f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK69 LNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK69%20LNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.7T',
 'odometer': 92996,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.7T 1.6 CDTI 95 SWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 95 SWB',
 'vin': 'W0VF7F60XKV644990',
 'year': 2019}
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK69%2520LNC%27 HTTP/1.1" 200 None
2026-03-30 06:21:05 [bca.uk] INFO: Saving data for BK69%20LNC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650376.191681, 'last_price_update_time': 1774851665.33372}
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK69%2520LNC') HTTP/1.1" 204 0
2026-03-30 06:21:05 [bca.uk] INFO: Found listing with ID: CA19%20DFF
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520DFF%27 HTTP/1.1" 200 None
2026-03-30 06:21:05 [bca.uk] INFO: Scrape type for CA19%20DFF: 2
2026-03-30 06:21:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 366454d7-8396-5eed-8e60-5297ebb27e29 with identifier: CA19%20DFF
2026-03-30 06:21:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 366454d7-8396-5eed-8e60-5297ebb27e29 with scrape type 2
2026-03-30 06:21:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 366454d7-8396-5eed-8e60-5297ebb27e29 with scrape type 2
2026-03-30 06:21:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 366454d7-8396-5eed-8e60-5297ebb27e29, identifier: CA19%20DFF
2026-03-30 06:21:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82ab534a-4ed5-538e-a769-1e001af35046 with identifier: NU23%20GUO
2026-03-30 06:21:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82ab534a-4ed5-538e-a769-1e001af35046 with identifier: NU23%20GUO
2026-03-30 06:21:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82ab534a-4ed5-538e-a769-1e001af35046 with identifier: NU23%20GUO to the API
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU23%20GUO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82ab534a-4ed5-538e-a769-1e001af35046',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NU23 GUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU23%20GUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 20608,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC000086674',
 'year': 2023}
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520GUO%27 HTTP/1.1" 200 None
2026-03-30 06:21:05 [bca.uk] INFO: Saving data for NU23%20GUO: {'auction_closing_time': 1775556000.0, 'created_time': 1774650490.965419, 'last_price_update_time': 1774851665.7315}
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU23%2520GUO') HTTP/1.1" 204 0
2026-03-30 06:21:05 [bca.uk] INFO: Found listing with ID: FX23%20HMV
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520HMV%27 HTTP/1.1" 200 None
2026-03-30 06:21:05 [bca.uk] INFO: Scrape type for FX23%20HMV: 2
2026-03-30 06:21:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with identifier: FX23%20HMV
2026-03-30 06:21:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with scrape type 2
2026-03-30 06:21:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with scrape type 2
2026-03-30 06:21:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb8cd6df-d76d-5df5-9da6-8556caa3cf71, identifier: FX23%20HMV
2026-03-30 06:21:05 [bca.uk] INFO: Found listing with ID: ML71%20YJE
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML71%2520YJE%27 HTTP/1.1" 200 None
2026-03-30 06:21:05 [bca.uk] INFO: Scrape type for ML71%20YJE: 2
2026-03-30 06:21:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0394a771-2a24-5e4e-8170-da5f84ca986d with identifier: ML71%20YJE
2026-03-30 06:21:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0394a771-2a24-5e4e-8170-da5f84ca986d with scrape type 2
2026-03-30 06:21:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0394a771-2a24-5e4e-8170-da5f84ca986d with scrape type 2
2026-03-30 06:21:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0394a771-2a24-5e4e-8170-da5f84ca986d, identifier: ML71%20YJE
2026-03-30 06:21:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bb5f1a2-9e57-590e-9641-4178d5353098 with identifier: FG19%20NUY
2026-03-30 06:21:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bb5f1a2-9e57-590e-9641-4178d5353098 with identifier: FG19%20NUY
2026-03-30 06:21:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bb5f1a2-9e57-590e-9641-4178d5353098 with identifier: FG19%20NUY to the API
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=45&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG19%20NUY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5bb5f1a2-9e57-590e-9641-4178d5353098',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG19 NUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG19%20NUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 67136,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 BMT 2WD R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT 2WD R LINE DSG',
 'vin': 'WVGZZZ5NZKW886805',
 'year': 2019}
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520NUY%27 HTTP/1.1" 200 None
2026-03-30 06:21:06 [bca.uk] INFO: Saving data for FG19%20NUY: {'auction_closing_time': 1774864800.0, 'created_time': 1774650933.115653, 'last_price_update_time': 1774851666.291369}
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG19%2520NUY') HTTP/1.1" 204 0
2026-03-30 06:21:06 [bca.uk] INFO: Found listing with ID: BN71%20RNU
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN71%2520RNU%27 HTTP/1.1" 200 None
2026-03-30 06:21:06 [bca.uk] INFO: Scrape type for BN71%20RNU: 2
2026-03-30 06:21:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5aa76aa6-e183-5d30-bab1-c1523721415c with identifier: BN71%20RNU
2026-03-30 06:21:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5aa76aa6-e183-5d30-bab1-c1523721415c with scrape type 2
2026-03-30 06:21:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5aa76aa6-e183-5d30-bab1-c1523721415c with scrape type 2
2026-03-30 06:21:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5aa76aa6-e183-5d30-bab1-c1523721415c, identifier: BN71%20RNU
2026-03-30 06:21:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 366454d7-8396-5eed-8e60-5297ebb27e29 with identifier: CA19%20DFF
2026-03-30 06:21:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 366454d7-8396-5eed-8e60-5297ebb27e29 with identifier: CA19%20DFF
2026-03-30 06:21:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 366454d7-8396-5eed-8e60-5297ebb27e29 with identifier: CA19%20DFF to the API
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA19%20DFF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '366454d7-8396-5eed-8e60-5297ebb27e29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA19 DFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA19%20DFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 78989,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.3 TCE 140 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 140 ICONIC',
 'vin': 'VF1RFE00562809606',
 'year': 2019}
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520DFF%27 HTTP/1.1" 200 None
2026-03-30 06:21:06 [bca.uk] INFO: Saving data for CA19%20DFF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650362.218826, 'last_price_update_time': 1774851666.781961}
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA19%2520DFF') HTTP/1.1" 204 0
2026-03-30 06:21:06 [bca.uk] INFO: Found listing with ID: BC16%20UGG
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC16%2520UGG%27 HTTP/1.1" 200 None
2026-03-30 06:21:06 [bca.uk] INFO: Scrape type for BC16%20UGG: 2
2026-03-30 06:21:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0df01c9-59e2-5962-8fc2-f6cd6adc961f with identifier: BC16%20UGG
2026-03-30 06:21:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0df01c9-59e2-5962-8fc2-f6cd6adc961f with scrape type 2
2026-03-30 06:21:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0df01c9-59e2-5962-8fc2-f6cd6adc961f with scrape type 2
2026-03-30 06:21:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0df01c9-59e2-5962-8fc2-f6cd6adc961f, identifier: BC16%20UGG
2026-03-30 06:21:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with identifier: FX23%20HMV
2026-03-30 06:21:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with identifier: FX23%20HMV
2026-03-30 06:21:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb8cd6df-d76d-5df5-9da6-8556caa3cf71 with identifier: FX23%20HMV to the API
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 217,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX23%20HMV-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb8cd6df-d76d-5df5-9da6-8556caa3cf71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FX23 HMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX23%20HMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 72940,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 MHT XDRIVE 40I M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'MHT XDRIVE 40I M SPORT',
 'vin': 'WBACR620209N29882',
 'year': 2023}
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520HMV%27 HTTP/1.1" 200 None
2026-03-30 06:21:07 [bca.uk] INFO: Saving data for FX23%20HMV: {'auction_closing_time': 1775037600.0, 'created_time': 1774564069.40427, 'last_price_update_time': 1774851667.18509}
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX23%2520HMV') HTTP/1.1" 204 0
2026-03-30 06:21:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0394a771-2a24-5e4e-8170-da5f84ca986d with identifier: ML71%20YJE
2026-03-30 06:21:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0394a771-2a24-5e4e-8170-da5f84ca986d with identifier: ML71%20YJE
2026-03-30 06:21:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0394a771-2a24-5e4e-8170-da5f84ca986d with identifier: ML71%20YJE to the API
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML71%20YJE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0394a771-2a24-5e4e-8170-da5f84ca986d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML71 YJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML71%20YJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 104090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3USHNSSMJ842941',
 'year': 2021}
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML71%2520YJE%27 HTTP/1.1" 200 None
2026-03-30 06:21:07 [bca.uk] INFO: Saving data for ML71%20YJE: {'auction_closing_time': 1774951200.0, 'created_time': 1773933481.764505, 'last_price_update_time': 1774851667.468624}
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML71%2520YJE') HTTP/1.1" 204 0
2026-03-30 06:21:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5aa76aa6-e183-5d30-bab1-c1523721415c with identifier: BN71%20RNU
2026-03-30 06:21:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5aa76aa6-e183-5d30-bab1-c1523721415c with identifier: BN71%20RNU
2026-03-30 06:21:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5aa76aa6-e183-5d30-bab1-c1523721415c with identifier: BN71%20RNU to the API
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN71%20RNU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5aa76aa6-e183-5d30-bab1-c1523721415c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN71 RNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN71%20RNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L1',
 'odometer': 121306,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO CARGO L1 1.5 TURBO D 100 2000 EDITION Van',
 'transmission': 'manual',
 'trim': 'TURBO D 100 2000 EDITION',
 'vin': 'W0VEFYHYCMJ839291',
 'year': 2021}
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN71%2520RNU%27 HTTP/1.1" 200 None
2026-03-30 06:21:07 [bca.uk] INFO: Saving data for BN71%20RNU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650384.197271, 'last_price_update_time': 1774851667.764527}
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN71%2520RNU') HTTP/1.1" 204 0
2026-03-30 06:21:07 [bca.uk] INFO: Found listing with ID: RE11%20OMV
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE11%2520OMV%27 HTTP/1.1" 200 None
2026-03-30 06:21:07 [bca.uk] INFO: Scrape type for RE11%20OMV: 2
2026-03-30 06:21:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdc26b86-5888-593f-a4a6-0f5cd93a3934 with identifier: RE11%20OMV
2026-03-30 06:21:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdc26b86-5888-593f-a4a6-0f5cd93a3934 with scrape type 2
2026-03-30 06:21:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdc26b86-5888-593f-a4a6-0f5cd93a3934 with scrape type 2
2026-03-30 06:21:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdc26b86-5888-593f-a4a6-0f5cd93a3934, identifier: RE11%20OMV
2026-03-30 06:21:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0df01c9-59e2-5962-8fc2-f6cd6adc961f with identifier: BC16%20UGG
2026-03-30 06:21:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0df01c9-59e2-5962-8fc2-f6cd6adc961f with identifier: BC16%20UGG
2026-03-30 06:21:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0df01c9-59e2-5962-8fc2-f6cd6adc961f with identifier: BC16%20UGG to the API
2026-03-30 06:21:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC16%20UGG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd0df01c9-59e2-5962-8fc2-f6cd6adc961f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC16 UGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC16%20UGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 82189,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A6 AVANT 3.0 TDI 218 SE S-T Estate',
 'transmission': 'automatic',
 'trim': 'TDI 218 SE S-T',
 'vin': 'WAUZZZF48GA092780',
 'year': 2016}
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC16%2520UGG%27 HTTP/1.1" 200 None
2026-03-30 06:21:08 [bca.uk] INFO: Saving data for BC16%20UGG: {'auction_closing_time': 1775037600.0, 'created_time': 1774650471.528284, 'last_price_update_time': 1774851668.186037}
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC16%2520UGG') HTTP/1.1" 204 0
2026-03-30 06:21:08 [bca.uk] INFO: Found listing with ID: MA21%20TMO
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520TMO%27 HTTP/1.1" 200 None
2026-03-30 06:21:08 [bca.uk] INFO: Scrape type for MA21%20TMO: 2
2026-03-30 06:21:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with identifier: MA21%20TMO
2026-03-30 06:21:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with scrape type 2
2026-03-30 06:21:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with scrape type 2
2026-03-30 06:21:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2f2483a-b80a-5206-ad63-6b0b9d033ba5, identifier: MA21%20TMO
2026-03-30 06:21:08 [bca.uk] INFO: Found listing with ID: RK22%20OAE
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520OAE%27 HTTP/1.1" 200 None
2026-03-30 06:21:08 [bca.uk] INFO: Scrape type for RK22%20OAE: 2
2026-03-30 06:21:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5269d10d-a4b3-5a82-9eaa-86872d228825 with identifier: RK22%20OAE
2026-03-30 06:21:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5269d10d-a4b3-5a82-9eaa-86872d228825 with scrape type 2
2026-03-30 06:21:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5269d10d-a4b3-5a82-9eaa-86872d228825 with scrape type 2
2026-03-30 06:21:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5269d10d-a4b3-5a82-9eaa-86872d228825, identifier: RK22%20OAE
2026-03-30 06:21:08 [bca.uk] INFO: Found listing with ID: LG72%20RHE
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RHE%27 HTTP/1.1" 200 None
2026-03-30 06:21:08 [bca.uk] INFO: Scrape type for LG72%20RHE: 2
2026-03-30 06:21:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d74686e8-6f8d-5c7e-8a13-f611ab81315b with identifier: LG72%20RHE
2026-03-30 06:21:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d74686e8-6f8d-5c7e-8a13-f611ab81315b with scrape type 2
2026-03-30 06:21:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d74686e8-6f8d-5c7e-8a13-f611ab81315b with scrape type 2
2026-03-30 06:21:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d74686e8-6f8d-5c7e-8a13-f611ab81315b, identifier: LG72%20RHE
2026-03-30 06:21:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdc26b86-5888-593f-a4a6-0f5cd93a3934 with identifier: RE11%20OMV
2026-03-30 06:21:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdc26b86-5888-593f-a4a6-0f5cd93a3934 with identifier: RE11%20OMV
2026-03-30 06:21:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdc26b86-5888-593f-a4a6-0f5cd93a3934 with identifier: RE11%20OMV to the API
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE11%20OMV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fdc26b86-5888-593f-a4a6-0f5cd93a3934',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE11 OMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE11%20OMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 74054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 16V BIZU Hatchback',
 'transmission': 'manual',
 'trim': '16V BIZU',
 'vin': 'VF1CR1S0H44881216',
 'year': 2011}
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE11%2520OMV%27 HTTP/1.1" 200 None
2026-03-30 06:21:08 [bca.uk] INFO: Saving data for RE11%20OMV: {'auction_closing_time': 1775124000.0, 'created_time': 1774650340.266718, 'last_price_update_time': 1774851668.830139}
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE11%2520OMV') HTTP/1.1" 204 0
2026-03-30 06:21:08 [bca.uk] INFO: Found listing with ID: RE73%20KLP
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE73%2520KLP%27 HTTP/1.1" 200 None
2026-03-30 06:21:08 [bca.uk] INFO: Scrape type for RE73%20KLP: 2
2026-03-30 06:21:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with identifier: RE73%20KLP
2026-03-30 06:21:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with scrape type 2
2026-03-30 06:21:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with scrape type 2
2026-03-30 06:21:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e871b48b-c6a1-54c7-bdce-b18ea82e87e7, identifier: RE73%20KLP
2026-03-30 06:21:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with identifier: MA21%20TMO
2026-03-30 06:21:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with identifier: MA21%20TMO
2026-03-30 06:21:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2f2483a-b80a-5206-ad63-6b0b9d033ba5 with identifier: MA21%20TMO to the API
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 39,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA21%20TMO-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e2f2483a-b80a-5206-ad63-6b0b9d033ba5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA21 TMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA21%20TMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 41743,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X2 1.5 XDRIVE 25E SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E SPORT',
 'vin': 'WBAYN920205T18157',
 'year': 2021}
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520TMO%27 HTTP/1.1" 200 None
2026-03-30 06:21:09 [bca.uk] INFO: Saving data for MA21%20TMO: {'auction_closing_time': 1775037600.0, 'created_time': 1774564071.816267, 'last_price_update_time': 1774851669.232997}
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA21%2520TMO') HTTP/1.1" 204 0
2026-03-30 06:21:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5269d10d-a4b3-5a82-9eaa-86872d228825 with identifier: RK22%20OAE
2026-03-30 06:21:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5269d10d-a4b3-5a82-9eaa-86872d228825 with identifier: RK22%20OAE
2026-03-30 06:21:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5269d10d-a4b3-5a82-9eaa-86872d228825 with identifier: RK22%20OAE to the API
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK22%20OAE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5269d10d-a4b3-5a82-9eaa-86872d228825',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK22 OAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK22%20OAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 44737,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.8 VVT-I HYBRID DESIGN Saloon',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID DESIGN',
 'vin': 'NMTBZ3BEX0R111336',
 'year': 2022}
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520OAE%27 HTTP/1.1" 200 None
2026-03-30 06:21:09 [bca.uk] INFO: Saving data for RK22%20OAE: {'auction_closing_time': 1774951200.0, 'created_time': 1774622632.854715, 'last_price_update_time': 1774851669.529068}
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK22%2520OAE') HTTP/1.1" 204 0
2026-03-30 06:21:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d74686e8-6f8d-5c7e-8a13-f611ab81315b with identifier: LG72%20RHE
2026-03-30 06:21:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d74686e8-6f8d-5c7e-8a13-f611ab81315b with identifier: LG72%20RHE
2026-03-30 06:21:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d74686e8-6f8d-5c7e-8a13-f611ab81315b with identifier: LG72%20RHE to the API
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG72%20RHE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd74686e8-6f8d-5c7e-8a13-f611ab81315b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG72 RHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG72%20RHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 85993,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNU65253',
 'year': 2022}
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RHE%27 HTTP/1.1" 200 None
2026-03-30 06:21:09 [bca.uk] INFO: Saving data for LG72%20RHE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650377.510062, 'last_price_update_time': 1774851669.843096}
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG72%2520RHE') HTTP/1.1" 204 0
2026-03-30 06:21:09 [bca.uk] INFO: Found listing with ID: PE69%20MDF
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE69%2520MDF%27 HTTP/1.1" 200 None
2026-03-30 06:21:09 [bca.uk] INFO: Scrape type for PE69%20MDF: 2
2026-03-30 06:21:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dd1bd55-b261-519b-967e-965f6a4a2a1b with identifier: PE69%20MDF
2026-03-30 06:21:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dd1bd55-b261-519b-967e-965f6a4a2a1b with scrape type 2
2026-03-30 06:21:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dd1bd55-b261-519b-967e-965f6a4a2a1b with scrape type 2
2026-03-30 06:21:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dd1bd55-b261-519b-967e-965f6a4a2a1b, identifier: PE69%20MDF
2026-03-30 06:21:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with identifier: RE73%20KLP
2026-03-30 06:21:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with identifier: RE73%20KLP
2026-03-30 06:21:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e871b48b-c6a1-54c7-bdce-b18ea82e87e7 with identifier: RE73%20KLP to the API
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE73%20KLP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e871b48b-c6a1-54c7-bdce-b18ea82e87e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE73 KLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE73%20KLP&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 33213,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH PRO Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH PRO',
 'vin': 'WVWZZZE1XPP513468',
 'year': 2023}
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE73%2520KLP%27 HTTP/1.1" 200 None
2026-03-30 06:21:10 [bca.uk] INFO: Saving data for RE73%20KLP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650478.379942, 'last_price_update_time': 1774851670.257782}
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE73%2520KLP') HTTP/1.1" 204 0
2026-03-30 06:21:10 [bca.uk] INFO: Found listing with ID: YF18%20FBZ
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520FBZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:10 [bca.uk] INFO: Scrape type for YF18%20FBZ: 2
2026-03-30 06:21:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79b98c23-293f-5dcd-b2d0-70935bc91676 with identifier: YF18%20FBZ
2026-03-30 06:21:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79b98c23-293f-5dcd-b2d0-70935bc91676 with scrape type 2
2026-03-30 06:21:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79b98c23-293f-5dcd-b2d0-70935bc91676 with scrape type 2
2026-03-30 06:21:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79b98c23-293f-5dcd-b2d0-70935bc91676, identifier: YF18%20FBZ
2026-03-30 06:21:10 [bca.uk] INFO: Found listing with ID: RX25%20CHZ
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520CHZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:10 [bca.uk] INFO: Scrape type for RX25%20CHZ: 2
2026-03-30 06:21:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4b7c03d-2748-5289-a723-508fbbb6c301 with identifier: RX25%20CHZ
2026-03-30 06:21:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4b7c03d-2748-5289-a723-508fbbb6c301 with scrape type 2
2026-03-30 06:21:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4b7c03d-2748-5289-a723-508fbbb6c301 with scrape type 2
2026-03-30 06:21:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4b7c03d-2748-5289-a723-508fbbb6c301, identifier: RX25%20CHZ
2026-03-30 06:21:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:21:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:21:10 [bca.uk] INFO: Found listing with ID: MT70%20KMU
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520KMU%27 HTTP/1.1" 200 None
2026-03-30 06:21:10 [bca.uk] INFO: Scrape type for MT70%20KMU: 2
2026-03-30 06:21:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e6d575a-ee95-5dda-a87b-f01811bff912 with identifier: MT70%20KMU
2026-03-30 06:21:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6d575a-ee95-5dda-a87b-f01811bff912 with scrape type 2
2026-03-30 06:21:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e6d575a-ee95-5dda-a87b-f01811bff912 with scrape type 2
2026-03-30 06:21:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e6d575a-ee95-5dda-a87b-f01811bff912, identifier: MT70%20KMU
2026-03-30 06:21:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dd1bd55-b261-519b-967e-965f6a4a2a1b with identifier: PE69%20MDF
2026-03-30 06:21:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dd1bd55-b261-519b-967e-965f6a4a2a1b with identifier: PE69%20MDF
2026-03-30 06:21:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4dd1bd55-b261-519b-967e-965f6a4a2a1b with identifier: PE69%20MDF to the API
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE69%20MDF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4dd1bd55-b261-519b-967e-965f6a4a2a1b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE69 MDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE69%20MDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 57230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D150 4WD S Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 4WD S',
 'vin': 'SALZA2AN9LH037430',
 'year': 2019}
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE69%2520MDF%27 HTTP/1.1" 200 None
2026-03-30 06:21:10 [bca.uk] INFO: Saving data for PE69%20MDF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650337.088414, 'last_price_update_time': 1774851670.910965}
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE69%2520MDF') HTTP/1.1" 204 0
2026-03-30 06:21:11 [bca.uk] INFO: Found listing with ID: AO67%20ZWF
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO67%2520ZWF%27 HTTP/1.1" 200 None
2026-03-30 06:21:11 [bca.uk] INFO: Scrape type for AO67%20ZWF: 0
2026-03-30 06:21:11 [bca.uk] INFO: Found listing with ID: YP72%20BDO
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520BDO%27 HTTP/1.1" 200 None
2026-03-30 06:21:11 [bca.uk] INFO: Scrape type for YP72%20BDO: 2
2026-03-30 06:21:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8e9b1b1-331f-551a-9d48-aaed2ff358ae with identifier: YP72%20BDO
2026-03-30 06:21:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e9b1b1-331f-551a-9d48-aaed2ff358ae with scrape type 2
2026-03-30 06:21:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8e9b1b1-331f-551a-9d48-aaed2ff358ae with scrape type 2
2026-03-30 06:21:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8e9b1b1-331f-551a-9d48-aaed2ff358ae, identifier: YP72%20BDO
2026-03-30 06:21:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79b98c23-293f-5dcd-b2d0-70935bc91676 with identifier: YF18%20FBZ
2026-03-30 06:21:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79b98c23-293f-5dcd-b2d0-70935bc91676 with identifier: YF18%20FBZ
2026-03-30 06:21:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79b98c23-293f-5dcd-b2d0-70935bc91676 with identifier: YF18%20FBZ to the API
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF18%20FBZ-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '79b98c23-293f-5dcd-b2d0-70935bc91676',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF18 FBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF18%20FBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'X6',
 'odometer': 98525,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X6 3.0 XDRIVE 30D M SPORT ED.STEP Coupe',
 'transmission': 'manual',
 'trim': 'XDRIVE 30D M SPORT ED.STEP',
 'vin': 'WBAKV220000Z96688',
 'year': 2018}
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520FBZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:11 [bca.uk] INFO: Saving data for YF18%20FBZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774564101.74479, 'last_price_update_time': 1774851671.46332}
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF18%2520FBZ') HTTP/1.1" 204 0
2026-03-30 06:21:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4b7c03d-2748-5289-a723-508fbbb6c301 with identifier: RX25%20CHZ
2026-03-30 06:21:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4b7c03d-2748-5289-a723-508fbbb6c301 with identifier: RX25%20CHZ
2026-03-30 06:21:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4b7c03d-2748-5289-a723-508fbbb6c301 with identifier: RX25%20CHZ to the API
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 37,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX25%20CHZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f4b7c03d-2748-5289-a723-508fbbb6c301',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX25 CHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX25%20CHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 11,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.5 PHEV 232 320 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'PHEV 232 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA5HSM15845',
 'year': 2025}
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520CHZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:11 [bca.uk] INFO: Saving data for RX25%20CHZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773821476.157182, 'last_price_update_time': 1774851671.792446}
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX25%2520CHZ') HTTP/1.1" 204 0
2026-03-30 06:21:11 [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:21:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e6d575a-ee95-5dda-a87b-f01811bff912 with identifier: MT70%20KMU
2026-03-30 06:21:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e6d575a-ee95-5dda-a87b-f01811bff912 with identifier: MT70%20KMU
2026-03-30 06:21:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e6d575a-ee95-5dda-a87b-f01811bff912 with identifier: MT70%20KMU to the API
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT70%20KMU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0e6d575a-ee95-5dda-a87b-f01811bff912',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT70 KMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT70%20KMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 289279,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 150 LWB S/L DSG PanelVan',
 'transmission': 'automatic',
 'trim': 'TDI 150 LWB S/L DSG',
 'vin': 'WV1ZZZ7HZMH020302',
 'year': 2021}
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520KMU%27 HTTP/1.1" 200 None
2026-03-30 06:21:12 [bca.uk] INFO: Saving data for MT70%20KMU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650376.926842, 'last_price_update_time': 1774851672.10106}
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT70%2520KMU') HTTP/1.1" 204 0
2026-03-30 06:21:12 [bca.uk] INFO: Found listing with ID: YD16%20DDP
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520DDP%27 HTTP/1.1" 200 None
2026-03-30 06:21:12 [bca.uk] INFO: Scrape type for YD16%20DDP: 2
2026-03-30 06:21:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c38b53a-b2d6-5d73-9881-128783997e56 with identifier: YD16%20DDP
2026-03-30 06:21:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c38b53a-b2d6-5d73-9881-128783997e56 with scrape type 2
2026-03-30 06:21:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c38b53a-b2d6-5d73-9881-128783997e56 with scrape type 2
2026-03-30 06:21:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c38b53a-b2d6-5d73-9881-128783997e56, identifier: YD16%20DDP
2026-03-30 06:21:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8e9b1b1-331f-551a-9d48-aaed2ff358ae with identifier: YP72%20BDO
2026-03-30 06:21:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8e9b1b1-331f-551a-9d48-aaed2ff358ae with identifier: YP72%20BDO
2026-03-30 06:21:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8e9b1b1-331f-551a-9d48-aaed2ff358ae with identifier: YP72%20BDO to the API
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP72%20BDO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e8e9b1b1-331f-551a-9d48-aaed2ff358ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP72 BDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP72%20BDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MAZDA',
 'model': 'MX-30 E',
 'odometer': 9553,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-30 E 107KW 35.5KWH GT SPORT TECH Hatchback',
 'transmission': 'automatic',
 'trim': '107KW 35.5KWH GT SPORT TECH',
 'vin': 'JMZDR1WBJ00203163',
 'year': 2023}
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520BDO%27 HTTP/1.1" 200 None
2026-03-30 06:21:12 [bca.uk] INFO: Saving data for YP72%20BDO: {'auction_closing_time': 1775124000.0, 'created_time': 1774650485.911975, 'last_price_update_time': 1774851672.525079}
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP72%2520BDO') HTTP/1.1" 204 0
2026-03-30 06:21:12 [bca.uk] INFO: Found listing with ID: YM74%20KKV
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KKV%27 HTTP/1.1" 200 None
2026-03-30 06:21:12 [bca.uk] INFO: Scrape type for YM74%20KKV: 2
2026-03-30 06:21:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with identifier: YM74%20KKV
2026-03-30 06:21:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with scrape type 2
2026-03-30 06:21:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with scrape type 2
2026-03-30 06:21:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97, identifier: YM74%20KKV
2026-03-30 06:21:12 [bca.uk] INFO: Found listing with ID: RX25%20CHV
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520CHV%27 HTTP/1.1" 200 None
2026-03-30 06:21:12 [bca.uk] INFO: Scrape type for RX25%20CHV: 2
2026-03-30 06:21:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8230dd06-6b9b-5286-a046-b5b35a2debf7 with identifier: RX25%20CHV
2026-03-30 06:21:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8230dd06-6b9b-5286-a046-b5b35a2debf7 with scrape type 2
2026-03-30 06:21:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8230dd06-6b9b-5286-a046-b5b35a2debf7 with scrape type 2
2026-03-30 06:21:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8230dd06-6b9b-5286-a046-b5b35a2debf7, identifier: RX25%20CHV
2026-03-30 06:21:12 [bca.uk] INFO: Found listing with ID: NA69%20VOU
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520VOU%27 HTTP/1.1" 200 None
2026-03-30 06:21:12 [bca.uk] INFO: Scrape type for NA69%20VOU: 2
2026-03-30 06:21:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0701280-4830-5da2-b05b-f80bf5acc31e with identifier: NA69%20VOU
2026-03-30 06:21:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0701280-4830-5da2-b05b-f80bf5acc31e with scrape type 2
2026-03-30 06:21:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0701280-4830-5da2-b05b-f80bf5acc31e with scrape type 2
2026-03-30 06:21:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0701280-4830-5da2-b05b-f80bf5acc31e, identifier: NA69%20VOU
2026-03-30 06:21:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c38b53a-b2d6-5d73-9881-128783997e56 with identifier: YD16%20DDP
2026-03-30 06:21:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c38b53a-b2d6-5d73-9881-128783997e56 with identifier: YD16%20DDP
2026-03-30 06:21:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c38b53a-b2d6-5d73-9881-128783997e56 with identifier: YD16%20DDP to the API
2026-03-30 06:21:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD16%20DDP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9c38b53a-b2d6-5d73-9881-128783997e56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD16 DDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD16%20DDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'IBIZA SC',
 'odometer': 66659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA SC 1.0 ECO TSI 110 FR DSG Coupe',
 'transmission': 'automatic',
 'trim': 'ECO TSI 110 FR DSG',
 'vin': 'VSSZZZ6JZHR011369',
 'year': 2016}
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520DDP%27 HTTP/1.1" 200 None
2026-03-30 06:21:13 [bca.uk] INFO: Saving data for YD16%20DDP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650339.086038, 'last_price_update_time': 1774851673.220038}
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD16%2520DDP') HTTP/1.1" 204 0
2026-03-30 06:21:13 [bca.uk] INFO: Found listing with ID: NJ23%20MVD
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520MVD%27 HTTP/1.1" 200 None
2026-03-30 06:21:13 [bca.uk] INFO: Scrape type for NJ23%20MVD: 2
2026-03-30 06:21:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with identifier: NJ23%20MVD
2026-03-30 06:21:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with scrape type 2
2026-03-30 06:21:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with scrape type 2
2026-03-30 06:21:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3b7a277-6668-5f8d-a32c-5f8ea4a19167, identifier: NJ23%20MVD
2026-03-30 06:21:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with identifier: YM74%20KKV
2026-03-30 06:21:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with identifier: YM74%20KKV
2026-03-30 06:21:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e71dc4c-160c-5e66-85d5-d1b6c75c9a97 with identifier: YM74%20KKV to the API
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4e71dc4c-160c-5e66-85d5-d1b6c75c9a97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM74 KKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 6054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'manual',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMRE66734',
 'year': 2024}
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KKV%27 HTTP/1.1" 200 None
2026-03-30 06:21:13 [bca.uk] INFO: Saving data for YM74%20KKV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650471.120681, 'last_price_update_time': 1774851673.623328}
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KKV') HTTP/1.1" 204 0
2026-03-30 06:21:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8230dd06-6b9b-5286-a046-b5b35a2debf7 with identifier: RX25%20CHV
2026-03-30 06:21:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8230dd06-6b9b-5286-a046-b5b35a2debf7 with identifier: RX25%20CHV
2026-03-30 06:21:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8230dd06-6b9b-5286-a046-b5b35a2debf7 with identifier: RX25%20CHV to the API
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 37,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX25%20CHV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8230dd06-6b9b-5286-a046-b5b35a2debf7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX25 CHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX25%20CHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 10,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.5 PHEV 232 320 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'PHEV 232 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA3HSM15844',
 'year': 2025}
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520CHV%27 HTTP/1.1" 200 None
2026-03-30 06:21:13 [bca.uk] INFO: Saving data for RX25%20CHV: {'auction_closing_time': 1774951200.0, 'created_time': 1773821476.543604, 'last_price_update_time': 1774851673.918361}
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX25%2520CHV') HTTP/1.1" 204 0
2026-03-30 06:21:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0701280-4830-5da2-b05b-f80bf5acc31e with identifier: NA69%20VOU
2026-03-30 06:21:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0701280-4830-5da2-b05b-f80bf5acc31e with identifier: NA69%20VOU
2026-03-30 06:21:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0701280-4830-5da2-b05b-f80bf5acc31e with identifier: NA69%20VOU to the API
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA69%20VOU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c0701280-4830-5da2-b05b-f80bf5acc31e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA69 VOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA69%20VOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 88296,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.5 BLUEHDI 75 1000 WORKER Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 75 1000 WORKER',
 'vin': 'VR7EFYHWCKJ852683',
 'year': 2020}
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520VOU%27 HTTP/1.1" 200 None
2026-03-30 06:21:14 [bca.uk] INFO: Saving data for NA69%20VOU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650378.614168, 'last_price_update_time': 1774851674.219406}
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520VOU') HTTP/1.1" 204 0
2026-03-30 06:21:14 [bca.uk] INFO: Found listing with ID: MW63%20MZE
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW63%2520MZE%27 HTTP/1.1" 200 None
2026-03-30 06:21:14 [bca.uk] INFO: Scrape type for MW63%20MZE: 0
2026-03-30 06:21:14 [bca.uk] INFO: Found listing with ID: LT72%20SNN
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520SNN%27 HTTP/1.1" 200 None
2026-03-30 06:21:14 [bca.uk] INFO: Scrape type for LT72%20SNN: 0
2026-03-30 06:21:14 [bca.uk] INFO: Found listing with ID: YT67%20RVL
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520RVL%27 HTTP/1.1" 200 None
2026-03-30 06:21:14 [bca.uk] INFO: Scrape type for YT67%20RVL: 2
2026-03-30 06:21:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb21b50b-9e2f-5644-922a-267fbb4dd62d with identifier: YT67%20RVL
2026-03-30 06:21:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb21b50b-9e2f-5644-922a-267fbb4dd62d with scrape type 2
2026-03-30 06:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb21b50b-9e2f-5644-922a-267fbb4dd62d with scrape type 2
2026-03-30 06:21:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb21b50b-9e2f-5644-922a-267fbb4dd62d, identifier: YT67%20RVL
2026-03-30 06:21:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with identifier: NJ23%20MVD
2026-03-30 06:21:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with identifier: NJ23%20MVD
2026-03-30 06:21:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3b7a277-6668-5f8d-a32c-5f8ea4a19167 with identifier: NJ23%20MVD to the API
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ23%20MVD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd3b7a277-6668-5f8d-a32c-5f8ea4a19167',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ23 MVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ23%20MVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 33379,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB60A173510',
 'year': 2023}
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520MVD%27 HTTP/1.1" 200 None
2026-03-30 06:21:14 [bca.uk] INFO: Saving data for NJ23%20MVD: {'auction_closing_time': 1775556000.0, 'created_time': 1774650476.089784, 'last_price_update_time': 1774851674.663664}
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ23%2520MVD') HTTP/1.1" 204 0
2026-03-30 06:21:14 [bca.uk] INFO: Found listing with ID: KU69%20TVN
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU69%2520TVN%27 HTTP/1.1" 200 None
2026-03-30 06:21:14 [bca.uk] INFO: Scrape type for KU69%20TVN: 2
2026-03-30 06:21:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4204feec-73c9-56ac-acb3-93f44fe5edd9 with identifier: KU69%20TVN
2026-03-30 06:21:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4204feec-73c9-56ac-acb3-93f44fe5edd9 with scrape type 2
2026-03-30 06:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4204feec-73c9-56ac-acb3-93f44fe5edd9 with scrape type 2
2026-03-30 06:21:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4204feec-73c9-56ac-acb3-93f44fe5edd9, identifier: KU69%20TVN
2026-03-30 06:21:14 [bca.uk] INFO: Found listing with ID: OV23%20AYB
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520AYB%27 HTTP/1.1" 200 None
2026-03-30 06:21:14 [bca.uk] INFO: Scrape type for OV23%20AYB: 2
2026-03-30 06:21:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4682c147-2ba1-591e-8f00-1279b9b56b4f with identifier: OV23%20AYB
2026-03-30 06:21:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4682c147-2ba1-591e-8f00-1279b9b56b4f with scrape type 2
2026-03-30 06:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4682c147-2ba1-591e-8f00-1279b9b56b4f with scrape type 2
2026-03-30 06:21:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4682c147-2ba1-591e-8f00-1279b9b56b4f, identifier: OV23%20AYB
2026-03-30 06:21:14 [bca.uk] INFO: Found listing with ID: CA23%20JKN
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA23%2520JKN%27 HTTP/1.1" 200 None
2026-03-30 06:21:14 [bca.uk] INFO: Scrape type for CA23%20JKN: 2
2026-03-30 06:21:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b101edc-c846-5d3a-897d-a58b3580d595 with identifier: CA23%20JKN
2026-03-30 06:21:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b101edc-c846-5d3a-897d-a58b3580d595 with scrape type 2
2026-03-30 06:21:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b101edc-c846-5d3a-897d-a58b3580d595 with scrape type 2
2026-03-30 06:21:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b101edc-c846-5d3a-897d-a58b3580d595, identifier: CA23%20JKN
2026-03-30 06:21:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb21b50b-9e2f-5644-922a-267fbb4dd62d with identifier: YT67%20RVL
2026-03-30 06:21:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb21b50b-9e2f-5644-922a-267fbb4dd62d with identifier: YT67%20RVL
2026-03-30 06:21:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb21b50b-9e2f-5644-922a-267fbb4dd62d with identifier: YT67%20RVL to the API
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT67%20RVL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb21b50b-9e2f-5644-922a-267fbb4dd62d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT67 RVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT67%20RVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 59149,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 TDCI 100 220 L1 TREND L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 100 220 L1 TREND L/R',
 'vin': 'WF0RXXWPGRHR15458',
 'year': 2018}
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520RVL%27 HTTP/1.1" 200 None
2026-03-30 06:21:15 [bca.uk] INFO: Saving data for YT67%20RVL: {'auction_closing_time': 1775124000.0, 'created_time': 1774650348.738193, 'last_price_update_time': 1774851675.281841}
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT67%2520RVL') HTTP/1.1" 204 0
2026-03-30 06:21:15 [bca.uk] INFO: Found listing with ID: FT16%20CWO
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT16%2520CWO%27 HTTP/1.1" 200 None
2026-03-30 06:21:15 [bca.uk] INFO: Scrape type for FT16%20CWO: 0
2026-03-30 06:21:15 [bca.uk] INFO: Found listing with ID: DV25%20OFO
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFO%27 HTTP/1.1" 200 None
2026-03-30 06:21:15 [bca.uk] INFO: Scrape type for DV25%20OFO: 2
2026-03-30 06:21:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f260e65-2099-5c6d-9283-47ef325dab1d with identifier: DV25%20OFO
2026-03-30 06:21:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f260e65-2099-5c6d-9283-47ef325dab1d with scrape type 2
2026-03-30 06:21:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f260e65-2099-5c6d-9283-47ef325dab1d with scrape type 2
2026-03-30 06:21:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f260e65-2099-5c6d-9283-47ef325dab1d, identifier: DV25%20OFO
2026-03-30 06:21:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4204feec-73c9-56ac-acb3-93f44fe5edd9 with identifier: KU69%20TVN
2026-03-30 06:21:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4204feec-73c9-56ac-acb3-93f44fe5edd9 with identifier: KU69%20TVN
2026-03-30 06:21:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4204feec-73c9-56ac-acb3-93f44fe5edd9 with identifier: KU69%20TVN to the API
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU69%20TVN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4204feec-73c9-56ac-acb3-93f44fe5edd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU69 TVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU69%20TVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 314',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 314 2.1 CDI 3.5T FWD L1 H2 9G PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI 3.5T FWD L1 H2 9G',
 'vin': 'WDB9106312P152293',
 'year': 2019}
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU69%2520TVN%27 HTTP/1.1" 200 None
2026-03-30 06:21:15 [bca.uk] INFO: Saving data for KU69%20TVN: {'auction_closing_time': 1774864800.0, 'created_time': 1773823615.853814, 'last_price_update_time': 1774851675.7973}
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU69%2520TVN') HTTP/1.1" 204 0
2026-03-30 06:21:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4682c147-2ba1-591e-8f00-1279b9b56b4f with identifier: OV23%20AYB
2026-03-30 06:21:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4682c147-2ba1-591e-8f00-1279b9b56b4f with identifier: OV23%20AYB
2026-03-30 06:21:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4682c147-2ba1-591e-8f00-1279b9b56b4f with identifier: OV23%20AYB to the API
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20AYB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4682c147-2ba1-591e-8f00-1279b9b56b4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV23 AYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20AYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 27891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 300KW 78KWH DM4 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH DM4 LONG RANGE',
 'vin': 'YSMVSEDE3PL143671',
 'year': 2023}
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520AYB%27 HTTP/1.1" 200 None
2026-03-30 06:21:16 [bca.uk] INFO: Saving data for OV23%20AYB: {'auction_closing_time': 1774951200.0, 'created_time': 1774622641.517313, 'last_price_update_time': 1774851676.107904}
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520AYB') HTTP/1.1" 204 0
2026-03-30 06:21:16 [scrapy.extensions.logstats] INFO: Crawled 59 pages (at 0 pages/min), scraped 2262 items (at 126 items/min)
2026-03-30 06:21:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:21:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b101edc-c846-5d3a-897d-a58b3580d595 with identifier: CA23%20JKN
2026-03-30 06:21:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b101edc-c846-5d3a-897d-a58b3580d595 with identifier: CA23%20JKN
2026-03-30 06:21:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b101edc-c846-5d3a-897d-a58b3580d595 with identifier: CA23%20JKN to the API
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA23%20JKN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6b101edc-c846-5d3a-897d-a58b3580d595',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA23 JKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA23%20JKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000',
 'odometer': 54953,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1000 1.5 B/HDI 100 M ENTERPRISE ED. PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 M ENTERPRISE ED.',
 'vin': 'VF7VBYHRMP7809029',
 'year': 2023}
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA23%2520JKN%27 HTTP/1.1" 200 None
2026-03-30 06:21:16 [bca.uk] INFO: Saving data for CA23%20JKN: {'auction_closing_time': 1774951200.0, 'created_time': 1774650370.542585, 'last_price_update_time': 1774851676.420599}
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA23%2520JKN') HTTP/1.1" 204 0
2026-03-30 06:21:16 [bca.uk] INFO: Found listing with ID: YH71%20ENM
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520ENM%27 HTTP/1.1" 200 None
2026-03-30 06:21:16 [bca.uk] INFO: Scrape type for YH71%20ENM: 2
2026-03-30 06:21:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with identifier: YH71%20ENM
2026-03-30 06:21:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with scrape type 2
2026-03-30 06:21:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with scrape type 2
2026-03-30 06:21:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c50751f-d49c-55a6-b494-79d6d9a5adf2, identifier: YH71%20ENM
2026-03-30 06:21:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f260e65-2099-5c6d-9283-47ef325dab1d with identifier: DV25%20OFO
2026-03-30 06:21:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f260e65-2099-5c6d-9283-47ef325dab1d with identifier: DV25%20OFO
2026-03-30 06:21:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f260e65-2099-5c6d-9283-47ef325dab1d with identifier: DV25%20OFO to the API
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV25%20OFO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4f260e65-2099-5c6d-9283-47ef325dab1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV25 OFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV25%20OFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND E',
 'odometer': 16261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND E 157KW 73KWH ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': '157KW 73KWH ULTIMATE',
 'vin': 'VXKKCZKZ9R6053755',
 'year': 2025}
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFO%27 HTTP/1.1" 200 None
2026-03-30 06:21:16 [bca.uk] INFO: Saving data for DV25%20OFO: {'auction_closing_time': 1775124000.0, 'created_time': 1774363139.378021, 'last_price_update_time': 1774851676.830272}
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV25%2520OFO') HTTP/1.1" 204 0
2026-03-30 06:21:16 [bca.uk] INFO: Found listing with ID: NG68%20LNT
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG68%2520LNT%27 HTTP/1.1" 200 None
2026-03-30 06:21:16 [bca.uk] INFO: Scrape type for NG68%20LNT: 2
2026-03-30 06:21:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with identifier: NG68%20LNT
2026-03-30 06:21:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with scrape type 2
2026-03-30 06:21:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with scrape type 2
2026-03-30 06:21:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bc3d41c-0d25-58e1-8bf0-002b37a1624d, identifier: NG68%20LNT
2026-03-30 06:21:16 [bca.uk] INFO: Found listing with ID: OV73%20EOB
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV73%2520EOB%27 HTTP/1.1" 200 None
2026-03-30 06:21:16 [bca.uk] INFO: Scrape type for OV73%20EOB: 2
2026-03-30 06:21:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a67f5269-195c-5f3d-b2bb-8c80b651f302 with identifier: OV73%20EOB
2026-03-30 06:21:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a67f5269-195c-5f3d-b2bb-8c80b651f302 with scrape type 2
2026-03-30 06:21:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a67f5269-195c-5f3d-b2bb-8c80b651f302 with scrape type 2
2026-03-30 06:21:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a67f5269-195c-5f3d-b2bb-8c80b651f302, identifier: OV73%20EOB
2026-03-30 06:21:17 [bca.uk] INFO: Found listing with ID: FN23%20ZNC
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520ZNC%27 HTTP/1.1" 200 None
2026-03-30 06:21:17 [bca.uk] INFO: Scrape type for FN23%20ZNC: 2
2026-03-30 06:21:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6749cf8c-7481-580e-a1f8-4306ce884ecd with identifier: FN23%20ZNC
2026-03-30 06:21:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6749cf8c-7481-580e-a1f8-4306ce884ecd with scrape type 2
2026-03-30 06:21:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6749cf8c-7481-580e-a1f8-4306ce884ecd with scrape type 2
2026-03-30 06:21:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6749cf8c-7481-580e-a1f8-4306ce884ecd, identifier: FN23%20ZNC
2026-03-30 06:21:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with identifier: YH71%20ENM
2026-03-30 06:21:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with identifier: YH71%20ENM
2026-03-30 06:21:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c50751f-d49c-55a6-b494-79d6d9a5adf2 with identifier: YH71%20ENM to the API
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 69,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH71%20ENM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8c50751f-d49c-55a6-b494-79d6d9a5adf2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH71 ENM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH71%20ENM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 34887,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 1.0 PHEV 126 340 SWB LEADER L/R PanelVan',
 'transmission': 'automatic',
 'trim': 'PHEV 126 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGHMU25109',
 'year': 2021}
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520ENM%27 HTTP/1.1" 200 None
2026-03-30 06:21:17 [bca.uk] INFO: Saving data for YH71%20ENM: {'auction_closing_time': 1775124000.0, 'created_time': 1773842518.758662, 'last_price_update_time': 1774851677.48299}
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH71%2520ENM') HTTP/1.1" 204 0
2026-03-30 06:21:17 [bca.uk] INFO: Found listing with ID: EA67%20ZVE
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520ZVE%27 HTTP/1.1" 200 None
2026-03-30 06:21:17 [bca.uk] INFO: Scrape type for EA67%20ZVE: 0
2026-03-30 06:21:17 [bca.uk] INFO: Found listing with ID: MA24%20ZDU
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520ZDU%27 HTTP/1.1" 200 None
2026-03-30 06:21:17 [bca.uk] INFO: Scrape type for MA24%20ZDU: 2
2026-03-30 06:21:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with identifier: MA24%20ZDU
2026-03-30 06:21:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with scrape type 2
2026-03-30 06:21:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with scrape type 2
2026-03-30 06:21:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60fcf80b-a541-553c-9a7f-36c2ee1cb709, identifier: MA24%20ZDU
2026-03-30 06:21:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with identifier: NG68%20LNT
2026-03-30 06:21:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with identifier: NG68%20LNT
2026-03-30 06:21:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bc3d41c-0d25-58e1-8bf0-002b37a1624d with identifier: NG68%20LNT to the API
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG68%20LNT-GB',
 'category': 'Car',
 'color': 'chili red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5bc3d41c-0d25-58e1-8bf0-002b37a1624d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG68 LNT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG68%20LNT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 64323,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 2.0 COOPER S Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER S',
 'vin': 'WMWYW720803H99189',
 'year': 2019}
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG68%2520LNT%27 HTTP/1.1" 200 None
2026-03-30 06:21:17 [bca.uk] INFO: Saving data for NG68%20LNT: {'auction_closing_time': 1775037600.0, 'created_time': 1774564051.106149, 'last_price_update_time': 1774851677.90131}
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG68%2520LNT') HTTP/1.1" 204 0
2026-03-30 06:21:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a67f5269-195c-5f3d-b2bb-8c80b651f302 with identifier: OV73%20EOB
2026-03-30 06:21:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a67f5269-195c-5f3d-b2bb-8c80b651f302 with identifier: OV73%20EOB
2026-03-30 06:21:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a67f5269-195c-5f3d-b2bb-8c80b651f302 with identifier: OV73%20EOB to the API
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV73%20EOB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a67f5269-195c-5f3d-b2bb-8c80b651f302',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV73 EOB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV73%20EOB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 20051,
 'odometer_reading_unit': '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 SE LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH SE LR',
 'vin': 'LSJW74094PZ246016',
 'year': 2023}
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV73%2520EOB%27 HTTP/1.1" 200 None
2026-03-30 06:21:18 [bca.uk] INFO: Saving data for OV73%20EOB: {'auction_closing_time': 1774951200.0, 'created_time': 1774622633.83761, 'last_price_update_time': 1774851678.208814}
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV73%2520EOB') HTTP/1.1" 204 0
2026-03-30 06:21:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6749cf8c-7481-580e-a1f8-4306ce884ecd with identifier: FN23%20ZNC
2026-03-30 06:21:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6749cf8c-7481-580e-a1f8-4306ce884ecd with identifier: FN23%20ZNC
2026-03-30 06:21:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6749cf8c-7481-580e-a1f8-4306ce884ecd with identifier: FN23%20ZNC to the API
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=46&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN23%20ZNC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6749cf8c-7481-580e-a1f8-4306ce884ecd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN23 ZNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN23%20ZNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L2',
 'odometer': 42473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO CARGO L2 1.5 TURBO D 100 2300 PRIME Van',
 'transmission': 'manual',
 'trim': 'TURBO D 100 2300 PRIME',
 'vin': 'W0VEFYHT2PJ551354',
 'year': 2023}
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520ZNC%27 HTTP/1.1" 200 None
2026-03-30 06:21:18 [bca.uk] INFO: Saving data for FN23%20ZNC: {'auction_closing_time': 1774951200.0, 'created_time': 1774650656.739999, 'last_price_update_time': 1774851678.503605}
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN23%2520ZNC') HTTP/1.1" 204 0
2026-03-30 06:21:18 [bca.uk] INFO: Found listing with ID: VE72%20ZVG
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520ZVG%27 HTTP/1.1" 200 None
2026-03-30 06:21:18 [bca.uk] INFO: Scrape type for VE72%20ZVG: 2
2026-03-30 06:21:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48c20be7-6b84-5597-8013-324d37c40ec4 with identifier: VE72%20ZVG
2026-03-30 06:21:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48c20be7-6b84-5597-8013-324d37c40ec4 with scrape type 2
2026-03-30 06:21:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48c20be7-6b84-5597-8013-324d37c40ec4 with scrape type 2
2026-03-30 06:21:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48c20be7-6b84-5597-8013-324d37c40ec4, identifier: VE72%20ZVG
2026-03-30 06:21:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with identifier: MA24%20ZDU
2026-03-30 06:21:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with identifier: MA24%20ZDU
2026-03-30 06:21:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60fcf80b-a541-553c-9a7f-36c2ee1cb709 with identifier: MA24%20ZDU to the API
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20ZDU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '60fcf80b-a541-553c-9a7f-36c2ee1cb709',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA24 ZDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20ZDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 28613,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'JTPAAAAA20R016617',
 'year': 2024}
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520ZDU%27 HTTP/1.1" 200 None
2026-03-30 06:21:19 [bca.uk] INFO: Saving data for MA24%20ZDU: {'auction_closing_time': 1775556000.0, 'created_time': 1774650516.138864, 'last_price_update_time': 1774851679.009593}
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520ZDU') HTTP/1.1" 204 0
2026-03-30 06:21:19 [bca.uk] INFO: Found listing with ID: PF68%20VDR
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520VDR%27 HTTP/1.1" 200 None
2026-03-30 06:21:19 [bca.uk] INFO: Scrape type for PF68%20VDR: 2
2026-03-30 06:21:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with identifier: PF68%20VDR
2026-03-30 06:21:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with scrape type 2
2026-03-30 06:21:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with scrape type 2
2026-03-30 06:21:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc754b72-98da-5139-bc23-5a1b7b5bcbd9, identifier: PF68%20VDR
2026-03-30 06:21:19 [bca.uk] INFO: Found listing with ID: RX21%20FMC
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX21%2520FMC%27 HTTP/1.1" 200 None
2026-03-30 06:21:19 [bca.uk] INFO: Scrape type for RX21%20FMC: 2
2026-03-30 06:21:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af08c8d8-cb62-5e82-9965-6f9805e59311 with identifier: RX21%20FMC
2026-03-30 06:21:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af08c8d8-cb62-5e82-9965-6f9805e59311 with scrape type 2
2026-03-30 06:21:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af08c8d8-cb62-5e82-9965-6f9805e59311 with scrape type 2
2026-03-30 06:21:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af08c8d8-cb62-5e82-9965-6f9805e59311, identifier: RX21%20FMC
2026-03-30 06:21:19 [bca.uk] INFO: Found listing with ID: GL67%20URB
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL67%2520URB%27 HTTP/1.1" 200 None
2026-03-30 06:21:19 [bca.uk] INFO: Scrape type for GL67%20URB: 2
2026-03-30 06:21:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41a111cd-b8d8-556d-9445-447a66f6feed with identifier: GL67%20URB
2026-03-30 06:21:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41a111cd-b8d8-556d-9445-447a66f6feed with scrape type 2
2026-03-30 06:21:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41a111cd-b8d8-556d-9445-447a66f6feed with scrape type 2
2026-03-30 06:21:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41a111cd-b8d8-556d-9445-447a66f6feed, identifier: GL67%20URB
2026-03-30 06:21:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48c20be7-6b84-5597-8013-324d37c40ec4 with identifier: VE72%20ZVG
2026-03-30 06:21:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48c20be7-6b84-5597-8013-324d37c40ec4 with identifier: VE72%20ZVG
2026-03-30 06:21:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48c20be7-6b84-5597-8013-324d37c40ec4 with identifier: VE72%20ZVG to the API
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 248,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20ZVG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '48c20be7-6b84-5597-8013-324d37c40ec4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE72 ZVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20ZVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 81821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.8 D-4D INVINCIBLE X 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D-4D INVINCIBLE X 4WD',
 'vin': 'AHTBA3CD106232466',
 'year': 2023}
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520ZVG%27 HTTP/1.1" 200 None
2026-03-30 06:21:19 [bca.uk] INFO: Saving data for VE72%20ZVG: {'auction_closing_time': 1775124000.0, 'created_time': 1774650348.223309, 'last_price_update_time': 1774851679.617501}
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520ZVG') HTTP/1.1" 204 0
2026-03-30 06:21:19 [bca.uk] INFO: Found listing with ID: BD60%20GTF
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD60%2520GTF%27 HTTP/1.1" 200 None
2026-03-30 06:21:19 [bca.uk] INFO: Scrape type for BD60%20GTF: 2
2026-03-30 06:21:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 381be60e-d883-5d02-8dd8-e1998e766d5c with identifier: BD60%20GTF
2026-03-30 06:21:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 381be60e-d883-5d02-8dd8-e1998e766d5c with scrape type 2
2026-03-30 06:21:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 381be60e-d883-5d02-8dd8-e1998e766d5c with scrape type 2
2026-03-30 06:21:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 381be60e-d883-5d02-8dd8-e1998e766d5c, identifier: BD60%20GTF
2026-03-30 06:21:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with identifier: PF68%20VDR
2026-03-30 06:21:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with identifier: PF68%20VDR
2026-03-30 06:21:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc754b72-98da-5139-bc23-5a1b7b5bcbd9 with identifier: PF68%20VDR to the API
2026-03-30 06:21:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF68%20VDR-GB',
 'category': 'Car',
 'color': 'carbon black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fc754b72-98da-5139-bc23-5a1b7b5bcbd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PF68 VDR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF68%20VDR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '530E',
 'odometer': 86033,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 530E 2.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJA92010BV22396',
 'year': 2018}
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520VDR%27 HTTP/1.1" 200 None
2026-03-30 06:21:20 [bca.uk] INFO: Saving data for PF68%20VDR: {'auction_closing_time': 1775037600.0, 'created_time': 1774564052.795574, 'last_price_update_time': 1774851680.123973}
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF68%2520VDR') HTTP/1.1" 204 0
2026-03-30 06:21:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af08c8d8-cb62-5e82-9965-6f9805e59311 with identifier: RX21%20FMC
2026-03-30 06:21:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af08c8d8-cb62-5e82-9965-6f9805e59311 with identifier: RX21%20FMC
2026-03-30 06:21:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af08c8d8-cb62-5e82-9965-6f9805e59311 with identifier: RX21%20FMC to the API
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX21%20FMC-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'af08c8d8-cb62-5e82-9965-6f9805e59311',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX21 FMC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX21%20FMC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BAILEY',
 'model': 'AUTOGRAPH',
 'odometer': 27189,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BAILEY AUTOGRAPH 2.2 69-2 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '69-2 MOTORHOME',
 'vin': 'VF3YCCNAU12P02003',
 'year': 2021}
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX21%2520FMC%27 HTTP/1.1" 200 None
2026-03-30 06:21:20 [bca.uk] INFO: Saving data for RX21%20FMC: {'auction_closing_time': 1775124000.0, 'created_time': 1774622641.961471, 'last_price_update_time': 1774851680.453851}
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX21%2520FMC') HTTP/1.1" 204 0
2026-03-30 06:21:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41a111cd-b8d8-556d-9445-447a66f6feed with identifier: GL67%20URB
2026-03-30 06:21:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41a111cd-b8d8-556d-9445-447a66f6feed with identifier: GL67%20URB
2026-03-30 06:21:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41a111cd-b8d8-556d-9445-447a66f6feed with identifier: GL67%20URB to the API
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL67%20URB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41a111cd-b8d8-556d-9445-447a66f6feed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL67 URB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL67%20URB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 27890,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.6 B/HDI 115 STD.PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 115 STD.PROFESSIONAL',
 'vin': 'VF3VBBHXHHZ098409',
 'year': 2017}
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL67%2520URB%27 HTTP/1.1" 200 None
2026-03-30 06:21:20 [bca.uk] INFO: Saving data for GL67%20URB: {'auction_closing_time': 1774951200.0, 'created_time': 1774650657.123808, 'last_price_update_time': 1774851680.921826}
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL67%2520URB') HTTP/1.1" 204 0
2026-03-30 06:21:20 [bca.uk] INFO: Found listing with ID: MX68%20WWF
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX68%2520WWF%27 HTTP/1.1" 200 None
2026-03-30 06:21:20 [bca.uk] INFO: Scrape type for MX68%20WWF: 2
2026-03-30 06:21:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9189c28a-bb27-5715-8065-20e3a56dd086 with identifier: MX68%20WWF
2026-03-30 06:21:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9189c28a-bb27-5715-8065-20e3a56dd086 with scrape type 2
2026-03-30 06:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9189c28a-bb27-5715-8065-20e3a56dd086 with scrape type 2
2026-03-30 06:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9189c28a-bb27-5715-8065-20e3a56dd086, identifier: MX68%20WWF
2026-03-30 06:21:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 381be60e-d883-5d02-8dd8-e1998e766d5c with identifier: BD60%20GTF
2026-03-30 06:21:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 381be60e-d883-5d02-8dd8-e1998e766d5c with identifier: BD60%20GTF
2026-03-30 06:21:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 381be60e-d883-5d02-8dd8-e1998e766d5c with identifier: BD60%20GTF to the API
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD60%20GTF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '381be60e-d883-5d02-8dd8-e1998e766d5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD60 GTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD60%20GTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'XJ SERIES LWB',
 'odometer': 80467,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'JAGUAR XJ SERIES LWB 3.0 D V6 275 PORTFOLIO Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 275 PORTFOLIO',
 'vin': 'SAJAC2626BNV11932',
 'year': 2010}
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD60%2520GTF%27 HTTP/1.1" 200 None
2026-03-30 06:21:21 [bca.uk] INFO: Saving data for BD60%20GTF: {'auction_closing_time': 1775037600.0, 'created_time': 1774478150.624283, 'last_price_update_time': 1774851681.346991}
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD60%2520GTF') HTTP/1.1" 204 0
2026-03-30 06:21:21 [bca.uk] INFO: Found listing with ID: YN23%20WFK
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN23%2520WFK%27 HTTP/1.1" 200 None
2026-03-30 06:21:21 [bca.uk] INFO: Scrape type for YN23%20WFK: 2
2026-03-30 06:21:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e139f1f7-548a-53ee-8d31-b558d8998b27 with identifier: YN23%20WFK
2026-03-30 06:21:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e139f1f7-548a-53ee-8d31-b558d8998b27 with scrape type 2
2026-03-30 06:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e139f1f7-548a-53ee-8d31-b558d8998b27 with scrape type 2
2026-03-30 06:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e139f1f7-548a-53ee-8d31-b558d8998b27, identifier: YN23%20WFK
2026-03-30 06:21:21 [bca.uk] INFO: Found listing with ID: WM23%20UKO
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520UKO%27 HTTP/1.1" 200 None
2026-03-30 06:21:21 [bca.uk] INFO: Scrape type for WM23%20UKO: 2
2026-03-30 06:21:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with identifier: WM23%20UKO
2026-03-30 06:21:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with scrape type 2
2026-03-30 06:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with scrape type 2
2026-03-30 06:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0e64c6e-38c8-5886-8ddc-d5a0d522a291, identifier: WM23%20UKO
2026-03-30 06:21:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9189c28a-bb27-5715-8065-20e3a56dd086 with identifier: MX68%20WWF
2026-03-30 06:21:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9189c28a-bb27-5715-8065-20e3a56dd086 with identifier: MX68%20WWF
2026-03-30 06:21:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9189c28a-bb27-5715-8065-20e3a56dd086 with identifier: MX68%20WWF to the API
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX68%20WWF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9189c28a-bb27-5715-8065-20e3a56dd086',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MX68 WWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX68%20WWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 77254,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 LWB H/R',
 'vin': 'WF0YXXTTGYJB01510',
 'year': 2019}
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX68%2520WWF%27 HTTP/1.1" 200 None
2026-03-30 06:21:21 [bca.uk] INFO: Saving data for MX68%20WWF: {'auction_closing_time': 1775124000.0, 'created_time': 1774650326.292318, 'last_price_update_time': 1774851681.851393}
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX68%2520WWF') HTTP/1.1" 204 0
2026-03-30 06:21:21 [bca.uk] INFO: Found listing with ID: SW71%20BNE
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW71%2520BNE%27 HTTP/1.1" 200 None
2026-03-30 06:21:21 [bca.uk] INFO: Scrape type for SW71%20BNE: 2
2026-03-30 06:21:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with identifier: SW71%20BNE
2026-03-30 06:21:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with scrape type 2
2026-03-30 06:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with scrape type 2
2026-03-30 06:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87, identifier: SW71%20BNE
2026-03-30 06:21:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e139f1f7-548a-53ee-8d31-b558d8998b27 with identifier: YN23%20WFK
2026-03-30 06:21:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e139f1f7-548a-53ee-8d31-b558d8998b27 with identifier: YN23%20WFK
2026-03-30 06:21:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e139f1f7-548a-53ee-8d31-b558d8998b27 with identifier: YN23%20WFK to the API
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN23%20WFK-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e139f1f7-548a-53ee-8d31-b558d8998b27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YN23 WFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN23%20WFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '840I GRAN COUPE',
 'odometer': 41278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW 840I GRAN COUPE 3.0 SDRIVE M SPORT Coupe',
 'transmission': 'automatic',
 'trim': 'SDRIVE M SPORT',
 'vin': 'WBAGV22050CM79696',
 'year': 2023}
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN23%2520WFK%27 HTTP/1.1" 200 None
2026-03-30 06:21:22 [bca.uk] INFO: Saving data for YN23%20WFK: {'auction_closing_time': 1775037600.0, 'created_time': 1774564052.39882, 'last_price_update_time': 1774851682.249904}
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN23%2520WFK') HTTP/1.1" 204 0
2026-03-30 06:21:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with identifier: WM23%20UKO
2026-03-30 06:21:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with identifier: WM23%20UKO
2026-03-30 06:21:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0e64c6e-38c8-5886-8ddc-d5a0d522a291 with identifier: WM23%20UKO to the API
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM23%20UKO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd0e64c6e-38c8-5886-8ddc-d5a0d522a291',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WM23 UKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM23%20UKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 22056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.0 TCE 90 R.S.LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 R.S.LINE',
 'vin': 'VF1RJA00371192656',
 'year': 2023}
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520UKO%27 HTTP/1.1" 200 None
2026-03-30 06:21:22 [bca.uk] INFO: Saving data for WM23%20UKO: {'auction_closing_time': 1774951200.0, 'created_time': 1773841634.885217, 'last_price_update_time': 1774851682.524854}
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM23%2520UKO') HTTP/1.1" 204 0
2026-03-30 06:21:22 [bca.uk] INFO: Found listing with ID: MX67%20NUV
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX67%2520NUV%27 HTTP/1.1" 200 None
2026-03-30 06:21:22 [bca.uk] INFO: Scrape type for MX67%20NUV: 2
2026-03-30 06:21:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with identifier: MX67%20NUV
2026-03-30 06:21:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with scrape type 2
2026-03-30 06:21:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with scrape type 2
2026-03-30 06:21:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3448a245-f81c-50a7-a096-e2ea3ef67ba4, identifier: MX67%20NUV
2026-03-30 06:21:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with identifier: SW71%20BNE
2026-03-30 06:21:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with identifier: SW71%20BNE
2026-03-30 06:21:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87 with identifier: SW71%20BNE to the API
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW71%20BNE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cdde92ef-2a05-5bdc-baec-9bb7cfcd5e87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SW71 BNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW71%20BNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 73994,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 40 150KW 82KWH S LINE Coupe',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH S LINE',
 'vin': 'WAUZZZFZXNP022378',
 'year': 2022}
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW71%2520BNE%27 HTTP/1.1" 200 None
2026-03-30 06:21:22 [bca.uk] INFO: Saving data for SW71%20BNE: {'auction_closing_time': 1775124000.0, 'created_time': 1773823822.643821, 'last_price_update_time': 1774851682.951318}
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW71%2520BNE') HTTP/1.1" 204 0
2026-03-30 06:21:22 [bca.uk] INFO: Found listing with ID: BK71%20HNC
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520HNC%27 HTTP/1.1" 200 None
2026-03-30 06:21:23 [bca.uk] INFO: Scrape type for BK71%20HNC: 2
2026-03-30 06:21:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec186791-1569-5688-b8c1-903b939ab00b with identifier: BK71%20HNC
2026-03-30 06:21:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec186791-1569-5688-b8c1-903b939ab00b with scrape type 2
2026-03-30 06:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec186791-1569-5688-b8c1-903b939ab00b with scrape type 2
2026-03-30 06:21:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec186791-1569-5688-b8c1-903b939ab00b, identifier: BK71%20HNC
2026-03-30 06:21:23 [bca.uk] INFO: Found listing with ID: WT25%20UGF
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGF%27 HTTP/1.1" 200 None
2026-03-30 06:21:23 [bca.uk] INFO: Scrape type for WT25%20UGF: 0
2026-03-30 06:21:23 [bca.uk] INFO: Found listing with ID: OV72%20CSZ
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520CSZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:23 [bca.uk] INFO: Scrape type for OV72%20CSZ: 0
2026-03-30 06:21:23 [bca.uk] INFO: Found listing with ID: OV72%20AHZ
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520AHZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:23 [bca.uk] INFO: Scrape type for OV72%20AHZ: 0
2026-03-30 06:21:23 [bca.uk] INFO: Found listing with ID: HN73%20SSK
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520SSK%27 HTTP/1.1" 200 None
2026-03-30 06:21:23 [bca.uk] INFO: Scrape type for HN73%20SSK: 2
2026-03-30 06:21:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f410e87c-3470-58e9-a1e7-f61b1be6e5a0 with identifier: HN73%20SSK
2026-03-30 06:21:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f410e87c-3470-58e9-a1e7-f61b1be6e5a0 with scrape type 2
2026-03-30 06:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f410e87c-3470-58e9-a1e7-f61b1be6e5a0 with scrape type 2
2026-03-30 06:21:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f410e87c-3470-58e9-a1e7-f61b1be6e5a0, identifier: HN73%20SSK
2026-03-30 06:21:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with identifier: MX67%20NUV
2026-03-30 06:21:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with identifier: MX67%20NUV
2026-03-30 06:21:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3448a245-f81c-50a7-a096-e2ea3ef67ba4 with identifier: MX67%20NUV to the API
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX67%20NUV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3448a245-f81c-50a7-a096-e2ea3ef67ba4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MX67 NUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX67%20NUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 43951,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 TDCI 130 LWB M/R PanelVan',
 'transmission': 'automatic',
 'trim': 'TDCI 130 LWB M/R',
 'vin': 'WF0XXXTTGXHR07685',
 'year': 2017}
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX67%2520NUV%27 HTTP/1.1" 200 None
2026-03-30 06:21:23 [bca.uk] INFO: Saving data for MX67%20NUV: {'auction_closing_time': 1775124000.0, 'created_time': 1774650335.22304, 'last_price_update_time': 1774851683.561603}
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX67%2520NUV') HTTP/1.1" 204 0
2026-03-30 06:21:23 [bca.uk] INFO: Found listing with ID: AP19%20OSZ
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP19%2520OSZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:23 [bca.uk] INFO: Scrape type for AP19%20OSZ: 2
2026-03-30 06:21:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc750e92-6405-5cbd-bd13-83db02b75ffb with identifier: AP19%20OSZ
2026-03-30 06:21:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc750e92-6405-5cbd-bd13-83db02b75ffb with scrape type 2
2026-03-30 06:21:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc750e92-6405-5cbd-bd13-83db02b75ffb with scrape type 2
2026-03-30 06:21:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc750e92-6405-5cbd-bd13-83db02b75ffb, identifier: AP19%20OSZ
2026-03-30 06:21:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec186791-1569-5688-b8c1-903b939ab00b with identifier: BK71%20HNC
2026-03-30 06:21:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec186791-1569-5688-b8c1-903b939ab00b with identifier: BK71%20HNC
2026-03-30 06:21:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec186791-1569-5688-b8c1-903b939ab00b with identifier: BK71%20HNC to the API
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK71%20HNC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ec186791-1569-5688-b8c1-903b939ab00b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK71 HNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK71%20HNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 12222,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD S Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD S',
 'vin': 'SALZA2AT7MH155346',
 'year': 2021}
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520HNC%27 HTTP/1.1" 200 None
2026-03-30 06:21:24 [bca.uk] INFO: Saving data for BK71%20HNC: {'auction_closing_time': 1775037600.0, 'created_time': 1774650457.260296, 'last_price_update_time': 1774851684.067703}
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK71%2520HNC') HTTP/1.1" 204 0
2026-03-30 06:21:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f410e87c-3470-58e9-a1e7-f61b1be6e5a0 with identifier: HN73%20SSK
2026-03-30 06:21:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f410e87c-3470-58e9-a1e7-f61b1be6e5a0 with identifier: HN73%20SSK
2026-03-30 06:21:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f410e87c-3470-58e9-a1e7-f61b1be6e5a0 with identifier: HN73%20SSK to the API
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN73%20SSK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f410e87c-3470-58e9-a1e7-f61b1be6e5a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HN73 SSK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN73%20SSK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CUPRA',
 'model': 'BORN',
 'odometer': 33397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CUPRA BORN 169KW 77KWH V2 Hatchback',
 'transmission': 'automatic',
 'trim': '169KW 77KWH V2',
 'vin': 'VSSZZZK17RP003861',
 'year': 2023}
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520SSK%27 HTTP/1.1" 200 None
2026-03-30 06:21:24 [bca.uk] INFO: Saving data for HN73%20SSK: {'auction_closing_time': 1774951200.0, 'created_time': 1774622606.120451, 'last_price_update_time': 1774851684.367346}
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN73%2520SSK') HTTP/1.1" 204 0
2026-03-30 06:21:24 [bca.uk] INFO: Found listing with ID: GJ68%20CXU
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520CXU%27 HTTP/1.1" 200 None
2026-03-30 06:21:24 [bca.uk] INFO: Scrape type for GJ68%20CXU: 2
2026-03-30 06:21:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39b758c9-bcab-57bc-bbff-1e5c621403a7 with identifier: GJ68%20CXU
2026-03-30 06:21:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39b758c9-bcab-57bc-bbff-1e5c621403a7 with scrape type 2
2026-03-30 06:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39b758c9-bcab-57bc-bbff-1e5c621403a7 with scrape type 2
2026-03-30 06:21:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39b758c9-bcab-57bc-bbff-1e5c621403a7, identifier: GJ68%20CXU
2026-03-30 06:21:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc750e92-6405-5cbd-bd13-83db02b75ffb with identifier: AP19%20OSZ
2026-03-30 06:21:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc750e92-6405-5cbd-bd13-83db02b75ffb with identifier: AP19%20OSZ
2026-03-30 06:21:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc750e92-6405-5cbd-bd13-83db02b75ffb with identifier: AP19%20OSZ to the API
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP19%20OSZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cc750e92-6405-5cbd-bd13-83db02b75ffb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AP19 OSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP19%20OSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 106826,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 50 TDI QUATTRO BLACK ED.TIP StationWagon',
 'transmission': 'manual',
 'trim': '50 TDI QUATTRO BLACK ED.TIP',
 'vin': 'WAUZZZ4M9KD025146',
 'year': 2019}
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP19%2520OSZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:24 [bca.uk] INFO: Saving data for AP19%20OSZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774534880.678617, 'last_price_update_time': 1774851684.841882}
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP19%2520OSZ') HTTP/1.1" 204 0
2026-03-30 06:21:24 [bca.uk] INFO: Found listing with ID: LP18%20KMM
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP18%2520KMM%27 HTTP/1.1" 200 None
2026-03-30 06:21:24 [bca.uk] INFO: Scrape type for LP18%20KMM: 0
2026-03-30 06:21:24 [bca.uk] INFO: Found listing with ID: AJ71%20OCA
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520OCA%27 HTTP/1.1" 200 None
2026-03-30 06:21:24 [bca.uk] INFO: Scrape type for AJ71%20OCA: 2
2026-03-30 06:21:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8567ad66-6de3-580e-bed4-9424fe884c34 with identifier: AJ71%20OCA
2026-03-30 06:21:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8567ad66-6de3-580e-bed4-9424fe884c34 with scrape type 2
2026-03-30 06:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8567ad66-6de3-580e-bed4-9424fe884c34 with scrape type 2
2026-03-30 06:21:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8567ad66-6de3-580e-bed4-9424fe884c34, identifier: AJ71%20OCA
2026-03-30 06:21:24 [bca.uk] INFO: Found listing with ID: LR23%20ZGA
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520ZGA%27 HTTP/1.1" 200 None
2026-03-30 06:21:24 [bca.uk] INFO: Scrape type for LR23%20ZGA: 0
2026-03-30 06:21:24 [bca.uk] INFO: Found listing with ID: PX23%20XZA
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX23%2520XZA%27 HTTP/1.1" 200 None
2026-03-30 06:21:25 [bca.uk] INFO: Scrape type for PX23%20XZA: 2
2026-03-30 06:21:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d952a3ae-12b4-57d5-bd93-37d78ffb8428 with identifier: PX23%20XZA
2026-03-30 06:21:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d952a3ae-12b4-57d5-bd93-37d78ffb8428 with scrape type 2
2026-03-30 06:21:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d952a3ae-12b4-57d5-bd93-37d78ffb8428 with scrape type 2
2026-03-30 06:21:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d952a3ae-12b4-57d5-bd93-37d78ffb8428, identifier: PX23%20XZA
2026-03-30 06:21:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39b758c9-bcab-57bc-bbff-1e5c621403a7 with identifier: GJ68%20CXU
2026-03-30 06:21:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39b758c9-bcab-57bc-bbff-1e5c621403a7 with identifier: GJ68%20CXU
2026-03-30 06:21:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39b758c9-bcab-57bc-bbff-1e5c621403a7 with identifier: GJ68%20CXU to the API
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ68%20CXU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '39b758c9-bcab-57bc-bbff-1e5c621403a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ68 CXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ68%20CXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 58826,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 T 250 AWD R SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'T 250 AWD R SPORT',
 'vin': 'SADCA2AX3KA367977',
 'year': 2018}
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520CXU%27 HTTP/1.1" 200 None
2026-03-30 06:21:25 [bca.uk] INFO: Saving data for GJ68%20CXU: {'auction_closing_time': 1775037600.0, 'created_time': 1774650333.361513, 'last_price_update_time': 1774851685.372063}
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ68%2520CXU') HTTP/1.1" 204 0
2026-03-30 06:21:25 [bca.uk] INFO: Found listing with ID: LS72%20YXR
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXR%27 HTTP/1.1" 200 None
2026-03-30 06:21:25 [bca.uk] INFO: Scrape type for LS72%20YXR: 2
2026-03-30 06:21:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c85fa87-3f26-58e3-abee-013a489f8fef with identifier: LS72%20YXR
2026-03-30 06:21:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c85fa87-3f26-58e3-abee-013a489f8fef with scrape type 2
2026-03-30 06:21:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c85fa87-3f26-58e3-abee-013a489f8fef with scrape type 2
2026-03-30 06:21:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c85fa87-3f26-58e3-abee-013a489f8fef, identifier: LS72%20YXR
2026-03-30 06:21:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8567ad66-6de3-580e-bed4-9424fe884c34 with identifier: AJ71%20OCA
2026-03-30 06:21:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8567ad66-6de3-580e-bed4-9424fe884c34 with identifier: AJ71%20OCA
2026-03-30 06:21:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8567ad66-6de3-580e-bed4-9424fe884c34 with identifier: AJ71%20OCA to the API
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ71%20OCA-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8567ad66-6de3-580e-bed4-9424fe884c34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ71 OCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ71%20OCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '118D',
 'odometer': 43097,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 118D 2.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WBA7M920407K38362',
 'year': 2022}
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520OCA%27 HTTP/1.1" 200 None
2026-03-30 06:21:25 [bca.uk] INFO: Saving data for AJ71%20OCA: {'auction_closing_time': 1775037600.0, 'created_time': 1774564040.628776, 'last_price_update_time': 1774851685.788751}
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ71%2520OCA') HTTP/1.1" 204 0
2026-03-30 06:21:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d952a3ae-12b4-57d5-bd93-37d78ffb8428 with identifier: PX23%20XZA
2026-03-30 06:21:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d952a3ae-12b4-57d5-bd93-37d78ffb8428 with identifier: PX23%20XZA
2026-03-30 06:21:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d952a3ae-12b4-57d5-bd93-37d78ffb8428 with identifier: PX23%20XZA to the API
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX23%20XZA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd952a3ae-12b4-57d5-bd93-37d78ffb8428',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PX23 XZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX23%20XZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 63296,
 'odometer_reading_unit': '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 48V MHD 2WD SE CONN.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI 48V MHD 2WD SE CONN.DCT',
 'vin': 'TMAJC81BVNJ294684',
 'year': 2023}
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX23%2520XZA%27 HTTP/1.1" 200 None
2026-03-30 06:21:26 [bca.uk] INFO: Saving data for PX23%20XZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774622603.121684, 'last_price_update_time': 1774851686.080956}
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX23%2520XZA') HTTP/1.1" 204 0
2026-03-30 06:21:26 [bca.uk] INFO: Found listing with ID: FE69%20EVJ
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520EVJ%27 HTTP/1.1" 200 None
2026-03-30 06:21:26 [bca.uk] INFO: Scrape type for FE69%20EVJ: 2
2026-03-30 06:21:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b93f716c-3f9a-5611-8906-534c13302750 with identifier: FE69%20EVJ
2026-03-30 06:21:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b93f716c-3f9a-5611-8906-534c13302750 with scrape type 2
2026-03-30 06:21:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b93f716c-3f9a-5611-8906-534c13302750 with scrape type 2
2026-03-30 06:21:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b93f716c-3f9a-5611-8906-534c13302750, identifier: FE69%20EVJ
2026-03-30 06:21:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c85fa87-3f26-58e3-abee-013a489f8fef with identifier: LS72%20YXR
2026-03-30 06:21:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c85fa87-3f26-58e3-abee-013a489f8fef with identifier: LS72%20YXR
2026-03-30 06:21:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c85fa87-3f26-58e3-abee-013a489f8fef with identifier: LS72%20YXR to the API
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20YXR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4c85fa87-3f26-58e3-abee-013a489f8fef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 YXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20YXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 13712,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC900070991',
 'year': 2022}
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXR%27 HTTP/1.1" 200 None
2026-03-30 06:21:26 [bca.uk] INFO: Saving data for LS72%20YXR: {'auction_closing_time': 1775556000.0, 'created_time': 1774650517.246058, 'last_price_update_time': 1774851686.471381}
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YXR') HTTP/1.1" 204 0
2026-03-30 06:21:26 [bca.uk] INFO: Found listing with ID: BP74%20LZH
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP74%2520LZH%27 HTTP/1.1" 200 None
2026-03-30 06:21:26 [bca.uk] INFO: Scrape type for BP74%20LZH: 2
2026-03-30 06:21:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c06acc42-7e08-5569-a4bc-8edcf95d32ab with identifier: BP74%20LZH
2026-03-30 06:21:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c06acc42-7e08-5569-a4bc-8edcf95d32ab with scrape type 2
2026-03-30 06:21:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c06acc42-7e08-5569-a4bc-8edcf95d32ab with scrape type 2
2026-03-30 06:21:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c06acc42-7e08-5569-a4bc-8edcf95d32ab, identifier: BP74%20LZH
2026-03-30 06:21:26 [bca.uk] INFO: Found listing with ID: WP71%20XJL
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJL%27 HTTP/1.1" 200 None
2026-03-30 06:21:26 [bca.uk] INFO: Scrape type for WP71%20XJL: 0
2026-03-30 06:21:26 [bca.uk] INFO: Found listing with ID: MD71%20KXZ
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520KXZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:26 [bca.uk] INFO: Scrape type for MD71%20KXZ: 2
2026-03-30 06:21:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaf06823-ec4f-5ab8-b429-912687af5965 with identifier: MD71%20KXZ
2026-03-30 06:21:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaf06823-ec4f-5ab8-b429-912687af5965 with scrape type 2
2026-03-30 06:21:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaf06823-ec4f-5ab8-b429-912687af5965 with scrape type 2
2026-03-30 06:21:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eaf06823-ec4f-5ab8-b429-912687af5965, identifier: MD71%20KXZ
2026-03-30 06:21:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b93f716c-3f9a-5611-8906-534c13302750 with identifier: FE69%20EVJ
2026-03-30 06:21:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b93f716c-3f9a-5611-8906-534c13302750 with identifier: FE69%20EVJ
2026-03-30 06:21:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b93f716c-3f9a-5611-8906-534c13302750 with identifier: FE69%20EVJ to the API
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE69%20EVJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b93f716c-3f9a-5611-8906-534c13302750',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE69 EVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE69%20EVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 82680,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 130 L2 H3 PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 130 L2 H3',
 'vin': 'W0VMRY605KB177413',
 'year': 2019}
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520EVJ%27 HTTP/1.1" 200 None
2026-03-30 06:21:27 [bca.uk] INFO: Saving data for FE69%20EVJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650328.90962, 'last_price_update_time': 1774851687.013055}
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE69%2520EVJ') HTTP/1.1" 204 0
2026-03-30 06:21:27 [bca.uk] INFO: Found listing with ID: OE74%20HDJ
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520HDJ%27 HTTP/1.1" 200 None
2026-03-30 06:21:27 [bca.uk] INFO: Scrape type for OE74%20HDJ: 2
2026-03-30 06:21:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59402d1c-d0a9-5fce-80ed-84bff69fa051 with identifier: OE74%20HDJ
2026-03-30 06:21:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59402d1c-d0a9-5fce-80ed-84bff69fa051 with scrape type 2
2026-03-30 06:21:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59402d1c-d0a9-5fce-80ed-84bff69fa051 with scrape type 2
2026-03-30 06:21:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59402d1c-d0a9-5fce-80ed-84bff69fa051, identifier: OE74%20HDJ
2026-03-30 06:21:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c06acc42-7e08-5569-a4bc-8edcf95d32ab with identifier: BP74%20LZH
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=rebel+red HTTP/1.1" 200 None
2026-03-30 06:21:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:21:27 [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:21:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c06acc42-7e08-5569-a4bc-8edcf95d32ab with identifier: BP74%20LZH
2026-03-30 06:21:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c06acc42-7e08-5569-a4bc-8edcf95d32ab with identifier: BP74%20LZH to the API
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP74%20LZH-GB',
 'category': 'Car',
 'color': 'rebel red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c06acc42-7e08-5569-a4bc-8edcf95d32ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP74 LZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP74%20LZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'ACEMAN E',
 'odometer': 6351,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MINI ACEMAN E 160KW 54KWH SE EXCLUSIVE Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 54KWH SE EXCLUSIVE',
 'vin': 'WMW82GC090TA58107',
 'year': 2024}
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP74%2520LZH%27 HTTP/1.1" 200 None
2026-03-30 06:21:27 [bca.uk] INFO: Saving data for BP74%20LZH: {'auction_closing_time': 1775037600.0, 'created_time': 1774564063.910083, 'last_price_update_time': 1774851687.644295}
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP74%2520LZH') HTTP/1.1" 204 0
2026-03-30 06:21:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eaf06823-ec4f-5ab8-b429-912687af5965 with identifier: MD71%20KXZ
2026-03-30 06:21:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eaf06823-ec4f-5ab8-b429-912687af5965 with identifier: MD71%20KXZ
2026-03-30 06:21:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eaf06823-ec4f-5ab8-b429-912687af5965 with identifier: MD71%20KXZ to the API
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD71%20KXZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'eaf06823-ec4f-5ab8-b429-912687af5965',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD71 KXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD71%20KXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 61054,
 'odometer_reading_unit': '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': 'LRW3F7EK8NC477521',
 'year': 2022}
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520KXZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:27 [bca.uk] INFO: Saving data for MD71%20KXZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774622668.066446, 'last_price_update_time': 1774851687.949156}
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD71%2520KXZ') HTTP/1.1" 204 0
2026-03-30 06:21:27 [bca.uk] INFO: Found listing with ID: GM66%20AEG
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520AEG%27 HTTP/1.1" 200 None
2026-03-30 06:21:27 [bca.uk] INFO: Scrape type for GM66%20AEG: 2
2026-03-30 06:21:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with identifier: GM66%20AEG
2026-03-30 06:21:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with scrape type 2
2026-03-30 06:21:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with scrape type 2
2026-03-30 06:21:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3, identifier: GM66%20AEG
2026-03-30 06:21:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59402d1c-d0a9-5fce-80ed-84bff69fa051 with identifier: OE74%20HDJ
2026-03-30 06:21:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59402d1c-d0a9-5fce-80ed-84bff69fa051 with identifier: OE74%20HDJ
2026-03-30 06:21:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59402d1c-d0a9-5fce-80ed-84bff69fa051 with identifier: OE74%20HDJ to the API
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE74%20HDJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '59402d1c-d0a9-5fce-80ed-84bff69fa051',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE74 HDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE74%20HDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'POLESTAR',
 'model': '4',
 'odometer': 15256,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'POLESTAR 4 400KW 100KWH DM LR PLUS Coupe',
 'transmission': 'automatic',
 'trim': '400KW 100KWH DM LR PLUS',
 'vin': 'YSM4ZPAA5SF410207',
 'year': 2024}
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520HDJ%27 HTTP/1.1" 200 None
2026-03-30 06:21:28 [bca.uk] INFO: Saving data for OE74%20HDJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650517.718997, 'last_price_update_time': 1774851688.345966}
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE74%2520HDJ') HTTP/1.1" 204 0
2026-03-30 06:21:28 [bca.uk] INFO: Found listing with ID: FV74%20WYA
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV74%2520WYA%27 HTTP/1.1" 200 None
2026-03-30 06:21:28 [bca.uk] INFO: Scrape type for FV74%20WYA: 2
2026-03-30 06:21:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with identifier: FV74%20WYA
2026-03-30 06:21:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with scrape type 2
2026-03-30 06:21:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with scrape type 2
2026-03-30 06:21:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3, identifier: FV74%20WYA
2026-03-30 06:21:28 [bca.uk] INFO: Found listing with ID: WP23%20OFM
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OFM%27 HTTP/1.1" 200 None
2026-03-30 06:21:28 [bca.uk] INFO: Scrape type for WP23%20OFM: 0
2026-03-30 06:21:28 [bca.uk] INFO: Found listing with ID: YF23%20DFE
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520DFE%27 HTTP/1.1" 200 None
2026-03-30 06:21:28 [bca.uk] INFO: Scrape type for YF23%20DFE: 2
2026-03-30 06:21:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b75b9005-74f9-5f08-8607-972961721585 with identifier: YF23%20DFE
2026-03-30 06:21:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b75b9005-74f9-5f08-8607-972961721585 with scrape type 2
2026-03-30 06:21:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b75b9005-74f9-5f08-8607-972961721585 with scrape type 2
2026-03-30 06:21:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b75b9005-74f9-5f08-8607-972961721585, identifier: YF23%20DFE
2026-03-30 06:21:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with identifier: GM66%20AEG
2026-03-30 06:21:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with identifier: GM66%20AEG
2026-03-30 06:21:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3 with identifier: GM66%20AEG to the API
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM66%20AEG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3eb2cf9e-f920-508c-b3b2-89ac5a77bbe3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM66 AEG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM66%20AEG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 35781,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 2.0 COOPER S D ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S D ALL4',
 'vin': 'WMWYU520303B71731',
 'year': 2017}
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520AEG%27 HTTP/1.1" 200 None
2026-03-30 06:21:28 [bca.uk] INFO: Saving data for GM66%20AEG: {'auction_closing_time': 1775037600.0, 'created_time': 1774650327.025828, 'last_price_update_time': 1774851688.86843}
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM66%2520AEG') HTTP/1.1" 204 0
2026-03-30 06:21:28 [bca.uk] INFO: Found listing with ID: OE75%20YYG
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE75%2520YYG%27 HTTP/1.1" 200 None
2026-03-30 06:21:28 [bca.uk] INFO: Scrape type for OE75%20YYG: 2
2026-03-30 06:21:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78633c41-36bb-557b-bdc1-07d2f28ef368 with identifier: OE75%20YYG
2026-03-30 06:21:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78633c41-36bb-557b-bdc1-07d2f28ef368 with scrape type 2
2026-03-30 06:21:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78633c41-36bb-557b-bdc1-07d2f28ef368 with scrape type 2
2026-03-30 06:21:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78633c41-36bb-557b-bdc1-07d2f28ef368, identifier: OE75%20YYG
2026-03-30 06:21:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with identifier: FV74%20WYA
2026-03-30 06:21:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with identifier: FV74%20WYA
2026-03-30 06:21:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 555d8fad-e4c1-57c7-8be6-92bc6fde2ee3 with identifier: FV74%20WYA to the API
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV74%20WYA-GB',
 'category': 'Car',
 'color': 'carbon black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '555d8fad-e4c1-57c7-8be6-92bc6fde2ee3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV74 WYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV74%20WYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '840I GRAN COUPE',
 'odometer': 9180,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'BMW 840I GRAN COUPE 3.0 SDRIVE M SPORT Coupe',
 'transmission': 'automatic',
 'trim': 'SDRIVE M SPORT',
 'vin': 'WBAGV22070CT93970',
 'year': 2024}
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV74%2520WYA%27 HTTP/1.1" 200 None
2026-03-30 06:21:29 [bca.uk] INFO: Saving data for FV74%20WYA: {'auction_closing_time': 1775037600.0, 'created_time': 1774016146.259575, 'last_price_update_time': 1774851689.277565}
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV74%2520WYA') HTTP/1.1" 204 0
2026-03-30 06:21:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b75b9005-74f9-5f08-8607-972961721585 with identifier: YF23%20DFE
2026-03-30 06:21:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b75b9005-74f9-5f08-8607-972961721585 with identifier: YF23%20DFE
2026-03-30 06:21:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b75b9005-74f9-5f08-8607-972961721585 with identifier: YF23%20DFE to the API
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF23%20DFE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b75b9005-74f9-5f08-8607-972961721585',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF23 DFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF23%20DFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 58382,
 'odometer_reading_unit': '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': 'WVWZZZCD9PW032386',
 'year': 2023}
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520DFE%27 HTTP/1.1" 200 None
2026-03-30 06:21:29 [bca.uk] INFO: Saving data for YF23%20DFE: {'auction_closing_time': 1774951200.0, 'created_time': 1774622671.627207, 'last_price_update_time': 1774851689.615625}
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF23%2520DFE') HTTP/1.1" 204 0
2026-03-30 06:21:29 [bca.uk] INFO: Found listing with ID: FE69%20EUP
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520EUP%27 HTTP/1.1" 200 None
2026-03-30 06:21:29 [bca.uk] INFO: Scrape type for FE69%20EUP: 2
2026-03-30 06:21:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab1857a2-c88b-58f0-8ca1-313104082de2 with identifier: FE69%20EUP
2026-03-30 06:21:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab1857a2-c88b-58f0-8ca1-313104082de2 with scrape type 2
2026-03-30 06:21:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab1857a2-c88b-58f0-8ca1-313104082de2 with scrape type 2
2026-03-30 06:21:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab1857a2-c88b-58f0-8ca1-313104082de2, identifier: FE69%20EUP
2026-03-30 06:21:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78633c41-36bb-557b-bdc1-07d2f28ef368 with identifier: OE75%20YYG
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver%2Fblack HTTP/1.1" 200 None
2026-03-30 06:21:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:21: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:21:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78633c41-36bb-557b-bdc1-07d2f28ef368 with identifier: OE75%20YYG
2026-03-30 06:21:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78633c41-36bb-557b-bdc1-07d2f28ef368 with identifier: OE75%20YYG to the API
2026-03-30 06:21:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21: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:21:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE75%20YYG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '78633c41-36bb-557b-bdc1-07d2f28ef368',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE75 YYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE75%20YYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAECOO',
 'model': 'J7',
 'odometer': 3805,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2026-01-01',
 'seller_name': None,
 'title': 'JAECOO J7 1.5 T SHS PHEV LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'T SHS PHEV LUXURY',
 'vin': 'LNNBBDEE6SC161099',
 'year': 2026}
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE75%2520YYG%27 HTTP/1.1" 200 None
2026-03-30 06:21:30 [bca.uk] INFO: Saving data for OE75%20YYG: {'auction_closing_time': 1775124000.0, 'created_time': 1774650520.467836, 'last_price_update_time': 1774851690.142939}
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE75%2520YYG') HTTP/1.1" 204 0
2026-03-30 06:21:30 [bca.uk] INFO: Found listing with ID: KN68%20LKU
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN68%2520LKU%27 HTTP/1.1" 200 None
2026-03-30 06:21:30 [bca.uk] INFO: Scrape type for KN68%20LKU: 2
2026-03-30 06:21:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b828f8f-0481-54bc-92d0-0b2b842ad97b with identifier: KN68%20LKU
2026-03-30 06:21:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b828f8f-0481-54bc-92d0-0b2b842ad97b with scrape type 2
2026-03-30 06:21:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b828f8f-0481-54bc-92d0-0b2b842ad97b with scrape type 2
2026-03-30 06:21:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b828f8f-0481-54bc-92d0-0b2b842ad97b, identifier: KN68%20LKU
2026-03-30 06:21:30 [bca.uk] INFO: Found listing with ID: YG23%20VZY
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520VZY%27 HTTP/1.1" 200 None
2026-03-30 06:21:30 [bca.uk] INFO: Scrape type for YG23%20VZY: 2
2026-03-30 06:21:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eeb27938-3d01-5f61-8844-a53fbc930510 with identifier: YG23%20VZY
2026-03-30 06:21:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eeb27938-3d01-5f61-8844-a53fbc930510 with scrape type 2
2026-03-30 06:21:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eeb27938-3d01-5f61-8844-a53fbc930510 with scrape type 2
2026-03-30 06:21:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eeb27938-3d01-5f61-8844-a53fbc930510, identifier: YG23%20VZY
2026-03-30 06:21:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab1857a2-c88b-58f0-8ca1-313104082de2 with identifier: FE69%20EUP
2026-03-30 06:21:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab1857a2-c88b-58f0-8ca1-313104082de2 with identifier: FE69%20EUP
2026-03-30 06:21:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab1857a2-c88b-58f0-8ca1-313104082de2 with identifier: FE69%20EUP to the API
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21: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:21: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': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE69%20EUP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab1857a2-c88b-58f0-8ca1-313104082de2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE69 EUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE69%20EUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 77875,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.9T 1.6 CDTI 120 LWB SPORTIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 120 LWB SPORTIVE',
 'vin': 'W0VF7G600KV643448',
 'year': 2019}
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520EUP%27 HTTP/1.1" 200 None
2026-03-30 06:21:30 [bca.uk] INFO: Saving data for FE69%20EUP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650350.44967, 'last_price_update_time': 1774851690.738078}
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE69%2520EUP') HTTP/1.1" 204 0
2026-03-30 06:21:30 [bca.uk] INFO: Found listing with ID: YO24%20MPZ
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520MPZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:30 [bca.uk] INFO: Scrape type for YO24%20MPZ: 2
2026-03-30 06:21:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12e0e664-d736-5c6e-8c74-02f32793daae with identifier: YO24%20MPZ
2026-03-30 06:21:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12e0e664-d736-5c6e-8c74-02f32793daae with scrape type 2
2026-03-30 06:21:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12e0e664-d736-5c6e-8c74-02f32793daae with scrape type 2
2026-03-30 06:21:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12e0e664-d736-5c6e-8c74-02f32793daae, identifier: YO24%20MPZ
2026-03-30 06:21:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b828f8f-0481-54bc-92d0-0b2b842ad97b with identifier: KN68%20LKU
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:21:30 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=pepper+white HTTP/1.1" 200 None
2026-03-30 06:21:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:21: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:21:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b828f8f-0481-54bc-92d0-0b2b842ad97b with identifier: KN68%20LKU
2026-03-30 06:21:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b828f8f-0481-54bc-92d0-0b2b842ad97b with identifier: KN68%20LKU to the API
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN68%20LKU-GB',
 'category': 'Car',
 'color': 'pepper white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3b828f8f-0481-54bc-92d0-0b2b842ad97b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN68 LKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN68%20LKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 59889,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWXU72040TN41444',
 'year': 2018}
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN68%2520LKU%27 HTTP/1.1" 200 None
2026-03-30 06:21:31 [bca.uk] INFO: Saving data for KN68%20LKU: {'auction_closing_time': 1775037600.0, 'created_time': 1774016170.646939, 'last_price_update_time': 1774851691.621836}
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN68%2520LKU') HTTP/1.1" 204 0
2026-03-30 06:21:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eeb27938-3d01-5f61-8844-a53fbc930510 with identifier: YG23%20VZY
2026-03-30 06:21:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eeb27938-3d01-5f61-8844-a53fbc930510 with identifier: YG23%20VZY
2026-03-30 06:21:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eeb27938-3d01-5f61-8844-a53fbc930510 with identifier: YG23%20VZY to the API
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG23%20VZY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eeb27938-3d01-5f61-8844-a53fbc930510',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG23 VZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG23%20VZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 77386,
 'odometer_reading_unit': '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': 'WVWZZZCD2PW134709',
 'year': 2023}
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520VZY%27 HTTP/1.1" 200 None
2026-03-30 06:21:31 [bca.uk] INFO: Saving data for YG23%20VZY: {'auction_closing_time': 1774951200.0, 'created_time': 1774622669.947377, 'last_price_update_time': 1774851691.914139}
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG23%2520VZY') HTTP/1.1" 204 0
2026-03-30 06:21:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:21:31 [bca.uk] INFO: Found listing with ID: FA19%20NXH
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520NXH%27 HTTP/1.1" 200 None
2026-03-30 06:21:31 [bca.uk] INFO: Scrape type for FA19%20NXH: 2
2026-03-30 06:21:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with identifier: FA19%20NXH
2026-03-30 06:21:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with scrape type 2
2026-03-30 06:21:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with scrape type 2
2026-03-30 06:21:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d28e0cdd-71d9-5fab-83a1-7b712d7a5583, identifier: FA19%20NXH
2026-03-30 06:21:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12e0e664-d736-5c6e-8c74-02f32793daae with identifier: YO24%20MPZ
2026-03-30 06:21:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12e0e664-d736-5c6e-8c74-02f32793daae with identifier: YO24%20MPZ
2026-03-30 06:21:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12e0e664-d736-5c6e-8c74-02f32793daae with identifier: YO24%20MPZ to the API
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:32 [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': 18,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO24%20MPZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '12e0e664-d736-5c6e-8c74-02f32793daae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YO24 MPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO24%20MPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 12894,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'BMW X1 1.5 XD 25E M SPORT DTC StationWagon',
 'transmission': 'automatic',
 'trim': 'XD 25E M SPORT DTC',
 'vin': 'WBA22EF0605012810',
 'year': 2024}
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520MPZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:32 [bca.uk] INFO: Saving data for YO24%20MPZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774650522.092516, 'last_price_update_time': 1774851692.306588}
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO24%2520MPZ') HTTP/1.1" 204 0
2026-03-30 06:21:32 [bca.uk] INFO: Found listing with ID: ME12%20JME
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME12%2520JME%27 HTTP/1.1" 200 None
2026-03-30 06:21:32 [bca.uk] INFO: Scrape type for ME12%20JME: 2
2026-03-30 06:21:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with identifier: ME12%20JME
2026-03-30 06:21:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with scrape type 2
2026-03-30 06:21:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with scrape type 2
2026-03-30 06:21:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b069fd1c-c678-5ed1-9c57-85d98b06e0c3, identifier: ME12%20JME
2026-03-30 06:21:32 [bca.uk] INFO: Found listing with ID: YM22%20MJX
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM22%2520MJX%27 HTTP/1.1" 200 None
2026-03-30 06:21:32 [bca.uk] INFO: Scrape type for YM22%20MJX: 2
2026-03-30 06:21:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc046c71-aef9-5f4b-a233-a4a63480c17f with identifier: YM22%20MJX
2026-03-30 06:21:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc046c71-aef9-5f4b-a233-a4a63480c17f with scrape type 2
2026-03-30 06:21:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc046c71-aef9-5f4b-a233-a4a63480c17f with scrape type 2
2026-03-30 06:21:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc046c71-aef9-5f4b-a233-a4a63480c17f, identifier: YM22%20MJX
2026-03-30 06:21:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with identifier: FA19%20NXH
2026-03-30 06:21:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with identifier: FA19%20NXH
2026-03-30 06:21:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d28e0cdd-71d9-5fab-83a1-7b712d7a5583 with identifier: FA19%20NXH to the API
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA19%20NXH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd28e0cdd-71d9-5fab-83a1-7b712d7a5583',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FA19 NXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA19%20NXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 64434,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.9T 1.6 CDTI 120 SWB SPORTIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 120 SWB SPORTIVE',
 'vin': 'W0VF7G60XKV641688',
 'year': 2019}
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520NXH%27 HTTP/1.1" 200 None
2026-03-30 06:21:32 [bca.uk] INFO: Saving data for FA19%20NXH: {'auction_closing_time': 1775124000.0, 'created_time': 1774650350.824794, 'last_price_update_time': 1774851692.934663}
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA19%2520NXH') HTTP/1.1" 204 0
2026-03-30 06:21:32 [bca.uk] INFO: Found listing with ID: AP16%20YMV
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP16%2520YMV%27 HTTP/1.1" 200 None
2026-03-30 06:21:32 [bca.uk] INFO: Scrape type for AP16%20YMV: 0
2026-03-30 06:21:32 [bca.uk] INFO: Found listing with ID: YT59%20ZZG
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT59%2520ZZG%27 HTTP/1.1" 200 None
2026-03-30 06:21:32 [bca.uk] INFO: Scrape type for YT59%20ZZG: 2
2026-03-30 06:21:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with identifier: YT59%20ZZG
2026-03-30 06:21:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with scrape type 2
2026-03-30 06:21:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with scrape type 2
2026-03-30 06:21:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa, identifier: YT59%20ZZG
2026-03-30 06:21:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with identifier: ME12%20JME
2026-03-30 06:21:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with identifier: ME12%20JME
2026-03-30 06:21:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b069fd1c-c678-5ed1-9c57-85d98b06e0c3 with identifier: ME12%20JME to the API
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME12%20JME-GB',
 'category': 'Car',
 'color': 'carbon black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b069fd1c-c678-5ed1-9c57-85d98b06e0c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ME12 JME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME12%20JME&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 123693,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 30D M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBAKS420100V27081',
 'year': 2017}
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME12%2520JME%27 HTTP/1.1" 200 None
2026-03-30 06:21:33 [bca.uk] INFO: Saving data for ME12%20JME: {'auction_closing_time': 1775037600.0, 'created_time': 1774564047.549351, 'last_price_update_time': 1774851693.360513}
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME12%2520JME') HTTP/1.1" 204 0
2026-03-30 06:21:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc046c71-aef9-5f4b-a233-a4a63480c17f with identifier: YM22%20MJX
2026-03-30 06:21:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc046c71-aef9-5f4b-a233-a4a63480c17f with identifier: YM22%20MJX
2026-03-30 06:21:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc046c71-aef9-5f4b-a233-a4a63480c17f with identifier: YM22%20MJX to the API
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 48,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM22%20MJX-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': 'bc046c71-aef9-5f4b-a233-a4a63480c17f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM22 MJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM22%20MJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 45245,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV CORE BRIGHT StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV CORE BRIGHT',
 'vin': 'YV1XZBWV9P2916266',
 'year': 2022}
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM22%2520MJX%27 HTTP/1.1" 200 None
2026-03-30 06:21:33 [bca.uk] INFO: Saving data for YM22%20MJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774622670.976316, 'last_price_update_time': 1774851693.675424}
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM22%2520MJX') HTTP/1.1" 204 0
2026-03-30 06:21:33 [bca.uk] INFO: Found listing with ID: BV16%20OFL
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV16%2520OFL%27 HTTP/1.1" 200 None
2026-03-30 06:21:33 [bca.uk] INFO: Scrape type for BV16%20OFL: 2
2026-03-30 06:21:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with identifier: BV16%20OFL
2026-03-30 06:21:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with scrape type 2
2026-03-30 06:21:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with scrape type 2
2026-03-30 06:21:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93, identifier: BV16%20OFL
2026-03-30 06:21:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with identifier: YT59%20ZZG
2026-03-30 06:21:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with identifier: YT59%20ZZG
2026-03-30 06:21:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa with identifier: YT59%20ZZG to the API
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT59%20ZZG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fe286401-c9ac-55ad-9ffc-e5d56aa0d2fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT59 ZZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT59%20ZZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 65796,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 60 MATCH Hatchback',
 'transmission': 'manual',
 'trim': '60 MATCH',
 'vin': 'WVWZZZ9NZ9U037115',
 'year': 2009}
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT59%2520ZZG%27 HTTP/1.1" 200 None
2026-03-30 06:21:34 [bca.uk] INFO: Saving data for YT59%20ZZG: {'auction_closing_time': 1775037600.0, 'created_time': 1774478150.963315, 'last_price_update_time': 1774851694.088718}
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT59%2520ZZG') HTTP/1.1" 204 0
2026-03-30 06:21:34 [bca.uk] INFO: Found listing with ID: MH18%20WSW
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH18%2520WSW%27 HTTP/1.1" 200 None
2026-03-30 06:21:34 [bca.uk] INFO: Scrape type for MH18%20WSW: 2
2026-03-30 06:21:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da77b482-9430-5e1d-b81d-7044d2ac769c with identifier: MH18%20WSW
2026-03-30 06:21:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da77b482-9430-5e1d-b81d-7044d2ac769c with scrape type 2
2026-03-30 06:21:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da77b482-9430-5e1d-b81d-7044d2ac769c with scrape type 2
2026-03-30 06:21:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da77b482-9430-5e1d-b81d-7044d2ac769c, identifier: MH18%20WSW
2026-03-30 06:21:34 [bca.uk] INFO: Found listing with ID: LS73%20MJV
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520MJV%27 HTTP/1.1" 200 None
2026-03-30 06:21:34 [bca.uk] INFO: Scrape type for LS73%20MJV: 2
2026-03-30 06:21:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b10fd1c0-1670-5e60-88ca-d164df3314a1 with identifier: LS73%20MJV
2026-03-30 06:21:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b10fd1c0-1670-5e60-88ca-d164df3314a1 with scrape type 2
2026-03-30 06:21:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b10fd1c0-1670-5e60-88ca-d164df3314a1 with scrape type 2
2026-03-30 06:21:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b10fd1c0-1670-5e60-88ca-d164df3314a1, identifier: LS73%20MJV
2026-03-30 06:21:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with identifier: BV16%20OFL
2026-03-30 06:21:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with identifier: BV16%20OFL
2026-03-30 06:21:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93 with identifier: BV16%20OFL to the API
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 146,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f98d0e0-fcf8-52c8-bfaf-df6c8e857e93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV16 OFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV16%20OFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 81137,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD SE TECH',
 'vin': 'SALVA2AN1GH149854',
 'year': 2016}
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV16%2520OFL%27 HTTP/1.1" 200 None
2026-03-30 06:21:34 [bca.uk] INFO: Saving data for BV16%20OFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774650337.682573, 'last_price_update_time': 1774851694.687253}
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV16%2520OFL') HTTP/1.1" 204 0
2026-03-30 06:21:34 [bca.uk] INFO: Found listing with ID: LP73%20KTK
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520KTK%27 HTTP/1.1" 200 None
2026-03-30 06:21:34 [bca.uk] INFO: Scrape type for LP73%20KTK: 2
2026-03-30 06:21:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with identifier: LP73%20KTK
2026-03-30 06:21:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with scrape type 2
2026-03-30 06:21:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with scrape type 2
2026-03-30 06:21:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68, identifier: LP73%20KTK
2026-03-30 06:21:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da77b482-9430-5e1d-b81d-7044d2ac769c with identifier: MH18%20WSW
2026-03-30 06:21:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da77b482-9430-5e1d-b81d-7044d2ac769c with identifier: MH18%20WSW
2026-03-30 06:21:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da77b482-9430-5e1d-b81d-7044d2ac769c with identifier: MH18%20WSW to the API
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH18%20WSW-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da77b482-9430-5e1d-b81d-7044d2ac769c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MH18 WSW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH18%20WSW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'X4',
 'odometer': 97059,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X4 3.0 XDRIVE 30D X LINE STEP Coupe',
 'transmission': 'manual',
 'trim': 'XDRIVE 30D X LINE STEP',
 'vin': 'WBAXX320600N99413',
 'year': 2018}
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH18%2520WSW%27 HTTP/1.1" 200 None
2026-03-30 06:21:35 [bca.uk] INFO: Saving data for MH18%20WSW: {'auction_closing_time': 1775037600.0, 'created_time': 1774016171.375647, 'last_price_update_time': 1774851695.097545}
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH18%2520WSW') HTTP/1.1" 204 0
2026-03-30 06:21:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b10fd1c0-1670-5e60-88ca-d164df3314a1 with identifier: LS73%20MJV
2026-03-30 06:21:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b10fd1c0-1670-5e60-88ca-d164df3314a1 with identifier: LS73%20MJV
2026-03-30 06:21:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b10fd1c0-1670-5e60-88ca-d164df3314a1 with identifier: LS73%20MJV to the API
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS73%20MJV-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b10fd1c0-1670-5e60-88ca-d164df3314a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS73 MJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS73%20MJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 65094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY72AW000FR46987',
 'year': 2023}
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520MJV%27 HTTP/1.1" 200 None
2026-03-30 06:21:35 [bca.uk] INFO: Saving data for LS73%20MJV: {'auction_closing_time': 1774951200.0, 'created_time': 1774622674.544993, 'last_price_update_time': 1774851695.393254}
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS73%2520MJV') HTTP/1.1" 204 0
2026-03-30 06:21:35 [bca.uk] INFO: Found listing with ID: BX70%20LBV
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520LBV%27 HTTP/1.1" 200 None
2026-03-30 06:21:35 [bca.uk] INFO: Scrape type for BX70%20LBV: 2
2026-03-30 06:21:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24443154-06d2-5ae4-b6e3-6fb1561dd987 with identifier: BX70%20LBV
2026-03-30 06:21:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24443154-06d2-5ae4-b6e3-6fb1561dd987 with scrape type 2
2026-03-30 06:21:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24443154-06d2-5ae4-b6e3-6fb1561dd987 with scrape type 2
2026-03-30 06:21:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24443154-06d2-5ae4-b6e3-6fb1561dd987, identifier: BX70%20LBV
2026-03-30 06:21:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with identifier: LP73%20KTK
2026-03-30 06:21:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with identifier: LP73%20KTK
2026-03-30 06:21:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68 with identifier: LP73%20KTK to the API
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:35 [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': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP73%20KTK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2ee68b4f-cad6-5a0e-a6fb-3f1f4e3b4d68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP73 KTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP73%20KTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 1873,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'VNKKBAC380A330565',
 'year': 2024}
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520KTK%27 HTTP/1.1" 200 None
2026-03-30 06:21:35 [bca.uk] INFO: Saving data for LP73%20KTK: {'auction_closing_time': 1775556000.0, 'created_time': 1774650521.704967, 'last_price_update_time': 1774851695.801648}
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP73%2520KTK') HTTP/1.1" 204 0
2026-03-30 06:21:35 [bca.uk] INFO: Found listing with ID: MW67%20EEN
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520EEN%27 HTTP/1.1" 200 None
2026-03-30 06:21:35 [bca.uk] INFO: Scrape type for MW67%20EEN: 2
2026-03-30 06:21:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with identifier: MW67%20EEN
2026-03-30 06:21:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with scrape type 2
2026-03-30 06:21:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with scrape type 2
2026-03-30 06:21:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67fee5ac-9a26-5fb4-9b7e-120a40730f36, identifier: MW67%20EEN
2026-03-30 06:21:35 [bca.uk] INFO: Found listing with ID: AF23%20PCY
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520PCY%27 HTTP/1.1" 200 None
2026-03-30 06:21:35 [bca.uk] INFO: Scrape type for AF23%20PCY: 2
2026-03-30 06:21:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be1d6b9e-557a-58dc-a701-7db771979c08 with identifier: AF23%20PCY
2026-03-30 06:21:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be1d6b9e-557a-58dc-a701-7db771979c08 with scrape type 2
2026-03-30 06:21:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be1d6b9e-557a-58dc-a701-7db771979c08 with scrape type 2
2026-03-30 06:21:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be1d6b9e-557a-58dc-a701-7db771979c08, identifier: AF23%20PCY
2026-03-30 06:21:36 [bca.uk] INFO: Total items found: 100
2026-03-30 06:21:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded
2026-03-30 06:21:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:21:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:21:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24443154-06d2-5ae4-b6e3-6fb1561dd987 with identifier: BX70%20LBV
2026-03-30 06:21:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24443154-06d2-5ae4-b6e3-6fb1561dd987 with identifier: BX70%20LBV
2026-03-30 06:21:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24443154-06d2-5ae4-b6e3-6fb1561dd987 with identifier: BX70%20LBV to the API
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX70%20LBV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24443154-06d2-5ae4-b6e3-6fb1561dd987',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX70 LBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX70%20LBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 32004,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 TD UTAH 4X4 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TD UTAH 4X4',
 'vin': 'MPATFS87JKT002355',
 'year': 2020}
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520LBV%27 HTTP/1.1" 200 None
2026-03-30 06:21:36 [bca.uk] INFO: Saving data for BX70%20LBV: {'auction_closing_time': 1775124000.0, 'created_time': 1774650351.201421, 'last_price_update_time': 1774851696.338959}
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX70%2520LBV') HTTP/1.1" 204 0
2026-03-30 06:21:36 [bca.uk] INFO: Found listing with ID: YG20%20WDN
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520WDN%27 HTTP/1.1" 200 None
2026-03-30 06:21:36 [bca.uk] INFO: Scrape type for YG20%20WDN: 2
2026-03-30 06:21:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cceef5e2-11be-5f29-8ac9-02cf23a21f97 with identifier: YG20%20WDN
2026-03-30 06:21:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cceef5e2-11be-5f29-8ac9-02cf23a21f97 with scrape type 2
2026-03-30 06:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cceef5e2-11be-5f29-8ac9-02cf23a21f97 with scrape type 2
2026-03-30 06:21:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cceef5e2-11be-5f29-8ac9-02cf23a21f97, identifier: YG20%20WDN
2026-03-30 06:21:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with identifier: MW67%20EEN
2026-03-30 06:21:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with identifier: MW67%20EEN
2026-03-30 06:21:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67fee5ac-9a26-5fb4-9b7e-120a40730f36 with identifier: MW67%20EEN to the API
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW67%20EEN-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '67fee5ac-9a26-5fb4-9b7e-120a40730f36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW67 EEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW67%20EEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '218I',
 'odometer': 47431,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 218I 1.5 T SPORT Coupe',
 'transmission': 'manual',
 'trim': 'T SPORT',
 'vin': 'WBA2H32000VB97965',
 'year': 2017}
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520EEN%27 HTTP/1.1" 200 None
2026-03-30 06:21:36 [bca.uk] INFO: Saving data for MW67%20EEN: {'auction_closing_time': 1775037600.0, 'created_time': 1774564057.26907, 'last_price_update_time': 1774851696.835625}
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW67%2520EEN') HTTP/1.1" 204 0
2026-03-30 06:21:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be1d6b9e-557a-58dc-a701-7db771979c08 with identifier: AF23%20PCY
2026-03-30 06:21:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be1d6b9e-557a-58dc-a701-7db771979c08 with identifier: AF23%20PCY
2026-03-30 06:21:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be1d6b9e-557a-58dc-a701-7db771979c08 with identifier: AF23%20PCY to the API
2026-03-30 06:21:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 30,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20PCY-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': 'be1d6b9e-557a-58dc-a701-7db771979c08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF23 PCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20PCY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 98114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 45E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 45E M SPORT',
 'vin': 'WBATA620809R18498',
 'year': 2023}
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520PCY%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Saving data for AF23%20PCY: {'auction_closing_time': 1774951200.0, 'created_time': 1774622585.850905, 'last_price_update_time': 1774851697.123917}
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520PCY') HTTP/1.1" 204 0
2026-03-30 06:21:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:21:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: ND18%20HSE
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND18%2520HSE%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for ND18%20HSE: 2
2026-03-30 06:21:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with identifier: ND18%20HSE
2026-03-30 06:21:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with scrape type 2
2026-03-30 06:21:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with scrape type 2
2026-03-30 06:21:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd886322-2c1a-5d7c-89d1-cac74d4b7b26, identifier: ND18%20HSE
2026-03-30 06:21:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cceef5e2-11be-5f29-8ac9-02cf23a21f97 with identifier: YG20%20WDN
2026-03-30 06:21:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cceef5e2-11be-5f29-8ac9-02cf23a21f97 with identifier: YG20%20WDN
2026-03-30 06:21:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cceef5e2-11be-5f29-8ac9-02cf23a21f97 with identifier: YG20%20WDN to the API
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG20%20WDN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cceef5e2-11be-5f29-8ac9-02cf23a21f97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG20 WDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG20%20WDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 53074,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q SPORT',
 'vin': 'WAUZZZGE6LB028393',
 'year': 2020}
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520WDN%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Saving data for YG20%20WDN: {'auction_closing_time': 1775037600.0, 'created_time': 1774534881.503252, 'last_price_update_time': 1774851697.52543}
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG20%2520WDN') HTTP/1.1" 204 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: ND71%20WXU
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND71%2520WXU%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for ND71%20WXU: 2
2026-03-30 06:21:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baf2c6cb-402d-5156-88db-18964ae74457 with identifier: ND71%20WXU
2026-03-30 06:21:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baf2c6cb-402d-5156-88db-18964ae74457 with scrape type 2
2026-03-30 06:21:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baf2c6cb-402d-5156-88db-18964ae74457 with scrape type 2
2026-03-30 06:21:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: baf2c6cb-402d-5156-88db-18964ae74457, identifier: ND71%20WXU
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: AF72%20YWW
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520YWW%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for AF72%20YWW: 2
2026-03-30 06:21:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44fed481-a776-56e9-95bc-c07a887feab7 with identifier: AF72%20YWW
2026-03-30 06:21:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44fed481-a776-56e9-95bc-c07a887feab7 with scrape type 2
2026-03-30 06:21:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44fed481-a776-56e9-95bc-c07a887feab7 with scrape type 2
2026-03-30 06:21:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44fed481-a776-56e9-95bc-c07a887feab7, identifier: AF72%20YWW
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: DU21%20XKJ
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520XKJ%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for DU21%20XKJ: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: CX71%20BYN
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BYN%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for CX71%20BYN: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: BN72%20XXD
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN72%2520XXD%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for BN72%20XXD: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: BK71%20HYF
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520HYF%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for BK71%20HYF: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: YS21%20SXV
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520SXV%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for YS21%20SXV: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: YF58%20GKZ
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF58%2520GKZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for YF58%20GKZ: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: WJZ%206428
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJZ%25206428%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for WJZ%206428: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: LD21%20EXT
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520EXT%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for LD21%20EXT: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: LB22%20JKZ
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JKZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for LB22%20JKZ: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: KY23%20LWC
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWC%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for KY23%20LWC: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: DL69%20LUF
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL69%2520LUF%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for DL69%20LUF: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: BN19%20XAZ
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN19%2520XAZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for BN19%20XAZ: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: BJ22%20ZBT
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520ZBT%27 HTTP/1.1" 200 None
2026-03-30 06:21:37 [bca.uk] INFO: Scrape type for BJ22%20ZBT: 0
2026-03-30 06:21:37 [bca.uk] INFO: Found listing with ID: BF72%20EYD
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520EYD%27 HTTP/1.1" 200 None
2026-03-30 06:21:38 [bca.uk] INFO: Scrape type for BF72%20EYD: 0
2026-03-30 06:21:38 [bca.uk] INFO: Found listing with ID: BF20%20WHE
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF20%2520WHE%27 HTTP/1.1" 200 None
2026-03-30 06:21:38 [bca.uk] INFO: Scrape type for BF20%20WHE: 0
2026-03-30 06:21:38 [bca.uk] INFO: Found listing with ID: CN19%20KZE
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN19%2520KZE%27 HTTP/1.1" 200 None
2026-03-30 06:21:38 [bca.uk] INFO: Scrape type for CN19%20KZE: 0
2026-03-30 06:21:38 [bca.uk] INFO: Found listing with ID: YP67%20XUL
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520XUL%27 HTTP/1.1" 200 None
2026-03-30 06:21:38 [bca.uk] INFO: Scrape type for YP67%20XUL: 0
2026-03-30 06:21:38 [bca.uk] INFO: Found listing with ID: VE72%20PPO
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520PPO%27 HTTP/1.1" 200 None
2026-03-30 06:21:38 [bca.uk] INFO: Scrape type for VE72%20PPO: 0
2026-03-30 06:21:38 [bca.uk] INFO: Found listing with ID: GV07%20VPA
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV07%2520VPA%27 HTTP/1.1" 200 None
2026-03-30 06:21:38 [bca.uk] INFO: Scrape type for GV07%20VPA: 0
2026-03-30 06:21:38 [bca.uk] INFO: Found listing with ID: LN14%20FHW
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520FHW%27 HTTP/1.1" 200 None
2026-03-30 06:21:38 [bca.uk] INFO: Scrape type for LN14%20FHW: 2
2026-03-30 06:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0eb8cba-2709-56fc-a801-ce60b98baa13 with identifier: LN14%20FHW
2026-03-30 06:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0eb8cba-2709-56fc-a801-ce60b98baa13 with scrape type 2
2026-03-30 06:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0eb8cba-2709-56fc-a801-ce60b98baa13 with scrape type 2
2026-03-30 06:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0eb8cba-2709-56fc-a801-ce60b98baa13, identifier: LN14%20FHW
2026-03-30 06:21:38 [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:21:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with identifier: ND18%20HSE
2026-03-30 06:21:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with identifier: ND18%20HSE
2026-03-30 06:21:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd886322-2c1a-5d7c-89d1-cac74d4b7b26 with identifier: ND18%20HSE to the API
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:38 [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': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND18%20HSE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dd886322-2c1a-5d7c-89d1-cac74d4b7b26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND18 HSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND18%20HSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 64010,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 SE',
 'vin': 'WVWZZZAWZJU030195',
 'year': 2018}
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND18%2520HSE%27 HTTP/1.1" 200 None
2026-03-30 06:21:38 [bca.uk] INFO: Saving data for ND18%20HSE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650353.019781, 'last_price_update_time': 1774851698.53173}
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND18%2520HSE') HTTP/1.1" 204 0
2026-03-30 06:21:38 [bca.uk] INFO: Found listing with ID: LO72%20AHV
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHV%27 HTTP/1.1" 200 None
2026-03-30 06:21:38 [bca.uk] INFO: Scrape type for LO72%20AHV: 2
2026-03-30 06:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38775142-554e-539a-9775-788f4f68d9c3 with identifier: LO72%20AHV
2026-03-30 06:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38775142-554e-539a-9775-788f4f68d9c3 with scrape type 2
2026-03-30 06:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38775142-554e-539a-9775-788f4f68d9c3 with scrape type 2
2026-03-30 06:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38775142-554e-539a-9775-788f4f68d9c3, identifier: LO72%20AHV
2026-03-30 06:21:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: baf2c6cb-402d-5156-88db-18964ae74457 with identifier: ND71%20WXU
2026-03-30 06:21:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: baf2c6cb-402d-5156-88db-18964ae74457 with identifier: ND71%20WXU
2026-03-30 06:21:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: baf2c6cb-402d-5156-88db-18964ae74457 with identifier: ND71%20WXU to the API
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND71%20WXU-GB',
 'category': 'Car',
 'color': 'chili red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'baf2c6cb-402d-5156-88db-18964ae74457',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ND71 WXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND71%20WXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 21919,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
 'transmission': 'automatic',
 'trim': '135KW 33KWH COOPER S L2',
 'vin': 'WMW12DJ0402R96182',
 'year': 2021}
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND71%2520WXU%27 HTTP/1.1" 200 None
2026-03-30 06:21:39 [bca.uk] INFO: Saving data for ND71%20WXU: {'auction_closing_time': 1775037600.0, 'created_time': 1774564033.408635, 'last_price_update_time': 1774851699.024764}
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND71%2520WXU') HTTP/1.1" 204 0
2026-03-30 06:21:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44fed481-a776-56e9-95bc-c07a887feab7 with identifier: AF72%20YWW
2026-03-30 06:21:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44fed481-a776-56e9-95bc-c07a887feab7 with identifier: AF72%20YWW
2026-03-30 06:21:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44fed481-a776-56e9-95bc-c07a887feab7 with identifier: AF72%20YWW to the API
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF72%20YWW-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': '44fed481-a776-56e9-95bc-c07a887feab7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF72 YWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF72%20YWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 70730,
 'odometer_reading_unit': '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 XDRIVE 30E M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT',
 'vin': 'WBA62DP0309N75655',
 'year': 2022}
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520YWW%27 HTTP/1.1" 200 None
2026-03-30 06:21:39 [bca.uk] INFO: Saving data for AF72%20YWW: {'auction_closing_time': 1774951200.0, 'created_time': 1774622600.716289, 'last_price_update_time': 1774851699.330616}
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF72%2520YWW') HTTP/1.1" 204 0
2026-03-30 06:21:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0eb8cba-2709-56fc-a801-ce60b98baa13 with identifier: LN14%20FHW
2026-03-30 06:21:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0eb8cba-2709-56fc-a801-ce60b98baa13 with identifier: LN14%20FHW
2026-03-30 06:21:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0eb8cba-2709-56fc-a801-ce60b98baa13 with identifier: LN14%20FHW to the API
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN14%20FHW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a0eb8cba-2709-56fc-a801-ce60b98baa13',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN14 FHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN14%20FHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 77611,
 'odometer_reading_unit': '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 70 MATCH EDITION Hatchback',
 'transmission': 'manual',
 'trim': '70 MATCH EDITION',
 'vin': 'WVWZZZ6RZEU028219',
 'year': 2014}
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520FHW%27 HTTP/1.1" 200 None
2026-03-30 06:21:39 [bca.uk] INFO: Saving data for LN14%20FHW: {'auction_closing_time': 1775037600.0, 'created_time': 1774622651.019315, 'last_price_update_time': 1774851699.636281}
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN14%2520FHW') HTTP/1.1" 204 0
2026-03-30 06:21:39 [bca.uk] INFO: Found listing with ID: FN17%20TKU
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520TKU%27 HTTP/1.1" 200 None
2026-03-30 06:21:39 [bca.uk] INFO: Scrape type for FN17%20TKU: 2
2026-03-30 06:21:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with identifier: FN17%20TKU
2026-03-30 06:21:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with scrape type 2
2026-03-30 06:21:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with scrape type 2
2026-03-30 06:21:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0, identifier: FN17%20TKU
2026-03-30 06:21:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38775142-554e-539a-9775-788f4f68d9c3 with identifier: LO72%20AHV
2026-03-30 06:21:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38775142-554e-539a-9775-788f4f68d9c3 with identifier: LO72%20AHV
2026-03-30 06:21:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38775142-554e-539a-9775-788f4f68d9c3 with identifier: LO72%20AHV to the API
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20AHV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38775142-554e-539a-9775-788f4f68d9c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 AHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20AHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 18421,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC400071417',
 'year': 2022}
2026-03-30 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHV%27 HTTP/1.1" 200 None
2026-03-30 06:21:40 [bca.uk] INFO: Saving data for LO72%20AHV: {'auction_closing_time': 1775556000.0, 'created_time': 1774650481.106629, 'last_price_update_time': 1774851700.102904}
2026-03-30 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AHV') HTTP/1.1" 204 0
2026-03-30 06:21:40 [bca.uk] INFO: Found listing with ID: ST18%20XWJ
2026-03-30 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST18%2520XWJ%27 HTTP/1.1" 200 None
2026-03-30 06:21:40 [bca.uk] INFO: Scrape type for ST18%20XWJ: 2
2026-03-30 06:21:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cecd0e82-deb5-5775-a11a-190139ab30d8 with identifier: ST18%20XWJ
2026-03-30 06:21:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cecd0e82-deb5-5775-a11a-190139ab30d8 with scrape type 2
2026-03-30 06:21:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cecd0e82-deb5-5775-a11a-190139ab30d8 with scrape type 2
2026-03-30 06:21:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cecd0e82-deb5-5775-a11a-190139ab30d8, identifier: ST18%20XWJ
2026-03-30 06:21:40 [bca.uk] INFO: Found listing with ID: LD23%20OCN
2026-03-30 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520OCN%27 HTTP/1.1" 200 None
2026-03-30 06:21:40 [bca.uk] INFO: Scrape type for LD23%20OCN: 2
2026-03-30 06:21:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8127f68-797d-5fa1-8231-057de2a1e6d4 with identifier: LD23%20OCN
2026-03-30 06:21:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8127f68-797d-5fa1-8231-057de2a1e6d4 with scrape type 2
2026-03-30 06:21:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8127f68-797d-5fa1-8231-057de2a1e6d4 with scrape type 2
2026-03-30 06:21:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8127f68-797d-5fa1-8231-057de2a1e6d4, identifier: LD23%20OCN
2026-03-30 06:21:40 [bca.uk] INFO: Found listing with ID: VO21%20XRD
2026-03-30 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520XRD%27 HTTP/1.1" 200 None
2026-03-30 06:21:40 [bca.uk] INFO: Scrape type for VO21%20XRD: 2
2026-03-30 06:21:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37818c6c-e52d-5fe1-8dbc-ad903001a3e0 with identifier: VO21%20XRD
2026-03-30 06:21:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37818c6c-e52d-5fe1-8dbc-ad903001a3e0 with scrape type 2
2026-03-30 06:21:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37818c6c-e52d-5fe1-8dbc-ad903001a3e0 with scrape type 2
2026-03-30 06:21:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37818c6c-e52d-5fe1-8dbc-ad903001a3e0, identifier: VO21%20XRD
2026-03-30 06:21:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with identifier: FN17%20TKU
2026-03-30 06:21:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with identifier: FN17%20TKU
2026-03-30 06:21:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ff44d0f-3927-55dc-9f3f-c04a8f537ef0 with identifier: FN17%20TKU to the API
2026-03-30 06:21:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 49,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0ff44d0f-3927-55dc-9f3f-c04a8f537ef0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN17 TKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN17%20TKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 128019,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 T8 T/E INSCRIPTION G/T StationWagon',
 'transmission': 'manual',
 'trim': 'T8 T/E INSCRIPTION G/T',
 'vin': 'YV1LFBABDH1170120',
 'year': 2017}
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520TKU%27 HTTP/1.1" 200 None
2026-03-30 06:21:41 [bca.uk] INFO: Saving data for FN17%20TKU: {'auction_closing_time': 1775037600.0, 'created_time': 1774650336.307899, 'last_price_update_time': 1774851701.460384}
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN17%2520TKU') HTTP/1.1" 204 0
2026-03-30 06:21:41 [bca.uk] INFO: Found listing with ID: LO72%20AHU
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHU%27 HTTP/1.1" 200 None
2026-03-30 06:21:41 [bca.uk] INFO: Scrape type for LO72%20AHU: 2
2026-03-30 06:21:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51a41eb2-79f2-584c-9244-15b56c64efe8 with identifier: LO72%20AHU
2026-03-30 06:21:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51a41eb2-79f2-584c-9244-15b56c64efe8 with scrape type 2
2026-03-30 06:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51a41eb2-79f2-584c-9244-15b56c64efe8 with scrape type 2
2026-03-30 06:21:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51a41eb2-79f2-584c-9244-15b56c64efe8, identifier: LO72%20AHU
2026-03-30 06:21:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cecd0e82-deb5-5775-a11a-190139ab30d8 with identifier: ST18%20XWJ
2026-03-30 06:21:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cecd0e82-deb5-5775-a11a-190139ab30d8 with identifier: ST18%20XWJ
2026-03-30 06:21:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cecd0e82-deb5-5775-a11a-190139ab30d8 with identifier: ST18%20XWJ to the API
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST18%20XWJ-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cecd0e82-deb5-5775-a11a-190139ab30d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST18 XWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST18%20XWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 67127,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D M SPORT (7S) StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D M SPORT (7S)',
 'vin': 'WBAKS620400Z46876',
 'year': 2018}
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST18%2520XWJ%27 HTTP/1.1" 200 None
2026-03-30 06:21:41 [bca.uk] INFO: Saving data for ST18%20XWJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773828517.2653, 'last_price_update_time': 1774851701.872242}
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST18%2520XWJ') HTTP/1.1" 204 0
2026-03-30 06:21:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8127f68-797d-5fa1-8231-057de2a1e6d4 with identifier: LD23%20OCN
2026-03-30 06:21:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8127f68-797d-5fa1-8231-057de2a1e6d4 with identifier: LD23%20OCN
2026-03-30 06:21:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8127f68-797d-5fa1-8231-057de2a1e6d4 with identifier: LD23%20OCN to the API
2026-03-30 06:21:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20OCN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a8127f68-797d-5fa1-8231-057de2a1e6d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD23 OCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20OCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'PROCEED SW',
 'odometer': 51225,
 'odometer_reading_unit': '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': 'U5YH2G15LPL067146',
 'year': 2023}
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520OCN%27 HTTP/1.1" 200 None
2026-03-30 06:21:42 [bca.uk] INFO: Saving data for LD23%20OCN: {'auction_closing_time': 1774951200.0, 'created_time': 1774622675.164846, 'last_price_update_time': 1774851702.173603}
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520OCN') HTTP/1.1" 204 0
2026-03-30 06:21:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37818c6c-e52d-5fe1-8dbc-ad903001a3e0 with identifier: VO21%20XRD
2026-03-30 06:21:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37818c6c-e52d-5fe1-8dbc-ad903001a3e0 with identifier: VO21%20XRD
2026-03-30 06:21:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37818c6c-e52d-5fe1-8dbc-ad903001a3e0 with identifier: VO21%20XRD to the API
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO21%20XRD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '37818c6c-e52d-5fe1-8dbc-ad903001a3e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO21 XRD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO21%20XRD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 52138,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ELITE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ELITE PREMIUM',
 'vin': 'VXKUPHNEKM4140459',
 'year': 2021}
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520XRD%27 HTTP/1.1" 200 None
2026-03-30 06:21:42 [bca.uk] INFO: Saving data for VO21%20XRD: {'auction_closing_time': 1775037600.0, 'created_time': 1774622645.973036, 'last_price_update_time': 1774851702.46013}
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO21%2520XRD') HTTP/1.1" 204 0
2026-03-30 06:21:42 [bca.uk] INFO: Found listing with ID: BV13%20YGP
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV13%2520YGP%27 HTTP/1.1" 200 None
2026-03-30 06:21:42 [bca.uk] INFO: Scrape type for BV13%20YGP: 0
2026-03-30 06:21:42 [bca.uk] INFO: Found listing with ID: LB71%20BRF
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520BRF%27 HTTP/1.1" 200 None
2026-03-30 06:21:42 [bca.uk] INFO: Scrape type for LB71%20BRF: 2
2026-03-30 06:21:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 540420a9-6ec2-51e1-a855-76fb94e123df with identifier: LB71%20BRF
2026-03-30 06:21:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 540420a9-6ec2-51e1-a855-76fb94e123df with scrape type 2
2026-03-30 06:21:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 540420a9-6ec2-51e1-a855-76fb94e123df with scrape type 2
2026-03-30 06:21:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 540420a9-6ec2-51e1-a855-76fb94e123df, identifier: LB71%20BRF
2026-03-30 06:21:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51a41eb2-79f2-584c-9244-15b56c64efe8 with identifier: LO72%20AHU
2026-03-30 06:21:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51a41eb2-79f2-584c-9244-15b56c64efe8 with identifier: LO72%20AHU
2026-03-30 06:21:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51a41eb2-79f2-584c-9244-15b56c64efe8 with identifier: LO72%20AHU to the API
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20AHU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '51a41eb2-79f2-584c-9244-15b56c64efe8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 AHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20AHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 23283,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC000071592',
 'year': 2022}
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AHU%27 HTTP/1.1" 200 None
2026-03-30 06:21:42 [bca.uk] INFO: Saving data for LO72%20AHU: {'auction_closing_time': 1775556000.0, 'created_time': 1774650482.272678, 'last_price_update_time': 1774851702.900891}
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AHU') HTTP/1.1" 204 0
2026-03-30 06:21:42 [bca.uk] INFO: Found listing with ID: YF71%20LXO
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520LXO%27 HTTP/1.1" 200 None
2026-03-30 06:21:42 [bca.uk] INFO: Scrape type for YF71%20LXO: 2
2026-03-30 06:21:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6708d7f6-86f7-5d2b-a658-52c365bffdcd with identifier: YF71%20LXO
2026-03-30 06:21:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6708d7f6-86f7-5d2b-a658-52c365bffdcd with scrape type 2
2026-03-30 06:21:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6708d7f6-86f7-5d2b-a658-52c365bffdcd with scrape type 2
2026-03-30 06:21:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6708d7f6-86f7-5d2b-a658-52c365bffdcd, identifier: YF71%20LXO
2026-03-30 06:21:43 [bca.uk] INFO: Found listing with ID: LS22%20UMH
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520UMH%27 HTTP/1.1" 200 None
2026-03-30 06:21:43 [bca.uk] INFO: Scrape type for LS22%20UMH: 0
2026-03-30 06:21:43 [bca.uk] INFO: Found listing with ID: RO72%20TMV
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520TMV%27 HTTP/1.1" 200 None
2026-03-30 06:21:43 [bca.uk] INFO: Scrape type for RO72%20TMV: 2
2026-03-30 06:21:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fae82873-5fee-5b9c-a072-cc0c05296c8a with identifier: RO72%20TMV
2026-03-30 06:21:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fae82873-5fee-5b9c-a072-cc0c05296c8a with scrape type 2
2026-03-30 06:21:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fae82873-5fee-5b9c-a072-cc0c05296c8a with scrape type 2
2026-03-30 06:21:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fae82873-5fee-5b9c-a072-cc0c05296c8a, identifier: RO72%20TMV
2026-03-30 06:21:43 [bca.uk] INFO: Found listing with ID: YT64%20EPL
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520EPL%27 HTTP/1.1" 200 None
2026-03-30 06:21:43 [bca.uk] INFO: Scrape type for YT64%20EPL: 2
2026-03-30 06:21:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83418be7-1254-50c6-8e58-feef0dd2e038 with identifier: YT64%20EPL
2026-03-30 06:21:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83418be7-1254-50c6-8e58-feef0dd2e038 with scrape type 2
2026-03-30 06:21:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83418be7-1254-50c6-8e58-feef0dd2e038 with scrape type 2
2026-03-30 06:21:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83418be7-1254-50c6-8e58-feef0dd2e038, identifier: YT64%20EPL
2026-03-30 06:21:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 540420a9-6ec2-51e1-a855-76fb94e123df with identifier: LB71%20BRF
2026-03-30 06:21:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 540420a9-6ec2-51e1-a855-76fb94e123df with identifier: LB71%20BRF
2026-03-30 06:21:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 540420a9-6ec2-51e1-a855-76fb94e123df with identifier: LB71%20BRF to the API
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB71%20BRF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '540420a9-6ec2-51e1-a855-76fb94e123df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB71 BRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB71%20BRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'PROACE E',
 'odometer': 50685,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE E 100KW 50KWH MEDIUM ICON (11KC) PanelVan',
 'transmission': 'automatic',
 'trim': '100KW 50KWH MEDIUM ICON (11KC)',
 'vin': 'YARV1ZKXZGZ212617',
 'year': 2021}
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520BRF%27 HTTP/1.1" 200 None
2026-03-30 06:21:43 [bca.uk] INFO: Saving data for LB71%20BRF: {'auction_closing_time': 1775037600.0, 'created_time': 1774650323.151253, 'last_price_update_time': 1774851703.619688}
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB71%2520BRF') HTTP/1.1" 204 0
2026-03-30 06:21:43 [bca.uk] INFO: Found listing with ID: FE22%20ZKO
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZKO%27 HTTP/1.1" 200 None
2026-03-30 06:21:43 [bca.uk] INFO: Scrape type for FE22%20ZKO: 2
2026-03-30 06:21:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 847ad8f9-28b0-5642-97ff-d4044293f51c with identifier: FE22%20ZKO
2026-03-30 06:21:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 847ad8f9-28b0-5642-97ff-d4044293f51c with scrape type 2
2026-03-30 06:21:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 847ad8f9-28b0-5642-97ff-d4044293f51c with scrape type 2
2026-03-30 06:21:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 847ad8f9-28b0-5642-97ff-d4044293f51c, identifier: FE22%20ZKO
2026-03-30 06:21:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6708d7f6-86f7-5d2b-a658-52c365bffdcd with identifier: YF71%20LXO
2026-03-30 06:21:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6708d7f6-86f7-5d2b-a658-52c365bffdcd with identifier: YF71%20LXO
2026-03-30 06:21:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6708d7f6-86f7-5d2b-a658-52c365bffdcd with identifier: YF71%20LXO to the API
2026-03-30 06:21:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF71%20LXO-GB',
 'category': 'Car',
 'color': 'midnight black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6708d7f6-86f7-5d2b-a658-52c365bffdcd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF71 LXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF71%20LXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 44388,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
 'transmission': 'automatic',
 'trim': '135KW 33KWH COOPER S L2',
 'vin': 'WMW12DJ0302R96481',
 'year': 2021}
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520LXO%27 HTTP/1.1" 200 None
2026-03-30 06:21:44 [bca.uk] INFO: Saving data for YF71%20LXO: {'auction_closing_time': 1775037600.0, 'created_time': 1773960550.232001, 'last_price_update_time': 1774851704.144891}
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF71%2520LXO') HTTP/1.1" 204 0
2026-03-30 06:21:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fae82873-5fee-5b9c-a072-cc0c05296c8a with identifier: RO72%20TMV
2026-03-30 06:21:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fae82873-5fee-5b9c-a072-cc0c05296c8a with identifier: RO72%20TMV
2026-03-30 06:21:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fae82873-5fee-5b9c-a072-cc0c05296c8a with identifier: RO72%20TMV to the API
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO72%20TMV-GB',
 'category': 'Car',
 'color': 'multicoloured',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fae82873-5fee-5b9c-a072-cc0c05296c8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO72 TMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO72%20TMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 16047,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 ICON',
 'vin': 'NMTK33BX70R241481',
 'year': 2023}
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520TMV%27 HTTP/1.1" 200 None
2026-03-30 06:21:44 [bca.uk] INFO: Saving data for RO72%20TMV: {'auction_closing_time': 1774951200.0, 'created_time': 1774622678.58359, 'last_price_update_time': 1774851704.446248}
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO72%2520TMV') HTTP/1.1" 204 0
2026-03-30 06:21:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83418be7-1254-50c6-8e58-feef0dd2e038 with identifier: YT64%20EPL
2026-03-30 06:21:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83418be7-1254-50c6-8e58-feef0dd2e038 with identifier: YT64%20EPL
2026-03-30 06:21:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83418be7-1254-50c6-8e58-feef0dd2e038 with identifier: YT64%20EPL to the API
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT64%20EPL-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '83418be7-1254-50c6-8e58-feef0dd2e038',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT64 EPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT64%20EPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 134087,
 'odometer_reading_unit': '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 SUPERB 2.0 TDI CR 140 ELEGANCE DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI CR 140 ELEGANCE DSG',
 'vin': 'TMBKE73T1F9018911',
 'year': 2014}
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520EPL%27 HTTP/1.1" 200 None
2026-03-30 06:21:44 [bca.uk] INFO: Saving data for YT64%20EPL: {'auction_closing_time': 1775037600.0, 'created_time': 1774622624.589734, 'last_price_update_time': 1774851704.74891}
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT64%2520EPL') HTTP/1.1" 204 0
2026-03-30 06:21:44 [bca.uk] INFO: Found listing with ID: WF69%20WPD
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF69%2520WPD%27 HTTP/1.1" 200 None
2026-03-30 06:21:44 [bca.uk] INFO: Scrape type for WF69%20WPD: 0
2026-03-30 06:21:44 [bca.uk] INFO: Found listing with ID: HS24%20LHH
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS24%2520LHH%27 HTTP/1.1" 200 None
2026-03-30 06:21:44 [bca.uk] INFO: Scrape type for HS24%20LHH: 2
2026-03-30 06:21:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with identifier: HS24%20LHH
2026-03-30 06:21:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with scrape type 2
2026-03-30 06:21:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with scrape type 2
2026-03-30 06:21:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2, identifier: HS24%20LHH
2026-03-30 06:21:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 847ad8f9-28b0-5642-97ff-d4044293f51c with identifier: FE22%20ZKO
2026-03-30 06:21:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 847ad8f9-28b0-5642-97ff-d4044293f51c with identifier: FE22%20ZKO
2026-03-30 06:21:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 847ad8f9-28b0-5642-97ff-d4044293f51c with identifier: FE22%20ZKO to the API
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20ZKO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '847ad8f9-28b0-5642-97ff-d4044293f51c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE22 ZKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20ZKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 59887,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB40A043239',
 'year': 2022}
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZKO%27 HTTP/1.1" 200 None
2026-03-30 06:21:45 [bca.uk] INFO: Saving data for FE22%20ZKO: {'auction_closing_time': 1775556000.0, 'created_time': 1774650475.042346, 'last_price_update_time': 1774851705.184462}
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520ZKO') HTTP/1.1" 204 0
2026-03-30 06:21:45 [bca.uk] INFO: Found listing with ID: YG22%20SEO
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520SEO%27 HTTP/1.1" 200 None
2026-03-30 06:21:45 [bca.uk] INFO: Scrape type for YG22%20SEO: 2
2026-03-30 06:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb65a66d-7cab-52dc-b9b6-f279092e5a7f with identifier: YG22%20SEO
2026-03-30 06:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb65a66d-7cab-52dc-b9b6-f279092e5a7f with scrape type 2
2026-03-30 06:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb65a66d-7cab-52dc-b9b6-f279092e5a7f with scrape type 2
2026-03-30 06:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb65a66d-7cab-52dc-b9b6-f279092e5a7f, identifier: YG22%20SEO
2026-03-30 06:21:45 [bca.uk] INFO: Found listing with ID: WP71%20XJG
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJG%27 HTTP/1.1" 200 None
2026-03-30 06:21:45 [bca.uk] INFO: Scrape type for WP71%20XJG: 0
2026-03-30 06:21:45 [bca.uk] INFO: Found listing with ID: WV71%20SZY
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SZY%27 HTTP/1.1" 200 None
2026-03-30 06:21:45 [bca.uk] INFO: Scrape type for WV71%20SZY: 2
2026-03-30 06:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c8fae44-fc68-5a2b-b84c-7ace569f3777 with identifier: WV71%20SZY
2026-03-30 06:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c8fae44-fc68-5a2b-b84c-7ace569f3777 with scrape type 2
2026-03-30 06:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c8fae44-fc68-5a2b-b84c-7ace569f3777 with scrape type 2
2026-03-30 06:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c8fae44-fc68-5a2b-b84c-7ace569f3777, identifier: WV71%20SZY
2026-03-30 06:21:45 [bca.uk] INFO: Found listing with ID: VA21%20NKX
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520NKX%27 HTTP/1.1" 200 None
2026-03-30 06:21:45 [bca.uk] INFO: Scrape type for VA21%20NKX: 0
2026-03-30 06:21:45 [bca.uk] INFO: Found listing with ID: ST67%20SNK
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520SNK%27 HTTP/1.1" 200 None
2026-03-30 06:21:45 [bca.uk] INFO: Scrape type for ST67%20SNK: 0
2026-03-30 06:21:45 [bca.uk] INFO: Found listing with ID: FP64%20VJM
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP64%2520VJM%27 HTTP/1.1" 200 None
2026-03-30 06:21:45 [bca.uk] INFO: Scrape type for FP64%20VJM: 0
2026-03-30 06:21:45 [bca.uk] INFO: Found listing with ID: SP72%20JNK
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP72%2520JNK%27 HTTP/1.1" 200 None
2026-03-30 06:21:45 [bca.uk] INFO: Scrape type for SP72%20JNK: 0
2026-03-30 06:21:45 [bca.uk] INFO: Found listing with ID: DE24%20YRP
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520YRP%27 HTTP/1.1" 200 None
2026-03-30 06:21:45 [bca.uk] INFO: Scrape type for DE24%20YRP: 2
2026-03-30 06:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31685a4c-df16-5434-b3b6-e092446a3c5d with identifier: DE24%20YRP
2026-03-30 06:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31685a4c-df16-5434-b3b6-e092446a3c5d with scrape type 2
2026-03-30 06:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31685a4c-df16-5434-b3b6-e092446a3c5d with scrape type 2
2026-03-30 06:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31685a4c-df16-5434-b3b6-e092446a3c5d, identifier: DE24%20YRP
2026-03-30 06:21:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with identifier: HS24%20LHH
2026-03-30 06:21:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with identifier: HS24%20LHH
2026-03-30 06:21:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2 with identifier: HS24%20LHH to the API
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HS24%20LHH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '972aa0a5-5ad2-5bec-b7ce-f7f96b5a85a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HS24 LHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HS24%20LHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 25804,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D ICON 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D ICON 4WD',
 'vin': 'AHTBB3CD301782732',
 'year': 2024}
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS24%2520LHH%27 HTTP/1.1" 200 None
2026-03-30 06:21:45 [bca.uk] INFO: Saving data for HS24%20LHH: {'auction_closing_time': 1775037600.0, 'created_time': 1774650324.1637, 'last_price_update_time': 1774851705.934011}
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HS24%2520LHH') HTTP/1.1" 204 0
2026-03-30 06:21:46 [bca.uk] INFO: Found listing with ID: FE22%20XPR
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520XPR%27 HTTP/1.1" 200 None
2026-03-30 06:21:46 [bca.uk] INFO: Scrape type for FE22%20XPR: 2
2026-03-30 06:21:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with identifier: FE22%20XPR
2026-03-30 06:21:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with scrape type 2
2026-03-30 06:21:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with scrape type 2
2026-03-30 06:21:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42cd06ba-de4d-5d44-a7c0-5f49007586d3, identifier: FE22%20XPR
2026-03-30 06:21:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb65a66d-7cab-52dc-b9b6-f279092e5a7f with identifier: YG22%20SEO
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=phytonic+blue HTTP/1.1" 200 None
2026-03-30 06:21:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:21:46 [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:21:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb65a66d-7cab-52dc-b9b6-f279092e5a7f with identifier: YG22%20SEO
2026-03-30 06:21:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb65a66d-7cab-52dc-b9b6-f279092e5a7f with identifier: YG22%20SEO to the API
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG22%20SEO-GB',
 'category': 'Car',
 'color': 'phytonic blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bb65a66d-7cab-52dc-b9b6-f279092e5a7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG22 SEO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG22%20SEO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 54358,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX3 210KW 80KWH M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '210KW 80KWH M SPORT',
 'vin': 'WBY42DU010S248340',
 'year': 2022}
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520SEO%27 HTTP/1.1" 200 None
2026-03-30 06:21:46 [bca.uk] INFO: Saving data for YG22%20SEO: {'auction_closing_time': 1775037600.0, 'created_time': 1774564055.320817, 'last_price_update_time': 1774851706.572382}
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG22%2520SEO') HTTP/1.1" 204 0
2026-03-30 06:21:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c8fae44-fc68-5a2b-b84c-7ace569f3777 with identifier: WV71%20SZY
2026-03-30 06:21:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c8fae44-fc68-5a2b-b84c-7ace569f3777 with identifier: WV71%20SZY
2026-03-30 06:21:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c8fae44-fc68-5a2b-b84c-7ace569f3777 with identifier: WV71%20SZY to the API
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV71%20SZY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0c8fae44-fc68-5a2b-b84c-7ace569f3777',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV71 SZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV71%20SZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 27965,
 'odometer_reading_unit': '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': 'VF1AG000567841441',
 'year': 2021}
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SZY%27 HTTP/1.1" 200 None
2026-03-30 06:21:46 [bca.uk] INFO: Saving data for WV71%20SZY: {'auction_closing_time': 1774951200.0, 'created_time': 1774622638.563117, 'last_price_update_time': 1774851706.85651}
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520SZY') HTTP/1.1" 204 0
2026-03-30 06:21:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31685a4c-df16-5434-b3b6-e092446a3c5d with identifier: DE24%20YRP
2026-03-30 06:21:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31685a4c-df16-5434-b3b6-e092446a3c5d with identifier: DE24%20YRP
2026-03-30 06:21:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31685a4c-df16-5434-b3b6-e092446a3c5d with identifier: DE24%20YRP to the API
2026-03-30 06:21:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE24%20YRP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '31685a4c-df16-5434-b3b6-e092446a3c5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE24 YRP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE24%20YRP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 7779,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB H/L',
 'vin': 'WV1ZZZ7H7RX047971',
 'year': 2024}
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520YRP%27 HTTP/1.1" 200 None
2026-03-30 06:21:47 [bca.uk] INFO: Saving data for DE24%20YRP: {'auction_closing_time': 1774864800.0, 'created_time': 1774622594.48562, 'last_price_update_time': 1774851707.158162}
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE24%2520YRP') HTTP/1.1" 204 0
2026-03-30 06:21:47 [bca.uk] INFO: Found listing with ID: WG13%20JVU
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG13%2520JVU%27 HTTP/1.1" 200 None
2026-03-30 06:21:47 [bca.uk] INFO: Scrape type for WG13%20JVU: 0
2026-03-30 06:21:47 [bca.uk] INFO: Found listing with ID: CN62%20RDX
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN62%2520RDX%27 HTTP/1.1" 200 None
2026-03-30 06:21:47 [bca.uk] INFO: Scrape type for CN62%20RDX: 0
2026-03-30 06:21:47 [bca.uk] INFO: Found listing with ID: YL67%20FPO
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520FPO%27 HTTP/1.1" 200 None
2026-03-30 06:21:47 [bca.uk] INFO: Scrape type for YL67%20FPO: 0
2026-03-30 06:21:47 [bca.uk] INFO: Found listing with ID: FE69%20ETA
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520ETA%27 HTTP/1.1" 200 None
2026-03-30 06:21:47 [bca.uk] INFO: Scrape type for FE69%20ETA: 2
2026-03-30 06:21:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dda2f56c-c0d0-5fcc-aa30-88cceaa003db with identifier: FE69%20ETA
2026-03-30 06:21:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dda2f56c-c0d0-5fcc-aa30-88cceaa003db with scrape type 2
2026-03-30 06:21:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dda2f56c-c0d0-5fcc-aa30-88cceaa003db with scrape type 2
2026-03-30 06:21:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dda2f56c-c0d0-5fcc-aa30-88cceaa003db, identifier: FE69%20ETA
2026-03-30 06:21:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with identifier: FE22%20XPR
2026-03-30 06:21:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with identifier: FE22%20XPR
2026-03-30 06:21:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42cd06ba-de4d-5d44-a7c0-5f49007586d3 with identifier: FE22%20XPR to the API
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20XPR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '42cd06ba-de4d-5d44-a7c0-5f49007586d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE22 XPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20XPR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 57870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB10A048060',
 'year': 2022}
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520XPR%27 HTTP/1.1" 200 None
2026-03-30 06:21:47 [bca.uk] INFO: Saving data for FE22%20XPR: {'auction_closing_time': 1775556000.0, 'created_time': 1774650455.120416, 'last_price_update_time': 1774851707.608253}
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520XPR') HTTP/1.1" 204 0
2026-03-30 06:21:47 [bca.uk] INFO: Found listing with ID: YL71%20LAA
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL71%2520LAA%27 HTTP/1.1" 200 None
2026-03-30 06:21:47 [bca.uk] INFO: Scrape type for YL71%20LAA: 2
2026-03-30 06:21:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bf147d5-1042-5cc3-a355-df19e18ef6ed with identifier: YL71%20LAA
2026-03-30 06:21:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bf147d5-1042-5cc3-a355-df19e18ef6ed with scrape type 2
2026-03-30 06:21:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bf147d5-1042-5cc3-a355-df19e18ef6ed with scrape type 2
2026-03-30 06:21:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bf147d5-1042-5cc3-a355-df19e18ef6ed, identifier: YL71%20LAA
2026-03-30 06:21:47 [bca.uk] INFO: Found listing with ID: CE73%20GHD
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GHD%27 HTTP/1.1" 200 None
2026-03-30 06:21:47 [bca.uk] INFO: Scrape type for CE73%20GHD: 2
2026-03-30 06:21:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d79f1b2-b411-51af-acef-d4360c1a2531 with identifier: CE73%20GHD
2026-03-30 06:21:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d79f1b2-b411-51af-acef-d4360c1a2531 with scrape type 2
2026-03-30 06:21:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d79f1b2-b411-51af-acef-d4360c1a2531 with scrape type 2
2026-03-30 06:21:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d79f1b2-b411-51af-acef-d4360c1a2531, identifier: CE73%20GHD
2026-03-30 06:21:48 [bca.uk] INFO: Found listing with ID: SL20%20JTU
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL20%2520JTU%27 HTTP/1.1" 200 None
2026-03-30 06:21:48 [bca.uk] INFO: Scrape type for SL20%20JTU: 0
2026-03-30 06:21:48 [bca.uk] INFO: Found listing with ID: HK25%20YHX
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK25%2520YHX%27 HTTP/1.1" 200 None
2026-03-30 06:21:48 [bca.uk] INFO: Scrape type for HK25%20YHX: 0
2026-03-30 06:21:48 [bca.uk] INFO: Found listing with ID: WG66%20ORO
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520ORO%27 HTTP/1.1" 200 None
2026-03-30 06:21:48 [bca.uk] INFO: Scrape type for WG66%20ORO: 0
2026-03-30 06:21:48 [bca.uk] INFO: Found listing with ID: BT18%20XXM
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520XXM%27 HTTP/1.1" 200 None
2026-03-30 06:21:48 [bca.uk] INFO: Scrape type for BT18%20XXM: 0
2026-03-30 06:21:48 [bca.uk] INFO: Found listing with ID: VO21%20UWA
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520UWA%27 HTTP/1.1" 200 None
2026-03-30 06:21:48 [bca.uk] INFO: Scrape type for VO21%20UWA: 0
2026-03-30 06:21:48 [bca.uk] INFO: Found listing with ID: NL23%20WWK
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WWK%27 HTTP/1.1" 200 None
2026-03-30 06:21:48 [bca.uk] INFO: Scrape type for NL23%20WWK: 0
2026-03-30 06:21:48 [bca.uk] INFO: Found listing with ID: KP71%20VFJ
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520VFJ%27 HTTP/1.1" 200 None
2026-03-30 06:21:48 [bca.uk] INFO: Scrape type for KP71%20VFJ: 0
2026-03-30 06:21:48 [bca.uk] INFO: Found listing with ID: SL15%20OTM
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL15%2520OTM%27 HTTP/1.1" 200 None
2026-03-30 06:21:48 [bca.uk] INFO: Scrape type for SL15%20OTM: 2
2026-03-30 06:21:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21b652cd-6eff-5b6f-89b7-d2233da647a3 with identifier: SL15%20OTM
2026-03-30 06:21:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21b652cd-6eff-5b6f-89b7-d2233da647a3 with scrape type 2
2026-03-30 06:21:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21b652cd-6eff-5b6f-89b7-d2233da647a3 with scrape type 2
2026-03-30 06:21:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21b652cd-6eff-5b6f-89b7-d2233da647a3, identifier: SL15%20OTM
2026-03-30 06:21:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dda2f56c-c0d0-5fcc-aa30-88cceaa003db with identifier: FE69%20ETA
2026-03-30 06:21:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dda2f56c-c0d0-5fcc-aa30-88cceaa003db with identifier: FE69%20ETA
2026-03-30 06:21:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dda2f56c-c0d0-5fcc-aa30-88cceaa003db with identifier: FE69%20ETA to the API
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE69%20ETA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dda2f56c-c0d0-5fcc-aa30-88cceaa003db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE69 ETA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE69%20ETA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 94751,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.9T 1.6 CDTI 120 LWB SPORTIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 120 LWB SPORTIVE',
 'vin': 'W0VF7G609KV642699',
 'year': 2019}
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520ETA%27 HTTP/1.1" 200 None
2026-03-30 06:21:48 [bca.uk] INFO: Saving data for FE69%20ETA: {'auction_closing_time': 1775037600.0, 'created_time': 1774650325.352027, 'last_price_update_time': 1774851708.597312}
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE69%2520ETA') HTTP/1.1" 204 0
2026-03-30 06:21:48 [bca.uk] INFO: Found listing with ID: DC73%20LGO
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520LGO%27 HTTP/1.1" 200 None
2026-03-30 06:21:48 [bca.uk] INFO: Scrape type for DC73%20LGO: 2
2026-03-30 06:21:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with identifier: DC73%20LGO
2026-03-30 06:21:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with scrape type 2
2026-03-30 06:21:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with scrape type 2
2026-03-30 06:21:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01a2ccbe-2bc2-523c-9bef-111f68ebb840, identifier: DC73%20LGO
2026-03-30 06:21:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bf147d5-1042-5cc3-a355-df19e18ef6ed with identifier: YL71%20LAA
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:21:48 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=enigmatic+black HTTP/1.1" 200 None
2026-03-30 06:21:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:21:48 [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:21:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bf147d5-1042-5cc3-a355-df19e18ef6ed with identifier: YL71%20LAA
2026-03-30 06:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bf147d5-1042-5cc3-a355-df19e18ef6ed with identifier: YL71%20LAA to the API
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL71%20LAA-GB',
 'category': 'Car',
 'color': 'enigmatic black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0bf147d5-1042-5cc3-a355-df19e18ef6ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YL71 LAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL71%20LAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 36651,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L3 Hatchback',
 'transmission': 'automatic',
 'trim': '135KW 33KWH COOPER S L3',
 'vin': 'WMW12DJ0502S34737',
 'year': 2022}
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL71%2520LAA%27 HTTP/1.1" 200 None
2026-03-30 06:21:49 [bca.uk] INFO: Saving data for YL71%20LAA: {'auction_closing_time': 1775037600.0, 'created_time': 1774564049.732521, 'last_price_update_time': 1774851709.188993}
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL71%2520LAA') HTTP/1.1" 204 0
2026-03-30 06:21:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d79f1b2-b411-51af-acef-d4360c1a2531 with identifier: CE73%20GHD
2026-03-30 06:21:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d79f1b2-b411-51af-acef-d4360c1a2531 with identifier: CE73%20GHD
2026-03-30 06:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d79f1b2-b411-51af-acef-d4360c1a2531 with identifier: CE73%20GHD to the API
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE73%20GHD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d79f1b2-b411-51af-acef-d4360c1a2531',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CE73 GHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE73%20GHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 26100,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.5 TSI 150 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 150 LIFE DSG',
 'vin': 'WVGZZZA1ZRV012538',
 'year': 2023}
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE73%2520GHD%27 HTTP/1.1" 200 None
2026-03-30 06:21:49 [bca.uk] INFO: Saving data for CE73%20GHD: {'auction_closing_time': 1774951200.0, 'created_time': 1774622636.755777, 'last_price_update_time': 1774851709.479911}
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE73%2520GHD') HTTP/1.1" 204 0
2026-03-30 06:21:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21b652cd-6eff-5b6f-89b7-d2233da647a3 with identifier: SL15%20OTM
2026-03-30 06:21:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21b652cd-6eff-5b6f-89b7-d2233da647a3 with identifier: SL15%20OTM
2026-03-30 06:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21b652cd-6eff-5b6f-89b7-d2233da647a3 with identifier: SL15%20OTM to the API
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL15%20OTM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '21b652cd-6eff-5b6f-89b7-d2233da647a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL15 OTM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL15%20OTM&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'UP!',
 'odometer': 45506,
 'odometer_reading_unit': '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 UP! 1.0 60 BMT MOVE UP Hatchback',
 'transmission': 'manual',
 'trim': '60 BMT MOVE UP',
 'vin': 'WVWZZZAAZFD075695',
 'year': 2015}
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL15%2520OTM%27 HTTP/1.1" 200 None
2026-03-30 06:21:49 [bca.uk] INFO: Saving data for SL15%20OTM: {'auction_closing_time': 1774864800.0, 'created_time': 1774622595.087975, 'last_price_update_time': 1774851709.808221}
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL15%2520OTM') HTTP/1.1" 204 0
2026-03-30 06:21:49 [bca.uk] INFO: Found listing with ID: DX64%20EUF
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX64%2520EUF%27 HTTP/1.1" 200 None
2026-03-30 06:21:49 [bca.uk] INFO: Scrape type for DX64%20EUF: 2
2026-03-30 06:21:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16771c26-7bde-514a-ab9f-cb899bf0505c with identifier: DX64%20EUF
2026-03-30 06:21:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16771c26-7bde-514a-ab9f-cb899bf0505c with scrape type 2
2026-03-30 06:21:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16771c26-7bde-514a-ab9f-cb899bf0505c with scrape type 2
2026-03-30 06:21:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16771c26-7bde-514a-ab9f-cb899bf0505c, identifier: DX64%20EUF
2026-03-30 06:21:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with identifier: DC73%20LGO
2026-03-30 06:21:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with identifier: DC73%20LGO
2026-03-30 06:21:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01a2ccbe-2bc2-523c-9bef-111f68ebb840 with identifier: DC73%20LGO to the API
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC73%20LGO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '01a2ccbe-2bc2-523c-9bef-111f68ebb840',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DC73 LGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC73%20LGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'BZ4X',
 'odometer': 26312,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA BZ4X 150KW 71KWH MOTION (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71KWH MOTION (11KC)',
 'vin': 'JTMAABAA30A023819',
 'year': 2024}
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520LGO%27 HTTP/1.1" 200 None
2026-03-30 06:21:50 [bca.uk] INFO: Saving data for DC73%20LGO: {'auction_closing_time': 1775556000.0, 'created_time': 1774650460.069004, 'last_price_update_time': 1774851710.214783}
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC73%2520LGO') HTTP/1.1" 204 0
2026-03-30 06:21:50 [bca.uk] INFO: Found listing with ID: YP72%20HGD
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520HGD%27 HTTP/1.1" 200 None
2026-03-30 06:21:50 [bca.uk] INFO: Scrape type for YP72%20HGD: 2
2026-03-30 06:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4807f5d-167b-5bf4-9cb5-ea081164df90 with identifier: YP72%20HGD
2026-03-30 06:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4807f5d-167b-5bf4-9cb5-ea081164df90 with scrape type 2
2026-03-30 06:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4807f5d-167b-5bf4-9cb5-ea081164df90 with scrape type 2
2026-03-30 06:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4807f5d-167b-5bf4-9cb5-ea081164df90, identifier: YP72%20HGD
2026-03-30 06:21:50 [bca.uk] INFO: Found listing with ID: PX22%20OYN
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520OYN%27 HTTP/1.1" 200 None
2026-03-30 06:21:50 [bca.uk] INFO: Scrape type for PX22%20OYN: 2
2026-03-30 06:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8df6fe53-5457-5c46-90b9-ca5c0e6117af with identifier: PX22%20OYN
2026-03-30 06:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8df6fe53-5457-5c46-90b9-ca5c0e6117af with scrape type 2
2026-03-30 06:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8df6fe53-5457-5c46-90b9-ca5c0e6117af with scrape type 2
2026-03-30 06:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8df6fe53-5457-5c46-90b9-ca5c0e6117af, identifier: PX22%20OYN
2026-03-30 06:21:50 [bca.uk] INFO: Found listing with ID: HN73%20OSZ
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN73%2520OSZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:50 [bca.uk] INFO: Scrape type for HN73%20OSZ: 0
2026-03-30 06:21:50 [bca.uk] INFO: Found listing with ID: AV23%20NFO
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV23%2520NFO%27 HTTP/1.1" 200 None
2026-03-30 06:21:50 [bca.uk] INFO: Scrape type for AV23%20NFO: 0
2026-03-30 06:21:50 [bca.uk] INFO: Found listing with ID: GC18%20GWV
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC18%2520GWV%27 HTTP/1.1" 200 None
2026-03-30 06:21:50 [bca.uk] INFO: Scrape type for GC18%20GWV: 2
2026-03-30 06:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b7f2bf9-d1b2-57e6-8080-c481d14198db with identifier: GC18%20GWV
2026-03-30 06:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b7f2bf9-d1b2-57e6-8080-c481d14198db with scrape type 2
2026-03-30 06:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b7f2bf9-d1b2-57e6-8080-c481d14198db with scrape type 2
2026-03-30 06:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b7f2bf9-d1b2-57e6-8080-c481d14198db, identifier: GC18%20GWV
2026-03-30 06:21:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16771c26-7bde-514a-ab9f-cb899bf0505c with identifier: DX64%20EUF
2026-03-30 06:21:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16771c26-7bde-514a-ab9f-cb899bf0505c with identifier: DX64%20EUF
2026-03-30 06:21:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16771c26-7bde-514a-ab9f-cb899bf0505c with identifier: DX64%20EUF to the API
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21: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': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX64%20EUF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16771c26-7bde-514a-ab9f-cb899bf0505c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX64 EUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX64%20EUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 81599,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.5 TDCI 75 TREND Van',
 'transmission': 'manual',
 'trim': 'TDCI 75 TREND',
 'vin': 'WF0RXXGAKREG67129',
 'year': 2015}
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX64%2520EUF%27 HTTP/1.1" 200 None
2026-03-30 06:21:50 [bca.uk] INFO: Saving data for DX64%20EUF: {'auction_closing_time': 1775037600.0, 'created_time': 1774650313.169551, 'last_price_update_time': 1774851710.915728}
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX64%2520EUF') HTTP/1.1" 204 0
2026-03-30 06:21:50 [bca.uk] INFO: Found listing with ID: SK22%20TZA
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520TZA%27 HTTP/1.1" 200 None
2026-03-30 06:21:50 [bca.uk] INFO: Scrape type for SK22%20TZA: 2
2026-03-30 06:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6831f43-2846-5d68-a1e6-bc67b5cf2428 with identifier: SK22%20TZA
2026-03-30 06:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6831f43-2846-5d68-a1e6-bc67b5cf2428 with scrape type 2
2026-03-30 06:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6831f43-2846-5d68-a1e6-bc67b5cf2428 with scrape type 2
2026-03-30 06:21:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6831f43-2846-5d68-a1e6-bc67b5cf2428, identifier: SK22%20TZA
2026-03-30 06:21:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4807f5d-167b-5bf4-9cb5-ea081164df90 with identifier: YP72%20HGD
2026-03-30 06:21:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4807f5d-167b-5bf4-9cb5-ea081164df90 with identifier: YP72%20HGD
2026-03-30 06:21:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4807f5d-167b-5bf4-9cb5-ea081164df90 with identifier: YP72%20HGD to the API
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP72%20HGD-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4807f5d-167b-5bf4-9cb5-ea081164df90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP72 HGD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP72%20HGD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '118I',
 'odometer': 53693,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 136 M SPORT (LCP)STEP Hatchback',
 'transmission': 'automatic',
 'trim': '136 M SPORT (LCP)STEP',
 'vin': 'WBA7K320107L62687',
 'year': 2022}
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520HGD%27 HTTP/1.1" 200 None
2026-03-30 06:21:51 [bca.uk] INFO: Saving data for YP72%20HGD: {'auction_closing_time': 1775037600.0, 'created_time': 1774564048.533435, 'last_price_update_time': 1774851711.344974}
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP72%2520HGD') HTTP/1.1" 204 0
2026-03-30 06:21:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8df6fe53-5457-5c46-90b9-ca5c0e6117af with identifier: PX22%20OYN
2026-03-30 06:21:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8df6fe53-5457-5c46-90b9-ca5c0e6117af with identifier: PX22%20OYN
2026-03-30 06:21:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8df6fe53-5457-5c46-90b9-ca5c0e6117af with identifier: PX22%20OYN to the API
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX22%20OYN-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8df6fe53-5457-5c46-90b9-ca5c0e6117af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PX22 OYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX22%20OYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HYUNDAI',
 'model': 'IONIQ 5',
 'odometer': 37919,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ 5 125KW 58KWH SE CONNECT Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 58KWH SE CONNECT',
 'vin': 'KMHKM81BUNU065953',
 'year': 2022}
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520OYN%27 HTTP/1.1" 200 None
2026-03-30 06:21:51 [bca.uk] INFO: Saving data for PX22%20OYN: {'auction_closing_time': 1774951200.0, 'created_time': 1774622634.926622, 'last_price_update_time': 1774851711.624833}
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX22%2520OYN') HTTP/1.1" 204 0
2026-03-30 06:21:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b7f2bf9-d1b2-57e6-8080-c481d14198db with identifier: GC18%20GWV
2026-03-30 06:21:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b7f2bf9-d1b2-57e6-8080-c481d14198db with identifier: GC18%20GWV
2026-03-30 06:21:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b7f2bf9-d1b2-57e6-8080-c481d14198db with identifier: GC18%20GWV to the API
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GC18%20GWV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b7f2bf9-d1b2-57e6-8080-c481d14198db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GC18 GWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC18%20GWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 65626,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D M SPORT (7S) StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D M SPORT (7S)',
 'vin': 'WBAKS620300Z46738',
 'year': 2018}
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC18%2520GWV%27 HTTP/1.1" 200 None
2026-03-30 06:21:51 [bca.uk] INFO: Saving data for GC18%20GWV: {'auction_closing_time': 1774864800.0, 'created_time': 1774622599.787553, 'last_price_update_time': 1774851711.934863}
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC18%2520GWV') HTTP/1.1" 204 0
2026-03-30 06:21:51 [bca.uk] INFO: Found listing with ID: HG21%20UXV
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG21%2520UXV%27 HTTP/1.1" 200 None
2026-03-30 06:21:51 [bca.uk] INFO: Scrape type for HG21%20UXV: 0
2026-03-30 06:21:51 [bca.uk] INFO: Found listing with ID: DN71%20BTZ
2026-03-30 06:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520BTZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:52 [bca.uk] INFO: Scrape type for DN71%20BTZ: 2
2026-03-30 06:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with identifier: DN71%20BTZ
2026-03-30 06:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with scrape type 2
2026-03-30 06:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with scrape type 2
2026-03-30 06:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0c27a38-ef20-5dca-bbfb-1d4cfec435f6, identifier: DN71%20BTZ
2026-03-30 06:21:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6831f43-2846-5d68-a1e6-bc67b5cf2428 with identifier: SK22%20TZA
2026-03-30 06:21:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6831f43-2846-5d68-a1e6-bc67b5cf2428 with identifier: SK22%20TZA
2026-03-30 06:21:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6831f43-2846-5d68-a1e6-bc67b5cf2428 with identifier: SK22%20TZA to the API
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK22%20TZA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd6831f43-2846-5d68-a1e6-bc67b5cf2428',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK22 TZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK22%20TZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 44716,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 TREND',
 'vin': 'WF0EXXTTRENL19262',
 'year': 2022}
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520TZA%27 HTTP/1.1" 200 None
2026-03-30 06:21:52 [bca.uk] INFO: Saving data for SK22%20TZA: {'auction_closing_time': 1774864800.0, 'created_time': 1774650458.809776, 'last_price_update_time': 1774851712.371781}
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK22%2520TZA') HTTP/1.1" 204 0
2026-03-30 06:21:52 [bca.uk] INFO: Found listing with ID: NA22%20DCV
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA22%2520DCV%27 HTTP/1.1" 200 None
2026-03-30 06:21:52 [bca.uk] INFO: Scrape type for NA22%20DCV: 2
2026-03-30 06:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c49ec9a-71f8-5058-8121-8d306622abe2 with identifier: NA22%20DCV
2026-03-30 06:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c49ec9a-71f8-5058-8121-8d306622abe2 with scrape type 2
2026-03-30 06:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c49ec9a-71f8-5058-8121-8d306622abe2 with scrape type 2
2026-03-30 06:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c49ec9a-71f8-5058-8121-8d306622abe2, identifier: NA22%20DCV
2026-03-30 06:21:52 [bca.uk] INFO: Found listing with ID: VE72%20AXN
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520AXN%27 HTTP/1.1" 200 None
2026-03-30 06:21:52 [bca.uk] INFO: Scrape type for VE72%20AXN: 2
2026-03-30 06:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7111ee2a-9820-5154-8064-e674f042da47 with identifier: VE72%20AXN
2026-03-30 06:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7111ee2a-9820-5154-8064-e674f042da47 with scrape type 2
2026-03-30 06:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7111ee2a-9820-5154-8064-e674f042da47 with scrape type 2
2026-03-30 06:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7111ee2a-9820-5154-8064-e674f042da47, identifier: VE72%20AXN
2026-03-30 06:21:52 [bca.uk] INFO: Found listing with ID: YR19%20BCD
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR19%2520BCD%27 HTTP/1.1" 200 None
2026-03-30 06:21:52 [bca.uk] INFO: Scrape type for YR19%20BCD: 0
2026-03-30 06:21:52 [bca.uk] INFO: Found listing with ID: RV18%20WZM
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520WZM%27 HTTP/1.1" 200 None
2026-03-30 06:21:52 [bca.uk] INFO: Scrape type for RV18%20WZM: 0
2026-03-30 06:21:52 [bca.uk] INFO: Found listing with ID: SM64%20YYC
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM64%2520YYC%27 HTTP/1.1" 200 None
2026-03-30 06:21:52 [bca.uk] INFO: Scrape type for SM64%20YYC: 2
2026-03-30 06:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8faa723-569a-55d8-8360-ac3d80c40b62 with identifier: SM64%20YYC
2026-03-30 06:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8faa723-569a-55d8-8360-ac3d80c40b62 with scrape type 2
2026-03-30 06:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8faa723-569a-55d8-8360-ac3d80c40b62 with scrape type 2
2026-03-30 06:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8faa723-569a-55d8-8360-ac3d80c40b62, identifier: SM64%20YYC
2026-03-30 06:21:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with identifier: DN71%20BTZ
2026-03-30 06:21:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with identifier: DN71%20BTZ
2026-03-30 06:21:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0c27a38-ef20-5dca-bbfb-1d4cfec435f6 with identifier: DN71%20BTZ to the API
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=47&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 248,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN71%20BTZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f0c27a38-ef20-5dca-bbfb-1d4cfec435f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN71 BTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN71%20BTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 18984,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.8 D-4D INVINCIBLE X 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D-4D INVINCIBLE X 4WD',
 'vin': 'AHTBA3CD706217311',
 'year': 2022}
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520BTZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:53 [bca.uk] INFO: Saving data for DN71%20BTZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774016958.589247, 'last_price_update_time': 1774851713.059757}
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN71%2520BTZ') HTTP/1.1" 204 0
2026-03-30 06:21:53 [bca.uk] INFO: Found listing with ID: AY69%20OWU
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY69%2520OWU%27 HTTP/1.1" 200 None
2026-03-30 06:21:53 [bca.uk] INFO: Scrape type for AY69%20OWU: 0
2026-03-30 06:21:53 [bca.uk] INFO: Found listing with ID: BD22%20KNF
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520KNF%27 HTTP/1.1" 200 None
2026-03-30 06:21:53 [bca.uk] INFO: Scrape type for BD22%20KNF: 0
2026-03-30 06:21:53 [bca.uk] INFO: Found listing with ID: BL70%20NBK
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520NBK%27 HTTP/1.1" 200 None
2026-03-30 06:21:53 [bca.uk] INFO: Scrape type for BL70%20NBK: 2
2026-03-30 06:21:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d328a27c-1f09-5a08-834c-f5df0200550a with identifier: BL70%20NBK
2026-03-30 06:21:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d328a27c-1f09-5a08-834c-f5df0200550a with scrape type 2
2026-03-30 06:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d328a27c-1f09-5a08-834c-f5df0200550a with scrape type 2
2026-03-30 06:21:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d328a27c-1f09-5a08-834c-f5df0200550a, identifier: BL70%20NBK
2026-03-30 06:21:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c49ec9a-71f8-5058-8121-8d306622abe2 with identifier: NA22%20DCV
2026-03-30 06:21:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c49ec9a-71f8-5058-8121-8d306622abe2 with identifier: NA22%20DCV
2026-03-30 06:21:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c49ec9a-71f8-5058-8121-8d306622abe2 with identifier: NA22%20DCV to the API
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA22%20DCV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2c49ec9a-71f8-5058-8121-8d306622abe2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA22 DCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA22%20DCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 22482,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 135 LM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 LM BUSINESS+',
 'vin': 'VF1MA000368689488',
 'year': 2022}
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA22%2520DCV%27 HTTP/1.1" 200 None
2026-03-30 06:21:53 [bca.uk] INFO: Saving data for NA22%20DCV: {'auction_closing_time': 1774864800.0, 'created_time': 1773834221.638405, 'last_price_update_time': 1774851713.614547}
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA22%2520DCV') HTTP/1.1" 204 0
2026-03-30 06:21:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7111ee2a-9820-5154-8064-e674f042da47 with identifier: VE72%20AXN
2026-03-30 06:21:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7111ee2a-9820-5154-8064-e674f042da47 with identifier: VE72%20AXN
2026-03-30 06:21:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7111ee2a-9820-5154-8064-e674f042da47 with identifier: VE72%20AXN to the API
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20AXN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7111ee2a-9820-5154-8064-e674f042da47',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE72 AXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20AXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'TAIGO',
 'odometer': 97772,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TAIGO 1.5 TSI 150 STYLE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 150 STYLE DSG',
 'vin': 'WVGZZZCSZPY025871',
 'year': 2023}
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520AXN%27 HTTP/1.1" 200 None
2026-03-30 06:21:53 [bca.uk] INFO: Saving data for VE72%20AXN: {'auction_closing_time': 1774951200.0, 'created_time': 1773933477.452272, 'last_price_update_time': 1774851713.909195}
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520AXN') HTTP/1.1" 204 0
2026-03-30 06:21:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8faa723-569a-55d8-8360-ac3d80c40b62 with identifier: SM64%20YYC
2026-03-30 06:21:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8faa723-569a-55d8-8360-ac3d80c40b62 with identifier: SM64%20YYC
2026-03-30 06:21:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8faa723-569a-55d8-8360-ac3d80c40b62 with identifier: SM64%20YYC to the API
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM64%20YYC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c8faa723-569a-55d8-8360-ac3d80c40b62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM64 YYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM64%20YYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SEAT',
 'model': 'LEON ST',
 'odometer': 48442,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SEAT LEON ST 1.2 TSI 110 SE Estate',
 'transmission': 'manual',
 'trim': 'TSI 110 SE',
 'vin': 'VSSZZZ5FZFR026650',
 'year': 2015}
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM64%2520YYC%27 HTTP/1.1" 200 None
2026-03-30 06:21:54 [bca.uk] INFO: Saving data for SM64%20YYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774622577.444875, 'last_price_update_time': 1774851714.197067}
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM64%2520YYC') HTTP/1.1" 204 0
2026-03-30 06:21:54 [bca.uk] INFO: Found listing with ID: BJ65%20HZL
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ65%2520HZL%27 HTTP/1.1" 200 None
2026-03-30 06:21:54 [bca.uk] INFO: Scrape type for BJ65%20HZL: 0
2026-03-30 06:21:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d328a27c-1f09-5a08-834c-f5df0200550a with identifier: BL70%20NBK
2026-03-30 06:21:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d328a27c-1f09-5a08-834c-f5df0200550a with identifier: BL70%20NBK
2026-03-30 06:21:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d328a27c-1f09-5a08-834c-f5df0200550a with identifier: BL70%20NBK to the API
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL70%20NBK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd328a27c-1f09-5a08-834c-f5df0200550a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL70 NBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL70%20NBK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 48586,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': '5YJ3F7EB6MF828740',
 'year': 2020}
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520NBK%27 HTTP/1.1" 200 None
2026-03-30 06:21:54 [bca.uk] INFO: Saving data for BL70%20NBK: {'auction_closing_time': 1774854000.0, 'created_time': 1773831210.720804, 'last_price_update_time': 1774851714.508491}
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL70%2520NBK') HTTP/1.1" 204 0
2026-03-30 06:21:54 [bca.uk] INFO: Found listing with ID: NU22%20CVO
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520CVO%27 HTTP/1.1" 200 None
2026-03-30 06:21:54 [bca.uk] INFO: Scrape type for NU22%20CVO: 2
2026-03-30 06:21:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with identifier: NU22%20CVO
2026-03-30 06:21:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with scrape type 2
2026-03-30 06:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with scrape type 2
2026-03-30 06:21:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 153e4cc2-7820-5068-b9c7-dd3acfc3cc85, identifier: NU22%20CVO
2026-03-30 06:21:54 [bca.uk] INFO: Found listing with ID: EJ18%20UWZ
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ18%2520UWZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:54 [bca.uk] INFO: Scrape type for EJ18%20UWZ: 2
2026-03-30 06:21:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91858403-41d6-5220-881a-d14eaa0883ff with identifier: EJ18%20UWZ
2026-03-30 06:21:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91858403-41d6-5220-881a-d14eaa0883ff with scrape type 2
2026-03-30 06:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91858403-41d6-5220-881a-d14eaa0883ff with scrape type 2
2026-03-30 06:21:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91858403-41d6-5220-881a-d14eaa0883ff, identifier: EJ18%20UWZ
2026-03-30 06:21:54 [bca.uk] INFO: Found listing with ID: SY21%20YLX
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520YLX%27 HTTP/1.1" 200 None
2026-03-30 06:21:54 [bca.uk] INFO: Scrape type for SY21%20YLX: 0
2026-03-30 06:21:54 [bca.uk] INFO: Found listing with ID: YM72%20BZY
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520BZY%27 HTTP/1.1" 200 None
2026-03-30 06:21:54 [bca.uk] INFO: Scrape type for YM72%20BZY: 0
2026-03-30 06:21:54 [bca.uk] INFO: Found listing with ID: DE24%20NRX
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520NRX%27 HTTP/1.1" 200 None
2026-03-30 06:21:54 [bca.uk] INFO: Scrape type for DE24%20NRX: 2
2026-03-30 06:21:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with identifier: DE24%20NRX
2026-03-30 06:21:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with scrape type 2
2026-03-30 06:21:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with scrape type 2
2026-03-30 06:21:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf4556c8-3280-574d-8aa7-b14c5e0fe6ac, identifier: DE24%20NRX
2026-03-30 06:21:55 [bca.uk] INFO: Found listing with ID: BW74%20HHZ
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW74%2520HHZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:55 [bca.uk] INFO: Scrape type for BW74%20HHZ: 2
2026-03-30 06:21:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 649f8acd-03a8-521c-9e18-39aa990f29e2 with identifier: BW74%20HHZ
2026-03-30 06:21:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 649f8acd-03a8-521c-9e18-39aa990f29e2 with scrape type 2
2026-03-30 06:21:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 649f8acd-03a8-521c-9e18-39aa990f29e2 with scrape type 2
2026-03-30 06:21:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 649f8acd-03a8-521c-9e18-39aa990f29e2, identifier: BW74%20HHZ
2026-03-30 06:21:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with identifier: NU22%20CVO
2026-03-30 06:21:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with identifier: NU22%20CVO
2026-03-30 06:21:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 153e4cc2-7820-5068-b9c7-dd3acfc3cc85 with identifier: NU22%20CVO to the API
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU22%20CVO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '153e4cc2-7820-5068-b9c7-dd3acfc3cc85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU22 CVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU22%20CVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 162110,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 1000 PROF.PREM.STD Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 PROF.PREM.STD',
 'vin': 'VR3EFYHT2NJ588212',
 'year': 2022}
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU22%2520CVO%27 HTTP/1.1" 200 None
2026-03-30 06:21:55 [bca.uk] INFO: Saving data for NU22%20CVO: {'auction_closing_time': 1774864800.0, 'created_time': 1774650455.716404, 'last_price_update_time': 1774851715.514876}
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU22%2520CVO') HTTP/1.1" 204 0
2026-03-30 06:21:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91858403-41d6-5220-881a-d14eaa0883ff with identifier: EJ18%20UWZ
2026-03-30 06:21:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91858403-41d6-5220-881a-d14eaa0883ff with identifier: EJ18%20UWZ
2026-03-30 06:21:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91858403-41d6-5220-881a-d14eaa0883ff with identifier: EJ18%20UWZ to the API
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ18%20UWZ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '91858403-41d6-5220-881a-d14eaa0883ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ18 UWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ18%20UWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'KONA',
 'odometer': 57829,
 'odometer_reading_unit': '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 S Hatchback',
 'transmission': 'manual',
 'trim': 'T-GDI 120 BD S',
 'vin': 'KMHK1811LJU058199',
 'year': 2018}
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ18%2520UWZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:55 [bca.uk] INFO: Saving data for EJ18%20UWZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774622593.479124, 'last_price_update_time': 1774851715.800903}
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ18%2520UWZ') HTTP/1.1" 204 0
2026-03-30 06:21:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with identifier: DE24%20NRX
2026-03-30 06:21:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with identifier: DE24%20NRX
2026-03-30 06:21:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf4556c8-3280-574d-8aa7-b14c5e0fe6ac with identifier: DE24%20NRX to the API
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE24%20NRX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cf4556c8-3280-574d-8aa7-b14c5e0fe6ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE24 NRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE24%20NRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'GWM ORA',
 'model': 'ORA 03',
 'odometer': 10378,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'GWM ORA ORA 03 126KW 48KWH PURE+ Hatchback',
 'transmission': 'automatic',
 'trim': '126KW 48KWH PURE+',
 'vin': 'LGWEEUA54NK643902',
 'year': 2024}
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520NRX%27 HTTP/1.1" 200 None
2026-03-30 06:21:56 [bca.uk] INFO: Saving data for DE24%20NRX: {'auction_closing_time': 1774951200.0, 'created_time': 1774447764.661526, 'last_price_update_time': 1774851716.108689}
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE24%2520NRX') HTTP/1.1" 204 0
2026-03-30 06:21:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 649f8acd-03a8-521c-9e18-39aa990f29e2 with identifier: BW74%20HHZ
2026-03-30 06:21:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 649f8acd-03a8-521c-9e18-39aa990f29e2 with identifier: BW74%20HHZ
2026-03-30 06:21:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 649f8acd-03a8-521c-9e18-39aa990f29e2 with identifier: BW74%20HHZ to the API
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW74%20HHZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '649f8acd-03a8-521c-9e18-39aa990f29e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BW74 HHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW74%20HHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 24340,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 MHEV 136 ALLURE E-DSC6 StationWagon',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY4RS126720',
 'year': 2025}
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW74%2520HHZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:56 [bca.uk] INFO: Saving data for BW74%20HHZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773840687.009556, 'last_price_update_time': 1774851716.411528}
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW74%2520HHZ') HTTP/1.1" 204 0
2026-03-30 06:21:56 [bca.uk] INFO: Found listing with ID: VO22%20HCL
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520HCL%27 HTTP/1.1" 200 None
2026-03-30 06:21:56 [bca.uk] INFO: Scrape type for VO22%20HCL: 2
2026-03-30 06:21:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with identifier: VO22%20HCL
2026-03-30 06:21:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with scrape type 2
2026-03-30 06:21:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with scrape type 2
2026-03-30 06:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e1c1dbb-7d3e-5488-b757-42cc9807e519, identifier: VO22%20HCL
2026-03-30 06:21:56 [bca.uk] INFO: Found listing with ID: KT68%20BGX
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520BGX%27 HTTP/1.1" 200 None
2026-03-30 06:21:56 [bca.uk] INFO: Scrape type for KT68%20BGX: 2
2026-03-30 06:21:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b57caed4-1c20-5571-a5b7-42d5b8d457ef with identifier: KT68%20BGX
2026-03-30 06:21:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b57caed4-1c20-5571-a5b7-42d5b8d457ef with scrape type 2
2026-03-30 06:21:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b57caed4-1c20-5571-a5b7-42d5b8d457ef with scrape type 2
2026-03-30 06:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b57caed4-1c20-5571-a5b7-42d5b8d457ef, identifier: KT68%20BGX
2026-03-30 06:21:56 [bca.uk] INFO: Found listing with ID: MJ18%20EUM
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520EUM%27 HTTP/1.1" 200 None
2026-03-30 06:21:56 [bca.uk] INFO: Scrape type for MJ18%20EUM: 0
2026-03-30 06:21:56 [bca.uk] INFO: Found listing with ID: HK71%20WFB
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520WFB%27 HTTP/1.1" 200 None
2026-03-30 06:21:56 [bca.uk] INFO: Scrape type for HK71%20WFB: 0
2026-03-30 06:21:56 [bca.uk] INFO: Found listing with ID: RJ22%20UCO
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520UCO%27 HTTP/1.1" 200 None
2026-03-30 06:21:56 [bca.uk] INFO: Scrape type for RJ22%20UCO: 2
2026-03-30 06:21:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7675fd1e-66d7-5607-a146-92ddd9bf5004 with identifier: RJ22%20UCO
2026-03-30 06:21:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7675fd1e-66d7-5607-a146-92ddd9bf5004 with scrape type 2
2026-03-30 06:21:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7675fd1e-66d7-5607-a146-92ddd9bf5004 with scrape type 2
2026-03-30 06:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7675fd1e-66d7-5607-a146-92ddd9bf5004, identifier: RJ22%20UCO
2026-03-30 06:21:56 [bca.uk] INFO: Found listing with ID: FM70%20JUT
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM70%2520JUT%27 HTTP/1.1" 200 None
2026-03-30 06:21:56 [bca.uk] INFO: Scrape type for FM70%20JUT: 0
2026-03-30 06:21:56 [bca.uk] INFO: Found listing with ID: FX73%20PZE
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX73%2520PZE%27 HTTP/1.1" 200 None
2026-03-30 06:21:56 [bca.uk] INFO: Scrape type for FX73%20PZE: 2
2026-03-30 06:21:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75f95071-235e-558e-bd8c-e4852f0a6279 with identifier: FX73%20PZE
2026-03-30 06:21:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75f95071-235e-558e-bd8c-e4852f0a6279 with scrape type 2
2026-03-30 06:21:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75f95071-235e-558e-bd8c-e4852f0a6279 with scrape type 2
2026-03-30 06:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75f95071-235e-558e-bd8c-e4852f0a6279, identifier: FX73%20PZE
2026-03-30 06:21:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with identifier: VO22%20HCL
2026-03-30 06:21:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with identifier: VO22%20HCL
2026-03-30 06:21:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e1c1dbb-7d3e-5488-b757-42cc9807e519 with identifier: VO22%20HCL to the API
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO22%20HCL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6e1c1dbb-7d3e-5488-b757-42cc9807e519',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO22 HCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO22%20HCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA GS',
 'odometer': 41694,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA GS 1.5 D 120 SE ED. Hatchback',
 'transmission': 'manual',
 'trim': 'D 120 SE ED.',
 'vin': 'W0VZT6EN2M1031777',
 'year': 2022}
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520HCL%27 HTTP/1.1" 200 None
2026-03-30 06:21:57 [bca.uk] INFO: Saving data for VO22%20HCL: {'auction_closing_time': 1774951200.0, 'created_time': 1774650444.113817, 'last_price_update_time': 1774851717.214647}
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO22%2520HCL') HTTP/1.1" 204 0
2026-03-30 06:21:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b57caed4-1c20-5571-a5b7-42d5b8d457ef with identifier: KT68%20BGX
2026-03-30 06:21:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b57caed4-1c20-5571-a5b7-42d5b8d457ef with identifier: KT68%20BGX
2026-03-30 06:21:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b57caed4-1c20-5571-a5b7-42d5b8d457ef with identifier: KT68%20BGX to the API
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT68%20BGX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b57caed4-1c20-5571-a5b7-42d5b8d457ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT68 BGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT68%20BGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 61457,
 'odometer_reading_unit': '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 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WDD1770842N045367',
 'year': 2019}
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520BGX%27 HTTP/1.1" 200 None
2026-03-30 06:21:57 [bca.uk] INFO: Saving data for KT68%20BGX: {'auction_closing_time': 1775124000.0, 'created_time': 1774622584.744819, 'last_price_update_time': 1774851717.601006}
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT68%2520BGX') HTTP/1.1" 204 0
2026-03-30 06:21:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7675fd1e-66d7-5607-a146-92ddd9bf5004 with identifier: RJ22%20UCO
2026-03-30 06:21:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7675fd1e-66d7-5607-a146-92ddd9bf5004 with identifier: RJ22%20UCO
2026-03-30 06:21:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7675fd1e-66d7-5607-a146-92ddd9bf5004 with identifier: RJ22%20UCO to the API
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ22%20UCO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7675fd1e-66d7-5607-a146-92ddd9bf5004',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ22 UCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ22%20UCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 48124,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 40 TFSI SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TFSI SPORT S-T',
 'vin': 'WAUZZZF24NN058596',
 'year': 2022}
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520UCO%27 HTTP/1.1" 200 None
2026-03-30 06:21:57 [bca.uk] INFO: Saving data for RJ22%20UCO: {'auction_closing_time': 1774951200.0, 'created_time': 1774449320.729291, 'last_price_update_time': 1774851717.921571}
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ22%2520UCO') HTTP/1.1" 204 0
2026-03-30 06:21:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75f95071-235e-558e-bd8c-e4852f0a6279 with identifier: FX73%20PZE
2026-03-30 06:21:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75f95071-235e-558e-bd8c-e4852f0a6279 with identifier: FX73%20PZE
2026-03-30 06:21:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75f95071-235e-558e-bd8c-e4852f0a6279 with identifier: FX73%20PZE to the API
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 11,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX73%20PZE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': '75f95071-235e-558e-bd8c-e4852f0a6279',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FX73 PZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX73%20PZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 DE EQ-P',
 'odometer': 70852,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 300 DE EQ-P 2.0 AMG LINE 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'W1NKM0KB6RF073873',
 'year': 2023}
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX73%2520PZE%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Saving data for FX73%20PZE: {'auction_closing_time': 1774854000.0, 'created_time': 1774265324.072396, 'last_price_update_time': 1774851718.231892}
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX73%2520PZE') HTTP/1.1" 204 0
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: EA71%20XSJ
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520XSJ%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for EA71%20XSJ: 2
2026-03-30 06:21:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a85b474d-4e0c-5a66-a783-9f750a48480e with identifier: EA71%20XSJ
2026-03-30 06:21:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a85b474d-4e0c-5a66-a783-9f750a48480e with scrape type 2
2026-03-30 06:21:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a85b474d-4e0c-5a66-a783-9f750a48480e with scrape type 2
2026-03-30 06:21:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a85b474d-4e0c-5a66-a783-9f750a48480e, identifier: EA71%20XSJ
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: VK71%20LUA
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520LUA%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for VK71%20LUA: 0
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: LD72%20AWR
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520AWR%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for LD72%20AWR: 0
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: LD72%20AWM
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520AWM%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for LD72%20AWM: 0
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: LB22%20JLX
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JLX%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for LB22%20JLX: 0
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: FV70%20OWM
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV70%2520OWM%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for FV70%20OWM: 0
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: FE70%20PXL
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520PXL%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for FE70%20PXL: 0
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: SP67%20XEC
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP67%2520XEC%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for SP67%20XEC: 2
2026-03-30 06:21:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0be2cc84-7fa6-520c-96d5-f6407097a4e9 with identifier: SP67%20XEC
2026-03-30 06:21:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0be2cc84-7fa6-520c-96d5-f6407097a4e9 with scrape type 2
2026-03-30 06:21:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0be2cc84-7fa6-520c-96d5-f6407097a4e9 with scrape type 2
2026-03-30 06:21:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0be2cc84-7fa6-520c-96d5-f6407097a4e9, identifier: SP67%20XEC
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: CK72%20OCL
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520OCL%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for CK72%20OCL: 0
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: AY71%20XNE
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY71%2520XNE%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for AY71%20XNE: 0
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: SK22%20UTZ
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520UTZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for SK22%20UTZ: 2
2026-03-30 06:21:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with identifier: SK22%20UTZ
2026-03-30 06:21:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with scrape type 2
2026-03-30 06:21:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with scrape type 2
2026-03-30 06:21:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c, identifier: SK22%20UTZ
2026-03-30 06:21:58 [bca.uk] INFO: Found listing with ID: KM71%20FYH
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520FYH%27 HTTP/1.1" 200 None
2026-03-30 06:21:58 [bca.uk] INFO: Scrape type for KM71%20FYH: 2
2026-03-30 06:21:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eb26d76-251a-5620-b10f-fe01d199a9f1 with identifier: KM71%20FYH
2026-03-30 06:21:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eb26d76-251a-5620-b10f-fe01d199a9f1 with scrape type 2
2026-03-30 06:21:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eb26d76-251a-5620-b10f-fe01d199a9f1 with scrape type 2
2026-03-30 06:21:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2eb26d76-251a-5620-b10f-fe01d199a9f1, identifier: KM71%20FYH
2026-03-30 06:21:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a85b474d-4e0c-5a66-a783-9f750a48480e with identifier: EA71%20XSJ
2026-03-30 06:21:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a85b474d-4e0c-5a66-a783-9f750a48480e with identifier: EA71%20XSJ
2026-03-30 06:21:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a85b474d-4e0c-5a66-a783-9f750a48480e with identifier: EA71%20XSJ to the API
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 262,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA71%20XSJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a85b474d-4e0c-5a66-a783-9f750a48480e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA71 XSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA71%20XSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 145820,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRAMA17301',
 'year': 2021}
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520XSJ%27 HTTP/1.1" 200 None
2026-03-30 06:21:59 [bca.uk] INFO: Saving data for EA71%20XSJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477669.80278, 'last_price_update_time': 1774851719.237553}
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA71%2520XSJ') HTTP/1.1" 204 0
2026-03-30 06:21:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0be2cc84-7fa6-520c-96d5-f6407097a4e9 with identifier: SP67%20XEC
2026-03-30 06:21:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0be2cc84-7fa6-520c-96d5-f6407097a4e9 with identifier: SP67%20XEC
2026-03-30 06:21:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0be2cc84-7fa6-520c-96d5-f6407097a4e9 with identifier: SP67%20XEC to the API
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=50&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0be2cc84-7fa6-520c-96d5-f6407097a4e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP67 XEC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP67%20XEC&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'SSANGYONG',
 'model': 'MUSSO',
 'odometer': 75115,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SSANGYONG MUSSO 2.2 EX AWD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EX AWD',
 'vin': 'KPADA1EESHP310613',
 'year': 2017}
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP67%2520XEC%27 HTTP/1.1" 200 None
2026-03-30 06:21:59 [bca.uk] INFO: Saving data for SP67%20XEC: {'auction_closing_time': 1774951200.0, 'created_time': 1774622568.114135, 'last_price_update_time': 1774851719.626068}
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP67%2520XEC') HTTP/1.1" 204 0
2026-03-30 06:21:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with identifier: SK22%20UTZ
2026-03-30 06:21:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with identifier: SK22%20UTZ
2026-03-30 06:21:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c with identifier: SK22%20UTZ to the API
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:21:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK22%20UTZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5b1ea9a0-82c7-5cb4-b472-1cfa92a2367c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SK22 UTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK22%20UTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 98347,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX3 210KW 80KWH M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '210KW 80KWH M SPORT',
 'vin': 'WBY42DU060S255090',
 'year': 2022}
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520UTZ%27 HTTP/1.1" 200 None
2026-03-30 06:21:59 [bca.uk] INFO: Saving data for SK22%20UTZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774449313.34501, 'last_price_update_time': 1774851719.903068}
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK22%2520UTZ') HTTP/1.1" 204 0
2026-03-30 06:21:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2eb26d76-251a-5620-b10f-fe01d199a9f1 with identifier: KM71%20FYH
2026-03-30 06:21:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2eb26d76-251a-5620-b10f-fe01d199a9f1 with identifier: KM71%20FYH
2026-03-30 06:22:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2eb26d76-251a-5620-b10f-fe01d199a9f1 with identifier: KM71%20FYH to the API
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM71%20FYH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2eb26d76-251a-5620-b10f-fe01d199a9f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM71 FYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM71%20FYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 25604,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 B6P 300 AWD INSCRIPTION G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B6P 300 AWD INSCRIPTION G/T',
 'vin': 'YV1LF06SCN1802158',
 'year': 2021}
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520FYH%27 HTTP/1.1" 200 None
2026-03-30 06:22:00 [bca.uk] INFO: Saving data for KM71%20FYH: {'auction_closing_time': 1774854000.0, 'created_time': 1773844169.301973, 'last_price_update_time': 1774851720.236211}
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM71%2520FYH') HTTP/1.1" 204 0
2026-03-30 06:22:00 [bca.uk] INFO: Found listing with ID: LS72%20YXC
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXC%27 HTTP/1.1" 200 None
2026-03-30 06:22:00 [bca.uk] INFO: Scrape type for LS72%20YXC: 2
2026-03-30 06:22:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e0ef695-4876-56ab-886e-0a93b13ff584 with identifier: LS72%20YXC
2026-03-30 06:22:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e0ef695-4876-56ab-886e-0a93b13ff584 with scrape type 2
2026-03-30 06:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e0ef695-4876-56ab-886e-0a93b13ff584 with scrape type 2
2026-03-30 06:22:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e0ef695-4876-56ab-886e-0a93b13ff584, identifier: LS72%20YXC
2026-03-30 06:22:00 [bca.uk] INFO: Found listing with ID: DG23%20NXW
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520NXW%27 HTTP/1.1" 200 None
2026-03-30 06:22:00 [bca.uk] INFO: Scrape type for DG23%20NXW: 0
2026-03-30 06:22:00 [bca.uk] INFO: Found listing with ID: BW19%20CZC
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520CZC%27 HTTP/1.1" 200 None
2026-03-30 06:22:00 [bca.uk] INFO: Scrape type for BW19%20CZC: 0
2026-03-30 06:22:00 [bca.uk] INFO: Found listing with ID: BD68%20MYH
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520MYH%27 HTTP/1.1" 200 None
2026-03-30 06:22:00 [bca.uk] INFO: Scrape type for BD68%20MYH: 0
2026-03-30 06:22:00 [bca.uk] INFO: Found listing with ID: NA69%20JGF
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520JGF%27 HTTP/1.1" 200 None
2026-03-30 06:22:00 [bca.uk] INFO: Scrape type for NA69%20JGF: 0
2026-03-30 06:22:00 [bca.uk] INFO: Found listing with ID: DV70%20WDM
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV70%2520WDM%27 HTTP/1.1" 200 None
2026-03-30 06:22:00 [bca.uk] INFO: Scrape type for DV70%20WDM: 0
2026-03-30 06:22:00 [bca.uk] INFO: Found listing with ID: HJ73%20ODK
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520ODK%27 HTTP/1.1" 200 None
2026-03-30 06:22:00 [bca.uk] INFO: Scrape type for HJ73%20ODK: 0
2026-03-30 06:22:00 [bca.uk] INFO: Found listing with ID: WN22%20NPU
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520NPU%27 HTTP/1.1" 200 None
2026-03-30 06:22:00 [bca.uk] INFO: Scrape type for WN22%20NPU: 2
2026-03-30 06:22:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82192299-20ee-5290-9845-75867a6c84cf with identifier: WN22%20NPU
2026-03-30 06:22:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82192299-20ee-5290-9845-75867a6c84cf with scrape type 2
2026-03-30 06:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82192299-20ee-5290-9845-75867a6c84cf with scrape type 2
2026-03-30 06:22:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82192299-20ee-5290-9845-75867a6c84cf, identifier: WN22%20NPU
2026-03-30 06:22:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:22:00 [bca.uk] INFO: Found listing with ID: KO68%20AOC
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520AOC%27 HTTP/1.1" 200 None
2026-03-30 06:22:00 [bca.uk] INFO: Scrape type for KO68%20AOC: 2
2026-03-30 06:22:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af533306-8dee-59e3-909c-98172eacba9e with identifier: KO68%20AOC
2026-03-30 06:22:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af533306-8dee-59e3-909c-98172eacba9e with scrape type 2
2026-03-30 06:22:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af533306-8dee-59e3-909c-98172eacba9e with scrape type 2
2026-03-30 06:22:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af533306-8dee-59e3-909c-98172eacba9e, identifier: KO68%20AOC
2026-03-30 06:22:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e0ef695-4876-56ab-886e-0a93b13ff584 with identifier: LS72%20YXC
2026-03-30 06:22:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e0ef695-4876-56ab-886e-0a93b13ff584 with identifier: LS72%20YXC
2026-03-30 06:22:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e0ef695-4876-56ab-886e-0a93b13ff584 with identifier: LS72%20YXC to the API
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20YXC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e0ef695-4876-56ab-886e-0a93b13ff584',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 YXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20YXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 19238,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC200070752',
 'year': 2022}
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXC%27 HTTP/1.1" 200 None
2026-03-30 06:22:00 [bca.uk] INFO: Saving data for LS72%20YXC: {'auction_closing_time': 1775556000.0, 'created_time': 1774650442.747064, 'last_price_update_time': 1774851720.99877}
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YXC') HTTP/1.1" 204 0
2026-03-30 06:22:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82192299-20ee-5290-9845-75867a6c84cf with identifier: WN22%20NPU
2026-03-30 06:22:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82192299-20ee-5290-9845-75867a6c84cf with identifier: WN22%20NPU
2026-03-30 06:22:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82192299-20ee-5290-9845-75867a6c84cf with identifier: WN22%20NPU to the API
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20NPU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '82192299-20ee-5290-9845-75867a6c84cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN22 NPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20NPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'E-NIRO',
 'odometer': 49277,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA E-NIRO 150KW 64KWH 2 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH 2',
 'vin': 'KNACB81GUN5142303',
 'year': 2022}
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520NPU%27 HTTP/1.1" 200 None
2026-03-30 06:22:01 [bca.uk] INFO: Saving data for WN22%20NPU: {'auction_closing_time': 1774951200.0, 'created_time': 1774449310.949031, 'last_price_update_time': 1774851721.316414}
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520NPU') HTTP/1.1" 204 0
2026-03-30 06:22:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af533306-8dee-59e3-909c-98172eacba9e with identifier: KO68%20AOC
2026-03-30 06:22:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af533306-8dee-59e3-909c-98172eacba9e with identifier: KO68%20AOC
2026-03-30 06:22:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af533306-8dee-59e3-909c-98172eacba9e with identifier: KO68%20AOC to the API
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 71,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO68%20AOC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'af533306-8dee-59e3-909c-98172eacba9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO68 AOC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO68%20AOC&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 70420,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.0 P400E HSE DYNAMIC StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E HSE DYNAMIC',
 'vin': 'SALWA2AY7KA825899',
 'year': 2018}
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520AOC%27 HTTP/1.1" 200 None
2026-03-30 06:22:01 [bca.uk] INFO: Saving data for KO68%20AOC: {'auction_closing_time': 1774854000.0, 'created_time': 1774437168.637513, 'last_price_update_time': 1774851721.604985}
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO68%2520AOC') HTTP/1.1" 204 0
2026-03-30 06:22:01 [bca.uk] INFO: Found listing with ID: LN14%20CGF
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520CGF%27 HTTP/1.1" 200 None
2026-03-30 06:22:01 [bca.uk] INFO: Scrape type for LN14%20CGF: 2
2026-03-30 06:22:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 775e9620-5c4e-5b05-921b-8070e367dec6 with identifier: LN14%20CGF
2026-03-30 06:22:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 775e9620-5c4e-5b05-921b-8070e367dec6 with scrape type 2
2026-03-30 06:22:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 775e9620-5c4e-5b05-921b-8070e367dec6 with scrape type 2
2026-03-30 06:22:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 775e9620-5c4e-5b05-921b-8070e367dec6, identifier: LN14%20CGF
2026-03-30 06:22:01 [bca.uk] INFO: Found listing with ID: AG19%20JVC
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AG19%2520JVC%27 HTTP/1.1" 200 None
2026-03-30 06:22:01 [bca.uk] INFO: Scrape type for AG19%20JVC: 0
2026-03-30 06:22:01 [bca.uk] INFO: Found listing with ID: PO22%20XBG
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO22%2520XBG%27 HTTP/1.1" 200 None
2026-03-30 06:22:01 [bca.uk] INFO: Scrape type for PO22%20XBG: 2
2026-03-30 06:22:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe43a985-7fd4-529c-8f11-bf19aab72226 with identifier: PO22%20XBG
2026-03-30 06:22:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe43a985-7fd4-529c-8f11-bf19aab72226 with scrape type 2
2026-03-30 06:22:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe43a985-7fd4-529c-8f11-bf19aab72226 with scrape type 2
2026-03-30 06:22:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe43a985-7fd4-529c-8f11-bf19aab72226, identifier: PO22%20XBG
2026-03-30 06:22:01 [bca.uk] INFO: Found listing with ID: KR67%20RPO
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR67%2520RPO%27 HTTP/1.1" 200 None
2026-03-30 06:22:01 [bca.uk] INFO: Scrape type for KR67%20RPO: 0
2026-03-30 06:22:01 [bca.uk] INFO: Found listing with ID: MW70%20XZE
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW70%2520XZE%27 HTTP/1.1" 200 None
2026-03-30 06:22:01 [bca.uk] INFO: Scrape type for MW70%20XZE: 0
2026-03-30 06:22:01 [bca.uk] INFO: Found listing with ID: OY25%20GPU
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520GPU%27 HTTP/1.1" 200 None
2026-03-30 06:22:01 [bca.uk] INFO: Scrape type for OY25%20GPU: 2
2026-03-30 06:22:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with identifier: OY25%20GPU
2026-03-30 06:22:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with scrape type 2
2026-03-30 06:22:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with scrape type 2
2026-03-30 06:22:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b849e3e-c2a8-576a-b07d-cd8430b471f4, identifier: OY25%20GPU
2026-03-30 06:22:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 775e9620-5c4e-5b05-921b-8070e367dec6 with identifier: LN14%20CGF
2026-03-30 06:22:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 775e9620-5c4e-5b05-921b-8070e367dec6 with identifier: LN14%20CGF
2026-03-30 06:22:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 775e9620-5c4e-5b05-921b-8070e367dec6 with identifier: LN14%20CGF to the API
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN14%20CGF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '775e9620-5c4e-5b05-921b-8070e367dec6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN14 CGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN14%20CGF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 91054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 EDGE Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 EDGE',
 'vin': 'WF0KXXGCBKEL54540',
 'year': 2014}
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520CGF%27 HTTP/1.1" 200 None
2026-03-30 06:22:02 [bca.uk] INFO: Saving data for LN14%20CGF: {'auction_closing_time': 1774951200.0, 'created_time': 1774650474.566752, 'last_price_update_time': 1774851722.326878}
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN14%2520CGF') HTTP/1.1" 204 0
2026-03-30 06:22:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe43a985-7fd4-529c-8f11-bf19aab72226 with identifier: PO22%20XBG
2026-03-30 06:22:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe43a985-7fd4-529c-8f11-bf19aab72226 with identifier: PO22%20XBG
2026-03-30 06:22:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe43a985-7fd4-529c-8f11-bf19aab72226 with identifier: PO22%20XBG to the API
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO22%20XBG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fe43a985-7fd4-529c-8f11-bf19aab72226',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PO22 XBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO22%20XBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 85536,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX3 210KW 80KWH M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '210KW 80KWH M SPORT',
 'vin': 'WBY42DU000S269891',
 'year': 2022}
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO22%2520XBG%27 HTTP/1.1" 200 None
2026-03-30 06:22:02 [bca.uk] INFO: Saving data for PO22%20XBG: {'auction_closing_time': 1774951200.0, 'created_time': 1774006393.788282, 'last_price_update_time': 1774851722.721067}
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO22%2520XBG') HTTP/1.1" 204 0
2026-03-30 06:22:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with identifier: OY25%20GPU
2026-03-30 06:22:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with identifier: OY25%20GPU
2026-03-30 06:22:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b849e3e-c2a8-576a-b07d-cd8430b471f4 with identifier: OY25%20GPU to the API
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=48&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY25%20GPU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '1b849e3e-c2a8-576a-b07d-cd8430b471f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OY25 GPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY25%20GPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'POLESTAR',
 'model': '3',
 'odometer': 1688,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'POLESTAR 3 360KW 111KWH DM4 LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '360KW 111KWH DM4 LONG RANGE',
 'vin': 'YSMYKEAE2SB024283',
 'year': 2025}
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520GPU%27 HTTP/1.1" 200 None
2026-03-30 06:22:03 [bca.uk] INFO: Saving data for OY25%20GPU: {'auction_closing_time': 1774854000.0, 'created_time': 1773958757.312138, 'last_price_update_time': 1774851723.020772}
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY25%2520GPU') HTTP/1.1" 204 0
2026-03-30 06:22:03 [bca.uk] INFO: Found listing with ID: AF22%20SYA
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520SYA%27 HTTP/1.1" 200 None
2026-03-30 06:22:03 [bca.uk] INFO: Scrape type for AF22%20SYA: 2
2026-03-30 06:22:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ba5119-2392-5330-b980-e15f9919ba05 with identifier: AF22%20SYA
2026-03-30 06:22:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ba5119-2392-5330-b980-e15f9919ba05 with scrape type 2
2026-03-30 06:22:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88ba5119-2392-5330-b980-e15f9919ba05 with scrape type 2
2026-03-30 06:22:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88ba5119-2392-5330-b980-e15f9919ba05, identifier: AF22%20SYA
2026-03-30 06:22:03 [bca.uk] INFO: Found listing with ID: EK23%20HSY
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520HSY%27 HTTP/1.1" 200 None
2026-03-30 06:22:03 [bca.uk] INFO: Scrape type for EK23%20HSY: 2
2026-03-30 06:22:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with identifier: EK23%20HSY
2026-03-30 06:22:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with scrape type 2
2026-03-30 06:22:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with scrape type 2
2026-03-30 06:22:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb4e2a5d-25ca-5ddd-b26b-3c0086108f39, identifier: EK23%20HSY
2026-03-30 06:22:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88ba5119-2392-5330-b980-e15f9919ba05 with identifier: AF22%20SYA
2026-03-30 06:22:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88ba5119-2392-5330-b980-e15f9919ba05 with identifier: AF22%20SYA
2026-03-30 06:22:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88ba5119-2392-5330-b980-e15f9919ba05 with identifier: AF22%20SYA to the API
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20SYA-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '88ba5119-2392-5330-b980-e15f9919ba05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF22 SYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20SYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 57938,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX 240KW 76KWH XD40 M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 M SPORT',
 'vin': 'WBY12CF090CK11928',
 'year': 2022}
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520SYA%27 HTTP/1.1" 200 None
2026-03-30 06:22:03 [bca.uk] INFO: Saving data for AF22%20SYA: {'auction_closing_time': 1775037600.0, 'created_time': 1774564014.617806, 'last_price_update_time': 1774851723.538053}
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520SYA') HTTP/1.1" 204 0
2026-03-30 06:22:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with identifier: EK23%20HSY
2026-03-30 06:22:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with identifier: EK23%20HSY
2026-03-30 06:22:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb4e2a5d-25ca-5ddd-b26b-3c0086108f39 with identifier: EK23%20HSY to the API
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK23%20HSY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'eb4e2a5d-25ca-5ddd-b26b-3c0086108f39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EK23 HSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK23%20HSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 9712,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI HEV GT-LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI HEV GT-LINE',
 'vin': 'U5YPX81GMPL076779',
 'year': 2023}
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520HSY%27 HTTP/1.1" 200 None
2026-03-30 06:22:03 [bca.uk] INFO: Saving data for EK23%20HSY: {'auction_closing_time': 1774951200.0, 'created_time': 1774449210.733895, 'last_price_update_time': 1774851723.836159}
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK23%2520HSY') HTTP/1.1" 204 0
2026-03-30 06:22:03 [bca.uk] INFO: Total items found: 100
2026-03-30 06:22:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded
2026-03-30 06:22:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:22:03 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:03 [bca.uk] INFO: Found listing with ID: SL23%20KWV
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL23%2520KWV%27 HTTP/1.1" 200 None
2026-03-30 06:22:03 [bca.uk] INFO: Scrape type for SL23%20KWV: 2
2026-03-30 06:22:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feefaa75-0127-593a-8e74-f04c996c1332 with identifier: SL23%20KWV
2026-03-30 06:22:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feefaa75-0127-593a-8e74-f04c996c1332 with scrape type 2
2026-03-30 06:22:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feefaa75-0127-593a-8e74-f04c996c1332 with scrape type 2
2026-03-30 06:22:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: feefaa75-0127-593a-8e74-f04c996c1332, identifier: SL23%20KWV
2026-03-30 06:22:04 [bca.uk] INFO: Found listing with ID: RO22%20GGE
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520GGE%27 HTTP/1.1" 200 None
2026-03-30 06:22:04 [bca.uk] INFO: Scrape type for RO22%20GGE: 2
2026-03-30 06:22:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9278e7d-51b4-5cd9-bd24-a71ad78d264f with identifier: RO22%20GGE
2026-03-30 06:22:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9278e7d-51b4-5cd9-bd24-a71ad78d264f with scrape type 2
2026-03-30 06:22:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9278e7d-51b4-5cd9-bd24-a71ad78d264f with scrape type 2
2026-03-30 06:22:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9278e7d-51b4-5cd9-bd24-a71ad78d264f, identifier: RO22%20GGE
2026-03-30 06:22:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: feefaa75-0127-593a-8e74-f04c996c1332 with identifier: SL23%20KWV
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=nanuq+white HTTP/1.1" 200 None
2026-03-30 06:22:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:22:04 [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:22:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: feefaa75-0127-593a-8e74-f04c996c1332 with identifier: SL23%20KWV
2026-03-30 06:22:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: feefaa75-0127-593a-8e74-f04c996c1332 with identifier: SL23%20KWV to the API
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL23%20KWV-GB',
 'category': 'Car',
 'color': 'nanuq white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'feefaa75-0127-593a-8e74-f04c996c1332',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SL23 KWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL23%20KWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 25962,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 EXCLUSIVE PREMIUM PLUS Convertible',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE PREMIUM PLUS',
 'vin': 'WMW22DL0303R27771',
 'year': 2023}
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL23%2520KWV%27 HTTP/1.1" 200 None
2026-03-30 06:22:04 [bca.uk] INFO: Saving data for SL23%20KWV: {'auction_closing_time': 1775037600.0, 'created_time': 1774564038.527528, 'last_price_update_time': 1774851724.622628}
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL23%2520KWV') HTTP/1.1" 204 0
2026-03-30 06:22:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9278e7d-51b4-5cd9-bd24-a71ad78d264f with identifier: RO22%20GGE
2026-03-30 06:22:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9278e7d-51b4-5cd9-bd24-a71ad78d264f with identifier: RO22%20GGE
2026-03-30 06:22:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9278e7d-51b4-5cd9-bd24-a71ad78d264f with identifier: RO22%20GGE to the API
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO22%20GGE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c9278e7d-51b4-5cd9-bd24-a71ad78d264f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO22 GGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO22%20GGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 52260,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE EXECUTIVE ED.DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE ED.DCT',
 'vin': 'W1K1771862J351113',
 'year': 2022}
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520GGE%27 HTTP/1.1" 200 None
2026-03-30 06:22:04 [bca.uk] INFO: Saving data for RO22%20GGE: {'auction_closing_time': 1774951200.0, 'created_time': 1774449185.08389, 'last_price_update_time': 1774851724.929534}
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO22%2520GGE') HTTP/1.1" 204 0
2026-03-30 06:22:04 [bca.uk] INFO: Found listing with ID: DG12%20YOW
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG12%2520YOW%27 HTTP/1.1" 200 None
2026-03-30 06:22:04 [bca.uk] INFO: Scrape type for DG12%20YOW: 2
2026-03-30 06:22:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab54ef2-4154-53ef-95d3-2e322287a02d with identifier: DG12%20YOW
2026-03-30 06:22:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab54ef2-4154-53ef-95d3-2e322287a02d with scrape type 2
2026-03-30 06:22:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ab54ef2-4154-53ef-95d3-2e322287a02d with scrape type 2
2026-03-30 06:22:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ab54ef2-4154-53ef-95d3-2e322287a02d, identifier: DG12%20YOW
2026-03-30 06:22: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:22:05 [bca.uk] INFO: Found listing with ID: YG69%20HLE
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520HLE%27 HTTP/1.1" 200 None
2026-03-30 06:22:05 [bca.uk] INFO: Scrape type for YG69%20HLE: 2
2026-03-30 06:22:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc7d87ad-c767-57b0-9112-331403e2ff75 with identifier: YG69%20HLE
2026-03-30 06:22:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc7d87ad-c767-57b0-9112-331403e2ff75 with scrape type 2
2026-03-30 06:22:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc7d87ad-c767-57b0-9112-331403e2ff75 with scrape type 2
2026-03-30 06:22:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc7d87ad-c767-57b0-9112-331403e2ff75, identifier: YG69%20HLE
2026-03-30 06:22:05 [bca.uk] INFO: Found listing with ID: WK21%20VYN
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK21%2520VYN%27 HTTP/1.1" 200 None
2026-03-30 06:22:05 [bca.uk] INFO: Scrape type for WK21%20VYN: 2
2026-03-30 06:22:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2a2325b-ca10-507a-8113-661882d2561a with identifier: WK21%20VYN
2026-03-30 06:22:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2a2325b-ca10-507a-8113-661882d2561a with scrape type 2
2026-03-30 06:22:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2a2325b-ca10-507a-8113-661882d2561a with scrape type 2
2026-03-30 06:22:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2a2325b-ca10-507a-8113-661882d2561a, identifier: WK21%20VYN
2026-03-30 06:22:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ab54ef2-4154-53ef-95d3-2e322287a02d with identifier: DG12%20YOW
2026-03-30 06:22:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ab54ef2-4154-53ef-95d3-2e322287a02d with identifier: DG12%20YOW
2026-03-30 06:22:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ab54ef2-4154-53ef-95d3-2e322287a02d with identifier: DG12%20YOW to the API
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG12%20YOW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ab54ef2-4154-53ef-95d3-2e322287a02d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG12 YOW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG12%20YOW&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF CABRIOLET',
 'odometer': 88632,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF CABRIOLET 1.4 TSI 122 S Convertible',
 'transmission': 'manual',
 'trim': 'TSI 122 S',
 'vin': 'WVWZZZ1KZCK020697',
 'year': 2012}
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG12%2520YOW%27 HTTP/1.1" 200 None
2026-03-30 06:22:05 [bca.uk] INFO: Saving data for DG12%20YOW: {'auction_closing_time': 1774864800.0, 'created_time': 1774265923.420102, 'last_price_update_time': 1774851725.5486}
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG12%2520YOW') HTTP/1.1" 204 0
2026-03-30 06:22:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc7d87ad-c767-57b0-9112-331403e2ff75 with identifier: YG69%20HLE
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=moonwalk+grey HTTP/1.1" 200 None
2026-03-30 06:22:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:22:05 [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:22:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc7d87ad-c767-57b0-9112-331403e2ff75 with identifier: YG69%20HLE
2026-03-30 06:22:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc7d87ad-c767-57b0-9112-331403e2ff75 with identifier: YG69%20HLE to the API
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG69%20HLE-GB',
 'category': 'Car',
 'color': 'moonwalk grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fc7d87ad-c767-57b0-9112-331403e2ff75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG69 HLE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG69%20HLE&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 92852,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.5 COOPER EXCLUSIVE ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER EXCLUSIVE ALL4',
 'vin': 'WMWYW520403L29243',
 'year': 2019}
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520HLE%27 HTTP/1.1" 200 None
2026-03-30 06:22:05 [bca.uk] INFO: Saving data for YG69%20HLE: {'auction_closing_time': 1775037600.0, 'created_time': 1774564037.991428, 'last_price_update_time': 1774851725.996672}
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG69%2520HLE') HTTP/1.1" 204 0
2026-03-30 06:22:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2a2325b-ca10-507a-8113-661882d2561a with identifier: WK21%20VYN
2026-03-30 06:22:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2a2325b-ca10-507a-8113-661882d2561a with identifier: WK21%20VYN
2026-03-30 06:22:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2a2325b-ca10-507a-8113-661882d2561a with identifier: WK21%20VYN to the API
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK21%20VYN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b2a2325b-ca10-507a-8113-661882d2561a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WK21 VYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK21%20VYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 78560,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E S LINE S-T',
 'vin': 'WAUZZZGY6MA092421',
 'year': 2021}
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK21%2520VYN%27 HTTP/1.1" 200 None
2026-03-30 06:22:06 [bca.uk] INFO: Saving data for WK21%20VYN: {'auction_closing_time': 1774951200.0, 'created_time': 1774449175.256661, 'last_price_update_time': 1774851726.309361}
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK21%2520VYN') HTTP/1.1" 204 0
2026-03-30 06:22:06 [bca.uk] INFO: Found listing with ID: EK65%20FOP
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK65%2520FOP%27 HTTP/1.1" 200 None
2026-03-30 06:22:06 [bca.uk] INFO: Scrape type for EK65%20FOP: 2
2026-03-30 06:22:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36fb9b51-0f89-5690-bd87-94f977d461de with identifier: EK65%20FOP
2026-03-30 06:22:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36fb9b51-0f89-5690-bd87-94f977d461de with scrape type 2
2026-03-30 06:22:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36fb9b51-0f89-5690-bd87-94f977d461de with scrape type 2
2026-03-30 06:22:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36fb9b51-0f89-5690-bd87-94f977d461de, identifier: EK65%20FOP
2026-03-30 06:22:06 [bca.uk] INFO: Found listing with ID: YK19%20MJC
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520MJC%27 HTTP/1.1" 200 None
2026-03-30 06:22:06 [bca.uk] INFO: Scrape type for YK19%20MJC: 2
2026-03-30 06:22:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with identifier: YK19%20MJC
2026-03-30 06:22:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with scrape type 2
2026-03-30 06:22:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with scrape type 2
2026-03-30 06:22:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8cbf3c5-6462-5c3d-b13d-4fa571231e57, identifier: YK19%20MJC
2026-03-30 06:22:06 [bca.uk] INFO: Found listing with ID: MJ70%20XWT
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ70%2520XWT%27 HTTP/1.1" 200 None
2026-03-30 06:22:06 [bca.uk] INFO: Scrape type for MJ70%20XWT: 2
2026-03-30 06:22:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with identifier: MJ70%20XWT
2026-03-30 06:22:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with scrape type 2
2026-03-30 06:22:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with scrape type 2
2026-03-30 06:22:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6880a19f-37eb-5f89-8586-8e504ee6f2a3, identifier: MJ70%20XWT
2026-03-30 06:22:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36fb9b51-0f89-5690-bd87-94f977d461de with identifier: EK65%20FOP
2026-03-30 06:22:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36fb9b51-0f89-5690-bd87-94f977d461de with identifier: EK65%20FOP
2026-03-30 06:22:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36fb9b51-0f89-5690-bd87-94f977d461de with identifier: EK65%20FOP to the API
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK65%20FOP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '36fb9b51-0f89-5690-bd87-94f977d461de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK65 FOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK65%20FOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 109762,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-TEC+ Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-TEC+',
 'vin': 'SJNFEAJ11U1559909',
 'year': 2015}
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK65%2520FOP%27 HTTP/1.1" 200 None
2026-03-30 06:22:06 [bca.uk] INFO: Saving data for EK65%20FOP: {'auction_closing_time': 1774864800.0, 'created_time': 1773907564.40381, 'last_price_update_time': 1774851726.955124}
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK65%2520FOP') HTTP/1.1" 204 0
2026-03-30 06:22:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with identifier: YK19%20MJC
2026-03-30 06:22:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with identifier: YK19%20MJC
2026-03-30 06:22:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8cbf3c5-6462-5c3d-b13d-4fa571231e57 with identifier: YK19%20MJC to the API
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK19%20MJC-GB',
 'category': 'Car',
 'color': 'mineral grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a8cbf3c5-6462-5c3d-b13d-4fa571231e57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK19 MJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK19%20MJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': '2 GRAN TOURER',
 'odometer': 57052,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 2 GRAN TOURER 2.0 220D XDRIVE M SPORT STEP MPV',
 'transmission': 'automatic',
 'trim': '220D XDRIVE M SPORT STEP',
 'vin': 'WBA6X520005N43347',
 'year': 2019}
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520MJC%27 HTTP/1.1" 200 None
2026-03-30 06:22:07 [bca.uk] INFO: Saving data for YK19%20MJC: {'auction_closing_time': 1775037600.0, 'created_time': 1774564035.368601, 'last_price_update_time': 1774851727.248066}
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK19%2520MJC') HTTP/1.1" 204 0
2026-03-30 06:22:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with identifier: MJ70%20XWT
2026-03-30 06:22:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with identifier: MJ70%20XWT
2026-03-30 06:22:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6880a19f-37eb-5f89-8586-8e504ee6f2a3 with identifier: MJ70%20XWT to the API
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ70%20XWT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6880a19f-37eb-5f89-8586-8e504ee6f2a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ70 XWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ70%20XWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 19320,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC360A040003',
 'year': 2020}
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ70%2520XWT%27 HTTP/1.1" 200 None
2026-03-30 06:22:07 [bca.uk] INFO: Saving data for MJ70%20XWT: {'auction_closing_time': 1774951200.0, 'created_time': 1774449198.371133, 'last_price_update_time': 1774851727.545329}
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ70%2520XWT') HTTP/1.1" 204 0
2026-03-30 06:22:07 [bca.uk] INFO: Found listing with ID: MH65%20UFE
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH65%2520UFE%27 HTTP/1.1" 200 None
2026-03-30 06:22:07 [bca.uk] INFO: Scrape type for MH65%20UFE: 0
2026-03-30 06:22:07 [bca.uk] INFO: Found listing with ID: RE14%20VAK
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE14%2520VAK%27 HTTP/1.1" 200 None
2026-03-30 06:22:07 [bca.uk] INFO: Scrape type for RE14%20VAK: 0
2026-03-30 06:22:07 [bca.uk] INFO: Found listing with ID: WF09%20HMZ
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF09%2520HMZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:07 [bca.uk] INFO: Scrape type for WF09%20HMZ: 0
2026-03-30 06:22:07 [bca.uk] INFO: Found listing with ID: RX52%20CAE
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX52%2520CAE%27 HTTP/1.1" 200 None
2026-03-30 06:22:07 [bca.uk] INFO: Scrape type for RX52%20CAE: 2
2026-03-30 06:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db570cbb-e4d3-557f-a15a-7229bad64a0a with identifier: RX52%20CAE
2026-03-30 06:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db570cbb-e4d3-557f-a15a-7229bad64a0a with scrape type 2
2026-03-30 06:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db570cbb-e4d3-557f-a15a-7229bad64a0a with scrape type 2
2026-03-30 06:22:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db570cbb-e4d3-557f-a15a-7229bad64a0a, identifier: RX52%20CAE
2026-03-30 06:22:07 [bca.uk] INFO: Found listing with ID: BF14%20LDZ
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF14%2520LDZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:07 [bca.uk] INFO: Scrape type for BF14%20LDZ: 2
2026-03-30 06:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f94f041-4fb6-5ef0-9696-810980530b40 with identifier: BF14%20LDZ
2026-03-30 06:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f94f041-4fb6-5ef0-9696-810980530b40 with scrape type 2
2026-03-30 06:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f94f041-4fb6-5ef0-9696-810980530b40 with scrape type 2
2026-03-30 06:22:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f94f041-4fb6-5ef0-9696-810980530b40, identifier: BF14%20LDZ
2026-03-30 06:22:07 [bca.uk] INFO: Found listing with ID: ML24%20YNO
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520YNO%27 HTTP/1.1" 200 None
2026-03-30 06:22:07 [bca.uk] INFO: Scrape type for ML24%20YNO: 0
2026-03-30 06:22:07 [bca.uk] INFO: Found listing with ID: YP73%20XTR
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XTR%27 HTTP/1.1" 200 None
2026-03-30 06:22:07 [bca.uk] INFO: Scrape type for YP73%20XTR: 0
2026-03-30 06:22:07 [bca.uk] INFO: Found listing with ID: LM23%20GNZ
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520GNZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:07 [bca.uk] INFO: Scrape type for LM23%20GNZ: 2
2026-03-30 06:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with identifier: LM23%20GNZ
2026-03-30 06:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with scrape type 2
2026-03-30 06:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with scrape type 2
2026-03-30 06:22:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a89dad9-1200-5f3b-b65b-f08aa00fa001, identifier: LM23%20GNZ
2026-03-30 06:22:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db570cbb-e4d3-557f-a15a-7229bad64a0a with identifier: RX52%20CAE
2026-03-30 06:22:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db570cbb-e4d3-557f-a15a-7229bad64a0a with identifier: RX52%20CAE
2026-03-30 06:22:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db570cbb-e4d3-557f-a15a-7229bad64a0a with identifier: RX52%20CAE to the API
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX52%20CAE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'db570cbb-e4d3-557f-a15a-7229bad64a0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX52 CAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX52%20CAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FUSION',
 'odometer': 78492,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'FORD FUSION 1.6 3 Estate',
 'transmission': 'manual',
 'trim': '3',
 'vin': 'WF0UXXGAJU2M44476',
 'year': 2002}
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX52%2520CAE%27 HTTP/1.1" 200 None
2026-03-30 06:22:08 [bca.uk] INFO: Saving data for RX52%20CAE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650572.392723, 'last_price_update_time': 1774851728.2768}
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX52%2520CAE') HTTP/1.1" 204 0
2026-03-30 06:22:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f94f041-4fb6-5ef0-9696-810980530b40 with identifier: BF14%20LDZ
2026-03-30 06:22:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f94f041-4fb6-5ef0-9696-810980530b40 with identifier: BF14%20LDZ
2026-03-30 06:22:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f94f041-4fb6-5ef0-9696-810980530b40 with identifier: BF14%20LDZ to the API
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF14%20LDZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f94f041-4fb6-5ef0-9696-810980530b40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF14 LDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF14%20LDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 122177,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM NAVIGATOR Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM NAVIGATOR',
 'vin': 'WF0KXXGCBKDC55522',
 'year': 2014}
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF14%2520LDZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:08 [bca.uk] INFO: Saving data for BF14%20LDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650465.696558, 'last_price_update_time': 1774851728.657761}
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF14%2520LDZ') HTTP/1.1" 204 0
2026-03-30 06:22:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with identifier: LM23%20GNZ
2026-03-30 06:22:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with identifier: LM23%20GNZ
2026-03-30 06:22:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a89dad9-1200-5f3b-b65b-f08aa00fa001 with identifier: LM23%20GNZ to the API
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM23%20GNZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8a89dad9-1200-5f3b-b65b-f08aa00fa001',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM23 GNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM23%20GNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 71282,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY72AW0X0FP63564',
 'year': 2023}
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520GNZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:08 [bca.uk] INFO: Saving data for LM23%20GNZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774449272.546184, 'last_price_update_time': 1774851728.957379}
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM23%2520GNZ') HTTP/1.1" 204 0
2026-03-30 06:22:08 [bca.uk] INFO: Found listing with ID: AV18%20KAE
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520KAE%27 HTTP/1.1" 200 None
2026-03-30 06:22:08 [bca.uk] INFO: Scrape type for AV18%20KAE: 2
2026-03-30 06:22:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with identifier: AV18%20KAE
2026-03-30 06:22:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with scrape type 2
2026-03-30 06:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with scrape type 2
2026-03-30 06:22:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e39ab68-aa89-5c38-b1d7-21eb3f421792, identifier: AV18%20KAE
2026-03-30 06:22:09 [bca.uk] INFO: Found listing with ID: DF16%20UZJ
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520UZJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:09 [bca.uk] INFO: Scrape type for DF16%20UZJ: 2
2026-03-30 06:22:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da803bce-77f5-5863-b432-094e28ea7a06 with identifier: DF16%20UZJ
2026-03-30 06:22:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da803bce-77f5-5863-b432-094e28ea7a06 with scrape type 2
2026-03-30 06:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da803bce-77f5-5863-b432-094e28ea7a06 with scrape type 2
2026-03-30 06:22:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da803bce-77f5-5863-b432-094e28ea7a06, identifier: DF16%20UZJ
2026-03-30 06:22:09 [bca.uk] INFO: Found listing with ID: YP73%20XTN
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520XTN%27 HTTP/1.1" 200 None
2026-03-30 06:22:09 [bca.uk] INFO: Scrape type for YP73%20XTN: 0
2026-03-30 06:22:09 [bca.uk] INFO: Found listing with ID: MK23%20NYA
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520NYA%27 HTTP/1.1" 200 None
2026-03-30 06:22:09 [bca.uk] INFO: Scrape type for MK23%20NYA: 2
2026-03-30 06:22:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with identifier: MK23%20NYA
2026-03-30 06:22:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with scrape type 2
2026-03-30 06:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with scrape type 2
2026-03-30 06:22:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89b27bd5-875a-54a6-9e53-7ea18b25fad4, identifier: MK23%20NYA
2026-03-30 06:22:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with identifier: AV18%20KAE
2026-03-30 06:22:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with identifier: AV18%20KAE
2026-03-30 06:22:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e39ab68-aa89-5c38-b1d7-21eb3f421792 with identifier: AV18%20KAE to the API
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV18%20KAE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7e39ab68-aa89-5c38-b1d7-21eb3f421792',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV18 KAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV18%20KAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 96315,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0JXXGAHJHD03508',
 'year': 2018}
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520KAE%27 HTTP/1.1" 200 None
2026-03-30 06:22:09 [bca.uk] INFO: Saving data for AV18%20KAE: {'auction_closing_time': 1774864800.0, 'created_time': 1774390783.146385, 'last_price_update_time': 1774851729.650309}
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV18%2520KAE') HTTP/1.1" 204 0
2026-03-30 06:22:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da803bce-77f5-5863-b432-094e28ea7a06 with identifier: DF16%20UZJ
2026-03-30 06:22:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da803bce-77f5-5863-b432-094e28ea7a06 with identifier: DF16%20UZJ
2026-03-30 06:22:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da803bce-77f5-5863-b432-094e28ea7a06 with identifier: DF16%20UZJ to the API
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF16%20UZJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'da803bce-77f5-5863-b432-094e28ea7a06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF16 UZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF16%20UZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'CITIGO',
 'odometer': 43699,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SKODA CITIGO 1.0 MPI 60 SE GREENTECH Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 60 SE GREENTECH',
 'vin': 'TMBZZZAAZGD631574',
 'year': 2016}
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520UZJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:09 [bca.uk] INFO: Saving data for DF16%20UZJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650467.063142, 'last_price_update_time': 1774851729.954319}
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF16%2520UZJ') HTTP/1.1" 204 0
2026-03-30 06:22:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with identifier: MK23%20NYA
2026-03-30 06:22:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with identifier: MK23%20NYA
2026-03-30 06:22:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89b27bd5-875a-54a6-9e53-7ea18b25fad4 with identifier: MK23%20NYA to the API
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK23%20NYA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '89b27bd5-875a-54a6-9e53-7ea18b25fad4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK23 NYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK23%20NYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 40525,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI HEV 3 StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI HEV 3',
 'vin': 'U5YPV81GMPL070684',
 'year': 2023}
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520NYA%27 HTTP/1.1" 200 None
2026-03-30 06:22:10 [bca.uk] INFO: Saving data for MK23%20NYA: {'auction_closing_time': 1774951200.0, 'created_time': 1774449188.364065, 'last_price_update_time': 1774851730.25875}
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK23%2520NYA') HTTP/1.1" 204 0
2026-03-30 06:22:10 [bca.uk] INFO: Found listing with ID: SV21%20WXG
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520WXG%27 HTTP/1.1" 200 None
2026-03-30 06:22:10 [bca.uk] INFO: Scrape type for SV21%20WXG: 2
2026-03-30 06:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9eeb44e-e026-5b58-91b1-914e638e1692 with identifier: SV21%20WXG
2026-03-30 06:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9eeb44e-e026-5b58-91b1-914e638e1692 with scrape type 2
2026-03-30 06:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9eeb44e-e026-5b58-91b1-914e638e1692 with scrape type 2
2026-03-30 06:22:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9eeb44e-e026-5b58-91b1-914e638e1692, identifier: SV21%20WXG
2026-03-30 06:22:10 [bca.uk] INFO: Found listing with ID: MJ25%20VYK
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520VYK%27 HTTP/1.1" 200 None
2026-03-30 06:22:10 [bca.uk] INFO: Scrape type for MJ25%20VYK: 2
2026-03-30 06:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5e5a46b-42ad-51cb-b561-db1e425d620b with identifier: MJ25%20VYK
2026-03-30 06:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5e5a46b-42ad-51cb-b561-db1e425d620b with scrape type 2
2026-03-30 06:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5e5a46b-42ad-51cb-b561-db1e425d620b with scrape type 2
2026-03-30 06:22:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5e5a46b-42ad-51cb-b561-db1e425d620b, identifier: MJ25%20VYK
2026-03-30 06:22:10 [bca.uk] INFO: Found listing with ID: RO22%20EUN
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUN%27 HTTP/1.1" 200 None
2026-03-30 06:22:10 [bca.uk] INFO: Scrape type for RO22%20EUN: 2
2026-03-30 06:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ae6c93f-3755-518f-874b-b96838ad7442 with identifier: RO22%20EUN
2026-03-30 06:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ae6c93f-3755-518f-874b-b96838ad7442 with scrape type 2
2026-03-30 06:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ae6c93f-3755-518f-874b-b96838ad7442 with scrape type 2
2026-03-30 06:22:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ae6c93f-3755-518f-874b-b96838ad7442, identifier: RO22%20EUN
2026-03-30 06:22:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9eeb44e-e026-5b58-91b1-914e638e1692 with identifier: SV21%20WXG
2026-03-30 06:22:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9eeb44e-e026-5b58-91b1-914e638e1692 with identifier: SV21%20WXG
2026-03-30 06:22:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9eeb44e-e026-5b58-91b1-914e638e1692 with identifier: SV21%20WXG to the API
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 217,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV21%20WXG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9eeb44e-e026-5b58-91b1-914e638e1692',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV21 WXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV21%20WXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 33334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 MHT XDRIVE 40I M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'MHT XDRIVE 40I M SPORT',
 'vin': 'WBACR620609G21354',
 'year': 2021}
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520WXG%27 HTTP/1.1" 200 None
2026-03-30 06:22:10 [bca.uk] INFO: Saving data for SV21%20WXG: {'auction_closing_time': 1774864800.0, 'created_time': 1773908068.417824, 'last_price_update_time': 1774851730.904442}
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV21%2520WXG') HTTP/1.1" 204 0
2026-03-30 06:22:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5e5a46b-42ad-51cb-b561-db1e425d620b with identifier: MJ25%20VYK
2026-03-30 06:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=ict+white HTTP/1.1" 200 None
2026-03-30 06:22:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:22:11 [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:22:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5e5a46b-42ad-51cb-b561-db1e425d620b with identifier: MJ25%20VYK
2026-03-30 06:22:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5e5a46b-42ad-51cb-b561-db1e425d620b with identifier: MJ25%20VYK to the API
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ25%20VYK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'ict white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c5e5a46b-42ad-51cb-b561-db1e425d620b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ25 VYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ25%20VYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'PROACE CITY',
 'odometer': 7290,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE CITY 1.5 D 100 L1 ICON Van',
 'transmission': 'manual',
 'trim': 'D 100 L1 ICON',
 'vin': 'YAREDYHT2RJ014194',
 'year': 2025}
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520VYK%27 HTTP/1.1" 200 None
2026-03-30 06:22:11 [bca.uk] INFO: Saving data for MJ25%20VYK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650467.723977, 'last_price_update_time': 1774851731.356163}
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ25%2520VYK') HTTP/1.1" 204 0
2026-03-30 06:22:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ae6c93f-3755-518f-874b-b96838ad7442 with identifier: RO22%20EUN
2026-03-30 06:22:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ae6c93f-3755-518f-874b-b96838ad7442 with identifier: RO22%20EUN
2026-03-30 06:22:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ae6c93f-3755-518f-874b-b96838ad7442 with identifier: RO22%20EUN to the API
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO22%20EUN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7ae6c93f-3755-518f-874b-b96838ad7442',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO22 EUN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO22%20EUN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 250 E',
 'odometer': 32401,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 250 E 1.3 AMG LINE PREMIUM DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1183862N297518',
 'year': 2022}
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUN%27 HTTP/1.1" 200 None
2026-03-30 06:22:11 [bca.uk] INFO: Saving data for RO22%20EUN: {'auction_closing_time': 1774951200.0, 'created_time': 1774449154.009001, 'last_price_update_time': 1774851731.638329}
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO22%2520EUN') HTTP/1.1" 204 0
2026-03-30 06:22:11 [bca.uk] INFO: Found listing with ID: DL70%20KHF
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520KHF%27 HTTP/1.1" 200 None
2026-03-30 06:22:11 [bca.uk] INFO: Scrape type for DL70%20KHF: 2
2026-03-30 06:22:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 079737ae-31d6-508f-b8fa-83b49b7e8fcd with identifier: DL70%20KHF
2026-03-30 06:22:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 079737ae-31d6-508f-b8fa-83b49b7e8fcd with scrape type 2
2026-03-30 06:22:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 079737ae-31d6-508f-b8fa-83b49b7e8fcd with scrape type 2
2026-03-30 06:22:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 079737ae-31d6-508f-b8fa-83b49b7e8fcd, identifier: DL70%20KHF
2026-03-30 06:22:11 [bca.uk] INFO: Found listing with ID: EK23%20CUO
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520CUO%27 HTTP/1.1" 200 None
2026-03-30 06:22:11 [bca.uk] INFO: Scrape type for EK23%20CUO: 2
2026-03-30 06:22:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ad60a39-e90c-5757-b599-20addc6318c5 with identifier: EK23%20CUO
2026-03-30 06:22:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ad60a39-e90c-5757-b599-20addc6318c5 with scrape type 2
2026-03-30 06:22:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ad60a39-e90c-5757-b599-20addc6318c5 with scrape type 2
2026-03-30 06:22:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ad60a39-e90c-5757-b599-20addc6318c5, identifier: EK23%20CUO
2026-03-30 06:22:11 [bca.uk] INFO: Found listing with ID: LJ23%20MBP
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ23%2520MBP%27 HTTP/1.1" 200 None
2026-03-30 06:22:11 [bca.uk] INFO: Scrape type for LJ23%20MBP: 0
2026-03-30 06:22:11 [bca.uk] INFO: Found listing with ID: MD72%20VVJ
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VVJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:11 [bca.uk] INFO: Scrape type for MD72%20VVJ: 2
2026-03-30 06:22:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f657fb44-8f75-5df7-a20b-debea9fe478d with identifier: MD72%20VVJ
2026-03-30 06:22:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f657fb44-8f75-5df7-a20b-debea9fe478d with scrape type 2
2026-03-30 06:22:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f657fb44-8f75-5df7-a20b-debea9fe478d with scrape type 2
2026-03-30 06:22:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f657fb44-8f75-5df7-a20b-debea9fe478d, identifier: MD72%20VVJ
2026-03-30 06:22:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 079737ae-31d6-508f-b8fa-83b49b7e8fcd with identifier: DL70%20KHF
2026-03-30 06:22:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 079737ae-31d6-508f-b8fa-83b49b7e8fcd with identifier: DL70%20KHF
2026-03-30 06:22:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 079737ae-31d6-508f-b8fa-83b49b7e8fcd with identifier: DL70%20KHF to the API
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 30,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL70%20KHF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '079737ae-31d6-508f-b8fa-83b49b7e8fcd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL70 KHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL70%20KHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 71040,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.6 PHEV 300 AWD ELITE (8SP) Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV 300 AWD ELITE (8SP)',
 'vin': 'W0VZ45GB7LS073607',
 'year': 2020}
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520KHF%27 HTTP/1.1" 200 None
2026-03-30 06:22:12 [bca.uk] INFO: Saving data for DL70%20KHF: {'auction_closing_time': 1774864800.0, 'created_time': 1773823229.351567, 'last_price_update_time': 1774851732.329262}
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL70%2520KHF') HTTP/1.1" 204 0
2026-03-30 06:22:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ad60a39-e90c-5757-b599-20addc6318c5 with identifier: EK23%20CUO
2026-03-30 06:22:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ad60a39-e90c-5757-b599-20addc6318c5 with identifier: EK23%20CUO
2026-03-30 06:22:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ad60a39-e90c-5757-b599-20addc6318c5 with identifier: EK23%20CUO to the API
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK23%20CUO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3ad60a39-e90c-5757-b599-20addc6318c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EK23 CUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK23%20CUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 18339,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'JTDKBABB20A180650',
 'year': 2023}
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520CUO%27 HTTP/1.1" 200 None
2026-03-30 06:22:12 [bca.uk] INFO: Saving data for EK23%20CUO: {'auction_closing_time': 1775556000.0, 'created_time': 1774650468.706316, 'last_price_update_time': 1774851732.736974}
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK23%2520CUO') HTTP/1.1" 204 0
2026-03-30 06:22:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f657fb44-8f75-5df7-a20b-debea9fe478d with identifier: MD72%20VVJ
2026-03-30 06:22:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f657fb44-8f75-5df7-a20b-debea9fe478d with identifier: MD72%20VVJ
2026-03-30 06:22:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f657fb44-8f75-5df7-a20b-debea9fe478d with identifier: MD72%20VVJ to the API
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD72%20VVJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f657fb44-8f75-5df7-a20b-debea9fe478d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD72 VVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD72%20VVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 22047,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 135 GT LINE+ (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 135 GT LINE+ (50KW)',
 'vin': 'VF1AG000069739761',
 'year': 2022}
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VVJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:13 [bca.uk] INFO: Saving data for MD72%20VVJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774449303.922606, 'last_price_update_time': 1774851733.031261}
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520VVJ') HTTP/1.1" 204 0
2026-03-30 06:22:13 [bca.uk] INFO: Found listing with ID: KW18%20VNT
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520VNT%27 HTTP/1.1" 200 None
2026-03-30 06:22:13 [bca.uk] INFO: Scrape type for KW18%20VNT: 2
2026-03-30 06:22:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49884812-049e-5484-a026-fd10972b672e with identifier: KW18%20VNT
2026-03-30 06:22:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49884812-049e-5484-a026-fd10972b672e with scrape type 2
2026-03-30 06:22:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49884812-049e-5484-a026-fd10972b672e with scrape type 2
2026-03-30 06:22:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49884812-049e-5484-a026-fd10972b672e, identifier: KW18%20VNT
2026-03-30 06:22:13 [bca.uk] INFO: Found listing with ID: WG19%20NLE
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520NLE%27 HTTP/1.1" 200 None
2026-03-30 06:22:13 [bca.uk] INFO: Scrape type for WG19%20NLE: 0
2026-03-30 06:22:13 [bca.uk] INFO: Found listing with ID: WG74%20UGY
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG74%2520UGY%27 HTTP/1.1" 200 None
2026-03-30 06:22:13 [bca.uk] INFO: Scrape type for WG74%20UGY: 2
2026-03-30 06:22:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with identifier: WG74%20UGY
2026-03-30 06:22:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with scrape type 2
2026-03-30 06:22:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with scrape type 2
2026-03-30 06:22:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63e98012-1f70-52d4-ba8d-d8ed0ce0520a, identifier: WG74%20UGY
2026-03-30 06:22:13 [bca.uk] INFO: Found listing with ID: BK25%20YEL
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520YEL%27 HTTP/1.1" 200 None
2026-03-30 06:22:13 [bca.uk] INFO: Scrape type for BK25%20YEL: 0
2026-03-30 06:22:13 [bca.uk] INFO: Found listing with ID: BJ23%20CYZ
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520CYZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:13 [bca.uk] INFO: Scrape type for BJ23%20CYZ: 2
2026-03-30 06:22:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3db4062f-58d4-5f4a-b744-68541b520dd3 with identifier: BJ23%20CYZ
2026-03-30 06:22:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3db4062f-58d4-5f4a-b744-68541b520dd3 with scrape type 2
2026-03-30 06:22:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3db4062f-58d4-5f4a-b744-68541b520dd3 with scrape type 2
2026-03-30 06:22:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3db4062f-58d4-5f4a-b744-68541b520dd3, identifier: BJ23%20CYZ
2026-03-30 06:22:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49884812-049e-5484-a026-fd10972b672e with identifier: KW18%20VNT
2026-03-30 06:22:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49884812-049e-5484-a026-fd10972b672e with identifier: KW18%20VNT
2026-03-30 06:22:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49884812-049e-5484-a026-fd10972b672e with identifier: KW18%20VNT to the API
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW18%20VNT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '49884812-049e-5484-a026-fd10972b672e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW18 VNT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW18%20VNT&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 60466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 D4 190 AWD MOMENTUM PRO G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'D4 190 AWD MOMENTUM PRO G/T',
 'vin': 'YV1UZA8VCK1179851',
 'year': 2018}
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520VNT%27 HTTP/1.1" 200 None
2026-03-30 06:22:13 [bca.uk] INFO: Saving data for KW18%20VNT: {'auction_closing_time': 1774864800.0, 'created_time': 1773959574.638495, 'last_price_update_time': 1774851733.684161}
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW18%2520VNT') HTTP/1.1" 204 0
2026-03-30 06:22:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with identifier: WG74%20UGY
2026-03-30 06:22:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with identifier: WG74%20UGY
2026-03-30 06:22:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63e98012-1f70-52d4-ba8d-d8ed0ce0520a with identifier: WG74%20UGY to the API
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG74%20UGY-GB',
 'category': 'Car',
 'color': 'midnight black ii',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '63e98012-1f70-52d4-ba8d-d8ed0ce0520a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WG74 UGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG74%20UGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MINI',
 'model': 'COUNTRYMAN E',
 'odometer': 5312,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN E 230KW SE CLASSIC ALL4 L1 Hatchback',
 'transmission': 'automatic',
 'trim': '230KW SE CLASSIC ALL4 L1',
 'vin': 'WMW52GA0307R02539',
 'year': 2025}
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG74%2520UGY%27 HTTP/1.1" 200 None
2026-03-30 06:22:13 [bca.uk] INFO: Saving data for WG74%20UGY: {'auction_closing_time': 1775037600.0, 'created_time': 1774017133.100664, 'last_price_update_time': 1774851733.964468}
2026-03-30 06:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG74%2520UGY') HTTP/1.1" 204 0
2026-03-30 06:22:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3db4062f-58d4-5f4a-b744-68541b520dd3 with identifier: BJ23%20CYZ
2026-03-30 06:22:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3db4062f-58d4-5f4a-b744-68541b520dd3 with identifier: BJ23%20CYZ
2026-03-30 06:22:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3db4062f-58d4-5f4a-b744-68541b520dd3 with identifier: BJ23%20CYZ to the API
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ23%20CYZ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3db4062f-58d4-5f4a-b744-68541b520dd3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ23 CYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ23%20CYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 23948,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 3 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 3',
 'vin': 'KNACR811UP5033369',
 'year': 2023}
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520CYZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:14 [bca.uk] INFO: Saving data for BJ23%20CYZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774447778.723015, 'last_price_update_time': 1774851734.269831}
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ23%2520CYZ') HTTP/1.1" 204 0
2026-03-30 06:22:14 [bca.uk] INFO: Found listing with ID: VA19%20HEV
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520HEV%27 HTTP/1.1" 200 None
2026-03-30 06:22:14 [bca.uk] INFO: Scrape type for VA19%20HEV: 2
2026-03-30 06:22:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with identifier: VA19%20HEV
2026-03-30 06:22:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with scrape type 2
2026-03-30 06:22:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with scrape type 2
2026-03-30 06:22:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5d9a52f-c7c0-5ac8-aa17-882e468a8767, identifier: VA19%20HEV
2026-03-30 06:22:14 [bca.uk] INFO: Found listing with ID: CV23%20XDN
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV23%2520XDN%27 HTTP/1.1" 200 None
2026-03-30 06:22:14 [bca.uk] INFO: Scrape type for CV23%20XDN: 2
2026-03-30 06:22:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with identifier: CV23%20XDN
2026-03-30 06:22:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with scrape type 2
2026-03-30 06:22:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with scrape type 2
2026-03-30 06:22:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfc6a9b3-4631-5a67-b712-5ce6fb076a96, identifier: CV23%20XDN
2026-03-30 06:22:14 [bca.uk] INFO: Found listing with ID: WV22%20URE
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV22%2520URE%27 HTTP/1.1" 200 None
2026-03-30 06:22:14 [bca.uk] INFO: Scrape type for WV22%20URE: 0
2026-03-30 06:22:14 [bca.uk] INFO: Found listing with ID: PE24%20XOW
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE24%2520XOW%27 HTTP/1.1" 200 None
2026-03-30 06:22:14 [bca.uk] INFO: Scrape type for PE24%20XOW: 2
2026-03-30 06:22:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b431eba2-9764-541f-b733-f87286022db1 with identifier: PE24%20XOW
2026-03-30 06:22:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b431eba2-9764-541f-b733-f87286022db1 with scrape type 2
2026-03-30 06:22:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b431eba2-9764-541f-b733-f87286022db1 with scrape type 2
2026-03-30 06:22:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b431eba2-9764-541f-b733-f87286022db1, identifier: PE24%20XOW
2026-03-30 06:22:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with identifier: VA19%20HEV
2026-03-30 06:22:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with identifier: VA19%20HEV
2026-03-30 06:22:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5d9a52f-c7c0-5ac8-aa17-882e468a8767 with identifier: VA19%20HEV to the API
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA19%20HEV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a5d9a52f-c7c0-5ac8-aa17-882e468a8767',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA19 HEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA19%20HEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 78190,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'ELITE',
 'vin': 'W0V7H9EE0K4360337',
 'year': 2019}
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520HEV%27 HTTP/1.1" 200 None
2026-03-30 06:22:14 [bca.uk] INFO: Saving data for VA19%20HEV: {'auction_closing_time': 1774864800.0, 'created_time': 1774436702.102403, 'last_price_update_time': 1774851734.962165}
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA19%2520HEV') HTTP/1.1" 204 0
2026-03-30 06:22:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with identifier: CV23%20XDN
2026-03-30 06:22:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with identifier: CV23%20XDN
2026-03-30 06:22:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfc6a9b3-4631-5a67-b712-5ce6fb076a96 with identifier: CV23%20XDN to the API
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV23%20XDN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'dfc6a9b3-4631-5a67-b712-5ce6fb076a96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CV23 XDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV23%20XDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 24122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 HYBRID ICON Estate',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'SB1ZB3AE10E012744',
 'year': 2023}
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV23%2520XDN%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Saving data for CV23%20XDN: {'auction_closing_time': 1775556000.0, 'created_time': 1774650449.060847, 'last_price_update_time': 1774851735.259477}
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV23%2520XDN') HTTP/1.1" 204 0
2026-03-30 06:22:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b431eba2-9764-541f-b733-f87286022db1 with identifier: PE24%20XOW
2026-03-30 06:22:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b431eba2-9764-541f-b733-f87286022db1 with identifier: PE24%20XOW
2026-03-30 06:22:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b431eba2-9764-541f-b733-f87286022db1 with identifier: PE24%20XOW to the API
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE24%20XOW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b431eba2-9764-541f-b733-f87286022db1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PE24 XOW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE24%20XOW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'GWM ORA',
 'model': 'ORA 03',
 'odometer': 5757,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'GWM ORA ORA 03 126KW 48KWH PURE+ Hatchback',
 'transmission': 'automatic',
 'trim': '126KW 48KWH PURE+',
 'vin': 'LGWEEUA58NK633213',
 'year': 2024}
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE24%2520XOW%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Saving data for PE24%20XOW: {'auction_closing_time': 1774951200.0, 'created_time': 1774449314.934154, 'last_price_update_time': 1774851735.557714}
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE24%2520XOW') HTTP/1.1" 204 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: AO69%20NDJ
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520NDJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for AO69%20NDJ: 2
2026-03-30 06:22:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eb88252-690d-5ac0-9de0-60868bf11a27 with identifier: AO69%20NDJ
2026-03-30 06:22:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eb88252-690d-5ac0-9de0-60868bf11a27 with scrape type 2
2026-03-30 06:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eb88252-690d-5ac0-9de0-60868bf11a27 with scrape type 2
2026-03-30 06:22:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2eb88252-690d-5ac0-9de0-60868bf11a27, identifier: AO69%20NDJ
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: AF23%20WGG
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520WGG%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for AF23%20WGG: 2
2026-03-30 06:22:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35905d16-41f8-5ebd-875c-177267a46d34 with identifier: AF23%20WGG
2026-03-30 06:22:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35905d16-41f8-5ebd-875c-177267a46d34 with scrape type 2
2026-03-30 06:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35905d16-41f8-5ebd-875c-177267a46d34 with scrape type 2
2026-03-30 06:22:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35905d16-41f8-5ebd-875c-177267a46d34, identifier: AF23%20WGG
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: BF10%20LFM
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF10%2520LFM%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for BF10%20LFM: 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: VK71%20OAJ
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520OAJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for VK71%20OAJ: 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: YF66%20XUP
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF66%2520XUP%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for YF66%20XUP: 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: AF68%20EJK
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF68%2520EJK%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for AF68%20EJK: 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: FY67%20UCG
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY67%2520UCG%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for FY67%20UCG: 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: EK71%20FTZ
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520FTZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for EK71%20FTZ: 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: MV23%20VTO
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520VTO%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for MV23%20VTO: 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: FV21%20ZTC
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520ZTC%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for FV21%20ZTC: 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: SG65%20YBJ
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520YBJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for SG65%20YBJ: 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: VF69%20HJG
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF69%2520HJG%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for VF69%20HJG: 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: DA21%20EWV
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520EWV%27 HTTP/1.1" 200 None
2026-03-30 06:22:15 [bca.uk] INFO: Scrape type for DA21%20EWV: 0
2026-03-30 06:22:15 [bca.uk] INFO: Found listing with ID: NX16%20EHU
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX16%2520EHU%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for NX16%20EHU: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: PK20%20YWT
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520YWT%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for PK20%20YWT: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: WV71%20VFO
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520VFO%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for WV71%20VFO: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: WF09%20CHK
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF09%2520CHK%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for WF09%20CHK: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: IGZ%206918
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27IGZ%25206918%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for IGZ%206918: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: YK71%20URY
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK71%2520URY%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for YK71%20URY: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: YH21%20FMX
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520FMX%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for YH21%20FMX: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: WX23%20ZDM
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX23%2520ZDM%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for WX23%20ZDM: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: WA70%20XVF
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA70%2520XVF%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for WA70%20XVF: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: RJ74%20BWF
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520BWF%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for RJ74%20BWF: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: LB20%20VHZ
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520VHZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for LB20%20VHZ: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: Y447%20GHC
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y447%2520GHC%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for Y447%20GHC: 0
2026-03-30 06:22:16 [bca.uk] INFO: Found listing with ID: FT19%20KWD
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT19%2520KWD%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Scrape type for FT19%20KWD: 2
2026-03-30 06:22:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 602e0c9a-5eb6-55b8-a696-930859a167f4 with identifier: FT19%20KWD
2026-03-30 06:22:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 602e0c9a-5eb6-55b8-a696-930859a167f4 with scrape type 2
2026-03-30 06:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 602e0c9a-5eb6-55b8-a696-930859a167f4 with scrape type 2
2026-03-30 06:22:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 602e0c9a-5eb6-55b8-a696-930859a167f4, identifier: FT19%20KWD
2026-03-30 06:22:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2eb88252-690d-5ac0-9de0-60868bf11a27 with identifier: AO69%20NDJ
2026-03-30 06:22:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2eb88252-690d-5ac0-9de0-60868bf11a27 with identifier: AO69%20NDJ
2026-03-30 06:22:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2eb88252-690d-5ac0-9de0-60868bf11a27 with identifier: AO69%20NDJ to the API
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO69%20NDJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2eb88252-690d-5ac0-9de0-60868bf11a27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO69 NDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO69%20NDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 46131,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 EVO 65 BEATS Hatchback',
 'transmission': 'manual',
 'trim': 'EVO 65 BEATS',
 'vin': 'WVWZZZAWZKU045869',
 'year': 2019}
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520NDJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:16 [bca.uk] INFO: Saving data for AO69%20NDJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363855.020292, 'last_price_update_time': 1774851736.623512}
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO69%2520NDJ') HTTP/1.1" 204 0
2026-03-30 06:22:16 [scrapy.extensions.logstats] INFO: Crawled 61 pages (at 2 pages/min), scraped 2392 items (at 130 items/min)
2026-03-30 06:22:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:22:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35905d16-41f8-5ebd-875c-177267a46d34 with identifier: AF23%20WGG
2026-03-30 06:22:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35905d16-41f8-5ebd-875c-177267a46d34 with identifier: AF23%20WGG
2026-03-30 06:22:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35905d16-41f8-5ebd-875c-177267a46d34 with identifier: AF23%20WGG to the API
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20WGG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '35905d16-41f8-5ebd-875c-177267a46d34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF23 WGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20WGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 21924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC400095197',
 'year': 2023}
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520WGG%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Saving data for AF23%20WGG: {'auction_closing_time': 1775556000.0, 'created_time': 1774650454.396045, 'last_price_update_time': 1774851737.000035}
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520WGG') HTTP/1.1" 204 0
2026-03-30 06:22:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 602e0c9a-5eb6-55b8-a696-930859a167f4 with identifier: FT19%20KWD
2026-03-30 06:22:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 602e0c9a-5eb6-55b8-a696-930859a167f4 with identifier: FT19%20KWD
2026-03-30 06:22:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 602e0c9a-5eb6-55b8-a696-930859a167f4 with identifier: FT19%20KWD to the API
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT19%20KWD-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '602e0c9a-5eb6-55b8-a696-930859a167f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT19 KWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT19%20KWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ADRIA',
 'model': 'CORAL',
 'odometer': 26355,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'ADRIA CORAL 2.3 AXESS S670 SC MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'AXESS S670 SC MOTORHOME',
 'vin': 'ZFA25000002K34149',
 'year': 2019}
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT19%2520KWD%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Saving data for FT19%20KWD: {'auction_closing_time': 1775124000.0, 'created_time': 1774650608.300326, 'last_price_update_time': 1774851737.296596}
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT19%2520KWD') HTTP/1.1" 204 0
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: LL69%20HUO
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520HUO%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for LL69%20HUO: 0
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: EK70%20ZYR
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK70%2520ZYR%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for EK70%20ZYR: 2
2026-03-30 06:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3e2c31c-a913-57bc-a71b-77c0c92870f8 with identifier: EK70%20ZYR
2026-03-30 06:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3e2c31c-a913-57bc-a71b-77c0c92870f8 with scrape type 2
2026-03-30 06:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3e2c31c-a913-57bc-a71b-77c0c92870f8 with scrape type 2
2026-03-30 06:22:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3e2c31c-a913-57bc-a71b-77c0c92870f8, identifier: EK70%20ZYR
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: AJ19%20DWA
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520DWA%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for AJ19%20DWA: 0
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: KN67%20GDO
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN67%2520GDO%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for KN67%20GDO: 0
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: MD67%20XLY
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD67%2520XLY%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for MD67%20XLY: 0
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: ND72%20KNA
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520KNA%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for ND72%20KNA: 0
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: SO18%20MUP
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO18%2520MUP%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for SO18%20MUP: 0
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: SO67%20BXC
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO67%2520BXC%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for SO67%20BXC: 0
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: YA17%20UGS
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA17%2520UGS%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for YA17%20UGS: 0
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: YG20%20JZT
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520JZT%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for YG20%20JZT: 0
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: YK18%20DJO
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520DJO%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for YK18%20DJO: 0
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: MV75%20YTP
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV75%2520YTP%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for MV75%20YTP: 2
2026-03-30 06:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3cc1a47-5afc-595d-89b3-3487edb96e52 with identifier: MV75%20YTP
2026-03-30 06:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3cc1a47-5afc-595d-89b3-3487edb96e52 with scrape type 2
2026-03-30 06:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3cc1a47-5afc-595d-89b3-3487edb96e52 with scrape type 2
2026-03-30 06:22:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3cc1a47-5afc-595d-89b3-3487edb96e52, identifier: MV75%20YTP
2026-03-30 06:22:17 [bca.uk] INFO: Found listing with ID: KS54%20UBV
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS54%2520UBV%27 HTTP/1.1" 200 None
2026-03-30 06:22:17 [bca.uk] INFO: Scrape type for KS54%20UBV: 2
2026-03-30 06:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee62ba93-be9d-5056-aa9b-a777beecfa6f with identifier: KS54%20UBV
2026-03-30 06:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee62ba93-be9d-5056-aa9b-a777beecfa6f with scrape type 2
2026-03-30 06:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee62ba93-be9d-5056-aa9b-a777beecfa6f with scrape type 2
2026-03-30 06:22:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee62ba93-be9d-5056-aa9b-a777beecfa6f, identifier: KS54%20UBV
2026-03-30 06:22:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3e2c31c-a913-57bc-a71b-77c0c92870f8 with identifier: EK70%20ZYR
2026-03-30 06:22:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3e2c31c-a913-57bc-a71b-77c0c92870f8 with identifier: EK70%20ZYR
2026-03-30 06:22:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3e2c31c-a913-57bc-a71b-77c0c92870f8 with identifier: EK70%20ZYR to the API
2026-03-30 06:22:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK70%20ZYR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e3e2c31c-a913-57bc-a71b-77c0c92870f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK70 ZYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK70%20ZYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 16787,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 160 TEKNA DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 TEKNA DCT',
 'vin': 'SJNFFAJ11U2875948',
 'year': 2020}
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK70%2520ZYR%27 HTTP/1.1" 200 None
2026-03-30 06:22:18 [bca.uk] INFO: Saving data for EK70%20ZYR: {'auction_closing_time': 1774864800.0, 'created_time': 1774650634.541923, 'last_price_update_time': 1774851738.136845}
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK70%2520ZYR') HTTP/1.1" 204 0
2026-03-30 06:22:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3cc1a47-5afc-595d-89b3-3487edb96e52 with identifier: MV75%20YTP
2026-03-30 06:22:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3cc1a47-5afc-595d-89b3-3487edb96e52 with identifier: MV75%20YTP
2026-03-30 06:22:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3cc1a47-5afc-595d-89b3-3487edb96e52 with identifier: MV75%20YTP to the API
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f3cc1a47-5afc-595d-89b3-3487edb96e52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MV75 YTP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV75%20YTP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 9052,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 E-TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'E-TSI 150 R LINE DSG',
 'vin': 'WVGZZZCT1SW557292',
 'year': 2025}
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV75%2520YTP%27 HTTP/1.1" 200 None
2026-03-30 06:22:18 [bca.uk] INFO: Saving data for MV75%20YTP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650439.343363, 'last_price_update_time': 1774851738.51761}
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV75%2520YTP') HTTP/1.1" 204 0
2026-03-30 06:22:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee62ba93-be9d-5056-aa9b-a777beecfa6f with identifier: KS54%20UBV
2026-03-30 06:22:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee62ba93-be9d-5056-aa9b-a777beecfa6f with identifier: KS54%20UBV
2026-03-30 06:22:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee62ba93-be9d-5056-aa9b-a777beecfa6f with identifier: KS54%20UBV to the API
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS54%20UBV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee62ba93-be9d-5056-aa9b-a777beecfa6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS54 UBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS54%20UBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 94144,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 EDGE Hatchback',
 'transmission': 'manual',
 'trim': 'EDGE',
 'vin': 'WF0BXXGCDB4E59081',
 'year': 2005}
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS54%2520UBV%27 HTTP/1.1" 200 None
2026-03-30 06:22:18 [bca.uk] INFO: Saving data for KS54%20UBV: {'auction_closing_time': 1775037600.0, 'created_time': 1774650621.368207, 'last_price_update_time': 1774851738.804528}
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS54%2520UBV') HTTP/1.1" 204 0
2026-03-30 06:22:18 [bca.uk] INFO: Found listing with ID: RF19%20ZFY
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF19%2520ZFY%27 HTTP/1.1" 200 None
2026-03-30 06:22:18 [bca.uk] INFO: Scrape type for RF19%20ZFY: 2
2026-03-30 06:22:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a06eb4c5-a06a-5522-9662-4a7116ece308 with identifier: RF19%20ZFY
2026-03-30 06:22:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a06eb4c5-a06a-5522-9662-4a7116ece308 with scrape type 2
2026-03-30 06:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a06eb4c5-a06a-5522-9662-4a7116ece308 with scrape type 2
2026-03-30 06:22:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a06eb4c5-a06a-5522-9662-4a7116ece308, identifier: RF19%20ZFY
2026-03-30 06:22:18 [bca.uk] INFO: Found listing with ID: RF74%20VXB
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF74%2520VXB%27 HTTP/1.1" 200 None
2026-03-30 06:22:18 [bca.uk] INFO: Scrape type for RF74%20VXB: 2
2026-03-30 06:22:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c40481ef-2830-5ccc-af90-086fdef838fc with identifier: RF74%20VXB
2026-03-30 06:22:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c40481ef-2830-5ccc-af90-086fdef838fc with scrape type 2
2026-03-30 06:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c40481ef-2830-5ccc-af90-086fdef838fc with scrape type 2
2026-03-30 06:22:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c40481ef-2830-5ccc-af90-086fdef838fc, identifier: RF74%20VXB
2026-03-30 06:22:19 [bca.uk] INFO: Found listing with ID: ET18%20TFK
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET18%2520TFK%27 HTTP/1.1" 200 None
2026-03-30 06:22:19 [bca.uk] INFO: Scrape type for ET18%20TFK: 2
2026-03-30 06:22:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f997a08c-b723-583a-9bc8-ceb1db4223b1 with identifier: ET18%20TFK
2026-03-30 06:22:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f997a08c-b723-583a-9bc8-ceb1db4223b1 with scrape type 2
2026-03-30 06:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f997a08c-b723-583a-9bc8-ceb1db4223b1 with scrape type 2
2026-03-30 06:22:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f997a08c-b723-583a-9bc8-ceb1db4223b1, identifier: ET18%20TFK
2026-03-30 06:22:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a06eb4c5-a06a-5522-9662-4a7116ece308 with identifier: RF19%20ZFY
2026-03-30 06:22:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a06eb4c5-a06a-5522-9662-4a7116ece308 with identifier: RF19%20ZFY
2026-03-30 06:22:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a06eb4c5-a06a-5522-9662-4a7116ece308 with identifier: RF19%20ZFY to the API
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF19%20ZFY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a06eb4c5-a06a-5522-9662-4a7116ece308',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF19 ZFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF19%20ZFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 38532,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 SD4 240 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 240 HSE',
 'vin': 'SALCA2AN4KH821552',
 'year': 2019}
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF19%2520ZFY%27 HTTP/1.1" 200 None
2026-03-30 06:22:19 [bca.uk] INFO: Saving data for RF19%20ZFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774361861.184707, 'last_price_update_time': 1774851739.482543}
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF19%2520ZFY') HTTP/1.1" 204 0
2026-03-30 06:22:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c40481ef-2830-5ccc-af90-086fdef838fc with identifier: RF74%20VXB
2026-03-30 06:22:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c40481ef-2830-5ccc-af90-086fdef838fc with identifier: RF74%20VXB
2026-03-30 06:22:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c40481ef-2830-5ccc-af90-086fdef838fc with identifier: RF74%20VXB to the API
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=49&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF74%20VXB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c40481ef-2830-5ccc-af90-086fdef838fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF74 VXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF74%20VXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'ID.5',
 'odometer': 9424,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.5 210KW 77KWH MATCH PRO Coupe',
 'transmission': 'automatic',
 'trim': '210KW 77KWH MATCH PRO',
 'vin': 'WVGZZZE23SP506309',
 'year': 2024}
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF74%2520VXB%27 HTTP/1.1" 200 None
2026-03-30 06:22:19 [bca.uk] INFO: Saving data for RF74%20VXB: {'auction_closing_time': 1774951200.0, 'created_time': 1774305454.183576, 'last_price_update_time': 1774851739.803506}
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF74%2520VXB') HTTP/1.1" 204 0
2026-03-30 06:22:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f997a08c-b723-583a-9bc8-ceb1db4223b1 with identifier: ET18%20TFK
2026-03-30 06:22:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f997a08c-b723-583a-9bc8-ceb1db4223b1 with identifier: ET18%20TFK
2026-03-30 06:22:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f997a08c-b723-583a-9bc8-ceb1db4223b1 with identifier: ET18%20TFK to the API
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET18%20TFK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f997a08c-b723-583a-9bc8-ceb1db4223b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET18 TFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET18%20TFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '520D',
 'odometer': 208110,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJF32030BP88226',
 'year': 2018}
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET18%2520TFK%27 HTTP/1.1" 200 None
2026-03-30 06:22:20 [bca.uk] INFO: Saving data for ET18%20TFK: {'auction_closing_time': 1775037600.0, 'created_time': 1774650613.546434, 'last_price_update_time': 1774851740.095707}
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET18%2520TFK') HTTP/1.1" 204 0
2026-03-30 06:22:20 [bca.uk] INFO: Found listing with ID: LT69%20LKE
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT69%2520LKE%27 HTTP/1.1" 200 None
2026-03-30 06:22:20 [bca.uk] INFO: Scrape type for LT69%20LKE: 2
2026-03-30 06:22:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38abe686-f20a-545d-941a-b009c982575e with identifier: LT69%20LKE
2026-03-30 06:22:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38abe686-f20a-545d-941a-b009c982575e with scrape type 2
2026-03-30 06:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38abe686-f20a-545d-941a-b009c982575e with scrape type 2
2026-03-30 06:22:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38abe686-f20a-545d-941a-b009c982575e, identifier: LT69%20LKE
2026-03-30 06:22:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:22:20 [bca.uk] INFO: Found listing with ID: FM69%20ZKO
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM69%2520ZKO%27 HTTP/1.1" 200 None
2026-03-30 06:22:20 [bca.uk] INFO: Scrape type for FM69%20ZKO: 0
2026-03-30 06:22:20 [bca.uk] INFO: Found listing with ID: GJ72%20LDZ
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520LDZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:20 [bca.uk] INFO: Scrape type for GJ72%20LDZ: 0
2026-03-30 06:22:20 [bca.uk] INFO: Found listing with ID: KE22%20JBX
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE22%2520JBX%27 HTTP/1.1" 200 None
2026-03-30 06:22:20 [bca.uk] INFO: Scrape type for KE22%20JBX: 0
2026-03-30 06:22:20 [bca.uk] INFO: Found listing with ID: RE72%20KLV
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520KLV%27 HTTP/1.1" 200 None
2026-03-30 06:22:20 [bca.uk] INFO: Scrape type for RE72%20KLV: 0
2026-03-30 06:22:20 [bca.uk] INFO: Found listing with ID: WV69%20JWM
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV69%2520JWM%27 HTTP/1.1" 200 None
2026-03-30 06:22:20 [bca.uk] INFO: Scrape type for WV69%20JWM: 0
2026-03-30 06:22:20 [bca.uk] INFO: Found listing with ID: LD19%20LGG
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD19%2520LGG%27 HTTP/1.1" 200 None
2026-03-30 06:22:20 [bca.uk] INFO: Scrape type for LD19%20LGG: 2
2026-03-30 06:22:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with identifier: LD19%20LGG
2026-03-30 06:22:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with scrape type 2
2026-03-30 06:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with scrape type 2
2026-03-30 06:22:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1, identifier: LD19%20LGG
2026-03-30 06:22:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38abe686-f20a-545d-941a-b009c982575e with identifier: LT69%20LKE
2026-03-30 06:22:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38abe686-f20a-545d-941a-b009c982575e with identifier: LT69%20LKE
2026-03-30 06:22:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38abe686-f20a-545d-941a-b009c982575e with identifier: LT69%20LKE to the API
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT69%20LKE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '38abe686-f20a-545d-941a-b009c982575e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT69 LKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT69%20LKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 77167,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 115 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 115 N-CONNECTA',
 'vin': 'SJNFAAJ11U2763816',
 'year': 2020}
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT69%2520LKE%27 HTTP/1.1" 200 None
2026-03-30 06:22:20 [bca.uk] INFO: Saving data for LT69%20LKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774361871.956727, 'last_price_update_time': 1774851740.686712}
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT69%2520LKE') HTTP/1.1" 204 0
2026-03-30 06:22:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with identifier: LD19%20LGG
2026-03-30 06:22:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with identifier: LD19%20LGG
2026-03-30 06:22:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1 with identifier: LD19%20LGG to the API
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD19%20LGG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f05d7cbe-4681-5eec-bfe3-4cd951eb3cc1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD19 LGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD19%20LGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 98980,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAJJ120403H64646',
 'year': 2019}
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD19%2520LGG%27 HTTP/1.1" 200 None
2026-03-30 06:22:20 [bca.uk] INFO: Saving data for LD19%20LGG: {'auction_closing_time': 1774864800.0, 'created_time': 1774354478.725069, 'last_price_update_time': 1774851740.992163}
2026-03-30 06:22:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD19%2520LGG') HTTP/1.1" 204 0
2026-03-30 06:22:21 [bca.uk] INFO: Found listing with ID: FT68%20OJC
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT68%2520OJC%27 HTTP/1.1" 200 None
2026-03-30 06:22:21 [bca.uk] INFO: Scrape type for FT68%20OJC: 2
2026-03-30 06:22:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93c5783a-7071-5384-b47b-98d559e7de2d with identifier: FT68%20OJC
2026-03-30 06:22:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93c5783a-7071-5384-b47b-98d559e7de2d with scrape type 2
2026-03-30 06:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93c5783a-7071-5384-b47b-98d559e7de2d with scrape type 2
2026-03-30 06:22:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93c5783a-7071-5384-b47b-98d559e7de2d, identifier: FT68%20OJC
2026-03-30 06:22:21 [bca.uk] INFO: Found listing with ID: PX69%20VGU
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX69%2520VGU%27 HTTP/1.1" 200 None
2026-03-30 06:22:21 [bca.uk] INFO: Scrape type for PX69%20VGU: 2
2026-03-30 06:22:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with identifier: PX69%20VGU
2026-03-30 06:22:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with scrape type 2
2026-03-30 06:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with scrape type 2
2026-03-30 06:22:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e75798f7-55b2-5c77-8a75-e1e1f22dc4cd, identifier: PX69%20VGU
2026-03-30 06:22:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93c5783a-7071-5384-b47b-98d559e7de2d with identifier: FT68%20OJC
2026-03-30 06:22:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93c5783a-7071-5384-b47b-98d559e7de2d with identifier: FT68%20OJC
2026-03-30 06:22:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93c5783a-7071-5384-b47b-98d559e7de2d with identifier: FT68%20OJC to the API
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT68%20OJC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '93c5783a-7071-5384-b47b-98d559e7de2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT68 OJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT68%20OJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A220',
 'odometer': 74070,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A220 2.0 AMG LINE PREMIUM PLUS 4M DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS 4M DCT',
 'vin': 'WDD1770452N055690',
 'year': 2019}
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT68%2520OJC%27 HTTP/1.1" 200 None
2026-03-30 06:22:21 [bca.uk] INFO: Saving data for FT68%20OJC: {'auction_closing_time': 1774864800.0, 'created_time': 1774353573.334207, 'last_price_update_time': 1774851741.524501}
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT68%2520OJC') HTTP/1.1" 204 0
2026-03-30 06:22:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with identifier: PX69%20VGU
2026-03-30 06:22:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with identifier: PX69%20VGU
2026-03-30 06:22:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e75798f7-55b2-5c77-8a75-e1e1f22dc4cd with identifier: PX69%20VGU to the API
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=51&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e75798f7-55b2-5c77-8a75-e1e1f22dc4cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX69 VGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX69%20VGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 D',
 'odometer': 82163,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C300 D 2.0 AMG LINE PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2050182R536314',
 'year': 2019}
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX69%2520VGU%27 HTTP/1.1" 200 None
2026-03-30 06:22:21 [bca.uk] INFO: Saving data for PX69%20VGU: {'auction_closing_time': 1775037600.0, 'created_time': 1774650537.099557, 'last_price_update_time': 1774851741.906899}
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX69%2520VGU') HTTP/1.1" 204 0
2026-03-30 06:22:21 [bca.uk] INFO: Found listing with ID: HX14%20MJY
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520MJY%27 HTTP/1.1" 200 None
2026-03-30 06:22:21 [bca.uk] INFO: Scrape type for HX14%20MJY: 2
2026-03-30 06:22:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with identifier: HX14%20MJY
2026-03-30 06:22:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with scrape type 2
2026-03-30 06:22:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with scrape type 2
2026-03-30 06:22:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96491a2b-0038-5043-b9db-7cc2bf4bf4ca, identifier: HX14%20MJY
2026-03-30 06:22:22 [bca.uk] INFO: Found listing with ID: CK67%20TXJ
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK67%2520TXJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:22 [bca.uk] INFO: Scrape type for CK67%20TXJ: 0
2026-03-30 06:22:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with identifier: HX14%20MJY
2026-03-30 06:22:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with identifier: HX14%20MJY
2026-03-30 06:22:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96491a2b-0038-5043-b9db-7cc2bf4bf4ca with identifier: HX14%20MJY to the API
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX14%20MJY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '96491a2b-0038-5043-b9db-7cc2bf4bf4ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX14 MJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX14%20MJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 93113,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'ZFA3120000J075726',
 'year': 2014}
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX14%2520MJY%27 HTTP/1.1" 200 None
2026-03-30 06:22:22 [bca.uk] INFO: Saving data for HX14%20MJY: {'auction_closing_time': 1775037600.0, 'created_time': 1774447860.405121, 'last_price_update_time': 1774851742.33214}
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX14%2520MJY') HTTP/1.1" 204 0
2026-03-30 06:22:22 [bca.uk] INFO: Found listing with ID: LM63%20FKO
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520FKO%27 HTTP/1.1" 200 None
2026-03-30 06:22:22 [bca.uk] INFO: Scrape type for LM63%20FKO: 2
2026-03-30 06:22:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d962df55-3257-5c22-9ee7-925f8e841666 with identifier: LM63%20FKO
2026-03-30 06:22:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d962df55-3257-5c22-9ee7-925f8e841666 with scrape type 2
2026-03-30 06:22:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d962df55-3257-5c22-9ee7-925f8e841666 with scrape type 2
2026-03-30 06:22:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d962df55-3257-5c22-9ee7-925f8e841666, identifier: LM63%20FKO
2026-03-30 06:22:22 [bca.uk] INFO: Total items found: 100
2026-03-30 06:22:22 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded
2026-03-30 06:22:22 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:22:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d962df55-3257-5c22-9ee7-925f8e841666 with identifier: LM63%20FKO
2026-03-30 06:22:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d962df55-3257-5c22-9ee7-925f8e841666 with identifier: LM63%20FKO
2026-03-30 06:22:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d962df55-3257-5c22-9ee7-925f8e841666 with identifier: LM63%20FKO to the API
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM63%20FKO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd962df55-3257-5c22-9ee7-925f8e841666',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM63 FKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM63%20FKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 73237,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'ZFA3120000J099895',
 'year': 2013}
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520FKO%27 HTTP/1.1" 200 None
2026-03-30 06:22:22 [bca.uk] INFO: Saving data for LM63%20FKO: {'auction_closing_time': 1775037600.0, 'created_time': 1774447880.905236, 'last_price_update_time': 1774851742.754566}
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM63%2520FKO') HTTP/1.1" 204 0
2026-03-30 06:22:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:22 [bca.uk] INFO: Found listing with ID: RE66%20OXK
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520OXK%27 HTTP/1.1" 200 None
2026-03-30 06:22:22 [bca.uk] INFO: Scrape type for RE66%20OXK: 2
2026-03-30 06:22:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd80acf4-d2f0-53e8-a481-c63a0ebf243c with identifier: RE66%20OXK
2026-03-30 06:22:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd80acf4-d2f0-53e8-a481-c63a0ebf243c with scrape type 2
2026-03-30 06:22:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd80acf4-d2f0-53e8-a481-c63a0ebf243c with scrape type 2
2026-03-30 06:22:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd80acf4-d2f0-53e8-a481-c63a0ebf243c, identifier: RE66%20OXK
2026-03-30 06:22:22 [bca.uk] INFO: Found listing with ID: T18%20AFG
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T18%2520AFG%27 HTTP/1.1" 200 None
2026-03-30 06:22:22 [bca.uk] INFO: Scrape type for T18%20AFG: 0
2026-03-30 06:22:22 [bca.uk] INFO: Found listing with ID: LL69%20TKO
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520TKO%27 HTTP/1.1" 200 None
2026-03-30 06:22:22 [bca.uk] INFO: Scrape type for LL69%20TKO: 0
2026-03-30 06:22:22 [bca.uk] INFO: Found listing with ID: FV17%20ZSR
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520ZSR%27 HTTP/1.1" 200 None
2026-03-30 06:22:22 [bca.uk] INFO: Scrape type for FV17%20ZSR: 0
2026-03-30 06:22:22 [bca.uk] INFO: Found listing with ID: DY11%20PMO
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY11%2520PMO%27 HTTP/1.1" 200 None
2026-03-30 06:22:22 [bca.uk] INFO: Scrape type for DY11%20PMO: 0
2026-03-30 06:22:22 [bca.uk] INFO: Found listing with ID: CX16%20BWZ
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX16%2520BWZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:22 [bca.uk] INFO: Scrape type for CX16%20BWZ: 0
2026-03-30 06:22:22 [bca.uk] INFO: Found listing with ID: FX13%20FVC
2026-03-30 06:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX13%2520FVC%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for FX13%20FVC: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: YX22%20TVT
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX22%2520TVT%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for YX22%20TVT: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: YW15%20KZO
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW15%2520KZO%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for YW15%20KZO: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: YR66%20CUC
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520CUC%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for YR66%20CUC: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: YF62%20KLM
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF62%2520KLM%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for YF62%20KLM: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: YF16%20FHG
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF16%2520FHG%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for YF16%20FHG: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: YE67%20JZJ
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE67%2520JZJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for YE67%20JZJ: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: YD15%20YVG
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD15%2520YVG%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for YD15%20YVG: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: MF56%20ZXC
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF56%2520ZXC%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for MF56%20ZXC: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: FD63%20HBE
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD63%2520HBE%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for FD63%20HBE: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: EJ17%20GCU
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520GCU%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for EJ17%20GCU: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: DG66%20LNN
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG66%2520LNN%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for DG66%20LNN: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: KO19%20UYF
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520UYF%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for KO19%20UYF: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: VO14%20XXY
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO14%2520XXY%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for VO14%20XXY: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: DA68%20PGV
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520PGV%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for DA68%20PGV: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: WX16%20XYN
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX16%2520XYN%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for WX16%20XYN: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: BX63%20XDO
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX63%2520XDO%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for BX63%20XDO: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: AY64%20WVH
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY64%2520WVH%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for AY64%20WVH: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: KV66%20DXR
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520DXR%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for KV66%20DXR: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: FE14%20VKD
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520VKD%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for FE14%20VKD: 0
2026-03-30 06:22:23 [bca.uk] INFO: Found listing with ID: PN63%20UBR
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN63%2520UBR%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Scrape type for PN63%20UBR: 2
2026-03-30 06:22:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 597b6cdd-d28e-5729-8800-8fdbb4706b61 with identifier: PN63%20UBR
2026-03-30 06:22:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 597b6cdd-d28e-5729-8800-8fdbb4706b61 with scrape type 2
2026-03-30 06:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 597b6cdd-d28e-5729-8800-8fdbb4706b61 with scrape type 2
2026-03-30 06:22:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 597b6cdd-d28e-5729-8800-8fdbb4706b61, identifier: PN63%20UBR
2026-03-30 06:22:23 [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:22:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd80acf4-d2f0-53e8-a481-c63a0ebf243c with identifier: RE66%20OXK
2026-03-30 06:22:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd80acf4-d2f0-53e8-a481-c63a0ebf243c with identifier: RE66%20OXK
2026-03-30 06:22:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd80acf4-d2f0-53e8-a481-c63a0ebf243c with identifier: RE66%20OXK to the API
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE66%20OXK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bd80acf4-d2f0-53e8-a481-c63a0ebf243c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE66 OXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE66%20OXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 104294,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A4 1.4 TFSI 150 SPORT Saloon',
 'transmission': 'manual',
 'trim': 'TFSI 150 SPORT',
 'vin': 'WAUZZZF46HA072609',
 'year': 2016}
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520OXK%27 HTTP/1.1" 200 None
2026-03-30 06:22:23 [bca.uk] INFO: Saving data for RE66%20OXK: {'auction_closing_time': 1775037600.0, 'created_time': 1774650590.191778, 'last_price_update_time': 1774851743.751871}
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE66%2520OXK') HTTP/1.1" 204 0
2026-03-30 06:22:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 597b6cdd-d28e-5729-8800-8fdbb4706b61 with identifier: PN63%20UBR
2026-03-30 06:22:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 597b6cdd-d28e-5729-8800-8fdbb4706b61 with identifier: PN63%20UBR
2026-03-30 06:22:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 597b6cdd-d28e-5729-8800-8fdbb4706b61 with identifier: PN63%20UBR to the API
2026-03-30 06:22:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN63%20UBR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '597b6cdd-d28e-5729-8800-8fdbb4706b61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN63 UBR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN63%20UBR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 96718,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.2 D 175 SPORT AWD StationWagon',
 'transmission': 'manual',
 'trim': 'D 175 SPORT AWD',
 'vin': 'JMZKEN92600163358',
 'year': 2013}
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN63%2520UBR%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Saving data for PN63%20UBR: {'auction_closing_time': 1774864800.0, 'created_time': 1774354630.09863, 'last_price_update_time': 1774851744.147133}
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN63%2520UBR') HTTP/1.1" 204 0
2026-03-30 06:22:24 [bca.uk] INFO: Found listing with ID: WJ14%20XTV
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520XTV%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Scrape type for WJ14%20XTV: 2
2026-03-30 06:22:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcdebcd6-30f2-514a-811d-00412caa9d8f with identifier: WJ14%20XTV
2026-03-30 06:22:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcdebcd6-30f2-514a-811d-00412caa9d8f with scrape type 2
2026-03-30 06:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcdebcd6-30f2-514a-811d-00412caa9d8f with scrape type 2
2026-03-30 06:22:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcdebcd6-30f2-514a-811d-00412caa9d8f, identifier: WJ14%20XTV
2026-03-30 06:22:24 [bca.uk] INFO: Found listing with ID: HX68%20DNO
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX68%2520DNO%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Scrape type for HX68%20DNO: 0
2026-03-30 06:22:24 [bca.uk] INFO: Found listing with ID: LO69%20XCA
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO69%2520XCA%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Scrape type for LO69%20XCA: 0
2026-03-30 06:22:24 [bca.uk] INFO: Found listing with ID: DF68%20ACO
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF68%2520ACO%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Scrape type for DF68%20ACO: 0
2026-03-30 06:22:24 [bca.uk] INFO: Found listing with ID: LK18%20EBL
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK18%2520EBL%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Scrape type for LK18%20EBL: 0
2026-03-30 06:22:24 [bca.uk] INFO: Found listing with ID: DU65%20FLH
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU65%2520FLH%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Scrape type for DU65%20FLH: 0
2026-03-30 06:22:24 [bca.uk] INFO: Found listing with ID: HE10%20TEL
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HE10%2520TEL%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Scrape type for HE10%20TEL: 0
2026-03-30 06:22:24 [bca.uk] INFO: Found listing with ID: FV66%20WUC
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520WUC%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Scrape type for FV66%20WUC: 0
2026-03-30 06:22:24 [bca.uk] INFO: Found listing with ID: GFZ%206210
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GFZ%25206210%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Scrape type for GFZ%206210: 0
2026-03-30 06:22:24 [bca.uk] INFO: Found listing with ID: EY09%20OGJ
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY09%2520OGJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Scrape type for EY09%20OGJ: 0
2026-03-30 06:22:24 [bca.uk] INFO: Found listing with ID: GF62%20WVL
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF62%2520WVL%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Scrape type for GF62%20WVL: 2
2026-03-30 06:22:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58a4daaa-4784-501b-8ce0-15a54dbec170 with identifier: GF62%20WVL
2026-03-30 06:22:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58a4daaa-4784-501b-8ce0-15a54dbec170 with scrape type 2
2026-03-30 06:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58a4daaa-4784-501b-8ce0-15a54dbec170 with scrape type 2
2026-03-30 06:22:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58a4daaa-4784-501b-8ce0-15a54dbec170, identifier: GF62%20WVL
2026-03-30 06:22:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcdebcd6-30f2-514a-811d-00412caa9d8f with identifier: WJ14%20XTV
2026-03-30 06:22:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcdebcd6-30f2-514a-811d-00412caa9d8f with identifier: WJ14%20XTV
2026-03-30 06:22:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcdebcd6-30f2-514a-811d-00412caa9d8f with identifier: WJ14%20XTV to the API
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ14%20XTV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dcdebcd6-30f2-514a-811d-00412caa9d8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ14 XTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ14%20XTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 51291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T ACENTA PREMIUM',
 'vin': 'SJNFEAJ11U1075269',
 'year': 2014}
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520XTV%27 HTTP/1.1" 200 None
2026-03-30 06:22:24 [bca.uk] INFO: Saving data for WJ14%20XTV: {'auction_closing_time': 1775037600.0, 'created_time': 1774447906.47298, 'last_price_update_time': 1774851744.842847}
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ14%2520XTV') HTTP/1.1" 204 0
2026-03-30 06:22:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58a4daaa-4784-501b-8ce0-15a54dbec170 with identifier: GF62%20WVL
2026-03-30 06:22:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58a4daaa-4784-501b-8ce0-15a54dbec170 with identifier: GF62%20WVL
2026-03-30 06:22:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58a4daaa-4784-501b-8ce0-15a54dbec170 with identifier: GF62%20WVL to the API
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 230,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF62%20WVL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58a4daaa-4784-501b-8ce0-15a54dbec170',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF62 WVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF62%20WVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 4',
 'odometer': 122170,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 4 3.0 SDV6 255 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 255 HSE',
 'vin': 'SALLAAAG5CA648972',
 'year': 2012}
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF62%2520WVL%27 HTTP/1.1" 200 None
2026-03-30 06:22:25 [bca.uk] INFO: Saving data for GF62%20WVL: {'auction_closing_time': 1774864800.0, 'created_time': 1773843761.067774, 'last_price_update_time': 1774851745.251299}
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF62%2520WVL') HTTP/1.1" 204 0
2026-03-30 06:22:25 [bca.uk] INFO: Found listing with ID: AK11%20RKO
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK11%2520RKO%27 HTTP/1.1" 200 None
2026-03-30 06:22:25 [bca.uk] INFO: Scrape type for AK11%20RKO: 2
2026-03-30 06:22:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with identifier: AK11%20RKO
2026-03-30 06:22:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with scrape type 2
2026-03-30 06:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with scrape type 2
2026-03-30 06:22:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1, identifier: AK11%20RKO
2026-03-30 06:22:25 [bca.uk] INFO: Found listing with ID: GY16%20CWG
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY16%2520CWG%27 HTTP/1.1" 200 None
2026-03-30 06:22:25 [bca.uk] INFO: Scrape type for GY16%20CWG: 0
2026-03-30 06:22:25 [bca.uk] INFO: Found listing with ID: RX16%20RVA
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX16%2520RVA%27 HTTP/1.1" 200 None
2026-03-30 06:22:25 [bca.uk] INFO: Scrape type for RX16%20RVA: 0
2026-03-30 06:22:25 [bca.uk] INFO: Found listing with ID: WD14%20GVV
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD14%2520GVV%27 HTTP/1.1" 200 None
2026-03-30 06:22:25 [bca.uk] INFO: Scrape type for WD14%20GVV: 0
2026-03-30 06:22:25 [bca.uk] INFO: Found listing with ID: MT71%20VMX
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520VMX%27 HTTP/1.1" 200 None
2026-03-30 06:22:25 [bca.uk] INFO: Scrape type for MT71%20VMX: 0
2026-03-30 06:22:25 [bca.uk] INFO: Found listing with ID: AV66%20NKH
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV66%2520NKH%27 HTTP/1.1" 200 None
2026-03-30 06:22:25 [bca.uk] INFO: Scrape type for AV66%20NKH: 2
2026-03-30 06:22:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 950541e8-d48c-598e-85b8-d10dc3312716 with identifier: AV66%20NKH
2026-03-30 06:22:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 950541e8-d48c-598e-85b8-d10dc3312716 with scrape type 2
2026-03-30 06:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 950541e8-d48c-598e-85b8-d10dc3312716 with scrape type 2
2026-03-30 06:22:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 950541e8-d48c-598e-85b8-d10dc3312716, identifier: AV66%20NKH
2026-03-30 06:22:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with identifier: AK11%20RKO
2026-03-30 06:22:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with identifier: AK11%20RKO
2026-03-30 06:22:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f30affe-2a0f-5cc1-b064-b3ec64cef5a1 with identifier: AK11%20RKO to the API
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK11%20RKO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f30affe-2a0f-5cc1-b064-b3ec64cef5a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK11 RKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK11%20RKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COOPER CLUBMAN',
 'odometer': 81765,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER CLUBMAN 2.0 D Estate',
 'transmission': 'automatic',
 'trim': 'D',
 'vin': 'WMWXE52080T146118',
 'year': 2011}
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK11%2520RKO%27 HTTP/1.1" 200 None
2026-03-30 06:22:25 [bca.uk] INFO: Saving data for AK11%20RKO: {'auction_closing_time': 1775037600.0, 'created_time': 1774447885.928102, 'last_price_update_time': 1774851745.835015}
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK11%2520RKO') HTTP/1.1" 204 0
2026-03-30 06:22:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 950541e8-d48c-598e-85b8-d10dc3312716 with identifier: AV66%20NKH
2026-03-30 06:22:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 950541e8-d48c-598e-85b8-d10dc3312716 with identifier: AV66%20NKH
2026-03-30 06:22:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 950541e8-d48c-598e-85b8-d10dc3312716 with identifier: AV66%20NKH to the API
2026-03-30 06:22:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV66%20NKH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '950541e8-d48c-598e-85b8-d10dc3312716',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV66 NKH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV66%20NKH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'IX20',
 'odometer': 90891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IX20 1.4 B/D SE MPV',
 'transmission': 'manual',
 'trim': 'B/D SE',
 'vin': 'TMAPU81CLHJ239212',
 'year': 2016}
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV66%2520NKH%27 HTTP/1.1" 200 None
2026-03-30 06:22:26 [bca.uk] INFO: Saving data for AV66%20NKH: {'auction_closing_time': 1774864800.0, 'created_time': 1773907462.905076, 'last_price_update_time': 1774851746.139188}
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV66%2520NKH') HTTP/1.1" 204 0
2026-03-30 06:22:26 [bca.uk] INFO: Found listing with ID: HD15%20FWV
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD15%2520FWV%27 HTTP/1.1" 200 None
2026-03-30 06:22:26 [bca.uk] INFO: Scrape type for HD15%20FWV: 2
2026-03-30 06:22:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with identifier: HD15%20FWV
2026-03-30 06:22:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with scrape type 2
2026-03-30 06:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with scrape type 2
2026-03-30 06:22:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5634fe7f-955a-59a0-a7b9-c74766e1d8fb, identifier: HD15%20FWV
2026-03-30 06:22:26 [bca.uk] INFO: Found listing with ID: BP66%20FWH
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520FWH%27 HTTP/1.1" 200 None
2026-03-30 06:22:26 [bca.uk] INFO: Scrape type for BP66%20FWH: 2
2026-03-30 06:22:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fac04965-9c3a-5422-b1fd-9112c4d4011f with identifier: BP66%20FWH
2026-03-30 06:22:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fac04965-9c3a-5422-b1fd-9112c4d4011f with scrape type 2
2026-03-30 06:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fac04965-9c3a-5422-b1fd-9112c4d4011f with scrape type 2
2026-03-30 06:22:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fac04965-9c3a-5422-b1fd-9112c4d4011f, identifier: BP66%20FWH
2026-03-30 06:22:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with identifier: HD15%20FWV
2026-03-30 06:22:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with identifier: HD15%20FWV
2026-03-30 06:22:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5634fe7f-955a-59a0-a7b9-c74766e1d8fb with identifier: HD15%20FWV to the API
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD15%20FWV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5634fe7f-955a-59a0-a7b9-c74766e1d8fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HD15 FWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD15%20FWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 96761,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.2 SD4 190 SE TECH StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 190 SE TECH',
 'vin': 'SALCA2AE5FH524408',
 'year': 2015}
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD15%2520FWV%27 HTTP/1.1" 200 None
2026-03-30 06:22:26 [bca.uk] INFO: Saving data for HD15%20FWV: {'auction_closing_time': 1775037600.0, 'created_time': 1774650571.00294, 'last_price_update_time': 1774851746.63917}
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD15%2520FWV') HTTP/1.1" 204 0
2026-03-30 06:22:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fac04965-9c3a-5422-b1fd-9112c4d4011f with identifier: BP66%20FWH
2026-03-30 06:22:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fac04965-9c3a-5422-b1fd-9112c4d4011f with identifier: BP66%20FWH
2026-03-30 06:22:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fac04965-9c3a-5422-b1fd-9112c4d4011f with identifier: BP66%20FWH to the API
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP66%20FWH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fac04965-9c3a-5422-b1fd-9112c4d4011f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP66 FWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP66%20FWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 98809,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 180 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 180 TITANIUM',
 'vin': 'WF0JXXWPCJGS22988',
 'year': 2016}
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520FWH%27 HTTP/1.1" 200 None
2026-03-30 06:22:26 [bca.uk] INFO: Saving data for BP66%20FWH: {'auction_closing_time': 1774864800.0, 'created_time': 1774362747.852696, 'last_price_update_time': 1774851746.914893}
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP66%2520FWH') HTTP/1.1" 204 0
2026-03-30 06:22:26 [bca.uk] INFO: Found listing with ID: HK10%20TZB
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK10%2520TZB%27 HTTP/1.1" 200 None
2026-03-30 06:22:26 [bca.uk] INFO: Scrape type for HK10%20TZB: 2
2026-03-30 06:22:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaeddb90-de2c-520f-834b-fbfe97b5767c with identifier: HK10%20TZB
2026-03-30 06:22:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaeddb90-de2c-520f-834b-fbfe97b5767c with scrape type 2
2026-03-30 06:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaeddb90-de2c-520f-834b-fbfe97b5767c with scrape type 2
2026-03-30 06:22:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aaeddb90-de2c-520f-834b-fbfe97b5767c, identifier: HK10%20TZB
2026-03-30 06:22:27 [bca.uk] INFO: Found listing with ID: KT65%20DXC
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT65%2520DXC%27 HTTP/1.1" 200 None
2026-03-30 06:22:27 [bca.uk] INFO: Scrape type for KT65%20DXC: 0
2026-03-30 06:22:27 [bca.uk] INFO: Found listing with ID: MT18%20VSP
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520VSP%27 HTTP/1.1" 200 None
2026-03-30 06:22:27 [bca.uk] INFO: Scrape type for MT18%20VSP: 2
2026-03-30 06:22:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7c8f526-ef5c-5d01-b931-49b891023e5f with identifier: MT18%20VSP
2026-03-30 06:22:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7c8f526-ef5c-5d01-b931-49b891023e5f with scrape type 2
2026-03-30 06:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7c8f526-ef5c-5d01-b931-49b891023e5f with scrape type 2
2026-03-30 06:22:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7c8f526-ef5c-5d01-b931-49b891023e5f, identifier: MT18%20VSP
2026-03-30 06:22:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aaeddb90-de2c-520f-834b-fbfe97b5767c with identifier: HK10%20TZB
2026-03-30 06:22:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aaeddb90-de2c-520f-834b-fbfe97b5767c with identifier: HK10%20TZB
2026-03-30 06:22:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aaeddb90-de2c-520f-834b-fbfe97b5767c with identifier: HK10%20TZB to the API
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK10%20TZB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aaeddb90-de2c-520f-834b-fbfe97b5767c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK10 TZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK10%20TZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 88640,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 TCE DYNAMIQUE TOM TOM Hatchback',
 'transmission': 'manual',
 'trim': 'TCE DYNAMIQUE TOM TOM',
 'vin': 'VF1BRC40H43695870',
 'year': 2010}
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK10%2520TZB%27 HTTP/1.1" 200 None
2026-03-30 06:22:27 [bca.uk] INFO: Saving data for HK10%20TZB: {'auction_closing_time': 1775037600.0, 'created_time': 1774650594.908798, 'last_price_update_time': 1774851747.445044}
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK10%2520TZB') HTTP/1.1" 204 0
2026-03-30 06:22:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7c8f526-ef5c-5d01-b931-49b891023e5f with identifier: MT18%20VSP
2026-03-30 06:22:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7c8f526-ef5c-5d01-b931-49b891023e5f with identifier: MT18%20VSP
2026-03-30 06:22:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7c8f526-ef5c-5d01-b931-49b891023e5f with identifier: MT18%20VSP to the API
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT18%20VSP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c7c8f526-ef5c-5d01-b931-49b891023e5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT18 VSP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT18%20VSP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 95962,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SUZUKI VITARA 1.6 SZ-T Hatchback',
 'transmission': 'manual',
 'trim': 'SZ-T',
 'vin': 'TSMLYD21S00474471',
 'year': 2018}
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520VSP%27 HTTP/1.1" 200 None
2026-03-30 06:22:27 [bca.uk] INFO: Saving data for MT18%20VSP: {'auction_closing_time': 1774864800.0, 'created_time': 1774354716.892059, 'last_price_update_time': 1774851747.861716}
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT18%2520VSP') HTTP/1.1" 204 0
2026-03-30 06:22:27 [bca.uk] INFO: Found listing with ID: HF53%20FDY
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF53%2520FDY%27 HTTP/1.1" 200 None
2026-03-30 06:22:27 [bca.uk] INFO: Scrape type for HF53%20FDY: 2
2026-03-30 06:22:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with identifier: HF53%20FDY
2026-03-30 06:22:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with scrape type 2
2026-03-30 06:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with scrape type 2
2026-03-30 06:22:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65fc6c16-baef-5a0d-85b3-a22211afd9a1, identifier: HF53%20FDY
2026-03-30 06:22:28 [bca.uk] INFO: Found listing with ID: AL05%20VJA
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AL05%2520VJA%27 HTTP/1.1" 200 None
2026-03-30 06:22:28 [bca.uk] INFO: Scrape type for AL05%20VJA: 2
2026-03-30 06:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a5b6bc0-627f-5176-a25a-cad39c15f3db with identifier: AL05%20VJA
2026-03-30 06:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a5b6bc0-627f-5176-a25a-cad39c15f3db with scrape type 2
2026-03-30 06:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a5b6bc0-627f-5176-a25a-cad39c15f3db with scrape type 2
2026-03-30 06:22:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a5b6bc0-627f-5176-a25a-cad39c15f3db, identifier: AL05%20VJA
2026-03-30 06:22:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with identifier: HF53%20FDY
2026-03-30 06:22:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with identifier: HF53%20FDY
2026-03-30 06:22:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65fc6c16-baef-5a0d-85b3-a22211afd9a1 with identifier: HF53%20FDY to the API
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF53%20FDY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '65fc6c16-baef-5a0d-85b3-a22211afd9a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF53 FDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF53%20FDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'GETZ',
 'odometer': 113241,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'HYUNDAI GETZ 1.3 GSI Hatchback',
 'transmission': 'manual',
 'trim': 'GSI',
 'vin': 'KMHBT31HR4U048924',
 'year': 2003}
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF53%2520FDY%27 HTTP/1.1" 200 None
2026-03-30 06:22:28 [bca.uk] INFO: Saving data for HF53%20FDY: {'auction_closing_time': 1775037600.0, 'created_time': 1774650632.400825, 'last_price_update_time': 1774851748.427793}
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF53%2520FDY') HTTP/1.1" 204 0
2026-03-30 06:22:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a5b6bc0-627f-5176-a25a-cad39c15f3db with identifier: AL05%20VJA
2026-03-30 06:22:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a5b6bc0-627f-5176-a25a-cad39c15f3db with identifier: AL05%20VJA
2026-03-30 06:22:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a5b6bc0-627f-5176-a25a-cad39c15f3db with identifier: AL05%20VJA to the API
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AL05%20VJA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a5b6bc0-627f-5176-a25a-cad39c15f3db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AL05 VJA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AL05%20VJA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 200K',
 'odometer': 104687,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 200K 1.8  Roadster',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WDB1714452F234919',
 'year': 2010}
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AL05%2520VJA%27 HTTP/1.1" 200 None
2026-03-30 06:22:28 [bca.uk] INFO: Saving data for AL05%20VJA: {'auction_closing_time': 1774864800.0, 'created_time': 1774447406.575172, 'last_price_update_time': 1774851748.73721}
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AL05%2520VJA') HTTP/1.1" 204 0
2026-03-30 06:22:28 [bca.uk] INFO: Found listing with ID: FA06%20WRJ
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA06%2520WRJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:28 [bca.uk] INFO: Scrape type for FA06%20WRJ: 2
2026-03-30 06:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67712e19-7a1b-5532-86f4-a5de6e9d147f with identifier: FA06%20WRJ
2026-03-30 06:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67712e19-7a1b-5532-86f4-a5de6e9d147f with scrape type 2
2026-03-30 06:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67712e19-7a1b-5532-86f4-a5de6e9d147f with scrape type 2
2026-03-30 06:22:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67712e19-7a1b-5532-86f4-a5de6e9d147f, identifier: FA06%20WRJ
2026-03-30 06:22:28 [bca.uk] INFO: Found listing with ID: FM17%20XHW
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520XHW%27 HTTP/1.1" 200 None
2026-03-30 06:22:28 [bca.uk] INFO: Scrape type for FM17%20XHW: 0
2026-03-30 06:22:28 [bca.uk] INFO: Found listing with ID: DF19%20BFM
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520BFM%27 HTTP/1.1" 200 None
2026-03-30 06:22:28 [bca.uk] INFO: Scrape type for DF19%20BFM: 0
2026-03-30 06:22:28 [bca.uk] INFO: Found listing with ID: SG72%20WGY
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG72%2520WGY%27 HTTP/1.1" 200 None
2026-03-30 06:22:28 [bca.uk] INFO: Scrape type for SG72%20WGY: 0
2026-03-30 06:22:28 [bca.uk] INFO: Found listing with ID: AK71%20DCV
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520DCV%27 HTTP/1.1" 200 None
2026-03-30 06:22:28 [bca.uk] INFO: Scrape type for AK71%20DCV: 0
2026-03-30 06:22:28 [bca.uk] INFO: Found listing with ID: DY66%20KHT
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY66%2520KHT%27 HTTP/1.1" 200 None
2026-03-30 06:22:28 [bca.uk] INFO: Scrape type for DY66%20KHT: 0
2026-03-30 06:22:28 [bca.uk] INFO: Found listing with ID: GD74%20XKV
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD74%2520XKV%27 HTTP/1.1" 200 None
2026-03-30 06:22:28 [bca.uk] INFO: Scrape type for GD74%20XKV: 0
2026-03-30 06:22:28 [bca.uk] INFO: Found listing with ID: GY20%20PPX
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520PPX%27 HTTP/1.1" 200 None
2026-03-30 06:22:28 [bca.uk] INFO: Scrape type for GY20%20PPX: 0
2026-03-30 06:22:28 [bca.uk] INFO: Found listing with ID: BX23%20TGK
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TGK%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for BX23%20TGK: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: KV20%20KKZ
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520KKZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for KV20%20KKZ: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: BC24%20YDX
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC24%2520YDX%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for BC24%20YDX: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: BD69%20AUX
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520AUX%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for BD69%20AUX: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: BK68%20SWX
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520SWX%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for BK68%20SWX: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: MV65%20PSU
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV65%2520PSU%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for MV65%20PSU: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: RV20%20YUE
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV20%2520YUE%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for RV20%20YUE: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: VE67%20ETD
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520ETD%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for VE67%20ETD: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: YY15%20RXF
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY15%2520RXF%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for YY15%20RXF: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: LJ67%20VWR
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ67%2520VWR%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for LJ67%20VWR: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: KM67%20YLP
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM67%2520YLP%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for KM67%20YLP: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: LO67%20TYC
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO67%2520TYC%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for LO67%20TYC: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: DY18%20XSM
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY18%2520XSM%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for DY18%20XSM: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: LC22%20LDK
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520LDK%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for LC22%20LDK: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: MF67%20YME
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520YME%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for MF67%20YME: 0
2026-03-30 06:22:29 [bca.uk] INFO: Found listing with ID: YG66%20HWR
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG66%2520HWR%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Scrape type for YG66%20HWR: 2
2026-03-30 06:22:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with identifier: YG66%20HWR
2026-03-30 06:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with scrape type 2
2026-03-30 06:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with scrape type 2
2026-03-30 06:22:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc, identifier: YG66%20HWR
2026-03-30 06:22:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67712e19-7a1b-5532-86f4-a5de6e9d147f with identifier: FA06%20WRJ
2026-03-30 06:22:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67712e19-7a1b-5532-86f4-a5de6e9d147f with identifier: FA06%20WRJ
2026-03-30 06:22:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67712e19-7a1b-5532-86f4-a5de6e9d147f with identifier: FA06%20WRJ to the API
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA06%20WRJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.9L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '67712e19-7a1b-5532-86f4-a5de6e9d147f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FA06 WRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA06%20WRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'TOURAN',
 'odometer': 167614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOURAN 1.9 TDI PD 100 SE (7ST) MPV',
 'transmission': 'manual',
 'trim': 'TDI PD 100 SE (7ST)',
 'vin': 'WVGZZZ1TZ6W209142',
 'year': 2006}
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA06%2520WRJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:29 [bca.uk] INFO: Saving data for FA06%20WRJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774650628.589961, 'last_price_update_time': 1774851749.727408}
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA06%2520WRJ') HTTP/1.1" 204 0
2026-03-30 06:22:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with identifier: YG66%20HWR
2026-03-30 06:22:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with identifier: YG66%20HWR
2026-03-30 06:22:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a0ccbbf-510b-5c89-a1b7-26ec099a26bc with identifier: YG66%20HWR to the API
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG66%20HWR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4a0ccbbf-510b-5c89-a1b7-26ec099a26bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG66 HWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG66%20HWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 133569,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 DIG-S TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-S TEKNA',
 'vin': 'SJNTBAE12U1172992',
 'year': 2016}
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG66%2520HWR%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Saving data for YG66%20HWR: {'auction_closing_time': 1774864800.0, 'created_time': 1774447575.749772, 'last_price_update_time': 1774851750.189826}
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG66%2520HWR') HTTP/1.1" 204 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: GF15%20BPZ
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520BPZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for GF15%20BPZ: 2
2026-03-30 06:22:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 257de934-01ab-5dcb-bedc-fae3153a22f5 with identifier: GF15%20BPZ
2026-03-30 06:22:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 257de934-01ab-5dcb-bedc-fae3153a22f5 with scrape type 2
2026-03-30 06:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 257de934-01ab-5dcb-bedc-fae3153a22f5 with scrape type 2
2026-03-30 06:22:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 257de934-01ab-5dcb-bedc-fae3153a22f5, identifier: GF15%20BPZ
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: EJ09%20XLP
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ09%2520XLP%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for EJ09%20XLP: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: EX08%20SYR
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX08%2520SYR%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for EX08%20SYR: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: RJ10%20AVX
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ10%2520AVX%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for RJ10%20AVX: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: YL67%20DFN
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL67%2520DFN%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for YL67%20DFN: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: MT67%20VTO
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520VTO%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for MT67%20VTO: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: HJ70%20VZM
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520VZM%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for HJ70%20VZM: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: BO04%20OPU
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BO04%2520OPU%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for BO04%20OPU: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: HY61%20YAU
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY61%2520YAU%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for HY61%20YAU: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: LD67%20TLV
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD67%2520TLV%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for LD67%20TLV: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: GY66%20LGD
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY66%2520LGD%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for GY66%20LGD: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: MA68%20UZB
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA68%2520UZB%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for MA68%20UZB: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: AY16%20TMV
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY16%2520TMV%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for AY16%20TMV: 0
2026-03-30 06:22:30 [bca.uk] INFO: Found listing with ID: SP18%20MZE
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP18%2520MZE%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Scrape type for SP18%20MZE: 2
2026-03-30 06:22:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78798663-02e3-592f-a98c-a6611bead3e8 with identifier: SP18%20MZE
2026-03-30 06:22:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78798663-02e3-592f-a98c-a6611bead3e8 with scrape type 2
2026-03-30 06:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78798663-02e3-592f-a98c-a6611bead3e8 with scrape type 2
2026-03-30 06:22:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78798663-02e3-592f-a98c-a6611bead3e8, identifier: SP18%20MZE
2026-03-30 06:22:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 257de934-01ab-5dcb-bedc-fae3153a22f5 with identifier: GF15%20BPZ
2026-03-30 06:22:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 257de934-01ab-5dcb-bedc-fae3153a22f5 with identifier: GF15%20BPZ
2026-03-30 06:22:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 257de934-01ab-5dcb-bedc-fae3153a22f5 with identifier: GF15%20BPZ to the API
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF15%20BPZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '257de934-01ab-5dcb-bedc-fae3153a22f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF15 BPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF15%20BPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'MERIVA',
 'odometer': 94547,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MERIVA 1.4 16V TECH LINE MPV',
 'transmission': 'manual',
 'trim': '16V TECH LINE',
 'vin': 'W0LSH9EC6F4128705',
 'year': 2015}
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520BPZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:30 [bca.uk] INFO: Saving data for GF15%20BPZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774650623.280038, 'last_price_update_time': 1774851750.906477}
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF15%2520BPZ') HTTP/1.1" 204 0
2026-03-30 06:22:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78798663-02e3-592f-a98c-a6611bead3e8 with identifier: SP18%20MZE
2026-03-30 06:22:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78798663-02e3-592f-a98c-a6611bead3e8 with identifier: SP18%20MZE
2026-03-30 06:22:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78798663-02e3-592f-a98c-a6611bead3e8 with identifier: SP18%20MZE to the API
2026-03-30 06:22:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=53&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '78798663-02e3-592f-a98c-a6611bead3e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP18 MZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP18%20MZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 76546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D180 AWD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD R-DYNAMIC HSE',
 'vin': 'SADFA2AN1J1Z00919',
 'year': 2018}
2026-03-30 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP18%2520MZE%27 HTTP/1.1" 200 None
2026-03-30 06:22:31 [bca.uk] INFO: Saving data for SP18%20MZE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650569.715945, 'last_price_update_time': 1774851751.562888}
2026-03-30 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP18%2520MZE') HTTP/1.1" 204 0
2026-03-30 06:22:31 [bca.uk] INFO: Found listing with ID: YD07%20AWP
2026-03-30 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD07%2520AWP%27 HTTP/1.1" 200 None
2026-03-30 06:22:31 [bca.uk] INFO: Scrape type for YD07%20AWP: 2
2026-03-30 06:22:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78acffd5-36f4-515f-bbb4-3b350da40aab with identifier: YD07%20AWP
2026-03-30 06:22:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78acffd5-36f4-515f-bbb4-3b350da40aab with scrape type 2
2026-03-30 06:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78acffd5-36f4-515f-bbb4-3b350da40aab with scrape type 2
2026-03-30 06:22:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78acffd5-36f4-515f-bbb4-3b350da40aab, identifier: YD07%20AWP
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: PN10%20DWP
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN10%2520DWP%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for PN10%20DWP: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: WL15%20BPF
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL15%2520BPF%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for WL15%20BPF: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: EY11%20UXN
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY11%2520UXN%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for EY11%20UXN: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: BT11%20UXB
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT11%2520UXB%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for BT11%20UXB: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: EN10%20NNP
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN10%2520NNP%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for EN10%20NNP: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: ET66%20JVE
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520JVE%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for ET66%20JVE: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: GU13%20LXG
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU13%2520LXG%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for GU13%20LXG: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: GX18%20JXU
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX18%2520JXU%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for GX18%20JXU: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: GX66%20OWR
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX66%2520OWR%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for GX66%20OWR: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: YG70%20KXS
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520KXS%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for YG70%20KXS: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: CP19%20EWO
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520EWO%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for CP19%20EWO: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: EX66%20LNT
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX66%2520LNT%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for EX66%20LNT: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: EY10%20KKF
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY10%2520KKF%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for EY10%20KKF: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: FE61%20YFF
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE61%2520YFF%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for FE61%20YFF: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: LG60%20OXF
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520OXF%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for LG60%20OXF: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: LV15%20ZDR
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV15%2520ZDR%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for LV15%20ZDR: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: ML66%20BXZ
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520BXZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for ML66%20BXZ: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: OV62%20LHG
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV62%2520LHG%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for OV62%20LHG: 0
2026-03-30 06:22:32 [bca.uk] INFO: Found listing with ID: PO63%20UJX
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO63%2520UJX%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Scrape type for PO63%20UJX: 0
2026-03-30 06:22:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78acffd5-36f4-515f-bbb4-3b350da40aab with identifier: YD07%20AWP
2026-03-30 06:22:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78acffd5-36f4-515f-bbb4-3b350da40aab with identifier: YD07%20AWP
2026-03-30 06:22:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78acffd5-36f4-515f-bbb4-3b350da40aab with identifier: YD07%20AWP to the API
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD07%20AWP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '78acffd5-36f4-515f-bbb4-3b350da40aab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD07 AWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD07%20AWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '320D',
 'odometer': 114788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 SE Saloon',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WBAVC32010VF39175',
 'year': 2007}
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD07%2520AWP%27 HTTP/1.1" 200 None
2026-03-30 06:22:32 [bca.uk] INFO: Saving data for YD07%20AWP: {'auction_closing_time': 1775037600.0, 'created_time': 1774650623.897774, 'last_price_update_time': 1774851752.990888}
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD07%2520AWP') HTTP/1.1" 204 0
2026-03-30 06:22:33 [bca.uk] INFO: Found listing with ID: EO54%20EKR
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO54%2520EKR%27 HTTP/1.1" 200 None
2026-03-30 06:22:33 [bca.uk] INFO: Scrape type for EO54%20EKR: 2
2026-03-30 06:22:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb7401e8-b6bb-5130-9a95-2cc13c1d45be with identifier: EO54%20EKR
2026-03-30 06:22:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb7401e8-b6bb-5130-9a95-2cc13c1d45be with scrape type 2
2026-03-30 06:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb7401e8-b6bb-5130-9a95-2cc13c1d45be with scrape type 2
2026-03-30 06:22:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb7401e8-b6bb-5130-9a95-2cc13c1d45be, identifier: EO54%20EKR
2026-03-30 06:22:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb7401e8-b6bb-5130-9a95-2cc13c1d45be with identifier: EO54%20EKR
2026-03-30 06:22:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb7401e8-b6bb-5130-9a95-2cc13c1d45be with identifier: EO54%20EKR
2026-03-30 06:22:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb7401e8-b6bb-5130-9a95-2cc13c1d45be with identifier: EO54%20EKR to the API
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO54%20EKR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb7401e8-b6bb-5130-9a95-2cc13c1d45be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO54 EKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO54%20EKR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 129096,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA 1.8 LIFE MPV',
 'transmission': 'automatic',
 'trim': 'LIFE',
 'vin': 'W0L0TGF7552003788',
 'year': 2004}
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO54%2520EKR%27 HTTP/1.1" 200 None
2026-03-30 06:22:33 [bca.uk] INFO: Saving data for EO54%20EKR: {'auction_closing_time': 1775037600.0, 'created_time': 1774650612.087168, 'last_price_update_time': 1774851753.510304}
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO54%2520EKR') HTTP/1.1" 204 0
2026-03-30 06:22:33 [bca.uk] INFO: Found listing with ID: NJ52%20ZYO
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ52%2520ZYO%27 HTTP/1.1" 200 None
2026-03-30 06:22:33 [bca.uk] INFO: Scrape type for NJ52%20ZYO: 2
2026-03-30 06:22:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98af5fef-8f10-58ef-b47d-f77b9eeb5dae with identifier: NJ52%20ZYO
2026-03-30 06:22:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98af5fef-8f10-58ef-b47d-f77b9eeb5dae with scrape type 2
2026-03-30 06:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98af5fef-8f10-58ef-b47d-f77b9eeb5dae with scrape type 2
2026-03-30 06:22:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98af5fef-8f10-58ef-b47d-f77b9eeb5dae, identifier: NJ52%20ZYO
2026-03-30 06:22:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98af5fef-8f10-58ef-b47d-f77b9eeb5dae with identifier: NJ52%20ZYO
2026-03-30 06:22:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98af5fef-8f10-58ef-b47d-f77b9eeb5dae with identifier: NJ52%20ZYO
2026-03-30 06:22:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98af5fef-8f10-58ef-b47d-f77b9eeb5dae with identifier: NJ52%20ZYO to the API
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ52%20ZYO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '98af5fef-8f10-58ef-b47d-f77b9eeb5dae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ52 ZYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ52%20ZYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 82048,
 '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': 'TOYOTA YARIS 1.0 VVTI 16V COLOUR COLLECTION Hatchback',
 'transmission': 'manual',
 'trim': 'VVTI 16V COLOUR COLLECTION',
 'vin': 'VNKJV12340A136894',
 'year': 2002}
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ52%2520ZYO%27 HTTP/1.1" 200 None
2026-03-30 06:22:33 [bca.uk] INFO: Saving data for NJ52%20ZYO: {'auction_closing_time': 1775037600.0, 'created_time': 1774622542.865746, 'last_price_update_time': 1774851753.965396}
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ52%2520ZYO') HTTP/1.1" 204 0
2026-03-30 06:22:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:22:33 [bca.uk] INFO: Found listing with ID: FH06%20VGN
2026-03-30 06:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH06%2520VGN%27 HTTP/1.1" 200 None
2026-03-30 06:22:34 [bca.uk] INFO: Scrape type for FH06%20VGN: 2
2026-03-30 06:22:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0877db1d-1b31-5c55-a4c8-9869929c5272 with identifier: FH06%20VGN
2026-03-30 06:22:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0877db1d-1b31-5c55-a4c8-9869929c5272 with scrape type 2
2026-03-30 06:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0877db1d-1b31-5c55-a4c8-9869929c5272 with scrape type 2
2026-03-30 06:22:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0877db1d-1b31-5c55-a4c8-9869929c5272, identifier: FH06%20VGN
2026-03-30 06:22:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0877db1d-1b31-5c55-a4c8-9869929c5272 with identifier: FH06%20VGN
2026-03-30 06:22:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0877db1d-1b31-5c55-a4c8-9869929c5272 with identifier: FH06%20VGN
2026-03-30 06:22:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0877db1d-1b31-5c55-a4c8-9869929c5272 with identifier: FH06%20VGN to the API
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH06%20VGN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0877db1d-1b31-5c55-a4c8-9869929c5272',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH06 VGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH06%20VGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 154091,
 '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 C3 1.4 HDI DESIRE Hatchback',
 'transmission': 'manual',
 'trim': 'HDI DESIRE',
 'vin': 'VF7FC8HZC28715261',
 'year': 2006}
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH06%2520VGN%27 HTTP/1.1" 200 None
2026-03-30 06:22:34 [bca.uk] INFO: Saving data for FH06%20VGN: {'auction_closing_time': 1775037600.0, 'created_time': 1774622545.662623, 'last_price_update_time': 1774851754.449429}
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH06%2520VGN') HTTP/1.1" 204 0
2026-03-30 06:22:34 [bca.uk] INFO: Found listing with ID: LM63%20NDL
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520NDL%27 HTTP/1.1" 200 None
2026-03-30 06:22:34 [bca.uk] INFO: Scrape type for LM63%20NDL: 2
2026-03-30 06:22:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2c529d8-3c22-5695-b295-069fb43386c1 with identifier: LM63%20NDL
2026-03-30 06:22:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2c529d8-3c22-5695-b295-069fb43386c1 with scrape type 2
2026-03-30 06:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2c529d8-3c22-5695-b295-069fb43386c1 with scrape type 2
2026-03-30 06:22:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2c529d8-3c22-5695-b295-069fb43386c1, identifier: LM63%20NDL
2026-03-30 06:22:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2c529d8-3c22-5695-b295-069fb43386c1 with identifier: LM63%20NDL
2026-03-30 06:22:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2c529d8-3c22-5695-b295-069fb43386c1 with identifier: LM63%20NDL
2026-03-30 06:22:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2c529d8-3c22-5695-b295-069fb43386c1 with identifier: LM63%20NDL to the API
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM63%20NDL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd2c529d8-3c22-5695-b295-069fb43386c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM63 NDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM63%20NDL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 86569,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD DYNAMIC',
 'vin': 'SALVA2AE1DH849143',
 'year': 2013}
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520NDL%27 HTTP/1.1" 200 None
2026-03-30 06:22:34 [bca.uk] INFO: Saving data for LM63%20NDL: {'auction_closing_time': 1775037600.0, 'created_time': 1774622546.626062, 'last_price_update_time': 1774851754.898981}
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM63%2520NDL') HTTP/1.1" 204 0
2026-03-30 06:22:34 [bca.uk] INFO: Total items found: 100
2026-03-30 06:22:34 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded
2026-03-30 06:22:34 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:22:34 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:34 [bca.uk] INFO: Found listing with ID: MF62%20ZHE
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF62%2520ZHE%27 HTTP/1.1" 200 None
2026-03-30 06:22:34 [bca.uk] INFO: Scrape type for MF62%20ZHE: 2
2026-03-30 06:22:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8e38647-6c49-5160-9c40-7727a4920c93 with identifier: MF62%20ZHE
2026-03-30 06:22:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8e38647-6c49-5160-9c40-7727a4920c93 with scrape type 2
2026-03-30 06:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8e38647-6c49-5160-9c40-7727a4920c93 with scrape type 2
2026-03-30 06:22:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8e38647-6c49-5160-9c40-7727a4920c93, identifier: MF62%20ZHE
2026-03-30 06:22:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8e38647-6c49-5160-9c40-7727a4920c93 with identifier: MF62%20ZHE
2026-03-30 06:22:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8e38647-6c49-5160-9c40-7727a4920c93 with identifier: MF62%20ZHE
2026-03-30 06:22:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8e38647-6c49-5160-9c40-7727a4920c93 with identifier: MF62%20ZHE to the API
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF62%20ZHE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b8e38647-6c49-5160-9c40-7727a4920c93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF62 ZHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF62%20ZHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '116D',
 'odometer': 127449,
 'odometer_reading_unit': '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 1.6 EFFICIENTDYNAMICS Hatchback',
 'transmission': 'manual',
 'trim': 'EFFICIENTDYNAMICS',
 'vin': 'WBA1C92060J427364',
 'year': 2012}
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF62%2520ZHE%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Saving data for MF62%20ZHE: {'auction_closing_time': 1775037600.0, 'created_time': 1774622544.719345, 'last_price_update_time': 1774851755.337864}
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF62%2520ZHE') HTTP/1.1" 204 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: RF11%20HFU
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF11%2520HFU%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for RF11%20HFU: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: WG59%20OBT
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG59%2520OBT%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for WG59%20OBT: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: YC64%20PKK
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC64%2520PKK%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for YC64%20PKK: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: AV14%20OKZ
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV14%2520OKZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for AV14%20OKZ: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: AX15%20CTE
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520CTE%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for AX15%20CTE: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: BP65%20FSY
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP65%2520FSY%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for BP65%20FSY: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: LO20%20BWN
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO20%2520BWN%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for LO20%20BWN: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: WJ67%20MWD
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ67%2520MWD%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for WJ67%20MWD: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: YL15%20SZR
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL15%2520SZR%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for YL15%20SZR: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: SM70%20ASV
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM70%2520ASV%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for SM70%20ASV: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: SH67%20DGE
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520DGE%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for SH67%20DGE: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: RE16%20KKP
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520KKP%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for RE16%20KKP: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: HJ14%20JWC
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ14%2520JWC%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for HJ14%20JWC: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: HV17%20XYJ
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV17%2520XYJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for HV17%20XYJ: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: YP68%20PBU
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP68%2520PBU%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for YP68%20PBU: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: FA69%20BYD
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA69%2520BYD%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for FA69%20BYD: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: SP65%20FND
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP65%2520FND%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for SP65%20FND: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: WK68%20POF
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK68%2520POF%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for WK68%20POF: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: YC67%20MGE
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520MGE%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for YC67%20MGE: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: BG19%20LGC
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520LGC%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for BG19%20LGC: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: LL69%20YKC
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520YKC%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for LL69%20YKC: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: SX19%20PDK
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX19%2520PDK%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for SX19%20PDK: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: DX16%20XRN
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520XRN%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for DX16%20XRN: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: LG18%20RKJ
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520RKJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for LG18%20RKJ: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: LN69%20GWK
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520GWK%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for LN69%20GWK: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: OU20%20ORK
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU20%2520ORK%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for OU20%20ORK: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: WV23%20NVL
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520NVL%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for WV23%20NVL: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: BX70%20NKD
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520NKD%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for BX70%20NKD: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: CA69%20FUW
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA69%2520FUW%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for CA69%20FUW: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: KN21%20OGW
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN21%2520OGW%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for KN21%20OGW: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: VE69%20NGU
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE69%2520NGU%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for VE69%20NGU: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: EX64%20LWF
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX64%2520LWF%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for EX64%20LWF: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: SP65%20HHN
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP65%2520HHN%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for SP65%20HHN: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: HV66%20TAU
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV66%2520TAU%27 HTTP/1.1" 200 None
2026-03-30 06:22:35 [bca.uk] INFO: Scrape type for HV66%20TAU: 0
2026-03-30 06:22:35 [bca.uk] INFO: Found listing with ID: EJ02%20SEJ
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ02%2520SEJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for EJ02%20SEJ: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: DE20%20WEW
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE20%2520WEW%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for DE20%20WEW: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: HN18%20UPS
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN18%2520UPS%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for HN18%20UPS: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: KR71%20GXO
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520GXO%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for KR71%20GXO: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: EY18%20FZX
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY18%2520FZX%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for EY18%20FZX: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: LM72%20UJT
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520UJT%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for LM72%20UJT: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: WF22%20JWJ
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF22%2520JWJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for WF22%20JWJ: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: KK17%20DSY
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK17%2520DSY%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for KK17%20DSY: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: LP15%20HZY
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP15%2520HZY%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for LP15%20HZY: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: DV67%20RXG
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV67%2520RXG%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for DV67%20RXG: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: EA70%20CJJ
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA70%2520CJJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for EA70%20CJJ: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: BP69%20LYH
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP69%2520LYH%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for BP69%20LYH: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: KU17%20VNL
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520VNL%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for KU17%20VNL: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: CP19%20UCT
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520UCT%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for CP19%20UCT: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: VK59%20DWL
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK59%2520DWL%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for VK59%20DWL: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: WN66%20CVC
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520CVC%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for WN66%20CVC: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: RA66%20VMC
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520VMC%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for RA66%20VMC: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: EX58%20KFL
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX58%2520KFL%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for EX58%20KFL: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: SY65%20XGP
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY65%2520XGP%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for SY65%20XGP: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: PE57%20ARF
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE57%2520ARF%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for PE57%20ARF: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: SC66%20MVE
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520MVE%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for SC66%20MVE: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: VU62%20UVA
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU62%2520UVA%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for VU62%20UVA: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: BV63%20MWY
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV63%2520MWY%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for BV63%20MWY: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: DS65%20LGA
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS65%2520LGA%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for DS65%20LGA: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: MT67%20OED
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520OED%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for MT67%20OED: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: YD11%20CFK
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD11%2520CFK%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for YD11%20CFK: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: NU65%20LDY
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU65%2520LDY%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for NU65%20LDY: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: BU15%20WPP
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU15%2520WPP%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for BU15%20WPP: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: WA06%20XCM
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA06%2520XCM%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for WA06%20XCM: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: ET19%20TUO
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET19%2520TUO%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for ET19%20TUO: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: KS73%20BWH
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520BWH%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for KS73%20BWH: 0
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: LK65%20OOF
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK65%2520OOF%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for LK65%20OOF: 2
2026-03-30 06:22:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79b9298e-9486-59a7-906c-89904d4f715d with identifier: LK65%20OOF
2026-03-30 06:22:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79b9298e-9486-59a7-906c-89904d4f715d with scrape type 2
2026-03-30 06:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79b9298e-9486-59a7-906c-89904d4f715d with scrape type 2
2026-03-30 06:22:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79b9298e-9486-59a7-906c-89904d4f715d, identifier: LK65%20OOF
2026-03-30 06:22:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:22:36 [bca.uk] INFO: Found listing with ID: WJ58%20ZYW
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ58%2520ZYW%27 HTTP/1.1" 200 None
2026-03-30 06:22:36 [bca.uk] INFO: Scrape type for WJ58%20ZYW: 2
2026-03-30 06:22:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf48b806-fd1e-5b6d-af74-0eb4835553bb with identifier: WJ58%20ZYW
2026-03-30 06:22:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf48b806-fd1e-5b6d-af74-0eb4835553bb with scrape type 2
2026-03-30 06:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf48b806-fd1e-5b6d-af74-0eb4835553bb with scrape type 2
2026-03-30 06:22:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf48b806-fd1e-5b6d-af74-0eb4835553bb, identifier: WJ58%20ZYW
2026-03-30 06:22:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79b9298e-9486-59a7-906c-89904d4f715d with identifier: LK65%20OOF
2026-03-30 06:22:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79b9298e-9486-59a7-906c-89904d4f715d with identifier: LK65%20OOF
2026-03-30 06:22:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79b9298e-9486-59a7-906c-89904d4f715d with identifier: LK65%20OOF to the API
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK65%20OOF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '79b9298e-9486-59a7-906c-89904d4f715d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK65 OOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK65%20OOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 122808,
 'odometer_reading_unit': '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 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0CXXGAKCFU07468',
 'year': 2015}
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK65%2520OOF%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Saving data for LK65%20OOF: {'auction_closing_time': 1775037600.0, 'created_time': 1774622521.449927, 'last_price_update_time': 1774851757.214523}
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK65%2520OOF') HTTP/1.1" 204 0
2026-03-30 06:22:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf48b806-fd1e-5b6d-af74-0eb4835553bb with identifier: WJ58%20ZYW
2026-03-30 06:22:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf48b806-fd1e-5b6d-af74-0eb4835553bb with identifier: WJ58%20ZYW
2026-03-30 06:22:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf48b806-fd1e-5b6d-af74-0eb4835553bb with identifier: WJ58%20ZYW to the API
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ58%20ZYW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cf48b806-fd1e-5b6d-af74-0eb4835553bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ58 ZYW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ58%20ZYW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 64801,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 CLUB 16V Hatchback',
 'transmission': 'automatic',
 'trim': 'CLUB 16V',
 'vin': 'W0L0SDL6894008845',
 'year': 2008}
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ58%2520ZYW%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Saving data for WJ58%20ZYW: {'auction_closing_time': 1775037600.0, 'created_time': 1774622543.706224, 'last_price_update_time': 1774851757.593287}
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ58%2520ZYW') HTTP/1.1" 204 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: RK20%20KSJ
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK20%2520KSJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for RK20%20KSJ: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: VE14%20BDV
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520BDV%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for VE14%20BDV: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: VK18%20ERU
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520ERU%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for VK18%20ERU: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: VN69%20VZU
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN69%2520VZU%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for VN69%20VZU: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: VX73%20HHM
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX73%2520HHM%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for VX73%20HHM: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: AA57%20TEC
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AA57%2520TEC%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for AA57%20TEC: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: AO69%20GHX
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520GHX%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for AO69%20GHX: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: BC19%20XPT
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC19%2520XPT%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for BC19%20XPT: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: BL74%20LVO
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520LVO%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for BL74%20LVO: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: BN69%20HNH
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520HNH%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for BN69%20HNH: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: BW19%20VEU
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520VEU%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for BW19%20VEU: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: LN72%20VDO
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN72%2520VDO%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for LN72%20VDO: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: WM22%20LHF
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM22%2520LHF%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for WM22%20LHF: 0
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: WR73%20NUW
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NUW%27 HTTP/1.1" 200 None
2026-03-30 06:22:37 [bca.uk] INFO: Scrape type for WR73%20NUW: 2
2026-03-30 06:22:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec81d07a-8daf-5413-a65c-8938fafcc461 with identifier: WR73%20NUW
2026-03-30 06:22:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec81d07a-8daf-5413-a65c-8938fafcc461 with scrape type 2
2026-03-30 06:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec81d07a-8daf-5413-a65c-8938fafcc461 with scrape type 2
2026-03-30 06:22:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec81d07a-8daf-5413-a65c-8938fafcc461, identifier: WR73%20NUW
2026-03-30 06:22:37 [bca.uk] INFO: Found listing with ID: YK09%20RLU
2026-03-30 06:22:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520RLU%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for YK09%20RLU: 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: YW15%20JZT
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW15%2520JZT%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for YW15%20JZT: 2
2026-03-30 06:22:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab03858c-79ab-52e2-a0d4-f82834290f99 with identifier: YW15%20JZT
2026-03-30 06:22:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab03858c-79ab-52e2-a0d4-f82834290f99 with scrape type 2
2026-03-30 06:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab03858c-79ab-52e2-a0d4-f82834290f99 with scrape type 2
2026-03-30 06:22:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab03858c-79ab-52e2-a0d4-f82834290f99, identifier: YW15%20JZT
2026-03-30 06:22:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec81d07a-8daf-5413-a65c-8938fafcc461 with identifier: WR73%20NUW
2026-03-30 06:22:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec81d07a-8daf-5413-a65c-8938fafcc461 with identifier: WR73%20NUW
2026-03-30 06:22:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec81d07a-8daf-5413-a65c-8938fafcc461 with identifier: WR73%20NUW to the API
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=54&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR73%20NUW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ec81d07a-8daf-5413-a65c-8938fafcc461',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR73 NUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR73%20NUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 24137,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL ADVANCE PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL ADVANCE',
 'vin': 'VF1FL000671605757',
 'year': 2023}
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NUW%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Saving data for WR73%20NUW: {'auction_closing_time': 1774864800.0, 'created_time': 1773824646.835905, 'last_price_update_time': 1774851758.409578}
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR73%2520NUW') HTTP/1.1" 204 0
2026-03-30 06:22:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab03858c-79ab-52e2-a0d4-f82834290f99 with identifier: YW15%20JZT
2026-03-30 06:22:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab03858c-79ab-52e2-a0d4-f82834290f99 with identifier: YW15%20JZT
2026-03-30 06:22:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab03858c-79ab-52e2-a0d4-f82834290f99 with identifier: YW15%20JZT to the API
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YW15%20JZT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab03858c-79ab-52e2-a0d4-f82834290f99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YW15 JZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YW15%20JZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MITSUBISHI',
 'model': 'ASX',
 'odometer': 56825,
 'odometer_reading_unit': '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 2.2 D ZC-H 4WD Estate',
 'transmission': 'automatic',
 'trim': 'D ZC-H 4WD',
 'vin': 'JMAXLGA8WFZD00155',
 'year': 2015}
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW15%2520JZT%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Saving data for YW15%20JZT: {'auction_closing_time': 1775037600.0, 'created_time': 1774622541.919863, 'last_price_update_time': 1774851758.803975}
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YW15%2520JZT') HTTP/1.1" 204 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: AP64%20FXF
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP64%2520FXF%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for AP64%20FXF: 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: BG23%20XZB
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520XZB%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for BG23%20XZB: 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: KE23%20WFX
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520WFX%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for KE23%20WFX: 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: NL72%20JYY
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520JYY%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for NL72%20JYY: 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: WM23%20RXO
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520RXO%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for WM23%20RXO: 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: GF21%20HVA
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520HVA%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for GF21%20HVA: 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: KS69%20FVZ
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520FVZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for KS69%20FVZ: 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: EK19%20ZNY
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK19%2520ZNY%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for EK19%20ZNY: 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: OY59%20MPE
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520MPE%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for OY59%20MPE: 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: BU64%20HFZ
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520HFZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:38 [bca.uk] INFO: Scrape type for BU64%20HFZ: 0
2026-03-30 06:22:38 [bca.uk] INFO: Found listing with ID: HG60%20MOU
2026-03-30 06:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG60%2520MOU%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for HG60%20MOU: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: OE63%20PXW
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE63%2520PXW%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for OE63%20PXW: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: OV13%20BCY
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV13%2520BCY%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for OV13%20BCY: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: GM15%20GRU
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM15%2520GRU%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for GM15%20GRU: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: DP67%20BZC
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520BZC%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for DP67%20BZC: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: PE10%20VPC
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE10%2520VPC%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for PE10%20VPC: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: SD14%20YZT
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520YZT%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for SD14%20YZT: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: PE09%20KEU
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE09%2520KEU%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for PE09%20KEU: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: KY65%20OFL
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY65%2520OFL%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for KY65%20OFL: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: LV16%20UBM
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV16%2520UBM%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for LV16%20UBM: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: AF64%20XAD
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF64%2520XAD%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for AF64%20XAD: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: BG09%20PWY
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG09%2520PWY%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for BG09%20PWY: 2
2026-03-30 06:22:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 358c2740-b1f0-5df6-b880-aeff5661130a with identifier: BG09%20PWY
2026-03-30 06:22:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 358c2740-b1f0-5df6-b880-aeff5661130a with scrape type 2
2026-03-30 06:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 358c2740-b1f0-5df6-b880-aeff5661130a with scrape type 2
2026-03-30 06:22:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 358c2740-b1f0-5df6-b880-aeff5661130a, identifier: BG09%20PWY
2026-03-30 06:22:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 358c2740-b1f0-5df6-b880-aeff5661130a with identifier: BG09%20PWY
2026-03-30 06:22:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 358c2740-b1f0-5df6-b880-aeff5661130a with identifier: BG09%20PWY
2026-03-30 06:22:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 358c2740-b1f0-5df6-b880-aeff5661130a with identifier: BG09%20PWY to the API
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG09%20PWY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '358c2740-b1f0-5df6-b880-aeff5661130a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG09 PWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG09%20PWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 136681,
 '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 I30 1.4 ES Hatchback',
 'transmission': 'manual',
 'trim': 'ES',
 'vin': 'TMADC51CR9J011487',
 'year': 2009}
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG09%2520PWY%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Saving data for BG09%20PWY: {'auction_closing_time': 1775037600.0, 'created_time': 1774622538.254632, 'last_price_update_time': 1774851759.557786}
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG09%2520PWY') HTTP/1.1" 204 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: BJ07%20FXF
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ07%2520FXF%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for BJ07%20FXF: 0
2026-03-30 06:22:39 [bca.uk] INFO: Found listing with ID: DG10%20CJE
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG10%2520CJE%27 HTTP/1.1" 200 None
2026-03-30 06:22:39 [bca.uk] INFO: Scrape type for DG10%20CJE: 2
2026-03-30 06:22:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6473192-619d-51e8-b73c-022a6da4e149 with identifier: DG10%20CJE
2026-03-30 06:22:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6473192-619d-51e8-b73c-022a6da4e149 with scrape type 2
2026-03-30 06:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6473192-619d-51e8-b73c-022a6da4e149 with scrape type 2
2026-03-30 06:22:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6473192-619d-51e8-b73c-022a6da4e149, identifier: DG10%20CJE
2026-03-30 06:22:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6473192-619d-51e8-b73c-022a6da4e149 with identifier: DG10%20CJE
2026-03-30 06:22:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6473192-619d-51e8-b73c-022a6da4e149 with identifier: DG10%20CJE
2026-03-30 06:22:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6473192-619d-51e8-b73c-022a6da4e149 with identifier: DG10%20CJE to the API
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG10%20CJE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b6473192-619d-51e8-b73c-022a6da4e149',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG10 CJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG10%20CJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C4 PICASSO',
 'odometer': 72282,
 '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 C4 PICASSO 1.6 HDI 110 VTR+ MPV',
 'transmission': 'manual',
 'trim': 'HDI 110 VTR+',
 'vin': 'VF7UD9HZCAJ581912',
 'year': 2010}
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG10%2520CJE%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Saving data for DG10%20CJE: {'auction_closing_time': 1775037600.0, 'created_time': 1774622537.821459, 'last_price_update_time': 1774851760.045594}
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG10%2520CJE') HTTP/1.1" 204 0
2026-03-30 06:22:40 [bca.uk] INFO: Found listing with ID: FE08%20SUV
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE08%2520SUV%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Scrape type for FE08%20SUV: 2
2026-03-30 06:22:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 603820b8-5d6d-5860-bdbc-9f0cb751346e with identifier: FE08%20SUV
2026-03-30 06:22:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 603820b8-5d6d-5860-bdbc-9f0cb751346e with scrape type 2
2026-03-30 06:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 603820b8-5d6d-5860-bdbc-9f0cb751346e with scrape type 2
2026-03-30 06:22:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 603820b8-5d6d-5860-bdbc-9f0cb751346e, identifier: FE08%20SUV
2026-03-30 06:22:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 603820b8-5d6d-5860-bdbc-9f0cb751346e with identifier: FE08%20SUV
2026-03-30 06:22:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 603820b8-5d6d-5860-bdbc-9f0cb751346e with identifier: FE08%20SUV
2026-03-30 06:22:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 603820b8-5d6d-5860-bdbc-9f0cb751346e with identifier: FE08%20SUV to the API
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE08%20SUV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '603820b8-5d6d-5860-bdbc-9f0cb751346e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE08 SUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE08%20SUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 96178,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.6 VVTI TR MM Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI TR MM',
 'vin': 'SB1KV56E10F045783',
 'year': 2008}
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE08%2520SUV%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Saving data for FE08%20SUV: {'auction_closing_time': 1775037600.0, 'created_time': 1774622533.641372, 'last_price_update_time': 1774851760.45926}
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE08%2520SUV') HTTP/1.1" 204 0
2026-03-30 06:22:40 [bca.uk] INFO: Found listing with ID: WN09%20WNE
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN09%2520WNE%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Scrape type for WN09%20WNE: 0
2026-03-30 06:22:40 [bca.uk] INFO: Found listing with ID: YK57%20HJD
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK57%2520HJD%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Scrape type for YK57%20HJD: 0
2026-03-30 06:22:40 [bca.uk] INFO: Found listing with ID: FV05%20SXW
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV05%2520SXW%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Scrape type for FV05%20SXW: 2
2026-03-30 06:22:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15aee063-c64d-58db-a905-78f079ac46ad with identifier: FV05%20SXW
2026-03-30 06:22:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15aee063-c64d-58db-a905-78f079ac46ad with scrape type 2
2026-03-30 06:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15aee063-c64d-58db-a905-78f079ac46ad with scrape type 2
2026-03-30 06:22:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15aee063-c64d-58db-a905-78f079ac46ad, identifier: FV05%20SXW
2026-03-30 06:22:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15aee063-c64d-58db-a905-78f079ac46ad with identifier: FV05%20SXW
2026-03-30 06:22:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15aee063-c64d-58db-a905-78f079ac46ad with identifier: FV05%20SXW
2026-03-30 06:22:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15aee063-c64d-58db-a905-78f079ac46ad with identifier: FV05%20SXW to the API
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=52&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV05%20SXW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15aee063-c64d-58db-a905-78f079ac46ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV05 SXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV05%20SXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '307',
 'odometer': 146720,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 307 1.6 SPORT 16V Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT 16V',
 'vin': 'VF33CNFUC84119962',
 'year': 2005}
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV05%2520SXW%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Saving data for FV05%20SXW: {'auction_closing_time': 1775037600.0, 'created_time': 1774622566.937342, 'last_price_update_time': 1774851760.894753}
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV05%2520SXW') HTTP/1.1" 204 0
2026-03-30 06:22:40 [bca.uk] INFO: Found listing with ID: DK14%20MUE
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK14%2520MUE%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Scrape type for DK14%20MUE: 0
2026-03-30 06:22:40 [bca.uk] INFO: Found listing with ID: KT07%20EJJ
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT07%2520EJJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Scrape type for KT07%20EJJ: 0
2026-03-30 06:22:40 [bca.uk] INFO: Found listing with ID: MF08%20OWR
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF08%2520OWR%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Scrape type for MF08%20OWR: 0
2026-03-30 06:22:40 [bca.uk] INFO: Found listing with ID: NU12%20HVK
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU12%2520HVK%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Scrape type for NU12%20HVK: 0
2026-03-30 06:22:40 [bca.uk] INFO: Found listing with ID: YT64%20NMO
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520NMO%27 HTTP/1.1" 200 None
2026-03-30 06:22:40 [bca.uk] INFO: Scrape type for YT64%20NMO: 0
2026-03-30 06:22:40 [bca.uk] INFO: Found listing with ID: MD07%20ECA
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD07%2520ECA%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for MD07%20ECA: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: NA15%20VFU
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520VFU%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for NA15%20VFU: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: NX68%20YWG
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520YWG%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for NX68%20YWG: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: OV67%20YLG
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV67%2520YLG%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for OV67%20YLG: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: YS66%20OZH
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS66%2520OZH%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for YS66%20OZH: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: AE14%20PHU
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520PHU%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for AE14%20PHU: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: EY15%20MLZ
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520MLZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for EY15%20MLZ: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: HK15%20BNX
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520BNX%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for HK15%20BNX: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: HN13%20VMC
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN13%2520VMC%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for HN13%20VMC: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: HY62%20XOF
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY62%2520XOF%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for HY62%20XOF: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: LX63%20TBY
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX63%2520TBY%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for LX63%20TBY: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: RJ62%20UDU
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ62%2520UDU%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for RJ62%20UDU: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: VO58%20VJY
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO58%2520VJY%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for VO58%20VJY: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: AF62%20VWX
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF62%2520VWX%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for AF62%20VWX: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: BG58%20UJK
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG58%2520UJK%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for BG58%20UJK: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: BX63%20PGE
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX63%2520PGE%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for BX63%20PGE: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: FD12%20OXZ
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD12%2520OXZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for FD12%20OXZ: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: KM15%20BYX
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM15%2520BYX%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for KM15%20BYX: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: YB71%20DKO
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520DKO%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for YB71%20DKO: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: LD15%20GCY
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD15%2520GCY%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for LD15%20GCY: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: ML15%20VSM
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520VSM%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for ML15%20VSM: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: KP72%20UNW
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520UNW%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for KP72%20UNW: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: YY65%20CKG
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY65%2520CKG%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for YY65%20CKG: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: WU21%20YXA
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU21%2520YXA%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for WU21%20YXA: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: YO22%20UJB
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO22%2520UJB%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for YO22%20UJB: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: PY19%20YTM
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY19%2520YTM%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for PY19%20YTM: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: GX19%20VJN
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX19%2520VJN%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for GX19%20VJN: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: YJ66%20ANS
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520ANS%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for YJ66%20ANS: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: XX07%20KEL
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27XX07%2520KEL%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for XX07%20KEL: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: YH69%20SLZ
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH69%2520SLZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for YH69%20SLZ: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: YH15%20KZD
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH15%2520KZD%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for YH15%20KZD: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: YG63%20HKA
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG63%2520HKA%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for YG63%20HKA: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: VA13%20CYL
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA13%2520CYL%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for VA13%20CYL: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: YC67%20AON
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520AON%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for YC67%20AON: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: YB69%20XUD
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520XUD%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for YB69%20XUD: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: WR62%20HBY
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520HBY%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for WR62%20HBY: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: WP15%20YZD
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP15%2520YZD%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for WP15%20YZD: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: T123%20DLW
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T123%2520DLW%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for T123%20DLW: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: NL20%20WRP
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL20%2520WRP%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for NL20%20WRP: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: UFZ%205180
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UFZ%25205180%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for UFZ%205180: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: KM69%20JZK
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520JZK%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for KM69%20JZK: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: SK16%20KLJ
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520KLJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for SK16%20KLJ: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: DU20%20FSN
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520FSN%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for DU20%20FSN: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: OFZ%206303
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OFZ%25206303%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for OFZ%206303: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: CA17%20CLR
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA17%2520CLR%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for CA17%20CLR: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: NJ67%20BRF
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ67%2520BRF%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for NJ67%20BRF: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: LX17%20OPU
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520OPU%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for LX17%20OPU: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: LX13%20SYP
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX13%2520SYP%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for LX13%20SYP: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: LN21%20ZNM
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN21%2520ZNM%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for LN21%20ZNM: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: YY70%20SWO
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY70%2520SWO%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for YY70%20SWO: 0
2026-03-30 06:22:41 [bca.uk] INFO: Found listing with ID: LS68%20YOG
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS68%2520YOG%27 HTTP/1.1" 200 None
2026-03-30 06:22:41 [bca.uk] INFO: Scrape type for LS68%20YOG: 0
2026-03-30 06:22:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:22:47 [bca.uk] INFO: Total items found: 100
2026-03-30 06:22:47 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded
2026-03-30 06:22:47 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:22:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: C5%20SGG
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C5%2520SGG%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for C5%20SGG: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: BN57%20TPO
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN57%2520TPO%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for BN57%20TPO: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: KL08%20MZN
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL08%2520MZN%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for KL08%20MZN: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: YF10%20WHJ
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF10%2520WHJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for YF10%20WHJ: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: PL16%20LGZ
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL16%2520LGZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for PL16%20LGZ: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: SW65%20EYA
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW65%2520EYA%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for SW65%20EYA: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: SD71%20ENU
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD71%2520ENU%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for SD71%20ENU: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: WV67%20WXA
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV67%2520WXA%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for WV67%20WXA: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: LB71%20URJ
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520URJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for LB71%20URJ: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: CE57%20YUK
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE57%2520YUK%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for CE57%20YUK: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: EO17%20HFL
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520HFL%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for EO17%20HFL: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: WU13%20NKG
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU13%2520NKG%27 HTTP/1.1" 200 None
2026-03-30 06:22:47 [bca.uk] INFO: Scrape type for WU13%20NKG: 0
2026-03-30 06:22:47 [bca.uk] INFO: Found listing with ID: YG16%20XGE
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG16%2520XGE%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for YG16%20XGE: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: SP71%20OVW
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP71%2520OVW%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for SP71%20OVW: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CF74%20GUE
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GUE%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CF74%20GUE: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: MJ24%20OAZ
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520OAZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for MJ24%20OAZ: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: MW74%20XBU
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520XBU%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for MW74%20XBU: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: VN74%20DFP
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520DFP%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for VN74%20DFP: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: YD24%20VSV
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD24%2520VSV%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for YD24%20VSV: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: BP23%20OWA
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP23%2520OWA%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for BP23%20OWA: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: BT23%20KGO
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520KGO%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for BT23%20KGO: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: BT73%20VNY
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520VNY%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for BT73%20VNY: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CF74%20GAO
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GAO%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CF74%20GAO: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CF74%20GBV
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GBV%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CF74%20GBV: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CF74%20GDO
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GDO%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CF74%20GDO: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CF74%20GKU
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GKU%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CF74%20GKU: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CF74%20GRZ
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GRZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CF74%20GRZ: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CF74%20GSV
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GSV%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CF74%20GSV: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CK11%20THG
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK11%2520THG%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CK11%20THG: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: HY11%20ZDK
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY11%2520ZDK%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for HY11%20ZDK: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: BK12%20HXD
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK12%2520HXD%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for BK12%20HXD: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: BK60%20WFP
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK60%2520WFP%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for BK60%20WFP: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: BX63%20YWP
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX63%2520YWP%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for BX63%20YWP: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: DV74%20EKY
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV74%2520EKY%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for DV74%20EKY: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: DF59%20CZD
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF59%2520CZD%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for DF59%20CZD: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: KS10%20KFX
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS10%2520KFX%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for KS10%20KFX: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: KN74%20WBP
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN74%2520WBP%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for KN74%20WBP: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: LN69%20HJX
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520HJX%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for LN69%20HJX: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: AY68%20HZF
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY68%2520HZF%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for AY68%20HZF: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: GN19%20XSV
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN19%2520XSV%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for GN19%20XSV: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: LR17%20YKD
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR17%2520YKD%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for LR17%20YKD: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: MW23%20LPL
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520LPL%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for MW23%20LPL: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: MW23%20YLS
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520YLS%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for MW23%20YLS: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: MD73%20YHH
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD73%2520YHH%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for MD73%20YHH: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: AJ17%20AZT
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ17%2520AZT%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for AJ17%20AZT: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: BN69%20VGV
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520VGV%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for BN69%20VGV: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: SM59%20FAJ
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM59%2520FAJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for SM59%20FAJ: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: SH13%20CDZ
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH13%2520CDZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for SH13%20CDZ: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CF74%20GDE
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GDE%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CF74%20GDE: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CF74%20GHO
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GHO%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CF74%20GHO: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CF74%20GPU
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GPU%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CF74%20GPU: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: VN74%20CYX
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520CYX%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for VN74%20CYX: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: VN74%20CZB
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520CZB%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for VN74%20CZB: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CF74%20GDA
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GDA%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CF74%20GDA: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: HT74%20YXJ
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT74%2520YXJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for HT74%20YXJ: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CX68%20KPN
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX68%2520KPN%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CX68%20KPN: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: PX07%20OTF
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX07%2520OTF%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for PX07%20OTF: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: AF12%20TYO
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF12%2520TYO%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for AF12%20TYO: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CE21%20AVV
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520AVV%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CE21%20AVV: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: YD18%20RTL
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520RTL%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for YD18%20RTL: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: DY14%20ZVW
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY14%2520ZVW%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for DY14%20ZVW: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: LU19%20BRX
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LU19%2520BRX%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for LU19%20BRX: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: LB72%20BZL
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520BZL%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for LB72%20BZL: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: NJ20%20YJF
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ20%2520YJF%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for NJ20%20YJF: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: ME73%20BHO
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520BHO%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for ME73%20BHO: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: VN74%20CZA
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520CZA%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for VN74%20CZA: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: VN74%20DFZ
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN74%2520DFZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for VN74%20DFZ: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CJ23%20MUO
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MUO%27 HTTP/1.1" 200 None
2026-03-30 06:22:48 [bca.uk] INFO: Scrape type for CJ23%20MUO: 0
2026-03-30 06:22:48 [bca.uk] INFO: Found listing with ID: CJ23%20MUY
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MUY%27 HTTP/1.1" 200 None
2026-03-30 06:22:49 [bca.uk] INFO: Scrape type for CJ23%20MUY: 0
2026-03-30 06:22:49 [bca.uk] INFO: Found listing with ID: CJ23%20MVF
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MVF%27 HTTP/1.1" 200 None
2026-03-30 06:22:49 [bca.uk] INFO: Scrape type for CJ23%20MVF: 0
2026-03-30 06:22:49 [bca.uk] INFO: Found listing with ID: CJ23%20NAU
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520NAU%27 HTTP/1.1" 200 None
2026-03-30 06:22:49 [bca.uk] INFO: Scrape type for CJ23%20NAU: 0
2026-03-30 06:22:49 [bca.uk] INFO: Found listing with ID: CJ23%20NBN
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520NBN%27 HTTP/1.1" 200 None
2026-03-30 06:22:49 [bca.uk] INFO: Scrape type for CJ23%20NBN: 0
2026-03-30 06:22:49 [bca.uk] INFO: Found listing with ID: CJ23%20NFA
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520NFA%27 HTTP/1.1" 200 None
2026-03-30 06:22:49 [bca.uk] INFO: Scrape type for CJ23%20NFA: 0
2026-03-30 06:22:49 [bca.uk] INFO: Found listing with ID: MD73%20CVG
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD73%2520CVG%27 HTTP/1.1" 200 None
2026-03-30 06:22:49 [bca.uk] INFO: Scrape type for MD73%20CVG: 0
2026-03-30 06:22:49 [bca.uk] INFO: Found listing with ID: CF74%20GFZ
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GFZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:49 [bca.uk] INFO: Scrape type for CF74%20GFZ: 0
2026-03-30 06:22:49 [bca.uk] INFO: Found listing with ID: EY63%20TFZ
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520TFZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:49 [bca.uk] INFO: Scrape type for EY63%20TFZ: 2
2026-03-30 06:22:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 948044ab-4570-545b-9f40-b3ab9701eecd with identifier: EY63%20TFZ
2026-03-30 06:22:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 948044ab-4570-545b-9f40-b3ab9701eecd with scrape type 2
2026-03-30 06:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 948044ab-4570-545b-9f40-b3ab9701eecd with scrape type 2
2026-03-30 06:22:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 948044ab-4570-545b-9f40-b3ab9701eecd, identifier: EY63%20TFZ
2026-03-30 06:22:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 948044ab-4570-545b-9f40-b3ab9701eecd with identifier: EY63%20TFZ
2026-03-30 06:22:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 948044ab-4570-545b-9f40-b3ab9701eecd with identifier: EY63%20TFZ
2026-03-30 06:22:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 948044ab-4570-545b-9f40-b3ab9701eecd with identifier: EY63%20TFZ to the API
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY63%20TFZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '948044ab-4570-545b-9f40-b3ab9701eecd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY63 TFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY63%20TFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '318D',
 'odometer': 73711,
 'odometer_reading_unit': '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 318D 2.0 SE Saloon',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WBA3D12040J233455',
 'year': 2013}
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520TFZ%27 HTTP/1.1" 200 None
2026-03-30 06:22:49 [bca.uk] INFO: Saving data for EY63%20TFZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774622514.414635, 'last_price_update_time': 1774851769.77215}
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY63%2520TFZ') HTTP/1.1" 204 0
2026-03-30 06:22:49 [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:22:49 [bca.uk] INFO: Found listing with ID: MT19%20BNY
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520BNY%27 HTTP/1.1" 200 None
2026-03-30 06:22:49 [bca.uk] INFO: Scrape type for MT19%20BNY: 2
2026-03-30 06:22:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d82d5a6-7da3-5aca-88c7-bad55db2de3f with identifier: MT19%20BNY
2026-03-30 06:22:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d82d5a6-7da3-5aca-88c7-bad55db2de3f with scrape type 2
2026-03-30 06:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d82d5a6-7da3-5aca-88c7-bad55db2de3f with scrape type 2
2026-03-30 06:22:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d82d5a6-7da3-5aca-88c7-bad55db2de3f, identifier: MT19%20BNY
2026-03-30 06:22:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d82d5a6-7da3-5aca-88c7-bad55db2de3f with identifier: MT19%20BNY
2026-03-30 06:22:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d82d5a6-7da3-5aca-88c7-bad55db2de3f with identifier: MT19%20BNY
2026-03-30 06:22:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d82d5a6-7da3-5aca-88c7-bad55db2de3f with identifier: MT19%20BNY to the API
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT19%20BNY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d82d5a6-7da3-5aca-88c7-bad55db2de3f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT19 BNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT19%20BNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 30008,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 P250 4WD FIRST ED. Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 4WD FIRST ED.',
 'vin': 'SALZA2AXXLH019455',
 'year': 2019}
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520BNY%27 HTTP/1.1" 200 None
2026-03-30 06:22:50 [bca.uk] INFO: Saving data for MT19%20BNY: {'auction_closing_time': 1775037600.0, 'created_time': 1774622513.131389, 'last_price_update_time': 1774851770.261326}
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT19%2520BNY') HTTP/1.1" 204 0
2026-03-30 06:22:50 [bca.uk] INFO: Found listing with ID: YK13%20MMF
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK13%2520MMF%27 HTTP/1.1" 200 None
2026-03-30 06:22:50 [bca.uk] INFO: Scrape type for YK13%20MMF: 2
2026-03-30 06:22:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c567606-4f24-59ec-88bb-a826ee5a3ea1 with identifier: YK13%20MMF
2026-03-30 06:22:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c567606-4f24-59ec-88bb-a826ee5a3ea1 with scrape type 2
2026-03-30 06:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c567606-4f24-59ec-88bb-a826ee5a3ea1 with scrape type 2
2026-03-30 06:22:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c567606-4f24-59ec-88bb-a826ee5a3ea1, identifier: YK13%20MMF
2026-03-30 06:22:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c567606-4f24-59ec-88bb-a826ee5a3ea1 with identifier: YK13%20MMF
2026-03-30 06:22:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c567606-4f24-59ec-88bb-a826ee5a3ea1 with identifier: YK13%20MMF
2026-03-30 06:22:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c567606-4f24-59ec-88bb-a826ee5a3ea1 with identifier: YK13%20MMF to the API
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK13%20MMF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8c567606-4f24-59ec-88bb-a826ee5a3ea1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK13 MMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK13%20MMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 123507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PRESTIGE Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PRESTIGE',
 'vin': 'SALVA2AE9DH765751',
 'year': 2013}
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK13%2520MMF%27 HTTP/1.1" 200 None
2026-03-30 06:22:50 [bca.uk] INFO: Saving data for YK13%20MMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774622512.514096, 'last_price_update_time': 1774851770.672438}
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK13%2520MMF') HTTP/1.1" 204 0
2026-03-30 06:22:50 [bca.uk] INFO: Found listing with ID: YS18%20VJO
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520VJO%27 HTTP/1.1" 200 None
2026-03-30 06:22:50 [bca.uk] INFO: Scrape type for YS18%20VJO: 2
2026-03-30 06:22:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 646d50e0-d092-5ca4-869f-18583400c6b3 with identifier: YS18%20VJO
2026-03-30 06:22:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 646d50e0-d092-5ca4-869f-18583400c6b3 with scrape type 2
2026-03-30 06:22:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 646d50e0-d092-5ca4-869f-18583400c6b3 with scrape type 2
2026-03-30 06:22:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 646d50e0-d092-5ca4-869f-18583400c6b3, identifier: YS18%20VJO
2026-03-30 06:22:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 646d50e0-d092-5ca4-869f-18583400c6b3 with identifier: YS18%20VJO
2026-03-30 06:22:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 646d50e0-d092-5ca4-869f-18583400c6b3 with identifier: YS18%20VJO
2026-03-30 06:22:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 646d50e0-d092-5ca4-869f-18583400c6b3 with identifier: YS18%20VJO to the API
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS18%20VJO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '646d50e0-d092-5ca4-869f-18583400c6b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS18 VJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS18%20VJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 93105,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC EDITION Estate',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC EDITION',
 'vin': 'WF06XXGCC6JT42119',
 'year': 2018}
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520VJO%27 HTTP/1.1" 200 None
2026-03-30 06:22:51 [bca.uk] INFO: Saving data for YS18%20VJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774622514.781012, 'last_price_update_time': 1774851771.094533}
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS18%2520VJO') HTTP/1.1" 204 0
2026-03-30 06:22:51 [bca.uk] INFO: Found listing with ID: CV11%20MXY
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520MXY%27 HTTP/1.1" 200 None
2026-03-30 06:22:51 [bca.uk] INFO: Scrape type for CV11%20MXY: 2
2026-03-30 06:22:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c56bf8cc-c4e0-5207-9294-78863811af47 with identifier: CV11%20MXY
2026-03-30 06:22:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c56bf8cc-c4e0-5207-9294-78863811af47 with scrape type 2
2026-03-30 06:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c56bf8cc-c4e0-5207-9294-78863811af47 with scrape type 2
2026-03-30 06:22:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c56bf8cc-c4e0-5207-9294-78863811af47, identifier: CV11%20MXY
2026-03-30 06:22:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c56bf8cc-c4e0-5207-9294-78863811af47 with identifier: CV11%20MXY
2026-03-30 06:22:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c56bf8cc-c4e0-5207-9294-78863811af47 with identifier: CV11%20MXY
2026-03-30 06:22:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c56bf8cc-c4e0-5207-9294-78863811af47 with identifier: CV11%20MXY to the API
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV11%20MXY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c56bf8cc-c4e0-5207-9294-78863811af47',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV11 MXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV11%20MXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 90518,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 EDGE Hatchback',
 'transmission': 'manual',
 'trim': 'EDGE',
 'vin': 'WF0JXXGAJJBC29303',
 'year': 2011}
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520MXY%27 HTTP/1.1" 200 None
2026-03-30 06:22:51 [bca.uk] INFO: Saving data for CV11%20MXY: {'auction_closing_time': 1774864800.0, 'created_time': 1774622510.267994, 'last_price_update_time': 1774851771.539551}
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV11%2520MXY') HTTP/1.1" 204 0
2026-03-30 06:22:51 [bca.uk] INFO: Found listing with ID: LG19%20FDD
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG19%2520FDD%27 HTTP/1.1" 200 None
2026-03-30 06:22:51 [bca.uk] INFO: Scrape type for LG19%20FDD: 2
2026-03-30 06:22:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bff8639e-a90e-5d89-b871-14770e28ee87 with identifier: LG19%20FDD
2026-03-30 06:22:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bff8639e-a90e-5d89-b871-14770e28ee87 with scrape type 2
2026-03-30 06:22:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bff8639e-a90e-5d89-b871-14770e28ee87 with scrape type 2
2026-03-30 06:22:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bff8639e-a90e-5d89-b871-14770e28ee87, identifier: LG19%20FDD
2026-03-30 06:22:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bff8639e-a90e-5d89-b871-14770e28ee87 with identifier: LG19%20FDD
2026-03-30 06:22:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bff8639e-a90e-5d89-b871-14770e28ee87 with identifier: LG19%20FDD
2026-03-30 06:22:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bff8639e-a90e-5d89-b871-14770e28ee87 with identifier: LG19%20FDD to the API
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG19%20FDD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bff8639e-a90e-5d89-b871-14770e28ee87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG19 FDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG19%20FDD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 49892,
 'odometer_reading_unit': '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 1.2 P/T 82 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 FLAIR',
 'vin': 'VF7SXHMRPKT560735',
 'year': 2019}
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG19%2520FDD%27 HTTP/1.1" 200 None
2026-03-30 06:22:51 [bca.uk] INFO: Saving data for LG19%20FDD: {'auction_closing_time': 1774864800.0, 'created_time': 1774622509.199012, 'last_price_update_time': 1774851771.966769}
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG19%2520FDD') HTTP/1.1" 204 0
2026-03-30 06:22:51 [bca.uk] INFO: Found listing with ID: WA16%20UDO
2026-03-30 06:22:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520UDO%27 HTTP/1.1" 200 None
2026-03-30 06:22:52 [bca.uk] INFO: Scrape type for WA16%20UDO: 2
2026-03-30 06:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ca8663a-c802-5ccf-adae-8d5cd56c4ae2 with identifier: WA16%20UDO
2026-03-30 06:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ca8663a-c802-5ccf-adae-8d5cd56c4ae2 with scrape type 2
2026-03-30 06:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ca8663a-c802-5ccf-adae-8d5cd56c4ae2 with scrape type 2
2026-03-30 06:22:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ca8663a-c802-5ccf-adae-8d5cd56c4ae2, identifier: WA16%20UDO
2026-03-30 06:22:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ca8663a-c802-5ccf-adae-8d5cd56c4ae2 with identifier: WA16%20UDO
2026-03-30 06:22:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ca8663a-c802-5ccf-adae-8d5cd56c4ae2 with identifier: WA16%20UDO
2026-03-30 06:22:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ca8663a-c802-5ccf-adae-8d5cd56c4ae2 with identifier: WA16%20UDO to the API
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA16%20UDO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5ca8663a-c802-5ccf-adae-8d5cd56c4ae2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA16 UDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA16%20UDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 85726,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD C-MAX 1.5 TDCI 120 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'TDCI 120 ZETEC',
 'vin': 'WF0WXXGCEWGA80052',
 'year': 2016}
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520UDO%27 HTTP/1.1" 200 None
2026-03-30 06:22:52 [bca.uk] INFO: Saving data for WA16%20UDO: {'auction_closing_time': 1774864800.0, 'created_time': 1774622507.472859, 'last_price_update_time': 1774851772.378892}
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA16%2520UDO') HTTP/1.1" 204 0
2026-03-30 06:22:52 [bca.uk] INFO: Found listing with ID: WU68%20XGF
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU68%2520XGF%27 HTTP/1.1" 200 None
2026-03-30 06:22:52 [bca.uk] INFO: Scrape type for WU68%20XGF: 2
2026-03-30 06:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f923de3f-b1b2-5b99-ac03-8aea608e786a with identifier: WU68%20XGF
2026-03-30 06:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f923de3f-b1b2-5b99-ac03-8aea608e786a with scrape type 2
2026-03-30 06:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f923de3f-b1b2-5b99-ac03-8aea608e786a with scrape type 2
2026-03-30 06:22:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f923de3f-b1b2-5b99-ac03-8aea608e786a, identifier: WU68%20XGF
2026-03-30 06:22:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f923de3f-b1b2-5b99-ac03-8aea608e786a with identifier: WU68%20XGF
2026-03-30 06:22:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f923de3f-b1b2-5b99-ac03-8aea608e786a with identifier: WU68%20XGF
2026-03-30 06:22:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f923de3f-b1b2-5b99-ac03-8aea608e786a with identifier: WU68%20XGF to the API
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU68%20XGF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f923de3f-b1b2-5b99-ac03-8aea608e786a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU68 XGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU68%20XGF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 41370,
 'odometer_reading_unit': '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 MICRA 1.0 IG 71 ACENTA LIMITED ED. Hatchback',
 'transmission': 'manual',
 'trim': 'IG 71 ACENTA LIMITED ED.',
 'vin': 'VNVK1400361209940',
 'year': 2018}
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU68%2520XGF%27 HTTP/1.1" 200 None
2026-03-30 06:22:52 [bca.uk] INFO: Saving data for WU68%20XGF: {'auction_closing_time': 1774864800.0, 'created_time': 1774622511.252444, 'last_price_update_time': 1774851772.811929}
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU68%2520XGF') HTTP/1.1" 204 0
2026-03-30 06:22:52 [bca.uk] INFO: Found listing with ID: CF69%20BMU
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520BMU%27 HTTP/1.1" 200 None
2026-03-30 06:22:52 [bca.uk] INFO: Scrape type for CF69%20BMU: 0
2026-03-30 06:22:52 [bca.uk] INFO: Found listing with ID: EK69%20NZM
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520NZM%27 HTTP/1.1" 200 None
2026-03-30 06:22:52 [bca.uk] INFO: Scrape type for EK69%20NZM: 0
2026-03-30 06:22:52 [bca.uk] INFO: Found listing with ID: EA72%20ZZC
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520ZZC%27 HTTP/1.1" 200 None
2026-03-30 06:22:52 [bca.uk] INFO: Scrape type for EA72%20ZZC: 0
2026-03-30 06:22:52 [bca.uk] INFO: Found listing with ID: EU18%20PZT
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520PZT%27 HTTP/1.1" 200 None
2026-03-30 06:22:52 [bca.uk] INFO: Scrape type for EU18%20PZT: 0
2026-03-30 06:22:52 [bca.uk] INFO: Found listing with ID: EX22%20YTL
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520YTL%27 HTTP/1.1" 200 None
2026-03-30 06:22:52 [bca.uk] INFO: Scrape type for EX22%20YTL: 2
2026-03-30 06:22:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81152921-ff74-5cb7-9cc5-e5ee8e6b4ded with identifier: EX22%20YTL
2026-03-30 06:22:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81152921-ff74-5cb7-9cc5-e5ee8e6b4ded with scrape type 2
2026-03-30 06:22:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81152921-ff74-5cb7-9cc5-e5ee8e6b4ded with scrape type 2
2026-03-30 06:22:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81152921-ff74-5cb7-9cc5-e5ee8e6b4ded, identifier: EX22%20YTL
2026-03-30 06:22:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81152921-ff74-5cb7-9cc5-e5ee8e6b4ded with identifier: EX22%20YTL
2026-03-30 06:22:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81152921-ff74-5cb7-9cc5-e5ee8e6b4ded with identifier: EX22%20YTL
2026-03-30 06:22:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81152921-ff74-5cb7-9cc5-e5ee8e6b4ded with identifier: EX22%20YTL to the API
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX22%20YTL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '81152921-ff74-5cb7-9cc5-e5ee8e6b4ded',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX22 YTL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX22%20YTL&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 34443,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 TGI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGI EXCLUSIVE DCT',
 'vin': 'LSJA24U92MN201856',
 'year': 2022}
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520YTL%27 HTTP/1.1" 200 None
2026-03-30 06:22:53 [bca.uk] INFO: Saving data for EX22%20YTL: {'auction_closing_time': 1774864800.0, 'created_time': 1774622531.054351, 'last_price_update_time': 1774851773.301805}
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX22%2520YTL') HTTP/1.1" 204 0
2026-03-30 06:22:53 [bca.uk] INFO: Found listing with ID: EX23%20DWW
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520DWW%27 HTTP/1.1" 200 None
2026-03-30 06:22:53 [bca.uk] INFO: Scrape type for EX23%20DWW: 2
2026-03-30 06:22:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c92611c-6441-5675-8453-11b58859daa9 with identifier: EX23%20DWW
2026-03-30 06:22:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c92611c-6441-5675-8453-11b58859daa9 with scrape type 2
2026-03-30 06:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c92611c-6441-5675-8453-11b58859daa9 with scrape type 2
2026-03-30 06:22:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c92611c-6441-5675-8453-11b58859daa9, identifier: EX23%20DWW
2026-03-30 06:22:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c92611c-6441-5675-8453-11b58859daa9 with identifier: EX23%20DWW
2026-03-30 06:22:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c92611c-6441-5675-8453-11b58859daa9 with identifier: EX23%20DWW
2026-03-30 06:22:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c92611c-6441-5675-8453-11b58859daa9 with identifier: EX23%20DWW to the API
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX23%20DWW-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7c92611c-6441-5675-8453-11b58859daa9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX23 DWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX23%20DWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'DACIA',
 'model': 'JOGGER',
 'odometer': 18695,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DACIA JOGGER 1.0 TCE EXPRESSION Estate',
 'transmission': 'manual',
 'trim': 'TCE EXPRESSION',
 'vin': 'UU1DJF00570561837',
 'year': 2023}
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520DWW%27 HTTP/1.1" 200 None
2026-03-30 06:22:53 [bca.uk] INFO: Saving data for EX23%20DWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774622532.711064, 'last_price_update_time': 1774851773.818298}
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX23%2520DWW') HTTP/1.1" 204 0
2026-03-30 06:22:53 [bca.uk] INFO: Found listing with ID: KM73%20YDN
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520YDN%27 HTTP/1.1" 200 None
2026-03-30 06:22:53 [bca.uk] INFO: Scrape type for KM73%20YDN: 0
2026-03-30 06:22:53 [bca.uk] INFO: Found listing with ID: KS70%20OTJ
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520OTJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:53 [bca.uk] INFO: Scrape type for KS70%20OTJ: 2
2026-03-30 06:22:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff8c58c1-6f87-55ea-a437-5c8f4dbf31c3 with identifier: KS70%20OTJ
2026-03-30 06:22:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff8c58c1-6f87-55ea-a437-5c8f4dbf31c3 with scrape type 2
2026-03-30 06:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff8c58c1-6f87-55ea-a437-5c8f4dbf31c3 with scrape type 2
2026-03-30 06:22:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff8c58c1-6f87-55ea-a437-5c8f4dbf31c3, identifier: KS70%20OTJ
2026-03-30 06:22:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff8c58c1-6f87-55ea-a437-5c8f4dbf31c3 with identifier: KS70%20OTJ
2026-03-30 06:22:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff8c58c1-6f87-55ea-a437-5c8f4dbf31c3 with identifier: KS70%20OTJ
2026-03-30 06:22:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff8c58c1-6f87-55ea-a437-5c8f4dbf31c3 with identifier: KS70%20OTJ to the API
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS70%20OTJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ff8c58c1-6f87-55ea-a437-5c8f4dbf31c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS70 OTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS70%20OTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 104484,
 'odometer_reading_unit': '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 EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 FLAIR PLUS EAT8',
 'vin': 'VR7ARHNSSLL070295',
 'year': 2020}
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520OTJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:54 [bca.uk] INFO: Saving data for KS70%20OTJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774622531.590386, 'last_price_update_time': 1774851774.243045}
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS70%2520OTJ') HTTP/1.1" 204 0
2026-03-30 06:22:54 [bca.uk] INFO: Found listing with ID: LD68%20TFK
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD68%2520TFK%27 HTTP/1.1" 200 None
2026-03-30 06:22:54 [bca.uk] INFO: Scrape type for LD68%20TFK: 0
2026-03-30 06:22:54 [bca.uk] INFO: Found listing with ID: RJ13%20WRO
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ13%2520WRO%27 HTTP/1.1" 200 None
2026-03-30 06:22:54 [bca.uk] INFO: Scrape type for RJ13%20WRO: 0
2026-03-30 06:22:54 [bca.uk] INFO: Found listing with ID: SB52%20SVA
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB52%2520SVA%27 HTTP/1.1" 200 None
2026-03-30 06:22:54 [bca.uk] INFO: Scrape type for SB52%20SVA: 2
2026-03-30 06:22:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 692a2e7e-4aa2-573d-87b7-76f07a99d974 with identifier: SB52%20SVA
2026-03-30 06:22:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 692a2e7e-4aa2-573d-87b7-76f07a99d974 with scrape type 2
2026-03-30 06:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 692a2e7e-4aa2-573d-87b7-76f07a99d974 with scrape type 2
2026-03-30 06:22:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 692a2e7e-4aa2-573d-87b7-76f07a99d974, identifier: SB52%20SVA
2026-03-30 06:22:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 692a2e7e-4aa2-573d-87b7-76f07a99d974 with identifier: SB52%20SVA
2026-03-30 06:22:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 692a2e7e-4aa2-573d-87b7-76f07a99d974 with identifier: SB52%20SVA
2026-03-30 06:22:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 692a2e7e-4aa2-573d-87b7-76f07a99d974 with identifier: SB52%20SVA to the API
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=55&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB52%20SVA-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '692a2e7e-4aa2-573d-87b7-76f07a99d974',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB52 SVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB52%20SVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 75571,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 CDX VVTI 16V Hatchback',
 'transmission': 'automatic',
 'trim': 'CDX VVTI 16V',
 'vin': 'VNKKL12360A026598',
 'year': 2003}
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB52%2520SVA%27 HTTP/1.1" 200 None
2026-03-30 06:22:54 [bca.uk] INFO: Saving data for SB52%20SVA: {'auction_closing_time': 1775642400.0, 'created_time': 1773933199.326113, 'last_price_update_time': 1774851774.698486}
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB52%2520SVA') HTTP/1.1" 204 0
2026-03-30 06:22:54 [bca.uk] INFO: Found listing with ID: BD24%20OCG
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD24%2520OCG%27 HTTP/1.1" 200 None
2026-03-30 06:22:54 [bca.uk] INFO: Scrape type for BD24%20OCG: 0
2026-03-30 06:22:54 [bca.uk] INFO: Found listing with ID: HY19%20YJF
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520YJF%27 HTTP/1.1" 200 None
2026-03-30 06:22:54 [bca.uk] INFO: Scrape type for HY19%20YJF: 0
2026-03-30 06:22:54 [bca.uk] INFO: Found listing with ID: KW17%20VSO
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW17%2520VSO%27 HTTP/1.1" 200 None
2026-03-30 06:22:54 [bca.uk] INFO: Scrape type for KW17%20VSO: 0
2026-03-30 06:22:54 [bca.uk] INFO: Found listing with ID: VK23%20WPF
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520WPF%27 HTTP/1.1" 200 None
2026-03-30 06:22:54 [bca.uk] INFO: Scrape type for VK23%20WPF: 0
2026-03-30 06:22:54 [bca.uk] INFO: Found listing with ID: WO17%20EFJ
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO17%2520EFJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:54 [bca.uk] INFO: Scrape type for WO17%20EFJ: 0
2026-03-30 06:22:54 [bca.uk] INFO: Found listing with ID: GK73%20PWN
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK73%2520PWN%27 HTTP/1.1" 200 None
2026-03-30 06:22:54 [bca.uk] INFO: Scrape type for GK73%20PWN: 0
2026-03-30 06:22:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:22:58 [bca.uk] INFO: Total items found: 100
2026-03-30 06:22:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded
2026-03-30 06:22:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:22:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:58 [bca.uk] INFO: Found listing with ID: GV11%20FZA
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV11%2520FZA%27 HTTP/1.1" 200 None
2026-03-30 06:22:58 [bca.uk] INFO: Scrape type for GV11%20FZA: 0
2026-03-30 06:22:58 [bca.uk] INFO: Found listing with ID: GX68%20ZLE
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520ZLE%27 HTTP/1.1" 200 None
2026-03-30 06:22:58 [bca.uk] INFO: Scrape type for GX68%20ZLE: 0
2026-03-30 06:22:58 [bca.uk] INFO: Found listing with ID: HY67%20YJF
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY67%2520YJF%27 HTTP/1.1" 200 None
2026-03-30 06:22:58 [bca.uk] INFO: Scrape type for HY67%20YJF: 0
2026-03-30 06:22:58 [bca.uk] INFO: Found listing with ID: LO04%20NLL
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO04%2520NLL%27 HTTP/1.1" 200 None
2026-03-30 06:22:58 [bca.uk] INFO: Scrape type for LO04%20NLL: 0
2026-03-30 06:22:58 [bca.uk] INFO: Found listing with ID: SF19%20CYL
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520CYL%27 HTTP/1.1" 200 None
2026-03-30 06:22:58 [bca.uk] INFO: Scrape type for SF19%20CYL: 0
2026-03-30 06:22:58 [bca.uk] INFO: Found listing with ID: AD19%20NZJ
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520NZJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:58 [bca.uk] INFO: Scrape type for AD19%20NZJ: 2
2026-03-30 06:22:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with identifier: AD19%20NZJ
2026-03-30 06:22:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with scrape type 2
2026-03-30 06:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with scrape type 2
2026-03-30 06:22:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56, identifier: AD19%20NZJ
2026-03-30 06:22:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:22:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with identifier: AD19%20NZJ
2026-03-30 06:22:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with identifier: AD19%20NZJ
2026-03-30 06:22:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56 with identifier: AD19%20NZJ to the API
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD19%20NZJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '75f7a8e5-be5c-5833-b88a-0c5d6d2cdd56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AD19 NZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD19%20NZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN ALLSPACE',
 'odometer': 108908,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN ALLSPACE 2.0 TDI SCR 150 4M MATCH DSG '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI SCR 150 4M MATCH DSG',
 'vin': 'WVGZZZ5NZKM145126',
 'year': 2019}
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520NZJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:58 [bca.uk] INFO: Saving data for AD19%20NZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773931774.617572, 'last_price_update_time': 1774851778.606037}
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD19%2520NZJ') HTTP/1.1" 204 0
2026-03-30 06:22:58 [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:22:58 [bca.uk] INFO: Found listing with ID: BG15%20FBL
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG15%2520FBL%27 HTTP/1.1" 200 None
2026-03-30 06:22:58 [bca.uk] INFO: Scrape type for BG15%20FBL: 0
2026-03-30 06:22:58 [bca.uk] INFO: Found listing with ID: EA73%20MXP
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA73%2520MXP%27 HTTP/1.1" 200 None
2026-03-30 06:22:58 [bca.uk] INFO: Scrape type for EA73%20MXP: 2
2026-03-30 06:22:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0352b286-4a4c-5766-b3dc-2eb4698413ac with identifier: EA73%20MXP
2026-03-30 06:22:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0352b286-4a4c-5766-b3dc-2eb4698413ac with scrape type 2
2026-03-30 06:22:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0352b286-4a4c-5766-b3dc-2eb4698413ac with scrape type 2
2026-03-30 06:22:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0352b286-4a4c-5766-b3dc-2eb4698413ac, identifier: EA73%20MXP
2026-03-30 06:22:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0352b286-4a4c-5766-b3dc-2eb4698413ac with identifier: EA73%20MXP
2026-03-30 06:22:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0352b286-4a4c-5766-b3dc-2eb4698413ac with identifier: EA73%20MXP
2026-03-30 06:22:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0352b286-4a4c-5766-b3dc-2eb4698413ac with identifier: EA73%20MXP to the API
2026-03-30 06:22:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA73%20MXP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0352b286-4a4c-5766-b3dc-2eb4698413ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA73 MXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA73%20MXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 19383,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE',
 'vin': 'KNAC481AUR5167094',
 'year': 2023}
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA73%2520MXP%27 HTTP/1.1" 200 None
2026-03-30 06:22:59 [bca.uk] INFO: Saving data for EA73%20MXP: {'auction_closing_time': 1774864800.0, 'created_time': 1774265798.086408, 'last_price_update_time': 1774851779.115355}
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA73%2520MXP') HTTP/1.1" 204 0
2026-03-30 06:22:59 [bca.uk] INFO: Found listing with ID: EU20%20UOE
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU20%2520UOE%27 HTTP/1.1" 200 None
2026-03-30 06:22:59 [bca.uk] INFO: Scrape type for EU20%20UOE: 0
2026-03-30 06:22:59 [bca.uk] INFO: Found listing with ID: FG73%20PGO
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG73%2520PGO%27 HTTP/1.1" 200 None
2026-03-30 06:22:59 [bca.uk] INFO: Scrape type for FG73%20PGO: 0
2026-03-30 06:22:59 [bca.uk] INFO: Found listing with ID: BP67%20AOT
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520AOT%27 HTTP/1.1" 200 None
2026-03-30 06:22:59 [bca.uk] INFO: Scrape type for BP67%20AOT: 2
2026-03-30 06:22:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4ee3506-b281-5854-8942-b8fc90752de1 with identifier: BP67%20AOT
2026-03-30 06:22:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4ee3506-b281-5854-8942-b8fc90752de1 with scrape type 2
2026-03-30 06:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4ee3506-b281-5854-8942-b8fc90752de1 with scrape type 2
2026-03-30 06:22:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4ee3506-b281-5854-8942-b8fc90752de1, identifier: BP67%20AOT
2026-03-30 06:22:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4ee3506-b281-5854-8942-b8fc90752de1 with identifier: BP67%20AOT
2026-03-30 06:22:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4ee3506-b281-5854-8942-b8fc90752de1 with identifier: BP67%20AOT
2026-03-30 06:22:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4ee3506-b281-5854-8942-b8fc90752de1 with identifier: BP67%20AOT to the API
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP67%20AOT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4ee3506-b281-5854-8942-b8fc90752de1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP67 AOT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP67%20AOT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 84477,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T VISIA',
 'vin': 'SJNFEAJ11U2192752',
 'year': 2018}
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520AOT%27 HTTP/1.1" 200 None
2026-03-30 06:22:59 [bca.uk] INFO: Saving data for BP67%20AOT: {'auction_closing_time': 1774864800.0, 'created_time': 1774265655.853181, 'last_price_update_time': 1774851779.571201}
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP67%2520AOT') HTTP/1.1" 204 0
2026-03-30 06:22:59 [bca.uk] INFO: Found listing with ID: LE74%20FJJ
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE74%2520FJJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:59 [bca.uk] INFO: Scrape type for LE74%20FJJ: 2
2026-03-30 06:22:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 277851cf-4f96-56b1-9e23-e9284cbbb93d with identifier: LE74%20FJJ
2026-03-30 06:22:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 277851cf-4f96-56b1-9e23-e9284cbbb93d with scrape type 2
2026-03-30 06:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 277851cf-4f96-56b1-9e23-e9284cbbb93d with scrape type 2
2026-03-30 06:22:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 277851cf-4f96-56b1-9e23-e9284cbbb93d, identifier: LE74%20FJJ
2026-03-30 06:22:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 277851cf-4f96-56b1-9e23-e9284cbbb93d with identifier: LE74%20FJJ
2026-03-30 06:22:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 277851cf-4f96-56b1-9e23-e9284cbbb93d with identifier: LE74%20FJJ
2026-03-30 06:22:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 277851cf-4f96-56b1-9e23-e9284cbbb93d with identifier: LE74%20FJJ to the API
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:22:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE74%20FJJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '277851cf-4f96-56b1-9e23-e9284cbbb93d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE74 FJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE74%20FJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 7015,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 HYBRID TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID TROPHY',
 'vin': 'LSJWP4396RZ232875',
 'year': 2024}
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE74%2520FJJ%27 HTTP/1.1" 200 None
2026-03-30 06:22:59 [bca.uk] INFO: Saving data for LE74%20FJJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774265592.506395, 'last_price_update_time': 1774851779.979113}
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE74%2520FJJ') HTTP/1.1" 204 0
2026-03-30 06:22:59 [bca.uk] INFO: Found listing with ID: LP73%20AOY
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520AOY%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for LP73%20AOY: 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: LS23%20ZHO
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520ZHO%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for LS23%20ZHO: 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: RF09%20ATO
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF09%2520ATO%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for RF09%20ATO: 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: RO24%20YYD
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO24%2520YYD%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for RO24%20YYD: 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: WM66%20CHF
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM66%2520CHF%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for WM66%20CHF: 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: KM18%20KVR
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM18%2520KVR%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for KM18%20KVR: 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: J100%20GFF
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J100%2520GFF%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for J100%20GFF: 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: GU68%20TYY
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520TYY%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for GU68%20TYY: 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: GO20%20FOX
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GO20%2520FOX%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for GO20%20FOX: 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: PO16%20ZBY
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO16%2520ZBY%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for PO16%20ZBY: 2
2026-03-30 06:23:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 040af1b7-3693-5f2c-883d-868502c2c4b8 with identifier: PO16%20ZBY
2026-03-30 06:23:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 040af1b7-3693-5f2c-883d-868502c2c4b8 with scrape type 2
2026-03-30 06:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 040af1b7-3693-5f2c-883d-868502c2c4b8 with scrape type 2
2026-03-30 06:23:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 040af1b7-3693-5f2c-883d-868502c2c4b8, identifier: PO16%20ZBY
2026-03-30 06:23:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 040af1b7-3693-5f2c-883d-868502c2c4b8 with identifier: PO16%20ZBY
2026-03-30 06:23:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 040af1b7-3693-5f2c-883d-868502c2c4b8 with identifier: PO16%20ZBY
2026-03-30 06:23:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 040af1b7-3693-5f2c-883d-868502c2c4b8 with identifier: PO16%20ZBY to the API
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO16%20ZBY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '040af1b7-3693-5f2c-883d-868502c2c4b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO16 ZBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO16%20ZBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 120136,
 'odometer_reading_unit': '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 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD1760122J465383',
 'year': 2016}
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO16%2520ZBY%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Saving data for PO16%20ZBY: {'auction_closing_time': 1774951200.0, 'created_time': 1774622493.109107, 'last_price_update_time': 1774851780.582414}
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO16%2520ZBY') HTTP/1.1" 204 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: EU15%20ZFP
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU15%2520ZFP%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for EU15%20ZFP: 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: ML13%20PZH
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML13%2520PZH%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for ML13%20PZH: 0
2026-03-30 06:23:00 [bca.uk] INFO: Found listing with ID: KW69%20WJJ
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520WJJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:00 [bca.uk] INFO: Scrape type for KW69%20WJJ: 2
2026-03-30 06:23:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b33f636a-778c-5926-b4bb-e949340b05b8 with identifier: KW69%20WJJ
2026-03-30 06:23:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b33f636a-778c-5926-b4bb-e949340b05b8 with scrape type 2
2026-03-30 06:23:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b33f636a-778c-5926-b4bb-e949340b05b8 with scrape type 2
2026-03-30 06:23:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b33f636a-778c-5926-b4bb-e949340b05b8, identifier: KW69%20WJJ
2026-03-30 06:23:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b33f636a-778c-5926-b4bb-e949340b05b8 with identifier: KW69%20WJJ
2026-03-30 06:23:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b33f636a-778c-5926-b4bb-e949340b05b8 with identifier: KW69%20WJJ
2026-03-30 06:23:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b33f636a-778c-5926-b4bb-e949340b05b8 with identifier: KW69%20WJJ to the API
2026-03-30 06:23:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW69%20WJJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b33f636a-778c-5926-b4bb-e949340b05b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW69 WJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW69%20WJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 46300,
 'odometer_reading_unit': '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': 'JTDKGNEC00N520349',
 'year': 2020}
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520WJJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:01 [bca.uk] INFO: Saving data for KW69%20WJJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774621061.544496, 'last_price_update_time': 1774851781.118123}
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW69%2520WJJ') HTTP/1.1" 204 0
2026-03-30 06:23:01 [bca.uk] INFO: Found listing with ID: KF15%20PUX
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF15%2520PUX%27 HTTP/1.1" 200 None
2026-03-30 06:23:01 [bca.uk] INFO: Scrape type for KF15%20PUX: 0
2026-03-30 06:23:01 [bca.uk] INFO: Found listing with ID: SL70%20OPZ
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL70%2520OPZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:01 [bca.uk] INFO: Scrape type for SL70%20OPZ: 0
2026-03-30 06:23:01 [bca.uk] INFO: Found listing with ID: AE09%20LXH
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE09%2520LXH%27 HTTP/1.1" 200 None
2026-03-30 06:23:01 [bca.uk] INFO: Scrape type for AE09%20LXH: 0
2026-03-30 06:23:01 [bca.uk] INFO: Found listing with ID: SB21%20BMO
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB21%2520BMO%27 HTTP/1.1" 200 None
2026-03-30 06:23:01 [bca.uk] INFO: Scrape type for SB21%20BMO: 2
2026-03-30 06:23:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10c21701-0356-54fc-ab9e-47cfe0787876 with identifier: SB21%20BMO
2026-03-30 06:23:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10c21701-0356-54fc-ab9e-47cfe0787876 with scrape type 2
2026-03-30 06:23:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10c21701-0356-54fc-ab9e-47cfe0787876 with scrape type 2
2026-03-30 06:23:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10c21701-0356-54fc-ab9e-47cfe0787876, identifier: SB21%20BMO
2026-03-30 06:23:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10c21701-0356-54fc-ab9e-47cfe0787876 with identifier: SB21%20BMO
2026-03-30 06:23:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10c21701-0356-54fc-ab9e-47cfe0787876 with identifier: SB21%20BMO
2026-03-30 06:23:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10c21701-0356-54fc-ab9e-47cfe0787876 with identifier: SB21%20BMO to the API
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB21%20BMO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '10c21701-0356-54fc-ab9e-47cfe0787876',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SB21 BMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB21%20BMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 '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': 'VOLKSWAGEN ID.3 150KW 58KWH BUSINESS PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH BUSINESS PRO PERF.',
 'vin': 'WVWZZZE1ZMP070327',
 'year': 2021}
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB21%2520BMO%27 HTTP/1.1" 200 None
2026-03-30 06:23:01 [bca.uk] INFO: Saving data for SB21%20BMO: {'auction_closing_time': 1774951200.0, 'created_time': 1774621016.35526, 'last_price_update_time': 1774851781.555561}
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB21%2520BMO') HTTP/1.1" 204 0
2026-03-30 06:23:01 [bca.uk] INFO: Found listing with ID: SJ66%20YFG
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ66%2520YFG%27 HTTP/1.1" 200 None
2026-03-30 06:23:01 [bca.uk] INFO: Scrape type for SJ66%20YFG: 0
2026-03-30 06:23:01 [bca.uk] INFO: Found listing with ID: PN71%20EYX
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520EYX%27 HTTP/1.1" 200 None
2026-03-30 06:23:01 [bca.uk] INFO: Scrape type for PN71%20EYX: 2
2026-03-30 06:23:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c8c6dc5-c9a8-58ba-bf44-195e03ec64ef with identifier: PN71%20EYX
2026-03-30 06:23:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c8c6dc5-c9a8-58ba-bf44-195e03ec64ef with scrape type 2
2026-03-30 06:23:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c8c6dc5-c9a8-58ba-bf44-195e03ec64ef with scrape type 2
2026-03-30 06:23:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c8c6dc5-c9a8-58ba-bf44-195e03ec64ef, identifier: PN71%20EYX
2026-03-30 06:23:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c8c6dc5-c9a8-58ba-bf44-195e03ec64ef with identifier: PN71%20EYX
2026-03-30 06:23:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c8c6dc5-c9a8-58ba-bf44-195e03ec64ef with identifier: PN71%20EYX
2026-03-30 06:23:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c8c6dc5-c9a8-58ba-bf44-195e03ec64ef with identifier: PN71%20EYX to the API
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN71%20EYX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0c8c6dc5-c9a8-58ba-bf44-195e03ec64ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN71 EYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN71%20EYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 72849,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 105KW 45KWH EXCLUSIVE Hatchback',
 'transmission': 'automatic',
 'trim': '105KW 45KWH EXCLUSIVE',
 'vin': 'LSJW74099LZ243154',
 'year': 2021}
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520EYX%27 HTTP/1.1" 200 None
2026-03-30 06:23:01 [bca.uk] INFO: Saving data for PN71%20EYX: {'auction_closing_time': 1775124000.0, 'created_time': 1774622416.400662, 'last_price_update_time': 1774851781.972662}
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN71%2520EYX') HTTP/1.1" 204 0
2026-03-30 06:23:01 [bca.uk] INFO: Found listing with ID: OE70%20FNZ
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520FNZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:02 [bca.uk] INFO: Scrape type for OE70%20FNZ: 0
2026-03-30 06:23:02 [bca.uk] INFO: Found listing with ID: OY65%20XWC
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY65%2520XWC%27 HTTP/1.1" 200 None
2026-03-30 06:23:02 [bca.uk] INFO: Scrape type for OY65%20XWC: 2
2026-03-30 06:23:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 780d92c1-e634-527b-b7bc-54862c3e1e60 with identifier: OY65%20XWC
2026-03-30 06:23:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 780d92c1-e634-527b-b7bc-54862c3e1e60 with scrape type 2
2026-03-30 06:23:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 780d92c1-e634-527b-b7bc-54862c3e1e60 with scrape type 2
2026-03-30 06:23:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 780d92c1-e634-527b-b7bc-54862c3e1e60, identifier: OY65%20XWC
2026-03-30 06:23:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 780d92c1-e634-527b-b7bc-54862c3e1e60 with identifier: OY65%20XWC
2026-03-30 06:23:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 780d92c1-e634-527b-b7bc-54862c3e1e60 with identifier: OY65%20XWC
2026-03-30 06:23:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 780d92c1-e634-527b-b7bc-54862c3e1e60 with identifier: OY65%20XWC to the API
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY65%20XWC-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '780d92c1-e634-527b-b7bc-54862c3e1e60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY65 XWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY65%20XWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 108118,
 'odometer_reading_unit': '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': 'VF3CCHMZ6FT148137',
 'year': 2015}
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY65%2520XWC%27 HTTP/1.1" 200 None
2026-03-30 06:23:02 [bca.uk] INFO: Saving data for OY65%20XWC: {'auction_closing_time': 1775124000.0, 'created_time': 1774622417.044479, 'last_price_update_time': 1774851782.410369}
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY65%2520XWC') HTTP/1.1" 204 0
2026-03-30 06:23:02 [bca.uk] INFO: Found listing with ID: MF13%20KEJ
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF13%2520KEJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:02 [bca.uk] INFO: Scrape type for MF13%20KEJ: 0
2026-03-30 06:23:02 [bca.uk] INFO: Found listing with ID: LR70%20YWU
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR70%2520YWU%27 HTTP/1.1" 200 None
2026-03-30 06:23:02 [bca.uk] INFO: Scrape type for LR70%20YWU: 2
2026-03-30 06:23:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a0b0f4f-077a-5c8f-91f9-1176c97b51dd with identifier: LR70%20YWU
2026-03-30 06:23:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a0b0f4f-077a-5c8f-91f9-1176c97b51dd with scrape type 2
2026-03-30 06:23:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a0b0f4f-077a-5c8f-91f9-1176c97b51dd with scrape type 2
2026-03-30 06:23:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a0b0f4f-077a-5c8f-91f9-1176c97b51dd, identifier: LR70%20YWU
2026-03-30 06:23:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a0b0f4f-077a-5c8f-91f9-1176c97b51dd with identifier: LR70%20YWU
2026-03-30 06:23:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a0b0f4f-077a-5c8f-91f9-1176c97b51dd with identifier: LR70%20YWU
2026-03-30 06:23:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a0b0f4f-077a-5c8f-91f9-1176c97b51dd with identifier: LR70%20YWU to the API
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR70%20YWU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a0b0f4f-077a-5c8f-91f9-1176c97b51dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR70 YWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR70%20YWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 23996,
 'odometer_reading_unit': '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 X-TRAIL 1.3 DIG-T TEKNA (5ST) DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'DIG-T TEKNA (5ST) DCT',
 'vin': 'JN1JGAT32U0063180',
 'year': 2020}
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR70%2520YWU%27 HTTP/1.1" 200 None
2026-03-30 06:23:02 [bca.uk] INFO: Saving data for LR70%20YWU: {'auction_closing_time': 1774864800.0, 'created_time': 1774622418.705688, 'last_price_update_time': 1774851782.975788}
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR70%2520YWU') HTTP/1.1" 204 0
2026-03-30 06:23:02 [bca.uk] INFO: Found listing with ID: RX69%20XHC
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX69%2520XHC%27 HTTP/1.1" 200 None
2026-03-30 06:23:03 [bca.uk] INFO: Scrape type for RX69%20XHC: 2
2026-03-30 06:23:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04f9773a-11a0-5131-9959-d1c8283a0bcb with identifier: RX69%20XHC
2026-03-30 06:23:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04f9773a-11a0-5131-9959-d1c8283a0bcb with scrape type 2
2026-03-30 06:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04f9773a-11a0-5131-9959-d1c8283a0bcb with scrape type 2
2026-03-30 06:23:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04f9773a-11a0-5131-9959-d1c8283a0bcb, identifier: RX69%20XHC
2026-03-30 06:23:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04f9773a-11a0-5131-9959-d1c8283a0bcb with identifier: RX69%20XHC
2026-03-30 06:23:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04f9773a-11a0-5131-9959-d1c8283a0bcb with identifier: RX69%20XHC
2026-03-30 06:23:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04f9773a-11a0-5131-9959-d1c8283a0bcb with identifier: RX69%20XHC to the API
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX69%20XHC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04f9773a-11a0-5131-9959-d1c8283a0bcb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX69 XHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX69%20XHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 26259,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 P250 AWD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 AWD R-DYNAMIC HSE',
 'vin': 'SADFA2AX6L1Z79685',
 'year': 2019}
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX69%2520XHC%27 HTTP/1.1" 200 None
2026-03-30 06:23:03 [bca.uk] INFO: Saving data for RX69%20XHC: {'auction_closing_time': 1774864800.0, 'created_time': 1774536285.357106, 'last_price_update_time': 1774851783.388823}
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX69%2520XHC') HTTP/1.1" 204 0
2026-03-30 06:23:03 [bca.uk] INFO: Found listing with ID: SY20%20KAO
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY20%2520KAO%27 HTTP/1.1" 200 None
2026-03-30 06:23:03 [bca.uk] INFO: Scrape type for SY20%20KAO: 2
2026-03-30 06:23:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80cd3902-f970-56eb-8e43-f16d25f68b67 with identifier: SY20%20KAO
2026-03-30 06:23:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80cd3902-f970-56eb-8e43-f16d25f68b67 with scrape type 2
2026-03-30 06:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80cd3902-f970-56eb-8e43-f16d25f68b67 with scrape type 2
2026-03-30 06:23:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80cd3902-f970-56eb-8e43-f16d25f68b67, identifier: SY20%20KAO
2026-03-30 06:23:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80cd3902-f970-56eb-8e43-f16d25f68b67 with identifier: SY20%20KAO
2026-03-30 06:23:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80cd3902-f970-56eb-8e43-f16d25f68b67 with identifier: SY20%20KAO
2026-03-30 06:23:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80cd3902-f970-56eb-8e43-f16d25f68b67 with identifier: SY20%20KAO to the API
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY20%20KAO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '80cd3902-f970-56eb-8e43-f16d25f68b67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY20 KAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY20%20KAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MITSUBISHI',
 'model': 'ASX',
 'odometer': 37236,
 'odometer_reading_unit': '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 ASX 2.0 EXCEED StationWagon',
 'transmission': 'manual',
 'trim': 'EXCEED',
 'vin': 'JMAXNGA9WLU000555',
 'year': 2020}
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY20%2520KAO%27 HTTP/1.1" 200 None
2026-03-30 06:23:03 [bca.uk] INFO: Saving data for SY20%20KAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774622417.923052, 'last_price_update_time': 1774851783.821754}
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY20%2520KAO') HTTP/1.1" 204 0
2026-03-30 06:23:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:23:03 [bca.uk] INFO: Found listing with ID: VA68%20DJX
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA68%2520DJX%27 HTTP/1.1" 200 None
2026-03-30 06:23:03 [bca.uk] INFO: Scrape type for VA68%20DJX: 2
2026-03-30 06:23:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with identifier: VA68%20DJX
2026-03-30 06:23:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with scrape type 2
2026-03-30 06:23:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with scrape type 2
2026-03-30 06:23:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ceeb5cd-879d-57ff-9dca-ac3d7743d643, identifier: VA68%20DJX
2026-03-30 06:23:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with identifier: VA68%20DJX
2026-03-30 06:23:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with identifier: VA68%20DJX
2026-03-30 06:23:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ceeb5cd-879d-57ff-9dca-ac3d7743d643 with identifier: VA68%20DJX to the API
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA68%20DJX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ceeb5cd-879d-57ff-9dca-ac3d7743d643',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA68 DJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA68%20DJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 16421,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 140 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 140 ST-LINE',
 'vin': 'WF0FXXGAHFJM39660',
 'year': 2019}
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA68%2520DJX%27 HTTP/1.1" 200 None
2026-03-30 06:23:04 [bca.uk] INFO: Saving data for VA68%20DJX: {'auction_closing_time': 1774864800.0, 'created_time': 1774564148.048488, 'last_price_update_time': 1774851784.237735}
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA68%2520DJX') HTTP/1.1" 204 0
2026-03-30 06:23:04 [bca.uk] INFO: Found listing with ID: VX69%20GVM
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520GVM%27 HTTP/1.1" 200 None
2026-03-30 06:23:04 [bca.uk] INFO: Scrape type for VX69%20GVM: 2
2026-03-30 06:23:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 145a2293-f99e-5aca-8124-d2eb9011a703 with identifier: VX69%20GVM
2026-03-30 06:23:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 145a2293-f99e-5aca-8124-d2eb9011a703 with scrape type 2
2026-03-30 06:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 145a2293-f99e-5aca-8124-d2eb9011a703 with scrape type 2
2026-03-30 06:23:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 145a2293-f99e-5aca-8124-d2eb9011a703, identifier: VX69%20GVM
2026-03-30 06:23:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 145a2293-f99e-5aca-8124-d2eb9011a703 with identifier: VX69%20GVM
2026-03-30 06:23:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 145a2293-f99e-5aca-8124-d2eb9011a703 with identifier: VX69%20GVM
2026-03-30 06:23:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 145a2293-f99e-5aca-8124-d2eb9011a703 with identifier: VX69%20GVM to the API
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX69%20GVM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '145a2293-f99e-5aca-8124-d2eb9011a703',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX69 GVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX69%20GVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 44997,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.2 D 184 SPORT+ AWD StationWagon',
 'transmission': 'automatic',
 'trim': 'D 184 SPORT+ AWD',
 'vin': 'JMZKFGW2A00890755',
 'year': 2019}
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520GVM%27 HTTP/1.1" 200 None
2026-03-30 06:23:04 [bca.uk] INFO: Saving data for VX69%20GVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774361678.605271, 'last_price_update_time': 1774851784.667714}
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX69%2520GVM') HTTP/1.1" 204 0
2026-03-30 06:23:04 [bca.uk] INFO: Total items found: 100
2026-03-30 06:23:04 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded
2026-03-30 06:23:04 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:23:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:04 [bca.uk] INFO: Found listing with ID: WH19%20OTD
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520OTD%27 HTTP/1.1" 200 None
2026-03-30 06:23:04 [bca.uk] INFO: Scrape type for WH19%20OTD: 2
2026-03-30 06:23:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dcfbae3-508b-50c3-874a-f3631b0d69f9 with identifier: WH19%20OTD
2026-03-30 06:23:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dcfbae3-508b-50c3-874a-f3631b0d69f9 with scrape type 2
2026-03-30 06:23:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dcfbae3-508b-50c3-874a-f3631b0d69f9 with scrape type 2
2026-03-30 06:23:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6dcfbae3-508b-50c3-874a-f3631b0d69f9, identifier: WH19%20OTD
2026-03-30 06:23:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6dcfbae3-508b-50c3-874a-f3631b0d69f9 with identifier: WH19%20OTD
2026-03-30 06:23:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6dcfbae3-508b-50c3-874a-f3631b0d69f9 with identifier: WH19%20OTD
2026-03-30 06:23:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6dcfbae3-508b-50c3-874a-f3631b0d69f9 with identifier: WH19%20OTD to the API
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 201,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WH19%20OTD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6dcfbae3-508b-50c3-874a-f3631b0d69f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WH19 OTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WH19%20OTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 61137,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 1.5 VTEC TURBO 4WD EX StationWagon',
 'transmission': 'automatic',
 'trim': 'VTEC TURBO 4WD EX',
 'vin': 'JHMRW2880KX215424',
 'year': 2021}
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520OTD%27 HTTP/1.1" 200 None
2026-03-30 06:23:05 [bca.uk] INFO: Saving data for WH19%20OTD: {'auction_closing_time': 1774864800.0, 'created_time': 1774622420.326427, 'last_price_update_time': 1774851785.102129}
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WH19%2520OTD') HTTP/1.1" 204 0
2026-03-30 06:23:05 [bca.uk] INFO: Found listing with ID: PN71%20ODY
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520ODY%27 HTTP/1.1" 200 None
2026-03-30 06:23:05 [bca.uk] INFO: Scrape type for PN71%20ODY: 2
2026-03-30 06:23:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1615f9af-dbbd-5fcd-afca-b2ef008ccb09 with identifier: PN71%20ODY
2026-03-30 06:23:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1615f9af-dbbd-5fcd-afca-b2ef008ccb09 with scrape type 2
2026-03-30 06:23:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1615f9af-dbbd-5fcd-afca-b2ef008ccb09 with scrape type 2
2026-03-30 06:23:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1615f9af-dbbd-5fcd-afca-b2ef008ccb09, identifier: PN71%20ODY
2026-03-30 06:23: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:23:05 [bca.uk] INFO: Found listing with ID: WM19%20CWJ
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520CWJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:05 [bca.uk] INFO: Scrape type for WM19%20CWJ: 2
2026-03-30 06:23:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dd601ea-ea93-598a-85b8-6f6c53b408e2 with identifier: WM19%20CWJ
2026-03-30 06:23:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dd601ea-ea93-598a-85b8-6f6c53b408e2 with scrape type 2
2026-03-30 06:23:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dd601ea-ea93-598a-85b8-6f6c53b408e2 with scrape type 2
2026-03-30 06:23:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dd601ea-ea93-598a-85b8-6f6c53b408e2, identifier: WM19%20CWJ
2026-03-30 06:23:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1615f9af-dbbd-5fcd-afca-b2ef008ccb09 with identifier: PN71%20ODY
2026-03-30 06:23:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1615f9af-dbbd-5fcd-afca-b2ef008ccb09 with identifier: PN71%20ODY
2026-03-30 06:23:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1615f9af-dbbd-5fcd-afca-b2ef008ccb09 with identifier: PN71%20ODY to the API
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN71%20ODY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1615f9af-dbbd-5fcd-afca-b2ef008ccb09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PN71 ODY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN71%20ODY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 90362,
 'odometer_reading_unit': '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 115 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 115 LIFE',
 'vin': 'WVWZZZCDZNW119237',
 'year': 2021}
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520ODY%27 HTTP/1.1" 200 None
2026-03-30 06:23:05 [bca.uk] INFO: Saving data for PN71%20ODY: {'auction_closing_time': 1774951200.0, 'created_time': 1774621004.554477, 'last_price_update_time': 1774851785.618105}
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN71%2520ODY') HTTP/1.1" 204 0
2026-03-30 06:23:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dd601ea-ea93-598a-85b8-6f6c53b408e2 with identifier: WM19%20CWJ
2026-03-30 06:23:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dd601ea-ea93-598a-85b8-6f6c53b408e2 with identifier: WM19%20CWJ
2026-03-30 06:23:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dd601ea-ea93-598a-85b8-6f6c53b408e2 with identifier: WM19%20CWJ to the API
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM19%20CWJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8dd601ea-ea93-598a-85b8-6f6c53b408e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM19 CWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM19%20CWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 23190,
 'odometer_reading_unit': '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 Q3 1.5 35 TFSI SPORT S-T StationWagon',
 'transmission': 'automatic',
 'trim': '35 TFSI SPORT S-T',
 'vin': 'WAUZZZF3XK1040633',
 'year': 2019}
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520CWJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:05 [bca.uk] INFO: Saving data for WM19%20CWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774622419.910829, 'last_price_update_time': 1774851785.899339}
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM19%2520CWJ') HTTP/1.1" 204 0
2026-03-30 06:23:05 [bca.uk] INFO: Found listing with ID: RK24%20KPX
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK24%2520KPX%27 HTTP/1.1" 200 None
2026-03-30 06:23:05 [bca.uk] INFO: Scrape type for RK24%20KPX: 2
2026-03-30 06:23:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81af8381-3f5a-51d2-9725-ec150266c6f1 with identifier: RK24%20KPX
2026-03-30 06:23:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81af8381-3f5a-51d2-9725-ec150266c6f1 with scrape type 2
2026-03-30 06:23:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81af8381-3f5a-51d2-9725-ec150266c6f1 with scrape type 2
2026-03-30 06:23:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81af8381-3f5a-51d2-9725-ec150266c6f1, identifier: RK24%20KPX
2026-03-30 06:23:06 [bca.uk] INFO: Found listing with ID: WN24%20FPA
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520FPA%27 HTTP/1.1" 200 None
2026-03-30 06:23:06 [bca.uk] INFO: Scrape type for WN24%20FPA: 2
2026-03-30 06:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28e9a20b-93d8-5cd9-9130-c37edebf3c79 with identifier: WN24%20FPA
2026-03-30 06:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28e9a20b-93d8-5cd9-9130-c37edebf3c79 with scrape type 2
2026-03-30 06:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28e9a20b-93d8-5cd9-9130-c37edebf3c79 with scrape type 2
2026-03-30 06:23:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28e9a20b-93d8-5cd9-9130-c37edebf3c79, identifier: WN24%20FPA
2026-03-30 06:23:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81af8381-3f5a-51d2-9725-ec150266c6f1 with identifier: RK24%20KPX
2026-03-30 06:23:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81af8381-3f5a-51d2-9725-ec150266c6f1 with identifier: RK24%20KPX
2026-03-30 06:23:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81af8381-3f5a-51d2-9725-ec150266c6f1 with identifier: RK24%20KPX to the API
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK24%20KPX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '81af8381-3f5a-51d2-9725-ec150266c6f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK24 KPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK24%20KPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUBARU',
 'model': 'SOLTERRA',
 'odometer': 8991,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SUBARU SOLTERRA 150KW 71.4KWH AWD TOURING Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71.4KWH AWD TOURING',
 'vin': 'JF1AABAA5PA036376',
 'year': 2024}
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK24%2520KPX%27 HTTP/1.1" 200 None
2026-03-30 06:23:06 [bca.uk] INFO: Saving data for RK24%20KPX: {'auction_closing_time': 1774951200.0, 'created_time': 1774620985.964935, 'last_price_update_time': 1774851786.433873}
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK24%2520KPX') HTTP/1.1" 204 0
2026-03-30 06:23:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28e9a20b-93d8-5cd9-9130-c37edebf3c79 with identifier: WN24%20FPA
2026-03-30 06:23:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28e9a20b-93d8-5cd9-9130-c37edebf3c79 with identifier: WN24%20FPA
2026-03-30 06:23:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28e9a20b-93d8-5cd9-9130-c37edebf3c79 with identifier: WN24%20FPA to the API
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN24%20FPA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '28e9a20b-93d8-5cd9-9130-c37edebf3c79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN24 FPA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN24%20FPA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 19829,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK7RC361323',
 'year': 2024}
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520FPA%27 HTTP/1.1" 200 None
2026-03-30 06:23:06 [bca.uk] INFO: Saving data for WN24%20FPA: {'auction_closing_time': 1774864800.0, 'created_time': 1774622419.080772, 'last_price_update_time': 1774851786.809613}
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN24%2520FPA') HTTP/1.1" 204 0
2026-03-30 06:23:06 [bca.uk] INFO: Found listing with ID: SN23%20UNF
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN23%2520UNF%27 HTTP/1.1" 200 None
2026-03-30 06:23:06 [bca.uk] INFO: Scrape type for SN23%20UNF: 2
2026-03-30 06:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03b95d3f-4032-502b-bd5a-304ffc6f5190 with identifier: SN23%20UNF
2026-03-30 06:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03b95d3f-4032-502b-bd5a-304ffc6f5190 with scrape type 2
2026-03-30 06:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03b95d3f-4032-502b-bd5a-304ffc6f5190 with scrape type 2
2026-03-30 06:23:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03b95d3f-4032-502b-bd5a-304ffc6f5190, identifier: SN23%20UNF
2026-03-30 06:23:06 [bca.uk] INFO: Found listing with ID: CE72%20GXC
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE72%2520GXC%27 HTTP/1.1" 200 None
2026-03-30 06:23:06 [bca.uk] INFO: Scrape type for CE72%20GXC: 0
2026-03-30 06:23:06 [bca.uk] INFO: Found listing with ID: CJ19%20TWG
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ19%2520TWG%27 HTTP/1.1" 200 None
2026-03-30 06:23:06 [bca.uk] INFO: Scrape type for CJ19%20TWG: 0
2026-03-30 06:23:06 [bca.uk] INFO: Found listing with ID: CT18%20HRU
2026-03-30 06:23:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT18%2520HRU%27 HTTP/1.1" 200 None
2026-03-30 06:23:07 [bca.uk] INFO: Scrape type for CT18%20HRU: 2
2026-03-30 06:23:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 948005c0-f49f-5861-838b-2e5421ab31a6 with identifier: CT18%20HRU
2026-03-30 06:23:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 948005c0-f49f-5861-838b-2e5421ab31a6 with scrape type 2
2026-03-30 06:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 948005c0-f49f-5861-838b-2e5421ab31a6 with scrape type 2
2026-03-30 06:23:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 948005c0-f49f-5861-838b-2e5421ab31a6, identifier: CT18%20HRU
2026-03-30 06:23:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03b95d3f-4032-502b-bd5a-304ffc6f5190 with identifier: SN23%20UNF
2026-03-30 06:23:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03b95d3f-4032-502b-bd5a-304ffc6f5190 with identifier: SN23%20UNF
2026-03-30 06:23:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03b95d3f-4032-502b-bd5a-304ffc6f5190 with identifier: SN23%20UNF to the API
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN23%20UNF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '03b95d3f-4032-502b-bd5a-304ffc6f5190',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SN23 UNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN23%20UNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 25995,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250+ 140KW 70.5KWH AMG LINE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH AMG LINE PREMIUM',
 'vin': 'W1N9N0CBXPJ067384',
 'year': 2023}
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN23%2520UNF%27 HTTP/1.1" 200 None
2026-03-30 06:23:07 [bca.uk] INFO: Saving data for SN23%20UNF: {'auction_closing_time': 1774951200.0, 'created_time': 1774620987.988469, 'last_price_update_time': 1774851787.373415}
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN23%2520UNF') HTTP/1.1" 204 0
2026-03-30 06:23:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 948005c0-f49f-5861-838b-2e5421ab31a6 with identifier: CT18%20HRU
2026-03-30 06:23:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 948005c0-f49f-5861-838b-2e5421ab31a6 with identifier: CT18%20HRU
2026-03-30 06:23:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 948005c0-f49f-5861-838b-2e5421ab31a6 with identifier: CT18%20HRU to the API
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CT18%20HRU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '948005c0-f49f-5861-838b-2e5421ab31a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CT18 HRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CT18%20HRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 82670,
 'odometer_reading_unit': '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 TIGUAN 2.0 TDI 150 BMT 2WD R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT 2WD R LINE DSG',
 'vin': 'WVGZZZ5NZJW386613',
 'year': 2018}
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT18%2520HRU%27 HTTP/1.1" 200 None
2026-03-30 06:23:07 [bca.uk] INFO: Saving data for CT18%20HRU: {'auction_closing_time': 1774864800.0, 'created_time': 1774621044.840319, 'last_price_update_time': 1774851787.659668}
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CT18%2520HRU') HTTP/1.1" 204 0
2026-03-30 06:23:07 [bca.uk] INFO: Found listing with ID: VO71%20OHD
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520OHD%27 HTTP/1.1" 200 None
2026-03-30 06:23:07 [bca.uk] INFO: Scrape type for VO71%20OHD: 2
2026-03-30 06:23:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d062d41-c464-5185-8f53-e904d6fee721 with identifier: VO71%20OHD
2026-03-30 06:23:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d062d41-c464-5185-8f53-e904d6fee721 with scrape type 2
2026-03-30 06:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d062d41-c464-5185-8f53-e904d6fee721 with scrape type 2
2026-03-30 06:23:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d062d41-c464-5185-8f53-e904d6fee721, identifier: VO71%20OHD
2026-03-30 06:23:07 [bca.uk] INFO: Found listing with ID: FY69%20YFZ
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY69%2520YFZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:07 [bca.uk] INFO: Scrape type for FY69%20YFZ: 2
2026-03-30 06:23:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: debb14f8-da79-5ff1-9e04-a1adfc5ef0e3 with identifier: FY69%20YFZ
2026-03-30 06:23:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item debb14f8-da79-5ff1-9e04-a1adfc5ef0e3 with scrape type 2
2026-03-30 06:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item debb14f8-da79-5ff1-9e04-a1adfc5ef0e3 with scrape type 2
2026-03-30 06:23:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: debb14f8-da79-5ff1-9e04-a1adfc5ef0e3, identifier: FY69%20YFZ
2026-03-30 06:23:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d062d41-c464-5185-8f53-e904d6fee721 with identifier: VO71%20OHD
2026-03-30 06:23:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d062d41-c464-5185-8f53-e904d6fee721 with identifier: VO71%20OHD
2026-03-30 06:23:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d062d41-c464-5185-8f53-e904d6fee721 with identifier: VO71%20OHD to the API
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO71%20OHD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0d062d41-c464-5185-8f53-e904d6fee721',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO71 OHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO71%20OHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'MUSTANG MACH-E',
 'odometer': 21271,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD MUSTANG MACH-E 258KW 88KWH AWD EXTENDED RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '258KW 88KWH AWD EXTENDED RANGE',
 'vin': 'WF0TR3SU1MMA54510',
 'year': 2022}
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520OHD%27 HTTP/1.1" 200 None
2026-03-30 06:23:08 [bca.uk] INFO: Saving data for VO71%20OHD: {'auction_closing_time': 1774951200.0, 'created_time': 1774620990.937655, 'last_price_update_time': 1774851788.190427}
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO71%2520OHD') HTTP/1.1" 204 0
2026-03-30 06:23:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: debb14f8-da79-5ff1-9e04-a1adfc5ef0e3 with identifier: FY69%20YFZ
2026-03-30 06:23:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: debb14f8-da79-5ff1-9e04-a1adfc5ef0e3 with identifier: FY69%20YFZ
2026-03-30 06:23:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: debb14f8-da79-5ff1-9e04-a1adfc5ef0e3 with identifier: FY69%20YFZ to the API
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY69%20YFZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'debb14f8-da79-5ff1-9e04-a1adfc5ef0e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY69 YFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY69%20YFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 66519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 TREND Hatchback',
 'transmission': 'manual',
 'trim': '85 TREND',
 'vin': 'WF0FXXGAHFKT45881',
 'year': 2019}
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY69%2520YFZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:08 [bca.uk] INFO: Saving data for FY69%20YFZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774621043.693068, 'last_price_update_time': 1774851788.535767}
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY69%2520YFZ') HTTP/1.1" 204 0
2026-03-30 06:23:08 [bca.uk] INFO: Found listing with ID: WV23%20XYC
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520XYC%27 HTTP/1.1" 200 None
2026-03-30 06:23:08 [bca.uk] INFO: Scrape type for WV23%20XYC: 0
2026-03-30 06:23:08 [bca.uk] INFO: Found listing with ID: YS21%20VOM
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520VOM%27 HTTP/1.1" 200 None
2026-03-30 06:23:08 [bca.uk] INFO: Scrape type for YS21%20VOM: 0
2026-03-30 06:23:08 [bca.uk] INFO: Found listing with ID: LC72%20VBD
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520VBD%27 HTTP/1.1" 200 None
2026-03-30 06:23:08 [bca.uk] INFO: Scrape type for LC72%20VBD: 0
2026-03-30 06:23:08 [bca.uk] INFO: Found listing with ID: LE73%20GVZ
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520GVZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:08 [bca.uk] INFO: Scrape type for LE73%20GVZ: 0
2026-03-30 06:23:08 [bca.uk] INFO: Found listing with ID: LF23%20WKL
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520WKL%27 HTTP/1.1" 200 None
2026-03-30 06:23:08 [bca.uk] INFO: Scrape type for LF23%20WKL: 2
2026-03-30 06:23:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 874c0c3e-018a-5b7d-bc68-a05f1c46fd4b with identifier: LF23%20WKL
2026-03-30 06:23:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874c0c3e-018a-5b7d-bc68-a05f1c46fd4b with scrape type 2
2026-03-30 06:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 874c0c3e-018a-5b7d-bc68-a05f1c46fd4b with scrape type 2
2026-03-30 06:23:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 874c0c3e-018a-5b7d-bc68-a05f1c46fd4b, identifier: LF23%20WKL
2026-03-30 06:23:08 [bca.uk] INFO: Found listing with ID: GX69%20LDN
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX69%2520LDN%27 HTTP/1.1" 200 None
2026-03-30 06:23:08 [bca.uk] INFO: Scrape type for GX69%20LDN: 0
2026-03-30 06:23:08 [bca.uk] INFO: Found listing with ID: HJ70%20UPK
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520UPK%27 HTTP/1.1" 200 None
2026-03-30 06:23:08 [bca.uk] INFO: Scrape type for HJ70%20UPK: 0
2026-03-30 06:23:08 [bca.uk] INFO: Found listing with ID: KR70%20HYO
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520HYO%27 HTTP/1.1" 200 None
2026-03-30 06:23:08 [bca.uk] INFO: Scrape type for KR70%20HYO: 2
2026-03-30 06:23:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 948ffab7-924a-560a-801e-1269b1afe0bb with identifier: KR70%20HYO
2026-03-30 06:23:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 948ffab7-924a-560a-801e-1269b1afe0bb with scrape type 2
2026-03-30 06:23:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 948ffab7-924a-560a-801e-1269b1afe0bb with scrape type 2
2026-03-30 06:23:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 948ffab7-924a-560a-801e-1269b1afe0bb, identifier: KR70%20HYO
2026-03-30 06:23:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 874c0c3e-018a-5b7d-bc68-a05f1c46fd4b with identifier: LF23%20WKL
2026-03-30 06:23:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 874c0c3e-018a-5b7d-bc68-a05f1c46fd4b with identifier: LF23%20WKL
2026-03-30 06:23:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 874c0c3e-018a-5b7d-bc68-a05f1c46fd4b with identifier: LF23%20WKL to the API
2026-03-30 06:23:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF23%20WKL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '874c0c3e-018a-5b7d-bc68-a05f1c46fd4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF23 WKL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF23%20WKL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 37046,
 'odometer_reading_unit': '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': 'LRWYHCEK3PC707428',
 'year': 2023}
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520WKL%27 HTTP/1.1" 200 None
2026-03-30 06:23:09 [bca.uk] INFO: Saving data for LF23%20WKL: {'auction_closing_time': 1774951200.0, 'created_time': 1774620990.50158, 'last_price_update_time': 1774851789.180982}
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520WKL') HTTP/1.1" 204 0
2026-03-30 06:23:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 948ffab7-924a-560a-801e-1269b1afe0bb with identifier: KR70%20HYO
2026-03-30 06:23:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 948ffab7-924a-560a-801e-1269b1afe0bb with identifier: KR70%20HYO
2026-03-30 06:23:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 948ffab7-924a-560a-801e-1269b1afe0bb with identifier: KR70%20HYO to the API
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR70%20HYO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '948ffab7-924a-560a-801e-1269b1afe0bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR70 HYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR70%20HYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 64491,
 'odometer_reading_unit': '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 SPORT EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'W1K1770122V069180',
 'year': 2020}
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520HYO%27 HTTP/1.1" 200 None
2026-03-30 06:23:09 [bca.uk] INFO: Saving data for KR70%20HYO: {'auction_closing_time': 1774864800.0, 'created_time': 1774621059.843309, 'last_price_update_time': 1774851789.571604}
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR70%2520HYO') HTTP/1.1" 204 0
2026-03-30 06:23:09 [bca.uk] INFO: Found listing with ID: LF72%20WKJ
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520WKJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:09 [bca.uk] INFO: Scrape type for LF72%20WKJ: 2
2026-03-30 06:23:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b98bf496-d223-5318-ac10-95af85132d4b with identifier: LF72%20WKJ
2026-03-30 06:23:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b98bf496-d223-5318-ac10-95af85132d4b with scrape type 2
2026-03-30 06:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b98bf496-d223-5318-ac10-95af85132d4b with scrape type 2
2026-03-30 06:23:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b98bf496-d223-5318-ac10-95af85132d4b, identifier: LF72%20WKJ
2026-03-30 06:23:09 [bca.uk] INFO: Found listing with ID: KT18%20DWO
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520DWO%27 HTTP/1.1" 200 None
2026-03-30 06:23:09 [bca.uk] INFO: Scrape type for KT18%20DWO: 2
2026-03-30 06:23:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with identifier: KT18%20DWO
2026-03-30 06:23:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with scrape type 2
2026-03-30 06:23:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with scrape type 2
2026-03-30 06:23:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3109e2f2-5c5a-5486-b7f3-6248d7028ed8, identifier: KT18%20DWO
2026-03-30 06:23:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b98bf496-d223-5318-ac10-95af85132d4b with identifier: LF72%20WKJ
2026-03-30 06:23:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b98bf496-d223-5318-ac10-95af85132d4b with identifier: LF72%20WKJ
2026-03-30 06:23:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b98bf496-d223-5318-ac10-95af85132d4b with identifier: LF72%20WKJ to the API
2026-03-30 06:23:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF72%20WKJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b98bf496-d223-5318-ac10-95af85132d4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF72 WKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF72%20WKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 26211,
 'odometer_reading_unit': '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': 'LRWYHCEK8NC423824',
 'year': 2022}
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520WKJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Saving data for LF72%20WKJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774620993.170314, 'last_price_update_time': 1774851790.230573}
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF72%2520WKJ') HTTP/1.1" 204 0
2026-03-30 06:23:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with identifier: KT18%20DWO
2026-03-30 06:23:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with identifier: KT18%20DWO
2026-03-30 06:23:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3109e2f2-5c5a-5486-b7f3-6248d7028ed8 with identifier: KT18%20DWO to the API
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT18%20DWO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3109e2f2-5c5a-5486-b7f3-6248d7028ed8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT18 DWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT18%20DWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 84629,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND PICASSO 1.6 BLUEHDI 120 FEEL MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 FEEL',
 'vin': 'VF73ABHZMJJ658287',
 'year': 2018}
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520DWO%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Saving data for KT18%20DWO: {'auction_closing_time': 1774864800.0, 'created_time': 1774130939.089396, 'last_price_update_time': 1774851790.552413}
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT18%2520DWO') HTTP/1.1" 204 0
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: LO72%20UJK
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520UJK%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for LO72%20UJK: 0
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: LS70%20HWZ
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520HWZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for LS70%20HWZ: 0
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: MD72%20VXP
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VXP%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for MD72%20VXP: 0
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: MD72%20VZK
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VZK%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for MD72%20VZK: 0
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: MJ72%20FCZ
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520FCZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for MJ72%20FCZ: 0
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: OE71%20BZO
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520BZO%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for OE71%20BZO: 0
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: OV23%20DKF
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520DKF%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for OV23%20DKF: 0
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: DL22%20MKZ
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL22%2520MKZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for DL22%20MKZ: 2
2026-03-30 06:23:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc6664d6-a156-5e50-a39e-04d3062ae710 with identifier: DL22%20MKZ
2026-03-30 06:23:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc6664d6-a156-5e50-a39e-04d3062ae710 with scrape type 2
2026-03-30 06:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc6664d6-a156-5e50-a39e-04d3062ae710 with scrape type 2
2026-03-30 06:23:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc6664d6-a156-5e50-a39e-04d3062ae710, identifier: DL22%20MKZ
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: LV66%20EBL
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV66%2520EBL%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for LV66%20EBL: 0
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: LT15%20VLH
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520VLH%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for LT15%20VLH: 0
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: FY71%20OWA
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520OWA%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for FY71%20OWA: 0
2026-03-30 06:23:10 [bca.uk] INFO: Found listing with ID: EX23%20AZZ
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520AZZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:10 [bca.uk] INFO: Scrape type for EX23%20AZZ: 2
2026-03-30 06:23:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f5685aa-0034-5990-8fd3-739aec9d6a0e with identifier: EX23%20AZZ
2026-03-30 06:23:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f5685aa-0034-5990-8fd3-739aec9d6a0e with scrape type 2
2026-03-30 06:23:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f5685aa-0034-5990-8fd3-739aec9d6a0e with scrape type 2
2026-03-30 06:23:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f5685aa-0034-5990-8fd3-739aec9d6a0e, identifier: EX23%20AZZ
2026-03-30 06:23:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc6664d6-a156-5e50-a39e-04d3062ae710 with identifier: DL22%20MKZ
2026-03-30 06:23:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc6664d6-a156-5e50-a39e-04d3062ae710 with identifier: DL22%20MKZ
2026-03-30 06:23:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc6664d6-a156-5e50-a39e-04d3062ae710 with identifier: DL22%20MKZ to the API
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL22%20MKZ-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': 'bc6664d6-a156-5e50-a39e-04d3062ae710',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL22 MKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL22%20MKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 24538,
 'odometer_reading_unit': '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 XDRIVE 30E M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT',
 'vin': 'WBA62DP0509M99386',
 'year': 2022}
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL22%2520MKZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:11 [bca.uk] INFO: Saving data for DL22%20MKZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774620976.485675, 'last_price_update_time': 1774851791.239054}
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL22%2520MKZ') HTTP/1.1" 204 0
2026-03-30 06:23:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f5685aa-0034-5990-8fd3-739aec9d6a0e with identifier: EX23%20AZZ
2026-03-30 06:23:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f5685aa-0034-5990-8fd3-739aec9d6a0e with identifier: EX23%20AZZ
2026-03-30 06:23:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f5685aa-0034-5990-8fd3-739aec9d6a0e with identifier: EX23%20AZZ to the API
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX23%20AZZ-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f5685aa-0034-5990-8fd3-739aec9d6a0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX23 AZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX23%20AZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'DACIA',
 'model': 'DUSTER',
 'odometer': 17138,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DACIA DUSTER 1.0 TCE 90 EXPRESSION StationWagon',
 'transmission': 'manual',
 'trim': 'TCE 90 EXPRESSION',
 'vin': 'VF1HJD20070506652',
 'year': 2023}
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520AZZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:11 [bca.uk] INFO: Saving data for EX23%20AZZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774621012.933683, 'last_price_update_time': 1774851791.634539}
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX23%2520AZZ') HTTP/1.1" 204 0
2026-03-30 06:23:11 [bca.uk] INFO: Found listing with ID: DS71%20HBF
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS71%2520HBF%27 HTTP/1.1" 200 None
2026-03-30 06:23:11 [bca.uk] INFO: Scrape type for DS71%20HBF: 2
2026-03-30 06:23:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba597570-2a08-55da-8c3d-1d0fbb0e7ef4 with identifier: DS71%20HBF
2026-03-30 06:23:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba597570-2a08-55da-8c3d-1d0fbb0e7ef4 with scrape type 2
2026-03-30 06:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba597570-2a08-55da-8c3d-1d0fbb0e7ef4 with scrape type 2
2026-03-30 06:23:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba597570-2a08-55da-8c3d-1d0fbb0e7ef4, identifier: DS71%20HBF
2026-03-30 06:23:11 [bca.uk] INFO: Found listing with ID: MV22%20NMO
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520NMO%27 HTTP/1.1" 200 None
2026-03-30 06:23:11 [bca.uk] INFO: Scrape type for MV22%20NMO: 2
2026-03-30 06:23:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1151bcb6-f7fb-5160-a613-bf906e46c2df with identifier: MV22%20NMO
2026-03-30 06:23:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1151bcb6-f7fb-5160-a613-bf906e46c2df with scrape type 2
2026-03-30 06:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1151bcb6-f7fb-5160-a613-bf906e46c2df with scrape type 2
2026-03-30 06:23:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1151bcb6-f7fb-5160-a613-bf906e46c2df, identifier: MV22%20NMO
2026-03-30 06:23:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba597570-2a08-55da-8c3d-1d0fbb0e7ef4 with identifier: DS71%20HBF
2026-03-30 06:23:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba597570-2a08-55da-8c3d-1d0fbb0e7ef4 with identifier: DS71%20HBF
2026-03-30 06:23:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba597570-2a08-55da-8c3d-1d0fbb0e7ef4 with identifier: DS71%20HBF to the API
2026-03-30 06:23:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 39,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS71%20HBF-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': 'ba597570-2a08-55da-8c3d-1d0fbb0e7ef4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS71 HBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS71%20HBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 57465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X2 1.5 XDRIVE 25E SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E SPORT',
 'vin': 'WBAYN920505U74063',
 'year': 2022}
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS71%2520HBF%27 HTTP/1.1" 200 None
2026-03-30 06:23:12 [bca.uk] INFO: Saving data for DS71%20HBF: {'auction_closing_time': 1774951200.0, 'created_time': 1774620977.881074, 'last_price_update_time': 1774851792.146944}
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS71%2520HBF') HTTP/1.1" 204 0
2026-03-30 06:23:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1151bcb6-f7fb-5160-a613-bf906e46c2df with identifier: MV22%20NMO
2026-03-30 06:23:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1151bcb6-f7fb-5160-a613-bf906e46c2df with identifier: MV22%20NMO
2026-03-30 06:23:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1151bcb6-f7fb-5160-a613-bf906e46c2df with identifier: MV22%20NMO to the API
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV22%20NMO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1151bcb6-f7fb-5160-a613-bf906e46c2df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MV22 NMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV22%20NMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 54172,
 'odometer_reading_unit': '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': 'LRWYHCEK0NC233886',
 'year': 2022}
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520NMO%27 HTTP/1.1" 200 None
2026-03-30 06:23:12 [bca.uk] INFO: Saving data for MV22%20NMO: {'auction_closing_time': 1774951200.0, 'created_time': 1774620998.732057, 'last_price_update_time': 1774851792.435721}
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV22%2520NMO') HTTP/1.1" 204 0
2026-03-30 06:23:12 [bca.uk] INFO: Found listing with ID: DY23%20EZG
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520EZG%27 HTTP/1.1" 200 None
2026-03-30 06:23:12 [bca.uk] INFO: Scrape type for DY23%20EZG: 2
2026-03-30 06:23:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f5af935-7103-5b89-934c-67d870feb74d with identifier: DY23%20EZG
2026-03-30 06:23:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f5af935-7103-5b89-934c-67d870feb74d with scrape type 2
2026-03-30 06:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f5af935-7103-5b89-934c-67d870feb74d with scrape type 2
2026-03-30 06:23:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f5af935-7103-5b89-934c-67d870feb74d, identifier: DY23%20EZG
2026-03-30 06:23:12 [bca.uk] INFO: Found listing with ID: OV23%20SJU
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520SJU%27 HTTP/1.1" 200 None
2026-03-30 06:23:12 [bca.uk] INFO: Scrape type for OV23%20SJU: 2
2026-03-30 06:23:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47cdf808-82fa-509c-a2d9-b65a4a7f709a with identifier: OV23%20SJU
2026-03-30 06:23:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47cdf808-82fa-509c-a2d9-b65a4a7f709a with scrape type 2
2026-03-30 06:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47cdf808-82fa-509c-a2d9-b65a4a7f709a with scrape type 2
2026-03-30 06:23:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47cdf808-82fa-509c-a2d9-b65a4a7f709a, identifier: OV23%20SJU
2026-03-30 06:23:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f5af935-7103-5b89-934c-67d870feb74d with identifier: DY23%20EZG
2026-03-30 06:23:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f5af935-7103-5b89-934c-67d870feb74d with identifier: DY23%20EZG
2026-03-30 06:23:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f5af935-7103-5b89-934c-67d870feb74d with identifier: DY23%20EZG to the API
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY23%20EZG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5f5af935-7103-5b89-934c-67d870feb74d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY23 EZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY23%20EZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 20643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 2 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 2',
 'vin': 'KNACP811UP5032044',
 'year': 2023}
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520EZG%27 HTTP/1.1" 200 None
2026-03-30 06:23:12 [bca.uk] INFO: Saving data for DY23%20EZG: {'auction_closing_time': 1774951200.0, 'created_time': 1774620956.9379, 'last_price_update_time': 1774851792.936837}
2026-03-30 06:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY23%2520EZG') HTTP/1.1" 204 0
2026-03-30 06:23:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47cdf808-82fa-509c-a2d9-b65a4a7f709a with identifier: OV23%20SJU
2026-03-30 06:23:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47cdf808-82fa-509c-a2d9-b65a4a7f709a with identifier: OV23%20SJU
2026-03-30 06:23:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47cdf808-82fa-509c-a2d9-b65a4a7f709a with identifier: OV23%20SJU to the API
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20SJU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '47cdf808-82fa-509c-a2d9-b65a4a7f709a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV23 SJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20SJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 16993,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 78KWH SM2 LONG RANGE',
 'vin': 'YSMVSEGE9PL152600',
 'year': 2023}
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520SJU%27 HTTP/1.1" 200 None
2026-03-30 06:23:13 [bca.uk] INFO: Saving data for OV23%20SJU: {'auction_closing_time': 1774951200.0, 'created_time': 1774620964.67129, 'last_price_update_time': 1774851793.369656}
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520SJU') HTTP/1.1" 204 0
2026-03-30 06:23:13 [bca.uk] INFO: Found listing with ID: FE72%20THK
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE72%2520THK%27 HTTP/1.1" 200 None
2026-03-30 06:23:13 [bca.uk] INFO: Scrape type for FE72%20THK: 2
2026-03-30 06:23:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9799260-c108-558e-854e-3a54ab7f1b2f with identifier: FE72%20THK
2026-03-30 06:23:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9799260-c108-558e-854e-3a54ab7f1b2f with scrape type 2
2026-03-30 06:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9799260-c108-558e-854e-3a54ab7f1b2f with scrape type 2
2026-03-30 06:23:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9799260-c108-558e-854e-3a54ab7f1b2f, identifier: FE72%20THK
2026-03-30 06:23:13 [bca.uk] INFO: Found listing with ID: WM72%20CKF
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520CKF%27 HTTP/1.1" 200 None
2026-03-30 06:23:13 [bca.uk] INFO: Scrape type for WM72%20CKF: 2
2026-03-30 06:23:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 600b2991-863c-57b6-a361-f72fb34c6adf with identifier: WM72%20CKF
2026-03-30 06:23:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 600b2991-863c-57b6-a361-f72fb34c6adf with scrape type 2
2026-03-30 06:23:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 600b2991-863c-57b6-a361-f72fb34c6adf with scrape type 2
2026-03-30 06:23:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 600b2991-863c-57b6-a361-f72fb34c6adf, identifier: WM72%20CKF
2026-03-30 06:23:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9799260-c108-558e-854e-3a54ab7f1b2f with identifier: FE72%20THK
2026-03-30 06:23:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9799260-c108-558e-854e-3a54ab7f1b2f with identifier: FE72%20THK
2026-03-30 06:23:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9799260-c108-558e-854e-3a54ab7f1b2f with identifier: FE72%20THK to the API
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE72%20THK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9799260-c108-558e-854e-3a54ab7f1b2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE72 THK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE72%20THK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'MUSTANG',
 'odometer': 8210,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD MUSTANG 5.0 V8 450 GT Coupe',
 'transmission': 'automatic',
 'trim': 'V8 450 GT',
 'vin': '1FA6P8NF0N5126800',
 'year': 2022}
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE72%2520THK%27 HTTP/1.1" 200 None
2026-03-30 06:23:13 [bca.uk] INFO: Saving data for FE72%20THK: {'auction_closing_time': 1774951200.0, 'created_time': 1774620958.777762, 'last_price_update_time': 1774851793.87918}
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE72%2520THK') HTTP/1.1" 204 0
2026-03-30 06:23:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 600b2991-863c-57b6-a361-f72fb34c6adf with identifier: WM72%20CKF
2026-03-30 06:23:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 600b2991-863c-57b6-a361-f72fb34c6adf with identifier: WM72%20CKF
2026-03-30 06:23:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 600b2991-863c-57b6-a361-f72fb34c6adf with identifier: WM72%20CKF to the API
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM72%20CKF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '600b2991-863c-57b6-a361-f72fb34c6adf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WM72 CKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM72%20CKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 48518,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS2PC580511',
 'year': 2022}
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520CKF%27 HTTP/1.1" 200 None
2026-03-30 06:23:14 [bca.uk] INFO: Saving data for WM72%20CKF: {'auction_closing_time': 1774951200.0, 'created_time': 1774621001.22324, 'last_price_update_time': 1774851794.167659}
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM72%2520CKF') HTTP/1.1" 204 0
2026-03-30 06:23:14 [bca.uk] INFO: Found listing with ID: GJ22%20SFE
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520SFE%27 HTTP/1.1" 200 None
2026-03-30 06:23:14 [bca.uk] INFO: Scrape type for GJ22%20SFE: 2
2026-03-30 06:23:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebe78741-0dc0-5c47-a911-2cdbac1d9e43 with identifier: GJ22%20SFE
2026-03-30 06:23:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebe78741-0dc0-5c47-a911-2cdbac1d9e43 with scrape type 2
2026-03-30 06:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebe78741-0dc0-5c47-a911-2cdbac1d9e43 with scrape type 2
2026-03-30 06:23:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebe78741-0dc0-5c47-a911-2cdbac1d9e43, identifier: GJ22%20SFE
2026-03-30 06:23:14 [bca.uk] INFO: Found listing with ID: YR71%20DXV
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520DXV%27 HTTP/1.1" 200 None
2026-03-30 06:23:14 [bca.uk] INFO: Scrape type for YR71%20DXV: 2
2026-03-30 06:23:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26280e45-462d-552e-8663-73f0d567b5c0 with identifier: YR71%20DXV
2026-03-30 06:23:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26280e45-462d-552e-8663-73f0d567b5c0 with scrape type 2
2026-03-30 06:23:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26280e45-462d-552e-8663-73f0d567b5c0 with scrape type 2
2026-03-30 06:23:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26280e45-462d-552e-8663-73f0d567b5c0, identifier: YR71%20DXV
2026-03-30 06:23:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebe78741-0dc0-5c47-a911-2cdbac1d9e43 with identifier: GJ22%20SFE
2026-03-30 06:23:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebe78741-0dc0-5c47-a911-2cdbac1d9e43 with identifier: GJ22%20SFE
2026-03-30 06:23:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebe78741-0dc0-5c47-a911-2cdbac1d9e43 with identifier: GJ22%20SFE to the API
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ22%20SFE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ebe78741-0dc0-5c47-a911-2cdbac1d9e43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ22 SFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ22%20SFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 36787,
 'odometer_reading_unit': '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': 'LRWYHCEK2NC250270',
 'year': 2022}
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520SFE%27 HTTP/1.1" 200 None
2026-03-30 06:23:14 [bca.uk] INFO: Saving data for GJ22%20SFE: {'auction_closing_time': 1774951200.0, 'created_time': 1774620960.313438, 'last_price_update_time': 1774851794.687249}
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520SFE') HTTP/1.1" 204 0
2026-03-30 06:23:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:23:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26280e45-462d-552e-8663-73f0d567b5c0 with identifier: YR71%20DXV
2026-03-30 06:23:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26280e45-462d-552e-8663-73f0d567b5c0 with identifier: YR71%20DXV
2026-03-30 06:23:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26280e45-462d-552e-8663-73f0d567b5c0 with identifier: YR71%20DXV to the API
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR71%20DXV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '26280e45-462d-552e-8663-73f0d567b5c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR71 DXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR71%20DXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'MUSTANG MACH-E',
 'odometer': 53357,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD MUSTANG MACH-E 198KW 68KWH RWD STANDARD RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '198KW 68KWH RWD STANDARD RANGE',
 'vin': 'WF0TR1RM7MMA29587',
 'year': 2021}
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520DXV%27 HTTP/1.1" 200 None
2026-03-30 06:23:14 [bca.uk] INFO: Saving data for YR71%20DXV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621002.743749, 'last_price_update_time': 1774851794.987258}
2026-03-30 06:23:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR71%2520DXV') HTTP/1.1" 204 0
2026-03-30 06:23:15 [bca.uk] INFO: Found listing with ID: GK68%20MHN
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK68%2520MHN%27 HTTP/1.1" 200 None
2026-03-30 06:23:15 [bca.uk] INFO: Scrape type for GK68%20MHN: 2
2026-03-30 06:23:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32d86ea0-fb3b-5118-87b3-76a51878e785 with identifier: GK68%20MHN
2026-03-30 06:23:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32d86ea0-fb3b-5118-87b3-76a51878e785 with scrape type 2
2026-03-30 06:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32d86ea0-fb3b-5118-87b3-76a51878e785 with scrape type 2
2026-03-30 06:23:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32d86ea0-fb3b-5118-87b3-76a51878e785, identifier: GK68%20MHN
2026-03-30 06:23:15 [bca.uk] INFO: Found listing with ID: DF21%20ARU
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520ARU%27 HTTP/1.1" 200 None
2026-03-30 06:23:15 [bca.uk] INFO: Scrape type for DF21%20ARU: 2
2026-03-30 06:23:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d22d4c0e-a30f-5a49-9eb9-d0fe5f7afafc with identifier: DF21%20ARU
2026-03-30 06:23:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d22d4c0e-a30f-5a49-9eb9-d0fe5f7afafc with scrape type 2
2026-03-30 06:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d22d4c0e-a30f-5a49-9eb9-d0fe5f7afafc with scrape type 2
2026-03-30 06:23:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d22d4c0e-a30f-5a49-9eb9-d0fe5f7afafc, identifier: DF21%20ARU
2026-03-30 06:23:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32d86ea0-fb3b-5118-87b3-76a51878e785 with identifier: GK68%20MHN
2026-03-30 06:23:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32d86ea0-fb3b-5118-87b3-76a51878e785 with identifier: GK68%20MHN
2026-03-30 06:23:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32d86ea0-fb3b-5118-87b3-76a51878e785 with identifier: GK68%20MHN to the API
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK68%20MHN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '32d86ea0-fb3b-5118-87b3-76a51878e785',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GK68 MHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK68%20MHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 94185,
 'odometer_reading_unit': '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 ED4 2WD SE TECH (5) StationWagon',
 'transmission': 'manual',
 'trim': 'ED4 2WD SE TECH (5)',
 'vin': 'SALCB2CN5JH750841',
 'year': 2018}
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK68%2520MHN%27 HTTP/1.1" 200 None
2026-03-30 06:23:15 [bca.uk] INFO: Saving data for GK68%20MHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774620949.691565, 'last_price_update_time': 1774851795.516996}
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK68%2520MHN') HTTP/1.1" 204 0
2026-03-30 06:23:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d22d4c0e-a30f-5a49-9eb9-d0fe5f7afafc with identifier: DF21%20ARU
2026-03-30 06:23:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d22d4c0e-a30f-5a49-9eb9-d0fe5f7afafc with identifier: DF21%20ARU
2026-03-30 06:23:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d22d4c0e-a30f-5a49-9eb9-d0fe5f7afafc with identifier: DF21%20ARU to the API
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF21%20ARU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd22d4c0e-a30f-5a49-9eb9-d0fe5f7afafc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DF21 ARU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF21%20ARU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 93469,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SEAT ATECA 1.5 TSI EVO 150 SE TECHNOLOGY DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI EVO 150 SE TECHNOLOGY DSG',
 'vin': 'VSSZZZ5FZM6529511',
 'year': 2021}
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520ARU%27 HTTP/1.1" 200 None
2026-03-30 06:23:15 [bca.uk] INFO: Saving data for DF21%20ARU: {'auction_closing_time': 1774951200.0, 'created_time': 1774620985.234899, 'last_price_update_time': 1774851795.817051}
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF21%2520ARU') HTTP/1.1" 204 0
2026-03-30 06:23:15 [bca.uk] INFO: Found listing with ID: HG21%20LPE
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG21%2520LPE%27 HTTP/1.1" 200 None
2026-03-30 06:23:15 [bca.uk] INFO: Scrape type for HG21%20LPE: 2
2026-03-30 06:23:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acdea263-33dd-5cf9-a043-46b2d7759c5a with identifier: HG21%20LPE
2026-03-30 06:23:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acdea263-33dd-5cf9-a043-46b2d7759c5a with scrape type 2
2026-03-30 06:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acdea263-33dd-5cf9-a043-46b2d7759c5a with scrape type 2
2026-03-30 06:23:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acdea263-33dd-5cf9-a043-46b2d7759c5a, identifier: HG21%20LPE
2026-03-30 06:23:15 [bca.uk] INFO: Found listing with ID: DG71%20YZP
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG71%2520YZP%27 HTTP/1.1" 200 None
2026-03-30 06:23:15 [bca.uk] INFO: Scrape type for DG71%20YZP: 2
2026-03-30 06:23:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfbe6734-3329-5413-b341-0ed619eb73fb with identifier: DG71%20YZP
2026-03-30 06:23:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfbe6734-3329-5413-b341-0ed619eb73fb with scrape type 2
2026-03-30 06:23:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfbe6734-3329-5413-b341-0ed619eb73fb with scrape type 2
2026-03-30 06:23:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfbe6734-3329-5413-b341-0ed619eb73fb, identifier: DG71%20YZP
2026-03-30 06:23:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acdea263-33dd-5cf9-a043-46b2d7759c5a with identifier: HG21%20LPE
2026-03-30 06:23:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acdea263-33dd-5cf9-a043-46b2d7759c5a with identifier: HG21%20LPE
2026-03-30 06:23:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acdea263-33dd-5cf9-a043-46b2d7759c5a with identifier: HG21%20LPE to the API
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG21%20LPE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'acdea263-33dd-5cf9-a043-46b2d7759c5a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HG21 LPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG21%20LPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 35382,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.8 VVT-I HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID DESIGN',
 'vin': 'SB1K93BE00E202532',
 'year': 2021}
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG21%2520LPE%27 HTTP/1.1" 200 None
2026-03-30 06:23:16 [bca.uk] INFO: Saving data for HG21%20LPE: {'auction_closing_time': 1774951200.0, 'created_time': 1774620949.048184, 'last_price_update_time': 1774851796.3458}
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG21%2520LPE') HTTP/1.1" 204 0
2026-03-30 06:23:16 [scrapy.extensions.logstats] INFO: Crawled 67 pages (at 6 pages/min), scraped 2488 items (at 96 items/min)
2026-03-30 06:23:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:23:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfbe6734-3329-5413-b341-0ed619eb73fb with identifier: DG71%20YZP
2026-03-30 06:23:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfbe6734-3329-5413-b341-0ed619eb73fb with identifier: DG71%20YZP
2026-03-30 06:23:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfbe6734-3329-5413-b341-0ed619eb73fb with identifier: DG71%20YZP to the API
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 27,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG71%20YZP-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': 'dfbe6734-3329-5413-b341-0ed619eb73fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DG71 YZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG71%20YZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CUPRA',
 'model': 'FORMENTOR',
 'odometer': 43672,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CUPRA FORMENTOR 1.4 E-HYBRID 205 V1 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-HYBRID 205 V1 DSG',
 'vin': 'VSSZZZKMZNR001441',
 'year': 2021}
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG71%2520YZP%27 HTTP/1.1" 200 None
2026-03-30 06:23:16 [bca.uk] INFO: Saving data for DG71%20YZP: {'auction_closing_time': 1774951200.0, 'created_time': 1774620988.680943, 'last_price_update_time': 1774851796.727067}
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG71%2520YZP') HTTP/1.1" 204 0
2026-03-30 06:23:16 [bca.uk] INFO: Found listing with ID: LB70%20VXM
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520VXM%27 HTTP/1.1" 200 None
2026-03-30 06:23:16 [bca.uk] INFO: Scrape type for LB70%20VXM: 2
2026-03-30 06:23:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdaa1d7f-baaa-59a1-b228-b30e539741d4 with identifier: LB70%20VXM
2026-03-30 06:23:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdaa1d7f-baaa-59a1-b228-b30e539741d4 with scrape type 2
2026-03-30 06:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdaa1d7f-baaa-59a1-b228-b30e539741d4 with scrape type 2
2026-03-30 06:23:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdaa1d7f-baaa-59a1-b228-b30e539741d4, identifier: LB70%20VXM
2026-03-30 06:23:16 [bca.uk] INFO: Total items found: 100
2026-03-30 06:23:16 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded
2026-03-30 06:23:16 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:23:16 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:16 [bca.uk] INFO: Found listing with ID: FN21%20PZX
2026-03-30 06:23:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN21%2520PZX%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for FN21%20PZX: 2
2026-03-30 06:23:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be193015-0af6-57fb-856e-7dd571529c19 with identifier: FN21%20PZX
2026-03-30 06:23:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be193015-0af6-57fb-856e-7dd571529c19 with scrape type 2
2026-03-30 06:23:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be193015-0af6-57fb-856e-7dd571529c19 with scrape type 2
2026-03-30 06:23:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be193015-0af6-57fb-856e-7dd571529c19, identifier: FN21%20PZX
2026-03-30 06:23:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdaa1d7f-baaa-59a1-b228-b30e539741d4 with identifier: LB70%20VXM
2026-03-30 06:23:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdaa1d7f-baaa-59a1-b228-b30e539741d4 with identifier: LB70%20VXM
2026-03-30 06:23:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdaa1d7f-baaa-59a1-b228-b30e539741d4 with identifier: LB70%20VXM to the API
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB70%20VXM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fdaa1d7f-baaa-59a1-b228-b30e539741d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB70 VXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB70%20VXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL X',
 'odometer': 63776,
 'odometer_reading_unit': '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 X 100KWH D/M LONG RANGE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': '100KWH D/M LONG RANGE (7ST)',
 'vin': '5YJXDCE28MF312959',
 'year': 2020}
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520VXM%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Saving data for LB70%20VXM: {'auction_closing_time': 1774951200.0, 'created_time': 1774620950.959348, 'last_price_update_time': 1774851797.389656}
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB70%2520VXM') HTTP/1.1" 204 0
2026-03-30 06:23:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be193015-0af6-57fb-856e-7dd571529c19 with identifier: FN21%20PZX
2026-03-30 06:23:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be193015-0af6-57fb-856e-7dd571529c19 with identifier: FN21%20PZX
2026-03-30 06:23:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be193015-0af6-57fb-856e-7dd571529c19 with identifier: FN21%20PZX to the API
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN21%20PZX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be193015-0af6-57fb-856e-7dd571529c19',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FN21 PZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN21%20PZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SEAT',
 'model': 'ARONA',
 'odometer': 32342,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SEAT ARONA 1.0 TSI 110 FR EZ Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 FR EZ',
 'vin': 'VSSZZZKJZMR078575',
 'year': 2021}
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN21%2520PZX%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Saving data for FN21%20PZX: {'auction_closing_time': 1774951200.0, 'created_time': 1774620989.604237, 'last_price_update_time': 1774851797.73116}
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN21%2520PZX') HTTP/1.1" 204 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: AJ72%20HYW
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520HYW%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for AJ72%20HYW: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: AV71%20OSG
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520OSG%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for AV71%20OSG: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: ME73%20XWF
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XWF%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for ME73%20XWF: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: ME73%20XWO
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XWO%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for ME73%20XWO: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: ME73%20XYF
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520XYF%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for ME73%20XYF: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: AJ22%20CXY
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520CXY%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for AJ22%20CXY: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: BK22%20PHU
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PHU%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for BK22%20PHU: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: FN22%20OMM
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520OMM%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for FN22%20OMM: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: LA16%20UYV
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA16%2520UYV%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for LA16%20UYV: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: LS21%20BVN
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520BVN%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for LS21%20BVN: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: MA22%20VJO
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520VJO%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for MA22%20VJO: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: MA22%20ZPE
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520ZPE%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for MA22%20ZPE: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: YO21%20VLX
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO21%2520VLX%27 HTTP/1.1" 200 None
2026-03-30 06:23:17 [bca.uk] INFO: Scrape type for YO21%20VLX: 0
2026-03-30 06:23:17 [bca.uk] INFO: Found listing with ID: YO23%20XXP
2026-03-30 06:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO23%2520XXP%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for YO23%20XXP: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: BP72%20UJX
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520UJX%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for BP72%20UJX: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: CE74%20BWK
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE74%2520BWK%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for CE74%20BWK: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: YA74%20AJX
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA74%2520AJX%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for YA74%20AJX: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: BK23%20JKU
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520JKU%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for BK23%20JKU: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: DE22%20AOO
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520AOO%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for DE22%20AOO: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: EO21%20BZD
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520BZD%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for EO21%20BZD: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: FT72%20LSC
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT72%2520LSC%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for FT72%20LSC: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: GL72%20UXZ
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UXZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for GL72%20UXZ: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: GP21%20MDZ
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP21%2520MDZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for GP21%20MDZ: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: LB72%20WNP
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520WNP%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for LB72%20WNP: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: LB72%20WRG
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520WRG%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for LB72%20WRG: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: LM70%20XKP
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520XKP%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for LM70%20XKP: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: WX22%20WJJ
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520WJJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for WX22%20WJJ: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: YR71%20HVM
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520HVM%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for YR71%20HVM: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: YG22%20WVA
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520WVA%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for YG22%20WVA: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: DA72%20XMR
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520XMR%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for DA72%20XMR: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: GV21%20XPJ
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV21%2520XPJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for GV21%20XPJ: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: HV22%20VCL
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520VCL%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for HV22%20VCL: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: MD72%20WLP
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WLP%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for MD72%20WLP: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: ND71%20XDT
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND71%2520XDT%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for ND71%20XDT: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: NJ23%20LRU
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LRU%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for NJ23%20LRU: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: NJ24%20UTY
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UTY%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for NJ24%20UTY: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: NJ24%20UVN
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UVN%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for NJ24%20UVN: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: PE22%20XGD
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE22%2520XGD%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for PE22%20XGD: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: PX71%20JVU
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX71%2520JVU%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for PX71%20JVU: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: YB70%20VZO
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB70%2520VZO%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for YB70%20VZO: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: BD72%20YOV
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520YOV%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for BD72%20YOV: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: WJ22%20BHP
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ22%2520BHP%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for WJ22%20BHP: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: V24%20VJT
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V24%2520VJT%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for V24%20VJT: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: BN22%20OLK
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN22%2520OLK%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for BN22%20OLK: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: LR21%20VDZ
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR21%2520VDZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for LR21%20VDZ: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: OV71%20RVA
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520RVA%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for OV71%20RVA: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: RF68%20BBK
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520BBK%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for RF68%20BBK: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: RO22%20EUR
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUR%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for RO22%20EUR: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: RY18%20ZFG
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY18%2520ZFG%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for RY18%20ZFG: 2
2026-03-30 06:23:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be8c3f39-44cb-5705-aa06-ebf018a09329 with identifier: RY18%20ZFG
2026-03-30 06:23:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be8c3f39-44cb-5705-aa06-ebf018a09329 with scrape type 2
2026-03-30 06:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be8c3f39-44cb-5705-aa06-ebf018a09329 with scrape type 2
2026-03-30 06:23:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be8c3f39-44cb-5705-aa06-ebf018a09329, identifier: RY18%20ZFG
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: PX25%20WJN
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX25%2520WJN%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for PX25%20WJN: 0
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: VN23%20ZTK
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN23%2520ZTK%27 HTTP/1.1" 200 None
2026-03-30 06:23:18 [bca.uk] INFO: Scrape type for VN23%20ZTK: 2
2026-03-30 06:23:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with identifier: VN23%20ZTK
2026-03-30 06:23:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with scrape type 2
2026-03-30 06:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with scrape type 2
2026-03-30 06:23:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c2a61fb-55cd-5be7-a589-b5ead873eb8a, identifier: VN23%20ZTK
2026-03-30 06:23:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:18 [bca.uk] INFO: Found listing with ID: FX23%20MJF
2026-03-30 06:23:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520MJF%27 HTTP/1.1" 200 None
2026-03-30 06:23:19 [bca.uk] INFO: Scrape type for FX23%20MJF: 2
2026-03-30 06:23:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 900c647c-1371-5686-963e-aa6fa4a07823 with identifier: FX23%20MJF
2026-03-30 06:23:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 900c647c-1371-5686-963e-aa6fa4a07823 with scrape type 2
2026-03-30 06:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 900c647c-1371-5686-963e-aa6fa4a07823 with scrape type 2
2026-03-30 06:23:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 900c647c-1371-5686-963e-aa6fa4a07823, identifier: FX23%20MJF
2026-03-30 06:23:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be8c3f39-44cb-5705-aa06-ebf018a09329 with identifier: RY18%20ZFG
2026-03-30 06:23:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be8c3f39-44cb-5705-aa06-ebf018a09329 with identifier: RY18%20ZFG
2026-03-30 06:23:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be8c3f39-44cb-5705-aa06-ebf018a09329 with identifier: RY18%20ZFG to the API
2026-03-30 06:23:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'be8c3f39-44cb-5705-aa06-ebf018a09329',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RY18 ZFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY18%20ZFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 109118,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA TOURER 1.6 CDTI 16V 110 DESIGN Estate',
 'transmission': 'manual',
 'trim': 'CDTI 16V 110 DESIGN',
 'vin': 'W0VBD8EK9J8052967',
 'year': 2018}
2026-03-30 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY18%2520ZFG%27 HTTP/1.1" 200 None
2026-03-30 06:23:19 [bca.uk] INFO: Saving data for RY18%20ZFG: {'auction_closing_time': 1774951200.0, 'created_time': 1774536349.334328, 'last_price_update_time': 1774851799.627045}
2026-03-30 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY18%2520ZFG') HTTP/1.1" 204 0
2026-03-30 06:23:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with identifier: VN23%20ZTK
2026-03-30 06:23:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with identifier: VN23%20ZTK
2026-03-30 06:23:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c2a61fb-55cd-5be7-a589-b5ead873eb8a with identifier: VN23%20ZTK to the API
2026-03-30 06:23:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN23%20ZTK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4c2a61fb-55cd-5be7-a589-b5ead873eb8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN23 ZTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN23%20ZTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10085,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ULTIMATE',
 'vin': 'VXKUPHNEKP4090033',
 'year': 2023}
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN23%2520ZTK%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Saving data for VN23%20ZTK: {'auction_closing_time': 1774951200.0, 'created_time': 1773834274.057067, 'last_price_update_time': 1774851800.026487}
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN23%2520ZTK') HTTP/1.1" 204 0
2026-03-30 06:23: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:23:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 900c647c-1371-5686-963e-aa6fa4a07823 with identifier: FX23%20MJF
2026-03-30 06:23:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 900c647c-1371-5686-963e-aa6fa4a07823 with identifier: FX23%20MJF
2026-03-30 06:23:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 900c647c-1371-5686-963e-aa6fa4a07823 with identifier: FX23%20MJF to the API
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX23%20MJF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '900c647c-1371-5686-963e-aa6fa4a07823',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FX23 MJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX23%20MJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MAZDA',
 'model': 'MX-30 E',
 'odometer': 12359,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-30 E 107KW 35.5KWH PRIME LINE Hatchback',
 'transmission': 'automatic',
 'trim': '107KW 35.5KWH PRIME LINE',
 'vin': 'JMZDR1WBJ00208123',
 'year': 2023}
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520MJF%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Saving data for FX23%20MJF: {'auction_closing_time': 1774951200.0, 'created_time': 1774620961.13352, 'last_price_update_time': 1774851800.325522}
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX23%2520MJF') HTTP/1.1" 204 0
2026-03-30 06:23:20 [bca.uk] INFO: Found listing with ID: GY72%20KBZ
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520KBZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Scrape type for GY72%20KBZ: 2
2026-03-30 06:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b57db06-048e-5180-a3a0-201ab2dc6b5f with identifier: GY72%20KBZ
2026-03-30 06:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b57db06-048e-5180-a3a0-201ab2dc6b5f with scrape type 2
2026-03-30 06:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b57db06-048e-5180-a3a0-201ab2dc6b5f with scrape type 2
2026-03-30 06:23:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b57db06-048e-5180-a3a0-201ab2dc6b5f, identifier: GY72%20KBZ
2026-03-30 06:23:20 [bca.uk] INFO: Found listing with ID: ML22%20AFA
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520AFA%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Scrape type for ML22%20AFA: 0
2026-03-30 06:23:20 [bca.uk] INFO: Found listing with ID: ML22%20EWK
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520EWK%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Scrape type for ML22%20EWK: 0
2026-03-30 06:23:20 [bca.uk] INFO: Found listing with ID: MV71%20KRK
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520KRK%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Scrape type for MV71%20KRK: 0
2026-03-30 06:23:20 [bca.uk] INFO: Found listing with ID: MV71%20KSJ
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520KSJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Scrape type for MV71%20KSJ: 0
2026-03-30 06:23:20 [bca.uk] INFO: Found listing with ID: NG71%20FKJ
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520FKJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Scrape type for NG71%20FKJ: 0
2026-03-30 06:23:20 [bca.uk] INFO: Found listing with ID: WK24%20EHS
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK24%2520EHS%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Scrape type for WK24%20EHS: 0
2026-03-30 06:23:20 [bca.uk] INFO: Found listing with ID: WN22%20KWJ
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520KWJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Scrape type for WN22%20KWJ: 0
2026-03-30 06:23:20 [bca.uk] INFO: Found listing with ID: YGZ%204681
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25204681%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Scrape type for YGZ%204681: 0
2026-03-30 06:23:20 [bca.uk] INFO: Found listing with ID: BL72%20KHV
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520KHV%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Scrape type for BL72%20KHV: 2
2026-03-30 06:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d89a61a1-0272-5f15-83c9-682d9db794d9 with identifier: BL72%20KHV
2026-03-30 06:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d89a61a1-0272-5f15-83c9-682d9db794d9 with scrape type 2
2026-03-30 06:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d89a61a1-0272-5f15-83c9-682d9db794d9 with scrape type 2
2026-03-30 06:23:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d89a61a1-0272-5f15-83c9-682d9db794d9, identifier: BL72%20KHV
2026-03-30 06:23:20 [bca.uk] INFO: Found listing with ID: GV72%20MZZ
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520MZZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:20 [bca.uk] INFO: Scrape type for GV72%20MZZ: 2
2026-03-30 06:23:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cedf29d-1d8c-5924-8acd-daac6f99e709 with identifier: GV72%20MZZ
2026-03-30 06:23:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cedf29d-1d8c-5924-8acd-daac6f99e709 with scrape type 2
2026-03-30 06:23:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cedf29d-1d8c-5924-8acd-daac6f99e709 with scrape type 2
2026-03-30 06:23:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cedf29d-1d8c-5924-8acd-daac6f99e709, identifier: GV72%20MZZ
2026-03-30 06:23:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b57db06-048e-5180-a3a0-201ab2dc6b5f with identifier: GY72%20KBZ
2026-03-30 06:23:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b57db06-048e-5180-a3a0-201ab2dc6b5f with identifier: GY72%20KBZ
2026-03-30 06:23:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b57db06-048e-5180-a3a0-201ab2dc6b5f with identifier: GY72%20KBZ to the API
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY72%20KBZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1b57db06-048e-5180-a3a0-201ab2dc6b5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY72 KBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY72%20KBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 73015,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE (110KC) Hatchback',
 'transmission': 'automatic',
 'trim': '109KW 52KWH LIFE PURE (110KC)',
 'vin': 'WVGZZZE2ZPE006281',
 'year': 2022}
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520KBZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:21 [bca.uk] INFO: Saving data for GY72%20KBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773834195.376531, 'last_price_update_time': 1774851801.102233}
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY72%2520KBZ') HTTP/1.1" 204 0
2026-03-30 06:23:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d89a61a1-0272-5f15-83c9-682d9db794d9 with identifier: BL72%20KHV
2026-03-30 06:23:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d89a61a1-0272-5f15-83c9-682d9db794d9 with identifier: BL72%20KHV
2026-03-30 06:23:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d89a61a1-0272-5f15-83c9-682d9db794d9 with identifier: BL72%20KHV to the API
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL72%20KHV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd89a61a1-0272-5f15-83c9-682d9db794d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BL72 KHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL72%20KHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 31423,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS6PC621030',
 'year': 2022}
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520KHV%27 HTTP/1.1" 200 None
2026-03-30 06:23:21 [bca.uk] INFO: Saving data for BL72%20KHV: {'auction_closing_time': 1774951200.0, 'created_time': 1774536413.297439, 'last_price_update_time': 1774851801.507129}
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL72%2520KHV') HTTP/1.1" 204 0
2026-03-30 06:23:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cedf29d-1d8c-5924-8acd-daac6f99e709 with identifier: GV72%20MZZ
2026-03-30 06:23:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cedf29d-1d8c-5924-8acd-daac6f99e709 with identifier: GV72%20MZZ
2026-03-30 06:23:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cedf29d-1d8c-5924-8acd-daac6f99e709 with identifier: GV72%20MZZ to the API
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV72%20MZZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5cedf29d-1d8c-5924-8acd-daac6f99e709',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV72 MZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV72%20MZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 33370,
 'odometer_reading_unit': '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 CLA 180 1.3 AMG LINE PREMIUM+ NIGHT ED.DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM+ NIGHT ED.DCT',
 'vin': 'W1K5J8EB9PN371270',
 'year': 2023}
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520MZZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:21 [bca.uk] INFO: Saving data for GV72%20MZZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774620964.267326, 'last_price_update_time': 1774851801.790157}
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520MZZ') HTTP/1.1" 204 0
2026-03-30 06:23:21 [bca.uk] INFO: Found listing with ID: FT63%20UOP
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520UOP%27 HTTP/1.1" 200 None
2026-03-30 06:23:21 [bca.uk] INFO: Scrape type for FT63%20UOP: 0
2026-03-30 06:23:21 [bca.uk] INFO: Found listing with ID: FD72%20BGK
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520BGK%27 HTTP/1.1" 200 None
2026-03-30 06:23:21 [bca.uk] INFO: Scrape type for FD72%20BGK: 0
2026-03-30 06:23:21 [bca.uk] INFO: Found listing with ID: MM72%20BYZ
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520BYZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:21 [bca.uk] INFO: Scrape type for MM72%20BYZ: 0
2026-03-30 06:23:21 [bca.uk] INFO: Found listing with ID: PX22%20OLJ
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520OLJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:21 [bca.uk] INFO: Scrape type for PX22%20OLJ: 0
2026-03-30 06:23:21 [bca.uk] INFO: Found listing with ID: YJ73%20SBR
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520SBR%27 HTTP/1.1" 200 None
2026-03-30 06:23:21 [bca.uk] INFO: Scrape type for YJ73%20SBR: 2
2026-03-30 06:23:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with identifier: YJ73%20SBR
2026-03-30 06:23:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with scrape type 2
2026-03-30 06:23:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with scrape type 2
2026-03-30 06:23:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c288fbd-9d5f-5de2-9fa4-70c59dd07296, identifier: YJ73%20SBR
2026-03-30 06:23:21 [bca.uk] INFO: Found listing with ID: DA21%20VYG
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520VYG%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for DA21%20VYG: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: DG22%20XZH
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520XZH%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for DG22%20XZH: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: DL73%20ZSG
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520ZSG%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for DL73%20ZSG: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: DY20%20VXM
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY20%2520VXM%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for DY20%20VXM: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: EJ21%20UUW
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ21%2520UUW%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for EJ21%20UUW: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: GSZ%201907
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GSZ%25201907%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for GSZ%201907: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: HV71%20WGO
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520WGO%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for HV71%20WGO: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: LE71%20DWU
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520DWU%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for LE71%20DWU: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: CE74%20BKN
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE74%2520BKN%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for CE74%20BKN: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: FT24%20UMX
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT24%2520UMX%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for FT24%20UMX: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: NV73%20GNN
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV73%2520GNN%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for NV73%20GNN: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: PK18%20RYX
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK18%2520RYX%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for PK18%20RYX: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: YJ25%20TLT
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ25%2520TLT%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for YJ25%20TLT: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: KX68%20PZN
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX68%2520PZN%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for KX68%20PZN: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: LF22%20UDU
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF22%2520UDU%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for LF22%20UDU: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: WU23%20EPE
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520EPE%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for WU23%20EPE: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: WV23%20YML
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YML%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for WV23%20YML: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: YY71%20LYG
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520LYG%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for YY71%20LYG: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: GD72%20DEU
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD72%2520DEU%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for GD72%20DEU: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: GJ22%20RSV
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520RSV%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for GJ22%20RSV: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: GL72%20UYB
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UYB%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for GL72%20UYB: 2
2026-03-30 06:23:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with identifier: GL72%20UYB
2026-03-30 06:23:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with scrape type 2
2026-03-30 06:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with scrape type 2
2026-03-30 06:23:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f, identifier: GL72%20UYB
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: LD23%20BZY
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520BZY%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for LD23%20BZY: 0
2026-03-30 06:23:22 [bca.uk] INFO: Found listing with ID: MD71%20FBG
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520FBG%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Scrape type for MD71%20FBG: 2
2026-03-30 06:23:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b33a7fd2-bb37-5499-b0f7-1370c34976f7 with identifier: MD71%20FBG
2026-03-30 06:23:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b33a7fd2-bb37-5499-b0f7-1370c34976f7 with scrape type 2
2026-03-30 06:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b33a7fd2-bb37-5499-b0f7-1370c34976f7 with scrape type 2
2026-03-30 06:23:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b33a7fd2-bb37-5499-b0f7-1370c34976f7, identifier: MD71%20FBG
2026-03-30 06:23:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with identifier: YJ73%20SBR
2026-03-30 06:23:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with identifier: YJ73%20SBR
2026-03-30 06:23:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c288fbd-9d5f-5de2-9fa4-70c59dd07296 with identifier: YJ73%20SBR to the API
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=57&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ73%20SBR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5c288fbd-9d5f-5de2-9fa4-70c59dd07296',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YJ73 SBR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ73%20SBR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 11502,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW74094PZ079303',
 'year': 2024}
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520SBR%27 HTTP/1.1" 200 None
2026-03-30 06:23:22 [bca.uk] INFO: Saving data for YJ73%20SBR: {'auction_closing_time': 1774951200.0, 'created_time': 1773834188.938918, 'last_price_update_time': 1774851802.930705}
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ73%2520SBR') HTTP/1.1" 204 0
2026-03-30 06:23:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with identifier: GL72%20UYB
2026-03-30 06:23:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with identifier: GL72%20UYB
2026-03-30 06:23:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 541ff541-c3e0-58cf-a5b4-611b8f0c2b9f with identifier: GL72%20UYB to the API
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20UYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '541ff541-c3e0-58cf-a5b4-611b8f0c2b9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL72 UYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20UYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 37433,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS5PC580731',
 'year': 2022}
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UYB%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Saving data for GL72%20UYB: {'auction_closing_time': 1774951200.0, 'created_time': 1774536406.56783, 'last_price_update_time': 1774851803.31076}
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520UYB') HTTP/1.1" 204 0
2026-03-30 06:23:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b33a7fd2-bb37-5499-b0f7-1370c34976f7 with identifier: MD71%20FBG
2026-03-30 06:23:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b33a7fd2-bb37-5499-b0f7-1370c34976f7 with identifier: MD71%20FBG
2026-03-30 06:23:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b33a7fd2-bb37-5499-b0f7-1370c34976f7 with identifier: MD71%20FBG to the API
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD71%20FBG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b33a7fd2-bb37-5499-b0f7-1370c34976f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD71 FBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD71%20FBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 83094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE PREMIUM PLUS ED.DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS ED.DCT',
 'vin': 'W1K1770862V120849',
 'year': 2022}
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520FBG%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Saving data for MD71%20FBG: {'auction_closing_time': 1774951200.0, 'created_time': 1774620953.422926, 'last_price_update_time': 1774851803.609652}
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD71%2520FBG') HTTP/1.1" 204 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: SH70%20UDV
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520UDV%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for SH70%20UDV: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: SP22%20JPX
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP22%2520JPX%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for SP22%20JPX: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: WN21%20XHH
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN21%2520XHH%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for WN21%20XHH: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: YC22%20WTN
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520WTN%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for YC22%20WTN: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: YT22%20JFY
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520JFY%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for YT22%20JFY: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: YT22%20WYL
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520WYL%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for YT22%20WYL: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: FH22%20KUE
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH22%2520KUE%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for FH22%20KUE: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: FL22%20UJK
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520UJK%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for FL22%20UJK: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: FX71%20RTV
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520RTV%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for FX71%20RTV: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: GJ22%20KJK
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520KJK%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for GJ22%20KJK: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: GL72%20OHJ
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OHJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for GL72%20OHJ: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: MD72%20VWA
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VWA%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for MD72%20VWA: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: MV71%20SVG
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV71%2520SVG%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for MV71%20SVG: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: MW71%20FVM
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW71%2520FVM%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for MW71%20FVM: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: NA72%20XGV
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520XGV%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for NA72%20XGV: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: OY25%20HFW
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520HFW%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for OY25%20HFW: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: RO22%20EUK
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520EUK%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for RO22%20EUK: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: DA21%20ZXP
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520ZXP%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for DA21%20ZXP: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: DG24%20LGE
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LGE%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for DG24%20LGE: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: RJ71%20LKX
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520LKX%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for RJ71%20LKX: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: HK70%20XOP
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK70%2520XOP%27 HTTP/1.1" 200 None
2026-03-30 06:23:23 [bca.uk] INFO: Scrape type for HK70%20XOP: 0
2026-03-30 06:23:23 [bca.uk] INFO: Found listing with ID: KM71%20SVJ
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520SVJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for KM71%20SVJ: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: LD23%20NZW
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520NZW%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for LD23%20NZW: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: LE71%20EVX
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520EVX%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for LE71%20EVX: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: MA21%20GBZ
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520GBZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for MA21%20GBZ: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: VK23%20TZT
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520TZT%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for VK23%20TZT: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: WN22%20ACX
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520ACX%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for WN22%20ACX: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: WN23%20RYK
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520RYK%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for WN23%20RYK: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: AJ68%20RTO
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ68%2520RTO%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for AJ68%20RTO: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: BN21%20VMZ
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN21%2520VMZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for BN21%20VMZ: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: CE22%20VUG
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE22%2520VUG%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for CE22%20VUG: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: DE24%20HNW
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520HNW%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for DE24%20HNW: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: EK22%20EWN
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520EWN%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for EK22%20EWN: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: FD22%20YAV
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD22%2520YAV%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for FD22%20YAV: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: PN72%20NYD
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN72%2520NYD%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for PN72%20NYD: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: YE74%20VBD
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE74%2520VBD%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for YE74%20VBD: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: YR22%20OLW
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520OLW%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for YR22%20OLW: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: LY14%20SYV
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520SYV%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for LY14%20SYV: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: AE25%20TFU
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE25%2520TFU%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for AE25%20TFU: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: AE25%20TKF
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE25%2520TKF%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for AE25%20TKF: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: DA55%20UOC
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA55%2520UOC%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for DA55%20UOC: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: BX72%20SKZ
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520SKZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for BX72%20SKZ: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: DY74%20XDW
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XDW%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for DY74%20XDW: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: MW19%20FWU
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW19%2520FWU%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for MW19%20FWU: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: NGZ%204980
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NGZ%25204980%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for NGZ%204980: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: NX70%20YNN
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520YNN%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for NX70%20YNN: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: UIG%206502
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UIG%25206502%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for UIG%206502: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: VN19%20OXZ
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520OXZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for VN19%20OXZ: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: WP19%20XTL
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP19%2520XTL%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for WP19%20XTL: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: WT19%20MYC
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520MYC%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for WT19%20MYC: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: YT19%20LDO
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520LDO%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for YT19%20LDO: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: YX69%20YNJ
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX69%2520YNJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for YX69%20YNJ: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: CE70%20YEJ
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE70%2520YEJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for CE70%20YEJ: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: ER61%20ERR
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ER61%2520ERR%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for ER61%20ERR: 2
2026-03-30 06:23:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2efa350b-4f1a-5e1e-9f4b-1a1939bb64f6 with identifier: ER61%20ERR
2026-03-30 06:23:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2efa350b-4f1a-5e1e-9f4b-1a1939bb64f6 with scrape type 2
2026-03-30 06:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2efa350b-4f1a-5e1e-9f4b-1a1939bb64f6 with scrape type 2
2026-03-30 06:23:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2efa350b-4f1a-5e1e-9f4b-1a1939bb64f6, identifier: ER61%20ERR
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: EA63%20TXS
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA63%2520TXS%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for EA63%20TXS: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: BK22%20DLZ
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520DLZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for BK22%20DLZ: 0
2026-03-30 06:23:24 [bca.uk] INFO: Found listing with ID: YD22%20EHO
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD22%2520EHO%27 HTTP/1.1" 200 None
2026-03-30 06:23:24 [bca.uk] INFO: Scrape type for YD22%20EHO: 2
2026-03-30 06:23:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad618905-9c30-53aa-90d2-29e2b706845b with identifier: YD22%20EHO
2026-03-30 06:23:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad618905-9c30-53aa-90d2-29e2b706845b with scrape type 2
2026-03-30 06:23:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad618905-9c30-53aa-90d2-29e2b706845b with scrape type 2
2026-03-30 06:23:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad618905-9c30-53aa-90d2-29e2b706845b, identifier: YD22%20EHO
2026-03-30 06:23:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2efa350b-4f1a-5e1e-9f4b-1a1939bb64f6 with identifier: ER61%20ERR
2026-03-30 06:23:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2efa350b-4f1a-5e1e-9f4b-1a1939bb64f6 with identifier: ER61%20ERR
2026-03-30 06:23:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2efa350b-4f1a-5e1e-9f4b-1a1939bb64f6 with identifier: ER61%20ERR to the API
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ER61%20ERR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2efa350b-4f1a-5e1e-9f4b-1a1939bb64f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ER61 ERR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ER61%20ERR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 12218,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3USHNKKLJ588076',
 'year': 2020}
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ER61%2520ERR%27 HTTP/1.1" 200 None
2026-03-30 06:23:25 [bca.uk] INFO: Saving data for ER61%20ERR: {'auction_closing_time': 1774864800.0, 'created_time': 1774621054.872001, 'last_price_update_time': 1774851805.267708}
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ER61%2520ERR') HTTP/1.1" 204 0
2026-03-30 06:23:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad618905-9c30-53aa-90d2-29e2b706845b with identifier: YD22%20EHO
2026-03-30 06:23:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad618905-9c30-53aa-90d2-29e2b706845b with identifier: YD22%20EHO
2026-03-30 06:23:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad618905-9c30-53aa-90d2-29e2b706845b with identifier: YD22%20EHO to the API
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD22%20EHO-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': 'ad618905-9c30-53aa-90d2-29e2b706845b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD22 EHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD22%20EHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 55658,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB00A035171',
 'year': 2022}
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD22%2520EHO%27 HTTP/1.1" 200 None
2026-03-30 06:23:25 [bca.uk] INFO: Saving data for YD22%20EHO: {'auction_closing_time': 1774951200.0, 'created_time': 1774620992.506545, 'last_price_update_time': 1774851805.66205}
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD22%2520EHO') HTTP/1.1" 204 0
2026-03-30 06:23:25 [bca.uk] INFO: Found listing with ID: EY70%20VMJ
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520VMJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:25 [bca.uk] INFO: Scrape type for EY70%20VMJ: 2
2026-03-30 06:23:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95904139-9ee2-5059-bb81-0a1872f6b368 with identifier: EY70%20VMJ
2026-03-30 06:23:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95904139-9ee2-5059-bb81-0a1872f6b368 with scrape type 2
2026-03-30 06:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95904139-9ee2-5059-bb81-0a1872f6b368 with scrape type 2
2026-03-30 06:23:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95904139-9ee2-5059-bb81-0a1872f6b368, identifier: EY70%20VMJ
2026-03-30 06:23:25 [bca.uk] INFO: Found listing with ID: HJ20%20WJU
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ20%2520WJU%27 HTTP/1.1" 200 None
2026-03-30 06:23:25 [bca.uk] INFO: Scrape type for HJ20%20WJU: 2
2026-03-30 06:23:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 959ae3ab-4996-5392-979a-185743885266 with identifier: HJ20%20WJU
2026-03-30 06:23:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 959ae3ab-4996-5392-979a-185743885266 with scrape type 2
2026-03-30 06:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 959ae3ab-4996-5392-979a-185743885266 with scrape type 2
2026-03-30 06:23:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 959ae3ab-4996-5392-979a-185743885266, identifier: HJ20%20WJU
2026-03-30 06:23:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95904139-9ee2-5059-bb81-0a1872f6b368 with identifier: EY70%20VMJ
2026-03-30 06:23:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95904139-9ee2-5059-bb81-0a1872f6b368 with identifier: EY70%20VMJ
2026-03-30 06:23:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95904139-9ee2-5059-bb81-0a1872f6b368 with identifier: EY70%20VMJ to the API
2026-03-30 06:23:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY70%20VMJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '95904139-9ee2-5059-bb81-0a1872f6b368',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY70 VMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY70%20VMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 61753,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 MATCH',
 'vin': 'WVWZZZAWZLU094906',
 'year': 2020}
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520VMJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:26 [bca.uk] INFO: Saving data for EY70%20VMJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774621054.474574, 'last_price_update_time': 1774851806.147849}
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY70%2520VMJ') HTTP/1.1" 204 0
2026-03-30 06:23:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 959ae3ab-4996-5392-979a-185743885266 with identifier: HJ20%20WJU
2026-03-30 06:23:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 959ae3ab-4996-5392-979a-185743885266 with identifier: HJ20%20WJU
2026-03-30 06:23:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 959ae3ab-4996-5392-979a-185743885266 with identifier: HJ20%20WJU to the API
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ20%20WJU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '959ae3ab-4996-5392-979a-185743885266',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ20 WJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ20%20WJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 67403,
 'odometer_reading_unit': '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 PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'SE PREMIUM',
 'vin': 'VXKUPHMHDL4250110',
 'year': 2020}
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ20%2520WJU%27 HTTP/1.1" 200 None
2026-03-30 06:23:26 [bca.uk] INFO: Saving data for HJ20%20WJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774621063.720479, 'last_price_update_time': 1774851806.460556}
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ20%2520WJU') HTTP/1.1" 204 0
2026-03-30 06:23:26 [bca.uk] INFO: Found listing with ID: KO19%20FZP
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520FZP%27 HTTP/1.1" 200 None
2026-03-30 06:23:26 [bca.uk] INFO: Scrape type for KO19%20FZP: 0
2026-03-30 06:23:26 [bca.uk] INFO: Found listing with ID: KP73%20JFY
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP73%2520JFY%27 HTTP/1.1" 200 None
2026-03-30 06:23:26 [bca.uk] INFO: Scrape type for KP73%20JFY: 0
2026-03-30 06:23:26 [bca.uk] INFO: Found listing with ID: MA69%20GVJ
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA69%2520GVJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:26 [bca.uk] INFO: Scrape type for MA69%20GVJ: 0
2026-03-30 06:23:26 [bca.uk] INFO: Found listing with ID: MF20%20MYB
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF20%2520MYB%27 HTTP/1.1" 200 None
2026-03-30 06:23:26 [bca.uk] INFO: Scrape type for MF20%20MYB: 2
2026-03-30 06:23:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with identifier: MF20%20MYB
2026-03-30 06:23:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with scrape type 2
2026-03-30 06:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with scrape type 2
2026-03-30 06:23:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 111429f0-b4c8-53a9-b2a5-00e7a7579c93, identifier: MF20%20MYB
2026-03-30 06:23:26 [bca.uk] INFO: Found listing with ID: LB71%20XCU
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520XCU%27 HTTP/1.1" 200 None
2026-03-30 06:23:26 [bca.uk] INFO: Scrape type for LB71%20XCU: 0
2026-03-30 06:23:26 [bca.uk] INFO: Found listing with ID: LG18%20GXS
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520GXS%27 HTTP/1.1" 200 None
2026-03-30 06:23:26 [bca.uk] INFO: Scrape type for LG18%20GXS: 0
2026-03-30 06:23:26 [bca.uk] INFO: Found listing with ID: LG19%20KYS
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG19%2520KYS%27 HTTP/1.1" 200 None
2026-03-30 06:23:26 [bca.uk] INFO: Scrape type for LG19%20KYS: 0
2026-03-30 06:23:26 [bca.uk] INFO: Found listing with ID: LJ19%20OFP
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ19%2520OFP%27 HTTP/1.1" 200 None
2026-03-30 06:23:26 [bca.uk] INFO: Scrape type for LJ19%20OFP: 0
2026-03-30 06:23:26 [bca.uk] INFO: Found listing with ID: LY19%20DDK
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY19%2520DDK%27 HTTP/1.1" 200 None
2026-03-30 06:23:26 [bca.uk] INFO: Scrape type for LY19%20DDK: 2
2026-03-30 06:23:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8aa9f6b-f37d-5904-9eaa-1c5bdf471910 with identifier: LY19%20DDK
2026-03-30 06:23:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8aa9f6b-f37d-5904-9eaa-1c5bdf471910 with scrape type 2
2026-03-30 06:23:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8aa9f6b-f37d-5904-9eaa-1c5bdf471910 with scrape type 2
2026-03-30 06:23:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8aa9f6b-f37d-5904-9eaa-1c5bdf471910, identifier: LY19%20DDK
2026-03-30 06:23:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with identifier: MF20%20MYB
2026-03-30 06:23:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with identifier: MF20%20MYB
2026-03-30 06:23:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 111429f0-b4c8-53a9-b2a5-00e7a7579c93 with identifier: MF20%20MYB to the API
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF20%20MYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '111429f0-b4c8-53a9-b2a5-00e7a7579c93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF20 MYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF20%20MYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 56951,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 GDI 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2WD SE',
 'vin': 'TMAJ3811LLJ018352',
 'year': 2020}
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF20%2520MYB%27 HTTP/1.1" 200 None
2026-03-30 06:23:27 [bca.uk] INFO: Saving data for MF20%20MYB: {'auction_closing_time': 1774864800.0, 'created_time': 1774447549.110286, 'last_price_update_time': 1774851807.089628}
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF20%2520MYB') HTTP/1.1" 204 0
2026-03-30 06:23:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8aa9f6b-f37d-5904-9eaa-1c5bdf471910 with identifier: LY19%20DDK
2026-03-30 06:23:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8aa9f6b-f37d-5904-9eaa-1c5bdf471910 with identifier: LY19%20DDK
2026-03-30 06:23:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8aa9f6b-f37d-5904-9eaa-1c5bdf471910 with identifier: LY19%20DDK to the API
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY19%20DDK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a8aa9f6b-f37d-5904-9eaa-1c5bdf471910',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY19 DDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY19%20DDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 29678,
 'odometer_reading_unit': '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 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'TEKNA',
 'vin': 'SJNFBAF15U8060322',
 'year': 2019}
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY19%2520DDK%27 HTTP/1.1" 200 None
2026-03-30 06:23:27 [bca.uk] INFO: Saving data for LY19%20DDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774621015.349861, 'last_price_update_time': 1774851807.482904}
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY19%2520DDK') HTTP/1.1" 204 0
2026-03-30 06:23:27 [bca.uk] INFO: Found listing with ID: MT19%20XFA
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520XFA%27 HTTP/1.1" 200 None
2026-03-30 06:23:27 [bca.uk] INFO: Scrape type for MT19%20XFA: 0
2026-03-30 06:23:27 [bca.uk] INFO: Found listing with ID: LR52%20SVV
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR52%2520SVV%27 HTTP/1.1" 200 None
2026-03-30 06:23:27 [bca.uk] INFO: Scrape type for LR52%20SVV: 0
2026-03-30 06:23:27 [bca.uk] INFO: Found listing with ID: YS69%20LBZ
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520LBZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:27 [bca.uk] INFO: Scrape type for YS69%20LBZ: 2
2026-03-30 06:23:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba3855f9-67fa-5fc5-8744-ea88a18710aa with identifier: YS69%20LBZ
2026-03-30 06:23:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba3855f9-67fa-5fc5-8744-ea88a18710aa with scrape type 2
2026-03-30 06:23:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba3855f9-67fa-5fc5-8744-ea88a18710aa with scrape type 2
2026-03-30 06:23:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba3855f9-67fa-5fc5-8744-ea88a18710aa, identifier: YS69%20LBZ
2026-03-30 06:23:27 [bca.uk] INFO: Found listing with ID: PO19%20NMU
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520NMU%27 HTTP/1.1" 200 None
2026-03-30 06:23:27 [bca.uk] INFO: Scrape type for PO19%20NMU: 2
2026-03-30 06:23:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with identifier: PO19%20NMU
2026-03-30 06:23:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with scrape type 2
2026-03-30 06:23:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with scrape type 2
2026-03-30 06:23:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d, identifier: PO19%20NMU
2026-03-30 06:23:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba3855f9-67fa-5fc5-8744-ea88a18710aa with identifier: YS69%20LBZ
2026-03-30 06:23:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba3855f9-67fa-5fc5-8744-ea88a18710aa with identifier: YS69%20LBZ
2026-03-30 06:23:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba3855f9-67fa-5fc5-8744-ea88a18710aa with identifier: YS69%20LBZ to the API
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS69%20LBZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ba3855f9-67fa-5fc5-8744-ea88a18710aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS69 LBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS69%20LBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 70668,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 B5D 235 AWD R DESIGN PRO G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5D 235 AWD R DESIGN PRO G/T',
 'vin': 'YV1LFK2TCL1576790',
 'year': 2019}
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520LBZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:28 [bca.uk] INFO: Saving data for YS69%20LBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774562994.883228, 'last_price_update_time': 1774851808.055452}
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520LBZ') HTTP/1.1" 204 0
2026-03-30 06:23:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with identifier: PO19%20NMU
2026-03-30 06:23:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with identifier: PO19%20NMU
2026-03-30 06:23:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53e8e9aa-db36-5a92-9bb9-75dcd6fb137d with identifier: PO19%20NMU to the API
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO19%20NMU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53e8e9aa-db36-5a92-9bb9-75dcd6fb137d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO19 NMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO19%20NMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220',
 'odometer': 91742,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 2.0 AMG LINE DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDD1183442N002060',
 'year': 2019}
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520NMU%27 HTTP/1.1" 200 None
2026-03-30 06:23:28 [bca.uk] INFO: Saving data for PO19%20NMU: {'auction_closing_time': 1774864800.0, 'created_time': 1774265724.950375, 'last_price_update_time': 1774851808.416822}
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO19%2520NMU') HTTP/1.1" 204 0
2026-03-30 06:23:28 [bca.uk] INFO: Found listing with ID: WJ24%20ONB
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ24%2520ONB%27 HTTP/1.1" 200 None
2026-03-30 06:23:28 [bca.uk] INFO: Scrape type for WJ24%20ONB: 2
2026-03-30 06:23:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with identifier: WJ24%20ONB
2026-03-30 06:23:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with scrape type 2
2026-03-30 06:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with scrape type 2
2026-03-30 06:23:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6, identifier: WJ24%20ONB
2026-03-30 06:23:28 [bca.uk] INFO: Found listing with ID: RO22%20LSE
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520LSE%27 HTTP/1.1" 200 None
2026-03-30 06:23:28 [bca.uk] INFO: Scrape type for RO22%20LSE: 0
2026-03-30 06:23:28 [bca.uk] INFO: Found listing with ID: WK69%20TNV
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520TNV%27 HTTP/1.1" 200 None
2026-03-30 06:23:28 [bca.uk] INFO: Scrape type for WK69%20TNV: 0
2026-03-30 06:23:28 [bca.uk] INFO: Found listing with ID: AO69%20LTU
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520LTU%27 HTTP/1.1" 200 None
2026-03-30 06:23:28 [bca.uk] INFO: Scrape type for AO69%20LTU: 2
2026-03-30 06:23:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d221103-282c-56ba-9c76-d7f4493f26bf with identifier: AO69%20LTU
2026-03-30 06:23:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d221103-282c-56ba-9c76-d7f4493f26bf with scrape type 2
2026-03-30 06:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d221103-282c-56ba-9c76-d7f4493f26bf with scrape type 2
2026-03-30 06:23:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d221103-282c-56ba-9c76-d7f4493f26bf, identifier: AO69%20LTU
2026-03-30 06:23:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with identifier: WJ24%20ONB
2026-03-30 06:23:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with identifier: WJ24%20ONB
2026-03-30 06:23:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6 with identifier: WJ24%20ONB to the API
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ24%20ONB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '01fce0bc-f5a7-5d20-b04b-83f6ff7c26c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ24 ONB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ24%20ONB&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 21968,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 320 R 4MOTION DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 320 R 4MOTION DSG',
 'vin': 'WVWZZZCD9RW177916',
 'year': 2024}
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ24%2520ONB%27 HTTP/1.1" 200 None
2026-03-30 06:23:28 [bca.uk] INFO: Saving data for WJ24%20ONB: {'auction_closing_time': 1774951200.0, 'created_time': 1774650709.139658, 'last_price_update_time': 1774851808.979467}
2026-03-30 06:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ24%2520ONB') HTTP/1.1" 204 0
2026-03-30 06:23:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d221103-282c-56ba-9c76-d7f4493f26bf with identifier: AO69%20LTU
2026-03-30 06:23:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d221103-282c-56ba-9c76-d7f4493f26bf with identifier: AO69%20LTU
2026-03-30 06:23:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d221103-282c-56ba-9c76-d7f4493f26bf with identifier: AO69%20LTU to the API
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO69%20LTU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d221103-282c-56ba-9c76-d7f4493f26bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO69 LTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO69%20LTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 89520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AN5LH058579',
 'year': 2019}
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520LTU%27 HTTP/1.1" 200 None
2026-03-30 06:23:29 [bca.uk] INFO: Saving data for AO69%20LTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535604.317849, 'last_price_update_time': 1774851809.259963}
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO69%2520LTU') HTTP/1.1" 204 0
2026-03-30 06:23:29 [bca.uk] INFO: Found listing with ID: YD74%20NDV
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD74%2520NDV%27 HTTP/1.1" 200 None
2026-03-30 06:23:29 [bca.uk] INFO: Scrape type for YD74%20NDV: 0
2026-03-30 06:23:29 [bca.uk] INFO: Found listing with ID: YR74%20UGO
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520UGO%27 HTTP/1.1" 200 None
2026-03-30 06:23:29 [bca.uk] INFO: Scrape type for YR74%20UGO: 0
2026-03-30 06:23:29 [bca.uk] INFO: Found listing with ID: LJ22%20OVX
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ22%2520OVX%27 HTTP/1.1" 200 None
2026-03-30 06:23:29 [bca.uk] INFO: Scrape type for LJ22%20OVX: 2
2026-03-30 06:23:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aee35e5d-87d5-5107-82a2-5b04ee39cc58 with identifier: LJ22%20OVX
2026-03-30 06:23:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aee35e5d-87d5-5107-82a2-5b04ee39cc58 with scrape type 2
2026-03-30 06:23:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aee35e5d-87d5-5107-82a2-5b04ee39cc58 with scrape type 2
2026-03-30 06:23:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aee35e5d-87d5-5107-82a2-5b04ee39cc58, identifier: LJ22%20OVX
2026-03-30 06:23:29 [bca.uk] INFO: Found listing with ID: AO69%20VJC
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO69%2520VJC%27 HTTP/1.1" 200 None
2026-03-30 06:23:29 [bca.uk] INFO: Scrape type for AO69%20VJC: 0
2026-03-30 06:23:29 [bca.uk] INFO: Found listing with ID: AV70%20FCX
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV70%2520FCX%27 HTTP/1.1" 200 None
2026-03-30 06:23:29 [bca.uk] INFO: Scrape type for AV70%20FCX: 2
2026-03-30 06:23:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb5e0e96-8cad-5486-b97b-2c9054bf5f8b with identifier: AV70%20FCX
2026-03-30 06:23:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb5e0e96-8cad-5486-b97b-2c9054bf5f8b with scrape type 2
2026-03-30 06:23:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb5e0e96-8cad-5486-b97b-2c9054bf5f8b with scrape type 2
2026-03-30 06:23:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb5e0e96-8cad-5486-b97b-2c9054bf5f8b, identifier: AV70%20FCX
2026-03-30 06:23:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aee35e5d-87d5-5107-82a2-5b04ee39cc58 with identifier: LJ22%20OVX
2026-03-30 06:23:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aee35e5d-87d5-5107-82a2-5b04ee39cc58 with identifier: LJ22%20OVX
2026-03-30 06:23:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aee35e5d-87d5-5107-82a2-5b04ee39cc58 with identifier: LJ22%20OVX to the API
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ22%20OVX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aee35e5d-87d5-5107-82a2-5b04ee39cc58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ22 OVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ22%20OVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 220 D',
 'odometer': 36149,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 220 D 2.0 AMG LINE PREMIUM PLUS 4M 9G '
          'StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'W1N2539152V320518',
 'year': 2022}
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ22%2520OVX%27 HTTP/1.1" 200 None
2026-03-30 06:23:29 [bca.uk] INFO: Saving data for LJ22%20OVX: {'auction_closing_time': 1774951200.0, 'created_time': 1774650717.196997, 'last_price_update_time': 1774851809.86609}
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ22%2520OVX') HTTP/1.1" 204 0
2026-03-30 06:23:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb5e0e96-8cad-5486-b97b-2c9054bf5f8b with identifier: AV70%20FCX
2026-03-30 06:23:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb5e0e96-8cad-5486-b97b-2c9054bf5f8b with identifier: AV70%20FCX
2026-03-30 06:23:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb5e0e96-8cad-5486-b97b-2c9054bf5f8b with identifier: AV70%20FCX to the API
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV70%20FCX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bb5e0e96-8cad-5486-b97b-2c9054bf5f8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV70 FCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV70%20FCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 43211,
 'odometer_reading_unit': '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 S-T Hatchback',
 'transmission': 'automatic',
 'trim': '30 TFSI S LINE S-T',
 'vin': 'WAUZZZGB1LR060164',
 'year': 2020}
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV70%2520FCX%27 HTTP/1.1" 200 None
2026-03-30 06:23:30 [bca.uk] INFO: Saving data for AV70%20FCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774621008.788591, 'last_price_update_time': 1774851810.266844}
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV70%2520FCX') HTTP/1.1" 204 0
2026-03-30 06:23:30 [bca.uk] INFO: Found listing with ID: KM71%20HVW
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520HVW%27 HTTP/1.1" 200 None
2026-03-30 06:23:30 [bca.uk] INFO: Scrape type for KM71%20HVW: 2
2026-03-30 06:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with identifier: KM71%20HVW
2026-03-30 06:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with scrape type 2
2026-03-30 06:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with scrape type 2
2026-03-30 06:23:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 542fa22d-1e0a-5ec0-a682-626e0c7671b7, identifier: KM71%20HVW
2026-03-30 06:23:30 [bca.uk] INFO: Found listing with ID: CV18%20GUE
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520GUE%27 HTTP/1.1" 200 None
2026-03-30 06:23:30 [bca.uk] INFO: Scrape type for CV18%20GUE: 0
2026-03-30 06:23:30 [bca.uk] INFO: Found listing with ID: HD71%20BHV
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD71%2520BHV%27 HTTP/1.1" 200 None
2026-03-30 06:23:30 [bca.uk] INFO: Scrape type for HD71%20BHV: 2
2026-03-30 06:23:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with identifier: HD71%20BHV
2026-03-30 06:23:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with scrape type 2
2026-03-30 06:23:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with scrape type 2
2026-03-30 06:23:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 371f1cd1-5e26-5526-827c-ac5f0f984ed3, identifier: HD71%20BHV
2026-03-30 06:23:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with identifier: KM71%20HVW
2026-03-30 06:23:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with identifier: KM71%20HVW
2026-03-30 06:23:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 542fa22d-1e0a-5ec0-a682-626e0c7671b7 with identifier: KM71%20HVW to the API
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM71%20HVW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '542fa22d-1e0a-5ec0-a682-626e0c7671b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM71 HVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM71%20HVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 26174,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q BLACK ED.',
 'vin': 'WAUZZZGE5NB015525',
 'year': 2021}
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520HVW%27 HTTP/1.1" 200 None
2026-03-30 06:23:30 [bca.uk] INFO: Saving data for KM71%20HVW: {'auction_closing_time': 1774951200.0, 'created_time': 1774650718.114605, 'last_price_update_time': 1774851810.790936}
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM71%2520HVW') HTTP/1.1" 204 0
2026-03-30 06:23:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with identifier: HD71%20BHV
2026-03-30 06:23:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with identifier: HD71%20BHV
2026-03-30 06:23:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 371f1cd1-5e26-5526-827c-ac5f0f984ed3 with identifier: HD71%20BHV to the API
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 257,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD71%20BHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '371f1cd1-5e26-5526-827c-ac5f0f984ed3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HD71 BHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD71%20BHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 89141,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 2.9 GTS PDK StationWagon',
 'transmission': 'automatic',
 'trim': 'GTS PDK',
 'vin': 'WP1ZZZ95ZNLB46865',
 'year': 2021}
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD71%2520BHV%27 HTTP/1.1" 200 None
2026-03-30 06:23:31 [bca.uk] INFO: Saving data for HD71%20BHV: {'auction_closing_time': 1774864800.0, 'created_time': 1773845793.596293, 'last_price_update_time': 1774851811.409513}
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD71%2520BHV') HTTP/1.1" 204 0
2026-03-30 06:23:31 [bca.uk] INFO: Found listing with ID: EJ23%20BDV
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520BDV%27 HTTP/1.1" 200 None
2026-03-30 06:23:31 [bca.uk] INFO: Scrape type for EJ23%20BDV: 2
2026-03-30 06:23:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7739061b-6818-5767-a6d4-dc4a95f81b18 with identifier: EJ23%20BDV
2026-03-30 06:23:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7739061b-6818-5767-a6d4-dc4a95f81b18 with scrape type 2
2026-03-30 06:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7739061b-6818-5767-a6d4-dc4a95f81b18 with scrape type 2
2026-03-30 06:23:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7739061b-6818-5767-a6d4-dc4a95f81b18, identifier: EJ23%20BDV
2026-03-30 06:23:31 [bca.uk] INFO: Found listing with ID: FG68%20NVE
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG68%2520NVE%27 HTTP/1.1" 200 None
2026-03-30 06:23:31 [bca.uk] INFO: Scrape type for FG68%20NVE: 0
2026-03-30 06:23:31 [bca.uk] INFO: Found listing with ID: FL70%20SVD
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520SVD%27 HTTP/1.1" 200 None
2026-03-30 06:23:31 [bca.uk] INFO: Scrape type for FL70%20SVD: 2
2026-03-30 06:23:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2f36e17-1b69-5182-b96f-955547d103ca with identifier: FL70%20SVD
2026-03-30 06:23:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2f36e17-1b69-5182-b96f-955547d103ca with scrape type 2
2026-03-30 06:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2f36e17-1b69-5182-b96f-955547d103ca with scrape type 2
2026-03-30 06:23:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2f36e17-1b69-5182-b96f-955547d103ca, identifier: FL70%20SVD
2026-03-30 06:23:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7739061b-6818-5767-a6d4-dc4a95f81b18 with identifier: EJ23%20BDV
2026-03-30 06:23:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7739061b-6818-5767-a6d4-dc4a95f81b18 with identifier: EJ23%20BDV
2026-03-30 06:23:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7739061b-6818-5767-a6d4-dc4a95f81b18 with identifier: EJ23%20BDV to the API
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ23%20BDV-GB',
 'category': 'Car',
 'color': 'multicoloured',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7739061b-6818-5767-a6d4-dc4a95f81b18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ23 BDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ23%20BDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 19469,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 2.0 COOPER S EXCLUSIVE ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S EXCLUSIVE ALL4',
 'vin': 'WMW82BR0X03R42287',
 'year': 2023}
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520BDV%27 HTTP/1.1" 200 None
2026-03-30 06:23:31 [bca.uk] INFO: Saving data for EJ23%20BDV: {'auction_closing_time': 1774951200.0, 'created_time': 1774447685.085705, 'last_price_update_time': 1774851811.948545}
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ23%2520BDV') HTTP/1.1" 204 0
2026-03-30 06:23:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2f36e17-1b69-5182-b96f-955547d103ca with identifier: FL70%20SVD
2026-03-30 06:23:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2f36e17-1b69-5182-b96f-955547d103ca with identifier: FL70%20SVD
2026-03-30 06:23:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2f36e17-1b69-5182-b96f-955547d103ca with identifier: FL70%20SVD to the API
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL70%20SVD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e2f36e17-1b69-5182-b96f-955547d103ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL70 SVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL70%20SVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 48204,
 'odometer_reading_unit': '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 SUPERB 1.4 TSI IV SE TECHNOLOGY DSG Estate',
 'transmission': 'automatic',
 'trim': 'TSI IV SE TECHNOLOGY DSG',
 'vin': 'TMBKW7NP3M7027258',
 'year': 2020}
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520SVD%27 HTTP/1.1" 200 None
2026-03-30 06:23:32 [bca.uk] INFO: Saving data for FL70%20SVD: {'auction_closing_time': 1774951200.0, 'created_time': 1774621007.649151, 'last_price_update_time': 1774851812.241322}
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL70%2520SVD') HTTP/1.1" 204 0
2026-03-30 06:23:32 [bca.uk] INFO: Found listing with ID: NK72%20ATF
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK72%2520ATF%27 HTTP/1.1" 200 None
2026-03-30 06:23:32 [bca.uk] INFO: Scrape type for NK72%20ATF: 0
2026-03-30 06:23:32 [bca.uk] INFO: Found listing with ID: FJ22%20SKE
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520SKE%27 HTTP/1.1" 200 None
2026-03-30 06:23:32 [bca.uk] INFO: Scrape type for FJ22%20SKE: 2
2026-03-30 06:23:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2abb5126-5026-514a-8a60-c316022bbdba with identifier: FJ22%20SKE
2026-03-30 06:23:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2abb5126-5026-514a-8a60-c316022bbdba with scrape type 2
2026-03-30 06:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2abb5126-5026-514a-8a60-c316022bbdba with scrape type 2
2026-03-30 06:23:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2abb5126-5026-514a-8a60-c316022bbdba, identifier: FJ22%20SKE
2026-03-30 06:23:32 [bca.uk] INFO: Found listing with ID: MA23%20UKP
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UKP%27 HTTP/1.1" 200 None
2026-03-30 06:23:32 [bca.uk] INFO: Scrape type for MA23%20UKP: 2
2026-03-30 06:23:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a5f619a-a572-5f57-902a-65c2ea6d1a5b with identifier: MA23%20UKP
2026-03-30 06:23:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a5f619a-a572-5f57-902a-65c2ea6d1a5b with scrape type 2
2026-03-30 06:23:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a5f619a-a572-5f57-902a-65c2ea6d1a5b with scrape type 2
2026-03-30 06:23:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a5f619a-a572-5f57-902a-65c2ea6d1a5b, identifier: MA23%20UKP
2026-03-30 06:23:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2abb5126-5026-514a-8a60-c316022bbdba with identifier: FJ22%20SKE
2026-03-30 06:23:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2abb5126-5026-514a-8a60-c316022bbdba with identifier: FJ22%20SKE
2026-03-30 06:23:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2abb5126-5026-514a-8a60-c316022bbdba with identifier: FJ22%20SKE to the API
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ22%20SKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2abb5126-5026-514a-8a60-c316022bbdba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ22 SKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ22%20SKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 44318,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AN7PH184108',
 'year': 2022}
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520SKE%27 HTTP/1.1" 200 None
2026-03-30 06:23:32 [bca.uk] INFO: Saving data for FJ22%20SKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650716.83549, 'last_price_update_time': 1774851812.80823}
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ22%2520SKE') HTTP/1.1" 204 0
2026-03-30 06:23:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a5f619a-a572-5f57-902a-65c2ea6d1a5b with identifier: MA23%20UKP
2026-03-30 06:23:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a5f619a-a572-5f57-902a-65c2ea6d1a5b with identifier: MA23%20UKP
2026-03-30 06:23:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a5f619a-a572-5f57-902a-65c2ea6d1a5b with identifier: MA23%20UKP to the API
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20UKP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7a5f619a-a572-5f57-902a-65c2ea6d1a5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA23 UKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20UKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 37277,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD EXCLUSIVE LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'E-SKY PHEV AWD EXCLUSIVE LINE',
 'vin': 'JMZKH0HB101117486',
 'year': 2023}
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UKP%27 HTTP/1.1" 200 None
2026-03-30 06:23:33 [bca.uk] INFO: Saving data for MA23%20UKP: {'auction_closing_time': 1774951200.0, 'created_time': 1774621005.613014, 'last_price_update_time': 1774851813.100728}
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520UKP') HTTP/1.1" 204 0
2026-03-30 06:23:33 [bca.uk] INFO: Found listing with ID: YF71%20EWW
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520EWW%27 HTTP/1.1" 200 None
2026-03-30 06:23:33 [bca.uk] INFO: Scrape type for YF71%20EWW: 2
2026-03-30 06:23:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 667d8406-e2db-5420-a232-56043d0635bb with identifier: YF71%20EWW
2026-03-30 06:23:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 667d8406-e2db-5420-a232-56043d0635bb with scrape type 2
2026-03-30 06:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 667d8406-e2db-5420-a232-56043d0635bb with scrape type 2
2026-03-30 06:23:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 667d8406-e2db-5420-a232-56043d0635bb, identifier: YF71%20EWW
2026-03-30 06:23:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:23:33 [bca.uk] INFO: Found listing with ID: BK22%20PEO
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PEO%27 HTTP/1.1" 200 None
2026-03-30 06:23:33 [bca.uk] INFO: Scrape type for BK22%20PEO: 0
2026-03-30 06:23:33 [bca.uk] INFO: Found listing with ID: BK23%20VYL
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520VYL%27 HTTP/1.1" 200 None
2026-03-30 06:23:33 [bca.uk] INFO: Scrape type for BK23%20VYL: 2
2026-03-30 06:23:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9468f213-caab-5acc-986f-5ad6edb92884 with identifier: BK23%20VYL
2026-03-30 06:23:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9468f213-caab-5acc-986f-5ad6edb92884 with scrape type 2
2026-03-30 06:23:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9468f213-caab-5acc-986f-5ad6edb92884 with scrape type 2
2026-03-30 06:23:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9468f213-caab-5acc-986f-5ad6edb92884, identifier: BK23%20VYL
2026-03-30 06:23:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 667d8406-e2db-5420-a232-56043d0635bb with identifier: YF71%20EWW
2026-03-30 06:23:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 667d8406-e2db-5420-a232-56043d0635bb with identifier: YF71%20EWW
2026-03-30 06:23:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 667d8406-e2db-5420-a232-56043d0635bb with identifier: YF71%20EWW to the API
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '667d8406-e2db-5420-a232-56043d0635bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF71 EWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF71%20EWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'M340I',
 'odometer': 52724,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW M340I 3.0 MHT XDRIVE Saloon',
 'transmission': 'automatic',
 'trim': 'MHT XDRIVE',
 'vin': 'WBA5U92080FL91243',
 'year': 2021}
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520EWW%27 HTTP/1.1" 200 None
2026-03-30 06:23:33 [bca.uk] INFO: Saving data for YF71%20EWW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562537.081303, 'last_price_update_time': 1774851813.691961}
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF71%2520EWW') HTTP/1.1" 204 0
2026-03-30 06:23:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9468f213-caab-5acc-986f-5ad6edb92884 with identifier: BK23%20VYL
2026-03-30 06:23:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9468f213-caab-5acc-986f-5ad6edb92884 with identifier: BK23%20VYL
2026-03-30 06:23:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9468f213-caab-5acc-986f-5ad6edb92884 with identifier: BK23%20VYL to the API
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20VYL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9468f213-caab-5acc-986f-5ad6edb92884',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 VYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20VYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'HYUNDAI',
 'model': 'IONIQ 5',
 'odometer': 18795,
 'odometer_reading_unit': '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 160KW 73KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 73KWH PREMIUM',
 'vin': 'KMHKN81EUPU126687',
 'year': 2023}
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520VYL%27 HTTP/1.1" 200 None
2026-03-30 06:23:34 [bca.uk] INFO: Saving data for BK23%20VYL: {'auction_closing_time': 1774951200.0, 'created_time': 1774622377.548878, 'last_price_update_time': 1774851814.085022}
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520VYL') HTTP/1.1" 204 0
2026-03-30 06:23:34 [bca.uk] INFO: Found listing with ID: RO25%20UHK
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO25%2520UHK%27 HTTP/1.1" 200 None
2026-03-30 06:23:34 [bca.uk] INFO: Scrape type for RO25%20UHK: 2
2026-03-30 06:23:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15e62a84-c18e-5e98-a175-c235331005cc with identifier: RO25%20UHK
2026-03-30 06:23:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15e62a84-c18e-5e98-a175-c235331005cc with scrape type 2
2026-03-30 06:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15e62a84-c18e-5e98-a175-c235331005cc with scrape type 2
2026-03-30 06:23:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15e62a84-c18e-5e98-a175-c235331005cc, identifier: RO25%20UHK
2026-03-30 06:23:34 [bca.uk] INFO: Found listing with ID: OV23%20EVT
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EVT%27 HTTP/1.1" 200 None
2026-03-30 06:23:34 [bca.uk] INFO: Scrape type for OV23%20EVT: 2
2026-03-30 06:23:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 128532c2-6482-5352-a1cd-063d552aafb4 with identifier: OV23%20EVT
2026-03-30 06:23:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 128532c2-6482-5352-a1cd-063d552aafb4 with scrape type 2
2026-03-30 06:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 128532c2-6482-5352-a1cd-063d552aafb4 with scrape type 2
2026-03-30 06:23:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 128532c2-6482-5352-a1cd-063d552aafb4, identifier: OV23%20EVT
2026-03-30 06:23:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15e62a84-c18e-5e98-a175-c235331005cc with identifier: RO25%20UHK
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red%2Fblack HTTP/1.1" 200 None
2026-03-30 06:23:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:23:34 [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:23:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15e62a84-c18e-5e98-a175-c235331005cc with identifier: RO25%20UHK
2026-03-30 06:23:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15e62a84-c18e-5e98-a175-c235331005cc with identifier: RO25%20UHK to the API
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO25%20UHK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15e62a84-c18e-5e98-a175-c235331005cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO25 UHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO25%20UHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'ALFA ROMEO',
 'model': 'JUNIOR',
 'odometer': 8325,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO JUNIOR 1.2 T 136 MHEV IBRIDA Hatchback',
 'transmission': 'automatic',
 'trim': 'T 136 MHEV IBRIDA',
 'vin': 'ZAA5AVATXRJA22437',
 'year': 2025}
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO25%2520UHK%27 HTTP/1.1" 200 None
2026-03-30 06:23:34 [bca.uk] INFO: Saving data for RO25%20UHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774562573.415829, 'last_price_update_time': 1774851814.805327}
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO25%2520UHK') HTTP/1.1" 204 0
2026-03-30 06:23:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 128532c2-6482-5352-a1cd-063d552aafb4 with identifier: OV23%20EVT
2026-03-30 06:23:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 128532c2-6482-5352-a1cd-063d552aafb4 with identifier: OV23%20EVT
2026-03-30 06:23:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 128532c2-6482-5352-a1cd-063d552aafb4 with identifier: OV23%20EVT to the API
2026-03-30 06:23:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20EVT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '128532c2-6482-5352-a1cd-063d552aafb4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV23 EVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20EVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 26922,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 300KW 78KWH DM4 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH DM4 LONG RANGE',
 'vin': 'YSMVSEDE1PL147282',
 'year': 2023}
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EVT%27 HTTP/1.1" 200 None
2026-03-30 06:23:35 [bca.uk] INFO: Saving data for OV23%20EVT: {'auction_closing_time': 1774951200.0, 'created_time': 1774621041.712161, 'last_price_update_time': 1774851815.125614}
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520EVT') HTTP/1.1" 204 0
2026-03-30 06:23:35 [bca.uk] INFO: Found listing with ID: PL72%20VKN
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520VKN%27 HTTP/1.1" 200 None
2026-03-30 06:23:35 [bca.uk] INFO: Scrape type for PL72%20VKN: 2
2026-03-30 06:23:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61ee99d2-c947-5e99-86f1-15acf59ba070 with identifier: PL72%20VKN
2026-03-30 06:23:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61ee99d2-c947-5e99-86f1-15acf59ba070 with scrape type 2
2026-03-30 06:23:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61ee99d2-c947-5e99-86f1-15acf59ba070 with scrape type 2
2026-03-30 06:23:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61ee99d2-c947-5e99-86f1-15acf59ba070, identifier: PL72%20VKN
2026-03-30 06:23:35 [bca.uk] INFO: Found listing with ID: OV75%20HYK
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV75%2520HYK%27 HTTP/1.1" 200 None
2026-03-30 06:23:35 [bca.uk] INFO: Scrape type for OV75%20HYK: 2
2026-03-30 06:23:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4328a96c-3ba0-58d2-ba25-bed4631eb505 with identifier: OV75%20HYK
2026-03-30 06:23:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4328a96c-3ba0-58d2-ba25-bed4631eb505 with scrape type 2
2026-03-30 06:23:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4328a96c-3ba0-58d2-ba25-bed4631eb505 with scrape type 2
2026-03-30 06:23:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4328a96c-3ba0-58d2-ba25-bed4631eb505, identifier: OV75%20HYK
2026-03-30 06:23:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61ee99d2-c947-5e99-86f1-15acf59ba070 with identifier: PL72%20VKN
2026-03-30 06:23:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61ee99d2-c947-5e99-86f1-15acf59ba070 with identifier: PL72%20VKN
2026-03-30 06:23:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61ee99d2-c947-5e99-86f1-15acf59ba070 with identifier: PL72%20VKN to the API
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL72%20VKN-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '61ee99d2-c947-5e99-86f1-15acf59ba070',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PL72 VKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL72%20VKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 16636,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X1 1.5 MHT SD 20I XLINE DTC StationWagon',
 'transmission': 'automatic',
 'trim': 'MHT SD 20I XLINE DTC',
 'vin': 'WBA32EE0305W07877',
 'year': 2022}
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520VKN%27 HTTP/1.1" 200 None
2026-03-30 06:23:35 [bca.uk] INFO: Saving data for PL72%20VKN: {'auction_closing_time': 1774951200.0, 'created_time': 1774562536.038022, 'last_price_update_time': 1774851815.622114}
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL72%2520VKN') HTTP/1.1" 204 0
2026-03-30 06:23:35 [bca.uk] INFO: Total items found: 100
2026-03-30 06:23:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded
2026-03-30 06:23:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:23:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4328a96c-3ba0-58d2-ba25-bed4631eb505 with identifier: OV75%20HYK
2026-03-30 06:23:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4328a96c-3ba0-58d2-ba25-bed4631eb505 with identifier: OV75%20HYK
2026-03-30 06:23:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4328a96c-3ba0-58d2-ba25-bed4631eb505 with identifier: OV75%20HYK to the API
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV75%20HYK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4328a96c-3ba0-58d2-ba25-bed4631eb505',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV75 HYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV75%20HYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'POLESTAR',
 'model': '3',
 'odometer': 3309,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'POLESTAR 3 360KW 111KWH DM4 LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '360KW 111KWH DM4 LONG RANGE',
 'vin': 'YSMYKEAE9SB030324',
 'year': 2025}
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV75%2520HYK%27 HTTP/1.1" 200 None
2026-03-30 06:23:35 [bca.uk] INFO: Saving data for OV75%20HYK: {'auction_closing_time': 1774951200.0, 'created_time': 1774621047.646309, 'last_price_update_time': 1774851815.907076}
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV75%2520HYK') HTTP/1.1" 204 0
2026-03-30 06:23:35 [bca.uk] INFO: Found listing with ID: MJ25%20UXY
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520UXY%27 HTTP/1.1" 200 None
2026-03-30 06:23:35 [bca.uk] INFO: Scrape type for MJ25%20UXY: 2
2026-03-30 06:23:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13667e0-0b26-570d-a378-112a73fecefc with identifier: MJ25%20UXY
2026-03-30 06:23:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13667e0-0b26-570d-a378-112a73fecefc with scrape type 2
2026-03-30 06:23:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f13667e0-0b26-570d-a378-112a73fecefc with scrape type 2
2026-03-30 06:23:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f13667e0-0b26-570d-a378-112a73fecefc, identifier: MJ25%20UXY
2026-03-30 06:23:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:36 [bca.uk] INFO: Found listing with ID: RF71%20CZZ
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520CZZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:36 [bca.uk] INFO: Scrape type for RF71%20CZZ: 2
2026-03-30 06:23:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0088f6d-1c6f-555f-bb8d-e7b6325e7e77 with identifier: RF71%20CZZ
2026-03-30 06:23:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0088f6d-1c6f-555f-bb8d-e7b6325e7e77 with scrape type 2
2026-03-30 06:23:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0088f6d-1c6f-555f-bb8d-e7b6325e7e77 with scrape type 2
2026-03-30 06:23:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0088f6d-1c6f-555f-bb8d-e7b6325e7e77, identifier: RF71%20CZZ
2026-03-30 06:23:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f13667e0-0b26-570d-a378-112a73fecefc with identifier: MJ25%20UXY
2026-03-30 06:23:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f13667e0-0b26-570d-a378-112a73fecefc with identifier: MJ25%20UXY
2026-03-30 06:23:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f13667e0-0b26-570d-a378-112a73fecefc with identifier: MJ25%20UXY to the API
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ25%20UXY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f13667e0-0b26-570d-a378-112a73fecefc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ25 UXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ25%20UXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 16997,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD EDITION Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD EDITION',
 'vin': 'SALZA2AN3TH296236',
 'year': 2025}
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ25%2520UXY%27 HTTP/1.1" 200 None
2026-03-30 06:23:36 [bca.uk] INFO: Saving data for MJ25%20UXY: {'auction_closing_time': 1774951200.0, 'created_time': 1774562544.215221, 'last_price_update_time': 1774851816.450997}
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ25%2520UXY') HTTP/1.1" 204 0
2026-03-30 06:23:36 [bca.uk] INFO: Found listing with ID: KT21%20UWN
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT21%2520UWN%27 HTTP/1.1" 200 None
2026-03-30 06:23:36 [bca.uk] INFO: Scrape type for KT21%20UWN: 2
2026-03-30 06:23:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e51678d7-6847-5e01-be6c-6d738e2784d4 with identifier: KT21%20UWN
2026-03-30 06:23:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e51678d7-6847-5e01-be6c-6d738e2784d4 with scrape type 2
2026-03-30 06:23:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e51678d7-6847-5e01-be6c-6d738e2784d4 with scrape type 2
2026-03-30 06:23:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e51678d7-6847-5e01-be6c-6d738e2784d4, identifier: KT21%20UWN
2026-03-30 06:23: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:23:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0088f6d-1c6f-555f-bb8d-e7b6325e7e77 with identifier: RF71%20CZZ
2026-03-30 06:23:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0088f6d-1c6f-555f-bb8d-e7b6325e7e77 with identifier: RF71%20CZZ
2026-03-30 06:23:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0088f6d-1c6f-555f-bb8d-e7b6325e7e77 with identifier: RF71%20CZZ to the API
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF71%20CZZ-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': 'd0088f6d-1c6f-555f-bb8d-e7b6325e7e77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF71 CZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF71%20CZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'RENAULT',
 'model': 'ARKANA',
 'odometer': 44135,
 'odometer_reading_unit': '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 ICONIC Coupe',
 'transmission': 'automatic',
 'trim': 'E-TECH HEV 145 ICONIC',
 'vin': 'VF1RJL002UC291951',
 'year': 2022}
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520CZZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:36 [bca.uk] INFO: Saving data for RF71%20CZZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621057.377862, 'last_price_update_time': 1774851816.851674}
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF71%2520CZZ') HTTP/1.1" 204 0
2026-03-30 06:23:36 [bca.uk] INFO: Found listing with ID: DK72%20MUP
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK72%2520MUP%27 HTTP/1.1" 200 None
2026-03-30 06:23:36 [bca.uk] INFO: Scrape type for DK72%20MUP: 2
2026-03-30 06:23:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c122d371-4ed7-56a8-b2a9-626d031c6ece with identifier: DK72%20MUP
2026-03-30 06:23:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c122d371-4ed7-56a8-b2a9-626d031c6ece with scrape type 2
2026-03-30 06:23:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c122d371-4ed7-56a8-b2a9-626d031c6ece with scrape type 2
2026-03-30 06:23:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c122d371-4ed7-56a8-b2a9-626d031c6ece, identifier: DK72%20MUP
2026-03-30 06:23:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e51678d7-6847-5e01-be6c-6d738e2784d4 with identifier: KT21%20UWN
2026-03-30 06:23:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e51678d7-6847-5e01-be6c-6d738e2784d4 with identifier: KT21%20UWN
2026-03-30 06:23:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e51678d7-6847-5e01-be6c-6d738e2784d4 with identifier: KT21%20UWN to the API
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT21%20UWN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e51678d7-6847-5e01-be6c-6d738e2784d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT21 UWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT21%20UWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 29929,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D200 AWD R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 AWD R-DYNAMIC HSE',
 'vin': 'SADCA2AN4MA681946',
 'year': 2021}
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT21%2520UWN%27 HTTP/1.1" 200 None
2026-03-30 06:23:37 [bca.uk] INFO: Saving data for KT21%20UWN: {'auction_closing_time': 1774951200.0, 'created_time': 1774562679.209927, 'last_price_update_time': 1774851817.249224}
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT21%2520UWN') HTTP/1.1" 204 0
2026-03-30 06:23:37 [bca.uk] INFO: Found listing with ID: RO72%20NJX
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520NJX%27 HTTP/1.1" 200 None
2026-03-30 06:23:37 [bca.uk] INFO: Scrape type for RO72%20NJX: 2
2026-03-30 06:23:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94498ac3-c056-5f80-a6ff-14fcc92ddd6c with identifier: RO72%20NJX
2026-03-30 06:23:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94498ac3-c056-5f80-a6ff-14fcc92ddd6c with scrape type 2
2026-03-30 06:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94498ac3-c056-5f80-a6ff-14fcc92ddd6c with scrape type 2
2026-03-30 06:23:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94498ac3-c056-5f80-a6ff-14fcc92ddd6c, identifier: RO72%20NJX
2026-03-30 06:23:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c122d371-4ed7-56a8-b2a9-626d031c6ece with identifier: DK72%20MUP
2026-03-30 06:23:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c122d371-4ed7-56a8-b2a9-626d031c6ece with identifier: DK72%20MUP
2026-03-30 06:23:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c122d371-4ed7-56a8-b2a9-626d031c6ece with identifier: DK72%20MUP to the API
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK72%20MUP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c122d371-4ed7-56a8-b2a9-626d031c6ece',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK72 MUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK72%20MUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 9830,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 B4D AWD PLUS DARK StationWagon',
 'transmission': 'automatic',
 'trim': 'B4D AWD PLUS DARK',
 'vin': 'YV1UZK5V4P1268829',
 'year': 2022}
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK72%2520MUP%27 HTTP/1.1" 200 None
2026-03-30 06:23:37 [bca.uk] INFO: Saving data for DK72%20MUP: {'auction_closing_time': 1774951200.0, 'created_time': 1774562561.146235, 'last_price_update_time': 1774851817.642091}
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK72%2520MUP') HTTP/1.1" 204 0
2026-03-30 06:23:37 [bca.uk] INFO: Found listing with ID: VX23%20XSA
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX23%2520XSA%27 HTTP/1.1" 200 None
2026-03-30 06:23:37 [bca.uk] INFO: Scrape type for VX23%20XSA: 2
2026-03-30 06:23:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 385154fa-2b19-5e40-878d-d2a6e78e2dbd with identifier: VX23%20XSA
2026-03-30 06:23:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 385154fa-2b19-5e40-878d-d2a6e78e2dbd with scrape type 2
2026-03-30 06:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 385154fa-2b19-5e40-878d-d2a6e78e2dbd with scrape type 2
2026-03-30 06:23:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 385154fa-2b19-5e40-878d-d2a6e78e2dbd, identifier: VX23%20XSA
2026-03-30 06:23:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94498ac3-c056-5f80-a6ff-14fcc92ddd6c with identifier: RO72%20NJX
2026-03-30 06:23:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94498ac3-c056-5f80-a6ff-14fcc92ddd6c with identifier: RO72%20NJX
2026-03-30 06:23:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94498ac3-c056-5f80-a6ff-14fcc92ddd6c with identifier: RO72%20NJX to the API
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO72%20NJX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '94498ac3-c056-5f80-a6ff-14fcc92ddd6c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO72 NJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO72%20NJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 34305,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA EV6 236KW 77.4KWH AWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '236KW 77.4KWH AWD GT-LINE',
 'vin': 'KNAC481CRN5077916',
 'year': 2022}
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520NJX%27 HTTP/1.1" 200 None
2026-03-30 06:23:38 [bca.uk] INFO: Saving data for RO72%20NJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774621055.931277, 'last_price_update_time': 1774851818.079322}
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO72%2520NJX') HTTP/1.1" 204 0
2026-03-30 06:23:38 [bca.uk] INFO: Found listing with ID: C11%20HLD
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C11%2520HLD%27 HTTP/1.1" 200 None
2026-03-30 06:23:38 [bca.uk] INFO: Scrape type for C11%20HLD: 2
2026-03-30 06:23:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7969720d-5785-51f0-922f-0f32c1f7a0ed with identifier: C11%20HLD
2026-03-30 06:23:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7969720d-5785-51f0-922f-0f32c1f7a0ed with scrape type 2
2026-03-30 06:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7969720d-5785-51f0-922f-0f32c1f7a0ed with scrape type 2
2026-03-30 06:23:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7969720d-5785-51f0-922f-0f32c1f7a0ed, identifier: C11%20HLD
2026-03-30 06:23:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 385154fa-2b19-5e40-878d-d2a6e78e2dbd with identifier: VX23%20XSA
2026-03-30 06:23:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 385154fa-2b19-5e40-878d-d2a6e78e2dbd with identifier: VX23%20XSA
2026-03-30 06:23:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 385154fa-2b19-5e40-878d-d2a6e78e2dbd with identifier: VX23%20XSA to the API
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '385154fa-2b19-5e40-878d-d2a6e78e2dbd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX23 XSA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX23%20XSA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SSANGYONG',
 'model': 'REXTON',
 'odometer': 1497,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SSANGYONG REXTON 2.2 ULTIMATE PLUS StationWagon',
 'transmission': 'automatic',
 'trim': 'ULTIMATE PLUS',
 'vin': 'KPT50B1ESPP090796',
 'year': 2023}
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX23%2520XSA%27 HTTP/1.1" 200 None
2026-03-30 06:23:38 [bca.uk] INFO: Saving data for VX23%20XSA: {'auction_closing_time': 1774951200.0, 'created_time': 1774562601.244893, 'last_price_update_time': 1774851818.520011}
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX23%2520XSA') HTTP/1.1" 204 0
2026-03-30 06:23:38 [bca.uk] INFO: Found listing with ID: VK23%20FCV
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520FCV%27 HTTP/1.1" 200 None
2026-03-30 06:23:38 [bca.uk] INFO: Scrape type for VK23%20FCV: 0
2026-03-30 06:23:38 [bca.uk] INFO: Found listing with ID: YC22%20BMU
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520BMU%27 HTTP/1.1" 200 None
2026-03-30 06:23:38 [bca.uk] INFO: Scrape type for YC22%20BMU: 0
2026-03-30 06:23:38 [bca.uk] INFO: Found listing with ID: BD22%20ELH
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520ELH%27 HTTP/1.1" 200 None
2026-03-30 06:23:38 [bca.uk] INFO: Scrape type for BD22%20ELH: 2
2026-03-30 06:23:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d320811-4dd9-5431-9d86-f33ff086de60 with identifier: BD22%20ELH
2026-03-30 06:23:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d320811-4dd9-5431-9d86-f33ff086de60 with scrape type 2
2026-03-30 06:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d320811-4dd9-5431-9d86-f33ff086de60 with scrape type 2
2026-03-30 06:23:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d320811-4dd9-5431-9d86-f33ff086de60, identifier: BD22%20ELH
2026-03-30 06:23:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7969720d-5785-51f0-922f-0f32c1f7a0ed with identifier: C11%20HLD
2026-03-30 06:23:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7969720d-5785-51f0-922f-0f32c1f7a0ed with identifier: C11%20HLD
2026-03-30 06:23:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7969720d-5785-51f0-922f-0f32c1f7a0ed with identifier: C11%20HLD to the API
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=C11%20HLD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7969720d-5785-51f0-922f-0f32c1f7a0ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'C11 HLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=C11%20HLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LEXUS',
 'model': 'RX 450H',
 'odometer': 23650,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LEXUS RX 450H 3.5  StationWagon',
 'transmission': 'automatic',
 'trim': '',
 'vin': 'JTJBGMCA402070974',
 'year': 2021}
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C11%2520HLD%27 HTTP/1.1" 200 None
2026-03-30 06:23:39 [bca.uk] INFO: Saving data for C11%20HLD: {'auction_closing_time': 1774951200.0, 'created_time': 1774562557.544287, 'last_price_update_time': 1774851819.04182}
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='C11%2520HLD') HTTP/1.1" 204 0
2026-03-30 06:23:39 [bca.uk] INFO: Found listing with ID: SE18%20YBW
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE18%2520YBW%27 HTTP/1.1" 200 None
2026-03-30 06:23:39 [bca.uk] INFO: Scrape type for SE18%20YBW: 2
2026-03-30 06:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 924b7c92-fce3-5250-8f61-7b404d0ca00b with identifier: SE18%20YBW
2026-03-30 06:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 924b7c92-fce3-5250-8f61-7b404d0ca00b with scrape type 2
2026-03-30 06:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 924b7c92-fce3-5250-8f61-7b404d0ca00b with scrape type 2
2026-03-30 06:23:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 924b7c92-fce3-5250-8f61-7b404d0ca00b, identifier: SE18%20YBW
2026-03-30 06:23:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d320811-4dd9-5431-9d86-f33ff086de60 with identifier: BD22%20ELH
2026-03-30 06:23:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d320811-4dd9-5431-9d86-f33ff086de60 with identifier: BD22%20ELH
2026-03-30 06:23:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d320811-4dd9-5431-9d86-f33ff086de60 with identifier: BD22%20ELH to the API
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD22%20ELH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7d320811-4dd9-5431-9d86-f33ff086de60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BD22 ELH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD22%20ELH&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 38851,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 95KWH 55 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q BLACK ED.',
 'vin': 'WAUZZZGE3NB035000',
 'year': 2022}
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520ELH%27 HTTP/1.1" 200 None
2026-03-30 06:23:39 [bca.uk] INFO: Saving data for BD22%20ELH: {'auction_closing_time': 1774951200.0, 'created_time': 1774621011.534812, 'last_price_update_time': 1774851819.4441}
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD22%2520ELH') HTTP/1.1" 204 0
2026-03-30 06:23:39 [bca.uk] INFO: Found listing with ID: MH18%20WND
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH18%2520WND%27 HTTP/1.1" 200 None
2026-03-30 06:23:39 [bca.uk] INFO: Scrape type for MH18%20WND: 2
2026-03-30 06:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97910a98-048d-5170-9cf5-731ae973db87 with identifier: MH18%20WND
2026-03-30 06:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97910a98-048d-5170-9cf5-731ae973db87 with scrape type 2
2026-03-30 06:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97910a98-048d-5170-9cf5-731ae973db87 with scrape type 2
2026-03-30 06:23:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97910a98-048d-5170-9cf5-731ae973db87, identifier: MH18%20WND
2026-03-30 06:23:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 924b7c92-fce3-5250-8f61-7b404d0ca00b with identifier: SE18%20YBW
2026-03-30 06:23:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 924b7c92-fce3-5250-8f61-7b404d0ca00b with identifier: SE18%20YBW
2026-03-30 06:23:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 924b7c92-fce3-5250-8f61-7b404d0ca00b with identifier: SE18%20YBW to the API
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE18%20YBW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '924b7c92-fce3-5250-8f61-7b404d0ca00b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE18 YBW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE18%20YBW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X6',
 'odometer': 49229,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X6 3.0 XDRIVE 30D M SPORT ED.STEP Coupe',
 'transmission': 'manual',
 'trim': 'XDRIVE 30D M SPORT ED.STEP',
 'vin': 'WBAKV220100Y06946',
 'year': 2018}
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE18%2520YBW%27 HTTP/1.1" 200 None
2026-03-30 06:23:39 [bca.uk] INFO: Saving data for SE18%20YBW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562590.679026, 'last_price_update_time': 1774851819.836775}
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE18%2520YBW') HTTP/1.1" 204 0
2026-03-30 06:23:39 [bca.uk] INFO: Found listing with ID: DL72%20PVZ
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PVZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:39 [bca.uk] INFO: Scrape type for DL72%20PVZ: 0
2026-03-30 06:23:39 [bca.uk] INFO: Found listing with ID: FG22%20FGX
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520FGX%27 HTTP/1.1" 200 None
2026-03-30 06:23:39 [bca.uk] INFO: Scrape type for FG22%20FGX: 0
2026-03-30 06:23:39 [bca.uk] INFO: Found listing with ID: HV24%20NMZ
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520NMZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:39 [bca.uk] INFO: Scrape type for HV24%20NMZ: 2
2026-03-30 06:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00908b67-12b1-5e16-ad01-31538c3b4376 with identifier: HV24%20NMZ
2026-03-30 06:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00908b67-12b1-5e16-ad01-31538c3b4376 with scrape type 2
2026-03-30 06:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00908b67-12b1-5e16-ad01-31538c3b4376 with scrape type 2
2026-03-30 06:23:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00908b67-12b1-5e16-ad01-31538c3b4376, identifier: HV24%20NMZ
2026-03-30 06:23:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97910a98-048d-5170-9cf5-731ae973db87 with identifier: MH18%20WND
2026-03-30 06:23:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97910a98-048d-5170-9cf5-731ae973db87 with identifier: MH18%20WND
2026-03-30 06:23:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97910a98-048d-5170-9cf5-731ae973db87 with identifier: MH18%20WND to the API
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH18%20WND-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '97910a98-048d-5170-9cf5-731ae973db87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MH18 WND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH18%20WND&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 65453,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.5 TSI EVO 150 SEL Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 SEL',
 'vin': 'WVGZZZA1ZJV026040',
 'year': 2018}
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH18%2520WND%27 HTTP/1.1" 200 None
2026-03-30 06:23:40 [bca.uk] INFO: Saving data for MH18%20WND: {'auction_closing_time': 1774864800.0, 'created_time': 1773844007.436396, 'last_price_update_time': 1774851820.290913}
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH18%2520WND') HTTP/1.1" 204 0
2026-03-30 06:23:40 [bca.uk] INFO: Found listing with ID: RJ69%20LZC
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ69%2520LZC%27 HTTP/1.1" 200 None
2026-03-30 06:23:40 [bca.uk] INFO: Scrape type for RJ69%20LZC: 2
2026-03-30 06:23:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with identifier: RJ69%20LZC
2026-03-30 06:23:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with scrape type 2
2026-03-30 06:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with scrape type 2
2026-03-30 06:23:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066, identifier: RJ69%20LZC
2026-03-30 06:23:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00908b67-12b1-5e16-ad01-31538c3b4376 with identifier: HV24%20NMZ
2026-03-30 06:23:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00908b67-12b1-5e16-ad01-31538c3b4376 with identifier: HV24%20NMZ
2026-03-30 06:23:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00908b67-12b1-5e16-ad01-31538c3b4376 with identifier: HV24%20NMZ to the API
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV24%20NMZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '00908b67-12b1-5e16-ad01-31538c3b4376',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HV24 NMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV24%20NMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQE 300',
 'odometer': 16187,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQE 300 SPORT ED. Saloon',
 'transmission': 'automatic',
 'trim': 'SPORT ED.',
 'vin': 'W1KEG1BB6RF043733',
 'year': 2024}
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520NMZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:40 [bca.uk] INFO: Saving data for HV24%20NMZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621000.676552, 'last_price_update_time': 1774851820.721845}
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520NMZ') HTTP/1.1" 204 0
2026-03-30 06:23:40 [bca.uk] INFO: Found listing with ID: YG21%20EGK
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520EGK%27 HTTP/1.1" 200 None
2026-03-30 06:23:40 [bca.uk] INFO: Scrape type for YG21%20EGK: 2
2026-03-30 06:23:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab8c586a-39cd-5b79-9ea0-117f492c65cc with identifier: YG21%20EGK
2026-03-30 06:23:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab8c586a-39cd-5b79-9ea0-117f492c65cc with scrape type 2
2026-03-30 06:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab8c586a-39cd-5b79-9ea0-117f492c65cc with scrape type 2
2026-03-30 06:23:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab8c586a-39cd-5b79-9ea0-117f492c65cc, identifier: YG21%20EGK
2026-03-30 06:23:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with identifier: RJ69%20LZC
2026-03-30 06:23:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with identifier: RJ69%20LZC
2026-03-30 06:23:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066 with identifier: RJ69%20LZC to the API
2026-03-30 06:23:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ69%20LZC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1eef4d2-93ef-5db7-a8a5-1cc0e3e3b066',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ69 LZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ69%20LZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3M',
 'odometer': 31262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW X3M 3.0 XDRIVE COMPETITION STEP StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE COMPETITION STEP',
 'vin': 'WBSTS020409B25613',
 'year': 2019}
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ69%2520LZC%27 HTTP/1.1" 200 None
2026-03-30 06:23:41 [bca.uk] INFO: Saving data for RJ69%20LZC: {'auction_closing_time': 1774951200.0, 'created_time': 1774562629.630022, 'last_price_update_time': 1774851821.222996}
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ69%2520LZC') HTTP/1.1" 204 0
2026-03-30 06:23:41 [bca.uk] INFO: Found listing with ID: LB71%20YRZ
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520YRZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:41 [bca.uk] INFO: Scrape type for LB71%20YRZ: 0
2026-03-30 06:23:41 [bca.uk] INFO: Found listing with ID: WM15%20NXF
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM15%2520NXF%27 HTTP/1.1" 200 None
2026-03-30 06:23:41 [bca.uk] INFO: Scrape type for WM15%20NXF: 2
2026-03-30 06:23:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d1b360b-ce73-53a6-a3c9-d669dba113d4 with identifier: WM15%20NXF
2026-03-30 06:23:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d1b360b-ce73-53a6-a3c9-d669dba113d4 with scrape type 2
2026-03-30 06:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d1b360b-ce73-53a6-a3c9-d669dba113d4 with scrape type 2
2026-03-30 06:23:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d1b360b-ce73-53a6-a3c9-d669dba113d4, identifier: WM15%20NXF
2026-03-30 06:23:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab8c586a-39cd-5b79-9ea0-117f492c65cc with identifier: YG21%20EGK
2026-03-30 06:23:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab8c586a-39cd-5b79-9ea0-117f492c65cc with identifier: YG21%20EGK
2026-03-30 06:23:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab8c586a-39cd-5b79-9ea0-117f492c65cc with identifier: YG21%20EGK to the API
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG21%20EGK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab8c586a-39cd-5b79-9ea0-117f492c65cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG21 EGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG21%20EGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'IVECO',
 'model': 'DAILY 70C18',
 'odometer': 160700,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 70C18 3.0 MWB (3750) (BOX) HI-MATIC Refrigerated',
 'transmission': 'automatic',
 'trim': 'MWB (3750) (BOX) HI-MATIC',
 'vin': 'ZCFC670D60D650623',
 'year': 2021}
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520EGK%27 HTTP/1.1" 200 None
2026-03-30 06:23:41 [bca.uk] INFO: Saving data for YG21%20EGK: {'auction_closing_time': 1774864800.0, 'created_time': 1773823103.307685, 'last_price_update_time': 1774851821.648211}
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG21%2520EGK') HTTP/1.1" 204 0
2026-03-30 06:23:41 [bca.uk] INFO: Found listing with ID: PK69%20OVZ
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK69%2520OVZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:41 [bca.uk] INFO: Scrape type for PK69%20OVZ: 2
2026-03-30 06:23:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e39cc06a-bfcd-5035-832b-b731e553708f with identifier: PK69%20OVZ
2026-03-30 06:23:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e39cc06a-bfcd-5035-832b-b731e553708f with scrape type 2
2026-03-30 06:23:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e39cc06a-bfcd-5035-832b-b731e553708f with scrape type 2
2026-03-30 06:23:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e39cc06a-bfcd-5035-832b-b731e553708f, identifier: PK69%20OVZ
2026-03-30 06:23:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d1b360b-ce73-53a6-a3c9-d669dba113d4 with identifier: WM15%20NXF
2026-03-30 06:23:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d1b360b-ce73-53a6-a3c9-d669dba113d4 with identifier: WM15%20NXF
2026-03-30 06:23:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d1b360b-ce73-53a6-a3c9-d669dba113d4 with identifier: WM15%20NXF to the API
2026-03-30 06:23:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=56&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM15%20NXF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d1b360b-ce73-53a6-a3c9-d669dba113d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM15 NXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM15%20NXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'TOURAN',
 'odometer': 111427,
 'odometer_reading_unit': '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 TOURAN 1.6 TDI 105 BMT SE MPV',
 'transmission': 'manual',
 'trim': 'TDI 105 BMT SE',
 'vin': 'WVGZZZ1TZFW072389',
 'year': 2015}
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM15%2520NXF%27 HTTP/1.1" 200 None
2026-03-30 06:23:42 [bca.uk] INFO: Saving data for WM15%20NXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774621001.797133, 'last_price_update_time': 1774851822.162756}
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM15%2520NXF') HTTP/1.1" 204 0
2026-03-30 06:23:42 [bca.uk] INFO: Found listing with ID: YE20%20PZR
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520PZR%27 HTTP/1.1" 200 None
2026-03-30 06:23:42 [bca.uk] INFO: Scrape type for YE20%20PZR: 2
2026-03-30 06:23:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with identifier: YE20%20PZR
2026-03-30 06:23:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with scrape type 2
2026-03-30 06:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with scrape type 2
2026-03-30 06:23:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716, identifier: YE20%20PZR
2026-03-30 06:23:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e39cc06a-bfcd-5035-832b-b731e553708f with identifier: PK69%20OVZ
2026-03-30 06:23:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e39cc06a-bfcd-5035-832b-b731e553708f with identifier: PK69%20OVZ
2026-03-30 06:23:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e39cc06a-bfcd-5035-832b-b731e553708f with identifier: PK69%20OVZ to the API
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK69%20OVZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e39cc06a-bfcd-5035-832b-b731e553708f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK69 OVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK69%20OVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 71930,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A7 SPORTBACK 3.0 50 TDI QUATTRO BLACK ED.TIP Hatchback',
 'transmission': 'manual',
 'trim': '50 TDI QUATTRO BLACK ED.TIP',
 'vin': 'WAUZZZF20LN017430',
 'year': 2019}
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK69%2520OVZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:42 [bca.uk] INFO: Saving data for PK69%20OVZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774562611.917344, 'last_price_update_time': 1774851822.58977}
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK69%2520OVZ') HTTP/1.1" 204 0
2026-03-30 06:23:42 [bca.uk] INFO: Found listing with ID: PK71%20GWU
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK71%2520GWU%27 HTTP/1.1" 200 None
2026-03-30 06:23:42 [bca.uk] INFO: Scrape type for PK71%20GWU: 0
2026-03-30 06:23:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with identifier: YE20%20PZR
2026-03-30 06:23:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with identifier: YE20%20PZR
2026-03-30 06:23:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716 with identifier: YE20%20PZR to the API
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 58,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE20%20PZR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f3e2f811-5dd1-5ac3-aceb-4e8fc7e32716',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE20 PZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE20%20PZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'BMW',
 'model': '745LE',
 'odometer': 26296,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 745LE 3.0 XDRIVE Saloon',
 'transmission': 'automatic',
 'trim': 'XDRIVE',
 'vin': 'WBA7W42030CE96296',
 'year': 2020}
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520PZR%27 HTTP/1.1" 200 None
2026-03-30 06:23:42 [bca.uk] INFO: Saving data for YE20%20PZR: {'auction_closing_time': 1774951200.0, 'created_time': 1774562656.470638, 'last_price_update_time': 1774851822.917875}
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE20%2520PZR') HTTP/1.1" 204 0
2026-03-30 06:23:42 [bca.uk] INFO: Found listing with ID: OY25%20DMF
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520DMF%27 HTTP/1.1" 200 None
2026-03-30 06:23:42 [bca.uk] INFO: Scrape type for OY25%20DMF: 2
2026-03-30 06:23:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71bb77a4-deb4-506a-a495-cb4637ff607c with identifier: OY25%20DMF
2026-03-30 06:23:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71bb77a4-deb4-506a-a495-cb4637ff607c with scrape type 2
2026-03-30 06:23:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71bb77a4-deb4-506a-a495-cb4637ff607c with scrape type 2
2026-03-30 06:23:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71bb77a4-deb4-506a-a495-cb4637ff607c, identifier: OY25%20DMF
2026-03-30 06:23:43 [bca.uk] INFO: Found listing with ID: OV69%20WDL
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520WDL%27 HTTP/1.1" 200 None
2026-03-30 06:23:43 [bca.uk] INFO: Scrape type for OV69%20WDL: 2
2026-03-30 06:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41b4c32c-0412-5836-a990-dea9612126be with identifier: OV69%20WDL
2026-03-30 06:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41b4c32c-0412-5836-a990-dea9612126be with scrape type 2
2026-03-30 06:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41b4c32c-0412-5836-a990-dea9612126be with scrape type 2
2026-03-30 06:23:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41b4c32c-0412-5836-a990-dea9612126be, identifier: OV69%20WDL
2026-03-30 06:23:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71bb77a4-deb4-506a-a495-cb4637ff607c with identifier: OY25%20DMF
2026-03-30 06:23:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71bb77a4-deb4-506a-a495-cb4637ff607c with identifier: OY25%20DMF
2026-03-30 06:23:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71bb77a4-deb4-506a-a495-cb4637ff607c with identifier: OY25%20DMF to the API
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY25%20DMF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '71bb77a4-deb4-506a-a495-cb4637ff607c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY25 DMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY25%20DMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 3135,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 333 R 4M BLACK ED.DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 333 R 4M BLACK ED.DSG',
 'vin': 'WVWZZZCD1SW202006',
 'year': 2025}
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY25%2520DMF%27 HTTP/1.1" 200 None
2026-03-30 06:23:43 [bca.uk] INFO: Saving data for OY25%20DMF: {'auction_closing_time': 1774951200.0, 'created_time': 1774622329.240479, 'last_price_update_time': 1774851823.446538}
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY25%2520DMF') HTTP/1.1" 204 0
2026-03-30 06:23:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41b4c32c-0412-5836-a990-dea9612126be with identifier: OV69%20WDL
2026-03-30 06:23:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41b4c32c-0412-5836-a990-dea9612126be with identifier: OV69%20WDL
2026-03-30 06:23:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41b4c32c-0412-5836-a990-dea9612126be with identifier: OV69%20WDL to the API
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV69%20WDL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41b4c32c-0412-5836-a990-dea9612126be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV69 WDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV69%20WDL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 51943,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 (I6) HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 (I6) HSE LUXURY',
 'vin': 'SALRA2AK7L2421862',
 'year': 2019}
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520WDL%27 HTTP/1.1" 200 None
2026-03-30 06:23:43 [bca.uk] INFO: Saving data for OV69%20WDL: {'auction_closing_time': 1774951200.0, 'created_time': 1774562632.887762, 'last_price_update_time': 1774851823.737442}
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV69%2520WDL') HTTP/1.1" 204 0
2026-03-30 06:23:43 [bca.uk] INFO: Found listing with ID: YG09%20EFL
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG09%2520EFL%27 HTTP/1.1" 200 None
2026-03-30 06:23:43 [bca.uk] INFO: Scrape type for YG09%20EFL: 2
2026-03-30 06:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95c4deb8-eef0-545c-b696-77a55655d370 with identifier: YG09%20EFL
2026-03-30 06:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95c4deb8-eef0-545c-b696-77a55655d370 with scrape type 2
2026-03-30 06:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95c4deb8-eef0-545c-b696-77a55655d370 with scrape type 2
2026-03-30 06:23:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95c4deb8-eef0-545c-b696-77a55655d370, identifier: YG09%20EFL
2026-03-30 06:23:43 [bca.uk] INFO: Found listing with ID: RE58%20ETV
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE58%2520ETV%27 HTTP/1.1" 200 None
2026-03-30 06:23:43 [bca.uk] INFO: Scrape type for RE58%20ETV: 2
2026-03-30 06:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a9e7efa-314d-5d89-b35c-c6c71bb9edcf with identifier: RE58%20ETV
2026-03-30 06:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a9e7efa-314d-5d89-b35c-c6c71bb9edcf with scrape type 2
2026-03-30 06:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a9e7efa-314d-5d89-b35c-c6c71bb9edcf with scrape type 2
2026-03-30 06:23:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a9e7efa-314d-5d89-b35c-c6c71bb9edcf, identifier: RE58%20ETV
2026-03-30 06:23:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95c4deb8-eef0-545c-b696-77a55655d370 with identifier: YG09%20EFL
2026-03-30 06:23:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95c4deb8-eef0-545c-b696-77a55655d370 with identifier: YG09%20EFL
2026-03-30 06:23:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95c4deb8-eef0-545c-b696-77a55655d370 with identifier: YG09%20EFL to the API
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG09%20EFL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '95c4deb8-eef0-545c-b696-77a55655d370',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG09 EFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG09%20EFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'DAIHATSU',
 'model': 'TERIOS',
 'odometer': 124002,
 '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': 'DAIHATSU TERIOS 1.5 S StationWagon',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'JDAJ210G001073765',
 'year': 2009}
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG09%2520EFL%27 HTTP/1.1" 200 None
2026-03-30 06:23:44 [bca.uk] INFO: Saving data for YG09%20EFL: {'auction_closing_time': 1774951200.0, 'created_time': 1774622268.800736, 'last_price_update_time': 1774851824.250236}
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG09%2520EFL') HTTP/1.1" 204 0
2026-03-30 06:23:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a9e7efa-314d-5d89-b35c-c6c71bb9edcf with identifier: RE58%20ETV
2026-03-30 06:23:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a9e7efa-314d-5d89-b35c-c6c71bb9edcf with identifier: RE58%20ETV
2026-03-30 06:23:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a9e7efa-314d-5d89-b35c-c6c71bb9edcf with identifier: RE58%20ETV to the API
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE58%20ETV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.9L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7a9e7efa-314d-5d89-b35c-c6c71bb9edcf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE58 ETV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE58%20ETV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 157977,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.9 TDI 105 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 MATCH',
 'vin': 'WVWZZZ1KZ9W084737',
 'year': 2008}
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE58%2520ETV%27 HTTP/1.1" 200 None
2026-03-30 06:23:44 [bca.uk] INFO: Saving data for RE58%20ETV: {'auction_closing_time': 1775037600.0, 'created_time': 1774622356.496281, 'last_price_update_time': 1774851824.554637}
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE58%2520ETV') HTTP/1.1" 204 0
2026-03-30 06:23:44 [bca.uk] INFO: Found listing with ID: DG23%20FXB
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520FXB%27 HTTP/1.1" 200 None
2026-03-30 06:23:44 [bca.uk] INFO: Scrape type for DG23%20FXB: 2
2026-03-30 06:23:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d50895-5e68-5175-8c8f-eb75ab7bac8b with identifier: DG23%20FXB
2026-03-30 06:23:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d50895-5e68-5175-8c8f-eb75ab7bac8b with scrape type 2
2026-03-30 06:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d50895-5e68-5175-8c8f-eb75ab7bac8b with scrape type 2
2026-03-30 06:23:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71d50895-5e68-5175-8c8f-eb75ab7bac8b, identifier: DG23%20FXB
2026-03-30 06:23:44 [bca.uk] INFO: Found listing with ID: GJ19%20WEX
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ19%2520WEX%27 HTTP/1.1" 200 None
2026-03-30 06:23:44 [bca.uk] INFO: Scrape type for GJ19%20WEX: 2
2026-03-30 06:23:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b13257ba-a9c6-58c3-aa9d-6df90e9ce848 with identifier: GJ19%20WEX
2026-03-30 06:23:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b13257ba-a9c6-58c3-aa9d-6df90e9ce848 with scrape type 2
2026-03-30 06:23:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b13257ba-a9c6-58c3-aa9d-6df90e9ce848 with scrape type 2
2026-03-30 06:23:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b13257ba-a9c6-58c3-aa9d-6df90e9ce848, identifier: GJ19%20WEX
2026-03-30 06:23:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71d50895-5e68-5175-8c8f-eb75ab7bac8b with identifier: DG23%20FXB
2026-03-30 06:23:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71d50895-5e68-5175-8c8f-eb75ab7bac8b with identifier: DG23%20FXB
2026-03-30 06:23:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71d50895-5e68-5175-8c8f-eb75ab7bac8b with identifier: DG23%20FXB to the API
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG23%20FXB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '71d50895-5e68-5175-8c8f-eb75ab7bac8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG23 FXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG23%20FXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 13160,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 45 TFSI QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '45 TFSI QUATTRO S LINE S-T',
 'vin': 'WAUZZZFY2P2096112',
 'year': 2023}
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520FXB%27 HTTP/1.1" 200 None
2026-03-30 06:23:45 [bca.uk] INFO: Saving data for DG23%20FXB: {'auction_closing_time': 1774951200.0, 'created_time': 1774562586.333179, 'last_price_update_time': 1774851825.063838}
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG23%2520FXB') HTTP/1.1" 204 0
2026-03-30 06:23:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b13257ba-a9c6-58c3-aa9d-6df90e9ce848 with identifier: GJ19%20WEX
2026-03-30 06:23:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b13257ba-a9c6-58c3-aa9d-6df90e9ce848 with identifier: GJ19%20WEX
2026-03-30 06:23:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b13257ba-a9c6-58c3-aa9d-6df90e9ce848 with identifier: GJ19%20WEX to the API
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ19%20WEX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b13257ba-a9c6-58c3-aa9d-6df90e9ce848',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ19 WEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ19%20WEX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 82558,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 VVT-I ICON TECH Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I ICON TECH',
 'vin': 'VNKKG3D340A119472',
 'year': 2019}
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ19%2520WEX%27 HTTP/1.1" 200 None
2026-03-30 06:23:45 [bca.uk] INFO: Saving data for GJ19%20WEX: {'auction_closing_time': 1774951200.0, 'created_time': 1774622351.552842, 'last_price_update_time': 1774851825.37071}
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ19%2520WEX') HTTP/1.1" 204 0
2026-03-30 06:23:45 [bca.uk] INFO: Found listing with ID: LB20%20EKW
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520EKW%27 HTTP/1.1" 200 None
2026-03-30 06:23:45 [bca.uk] INFO: Scrape type for LB20%20EKW: 2
2026-03-30 06:23:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 358e1bd7-9c59-5ecb-a028-c890b54dd573 with identifier: LB20%20EKW
2026-03-30 06:23:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 358e1bd7-9c59-5ecb-a028-c890b54dd573 with scrape type 2
2026-03-30 06:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 358e1bd7-9c59-5ecb-a028-c890b54dd573 with scrape type 2
2026-03-30 06:23:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 358e1bd7-9c59-5ecb-a028-c890b54dd573, identifier: LB20%20EKW
2026-03-30 06:23:45 [bca.uk] INFO: Found listing with ID: OE21%20MKN
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520MKN%27 HTTP/1.1" 200 None
2026-03-30 06:23:45 [bca.uk] INFO: Scrape type for OE21%20MKN: 2
2026-03-30 06:23:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73ddd334-6cb6-53ad-9b37-2b55a1fdb5ac with identifier: OE21%20MKN
2026-03-30 06:23:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73ddd334-6cb6-53ad-9b37-2b55a1fdb5ac with scrape type 2
2026-03-30 06:23:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73ddd334-6cb6-53ad-9b37-2b55a1fdb5ac with scrape type 2
2026-03-30 06:23:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73ddd334-6cb6-53ad-9b37-2b55a1fdb5ac, identifier: OE21%20MKN
2026-03-30 06:23:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 358e1bd7-9c59-5ecb-a028-c890b54dd573 with identifier: LB20%20EKW
2026-03-30 06:23:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 358e1bd7-9c59-5ecb-a028-c890b54dd573 with identifier: LB20%20EKW
2026-03-30 06:23:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 358e1bd7-9c59-5ecb-a028-c890b54dd573 with identifier: LB20%20EKW to the API
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB20%20EKW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '358e1bd7-9c59-5ecb-a028-c890b54dd573',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB20 EKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB20%20EKW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 74389,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 30D M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBACV620609C58534',
 'year': 2020}
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520EKW%27 HTTP/1.1" 200 None
2026-03-30 06:23:45 [bca.uk] INFO: Saving data for LB20%20EKW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562654.85727, 'last_price_update_time': 1774851825.894798}
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB20%2520EKW') HTTP/1.1" 204 0
2026-03-30 06:23:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73ddd334-6cb6-53ad-9b37-2b55a1fdb5ac with identifier: OE21%20MKN
2026-03-30 06:23:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73ddd334-6cb6-53ad-9b37-2b55a1fdb5ac with identifier: OE21%20MKN
2026-03-30 06:23:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73ddd334-6cb6-53ad-9b37-2b55a1fdb5ac with identifier: OE21%20MKN to the API
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE21%20MKN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '73ddd334-6cb6-53ad-9b37-2b55a1fdb5ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE21 MKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE21%20MKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MITSUBISHI',
 'model': 'SHOGUN SPORT',
 'odometer': 41342,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI SHOGUN SPORT 2.4 DI-DC 4 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'DI-DC 4 4WD',
 'vin': 'MMAGUKS10HH010484',
 'year': 2021}
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520MKN%27 HTTP/1.1" 200 None
2026-03-30 06:23:46 [bca.uk] INFO: Saving data for OE21%20MKN: {'auction_closing_time': 1774951200.0, 'created_time': 1774622378.798115, 'last_price_update_time': 1774851826.312572}
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE21%2520MKN') HTTP/1.1" 204 0
2026-03-30 06:23:46 [bca.uk] INFO: Found listing with ID: EK62%20FCO
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520FCO%27 HTTP/1.1" 200 None
2026-03-30 06:23:46 [bca.uk] INFO: Scrape type for EK62%20FCO: 2
2026-03-30 06:23:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec79cffb-26a4-518d-86db-ce6c7ac2eac9 with identifier: EK62%20FCO
2026-03-30 06:23:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec79cffb-26a4-518d-86db-ce6c7ac2eac9 with scrape type 2
2026-03-30 06:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec79cffb-26a4-518d-86db-ce6c7ac2eac9 with scrape type 2
2026-03-30 06:23:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec79cffb-26a4-518d-86db-ce6c7ac2eac9, identifier: EK62%20FCO
2026-03-30 06:23:46 [bca.uk] INFO: Found listing with ID: EA70%20VCU
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA70%2520VCU%27 HTTP/1.1" 200 None
2026-03-30 06:23:46 [bca.uk] INFO: Scrape type for EA70%20VCU: 2
2026-03-30 06:23:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c7d9700-5dd1-5503-a033-c3bc647b287c with identifier: EA70%20VCU
2026-03-30 06:23:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c7d9700-5dd1-5503-a033-c3bc647b287c with scrape type 2
2026-03-30 06:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c7d9700-5dd1-5503-a033-c3bc647b287c with scrape type 2
2026-03-30 06:23:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c7d9700-5dd1-5503-a033-c3bc647b287c, identifier: EA70%20VCU
2026-03-30 06:23:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec79cffb-26a4-518d-86db-ce6c7ac2eac9 with identifier: EK62%20FCO
2026-03-30 06:23:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec79cffb-26a4-518d-86db-ce6c7ac2eac9 with identifier: EK62%20FCO
2026-03-30 06:23:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec79cffb-26a4-518d-86db-ce6c7ac2eac9 with identifier: EK62%20FCO to the API
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK62%20FCO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ec79cffb-26a4-518d-86db-ce6c7ac2eac9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK62 FCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK62%20FCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'C250',
 'odometer': 117095,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C250 2.1 CDI B/E AMG SPORT PLUS Saloon',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT PLUS',
 'vin': 'WDD2040032A759195',
 'year': 2012}
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520FCO%27 HTTP/1.1" 200 None
2026-03-30 06:23:46 [bca.uk] INFO: Saving data for EK62%20FCO: {'auction_closing_time': 1774951200.0, 'created_time': 1774418541.8308, 'last_price_update_time': 1774851826.842133}
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK62%2520FCO') HTTP/1.1" 204 0
2026-03-30 06:23:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c7d9700-5dd1-5503-a033-c3bc647b287c with identifier: EA70%20VCU
2026-03-30 06:23:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c7d9700-5dd1-5503-a033-c3bc647b287c with identifier: EA70%20VCU
2026-03-30 06:23:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c7d9700-5dd1-5503-a033-c3bc647b287c with identifier: EA70%20VCU to the API
2026-03-30 06:23:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA70%20VCU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9c7d9700-5dd1-5503-a033-c3bc647b287c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA70 VCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA70%20VCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 28704,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI AWD GT-LINE ISG DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI AWD GT-LINE ISG DCT',
 'vin': 'U5YPK816WML972480',
 'year': 2021}
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA70%2520VCU%27 HTTP/1.1" 200 None
2026-03-30 06:23:47 [bca.uk] INFO: Saving data for EA70%20VCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774361909.522605, 'last_price_update_time': 1774851827.153223}
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA70%2520VCU') HTTP/1.1" 204 0
2026-03-30 06:23:47 [bca.uk] INFO: Found listing with ID: RV66%20CJU
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV66%2520CJU%27 HTTP/1.1" 200 None
2026-03-30 06:23:47 [bca.uk] INFO: Scrape type for RV66%20CJU: 2
2026-03-30 06:23:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b7f1487-2bb9-51b3-a465-e0f2fd7cdb24 with identifier: RV66%20CJU
2026-03-30 06:23:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b7f1487-2bb9-51b3-a465-e0f2fd7cdb24 with scrape type 2
2026-03-30 06:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b7f1487-2bb9-51b3-a465-e0f2fd7cdb24 with scrape type 2
2026-03-30 06:23:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b7f1487-2bb9-51b3-a465-e0f2fd7cdb24, identifier: RV66%20CJU
2026-03-30 06:23:47 [bca.uk] INFO: Found listing with ID: FL21%20UBW
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520UBW%27 HTTP/1.1" 200 None
2026-03-30 06:23:47 [bca.uk] INFO: Scrape type for FL21%20UBW: 0
2026-03-30 06:23:47 [bca.uk] INFO: Found listing with ID: GV17%20MPX
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV17%2520MPX%27 HTTP/1.1" 200 None
2026-03-30 06:23:47 [bca.uk] INFO: Scrape type for GV17%20MPX: 2
2026-03-30 06:23:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d68ccda3-e08a-5dc4-86b7-9b3903d5cfd9 with identifier: GV17%20MPX
2026-03-30 06:23:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d68ccda3-e08a-5dc4-86b7-9b3903d5cfd9 with scrape type 2
2026-03-30 06:23:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d68ccda3-e08a-5dc4-86b7-9b3903d5cfd9 with scrape type 2
2026-03-30 06:23:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d68ccda3-e08a-5dc4-86b7-9b3903d5cfd9, identifier: GV17%20MPX
2026-03-30 06:23:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b7f1487-2bb9-51b3-a465-e0f2fd7cdb24 with identifier: RV66%20CJU
2026-03-30 06:23:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b7f1487-2bb9-51b3-a465-e0f2fd7cdb24 with identifier: RV66%20CJU
2026-03-30 06:23:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b7f1487-2bb9-51b3-a465-e0f2fd7cdb24 with identifier: RV66%20CJU to the API
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 82,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV66%20CJU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8b7f1487-2bb9-51b3-a465-e0f2fd7cdb24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV66 CJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV66%20CJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 94301,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 VVT-I HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID DESIGN',
 'vin': 'VNKKD3D300A279440',
 'year': 2016}
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV66%2520CJU%27 HTTP/1.1" 200 None
2026-03-30 06:23:47 [bca.uk] INFO: Saving data for RV66%20CJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774436740.854512, 'last_price_update_time': 1774851827.686753}
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV66%2520CJU') HTTP/1.1" 204 0
2026-03-30 06:23:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:23:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d68ccda3-e08a-5dc4-86b7-9b3903d5cfd9 with identifier: GV17%20MPX
2026-03-30 06:23:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d68ccda3-e08a-5dc4-86b7-9b3903d5cfd9 with identifier: GV17%20MPX
2026-03-30 06:23:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d68ccda3-e08a-5dc4-86b7-9b3903d5cfd9 with identifier: GV17%20MPX to the API
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV17%20MPX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd68ccda3-e08a-5dc4-86b7-9b3903d5cfd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV17 MPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV17%20MPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 161821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TFSI 180 QUATTRO S LINE ED.ST StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 180 QUATTRO S LINE ED.ST',
 'vin': 'WAUZZZ8U5HR096494',
 'year': 2017}
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV17%2520MPX%27 HTTP/1.1" 200 None
2026-03-30 06:23:47 [bca.uk] INFO: Saving data for GV17%20MPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774350184.622142, 'last_price_update_time': 1774851827.98779}
2026-03-30 06:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV17%2520MPX') HTTP/1.1" 204 0
2026-03-30 06:23:48 [bca.uk] INFO: Found listing with ID: EX69%20AOB
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520AOB%27 HTTP/1.1" 200 None
2026-03-30 06:23:48 [bca.uk] INFO: Scrape type for EX69%20AOB: 2
2026-03-30 06:23:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3f3c15b-2177-50f1-9df5-cfedf45c97a3 with identifier: EX69%20AOB
2026-03-30 06:23:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3f3c15b-2177-50f1-9df5-cfedf45c97a3 with scrape type 2
2026-03-30 06:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3f3c15b-2177-50f1-9df5-cfedf45c97a3 with scrape type 2
2026-03-30 06:23:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3f3c15b-2177-50f1-9df5-cfedf45c97a3, identifier: EX69%20AOB
2026-03-30 06:23:48 [bca.uk] INFO: Found listing with ID: LM72%20CMF
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520CMF%27 HTTP/1.1" 200 None
2026-03-30 06:23:48 [bca.uk] INFO: Scrape type for LM72%20CMF: 2
2026-03-30 06:23:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17952ea9-ff84-5889-8438-f8e70136d79d with identifier: LM72%20CMF
2026-03-30 06:23:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17952ea9-ff84-5889-8438-f8e70136d79d with scrape type 2
2026-03-30 06:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17952ea9-ff84-5889-8438-f8e70136d79d with scrape type 2
2026-03-30 06:23:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17952ea9-ff84-5889-8438-f8e70136d79d, identifier: LM72%20CMF
2026-03-30 06:23:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3f3c15b-2177-50f1-9df5-cfedf45c97a3 with identifier: EX69%20AOB
2026-03-30 06:23:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3f3c15b-2177-50f1-9df5-cfedf45c97a3 with identifier: EX69%20AOB
2026-03-30 06:23:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3f3c15b-2177-50f1-9df5-cfedf45c97a3 with identifier: EX69%20AOB to the API
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX69%20AOB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a3f3c15b-2177-50f1-9df5-cfedf45c97a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX69 AOB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX69%20AOB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 21632,
 'odometer_reading_unit': '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': 'NLHA851ALLZ547777',
 'year': 2019}
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520AOB%27 HTTP/1.1" 200 None
2026-03-30 06:23:48 [bca.uk] INFO: Saving data for EX69%20AOB: {'auction_closing_time': 1774864800.0, 'created_time': 1774621258.942219, 'last_price_update_time': 1774851828.505105}
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX69%2520AOB') HTTP/1.1" 204 0
2026-03-30 06:23:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17952ea9-ff84-5889-8438-f8e70136d79d with identifier: LM72%20CMF
2026-03-30 06:23:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17952ea9-ff84-5889-8438-f8e70136d79d with identifier: LM72%20CMF
2026-03-30 06:23:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17952ea9-ff84-5889-8438-f8e70136d79d with identifier: LM72%20CMF to the API
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM72%20CMF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '17952ea9-ff84-5889-8438-f8e70136d79d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM72 CMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM72%20CMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 25481,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI 110 S LINE Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI 110 S LINE',
 'vin': 'WAUZZZGB1PR008555',
 'year': 2022}
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520CMF%27 HTTP/1.1" 200 None
2026-03-30 06:23:48 [bca.uk] INFO: Saving data for LM72%20CMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774362812.973004, 'last_price_update_time': 1774851828.792694}
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM72%2520CMF') HTTP/1.1" 204 0
2026-03-30 06:23:48 [bca.uk] INFO: Found listing with ID: GJ69%20LTK
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ69%2520LTK%27 HTTP/1.1" 200 None
2026-03-30 06:23:48 [bca.uk] INFO: Scrape type for GJ69%20LTK: 2
2026-03-30 06:23:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with identifier: GJ69%20LTK
2026-03-30 06:23:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with scrape type 2
2026-03-30 06:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with scrape type 2
2026-03-30 06:23:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05e92a52-bd4a-55ab-a0bc-4a19cc081165, identifier: GJ69%20LTK
2026-03-30 06:23:48 [bca.uk] INFO: Found listing with ID: RE23%20GYT
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520GYT%27 HTTP/1.1" 200 None
2026-03-30 06:23:48 [bca.uk] INFO: Scrape type for RE23%20GYT: 2
2026-03-30 06:23:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with identifier: RE23%20GYT
2026-03-30 06:23:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with scrape type 2
2026-03-30 06:23:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with scrape type 2
2026-03-30 06:23:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1fb58f4-080a-5e66-90ce-785d0d7ecae2, identifier: RE23%20GYT
2026-03-30 06:23:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with identifier: GJ69%20LTK
2026-03-30 06:23:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with identifier: GJ69%20LTK
2026-03-30 06:23:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05e92a52-bd4a-55ab-a0bc-4a19cc081165 with identifier: GJ69%20LTK to the API
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ69%20LTK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '05e92a52-bd4a-55ab-a0bc-4a19cc081165',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ69 LTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ69%20LTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 82823,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 3.0 SDV6 VOGUE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 VOGUE',
 'vin': 'SALGA2AK9LA571730',
 'year': 2019}
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ69%2520LTK%27 HTTP/1.1" 200 None
2026-03-30 06:23:49 [bca.uk] INFO: Saving data for GJ69%20LTK: {'auction_closing_time': 1774951200.0, 'created_time': 1774562676.093025, 'last_price_update_time': 1774851829.295392}
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ69%2520LTK') HTTP/1.1" 204 0
2026-03-30 06:23:49 [bca.uk] INFO: Total items found: 100
2026-03-30 06:23:49 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded
2026-03-30 06:23:49 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:23:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with identifier: RE23%20GYT
2026-03-30 06:23:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with identifier: RE23%20GYT
2026-03-30 06:23:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1fb58f4-080a-5e66-90ce-785d0d7ecae2 with identifier: RE23%20GYT to the API
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=58&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE23%20GYT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1fb58f4-080a-5e66-90ce-785d0d7ecae2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE23 GYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE23%20GYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 83988,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B MHEV 125 ST-LINE X P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B MHEV 125 ST-LINE X P/S',
 'vin': 'WF0JXXGAHJPC04608',
 'year': 2023}
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520GYT%27 HTTP/1.1" 200 None
2026-03-30 06:23:49 [bca.uk] INFO: Saving data for RE23%20GYT: {'auction_closing_time': 1774864800.0, 'created_time': 1773826970.836222, 'last_price_update_time': 1774851829.612272}
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520GYT') HTTP/1.1" 204 0
2026-03-30 06:23:49 [bca.uk] INFO: Found listing with ID: EY08%20KHL
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520KHL%27 HTTP/1.1" 200 None
2026-03-30 06:23:49 [bca.uk] INFO: Scrape type for EY08%20KHL: 2
2026-03-30 06:23:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 550a464d-682d-52a6-b408-ea09c0ec62e5 with identifier: EY08%20KHL
2026-03-30 06:23:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 550a464d-682d-52a6-b408-ea09c0ec62e5 with scrape type 2
2026-03-30 06:23:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 550a464d-682d-52a6-b408-ea09c0ec62e5 with scrape type 2
2026-03-30 06:23:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 550a464d-682d-52a6-b408-ea09c0ec62e5, identifier: EY08%20KHL
2026-03-30 06:23:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:23:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 550a464d-682d-52a6-b408-ea09c0ec62e5 with identifier: EY08%20KHL
2026-03-30 06:23:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 550a464d-682d-52a6-b408-ea09c0ec62e5 with identifier: EY08%20KHL
2026-03-30 06:23:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 550a464d-682d-52a6-b408-ea09c0ec62e5 with identifier: EY08%20KHL to the API
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY08%20KHL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '550a464d-682d-52a6-b408-ea09c0ec62e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY08 KHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY08%20KHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 111657,
 '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': 'WF0EXXGCDE8R29381',
 'year': 2008}
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520KHL%27 HTTP/1.1" 200 None
2026-03-30 06:23:50 [bca.uk] INFO: Saving data for EY08%20KHL: {'auction_closing_time': 1774951200.0, 'created_time': 1774621219.073684, 'last_price_update_time': 1774851830.00928}
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY08%2520KHL') HTTP/1.1" 204 0
2026-03-30 06:23:50 [bca.uk] INFO: Found listing with ID: EX61%20HFZ
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520HFZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:50 [bca.uk] INFO: Scrape type for EX61%20HFZ: 2
2026-03-30 06:23:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 647ff14f-8fd6-5df9-bd58-b33f351d92d7 with identifier: EX61%20HFZ
2026-03-30 06:23:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 647ff14f-8fd6-5df9-bd58-b33f351d92d7 with scrape type 2
2026-03-30 06:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 647ff14f-8fd6-5df9-bd58-b33f351d92d7 with scrape type 2
2026-03-30 06:23:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 647ff14f-8fd6-5df9-bd58-b33f351d92d7, identifier: EX61%20HFZ
2026-03-30 06:23:50 [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:23:50 [bca.uk] INFO: Found listing with ID: WM22%20LCA
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM22%2520LCA%27 HTTP/1.1" 200 None
2026-03-30 06:23:50 [bca.uk] INFO: Scrape type for WM22%20LCA: 0
2026-03-30 06:23:50 [bca.uk] INFO: Found listing with ID: KM20%20LWW
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520LWW%27 HTTP/1.1" 200 None
2026-03-30 06:23:50 [bca.uk] INFO: Scrape type for KM20%20LWW: 2
2026-03-30 06:23:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b674bdd2-25f3-5622-bbd4-dff1bdeff148 with identifier: KM20%20LWW
2026-03-30 06:23:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b674bdd2-25f3-5622-bbd4-dff1bdeff148 with scrape type 2
2026-03-30 06:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b674bdd2-25f3-5622-bbd4-dff1bdeff148 with scrape type 2
2026-03-30 06:23:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b674bdd2-25f3-5622-bbd4-dff1bdeff148, identifier: KM20%20LWW
2026-03-30 06:23:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 647ff14f-8fd6-5df9-bd58-b33f351d92d7 with identifier: EX61%20HFZ
2026-03-30 06:23:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 647ff14f-8fd6-5df9-bd58-b33f351d92d7 with identifier: EX61%20HFZ
2026-03-30 06:23:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 647ff14f-8fd6-5df9-bd58-b33f351d92d7 with identifier: EX61%20HFZ to the API
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '647ff14f-8fd6-5df9-bd58-b33f351d92d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX61 HFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX61%20HFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 100648,
 'odometer_reading_unit': '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': 'JTDKG18C90N568873',
 'year': 2011}
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX61%2520HFZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:50 [bca.uk] INFO: Saving data for EX61%20HFZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621091.840395, 'last_price_update_time': 1774851830.548195}
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX61%2520HFZ') HTTP/1.1" 204 0
2026-03-30 06:23:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b674bdd2-25f3-5622-bbd4-dff1bdeff148 with identifier: KM20%20LWW
2026-03-30 06:23:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b674bdd2-25f3-5622-bbd4-dff1bdeff148 with identifier: KM20%20LWW
2026-03-30 06:23:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b674bdd2-25f3-5622-bbd4-dff1bdeff148 with identifier: KM20%20LWW to the API
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM20%20LWW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b674bdd2-25f3-5622-bbd4-dff1bdeff148',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM20 LWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM20%20LWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 50039,
 'odometer_reading_unit': '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 A180 D 1.5 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'W1K1770032V062197',
 'year': 2020}
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520LWW%27 HTTP/1.1" 200 None
2026-03-30 06:23:50 [bca.uk] INFO: Saving data for KM20%20LWW: {'auction_closing_time': 1774951200.0, 'created_time': 1774621203.129224, 'last_price_update_time': 1774851830.953054}
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM20%2520LWW') HTTP/1.1" 204 0
2026-03-30 06:23:50 [bca.uk] INFO: Found listing with ID: DF74%20TPY
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF74%2520TPY%27 HTTP/1.1" 200 None
2026-03-30 06:23:50 [bca.uk] INFO: Scrape type for DF74%20TPY: 2
2026-03-30 06:23:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1576253-012c-5b83-8ac2-f3de2f1f921a with identifier: DF74%20TPY
2026-03-30 06:23:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1576253-012c-5b83-8ac2-f3de2f1f921a with scrape type 2
2026-03-30 06:23:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1576253-012c-5b83-8ac2-f3de2f1f921a with scrape type 2
2026-03-30 06:23:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1576253-012c-5b83-8ac2-f3de2f1f921a, identifier: DF74%20TPY
2026-03-30 06:23:51 [bca.uk] INFO: Found listing with ID: LB70%20HDN
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520HDN%27 HTTP/1.1" 200 None
2026-03-30 06:23:51 [bca.uk] INFO: Scrape type for LB70%20HDN: 2
2026-03-30 06:23:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64c5102a-0ad2-59ba-8d0e-a98a7a9a4a81 with identifier: LB70%20HDN
2026-03-30 06:23:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64c5102a-0ad2-59ba-8d0e-a98a7a9a4a81 with scrape type 2
2026-03-30 06:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64c5102a-0ad2-59ba-8d0e-a98a7a9a4a81 with scrape type 2
2026-03-30 06:23:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64c5102a-0ad2-59ba-8d0e-a98a7a9a4a81, identifier: LB70%20HDN
2026-03-30 06:23:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1576253-012c-5b83-8ac2-f3de2f1f921a with identifier: DF74%20TPY
2026-03-30 06:23:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1576253-012c-5b83-8ac2-f3de2f1f921a with identifier: DF74%20TPY
2026-03-30 06:23:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1576253-012c-5b83-8ac2-f3de2f1f921a with identifier: DF74%20TPY to the API
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 9,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF74%20TPY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e1576253-012c-5b83-8ac2-f3de2f1f921a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DF74 TPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF74%20TPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 4676,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 204 PHEV ELEGANCE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 204 PHEV ELEGANCE DSG',
 'vin': 'WVGZZZCT2SW400256',
 'year': 2024}
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF74%2520TPY%27 HTTP/1.1" 200 None
2026-03-30 06:23:51 [bca.uk] INFO: Saving data for DF74%20TPY: {'auction_closing_time': 1774951200.0, 'created_time': 1774621263.680078, 'last_price_update_time': 1774851831.477788}
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF74%2520TPY') HTTP/1.1" 204 0
2026-03-30 06:23:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64c5102a-0ad2-59ba-8d0e-a98a7a9a4a81 with identifier: LB70%20HDN
2026-03-30 06:23:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64c5102a-0ad2-59ba-8d0e-a98a7a9a4a81 with identifier: LB70%20HDN
2026-03-30 06:23:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64c5102a-0ad2-59ba-8d0e-a98a7a9a4a81 with identifier: LB70%20HDN to the API
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB70%20HDN-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': '64c5102a-0ad2-59ba-8d0e-a98a7a9a4a81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB70 HDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB70%20HDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 63202,
 'odometer_reading_unit': '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 M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT STEP',
 'vin': 'WBATS120709E50623',
 'year': 2020}
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520HDN%27 HTTP/1.1" 200 None
2026-03-30 06:23:51 [bca.uk] INFO: Saving data for LB70%20HDN: {'auction_closing_time': 1774951200.0, 'created_time': 1774621191.62156, 'last_price_update_time': 1774851831.76574}
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB70%2520HDN') HTTP/1.1" 204 0
2026-03-30 06:23:51 [bca.uk] INFO: Found listing with ID: MT66%20HOJ
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT66%2520HOJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:51 [bca.uk] INFO: Scrape type for MT66%20HOJ: 2
2026-03-30 06:23:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 155b940b-43ea-555f-8417-ac07c65c5a77 with identifier: MT66%20HOJ
2026-03-30 06:23:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 155b940b-43ea-555f-8417-ac07c65c5a77 with scrape type 2
2026-03-30 06:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 155b940b-43ea-555f-8417-ac07c65c5a77 with scrape type 2
2026-03-30 06:23:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 155b940b-43ea-555f-8417-ac07c65c5a77, identifier: MT66%20HOJ
2026-03-30 06:23:51 [bca.uk] INFO: Found listing with ID: LD69%20UUB
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520UUB%27 HTTP/1.1" 200 None
2026-03-30 06:23:51 [bca.uk] INFO: Scrape type for LD69%20UUB: 2
2026-03-30 06:23:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fec2edce-2d4e-53e5-a274-69d1d3090eaa with identifier: LD69%20UUB
2026-03-30 06:23:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fec2edce-2d4e-53e5-a274-69d1d3090eaa with scrape type 2
2026-03-30 06:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fec2edce-2d4e-53e5-a274-69d1d3090eaa with scrape type 2
2026-03-30 06:23:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fec2edce-2d4e-53e5-a274-69d1d3090eaa, identifier: LD69%20UUB
2026-03-30 06:23:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 155b940b-43ea-555f-8417-ac07c65c5a77 with identifier: MT66%20HOJ
2026-03-30 06:23:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 155b940b-43ea-555f-8417-ac07c65c5a77 with identifier: MT66%20HOJ
2026-03-30 06:23:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 155b940b-43ea-555f-8417-ac07c65c5a77 with identifier: MT66%20HOJ to the API
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT66%20HOJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '155b940b-43ea-555f-8417-ac07c65c5a77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT66 HOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT66%20HOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 73824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.5 DCI 110 DYNAMIQUE EDC Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 110 DYNAMIQUE EDC',
 'vin': 'VF1RFE00656550924',
 'year': 2016}
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT66%2520HOJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:52 [bca.uk] INFO: Saving data for MT66%20HOJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773931581.871346, 'last_price_update_time': 1774851832.300735}
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT66%2520HOJ') HTTP/1.1" 204 0
2026-03-30 06:23:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fec2edce-2d4e-53e5-a274-69d1d3090eaa with identifier: LD69%20UUB
2026-03-30 06:23:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fec2edce-2d4e-53e5-a274-69d1d3090eaa with identifier: LD69%20UUB
2026-03-30 06:23:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fec2edce-2d4e-53e5-a274-69d1d3090eaa with identifier: LD69%20UUB to the API
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD69%20UUB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fec2edce-2d4e-53e5-a274-69d1d3090eaa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD69 UUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD69%20UUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 5694,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF01XXERK1KY45541',
 'year': 2019}
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520UUB%27 HTTP/1.1" 200 None
2026-03-30 06:23:52 [bca.uk] INFO: Saving data for LD69%20UUB: {'auction_closing_time': 1774951200.0, 'created_time': 1774621183.240886, 'last_price_update_time': 1774851832.585944}
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD69%2520UUB') HTTP/1.1" 204 0
2026-03-30 06:23:52 [bca.uk] INFO: Found listing with ID: SL67%20THX
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL67%2520THX%27 HTTP/1.1" 200 None
2026-03-30 06:23:52 [bca.uk] INFO: Scrape type for SL67%20THX: 2
2026-03-30 06:23:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2be8f02-c7db-59ed-8676-0e619f242e79 with identifier: SL67%20THX
2026-03-30 06:23:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2be8f02-c7db-59ed-8676-0e619f242e79 with scrape type 2
2026-03-30 06:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2be8f02-c7db-59ed-8676-0e619f242e79 with scrape type 2
2026-03-30 06:23:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2be8f02-c7db-59ed-8676-0e619f242e79, identifier: SL67%20THX
2026-03-30 06:23:52 [bca.uk] INFO: Found listing with ID: VN20%20KCF
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN20%2520KCF%27 HTTP/1.1" 200 None
2026-03-30 06:23:52 [bca.uk] INFO: Scrape type for VN20%20KCF: 2
2026-03-30 06:23:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8eacb974-48c2-5a0a-8c4d-5973e6a14084 with identifier: VN20%20KCF
2026-03-30 06:23:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8eacb974-48c2-5a0a-8c4d-5973e6a14084 with scrape type 2
2026-03-30 06:23:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8eacb974-48c2-5a0a-8c4d-5973e6a14084 with scrape type 2
2026-03-30 06:23:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8eacb974-48c2-5a0a-8c4d-5973e6a14084, identifier: VN20%20KCF
2026-03-30 06:23:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2be8f02-c7db-59ed-8676-0e619f242e79 with identifier: SL67%20THX
2026-03-30 06:23:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2be8f02-c7db-59ed-8676-0e619f242e79 with identifier: SL67%20THX
2026-03-30 06:23:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2be8f02-c7db-59ed-8676-0e619f242e79 with identifier: SL67%20THX to the API
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL67%20THX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b2be8f02-c7db-59ed-8676-0e619f242e79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL67 THX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL67%20THX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 81063,
 'odometer_reading_unit': '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 CROSSLAND X 1.2 T 110 ECOTEC ELITE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 110 ECOTEC ELITE S/S',
 'vin': 'W0V7H9ED6J4092027',
 'year': 2017}
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL67%2520THX%27 HTTP/1.1" 200 None
2026-03-30 06:23:53 [bca.uk] INFO: Saving data for SL67%20THX: {'auction_closing_time': 1774864800.0, 'created_time': 1774622269.89352, 'last_price_update_time': 1774851833.100906}
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL67%2520THX') HTTP/1.1" 204 0
2026-03-30 06:23:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8eacb974-48c2-5a0a-8c4d-5973e6a14084 with identifier: VN20%20KCF
2026-03-30 06:23:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8eacb974-48c2-5a0a-8c4d-5973e6a14084 with identifier: VN20%20KCF
2026-03-30 06:23:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8eacb974-48c2-5a0a-8c4d-5973e6a14084 with identifier: VN20%20KCF to the API
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN20%20KCF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-06T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8eacb974-48c2-5a0a-8c4d-5973e6a14084',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN20 KCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN20%20KCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 58223,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 VVT-I Y20 (BI-TONE) Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I Y20 (BI-TONE)',
 'vin': 'VNKKG3D3X0A198629',
 'year': 2020}
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN20%2520KCF%27 HTTP/1.1" 200 None
2026-03-30 06:23:53 [bca.uk] INFO: Saving data for VN20%20KCF: {'auction_closing_time': 1775469600.0, 'created_time': 1774621062.700488, 'last_price_update_time': 1774851833.409624}
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN20%2520KCF') HTTP/1.1" 204 0
2026-03-30 06:23:53 [bca.uk] INFO: Found listing with ID: CK15%20WVX
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK15%2520WVX%27 HTTP/1.1" 200 None
2026-03-30 06:23:53 [bca.uk] INFO: Scrape type for CK15%20WVX: 2
2026-03-30 06:23:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 007fd87e-6f63-5c5a-b46c-8b6ade91dca6 with identifier: CK15%20WVX
2026-03-30 06:23:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 007fd87e-6f63-5c5a-b46c-8b6ade91dca6 with scrape type 2
2026-03-30 06:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 007fd87e-6f63-5c5a-b46c-8b6ade91dca6 with scrape type 2
2026-03-30 06:23:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 007fd87e-6f63-5c5a-b46c-8b6ade91dca6, identifier: CK15%20WVX
2026-03-30 06:23:53 [bca.uk] INFO: Found listing with ID: GF72%20XCM
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF72%2520XCM%27 HTTP/1.1" 200 None
2026-03-30 06:23:53 [bca.uk] INFO: Scrape type for GF72%20XCM: 2
2026-03-30 06:23:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with identifier: GF72%20XCM
2026-03-30 06:23:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with scrape type 2
2026-03-30 06:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with scrape type 2
2026-03-30 06:23:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df65b5d5-c056-5dd1-9e3b-91826de8b5c7, identifier: GF72%20XCM
2026-03-30 06:23:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 007fd87e-6f63-5c5a-b46c-8b6ade91dca6 with identifier: CK15%20WVX
2026-03-30 06:23:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 007fd87e-6f63-5c5a-b46c-8b6ade91dca6 with identifier: CK15%20WVX
2026-03-30 06:23:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 007fd87e-6f63-5c5a-b46c-8b6ade91dca6 with identifier: CK15%20WVX to the API
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK15%20WVX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '007fd87e-6f63-5c5a-b46c-8b6ade91dca6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK15 WVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK15%20WVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 95705,
 'odometer_reading_unit': '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 TOURER 1.6 16V 115 ELITE Estate',
 'transmission': 'manual',
 'trim': '16V 115 ELITE',
 'vin': 'W0LPE8ED2F8061451',
 'year': 2015}
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK15%2520WVX%27 HTTP/1.1" 200 None
2026-03-30 06:23:53 [bca.uk] INFO: Saving data for CK15%20WVX: {'auction_closing_time': 1774864800.0, 'created_time': 1774621262.414022, 'last_price_update_time': 1774851833.928526}
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK15%2520WVX') HTTP/1.1" 204 0
2026-03-30 06:23:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with identifier: GF72%20XCM
2026-03-30 06:23:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with identifier: GF72%20XCM
2026-03-30 06:23:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df65b5d5-c056-5dd1-9e3b-91826de8b5c7 with identifier: GF72%20XCM to the API
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF72%20XCM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'df65b5d5-c056-5dd1-9e3b-91826de8b5c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GF72 XCM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF72%20XCM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 37765,
 'odometer_reading_unit': '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': 'SALCA2AT9PH325233',
 'year': 2022}
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF72%2520XCM%27 HTTP/1.1" 200 None
2026-03-30 06:23:54 [bca.uk] INFO: Saving data for GF72%20XCM: {'auction_closing_time': 1774951200.0, 'created_time': 1774017068.952407, 'last_price_update_time': 1774851834.252639}
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF72%2520XCM') HTTP/1.1" 204 0
2026-03-30 06:23:54 [bca.uk] INFO: Found listing with ID: CK68%20LMX
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520LMX%27 HTTP/1.1" 200 None
2026-03-30 06:23:54 [bca.uk] INFO: Scrape type for CK68%20LMX: 2
2026-03-30 06:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: badda2bc-2590-50db-9dc9-c4c9742a2161 with identifier: CK68%20LMX
2026-03-30 06:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item badda2bc-2590-50db-9dc9-c4c9742a2161 with scrape type 2
2026-03-30 06:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item badda2bc-2590-50db-9dc9-c4c9742a2161 with scrape type 2
2026-03-30 06:23:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: badda2bc-2590-50db-9dc9-c4c9742a2161, identifier: CK68%20LMX
2026-03-30 06:23:54 [bca.uk] INFO: Found listing with ID: GJ22%20OBS
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520OBS%27 HTTP/1.1" 200 None
2026-03-30 06:23:54 [bca.uk] INFO: Scrape type for GJ22%20OBS: 2
2026-03-30 06:23:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38dd4f15-3c29-5f92-aa69-48729f84e4a3 with identifier: GJ22%20OBS
2026-03-30 06:23:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38dd4f15-3c29-5f92-aa69-48729f84e4a3 with scrape type 2
2026-03-30 06:23:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38dd4f15-3c29-5f92-aa69-48729f84e4a3 with scrape type 2
2026-03-30 06:23:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38dd4f15-3c29-5f92-aa69-48729f84e4a3, identifier: GJ22%20OBS
2026-03-30 06:23:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: badda2bc-2590-50db-9dc9-c4c9742a2161 with identifier: CK68%20LMX
2026-03-30 06:23:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: badda2bc-2590-50db-9dc9-c4c9742a2161 with identifier: CK68%20LMX
2026-03-30 06:23:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: badda2bc-2590-50db-9dc9-c4c9742a2161 with identifier: CK68%20LMX to the API
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK68%20LMX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'badda2bc-2590-50db-9dc9-c4c9742a2161',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK68 LMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK68%20LMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 121727,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 0.9 TCE 90 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 GT LINE',
 'vin': 'VF1R9800761292968',
 'year': 2018}
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520LMX%27 HTTP/1.1" 200 None
2026-03-30 06:23:54 [bca.uk] INFO: Saving data for CK68%20LMX: {'auction_closing_time': 1774864800.0, 'created_time': 1774622290.37376, 'last_price_update_time': 1774851834.787989}
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK68%2520LMX') HTTP/1.1" 204 0
2026-03-30 06:23:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38dd4f15-3c29-5f92-aa69-48729f84e4a3 with identifier: GJ22%20OBS
2026-03-30 06:23:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38dd4f15-3c29-5f92-aa69-48729f84e4a3 with identifier: GJ22%20OBS
2026-03-30 06:23:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38dd4f15-3c29-5f92-aa69-48729f84e4a3 with identifier: GJ22%20OBS to the API
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ22%20OBS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '38dd4f15-3c29-5f92-aa69-48729f84e4a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ22 OBS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ22%20OBS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 32535,
 'odometer_reading_unit': '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': 'LRWYHCEK9NC263274',
 'year': 2022}
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520OBS%27 HTTP/1.1" 200 None
2026-03-30 06:23:55 [bca.uk] INFO: Saving data for GJ22%20OBS: {'auction_closing_time': 1774951200.0, 'created_time': 1774622375.615439, 'last_price_update_time': 1774851835.080029}
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520OBS') HTTP/1.1" 204 0
2026-03-30 06:23:55 [bca.uk] INFO: Found listing with ID: CU13%20HVX
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU13%2520HVX%27 HTTP/1.1" 200 None
2026-03-30 06:23:55 [bca.uk] INFO: Scrape type for CU13%20HVX: 2
2026-03-30 06:23:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 747b9b5c-4b4b-5f99-bc46-fb4021c0d726 with identifier: CU13%20HVX
2026-03-30 06:23:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 747b9b5c-4b4b-5f99-bc46-fb4021c0d726 with scrape type 2
2026-03-30 06:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 747b9b5c-4b4b-5f99-bc46-fb4021c0d726 with scrape type 2
2026-03-30 06:23:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 747b9b5c-4b4b-5f99-bc46-fb4021c0d726, identifier: CU13%20HVX
2026-03-30 06:23:55 [bca.uk] INFO: Found listing with ID: HJ72%20VRG
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520VRG%27 HTTP/1.1" 200 None
2026-03-30 06:23:55 [bca.uk] INFO: Scrape type for HJ72%20VRG: 2
2026-03-30 06:23:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b1dba1f-6e70-5e12-8aa1-68e1c36a712c with identifier: HJ72%20VRG
2026-03-30 06:23:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b1dba1f-6e70-5e12-8aa1-68e1c36a712c with scrape type 2
2026-03-30 06:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b1dba1f-6e70-5e12-8aa1-68e1c36a712c with scrape type 2
2026-03-30 06:23:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b1dba1f-6e70-5e12-8aa1-68e1c36a712c, identifier: HJ72%20VRG
2026-03-30 06:23:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 747b9b5c-4b4b-5f99-bc46-fb4021c0d726 with identifier: CU13%20HVX
2026-03-30 06:23:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 747b9b5c-4b4b-5f99-bc46-fb4021c0d726 with identifier: CU13%20HVX
2026-03-30 06:23:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 747b9b5c-4b4b-5f99-bc46-fb4021c0d726 with identifier: CU13%20HVX to the API
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU13%20HVX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '747b9b5c-4b4b-5f99-bc46-fb4021c0d726',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU13 HVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU13%20HVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 104440,
 'odometer_reading_unit': '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 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM',
 'vin': 'WF0KXXGCBKDM08824',
 'year': 2013}
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU13%2520HVX%27 HTTP/1.1" 200 None
2026-03-30 06:23:55 [bca.uk] INFO: Saving data for CU13%20HVX: {'auction_closing_time': 1774864800.0, 'created_time': 1774622293.961574, 'last_price_update_time': 1774851835.594607}
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU13%2520HVX') HTTP/1.1" 204 0
2026-03-30 06:23:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b1dba1f-6e70-5e12-8aa1-68e1c36a712c with identifier: HJ72%20VRG
2026-03-30 06:23:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b1dba1f-6e70-5e12-8aa1-68e1c36a712c with identifier: HJ72%20VRG
2026-03-30 06:23:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b1dba1f-6e70-5e12-8aa1-68e1c36a712c with identifier: HJ72%20VRG to the API
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 57,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ72%20VRG-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': '5b1dba1f-6e70-5e12-8aa1-68e1c36a712c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HJ72 VRG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ72%20VRG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 31353,
 'odometer_reading_unit': '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': 'SALYA2AY4PA348364',
 'year': 2022}
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520VRG%27 HTTP/1.1" 200 None
2026-03-30 06:23:55 [bca.uk] INFO: Saving data for HJ72%20VRG: {'auction_closing_time': 1774951200.0, 'created_time': 1774622377.993348, 'last_price_update_time': 1774851835.966401}
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ72%2520VRG') HTTP/1.1" 204 0
2026-03-30 06:23:55 [bca.uk] INFO: Found listing with ID: CV10%20XKT
2026-03-30 06:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV10%2520XKT%27 HTTP/1.1" 200 None
2026-03-30 06:23:56 [bca.uk] INFO: Scrape type for CV10%20XKT: 2
2026-03-30 06:23:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c68792cb-39b1-51cc-8c06-03c831b77c61 with identifier: CV10%20XKT
2026-03-30 06:23:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c68792cb-39b1-51cc-8c06-03c831b77c61 with scrape type 2
2026-03-30 06:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c68792cb-39b1-51cc-8c06-03c831b77c61 with scrape type 2
2026-03-30 06:23:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c68792cb-39b1-51cc-8c06-03c831b77c61, identifier: CV10%20XKT
2026-03-30 06:23:56 [bca.uk] INFO: Found listing with ID: CE24%20MDF
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE24%2520MDF%27 HTTP/1.1" 200 None
2026-03-30 06:23:56 [bca.uk] INFO: Scrape type for CE24%20MDF: 0
2026-03-30 06:23:56 [bca.uk] INFO: Found listing with ID: OU69%20NBZ
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU69%2520NBZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:56 [bca.uk] INFO: Scrape type for OU69%20NBZ: 2
2026-03-30 06:23:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfa2a49d-67ff-5b6e-9da5-4007649e9b21 with identifier: OU69%20NBZ
2026-03-30 06:23:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfa2a49d-67ff-5b6e-9da5-4007649e9b21 with scrape type 2
2026-03-30 06:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfa2a49d-67ff-5b6e-9da5-4007649e9b21 with scrape type 2
2026-03-30 06:23:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfa2a49d-67ff-5b6e-9da5-4007649e9b21, identifier: OU69%20NBZ
2026-03-30 06:23:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c68792cb-39b1-51cc-8c06-03c831b77c61 with identifier: CV10%20XKT
2026-03-30 06:23:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c68792cb-39b1-51cc-8c06-03c831b77c61 with identifier: CV10%20XKT
2026-03-30 06:23:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c68792cb-39b1-51cc-8c06-03c831b77c61 with identifier: CV10%20XKT to the API
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV10%20XKT-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c68792cb-39b1-51cc-8c06-03c831b77c61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV10 XKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV10%20XKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'CARAVELLE',
 'odometer': 165867,
 '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 CARAVELLE 2.0 BITDI 180 EXECUTIVE DSG MPV',
 'transmission': 'automatic',
 'trim': 'BITDI 180 EXECUTIVE DSG',
 'vin': 'WV2ZZZ7HZAH251344',
 'year': 2010}
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV10%2520XKT%27 HTTP/1.1" 200 None
2026-03-30 06:23:56 [bca.uk] INFO: Saving data for CV10%20XKT: {'auction_closing_time': 1774864800.0, 'created_time': 1774621247.783695, 'last_price_update_time': 1774851836.486797}
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV10%2520XKT') HTTP/1.1" 204 0
2026-03-30 06:23:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfa2a49d-67ff-5b6e-9da5-4007649e9b21 with identifier: OU69%20NBZ
2026-03-30 06:23:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfa2a49d-67ff-5b6e-9da5-4007649e9b21 with identifier: OU69%20NBZ
2026-03-30 06:23:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfa2a49d-67ff-5b6e-9da5-4007649e9b21 with identifier: OU69%20NBZ to the API
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU69%20NBZ-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bfa2a49d-67ff-5b6e-9da5-4007649e9b21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU69 NBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU69%20NBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 20601,
 'odometer_reading_unit': '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 D/LOGIC Hatchback',
 'transmission': 'automatic',
 'trim': 'LOUNGE D/LOGIC',
 'vin': 'ZFA3120000JC68171',
 'year': 2019}
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU69%2520NBZ%27 HTTP/1.1" 200 None
2026-03-30 06:23:56 [bca.uk] INFO: Saving data for OU69%20NBZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774622354.638787, 'last_price_update_time': 1774851836.769887}
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU69%2520NBZ') HTTP/1.1" 204 0
2026-03-30 06:23:56 [bca.uk] INFO: Found listing with ID: KR65%20DTN
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520DTN%27 HTTP/1.1" 200 None
2026-03-30 06:23:56 [bca.uk] INFO: Scrape type for KR65%20DTN: 2
2026-03-30 06:23:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 718827d7-9216-5913-be1a-48e36bb17854 with identifier: KR65%20DTN
2026-03-30 06:23:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 718827d7-9216-5913-be1a-48e36bb17854 with scrape type 2
2026-03-30 06:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 718827d7-9216-5913-be1a-48e36bb17854 with scrape type 2
2026-03-30 06:23:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 718827d7-9216-5913-be1a-48e36bb17854, identifier: KR65%20DTN
2026-03-30 06:23:56 [bca.uk] INFO: Found listing with ID: RK21%20BVG
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK21%2520BVG%27 HTTP/1.1" 200 None
2026-03-30 06:23:56 [bca.uk] INFO: Scrape type for RK21%20BVG: 2
2026-03-30 06:23:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51289e76-eff5-513e-80a7-30091a9c65dd with identifier: RK21%20BVG
2026-03-30 06:23:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51289e76-eff5-513e-80a7-30091a9c65dd with scrape type 2
2026-03-30 06:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51289e76-eff5-513e-80a7-30091a9c65dd with scrape type 2
2026-03-30 06:23:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51289e76-eff5-513e-80a7-30091a9c65dd, identifier: RK21%20BVG
2026-03-30 06:23:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 718827d7-9216-5913-be1a-48e36bb17854 with identifier: KR65%20DTN
2026-03-30 06:23:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 718827d7-9216-5913-be1a-48e36bb17854 with identifier: KR65%20DTN
2026-03-30 06:23:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 718827d7-9216-5913-be1a-48e36bb17854 with identifier: KR65%20DTN to the API
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR65%20DTN-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '718827d7-9216-5913-be1a-48e36bb17854',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR65 DTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR65%20DTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 34508,
 'odometer_reading_unit': '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': 'W0LJD7E82GB530600',
 'year': 2015}
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520DTN%27 HTTP/1.1" 200 None
2026-03-30 06:23:57 [bca.uk] INFO: Saving data for KR65%20DTN: {'auction_closing_time': 1774864800.0, 'created_time': 1773931584.593847, 'last_price_update_time': 1774851837.257146}
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR65%2520DTN') HTTP/1.1" 204 0
2026-03-30 06:23:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51289e76-eff5-513e-80a7-30091a9c65dd with identifier: RK21%20BVG
2026-03-30 06:23:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51289e76-eff5-513e-80a7-30091a9c65dd with identifier: RK21%20BVG
2026-03-30 06:23:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51289e76-eff5-513e-80a7-30091a9c65dd with identifier: RK21%20BVG to the API
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK21%20BVG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '51289e76-eff5-513e-80a7-30091a9c65dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK21 BVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK21%20BVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 35876,
 'odometer_reading_unit': '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 P200 R-DYNAMIC S PLUS (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'P200 R-DYNAMIC S PLUS (5ST)',
 'vin': 'SALCA2AX9MH883873',
 'year': 2021}
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK21%2520BVG%27 HTTP/1.1" 200 None
2026-03-30 06:23:57 [bca.uk] INFO: Saving data for RK21%20BVG: {'auction_closing_time': 1774951200.0, 'created_time': 1774622331.355245, 'last_price_update_time': 1774851837.54545}
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK21%2520BVG') HTTP/1.1" 204 0
2026-03-30 06:23:57 [bca.uk] INFO: Found listing with ID: BC21%20KLD
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC21%2520KLD%27 HTTP/1.1" 200 None
2026-03-30 06:23:57 [bca.uk] INFO: Scrape type for BC21%20KLD: 2
2026-03-30 06:23:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc872baa-124a-5512-9502-23a9144c253a with identifier: BC21%20KLD
2026-03-30 06:23:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc872baa-124a-5512-9502-23a9144c253a with scrape type 2
2026-03-30 06:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc872baa-124a-5512-9502-23a9144c253a with scrape type 2
2026-03-30 06:23:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc872baa-124a-5512-9502-23a9144c253a, identifier: BC21%20KLD
2026-03-30 06:23:57 [bca.uk] INFO: Found listing with ID: BT67%20MYL
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT67%2520MYL%27 HTTP/1.1" 200 None
2026-03-30 06:23:57 [bca.uk] INFO: Scrape type for BT67%20MYL: 2
2026-03-30 06:23:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with identifier: BT67%20MYL
2026-03-30 06:23:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with scrape type 2
2026-03-30 06:23:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with scrape type 2
2026-03-30 06:23:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21615fd8-2eab-5a7a-9805-aca7bccd7f9a, identifier: BT67%20MYL
2026-03-30 06:23:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc872baa-124a-5512-9502-23a9144c253a with identifier: BC21%20KLD
2026-03-30 06:23:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc872baa-124a-5512-9502-23a9144c253a with identifier: BC21%20KLD
2026-03-30 06:23:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc872baa-124a-5512-9502-23a9144c253a with identifier: BC21%20KLD to the API
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 38,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC21%20KLD-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': 'cc872baa-124a-5512-9502-23a9144c253a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BC21 KLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC21%20KLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': '330E',
 'odometer': 60466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T XDRIVE M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'T XDRIVE M SPORT',
 'vin': 'WBA6N72000FL58940',
 'year': 2021}
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC21%2520KLD%27 HTTP/1.1" 200 None
2026-03-30 06:23:58 [bca.uk] INFO: Saving data for BC21%20KLD: {'auction_closing_time': 1774951200.0, 'created_time': 1774621284.760563, 'last_price_update_time': 1774851838.046849}
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC21%2520KLD') HTTP/1.1" 204 0
2026-03-30 06:23:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with identifier: BT67%20MYL
2026-03-30 06:23:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with identifier: BT67%20MYL
2026-03-30 06:23:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21615fd8-2eab-5a7a-9805-aca7bccd7f9a with identifier: BT67%20MYL to the API
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT67%20MYL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21615fd8-2eab-5a7a-9805-aca7bccd7f9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT67 MYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT67%20MYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 56860,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2383142F048251',
 'year': 2018}
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT67%2520MYL%27 HTTP/1.1" 200 None
2026-03-30 06:23:58 [bca.uk] INFO: Saving data for BT67%20MYL: {'auction_closing_time': 1774951200.0, 'created_time': 1774016781.702877, 'last_price_update_time': 1774851838.349072}
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT67%2520MYL') HTTP/1.1" 204 0
2026-03-30 06:23:58 [bca.uk] INFO: Found listing with ID: FV71%20JWL
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520JWL%27 HTTP/1.1" 200 None
2026-03-30 06:23:58 [bca.uk] INFO: Scrape type for FV71%20JWL: 2
2026-03-30 06:23:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e32cca44-9e55-5939-8a28-eb2912f47649 with identifier: FV71%20JWL
2026-03-30 06:23:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e32cca44-9e55-5939-8a28-eb2912f47649 with scrape type 2
2026-03-30 06:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e32cca44-9e55-5939-8a28-eb2912f47649 with scrape type 2
2026-03-30 06:23:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e32cca44-9e55-5939-8a28-eb2912f47649, identifier: FV71%20JWL
2026-03-30 06:23:58 [bca.uk] INFO: Found listing with ID: FL22%20YFY
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520YFY%27 HTTP/1.1" 200 None
2026-03-30 06:23:58 [bca.uk] INFO: Scrape type for FL22%20YFY: 2
2026-03-30 06:23:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 645404ae-bb20-5ee1-8e37-57baca542aa3 with identifier: FL22%20YFY
2026-03-30 06:23:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 645404ae-bb20-5ee1-8e37-57baca542aa3 with scrape type 2
2026-03-30 06:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 645404ae-bb20-5ee1-8e37-57baca542aa3 with scrape type 2
2026-03-30 06:23:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 645404ae-bb20-5ee1-8e37-57baca542aa3, identifier: FL22%20YFY
2026-03-30 06:23:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e32cca44-9e55-5939-8a28-eb2912f47649 with identifier: FV71%20JWL
2026-03-30 06:23:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e32cca44-9e55-5939-8a28-eb2912f47649 with identifier: FV71%20JWL
2026-03-30 06:23:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e32cca44-9e55-5939-8a28-eb2912f47649 with identifier: FV71%20JWL to the API
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV71%20JWL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e32cca44-9e55-5939-8a28-eb2912f47649',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV71 JWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV71%20JWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'EQC 400',
 'odometer': 78520,
 'odometer_reading_unit': '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 EQC 400 AMG LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE',
 'vin': 'W1K2938902F035974',
 'year': 2021}
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520JWL%27 HTTP/1.1" 200 None
2026-03-30 06:23:58 [bca.uk] INFO: Saving data for FV71%20JWL: {'auction_closing_time': 1774951200.0, 'created_time': 1774621286.265414, 'last_price_update_time': 1774851838.848915}
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV71%2520JWL') HTTP/1.1" 204 0
2026-03-30 06:23:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 645404ae-bb20-5ee1-8e37-57baca542aa3 with identifier: FL22%20YFY
2026-03-30 06:23:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 645404ae-bb20-5ee1-8e37-57baca542aa3 with identifier: FL22%20YFY
2026-03-30 06:23:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 645404ae-bb20-5ee1-8e37-57baca542aa3 with identifier: FL22%20YFY to the API
2026-03-30 06:23:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20YFY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '645404ae-bb20-5ee1-8e37-57baca542aa3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL22 YFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20YFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 34637,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D200 AWD R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 AWD R-DYNAMIC SE',
 'vin': 'SADCA2AN5NA700652',
 'year': 2022}
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520YFY%27 HTTP/1.1" 200 None
2026-03-30 06:23:59 [bca.uk] INFO: Saving data for FL22%20YFY: {'auction_closing_time': 1774951200.0, 'created_time': 1774016774.111467, 'last_price_update_time': 1774851839.127687}
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520YFY') HTTP/1.1" 204 0
2026-03-30 06:23:59 [bca.uk] INFO: Found listing with ID: VN72%20KLJ
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520KLJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:59 [bca.uk] INFO: Scrape type for VN72%20KLJ: 2
2026-03-30 06:23:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21e83cf2-bfaf-5e96-ac5d-548b509bd193 with identifier: VN72%20KLJ
2026-03-30 06:23:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21e83cf2-bfaf-5e96-ac5d-548b509bd193 with scrape type 2
2026-03-30 06:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21e83cf2-bfaf-5e96-ac5d-548b509bd193 with scrape type 2
2026-03-30 06:23:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21e83cf2-bfaf-5e96-ac5d-548b509bd193, identifier: VN72%20KLJ
2026-03-30 06:23:59 [bca.uk] INFO: Found listing with ID: HF70%20BJO
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF70%2520BJO%27 HTTP/1.1" 200 None
2026-03-30 06:23:59 [bca.uk] INFO: Scrape type for HF70%20BJO: 2
2026-03-30 06:23:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdd7d3ee-85b1-58ed-9864-d96d0d23eca1 with identifier: HF70%20BJO
2026-03-30 06:23:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdd7d3ee-85b1-58ed-9864-d96d0d23eca1 with scrape type 2
2026-03-30 06:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdd7d3ee-85b1-58ed-9864-d96d0d23eca1 with scrape type 2
2026-03-30 06:23:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdd7d3ee-85b1-58ed-9864-d96d0d23eca1, identifier: HF70%20BJO
2026-03-30 06:23:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21e83cf2-bfaf-5e96-ac5d-548b509bd193 with identifier: VN72%20KLJ
2026-03-30 06:23:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21e83cf2-bfaf-5e96-ac5d-548b509bd193 with identifier: VN72%20KLJ
2026-03-30 06:23:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21e83cf2-bfaf-5e96-ac5d-548b509bd193 with identifier: VN72%20KLJ to the API
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:23:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN72%20KLJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '21e83cf2-bfaf-5e96-ac5d-548b509bd193',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN72 KLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN72%20KLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'E-UP!',
 'odometer': 29895,
 'odometer_reading_unit': '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 E-UP! 60KW 32KWH Hatchback',
 'transmission': 'automatic',
 'trim': '60KW 32KWH',
 'vin': 'WVWZZZAA4PD901741',
 'year': 2022}
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520KLJ%27 HTTP/1.1" 200 None
2026-03-30 06:23:59 [bca.uk] INFO: Saving data for VN72%20KLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621287.138963, 'last_price_update_time': 1774851839.694681}
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520KLJ') HTTP/1.1" 204 0
2026-03-30 06:23:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:23:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdd7d3ee-85b1-58ed-9864-d96d0d23eca1 with identifier: HF70%20BJO
2026-03-30 06:23:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdd7d3ee-85b1-58ed-9864-d96d0d23eca1 with identifier: HF70%20BJO
2026-03-30 06:23:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdd7d3ee-85b1-58ed-9864-d96d0d23eca1 with identifier: HF70%20BJO to the API
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:23:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 214,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF70%20BJO-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': 'cdd7d3ee-85b1-58ed-9864-d96d0d23eca1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF70 BJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF70%20BJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 115919,
 'odometer_reading_unit': '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 2.0 P400E AUTOBIOGRAPHY StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E AUTOBIOGRAPHY',
 'vin': 'SALGA2AY9LA588869',
 'year': 2020}
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF70%2520BJO%27 HTTP/1.1" 200 None
2026-03-30 06:24:00 [bca.uk] INFO: Saving data for HF70%20BJO: {'auction_closing_time': 1774951200.0, 'created_time': 1774073353.384722, 'last_price_update_time': 1774851840.087551}
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF70%2520BJO') HTTP/1.1" 204 0
2026-03-30 06:24:00 [bca.uk] INFO: Found listing with ID: VK71%20EXU
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520EXU%27 HTTP/1.1" 200 None
2026-03-30 06:24:00 [bca.uk] INFO: Scrape type for VK71%20EXU: 2
2026-03-30 06:24:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcd2324f-8d1f-551c-baed-33318914ce86 with identifier: VK71%20EXU
2026-03-30 06:24:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcd2324f-8d1f-551c-baed-33318914ce86 with scrape type 2
2026-03-30 06:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcd2324f-8d1f-551c-baed-33318914ce86 with scrape type 2
2026-03-30 06:24:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcd2324f-8d1f-551c-baed-33318914ce86, identifier: VK71%20EXU
2026-03-30 06:24:00 [bca.uk] INFO: Found listing with ID: MF19%20AYP
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520AYP%27 HTTP/1.1" 200 None
2026-03-30 06:24:00 [bca.uk] INFO: Scrape type for MF19%20AYP: 2
2026-03-30 06:24:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 183c1da9-cb33-5de9-94f2-d1e19bf87fc1 with identifier: MF19%20AYP
2026-03-30 06:24:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 183c1da9-cb33-5de9-94f2-d1e19bf87fc1 with scrape type 2
2026-03-30 06:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 183c1da9-cb33-5de9-94f2-d1e19bf87fc1 with scrape type 2
2026-03-30 06:24:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 183c1da9-cb33-5de9-94f2-d1e19bf87fc1, identifier: MF19%20AYP
2026-03-30 06:24:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcd2324f-8d1f-551c-baed-33318914ce86 with identifier: VK71%20EXU
2026-03-30 06:24:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcd2324f-8d1f-551c-baed-33318914ce86 with identifier: VK71%20EXU
2026-03-30 06:24:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcd2324f-8d1f-551c-baed-33318914ce86 with identifier: VK71%20EXU to the API
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 27,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK71%20EXU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fcd2324f-8d1f-551c-baed-33318914ce86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK71 EXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK71%20EXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 50503,
 'odometer_reading_unit': '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 PASSAT 1.4 TSI GTE DSG Estate',
 'transmission': 'automatic',
 'trim': 'TSI GTE DSG',
 'vin': 'WVWZZZ3CZNE005646',
 'year': 2021}
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520EXU%27 HTTP/1.1" 200 None
2026-03-30 06:24:00 [bca.uk] INFO: Saving data for VK71%20EXU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621267.320502, 'last_price_update_time': 1774851840.623105}
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK71%2520EXU') HTTP/1.1" 204 0
2026-03-30 06:24:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 183c1da9-cb33-5de9-94f2-d1e19bf87fc1 with identifier: MF19%20AYP
2026-03-30 06:24:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 183c1da9-cb33-5de9-94f2-d1e19bf87fc1 with identifier: MF19%20AYP
2026-03-30 06:24:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 183c1da9-cb33-5de9-94f2-d1e19bf87fc1 with identifier: MF19%20AYP to the API
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF19%20AYP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '183c1da9-cb33-5de9-94f2-d1e19bf87fc1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF19 AYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF19%20AYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 43960,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VF3MRHNSJKS118335',
 'year': 2019}
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520AYP%27 HTTP/1.1" 200 None
2026-03-30 06:24:00 [bca.uk] INFO: Saving data for MF19%20AYP: {'auction_closing_time': 1774951200.0, 'created_time': 1774622381.827167, 'last_price_update_time': 1774851840.914002}
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF19%2520AYP') HTTP/1.1" 204 0
2026-03-30 06:24:00 [bca.uk] INFO: Found listing with ID: LF23%20XAM
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520XAM%27 HTTP/1.1" 200 None
2026-03-30 06:24:00 [bca.uk] INFO: Scrape type for LF23%20XAM: 2
2026-03-30 06:24:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2170a82-86f4-5612-b37e-4a040947bf2b with identifier: LF23%20XAM
2026-03-30 06:24:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2170a82-86f4-5612-b37e-4a040947bf2b with scrape type 2
2026-03-30 06:24:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2170a82-86f4-5612-b37e-4a040947bf2b with scrape type 2
2026-03-30 06:24:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2170a82-86f4-5612-b37e-4a040947bf2b, identifier: LF23%20XAM
2026-03-30 06:24:01 [bca.uk] INFO: Found listing with ID: DL71%20XZY
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL71%2520XZY%27 HTTP/1.1" 200 None
2026-03-30 06:24:01 [bca.uk] INFO: Scrape type for DL71%20XZY: 2
2026-03-30 06:24:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 682fc0f6-6684-5db0-a8d4-0f64b558f604 with identifier: DL71%20XZY
2026-03-30 06:24:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 682fc0f6-6684-5db0-a8d4-0f64b558f604 with scrape type 2
2026-03-30 06:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 682fc0f6-6684-5db0-a8d4-0f64b558f604 with scrape type 2
2026-03-30 06:24:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 682fc0f6-6684-5db0-a8d4-0f64b558f604, identifier: DL71%20XZY
2026-03-30 06:24:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2170a82-86f4-5612-b37e-4a040947bf2b with identifier: LF23%20XAM
2026-03-30 06:24:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2170a82-86f4-5612-b37e-4a040947bf2b with identifier: LF23%20XAM
2026-03-30 06:24:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2170a82-86f4-5612-b37e-4a040947bf2b with identifier: LF23%20XAM to the API
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF23%20XAM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b2170a82-86f4-5612-b37e-4a040947bf2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF23 XAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF23%20XAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 44606,
 'odometer_reading_unit': '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': 'LRWYHCFS2PC768820',
 'year': 2023}
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520XAM%27 HTTP/1.1" 200 None
2026-03-30 06:24:01 [bca.uk] INFO: Saving data for LF23%20XAM: {'auction_closing_time': 1774951200.0, 'created_time': 1774621268.109458, 'last_price_update_time': 1774851841.474955}
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520XAM') HTTP/1.1" 204 0
2026-03-30 06:24:01 [bca.uk] INFO: Total items found: 100
2026-03-30 06:24:01 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded
2026-03-30 06:24:01 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:24:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:24:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 682fc0f6-6684-5db0-a8d4-0f64b558f604 with identifier: DL71%20XZY
2026-03-30 06:24:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 682fc0f6-6684-5db0-a8d4-0f64b558f604 with identifier: DL71%20XZY
2026-03-30 06:24:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 682fc0f6-6684-5db0-a8d4-0f64b558f604 with identifier: DL71%20XZY to the API
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL71%20XZY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '682fc0f6-6684-5db0-a8d4-0f64b558f604',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL71 XZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL71%20XZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 68348,
 'odometer_reading_unit': '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 BLACK (11KW) Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE BLACK (11KW)',
 'vin': 'SADHA2A12N1620499',
 'year': 2021}
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL71%2520XZY%27 HTTP/1.1" 200 None
2026-03-30 06:24:01 [bca.uk] INFO: Saving data for DL71%20XZY: {'auction_closing_time': 1774951200.0, 'created_time': 1773821437.840525, 'last_price_update_time': 1774851841.775087}
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL71%2520XZY') HTTP/1.1" 204 0
2026-03-30 06:24:01 [bca.uk] INFO: Found listing with ID: OY23%20VCU
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY23%2520VCU%27 HTTP/1.1" 200 None
2026-03-30 06:24:01 [bca.uk] INFO: Scrape type for OY23%20VCU: 2
2026-03-30 06:24:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5b8376b-606d-5642-b338-6e9d4b33ca13 with identifier: OY23%20VCU
2026-03-30 06:24:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5b8376b-606d-5642-b338-6e9d4b33ca13 with scrape type 2
2026-03-30 06:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5b8376b-606d-5642-b338-6e9d4b33ca13 with scrape type 2
2026-03-30 06:24:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5b8376b-606d-5642-b338-6e9d4b33ca13, identifier: OY23%20VCU
2026-03-30 06:24:01 [bca.uk] INFO: Found listing with ID: GN69%20YJO
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN69%2520YJO%27 HTTP/1.1" 200 None
2026-03-30 06:24:01 [bca.uk] INFO: Scrape type for GN69%20YJO: 2
2026-03-30 06:24:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af52a744-ac1a-5e72-86aa-ca148730da30 with identifier: GN69%20YJO
2026-03-30 06:24:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af52a744-ac1a-5e72-86aa-ca148730da30 with scrape type 2
2026-03-30 06:24:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af52a744-ac1a-5e72-86aa-ca148730da30 with scrape type 2
2026-03-30 06:24:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af52a744-ac1a-5e72-86aa-ca148730da30, identifier: GN69%20YJO
2026-03-30 06:24:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5b8376b-606d-5642-b338-6e9d4b33ca13 with identifier: OY23%20VCU
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=magnesium HTTP/1.1" 200 None
2026-03-30 06:24:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:24: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:24:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5b8376b-606d-5642-b338-6e9d4b33ca13 with identifier: OY23%20VCU
2026-03-30 06:24:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5b8376b-606d-5642-b338-6e9d4b33ca13 with identifier: OY23%20VCU to the API
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY23%20VCU-GB',
 'category': 'Car',
 'color': 'magnesium',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b5b8376b-606d-5642-b338-6e9d4b33ca13',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OY23 VCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY23%20VCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 15994,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 78KWH SM2 LONG RANGE',
 'vin': 'YSMVSEGE9PL144304',
 'year': 2023}
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY23%2520VCU%27 HTTP/1.1" 200 None
2026-03-30 06:24:02 [bca.uk] INFO: Saving data for OY23%20VCU: {'auction_closing_time': 1774951200.0, 'created_time': 1773821449.062496, 'last_price_update_time': 1774851842.411851}
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY23%2520VCU') HTTP/1.1" 204 0
2026-03-30 06:24:02 [bca.uk] INFO: Found listing with ID: DP68%20HVM
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP68%2520HVM%27 HTTP/1.1" 200 None
2026-03-30 06:24:02 [bca.uk] INFO: Scrape type for DP68%20HVM: 2
2026-03-30 06:24:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with identifier: DP68%20HVM
2026-03-30 06:24:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with scrape type 2
2026-03-30 06:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with scrape type 2
2026-03-30 06:24:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94a945ff-ca03-5c59-9e47-c3d7fc236da7, identifier: DP68%20HVM
2026-03-30 06:24:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:24:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:24:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af52a744-ac1a-5e72-86aa-ca148730da30 with identifier: GN69%20YJO
2026-03-30 06:24:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af52a744-ac1a-5e72-86aa-ca148730da30 with identifier: GN69%20YJO
2026-03-30 06:24:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af52a744-ac1a-5e72-86aa-ca148730da30 with identifier: GN69%20YJO to the API
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN69%20YJO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'af52a744-ac1a-5e72-86aa-ca148730da30',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN69 YJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN69%20YJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 96510,
 'odometer_reading_unit': '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 CHEQUERED FLAG Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD CHEQUERED FLAG',
 'vin': 'SADFA2AN0L1Z76005',
 'year': 2019}
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN69%2520YJO%27 HTTP/1.1" 200 None
2026-03-30 06:24:02 [bca.uk] INFO: Saving data for GN69%20YJO: {'auction_closing_time': 1774951200.0, 'created_time': 1774045547.54773, 'last_price_update_time': 1774851842.840455}
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN69%2520YJO') HTTP/1.1" 204 0
2026-03-30 06:24:02 [bca.uk] INFO: Found listing with ID: VA21%20LZK
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520LZK%27 HTTP/1.1" 200 None
2026-03-30 06:24:02 [bca.uk] INFO: Scrape type for VA21%20LZK: 2
2026-03-30 06:24:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a28500ab-f7d2-519b-a052-7f4f27e9d94d with identifier: VA21%20LZK
2026-03-30 06:24:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a28500ab-f7d2-519b-a052-7f4f27e9d94d with scrape type 2
2026-03-30 06:24:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a28500ab-f7d2-519b-a052-7f4f27e9d94d with scrape type 2
2026-03-30 06:24:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a28500ab-f7d2-519b-a052-7f4f27e9d94d, identifier: VA21%20LZK
2026-03-30 06:24:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with identifier: DP68%20HVM
2026-03-30 06:24:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with identifier: DP68%20HVM
2026-03-30 06:24:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94a945ff-ca03-5c59-9e47-c3d7fc236da7 with identifier: DP68%20HVM to the API
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP68%20HVM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '94a945ff-ca03-5c59-9e47-c3d7fc236da7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP68 HVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP68%20HVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 36504,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 90 SRI VX-LINE BLACK Hatchback',
 'transmission': 'manual',
 'trim': '90 SRI VX-LINE BLACK',
 'vin': 'W0V0XEP68K4132909',
 'year': 2019}
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP68%2520HVM%27 HTTP/1.1" 200 None
2026-03-30 06:24:03 [bca.uk] INFO: Saving data for DP68%20HVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774650794.961072, 'last_price_update_time': 1774851843.228559}
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP68%2520HVM') HTTP/1.1" 204 0
2026-03-30 06:24:03 [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:24:03 [bca.uk] INFO: Found listing with ID: DN14%20EYH
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN14%2520EYH%27 HTTP/1.1" 200 None
2026-03-30 06:24:03 [bca.uk] INFO: Scrape type for DN14%20EYH: 2
2026-03-30 06:24:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3adeacf7-4212-59b1-bcfd-231ed06be16f with identifier: DN14%20EYH
2026-03-30 06:24:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3adeacf7-4212-59b1-bcfd-231ed06be16f with scrape type 2
2026-03-30 06:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3adeacf7-4212-59b1-bcfd-231ed06be16f with scrape type 2
2026-03-30 06:24:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3adeacf7-4212-59b1-bcfd-231ed06be16f, identifier: DN14%20EYH
2026-03-30 06:24:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a28500ab-f7d2-519b-a052-7f4f27e9d94d with identifier: VA21%20LZK
2026-03-30 06:24:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a28500ab-f7d2-519b-a052-7f4f27e9d94d with identifier: VA21%20LZK
2026-03-30 06:24:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a28500ab-f7d2-519b-a052-7f4f27e9d94d with identifier: VA21%20LZK to the API
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA21%20LZK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a28500ab-f7d2-519b-a052-7f4f27e9d94d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VA21 LZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA21%20LZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 39311,
 'odometer_reading_unit': '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': 'manual',
 'trim': 'TURBO 100 SE PREMIUM',
 'vin': 'VXKUPHNEKM4064916',
 'year': 2021}
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520LZK%27 HTTP/1.1" 200 None
2026-03-30 06:24:03 [bca.uk] INFO: Saving data for VA21%20LZK: {'auction_closing_time': 1774951200.0, 'created_time': 1774621272.161474, 'last_price_update_time': 1774851843.651016}
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA21%2520LZK') HTTP/1.1" 204 0
2026-03-30 06:24:03 [bca.uk] INFO: Found listing with ID: RE22%20DDU
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520DDU%27 HTTP/1.1" 200 None
2026-03-30 06:24:03 [bca.uk] INFO: Scrape type for RE22%20DDU: 2
2026-03-30 06:24:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d62b778b-5ba5-5223-be74-a5f1a1088664 with identifier: RE22%20DDU
2026-03-30 06:24:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d62b778b-5ba5-5223-be74-a5f1a1088664 with scrape type 2
2026-03-30 06:24:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d62b778b-5ba5-5223-be74-a5f1a1088664 with scrape type 2
2026-03-30 06:24:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d62b778b-5ba5-5223-be74-a5f1a1088664, identifier: RE22%20DDU
2026-03-30 06:24:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3adeacf7-4212-59b1-bcfd-231ed06be16f with identifier: DN14%20EYH
2026-03-30 06:24:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3adeacf7-4212-59b1-bcfd-231ed06be16f with identifier: DN14%20EYH
2026-03-30 06:24:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3adeacf7-4212-59b1-bcfd-231ed06be16f with identifier: DN14%20EYH to the API
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3adeacf7-4212-59b1-bcfd-231ed06be16f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN14 EYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN14%20EYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'SHARAN',
 'odometer': 138723,
 'odometer_reading_unit': '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 SHARAN 2.0 TDI CR 140 BMT SE MPV',
 'transmission': 'manual',
 'trim': 'TDI CR 140 BMT SE',
 'vin': 'WVWZZZ7NZFV001923',
 'year': 2014}
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN14%2520EYH%27 HTTP/1.1" 200 None
2026-03-30 06:24:04 [bca.uk] INFO: Saving data for DN14%20EYH: {'auction_closing_time': 1774951200.0, 'created_time': 1774622346.097671, 'last_price_update_time': 1774851844.064357}
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN14%2520EYH') HTTP/1.1" 204 0
2026-03-30 06:24:04 [bca.uk] INFO: Found listing with ID: VE71%20ZKP
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520ZKP%27 HTTP/1.1" 200 None
2026-03-30 06:24:04 [bca.uk] INFO: Scrape type for VE71%20ZKP: 2
2026-03-30 06:24:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffd65a89-8fa3-5680-a7ad-a716fed20c7b with identifier: VE71%20ZKP
2026-03-30 06:24:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffd65a89-8fa3-5680-a7ad-a716fed20c7b with scrape type 2
2026-03-30 06:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffd65a89-8fa3-5680-a7ad-a716fed20c7b with scrape type 2
2026-03-30 06:24:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffd65a89-8fa3-5680-a7ad-a716fed20c7b, identifier: VE71%20ZKP
2026-03-30 06:24:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d62b778b-5ba5-5223-be74-a5f1a1088664 with identifier: RE22%20DDU
2026-03-30 06:24:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d62b778b-5ba5-5223-be74-a5f1a1088664 with identifier: RE22%20DDU
2026-03-30 06:24:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d62b778b-5ba5-5223-be74-a5f1a1088664 with identifier: RE22%20DDU to the API
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 53,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE22%20DDU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd62b778b-5ba5-5223-be74-a5f1a1088664',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE22 DDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE22%20DDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 E',
 'odometer': 42980,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 300 E 2.0 AMG LINE PREMIUM PLUS 4M 9G '
          'StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'W1N2539532G066251',
 'year': 2022}
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520DDU%27 HTTP/1.1" 200 None
2026-03-30 06:24:04 [bca.uk] INFO: Saving data for RE22%20DDU: {'auction_closing_time': 1775124000.0, 'created_time': 1774650784.545016, 'last_price_update_time': 1774851844.485358}
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE22%2520DDU') HTTP/1.1" 204 0
2026-03-30 06:24:04 [bca.uk] INFO: Found listing with ID: NV22%20ZNU
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV22%2520ZNU%27 HTTP/1.1" 200 None
2026-03-30 06:24:04 [bca.uk] INFO: Scrape type for NV22%20ZNU: 2
2026-03-30 06:24:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with identifier: NV22%20ZNU
2026-03-30 06:24:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with scrape type 2
2026-03-30 06:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with scrape type 2
2026-03-30 06:24:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f, identifier: NV22%20ZNU
2026-03-30 06:24:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffd65a89-8fa3-5680-a7ad-a716fed20c7b with identifier: VE71%20ZKP
2026-03-30 06:24:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffd65a89-8fa3-5680-a7ad-a716fed20c7b with identifier: VE71%20ZKP
2026-03-30 06:24:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffd65a89-8fa3-5680-a7ad-a716fed20c7b with identifier: VE71%20ZKP to the API
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE71%20ZKP-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ffd65a89-8fa3-5680-a7ad-a716fed20c7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE71 ZKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE71%20ZKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 30184,
 'odometer_reading_unit': '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 SE ED. Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 100 SE ED.',
 'vin': 'VXKUPHNKSM4385845',
 'year': 2022}
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520ZKP%27 HTTP/1.1" 200 None
2026-03-30 06:24:05 [bca.uk] INFO: Saving data for VE71%20ZKP: {'auction_closing_time': 1774951200.0, 'created_time': 1774621228.257944, 'last_price_update_time': 1774851845.044531}
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE71%2520ZKP') HTTP/1.1" 204 0
2026-03-30 06:24:05 [bca.uk] INFO: Found listing with ID: BX72%20XSR
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520XSR%27 HTTP/1.1" 200 None
2026-03-30 06:24:05 [bca.uk] INFO: Scrape type for BX72%20XSR: 2
2026-03-30 06:24:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with identifier: BX72%20XSR
2026-03-30 06:24:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with scrape type 2
2026-03-30 06:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with scrape type 2
2026-03-30 06:24:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea40e2cd-6254-5dcc-a614-68d3ededfdd6, identifier: BX72%20XSR
2026-03-30 06:24:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with identifier: NV22%20ZNU
2026-03-30 06:24:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with identifier: NV22%20ZNU
2026-03-30 06:24:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f with identifier: NV22%20ZNU to the API
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 181,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV22%20ZNU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '510f2ddf-9ea9-51c0-85e6-0f5f6d9eba1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NV22 ZNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV22%20ZNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 48741,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD AUTOBIOGRAPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD AUTOBIOGRAPHY',
 'vin': 'SALZA2AN5PH195060',
 'year': 2022}
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV22%2520ZNU%27 HTTP/1.1" 200 None
2026-03-30 06:24:05 [bca.uk] INFO: Saving data for NV22%20ZNU: {'auction_closing_time': 1774951200.0, 'created_time': 1774016762.914169, 'last_price_update_time': 1774851845.456944}
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV22%2520ZNU') HTTP/1.1" 204 0
2026-03-30 06:24:05 [bca.uk] INFO: Found listing with ID: GJ23%20KGV
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520KGV%27 HTTP/1.1" 200 None
2026-03-30 06:24:05 [bca.uk] INFO: Scrape type for GJ23%20KGV: 2
2026-03-30 06:24:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3e24a82-e67f-5a61-bebf-1b21c4b7af69 with identifier: GJ23%20KGV
2026-03-30 06:24:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3e24a82-e67f-5a61-bebf-1b21c4b7af69 with scrape type 2
2026-03-30 06:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3e24a82-e67f-5a61-bebf-1b21c4b7af69 with scrape type 2
2026-03-30 06:24:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3e24a82-e67f-5a61-bebf-1b21c4b7af69, identifier: GJ23%20KGV
2026-03-30 06:24:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with identifier: BX72%20XSR
2026-03-30 06:24:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with identifier: BX72%20XSR
2026-03-30 06:24:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea40e2cd-6254-5dcc-a614-68d3ededfdd6 with identifier: BX72%20XSR to the API
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX72%20XSR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ea40e2cd-6254-5dcc-a614-68d3ededfdd6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BX72 XSR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX72%20XSR&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 17585,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-G MHEV SPORT LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-G MHEV SPORT LUX',
 'vin': 'JMZDM6WE600316566',
 'year': 2022}
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520XSR%27 HTTP/1.1" 200 None
2026-03-30 06:24:05 [bca.uk] INFO: Saving data for BX72%20XSR: {'auction_closing_time': 1774864800.0, 'created_time': 1774650786.232046, 'last_price_update_time': 1774851845.857642}
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX72%2520XSR') HTTP/1.1" 204 0
2026-03-30 06:24:05 [bca.uk] INFO: Found listing with ID: DY19%20ZHC
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520ZHC%27 HTTP/1.1" 200 None
2026-03-30 06:24:05 [bca.uk] INFO: Scrape type for DY19%20ZHC: 2
2026-03-30 06:24:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5d7f14e-ff13-59c5-9edd-3d66bbc74e26 with identifier: DY19%20ZHC
2026-03-30 06:24:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5d7f14e-ff13-59c5-9edd-3d66bbc74e26 with scrape type 2
2026-03-30 06:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5d7f14e-ff13-59c5-9edd-3d66bbc74e26 with scrape type 2
2026-03-30 06:24:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5d7f14e-ff13-59c5-9edd-3d66bbc74e26, identifier: DY19%20ZHC
2026-03-30 06:24:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3e24a82-e67f-5a61-bebf-1b21c4b7af69 with identifier: GJ23%20KGV
2026-03-30 06:24:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3e24a82-e67f-5a61-bebf-1b21c4b7af69 with identifier: GJ23%20KGV
2026-03-30 06:24:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3e24a82-e67f-5a61-bebf-1b21c4b7af69 with identifier: GJ23%20KGV to the API
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ23%20KGV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c3e24a82-e67f-5a61-bebf-1b21c4b7af69',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ23 KGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ23%20KGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 32313,
 'odometer_reading_unit': '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': 'LRW3F7FSXPC776056',
 'year': 2023}
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520KGV%27 HTTP/1.1" 200 None
2026-03-30 06:24:06 [bca.uk] INFO: Saving data for GJ23%20KGV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621255.371384, 'last_price_update_time': 1774851846.263726}
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ23%2520KGV') HTTP/1.1" 204 0
2026-03-30 06:24:06 [bca.uk] INFO: Found listing with ID: YR22%20PVT
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520PVT%27 HTTP/1.1" 200 None
2026-03-30 06:24:06 [bca.uk] INFO: Scrape type for YR22%20PVT: 2
2026-03-30 06:24:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e524ab6-52c5-5816-b633-d7a49bb0f503 with identifier: YR22%20PVT
2026-03-30 06:24:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e524ab6-52c5-5816-b633-d7a49bb0f503 with scrape type 2
2026-03-30 06:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e524ab6-52c5-5816-b633-d7a49bb0f503 with scrape type 2
2026-03-30 06:24:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e524ab6-52c5-5816-b633-d7a49bb0f503, identifier: YR22%20PVT
2026-03-30 06:24:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5d7f14e-ff13-59c5-9edd-3d66bbc74e26 with identifier: DY19%20ZHC
2026-03-30 06:24:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5d7f14e-ff13-59c5-9edd-3d66bbc74e26 with identifier: DY19%20ZHC
2026-03-30 06:24:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5d7f14e-ff13-59c5-9edd-3d66bbc74e26 with identifier: DY19%20ZHC to the API
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY19%20ZHC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c5d7f14e-ff13-59c5-9edd-3d66bbc74e26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY19 ZHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY19%20ZHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VOLVO',
 'model': 'V90',
 'odometer': 93316,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO V90 2.0 D4 190 R DESIGN G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 R DESIGN G/T',
 'vin': 'YV1PWA8TDK1106938',
 'year': 2019}
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520ZHC%27 HTTP/1.1" 200 None
2026-03-30 06:24:06 [bca.uk] INFO: Saving data for DY19%20ZHC: {'auction_closing_time': 1774951200.0, 'created_time': 1774622340.223435, 'last_price_update_time': 1774851846.668124}
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY19%2520ZHC') HTTP/1.1" 204 0
2026-03-30 06:24:06 [bca.uk] INFO: Found listing with ID: KE21%20TXN
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE21%2520TXN%27 HTTP/1.1" 200 None
2026-03-30 06:24:06 [bca.uk] INFO: Scrape type for KE21%20TXN: 2
2026-03-30 06:24:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5e606ac-5dd8-5202-9cfa-785fd1c469a6 with identifier: KE21%20TXN
2026-03-30 06:24:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5e606ac-5dd8-5202-9cfa-785fd1c469a6 with scrape type 2
2026-03-30 06:24:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5e606ac-5dd8-5202-9cfa-785fd1c469a6 with scrape type 2
2026-03-30 06:24:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5e606ac-5dd8-5202-9cfa-785fd1c469a6, identifier: KE21%20TXN
2026-03-30 06:24:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e524ab6-52c5-5816-b633-d7a49bb0f503 with identifier: YR22%20PVT
2026-03-30 06:24:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e524ab6-52c5-5816-b633-d7a49bb0f503 with identifier: YR22%20PVT
2026-03-30 06:24:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e524ab6-52c5-5816-b633-d7a49bb0f503 with identifier: YR22%20PVT to the API
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20PVT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e524ab6-52c5-5816-b633-d7a49bb0f503',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR22 PVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20PVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 23830,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.5 35 TFSI S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI S LINE S-T',
 'vin': 'WAUZZZGY2NA057036',
 'year': 2022}
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520PVT%27 HTTP/1.1" 200 None
2026-03-30 06:24:07 [bca.uk] INFO: Saving data for YR22%20PVT: {'auction_closing_time': 1774951200.0, 'created_time': 1774650787.413984, 'last_price_update_time': 1774851847.097292}
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520PVT') HTTP/1.1" 204 0
2026-03-30 06:24:07 [bca.uk] INFO: Found listing with ID: SG22%20PMO
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520PMO%27 HTTP/1.1" 200 None
2026-03-30 06:24:07 [bca.uk] INFO: Scrape type for SG22%20PMO: 2
2026-03-30 06:24:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de734682-b5e2-59cb-8747-66165af1d857 with identifier: SG22%20PMO
2026-03-30 06:24:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de734682-b5e2-59cb-8747-66165af1d857 with scrape type 2
2026-03-30 06:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de734682-b5e2-59cb-8747-66165af1d857 with scrape type 2
2026-03-30 06:24:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de734682-b5e2-59cb-8747-66165af1d857, identifier: SG22%20PMO
2026-03-30 06:24:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5e606ac-5dd8-5202-9cfa-785fd1c469a6 with identifier: KE21%20TXN
2026-03-30 06:24:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5e606ac-5dd8-5202-9cfa-785fd1c469a6 with identifier: KE21%20TXN
2026-03-30 06:24:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5e606ac-5dd8-5202-9cfa-785fd1c469a6 with identifier: KE21%20TXN to the API
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE21%20TXN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd5e606ac-5dd8-5202-9cfa-785fd1c469a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE21 TXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE21%20TXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 27394,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 P/T 130 GT PREMIUM EAT8 StationWagon',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT PREMIUM EAT8',
 'vin': 'VF3MRHNSUMS151158',
 'year': 2021}
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE21%2520TXN%27 HTTP/1.1" 200 None
2026-03-30 06:24:07 [bca.uk] INFO: Saving data for KE21%20TXN: {'auction_closing_time': 1774951200.0, 'created_time': 1774621258.365293, 'last_price_update_time': 1774851847.501732}
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE21%2520TXN') HTTP/1.1" 204 0
2026-03-30 06:24:07 [bca.uk] INFO: Found listing with ID: YG15%20EEY
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG15%2520EEY%27 HTTP/1.1" 200 None
2026-03-30 06:24:07 [bca.uk] INFO: Scrape type for YG15%20EEY: 2
2026-03-30 06:24:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2ec508d-d816-57ab-87cd-124d2ceae53b with identifier: YG15%20EEY
2026-03-30 06:24:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2ec508d-d816-57ab-87cd-124d2ceae53b with scrape type 2
2026-03-30 06:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2ec508d-d816-57ab-87cd-124d2ceae53b with scrape type 2
2026-03-30 06:24:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2ec508d-d816-57ab-87cd-124d2ceae53b, identifier: YG15%20EEY
2026-03-30 06:24:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de734682-b5e2-59cb-8747-66165af1d857 with identifier: SG22%20PMO
2026-03-30 06:24:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de734682-b5e2-59cb-8747-66165af1d857 with identifier: SG22%20PMO
2026-03-30 06:24:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de734682-b5e2-59cb-8747-66165af1d857 with identifier: SG22%20PMO to the API
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG22%20PMO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'de734682-b5e2-59cb-8747-66165af1d857',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG22 PMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG22%20PMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 50989,
 'odometer_reading_unit': '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': 'LRWYHCEK7NC239717',
 'year': 2022}
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520PMO%27 HTTP/1.1" 200 None
2026-03-30 06:24:07 [bca.uk] INFO: Saving data for SG22%20PMO: {'auction_closing_time': 1774951200.0, 'created_time': 1774622348.266679, 'last_price_update_time': 1774851847.933399}
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520PMO') HTTP/1.1" 204 0
2026-03-30 06:24:07 [bca.uk] INFO: Found listing with ID: KW73%20YGN
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YGN%27 HTTP/1.1" 200 None
2026-03-30 06:24:07 [bca.uk] INFO: Scrape type for KW73%20YGN: 2
2026-03-30 06:24:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc292e49-f80c-5d5f-b2d4-156329136a16 with identifier: KW73%20YGN
2026-03-30 06:24:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc292e49-f80c-5d5f-b2d4-156329136a16 with scrape type 2
2026-03-30 06:24:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc292e49-f80c-5d5f-b2d4-156329136a16 with scrape type 2
2026-03-30 06:24:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc292e49-f80c-5d5f-b2d4-156329136a16, identifier: KW73%20YGN
2026-03-30 06:24:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2ec508d-d816-57ab-87cd-124d2ceae53b with identifier: YG15%20EEY
2026-03-30 06:24:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2ec508d-d816-57ab-87cd-124d2ceae53b with identifier: YG15%20EEY
2026-03-30 06:24:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2ec508d-d816-57ab-87cd-124d2ceae53b with identifier: YG15%20EEY to the API
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2ec508d-d816-57ab-87cd-124d2ceae53b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG15 EEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG15%20EEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 77178,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 VTI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACTIVE',
 'vin': 'VF3CCHMZ6FT044845',
 'year': 2015}
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG15%2520EEY%27 HTTP/1.1" 200 None
2026-03-30 06:24:08 [bca.uk] INFO: Saving data for YG15%20EEY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650775.898486, 'last_price_update_time': 1774851848.340543}
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG15%2520EEY') HTTP/1.1" 204 0
2026-03-30 06:24:08 [bca.uk] INFO: Found listing with ID: VN19%20AOL
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520AOL%27 HTTP/1.1" 200 None
2026-03-30 06:24:08 [bca.uk] INFO: Scrape type for VN19%20AOL: 2
2026-03-30 06:24:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c232708-2d0d-52b3-8b4c-eafed1fa13e5 with identifier: VN19%20AOL
2026-03-30 06:24:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c232708-2d0d-52b3-8b4c-eafed1fa13e5 with scrape type 2
2026-03-30 06:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c232708-2d0d-52b3-8b4c-eafed1fa13e5 with scrape type 2
2026-03-30 06:24:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c232708-2d0d-52b3-8b4c-eafed1fa13e5, identifier: VN19%20AOL
2026-03-30 06:24:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc292e49-f80c-5d5f-b2d4-156329136a16 with identifier: KW73%20YGN
2026-03-30 06:24:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc292e49-f80c-5d5f-b2d4-156329136a16 with identifier: KW73%20YGN
2026-03-30 06:24:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc292e49-f80c-5d5f-b2d4-156329136a16 with identifier: KW73%20YGN to the API
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW73%20YGN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc292e49-f80c-5d5f-b2d4-156329136a16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KW73 YGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW73%20YGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 7400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 EXCLUSIVE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE PREMIUM',
 'vin': 'WMW32DK0402V67762',
 'year': 2023}
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YGN%27 HTTP/1.1" 200 None
2026-03-30 06:24:08 [bca.uk] INFO: Saving data for KW73%20YGN: {'auction_closing_time': 1774951200.0, 'created_time': 1774621260.717272, 'last_price_update_time': 1774851848.746377}
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW73%2520YGN') HTTP/1.1" 204 0
2026-03-30 06:24:08 [bca.uk] INFO: Found listing with ID: MA23%20VFZ
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520VFZ%27 HTTP/1.1" 200 None
2026-03-30 06:24:08 [bca.uk] INFO: Scrape type for MA23%20VFZ: 2
2026-03-30 06:24:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with identifier: MA23%20VFZ
2026-03-30 06:24:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with scrape type 2
2026-03-30 06:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with scrape type 2
2026-03-30 06:24:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0630e5d7-8f44-5da5-b2cb-b415185f5d73, identifier: MA23%20VFZ
2026-03-30 06:24:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c232708-2d0d-52b3-8b4c-eafed1fa13e5 with identifier: VN19%20AOL
2026-03-30 06:24:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c232708-2d0d-52b3-8b4c-eafed1fa13e5 with identifier: VN19%20AOL
2026-03-30 06:24:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c232708-2d0d-52b3-8b4c-eafed1fa13e5 with identifier: VN19%20AOL to the API
2026-03-30 06:24:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN19%20AOL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1c232708-2d0d-52b3-8b4c-eafed1fa13e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN19 AOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN19%20AOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 51354,
 'odometer_reading_unit': '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': 'SJNFFAJ11U2542078',
 'year': 2019}
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520AOL%27 HTTP/1.1" 200 None
2026-03-30 06:24:09 [bca.uk] INFO: Saving data for VN19%20AOL: {'auction_closing_time': 1774951200.0, 'created_time': 1774622325.382964, 'last_price_update_time': 1774851849.157969}
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN19%2520AOL') HTTP/1.1" 204 0
2026-03-30 06:24:09 [bca.uk] INFO: Found listing with ID: LE71%20CTV
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:24:09 [bca.uk] INFO: Scrape type for LE71%20CTV: 2
2026-03-30 06:24:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 166cb7c4-1aa2-5e80-ae82-56b27f00ae42 with identifier: LE71%20CTV
2026-03-30 06:24:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 166cb7c4-1aa2-5e80-ae82-56b27f00ae42 with scrape type 2
2026-03-30 06:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 166cb7c4-1aa2-5e80-ae82-56b27f00ae42 with scrape type 2
2026-03-30 06:24:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 166cb7c4-1aa2-5e80-ae82-56b27f00ae42, identifier: LE71%20CTV
2026-03-30 06:24:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with identifier: MA23%20VFZ
2026-03-30 06:24:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with identifier: MA23%20VFZ
2026-03-30 06:24:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0630e5d7-8f44-5da5-b2cb-b415185f5d73 with identifier: MA23%20VFZ to the API
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 37,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20VFZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0630e5d7-8f44-5da5-b2cb-b415185f5d73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA23 VFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20VFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 10108,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.4 45 TFSI E TECHNIK S-T StationWagon',
 'transmission': 'automatic',
 'trim': '45 TFSI E TECHNIK S-T',
 'vin': 'WAUZZZF33P1082911',
 'year': 2023}
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520VFZ%27 HTTP/1.1" 200 None
2026-03-30 06:24:09 [bca.uk] INFO: Saving data for MA23%20VFZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773928979.315128, 'last_price_update_time': 1774851849.660965}
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520VFZ') HTTP/1.1" 204 0
2026-03-30 06:24:09 [bca.uk] INFO: Found listing with ID: YF71%20NZV
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520NZV%27 HTTP/1.1" 200 None
2026-03-30 06:24:09 [bca.uk] INFO: Scrape type for YF71%20NZV: 2
2026-03-30 06:24:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc72eacc-95d0-5758-baf2-a778b4db49c2 with identifier: YF71%20NZV
2026-03-30 06:24:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc72eacc-95d0-5758-baf2-a778b4db49c2 with scrape type 2
2026-03-30 06:24:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc72eacc-95d0-5758-baf2-a778b4db49c2 with scrape type 2
2026-03-30 06:24:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc72eacc-95d0-5758-baf2-a778b4db49c2, identifier: YF71%20NZV
2026-03-30 06:24:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 166cb7c4-1aa2-5e80-ae82-56b27f00ae42 with identifier: LE71%20CTV
2026-03-30 06:24:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 166cb7c4-1aa2-5e80-ae82-56b27f00ae42 with identifier: LE71%20CTV
2026-03-30 06:24:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 166cb7c4-1aa2-5e80-ae82-56b27f00ae42 with identifier: LE71%20CTV to the API
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20CTV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '166cb7c4-1aa2-5e80-ae82-56b27f00ae42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 CTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20CTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 39418,
 'odometer_reading_unit': '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': 'LRW3F7EK1NC477554',
 'year': 2022}
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:24:10 [bca.uk] INFO: Saving data for LE71%20CTV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621241.931204, 'last_price_update_time': 1774851850.109696}
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520CTV') HTTP/1.1" 204 0
2026-03-30 06:24:10 [bca.uk] INFO: Found listing with ID: MF22%20SZU
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520SZU%27 HTTP/1.1" 200 None
2026-03-30 06:24:10 [bca.uk] INFO: Scrape type for MF22%20SZU: 2
2026-03-30 06:24:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with identifier: MF22%20SZU
2026-03-30 06:24:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with scrape type 2
2026-03-30 06:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with scrape type 2
2026-03-30 06:24:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b93b051-02bb-5839-93c6-fdd0a88b6bfb, identifier: MF22%20SZU
2026-03-30 06:24:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc72eacc-95d0-5758-baf2-a778b4db49c2 with identifier: YF71%20NZV
2026-03-30 06:24:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc72eacc-95d0-5758-baf2-a778b4db49c2 with identifier: YF71%20NZV
2026-03-30 06:24:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc72eacc-95d0-5758-baf2-a778b4db49c2 with identifier: YF71%20NZV to the API
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF71%20NZV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'dc72eacc-95d0-5758-baf2-a778b4db49c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF71 NZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF71%20NZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'MOKKA-E',
 'odometer': 34358,
 'odometer_reading_unit': '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 MOKKA-E 100KW 50KWH ULTIMATE ED. Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ULTIMATE ED.',
 'vin': 'VXKUKZKXZMW087631',
 'year': 2021}
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520NZV%27 HTTP/1.1" 200 None
2026-03-30 06:24:10 [bca.uk] INFO: Saving data for YF71%20NZV: {'auction_closing_time': 1774951200.0, 'created_time': 1773829724.844985, 'last_price_update_time': 1774851850.497109}
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF71%2520NZV') HTTP/1.1" 204 0
2026-03-30 06:24:10 [bca.uk] INFO: Found listing with ID: KW20%20LGO
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW20%2520LGO%27 HTTP/1.1" 200 None
2026-03-30 06:24:10 [bca.uk] INFO: Scrape type for KW20%20LGO: 2
2026-03-30 06:24:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae749062-5af0-52ab-b71c-b343664afd23 with identifier: KW20%20LGO
2026-03-30 06:24:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae749062-5af0-52ab-b71c-b343664afd23 with scrape type 2
2026-03-30 06:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae749062-5af0-52ab-b71c-b343664afd23 with scrape type 2
2026-03-30 06:24:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae749062-5af0-52ab-b71c-b343664afd23, identifier: KW20%20LGO
2026-03-30 06:24:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with identifier: MF22%20SZU
2026-03-30 06:24:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with identifier: MF22%20SZU
2026-03-30 06:24:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b93b051-02bb-5839-93c6-fdd0a88b6bfb with identifier: MF22%20SZU to the API
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF22%20SZU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3b93b051-02bb-5839-93c6-fdd0a88b6bfb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF22 SZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF22%20SZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 57284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.3 AMG LINE PREMIUM 7G StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM 7G',
 'vin': 'W1N2477872J365942',
 'year': 2022}
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520SZU%27 HTTP/1.1" 200 None
2026-03-30 06:24:10 [bca.uk] INFO: Saving data for MF22%20SZU: {'auction_closing_time': 1775124000.0, 'created_time': 1774650772.011965, 'last_price_update_time': 1774851850.887125}
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF22%2520SZU') HTTP/1.1" 204 0
2026-03-30 06:24:10 [bca.uk] INFO: Found listing with ID: DY72%20NXL
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520NXL%27 HTTP/1.1" 200 None
2026-03-30 06:24:10 [bca.uk] INFO: Scrape type for DY72%20NXL: 2
2026-03-30 06:24:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d83968e-8a7d-52c6-a850-ca5e03fec68b with identifier: DY72%20NXL
2026-03-30 06:24:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d83968e-8a7d-52c6-a850-ca5e03fec68b with scrape type 2
2026-03-30 06:24:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d83968e-8a7d-52c6-a850-ca5e03fec68b with scrape type 2
2026-03-30 06:24:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d83968e-8a7d-52c6-a850-ca5e03fec68b, identifier: DY72%20NXL
2026-03-30 06:24:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae749062-5af0-52ab-b71c-b343664afd23 with identifier: KW20%20LGO
2026-03-30 06:24:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae749062-5af0-52ab-b71c-b343664afd23 with identifier: KW20%20LGO
2026-03-30 06:24:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae749062-5af0-52ab-b71c-b343664afd23 with identifier: KW20%20LGO to the API
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW20%20LGO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ae749062-5af0-52ab-b71c-b343664afd23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KW20 LGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW20%20LGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'EQC 400',
 'odometer': 40971,
 'odometer_reading_unit': '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 EQC 400 AMG LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE',
 'vin': 'W1K2938902F010068',
 'year': 2020}
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW20%2520LGO%27 HTTP/1.1" 200 None
2026-03-30 06:24:11 [bca.uk] INFO: Saving data for KW20%20LGO: {'auction_closing_time': 1775124000.0, 'created_time': 1774621243.03062, 'last_price_update_time': 1774851851.308849}
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW20%2520LGO') HTTP/1.1" 204 0
2026-03-30 06:24:11 [bca.uk] INFO: Found listing with ID: BL21%20UCV
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520UCV%27 HTTP/1.1" 200 None
2026-03-30 06:24:11 [bca.uk] INFO: Scrape type for BL21%20UCV: 2
2026-03-30 06:24:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with identifier: BL21%20UCV
2026-03-30 06:24:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with scrape type 2
2026-03-30 06:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with scrape type 2
2026-03-30 06:24:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2abe8d2e-234e-57a7-8806-85ff48cbc1c8, identifier: BL21%20UCV
2026-03-30 06:24:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d83968e-8a7d-52c6-a850-ca5e03fec68b with identifier: DY72%20NXL
2026-03-30 06:24:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d83968e-8a7d-52c6-a850-ca5e03fec68b with identifier: DY72%20NXL
2026-03-30 06:24:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d83968e-8a7d-52c6-a850-ca5e03fec68b with identifier: DY72%20NXL to the API
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY72%20NXL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5d83968e-8a7d-52c6-a850-ca5e03fec68b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY72 NXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY72%20NXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 48394,
 'odometer_reading_unit': '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': 'SADHA2A11P1626457',
 'year': 2022}
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520NXL%27 HTTP/1.1" 200 None
2026-03-30 06:24:11 [bca.uk] INFO: Saving data for DY72%20NXL: {'auction_closing_time': 1774951200.0, 'created_time': 1774016728.698599, 'last_price_update_time': 1774851851.72635}
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY72%2520NXL') HTTP/1.1" 204 0
2026-03-30 06:24:11 [bca.uk] INFO: Found listing with ID: VE21%20AZG
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520AZG%27 HTTP/1.1" 200 None
2026-03-30 06:24:11 [bca.uk] INFO: Scrape type for VE21%20AZG: 2
2026-03-30 06:24:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ab730af-31e4-50dc-af2d-22f28a65720c with identifier: VE21%20AZG
2026-03-30 06:24:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ab730af-31e4-50dc-af2d-22f28a65720c with scrape type 2
2026-03-30 06:24:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ab730af-31e4-50dc-af2d-22f28a65720c with scrape type 2
2026-03-30 06:24:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ab730af-31e4-50dc-af2d-22f28a65720c, identifier: VE21%20AZG
2026-03-30 06:24:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with identifier: BL21%20UCV
2026-03-30 06:24:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with identifier: BL21%20UCV
2026-03-30 06:24:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2abe8d2e-234e-57a7-8806-85ff48cbc1c8 with identifier: BL21%20UCV to the API
2026-03-30 06:24:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL21%20UCV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2abe8d2e-234e-57a7-8806-85ff48cbc1c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BL21 UCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL21%20UCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 47572,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-2008 100KW 50KWH GT Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GT',
 'vin': 'VR3UKZKXZMJ727557',
 'year': 2021}
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520UCV%27 HTTP/1.1" 200 None
2026-03-30 06:24:12 [bca.uk] INFO: Saving data for BL21%20UCV: {'auction_closing_time': 1774864800.0, 'created_time': 1774436905.353081, 'last_price_update_time': 1774851852.134769}
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL21%2520UCV') HTTP/1.1" 204 0
2026-03-30 06:24:12 [bca.uk] INFO: Found listing with ID: FD19%20LLX
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD19%2520LLX%27 HTTP/1.1" 200 None
2026-03-30 06:24:12 [bca.uk] INFO: Scrape type for FD19%20LLX: 2
2026-03-30 06:24:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2200b87-24d2-5055-bdf6-b27491a28f6f with identifier: FD19%20LLX
2026-03-30 06:24:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2200b87-24d2-5055-bdf6-b27491a28f6f with scrape type 2
2026-03-30 06:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2200b87-24d2-5055-bdf6-b27491a28f6f with scrape type 2
2026-03-30 06:24:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2200b87-24d2-5055-bdf6-b27491a28f6f, identifier: FD19%20LLX
2026-03-30 06:24:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ab730af-31e4-50dc-af2d-22f28a65720c with identifier: VE21%20AZG
2026-03-30 06:24:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ab730af-31e4-50dc-af2d-22f28a65720c with identifier: VE21%20AZG
2026-03-30 06:24:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ab730af-31e4-50dc-af2d-22f28a65720c with identifier: VE21%20AZG to the API
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE21%20AZG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4ab730af-31e4-50dc-af2d-22f28a65720c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE21 AZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE21%20AZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 20235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW050326',
 'year': 2021}
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520AZG%27 HTTP/1.1" 200 None
2026-03-30 06:24:12 [bca.uk] INFO: Saving data for VE21%20AZG: {'auction_closing_time': 1774951200.0, 'created_time': 1774621245.834751, 'last_price_update_time': 1774851852.576579}
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE21%2520AZG') HTTP/1.1" 204 0
2026-03-30 06:24:12 [bca.uk] INFO: Found listing with ID: DL70%20JYH
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520JYH%27 HTTP/1.1" 200 None
2026-03-30 06:24:12 [bca.uk] INFO: Scrape type for DL70%20JYH: 0
2026-03-30 06:24:12 [bca.uk] INFO: Found listing with ID: DE24%20UUP
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520UUP%27 HTTP/1.1" 200 None
2026-03-30 06:24:12 [bca.uk] INFO: Scrape type for DE24%20UUP: 2
2026-03-30 06:24:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e46639e-972a-5552-b024-fadfb887f75b with identifier: DE24%20UUP
2026-03-30 06:24:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e46639e-972a-5552-b024-fadfb887f75b with scrape type 2
2026-03-30 06:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e46639e-972a-5552-b024-fadfb887f75b with scrape type 2
2026-03-30 06:24:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e46639e-972a-5552-b024-fadfb887f75b, identifier: DE24%20UUP
2026-03-30 06:24:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2200b87-24d2-5055-bdf6-b27491a28f6f with identifier: FD19%20LLX
2026-03-30 06:24:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2200b87-24d2-5055-bdf6-b27491a28f6f with identifier: FD19%20LLX
2026-03-30 06:24:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2200b87-24d2-5055-bdf6-b27491a28f6f with identifier: FD19%20LLX to the API
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD19%20LLX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a2200b87-24d2-5055-bdf6-b27491a28f6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD19 LLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD19%20LLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 78188,
 'odometer_reading_unit': '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 SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD R-DYNAMIC SE',
 'vin': 'SADFA2AN2K1Z65960',
 'year': 2019}
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD19%2520LLX%27 HTTP/1.1" 200 None
2026-03-30 06:24:12 [bca.uk] INFO: Saving data for FD19%20LLX: {'auction_closing_time': 1774951200.0, 'created_time': 1774622326.343271, 'last_price_update_time': 1774851852.994362}
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD19%2520LLX') HTTP/1.1" 204 0
2026-03-30 06:24:13 [bca.uk] INFO: Found listing with ID: DE23%20EXV
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520EXV%27 HTTP/1.1" 200 None
2026-03-30 06:24:13 [bca.uk] INFO: Scrape type for DE23%20EXV: 2
2026-03-30 06:24:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d16c5a4f-88cc-5e62-8edc-ac973621aa86 with identifier: DE23%20EXV
2026-03-30 06:24:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d16c5a4f-88cc-5e62-8edc-ac973621aa86 with scrape type 2
2026-03-30 06:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d16c5a4f-88cc-5e62-8edc-ac973621aa86 with scrape type 2
2026-03-30 06:24:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d16c5a4f-88cc-5e62-8edc-ac973621aa86, identifier: DE23%20EXV
2026-03-30 06:24:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e46639e-972a-5552-b024-fadfb887f75b with identifier: DE24%20UUP
2026-03-30 06:24:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e46639e-972a-5552-b024-fadfb887f75b with identifier: DE24%20UUP
2026-03-30 06:24:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e46639e-972a-5552-b024-fadfb887f75b with identifier: DE24%20UUP to the API
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE24%20UUP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4e46639e-972a-5552-b024-fadfb887f75b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE24 UUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE24%20UUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 20350,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 45 210KW 82KWH S LINE Coupe',
 'transmission': 'automatic',
 'trim': '45 210KW 82KWH S LINE',
 'vin': 'WAUZZZFZ3RP042123',
 'year': 2024}
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520UUP%27 HTTP/1.1" 200 None
2026-03-30 06:24:13 [bca.uk] INFO: Saving data for DE24%20UUP: {'auction_closing_time': 1774951200.0, 'created_time': 1773828222.114907, 'last_price_update_time': 1774851853.400198}
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE24%2520UUP') HTTP/1.1" 204 0
2026-03-30 06:24:13 [bca.uk] INFO: Found listing with ID: GV19%20DDY
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV19%2520DDY%27 HTTP/1.1" 200 None
2026-03-30 06:24:13 [bca.uk] INFO: Scrape type for GV19%20DDY: 2
2026-03-30 06:24:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a11b0034-8136-5081-a90f-3577c5496457 with identifier: GV19%20DDY
2026-03-30 06:24:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a11b0034-8136-5081-a90f-3577c5496457 with scrape type 2
2026-03-30 06:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a11b0034-8136-5081-a90f-3577c5496457 with scrape type 2
2026-03-30 06:24:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a11b0034-8136-5081-a90f-3577c5496457, identifier: GV19%20DDY
2026-03-30 06:24:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d16c5a4f-88cc-5e62-8edc-ac973621aa86 with identifier: DE23%20EXV
2026-03-30 06:24:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d16c5a4f-88cc-5e62-8edc-ac973621aa86 with identifier: DE23%20EXV
2026-03-30 06:24:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d16c5a4f-88cc-5e62-8edc-ac973621aa86 with identifier: DE23%20EXV to the API
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 21,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE23%20EXV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd16c5a4f-88cc-5e62-8edc-ac973621aa86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE23 EXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE23%20EXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 56243,
 'odometer_reading_unit': '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.4 TSI E-HYBRID STYLE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI E-HYBRID STYLE DSG',
 'vin': 'WVWZZZCD0PW310463',
 'year': 2023}
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520EXV%27 HTTP/1.1" 200 None
2026-03-30 06:24:13 [bca.uk] INFO: Saving data for DE23%20EXV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621246.258627, 'last_price_update_time': 1774851853.914588}
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE23%2520EXV') HTTP/1.1" 204 0
2026-03-30 06:24:13 [bca.uk] INFO: Found listing with ID: LT68%20FXH
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-30 06:24:13 [bca.uk] INFO: Scrape type for LT68%20FXH: 2
2026-03-30 06:24:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with identifier: LT68%20FXH
2026-03-30 06:24:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with scrape type 2
2026-03-30 06:24:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with scrape type 2
2026-03-30 06:24:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 864f2eef-5fa4-59b8-b10b-90efd01d0d63, identifier: LT68%20FXH
2026-03-30 06:24:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a11b0034-8136-5081-a90f-3577c5496457 with identifier: GV19%20DDY
2026-03-30 06:24:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a11b0034-8136-5081-a90f-3577c5496457 with identifier: GV19%20DDY
2026-03-30 06:24:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a11b0034-8136-5081-a90f-3577c5496457 with identifier: GV19%20DDY to the API
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV19%20DDY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a11b0034-8136-5081-a90f-3577c5496457',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV19 DDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV19%20DDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 42415,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 100 ST-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 100 ST-LINE',
 'vin': 'WF01XXERK1KE20414',
 'year': 2019}
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV19%2520DDY%27 HTTP/1.1" 200 None
2026-03-30 06:24:14 [bca.uk] INFO: Saving data for GV19%20DDY: {'auction_closing_time': 1774951200.0, 'created_time': 1774622297.001211, 'last_price_update_time': 1774851854.327809}
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV19%2520DDY') HTTP/1.1" 204 0
2026-03-30 06:24:14 [bca.uk] INFO: Found listing with ID: CJ71%20JJX
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ71%2520JJX%27 HTTP/1.1" 200 None
2026-03-30 06:24:14 [bca.uk] INFO: Scrape type for CJ71%20JJX: 2
2026-03-30 06:24:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d489de27-a013-55dd-95b1-42c2e785c762 with identifier: CJ71%20JJX
2026-03-30 06:24:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d489de27-a013-55dd-95b1-42c2e785c762 with scrape type 2
2026-03-30 06:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d489de27-a013-55dd-95b1-42c2e785c762 with scrape type 2
2026-03-30 06:24:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d489de27-a013-55dd-95b1-42c2e785c762, identifier: CJ71%20JJX
2026-03-30 06:24:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with identifier: LT68%20FXH
2026-03-30 06:24:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with identifier: LT68%20FXH
2026-03-30 06:24:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 864f2eef-5fa4-59b8-b10b-90efd01d0d63 with identifier: LT68%20FXH to the API
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT68%20FXH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '864f2eef-5fa4-59b8-b10b-90efd01d0d63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT68 FXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT68%20FXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SMART',
 'model': 'FORFOUR',
 'odometer': 56772,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SMART FORFOUR 0.9 T 90 BRABUS SPORT PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'T 90 BRABUS SPORT PREMIUM',
 'vin': 'WME4530442Y149917',
 'year': 2018}
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-30 06:24:14 [bca.uk] INFO: Saving data for LT68%20FXH: {'auction_closing_time': 1775124000.0, 'created_time': 1774391767.793378, 'last_price_update_time': 1774851854.731296}
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT68%2520FXH') HTTP/1.1" 204 0
2026-03-30 06:24:14 [bca.uk] INFO: Found listing with ID: WGZ%201184
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WGZ%25201184%27 HTTP/1.1" 200 None
2026-03-30 06:24:14 [bca.uk] INFO: Scrape type for WGZ%201184: 2
2026-03-30 06:24:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ff06aea-67aa-56c6-85a8-2092ffb1a725 with identifier: WGZ%201184
2026-03-30 06:24:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ff06aea-67aa-56c6-85a8-2092ffb1a725 with scrape type 2
2026-03-30 06:24:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ff06aea-67aa-56c6-85a8-2092ffb1a725 with scrape type 2
2026-03-30 06:24:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ff06aea-67aa-56c6-85a8-2092ffb1a725, identifier: WGZ%201184
2026-03-30 06:24:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d489de27-a013-55dd-95b1-42c2e785c762 with identifier: CJ71%20JJX
2026-03-30 06:24:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d489de27-a013-55dd-95b1-42c2e785c762 with identifier: CJ71%20JJX
2026-03-30 06:24:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d489de27-a013-55dd-95b1-42c2e785c762 with identifier: CJ71%20JJX to the API
2026-03-30 06:24:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ71%20JJX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd489de27-a013-55dd-95b1-42c2e785c762',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ71 JJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ71%20JJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 38053,
 'odometer_reading_unit': '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 SHINE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 83 SHINE PLUS',
 'vin': 'VF7SXHMRVNT506782',
 'year': 2022}
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ71%2520JJX%27 HTTP/1.1" 200 None
2026-03-30 06:24:15 [bca.uk] INFO: Saving data for CJ71%20JJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774621233.824249, 'last_price_update_time': 1774851855.121329}
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ71%2520JJX') HTTP/1.1" 204 0
2026-03-30 06:24:15 [bca.uk] INFO: Found listing with ID: RO72%20LVF
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520LVF%27 HTTP/1.1" 200 None
2026-03-30 06:24:15 [bca.uk] INFO: Scrape type for RO72%20LVF: 2
2026-03-30 06:24:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c9674d7-facb-5404-b457-05e62732b2f6 with identifier: RO72%20LVF
2026-03-30 06:24:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c9674d7-facb-5404-b457-05e62732b2f6 with scrape type 2
2026-03-30 06:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c9674d7-facb-5404-b457-05e62732b2f6 with scrape type 2
2026-03-30 06:24:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c9674d7-facb-5404-b457-05e62732b2f6, identifier: RO72%20LVF
2026-03-30 06:24:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ff06aea-67aa-56c6-85a8-2092ffb1a725 with identifier: WGZ%201184
2026-03-30 06:24:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ff06aea-67aa-56c6-85a8-2092ffb1a725 with identifier: WGZ%201184
2026-03-30 06:24:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ff06aea-67aa-56c6-85a8-2092ffb1a725 with identifier: WGZ%201184 to the API
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WGZ%201184-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2ff06aea-67aa-56c6-85a8-2092ffb1a725',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WGZ 1184',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WGZ%201184&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 41542,
 'odometer_reading_unit': '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': 'LRW3F7EK0NC477819',
 'year': 2022}
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WGZ%25201184%27 HTTP/1.1" 200 None
2026-03-30 06:24:15 [bca.uk] INFO: Saving data for WGZ%201184: {'auction_closing_time': 1774951200.0, 'created_time': 1774621292.196035, 'last_price_update_time': 1774851855.538095}
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WGZ%25201184') HTTP/1.1" 204 0
2026-03-30 06:24:15 [bca.uk] INFO: Found listing with ID: LP71%20WJV
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520WJV%27 HTTP/1.1" 200 None
2026-03-30 06:24:15 [bca.uk] INFO: Scrape type for LP71%20WJV: 2
2026-03-30 06:24:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1edf6725-cd7c-5d71-9f5e-fc7a082a7214 with identifier: LP71%20WJV
2026-03-30 06:24:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1edf6725-cd7c-5d71-9f5e-fc7a082a7214 with scrape type 2
2026-03-30 06:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1edf6725-cd7c-5d71-9f5e-fc7a082a7214 with scrape type 2
2026-03-30 06:24:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1edf6725-cd7c-5d71-9f5e-fc7a082a7214, identifier: LP71%20WJV
2026-03-30 06:24:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c9674d7-facb-5404-b457-05e62732b2f6 with identifier: RO72%20LVF
2026-03-30 06:24:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c9674d7-facb-5404-b457-05e62732b2f6 with identifier: RO72%20LVF
2026-03-30 06:24:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c9674d7-facb-5404-b457-05e62732b2f6 with identifier: RO72%20LVF to the API
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO72%20LVF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3c9674d7-facb-5404-b457-05e62732b2f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO72 LVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO72%20LVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 35156,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 50 220KW 83KWH Q S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '50 220KW 83KWH Q S LINE',
 'vin': 'WAUZZZFZ1NP054555',
 'year': 2022}
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520LVF%27 HTTP/1.1" 200 None
2026-03-30 06:24:15 [bca.uk] INFO: Saving data for RO72%20LVF: {'auction_closing_time': 1774951200.0, 'created_time': 1774365286.11287, 'last_price_update_time': 1774851855.934561}
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO72%2520LVF') HTTP/1.1" 204 0
2026-03-30 06:24:15 [bca.uk] INFO: Found listing with ID: YHZ%206531
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YHZ%25206531%27 HTTP/1.1" 200 None
2026-03-30 06:24:15 [bca.uk] INFO: Scrape type for YHZ%206531: 2
2026-03-30 06:24:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 440ef0c7-2d62-5a25-b638-6f20a109135f with identifier: YHZ%206531
2026-03-30 06:24:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 440ef0c7-2d62-5a25-b638-6f20a109135f with scrape type 2
2026-03-30 06:24:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 440ef0c7-2d62-5a25-b638-6f20a109135f with scrape type 2
2026-03-30 06:24:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 440ef0c7-2d62-5a25-b638-6f20a109135f, identifier: YHZ%206531
2026-03-30 06:24:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1edf6725-cd7c-5d71-9f5e-fc7a082a7214 with identifier: LP71%20WJV
2026-03-30 06:24:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1edf6725-cd7c-5d71-9f5e-fc7a082a7214 with identifier: LP71%20WJV
2026-03-30 06:24:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1edf6725-cd7c-5d71-9f5e-fc7a082a7214 with identifier: LP71%20WJV to the API
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP71%20WJV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1edf6725-cd7c-5d71-9f5e-fc7a082a7214',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP71 WJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP71%20WJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 43336,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 GT',
 'vin': 'VF3MRHNSMNS036197',
 'year': 2022}
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520WJV%27 HTTP/1.1" 200 None
2026-03-30 06:24:16 [bca.uk] INFO: Saving data for LP71%20WJV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621233.247767, 'last_price_update_time': 1774851856.346088}
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP71%2520WJV') HTTP/1.1" 204 0
2026-03-30 06:24:16 [bca.uk] INFO: Found listing with ID: NL69%20OLK
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL69%2520OLK%27 HTTP/1.1" 200 None
2026-03-30 06:24:16 [bca.uk] INFO: Scrape type for NL69%20OLK: 0
2026-03-30 06:24:16 [bca.uk] INFO: Found listing with ID: LS72%20OLW
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520OLW%27 HTTP/1.1" 200 None
2026-03-30 06:24:16 [bca.uk] INFO: Scrape type for LS72%20OLW: 2
2026-03-30 06:24:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b4d00a8-3a40-5871-8a74-605112737d99 with identifier: LS72%20OLW
2026-03-30 06:24:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b4d00a8-3a40-5871-8a74-605112737d99 with scrape type 2
2026-03-30 06:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b4d00a8-3a40-5871-8a74-605112737d99 with scrape type 2
2026-03-30 06:24:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b4d00a8-3a40-5871-8a74-605112737d99, identifier: LS72%20OLW
2026-03-30 06:24:16 [scrapy.extensions.logstats] INFO: Crawled 70 pages (at 3 pages/min), scraped 2619 items (at 131 items/min)
2026-03-30 06:24:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:24:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 440ef0c7-2d62-5a25-b638-6f20a109135f with identifier: YHZ%206531
2026-03-30 06:24:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 440ef0c7-2d62-5a25-b638-6f20a109135f with identifier: YHZ%206531
2026-03-30 06:24:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 440ef0c7-2d62-5a25-b638-6f20a109135f with identifier: YHZ%206531 to the API
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YHZ%206531-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '440ef0c7-2d62-5a25-b638-6f20a109135f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YHZ 6531',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YHZ%206531&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'A35 AMG',
 'odometer': 39964,
 'odometer_reading_unit': '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 PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': '4MATIC PREMIUM PLUS DCT',
 'vin': 'WDD1770512J096715',
 'year': 2019}
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YHZ%25206531%27 HTTP/1.1" 200 None
2026-03-30 06:24:16 [bca.uk] INFO: Saving data for YHZ%206531: {'auction_closing_time': 1774951200.0, 'created_time': 1774364577.732149, 'last_price_update_time': 1774851856.765444}
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YHZ%25206531') HTTP/1.1" 204 0
2026-03-30 06:24:16 [bca.uk] INFO: Found listing with ID: RJ71%20ZYS
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ZYS%27 HTTP/1.1" 200 None
2026-03-30 06:24:16 [bca.uk] INFO: Scrape type for RJ71%20ZYS: 2
2026-03-30 06:24:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e20a583-69dc-573a-bf14-01c56aa8a1c8 with identifier: RJ71%20ZYS
2026-03-30 06:24:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e20a583-69dc-573a-bf14-01c56aa8a1c8 with scrape type 2
2026-03-30 06:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e20a583-69dc-573a-bf14-01c56aa8a1c8 with scrape type 2
2026-03-30 06:24:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e20a583-69dc-573a-bf14-01c56aa8a1c8, identifier: RJ71%20ZYS
2026-03-30 06:24:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b4d00a8-3a40-5871-8a74-605112737d99 with identifier: LS72%20OLW
2026-03-30 06:24:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b4d00a8-3a40-5871-8a74-605112737d99 with identifier: LS72%20OLW
2026-03-30 06:24:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b4d00a8-3a40-5871-8a74-605112737d99 with identifier: LS72%20OLW to the API
2026-03-30 06:24:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20OLW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b4d00a8-3a40-5871-8a74-605112737d99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 OLW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20OLW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 EQ-B',
 'odometer': 15897,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 300 EQ-B 2.0 AMG LINE PREMIUM PLUS 4M 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'W1N0J8EB4PG151858',
 'year': 2023}
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520OLW%27 HTTP/1.1" 200 None
2026-03-30 06:24:17 [bca.uk] INFO: Saving data for LS72%20OLW: {'auction_closing_time': 1775124000.0, 'created_time': 1774015721.039076, 'last_price_update_time': 1774851857.157713}
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520OLW') HTTP/1.1" 204 0
2026-03-30 06:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:24:17 [bca.uk] INFO: Found listing with ID: YK22%20NXD
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520NXD%27 HTTP/1.1" 200 None
2026-03-30 06:24:17 [bca.uk] INFO: Scrape type for YK22%20NXD: 2
2026-03-30 06:24:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a9434bf-1866-5253-b4af-3779807ca9d2 with identifier: YK22%20NXD
2026-03-30 06:24:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a9434bf-1866-5253-b4af-3779807ca9d2 with scrape type 2
2026-03-30 06:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a9434bf-1866-5253-b4af-3779807ca9d2 with scrape type 2
2026-03-30 06:24:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a9434bf-1866-5253-b4af-3779807ca9d2, identifier: YK22%20NXD
2026-03-30 06:24:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e20a583-69dc-573a-bf14-01c56aa8a1c8 with identifier: RJ71%20ZYS
2026-03-30 06:24:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e20a583-69dc-573a-bf14-01c56aa8a1c8 with identifier: RJ71%20ZYS
2026-03-30 06:24:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e20a583-69dc-573a-bf14-01c56aa8a1c8 with identifier: RJ71%20ZYS to the API
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ71%20ZYS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4e20a583-69dc-573a-bf14-01c56aa8a1c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ71 ZYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ71%20ZYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 103998,
 'odometer_reading_unit': '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': 'WVGZZZE2ZNP022125',
 'year': 2022}
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ZYS%27 HTTP/1.1" 200 None
2026-03-30 06:24:17 [bca.uk] INFO: Saving data for RJ71%20ZYS: {'auction_closing_time': 1774951200.0, 'created_time': 1774621234.272696, 'last_price_update_time': 1774851857.571016}
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ71%2520ZYS') HTTP/1.1" 204 0
2026-03-30 06:24:17 [bca.uk] INFO: Found listing with ID: SN72%20GZX
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN72%2520GZX%27 HTTP/1.1" 200 None
2026-03-30 06:24:17 [bca.uk] INFO: Scrape type for SN72%20GZX: 2
2026-03-30 06:24:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba5bc8b7-234f-5c56-b680-b986559d77bf with identifier: SN72%20GZX
2026-03-30 06:24:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba5bc8b7-234f-5c56-b680-b986559d77bf with scrape type 2
2026-03-30 06:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba5bc8b7-234f-5c56-b680-b986559d77bf with scrape type 2
2026-03-30 06:24:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba5bc8b7-234f-5c56-b680-b986559d77bf, identifier: SN72%20GZX
2026-03-30 06:24:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a9434bf-1866-5253-b4af-3779807ca9d2 with identifier: YK22%20NXD
2026-03-30 06:24:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a9434bf-1866-5253-b4af-3779807ca9d2 with identifier: YK22%20NXD
2026-03-30 06:24:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a9434bf-1866-5253-b4af-3779807ca9d2 with identifier: YK22%20NXD to the API
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK22%20NXD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7a9434bf-1866-5253-b4af-3779807ca9d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YK22 NXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK22%20NXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 37191,
 'odometer_reading_unit': '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': 'SADHA2A1XN1619651',
 'year': 2022}
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520NXD%27 HTTP/1.1" 200 None
2026-03-30 06:24:18 [bca.uk] INFO: Saving data for YK22%20NXD: {'auction_closing_time': 1774951200.0, 'created_time': 1774045507.169898, 'last_price_update_time': 1774851858.115473}
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK22%2520NXD') HTTP/1.1" 204 0
2026-03-30 06:24:18 [bca.uk] INFO: Found listing with ID: DA61%20MJO
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA61%2520MJO%27 HTTP/1.1" 200 None
2026-03-30 06:24:18 [bca.uk] INFO: Scrape type for DA61%20MJO: 2
2026-03-30 06:24:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de72634a-4633-5185-ad35-53ac836307a1 with identifier: DA61%20MJO
2026-03-30 06:24:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de72634a-4633-5185-ad35-53ac836307a1 with scrape type 2
2026-03-30 06:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de72634a-4633-5185-ad35-53ac836307a1 with scrape type 2
2026-03-30 06:24:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de72634a-4633-5185-ad35-53ac836307a1, identifier: DA61%20MJO
2026-03-30 06:24:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba5bc8b7-234f-5c56-b680-b986559d77bf with identifier: SN72%20GZX
2026-03-30 06:24:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba5bc8b7-234f-5c56-b680-b986559d77bf with identifier: SN72%20GZX
2026-03-30 06:24:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba5bc8b7-234f-5c56-b680-b986559d77bf with identifier: SN72%20GZX to the API
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN72%20GZX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba5bc8b7-234f-5c56-b680-b986559d77bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SN72 GZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN72%20GZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 18028,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-X 186 SE-L LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-X 186 SE-L LUX',
 'vin': 'JMZDM6WH601317708',
 'year': 2022}
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN72%2520GZX%27 HTTP/1.1" 200 None
2026-03-30 06:24:18 [bca.uk] INFO: Saving data for SN72%20GZX: {'auction_closing_time': 1774864800.0, 'created_time': 1774276477.825891, 'last_price_update_time': 1774851858.564546}
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN72%2520GZX') HTTP/1.1" 204 0
2026-03-30 06:24:18 [bca.uk] INFO: Found listing with ID: FN60%20KWB
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN60%2520KWB%27 HTTP/1.1" 200 None
2026-03-30 06:24:18 [bca.uk] INFO: Scrape type for FN60%20KWB: 2
2026-03-30 06:24:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51302e75-f4a9-5c4f-abcb-af88cddacbb9 with identifier: FN60%20KWB
2026-03-30 06:24:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51302e75-f4a9-5c4f-abcb-af88cddacbb9 with scrape type 2
2026-03-30 06:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51302e75-f4a9-5c4f-abcb-af88cddacbb9 with scrape type 2
2026-03-30 06:24:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51302e75-f4a9-5c4f-abcb-af88cddacbb9, identifier: FN60%20KWB
2026-03-30 06:24:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de72634a-4633-5185-ad35-53ac836307a1 with identifier: DA61%20MJO
2026-03-30 06:24:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de72634a-4633-5185-ad35-53ac836307a1 with identifier: DA61%20MJO
2026-03-30 06:24:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de72634a-4633-5185-ad35-53ac836307a1 with identifier: DA61%20MJO to the API
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA61%20MJO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'de72634a-4633-5185-ad35-53ac836307a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA61 MJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA61%20MJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 122544,
 'odometer_reading_unit': '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 E/F SXI S/S Hatchback',
 'transmission': 'manual',
 'trim': 'VVT E/F SXI S/S',
 'vin': 'W0L0SDL68C4103485',
 'year': 2012}
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA61%2520MJO%27 HTTP/1.1" 200 None
2026-03-30 06:24:18 [bca.uk] INFO: Saving data for DA61%20MJO: {'auction_closing_time': 1774951200.0, 'created_time': 1774621221.166565, 'last_price_update_time': 1774851858.968268}
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA61%2520MJO') HTTP/1.1" 204 0
2026-03-30 06:24:18 [bca.uk] INFO: Found listing with ID: YB21%20WUC
2026-03-30 06:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB21%2520WUC%27 HTTP/1.1" 200 None
2026-03-30 06:24:19 [bca.uk] INFO: Scrape type for YB21%20WUC: 2
2026-03-30 06:24:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with identifier: YB21%20WUC
2026-03-30 06:24:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with scrape type 2
2026-03-30 06:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with scrape type 2
2026-03-30 06:24:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70e6c534-a5de-5fa2-a3f9-2823a5c004fe, identifier: YB21%20WUC
2026-03-30 06:24:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51302e75-f4a9-5c4f-abcb-af88cddacbb9 with identifier: FN60%20KWB
2026-03-30 06:24:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51302e75-f4a9-5c4f-abcb-af88cddacbb9 with identifier: FN60%20KWB
2026-03-30 06:24:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51302e75-f4a9-5c4f-abcb-af88cddacbb9 with identifier: FN60%20KWB to the API
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 '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': '51302e75-f4a9-5c4f-abcb-af88cddacbb9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN60 KWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN60%20KWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 147093,
 '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 1.6 TDCI 110 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'TDCI 110 ZETEC',
 'vin': 'WF0EXXGCDEAU05142',
 'year': 2010}
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN60%2520KWB%27 HTTP/1.1" 200 None
2026-03-30 06:24:19 [bca.uk] INFO: Saving data for FN60%20KWB: {'auction_closing_time': 1774951200.0, 'created_time': 1774622301.017457, 'last_price_update_time': 1774851859.381955}
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN60%2520KWB') HTTP/1.1" 204 0
2026-03-30 06:24:19 [bca.uk] INFO: Found listing with ID: YD72%20AFE
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD72%2520AFE%27 HTTP/1.1" 200 None
2026-03-30 06:24:19 [bca.uk] INFO: Scrape type for YD72%20AFE: 2
2026-03-30 06:24:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93a76b44-1840-511a-9709-09e59df7f090 with identifier: YD72%20AFE
2026-03-30 06:24:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93a76b44-1840-511a-9709-09e59df7f090 with scrape type 2
2026-03-30 06:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93a76b44-1840-511a-9709-09e59df7f090 with scrape type 2
2026-03-30 06:24:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93a76b44-1840-511a-9709-09e59df7f090, identifier: YD72%20AFE
2026-03-30 06:24:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with identifier: YB21%20WUC
2026-03-30 06:24:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with identifier: YB21%20WUC
2026-03-30 06:24:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70e6c534-a5de-5fa2-a3f9-2823a5c004fe with identifier: YB21%20WUC to the API
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB21%20WUC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '70e6c534-a5de-5fa2-a3f9-2823a5c004fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB21 WUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB21%20WUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 91578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 TITANIUM',
 'vin': 'WF02XXERK2MU73767',
 'year': 2021}
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB21%2520WUC%27 HTTP/1.1" 200 None
2026-03-30 06:24:19 [bca.uk] INFO: Saving data for YB21%20WUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774650764.790768, 'last_price_update_time': 1774851859.794701}
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB21%2520WUC') HTTP/1.1" 204 0
2026-03-30 06:24:19 [bca.uk] INFO: Found listing with ID: SE19%20OZF
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520OZF%27 HTTP/1.1" 200 None
2026-03-30 06:24:19 [bca.uk] INFO: Scrape type for SE19%20OZF: 2
2026-03-30 06:24:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2b580d1-f4ab-5aba-956f-0fb1e28fa770 with identifier: SE19%20OZF
2026-03-30 06:24:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2b580d1-f4ab-5aba-956f-0fb1e28fa770 with scrape type 2
2026-03-30 06:24:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2b580d1-f4ab-5aba-956f-0fb1e28fa770 with scrape type 2
2026-03-30 06:24:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2b580d1-f4ab-5aba-956f-0fb1e28fa770, identifier: SE19%20OZF
2026-03-30 06:24:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93a76b44-1840-511a-9709-09e59df7f090 with identifier: YD72%20AFE
2026-03-30 06:24:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93a76b44-1840-511a-9709-09e59df7f090 with identifier: YD72%20AFE
2026-03-30 06:24:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93a76b44-1840-511a-9709-09e59df7f090 with identifier: YD72%20AFE to the API
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD72%20AFE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '93a76b44-1840-511a-9709-09e59df7f090',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD72 AFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD72%20AFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN ALLSPACE',
 'odometer': 25143,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN ALLSPACE 1.5 TSI 150 2WD ELEGANCE DSG '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 2WD ELEGANCE DSG',
 'vin': 'WVGZZZ5NZNM086625',
 'year': 2022}
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD72%2520AFE%27 HTTP/1.1" 200 None
2026-03-30 06:24:20 [bca.uk] INFO: Saving data for YD72%20AFE: {'auction_closing_time': 1774951200.0, 'created_time': 1774621215.295705, 'last_price_update_time': 1774851860.201806}
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD72%2520AFE') HTTP/1.1" 204 0
2026-03-30 06:24:20 [bca.uk] INFO: Found listing with ID: YG16%20YSS
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG16%2520YSS%27 HTTP/1.1" 200 None
2026-03-30 06:24:20 [bca.uk] INFO: Scrape type for YG16%20YSS: 2
2026-03-30 06:24:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f32f760-933d-5bd7-9589-a2d0e275be2b with identifier: YG16%20YSS
2026-03-30 06:24:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f32f760-933d-5bd7-9589-a2d0e275be2b with scrape type 2
2026-03-30 06:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f32f760-933d-5bd7-9589-a2d0e275be2b with scrape type 2
2026-03-30 06:24:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f32f760-933d-5bd7-9589-a2d0e275be2b, identifier: YG16%20YSS
2026-03-30 06:24:20 [bca.uk] INFO: Total items found: 100
2026-03-30 06:24:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded
2026-03-30 06:24:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:24:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:24:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2b580d1-f4ab-5aba-956f-0fb1e28fa770 with identifier: SE19%20OZF
2026-03-30 06:24:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2b580d1-f4ab-5aba-956f-0fb1e28fa770 with identifier: SE19%20OZF
2026-03-30 06:24:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2b580d1-f4ab-5aba-956f-0fb1e28fa770 with identifier: SE19%20OZF to the API
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE19%20OZF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f2b580d1-f4ab-5aba-956f-0fb1e28fa770',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE19 OZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE19%20OZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 53780,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 GT LINE',
 'vin': 'VF3MRHNSJKS144820',
 'year': 2019}
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520OZF%27 HTTP/1.1" 200 None
2026-03-30 06:24:20 [bca.uk] INFO: Saving data for SE19%20OZF: {'auction_closing_time': 1774951200.0, 'created_time': 1774622277.409067, 'last_price_update_time': 1774851860.61796}
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE19%2520OZF') HTTP/1.1" 204 0
2026-03-30 06:24:20 [bca.uk] INFO: Found listing with ID: LP71%20TEY
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520TEY%27 HTTP/1.1" 200 None
2026-03-30 06:24:20 [bca.uk] INFO: Scrape type for LP71%20TEY: 2
2026-03-30 06:24:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fedac5e6-bfac-5724-8ca1-c5762bf6b4c9 with identifier: LP71%20TEY
2026-03-30 06:24:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fedac5e6-bfac-5724-8ca1-c5762bf6b4c9 with scrape type 2
2026-03-30 06:24:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fedac5e6-bfac-5724-8ca1-c5762bf6b4c9 with scrape type 2
2026-03-30 06:24:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fedac5e6-bfac-5724-8ca1-c5762bf6b4c9, identifier: LP71%20TEY
2026-03-30 06:24:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f32f760-933d-5bd7-9589-a2d0e275be2b with identifier: YG16%20YSS
2026-03-30 06:24:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f32f760-933d-5bd7-9589-a2d0e275be2b with identifier: YG16%20YSS
2026-03-30 06:24:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f32f760-933d-5bd7-9589-a2d0e275be2b with identifier: YG16%20YSS to the API
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG16%20YSS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2f32f760-933d-5bd7-9589-a2d0e275be2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG16 YSS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG16%20YSS&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'BMW',
 'model': '435D GRAN COUPE',
 'odometer': 95848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 435D GRAN COUPE 3.0 XDRIVE M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT STEP',
 'vin': 'WBA4G120X0G498597',
 'year': 2016}
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG16%2520YSS%27 HTTP/1.1" 200 None
2026-03-30 06:24:21 [bca.uk] INFO: Saving data for YG16%20YSS: {'auction_closing_time': 1774951200.0, 'created_time': 1774650747.472588, 'last_price_update_time': 1774851861.038612}
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG16%2520YSS') HTTP/1.1" 204 0
2026-03-30 06:24:21 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:24:21 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:24:21 [bca.uk] INFO: Found listing with ID: BC23%20HNY
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC23%2520HNY%27 HTTP/1.1" 200 None
2026-03-30 06:24:21 [bca.uk] INFO: Scrape type for BC23%20HNY: 2
2026-03-30 06:24:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df121822-ffa4-5e56-89f6-3d98770caa5a with identifier: BC23%20HNY
2026-03-30 06:24:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df121822-ffa4-5e56-89f6-3d98770caa5a with scrape type 2
2026-03-30 06:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df121822-ffa4-5e56-89f6-3d98770caa5a with scrape type 2
2026-03-30 06:24:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df121822-ffa4-5e56-89f6-3d98770caa5a, identifier: BC23%20HNY
2026-03-30 06:24:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fedac5e6-bfac-5724-8ca1-c5762bf6b4c9 with identifier: LP71%20TEY
2026-03-30 06:24:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fedac5e6-bfac-5724-8ca1-c5762bf6b4c9 with identifier: LP71%20TEY
2026-03-30 06:24:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fedac5e6-bfac-5724-8ca1-c5762bf6b4c9 with identifier: LP71%20TEY to the API
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP71%20TEY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fedac5e6-bfac-5724-8ca1-c5762bf6b4c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP71 TEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP71%20TEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 36702,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VF3MRHNSUNS024592',
 'year': 2022}
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP71%2520TEY%27 HTTP/1.1" 200 None
2026-03-30 06:24:21 [bca.uk] INFO: Saving data for LP71%20TEY: {'auction_closing_time': 1774951200.0, 'created_time': 1774621194.750585, 'last_price_update_time': 1774851861.453259}
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP71%2520TEY') HTTP/1.1" 204 0
2026-03-30 06:24:21 [bca.uk] INFO: Found listing with ID: SO15%20OPN
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO15%2520OPN%27 HTTP/1.1" 200 None
2026-03-30 06:24:21 [bca.uk] INFO: Scrape type for SO15%20OPN: 2
2026-03-30 06:24:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 322e5aaa-bbe4-577a-9a14-620701879dd2 with identifier: SO15%20OPN
2026-03-30 06:24:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 322e5aaa-bbe4-577a-9a14-620701879dd2 with scrape type 2
2026-03-30 06:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 322e5aaa-bbe4-577a-9a14-620701879dd2 with scrape type 2
2026-03-30 06:24:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 322e5aaa-bbe4-577a-9a14-620701879dd2, identifier: SO15%20OPN
2026-03-30 06:24:21 [bca.uk] INFO: Found listing with ID: GN13%20WMW
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN13%2520WMW%27 HTTP/1.1" 200 None
2026-03-30 06:24:21 [bca.uk] INFO: Scrape type for GN13%20WMW: 2
2026-03-30 06:24:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8309cd77-0aee-5971-bbca-33cb5268ced9 with identifier: GN13%20WMW
2026-03-30 06:24:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8309cd77-0aee-5971-bbca-33cb5268ced9 with scrape type 2
2026-03-30 06:24:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8309cd77-0aee-5971-bbca-33cb5268ced9 with scrape type 2
2026-03-30 06:24:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8309cd77-0aee-5971-bbca-33cb5268ced9, identifier: GN13%20WMW
2026-03-30 06:24:21 [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:24:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df121822-ffa4-5e56-89f6-3d98770caa5a with identifier: BC23%20HNY
2026-03-30 06:24:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df121822-ffa4-5e56-89f6-3d98770caa5a with identifier: BC23%20HNY
2026-03-30 06:24:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df121822-ffa4-5e56-89f6-3d98770caa5a with identifier: BC23%20HNY to the API
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC23%20HNY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'df121822-ffa4-5e56-89f6-3d98770caa5a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BC23 HNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC23%20HNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 9702,
 'odometer_reading_unit': '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': 'LRW3F7EL4PC876602',
 'year': 2023}
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC23%2520HNY%27 HTTP/1.1" 200 None
2026-03-30 06:24:21 [bca.uk] INFO: Saving data for BC23%20HNY: {'auction_closing_time': 1774951200.0, 'created_time': 1774621262.817162, 'last_price_update_time': 1774851861.96651}
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC23%2520HNY') HTTP/1.1" 204 0
2026-03-30 06:24:22 [bca.uk] INFO: Found listing with ID: VN21%20HLR
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN21%2520HLR%27 HTTP/1.1" 200 None
2026-03-30 06:24:22 [bca.uk] INFO: Scrape type for VN21%20HLR: 2
2026-03-30 06:24:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6f6f7dd-cf5e-5d26-89fb-8e82c529a88f with identifier: VN21%20HLR
2026-03-30 06:24:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6f6f7dd-cf5e-5d26-89fb-8e82c529a88f with scrape type 2
2026-03-30 06:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6f6f7dd-cf5e-5d26-89fb-8e82c529a88f with scrape type 2
2026-03-30 06:24:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6f6f7dd-cf5e-5d26-89fb-8e82c529a88f, identifier: VN21%20HLR
2026-03-30 06:24:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 322e5aaa-bbe4-577a-9a14-620701879dd2 with identifier: SO15%20OPN
2026-03-30 06:24:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 322e5aaa-bbe4-577a-9a14-620701879dd2 with identifier: SO15%20OPN
2026-03-30 06:24:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 322e5aaa-bbe4-577a-9a14-620701879dd2 with identifier: SO15%20OPN to the API
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 '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': '322e5aaa-bbe4-577a-9a14-620701879dd2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO15 OPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO15%20OPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FIAT',
 'model': '500',
 'odometer': 75467,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 POP STAR Hatchback',
 'transmission': 'manual',
 'trim': 'POP STAR',
 'vin': 'ZFA3120000J445486',
 'year': 2015}
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO15%2520OPN%27 HTTP/1.1" 200 None
2026-03-30 06:24:22 [bca.uk] INFO: Saving data for SO15%20OPN: {'auction_closing_time': 1774951200.0, 'created_time': 1774621294.54142, 'last_price_update_time': 1774851862.468763}
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO15%2520OPN') HTTP/1.1" 204 0
2026-03-30 06:24:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8309cd77-0aee-5971-bbca-33cb5268ced9 with identifier: GN13%20WMW
2026-03-30 06:24:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8309cd77-0aee-5971-bbca-33cb5268ced9 with identifier: GN13%20WMW
2026-03-30 06:24:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8309cd77-0aee-5971-bbca-33cb5268ced9 with identifier: GN13%20WMW to the API
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN13%20WMW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8309cd77-0aee-5971-bbca-33cb5268ced9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN13 WMW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN13%20WMW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 76331,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 CDI B/E AMG SPORT Estate',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT',
 'vin': 'WDD2042022F986391',
 'year': 2013}
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN13%2520WMW%27 HTTP/1.1" 200 None
2026-03-30 06:24:22 [bca.uk] INFO: Saving data for GN13%20WMW: {'auction_closing_time': 1774951200.0, 'created_time': 1774621670.556616, 'last_price_update_time': 1774851862.774238}
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN13%2520WMW') HTTP/1.1" 204 0
2026-03-30 06:24:22 [bca.uk] INFO: Found listing with ID: WN67%20XHL
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN67%2520XHL%27 HTTP/1.1" 200 None
2026-03-30 06:24:22 [bca.uk] INFO: Scrape type for WN67%20XHL: 2
2026-03-30 06:24:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 190c7af6-9485-584d-b64c-061472452263 with identifier: WN67%20XHL
2026-03-30 06:24:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 190c7af6-9485-584d-b64c-061472452263 with scrape type 2
2026-03-30 06:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 190c7af6-9485-584d-b64c-061472452263 with scrape type 2
2026-03-30 06:24:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 190c7af6-9485-584d-b64c-061472452263, identifier: WN67%20XHL
2026-03-30 06:24:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6f6f7dd-cf5e-5d26-89fb-8e82c529a88f with identifier: VN21%20HLR
2026-03-30 06:24:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6f6f7dd-cf5e-5d26-89fb-8e82c529a88f with identifier: VN21%20HLR
2026-03-30 06:24:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6f6f7dd-cf5e-5d26-89fb-8e82c529a88f with identifier: VN21%20HLR to the API
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN21%20HLR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f6f6f7dd-cf5e-5d26-89fb-8e82c529a88f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN21 HLR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN21%20HLR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 22216,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'VNKKBAC320A167458',
 'year': 2021}
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN21%2520HLR%27 HTTP/1.1" 200 None
2026-03-30 06:24:23 [bca.uk] INFO: Saving data for VN21%20HLR: {'auction_closing_time': 1774951200.0, 'created_time': 1774621216.573756, 'last_price_update_time': 1774851863.193002}
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN21%2520HLR') HTTP/1.1" 204 0
2026-03-30 06:24:23 [bca.uk] INFO: Found listing with ID: LR20%20LWJ
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520LWJ%27 HTTP/1.1" 200 None
2026-03-30 06:24:23 [bca.uk] INFO: Scrape type for LR20%20LWJ: 2
2026-03-30 06:24:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d16e4f1-5bdf-5b3f-b62e-592be2efb994 with identifier: LR20%20LWJ
2026-03-30 06:24:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d16e4f1-5bdf-5b3f-b62e-592be2efb994 with scrape type 2
2026-03-30 06:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d16e4f1-5bdf-5b3f-b62e-592be2efb994 with scrape type 2
2026-03-30 06:24:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d16e4f1-5bdf-5b3f-b62e-592be2efb994, identifier: LR20%20LWJ
2026-03-30 06:24:23 [bca.uk] INFO: Found listing with ID: HN65%20MEU
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN65%2520MEU%27 HTTP/1.1" 200 None
2026-03-30 06:24:23 [bca.uk] INFO: Scrape type for HN65%20MEU: 2
2026-03-30 06:24:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a6c933d-ca8f-5bff-abdd-ef3be46c1578 with identifier: HN65%20MEU
2026-03-30 06:24:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a6c933d-ca8f-5bff-abdd-ef3be46c1578 with scrape type 2
2026-03-30 06:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a6c933d-ca8f-5bff-abdd-ef3be46c1578 with scrape type 2
2026-03-30 06:24:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a6c933d-ca8f-5bff-abdd-ef3be46c1578, identifier: HN65%20MEU
2026-03-30 06:24:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 190c7af6-9485-584d-b64c-061472452263 with identifier: WN67%20XHL
2026-03-30 06:24:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 190c7af6-9485-584d-b64c-061472452263 with identifier: WN67%20XHL
2026-03-30 06:24:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 190c7af6-9485-584d-b64c-061472452263 with identifier: WN67%20XHL to the API
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN67%20XHL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '190c7af6-9485-584d-b64c-061472452263',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN67 XHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN67%20XHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 84456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD1173422N610495',
 'year': 2017}
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN67%2520XHL%27 HTTP/1.1" 200 None
2026-03-30 06:24:23 [bca.uk] INFO: Saving data for WN67%20XHL: {'auction_closing_time': 1774951200.0, 'created_time': 1774621237.166745, 'last_price_update_time': 1774851863.687483}
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN67%2520XHL') HTTP/1.1" 204 0
2026-03-30 06:24:23 [bca.uk] INFO: Found listing with ID: BK22%20UGF
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UGF%27 HTTP/1.1" 200 None
2026-03-30 06:24:23 [bca.uk] INFO: Scrape type for BK22%20UGF: 2
2026-03-30 06:24:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with identifier: BK22%20UGF
2026-03-30 06:24:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with scrape type 2
2026-03-30 06:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with scrape type 2
2026-03-30 06:24:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4b4fd53-ddaf-5279-a11e-b6a46d48b271, identifier: BK22%20UGF
2026-03-30 06:24:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d16e4f1-5bdf-5b3f-b62e-592be2efb994 with identifier: LR20%20LWJ
2026-03-30 06:24:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d16e4f1-5bdf-5b3f-b62e-592be2efb994 with identifier: LR20%20LWJ
2026-03-30 06:24:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d16e4f1-5bdf-5b3f-b62e-592be2efb994 with identifier: LR20%20LWJ to the API
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR20%20LWJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d16e4f1-5bdf-5b3f-b62e-592be2efb994',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR20 LWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR20%20LWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 51566,
 'odometer_reading_unit': '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 V300 D 2.0 AMG LINE (LONG) 9G MPV',
 'transmission': 'automatic',
 'trim': 'AMG LINE (LONG) 9G',
 'vin': 'W1V44781323715226',
 'year': 2020}
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520LWJ%27 HTTP/1.1" 200 None
2026-03-30 06:24:24 [bca.uk] INFO: Saving data for LR20%20LWJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774622314.40377, 'last_price_update_time': 1774851864.084539}
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR20%2520LWJ') HTTP/1.1" 204 0
2026-03-30 06:24:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a6c933d-ca8f-5bff-abdd-ef3be46c1578 with identifier: HN65%20MEU
2026-03-30 06:24:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a6c933d-ca8f-5bff-abdd-ef3be46c1578 with identifier: HN65%20MEU
2026-03-30 06:24:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a6c933d-ca8f-5bff-abdd-ef3be46c1578 with identifier: HN65%20MEU to the API
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN65%20MEU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a6c933d-ca8f-5bff-abdd-ef3be46c1578',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN65 MEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN65%20MEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'GTC',
 'odometer': 84020,
 'odometer_reading_unit': '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 2.0 CDTI 16V 165 SRI Coupe',
 'transmission': 'automatic',
 'trim': 'CDTI 16V 165 SRI',
 'vin': 'W0LPF2ENXFG131805',
 'year': 2015}
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN65%2520MEU%27 HTTP/1.1" 200 None
2026-03-30 06:24:24 [bca.uk] INFO: Saving data for HN65%20MEU: {'auction_closing_time': 1774951200.0, 'created_time': 1774304793.409203, 'last_price_update_time': 1774851864.384975}
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN65%2520MEU') HTTP/1.1" 204 0
2026-03-30 06:24:24 [bca.uk] INFO: Found listing with ID: GF21%20EFU
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520EFU%27 HTTP/1.1" 200 None
2026-03-30 06:24:24 [bca.uk] INFO: Scrape type for GF21%20EFU: 2
2026-03-30 06:24:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cd05611-d4d7-5045-b7dd-4ded23736169 with identifier: GF21%20EFU
2026-03-30 06:24:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cd05611-d4d7-5045-b7dd-4ded23736169 with scrape type 2
2026-03-30 06:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cd05611-d4d7-5045-b7dd-4ded23736169 with scrape type 2
2026-03-30 06:24:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cd05611-d4d7-5045-b7dd-4ded23736169, identifier: GF21%20EFU
2026-03-30 06:24:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with identifier: BK22%20UGF
2026-03-30 06:24:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with identifier: BK22%20UGF
2026-03-30 06:24:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4b4fd53-ddaf-5279-a11e-b6a46d48b271 with identifier: BK22%20UGF to the API
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20UGF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c4b4fd53-ddaf-5279-a11e-b6a46d48b271',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 UGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20UGF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 51833,
 'odometer_reading_unit': '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': 'LRWYHCEK9NC248306',
 'year': 2022}
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UGF%27 HTTP/1.1" 200 None
2026-03-30 06:24:24 [bca.uk] INFO: Saving data for BK22%20UGF: {'auction_closing_time': 1774951200.0, 'created_time': 1774016706.360677, 'last_price_update_time': 1774851864.823602}
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520UGF') HTTP/1.1" 204 0
2026-03-30 06:24:24 [bca.uk] INFO: Found listing with ID: GU66%20AVR
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU66%2520AVR%27 HTTP/1.1" 200 None
2026-03-30 06:24:24 [bca.uk] INFO: Scrape type for GU66%20AVR: 2
2026-03-30 06:24:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffa03dff-4a83-5744-8981-2b362802cf6d with identifier: GU66%20AVR
2026-03-30 06:24:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffa03dff-4a83-5744-8981-2b362802cf6d with scrape type 2
2026-03-30 06:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffa03dff-4a83-5744-8981-2b362802cf6d with scrape type 2
2026-03-30 06:24:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffa03dff-4a83-5744-8981-2b362802cf6d, identifier: GU66%20AVR
2026-03-30 06:24:24 [bca.uk] INFO: Found listing with ID: HX67%20SXF
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX67%2520SXF%27 HTTP/1.1" 200 None
2026-03-30 06:24:24 [bca.uk] INFO: Scrape type for HX67%20SXF: 2
2026-03-30 06:24:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ca0f4d6-72a5-52a7-a692-36805d2d60ac with identifier: HX67%20SXF
2026-03-30 06:24:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ca0f4d6-72a5-52a7-a692-36805d2d60ac with scrape type 2
2026-03-30 06:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ca0f4d6-72a5-52a7-a692-36805d2d60ac with scrape type 2
2026-03-30 06:24:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ca0f4d6-72a5-52a7-a692-36805d2d60ac, identifier: HX67%20SXF
2026-03-30 06:24:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cd05611-d4d7-5045-b7dd-4ded23736169 with identifier: GF21%20EFU
2026-03-30 06:24:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cd05611-d4d7-5045-b7dd-4ded23736169 with identifier: GF21%20EFU
2026-03-30 06:24:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cd05611-d4d7-5045-b7dd-4ded23736169 with identifier: GF21%20EFU to the API
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 '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': '9cd05611-d4d7-5045-b7dd-4ded23736169',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF21 EFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF21%20EFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 38249,
 'odometer_reading_unit': '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 ECOSPORT 1.0 E/B 125 ST-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF01XXERK1MP16959',
 'year': 2021}
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520EFU%27 HTTP/1.1" 200 None
2026-03-30 06:24:25 [bca.uk] INFO: Saving data for GF21%20EFU: {'auction_closing_time': 1775037600.0, 'created_time': 1774621276.421144, 'last_price_update_time': 1774851865.34313}
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF21%2520EFU') HTTP/1.1" 204 0
2026-03-30 06:24:25 [bca.uk] INFO: Found listing with ID: CA72%20UME
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UME%27 HTTP/1.1" 200 None
2026-03-30 06:24:25 [bca.uk] INFO: Scrape type for CA72%20UME: 2
2026-03-30 06:24:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd39fbd6-92e4-5173-9756-2d71bba8089d with identifier: CA72%20UME
2026-03-30 06:24:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd39fbd6-92e4-5173-9756-2d71bba8089d with scrape type 2
2026-03-30 06:24:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd39fbd6-92e4-5173-9756-2d71bba8089d with scrape type 2
2026-03-30 06:24:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd39fbd6-92e4-5173-9756-2d71bba8089d, identifier: CA72%20UME
2026-03-30 06:24:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffa03dff-4a83-5744-8981-2b362802cf6d with identifier: GU66%20AVR
2026-03-30 06:24:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffa03dff-4a83-5744-8981-2b362802cf6d with identifier: GU66%20AVR
2026-03-30 06:24:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffa03dff-4a83-5744-8981-2b362802cf6d with identifier: GU66%20AVR to the API
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 258,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU66%20AVR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ffa03dff-4a83-5744-8981-2b362802cf6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU66 AVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU66%20AVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BENTLEY',
 'model': 'CONTINENTAL GTC',
 'odometer': 68184,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BENTLEY CONTINENTAL GTC 4.0 V8 S MULLINER DRIVING SPEC Convertible',
 'transmission': 'manual',
 'trim': 'V8 S MULLINER DRIVING SPEC',
 'vin': 'SCBGE23W2HC060578',
 'year': 2016}
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU66%2520AVR%27 HTTP/1.1" 200 None
2026-03-30 06:24:25 [bca.uk] INFO: Saving data for GU66%20AVR: {'auction_closing_time': 1774951200.0, 'created_time': 1774622285.261563, 'last_price_update_time': 1774851865.749642}
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU66%2520AVR') HTTP/1.1" 204 0
2026-03-30 06:24:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ca0f4d6-72a5-52a7-a692-36805d2d60ac with identifier: HX67%20SXF
2026-03-30 06:24:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ca0f4d6-72a5-52a7-a692-36805d2d60ac with identifier: HX67%20SXF
2026-03-30 06:24:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ca0f4d6-72a5-52a7-a692-36805d2d60ac with identifier: HX67%20SXF to the API
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 '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': '1ca0f4d6-72a5-52a7-a692-36805d2d60ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX67 SXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX67%20SXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'A160',
 'odometer': 102952,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A160 1.6 AMG LINE Hatchback',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1760412J652254',
 'year': 2017}
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX67%2520SXF%27 HTTP/1.1" 200 None
2026-03-30 06:24:26 [bca.uk] INFO: Saving data for HX67%20SXF: {'auction_closing_time': 1774951200.0, 'created_time': 1774621558.413434, 'last_price_update_time': 1774851866.044782}
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX67%2520SXF') HTTP/1.1" 204 0
2026-03-30 06:24:26 [bca.uk] INFO: Found listing with ID: KM69%20YOF
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520YOF%27 HTTP/1.1" 200 None
2026-03-30 06:24:26 [bca.uk] INFO: Scrape type for KM69%20YOF: 2
2026-03-30 06:24:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47793c5c-192d-546a-af9d-b628b9b67b38 with identifier: KM69%20YOF
2026-03-30 06:24:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47793c5c-192d-546a-af9d-b628b9b67b38 with scrape type 2
2026-03-30 06:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47793c5c-192d-546a-af9d-b628b9b67b38 with scrape type 2
2026-03-30 06:24:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47793c5c-192d-546a-af9d-b628b9b67b38, identifier: KM69%20YOF
2026-03-30 06:24:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd39fbd6-92e4-5173-9756-2d71bba8089d with identifier: CA72%20UME
2026-03-30 06:24:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd39fbd6-92e4-5173-9756-2d71bba8089d with identifier: CA72%20UME
2026-03-30 06:24:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd39fbd6-92e4-5173-9756-2d71bba8089d with identifier: CA72%20UME to the API
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA72%20UME-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cd39fbd6-92e4-5173-9756-2d71bba8089d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA72 UME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA72%20UME&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 7 CROSSBACK',
 'odometer': 20358,
 'odometer_reading_unit': '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': 'VR1J4DGZUNY592065',
 'year': 2022}
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UME%27 HTTP/1.1" 200 None
2026-03-30 06:24:26 [bca.uk] INFO: Saving data for CA72%20UME: {'auction_closing_time': 1774951200.0, 'created_time': 1774621224.057951, 'last_price_update_time': 1774851866.437121}
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520UME') HTTP/1.1" 204 0
2026-03-30 06:24:26 [bca.uk] INFO: Found listing with ID: HV65%20TYB
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV65%2520TYB%27 HTTP/1.1" 200 None
2026-03-30 06:24:26 [bca.uk] INFO: Scrape type for HV65%20TYB: 2
2026-03-30 06:24:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d2c4ec6-bd43-5197-a9fc-10e7e91f0e72 with identifier: HV65%20TYB
2026-03-30 06:24:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d2c4ec6-bd43-5197-a9fc-10e7e91f0e72 with scrape type 2
2026-03-30 06:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d2c4ec6-bd43-5197-a9fc-10e7e91f0e72 with scrape type 2
2026-03-30 06:24:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d2c4ec6-bd43-5197-a9fc-10e7e91f0e72, identifier: HV65%20TYB
2026-03-30 06:24:26 [bca.uk] INFO: Found listing with ID: KW67%20KHT
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW67%2520KHT%27 HTTP/1.1" 200 None
2026-03-30 06:24:26 [bca.uk] INFO: Scrape type for KW67%20KHT: 2
2026-03-30 06:24:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c967474-f0f1-5b21-82cc-05075a778193 with identifier: KW67%20KHT
2026-03-30 06:24:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c967474-f0f1-5b21-82cc-05075a778193 with scrape type 2
2026-03-30 06:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c967474-f0f1-5b21-82cc-05075a778193 with scrape type 2
2026-03-30 06:24:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c967474-f0f1-5b21-82cc-05075a778193, identifier: KW67%20KHT
2026-03-30 06:24:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47793c5c-192d-546a-af9d-b628b9b67b38 with identifier: KM69%20YOF
2026-03-30 06:24:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47793c5c-192d-546a-af9d-b628b9b67b38 with identifier: KM69%20YOF
2026-03-30 06:24:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47793c5c-192d-546a-af9d-b628b9b67b38 with identifier: KM69%20YOF to the API
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM69%20YOF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47793c5c-192d-546a-af9d-b628b9b67b38',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM69 YOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM69%20YOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 46147,
 'odometer_reading_unit': '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': 'SALZA2ANXLH039154',
 'year': 2019}
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520YOF%27 HTTP/1.1" 200 None
2026-03-30 06:24:26 [bca.uk] INFO: Saving data for KM69%20YOF: {'auction_closing_time': 1774951200.0, 'created_time': 1774621257.591198, 'last_price_update_time': 1774851866.930174}
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM69%2520YOF') HTTP/1.1" 204 0
2026-03-30 06:24:27 [bca.uk] INFO: Found listing with ID: CF72%20HXM
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520HXM%27 HTTP/1.1" 200 None
2026-03-30 06:24:27 [bca.uk] INFO: Scrape type for CF72%20HXM: 2
2026-03-30 06:24:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9351cdad-98a3-5379-ba97-78a007f12714 with identifier: CF72%20HXM
2026-03-30 06:24:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9351cdad-98a3-5379-ba97-78a007f12714 with scrape type 2
2026-03-30 06:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9351cdad-98a3-5379-ba97-78a007f12714 with scrape type 2
2026-03-30 06:24:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9351cdad-98a3-5379-ba97-78a007f12714, identifier: CF72%20HXM
2026-03-30 06:24:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d2c4ec6-bd43-5197-a9fc-10e7e91f0e72 with identifier: HV65%20TYB
2026-03-30 06:24:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d2c4ec6-bd43-5197-a9fc-10e7e91f0e72 with identifier: HV65%20TYB
2026-03-30 06:24:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d2c4ec6-bd43-5197-a9fc-10e7e91f0e72 with identifier: HV65%20TYB to the API
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV65%20TYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d2c4ec6-bd43-5197-a9fc-10e7e91f0e72',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV65 TYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV65%20TYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 79037,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 3.0 D 258 S PDK StationWagon',
 'transmission': 'automatic',
 'trim': 'D 258 S PDK',
 'vin': 'WP1ZZZ95ZGLB66344',
 'year': 2015}
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV65%2520TYB%27 HTTP/1.1" 200 None
2026-03-30 06:24:27 [bca.uk] INFO: Saving data for HV65%20TYB: {'auction_closing_time': 1774951200.0, 'created_time': 1774622285.844483, 'last_price_update_time': 1774851867.413914}
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV65%2520TYB') HTTP/1.1" 204 0
2026-03-30 06:24:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c967474-f0f1-5b21-82cc-05075a778193 with identifier: KW67%20KHT
2026-03-30 06:24:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c967474-f0f1-5b21-82cc-05075a778193 with identifier: KW67%20KHT
2026-03-30 06:24:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c967474-f0f1-5b21-82cc-05075a778193 with identifier: KW67%20KHT to the API
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9c967474-f0f1-5b21-82cc-05075a778193',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW67 KHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW67%20KHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 121994,
 'odometer_reading_unit': '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': 'WAUZZZ4GXJN055548',
 'year': 2018}
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW67%2520KHT%27 HTTP/1.1" 200 None
2026-03-30 06:24:27 [bca.uk] INFO: Saving data for KW67%20KHT: {'auction_closing_time': 1774951200.0, 'created_time': 1774621559.358724, 'last_price_update_time': 1774851867.69873}
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW67%2520KHT') HTTP/1.1" 204 0
2026-03-30 06:24:27 [bca.uk] INFO: Found listing with ID: YM72%20XST
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520XST%27 HTTP/1.1" 200 None
2026-03-30 06:24:27 [bca.uk] INFO: Scrape type for YM72%20XST: 2
2026-03-30 06:24:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5c4b6a0-90c1-5233-b401-1ac25594451b with identifier: YM72%20XST
2026-03-30 06:24:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5c4b6a0-90c1-5233-b401-1ac25594451b with scrape type 2
2026-03-30 06:24:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5c4b6a0-90c1-5233-b401-1ac25594451b with scrape type 2
2026-03-30 06:24:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5c4b6a0-90c1-5233-b401-1ac25594451b, identifier: YM72%20XST
2026-03-30 06:24:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9351cdad-98a3-5379-ba97-78a007f12714 with identifier: CF72%20HXM
2026-03-30 06:24:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9351cdad-98a3-5379-ba97-78a007f12714 with identifier: CF72%20HXM
2026-03-30 06:24:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9351cdad-98a3-5379-ba97-78a007f12714 with identifier: CF72%20HXM to the API
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF72%20HXM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9351cdad-98a3-5379-ba97-78a007f12714',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF72 HXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF72%20HXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 29665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 P/T 130 GT StationWagon',
 'transmission': 'manual',
 'trim': 'P/T 130 GT',
 'vin': 'VF3MRHNSMNS162177',
 'year': 2022}
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520HXM%27 HTTP/1.1" 200 None
2026-03-30 06:24:28 [bca.uk] INFO: Saving data for CF72%20HXM: {'auction_closing_time': 1774951200.0, 'created_time': 1774621201.315853, 'last_price_update_time': 1774851868.115397}
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF72%2520HXM') HTTP/1.1" 204 0
2026-03-30 06:24:28 [bca.uk] INFO: Found listing with ID: LO21%20AUE
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520AUE%27 HTTP/1.1" 200 None
2026-03-30 06:24:28 [bca.uk] INFO: Scrape type for LO21%20AUE: 2
2026-03-30 06:24:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5685707-7c68-554d-90d0-e701a6da289e with identifier: LO21%20AUE
2026-03-30 06:24:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5685707-7c68-554d-90d0-e701a6da289e with scrape type 2
2026-03-30 06:24:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5685707-7c68-554d-90d0-e701a6da289e with scrape type 2
2026-03-30 06:24:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5685707-7c68-554d-90d0-e701a6da289e, identifier: LO21%20AUE
2026-03-30 06:24:28 [bca.uk] INFO: Found listing with ID: DY13%20GYS
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520GYS%27 HTTP/1.1" 200 None
2026-03-30 06:24:28 [bca.uk] INFO: Scrape type for DY13%20GYS: 2
2026-03-30 06:24:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6394c2e2-831e-5118-ac5c-e0f60550d90e with identifier: DY13%20GYS
2026-03-30 06:24:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6394c2e2-831e-5118-ac5c-e0f60550d90e with scrape type 2
2026-03-30 06:24:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6394c2e2-831e-5118-ac5c-e0f60550d90e with scrape type 2
2026-03-30 06:24:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6394c2e2-831e-5118-ac5c-e0f60550d90e, identifier: DY13%20GYS
2026-03-30 06:24:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5c4b6a0-90c1-5233-b401-1ac25594451b with identifier: YM72%20XST
2026-03-30 06:24:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5c4b6a0-90c1-5233-b401-1ac25594451b with identifier: YM72%20XST
2026-03-30 06:24:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5c4b6a0-90c1-5233-b401-1ac25594451b with identifier: YM72%20XST to the API
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM72%20XST-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b5c4b6a0-90c1-5233-b401-1ac25594451b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM72 XST',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM72%20XST&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLVO',
 'model': 'XC40 ELECTRIC',
 'odometer': 27375,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 ELECTRIC 170KW 69KWH R/C SM CORE StationWagon',
 'transmission': 'automatic',
 'trim': '170KW 69KWH R/C SM CORE',
 'vin': 'YV1XZEFV9P2042759',
 'year': 2023}
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520XST%27 HTTP/1.1" 200 None
2026-03-30 06:24:28 [bca.uk] INFO: Saving data for YM72%20XST: {'auction_closing_time': 1775124000.0, 'created_time': 1774621260.338384, 'last_price_update_time': 1774851868.606757}
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520XST') HTTP/1.1" 204 0
2026-03-30 06:24:28 [bca.uk] INFO: Found listing with ID: FY70%20GVR
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520GVR%27 HTTP/1.1" 200 None
2026-03-30 06:24:28 [bca.uk] INFO: Scrape type for FY70%20GVR: 2
2026-03-30 06:24:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce25508e-0f07-5a3d-a877-cbb5abca0031 with identifier: FY70%20GVR
2026-03-30 06:24:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce25508e-0f07-5a3d-a877-cbb5abca0031 with scrape type 2
2026-03-30 06:24:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce25508e-0f07-5a3d-a877-cbb5abca0031 with scrape type 2
2026-03-30 06:24:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce25508e-0f07-5a3d-a877-cbb5abca0031, identifier: FY70%20GVR
2026-03-30 06:24:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5685707-7c68-554d-90d0-e701a6da289e with identifier: LO21%20AUE
2026-03-30 06:24:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5685707-7c68-554d-90d0-e701a6da289e with identifier: LO21%20AUE
2026-03-30 06:24:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5685707-7c68-554d-90d0-e701a6da289e with identifier: LO21%20AUE to the API
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO21%20AUE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd5685707-7c68-554d-90d0-e701a6da289e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO21 AUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO21%20AUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 85232,
 'odometer_reading_unit': '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 A180 1.3 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'W1K1770842N217089',
 'year': 2021}
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520AUE%27 HTTP/1.1" 200 None
2026-03-30 06:24:29 [bca.uk] INFO: Saving data for LO21%20AUE: {'auction_closing_time': 1775124000.0, 'created_time': 1774390739.754415, 'last_price_update_time': 1774851869.041052}
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO21%2520AUE') HTTP/1.1" 204 0
2026-03-30 06:24:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6394c2e2-831e-5118-ac5c-e0f60550d90e with identifier: DY13%20GYS
2026-03-30 06:24:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6394c2e2-831e-5118-ac5c-e0f60550d90e with identifier: DY13%20GYS
2026-03-30 06:24:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6394c2e2-831e-5118-ac5c-e0f60550d90e with identifier: DY13%20GYS to the API
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY13%20GYS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6394c2e2-831e-5118-ac5c-e0f60550d90e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY13 GYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY13%20GYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 58777,
 'odometer_reading_unit': '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 EXCLUSIV MPV',
 'transmission': 'manual',
 'trim': 'VVT 115 EXCLUSIV',
 'vin': 'W0L0AHM75D2042344',
 'year': 2013}
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520GYS%27 HTTP/1.1" 200 None
2026-03-30 06:24:29 [bca.uk] INFO: Saving data for DY13%20GYS: {'auction_closing_time': 1774951200.0, 'created_time': 1774621667.746485, 'last_price_update_time': 1774851869.350259}
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY13%2520GYS') HTTP/1.1" 204 0
2026-03-30 06:24:29 [bca.uk] INFO: Found listing with ID: GX21%20MTJ
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-30 06:24:29 [bca.uk] INFO: Scrape type for GX21%20MTJ: 2
2026-03-30 06:24:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf3ab4ea-d5a2-590f-9aa1-4c2b1b390b0c with identifier: GX21%20MTJ
2026-03-30 06:24:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf3ab4ea-d5a2-590f-9aa1-4c2b1b390b0c with scrape type 2
2026-03-30 06:24:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf3ab4ea-d5a2-590f-9aa1-4c2b1b390b0c with scrape type 2
2026-03-30 06:24:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf3ab4ea-d5a2-590f-9aa1-4c2b1b390b0c, identifier: GX21%20MTJ
2026-03-30 06:24:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce25508e-0f07-5a3d-a877-cbb5abca0031 with identifier: FY70%20GVR
2026-03-30 06:24:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce25508e-0f07-5a3d-a877-cbb5abca0031 with identifier: FY70%20GVR
2026-03-30 06:24:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce25508e-0f07-5a3d-a877-cbb5abca0031 with identifier: FY70%20GVR to the API
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY70%20GVR-GB',
 'category': 'Motorhome',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ce25508e-0f07-5a3d-a877-cbb5abca0031',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY70 GVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY70%20GVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BURSTNER',
 'model': 'LYSEO',
 'odometer': 8166,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BURSTNER LYSEO 2.3 TD744 HARMONY LINE MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'TD744 HARMONY LINE MOTORHOME',
 'vin': 'ZFA25000002N46077',
 'year': 2020}
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520GVR%27 HTTP/1.1" 200 None
2026-03-30 06:24:29 [bca.uk] INFO: Saving data for FY70%20GVR: {'auction_closing_time': 1775124000.0, 'created_time': 1774621185.48158, 'last_price_update_time': 1774851869.768318}
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY70%2520GVR') HTTP/1.1" 204 0
2026-03-30 06:24:29 [bca.uk] INFO: Found listing with ID: FJ57%20ATF
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ57%2520ATF%27 HTTP/1.1" 200 None
2026-03-30 06:24:29 [bca.uk] INFO: Scrape type for FJ57%20ATF: 2
2026-03-30 06:24:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4989966-8a61-58b0-a385-81830a5ff58e with identifier: FJ57%20ATF
2026-03-30 06:24:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4989966-8a61-58b0-a385-81830a5ff58e with scrape type 2
2026-03-30 06:24:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4989966-8a61-58b0-a385-81830a5ff58e with scrape type 2
2026-03-30 06:24:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4989966-8a61-58b0-a385-81830a5ff58e, identifier: FJ57%20ATF
2026-03-30 06:24:29 [bca.uk] INFO: Found listing with ID: YG21%20NPZ
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520NPZ%27 HTTP/1.1" 200 None
2026-03-30 06:24:29 [bca.uk] INFO: Scrape type for YG21%20NPZ: 2
2026-03-30 06:24:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c969c24-9a94-5e6d-ae64-f4431fa42bf1 with identifier: YG21%20NPZ
2026-03-30 06:24:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c969c24-9a94-5e6d-ae64-f4431fa42bf1 with scrape type 2
2026-03-30 06:24:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c969c24-9a94-5e6d-ae64-f4431fa42bf1 with scrape type 2
2026-03-30 06:24:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c969c24-9a94-5e6d-ae64-f4431fa42bf1, identifier: YG21%20NPZ
2026-03-30 06:24:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf3ab4ea-d5a2-590f-9aa1-4c2b1b390b0c with identifier: GX21%20MTJ
2026-03-30 06:24:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf3ab4ea-d5a2-590f-9aa1-4c2b1b390b0c with identifier: GX21%20MTJ
2026-03-30 06:24:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf3ab4ea-d5a2-590f-9aa1-4c2b1b390b0c with identifier: GX21%20MTJ to the API
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 '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': 'bf3ab4ea-d5a2-590f-9aa1-4c2b1b390b0c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX21 MTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX21%20MTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 30469,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 125 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE X',
 'vin': 'WF02XXERK2MJ55230',
 'year': 2021}
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-30 06:24:30 [bca.uk] INFO: Saving data for GX21%20MTJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774621246.9687, 'last_price_update_time': 1774851870.259914}
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX21%2520MTJ') HTTP/1.1" 204 0
2026-03-30 06:24:30 [bca.uk] INFO: Found listing with ID: NK65%20YGZ
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK65%2520YGZ%27 HTTP/1.1" 200 None
2026-03-30 06:24:30 [bca.uk] INFO: Scrape type for NK65%20YGZ: 2
2026-03-30 06:24:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a34047c-310d-5e5b-b087-7bda9ef1e6c7 with identifier: NK65%20YGZ
2026-03-30 06:24:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a34047c-310d-5e5b-b087-7bda9ef1e6c7 with scrape type 2
2026-03-30 06:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a34047c-310d-5e5b-b087-7bda9ef1e6c7 with scrape type 2
2026-03-30 06:24:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a34047c-310d-5e5b-b087-7bda9ef1e6c7, identifier: NK65%20YGZ
2026-03-30 06:24:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4989966-8a61-58b0-a385-81830a5ff58e with identifier: FJ57%20ATF
2026-03-30 06:24:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4989966-8a61-58b0-a385-81830a5ff58e with identifier: FJ57%20ATF
2026-03-30 06:24:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4989966-8a61-58b0-a385-81830a5ff58e with identifier: FJ57%20ATF to the API
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 330,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ57%20ATF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4989966-8a61-58b0-a385-81830a5ff58e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ57 ATF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ57%20ATF&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MASERATI',
 'model': 'GRANTURISMO',
 'odometer': 86734,
 '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': 'MASERATI GRANTURISMO 4.2 V8 Coupe',
 'transmission': 'manual',
 'trim': 'V8',
 'vin': 'ZAMGH45C000035210',
 'year': 2007}
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ57%2520ATF%27 HTTP/1.1" 200 None
2026-03-30 06:24:30 [bca.uk] INFO: Saving data for FJ57%20ATF: {'auction_closing_time': 1774951200.0, 'created_time': 1774622258.597899, 'last_price_update_time': 1774851870.673567}
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ57%2520ATF') HTTP/1.1" 204 0
2026-03-30 06:24:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c969c24-9a94-5e6d-ae64-f4431fa42bf1 with identifier: YG21%20NPZ
2026-03-30 06:24:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c969c24-9a94-5e6d-ae64-f4431fa42bf1 with identifier: YG21%20NPZ
2026-03-30 06:24:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c969c24-9a94-5e6d-ae64-f4431fa42bf1 with identifier: YG21%20NPZ to the API
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG21%20NPZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8c969c24-9a94-5e6d-ae64-f4431fa42bf1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG21 NPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG21%20NPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2700',
 'odometer': 30752,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2700 1.5 D 100 EDITION L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 EDITION L1 H1',
 'vin': 'VXEVBYHRKMZ021578',
 'year': 2021}
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520NPZ%27 HTTP/1.1" 200 None
2026-03-30 06:24:30 [bca.uk] INFO: Saving data for YG21%20NPZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774523197.489084, 'last_price_update_time': 1774851870.953609}
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG21%2520NPZ') HTTP/1.1" 204 0
2026-03-30 06:24:30 [bca.uk] INFO: Found listing with ID: WU15%20FRX
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU15%2520FRX%27 HTTP/1.1" 200 None
2026-03-30 06:24:30 [bca.uk] INFO: Scrape type for WU15%20FRX: 2
2026-03-30 06:24:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8e4a07b-c112-5e8c-a463-2099c707e4ca with identifier: WU15%20FRX
2026-03-30 06:24:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8e4a07b-c112-5e8c-a463-2099c707e4ca with scrape type 2
2026-03-30 06:24:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8e4a07b-c112-5e8c-a463-2099c707e4ca with scrape type 2
2026-03-30 06:24:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8e4a07b-c112-5e8c-a463-2099c707e4ca, identifier: WU15%20FRX
2026-03-30 06:24:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a34047c-310d-5e5b-b087-7bda9ef1e6c7 with identifier: NK65%20YGZ
2026-03-30 06:24:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a34047c-310d-5e5b-b087-7bda9ef1e6c7 with identifier: NK65%20YGZ
2026-03-30 06:24:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a34047c-310d-5e5b-b087-7bda9ef1e6c7 with identifier: NK65%20YGZ to the API
2026-03-30 06:24:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK65%20YGZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a34047c-310d-5e5b-b087-7bda9ef1e6c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NK65 YGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK65%20YGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FIAT',
 'model': 'PANDA',
 'odometer': 33588,
 'odometer_reading_unit': '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 PANDA 1.2 POP Hatchback',
 'transmission': 'manual',
 'trim': 'POP',
 'vin': 'ZFA31200003526201',
 'year': 2015}
2026-03-30 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK65%2520YGZ%27 HTTP/1.1" 200 None
2026-03-30 06:24:31 [bca.uk] INFO: Saving data for NK65%20YGZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621192.499686, 'last_price_update_time': 1774851871.712416}
2026-03-30 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK65%2520YGZ') HTTP/1.1" 204 0
2026-03-30 06:24:31 [bca.uk] INFO: Found listing with ID: KS65%20MTJ
2026-03-30 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS65%2520MTJ%27 HTTP/1.1" 200 None
2026-03-30 06:24:31 [bca.uk] INFO: Scrape type for KS65%20MTJ: 2
2026-03-30 06:24:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ff60aab-25e3-5908-bda0-cd99e2064205 with identifier: KS65%20MTJ
2026-03-30 06:24:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ff60aab-25e3-5908-bda0-cd99e2064205 with scrape type 2
2026-03-30 06:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ff60aab-25e3-5908-bda0-cd99e2064205 with scrape type 2
2026-03-30 06:24:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ff60aab-25e3-5908-bda0-cd99e2064205, identifier: KS65%20MTJ
2026-03-30 06:24:31 [bca.uk] INFO: Found listing with ID: HG18%20AVU
2026-03-30 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520AVU%27 HTTP/1.1" 200 None
2026-03-30 06:24:31 [bca.uk] INFO: Scrape type for HG18%20AVU: 2
2026-03-30 06:24:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10e18ae2-6f0c-551e-870f-4dc3015e9ef6 with identifier: HG18%20AVU
2026-03-30 06:24:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10e18ae2-6f0c-551e-870f-4dc3015e9ef6 with scrape type 2
2026-03-30 06:24:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10e18ae2-6f0c-551e-870f-4dc3015e9ef6 with scrape type 2
2026-03-30 06:24:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10e18ae2-6f0c-551e-870f-4dc3015e9ef6, identifier: HG18%20AVU
2026-03-30 06:24:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8e4a07b-c112-5e8c-a463-2099c707e4ca with identifier: WU15%20FRX
2026-03-30 06:24:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8e4a07b-c112-5e8c-a463-2099c707e4ca with identifier: WU15%20FRX
2026-03-30 06:24:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8e4a07b-c112-5e8c-a463-2099c707e4ca with identifier: WU15%20FRX to the API
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU15%20FRX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd8e4a07b-c112-5e8c-a463-2099c707e4ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU15 FRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU15%20FRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 241226,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 16V 125 L3 H1 Luton',
 'transmission': 'manual',
 'trim': 'CDTI 16V 125 L3 H1',
 'vin': 'W0LVSU4S2FB073056',
 'year': 2015}
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU15%2520FRX%27 HTTP/1.1" 200 None
2026-03-30 06:24:32 [bca.uk] INFO: Saving data for WU15%20FRX: {'auction_closing_time': 1774951200.0, 'created_time': 1774621230.34223, 'last_price_update_time': 1774851872.23322}
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU15%2520FRX') HTTP/1.1" 204 0
2026-03-30 06:24:32 [bca.uk] INFO: Found listing with ID: MD21%20WZL
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520WZL%27 HTTP/1.1" 200 None
2026-03-30 06:24:32 [bca.uk] INFO: Scrape type for MD21%20WZL: 2
2026-03-30 06:24:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02d3116a-8bff-5b02-8564-1fd0dfe64d8a with identifier: MD21%20WZL
2026-03-30 06:24:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02d3116a-8bff-5b02-8564-1fd0dfe64d8a with scrape type 2
2026-03-30 06:24:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02d3116a-8bff-5b02-8564-1fd0dfe64d8a with scrape type 2
2026-03-30 06:24:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02d3116a-8bff-5b02-8564-1fd0dfe64d8a, identifier: MD21%20WZL
2026-03-30 06:24:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ff60aab-25e3-5908-bda0-cd99e2064205 with identifier: KS65%20MTJ
2026-03-30 06:24:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ff60aab-25e3-5908-bda0-cd99e2064205 with identifier: KS65%20MTJ
2026-03-30 06:24:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ff60aab-25e3-5908-bda0-cd99e2064205 with identifier: KS65%20MTJ to the API
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS65%20MTJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4ff60aab-25e3-5908-bda0-cd99e2064205',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS65 MTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS65%20MTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 125838,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 110 MATCH EDITION DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 110 MATCH EDITION DSG',
 'vin': 'WVWZZZAUZGW211691',
 'year': 2016}
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS65%2520MTJ%27 HTTP/1.1" 200 None
2026-03-30 06:24:32 [bca.uk] INFO: Saving data for KS65%20MTJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774622260.223576, 'last_price_update_time': 1774851872.747111}
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS65%2520MTJ') HTTP/1.1" 204 0
2026-03-30 06:24:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10e18ae2-6f0c-551e-870f-4dc3015e9ef6 with identifier: HG18%20AVU
2026-03-30 06:24:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10e18ae2-6f0c-551e-870f-4dc3015e9ef6 with identifier: HG18%20AVU
2026-03-30 06:24:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10e18ae2-6f0c-551e-870f-4dc3015e9ef6 with identifier: HG18%20AVU to the API
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG18%20AVU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10e18ae2-6f0c-551e-870f-4dc3015e9ef6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG18 AVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG18%20AVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A160',
 'odometer': 66808,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A160 1.6 AMG LINE PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'WDD1760412J782973',
 'year': 2018}
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520AVU%27 HTTP/1.1" 200 None
2026-03-30 06:24:33 [bca.uk] INFO: Saving data for HG18%20AVU: {'auction_closing_time': 1775210400.0, 'created_time': 1774621535.558307, 'last_price_update_time': 1774851873.035622}
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG18%2520AVU') HTTP/1.1" 204 0
2026-03-30 06:24:33 [bca.uk] INFO: Found listing with ID: PE17%20WVY
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE17%2520WVY%27 HTTP/1.1" 200 None
2026-03-30 06:24:33 [bca.uk] INFO: Scrape type for PE17%20WVY: 2
2026-03-30 06:24:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3121ba99-3371-5fb4-af2b-d361f48f486e with identifier: PE17%20WVY
2026-03-30 06:24:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3121ba99-3371-5fb4-af2b-d361f48f486e with scrape type 2
2026-03-30 06:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3121ba99-3371-5fb4-af2b-d361f48f486e with scrape type 2
2026-03-30 06:24:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3121ba99-3371-5fb4-af2b-d361f48f486e, identifier: PE17%20WVY
2026-03-30 06:24:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02d3116a-8bff-5b02-8564-1fd0dfe64d8a with identifier: MD21%20WZL
2026-03-30 06:24:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02d3116a-8bff-5b02-8564-1fd0dfe64d8a with identifier: MD21%20WZL
2026-03-30 06:24:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02d3116a-8bff-5b02-8564-1fd0dfe64d8a with identifier: MD21%20WZL to the API
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD21%20WZL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '02d3116a-8bff-5b02-8564-1fd0dfe64d8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD21 WZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD21%20WZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 50649,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW552491',
 'year': 2021}
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520WZL%27 HTTP/1.1" 200 None
2026-03-30 06:24:33 [bca.uk] INFO: Saving data for MD21%20WZL: {'auction_closing_time': 1774951200.0, 'created_time': 1774621190.410581, 'last_price_update_time': 1774851873.547656}
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD21%2520WZL') HTTP/1.1" 204 0
2026-03-30 06:24:33 [bca.uk] INFO: Found listing with ID: YR68%20OEH
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR68%2520OEH%27 HTTP/1.1" 200 None
2026-03-30 06:24:33 [bca.uk] INFO: Scrape type for YR68%20OEH: 2
2026-03-30 06:24:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04759877-2514-5567-8b99-ec91159a54e7 with identifier: YR68%20OEH
2026-03-30 06:24:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04759877-2514-5567-8b99-ec91159a54e7 with scrape type 2
2026-03-30 06:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04759877-2514-5567-8b99-ec91159a54e7 with scrape type 2
2026-03-30 06:24:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04759877-2514-5567-8b99-ec91159a54e7, identifier: YR68%20OEH
2026-03-30 06:24:33 [bca.uk] INFO: Found listing with ID: GD65%20KZY
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD65%2520KZY%27 HTTP/1.1" 200 None
2026-03-30 06:24:33 [bca.uk] INFO: Scrape type for GD65%20KZY: 2
2026-03-30 06:24:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cb2c036-09f5-5328-8947-38a7ee4e149e with identifier: GD65%20KZY
2026-03-30 06:24:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cb2c036-09f5-5328-8947-38a7ee4e149e with scrape type 2
2026-03-30 06:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cb2c036-09f5-5328-8947-38a7ee4e149e with scrape type 2
2026-03-30 06:24:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cb2c036-09f5-5328-8947-38a7ee4e149e, identifier: GD65%20KZY
2026-03-30 06:24:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3121ba99-3371-5fb4-af2b-d361f48f486e with identifier: PE17%20WVY
2026-03-30 06:24:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3121ba99-3371-5fb4-af2b-d361f48f486e with identifier: PE17%20WVY
2026-03-30 06:24:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3121ba99-3371-5fb4-af2b-d361f48f486e with identifier: PE17%20WVY to the API
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE17%20WVY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3121ba99-3371-5fb4-af2b-d361f48f486e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE17 WVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE17%20WVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FIAT',
 'model': '500',
 'odometer': 57203,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'ZFA3120000J663239',
 'year': 2017}
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE17%2520WVY%27 HTTP/1.1" 200 None
2026-03-30 06:24:34 [bca.uk] INFO: Saving data for PE17%20WVY: {'auction_closing_time': 1775037600.0, 'created_time': 1773823217.143541, 'last_price_update_time': 1774851874.074224}
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE17%2520WVY') HTTP/1.1" 204 0
2026-03-30 06:24:34 [bca.uk] INFO: Found listing with ID: CK72%20WPU
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520WPU%27 HTTP/1.1" 200 None
2026-03-30 06:24:34 [bca.uk] INFO: Scrape type for CK72%20WPU: 2
2026-03-30 06:24:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee706693-4171-52f5-81c4-2594526d6810 with identifier: CK72%20WPU
2026-03-30 06:24:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee706693-4171-52f5-81c4-2594526d6810 with scrape type 2
2026-03-30 06:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee706693-4171-52f5-81c4-2594526d6810 with scrape type 2
2026-03-30 06:24:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee706693-4171-52f5-81c4-2594526d6810, identifier: CK72%20WPU
2026-03-30 06:24:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04759877-2514-5567-8b99-ec91159a54e7 with identifier: YR68%20OEH
2026-03-30 06:24:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04759877-2514-5567-8b99-ec91159a54e7 with identifier: YR68%20OEH
2026-03-30 06:24:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04759877-2514-5567-8b99-ec91159a54e7 with identifier: YR68%20OEH to the API
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04759877-2514-5567-8b99-ec91159a54e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR68 OEH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR68%20OEH&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 43778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 T 130 ELITE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ELITE S/S',
 'vin': 'W0V7H9EB9K4016771',
 'year': 2018}
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR68%2520OEH%27 HTTP/1.1" 200 None
2026-03-30 06:24:34 [bca.uk] INFO: Saving data for YR68%20OEH: {'auction_closing_time': 1774951200.0, 'created_time': 1774562742.162238, 'last_price_update_time': 1774851874.4974}
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR68%2520OEH') HTTP/1.1" 204 0
2026-03-30 06:24:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cb2c036-09f5-5328-8947-38a7ee4e149e with identifier: GD65%20KZY
2026-03-30 06:24:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cb2c036-09f5-5328-8947-38a7ee4e149e with identifier: GD65%20KZY
2026-03-30 06:24:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cb2c036-09f5-5328-8947-38a7ee4e149e with identifier: GD65%20KZY to the API
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD65%20KZY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0cb2c036-09f5-5328-8947-38a7ee4e149e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD65 KZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD65%20KZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 75585,
 'odometer_reading_unit': '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 A200 1.6 AMG LINE Hatchback',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1760432V115694',
 'year': 2015}
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD65%2520KZY%27 HTTP/1.1" 200 None
2026-03-30 06:24:34 [bca.uk] INFO: Saving data for GD65%20KZY: {'auction_closing_time': 1775210400.0, 'created_time': 1774621540.476756, 'last_price_update_time': 1774851874.840377}
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD65%2520KZY') HTTP/1.1" 204 0
2026-03-30 06:24:34 [bca.uk] INFO: Found listing with ID: NA23%20AXW
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520AXW%27 HTTP/1.1" 200 None
2026-03-30 06:24:34 [bca.uk] INFO: Scrape type for NA23%20AXW: 2
2026-03-30 06:24:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8577879e-b9b6-5933-8d07-253e62a02f75 with identifier: NA23%20AXW
2026-03-30 06:24:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8577879e-b9b6-5933-8d07-253e62a02f75 with scrape type 2
2026-03-30 06:24:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8577879e-b9b6-5933-8d07-253e62a02f75 with scrape type 2
2026-03-30 06:24:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8577879e-b9b6-5933-8d07-253e62a02f75, identifier: NA23%20AXW
2026-03-30 06:24:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee706693-4171-52f5-81c4-2594526d6810 with identifier: CK72%20WPU
2026-03-30 06:24:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee706693-4171-52f5-81c4-2594526d6810 with identifier: CK72%20WPU
2026-03-30 06:24:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee706693-4171-52f5-81c4-2594526d6810 with identifier: CK72%20WPU to the API
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK72%20WPU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee706693-4171-52f5-81c4-2594526d6810',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CK72 WPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK72%20WPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 16076,
 'odometer_reading_unit': '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 208 1.2 P/T 100 GT Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 GT',
 'vin': 'VR3UPHNEKNT091462',
 'year': 2022}
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520WPU%27 HTTP/1.1" 200 None
2026-03-30 06:24:35 [bca.uk] INFO: Saving data for CK72%20WPU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621182.578812, 'last_price_update_time': 1774851875.323123}
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK72%2520WPU') HTTP/1.1" 204 0
2026-03-30 06:24:35 [bca.uk] INFO: Found listing with ID: LJ20%20OWB
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ20%2520OWB%27 HTTP/1.1" 200 None
2026-03-30 06:24:35 [bca.uk] INFO: Scrape type for LJ20%20OWB: 2
2026-03-30 06:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbec950b-c90f-5a45-a518-f7165e745334 with identifier: LJ20%20OWB
2026-03-30 06:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbec950b-c90f-5a45-a518-f7165e745334 with scrape type 2
2026-03-30 06:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbec950b-c90f-5a45-a518-f7165e745334 with scrape type 2
2026-03-30 06:24:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbec950b-c90f-5a45-a518-f7165e745334, identifier: LJ20%20OWB
2026-03-30 06:24:35 [bca.uk] INFO: Found listing with ID: WM19%20HUV
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520HUV%27 HTTP/1.1" 200 None
2026-03-30 06:24:35 [bca.uk] INFO: Scrape type for WM19%20HUV: 2
2026-03-30 06:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5495a55-d1f9-56b7-8fef-b1e9391de89c with identifier: WM19%20HUV
2026-03-30 06:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5495a55-d1f9-56b7-8fef-b1e9391de89c with scrape type 2
2026-03-30 06:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5495a55-d1f9-56b7-8fef-b1e9391de89c with scrape type 2
2026-03-30 06:24:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5495a55-d1f9-56b7-8fef-b1e9391de89c, identifier: WM19%20HUV
2026-03-30 06:24:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8577879e-b9b6-5933-8d07-253e62a02f75 with identifier: NA23%20AXW
2026-03-30 06:24:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8577879e-b9b6-5933-8d07-253e62a02f75 with identifier: NA23%20AXW
2026-03-30 06:24:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8577879e-b9b6-5933-8d07-253e62a02f75 with identifier: NA23%20AXW to the API
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA23%20AXW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8577879e-b9b6-5933-8d07-253e62a02f75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NA23 AXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA23%20AXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLVO',
 'model': 'XC60 RECHARGE',
 'odometer': 51428,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 RECHARGE 2.0 T6 350 PHEV AWD PLUS DARK StationWagon',
 'transmission': 'automatic',
 'trim': 'T6 350 PHEV AWD PLUS DARK',
 'vin': 'LYVUZH1V2PB285488',
 'year': 2023}
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520AXW%27 HTTP/1.1" 200 None
2026-03-30 06:24:35 [bca.uk] INFO: Saving data for NA23%20AXW: {'auction_closing_time': 1775124000.0, 'created_time': 1774621216.117364, 'last_price_update_time': 1774851875.834192}
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA23%2520AXW') HTTP/1.1" 204 0
2026-03-30 06:24:35 [bca.uk] INFO: Found listing with ID: KR22%20XLD
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520XLD%27 HTTP/1.1" 200 None
2026-03-30 06:24:35 [bca.uk] INFO: Scrape type for KR22%20XLD: 2
2026-03-30 06:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40ec5fe2-e081-5667-a708-909dae16d5a6 with identifier: KR22%20XLD
2026-03-30 06:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40ec5fe2-e081-5667-a708-909dae16d5a6 with scrape type 2
2026-03-30 06:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40ec5fe2-e081-5667-a708-909dae16d5a6 with scrape type 2
2026-03-30 06:24:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40ec5fe2-e081-5667-a708-909dae16d5a6, identifier: KR22%20XLD
2026-03-30 06:24:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbec950b-c90f-5a45-a518-f7165e745334 with identifier: LJ20%20OWB
2026-03-30 06:24:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbec950b-c90f-5a45-a518-f7165e745334 with identifier: LJ20%20OWB
2026-03-30 06:24:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbec950b-c90f-5a45-a518-f7165e745334 with identifier: LJ20%20OWB to the API
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ20%20OWB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dbec950b-c90f-5a45-a518-f7165e745334',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ20 OWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ20%20OWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 38910,
 'odometer_reading_unit': '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 1.3 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'W1K1770872N167397',
 'year': 2020}
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ20%2520OWB%27 HTTP/1.1" 200 None
2026-03-30 06:24:36 [bca.uk] INFO: Saving data for LJ20%20OWB: {'auction_closing_time': 1775124000.0, 'created_time': 1774622267.400424, 'last_price_update_time': 1774851876.245407}
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ20%2520OWB') HTTP/1.1" 204 0
2026-03-30 06:24:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5495a55-d1f9-56b7-8fef-b1e9391de89c with identifier: WM19%20HUV
2026-03-30 06:24:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5495a55-d1f9-56b7-8fef-b1e9391de89c with identifier: WM19%20HUV
2026-03-30 06:24:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5495a55-d1f9-56b7-8fef-b1e9391de89c with identifier: WM19%20HUV to the API
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM19%20HUV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b5495a55-d1f9-56b7-8fef-b1e9391de89c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM19 HUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM19%20HUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': '718 CAYMAN',
 'odometer': 32205,
 'odometer_reading_unit': '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 718 CAYMAN 2.0 300 PDK Coupe',
 'transmission': 'automatic',
 'trim': '300 PDK',
 'vin': 'WP0ZZZ98ZKS250839',
 'year': 2019}
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520HUV%27 HTTP/1.1" 200 None
2026-03-30 06:24:36 [bca.uk] INFO: Saving data for WM19%20HUV: {'auction_closing_time': 1775037600.0, 'created_time': 1774621493.687675, 'last_price_update_time': 1774851876.51526}
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM19%2520HUV') HTTP/1.1" 204 0
2026-03-30 06:24:36 [bca.uk] INFO: Found listing with ID: EG19%20JMU
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG19%2520JMU%27 HTTP/1.1" 200 None
2026-03-30 06:24:36 [bca.uk] INFO: Scrape type for EG19%20JMU: 2
2026-03-30 06:24:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f888146-8426-54e3-920e-51b8dbfa12ef with identifier: EG19%20JMU
2026-03-30 06:24:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f888146-8426-54e3-920e-51b8dbfa12ef with scrape type 2
2026-03-30 06:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f888146-8426-54e3-920e-51b8dbfa12ef with scrape type 2
2026-03-30 06:24:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f888146-8426-54e3-920e-51b8dbfa12ef, identifier: EG19%20JMU
2026-03-30 06:24:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40ec5fe2-e081-5667-a708-909dae16d5a6 with identifier: KR22%20XLD
2026-03-30 06:24:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40ec5fe2-e081-5667-a708-909dae16d5a6 with identifier: KR22%20XLD
2026-03-30 06:24:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40ec5fe2-e081-5667-a708-909dae16d5a6 with identifier: KR22%20XLD to the API
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR22%20XLD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '40ec5fe2-e081-5667-a708-909dae16d5a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KR22 XLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR22%20XLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '318I',
 'odometer': 29456,
 'odometer_reading_unit': '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 318I 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA70DY0408C67850',
 'year': 2022}
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520XLD%27 HTTP/1.1" 200 None
2026-03-30 06:24:36 [bca.uk] INFO: Saving data for KR22%20XLD: {'auction_closing_time': 1774951200.0, 'created_time': 1774621185.848958, 'last_price_update_time': 1774851876.914603}
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR22%2520XLD') HTTP/1.1" 204 0
2026-03-30 06:24:36 [bca.uk] INFO: Found listing with ID: ST12%20EDP
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST12%2520EDP%27 HTTP/1.1" 200 None
2026-03-30 06:24:36 [bca.uk] INFO: Scrape type for ST12%20EDP: 2
2026-03-30 06:24:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8b1429b-9c65-516d-8a04-139beed959ca with identifier: ST12%20EDP
2026-03-30 06:24:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8b1429b-9c65-516d-8a04-139beed959ca with scrape type 2
2026-03-30 06:24:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8b1429b-9c65-516d-8a04-139beed959ca with scrape type 2
2026-03-30 06:24:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8b1429b-9c65-516d-8a04-139beed959ca, identifier: ST12%20EDP
2026-03-30 06:24:37 [bca.uk] INFO: Found listing with ID: WR70%20CFL
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520CFL%27 HTTP/1.1" 200 None
2026-03-30 06:24:37 [bca.uk] INFO: Scrape type for WR70%20CFL: 2
2026-03-30 06:24:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 453524dd-b492-5f4f-b4d9-c7af8fecb967 with identifier: WR70%20CFL
2026-03-30 06:24:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 453524dd-b492-5f4f-b4d9-c7af8fecb967 with scrape type 2
2026-03-30 06:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 453524dd-b492-5f4f-b4d9-c7af8fecb967 with scrape type 2
2026-03-30 06:24:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 453524dd-b492-5f4f-b4d9-c7af8fecb967, identifier: WR70%20CFL
2026-03-30 06:24:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f888146-8426-54e3-920e-51b8dbfa12ef with identifier: EG19%20JMU
2026-03-30 06:24:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f888146-8426-54e3-920e-51b8dbfa12ef with identifier: EG19%20JMU
2026-03-30 06:24:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f888146-8426-54e3-920e-51b8dbfa12ef with identifier: EG19%20JMU to the API
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EG19%20JMU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5f888146-8426-54e3-920e-51b8dbfa12ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EG19 JMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EG19%20JMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 68072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 177 2WD PREMIUM SE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI 177 2WD PREMIUM SE DCT',
 'vin': 'TMAJ3812VLJ902214',
 'year': 2019}
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG19%2520JMU%27 HTTP/1.1" 200 None
2026-03-30 06:24:37 [bca.uk] INFO: Saving data for EG19%20JMU: {'auction_closing_time': 1775037600.0, 'created_time': 1774436719.88363, 'last_price_update_time': 1774851877.428523}
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EG19%2520JMU') HTTP/1.1" 204 0
2026-03-30 06:24:37 [bca.uk] INFO: Found listing with ID: LL72%20AXY
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520AXY%27 HTTP/1.1" 200 None
2026-03-30 06:24:37 [bca.uk] INFO: Scrape type for LL72%20AXY: 2
2026-03-30 06:24:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 087a9df0-ffbd-5836-a5d5-fedf20fec0e1 with identifier: LL72%20AXY
2026-03-30 06:24:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 087a9df0-ffbd-5836-a5d5-fedf20fec0e1 with scrape type 2
2026-03-30 06:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 087a9df0-ffbd-5836-a5d5-fedf20fec0e1 with scrape type 2
2026-03-30 06:24:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 087a9df0-ffbd-5836-a5d5-fedf20fec0e1, identifier: LL72%20AXY
2026-03-30 06:24:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8b1429b-9c65-516d-8a04-139beed959ca with identifier: ST12%20EDP
2026-03-30 06:24:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8b1429b-9c65-516d-8a04-139beed959ca with identifier: ST12%20EDP
2026-03-30 06:24:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8b1429b-9c65-516d-8a04-139beed959ca with identifier: ST12%20EDP to the API
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST12%20EDP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8b1429b-9c65-516d-8a04-139beed959ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST12 EDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST12%20EDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 134501,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 2.0 TDI 140 BLACK ED.S/S Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 140 BLACK ED.S/S',
 'vin': 'WAUZZZ8P1CA132120',
 'year': 2012}
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST12%2520EDP%27 HTTP/1.1" 200 None
2026-03-30 06:24:37 [bca.uk] INFO: Saving data for ST12%20EDP: {'auction_closing_time': 1774951200.0, 'created_time': 1774622223.733063, 'last_price_update_time': 1774851877.930146}
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST12%2520EDP') HTTP/1.1" 204 0
2026-03-30 06:24:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 453524dd-b492-5f4f-b4d9-c7af8fecb967 with identifier: WR70%20CFL
2026-03-30 06:24:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 453524dd-b492-5f4f-b4d9-c7af8fecb967 with identifier: WR70%20CFL
2026-03-30 06:24:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 453524dd-b492-5f4f-b4d9-c7af8fecb967 with identifier: WR70%20CFL to the API
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR70%20CFL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '453524dd-b492-5f4f-b4d9-c7af8fecb967',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR70 CFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR70%20CFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E53 AMG',
 'odometer': 81360,
 'odometer_reading_unit': '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 E53 AMG 3.0 4MATIC+ NIGHT ED.PREM.PLUS 9G Saloon',
 'transmission': 'manual',
 'trim': '4MATIC+ NIGHT ED.PREM.PLUS 9G',
 'vin': 'W1K2130612A877622',
 'year': 2020}
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520CFL%27 HTTP/1.1" 200 None
2026-03-30 06:24:38 [bca.uk] INFO: Saving data for WR70%20CFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774621494.641823, 'last_price_update_time': 1774851878.234071}
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR70%2520CFL') HTTP/1.1" 204 0
2026-03-30 06:24:38 [bca.uk] INFO: Found listing with ID: YR22%20KWK
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520KWK%27 HTTP/1.1" 200 None
2026-03-30 06:24:38 [bca.uk] INFO: Scrape type for YR22%20KWK: 2
2026-03-30 06:24:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e29d015c-35b6-582e-b2fd-578f739fd298 with identifier: YR22%20KWK
2026-03-30 06:24:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e29d015c-35b6-582e-b2fd-578f739fd298 with scrape type 2
2026-03-30 06:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e29d015c-35b6-582e-b2fd-578f739fd298 with scrape type 2
2026-03-30 06:24:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e29d015c-35b6-582e-b2fd-578f739fd298, identifier: YR22%20KWK
2026-03-30 06:24:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 087a9df0-ffbd-5836-a5d5-fedf20fec0e1 with identifier: LL72%20AXY
2026-03-30 06:24:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 087a9df0-ffbd-5836-a5d5-fedf20fec0e1 with identifier: LL72%20AXY
2026-03-30 06:24:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 087a9df0-ffbd-5836-a5d5-fedf20fec0e1 with identifier: LL72%20AXY to the API
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 13,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL72%20AXY-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': '087a9df0-ffbd-5836-a5d5-fedf20fec0e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL72 AXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL72%20AXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 E',
 'odometer': 35604,
 'odometer_reading_unit': '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 C300 E 2.0 AMG LINE PREMIUM PLUS 9G Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 9G',
 'vin': 'W1KAH5EB0PF068834',
 'year': 2022}
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520AXY%27 HTTP/1.1" 200 None
2026-03-30 06:24:38 [bca.uk] INFO: Saving data for LL72%20AXY: {'auction_closing_time': 1774951200.0, 'created_time': 1774621173.057407, 'last_price_update_time': 1774851878.629825}
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL72%2520AXY') HTTP/1.1" 204 0
2026-03-30 06:24:38 [bca.uk] INFO: Found listing with ID: GT08%20SPY
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GT08%2520SPY%27 HTTP/1.1" 200 None
2026-03-30 06:24:38 [bca.uk] INFO: Scrape type for GT08%20SPY: 2
2026-03-30 06:24:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffd4c8a5-67df-5a75-89d0-29500b831afc with identifier: GT08%20SPY
2026-03-30 06:24:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffd4c8a5-67df-5a75-89d0-29500b831afc with scrape type 2
2026-03-30 06:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffd4c8a5-67df-5a75-89d0-29500b831afc with scrape type 2
2026-03-30 06:24:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffd4c8a5-67df-5a75-89d0-29500b831afc, identifier: GT08%20SPY
2026-03-30 06:24:38 [bca.uk] INFO: Found listing with ID: YF23%20KWB
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520KWB%27 HTTP/1.1" 200 None
2026-03-30 06:24:38 [bca.uk] INFO: Scrape type for YF23%20KWB: 2
2026-03-30 06:24:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f8a25b7-b291-5999-9427-c414545a3c94 with identifier: YF23%20KWB
2026-03-30 06:24:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8a25b7-b291-5999-9427-c414545a3c94 with scrape type 2
2026-03-30 06:24:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f8a25b7-b291-5999-9427-c414545a3c94 with scrape type 2
2026-03-30 06:24:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f8a25b7-b291-5999-9427-c414545a3c94, identifier: YF23%20KWB
2026-03-30 06:24:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e29d015c-35b6-582e-b2fd-578f739fd298 with identifier: YR22%20KWK
2026-03-30 06:24:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e29d015c-35b6-582e-b2fd-578f739fd298 with identifier: YR22%20KWK
2026-03-30 06:24:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e29d015c-35b6-582e-b2fd-578f739fd298 with identifier: YR22%20KWK to the API
2026-03-30 06:24:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20KWK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e29d015c-35b6-582e-b2fd-578f739fd298',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR22 KWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20KWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 57153,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV INSCRIPTION EXPRESSION StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV INSCRIPTION EXPRESSION',
 'vin': 'YV1XZBWVFN2758775',
 'year': 2022}
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520KWK%27 HTTP/1.1" 200 None
2026-03-30 06:24:39 [bca.uk] INFO: Saving data for YR22%20KWK: {'auction_closing_time': 1775124000.0, 'created_time': 1774621217.864904, 'last_price_update_time': 1774851879.165329}
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520KWK') HTTP/1.1" 204 0
2026-03-30 06:24:39 [bca.uk] INFO: Found listing with ID: WP72%20ZBO
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520ZBO%27 HTTP/1.1" 200 None
2026-03-30 06:24:39 [bca.uk] INFO: Scrape type for WP72%20ZBO: 2
2026-03-30 06:24:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21c49192-9eb5-5d11-b27e-fe11e206d697 with identifier: WP72%20ZBO
2026-03-30 06:24:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21c49192-9eb5-5d11-b27e-fe11e206d697 with scrape type 2
2026-03-30 06:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21c49192-9eb5-5d11-b27e-fe11e206d697 with scrape type 2
2026-03-30 06:24:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21c49192-9eb5-5d11-b27e-fe11e206d697, identifier: WP72%20ZBO
2026-03-30 06:24:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffd4c8a5-67df-5a75-89d0-29500b831afc with identifier: GT08%20SPY
2026-03-30 06:24:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffd4c8a5-67df-5a75-89d0-29500b831afc with identifier: GT08%20SPY
2026-03-30 06:24:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffd4c8a5-67df-5a75-89d0-29500b831afc with identifier: GT08%20SPY to the API
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 319,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GT08%20SPY-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.7L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ffd4c8a5-67df-5a75-89d0-29500b831afc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GT08 SPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GT08%20SPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'ASTON MARTIN',
 'model': 'V8 VANTAGE',
 'odometer': 18097,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'ASTON MARTIN V8 VANTAGE 4.7 GT8 Coupe',
 'transmission': 'manual',
 'trim': 'GT8',
 'vin': 'SCFGABKL5HGC21129',
 'year': 2017}
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GT08%2520SPY%27 HTTP/1.1" 200 None
2026-03-30 06:24:39 [bca.uk] INFO: Saving data for GT08%20SPY: {'auction_closing_time': 1775124000.0, 'created_time': 1774621738.679629, 'last_price_update_time': 1774851879.566762}
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GT08%2520SPY') HTTP/1.1" 204 0
2026-03-30 06:24:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f8a25b7-b291-5999-9427-c414545a3c94 with identifier: YF23%20KWB
2026-03-30 06:24:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f8a25b7-b291-5999-9427-c414545a3c94 with identifier: YF23%20KWB
2026-03-30 06:24:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f8a25b7-b291-5999-9427-c414545a3c94 with identifier: YF23%20KWB to the API
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF23%20KWB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '4.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f8a25b7-b291-5999-9427-c414545a3c94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF23 KWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF23%20KWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'M550I',
 'odometer': 22081,
 'odometer_reading_unit': '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 M550I 4.4 XDRIVE Saloon',
 'transmission': 'automatic',
 'trim': 'XDRIVE',
 'vin': 'WBA12BK090CL22977',
 'year': 2023}
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520KWB%27 HTTP/1.1" 200 None
2026-03-30 06:24:39 [bca.uk] INFO: Saving data for YF23%20KWB: {'auction_closing_time': 1775037600.0, 'created_time': 1774621492.93836, 'last_price_update_time': 1774851879.880156}
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF23%2520KWB') HTTP/1.1" 204 0
2026-03-30 06:24:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:24:39 [bca.uk] INFO: Found listing with ID: GK23%20HWC
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK23%2520HWC%27 HTTP/1.1" 200 None
2026-03-30 06:24:39 [bca.uk] INFO: Scrape type for GK23%20HWC: 2
2026-03-30 06:24:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fc90be5-daea-552b-bfd1-b77cb8b641bf with identifier: GK23%20HWC
2026-03-30 06:24:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fc90be5-daea-552b-bfd1-b77cb8b641bf with scrape type 2
2026-03-30 06:24:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fc90be5-daea-552b-bfd1-b77cb8b641bf with scrape type 2
2026-03-30 06:24:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fc90be5-daea-552b-bfd1-b77cb8b641bf, identifier: GK23%20HWC
2026-03-30 06:24:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21c49192-9eb5-5d11-b27e-fe11e206d697 with identifier: WP72%20ZBO
2026-03-30 06:24:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21c49192-9eb5-5d11-b27e-fe11e206d697 with identifier: WP72%20ZBO
2026-03-30 06:24:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21c49192-9eb5-5d11-b27e-fe11e206d697 with identifier: WP72%20ZBO to the API
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20ZBO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '21c49192-9eb5-5d11-b27e-fe11e206d697',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP72 ZBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20ZBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'T-CROSS',
 'odometer': 32514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-CROSS 1.0 TSI 110 BLACK ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 BLACK ED.',
 'vin': 'WVGZZZC1ZPY032366',
 'year': 2022}
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520ZBO%27 HTTP/1.1" 200 None
2026-03-30 06:24:40 [bca.uk] INFO: Saving data for WP72%20ZBO: {'auction_closing_time': 1774951200.0, 'created_time': 1774621180.348235, 'last_price_update_time': 1774851880.277227}
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520ZBO') HTTP/1.1" 204 0
2026-03-30 06:24:40 [bca.uk] INFO: Found listing with ID: PF13%20UHO
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF13%2520UHO%27 HTTP/1.1" 200 None
2026-03-30 06:24:40 [bca.uk] INFO: Scrape type for PF13%20UHO: 2
2026-03-30 06:24:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bac0fae-1ac7-5bbf-9084-4c0f947d1fe5 with identifier: PF13%20UHO
2026-03-30 06:24:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bac0fae-1ac7-5bbf-9084-4c0f947d1fe5 with scrape type 2
2026-03-30 06:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bac0fae-1ac7-5bbf-9084-4c0f947d1fe5 with scrape type 2
2026-03-30 06:24:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bac0fae-1ac7-5bbf-9084-4c0f947d1fe5, identifier: PF13%20UHO
2026-03-30 06:24:40 [bca.uk] INFO: Found listing with ID: DC73%20MYU
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520MYU%27 HTTP/1.1" 200 None
2026-03-30 06:24:40 [bca.uk] INFO: Scrape type for DC73%20MYU: 2
2026-03-30 06:24:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c406c546-ac15-5bf1-9cc2-00bf8837d669 with identifier: DC73%20MYU
2026-03-30 06:24:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c406c546-ac15-5bf1-9cc2-00bf8837d669 with scrape type 2
2026-03-30 06:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c406c546-ac15-5bf1-9cc2-00bf8837d669 with scrape type 2
2026-03-30 06:24:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c406c546-ac15-5bf1-9cc2-00bf8837d669, identifier: DC73%20MYU
2026-03-30 06:24:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fc90be5-daea-552b-bfd1-b77cb8b641bf with identifier: GK23%20HWC
2026-03-30 06:24:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fc90be5-daea-552b-bfd1-b77cb8b641bf with identifier: GK23%20HWC
2026-03-30 06:24:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fc90be5-daea-552b-bfd1-b77cb8b641bf with identifier: GK23%20HWC to the API
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK23%20HWC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3fc90be5-daea-552b-bfd1-b77cb8b641bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GK23 HWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK23%20HWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 6196,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 4 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 4',
 'vin': 'KNACT811UP5032637',
 'year': 2023}
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK23%2520HWC%27 HTTP/1.1" 200 None
2026-03-30 06:24:40 [bca.uk] INFO: Saving data for GK23%20HWC: {'auction_closing_time': 1775037600.0, 'created_time': 1774621219.808093, 'last_price_update_time': 1774851880.822252}
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK23%2520HWC') HTTP/1.1" 204 0
2026-03-30 06:24:40 [bca.uk] INFO: Found listing with ID: AY66%20KUP
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520KUP%27 HTTP/1.1" 200 None
2026-03-30 06:24:40 [bca.uk] INFO: Scrape type for AY66%20KUP: 2
2026-03-30 06:24:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c7710ca-8884-56b5-a0d3-342aae971690 with identifier: AY66%20KUP
2026-03-30 06:24:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c7710ca-8884-56b5-a0d3-342aae971690 with scrape type 2
2026-03-30 06:24:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c7710ca-8884-56b5-a0d3-342aae971690 with scrape type 2
2026-03-30 06:24:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c7710ca-8884-56b5-a0d3-342aae971690, identifier: AY66%20KUP
2026-03-30 06:24:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bac0fae-1ac7-5bbf-9084-4c0f947d1fe5 with identifier: PF13%20UHO
2026-03-30 06:24:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bac0fae-1ac7-5bbf-9084-4c0f947d1fe5 with identifier: PF13%20UHO
2026-03-30 06:24:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bac0fae-1ac7-5bbf-9084-4c0f947d1fe5 with identifier: PF13%20UHO to the API
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF13%20UHO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3bac0fae-1ac7-5bbf-9084-4c0f947d1fe5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF13 UHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF13%20UHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'GT86',
 'odometer': 105974,
 'odometer_reading_unit': '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 GT86 2.0 D-4S Coupe',
 'transmission': 'manual',
 'trim': 'D-4S',
 'vin': 'JF1ZN6K72DG006853',
 'year': 2013}
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF13%2520UHO%27 HTTP/1.1" 200 None
2026-03-30 06:24:41 [bca.uk] INFO: Saving data for PF13%20UHO: {'auction_closing_time': 1774951200.0, 'created_time': 1774621744.879234, 'last_price_update_time': 1774851881.230976}
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF13%2520UHO') HTTP/1.1" 204 0
2026-03-30 06:24:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c406c546-ac15-5bf1-9cc2-00bf8837d669 with identifier: DC73%20MYU
2026-03-30 06:24:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c406c546-ac15-5bf1-9cc2-00bf8837d669 with identifier: DC73%20MYU
2026-03-30 06:24:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c406c546-ac15-5bf1-9cc2-00bf8837d669 with identifier: DC73%20MYU to the API
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC73%20MYU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c406c546-ac15-5bf1-9cc2-00bf8837d669',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC73 MYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC73%20MYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 16568,
 'odometer_reading_unit': '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 T-ROC 2.0 TDI EVO 150 R LINE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI EVO 150 R LINE DSG',
 'vin': 'WVGZZZA1ZRV084625',
 'year': 2024}
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520MYU%27 HTTP/1.1" 200 None
2026-03-30 06:24:41 [bca.uk] INFO: Saving data for DC73%20MYU: {'auction_closing_time': 1775037600.0, 'created_time': 1774621475.193977, 'last_price_update_time': 1774851881.51113}
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC73%2520MYU') HTTP/1.1" 204 0
2026-03-30 06:24:41 [bca.uk] INFO: Found listing with ID: LV68%20KTX
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520KTX%27 HTTP/1.1" 200 None
2026-03-30 06:24:41 [bca.uk] INFO: Scrape type for LV68%20KTX: 2
2026-03-30 06:24:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c7376a2-5101-518c-b89f-06cdbeb36598 with identifier: LV68%20KTX
2026-03-30 06:24:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c7376a2-5101-518c-b89f-06cdbeb36598 with scrape type 2
2026-03-30 06:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c7376a2-5101-518c-b89f-06cdbeb36598 with scrape type 2
2026-03-30 06:24:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c7376a2-5101-518c-b89f-06cdbeb36598, identifier: LV68%20KTX
2026-03-30 06:24:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c7710ca-8884-56b5-a0d3-342aae971690 with identifier: AY66%20KUP
2026-03-30 06:24:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c7710ca-8884-56b5-a0d3-342aae971690 with identifier: AY66%20KUP
2026-03-30 06:24:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c7710ca-8884-56b5-a0d3-342aae971690 with identifier: AY66%20KUP to the API
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY66%20KUP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4c7710ca-8884-56b5-a0d3-342aae971690',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY66 KUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY66%20KUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 102509,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 T8 T/E INSCRIPTION G/T StationWagon',
 'transmission': 'manual',
 'trim': 'T8 T/E INSCRIPTION G/T',
 'vin': 'YV1LFA2BCH1145462',
 'year': 2018}
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520KUP%27 HTTP/1.1" 200 None
2026-03-30 06:24:41 [bca.uk] INFO: Saving data for AY66%20KUP: {'auction_closing_time': 1774864800.0, 'created_time': 1774005968.95709, 'last_price_update_time': 1774851881.940291}
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY66%2520KUP') HTTP/1.1" 204 0
2026-03-30 06:24:41 [bca.uk] INFO: Found listing with ID: KM17%20KKF
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520KKF%27 HTTP/1.1" 200 None
2026-03-30 06:24:41 [bca.uk] INFO: Scrape type for KM17%20KKF: 2
2026-03-30 06:24:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79bc0362-9bba-5d10-a7e1-4cf0bbbf2b13 with identifier: KM17%20KKF
2026-03-30 06:24:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79bc0362-9bba-5d10-a7e1-4cf0bbbf2b13 with scrape type 2
2026-03-30 06:24:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79bc0362-9bba-5d10-a7e1-4cf0bbbf2b13 with scrape type 2
2026-03-30 06:24:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79bc0362-9bba-5d10-a7e1-4cf0bbbf2b13, identifier: KM17%20KKF
2026-03-30 06:24:42 [bca.uk] INFO: Found listing with ID: LJ69%20ZCL
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ69%2520ZCL%27 HTTP/1.1" 200 None
2026-03-30 06:24:42 [bca.uk] INFO: Scrape type for LJ69%20ZCL: 2
2026-03-30 06:24:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cd9e1aa-2d53-5270-a050-42fd6e5ed58a with identifier: LJ69%20ZCL
2026-03-30 06:24:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd9e1aa-2d53-5270-a050-42fd6e5ed58a with scrape type 2
2026-03-30 06:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cd9e1aa-2d53-5270-a050-42fd6e5ed58a with scrape type 2
2026-03-30 06:24:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cd9e1aa-2d53-5270-a050-42fd6e5ed58a, identifier: LJ69%20ZCL
2026-03-30 06:24:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c7376a2-5101-518c-b89f-06cdbeb36598 with identifier: LV68%20KTX
2026-03-30 06:24:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c7376a2-5101-518c-b89f-06cdbeb36598 with identifier: LV68%20KTX
2026-03-30 06:24:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c7376a2-5101-518c-b89f-06cdbeb36598 with identifier: LV68%20KTX to the API
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV68%20KTX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c7376a2-5101-518c-b89f-06cdbeb36598',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV68 KTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV68%20KTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 68628,
 'odometer_reading_unit': '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 290 HSE DYNAMIC LUXURY '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'SI4 290 HSE DYNAMIC LUXURY',
 'vin': 'SALCA2AX6KH802468',
 'year': 2018}
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520KTX%27 HTTP/1.1" 200 None
2026-03-30 06:24:42 [bca.uk] INFO: Saving data for LV68%20KTX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621222.693231, 'last_price_update_time': 1774851882.460761}
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV68%2520KTX') HTTP/1.1" 204 0
2026-03-30 06:24:42 [bca.uk] INFO: Found listing with ID: KM19%20WYY
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM19%2520WYY%27 HTTP/1.1" 200 None
2026-03-30 06:24:42 [bca.uk] INFO: Scrape type for KM19%20WYY: 0
2026-03-30 06:24:42 [bca.uk] INFO: Found listing with ID: WG69%20OKP
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG69%2520OKP%27 HTTP/1.1" 200 None
2026-03-30 06:24:42 [bca.uk] INFO: Scrape type for WG69%20OKP: 0
2026-03-30 06:24:42 [bca.uk] INFO: Found listing with ID: WN24%20VML
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520VML%27 HTTP/1.1" 200 None
2026-03-30 06:24:42 [bca.uk] INFO: Scrape type for WN24%20VML: 0
2026-03-30 06:24:42 [bca.uk] INFO: Found listing with ID: CA74%20HFP
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520HFP%27 HTTP/1.1" 200 None
2026-03-30 06:24:42 [bca.uk] INFO: Scrape type for CA74%20HFP: 2
2026-03-30 06:24:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0851a9f3-3d4c-55cd-a02b-045a4df6d35e with identifier: CA74%20HFP
2026-03-30 06:24:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0851a9f3-3d4c-55cd-a02b-045a4df6d35e with scrape type 2
2026-03-30 06:24:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0851a9f3-3d4c-55cd-a02b-045a4df6d35e with scrape type 2
2026-03-30 06:24:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0851a9f3-3d4c-55cd-a02b-045a4df6d35e, identifier: CA74%20HFP
2026-03-30 06:24:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79bc0362-9bba-5d10-a7e1-4cf0bbbf2b13 with identifier: KM17%20KKF
2026-03-30 06:24:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79bc0362-9bba-5d10-a7e1-4cf0bbbf2b13 with identifier: KM17%20KKF
2026-03-30 06:24:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79bc0362-9bba-5d10-a7e1-4cf0bbbf2b13 with identifier: KM17%20KKF to the API
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM17%20KKF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '79bc0362-9bba-5d10-a7e1-4cf0bbbf2b13',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM17 KKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM17%20KKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 156990,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 SE 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE 9G',
 'vin': 'WDD2130042A275655',
 'year': 2017}
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520KKF%27 HTTP/1.1" 200 None
2026-03-30 06:24:42 [bca.uk] INFO: Saving data for KM17%20KKF: {'auction_closing_time': 1775124000.0, 'created_time': 1774622266.527195, 'last_price_update_time': 1774851882.991282}
2026-03-30 06:24:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM17%2520KKF') HTTP/1.1" 204 0
2026-03-30 06:24:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cd9e1aa-2d53-5270-a050-42fd6e5ed58a with identifier: LJ69%20ZCL
2026-03-30 06:24:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cd9e1aa-2d53-5270-a050-42fd6e5ed58a with identifier: LJ69%20ZCL
2026-03-30 06:24:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cd9e1aa-2d53-5270-a050-42fd6e5ed58a with identifier: LJ69%20ZCL to the API
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ69%20ZCL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7cd9e1aa-2d53-5270-a050-42fd6e5ed58a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ69 ZCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ69%20ZCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 22754,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 3.0 354 S PDK StationWagon',
 'transmission': 'automatic',
 'trim': '354 S PDK',
 'vin': 'WP1ZZZ95ZLLB30615',
 'year': 2019}
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ69%2520ZCL%27 HTTP/1.1" 200 None
2026-03-30 06:24:43 [bca.uk] INFO: Saving data for LJ69%20ZCL: {'auction_closing_time': 1775037600.0, 'created_time': 1774044798.626191, 'last_price_update_time': 1774851883.296045}
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ69%2520ZCL') HTTP/1.1" 204 0
2026-03-30 06:24:43 [bca.uk] INFO: Total items found: 100
2026-03-30 06:24:43 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded
2026-03-30 06:24:43 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:24:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:24:43 [bca.uk] INFO: Found listing with ID: YK11%20DZG
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK11%2520DZG%27 HTTP/1.1" 200 None
2026-03-30 06:24:43 [bca.uk] INFO: Scrape type for YK11%20DZG: 2
2026-03-30 06:24:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0d3e3a0-0e44-5306-a8bd-8fba28812a4d with identifier: YK11%20DZG
2026-03-30 06:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0d3e3a0-0e44-5306-a8bd-8fba28812a4d with scrape type 2
2026-03-30 06:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0d3e3a0-0e44-5306-a8bd-8fba28812a4d with scrape type 2
2026-03-30 06:24:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0d3e3a0-0e44-5306-a8bd-8fba28812a4d, identifier: YK11%20DZG
2026-03-30 06:24:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0851a9f3-3d4c-55cd-a02b-045a4df6d35e with identifier: CA74%20HFP
2026-03-30 06:24:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0851a9f3-3d4c-55cd-a02b-045a4df6d35e with identifier: CA74%20HFP
2026-03-30 06:24:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0851a9f3-3d4c-55cd-a02b-045a4df6d35e with identifier: CA74%20HFP to the API
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA74%20HFP-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0851a9f3-3d4c-55cd-a02b-045a4df6d35e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA74 HFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA74%20HFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 6672,
 'odometer_reading_unit': '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 I10 1.0 MPI 63 PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'MPI 63 PREMIUM',
 'vin': 'NLHDR51C5SZ316223',
 'year': 2024}
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520HFP%27 HTTP/1.1" 200 None
2026-03-30 06:24:43 [bca.uk] INFO: Saving data for CA74%20HFP: {'auction_closing_time': 1775037600.0, 'created_time': 1774621204.461803, 'last_price_update_time': 1774851883.782264}
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA74%2520HFP') HTTP/1.1" 204 0
2026-03-30 06:24:43 [bca.uk] INFO: Found listing with ID: LB08%20ECA
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB08%2520ECA%27 HTTP/1.1" 200 None
2026-03-30 06:24:43 [bca.uk] INFO: Scrape type for LB08%20ECA: 2
2026-03-30 06:24:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce256ab5-f20f-58c0-80d3-3be7b2ac4c36 with identifier: LB08%20ECA
2026-03-30 06:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce256ab5-f20f-58c0-80d3-3be7b2ac4c36 with scrape type 2
2026-03-30 06:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce256ab5-f20f-58c0-80d3-3be7b2ac4c36 with scrape type 2
2026-03-30 06:24:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce256ab5-f20f-58c0-80d3-3be7b2ac4c36, identifier: LB08%20ECA
2026-03-30 06:24:43 [bca.uk] INFO: Found listing with ID: LS65%20AEY
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520AEY%27 HTTP/1.1" 200 None
2026-03-30 06:24:43 [bca.uk] INFO: Scrape type for LS65%20AEY: 2
2026-03-30 06:24:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c91b84f-891b-5ffd-8d9a-141f965d3195 with identifier: LS65%20AEY
2026-03-30 06:24:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c91b84f-891b-5ffd-8d9a-141f965d3195 with scrape type 2
2026-03-30 06:24:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c91b84f-891b-5ffd-8d9a-141f965d3195 with scrape type 2
2026-03-30 06:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c91b84f-891b-5ffd-8d9a-141f965d3195, identifier: LS65%20AEY
2026-03-30 06:24:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0d3e3a0-0e44-5306-a8bd-8fba28812a4d with identifier: YK11%20DZG
2026-03-30 06:24:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0d3e3a0-0e44-5306-a8bd-8fba28812a4d with identifier: YK11%20DZG
2026-03-30 06:24:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0d3e3a0-0e44-5306-a8bd-8fba28812a4d with identifier: YK11%20DZG to the API
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK11%20DZG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e0d3e3a0-0e44-5306-a8bd-8fba28812a4d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK11 DZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK11%20DZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 81155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0JXXGAJJBL45266',
 'year': 2011}
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK11%2520DZG%27 HTTP/1.1" 200 None
2026-03-30 06:24:44 [bca.uk] INFO: Saving data for YK11%20DZG: {'auction_closing_time': 1774951200.0, 'created_time': 1774621203.925979, 'last_price_update_time': 1774851884.303968}
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK11%2520DZG') HTTP/1.1" 204 0
2026-03-30 06:24:44 [bca.uk] INFO: Found listing with ID: FL22%20DXC
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520DXC%27 HTTP/1.1" 200 None
2026-03-30 06:24:44 [bca.uk] INFO: Scrape type for FL22%20DXC: 2
2026-03-30 06:24:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbf82c3b-7f2f-502b-86db-1f19975b5eb0 with identifier: FL22%20DXC
2026-03-30 06:24:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbf82c3b-7f2f-502b-86db-1f19975b5eb0 with scrape type 2
2026-03-30 06:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbf82c3b-7f2f-502b-86db-1f19975b5eb0 with scrape type 2
2026-03-30 06:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbf82c3b-7f2f-502b-86db-1f19975b5eb0, identifier: FL22%20DXC
2026-03-30 06:24:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce256ab5-f20f-58c0-80d3-3be7b2ac4c36 with identifier: LB08%20ECA
2026-03-30 06:24:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce256ab5-f20f-58c0-80d3-3be7b2ac4c36 with identifier: LB08%20ECA
2026-03-30 06:24:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce256ab5-f20f-58c0-80d3-3be7b2ac4c36 with identifier: LB08%20ECA to the API
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 294,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB08%20ECA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ce256ab5-f20f-58c0-80d3-3be7b2ac4c36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB08 ECA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB08%20ECA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 127332,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 3.6 TDV8 VOGUE StationWagon',
 'transmission': 'automatic',
 'trim': 'TDV8 VOGUE',
 'vin': 'SALLMAM238A279350',
 'year': 2008}
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB08%2520ECA%27 HTTP/1.1" 200 None
2026-03-30 06:24:44 [bca.uk] INFO: Saving data for LB08%20ECA: {'auction_closing_time': 1774951200.0, 'created_time': 1774622269.234042, 'last_price_update_time': 1774851884.718675}
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB08%2520ECA') HTTP/1.1" 204 0
2026-03-30 06:24:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c91b84f-891b-5ffd-8d9a-141f965d3195 with identifier: LS65%20AEY
2026-03-30 06:24:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c91b84f-891b-5ffd-8d9a-141f965d3195 with identifier: LS65%20AEY
2026-03-30 06:24:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c91b84f-891b-5ffd-8d9a-141f965d3195 with identifier: LS65%20AEY to the API
2026-03-30 06:24:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS65%20AEY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8c91b84f-891b-5ffd-8d9a-141f965d3195',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS65 AEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS65%20AEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 83244,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 V6 D 260 TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'V6 D 260 TIPTRONIC S',
 'vin': 'WP1ZZZ92ZGKA43947',
 'year': 2015}
2026-03-30 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520AEY%27 HTTP/1.1" 200 None
2026-03-30 06:24:45 [bca.uk] INFO: Saving data for LS65%20AEY: {'auction_closing_time': 1775037600.0, 'created_time': 1774621491.737754, 'last_price_update_time': 1774851885.926726}
2026-03-30 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS65%2520AEY') HTTP/1.1" 204 0
2026-03-30 06:24:45 [bca.uk] INFO: Found listing with ID: HIG%201047
2026-03-30 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HIG%25201047%27 HTTP/1.1" 200 None
2026-03-30 06:24:45 [bca.uk] INFO: Scrape type for HIG%201047: 2
2026-03-30 06:24:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with identifier: HIG%201047
2026-03-30 06:24:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with scrape type 2
2026-03-30 06:24:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with scrape type 2
2026-03-30 06:24:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58ffc722-dbf9-52e9-adbe-b1e51e252a92, identifier: HIG%201047
2026-03-30 06:24:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:24:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:24:46 [bca.uk] INFO: Found listing with ID: GJ72%20ZXD
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520ZXD%27 HTTP/1.1" 200 None
2026-03-30 06:24:46 [bca.uk] INFO: Scrape type for GJ72%20ZXD: 2
2026-03-30 06:24:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef3b5315-efa1-5aa0-906e-07f193fadad0 with identifier: GJ72%20ZXD
2026-03-30 06:24:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef3b5315-efa1-5aa0-906e-07f193fadad0 with scrape type 2
2026-03-30 06:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef3b5315-efa1-5aa0-906e-07f193fadad0 with scrape type 2
2026-03-30 06:24:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef3b5315-efa1-5aa0-906e-07f193fadad0, identifier: GJ72%20ZXD
2026-03-30 06:24:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbf82c3b-7f2f-502b-86db-1f19975b5eb0 with identifier: FL22%20DXC
2026-03-30 06:24:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbf82c3b-7f2f-502b-86db-1f19975b5eb0 with identifier: FL22%20DXC
2026-03-30 06:24:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbf82c3b-7f2f-502b-86db-1f19975b5eb0 with identifier: FL22%20DXC to the API
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20DXC-GB',
 'category': 'Car',
 'color': 'jet black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cbf82c3b-7f2f-502b-86db-1f19975b5eb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL22 DXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20DXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '330E',
 'odometer': 45012,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SE PRO Saloon',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA5P52000FM68218',
 'year': 2022}
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520DXC%27 HTTP/1.1" 200 None
2026-03-30 06:24:46 [bca.uk] INFO: Saving data for FL22%20DXC: {'auction_closing_time': 1774951200.0, 'created_time': 1774621170.139452, 'last_price_update_time': 1774851886.491688}
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520DXC') HTTP/1.1" 204 0
2026-03-30 06:24:46 [bca.uk] INFO: Found listing with ID: EF70%20CXX
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF70%2520CXX%27 HTTP/1.1" 200 None
2026-03-30 06:24:46 [bca.uk] INFO: Scrape type for EF70%20CXX: 2
2026-03-30 06:24:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e208d41d-7cf4-5a4f-9888-609772df3ac9 with identifier: EF70%20CXX
2026-03-30 06:24:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e208d41d-7cf4-5a4f-9888-609772df3ac9 with scrape type 2
2026-03-30 06:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e208d41d-7cf4-5a4f-9888-609772df3ac9 with scrape type 2
2026-03-30 06:24:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e208d41d-7cf4-5a4f-9888-609772df3ac9, identifier: EF70%20CXX
2026-03-30 06:24:46 [bca.uk] INFO: Found listing with ID: OE20%20FPO
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE20%2520FPO%27 HTTP/1.1" 200 None
2026-03-30 06:24:46 [bca.uk] INFO: Scrape type for OE20%20FPO: 2
2026-03-30 06:24:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 393c2454-97ff-5ea4-8741-b323650b8891 with identifier: OE20%20FPO
2026-03-30 06:24:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 393c2454-97ff-5ea4-8741-b323650b8891 with scrape type 2
2026-03-30 06:24:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 393c2454-97ff-5ea4-8741-b323650b8891 with scrape type 2
2026-03-30 06:24:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 393c2454-97ff-5ea4-8741-b323650b8891, identifier: OE20%20FPO
2026-03-30 06:24:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with identifier: HIG%201047
2026-03-30 06:24:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with identifier: HIG%201047
2026-03-30 06:24:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58ffc722-dbf9-52e9-adbe-b1e51e252a92 with identifier: HIG%201047 to the API
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HIG%201047-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '58ffc722-dbf9-52e9-adbe-b1e51e252a92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HIG 1047',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HIG%201047&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 88277,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0CXXGAKCGR58692',
 'year': 2016}
2026-03-30 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HIG%25201047%27 HTTP/1.1" 200 None
2026-03-30 06:24:47 [bca.uk] INFO: Saving data for HIG%201047: {'auction_closing_time': 1775124000.0, 'created_time': 1774650858.333007, 'last_price_update_time': 1774851887.048892}
2026-03-30 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HIG%25201047') HTTP/1.1" 204 0
2026-03-30 06:24:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 06:24:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef3b5315-efa1-5aa0-906e-07f193fadad0 with identifier: GJ72%20ZXD
2026-03-30 06:24:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef3b5315-efa1-5aa0-906e-07f193fadad0 with identifier: GJ72%20ZXD
2026-03-30 06:24:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef3b5315-efa1-5aa0-906e-07f193fadad0 with identifier: GJ72%20ZXD to the API
2026-03-30 06:24:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ72%20ZXD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ef3b5315-efa1-5aa0-906e-07f193fadad0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ72 ZXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ72%20ZXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 50197,
 'odometer_reading_unit': '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': 'LSJA24390NN104464',
 'year': 2022}
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520ZXD%27 HTTP/1.1" 200 None
2026-03-30 06:24:49 [bca.uk] INFO: Saving data for GJ72%20ZXD: {'auction_closing_time': 1775037600.0, 'created_time': 1774045280.583752, 'last_price_update_time': 1774851889.414464}
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ72%2520ZXD') HTTP/1.1" 204 0
2026-03-30 06:24:49 [bca.uk] INFO: Found listing with ID: LO23%20MGV
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520MGV%27 HTTP/1.1" 200 None
2026-03-30 06:24:49 [bca.uk] INFO: Scrape type for LO23%20MGV: 2
2026-03-30 06:24:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0bacbed-9b64-53db-a2f2-a46245abd2dc with identifier: LO23%20MGV
2026-03-30 06:24:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0bacbed-9b64-53db-a2f2-a46245abd2dc with scrape type 2
2026-03-30 06:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0bacbed-9b64-53db-a2f2-a46245abd2dc with scrape type 2
2026-03-30 06:24:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0bacbed-9b64-53db-a2f2-a46245abd2dc, identifier: LO23%20MGV
2026-03-30 06:24:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e208d41d-7cf4-5a4f-9888-609772df3ac9 with identifier: EF70%20CXX
2026-03-30 06:24:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e208d41d-7cf4-5a4f-9888-609772df3ac9 with identifier: EF70%20CXX
2026-03-30 06:24:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e208d41d-7cf4-5a4f-9888-609772df3ac9 with identifier: EF70%20CXX to the API
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF70%20CXX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e208d41d-7cf4-5a4f-9888-609772df3ac9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EF70 CXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF70%20CXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 26808,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 EVO 80 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'EVO 80 MATCH',
 'vin': 'WVWZZZAWZMU014909',
 'year': 2020}
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF70%2520CXX%27 HTTP/1.1" 200 None
2026-03-30 06:24:49 [bca.uk] INFO: Saving data for EF70%20CXX: {'auction_closing_time': 1774951200.0, 'created_time': 1774622241.191938, 'last_price_update_time': 1774851889.808828}
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF70%2520CXX') HTTP/1.1" 204 0
2026-03-30 06:24:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 393c2454-97ff-5ea4-8741-b323650b8891 with identifier: OE20%20FPO
2026-03-30 06:24:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 393c2454-97ff-5ea4-8741-b323650b8891 with identifier: OE20%20FPO
2026-03-30 06:24:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 393c2454-97ff-5ea4-8741-b323650b8891 with identifier: OE20%20FPO to the API
2026-03-30 06:24:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 264,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE20%20FPO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '393c2454-97ff-5ea4-8741-b323650b8891',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE20 FPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE20%20FPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3M',
 'odometer': 48491,
 'odometer_reading_unit': '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': 'WBSTS020609D00234',
 'year': 2020}
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE20%2520FPO%27 HTTP/1.1" 200 None
2026-03-30 06:24:50 [bca.uk] INFO: Saving data for OE20%20FPO: {'auction_closing_time': 1775037600.0, 'created_time': 1774621495.986406, 'last_price_update_time': 1774851890.120414}
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE20%2520FPO') HTTP/1.1" 204 0
2026-03-30 06:24:50 [bca.uk] INFO: Found listing with ID: HT71%20LXK
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520LXK%27 HTTP/1.1" 200 None
2026-03-30 06:24:50 [bca.uk] INFO: Scrape type for HT71%20LXK: 2
2026-03-30 06:24:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d789552-8ca9-5c06-ae85-8f5277ee2005 with identifier: HT71%20LXK
2026-03-30 06:24:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d789552-8ca9-5c06-ae85-8f5277ee2005 with scrape type 2
2026-03-30 06:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d789552-8ca9-5c06-ae85-8f5277ee2005 with scrape type 2
2026-03-30 06:24:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d789552-8ca9-5c06-ae85-8f5277ee2005, identifier: HT71%20LXK
2026-03-30 06:24:50 [bca.uk] INFO: Found listing with ID: HL19%20XUO
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HL19%2520XUO%27 HTTP/1.1" 200 None
2026-03-30 06:24:50 [bca.uk] INFO: Scrape type for HL19%20XUO: 2
2026-03-30 06:24:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d783fea-6297-5fa3-b176-a6349e65b6de with identifier: HL19%20XUO
2026-03-30 06:24:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d783fea-6297-5fa3-b176-a6349e65b6de with scrape type 2
2026-03-30 06:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d783fea-6297-5fa3-b176-a6349e65b6de with scrape type 2
2026-03-30 06:24:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d783fea-6297-5fa3-b176-a6349e65b6de, identifier: HL19%20XUO
2026-03-30 06:24:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0bacbed-9b64-53db-a2f2-a46245abd2dc with identifier: LO23%20MGV
2026-03-30 06:24:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0bacbed-9b64-53db-a2f2-a46245abd2dc with identifier: LO23%20MGV
2026-03-30 06:24:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0bacbed-9b64-53db-a2f2-a46245abd2dc with identifier: LO23%20MGV to the API
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO23%20MGV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c0bacbed-9b64-53db-a2f2-a46245abd2dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO23 MGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO23%20MGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 57668,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD EXCLUSIVE LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'E-SKY PHEV AWD EXCLUSIVE LINE',
 'vin': 'JMZKH0HBX01120967',
 'year': 2023}
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520MGV%27 HTTP/1.1" 200 None
2026-03-30 06:24:50 [bca.uk] INFO: Saving data for LO23%20MGV: {'auction_closing_time': 1774951200.0, 'created_time': 1774016671.356877, 'last_price_update_time': 1774851890.714158}
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO23%2520MGV') HTTP/1.1" 204 0
2026-03-30 06:24:50 [bca.uk] INFO: Found listing with ID: RF71%20AEP
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEP%27 HTTP/1.1" 200 None
2026-03-30 06:24:50 [bca.uk] INFO: Scrape type for RF71%20AEP: 2
2026-03-30 06:24:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d009970-7a6c-5e9b-a4e3-e54d84368076 with identifier: RF71%20AEP
2026-03-30 06:24:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d009970-7a6c-5e9b-a4e3-e54d84368076 with scrape type 2
2026-03-30 06:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d009970-7a6c-5e9b-a4e3-e54d84368076 with scrape type 2
2026-03-30 06:24:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d009970-7a6c-5e9b-a4e3-e54d84368076, identifier: RF71%20AEP
2026-03-30 06:24:50 [bca.uk] INFO: Found listing with ID: PF68%20OZD
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520OZD%27 HTTP/1.1" 200 None
2026-03-30 06:24:50 [bca.uk] INFO: Scrape type for PF68%20OZD: 2
2026-03-30 06:24:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6837f1e-9bd0-58ac-ad37-1e0f92e4691a with identifier: PF68%20OZD
2026-03-30 06:24:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6837f1e-9bd0-58ac-ad37-1e0f92e4691a with scrape type 2
2026-03-30 06:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6837f1e-9bd0-58ac-ad37-1e0f92e4691a with scrape type 2
2026-03-30 06:24:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6837f1e-9bd0-58ac-ad37-1e0f92e4691a, identifier: PF68%20OZD
2026-03-30 06:24:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d789552-8ca9-5c06-ae85-8f5277ee2005 with identifier: HT71%20LXK
2026-03-30 06:24:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d789552-8ca9-5c06-ae85-8f5277ee2005 with identifier: HT71%20LXK
2026-03-30 06:24:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d789552-8ca9-5c06-ae85-8f5277ee2005 with identifier: HT71%20LXK to the API
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT71%20LXK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d789552-8ca9-5c06-ae85-8f5277ee2005',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT71 LXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT71%20LXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '520D',
 'odometer': 64429,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 MHT M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BN060CJ74243',
 'year': 2022}
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520LXK%27 HTTP/1.1" 200 None
2026-03-30 06:24:51 [bca.uk] INFO: Saving data for HT71%20LXK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650857.960712, 'last_price_update_time': 1774851891.310878}
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520LXK') HTTP/1.1" 204 0
2026-03-30 06:24:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d783fea-6297-5fa3-b176-a6349e65b6de with identifier: HL19%20XUO
2026-03-30 06:24:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d783fea-6297-5fa3-b176-a6349e65b6de with identifier: HL19%20XUO
2026-03-30 06:24:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d783fea-6297-5fa3-b176-a6349e65b6de with identifier: HL19%20XUO to the API
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HL19%20XUO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d783fea-6297-5fa3-b176-a6349e65b6de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HL19 XUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HL19%20XUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 25333,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J654186',
 'year': 2019}
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HL19%2520XUO%27 HTTP/1.1" 200 None
2026-03-30 06:24:51 [bca.uk] INFO: Saving data for HL19%20XUO: {'auction_closing_time': 1775037600.0, 'created_time': 1774621185.065075, 'last_price_update_time': 1774851891.66793}
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HL19%2520XUO') HTTP/1.1" 204 0
2026-03-30 06:24:51 [bca.uk] INFO: Found listing with ID: RA70%20BYN
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA70%2520BYN%27 HTTP/1.1" 200 None
2026-03-30 06:24:51 [bca.uk] INFO: Scrape type for RA70%20BYN: 2
2026-03-30 06:24:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f476f722-7fce-5788-970c-0a2f9d099220 with identifier: RA70%20BYN
2026-03-30 06:24:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f476f722-7fce-5788-970c-0a2f9d099220 with scrape type 2
2026-03-30 06:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f476f722-7fce-5788-970c-0a2f9d099220 with scrape type 2
2026-03-30 06:24:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f476f722-7fce-5788-970c-0a2f9d099220, identifier: RA70%20BYN
2026-03-30 06:24:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d009970-7a6c-5e9b-a4e3-e54d84368076 with identifier: RF71%20AEP
2026-03-30 06:24:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d009970-7a6c-5e9b-a4e3-e54d84368076 with identifier: RF71%20AEP
2026-03-30 06:24:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d009970-7a6c-5e9b-a4e3-e54d84368076 with identifier: RF71%20AEP to the API
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF71%20AEP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8d009970-7a6c-5e9b-a4e3-e54d84368076',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF71 AEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF71%20AEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 30239,
 'odometer_reading_unit': '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': 'WVGZZZE2ZNP022002',
 'year': 2022}
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEP%27 HTTP/1.1" 200 None
2026-03-30 06:24:52 [bca.uk] INFO: Saving data for RF71%20AEP: {'auction_closing_time': 1774951200.0, 'created_time': 1774622241.563296, 'last_price_update_time': 1774851892.077078}
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF71%2520AEP') HTTP/1.1" 204 0
2026-03-30 06:24:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6837f1e-9bd0-58ac-ad37-1e0f92e4691a with identifier: PF68%20OZD
2026-03-30 06:24:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6837f1e-9bd0-58ac-ad37-1e0f92e4691a with identifier: PF68%20OZD
2026-03-30 06:24:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6837f1e-9bd0-58ac-ad37-1e0f92e4691a with identifier: PF68%20OZD to the API
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF68%20OZD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd6837f1e-9bd0-58ac-ad37-1e0f92e4691a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF68 OZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF68%20OZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 67242,
 'odometer_reading_unit': '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 SI4 240 HSE (5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'SI4 240 HSE (5ST)',
 'vin': 'SALCA2AX5KH785890',
 'year': 2019}
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF68%2520OZD%27 HTTP/1.1" 200 None
2026-03-30 06:24:52 [bca.uk] INFO: Saving data for PF68%20OZD: {'auction_closing_time': 1775037600.0, 'created_time': 1774621496.342442, 'last_price_update_time': 1774851892.361719}
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF68%2520OZD') HTTP/1.1" 204 0
2026-03-30 06:24:52 [bca.uk] INFO: Found listing with ID: KN73%20OYO
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520OYO%27 HTTP/1.1" 200 None
2026-03-30 06:24:52 [bca.uk] INFO: Scrape type for KN73%20OYO: 2
2026-03-30 06:24:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with identifier: KN73%20OYO
2026-03-30 06:24:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with scrape type 2
2026-03-30 06:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with scrape type 2
2026-03-30 06:24:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c0a512e-a7e3-5df2-ae66-e7d6d989063a, identifier: KN73%20OYO
2026-03-30 06:24:52 [bca.uk] INFO: Found listing with ID: LS22%20NVM
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520NVM%27 HTTP/1.1" 200 None
2026-03-30 06:24:52 [bca.uk] INFO: Scrape type for LS22%20NVM: 2
2026-03-30 06:24:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cad59686-827a-53f2-8a16-a95582c3fcd4 with identifier: LS22%20NVM
2026-03-30 06:24:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cad59686-827a-53f2-8a16-a95582c3fcd4 with scrape type 2
2026-03-30 06:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cad59686-827a-53f2-8a16-a95582c3fcd4 with scrape type 2
2026-03-30 06:24:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cad59686-827a-53f2-8a16-a95582c3fcd4, identifier: LS22%20NVM
2026-03-30 06:24:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f476f722-7fce-5788-970c-0a2f9d099220 with identifier: RA70%20BYN
2026-03-30 06:24:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f476f722-7fce-5788-970c-0a2f9d099220 with identifier: RA70%20BYN
2026-03-30 06:24:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f476f722-7fce-5788-970c-0a2f9d099220 with identifier: RA70%20BYN to the API
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA70%20BYN-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f476f722-7fce-5788-970c-0a2f9d099220',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA70 BYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA70%20BYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 39425,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X2 2.0 SDRIVE 20I M SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SDRIVE 20I M SPORT STEP',
 'vin': 'WBAYH320X05S88121',
 'year': 2021}
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA70%2520BYN%27 HTTP/1.1" 200 None
2026-03-30 06:24:52 [bca.uk] INFO: Saving data for RA70%20BYN: {'auction_closing_time': 1775037600.0, 'created_time': 1774621193.701859, 'last_price_update_time': 1774851892.891347}
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA70%2520BYN') HTTP/1.1" 204 0
2026-03-30 06:24:52 [bca.uk] INFO: Found listing with ID: DKZ%20133
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DKZ%2520133%27 HTTP/1.1" 200 None
2026-03-30 06:24:52 [bca.uk] INFO: Scrape type for DKZ%20133: 2
2026-03-30 06:24:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf83b882-8d95-5b11-93ad-d103cd67c566 with identifier: DKZ%20133
2026-03-30 06:24:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf83b882-8d95-5b11-93ad-d103cd67c566 with scrape type 2
2026-03-30 06:24:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf83b882-8d95-5b11-93ad-d103cd67c566 with scrape type 2
2026-03-30 06:24:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf83b882-8d95-5b11-93ad-d103cd67c566, identifier: DKZ%20133
2026-03-30 06:24:53 [bca.uk] INFO: Found listing with ID: WL63%20BNY
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL63%2520BNY%27 HTTP/1.1" 200 None
2026-03-30 06:24:53 [bca.uk] INFO: Scrape type for WL63%20BNY: 2
2026-03-30 06:24:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a625db48-816c-51bf-ad48-f3e6286f4503 with identifier: WL63%20BNY
2026-03-30 06:24:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a625db48-816c-51bf-ad48-f3e6286f4503 with scrape type 2
2026-03-30 06:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a625db48-816c-51bf-ad48-f3e6286f4503 with scrape type 2
2026-03-30 06:24:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a625db48-816c-51bf-ad48-f3e6286f4503, identifier: WL63%20BNY
2026-03-30 06:24:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with identifier: KN73%20OYO
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brilliant+silver HTTP/1.1" 200 None
2026-03-30 06:24:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:24:53 [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:24:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with identifier: KN73%20OYO
2026-03-30 06:24:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c0a512e-a7e3-5df2-ae66-e7d6d989063a with identifier: KN73%20OYO to the API
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN73%20OYO-GB',
 'category': 'Car',
 'color': 'brilliant silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4c0a512e-a7e3-5df2-ae66-e7d6d989063a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN73 OYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN73%20OYO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'V220 D',
 'odometer': 21889,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 44000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V220 D 2.0 AMG LINE (EXTRA LONG) 9G MPV',
 'transmission': 'automatic',
 'trim': 'AMG LINE (EXTRA LONG) 9G',
 'vin': 'W1VVLLFZ1P4309217',
 'year': 2023}
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520OYO%27 HTTP/1.1" 200 None
2026-03-30 06:24:53 [bca.uk] INFO: Saving data for KN73%20OYO: {'auction_closing_time': 1775026800.0, 'created_time': 1774015868.035297, 'last_price_update_time': 1774851893.597413}
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN73%2520OYO') HTTP/1.1" 204 0
2026-03-30 06:24:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cad59686-827a-53f2-8a16-a95582c3fcd4 with identifier: LS22%20NVM
2026-03-30 06:24:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cad59686-827a-53f2-8a16-a95582c3fcd4 with identifier: LS22%20NVM
2026-03-30 06:24:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cad59686-827a-53f2-8a16-a95582c3fcd4 with identifier: LS22%20NVM to the API
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS22%20NVM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cad59686-827a-53f2-8a16-a95582c3fcd4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS22 NVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS22%20NVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 52967,
 'odometer_reading_unit': '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': 'LSJW74U97NZ137895',
 'year': 2022}
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520NVM%27 HTTP/1.1" 200 None
2026-03-30 06:24:53 [bca.uk] INFO: Saving data for LS22%20NVM: {'auction_closing_time': 1775037600.0, 'created_time': 1774621180.787773, 'last_price_update_time': 1774851893.928985}
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS22%2520NVM') HTTP/1.1" 204 0
2026-03-30 06:24:53 [bca.uk] INFO: Found listing with ID: MH72%20CBU
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520CBU%27 HTTP/1.1" 200 None
2026-03-30 06:24:53 [bca.uk] INFO: Scrape type for MH72%20CBU: 2
2026-03-30 06:24:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ab36892-e32e-5199-9462-8ebb81d35178 with identifier: MH72%20CBU
2026-03-30 06:24:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ab36892-e32e-5199-9462-8ebb81d35178 with scrape type 2
2026-03-30 06:24:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ab36892-e32e-5199-9462-8ebb81d35178 with scrape type 2
2026-03-30 06:24:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ab36892-e32e-5199-9462-8ebb81d35178, identifier: MH72%20CBU
2026-03-30 06:24:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf83b882-8d95-5b11-93ad-d103cd67c566 with identifier: DKZ%20133
2026-03-30 06:24:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf83b882-8d95-5b11-93ad-d103cd67c566 with identifier: DKZ%20133
2026-03-30 06:24:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf83b882-8d95-5b11-93ad-d103cd67c566 with identifier: DKZ%20133 to the API
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DKZ%20133-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cf83b882-8d95-5b11-93ad-d103cd67c566',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DKZ 133',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DKZ%20133&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'M4',
 'odometer': 20468,
 'odometer_reading_unit': '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 M4 3.0 XDRIVE COMPETITION Convertible',
 'transmission': 'automatic',
 'trim': 'XDRIVE COMPETITION',
 'vin': 'WBS32BA050CJ49223',
 'year': 2022}
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DKZ%2520133%27 HTTP/1.1" 200 None
2026-03-30 06:24:54 [bca.uk] INFO: Saving data for DKZ%20133: {'auction_closing_time': 1775124000.0, 'created_time': 1774622244.403513, 'last_price_update_time': 1774851894.35722}
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DKZ%2520133') HTTP/1.1" 204 0
2026-03-30 06:24:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a625db48-816c-51bf-ad48-f3e6286f4503 with identifier: WL63%20BNY
2026-03-30 06:24:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a625db48-816c-51bf-ad48-f3e6286f4503 with identifier: WL63%20BNY
2026-03-30 06:24:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a625db48-816c-51bf-ad48-f3e6286f4503 with identifier: WL63%20BNY to the API
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL63%20BNY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a625db48-816c-51bf-ad48-f3e6286f4503',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL63 BNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL63%20BNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '318D',
 'odometer': 71452,
 'odometer_reading_unit': '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 318D 2.0 SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'SPORT STEP',
 'vin': 'WBA3D12040F450569',
 'year': 2014}
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL63%2520BNY%27 HTTP/1.1" 200 None
2026-03-30 06:24:54 [bca.uk] INFO: Saving data for WL63%20BNY: {'auction_closing_time': 1775037600.0, 'created_time': 1774621481.381738, 'last_price_update_time': 1774851894.742496}
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL63%2520BNY') HTTP/1.1" 204 0
2026-03-30 06:24:54 [bca.uk] INFO: Found listing with ID: KN75%20AXF
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AXF%27 HTTP/1.1" 200 None
2026-03-30 06:24:54 [bca.uk] INFO: Scrape type for KN75%20AXF: 2
2026-03-30 06:24:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2ddddbd-7edc-516c-9131-f9886cb6ce60 with identifier: KN75%20AXF
2026-03-30 06:24:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2ddddbd-7edc-516c-9131-f9886cb6ce60 with scrape type 2
2026-03-30 06:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2ddddbd-7edc-516c-9131-f9886cb6ce60 with scrape type 2
2026-03-30 06:24:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2ddddbd-7edc-516c-9131-f9886cb6ce60, identifier: KN75%20AXF
2026-03-30 06:24:54 [bca.uk] INFO: Found listing with ID: SB71%20GJU
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB71%2520GJU%27 HTTP/1.1" 200 None
2026-03-30 06:24:54 [bca.uk] INFO: Scrape type for SB71%20GJU: 2
2026-03-30 06:24:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6549d764-5e47-5d21-8b8b-506b02530905 with identifier: SB71%20GJU
2026-03-30 06:24:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6549d764-5e47-5d21-8b8b-506b02530905 with scrape type 2
2026-03-30 06:24:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6549d764-5e47-5d21-8b8b-506b02530905 with scrape type 2
2026-03-30 06:24:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6549d764-5e47-5d21-8b8b-506b02530905, identifier: SB71%20GJU
2026-03-30 06:24:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ab36892-e32e-5199-9462-8ebb81d35178 with identifier: MH72%20CBU
2026-03-30 06:24:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ab36892-e32e-5199-9462-8ebb81d35178 with identifier: MH72%20CBU
2026-03-30 06:24:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ab36892-e32e-5199-9462-8ebb81d35178 with identifier: MH72%20CBU to the API
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH72%20CBU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0ab36892-e32e-5199-9462-8ebb81d35178',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MH72 CBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH72%20CBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FIAT',
 'model': '500',
 'odometer': 25993,
 'odometer_reading_unit': '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': 'ZFACF1CJ3NJH07918',
 'year': 2023}
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520CBU%27 HTTP/1.1" 200 None
2026-03-30 06:24:55 [bca.uk] INFO: Saving data for MH72%20CBU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621205.966643, 'last_price_update_time': 1774851895.269505}
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH72%2520CBU') HTTP/1.1" 204 0
2026-03-30 06:24:55 [bca.uk] INFO: Found listing with ID: LT24%20HBY
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520HBY%27 HTTP/1.1" 200 None
2026-03-30 06:24:55 [bca.uk] INFO: Scrape type for LT24%20HBY: 2
2026-03-30 06:24:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e9c1560-bc36-5567-b237-276d01f8d31d with identifier: LT24%20HBY
2026-03-30 06:24:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e9c1560-bc36-5567-b237-276d01f8d31d with scrape type 2
2026-03-30 06:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e9c1560-bc36-5567-b237-276d01f8d31d with scrape type 2
2026-03-30 06:24:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e9c1560-bc36-5567-b237-276d01f8d31d, identifier: LT24%20HBY
2026-03-30 06:24:55 [bca.uk] INFO: Found listing with ID: WN56%20WWK
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN56%2520WWK%27 HTTP/1.1" 200 None
2026-03-30 06:24:55 [bca.uk] INFO: Scrape type for WN56%20WWK: 2
2026-03-30 06:24:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9cda3ff-3944-522f-a068-73d66e2fbaf1 with identifier: WN56%20WWK
2026-03-30 06:24:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9cda3ff-3944-522f-a068-73d66e2fbaf1 with scrape type 2
2026-03-30 06:24:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9cda3ff-3944-522f-a068-73d66e2fbaf1 with scrape type 2
2026-03-30 06:24:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9cda3ff-3944-522f-a068-73d66e2fbaf1, identifier: WN56%20WWK
2026-03-30 06:24:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2ddddbd-7edc-516c-9131-f9886cb6ce60 with identifier: KN75%20AXF
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=obsidian+black HTTP/1.1" 200 None
2026-03-30 06:24:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:24: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:24:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2ddddbd-7edc-516c-9131-f9886cb6ce60 with identifier: KN75%20AXF
2026-03-30 06:24:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2ddddbd-7edc-516c-9131-f9886cb6ce60 with identifier: KN75%20AXF to the API
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20AXF-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd2ddddbd-7edc-516c-9131-f9886cb6ce60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 AXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20AXF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 10029,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 62000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ2T4562583',
 'year': 2025}
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AXF%27 HTTP/1.1" 200 None
2026-03-30 06:24:55 [bca.uk] INFO: Saving data for KN75%20AXF: {'auction_closing_time': 1775026800.0, 'created_time': 1774015855.643015, 'last_price_update_time': 1774851895.885407}
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520AXF') HTTP/1.1" 204 0
2026-03-30 06:24:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6549d764-5e47-5d21-8b8b-506b02530905 with identifier: SB71%20GJU
2026-03-30 06:24:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6549d764-5e47-5d21-8b8b-506b02530905 with identifier: SB71%20GJU
2026-03-30 06:24:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6549d764-5e47-5d21-8b8b-506b02530905 with identifier: SB71%20GJU to the API
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB71%20GJU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6549d764-5e47-5d21-8b8b-506b02530905',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SB71 GJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB71%20GJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 23524,
 'odometer_reading_unit': '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 StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV INSCRIPTION',
 'vin': 'YV1XZBBVFN2731956',
 'year': 2022}
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB71%2520GJU%27 HTTP/1.1" 200 None
2026-03-30 06:24:56 [bca.uk] INFO: Saving data for SB71%20GJU: {'auction_closing_time': 1775124000.0, 'created_time': 1774621184.698301, 'last_price_update_time': 1774851896.178314}
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB71%2520GJU') HTTP/1.1" 204 0
2026-03-30 06:24:56 [bca.uk] INFO: Found listing with ID: GJ22%20EPF
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520EPF%27 HTTP/1.1" 200 None
2026-03-30 06:24:56 [bca.uk] INFO: Scrape type for GJ22%20EPF: 2
2026-03-30 06:24:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ea273e3-977a-5dfe-989d-6147e946b774 with identifier: GJ22%20EPF
2026-03-30 06:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ea273e3-977a-5dfe-989d-6147e946b774 with scrape type 2
2026-03-30 06:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ea273e3-977a-5dfe-989d-6147e946b774 with scrape type 2
2026-03-30 06:24:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ea273e3-977a-5dfe-989d-6147e946b774, identifier: GJ22%20EPF
2026-03-30 06:24:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e9c1560-bc36-5567-b237-276d01f8d31d with identifier: LT24%20HBY
2026-03-30 06:24:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e9c1560-bc36-5567-b237-276d01f8d31d with identifier: LT24%20HBY
2026-03-30 06:24:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e9c1560-bc36-5567-b237-276d01f8d31d with identifier: LT24%20HBY to the API
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT24%20HBY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6e9c1560-bc36-5567-b237-276d01f8d31d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LT24 HBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT24%20HBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 15698,
 'odometer_reading_unit': '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': 'WAUZZZGBXRR058132',
 'year': 2024}
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520HBY%27 HTTP/1.1" 200 None
2026-03-30 06:24:56 [bca.uk] INFO: Saving data for LT24%20HBY: {'auction_closing_time': 1774951200.0, 'created_time': 1774622245.577838, 'last_price_update_time': 1774851896.585457}
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT24%2520HBY') HTTP/1.1" 204 0
2026-03-30 06:24:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9cda3ff-3944-522f-a068-73d66e2fbaf1 with identifier: WN56%20WWK
2026-03-30 06:24:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9cda3ff-3944-522f-a068-73d66e2fbaf1 with identifier: WN56%20WWK
2026-03-30 06:24:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9cda3ff-3944-522f-a068-73d66e2fbaf1 with identifier: WN56%20WWK to the API
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9cda3ff-3944-522f-a068-73d66e2fbaf1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN56 WWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN56%20WWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '207',
 'odometer': 1,
 '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': 'PEUGEOT 207 1.4 S 16V Hatchback',
 'transmission': 'manual',
 'trim': 'S 16V',
 'vin': 'VF3WAKFUC33482826',
 'year': 2006}
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN56%2520WWK%27 HTTP/1.1" 200 None
2026-03-30 06:24:56 [bca.uk] INFO: Saving data for WN56%20WWK: {'auction_closing_time': 1774951200.0, 'created_time': 1774621473.855623, 'last_price_update_time': 1774851896.887426}
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN56%2520WWK') HTTP/1.1" 204 0
2026-03-30 06:24:56 [bca.uk] INFO: Found listing with ID: KN75%20BJO
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BJO%27 HTTP/1.1" 200 None
2026-03-30 06:24:56 [bca.uk] INFO: Scrape type for KN75%20BJO: 2
2026-03-30 06:24:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36b7cbc-4ca7-577d-9216-96cf90f2270c with identifier: KN75%20BJO
2026-03-30 06:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36b7cbc-4ca7-577d-9216-96cf90f2270c with scrape type 2
2026-03-30 06:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c36b7cbc-4ca7-577d-9216-96cf90f2270c with scrape type 2
2026-03-30 06:24:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c36b7cbc-4ca7-577d-9216-96cf90f2270c, identifier: KN75%20BJO
2026-03-30 06:24:57 [bca.uk] INFO: Found listing with ID: RE71%20XTN
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520XTN%27 HTTP/1.1" 200 None
2026-03-30 06:24:57 [bca.uk] INFO: Scrape type for RE71%20XTN: 2
2026-03-30 06:24:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1daa53a0-b475-597a-858b-3054d4353db6 with identifier: RE71%20XTN
2026-03-30 06:24:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1daa53a0-b475-597a-858b-3054d4353db6 with scrape type 2
2026-03-30 06:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1daa53a0-b475-597a-858b-3054d4353db6 with scrape type 2
2026-03-30 06:24:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1daa53a0-b475-597a-858b-3054d4353db6, identifier: RE71%20XTN
2026-03-30 06:24:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ea273e3-977a-5dfe-989d-6147e946b774 with identifier: GJ22%20EPF
2026-03-30 06:24:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ea273e3-977a-5dfe-989d-6147e946b774 with identifier: GJ22%20EPF
2026-03-30 06:24:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ea273e3-977a-5dfe-989d-6147e946b774 with identifier: GJ22%20EPF to the API
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ22%20EPF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1ea273e3-977a-5dfe-989d-6147e946b774',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ22 EPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ22%20EPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 56863,
 'odometer_reading_unit': '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': 'LRWYHCEK5NC238758',
 'year': 2022}
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520EPF%27 HTTP/1.1" 200 None
2026-03-30 06:24:57 [bca.uk] INFO: Saving data for GJ22%20EPF: {'auction_closing_time': 1774951200.0, 'created_time': 1774047645.226858, 'last_price_update_time': 1774851897.41457}
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520EPF') HTTP/1.1" 204 0
2026-03-30 06:24:57 [bca.uk] INFO: Found listing with ID: AM65%20KAR
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM65%2520KAR%27 HTTP/1.1" 200 None
2026-03-30 06:24:57 [bca.uk] INFO: Scrape type for AM65%20KAR: 2
2026-03-30 06:24:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb751e10-7bc0-53a7-983b-63764f699a3c with identifier: AM65%20KAR
2026-03-30 06:24:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb751e10-7bc0-53a7-983b-63764f699a3c with scrape type 2
2026-03-30 06:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb751e10-7bc0-53a7-983b-63764f699a3c with scrape type 2
2026-03-30 06:24:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb751e10-7bc0-53a7-983b-63764f699a3c, identifier: AM65%20KAR
2026-03-30 06:24:57 [bca.uk] INFO: Found listing with ID: YC70%20CCJ
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC70%2520CCJ%27 HTTP/1.1" 200 None
2026-03-30 06:24:57 [bca.uk] INFO: Scrape type for YC70%20CCJ: 2
2026-03-30 06:24:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d012ee21-710f-50b6-9c5c-da2e7621ea48 with identifier: YC70%20CCJ
2026-03-30 06:24:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d012ee21-710f-50b6-9c5c-da2e7621ea48 with scrape type 2
2026-03-30 06:24:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d012ee21-710f-50b6-9c5c-da2e7621ea48 with scrape type 2
2026-03-30 06:24:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d012ee21-710f-50b6-9c5c-da2e7621ea48, identifier: YC70%20CCJ
2026-03-30 06:24:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c36b7cbc-4ca7-577d-9216-96cf90f2270c with identifier: KN75%20BJO
2026-03-30 06:24:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c36b7cbc-4ca7-577d-9216-96cf90f2270c with identifier: KN75%20BJO
2026-03-30 06:24:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c36b7cbc-4ca7-577d-9216-96cf90f2270c with identifier: KN75%20BJO to the API
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20BJO-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c36b7cbc-4ca7-577d-9216-96cf90f2270c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 BJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20BJO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 4256,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 63000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ8T4559915',
 'year': 2025}
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BJO%27 HTTP/1.1" 200 None
2026-03-30 06:24:57 [bca.uk] INFO: Saving data for KN75%20BJO: {'auction_closing_time': 1775026800.0, 'created_time': 1774015871.071204, 'last_price_update_time': 1774851897.95198}
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520BJO') HTTP/1.1" 204 0
2026-03-30 06:24:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1daa53a0-b475-597a-858b-3054d4353db6 with identifier: RE71%20XTN
2026-03-30 06:24:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1daa53a0-b475-597a-858b-3054d4353db6 with identifier: RE71%20XTN
2026-03-30 06:24:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1daa53a0-b475-597a-858b-3054d4353db6 with identifier: RE71%20XTN to the API
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE71%20XTN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1daa53a0-b475-597a-858b-3054d4353db6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE71 XTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE71%20XTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'SSANGYONG',
 'model': 'KORANDO E-M',
 'odometer': 4469,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SSANGYONG KORANDO E-M 140KW 61.5KWH ULTIMATE StationWagon',
 'transmission': 'automatic',
 'trim': '140KW 61.5KWH ULTIMATE',
 'vin': 'KPT90A11SMP000122',
 'year': 2021}
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520XTN%27 HTTP/1.1" 200 None
2026-03-30 06:24:58 [bca.uk] INFO: Saving data for RE71%20XTN: {'auction_closing_time': 1775037600.0, 'created_time': 1773823168.261085, 'last_price_update_time': 1774851898.256801}
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE71%2520XTN') HTTP/1.1" 204 0
2026-03-30 06:24:58 [bca.uk] INFO: Found listing with ID: LS74%20FOP
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520FOP%27 HTTP/1.1" 200 None
2026-03-30 06:24:58 [bca.uk] INFO: Scrape type for LS74%20FOP: 2
2026-03-30 06:24:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69d7ef2f-950b-5d06-9555-d9dd2235ae58 with identifier: LS74%20FOP
2026-03-30 06:24:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69d7ef2f-950b-5d06-9555-d9dd2235ae58 with scrape type 2
2026-03-30 06:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69d7ef2f-950b-5d06-9555-d9dd2235ae58 with scrape type 2
2026-03-30 06:24:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69d7ef2f-950b-5d06-9555-d9dd2235ae58, identifier: LS74%20FOP
2026-03-30 06:24:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb751e10-7bc0-53a7-983b-63764f699a3c with identifier: AM65%20KAR
2026-03-30 06:24:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb751e10-7bc0-53a7-983b-63764f699a3c with identifier: AM65%20KAR
2026-03-30 06:24:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb751e10-7bc0-53a7-983b-63764f699a3c with identifier: AM65%20KAR to the API
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 265,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AM65%20KAR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eb751e10-7bc0-53a7-983b-63764f699a3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AM65 KAR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AM65%20KAR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'S63 AMG',
 'odometer': 52199,
 'odometer_reading_unit': '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 S63 AMG 4.0 (612) MCT9 Coupe',
 'transmission': 'automatic',
 'trim': '(612) MCT9',
 'vin': 'W1K2173872A050163',
 'year': 2020}
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM65%2520KAR%27 HTTP/1.1" 200 None
2026-03-30 06:24:58 [bca.uk] INFO: Saving data for AM65%20KAR: {'auction_closing_time': 1775124000.0, 'created_time': 1774622214.412484, 'last_price_update_time': 1774851898.650199}
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AM65%2520KAR') HTTP/1.1" 204 0
2026-03-30 06:24:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d012ee21-710f-50b6-9c5c-da2e7621ea48 with identifier: YC70%20CCJ
2026-03-30 06:24:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d012ee21-710f-50b6-9c5c-da2e7621ea48 with identifier: YC70%20CCJ
2026-03-30 06:24:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d012ee21-710f-50b6-9c5c-da2e7621ea48 with identifier: YC70%20CCJ to the API
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 181,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC70%20CCJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd012ee21-710f-50b6-9c5c-da2e7621ea48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC70 CCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC70%20CCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 70025,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 LEADER Dropside',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 LEADER',
 'vin': 'WF0AXXTTRAKP50839',
 'year': 2020}
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC70%2520CCJ%27 HTTP/1.1" 200 None
2026-03-30 06:24:58 [bca.uk] INFO: Saving data for YC70%20CCJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774264072.396776, 'last_price_update_time': 1774851898.952873}
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC70%2520CCJ') HTTP/1.1" 204 0
2026-03-30 06:24:58 [bca.uk] INFO: Found listing with ID: HK73%20YBS
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520YBS%27 HTTP/1.1" 200 None
2026-03-30 06:24:58 [bca.uk] INFO: Scrape type for HK73%20YBS: 2
2026-03-30 06:24:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7a35250-1b92-5bd8-92c5-99f16c708f34 with identifier: HK73%20YBS
2026-03-30 06:24:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7a35250-1b92-5bd8-92c5-99f16c708f34 with scrape type 2
2026-03-30 06:24:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7a35250-1b92-5bd8-92c5-99f16c708f34 with scrape type 2
2026-03-30 06:24:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7a35250-1b92-5bd8-92c5-99f16c708f34, identifier: HK73%20YBS
2026-03-30 06:24:59 [bca.uk] INFO: Found listing with ID: WN19%20NKM
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN19%2520NKM%27 HTTP/1.1" 200 None
2026-03-30 06:24:59 [bca.uk] INFO: Scrape type for WN19%20NKM: 2
2026-03-30 06:24:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98f3a753-68dd-51a1-a50c-f0107bfe744d with identifier: WN19%20NKM
2026-03-30 06:24:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98f3a753-68dd-51a1-a50c-f0107bfe744d with scrape type 2
2026-03-30 06:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98f3a753-68dd-51a1-a50c-f0107bfe744d with scrape type 2
2026-03-30 06:24:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98f3a753-68dd-51a1-a50c-f0107bfe744d, identifier: WN19%20NKM
2026-03-30 06:24:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69d7ef2f-950b-5d06-9555-d9dd2235ae58 with identifier: LS74%20FOP
2026-03-30 06:24:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69d7ef2f-950b-5d06-9555-d9dd2235ae58 with identifier: LS74%20FOP
2026-03-30 06:24:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69d7ef2f-950b-5d06-9555-d9dd2235ae58 with identifier: LS74%20FOP to the API
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:24:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS74%20FOP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '69d7ef2f-950b-5d06-9555-d9dd2235ae58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS74 FOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS74%20FOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 14383,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250+ 140KW 70.5KWH SPORT EXECUTIVE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH SPORT EXECUTIVE',
 'vin': 'W1N9N0CB3SJ142354',
 'year': 2024}
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520FOP%27 HTTP/1.1" 200 None
2026-03-30 06:24:59 [bca.uk] INFO: Saving data for LS74%20FOP: {'auction_closing_time': 1774951200.0, 'created_time': 1774621208.83223, 'last_price_update_time': 1774851899.463643}
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS74%2520FOP') HTTP/1.1" 204 0
2026-03-30 06:24:59 [bca.uk] INFO: Found listing with ID: LT74%20FZJ
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT74%2520FZJ%27 HTTP/1.1" 200 None
2026-03-30 06:24:59 [bca.uk] INFO: Scrape type for LT74%20FZJ: 2
2026-03-30 06:24:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ee17f78-355d-5a70-bae2-a500201af124 with identifier: LT74%20FZJ
2026-03-30 06:24:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ee17f78-355d-5a70-bae2-a500201af124 with scrape type 2
2026-03-30 06:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ee17f78-355d-5a70-bae2-a500201af124 with scrape type 2
2026-03-30 06:24:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ee17f78-355d-5a70-bae2-a500201af124, identifier: LT74%20FZJ
2026-03-30 06:24:59 [bca.uk] INFO: Found listing with ID: EX69%20GCV
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520GCV%27 HTTP/1.1" 200 None
2026-03-30 06:24:59 [bca.uk] INFO: Scrape type for EX69%20GCV: 2
2026-03-30 06:24:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53463953-1984-5b53-a061-fb9f944760c9 with identifier: EX69%20GCV
2026-03-30 06:24:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53463953-1984-5b53-a061-fb9f944760c9 with scrape type 2
2026-03-30 06:24:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53463953-1984-5b53-a061-fb9f944760c9 with scrape type 2
2026-03-30 06:24:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53463953-1984-5b53-a061-fb9f944760c9, identifier: EX69%20GCV
2026-03-30 06:24:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7a35250-1b92-5bd8-92c5-99f16c708f34 with identifier: HK73%20YBS
2026-03-30 06:24:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7a35250-1b92-5bd8-92c5-99f16c708f34 with identifier: HK73%20YBS
2026-03-30 06:24:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7a35250-1b92-5bd8-92c5-99f16c708f34 with identifier: HK73%20YBS to the API
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:24:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK73%20YBS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c7a35250-1b92-5bd8-92c5-99f16c708f34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK73 YBS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK73%20YBS&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 11180,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PPT84058',
 'year': 2024}
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520YBS%27 HTTP/1.1" 200 None
2026-03-30 06:25:00 [bca.uk] INFO: Saving data for HK73%20YBS: {'auction_closing_time': 1774854000.0, 'created_time': 1774524529.312182, 'last_price_update_time': 1774851900.08941}
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK73%2520YBS') HTTP/1.1" 204 0
2026-03-30 06:25:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98f3a753-68dd-51a1-a50c-f0107bfe744d with identifier: WN19%20NKM
2026-03-30 06:25:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98f3a753-68dd-51a1-a50c-f0107bfe744d with identifier: WN19%20NKM
2026-03-30 06:25:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98f3a753-68dd-51a1-a50c-f0107bfe744d with identifier: WN19%20NKM to the API
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN19%20NKM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '98f3a753-68dd-51a1-a50c-f0107bfe744d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN19 NKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN19%20NKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 53049,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 1.5 T3 MOMENTUM StationWagon',
 'transmission': 'manual',
 'trim': 'T3 MOMENTUM',
 'vin': 'YV1XZ14V1K2132297',
 'year': 2019}
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN19%2520NKM%27 HTTP/1.1" 200 None
2026-03-30 06:25:00 [bca.uk] INFO: Saving data for WN19%20NKM: {'auction_closing_time': 1775037600.0, 'created_time': 1774621181.702792, 'last_price_update_time': 1774851900.410372}
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN19%2520NKM') HTTP/1.1" 204 0
2026-03-30 06:25:00 [bca.uk] INFO: Found listing with ID: MA23%20OHR
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520OHR%27 HTTP/1.1" 200 None
2026-03-30 06:25:00 [bca.uk] INFO: Scrape type for MA23%20OHR: 2
2026-03-30 06:25:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2102595a-fbee-5fa7-a82b-6a87dfc6479d with identifier: MA23%20OHR
2026-03-30 06:25:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2102595a-fbee-5fa7-a82b-6a87dfc6479d with scrape type 2
2026-03-30 06:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2102595a-fbee-5fa7-a82b-6a87dfc6479d with scrape type 2
2026-03-30 06:25:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2102595a-fbee-5fa7-a82b-6a87dfc6479d, identifier: MA23%20OHR
2026-03-30 06:25:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ee17f78-355d-5a70-bae2-a500201af124 with identifier: LT74%20FZJ
2026-03-30 06:25:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ee17f78-355d-5a70-bae2-a500201af124 with identifier: LT74%20FZJ
2026-03-30 06:25:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ee17f78-355d-5a70-bae2-a500201af124 with identifier: LT74%20FZJ to the API
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT74%20FZJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ee17f78-355d-5a70-bae2-a500201af124',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT74 FZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT74%20FZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 20637,
 'odometer_reading_unit': '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 D250 AWD X-DYNAMIC SE (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'D250 AWD X-DYNAMIC SE (5ST)',
 'vin': 'SALEA7AW8S2376573',
 'year': 2024}
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT74%2520FZJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:00 [bca.uk] INFO: Saving data for LT74%20FZJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774621735.176978, 'last_price_update_time': 1774851900.811962}
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT74%2520FZJ') HTTP/1.1" 204 0
2026-03-30 06:25:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53463953-1984-5b53-a061-fb9f944760c9 with identifier: EX69%20GCV
2026-03-30 06:25:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53463953-1984-5b53-a061-fb9f944760c9 with identifier: EX69%20GCV
2026-03-30 06:25:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53463953-1984-5b53-a061-fb9f944760c9 with identifier: EX69%20GCV to the API
2026-03-30 06:25:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX69%20GCV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '53463953-1984-5b53-a061-fb9f944760c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX69 GCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX69%20GCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'BERLINGO XL',
 'odometer': 116678,
 'odometer_reading_unit': '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 XL 1.5 B/HDI 100 950 ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 950 ENTERPRISE',
 'vin': 'VR7EFYHYCKJ867212',
 'year': 2020}
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520GCV%27 HTTP/1.1" 200 None
2026-03-30 06:25:01 [bca.uk] INFO: Saving data for EX69%20GCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774523194.77558, 'last_price_update_time': 1774851901.115648}
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX69%2520GCV') HTTP/1.1" 204 0
2026-03-30 06:25:01 [bca.uk] INFO: Found listing with ID: KY23%20LWF
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWF%27 HTTP/1.1" 200 None
2026-03-30 06:25:01 [bca.uk] INFO: Scrape type for KY23%20LWF: 2
2026-03-30 06:25:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22159611-cfc1-5292-8b4d-a961f096d05d with identifier: KY23%20LWF
2026-03-30 06:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22159611-cfc1-5292-8b4d-a961f096d05d with scrape type 2
2026-03-30 06:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22159611-cfc1-5292-8b4d-a961f096d05d with scrape type 2
2026-03-30 06:25:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22159611-cfc1-5292-8b4d-a961f096d05d, identifier: KY23%20LWF
2026-03-30 06:25:01 [bca.uk] INFO: Found listing with ID: MT15%20KFO
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520KFO%27 HTTP/1.1" 200 None
2026-03-30 06:25:01 [bca.uk] INFO: Scrape type for MT15%20KFO: 2
2026-03-30 06:25:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 411cab8c-0812-5662-8f90-534dd7922a02 with identifier: MT15%20KFO
2026-03-30 06:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 411cab8c-0812-5662-8f90-534dd7922a02 with scrape type 2
2026-03-30 06:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 411cab8c-0812-5662-8f90-534dd7922a02 with scrape type 2
2026-03-30 06:25:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 411cab8c-0812-5662-8f90-534dd7922a02, identifier: MT15%20KFO
2026-03-30 06:25:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2102595a-fbee-5fa7-a82b-6a87dfc6479d with identifier: MA23%20OHR
2026-03-30 06:25:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2102595a-fbee-5fa7-a82b-6a87dfc6479d with identifier: MA23%20OHR
2026-03-30 06:25:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2102595a-fbee-5fa7-a82b-6a87dfc6479d with identifier: MA23%20OHR to the API
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20OHR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2102595a-fbee-5fa7-a82b-6a87dfc6479d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA23 OHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20OHR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 22525,
 'odometer_reading_unit': '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': 'LRWYHCFS8PC727561',
 'year': 2023}
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520OHR%27 HTTP/1.1" 200 None
2026-03-30 06:25:01 [bca.uk] INFO: Saving data for MA23%20OHR: {'auction_closing_time': 1774951200.0, 'created_time': 1774621209.219705, 'last_price_update_time': 1774851901.637641}
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520OHR') HTTP/1.1" 204 0
2026-03-30 06:25:01 [bca.uk] INFO: Found listing with ID: YR23%20WZO
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520WZO%27 HTTP/1.1" 200 None
2026-03-30 06:25:01 [bca.uk] INFO: Scrape type for YR23%20WZO: 2
2026-03-30 06:25:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c81effc4-bf67-5b97-9f0e-339837fbcb16 with identifier: YR23%20WZO
2026-03-30 06:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c81effc4-bf67-5b97-9f0e-339837fbcb16 with scrape type 2
2026-03-30 06:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c81effc4-bf67-5b97-9f0e-339837fbcb16 with scrape type 2
2026-03-30 06:25:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c81effc4-bf67-5b97-9f0e-339837fbcb16, identifier: YR23%20WZO
2026-03-30 06:25:01 [bca.uk] INFO: Found listing with ID: SW67%20OGP
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW67%2520OGP%27 HTTP/1.1" 200 None
2026-03-30 06:25:01 [bca.uk] INFO: Scrape type for SW67%20OGP: 0
2026-03-30 06:25:01 [bca.uk] INFO: Found listing with ID: BK25%20PZS
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520PZS%27 HTTP/1.1" 200 None
2026-03-30 06:25:01 [bca.uk] INFO: Scrape type for BK25%20PZS: 2
2026-03-30 06:25:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06f9c5b8-1a14-5f20-b987-89d39e180d99 with identifier: BK25%20PZS
2026-03-30 06:25:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06f9c5b8-1a14-5f20-b987-89d39e180d99 with scrape type 2
2026-03-30 06:25:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06f9c5b8-1a14-5f20-b987-89d39e180d99 with scrape type 2
2026-03-30 06:25:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06f9c5b8-1a14-5f20-b987-89d39e180d99, identifier: BK25%20PZS
2026-03-30 06:25:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22159611-cfc1-5292-8b4d-a961f096d05d with identifier: KY23%20LWF
2026-03-30 06:25:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22159611-cfc1-5292-8b4d-a961f096d05d with identifier: KY23%20LWF
2026-03-30 06:25:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22159611-cfc1-5292-8b4d-a961f096d05d with identifier: KY23%20LWF to the API
2026-03-30 06:25:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY23%20LWF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '22159611-cfc1-5292-8b4d-a961f096d05d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY23 LWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY23%20LWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT TRUCKS',
 'model': 'MASTER 3T5 FWD',
 'odometer': 121737,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRUCKS MASTER 3T5 FWD 2.3 DCI 150 L3 H2 RED ED. PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 L3 H2 RED ED.',
 'vin': 'VF6MF000470286809',
 'year': 2023}
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWF%27 HTTP/1.1" 200 None
2026-03-30 06:25:02 [bca.uk] INFO: Saving data for KY23%20LWF: {'auction_closing_time': 1774854000.0, 'created_time': 1773935335.046391, 'last_price_update_time': 1774851902.196299}
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY23%2520LWF') HTTP/1.1" 204 0
2026-03-30 06:25:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 411cab8c-0812-5662-8f90-534dd7922a02 with identifier: MT15%20KFO
2026-03-30 06:25:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 411cab8c-0812-5662-8f90-534dd7922a02 with identifier: MT15%20KFO
2026-03-30 06:25:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 411cab8c-0812-5662-8f90-534dd7922a02 with identifier: MT15%20KFO to the API
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT15%20KFO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '411cab8c-0812-5662-8f90-534dd7922a02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT15 KFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT15%20KFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA TOURER',
 'odometer': 179682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA TOURER 2.0 CDTI E/F 140 DESIGN Estate',
 'transmission': 'manual',
 'trim': 'CDTI E/F 140 DESIGN',
 'vin': 'W0LGM8ES4F1051563',
 'year': 2015}
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520KFO%27 HTTP/1.1" 200 None
2026-03-30 06:25:02 [bca.uk] INFO: Saving data for MT15%20KFO: {'auction_closing_time': 1774951200.0, 'created_time': 1774621202.716993, 'last_price_update_time': 1774851902.530305}
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT15%2520KFO') HTTP/1.1" 204 0
2026-03-30 06:25:02 [bca.uk] INFO: Found listing with ID: RO69%20NWG
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520NWG%27 HTTP/1.1" 200 None
2026-03-30 06:25:02 [bca.uk] INFO: Scrape type for RO69%20NWG: 2
2026-03-30 06:25:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa473f20-2038-5934-857f-ad468f949241 with identifier: RO69%20NWG
2026-03-30 06:25:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa473f20-2038-5934-857f-ad468f949241 with scrape type 2
2026-03-30 06:25:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa473f20-2038-5934-857f-ad468f949241 with scrape type 2
2026-03-30 06:25:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa473f20-2038-5934-857f-ad468f949241, identifier: RO69%20NWG
2026-03-30 06:25:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c81effc4-bf67-5b97-9f0e-339837fbcb16 with identifier: YR23%20WZO
2026-03-30 06:25:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c81effc4-bf67-5b97-9f0e-339837fbcb16 with identifier: YR23%20WZO
2026-03-30 06:25:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c81effc4-bf67-5b97-9f0e-339837fbcb16 with identifier: YR23%20WZO to the API
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR23%20WZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c81effc4-bf67-5b97-9f0e-339837fbcb16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR23 WZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR23%20WZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 22367,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q BLACK ED.',
 'vin': 'WAUZZZGE7PB016646',
 'year': 2023}
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520WZO%27 HTTP/1.1" 200 None
2026-03-30 06:25:03 [bca.uk] INFO: Saving data for YR23%20WZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774621720.764184, 'last_price_update_time': 1774851903.05379}
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR23%2520WZO') HTTP/1.1" 204 0
2026-03-30 06:25:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06f9c5b8-1a14-5f20-b987-89d39e180d99 with identifier: BK25%20PZS
2026-03-30 06:25:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06f9c5b8-1a14-5f20-b987-89d39e180d99 with identifier: BK25%20PZS
2026-03-30 06:25:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06f9c5b8-1a14-5f20-b987-89d39e180d99 with identifier: BK25%20PZS to the API
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK25%20PZS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '06f9c5b8-1a14-5f20-b987-89d39e180d99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK25 PZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK25%20PZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 9284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 MHEV 136 ALLURE E-DSC6 StationWagon',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY9RS167604',
 'year': 2025}
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520PZS%27 HTTP/1.1" 200 None
2026-03-30 06:25:03 [bca.uk] INFO: Saving data for BK25%20PZS: {'auction_closing_time': 1775124000.0, 'created_time': 1774621430.009317, 'last_price_update_time': 1774851903.362036}
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK25%2520PZS') HTTP/1.1" 204 0
2026-03-30 06:25:03 [bca.uk] INFO: Found listing with ID: KY23%20LWG
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWG%27 HTTP/1.1" 200 None
2026-03-30 06:25:03 [bca.uk] INFO: Scrape type for KY23%20LWG: 2
2026-03-30 06:25:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fad12306-2bdd-5acb-b775-50810848b8d5 with identifier: KY23%20LWG
2026-03-30 06:25:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fad12306-2bdd-5acb-b775-50810848b8d5 with scrape type 2
2026-03-30 06:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fad12306-2bdd-5acb-b775-50810848b8d5 with scrape type 2
2026-03-30 06:25:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fad12306-2bdd-5acb-b775-50810848b8d5, identifier: KY23%20LWG
2026-03-30 06:25:03 [bca.uk] INFO: Found listing with ID: LR22%20UZD
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520UZD%27 HTTP/1.1" 200 None
2026-03-30 06:25:03 [bca.uk] INFO: Scrape type for LR22%20UZD: 2
2026-03-30 06:25:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11997e82-2a30-5e2f-8740-91b60eaea162 with identifier: LR22%20UZD
2026-03-30 06:25:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11997e82-2a30-5e2f-8740-91b60eaea162 with scrape type 2
2026-03-30 06:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11997e82-2a30-5e2f-8740-91b60eaea162 with scrape type 2
2026-03-30 06:25:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11997e82-2a30-5e2f-8740-91b60eaea162, identifier: LR22%20UZD
2026-03-30 06:25:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa473f20-2038-5934-857f-ad468f949241 with identifier: RO69%20NWG
2026-03-30 06:25:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa473f20-2038-5934-857f-ad468f949241 with identifier: RO69%20NWG
2026-03-30 06:25:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa473f20-2038-5934-857f-ad468f949241 with identifier: RO69%20NWG to the API
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO69%20NWG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aa473f20-2038-5934-857f-ad468f949241',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO69 NWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO69%20NWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 D',
 'odometer': 58970,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 300 D 2.0 AMG LINE PREMIUM 4M 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'WDC2533192F706305',
 'year': 2019}
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520NWG%27 HTTP/1.1" 200 None
2026-03-30 06:25:03 [bca.uk] INFO: Saving data for RO69%20NWG: {'auction_closing_time': 1775124000.0, 'created_time': 1774621190.015834, 'last_price_update_time': 1774851903.893178}
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO69%2520NWG') HTTP/1.1" 204 0
2026-03-30 06:25:04 [bca.uk] INFO: Found listing with ID: LT09%20KBU
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT09%2520KBU%27 HTTP/1.1" 200 None
2026-03-30 06:25:04 [bca.uk] INFO: Scrape type for LT09%20KBU: 2
2026-03-30 06:25:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79ef55a6-3af4-51b7-b71a-99a09967256b with identifier: LT09%20KBU
2026-03-30 06:25:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79ef55a6-3af4-51b7-b71a-99a09967256b with scrape type 2
2026-03-30 06:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79ef55a6-3af4-51b7-b71a-99a09967256b with scrape type 2
2026-03-30 06:25:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79ef55a6-3af4-51b7-b71a-99a09967256b, identifier: LT09%20KBU
2026-03-30 06:25:04 [bca.uk] INFO: Found listing with ID: BN25%20XWD
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520XWD%27 HTTP/1.1" 200 None
2026-03-30 06:25:04 [bca.uk] INFO: Scrape type for BN25%20XWD: 2
2026-03-30 06:25:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 504959fb-9da2-5798-a759-00d7af151271 with identifier: BN25%20XWD
2026-03-30 06:25:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 504959fb-9da2-5798-a759-00d7af151271 with scrape type 2
2026-03-30 06:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 504959fb-9da2-5798-a759-00d7af151271 with scrape type 2
2026-03-30 06:25:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 504959fb-9da2-5798-a759-00d7af151271, identifier: BN25%20XWD
2026-03-30 06:25:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fad12306-2bdd-5acb-b775-50810848b8d5 with identifier: KY23%20LWG
2026-03-30 06:25:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fad12306-2bdd-5acb-b775-50810848b8d5 with identifier: KY23%20LWG
2026-03-30 06:25:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fad12306-2bdd-5acb-b775-50810848b8d5 with identifier: KY23%20LWG to the API
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY23%20LWG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fad12306-2bdd-5acb-b775-50810848b8d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY23 LWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY23%20LWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT TRUCKS',
 'model': 'MASTER 3T5 FWD',
 'odometer': 128374,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRUCKS MASTER 3T5 FWD 2.3 DCI 150 L3 H2 RED ED. PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 L3 H2 RED ED.',
 'vin': 'VF6MF000370286820',
 'year': 2023}
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWG%27 HTTP/1.1" 200 None
2026-03-30 06:25:04 [bca.uk] INFO: Saving data for KY23%20LWG: {'auction_closing_time': 1774854000.0, 'created_time': 1774477344.63025, 'last_price_update_time': 1774851904.569907}
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY23%2520LWG') HTTP/1.1" 204 0
2026-03-30 06:25:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11997e82-2a30-5e2f-8740-91b60eaea162 with identifier: LR22%20UZD
2026-03-30 06:25:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11997e82-2a30-5e2f-8740-91b60eaea162 with identifier: LR22%20UZD
2026-03-30 06:25:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11997e82-2a30-5e2f-8740-91b60eaea162 with identifier: LR22%20UZD to the API
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR22%20UZD-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': '11997e82-2a30-5e2f-8740-91b60eaea162',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR22 UZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR22%20UZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 29997,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV INSCRIPTION StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV INSCRIPTION',
 'vin': 'YV1XZBWVFN2747203',
 'year': 2022}
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520UZD%27 HTTP/1.1" 200 None
2026-03-30 06:25:04 [bca.uk] INFO: Saving data for LR22%20UZD: {'auction_closing_time': 1775037600.0, 'created_time': 1774621203.531803, 'last_price_update_time': 1774851904.880952}
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520UZD') HTTP/1.1" 204 0
2026-03-30 06:25:04 [bca.uk] INFO: Found listing with ID: CA72%20AUT
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520AUT%27 HTTP/1.1" 200 None
2026-03-30 06:25:04 [bca.uk] INFO: Scrape type for CA72%20AUT: 2
2026-03-30 06:25:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 914013e6-bd5d-5c30-8989-2b7c7efca932 with identifier: CA72%20AUT
2026-03-30 06:25:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 914013e6-bd5d-5c30-8989-2b7c7efca932 with scrape type 2
2026-03-30 06:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 914013e6-bd5d-5c30-8989-2b7c7efca932 with scrape type 2
2026-03-30 06:25:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 914013e6-bd5d-5c30-8989-2b7c7efca932, identifier: CA72%20AUT
2026-03-30 06:25:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79ef55a6-3af4-51b7-b71a-99a09967256b with identifier: LT09%20KBU
2026-03-30 06:25:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79ef55a6-3af4-51b7-b71a-99a09967256b with identifier: LT09%20KBU
2026-03-30 06:25:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79ef55a6-3af4-51b7-b71a-99a09967256b with identifier: LT09%20KBU to the API
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT09%20KBU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '79ef55a6-3af4-51b7-b71a-99a09967256b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT09 KBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT09%20KBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'SL350',
 'odometer': 40687,
 '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 SL350 3.5 TIP Convertible',
 'transmission': 'manual',
 'trim': 'TIP',
 'vin': 'WDB2304582F155850',
 'year': 2009}
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT09%2520KBU%27 HTTP/1.1" 200 None
2026-03-30 06:25:05 [bca.uk] INFO: Saving data for LT09%20KBU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621325.823272, 'last_price_update_time': 1774851905.288584}
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT09%2520KBU') HTTP/1.1" 204 0
2026-03-30 06:25:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 504959fb-9da2-5798-a759-00d7af151271 with identifier: BN25%20XWD
2026-03-30 06:25:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 504959fb-9da2-5798-a759-00d7af151271 with identifier: BN25%20XWD
2026-03-30 06:25:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 504959fb-9da2-5798-a759-00d7af151271 with identifier: BN25%20XWD to the API
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20XWD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '504959fb-9da2-5798-a759-00d7af151271',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 XWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20XWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 21714,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VR3USHNS2SJ526095',
 'year': 2025}
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520XWD%27 HTTP/1.1" 200 None
2026-03-30 06:25:05 [bca.uk] INFO: Saving data for BN25%20XWD: {'auction_closing_time': 1775124000.0, 'created_time': 1774621423.669906, 'last_price_update_time': 1774851905.6061}
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520XWD') HTTP/1.1" 204 0
2026-03-30 06:25:05 [bca.uk] INFO: Found listing with ID: LG69%20RDZ
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG69%2520RDZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:05 [bca.uk] INFO: Scrape type for LG69%20RDZ: 2
2026-03-30 06:25:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dc14c44-f598-5d3e-832e-5f28e9bf9099 with identifier: LG69%20RDZ
2026-03-30 06:25:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dc14c44-f598-5d3e-832e-5f28e9bf9099 with scrape type 2
2026-03-30 06:25:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dc14c44-f598-5d3e-832e-5f28e9bf9099 with scrape type 2
2026-03-30 06:25:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2dc14c44-f598-5d3e-832e-5f28e9bf9099, identifier: LG69%20RDZ
2026-03-30 06:25:05 [bca.uk] INFO: Found listing with ID: RE63%20KKR
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE63%2520KKR%27 HTTP/1.1" 200 None
2026-03-30 06:25:05 [bca.uk] INFO: Scrape type for RE63%20KKR: 2
2026-03-30 06:25:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf51d08e-64b7-5b34-83b6-dbc9bd98708f with identifier: RE63%20KKR
2026-03-30 06:25:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf51d08e-64b7-5b34-83b6-dbc9bd98708f with scrape type 2
2026-03-30 06:25:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf51d08e-64b7-5b34-83b6-dbc9bd98708f with scrape type 2
2026-03-30 06:25:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf51d08e-64b7-5b34-83b6-dbc9bd98708f, identifier: RE63%20KKR
2026-03-30 06:25:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 914013e6-bd5d-5c30-8989-2b7c7efca932 with identifier: CA72%20AUT
2026-03-30 06:25:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 914013e6-bd5d-5c30-8989-2b7c7efca932 with identifier: CA72%20AUT
2026-03-30 06:25:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 914013e6-bd5d-5c30-8989-2b7c7efca932 with identifier: CA72%20AUT to the API
2026-03-30 06:25:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA72%20AUT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '914013e6-bd5d-5c30-8989-2b7c7efca932',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA72 AUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA72%20AUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'CITROEN',
 'model': 'C3 AIRCROSS',
 'odometer': 8501,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 AIRCROSS 1.2 P/T 110 SHINE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 SHINE PLUS',
 'vin': 'VF72RHNPMN4354321',
 'year': 2022}
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520AUT%27 HTTP/1.1" 200 None
2026-03-30 06:25:06 [bca.uk] INFO: Saving data for CA72%20AUT: {'auction_closing_time': 1774951200.0, 'created_time': 1774621190.781918, 'last_price_update_time': 1774851906.143997}
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520AUT') HTTP/1.1" 204 0
2026-03-30 06:25:06 [bca.uk] INFO: Found listing with ID: SD14%20DZH
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520DZH%27 HTTP/1.1" 200 None
2026-03-30 06:25:06 [bca.uk] INFO: Scrape type for SD14%20DZH: 0
2026-03-30 06:25:06 [bca.uk] INFO: Found listing with ID: BK64%20KVG
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK64%2520KVG%27 HTTP/1.1" 200 None
2026-03-30 06:25:06 [bca.uk] INFO: Scrape type for BK64%20KVG: 2
2026-03-30 06:25:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebc9683d-0f86-5a54-abe7-88130e52d009 with identifier: BK64%20KVG
2026-03-30 06:25:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebc9683d-0f86-5a54-abe7-88130e52d009 with scrape type 2
2026-03-30 06:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebc9683d-0f86-5a54-abe7-88130e52d009 with scrape type 2
2026-03-30 06:25:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebc9683d-0f86-5a54-abe7-88130e52d009, identifier: BK64%20KVG
2026-03-30 06:25:06 [bca.uk] INFO: Found listing with ID: BN25%20YFM
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520YFM%27 HTTP/1.1" 200 None
2026-03-30 06:25:06 [bca.uk] INFO: Scrape type for BN25%20YFM: 2
2026-03-30 06:25:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c6e0784-ced4-5f81-952c-f83f46164d2b with identifier: BN25%20YFM
2026-03-30 06:25:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c6e0784-ced4-5f81-952c-f83f46164d2b with scrape type 2
2026-03-30 06:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c6e0784-ced4-5f81-952c-f83f46164d2b with scrape type 2
2026-03-30 06:25:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c6e0784-ced4-5f81-952c-f83f46164d2b, identifier: BN25%20YFM
2026-03-30 06:25:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2dc14c44-f598-5d3e-832e-5f28e9bf9099 with identifier: LG69%20RDZ
2026-03-30 06:25:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2dc14c44-f598-5d3e-832e-5f28e9bf9099 with identifier: LG69%20RDZ
2026-03-30 06:25:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2dc14c44-f598-5d3e-832e-5f28e9bf9099 with identifier: LG69%20RDZ to the API
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG69%20RDZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2dc14c44-f598-5d3e-832e-5f28e9bf9099',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG69 RDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG69%20RDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 112082,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYKS00081',
 'year': 2019}
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG69%2520RDZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:06 [bca.uk] INFO: Saving data for LG69%20RDZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774523472.879982, 'last_price_update_time': 1774851906.676965}
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG69%2520RDZ') HTTP/1.1" 204 0
2026-03-30 06:25:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf51d08e-64b7-5b34-83b6-dbc9bd98708f with identifier: RE63%20KKR
2026-03-30 06:25:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf51d08e-64b7-5b34-83b6-dbc9bd98708f with identifier: RE63%20KKR
2026-03-30 06:25:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf51d08e-64b7-5b34-83b6-dbc9bd98708f with identifier: RE63%20KKR to the API
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE63%20KKR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bf51d08e-64b7-5b34-83b6-dbc9bd98708f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE63 KKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE63%20KKR&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLVO',
 'model': 'V60 SPORTWAGON',
 'odometer': 34682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLVO V60 SPORTWAGON 1.6 T4 (NON UK) P/SHIFT Estate',
 'transmission': 'automatic',
 'trim': 'T4 (NON UK) P/SHIFT',
 'vin': 'YV1FW485BE1174214',
 'year': 2025}
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE63%2520KKR%27 HTTP/1.1" 200 None
2026-03-30 06:25:06 [bca.uk] INFO: Saving data for RE63%20KKR: {'auction_closing_time': 1775037600.0, 'created_time': 1773823218.506988, 'last_price_update_time': 1774851906.989354}
2026-03-30 06:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE63%2520KKR') HTTP/1.1" 204 0
2026-03-30 06:25:07 [bca.uk] INFO: Found listing with ID: FL71%20JOU
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520JOU%27 HTTP/1.1" 200 None
2026-03-30 06:25:07 [bca.uk] INFO: Scrape type for FL71%20JOU: 2
2026-03-30 06:25:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33335cbb-e921-581c-b0e3-ee41f555fb55 with identifier: FL71%20JOU
2026-03-30 06:25:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33335cbb-e921-581c-b0e3-ee41f555fb55 with scrape type 2
2026-03-30 06:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33335cbb-e921-581c-b0e3-ee41f555fb55 with scrape type 2
2026-03-30 06:25:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33335cbb-e921-581c-b0e3-ee41f555fb55, identifier: FL71%20JOU
2026-03-30 06:25:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebc9683d-0f86-5a54-abe7-88130e52d009 with identifier: BK64%20KVG
2026-03-30 06:25:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebc9683d-0f86-5a54-abe7-88130e52d009 with identifier: BK64%20KVG
2026-03-30 06:25:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebc9683d-0f86-5a54-abe7-88130e52d009 with identifier: BK64%20KVG to the API
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK64%20KVG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ebc9683d-0f86-5a54-abe7-88130e52d009',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK64 KVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK64%20KVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 111729,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.6 E-HDI A/D DSTYLE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'E-HDI A/D DSTYLE PLUS',
 'vin': 'VF7SA9HPKEW634648',
 'year': 2014}
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK64%2520KVG%27 HTTP/1.1" 200 None
2026-03-30 06:25:07 [bca.uk] INFO: Saving data for BK64%20KVG: {'auction_closing_time': 1775037600.0, 'created_time': 1774563124.350671, 'last_price_update_time': 1774851907.398029}
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK64%2520KVG') HTTP/1.1" 204 0
2026-03-30 06:25:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c6e0784-ced4-5f81-952c-f83f46164d2b with identifier: BN25%20YFM
2026-03-30 06:25:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c6e0784-ced4-5f81-952c-f83f46164d2b with identifier: BN25%20YFM
2026-03-30 06:25:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c6e0784-ced4-5f81-952c-f83f46164d2b with identifier: BN25%20YFM to the API
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20YFM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2c6e0784-ced4-5f81-952c-f83f46164d2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 YFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20YFM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 22764,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VR3USHNS9SJ526658',
 'year': 2025}
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520YFM%27 HTTP/1.1" 200 None
2026-03-30 06:25:07 [bca.uk] INFO: Saving data for BN25%20YFM: {'auction_closing_time': 1775124000.0, 'created_time': 1774621423.301436, 'last_price_update_time': 1774851907.681972}
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520YFM') HTTP/1.1" 204 0
2026-03-30 06:25:07 [bca.uk] INFO: Found listing with ID: LL22%20LHT
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520LHT%27 HTTP/1.1" 200 None
2026-03-30 06:25:07 [bca.uk] INFO: Scrape type for LL22%20LHT: 2
2026-03-30 06:25:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e67f276-c37b-5e5c-b9db-ae93b00b8f48 with identifier: LL22%20LHT
2026-03-30 06:25:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e67f276-c37b-5e5c-b9db-ae93b00b8f48 with scrape type 2
2026-03-30 06:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e67f276-c37b-5e5c-b9db-ae93b00b8f48 with scrape type 2
2026-03-30 06:25:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e67f276-c37b-5e5c-b9db-ae93b00b8f48, identifier: LL22%20LHT
2026-03-30 06:25:07 [bca.uk] INFO: Found listing with ID: RA24%20DYB
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA24%2520DYB%27 HTTP/1.1" 200 None
2026-03-30 06:25:07 [bca.uk] INFO: Scrape type for RA24%20DYB: 2
2026-03-30 06:25:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb736181-60b6-506d-af2c-b5296368a061 with identifier: RA24%20DYB
2026-03-30 06:25:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb736181-60b6-506d-af2c-b5296368a061 with scrape type 2
2026-03-30 06:25:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb736181-60b6-506d-af2c-b5296368a061 with scrape type 2
2026-03-30 06:25:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb736181-60b6-506d-af2c-b5296368a061, identifier: RA24%20DYB
2026-03-30 06:25:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33335cbb-e921-581c-b0e3-ee41f555fb55 with identifier: FL71%20JOU
2026-03-30 06:25:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33335cbb-e921-581c-b0e3-ee41f555fb55 with identifier: FL71%20JOU
2026-03-30 06:25:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33335cbb-e921-581c-b0e3-ee41f555fb55 with identifier: FL71%20JOU to the API
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL71%20JOU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '33335cbb-e921-581c-b0e3-ee41f555fb55',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL71 JOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL71%20JOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 92607,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 2.0 VVT-I HYBRID DESIGN Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID DESIGN',
 'vin': 'SB1Z53BE40E083099',
 'year': 2021}
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520JOU%27 HTTP/1.1" 200 None
2026-03-30 06:25:08 [bca.uk] INFO: Saving data for FL71%20JOU: {'auction_closing_time': 1774951200.0, 'created_time': 1774016655.118796, 'last_price_update_time': 1774851908.223494}
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL71%2520JOU') HTTP/1.1" 204 0
2026-03-30 06:25:08 [bca.uk] INFO: Found listing with ID: WF12%20XNJ
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF12%2520XNJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:08 [bca.uk] INFO: Scrape type for WF12%20XNJ: 2
2026-03-30 06:25:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb83cd00-bcfb-564b-949d-6256ca1e68f8 with identifier: WF12%20XNJ
2026-03-30 06:25:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb83cd00-bcfb-564b-949d-6256ca1e68f8 with scrape type 2
2026-03-30 06:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb83cd00-bcfb-564b-949d-6256ca1e68f8 with scrape type 2
2026-03-30 06:25:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb83cd00-bcfb-564b-949d-6256ca1e68f8, identifier: WF12%20XNJ
2026-03-30 06:25:08 [bca.uk] INFO: Found listing with ID: BP71%20FXE
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP71%2520FXE%27 HTTP/1.1" 200 None
2026-03-30 06:25:08 [bca.uk] INFO: Scrape type for BP71%20FXE: 2
2026-03-30 06:25:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ed07da2-9927-5e7e-bd60-b266cf7b09b1 with identifier: BP71%20FXE
2026-03-30 06:25:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ed07da2-9927-5e7e-bd60-b266cf7b09b1 with scrape type 2
2026-03-30 06:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ed07da2-9927-5e7e-bd60-b266cf7b09b1 with scrape type 2
2026-03-30 06:25:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ed07da2-9927-5e7e-bd60-b266cf7b09b1, identifier: BP71%20FXE
2026-03-30 06:25:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e67f276-c37b-5e5c-b9db-ae93b00b8f48 with identifier: LL22%20LHT
2026-03-30 06:25:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e67f276-c37b-5e5c-b9db-ae93b00b8f48 with identifier: LL22%20LHT
2026-03-30 06:25:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e67f276-c37b-5e5c-b9db-ae93b00b8f48 with identifier: LL22%20LHT to the API
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL22%20LHT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e67f276-c37b-5e5c-b9db-ae93b00b8f48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL22 LHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL22%20LHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 22454,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL20 4X4 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DL20 4X4',
 'vin': 'MPATFS87JMT016147',
 'year': 2022}
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520LHT%27 HTTP/1.1" 200 None
2026-03-30 06:25:08 [bca.uk] INFO: Saving data for LL22%20LHT: {'auction_closing_time': 1774854000.0, 'created_time': 1774523452.44882, 'last_price_update_time': 1774851908.832091}
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL22%2520LHT') HTTP/1.1" 204 0
2026-03-30 06:25:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb736181-60b6-506d-af2c-b5296368a061 with identifier: RA24%20DYB
2026-03-30 06:25:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb736181-60b6-506d-af2c-b5296368a061 with identifier: RA24%20DYB
2026-03-30 06:25:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb736181-60b6-506d-af2c-b5296368a061 with identifier: RA24%20DYB to the API
2026-03-30 06:25:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA24%20DYB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bb736181-60b6-506d-af2c-b5296368a061',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA24 DYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA24%20DYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'KGM MOTORS',
 'model': 'TORRES EVX',
 'odometer': 9250,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'KGM MOTORS TORRES EVX 152KW 73KWH K40 StationWagon',
 'transmission': 'automatic',
 'trim': '152KW 73KWH K40',
 'vin': 'KPT10A128RP003902',
 'year': 2024}
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA24%2520DYB%27 HTTP/1.1" 200 None
2026-03-30 06:25:09 [bca.uk] INFO: Saving data for RA24%20DYB: {'auction_closing_time': 1775037600.0, 'created_time': 1773823219.811984, 'last_price_update_time': 1774851909.117689}
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA24%2520DYB') HTTP/1.1" 204 0
2026-03-30 06:25:09 [bca.uk] INFO: Found listing with ID: GJ23%20WEV
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520WEV%27 HTTP/1.1" 200 None
2026-03-30 06:25:09 [bca.uk] INFO: Scrape type for GJ23%20WEV: 2
2026-03-30 06:25:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cd5f350-7d82-5bc4-9b44-fcf023e0d4dd with identifier: GJ23%20WEV
2026-03-30 06:25:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cd5f350-7d82-5bc4-9b44-fcf023e0d4dd with scrape type 2
2026-03-30 06:25:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cd5f350-7d82-5bc4-9b44-fcf023e0d4dd with scrape type 2
2026-03-30 06:25:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cd5f350-7d82-5bc4-9b44-fcf023e0d4dd, identifier: GJ23%20WEV
2026-03-30 06:25:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb83cd00-bcfb-564b-949d-6256ca1e68f8 with identifier: WF12%20XNJ
2026-03-30 06:25:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb83cd00-bcfb-564b-949d-6256ca1e68f8 with identifier: WF12%20XNJ
2026-03-30 06:25:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb83cd00-bcfb-564b-949d-6256ca1e68f8 with identifier: WF12%20XNJ to the API
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF12%20XNJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb83cd00-bcfb-564b-949d-6256ca1e68f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF12 XNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF12%20XNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 65259,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.3 CDTI E/F ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI E/F ACTIVE',
 'vin': 'W0L0SDL08C6084611',
 'year': 2012}
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF12%2520XNJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:09 [bca.uk] INFO: Saving data for WF12%20XNJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774563126.377124, 'last_price_update_time': 1774851909.564178}
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF12%2520XNJ') HTTP/1.1" 204 0
2026-03-30 06:25:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ed07da2-9927-5e7e-bd60-b266cf7b09b1 with identifier: BP71%20FXE
2026-03-30 06:25:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ed07da2-9927-5e7e-bd60-b266cf7b09b1 with identifier: BP71%20FXE
2026-03-30 06:25:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ed07da2-9927-5e7e-bd60-b266cf7b09b1 with identifier: BP71%20FXE to the API
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP71%20FXE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ed07da2-9927-5e7e-bd60-b266cf7b09b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP71 FXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP71%20FXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 29395,
 'odometer_reading_unit': '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 2008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3USHNSSMJ940932',
 'year': 2022}
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP71%2520FXE%27 HTTP/1.1" 200 None
2026-03-30 06:25:09 [bca.uk] INFO: Saving data for BP71%20FXE: {'auction_closing_time': 1775124000.0, 'created_time': 1774621424.722305, 'last_price_update_time': 1774851909.84918}
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP71%2520FXE') HTTP/1.1" 204 0
2026-03-30 06:25:09 [bca.uk] INFO: Found listing with ID: PK67%20EHF
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520EHF%27 HTTP/1.1" 200 None
2026-03-30 06:25:09 [bca.uk] INFO: Scrape type for PK67%20EHF: 2
2026-03-30 06:25:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37fc11af-a694-50d7-b881-679d4ee285da with identifier: PK67%20EHF
2026-03-30 06:25:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37fc11af-a694-50d7-b881-679d4ee285da with scrape type 2
2026-03-30 06:25:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37fc11af-a694-50d7-b881-679d4ee285da with scrape type 2
2026-03-30 06:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37fc11af-a694-50d7-b881-679d4ee285da, identifier: PK67%20EHF
2026-03-30 06:25:10 [bca.uk] INFO: Found listing with ID: RO21%20UGR
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO21%2520UGR%27 HTTP/1.1" 200 None
2026-03-30 06:25:10 [bca.uk] INFO: Scrape type for RO21%20UGR: 2
2026-03-30 06:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef23d91a-57f5-5c9e-bafb-bd9c664ba50f with identifier: RO21%20UGR
2026-03-30 06:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef23d91a-57f5-5c9e-bafb-bd9c664ba50f with scrape type 2
2026-03-30 06:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef23d91a-57f5-5c9e-bafb-bd9c664ba50f with scrape type 2
2026-03-30 06:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef23d91a-57f5-5c9e-bafb-bd9c664ba50f, identifier: RO21%20UGR
2026-03-30 06:25:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cd5f350-7d82-5bc4-9b44-fcf023e0d4dd with identifier: GJ23%20WEV
2026-03-30 06:25:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cd5f350-7d82-5bc4-9b44-fcf023e0d4dd with identifier: GJ23%20WEV
2026-03-30 06:25:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cd5f350-7d82-5bc4-9b44-fcf023e0d4dd with identifier: GJ23%20WEV to the API
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0cd5f350-7d82-5bc4-9b44-fcf023e0d4dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ23 WEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ23%20WEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 42830,
 'odometer_reading_unit': '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 ENYAQ 150KW 82KWH 80 ECOSUITE(125KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 82KWH 80 ECOSUITE(125KC)',
 'vin': 'TMBKC7NY8PF032807',
 'year': 2023}
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520WEV%27 HTTP/1.1" 200 None
2026-03-30 06:25:10 [bca.uk] INFO: Saving data for GJ23%20WEV: {'auction_closing_time': 1775037600.0, 'created_time': 1774621174.630305, 'last_price_update_time': 1774851910.41495}
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ23%2520WEV') HTTP/1.1" 204 0
2026-03-30 06:25:10 [bca.uk] INFO: Found listing with ID: HJ73%20URE
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520URE%27 HTTP/1.1" 200 None
2026-03-30 06:25:10 [bca.uk] INFO: Scrape type for HJ73%20URE: 2
2026-03-30 06:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbdfda41-2e9a-5ece-9000-f93bb3a59731 with identifier: HJ73%20URE
2026-03-30 06:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbdfda41-2e9a-5ece-9000-f93bb3a59731 with scrape type 2
2026-03-30 06:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbdfda41-2e9a-5ece-9000-f93bb3a59731 with scrape type 2
2026-03-30 06:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbdfda41-2e9a-5ece-9000-f93bb3a59731, identifier: HJ73%20URE
2026-03-30 06:25:10 [bca.uk] INFO: Found listing with ID: LM24%20ETV
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM24%2520ETV%27 HTTP/1.1" 200 None
2026-03-30 06:25:10 [bca.uk] INFO: Scrape type for LM24%20ETV: 2
2026-03-30 06:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84eb1c76-a6ab-52f0-a5c5-5c92ddcddd31 with identifier: LM24%20ETV
2026-03-30 06:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84eb1c76-a6ab-52f0-a5c5-5c92ddcddd31 with scrape type 2
2026-03-30 06:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84eb1c76-a6ab-52f0-a5c5-5c92ddcddd31 with scrape type 2
2026-03-30 06:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84eb1c76-a6ab-52f0-a5c5-5c92ddcddd31, identifier: LM24%20ETV
2026-03-30 06:25:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37fc11af-a694-50d7-b881-679d4ee285da with identifier: PK67%20EHF
2026-03-30 06:25:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37fc11af-a694-50d7-b881-679d4ee285da with identifier: PK67%20EHF
2026-03-30 06:25:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37fc11af-a694-50d7-b881-679d4ee285da with identifier: PK67%20EHF to the API
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK67%20EHF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '37fc11af-a694-50d7-b881-679d4ee285da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK67 EHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK67%20EHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 98683,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 TDCI 120 TITANIUM P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'TDCI 120 TITANIUM P/S',
 'vin': 'WF05XXGCC5HR89288',
 'year': 2017}
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520EHF%27 HTTP/1.1" 200 None
2026-03-30 06:25:10 [bca.uk] INFO: Saving data for PK67%20EHF: {'auction_closing_time': 1775124000.0, 'created_time': 1774477128.093339, 'last_price_update_time': 1774851910.922433}
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK67%2520EHF') HTTP/1.1" 204 0
2026-03-30 06:25:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef23d91a-57f5-5c9e-bafb-bd9c664ba50f with identifier: RO21%20UGR
2026-03-30 06:25:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef23d91a-57f5-5c9e-bafb-bd9c664ba50f with identifier: RO21%20UGR
2026-03-30 06:25:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef23d91a-57f5-5c9e-bafb-bd9c664ba50f with identifier: RO21%20UGR to the API
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO21%20UGR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ef23d91a-57f5-5c9e-bafb-bd9c664ba50f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO21 UGR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO21%20UGR&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 21814,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 136 48V 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 136 48V 2 ISG',
 'vin': 'U5YPH812LML042813',
 'year': 2021}
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO21%2520UGR%27 HTTP/1.1" 200 None
2026-03-30 06:25:11 [bca.uk] INFO: Saving data for RO21%20UGR: {'auction_closing_time': 1775037600.0, 'created_time': 1773823151.369796, 'last_price_update_time': 1774851911.268228}
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO21%2520UGR') HTTP/1.1" 204 0
2026-03-30 06:25:11 [bca.uk] INFO: Found listing with ID: VE71%20ZFR
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520ZFR%27 HTTP/1.1" 200 None
2026-03-30 06:25:11 [bca.uk] INFO: Scrape type for VE71%20ZFR: 2
2026-03-30 06:25:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 649e21c2-4d15-5e2f-b2d4-741d05df52c5 with identifier: VE71%20ZFR
2026-03-30 06:25:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 649e21c2-4d15-5e2f-b2d4-741d05df52c5 with scrape type 2
2026-03-30 06:25:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 649e21c2-4d15-5e2f-b2d4-741d05df52c5 with scrape type 2
2026-03-30 06:25:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 649e21c2-4d15-5e2f-b2d4-741d05df52c5, identifier: VE71%20ZFR
2026-03-30 06:25:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbdfda41-2e9a-5ece-9000-f93bb3a59731 with identifier: HJ73%20URE
2026-03-30 06:25:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbdfda41-2e9a-5ece-9000-f93bb3a59731 with identifier: HJ73%20URE
2026-03-30 06:25:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbdfda41-2e9a-5ece-9000-f93bb3a59731 with identifier: HJ73%20URE to the API
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 38,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ73%20URE-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': 'fbdfda41-2e9a-5ece-9000-f93bb3a59731',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HJ73 URE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ73%20URE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 159,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 50 TFSI E Q S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '50 TFSI E Q S LINE S-T',
 'vin': 'WAUZZZFY3R2011992',
 'year': 2023}
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520URE%27 HTTP/1.1" 200 None
2026-03-30 06:25:11 [bca.uk] INFO: Saving data for HJ73%20URE: {'auction_closing_time': 1774951200.0, 'created_time': 1774621719.801194, 'last_price_update_time': 1774851911.763867}
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ73%2520URE') HTTP/1.1" 204 0
2026-03-30 06:25:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84eb1c76-a6ab-52f0-a5c5-5c92ddcddd31 with identifier: LM24%20ETV
2026-03-30 06:25:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84eb1c76-a6ab-52f0-a5c5-5c92ddcddd31 with identifier: LM24%20ETV
2026-03-30 06:25:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84eb1c76-a6ab-52f0-a5c5-5c92ddcddd31 with identifier: LM24%20ETV to the API
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM24%20ETV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '84eb1c76-a6ab-52f0-a5c5-5c92ddcddd31',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM24 ETV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM24%20ETV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 33016,
 'odometer_reading_unit': '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 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VF3MRHNSURS018379',
 'year': 2024}
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM24%2520ETV%27 HTTP/1.1" 200 None
2026-03-30 06:25:12 [bca.uk] INFO: Saving data for LM24%20ETV: {'auction_closing_time': 1775124000.0, 'created_time': 1774621413.668988, 'last_price_update_time': 1774851912.054983}
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM24%2520ETV') HTTP/1.1" 204 0
2026-03-30 06:25:12 [bca.uk] INFO: Found listing with ID: YB66%20FHO
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520FHO%27 HTTP/1.1" 200 None
2026-03-30 06:25:12 [bca.uk] INFO: Scrape type for YB66%20FHO: 2
2026-03-30 06:25:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e5ec1c1-3592-5e24-9509-63f8de03cd85 with identifier: YB66%20FHO
2026-03-30 06:25:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e5ec1c1-3592-5e24-9509-63f8de03cd85 with scrape type 2
2026-03-30 06:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e5ec1c1-3592-5e24-9509-63f8de03cd85 with scrape type 2
2026-03-30 06:25:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e5ec1c1-3592-5e24-9509-63f8de03cd85, identifier: YB66%20FHO
2026-03-30 06:25:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:25:12 [bca.uk] INFO: Found listing with ID: SM72%20PLU
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520PLU%27 HTTP/1.1" 200 None
2026-03-30 06:25:12 [bca.uk] INFO: Scrape type for SM72%20PLU: 0
2026-03-30 06:25:12 [bca.uk] INFO: Found listing with ID: HV18%20YST
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV18%2520YST%27 HTTP/1.1" 200 None
2026-03-30 06:25:12 [bca.uk] INFO: Scrape type for HV18%20YST: 2
2026-03-30 06:25:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9657b8ad-2582-51c3-b7aa-e83e62c674a2 with identifier: HV18%20YST
2026-03-30 06:25:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9657b8ad-2582-51c3-b7aa-e83e62c674a2 with scrape type 2
2026-03-30 06:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9657b8ad-2582-51c3-b7aa-e83e62c674a2 with scrape type 2
2026-03-30 06:25:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9657b8ad-2582-51c3-b7aa-e83e62c674a2, identifier: HV18%20YST
2026-03-30 06:25:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 649e21c2-4d15-5e2f-b2d4-741d05df52c5 with identifier: VE71%20ZFR
2026-03-30 06:25:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 649e21c2-4d15-5e2f-b2d4-741d05df52c5 with identifier: VE71%20ZFR
2026-03-30 06:25:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 649e21c2-4d15-5e2f-b2d4-741d05df52c5 with identifier: VE71%20ZFR to the API
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE71%20ZFR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '649e21c2-4d15-5e2f-b2d4-741d05df52c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE71 ZFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE71%20ZFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 19581,
 'odometer_reading_unit': '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': 'VXKUPHNEKN4116670',
 'year': 2022}
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520ZFR%27 HTTP/1.1" 200 None
2026-03-30 06:25:12 [bca.uk] INFO: Saving data for VE71%20ZFR: {'auction_closing_time': 1774951200.0, 'created_time': 1774621169.048791, 'last_price_update_time': 1774851912.582193}
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE71%2520ZFR') HTTP/1.1" 204 0
2026-03-30 06:25:12 [bca.uk] INFO: Found listing with ID: AV65%20ZLK
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV65%2520ZLK%27 HTTP/1.1" 200 None
2026-03-30 06:25:12 [bca.uk] INFO: Scrape type for AV65%20ZLK: 0
2026-03-30 06:25:12 [bca.uk] INFO: Found listing with ID: GU10%20GKA
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU10%2520GKA%27 HTTP/1.1" 200 None
2026-03-30 06:25:12 [bca.uk] INFO: Scrape type for GU10%20GKA: 0
2026-03-30 06:25:12 [bca.uk] INFO: Found listing with ID: WN22%20WPJ
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520WPJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:12 [bca.uk] INFO: Scrape type for WN22%20WPJ: 2
2026-03-30 06:25:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf67d20d-c215-5142-9ccb-36dafac684c4 with identifier: WN22%20WPJ
2026-03-30 06:25:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf67d20d-c215-5142-9ccb-36dafac684c4 with scrape type 2
2026-03-30 06:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf67d20d-c215-5142-9ccb-36dafac684c4 with scrape type 2
2026-03-30 06:25:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf67d20d-c215-5142-9ccb-36dafac684c4, identifier: WN22%20WPJ
2026-03-30 06:25:12 [bca.uk] INFO: Found listing with ID: VO24%20ZGR
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520ZGR%27 HTTP/1.1" 200 None
2026-03-30 06:25:12 [bca.uk] INFO: Scrape type for VO24%20ZGR: 2
2026-03-30 06:25:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80c7d35b-2ffa-5aea-8e96-b2c219082d98 with identifier: VO24%20ZGR
2026-03-30 06:25:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80c7d35b-2ffa-5aea-8e96-b2c219082d98 with scrape type 2
2026-03-30 06:25:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80c7d35b-2ffa-5aea-8e96-b2c219082d98 with scrape type 2
2026-03-30 06:25:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80c7d35b-2ffa-5aea-8e96-b2c219082d98, identifier: VO24%20ZGR
2026-03-30 06:25:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e5ec1c1-3592-5e24-9509-63f8de03cd85 with identifier: YB66%20FHO
2026-03-30 06:25:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e5ec1c1-3592-5e24-9509-63f8de03cd85 with identifier: YB66%20FHO
2026-03-30 06:25:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e5ec1c1-3592-5e24-9509-63f8de03cd85 with identifier: YB66%20FHO to the API
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB66%20FHO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e5ec1c1-3592-5e24-9509-63f8de03cd85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB66 FHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB66%20FHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 52955,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 110 GIVENCHY LE MAKEUP Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 GIVENCHY LE MAKEUP',
 'vin': 'VF7SAHNZ6GW624168',
 'year': 2016}
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB66%2520FHO%27 HTTP/1.1" 200 None
2026-03-30 06:25:13 [bca.uk] INFO: Saving data for YB66%20FHO: {'auction_closing_time': 1775124000.0, 'created_time': 1774621979.089897, 'last_price_update_time': 1774851913.239222}
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB66%2520FHO') HTTP/1.1" 204 0
2026-03-30 06:25:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9657b8ad-2582-51c3-b7aa-e83e62c674a2 with identifier: HV18%20YST
2026-03-30 06:25:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9657b8ad-2582-51c3-b7aa-e83e62c674a2 with identifier: HV18%20YST
2026-03-30 06:25:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9657b8ad-2582-51c3-b7aa-e83e62c674a2 with identifier: HV18%20YST to the API
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV18%20YST-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9657b8ad-2582-51c3-b7aa-e83e62c674a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV18 YST',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV18%20YST&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 73454,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.7 CRDI B/D 116 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI B/D 116 2WD SE',
 'vin': 'TMAJ3815LJJ509698',
 'year': 2018}
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV18%2520YST%27 HTTP/1.1" 200 None
2026-03-30 06:25:13 [bca.uk] INFO: Saving data for HV18%20YST: {'auction_closing_time': 1775037600.0, 'created_time': 1774621206.808672, 'last_price_update_time': 1774851913.542139}
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV18%2520YST') HTTP/1.1" 204 0
2026-03-30 06:25:13 [bca.uk] INFO: Found listing with ID: YGZ%208440
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25208440%27 HTTP/1.1" 200 None
2026-03-30 06:25:13 [bca.uk] INFO: Scrape type for YGZ%208440: 2
2026-03-30 06:25:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with identifier: YGZ%208440
2026-03-30 06:25:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with scrape type 2
2026-03-30 06:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with scrape type 2
2026-03-30 06:25:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bb040a2-ad52-5bd2-8b37-e527aee3aee0, identifier: YGZ%208440
2026-03-30 06:25:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf67d20d-c215-5142-9ccb-36dafac684c4 with identifier: WN22%20WPJ
2026-03-30 06:25:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf67d20d-c215-5142-9ccb-36dafac684c4 with identifier: WN22%20WPJ
2026-03-30 06:25:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf67d20d-c215-5142-9ccb-36dafac684c4 with identifier: WN22%20WPJ to the API
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20WPJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bf67d20d-c215-5142-9ccb-36dafac684c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN22 WPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20WPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 27256,
 'odometer_reading_unit': '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': 'WAUZZZGY3NA055604',
 'year': 2022}
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520WPJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:13 [bca.uk] INFO: Saving data for WN22%20WPJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621314.431281, 'last_price_update_time': 1774851913.946721}
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520WPJ') HTTP/1.1" 204 0
2026-03-30 06:25:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80c7d35b-2ffa-5aea-8e96-b2c219082d98 with identifier: VO24%20ZGR
2026-03-30 06:25:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80c7d35b-2ffa-5aea-8e96-b2c219082d98 with identifier: VO24%20ZGR
2026-03-30 06:25:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80c7d35b-2ffa-5aea-8e96-b2c219082d98 with identifier: VO24%20ZGR to the API
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO24%20ZGR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '80c7d35b-2ffa-5aea-8e96-b2c219082d98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO24 ZGR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO24%20ZGR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 35804,
 'odometer_reading_unit': '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': 'VR3FPHNSXRY530584',
 'year': 2024}
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520ZGR%27 HTTP/1.1" 200 None
2026-03-30 06:25:14 [bca.uk] INFO: Saving data for VO24%20ZGR: {'auction_closing_time': 1775124000.0, 'created_time': 1774621412.817143, 'last_price_update_time': 1774851914.236568}
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO24%2520ZGR') HTTP/1.1" 204 0
2026-03-30 06:25:14 [bca.uk] INFO: Found listing with ID: BK23%20FRN
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520FRN%27 HTTP/1.1" 200 None
2026-03-30 06:25:14 [bca.uk] INFO: Scrape type for BK23%20FRN: 2
2026-03-30 06:25:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb38d3d5-d504-5c7b-8029-2d6ebddfb847 with identifier: BK23%20FRN
2026-03-30 06:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb38d3d5-d504-5c7b-8029-2d6ebddfb847 with scrape type 2
2026-03-30 06:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb38d3d5-d504-5c7b-8029-2d6ebddfb847 with scrape type 2
2026-03-30 06:25:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb38d3d5-d504-5c7b-8029-2d6ebddfb847, identifier: BK23%20FRN
2026-03-30 06:25:14 [bca.uk] INFO: Found listing with ID: HN23%20RRO
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520RRO%27 HTTP/1.1" 200 None
2026-03-30 06:25:14 [bca.uk] INFO: Scrape type for HN23%20RRO: 2
2026-03-30 06:25:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f22e4f11-689a-5795-8e06-e371d392cf27 with identifier: HN23%20RRO
2026-03-30 06:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f22e4f11-689a-5795-8e06-e371d392cf27 with scrape type 2
2026-03-30 06:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f22e4f11-689a-5795-8e06-e371d392cf27 with scrape type 2
2026-03-30 06:25:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f22e4f11-689a-5795-8e06-e371d392cf27, identifier: HN23%20RRO
2026-03-30 06:25:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with identifier: YGZ%208440
2026-03-30 06:25:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with identifier: YGZ%208440
2026-03-30 06:25:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bb040a2-ad52-5bd2-8b37-e527aee3aee0 with identifier: YGZ%208440 to the API
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YGZ%208440-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6bb040a2-ad52-5bd2-8b37-e527aee3aee0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YGZ 8440',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YGZ%208440&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 43103,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFSXPC707103',
 'year': 2023}
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25208440%27 HTTP/1.1" 200 None
2026-03-30 06:25:14 [bca.uk] INFO: Saving data for YGZ%208440: {'auction_closing_time': 1774951200.0, 'created_time': 1774447400.708856, 'last_price_update_time': 1774851914.797161}
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YGZ%25208440') HTTP/1.1" 204 0
2026-03-30 06:25:14 [bca.uk] INFO: Found listing with ID: WM14%20PDY
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520PDY%27 HTTP/1.1" 200 None
2026-03-30 06:25:14 [bca.uk] INFO: Scrape type for WM14%20PDY: 2
2026-03-30 06:25:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b52ebf7-798a-520e-b732-de60419f42d2 with identifier: WM14%20PDY
2026-03-30 06:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b52ebf7-798a-520e-b732-de60419f42d2 with scrape type 2
2026-03-30 06:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b52ebf7-798a-520e-b732-de60419f42d2 with scrape type 2
2026-03-30 06:25:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b52ebf7-798a-520e-b732-de60419f42d2, identifier: WM14%20PDY
2026-03-30 06:25:14 [bca.uk] INFO: Found listing with ID: BK25%20HMZ
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520HMZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:14 [bca.uk] INFO: Scrape type for BK25%20HMZ: 2
2026-03-30 06:25:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30432a4e-acb1-52c1-8f41-3ca4f78586a4 with identifier: BK25%20HMZ
2026-03-30 06:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30432a4e-acb1-52c1-8f41-3ca4f78586a4 with scrape type 2
2026-03-30 06:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30432a4e-acb1-52c1-8f41-3ca4f78586a4 with scrape type 2
2026-03-30 06:25:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30432a4e-acb1-52c1-8f41-3ca4f78586a4, identifier: BK25%20HMZ
2026-03-30 06:25:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb38d3d5-d504-5c7b-8029-2d6ebddfb847 with identifier: BK23%20FRN
2026-03-30 06:25:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb38d3d5-d504-5c7b-8029-2d6ebddfb847 with identifier: BK23%20FRN
2026-03-30 06:25:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb38d3d5-d504-5c7b-8029-2d6ebddfb847 with identifier: BK23%20FRN to the API
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20FRN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'eb38d3d5-d504-5c7b-8029-2d6ebddfb847',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 FRN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20FRN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 30277,
 'odometer_reading_unit': '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': 'WAUZZZFZXPP016096',
 'year': 2023}
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520FRN%27 HTTP/1.1" 200 None
2026-03-30 06:25:15 [bca.uk] INFO: Saving data for BK23%20FRN: {'auction_closing_time': 1774951200.0, 'created_time': 1774621987.503802, 'last_price_update_time': 1774851915.297166}
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520FRN') HTTP/1.1" 204 0
2026-03-30 06:25:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f22e4f11-689a-5795-8e06-e371d392cf27 with identifier: HN23%20RRO
2026-03-30 06:25:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f22e4f11-689a-5795-8e06-e371d392cf27 with identifier: HN23%20RRO
2026-03-30 06:25:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f22e4f11-689a-5795-8e06-e371d392cf27 with identifier: HN23%20RRO to the API
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN23%20RRO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f22e4f11-689a-5795-8e06-e371d392cf27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HN23 RRO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN23%20RRO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 10991,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI EXCLUSIVE',
 'vin': 'LSJW74C9XPZ126166',
 'year': 2023}
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520RRO%27 HTTP/1.1" 200 None
2026-03-30 06:25:15 [bca.uk] INFO: Saving data for HN23%20RRO: {'auction_closing_time': 1775037600.0, 'created_time': 1774390740.705962, 'last_price_update_time': 1774851915.574249}
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN23%2520RRO') HTTP/1.1" 204 0
2026-03-30 06:25:15 [bca.uk] INFO: Found listing with ID: AF22%20DJU
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520DJU%27 HTTP/1.1" 200 None
2026-03-30 06:25:15 [bca.uk] INFO: Scrape type for AF22%20DJU: 2
2026-03-30 06:25:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fec1334a-654f-5cfb-aa34-26e19a512570 with identifier: AF22%20DJU
2026-03-30 06:25:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fec1334a-654f-5cfb-aa34-26e19a512570 with scrape type 2
2026-03-30 06:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fec1334a-654f-5cfb-aa34-26e19a512570 with scrape type 2
2026-03-30 06:25:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fec1334a-654f-5cfb-aa34-26e19a512570, identifier: AF22%20DJU
2026-03-30 06:25:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b52ebf7-798a-520e-b732-de60419f42d2 with identifier: WM14%20PDY
2026-03-30 06:25:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b52ebf7-798a-520e-b732-de60419f42d2 with identifier: WM14%20PDY
2026-03-30 06:25:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b52ebf7-798a-520e-b732-de60419f42d2 with identifier: WM14%20PDY to the API
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM14%20PDY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b52ebf7-798a-520e-b732-de60419f42d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM14 PDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM14%20PDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 86680,
 'odometer_reading_unit': '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 PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'PREMIUM',
 'vin': 'NLHA851ALFZ061323',
 'year': 2014}
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520PDY%27 HTTP/1.1" 200 None
2026-03-30 06:25:15 [bca.uk] INFO: Saving data for WM14%20PDY: {'auction_closing_time': 1775037600.0, 'created_time': 1774621330.133075, 'last_price_update_time': 1774851915.984505}
2026-03-30 06:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM14%2520PDY') HTTP/1.1" 204 0
2026-03-30 06:25:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30432a4e-acb1-52c1-8f41-3ca4f78586a4 with identifier: BK25%20HMZ
2026-03-30 06:25:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30432a4e-acb1-52c1-8f41-3ca4f78586a4 with identifier: BK25%20HMZ
2026-03-30 06:25:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30432a4e-acb1-52c1-8f41-3ca4f78586a4 with identifier: BK25%20HMZ to the API
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK25%20HMZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30432a4e-acb1-52c1-8f41-3ca4f78586a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK25 HMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK25%20HMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 5343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 ALLURE E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY2RS104960',
 'year': 2025}
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520HMZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:16 [bca.uk] INFO: Saving data for BK25%20HMZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774621397.671445, 'last_price_update_time': 1774851916.281454}
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK25%2520HMZ') HTTP/1.1" 204 0
2026-03-30 06:25:16 [bca.uk] INFO: Found listing with ID: NL65%20EDJ
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL65%2520EDJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:16 [bca.uk] INFO: Scrape type for NL65%20EDJ: 2
2026-03-30 06:25:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c91593b-b413-5b4b-ac38-bcad870190ac with identifier: NL65%20EDJ
2026-03-30 06:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c91593b-b413-5b4b-ac38-bcad870190ac with scrape type 2
2026-03-30 06:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c91593b-b413-5b4b-ac38-bcad870190ac with scrape type 2
2026-03-30 06:25:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c91593b-b413-5b4b-ac38-bcad870190ac, identifier: NL65%20EDJ
2026-03-30 06:25:16 [scrapy.extensions.logstats] INFO: Crawled 73 pages (at 3 pages/min), scraped 2751 items (at 132 items/min)
2026-03-30 06:25:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:25:16 [bca.uk] INFO: Found listing with ID: KS72%20BND
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520BND%27 HTTP/1.1" 200 None
2026-03-30 06:25:16 [bca.uk] INFO: Scrape type for KS72%20BND: 2
2026-03-30 06:25:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b31c52f1-9bf0-52e8-8d11-8367b987aef1 with identifier: KS72%20BND
2026-03-30 06:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b31c52f1-9bf0-52e8-8d11-8367b987aef1 with scrape type 2
2026-03-30 06:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b31c52f1-9bf0-52e8-8d11-8367b987aef1 with scrape type 2
2026-03-30 06:25:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b31c52f1-9bf0-52e8-8d11-8367b987aef1, identifier: KS72%20BND
2026-03-30 06:25:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fec1334a-654f-5cfb-aa34-26e19a512570 with identifier: AF22%20DJU
2026-03-30 06:25:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fec1334a-654f-5cfb-aa34-26e19a512570 with identifier: AF22%20DJU
2026-03-30 06:25:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fec1334a-654f-5cfb-aa34-26e19a512570 with identifier: AF22%20DJU to the API
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20DJU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fec1334a-654f-5cfb-aa34-26e19a512570',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF22 DJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20DJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 24385,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS8NC505154',
 'year': 2022}
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520DJU%27 HTTP/1.1" 200 None
2026-03-30 06:25:16 [bca.uk] INFO: Saving data for AF22%20DJU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621149.291994, 'last_price_update_time': 1774851916.795328}
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520DJU') HTTP/1.1" 204 0
2026-03-30 06:25:16 [bca.uk] INFO: Found listing with ID: YA11%20KXE
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA11%2520KXE%27 HTTP/1.1" 200 None
2026-03-30 06:25:16 [bca.uk] INFO: Scrape type for YA11%20KXE: 2
2026-03-30 06:25:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with identifier: YA11%20KXE
2026-03-30 06:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with scrape type 2
2026-03-30 06:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with scrape type 2
2026-03-30 06:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ffe6f29-4832-5a4b-a1df-87a54f9a8232, identifier: YA11%20KXE
2026-03-30 06:25:17 [bca.uk] INFO: Found listing with ID: HJ63%20DWX
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ63%2520DWX%27 HTTP/1.1" 200 None
2026-03-30 06:25:17 [bca.uk] INFO: Scrape type for HJ63%20DWX: 2
2026-03-30 06:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d26425b-abec-5e15-a829-b84a855f9a76 with identifier: HJ63%20DWX
2026-03-30 06:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d26425b-abec-5e15-a829-b84a855f9a76 with scrape type 2
2026-03-30 06:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d26425b-abec-5e15-a829-b84a855f9a76 with scrape type 2
2026-03-30 06:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d26425b-abec-5e15-a829-b84a855f9a76, identifier: HJ63%20DWX
2026-03-30 06:25:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c91593b-b413-5b4b-ac38-bcad870190ac with identifier: NL65%20EDJ
2026-03-30 06:25:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c91593b-b413-5b4b-ac38-bcad870190ac with identifier: NL65%20EDJ
2026-03-30 06:25:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c91593b-b413-5b4b-ac38-bcad870190ac with identifier: NL65%20EDJ to the API
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL65%20EDJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5c91593b-b413-5b4b-ac38-bcad870190ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL65 EDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL65%20EDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 87037,
 'odometer_reading_unit': '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': 'W0L0XEP08G6003719',
 'year': 2015}
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL65%2520EDJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:17 [bca.uk] INFO: Saving data for NL65%20EDJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774622054.664369, 'last_price_update_time': 1774851917.40239}
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL65%2520EDJ') HTTP/1.1" 204 0
2026-03-30 06:25:17 [bca.uk] INFO: Total items found: 100
2026-03-30 06:25:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded
2026-03-30 06:25:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:25:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:25:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b31c52f1-9bf0-52e8-8d11-8367b987aef1 with identifier: KS72%20BND
2026-03-30 06:25:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b31c52f1-9bf0-52e8-8d11-8367b987aef1 with identifier: KS72%20BND
2026-03-30 06:25:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b31c52f1-9bf0-52e8-8d11-8367b987aef1 with identifier: KS72%20BND to the API
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS72%20BND-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b31c52f1-9bf0-52e8-8d11-8367b987aef1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KS72 BND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS72%20BND&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 14713,
 'odometer_reading_unit': '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': 'LSJWH4093NN190748',
 'year': 2022}
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520BND%27 HTTP/1.1" 200 None
2026-03-30 06:25:17 [bca.uk] INFO: Saving data for KS72%20BND: {'auction_closing_time': 1775037600.0, 'created_time': 1774621189.234305, 'last_price_update_time': 1774851917.732222}
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS72%2520BND') HTTP/1.1" 204 0
2026-03-30 06:25:17 [bca.uk] INFO: Found listing with ID: DS23%20APF
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520APF%27 HTTP/1.1" 200 None
2026-03-30 06:25:17 [bca.uk] INFO: Scrape type for DS23%20APF: 2
2026-03-30 06:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0931166-bee3-5d32-b571-368b7322f823 with identifier: DS23%20APF
2026-03-30 06:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0931166-bee3-5d32-b571-368b7322f823 with scrape type 2
2026-03-30 06:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0931166-bee3-5d32-b571-368b7322f823 with scrape type 2
2026-03-30 06:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0931166-bee3-5d32-b571-368b7322f823, identifier: DS23%20APF
2026-03-30 06:25:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with identifier: YA11%20KXE
2026-03-30 06:25:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with identifier: YA11%20KXE
2026-03-30 06:25:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ffe6f29-4832-5a4b-a1df-87a54f9a8232 with identifier: YA11%20KXE to the API
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA11%20KXE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ffe6f29-4832-5a4b-a1df-87a54f9a8232',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA11 KXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA11%20KXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'SX4',
 'odometer': 63997,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'SUZUKI SX4 1.6 SZ5 4X4 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ5 4X4',
 'vin': 'TSMEYB21S00588790',
 'year': 2011}
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA11%2520KXE%27 HTTP/1.1" 200 None
2026-03-30 06:25:18 [bca.uk] INFO: Saving data for YA11%20KXE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563158.980985, 'last_price_update_time': 1774851918.254428}
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA11%2520KXE') HTTP/1.1" 204 0
2026-03-30 06:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d26425b-abec-5e15-a829-b84a855f9a76 with identifier: HJ63%20DWX
2026-03-30 06:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d26425b-abec-5e15-a829-b84a855f9a76 with identifier: HJ63%20DWX
2026-03-30 06:25:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d26425b-abec-5e15-a829-b84a855f9a76 with identifier: HJ63%20DWX to the API
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4d26425b-abec-5e15-a829-b84a855f9a76',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ63 DWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ63%20DWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 194701,
 'odometer_reading_unit': '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 1.4 D-4D EXCEL Hatchback',
 'transmission': 'manual',
 'trim': 'D-4D EXCEL',
 'vin': 'SB1KN3JE10E025535',
 'year': 2013}
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ63%2520DWX%27 HTTP/1.1" 200 None
2026-03-30 06:25:18 [bca.uk] INFO: Saving data for HJ63%20DWX: {'auction_closing_time': 1774951200.0, 'created_time': 1774621375.170901, 'last_price_update_time': 1774851918.532506}
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ63%2520DWX') HTTP/1.1" 204 0
2026-03-30 06:25:18 [bca.uk] INFO: Found listing with ID: EK71%20CNY
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520CNY%27 HTTP/1.1" 200 None
2026-03-30 06:25:18 [bca.uk] INFO: Scrape type for EK71%20CNY: 2
2026-03-30 06:25:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aab7c605-4139-5132-a68b-84b8a065378c with identifier: EK71%20CNY
2026-03-30 06:25:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aab7c605-4139-5132-a68b-84b8a065378c with scrape type 2
2026-03-30 06:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aab7c605-4139-5132-a68b-84b8a065378c with scrape type 2
2026-03-30 06:25:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aab7c605-4139-5132-a68b-84b8a065378c, identifier: EK71%20CNY
2026-03-30 06:25:18 [bca.uk] INFO: Found listing with ID: KS72%20NBA
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520NBA%27 HTTP/1.1" 200 None
2026-03-30 06:25:18 [bca.uk] INFO: Scrape type for KS72%20NBA: 2
2026-03-30 06:25:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 985eecea-18a4-52b7-86b0-98d5812982a9 with identifier: KS72%20NBA
2026-03-30 06:25:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 985eecea-18a4-52b7-86b0-98d5812982a9 with scrape type 2
2026-03-30 06:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 985eecea-18a4-52b7-86b0-98d5812982a9 with scrape type 2
2026-03-30 06:25:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 985eecea-18a4-52b7-86b0-98d5812982a9, identifier: KS72%20NBA
2026-03-30 06:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0931166-bee3-5d32-b571-368b7322f823 with identifier: DS23%20APF
2026-03-30 06:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0931166-bee3-5d32-b571-368b7322f823 with identifier: DS23%20APF
2026-03-30 06:25:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0931166-bee3-5d32-b571-368b7322f823 with identifier: DS23%20APF to the API
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS23%20APF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b0931166-bee3-5d32-b571-368b7322f823',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS23 APF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS23%20APF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA-E',
 'odometer': 10594,
 'odometer_reading_unit': '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 ULTIMATE (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ULTIMATE (11KC)',
 'vin': 'VXKUHZKXZP4106219',
 'year': 2023}
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520APF%27 HTTP/1.1" 200 None
2026-03-30 06:25:19 [bca.uk] INFO: Saving data for DS23%20APF: {'auction_closing_time': 1774951200.0, 'created_time': 1773931370.521454, 'last_price_update_time': 1774851919.041474}
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS23%2520APF') HTTP/1.1" 204 0
2026-03-30 06:25:19 [bca.uk] INFO: Found listing with ID: BK14%20FYL
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520FYL%27 HTTP/1.1" 200 None
2026-03-30 06:25:19 [bca.uk] INFO: Scrape type for BK14%20FYL: 2
2026-03-30 06:25:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with identifier: BK14%20FYL
2026-03-30 06:25:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with scrape type 2
2026-03-30 06:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with scrape type 2
2026-03-30 06:25:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72, identifier: BK14%20FYL
2026-03-30 06:25:19 [bca.uk] INFO: Found listing with ID: WD74%20GWP
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520GWP%27 HTTP/1.1" 200 None
2026-03-30 06:25:19 [bca.uk] INFO: Scrape type for WD74%20GWP: 2
2026-03-30 06:25:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8531d638-2ba3-5d1a-a026-f20ae42ca5b0 with identifier: WD74%20GWP
2026-03-30 06:25:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8531d638-2ba3-5d1a-a026-f20ae42ca5b0 with scrape type 2
2026-03-30 06:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8531d638-2ba3-5d1a-a026-f20ae42ca5b0 with scrape type 2
2026-03-30 06:25:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8531d638-2ba3-5d1a-a026-f20ae42ca5b0, identifier: WD74%20GWP
2026-03-30 06:25:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aab7c605-4139-5132-a68b-84b8a065378c with identifier: EK71%20CNY
2026-03-30 06:25:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aab7c605-4139-5132-a68b-84b8a065378c with identifier: EK71%20CNY
2026-03-30 06:25:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aab7c605-4139-5132-a68b-84b8a065378c with identifier: EK71%20CNY to the API
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK71%20CNY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'aab7c605-4139-5132-a68b-84b8a065378c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK71 CNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK71%20CNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E SPRINTER',
 'odometer': 32338,
 'odometer_reading_unit': '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 E SPRINTER 85KW 55KWH FWD L2 PROG.(80KW) PanelVan',
 'transmission': 'automatic',
 'trim': '85KW 55KWH FWD L2 PROG.(80KW)',
 'vin': 'W1V9106332P344902',
 'year': 2021}
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK71%2520CNY%27 HTTP/1.1" 200 None
2026-03-30 06:25:19 [bca.uk] INFO: Saving data for EK71%20CNY: {'auction_closing_time': 1775124000.0, 'created_time': 1774622055.712366, 'last_price_update_time': 1774851919.548607}
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK71%2520CNY') HTTP/1.1" 204 0
2026-03-30 06:25:19 [bca.uk] INFO: Found listing with ID: EU17%20RBY
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU17%2520RBY%27 HTTP/1.1" 200 None
2026-03-30 06:25:19 [bca.uk] INFO: Scrape type for EU17%20RBY: 2
2026-03-30 06:25:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ccb3692-2e36-52ea-8062-eeb218992218 with identifier: EU17%20RBY
2026-03-30 06:25:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ccb3692-2e36-52ea-8062-eeb218992218 with scrape type 2
2026-03-30 06:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ccb3692-2e36-52ea-8062-eeb218992218 with scrape type 2
2026-03-30 06:25:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ccb3692-2e36-52ea-8062-eeb218992218, identifier: EU17%20RBY
2026-03-30 06:25:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 985eecea-18a4-52b7-86b0-98d5812982a9 with identifier: KS72%20NBA
2026-03-30 06:25:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 985eecea-18a4-52b7-86b0-98d5812982a9 with identifier: KS72%20NBA
2026-03-30 06:25:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 985eecea-18a4-52b7-86b0-98d5812982a9 with identifier: KS72%20NBA to the API
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS72%20NBA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '985eecea-18a4-52b7-86b0-98d5812982a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KS72 NBA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS72%20NBA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 78058,
 'odometer_reading_unit': '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': 'LSJWH4097PN039690',
 'year': 2023}
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520NBA%27 HTTP/1.1" 200 None
2026-03-30 06:25:19 [bca.uk] INFO: Saving data for KS72%20NBA: {'auction_closing_time': 1775037600.0, 'created_time': 1774621187.802004, 'last_price_update_time': 1774851919.940715}
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS72%2520NBA') HTTP/1.1" 204 0
2026-03-30 06:25:19 [bca.uk] INFO: Found listing with ID: DY72%20XSA
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520XSA%27 HTTP/1.1" 200 None
2026-03-30 06:25:19 [bca.uk] INFO: Scrape type for DY72%20XSA: 2
2026-03-30 06:25:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76406f81-c35c-5b33-9bb7-9c33c98313ab with identifier: DY72%20XSA
2026-03-30 06:25:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76406f81-c35c-5b33-9bb7-9c33c98313ab with scrape type 2
2026-03-30 06:25:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76406f81-c35c-5b33-9bb7-9c33c98313ab with scrape type 2
2026-03-30 06:25:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76406f81-c35c-5b33-9bb7-9c33c98313ab, identifier: DY72%20XSA
2026-03-30 06:25:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with identifier: BK14%20FYL
2026-03-30 06:25:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with identifier: BK14%20FYL
2026-03-30 06:25:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52e8a7b4-074f-5baf-ab1a-440f6a3b1e72 with identifier: BK14%20FYL to the API
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK14%20FYL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '52e8a7b4-074f-5baf-ab1a-440f6a3b1e72',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK14 FYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK14%20FYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 98761,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 16V SE Hatchback',
 'transmission': 'manual',
 'trim': '16V SE',
 'vin': 'W0L0SDL68E4171594',
 'year': 2014}
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK14%2520FYL%27 HTTP/1.1" 200 None
2026-03-30 06:25:20 [bca.uk] INFO: Saving data for BK14%20FYL: {'auction_closing_time': 1775037600.0, 'created_time': 1774563163.37521, 'last_price_update_time': 1774851920.339971}
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK14%2520FYL') HTTP/1.1" 204 0
2026-03-30 06:25:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8531d638-2ba3-5d1a-a026-f20ae42ca5b0 with identifier: WD74%20GWP
2026-03-30 06:25:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8531d638-2ba3-5d1a-a026-f20ae42ca5b0 with identifier: WD74%20GWP
2026-03-30 06:25:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8531d638-2ba3-5d1a-a026-f20ae42ca5b0 with identifier: WD74%20GWP to the API
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD74%20GWP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8531d638-2ba3-5d1a-a026-f20ae42ca5b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD74 GWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD74%20GWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 11550,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 B5P AWD PLUS DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5P AWD PLUS DARK G/T',
 'vin': 'YV1UZM1V6S1129344',
 'year': 2025}
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520GWP%27 HTTP/1.1" 200 None
2026-03-30 06:25:20 [bca.uk] INFO: Saving data for WD74%20GWP: {'auction_closing_time': 1775037600.0, 'created_time': 1774621389.749858, 'last_price_update_time': 1774851920.633533}
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD74%2520GWP') HTTP/1.1" 204 0
2026-03-30 06:25:20 [bca.uk] INFO: Found listing with ID: OY08%20AEB
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY08%2520AEB%27 HTTP/1.1" 200 None
2026-03-30 06:25:20 [bca.uk] INFO: Scrape type for OY08%20AEB: 2
2026-03-30 06:25:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc95b1d5-863f-5fea-8c77-77f6d03d8345 with identifier: OY08%20AEB
2026-03-30 06:25:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc95b1d5-863f-5fea-8c77-77f6d03d8345 with scrape type 2
2026-03-30 06:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc95b1d5-863f-5fea-8c77-77f6d03d8345 with scrape type 2
2026-03-30 06:25:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc95b1d5-863f-5fea-8c77-77f6d03d8345, identifier: OY08%20AEB
2026-03-30 06:25:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ccb3692-2e36-52ea-8062-eeb218992218 with identifier: EU17%20RBY
2026-03-30 06:25:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ccb3692-2e36-52ea-8062-eeb218992218 with identifier: EU17%20RBY
2026-03-30 06:25:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ccb3692-2e36-52ea-8062-eeb218992218 with identifier: EU17%20RBY to the API
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU17%20RBY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ccb3692-2e36-52ea-8062-eeb218992218',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU17 RBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU17%20RBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 52783,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 TD6 258 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD6 258 HSE',
 'vin': 'SALRA2AKXHA007889',
 'year': 2017}
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU17%2520RBY%27 HTTP/1.1" 200 None
2026-03-30 06:25:21 [bca.uk] INFO: Saving data for EU17%20RBY: {'auction_closing_time': 1775037600.0, 'created_time': 1774621804.422532, 'last_price_update_time': 1774851921.04199}
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU17%2520RBY') HTTP/1.1" 204 0
2026-03-30 06:25:21 [bca.uk] INFO: Found listing with ID: SO68%20NWR
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO68%2520NWR%27 HTTP/1.1" 200 None
2026-03-30 06:25:21 [bca.uk] INFO: Scrape type for SO68%20NWR: 2
2026-03-30 06:25:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0814aa73-4bd7-5975-9f5c-2f3ca1ff9805 with identifier: SO68%20NWR
2026-03-30 06:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0814aa73-4bd7-5975-9f5c-2f3ca1ff9805 with scrape type 2
2026-03-30 06:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0814aa73-4bd7-5975-9f5c-2f3ca1ff9805 with scrape type 2
2026-03-30 06:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0814aa73-4bd7-5975-9f5c-2f3ca1ff9805, identifier: SO68%20NWR
2026-03-30 06:25:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76406f81-c35c-5b33-9bb7-9c33c98313ab with identifier: DY72%20XSA
2026-03-30 06:25:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76406f81-c35c-5b33-9bb7-9c33c98313ab with identifier: DY72%20XSA
2026-03-30 06:25:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76406f81-c35c-5b33-9bb7-9c33c98313ab with identifier: DY72%20XSA to the API
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY72%20XSA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '76406f81-c35c-5b33-9bb7-9c33c98313ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY72 XSA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY72%20XSA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 12391,
 'odometer_reading_unit': '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 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN',
 'vin': 'VXKUPHMHDN4399283',
 'year': 2022}
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520XSA%27 HTTP/1.1" 200 None
2026-03-30 06:25:21 [bca.uk] INFO: Saving data for DY72%20XSA: {'auction_closing_time': 1774951200.0, 'created_time': 1774621147.089906, 'last_price_update_time': 1774851921.458062}
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY72%2520XSA') HTTP/1.1" 204 0
2026-03-30 06:25:21 [bca.uk] INFO: Found listing with ID: GK62%20PZS
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK62%2520PZS%27 HTTP/1.1" 200 None
2026-03-30 06:25:21 [bca.uk] INFO: Scrape type for GK62%20PZS: 2
2026-03-30 06:25:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da437193-7259-5e5e-a7c6-e8d65f26924e with identifier: GK62%20PZS
2026-03-30 06:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da437193-7259-5e5e-a7c6-e8d65f26924e with scrape type 2
2026-03-30 06:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da437193-7259-5e5e-a7c6-e8d65f26924e with scrape type 2
2026-03-30 06:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da437193-7259-5e5e-a7c6-e8d65f26924e, identifier: GK62%20PZS
2026-03-30 06:25:21 [bca.uk] INFO: Found listing with ID: FE23%20EFH
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520EFH%27 HTTP/1.1" 200 None
2026-03-30 06:25:21 [bca.uk] INFO: Scrape type for FE23%20EFH: 2
2026-03-30 06:25:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 125ddde4-db6e-5119-abc2-20bd6aa18815 with identifier: FE23%20EFH
2026-03-30 06:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 125ddde4-db6e-5119-abc2-20bd6aa18815 with scrape type 2
2026-03-30 06:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 125ddde4-db6e-5119-abc2-20bd6aa18815 with scrape type 2
2026-03-30 06:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 125ddde4-db6e-5119-abc2-20bd6aa18815, identifier: FE23%20EFH
2026-03-30 06:25:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc95b1d5-863f-5fea-8c77-77f6d03d8345 with identifier: OY08%20AEB
2026-03-30 06:25:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc95b1d5-863f-5fea-8c77-77f6d03d8345 with identifier: OY08%20AEB
2026-03-30 06:25:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc95b1d5-863f-5fea-8c77-77f6d03d8345 with identifier: OY08%20AEB to the API
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY08%20AEB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fc95b1d5-863f-5fea-8c77-77f6d03d8345',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY08 AEB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY08%20AEB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A5',
 'odometer': 100322,
 '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 A5 3.0 TDI QUATTRO Coupe',
 'transmission': 'manual',
 'trim': 'TDI QUATTRO',
 'vin': 'WAUZZZ8T98A020508',
 'year': 2008}
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY08%2520AEB%27 HTTP/1.1" 200 None
2026-03-30 06:25:22 [bca.uk] INFO: Saving data for OY08%20AEB: {'auction_closing_time': 1775124000.0, 'created_time': 1774621976.367988, 'last_price_update_time': 1774851922.069168}
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY08%2520AEB') HTTP/1.1" 204 0
2026-03-30 06:25:22 [bca.uk] INFO: Found listing with ID: EN22%20DRX
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN22%2520DRX%27 HTTP/1.1" 200 None
2026-03-30 06:25:22 [bca.uk] INFO: Scrape type for EN22%20DRX: 2
2026-03-30 06:25:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b34bdce1-dc21-5b0b-a752-9f02075f4293 with identifier: EN22%20DRX
2026-03-30 06:25:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b34bdce1-dc21-5b0b-a752-9f02075f4293 with scrape type 2
2026-03-30 06:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b34bdce1-dc21-5b0b-a752-9f02075f4293 with scrape type 2
2026-03-30 06:25:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b34bdce1-dc21-5b0b-a752-9f02075f4293, identifier: EN22%20DRX
2026-03-30 06:25:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0814aa73-4bd7-5975-9f5c-2f3ca1ff9805 with identifier: SO68%20NWR
2026-03-30 06:25:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0814aa73-4bd7-5975-9f5c-2f3ca1ff9805 with identifier: SO68%20NWR
2026-03-30 06:25:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0814aa73-4bd7-5975-9f5c-2f3ca1ff9805 with identifier: SO68%20NWR to the API
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO68%20NWR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0814aa73-4bd7-5975-9f5c-2f3ca1ff9805',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO68 NWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO68%20NWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 64899,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J604327',
 'year': 2019}
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO68%2520NWR%27 HTTP/1.1" 200 None
2026-03-30 06:25:22 [bca.uk] INFO: Saving data for SO68%20NWR: {'auction_closing_time': 1775037600.0, 'created_time': 1774621179.319556, 'last_price_update_time': 1774851922.479063}
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO68%2520NWR') HTTP/1.1" 204 0
2026-03-30 06:25:22 [bca.uk] INFO: Found listing with ID: MV23%20PAO
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520PAO%27 HTTP/1.1" 200 None
2026-03-30 06:25:22 [bca.uk] INFO: Scrape type for MV23%20PAO: 2
2026-03-30 06:25:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff9b3dd-3fb7-5b86-8665-33e3fd264f34 with identifier: MV23%20PAO
2026-03-30 06:25:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff9b3dd-3fb7-5b86-8665-33e3fd264f34 with scrape type 2
2026-03-30 06:25:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff9b3dd-3fb7-5b86-8665-33e3fd264f34 with scrape type 2
2026-03-30 06:25:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ff9b3dd-3fb7-5b86-8665-33e3fd264f34, identifier: MV23%20PAO
2026-03-30 06:25:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da437193-7259-5e5e-a7c6-e8d65f26924e with identifier: GK62%20PZS
2026-03-30 06:25:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da437193-7259-5e5e-a7c6-e8d65f26924e with identifier: GK62%20PZS
2026-03-30 06:25:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da437193-7259-5e5e-a7c6-e8d65f26924e with identifier: GK62%20PZS to the API
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK62%20PZS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'da437193-7259-5e5e-a7c6-e8d65f26924e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK62 PZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK62%20PZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 83175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.4 VTI ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ALLURE',
 'vin': 'VF3CA8FP0CW076732',
 'year': 2012}
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK62%2520PZS%27 HTTP/1.1" 200 None
2026-03-30 06:25:22 [bca.uk] INFO: Saving data for GK62%20PZS: {'auction_closing_time': 1775037600.0, 'created_time': 1774563263.358076, 'last_price_update_time': 1774851922.897886}
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK62%2520PZS') HTTP/1.1" 204 0
2026-03-30 06:25:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 125ddde4-db6e-5119-abc2-20bd6aa18815 with identifier: FE23%20EFH
2026-03-30 06:25:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 125ddde4-db6e-5119-abc2-20bd6aa18815 with identifier: FE23%20EFH
2026-03-30 06:25:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 125ddde4-db6e-5119-abc2-20bd6aa18815 with identifier: FE23%20EFH to the API
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20EFH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '125ddde4-db6e-5119-abc2-20bd6aa18815',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE23 EFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20EFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 25432,
 'odometer_reading_unit': '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': 'LRWYHCFS1PC970869',
 'year': 2023}
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520EFH%27 HTTP/1.1" 200 None
2026-03-30 06:25:23 [bca.uk] INFO: Saving data for FE23%20EFH: {'auction_closing_time': 1775037600.0, 'created_time': 1774621395.188859, 'last_price_update_time': 1774851923.201881}
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520EFH') HTTP/1.1" 204 0
2026-03-30 06:25:23 [bca.uk] INFO: Found listing with ID: CJ73%20WEP
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ73%2520WEP%27 HTTP/1.1" 200 None
2026-03-30 06:25:23 [bca.uk] INFO: Scrape type for CJ73%20WEP: 2
2026-03-30 06:25:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47156ef7-9de2-57d8-93a0-8169a839925f with identifier: CJ73%20WEP
2026-03-30 06:25:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47156ef7-9de2-57d8-93a0-8169a839925f with scrape type 2
2026-03-30 06:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47156ef7-9de2-57d8-93a0-8169a839925f with scrape type 2
2026-03-30 06:25:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47156ef7-9de2-57d8-93a0-8169a839925f, identifier: CJ73%20WEP
2026-03-30 06:25:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b34bdce1-dc21-5b0b-a752-9f02075f4293 with identifier: EN22%20DRX
2026-03-30 06:25:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b34bdce1-dc21-5b0b-a752-9f02075f4293 with identifier: EN22%20DRX
2026-03-30 06:25:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b34bdce1-dc21-5b0b-a752-9f02075f4293 with identifier: EN22%20DRX to the API
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN22%20DRX-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b34bdce1-dc21-5b0b-a752-9f02075f4293',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EN22 DRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN22%20DRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 9247,
 'odometer_reading_unit': '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 HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 4WD R-DYNAMIC HSE',
 'vin': 'SALZA2AX9PH194964',
 'year': 2022}
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN22%2520DRX%27 HTTP/1.1" 200 None
2026-03-30 06:25:23 [bca.uk] INFO: Saving data for EN22%20DRX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621820.769531, 'last_price_update_time': 1774851923.601923}
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN22%2520DRX') HTTP/1.1" 204 0
2026-03-30 06:25:23 [bca.uk] INFO: Found listing with ID: AK62%20DWZ
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK62%2520DWZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:23 [bca.uk] INFO: Scrape type for AK62%20DWZ: 2
2026-03-30 06:25:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 232d87b8-1d5c-58ad-a5b0-cfa60981d8e6 with identifier: AK62%20DWZ
2026-03-30 06:25:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 232d87b8-1d5c-58ad-a5b0-cfa60981d8e6 with scrape type 2
2026-03-30 06:25:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 232d87b8-1d5c-58ad-a5b0-cfa60981d8e6 with scrape type 2
2026-03-30 06:25:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 232d87b8-1d5c-58ad-a5b0-cfa60981d8e6, identifier: AK62%20DWZ
2026-03-30 06:25:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ff9b3dd-3fb7-5b86-8665-33e3fd264f34 with identifier: MV23%20PAO
2026-03-30 06:25:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ff9b3dd-3fb7-5b86-8665-33e3fd264f34 with identifier: MV23%20PAO
2026-03-30 06:25:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ff9b3dd-3fb7-5b86-8665-33e3fd264f34 with identifier: MV23%20PAO to the API
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV23%20PAO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5ff9b3dd-3fb7-5b86-8665-33e3fd264f34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MV23 PAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV23%20PAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 45313,
 'odometer_reading_unit': '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': 'LRWYHCEK3PC725668',
 'year': 2023}
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520PAO%27 HTTP/1.1" 200 None
2026-03-30 06:25:23 [bca.uk] INFO: Saving data for MV23%20PAO: {'auction_closing_time': 1774951200.0, 'created_time': 1774016640.964852, 'last_price_update_time': 1774851923.998454}
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV23%2520PAO') HTTP/1.1" 204 0
2026-03-30 06:25:24 [bca.uk] INFO: Found listing with ID: LK13%20VNL
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520VNL%27 HTTP/1.1" 200 None
2026-03-30 06:25:24 [bca.uk] INFO: Scrape type for LK13%20VNL: 2
2026-03-30 06:25:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e010702-7605-5009-84d4-00223667292a with identifier: LK13%20VNL
2026-03-30 06:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e010702-7605-5009-84d4-00223667292a with scrape type 2
2026-03-30 06:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e010702-7605-5009-84d4-00223667292a with scrape type 2
2026-03-30 06:25:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e010702-7605-5009-84d4-00223667292a, identifier: LK13%20VNL
2026-03-30 06:25:24 [bca.uk] INFO: Found listing with ID: RE72%20NLT
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520NLT%27 HTTP/1.1" 200 None
2026-03-30 06:25:24 [bca.uk] INFO: Scrape type for RE72%20NLT: 2
2026-03-30 06:25:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60bf5b70-20ad-5a47-9f83-a7162f0d664c with identifier: RE72%20NLT
2026-03-30 06:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60bf5b70-20ad-5a47-9f83-a7162f0d664c with scrape type 2
2026-03-30 06:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60bf5b70-20ad-5a47-9f83-a7162f0d664c with scrape type 2
2026-03-30 06:25:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60bf5b70-20ad-5a47-9f83-a7162f0d664c, identifier: RE72%20NLT
2026-03-30 06:25:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47156ef7-9de2-57d8-93a0-8169a839925f with identifier: CJ73%20WEP
2026-03-30 06:25:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47156ef7-9de2-57d8-93a0-8169a839925f with identifier: CJ73%20WEP
2026-03-30 06:25:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47156ef7-9de2-57d8-93a0-8169a839925f with identifier: CJ73%20WEP to the API
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ73%20WEP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '47156ef7-9de2-57d8-93a0-8169a839925f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ73 WEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ73%20WEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'CITROEN',
 'model': 'C3 AIRCROSS',
 'odometer': 13633,
 'odometer_reading_unit': '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 130 PLUS EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PLUS EAT6',
 'vin': 'VF72RHNS1P4326974',
 'year': 2023}
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ73%2520WEP%27 HTTP/1.1" 200 None
2026-03-30 06:25:24 [bca.uk] INFO: Saving data for CJ73%20WEP: {'auction_closing_time': 1774951200.0, 'created_time': 1774622056.703592, 'last_price_update_time': 1774851924.531783}
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ73%2520WEP') HTTP/1.1" 204 0
2026-03-30 06:25:24 [bca.uk] INFO: Found listing with ID: AF69%20FCP
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF69%2520FCP%27 HTTP/1.1" 200 None
2026-03-30 06:25:24 [bca.uk] INFO: Scrape type for AF69%20FCP: 2
2026-03-30 06:25:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea4d874c-6430-5d66-bc7c-254cac107a68 with identifier: AF69%20FCP
2026-03-30 06:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea4d874c-6430-5d66-bc7c-254cac107a68 with scrape type 2
2026-03-30 06:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea4d874c-6430-5d66-bc7c-254cac107a68 with scrape type 2
2026-03-30 06:25:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea4d874c-6430-5d66-bc7c-254cac107a68, identifier: AF69%20FCP
2026-03-30 06:25:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 232d87b8-1d5c-58ad-a5b0-cfa60981d8e6 with identifier: AK62%20DWZ
2026-03-30 06:25:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 232d87b8-1d5c-58ad-a5b0-cfa60981d8e6 with identifier: AK62%20DWZ
2026-03-30 06:25:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 232d87b8-1d5c-58ad-a5b0-cfa60981d8e6 with identifier: AK62%20DWZ to the API
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK62%20DWZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '232d87b8-1d5c-58ad-a5b0-cfa60981d8e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK62 DWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK62%20DWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 102284,
 'odometer_reading_unit': '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 GRAND PICASSO 1.6 VTI EDITION MPV',
 'transmission': 'manual',
 'trim': 'VTI EDITION',
 'vin': 'VF7UA5FS0CJ737928',
 'year': 2012}
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK62%2520DWZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:24 [bca.uk] INFO: Saving data for AK62%20DWZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621178.17658, 'last_price_update_time': 1774851924.919192}
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK62%2520DWZ') HTTP/1.1" 204 0
2026-03-30 06:25:24 [bca.uk] INFO: Found listing with ID: PG04%20HLN
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG04%2520HLN%27 HTTP/1.1" 200 None
2026-03-30 06:25:24 [bca.uk] INFO: Scrape type for PG04%20HLN: 2
2026-03-30 06:25:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54be58af-4d79-5263-ad46-9c770beea2c9 with identifier: PG04%20HLN
2026-03-30 06:25:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54be58af-4d79-5263-ad46-9c770beea2c9 with scrape type 2
2026-03-30 06:25:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54be58af-4d79-5263-ad46-9c770beea2c9 with scrape type 2
2026-03-30 06:25:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54be58af-4d79-5263-ad46-9c770beea2c9, identifier: PG04%20HLN
2026-03-30 06:25:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e010702-7605-5009-84d4-00223667292a with identifier: LK13%20VNL
2026-03-30 06:25:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e010702-7605-5009-84d4-00223667292a with identifier: LK13%20VNL
2026-03-30 06:25:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e010702-7605-5009-84d4-00223667292a with identifier: LK13%20VNL to the API
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK13%20VNL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3e010702-7605-5009-84d4-00223667292a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK13 VNL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK13%20VNL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 97149,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 1.2 TSI 105 S Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 105 S',
 'vin': 'VSSZZZ5FZDR019563',
 'year': 2013}
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520VNL%27 HTTP/1.1" 200 None
2026-03-30 06:25:25 [bca.uk] INFO: Saving data for LK13%20VNL: {'auction_closing_time': 1775037600.0, 'created_time': 1774563164.330562, 'last_price_update_time': 1774851925.312875}
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK13%2520VNL') HTTP/1.1" 204 0
2026-03-30 06:25:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60bf5b70-20ad-5a47-9f83-a7162f0d664c with identifier: RE72%20NLT
2026-03-30 06:25:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60bf5b70-20ad-5a47-9f83-a7162f0d664c with identifier: RE72%20NLT
2026-03-30 06:25:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60bf5b70-20ad-5a47-9f83-a7162f0d664c with identifier: RE72%20NLT to the API
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE72%20NLT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '60bf5b70-20ad-5a47-9f83-a7162f0d664c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE72 NLT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE72%20NLT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '218I GRAN COUPE',
 'odometer': 8185,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 218I GRAN COUPE 1.5 136 SPORT (LCP) Coupe',
 'transmission': 'manual',
 'trim': '136 SPORT (LCP)',
 'vin': 'WBA12AK0707L77950',
 'year': 2022}
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520NLT%27 HTTP/1.1" 200 None
2026-03-30 06:25:25 [bca.uk] INFO: Saving data for RE72%20NLT: {'auction_closing_time': 1775037600.0, 'created_time': 1774621395.547495, 'last_price_update_time': 1774851925.60561}
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE72%2520NLT') HTTP/1.1" 204 0
2026-03-30 06:25:25 [bca.uk] INFO: Found listing with ID: DS68%20HHV
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520HHV%27 HTTP/1.1" 200 None
2026-03-30 06:25:25 [bca.uk] INFO: Scrape type for DS68%20HHV: 2
2026-03-30 06:25:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 231edc69-c11d-5456-9931-46698ab10bc1 with identifier: DS68%20HHV
2026-03-30 06:25:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 231edc69-c11d-5456-9931-46698ab10bc1 with scrape type 2
2026-03-30 06:25:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 231edc69-c11d-5456-9931-46698ab10bc1 with scrape type 2
2026-03-30 06:25:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 231edc69-c11d-5456-9931-46698ab10bc1, identifier: DS68%20HHV
2026-03-30 06:25:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea4d874c-6430-5d66-bc7c-254cac107a68 with identifier: AF69%20FCP
2026-03-30 06:25:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea4d874c-6430-5d66-bc7c-254cac107a68 with identifier: AF69%20FCP
2026-03-30 06:25:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea4d874c-6430-5d66-bc7c-254cac107a68 with identifier: AF69%20FCP to the API
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF69%20FCP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ea4d874c-6430-5d66-bc7c-254cac107a68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF69 FCP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF69%20FCP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 77849,
 'odometer_reading_unit': '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': 'SALWA2AKXLA891442',
 'year': 2019}
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF69%2520FCP%27 HTTP/1.1" 200 None
2026-03-30 06:25:26 [bca.uk] INFO: Saving data for AF69%20FCP: {'auction_closing_time': 1775037600.0, 'created_time': 1774621829.181104, 'last_price_update_time': 1774851926.017155}
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF69%2520FCP') HTTP/1.1" 204 0
2026-03-30 06:25:26 [bca.uk] INFO: Found listing with ID: LM64%20DCX
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM64%2520DCX%27 HTTP/1.1" 200 None
2026-03-30 06:25:26 [bca.uk] INFO: Scrape type for LM64%20DCX: 2
2026-03-30 06:25:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d511b93-cc01-526e-86cb-d768ec266df1 with identifier: LM64%20DCX
2026-03-30 06:25:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d511b93-cc01-526e-86cb-d768ec266df1 with scrape type 2
2026-03-30 06:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d511b93-cc01-526e-86cb-d768ec266df1 with scrape type 2
2026-03-30 06:25:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d511b93-cc01-526e-86cb-d768ec266df1, identifier: LM64%20DCX
2026-03-30 06:25:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54be58af-4d79-5263-ad46-9c770beea2c9 with identifier: PG04%20HLN
2026-03-30 06:25:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54be58af-4d79-5263-ad46-9c770beea2c9 with identifier: PG04%20HLN
2026-03-30 06:25:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54be58af-4d79-5263-ad46-9c770beea2c9 with identifier: PG04%20HLN to the API
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '54be58af-4d79-5263-ad46-9c770beea2c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PG04 HLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PG04%20HLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 120344,
 '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': 'MINI COOPER 1.6  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWRC32050TG47764',
 'year': 2004}
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG04%2520HLN%27 HTTP/1.1" 200 None
2026-03-30 06:25:26 [bca.uk] INFO: Saving data for PG04%20HLN: {'auction_closing_time': 1774951200.0, 'created_time': 1774621126.151457, 'last_price_update_time': 1774851926.51663}
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PG04%2520HLN') HTTP/1.1" 204 0
2026-03-30 06:25:26 [bca.uk] INFO: Found listing with ID: OE03%20OHV
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE03%2520OHV%27 HTTP/1.1" 200 None
2026-03-30 06:25:26 [bca.uk] INFO: Scrape type for OE03%20OHV: 2
2026-03-30 06:25:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bb1940c-e17f-5026-9966-a625bd40a29a with identifier: OE03%20OHV
2026-03-30 06:25:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bb1940c-e17f-5026-9966-a625bd40a29a with scrape type 2
2026-03-30 06:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bb1940c-e17f-5026-9966-a625bd40a29a with scrape type 2
2026-03-30 06:25:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bb1940c-e17f-5026-9966-a625bd40a29a, identifier: OE03%20OHV
2026-03-30 06:25:26 [bca.uk] INFO: Found listing with ID: SF08%20YGT
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF08%2520YGT%27 HTTP/1.1" 200 None
2026-03-30 06:25:26 [bca.uk] INFO: Scrape type for SF08%20YGT: 2
2026-03-30 06:25:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d3bb2b6-f6c2-5856-91cd-e5930b437956 with identifier: SF08%20YGT
2026-03-30 06:25:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d3bb2b6-f6c2-5856-91cd-e5930b437956 with scrape type 2
2026-03-30 06:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d3bb2b6-f6c2-5856-91cd-e5930b437956 with scrape type 2
2026-03-30 06:25:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d3bb2b6-f6c2-5856-91cd-e5930b437956, identifier: SF08%20YGT
2026-03-30 06:25:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 231edc69-c11d-5456-9931-46698ab10bc1 with identifier: DS68%20HHV
2026-03-30 06:25:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 231edc69-c11d-5456-9931-46698ab10bc1 with identifier: DS68%20HHV
2026-03-30 06:25:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 231edc69-c11d-5456-9931-46698ab10bc1 with identifier: DS68%20HHV to the API
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS68%20HHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '231edc69-c11d-5456-9931-46698ab10bc1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS68 HHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS68%20HHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 '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': 'VAUXHALL CROSSLAND X 1.2 ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'ELITE',
 'vin': 'W0V7H9EE9K4097779',
 'year': 2018}
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520HHV%27 HTTP/1.1" 200 None
2026-03-30 06:25:27 [bca.uk] INFO: Saving data for DS68%20HHV: {'auction_closing_time': 1775124000.0, 'created_time': 1774621957.112477, 'last_price_update_time': 1774851927.017474}
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS68%2520HHV') HTTP/1.1" 204 0
2026-03-30 06:25:27 [bca.uk] INFO: Found listing with ID: FE23%20TRX
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520TRX%27 HTTP/1.1" 200 None
2026-03-30 06:25:27 [bca.uk] INFO: Scrape type for FE23%20TRX: 2
2026-03-30 06:25:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eef7fca1-5281-54d6-80bd-cff7d76daf5d with identifier: FE23%20TRX
2026-03-30 06:25:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eef7fca1-5281-54d6-80bd-cff7d76daf5d with scrape type 2
2026-03-30 06:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eef7fca1-5281-54d6-80bd-cff7d76daf5d with scrape type 2
2026-03-30 06:25:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eef7fca1-5281-54d6-80bd-cff7d76daf5d, identifier: FE23%20TRX
2026-03-30 06:25:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d511b93-cc01-526e-86cb-d768ec266df1 with identifier: LM64%20DCX
2026-03-30 06:25:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d511b93-cc01-526e-86cb-d768ec266df1 with identifier: LM64%20DCX
2026-03-30 06:25:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d511b93-cc01-526e-86cb-d768ec266df1 with identifier: LM64%20DCX to the API
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM64%20DCX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9d511b93-cc01-526e-86cb-d768ec266df1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM64 DCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM64%20DCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LEXUS',
 'model': 'RX',
 'odometer': 93411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'LEXUS RX 3.5 450 H LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': '450 H LUXURY',
 'vin': 'JTJBC11A702463493',
 'year': 2014}
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM64%2520DCX%27 HTTP/1.1" 200 None
2026-03-30 06:25:27 [bca.uk] INFO: Saving data for LM64%20DCX: {'auction_closing_time': 1775124000.0, 'created_time': 1774563424.992586, 'last_price_update_time': 1774851927.429096}
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM64%2520DCX') HTTP/1.1" 204 0
2026-03-30 06:25:27 [bca.uk] INFO: Found listing with ID: OV21%20NMJ
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:27 [bca.uk] INFO: Scrape type for OV21%20NMJ: 2
2026-03-30 06:25:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77a630d7-dc46-5b52-9661-aab9594cec91 with identifier: OV21%20NMJ
2026-03-30 06:25:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77a630d7-dc46-5b52-9661-aab9594cec91 with scrape type 2
2026-03-30 06:25:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77a630d7-dc46-5b52-9661-aab9594cec91 with scrape type 2
2026-03-30 06:25:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77a630d7-dc46-5b52-9661-aab9594cec91, identifier: OV21%20NMJ
2026-03-30 06:25:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bb1940c-e17f-5026-9966-a625bd40a29a with identifier: OE03%20OHV
2026-03-30 06:25:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bb1940c-e17f-5026-9966-a625bd40a29a with identifier: OE03%20OHV
2026-03-30 06:25:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bb1940c-e17f-5026-9966-a625bd40a29a with identifier: OE03%20OHV to the API
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE03%20OHV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6bb1940c-e17f-5026-9966-a625bd40a29a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE03 OHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE03%20OHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 51183,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 SX Hatchback',
 'transmission': 'manual',
 'trim': 'SX',
 'vin': 'SJNFBAK12U1082107',
 'year': 2003}
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE03%2520OHV%27 HTTP/1.1" 200 None
2026-03-30 06:25:27 [bca.uk] INFO: Saving data for OE03%20OHV: {'auction_closing_time': 1775037600.0, 'created_time': 1774563262.592131, 'last_price_update_time': 1774851927.834426}
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE03%2520OHV') HTTP/1.1" 204 0
2026-03-30 06:25:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d3bb2b6-f6c2-5856-91cd-e5930b437956 with identifier: SF08%20YGT
2026-03-30 06:25:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d3bb2b6-f6c2-5856-91cd-e5930b437956 with identifier: SF08%20YGT
2026-03-30 06:25:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d3bb2b6-f6c2-5856-91cd-e5930b437956 with identifier: SF08%20YGT to the API
2026-03-30 06:25:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9d3bb2b6-f6c2-5856-91cd-e5930b437956',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF08 YGT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF08%20YGT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 129803,
 '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': 'HYUNDAI TUCSON 2.0 CRTD LIMITED StationWagon',
 'transmission': 'manual',
 'trim': 'CRTD LIMITED',
 'vin': 'KMHJN81VR8U742234',
 'year': 2008}
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF08%2520YGT%27 HTTP/1.1" 200 None
2026-03-30 06:25:28 [bca.uk] INFO: Saving data for SF08%20YGT: {'auction_closing_time': 1774951200.0, 'created_time': 1774621387.437751, 'last_price_update_time': 1774851928.124253}
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF08%2520YGT') HTTP/1.1" 204 0
2026-03-30 06:25:28 [bca.uk] INFO: Found listing with ID: GU70%20PGO
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU70%2520PGO%27 HTTP/1.1" 200 None
2026-03-30 06:25:28 [bca.uk] INFO: Scrape type for GU70%20PGO: 2
2026-03-30 06:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c08ea12f-d83e-5e41-a070-b7d4ec188567 with identifier: GU70%20PGO
2026-03-30 06:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c08ea12f-d83e-5e41-a070-b7d4ec188567 with scrape type 2
2026-03-30 06:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c08ea12f-d83e-5e41-a070-b7d4ec188567 with scrape type 2
2026-03-30 06:25:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c08ea12f-d83e-5e41-a070-b7d4ec188567, identifier: GU70%20PGO
2026-03-30 06:25:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eef7fca1-5281-54d6-80bd-cff7d76daf5d with identifier: FE23%20TRX
2026-03-30 06:25:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eef7fca1-5281-54d6-80bd-cff7d76daf5d with identifier: FE23%20TRX
2026-03-30 06:25:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eef7fca1-5281-54d6-80bd-cff7d76daf5d with identifier: FE23%20TRX to the API
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20TRX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'eef7fca1-5281-54d6-80bd-cff7d76daf5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE23 TRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20TRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 22508,
 'odometer_reading_unit': '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': 'SALZA2AT3PH215224',
 'year': 2023}
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520TRX%27 HTTP/1.1" 200 None
2026-03-30 06:25:28 [bca.uk] INFO: Saving data for FE23%20TRX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621832.375932, 'last_price_update_time': 1774851928.531066}
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520TRX') HTTP/1.1" 204 0
2026-03-30 06:25:28 [bca.uk] INFO: Found listing with ID: CK09%20WRX
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK09%2520WRX%27 HTTP/1.1" 200 None
2026-03-30 06:25:28 [bca.uk] INFO: Scrape type for CK09%20WRX: 2
2026-03-30 06:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e1acb11-26bb-577e-a48c-92290512cf6c with identifier: CK09%20WRX
2026-03-30 06:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e1acb11-26bb-577e-a48c-92290512cf6c with scrape type 2
2026-03-30 06:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e1acb11-26bb-577e-a48c-92290512cf6c with scrape type 2
2026-03-30 06:25:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e1acb11-26bb-577e-a48c-92290512cf6c, identifier: CK09%20WRX
2026-03-30 06:25:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77a630d7-dc46-5b52-9661-aab9594cec91 with identifier: OV21%20NMJ
2026-03-30 06:25:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77a630d7-dc46-5b52-9661-aab9594cec91 with identifier: OV21%20NMJ
2026-03-30 06:25:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77a630d7-dc46-5b52-9661-aab9594cec91 with identifier: OV21%20NMJ to the API
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV21%20NMJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77a630d7-dc46-5b52-9661-aab9594cec91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV21 NMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV21%20NMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 34816,
 'odometer_reading_unit': '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 A200 1.3 EXCLUSIVE ED.DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE ED.DCT',
 'vin': 'W1K1770872N230888',
 'year': 2021}
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:28 [bca.uk] INFO: Saving data for OV21%20NMJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774621143.71288, 'last_price_update_time': 1774851928.924162}
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV21%2520NMJ') HTTP/1.1" 204 0
2026-03-30 06:25:28 [bca.uk] INFO: Found listing with ID: OY16%20BTX
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520BTX%27 HTTP/1.1" 200 None
2026-03-30 06:25:28 [bca.uk] INFO: Scrape type for OY16%20BTX: 2
2026-03-30 06:25:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54f20f5c-6cd0-54e4-9558-933898f39c03 with identifier: OY16%20BTX
2026-03-30 06:25:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54f20f5c-6cd0-54e4-9558-933898f39c03 with scrape type 2
2026-03-30 06:25:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54f20f5c-6cd0-54e4-9558-933898f39c03 with scrape type 2
2026-03-30 06:25:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54f20f5c-6cd0-54e4-9558-933898f39c03, identifier: OY16%20BTX
2026-03-30 06:25:29 [bca.uk] INFO: Found listing with ID: DY74%20XDX
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XDX%27 HTTP/1.1" 200 None
2026-03-30 06:25:29 [bca.uk] INFO: Scrape type for DY74%20XDX: 2
2026-03-30 06:25:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46f91054-8604-5336-875e-24cc9486cf0b with identifier: DY74%20XDX
2026-03-30 06:25:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46f91054-8604-5336-875e-24cc9486cf0b with scrape type 2
2026-03-30 06:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46f91054-8604-5336-875e-24cc9486cf0b with scrape type 2
2026-03-30 06:25:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46f91054-8604-5336-875e-24cc9486cf0b, identifier: DY74%20XDX
2026-03-30 06:25:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c08ea12f-d83e-5e41-a070-b7d4ec188567 with identifier: GU70%20PGO
2026-03-30 06:25:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c08ea12f-d83e-5e41-a070-b7d4ec188567 with identifier: GU70%20PGO
2026-03-30 06:25:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c08ea12f-d83e-5e41-a070-b7d4ec188567 with identifier: GU70%20PGO to the API
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU70%20PGO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c08ea12f-d83e-5e41-a070-b7d4ec188567',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU70 PGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU70%20PGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 18878,
 'odometer_reading_unit': '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 2.0 S SPORT Convertible',
 'transmission': 'manual',
 'trim': 'S SPORT',
 'vin': 'WMWWJ520903M11670',
 'year': 2020}
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU70%2520PGO%27 HTTP/1.1" 200 None
2026-03-30 06:25:29 [bca.uk] INFO: Saving data for GU70%20PGO: {'auction_closing_time': 1774951200.0, 'created_time': 1774425728.307454, 'last_price_update_time': 1774851929.455532}
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU70%2520PGO') HTTP/1.1" 204 0
2026-03-30 06:25:29 [bca.uk] INFO: Found listing with ID: LF16%20UZY
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF16%2520UZY%27 HTTP/1.1" 200 None
2026-03-30 06:25:29 [bca.uk] INFO: Scrape type for LF16%20UZY: 2
2026-03-30 06:25:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32298398-dcb0-531c-852b-cbb2d4ec591b with identifier: LF16%20UZY
2026-03-30 06:25:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32298398-dcb0-531c-852b-cbb2d4ec591b with scrape type 2
2026-03-30 06:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32298398-dcb0-531c-852b-cbb2d4ec591b with scrape type 2
2026-03-30 06:25:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32298398-dcb0-531c-852b-cbb2d4ec591b, identifier: LF16%20UZY
2026-03-30 06:25:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e1acb11-26bb-577e-a48c-92290512cf6c with identifier: CK09%20WRX
2026-03-30 06:25:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e1acb11-26bb-577e-a48c-92290512cf6c with identifier: CK09%20WRX
2026-03-30 06:25:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e1acb11-26bb-577e-a48c-92290512cf6c with identifier: CK09%20WRX to the API
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK09%20WRX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4e1acb11-26bb-577e-a48c-92290512cf6c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK09 WRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK09%20WRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'SUZUKI',
 'model': 'JIMNY',
 'odometer': 96018,
 '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': 'SUZUKI JIMNY 1.3 VVT JLX+ Estate',
 'transmission': 'manual',
 'trim': 'VVT JLX+',
 'vin': 'JSAFJB43V00348587',
 'year': 2009}
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK09%2520WRX%27 HTTP/1.1" 200 None
2026-03-30 06:25:29 [bca.uk] INFO: Saving data for CK09%20WRX: {'auction_closing_time': 1774951200.0, 'created_time': 1774621176.457314, 'last_price_update_time': 1774851929.874529}
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK09%2520WRX') HTTP/1.1" 204 0
2026-03-30 06:25:29 [bca.uk] INFO: Found listing with ID: OV23%20MYM
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520MYM%27 HTTP/1.1" 200 None
2026-03-30 06:25:29 [bca.uk] INFO: Scrape type for OV23%20MYM: 2
2026-03-30 06:25:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6907a908-adfe-5e71-980d-48180a9733b4 with identifier: OV23%20MYM
2026-03-30 06:25:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6907a908-adfe-5e71-980d-48180a9733b4 with scrape type 2
2026-03-30 06:25:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6907a908-adfe-5e71-980d-48180a9733b4 with scrape type 2
2026-03-30 06:25:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6907a908-adfe-5e71-980d-48180a9733b4, identifier: OV23%20MYM
2026-03-30 06:25:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54f20f5c-6cd0-54e4-9558-933898f39c03 with identifier: OY16%20BTX
2026-03-30 06:25:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54f20f5c-6cd0-54e4-9558-933898f39c03 with identifier: OY16%20BTX
2026-03-30 06:25:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54f20f5c-6cd0-54e4-9558-933898f39c03 with identifier: OY16%20BTX to the API
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY16%20BTX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '54f20f5c-6cd0-54e4-9558-933898f39c03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY16 BTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY16%20BTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'TOLEDO',
 'odometer': 103791,
 'odometer_reading_unit': '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 TOLEDO 1.2 TSI 110 STYLE ADVANCE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 STYLE ADVANCE',
 'vin': 'VSSZZZNHZG1012806',
 'year': 2016}
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY16%2520BTX%27 HTTP/1.1" 200 None
2026-03-30 06:25:30 [bca.uk] INFO: Saving data for OY16%20BTX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621327.08063, 'last_price_update_time': 1774851930.312687}
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY16%2520BTX') HTTP/1.1" 204 0
2026-03-30 06:25:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46f91054-8604-5336-875e-24cc9486cf0b with identifier: DY74%20XDX
2026-03-30 06:25:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46f91054-8604-5336-875e-24cc9486cf0b with identifier: DY74%20XDX
2026-03-30 06:25:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46f91054-8604-5336-875e-24cc9486cf0b with identifier: DY74%20XDX to the API
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20XDX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '46f91054-8604-5336-875e-24cc9486cf0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY74 XDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20XDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'TOWNSTAR',
 'odometer': 4973,
 'odometer_reading_unit': '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': 'VNVNFK00771370098',
 'year': 2024}
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XDX%27 HTTP/1.1" 200 None
2026-03-30 06:25:30 [bca.uk] INFO: Saving data for DY74%20XDX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621392.900417, 'last_price_update_time': 1774851930.707334}
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520XDX') HTTP/1.1" 204 0
2026-03-30 06:25:30 [bca.uk] INFO: Found listing with ID: CV64%20HJX
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520HJX%27 HTTP/1.1" 200 None
2026-03-30 06:25:30 [bca.uk] INFO: Scrape type for CV64%20HJX: 2
2026-03-30 06:25:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff959c92-bac7-5d5e-a48b-be365fcd4c45 with identifier: CV64%20HJX
2026-03-30 06:25:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff959c92-bac7-5d5e-a48b-be365fcd4c45 with scrape type 2
2026-03-30 06:25:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff959c92-bac7-5d5e-a48b-be365fcd4c45 with scrape type 2
2026-03-30 06:25:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff959c92-bac7-5d5e-a48b-be365fcd4c45, identifier: CV64%20HJX
2026-03-30 06:25:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32298398-dcb0-531c-852b-cbb2d4ec591b with identifier: LF16%20UZY
2026-03-30 06:25:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32298398-dcb0-531c-852b-cbb2d4ec591b with identifier: LF16%20UZY
2026-03-30 06:25:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32298398-dcb0-531c-852b-cbb2d4ec591b with identifier: LF16%20UZY to the API
2026-03-30 06:25:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF16%20UZY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '32298398-dcb0-531c-852b-cbb2d4ec591b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF16 UZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF16%20UZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 114983,
 'odometer_reading_unit': '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 EXCLUSIV 2WD S/S StationWagon',
 'transmission': 'manual',
 'trim': 'T 140 EXCLUSIV 2WD S/S',
 'vin': 'W0LJC7E81GB565809',
 'year': 2016}
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF16%2520UZY%27 HTTP/1.1" 200 None
2026-03-30 06:25:31 [bca.uk] INFO: Saving data for LF16%20UZY: {'auction_closing_time': 1774864800.0, 'created_time': 1774350136.436701, 'last_price_update_time': 1774851931.476324}
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF16%2520UZY') HTTP/1.1" 204 0
2026-03-30 06:25:31 [bca.uk] INFO: Found listing with ID: YH05%20VKB
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH05%2520VKB%27 HTTP/1.1" 200 None
2026-03-30 06:25:31 [bca.uk] INFO: Scrape type for YH05%20VKB: 2
2026-03-30 06:25:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with identifier: YH05%20VKB
2026-03-30 06:25:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with scrape type 2
2026-03-30 06:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with scrape type 2
2026-03-30 06:25:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca5e72b3-883d-5fec-b4f6-4c09a7c02682, identifier: YH05%20VKB
2026-03-30 06:25:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6907a908-adfe-5e71-980d-48180a9733b4 with identifier: OV23%20MYM
2026-03-30 06:25:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6907a908-adfe-5e71-980d-48180a9733b4 with identifier: OV23%20MYM
2026-03-30 06:25:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6907a908-adfe-5e71-980d-48180a9733b4 with identifier: OV23%20MYM to the API
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20MYM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6907a908-adfe-5e71-980d-48180a9733b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV23 MYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20MYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 13217,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 300KW 78KWH DM4 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH DM4 LONG RANGE',
 'vin': 'YSMVSEDE6PL139775',
 'year': 2023}
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520MYM%27 HTTP/1.1" 200 None
2026-03-30 06:25:31 [bca.uk] INFO: Saving data for OV23%20MYM: {'auction_closing_time': 1774951200.0, 'created_time': 1774478377.363759, 'last_price_update_time': 1774851931.895103}
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520MYM') HTTP/1.1" 204 0
2026-03-30 06:25:31 [bca.uk] INFO: Found listing with ID: RJ16%20DYF
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ16%2520DYF%27 HTTP/1.1" 200 None
2026-03-30 06:25:31 [bca.uk] INFO: Scrape type for RJ16%20DYF: 2
2026-03-30 06:25:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efe8495d-03c7-5ebf-b191-8092ef095e23 with identifier: RJ16%20DYF
2026-03-30 06:25:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efe8495d-03c7-5ebf-b191-8092ef095e23 with scrape type 2
2026-03-30 06:25:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efe8495d-03c7-5ebf-b191-8092ef095e23 with scrape type 2
2026-03-30 06:25:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efe8495d-03c7-5ebf-b191-8092ef095e23, identifier: RJ16%20DYF
2026-03-30 06:25:32 [bca.uk] INFO: Found listing with ID: YY73%20XJU
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XJU%27 HTTP/1.1" 200 None
2026-03-30 06:25:32 [bca.uk] INFO: Scrape type for YY73%20XJU: 2
2026-03-30 06:25:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f5ff1a5-b4a3-5144-8d0e-d3e7b0203d81 with identifier: YY73%20XJU
2026-03-30 06:25:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f5ff1a5-b4a3-5144-8d0e-d3e7b0203d81 with scrape type 2
2026-03-30 06:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f5ff1a5-b4a3-5144-8d0e-d3e7b0203d81 with scrape type 2
2026-03-30 06:25:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f5ff1a5-b4a3-5144-8d0e-d3e7b0203d81, identifier: YY73%20XJU
2026-03-30 06:25:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff959c92-bac7-5d5e-a48b-be365fcd4c45 with identifier: CV64%20HJX
2026-03-30 06:25:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff959c92-bac7-5d5e-a48b-be365fcd4c45 with identifier: CV64%20HJX
2026-03-30 06:25:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff959c92-bac7-5d5e-a48b-be365fcd4c45 with identifier: CV64%20HJX to the API
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV64%20HJX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ff959c92-bac7-5d5e-a48b-be365fcd4c45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV64 HJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV64%20HJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 86412,
 'odometer_reading_unit': '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': 'W0LPE6EN9EG082010',
 'year': 2014}
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520HJX%27 HTTP/1.1" 200 None
2026-03-30 06:25:32 [bca.uk] INFO: Saving data for CV64%20HJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774479162.322203, 'last_price_update_time': 1774851932.407754}
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV64%2520HJX') HTTP/1.1" 204 0
2026-03-30 06:25:32 [bca.uk] INFO: Found listing with ID: OV12%20AEN
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV12%2520AEN%27 HTTP/1.1" 200 None
2026-03-30 06:25:32 [bca.uk] INFO: Scrape type for OV12%20AEN: 2
2026-03-30 06:25:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1d8416d-0676-5334-9274-0ebaf0609236 with identifier: OV12%20AEN
2026-03-30 06:25:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1d8416d-0676-5334-9274-0ebaf0609236 with scrape type 2
2026-03-30 06:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1d8416d-0676-5334-9274-0ebaf0609236 with scrape type 2
2026-03-30 06:25:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1d8416d-0676-5334-9274-0ebaf0609236, identifier: OV12%20AEN
2026-03-30 06:25:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with identifier: YH05%20VKB
2026-03-30 06:25:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with identifier: YH05%20VKB
2026-03-30 06:25:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca5e72b3-883d-5fec-b4f6-4c09a7c02682 with identifier: YH05%20VKB to the API
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 210,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH05%20VKB-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ca5e72b3-883d-5fec-b4f6-4c09a7c02682',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH05 VKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH05%20VKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MAZDA',
 'model': 'MX-5',
 'odometer': 90440,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-5 1.8 ICON Roadster',
 'transmission': 'manual',
 'trim': 'ICON',
 'vin': 'JMZNB18P200417360',
 'year': 2005}
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH05%2520VKB%27 HTTP/1.1" 200 None
2026-03-30 06:25:32 [bca.uk] INFO: Saving data for YH05%20VKB: {'auction_closing_time': 1775124000.0, 'created_time': 1774447407.969581, 'last_price_update_time': 1774851932.822199}
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH05%2520VKB') HTTP/1.1" 204 0
2026-03-30 06:25:32 [bca.uk] INFO: Found listing with ID: YM21%20VTU
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520VTU%27 HTTP/1.1" 200 None
2026-03-30 06:25:32 [bca.uk] INFO: Scrape type for YM21%20VTU: 2
2026-03-30 06:25:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53ff3b41-75fb-5d5f-8a4d-cd2e6ee81e04 with identifier: YM21%20VTU
2026-03-30 06:25:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53ff3b41-75fb-5d5f-8a4d-cd2e6ee81e04 with scrape type 2
2026-03-30 06:25:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53ff3b41-75fb-5d5f-8a4d-cd2e6ee81e04 with scrape type 2
2026-03-30 06:25:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53ff3b41-75fb-5d5f-8a4d-cd2e6ee81e04, identifier: YM21%20VTU
2026-03-30 06:25:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efe8495d-03c7-5ebf-b191-8092ef095e23 with identifier: RJ16%20DYF
2026-03-30 06:25:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efe8495d-03c7-5ebf-b191-8092ef095e23 with identifier: RJ16%20DYF
2026-03-30 06:25:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efe8495d-03c7-5ebf-b191-8092ef095e23 with identifier: RJ16%20DYF to the API
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ16%20DYF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'efe8495d-03c7-5ebf-b191-8092ef095e23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ16 DYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ16%20DYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 91159,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 1.4 M/AIR 140 LONGITUDE Hatchback',
 'transmission': 'manual',
 'trim': 'M/AIR 140 LONGITUDE',
 'vin': '1C4BU0000GPE15146',
 'year': 2016}
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ16%2520DYF%27 HTTP/1.1" 200 None
2026-03-30 06:25:33 [bca.uk] INFO: Saving data for RJ16%20DYF: {'auction_closing_time': 1775037600.0, 'created_time': 1774621308.35624, 'last_price_update_time': 1774851933.22658}
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ16%2520DYF') HTTP/1.1" 204 0
2026-03-30 06:25:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f5ff1a5-b4a3-5144-8d0e-d3e7b0203d81 with identifier: YY73%20XJU
2026-03-30 06:25:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f5ff1a5-b4a3-5144-8d0e-d3e7b0203d81 with identifier: YY73%20XJU
2026-03-30 06:25:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f5ff1a5-b4a3-5144-8d0e-d3e7b0203d81 with identifier: YY73%20XJU to the API
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XJU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f5ff1a5-b4a3-5144-8d0e-d3e7b0203d81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY73 XJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 14024,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H Hatchback',
 'transmission': 'manual',
 'trim': 'M/H',
 'vin': 'ZFACF1BJ3PJJ12083',
 'year': 2023}
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XJU%27 HTTP/1.1" 200 None
2026-03-30 06:25:33 [bca.uk] INFO: Saving data for YY73%20XJU: {'auction_closing_time': 1775037600.0, 'created_time': 1773834988.69103, 'last_price_update_time': 1774851933.527048}
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XJU') HTTP/1.1" 204 0
2026-03-30 06:25:33 [bca.uk] INFO: Found listing with ID: RJ22%20FLA
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520FLA%27 HTTP/1.1" 200 None
2026-03-30 06:25:33 [bca.uk] INFO: Scrape type for RJ22%20FLA: 2
2026-03-30 06:25:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 050be8da-6e35-5753-80f1-cb0fe825dfdf with identifier: RJ22%20FLA
2026-03-30 06:25:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 050be8da-6e35-5753-80f1-cb0fe825dfdf with scrape type 2
2026-03-30 06:25:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 050be8da-6e35-5753-80f1-cb0fe825dfdf with scrape type 2
2026-03-30 06:25:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 050be8da-6e35-5753-80f1-cb0fe825dfdf, identifier: RJ22%20FLA
2026-03-30 06:25:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1d8416d-0676-5334-9274-0ebaf0609236 with identifier: OV12%20AEN
2026-03-30 06:25:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1d8416d-0676-5334-9274-0ebaf0609236 with identifier: OV12%20AEN
2026-03-30 06:25:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1d8416d-0676-5334-9274-0ebaf0609236 with identifier: OV12%20AEN to the API
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV12%20AEN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1d8416d-0676-5334-9274-0ebaf0609236',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV12 AEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV12%20AEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 95668,
 'odometer_reading_unit': '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 TDI 75 BLUEMOTION Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 75 BLUEMOTION',
 'vin': 'WVWZZZ6RZCY228976',
 'year': 2012}
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV12%2520AEN%27 HTTP/1.1" 200 None
2026-03-30 06:25:34 [bca.uk] INFO: Saving data for OV12%20AEN: {'auction_closing_time': 1774864800.0, 'created_time': 1773933120.248526, 'last_price_update_time': 1774851934.010177}
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV12%2520AEN') HTTP/1.1" 204 0
2026-03-30 06:25:34 [bca.uk] INFO: Found listing with ID: EU15%20ZJX
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU15%2520ZJX%27 HTTP/1.1" 200 None
2026-03-30 06:25:34 [bca.uk] INFO: Scrape type for EU15%20ZJX: 2
2026-03-30 06:25:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e017d635-19f4-5e96-ab53-00de48cd494d with identifier: EU15%20ZJX
2026-03-30 06:25:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e017d635-19f4-5e96-ab53-00de48cd494d with scrape type 2
2026-03-30 06:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e017d635-19f4-5e96-ab53-00de48cd494d with scrape type 2
2026-03-30 06:25:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e017d635-19f4-5e96-ab53-00de48cd494d, identifier: EU15%20ZJX
2026-03-30 06:25:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53ff3b41-75fb-5d5f-8a4d-cd2e6ee81e04 with identifier: YM21%20VTU
2026-03-30 06:25:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53ff3b41-75fb-5d5f-8a4d-cd2e6ee81e04 with identifier: YM21%20VTU
2026-03-30 06:25:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53ff3b41-75fb-5d5f-8a4d-cd2e6ee81e04 with identifier: YM21%20VTU to the API
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM21%20VTU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53ff3b41-75fb-5d5f-8a4d-cd2e6ee81e04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM21 VTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM21%20VTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA VIGNALE',
 'odometer': 32116,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA VIGNALE 1.0 E/B MHEV 125 EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 EDITION',
 'vin': 'WF0JXXGAHJMP55493',
 'year': 2021}
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520VTU%27 HTTP/1.1" 200 None
2026-03-30 06:25:34 [bca.uk] INFO: Saving data for YM21%20VTU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621144.087081, 'last_price_update_time': 1774851934.418134}
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM21%2520VTU') HTTP/1.1" 204 0
2026-03-30 06:25:34 [bca.uk] INFO: Found listing with ID: RV11%20MXY
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV11%2520MXY%27 HTTP/1.1" 200 None
2026-03-30 06:25:34 [bca.uk] INFO: Scrape type for RV11%20MXY: 2
2026-03-30 06:25:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f34ddf3-919b-5727-bc84-4a70efc4e10c with identifier: RV11%20MXY
2026-03-30 06:25:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f34ddf3-919b-5727-bc84-4a70efc4e10c with scrape type 2
2026-03-30 06:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f34ddf3-919b-5727-bc84-4a70efc4e10c with scrape type 2
2026-03-30 06:25:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f34ddf3-919b-5727-bc84-4a70efc4e10c, identifier: RV11%20MXY
2026-03-30 06:25:34 [bca.uk] INFO: Found listing with ID: FM24%20YPU
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM24%2520YPU%27 HTTP/1.1" 200 None
2026-03-30 06:25:34 [bca.uk] INFO: Scrape type for FM24%20YPU: 2
2026-03-30 06:25:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e8d55a1-095d-59db-b469-53642666dbc4 with identifier: FM24%20YPU
2026-03-30 06:25:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e8d55a1-095d-59db-b469-53642666dbc4 with scrape type 2
2026-03-30 06:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e8d55a1-095d-59db-b469-53642666dbc4 with scrape type 2
2026-03-30 06:25:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e8d55a1-095d-59db-b469-53642666dbc4, identifier: FM24%20YPU
2026-03-30 06:25:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 050be8da-6e35-5753-80f1-cb0fe825dfdf with identifier: RJ22%20FLA
2026-03-30 06:25:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 050be8da-6e35-5753-80f1-cb0fe825dfdf with identifier: RJ22%20FLA
2026-03-30 06:25:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 050be8da-6e35-5753-80f1-cb0fe825dfdf with identifier: RJ22%20FLA to the API
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ22%20FLA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '050be8da-6e35-5753-80f1-cb0fe825dfdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ22 FLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ22%20FLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'MERCEDES-BENZ',
 'model': 'GLB 200',
 'odometer': 15018,
 'odometer_reading_unit': '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 GLB 200 1.3 AMG LINE 7G StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE 7G',
 'vin': 'W1N2476872W204142',
 'year': 2022}
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520FLA%27 HTTP/1.1" 200 None
2026-03-30 06:25:34 [bca.uk] INFO: Saving data for RJ22%20FLA: {'auction_closing_time': 1774951200.0, 'created_time': 1774621981.773551, 'last_price_update_time': 1774851934.928784}
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ22%2520FLA') HTTP/1.1" 204 0
2026-03-30 06:25:34 [bca.uk] INFO: Found listing with ID: RA66%20UPX
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520UPX%27 HTTP/1.1" 200 None
2026-03-30 06:25:34 [bca.uk] INFO: Scrape type for RA66%20UPX: 2
2026-03-30 06:25:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02323ffc-3cf0-578e-a335-86e8c60e59ba with identifier: RA66%20UPX
2026-03-30 06:25:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02323ffc-3cf0-578e-a335-86e8c60e59ba with scrape type 2
2026-03-30 06:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02323ffc-3cf0-578e-a335-86e8c60e59ba with scrape type 2
2026-03-30 06:25:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02323ffc-3cf0-578e-a335-86e8c60e59ba, identifier: RA66%20UPX
2026-03-30 06:25:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e017d635-19f4-5e96-ab53-00de48cd494d with identifier: EU15%20ZJX
2026-03-30 06:25:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e017d635-19f4-5e96-ab53-00de48cd494d with identifier: EU15%20ZJX
2026-03-30 06:25:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e017d635-19f4-5e96-ab53-00de48cd494d with identifier: EU15%20ZJX to the API
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU15%20ZJX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e017d635-19f4-5e96-ab53-00de48cd494d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU15 ZJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU15%20ZJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 19320,
 'odometer_reading_unit': '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 TITANIUM S/S Hatchback',
 'transmission': 'manual',
 'trim': 'TITANIUM S/S',
 'vin': 'WF0UXXLTRUEB11780',
 'year': 2015}
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU15%2520ZJX%27 HTTP/1.1" 200 None
2026-03-30 06:25:35 [bca.uk] INFO: Saving data for EU15%20ZJX: {'auction_closing_time': 1775124000.0, 'created_time': 1774621172.172063, 'last_price_update_time': 1774851935.346253}
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU15%2520ZJX') HTTP/1.1" 204 0
2026-03-30 06:25:35 [bca.uk] INFO: Found listing with ID: YR70%20FWZ
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520FWZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:35 [bca.uk] INFO: Scrape type for YR70%20FWZ: 2
2026-03-30 06:25:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2beb7219-9245-5cd9-89ac-29c5f5dee3ef with identifier: YR70%20FWZ
2026-03-30 06:25:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2beb7219-9245-5cd9-89ac-29c5f5dee3ef with scrape type 2
2026-03-30 06:25:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2beb7219-9245-5cd9-89ac-29c5f5dee3ef with scrape type 2
2026-03-30 06:25:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2beb7219-9245-5cd9-89ac-29c5f5dee3ef, identifier: YR70%20FWZ
2026-03-30 06:25:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f34ddf3-919b-5727-bc84-4a70efc4e10c with identifier: RV11%20MXY
2026-03-30 06:25:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f34ddf3-919b-5727-bc84-4a70efc4e10c with identifier: RV11%20MXY
2026-03-30 06:25:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f34ddf3-919b-5727-bc84-4a70efc4e10c with identifier: RV11%20MXY to the API
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV11%20MXY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8f34ddf3-919b-5727-bc84-4a70efc4e10c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV11 MXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV11%20MXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 94316,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.6 V-MATIC SR Hatchback',
 'transmission': 'manual',
 'trim': 'V-MATIC SR',
 'vin': 'SB1KE56E20E020705',
 'year': 2011}
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV11%2520MXY%27 HTTP/1.1" 200 None
2026-03-30 06:25:35 [bca.uk] INFO: Saving data for RV11%20MXY: {'auction_closing_time': 1775037600.0, 'created_time': 1774563158.425936, 'last_price_update_time': 1774851935.830293}
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV11%2520MXY') HTTP/1.1" 204 0
2026-03-30 06:25:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e8d55a1-095d-59db-b469-53642666dbc4 with identifier: FM24%20YPU
2026-03-30 06:25:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e8d55a1-095d-59db-b469-53642666dbc4 with identifier: FM24%20YPU
2026-03-30 06:25:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e8d55a1-095d-59db-b469-53642666dbc4 with identifier: FM24%20YPU to the API
2026-03-30 06:25:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6e8d55a1-095d-59db-b469-53642666dbc4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM24 YPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM24%20YPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 62521,
 'odometer_reading_unit': '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': 'WF0RXXTA2RRB96080',
 'year': 2024}
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM24%2520YPU%27 HTTP/1.1" 200 None
2026-03-30 06:25:36 [bca.uk] INFO: Saving data for FM24%20YPU: {'auction_closing_time': 1775124000.0, 'created_time': 1774621566.774652, 'last_price_update_time': 1774851936.134056}
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM24%2520YPU') HTTP/1.1" 204 0
2026-03-30 06:25:36 [bca.uk] INFO: Found listing with ID: NL61%20GXK
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520GXK%27 HTTP/1.1" 200 None
2026-03-30 06:25:36 [bca.uk] INFO: Scrape type for NL61%20GXK: 2
2026-03-30 06:25:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e883de8d-2094-52ca-99c2-aee4a2624843 with identifier: NL61%20GXK
2026-03-30 06:25:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e883de8d-2094-52ca-99c2-aee4a2624843 with scrape type 2
2026-03-30 06:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e883de8d-2094-52ca-99c2-aee4a2624843 with scrape type 2
2026-03-30 06:25:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e883de8d-2094-52ca-99c2-aee4a2624843, identifier: NL61%20GXK
2026-03-30 06:25:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02323ffc-3cf0-578e-a335-86e8c60e59ba with identifier: RA66%20UPX
2026-03-30 06:25:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02323ffc-3cf0-578e-a335-86e8c60e59ba with identifier: RA66%20UPX
2026-03-30 06:25:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02323ffc-3cf0-578e-a335-86e8c60e59ba with identifier: RA66%20UPX to the API
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA66%20UPX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '02323ffc-3cf0-578e-a335-86e8c60e59ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA66 UPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA66%20UPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVA',
 'odometer': 62188,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVA 1.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'W0LDD6E71HC730782',
 'year': 2017}
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520UPX%27 HTTP/1.1" 200 None
2026-03-30 06:25:36 [bca.uk] INFO: Saving data for RA66%20UPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563112.159651, 'last_price_update_time': 1774851936.534953}
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA66%2520UPX') HTTP/1.1" 204 0
2026-03-30 06:25:36 [bca.uk] INFO: Found listing with ID: CE65%20FXR
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE65%2520FXR%27 HTTP/1.1" 200 None
2026-03-30 06:25:36 [bca.uk] INFO: Scrape type for CE65%20FXR: 2
2026-03-30 06:25:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 559a3ee6-2003-5d88-96f3-a8acc24f39f7 with identifier: CE65%20FXR
2026-03-30 06:25:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 559a3ee6-2003-5d88-96f3-a8acc24f39f7 with scrape type 2
2026-03-30 06:25:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 559a3ee6-2003-5d88-96f3-a8acc24f39f7 with scrape type 2
2026-03-30 06:25:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 559a3ee6-2003-5d88-96f3-a8acc24f39f7, identifier: CE65%20FXR
2026-03-30 06:25:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2beb7219-9245-5cd9-89ac-29c5f5dee3ef with identifier: YR70%20FWZ
2026-03-30 06:25:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2beb7219-9245-5cd9-89ac-29c5f5dee3ef with identifier: YR70%20FWZ
2026-03-30 06:25:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2beb7219-9245-5cd9-89ac-29c5f5dee3ef with identifier: YR70%20FWZ to the API
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR70%20FWZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2beb7219-9245-5cd9-89ac-29c5f5dee3ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR70 FWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR70%20FWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 158295,
 'odometer_reading_unit': '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 COROLLA T/S 1.8 VVT-I HYBRID ICON TECH Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON TECH',
 'vin': 'SB1Z93BE60E142609',
 'year': 2020}
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520FWZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:36 [bca.uk] INFO: Saving data for YR70%20FWZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621141.517464, 'last_price_update_time': 1774851936.980613}
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR70%2520FWZ') HTTP/1.1" 204 0
2026-03-30 06:25:37 [bca.uk] INFO: Found listing with ID: WM14%20HBK
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520HBK%27 HTTP/1.1" 200 None
2026-03-30 06:25:37 [bca.uk] INFO: Scrape type for WM14%20HBK: 2
2026-03-30 06:25:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd6dc33d-49b7-5266-8e77-f71661182520 with identifier: WM14%20HBK
2026-03-30 06:25:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd6dc33d-49b7-5266-8e77-f71661182520 with scrape type 2
2026-03-30 06:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd6dc33d-49b7-5266-8e77-f71661182520 with scrape type 2
2026-03-30 06:25:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd6dc33d-49b7-5266-8e77-f71661182520, identifier: WM14%20HBK
2026-03-30 06:25:37 [bca.uk] INFO: Found listing with ID: SD70%20WDE
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD70%2520WDE%27 HTTP/1.1" 200 None
2026-03-30 06:25:37 [bca.uk] INFO: Scrape type for SD70%20WDE: 2
2026-03-30 06:25:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 536198fb-95e2-5ffa-b4cd-5e4c65eaf2cc with identifier: SD70%20WDE
2026-03-30 06:25:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 536198fb-95e2-5ffa-b4cd-5e4c65eaf2cc with scrape type 2
2026-03-30 06:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 536198fb-95e2-5ffa-b4cd-5e4c65eaf2cc with scrape type 2
2026-03-30 06:25:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 536198fb-95e2-5ffa-b4cd-5e4c65eaf2cc, identifier: SD70%20WDE
2026-03-30 06:25:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e883de8d-2094-52ca-99c2-aee4a2624843 with identifier: NL61%20GXK
2026-03-30 06:25:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e883de8d-2094-52ca-99c2-aee4a2624843 with identifier: NL61%20GXK
2026-03-30 06:25:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e883de8d-2094-52ca-99c2-aee4a2624843 with identifier: NL61%20GXK to the API
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL61%20GXK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e883de8d-2094-52ca-99c2-aee4a2624843',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL61 GXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL61%20GXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 145194,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 MATCH DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'MATCH DSG',
 'vin': 'WVWZZZ6RZCY512205',
 'year': 2011}
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520GXK%27 HTTP/1.1" 200 None
2026-03-30 06:25:37 [bca.uk] INFO: Saving data for NL61%20GXK: {'auction_closing_time': 1775124000.0, 'created_time': 1774621982.7569, 'last_price_update_time': 1774851937.521932}
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL61%2520GXK') HTTP/1.1" 204 0
2026-03-30 06:25:37 [bca.uk] INFO: Found listing with ID: RE68%20ECJ
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520ECJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:37 [bca.uk] INFO: Scrape type for RE68%20ECJ: 0
2026-03-30 06:25:37 [bca.uk] INFO: Found listing with ID: S6%20HXF
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S6%2520HXF%27 HTTP/1.1" 200 None
2026-03-30 06:25:37 [bca.uk] INFO: Scrape type for S6%20HXF: 2
2026-03-30 06:25:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65011b00-9b2b-5384-92af-0eb6e55f785f with identifier: S6%20HXF
2026-03-30 06:25:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65011b00-9b2b-5384-92af-0eb6e55f785f with scrape type 2
2026-03-30 06:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65011b00-9b2b-5384-92af-0eb6e55f785f with scrape type 2
2026-03-30 06:25:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65011b00-9b2b-5384-92af-0eb6e55f785f, identifier: S6%20HXF
2026-03-30 06:25:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 559a3ee6-2003-5d88-96f3-a8acc24f39f7 with identifier: CE65%20FXR
2026-03-30 06:25:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 559a3ee6-2003-5d88-96f3-a8acc24f39f7 with identifier: CE65%20FXR
2026-03-30 06:25:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 559a3ee6-2003-5d88-96f3-a8acc24f39f7 with identifier: CE65%20FXR to the API
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '559a3ee6-2003-5d88-96f3-a8acc24f39f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE65 FXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE65%20FXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'CITROEN',
 'model': 'BERLINGO L1',
 'odometer': 149502,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO L1 1.6 HDI 75 625KG ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'HDI 75 625KG ENTERPRISE',
 'vin': 'VF77B9HN0FJ750409',
 'year': 2015}
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE65%2520FXR%27 HTTP/1.1" 200 None
2026-03-30 06:25:37 [bca.uk] INFO: Saving data for CE65%20FXR: {'auction_closing_time': 1774951200.0, 'created_time': 1774621163.90413, 'last_price_update_time': 1774851937.940992}
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE65%2520FXR') HTTP/1.1" 204 0
2026-03-30 06:25:37 [bca.uk] INFO: Found listing with ID: DL22%20OCV
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL22%2520OCV%27 HTTP/1.1" 200 None
2026-03-30 06:25:37 [bca.uk] INFO: Scrape type for DL22%20OCV: 2
2026-03-30 06:25:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a87d75a9-aa37-5af8-bcb0-94b595f0edcc with identifier: DL22%20OCV
2026-03-30 06:25:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a87d75a9-aa37-5af8-bcb0-94b595f0edcc with scrape type 2
2026-03-30 06:25:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a87d75a9-aa37-5af8-bcb0-94b595f0edcc with scrape type 2
2026-03-30 06:25:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a87d75a9-aa37-5af8-bcb0-94b595f0edcc, identifier: DL22%20OCV
2026-03-30 06:25:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd6dc33d-49b7-5266-8e77-f71661182520 with identifier: WM14%20HBK
2026-03-30 06:25:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd6dc33d-49b7-5266-8e77-f71661182520 with identifier: WM14%20HBK
2026-03-30 06:25:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd6dc33d-49b7-5266-8e77-f71661182520 with identifier: WM14%20HBK to the API
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM14%20HBK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cd6dc33d-49b7-5266-8e77-f71661182520',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM14 HBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM14%20HBK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 61030,
 'odometer_reading_unit': '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 ECOSPORT 1.0 E/B 125 TITANIUM X StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0BXXMRKBEL12765',
 'year': 2014}
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520HBK%27 HTTP/1.1" 200 None
2026-03-30 06:25:38 [bca.uk] INFO: Saving data for WM14%20HBK: {'auction_closing_time': 1775037600.0, 'created_time': 1774621313.249096, 'last_price_update_time': 1774851938.359676}
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM14%2520HBK') HTTP/1.1" 204 0
2026-03-30 06:25:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 536198fb-95e2-5ffa-b4cd-5e4c65eaf2cc with identifier: SD70%20WDE
2026-03-30 06:25:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 536198fb-95e2-5ffa-b4cd-5e4c65eaf2cc with identifier: SD70%20WDE
2026-03-30 06:25:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 536198fb-95e2-5ffa-b4cd-5e4c65eaf2cc with identifier: SD70%20WDE to the API
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '536198fb-95e2-5ffa-b4cd-5e4c65eaf2cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD70 WDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD70%20WDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 42940,
 'odometer_reading_unit': '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': 'manual',
 'trim': 'DCI 190 TT 4WD TEKNA',
 'vin': 'VSKCTND23U0144091',
 'year': 2020}
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD70%2520WDE%27 HTTP/1.1" 200 None
2026-03-30 06:25:38 [bca.uk] INFO: Saving data for SD70%20WDE: {'auction_closing_time': 1775124000.0, 'created_time': 1774621663.463953, 'last_price_update_time': 1774851938.65139}
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD70%2520WDE') HTTP/1.1" 204 0
2026-03-30 06:25:38 [bca.uk] INFO: Found listing with ID: DV19%20WPO
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520WPO%27 HTTP/1.1" 200 None
2026-03-30 06:25:38 [bca.uk] INFO: Scrape type for DV19%20WPO: 2
2026-03-30 06:25:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d416df90-a6fc-5548-94b8-5265aa87c787 with identifier: DV19%20WPO
2026-03-30 06:25:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d416df90-a6fc-5548-94b8-5265aa87c787 with scrape type 2
2026-03-30 06:25:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d416df90-a6fc-5548-94b8-5265aa87c787 with scrape type 2
2026-03-30 06:25:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d416df90-a6fc-5548-94b8-5265aa87c787, identifier: DV19%20WPO
2026-03-30 06:25:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65011b00-9b2b-5384-92af-0eb6e55f785f with identifier: S6%20HXF
2026-03-30 06:25:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65011b00-9b2b-5384-92af-0eb6e55f785f with identifier: S6%20HXF
2026-03-30 06:25:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65011b00-9b2b-5384-92af-0eb6e55f785f with identifier: S6%20HXF to the API
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S6%20HXF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '65011b00-9b2b-5384-92af-0eb6e55f785f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'S6 HXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=S6%20HXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 56375,
 '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 PREMIUM LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 240 PREMIUM LUXURY',
 'vin': 'SAJAC0643ANR72090',
 'year': 2009}
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S6%2520HXF%27 HTTP/1.1" 200 None
2026-03-30 06:25:39 [bca.uk] INFO: Saving data for S6%20HXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774622022.253921, 'last_price_update_time': 1774851939.110774}
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='S6%2520HXF') HTTP/1.1" 204 0
2026-03-30 06:25:39 [bca.uk] INFO: Found listing with ID: LN62%20ZNM
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN62%2520ZNM%27 HTTP/1.1" 200 None
2026-03-30 06:25:39 [bca.uk] INFO: Scrape type for LN62%20ZNM: 2
2026-03-30 06:25:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a09f065-45bf-56ed-a548-4ea2e20a1d78 with identifier: LN62%20ZNM
2026-03-30 06:25:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a09f065-45bf-56ed-a548-4ea2e20a1d78 with scrape type 2
2026-03-30 06:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a09f065-45bf-56ed-a548-4ea2e20a1d78 with scrape type 2
2026-03-30 06:25:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a09f065-45bf-56ed-a548-4ea2e20a1d78, identifier: LN62%20ZNM
2026-03-30 06:25:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a87d75a9-aa37-5af8-bcb0-94b595f0edcc with identifier: DL22%20OCV
2026-03-30 06:25:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a87d75a9-aa37-5af8-bcb0-94b595f0edcc with identifier: DL22%20OCV
2026-03-30 06:25:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a87d75a9-aa37-5af8-bcb0-94b595f0edcc with identifier: DL22%20OCV to the API
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL22%20OCV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a87d75a9-aa37-5af8-bcb0-94b595f0edcc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL22 OCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL22%20OCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 34221,
 'odometer_reading_unit': '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': 'LSJA24399MN178075',
 'year': 2022}
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL22%2520OCV%27 HTTP/1.1" 200 None
2026-03-30 06:25:39 [bca.uk] INFO: Saving data for DL22%20OCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621139.632001, 'last_price_update_time': 1774851939.532375}
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL22%2520OCV') HTTP/1.1" 204 0
2026-03-30 06:25:39 [bca.uk] INFO: Found listing with ID: VE22%20FKB
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520FKB%27 HTTP/1.1" 200 None
2026-03-30 06:25:39 [bca.uk] INFO: Scrape type for VE22%20FKB: 2
2026-03-30 06:25:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 308e8202-6da6-55c3-8f89-316181c901d2 with identifier: VE22%20FKB
2026-03-30 06:25:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 308e8202-6da6-55c3-8f89-316181c901d2 with scrape type 2
2026-03-30 06:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 308e8202-6da6-55c3-8f89-316181c901d2 with scrape type 2
2026-03-30 06:25:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 308e8202-6da6-55c3-8f89-316181c901d2, identifier: VE22%20FKB
2026-03-30 06:25:39 [bca.uk] INFO: Found listing with ID: GX16%20BYW
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520BYW%27 HTTP/1.1" 200 None
2026-03-30 06:25:39 [bca.uk] INFO: Scrape type for GX16%20BYW: 2
2026-03-30 06:25:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c898697b-5c93-56ea-9c05-63822b68ebff with identifier: GX16%20BYW
2026-03-30 06:25:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c898697b-5c93-56ea-9c05-63822b68ebff with scrape type 2
2026-03-30 06:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c898697b-5c93-56ea-9c05-63822b68ebff with scrape type 2
2026-03-30 06:25:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c898697b-5c93-56ea-9c05-63822b68ebff, identifier: GX16%20BYW
2026-03-30 06:25:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d416df90-a6fc-5548-94b8-5265aa87c787 with identifier: DV19%20WPO
2026-03-30 06:25:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d416df90-a6fc-5548-94b8-5265aa87c787 with identifier: DV19%20WPO
2026-03-30 06:25:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d416df90-a6fc-5548-94b8-5265aa87c787 with identifier: DV19%20WPO to the API
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV19%20WPO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd416df90-a6fc-5548-94b8-5265aa87c787',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV19 WPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV19%20WPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 60624,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SE',
 'vin': 'W0VZRHNS6KS121912',
 'year': 2019}
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520WPO%27 HTTP/1.1" 200 None
2026-03-30 06:25:40 [bca.uk] INFO: Saving data for DV19%20WPO: {'auction_closing_time': 1775124000.0, 'created_time': 1774621983.470005, 'last_price_update_time': 1774851940.033274}
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV19%2520WPO') HTTP/1.1" 204 0
2026-03-30 06:25:40 [bca.uk] INFO: Found listing with ID: VE71%20LYK
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520LYK%27 HTTP/1.1" 200 None
2026-03-30 06:25:40 [bca.uk] INFO: Scrape type for VE71%20LYK: 0
2026-03-30 06:25:40 [bca.uk] INFO: Found listing with ID: WN69%20KKH
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520KKH%27 HTTP/1.1" 200 None
2026-03-30 06:25:40 [bca.uk] INFO: Scrape type for WN69%20KKH: 2
2026-03-30 06:25:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f813314-789c-5289-89aa-7a0315d113ce with identifier: WN69%20KKH
2026-03-30 06:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f813314-789c-5289-89aa-7a0315d113ce with scrape type 2
2026-03-30 06:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f813314-789c-5289-89aa-7a0315d113ce with scrape type 2
2026-03-30 06:25:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f813314-789c-5289-89aa-7a0315d113ce, identifier: WN69%20KKH
2026-03-30 06:25:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a09f065-45bf-56ed-a548-4ea2e20a1d78 with identifier: LN62%20ZNM
2026-03-30 06:25:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a09f065-45bf-56ed-a548-4ea2e20a1d78 with identifier: LN62%20ZNM
2026-03-30 06:25:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a09f065-45bf-56ed-a548-4ea2e20a1d78 with identifier: LN62%20ZNM to the API
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN62%20ZNM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0a09f065-45bf-56ed-a548-4ea2e20a1d78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN62 ZNM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN62%20ZNM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'PRIUS PLUG-IN',
 'odometer': 258286,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'TOYOTA PRIUS PLUG-IN 1.8 VVTI Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI',
 'vin': 'JTDKN36PX03016382',
 'year': 2012}
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN62%2520ZNM%27 HTTP/1.1" 200 None
2026-03-30 06:25:40 [bca.uk] INFO: Saving data for LN62%20ZNM: {'auction_closing_time': 1775124000.0, 'created_time': 1774621139.260994, 'last_price_update_time': 1774851940.553228}
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN62%2520ZNM') HTTP/1.1" 204 0
2026-03-30 06:25:40 [bca.uk] INFO: Found listing with ID: EF72%20WBE
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF72%2520WBE%27 HTTP/1.1" 200 None
2026-03-30 06:25:40 [bca.uk] INFO: Scrape type for EF72%20WBE: 2
2026-03-30 06:25:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbc05e73-30b7-5e76-9af1-b452595bdd32 with identifier: EF72%20WBE
2026-03-30 06:25:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbc05e73-30b7-5e76-9af1-b452595bdd32 with scrape type 2
2026-03-30 06:25:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbc05e73-30b7-5e76-9af1-b452595bdd32 with scrape type 2
2026-03-30 06:25:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbc05e73-30b7-5e76-9af1-b452595bdd32, identifier: EF72%20WBE
2026-03-30 06:25:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 308e8202-6da6-55c3-8f89-316181c901d2 with identifier: VE22%20FKB
2026-03-30 06:25:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 308e8202-6da6-55c3-8f89-316181c901d2 with identifier: VE22%20FKB
2026-03-30 06:25:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 308e8202-6da6-55c3-8f89-316181c901d2 with identifier: VE22%20FKB to the API
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE22%20FKB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '308e8202-6da6-55c3-8f89-316181c901d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE22 FKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE22%20FKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 19011,
 'odometer_reading_unit': '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 R LINE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-TSI 130 R LINE DSG',
 'vin': 'WVWZZZCDZNW206280',
 'year': 2022}
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520FKB%27 HTTP/1.1" 200 None
2026-03-30 06:25:40 [bca.uk] INFO: Saving data for VE22%20FKB: {'auction_closing_time': 1774951200.0, 'created_time': 1774621322.031214, 'last_price_update_time': 1774851940.947666}
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE22%2520FKB') HTTP/1.1" 204 0
2026-03-30 06:25:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c898697b-5c93-56ea-9c05-63822b68ebff with identifier: GX16%20BYW
2026-03-30 06:25:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c898697b-5c93-56ea-9c05-63822b68ebff with identifier: GX16%20BYW
2026-03-30 06:25:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c898697b-5c93-56ea-9c05-63822b68ebff with identifier: GX16%20BYW to the API
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX16%20BYW-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c898697b-5c93-56ea-9c05-63822b68ebff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX16 BYW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX16%20BYW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 115461,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 SDRIVE 18D SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18D SPORT',
 'vin': 'WBAHT72060P987501',
 'year': 2016}
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520BYW%27 HTTP/1.1" 200 None
2026-03-30 06:25:41 [bca.uk] INFO: Saving data for GX16%20BYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774621657.230499, 'last_price_update_time': 1774851941.261501}
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX16%2520BYW') HTTP/1.1" 204 0
2026-03-30 06:25:41 [bca.uk] INFO: Found listing with ID: FD72%20PVN
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520PVN%27 HTTP/1.1" 200 None
2026-03-30 06:25:41 [bca.uk] INFO: Scrape type for FD72%20PVN: 2
2026-03-30 06:25:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bca0aa3-fcde-5275-a4e0-047b673754f9 with identifier: FD72%20PVN
2026-03-30 06:25:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bca0aa3-fcde-5275-a4e0-047b673754f9 with scrape type 2
2026-03-30 06:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bca0aa3-fcde-5275-a4e0-047b673754f9 with scrape type 2
2026-03-30 06:25:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bca0aa3-fcde-5275-a4e0-047b673754f9, identifier: FD72%20PVN
2026-03-30 06:25:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f813314-789c-5289-89aa-7a0315d113ce with identifier: WN69%20KKH
2026-03-30 06:25:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f813314-789c-5289-89aa-7a0315d113ce with identifier: WN69%20KKH
2026-03-30 06:25:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f813314-789c-5289-89aa-7a0315d113ce with identifier: WN69%20KKH to the API
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN69%20KKH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f813314-789c-5289-89aa-7a0315d113ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN69 KKH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN69%20KKH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 22516,
 'odometer_reading_unit': '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': 'W0V0XEP08K4362030',
 'year': 2019}
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520KKH%27 HTTP/1.1" 200 None
2026-03-30 06:25:41 [bca.uk] INFO: Saving data for WN69%20KKH: {'auction_closing_time': 1774864800.0, 'created_time': 1774044640.575679, 'last_price_update_time': 1774851941.647776}
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN69%2520KKH') HTTP/1.1" 204 0
2026-03-30 06:25:41 [bca.uk] INFO: Found listing with ID: MK15%20UNE
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK15%2520UNE%27 HTTP/1.1" 200 None
2026-03-30 06:25:41 [bca.uk] INFO: Scrape type for MK15%20UNE: 2
2026-03-30 06:25:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ccbae7-874e-5bd2-a094-5b587958dbe0 with identifier: MK15%20UNE
2026-03-30 06:25:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ccbae7-874e-5bd2-a094-5b587958dbe0 with scrape type 2
2026-03-30 06:25:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ccbae7-874e-5bd2-a094-5b587958dbe0 with scrape type 2
2026-03-30 06:25:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50ccbae7-874e-5bd2-a094-5b587958dbe0, identifier: MK15%20UNE
2026-03-30 06:25:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbc05e73-30b7-5e76-9af1-b452595bdd32 with identifier: EF72%20WBE
2026-03-30 06:25:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbc05e73-30b7-5e76-9af1-b452595bdd32 with identifier: EF72%20WBE
2026-03-30 06:25:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbc05e73-30b7-5e76-9af1-b452595bdd32 with identifier: EF72%20WBE to the API
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF72%20WBE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cbc05e73-30b7-5e76-9af1-b452595bdd32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EF72 WBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF72%20WBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 31794,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM',
 'vin': 'WF0JXXGAHJNR76100',
 'year': 2023}
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF72%2520WBE%27 HTTP/1.1" 200 None
2026-03-30 06:25:42 [bca.uk] INFO: Saving data for EF72%20WBE: {'auction_closing_time': 1774951200.0, 'created_time': 1774621157.243309, 'last_price_update_time': 1774851942.072513}
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF72%2520WBE') HTTP/1.1" 204 0
2026-03-30 06:25:42 [bca.uk] INFO: Found listing with ID: RF17%20FMX
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF17%2520FMX%27 HTTP/1.1" 200 None
2026-03-30 06:25:42 [bca.uk] INFO: Scrape type for RF17%20FMX: 2
2026-03-30 06:25:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ba859fa-cf9a-5df3-9d76-251bfa4500d7 with identifier: RF17%20FMX
2026-03-30 06:25:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ba859fa-cf9a-5df3-9d76-251bfa4500d7 with scrape type 2
2026-03-30 06:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ba859fa-cf9a-5df3-9d76-251bfa4500d7 with scrape type 2
2026-03-30 06:25:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ba859fa-cf9a-5df3-9d76-251bfa4500d7, identifier: RF17%20FMX
2026-03-30 06:25:42 [bca.uk] INFO: Found listing with ID: KD15%20EHO
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD15%2520EHO%27 HTTP/1.1" 200 None
2026-03-30 06:25:42 [bca.uk] INFO: Scrape type for KD15%20EHO: 2
2026-03-30 06:25:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08a391ac-480b-5bb9-ace0-6dd57b9212fe with identifier: KD15%20EHO
2026-03-30 06:25:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08a391ac-480b-5bb9-ace0-6dd57b9212fe with scrape type 2
2026-03-30 06:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08a391ac-480b-5bb9-ace0-6dd57b9212fe with scrape type 2
2026-03-30 06:25:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08a391ac-480b-5bb9-ace0-6dd57b9212fe, identifier: KD15%20EHO
2026-03-30 06:25:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bca0aa3-fcde-5275-a4e0-047b673754f9 with identifier: FD72%20PVN
2026-03-30 06:25:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bca0aa3-fcde-5275-a4e0-047b673754f9 with identifier: FD72%20PVN
2026-03-30 06:25:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bca0aa3-fcde-5275-a4e0-047b673754f9 with identifier: FD72%20PVN to the API
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 39,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD72%20PVN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9bca0aa3-fcde-5275-a4e0-047b673754f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FD72 PVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD72%20PVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'BMW',
 'model': '330E',
 'odometer': 62806,
 'odometer_reading_unit': '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 Saloon',
 'transmission': 'automatic',
 'trim': 'T XDRIVE M SPORT',
 'vin': 'WBA30FS0808C92589',
 'year': 2022}
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520PVN%27 HTTP/1.1" 200 None
2026-03-30 06:25:42 [bca.uk] INFO: Saving data for FD72%20PVN: {'auction_closing_time': 1774951200.0, 'created_time': 1774621985.376578, 'last_price_update_time': 1774851942.5969}
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD72%2520PVN') HTTP/1.1" 204 0
2026-03-30 06:25:42 [bca.uk] INFO: Found listing with ID: WP65%20AOT
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP65%2520AOT%27 HTTP/1.1" 200 None
2026-03-30 06:25:42 [bca.uk] INFO: Scrape type for WP65%20AOT: 0
2026-03-30 06:25:42 [bca.uk] INFO: Found listing with ID: WR64%20VZJ
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR64%2520VZJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:42 [bca.uk] INFO: Scrape type for WR64%20VZJ: 0
2026-03-30 06:25:42 [bca.uk] INFO: Found listing with ID: WU22%20JXA
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520JXA%27 HTTP/1.1" 200 None
2026-03-30 06:25:42 [bca.uk] INFO: Scrape type for WU22%20JXA: 0
2026-03-30 06:25:42 [bca.uk] INFO: Found listing with ID: BX14%20XGB
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX14%2520XGB%27 HTTP/1.1" 200 None
2026-03-30 06:25:42 [bca.uk] INFO: Scrape type for BX14%20XGB: 2
2026-03-30 06:25:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e41fe69-cef4-5327-b5bf-e6238140139b with identifier: BX14%20XGB
2026-03-30 06:25:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e41fe69-cef4-5327-b5bf-e6238140139b with scrape type 2
2026-03-30 06:25:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e41fe69-cef4-5327-b5bf-e6238140139b with scrape type 2
2026-03-30 06:25:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e41fe69-cef4-5327-b5bf-e6238140139b, identifier: BX14%20XGB
2026-03-30 06:25:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50ccbae7-874e-5bd2-a094-5b587958dbe0 with identifier: MK15%20UNE
2026-03-30 06:25:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50ccbae7-874e-5bd2-a094-5b587958dbe0 with identifier: MK15%20UNE
2026-03-30 06:25:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50ccbae7-874e-5bd2-a094-5b587958dbe0 with identifier: MK15%20UNE to the API
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50ccbae7-874e-5bd2-a094-5b587958dbe0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK15 UNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK15%20UNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MAZDA',
 'model': '6',
 'odometer': 114903,
 'odometer_reading_unit': '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 6 2.2 D 150 SPORT Saloon',
 'transmission': 'manual',
 'trim': 'D 150 SPORT',
 'vin': 'JMZGJ621691301237',
 'year': 2015}
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK15%2520UNE%27 HTTP/1.1" 200 None
2026-03-30 06:25:43 [bca.uk] INFO: Saving data for MK15%20UNE: {'auction_closing_time': 1774951200.0, 'created_time': 1774621150.0639, 'last_price_update_time': 1774851943.065597}
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK15%2520UNE') HTTP/1.1" 204 0
2026-03-30 06:25:43 [bca.uk] INFO: Found listing with ID: EY69%20KKD
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY69%2520KKD%27 HTTP/1.1" 200 None
2026-03-30 06:25:43 [bca.uk] INFO: Scrape type for EY69%20KKD: 2
2026-03-30 06:25:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96922c3d-0259-5e2c-a5f7-973460e268a8 with identifier: EY69%20KKD
2026-03-30 06:25:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96922c3d-0259-5e2c-a5f7-973460e268a8 with scrape type 2
2026-03-30 06:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96922c3d-0259-5e2c-a5f7-973460e268a8 with scrape type 2
2026-03-30 06:25:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96922c3d-0259-5e2c-a5f7-973460e268a8, identifier: EY69%20KKD
2026-03-30 06:25:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ba859fa-cf9a-5df3-9d76-251bfa4500d7 with identifier: RF17%20FMX
2026-03-30 06:25:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ba859fa-cf9a-5df3-9d76-251bfa4500d7 with identifier: RF17%20FMX
2026-03-30 06:25:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ba859fa-cf9a-5df3-9d76-251bfa4500d7 with identifier: RF17%20FMX to the API
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF17%20FMX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ba859fa-cf9a-5df3-9d76-251bfa4500d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF17 FMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF17%20FMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'AYGO FUN ROOF',
 'odometer': 39857,
 'odometer_reading_unit': '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 FUN ROOF 1.0 VVT-I X-CLAIM X-SHIFT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I X-CLAIM X-SHIFT',
 'vin': 'JTDKGNECX0N254726',
 'year': 2017}
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF17%2520FMX%27 HTTP/1.1" 200 None
2026-03-30 06:25:43 [bca.uk] INFO: Saving data for RF17%20FMX: {'auction_closing_time': 1775210400.0, 'created_time': 1774621725.762917, 'last_price_update_time': 1774851943.554463}
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF17%2520FMX') HTTP/1.1" 204 0
2026-03-30 06:25:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08a391ac-480b-5bb9-ace0-6dd57b9212fe with identifier: KD15%20EHO
2026-03-30 06:25:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08a391ac-480b-5bb9-ace0-6dd57b9212fe with identifier: KD15%20EHO
2026-03-30 06:25:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08a391ac-480b-5bb9-ace0-6dd57b9212fe with identifier: KD15%20EHO to the API
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '08a391ac-480b-5bb9-ace0-6dd57b9212fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KD15 EHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD15%20EHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 87845,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'KIA RIO 1.4 3 ISG Hatchback',
 'transmission': 'manual',
 'trim': '3 ISG',
 'vin': 'KNADN512LG6743357',
 'year': 2015}
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD15%2520EHO%27 HTTP/1.1" 200 None
2026-03-30 06:25:43 [bca.uk] INFO: Saving data for KD15%20EHO: {'auction_closing_time': 1774951200.0, 'created_time': 1774621648.94861, 'last_price_update_time': 1774851943.844829}
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD15%2520EHO') HTTP/1.1" 204 0
2026-03-30 06:25:43 [bca.uk] INFO: Found listing with ID: EN15%20YKO
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN15%2520YKO%27 HTTP/1.1" 200 None
2026-03-30 06:25:43 [bca.uk] INFO: Scrape type for EN15%20YKO: 2
2026-03-30 06:25:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e8e6342-99e5-5151-aefc-618de844a40b with identifier: EN15%20YKO
2026-03-30 06:25:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e8e6342-99e5-5151-aefc-618de844a40b with scrape type 2
2026-03-30 06:25:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e8e6342-99e5-5151-aefc-618de844a40b with scrape type 2
2026-03-30 06:25:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e8e6342-99e5-5151-aefc-618de844a40b, identifier: EN15%20YKO
2026-03-30 06:25:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e41fe69-cef4-5327-b5bf-e6238140139b with identifier: BX14%20XGB
2026-03-30 06:25:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e41fe69-cef4-5327-b5bf-e6238140139b with identifier: BX14%20XGB
2026-03-30 06:25:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e41fe69-cef4-5327-b5bf-e6238140139b with identifier: BX14%20XGB to the API
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX14%20XGB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0e41fe69-cef4-5327-b5bf-e6238140139b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX14 XGB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX14%20XGB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 65761,
 'odometer_reading_unit': '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.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0DXXGAKDEL88824',
 'year': 2014}
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX14%2520XGB%27 HTTP/1.1" 200 None
2026-03-30 06:25:44 [bca.uk] INFO: Saving data for BX14%20XGB: {'auction_closing_time': 1774864800.0, 'created_time': 1774622045.206215, 'last_price_update_time': 1774851944.261677}
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX14%2520XGB') HTTP/1.1" 204 0
2026-03-30 06:25:44 [bca.uk] INFO: Found listing with ID: WM10%20CYJ
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM10%2520CYJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:44 [bca.uk] INFO: Scrape type for WM10%20CYJ: 2
2026-03-30 06:25:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6c7931e-538b-5b50-b26a-e2d07ec8f5d8 with identifier: WM10%20CYJ
2026-03-30 06:25:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6c7931e-538b-5b50-b26a-e2d07ec8f5d8 with scrape type 2
2026-03-30 06:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6c7931e-538b-5b50-b26a-e2d07ec8f5d8 with scrape type 2
2026-03-30 06:25:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6c7931e-538b-5b50-b26a-e2d07ec8f5d8, identifier: WM10%20CYJ
2026-03-30 06:25:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96922c3d-0259-5e2c-a5f7-973460e268a8 with identifier: EY69%20KKD
2026-03-30 06:25:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96922c3d-0259-5e2c-a5f7-973460e268a8 with identifier: EY69%20KKD
2026-03-30 06:25:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96922c3d-0259-5e2c-a5f7-973460e268a8 with identifier: EY69%20KKD to the API
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY69%20KKD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '96922c3d-0259-5e2c-a5f7-973460e268a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EY69 KKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY69%20KKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 44229,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 160 ACENTA PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 ACENTA PREMIUM DCT',
 'vin': 'SJNFFAJ11U2687663',
 'year': 2019}
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY69%2520KKD%27 HTTP/1.1" 200 None
2026-03-30 06:25:44 [bca.uk] INFO: Saving data for EY69%20KKD: {'auction_closing_time': 1774951200.0, 'created_time': 1774621138.25926, 'last_price_update_time': 1774851944.665024}
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY69%2520KKD') HTTP/1.1" 204 0
2026-03-30 06:25:44 [bca.uk] INFO: Found listing with ID: VO23%20PXF
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520PXF%27 HTTP/1.1" 200 None
2026-03-30 06:25:44 [bca.uk] INFO: Scrape type for VO23%20PXF: 2
2026-03-30 06:25:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be7f70de-e8f9-5975-8fa1-4697c53a8fa2 with identifier: VO23%20PXF
2026-03-30 06:25:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be7f70de-e8f9-5975-8fa1-4697c53a8fa2 with scrape type 2
2026-03-30 06:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be7f70de-e8f9-5975-8fa1-4697c53a8fa2 with scrape type 2
2026-03-30 06:25:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be7f70de-e8f9-5975-8fa1-4697c53a8fa2, identifier: VO23%20PXF
2026-03-30 06:25:44 [bca.uk] INFO: Found listing with ID: MV61%20YKG
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV61%2520YKG%27 HTTP/1.1" 200 None
2026-03-30 06:25:44 [bca.uk] INFO: Scrape type for MV61%20YKG: 2
2026-03-30 06:25:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 684cdf9d-e2fa-59b9-b35f-aaff1dc68676 with identifier: MV61%20YKG
2026-03-30 06:25:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 684cdf9d-e2fa-59b9-b35f-aaff1dc68676 with scrape type 2
2026-03-30 06:25:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 684cdf9d-e2fa-59b9-b35f-aaff1dc68676 with scrape type 2
2026-03-30 06:25:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 684cdf9d-e2fa-59b9-b35f-aaff1dc68676, identifier: MV61%20YKG
2026-03-30 06:25:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e8e6342-99e5-5151-aefc-618de844a40b with identifier: EN15%20YKO
2026-03-30 06:25:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e8e6342-99e5-5151-aefc-618de844a40b with identifier: EN15%20YKO
2026-03-30 06:25:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e8e6342-99e5-5151-aefc-618de844a40b with identifier: EN15%20YKO to the API
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN15%20YKO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1e8e6342-99e5-5151-aefc-618de844a40b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN15 YKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN15%20YKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'PULSAR',
 'odometer': 40497,
 'odometer_reading_unit': '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 PULSAR 1.5 DCI 110 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ACENTA',
 'vin': 'VSKDAAC13U0026460',
 'year': 2015}
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN15%2520YKO%27 HTTP/1.1" 200 None
2026-03-30 06:25:45 [bca.uk] INFO: Saving data for EN15%20YKO: {'auction_closing_time': 1775124000.0, 'created_time': 1774621947.624799, 'last_price_update_time': 1774851945.195721}
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN15%2520YKO') HTTP/1.1" 204 0
2026-03-30 06:25:45 [bca.uk] INFO: Found listing with ID: DL66%20JWY
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520JWY%27 HTTP/1.1" 200 None
2026-03-30 06:25:45 [bca.uk] INFO: Scrape type for DL66%20JWY: 2
2026-03-30 06:25:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58407b19-8b8e-5f3c-ac73-99473c8118b3 with identifier: DL66%20JWY
2026-03-30 06:25:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58407b19-8b8e-5f3c-ac73-99473c8118b3 with scrape type 2
2026-03-30 06:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58407b19-8b8e-5f3c-ac73-99473c8118b3 with scrape type 2
2026-03-30 06:25:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58407b19-8b8e-5f3c-ac73-99473c8118b3, identifier: DL66%20JWY
2026-03-30 06:25:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6c7931e-538b-5b50-b26a-e2d07ec8f5d8 with identifier: WM10%20CYJ
2026-03-30 06:25:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6c7931e-538b-5b50-b26a-e2d07ec8f5d8 with identifier: WM10%20CYJ
2026-03-30 06:25:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6c7931e-538b-5b50-b26a-e2d07ec8f5d8 with identifier: WM10%20CYJ to the API
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM10%20CYJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f6c7931e-538b-5b50-b26a-e2d07ec8f5d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM10 CYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM10%20CYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FIAT',
 'model': 'PUNTO EVO',
 'odometer': 121563,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FIAT PUNTO EVO 1.3 M/JET 95 ELEGANZA Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET 95 ELEGANZA',
 'vin': 'ZFA19900001673588',
 'year': 2010}
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM10%2520CYJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:45 [bca.uk] INFO: Saving data for WM10%20CYJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621164.741422, 'last_price_update_time': 1774851945.641075}
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM10%2520CYJ') HTTP/1.1" 204 0
2026-03-30 06:25:45 [bca.uk] INFO: Found listing with ID: FH70%20GYA
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520GYA%27 HTTP/1.1" 200 None
2026-03-30 06:25:45 [bca.uk] INFO: Scrape type for FH70%20GYA: 2
2026-03-30 06:25:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2a685f6-b156-586a-8243-da569765d69a with identifier: FH70%20GYA
2026-03-30 06:25:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2a685f6-b156-586a-8243-da569765d69a with scrape type 2
2026-03-30 06:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2a685f6-b156-586a-8243-da569765d69a with scrape type 2
2026-03-30 06:25:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2a685f6-b156-586a-8243-da569765d69a, identifier: FH70%20GYA
2026-03-30 06:25:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be7f70de-e8f9-5975-8fa1-4697c53a8fa2 with identifier: VO23%20PXF
2026-03-30 06:25:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be7f70de-e8f9-5975-8fa1-4697c53a8fa2 with identifier: VO23%20PXF
2026-03-30 06:25:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be7f70de-e8f9-5975-8fa1-4697c53a8fa2 with identifier: VO23%20PXF to the API
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO23%20PXF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'be7f70de-e8f9-5975-8fa1-4697c53a8fa2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO23 PXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO23%20PXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 33281,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150/58 LIFE PRO PERF(120KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150/58 LIFE PRO PERF(120KC)',
 'vin': 'WVWZZZE1ZPP041614',
 'year': 2023}
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520PXF%27 HTTP/1.1" 200 None
2026-03-30 06:25:46 [bca.uk] INFO: Saving data for VO23%20PXF: {'auction_closing_time': 1774951200.0, 'created_time': 1774621724.770273, 'last_price_update_time': 1774851946.085787}
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO23%2520PXF') HTTP/1.1" 204 0
2026-03-30 06:25:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 684cdf9d-e2fa-59b9-b35f-aaff1dc68676 with identifier: MV61%20YKG
2026-03-30 06:25:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 684cdf9d-e2fa-59b9-b35f-aaff1dc68676 with identifier: MV61%20YKG
2026-03-30 06:25:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 684cdf9d-e2fa-59b9-b35f-aaff1dc68676 with identifier: MV61%20YKG to the API
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 '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': '684cdf9d-e2fa-59b9-b35f-aaff1dc68676',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV61 YKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV61%20YKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 128196,
 'odometer_reading_unit': '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 SE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 16V 165 E/F SE S/S',
 'vin': 'W0LPE6EN5CG008404',
 'year': 2011}
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV61%2520YKG%27 HTTP/1.1" 200 None
2026-03-30 06:25:46 [bca.uk] INFO: Saving data for MV61%20YKG: {'auction_closing_time': 1774951200.0, 'created_time': 1774621647.781988, 'last_price_update_time': 1774851946.370003}
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV61%2520YKG') HTTP/1.1" 204 0
2026-03-30 06:25:46 [bca.uk] INFO: Found listing with ID: KR62%20YRJ
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR62%2520YRJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:46 [bca.uk] INFO: Scrape type for KR62%20YRJ: 2
2026-03-30 06:25:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97ff6b94-4f27-571a-a5a5-4ded6171260c with identifier: KR62%20YRJ
2026-03-30 06:25:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97ff6b94-4f27-571a-a5a5-4ded6171260c with scrape type 2
2026-03-30 06:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97ff6b94-4f27-571a-a5a5-4ded6171260c with scrape type 2
2026-03-30 06:25:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97ff6b94-4f27-571a-a5a5-4ded6171260c, identifier: KR62%20YRJ
2026-03-30 06:25:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58407b19-8b8e-5f3c-ac73-99473c8118b3 with identifier: DL66%20JWY
2026-03-30 06:25:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58407b19-8b8e-5f3c-ac73-99473c8118b3 with identifier: DL66%20JWY
2026-03-30 06:25:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58407b19-8b8e-5f3c-ac73-99473c8118b3 with identifier: DL66%20JWY to the API
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL66%20JWY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '58407b19-8b8e-5f3c-ac73-99473c8118b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL66 JWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL66%20JWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 105111,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 16V 100 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': '16V 100 DESIGN',
 'vin': 'W0LBD6ED9HG042440',
 'year': 2016}
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520JWY%27 HTTP/1.1" 200 None
2026-03-30 06:25:46 [bca.uk] INFO: Saving data for DL66%20JWY: {'auction_closing_time': 1774864800.0, 'created_time': 1774479434.193486, 'last_price_update_time': 1774851946.781135}
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL66%2520JWY') HTTP/1.1" 204 0
2026-03-30 06:25:46 [bca.uk] INFO: Found listing with ID: DF21%20YUB
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520YUB%27 HTTP/1.1" 200 None
2026-03-30 06:25:46 [bca.uk] INFO: Scrape type for DF21%20YUB: 2
2026-03-30 06:25:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff74fe44-0651-5c86-b22b-7d3cacdeca2a with identifier: DF21%20YUB
2026-03-30 06:25:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff74fe44-0651-5c86-b22b-7d3cacdeca2a with scrape type 2
2026-03-30 06:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff74fe44-0651-5c86-b22b-7d3cacdeca2a with scrape type 2
2026-03-30 06:25:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff74fe44-0651-5c86-b22b-7d3cacdeca2a, identifier: DF21%20YUB
2026-03-30 06:25:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2a685f6-b156-586a-8243-da569765d69a with identifier: FH70%20GYA
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:25:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=navy+blue HTTP/1.1" 200 None
2026-03-30 06:25:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:25: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:25:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2a685f6-b156-586a-8243-da569765d69a with identifier: FH70%20GYA
2026-03-30 06:25:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2a685f6-b156-586a-8243-da569765d69a with identifier: FH70%20GYA to the API
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH70%20GYA-GB',
 'category': 'Car',
 'color': 'navy blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e2a685f6-b156-586a-8243-da569765d69a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FH70 GYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH70%20GYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 31667,
 'odometer_reading_unit': '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.5 TURBO D 120 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 120 SRI',
 'vin': 'W0VBF6EVXMG009824',
 'year': 2021}
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520GYA%27 HTTP/1.1" 200 None
2026-03-30 06:25:47 [bca.uk] INFO: Saving data for FH70%20GYA: {'auction_closing_time': 1774951200.0, 'created_time': 1774621160.291525, 'last_price_update_time': 1774851947.316139}
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH70%2520GYA') HTTP/1.1" 204 0
2026-03-30 06:25:47 [bca.uk] INFO: Found listing with ID: OU15%20RWZ
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU15%2520RWZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:47 [bca.uk] INFO: Scrape type for OU15%20RWZ: 2
2026-03-30 06:25:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c254e69-3971-59ff-acb6-bd1bac8b002e with identifier: OU15%20RWZ
2026-03-30 06:25:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c254e69-3971-59ff-acb6-bd1bac8b002e with scrape type 2
2026-03-30 06:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c254e69-3971-59ff-acb6-bd1bac8b002e with scrape type 2
2026-03-30 06:25:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c254e69-3971-59ff-acb6-bd1bac8b002e, identifier: OU15%20RWZ
2026-03-30 06:25:47 [bca.uk] INFO: Found listing with ID: YM65%20RVC
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM65%2520RVC%27 HTTP/1.1" 200 None
2026-03-30 06:25:47 [bca.uk] INFO: Scrape type for YM65%20RVC: 2
2026-03-30 06:25:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1239b50b-1d1c-569d-8dc8-4d49efe5d00b with identifier: YM65%20RVC
2026-03-30 06:25:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1239b50b-1d1c-569d-8dc8-4d49efe5d00b with scrape type 2
2026-03-30 06:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1239b50b-1d1c-569d-8dc8-4d49efe5d00b with scrape type 2
2026-03-30 06:25:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1239b50b-1d1c-569d-8dc8-4d49efe5d00b, identifier: YM65%20RVC
2026-03-30 06:25:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97ff6b94-4f27-571a-a5a5-4ded6171260c with identifier: KR62%20YRJ
2026-03-30 06:25:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97ff6b94-4f27-571a-a5a5-4ded6171260c with identifier: KR62%20YRJ
2026-03-30 06:25:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97ff6b94-4f27-571a-a5a5-4ded6171260c with identifier: KR62%20YRJ to the API
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR62%20YRJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '97ff6b94-4f27-571a-a5a5-4ded6171260c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR62 YRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR62%20YRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 105955,
 'odometer_reading_unit': '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 TDI CR 170 FR+ Hatchback',
 'transmission': 'manual',
 'trim': 'TDI CR 170 FR+',
 'vin': 'VSSZZZ1PZDR031550',
 'year': 2012}
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR62%2520YRJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:47 [bca.uk] INFO: Saving data for KR62%20YRJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774621986.366187, 'last_price_update_time': 1774851947.8877}
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR62%2520YRJ') HTTP/1.1" 204 0
2026-03-30 06:25:48 [bca.uk] INFO: Found listing with ID: EU67%20ZKA
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU67%2520ZKA%27 HTTP/1.1" 200 None
2026-03-30 06:25:48 [bca.uk] INFO: Scrape type for EU67%20ZKA: 0
2026-03-30 06:25:48 [bca.uk] INFO: Found listing with ID: EW19%20FOC
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EW19%2520FOC%27 HTTP/1.1" 200 None
2026-03-30 06:25:48 [bca.uk] INFO: Scrape type for EW19%20FOC: 0
2026-03-30 06:25:48 [bca.uk] INFO: Found listing with ID: FN18%20YMZ
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN18%2520YMZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:48 [bca.uk] INFO: Scrape type for FN18%20YMZ: 0
2026-03-30 06:25:48 [bca.uk] INFO: Found listing with ID: HG67%20UFV
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG67%2520UFV%27 HTTP/1.1" 200 None
2026-03-30 06:25:48 [bca.uk] INFO: Scrape type for HG67%20UFV: 2
2026-03-30 06:25:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab85c3fa-1317-506d-bfc4-9ff17d71920f with identifier: HG67%20UFV
2026-03-30 06:25:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab85c3fa-1317-506d-bfc4-9ff17d71920f with scrape type 2
2026-03-30 06:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab85c3fa-1317-506d-bfc4-9ff17d71920f with scrape type 2
2026-03-30 06:25:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab85c3fa-1317-506d-bfc4-9ff17d71920f, identifier: HG67%20UFV
2026-03-30 06:25:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff74fe44-0651-5c86-b22b-7d3cacdeca2a with identifier: DF21%20YUB
2026-03-30 06:25:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff74fe44-0651-5c86-b22b-7d3cacdeca2a with identifier: DF21%20YUB
2026-03-30 06:25:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff74fe44-0651-5c86-b22b-7d3cacdeca2a with identifier: DF21%20YUB to the API
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF21%20YUB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ff74fe44-0651-5c86-b22b-7d3cacdeca2a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DF21 YUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF21%20YUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 34287,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW554205',
 'year': 2021}
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520YUB%27 HTTP/1.1" 200 None
2026-03-30 06:25:48 [bca.uk] INFO: Saving data for DF21%20YUB: {'auction_closing_time': 1774951200.0, 'created_time': 1774622338.36206, 'last_price_update_time': 1774851948.44215}
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF21%2520YUB') HTTP/1.1" 204 0
2026-03-30 06:25:48 [bca.uk] INFO: Found listing with ID: LM71%20AWG
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520AWG%27 HTTP/1.1" 200 None
2026-03-30 06:25:48 [bca.uk] INFO: Scrape type for LM71%20AWG: 2
2026-03-30 06:25:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c21ec501-191d-5622-a6d1-7cc0e1795e1f with identifier: LM71%20AWG
2026-03-30 06:25:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c21ec501-191d-5622-a6d1-7cc0e1795e1f with scrape type 2
2026-03-30 06:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c21ec501-191d-5622-a6d1-7cc0e1795e1f with scrape type 2
2026-03-30 06:25:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c21ec501-191d-5622-a6d1-7cc0e1795e1f, identifier: LM71%20AWG
2026-03-30 06:25:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c254e69-3971-59ff-acb6-bd1bac8b002e with identifier: OU15%20RWZ
2026-03-30 06:25:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c254e69-3971-59ff-acb6-bd1bac8b002e with identifier: OU15%20RWZ
2026-03-30 06:25:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c254e69-3971-59ff-acb6-bd1bac8b002e with identifier: OU15%20RWZ to the API
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU15%20RWZ-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5c254e69-3971-59ff-acb6-bd1bac8b002e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU15 RWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU15%20RWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 101443,
 'odometer_reading_unit': '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 A200 1.6 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD1760432V063302',
 'year': 2015}
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU15%2520RWZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:48 [bca.uk] INFO: Saving data for OU15%20RWZ: {'auction_closing_time': 1775210400.0, 'created_time': 1774621710.31657, 'last_price_update_time': 1774851948.847501}
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU15%2520RWZ') HTTP/1.1" 204 0
2026-03-30 06:25:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1239b50b-1d1c-569d-8dc8-4d49efe5d00b with identifier: YM65%20RVC
2026-03-30 06:25:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1239b50b-1d1c-569d-8dc8-4d49efe5d00b with identifier: YM65%20RVC
2026-03-30 06:25:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1239b50b-1d1c-569d-8dc8-4d49efe5d00b with identifier: YM65%20RVC to the API
2026-03-30 06:25:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1239b50b-1d1c-569d-8dc8-4d49efe5d00b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM65 RVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM65%20RVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'B-MAX',
 'odometer': 39811,
 'odometer_reading_unit': '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 B-MAX 1.4 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0KXXERJKGB20912',
 'year': 2016}
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM65%2520RVC%27 HTTP/1.1" 200 None
2026-03-30 06:25:49 [bca.uk] INFO: Saving data for YM65%20RVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774621646.2615, 'last_price_update_time': 1774851949.134957}
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM65%2520RVC') HTTP/1.1" 204 0
2026-03-30 06:25:49 [bca.uk] INFO: Found listing with ID: EA68%20ONF
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520ONF%27 HTTP/1.1" 200 None
2026-03-30 06:25:49 [bca.uk] INFO: Scrape type for EA68%20ONF: 2
2026-03-30 06:25:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 431ad8d4-f97c-5860-b07a-f915c489ec27 with identifier: EA68%20ONF
2026-03-30 06:25:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 431ad8d4-f97c-5860-b07a-f915c489ec27 with scrape type 2
2026-03-30 06:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 431ad8d4-f97c-5860-b07a-f915c489ec27 with scrape type 2
2026-03-30 06:25:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 431ad8d4-f97c-5860-b07a-f915c489ec27, identifier: EA68%20ONF
2026-03-30 06:25:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab85c3fa-1317-506d-bfc4-9ff17d71920f with identifier: HG67%20UFV
2026-03-30 06:25:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab85c3fa-1317-506d-bfc4-9ff17d71920f with identifier: HG67%20UFV
2026-03-30 06:25:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab85c3fa-1317-506d-bfc4-9ff17d71920f with identifier: HG67%20UFV to the API
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG67%20UFV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab85c3fa-1317-506d-bfc4-9ff17d71920f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG67 UFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG67%20UFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 113471,
 'odometer_reading_unit': '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.0 T 12V 105 ECOTEC SE Hatchback',
 'transmission': 'manual',
 'trim': 'T 12V 105 ECOTEC SE',
 'vin': 'W0VBD6EAXJG010454',
 'year': 2018}
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG67%2520UFV%27 HTTP/1.1" 200 None
2026-03-30 06:25:49 [bca.uk] INFO: Saving data for HG67%20UFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774044665.55428, 'last_price_update_time': 1774851949.589891}
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG67%2520UFV') HTTP/1.1" 204 0
2026-03-30 06:25:49 [bca.uk] INFO: Found listing with ID: MC25%20CFZ
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC25%2520CFZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:49 [bca.uk] INFO: Scrape type for MC25%20CFZ: 2
2026-03-30 06:25:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2453925d-4485-5e4b-bda0-7f40c2d02533 with identifier: MC25%20CFZ
2026-03-30 06:25:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2453925d-4485-5e4b-bda0-7f40c2d02533 with scrape type 2
2026-03-30 06:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2453925d-4485-5e4b-bda0-7f40c2d02533 with scrape type 2
2026-03-30 06:25:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2453925d-4485-5e4b-bda0-7f40c2d02533, identifier: MC25%20CFZ
2026-03-30 06:25:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c21ec501-191d-5622-a6d1-7cc0e1795e1f with identifier: LM71%20AWG
2026-03-30 06:25:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c21ec501-191d-5622-a6d1-7cc0e1795e1f with identifier: LM71%20AWG
2026-03-30 06:25:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c21ec501-191d-5622-a6d1-7cc0e1795e1f with identifier: LM71%20AWG to the API
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 42,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM71%20AWG-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': 'c21ec501-191d-5622-a6d1-7cc0e1795e1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM71 AWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM71%20AWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 50275,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X1 1.5 XDRIVE 25E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E M SPORT',
 'vin': 'WBA72AB0905U32694',
 'year': 2021}
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520AWG%27 HTTP/1.1" 200 None
2026-03-30 06:25:50 [bca.uk] INFO: Saving data for LM71%20AWG: {'auction_closing_time': 1774951200.0, 'created_time': 1774621165.671147, 'last_price_update_time': 1774851950.021312}
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM71%2520AWG') HTTP/1.1" 204 0
2026-03-30 06:25:50 [bca.uk] INFO: Found listing with ID: YT62%20VUV
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT62%2520VUV%27 HTTP/1.1" 200 None
2026-03-30 06:25:50 [bca.uk] INFO: Scrape type for YT62%20VUV: 2
2026-03-30 06:25:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4274507-2fb6-5678-8c49-aa37694d84d6 with identifier: YT62%20VUV
2026-03-30 06:25:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4274507-2fb6-5678-8c49-aa37694d84d6 with scrape type 2
2026-03-30 06:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4274507-2fb6-5678-8c49-aa37694d84d6 with scrape type 2
2026-03-30 06:25:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4274507-2fb6-5678-8c49-aa37694d84d6, identifier: YT62%20VUV
2026-03-30 06:25:50 [bca.uk] INFO: Found listing with ID: FA17%20AYV
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA17%2520AYV%27 HTTP/1.1" 200 None
2026-03-30 06:25:50 [bca.uk] INFO: Scrape type for FA17%20AYV: 2
2026-03-30 06:25:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbfbe872-d991-5e18-9cd6-92d375c1721f with identifier: FA17%20AYV
2026-03-30 06:25:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbfbe872-d991-5e18-9cd6-92d375c1721f with scrape type 2
2026-03-30 06:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbfbe872-d991-5e18-9cd6-92d375c1721f with scrape type 2
2026-03-30 06:25:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbfbe872-d991-5e18-9cd6-92d375c1721f, identifier: FA17%20AYV
2026-03-30 06:25:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 431ad8d4-f97c-5860-b07a-f915c489ec27 with identifier: EA68%20ONF
2026-03-30 06:25:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 431ad8d4-f97c-5860-b07a-f915c489ec27 with identifier: EA68%20ONF
2026-03-30 06:25:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 431ad8d4-f97c-5860-b07a-f915c489ec27 with identifier: EA68%20ONF to the API
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA68%20ONF-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '431ad8d4-f97c-5860-b07a-f915c489ec27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA68 ONF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA68%20ONF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 25466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.0 VTI 72 FEEL Hatchback',
 'transmission': 'manual',
 'trim': 'VTI 72 FEEL',
 'vin': 'VF7PSCFBDJR697348',
 'year': 2018}
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520ONF%27 HTTP/1.1" 200 None
2026-03-30 06:25:50 [bca.uk] INFO: Saving data for EA68%20ONF: {'auction_closing_time': 1775124000.0, 'created_time': 1774621973.515881, 'last_price_update_time': 1774851950.526552}
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA68%2520ONF') HTTP/1.1" 204 0
2026-03-30 06:25:50 [bca.uk] INFO: Found listing with ID: KM64%20VPG
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM64%2520VPG%27 HTTP/1.1" 200 None
2026-03-30 06:25:50 [bca.uk] INFO: Scrape type for KM64%20VPG: 2
2026-03-30 06:25:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a446cb0-a0f2-5e0e-afe4-2968669c7a68 with identifier: KM64%20VPG
2026-03-30 06:25:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a446cb0-a0f2-5e0e-afe4-2968669c7a68 with scrape type 2
2026-03-30 06:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a446cb0-a0f2-5e0e-afe4-2968669c7a68 with scrape type 2
2026-03-30 06:25:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a446cb0-a0f2-5e0e-afe4-2968669c7a68, identifier: KM64%20VPG
2026-03-30 06:25:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2453925d-4485-5e4b-bda0-7f40c2d02533 with identifier: MC25%20CFZ
2026-03-30 06:25:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2453925d-4485-5e4b-bda0-7f40c2d02533 with identifier: MC25%20CFZ
2026-03-30 06:25:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2453925d-4485-5e4b-bda0-7f40c2d02533 with identifier: MC25%20CFZ to the API
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC25%20CFZ-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2453925d-4485-5e4b-bda0-7f40c2d02533',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC25 CFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC25%20CFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ELDDIS',
 'model': 'AUTOQUEST',
 'odometer': 1402,
 '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': 'ELDDIS AUTOQUEST 2.2 155 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '155 MOTORHOME',
 'vin': 'VF3YCBPAU12Y90410',
 'year': 2025}
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC25%2520CFZ%27 HTTP/1.1" 200 None
2026-03-30 06:25:50 [bca.uk] INFO: Saving data for MC25%20CFZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774622339.57079, 'last_price_update_time': 1774851950.913303}
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC25%2520CFZ') HTTP/1.1" 204 0
2026-03-30 06:25:50 [bca.uk] INFO: Found listing with ID: LS23%20KND
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520KND%27 HTTP/1.1" 200 None
2026-03-30 06:25:50 [bca.uk] INFO: Scrape type for LS23%20KND: 2
2026-03-30 06:25:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fdcff81-3b4c-5abd-858c-fb5eebf6ca02 with identifier: LS23%20KND
2026-03-30 06:25:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fdcff81-3b4c-5abd-858c-fb5eebf6ca02 with scrape type 2
2026-03-30 06:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fdcff81-3b4c-5abd-858c-fb5eebf6ca02 with scrape type 2
2026-03-30 06:25:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fdcff81-3b4c-5abd-858c-fb5eebf6ca02, identifier: LS23%20KND
2026-03-30 06:25:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4274507-2fb6-5678-8c49-aa37694d84d6 with identifier: YT62%20VUV
2026-03-30 06:25:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4274507-2fb6-5678-8c49-aa37694d84d6 with identifier: YT62%20VUV
2026-03-30 06:25:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4274507-2fb6-5678-8c49-aa37694d84d6 with identifier: YT62%20VUV to the API
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT62%20VUV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd4274507-2fb6-5678-8c49-aa37694d84d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT62 VUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT62%20VUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 103314,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-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': 'MMCJYKB40CD017031',
 'year': 2012}
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT62%2520VUV%27 HTTP/1.1" 200 None
2026-03-30 06:25:51 [bca.uk] INFO: Saving data for YT62%20VUV: {'auction_closing_time': 1774951200.0, 'created_time': 1774523206.802619, 'last_price_update_time': 1774851951.325232}
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT62%2520VUV') HTTP/1.1" 204 0
2026-03-30 06:25:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbfbe872-d991-5e18-9cd6-92d375c1721f with identifier: FA17%20AYV
2026-03-30 06:25:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbfbe872-d991-5e18-9cd6-92d375c1721f with identifier: FA17%20AYV
2026-03-30 06:25:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbfbe872-d991-5e18-9cd6-92d375c1721f with identifier: FA17%20AYV to the API
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bbfbe872-d991-5e18-9cd6-92d375c1721f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FA17 AYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA17%20AYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 78438,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 TDCI 120 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 120 2WD TITANIUM',
 'vin': 'WF0AXXWPMAHA43659',
 'year': 2017}
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA17%2520AYV%27 HTTP/1.1" 200 None
2026-03-30 06:25:51 [bca.uk] INFO: Saving data for FA17%20AYV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621643.871592, 'last_price_update_time': 1774851951.723629}
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA17%2520AYV') HTTP/1.1" 204 0
2026-03-30 06:25:51 [bca.uk] INFO: Found listing with ID: MJ21%20XRH
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ21%2520XRH%27 HTTP/1.1" 200 None
2026-03-30 06:25:51 [bca.uk] INFO: Scrape type for MJ21%20XRH: 2
2026-03-30 06:25:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3996d6d6-24ec-53ef-bdb0-24c64fa1b311 with identifier: MJ21%20XRH
2026-03-30 06:25:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3996d6d6-24ec-53ef-bdb0-24c64fa1b311 with scrape type 2
2026-03-30 06:25:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3996d6d6-24ec-53ef-bdb0-24c64fa1b311 with scrape type 2
2026-03-30 06:25:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3996d6d6-24ec-53ef-bdb0-24c64fa1b311, identifier: MJ21%20XRH
2026-03-30 06:25:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a446cb0-a0f2-5e0e-afe4-2968669c7a68 with identifier: KM64%20VPG
2026-03-30 06:25:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a446cb0-a0f2-5e0e-afe4-2968669c7a68 with identifier: KM64%20VPG
2026-03-30 06:25:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a446cb0-a0f2-5e0e-afe4-2968669c7a68 with identifier: KM64%20VPG to the API
2026-03-30 06:25:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM64%20VPG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a446cb0-a0f2-5e0e-afe4-2968669c7a68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM64 VPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM64%20VPG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 150441,
 'odometer_reading_unit': '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 TIGUAN 2.0 TDI 177 BMT 4M MATCH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 177 BMT 4M MATCH DSG',
 'vin': 'WVGZZZ5NZFW041257',
 'year': 2014}
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM64%2520VPG%27 HTTP/1.1" 200 None
2026-03-30 06:25:52 [bca.uk] INFO: Saving data for KM64%20VPG: {'auction_closing_time': 1774864800.0, 'created_time': 1774479034.884445, 'last_price_update_time': 1774851952.135461}
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM64%2520VPG') HTTP/1.1" 204 0
2026-03-30 06:25:52 [bca.uk] INFO: Found listing with ID: VO71%20UHX
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520UHX%27 HTTP/1.1" 200 None
2026-03-30 06:25:52 [bca.uk] INFO: Scrape type for VO71%20UHX: 2
2026-03-30 06:25:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c359b73-4a1b-5bcc-b2b2-bb49981015c5 with identifier: VO71%20UHX
2026-03-30 06:25:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c359b73-4a1b-5bcc-b2b2-bb49981015c5 with scrape type 2
2026-03-30 06:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c359b73-4a1b-5bcc-b2b2-bb49981015c5 with scrape type 2
2026-03-30 06:25:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c359b73-4a1b-5bcc-b2b2-bb49981015c5, identifier: VO71%20UHX
2026-03-30 06:25:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fdcff81-3b4c-5abd-858c-fb5eebf6ca02 with identifier: LS23%20KND
2026-03-30 06:25:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fdcff81-3b4c-5abd-858c-fb5eebf6ca02 with identifier: LS23%20KND
2026-03-30 06:25:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fdcff81-3b4c-5abd-858c-fb5eebf6ca02 with identifier: LS23%20KND to the API
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS23%20KND-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3fdcff81-3b4c-5abd-858c-fb5eebf6ca02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS23 KND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS23%20KND&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 35509,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 SKY-G 90 GT SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'SKY-G 90 GT SPORT',
 'vin': 'JMZDJ6HAA01375435',
 'year': 2023}
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520KND%27 HTTP/1.1" 200 None
2026-03-30 06:25:52 [bca.uk] INFO: Saving data for LS23%20KND: {'auction_closing_time': 1774951200.0, 'created_time': 1774391622.442255, 'last_price_update_time': 1774851952.558773}
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS23%2520KND') HTTP/1.1" 204 0
2026-03-30 06:25:52 [bca.uk] INFO: Found listing with ID: RO22%20AMK
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520AMK%27 HTTP/1.1" 200 None
2026-03-30 06:25:52 [bca.uk] INFO: Scrape type for RO22%20AMK: 2
2026-03-30 06:25:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d10735b-9b4b-56d2-998a-e6d5317b0585 with identifier: RO22%20AMK
2026-03-30 06:25:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d10735b-9b4b-56d2-998a-e6d5317b0585 with scrape type 2
2026-03-30 06:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d10735b-9b4b-56d2-998a-e6d5317b0585 with scrape type 2
2026-03-30 06:25:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d10735b-9b4b-56d2-998a-e6d5317b0585, identifier: RO22%20AMK
2026-03-30 06:25:52 [bca.uk] INFO: Found listing with ID: GF60%20CXD
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF60%2520CXD%27 HTTP/1.1" 200 None
2026-03-30 06:25:52 [bca.uk] INFO: Scrape type for GF60%20CXD: 2
2026-03-30 06:25:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03584ce6-0e5c-5a5f-83b3-c3146f240cdd with identifier: GF60%20CXD
2026-03-30 06:25:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03584ce6-0e5c-5a5f-83b3-c3146f240cdd with scrape type 2
2026-03-30 06:25:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03584ce6-0e5c-5a5f-83b3-c3146f240cdd with scrape type 2
2026-03-30 06:25:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03584ce6-0e5c-5a5f-83b3-c3146f240cdd, identifier: GF60%20CXD
2026-03-30 06:25:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3996d6d6-24ec-53ef-bdb0-24c64fa1b311 with identifier: MJ21%20XRH
2026-03-30 06:25:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3996d6d6-24ec-53ef-bdb0-24c64fa1b311 with identifier: MJ21%20XRH
2026-03-30 06:25:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3996d6d6-24ec-53ef-bdb0-24c64fa1b311 with identifier: MJ21%20XRH to the API
2026-03-30 06:25:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ21%20XRH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3996d6d6-24ec-53ef-bdb0-24c64fa1b311',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ21 XRH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ21%20XRH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '330E',
 'odometer': 58182,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA5P52030FK18200',
 'year': 2021}
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ21%2520XRH%27 HTTP/1.1" 200 None
2026-03-30 06:25:53 [bca.uk] INFO: Saving data for MJ21%20XRH: {'auction_closing_time': 1774951200.0, 'created_time': 1774448590.193095, 'last_price_update_time': 1774851953.151175}
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ21%2520XRH') HTTP/1.1" 204 0
2026-03-30 06:25:53 [bca.uk] INFO: Found listing with ID: LS24%20JXF
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520JXF%27 HTTP/1.1" 200 None
2026-03-30 06:25:53 [bca.uk] INFO: Scrape type for LS24%20JXF: 2
2026-03-30 06:25:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 220007b0-761f-5a4a-8a1e-cdd7f0e9f71d with identifier: LS24%20JXF
2026-03-30 06:25:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 220007b0-761f-5a4a-8a1e-cdd7f0e9f71d with scrape type 2
2026-03-30 06:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 220007b0-761f-5a4a-8a1e-cdd7f0e9f71d with scrape type 2
2026-03-30 06:25:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 220007b0-761f-5a4a-8a1e-cdd7f0e9f71d, identifier: LS24%20JXF
2026-03-30 06:25:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c359b73-4a1b-5bcc-b2b2-bb49981015c5 with identifier: VO71%20UHX
2026-03-30 06:25:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c359b73-4a1b-5bcc-b2b2-bb49981015c5 with identifier: VO71%20UHX
2026-03-30 06:25:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c359b73-4a1b-5bcc-b2b2-bb49981015c5 with identifier: VO71%20UHX to the API
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO71%20UHX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5c359b73-4a1b-5bcc-b2b2-bb49981015c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO71 UHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO71%20UHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 39739,
 'odometer_reading_unit': '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 1.5 E-TSI 150 LIFE DSG Estate',
 'transmission': 'automatic',
 'trim': 'E-TSI 150 LIFE DSG',
 'vin': 'WVWZZZCDZNW504693',
 'year': 2021}
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520UHX%27 HTTP/1.1" 200 None
2026-03-30 06:25:53 [bca.uk] INFO: Saving data for VO71%20UHX: {'auction_closing_time': 1774951200.0, 'created_time': 1774622327.586557, 'last_price_update_time': 1774851953.548754}
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO71%2520UHX') HTTP/1.1" 204 0
2026-03-30 06:25:53 [bca.uk] INFO: Found listing with ID: AU22%20UNH
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU22%2520UNH%27 HTTP/1.1" 200 None
2026-03-30 06:25:53 [bca.uk] INFO: Scrape type for AU22%20UNH: 2
2026-03-30 06:25:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be3ffc20-23ba-5a7c-b1cf-695a9723a0ae with identifier: AU22%20UNH
2026-03-30 06:25:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be3ffc20-23ba-5a7c-b1cf-695a9723a0ae with scrape type 2
2026-03-30 06:25:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be3ffc20-23ba-5a7c-b1cf-695a9723a0ae with scrape type 2
2026-03-30 06:25:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be3ffc20-23ba-5a7c-b1cf-695a9723a0ae, identifier: AU22%20UNH
2026-03-30 06:25:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d10735b-9b4b-56d2-998a-e6d5317b0585 with identifier: RO22%20AMK
2026-03-30 06:25:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d10735b-9b4b-56d2-998a-e6d5317b0585 with identifier: RO22%20AMK
2026-03-30 06:25:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d10735b-9b4b-56d2-998a-e6d5317b0585 with identifier: RO22%20AMK to the API
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO22%20AMK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1d10735b-9b4b-56d2-998a-e6d5317b0585',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO22 AMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO22%20AMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 53616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 95KWH 55 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q BLACK ED.',
 'vin': 'WAUZZZGE0NB020759',
 'year': 2022}
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520AMK%27 HTTP/1.1" 200 None
2026-03-30 06:25:53 [bca.uk] INFO: Saving data for RO22%20AMK: {'auction_closing_time': 1774951200.0, 'created_time': 1774621697.915901, 'last_price_update_time': 1774851953.943122}
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO22%2520AMK') HTTP/1.1" 204 0
2026-03-30 06:25:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03584ce6-0e5c-5a5f-83b3-c3146f240cdd with identifier: GF60%20CXD
2026-03-30 06:25:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03584ce6-0e5c-5a5f-83b3-c3146f240cdd with identifier: GF60%20CXD
2026-03-30 06:25:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03584ce6-0e5c-5a5f-83b3-c3146f240cdd with identifier: GF60%20CXD to the API
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF60%20CXD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '03584ce6-0e5c-5a5f-83b3-c3146f240cdd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF60 CXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF60%20CXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 98840,
 '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 X-TRAIL 2.0 DCI TEKNA StationWagon',
 'transmission': 'automatic',
 'trim': 'DCI TEKNA',
 'vin': 'JN1TCNT31U0301532',
 'year': 2010}
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF60%2520CXD%27 HTTP/1.1" 200 None
2026-03-30 06:25:54 [bca.uk] INFO: Saving data for GF60%20CXD: {'auction_closing_time': 1774951200.0, 'created_time': 1774621645.586821, 'last_price_update_time': 1774851954.253374}
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF60%2520CXD') HTTP/1.1" 204 0
2026-03-30 06:25:54 [bca.uk] INFO: Found listing with ID: GJ68%20TGY
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520TGY%27 HTTP/1.1" 200 None
2026-03-30 06:25:54 [bca.uk] INFO: Scrape type for GJ68%20TGY: 2
2026-03-30 06:25:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faf1f405-7d2f-5c0e-8087-4a798f5ede30 with identifier: GJ68%20TGY
2026-03-30 06:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faf1f405-7d2f-5c0e-8087-4a798f5ede30 with scrape type 2
2026-03-30 06:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faf1f405-7d2f-5c0e-8087-4a798f5ede30 with scrape type 2
2026-03-30 06:25:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: faf1f405-7d2f-5c0e-8087-4a798f5ede30, identifier: GJ68%20TGY
2026-03-30 06:25:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 220007b0-761f-5a4a-8a1e-cdd7f0e9f71d with identifier: LS24%20JXF
2026-03-30 06:25:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 220007b0-761f-5a4a-8a1e-cdd7f0e9f71d with identifier: LS24%20JXF
2026-03-30 06:25:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 220007b0-761f-5a4a-8a1e-cdd7f0e9f71d with identifier: LS24%20JXF to the API
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 235,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20JXF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '220007b0-761f-5a4a-8a1e-cdd7f0e9f71d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 JXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20JXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 19718,
 'odometer_reading_unit': '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 Q7 3.0 55 TFSI QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': '55 TFSI QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M6PD042722',
 'year': 2024}
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520JXF%27 HTTP/1.1" 200 None
2026-03-30 06:25:54 [bca.uk] INFO: Saving data for LS24%20JXF: {'auction_closing_time': 1774951200.0, 'created_time': 1774622045.785782, 'last_price_update_time': 1774851954.645442}
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520JXF') HTTP/1.1" 204 0
2026-03-30 06:25:54 [bca.uk] INFO: Found listing with ID: RF55%20LBE
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF55%2520LBE%27 HTTP/1.1" 200 None
2026-03-30 06:25:54 [bca.uk] INFO: Scrape type for RF55%20LBE: 2
2026-03-30 06:25:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a705a29-1074-5ede-913f-f386914b4b4d with identifier: RF55%20LBE
2026-03-30 06:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a705a29-1074-5ede-913f-f386914b4b4d with scrape type 2
2026-03-30 06:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a705a29-1074-5ede-913f-f386914b4b4d with scrape type 2
2026-03-30 06:25:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a705a29-1074-5ede-913f-f386914b4b4d, identifier: RF55%20LBE
2026-03-30 06:25:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be3ffc20-23ba-5a7c-b1cf-695a9723a0ae with identifier: AU22%20UNH
2026-03-30 06:25:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be3ffc20-23ba-5a7c-b1cf-695a9723a0ae with identifier: AU22%20UNH
2026-03-30 06:25:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be3ffc20-23ba-5a7c-b1cf-695a9723a0ae with identifier: AU22%20UNH to the API
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU22%20UNH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'be3ffc20-23ba-5a7c-b1cf-695a9723a0ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AU22 UNH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU22%20UNH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'E-NIRO',
 'odometer': 43129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA E-NIRO 150KW 64KWH 3 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH 3',
 'vin': 'KNACC81GUN5148816',
 'year': 2022}
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU22%2520UNH%27 HTTP/1.1" 200 None
2026-03-30 06:25:55 [bca.uk] INFO: Saving data for AU22%20UNH: {'auction_closing_time': 1774951200.0, 'created_time': 1774621235.023309, 'last_price_update_time': 1774851955.043429}
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU22%2520UNH') HTTP/1.1" 204 0
2026-03-30 06:25:55 [bca.uk] INFO: Found listing with ID: LT65%20ANU
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT65%2520ANU%27 HTTP/1.1" 200 None
2026-03-30 06:25:55 [bca.uk] INFO: Scrape type for LT65%20ANU: 2
2026-03-30 06:25:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f9001e3-87eb-5c50-a74b-5615fb9215ad with identifier: LT65%20ANU
2026-03-30 06:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f9001e3-87eb-5c50-a74b-5615fb9215ad with scrape type 2
2026-03-30 06:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f9001e3-87eb-5c50-a74b-5615fb9215ad with scrape type 2
2026-03-30 06:25:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f9001e3-87eb-5c50-a74b-5615fb9215ad, identifier: LT65%20ANU
2026-03-30 06:25:55 [bca.uk] INFO: Found listing with ID: WO24%20OCH
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520OCH%27 HTTP/1.1" 200 None
2026-03-30 06:25:55 [bca.uk] INFO: Scrape type for WO24%20OCH: 2
2026-03-30 06:25:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 138900dc-394b-51c2-b03f-e74f23de4048 with identifier: WO24%20OCH
2026-03-30 06:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 138900dc-394b-51c2-b03f-e74f23de4048 with scrape type 2
2026-03-30 06:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 138900dc-394b-51c2-b03f-e74f23de4048 with scrape type 2
2026-03-30 06:25:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 138900dc-394b-51c2-b03f-e74f23de4048, identifier: WO24%20OCH
2026-03-30 06:25:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: faf1f405-7d2f-5c0e-8087-4a798f5ede30 with identifier: GJ68%20TGY
2026-03-30 06:25:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: faf1f405-7d2f-5c0e-8087-4a798f5ede30 with identifier: GJ68%20TGY
2026-03-30 06:25:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: faf1f405-7d2f-5c0e-8087-4a798f5ede30 with identifier: GJ68%20TGY to the API
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ68%20TGY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'faf1f405-7d2f-5c0e-8087-4a798f5ede30',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ68 TGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ68%20TGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 84176,
 'odometer_reading_unit': '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 A7 SPORTBACK 3.0 55 TFSI QUATTRO SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '55 TFSI QUATTRO SPORT S-T',
 'vin': 'WAUZZZF2XKN005400',
 'year': 2018}
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520TGY%27 HTTP/1.1" 200 None
2026-03-30 06:25:55 [bca.uk] INFO: Saving data for GJ68%20TGY: {'auction_closing_time': 1774951200.0, 'created_time': 1774437910.53775, 'last_price_update_time': 1774851955.560611}
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ68%2520TGY') HTTP/1.1" 204 0
2026-03-30 06:25:55 [bca.uk] INFO: Found listing with ID: MM72%20XPR
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520XPR%27 HTTP/1.1" 200 None
2026-03-30 06:25:55 [bca.uk] INFO: Scrape type for MM72%20XPR: 2
2026-03-30 06:25:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b79402-3667-5778-9a28-8c06a15f5feb with identifier: MM72%20XPR
2026-03-30 06:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b79402-3667-5778-9a28-8c06a15f5feb with scrape type 2
2026-03-30 06:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6b79402-3667-5778-9a28-8c06a15f5feb with scrape type 2
2026-03-30 06:25:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6b79402-3667-5778-9a28-8c06a15f5feb, identifier: MM72%20XPR
2026-03-30 06:25:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a705a29-1074-5ede-913f-f386914b4b4d with identifier: RF55%20LBE
2026-03-30 06:25:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a705a29-1074-5ede-913f-f386914b4b4d with identifier: RF55%20LBE
2026-03-30 06:25:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a705a29-1074-5ede-913f-f386914b4b4d with identifier: RF55%20LBE to the API
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 250,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF55%20LBE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a705a29-1074-5ede-913f-f386914b4b4d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF55 LBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF55%20LBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 190833,
 '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 X5 3.0 D SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'D SPORT',
 'vin': 'WBAFB72020LX19434',
 'year': 2005}
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF55%2520LBE%27 HTTP/1.1" 200 None
2026-03-30 06:25:55 [bca.uk] INFO: Saving data for RF55%20LBE: {'auction_closing_time': 1774951200.0, 'created_time': 1774621083.718619, 'last_price_update_time': 1774851955.986106}
2026-03-30 06:25:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF55%2520LBE') HTTP/1.1" 204 0
2026-03-30 06:25:56 [bca.uk] INFO: Found listing with ID: CA72%20UMH
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UMH%27 HTTP/1.1" 200 None
2026-03-30 06:25:56 [bca.uk] INFO: Scrape type for CA72%20UMH: 2
2026-03-30 06:25:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e29a2bf2-9dcc-53e4-9495-0a873d4ce06c with identifier: CA72%20UMH
2026-03-30 06:25:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e29a2bf2-9dcc-53e4-9495-0a873d4ce06c with scrape type 2
2026-03-30 06:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e29a2bf2-9dcc-53e4-9495-0a873d4ce06c with scrape type 2
2026-03-30 06:25:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e29a2bf2-9dcc-53e4-9495-0a873d4ce06c, identifier: CA72%20UMH
2026-03-30 06:25:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f9001e3-87eb-5c50-a74b-5615fb9215ad with identifier: LT65%20ANU
2026-03-30 06:25:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f9001e3-87eb-5c50-a74b-5615fb9215ad with identifier: LT65%20ANU
2026-03-30 06:25:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f9001e3-87eb-5c50-a74b-5615fb9215ad with identifier: LT65%20ANU to the API
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT65%20ANU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7f9001e3-87eb-5c50-a74b-5615fb9215ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT65 ANU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT65%20ANU&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 100828,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.9T 1.6 CDTI 115 LWB SPORTIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 115 LWB SPORTIVE',
 'vin': 'W0L3F7018GV608390',
 'year': 2015}
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT65%2520ANU%27 HTTP/1.1" 200 None
2026-03-30 06:25:56 [bca.uk] INFO: Saving data for LT65%20ANU: {'auction_closing_time': 1774951200.0, 'created_time': 1774523195.751158, 'last_price_update_time': 1774851956.496567}
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT65%2520ANU') HTTP/1.1" 204 0
2026-03-30 06:25:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 138900dc-394b-51c2-b03f-e74f23de4048 with identifier: WO24%20OCH
2026-03-30 06:25:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 138900dc-394b-51c2-b03f-e74f23de4048 with identifier: WO24%20OCH
2026-03-30 06:25:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 138900dc-394b-51c2-b03f-e74f23de4048 with identifier: WO24%20OCH to the API
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO24%20OCH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '138900dc-394b-51c2-b03f-e74f23de4048',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WO24 OCH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO24%20OCH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 12975,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 77KWH MATCH PRO S Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 77KWH MATCH PRO S',
 'vin': 'WVWZZZE19RP037278',
 'year': 2024}
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520OCH%27 HTTP/1.1" 200 None
2026-03-30 06:25:56 [bca.uk] INFO: Saving data for WO24%20OCH: {'auction_closing_time': 1775037600.0, 'created_time': 1774016721.414391, 'last_price_update_time': 1774851956.78664}
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO24%2520OCH') HTTP/1.1" 204 0
2026-03-30 06:25:56 [bca.uk] INFO: Found listing with ID: KN62%20YUJ
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN62%2520YUJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:56 [bca.uk] INFO: Scrape type for KN62%20YUJ: 2
2026-03-30 06:25:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88bba47f-9ca2-577b-8ed9-20e6234fa167 with identifier: KN62%20YUJ
2026-03-30 06:25:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88bba47f-9ca2-577b-8ed9-20e6234fa167 with scrape type 2
2026-03-30 06:25:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88bba47f-9ca2-577b-8ed9-20e6234fa167 with scrape type 2
2026-03-30 06:25:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88bba47f-9ca2-577b-8ed9-20e6234fa167, identifier: KN62%20YUJ
2026-03-30 06:25:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6b79402-3667-5778-9a28-8c06a15f5feb with identifier: MM72%20XPR
2026-03-30 06:25:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6b79402-3667-5778-9a28-8c06a15f5feb with identifier: MM72%20XPR
2026-03-30 06:25:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6b79402-3667-5778-9a28-8c06a15f5feb with identifier: MM72%20XPR to the API
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM72%20XPR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f6b79402-3667-5778-9a28-8c06a15f5feb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM72 XPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM72%20XPR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LEXUS',
 'model': 'ES 300H',
 'odometer': 23637,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LEXUS ES 300H 2.5 PREMIUM ED. Saloon',
 'transmission': 'automatic',
 'trim': 'PREMIUM ED.',
 'vin': 'JTHB21B1002191243',
 'year': 2022}
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520XPR%27 HTTP/1.1" 200 None
2026-03-30 06:25:57 [bca.uk] INFO: Saving data for MM72%20XPR: {'auction_closing_time': 1774951200.0, 'created_time': 1774622046.245501, 'last_price_update_time': 1774851957.201567}
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520XPR') HTTP/1.1" 204 0
2026-03-30 06:25:57 [bca.uk] INFO: Found listing with ID: WX21%20YHR
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX21%2520YHR%27 HTTP/1.1" 200 None
2026-03-30 06:25:57 [bca.uk] INFO: Scrape type for WX21%20YHR: 2
2026-03-30 06:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec38b5a5-cb47-53ab-830a-83ffd11791eb with identifier: WX21%20YHR
2026-03-30 06:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec38b5a5-cb47-53ab-830a-83ffd11791eb with scrape type 2
2026-03-30 06:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec38b5a5-cb47-53ab-830a-83ffd11791eb with scrape type 2
2026-03-30 06:25:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec38b5a5-cb47-53ab-830a-83ffd11791eb, identifier: WX21%20YHR
2026-03-30 06:25:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e29a2bf2-9dcc-53e4-9495-0a873d4ce06c with identifier: CA72%20UMH
2026-03-30 06:25:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e29a2bf2-9dcc-53e4-9495-0a873d4ce06c with identifier: CA72%20UMH
2026-03-30 06:25:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e29a2bf2-9dcc-53e4-9495-0a873d4ce06c with identifier: CA72%20UMH to the API
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA72%20UMH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e29a2bf2-9dcc-53e4-9495-0a873d4ce06c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA72 UMH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA72%20UMH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 7 CROSSBACK',
 'odometer': 26972,
 'odometer_reading_unit': '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': 'VR1J4DGZUNY592079',
 'year': 2022}
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UMH%27 HTTP/1.1" 200 None
2026-03-30 06:25:57 [bca.uk] INFO: Saving data for CA72%20UMH: {'auction_closing_time': 1774951200.0, 'created_time': 1774621281.215254, 'last_price_update_time': 1774851957.58744}
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520UMH') HTTP/1.1" 204 0
2026-03-30 06:25:57 [bca.uk] INFO: Found listing with ID: LL71%20GTF
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520GTF%27 HTTP/1.1" 200 None
2026-03-30 06:25:57 [bca.uk] INFO: Scrape type for LL71%20GTF: 2
2026-03-30 06:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4abc3c6c-2b6d-5a61-b4a1-e625c18a98bf with identifier: LL71%20GTF
2026-03-30 06:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4abc3c6c-2b6d-5a61-b4a1-e625c18a98bf with scrape type 2
2026-03-30 06:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4abc3c6c-2b6d-5a61-b4a1-e625c18a98bf with scrape type 2
2026-03-30 06:25:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4abc3c6c-2b6d-5a61-b4a1-e625c18a98bf, identifier: LL71%20GTF
2026-03-30 06:25:57 [bca.uk] INFO: Found listing with ID: VE73%20PXF
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520PXF%27 HTTP/1.1" 200 None
2026-03-30 06:25:57 [bca.uk] INFO: Scrape type for VE73%20PXF: 2
2026-03-30 06:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70693d44-08d4-564a-8a7d-5dbe13715d68 with identifier: VE73%20PXF
2026-03-30 06:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70693d44-08d4-564a-8a7d-5dbe13715d68 with scrape type 2
2026-03-30 06:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70693d44-08d4-564a-8a7d-5dbe13715d68 with scrape type 2
2026-03-30 06:25:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70693d44-08d4-564a-8a7d-5dbe13715d68, identifier: VE73%20PXF
2026-03-30 06:25:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88bba47f-9ca2-577b-8ed9-20e6234fa167 with identifier: KN62%20YUJ
2026-03-30 06:25:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88bba47f-9ca2-577b-8ed9-20e6234fa167 with identifier: KN62%20YUJ
2026-03-30 06:25:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88bba47f-9ca2-577b-8ed9-20e6234fa167 with identifier: KN62%20YUJ to the API
2026-03-30 06:25:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN62%20YUJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '88bba47f-9ca2-577b-8ed9-20e6234fa167',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN62 YUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN62%20YUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 92011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.0 VTR+ Hatchback',
 'transmission': 'manual',
 'trim': 'VTR+',
 'vin': 'VF7PNCFB4CR513905',
 'year': 2012}
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN62%2520YUJ%27 HTTP/1.1" 200 None
2026-03-30 06:25:58 [bca.uk] INFO: Saving data for KN62%20YUJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774621948.011449, 'last_price_update_time': 1774851958.122431}
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN62%2520YUJ') HTTP/1.1" 204 0
2026-03-30 06:25:58 [bca.uk] INFO: Found listing with ID: WG24%20TUV
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG24%2520TUV%27 HTTP/1.1" 200 None
2026-03-30 06:25:58 [bca.uk] INFO: Scrape type for WG24%20TUV: 2
2026-03-30 06:25:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb29c09d-1d85-5dfd-b2f5-8d762b824621 with identifier: WG24%20TUV
2026-03-30 06:25:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb29c09d-1d85-5dfd-b2f5-8d762b824621 with scrape type 2
2026-03-30 06:25:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb29c09d-1d85-5dfd-b2f5-8d762b824621 with scrape type 2
2026-03-30 06:25:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb29c09d-1d85-5dfd-b2f5-8d762b824621, identifier: WG24%20TUV
2026-03-30 06:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec38b5a5-cb47-53ab-830a-83ffd11791eb with identifier: WX21%20YHR
2026-03-30 06:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec38b5a5-cb47-53ab-830a-83ffd11791eb with identifier: WX21%20YHR
2026-03-30 06:25:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec38b5a5-cb47-53ab-830a-83ffd11791eb with identifier: WX21%20YHR to the API
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX21%20YHR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ec38b5a5-cb47-53ab-830a-83ffd11791eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX21 YHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX21%20YHR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 46786,
 'odometer_reading_unit': '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 A180 D 1.5 SE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SE DCT',
 'vin': 'W1K1770032N184340',
 'year': 2021}
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX21%2520YHR%27 HTTP/1.1" 200 None
2026-03-30 06:25:58 [bca.uk] INFO: Saving data for WX21%20YHR: {'auction_closing_time': 1775124000.0, 'created_time': 1774622310.100515, 'last_price_update_time': 1774851958.517339}
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX21%2520YHR') HTTP/1.1" 204 0
2026-03-30 06:25:58 [bca.uk] INFO: Found listing with ID: GL73%20UUB
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL73%2520UUB%27 HTTP/1.1" 200 None
2026-03-30 06:25:58 [bca.uk] INFO: Scrape type for GL73%20UUB: 2
2026-03-30 06:25:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ae5fd46-d892-5c47-be95-36e52f27510e with identifier: GL73%20UUB
2026-03-30 06:25:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ae5fd46-d892-5c47-be95-36e52f27510e with scrape type 2
2026-03-30 06:25:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ae5fd46-d892-5c47-be95-36e52f27510e with scrape type 2
2026-03-30 06:25:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ae5fd46-d892-5c47-be95-36e52f27510e, identifier: GL73%20UUB
2026-03-30 06:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4abc3c6c-2b6d-5a61-b4a1-e625c18a98bf with identifier: LL71%20GTF
2026-03-30 06:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4abc3c6c-2b6d-5a61-b4a1-e625c18a98bf with identifier: LL71%20GTF
2026-03-30 06:25:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4abc3c6c-2b6d-5a61-b4a1-e625c18a98bf with identifier: LL71%20GTF to the API
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL71%20GTF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4abc3c6c-2b6d-5a61-b4a1-e625c18a98bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL71 GTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL71%20GTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 50538,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E SPORT S-T',
 'vin': 'WAUZZZGY7NA018314',
 'year': 2021}
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520GTF%27 HTTP/1.1" 200 None
2026-03-30 06:25:58 [bca.uk] INFO: Saving data for LL71%20GTF: {'auction_closing_time': 1774951200.0, 'created_time': 1774621706.669349, 'last_price_update_time': 1774851958.94291}
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL71%2520GTF') HTTP/1.1" 204 0
2026-03-30 06:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70693d44-08d4-564a-8a7d-5dbe13715d68 with identifier: VE73%20PXF
2026-03-30 06:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70693d44-08d4-564a-8a7d-5dbe13715d68 with identifier: VE73%20PXF
2026-03-30 06:25:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70693d44-08d4-564a-8a7d-5dbe13715d68 with identifier: VE73%20PXF to the API
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '70693d44-08d4-564a-8a7d-5dbe13715d68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE73 PXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE73%20PXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 12592,
 'odometer_reading_unit': '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 IX 240KW 76KWH XD40 M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 M SPORT',
 'vin': 'WBY12CF010CP57347',
 'year': 2024}
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520PXF%27 HTTP/1.1" 200 None
2026-03-30 06:25:59 [bca.uk] INFO: Saving data for VE73%20PXF: {'auction_closing_time': 1775210400.0, 'created_time': 1774621574.90776, 'last_price_update_time': 1774851959.230274}
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE73%2520PXF') HTTP/1.1" 204 0
2026-03-30 06:25:59 [bca.uk] INFO: Found listing with ID: FE22%20UXA
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520UXA%27 HTTP/1.1" 200 None
2026-03-30 06:25:59 [bca.uk] INFO: Scrape type for FE22%20UXA: 2
2026-03-30 06:25:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05f4ed48-734d-5386-adf8-86174a8621ef with identifier: FE22%20UXA
2026-03-30 06:25:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05f4ed48-734d-5386-adf8-86174a8621ef with scrape type 2
2026-03-30 06:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05f4ed48-734d-5386-adf8-86174a8621ef with scrape type 2
2026-03-30 06:25:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05f4ed48-734d-5386-adf8-86174a8621ef, identifier: FE22%20UXA
2026-03-30 06:25:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb29c09d-1d85-5dfd-b2f5-8d762b824621 with identifier: WG24%20TUV
2026-03-30 06:25:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb29c09d-1d85-5dfd-b2f5-8d762b824621 with identifier: WG24%20TUV
2026-03-30 06:25:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb29c09d-1d85-5dfd-b2f5-8d762b824621 with identifier: WG24%20TUV to the API
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:25:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG24%20TUV-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': 'cb29c09d-1d85-5dfd-b2f5-8d762b824621',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WG24 TUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG24%20TUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 36099,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 E-POWER HEV N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': 'E-POWER HEV N-CONNECTA',
 'vin': 'SJNTBAJ12U1471749',
 'year': 2024}
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG24%2520TUV%27 HTTP/1.1" 200 None
2026-03-30 06:25:59 [bca.uk] INFO: Saving data for WG24%20TUV: {'auction_closing_time': 1774951200.0, 'created_time': 1774622043.666247, 'last_price_update_time': 1774851959.651472}
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG24%2520TUV') HTTP/1.1" 204 0
2026-03-30 06:25:59 [bca.uk] INFO: Found listing with ID: KN70%20FML
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520FML%27 HTTP/1.1" 200 None
2026-03-30 06:25:59 [bca.uk] INFO: Scrape type for KN70%20FML: 2
2026-03-30 06:25:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with identifier: KN70%20FML
2026-03-30 06:25:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with scrape type 2
2026-03-30 06:25:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with scrape type 2
2026-03-30 06:25:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3293a50d-8d6e-50f4-bc9e-a9171b381b99, identifier: KN70%20FML
2026-03-30 06:25:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ae5fd46-d892-5c47-be95-36e52f27510e with identifier: GL73%20UUB
2026-03-30 06:25:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ae5fd46-d892-5c47-be95-36e52f27510e with identifier: GL73%20UUB
2026-03-30 06:25:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ae5fd46-d892-5c47-be95-36e52f27510e with identifier: GL73%20UUB to the API
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:25:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL73%20UUB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ae5fd46-d892-5c47-be95-36e52f27510e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL73 UUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL73%20UUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300',
 'odometer': 16794,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 300 2.0 AMG LINE 4M 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'W1NKJ4HB1RF118290',
 'year': 2024}
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL73%2520UUB%27 HTTP/1.1" 200 None
2026-03-30 06:26:00 [bca.uk] INFO: Saving data for GL73%20UUB: {'auction_closing_time': 1775124000.0, 'created_time': 1774621237.535611, 'last_price_update_time': 1774851960.049263}
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL73%2520UUB') HTTP/1.1" 204 0
2026-03-30 06:26:00 [bca.uk] INFO: Found listing with ID: OE25%20HUV
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE25%2520HUV%27 HTTP/1.1" 200 None
2026-03-30 06:26:00 [bca.uk] INFO: Scrape type for OE25%20HUV: 2
2026-03-30 06:26:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a008a765-6bbe-5de4-ac2d-c2d9c5bb4e1e with identifier: OE25%20HUV
2026-03-30 06:26:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a008a765-6bbe-5de4-ac2d-c2d9c5bb4e1e with scrape type 2
2026-03-30 06:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a008a765-6bbe-5de4-ac2d-c2d9c5bb4e1e with scrape type 2
2026-03-30 06:26:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a008a765-6bbe-5de4-ac2d-c2d9c5bb4e1e, identifier: OE25%20HUV
2026-03-30 06:26:00 [bca.uk] INFO: Found listing with ID: NG72%20GVE
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG72%2520GVE%27 HTTP/1.1" 200 None
2026-03-30 06:26:00 [bca.uk] INFO: Scrape type for NG72%20GVE: 2
2026-03-30 06:26:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 416ca364-73e0-528d-8039-0a98f239e515 with identifier: NG72%20GVE
2026-03-30 06:26:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 416ca364-73e0-528d-8039-0a98f239e515 with scrape type 2
2026-03-30 06:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 416ca364-73e0-528d-8039-0a98f239e515 with scrape type 2
2026-03-30 06:26:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 416ca364-73e0-528d-8039-0a98f239e515, identifier: NG72%20GVE
2026-03-30 06:26:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05f4ed48-734d-5386-adf8-86174a8621ef with identifier: FE22%20UXA
2026-03-30 06:26:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05f4ed48-734d-5386-adf8-86174a8621ef with identifier: FE22%20UXA
2026-03-30 06:26:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05f4ed48-734d-5386-adf8-86174a8621ef with identifier: FE22%20UXA to the API
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20UXA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '05f4ed48-734d-5386-adf8-86174a8621ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE22 UXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20UXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'XCEED',
 'odometer': 39753,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA XCEED 1.5 T GDI 160 3 ISG Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 160 3 ISG',
 'vin': 'U5YH5F15LNL102395',
 'year': 2022}
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520UXA%27 HTTP/1.1" 200 None
2026-03-30 06:26:00 [bca.uk] INFO: Saving data for FE22%20UXA: {'auction_closing_time': 1774951200.0, 'created_time': 1774621939.516937, 'last_price_update_time': 1774851960.572485}
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520UXA') HTTP/1.1" 204 0
2026-03-30 06:26:00 [bca.uk] INFO: Found listing with ID: HJ73%20OWV
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520OWV%27 HTTP/1.1" 200 None
2026-03-30 06:26:00 [bca.uk] INFO: Scrape type for HJ73%20OWV: 2
2026-03-30 06:26:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1610ad01-d16d-5dc1-9bde-19fd53a6f177 with identifier: HJ73%20OWV
2026-03-30 06:26:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1610ad01-d16d-5dc1-9bde-19fd53a6f177 with scrape type 2
2026-03-30 06:26:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1610ad01-d16d-5dc1-9bde-19fd53a6f177 with scrape type 2
2026-03-30 06:26:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1610ad01-d16d-5dc1-9bde-19fd53a6f177, identifier: HJ73%20OWV
2026-03-30 06:26:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with identifier: KN70%20FML
2026-03-30 06:26:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with identifier: KN70%20FML
2026-03-30 06:26:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3293a50d-8d6e-50f4-bc9e-a9171b381b99 with identifier: KN70%20FML to the API
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN70%20FML-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3293a50d-8d6e-50f4-bc9e-a9171b381b99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN70 FML',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN70%20FML&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 25615,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q TECHNIK StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q TECHNIK',
 'vin': 'WAUZZZGEXLB037033',
 'year': 2020}
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520FML%27 HTTP/1.1" 200 None
2026-03-30 06:26:01 [bca.uk] INFO: Saving data for KN70%20FML: {'auction_closing_time': 1774951200.0, 'created_time': 1774016683.865121, 'last_price_update_time': 1774851961.067369}
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN70%2520FML') HTTP/1.1" 204 0
2026-03-30 06:26:01 [bca.uk] INFO: Found listing with ID: CF17%20LFL
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF17%2520LFL%27 HTTP/1.1" 200 None
2026-03-30 06:26:01 [bca.uk] INFO: Scrape type for CF17%20LFL: 2
2026-03-30 06:26:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 600f3c25-160b-5f4e-8999-ec4130627771 with identifier: CF17%20LFL
2026-03-30 06:26:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 600f3c25-160b-5f4e-8999-ec4130627771 with scrape type 2
2026-03-30 06:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 600f3c25-160b-5f4e-8999-ec4130627771 with scrape type 2
2026-03-30 06:26:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 600f3c25-160b-5f4e-8999-ec4130627771, identifier: CF17%20LFL
2026-03-30 06:26:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a008a765-6bbe-5de4-ac2d-c2d9c5bb4e1e with identifier: OE25%20HUV
2026-03-30 06:26:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a008a765-6bbe-5de4-ac2d-c2d9c5bb4e1e with identifier: OE25%20HUV
2026-03-30 06:26:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a008a765-6bbe-5de4-ac2d-c2d9c5bb4e1e with identifier: OE25%20HUV to the API
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE25%20HUV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a008a765-6bbe-5de4-ac2d-c2d9c5bb4e1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE25 HUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE25%20HUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'POLESTAR',
 'model': '3',
 'odometer': 102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'POLESTAR 3 360KW 111KWH DM4 LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '360KW 111KWH DM4 LONG RANGE',
 'vin': 'YSMYKEAE7SB020925',
 'year': 2025}
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE25%2520HUV%27 HTTP/1.1" 200 None
2026-03-30 06:26:01 [bca.uk] INFO: Saving data for OE25%20HUV: {'auction_closing_time': 1775037600.0, 'created_time': 1773820992.617367, 'last_price_update_time': 1774851961.482588}
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE25%2520HUV') HTTP/1.1" 204 0
2026-03-30 06:26:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 416ca364-73e0-528d-8039-0a98f239e515 with identifier: NG72%20GVE
2026-03-30 06:26:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 416ca364-73e0-528d-8039-0a98f239e515 with identifier: NG72%20GVE
2026-03-30 06:26:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 416ca364-73e0-528d-8039-0a98f239e515 with identifier: NG72%20GVE to the API
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG72%20GVE-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '416ca364-73e0-528d-8039-0a98f239e515',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NG72 GVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG72%20GVE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 9551,
 'odometer_reading_unit': '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 IX 240KW 76KWH XD40 M SPORT ED. StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 M SPORT ED.',
 'vin': 'WBY12CF020CL99028',
 'year': 2023}
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG72%2520GVE%27 HTTP/1.1" 200 None
2026-03-30 06:26:01 [bca.uk] INFO: Saving data for NG72%20GVE: {'auction_closing_time': 1775124000.0, 'created_time': 1774621620.837667, 'last_price_update_time': 1774851961.801097}
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG72%2520GVE') HTTP/1.1" 204 0
2026-03-30 06:26:01 [bca.uk] INFO: Found listing with ID: KM63%20KZH
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM63%2520KZH%27 HTTP/1.1" 200 None
2026-03-30 06:26:01 [bca.uk] INFO: Scrape type for KM63%20KZH: 2
2026-03-30 06:26:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b5f670f-104f-551e-a10f-639789db2e71 with identifier: KM63%20KZH
2026-03-30 06:26:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b5f670f-104f-551e-a10f-639789db2e71 with scrape type 2
2026-03-30 06:26:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b5f670f-104f-551e-a10f-639789db2e71 with scrape type 2
2026-03-30 06:26:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b5f670f-104f-551e-a10f-639789db2e71, identifier: KM63%20KZH
2026-03-30 06:26:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1610ad01-d16d-5dc1-9bde-19fd53a6f177 with identifier: HJ73%20OWV
2026-03-30 06:26:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1610ad01-d16d-5dc1-9bde-19fd53a6f177 with identifier: HJ73%20OWV
2026-03-30 06:26:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1610ad01-d16d-5dc1-9bde-19fd53a6f177 with identifier: HJ73%20OWV to the API
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 38,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ73%20OWV-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': '1610ad01-d16d-5dc1-9bde-19fd53a6f177',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HJ73 OWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ73%20OWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 21690,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 50 TFSI E Q S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '50 TFSI E Q S LINE S-T',
 'vin': 'WAUZZZFY1P2182978',
 'year': 2023}
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520OWV%27 HTTP/1.1" 200 None
2026-03-30 06:26:02 [bca.uk] INFO: Saving data for HJ73%20OWV: {'auction_closing_time': 1774951200.0, 'created_time': 1774622032.631754, 'last_price_update_time': 1774851962.231887}
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ73%2520OWV') HTTP/1.1" 204 0
2026-03-30 06:26:02 [bca.uk] INFO: Found listing with ID: LT22%20PXB
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520PXB%27 HTTP/1.1" 200 None
2026-03-30 06:26:02 [bca.uk] INFO: Scrape type for LT22%20PXB: 2
2026-03-30 06:26:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e780cb9-bbdc-5848-88f3-7498170b59b1 with identifier: LT22%20PXB
2026-03-30 06:26:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e780cb9-bbdc-5848-88f3-7498170b59b1 with scrape type 2
2026-03-30 06:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e780cb9-bbdc-5848-88f3-7498170b59b1 with scrape type 2
2026-03-30 06:26:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e780cb9-bbdc-5848-88f3-7498170b59b1, identifier: LT22%20PXB
2026-03-30 06:26:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 600f3c25-160b-5f4e-8999-ec4130627771 with identifier: CF17%20LFL
2026-03-30 06:26:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 600f3c25-160b-5f4e-8999-ec4130627771 with identifier: CF17%20LFL
2026-03-30 06:26:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 600f3c25-160b-5f4e-8999-ec4130627771 with identifier: CF17%20LFL to the API
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF17%20LFL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '600f3c25-160b-5f4e-8999-ec4130627771',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF17 LFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF17%20LFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 71227,
 'odometer_reading_unit': '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 VITARA 1.4 B-JET S ALLGRIP Hatchback',
 'transmission': 'manual',
 'trim': 'B-JET S ALLGRIP',
 'vin': 'TSMLYEA1S00284787',
 'year': 2017}
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF17%2520LFL%27 HTTP/1.1" 200 None
2026-03-30 06:26:02 [bca.uk] INFO: Saving data for CF17%20LFL: {'auction_closing_time': 1774864800.0, 'created_time': 1774621282.990965, 'last_price_update_time': 1774851962.648692}
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF17%2520LFL') HTTP/1.1" 204 0
2026-03-30 06:26:02 [bca.uk] INFO: Found listing with ID: RV75%20YJL
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV75%2520YJL%27 HTTP/1.1" 200 None
2026-03-30 06:26:02 [bca.uk] INFO: Scrape type for RV75%20YJL: 2
2026-03-30 06:26:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c89cbfd3-fec9-5bd9-9094-fedde866b9d9 with identifier: RV75%20YJL
2026-03-30 06:26:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c89cbfd3-fec9-5bd9-9094-fedde866b9d9 with scrape type 2
2026-03-30 06:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c89cbfd3-fec9-5bd9-9094-fedde866b9d9 with scrape type 2
2026-03-30 06:26:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c89cbfd3-fec9-5bd9-9094-fedde866b9d9, identifier: RV75%20YJL
2026-03-30 06:26:02 [bca.uk] INFO: Found listing with ID: ND72%20VRG
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520VRG%27 HTTP/1.1" 200 None
2026-03-30 06:26:02 [bca.uk] INFO: Scrape type for ND72%20VRG: 2
2026-03-30 06:26:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 318ab6c6-0bd9-5226-8d56-459b50f9a456 with identifier: ND72%20VRG
2026-03-30 06:26:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 318ab6c6-0bd9-5226-8d56-459b50f9a456 with scrape type 2
2026-03-30 06:26:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 318ab6c6-0bd9-5226-8d56-459b50f9a456 with scrape type 2
2026-03-30 06:26:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 318ab6c6-0bd9-5226-8d56-459b50f9a456, identifier: ND72%20VRG
2026-03-30 06:26:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b5f670f-104f-551e-a10f-639789db2e71 with identifier: KM63%20KZH
2026-03-30 06:26:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b5f670f-104f-551e-a10f-639789db2e71 with identifier: KM63%20KZH
2026-03-30 06:26:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b5f670f-104f-551e-a10f-639789db2e71 with identifier: KM63%20KZH to the API
2026-03-30 06:26:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM63%20KZH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b5f670f-104f-551e-a10f-639789db2e71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM63 KZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM63%20KZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'B180',
 'odometer': 90621,
 'odometer_reading_unit': '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 B180 1.8 CDI B/E SPORT MPV',
 'transmission': 'automatic',
 'trim': 'CDI B/E SPORT',
 'vin': 'WDD2462002J218085',
 'year': 2013}
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM63%2520KZH%27 HTTP/1.1" 200 None
2026-03-30 06:26:03 [bca.uk] INFO: Saving data for KM63%20KZH: {'auction_closing_time': 1775124000.0, 'created_time': 1774621942.9735, 'last_price_update_time': 1774851963.18386}
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM63%2520KZH') HTTP/1.1" 204 0
2026-03-30 06:26:03 [bca.uk] INFO: Found listing with ID: HX74%20PHY
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX74%2520PHY%27 HTTP/1.1" 200 None
2026-03-30 06:26:03 [bca.uk] INFO: Scrape type for HX74%20PHY: 2
2026-03-30 06:26:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24cdf679-abcf-5103-811a-4b4ac54ddc8e with identifier: HX74%20PHY
2026-03-30 06:26:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24cdf679-abcf-5103-811a-4b4ac54ddc8e with scrape type 2
2026-03-30 06:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24cdf679-abcf-5103-811a-4b4ac54ddc8e with scrape type 2
2026-03-30 06:26:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24cdf679-abcf-5103-811a-4b4ac54ddc8e, identifier: HX74%20PHY
2026-03-30 06:26:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e780cb9-bbdc-5848-88f3-7498170b59b1 with identifier: LT22%20PXB
2026-03-30 06:26:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e780cb9-bbdc-5848-88f3-7498170b59b1 with identifier: LT22%20PXB
2026-03-30 06:26:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e780cb9-bbdc-5848-88f3-7498170b59b1 with identifier: LT22%20PXB to the API
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT22%20PXB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7e780cb9-bbdc-5848-88f3-7498170b59b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LT22 PXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT22%20PXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 33343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH LIFE PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH LIFE PRO PERF.',
 'vin': 'WVWZZZE1ZNP026134',
 'year': 2022}
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520PXB%27 HTTP/1.1" 200 None
2026-03-30 06:26:03 [bca.uk] INFO: Saving data for LT22%20PXB: {'auction_closing_time': 1774951200.0, 'created_time': 1774622308.927204, 'last_price_update_time': 1774851963.611782}
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT22%2520PXB') HTTP/1.1" 204 0
2026-03-30 06:26:03 [bca.uk] INFO: Found listing with ID: WV23%20YCG
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YCG%27 HTTP/1.1" 200 None
2026-03-30 06:26:03 [bca.uk] INFO: Scrape type for WV23%20YCG: 2
2026-03-30 06:26:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfb9da6e-cc40-5b63-9895-2449e892518d with identifier: WV23%20YCG
2026-03-30 06:26:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfb9da6e-cc40-5b63-9895-2449e892518d with scrape type 2
2026-03-30 06:26:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfb9da6e-cc40-5b63-9895-2449e892518d with scrape type 2
2026-03-30 06:26:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfb9da6e-cc40-5b63-9895-2449e892518d, identifier: WV23%20YCG
2026-03-30 06:26:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c89cbfd3-fec9-5bd9-9094-fedde866b9d9 with identifier: RV75%20YJL
2026-03-30 06:26:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c89cbfd3-fec9-5bd9-9094-fedde866b9d9 with identifier: RV75%20YJL
2026-03-30 06:26:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c89cbfd3-fec9-5bd9-9094-fedde866b9d9 with identifier: RV75%20YJL to the API
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV75%20YJL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c89cbfd3-fec9-5bd9-9094-fedde866b9d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV75 YJL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV75%20YJL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 963,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI 157 48V GT-LINE ISG DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI 157 48V GT-LINE ISG DCT',
 'vin': 'U5YPX81BVSL435095',
 'year': 2025}
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV75%2520YJL%27 HTTP/1.1" 200 None
2026-03-30 06:26:04 [bca.uk] INFO: Saving data for RV75%20YJL: {'auction_closing_time': 1775037600.0, 'created_time': 1774621707.834917, 'last_price_update_time': 1774851964.014145}
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV75%2520YJL') HTTP/1.1" 204 0
2026-03-30 06:26:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 318ab6c6-0bd9-5226-8d56-459b50f9a456 with identifier: ND72%20VRG
2026-03-30 06:26:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 318ab6c6-0bd9-5226-8d56-459b50f9a456 with identifier: ND72%20VRG
2026-03-30 06:26:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 318ab6c6-0bd9-5226-8d56-459b50f9a456 with identifier: ND72%20VRG to the API
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND72%20VRG-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '318ab6c6-0bd9-5226-8d56-459b50f9a456',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ND72 VRG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND72%20VRG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 21304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX 240KW 76KWH XD40 M SPORT ED. StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 M SPORT ED.',
 'vin': 'WBY12CF070CL57616',
 'year': 2022}
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520VRG%27 HTTP/1.1" 200 None
2026-03-30 06:26:04 [bca.uk] INFO: Saving data for ND72%20VRG: {'auction_closing_time': 1775124000.0, 'created_time': 1774621641.526428, 'last_price_update_time': 1774851964.315004}
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND72%2520VRG') HTTP/1.1" 204 0
2026-03-30 06:26:04 [bca.uk] INFO: Found listing with ID: EK23%20AYG
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520AYG%27 HTTP/1.1" 200 None
2026-03-30 06:26:04 [bca.uk] INFO: Scrape type for EK23%20AYG: 2
2026-03-30 06:26:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d505eb3f-1485-55f1-ae4f-3c3957653c7b with identifier: EK23%20AYG
2026-03-30 06:26:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d505eb3f-1485-55f1-ae4f-3c3957653c7b with scrape type 2
2026-03-30 06:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d505eb3f-1485-55f1-ae4f-3c3957653c7b with scrape type 2
2026-03-30 06:26:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d505eb3f-1485-55f1-ae4f-3c3957653c7b, identifier: EK23%20AYG
2026-03-30 06:26:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24cdf679-abcf-5103-811a-4b4ac54ddc8e with identifier: HX74%20PHY
2026-03-30 06:26:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24cdf679-abcf-5103-811a-4b4ac54ddc8e with identifier: HX74%20PHY
2026-03-30 06:26:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24cdf679-abcf-5103-811a-4b4ac54ddc8e with identifier: HX74%20PHY to the API
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX74%20PHY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '24cdf679-abcf-5103-811a-4b4ac54ddc8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HX74 PHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX74%20PHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '320I',
 'odometer': 16833,
 'odometer_reading_unit': '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 320I 2.0 T SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T SPORT STEP',
 'vin': 'WBA50FF0008E78209',
 'year': 2024}
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX74%2520PHY%27 HTTP/1.1" 200 None
2026-03-30 06:26:04 [bca.uk] INFO: Saving data for HX74%20PHY: {'auction_closing_time': 1774951200.0, 'created_time': 1774622034.562784, 'last_price_update_time': 1774851964.757067}
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX74%2520PHY') HTTP/1.1" 204 0
2026-03-30 06:26:04 [bca.uk] INFO: Found listing with ID: DE71%20HPU
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE71%2520HPU%27 HTTP/1.1" 200 None
2026-03-30 06:26:04 [bca.uk] INFO: Scrape type for DE71%20HPU: 2
2026-03-30 06:26:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36097fa9-cc81-5fc1-86c6-817d49cbdb44 with identifier: DE71%20HPU
2026-03-30 06:26:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36097fa9-cc81-5fc1-86c6-817d49cbdb44 with scrape type 2
2026-03-30 06:26:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36097fa9-cc81-5fc1-86c6-817d49cbdb44 with scrape type 2
2026-03-30 06:26:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36097fa9-cc81-5fc1-86c6-817d49cbdb44, identifier: DE71%20HPU
2026-03-30 06:26:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfb9da6e-cc40-5b63-9895-2449e892518d with identifier: WV23%20YCG
2026-03-30 06:26:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfb9da6e-cc40-5b63-9895-2449e892518d with identifier: WV23%20YCG
2026-03-30 06:26:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cfb9da6e-cc40-5b63-9895-2449e892518d with identifier: WV23%20YCG to the API
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV23%20YCG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cfb9da6e-cc40-5b63-9895-2449e892518d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV23 YCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV23%20YCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 32654,
 'odometer_reading_unit': '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': 'LRWYHCEK7PC728976',
 'year': 2023}
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YCG%27 HTTP/1.1" 200 None
2026-03-30 06:26:05 [bca.uk] INFO: Saving data for WV23%20YCG: {'auction_closing_time': 1774951200.0, 'created_time': 1774621288.887368, 'last_price_update_time': 1774851965.190964}
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV23%2520YCG') HTTP/1.1" 204 0
2026-03-30 06:26:05 [bca.uk] INFO: Found listing with ID: MK62%20YWB
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK62%2520YWB%27 HTTP/1.1" 200 None
2026-03-30 06:26:05 [bca.uk] INFO: Scrape type for MK62%20YWB: 2
2026-03-30 06:26:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3daedd1e-c0a4-5548-97e6-1fb7bd3df637 with identifier: MK62%20YWB
2026-03-30 06:26:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3daedd1e-c0a4-5548-97e6-1fb7bd3df637 with scrape type 2
2026-03-30 06:26:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3daedd1e-c0a4-5548-97e6-1fb7bd3df637 with scrape type 2
2026-03-30 06:26:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3daedd1e-c0a4-5548-97e6-1fb7bd3df637, identifier: MK62%20YWB
2026-03-30 06:26:05 [bca.uk] INFO: Found listing with ID: YP23%20BXD
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP23%2520BXD%27 HTTP/1.1" 200 None
2026-03-30 06:26:05 [bca.uk] INFO: Scrape type for YP23%20BXD: 2
2026-03-30 06:26:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63d26e9a-9f41-561f-b00d-2952092d9b41 with identifier: YP23%20BXD
2026-03-30 06:26:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63d26e9a-9f41-561f-b00d-2952092d9b41 with scrape type 2
2026-03-30 06:26:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63d26e9a-9f41-561f-b00d-2952092d9b41 with scrape type 2
2026-03-30 06:26:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63d26e9a-9f41-561f-b00d-2952092d9b41, identifier: YP23%20BXD
2026-03-30 06:26:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d505eb3f-1485-55f1-ae4f-3c3957653c7b with identifier: EK23%20AYG
2026-03-30 06:26:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d505eb3f-1485-55f1-ae4f-3c3957653c7b with identifier: EK23%20AYG
2026-03-30 06:26:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d505eb3f-1485-55f1-ae4f-3c3957653c7b with identifier: EK23%20AYG to the API
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK23%20AYG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd505eb3f-1485-55f1-ae4f-3c3957653c7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK23 AYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK23%20AYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 27134,
 'odometer_reading_unit': '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 2 ACTIVE TOURER 1.5 220I MHT LUXURY DCT Hatchback',
 'transmission': 'automatic',
 'trim': '220I MHT LUXURY DCT',
 'vin': 'WBA72BX0507M26314',
 'year': 2023}
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK23%2520AYG%27 HTTP/1.1" 200 None
2026-03-30 06:26:05 [bca.uk] INFO: Saving data for EK23%20AYG: {'auction_closing_time': 1774951200.0, 'created_time': 1774621942.587446, 'last_price_update_time': 1774851965.737949}
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK23%2520AYG') HTTP/1.1" 204 0
2026-03-30 06:26:05 [bca.uk] INFO: Found listing with ID: DL24%20OOX
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL24%2520OOX%27 HTTP/1.1" 200 None
2026-03-30 06:26:05 [bca.uk] INFO: Scrape type for DL24%20OOX: 2
2026-03-30 06:26:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7aa9528f-11cc-567a-a102-e21c28a0f225 with identifier: DL24%20OOX
2026-03-30 06:26:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7aa9528f-11cc-567a-a102-e21c28a0f225 with scrape type 2
2026-03-30 06:26:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7aa9528f-11cc-567a-a102-e21c28a0f225 with scrape type 2
2026-03-30 06:26:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7aa9528f-11cc-567a-a102-e21c28a0f225, identifier: DL24%20OOX
2026-03-30 06:26:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36097fa9-cc81-5fc1-86c6-817d49cbdb44 with identifier: DE71%20HPU
2026-03-30 06:26:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36097fa9-cc81-5fc1-86c6-817d49cbdb44 with identifier: DE71%20HPU
2026-03-30 06:26:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36097fa9-cc81-5fc1-86c6-817d49cbdb44 with identifier: DE71%20HPU to the API
2026-03-30 06:26:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE71%20HPU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '36097fa9-cc81-5fc1-86c6-817d49cbdb44',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE71 HPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE71%20HPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 14580,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZNW503362',
 'year': 2021}
2026-03-30 06:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE71%2520HPU%27 HTTP/1.1" 200 None
2026-03-30 06:26:07 [bca.uk] INFO: Saving data for DE71%20HPU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621292.697203, 'last_price_update_time': 1774851967.28306}
2026-03-30 06:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE71%2520HPU') HTTP/1.1" 204 0
2026-03-30 06:26:07 [bca.uk] INFO: Found listing with ID: WV23%20YED
2026-03-30 06:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YED%27 HTTP/1.1" 200 None
2026-03-30 06:26:07 [bca.uk] INFO: Scrape type for WV23%20YED: 2
2026-03-30 06:26:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 807ac9f0-a313-56d6-9080-ab554743f9b6 with identifier: WV23%20YED
2026-03-30 06:26:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 807ac9f0-a313-56d6-9080-ab554743f9b6 with scrape type 2
2026-03-30 06:26:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 807ac9f0-a313-56d6-9080-ab554743f9b6 with scrape type 2
2026-03-30 06:26:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 807ac9f0-a313-56d6-9080-ab554743f9b6, identifier: WV23%20YED
2026-03-30 06:26:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3daedd1e-c0a4-5548-97e6-1fb7bd3df637 with identifier: MK62%20YWB
2026-03-30 06:26:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3daedd1e-c0a4-5548-97e6-1fb7bd3df637 with identifier: MK62%20YWB
2026-03-30 06:26:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3daedd1e-c0a4-5548-97e6-1fb7bd3df637 with identifier: MK62%20YWB to the API
2026-03-30 06:26:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK62%20YWB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3daedd1e-c0a4-5548-97e6-1fb7bd3df637',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK62 YWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK62%20YWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 160819,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.7T 2.0 SL27DCI 115 PanelVan',
 'transmission': 'manual',
 'trim': 'SL27DCI 115',
 'vin': 'VF1FLA1AECV432041',
 'year': 2012}
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK62%2520YWB%27 HTTP/1.1" 200 None
2026-03-30 06:26:08 [bca.uk] INFO: Saving data for MK62%20YWB: {'auction_closing_time': 1774951200.0, 'created_time': 1774523217.969396, 'last_price_update_time': 1774851968.450285}
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK62%2520YWB') HTTP/1.1" 204 0
2026-03-30 06:26:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63d26e9a-9f41-561f-b00d-2952092d9b41 with identifier: YP23%20BXD
2026-03-30 06:26:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63d26e9a-9f41-561f-b00d-2952092d9b41 with identifier: YP23%20BXD
2026-03-30 06:26:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63d26e9a-9f41-561f-b00d-2952092d9b41 with identifier: YP23%20BXD to the API
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP23%20BXD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '63d26e9a-9f41-561f-b00d-2952092d9b41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP23 BXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP23%20BXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'MUSTANG MACH-E',
 'odometer': 23642,
 'odometer_reading_unit': '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 MUSTANG MACH-E 198KW 70KWH RWD STANDARD RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '198KW 70KWH RWD STANDARD RANGE',
 'vin': 'WF0TR1RM1NMA55572',
 'year': 2023}
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP23%2520BXD%27 HTTP/1.1" 200 None
2026-03-30 06:26:08 [bca.uk] INFO: Saving data for YP23%20BXD: {'auction_closing_time': 1775037600.0, 'created_time': 1774621625.345516, 'last_price_update_time': 1774851968.770723}
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP23%2520BXD') HTTP/1.1" 204 0
2026-03-30 06:26:08 [bca.uk] INFO: Found listing with ID: BF72%20CVV
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520CVV%27 HTTP/1.1" 200 None
2026-03-30 06:26:08 [bca.uk] INFO: Scrape type for BF72%20CVV: 2
2026-03-30 06:26:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7168dcc5-2369-5fec-9cdd-5bdcdb0845e3 with identifier: BF72%20CVV
2026-03-30 06:26:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7168dcc5-2369-5fec-9cdd-5bdcdb0845e3 with scrape type 2
2026-03-30 06:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7168dcc5-2369-5fec-9cdd-5bdcdb0845e3 with scrape type 2
2026-03-30 06:26:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7168dcc5-2369-5fec-9cdd-5bdcdb0845e3, identifier: BF72%20CVV
2026-03-30 06:26:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7aa9528f-11cc-567a-a102-e21c28a0f225 with identifier: DL24%20OOX
2026-03-30 06:26:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7aa9528f-11cc-567a-a102-e21c28a0f225 with identifier: DL24%20OOX
2026-03-30 06:26:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7aa9528f-11cc-567a-a102-e21c28a0f225 with identifier: DL24%20OOX to the API
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL24%20OOX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7aa9528f-11cc-567a-a102-e21c28a0f225',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL24 OOX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL24%20OOX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 17442,
 'odometer_reading_unit': '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 JUKE 1.6 HEV ACENTA PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'HEV ACENTA PREMIUM',
 'vin': 'SJNFCAF16U2019859',
 'year': 2024}
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL24%2520OOX%27 HTTP/1.1" 200 None
2026-03-30 06:26:09 [bca.uk] INFO: Saving data for DL24%20OOX: {'auction_closing_time': 1774951200.0, 'created_time': 1774622038.846941, 'last_price_update_time': 1774851969.194269}
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL24%2520OOX') HTTP/1.1" 204 0
2026-03-30 06:26:09 [bca.uk] INFO: Found listing with ID: LO70%20NVA
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520NVA%27 HTTP/1.1" 200 None
2026-03-30 06:26:09 [bca.uk] INFO: Scrape type for LO70%20NVA: 2
2026-03-30 06:26:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee242680-c29b-5f5f-b3d7-80a8f464288c with identifier: LO70%20NVA
2026-03-30 06:26:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee242680-c29b-5f5f-b3d7-80a8f464288c with scrape type 2
2026-03-30 06:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee242680-c29b-5f5f-b3d7-80a8f464288c with scrape type 2
2026-03-30 06:26:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee242680-c29b-5f5f-b3d7-80a8f464288c, identifier: LO70%20NVA
2026-03-30 06:26:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 807ac9f0-a313-56d6-9080-ab554743f9b6 with identifier: WV23%20YED
2026-03-30 06:26:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 807ac9f0-a313-56d6-9080-ab554743f9b6 with identifier: WV23%20YED
2026-03-30 06:26:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 807ac9f0-a313-56d6-9080-ab554743f9b6 with identifier: WV23%20YED to the API
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV23%20YED-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '807ac9f0-a313-56d6-9080-ab554743f9b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV23 YED',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV23%20YED&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 20629,
 'odometer_reading_unit': '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': 'LRWYHCFS6PC768089',
 'year': 2023}
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YED%27 HTTP/1.1" 200 None
2026-03-30 06:26:09 [bca.uk] INFO: Saving data for WV23%20YED: {'auction_closing_time': 1774951200.0, 'created_time': 1774391589.768618, 'last_price_update_time': 1774851969.605191}
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV23%2520YED') HTTP/1.1" 204 0
2026-03-30 06:26:09 [bca.uk] INFO: Found listing with ID: SV17%20YJJ
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV17%2520YJJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:09 [bca.uk] INFO: Scrape type for SV17%20YJJ: 2
2026-03-30 06:26:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75d85be5-abe1-54d7-ac3b-646c84045693 with identifier: SV17%20YJJ
2026-03-30 06:26:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75d85be5-abe1-54d7-ac3b-646c84045693 with scrape type 2
2026-03-30 06:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75d85be5-abe1-54d7-ac3b-646c84045693 with scrape type 2
2026-03-30 06:26:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75d85be5-abe1-54d7-ac3b-646c84045693, identifier: SV17%20YJJ
2026-03-30 06:26:09 [bca.uk] INFO: Found listing with ID: ND72%20RXP
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520RXP%27 HTTP/1.1" 200 None
2026-03-30 06:26:09 [bca.uk] INFO: Scrape type for ND72%20RXP: 2
2026-03-30 06:26:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 283ec727-824f-5d95-918d-d64d50551788 with identifier: ND72%20RXP
2026-03-30 06:26:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 283ec727-824f-5d95-918d-d64d50551788 with scrape type 2
2026-03-30 06:26:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 283ec727-824f-5d95-918d-d64d50551788 with scrape type 2
2026-03-30 06:26:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 283ec727-824f-5d95-918d-d64d50551788, identifier: ND72%20RXP
2026-03-30 06:26:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7168dcc5-2369-5fec-9cdd-5bdcdb0845e3 with identifier: BF72%20CVV
2026-03-30 06:26:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7168dcc5-2369-5fec-9cdd-5bdcdb0845e3 with identifier: BF72%20CVV
2026-03-30 06:26:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7168dcc5-2369-5fec-9cdd-5bdcdb0845e3 with identifier: BF72%20CVV to the API
2026-03-30 06:26:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF72%20CVV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7168dcc5-2369-5fec-9cdd-5bdcdb0845e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BF72 CVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF72%20CVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 69719,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI 116 SE TECHNOLOGY Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 116 SE TECHNOLOGY',
 'vin': 'TMBBG7NXXNY095405',
 'year': 2022}
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520CVV%27 HTTP/1.1" 200 None
2026-03-30 06:26:10 [bca.uk] INFO: Saving data for BF72%20CVV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621944.026019, 'last_price_update_time': 1774851970.136486}
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF72%2520CVV') HTTP/1.1" 204 0
2026-03-30 06:26:10 [bca.uk] INFO: Found listing with ID: DS24%20ULU
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ULU%27 HTTP/1.1" 200 None
2026-03-30 06:26:10 [bca.uk] INFO: Scrape type for DS24%20ULU: 2
2026-03-30 06:26:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a81d7fc-8e36-50f2-a1ad-e6af35993e10 with identifier: DS24%20ULU
2026-03-30 06:26:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a81d7fc-8e36-50f2-a1ad-e6af35993e10 with scrape type 2
2026-03-30 06:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a81d7fc-8e36-50f2-a1ad-e6af35993e10 with scrape type 2
2026-03-30 06:26:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a81d7fc-8e36-50f2-a1ad-e6af35993e10, identifier: DS24%20ULU
2026-03-30 06:26:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee242680-c29b-5f5f-b3d7-80a8f464288c with identifier: LO70%20NVA
2026-03-30 06:26:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee242680-c29b-5f5f-b3d7-80a8f464288c with identifier: LO70%20NVA
2026-03-30 06:26:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee242680-c29b-5f5f-b3d7-80a8f464288c with identifier: LO70%20NVA to the API
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO70%20NVA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': 'ee242680-c29b-5f5f-b3d7-80a8f464288c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO70 NVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO70%20NVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'E300 DE EQ-P',
 'odometer': 53004,
 'odometer_reading_unit': '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 DE EQ-P 2.0 AMG LINE 9G Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'W1K2132162A923621',
 'year': 2020}
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520NVA%27 HTTP/1.1" 200 None
2026-03-30 06:26:10 [bca.uk] INFO: Saving data for LO70%20NVA: {'auction_closing_time': 1774951200.0, 'created_time': 1774622312.129329, 'last_price_update_time': 1774851970.534326}
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO70%2520NVA') HTTP/1.1" 204 0
2026-03-30 06:26:10 [bca.uk] INFO: Found listing with ID: DL24%20OPV
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL24%2520OPV%27 HTTP/1.1" 200 None
2026-03-30 06:26:10 [bca.uk] INFO: Scrape type for DL24%20OPV: 2
2026-03-30 06:26:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f1c9870-c1ff-5026-b7ee-e8f7864f527e with identifier: DL24%20OPV
2026-03-30 06:26:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f1c9870-c1ff-5026-b7ee-e8f7864f527e with scrape type 2
2026-03-30 06:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f1c9870-c1ff-5026-b7ee-e8f7864f527e with scrape type 2
2026-03-30 06:26:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f1c9870-c1ff-5026-b7ee-e8f7864f527e, identifier: DL24%20OPV
2026-03-30 06:26:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75d85be5-abe1-54d7-ac3b-646c84045693 with identifier: SV17%20YJJ
2026-03-30 06:26:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75d85be5-abe1-54d7-ac3b-646c84045693 with identifier: SV17%20YJJ
2026-03-30 06:26:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75d85be5-abe1-54d7-ac3b-646c84045693 with identifier: SV17%20YJJ to the API
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV17%20YJJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '75d85be5-abe1-54d7-ac3b-646c84045693',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV17 YJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV17%20YJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 108343,
 'odometer_reading_unit': '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 StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 BMT 4M R LINE',
 'vin': 'WVGZZZ5NZHW410163',
 'year': 2017}
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV17%2520YJJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:10 [bca.uk] INFO: Saving data for SV17%20YJJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774621699.699117, 'last_price_update_time': 1774851970.929728}
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV17%2520YJJ') HTTP/1.1" 204 0
2026-03-30 06:26:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 283ec727-824f-5d95-918d-d64d50551788 with identifier: ND72%20RXP
2026-03-30 06:26:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 283ec727-824f-5d95-918d-d64d50551788 with identifier: ND72%20RXP
2026-03-30 06:26:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 283ec727-824f-5d95-918d-d64d50551788 with identifier: ND72%20RXP to the API
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND72%20RXP-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '283ec727-824f-5d95-918d-d64d50551788',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ND72 RXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND72%20RXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 28333,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX 240KW 76KWH XD40 M SPORT ED. StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 M SPORT ED.',
 'vin': 'WBY12CF090CL57830',
 'year': 2022}
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520RXP%27 HTTP/1.1" 200 None
2026-03-30 06:26:11 [bca.uk] INFO: Saving data for ND72%20RXP: {'auction_closing_time': 1775037600.0, 'created_time': 1774621626.164168, 'last_price_update_time': 1774851971.234939}
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND72%2520RXP') HTTP/1.1" 204 0
2026-03-30 06:26:11 [bca.uk] INFO: Found listing with ID: YB71%20XEO
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520XEO%27 HTTP/1.1" 200 None
2026-03-30 06:26:11 [bca.uk] INFO: Scrape type for YB71%20XEO: 2
2026-03-30 06:26:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8a23707-4de3-5db8-aad8-f512d557eaa1 with identifier: YB71%20XEO
2026-03-30 06:26:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8a23707-4de3-5db8-aad8-f512d557eaa1 with scrape type 2
2026-03-30 06:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8a23707-4de3-5db8-aad8-f512d557eaa1 with scrape type 2
2026-03-30 06:26:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8a23707-4de3-5db8-aad8-f512d557eaa1, identifier: YB71%20XEO
2026-03-30 06:26:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a81d7fc-8e36-50f2-a1ad-e6af35993e10 with identifier: DS24%20ULU
2026-03-30 06:26:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a81d7fc-8e36-50f2-a1ad-e6af35993e10 with identifier: DS24%20ULU
2026-03-30 06:26:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a81d7fc-8e36-50f2-a1ad-e6af35993e10 with identifier: DS24%20ULU to the API
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20ULU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3a81d7fc-8e36-50f2-a1ad-e6af35993e10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 ULU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20ULU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 32127,
 'odometer_reading_unit': '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 JUKE 1.6 HEV ACENTA PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'HEV ACENTA PREMIUM',
 'vin': 'SJNFCAF16U2020997',
 'year': 2024}
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ULU%27 HTTP/1.1" 200 None
2026-03-30 06:26:11 [bca.uk] INFO: Saving data for DS24%20ULU: {'auction_closing_time': 1774951200.0, 'created_time': 1774622037.776627, 'last_price_update_time': 1774851971.631923}
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520ULU') HTTP/1.1" 204 0
2026-03-30 06:26:11 [bca.uk] INFO: Found listing with ID: MM72%20FLE
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520FLE%27 HTTP/1.1" 200 None
2026-03-30 06:26:11 [bca.uk] INFO: Scrape type for MM72%20FLE: 2
2026-03-30 06:26:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77a42328-db39-5145-802e-403f0a83d9ab with identifier: MM72%20FLE
2026-03-30 06:26:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77a42328-db39-5145-802e-403f0a83d9ab with scrape type 2
2026-03-30 06:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77a42328-db39-5145-802e-403f0a83d9ab with scrape type 2
2026-03-30 06:26:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77a42328-db39-5145-802e-403f0a83d9ab, identifier: MM72%20FLE
2026-03-30 06:26:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f1c9870-c1ff-5026-b7ee-e8f7864f527e with identifier: DL24%20OPV
2026-03-30 06:26:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f1c9870-c1ff-5026-b7ee-e8f7864f527e with identifier: DL24%20OPV
2026-03-30 06:26:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f1c9870-c1ff-5026-b7ee-e8f7864f527e with identifier: DL24%20OPV to the API
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL24%20OPV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f1c9870-c1ff-5026-b7ee-e8f7864f527e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL24 OPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL24%20OPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 200',
 'odometer': 22211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 200 1.3 AMG LINE EXECUTIVE DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'W1K5J8HB9SN488688',
 'year': 2024}
2026-03-30 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL24%2520OPV%27 HTTP/1.1" 200 None
2026-03-30 06:26:12 [bca.uk] INFO: Saving data for DL24%20OPV: {'auction_closing_time': 1775124000.0, 'created_time': 1774621269.405158, 'last_price_update_time': 1774851972.058396}
2026-03-30 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL24%2520OPV') HTTP/1.1" 204 0
2026-03-30 06:26:12 [bca.uk] INFO: Found listing with ID: DA22%20BSU
2026-03-30 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA22%2520BSU%27 HTTP/1.1" 200 None
2026-03-30 06:26:12 [bca.uk] INFO: Scrape type for DA22%20BSU: 2
2026-03-30 06:26:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57addddc-c3a0-53b9-b77a-edac2fae0b57 with identifier: DA22%20BSU
2026-03-30 06:26:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57addddc-c3a0-53b9-b77a-edac2fae0b57 with scrape type 2
2026-03-30 06:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57addddc-c3a0-53b9-b77a-edac2fae0b57 with scrape type 2
2026-03-30 06:26:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57addddc-c3a0-53b9-b77a-edac2fae0b57, identifier: DA22%20BSU
2026-03-30 06:26:12 [bca.uk] INFO: Found listing with ID: VK22%20OVX
2026-03-30 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520OVX%27 HTTP/1.1" 200 None
2026-03-30 06:26:12 [bca.uk] INFO: Scrape type for VK22%20OVX: 2
2026-03-30 06:26:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9436a441-1c82-5cbb-9e26-5663aa4428bb with identifier: VK22%20OVX
2026-03-30 06:26:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9436a441-1c82-5cbb-9e26-5663aa4428bb with scrape type 2
2026-03-30 06:26:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9436a441-1c82-5cbb-9e26-5663aa4428bb with scrape type 2
2026-03-30 06:26:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9436a441-1c82-5cbb-9e26-5663aa4428bb, identifier: VK22%20OVX
2026-03-30 06:26:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8a23707-4de3-5db8-aad8-f512d557eaa1 with identifier: YB71%20XEO
2026-03-30 06:26:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8a23707-4de3-5db8-aad8-f512d557eaa1 with identifier: YB71%20XEO
2026-03-30 06:26:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8a23707-4de3-5db8-aad8-f512d557eaa1 with identifier: YB71%20XEO to the API
2026-03-30 06:26:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB71%20XEO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd8a23707-4de3-5db8-aad8-f512d557eaa1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB71 XEO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB71%20XEO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 32607,
 'odometer_reading_unit': '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 SILVER StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 HSE SILVER',
 'vin': 'SALWA2AW1NA223518',
 'year': 2022}
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520XEO%27 HTTP/1.1" 200 None
2026-03-30 06:26:13 [bca.uk] INFO: Saving data for YB71%20XEO: {'auction_closing_time': 1775037600.0, 'created_time': 1774621922.986717, 'last_price_update_time': 1774851973.469871}
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB71%2520XEO') HTTP/1.1" 204 0
2026-03-30 06:26:13 [bca.uk] INFO: Found listing with ID: CE64%20LHN
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE64%2520LHN%27 HTTP/1.1" 200 None
2026-03-30 06:26:13 [bca.uk] INFO: Scrape type for CE64%20LHN: 0
2026-03-30 06:26:13 [bca.uk] INFO: Found listing with ID: VE59%20LZX
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE59%2520LZX%27 HTTP/1.1" 200 None
2026-03-30 06:26:13 [bca.uk] INFO: Scrape type for VE59%20LZX: 2
2026-03-30 06:26:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fa98671-ec6d-5b68-a1fc-bb11a0619790 with identifier: VE59%20LZX
2026-03-30 06:26:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa98671-ec6d-5b68-a1fc-bb11a0619790 with scrape type 2
2026-03-30 06:26:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fa98671-ec6d-5b68-a1fc-bb11a0619790 with scrape type 2
2026-03-30 06:26:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fa98671-ec6d-5b68-a1fc-bb11a0619790, identifier: VE59%20LZX
2026-03-30 06:26:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77a42328-db39-5145-802e-403f0a83d9ab with identifier: MM72%20FLE
2026-03-30 06:26:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77a42328-db39-5145-802e-403f0a83d9ab with identifier: MM72%20FLE
2026-03-30 06:26:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77a42328-db39-5145-802e-403f0a83d9ab with identifier: MM72%20FLE to the API
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM72%20FLE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '77a42328-db39-5145-802e-403f0a83d9ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM72 FLE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM72%20FLE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 77272,
 'odometer_reading_unit': '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': 'LRWYHCEK4PC542425',
 'year': 2022}
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520FLE%27 HTTP/1.1" 200 None
2026-03-30 06:26:13 [bca.uk] INFO: Saving data for MM72%20FLE: {'auction_closing_time': 1774951200.0, 'created_time': 1774621287.934132, 'last_price_update_time': 1774851973.995939}
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520FLE') HTTP/1.1" 204 0
2026-03-30 06:26:14 [bca.uk] INFO: Found listing with ID: LO21%20EFG
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520EFG%27 HTTP/1.1" 200 None
2026-03-30 06:26:14 [bca.uk] INFO: Scrape type for LO21%20EFG: 2
2026-03-30 06:26:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 903b19f4-4fdf-5afc-bd62-78ecfe44deae with identifier: LO21%20EFG
2026-03-30 06:26:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 903b19f4-4fdf-5afc-bd62-78ecfe44deae with scrape type 2
2026-03-30 06:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 903b19f4-4fdf-5afc-bd62-78ecfe44deae with scrape type 2
2026-03-30 06:26:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 903b19f4-4fdf-5afc-bd62-78ecfe44deae, identifier: LO21%20EFG
2026-03-30 06:26:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57addddc-c3a0-53b9-b77a-edac2fae0b57 with identifier: DA22%20BSU
2026-03-30 06:26:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57addddc-c3a0-53b9-b77a-edac2fae0b57 with identifier: DA22%20BSU
2026-03-30 06:26:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57addddc-c3a0-53b9-b77a-edac2fae0b57 with identifier: DA22%20BSU to the API
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA22%20BSU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '57addddc-c3a0-53b9-b77a-edac2fae0b57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DA22 BSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA22%20BSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PORSCHE',
 'model': 'TAYCAN',
 'odometer': 34580,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PORSCHE TAYCAN 420KW 93KWH 4S Saloon',
 'transmission': 'automatic',
 'trim': '420KW 93KWH 4S',
 'vin': 'WP0ZZZY1ZNSA37615',
 'year': 2022}
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA22%2520BSU%27 HTTP/1.1" 200 None
2026-03-30 06:26:14 [bca.uk] INFO: Saving data for DA22%20BSU: {'auction_closing_time': 1775037600.0, 'created_time': 1774621692.999772, 'last_price_update_time': 1774851974.419446}
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA22%2520BSU') HTTP/1.1" 204 0
2026-03-30 06:26:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9436a441-1c82-5cbb-9e26-5663aa4428bb with identifier: VK22%20OVX
2026-03-30 06:26:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9436a441-1c82-5cbb-9e26-5663aa4428bb with identifier: VK22%20OVX
2026-03-30 06:26:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9436a441-1c82-5cbb-9e26-5663aa4428bb with identifier: VK22%20OVX to the API
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK22%20OVX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9436a441-1c82-5cbb-9e26-5663aa4428bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK22 OVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK22%20OVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 26941,
 'odometer_reading_unit': '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': 'WVGZZZE2ZNP034699',
 'year': 2022}
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520OVX%27 HTTP/1.1" 200 None
2026-03-30 06:26:14 [bca.uk] INFO: Saving data for VK22%20OVX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621626.93843, 'last_price_update_time': 1774851974.750047}
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK22%2520OVX') HTTP/1.1" 204 0
2026-03-30 06:26:14 [bca.uk] INFO: Found listing with ID: EK22%20WFP
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520WFP%27 HTTP/1.1" 200 None
2026-03-30 06:26:14 [bca.uk] INFO: Scrape type for EK22%20WFP: 2
2026-03-30 06:26:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae9bedfd-1476-51ee-90be-7b6296431d3e with identifier: EK22%20WFP
2026-03-30 06:26:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae9bedfd-1476-51ee-90be-7b6296431d3e with scrape type 2
2026-03-30 06:26:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae9bedfd-1476-51ee-90be-7b6296431d3e with scrape type 2
2026-03-30 06:26:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae9bedfd-1476-51ee-90be-7b6296431d3e, identifier: EK22%20WFP
2026-03-30 06:26:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fa98671-ec6d-5b68-a1fc-bb11a0619790 with identifier: VE59%20LZX
2026-03-30 06:26:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fa98671-ec6d-5b68-a1fc-bb11a0619790 with identifier: VE59%20LZX
2026-03-30 06:26:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fa98671-ec6d-5b68-a1fc-bb11a0619790 with identifier: VE59%20LZX to the API
2026-03-30 06:26:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE59%20LZX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9fa98671-ec6d-5b68-a1fc-bb11a0619790',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE59 LZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE59%20LZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'TT ROADSTER',
 'odometer': 79158,
 '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 ROADSTER 1.8 TFSI Roadster',
 'transmission': 'manual',
 'trim': 'TFSI',
 'vin': 'TRUZZZ8J0A1008499',
 'year': 2009}
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE59%2520LZX%27 HTTP/1.1" 200 None
2026-03-30 06:26:15 [bca.uk] INFO: Saving data for VE59%20LZX: {'auction_closing_time': 1774864800.0, 'created_time': 1774044641.4504, 'last_price_update_time': 1774851975.166838}
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE59%2520LZX') HTTP/1.1" 204 0
2026-03-30 06:26:15 [bca.uk] INFO: Found listing with ID: FE16%20SWJ
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE16%2520SWJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:15 [bca.uk] INFO: Scrape type for FE16%20SWJ: 2
2026-03-30 06:26:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0d24210-1f37-555b-b3cb-027a5170c85f with identifier: FE16%20SWJ
2026-03-30 06:26:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0d24210-1f37-555b-b3cb-027a5170c85f with scrape type 2
2026-03-30 06:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0d24210-1f37-555b-b3cb-027a5170c85f with scrape type 2
2026-03-30 06:26:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0d24210-1f37-555b-b3cb-027a5170c85f, identifier: FE16%20SWJ
2026-03-30 06:26:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 903b19f4-4fdf-5afc-bd62-78ecfe44deae with identifier: LO21%20EFG
2026-03-30 06:26:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 903b19f4-4fdf-5afc-bd62-78ecfe44deae with identifier: LO21%20EFG
2026-03-30 06:26:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 903b19f4-4fdf-5afc-bd62-78ecfe44deae with identifier: LO21%20EFG to the API
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO21%20EFG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '903b19f4-4fdf-5afc-bd62-78ecfe44deae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO21 EFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO21%20EFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 23458,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.0 30 TFSI S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': '30 TFSI S LINE S-T',
 'vin': 'WAUZZZGY8MA081095',
 'year': 2021}
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520EFG%27 HTTP/1.1" 200 None
2026-03-30 06:26:15 [bca.uk] INFO: Saving data for LO21%20EFG: {'auction_closing_time': 1774951200.0, 'created_time': 1774621256.460965, 'last_price_update_time': 1774851975.596675}
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO21%2520EFG') HTTP/1.1" 204 0
2026-03-30 06:26:15 [bca.uk] INFO: Found listing with ID: HL19%20YRV
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HL19%2520YRV%27 HTTP/1.1" 200 None
2026-03-30 06:26:15 [bca.uk] INFO: Scrape type for HL19%20YRV: 2
2026-03-30 06:26:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1f10049-fdc6-539f-99e4-a0f657c4994f with identifier: HL19%20YRV
2026-03-30 06:26:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1f10049-fdc6-539f-99e4-a0f657c4994f with scrape type 2
2026-03-30 06:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1f10049-fdc6-539f-99e4-a0f657c4994f with scrape type 2
2026-03-30 06:26:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1f10049-fdc6-539f-99e4-a0f657c4994f, identifier: HL19%20YRV
2026-03-30 06:26:15 [bca.uk] INFO: Found listing with ID: ND72%20MWX
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520MWX%27 HTTP/1.1" 200 None
2026-03-30 06:26:15 [bca.uk] INFO: Scrape type for ND72%20MWX: 2
2026-03-30 06:26:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23e349da-79b9-51dc-85f9-14470642919d with identifier: ND72%20MWX
2026-03-30 06:26:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23e349da-79b9-51dc-85f9-14470642919d with scrape type 2
2026-03-30 06:26:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23e349da-79b9-51dc-85f9-14470642919d with scrape type 2
2026-03-30 06:26:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23e349da-79b9-51dc-85f9-14470642919d, identifier: ND72%20MWX
2026-03-30 06:26:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae9bedfd-1476-51ee-90be-7b6296431d3e with identifier: EK22%20WFP
2026-03-30 06:26:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae9bedfd-1476-51ee-90be-7b6296431d3e with identifier: EK22%20WFP
2026-03-30 06:26:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae9bedfd-1476-51ee-90be-7b6296431d3e with identifier: EK22%20WFP to the API
2026-03-30 06:26:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK22%20WFP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ae9bedfd-1476-51ee-90be-7b6296431d3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EK22 WFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK22%20WFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 32794,
 'odometer_reading_unit': '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 A200 1.3 AMG LINE EXECUTIVE ED.DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE ED.DCT',
 'vin': 'W1K1770872J360250',
 'year': 2022}
2026-03-30 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520WFP%27 HTTP/1.1" 200 None
2026-03-30 06:26:16 [bca.uk] INFO: Saving data for EK22%20WFP: {'auction_closing_time': 1774951200.0, 'created_time': 1774621923.856044, 'last_price_update_time': 1774851976.960733}
2026-03-30 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK22%2520WFP') HTTP/1.1" 204 0
2026-03-30 06:26:16 [bca.uk] INFO: Found listing with ID: WL07%20KFX
2026-03-30 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL07%2520KFX%27 HTTP/1.1" 200 None
2026-03-30 06:26:16 [bca.uk] INFO: Scrape type for WL07%20KFX: 2
2026-03-30 06:26:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 217eb543-c68e-5936-ae1f-9d27fb2bc530 with identifier: WL07%20KFX
2026-03-30 06:26:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 217eb543-c68e-5936-ae1f-9d27fb2bc530 with scrape type 2
2026-03-30 06:26:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 217eb543-c68e-5936-ae1f-9d27fb2bc530 with scrape type 2
2026-03-30 06:26:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 217eb543-c68e-5936-ae1f-9d27fb2bc530, identifier: WL07%20KFX
2026-03-30 06:26:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0d24210-1f37-555b-b3cb-027a5170c85f with identifier: FE16%20SWJ
2026-03-30 06:26:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0d24210-1f37-555b-b3cb-027a5170c85f with identifier: FE16%20SWJ
2026-03-30 06:26:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0d24210-1f37-555b-b3cb-027a5170c85f with identifier: FE16%20SWJ to the API
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE16%20SWJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c0d24210-1f37-555b-b3cb-027a5170c85f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE16 SWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE16%20SWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 240881,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 TDCI 120 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 ZETEC',
 'vin': 'WF05XXGCC5GR62874',
 'year': 2016}
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE16%2520SWJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:17 [bca.uk] INFO: Saving data for FE16%20SWJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774563438.574145, 'last_price_update_time': 1774851977.349437}
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE16%2520SWJ') HTTP/1.1" 204 0
2026-03-30 06:26:17 [bca.uk] INFO: Found listing with ID: KY22%20JVH
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520JVH%27 HTTP/1.1" 200 None
2026-03-30 06:26:17 [bca.uk] INFO: Scrape type for KY22%20JVH: 2
2026-03-30 06:26:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b36d45e-21ab-59d6-93c4-33850c675155 with identifier: KY22%20JVH
2026-03-30 06:26:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b36d45e-21ab-59d6-93c4-33850c675155 with scrape type 2
2026-03-30 06:26:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b36d45e-21ab-59d6-93c4-33850c675155 with scrape type 2
2026-03-30 06:26:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b36d45e-21ab-59d6-93c4-33850c675155, identifier: KY22%20JVH
2026-03-30 06:26:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1f10049-fdc6-539f-99e4-a0f657c4994f with identifier: HL19%20YRV
2026-03-30 06:26:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1f10049-fdc6-539f-99e4-a0f657c4994f with identifier: HL19%20YRV
2026-03-30 06:26:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1f10049-fdc6-539f-99e4-a0f657c4994f with identifier: HL19%20YRV to the API
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HL19%20YRV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b1f10049-fdc6-539f-99e4-a0f657c4994f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HL19 YRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HL19%20YRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 25144,
 'odometer_reading_unit': '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 3.0 XDRIVE 30D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30D M SPORT STEP',
 'vin': 'WBATX76060ND01058',
 'year': 2019}
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HL19%2520YRV%27 HTTP/1.1" 200 None
2026-03-30 06:26:17 [bca.uk] INFO: Saving data for HL19%20YRV: {'auction_closing_time': 1775037600.0, 'created_time': 1774621548.157291, 'last_price_update_time': 1774851977.79946}
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HL19%2520YRV') HTTP/1.1" 204 0
2026-03-30 06:26:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23e349da-79b9-51dc-85f9-14470642919d with identifier: ND72%20MWX
2026-03-30 06:26:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23e349da-79b9-51dc-85f9-14470642919d with identifier: ND72%20MWX
2026-03-30 06:26:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23e349da-79b9-51dc-85f9-14470642919d with identifier: ND72%20MWX to the API
2026-03-30 06:26:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26: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:26:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND72%20MWX-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '23e349da-79b9-51dc-85f9-14470642919d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ND72 MWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND72%20MWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 18566,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX 240KW 76KWH XD40 M SPORT ED. StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 M SPORT ED.',
 'vin': 'WBY12CF020CM01036',
 'year': 2022}
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520MWX%27 HTTP/1.1" 200 None
2026-03-30 06:26:18 [bca.uk] INFO: Saving data for ND72%20MWX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621626.560161, 'last_price_update_time': 1774851978.176558}
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND72%2520MWX') HTTP/1.1" 204 0
2026-03-30 06:26:18 [bca.uk] INFO: Found listing with ID: UIG%206005
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UIG%25206005%27 HTTP/1.1" 200 None
2026-03-30 06:26:18 [bca.uk] INFO: Scrape type for UIG%206005: 2
2026-03-30 06:26:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aafb10e2-7685-57a6-b90b-4af750671fef with identifier: UIG%206005
2026-03-30 06:26:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aafb10e2-7685-57a6-b90b-4af750671fef with scrape type 2
2026-03-30 06:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aafb10e2-7685-57a6-b90b-4af750671fef with scrape type 2
2026-03-30 06:26:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aafb10e2-7685-57a6-b90b-4af750671fef, identifier: UIG%206005
2026-03-30 06:26:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 217eb543-c68e-5936-ae1f-9d27fb2bc530 with identifier: WL07%20KFX
2026-03-30 06:26:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 217eb543-c68e-5936-ae1f-9d27fb2bc530 with identifier: WL07%20KFX
2026-03-30 06:26:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 217eb543-c68e-5936-ae1f-9d27fb2bc530 with identifier: WL07%20KFX to the API
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26: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:26:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL07%20KFX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '217eb543-c68e-5936-ae1f-9d27fb2bc530',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL07 KFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL07%20KFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FUSION',
 'odometer': 128355,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'FORD FUSION 1.4 ZETEC CLIMATE Estate',
 'transmission': 'manual',
 'trim': 'ZETEC CLIMATE',
 'vin': 'WF0UXXGAJU7L80216',
 'year': 2007}
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL07%2520KFX%27 HTTP/1.1" 200 None
2026-03-30 06:26:18 [bca.uk] INFO: Saving data for WL07%20KFX: {'auction_closing_time': 1774864800.0, 'created_time': 1774044647.565151, 'last_price_update_time': 1774851978.574526}
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL07%2520KFX') HTTP/1.1" 204 0
2026-03-30 06:26:18 [scrapy.extensions.logstats] INFO: Crawled 73 pages (at 0 pages/min), scraped 2888 items (at 137 items/min)
2026-03-30 06:26:18 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:26:18 [bca.uk] INFO: Found listing with ID: NG19%20XJO
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG19%2520XJO%27 HTTP/1.1" 200 None
2026-03-30 06:26:18 [bca.uk] INFO: Scrape type for NG19%20XJO: 2
2026-03-30 06:26:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ed2640f-a428-50eb-8aba-fe898fe40b5d with identifier: NG19%20XJO
2026-03-30 06:26:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ed2640f-a428-50eb-8aba-fe898fe40b5d with scrape type 2
2026-03-30 06:26:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ed2640f-a428-50eb-8aba-fe898fe40b5d with scrape type 2
2026-03-30 06:26:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ed2640f-a428-50eb-8aba-fe898fe40b5d, identifier: NG19%20XJO
2026-03-30 06:26:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b36d45e-21ab-59d6-93c4-33850c675155 with identifier: KY22%20JVH
2026-03-30 06:26:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b36d45e-21ab-59d6-93c4-33850c675155 with identifier: KY22%20JVH
2026-03-30 06:26:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b36d45e-21ab-59d6-93c4-33850c675155 with identifier: KY22%20JVH to the API
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26: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:26:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY22%20JVH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6b36d45e-21ab-59d6-93c4-33850c675155',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KY22 JVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY22%20JVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 23480,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 35 125KW 55KWH SPORT Coupe',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH SPORT',
 'vin': 'WAUZZZFZ1NP034872',
 'year': 2022}
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520JVH%27 HTTP/1.1" 200 None
2026-03-30 06:26:18 [bca.uk] INFO: Saving data for KY22%20JVH: {'auction_closing_time': 1774951200.0, 'created_time': 1774621261.14499, 'last_price_update_time': 1774851978.975507}
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY22%2520JVH') HTTP/1.1" 204 0
2026-03-30 06:26:19 [bca.uk] INFO: Found listing with ID: KN25%20NHY
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN25%2520NHY%27 HTTP/1.1" 200 None
2026-03-30 06:26:19 [bca.uk] INFO: Scrape type for KN25%20NHY: 2
2026-03-30 06:26:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3e29bc0-2a2b-5681-89ba-ab250aec17f7 with identifier: KN25%20NHY
2026-03-30 06:26:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3e29bc0-2a2b-5681-89ba-ab250aec17f7 with scrape type 2
2026-03-30 06:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3e29bc0-2a2b-5681-89ba-ab250aec17f7 with scrape type 2
2026-03-30 06:26:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3e29bc0-2a2b-5681-89ba-ab250aec17f7, identifier: KN25%20NHY
2026-03-30 06:26:19 [bca.uk] INFO: Found listing with ID: HV24%20VKW
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520VKW%27 HTTP/1.1" 200 None
2026-03-30 06:26:19 [bca.uk] INFO: Scrape type for HV24%20VKW: 2
2026-03-30 06:26:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a265d6f6-e944-5644-9eaa-1ea468cf555e with identifier: HV24%20VKW
2026-03-30 06:26:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a265d6f6-e944-5644-9eaa-1ea468cf555e with scrape type 2
2026-03-30 06:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a265d6f6-e944-5644-9eaa-1ea468cf555e with scrape type 2
2026-03-30 06:26:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a265d6f6-e944-5644-9eaa-1ea468cf555e, identifier: HV24%20VKW
2026-03-30 06:26:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aafb10e2-7685-57a6-b90b-4af750671fef with identifier: UIG%206005
2026-03-30 06:26:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aafb10e2-7685-57a6-b90b-4af750671fef with identifier: UIG%206005
2026-03-30 06:26:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aafb10e2-7685-57a6-b90b-4af750671fef with identifier: UIG%206005 to the API
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=UIG%206005-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aafb10e2-7685-57a6-b90b-4af750671fef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'UIG 6005',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=UIG%206005&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 60966,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D180 R-DYNAMIC S Saloon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC S',
 'vin': 'SAJAB4AN6LCP59563',
 'year': 2019}
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UIG%25206005%27 HTTP/1.1" 200 None
2026-03-30 06:26:19 [bca.uk] INFO: Saving data for UIG%206005: {'auction_closing_time': 1775037600.0, 'created_time': 1774621926.655148, 'last_price_update_time': 1774851979.633245}
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='UIG%25206005') HTTP/1.1" 204 0
2026-03-30 06:26:19 [bca.uk] INFO: Found listing with ID: NU20%20OJZ
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520OJZ%27 HTTP/1.1" 200 None
2026-03-30 06:26:19 [bca.uk] INFO: Scrape type for NU20%20OJZ: 2
2026-03-30 06:26:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with identifier: NU20%20OJZ
2026-03-30 06:26:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with scrape type 2
2026-03-30 06:26:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with scrape type 2
2026-03-30 06:26:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c63bceec-6ccb-557a-a4ce-8c68b0f1ea05, identifier: NU20%20OJZ
2026-03-30 06:26:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ed2640f-a428-50eb-8aba-fe898fe40b5d with identifier: NG19%20XJO
2026-03-30 06:26:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ed2640f-a428-50eb-8aba-fe898fe40b5d with identifier: NG19%20XJO
2026-03-30 06:26:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ed2640f-a428-50eb-8aba-fe898fe40b5d with identifier: NG19%20XJO to the API
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG19%20XJO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0ed2640f-a428-50eb-8aba-fe898fe40b5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG19 XJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG19%20XJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SUZUKI',
 'model': 'CELERIO',
 'odometer': 46179,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SUZUKI CELERIO 1.0 SZ2 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ2',
 'vin': 'MMSLFE62S00119937',
 'year': 2019}
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG19%2520XJO%27 HTTP/1.1" 200 None
2026-03-30 06:26:20 [bca.uk] INFO: Saving data for NG19%20XJO: {'auction_closing_time': 1774951200.0, 'created_time': 1774622313.867294, 'last_price_update_time': 1774851980.033265}
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG19%2520XJO') HTTP/1.1" 204 0
2026-03-30 06:26:20 [bca.uk] INFO: Found listing with ID: RO73%20JYJ
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520JYJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:20 [bca.uk] INFO: Scrape type for RO73%20JYJ: 2
2026-03-30 06:26:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e629315-f7b5-5e43-a74f-dd1b303a3f29 with identifier: RO73%20JYJ
2026-03-30 06:26:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e629315-f7b5-5e43-a74f-dd1b303a3f29 with scrape type 2
2026-03-30 06:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e629315-f7b5-5e43-a74f-dd1b303a3f29 with scrape type 2
2026-03-30 06:26:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e629315-f7b5-5e43-a74f-dd1b303a3f29, identifier: RO73%20JYJ
2026-03-30 06:26:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3e29bc0-2a2b-5681-89ba-ab250aec17f7 with identifier: KN25%20NHY
2026-03-30 06:26:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3e29bc0-2a2b-5681-89ba-ab250aec17f7 with identifier: KN25%20NHY
2026-03-30 06:26:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3e29bc0-2a2b-5681-89ba-ab250aec17f7 with identifier: KN25%20NHY to the API
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN25%20NHY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e3e29bc0-2a2b-5681-89ba-ab250aec17f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN25 NHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN25%20NHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 6686,
 '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': 'JAGUAR I-PACE EV400 R-DYNAMIC HSE BLACK Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 R-DYNAMIC HSE BLACK',
 'vin': 'SADHA2A19R1637581',
 'year': 2025}
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN25%2520NHY%27 HTTP/1.1" 200 None
2026-03-30 06:26:20 [bca.uk] INFO: Saving data for KN25%20NHY: {'auction_closing_time': 1775037600.0, 'created_time': 1774621672.396011, 'last_price_update_time': 1774851980.429137}
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN25%2520NHY') HTTP/1.1" 204 0
2026-03-30 06:26:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a265d6f6-e944-5644-9eaa-1ea468cf555e with identifier: HV24%20VKW
2026-03-30 06:26:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a265d6f6-e944-5644-9eaa-1ea468cf555e with identifier: HV24%20VKW
2026-03-30 06:26:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a265d6f6-e944-5644-9eaa-1ea468cf555e with identifier: HV24%20VKW to the API
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV24%20VKW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a265d6f6-e944-5644-9eaa-1ea468cf555e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HV24 VKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV24%20VKW&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQE 300',
 'odometer': 16284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQE 300 SPORT ED. Saloon',
 'transmission': 'automatic',
 'trim': 'SPORT ED.',
 'vin': 'W1KEG1BB0RF041413',
 'year': 2024}
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520VKW%27 HTTP/1.1" 200 None
2026-03-30 06:26:20 [bca.uk] INFO: Saving data for HV24%20VKW: {'auction_closing_time': 1775037600.0, 'created_time': 1774621629.090424, 'last_price_update_time': 1774851980.733909}
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520VKW') HTTP/1.1" 204 0
2026-03-30 06:26:20 [bca.uk] INFO: Found listing with ID: FL71%20TOJ
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520TOJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:20 [bca.uk] INFO: Scrape type for FL71%20TOJ: 2
2026-03-30 06:26:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5082652-7b12-5f00-bef5-8dfa364504ec with identifier: FL71%20TOJ
2026-03-30 06:26:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5082652-7b12-5f00-bef5-8dfa364504ec with scrape type 2
2026-03-30 06:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5082652-7b12-5f00-bef5-8dfa364504ec with scrape type 2
2026-03-30 06:26:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5082652-7b12-5f00-bef5-8dfa364504ec, identifier: FL71%20TOJ
2026-03-30 06:26:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with identifier: NU20%20OJZ
2026-03-30 06:26:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with identifier: NU20%20OJZ
2026-03-30 06:26:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c63bceec-6ccb-557a-a4ce-8c68b0f1ea05 with identifier: NU20%20OJZ to the API
2026-03-30 06:26:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU20%20OJZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c63bceec-6ccb-557a-a4ce-8c68b0f1ea05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU20 OJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU20%20OJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 74539,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 STD.PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 STD.PROFESSIONAL',
 'vin': 'VF3VBYHRKL7030846',
 'year': 2020}
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520OJZ%27 HTTP/1.1" 200 None
2026-03-30 06:26:21 [bca.uk] INFO: Saving data for NU20%20OJZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774264137.203792, 'last_price_update_time': 1774851981.143726}
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU20%2520OJZ') HTTP/1.1" 204 0
2026-03-30 06:26:21 [bca.uk] INFO: Found listing with ID: KP22%20XRK
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520XRK%27 HTTP/1.1" 200 None
2026-03-30 06:26:21 [bca.uk] INFO: Scrape type for KP22%20XRK: 2
2026-03-30 06:26:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b52bc0d3-31a8-5762-a58e-d3dda6afc01b with identifier: KP22%20XRK
2026-03-30 06:26:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b52bc0d3-31a8-5762-a58e-d3dda6afc01b with scrape type 2
2026-03-30 06:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b52bc0d3-31a8-5762-a58e-d3dda6afc01b with scrape type 2
2026-03-30 06:26:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b52bc0d3-31a8-5762-a58e-d3dda6afc01b, identifier: KP22%20XRK
2026-03-30 06:26:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e629315-f7b5-5e43-a74f-dd1b303a3f29 with identifier: RO73%20JYJ
2026-03-30 06:26:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e629315-f7b5-5e43-a74f-dd1b303a3f29 with identifier: RO73%20JYJ
2026-03-30 06:26:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e629315-f7b5-5e43-a74f-dd1b303a3f29 with identifier: RO73%20JYJ to the API
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO73%20JYJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7e629315-f7b5-5e43-a74f-dd1b303a3f29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO73 JYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO73%20JYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 4357,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 40 150KW 82KWH S LINE Coupe',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH S LINE',
 'vin': 'WAUZZZFZ5RP004344',
 'year': 2023}
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520JYJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:21 [bca.uk] INFO: Saving data for RO73%20JYJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621243.489337, 'last_price_update_time': 1774851981.568636}
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO73%2520JYJ') HTTP/1.1" 204 0
2026-03-30 06:26:21 [bca.uk] INFO: Found listing with ID: LA71%20ZAZ
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520ZAZ%27 HTTP/1.1" 200 None
2026-03-30 06:26:21 [bca.uk] INFO: Scrape type for LA71%20ZAZ: 2
2026-03-30 06:26:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3470305-8d7f-59d6-a98c-98be9ab7c1f9 with identifier: LA71%20ZAZ
2026-03-30 06:26:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3470305-8d7f-59d6-a98c-98be9ab7c1f9 with scrape type 2
2026-03-30 06:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3470305-8d7f-59d6-a98c-98be9ab7c1f9 with scrape type 2
2026-03-30 06:26:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3470305-8d7f-59d6-a98c-98be9ab7c1f9, identifier: LA71%20ZAZ
2026-03-30 06:26:21 [bca.uk] INFO: Found listing with ID: ND72%20MJK
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520MJK%27 HTTP/1.1" 200 None
2026-03-30 06:26:21 [bca.uk] INFO: Scrape type for ND72%20MJK: 2
2026-03-30 06:26:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 890134dc-5e79-561a-81be-5fd0126e5da1 with identifier: ND72%20MJK
2026-03-30 06:26:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 890134dc-5e79-561a-81be-5fd0126e5da1 with scrape type 2
2026-03-30 06:26:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 890134dc-5e79-561a-81be-5fd0126e5da1 with scrape type 2
2026-03-30 06:26:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 890134dc-5e79-561a-81be-5fd0126e5da1, identifier: ND72%20MJK
2026-03-30 06:26:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5082652-7b12-5f00-bef5-8dfa364504ec with identifier: FL71%20TOJ
2026-03-30 06:26:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5082652-7b12-5f00-bef5-8dfa364504ec with identifier: FL71%20TOJ
2026-03-30 06:26:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5082652-7b12-5f00-bef5-8dfa364504ec with identifier: FL71%20TOJ to the API
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL71%20TOJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5082652-7b12-5f00-bef5-8dfa364504ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL71 TOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL71%20TOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CUPRA',
 'model': 'FORMENTOR',
 'odometer': 43535,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CUPRA FORMENTOR 2.0 TSI 190 4D V2 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 190 4D V2 DSG',
 'vin': 'VSSZZZKMZNR012633',
 'year': 2021}
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520TOJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:22 [bca.uk] INFO: Saving data for FL71%20TOJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621879.565607, 'last_price_update_time': 1774851982.093422}
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL71%2520TOJ') HTTP/1.1" 204 0
2026-03-30 06:26:22 [bca.uk] INFO: Found listing with ID: RF16%20HDG
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF16%2520HDG%27 HTTP/1.1" 200 None
2026-03-30 06:26:22 [bca.uk] INFO: Scrape type for RF16%20HDG: 0
2026-03-30 06:26:22 [bca.uk] INFO: Found listing with ID: WV63%20NDU
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520NDU%27 HTTP/1.1" 200 None
2026-03-30 06:26:22 [bca.uk] INFO: Scrape type for WV63%20NDU: 2
2026-03-30 06:26:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7220f224-c90c-519b-983a-07fe6ec4f8d5 with identifier: WV63%20NDU
2026-03-30 06:26:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7220f224-c90c-519b-983a-07fe6ec4f8d5 with scrape type 2
2026-03-30 06:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7220f224-c90c-519b-983a-07fe6ec4f8d5 with scrape type 2
2026-03-30 06:26:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7220f224-c90c-519b-983a-07fe6ec4f8d5, identifier: WV63%20NDU
2026-03-30 06:26:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b52bc0d3-31a8-5762-a58e-d3dda6afc01b with identifier: KP22%20XRK
2026-03-30 06:26:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b52bc0d3-31a8-5762-a58e-d3dda6afc01b with identifier: KP22%20XRK
2026-03-30 06:26:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b52bc0d3-31a8-5762-a58e-d3dda6afc01b with identifier: KP22%20XRK to the API
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP22%20XRK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b52bc0d3-31a8-5762-a58e-d3dda6afc01b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP22 XRK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP22%20XRK&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 250',
 'odometer': 65812,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 250 2.0 AMG LINE PREMIUM PLUS DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'W1K1183462N297274',
 'year': 2022}
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520XRK%27 HTTP/1.1" 200 None
2026-03-30 06:26:22 [bca.uk] INFO: Saving data for KP22%20XRK: {'auction_closing_time': 1775124000.0, 'created_time': 1774621285.86896, 'last_price_update_time': 1774851982.518804}
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP22%2520XRK') HTTP/1.1" 204 0
2026-03-30 06:26:22 [bca.uk] INFO: Found listing with ID: Y37%20XEB
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y37%2520XEB%27 HTTP/1.1" 200 None
2026-03-30 06:26:22 [bca.uk] INFO: Scrape type for Y37%20XEB: 0
2026-03-30 06:26:22 [bca.uk] INFO: Found listing with ID: LF64%20ZXO
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF64%2520ZXO%27 HTTP/1.1" 200 None
2026-03-30 06:26:22 [bca.uk] INFO: Scrape type for LF64%20ZXO: 2
2026-03-30 06:26:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba020937-523e-5bf6-a638-99b6968454cc with identifier: LF64%20ZXO
2026-03-30 06:26:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba020937-523e-5bf6-a638-99b6968454cc with scrape type 2
2026-03-30 06:26:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba020937-523e-5bf6-a638-99b6968454cc with scrape type 2
2026-03-30 06:26:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba020937-523e-5bf6-a638-99b6968454cc, identifier: LF64%20ZXO
2026-03-30 06:26:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3470305-8d7f-59d6-a98c-98be9ab7c1f9 with identifier: LA71%20ZAZ
2026-03-30 06:26:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3470305-8d7f-59d6-a98c-98be9ab7c1f9 with identifier: LA71%20ZAZ
2026-03-30 06:26:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3470305-8d7f-59d6-a98c-98be9ab7c1f9 with identifier: LA71%20ZAZ to the API
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA71%20ZAZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f3470305-8d7f-59d6-a98c-98be9ab7c1f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA71 ZAZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA71%20ZAZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 127700,
 'odometer_reading_unit': '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': 'LRW3F7FA3MC399993',
 'year': 2021}
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520ZAZ%27 HTTP/1.1" 200 None
2026-03-30 06:26:22 [bca.uk] INFO: Saving data for LA71%20ZAZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774621692.054805, 'last_price_update_time': 1774851982.938167}
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA71%2520ZAZ') HTTP/1.1" 204 0
2026-03-30 06:26:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 890134dc-5e79-561a-81be-5fd0126e5da1 with identifier: ND72%20MJK
2026-03-30 06:26:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 890134dc-5e79-561a-81be-5fd0126e5da1 with identifier: ND72%20MJK
2026-03-30 06:26:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 890134dc-5e79-561a-81be-5fd0126e5da1 with identifier: ND72%20MJK to the API
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND72%20MJK-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '890134dc-5e79-561a-81be-5fd0126e5da1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ND72 MJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND72%20MJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 31605,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX 240KW 76KWH XD40 M SPORT ED. StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 M SPORT ED.',
 'vin': 'WBY12CF030CL99278',
 'year': 2022}
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520MJK%27 HTTP/1.1" 200 None
2026-03-30 06:26:23 [bca.uk] INFO: Saving data for ND72%20MJK: {'auction_closing_time': 1774951200.0, 'created_time': 1774621614.572169, 'last_price_update_time': 1774851983.335106}
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND72%2520MJK') HTTP/1.1" 204 0
2026-03-30 06:26:23 [bca.uk] INFO: Found listing with ID: SP19%20UYU
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520UYU%27 HTTP/1.1" 200 None
2026-03-30 06:26:23 [bca.uk] INFO: Scrape type for SP19%20UYU: 2
2026-03-30 06:26:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b730025-ec7a-572b-8644-8aeaf3671b2d with identifier: SP19%20UYU
2026-03-30 06:26:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b730025-ec7a-572b-8644-8aeaf3671b2d with scrape type 2
2026-03-30 06:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b730025-ec7a-572b-8644-8aeaf3671b2d with scrape type 2
2026-03-30 06:26:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b730025-ec7a-572b-8644-8aeaf3671b2d, identifier: SP19%20UYU
2026-03-30 06:26:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7220f224-c90c-519b-983a-07fe6ec4f8d5 with identifier: WV63%20NDU
2026-03-30 06:26:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7220f224-c90c-519b-983a-07fe6ec4f8d5 with identifier: WV63%20NDU
2026-03-30 06:26:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7220f224-c90c-519b-983a-07fe6ec4f8d5 with identifier: WV63%20NDU to the API
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV63%20NDU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7220f224-c90c-519b-983a-07fe6ec4f8d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV63 NDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV63%20NDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 89528,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.2 DI-D GX4 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'DI-D GX4 4WD',
 'vin': 'JMAXLGF6WDZ400790',
 'year': 2013}
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520NDU%27 HTTP/1.1" 200 None
2026-03-30 06:26:23 [bca.uk] INFO: Saving data for WV63%20NDU: {'auction_closing_time': 1774864800.0, 'created_time': 1774536425.374481, 'last_price_update_time': 1774851983.738304}
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV63%2520NDU') HTTP/1.1" 204 0
2026-03-30 06:26:23 [bca.uk] INFO: Found listing with ID: BK23%20TXL
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TXL%27 HTTP/1.1" 200 None
2026-03-30 06:26:23 [bca.uk] INFO: Scrape type for BK23%20TXL: 2
2026-03-30 06:26:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e1631f2-070b-54de-ad50-fcb1ac168a2d with identifier: BK23%20TXL
2026-03-30 06:26:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e1631f2-070b-54de-ad50-fcb1ac168a2d with scrape type 2
2026-03-30 06:26:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e1631f2-070b-54de-ad50-fcb1ac168a2d with scrape type 2
2026-03-30 06:26:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e1631f2-070b-54de-ad50-fcb1ac168a2d, identifier: BK23%20TXL
2026-03-30 06:26:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba020937-523e-5bf6-a638-99b6968454cc with identifier: LF64%20ZXO
2026-03-30 06:26:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba020937-523e-5bf6-a638-99b6968454cc with identifier: LF64%20ZXO
2026-03-30 06:26:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba020937-523e-5bf6-a638-99b6968454cc with identifier: LF64%20ZXO to the API
2026-03-30 06:26:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 292,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF64%20ZXO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba020937-523e-5bf6-a638-99b6968454cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF64 ZXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF64%20ZXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'JAGUAR',
 'model': 'XKR',
 'odometer': 45458,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'JAGUAR XKR 5.0 V8 SUPERCHARGED DYNAMIC Coupe',
 'transmission': 'automatic',
 'trim': 'V8 SUPERCHARGED DYNAMIC',
 'vin': 'SAJAC45R5FMB56390',
 'year': 2014}
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF64%2520ZXO%27 HTTP/1.1" 200 None
2026-03-30 06:26:24 [bca.uk] INFO: Saving data for LF64%20ZXO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650798.364772, 'last_price_update_time': 1774851984.245779}
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF64%2520ZXO') HTTP/1.1" 204 0
2026-03-30 06:26:24 [bca.uk] INFO: Found listing with ID: LB72%20ENL
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520ENL%27 HTTP/1.1" 200 None
2026-03-30 06:26:24 [bca.uk] INFO: Scrape type for LB72%20ENL: 2
2026-03-30 06:26:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82522967-2ffe-5272-8ff2-d974f6e42fd2 with identifier: LB72%20ENL
2026-03-30 06:26:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82522967-2ffe-5272-8ff2-d974f6e42fd2 with scrape type 2
2026-03-30 06:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82522967-2ffe-5272-8ff2-d974f6e42fd2 with scrape type 2
2026-03-30 06:26:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82522967-2ffe-5272-8ff2-d974f6e42fd2, identifier: LB72%20ENL
2026-03-30 06:26:24 [bca.uk] INFO: Found listing with ID: DF71%20OEZ
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF71%2520OEZ%27 HTTP/1.1" 200 None
2026-03-30 06:26:24 [bca.uk] INFO: Scrape type for DF71%20OEZ: 2
2026-03-30 06:26:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed0a9de3-2d08-5cb4-97e8-de031cf3f810 with identifier: DF71%20OEZ
2026-03-30 06:26:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed0a9de3-2d08-5cb4-97e8-de031cf3f810 with scrape type 2
2026-03-30 06:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed0a9de3-2d08-5cb4-97e8-de031cf3f810 with scrape type 2
2026-03-30 06:26:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed0a9de3-2d08-5cb4-97e8-de031cf3f810, identifier: DF71%20OEZ
2026-03-30 06:26:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b730025-ec7a-572b-8644-8aeaf3671b2d with identifier: SP19%20UYU
2026-03-30 06:26:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b730025-ec7a-572b-8644-8aeaf3671b2d with identifier: SP19%20UYU
2026-03-30 06:26:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b730025-ec7a-572b-8644-8aeaf3671b2d with identifier: SP19%20UYU to the API
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP19%20UYU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6b730025-ec7a-572b-8644-8aeaf3671b2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP19 UYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP19%20UYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 41715,
 'odometer_reading_unit': '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': 'SALWA2AK5KA860274',
 'year': 2019}
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520UYU%27 HTTP/1.1" 200 None
2026-03-30 06:26:24 [bca.uk] INFO: Saving data for SP19%20UYU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621890.525984, 'last_price_update_time': 1774851984.788441}
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP19%2520UYU') HTTP/1.1" 204 0
2026-03-30 06:26:24 [bca.uk] INFO: Found listing with ID: BJ71%20XEE
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520XEE%27 HTTP/1.1" 200 None
2026-03-30 06:26:24 [bca.uk] INFO: Scrape type for BJ71%20XEE: 0
2026-03-30 06:26:24 [bca.uk] INFO: Found listing with ID: BT72%20YFL
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520YFL%27 HTTP/1.1" 200 None
2026-03-30 06:26:24 [bca.uk] INFO: Scrape type for BT72%20YFL: 0
2026-03-30 06:26:24 [bca.uk] INFO: Found listing with ID: BX72%20SOA
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520SOA%27 HTTP/1.1" 200 None
2026-03-30 06:26:24 [bca.uk] INFO: Scrape type for BX72%20SOA: 2
2026-03-30 06:26:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 904e9a62-3cd2-563e-aa47-68bfc20cc547 with identifier: BX72%20SOA
2026-03-30 06:26:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 904e9a62-3cd2-563e-aa47-68bfc20cc547 with scrape type 2
2026-03-30 06:26:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 904e9a62-3cd2-563e-aa47-68bfc20cc547 with scrape type 2
2026-03-30 06:26:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 904e9a62-3cd2-563e-aa47-68bfc20cc547, identifier: BX72%20SOA
2026-03-30 06:26:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e1631f2-070b-54de-ad50-fcb1ac168a2d with identifier: BK23%20TXL
2026-03-30 06:26:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e1631f2-070b-54de-ad50-fcb1ac168a2d with identifier: BK23%20TXL
2026-03-30 06:26:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e1631f2-070b-54de-ad50-fcb1ac168a2d with identifier: BK23%20TXL to the API
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20TXL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1e1631f2-070b-54de-ad50-fcb1ac168a2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 TXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20TXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 66021,
 'odometer_reading_unit': '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': 'LRWYHCEK7PC730338',
 'year': 2023}
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TXL%27 HTTP/1.1" 200 None
2026-03-30 06:26:25 [bca.uk] INFO: Saving data for BK23%20TXL: {'auction_closing_time': 1774951200.0, 'created_time': 1774621274.989841, 'last_price_update_time': 1774851985.261031}
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520TXL') HTTP/1.1" 204 0
2026-03-30 06:26:25 [bca.uk] INFO: Found listing with ID: YA71%20HFJ
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520HFJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:25 [bca.uk] INFO: Scrape type for YA71%20HFJ: 2
2026-03-30 06:26:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with identifier: YA71%20HFJ
2026-03-30 06:26:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with scrape type 2
2026-03-30 06:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with scrape type 2
2026-03-30 06:26:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49bb9bbc-f85c-5336-ba4b-a12f917e9158, identifier: YA71%20HFJ
2026-03-30 06:26:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82522967-2ffe-5272-8ff2-d974f6e42fd2 with identifier: LB72%20ENL
2026-03-30 06:26:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82522967-2ffe-5272-8ff2-d974f6e42fd2 with identifier: LB72%20ENL
2026-03-30 06:26:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82522967-2ffe-5272-8ff2-d974f6e42fd2 with identifier: LB72%20ENL to the API
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB72%20ENL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '82522967-2ffe-5272-8ff2-d974f6e42fd2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB72 ENL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB72%20ENL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 81014,
 'odometer_reading_unit': '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.5 BLUEHDI 130 SHINE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 130 SHINE EAT8',
 'vin': 'VR7ACYHZSNL042562',
 'year': 2022}
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520ENL%27 HTTP/1.1" 200 None
2026-03-30 06:26:25 [bca.uk] INFO: Saving data for LB72%20ENL: {'auction_closing_time': 1775037600.0, 'created_time': 1774621695.078725, 'last_price_update_time': 1774851985.669011}
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB72%2520ENL') HTTP/1.1" 204 0
2026-03-30 06:26:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed0a9de3-2d08-5cb4-97e8-de031cf3f810 with identifier: DF71%20OEZ
2026-03-30 06:26:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed0a9de3-2d08-5cb4-97e8-de031cf3f810 with identifier: DF71%20OEZ
2026-03-30 06:26:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed0a9de3-2d08-5cb4-97e8-de031cf3f810 with identifier: DF71%20OEZ to the API
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF71%20OEZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ed0a9de3-2d08-5cb4-97e8-de031cf3f810',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DF71 OEZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF71%20OEZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 43896,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZNP020617',
 'year': 2022}
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF71%2520OEZ%27 HTTP/1.1" 200 None
2026-03-30 06:26:25 [bca.uk] INFO: Saving data for DF71%20OEZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774621595.299362, 'last_price_update_time': 1774851985.969263}
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF71%2520OEZ') HTTP/1.1" 204 0
2026-03-30 06:26:25 [bca.uk] INFO: Found listing with ID: SJ70%20DJD
2026-03-30 06:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ70%2520DJD%27 HTTP/1.1" 200 None
2026-03-30 06:26:26 [bca.uk] INFO: Scrape type for SJ70%20DJD: 2
2026-03-30 06:26:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b781ba4b-c06e-5f07-8c7a-203f9f5c3662 with identifier: SJ70%20DJD
2026-03-30 06:26:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b781ba4b-c06e-5f07-8c7a-203f9f5c3662 with scrape type 2
2026-03-30 06:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b781ba4b-c06e-5f07-8c7a-203f9f5c3662 with scrape type 2
2026-03-30 06:26:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b781ba4b-c06e-5f07-8c7a-203f9f5c3662, identifier: SJ70%20DJD
2026-03-30 06:26:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 904e9a62-3cd2-563e-aa47-68bfc20cc547 with identifier: BX72%20SOA
2026-03-30 06:26:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 904e9a62-3cd2-563e-aa47-68bfc20cc547 with identifier: BX72%20SOA
2026-03-30 06:26:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 904e9a62-3cd2-563e-aa47-68bfc20cc547 with identifier: BX72%20SOA to the API
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX72%20SOA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '904e9a62-3cd2-563e-aa47-68bfc20cc547',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BX72 SOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX72%20SOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500',
 'odometer': 23196,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
 'transmission': 'manual',
 'trim': 'M/H DOLCEVITA',
 'vin': 'ZFACF1CJ3NJG85645',
 'year': 2023}
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX72%2520SOA%27 HTTP/1.1" 200 None
2026-03-30 06:26:26 [bca.uk] INFO: Saving data for BX72%20SOA: {'auction_closing_time': 1774951200.0, 'created_time': 1773826500.471971, 'last_price_update_time': 1774851986.369727}
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX72%2520SOA') HTTP/1.1" 204 0
2026-03-30 06:26:26 [bca.uk] INFO: Found listing with ID: BV23%20EKD
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520EKD%27 HTTP/1.1" 200 None
2026-03-30 06:26:26 [bca.uk] INFO: Scrape type for BV23%20EKD: 2
2026-03-30 06:26:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 632aa00c-7668-5456-a292-a5b5992c4b54 with identifier: BV23%20EKD
2026-03-30 06:26:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 632aa00c-7668-5456-a292-a5b5992c4b54 with scrape type 2
2026-03-30 06:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 632aa00c-7668-5456-a292-a5b5992c4b54 with scrape type 2
2026-03-30 06:26:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 632aa00c-7668-5456-a292-a5b5992c4b54, identifier: BV23%20EKD
2026-03-30 06:26:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with identifier: YA71%20HFJ
2026-03-30 06:26:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with identifier: YA71%20HFJ
2026-03-30 06:26:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49bb9bbc-f85c-5336-ba4b-a12f917e9158 with identifier: YA71%20HFJ to the API
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA71%20HFJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '49bb9bbc-f85c-5336-ba4b-a12f917e9158',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA71 HFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA71%20HFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 61255,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX3 210KW 80KWH M SPORT PRO StationWagon',
 'transmission': 'automatic',
 'trim': '210KW 80KWH M SPORT PRO',
 'vin': 'WBY42DU000S133910',
 'year': 2022}
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520HFJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:26 [bca.uk] INFO: Saving data for YA71%20HFJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650822.393216, 'last_price_update_time': 1774851986.765804}
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA71%2520HFJ') HTTP/1.1" 204 0
2026-03-30 06:26:26 [bca.uk] INFO: Found listing with ID: MM22%20WHU
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520WHU%27 HTTP/1.1" 200 None
2026-03-30 06:26:26 [bca.uk] INFO: Scrape type for MM22%20WHU: 2
2026-03-30 06:26:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cb55ee1-3162-54cb-8252-fadc57d0e16d with identifier: MM22%20WHU
2026-03-30 06:26:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cb55ee1-3162-54cb-8252-fadc57d0e16d with scrape type 2
2026-03-30 06:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cb55ee1-3162-54cb-8252-fadc57d0e16d with scrape type 2
2026-03-30 06:26:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cb55ee1-3162-54cb-8252-fadc57d0e16d, identifier: MM22%20WHU
2026-03-30 06:26:26 [bca.uk] INFO: Found listing with ID: AJ73%20TUH
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520TUH%27 HTTP/1.1" 200 None
2026-03-30 06:26:26 [bca.uk] INFO: Scrape type for AJ73%20TUH: 2
2026-03-30 06:26:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c49ca4a-3eea-5e77-8e0d-4276a5c83c0a with identifier: AJ73%20TUH
2026-03-30 06:26:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c49ca4a-3eea-5e77-8e0d-4276a5c83c0a with scrape type 2
2026-03-30 06:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c49ca4a-3eea-5e77-8e0d-4276a5c83c0a with scrape type 2
2026-03-30 06:26:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c49ca4a-3eea-5e77-8e0d-4276a5c83c0a, identifier: AJ73%20TUH
2026-03-30 06:26:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b781ba4b-c06e-5f07-8c7a-203f9f5c3662 with identifier: SJ70%20DJD
2026-03-30 06:26:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b781ba4b-c06e-5f07-8c7a-203f9f5c3662 with identifier: SJ70%20DJD
2026-03-30 06:26:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b781ba4b-c06e-5f07-8c7a-203f9f5c3662 with identifier: SJ70%20DJD to the API
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ70%20DJD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b781ba4b-c06e-5f07-8c7a-203f9f5c3662',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ70 DJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ70%20DJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 44050,
 'odometer_reading_unit': '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': 'SALZB2CN9LH109737',
 'year': 2020}
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ70%2520DJD%27 HTTP/1.1" 200 None
2026-03-30 06:26:27 [bca.uk] INFO: Saving data for SJ70%20DJD: {'auction_closing_time': 1775037600.0, 'created_time': 1774621878.787467, 'last_price_update_time': 1774851987.26776}
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ70%2520DJD') HTTP/1.1" 204 0
2026-03-30 06:26:27 [bca.uk] INFO: Found listing with ID: DL73%20LFK
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFK%27 HTTP/1.1" 200 None
2026-03-30 06:26:27 [bca.uk] INFO: Scrape type for DL73%20LFK: 2
2026-03-30 06:26:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abd13039-ee2d-5dc3-91b1-103377b84b41 with identifier: DL73%20LFK
2026-03-30 06:26:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abd13039-ee2d-5dc3-91b1-103377b84b41 with scrape type 2
2026-03-30 06:26:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abd13039-ee2d-5dc3-91b1-103377b84b41 with scrape type 2
2026-03-30 06:26:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abd13039-ee2d-5dc3-91b1-103377b84b41, identifier: DL73%20LFK
2026-03-30 06:26:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 632aa00c-7668-5456-a292-a5b5992c4b54 with identifier: BV23%20EKD
2026-03-30 06:26:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 632aa00c-7668-5456-a292-a5b5992c4b54 with identifier: BV23%20EKD
2026-03-30 06:26:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 632aa00c-7668-5456-a292-a5b5992c4b54 with identifier: BV23%20EKD to the API
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=59&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV23%20EKD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '632aa00c-7668-5456-a292-a5b5992c4b54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV23 EKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV23%20EKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 80095,
 'odometer_reading_unit': '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': 'LRW3F7FS4PC751783',
 'year': 2023}
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520EKD%27 HTTP/1.1" 200 None
2026-03-30 06:26:27 [bca.uk] INFO: Saving data for BV23%20EKD: {'auction_closing_time': 1774951200.0, 'created_time': 1774622311.475303, 'last_price_update_time': 1774851987.765943}
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV23%2520EKD') HTTP/1.1" 204 0
2026-03-30 06:26:27 [bca.uk] INFO: Found listing with ID: PX22%20OLO
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520OLO%27 HTTP/1.1" 200 None
2026-03-30 06:26:27 [bca.uk] INFO: Scrape type for PX22%20OLO: 2
2026-03-30 06:26:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with identifier: PX22%20OLO
2026-03-30 06:26:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with scrape type 2
2026-03-30 06:26:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with scrape type 2
2026-03-30 06:26:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e9b8e7d-2747-5e57-8887-f598e1c66a3e, identifier: PX22%20OLO
2026-03-30 06:26:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cb55ee1-3162-54cb-8252-fadc57d0e16d with identifier: MM22%20WHU
2026-03-30 06:26:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cb55ee1-3162-54cb-8252-fadc57d0e16d with identifier: MM22%20WHU
2026-03-30 06:26:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cb55ee1-3162-54cb-8252-fadc57d0e16d with identifier: MM22%20WHU to the API
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM22%20WHU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7cb55ee1-3162-54cb-8252-fadc57d0e16d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM22 WHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM22%20WHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 21400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D200 AWD R-DYNAMIC BLACK StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 AWD R-DYNAMIC BLACK',
 'vin': 'SADCA2AN0NA700705',
 'year': 2022}
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520WHU%27 HTTP/1.1" 200 None
2026-03-30 06:26:28 [bca.uk] INFO: Saving data for MM22%20WHU: {'auction_closing_time': 1775037600.0, 'created_time': 1774621545.935207, 'last_price_update_time': 1774851988.214973}
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM22%2520WHU') HTTP/1.1" 204 0
2026-03-30 06:26:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c49ca4a-3eea-5e77-8e0d-4276a5c83c0a with identifier: AJ73%20TUH
2026-03-30 06:26:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c49ca4a-3eea-5e77-8e0d-4276a5c83c0a with identifier: AJ73%20TUH
2026-03-30 06:26:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c49ca4a-3eea-5e77-8e0d-4276a5c83c0a with identifier: AJ73%20TUH to the API
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ73%20TUH-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7c49ca4a-3eea-5e77-8e0d-4276a5c83c0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ73 TUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ73%20TUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 14861,
 'odometer_reading_unit': '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 IX 240KW 76KWH XD40 M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 M SPORT',
 'vin': 'WBY12CF040CR42976',
 'year': 2024}
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520TUH%27 HTTP/1.1" 200 None
2026-03-30 06:26:28 [bca.uk] INFO: Saving data for AJ73%20TUH: {'auction_closing_time': 1774951200.0, 'created_time': 1774621612.652758, 'last_price_update_time': 1774851988.495767}
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ73%2520TUH') HTTP/1.1" 204 0
2026-03-30 06:26:28 [bca.uk] INFO: Found listing with ID: PY72%20DHK
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520DHK%27 HTTP/1.1" 200 None
2026-03-30 06:26:28 [bca.uk] INFO: Scrape type for PY72%20DHK: 2
2026-03-30 06:26:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e61e2cf8-0c7b-5e99-a00e-8f6f62df6af6 with identifier: PY72%20DHK
2026-03-30 06:26:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e61e2cf8-0c7b-5e99-a00e-8f6f62df6af6 with scrape type 2
2026-03-30 06:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e61e2cf8-0c7b-5e99-a00e-8f6f62df6af6 with scrape type 2
2026-03-30 06:26:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e61e2cf8-0c7b-5e99-a00e-8f6f62df6af6, identifier: PY72%20DHK
2026-03-30 06:26:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abd13039-ee2d-5dc3-91b1-103377b84b41 with identifier: DL73%20LFK
2026-03-30 06:26:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abd13039-ee2d-5dc3-91b1-103377b84b41 with identifier: DL73%20LFK
2026-03-30 06:26:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abd13039-ee2d-5dc3-91b1-103377b84b41 with identifier: DL73%20LFK to the API
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LFK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'abd13039-ee2d-5dc3-91b1-103377b84b41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 14235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4277572',
 'year': 2023}
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFK%27 HTTP/1.1" 200 None
2026-03-30 06:26:28 [bca.uk] INFO: Saving data for DL73%20LFK: {'auction_closing_time': 1774951200.0, 'created_time': 1773843513.074922, 'last_price_update_time': 1774851988.912669}
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LFK') HTTP/1.1" 204 0
2026-03-30 06:26:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with identifier: PX22%20OLO
2026-03-30 06:26:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with identifier: PX22%20OLO
2026-03-30 06:26:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e9b8e7d-2747-5e57-8887-f598e1c66a3e with identifier: PX22%20OLO to the API
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX22%20OLO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7e9b8e7d-2747-5e57-8887-f598e1c66a3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PX22 OLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX22%20OLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 49492,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 35 125KW 55KWH SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH SPORT',
 'vin': 'WAUZZZFZ9NP035767',
 'year': 2022}
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX22%2520OLO%27 HTTP/1.1" 200 None
2026-03-30 06:26:29 [bca.uk] INFO: Saving data for PX22%20OLO: {'auction_closing_time': 1774951200.0, 'created_time': 1774650819.683977, 'last_price_update_time': 1774851989.207246}
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX22%2520OLO') HTTP/1.1" 204 0
2026-03-30 06:26:29 [bca.uk] INFO: Found listing with ID: SJ75%20HEU
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ75%2520HEU%27 HTTP/1.1" 200 None
2026-03-30 06:26:29 [bca.uk] INFO: Scrape type for SJ75%20HEU: 2
2026-03-30 06:26:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b42cca0-3a27-51b5-a296-9952c347df21 with identifier: SJ75%20HEU
2026-03-30 06:26:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b42cca0-3a27-51b5-a296-9952c347df21 with scrape type 2
2026-03-30 06:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b42cca0-3a27-51b5-a296-9952c347df21 with scrape type 2
2026-03-30 06:26:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b42cca0-3a27-51b5-a296-9952c347df21, identifier: SJ75%20HEU
2026-03-30 06:26:29 [bca.uk] INFO: Found listing with ID: NL22%20LHD
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520LHD%27 HTTP/1.1" 200 None
2026-03-30 06:26:29 [bca.uk] INFO: Scrape type for NL22%20LHD: 2
2026-03-30 06:26:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6709d4b-db45-5c95-8661-b56ed4383e2b with identifier: NL22%20LHD
2026-03-30 06:26:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6709d4b-db45-5c95-8661-b56ed4383e2b with scrape type 2
2026-03-30 06:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6709d4b-db45-5c95-8661-b56ed4383e2b with scrape type 2
2026-03-30 06:26:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6709d4b-db45-5c95-8661-b56ed4383e2b, identifier: NL22%20LHD
2026-03-30 06:26:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e61e2cf8-0c7b-5e99-a00e-8f6f62df6af6 with identifier: PY72%20DHK
2026-03-30 06:26:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e61e2cf8-0c7b-5e99-a00e-8f6f62df6af6 with identifier: PY72%20DHK
2026-03-30 06:26:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e61e2cf8-0c7b-5e99-a00e-8f6f62df6af6 with identifier: PY72%20DHK to the API
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY72%20DHK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e61e2cf8-0c7b-5e99-a00e-8f6f62df6af6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PY72 DHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY72%20DHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 46886,
 'odometer_reading_unit': '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': 'SALCA2AN9PH325623',
 'year': 2022}
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520DHK%27 HTTP/1.1" 200 None
2026-03-30 06:26:29 [bca.uk] INFO: Saving data for PY72%20DHK: {'auction_closing_time': 1775037600.0, 'created_time': 1774621928.553762, 'last_price_update_time': 1774851989.736723}
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY72%2520DHK') HTTP/1.1" 204 0
2026-03-30 06:26:29 [bca.uk] INFO: Found listing with ID: DL73%20LSX
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LSX%27 HTTP/1.1" 200 None
2026-03-30 06:26:29 [bca.uk] INFO: Scrape type for DL73%20LSX: 2
2026-03-30 06:26:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with identifier: DL73%20LSX
2026-03-30 06:26:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with scrape type 2
2026-03-30 06:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with scrape type 2
2026-03-30 06:26:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e, identifier: DL73%20LSX
2026-03-30 06:26:29 [bca.uk] INFO: Found listing with ID: HG22%20AZJ
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520AZJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:29 [bca.uk] INFO: Scrape type for HG22%20AZJ: 2
2026-03-30 06:26:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f4f332e-fb76-5168-8990-f32f0e3f385b with identifier: HG22%20AZJ
2026-03-30 06:26:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f4f332e-fb76-5168-8990-f32f0e3f385b with scrape type 2
2026-03-30 06:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f4f332e-fb76-5168-8990-f32f0e3f385b with scrape type 2
2026-03-30 06:26:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f4f332e-fb76-5168-8990-f32f0e3f385b, identifier: HG22%20AZJ
2026-03-30 06:26:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b42cca0-3a27-51b5-a296-9952c347df21 with identifier: SJ75%20HEU
2026-03-30 06:26:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b42cca0-3a27-51b5-a296-9952c347df21 with identifier: SJ75%20HEU
2026-03-30 06:26:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b42cca0-3a27-51b5-a296-9952c347df21 with identifier: SJ75%20HEU to the API
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 21,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ75%20HEU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9b42cca0-3a27-51b5-a296-9952c347df21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SJ75 HEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ75%20HEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LEXUS',
 'model': 'NX 450H+',
 'odometer': 2509,
 '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': 'LEXUS NX 450H+ 2.5 4WD PREMIUM E-CVT StationWagon',
 'transmission': 'automatic',
 'trim': '4WD PREMIUM E-CVT',
 'vin': 'JTJCKBFZ202070657',
 'year': 2025}
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ75%2520HEU%27 HTTP/1.1" 200 None
2026-03-30 06:26:30 [bca.uk] INFO: Saving data for SJ75%20HEU: {'auction_closing_time': 1775037600.0, 'created_time': 1774621693.402157, 'last_price_update_time': 1774851990.281743}
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ75%2520HEU') HTTP/1.1" 204 0
2026-03-30 06:26:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6709d4b-db45-5c95-8661-b56ed4383e2b with identifier: NL22%20LHD
2026-03-30 06:26:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6709d4b-db45-5c95-8661-b56ed4383e2b with identifier: NL22%20LHD
2026-03-30 06:26:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6709d4b-db45-5c95-8661-b56ed4383e2b with identifier: NL22%20LHD to the API
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL22%20LHD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b6709d4b-db45-5c95-8661-b56ed4383e2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL22 LHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL22%20LHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 45653,
 'odometer_reading_unit': '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': 'LRWYHCEK3NC250407',
 'year': 2022}
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520LHD%27 HTTP/1.1" 200 None
2026-03-30 06:26:30 [bca.uk] INFO: Saving data for NL22%20LHD: {'auction_closing_time': 1775037600.0, 'created_time': 1774621595.682719, 'last_price_update_time': 1774851990.599734}
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL22%2520LHD') HTTP/1.1" 204 0
2026-03-30 06:26:30 [bca.uk] INFO: Found listing with ID: BU21%20SXJ
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU21%2520SXJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:30 [bca.uk] INFO: Scrape type for BU21%20SXJ: 2
2026-03-30 06:26:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e97d39d9-a480-569c-8e31-ce6cb4ae1f94 with identifier: BU21%20SXJ
2026-03-30 06:26:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e97d39d9-a480-569c-8e31-ce6cb4ae1f94 with scrape type 2
2026-03-30 06:26:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e97d39d9-a480-569c-8e31-ce6cb4ae1f94 with scrape type 2
2026-03-30 06:26:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e97d39d9-a480-569c-8e31-ce6cb4ae1f94, identifier: BU21%20SXJ
2026-03-30 06:26:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with identifier: DL73%20LSX
2026-03-30 06:26:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with identifier: DL73%20LSX
2026-03-30 06:26:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a426dd5-3a67-55d4-94fb-e390fdfb1d2e with identifier: DL73%20LSX to the API
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LSX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a426dd5-3a67-55d4-94fb-e390fdfb1d2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LSX&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 18889,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4259980',
 'year': 2023}
2026-03-30 06:26:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LSX%27 HTTP/1.1" 200 None
2026-03-30 06:26:31 [bca.uk] INFO: Saving data for DL73%20LSX: {'auction_closing_time': 1774951200.0, 'created_time': 1773845784.152752, 'last_price_update_time': 1774851991.005282}
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LSX') HTTP/1.1" 204 0
2026-03-30 06:26:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f4f332e-fb76-5168-8990-f32f0e3f385b with identifier: HG22%20AZJ
2026-03-30 06:26:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f4f332e-fb76-5168-8990-f32f0e3f385b with identifier: HG22%20AZJ
2026-03-30 06:26:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f4f332e-fb76-5168-8990-f32f0e3f385b with identifier: HG22%20AZJ to the API
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG22%20AZJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f4f332e-fb76-5168-8990-f32f0e3f385b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HG22 AZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG22%20AZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 19275,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 40 TFSI BLACK ED.S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TFSI BLACK ED.S-T',
 'vin': 'WAUZZZF29NN048503',
 'year': 2022}
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520AZJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:31 [bca.uk] INFO: Saving data for HG22%20AZJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650788.878253, 'last_price_update_time': 1774851991.559483}
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG22%2520AZJ') HTTP/1.1" 204 0
2026-03-30 06:26:31 [bca.uk] INFO: Found listing with ID: WP25%20CFV
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520CFV%27 HTTP/1.1" 200 None
2026-03-30 06:26:31 [bca.uk] INFO: Scrape type for WP25%20CFV: 2
2026-03-30 06:26:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05e8510c-0583-5566-b5c3-3b9250f22479 with identifier: WP25%20CFV
2026-03-30 06:26:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05e8510c-0583-5566-b5c3-3b9250f22479 with scrape type 2
2026-03-30 06:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05e8510c-0583-5566-b5c3-3b9250f22479 with scrape type 2
2026-03-30 06:26:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05e8510c-0583-5566-b5c3-3b9250f22479, identifier: WP25%20CFV
2026-03-30 06:26:31 [bca.uk] INFO: Found listing with ID: WV18%20HCL
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520HCL%27 HTTP/1.1" 200 None
2026-03-30 06:26:31 [bca.uk] INFO: Scrape type for WV18%20HCL: 2
2026-03-30 06:26:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33872ec4-8d7d-5fb6-898b-faa55642b924 with identifier: WV18%20HCL
2026-03-30 06:26:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33872ec4-8d7d-5fb6-898b-faa55642b924 with scrape type 2
2026-03-30 06:26:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33872ec4-8d7d-5fb6-898b-faa55642b924 with scrape type 2
2026-03-30 06:26:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33872ec4-8d7d-5fb6-898b-faa55642b924, identifier: WV18%20HCL
2026-03-30 06:26:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e97d39d9-a480-569c-8e31-ce6cb4ae1f94 with identifier: BU21%20SXJ
2026-03-30 06:26:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e97d39d9-a480-569c-8e31-ce6cb4ae1f94 with identifier: BU21%20SXJ
2026-03-30 06:26:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e97d39d9-a480-569c-8e31-ce6cb4ae1f94 with identifier: BU21%20SXJ to the API
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU21%20SXJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e97d39d9-a480-569c-8e31-ce6cb4ae1f94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BU21 SXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU21%20SXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E200',
 'odometer': 47685,
 'odometer_reading_unit': '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 E200 2.0 SPORT 9G Estate',
 'transmission': 'manual',
 'trim': 'SPORT 9G',
 'vin': 'W1K2132802A949185',
 'year': 2021}
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU21%2520SXJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:32 [bca.uk] INFO: Saving data for BU21%20SXJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621930.437386, 'last_price_update_time': 1774851992.188738}
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU21%2520SXJ') HTTP/1.1" 204 0
2026-03-30 06:26:32 [bca.uk] INFO: Found listing with ID: DN25%20TXB
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN25%2520TXB%27 HTTP/1.1" 200 None
2026-03-30 06:26:32 [bca.uk] INFO: Scrape type for DN25%20TXB: 0
2026-03-30 06:26:32 [bca.uk] INFO: Found listing with ID: GD23%20NXE
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520NXE%27 HTTP/1.1" 200 None
2026-03-30 06:26:32 [bca.uk] INFO: Scrape type for GD23%20NXE: 0
2026-03-30 06:26:32 [bca.uk] INFO: Found listing with ID: GU23%20VMV
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VMV%27 HTTP/1.1" 200 None
2026-03-30 06:26:32 [bca.uk] INFO: Scrape type for GU23%20VMV: 0
2026-03-30 06:26:32 [bca.uk] INFO: Found listing with ID: KE73%20ZLV
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520ZLV%27 HTTP/1.1" 200 None
2026-03-30 06:26:32 [bca.uk] INFO: Scrape type for KE73%20ZLV: 2
2026-03-30 06:26:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c53cdb6b-6330-5555-8cb2-77312a5901d9 with identifier: KE73%20ZLV
2026-03-30 06:26:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c53cdb6b-6330-5555-8cb2-77312a5901d9 with scrape type 2
2026-03-30 06:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c53cdb6b-6330-5555-8cb2-77312a5901d9 with scrape type 2
2026-03-30 06:26:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c53cdb6b-6330-5555-8cb2-77312a5901d9, identifier: KE73%20ZLV
2026-03-30 06:26:32 [bca.uk] INFO: Found listing with ID: LC20%20HCL
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC20%2520HCL%27 HTTP/1.1" 200 None
2026-03-30 06:26:32 [bca.uk] INFO: Scrape type for LC20%20HCL: 2
2026-03-30 06:26:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e030a09-f4ce-5555-95e3-d60e08d9766a with identifier: LC20%20HCL
2026-03-30 06:26:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e030a09-f4ce-5555-95e3-d60e08d9766a with scrape type 2
2026-03-30 06:26:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e030a09-f4ce-5555-95e3-d60e08d9766a with scrape type 2
2026-03-30 06:26:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e030a09-f4ce-5555-95e3-d60e08d9766a, identifier: LC20%20HCL
2026-03-30 06:26:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05e8510c-0583-5566-b5c3-3b9250f22479 with identifier: WP25%20CFV
2026-03-30 06:26:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05e8510c-0583-5566-b5c3-3b9250f22479 with identifier: WP25%20CFV
2026-03-30 06:26:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05e8510c-0583-5566-b5c3-3b9250f22479 with identifier: WP25%20CFV to the API
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 17,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP25%20CFV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '05e8510c-0583-5566-b5c3-3b9250f22479',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP25 CFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP25%20CFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 8934,
 '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 P460E SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P460E SE',
 'vin': 'SAL1A2A45SA485594',
 'year': 2025}
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520CFV%27 HTTP/1.1" 200 None
2026-03-30 06:26:32 [bca.uk] INFO: Saving data for WP25%20CFV: {'auction_closing_time': 1775037600.0, 'created_time': 1774621679.336484, 'last_price_update_time': 1774851992.785221}
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP25%2520CFV') HTTP/1.1" 204 0
2026-03-30 06:26:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33872ec4-8d7d-5fb6-898b-faa55642b924 with identifier: WV18%20HCL
2026-03-30 06:26:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33872ec4-8d7d-5fb6-898b-faa55642b924 with identifier: WV18%20HCL
2026-03-30 06:26:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33872ec4-8d7d-5fb6-898b-faa55642b924 with identifier: WV18%20HCL to the API
2026-03-30 06:26:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV18%20HCL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '33872ec4-8d7d-5fb6-898b-faa55642b924',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV18 HCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV18%20HCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 66312,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 310 R 4M DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 310 R 4M DSG',
 'vin': 'WVWZZZAUZJW187811',
 'year': 2018}
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520HCL%27 HTTP/1.1" 200 None
2026-03-30 06:26:33 [bca.uk] INFO: Saving data for WV18%20HCL: {'auction_closing_time': 1775037600.0, 'created_time': 1774621600.960077, 'last_price_update_time': 1774851993.162788}
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV18%2520HCL') HTTP/1.1" 204 0
2026-03-30 06:26:33 [bca.uk] INFO: Found listing with ID: OV69%20EBD
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520EBD%27 HTTP/1.1" 200 None
2026-03-30 06:26:33 [bca.uk] INFO: Scrape type for OV69%20EBD: 2
2026-03-30 06:26:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e817070-a6b5-53b7-aba4-e81a16f49222 with identifier: OV69%20EBD
2026-03-30 06:26:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e817070-a6b5-53b7-aba4-e81a16f49222 with scrape type 2
2026-03-30 06:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e817070-a6b5-53b7-aba4-e81a16f49222 with scrape type 2
2026-03-30 06:26:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e817070-a6b5-53b7-aba4-e81a16f49222, identifier: OV69%20EBD
2026-03-30 06:26:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c53cdb6b-6330-5555-8cb2-77312a5901d9 with identifier: KE73%20ZLV
2026-03-30 06:26:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c53cdb6b-6330-5555-8cb2-77312a5901d9 with identifier: KE73%20ZLV
2026-03-30 06:26:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c53cdb6b-6330-5555-8cb2-77312a5901d9 with identifier: KE73%20ZLV to the API
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE73%20ZLV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c53cdb6b-6330-5555-8cb2-77312a5901d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE73 ZLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE73%20ZLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10080,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4301982',
 'year': 2024}
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520ZLV%27 HTTP/1.1" 200 None
2026-03-30 06:26:33 [bca.uk] INFO: Saving data for KE73%20ZLV: {'auction_closing_time': 1774951200.0, 'created_time': 1773842843.437481, 'last_price_update_time': 1774851993.606733}
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE73%2520ZLV') HTTP/1.1" 204 0
2026-03-30 06:26:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:26:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:26:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e030a09-f4ce-5555-95e3-d60e08d9766a with identifier: LC20%20HCL
2026-03-30 06:26:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e030a09-f4ce-5555-95e3-d60e08d9766a with identifier: LC20%20HCL
2026-03-30 06:26:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e030a09-f4ce-5555-95e3-d60e08d9766a with identifier: LC20%20HCL to the API
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC20%20HCL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4e030a09-f4ce-5555-95e3-d60e08d9766a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC20 HCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC20%20HCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 63555,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 LANDMARK ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 306 LANDMARK ED.',
 'vin': 'SALRA2AK7L2441559',
 'year': 2020}
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC20%2520HCL%27 HTTP/1.1" 200 None
2026-03-30 06:26:33 [bca.uk] INFO: Saving data for LC20%20HCL: {'auction_closing_time': 1774864800.0, 'created_time': 1774650775.153357, 'last_price_update_time': 1774851993.903487}
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC20%2520HCL') HTTP/1.1" 204 0
2026-03-30 06:26:33 [bca.uk] INFO: Found listing with ID: ST20%20RXP
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST20%2520RXP%27 HTTP/1.1" 200 None
2026-03-30 06:26:33 [bca.uk] INFO: Scrape type for ST20%20RXP: 2
2026-03-30 06:26:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72c00c4e-541b-52b5-b650-d349b32aafd3 with identifier: ST20%20RXP
2026-03-30 06:26:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72c00c4e-541b-52b5-b650-d349b32aafd3 with scrape type 2
2026-03-30 06:26:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72c00c4e-541b-52b5-b650-d349b32aafd3 with scrape type 2
2026-03-30 06:26:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72c00c4e-541b-52b5-b650-d349b32aafd3, identifier: ST20%20RXP
2026-03-30 06:26:34 [bca.uk] INFO: Found listing with ID: CA15%20ELL
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA15%2520ELL%27 HTTP/1.1" 200 None
2026-03-30 06:26:34 [bca.uk] INFO: Scrape type for CA15%20ELL: 2
2026-03-30 06:26:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2df7f0fd-bd17-57f6-bca9-0ea32bb19450 with identifier: CA15%20ELL
2026-03-30 06:26:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2df7f0fd-bd17-57f6-bca9-0ea32bb19450 with scrape type 2
2026-03-30 06:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2df7f0fd-bd17-57f6-bca9-0ea32bb19450 with scrape type 2
2026-03-30 06:26:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2df7f0fd-bd17-57f6-bca9-0ea32bb19450, identifier: CA15%20ELL
2026-03-30 06:26:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e817070-a6b5-53b7-aba4-e81a16f49222 with identifier: OV69%20EBD
2026-03-30 06:26:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e817070-a6b5-53b7-aba4-e81a16f49222 with identifier: OV69%20EBD
2026-03-30 06:26:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e817070-a6b5-53b7-aba4-e81a16f49222 with identifier: OV69%20EBD to the API
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV69%20EBD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6e817070-a6b5-53b7-aba4-e81a16f49222',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV69 EBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV69%20EBD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 38173,
 'odometer_reading_unit': '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 SE Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 SE',
 'vin': 'SADHA2A14L1F87747',
 'year': 2019}
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520EBD%27 HTTP/1.1" 200 None
2026-03-30 06:26:34 [bca.uk] INFO: Saving data for OV69%20EBD: {'auction_closing_time': 1775037600.0, 'created_time': 1774621902.66419, 'last_price_update_time': 1774851994.552023}
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV69%2520EBD') HTTP/1.1" 204 0
2026-03-30 06:26:34 [bca.uk] INFO: Found listing with ID: LF23%20RSM
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520RSM%27 HTTP/1.1" 200 None
2026-03-30 06:26:34 [bca.uk] INFO: Scrape type for LF23%20RSM: 2
2026-03-30 06:26:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b453dc24-3300-591e-ac09-70763f05bce5 with identifier: LF23%20RSM
2026-03-30 06:26:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b453dc24-3300-591e-ac09-70763f05bce5 with scrape type 2
2026-03-30 06:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b453dc24-3300-591e-ac09-70763f05bce5 with scrape type 2
2026-03-30 06:26:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b453dc24-3300-591e-ac09-70763f05bce5, identifier: LF23%20RSM
2026-03-30 06:26: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:26:34 [bca.uk] INFO: Found listing with ID: RE23%20FJD
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520FJD%27 HTTP/1.1" 200 None
2026-03-30 06:26:34 [bca.uk] INFO: Scrape type for RE23%20FJD: 2
2026-03-30 06:26:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with identifier: RE23%20FJD
2026-03-30 06:26:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with scrape type 2
2026-03-30 06:26:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with scrape type 2
2026-03-30 06:26:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916, identifier: RE23%20FJD
2026-03-30 06:26:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72c00c4e-541b-52b5-b650-d349b32aafd3 with identifier: ST20%20RXP
2026-03-30 06:26:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72c00c4e-541b-52b5-b650-d349b32aafd3 with identifier: ST20%20RXP
2026-03-30 06:26:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72c00c4e-541b-52b5-b650-d349b32aafd3 with identifier: ST20%20RXP to the API
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST20%20RXP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '72c00c4e-541b-52b5-b650-d349b32aafd3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST20 RXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST20%20RXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 86444,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI 130 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 130 LIFE',
 'vin': 'WVWZZZCDZLW026826',
 'year': 2020}
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST20%2520RXP%27 HTTP/1.1" 200 None
2026-03-30 06:26:35 [bca.uk] INFO: Saving data for ST20%20RXP: {'auction_closing_time': 1775037600.0, 'created_time': 1774621679.894131, 'last_price_update_time': 1774851995.077173}
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST20%2520RXP') HTTP/1.1" 204 0
2026-03-30 06:26:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2df7f0fd-bd17-57f6-bca9-0ea32bb19450 with identifier: CA15%20ELL
2026-03-30 06:26:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2df7f0fd-bd17-57f6-bca9-0ea32bb19450 with identifier: CA15%20ELL
2026-03-30 06:26:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2df7f0fd-bd17-57f6-bca9-0ea32bb19450 with identifier: CA15%20ELL to the API
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA15%20ELL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2df7f0fd-bd17-57f6-bca9-0ea32bb19450',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA15 ELL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA15%20ELL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 85622,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2383142F082513',
 'year': 2018}
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA15%2520ELL%27 HTTP/1.1" 200 None
2026-03-30 06:26:35 [bca.uk] INFO: Saving data for CA15%20ELL: {'auction_closing_time': 1775037600.0, 'created_time': 1774621601.962737, 'last_price_update_time': 1774851995.361841}
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA15%2520ELL') HTTP/1.1" 204 0
2026-03-30 06:26:35 [bca.uk] INFO: Found listing with ID: DA68%20HXH
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520HXH%27 HTTP/1.1" 200 None
2026-03-30 06:26:35 [bca.uk] INFO: Scrape type for DA68%20HXH: 2
2026-03-30 06:26:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9265897-7790-5c4c-be88-5289b16c7851 with identifier: DA68%20HXH
2026-03-30 06:26:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9265897-7790-5c4c-be88-5289b16c7851 with scrape type 2
2026-03-30 06:26:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9265897-7790-5c4c-be88-5289b16c7851 with scrape type 2
2026-03-30 06:26:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9265897-7790-5c4c-be88-5289b16c7851, identifier: DA68%20HXH
2026-03-30 06:26:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b453dc24-3300-591e-ac09-70763f05bce5 with identifier: LF23%20RSM
2026-03-30 06:26:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b453dc24-3300-591e-ac09-70763f05bce5 with identifier: LF23%20RSM
2026-03-30 06:26:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b453dc24-3300-591e-ac09-70763f05bce5 with identifier: LF23%20RSM to the API
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF23%20RSM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b453dc24-3300-591e-ac09-70763f05bce5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF23 RSM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF23%20RSM&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 45111,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFSXPC970319',
 'year': 2023}
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520RSM%27 HTTP/1.1" 200 None
2026-03-30 06:26:35 [bca.uk] INFO: Saving data for LF23%20RSM: {'auction_closing_time': 1774951200.0, 'created_time': 1774017055.174464, 'last_price_update_time': 1774851995.777673}
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520RSM') HTTP/1.1" 204 0
2026-03-30 06:26:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with identifier: RE23%20FJD
2026-03-30 06:26:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with identifier: RE23%20FJD
2026-03-30 06:26:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916 with identifier: RE23%20FJD to the API
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE23%20FJD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8dbbb14e-c54a-51e6-9a1d-d2d2cefd3916',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE23 FJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE23%20FJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q8 E-TRON',
 'odometer': 55962,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q8 E-TRON 50 QUATTRO SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '50 QUATTRO SPORT',
 'vin': 'WAUZZZGE2RB003189',
 'year': 2023}
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520FJD%27 HTTP/1.1" 200 None
2026-03-30 06:26:36 [bca.uk] INFO: Saving data for RE23%20FJD: {'auction_closing_time': 1774951200.0, 'created_time': 1774650779.922452, 'last_price_update_time': 1774851996.132936}
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520FJD') HTTP/1.1" 204 0
2026-03-30 06:26:36 [bca.uk] INFO: Found listing with ID: DP19%20UYE
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520UYE%27 HTTP/1.1" 200 None
2026-03-30 06:26:36 [bca.uk] INFO: Scrape type for DP19%20UYE: 2
2026-03-30 06:26:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efb3576a-293b-5dd6-b173-ad93486535fd with identifier: DP19%20UYE
2026-03-30 06:26:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efb3576a-293b-5dd6-b173-ad93486535fd with scrape type 2
2026-03-30 06:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efb3576a-293b-5dd6-b173-ad93486535fd with scrape type 2
2026-03-30 06:26:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efb3576a-293b-5dd6-b173-ad93486535fd, identifier: DP19%20UYE
2026-03-30 06:26:36 [bca.uk] INFO: Found listing with ID: DF20%20ARX
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF20%2520ARX%27 HTTP/1.1" 200 None
2026-03-30 06:26:36 [bca.uk] INFO: Scrape type for DF20%20ARX: 2
2026-03-30 06:26:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edd07da3-d268-5c83-8dba-247de81196e8 with identifier: DF20%20ARX
2026-03-30 06:26:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edd07da3-d268-5c83-8dba-247de81196e8 with scrape type 2
2026-03-30 06:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edd07da3-d268-5c83-8dba-247de81196e8 with scrape type 2
2026-03-30 06:26:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edd07da3-d268-5c83-8dba-247de81196e8, identifier: DF20%20ARX
2026-03-30 06:26:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9265897-7790-5c4c-be88-5289b16c7851 with identifier: DA68%20HXH
2026-03-30 06:26:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9265897-7790-5c4c-be88-5289b16c7851 with identifier: DA68%20HXH
2026-03-30 06:26:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9265897-7790-5c4c-be88-5289b16c7851 with identifier: DA68%20HXH to the API
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA68%20HXH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9265897-7790-5c4c-be88-5289b16c7851',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA68 HXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA68%20HXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 73247,
 'odometer_reading_unit': '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': 'SALWA2AK1KA829782',
 'year': 2018}
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520HXH%27 HTTP/1.1" 200 None
2026-03-30 06:26:36 [bca.uk] INFO: Saving data for DA68%20HXH: {'auction_closing_time': 1775037600.0, 'created_time': 1774621891.55021, 'last_price_update_time': 1774851996.671733}
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA68%2520HXH') HTTP/1.1" 204 0
2026-03-30 06:26:36 [bca.uk] INFO: Found listing with ID: LO74%20YKP
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO74%2520YKP%27 HTTP/1.1" 200 None
2026-03-30 06:26:36 [bca.uk] INFO: Scrape type for LO74%20YKP: 2
2026-03-30 06:26:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with identifier: LO74%20YKP
2026-03-30 06:26:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with scrape type 2
2026-03-30 06:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with scrape type 2
2026-03-30 06:26:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce79ed57-e195-5fe9-a34e-5223f46ef7c0, identifier: LO74%20YKP
2026-03-30 06:26:36 [bca.uk] INFO: Found listing with ID: VO67%20NNX
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520NNX%27 HTTP/1.1" 200 None
2026-03-30 06:26:36 [bca.uk] INFO: Scrape type for VO67%20NNX: 2
2026-03-30 06:26:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c4f708-2dec-5844-b93f-882e92b86795 with identifier: VO67%20NNX
2026-03-30 06:26:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c4f708-2dec-5844-b93f-882e92b86795 with scrape type 2
2026-03-30 06:26:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87c4f708-2dec-5844-b93f-882e92b86795 with scrape type 2
2026-03-30 06:26:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87c4f708-2dec-5844-b93f-882e92b86795, identifier: VO67%20NNX
2026-03-30 06:26:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efb3576a-293b-5dd6-b173-ad93486535fd with identifier: DP19%20UYE
2026-03-30 06:26:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efb3576a-293b-5dd6-b173-ad93486535fd with identifier: DP19%20UYE
2026-03-30 06:26:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efb3576a-293b-5dd6-b173-ad93486535fd with identifier: DP19%20UYE to the API
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP19%20UYE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'efb3576a-293b-5dd6-b173-ad93486535fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP19 UYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP19%20UYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L1',
 'odometer': 73992,
 'odometer_reading_unit': '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 L1 1.6 TURBO D 75 2000 EDITION Van',
 'transmission': 'manual',
 'trim': 'TURBO D 75 2000 EDITION',
 'vin': 'W0VEFBHWBKJ613852',
 'year': 2019}
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520UYE%27 HTTP/1.1" 200 None
2026-03-30 06:26:37 [bca.uk] INFO: Saving data for DP19%20UYE: {'auction_closing_time': 1774951200.0, 'created_time': 1774523210.720994, 'last_price_update_time': 1774851997.170779}
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP19%2520UYE') HTTP/1.1" 204 0
2026-03-30 06:26:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edd07da3-d268-5c83-8dba-247de81196e8 with identifier: DF20%20ARX
2026-03-30 06:26:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edd07da3-d268-5c83-8dba-247de81196e8 with identifier: DF20%20ARX
2026-03-30 06:26:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edd07da3-d268-5c83-8dba-247de81196e8 with identifier: DF20%20ARX to the API
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF20%20ARX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'edd07da3-d268-5c83-8dba-247de81196e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF20 ARX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF20%20ARX&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 29171,
 'odometer_reading_unit': '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': 'WAUZZZGA1LA071770',
 'year': 2020}
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF20%2520ARX%27 HTTP/1.1" 200 None
2026-03-30 06:26:37 [bca.uk] INFO: Saving data for DF20%20ARX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621593.871792, 'last_price_update_time': 1774851997.518277}
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF20%2520ARX') HTTP/1.1" 204 0
2026-03-30 06:26:37 [bca.uk] INFO: Found listing with ID: DL23%20ZJK
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL23%2520ZJK%27 HTTP/1.1" 200 None
2026-03-30 06:26:37 [bca.uk] INFO: Scrape type for DL23%20ZJK: 2
2026-03-30 06:26:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8857092b-1e41-5594-a88f-cfdf83d4fc3c with identifier: DL23%20ZJK
2026-03-30 06:26:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8857092b-1e41-5594-a88f-cfdf83d4fc3c with scrape type 2
2026-03-30 06:26:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8857092b-1e41-5594-a88f-cfdf83d4fc3c with scrape type 2
2026-03-30 06:26:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8857092b-1e41-5594-a88f-cfdf83d4fc3c, identifier: DL23%20ZJK
2026-03-30 06:26:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with identifier: LO74%20YKP
2026-03-30 06:26:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with identifier: LO74%20YKP
2026-03-30 06:26:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce79ed57-e195-5fe9-a34e-5223f46ef7c0 with identifier: LO74%20YKP to the API
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO74%20YKP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ce79ed57-e195-5fe9-a34e-5223f46ef7c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO74 YKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO74%20YKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7060,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNS9R4317218',
 'year': 2024}
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO74%2520YKP%27 HTTP/1.1" 200 None
2026-03-30 06:26:37 [bca.uk] INFO: Saving data for LO74%20YKP: {'auction_closing_time': 1774951200.0, 'created_time': 1773929527.430893, 'last_price_update_time': 1774851997.941759}
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO74%2520YKP') HTTP/1.1" 204 0
2026-03-30 06:26:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87c4f708-2dec-5844-b93f-882e92b86795 with identifier: VO67%20NNX
2026-03-30 06:26:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87c4f708-2dec-5844-b93f-882e92b86795 with identifier: VO67%20NNX
2026-03-30 06:26:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87c4f708-2dec-5844-b93f-882e92b86795 with identifier: VO67%20NNX to the API
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO67%20NNX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '87c4f708-2dec-5844-b93f-882e92b86795',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO67 NNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO67%20NNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 55122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 BMT 2WD R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT 2WD R LINE DSG',
 'vin': 'WVGZZZ5NZJW827913',
 'year': 2017}
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520NNX%27 HTTP/1.1" 200 None
2026-03-30 06:26:38 [bca.uk] INFO: Saving data for VO67%20NNX: {'auction_closing_time': 1774864800.0, 'created_time': 1774650825.730352, 'last_price_update_time': 1774851998.334502}
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO67%2520NNX') HTTP/1.1" 204 0
2026-03-30 06:26:38 [bca.uk] INFO: Found listing with ID: HG59%20EGD
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG59%2520EGD%27 HTTP/1.1" 200 None
2026-03-30 06:26:38 [bca.uk] INFO: Scrape type for HG59%20EGD: 2
2026-03-30 06:26:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82f0de80-233a-5352-bc11-99a84b346f2d with identifier: HG59%20EGD
2026-03-30 06:26:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82f0de80-233a-5352-bc11-99a84b346f2d with scrape type 2
2026-03-30 06:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82f0de80-233a-5352-bc11-99a84b346f2d with scrape type 2
2026-03-30 06:26:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82f0de80-233a-5352-bc11-99a84b346f2d, identifier: HG59%20EGD
2026-03-30 06:26:38 [bca.uk] INFO: Found listing with ID: NG17%20GFX
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520GFX%27 HTTP/1.1" 200 None
2026-03-30 06:26:38 [bca.uk] INFO: Scrape type for NG17%20GFX: 2
2026-03-30 06:26:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08c21b6f-d713-5a13-bb8c-d65962f82240 with identifier: NG17%20GFX
2026-03-30 06:26:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08c21b6f-d713-5a13-bb8c-d65962f82240 with scrape type 2
2026-03-30 06:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08c21b6f-d713-5a13-bb8c-d65962f82240 with scrape type 2
2026-03-30 06:26:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08c21b6f-d713-5a13-bb8c-d65962f82240, identifier: NG17%20GFX
2026-03-30 06:26:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8857092b-1e41-5594-a88f-cfdf83d4fc3c with identifier: DL23%20ZJK
2026-03-30 06:26:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8857092b-1e41-5594-a88f-cfdf83d4fc3c with identifier: DL23%20ZJK
2026-03-30 06:26:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8857092b-1e41-5594-a88f-cfdf83d4fc3c with identifier: DL23%20ZJK to the API
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL23%20ZJK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8857092b-1e41-5594-a88f-cfdf83d4fc3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL23 ZJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL23%20ZJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 29422,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACP81EVR5100623',
 'year': 2023}
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL23%2520ZJK%27 HTTP/1.1" 200 None
2026-03-30 06:26:38 [bca.uk] INFO: Saving data for DL23%20ZJK: {'auction_closing_time': 1774951200.0, 'created_time': 1774621873.341263, 'last_price_update_time': 1774851998.839041}
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL23%2520ZJK') HTTP/1.1" 204 0
2026-03-30 06:26:38 [bca.uk] INFO: Found listing with ID: VA73%20BBJ
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA73%2520BBJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:38 [bca.uk] INFO: Scrape type for VA73%20BBJ: 2
2026-03-30 06:26:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with identifier: VA73%20BBJ
2026-03-30 06:26:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with scrape type 2
2026-03-30 06:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with scrape type 2
2026-03-30 06:26:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed3389f6-739f-5fd6-a1f8-243ec5e718a8, identifier: VA73%20BBJ
2026-03-30 06:26:38 [bca.uk] INFO: Found listing with ID: WD69%20HTP
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD69%2520HTP%27 HTTP/1.1" 200 None
2026-03-30 06:26:38 [bca.uk] INFO: Scrape type for WD69%20HTP: 2
2026-03-30 06:26:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with identifier: WD69%20HTP
2026-03-30 06:26:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with scrape type 2
2026-03-30 06:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with scrape type 2
2026-03-30 06:26:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48df0f0b-898c-5efc-992a-ff26cb94b9c3, identifier: WD69%20HTP
2026-03-30 06:26:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82f0de80-233a-5352-bc11-99a84b346f2d with identifier: HG59%20EGD
2026-03-30 06:26:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82f0de80-233a-5352-bc11-99a84b346f2d with identifier: HG59%20EGD
2026-03-30 06:26:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82f0de80-233a-5352-bc11-99a84b346f2d with identifier: HG59%20EGD to the API
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG59%20EGD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '82f0de80-233a-5352-bc11-99a84b346f2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG59 EGD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG59%20EGD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 116373,
 '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 KUGA 2.0 TDCI 2WD ZETEC StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 2WD ZETEC',
 'vin': 'WF0RXXGCDR9K37512',
 'year': 2009}
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG59%2520EGD%27 HTTP/1.1" 200 None
2026-03-30 06:26:39 [bca.uk] INFO: Saving data for HG59%20EGD: {'auction_closing_time': 1774951200.0, 'created_time': 1774621526.964909, 'last_price_update_time': 1774851999.369992}
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG59%2520EGD') HTTP/1.1" 204 0
2026-03-30 06:26:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08c21b6f-d713-5a13-bb8c-d65962f82240 with identifier: NG17%20GFX
2026-03-30 06:26:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08c21b6f-d713-5a13-bb8c-d65962f82240 with identifier: NG17%20GFX
2026-03-30 06:26:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08c21b6f-d713-5a13-bb8c-d65962f82240 with identifier: NG17%20GFX to the API
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG17%20GFX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '08c21b6f-d713-5a13-bb8c-d65962f82240',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG17 GFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG17%20GFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 95436,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW X3 3.0 XDRIVE 30D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30D M SPORT STEP',
 'vin': 'WBAWY520600X00261',
 'year': 2017}
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520GFX%27 HTTP/1.1" 200 None
2026-03-30 06:26:39 [bca.uk] INFO: Saving data for NG17%20GFX: {'auction_closing_time': 1774951200.0, 'created_time': 1774265907.912247, 'last_price_update_time': 1774851999.66908}
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG17%2520GFX') HTTP/1.1" 204 0
2026-03-30 06:26:39 [bca.uk] INFO: Found listing with ID: VU21%20TNK
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU21%2520TNK%27 HTTP/1.1" 200 None
2026-03-30 06:26:39 [bca.uk] INFO: Scrape type for VU21%20TNK: 2
2026-03-30 06:26:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8aac080a-50b5-5685-a6cc-9dc02904bce1 with identifier: VU21%20TNK
2026-03-30 06:26:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8aac080a-50b5-5685-a6cc-9dc02904bce1 with scrape type 2
2026-03-30 06:26:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8aac080a-50b5-5685-a6cc-9dc02904bce1 with scrape type 2
2026-03-30 06:26:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8aac080a-50b5-5685-a6cc-9dc02904bce1, identifier: VU21%20TNK
2026-03-30 06:26:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with identifier: VA73%20BBJ
2026-03-30 06:26:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with identifier: VA73%20BBJ
2026-03-30 06:26:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed3389f6-739f-5fd6-a1f8-243ec5e718a8 with identifier: VA73%20BBJ to the API
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA73%20BBJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ed3389f6-739f-5fd6-a1f8-243ec5e718a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VA73 BBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA73%20BBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 27824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNSTPY665030',
 'year': 2024}
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA73%2520BBJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:40 [bca.uk] INFO: Saving data for VA73%20BBJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773841985.96929, 'last_price_update_time': 1774852000.06309}
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA73%2520BBJ') HTTP/1.1" 204 0
2026-03-30 06:26:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with identifier: WD69%20HTP
2026-03-30 06:26:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with identifier: WD69%20HTP
2026-03-30 06:26:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48df0f0b-898c-5efc-992a-ff26cb94b9c3 with identifier: WD69%20HTP to the API
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD69%20HTP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '48df0f0b-898c-5efc-992a-ff26cb94b9c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD69 HTP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD69%20HTP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A35 AMG',
 'odometer': 96212,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A35 AMG 2.0 4MATIC EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': '4MATIC EXECUTIVE DCT',
 'vin': 'W1K1770512J196878',
 'year': 2020}
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD69%2520HTP%27 HTTP/1.1" 200 None
2026-03-30 06:26:40 [bca.uk] INFO: Saving data for WD69%20HTP: {'auction_closing_time': 1775124000.0, 'created_time': 1774650778.175394, 'last_price_update_time': 1774852000.356124}
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD69%2520HTP') HTTP/1.1" 204 0
2026-03-30 06:26:40 [bca.uk] INFO: Found listing with ID: AJ12%20EAC
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ12%2520EAC%27 HTTP/1.1" 200 None
2026-03-30 06:26:40 [bca.uk] INFO: Scrape type for AJ12%20EAC: 2
2026-03-30 06:26:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9051462e-c14e-5f12-ae75-088d39dbdd05 with identifier: AJ12%20EAC
2026-03-30 06:26:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9051462e-c14e-5f12-ae75-088d39dbdd05 with scrape type 2
2026-03-30 06:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9051462e-c14e-5f12-ae75-088d39dbdd05 with scrape type 2
2026-03-30 06:26:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9051462e-c14e-5f12-ae75-088d39dbdd05, identifier: AJ12%20EAC
2026-03-30 06:26:40 [bca.uk] INFO: Found listing with ID: WF61%20VYN
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520VYN%27 HTTP/1.1" 200 None
2026-03-30 06:26:40 [bca.uk] INFO: Scrape type for WF61%20VYN: 2
2026-03-30 06:26:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcd3a602-8eb7-5625-b52d-d9de45fd9eeb with identifier: WF61%20VYN
2026-03-30 06:26:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcd3a602-8eb7-5625-b52d-d9de45fd9eeb with scrape type 2
2026-03-30 06:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcd3a602-8eb7-5625-b52d-d9de45fd9eeb with scrape type 2
2026-03-30 06:26:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcd3a602-8eb7-5625-b52d-d9de45fd9eeb, identifier: WF61%20VYN
2026-03-30 06:26:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8aac080a-50b5-5685-a6cc-9dc02904bce1 with identifier: VU21%20TNK
2026-03-30 06:26:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8aac080a-50b5-5685-a6cc-9dc02904bce1 with identifier: VU21%20TNK
2026-03-30 06:26:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8aac080a-50b5-5685-a6cc-9dc02904bce1 with identifier: VU21%20TNK to the API
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU21%20TNK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8aac080a-50b5-5685-a6cc-9dc02904bce1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU21 TNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU21%20TNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 88386,
 'odometer_reading_unit': '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': 'WVGZZZCRZMD022460',
 'year': 2021}
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU21%2520TNK%27 HTTP/1.1" 200 None
2026-03-30 06:26:40 [bca.uk] INFO: Saving data for VU21%20TNK: {'auction_closing_time': 1774951200.0, 'created_time': 1774621874.131741, 'last_price_update_time': 1774852000.884748}
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU21%2520TNK') HTTP/1.1" 204 0
2026-03-30 06:26:40 [bca.uk] INFO: Found listing with ID: WD72%20GOK
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520GOK%27 HTTP/1.1" 200 None
2026-03-30 06:26:40 [bca.uk] INFO: Scrape type for WD72%20GOK: 2
2026-03-30 06:26:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c150582-d5f6-5bbd-bffa-cde557656736 with identifier: WD72%20GOK
2026-03-30 06:26:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c150582-d5f6-5bbd-bffa-cde557656736 with scrape type 2
2026-03-30 06:26:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c150582-d5f6-5bbd-bffa-cde557656736 with scrape type 2
2026-03-30 06:26:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c150582-d5f6-5bbd-bffa-cde557656736, identifier: WD72%20GOK
2026-03-30 06:26:41 [bca.uk] INFO: Found listing with ID: EG68%20JJZ
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG68%2520JJZ%27 HTTP/1.1" 200 None
2026-03-30 06:26:41 [bca.uk] INFO: Scrape type for EG68%20JJZ: 2
2026-03-30 06:26:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9838627b-78c2-54cf-9788-6ff6222f4e81 with identifier: EG68%20JJZ
2026-03-30 06:26:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9838627b-78c2-54cf-9788-6ff6222f4e81 with scrape type 2
2026-03-30 06:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9838627b-78c2-54cf-9788-6ff6222f4e81 with scrape type 2
2026-03-30 06:26:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9838627b-78c2-54cf-9788-6ff6222f4e81, identifier: EG68%20JJZ
2026-03-30 06:26:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9051462e-c14e-5f12-ae75-088d39dbdd05 with identifier: AJ12%20EAC
2026-03-30 06:26:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9051462e-c14e-5f12-ae75-088d39dbdd05 with identifier: AJ12%20EAC
2026-03-30 06:26:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9051462e-c14e-5f12-ae75-088d39dbdd05 with identifier: AJ12%20EAC to the API
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 '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': '9051462e-c14e-5f12-ae75-088d39dbdd05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ12 EAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ12%20EAC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '116I',
 'odometer': 60388,
 'odometer_reading_unit': '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 116I 1.6 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1A12040E690744',
 'year': 2012}
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ12%2520EAC%27 HTTP/1.1" 200 None
2026-03-30 06:26:41 [bca.uk] INFO: Saving data for AJ12%20EAC: {'auction_closing_time': 1774951200.0, 'created_time': 1774621363.753989, 'last_price_update_time': 1774852001.408272}
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ12%2520EAC') HTTP/1.1" 204 0
2026-03-30 06:26:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcd3a602-8eb7-5625-b52d-d9de45fd9eeb with identifier: WF61%20VYN
2026-03-30 06:26:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcd3a602-8eb7-5625-b52d-d9de45fd9eeb with identifier: WF61%20VYN
2026-03-30 06:26:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcd3a602-8eb7-5625-b52d-d9de45fd9eeb with identifier: WF61%20VYN to the API
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF61%20VYN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fcd3a602-8eb7-5625-b52d-d9de45fd9eeb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF61 VYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF61%20VYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 52429,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.6 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'TEKNA',
 'vin': 'SJNFCAE11U2149973',
 'year': 2011}
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF61%2520VYN%27 HTTP/1.1" 200 None
2026-03-30 06:26:41 [bca.uk] INFO: Saving data for WF61%20VYN: {'auction_closing_time': 1774951200.0, 'created_time': 1774390446.082758, 'last_price_update_time': 1774852001.736229}
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF61%2520VYN') HTTP/1.1" 204 0
2026-03-30 06:26:41 [bca.uk] INFO: Found listing with ID: NX22%20OCA
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX22%2520OCA%27 HTTP/1.1" 200 None
2026-03-30 06:26:41 [bca.uk] INFO: Scrape type for NX22%20OCA: 2
2026-03-30 06:26:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8af487f5-bbb5-520f-aa4f-164cac82d97a with identifier: NX22%20OCA
2026-03-30 06:26:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8af487f5-bbb5-520f-aa4f-164cac82d97a with scrape type 2
2026-03-30 06:26:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8af487f5-bbb5-520f-aa4f-164cac82d97a with scrape type 2
2026-03-30 06:26:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8af487f5-bbb5-520f-aa4f-164cac82d97a, identifier: NX22%20OCA
2026-03-30 06:26:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c150582-d5f6-5bbd-bffa-cde557656736 with identifier: WD72%20GOK
2026-03-30 06:26:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c150582-d5f6-5bbd-bffa-cde557656736 with identifier: WD72%20GOK
2026-03-30 06:26:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c150582-d5f6-5bbd-bffa-cde557656736 with identifier: WD72%20GOK to the API
2026-03-30 06:26:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD72%20GOK-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c150582-d5f6-5bbd-bffa-cde557656736',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD72 GOK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD72%20GOK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FIAT',
 'model': '500',
 'odometer': 18225,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
 'transmission': 'manual',
 'trim': 'M/H DOLCEVITA',
 'vin': 'ZFACF1CJ0NJH01459',
 'year': 2022}
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520GOK%27 HTTP/1.1" 200 None
2026-03-30 06:26:42 [bca.uk] INFO: Saving data for WD72%20GOK: {'auction_closing_time': 1774951200.0, 'created_time': 1773841482.196198, 'last_price_update_time': 1774852002.150987}
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD72%2520GOK') HTTP/1.1" 204 0
2026-03-30 06:26:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9838627b-78c2-54cf-9788-6ff6222f4e81 with identifier: EG68%20JJZ
2026-03-30 06:26:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9838627b-78c2-54cf-9788-6ff6222f4e81 with identifier: EG68%20JJZ
2026-03-30 06:26:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9838627b-78c2-54cf-9788-6ff6222f4e81 with identifier: EG68%20JJZ to the API
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EG68%20JJZ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9838627b-78c2-54cf-9788-6ff6222f4e81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EG68 JJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EG68%20JJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'DACIA',
 'model': 'DUSTER',
 'odometer': 75552,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'DACIA DUSTER 1.6 SCE 115 COMFORT StationWagon',
 'transmission': 'manual',
 'trim': 'SCE 115 COMFORT',
 'vin': 'VF1HJD20X62202831',
 'year': 2019}
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG68%2520JJZ%27 HTTP/1.1" 200 None
2026-03-30 06:26:42 [bca.uk] INFO: Saving data for EG68%20JJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650823.603249, 'last_price_update_time': 1774852002.437596}
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EG68%2520JJZ') HTTP/1.1" 204 0
2026-03-30 06:26:42 [bca.uk] INFO: Found listing with ID: GJ12%20EKW
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520EKW%27 HTTP/1.1" 200 None
2026-03-30 06:26:42 [bca.uk] INFO: Scrape type for GJ12%20EKW: 2
2026-03-30 06:26:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90bec376-ae14-58ff-b04b-a40ea517118c with identifier: GJ12%20EKW
2026-03-30 06:26:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90bec376-ae14-58ff-b04b-a40ea517118c with scrape type 2
2026-03-30 06:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90bec376-ae14-58ff-b04b-a40ea517118c with scrape type 2
2026-03-30 06:26:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90bec376-ae14-58ff-b04b-a40ea517118c, identifier: GJ12%20EKW
2026-03-30 06:26:42 [bca.uk] INFO: Found listing with ID: NA23%20XUN
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520XUN%27 HTTP/1.1" 200 None
2026-03-30 06:26:42 [bca.uk] INFO: Scrape type for NA23%20XUN: 2
2026-03-30 06:26:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81d58094-64b9-5047-9e75-c095eaf17dad with identifier: NA23%20XUN
2026-03-30 06:26:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81d58094-64b9-5047-9e75-c095eaf17dad with scrape type 2
2026-03-30 06:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81d58094-64b9-5047-9e75-c095eaf17dad with scrape type 2
2026-03-30 06:26:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81d58094-64b9-5047-9e75-c095eaf17dad, identifier: NA23%20XUN
2026-03-30 06:26:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8af487f5-bbb5-520f-aa4f-164cac82d97a with identifier: NX22%20OCA
2026-03-30 06:26:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8af487f5-bbb5-520f-aa4f-164cac82d97a with identifier: NX22%20OCA
2026-03-30 06:26:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8af487f5-bbb5-520f-aa4f-164cac82d97a with identifier: NX22%20OCA to the API
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX22%20OCA-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': '8af487f5-bbb5-520f-aa4f-164cac82d97a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NX22 OCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX22%20OCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 25083,
 'odometer_reading_unit': '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': 'SALZA2AT5PH184493',
 'year': 2022}
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX22%2520OCA%27 HTTP/1.1" 200 None
2026-03-30 06:26:42 [bca.uk] INFO: Saving data for NX22%20OCA: {'auction_closing_time': 1775037600.0, 'created_time': 1774621874.540457, 'last_price_update_time': 1774852002.958451}
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX22%2520OCA') HTTP/1.1" 204 0
2026-03-30 06:26:43 [bca.uk] INFO: Found listing with ID: WV74%20NYF
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NYF%27 HTTP/1.1" 200 None
2026-03-30 06:26:43 [bca.uk] INFO: Scrape type for WV74%20NYF: 0
2026-03-30 06:26:43 [bca.uk] INFO: Found listing with ID: YJ73%20WVG
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WVG%27 HTTP/1.1" 200 None
2026-03-30 06:26:43 [bca.uk] INFO: Scrape type for YJ73%20WVG: 0
2026-03-30 06:26:43 [bca.uk] INFO: Found listing with ID: AF73%20FDG
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520FDG%27 HTTP/1.1" 200 None
2026-03-30 06:26:43 [bca.uk] INFO: Scrape type for AF73%20FDG: 0
2026-03-30 06:26:43 [bca.uk] INFO: Found listing with ID: BP23%20OXE
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP23%2520OXE%27 HTTP/1.1" 200 None
2026-03-30 06:26:43 [bca.uk] INFO: Scrape type for BP23%20OXE: 0
2026-03-30 06:26:43 [bca.uk] INFO: Found listing with ID: DL74%20WSX
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WSX%27 HTTP/1.1" 200 None
2026-03-30 06:26:43 [bca.uk] INFO: Scrape type for DL74%20WSX: 2
2026-03-30 06:26:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79fd5460-1c87-5c67-86ca-ad33e656a68d with identifier: DL74%20WSX
2026-03-30 06:26:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79fd5460-1c87-5c67-86ca-ad33e656a68d with scrape type 2
2026-03-30 06:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79fd5460-1c87-5c67-86ca-ad33e656a68d with scrape type 2
2026-03-30 06:26:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79fd5460-1c87-5c67-86ca-ad33e656a68d, identifier: DL74%20WSX
2026-03-30 06:26:43 [bca.uk] INFO: Found listing with ID: FL22%20ANV
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520ANV%27 HTTP/1.1" 200 None
2026-03-30 06:26:43 [bca.uk] INFO: Scrape type for FL22%20ANV: 2
2026-03-30 06:26:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9a2a5a9-c62b-5da8-b3b5-eb176102312c with identifier: FL22%20ANV
2026-03-30 06:26:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9a2a5a9-c62b-5da8-b3b5-eb176102312c with scrape type 2
2026-03-30 06:26:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9a2a5a9-c62b-5da8-b3b5-eb176102312c with scrape type 2
2026-03-30 06:26:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9a2a5a9-c62b-5da8-b3b5-eb176102312c, identifier: FL22%20ANV
2026-03-30 06:26:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90bec376-ae14-58ff-b04b-a40ea517118c with identifier: GJ12%20EKW
2026-03-30 06:26:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90bec376-ae14-58ff-b04b-a40ea517118c with identifier: GJ12%20EKW
2026-03-30 06:26:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90bec376-ae14-58ff-b04b-a40ea517118c with identifier: GJ12%20EKW to the API
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ12%20EKW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-06T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '90bec376-ae14-58ff-b04b-a40ea517118c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ12 EKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ12%20EKW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 53829,
 'odometer_reading_unit': '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 RIO 1.4 3 Hatchback',
 'transmission': 'manual',
 'trim': '3',
 'vin': 'KNADN512LC6736858',
 'year': 2012}
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520EKW%27 HTTP/1.1" 200 None
2026-03-30 06:26:43 [bca.uk] INFO: Saving data for GJ12%20EKW: {'auction_closing_time': 1775469600.0, 'created_time': 1774621488.717466, 'last_price_update_time': 1774852003.674053}
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ12%2520EKW') HTTP/1.1" 204 0
2026-03-30 06:26:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81d58094-64b9-5047-9e75-c095eaf17dad with identifier: NA23%20XUN
2026-03-30 06:26:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81d58094-64b9-5047-9e75-c095eaf17dad with identifier: NA23%20XUN
2026-03-30 06:26:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81d58094-64b9-5047-9e75-c095eaf17dad with identifier: NA23%20XUN to the API
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA23%20XUN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '81d58094-64b9-5047-9e75-c095eaf17dad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NA23 XUN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA23%20XUN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 31271,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD AIR Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD AIR',
 'vin': 'KNAC381AUP5144988',
 'year': 2023}
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520XUN%27 HTTP/1.1" 200 None
2026-03-30 06:26:44 [bca.uk] INFO: Saving data for NA23%20XUN: {'auction_closing_time': 1775037600.0, 'created_time': 1774621594.234742, 'last_price_update_time': 1774852004.037416}
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA23%2520XUN') HTTP/1.1" 204 0
2026-03-30 06:26:44 [bca.uk] INFO: Found listing with ID: NC72%20JWW
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC72%2520JWW%27 HTTP/1.1" 200 None
2026-03-30 06:26:44 [bca.uk] INFO: Scrape type for NC72%20JWW: 2
2026-03-30 06:26:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dbf7fb8-2bc5-59b5-905e-0ac9d6425007 with identifier: NC72%20JWW
2026-03-30 06:26:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dbf7fb8-2bc5-59b5-905e-0ac9d6425007 with scrape type 2
2026-03-30 06:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dbf7fb8-2bc5-59b5-905e-0ac9d6425007 with scrape type 2
2026-03-30 06:26:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dbf7fb8-2bc5-59b5-905e-0ac9d6425007, identifier: NC72%20JWW
2026-03-30 06:26:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79fd5460-1c87-5c67-86ca-ad33e656a68d with identifier: DL74%20WSX
2026-03-30 06:26:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79fd5460-1c87-5c67-86ca-ad33e656a68d with identifier: DL74%20WSX
2026-03-30 06:26:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79fd5460-1c87-5c67-86ca-ad33e656a68d with identifier: DL74%20WSX to the API
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20WSX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '79fd5460-1c87-5c67-86ca-ad33e656a68d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL74 WSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20WSX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND E',
 'odometer': 2439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND E 157KW 73KWH ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': '157KW 73KWH ULTIMATE',
 'vin': 'VXKKCZKZ7R6054547',
 'year': 2024}
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WSX%27 HTTP/1.1" 200 None
2026-03-30 06:26:44 [bca.uk] INFO: Saving data for DL74%20WSX: {'auction_closing_time': 1774951200.0, 'created_time': 1773832359.804017, 'last_price_update_time': 1774852004.468137}
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520WSX') HTTP/1.1" 204 0
2026-03-30 06:26:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9a2a5a9-c62b-5da8-b3b5-eb176102312c with identifier: FL22%20ANV
2026-03-30 06:26:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9a2a5a9-c62b-5da8-b3b5-eb176102312c with identifier: FL22%20ANV
2026-03-30 06:26:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9a2a5a9-c62b-5da8-b3b5-eb176102312c with identifier: FL22%20ANV to the API
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20ANV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b9a2a5a9-c62b-5da8-b3b5-eb176102312c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL22 ANV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20ANV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 22327,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.5 35 TFSI S LINE Hatchback',
 'transmission': 'manual',
 'trim': '35 TFSI S LINE',
 'vin': 'WAUZZZGY3NA049639',
 'year': 2022}
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520ANV%27 HTTP/1.1" 200 None
2026-03-30 06:26:44 [bca.uk] INFO: Saving data for FL22%20ANV: {'auction_closing_time': 1774951200.0, 'created_time': 1774650828.919606, 'last_price_update_time': 1774852004.777486}
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520ANV') HTTP/1.1" 204 0
2026-03-30 06:26:44 [bca.uk] INFO: Found listing with ID: GV11%20EZZ
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV11%2520EZZ%27 HTTP/1.1" 200 None
2026-03-30 06:26:44 [bca.uk] INFO: Scrape type for GV11%20EZZ: 2
2026-03-30 06:26:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3abbb41d-5f1d-5b12-899e-d08dffb5224a with identifier: GV11%20EZZ
2026-03-30 06:26:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3abbb41d-5f1d-5b12-899e-d08dffb5224a with scrape type 2
2026-03-30 06:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3abbb41d-5f1d-5b12-899e-d08dffb5224a with scrape type 2
2026-03-30 06:26:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3abbb41d-5f1d-5b12-899e-d08dffb5224a, identifier: GV11%20EZZ
2026-03-30 06:26:44 [bca.uk] INFO: Found listing with ID: AJ71%20PVP
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520PVP%27 HTTP/1.1" 200 None
2026-03-30 06:26:44 [bca.uk] INFO: Scrape type for AJ71%20PVP: 2
2026-03-30 06:26:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b749e02-b058-5059-8086-7a5b11c1f218 with identifier: AJ71%20PVP
2026-03-30 06:26:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b749e02-b058-5059-8086-7a5b11c1f218 with scrape type 2
2026-03-30 06:26:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b749e02-b058-5059-8086-7a5b11c1f218 with scrape type 2
2026-03-30 06:26:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b749e02-b058-5059-8086-7a5b11c1f218, identifier: AJ71%20PVP
2026-03-30 06:26:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dbf7fb8-2bc5-59b5-905e-0ac9d6425007 with identifier: NC72%20JWW
2026-03-30 06:26:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dbf7fb8-2bc5-59b5-905e-0ac9d6425007 with identifier: NC72%20JWW
2026-03-30 06:26:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dbf7fb8-2bc5-59b5-905e-0ac9d6425007 with identifier: NC72%20JWW to the API
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC72%20JWW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8dbf7fb8-2bc5-59b5-905e-0ac9d6425007',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NC72 JWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC72%20JWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 38134,
 'odometer_reading_unit': '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': 'SALZA2AN9PH205718',
 'year': 2022}
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC72%2520JWW%27 HTTP/1.1" 200 None
2026-03-30 06:26:45 [bca.uk] INFO: Saving data for NC72%20JWW: {'auction_closing_time': 1775037600.0, 'created_time': 1774621858.506082, 'last_price_update_time': 1774852005.292071}
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC72%2520JWW') HTTP/1.1" 204 0
2026-03-30 06:26:45 [bca.uk] INFO: Found listing with ID: DP74%20RXJ
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RXJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:45 [bca.uk] INFO: Scrape type for DP74%20RXJ: 0
2026-03-30 06:26:45 [bca.uk] INFO: Found listing with ID: DV24%20JXF
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXF%27 HTTP/1.1" 200 None
2026-03-30 06:26:45 [bca.uk] INFO: Scrape type for DV24%20JXF: 2
2026-03-30 06:26:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93977e81-3fb2-5d61-bdfa-d1864abdb32e with identifier: DV24%20JXF
2026-03-30 06:26:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93977e81-3fb2-5d61-bdfa-d1864abdb32e with scrape type 2
2026-03-30 06:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93977e81-3fb2-5d61-bdfa-d1864abdb32e with scrape type 2
2026-03-30 06:26:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93977e81-3fb2-5d61-bdfa-d1864abdb32e, identifier: DV24%20JXF
2026-03-30 06:26:45 [bca.uk] INFO: Found listing with ID: WF06%20XNY
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF06%2520XNY%27 HTTP/1.1" 200 None
2026-03-30 06:26:45 [bca.uk] INFO: Scrape type for WF06%20XNY: 2
2026-03-30 06:26:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with identifier: WF06%20XNY
2026-03-30 06:26:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with scrape type 2
2026-03-30 06:26:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with scrape type 2
2026-03-30 06:26:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a, identifier: WF06%20XNY
2026-03-30 06:26:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3abbb41d-5f1d-5b12-899e-d08dffb5224a with identifier: GV11%20EZZ
2026-03-30 06:26:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3abbb41d-5f1d-5b12-899e-d08dffb5224a with identifier: GV11%20EZZ
2026-03-30 06:26:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3abbb41d-5f1d-5b12-899e-d08dffb5224a with identifier: GV11%20EZZ to the API
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV11%20EZZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-04-06T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3abbb41d-5f1d-5b12-899e-d08dffb5224a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV11 EZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV11%20EZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220',
 'odometer': 132773,
 'odometer_reading_unit': '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 E220 2.1 CDI B/E SPORT TIP Convertible',
 'transmission': 'manual',
 'trim': 'CDI B/E SPORT TIP',
 'vin': 'WDD2074022F129090',
 'year': 2011}
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV11%2520EZZ%27 HTTP/1.1" 200 None
2026-03-30 06:26:45 [bca.uk] INFO: Saving data for GV11%20EZZ: {'auction_closing_time': 1775469600.0, 'created_time': 1774621475.963551, 'last_price_update_time': 1774852005.821353}
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV11%2520EZZ') HTTP/1.1" 204 0
2026-03-30 06:26:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b749e02-b058-5059-8086-7a5b11c1f218 with identifier: AJ71%20PVP
2026-03-30 06:26:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b749e02-b058-5059-8086-7a5b11c1f218 with identifier: AJ71%20PVP
2026-03-30 06:26:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b749e02-b058-5059-8086-7a5b11c1f218 with identifier: AJ71%20PVP to the API
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ71%20PVP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7b749e02-b058-5059-8086-7a5b11c1f218',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ71 PVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ71%20PVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 19497,
 'odometer_reading_unit': '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': 'LRWYHCEK1NC222489',
 'year': 2022}
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520PVP%27 HTTP/1.1" 200 None
2026-03-30 06:26:46 [bca.uk] INFO: Saving data for AJ71%20PVP: {'auction_closing_time': 1775037600.0, 'created_time': 1774621603.22112, 'last_price_update_time': 1774852006.249705}
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ71%2520PVP') HTTP/1.1" 204 0
2026-03-30 06:26:46 [bca.uk] INFO: Found listing with ID: NA68%20LVX
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520LVX%27 HTTP/1.1" 200 None
2026-03-30 06:26:46 [bca.uk] INFO: Scrape type for NA68%20LVX: 2
2026-03-30 06:26:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cd994b5-2041-5236-855d-b09102965400 with identifier: NA68%20LVX
2026-03-30 06:26:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cd994b5-2041-5236-855d-b09102965400 with scrape type 2
2026-03-30 06:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cd994b5-2041-5236-855d-b09102965400 with scrape type 2
2026-03-30 06:26:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cd994b5-2041-5236-855d-b09102965400, identifier: NA68%20LVX
2026-03-30 06:26:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93977e81-3fb2-5d61-bdfa-d1864abdb32e with identifier: DV24%20JXF
2026-03-30 06:26:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93977e81-3fb2-5d61-bdfa-d1864abdb32e with identifier: DV24%20JXF
2026-03-30 06:26:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93977e81-3fb2-5d61-bdfa-d1864abdb32e with identifier: DV24%20JXF to the API
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20JXF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '93977e81-3fb2-5d61-bdfa-d1864abdb32e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV24 JXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20JXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 4282,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS3R6008065',
 'year': 2024}
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXF%27 HTTP/1.1" 200 None
2026-03-30 06:26:46 [bca.uk] INFO: Saving data for DV24%20JXF: {'auction_closing_time': 1774951200.0, 'created_time': 1773823502.44048, 'last_price_update_time': 1774852006.631332}
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520JXF') HTTP/1.1" 204 0
2026-03-30 06:26:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with identifier: WF06%20XNY
2026-03-30 06:26:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with identifier: WF06%20XNY
2026-03-30 06:26:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ed9f5c3-0ab4-5ec9-85da-02f31a23568a with identifier: WF06%20XNY to the API
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF06%20XNY-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ed9f5c3-0ab4-5ec9-85da-02f31a23568a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF06 XNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF06%20XNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'ELDDIS',
 'model': 'SUNSEEKER',
 'odometer': 46850,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'ELDDIS SUNSEEKER 2.2 120 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '120 MOTORHOME',
 'vin': 'VF3ZBRMAA17771961',
 'year': 2006}
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF06%2520XNY%27 HTTP/1.1" 200 None
2026-03-30 06:26:46 [bca.uk] INFO: Saving data for WF06%20XNY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650829.388696, 'last_price_update_time': 1774852006.92385}
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF06%2520XNY') HTTP/1.1" 204 0
2026-03-30 06:26:46 [bca.uk] INFO: Found listing with ID: YE14%20BUA
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE14%2520BUA%27 HTTP/1.1" 200 None
2026-03-30 06:26:46 [bca.uk] INFO: Scrape type for YE14%20BUA: 2
2026-03-30 06:26:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb2f06bd-c151-5704-bdf2-f716dc835986 with identifier: YE14%20BUA
2026-03-30 06:26:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb2f06bd-c151-5704-bdf2-f716dc835986 with scrape type 2
2026-03-30 06:26:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb2f06bd-c151-5704-bdf2-f716dc835986 with scrape type 2
2026-03-30 06:26:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb2f06bd-c151-5704-bdf2-f716dc835986, identifier: YE14%20BUA
2026-03-30 06:26:47 [bca.uk] INFO: Found listing with ID: KV63%20PZD
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV63%2520PZD%27 HTTP/1.1" 200 None
2026-03-30 06:26:47 [bca.uk] INFO: Scrape type for KV63%20PZD: 2
2026-03-30 06:26:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbcd451c-9d76-5f19-8a27-d27bd061cfec with identifier: KV63%20PZD
2026-03-30 06:26:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbcd451c-9d76-5f19-8a27-d27bd061cfec with scrape type 2
2026-03-30 06:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbcd451c-9d76-5f19-8a27-d27bd061cfec with scrape type 2
2026-03-30 06:26:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbcd451c-9d76-5f19-8a27-d27bd061cfec, identifier: KV63%20PZD
2026-03-30 06:26:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cd994b5-2041-5236-855d-b09102965400 with identifier: NA68%20LVX
2026-03-30 06:26:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cd994b5-2041-5236-855d-b09102965400 with identifier: NA68%20LVX
2026-03-30 06:26:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cd994b5-2041-5236-855d-b09102965400 with identifier: NA68%20LVX to the API
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA68%20LVX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3cd994b5-2041-5236-855d-b09102965400',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA68 LVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA68%20LVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 57888,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D150 AWD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 AWD R-DYNAMIC S',
 'vin': 'SADFA2AN3K1Z44101',
 'year': 2018}
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520LVX%27 HTTP/1.1" 200 None
2026-03-30 06:26:47 [bca.uk] INFO: Saving data for NA68%20LVX: {'auction_closing_time': 1775037600.0, 'created_time': 1774650929.437457, 'last_price_update_time': 1774852007.469651}
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA68%2520LVX') HTTP/1.1" 204 0
2026-03-30 06:26:47 [bca.uk] INFO: Found listing with ID: DV24%20KFY
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520KFY%27 HTTP/1.1" 200 None
2026-03-30 06:26:47 [bca.uk] INFO: Scrape type for DV24%20KFY: 0
2026-03-30 06:26:47 [bca.uk] INFO: Found listing with ID: FN72%20OEE
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN72%2520OEE%27 HTTP/1.1" 200 None
2026-03-30 06:26:47 [bca.uk] INFO: Scrape type for FN72%20OEE: 0
2026-03-30 06:26:47 [bca.uk] INFO: Found listing with ID: FV72%20NMZ
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520NMZ%27 HTTP/1.1" 200 None
2026-03-30 06:26:47 [bca.uk] INFO: Scrape type for FV72%20NMZ: 0
2026-03-30 06:26:47 [bca.uk] INFO: Found listing with ID: FV72%20UEH
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520UEH%27 HTTP/1.1" 200 None
2026-03-30 06:26:47 [bca.uk] INFO: Scrape type for FV72%20UEH: 2
2026-03-30 06:26:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b6f0735-814b-536b-824f-e0444fcbb437 with identifier: FV72%20UEH
2026-03-30 06:26:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b6f0735-814b-536b-824f-e0444fcbb437 with scrape type 2
2026-03-30 06:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b6f0735-814b-536b-824f-e0444fcbb437 with scrape type 2
2026-03-30 06:26:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b6f0735-814b-536b-824f-e0444fcbb437, identifier: FV72%20UEH
2026-03-30 06:26:47 [bca.uk] INFO: Found listing with ID: YR72%20WUA
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520WUA%27 HTTP/1.1" 200 None
2026-03-30 06:26:47 [bca.uk] INFO: Scrape type for YR72%20WUA: 2
2026-03-30 06:26:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with identifier: YR72%20WUA
2026-03-30 06:26:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with scrape type 2
2026-03-30 06:26:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with scrape type 2
2026-03-30 06:26:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bc63931-c1be-5c4f-9f51-e1c7fec11497, identifier: YR72%20WUA
2026-03-30 06:26:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb2f06bd-c151-5704-bdf2-f716dc835986 with identifier: YE14%20BUA
2026-03-30 06:26:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb2f06bd-c151-5704-bdf2-f716dc835986 with identifier: YE14%20BUA
2026-03-30 06:26:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb2f06bd-c151-5704-bdf2-f716dc835986 with identifier: YE14%20BUA to the API
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE14%20BUA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-06T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb2f06bd-c151-5704-bdf2-f716dc835986',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE14 BUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE14%20BUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 83774,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ACENTA PREMIUM',
 'vin': 'SJNFAAJ11U1105780',
 'year': 2014}
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE14%2520BUA%27 HTTP/1.1" 200 None
2026-03-30 06:26:48 [bca.uk] INFO: Saving data for YE14%20BUA: {'auction_closing_time': 1775469600.0, 'created_time': 1774563188.854679, 'last_price_update_time': 1774852008.092183}
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE14%2520BUA') HTTP/1.1" 204 0
2026-03-30 06:26:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbcd451c-9d76-5f19-8a27-d27bd061cfec with identifier: KV63%20PZD
2026-03-30 06:26:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbcd451c-9d76-5f19-8a27-d27bd061cfec with identifier: KV63%20PZD
2026-03-30 06:26:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbcd451c-9d76-5f19-8a27-d27bd061cfec with identifier: KV63%20PZD to the API
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV63%20PZD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cbcd451c-9d76-5f19-8a27-d27bd061cfec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV63 PZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV63%20PZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SEAT',
 'model': 'IBIZA SC',
 'odometer': 117535,
 'odometer_reading_unit': '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': 'VSSZZZ6JZER029745',
 'year': 2013}
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV63%2520PZD%27 HTTP/1.1" 200 None
2026-03-30 06:26:48 [bca.uk] INFO: Saving data for KV63%20PZD: {'auction_closing_time': 1774864800.0, 'created_time': 1774353583.623913, 'last_price_update_time': 1774852008.3892}
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV63%2520PZD') HTTP/1.1" 204 0
2026-03-30 06:26:48 [bca.uk] INFO: Found listing with ID: KU69%20WHE
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU69%2520WHE%27 HTTP/1.1" 200 None
2026-03-30 06:26:48 [bca.uk] INFO: Scrape type for KU69%20WHE: 2
2026-03-30 06:26:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da6122cc-45ba-5a1b-a929-9675485b9111 with identifier: KU69%20WHE
2026-03-30 06:26:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da6122cc-45ba-5a1b-a929-9675485b9111 with scrape type 2
2026-03-30 06:26:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da6122cc-45ba-5a1b-a929-9675485b9111 with scrape type 2
2026-03-30 06:26:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da6122cc-45ba-5a1b-a929-9675485b9111, identifier: KU69%20WHE
2026-03-30 06:26:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b6f0735-814b-536b-824f-e0444fcbb437 with identifier: FV72%20UEH
2026-03-30 06:26:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b6f0735-814b-536b-824f-e0444fcbb437 with identifier: FV72%20UEH
2026-03-30 06:26:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b6f0735-814b-536b-824f-e0444fcbb437 with identifier: FV72%20UEH to the API
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV72%20UEH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9b6f0735-814b-536b-824f-e0444fcbb437',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV72 UEH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV72%20UEH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 44178,
 'odometer_reading_unit': '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': 'ZFACF1CJ8NJG92302',
 'year': 2022}
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520UEH%27 HTTP/1.1" 200 None
2026-03-30 06:26:48 [bca.uk] INFO: Saving data for FV72%20UEH: {'auction_closing_time': 1774951200.0, 'created_time': 1773841255.976006, 'last_price_update_time': 1774852008.785319}
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV72%2520UEH') HTTP/1.1" 204 0
2026-03-30 06:26:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with identifier: YR72%20WUA
2026-03-30 06:26:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with identifier: YR72%20WUA
2026-03-30 06:26:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bc63931-c1be-5c4f-9f51-e1c7fec11497 with identifier: YR72%20WUA to the API
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR72%20WUA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bc63931-c1be-5c4f-9f51-e1c7fec11497',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR72 WUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR72%20WUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 49170,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.5 35 TFSI SPORT Saloon',
 'transmission': 'manual',
 'trim': '35 TFSI SPORT',
 'vin': 'WAUZZZGY3PA029765',
 'year': 2022}
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520WUA%27 HTTP/1.1" 200 None
2026-03-30 06:26:49 [bca.uk] INFO: Saving data for YR72%20WUA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650776.819986, 'last_price_update_time': 1774852009.080909}
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR72%2520WUA') HTTP/1.1" 204 0
2026-03-30 06:26:49 [bca.uk] INFO: Found listing with ID: BW15%20PUE
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520PUE%27 HTTP/1.1" 200 None
2026-03-30 06:26:49 [bca.uk] INFO: Scrape type for BW15%20PUE: 2
2026-03-30 06:26:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e2084e6-f034-509a-97dd-8c842f58ae60 with identifier: BW15%20PUE
2026-03-30 06:26:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e2084e6-f034-509a-97dd-8c842f58ae60 with scrape type 2
2026-03-30 06:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e2084e6-f034-509a-97dd-8c842f58ae60 with scrape type 2
2026-03-30 06:26:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e2084e6-f034-509a-97dd-8c842f58ae60, identifier: BW15%20PUE
2026-03-30 06:26:49 [bca.uk] INFO: Found listing with ID: BN64%20WYM
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520WYM%27 HTTP/1.1" 200 None
2026-03-30 06:26:49 [bca.uk] INFO: Scrape type for BN64%20WYM: 2
2026-03-30 06:26:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 183db0b6-5440-580b-ae24-d791589b0937 with identifier: BN64%20WYM
2026-03-30 06:26:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 183db0b6-5440-580b-ae24-d791589b0937 with scrape type 2
2026-03-30 06:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 183db0b6-5440-580b-ae24-d791589b0937 with scrape type 2
2026-03-30 06:26:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 183db0b6-5440-580b-ae24-d791589b0937, identifier: BN64%20WYM
2026-03-30 06:26:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da6122cc-45ba-5a1b-a929-9675485b9111 with identifier: KU69%20WHE
2026-03-30 06:26:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da6122cc-45ba-5a1b-a929-9675485b9111 with identifier: KU69%20WHE
2026-03-30 06:26:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da6122cc-45ba-5a1b-a929-9675485b9111 with identifier: KU69%20WHE to the API
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU69%20WHE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da6122cc-45ba-5a1b-a929-9675485b9111',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU69 WHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU69%20WHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 54219,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 4WD R-DYNAMIC S',
 'vin': 'SALZA2AN5LH050160',
 'year': 2019}
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU69%2520WHE%27 HTTP/1.1" 200 None
2026-03-30 06:26:49 [bca.uk] INFO: Saving data for KU69%20WHE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650927.850625, 'last_price_update_time': 1774852009.584772}
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU69%2520WHE') HTTP/1.1" 204 0
2026-03-30 06:26:49 [bca.uk] INFO: Found listing with ID: MJ74%20HCK
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCK%27 HTTP/1.1" 200 None
2026-03-30 06:26:49 [bca.uk] INFO: Scrape type for MJ74%20HCK: 0
2026-03-30 06:26:49 [bca.uk] INFO: Found listing with ID: ML74%20XNP
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNP%27 HTTP/1.1" 200 None
2026-03-30 06:26:49 [bca.uk] INFO: Scrape type for ML74%20XNP: 2
2026-03-30 06:26:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c488111-6594-5409-ac9e-066bc5e5687a with identifier: ML74%20XNP
2026-03-30 06:26:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c488111-6594-5409-ac9e-066bc5e5687a with scrape type 2
2026-03-30 06:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c488111-6594-5409-ac9e-066bc5e5687a with scrape type 2
2026-03-30 06:26:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c488111-6594-5409-ac9e-066bc5e5687a, identifier: ML74%20XNP
2026-03-30 06:26:49 [bca.uk] INFO: Found listing with ID: DV22%20OHJ
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV22%2520OHJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:49 [bca.uk] INFO: Scrape type for DV22%20OHJ: 2
2026-03-30 06:26:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a28c14b2-5af3-5ceb-8697-5e71748126d6 with identifier: DV22%20OHJ
2026-03-30 06:26:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a28c14b2-5af3-5ceb-8697-5e71748126d6 with scrape type 2
2026-03-30 06:26:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a28c14b2-5af3-5ceb-8697-5e71748126d6 with scrape type 2
2026-03-30 06:26:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a28c14b2-5af3-5ceb-8697-5e71748126d6, identifier: DV22%20OHJ
2026-03-30 06:26:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e2084e6-f034-509a-97dd-8c842f58ae60 with identifier: BW15%20PUE
2026-03-30 06:26:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e2084e6-f034-509a-97dd-8c842f58ae60 with identifier: BW15%20PUE
2026-03-30 06:26:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e2084e6-f034-509a-97dd-8c842f58ae60 with identifier: BW15%20PUE to the API
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW15%20PUE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-06T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5e2084e6-f034-509a-97dd-8c842f58ae60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW15 PUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW15%20PUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 88542,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI ULTRA 163 SE TECHNIK Saloon',
 'transmission': 'manual',
 'trim': 'TDI ULTRA 163 SE TECHNIK',
 'vin': 'WAUZZZ8K9FA120466',
 'year': 2015}
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW15%2520PUE%27 HTTP/1.1" 200 None
2026-03-30 06:26:50 [bca.uk] INFO: Saving data for BW15%20PUE: {'auction_closing_time': 1775469600.0, 'created_time': 1774563212.723628, 'last_price_update_time': 1774852010.220718}
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW15%2520PUE') HTTP/1.1" 204 0
2026-03-30 06:26:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 183db0b6-5440-580b-ae24-d791589b0937 with identifier: BN64%20WYM
2026-03-30 06:26:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 183db0b6-5440-580b-ae24-d791589b0937 with identifier: BN64%20WYM
2026-03-30 06:26:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 183db0b6-5440-580b-ae24-d791589b0937 with identifier: BN64%20WYM to the API
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN64%20WYM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '183db0b6-5440-580b-ae24-d791589b0937',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN64 WYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN64%20WYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 35393,
 'odometer_reading_unit': '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.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0DXXGAKDEB65371',
 'year': 2014}
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520WYM%27 HTTP/1.1" 200 None
2026-03-30 06:26:50 [bca.uk] INFO: Saving data for BN64%20WYM: {'auction_closing_time': 1774864800.0, 'created_time': 1774621591.463763, 'last_price_update_time': 1774852010.543511}
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN64%2520WYM') HTTP/1.1" 204 0
2026-03-30 06:26:50 [bca.uk] INFO: Found listing with ID: PF21%20LJL
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF21%2520LJL%27 HTTP/1.1" 200 None
2026-03-30 06:26:50 [bca.uk] INFO: Scrape type for PF21%20LJL: 2
2026-03-30 06:26:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with identifier: PF21%20LJL
2026-03-30 06:26:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with scrape type 2
2026-03-30 06:26:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with scrape type 2
2026-03-30 06:26:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 762c8773-8ca1-58a4-b85e-8d647e2f36c6, identifier: PF21%20LJL
2026-03-30 06:26:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c488111-6594-5409-ac9e-066bc5e5687a with identifier: ML74%20XNP
2026-03-30 06:26:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c488111-6594-5409-ac9e-066bc5e5687a with identifier: ML74%20XNP
2026-03-30 06:26:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c488111-6594-5409-ac9e-066bc5e5687a with identifier: ML74%20XNP to the API
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML74%20XNP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c488111-6594-5409-ac9e-066bc5e5687a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML74 XNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML74%20XNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 18258,
 'odometer_reading_unit': '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': 'VR3UPHNE4R4285614',
 'year': 2024}
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNP%27 HTTP/1.1" 200 None
2026-03-30 06:26:50 [bca.uk] INFO: Saving data for ML74%20XNP: {'auction_closing_time': 1774951200.0, 'created_time': 1773830947.311296, 'last_price_update_time': 1774852010.945796}
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML74%2520XNP') HTTP/1.1" 204 0
2026-03-30 06:26:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a28c14b2-5af3-5ceb-8697-5e71748126d6 with identifier: DV22%20OHJ
2026-03-30 06:26:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a28c14b2-5af3-5ceb-8697-5e71748126d6 with identifier: DV22%20OHJ
2026-03-30 06:26:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a28c14b2-5af3-5ceb-8697-5e71748126d6 with identifier: DV22%20OHJ to the API
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV22%20OHJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a28c14b2-5af3-5ceb-8697-5e71748126d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV22 OHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV22%20OHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 33175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T5 PHEV INSCRIPTION PRO StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV INSCRIPTION PRO',
 'vin': 'YV1XZBBVFN2769942',
 'year': 2022}
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV22%2520OHJ%27 HTTP/1.1" 200 None
2026-03-30 06:26:51 [bca.uk] INFO: Saving data for DV22%20OHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774650793.376194, 'last_price_update_time': 1774852011.254825}
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV22%2520OHJ') HTTP/1.1" 204 0
2026-03-30 06:26:51 [bca.uk] INFO: Found listing with ID: DS69%20HJY
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520HJY%27 HTTP/1.1" 200 None
2026-03-30 06:26:51 [bca.uk] INFO: Scrape type for DS69%20HJY: 2
2026-03-30 06:26:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f6b8c63-7025-5b33-9728-c05ba427333d with identifier: DS69%20HJY
2026-03-30 06:26:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f6b8c63-7025-5b33-9728-c05ba427333d with scrape type 2
2026-03-30 06:26:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f6b8c63-7025-5b33-9728-c05ba427333d with scrape type 2
2026-03-30 06:26:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f6b8c63-7025-5b33-9728-c05ba427333d, identifier: DS69%20HJY
2026-03-30 06:26:51 [bca.uk] INFO: Found listing with ID: DS68%20NWM
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520NWM%27 HTTP/1.1" 200 None
2026-03-30 06:26:51 [bca.uk] INFO: Scrape type for DS68%20NWM: 2
2026-03-30 06:26:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86d4496d-b6e3-5214-9c71-a2e878a02047 with identifier: DS68%20NWM
2026-03-30 06:26:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86d4496d-b6e3-5214-9c71-a2e878a02047 with scrape type 2
2026-03-30 06:26:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86d4496d-b6e3-5214-9c71-a2e878a02047 with scrape type 2
2026-03-30 06:26:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86d4496d-b6e3-5214-9c71-a2e878a02047, identifier: DS68%20NWM
2026-03-30 06:26:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with identifier: PF21%20LJL
2026-03-30 06:26:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with identifier: PF21%20LJL
2026-03-30 06:26:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 762c8773-8ca1-58a4-b85e-8d647e2f36c6 with identifier: PF21%20LJL to the API
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF21%20LJL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '762c8773-8ca1-58a4-b85e-8d647e2f36c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PF21 LJL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF21%20LJL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 47273,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AN2LH113960',
 'year': 2021}
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF21%2520LJL%27 HTTP/1.1" 200 None
2026-03-30 06:26:51 [bca.uk] INFO: Saving data for PF21%20LJL: {'auction_closing_time': 1775037600.0, 'created_time': 1774650928.520997, 'last_price_update_time': 1774852011.775602}
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF21%2520LJL') HTTP/1.1" 204 0
2026-03-30 06:26:51 [bca.uk] INFO: Found listing with ID: ML74%20XNR
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNR%27 HTTP/1.1" 200 None
2026-03-30 06:26:51 [bca.uk] INFO: Scrape type for ML74%20XNR: 0
2026-03-30 06:26:51 [bca.uk] INFO: Found listing with ID: MW23%20LTA
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520LTA%27 HTTP/1.1" 200 None
2026-03-30 06:26:51 [bca.uk] INFO: Scrape type for MW23%20LTA: 2
2026-03-30 06:26:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75ccbe0d-cf26-588b-a9af-04c9f2175350 with identifier: MW23%20LTA
2026-03-30 06:26:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75ccbe0d-cf26-588b-a9af-04c9f2175350 with scrape type 2
2026-03-30 06:26:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75ccbe0d-cf26-588b-a9af-04c9f2175350 with scrape type 2
2026-03-30 06:26:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75ccbe0d-cf26-588b-a9af-04c9f2175350, identifier: MW23%20LTA
2026-03-30 06:26:51 [bca.uk] INFO: Found listing with ID: MM22%20ZFU
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520ZFU%27 HTTP/1.1" 200 None
2026-03-30 06:26:51 [bca.uk] INFO: Scrape type for MM22%20ZFU: 2
2026-03-30 06:26:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab8ccb92-c0cf-52c3-951a-4f66e899be74 with identifier: MM22%20ZFU
2026-03-30 06:26:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab8ccb92-c0cf-52c3-951a-4f66e899be74 with scrape type 2
2026-03-30 06:26:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab8ccb92-c0cf-52c3-951a-4f66e899be74 with scrape type 2
2026-03-30 06:26:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab8ccb92-c0cf-52c3-951a-4f66e899be74, identifier: MM22%20ZFU
2026-03-30 06:26:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f6b8c63-7025-5b33-9728-c05ba427333d with identifier: DS69%20HJY
2026-03-30 06:26:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f6b8c63-7025-5b33-9728-c05ba427333d with identifier: DS69%20HJY
2026-03-30 06:26:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f6b8c63-7025-5b33-9728-c05ba427333d with identifier: DS69%20HJY to the API
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS69%20HJY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-06T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f6b8c63-7025-5b33-9728-c05ba427333d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS69 HJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS69%20HJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 74029,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 T 110 ECOTEC SE (6)S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 110 ECOTEC SE (6)S/S',
 'vin': 'W0V7D9ED5K4431325',
 'year': 2019}
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS69%2520HJY%27 HTTP/1.1" 200 None
2026-03-30 06:26:52 [bca.uk] INFO: Saving data for DS69%20HJY: {'auction_closing_time': 1775469600.0, 'created_time': 1774563211.669873, 'last_price_update_time': 1774852012.343185}
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS69%2520HJY') HTTP/1.1" 204 0
2026-03-30 06:26:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86d4496d-b6e3-5214-9c71-a2e878a02047 with identifier: DS68%20NWM
2026-03-30 06:26:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86d4496d-b6e3-5214-9c71-a2e878a02047 with identifier: DS68%20NWM
2026-03-30 06:26:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86d4496d-b6e3-5214-9c71-a2e878a02047 with identifier: DS68%20NWM to the API
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS68%20NWM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '86d4496d-b6e3-5214-9c71-a2e878a02047',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS68 NWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS68%20NWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 44657,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'TEKNA',
 'vin': 'SJNFBAF15U8031943',
 'year': 2018}
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS68%2520NWM%27 HTTP/1.1" 200 None
2026-03-30 06:26:52 [bca.uk] INFO: Saving data for DS68%20NWM: {'auction_closing_time': 1774951200.0, 'created_time': 1774621605.747618, 'last_price_update_time': 1774852012.643751}
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS68%2520NWM') HTTP/1.1" 204 0
2026-03-30 06:26:52 [bca.uk] INFO: Found listing with ID: EK58%20MYO
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK58%2520MYO%27 HTTP/1.1" 200 None
2026-03-30 06:26:52 [bca.uk] INFO: Scrape type for EK58%20MYO: 2
2026-03-30 06:26:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f956c73-3887-579e-a465-cb3448c989ea with identifier: EK58%20MYO
2026-03-30 06:26:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f956c73-3887-579e-a465-cb3448c989ea with scrape type 2
2026-03-30 06:26:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f956c73-3887-579e-a465-cb3448c989ea with scrape type 2
2026-03-30 06:26:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f956c73-3887-579e-a465-cb3448c989ea, identifier: EK58%20MYO
2026-03-30 06:26:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75ccbe0d-cf26-588b-a9af-04c9f2175350 with identifier: MW23%20LTA
2026-03-30 06:26:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75ccbe0d-cf26-588b-a9af-04c9f2175350 with identifier: MW23%20LTA
2026-03-30 06:26:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75ccbe0d-cf26-588b-a9af-04c9f2175350 with identifier: MW23%20LTA to the API
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW23%20LTA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75ccbe0d-cf26-588b-a9af-04c9f2175350',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW23 LTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW23%20LTA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 4',
 'odometer': 45462,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 4 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1FRHNSTP1023218',
 'year': 2023}
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW23%2520LTA%27 HTTP/1.1" 200 None
2026-03-30 06:26:53 [bca.uk] INFO: Saving data for MW23%20LTA: {'auction_closing_time': 1774951200.0, 'created_time': 1773834396.311491, 'last_price_update_time': 1774852013.0508}
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW23%2520LTA') HTTP/1.1" 204 0
2026-03-30 06:26:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab8ccb92-c0cf-52c3-951a-4f66e899be74 with identifier: MM22%20ZFU
2026-03-30 06:26:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab8ccb92-c0cf-52c3-951a-4f66e899be74 with identifier: MM22%20ZFU
2026-03-30 06:26:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab8ccb92-c0cf-52c3-951a-4f66e899be74 with identifier: MM22%20ZFU to the API
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 248,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM22%20ZFU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab8ccb92-c0cf-52c3-951a-4f66e899be74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM22 ZFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM22%20ZFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': 'X3M',
 'odometer': 32340,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X3M 3.0 XDRIVE COMPETITION STEP StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE COMPETITION STEP',
 'vin': 'WBS12EC0909M83712',
 'year': 2022}
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM22%2520ZFU%27 HTTP/1.1" 200 None
2026-03-30 06:26:53 [bca.uk] INFO: Saving data for MM22%20ZFU: {'auction_closing_time': 1775124000.0, 'created_time': 1774650793.746268, 'last_price_update_time': 1774852013.34357}
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM22%2520ZFU') HTTP/1.1" 204 0
2026-03-30 06:26:53 [bca.uk] INFO: Found listing with ID: DU11%20DXO
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU11%2520DXO%27 HTTP/1.1" 200 None
2026-03-30 06:26:53 [bca.uk] INFO: Scrape type for DU11%20DXO: 2
2026-03-30 06:26:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2faeff7-827f-57d4-9596-19feac5f541a with identifier: DU11%20DXO
2026-03-30 06:26:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2faeff7-827f-57d4-9596-19feac5f541a with scrape type 2
2026-03-30 06:26:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2faeff7-827f-57d4-9596-19feac5f541a with scrape type 2
2026-03-30 06:26:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2faeff7-827f-57d4-9596-19feac5f541a, identifier: DU11%20DXO
2026-03-30 06:26:53 [bca.uk] INFO: Found listing with ID: YF20%20TPY
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520TPY%27 HTTP/1.1" 200 None
2026-03-30 06:26:53 [bca.uk] INFO: Scrape type for YF20%20TPY: 2
2026-03-30 06:26:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b0d2dfc-4315-5c4e-bdcc-a9348d8437a7 with identifier: YF20%20TPY
2026-03-30 06:26:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b0d2dfc-4315-5c4e-bdcc-a9348d8437a7 with scrape type 2
2026-03-30 06:26:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b0d2dfc-4315-5c4e-bdcc-a9348d8437a7 with scrape type 2
2026-03-30 06:26:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b0d2dfc-4315-5c4e-bdcc-a9348d8437a7, identifier: YF20%20TPY
2026-03-30 06:26:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f956c73-3887-579e-a465-cb3448c989ea with identifier: EK58%20MYO
2026-03-30 06:26:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f956c73-3887-579e-a465-cb3448c989ea with identifier: EK58%20MYO
2026-03-30 06:26:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f956c73-3887-579e-a465-cb3448c989ea with identifier: EK58%20MYO to the API
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK58%20MYO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f956c73-3887-579e-a465-cb3448c989ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK58 MYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK58%20MYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'VECTRA',
 'odometer': 141589,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VECTRA 1.8 VVT EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': 'VVT EXCLUSIV',
 'vin': 'W0L0ZCF6881083054',
 'year': 2008}
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK58%2520MYO%27 HTTP/1.1" 200 None
2026-03-30 06:26:53 [bca.uk] INFO: Saving data for EK58%20MYO: {'auction_closing_time': 1775124000.0, 'created_time': 1774650929.811571, 'last_price_update_time': 1774852013.873492}
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK58%2520MYO') HTTP/1.1" 204 0
2026-03-30 06:26:53 [bca.uk] INFO: Found listing with ID: RJ73%20HUP
2026-03-30 06:26:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ73%2520HUP%27 HTTP/1.1" 200 None
2026-03-30 06:26:54 [bca.uk] INFO: Scrape type for RJ73%20HUP: 2
2026-03-30 06:26:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4de9a198-9e61-56be-94f2-ad9b9063f014 with identifier: RJ73%20HUP
2026-03-30 06:26:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4de9a198-9e61-56be-94f2-ad9b9063f014 with scrape type 2
2026-03-30 06:26:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4de9a198-9e61-56be-94f2-ad9b9063f014 with scrape type 2
2026-03-30 06:26:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4de9a198-9e61-56be-94f2-ad9b9063f014, identifier: RJ73%20HUP
2026-03-30 06:26:54 [bca.uk] INFO: Found listing with ID: LM65%20BEY
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM65%2520BEY%27 HTTP/1.1" 200 None
2026-03-30 06:26:54 [bca.uk] INFO: Scrape type for LM65%20BEY: 2
2026-03-30 06:26:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with identifier: LM65%20BEY
2026-03-30 06:26:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with scrape type 2
2026-03-30 06:26:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with scrape type 2
2026-03-30 06:26:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f, identifier: LM65%20BEY
2026-03-30 06:26:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2faeff7-827f-57d4-9596-19feac5f541a with identifier: DU11%20DXO
2026-03-30 06:26:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2faeff7-827f-57d4-9596-19feac5f541a with identifier: DU11%20DXO
2026-03-30 06:26:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2faeff7-827f-57d4-9596-19feac5f541a with identifier: DU11%20DXO to the API
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU11%20DXO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-06T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e2faeff7-827f-57d4-9596-19feac5f541a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU11 DXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU11%20DXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 124655,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 TEKNA',
 'vin': 'SJNFCAJ10U2238271',
 'year': 2011}
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU11%2520DXO%27 HTTP/1.1" 200 None
2026-03-30 06:26:54 [bca.uk] INFO: Saving data for DU11%20DXO: {'auction_closing_time': 1775469600.0, 'created_time': 1774563178.614988, 'last_price_update_time': 1774852014.48452}
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU11%2520DXO') HTTP/1.1" 204 0
2026-03-30 06:26:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b0d2dfc-4315-5c4e-bdcc-a9348d8437a7 with identifier: YF20%20TPY
2026-03-30 06:26:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b0d2dfc-4315-5c4e-bdcc-a9348d8437a7 with identifier: YF20%20TPY
2026-03-30 06:26:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b0d2dfc-4315-5c4e-bdcc-a9348d8437a7 with identifier: YF20%20TPY to the API
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF20%20TPY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3b0d2dfc-4315-5c4e-bdcc-a9348d8437a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF20 TPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF20%20TPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 73518,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 40 TDI S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TDI S LINE S-T',
 'vin': 'WAUZZZF24LN086945',
 'year': 2020}
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520TPY%27 HTTP/1.1" 200 None
2026-03-30 06:26:54 [bca.uk] INFO: Saving data for YF20%20TPY: {'auction_closing_time': 1775037600.0, 'created_time': 1774621588.786212, 'last_price_update_time': 1774852014.799567}
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF20%2520TPY') HTTP/1.1" 204 0
2026-03-30 06:26:54 [bca.uk] INFO: Found listing with ID: LX18%20ZWW
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX18%2520ZWW%27 HTTP/1.1" 200 None
2026-03-30 06:26:54 [bca.uk] INFO: Scrape type for LX18%20ZWW: 2
2026-03-30 06:26:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21c41d12-698d-5ad0-ae46-7436202ed5f7 with identifier: LX18%20ZWW
2026-03-30 06:26:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21c41d12-698d-5ad0-ae46-7436202ed5f7 with scrape type 2
2026-03-30 06:26:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21c41d12-698d-5ad0-ae46-7436202ed5f7 with scrape type 2
2026-03-30 06:26:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21c41d12-698d-5ad0-ae46-7436202ed5f7, identifier: LX18%20ZWW
2026-03-30 06:26:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4de9a198-9e61-56be-94f2-ad9b9063f014 with identifier: RJ73%20HUP
2026-03-30 06:26:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4de9a198-9e61-56be-94f2-ad9b9063f014 with identifier: RJ73%20HUP
2026-03-30 06:26:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4de9a198-9e61-56be-94f2-ad9b9063f014 with identifier: RJ73%20HUP to the API
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ73%20HUP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4de9a198-9e61-56be-94f2-ad9b9063f014',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ73 HUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ73%20HUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 27801,
 'odometer_reading_unit': '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 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VF3MRHNSUPS150346',
 'year': 2024}
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ73%2520HUP%27 HTTP/1.1" 200 None
2026-03-30 06:26:55 [bca.uk] INFO: Saving data for RJ73%20HUP: {'auction_closing_time': 1774951200.0, 'created_time': 1773841926.737399, 'last_price_update_time': 1774852015.209112}
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ73%2520HUP') HTTP/1.1" 204 0
2026-03-30 06:26:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with identifier: LM65%20BEY
2026-03-30 06:26:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with identifier: LM65%20BEY
2026-03-30 06:26:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ae691d9-b78f-58f5-99b8-aaa1ddacc08f with identifier: LM65%20BEY to the API
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=60&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM65%20BEY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6ae691d9-b78f-58f5-99b8-aaa1ddacc08f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM65 BEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM65%20BEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 33434,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I X-CLUSIV Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I X-CLUSIV',
 'vin': 'JTDKGNECX0N110870',
 'year': 2015}
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM65%2520BEY%27 HTTP/1.1" 200 None
2026-03-30 06:26:55 [bca.uk] INFO: Saving data for LM65%20BEY: {'auction_closing_time': 1775124000.0, 'created_time': 1774650794.319139, 'last_price_update_time': 1774852015.497467}
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM65%2520BEY') HTTP/1.1" 204 0
2026-03-30 06:26:55 [bca.uk] INFO: Found listing with ID: LB70%20OVU
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520OVU%27 HTTP/1.1" 200 None
2026-03-30 06:26:55 [bca.uk] INFO: Scrape type for LB70%20OVU: 2
2026-03-30 06:26:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8a3f167-a6b5-5af1-9c0a-195571d69488 with identifier: LB70%20OVU
2026-03-30 06:26:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8a3f167-a6b5-5af1-9c0a-195571d69488 with scrape type 2
2026-03-30 06:26:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8a3f167-a6b5-5af1-9c0a-195571d69488 with scrape type 2
2026-03-30 06:26:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8a3f167-a6b5-5af1-9c0a-195571d69488, identifier: LB70%20OVU
2026-03-30 06:26:55 [bca.uk] INFO: Found listing with ID: KE73%20EOH
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520EOH%27 HTTP/1.1" 200 None
2026-03-30 06:26:55 [bca.uk] INFO: Scrape type for KE73%20EOH: 2
2026-03-30 06:26:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7518a9e1-6f5b-596b-ae3f-6acc16f2406e with identifier: KE73%20EOH
2026-03-30 06:26:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7518a9e1-6f5b-596b-ae3f-6acc16f2406e with scrape type 2
2026-03-30 06:26:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7518a9e1-6f5b-596b-ae3f-6acc16f2406e with scrape type 2
2026-03-30 06:26:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7518a9e1-6f5b-596b-ae3f-6acc16f2406e, identifier: KE73%20EOH
2026-03-30 06:26:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21c41d12-698d-5ad0-ae46-7436202ed5f7 with identifier: LX18%20ZWW
2026-03-30 06:26:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21c41d12-698d-5ad0-ae46-7436202ed5f7 with identifier: LX18%20ZWW
2026-03-30 06:26:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21c41d12-698d-5ad0-ae46-7436202ed5f7 with identifier: LX18%20ZWW to the API
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX18%20ZWW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21c41d12-698d-5ad0-ae46-7436202ed5f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX18 ZWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX18%20ZWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 83454,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC S StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC S',
 'vin': 'SALYA2AN6JA766986',
 'year': 2018}
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX18%2520ZWW%27 HTTP/1.1" 200 None
2026-03-30 06:26:56 [bca.uk] INFO: Saving data for LX18%20ZWW: {'auction_closing_time': 1775037600.0, 'created_time': 1774650926.005216, 'last_price_update_time': 1774852016.009117}
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX18%2520ZWW') HTTP/1.1" 204 0
2026-03-30 06:26:56 [bca.uk] INFO: Found listing with ID: WR74%20UBG
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520UBG%27 HTTP/1.1" 200 None
2026-03-30 06:26:56 [bca.uk] INFO: Scrape type for WR74%20UBG: 2
2026-03-30 06:26:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 960a2ad2-e904-5419-99f1-26658cd41aa6 with identifier: WR74%20UBG
2026-03-30 06:26:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 960a2ad2-e904-5419-99f1-26658cd41aa6 with scrape type 2
2026-03-30 06:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 960a2ad2-e904-5419-99f1-26658cd41aa6 with scrape type 2
2026-03-30 06:26:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 960a2ad2-e904-5419-99f1-26658cd41aa6, identifier: WR74%20UBG
2026-03-30 06:26:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:26:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8a3f167-a6b5-5af1-9c0a-195571d69488 with identifier: LB70%20OVU
2026-03-30 06:26:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8a3f167-a6b5-5af1-9c0a-195571d69488 with identifier: LB70%20OVU
2026-03-30 06:26:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8a3f167-a6b5-5af1-9c0a-195571d69488 with identifier: LB70%20OVU to the API
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a8a3f167-a6b5-5af1-9c0a-195571d69488',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB70 OVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB70%20OVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 38950,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D180 AWD CHEQUERED FLAG Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD CHEQUERED FLAG',
 'vin': 'SADFA2AN9L1013670',
 'year': 2020}
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520OVU%27 HTTP/1.1" 200 None
2026-03-30 06:26:56 [bca.uk] INFO: Saving data for LB70%20OVU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621457.973409, 'last_price_update_time': 1774852016.562662}
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB70%2520OVU') HTTP/1.1" 204 0
2026-03-30 06:26:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7518a9e1-6f5b-596b-ae3f-6acc16f2406e with identifier: KE73%20EOH
2026-03-30 06:26:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7518a9e1-6f5b-596b-ae3f-6acc16f2406e with identifier: KE73%20EOH
2026-03-30 06:26:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7518a9e1-6f5b-596b-ae3f-6acc16f2406e with identifier: KE73%20EOH to the API
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE73%20EOH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7518a9e1-6f5b-596b-ae3f-6acc16f2406e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE73 EOH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE73%20EOH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 5722,
 'odometer_reading_unit': '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': 'VF3MRHNSUPS171606',
 'year': 2024}
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520EOH%27 HTTP/1.1" 200 None
2026-03-30 06:26:56 [bca.uk] INFO: Saving data for KE73%20EOH: {'auction_closing_time': 1775037600.0, 'created_time': 1773842542.314569, 'last_price_update_time': 1774852016.85845}
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE73%2520EOH') HTTP/1.1" 204 0
2026-03-30 06:26:56 [bca.uk] INFO: Found listing with ID: EK08%20WXH
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520WXH%27 HTTP/1.1" 200 None
2026-03-30 06:26:56 [bca.uk] INFO: Scrape type for EK08%20WXH: 2
2026-03-30 06:26:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with identifier: EK08%20WXH
2026-03-30 06:26:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with scrape type 2
2026-03-30 06:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with scrape type 2
2026-03-30 06:26:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a, identifier: EK08%20WXH
2026-03-30 06:26:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 960a2ad2-e904-5419-99f1-26658cd41aa6 with identifier: WR74%20UBG
2026-03-30 06:26:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 960a2ad2-e904-5419-99f1-26658cd41aa6 with identifier: WR74%20UBG
2026-03-30 06:26:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 960a2ad2-e904-5419-99f1-26658cd41aa6 with identifier: WR74%20UBG to the API
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR74%20UBG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '960a2ad2-e904-5419-99f1-26658cd41aa6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WR74 UBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR74%20UBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 8087,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.5 MHEV SPRINT Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV SPRINT',
 'vin': 'ZARNASAA9R3088859',
 'year': 2024}
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520UBG%27 HTTP/1.1" 200 None
2026-03-30 06:26:57 [bca.uk] INFO: Saving data for WR74%20UBG: {'auction_closing_time': 1774951200.0, 'created_time': 1773834988.657387, 'last_price_update_time': 1774852017.25039}
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR74%2520UBG') HTTP/1.1" 204 0
2026-03-30 06:26:57 [bca.uk] INFO: Found listing with ID: LK23%20NAO
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK23%2520NAO%27 HTTP/1.1" 200 None
2026-03-30 06:26:57 [bca.uk] INFO: Scrape type for LK23%20NAO: 2
2026-03-30 06:26:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a2611c9-a5b1-56c9-8c24-e4668d0134a3 with identifier: LK23%20NAO
2026-03-30 06:26:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a2611c9-a5b1-56c9-8c24-e4668d0134a3 with scrape type 2
2026-03-30 06:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a2611c9-a5b1-56c9-8c24-e4668d0134a3 with scrape type 2
2026-03-30 06:26:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a2611c9-a5b1-56c9-8c24-e4668d0134a3, identifier: LK23%20NAO
2026-03-30 06:26:57 [bca.uk] INFO: Found listing with ID: NA20%20NDX
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520NDX%27 HTTP/1.1" 200 None
2026-03-30 06:26:57 [bca.uk] INFO: Scrape type for NA20%20NDX: 2
2026-03-30 06:26:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b93e197-d5a9-541e-b51b-9e5983ae78a4 with identifier: NA20%20NDX
2026-03-30 06:26:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b93e197-d5a9-541e-b51b-9e5983ae78a4 with scrape type 2
2026-03-30 06:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b93e197-d5a9-541e-b51b-9e5983ae78a4 with scrape type 2
2026-03-30 06:26:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b93e197-d5a9-541e-b51b-9e5983ae78a4, identifier: NA20%20NDX
2026-03-30 06:26:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with identifier: EK08%20WXH
2026-03-30 06:26:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with identifier: EK08%20WXH
2026-03-30 06:26:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f1873f8-e6b2-5859-9b48-fc7eceb5de0a with identifier: EK08%20WXH to the API
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK08%20WXH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8f1873f8-e6b2-5859-9b48-fc7eceb5de0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK08 WXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK08%20WXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 132452,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWMF32000TV43553',
 'year': 2008}
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520WXH%27 HTTP/1.1" 200 None
2026-03-30 06:26:57 [bca.uk] INFO: Saving data for EK08%20WXH: {'auction_closing_time': 1775124000.0, 'created_time': 1774650926.386715, 'last_price_update_time': 1774852017.741422}
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK08%2520WXH') HTTP/1.1" 204 0
2026-03-30 06:26:57 [bca.uk] INFO: Found listing with ID: MK21%20YWO
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK21%2520YWO%27 HTTP/1.1" 200 None
2026-03-30 06:26:57 [bca.uk] INFO: Scrape type for MK21%20YWO: 2
2026-03-30 06:26:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6a6e421-de04-566f-9fed-df002b723d8a with identifier: MK21%20YWO
2026-03-30 06:26:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6a6e421-de04-566f-9fed-df002b723d8a with scrape type 2
2026-03-30 06:26:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6a6e421-de04-566f-9fed-df002b723d8a with scrape type 2
2026-03-30 06:26:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6a6e421-de04-566f-9fed-df002b723d8a, identifier: MK21%20YWO
2026-03-30 06:26:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a2611c9-a5b1-56c9-8c24-e4668d0134a3 with identifier: LK23%20NAO
2026-03-30 06:26:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a2611c9-a5b1-56c9-8c24-e4668d0134a3 with identifier: LK23%20NAO
2026-03-30 06:26:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a2611c9-a5b1-56c9-8c24-e4668d0134a3 with identifier: LK23%20NAO to the API
2026-03-30 06:26:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK23%20NAO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2a2611c9-a5b1-56c9-8c24-e4668d0134a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK23 NAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK23%20NAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MAZDA',
 'model': 'MX-30 E',
 'odometer': 15117,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-30 E 107KW 35.5KWH PRIME LINE Hatchback',
 'transmission': 'automatic',
 'trim': '107KW 35.5KWH PRIME LINE',
 'vin': 'JMZDR1WBJ00205881',
 'year': 2023}
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK23%2520NAO%27 HTTP/1.1" 200 None
2026-03-30 06:26:58 [bca.uk] INFO: Saving data for LK23%20NAO: {'auction_closing_time': 1774951200.0, 'created_time': 1773933183.699634, 'last_price_update_time': 1774852018.136615}
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK23%2520NAO') HTTP/1.1" 204 0
2026-03-30 06:26:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b93e197-d5a9-541e-b51b-9e5983ae78a4 with identifier: NA20%20NDX
2026-03-30 06:26:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b93e197-d5a9-541e-b51b-9e5983ae78a4 with identifier: NA20%20NDX
2026-03-30 06:26:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b93e197-d5a9-541e-b51b-9e5983ae78a4 with identifier: NA20%20NDX to the API
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA20%20NDX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7b93e197-d5a9-541e-b51b-9e5983ae78a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NA20 NDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA20%20NDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 57983,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q TECHNIK StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q TECHNIK',
 'vin': 'WAUZZZGE8LB026306',
 'year': 2020}
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520NDX%27 HTTP/1.1" 200 None
2026-03-30 06:26:58 [bca.uk] INFO: Saving data for NA20%20NDX: {'auction_closing_time': 1775037600.0, 'created_time': 1774622245.975106, 'last_price_update_time': 1774852018.406701}
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA20%2520NDX') HTTP/1.1" 204 0
2026-03-30 06:26:58 [bca.uk] INFO: Found listing with ID: SW72%20OSK
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW72%2520OSK%27 HTTP/1.1" 200 None
2026-03-30 06:26:58 [bca.uk] INFO: Scrape type for SW72%20OSK: 2
2026-03-30 06:26:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with identifier: SW72%20OSK
2026-03-30 06:26:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with scrape type 2
2026-03-30 06:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with scrape type 2
2026-03-30 06:26:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3b11b05-78d5-5b0a-a6e0-45e85878a0f1, identifier: SW72%20OSK
2026-03-30 06:26:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6a6e421-de04-566f-9fed-df002b723d8a with identifier: MK21%20YWO
2026-03-30 06:26:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6a6e421-de04-566f-9fed-df002b723d8a with identifier: MK21%20YWO
2026-03-30 06:26:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6a6e421-de04-566f-9fed-df002b723d8a with identifier: MK21%20YWO to the API
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK21%20YWO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b6a6e421-de04-566f-9fed-df002b723d8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK21 YWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK21%20YWO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 47259,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW049870',
 'year': 2021}
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK21%2520YWO%27 HTTP/1.1" 200 None
2026-03-30 06:26:58 [bca.uk] INFO: Saving data for MK21%20YWO: {'auction_closing_time': 1774854000.0, 'created_time': 1774534106.106459, 'last_price_update_time': 1774852018.812808}
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK21%2520YWO') HTTP/1.1" 204 0
2026-03-30 06:26:58 [bca.uk] INFO: Found listing with ID: MD70%20CUY
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD70%2520CUY%27 HTTP/1.1" 200 None
2026-03-30 06:26:58 [bca.uk] INFO: Scrape type for MD70%20CUY: 2
2026-03-30 06:26:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27caaab8-3164-5377-bf0c-8042cccb1079 with identifier: MD70%20CUY
2026-03-30 06:26:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27caaab8-3164-5377-bf0c-8042cccb1079 with scrape type 2
2026-03-30 06:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27caaab8-3164-5377-bf0c-8042cccb1079 with scrape type 2
2026-03-30 06:26:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27caaab8-3164-5377-bf0c-8042cccb1079, identifier: MD70%20CUY
2026-03-30 06:26:59 [bca.uk] INFO: Found listing with ID: LO21%20EFD
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520EFD%27 HTTP/1.1" 200 None
2026-03-30 06:26:59 [bca.uk] INFO: Scrape type for LO21%20EFD: 2
2026-03-30 06:26:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d12eec68-5583-512e-af86-c81bd889787b with identifier: LO21%20EFD
2026-03-30 06:26:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d12eec68-5583-512e-af86-c81bd889787b with scrape type 2
2026-03-30 06:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d12eec68-5583-512e-af86-c81bd889787b with scrape type 2
2026-03-30 06:26:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d12eec68-5583-512e-af86-c81bd889787b, identifier: LO21%20EFD
2026-03-30 06:26:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with identifier: SW72%20OSK
2026-03-30 06:26:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with identifier: SW72%20OSK
2026-03-30 06:26:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3b11b05-78d5-5b0a-a6e0-45e85878a0f1 with identifier: SW72%20OSK to the API
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW72%20OSK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e3b11b05-78d5-5b0a-a6e0-45e85878a0f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SW72 OSK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW72%20OSK&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 65073,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D200 AWD R-DYNAMIC BLACK StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 AWD R-DYNAMIC BLACK',
 'vin': 'SADCA2AN2PA713488',
 'year': 2022}
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW72%2520OSK%27 HTTP/1.1" 200 None
2026-03-30 06:26:59 [bca.uk] INFO: Saving data for SW72%20OSK: {'auction_closing_time': 1775037600.0, 'created_time': 1773933687.091122, 'last_price_update_time': 1774852019.421927}
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW72%2520OSK') HTTP/1.1" 204 0
2026-03-30 06:26:59 [bca.uk] INFO: Found listing with ID: RJ71%20VBU
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520VBU%27 HTTP/1.1" 200 None
2026-03-30 06:26:59 [bca.uk] INFO: Scrape type for RJ71%20VBU: 2
2026-03-30 06:26:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 204a0589-abde-5594-b04c-ce3239a2da06 with identifier: RJ71%20VBU
2026-03-30 06:26:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 204a0589-abde-5594-b04c-ce3239a2da06 with scrape type 2
2026-03-30 06:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 204a0589-abde-5594-b04c-ce3239a2da06 with scrape type 2
2026-03-30 06:26:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 204a0589-abde-5594-b04c-ce3239a2da06, identifier: RJ71%20VBU
2026-03-30 06:26:59 [bca.uk] INFO: Total items found: 100
2026-03-30 06:26:59 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded
2026-03-30 06:26:59 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:26:59 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:26:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27caaab8-3164-5377-bf0c-8042cccb1079 with identifier: MD70%20CUY
2026-03-30 06:26:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27caaab8-3164-5377-bf0c-8042cccb1079 with identifier: MD70%20CUY
2026-03-30 06:26:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27caaab8-3164-5377-bf0c-8042cccb1079 with identifier: MD70%20CUY to the API
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:26:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '27caaab8-3164-5377-bf0c-8042cccb1079',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD70 CUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD70%20CUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 51787,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD R-DYNAMIC S',
 'vin': 'SALZA2AN0MH128328',
 'year': 2021}
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD70%2520CUY%27 HTTP/1.1" 200 None
2026-03-30 06:26:59 [bca.uk] INFO: Saving data for MD70%20CUY: {'auction_closing_time': 1774951200.0, 'created_time': 1774621446.905119, 'last_price_update_time': 1774852019.829041}
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD70%2520CUY') HTTP/1.1" 204 0
2026-03-30 06:26:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d12eec68-5583-512e-af86-c81bd889787b with identifier: LO21%20EFD
2026-03-30 06:26:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d12eec68-5583-512e-af86-c81bd889787b with identifier: LO21%20EFD
2026-03-30 06:26:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d12eec68-5583-512e-af86-c81bd889787b with identifier: LO21%20EFD to the API
2026-03-30 06:26:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO21%20EFD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd12eec68-5583-512e-af86-c81bd889787b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO21 EFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO21%20EFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 23247,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E S LINE S-T',
 'vin': 'WAUZZZGY1MA065868',
 'year': 2021}
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520EFD%27 HTTP/1.1" 200 None
2026-03-30 06:27:00 [bca.uk] INFO: Saving data for LO21%20EFD: {'auction_closing_time': 1775037600.0, 'created_time': 1774622212.855872, 'last_price_update_time': 1774852020.18366}
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO21%2520EFD') HTTP/1.1" 204 0
2026-03-30 06:27:00 [bca.uk] INFO: Found listing with ID: ST72%20BBZ
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520BBZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:00 [bca.uk] INFO: Scrape type for ST72%20BBZ: 2
2026-03-30 06:27:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12ab0302-95f5-5809-9f8e-607b75b53f3a with identifier: ST72%20BBZ
2026-03-30 06:27:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12ab0302-95f5-5809-9f8e-607b75b53f3a with scrape type 2
2026-03-30 06:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12ab0302-95f5-5809-9f8e-607b75b53f3a with scrape type 2
2026-03-30 06:27:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12ab0302-95f5-5809-9f8e-607b75b53f3a, identifier: ST72%20BBZ
2026-03-30 06:27:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 204a0589-abde-5594-b04c-ce3239a2da06 with identifier: RJ71%20VBU
2026-03-30 06:27:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 204a0589-abde-5594-b04c-ce3239a2da06 with identifier: RJ71%20VBU
2026-03-30 06:27:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 204a0589-abde-5594-b04c-ce3239a2da06 with identifier: RJ71%20VBU to the API
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ71%20VBU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '204a0589-abde-5594-b04c-ce3239a2da06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ71 VBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ71%20VBU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 91510,
 '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': 'AUDI Q4 E-TRON S/B 50 220KW 83KWH Q S LINE Coupe',
 'transmission': 'automatic',
 'trim': '50 220KW 83KWH Q S LINE',
 'vin': 'WAUZZZFZ9NP023831',
 'year': 2022}
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520VBU%27 HTTP/1.1" 200 None
2026-03-30 06:27:00 [bca.uk] INFO: Saving data for RJ71%20VBU: {'auction_closing_time': 1774854000.0, 'created_time': 1773908451.677461, 'last_price_update_time': 1774852020.593942}
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ71%2520VBU') HTTP/1.1" 204 0
2026-03-30 06:27:00 [bca.uk] INFO: Found listing with ID: ME19%20TZN
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME19%2520TZN%27 HTTP/1.1" 200 None
2026-03-30 06:27:00 [bca.uk] INFO: Scrape type for ME19%20TZN: 2
2026-03-30 06:27:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5958e2ac-63d5-514b-97ea-79964e3e0810 with identifier: ME19%20TZN
2026-03-30 06:27:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5958e2ac-63d5-514b-97ea-79964e3e0810 with scrape type 2
2026-03-30 06:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5958e2ac-63d5-514b-97ea-79964e3e0810 with scrape type 2
2026-03-30 06:27:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5958e2ac-63d5-514b-97ea-79964e3e0810, identifier: ME19%20TZN
2026-03-30 06:27:00 [bca.uk] INFO: Found listing with ID: RV09%20HFG
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV09%2520HFG%27 HTTP/1.1" 200 None
2026-03-30 06:27:00 [bca.uk] INFO: Scrape type for RV09%20HFG: 2
2026-03-30 06:27:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 948cf87b-be7d-551d-a761-c8e812217528 with identifier: RV09%20HFG
2026-03-30 06:27:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 948cf87b-be7d-551d-a761-c8e812217528 with scrape type 2
2026-03-30 06:27:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 948cf87b-be7d-551d-a761-c8e812217528 with scrape type 2
2026-03-30 06:27:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 948cf87b-be7d-551d-a761-c8e812217528, identifier: RV09%20HFG
2026-03-30 06:27:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12ab0302-95f5-5809-9f8e-607b75b53f3a with identifier: ST72%20BBZ
2026-03-30 06:27:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12ab0302-95f5-5809-9f8e-607b75b53f3a with identifier: ST72%20BBZ
2026-03-30 06:27:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12ab0302-95f5-5809-9f8e-607b75b53f3a with identifier: ST72%20BBZ to the API
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST72%20BBZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '12ab0302-95f5-5809-9f8e-607b75b53f3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ST72 BBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST72%20BBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 23910,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AT8PH198355',
 'year': 2022}
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST72%2520BBZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:01 [bca.uk] INFO: Saving data for ST72%20BBZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774650926.787326, 'last_price_update_time': 1774852021.100691}
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST72%2520BBZ') HTTP/1.1" 204 0
2026-03-30 06:27:01 [bca.uk] INFO: Found listing with ID: KW70%20KJF
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520KJF%27 HTTP/1.1" 200 None
2026-03-30 06:27:01 [bca.uk] INFO: Scrape type for KW70%20KJF: 2
2026-03-30 06:27:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aa66975-f780-53f9-8aed-f5457b4c64d0 with identifier: KW70%20KJF
2026-03-30 06:27:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aa66975-f780-53f9-8aed-f5457b4c64d0 with scrape type 2
2026-03-30 06:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aa66975-f780-53f9-8aed-f5457b4c64d0 with scrape type 2
2026-03-30 06:27:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6aa66975-f780-53f9-8aed-f5457b4c64d0, identifier: KW70%20KJF
2026-03-30 06:27:01 [bca.uk] INFO: Found listing with ID: MW74%20DVV
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DVV%27 HTTP/1.1" 200 None
2026-03-30 06:27:01 [bca.uk] INFO: Scrape type for MW74%20DVV: 2
2026-03-30 06:27:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60eb9a27-3daa-51f9-9945-da6423c86296 with identifier: MW74%20DVV
2026-03-30 06:27:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60eb9a27-3daa-51f9-9945-da6423c86296 with scrape type 2
2026-03-30 06:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60eb9a27-3daa-51f9-9945-da6423c86296 with scrape type 2
2026-03-30 06:27:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60eb9a27-3daa-51f9-9945-da6423c86296, identifier: MW74%20DVV
2026-03-30 06:27:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:27:01 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:27:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5958e2ac-63d5-514b-97ea-79964e3e0810 with identifier: ME19%20TZN
2026-03-30 06:27:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5958e2ac-63d5-514b-97ea-79964e3e0810 with identifier: ME19%20TZN
2026-03-30 06:27:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5958e2ac-63d5-514b-97ea-79964e3e0810 with identifier: ME19%20TZN to the API
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5958e2ac-63d5-514b-97ea-79964e3e0810',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ME19 TZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME19%20TZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 153245,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 184 GTD DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 184 GTD DSG',
 'vin': 'WVWZZZAUZKW144417',
 'year': 2019}
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME19%2520TZN%27 HTTP/1.1" 200 None
2026-03-30 06:27:01 [bca.uk] INFO: Saving data for ME19%20TZN: {'auction_closing_time': 1774951200.0, 'created_time': 1774621427.870321, 'last_price_update_time': 1774852021.638681}
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME19%2520TZN') HTTP/1.1" 204 0
2026-03-30 06:27:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 948cf87b-be7d-551d-a761-c8e812217528 with identifier: RV09%20HFG
2026-03-30 06:27:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 948cf87b-be7d-551d-a761-c8e812217528 with identifier: RV09%20HFG
2026-03-30 06:27:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 948cf87b-be7d-551d-a761-c8e812217528 with identifier: RV09%20HFG to the API
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV09%20HFG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '948cf87b-be7d-551d-a761-c8e812217528',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV09 HFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV09%20HFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SEAT',
 'model': 'ALTEA',
 'odometer': 96909,
 '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': 'SEAT ALTEA 2.0 FREETRACK 4 TDI 170 Hatchback',
 'transmission': 'manual',
 'trim': 'FREETRACK 4 TDI 170',
 'vin': 'VSSZZZ5PZ9R015852',
 'year': 2009}
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV09%2520HFG%27 HTTP/1.1" 200 None
2026-03-30 06:27:01 [bca.uk] INFO: Saving data for RV09%20HFG: {'auction_closing_time': 1774951200.0, 'created_time': 1774390521.552383, 'last_price_update_time': 1774852021.923049}
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV09%2520HFG') HTTP/1.1" 204 0
2026-03-30 06:27:01 [bca.uk] INFO: Found listing with ID: PY20%20HJO
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY20%2520HJO%27 HTTP/1.1" 200 None
2026-03-30 06:27:01 [bca.uk] INFO: Scrape type for PY20%20HJO: 2
2026-03-30 06:27:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a12062d-60ca-5150-b54b-8bf969a716a0 with identifier: PY20%20HJO
2026-03-30 06:27:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a12062d-60ca-5150-b54b-8bf969a716a0 with scrape type 2
2026-03-30 06:27:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a12062d-60ca-5150-b54b-8bf969a716a0 with scrape type 2
2026-03-30 06:27:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a12062d-60ca-5150-b54b-8bf969a716a0, identifier: PY20%20HJO
2026-03-30 06:27:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6aa66975-f780-53f9-8aed-f5457b4c64d0 with identifier: KW70%20KJF
2026-03-30 06:27:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6aa66975-f780-53f9-8aed-f5457b4c64d0 with identifier: KW70%20KJF
2026-03-30 06:27:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6aa66975-f780-53f9-8aed-f5457b4c64d0 with identifier: KW70%20KJF to the API
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW70%20KJF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '6aa66975-f780-53f9-8aed-f5457b4c64d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KW70 KJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW70%20KJF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 49467,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 HSE (11KW) Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE (11KW)',
 'vin': 'SADHA2A1XM1608776',
 'year': 2020}
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520KJF%27 HTTP/1.1" 200 None
2026-03-30 06:27:02 [bca.uk] INFO: Saving data for KW70%20KJF: {'auction_closing_time': 1774854000.0, 'created_time': 1773986802.181946, 'last_price_update_time': 1774852022.352702}
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW70%2520KJF') HTTP/1.1" 204 0
2026-03-30 06:27:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60eb9a27-3daa-51f9-9945-da6423c86296 with identifier: MW74%20DVV
2026-03-30 06:27:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60eb9a27-3daa-51f9-9945-da6423c86296 with identifier: MW74%20DVV
2026-03-30 06:27:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60eb9a27-3daa-51f9-9945-da6423c86296 with identifier: MW74%20DVV to the API
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20DVV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '60eb9a27-3daa-51f9-9945-da6423c86296',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW74 DVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20DVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 11817,
 'odometer_reading_unit': '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': 'VR3UPHNE5R4305451',
 'year': 2024}
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DVV%27 HTTP/1.1" 200 None
2026-03-30 06:27:02 [bca.uk] INFO: Saving data for MW74%20DVV: {'auction_closing_time': 1775124000.0, 'created_time': 1774622166.424268, 'last_price_update_time': 1774852022.640859}
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520DVV') HTTP/1.1" 204 0
2026-03-30 06:27:02 [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:27:02 [bca.uk] INFO: Found listing with ID: MJ20%20GMV
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520GMV%27 HTTP/1.1" 200 None
2026-03-30 06:27:02 [bca.uk] INFO: Scrape type for MJ20%20GMV: 2
2026-03-30 06:27:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68fddb35-5672-5029-8171-455ef4081842 with identifier: MJ20%20GMV
2026-03-30 06:27:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68fddb35-5672-5029-8171-455ef4081842 with scrape type 2
2026-03-30 06:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68fddb35-5672-5029-8171-455ef4081842 with scrape type 2
2026-03-30 06:27:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68fddb35-5672-5029-8171-455ef4081842, identifier: MJ20%20GMV
2026-03-30 06:27:02 [bca.uk] INFO: Found listing with ID: RE24%20JZO
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520JZO%27 HTTP/1.1" 200 None
2026-03-30 06:27:02 [bca.uk] INFO: Scrape type for RE24%20JZO: 2
2026-03-30 06:27:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61efc366-cd1b-5900-a20a-71f4dedc354e with identifier: RE24%20JZO
2026-03-30 06:27:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61efc366-cd1b-5900-a20a-71f4dedc354e with scrape type 2
2026-03-30 06:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61efc366-cd1b-5900-a20a-71f4dedc354e with scrape type 2
2026-03-30 06:27:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61efc366-cd1b-5900-a20a-71f4dedc354e, identifier: RE24%20JZO
2026-03-30 06:27:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a12062d-60ca-5150-b54b-8bf969a716a0 with identifier: PY20%20HJO
2026-03-30 06:27:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a12062d-60ca-5150-b54b-8bf969a716a0 with identifier: PY20%20HJO
2026-03-30 06:27:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a12062d-60ca-5150-b54b-8bf969a716a0 with identifier: PY20%20HJO to the API
2026-03-30 06:27:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY20%20HJO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0a12062d-60ca-5150-b54b-8bf969a716a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY20 HJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY20%20HJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 58754,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 4WD R-DYNAMIC S',
 'vin': 'SALZA2AN6LH093888',
 'year': 2020}
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY20%2520HJO%27 HTTP/1.1" 200 None
2026-03-30 06:27:03 [bca.uk] INFO: Saving data for PY20%20HJO: {'auction_closing_time': 1775037600.0, 'created_time': 1774650924.777077, 'last_price_update_time': 1774852023.152959}
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY20%2520HJO') HTTP/1.1" 204 0
2026-03-30 06:27:03 [bca.uk] INFO: Found listing with ID: LL19%20HLZ
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL19%2520HLZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:03 [bca.uk] INFO: Scrape type for LL19%20HLZ: 2
2026-03-30 06:27:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 345f4a69-458a-582b-b0b2-b3bd3c8763e6 with identifier: LL19%20HLZ
2026-03-30 06:27:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 345f4a69-458a-582b-b0b2-b3bd3c8763e6 with scrape type 2
2026-03-30 06:27:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 345f4a69-458a-582b-b0b2-b3bd3c8763e6 with scrape type 2
2026-03-30 06:27:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 345f4a69-458a-582b-b0b2-b3bd3c8763e6, identifier: LL19%20HLZ
2026-03-30 06:27:03 [bca.uk] INFO: Found listing with ID: VX24%20WKR
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WKR%27 HTTP/1.1" 200 None
2026-03-30 06:27:03 [bca.uk] INFO: Scrape type for VX24%20WKR: 2
2026-03-30 06:27:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c16664da-bc08-59e7-b892-62a5902626e6 with identifier: VX24%20WKR
2026-03-30 06:27:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c16664da-bc08-59e7-b892-62a5902626e6 with scrape type 2
2026-03-30 06:27:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c16664da-bc08-59e7-b892-62a5902626e6 with scrape type 2
2026-03-30 06:27:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c16664da-bc08-59e7-b892-62a5902626e6, identifier: VX24%20WKR
2026-03-30 06:27:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68fddb35-5672-5029-8171-455ef4081842 with identifier: MJ20%20GMV
2026-03-30 06:27:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68fddb35-5672-5029-8171-455ef4081842 with identifier: MJ20%20GMV
2026-03-30 06:27:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68fddb35-5672-5029-8171-455ef4081842 with identifier: MJ20%20GMV to the API
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68fddb35-5672-5029-8171-455ef4081842',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ20 GMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ20%20GMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 15637,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 125 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE X',
 'vin': 'WF02XXERK2LA81463',
 'year': 2020}
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520GMV%27 HTTP/1.1" 200 None
2026-03-30 06:27:03 [bca.uk] INFO: Saving data for MJ20%20GMV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621426.134665, 'last_price_update_time': 1774852023.758491}
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ20%2520GMV') HTTP/1.1" 204 0
2026-03-30 06:27:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61efc366-cd1b-5900-a20a-71f4dedc354e with identifier: RE24%20JZO
2026-03-30 06:27:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61efc366-cd1b-5900-a20a-71f4dedc354e with identifier: RE24%20JZO
2026-03-30 06:27:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61efc366-cd1b-5900-a20a-71f4dedc354e with identifier: RE24%20JZO to the API
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE24%20JZO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '61efc366-cd1b-5900-a20a-71f4dedc354e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE24 JZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE24%20JZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 12271,
 'odometer_reading_unit': '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': 'VR3FPHNS5RY526782',
 'year': 2024}
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520JZO%27 HTTP/1.1" 200 None
2026-03-30 06:27:04 [bca.uk] INFO: Saving data for RE24%20JZO: {'auction_closing_time': 1775037600.0, 'created_time': 1773842563.68472, 'last_price_update_time': 1774852024.085748}
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE24%2520JZO') HTTP/1.1" 204 0
2026-03-30 06:27:04 [bca.uk] INFO: Found listing with ID: PH53%20HHS
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PH53%2520HHS%27 HTTP/1.1" 200 None
2026-03-30 06:27:04 [bca.uk] INFO: Scrape type for PH53%20HHS: 2
2026-03-30 06:27:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7551481b-1c83-5ec4-a24a-ae09a4b980cc with identifier: PH53%20HHS
2026-03-30 06:27:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7551481b-1c83-5ec4-a24a-ae09a4b980cc with scrape type 2
2026-03-30 06:27:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7551481b-1c83-5ec4-a24a-ae09a4b980cc with scrape type 2
2026-03-30 06:27:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7551481b-1c83-5ec4-a24a-ae09a4b980cc, identifier: PH53%20HHS
2026-03-30 06:27:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 345f4a69-458a-582b-b0b2-b3bd3c8763e6 with identifier: LL19%20HLZ
2026-03-30 06:27:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 345f4a69-458a-582b-b0b2-b3bd3c8763e6 with identifier: LL19%20HLZ
2026-03-30 06:27:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 345f4a69-458a-582b-b0b2-b3bd3c8763e6 with identifier: LL19%20HLZ to the API
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL19%20HLZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '345f4a69-458a-582b-b0b2-b3bd3c8763e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL19 HLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL19%20HLZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 41194,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18500,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 P250 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AX6LH013412',
 'year': 2019}
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL19%2520HLZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:04 [bca.uk] INFO: Saving data for LL19%20HLZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774622029.340788, 'last_price_update_time': 1774852024.49941}
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL19%2520HLZ') HTTP/1.1" 204 0
2026-03-30 06:27:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c16664da-bc08-59e7-b892-62a5902626e6 with identifier: VX24%20WKR
2026-03-30 06:27:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c16664da-bc08-59e7-b892-62a5902626e6 with identifier: VX24%20WKR
2026-03-30 06:27:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c16664da-bc08-59e7-b892-62a5902626e6 with identifier: VX24%20WKR to the API
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX24%20WKR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c16664da-bc08-59e7-b892-62a5902626e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VX24 WKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX24%20WKR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 5118,
 'odometer_reading_unit': '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': 'VR3FPHNSTRY517736',
 'year': 2024}
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WKR%27 HTTP/1.1" 200 None
2026-03-30 06:27:04 [bca.uk] INFO: Saving data for VX24%20WKR: {'auction_closing_time': 1775124000.0, 'created_time': 1774622167.438184, 'last_price_update_time': 1774852024.796892}
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX24%2520WKR') HTTP/1.1" 204 0
2026-03-30 06:27:04 [bca.uk] INFO: Found listing with ID: WP59%20WCD
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP59%2520WCD%27 HTTP/1.1" 200 None
2026-03-30 06:27:04 [bca.uk] INFO: Scrape type for WP59%20WCD: 2
2026-03-30 06:27:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82630b45-7fb3-50dc-bce4-d758092c1a27 with identifier: WP59%20WCD
2026-03-30 06:27:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82630b45-7fb3-50dc-bce4-d758092c1a27 with scrape type 2
2026-03-30 06:27:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82630b45-7fb3-50dc-bce4-d758092c1a27 with scrape type 2
2026-03-30 06:27:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82630b45-7fb3-50dc-bce4-d758092c1a27, identifier: WP59%20WCD
2026-03-30 06:27:04 [bca.uk] INFO: Found listing with ID: MA64%20NDL
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA64%2520NDL%27 HTTP/1.1" 200 None
2026-03-30 06:27:04 [bca.uk] INFO: Scrape type for MA64%20NDL: 2
2026-03-30 06:27:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 010fbd8b-9644-5b45-9b4a-4470ae4a8952 with identifier: MA64%20NDL
2026-03-30 06:27:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 010fbd8b-9644-5b45-9b4a-4470ae4a8952 with scrape type 2
2026-03-30 06:27:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 010fbd8b-9644-5b45-9b4a-4470ae4a8952 with scrape type 2
2026-03-30 06:27:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 010fbd8b-9644-5b45-9b4a-4470ae4a8952, identifier: MA64%20NDL
2026-03-30 06:27:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7551481b-1c83-5ec4-a24a-ae09a4b980cc with identifier: PH53%20HHS
2026-03-30 06:27:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7551481b-1c83-5ec4-a24a-ae09a4b980cc with identifier: PH53%20HHS
2026-03-30 06:27:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7551481b-1c83-5ec4-a24a-ae09a4b980cc with identifier: PH53%20HHS to the API
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PH53%20HHS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7551481b-1c83-5ec4-a24a-ae09a4b980cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PH53 HHS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PH53%20HHS&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 52577,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE',
 'vin': 'SADHA2A11L1F87317',
 'year': 2019}
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PH53%2520HHS%27 HTTP/1.1" 200 None
2026-03-30 06:27:05 [bca.uk] INFO: Saving data for PH53%20HHS: {'auction_closing_time': 1775037600.0, 'created_time': 1774650923.045378, 'last_price_update_time': 1774852025.338644}
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PH53%2520HHS') HTTP/1.1" 204 0
2026-03-30 06:27:05 [bca.uk] INFO: Found listing with ID: DV25%20OFL
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFL%27 HTTP/1.1" 200 None
2026-03-30 06:27:05 [bca.uk] INFO: Scrape type for DV25%20OFL: 2
2026-03-30 06:27:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d9780a9-fc51-5909-a815-5365d80122a4 with identifier: DV25%20OFL
2026-03-30 06:27:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d9780a9-fc51-5909-a815-5365d80122a4 with scrape type 2
2026-03-30 06:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d9780a9-fc51-5909-a815-5365d80122a4 with scrape type 2
2026-03-30 06:27:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d9780a9-fc51-5909-a815-5365d80122a4, identifier: DV25%20OFL
2026-03-30 06:27:05 [bca.uk] INFO: Found listing with ID: LS59%20WNP
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS59%2520WNP%27 HTTP/1.1" 200 None
2026-03-30 06:27:05 [bca.uk] INFO: Scrape type for LS59%20WNP: 2
2026-03-30 06:27:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef255357-0a6a-5051-953f-bc986c6e09b2 with identifier: LS59%20WNP
2026-03-30 06:27:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef255357-0a6a-5051-953f-bc986c6e09b2 with scrape type 2
2026-03-30 06:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef255357-0a6a-5051-953f-bc986c6e09b2 with scrape type 2
2026-03-30 06:27:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef255357-0a6a-5051-953f-bc986c6e09b2, identifier: LS59%20WNP
2026-03-30 06:27:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82630b45-7fb3-50dc-bce4-d758092c1a27 with identifier: WP59%20WCD
2026-03-30 06:27:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82630b45-7fb3-50dc-bce4-d758092c1a27 with identifier: WP59%20WCD
2026-03-30 06:27:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82630b45-7fb3-50dc-bce4-d758092c1a27 with identifier: WP59%20WCD to the API
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP59%20WCD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82630b45-7fb3-50dc-bce4-d758092c1a27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP59 WCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP59%20WCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 92520,
 '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 ACENTA Hatchback',
 'transmission': 'automatic',
 'trim': 'ACENTA',
 'vin': 'SJNFCAE11U2046504',
 'year': 2010}
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP59%2520WCD%27 HTTP/1.1" 200 None
2026-03-30 06:27:05 [bca.uk] INFO: Saving data for WP59%20WCD: {'auction_closing_time': 1774951200.0, 'created_time': 1774044591.97211, 'last_price_update_time': 1774852025.870372}
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP59%2520WCD') HTTP/1.1" 204 0
2026-03-30 06:27:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 010fbd8b-9644-5b45-9b4a-4470ae4a8952 with identifier: MA64%20NDL
2026-03-30 06:27:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 010fbd8b-9644-5b45-9b4a-4470ae4a8952 with identifier: MA64%20NDL
2026-03-30 06:27:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 010fbd8b-9644-5b45-9b4a-4470ae4a8952 with identifier: MA64%20NDL to the API
2026-03-30 06:27:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA64%20NDL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '010fbd8b-9644-5b45-9b4a-4470ae4a8952',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA64 NDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA64%20NDL&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FIAT',
 'model': '500C',
 'odometer': 56078,
 'odometer_reading_unit': '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 500C 1.2 S Convertible',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'ZFA3120000J182798',
 'year': 2014}
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA64%2520NDL%27 HTTP/1.1" 200 None
2026-03-30 06:27:06 [bca.uk] INFO: Saving data for MA64%20NDL: {'auction_closing_time': 1774951200.0, 'created_time': 1774621990.990167, 'last_price_update_time': 1774852026.180835}
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA64%2520NDL') HTTP/1.1" 204 0
2026-03-30 06:27:06 [bca.uk] INFO: Found listing with ID: PK67%20WNA
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520WNA%27 HTTP/1.1" 200 None
2026-03-30 06:27:06 [bca.uk] INFO: Scrape type for PK67%20WNA: 2
2026-03-30 06:27:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b538aa6e-43fb-5bcb-bd88-776e9d3fa736 with identifier: PK67%20WNA
2026-03-30 06:27:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b538aa6e-43fb-5bcb-bd88-776e9d3fa736 with scrape type 2
2026-03-30 06:27:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b538aa6e-43fb-5bcb-bd88-776e9d3fa736 with scrape type 2
2026-03-30 06:27:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b538aa6e-43fb-5bcb-bd88-776e9d3fa736, identifier: PK67%20WNA
2026-03-30 06:27:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d9780a9-fc51-5909-a815-5365d80122a4 with identifier: DV25%20OFL
2026-03-30 06:27:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d9780a9-fc51-5909-a815-5365d80122a4 with identifier: DV25%20OFL
2026-03-30 06:27:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d9780a9-fc51-5909-a815-5365d80122a4 with identifier: DV25%20OFL to the API
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV25%20OFL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '8d9780a9-fc51-5909-a815-5365d80122a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV25 OFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV25%20OFL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND E',
 'odometer': 5916,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND E 157KW 73KWH GS Hatchback',
 'transmission': 'automatic',
 'trim': '157KW 73KWH GS',
 'vin': 'VXKKCZKZ0S6001632',
 'year': 2025}
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFL%27 HTTP/1.1" 200 None
2026-03-30 06:27:06 [bca.uk] INFO: Saving data for DV25%20OFL: {'auction_closing_time': 1774854000.0, 'created_time': 1773832193.404373, 'last_price_update_time': 1774852026.624704}
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV25%2520OFL') HTTP/1.1" 204 0
2026-03-30 06:27:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef255357-0a6a-5051-953f-bc986c6e09b2 with identifier: LS59%20WNP
2026-03-30 06:27:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef255357-0a6a-5051-953f-bc986c6e09b2 with identifier: LS59%20WNP
2026-03-30 06:27:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef255357-0a6a-5051-953f-bc986c6e09b2 with identifier: LS59%20WNP to the API
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS59%20WNP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ef255357-0a6a-5051-953f-bc986c6e09b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS59 WNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS59%20WNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E250',
 'odometer': 65448,
 '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 SPORT TIP Coupe',
 'transmission': 'manual',
 'trim': 'CGI B/E SPORT TIP',
 'vin': 'WDD2073472F031589',
 'year': 2010}
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS59%2520WNP%27 HTTP/1.1" 200 None
2026-03-30 06:27:06 [bca.uk] INFO: Saving data for LS59%20WNP: {'auction_closing_time': 1774864800.0, 'created_time': 1774622166.826523, 'last_price_update_time': 1774852026.902732}
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS59%2520WNP') HTTP/1.1" 204 0
2026-03-30 06:27:06 [bca.uk] INFO: Found listing with ID: YK17%20XEV
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520XEV%27 HTTP/1.1" 200 None
2026-03-30 06:27:06 [bca.uk] INFO: Scrape type for YK17%20XEV: 2
2026-03-30 06:27:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89713270-c14c-5909-b0ed-e7be2895b383 with identifier: YK17%20XEV
2026-03-30 06:27:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89713270-c14c-5909-b0ed-e7be2895b383 with scrape type 2
2026-03-30 06:27:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89713270-c14c-5909-b0ed-e7be2895b383 with scrape type 2
2026-03-30 06:27:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89713270-c14c-5909-b0ed-e7be2895b383, identifier: YK17%20XEV
2026-03-30 06:27:07 [bca.uk] INFO: Found listing with ID: KL68%20EHU
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL68%2520EHU%27 HTTP/1.1" 200 None
2026-03-30 06:27:07 [bca.uk] INFO: Scrape type for KL68%20EHU: 2
2026-03-30 06:27:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 645c4ecf-545d-559f-9c03-d042acafc60a with identifier: KL68%20EHU
2026-03-30 06:27:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 645c4ecf-545d-559f-9c03-d042acafc60a with scrape type 2
2026-03-30 06:27:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 645c4ecf-545d-559f-9c03-d042acafc60a with scrape type 2
2026-03-30 06:27:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 645c4ecf-545d-559f-9c03-d042acafc60a, identifier: KL68%20EHU
2026-03-30 06:27:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b538aa6e-43fb-5bcb-bd88-776e9d3fa736 with identifier: PK67%20WNA
2026-03-30 06:27:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b538aa6e-43fb-5bcb-bd88-776e9d3fa736 with identifier: PK67%20WNA
2026-03-30 06:27:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b538aa6e-43fb-5bcb-bd88-776e9d3fa736 with identifier: PK67%20WNA to the API
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK67%20WNA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b538aa6e-43fb-5bcb-bd88-776e9d3fa736',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK67 WNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK67%20WNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 92013,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD R SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD R SPORT',
 'vin': 'SADCA2AN7JA270231',
 'year': 2017}
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520WNA%27 HTTP/1.1" 200 None
2026-03-30 06:27:07 [bca.uk] INFO: Saving data for PK67%20WNA: {'auction_closing_time': 1775037600.0, 'created_time': 1774621955.34407, 'last_price_update_time': 1774852027.417068}
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK67%2520WNA') HTTP/1.1" 204 0
2026-03-30 06:27:07 [bca.uk] INFO: Found listing with ID: KR23%20TVT
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR23%2520TVT%27 HTTP/1.1" 200 None
2026-03-30 06:27:07 [bca.uk] INFO: Scrape type for KR23%20TVT: 2
2026-03-30 06:27:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63372aa4-a426-5b3d-b718-d0c75d489a41 with identifier: KR23%20TVT
2026-03-30 06:27:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63372aa4-a426-5b3d-b718-d0c75d489a41 with scrape type 2
2026-03-30 06:27:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63372aa4-a426-5b3d-b718-d0c75d489a41 with scrape type 2
2026-03-30 06:27:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63372aa4-a426-5b3d-b718-d0c75d489a41, identifier: KR23%20TVT
2026-03-30 06:27:07 [bca.uk] INFO: Found listing with ID: WG73%20OAP
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520OAP%27 HTTP/1.1" 200 None
2026-03-30 06:27:07 [bca.uk] INFO: Scrape type for WG73%20OAP: 2
2026-03-30 06:27:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a892aa3b-7b9a-5fd3-b30b-d397585f262f with identifier: WG73%20OAP
2026-03-30 06:27:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a892aa3b-7b9a-5fd3-b30b-d397585f262f with scrape type 2
2026-03-30 06:27:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a892aa3b-7b9a-5fd3-b30b-d397585f262f with scrape type 2
2026-03-30 06:27:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a892aa3b-7b9a-5fd3-b30b-d397585f262f, identifier: WG73%20OAP
2026-03-30 06:27:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89713270-c14c-5909-b0ed-e7be2895b383 with identifier: YK17%20XEV
2026-03-30 06:27:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89713270-c14c-5909-b0ed-e7be2895b383 with identifier: YK17%20XEV
2026-03-30 06:27:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89713270-c14c-5909-b0ed-e7be2895b383 with identifier: YK17%20XEV to the API
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK17%20XEV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '89713270-c14c-5909-b0ed-e7be2895b383',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK17 XEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK17%20XEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 118925,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D M SPORT (7S) StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D M SPORT (7S)',
 'vin': 'WBAKS620500V10604',
 'year': 2017}
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520XEV%27 HTTP/1.1" 200 None
2026-03-30 06:27:07 [bca.uk] INFO: Saving data for YK17%20XEV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621408.09424, 'last_price_update_time': 1774852027.943629}
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK17%2520XEV') HTTP/1.1" 204 0
2026-03-30 06:27:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 645c4ecf-545d-559f-9c03-d042acafc60a with identifier: KL68%20EHU
2026-03-30 06:27:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 645c4ecf-545d-559f-9c03-d042acafc60a with identifier: KL68%20EHU
2026-03-30 06:27:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 645c4ecf-545d-559f-9c03-d042acafc60a with identifier: KL68%20EHU to the API
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KL68%20EHU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '645c4ecf-545d-559f-9c03-d042acafc60a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KL68 EHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KL68%20EHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 68287,
 'odometer_reading_unit': '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': 'WDD1770032J076537',
 'year': 2019}
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL68%2520EHU%27 HTTP/1.1" 200 None
2026-03-30 06:27:08 [bca.uk] INFO: Saving data for KL68%20EHU: {'auction_closing_time': 1775037600.0, 'created_time': 1774621988.66208, 'last_price_update_time': 1774852028.377045}
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KL68%2520EHU') HTTP/1.1" 204 0
2026-03-30 06:27:08 [bca.uk] INFO: Found listing with ID: KS69%20EBP
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520EBP%27 HTTP/1.1" 200 None
2026-03-30 06:27:08 [bca.uk] INFO: Scrape type for KS69%20EBP: 2
2026-03-30 06:27:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a876caac-1366-51e3-bba7-c6e17daf7c00 with identifier: KS69%20EBP
2026-03-30 06:27:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a876caac-1366-51e3-bba7-c6e17daf7c00 with scrape type 2
2026-03-30 06:27:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a876caac-1366-51e3-bba7-c6e17daf7c00 with scrape type 2
2026-03-30 06:27:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a876caac-1366-51e3-bba7-c6e17daf7c00, identifier: KS69%20EBP
2026-03-30 06:27:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63372aa4-a426-5b3d-b718-d0c75d489a41 with identifier: KR23%20TVT
2026-03-30 06:27:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63372aa4-a426-5b3d-b718-d0c75d489a41 with identifier: KR23%20TVT
2026-03-30 06:27:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63372aa4-a426-5b3d-b718-d0c75d489a41 with identifier: KR23%20TVT to the API
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR23%20TVT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '63372aa4-a426-5b3d-b718-d0c75d489a41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KR23 TVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR23%20TVT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 32690,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19600,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI PHEV 4WD ULTIMATE StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV 4WD ULTIMATE',
 'vin': 'TMAJE812SNJ171355',
 'year': 2023}
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR23%2520TVT%27 HTTP/1.1" 200 None
2026-03-30 06:27:08 [bca.uk] INFO: Saving data for KR23%20TVT: {'auction_closing_time': 1774854000.0, 'created_time': 1773843908.126514, 'last_price_update_time': 1774852028.797886}
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR23%2520TVT') HTTP/1.1" 204 0
2026-03-30 06:27:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a892aa3b-7b9a-5fd3-b30b-d397585f262f with identifier: WG73%20OAP
2026-03-30 06:27:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a892aa3b-7b9a-5fd3-b30b-d397585f262f with identifier: WG73%20OAP
2026-03-30 06:27:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a892aa3b-7b9a-5fd3-b30b-d397585f262f with identifier: WG73%20OAP to the API
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG73%20OAP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a892aa3b-7b9a-5fd3-b30b-d397585f262f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WG73 OAP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG73%20OAP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 14047,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 B3P CORE G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B3P CORE G/T',
 'vin': 'YV1XZK7V4R2268756',
 'year': 2023}
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520OAP%27 HTTP/1.1" 200 None
2026-03-30 06:27:09 [bca.uk] INFO: Saving data for WG73%20OAP: {'auction_closing_time': 1775037600.0, 'created_time': 1774622146.669647, 'last_price_update_time': 1774852029.090151}
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG73%2520OAP') HTTP/1.1" 204 0
2026-03-30 06:27:09 [bca.uk] INFO: Found listing with ID: CE67%20HJV
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE67%2520HJV%27 HTTP/1.1" 200 None
2026-03-30 06:27:09 [bca.uk] INFO: Scrape type for CE67%20HJV: 2
2026-03-30 06:27:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42128f63-4b7c-55b7-a1b7-aaad72d1fe6b with identifier: CE67%20HJV
2026-03-30 06:27:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42128f63-4b7c-55b7-a1b7-aaad72d1fe6b with scrape type 2
2026-03-30 06:27:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42128f63-4b7c-55b7-a1b7-aaad72d1fe6b with scrape type 2
2026-03-30 06:27:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42128f63-4b7c-55b7-a1b7-aaad72d1fe6b, identifier: CE67%20HJV
2026-03-30 06:27:09 [bca.uk] INFO: Found listing with ID: HG22%20FBD
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520FBD%27 HTTP/1.1" 200 None
2026-03-30 06:27:09 [bca.uk] INFO: Scrape type for HG22%20FBD: 2
2026-03-30 06:27:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with identifier: HG22%20FBD
2026-03-30 06:27:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with scrape type 2
2026-03-30 06:27:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with scrape type 2
2026-03-30 06:27:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5caed74c-7270-5f3c-bdc0-24dafaad2ef2, identifier: HG22%20FBD
2026-03-30 06:27:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a876caac-1366-51e3-bba7-c6e17daf7c00 with identifier: KS69%20EBP
2026-03-30 06:27:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a876caac-1366-51e3-bba7-c6e17daf7c00 with identifier: KS69%20EBP
2026-03-30 06:27:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a876caac-1366-51e3-bba7-c6e17daf7c00 with identifier: KS69%20EBP to the API
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS69%20EBP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a876caac-1366-51e3-bba7-c6e17daf7c00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS69 EBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS69%20EBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 66946,
 'odometer_reading_unit': '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 R-DYNAMIC HSE (7ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'D240 R-DYNAMIC HSE (7ST)',
 'vin': 'SALCA2AN7LH848827',
 'year': 2019}
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS69%2520EBP%27 HTTP/1.1" 200 None
2026-03-30 06:27:09 [bca.uk] INFO: Saving data for KS69%20EBP: {'auction_closing_time': 1775037600.0, 'created_time': 1774621954.960208, 'last_price_update_time': 1774852029.630009}
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS69%2520EBP') HTTP/1.1" 204 0
2026-03-30 06:27:09 [bca.uk] INFO: Found listing with ID: MV70%20UDN
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV70%2520UDN%27 HTTP/1.1" 200 None
2026-03-30 06:27:09 [bca.uk] INFO: Scrape type for MV70%20UDN: 2
2026-03-30 06:27:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fd22a7e-1fb5-5b74-9153-de0a54d29294 with identifier: MV70%20UDN
2026-03-30 06:27:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd22a7e-1fb5-5b74-9153-de0a54d29294 with scrape type 2
2026-03-30 06:27:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fd22a7e-1fb5-5b74-9153-de0a54d29294 with scrape type 2
2026-03-30 06:27:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fd22a7e-1fb5-5b74-9153-de0a54d29294, identifier: MV70%20UDN
2026-03-30 06:27:09 [bca.uk] INFO: Found listing with ID: YE72%20WSZ
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520WSZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:09 [bca.uk] INFO: Scrape type for YE72%20WSZ: 2
2026-03-30 06:27:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f037bc62-0165-5551-994b-3ebcb40f3347 with identifier: YE72%20WSZ
2026-03-30 06:27:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f037bc62-0165-5551-994b-3ebcb40f3347 with scrape type 2
2026-03-30 06:27:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f037bc62-0165-5551-994b-3ebcb40f3347 with scrape type 2
2026-03-30 06:27:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f037bc62-0165-5551-994b-3ebcb40f3347, identifier: YE72%20WSZ
2026-03-30 06:27:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42128f63-4b7c-55b7-a1b7-aaad72d1fe6b with identifier: CE67%20HJV
2026-03-30 06:27:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42128f63-4b7c-55b7-a1b7-aaad72d1fe6b with identifier: CE67%20HJV
2026-03-30 06:27:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42128f63-4b7c-55b7-a1b7-aaad72d1fe6b with identifier: CE67%20HJV to the API
2026-03-30 06:27:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42128f63-4b7c-55b7-a1b7-aaad72d1fe6b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE67 HJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE67%20HJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 96979,
 'odometer_reading_unit': '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 SD4 240 HSE BLACK StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 240 HSE BLACK',
 'vin': 'SALCA2AN1JH724338',
 'year': 2017}
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE67%2520HJV%27 HTTP/1.1" 200 None
2026-03-30 06:27:10 [bca.uk] INFO: Saving data for CE67%20HJV: {'auction_closing_time': 1774951200.0, 'created_time': 1774621425.396942, 'last_price_update_time': 1774852030.155425}
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE67%2520HJV') HTTP/1.1" 204 0
2026-03-30 06:27:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with identifier: HG22%20FBD
2026-03-30 06:27:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with identifier: HG22%20FBD
2026-03-30 06:27:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5caed74c-7270-5f3c-bdc0-24dafaad2ef2 with identifier: HG22%20FBD to the API
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG22%20FBD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5caed74c-7270-5f3c-bdc0-24dafaad2ef2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG22 FBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG22%20FBD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 200 S/B',
 'odometer': 36853,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 200 S/B 1.3 AMG LINE PREMIUM DCT Estate',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1186872N285879',
 'year': 2022}
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG22%2520FBD%27 HTTP/1.1" 200 None
2026-03-30 06:27:10 [bca.uk] INFO: Saving data for HG22%20FBD: {'auction_closing_time': 1775037600.0, 'created_time': 1774650908.401047, 'last_price_update_time': 1774852030.435245}
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG22%2520FBD') HTTP/1.1" 204 0
2026-03-30 06:27:10 [bca.uk] INFO: Found listing with ID: BJ11%20YJY
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ11%2520YJY%27 HTTP/1.1" 200 None
2026-03-30 06:27:10 [bca.uk] INFO: Scrape type for BJ11%20YJY: 2
2026-03-30 06:27:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed7a4d2c-2938-5463-a79e-d691a3cd33ad with identifier: BJ11%20YJY
2026-03-30 06:27:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed7a4d2c-2938-5463-a79e-d691a3cd33ad with scrape type 2
2026-03-30 06:27:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed7a4d2c-2938-5463-a79e-d691a3cd33ad with scrape type 2
2026-03-30 06:27:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed7a4d2c-2938-5463-a79e-d691a3cd33ad, identifier: BJ11%20YJY
2026-03-30 06:27:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fd22a7e-1fb5-5b74-9153-de0a54d29294 with identifier: MV70%20UDN
2026-03-30 06:27:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fd22a7e-1fb5-5b74-9153-de0a54d29294 with identifier: MV70%20UDN
2026-03-30 06:27:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fd22a7e-1fb5-5b74-9153-de0a54d29294 with identifier: MV70%20UDN to the API
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV70%20UDN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '6fd22a7e-1fb5-5b74-9153-de0a54d29294',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MV70 UDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV70%20UDN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 12457,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 S Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 S',
 'vin': 'SADHA2A16L1604772',
 'year': 2020}
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV70%2520UDN%27 HTTP/1.1" 200 None
2026-03-30 06:27:10 [bca.uk] INFO: Saving data for MV70%20UDN: {'auction_closing_time': 1774854000.0, 'created_time': 1774534063.952037, 'last_price_update_time': 1774852030.851696}
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV70%2520UDN') HTTP/1.1" 204 0
2026-03-30 06:27:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f037bc62-0165-5551-994b-3ebcb40f3347 with identifier: YE72%20WSZ
2026-03-30 06:27:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f037bc62-0165-5551-994b-3ebcb40f3347 with identifier: YE72%20WSZ
2026-03-30 06:27:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f037bc62-0165-5551-994b-3ebcb40f3347 with identifier: YE72%20WSZ to the API
2026-03-30 06:27:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE72%20WSZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f037bc62-0165-5551-994b-3ebcb40f3347',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE72 WSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE72%20WSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 32420,
 'odometer_reading_unit': '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 ACENTA PREM.X-T Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 MH ACENTA PREM.X-T',
 'vin': 'SJNTAAJ12U1182504',
 'year': 2022}
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520WSZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:11 [bca.uk] INFO: Saving data for YE72%20WSZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774622147.073176, 'last_price_update_time': 1774852031.139234}
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE72%2520WSZ') HTTP/1.1" 204 0
2026-03-30 06:27:11 [bca.uk] INFO: Found listing with ID: CF15%20PZY
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF15%2520PZY%27 HTTP/1.1" 200 None
2026-03-30 06:27:11 [bca.uk] INFO: Scrape type for CF15%20PZY: 2
2026-03-30 06:27:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66649e24-5dd8-5058-bc7e-51f1315d6a45 with identifier: CF15%20PZY
2026-03-30 06:27:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66649e24-5dd8-5058-bc7e-51f1315d6a45 with scrape type 2
2026-03-30 06:27:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66649e24-5dd8-5058-bc7e-51f1315d6a45 with scrape type 2
2026-03-30 06:27:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66649e24-5dd8-5058-bc7e-51f1315d6a45, identifier: CF15%20PZY
2026-03-30 06:27:11 [bca.uk] INFO: Found listing with ID: BL21%20UGV
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520UGV%27 HTTP/1.1" 200 None
2026-03-30 06:27:11 [bca.uk] INFO: Scrape type for BL21%20UGV: 2
2026-03-30 06:27:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad371349-7858-5bd4-b7ff-09f6db9491a5 with identifier: BL21%20UGV
2026-03-30 06:27:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad371349-7858-5bd4-b7ff-09f6db9491a5 with scrape type 2
2026-03-30 06:27:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad371349-7858-5bd4-b7ff-09f6db9491a5 with scrape type 2
2026-03-30 06:27:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad371349-7858-5bd4-b7ff-09f6db9491a5, identifier: BL21%20UGV
2026-03-30 06:27:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed7a4d2c-2938-5463-a79e-d691a3cd33ad with identifier: BJ11%20YJY
2026-03-30 06:27:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed7a4d2c-2938-5463-a79e-d691a3cd33ad with identifier: BJ11%20YJY
2026-03-30 06:27:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed7a4d2c-2938-5463-a79e-d691a3cd33ad with identifier: BJ11%20YJY to the API
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ11%20YJY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ed7a4d2c-2938-5463-a79e-d691a3cd33ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ11 YJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ11%20YJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 143811,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 16V SXI Hatchback',
 'transmission': 'manual',
 'trim': '16V SXI',
 'vin': 'W0L0SDL68B4212927',
 'year': 2011}
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ11%2520YJY%27 HTTP/1.1" 200 None
2026-03-30 06:27:11 [bca.uk] INFO: Saving data for BJ11%20YJY: {'auction_closing_time': 1774951200.0, 'created_time': 1774621986.734766, 'last_price_update_time': 1774852031.635476}
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ11%2520YJY') HTTP/1.1" 204 0
2026-03-30 06:27:11 [bca.uk] INFO: Found listing with ID: OW72%20HZA
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520HZA%27 HTTP/1.1" 200 None
2026-03-30 06:27:11 [bca.uk] INFO: Scrape type for OW72%20HZA: 2
2026-03-30 06:27:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee676a2d-d818-504c-a2c7-b63b381e91db with identifier: OW72%20HZA
2026-03-30 06:27:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee676a2d-d818-504c-a2c7-b63b381e91db with scrape type 2
2026-03-30 06:27:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee676a2d-d818-504c-a2c7-b63b381e91db with scrape type 2
2026-03-30 06:27:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee676a2d-d818-504c-a2c7-b63b381e91db, identifier: OW72%20HZA
2026-03-30 06:27:11 [bca.uk] INFO: Found listing with ID: WN73%20CVF
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520CVF%27 HTTP/1.1" 200 None
2026-03-30 06:27:11 [bca.uk] INFO: Scrape type for WN73%20CVF: 2
2026-03-30 06:27:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0325041-f1fa-5da8-bbae-94678c4281b8 with identifier: WN73%20CVF
2026-03-30 06:27:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0325041-f1fa-5da8-bbae-94678c4281b8 with scrape type 2
2026-03-30 06:27:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0325041-f1fa-5da8-bbae-94678c4281b8 with scrape type 2
2026-03-30 06:27:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0325041-f1fa-5da8-bbae-94678c4281b8, identifier: WN73%20CVF
2026-03-30 06:27:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66649e24-5dd8-5058-bc7e-51f1315d6a45 with identifier: CF15%20PZY
2026-03-30 06:27:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66649e24-5dd8-5058-bc7e-51f1315d6a45 with identifier: CF15%20PZY
2026-03-30 06:27:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66649e24-5dd8-5058-bc7e-51f1315d6a45 with identifier: CF15%20PZY to the API
2026-03-30 06:27:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '66649e24-5dd8-5058-bc7e-51f1315d6a45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF15 PZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF15%20PZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'E350',
 'odometer': 108129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E350 3.0 B/TEC AMG NIGHT ED.PREM.PLUS Estate',
 'transmission': 'manual',
 'trim': 'B/TEC AMG NIGHT ED.PREM.PLUS',
 'vin': 'WDD2122262B244414',
 'year': 2015}
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF15%2520PZY%27 HTTP/1.1" 200 None
2026-03-30 06:27:12 [bca.uk] INFO: Saving data for CF15%20PZY: {'auction_closing_time': 1774951200.0, 'created_time': 1774621420.112413, 'last_price_update_time': 1774852032.153508}
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF15%2520PZY') HTTP/1.1" 204 0
2026-03-30 06:27:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad371349-7858-5bd4-b7ff-09f6db9491a5 with identifier: BL21%20UGV
2026-03-30 06:27:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad371349-7858-5bd4-b7ff-09f6db9491a5 with identifier: BL21%20UGV
2026-03-30 06:27:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad371349-7858-5bd4-b7ff-09f6db9491a5 with identifier: BL21%20UGV to the API
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL21%20UGV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.7L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ad371349-7858-5bd4-b7ff-09f6db9491a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL21 UGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL21%20UGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 114',
 'odometer': 40862,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 114 1.7 CDI L2 FWD PROGRESSIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDI L2 FWD PROGRESSIVE',
 'vin': 'W1V44760323887549',
 'year': 2021}
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520UGV%27 HTTP/1.1" 200 None
2026-03-30 06:27:12 [bca.uk] INFO: Saving data for BL21%20UGV: {'auction_closing_time': 1775124000.0, 'created_time': 1774650883.191763, 'last_price_update_time': 1774852032.430666}
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL21%2520UGV') HTTP/1.1" 204 0
2026-03-30 06:27:12 [bca.uk] INFO: Found listing with ID: HJ19%20DCZ
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ19%2520DCZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:12 [bca.uk] INFO: Scrape type for HJ19%20DCZ: 2
2026-03-30 06:27:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c51eac97-ea3b-5c65-8122-07ffe788a8ad with identifier: HJ19%20DCZ
2026-03-30 06:27:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c51eac97-ea3b-5c65-8122-07ffe788a8ad with scrape type 2
2026-03-30 06:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c51eac97-ea3b-5c65-8122-07ffe788a8ad with scrape type 2
2026-03-30 06:27:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c51eac97-ea3b-5c65-8122-07ffe788a8ad, identifier: HJ19%20DCZ
2026-03-30 06:27:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee676a2d-d818-504c-a2c7-b63b381e91db with identifier: OW72%20HZA
2026-03-30 06:27:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee676a2d-d818-504c-a2c7-b63b381e91db with identifier: OW72%20HZA
2026-03-30 06:27:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee676a2d-d818-504c-a2c7-b63b381e91db with identifier: OW72%20HZA to the API
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW72%20HZA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee676a2d-d818-504c-a2c7-b63b381e91db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OW72 HZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW72%20HZA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 20741,
 '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': 'SKODA OCTAVIA 1.5 TSI 150 SE TECHNOLOGY Estate',
 'transmission': 'manual',
 'trim': 'TSI 150 SE TECHNOLOGY',
 'vin': 'TMBKR7NX1NY108763',
 'year': 2023}
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520HZA%27 HTTP/1.1" 200 None
2026-03-30 06:27:12 [bca.uk] INFO: Saving data for OW72%20HZA: {'auction_closing_time': 1774854000.0, 'created_time': 1774534417.139316, 'last_price_update_time': 1774852032.829407}
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW72%2520HZA') HTTP/1.1" 204 0
2026-03-30 06:27:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0325041-f1fa-5da8-bbae-94678c4281b8 with identifier: WN73%20CVF
2026-03-30 06:27:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0325041-f1fa-5da8-bbae-94678c4281b8 with identifier: WN73%20CVF
2026-03-30 06:27:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0325041-f1fa-5da8-bbae-94678c4281b8 with identifier: WN73%20CVF to the API
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN73%20CVF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0325041-f1fa-5da8-bbae-94678c4281b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN73 CVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN73%20CVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 14142,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMPY72362',
 'year': 2023}
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520CVF%27 HTTP/1.1" 200 None
2026-03-30 06:27:13 [bca.uk] INFO: Saving data for WN73%20CVF: {'auction_closing_time': 1775037600.0, 'created_time': 1774622148.363462, 'last_price_update_time': 1774852033.205875}
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN73%2520CVF') HTTP/1.1" 204 0
2026-03-30 06:27:13 [bca.uk] INFO: Found listing with ID: CF68%20XZU
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF68%2520XZU%27 HTTP/1.1" 200 None
2026-03-30 06:27:13 [bca.uk] INFO: Scrape type for CF68%20XZU: 2
2026-03-30 06:27:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e226db37-6f3c-5b49-9033-3a3b1e413957 with identifier: CF68%20XZU
2026-03-30 06:27:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e226db37-6f3c-5b49-9033-3a3b1e413957 with scrape type 2
2026-03-30 06:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e226db37-6f3c-5b49-9033-3a3b1e413957 with scrape type 2
2026-03-30 06:27:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e226db37-6f3c-5b49-9033-3a3b1e413957, identifier: CF68%20XZU
2026-03-30 06:27:13 [bca.uk] INFO: Found listing with ID: BX69%20YVE
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX69%2520YVE%27 HTTP/1.1" 200 None
2026-03-30 06:27:13 [bca.uk] INFO: Scrape type for BX69%20YVE: 2
2026-03-30 06:27:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c117cca5-f2cc-55ee-9a81-0f069071e002 with identifier: BX69%20YVE
2026-03-30 06:27:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c117cca5-f2cc-55ee-9a81-0f069071e002 with scrape type 2
2026-03-30 06:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c117cca5-f2cc-55ee-9a81-0f069071e002 with scrape type 2
2026-03-30 06:27:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c117cca5-f2cc-55ee-9a81-0f069071e002, identifier: BX69%20YVE
2026-03-30 06:27:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c51eac97-ea3b-5c65-8122-07ffe788a8ad with identifier: HJ19%20DCZ
2026-03-30 06:27:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c51eac97-ea3b-5c65-8122-07ffe788a8ad with identifier: HJ19%20DCZ
2026-03-30 06:27:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c51eac97-ea3b-5c65-8122-07ffe788a8ad with identifier: HJ19%20DCZ to the API
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ19%20DCZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c51eac97-ea3b-5c65-8122-07ffe788a8ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ19 DCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ19%20DCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 48044,
 'odometer_reading_unit': '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': 'SALWA2AK7KA852077',
 'year': 2019}
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ19%2520DCZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:13 [bca.uk] INFO: Saving data for HJ19%20DCZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774621985.780698, 'last_price_update_time': 1774852033.726362}
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ19%2520DCZ') HTTP/1.1" 204 0
2026-03-30 06:27:13 [bca.uk] INFO: Found listing with ID: RE23%20FZR
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520FZR%27 HTTP/1.1" 200 None
2026-03-30 06:27:13 [bca.uk] INFO: Scrape type for RE23%20FZR: 2
2026-03-30 06:27:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa072599-cef8-5d53-b766-08bddd4c8882 with identifier: RE23%20FZR
2026-03-30 06:27:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa072599-cef8-5d53-b766-08bddd4c8882 with scrape type 2
2026-03-30 06:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa072599-cef8-5d53-b766-08bddd4c8882 with scrape type 2
2026-03-30 06:27:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa072599-cef8-5d53-b766-08bddd4c8882, identifier: RE23%20FZR
2026-03-30 06:27:13 [bca.uk] INFO: Found listing with ID: LG64%20SVT
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520SVT%27 HTTP/1.1" 200 None
2026-03-30 06:27:13 [bca.uk] INFO: Scrape type for LG64%20SVT: 2
2026-03-30 06:27:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44b71d07-2436-51e5-ad8d-4b6fb0639961 with identifier: LG64%20SVT
2026-03-30 06:27:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44b71d07-2436-51e5-ad8d-4b6fb0639961 with scrape type 2
2026-03-30 06:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44b71d07-2436-51e5-ad8d-4b6fb0639961 with scrape type 2
2026-03-30 06:27:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44b71d07-2436-51e5-ad8d-4b6fb0639961, identifier: LG64%20SVT
2026-03-30 06:27:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e226db37-6f3c-5b49-9033-3a3b1e413957 with identifier: CF68%20XZU
2026-03-30 06:27:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e226db37-6f3c-5b49-9033-3a3b1e413957 with identifier: CF68%20XZU
2026-03-30 06:27:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e226db37-6f3c-5b49-9033-3a3b1e413957 with identifier: CF68%20XZU to the API
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF68%20XZU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e226db37-6f3c-5b49-9033-3a3b1e413957',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF68 XZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF68%20XZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'ZOE',
 'odometer': 53185,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE 40KWH 90 DYNAMIQUE (43KW) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH 90 DYNAMIQUE (43KW)',
 'vin': 'VF1AGVYF059954003',
 'year': 2022}
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF68%2520XZU%27 HTTP/1.1" 200 None
2026-03-30 06:27:14 [bca.uk] INFO: Saving data for CF68%20XZU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621421.854478, 'last_price_update_time': 1774852034.249474}
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF68%2520XZU') HTTP/1.1" 204 0
2026-03-30 06:27:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c117cca5-f2cc-55ee-9a81-0f069071e002 with identifier: BX69%20YVE
2026-03-30 06:27:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c117cca5-f2cc-55ee-9a81-0f069071e002 with identifier: BX69%20YVE
2026-03-30 06:27:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c117cca5-f2cc-55ee-9a81-0f069071e002 with identifier: BX69%20YVE to the API
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX69%20YVE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c117cca5-f2cc-55ee-9a81-0f069071e002',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX69 YVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX69%20YVE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '118I',
 'odometer': 42118,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 M SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA7K320505R05017',
 'year': 2020}
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX69%2520YVE%27 HTTP/1.1" 200 None
2026-03-30 06:27:14 [bca.uk] INFO: Saving data for BX69%20YVE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650882.202199, 'last_price_update_time': 1774852034.579376}
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX69%2520YVE') HTTP/1.1" 204 0
2026-03-30 06:27:14 [bca.uk] INFO: Found listing with ID: FM68%20PVV
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM68%2520PVV%27 HTTP/1.1" 200 None
2026-03-30 06:27:14 [bca.uk] INFO: Scrape type for FM68%20PVV: 2
2026-03-30 06:27:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cfa7a94-ba80-5ed3-a6c8-0a40ebf616bf with identifier: FM68%20PVV
2026-03-30 06:27:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cfa7a94-ba80-5ed3-a6c8-0a40ebf616bf with scrape type 2
2026-03-30 06:27:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cfa7a94-ba80-5ed3-a6c8-0a40ebf616bf with scrape type 2
2026-03-30 06:27:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cfa7a94-ba80-5ed3-a6c8-0a40ebf616bf, identifier: FM68%20PVV
2026-03-30 06:27:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa072599-cef8-5d53-b766-08bddd4c8882 with identifier: RE23%20FZR
2026-03-30 06:27:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa072599-cef8-5d53-b766-08bddd4c8882 with identifier: RE23%20FZR
2026-03-30 06:27:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa072599-cef8-5d53-b766-08bddd4c8882 with identifier: RE23%20FZR to the API
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE23%20FZR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fa072599-cef8-5d53-b766-08bddd4c8882',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE23 FZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE23%20FZR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'ID.5',
 'odometer': 20385,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.5 150KW 77KWH STYLE PRO PERF. Coupe',
 'transmission': 'automatic',
 'trim': '150KW 77KWH STYLE PRO PERF.',
 'vin': 'WVGZZZE2ZPP512471',
 'year': 2023}
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520FZR%27 HTTP/1.1" 200 None
2026-03-30 06:27:14 [bca.uk] INFO: Saving data for RE23%20FZR: {'auction_closing_time': 1774854000.0, 'created_time': 1774305494.850209, 'last_price_update_time': 1774852034.980476}
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520FZR') HTTP/1.1" 204 0
2026-03-30 06:27:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44b71d07-2436-51e5-ad8d-4b6fb0639961 with identifier: LG64%20SVT
2026-03-30 06:27:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44b71d07-2436-51e5-ad8d-4b6fb0639961 with identifier: LG64%20SVT
2026-03-30 06:27:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44b71d07-2436-51e5-ad8d-4b6fb0639961 with identifier: LG64%20SVT to the API
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG64%20SVT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '44b71d07-2436-51e5-ad8d-4b6fb0639961',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG64 SVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG64%20SVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 148971,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 3.2 TDCI 200 LIMITED 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TDCI 200 LIMITED 4WD',
 'vin': '6FPPXXMJ2PEM06798',
 'year': 2014}
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520SVT%27 HTTP/1.1" 200 None
2026-03-30 06:27:15 [bca.uk] INFO: Saving data for LG64%20SVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774362818.362401, 'last_price_update_time': 1774852035.270868}
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG64%2520SVT') HTTP/1.1" 204 0
2026-03-30 06:27:15 [bca.uk] INFO: Found listing with ID: CJ22%20FGE
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ22%2520FGE%27 HTTP/1.1" 200 None
2026-03-30 06:27:15 [bca.uk] INFO: Scrape type for CJ22%20FGE: 2
2026-03-30 06:27:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06b31f24-81bf-56fb-bd95-e9313e8e3cdc with identifier: CJ22%20FGE
2026-03-30 06:27:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06b31f24-81bf-56fb-bd95-e9313e8e3cdc with scrape type 2
2026-03-30 06:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06b31f24-81bf-56fb-bd95-e9313e8e3cdc with scrape type 2
2026-03-30 06:27:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06b31f24-81bf-56fb-bd95-e9313e8e3cdc, identifier: CJ22%20FGE
2026-03-30 06:27:15 [bca.uk] INFO: Found listing with ID: LJ74%20TZT
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ74%2520TZT%27 HTTP/1.1" 200 None
2026-03-30 06:27:15 [bca.uk] INFO: Scrape type for LJ74%20TZT: 2
2026-03-30 06:27:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with identifier: LJ74%20TZT
2026-03-30 06:27:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with scrape type 2
2026-03-30 06:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with scrape type 2
2026-03-30 06:27:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a6c2c7d-ac7d-540e-a6ed-13da038664fc, identifier: LJ74%20TZT
2026-03-30 06:27:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cfa7a94-ba80-5ed3-a6c8-0a40ebf616bf with identifier: FM68%20PVV
2026-03-30 06:27:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cfa7a94-ba80-5ed3-a6c8-0a40ebf616bf with identifier: FM68%20PVV
2026-03-30 06:27:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cfa7a94-ba80-5ed3-a6c8-0a40ebf616bf with identifier: FM68%20PVV to the API
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM68%20PVV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1cfa7a94-ba80-5ed3-a6c8-0a40ebf616bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM68 PVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM68%20PVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 74356,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE',
 'vin': 'SALYA2AN8KA200166',
 'year': 2018}
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM68%2520PVV%27 HTTP/1.1" 200 None
2026-03-30 06:27:15 [bca.uk] INFO: Saving data for FM68%20PVV: {'auction_closing_time': 1775037600.0, 'created_time': 1774621960.28372, 'last_price_update_time': 1774852035.803413}
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM68%2520PVV') HTTP/1.1" 204 0
2026-03-30 06:27:15 [bca.uk] INFO: Found listing with ID: RJ23%20EFO
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520EFO%27 HTTP/1.1" 200 None
2026-03-30 06:27:15 [bca.uk] INFO: Scrape type for RJ23%20EFO: 2
2026-03-30 06:27:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e52e664c-e6bc-5f3a-bde9-97668a5d0436 with identifier: RJ23%20EFO
2026-03-30 06:27:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e52e664c-e6bc-5f3a-bde9-97668a5d0436 with scrape type 2
2026-03-30 06:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e52e664c-e6bc-5f3a-bde9-97668a5d0436 with scrape type 2
2026-03-30 06:27:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e52e664c-e6bc-5f3a-bde9-97668a5d0436, identifier: RJ23%20EFO
2026-03-30 06:27:15 [bca.uk] INFO: Found listing with ID: KS65%20LUJ
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS65%2520LUJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:15 [bca.uk] INFO: Scrape type for KS65%20LUJ: 2
2026-03-30 06:27:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0294e625-6580-5a79-9788-8ad1c9d33dcf with identifier: KS65%20LUJ
2026-03-30 06:27:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0294e625-6580-5a79-9788-8ad1c9d33dcf with scrape type 2
2026-03-30 06:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0294e625-6580-5a79-9788-8ad1c9d33dcf with scrape type 2
2026-03-30 06:27:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0294e625-6580-5a79-9788-8ad1c9d33dcf, identifier: KS65%20LUJ
2026-03-30 06:27:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06b31f24-81bf-56fb-bd95-e9313e8e3cdc with identifier: CJ22%20FGE
2026-03-30 06:27:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06b31f24-81bf-56fb-bd95-e9313e8e3cdc with identifier: CJ22%20FGE
2026-03-30 06:27:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06b31f24-81bf-56fb-bd95-e9313e8e3cdc with identifier: CJ22%20FGE to the API
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Bi-Fuel',
 'id': '06b31f24-81bf-56fb-bd95-e9313e8e3cdc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CJ22 FGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ22%20FGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'DACIA',
 'model': 'DUSTER',
 'odometer': 49077,
 'odometer_reading_unit': '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 COMFORT StationWagon',
 'transmission': 'manual',
 'trim': 'TCE 100 B/F COMFORT',
 'vin': 'VF1HJD20369421542',
 'year': 2022}
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ22%2520FGE%27 HTTP/1.1" 200 None
2026-03-30 06:27:16 [bca.uk] INFO: Saving data for CJ22%20FGE: {'auction_closing_time': 1774951200.0, 'created_time': 1774621417.64621, 'last_price_update_time': 1774852036.336927}
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ22%2520FGE') HTTP/1.1" 204 0
2026-03-30 06:27:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with identifier: LJ74%20TZT
2026-03-30 06:27:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with identifier: LJ74%20TZT
2026-03-30 06:27:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a6c2c7d-ac7d-540e-a6ed-13da038664fc with identifier: LJ74%20TZT to the API
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 17,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ74%20TZT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0a6c2c7d-ac7d-540e-a6ed-13da038664fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LJ74 TZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ74%20TZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 17916,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 P460E AUTOBIOGRAPHY StationWagon',
 'transmission': 'automatic',
 'trim': 'P460E AUTOBIOGRAPHY',
 'vin': 'SAL1A2A40RA411672',
 'year': 2024}
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ74%2520TZT%27 HTTP/1.1" 200 None
2026-03-30 06:27:16 [bca.uk] INFO: Saving data for LJ74%20TZT: {'auction_closing_time': 1775210400.0, 'created_time': 1774650880.951727, 'last_price_update_time': 1774852036.638804}
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ74%2520TZT') HTTP/1.1" 204 0
2026-03-30 06:27:16 [bca.uk] INFO: Found listing with ID: PJ73%20HFG
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ73%2520HFG%27 HTTP/1.1" 200 None
2026-03-30 06:27:16 [bca.uk] INFO: Scrape type for PJ73%20HFG: 2
2026-03-30 06:27:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71a2f829-08e7-5d99-a4de-4e27532a6a4a with identifier: PJ73%20HFG
2026-03-30 06:27:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71a2f829-08e7-5d99-a4de-4e27532a6a4a with scrape type 2
2026-03-30 06:27:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71a2f829-08e7-5d99-a4de-4e27532a6a4a with scrape type 2
2026-03-30 06:27:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71a2f829-08e7-5d99-a4de-4e27532a6a4a, identifier: PJ73%20HFG
2026-03-30 06:27:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e52e664c-e6bc-5f3a-bde9-97668a5d0436 with identifier: RJ23%20EFO
2026-03-30 06:27:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e52e664c-e6bc-5f3a-bde9-97668a5d0436 with identifier: RJ23%20EFO
2026-03-30 06:27:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e52e664c-e6bc-5f3a-bde9-97668a5d0436 with identifier: RJ23%20EFO to the API
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ23%20EFO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e52e664c-e6bc-5f3a-bde9-97668a5d0436',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ23 EFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ23%20EFO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 44222,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 50 220KW 83KWH Q EDITION 1 StationWagon',
 'transmission': 'automatic',
 'trim': '50 220KW 83KWH Q EDITION 1',
 'vin': 'WAUZZZFZ0PP055036',
 'year': 2023}
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520EFO%27 HTTP/1.1" 200 None
2026-03-30 06:27:17 [bca.uk] INFO: Saving data for RJ23%20EFO: {'auction_closing_time': 1774854000.0, 'created_time': 1774534715.543505, 'last_price_update_time': 1774852037.0203}
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ23%2520EFO') HTTP/1.1" 204 0
2026-03-30 06:27:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0294e625-6580-5a79-9788-8ad1c9d33dcf with identifier: KS65%20LUJ
2026-03-30 06:27:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0294e625-6580-5a79-9788-8ad1c9d33dcf with identifier: KS65%20LUJ
2026-03-30 06:27:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0294e625-6580-5a79-9788-8ad1c9d33dcf with identifier: KS65%20LUJ to the API
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS65%20LUJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0294e625-6580-5a79-9788-8ad1c9d33dcf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS65 LUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS65%20LUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'C200',
 'odometer': 110011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C200 2.0 T SE Saloon',
 'transmission': 'manual',
 'trim': 'T SE',
 'vin': 'WDD2050422R126125',
 'year': 2016}
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS65%2520LUJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:17 [bca.uk] INFO: Saving data for KS65%20LUJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774622144.279066, 'last_price_update_time': 1774852037.31314}
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS65%2520LUJ') HTTP/1.1" 204 0
2026-03-30 06:27:17 [scrapy.extensions.logstats] INFO: Crawled 74 pages (at 1 pages/min), scraped 3025 items (at 137 items/min)
2026-03-30 06:27:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:27:17 [bca.uk] INFO: Found listing with ID: CV14%20LNR
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV14%2520LNR%27 HTTP/1.1" 200 None
2026-03-30 06:27:17 [bca.uk] INFO: Scrape type for CV14%20LNR: 2
2026-03-30 06:27:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48c496a0-c30c-5d61-95e8-0b4335fd7cd5 with identifier: CV14%20LNR
2026-03-30 06:27:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48c496a0-c30c-5d61-95e8-0b4335fd7cd5 with scrape type 2
2026-03-30 06:27:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48c496a0-c30c-5d61-95e8-0b4335fd7cd5 with scrape type 2
2026-03-30 06:27:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48c496a0-c30c-5d61-95e8-0b4335fd7cd5, identifier: CV14%20LNR
2026-03-30 06:27:17 [bca.uk] INFO: Found listing with ID: YP16%20VJD
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520VJD%27 HTTP/1.1" 200 None
2026-03-30 06:27:17 [bca.uk] INFO: Scrape type for YP16%20VJD: 2
2026-03-30 06:27:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e78a323-a67e-5740-85d0-1d7825086ef5 with identifier: YP16%20VJD
2026-03-30 06:27:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e78a323-a67e-5740-85d0-1d7825086ef5 with scrape type 2
2026-03-30 06:27:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e78a323-a67e-5740-85d0-1d7825086ef5 with scrape type 2
2026-03-30 06:27:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e78a323-a67e-5740-85d0-1d7825086ef5, identifier: YP16%20VJD
2026-03-30 06:27:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71a2f829-08e7-5d99-a4de-4e27532a6a4a with identifier: PJ73%20HFG
2026-03-30 06:27:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71a2f829-08e7-5d99-a4de-4e27532a6a4a with identifier: PJ73%20HFG
2026-03-30 06:27:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71a2f829-08e7-5d99-a4de-4e27532a6a4a with identifier: PJ73%20HFG to the API
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ73%20HFG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '71a2f829-08e7-5d99-a4de-4e27532a6a4a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ73 HFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ73%20HFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 16185,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 HYBRID TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID TEKNA',
 'vin': 'SJNFCAF16U1276706',
 'year': 2023}
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ73%2520HFG%27 HTTP/1.1" 200 None
2026-03-30 06:27:17 [bca.uk] INFO: Saving data for PJ73%20HFG: {'auction_closing_time': 1774951200.0, 'created_time': 1774523215.066225, 'last_price_update_time': 1774852037.889104}
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ73%2520HFG') HTTP/1.1" 204 0
2026-03-30 06:27:18 [bca.uk] INFO: Found listing with ID: RJ23%20VPP
2026-03-30 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520VPP%27 HTTP/1.1" 200 None
2026-03-30 06:27:18 [bca.uk] INFO: Scrape type for RJ23%20VPP: 2
2026-03-30 06:27:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12c571f9-8253-50e5-a001-9772750d3243 with identifier: RJ23%20VPP
2026-03-30 06:27:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12c571f9-8253-50e5-a001-9772750d3243 with scrape type 2
2026-03-30 06:27:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12c571f9-8253-50e5-a001-9772750d3243 with scrape type 2
2026-03-30 06:27:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12c571f9-8253-50e5-a001-9772750d3243, identifier: RJ23%20VPP
2026-03-30 06:27:18 [bca.uk] INFO: Found listing with ID: HY59%20MHN
2026-03-30 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY59%2520MHN%27 HTTP/1.1" 200 None
2026-03-30 06:27:18 [bca.uk] INFO: Scrape type for HY59%20MHN: 2
2026-03-30 06:27:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15572783-44b5-51da-a550-fa4287ee0b5c with identifier: HY59%20MHN
2026-03-30 06:27:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15572783-44b5-51da-a550-fa4287ee0b5c with scrape type 2
2026-03-30 06:27:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15572783-44b5-51da-a550-fa4287ee0b5c with scrape type 2
2026-03-30 06:27:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15572783-44b5-51da-a550-fa4287ee0b5c, identifier: HY59%20MHN
2026-03-30 06:27:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48c496a0-c30c-5d61-95e8-0b4335fd7cd5 with identifier: CV14%20LNR
2026-03-30 06:27:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48c496a0-c30c-5d61-95e8-0b4335fd7cd5 with identifier: CV14%20LNR
2026-03-30 06:27:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48c496a0-c30c-5d61-95e8-0b4335fd7cd5 with identifier: CV14%20LNR to the API
2026-03-30 06:27:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '48c496a0-c30c-5d61-95e8-0b4335fd7cd5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV14 LNR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV14%20LNR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 119820,
 'odometer_reading_unit': '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 TREND Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I TREND',
 'vin': 'VNKKJ3D320A210869',
 'year': 2014}
2026-03-30 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV14%2520LNR%27 HTTP/1.1" 200 None
2026-03-30 06:27:18 [bca.uk] INFO: Saving data for CV14%20LNR: {'auction_closing_time': 1774951200.0, 'created_time': 1774621349.013773, 'last_price_update_time': 1774852038.516099}
2026-03-30 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV14%2520LNR') HTTP/1.1" 204 0
2026-03-30 06:27:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e78a323-a67e-5740-85d0-1d7825086ef5 with identifier: YP16%20VJD
2026-03-30 06:27:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e78a323-a67e-5740-85d0-1d7825086ef5 with identifier: YP16%20VJD
2026-03-30 06:27:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e78a323-a67e-5740-85d0-1d7825086ef5 with identifier: YP16%20VJD to the API
2026-03-30 06:27:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP16%20VJD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0e78a323-a67e-5740-85d0-1d7825086ef5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP16 VJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP16%20VJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 111621,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 T 16V 125 TECH LINE Hatchback',
 'transmission': 'manual',
 'trim': 'T 16V 125 TECH LINE',
 'vin': 'W0LBD6EB4GG108731',
 'year': 2016}
2026-03-30 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520VJD%27 HTTP/1.1" 200 None
2026-03-30 06:27:19 [bca.uk] INFO: Saving data for YP16%20VJD: {'auction_closing_time': 1775037600.0, 'created_time': 1774650898.271574, 'last_price_update_time': 1774852039.718819}
2026-03-30 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP16%2520VJD') HTTP/1.1" 204 0
2026-03-30 06:27:19 [bca.uk] INFO: Found listing with ID: SO18%20MKK
2026-03-30 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO18%2520MKK%27 HTTP/1.1" 200 None
2026-03-30 06:27:19 [bca.uk] INFO: Scrape type for SO18%20MKK: 2
2026-03-30 06:27:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dae666c-8c8a-554a-a1c2-ff4e4210d437 with identifier: SO18%20MKK
2026-03-30 06:27:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dae666c-8c8a-554a-a1c2-ff4e4210d437 with scrape type 2
2026-03-30 06:27:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dae666c-8c8a-554a-a1c2-ff4e4210d437 with scrape type 2
2026-03-30 06:27:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2dae666c-8c8a-554a-a1c2-ff4e4210d437, identifier: SO18%20MKK
2026-03-30 06:27:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12c571f9-8253-50e5-a001-9772750d3243 with identifier: RJ23%20VPP
2026-03-30 06:27:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12c571f9-8253-50e5-a001-9772750d3243 with identifier: RJ23%20VPP
2026-03-30 06:27:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12c571f9-8253-50e5-a001-9772750d3243 with identifier: RJ23%20VPP to the API
2026-03-30 06:27:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ23%20VPP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '12c571f9-8253-50e5-a001-9772750d3243',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ23 VPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ23%20VPP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 30214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 150/77 LIFE ED.PRO PERF(125KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150/77 LIFE ED.PRO PERF(125KC)',
 'vin': 'WVGZZZE2ZPP008468',
 'year': 2023}
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520VPP%27 HTTP/1.1" 200 None
2026-03-30 06:27:20 [bca.uk] INFO: Saving data for RJ23%20VPP: {'auction_closing_time': 1774854000.0, 'created_time': 1774305508.375621, 'last_price_update_time': 1774852040.152234}
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ23%2520VPP') HTTP/1.1" 204 0
2026-03-30 06:27:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15572783-44b5-51da-a550-fa4287ee0b5c with identifier: HY59%20MHN
2026-03-30 06:27:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15572783-44b5-51da-a550-fa4287ee0b5c with identifier: HY59%20MHN
2026-03-30 06:27:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15572783-44b5-51da-a550-fa4287ee0b5c with identifier: HY59%20MHN to the API
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY59%20MHN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '15572783-44b5-51da-a550-fa4287ee0b5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY59 MHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY59%20MHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '320D',
 'odometer': 54188,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT TOURING STEP Estate',
 'transmission': 'manual',
 'trim': 'M SPORT TOURING STEP',
 'vin': 'WBAUX32050A384635',
 'year': 2009}
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY59%2520MHN%27 HTTP/1.1" 200 None
2026-03-30 06:27:20 [bca.uk] INFO: Saving data for HY59%20MHN: {'auction_closing_time': 1775037600.0, 'created_time': 1774622133.086443, 'last_price_update_time': 1774852040.442085}
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY59%2520MHN') HTTP/1.1" 204 0
2026-03-30 06:27:20 [bca.uk] INFO: Found listing with ID: CV72%20KHJ
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV72%2520KHJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:20 [bca.uk] INFO: Scrape type for CV72%20KHJ: 2
2026-03-30 06:27:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9943636d-4b67-5202-b011-206c4492b64a with identifier: CV72%20KHJ
2026-03-30 06:27:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9943636d-4b67-5202-b011-206c4492b64a with scrape type 2
2026-03-30 06:27:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9943636d-4b67-5202-b011-206c4492b64a with scrape type 2
2026-03-30 06:27:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9943636d-4b67-5202-b011-206c4492b64a, identifier: CV72%20KHJ
2026-03-30 06:27:20 [bca.uk] INFO: Found listing with ID: WH21%20SOE
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520SOE%27 HTTP/1.1" 200 None
2026-03-30 06:27:20 [bca.uk] INFO: Scrape type for WH21%20SOE: 2
2026-03-30 06:27:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with identifier: WH21%20SOE
2026-03-30 06:27:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with scrape type 2
2026-03-30 06:27:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with scrape type 2
2026-03-30 06:27:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c48db9f-c992-5d23-aa77-f66b6d19eee2, identifier: WH21%20SOE
2026-03-30 06:27:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2dae666c-8c8a-554a-a1c2-ff4e4210d437 with identifier: SO18%20MKK
2026-03-30 06:27:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2dae666c-8c8a-554a-a1c2-ff4e4210d437 with identifier: SO18%20MKK
2026-03-30 06:27:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2dae666c-8c8a-554a-a1c2-ff4e4210d437 with identifier: SO18%20MKK to the API
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO18%20MKK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2dae666c-8c8a-554a-a1c2-ff4e4210d437',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO18 MKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO18%20MKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 70291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE',
 'vin': 'SALCA2AN7JH775357',
 'year': 2018}
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO18%2520MKK%27 HTTP/1.1" 200 None
2026-03-30 06:27:20 [bca.uk] INFO: Saving data for SO18%20MKK: {'auction_closing_time': 1775037600.0, 'created_time': 1774621964.182668, 'last_price_update_time': 1774852040.996675}
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO18%2520MKK') HTTP/1.1" 204 0
2026-03-30 06:27:21 [bca.uk] INFO: Found listing with ID: BJ23%20NPZ
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520NPZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:21 [bca.uk] INFO: Scrape type for BJ23%20NPZ: 2
2026-03-30 06:27:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67020fdd-9389-54b7-9701-95f7aecb48a8 with identifier: BJ23%20NPZ
2026-03-30 06:27:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67020fdd-9389-54b7-9701-95f7aecb48a8 with scrape type 2
2026-03-30 06:27:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67020fdd-9389-54b7-9701-95f7aecb48a8 with scrape type 2
2026-03-30 06:27:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67020fdd-9389-54b7-9701-95f7aecb48a8, identifier: BJ23%20NPZ
2026-03-30 06:27:21 [bca.uk] INFO: Found listing with ID: BP73%20LPL
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520LPL%27 HTTP/1.1" 200 None
2026-03-30 06:27:21 [bca.uk] INFO: Scrape type for BP73%20LPL: 2
2026-03-30 06:27:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3939b755-b643-5c96-82b3-83322b025c49 with identifier: BP73%20LPL
2026-03-30 06:27:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3939b755-b643-5c96-82b3-83322b025c49 with scrape type 2
2026-03-30 06:27:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3939b755-b643-5c96-82b3-83322b025c49 with scrape type 2
2026-03-30 06:27:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3939b755-b643-5c96-82b3-83322b025c49, identifier: BP73%20LPL
2026-03-30 06:27:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9943636d-4b67-5202-b011-206c4492b64a with identifier: CV72%20KHJ
2026-03-30 06:27:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9943636d-4b67-5202-b011-206c4492b64a with identifier: CV72%20KHJ
2026-03-30 06:27:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9943636d-4b67-5202-b011-206c4492b64a with identifier: CV72%20KHJ to the API
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9943636d-4b67-5202-b011-206c4492b64a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV72 KHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV72%20KHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 32822,
 'odometer_reading_unit': '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 CR-V 2.0 I-MMD HYBRID 4WD EX E-CVT StationWagon',
 'transmission': 'automatic',
 'trim': 'I-MMD HYBRID 4WD EX E-CVT',
 'vin': 'JHMRT6880NX205967',
 'year': 2022}
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV72%2520KHJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:21 [bca.uk] INFO: Saving data for CV72%20KHJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621695.705536, 'last_price_update_time': 1774852041.524469}
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV72%2520KHJ') HTTP/1.1" 204 0
2026-03-30 06:27:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with identifier: WH21%20SOE
2026-03-30 06:27:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with identifier: WH21%20SOE
2026-03-30 06:27:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c48db9f-c992-5d23-aa77-f66b6d19eee2 with identifier: WH21%20SOE to the API
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WH21%20SOE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5c48db9f-c992-5d23-aa77-f66b6d19eee2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WH21 SOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WH21%20SOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 51098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 B4P AWD R DESIGN G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B4P AWD R DESIGN G/T',
 'vin': 'YV1XZK9VCN2660099',
 'year': 2021}
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520SOE%27 HTTP/1.1" 200 None
2026-03-30 06:27:21 [bca.uk] INFO: Saving data for WH21%20SOE: {'auction_closing_time': 1775037600.0, 'created_time': 1774650899.420677, 'last_price_update_time': 1774852041.803889}
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WH21%2520SOE') HTTP/1.1" 204 0
2026-03-30 06:27:21 [bca.uk] INFO: Found listing with ID: RF68%20ZDJ
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520ZDJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:21 [bca.uk] INFO: Scrape type for RF68%20ZDJ: 2
2026-03-30 06:27:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c88d64b-4f74-5437-afdc-5a443934ddeb with identifier: RF68%20ZDJ
2026-03-30 06:27:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c88d64b-4f74-5437-afdc-5a443934ddeb with scrape type 2
2026-03-30 06:27:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c88d64b-4f74-5437-afdc-5a443934ddeb with scrape type 2
2026-03-30 06:27:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c88d64b-4f74-5437-afdc-5a443934ddeb, identifier: RF68%20ZDJ
2026-03-30 06:27:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67020fdd-9389-54b7-9701-95f7aecb48a8 with identifier: BJ23%20NPZ
2026-03-30 06:27:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67020fdd-9389-54b7-9701-95f7aecb48a8 with identifier: BJ23%20NPZ
2026-03-30 06:27:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67020fdd-9389-54b7-9701-95f7aecb48a8 with identifier: BJ23%20NPZ to the API
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ23%20NPZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '67020fdd-9389-54b7-9701-95f7aecb48a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ23 NPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ23%20NPZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C4',
 'odometer': 30494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 1.2 P/T 130 C-SERIES ED. Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 C-SERIES ED.',
 'vin': 'VR7BAHNSANE083660',
 'year': 2023}
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520NPZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:22 [bca.uk] INFO: Saving data for BJ23%20NPZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773845792.406825, 'last_price_update_time': 1774852042.206862}
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ23%2520NPZ') HTTP/1.1" 204 0
2026-03-30 06:27:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3939b755-b643-5c96-82b3-83322b025c49 with identifier: BP73%20LPL
2026-03-30 06:27:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3939b755-b643-5c96-82b3-83322b025c49 with identifier: BP73%20LPL
2026-03-30 06:27:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3939b755-b643-5c96-82b3-83322b025c49 with identifier: BP73%20LPL to the API
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP73%20LPL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3939b755-b643-5c96-82b3-83322b025c49',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP73 LPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP73%20LPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 20138,
 'odometer_reading_unit': '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': 'LRWYHCFS9RC231249',
 'year': 2023}
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520LPL%27 HTTP/1.1" 200 None
2026-03-30 06:27:22 [bca.uk] INFO: Saving data for BP73%20LPL: {'auction_closing_time': 1775037600.0, 'created_time': 1774622134.513226, 'last_price_update_time': 1774852042.488786}
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP73%2520LPL') HTTP/1.1" 204 0
2026-03-30 06:27:22 [bca.uk] INFO: Found listing with ID: FY73%20TXN
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY73%2520TXN%27 HTTP/1.1" 200 None
2026-03-30 06:27:22 [bca.uk] INFO: Scrape type for FY73%20TXN: 2
2026-03-30 06:27:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe2fc94-df24-5724-8afd-cc53ad6d8161 with identifier: FY73%20TXN
2026-03-30 06:27:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe2fc94-df24-5724-8afd-cc53ad6d8161 with scrape type 2
2026-03-30 06:27:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe2fc94-df24-5724-8afd-cc53ad6d8161 with scrape type 2
2026-03-30 06:27:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfe2fc94-df24-5724-8afd-cc53ad6d8161, identifier: FY73%20TXN
2026-03-30 06:27:22 [bca.uk] INFO: Found listing with ID: YL17%20CXP
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520CXP%27 HTTP/1.1" 200 None
2026-03-30 06:27:22 [bca.uk] INFO: Scrape type for YL17%20CXP: 2
2026-03-30 06:27:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f4c398a-3503-5cc2-8cac-b83346c9a64e with identifier: YL17%20CXP
2026-03-30 06:27:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f4c398a-3503-5cc2-8cac-b83346c9a64e with scrape type 2
2026-03-30 06:27:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f4c398a-3503-5cc2-8cac-b83346c9a64e with scrape type 2
2026-03-30 06:27:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f4c398a-3503-5cc2-8cac-b83346c9a64e, identifier: YL17%20CXP
2026-03-30 06:27:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c88d64b-4f74-5437-afdc-5a443934ddeb with identifier: RF68%20ZDJ
2026-03-30 06:27:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c88d64b-4f74-5437-afdc-5a443934ddeb with identifier: RF68%20ZDJ
2026-03-30 06:27:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c88d64b-4f74-5437-afdc-5a443934ddeb with identifier: RF68%20ZDJ to the API
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF68%20ZDJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c88d64b-4f74-5437-afdc-5a443934ddeb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF68 ZDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF68%20ZDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 68691,
 'odometer_reading_unit': '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': 'SADCA2AN7KA392282',
 'year': 2019}
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520ZDJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:22 [bca.uk] INFO: Saving data for RF68%20ZDJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774621950.64875, 'last_price_update_time': 1774852042.991906}
2026-03-30 06:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF68%2520ZDJ') HTTP/1.1" 204 0
2026-03-30 06:27:23 [bca.uk] INFO: Found listing with ID: MA18%20XAV
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA18%2520XAV%27 HTTP/1.1" 200 None
2026-03-30 06:27:23 [bca.uk] INFO: Scrape type for MA18%20XAV: 2
2026-03-30 06:27:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7475db84-fadb-50a5-b633-64f9bd15d972 with identifier: MA18%20XAV
2026-03-30 06:27:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7475db84-fadb-50a5-b633-64f9bd15d972 with scrape type 2
2026-03-30 06:27:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7475db84-fadb-50a5-b633-64f9bd15d972 with scrape type 2
2026-03-30 06:27:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7475db84-fadb-50a5-b633-64f9bd15d972, identifier: MA18%20XAV
2026-03-30 06:27:23 [bca.uk] INFO: Found listing with ID: GU25%20CYK
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU25%2520CYK%27 HTTP/1.1" 200 None
2026-03-30 06:27:23 [bca.uk] INFO: Scrape type for GU25%20CYK: 2
2026-03-30 06:27:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48070f85-c043-5edb-9b9c-01c91fc3ca01 with identifier: GU25%20CYK
2026-03-30 06:27:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48070f85-c043-5edb-9b9c-01c91fc3ca01 with scrape type 2
2026-03-30 06:27:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48070f85-c043-5edb-9b9c-01c91fc3ca01 with scrape type 2
2026-03-30 06:27:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48070f85-c043-5edb-9b9c-01c91fc3ca01, identifier: GU25%20CYK
2026-03-30 06:27:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfe2fc94-df24-5724-8afd-cc53ad6d8161 with identifier: FY73%20TXN
2026-03-30 06:27:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfe2fc94-df24-5724-8afd-cc53ad6d8161 with identifier: FY73%20TXN
2026-03-30 06:27:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfe2fc94-df24-5724-8afd-cc53ad6d8161 with identifier: FY73%20TXN to the API
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=61&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY73%20TXN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'dfe2fc94-df24-5724-8afd-cc53ad6d8161',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY73 TXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY73%20TXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 23782,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.5 E/B FHEV 2WD ST-LINE ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B FHEV 2WD ST-LINE ED.',
 'vin': 'WF0FXXWPMHPS53033',
 'year': 2023}
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY73%2520TXN%27 HTTP/1.1" 200 None
2026-03-30 06:27:23 [bca.uk] INFO: Saving data for FY73%20TXN: {'auction_closing_time': 1774951200.0, 'created_time': 1773933199.686737, 'last_price_update_time': 1774852043.557941}
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY73%2520TXN') HTTP/1.1" 204 0
2026-03-30 06:27:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f4c398a-3503-5cc2-8cac-b83346c9a64e with identifier: YL17%20CXP
2026-03-30 06:27:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f4c398a-3503-5cc2-8cac-b83346c9a64e with identifier: YL17%20CXP
2026-03-30 06:27:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f4c398a-3503-5cc2-8cac-b83346c9a64e with identifier: YL17%20CXP to the API
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL17%20CXP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8f4c398a-3503-5cc2-8cac-b83346c9a64e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL17 CXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL17%20CXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 86261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 AMG LINE Convertible',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2054042F567480',
 'year': 2017}
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL17%2520CXP%27 HTTP/1.1" 200 None
2026-03-30 06:27:23 [bca.uk] INFO: Saving data for YL17%20CXP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650880.317061, 'last_price_update_time': 1774852043.940016}
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL17%2520CXP') HTTP/1.1" 204 0
2026-03-30 06:27:23 [bca.uk] INFO: Found listing with ID: OW68%20YKX
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW68%2520YKX%27 HTTP/1.1" 200 None
2026-03-30 06:27:23 [bca.uk] INFO: Scrape type for OW68%20YKX: 2
2026-03-30 06:27:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11a00e64-b38a-52ba-b727-ea34eb87dfbc with identifier: OW68%20YKX
2026-03-30 06:27:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11a00e64-b38a-52ba-b727-ea34eb87dfbc with scrape type 2
2026-03-30 06:27:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11a00e64-b38a-52ba-b727-ea34eb87dfbc with scrape type 2
2026-03-30 06:27:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11a00e64-b38a-52ba-b727-ea34eb87dfbc, identifier: OW68%20YKX
2026-03-30 06:27:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7475db84-fadb-50a5-b633-64f9bd15d972 with identifier: MA18%20XAV
2026-03-30 06:27:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7475db84-fadb-50a5-b633-64f9bd15d972 with identifier: MA18%20XAV
2026-03-30 06:27:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7475db84-fadb-50a5-b633-64f9bd15d972 with identifier: MA18%20XAV to the API
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA18%20XAV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7475db84-fadb-50a5-b633-64f9bd15d972',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA18 XAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA18%20XAV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Walsall',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 73716,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9500,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC S StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC S',
 'vin': 'SALYA2AN9JA764942',
 'year': 2018}
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA18%2520XAV%27 HTTP/1.1" 200 None
2026-03-30 06:27:24 [bca.uk] INFO: Saving data for MA18%20XAV: {'auction_closing_time': 1774854000.0, 'created_time': 1773845796.643783, 'last_price_update_time': 1774852044.369097}
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA18%2520XAV') HTTP/1.1" 204 0
2026-03-30 06:27:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48070f85-c043-5edb-9b9c-01c91fc3ca01 with identifier: GU25%20CYK
2026-03-30 06:27:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48070f85-c043-5edb-9b9c-01c91fc3ca01 with identifier: GU25%20CYK
2026-03-30 06:27:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48070f85-c043-5edb-9b9c-01c91fc3ca01 with identifier: GU25%20CYK to the API
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU25%20CYK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '48070f85-c043-5edb-9b9c-01c91fc3ca01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU25 CYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU25%20CYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 7916,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T MHEV 160 4WD N LINE S DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T MHEV 160 4WD N LINE S DCT',
 'vin': 'TMAJB81B8SJ570598',
 'year': 2025}
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU25%2520CYK%27 HTTP/1.1" 200 None
2026-03-30 06:27:24 [bca.uk] INFO: Saving data for GU25%20CYK: {'auction_closing_time': 1775037600.0, 'created_time': 1774622111.323453, 'last_price_update_time': 1774852044.673578}
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU25%2520CYK') HTTP/1.1" 204 0
2026-03-30 06:27:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:27:24 [bca.uk] INFO: Found listing with ID: EA68%20BNF
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520BNF%27 HTTP/1.1" 200 None
2026-03-30 06:27:24 [bca.uk] INFO: Scrape type for EA68%20BNF: 2
2026-03-30 06:27:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92af0b84-6a60-51ae-8355-fffc790f8a75 with identifier: EA68%20BNF
2026-03-30 06:27:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92af0b84-6a60-51ae-8355-fffc790f8a75 with scrape type 2
2026-03-30 06:27:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92af0b84-6a60-51ae-8355-fffc790f8a75 with scrape type 2
2026-03-30 06:27:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92af0b84-6a60-51ae-8355-fffc790f8a75, identifier: EA68%20BNF
2026-03-30 06:27:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11a00e64-b38a-52ba-b727-ea34eb87dfbc with identifier: OW68%20YKX
2026-03-30 06:27:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11a00e64-b38a-52ba-b727-ea34eb87dfbc with identifier: OW68%20YKX
2026-03-30 06:27:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11a00e64-b38a-52ba-b727-ea34eb87dfbc with identifier: OW68%20YKX to the API
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW68%20YKX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11a00e64-b38a-52ba-b727-ea34eb87dfbc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW68 YKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW68%20YKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 57344,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D240 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D240 R-DYNAMIC HSE',
 'vin': 'SALYA2AN8KA213399',
 'year': 2019}
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW68%2520YKX%27 HTTP/1.1" 200 None
2026-03-30 06:27:25 [bca.uk] INFO: Saving data for OW68%20YKX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621952.122947, 'last_price_update_time': 1774852045.094327}
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW68%2520YKX') HTTP/1.1" 204 0
2026-03-30 06:27:25 [bca.uk] INFO: Found listing with ID: HV23%20ZBJ
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV23%2520ZBJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:25 [bca.uk] INFO: Scrape type for HV23%20ZBJ: 2
2026-03-30 06:27:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f50cf6d8-66ac-570c-b852-aede25e104ee with identifier: HV23%20ZBJ
2026-03-30 06:27:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f50cf6d8-66ac-570c-b852-aede25e104ee with scrape type 2
2026-03-30 06:27:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f50cf6d8-66ac-570c-b852-aede25e104ee with scrape type 2
2026-03-30 06:27:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f50cf6d8-66ac-570c-b852-aede25e104ee, identifier: HV23%20ZBJ
2026-03-30 06:27:25 [bca.uk] INFO: Found listing with ID: GL69%20LKE
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL69%2520LKE%27 HTTP/1.1" 200 None
2026-03-30 06:27:25 [bca.uk] INFO: Scrape type for GL69%20LKE: 2
2026-03-30 06:27:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a3bc719-c036-54d9-890f-900313384589 with identifier: GL69%20LKE
2026-03-30 06:27:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a3bc719-c036-54d9-890f-900313384589 with scrape type 2
2026-03-30 06:27:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a3bc719-c036-54d9-890f-900313384589 with scrape type 2
2026-03-30 06:27:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a3bc719-c036-54d9-890f-900313384589, identifier: GL69%20LKE
2026-03-30 06:27:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92af0b84-6a60-51ae-8355-fffc790f8a75 with identifier: EA68%20BNF
2026-03-30 06:27:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92af0b84-6a60-51ae-8355-fffc790f8a75 with identifier: EA68%20BNF
2026-03-30 06:27:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92af0b84-6a60-51ae-8355-fffc790f8a75 with identifier: EA68%20BNF to the API
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA68%20BNF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '92af0b84-6a60-51ae-8355-fffc790f8a75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA68 BNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA68%20BNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'I800',
 'odometer': 93248,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I800 2.5 CRDI SE MPV',
 'transmission': 'manual',
 'trim': 'CRDI SE',
 'vin': 'KMHWH81KLKU018784',
 'year': 2018}
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520BNF%27 HTTP/1.1" 200 None
2026-03-30 06:27:25 [bca.uk] INFO: Saving data for EA68%20BNF: {'auction_closing_time': 1775037600.0, 'created_time': 1774650896.356438, 'last_price_update_time': 1774852045.613075}
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA68%2520BNF') HTTP/1.1" 204 0
2026-03-30 06:27:25 [bca.uk] INFO: Found listing with ID: PJ64%20YVN
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ64%2520YVN%27 HTTP/1.1" 200 None
2026-03-30 06:27:25 [bca.uk] INFO: Scrape type for PJ64%20YVN: 2
2026-03-30 06:27:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54e046cb-7d71-5c3c-a90c-2a22d7143456 with identifier: PJ64%20YVN
2026-03-30 06:27:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54e046cb-7d71-5c3c-a90c-2a22d7143456 with scrape type 2
2026-03-30 06:27:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54e046cb-7d71-5c3c-a90c-2a22d7143456 with scrape type 2
2026-03-30 06:27:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54e046cb-7d71-5c3c-a90c-2a22d7143456, identifier: PJ64%20YVN
2026-03-30 06:27:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f50cf6d8-66ac-570c-b852-aede25e104ee with identifier: HV23%20ZBJ
2026-03-30 06:27:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f50cf6d8-66ac-570c-b852-aede25e104ee with identifier: HV23%20ZBJ
2026-03-30 06:27:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f50cf6d8-66ac-570c-b852-aede25e104ee with identifier: HV23%20ZBJ to the API
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV23%20ZBJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f50cf6d8-66ac-570c-b852-aede25e104ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV23 ZBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV23%20ZBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 103589,
 'odometer_reading_unit': '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 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PNR74881',
 'year': 2023}
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV23%2520ZBJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:26 [bca.uk] INFO: Saving data for HV23%20ZBJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774622035.43728, 'last_price_update_time': 1774852046.024193}
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV23%2520ZBJ') HTTP/1.1" 204 0
2026-03-30 06:27:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a3bc719-c036-54d9-890f-900313384589 with identifier: GL69%20LKE
2026-03-30 06:27:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a3bc719-c036-54d9-890f-900313384589 with identifier: GL69%20LKE
2026-03-30 06:27:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a3bc719-c036-54d9-890f-900313384589 with identifier: GL69%20LKE to the API
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL69%20LKE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4a3bc719-c036-54d9-890f-900313384589',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL69 LKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL69%20LKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 89012,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM',
 'vin': 'WF0JXXGAHJKJ69287',
 'year': 2019}
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL69%2520LKE%27 HTTP/1.1" 200 None
2026-03-30 06:27:26 [bca.uk] INFO: Saving data for GL69%20LKE: {'auction_closing_time': 1775037600.0, 'created_time': 1774622137.701284, 'last_price_update_time': 1774852046.325544}
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL69%2520LKE') HTTP/1.1" 204 0
2026-03-30 06:27:26 [bca.uk] INFO: Found listing with ID: DA73%20ZHL
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA73%2520ZHL%27 HTTP/1.1" 200 None
2026-03-30 06:27:26 [bca.uk] INFO: Scrape type for DA73%20ZHL: 2
2026-03-30 06:27:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a961c08f-c84b-5011-8247-cd7cfc0c57e9 with identifier: DA73%20ZHL
2026-03-30 06:27:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a961c08f-c84b-5011-8247-cd7cfc0c57e9 with scrape type 2
2026-03-30 06:27:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a961c08f-c84b-5011-8247-cd7cfc0c57e9 with scrape type 2
2026-03-30 06:27:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a961c08f-c84b-5011-8247-cd7cfc0c57e9, identifier: DA73%20ZHL
2026-03-30 06:27:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54e046cb-7d71-5c3c-a90c-2a22d7143456 with identifier: PJ64%20YVN
2026-03-30 06:27:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54e046cb-7d71-5c3c-a90c-2a22d7143456 with identifier: PJ64%20YVN
2026-03-30 06:27:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54e046cb-7d71-5c3c-a90c-2a22d7143456 with identifier: PJ64%20YVN to the API
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ64%20YVN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '54e046cb-7d71-5c3c-a90c-2a22d7143456',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ64 YVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ64%20YVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 150513,
 'odometer_reading_unit': '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 TIGUAN 2.0 TDI 140 BMT MATCH 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 140 BMT MATCH 2WD',
 'vin': 'WVGZZZ5NZFW064404',
 'year': 2014}
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ64%2520YVN%27 HTTP/1.1" 200 None
2026-03-30 06:27:26 [bca.uk] INFO: Saving data for PJ64%20YVN: {'auction_closing_time': 1775037600.0, 'created_time': 1774621937.362624, 'last_price_update_time': 1774852046.864767}
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ64%2520YVN') HTTP/1.1" 204 0
2026-03-30 06:27:26 [bca.uk] INFO: Found listing with ID: KM71%20VHH
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520VHH%27 HTTP/1.1" 200 None
2026-03-30 06:27:26 [bca.uk] INFO: Scrape type for KM71%20VHH: 2
2026-03-30 06:27:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d934ed32-26b9-5e64-9817-f3dc3976735c with identifier: KM71%20VHH
2026-03-30 06:27:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d934ed32-26b9-5e64-9817-f3dc3976735c with scrape type 2
2026-03-30 06:27:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d934ed32-26b9-5e64-9817-f3dc3976735c with scrape type 2
2026-03-30 06:27:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d934ed32-26b9-5e64-9817-f3dc3976735c, identifier: KM71%20VHH
2026-03-30 06:27:26 [bca.uk] INFO: Found listing with ID: EU16%20UEY
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU16%2520UEY%27 HTTP/1.1" 200 None
2026-03-30 06:27:27 [bca.uk] INFO: Scrape type for EU16%20UEY: 2
2026-03-30 06:27:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf21a145-6053-50ae-9fea-16ca7bb5f512 with identifier: EU16%20UEY
2026-03-30 06:27:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf21a145-6053-50ae-9fea-16ca7bb5f512 with scrape type 2
2026-03-30 06:27:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf21a145-6053-50ae-9fea-16ca7bb5f512 with scrape type 2
2026-03-30 06:27:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf21a145-6053-50ae-9fea-16ca7bb5f512, identifier: EU16%20UEY
2026-03-30 06:27:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a961c08f-c84b-5011-8247-cd7cfc0c57e9 with identifier: DA73%20ZHL
2026-03-30 06:27:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a961c08f-c84b-5011-8247-cd7cfc0c57e9 with identifier: DA73%20ZHL
2026-03-30 06:27:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a961c08f-c84b-5011-8247-cd7cfc0c57e9 with identifier: DA73%20ZHL to the API
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA73%20ZHL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a961c08f-c84b-5011-8247-cd7cfc0c57e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA73 ZHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA73%20ZHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CUPRA',
 'model': 'BORN',
 'odometer': 11399,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CUPRA BORN 150KW 58KWH V1 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH V1',
 'vin': 'VSSZZZK14RP001629',
 'year': 2023}
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA73%2520ZHL%27 HTTP/1.1" 200 None
2026-03-30 06:27:27 [bca.uk] INFO: Saving data for DA73%20ZHL: {'auction_closing_time': 1775037600.0, 'created_time': 1774650879.551478, 'last_price_update_time': 1774852047.364928}
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA73%2520ZHL') HTTP/1.1" 204 0
2026-03-30 06:27:27 [bca.uk] INFO: Found listing with ID: MK68%20BWL
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK68%2520BWL%27 HTTP/1.1" 200 None
2026-03-30 06:27:27 [bca.uk] INFO: Scrape type for MK68%20BWL: 2
2026-03-30 06:27:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80a7cdef-316f-5fdc-8743-7d8c966d7079 with identifier: MK68%20BWL
2026-03-30 06:27:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80a7cdef-316f-5fdc-8743-7d8c966d7079 with scrape type 2
2026-03-30 06:27:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80a7cdef-316f-5fdc-8743-7d8c966d7079 with scrape type 2
2026-03-30 06:27:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80a7cdef-316f-5fdc-8743-7d8c966d7079, identifier: MK68%20BWL
2026-03-30 06:27:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d934ed32-26b9-5e64-9817-f3dc3976735c with identifier: KM71%20VHH
2026-03-30 06:27:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d934ed32-26b9-5e64-9817-f3dc3976735c with identifier: KM71%20VHH
2026-03-30 06:27:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d934ed32-26b9-5e64-9817-f3dc3976735c with identifier: KM71%20VHH to the API
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM71%20VHH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd934ed32-26b9-5e64-9817-f3dc3976735c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM71 VHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM71%20VHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 116',
 'odometer': 74550,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 116 2.0 CDI L3 RWD PROGRESSIVE 9G PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI L3 RWD PROGRESSIVE 9G',
 'vin': 'W1V44760523924722',
 'year': 2021}
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520VHH%27 HTTP/1.1" 200 None
2026-03-30 06:27:27 [bca.uk] INFO: Saving data for KM71%20VHH: {'auction_closing_time': 1774951200.0, 'created_time': 1774005393.098583, 'last_price_update_time': 1774852047.77798}
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM71%2520VHH') HTTP/1.1" 204 0
2026-03-30 06:27:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf21a145-6053-50ae-9fea-16ca7bb5f512 with identifier: EU16%20UEY
2026-03-30 06:27:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf21a145-6053-50ae-9fea-16ca7bb5f512 with identifier: EU16%20UEY
2026-03-30 06:27:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf21a145-6053-50ae-9fea-16ca7bb5f512 with identifier: EU16%20UEY to the API
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU16%20UEY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cf21a145-6053-50ae-9fea-16ca7bb5f512',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU16 UEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU16%20UEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 49992,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.4 T 140 SE 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'T 140 SE 2WD',
 'vin': 'W0LJD7E80GB598247',
 'year': 2016}
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU16%2520UEY%27 HTTP/1.1" 200 None
2026-03-30 06:27:28 [bca.uk] INFO: Saving data for EU16%20UEY: {'auction_closing_time': 1775037600.0, 'created_time': 1774478092.123764, 'last_price_update_time': 1774852048.091922}
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU16%2520UEY') HTTP/1.1" 204 0
2026-03-30 06:27:28 [bca.uk] INFO: Found listing with ID: BK22%20PWJ
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:28 [bca.uk] INFO: Scrape type for BK22%20PWJ: 2
2026-03-30 06:27:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ec506ca-433c-52ac-a704-a6b6dbd89916 with identifier: BK22%20PWJ
2026-03-30 06:27:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ec506ca-433c-52ac-a704-a6b6dbd89916 with scrape type 2
2026-03-30 06:27:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ec506ca-433c-52ac-a704-a6b6dbd89916 with scrape type 2
2026-03-30 06:27:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ec506ca-433c-52ac-a704-a6b6dbd89916, identifier: BK22%20PWJ
2026-03-30 06:27:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80a7cdef-316f-5fdc-8743-7d8c966d7079 with identifier: MK68%20BWL
2026-03-30 06:27:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80a7cdef-316f-5fdc-8743-7d8c966d7079 with identifier: MK68%20BWL
2026-03-30 06:27:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80a7cdef-316f-5fdc-8743-7d8c966d7079 with identifier: MK68%20BWL to the API
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK68%20BWL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '80a7cdef-316f-5fdc-8743-7d8c966d7079',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK68 BWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK68%20BWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 50392,
 'odometer_reading_unit': '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 SI4 IGM HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'SI4 IGM HSE DYNAMIC',
 'vin': 'SALVA2AX4KH330571',
 'year': 2018}
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK68%2520BWL%27 HTTP/1.1" 200 None
2026-03-30 06:27:28 [bca.uk] INFO: Saving data for MK68%20BWL: {'auction_closing_time': 1775037600.0, 'created_time': 1774621938.433195, 'last_price_update_time': 1774852048.484378}
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK68%2520BWL') HTTP/1.1" 204 0
2026-03-30 06:27:28 [bca.uk] INFO: Found listing with ID: LD66%20KNU
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD66%2520KNU%27 HTTP/1.1" 200 None
2026-03-30 06:27:28 [bca.uk] INFO: Scrape type for LD66%20KNU: 2
2026-03-30 06:27:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92d70e70-c8f9-5a18-afef-925e8f05c4b2 with identifier: LD66%20KNU
2026-03-30 06:27:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92d70e70-c8f9-5a18-afef-925e8f05c4b2 with scrape type 2
2026-03-30 06:27:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92d70e70-c8f9-5a18-afef-925e8f05c4b2 with scrape type 2
2026-03-30 06:27:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92d70e70-c8f9-5a18-afef-925e8f05c4b2, identifier: LD66%20KNU
2026-03-30 06:27:28 [bca.uk] INFO: Found listing with ID: GP25%20CFA
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP25%2520CFA%27 HTTP/1.1" 200 None
2026-03-30 06:27:28 [bca.uk] INFO: Scrape type for GP25%20CFA: 2
2026-03-30 06:27:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 289ab0fe-4681-5144-8f58-429dea4e33b8 with identifier: GP25%20CFA
2026-03-30 06:27:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 289ab0fe-4681-5144-8f58-429dea4e33b8 with scrape type 2
2026-03-30 06:27:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 289ab0fe-4681-5144-8f58-429dea4e33b8 with scrape type 2
2026-03-30 06:27:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 289ab0fe-4681-5144-8f58-429dea4e33b8, identifier: GP25%20CFA
2026-03-30 06:27:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ec506ca-433c-52ac-a704-a6b6dbd89916 with identifier: BK22%20PWJ
2026-03-30 06:27:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ec506ca-433c-52ac-a704-a6b6dbd89916 with identifier: BK22%20PWJ
2026-03-30 06:27:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ec506ca-433c-52ac-a704-a6b6dbd89916 with identifier: BK22%20PWJ to the API
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20PWJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4ec506ca-433c-52ac-a704-a6b6dbd89916',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 PWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20PWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 70303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': 'LRW3F7FS8NC505302',
 'year': 2022}
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520PWJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:28 [bca.uk] INFO: Saving data for BK22%20PWJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774650893.289401, 'last_price_update_time': 1774852048.983154}
2026-03-30 06:27:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520PWJ') HTTP/1.1" 204 0
2026-03-30 06:27:29 [bca.uk] INFO: Found listing with ID: LL19%20PXX
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL19%2520PXX%27 HTTP/1.1" 200 None
2026-03-30 06:27:29 [bca.uk] INFO: Scrape type for LL19%20PXX: 2
2026-03-30 06:27:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f5ff6e2-a57b-546d-a536-b48ad5b84da1 with identifier: LL19%20PXX
2026-03-30 06:27:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f5ff6e2-a57b-546d-a536-b48ad5b84da1 with scrape type 2
2026-03-30 06:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f5ff6e2-a57b-546d-a536-b48ad5b84da1 with scrape type 2
2026-03-30 06:27:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f5ff6e2-a57b-546d-a536-b48ad5b84da1, identifier: LL19%20PXX
2026-03-30 06:27:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92d70e70-c8f9-5a18-afef-925e8f05c4b2 with identifier: LD66%20KNU
2026-03-30 06:27:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92d70e70-c8f9-5a18-afef-925e8f05c4b2 with identifier: LD66%20KNU
2026-03-30 06:27:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92d70e70-c8f9-5a18-afef-925e8f05c4b2 with identifier: LD66%20KNU to the API
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD66%20KNU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '92d70e70-c8f9-5a18-afef-925e8f05c4b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD66 KNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD66%20KNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'BERLINGO L1',
 'odometer': 94838,
 'odometer_reading_unit': '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 BLUEHDI 75 625KG ENTERPRISE Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 75 625KG ENTERPRISE',
 'vin': 'VF77BBHW6GJ783859',
 'year': 2016}
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD66%2520KNU%27 HTTP/1.1" 200 None
2026-03-30 06:27:29 [bca.uk] INFO: Saving data for LD66%20KNU: {'auction_closing_time': 1775037600.0, 'created_time': 1774622036.202631, 'last_price_update_time': 1774852049.468098}
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD66%2520KNU') HTTP/1.1" 204 0
2026-03-30 06:27:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 289ab0fe-4681-5144-8f58-429dea4e33b8 with identifier: GP25%20CFA
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=ice+white HTTP/1.1" 200 None
2026-03-30 06:27:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:27: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:27:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 289ab0fe-4681-5144-8f58-429dea4e33b8 with identifier: GP25%20CFA
2026-03-30 06:27:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 289ab0fe-4681-5144-8f58-429dea4e33b8 with identifier: GP25%20CFA to the API
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP25%20CFA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'ice white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '289ab0fe-4681-5144-8f58-429dea4e33b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GP25 CFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP25%20CFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'PEUGEOT',
 'model': 'EXPERT',
 'odometer': 7501,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 2.0 B/HDI 145 L2 PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 145 L2 PROFESSIONAL',
 'vin': 'VF3VLEHT4S7807694',
 'year': 2025}
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP25%2520CFA%27 HTTP/1.1" 200 None
2026-03-30 06:27:29 [bca.uk] INFO: Saving data for GP25%20CFA: {'auction_closing_time': 1775037600.0, 'created_time': 1773829970.825569, 'last_price_update_time': 1774852049.899277}
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP25%2520CFA') HTTP/1.1" 204 0
2026-03-30 06:27:29 [bca.uk] INFO: Total items found: 100
2026-03-30 06:27:29 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded
2026-03-30 06:27:29 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:27:29 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:27:29 [bca.uk] INFO: Found listing with ID: BU72%20XTD
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520XTD%27 HTTP/1.1" 200 None
2026-03-30 06:27:29 [bca.uk] INFO: Scrape type for BU72%20XTD: 2
2026-03-30 06:27:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a590e334-d4af-5e46-8e71-59b80698cd25 with identifier: BU72%20XTD
2026-03-30 06:27:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a590e334-d4af-5e46-8e71-59b80698cd25 with scrape type 2
2026-03-30 06:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a590e334-d4af-5e46-8e71-59b80698cd25 with scrape type 2
2026-03-30 06:27:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a590e334-d4af-5e46-8e71-59b80698cd25, identifier: BU72%20XTD
2026-03-30 06:27:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f5ff6e2-a57b-546d-a536-b48ad5b84da1 with identifier: LL19%20PXX
2026-03-30 06:27:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f5ff6e2-a57b-546d-a536-b48ad5b84da1 with identifier: LL19%20PXX
2026-03-30 06:27:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f5ff6e2-a57b-546d-a536-b48ad5b84da1 with identifier: LL19%20PXX to the API
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL19%20PXX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f5ff6e2-a57b-546d-a536-b48ad5b84da1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL19 PXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL19%20PXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 44248,
 'odometer_reading_unit': '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 ED4 2WD HSE (5) StationWagon',
 'transmission': 'manual',
 'trim': 'ED4 2WD HSE (5)',
 'vin': 'SALCB2CN8KH817952',
 'year': 2019}
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL19%2520PXX%27 HTTP/1.1" 200 None
2026-03-30 06:27:30 [bca.uk] INFO: Saving data for LL19%20PXX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621944.460393, 'last_price_update_time': 1774852050.316718}
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL19%2520PXX') HTTP/1.1" 204 0
2026-03-30 06:27:30 [bca.uk] INFO: Found listing with ID: KR69%20XGT
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR69%2520XGT%27 HTTP/1.1" 200 None
2026-03-30 06:27:30 [bca.uk] INFO: Scrape type for KR69%20XGT: 2
2026-03-30 06:27:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d94e2c8-e244-59dc-8d9e-973688c64695 with identifier: KR69%20XGT
2026-03-30 06:27:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d94e2c8-e244-59dc-8d9e-973688c64695 with scrape type 2
2026-03-30 06:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d94e2c8-e244-59dc-8d9e-973688c64695 with scrape type 2
2026-03-30 06:27:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d94e2c8-e244-59dc-8d9e-973688c64695, identifier: KR69%20XGT
2026-03-30 06:27:30 [bca.uk] INFO: Found listing with ID: EK67%20HHX
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK67%2520HHX%27 HTTP/1.1" 200 None
2026-03-30 06:27:30 [bca.uk] INFO: Scrape type for EK67%20HHX: 0
2026-03-30 06:27:30 [bca.uk] INFO: Found listing with ID: WN24%20YMM
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520YMM%27 HTTP/1.1" 200 None
2026-03-30 06:27:30 [bca.uk] INFO: Scrape type for WN24%20YMM: 2
2026-03-30 06:27:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73526fc9-652a-509c-b48b-8b61acc75a9c with identifier: WN24%20YMM
2026-03-30 06:27:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73526fc9-652a-509c-b48b-8b61acc75a9c with scrape type 2
2026-03-30 06:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73526fc9-652a-509c-b48b-8b61acc75a9c with scrape type 2
2026-03-30 06:27:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73526fc9-652a-509c-b48b-8b61acc75a9c, identifier: WN24%20YMM
2026-03-30 06:27:30 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:27:30 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:27:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a590e334-d4af-5e46-8e71-59b80698cd25 with identifier: BU72%20XTD
2026-03-30 06:27:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a590e334-d4af-5e46-8e71-59b80698cd25 with identifier: BU72%20XTD
2026-03-30 06:27:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a590e334-d4af-5e46-8e71-59b80698cd25 with identifier: BU72%20XTD to the API
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU72%20XTD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a590e334-d4af-5e46-8e71-59b80698cd25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU72 XTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU72%20XTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'E VITO',
 'odometer': 20146,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E VITO 85KW 66KWH FWD L2 PROGRESSIVE PanelVan',
 'transmission': 'automatic',
 'trim': '85KW 66KWH FWD L2 PROGRESSIVE',
 'vin': 'W1V44760324138908',
 'year': 2022}
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520XTD%27 HTTP/1.1" 200 None
2026-03-30 06:27:30 [bca.uk] INFO: Saving data for BU72%20XTD: {'auction_closing_time': 1775124000.0, 'created_time': 1774650884.342931, 'last_price_update_time': 1774852050.945955}
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU72%2520XTD') HTTP/1.1" 204 0
2026-03-30 06:27:30 [bca.uk] INFO: Found listing with ID: LC72%20OYD
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520OYD%27 HTTP/1.1" 200 None
2026-03-30 06:27:30 [bca.uk] INFO: Scrape type for LC72%20OYD: 2
2026-03-30 06:27:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c19ebc72-99d1-5065-a65a-ac77f7a0ac99 with identifier: LC72%20OYD
2026-03-30 06:27:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c19ebc72-99d1-5065-a65a-ac77f7a0ac99 with scrape type 2
2026-03-30 06:27:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c19ebc72-99d1-5065-a65a-ac77f7a0ac99 with scrape type 2
2026-03-30 06:27:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c19ebc72-99d1-5065-a65a-ac77f7a0ac99, identifier: LC72%20OYD
2026-03-30 06:27:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d94e2c8-e244-59dc-8d9e-973688c64695 with identifier: KR69%20XGT
2026-03-30 06:27:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d94e2c8-e244-59dc-8d9e-973688c64695 with identifier: KR69%20XGT
2026-03-30 06:27:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d94e2c8-e244-59dc-8d9e-973688c64695 with identifier: KR69%20XGT to the API
2026-03-30 06:27:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR69%20XGT-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7d94e2c8-e244-59dc-8d9e-973688c64695',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR69 XGT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR69%20XGT&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER',
 'odometer': 79981,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 2.1 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WDB9076352P172174',
 'year': 2019}
2026-03-30 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR69%2520XGT%27 HTTP/1.1" 200 None
2026-03-30 06:27:31 [bca.uk] INFO: Saving data for KR69%20XGT: {'auction_closing_time': 1774951200.0, 'created_time': 1773823086.202101, 'last_price_update_time': 1774852051.758824}
2026-03-30 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR69%2520XGT') HTTP/1.1" 204 0
2026-03-30 06:27:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73526fc9-652a-509c-b48b-8b61acc75a9c with identifier: WN24%20YMM
2026-03-30 06:27:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:27:31 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=magnetic+grey HTTP/1.1" 200 None
2026-03-30 06:27:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:27: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:27:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73526fc9-652a-509c-b48b-8b61acc75a9c with identifier: WN24%20YMM
2026-03-30 06:27:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73526fc9-652a-509c-b48b-8b61acc75a9c with identifier: WN24%20YMM to the API
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN24%20YMM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '73526fc9-652a-509c-b48b-8b61acc75a9c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN24 YMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN24%20YMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 18493,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L2 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L2 H1 LIMITED',
 'vin': 'WF0RXXTA8RPP93355',
 'year': 2024}
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520YMM%27 HTTP/1.1" 200 None
2026-03-30 06:27:32 [bca.uk] INFO: Saving data for WN24%20YMM: {'auction_closing_time': 1775037600.0, 'created_time': 1773845877.567643, 'last_price_update_time': 1774852052.180054}
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN24%2520YMM') HTTP/1.1" 204 0
2026-03-30 06:27:32 [bca.uk] INFO: Found listing with ID: FL14%20NUH
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL14%2520NUH%27 HTTP/1.1" 200 None
2026-03-30 06:27:32 [bca.uk] INFO: Scrape type for FL14%20NUH: 2
2026-03-30 06:27:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47597567-383e-5fc3-ac97-50a2580ad1a4 with identifier: FL14%20NUH
2026-03-30 06:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47597567-383e-5fc3-ac97-50a2580ad1a4 with scrape type 2
2026-03-30 06:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47597567-383e-5fc3-ac97-50a2580ad1a4 with scrape type 2
2026-03-30 06:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47597567-383e-5fc3-ac97-50a2580ad1a4, identifier: FL14%20NUH
2026-03-30 06:27: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:27:32 [bca.uk] INFO: Found listing with ID: WA64%20ZFT
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA64%2520ZFT%27 HTTP/1.1" 200 None
2026-03-30 06:27:32 [bca.uk] INFO: Scrape type for WA64%20ZFT: 2
2026-03-30 06:27:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with identifier: WA64%20ZFT
2026-03-30 06:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with scrape type 2
2026-03-30 06:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with scrape type 2
2026-03-30 06:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379, identifier: WA64%20ZFT
2026-03-30 06:27:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c19ebc72-99d1-5065-a65a-ac77f7a0ac99 with identifier: LC72%20OYD
2026-03-30 06:27:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c19ebc72-99d1-5065-a65a-ac77f7a0ac99 with identifier: LC72%20OYD
2026-03-30 06:27:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c19ebc72-99d1-5065-a65a-ac77f7a0ac99 with identifier: LC72%20OYD to the API
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC72%20OYD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c19ebc72-99d1-5065-a65a-ac77f7a0ac99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LC72 OYD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC72%20OYD&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'KIA',
 'model': 'XCEED',
 'odometer': 21596,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA XCEED 1.5 T GDI 3 ISG Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 3 ISG',
 'vin': 'U5YH5F15LPL130320',
 'year': 2022}
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520OYD%27 HTTP/1.1" 200 None
2026-03-30 06:27:32 [bca.uk] INFO: Saving data for LC72%20OYD: {'auction_closing_time': 1774951200.0, 'created_time': 1774621909.121624, 'last_price_update_time': 1774852052.720225}
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520OYD') HTTP/1.1" 204 0
2026-03-30 06:27:32 [bca.uk] INFO: Found listing with ID: PJ21%20LPF
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ21%2520LPF%27 HTTP/1.1" 200 None
2026-03-30 06:27:32 [bca.uk] INFO: Scrape type for PJ21%20LPF: 2
2026-03-30 06:27:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0263220e-0bd9-5264-bf81-84355e8aa4bc with identifier: PJ21%20LPF
2026-03-30 06:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0263220e-0bd9-5264-bf81-84355e8aa4bc with scrape type 2
2026-03-30 06:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0263220e-0bd9-5264-bf81-84355e8aa4bc with scrape type 2
2026-03-30 06:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0263220e-0bd9-5264-bf81-84355e8aa4bc, identifier: PJ21%20LPF
2026-03-30 06:27:32 [bca.uk] INFO: Found listing with ID: HV24%20LUO
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520LUO%27 HTTP/1.1" 200 None
2026-03-30 06:27:32 [bca.uk] INFO: Scrape type for HV24%20LUO: 2
2026-03-30 06:27:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b143b749-7139-5811-aee5-9b761b32cf3a with identifier: HV24%20LUO
2026-03-30 06:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b143b749-7139-5811-aee5-9b761b32cf3a with scrape type 2
2026-03-30 06:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b143b749-7139-5811-aee5-9b761b32cf3a with scrape type 2
2026-03-30 06:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b143b749-7139-5811-aee5-9b761b32cf3a, identifier: HV24%20LUO
2026-03-30 06:27:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47597567-383e-5fc3-ac97-50a2580ad1a4 with identifier: FL14%20NUH
2026-03-30 06:27:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47597567-383e-5fc3-ac97-50a2580ad1a4 with identifier: FL14%20NUH
2026-03-30 06:27:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47597567-383e-5fc3-ac97-50a2580ad1a4 with identifier: FL14%20NUH to the API
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL14%20NUH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47597567-383e-5fc3-ac97-50a2580ad1a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL14 NUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL14%20NUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 123659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-DTEC EX 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'I-DTEC EX 4WD',
 'vin': 'SHSRE6790EU008235',
 'year': 2014}
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL14%2520NUH%27 HTTP/1.1" 200 None
2026-03-30 06:27:33 [bca.uk] INFO: Saving data for FL14%20NUH: {'auction_closing_time': 1774854000.0, 'created_time': 1774350221.046308, 'last_price_update_time': 1774852053.235474}
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL14%2520NUH') HTTP/1.1" 204 0
2026-03-30 06:27:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with identifier: WA64%20ZFT
2026-03-30 06:27:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with identifier: WA64%20ZFT
2026-03-30 06:27:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fafbde7-b4ae-5d34-983a-e2c7a8d6b379 with identifier: WA64%20ZFT to the API
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA64%20ZFT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0fafbde7-b4ae-5d34-983a-e2c7a8d6b379',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA64 ZFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA64%20ZFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 51804,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 HDI 115 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'HDI 115 ALLURE',
 'vin': 'VF30U9HD8ES128051',
 'year': 2014}
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA64%2520ZFT%27 HTTP/1.1" 200 None
2026-03-30 06:27:33 [bca.uk] INFO: Saving data for WA64%20ZFT: {'auction_closing_time': 1774951200.0, 'created_time': 1774479438.891542, 'last_price_update_time': 1774852053.520729}
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA64%2520ZFT') HTTP/1.1" 204 0
2026-03-30 06:27:33 [bca.uk] INFO: Found listing with ID: NJ62%20UJD
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520UJD%27 HTTP/1.1" 200 None
2026-03-30 06:27:33 [bca.uk] INFO: Scrape type for NJ62%20UJD: 2
2026-03-30 06:27:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a210031-9413-5cb0-bbed-7df86f48ff72 with identifier: NJ62%20UJD
2026-03-30 06:27:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a210031-9413-5cb0-bbed-7df86f48ff72 with scrape type 2
2026-03-30 06:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a210031-9413-5cb0-bbed-7df86f48ff72 with scrape type 2
2026-03-30 06:27:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a210031-9413-5cb0-bbed-7df86f48ff72, identifier: NJ62%20UJD
2026-03-30 06:27:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0263220e-0bd9-5264-bf81-84355e8aa4bc with identifier: PJ21%20LPF
2026-03-30 06:27:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0263220e-0bd9-5264-bf81-84355e8aa4bc with identifier: PJ21%20LPF
2026-03-30 06:27:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0263220e-0bd9-5264-bf81-84355e8aa4bc with identifier: PJ21%20LPF to the API
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ21%20LPF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0263220e-0bd9-5264-bf81-84355e8aa4bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ21 LPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ21%20LPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN 109',
 'odometer': 77537,
 'odometer_reading_unit': '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 CITAN 109 1.5 CDI PURE L2 Van',
 'transmission': 'manual',
 'trim': 'CDI PURE L2',
 'vin': 'W1V4156032U295981',
 'year': 2021}
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ21%2520LPF%27 HTTP/1.1" 200 None
2026-03-30 06:27:33 [bca.uk] INFO: Saving data for PJ21%20LPF: {'auction_closing_time': 1775037600.0, 'created_time': 1774622033.890312, 'last_price_update_time': 1774852053.976609}
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ21%2520LPF') HTTP/1.1" 204 0
2026-03-30 06:27:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b143b749-7139-5811-aee5-9b761b32cf3a with identifier: HV24%20LUO
2026-03-30 06:27:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b143b749-7139-5811-aee5-9b761b32cf3a with identifier: HV24%20LUO
2026-03-30 06:27:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b143b749-7139-5811-aee5-9b761b32cf3a with identifier: HV24%20LUO to the API
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV24%20LUO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'metamorphosis silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b143b749-7139-5811-aee5-9b761b32cf3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV24 LUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV24%20LUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 25382,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTAXRPP90618',
 'year': 2024}
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520LUO%27 HTTP/1.1" 200 None
2026-03-30 06:27:34 [bca.uk] INFO: Saving data for HV24%20LUO: {'auction_closing_time': 1775037600.0, 'created_time': 1773841352.214284, 'last_price_update_time': 1774852054.376243}
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520LUO') HTTP/1.1" 204 0
2026-03-30 06:27:34 [bca.uk] INFO: Found listing with ID: RV22%20XVL
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XVL%27 HTTP/1.1" 200 None
2026-03-30 06:27:34 [bca.uk] INFO: Scrape type for RV22%20XVL: 2
2026-03-30 06:27:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77e7d28f-4e53-58d3-a20c-a103f19da859 with identifier: RV22%20XVL
2026-03-30 06:27:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77e7d28f-4e53-58d3-a20c-a103f19da859 with scrape type 2
2026-03-30 06:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77e7d28f-4e53-58d3-a20c-a103f19da859 with scrape type 2
2026-03-30 06:27:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77e7d28f-4e53-58d3-a20c-a103f19da859, identifier: RV22%20XVL
2026-03-30 06:27:34 [bca.uk] INFO: Found listing with ID: OV19%20XON
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520XON%27 HTTP/1.1" 200 None
2026-03-30 06:27:34 [bca.uk] INFO: Scrape type for OV19%20XON: 2
2026-03-30 06:27:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6e285b7-74f8-5be4-8c42-cb8fac98372c with identifier: OV19%20XON
2026-03-30 06:27:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6e285b7-74f8-5be4-8c42-cb8fac98372c with scrape type 2
2026-03-30 06:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6e285b7-74f8-5be4-8c42-cb8fac98372c with scrape type 2
2026-03-30 06:27:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6e285b7-74f8-5be4-8c42-cb8fac98372c, identifier: OV19%20XON
2026-03-30 06:27:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a210031-9413-5cb0-bbed-7df86f48ff72 with identifier: NJ62%20UJD
2026-03-30 06:27:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a210031-9413-5cb0-bbed-7df86f48ff72 with identifier: NJ62%20UJD
2026-03-30 06:27:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a210031-9413-5cb0-bbed-7df86f48ff72 with identifier: NJ62%20UJD to the API
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ62%20UJD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a210031-9413-5cb0-bbed-7df86f48ff72',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ62 UJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ62%20UJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 73859,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.6 TDI 105 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 SPORT',
 'vin': 'WAUZZZ8P5DA032457',
 'year': 2012}
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520UJD%27 HTTP/1.1" 200 None
2026-03-30 06:27:34 [bca.uk] INFO: Saving data for NJ62%20UJD: {'auction_closing_time': 1775037600.0, 'created_time': 1774621943.64199, 'last_price_update_time': 1774852054.908622}
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ62%2520UJD') HTTP/1.1" 204 0
2026-03-30 06:27:34 [bca.uk] INFO: Found listing with ID: MJ19%20YMY
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ19%2520YMY%27 HTTP/1.1" 200 None
2026-03-30 06:27:34 [bca.uk] INFO: Scrape type for MJ19%20YMY: 2
2026-03-30 06:27:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0f5d25f-e470-5717-801c-3b0e6797576f with identifier: MJ19%20YMY
2026-03-30 06:27:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0f5d25f-e470-5717-801c-3b0e6797576f with scrape type 2
2026-03-30 06:27:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0f5d25f-e470-5717-801c-3b0e6797576f with scrape type 2
2026-03-30 06:27:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0f5d25f-e470-5717-801c-3b0e6797576f, identifier: MJ19%20YMY
2026-03-30 06:27:35 [bca.uk] INFO: Found listing with ID: EK66%20HSA
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK66%2520HSA%27 HTTP/1.1" 200 None
2026-03-30 06:27:35 [bca.uk] INFO: Scrape type for EK66%20HSA: 2
2026-03-30 06:27:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aed7ac1f-93ac-5da9-86b1-0e38b5910e50 with identifier: EK66%20HSA
2026-03-30 06:27:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aed7ac1f-93ac-5da9-86b1-0e38b5910e50 with scrape type 2
2026-03-30 06:27:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aed7ac1f-93ac-5da9-86b1-0e38b5910e50 with scrape type 2
2026-03-30 06:27:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aed7ac1f-93ac-5da9-86b1-0e38b5910e50, identifier: EK66%20HSA
2026-03-30 06:27:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77e7d28f-4e53-58d3-a20c-a103f19da859 with identifier: RV22%20XVL
2026-03-30 06:27:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77e7d28f-4e53-58d3-a20c-a103f19da859 with identifier: RV22%20XVL
2026-03-30 06:27:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77e7d28f-4e53-58d3-a20c-a103f19da859 with identifier: RV22%20XVL to the API
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV22%20XVL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '77e7d28f-4e53-58d3-a20c-a103f19da859',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV22 XVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV22%20XVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 34054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 2.0 HYBRID 184 DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 184 DESIGN',
 'vin': 'NMTK53BX90R081842',
 'year': 2022}
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XVL%27 HTTP/1.1" 200 None
2026-03-30 06:27:35 [bca.uk] INFO: Saving data for RV22%20XVL: {'auction_closing_time': 1774854000.0, 'created_time': 1773839013.620944, 'last_price_update_time': 1774852055.420721}
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520XVL') HTTP/1.1" 204 0
2026-03-30 06:27:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6e285b7-74f8-5be4-8c42-cb8fac98372c with identifier: OV19%20XON
2026-03-30 06:27:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6e285b7-74f8-5be4-8c42-cb8fac98372c with identifier: OV19%20XON
2026-03-30 06:27:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6e285b7-74f8-5be4-8c42-cb8fac98372c with identifier: OV19%20XON to the API
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV19%20XON-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b6e285b7-74f8-5be4-8c42-cb8fac98372c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV19 XON',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV19%20XON&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 66463,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 P250 AWD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 AWD R-DYNAMIC HSE',
 'vin': 'SADFA2AX4K1Z55478',
 'year': 2019}
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520XON%27 HTTP/1.1" 200 None
2026-03-30 06:27:35 [bca.uk] INFO: Saving data for OV19%20XON: {'auction_closing_time': 1774951200.0, 'created_time': 1774650875.86469, 'last_price_update_time': 1774852055.840364}
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV19%2520XON') HTTP/1.1" 204 0
2026-03-30 06:27:35 [bca.uk] INFO: Found listing with ID: KO68%20AFJ
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520AFJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:35 [bca.uk] INFO: Scrape type for KO68%20AFJ: 2
2026-03-30 06:27:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ddaee1f-b1dd-5ca2-9ca2-41f1f652a96c with identifier: KO68%20AFJ
2026-03-30 06:27:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ddaee1f-b1dd-5ca2-9ca2-41f1f652a96c with scrape type 2
2026-03-30 06:27:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ddaee1f-b1dd-5ca2-9ca2-41f1f652a96c with scrape type 2
2026-03-30 06:27:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ddaee1f-b1dd-5ca2-9ca2-41f1f652a96c, identifier: KO68%20AFJ
2026-03-30 06:27:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0f5d25f-e470-5717-801c-3b0e6797576f with identifier: MJ19%20YMY
2026-03-30 06:27:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0f5d25f-e470-5717-801c-3b0e6797576f with identifier: MJ19%20YMY
2026-03-30 06:27:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0f5d25f-e470-5717-801c-3b0e6797576f with identifier: MJ19%20YMY to the API
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 84,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ19%20YMY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd0f5d25f-e470-5717-801c-3b0e6797576f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ19 YMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ19%20YMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'HYUNDAI',
 'model': 'IONIQ HYBRID',
 'odometer': 71638,
 'odometer_reading_unit': '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 105 PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI 105 PREMIUM DCT',
 'vin': 'KMHC851CVKU135751',
 'year': 2019}
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ19%2520YMY%27 HTTP/1.1" 200 None
2026-03-30 06:27:36 [bca.uk] INFO: Saving data for MJ19%20YMY: {'auction_closing_time': 1774951200.0, 'created_time': 1774622193.659739, 'last_price_update_time': 1774852056.262226}
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ19%2520YMY') HTTP/1.1" 204 0
2026-03-30 06:27:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aed7ac1f-93ac-5da9-86b1-0e38b5910e50 with identifier: EK66%20HSA
2026-03-30 06:27:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aed7ac1f-93ac-5da9-86b1-0e38b5910e50 with identifier: EK66%20HSA
2026-03-30 06:27:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aed7ac1f-93ac-5da9-86b1-0e38b5910e50 with identifier: EK66%20HSA to the API
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK66%20HSA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aed7ac1f-93ac-5da9-86b1-0e38b5910e50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK66 HSA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK66%20HSA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 82754,
 'odometer_reading_unit': '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 TITANIUM Estate',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF06XXGCC6GL87291',
 'year': 2016}
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK66%2520HSA%27 HTTP/1.1" 200 None
2026-03-30 06:27:36 [bca.uk] INFO: Saving data for EK66%20HSA: {'auction_closing_time': 1775037600.0, 'created_time': 1774478126.395469, 'last_price_update_time': 1774852056.561662}
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK66%2520HSA') HTTP/1.1" 204 0
2026-03-30 06:27:36 [bca.uk] INFO: Found listing with ID: KS71%20OAY
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520OAY%27 HTTP/1.1" 200 None
2026-03-30 06:27:36 [bca.uk] INFO: Scrape type for KS71%20OAY: 2
2026-03-30 06:27:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d118d002-2a42-5d45-aa1a-706b637d2128 with identifier: KS71%20OAY
2026-03-30 06:27:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d118d002-2a42-5d45-aa1a-706b637d2128 with scrape type 2
2026-03-30 06:27:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d118d002-2a42-5d45-aa1a-706b637d2128 with scrape type 2
2026-03-30 06:27:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d118d002-2a42-5d45-aa1a-706b637d2128, identifier: KS71%20OAY
2026-03-30 06:27:36 [bca.uk] INFO: Found listing with ID: WN14%20WXE
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520WXE%27 HTTP/1.1" 200 None
2026-03-30 06:27:36 [bca.uk] INFO: Scrape type for WN14%20WXE: 2
2026-03-30 06:27:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8f1dcc2-1e48-587d-8896-3d1db10b30ea with identifier: WN14%20WXE
2026-03-30 06:27:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8f1dcc2-1e48-587d-8896-3d1db10b30ea with scrape type 2
2026-03-30 06:27:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8f1dcc2-1e48-587d-8896-3d1db10b30ea with scrape type 2
2026-03-30 06:27:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8f1dcc2-1e48-587d-8896-3d1db10b30ea, identifier: WN14%20WXE
2026-03-30 06:27:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ddaee1f-b1dd-5ca2-9ca2-41f1f652a96c with identifier: KO68%20AFJ
2026-03-30 06:27:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ddaee1f-b1dd-5ca2-9ca2-41f1f652a96c with identifier: KO68%20AFJ
2026-03-30 06:27:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ddaee1f-b1dd-5ca2-9ca2-41f1f652a96c with identifier: KO68%20AFJ to the API
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 193,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO68%20AFJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ddaee1f-b1dd-5ca2-9ca2-41f1f652a96c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO68 AFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO68%20AFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 91732,
 'odometer_reading_unit': '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 StationWagon',
 'transmission': 'automatic',
 'trim': 'SI4 240 HSE',
 'vin': 'SALCA2AX8KH790095',
 'year': 2018}
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520AFJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:37 [bca.uk] INFO: Saving data for KO68%20AFJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774621908.707188, 'last_price_update_time': 1774852057.099736}
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO68%2520AFJ') HTTP/1.1" 204 0
2026-03-30 06:27:37 [bca.uk] INFO: Found listing with ID: DK18%20MWO
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK18%2520MWO%27 HTTP/1.1" 200 None
2026-03-30 06:27:37 [bca.uk] INFO: Scrape type for DK18%20MWO: 2
2026-03-30 06:27:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac847de8-d6e4-51e1-a9d6-7546f518083d with identifier: DK18%20MWO
2026-03-30 06:27:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac847de8-d6e4-51e1-a9d6-7546f518083d with scrape type 2
2026-03-30 06:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac847de8-d6e4-51e1-a9d6-7546f518083d with scrape type 2
2026-03-30 06:27:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac847de8-d6e4-51e1-a9d6-7546f518083d, identifier: DK18%20MWO
2026-03-30 06:27:37 [bca.uk] INFO: Found listing with ID: WN24%20JXA
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520JXA%27 HTTP/1.1" 200 None
2026-03-30 06:27:37 [bca.uk] INFO: Scrape type for WN24%20JXA: 2
2026-03-30 06:27:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: add44a19-93c1-5467-ac65-a771036e9c7f with identifier: WN24%20JXA
2026-03-30 06:27:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item add44a19-93c1-5467-ac65-a771036e9c7f with scrape type 2
2026-03-30 06:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item add44a19-93c1-5467-ac65-a771036e9c7f with scrape type 2
2026-03-30 06:27:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: add44a19-93c1-5467-ac65-a771036e9c7f, identifier: WN24%20JXA
2026-03-30 06:27:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d118d002-2a42-5d45-aa1a-706b637d2128 with identifier: KS71%20OAY
2026-03-30 06:27:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d118d002-2a42-5d45-aa1a-706b637d2128 with identifier: KS71%20OAY
2026-03-30 06:27:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d118d002-2a42-5d45-aa1a-706b637d2128 with identifier: KS71%20OAY to the API
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS71%20OAY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd118d002-2a42-5d45-aa1a-706b637d2128',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS71 OAY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS71%20OAY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 116',
 'odometer': 72285,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 116 2.0 CDI L3 RWD PROGRESSIVE 9G PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI L3 RWD PROGRESSIVE 9G',
 'vin': 'W1V44760523945788',
 'year': 2022}
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS71%2520OAY%27 HTTP/1.1" 200 None
2026-03-30 06:27:37 [bca.uk] INFO: Saving data for KS71%20OAY: {'auction_closing_time': 1774854000.0, 'created_time': 1774523727.546611, 'last_price_update_time': 1774852057.612544}
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS71%2520OAY') HTTP/1.1" 204 0
2026-03-30 06:27:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8f1dcc2-1e48-587d-8896-3d1db10b30ea with identifier: WN14%20WXE
2026-03-30 06:27:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8f1dcc2-1e48-587d-8896-3d1db10b30ea with identifier: WN14%20WXE
2026-03-30 06:27:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8f1dcc2-1e48-587d-8896-3d1db10b30ea with identifier: WN14%20WXE to the API
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN14%20WXE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b8f1dcc2-1e48-587d-8896-3d1db10b30ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN14 WXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN14%20WXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 67540,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.6 VTI 120 DSTYLE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'VTI 120 DSTYLE PLUS',
 'vin': 'VF7SA5FS0EW586122',
 'year': 2014}
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520WXE%27 HTTP/1.1" 200 None
2026-03-30 06:27:37 [bca.uk] INFO: Saving data for WN14%20WXE: {'auction_closing_time': 1775124000.0, 'created_time': 1774650876.246579, 'last_price_update_time': 1774852057.924677}
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN14%2520WXE') HTTP/1.1" 204 0
2026-03-30 06:27:37 [bca.uk] INFO: Found listing with ID: GY22%20JHU
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520JHU%27 HTTP/1.1" 200 None
2026-03-30 06:27:37 [bca.uk] INFO: Scrape type for GY22%20JHU: 2
2026-03-30 06:27:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68515db1-0bb1-5d50-8a6f-cd0f5e145df7 with identifier: GY22%20JHU
2026-03-30 06:27:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68515db1-0bb1-5d50-8a6f-cd0f5e145df7 with scrape type 2
2026-03-30 06:27:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68515db1-0bb1-5d50-8a6f-cd0f5e145df7 with scrape type 2
2026-03-30 06:27:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68515db1-0bb1-5d50-8a6f-cd0f5e145df7, identifier: GY22%20JHU
2026-03-30 06:27:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac847de8-d6e4-51e1-a9d6-7546f518083d with identifier: DK18%20MWO
2026-03-30 06:27:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac847de8-d6e4-51e1-a9d6-7546f518083d with identifier: DK18%20MWO
2026-03-30 06:27:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac847de8-d6e4-51e1-a9d6-7546f518083d with identifier: DK18%20MWO to the API
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK18%20MWO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ac847de8-d6e4-51e1-a9d6-7546f518083d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK18 MWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK18%20MWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'C300',
 'odometer': 79186,
 'odometer_reading_unit': '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 C300 2.0 T AMG LINE 9G Coupe',
 'transmission': 'manual',
 'trim': 'T AMG LINE 9G',
 'vin': 'WDD2053482F703760',
 'year': 2018}
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK18%2520MWO%27 HTTP/1.1" 200 None
2026-03-30 06:27:38 [bca.uk] INFO: Saving data for DK18%20MWO: {'auction_closing_time': 1774951200.0, 'created_time': 1774622170.722856, 'last_price_update_time': 1774852058.342196}
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK18%2520MWO') HTTP/1.1" 204 0
2026-03-30 06:27:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: add44a19-93c1-5467-ac65-a771036e9c7f with identifier: WN24%20JXA
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=grey+matter HTTP/1.1" 200 None
2026-03-30 06:27:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:27: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:27:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: add44a19-93c1-5467-ac65-a771036e9c7f with identifier: WN24%20JXA
2026-03-30 06:27:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: add44a19-93c1-5467-ac65-a771036e9c7f with identifier: WN24%20JXA to the API
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN24%20JXA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'add44a19-93c1-5467-ac65-a771036e9c7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN24 JXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN24%20JXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 21445,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTA0RRB97194',
 'year': 2024}
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520JXA%27 HTTP/1.1" 200 None
2026-03-30 06:27:38 [bca.uk] INFO: Saving data for WN24%20JXA: {'auction_closing_time': 1775037600.0, 'created_time': 1773845867.369246, 'last_price_update_time': 1774852058.751144}
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN24%2520JXA') HTTP/1.1" 204 0
2026-03-30 06:27:38 [bca.uk] INFO: Found listing with ID: WP25%20XMA
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520XMA%27 HTTP/1.1" 200 None
2026-03-30 06:27:38 [bca.uk] INFO: Scrape type for WP25%20XMA: 0
2026-03-30 06:27:38 [bca.uk] INFO: Found listing with ID: WV74%20RUW
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520RUW%27 HTTP/1.1" 200 None
2026-03-30 06:27:38 [bca.uk] INFO: Scrape type for WV74%20RUW: 2
2026-03-30 06:27:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06a748cb-0467-5af6-9979-6aa2a130693b with identifier: WV74%20RUW
2026-03-30 06:27:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06a748cb-0467-5af6-9979-6aa2a130693b with scrape type 2
2026-03-30 06:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06a748cb-0467-5af6-9979-6aa2a130693b with scrape type 2
2026-03-30 06:27:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06a748cb-0467-5af6-9979-6aa2a130693b, identifier: WV74%20RUW
2026-03-30 06:27:38 [bca.uk] INFO: Found listing with ID: MF64%20ZBC
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520ZBC%27 HTTP/1.1" 200 None
2026-03-30 06:27:38 [bca.uk] INFO: Scrape type for MF64%20ZBC: 2
2026-03-30 06:27:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be6594c7-f639-5f44-91a0-dcecba1f24c9 with identifier: MF64%20ZBC
2026-03-30 06:27:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be6594c7-f639-5f44-91a0-dcecba1f24c9 with scrape type 2
2026-03-30 06:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be6594c7-f639-5f44-91a0-dcecba1f24c9 with scrape type 2
2026-03-30 06:27:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be6594c7-f639-5f44-91a0-dcecba1f24c9, identifier: MF64%20ZBC
2026-03-30 06:27:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68515db1-0bb1-5d50-8a6f-cd0f5e145df7 with identifier: GY22%20JHU
2026-03-30 06:27:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68515db1-0bb1-5d50-8a6f-cd0f5e145df7 with identifier: GY22%20JHU
2026-03-30 06:27:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68515db1-0bb1-5d50-8a6f-cd0f5e145df7 with identifier: GY22%20JHU to the API
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY22%20JHU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '68515db1-0bb1-5d50-8a6f-cd0f5e145df7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY22 JHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY22%20JHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 27135,
 'odometer_reading_unit': '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 D200 EDITION StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 EDITION',
 'vin': 'SALYA2AN1NA340967',
 'year': 2022}
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520JHU%27 HTTP/1.1" 200 None
2026-03-30 06:27:39 [bca.uk] INFO: Saving data for GY22%20JHU: {'auction_closing_time': 1775037600.0, 'created_time': 1774621906.828489, 'last_price_update_time': 1774852059.313066}
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY22%2520JHU') HTTP/1.1" 204 0
2026-03-30 06:27:39 [bca.uk] INFO: Found listing with ID: M2%20CFL
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M2%2520CFL%27 HTTP/1.1" 200 None
2026-03-30 06:27:39 [bca.uk] INFO: Scrape type for M2%20CFL: 2
2026-03-30 06:27:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a04f368d-b2de-59b3-b3ea-eeae8ea3b099 with identifier: M2%20CFL
2026-03-30 06:27:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a04f368d-b2de-59b3-b3ea-eeae8ea3b099 with scrape type 2
2026-03-30 06:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a04f368d-b2de-59b3-b3ea-eeae8ea3b099 with scrape type 2
2026-03-30 06:27:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a04f368d-b2de-59b3-b3ea-eeae8ea3b099, identifier: M2%20CFL
2026-03-30 06:27:39 [bca.uk] INFO: Found listing with ID: DG09%20NKN
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG09%2520NKN%27 HTTP/1.1" 200 None
2026-03-30 06:27:39 [bca.uk] INFO: Scrape type for DG09%20NKN: 2
2026-03-30 06:27:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f049dd48-0f93-5ec5-91a4-b95e976b98f5 with identifier: DG09%20NKN
2026-03-30 06:27:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f049dd48-0f93-5ec5-91a4-b95e976b98f5 with scrape type 2
2026-03-30 06:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f049dd48-0f93-5ec5-91a4-b95e976b98f5 with scrape type 2
2026-03-30 06:27:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f049dd48-0f93-5ec5-91a4-b95e976b98f5, identifier: DG09%20NKN
2026-03-30 06:27:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06a748cb-0467-5af6-9979-6aa2a130693b with identifier: WV74%20RUW
2026-03-30 06:27:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06a748cb-0467-5af6-9979-6aa2a130693b with identifier: WV74%20RUW
2026-03-30 06:27:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06a748cb-0467-5af6-9979-6aa2a130693b with identifier: WV74%20RUW to the API
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV74%20RUW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '06a748cb-0467-5af6-9979-6aa2a130693b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV74 RUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV74%20RUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 19520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 165 L3 H2 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 165 L3 H2 LIMITED',
 'vin': 'WF0EXXTTRERK48330',
 'year': 2024}
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520RUW%27 HTTP/1.1" 200 None
2026-03-30 06:27:39 [bca.uk] INFO: Saving data for WV74%20RUW: {'auction_closing_time': 1774854000.0, 'created_time': 1773839533.3545, 'last_price_update_time': 1774852059.915667}
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV74%2520RUW') HTTP/1.1" 204 0
2026-03-30 06:27:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be6594c7-f639-5f44-91a0-dcecba1f24c9 with identifier: MF64%20ZBC
2026-03-30 06:27:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be6594c7-f639-5f44-91a0-dcecba1f24c9 with identifier: MF64%20ZBC
2026-03-30 06:27:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be6594c7-f639-5f44-91a0-dcecba1f24c9 with identifier: MF64%20ZBC to the API
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF64%20ZBC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'be6594c7-f639-5f44-91a0-dcecba1f24c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF64 ZBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF64%20ZBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 103077,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 105 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 SE',
 'vin': 'WVWZZZAUZFP007599',
 'year': 2014}
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520ZBC%27 HTTP/1.1" 200 None
2026-03-30 06:27:40 [bca.uk] INFO: Saving data for MF64%20ZBC: {'auction_closing_time': 1775037600.0, 'created_time': 1774650876.931914, 'last_price_update_time': 1774852060.219428}
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF64%2520ZBC') HTTP/1.1" 204 0
2026-03-30 06:27:40 [bca.uk] INFO: Found listing with ID: MK19%20OLH
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK19%2520OLH%27 HTTP/1.1" 200 None
2026-03-30 06:27:40 [bca.uk] INFO: Scrape type for MK19%20OLH: 2
2026-03-30 06:27:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8c94f0a-aad8-57a5-9b31-cc783c45bdb6 with identifier: MK19%20OLH
2026-03-30 06:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8c94f0a-aad8-57a5-9b31-cc783c45bdb6 with scrape type 2
2026-03-30 06:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8c94f0a-aad8-57a5-9b31-cc783c45bdb6 with scrape type 2
2026-03-30 06:27:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8c94f0a-aad8-57a5-9b31-cc783c45bdb6, identifier: MK19%20OLH
2026-03-30 06:27:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a04f368d-b2de-59b3-b3ea-eeae8ea3b099 with identifier: M2%20CFL
2026-03-30 06:27:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a04f368d-b2de-59b3-b3ea-eeae8ea3b099 with identifier: M2%20CFL
2026-03-30 06:27:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a04f368d-b2de-59b3-b3ea-eeae8ea3b099 with identifier: M2%20CFL to the API
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=M2%20CFL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a04f368d-b2de-59b3-b3ea-eeae8ea3b099',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'M2 CFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=M2%20CFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 55114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.5 B/HDI 100 1000 ENTERPRISE ED. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 ENTERPRISE ED.',
 'vin': 'VR7EFYHT2PJ580432',
 'year': 2023}
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M2%2520CFL%27 HTTP/1.1" 200 None
2026-03-30 06:27:40 [bca.uk] INFO: Saving data for M2%20CFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774622172.58588, 'last_price_update_time': 1774852060.605754}
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='M2%2520CFL') HTTP/1.1" 204 0
2026-03-30 06:27:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f049dd48-0f93-5ec5-91a4-b95e976b98f5 with identifier: DG09%20NKN
2026-03-30 06:27:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f049dd48-0f93-5ec5-91a4-b95e976b98f5 with identifier: DG09%20NKN
2026-03-30 06:27:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f049dd48-0f93-5ec5-91a4-b95e976b98f5 with identifier: DG09%20NKN to the API
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG09%20NKN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f049dd48-0f93-5ec5-91a4-b95e976b98f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG09 NKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG09%20NKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 81861,
 '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  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWMR320X0TX73351',
 'year': 2009}
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG09%2520NKN%27 HTTP/1.1" 200 None
2026-03-30 06:27:40 [bca.uk] INFO: Saving data for DG09%20NKN: {'auction_closing_time': 1775037600.0, 'created_time': 1774622120.809291, 'last_price_update_time': 1774852060.915744}
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG09%2520NKN') HTTP/1.1" 204 0
2026-03-30 06:27:40 [bca.uk] INFO: Found listing with ID: LC72%20RXD
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520RXD%27 HTTP/1.1" 200 None
2026-03-30 06:27:40 [bca.uk] INFO: Scrape type for LC72%20RXD: 2
2026-03-30 06:27:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fae1ef9a-962c-5e87-8e2a-693a90367611 with identifier: LC72%20RXD
2026-03-30 06:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fae1ef9a-962c-5e87-8e2a-693a90367611 with scrape type 2
2026-03-30 06:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fae1ef9a-962c-5e87-8e2a-693a90367611 with scrape type 2
2026-03-30 06:27:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fae1ef9a-962c-5e87-8e2a-693a90367611, identifier: LC72%20RXD
2026-03-30 06:27:41 [bca.uk] INFO: Found listing with ID: HX24%20UMR
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520UMR%27 HTTP/1.1" 200 None
2026-03-30 06:27:41 [bca.uk] INFO: Scrape type for HX24%20UMR: 2
2026-03-30 06:27:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 277b1b32-df71-5015-b6d6-806a1eaa2152 with identifier: HX24%20UMR
2026-03-30 06:27:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 277b1b32-df71-5015-b6d6-806a1eaa2152 with scrape type 2
2026-03-30 06:27:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 277b1b32-df71-5015-b6d6-806a1eaa2152 with scrape type 2
2026-03-30 06:27:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 277b1b32-df71-5015-b6d6-806a1eaa2152, identifier: HX24%20UMR
2026-03-30 06:27:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8c94f0a-aad8-57a5-9b31-cc783c45bdb6 with identifier: MK19%20OLH
2026-03-30 06:27:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8c94f0a-aad8-57a5-9b31-cc783c45bdb6 with identifier: MK19%20OLH
2026-03-30 06:27:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8c94f0a-aad8-57a5-9b31-cc783c45bdb6 with identifier: MK19%20OLH to the API
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK19%20OLH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8c94f0a-aad8-57a5-9b31-cc783c45bdb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK19 OLH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK19%20OLH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SKODA',
 'model': 'KAROQ',
 'odometer': 72591,
 'odometer_reading_unit': '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 KAROQ 2.0 TDI 150 4X4 SE L DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 150 4X4 SE L DSG',
 'vin': 'TMBMJ7NU5K2029486',
 'year': 2019}
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK19%2520OLH%27 HTTP/1.1" 200 None
2026-03-30 06:27:41 [bca.uk] INFO: Saving data for MK19%20OLH: {'auction_closing_time': 1774951200.0, 'created_time': 1774621920.922555, 'last_price_update_time': 1774852061.421983}
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK19%2520OLH') HTTP/1.1" 204 0
2026-03-30 06:27:41 [bca.uk] INFO: Found listing with ID: PO21%20ZDW
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520ZDW%27 HTTP/1.1" 200 None
2026-03-30 06:27:41 [bca.uk] INFO: Scrape type for PO21%20ZDW: 2
2026-03-30 06:27:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5efd42ac-d7fa-5953-9fdc-bd84fca210dc with identifier: PO21%20ZDW
2026-03-30 06:27:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5efd42ac-d7fa-5953-9fdc-bd84fca210dc with scrape type 2
2026-03-30 06:27:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5efd42ac-d7fa-5953-9fdc-bd84fca210dc with scrape type 2
2026-03-30 06:27:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5efd42ac-d7fa-5953-9fdc-bd84fca210dc, identifier: PO21%20ZDW
2026-03-30 06:27:41 [bca.uk] INFO: Found listing with ID: LP67%20WFR
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP67%2520WFR%27 HTTP/1.1" 200 None
2026-03-30 06:27:41 [bca.uk] INFO: Scrape type for LP67%20WFR: 2
2026-03-30 06:27:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3c44500-016e-5146-9972-d8d5dc3d1e90 with identifier: LP67%20WFR
2026-03-30 06:27:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3c44500-016e-5146-9972-d8d5dc3d1e90 with scrape type 2
2026-03-30 06:27:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3c44500-016e-5146-9972-d8d5dc3d1e90 with scrape type 2
2026-03-30 06:27:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3c44500-016e-5146-9972-d8d5dc3d1e90, identifier: LP67%20WFR
2026-03-30 06:27:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fae1ef9a-962c-5e87-8e2a-693a90367611 with identifier: LC72%20RXD
2026-03-30 06:27:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fae1ef9a-962c-5e87-8e2a-693a90367611 with identifier: LC72%20RXD
2026-03-30 06:27:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fae1ef9a-962c-5e87-8e2a-693a90367611 with identifier: LC72%20RXD to the API
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC72%20RXD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fae1ef9a-962c-5e87-8e2a-693a90367611',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC72 RXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC72%20RXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 105395,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1400 2.0 B/HDI 145 XL ENTERPRISE PRO PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 145 XL ENTERPRISE PRO',
 'vin': 'VF7VFEHTMN7055020',
 'year': 2022}
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520RXD%27 HTTP/1.1" 200 None
2026-03-30 06:27:41 [bca.uk] INFO: Saving data for LC72%20RXD: {'auction_closing_time': 1774854000.0, 'created_time': 1773929737.049071, 'last_price_update_time': 1774852061.936706}
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520RXD') HTTP/1.1" 204 0
2026-03-30 06:27:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 277b1b32-df71-5015-b6d6-806a1eaa2152 with identifier: HX24%20UMR
2026-03-30 06:27:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 277b1b32-df71-5015-b6d6-806a1eaa2152 with identifier: HX24%20UMR
2026-03-30 06:27:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 277b1b32-df71-5015-b6d6-806a1eaa2152 with identifier: HX24%20UMR to the API
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX24%20UMR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '277b1b32-df71-5015-b6d6-806a1eaa2152',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX24 UMR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX24%20UMR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 317',
 'odometer': 17687,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 317 2.0 CDI 3.5T RWD L2 H2 PREMIUM PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PREMIUM',
 'vin': 'W1V3KBFZ1RP650008',
 'year': 2024}
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520UMR%27 HTTP/1.1" 200 None
2026-03-30 06:27:42 [bca.uk] INFO: Saving data for HX24%20UMR: {'auction_closing_time': 1775124000.0, 'created_time': 1774650878.430566, 'last_price_update_time': 1774852062.231735}
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX24%2520UMR') HTTP/1.1" 204 0
2026-03-30 06:27:42 [bca.uk] INFO: Found listing with ID: GN20%20WMG
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN20%2520WMG%27 HTTP/1.1" 200 None
2026-03-30 06:27:42 [bca.uk] INFO: Scrape type for GN20%20WMG: 2
2026-03-30 06:27:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c2c9046-5824-5898-b31e-4e24145e53ea with identifier: GN20%20WMG
2026-03-30 06:27:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c2c9046-5824-5898-b31e-4e24145e53ea with scrape type 2
2026-03-30 06:27:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c2c9046-5824-5898-b31e-4e24145e53ea with scrape type 2
2026-03-30 06:27:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c2c9046-5824-5898-b31e-4e24145e53ea, identifier: GN20%20WMG
2026-03-30 06:27:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5efd42ac-d7fa-5953-9fdc-bd84fca210dc with identifier: PO21%20ZDW
2026-03-30 06:27:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5efd42ac-d7fa-5953-9fdc-bd84fca210dc with identifier: PO21%20ZDW
2026-03-30 06:27:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5efd42ac-d7fa-5953-9fdc-bd84fca210dc with identifier: PO21%20ZDW to the API
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO21%20ZDW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5efd42ac-d7fa-5953-9fdc-bd84fca210dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PO21 ZDW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO21%20ZDW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN DUALINER',
 'odometer': 137817,
 'odometer_reading_unit': '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 CITAN DUALINER 1.5 109 CDI 90 X-LONG CrewCab Van',
 'transmission': 'manual',
 'trim': '109 CDI 90 X-LONG',
 'vin': 'W1V4156032U295933',
 'year': 2021}
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520ZDW%27 HTTP/1.1" 200 None
2026-03-30 06:27:42 [bca.uk] INFO: Saving data for PO21%20ZDW: {'auction_closing_time': 1775037600.0, 'created_time': 1774622168.404169, 'last_price_update_time': 1774852062.638354}
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO21%2520ZDW') HTTP/1.1" 204 0
2026-03-30 06:27:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3c44500-016e-5146-9972-d8d5dc3d1e90 with identifier: LP67%20WFR
2026-03-30 06:27:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3c44500-016e-5146-9972-d8d5dc3d1e90 with identifier: LP67%20WFR
2026-03-30 06:27:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3c44500-016e-5146-9972-d8d5dc3d1e90 with identifier: LP67%20WFR to the API
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP67%20WFR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e3c44500-016e-5146-9972-d8d5dc3d1e90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP67 WFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP67%20WFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 80982,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 TEKNA',
 'vin': 'SJNFEAF15U7418769',
 'year': 2018}
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP67%2520WFR%27 HTTP/1.1" 200 None
2026-03-30 06:27:42 [bca.uk] INFO: Saving data for LP67%20WFR: {'auction_closing_time': 1774951200.0, 'created_time': 1774622106.836, 'last_price_update_time': 1774852062.916674}
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP67%2520WFR') HTTP/1.1" 204 0
2026-03-30 06:27:42 [bca.uk] INFO: Found listing with ID: WP22%20AUX
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520AUX%27 HTTP/1.1" 200 None
2026-03-30 06:27:42 [bca.uk] INFO: Scrape type for WP22%20AUX: 2
2026-03-30 06:27:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff16991-f231-5982-8481-94f08823ea03 with identifier: WP22%20AUX
2026-03-30 06:27:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff16991-f231-5982-8481-94f08823ea03 with scrape type 2
2026-03-30 06:27:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dff16991-f231-5982-8481-94f08823ea03 with scrape type 2
2026-03-30 06:27:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dff16991-f231-5982-8481-94f08823ea03, identifier: WP22%20AUX
2026-03-30 06:27:43 [bca.uk] INFO: Found listing with ID: WV61%20CLU
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV61%2520CLU%27 HTTP/1.1" 200 None
2026-03-30 06:27:43 [bca.uk] INFO: Scrape type for WV61%20CLU: 2
2026-03-30 06:27:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdbaaf20-f981-55c9-8f30-132b169c1cab with identifier: WV61%20CLU
2026-03-30 06:27:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdbaaf20-f981-55c9-8f30-132b169c1cab with scrape type 2
2026-03-30 06:27:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdbaaf20-f981-55c9-8f30-132b169c1cab with scrape type 2
2026-03-30 06:27:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdbaaf20-f981-55c9-8f30-132b169c1cab, identifier: WV61%20CLU
2026-03-30 06:27:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c2c9046-5824-5898-b31e-4e24145e53ea with identifier: GN20%20WMG
2026-03-30 06:27:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c2c9046-5824-5898-b31e-4e24145e53ea with identifier: GN20%20WMG
2026-03-30 06:27:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c2c9046-5824-5898-b31e-4e24145e53ea with identifier: GN20%20WMG to the API
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN20%20WMG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1c2c9046-5824-5898-b31e-4e24145e53ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN20 WMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN20%20WMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 47788,
 'odometer_reading_unit': '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 2WD SE (5ST) StationWagon',
 'transmission': 'manual',
 'trim': 'D150 2WD SE (5ST)',
 'vin': 'SALCB2CN4LH854224',
 'year': 2020}
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN20%2520WMG%27 HTTP/1.1" 200 None
2026-03-30 06:27:43 [bca.uk] INFO: Saving data for GN20%20WMG: {'auction_closing_time': 1775037600.0, 'created_time': 1774621922.10974, 'last_price_update_time': 1774852063.434995}
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN20%2520WMG') HTTP/1.1" 204 0
2026-03-30 06:27:43 [bca.uk] INFO: Found listing with ID: PO21%20ZDP
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520ZDP%27 HTTP/1.1" 200 None
2026-03-30 06:27:43 [bca.uk] INFO: Scrape type for PO21%20ZDP: 2
2026-03-30 06:27:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce394844-7dfb-5c25-b8b6-553d9f2a0a26 with identifier: PO21%20ZDP
2026-03-30 06:27:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce394844-7dfb-5c25-b8b6-553d9f2a0a26 with scrape type 2
2026-03-30 06:27:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce394844-7dfb-5c25-b8b6-553d9f2a0a26 with scrape type 2
2026-03-30 06:27:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce394844-7dfb-5c25-b8b6-553d9f2a0a26, identifier: PO21%20ZDP
2026-03-30 06:27:43 [bca.uk] INFO: Found listing with ID: BK63%20HUJ
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK63%2520HUJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:43 [bca.uk] INFO: Scrape type for BK63%20HUJ: 2
2026-03-30 06:27:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c24efa43-63b4-5f2e-86b9-f707677075e6 with identifier: BK63%20HUJ
2026-03-30 06:27:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c24efa43-63b4-5f2e-86b9-f707677075e6 with scrape type 2
2026-03-30 06:27:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c24efa43-63b4-5f2e-86b9-f707677075e6 with scrape type 2
2026-03-30 06:27:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c24efa43-63b4-5f2e-86b9-f707677075e6, identifier: BK63%20HUJ
2026-03-30 06:27:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dff16991-f231-5982-8481-94f08823ea03 with identifier: WP22%20AUX
2026-03-30 06:27:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dff16991-f231-5982-8481-94f08823ea03 with identifier: WP22%20AUX
2026-03-30 06:27:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dff16991-f231-5982-8481-94f08823ea03 with identifier: WP22%20AUX to the API
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 277,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP22%20AUX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dff16991-f231-5982-8481-94f08823ea03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP22 AUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP22%20AUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 80473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 LEADER',
 'vin': 'WF0AXXTTRANY38211',
 'year': 2022}
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520AUX%27 HTTP/1.1" 200 None
2026-03-30 06:27:43 [bca.uk] INFO: Saving data for WP22%20AUX: {'auction_closing_time': 1774854000.0, 'created_time': 1773832599.742086, 'last_price_update_time': 1774852063.962286}
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP22%2520AUX') HTTP/1.1" 204 0
2026-03-30 06:27:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdbaaf20-f981-55c9-8f30-132b169c1cab with identifier: WV61%20CLU
2026-03-30 06:27:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdbaaf20-f981-55c9-8f30-132b169c1cab with identifier: WV61%20CLU
2026-03-30 06:27:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdbaaf20-f981-55c9-8f30-132b169c1cab with identifier: WV61%20CLU to the API
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27: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:27:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV61%20CLU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fdbaaf20-f981-55c9-8f30-132b169c1cab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV61 CLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV61%20CLU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 91496,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TI-VCT 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TI-VCT 125 TITANIUM',
 'vin': 'WF0KXXGCBKBS61599',
 'year': 2011}
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV61%2520CLU%27 HTTP/1.1" 200 None
2026-03-30 06:27:44 [bca.uk] INFO: Saving data for WV61%20CLU: {'auction_closing_time': 1775124000.0, 'created_time': 1774650864.384973, 'last_price_update_time': 1774852064.402336}
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV61%2520CLU') HTTP/1.1" 204 0
2026-03-30 06:27:44 [bca.uk] INFO: Found listing with ID: GF68%20OLA
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF68%2520OLA%27 HTTP/1.1" 200 None
2026-03-30 06:27:44 [bca.uk] INFO: Scrape type for GF68%20OLA: 2
2026-03-30 06:27:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aafe892f-a509-5466-9217-f8fb2d8d6e0b with identifier: GF68%20OLA
2026-03-30 06:27:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aafe892f-a509-5466-9217-f8fb2d8d6e0b with scrape type 2
2026-03-30 06:27:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aafe892f-a509-5466-9217-f8fb2d8d6e0b with scrape type 2
2026-03-30 06:27:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aafe892f-a509-5466-9217-f8fb2d8d6e0b, identifier: GF68%20OLA
2026-03-30 06:27:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce394844-7dfb-5c25-b8b6-553d9f2a0a26 with identifier: PO21%20ZDP
2026-03-30 06:27:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce394844-7dfb-5c25-b8b6-553d9f2a0a26 with identifier: PO21%20ZDP
2026-03-30 06:27:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce394844-7dfb-5c25-b8b6-553d9f2a0a26 with identifier: PO21%20ZDP to the API
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27: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:27:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO21%20ZDP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ce394844-7dfb-5c25-b8b6-553d9f2a0a26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO21 ZDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO21%20ZDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN DUALINER',
 'odometer': 132240,
 'odometer_reading_unit': '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 CITAN DUALINER 1.5 109 CDI 90 X-LONG CrewCab Van',
 'transmission': 'manual',
 'trim': '109 CDI 90 X-LONG',
 'vin': 'W1V4156032U295809',
 'year': 2021}
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520ZDP%27 HTTP/1.1" 200 None
2026-03-30 06:27:44 [bca.uk] INFO: Saving data for PO21%20ZDP: {'auction_closing_time': 1775037600.0, 'created_time': 1774622169.014206, 'last_price_update_time': 1774852064.80898}
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO21%2520ZDP') HTTP/1.1" 204 0
2026-03-30 06:27:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c24efa43-63b4-5f2e-86b9-f707677075e6 with identifier: BK63%20HUJ
2026-03-30 06:27:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c24efa43-63b4-5f2e-86b9-f707677075e6 with identifier: BK63%20HUJ
2026-03-30 06:27:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c24efa43-63b4-5f2e-86b9-f707677075e6 with identifier: BK63%20HUJ to the API
2026-03-30 06:27:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27: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:27:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK63%20HUJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c24efa43-63b4-5f2e-86b9-f707677075e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK63 HUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK63%20HUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 56695,
 'odometer_reading_unit': '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 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF0DXXGAKDDA09910',
 'year': 2013}
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK63%2520HUJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Saving data for BK63%20HUJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774622122.169647, 'last_price_update_time': 1774852065.116275}
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK63%2520HUJ') HTTP/1.1" 204 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: AE22%20OWJ
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE22%2520OWJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for AE22%20OWJ: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: AF22%20THV
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27: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%2520THV%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for AF22%20THV: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: AF70%20UBC
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520UBC%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for AF70%20UBC: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: AK72%20YRA
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK72%2520YRA%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for AK72%20YRA: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: BF23%20AMV
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520AMV%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for BF23%20AMV: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: DE21%20GLZ
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE21%2520GLZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for DE21%20GLZ: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: DE23%20NMZ
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520NMZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for DE23%20NMZ: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: DF72%20CZW
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF72%2520CZW%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for DF72%20CZW: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: DG24%20ZKX
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520ZKX%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for DG24%20ZKX: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: DK24%20WMY
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520WMY%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for DK24%20WMY: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: DN71%20AXV
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520AXV%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for DN71%20AXV: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: DX71%20BYR
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520BYR%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for DX71%20BYR: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: DY73%20VAD
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520VAD%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for DY73%20VAD: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: FG22%20JYA
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520JYA%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for FG22%20JYA: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: FN22%20JGZ
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for FN22%20JGZ: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: GL72%20OER
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OER%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for GL72%20OER: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: GV70%20KKG
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV70%2520KKG%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for GV70%20KKG: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: HF23%20VFH
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520VFH%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for HF23%20VFH: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: LM21%20WOU
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520WOU%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for LM21%20WOU: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: LS23%20EHY
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520EHY%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for LS23%20EHY: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: MA72%20ZGV
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520ZGV%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for MA72%20ZGV: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: MD72%20WNC
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WNC%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for MD72%20WNC: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: ML22%20WLU
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520WLU%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for ML22%20WLU: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: MW22%20VMG
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW22%2520VMG%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for MW22%20VMG: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: NG72%20WBD
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG72%2520WBD%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for NG72%20WBD: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: NJ23%20LND
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LND%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for NJ23%20LND: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: NX70%20FGZ
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520FGZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for NX70%20FGZ: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: OY22%20XCC
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520XCC%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for OY22%20XCC: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: PN71%20KLC
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN71%2520KLC%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for PN71%20KLC: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: PX23%20XMG
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX23%2520XMG%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for PX23%20XMG: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: PX71%20OHK
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX71%2520OHK%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for PX71%20OHK: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: RV22%20TZU
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520TZU%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for RV22%20TZU: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: SG22%20WUL
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520WUL%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for SG22%20WUL: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: VE71%20XCB
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520XCB%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for VE71%20XCB: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: VU71%20HVV
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU71%2520HVV%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for VU71%20HVV: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: YD24%20NPG
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD24%2520NPG%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for YD24%20NPG: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: YH23%20XLR
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520XLR%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for YH23%20XLR: 0
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: GF70%20BBO
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF70%2520BBO%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for GF70%20BBO: 2
2026-03-30 06:27:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ececea2c-5d00-5df4-b21a-3e95f3cb9abb with identifier: GF70%20BBO
2026-03-30 06:27:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ececea2c-5d00-5df4-b21a-3e95f3cb9abb with scrape type 2
2026-03-30 06:27:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ececea2c-5d00-5df4-b21a-3e95f3cb9abb with scrape type 2
2026-03-30 06:27:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ececea2c-5d00-5df4-b21a-3e95f3cb9abb, identifier: GF70%20BBO
2026-03-30 06:27:45 [bca.uk] INFO: Found listing with ID: BF73%20ATK
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF73%2520ATK%27 HTTP/1.1" 200 None
2026-03-30 06:27:45 [bca.uk] INFO: Scrape type for BF73%20ATK: 2
2026-03-30 06:27:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f26866f-d70c-5513-a86a-a5b6650d0b24 with identifier: BF73%20ATK
2026-03-30 06:27:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f26866f-d70c-5513-a86a-a5b6650d0b24 with scrape type 2
2026-03-30 06:27:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f26866f-d70c-5513-a86a-a5b6650d0b24 with scrape type 2
2026-03-30 06:27:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f26866f-d70c-5513-a86a-a5b6650d0b24, identifier: BF73%20ATK
2026-03-30 06:27:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aafe892f-a509-5466-9217-f8fb2d8d6e0b with identifier: GF68%20OLA
2026-03-30 06:27:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aafe892f-a509-5466-9217-f8fb2d8d6e0b with identifier: GF68%20OLA
2026-03-30 06:27:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aafe892f-a509-5466-9217-f8fb2d8d6e0b with identifier: GF68%20OLA to the API
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27: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:27:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 72,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF68%20OLA-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': 'aafe892f-a509-5466-9217-f8fb2d8d6e0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GF68 OLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF68%20OLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 86308,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 2.0 P400E VOGUE SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E VOGUE SE',
 'vin': 'SALGA2AY1KA527336',
 'year': 2018}
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF68%2520OLA%27 HTTP/1.1" 200 None
2026-03-30 06:27:46 [bca.uk] INFO: Saving data for GF68%20OLA: {'auction_closing_time': 1775037600.0, 'created_time': 1774621876.615137, 'last_price_update_time': 1774852066.327004}
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF68%2520OLA') HTTP/1.1" 204 0
2026-03-30 06:27:46 [bca.uk] INFO: Found listing with ID: DE14%20ARU
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520ARU%27 HTTP/1.1" 200 None
2026-03-30 06:27:46 [bca.uk] INFO: Scrape type for DE14%20ARU: 2
2026-03-30 06:27:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bbfd788-4743-5f7b-898d-3ed92a8f74d4 with identifier: DE14%20ARU
2026-03-30 06:27:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bbfd788-4743-5f7b-898d-3ed92a8f74d4 with scrape type 2
2026-03-30 06:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bbfd788-4743-5f7b-898d-3ed92a8f74d4 with scrape type 2
2026-03-30 06:27:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bbfd788-4743-5f7b-898d-3ed92a8f74d4, identifier: DE14%20ARU
2026-03-30 06:27:46 [bca.uk] INFO: Found listing with ID: WN25%20TFK
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520TFK%27 HTTP/1.1" 200 None
2026-03-30 06:27:46 [bca.uk] INFO: Scrape type for WN25%20TFK: 2
2026-03-30 06:27:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c5dc627-eb41-5cf2-9069-5038b275d497 with identifier: WN25%20TFK
2026-03-30 06:27:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c5dc627-eb41-5cf2-9069-5038b275d497 with scrape type 2
2026-03-30 06:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c5dc627-eb41-5cf2-9069-5038b275d497 with scrape type 2
2026-03-30 06:27:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c5dc627-eb41-5cf2-9069-5038b275d497, identifier: WN25%20TFK
2026-03-30 06:27:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ececea2c-5d00-5df4-b21a-3e95f3cb9abb with identifier: GF70%20BBO
2026-03-30 06:27:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ececea2c-5d00-5df4-b21a-3e95f3cb9abb with identifier: GF70%20BBO
2026-03-30 06:27:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ececea2c-5d00-5df4-b21a-3e95f3cb9abb with identifier: GF70%20BBO to the API
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27: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:27:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF70%20BBO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ececea2c-5d00-5df4-b21a-3e95f3cb9abb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF70 BBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF70%20BBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 107078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': '5YJ3F7EA2LF777131',
 'year': 2020}
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF70%2520BBO%27 HTTP/1.1" 200 None
2026-03-30 06:27:46 [bca.uk] INFO: Saving data for GF70%20BBO: {'auction_closing_time': 1774854000.0, 'created_time': 1774437328.114067, 'last_price_update_time': 1774852066.96967}
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF70%2520BBO') HTTP/1.1" 204 0
2026-03-30 06:27:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f26866f-d70c-5513-a86a-a5b6650d0b24 with identifier: BF73%20ATK
2026-03-30 06:27:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f26866f-d70c-5513-a86a-a5b6650d0b24 with identifier: BF73%20ATK
2026-03-30 06:27:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f26866f-d70c-5513-a86a-a5b6650d0b24 with identifier: BF73%20ATK to the API
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF73%20ATK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2f26866f-d70c-5513-a86a-a5b6650d0b24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BF73 ATK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF73%20ATK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 13436,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 4 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 4 DCT',
 'vin': 'KNACT81EVR5121131',
 'year': 2023}
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF73%2520ATK%27 HTTP/1.1" 200 None
2026-03-30 06:27:47 [bca.uk] INFO: Saving data for BF73%20ATK: {'auction_closing_time': 1774951200.0, 'created_time': 1774650865.697013, 'last_price_update_time': 1774852067.264608}
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF73%2520ATK') HTTP/1.1" 204 0
2026-03-30 06:27:47 [bca.uk] INFO: Found listing with ID: AF58%20XDR
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF58%2520XDR%27 HTTP/1.1" 200 None
2026-03-30 06:27:47 [bca.uk] INFO: Scrape type for AF58%20XDR: 2
2026-03-30 06:27:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f67e7e6c-e10b-5c06-ad4c-df54d1a1fb8a with identifier: AF58%20XDR
2026-03-30 06:27:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f67e7e6c-e10b-5c06-ad4c-df54d1a1fb8a with scrape type 2
2026-03-30 06:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f67e7e6c-e10b-5c06-ad4c-df54d1a1fb8a with scrape type 2
2026-03-30 06:27:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f67e7e6c-e10b-5c06-ad4c-df54d1a1fb8a, identifier: AF58%20XDR
2026-03-30 06:27:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bbfd788-4743-5f7b-898d-3ed92a8f74d4 with identifier: DE14%20ARU
2026-03-30 06:27:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bbfd788-4743-5f7b-898d-3ed92a8f74d4 with identifier: DE14%20ARU
2026-03-30 06:27:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bbfd788-4743-5f7b-898d-3ed92a8f74d4 with identifier: DE14%20ARU to the API
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE14%20ARU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7bbfd788-4743-5f7b-898d-3ed92a8f74d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE14 ARU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE14%20ARU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 100174,
 'odometer_reading_unit': '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 B/E EXECUTIVE SE Saloon',
 'transmission': 'manual',
 'trim': 'CDI B/E EXECUTIVE SE',
 'vin': 'WDD2040022A923355',
 'year': 2014}
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520ARU%27 HTTP/1.1" 200 None
2026-03-30 06:27:47 [bca.uk] INFO: Saving data for DE14%20ARU: {'auction_closing_time': 1775037600.0, 'created_time': 1774622148.920865, 'last_price_update_time': 1774852067.666743}
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE14%2520ARU') HTTP/1.1" 204 0
2026-03-30 06:27:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c5dc627-eb41-5cf2-9069-5038b275d497 with identifier: WN25%20TFK
2026-03-30 06:27:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c5dc627-eb41-5cf2-9069-5038b275d497 with identifier: WN25%20TFK
2026-03-30 06:27:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c5dc627-eb41-5cf2-9069-5038b275d497 with identifier: WN25%20TFK to the API
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 266,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN25%20TFK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1c5dc627-eb41-5cf2-9069-5038b275d497',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN25 TFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN25%20TFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 22561,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 3.0 EBL 240 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 240 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PRY77806',
 'year': 2025}
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520TFK%27 HTTP/1.1" 200 None
2026-03-30 06:27:47 [bca.uk] INFO: Saving data for WN25%20TFK: {'auction_closing_time': 1775037600.0, 'created_time': 1774622105.998572, 'last_price_update_time': 1774852067.972855}
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN25%2520TFK') HTTP/1.1" 204 0
2026-03-30 06:27:47 [bca.uk] INFO: Found listing with ID: J27%20RCY
2026-03-30 06:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J27%2520RCY%27 HTTP/1.1" 200 None
2026-03-30 06:27:48 [bca.uk] INFO: Scrape type for J27%20RCY: 2
2026-03-30 06:27:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56c32d7c-d440-55ad-8812-3a1aba26072e with identifier: J27%20RCY
2026-03-30 06:27:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56c32d7c-d440-55ad-8812-3a1aba26072e with scrape type 2
2026-03-30 06:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56c32d7c-d440-55ad-8812-3a1aba26072e with scrape type 2
2026-03-30 06:27:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56c32d7c-d440-55ad-8812-3a1aba26072e, identifier: J27%20RCY
2026-03-30 06:27:48 [bca.uk] INFO: Found listing with ID: VX66%20ORY
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX66%2520ORY%27 HTTP/1.1" 200 None
2026-03-30 06:27:48 [bca.uk] INFO: Scrape type for VX66%20ORY: 2
2026-03-30 06:27:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d10eff8c-2c85-539d-ab61-36fd1fa27f7e with identifier: VX66%20ORY
2026-03-30 06:27:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d10eff8c-2c85-539d-ab61-36fd1fa27f7e with scrape type 2
2026-03-30 06:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d10eff8c-2c85-539d-ab61-36fd1fa27f7e with scrape type 2
2026-03-30 06:27:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d10eff8c-2c85-539d-ab61-36fd1fa27f7e, identifier: VX66%20ORY
2026-03-30 06:27:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f67e7e6c-e10b-5c06-ad4c-df54d1a1fb8a with identifier: AF58%20XDR
2026-03-30 06:27:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f67e7e6c-e10b-5c06-ad4c-df54d1a1fb8a with identifier: AF58%20XDR
2026-03-30 06:27:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f67e7e6c-e10b-5c06-ad4c-df54d1a1fb8a with identifier: AF58%20XDR to the API
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF58%20XDR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f67e7e6c-e10b-5c06-ad4c-df54d1a1fb8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF58 XDR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF58%20XDR&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 107611,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 MATCH',
 'vin': 'WVWZZZ1KZ8W243620',
 'year': 2008}
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF58%2520XDR%27 HTTP/1.1" 200 None
2026-03-30 06:27:48 [bca.uk] INFO: Saving data for AF58%20XDR: {'auction_closing_time': 1774864800.0, 'created_time': 1774438224.865552, 'last_price_update_time': 1774852068.487257}
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF58%2520XDR') HTTP/1.1" 204 0
2026-03-30 06:27:48 [bca.uk] INFO: Found listing with ID: PK20%20WGA
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WGA%27 HTTP/1.1" 200 None
2026-03-30 06:27:48 [bca.uk] INFO: Scrape type for PK20%20WGA: 2
2026-03-30 06:27:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d38daf43-239f-5f7b-aed7-c6c01cb16b5b with identifier: PK20%20WGA
2026-03-30 06:27:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d38daf43-239f-5f7b-aed7-c6c01cb16b5b with scrape type 2
2026-03-30 06:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d38daf43-239f-5f7b-aed7-c6c01cb16b5b with scrape type 2
2026-03-30 06:27:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d38daf43-239f-5f7b-aed7-c6c01cb16b5b, identifier: PK20%20WGA
2026-03-30 06:27:48 [bca.uk] INFO: Found listing with ID: BP73%20HVS
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520HVS%27 HTTP/1.1" 200 None
2026-03-30 06:27:48 [bca.uk] INFO: Scrape type for BP73%20HVS: 2
2026-03-30 06:27:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60282285-3737-584c-9f3e-5d3f8d73d2b6 with identifier: BP73%20HVS
2026-03-30 06:27:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60282285-3737-584c-9f3e-5d3f8d73d2b6 with scrape type 2
2026-03-30 06:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60282285-3737-584c-9f3e-5d3f8d73d2b6 with scrape type 2
2026-03-30 06:27:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60282285-3737-584c-9f3e-5d3f8d73d2b6, identifier: BP73%20HVS
2026-03-30 06:27:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56c32d7c-d440-55ad-8812-3a1aba26072e with identifier: J27%20RCY
2026-03-30 06:27:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56c32d7c-d440-55ad-8812-3a1aba26072e with identifier: J27%20RCY
2026-03-30 06:27:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56c32d7c-d440-55ad-8812-3a1aba26072e with identifier: J27%20RCY to the API
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=J27%20RCY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '56c32d7c-d440-55ad-8812-3a1aba26072e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'J27 RCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=J27%20RCY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 99086,
 'odometer_reading_unit': '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': 'VF3MCBHZHHS287352',
 'year': 2017}
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J27%2520RCY%27 HTTP/1.1" 200 None
2026-03-30 06:27:48 [bca.uk] INFO: Saving data for J27%20RCY: {'auction_closing_time': 1774854000.0, 'created_time': 1774437279.77851, 'last_price_update_time': 1774852068.997671}
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='J27%2520RCY') HTTP/1.1" 204 0
2026-03-30 06:27:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d10eff8c-2c85-539d-ab61-36fd1fa27f7e with identifier: VX66%20ORY
2026-03-30 06:27:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d10eff8c-2c85-539d-ab61-36fd1fa27f7e with identifier: VX66%20ORY
2026-03-30 06:27:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d10eff8c-2c85-539d-ab61-36fd1fa27f7e with identifier: VX66%20ORY to the API
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX66%20ORY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd10eff8c-2c85-539d-ab61-36fd1fa27f7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX66 ORY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX66%20ORY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 132656,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD TITANIUM X StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD TITANIUM X',
 'vin': 'WF0AXXWPMAGR04638',
 'year': 2016}
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX66%2520ORY%27 HTTP/1.1" 200 None
2026-03-30 06:27:49 [bca.uk] INFO: Saving data for VX66%20ORY: {'auction_closing_time': 1774951200.0, 'created_time': 1774650867.414682, 'last_price_update_time': 1774852069.300413}
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX66%2520ORY') HTTP/1.1" 204 0
2026-03-30 06:27:49 [bca.uk] INFO: Found listing with ID: SD65%20BYK
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD65%2520BYK%27 HTTP/1.1" 200 None
2026-03-30 06:27:49 [bca.uk] INFO: Scrape type for SD65%20BYK: 2
2026-03-30 06:27:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 943760a0-3859-507f-bf7b-18705f09ac1e with identifier: SD65%20BYK
2026-03-30 06:27:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 943760a0-3859-507f-bf7b-18705f09ac1e with scrape type 2
2026-03-30 06:27:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 943760a0-3859-507f-bf7b-18705f09ac1e with scrape type 2
2026-03-30 06:27:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 943760a0-3859-507f-bf7b-18705f09ac1e, identifier: SD65%20BYK
2026-03-30 06:27:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d38daf43-239f-5f7b-aed7-c6c01cb16b5b with identifier: PK20%20WGA
2026-03-30 06:27:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d38daf43-239f-5f7b-aed7-c6c01cb16b5b with identifier: PK20%20WGA
2026-03-30 06:27:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d38daf43-239f-5f7b-aed7-c6c01cb16b5b with identifier: PK20%20WGA to the API
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK20%20WGA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd38daf43-239f-5f7b-aed7-c6c01cb16b5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK20 WGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK20%20WGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN DUALINER',
 'odometer': 175659,
 'odometer_reading_unit': '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': 'WDF4156032U275601',
 'year': 2020}
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WGA%27 HTTP/1.1" 200 None
2026-03-30 06:27:49 [bca.uk] INFO: Saving data for PK20%20WGA: {'auction_closing_time': 1775037600.0, 'created_time': 1774622151.928726, 'last_price_update_time': 1774852069.69532}
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK20%2520WGA') HTTP/1.1" 204 0
2026-03-30 06:27:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60282285-3737-584c-9f3e-5d3f8d73d2b6 with identifier: BP73%20HVS
2026-03-30 06:27:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60282285-3737-584c-9f3e-5d3f8d73d2b6 with identifier: BP73%20HVS
2026-03-30 06:27:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60282285-3737-584c-9f3e-5d3f8d73d2b6 with identifier: BP73%20HVS to the API
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP73%20HVS-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '60282285-3737-584c-9f3e-5d3f8d73d2b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP73 HVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP73%20HVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 7964,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VF3MRHNSUPS156436',
 'year': 2023}
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520HVS%27 HTTP/1.1" 200 None
2026-03-30 06:27:49 [bca.uk] INFO: Saving data for BP73%20HVS: {'auction_closing_time': 1775124000.0, 'created_time': 1774622104.683168, 'last_price_update_time': 1774852069.99766}
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP73%2520HVS') HTTP/1.1" 204 0
2026-03-30 06:27:50 [bca.uk] INFO: Found listing with ID: AO17%20VJZ
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO17%2520VJZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:50 [bca.uk] INFO: Scrape type for AO17%20VJZ: 0
2026-03-30 06:27:50 [bca.uk] INFO: Found listing with ID: FV16%20YFC
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV16%2520YFC%27 HTTP/1.1" 200 None
2026-03-30 06:27:50 [bca.uk] INFO: Scrape type for FV16%20YFC: 0
2026-03-30 06:27:50 [bca.uk] INFO: Found listing with ID: M444%20CNR
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M444%2520CNR%27 HTTP/1.1" 200 None
2026-03-30 06:27:50 [bca.uk] INFO: Scrape type for M444%20CNR: 0
2026-03-30 06:27:50 [bca.uk] INFO: Found listing with ID: NA17%20ULD
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520ULD%27 HTTP/1.1" 200 None
2026-03-30 06:27:50 [bca.uk] INFO: Scrape type for NA17%20ULD: 0
2026-03-30 06:27:50 [bca.uk] INFO: Found listing with ID: Y13%20WMB
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y13%2520WMB%27 HTTP/1.1" 200 None
2026-03-30 06:27:50 [bca.uk] INFO: Scrape type for Y13%20WMB: 0
2026-03-30 06:27:50 [bca.uk] INFO: Found listing with ID: EF18%20OMT
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520OMT%27 HTTP/1.1" 200 None
2026-03-30 06:27:50 [bca.uk] INFO: Scrape type for EF18%20OMT: 2
2026-03-30 06:27:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e234283-efc1-51bc-b35f-05c4de63afd2 with identifier: EF18%20OMT
2026-03-30 06:27:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e234283-efc1-51bc-b35f-05c4de63afd2 with scrape type 2
2026-03-30 06:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e234283-efc1-51bc-b35f-05c4de63afd2 with scrape type 2
2026-03-30 06:27:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e234283-efc1-51bc-b35f-05c4de63afd2, identifier: EF18%20OMT
2026-03-30 06:27:50 [bca.uk] INFO: Found listing with ID: NJ18%20BWP
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520BWP%27 HTTP/1.1" 200 None
2026-03-30 06:27:50 [bca.uk] INFO: Scrape type for NJ18%20BWP: 2
2026-03-30 06:27:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with identifier: NJ18%20BWP
2026-03-30 06:27:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with scrape type 2
2026-03-30 06:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with scrape type 2
2026-03-30 06:27:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98a65f5e-2f4e-5f2b-96d2-51589207ae58, identifier: NJ18%20BWP
2026-03-30 06:27:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 943760a0-3859-507f-bf7b-18705f09ac1e with identifier: SD65%20BYK
2026-03-30 06:27:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 943760a0-3859-507f-bf7b-18705f09ac1e with identifier: SD65%20BYK
2026-03-30 06:27:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 943760a0-3859-507f-bf7b-18705f09ac1e with identifier: SD65%20BYK to the API
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD65%20BYK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '943760a0-3859-507f-bf7b-18705f09ac1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD65 BYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD65%20BYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 118459,
 'odometer_reading_unit': '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': 'TMBFM6NJ9GZ044801',
 'year': 2015}
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD65%2520BYK%27 HTTP/1.1" 200 None
2026-03-30 06:27:50 [bca.uk] INFO: Saving data for SD65%20BYK: {'auction_closing_time': 1774864800.0, 'created_time': 1774436716.233569, 'last_price_update_time': 1774852070.66786}
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD65%2520BYK') HTTP/1.1" 204 0
2026-03-30 06:27:50 [bca.uk] INFO: Found listing with ID: CV11%20TXJ
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520TXJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:50 [bca.uk] INFO: Scrape type for CV11%20TXJ: 2
2026-03-30 06:27:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acfabd12-bf92-51c9-974d-7b5ea04c1dae with identifier: CV11%20TXJ
2026-03-30 06:27:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acfabd12-bf92-51c9-974d-7b5ea04c1dae with scrape type 2
2026-03-30 06:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acfabd12-bf92-51c9-974d-7b5ea04c1dae with scrape type 2
2026-03-30 06:27:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acfabd12-bf92-51c9-974d-7b5ea04c1dae, identifier: CV11%20TXJ
2026-03-30 06:27:50 [bca.uk] INFO: Found listing with ID: MK24%20YVZ
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520YVZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:50 [bca.uk] INFO: Scrape type for MK24%20YVZ: 2
2026-03-30 06:27:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2203ef8f-f3df-5bf3-ac54-7cf9a7ccd249 with identifier: MK24%20YVZ
2026-03-30 06:27:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2203ef8f-f3df-5bf3-ac54-7cf9a7ccd249 with scrape type 2
2026-03-30 06:27:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2203ef8f-f3df-5bf3-ac54-7cf9a7ccd249 with scrape type 2
2026-03-30 06:27:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2203ef8f-f3df-5bf3-ac54-7cf9a7ccd249, identifier: MK24%20YVZ
2026-03-30 06:27:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e234283-efc1-51bc-b35f-05c4de63afd2 with identifier: EF18%20OMT
2026-03-30 06:27:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e234283-efc1-51bc-b35f-05c4de63afd2 with identifier: EF18%20OMT
2026-03-30 06:27:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e234283-efc1-51bc-b35f-05c4de63afd2 with identifier: EF18%20OMT to the API
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF18%20OMT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5e234283-efc1-51bc-b35f-05c4de63afd2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF18 OMT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF18%20OMT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 55670,
 'odometer_reading_unit': '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 110 MONTE CARLO Estate',
 'transmission': 'manual',
 'trim': 'TSI 110 MONTE CARLO',
 'vin': 'TMBKR6NJ5JZ122904',
 'year': 2018}
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520OMT%27 HTTP/1.1" 200 None
2026-03-30 06:27:51 [bca.uk] INFO: Saving data for EF18%20OMT: {'auction_closing_time': 1774864800.0, 'created_time': 1774045907.065816, 'last_price_update_time': 1774852071.2975}
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF18%2520OMT') HTTP/1.1" 204 0
2026-03-30 06:27:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with identifier: NJ18%20BWP
2026-03-30 06:27:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with identifier: NJ18%20BWP
2026-03-30 06:27:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98a65f5e-2f4e-5f2b-96d2-51589207ae58 with identifier: NJ18%20BWP to the API
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ18%20BWP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '98a65f5e-2f4e-5f2b-96d2-51589207ae58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ18 BWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ18%20BWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 60371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0JXXGAHJJT73054',
 'year': 2018}
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520BWP%27 HTTP/1.1" 200 None
2026-03-30 06:27:51 [bca.uk] INFO: Saving data for NJ18%20BWP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650854.855655, 'last_price_update_time': 1774852071.58158}
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ18%2520BWP') HTTP/1.1" 204 0
2026-03-30 06:27:51 [bca.uk] INFO: Found listing with ID: SP16%20HHM
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520HHM%27 HTTP/1.1" 200 None
2026-03-30 06:27:51 [bca.uk] INFO: Scrape type for SP16%20HHM: 0
2026-03-30 06:27:51 [bca.uk] INFO: Found listing with ID: SP16%20MZO
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520MZO%27 HTTP/1.1" 200 None
2026-03-30 06:27:51 [bca.uk] INFO: Scrape type for SP16%20MZO: 2
2026-03-30 06:27:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with identifier: SP16%20MZO
2026-03-30 06:27:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with scrape type 2
2026-03-30 06:27:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with scrape type 2
2026-03-30 06:27:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d6885ca-d166-5b72-95bd-c0244ca7b1bd, identifier: SP16%20MZO
2026-03-30 06:27:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acfabd12-bf92-51c9-974d-7b5ea04c1dae with identifier: CV11%20TXJ
2026-03-30 06:27:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acfabd12-bf92-51c9-974d-7b5ea04c1dae with identifier: CV11%20TXJ
2026-03-30 06:27:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acfabd12-bf92-51c9-974d-7b5ea04c1dae with identifier: CV11%20TXJ to the API
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV11%20TXJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'acfabd12-bf92-51c9-974d-7b5ea04c1dae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV11 TXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV11%20TXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 139552,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.2 16V BIZU Hatchback',
 'transmission': 'manual',
 'trim': '16V BIZU',
 'vin': 'VF1BR1S0H45027202',
 'year': 2011}
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520TXJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:51 [bca.uk] INFO: Saving data for CV11%20TXJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774622138.779406, 'last_price_update_time': 1774852071.994324}
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV11%2520TXJ') HTTP/1.1" 204 0
2026-03-30 06:27:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2203ef8f-f3df-5bf3-ac54-7cf9a7ccd249 with identifier: MK24%20YVZ
2026-03-30 06:27:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2203ef8f-f3df-5bf3-ac54-7cf9a7ccd249 with identifier: MK24%20YVZ
2026-03-30 06:27:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2203ef8f-f3df-5bf3-ac54-7cf9a7ccd249 with identifier: MK24%20YVZ to the API
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK24%20YVZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2203ef8f-f3df-5bf3-ac54-7cf9a7ccd249',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK24 YVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK24%20YVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 20751,
 'odometer_reading_unit': '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': 'VR3FPHNS1RY522647',
 'year': 2024}
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520YVZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:52 [bca.uk] INFO: Saving data for MK24%20YVZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774622120.420214, 'last_price_update_time': 1774852072.268773}
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK24%2520YVZ') HTTP/1.1" 204 0
2026-03-30 06:27:52 [bca.uk] INFO: Found listing with ID: BN67%20GNX
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520GNX%27 HTTP/1.1" 200 None
2026-03-30 06:27:52 [bca.uk] INFO: Scrape type for BN67%20GNX: 2
2026-03-30 06:27:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dc6cdba-69ef-59e1-8446-505c0002f830 with identifier: BN67%20GNX
2026-03-30 06:27:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dc6cdba-69ef-59e1-8446-505c0002f830 with scrape type 2
2026-03-30 06:27:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dc6cdba-69ef-59e1-8446-505c0002f830 with scrape type 2
2026-03-30 06:27:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0dc6cdba-69ef-59e1-8446-505c0002f830, identifier: BN67%20GNX
2026-03-30 06:27:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:27:52 [bca.uk] INFO: Found listing with ID: VK17%20YZN
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK17%2520YZN%27 HTTP/1.1" 200 None
2026-03-30 06:27:52 [bca.uk] INFO: Scrape type for VK17%20YZN: 2
2026-03-30 06:27:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65428f94-55f4-5ab7-b16b-d990593d9164 with identifier: VK17%20YZN
2026-03-30 06:27:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65428f94-55f4-5ab7-b16b-d990593d9164 with scrape type 2
2026-03-30 06:27:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65428f94-55f4-5ab7-b16b-d990593d9164 with scrape type 2
2026-03-30 06:27:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65428f94-55f4-5ab7-b16b-d990593d9164, identifier: VK17%20YZN
2026-03-30 06:27:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with identifier: SP16%20MZO
2026-03-30 06:27:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with identifier: SP16%20MZO
2026-03-30 06:27:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d6885ca-d166-5b72-95bd-c0244ca7b1bd with identifier: SP16%20MZO to the API
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP16%20MZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1d6885ca-d166-5b72-95bd-c0244ca7b1bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP16 MZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP16%20MZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'PEUGEOT',
 'model': '308 SW',
 'odometer': 77548,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 SW 1.2 P/T 130 ACTIVE Estate',
 'transmission': 'manual',
 'trim': 'P/T 130 ACTIVE',
 'vin': 'VF3LRHNYHGS004977',
 'year': 2016}
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520MZO%27 HTTP/1.1" 200 None
2026-03-30 06:27:52 [bca.uk] INFO: Saving data for SP16%20MZO: {'auction_closing_time': 1774864800.0, 'created_time': 1773908027.429466, 'last_price_update_time': 1774852072.784607}
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP16%2520MZO') HTTP/1.1" 204 0
2026-03-30 06:27:52 [bca.uk] INFO: Found listing with ID: PK20%20VKB
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520VKB%27 HTTP/1.1" 200 None
2026-03-30 06:27:52 [bca.uk] INFO: Scrape type for PK20%20VKB: 2
2026-03-30 06:27:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eef5db60-95b5-5eb3-acdb-30baac1f39de with identifier: PK20%20VKB
2026-03-30 06:27:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eef5db60-95b5-5eb3-acdb-30baac1f39de with scrape type 2
2026-03-30 06:27:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eef5db60-95b5-5eb3-acdb-30baac1f39de with scrape type 2
2026-03-30 06:27:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eef5db60-95b5-5eb3-acdb-30baac1f39de, identifier: PK20%20VKB
2026-03-30 06:27:52 [bca.uk] INFO: Found listing with ID: VX24%20WFW
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WFW%27 HTTP/1.1" 200 None
2026-03-30 06:27:52 [bca.uk] INFO: Scrape type for VX24%20WFW: 2
2026-03-30 06:27:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3092f247-fc51-57d4-9f0b-34c35aec06d9 with identifier: VX24%20WFW
2026-03-30 06:27:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3092f247-fc51-57d4-9f0b-34c35aec06d9 with scrape type 2
2026-03-30 06:27:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3092f247-fc51-57d4-9f0b-34c35aec06d9 with scrape type 2
2026-03-30 06:27:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3092f247-fc51-57d4-9f0b-34c35aec06d9, identifier: VX24%20WFW
2026-03-30 06:27:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0dc6cdba-69ef-59e1-8446-505c0002f830 with identifier: BN67%20GNX
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=platinum+bronze HTTP/1.1" 200 None
2026-03-30 06:27:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 06:27:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0dc6cdba-69ef-59e1-8446-505c0002f830 with identifier: BN67%20GNX
2026-03-30 06:27:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0dc6cdba-69ef-59e1-8446-505c0002f830 with identifier: BN67%20GNX to the API
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN67%20GNX-GB',
 'category': 'Car',
 'color': 'platinum bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0dc6cdba-69ef-59e1-8446-505c0002f830',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN67 GNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN67%20GNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 39335,
 'odometer_reading_unit': '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 AURIS 1.2 T BUSINESS EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'T BUSINESS EDITION',
 'vin': 'SB1MA3JE70E050069',
 'year': 2017}
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN67%2520GNX%27 HTTP/1.1" 200 None
2026-03-30 06:27:53 [bca.uk] INFO: Saving data for BN67%20GNX: {'auction_closing_time': 1774951200.0, 'created_time': 1774523932.39347, 'last_price_update_time': 1774852073.442057}
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN67%2520GNX') HTTP/1.1" 204 0
2026-03-30 06:27:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65428f94-55f4-5ab7-b16b-d990593d9164 with identifier: VK17%20YZN
2026-03-30 06:27:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65428f94-55f4-5ab7-b16b-d990593d9164 with identifier: VK17%20YZN
2026-03-30 06:27:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65428f94-55f4-5ab7-b16b-d990593d9164 with identifier: VK17%20YZN to the API
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK17%20YZN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '65428f94-55f4-5ab7-b16b-d990593d9164',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK17 YZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK17%20YZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 46386,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.2 P/T 82 FEEL Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 FEEL',
 'vin': 'VF7PAHMTCGR797520',
 'year': 2017}
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK17%2520YZN%27 HTTP/1.1" 200 None
2026-03-30 06:27:53 [bca.uk] INFO: Saving data for VK17%20YZN: {'auction_closing_time': 1774951200.0, 'created_time': 1774479069.791551, 'last_price_update_time': 1774852073.728181}
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK17%2520YZN') HTTP/1.1" 204 0
2026-03-30 06:27:53 [bca.uk] INFO: Found listing with ID: ST17%20ZVZ
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520ZVZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:53 [bca.uk] INFO: Scrape type for ST17%20ZVZ: 2
2026-03-30 06:27:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f2378e3-cd99-5a2f-8c8e-22d4a3a58ed9 with identifier: ST17%20ZVZ
2026-03-30 06:27:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f2378e3-cd99-5a2f-8c8e-22d4a3a58ed9 with scrape type 2
2026-03-30 06:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f2378e3-cd99-5a2f-8c8e-22d4a3a58ed9 with scrape type 2
2026-03-30 06:27:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f2378e3-cd99-5a2f-8c8e-22d4a3a58ed9, identifier: ST17%20ZVZ
2026-03-30 06:27:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eef5db60-95b5-5eb3-acdb-30baac1f39de with identifier: PK20%20VKB
2026-03-30 06:27:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eef5db60-95b5-5eb3-acdb-30baac1f39de with identifier: PK20%20VKB
2026-03-30 06:27:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eef5db60-95b5-5eb3-acdb-30baac1f39de with identifier: PK20%20VKB to the API
2026-03-30 06:27:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK20%20VKB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eef5db60-95b5-5eb3-acdb-30baac1f39de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK20 VKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK20%20VKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN DUALINER',
 'odometer': 65969,
 'odometer_reading_unit': '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': 'W1V4156032U284645',
 'year': 2020}
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520VKB%27 HTTP/1.1" 200 None
2026-03-30 06:27:54 [bca.uk] INFO: Saving data for PK20%20VKB: {'auction_closing_time': 1775037600.0, 'created_time': 1774622142.293473, 'last_price_update_time': 1774852074.179706}
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK20%2520VKB') HTTP/1.1" 204 0
2026-03-30 06:27:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3092f247-fc51-57d4-9f0b-34c35aec06d9 with identifier: VX24%20WFW
2026-03-30 06:27:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3092f247-fc51-57d4-9f0b-34c35aec06d9 with identifier: VX24%20WFW
2026-03-30 06:27:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3092f247-fc51-57d4-9f0b-34c35aec06d9 with identifier: VX24%20WFW to the API
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX24%20WFW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3092f247-fc51-57d4-9f0b-34c35aec06d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VX24 WFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX24%20WFW&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 6433,
 'odometer_reading_unit': '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': 'VR3FPHNSTRY514982',
 'year': 2024}
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WFW%27 HTTP/1.1" 200 None
2026-03-30 06:27:54 [bca.uk] INFO: Saving data for VX24%20WFW: {'auction_closing_time': 1775124000.0, 'created_time': 1774622123.500815, 'last_price_update_time': 1774852074.480747}
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX24%2520WFW') HTTP/1.1" 204 0
2026-03-30 06:27:54 [bca.uk] INFO: Found listing with ID: VX15%20EAC
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX15%2520EAC%27 HTTP/1.1" 200 None
2026-03-30 06:27:54 [bca.uk] INFO: Scrape type for VX15%20EAC: 0
2026-03-30 06:27:54 [bca.uk] INFO: Found listing with ID: NV70%20ESY
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV70%2520ESY%27 HTTP/1.1" 200 None
2026-03-30 06:27:54 [bca.uk] INFO: Scrape type for NV70%20ESY: 0
2026-03-30 06:27:54 [bca.uk] INFO: Found listing with ID: PK74%20OFC
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK74%2520OFC%27 HTTP/1.1" 200 None
2026-03-30 06:27:54 [bca.uk] INFO: Scrape type for PK74%20OFC: 2
2026-03-30 06:27:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d43fcdd5-578f-53d8-bec2-5c5d45f65186 with identifier: PK74%20OFC
2026-03-30 06:27:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d43fcdd5-578f-53d8-bec2-5c5d45f65186 with scrape type 2
2026-03-30 06:27:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d43fcdd5-578f-53d8-bec2-5c5d45f65186 with scrape type 2
2026-03-30 06:27:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d43fcdd5-578f-53d8-bec2-5c5d45f65186, identifier: PK74%20OFC
2026-03-30 06:27:54 [bca.uk] INFO: Found listing with ID: WT17%20VHG
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT17%2520VHG%27 HTTP/1.1" 200 None
2026-03-30 06:27:54 [bca.uk] INFO: Scrape type for WT17%20VHG: 2
2026-03-30 06:27:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8e192eb-92be-5f74-ad81-3c29da63b0f9 with identifier: WT17%20VHG
2026-03-30 06:27:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8e192eb-92be-5f74-ad81-3c29da63b0f9 with scrape type 2
2026-03-30 06:27:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8e192eb-92be-5f74-ad81-3c29da63b0f9 with scrape type 2
2026-03-30 06:27:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8e192eb-92be-5f74-ad81-3c29da63b0f9, identifier: WT17%20VHG
2026-03-30 06:27:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f2378e3-cd99-5a2f-8c8e-22d4a3a58ed9 with identifier: ST17%20ZVZ
2026-03-30 06:27:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f2378e3-cd99-5a2f-8c8e-22d4a3a58ed9 with identifier: ST17%20ZVZ
2026-03-30 06:27:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f2378e3-cd99-5a2f-8c8e-22d4a3a58ed9 with identifier: ST17%20ZVZ to the API
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST17%20ZVZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0f2378e3-cd99-5a2f-8c8e-22d4a3a58ed9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST17 ZVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST17%20ZVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 93401,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.2 TCE 120 SIGNATURE X Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 120 SIGNATURE X',
 'vin': 'VF12R021657319756',
 'year': 2017}
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520ZVZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:55 [bca.uk] INFO: Saving data for ST17%20ZVZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534812.572921, 'last_price_update_time': 1774852075.016065}
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST17%2520ZVZ') HTTP/1.1" 204 0
2026-03-30 06:27:55 [bca.uk] INFO: Found listing with ID: DF19%20LHK
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520LHK%27 HTTP/1.1" 200 None
2026-03-30 06:27:55 [bca.uk] INFO: Scrape type for DF19%20LHK: 2
2026-03-30 06:27:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae4239b2-917e-5b3f-9511-1c626a78c6c5 with identifier: DF19%20LHK
2026-03-30 06:27:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae4239b2-917e-5b3f-9511-1c626a78c6c5 with scrape type 2
2026-03-30 06:27:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae4239b2-917e-5b3f-9511-1c626a78c6c5 with scrape type 2
2026-03-30 06:27:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae4239b2-917e-5b3f-9511-1c626a78c6c5, identifier: DF19%20LHK
2026-03-30 06:27:55 [bca.uk] INFO: Found listing with ID: WR74%20YCH
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520YCH%27 HTTP/1.1" 200 None
2026-03-30 06:27:55 [bca.uk] INFO: Scrape type for WR74%20YCH: 2
2026-03-30 06:27:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43fc9cf7-a092-5fc6-9d4e-b3872d5152c3 with identifier: WR74%20YCH
2026-03-30 06:27:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43fc9cf7-a092-5fc6-9d4e-b3872d5152c3 with scrape type 2
2026-03-30 06:27:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43fc9cf7-a092-5fc6-9d4e-b3872d5152c3 with scrape type 2
2026-03-30 06:27:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43fc9cf7-a092-5fc6-9d4e-b3872d5152c3, identifier: WR74%20YCH
2026-03-30 06:27:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d43fcdd5-578f-53d8-bec2-5c5d45f65186 with identifier: PK74%20OFC
2026-03-30 06:27:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d43fcdd5-578f-53d8-bec2-5c5d45f65186 with identifier: PK74%20OFC
2026-03-30 06:27:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d43fcdd5-578f-53d8-bec2-5c5d45f65186 with identifier: PK74%20OFC to the API
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK74%20OFC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd43fcdd5-578f-53d8-bec2-5c5d45f65186',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK74 OFC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK74%20OFC&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 21646,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB H/L',
 'vin': 'WV1ZZZ7H1RX046525',
 'year': 2024}
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK74%2520OFC%27 HTTP/1.1" 200 None
2026-03-30 06:27:55 [bca.uk] INFO: Saving data for PK74%20OFC: {'auction_closing_time': 1774864800.0, 'created_time': 1773932461.545682, 'last_price_update_time': 1774852075.612098}
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK74%2520OFC') HTTP/1.1" 204 0
2026-03-30 06:27:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8e192eb-92be-5f74-ad81-3c29da63b0f9 with identifier: WT17%20VHG
2026-03-30 06:27:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8e192eb-92be-5f74-ad81-3c29da63b0f9 with identifier: WT17%20VHG
2026-03-30 06:27:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8e192eb-92be-5f74-ad81-3c29da63b0f9 with identifier: WT17%20VHG to the API
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT17%20VHG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a8e192eb-92be-5f74-ad81-3c29da63b0f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT17 VHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT17%20VHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 90240,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF05XXGCC5HR84341',
 'year': 2017}
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT17%2520VHG%27 HTTP/1.1" 200 None
2026-03-30 06:27:55 [bca.uk] INFO: Saving data for WT17%20VHG: {'auction_closing_time': 1775124000.0, 'created_time': 1774650855.740546, 'last_price_update_time': 1774852075.89771}
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT17%2520VHG') HTTP/1.1" 204 0
2026-03-30 06:27:55 [bca.uk] INFO: Found listing with ID: ST59%20UXJ
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST59%2520UXJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:55 [bca.uk] INFO: Scrape type for ST59%20UXJ: 0
2026-03-30 06:27:55 [bca.uk] INFO: Found listing with ID: ST62%20GMY
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST62%2520GMY%27 HTTP/1.1" 200 None
2026-03-30 06:27:55 [bca.uk] INFO: Scrape type for ST62%20GMY: 2
2026-03-30 06:27:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89659f42-df09-5358-a74e-f9c7b8ff52dd with identifier: ST62%20GMY
2026-03-30 06:27:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89659f42-df09-5358-a74e-f9c7b8ff52dd with scrape type 2
2026-03-30 06:27:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89659f42-df09-5358-a74e-f9c7b8ff52dd with scrape type 2
2026-03-30 06:27:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89659f42-df09-5358-a74e-f9c7b8ff52dd, identifier: ST62%20GMY
2026-03-30 06:27:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae4239b2-917e-5b3f-9511-1c626a78c6c5 with identifier: DF19%20LHK
2026-03-30 06:27:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae4239b2-917e-5b3f-9511-1c626a78c6c5 with identifier: DF19%20LHK
2026-03-30 06:27:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae4239b2-917e-5b3f-9511-1c626a78c6c5 with identifier: DF19%20LHK to the API
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF19%20LHK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ae4239b2-917e-5b3f-9511-1c626a78c6c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF19 LHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF19%20LHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN DUALINER',
 'odometer': 104761,
 'odometer_reading_unit': '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 CITAN DUALINER 1.5 109 CDI 90 X-LONG CrewCab Van',
 'transmission': 'manual',
 'trim': '109 CDI 90 X-LONG',
 'vin': 'WV1ZZZ2KZKX074746',
 'year': 2019}
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF19%2520LHK%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Saving data for DF19%20LHK: {'auction_closing_time': 1775037600.0, 'created_time': 1774622139.716016, 'last_price_update_time': 1774852076.303536}
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF19%2520LHK') HTTP/1.1" 204 0
2026-03-30 06:27:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43fc9cf7-a092-5fc6-9d4e-b3872d5152c3 with identifier: WR74%20YCH
2026-03-30 06:27:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43fc9cf7-a092-5fc6-9d4e-b3872d5152c3 with identifier: WR74%20YCH
2026-03-30 06:27:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43fc9cf7-a092-5fc6-9d4e-b3872d5152c3 with identifier: WR74%20YCH to the API
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR74%20YCH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '43fc9cf7-a092-5fc6-9d4e-b3872d5152c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR74 YCH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR74%20YCH&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 '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': 'FORD E-TRANSIT CUSTM 160KW 320 RWD L1H1 SPORT PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L1H1 SPORT',
 'vin': 'WF0RXXTA1BRE37892',
 'year': 2024}
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR74%2520YCH%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Saving data for WR74%20YCH: {'auction_closing_time': 1775037600.0, 'created_time': 1774622103.081285, 'last_price_update_time': 1774852076.609736}
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR74%2520YCH') HTTP/1.1" 204 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: BF63%20KJZ
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF63%2520KJZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for BF63%20KJZ: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: CJ23%20LXA
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520LXA%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for CJ23%20LXA: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: EJ72%20ACU
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520ACU%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for EJ72%20ACU: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: KS24%20TYV
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS24%2520TYV%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for KS24%20TYV: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: ML24%20NRU
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520NRU%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for ML24%20NRU: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: VU74%20HZD
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU74%2520HZD%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for VU74%20HZD: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: DL73%20UMC
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UMC%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for DL73%20UMC: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: GU74%20WVN
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU74%2520WVN%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for GU74%20WVN: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: GX74%20UHE
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX74%2520UHE%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for GX74%20UHE: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: LB72%20VUS
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB72%2520VUS%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for LB72%20VUS: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: LG24%20WZZ
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG24%2520WZZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for LG24%20WZZ: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: BX23%20TMV
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TMV%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for BX23%20TMV: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: BX23%20TMZ
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TMZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for BX23%20TMZ: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: BX23%20TTZ
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX23%2520TTZ%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for BX23%20TTZ: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: GU74%20UHC
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU74%2520UHC%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for GU74%20UHC: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: YB71%20VPU
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520VPU%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for YB71%20VPU: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: WR73%20XTW
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520XTW%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for WR73%20XTW: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: DL21%20UYK
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL21%2520UYK%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for DL21%20UYK: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: DU64%20RWV
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520RWV%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for DU64%20RWV: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: DY74%20XXO
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XXO%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for DY74%20XXO: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: DY74%20XYB
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XYB%27 HTTP/1.1" 200 None
2026-03-30 06:27:56 [bca.uk] INFO: Scrape type for DY74%20XYB: 0
2026-03-30 06:27:56 [bca.uk] INFO: Found listing with ID: FE23%20WVV
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WVV%27 HTTP/1.1" 200 None
2026-03-30 06:27:57 [bca.uk] INFO: Scrape type for FE23%20WVV: 0
2026-03-30 06:27:57 [bca.uk] INFO: Found listing with ID: CP19%20FCN
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520FCN%27 HTTP/1.1" 200 None
2026-03-30 06:27:57 [bca.uk] INFO: Scrape type for CP19%20FCN: 0
2026-03-30 06:27:57 [bca.uk] INFO: Found listing with ID: CU22%20HSX
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520HSX%27 HTTP/1.1" 200 None
2026-03-30 06:27:57 [bca.uk] INFO: Scrape type for CU22%20HSX: 0
2026-03-30 06:27:57 [bca.uk] INFO: Found listing with ID: MT72%20FZK
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZK%27 HTTP/1.1" 200 None
2026-03-30 06:27:57 [bca.uk] INFO: Scrape type for MT72%20FZK: 2
2026-03-30 06:27:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c5f1989-be08-520f-9624-ccf91911c773 with identifier: MT72%20FZK
2026-03-30 06:27:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c5f1989-be08-520f-9624-ccf91911c773 with scrape type 2
2026-03-30 06:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c5f1989-be08-520f-9624-ccf91911c773 with scrape type 2
2026-03-30 06:27:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c5f1989-be08-520f-9624-ccf91911c773, identifier: MT72%20FZK
2026-03-30 06:27:57 [bca.uk] INFO: Found listing with ID: DY73%20WKE
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520WKE%27 HTTP/1.1" 200 None
2026-03-30 06:27:57 [bca.uk] INFO: Scrape type for DY73%20WKE: 2
2026-03-30 06:27:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5d699b1-3181-5b81-81cb-aaaff9aa2087 with identifier: DY73%20WKE
2026-03-30 06:27:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5d699b1-3181-5b81-81cb-aaaff9aa2087 with scrape type 2
2026-03-30 06:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5d699b1-3181-5b81-81cb-aaaff9aa2087 with scrape type 2
2026-03-30 06:27:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5d699b1-3181-5b81-81cb-aaaff9aa2087, identifier: DY73%20WKE
2026-03-30 06:27:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89659f42-df09-5358-a74e-f9c7b8ff52dd with identifier: ST62%20GMY
2026-03-30 06:27:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89659f42-df09-5358-a74e-f9c7b8ff52dd with identifier: ST62%20GMY
2026-03-30 06:27:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89659f42-df09-5358-a74e-f9c7b8ff52dd with identifier: ST62%20GMY to the API
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST62%20GMY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '89659f42-df09-5358-a74e-f9c7b8ff52dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST62 GMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST62%20GMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 100005,
 'odometer_reading_unit': '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': 'WVWZZZ6RZDU010991',
 'year': 2012}
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST62%2520GMY%27 HTTP/1.1" 200 None
2026-03-30 06:27:57 [bca.uk] INFO: Saving data for ST62%20GMY: {'auction_closing_time': 1774864800.0, 'created_time': 1774436734.437452, 'last_price_update_time': 1774852077.568535}
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST62%2520GMY') HTTP/1.1" 204 0
2026-03-30 06:27:57 [bca.uk] INFO: Found listing with ID: LL74%20DLN
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DLN%27 HTTP/1.1" 200 None
2026-03-30 06:27:57 [bca.uk] INFO: Scrape type for LL74%20DLN: 0
2026-03-30 06:27:57 [bca.uk] INFO: Found listing with ID: WN65%20OEG
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN65%2520OEG%27 HTTP/1.1" 200 None
2026-03-30 06:27:57 [bca.uk] INFO: Scrape type for WN65%20OEG: 2
2026-03-30 06:27:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dae37d4d-716e-5bd4-899b-707310d2c046 with identifier: WN65%20OEG
2026-03-30 06:27:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dae37d4d-716e-5bd4-899b-707310d2c046 with scrape type 2
2026-03-30 06:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dae37d4d-716e-5bd4-899b-707310d2c046 with scrape type 2
2026-03-30 06:27:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dae37d4d-716e-5bd4-899b-707310d2c046, identifier: WN65%20OEG
2026-03-30 06:27:57 [bca.uk] INFO: Found listing with ID: YF23%20FZH
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520FZH%27 HTTP/1.1" 200 None
2026-03-30 06:27:57 [bca.uk] INFO: Scrape type for YF23%20FZH: 2
2026-03-30 06:27:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0fe3463-3864-5dde-abd9-c73b7f1876e1 with identifier: YF23%20FZH
2026-03-30 06:27:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0fe3463-3864-5dde-abd9-c73b7f1876e1 with scrape type 2
2026-03-30 06:27:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0fe3463-3864-5dde-abd9-c73b7f1876e1 with scrape type 2
2026-03-30 06:27:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0fe3463-3864-5dde-abd9-c73b7f1876e1, identifier: YF23%20FZH
2026-03-30 06:27:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c5f1989-be08-520f-9624-ccf91911c773 with identifier: MT72%20FZK
2026-03-30 06:27:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c5f1989-be08-520f-9624-ccf91911c773 with identifier: MT72%20FZK
2026-03-30 06:27:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c5f1989-be08-520f-9624-ccf91911c773 with identifier: MT72%20FZK to the API
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT72%20FZK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c5f1989-be08-520f-9624-ccf91911c773',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT72 FZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT72%20FZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 45615,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS',
 'vin': 'VF1FL000069548326',
 'year': 2022}
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZK%27 HTTP/1.1" 200 None
2026-03-30 06:27:58 [bca.uk] INFO: Saving data for MT72%20FZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774363284.397003, 'last_price_update_time': 1774852078.247002}
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT72%2520FZK') HTTP/1.1" 204 0
2026-03-30 06:27:58 [bca.uk] INFO: Total items found: 100
2026-03-30 06:27:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded
2026-03-30 06:27:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:27:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:27:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5d699b1-3181-5b81-81cb-aaaff9aa2087 with identifier: DY73%20WKE
2026-03-30 06:27:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5d699b1-3181-5b81-81cb-aaaff9aa2087 with identifier: DY73%20WKE
2026-03-30 06:27:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5d699b1-3181-5b81-81cb-aaaff9aa2087 with identifier: DY73%20WKE to the API
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY73%20WKE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f5d699b1-3181-5b81-81cb-aaaff9aa2087',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY73 WKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY73%20WKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 13710,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 110KW 39KWH N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 39KWH N-CONNECTA',
 'vin': 'SJNFAAZE1U0209984',
 'year': 2024}
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520WKE%27 HTTP/1.1" 200 None
2026-03-30 06:27:58 [bca.uk] INFO: Saving data for DY73%20WKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774650856.360044, 'last_price_update_time': 1774852078.546185}
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY73%2520WKE') HTTP/1.1" 204 0
2026-03-30 06:27:58 [bca.uk] INFO: Found listing with ID: SY13%20LWN
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY13%2520LWN%27 HTTP/1.1" 200 None
2026-03-30 06:27:58 [bca.uk] INFO: Scrape type for SY13%20LWN: 2
2026-03-30 06:27:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b27210ef-78a6-5eb7-b040-dac357316eb3 with identifier: SY13%20LWN
2026-03-30 06:27:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b27210ef-78a6-5eb7-b040-dac357316eb3 with scrape type 2
2026-03-30 06:27:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b27210ef-78a6-5eb7-b040-dac357316eb3 with scrape type 2
2026-03-30 06:27:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b27210ef-78a6-5eb7-b040-dac357316eb3, identifier: SY13%20LWN
2026-03-30 06:27:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dae37d4d-716e-5bd4-899b-707310d2c046 with identifier: WN65%20OEG
2026-03-30 06:27:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dae37d4d-716e-5bd4-899b-707310d2c046 with identifier: WN65%20OEG
2026-03-30 06:27:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dae37d4d-716e-5bd4-899b-707310d2c046 with identifier: WN65%20OEG to the API
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN65%20OEG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dae37d4d-716e-5bd4-899b-707310d2c046',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN65 OEG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN65%20OEG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 108655,
 'odometer_reading_unit': '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': 'WMWXT320602C09428',
 'year': 2015}
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN65%2520OEG%27 HTTP/1.1" 200 None
2026-03-30 06:27:58 [bca.uk] INFO: Saving data for WN65%20OEG: {'auction_closing_time': 1775037600.0, 'created_time': 1774622126.941799, 'last_price_update_time': 1774852078.950334}
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN65%2520OEG') HTTP/1.1" 204 0
2026-03-30 06:27:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0fe3463-3864-5dde-abd9-c73b7f1876e1 with identifier: YF23%20FZH
2026-03-30 06:27:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0fe3463-3864-5dde-abd9-c73b7f1876e1 with identifier: YF23%20FZH
2026-03-30 06:27:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0fe3463-3864-5dde-abd9-c73b7f1876e1 with identifier: YF23%20FZH to the API
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF23%20FZH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f0fe3463-3864-5dde-abd9-c73b7f1876e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF23 FZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF23%20FZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 26941,
 'odometer_reading_unit': '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.3 DIG-T 160 MH ACENTA PREM.X-T Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 MH ACENTA PREM.X-T',
 'vin': 'SJNTAAJ12U1271957',
 'year': 2023}
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520FZH%27 HTTP/1.1" 200 None
2026-03-30 06:27:59 [bca.uk] INFO: Saving data for YF23%20FZH: {'auction_closing_time': 1775037600.0, 'created_time': 1774622103.985759, 'last_price_update_time': 1774852079.234105}
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF23%2520FZH') HTTP/1.1" 204 0
2026-03-30 06:27:59 [bca.uk] INFO: Found listing with ID: LN24%20SMO
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520SMO%27 HTTP/1.1" 200 None
2026-03-30 06:27:59 [bca.uk] INFO: Scrape type for LN24%20SMO: 0
2026-03-30 06:27:59 [bca.uk] INFO: Found listing with ID: MT72%20FZJ
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZJ%27 HTTP/1.1" 200 None
2026-03-30 06:27:59 [bca.uk] INFO: Scrape type for MT72%20FZJ: 2
2026-03-30 06:27:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99b17599-c35e-58ea-8fb6-526a2f690ba0 with identifier: MT72%20FZJ
2026-03-30 06:27:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99b17599-c35e-58ea-8fb6-526a2f690ba0 with scrape type 2
2026-03-30 06:27:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99b17599-c35e-58ea-8fb6-526a2f690ba0 with scrape type 2
2026-03-30 06:27:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99b17599-c35e-58ea-8fb6-526a2f690ba0, identifier: MT72%20FZJ
2026-03-30 06:27:59 [bca.uk] INFO: Found listing with ID: LD03%20JVY
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD03%2520JVY%27 HTTP/1.1" 200 None
2026-03-30 06:27:59 [bca.uk] INFO: Scrape type for LD03%20JVY: 2
2026-03-30 06:27:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with identifier: LD03%20JVY
2026-03-30 06:27:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with scrape type 2
2026-03-30 06:27:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with scrape type 2
2026-03-30 06:27:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef, identifier: LD03%20JVY
2026-03-30 06:27:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b27210ef-78a6-5eb7-b040-dac357316eb3 with identifier: SY13%20LWN
2026-03-30 06:27:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b27210ef-78a6-5eb7-b040-dac357316eb3 with identifier: SY13%20LWN
2026-03-30 06:27:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b27210ef-78a6-5eb7-b040-dac357316eb3 with identifier: SY13%20LWN to the API
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:27:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY13%20LWN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b27210ef-78a6-5eb7-b040-dac357316eb3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY13 LWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY13%20LWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 105580,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.2 D 148 ICON 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'D 148 ICON 4WD',
 'vin': 'JTMRCREV00D003223',
 'year': 2013}
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY13%2520LWN%27 HTTP/1.1" 200 None
2026-03-30 06:27:59 [bca.uk] INFO: Saving data for SY13%20LWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774533693.724245, 'last_price_update_time': 1774852079.779818}
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY13%2520LWN') HTTP/1.1" 204 0
2026-03-30 06:27:59 [bca.uk] INFO: Found listing with ID: YT68%20JKU
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520JKU%27 HTTP/1.1" 200 None
2026-03-30 06:27:59 [bca.uk] INFO: Scrape type for YT68%20JKU: 2
2026-03-30 06:27:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8454776-b15a-5e8c-8893-ccebd9af4bee with identifier: YT68%20JKU
2026-03-30 06:27:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8454776-b15a-5e8c-8893-ccebd9af4bee with scrape type 2
2026-03-30 06:27:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8454776-b15a-5e8c-8893-ccebd9af4bee with scrape type 2
2026-03-30 06:27:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8454776-b15a-5e8c-8893-ccebd9af4bee, identifier: YT68%20JKU
2026-03-30 06:27:59 [bca.uk] INFO: Found listing with ID: YC67%20OMR
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520OMR%27 HTTP/1.1" 200 None
2026-03-30 06:27:59 [bca.uk] INFO: Scrape type for YC67%20OMR: 2
2026-03-30 06:27:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1db8c266-80b2-56b1-a70a-bb2931c8dcb3 with identifier: YC67%20OMR
2026-03-30 06:27:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1db8c266-80b2-56b1-a70a-bb2931c8dcb3 with scrape type 2
2026-03-30 06:27:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1db8c266-80b2-56b1-a70a-bb2931c8dcb3 with scrape type 2
2026-03-30 06:28:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1db8c266-80b2-56b1-a70a-bb2931c8dcb3, identifier: YC67%20OMR
2026-03-30 06:28:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99b17599-c35e-58ea-8fb6-526a2f690ba0 with identifier: MT72%20FZJ
2026-03-30 06:28:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99b17599-c35e-58ea-8fb6-526a2f690ba0 with identifier: MT72%20FZJ
2026-03-30 06:28:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99b17599-c35e-58ea-8fb6-526a2f690ba0 with identifier: MT72%20FZJ to the API
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT72%20FZJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '99b17599-c35e-58ea-8fb6-526a2f690ba0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT72 FZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT72%20FZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 19966,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS',
 'vin': 'VF1FL000369548353',
 'year': 2022}
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:00 [bca.uk] INFO: Saving data for MT72%20FZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363326.484845, 'last_price_update_time': 1774852080.334217}
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT72%2520FZJ') HTTP/1.1" 204 0
2026-03-30 06:28:00 [bca.uk] INFO: Found listing with ID: EK65%20HSY
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK65%2520HSY%27 HTTP/1.1" 200 None
2026-03-30 06:28:00 [bca.uk] INFO: Scrape type for EK65%20HSY: 0
2026-03-30 06:28:00 [bca.uk] INFO: Found listing with ID: MC22%20UHT
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC22%2520UHT%27 HTTP/1.1" 200 None
2026-03-30 06:28:00 [bca.uk] INFO: Scrape type for MC22%20UHT: 0
2026-03-30 06:28:00 [bca.uk] INFO: Found listing with ID: LS71%20HWG
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520HWG%27 HTTP/1.1" 200 None
2026-03-30 06:28:00 [bca.uk] INFO: Scrape type for LS71%20HWG: 2
2026-03-30 06:28:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4885630-7105-5466-81e0-1f9f94be57ae with identifier: LS71%20HWG
2026-03-30 06:28:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4885630-7105-5466-81e0-1f9f94be57ae with scrape type 2
2026-03-30 06:28:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4885630-7105-5466-81e0-1f9f94be57ae with scrape type 2
2026-03-30 06:28:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4885630-7105-5466-81e0-1f9f94be57ae, identifier: LS71%20HWG
2026-03-30 06:28:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with identifier: LD03%20JVY
2026-03-30 06:28:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with identifier: LD03%20JVY
2026-03-30 06:28:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef with identifier: LD03%20JVY to the API
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 228,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD03%20JVY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ef1acbf-f675-5e4c-85a5-1c2a8b7af3ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD03 JVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD03%20JVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'PREVIA',
 'odometer': 120136,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'TOYOTA PREVIA 2.4 GS (8ST) MPV',
 'transmission': 'manual',
 'trim': 'GS (8ST)',
 'vin': 'JTEGD32M000212946',
 'year': 2003}
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD03%2520JVY%27 HTTP/1.1" 200 None
2026-03-30 06:28:00 [bca.uk] INFO: Saving data for LD03%20JVY: {'auction_closing_time': 1774854000.0, 'created_time': 1774437074.538482, 'last_price_update_time': 1774852080.772798}
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD03%2520JVY') HTTP/1.1" 204 0
2026-03-30 06:28:00 [bca.uk] INFO: Found listing with ID: AE22%20RZB
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE22%2520RZB%27 HTTP/1.1" 200 None
2026-03-30 06:28:00 [bca.uk] INFO: Scrape type for AE22%20RZB: 2
2026-03-30 06:28:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d54249ec-a0a4-5dc8-9348-a9fe6797f8d5 with identifier: AE22%20RZB
2026-03-30 06:28:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d54249ec-a0a4-5dc8-9348-a9fe6797f8d5 with scrape type 2
2026-03-30 06:28:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d54249ec-a0a4-5dc8-9348-a9fe6797f8d5 with scrape type 2
2026-03-30 06:28:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d54249ec-a0a4-5dc8-9348-a9fe6797f8d5, identifier: AE22%20RZB
2026-03-30 06:28:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8454776-b15a-5e8c-8893-ccebd9af4bee with identifier: YT68%20JKU
2026-03-30 06:28:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8454776-b15a-5e8c-8893-ccebd9af4bee with identifier: YT68%20JKU
2026-03-30 06:28:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8454776-b15a-5e8c-8893-ccebd9af4bee with identifier: YT68%20JKU to the API
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT68%20JKU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8454776-b15a-5e8c-8893-ccebd9af4bee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT68 JKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT68%20JKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 95000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 SE TECH StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 180 SE TECH',
 'vin': 'SALCA2CN3KH780439',
 'year': 2018}
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520JKU%27 HTTP/1.1" 200 None
2026-03-30 06:28:01 [bca.uk] INFO: Saving data for YT68%20JKU: {'auction_closing_time': 1774951200.0, 'created_time': 1774622128.222931, 'last_price_update_time': 1774852081.263133}
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT68%2520JKU') HTTP/1.1" 204 0
2026-03-30 06:28:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1db8c266-80b2-56b1-a70a-bb2931c8dcb3 with identifier: YC67%20OMR
2026-03-30 06:28:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1db8c266-80b2-56b1-a70a-bb2931c8dcb3 with identifier: YC67%20OMR
2026-03-30 06:28:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1db8c266-80b2-56b1-a70a-bb2931c8dcb3 with identifier: YC67%20OMR to the API
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC67%20OMR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1db8c266-80b2-56b1-a70a-bb2931c8dcb3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC67 OMR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC67%20OMR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 58745,
 'odometer_reading_unit': '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-5 Hatchback',
 'transmission': 'automatic',
 'trim': 'BOOSTERJET 110 SZ-5',
 'vin': 'JSAAZC13S00100891',
 'year': 2017}
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520OMR%27 HTTP/1.1" 200 None
2026-03-30 06:28:01 [bca.uk] INFO: Saving data for YC67%20OMR: {'auction_closing_time': 1774951200.0, 'created_time': 1774622120.06121, 'last_price_update_time': 1774852081.565589}
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC67%2520OMR') HTTP/1.1" 204 0
2026-03-30 06:28:01 [bca.uk] INFO: Found listing with ID: MT72%20FZH
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZH%27 HTTP/1.1" 200 None
2026-03-30 06:28:01 [bca.uk] INFO: Scrape type for MT72%20FZH: 2
2026-03-30 06:28:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed581a14-4084-5082-95ea-8620b76b175d with identifier: MT72%20FZH
2026-03-30 06:28:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed581a14-4084-5082-95ea-8620b76b175d with scrape type 2
2026-03-30 06:28:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed581a14-4084-5082-95ea-8620b76b175d with scrape type 2
2026-03-30 06:28:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed581a14-4084-5082-95ea-8620b76b175d, identifier: MT72%20FZH
2026-03-30 06:28:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4885630-7105-5466-81e0-1f9f94be57ae with identifier: LS71%20HWG
2026-03-30 06:28:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4885630-7105-5466-81e0-1f9f94be57ae with identifier: LS71%20HWG
2026-03-30 06:28:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4885630-7105-5466-81e0-1f9f94be57ae with identifier: LS71%20HWG to the API
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS71%20HWG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a4885630-7105-5466-81e0-1f9f94be57ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS71 HWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS71%20HWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 112285,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 H2 PROGRESSIVE '
          'Refrigerated',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PROGRESSIVE',
 'vin': 'W1V9076332P396311',
 'year': 2022}
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520HWG%27 HTTP/1.1" 200 None
2026-03-30 06:28:01 [bca.uk] INFO: Saving data for LS71%20HWG: {'auction_closing_time': 1774864800.0, 'created_time': 1774362971.267186, 'last_price_update_time': 1774852081.986356}
2026-03-30 06:28:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS71%2520HWG') HTTP/1.1" 204 0
2026-03-30 06:28:02 [bca.uk] INFO: Found listing with ID: LG61%20YAY
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520YAY%27 HTTP/1.1" 200 None
2026-03-30 06:28:02 [bca.uk] INFO: Scrape type for LG61%20YAY: 2
2026-03-30 06:28:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f832e668-abba-56a4-a2f6-d9dd316dd1ca with identifier: LG61%20YAY
2026-03-30 06:28:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f832e668-abba-56a4-a2f6-d9dd316dd1ca with scrape type 2
2026-03-30 06:28:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f832e668-abba-56a4-a2f6-d9dd316dd1ca with scrape type 2
2026-03-30 06:28:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f832e668-abba-56a4-a2f6-d9dd316dd1ca, identifier: LG61%20YAY
2026-03-30 06:28:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d54249ec-a0a4-5dc8-9348-a9fe6797f8d5 with identifier: AE22%20RZB
2026-03-30 06:28:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d54249ec-a0a4-5dc8-9348-a9fe6797f8d5 with identifier: AE22%20RZB
2026-03-30 06:28:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d54249ec-a0a4-5dc8-9348-a9fe6797f8d5 with identifier: AE22%20RZB to the API
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE22%20RZB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd54249ec-a0a4-5dc8-9348-a9fe6797f8d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AE22 RZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE22%20RZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 45357,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'D165 2WD R-DYNAMIC',
 'vin': 'SALZB2CN1NH174097',
 'year': 2022}
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE22%2520RZB%27 HTTP/1.1" 200 None
2026-03-30 06:28:02 [bca.uk] INFO: Saving data for AE22%20RZB: {'auction_closing_time': 1775037600.0, 'created_time': 1774621929.512287, 'last_price_update_time': 1774852082.3914}
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE22%2520RZB') HTTP/1.1" 204 0
2026-03-30 06:28:02 [bca.uk] INFO: Found listing with ID: WN14%20FCG
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520FCG%27 HTTP/1.1" 200 None
2026-03-30 06:28:02 [bca.uk] INFO: Scrape type for WN14%20FCG: 2
2026-03-30 06:28:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 125db0c8-810b-5183-84d1-1e60e0225d5c with identifier: WN14%20FCG
2026-03-30 06:28:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 125db0c8-810b-5183-84d1-1e60e0225d5c with scrape type 2
2026-03-30 06:28:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 125db0c8-810b-5183-84d1-1e60e0225d5c with scrape type 2
2026-03-30 06:28:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 125db0c8-810b-5183-84d1-1e60e0225d5c, identifier: WN14%20FCG
2026-03-30 06:28:02 [bca.uk] INFO: Found listing with ID: WR75%20UOJ
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520UOJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:02 [bca.uk] INFO: Scrape type for WR75%20UOJ: 2
2026-03-30 06:28:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f05039de-4cb2-5235-b3f1-9cf5a6b06843 with identifier: WR75%20UOJ
2026-03-30 06:28:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f05039de-4cb2-5235-b3f1-9cf5a6b06843 with scrape type 2
2026-03-30 06:28:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f05039de-4cb2-5235-b3f1-9cf5a6b06843 with scrape type 2
2026-03-30 06:28:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f05039de-4cb2-5235-b3f1-9cf5a6b06843, identifier: WR75%20UOJ
2026-03-30 06:28:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed581a14-4084-5082-95ea-8620b76b175d with identifier: MT72%20FZH
2026-03-30 06:28:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed581a14-4084-5082-95ea-8620b76b175d with identifier: MT72%20FZH
2026-03-30 06:28:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed581a14-4084-5082-95ea-8620b76b175d with identifier: MT72%20FZH to the API
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT72%20FZH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed581a14-4084-5082-95ea-8620b76b175d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT72 FZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT72%20FZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 15296,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS',
 'vin': 'VF1FL000369548336',
 'year': 2022}
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZH%27 HTTP/1.1" 200 None
2026-03-30 06:28:02 [bca.uk] INFO: Saving data for MT72%20FZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774363349.602874, 'last_price_update_time': 1774852082.918728}
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT72%2520FZH') HTTP/1.1" 204 0
2026-03-30 06:28:02 [bca.uk] INFO: Found listing with ID: E351%20WEX
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E351%2520WEX%27 HTTP/1.1" 200 None
2026-03-30 06:28:02 [bca.uk] INFO: Scrape type for E351%20WEX: 0
2026-03-30 06:28:02 [bca.uk] INFO: Found listing with ID: DN65%20YXC
2026-03-30 06:28:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN65%2520YXC%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for DN65%20YXC: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: WL17%20CZF
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL17%2520CZF%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for WL17%20CZF: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: YC19%20BXN
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC19%2520BXN%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for YC19%20BXN: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: YD65%20DYJ
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520DYJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for YD65%20DYJ: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: YD65%20ZZS
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520ZZS%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for YD65%20ZZS: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: YH62%20FYE
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520FYE%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for YH62%20FYE: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: YJ63%20HXT
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ63%2520HXT%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for YJ63%20HXT: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: YS14%20KVH
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS14%2520KVH%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for YS14%20KVH: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: FE14%20ZHM
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520ZHM%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for FE14%20ZHM: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: HK69%20KLD
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK69%2520KLD%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for HK69%20KLD: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: MK61%20UOP
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK61%2520UOP%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for MK61%20UOP: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: ML19%20AEU
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML19%2520AEU%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for ML19%20AEU: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: MM13%20ORA
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520ORA%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for MM13%20ORA: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: MW15%20EZJ
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW15%2520EZJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for MW15%20EZJ: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: SJ63%20XYM
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ63%2520XYM%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for SJ63%20XYM: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: BN61%20LYR
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN61%2520LYR%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for BN61%20LYR: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: CX70%20VNC
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX70%2520VNC%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for CX70%20VNC: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: DF66%20RZB
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF66%2520RZB%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for DF66%20RZB: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: DX19%20WCR
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX19%2520WCR%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for DX19%20WCR: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: DY19%20RKO
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520RKO%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for DY19%20RKO: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: EA13%20ZRL
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA13%2520ZRL%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for EA13%20ZRL: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: EY19%20DVF
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520DVF%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for EY19%20DVF: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: AK65%20HWP
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520HWP%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for AK65%20HWP: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: BA69%20LFE
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA69%2520LFE%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for BA69%20LFE: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: YP73%20KGK
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520KGK%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for YP73%20KGK: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: YH73%20XRV
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520XRV%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for YH73%20XRV: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: LM23%20VTE
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VTE%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for LM23%20VTE: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: SW60%20FVV
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW60%2520FVV%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for SW60%20FVV: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: LL23%20EFM
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520EFM%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for LL23%20EFM: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: KE72%20VYL
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520VYL%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for KE72%20VYL: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: KE72%20NKO
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520NKO%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for KE72%20NKO: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: KE72%20LVD
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520LVD%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for KE72%20LVD: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: FX18%20DFL
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX18%2520DFL%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for FX18%20DFL: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: MC22%20SWW
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC22%2520SWW%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for MC22%20SWW: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: KE72%20LTF
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520LTF%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for KE72%20LTF: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: BK73%20SKU
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520SKU%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for BK73%20SKU: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: EO16%20WXF
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO16%2520WXF%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for EO16%20WXF: 0
2026-03-30 06:28:03 [bca.uk] INFO: Found listing with ID: BL21%20JHX
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520JHX%27 HTTP/1.1" 200 None
2026-03-30 06:28:03 [bca.uk] INFO: Scrape type for BL21%20JHX: 2
2026-03-30 06:28:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b79d732-d900-5597-9d4f-db87eaa319c1 with identifier: BL21%20JHX
2026-03-30 06:28:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b79d732-d900-5597-9d4f-db87eaa319c1 with scrape type 2
2026-03-30 06:28:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b79d732-d900-5597-9d4f-db87eaa319c1 with scrape type 2
2026-03-30 06:28:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b79d732-d900-5597-9d4f-db87eaa319c1, identifier: BL21%20JHX
2026-03-30 06:28:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f832e668-abba-56a4-a2f6-d9dd316dd1ca with identifier: LG61%20YAY
2026-03-30 06:28:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f832e668-abba-56a4-a2f6-d9dd316dd1ca with identifier: LG61%20YAY
2026-03-30 06:28:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f832e668-abba-56a4-a2f6-d9dd316dd1ca with identifier: LG61%20YAY to the API
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG61%20YAY-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f832e668-abba-56a4-a2f6-d9dd316dd1ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG61 YAY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG61%20YAY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 62643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S JOHN COOPER WORKS Convertible',
 'transmission': 'manual',
 'trim': 'S JOHN COOPER WORKS',
 'vin': 'WMWZP92080T199153',
 'year': 2011}
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520YAY%27 HTTP/1.1" 200 None
2026-03-30 06:28:04 [bca.uk] INFO: Saving data for LG61%20YAY: {'auction_closing_time': 1775037600.0, 'created_time': 1774650857.583189, 'last_price_update_time': 1774852084.211577}
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG61%2520YAY') HTTP/1.1" 204 0
2026-03-30 06:28:04 [bca.uk] INFO: Found listing with ID: DS24%20ULX
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ULX%27 HTTP/1.1" 200 None
2026-03-30 06:28:04 [bca.uk] INFO: Scrape type for DS24%20ULX: 2
2026-03-30 06:28:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a12cc661-79c8-5d51-86f4-317a623d6b9c with identifier: DS24%20ULX
2026-03-30 06:28:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a12cc661-79c8-5d51-86f4-317a623d6b9c with scrape type 2
2026-03-30 06:28:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a12cc661-79c8-5d51-86f4-317a623d6b9c with scrape type 2
2026-03-30 06:28:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a12cc661-79c8-5d51-86f4-317a623d6b9c, identifier: DS24%20ULX
2026-03-30 06:28:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 125db0c8-810b-5183-84d1-1e60e0225d5c with identifier: WN14%20FCG
2026-03-30 06:28:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 125db0c8-810b-5183-84d1-1e60e0225d5c with identifier: WN14%20FCG
2026-03-30 06:28:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 125db0c8-810b-5183-84d1-1e60e0225d5c with identifier: WN14%20FCG to the API
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN14%20FCG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '125db0c8-810b-5183-84d1-1e60e0225d5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN14 FCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN14%20FCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 48353,
 'odometer_reading_unit': '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 TI-VCT 125 TITANIUM NAVIGATOR Estate',
 'transmission': 'automatic',
 'trim': 'TI-VCT 125 TITANIUM NAVIGATOR',
 'vin': 'WF0LXXGCBLES25548',
 'year': 2014}
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520FCG%27 HTTP/1.1" 200 None
2026-03-30 06:28:04 [bca.uk] INFO: Saving data for WN14%20FCG: {'auction_closing_time': 1775037600.0, 'created_time': 1774622192.618252, 'last_price_update_time': 1774852084.764432}
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN14%2520FCG') HTTP/1.1" 204 0
2026-03-30 06:28:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f05039de-4cb2-5235-b3f1-9cf5a6b06843 with identifier: WR75%20UOJ
2026-03-30 06:28:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f05039de-4cb2-5235-b3f1-9cf5a6b06843 with identifier: WR75%20UOJ
2026-03-30 06:28:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f05039de-4cb2-5235-b3f1-9cf5a6b06843 with identifier: WR75%20UOJ to the API
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR75%20UOJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f05039de-4cb2-5235-b3f1-9cf5a6b06843',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR75 UOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR75%20UOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 5731,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 150 320 L1 H1 SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 150 320 L1 H1 SPORT',
 'vin': 'WF0RXXTA1RSG38579',
 'year': 2025}
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520UOJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:05 [bca.uk] INFO: Saving data for WR75%20UOJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773834112.178177, 'last_price_update_time': 1774852085.058475}
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR75%2520UOJ') HTTP/1.1" 204 0
2026-03-30 06:28:05 [bca.uk] INFO: Found listing with ID: MT72%20FZG
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZG%27 HTTP/1.1" 200 None
2026-03-30 06:28:05 [bca.uk] INFO: Scrape type for MT72%20FZG: 2
2026-03-30 06:28:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f425de2-5bd6-5480-8298-e94d90a3c977 with identifier: MT72%20FZG
2026-03-30 06:28:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f425de2-5bd6-5480-8298-e94d90a3c977 with scrape type 2
2026-03-30 06:28:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f425de2-5bd6-5480-8298-e94d90a3c977 with scrape type 2
2026-03-30 06:28:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f425de2-5bd6-5480-8298-e94d90a3c977, identifier: MT72%20FZG
2026-03-30 06:28:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b79d732-d900-5597-9d4f-db87eaa319c1 with identifier: BL21%20JHX
2026-03-30 06:28:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b79d732-d900-5597-9d4f-db87eaa319c1 with identifier: BL21%20JHX
2026-03-30 06:28:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b79d732-d900-5597-9d4f-db87eaa319c1 with identifier: BL21%20JHX to the API
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 327,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL21%20JHX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b79d732-d900-5597-9d4f-db87eaa319c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL21 JHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL21%20JHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 56284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 LEADER',
 'vin': 'WF0AXXTTRAKM09685',
 'year': 2021}
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL21%2520JHX%27 HTTP/1.1" 200 None
2026-03-30 06:28:05 [bca.uk] INFO: Saving data for BL21%20JHX: {'auction_closing_time': 1774864800.0, 'created_time': 1773825792.692393, 'last_price_update_time': 1774852085.46466}
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL21%2520JHX') HTTP/1.1" 204 0
2026-03-30 06:28:05 [bca.uk] INFO: Found listing with ID: DN75%20JVD
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN75%2520JVD%27 HTTP/1.1" 200 None
2026-03-30 06:28:05 [bca.uk] INFO: Scrape type for DN75%20JVD: 2
2026-03-30 06:28:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df8454a4-66df-5168-bac2-60f37e8a78eb with identifier: DN75%20JVD
2026-03-30 06:28:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df8454a4-66df-5168-bac2-60f37e8a78eb with scrape type 2
2026-03-30 06:28:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df8454a4-66df-5168-bac2-60f37e8a78eb with scrape type 2
2026-03-30 06:28:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df8454a4-66df-5168-bac2-60f37e8a78eb, identifier: DN75%20JVD
2026-03-30 06:28:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a12cc661-79c8-5d51-86f4-317a623d6b9c with identifier: DS24%20ULX
2026-03-30 06:28:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a12cc661-79c8-5d51-86f4-317a623d6b9c with identifier: DS24%20ULX
2026-03-30 06:28:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a12cc661-79c8-5d51-86f4-317a623d6b9c with identifier: DS24%20ULX to the API
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20ULX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a12cc661-79c8-5d51-86f4-317a623d6b9c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 ULX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20ULX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 18369,
 'odometer_reading_unit': '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 JUKE 1.6 HEV ACENTA PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'HEV ACENTA PREMIUM',
 'vin': 'SJNFCAF16U2020432',
 'year': 2024}
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ULX%27 HTTP/1.1" 200 None
2026-03-30 06:28:05 [bca.uk] INFO: Saving data for DS24%20ULX: {'auction_closing_time': 1774951200.0, 'created_time': 1774621907.523779, 'last_price_update_time': 1774852085.893442}
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520ULX') HTTP/1.1" 204 0
2026-03-30 06:28:05 [bca.uk] INFO: Found listing with ID: RE12%20TFN
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE12%2520TFN%27 HTTP/1.1" 200 None
2026-03-30 06:28:05 [bca.uk] INFO: Scrape type for RE12%20TFN: 2
2026-03-30 06:28:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a34d0e8-dc4f-5105-9eb5-c19c8a1b571c with identifier: RE12%20TFN
2026-03-30 06:28:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a34d0e8-dc4f-5105-9eb5-c19c8a1b571c with scrape type 2
2026-03-30 06:28:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a34d0e8-dc4f-5105-9eb5-c19c8a1b571c with scrape type 2
2026-03-30 06:28:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a34d0e8-dc4f-5105-9eb5-c19c8a1b571c, identifier: RE12%20TFN
2026-03-30 06:28:06 [bca.uk] INFO: Found listing with ID: DV74%20ALU
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV74%2520ALU%27 HTTP/1.1" 200 None
2026-03-30 06:28:06 [bca.uk] INFO: Scrape type for DV74%20ALU: 2
2026-03-30 06:28:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b673dcda-0fa2-5c2f-bab6-d6b5c19bbfdb with identifier: DV74%20ALU
2026-03-30 06:28:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b673dcda-0fa2-5c2f-bab6-d6b5c19bbfdb with scrape type 2
2026-03-30 06:28:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b673dcda-0fa2-5c2f-bab6-d6b5c19bbfdb with scrape type 2
2026-03-30 06:28:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b673dcda-0fa2-5c2f-bab6-d6b5c19bbfdb, identifier: DV74%20ALU
2026-03-30 06:28:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f425de2-5bd6-5480-8298-e94d90a3c977 with identifier: MT72%20FZG
2026-03-30 06:28:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f425de2-5bd6-5480-8298-e94d90a3c977 with identifier: MT72%20FZG
2026-03-30 06:28:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f425de2-5bd6-5480-8298-e94d90a3c977 with identifier: MT72%20FZG to the API
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT72%20FZG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f425de2-5bd6-5480-8298-e94d90a3c977',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT72 FZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT72%20FZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 57308,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS',
 'vin': 'VF1FL000369548322',
 'year': 2022}
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520FZG%27 HTTP/1.1" 200 None
2026-03-30 06:28:06 [bca.uk] INFO: Saving data for MT72%20FZG: {'auction_closing_time': 1774864800.0, 'created_time': 1774363319.296869, 'last_price_update_time': 1774852086.395761}
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT72%2520FZG') HTTP/1.1" 204 0
2026-03-30 06:28:06 [bca.uk] INFO: Found listing with ID: GN66%20PMY
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520PMY%27 HTTP/1.1" 200 None
2026-03-30 06:28:06 [bca.uk] INFO: Scrape type for GN66%20PMY: 0
2026-03-30 06:28:06 [bca.uk] INFO: Found listing with ID: AF13%20YZA
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF13%2520YZA%27 HTTP/1.1" 200 None
2026-03-30 06:28:06 [bca.uk] INFO: Scrape type for AF13%20YZA: 0
2026-03-30 06:28:06 [bca.uk] INFO: Found listing with ID: SKZ%20335
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SKZ%2520335%27 HTTP/1.1" 200 None
2026-03-30 06:28:06 [bca.uk] INFO: Scrape type for SKZ%20335: 0
2026-03-30 06:28:06 [bca.uk] INFO: Found listing with ID: SJ21%20CCX
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520CCX%27 HTTP/1.1" 200 None
2026-03-30 06:28:06 [bca.uk] INFO: Scrape type for SJ21%20CCX: 2
2026-03-30 06:28:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a905da1-c32a-5650-98b4-5541b35092b9 with identifier: SJ21%20CCX
2026-03-30 06:28:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a905da1-c32a-5650-98b4-5541b35092b9 with scrape type 2
2026-03-30 06:28:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a905da1-c32a-5650-98b4-5541b35092b9 with scrape type 2
2026-03-30 06:28:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a905da1-c32a-5650-98b4-5541b35092b9, identifier: SJ21%20CCX
2026-03-30 06:28:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df8454a4-66df-5168-bac2-60f37e8a78eb with identifier: DN75%20JVD
2026-03-30 06:28:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df8454a4-66df-5168-bac2-60f37e8a78eb with identifier: DN75%20JVD
2026-03-30 06:28:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df8454a4-66df-5168-bac2-60f37e8a78eb with identifier: DN75%20JVD to the API
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=62&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN75%20JVD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'df8454a4-66df-5168-bac2-60f37e8a78eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN75 JVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN75%20JVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'TRAFIC E-TECH',
 'odometer': 80,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC E-TECH 90KW 52KWH SL30 ADVANCE PanelVan',
 'transmission': 'automatic',
 'trim': '90KW 52KWH SL30 ADVANCE',
 'vin': 'VF1EL000273519023',
 'year': 2025}
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN75%2520JVD%27 HTTP/1.1" 200 None
2026-03-30 06:28:06 [bca.uk] INFO: Saving data for DN75%20JVD: {'auction_closing_time': 1775026800.0, 'created_time': 1773841818.181393, 'last_price_update_time': 1774852086.857382}
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN75%2520JVD') HTTP/1.1" 204 0
2026-03-30 06:28:06 [bca.uk] INFO: Found listing with ID: DT73%20BFN
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT73%2520BFN%27 HTTP/1.1" 200 None
2026-03-30 06:28:06 [bca.uk] INFO: Scrape type for DT73%20BFN: 2
2026-03-30 06:28:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7656518b-1949-50eb-b31a-14b23b9e08f6 with identifier: DT73%20BFN
2026-03-30 06:28:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7656518b-1949-50eb-b31a-14b23b9e08f6 with scrape type 2
2026-03-30 06:28:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7656518b-1949-50eb-b31a-14b23b9e08f6 with scrape type 2
2026-03-30 06:28:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7656518b-1949-50eb-b31a-14b23b9e08f6, identifier: DT73%20BFN
2026-03-30 06:28:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a34d0e8-dc4f-5105-9eb5-c19c8a1b571c with identifier: RE12%20TFN
2026-03-30 06:28:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a34d0e8-dc4f-5105-9eb5-c19c8a1b571c with identifier: RE12%20TFN
2026-03-30 06:28:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a34d0e8-dc4f-5105-9eb5-c19c8a1b571c with identifier: RE12%20TFN to the API
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE12%20TFN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a34d0e8-dc4f-5105-9eb5-c19c8a1b571c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE12 TFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE12%20TFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 119737,
 'odometer_reading_unit': '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': 'WF0JXXGAJJCR50083',
 'year': 2012}
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE12%2520TFN%27 HTTP/1.1" 200 None
2026-03-30 06:28:07 [bca.uk] INFO: Saving data for RE12%20TFN: {'auction_closing_time': 1775037600.0, 'created_time': 1774622194.253721, 'last_price_update_time': 1774852087.325439}
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE12%2520TFN') HTTP/1.1" 204 0
2026-03-30 06:28:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b673dcda-0fa2-5c2f-bab6-d6b5c19bbfdb with identifier: DV74%20ALU
2026-03-30 06:28:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b673dcda-0fa2-5c2f-bab6-d6b5c19bbfdb with identifier: DV74%20ALU
2026-03-30 06:28:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b673dcda-0fa2-5c2f-bab6-d6b5c19bbfdb with identifier: DV74%20ALU to the API
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV74%20ALU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b673dcda-0fa2-5c2f-bab6-d6b5c19bbfdb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV74 ALU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV74%20ALU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'NISSAN',
 'model': 'TOWNSTAR',
 'odometer': 5123,
 'odometer_reading_unit': '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': 'VNVNFK00171612156',
 'year': 2024}
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV74%2520ALU%27 HTTP/1.1" 200 None
2026-03-30 06:28:07 [bca.uk] INFO: Saving data for DV74%20ALU: {'auction_closing_time': 1775037600.0, 'created_time': 1774622123.111202, 'last_price_update_time': 1774852087.606948}
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV74%2520ALU') HTTP/1.1" 204 0
2026-03-30 06:28:07 [bca.uk] INFO: Found listing with ID: MA72%20PXO
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520PXO%27 HTTP/1.1" 200 None
2026-03-30 06:28:07 [bca.uk] INFO: Scrape type for MA72%20PXO: 2
2026-03-30 06:28:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with identifier: MA72%20PXO
2026-03-30 06:28:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with scrape type 2
2026-03-30 06:28:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with scrape type 2
2026-03-30 06:28:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2d9b8f6-96a7-58bc-a689-9ae76deb9817, identifier: MA72%20PXO
2026-03-30 06:28:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a905da1-c32a-5650-98b4-5541b35092b9 with identifier: SJ21%20CCX
2026-03-30 06:28:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a905da1-c32a-5650-98b4-5541b35092b9 with identifier: SJ21%20CCX
2026-03-30 06:28:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a905da1-c32a-5650-98b4-5541b35092b9 with identifier: SJ21%20CCX to the API
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 252,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ21%20CCX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a905da1-c32a-5650-98b4-5541b35092b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ21 CCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ21%20CCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 274185,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 H2 PROGRESSIVE',
 'vin': 'W1V9076352P315880',
 'year': 2021}
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520CCX%27 HTTP/1.1" 200 None
2026-03-30 06:28:08 [bca.uk] INFO: Saving data for SJ21%20CCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774447358.92143, 'last_price_update_time': 1774852088.065023}
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ21%2520CCX') HTTP/1.1" 204 0
2026-03-30 06:28:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7656518b-1949-50eb-b31a-14b23b9e08f6 with identifier: DT73%20BFN
2026-03-30 06:28:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7656518b-1949-50eb-b31a-14b23b9e08f6 with identifier: DT73%20BFN
2026-03-30 06:28:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7656518b-1949-50eb-b31a-14b23b9e08f6 with identifier: DT73%20BFN to the API
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT73%20BFN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7656518b-1949-50eb-b31a-14b23b9e08f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DT73 BFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT73%20BFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 12004,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 230 HEV 2WD SE CONN. StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI 230 HEV 2WD SE CONN.',
 'vin': 'TMAJC811MPJ247426',
 'year': 2024}
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT73%2520BFN%27 HTTP/1.1" 200 None
2026-03-30 06:28:08 [bca.uk] INFO: Saving data for DT73%20BFN: {'auction_closing_time': 1774951200.0, 'created_time': 1774621906.166941, 'last_price_update_time': 1774852088.477321}
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT73%2520BFN') HTTP/1.1" 204 0
2026-03-30 06:28:08 [bca.uk] INFO: Found listing with ID: BN25%20UTW
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520UTW%27 HTTP/1.1" 200 None
2026-03-30 06:28:08 [bca.uk] INFO: Scrape type for BN25%20UTW: 2
2026-03-30 06:28:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8279e86e-dc81-55cb-9e19-019e1775ffdc with identifier: BN25%20UTW
2026-03-30 06:28:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8279e86e-dc81-55cb-9e19-019e1775ffdc with scrape type 2
2026-03-30 06:28:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8279e86e-dc81-55cb-9e19-019e1775ffdc with scrape type 2
2026-03-30 06:28:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8279e86e-dc81-55cb-9e19-019e1775ffdc, identifier: BN25%20UTW
2026-03-30 06:28:08 [bca.uk] INFO: Found listing with ID: DY74%20XDV
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XDV%27 HTTP/1.1" 200 None
2026-03-30 06:28:08 [bca.uk] INFO: Scrape type for DY74%20XDV: 2
2026-03-30 06:28:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d16e82e3-c4b2-5be0-8390-f3ba5bbc5922 with identifier: DY74%20XDV
2026-03-30 06:28:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d16e82e3-c4b2-5be0-8390-f3ba5bbc5922 with scrape type 2
2026-03-30 06:28:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d16e82e3-c4b2-5be0-8390-f3ba5bbc5922 with scrape type 2
2026-03-30 06:28:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d16e82e3-c4b2-5be0-8390-f3ba5bbc5922, identifier: DY74%20XDV
2026-03-30 06:28:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with identifier: MA72%20PXO
2026-03-30 06:28:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with identifier: MA72%20PXO
2026-03-30 06:28:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2d9b8f6-96a7-58bc-a689-9ae76deb9817 with identifier: MA72%20PXO to the API
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA72%20PXO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd2d9b8f6-96a7-58bc-a689-9ae76deb9817',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA72 PXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA72%20PXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 43580,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS',
 'vin': 'VF1FL000269548358',
 'year': 2022}
2026-03-30 06:28:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520PXO%27 HTTP/1.1" 200 None
2026-03-30 06:28:09 [bca.uk] INFO: Saving data for MA72%20PXO: {'auction_closing_time': 1774864800.0, 'created_time': 1774363307.396586, 'last_price_update_time': 1774852089.005914}
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA72%2520PXO') HTTP/1.1" 204 0
2026-03-30 06:28:09 [bca.uk] INFO: Found listing with ID: DN21%20KRJ
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520KRJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:09 [bca.uk] INFO: Scrape type for DN21%20KRJ: 0
2026-03-30 06:28:09 [bca.uk] INFO: Found listing with ID: KY11%20TVJ
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY11%2520TVJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:09 [bca.uk] INFO: Scrape type for KY11%20TVJ: 0
2026-03-30 06:28:09 [bca.uk] INFO: Found listing with ID: CU22%20WBJ
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520WBJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:09 [bca.uk] INFO: Scrape type for CU22%20WBJ: 0
2026-03-30 06:28:09 [bca.uk] INFO: Found listing with ID: LY15%20LPL
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY15%2520LPL%27 HTTP/1.1" 200 None
2026-03-30 06:28:09 [bca.uk] INFO: Scrape type for LY15%20LPL: 0
2026-03-30 06:28:09 [bca.uk] INFO: Found listing with ID: SJ73%20UTL
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ73%2520UTL%27 HTTP/1.1" 200 None
2026-03-30 06:28:09 [bca.uk] INFO: Scrape type for SJ73%20UTL: 0
2026-03-30 06:28:09 [bca.uk] INFO: Found listing with ID: AU24%20RHF
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU24%2520RHF%27 HTTP/1.1" 200 None
2026-03-30 06:28:09 [bca.uk] INFO: Scrape type for AU24%20RHF: 2
2026-03-30 06:28:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: addc3b9f-a556-5cd3-b0a9-86470d14b975 with identifier: AU24%20RHF
2026-03-30 06:28:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item addc3b9f-a556-5cd3-b0a9-86470d14b975 with scrape type 2
2026-03-30 06:28:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item addc3b9f-a556-5cd3-b0a9-86470d14b975 with scrape type 2
2026-03-30 06:28:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: addc3b9f-a556-5cd3-b0a9-86470d14b975, identifier: AU24%20RHF
2026-03-30 06:28:09 [bca.uk] INFO: Found listing with ID: DV24%20WAJ
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520WAJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:09 [bca.uk] INFO: Scrape type for DV24%20WAJ: 2
2026-03-30 06:28:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bde8e00-6cf1-5f70-bfc7-b9a549112516 with identifier: DV24%20WAJ
2026-03-30 06:28:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bde8e00-6cf1-5f70-bfc7-b9a549112516 with scrape type 2
2026-03-30 06:28:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bde8e00-6cf1-5f70-bfc7-b9a549112516 with scrape type 2
2026-03-30 06:28:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bde8e00-6cf1-5f70-bfc7-b9a549112516, identifier: DV24%20WAJ
2026-03-30 06:28:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8279e86e-dc81-55cb-9e19-019e1775ffdc with identifier: BN25%20UTW
2026-03-30 06:28:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8279e86e-dc81-55cb-9e19-019e1775ffdc with identifier: BN25%20UTW
2026-03-30 06:28:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8279e86e-dc81-55cb-9e19-019e1775ffdc with identifier: BN25%20UTW to the API
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20UTW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8279e86e-dc81-55cb-9e19-019e1775ffdc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 UTW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20UTW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 18264,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 ALLURE E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY9RS139527',
 'year': 2025}
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520UTW%27 HTTP/1.1" 200 None
2026-03-30 06:28:09 [bca.uk] INFO: Saving data for BN25%20UTW: {'auction_closing_time': 1775124000.0, 'created_time': 1774622193.308109, 'last_price_update_time': 1774852089.634069}
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520UTW') HTTP/1.1" 204 0
2026-03-30 06:28:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d16e82e3-c4b2-5be0-8390-f3ba5bbc5922 with identifier: DY74%20XDV
2026-03-30 06:28:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d16e82e3-c4b2-5be0-8390-f3ba5bbc5922 with identifier: DY74%20XDV
2026-03-30 06:28:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d16e82e3-c4b2-5be0-8390-f3ba5bbc5922 with identifier: DY74%20XDV to the API
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20XDV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd16e82e3-c4b2-5be0-8390-f3ba5bbc5922',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY74 XDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20XDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'NISSAN',
 'model': 'TOWNSTAR',
 'odometer': 12526,
 'odometer_reading_unit': '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': 'VNVNFK00070883991',
 'year': 2024}
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520XDV%27 HTTP/1.1" 200 None
2026-03-30 06:28:09 [bca.uk] INFO: Saving data for DY74%20XDV: {'auction_closing_time': 1775037600.0, 'created_time': 1774622121.496465, 'last_price_update_time': 1774852089.906846}
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520XDV') HTTP/1.1" 204 0
2026-03-30 06:28:09 [bca.uk] INFO: Found listing with ID: HT23%20UUE
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT23%2520UUE%27 HTTP/1.1" 200 None
2026-03-30 06:28:09 [bca.uk] INFO: Scrape type for HT23%20UUE: 2
2026-03-30 06:28:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with identifier: HT23%20UUE
2026-03-30 06:28:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with scrape type 2
2026-03-30 06:28:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with scrape type 2
2026-03-30 06:28:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d, identifier: HT23%20UUE
2026-03-30 06:28:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: addc3b9f-a556-5cd3-b0a9-86470d14b975 with identifier: AU24%20RHF
2026-03-30 06:28:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: addc3b9f-a556-5cd3-b0a9-86470d14b975 with identifier: AU24%20RHF
2026-03-30 06:28:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: addc3b9f-a556-5cd3-b0a9-86470d14b975 with identifier: AU24%20RHF to the API
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU24%20RHF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'addc3b9f-a556-5cd3-b0a9-86470d14b975',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AU24 RHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU24%20RHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 26777,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL ADVANCE PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL ADVANCE',
 'vin': 'VF1FL000372163031',
 'year': 2024}
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU24%2520RHF%27 HTTP/1.1" 200 None
2026-03-30 06:28:10 [bca.uk] INFO: Saving data for AU24%20RHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774447292.644099, 'last_price_update_time': 1774852090.318655}
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU24%2520RHF') HTTP/1.1" 204 0
2026-03-30 06:28:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bde8e00-6cf1-5f70-bfc7-b9a549112516 with identifier: DV24%20WAJ
2026-03-30 06:28:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bde8e00-6cf1-5f70-bfc7-b9a549112516 with identifier: DV24%20WAJ
2026-03-30 06:28:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bde8e00-6cf1-5f70-bfc7-b9a549112516 with identifier: DV24%20WAJ to the API
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20WAJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0bde8e00-6cf1-5f70-bfc7-b9a549112516',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV24 WAJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20WAJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 28572,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 E-POWER HEV ACENTA PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'E-POWER HEV ACENTA PREMIUM',
 'vin': 'SJNTBAJ12U1459445',
 'year': 2024}
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520WAJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:10 [bca.uk] INFO: Saving data for DV24%20WAJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774621886.352934, 'last_price_update_time': 1774852090.609138}
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520WAJ') HTTP/1.1" 204 0
2026-03-30 06:28:10 [bca.uk] INFO: Found listing with ID: KF73%20BYX
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BYX%27 HTTP/1.1" 200 None
2026-03-30 06:28:10 [bca.uk] INFO: Scrape type for KF73%20BYX: 2
2026-03-30 06:28:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32d9d3e7-d708-5eca-b549-e83fd76ca0a5 with identifier: KF73%20BYX
2026-03-30 06:28:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32d9d3e7-d708-5eca-b549-e83fd76ca0a5 with scrape type 2
2026-03-30 06:28:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32d9d3e7-d708-5eca-b549-e83fd76ca0a5 with scrape type 2
2026-03-30 06:28:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32d9d3e7-d708-5eca-b549-e83fd76ca0a5, identifier: KF73%20BYX
2026-03-30 06:28:10 [bca.uk] INFO: Found listing with ID: NG73%20YLM
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG73%2520YLM%27 HTTP/1.1" 200 None
2026-03-30 06:28:10 [bca.uk] INFO: Scrape type for NG73%20YLM: 2
2026-03-30 06:28:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8887360-0731-5429-9bb7-5fdaf5c3966a with identifier: NG73%20YLM
2026-03-30 06:28:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8887360-0731-5429-9bb7-5fdaf5c3966a with scrape type 2
2026-03-30 06:28:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8887360-0731-5429-9bb7-5fdaf5c3966a with scrape type 2
2026-03-30 06:28:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8887360-0731-5429-9bb7-5fdaf5c3966a, identifier: NG73%20YLM
2026-03-30 06:28:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with identifier: HT23%20UUE
2026-03-30 06:28:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with identifier: HT23%20UUE
2026-03-30 06:28:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 106ebee8-8fbb-51c3-8f72-0245a4c4ec8d with identifier: HT23%20UUE to the API
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 288,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT23%20UUE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '106ebee8-8fbb-51c3-8f72-0245a4c4ec8d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT23 UUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT23%20UUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 101028,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRANA04038',
 'year': 2023}
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT23%2520UUE%27 HTTP/1.1" 200 None
2026-03-30 06:28:11 [bca.uk] INFO: Saving data for HT23%20UUE: {'auction_closing_time': 1774864800.0, 'created_time': 1774363378.299535, 'last_price_update_time': 1774852091.102469}
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT23%2520UUE') HTTP/1.1" 204 0
2026-03-30 06:28:11 [bca.uk] INFO: Found listing with ID: YH74%20HRP
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH74%2520HRP%27 HTTP/1.1" 200 None
2026-03-30 06:28:11 [bca.uk] INFO: Scrape type for YH74%20HRP: 0
2026-03-30 06:28:11 [bca.uk] INFO: Found listing with ID: BL68%20XHC
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL68%2520XHC%27 HTTP/1.1" 200 None
2026-03-30 06:28:11 [bca.uk] INFO: Scrape type for BL68%20XHC: 0
2026-03-30 06:28:11 [bca.uk] INFO: Found listing with ID: ET24%20UYU
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET24%2520UYU%27 HTTP/1.1" 200 None
2026-03-30 06:28:11 [bca.uk] INFO: Scrape type for ET24%20UYU: 0
2026-03-30 06:28:11 [bca.uk] INFO: Found listing with ID: VN20%20JJO
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN20%2520JJO%27 HTTP/1.1" 200 None
2026-03-30 06:28:11 [bca.uk] INFO: Scrape type for VN20%20JJO: 0
2026-03-30 06:28:11 [bca.uk] INFO: Found listing with ID: WO19%20VGJ
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO19%2520VGJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:11 [bca.uk] INFO: Scrape type for WO19%20VGJ: 0
2026-03-30 06:28:11 [bca.uk] INFO: Found listing with ID: YX19%20LUE
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520LUE%27 HTTP/1.1" 200 None
2026-03-30 06:28:11 [bca.uk] INFO: Scrape type for YX19%20LUE: 0
2026-03-30 06:28:11 [bca.uk] INFO: Found listing with ID: BEZ%203707
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BEZ%25203707%27 HTTP/1.1" 200 None
2026-03-30 06:28:11 [bca.uk] INFO: Scrape type for BEZ%203707: 0
2026-03-30 06:28:11 [bca.uk] INFO: Found listing with ID: SL14%20HKF
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL14%2520HKF%27 HTTP/1.1" 200 None
2026-03-30 06:28:11 [bca.uk] INFO: Scrape type for SL14%20HKF: 2
2026-03-30 06:28:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da361ecb-e622-5723-aaa3-c899911093dd with identifier: SL14%20HKF
2026-03-30 06:28:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da361ecb-e622-5723-aaa3-c899911093dd with scrape type 2
2026-03-30 06:28:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da361ecb-e622-5723-aaa3-c899911093dd with scrape type 2
2026-03-30 06:28:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da361ecb-e622-5723-aaa3-c899911093dd, identifier: SL14%20HKF
2026-03-30 06:28:11 [bca.uk] INFO: Found listing with ID: KF23%20VZG
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF23%2520VZG%27 HTTP/1.1" 200 None
2026-03-30 06:28:11 [bca.uk] INFO: Scrape type for KF23%20VZG: 2
2026-03-30 06:28:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fafa5605-4fb9-592e-857d-e80f782128d2 with identifier: KF23%20VZG
2026-03-30 06:28:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fafa5605-4fb9-592e-857d-e80f782128d2 with scrape type 2
2026-03-30 06:28:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fafa5605-4fb9-592e-857d-e80f782128d2 with scrape type 2
2026-03-30 06:28:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fafa5605-4fb9-592e-857d-e80f782128d2, identifier: KF23%20VZG
2026-03-30 06:28:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32d9d3e7-d708-5eca-b549-e83fd76ca0a5 with identifier: KF73%20BYX
2026-03-30 06:28:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32d9d3e7-d708-5eca-b549-e83fd76ca0a5 with identifier: KF73%20BYX
2026-03-30 06:28:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32d9d3e7-d708-5eca-b549-e83fd76ca0a5 with identifier: KF73%20BYX to the API
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20BYX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '32d9d3e7-d708-5eca-b549-e83fd76ca0a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 BYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20BYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 15936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 GT E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 GT E-DSC6',
 'vin': 'VF3MRHPYEPS165476',
 'year': 2024}
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BYX%27 HTTP/1.1" 200 None
2026-03-30 06:28:11 [bca.uk] INFO: Saving data for KF73%20BYX: {'auction_closing_time': 1775124000.0, 'created_time': 1774622164.462352, 'last_price_update_time': 1774852091.942274}
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520BYX') HTTP/1.1" 204 0
2026-03-30 06:28:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8887360-0731-5429-9bb7-5fdaf5c3966a with identifier: NG73%20YLM
2026-03-30 06:28:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8887360-0731-5429-9bb7-5fdaf5c3966a with identifier: NG73%20YLM
2026-03-30 06:28:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8887360-0731-5429-9bb7-5fdaf5c3966a with identifier: NG73%20YLM to the API
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG73%20YLM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8887360-0731-5429-9bb7-5fdaf5c3966a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NG73 YLM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG73%20YLM&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 16051,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 28 2.0 DCI 120 SL BUSINESS Bus',
 'transmission': 'manual',
 'trim': 'DCI 120 SL BUSINESS',
 'vin': 'VF1JL000171814897',
 'year': 2024}
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG73%2520YLM%27 HTTP/1.1" 200 None
2026-03-30 06:28:12 [bca.uk] INFO: Saving data for NG73%20YLM: {'auction_closing_time': 1775037600.0, 'created_time': 1774622124.31551, 'last_price_update_time': 1774852092.233123}
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG73%2520YLM') HTTP/1.1" 204 0
2026-03-30 06:28:12 [bca.uk] INFO: Found listing with ID: BL65%20RKK
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL65%2520RKK%27 HTTP/1.1" 200 None
2026-03-30 06:28:12 [bca.uk] INFO: Scrape type for BL65%20RKK: 0
2026-03-30 06:28:12 [bca.uk] INFO: Found listing with ID: CV20%20EWS
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520EWS%27 HTTP/1.1" 200 None
2026-03-30 06:28:12 [bca.uk] INFO: Scrape type for CV20%20EWS: 0
2026-03-30 06:28:12 [bca.uk] INFO: Found listing with ID: KE23%20LZD
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LZD%27 HTTP/1.1" 200 None
2026-03-30 06:28:12 [bca.uk] INFO: Scrape type for KE23%20LZD: 0
2026-03-30 06:28:12 [bca.uk] INFO: Found listing with ID: CU20%20XLY
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XLY%27 HTTP/1.1" 200 None
2026-03-30 06:28:12 [bca.uk] INFO: Scrape type for CU20%20XLY: 0
2026-03-30 06:28:12 [bca.uk] INFO: Found listing with ID: CU20%20XLT
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XLT%27 HTTP/1.1" 200 None
2026-03-30 06:28:12 [bca.uk] INFO: Scrape type for CU20%20XLT: 2
2026-03-30 06:28:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 432803cc-0705-541e-96be-4214a85836f1 with identifier: CU20%20XLT
2026-03-30 06:28:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 432803cc-0705-541e-96be-4214a85836f1 with scrape type 2
2026-03-30 06:28:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 432803cc-0705-541e-96be-4214a85836f1 with scrape type 2
2026-03-30 06:28:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 432803cc-0705-541e-96be-4214a85836f1, identifier: CU20%20XLT
2026-03-30 06:28:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da361ecb-e622-5723-aaa3-c899911093dd with identifier: SL14%20HKF
2026-03-30 06:28:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da361ecb-e622-5723-aaa3-c899911093dd with identifier: SL14%20HKF
2026-03-30 06:28:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da361ecb-e622-5723-aaa3-c899911093dd with identifier: SL14%20HKF to the API
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL14%20HKF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da361ecb-e622-5723-aaa3-c899911093dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL14 HKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL14%20HKF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 106151,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2079,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD GRAND C-MAX 1.6 TDCI 115 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM',
 'vin': 'WF0HXXWPBHES84990',
 'year': 2014}
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL14%2520HKF%27 HTTP/1.1" 200 None
2026-03-30 06:28:12 [bca.uk] INFO: Saving data for SL14%20HKF: {'auction_closing_time': 1775199600.0, 'created_time': 1773933177.368099, 'last_price_update_time': 1774852092.726822}
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL14%2520HKF') HTTP/1.1" 204 0
2026-03-30 06:28:12 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:28:12 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:28:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fafa5605-4fb9-592e-857d-e80f782128d2 with identifier: KF23%20VZG
2026-03-30 06:28:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fafa5605-4fb9-592e-857d-e80f782128d2 with identifier: KF23%20VZG
2026-03-30 06:28:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fafa5605-4fb9-592e-857d-e80f782128d2 with identifier: KF23%20VZG to the API
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 209,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF23%20VZG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fafa5605-4fb9-592e-857d-e80f782128d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF23 VZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF23%20VZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 31840,
 'odometer_reading_unit': '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 Q7 3.0 50 TDI QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': '50 TDI QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4MXPD026913',
 'year': 2023}
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF23%2520VZG%27 HTTP/1.1" 200 None
2026-03-30 06:28:13 [bca.uk] INFO: Saving data for KF23%20VZG: {'auction_closing_time': 1774951200.0, 'created_time': 1774621887.35914, 'last_price_update_time': 1774852093.1002}
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF23%2520VZG') HTTP/1.1" 204 0
2026-03-30 06:28:13 [bca.uk] INFO: Found listing with ID: LL74%20XTA
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520XTA%27 HTTP/1.1" 200 None
2026-03-30 06:28:13 [bca.uk] INFO: Scrape type for LL74%20XTA: 2
2026-03-30 06:28:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3f3547d-0485-5fbd-bbe6-19a4267aec67 with identifier: LL74%20XTA
2026-03-30 06:28:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3f3547d-0485-5fbd-bbe6-19a4267aec67 with scrape type 2
2026-03-30 06:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3f3547d-0485-5fbd-bbe6-19a4267aec67 with scrape type 2
2026-03-30 06:28:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3f3547d-0485-5fbd-bbe6-19a4267aec67, identifier: LL74%20XTA
2026-03-30 06:28:13 [bca.uk] INFO: Found listing with ID: WV73%20ZYN
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV73%2520ZYN%27 HTTP/1.1" 200 None
2026-03-30 06:28:13 [bca.uk] INFO: Scrape type for WV73%20ZYN: 2
2026-03-30 06:28:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b057fbc0-416c-55df-9351-9723baa10b57 with identifier: WV73%20ZYN
2026-03-30 06:28:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b057fbc0-416c-55df-9351-9723baa10b57 with scrape type 2
2026-03-30 06:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b057fbc0-416c-55df-9351-9723baa10b57 with scrape type 2
2026-03-30 06:28:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b057fbc0-416c-55df-9351-9723baa10b57, identifier: WV73%20ZYN
2026-03-30 06:28:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 432803cc-0705-541e-96be-4214a85836f1 with identifier: CU20%20XLT
2026-03-30 06:28:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 432803cc-0705-541e-96be-4214a85836f1 with identifier: CU20%20XLT
2026-03-30 06:28:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 432803cc-0705-541e-96be-4214a85836f1 with identifier: CU20%20XLT to the API
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU20%20XLT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '432803cc-0705-541e-96be-4214a85836f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU20 XLT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU20%20XLT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'IVECO',
 'model': 'DAILY 70C18',
 'odometer': 52254,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 70C18 3.0 MWB (3750) HI-MATIC (CAGED) Tipper',
 'transmission': 'automatic',
 'trim': 'MWB (3750) HI-MATIC (CAGED)',
 'vin': 'ZCFC670D60D647124',
 'year': 2020}
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XLT%27 HTTP/1.1" 200 None
2026-03-30 06:28:13 [bca.uk] INFO: Saving data for CU20%20XLT: {'auction_closing_time': 1774864800.0, 'created_time': 1773821640.516778, 'last_price_update_time': 1774852093.605234}
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU20%2520XLT') HTTP/1.1" 204 0
2026-03-30 06:28:13 [bca.uk] INFO: Found listing with ID: HV71%20VPL
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520VPL%27 HTTP/1.1" 200 None
2026-03-30 06:28:13 [bca.uk] INFO: Scrape type for HV71%20VPL: 0
2026-03-30 06:28:13 [bca.uk] INFO: Found listing with ID: MK22%20LXP
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK22%2520LXP%27 HTTP/1.1" 200 None
2026-03-30 06:28:13 [bca.uk] INFO: Scrape type for MK22%20LXP: 2
2026-03-30 06:28:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11cf0408-3e41-50f2-ba71-fa9c834f4dc2 with identifier: MK22%20LXP
2026-03-30 06:28:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11cf0408-3e41-50f2-ba71-fa9c834f4dc2 with scrape type 2
2026-03-30 06:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11cf0408-3e41-50f2-ba71-fa9c834f4dc2 with scrape type 2
2026-03-30 06:28:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11cf0408-3e41-50f2-ba71-fa9c834f4dc2, identifier: MK22%20LXP
2026-03-30 06:28: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:28:13 [bca.uk] INFO: Found listing with ID: KV68%20PHU
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV68%2520PHU%27 HTTP/1.1" 200 None
2026-03-30 06:28:13 [bca.uk] INFO: Scrape type for KV68%20PHU: 2
2026-03-30 06:28:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2bbb926-5935-598b-99e4-f11c6b6f37aa with identifier: KV68%20PHU
2026-03-30 06:28:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2bbb926-5935-598b-99e4-f11c6b6f37aa with scrape type 2
2026-03-30 06:28:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2bbb926-5935-598b-99e4-f11c6b6f37aa with scrape type 2
2026-03-30 06:28:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2bbb926-5935-598b-99e4-f11c6b6f37aa, identifier: KV68%20PHU
2026-03-30 06:28:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3f3547d-0485-5fbd-bbe6-19a4267aec67 with identifier: LL74%20XTA
2026-03-30 06:28:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3f3547d-0485-5fbd-bbe6-19a4267aec67 with identifier: LL74%20XTA
2026-03-30 06:28:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3f3547d-0485-5fbd-bbe6-19a4267aec67 with identifier: LL74%20XTA to the API
2026-03-30 06:28:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=64&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20XTA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e3f3547d-0485-5fbd-bbe6-19a4267aec67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 XTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20XTA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 14105,
 'odometer_reading_unit': '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': 'VR3FPHNS7RY629282',
 'year': 2024}
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520XTA%27 HTTP/1.1" 200 None
2026-03-30 06:28:14 [bca.uk] INFO: Saving data for LL74%20XTA: {'auction_closing_time': 1775124000.0, 'created_time': 1774622165.490889, 'last_price_update_time': 1774852094.145399}
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520XTA') HTTP/1.1" 204 0
2026-03-30 06:28:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b057fbc0-416c-55df-9351-9723baa10b57 with identifier: WV73%20ZYN
2026-03-30 06:28:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b057fbc0-416c-55df-9351-9723baa10b57 with identifier: WV73%20ZYN
2026-03-30 06:28:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b057fbc0-416c-55df-9351-9723baa10b57 with identifier: WV73%20ZYN to the API
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV73%20ZYN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'metamorphosis silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b057fbc0-416c-55df-9351-9723baa10b57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV73 ZYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV73%20ZYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 15661,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMPY75648',
 'year': 2023}
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV73%2520ZYN%27 HTTP/1.1" 200 None
2026-03-30 06:28:14 [bca.uk] INFO: Saving data for WV73%20ZYN: {'auction_closing_time': 1775037600.0, 'created_time': 1773986810.40148, 'last_price_update_time': 1774852094.475208}
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV73%2520ZYN') HTTP/1.1" 204 0
2026-03-30 06:28:14 [bca.uk] INFO: Found listing with ID: CU20%20XJC
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XJC%27 HTTP/1.1" 200 None
2026-03-30 06:28:14 [bca.uk] INFO: Scrape type for CU20%20XJC: 2
2026-03-30 06:28:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with identifier: CU20%20XJC
2026-03-30 06:28:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with scrape type 2
2026-03-30 06:28:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with scrape type 2
2026-03-30 06:28:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21bc79ce-4126-5f4e-8e33-6c2703bf1525, identifier: CU20%20XJC
2026-03-30 06:28:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11cf0408-3e41-50f2-ba71-fa9c834f4dc2 with identifier: MK22%20LXP
2026-03-30 06:28:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11cf0408-3e41-50f2-ba71-fa9c834f4dc2 with identifier: MK22%20LXP
2026-03-30 06:28:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11cf0408-3e41-50f2-ba71-fa9c834f4dc2 with identifier: MK22%20LXP to the API
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK22%20LXP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '11cf0408-3e41-50f2-ba71-fa9c834f4dc2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK22 LXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK22%20LXP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 76062,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10250,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.0 TSI 110 SE TECHNOLOGY Estate',
 'transmission': 'manual',
 'trim': 'TSI 110 SE TECHNOLOGY',
 'vin': 'TMBKP7NX0NY055334',
 'year': 2022}
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK22%2520LXP%27 HTTP/1.1" 200 None
2026-03-30 06:28:14 [bca.uk] INFO: Saving data for MK22%20LXP: {'auction_closing_time': 1775199600.0, 'created_time': 1774436903.276884, 'last_price_update_time': 1774852094.912244}
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK22%2520LXP') HTTP/1.1" 204 0
2026-03-30 06:28:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2bbb926-5935-598b-99e4-f11c6b6f37aa with identifier: KV68%20PHU
2026-03-30 06:28:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2bbb926-5935-598b-99e4-f11c6b6f37aa with identifier: KV68%20PHU
2026-03-30 06:28:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2bbb926-5935-598b-99e4-f11c6b6f37aa with identifier: KV68%20PHU to the API
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV68%20PHU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a2bbb926-5935-598b-99e4-f11c6b6f37aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV68 PHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV68%20PHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 70527,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 AUTOBIOGRAPHY DYNAMIC '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 306 AUTOBIOGRAPHY DYNAMIC',
 'vin': 'SALWA2AK0JA807433',
 'year': 2018}
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV68%2520PHU%27 HTTP/1.1" 200 None
2026-03-30 06:28:15 [bca.uk] INFO: Saving data for KV68%20PHU: {'auction_closing_time': 1775037600.0, 'created_time': 1774621889.008995, 'last_price_update_time': 1774852095.214765}
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV68%2520PHU') HTTP/1.1" 204 0
2026-03-30 06:28:15 [bca.uk] INFO: Found listing with ID: WR75%20CXT
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520CXT%27 HTTP/1.1" 200 None
2026-03-30 06:28:15 [bca.uk] INFO: Scrape type for WR75%20CXT: 2
2026-03-30 06:28:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 967d7f52-4f26-5cef-8c64-a4db9fbd5c93 with identifier: WR75%20CXT
2026-03-30 06:28:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 967d7f52-4f26-5cef-8c64-a4db9fbd5c93 with scrape type 2
2026-03-30 06:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 967d7f52-4f26-5cef-8c64-a4db9fbd5c93 with scrape type 2
2026-03-30 06:28:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 967d7f52-4f26-5cef-8c64-a4db9fbd5c93, identifier: WR75%20CXT
2026-03-30 06:28:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with identifier: CU20%20XJC
2026-03-30 06:28:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with identifier: CU20%20XJC
2026-03-30 06:28:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21bc79ce-4126-5f4e-8e33-6c2703bf1525 with identifier: CU20%20XJC to the API
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU20%20XJC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21bc79ce-4126-5f4e-8e33-6c2703bf1525',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU20 XJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU20%20XJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'IVECO',
 'model': 'DAILY 70C18',
 'odometer': 59511,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 70C18 3.0 X-XLWB (4750) HI-MATIC Luton',
 'transmission': 'automatic',
 'trim': 'X-XLWB (4750) HI-MATIC',
 'vin': 'ZCFC670D00D647068',
 'year': 2020}
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU20%2520XJC%27 HTTP/1.1" 200 None
2026-03-30 06:28:15 [bca.uk] INFO: Saving data for CU20%20XJC: {'auction_closing_time': 1774864800.0, 'created_time': 1773821683.022275, 'last_price_update_time': 1774852095.61861}
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU20%2520XJC') HTTP/1.1" 204 0
2026-03-30 06:28:15 [bca.uk] INFO: Found listing with ID: CA68%20PYX
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA68%2520PYX%27 HTTP/1.1" 200 None
2026-03-30 06:28:15 [bca.uk] INFO: Scrape type for CA68%20PYX: 2
2026-03-30 06:28:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15b1c759-4bba-5be5-9e1a-368880cd3c5b with identifier: CA68%20PYX
2026-03-30 06:28:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15b1c759-4bba-5be5-9e1a-368880cd3c5b with scrape type 2
2026-03-30 06:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15b1c759-4bba-5be5-9e1a-368880cd3c5b with scrape type 2
2026-03-30 06:28:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15b1c759-4bba-5be5-9e1a-368880cd3c5b, identifier: CA68%20PYX
2026-03-30 06:28:15 [bca.uk] INFO: Found listing with ID: YE69%20UZW
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE69%2520UZW%27 HTTP/1.1" 200 None
2026-03-30 06:28:15 [bca.uk] INFO: Scrape type for YE69%20UZW: 2
2026-03-30 06:28:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29671ce6-bd06-5925-81de-21e92706f214 with identifier: YE69%20UZW
2026-03-30 06:28:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29671ce6-bd06-5925-81de-21e92706f214 with scrape type 2
2026-03-30 06:28:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29671ce6-bd06-5925-81de-21e92706f214 with scrape type 2
2026-03-30 06:28:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29671ce6-bd06-5925-81de-21e92706f214, identifier: YE69%20UZW
2026-03-30 06:28:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 967d7f52-4f26-5cef-8c64-a4db9fbd5c93 with identifier: WR75%20CXT
2026-03-30 06:28:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 967d7f52-4f26-5cef-8c64-a4db9fbd5c93 with identifier: WR75%20CXT
2026-03-30 06:28:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 967d7f52-4f26-5cef-8c64-a4db9fbd5c93 with identifier: WR75%20CXT to the API
2026-03-30 06:28:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR75%20CXT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '967d7f52-4f26-5cef-8c64-a4db9fbd5c93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR75 CXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR75%20CXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 17457,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 165 L4 H3 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 165 L4 H3 LIMITED',
 'vin': 'WF0EXXTTRESB00593',
 'year': 2025}
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520CXT%27 HTTP/1.1" 200 None
2026-03-30 06:28:16 [bca.uk] INFO: Saving data for WR75%20CXT: {'auction_closing_time': 1775037600.0, 'created_time': 1774015824.391763, 'last_price_update_time': 1774852096.197425}
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR75%2520CXT') HTTP/1.1" 204 0
2026-03-30 06:28:16 [bca.uk] INFO: Found listing with ID: CP71%20LWV
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP71%2520LWV%27 HTTP/1.1" 200 None
2026-03-30 06:28:16 [bca.uk] INFO: Scrape type for CP71%20LWV: 0
2026-03-30 06:28:16 [bca.uk] INFO: Found listing with ID: CK22%20BKG
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520BKG%27 HTTP/1.1" 200 None
2026-03-30 06:28:16 [bca.uk] INFO: Scrape type for CK22%20BKG: 2
2026-03-30 06:28:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5007dbcd-ff73-517a-890a-a8931d32a48c with identifier: CK22%20BKG
2026-03-30 06:28:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5007dbcd-ff73-517a-890a-a8931d32a48c with scrape type 2
2026-03-30 06:28:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5007dbcd-ff73-517a-890a-a8931d32a48c with scrape type 2
2026-03-30 06:28:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5007dbcd-ff73-517a-890a-a8931d32a48c, identifier: CK22%20BKG
2026-03-30 06:28:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15b1c759-4bba-5be5-9e1a-368880cd3c5b with identifier: CA68%20PYX
2026-03-30 06:28:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15b1c759-4bba-5be5-9e1a-368880cd3c5b with identifier: CA68%20PYX
2026-03-30 06:28:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15b1c759-4bba-5be5-9e1a-368880cd3c5b with identifier: CA68%20PYX to the API
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA68%20PYX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15b1c759-4bba-5be5-9e1a-368880cd3c5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA68 PYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA68%20PYX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 72614,
 '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': 'NISSAN MICRA 1.0 ACENTA LIMITED ED. Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA LIMITED ED.',
 'vin': 'VNVK1400560901199',
 'year': 2018}
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA68%2520PYX%27 HTTP/1.1" 200 None
2026-03-30 06:28:16 [bca.uk] INFO: Saving data for CA68%20PYX: {'auction_closing_time': 1775199600.0, 'created_time': 1774044619.28156, 'last_price_update_time': 1774852096.62394}
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA68%2520PYX') HTTP/1.1" 204 0
2026-03-30 06:28:16 [scrapy.extensions.logstats] INFO: Crawled 76 pages (at 2 pages/min), scraped 3153 items (at 128 items/min)
2026-03-30 06:28:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:28:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29671ce6-bd06-5925-81de-21e92706f214 with identifier: YE69%20UZW
2026-03-30 06:28:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29671ce6-bd06-5925-81de-21e92706f214 with identifier: YE69%20UZW
2026-03-30 06:28:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29671ce6-bd06-5925-81de-21e92706f214 with identifier: YE69%20UZW to the API
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 290,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE69%20UZW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '29671ce6-bd06-5925-81de-21e92706f214',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE69 UZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE69%20UZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 43172,
 'odometer_reading_unit': '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': 'SALWA2AEXLA701374',
 'year': 2019}
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE69%2520UZW%27 HTTP/1.1" 200 None
2026-03-30 06:28:17 [bca.uk] INFO: Saving data for YE69%20UZW: {'auction_closing_time': 1775037600.0, 'created_time': 1774621872.124604, 'last_price_update_time': 1774852097.010137}
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE69%2520UZW') HTTP/1.1" 204 0
2026-03-30 06:28:17 [bca.uk] INFO: Found listing with ID: WR25%20NZX
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR25%2520NZX%27 HTTP/1.1" 200 None
2026-03-30 06:28:17 [bca.uk] INFO: Scrape type for WR25%20NZX: 2
2026-03-30 06:28:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5e698e6-c7e3-5648-82f7-1a642c010776 with identifier: WR25%20NZX
2026-03-30 06:28:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5e698e6-c7e3-5648-82f7-1a642c010776 with scrape type 2
2026-03-30 06:28:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5e698e6-c7e3-5648-82f7-1a642c010776 with scrape type 2
2026-03-30 06:28:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5e698e6-c7e3-5648-82f7-1a642c010776, identifier: WR25%20NZX
2026-03-30 06:28:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5007dbcd-ff73-517a-890a-a8931d32a48c with identifier: CK22%20BKG
2026-03-30 06:28:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5007dbcd-ff73-517a-890a-a8931d32a48c with identifier: CK22%20BKG
2026-03-30 06:28:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5007dbcd-ff73-517a-890a-a8931d32a48c with identifier: CK22%20BKG to the API
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK22%20BKG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5007dbcd-ff73-517a-890a-a8931d32a48c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK22 BKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK22%20BKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 52295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 185 320 SWB LIMITED L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 185 320 SWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZNL86186',
 'year': 2022}
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520BKG%27 HTTP/1.1" 200 None
2026-03-30 06:28:17 [bca.uk] INFO: Saving data for CK22%20BKG: {'auction_closing_time': 1774864800.0, 'created_time': 1774362941.440893, 'last_price_update_time': 1774852097.457902}
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK22%2520BKG') HTTP/1.1" 204 0
2026-03-30 06:28:17 [bca.uk] INFO: Found listing with ID: CK21%20OHW
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK21%2520OHW%27 HTTP/1.1" 200 None
2026-03-30 06:28:17 [bca.uk] INFO: Scrape type for CK21%20OHW: 0
2026-03-30 06:28:17 [bca.uk] INFO: Found listing with ID: PE64%20HKT
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE64%2520HKT%27 HTTP/1.1" 200 None
2026-03-30 06:28:17 [bca.uk] INFO: Scrape type for PE64%20HKT: 2
2026-03-30 06:28:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79e7c8ea-e3a9-5f78-84bd-ae8b95eb52d0 with identifier: PE64%20HKT
2026-03-30 06:28:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79e7c8ea-e3a9-5f78-84bd-ae8b95eb52d0 with scrape type 2
2026-03-30 06:28:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79e7c8ea-e3a9-5f78-84bd-ae8b95eb52d0 with scrape type 2
2026-03-30 06:28:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79e7c8ea-e3a9-5f78-84bd-ae8b95eb52d0, identifier: PE64%20HKT
2026-03-30 06:28:17 [bca.uk] INFO: Found listing with ID: WR19%20HNA
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR19%2520HNA%27 HTTP/1.1" 200 None
2026-03-30 06:28:17 [bca.uk] INFO: Scrape type for WR19%20HNA: 2
2026-03-30 06:28:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6976e916-d1e4-5cb1-93ef-e374b8c646e3 with identifier: WR19%20HNA
2026-03-30 06:28:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6976e916-d1e4-5cb1-93ef-e374b8c646e3 with scrape type 2
2026-03-30 06:28:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6976e916-d1e4-5cb1-93ef-e374b8c646e3 with scrape type 2
2026-03-30 06:28:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6976e916-d1e4-5cb1-93ef-e374b8c646e3, identifier: WR19%20HNA
2026-03-30 06:28:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5e698e6-c7e3-5648-82f7-1a642c010776 with identifier: WR25%20NZX
2026-03-30 06:28:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5e698e6-c7e3-5648-82f7-1a642c010776 with identifier: WR25%20NZX
2026-03-30 06:28:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5e698e6-c7e3-5648-82f7-1a642c010776 with identifier: WR25%20NZX to the API
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR25%20NZX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c5e698e6-c7e3-5648-82f7-1a642c010776',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR25 NZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR25%20NZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 12751,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L2 H1 TRAIL PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L2 H1 TRAIL',
 'vin': 'WF0RXXTA2RRT34892',
 'year': 2025}
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR25%2520NZX%27 HTTP/1.1" 200 None
2026-03-30 06:28:18 [bca.uk] INFO: Saving data for WR25%20NZX: {'auction_closing_time': 1775037600.0, 'created_time': 1774015378.663687, 'last_price_update_time': 1774852098.06263}
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR25%2520NZX') HTTP/1.1" 204 0
2026-03-30 06:28:18 [bca.uk] INFO: Found listing with ID: YT67%20OYC
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520OYC%27 HTTP/1.1" 200 None
2026-03-30 06:28:18 [bca.uk] INFO: Scrape type for YT67%20OYC: 0
2026-03-30 06:28:18 [bca.uk] INFO: Found listing with ID: YP66%20JWY
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520JWY%27 HTTP/1.1" 200 None
2026-03-30 06:28:18 [bca.uk] INFO: Scrape type for YP66%20JWY: 0
2026-03-30 06:28:18 [bca.uk] INFO: Found listing with ID: CF18%20JXM
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF18%2520JXM%27 HTTP/1.1" 200 None
2026-03-30 06:28:18 [bca.uk] INFO: Scrape type for CF18%20JXM: 0
2026-03-30 06:28:18 [bca.uk] INFO: Found listing with ID: FY71%20OZP
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520OZP%27 HTTP/1.1" 200 None
2026-03-30 06:28:18 [bca.uk] INFO: Scrape type for FY71%20OZP: 0
2026-03-30 06:28:18 [bca.uk] INFO: Found listing with ID: LR71%20USV
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR71%2520USV%27 HTTP/1.1" 200 None
2026-03-30 06:28:18 [bca.uk] INFO: Scrape type for LR71%20USV: 2
2026-03-30 06:28:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 963c8e29-e042-586a-8c89-9c97b7ec3560 with identifier: LR71%20USV
2026-03-30 06:28:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 963c8e29-e042-586a-8c89-9c97b7ec3560 with scrape type 2
2026-03-30 06:28:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 963c8e29-e042-586a-8c89-9c97b7ec3560 with scrape type 2
2026-03-30 06:28:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 963c8e29-e042-586a-8c89-9c97b7ec3560, identifier: LR71%20USV
2026-03-30 06:28:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79e7c8ea-e3a9-5f78-84bd-ae8b95eb52d0 with identifier: PE64%20HKT
2026-03-30 06:28:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79e7c8ea-e3a9-5f78-84bd-ae8b95eb52d0 with identifier: PE64%20HKT
2026-03-30 06:28:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79e7c8ea-e3a9-5f78-84bd-ae8b95eb52d0 with identifier: PE64%20HKT to the API
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE64%20HKT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '79e7c8ea-e3a9-5f78-84bd-ae8b95eb52d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE64 HKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE64%20HKT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 88889,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2000,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF12RFL1H51491759',
 'year': 2014}
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE64%2520HKT%27 HTTP/1.1" 200 None
2026-03-30 06:28:18 [bca.uk] INFO: Saving data for PE64%20HKT: {'auction_closing_time': 1775199600.0, 'created_time': 1774044604.880126, 'last_price_update_time': 1774852098.546479}
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE64%2520HKT') HTTP/1.1" 204 0
2026-03-30 06:28:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6976e916-d1e4-5cb1-93ef-e374b8c646e3 with identifier: WR19%20HNA
2026-03-30 06:28:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6976e916-d1e4-5cb1-93ef-e374b8c646e3 with identifier: WR19%20HNA
2026-03-30 06:28:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6976e916-d1e4-5cb1-93ef-e374b8c646e3 with identifier: WR19%20HNA to the API
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR19%20HNA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6976e916-d1e4-5cb1-93ef-e374b8c646e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR19 HNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR19%20HNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 83402,
 'odometer_reading_unit': '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': 'SALCA2AN1KH815966',
 'year': 2019}
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR19%2520HNA%27 HTTP/1.1" 200 None
2026-03-30 06:28:18 [bca.uk] INFO: Saving data for WR19%20HNA: {'auction_closing_time': 1775037600.0, 'created_time': 1774621872.600317, 'last_price_update_time': 1774852098.837476}
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR19%2520HNA') HTTP/1.1" 204 0
2026-03-30 06:28:18 [bca.uk] INFO: Found listing with ID: BK73%20UUP
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520UUP%27 HTTP/1.1" 200 None
2026-03-30 06:28:18 [bca.uk] INFO: Scrape type for BK73%20UUP: 2
2026-03-30 06:28:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1c13c28-e810-5301-951a-d4567182de01 with identifier: BK73%20UUP
2026-03-30 06:28:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1c13c28-e810-5301-951a-d4567182de01 with scrape type 2
2026-03-30 06:28:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1c13c28-e810-5301-951a-d4567182de01 with scrape type 2
2026-03-30 06:28:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1c13c28-e810-5301-951a-d4567182de01, identifier: BK73%20UUP
2026-03-30 06:28:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 963c8e29-e042-586a-8c89-9c97b7ec3560 with identifier: LR71%20USV
2026-03-30 06:28:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 963c8e29-e042-586a-8c89-9c97b7ec3560 with identifier: LR71%20USV
2026-03-30 06:28:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 963c8e29-e042-586a-8c89-9c97b7ec3560 with identifier: LR71%20USV to the API
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=66&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR71%20USV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '963c8e29-e042-586a-8c89-9c97b7ec3560',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR71 USV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR71%20USV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 129204,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 H2 PROGRESSIVE '
          'Refrigerated',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PROGRESSIVE',
 'vin': 'W1V9076332P376303',
 'year': 2021}
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR71%2520USV%27 HTTP/1.1" 200 None
2026-03-30 06:28:19 [bca.uk] INFO: Saving data for LR71%20USV: {'auction_closing_time': 1774864800.0, 'created_time': 1773838826.252508, 'last_price_update_time': 1774852099.25451}
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR71%2520USV') HTTP/1.1" 204 0
2026-03-30 06:28:19 [bca.uk] INFO: Found listing with ID: PK59%20OMA
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK59%2520OMA%27 HTTP/1.1" 200 None
2026-03-30 06:28:19 [bca.uk] INFO: Scrape type for PK59%20OMA: 0
2026-03-30 06:28:19 [bca.uk] INFO: Found listing with ID: RJ23%20KXP
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520KXP%27 HTTP/1.1" 200 None
2026-03-30 06:28:19 [bca.uk] INFO: Scrape type for RJ23%20KXP: 2
2026-03-30 06:28:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 029bca08-3dde-5c46-96ca-b94f3e72ecca with identifier: RJ23%20KXP
2026-03-30 06:28:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 029bca08-3dde-5c46-96ca-b94f3e72ecca with scrape type 2
2026-03-30 06:28:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 029bca08-3dde-5c46-96ca-b94f3e72ecca with scrape type 2
2026-03-30 06:28:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 029bca08-3dde-5c46-96ca-b94f3e72ecca, identifier: RJ23%20KXP
2026-03-30 06:28:19 [bca.uk] INFO: Found listing with ID: LT68%20MLZ
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520MLZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:19 [bca.uk] INFO: Scrape type for LT68%20MLZ: 2
2026-03-30 06:28:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b1967ee-d713-5812-aad3-54c848d03bf9 with identifier: LT68%20MLZ
2026-03-30 06:28:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b1967ee-d713-5812-aad3-54c848d03bf9 with scrape type 2
2026-03-30 06:28:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b1967ee-d713-5812-aad3-54c848d03bf9 with scrape type 2
2026-03-30 06:28:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b1967ee-d713-5812-aad3-54c848d03bf9, identifier: LT68%20MLZ
2026-03-30 06:28:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1c13c28-e810-5301-951a-d4567182de01 with identifier: BK73%20UUP
2026-03-30 06:28:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1c13c28-e810-5301-951a-d4567182de01 with identifier: BK73%20UUP
2026-03-30 06:28:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1c13c28-e810-5301-951a-d4567182de01 with identifier: BK73%20UUP to the API
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK73%20UUP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'splash white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f1c13c28-e810-5301-951a-d4567182de01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK73 UUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK73%20UUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 22392,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL20 4X4 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DL20 4X4',
 'vin': 'MPATFS87JPT013759',
 'year': 2023}
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520UUP%27 HTTP/1.1" 200 None
2026-03-30 06:28:19 [bca.uk] INFO: Saving data for BK73%20UUP: {'auction_closing_time': 1775037600.0, 'created_time': 1774015494.948064, 'last_price_update_time': 1774852099.785796}
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK73%2520UUP') HTTP/1.1" 204 0
2026-03-30 06:28:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 029bca08-3dde-5c46-96ca-b94f3e72ecca with identifier: RJ23%20KXP
2026-03-30 06:28:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 029bca08-3dde-5c46-96ca-b94f3e72ecca with identifier: RJ23%20KXP
2026-03-30 06:28:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 029bca08-3dde-5c46-96ca-b94f3e72ecca with identifier: RJ23%20KXP to the API
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ23%20KXP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '029bca08-3dde-5c46-96ca-b94f3e72ecca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ23 KXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ23%20KXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 42891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 STD.PROF.PREMIUM+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 STD.PROF.PREMIUM+',
 'vin': 'VF3VBYHRMP7803491',
 'year': 2023}
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ23%2520KXP%27 HTTP/1.1" 200 None
2026-03-30 06:28:20 [bca.uk] INFO: Saving data for RJ23%20KXP: {'auction_closing_time': 1774864800.0, 'created_time': 1774363435.237131, 'last_price_update_time': 1774852100.184392}
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ23%2520KXP') HTTP/1.1" 204 0
2026-03-30 06:28:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b1967ee-d713-5812-aad3-54c848d03bf9 with identifier: LT68%20MLZ
2026-03-30 06:28:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b1967ee-d713-5812-aad3-54c848d03bf9 with identifier: LT68%20MLZ
2026-03-30 06:28:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b1967ee-d713-5812-aad3-54c848d03bf9 with identifier: LT68%20MLZ to the API
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT68%20MLZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7b1967ee-d713-5812-aad3-54c848d03bf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT68 MLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT68%20MLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 72795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE',
 'vin': 'SALCA2AN8KH780861',
 'year': 2018}
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520MLZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:20 [bca.uk] INFO: Saving data for LT68%20MLZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774621857.52848, 'last_price_update_time': 1774852100.492113}
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT68%2520MLZ') HTTP/1.1" 204 0
2026-03-30 06:28:20 [bca.uk] INFO: Found listing with ID: NU71%20JWW
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU71%2520JWW%27 HTTP/1.1" 200 None
2026-03-30 06:28:20 [bca.uk] INFO: Scrape type for NU71%20JWW: 2
2026-03-30 06:28:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf3521c8-f928-5363-bfa4-dc92d982a393 with identifier: NU71%20JWW
2026-03-30 06:28:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf3521c8-f928-5363-bfa4-dc92d982a393 with scrape type 2
2026-03-30 06:28:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf3521c8-f928-5363-bfa4-dc92d982a393 with scrape type 2
2026-03-30 06:28:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf3521c8-f928-5363-bfa4-dc92d982a393, identifier: NU71%20JWW
2026-03-30 06:28:20 [bca.uk] INFO: Found listing with ID: AX72%20KBP
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBP%27 HTTP/1.1" 200 None
2026-03-30 06:28:20 [bca.uk] INFO: Scrape type for AX72%20KBP: 2
2026-03-30 06:28:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efade75e-4cc8-54fa-8c80-0913a8663cfc with identifier: AX72%20KBP
2026-03-30 06:28:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efade75e-4cc8-54fa-8c80-0913a8663cfc with scrape type 2
2026-03-30 06:28:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efade75e-4cc8-54fa-8c80-0913a8663cfc with scrape type 2
2026-03-30 06:28:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efade75e-4cc8-54fa-8c80-0913a8663cfc, identifier: AX72%20KBP
2026-03-30 06:28:20 [bca.uk] INFO: Found listing with ID: YB12%20ATU
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB12%2520ATU%27 HTTP/1.1" 200 None
2026-03-30 06:28:20 [bca.uk] INFO: Scrape type for YB12%20ATU: 2
2026-03-30 06:28:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b2924df-aa05-543b-9e75-b60e81a3e228 with identifier: YB12%20ATU
2026-03-30 06:28:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b2924df-aa05-543b-9e75-b60e81a3e228 with scrape type 2
2026-03-30 06:28:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b2924df-aa05-543b-9e75-b60e81a3e228 with scrape type 2
2026-03-30 06:28:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b2924df-aa05-543b-9e75-b60e81a3e228, identifier: YB12%20ATU
2026-03-30 06:28:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf3521c8-f928-5363-bfa4-dc92d982a393 with identifier: NU71%20JWW
2026-03-30 06:28:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf3521c8-f928-5363-bfa4-dc92d982a393 with identifier: NU71%20JWW
2026-03-30 06:28:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf3521c8-f928-5363-bfa4-dc92d982a393 with identifier: NU71%20JWW to the API
2026-03-30 06:28:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU71%20JWW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bf3521c8-f928-5363-bfa4-dc92d982a393',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU71 JWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU71%20JWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 89607,
 'odometer_reading_unit': '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 MASTER 3.5T FWD 2.3 DCI 150 LM BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 LM BUSINESS',
 'vin': 'VF1MA000367182435',
 'year': 2021}
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU71%2520JWW%27 HTTP/1.1" 200 None
2026-03-30 06:28:21 [bca.uk] INFO: Saving data for NU71%20JWW: {'auction_closing_time': 1774951200.0, 'created_time': 1774622099.809508, 'last_price_update_time': 1774852101.133203}
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU71%2520JWW') HTTP/1.1" 204 0
2026-03-30 06:28:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efade75e-4cc8-54fa-8c80-0913a8663cfc with identifier: AX72%20KBP
2026-03-30 06:28:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efade75e-4cc8-54fa-8c80-0913a8663cfc with identifier: AX72%20KBP
2026-03-30 06:28:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efade75e-4cc8-54fa-8c80-0913a8663cfc with identifier: AX72%20KBP to the API
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX72%20KBP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'efade75e-4cc8-54fa-8c80-0913a8663cfc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AX72 KBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX72%20KBP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 20224,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
 'transmission': 'manual',
 'trim': 'M/H DOLCEVITA',
 'vin': 'ZFACF1CJ4NJH13985',
 'year': 2023}
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBP%27 HTTP/1.1" 200 None
2026-03-30 06:28:21 [bca.uk] INFO: Saving data for AX72%20KBP: {'auction_closing_time': 1775199600.0, 'created_time': 1773826481.325319, 'last_price_update_time': 1774852101.432648}
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX72%2520KBP') HTTP/1.1" 204 0
2026-03-30 06:28:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b2924df-aa05-543b-9e75-b60e81a3e228 with identifier: YB12%20ATU
2026-03-30 06:28:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b2924df-aa05-543b-9e75-b60e81a3e228 with identifier: YB12%20ATU
2026-03-30 06:28:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b2924df-aa05-543b-9e75-b60e81a3e228 with identifier: YB12%20ATU to the API
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB12%20ATU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6b2924df-aa05-543b-9e75-b60e81a3e228',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB12 ATU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB12%20ATU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 67690,
 'odometer_reading_unit': '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.4 16V SE Hatchback',
 'transmission': 'automatic',
 'trim': '16V SE',
 'vin': 'W0L0SDL68C4234858',
 'year': 2012}
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB12%2520ATU%27 HTTP/1.1" 200 None
2026-03-30 06:28:21 [bca.uk] INFO: Saving data for YB12%20ATU: {'auction_closing_time': 1774951200.0, 'created_time': 1774621858.88511, 'last_price_update_time': 1774852101.716218}
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB12%2520ATU') HTTP/1.1" 204 0
2026-03-30 06:28:21 [bca.uk] INFO: Found listing with ID: WO74%20DWW
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO74%2520DWW%27 HTTP/1.1" 200 None
2026-03-30 06:28:21 [bca.uk] INFO: Scrape type for WO74%20DWW: 2
2026-03-30 06:28:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed50322c-14de-5881-8107-d2b2f8d1f23c with identifier: WO74%20DWW
2026-03-30 06:28:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed50322c-14de-5881-8107-d2b2f8d1f23c with scrape type 2
2026-03-30 06:28:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed50322c-14de-5881-8107-d2b2f8d1f23c with scrape type 2
2026-03-30 06:28:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed50322c-14de-5881-8107-d2b2f8d1f23c, identifier: WO74%20DWW
2026-03-30 06:28:21 [bca.uk] INFO: Found listing with ID: BN25%20XUY
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520XUY%27 HTTP/1.1" 200 None
2026-03-30 06:28:21 [bca.uk] INFO: Scrape type for BN25%20XUY: 2
2026-03-30 06:28:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7f04cee-63cf-5439-bf87-16512927519f with identifier: BN25%20XUY
2026-03-30 06:28:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7f04cee-63cf-5439-bf87-16512927519f with scrape type 2
2026-03-30 06:28:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7f04cee-63cf-5439-bf87-16512927519f with scrape type 2
2026-03-30 06:28:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7f04cee-63cf-5439-bf87-16512927519f, identifier: BN25%20XUY
2026-03-30 06:28:21 [bca.uk] INFO: Found listing with ID: LR20%20KWF
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520KWF%27 HTTP/1.1" 200 None
2026-03-30 06:28:21 [bca.uk] INFO: Scrape type for LR20%20KWF: 2
2026-03-30 06:28:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dc9822b-cdef-5f8d-a533-706e6315da9a with identifier: LR20%20KWF
2026-03-30 06:28:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dc9822b-cdef-5f8d-a533-706e6315da9a with scrape type 2
2026-03-30 06:28:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dc9822b-cdef-5f8d-a533-706e6315da9a with scrape type 2
2026-03-30 06:28:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dc9822b-cdef-5f8d-a533-706e6315da9a, identifier: LR20%20KWF
2026-03-30 06:28:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed50322c-14de-5881-8107-d2b2f8d1f23c with identifier: WO74%20DWW
2026-03-30 06:28:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed50322c-14de-5881-8107-d2b2f8d1f23c with identifier: WO74%20DWW
2026-03-30 06:28:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed50322c-14de-5881-8107-d2b2f8d1f23c with identifier: WO74%20DWW to the API
2026-03-30 06:28:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO74%20DWW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed50322c-14de-5881-8107-d2b2f8d1f23c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO74 DWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO74%20DWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 7193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 TRAIL PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 TRAIL',
 'vin': 'WF0RXXTA8RRS09220',
 'year': 2025}
2026-03-30 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO74%2520DWW%27 HTTP/1.1" 200 None
2026-03-30 06:28:22 [bca.uk] INFO: Saving data for WO74%20DWW: {'auction_closing_time': 1775037600.0, 'created_time': 1773841472.864198, 'last_price_update_time': 1774852102.585961}
2026-03-30 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO74%2520DWW') HTTP/1.1" 204 0
2026-03-30 06:28:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7f04cee-63cf-5439-bf87-16512927519f with identifier: BN25%20XUY
2026-03-30 06:28:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7f04cee-63cf-5439-bf87-16512927519f with identifier: BN25%20XUY
2026-03-30 06:28:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7f04cee-63cf-5439-bf87-16512927519f with identifier: BN25%20XUY to the API
2026-03-30 06:28:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20XUY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a7f04cee-63cf-5439-bf87-16512927519f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 XUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20XUY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 7574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21600,
 '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': 'VR3KAHPY0SS007522',
 'year': 2025}
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520XUY%27 HTTP/1.1" 200 None
2026-03-30 06:28:23 [bca.uk] INFO: Saving data for BN25%20XUY: {'auction_closing_time': 1775199600.0, 'created_time': 1773909363.834304, 'last_price_update_time': 1774852103.032638}
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520XUY') HTTP/1.1" 204 0
2026-03-30 06:28:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dc9822b-cdef-5f8d-a533-706e6315da9a with identifier: LR20%20KWF
2026-03-30 06:28:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dc9822b-cdef-5f8d-a533-706e6315da9a with identifier: LR20%20KWF
2026-03-30 06:28:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dc9822b-cdef-5f8d-a533-706e6315da9a with identifier: LR20%20KWF to the API
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 209,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR20%20KWF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8dc9822b-cdef-5f8d-a533-706e6315da9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR20 KWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR20%20KWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 54223,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 3.0 D300 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 R-DYNAMIC HSE',
 'vin': 'SALYA2AK6KA230336',
 'year': 2020}
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520KWF%27 HTTP/1.1" 200 None
2026-03-30 06:28:23 [bca.uk] INFO: Saving data for LR20%20KWF: {'auction_closing_time': 1775037600.0, 'created_time': 1774621843.964953, 'last_price_update_time': 1774852103.381862}
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR20%2520KWF') HTTP/1.1" 204 0
2026-03-30 06:28:23 [bca.uk] INFO: Found listing with ID: WN74%20BVS
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520BVS%27 HTTP/1.1" 200 None
2026-03-30 06:28:23 [bca.uk] INFO: Scrape type for WN74%20BVS: 2
2026-03-30 06:28:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 502ce9d5-b5f3-5cad-ae56-3c8353255b5c with identifier: WN74%20BVS
2026-03-30 06:28:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 502ce9d5-b5f3-5cad-ae56-3c8353255b5c with scrape type 2
2026-03-30 06:28:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 502ce9d5-b5f3-5cad-ae56-3c8353255b5c with scrape type 2
2026-03-30 06:28:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 502ce9d5-b5f3-5cad-ae56-3c8353255b5c, identifier: WN74%20BVS
2026-03-30 06:28:23 [bca.uk] INFO: Found listing with ID: BN25%20YFS
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520YFS%27 HTTP/1.1" 200 None
2026-03-30 06:28:23 [bca.uk] INFO: Scrape type for BN25%20YFS: 2
2026-03-30 06:28:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08630873-075d-5447-8060-5b76234ce2c1 with identifier: BN25%20YFS
2026-03-30 06:28:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08630873-075d-5447-8060-5b76234ce2c1 with scrape type 2
2026-03-30 06:28:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08630873-075d-5447-8060-5b76234ce2c1 with scrape type 2
2026-03-30 06:28:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08630873-075d-5447-8060-5b76234ce2c1, identifier: BN25%20YFS
2026-03-30 06:28:23 [bca.uk] INFO: Found listing with ID: KY73%20ATX
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY73%2520ATX%27 HTTP/1.1" 200 None
2026-03-30 06:28:23 [bca.uk] INFO: Scrape type for KY73%20ATX: 2
2026-03-30 06:28:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07471b7b-9660-56de-a8fc-000a1b4b809a with identifier: KY73%20ATX
2026-03-30 06:28:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07471b7b-9660-56de-a8fc-000a1b4b809a with scrape type 2
2026-03-30 06:28:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07471b7b-9660-56de-a8fc-000a1b4b809a with scrape type 2
2026-03-30 06:28:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07471b7b-9660-56de-a8fc-000a1b4b809a, identifier: KY73%20ATX
2026-03-30 06:28:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 502ce9d5-b5f3-5cad-ae56-3c8353255b5c with identifier: WN74%20BVS
2026-03-30 06:28:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 502ce9d5-b5f3-5cad-ae56-3c8353255b5c with identifier: WN74%20BVS
2026-03-30 06:28:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 502ce9d5-b5f3-5cad-ae56-3c8353255b5c with identifier: WN74%20BVS to the API
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 273,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN74%20BVS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'carbonised grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '502ce9d5-b5f3-5cad-ae56-3c8353255b5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN74 BVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN74%20BVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 21383,
 'odometer_reading_unit': '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': '6FPPXXMJ2PRK22456',
 'year': 2024}
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520BVS%27 HTTP/1.1" 200 None
2026-03-30 06:28:24 [bca.uk] INFO: Saving data for WN74%20BVS: {'auction_closing_time': 1775037600.0, 'created_time': 1774622099.431833, 'last_price_update_time': 1774852104.067001}
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN74%2520BVS') HTTP/1.1" 204 0
2026-03-30 06:28:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08630873-075d-5447-8060-5b76234ce2c1 with identifier: BN25%20YFS
2026-03-30 06:28:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08630873-075d-5447-8060-5b76234ce2c1 with identifier: BN25%20YFS
2026-03-30 06:28:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08630873-075d-5447-8060-5b76234ce2c1 with identifier: BN25%20YFS to the API
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20YFS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '08630873-075d-5447-8060-5b76234ce2c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 YFS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20YFS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 15291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13700,
 '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': 'VR3UPHNE0R4341306',
 'year': 2025}
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520YFS%27 HTTP/1.1" 200 None
2026-03-30 06:28:24 [bca.uk] INFO: Saving data for BN25%20YFS: {'auction_closing_time': 1775199600.0, 'created_time': 1773929461.665398, 'last_price_update_time': 1774852104.479093}
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520YFS') HTTP/1.1" 204 0
2026-03-30 06:28:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07471b7b-9660-56de-a8fc-000a1b4b809a with identifier: KY73%20ATX
2026-03-30 06:28:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07471b7b-9660-56de-a8fc-000a1b4b809a with identifier: KY73%20ATX
2026-03-30 06:28:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07471b7b-9660-56de-a8fc-000a1b4b809a with identifier: KY73%20ATX to the API
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY73%20ATX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07471b7b-9660-56de-a8fc-000a1b4b809a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KY73 ATX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY73%20ATX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 16972,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P250 DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P250 DYNAMIC SE',
 'vin': 'SALYA2AX8RA377201',
 'year': 2023}
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY73%2520ATX%27 HTTP/1.1" 200 None
2026-03-30 06:28:24 [bca.uk] INFO: Saving data for KY73%20ATX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621848.745694, 'last_price_update_time': 1774852104.776027}
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY73%2520ATX') HTTP/1.1" 204 0
2026-03-30 06:28:24 [bca.uk] INFO: Found listing with ID: WN75%20BBJ
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520BBJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:24 [bca.uk] INFO: Scrape type for WN75%20BBJ: 2
2026-03-30 06:28:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1f9a423-cd28-5e35-9e24-56f21da384b3 with identifier: WN75%20BBJ
2026-03-30 06:28:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1f9a423-cd28-5e35-9e24-56f21da384b3 with scrape type 2
2026-03-30 06:28:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1f9a423-cd28-5e35-9e24-56f21da384b3 with scrape type 2
2026-03-30 06:28:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1f9a423-cd28-5e35-9e24-56f21da384b3, identifier: WN75%20BBJ
2026-03-30 06:28:24 [bca.uk] INFO: Found listing with ID: BN74%20PEO
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PEO%27 HTTP/1.1" 200 None
2026-03-30 06:28:24 [bca.uk] INFO: Scrape type for BN74%20PEO: 0
2026-03-30 06:28:24 [bca.uk] INFO: Found listing with ID: DL73%20HPV
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HPV%27 HTTP/1.1" 200 None
2026-03-30 06:28:24 [bca.uk] INFO: Scrape type for DL73%20HPV: 0
2026-03-30 06:28:24 [bca.uk] INFO: Found listing with ID: DV24%20JWF
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JWF%27 HTTP/1.1" 200 None
2026-03-30 06:28:24 [bca.uk] INFO: Scrape type for DV24%20JWF: 0
2026-03-30 06:28:24 [bca.uk] INFO: Found listing with ID: DY74%20BVK
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVK%27 HTTP/1.1" 200 None
2026-03-30 06:28:24 [bca.uk] INFO: Scrape type for DY74%20BVK: 0
2026-03-30 06:28:24 [bca.uk] INFO: Found listing with ID: LL73%20FCV
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL73%2520FCV%27 HTTP/1.1" 200 None
2026-03-30 06:28:24 [bca.uk] INFO: Scrape type for LL73%20FCV: 0
2026-03-30 06:28:24 [bca.uk] INFO: Found listing with ID: LL74%20BUE
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUE%27 HTTP/1.1" 200 None
2026-03-30 06:28:24 [bca.uk] INFO: Scrape type for LL74%20BUE: 0
2026-03-30 06:28:24 [bca.uk] INFO: Found listing with ID: LO24%20MHL
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO24%2520MHL%27 HTTP/1.1" 200 None
2026-03-30 06:28:25 [bca.uk] INFO: Scrape type for LO24%20MHL: 0
2026-03-30 06:28:25 [bca.uk] INFO: Found listing with ID: LR24%20MWC
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MWC%27 HTTP/1.1" 200 None
2026-03-30 06:28:25 [bca.uk] INFO: Scrape type for LR24%20MWC: 0
2026-03-30 06:28:25 [bca.uk] INFO: Found listing with ID: LR73%20AZT
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR73%2520AZT%27 HTTP/1.1" 200 None
2026-03-30 06:28:25 [bca.uk] INFO: Scrape type for LR73%20AZT: 0
2026-03-30 06:28:25 [bca.uk] INFO: Found listing with ID: LS24%20EUT
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520EUT%27 HTTP/1.1" 200 None
2026-03-30 06:28:25 [bca.uk] INFO: Scrape type for LS24%20EUT: 0
2026-03-30 06:28:25 [bca.uk] INFO: Found listing with ID: LS24%20FYT
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520FYT%27 HTTP/1.1" 200 None
2026-03-30 06:28:25 [bca.uk] INFO: Scrape type for LS24%20FYT: 2
2026-03-30 06:28:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33716fa5-a74e-5fb3-96a1-ba61965dffd0 with identifier: LS24%20FYT
2026-03-30 06:28:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33716fa5-a74e-5fb3-96a1-ba61965dffd0 with scrape type 2
2026-03-30 06:28:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33716fa5-a74e-5fb3-96a1-ba61965dffd0 with scrape type 2
2026-03-30 06:28:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33716fa5-a74e-5fb3-96a1-ba61965dffd0, identifier: LS24%20FYT
2026-03-30 06:28:25 [bca.uk] INFO: Found listing with ID: FL19%20DVF
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL19%2520DVF%27 HTTP/1.1" 200 None
2026-03-30 06:28:25 [bca.uk] INFO: Scrape type for FL19%20DVF: 2
2026-03-30 06:28:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52f2ad76-dc7e-5029-972e-ca85522e597b with identifier: FL19%20DVF
2026-03-30 06:28:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52f2ad76-dc7e-5029-972e-ca85522e597b with scrape type 2
2026-03-30 06:28:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52f2ad76-dc7e-5029-972e-ca85522e597b with scrape type 2
2026-03-30 06:28:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52f2ad76-dc7e-5029-972e-ca85522e597b, identifier: FL19%20DVF
2026-03-30 06:28:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1f9a423-cd28-5e35-9e24-56f21da384b3 with identifier: WN75%20BBJ
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=agate+black HTTP/1.1" 200 None
2026-03-30 06:28:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:28:25 [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:28:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1f9a423-cd28-5e35-9e24-56f21da384b3 with identifier: WN75%20BBJ
2026-03-30 06:28:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1f9a423-cd28-5e35-9e24-56f21da384b3 with identifier: WN75%20BBJ to the API
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20BBJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'agate black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e1f9a423-cd28-5e35-9e24-56f21da384b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 BBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20BBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 1325,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD E-TRANSIT CUSTM 160KW 340 RWD L2H1 SPORT PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 340 RWD L2H1 SPORT',
 'vin': 'WF0RXXTA6BSP37529',
 'year': 2025}
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520BBJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:25 [bca.uk] INFO: Saving data for WN75%20BBJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774017274.683442, 'last_price_update_time': 1774852105.701644}
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520BBJ') HTTP/1.1" 204 0
2026-03-30 06:28:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33716fa5-a74e-5fb3-96a1-ba61965dffd0 with identifier: LS24%20FYT
2026-03-30 06:28:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33716fa5-a74e-5fb3-96a1-ba61965dffd0 with identifier: LS24%20FYT
2026-03-30 06:28:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33716fa5-a74e-5fb3-96a1-ba61965dffd0 with identifier: LS24%20FYT to the API
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20FYT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '33716fa5-a74e-5fb3-96a1-ba61965dffd0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 FYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20FYT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 13964,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VF3MRHNSURS021719',
 'year': 2024}
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520FYT%27 HTTP/1.1" 200 None
2026-03-30 06:28:26 [bca.uk] INFO: Saving data for LS24%20FYT: {'auction_closing_time': 1775199600.0, 'created_time': 1774046262.85962, 'last_price_update_time': 1774852106.100276}
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520FYT') HTTP/1.1" 204 0
2026-03-30 06:28:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52f2ad76-dc7e-5029-972e-ca85522e597b with identifier: FL19%20DVF
2026-03-30 06:28:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52f2ad76-dc7e-5029-972e-ca85522e597b with identifier: FL19%20DVF
2026-03-30 06:28:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52f2ad76-dc7e-5029-972e-ca85522e597b with identifier: FL19%20DVF to the API
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL19%20DVF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52f2ad76-dc7e-5029-972e-ca85522e597b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL19 DVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL19%20DVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 62970,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC HSE',
 'vin': 'SALYA2AN3KA210717',
 'year': 2019}
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL19%2520DVF%27 HTTP/1.1" 200 None
2026-03-30 06:28:26 [bca.uk] INFO: Saving data for FL19%20DVF: {'auction_closing_time': 1775037600.0, 'created_time': 1774621844.969417, 'last_price_update_time': 1774852106.395492}
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL19%2520DVF') HTTP/1.1" 204 0
2026-03-30 06:28:26 [bca.uk] INFO: Found listing with ID: OU65%20MVZ
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU65%2520MVZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:26 [bca.uk] INFO: Scrape type for OU65%20MVZ: 2
2026-03-30 06:28:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 955e586e-8629-5eae-80c4-c9d1976e54c4 with identifier: OU65%20MVZ
2026-03-30 06:28:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 955e586e-8629-5eae-80c4-c9d1976e54c4 with scrape type 2
2026-03-30 06:28:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 955e586e-8629-5eae-80c4-c9d1976e54c4 with scrape type 2
2026-03-30 06:28:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 955e586e-8629-5eae-80c4-c9d1976e54c4, identifier: OU65%20MVZ
2026-03-30 06:28:26 [bca.uk] INFO: Found listing with ID: LS24%20VEX
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VEX%27 HTTP/1.1" 200 None
2026-03-30 06:28:26 [bca.uk] INFO: Scrape type for LS24%20VEX: 0
2026-03-30 06:28:26 [bca.uk] INFO: Found listing with ID: LS24%20VFF
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520VFF%27 HTTP/1.1" 200 None
2026-03-30 06:28:26 [bca.uk] INFO: Scrape type for LS24%20VFF: 0
2026-03-30 06:28:26 [bca.uk] INFO: Found listing with ID: MD74%20GWG
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD74%2520GWG%27 HTTP/1.1" 200 None
2026-03-30 06:28:26 [bca.uk] INFO: Scrape type for MD74%20GWG: 2
2026-03-30 06:28:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22891e17-ad83-50be-8d01-04aa0cdb76b3 with identifier: MD74%20GWG
2026-03-30 06:28:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22891e17-ad83-50be-8d01-04aa0cdb76b3 with scrape type 2
2026-03-30 06:28:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22891e17-ad83-50be-8d01-04aa0cdb76b3 with scrape type 2
2026-03-30 06:28:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22891e17-ad83-50be-8d01-04aa0cdb76b3, identifier: MD74%20GWG
2026-03-30 06:28:26 [bca.uk] INFO: Found listing with ID: NL23%20WUR
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WUR%27 HTTP/1.1" 200 None
2026-03-30 06:28:26 [bca.uk] INFO: Scrape type for NL23%20WUR: 2
2026-03-30 06:28:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d386f47-43cf-5bce-b2b8-744e537f6244 with identifier: NL23%20WUR
2026-03-30 06:28:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d386f47-43cf-5bce-b2b8-744e537f6244 with scrape type 2
2026-03-30 06:28:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d386f47-43cf-5bce-b2b8-744e537f6244 with scrape type 2
2026-03-30 06:28:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d386f47-43cf-5bce-b2b8-744e537f6244, identifier: NL23%20WUR
2026-03-30 06:28:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 955e586e-8629-5eae-80c4-c9d1976e54c4 with identifier: OU65%20MVZ
2026-03-30 06:28:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 955e586e-8629-5eae-80c4-c9d1976e54c4 with identifier: OU65%20MVZ
2026-03-30 06:28:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 955e586e-8629-5eae-80c4-c9d1976e54c4 with identifier: OU65%20MVZ to the API
2026-03-30 06:28:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU65%20MVZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '955e586e-8629-5eae-80c4-c9d1976e54c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU65 MVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU65%20MVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 100969,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 B/T SE Saloon',
 'transmission': 'manual',
 'trim': 'B/T SE',
 'vin': 'WDD2050042R062663',
 'year': 2015}
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU65%2520MVZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:27 [bca.uk] INFO: Saving data for OU65%20MVZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774622100.525564, 'last_price_update_time': 1774852107.126716}
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU65%2520MVZ') HTTP/1.1" 204 0
2026-03-30 06:28:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22891e17-ad83-50be-8d01-04aa0cdb76b3 with identifier: MD74%20GWG
2026-03-30 06:28:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22891e17-ad83-50be-8d01-04aa0cdb76b3 with identifier: MD74%20GWG
2026-03-30 06:28:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22891e17-ad83-50be-8d01-04aa0cdb76b3 with identifier: MD74%20GWG to the API
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD74%20GWG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '22891e17-ad83-50be-8d01-04aa0cdb76b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD74 GWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD74%20GWG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 20627,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19400,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 ALLURE E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY0RS143112',
 'year': 2024}
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD74%2520GWG%27 HTTP/1.1" 200 None
2026-03-30 06:28:27 [bca.uk] INFO: Saving data for MD74%20GWG: {'auction_closing_time': 1775199600.0, 'created_time': 1774265593.477184, 'last_price_update_time': 1774852107.423273}
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD74%2520GWG') HTTP/1.1" 204 0
2026-03-30 06:28:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d386f47-43cf-5bce-b2b8-744e537f6244 with identifier: NL23%20WUR
2026-03-30 06:28:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d386f47-43cf-5bce-b2b8-744e537f6244 with identifier: NL23%20WUR
2026-03-30 06:28:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d386f47-43cf-5bce-b2b8-744e537f6244 with identifier: NL23%20WUR to the API
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20WUR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4d386f47-43cf-5bce-b2b8-744e537f6244',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 WUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20WUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 34831,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 MPI SE Hatchback',
 'transmission': 'manual',
 'trim': 'MPI SE',
 'vin': 'VSSZZZKJ8PR004163',
 'year': 2023}
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WUR%27 HTTP/1.1" 200 None
2026-03-30 06:28:27 [bca.uk] INFO: Saving data for NL23%20WUR: {'auction_closing_time': 1774951200.0, 'created_time': 1774621823.311764, 'last_price_update_time': 1774852107.752925}
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520WUR') HTTP/1.1" 204 0
2026-03-30 06:28:27 [bca.uk] INFO: Found listing with ID: YF72%20HXH
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520HXH%27 HTTP/1.1" 200 None
2026-03-30 06:28:27 [bca.uk] INFO: Scrape type for YF72%20HXH: 2
2026-03-30 06:28:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdae2e48-9d28-53bb-a82c-6f5aba5c841f with identifier: YF72%20HXH
2026-03-30 06:28:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdae2e48-9d28-53bb-a82c-6f5aba5c841f with scrape type 2
2026-03-30 06:28:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdae2e48-9d28-53bb-a82c-6f5aba5c841f with scrape type 2
2026-03-30 06:28:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdae2e48-9d28-53bb-a82c-6f5aba5c841f, identifier: YF72%20HXH
2026-03-30 06:28:27 [bca.uk] INFO: Found listing with ID: MJ74%20HCG
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCG%27 HTTP/1.1" 200 None
2026-03-30 06:28:27 [bca.uk] INFO: Scrape type for MJ74%20HCG: 0
2026-03-30 06:28:27 [bca.uk] INFO: Found listing with ID: MJ74%20HCN
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HCN%27 HTTP/1.1" 200 None
2026-03-30 06:28:27 [bca.uk] INFO: Scrape type for MJ74%20HCN: 0
2026-03-30 06:28:27 [bca.uk] INFO: Found listing with ID: MJ74%20HDC
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDC%27 HTTP/1.1" 200 None
2026-03-30 06:28:27 [bca.uk] INFO: Scrape type for MJ74%20HDC: 0
2026-03-30 06:28:27 [bca.uk] INFO: Found listing with ID: MJ74%20HDF
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDF%27 HTTP/1.1" 200 None
2026-03-30 06:28:27 [bca.uk] INFO: Scrape type for MJ74%20HDF: 2
2026-03-30 06:28:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with identifier: MJ74%20HDF
2026-03-30 06:28:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with scrape type 2
2026-03-30 06:28:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with scrape type 2
2026-03-30 06:28:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a6caa57-14b3-5730-9ff0-05a4d4a750a0, identifier: MJ74%20HDF
2026-03-30 06:28:28 [bca.uk] INFO: Found listing with ID: EY22%20KWX
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520KWX%27 HTTP/1.1" 200 None
2026-03-30 06:28:28 [bca.uk] INFO: Scrape type for EY22%20KWX: 2
2026-03-30 06:28:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5115cd44-15b9-58db-8103-60f2c18ebd91 with identifier: EY22%20KWX
2026-03-30 06:28:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5115cd44-15b9-58db-8103-60f2c18ebd91 with scrape type 2
2026-03-30 06:28:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5115cd44-15b9-58db-8103-60f2c18ebd91 with scrape type 2
2026-03-30 06:28:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5115cd44-15b9-58db-8103-60f2c18ebd91, identifier: EY22%20KWX
2026-03-30 06:28:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdae2e48-9d28-53bb-a82c-6f5aba5c841f with identifier: YF72%20HXH
2026-03-30 06:28:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdae2e48-9d28-53bb-a82c-6f5aba5c841f with identifier: YF72%20HXH
2026-03-30 06:28:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdae2e48-9d28-53bb-a82c-6f5aba5c841f with identifier: YF72%20HXH to the API
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF72%20HXH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cdae2e48-9d28-53bb-a82c-6f5aba5c841f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF72 HXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF72%20HXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PORSCHE',
 'model': 'TAYCAN',
 'odometer': 37611,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PORSCHE TAYCAN 390KW 79KWH 4S Saloon',
 'transmission': 'automatic',
 'trim': '390KW 79KWH 4S',
 'vin': 'WP0ZZZY15PSA30479',
 'year': 2022}
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520HXH%27 HTTP/1.1" 200 None
2026-03-30 06:28:28 [bca.uk] INFO: Saving data for YF72%20HXH: {'auction_closing_time': 1774951200.0, 'created_time': 1774622102.082827, 'last_price_update_time': 1774852108.441939}
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF72%2520HXH') HTTP/1.1" 204 0
2026-03-30 06:28:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with identifier: MJ74%20HDF
2026-03-30 06:28:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with identifier: MJ74%20HDF
2026-03-30 06:28:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a6caa57-14b3-5730-9ff0-05a4d4a750a0 with identifier: MJ74%20HDF to the API
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ74%20HDF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9a6caa57-14b3-5730-9ff0-05a4d4a750a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ74 HDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ74%20HDF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 24865,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE3R4288276',
 'year': 2024}
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520HDF%27 HTTP/1.1" 200 None
2026-03-30 06:28:28 [bca.uk] INFO: Saving data for MJ74%20HDF: {'auction_closing_time': 1775199600.0, 'created_time': 1773841929.335116, 'last_price_update_time': 1774852108.817216}
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ74%2520HDF') HTTP/1.1" 204 0
2026-03-30 06:28:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5115cd44-15b9-58db-8103-60f2c18ebd91 with identifier: EY22%20KWX
2026-03-30 06:28:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5115cd44-15b9-58db-8103-60f2c18ebd91 with identifier: EY22%20KWX
2026-03-30 06:28:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5115cd44-15b9-58db-8103-60f2c18ebd91 with identifier: EY22%20KWX to the API
2026-03-30 06:28:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=63&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 37,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY22%20KWX-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': '5115cd44-15b9-58db-8103-60f2c18ebd91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY22 KWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY22%20KWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 57758,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E R-DYNAMIC SE (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E R-DYNAMIC SE (5ST)',
 'vin': 'SALCA2AT9PH915903',
 'year': 2022}
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520KWX%27 HTTP/1.1" 200 None
2026-03-30 06:28:29 [bca.uk] INFO: Saving data for EY22%20KWX: {'auction_closing_time': 1775037600.0, 'created_time': 1774621808.083098, 'last_price_update_time': 1774852109.107766}
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY22%2520KWX') HTTP/1.1" 204 0
2026-03-30 06:28:29 [bca.uk] INFO: Found listing with ID: OE21%20PVN
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520PVN%27 HTTP/1.1" 200 None
2026-03-30 06:28:29 [bca.uk] INFO: Scrape type for OE21%20PVN: 2
2026-03-30 06:28:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef832dce-db2a-5258-92a4-55f00ed9240a with identifier: OE21%20PVN
2026-03-30 06:28:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef832dce-db2a-5258-92a4-55f00ed9240a with scrape type 2
2026-03-30 06:28:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef832dce-db2a-5258-92a4-55f00ed9240a with scrape type 2
2026-03-30 06:28:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef832dce-db2a-5258-92a4-55f00ed9240a, identifier: OE21%20PVN
2026-03-30 06:28:29 [bca.uk] INFO: Found listing with ID: MJ74%20PFE
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520PFE%27 HTTP/1.1" 200 None
2026-03-30 06:28:29 [bca.uk] INFO: Scrape type for MJ74%20PFE: 0
2026-03-30 06:28:29 [bca.uk] INFO: Found listing with ID: ML24%20NOF
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520NOF%27 HTTP/1.1" 200 None
2026-03-30 06:28:29 [bca.uk] INFO: Scrape type for ML24%20NOF: 0
2026-03-30 06:28:29 [bca.uk] INFO: Found listing with ID: MP73%20JYA
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520JYA%27 HTTP/1.1" 200 None
2026-03-30 06:28:29 [bca.uk] INFO: Scrape type for MP73%20JYA: 0
2026-03-30 06:28:29 [bca.uk] INFO: Found listing with ID: MW74%20DXO
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DXO%27 HTTP/1.1" 200 None
2026-03-30 06:28:29 [bca.uk] INFO: Scrape type for MW74%20DXO: 0
2026-03-30 06:28:29 [bca.uk] INFO: Found listing with ID: MW74%20NHP
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520NHP%27 HTTP/1.1" 200 None
2026-03-30 06:28:29 [bca.uk] INFO: Scrape type for MW74%20NHP: 2
2026-03-30 06:28:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a4015f2-cb14-5bd7-8937-f8bedc03db01 with identifier: MW74%20NHP
2026-03-30 06:28:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a4015f2-cb14-5bd7-8937-f8bedc03db01 with scrape type 2
2026-03-30 06:28:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a4015f2-cb14-5bd7-8937-f8bedc03db01 with scrape type 2
2026-03-30 06:28:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a4015f2-cb14-5bd7-8937-f8bedc03db01, identifier: MW74%20NHP
2026-03-30 06:28:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef832dce-db2a-5258-92a4-55f00ed9240a with identifier: OE21%20PVN
2026-03-30 06:28:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef832dce-db2a-5258-92a4-55f00ed9240a with identifier: OE21%20PVN
2026-03-30 06:28:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef832dce-db2a-5258-92a4-55f00ed9240a with identifier: OE21%20PVN to the API
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE21%20PVN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ef832dce-db2a-5258-92a4-55f00ed9240a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE21 PVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE21%20PVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 84179,
 'odometer_reading_unit': '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': '6FPPXXMJ2PMM86421',
 'year': 2021}
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520PVN%27 HTTP/1.1" 200 None
2026-03-30 06:28:29 [bca.uk] INFO: Saving data for OE21%20PVN: {'auction_closing_time': 1774864800.0, 'created_time': 1773929060.804833, 'last_price_update_time': 1774852109.732632}
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE21%2520PVN') HTTP/1.1" 204 0
2026-03-30 06:28:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a4015f2-cb14-5bd7-8937-f8bedc03db01 with identifier: MW74%20NHP
2026-03-30 06:28:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a4015f2-cb14-5bd7-8937-f8bedc03db01 with identifier: MW74%20NHP
2026-03-30 06:28:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a4015f2-cb14-5bd7-8937-f8bedc03db01 with identifier: MW74%20NHP to the API
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20NHP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a4015f2-cb14-5bd7-8937-f8bedc03db01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW74 NHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20NHP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 3821,
 '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': 'VR3UPHNE3R4305495',
 'year': 2024}
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520NHP%27 HTTP/1.1" 200 None
2026-03-30 06:28:30 [bca.uk] INFO: Saving data for MW74%20NHP: {'auction_closing_time': 1775199600.0, 'created_time': 1773908351.501815, 'last_price_update_time': 1774852110.035942}
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520NHP') HTTP/1.1" 204 0
2026-03-30 06:28:30 [bca.uk] INFO: Found listing with ID: LY63%20BRZ
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY63%2520BRZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:30 [bca.uk] INFO: Scrape type for LY63%20BRZ: 2
2026-03-30 06:28:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50604717-eb6e-5363-8e76-1f0cb5db130d with identifier: LY63%20BRZ
2026-03-30 06:28:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50604717-eb6e-5363-8e76-1f0cb5db130d with scrape type 2
2026-03-30 06:28:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50604717-eb6e-5363-8e76-1f0cb5db130d with scrape type 2
2026-03-30 06:28:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50604717-eb6e-5363-8e76-1f0cb5db130d, identifier: LY63%20BRZ
2026-03-30 06:28:30 [bca.uk] INFO: Found listing with ID: RO74%20WHG
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO74%2520WHG%27 HTTP/1.1" 200 None
2026-03-30 06:28:30 [bca.uk] INFO: Scrape type for RO74%20WHG: 0
2026-03-30 06:28:30 [bca.uk] INFO: Found listing with ID: SG24%20OFD
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG24%2520OFD%27 HTTP/1.1" 200 None
2026-03-30 06:28:30 [bca.uk] INFO: Scrape type for SG24%20OFD: 0
2026-03-30 06:28:30 [bca.uk] INFO: Found listing with ID: VE73%20OMW
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520OMW%27 HTTP/1.1" 200 None
2026-03-30 06:28:30 [bca.uk] INFO: Scrape type for VE73%20OMW: 0
2026-03-30 06:28:30 [bca.uk] INFO: Found listing with ID: VK24%20MZE
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520MZE%27 HTTP/1.1" 200 None
2026-03-30 06:28:30 [bca.uk] INFO: Scrape type for VK24%20MZE: 0
2026-03-30 06:28:30 [bca.uk] INFO: Found listing with ID: YE24%20BZK
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE24%2520BZK%27 HTTP/1.1" 200 None
2026-03-30 06:28:30 [bca.uk] INFO: Scrape type for YE24%20BZK: 2
2026-03-30 06:28:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99e8466a-dec5-525d-a851-6189136389ad with identifier: YE24%20BZK
2026-03-30 06:28:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99e8466a-dec5-525d-a851-6189136389ad with scrape type 2
2026-03-30 06:28:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99e8466a-dec5-525d-a851-6189136389ad with scrape type 2
2026-03-30 06:28:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99e8466a-dec5-525d-a851-6189136389ad, identifier: YE24%20BZK
2026-03-30 06:28:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:28:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50604717-eb6e-5363-8e76-1f0cb5db130d with identifier: LY63%20BRZ
2026-03-30 06:28:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50604717-eb6e-5363-8e76-1f0cb5db130d with identifier: LY63%20BRZ
2026-03-30 06:28:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50604717-eb6e-5363-8e76-1f0cb5db130d with identifier: LY63%20BRZ to the API
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY63%20BRZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '50604717-eb6e-5363-8e76-1f0cb5db130d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY63 BRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY63%20BRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '420I',
 'odometer': 113587,
 'odometer_reading_unit': '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 420I 2.0 T XDRIVE M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T XDRIVE M SPORT STEP',
 'vin': 'WBA3S520X0F995544',
 'year': 2014}
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY63%2520BRZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:30 [bca.uk] INFO: Saving data for LY63%20BRZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774622101.61462, 'last_price_update_time': 1774852110.624642}
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY63%2520BRZ') HTTP/1.1" 204 0
2026-03-30 06:28:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99e8466a-dec5-525d-a851-6189136389ad with identifier: YE24%20BZK
2026-03-30 06:28:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99e8466a-dec5-525d-a851-6189136389ad with identifier: YE24%20BZK
2026-03-30 06:28:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99e8466a-dec5-525d-a851-6189136389ad with identifier: YE24%20BZK to the API
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=67&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE24%20BZK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '99e8466a-dec5-525d-a851-6189136389ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE24 BZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE24%20BZK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 22890,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17600,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VF3MRHNSXRS048032',
 'year': 2024}
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE24%2520BZK%27 HTTP/1.1" 200 None
2026-03-30 06:28:30 [bca.uk] INFO: Saving data for YE24%20BZK: {'auction_closing_time': 1775199600.0, 'created_time': 1774265589.410473, 'last_price_update_time': 1774852110.99765}
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE24%2520BZK') HTTP/1.1" 204 0
2026-03-30 06:28:31 [bca.uk] INFO: Found listing with ID: VN68%20KOJ
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN68%2520KOJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:31 [bca.uk] INFO: Scrape type for VN68%20KOJ: 2
2026-03-30 06:28:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with identifier: VN68%20KOJ
2026-03-30 06:28:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with scrape type 2
2026-03-30 06:28:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with scrape type 2
2026-03-30 06:28:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4, identifier: VN68%20KOJ
2026-03-30 06:28:31 [bca.uk] INFO: Found listing with ID: YF23%20MZJ
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520MZJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:31 [bca.uk] INFO: Scrape type for YF23%20MZJ: 0
2026-03-30 06:28:31 [bca.uk] INFO: Found listing with ID: YF23%20UNP
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UNP%27 HTTP/1.1" 200 None
2026-03-30 06:28:31 [bca.uk] INFO: Scrape type for YF23%20UNP: 0
2026-03-30 06:28:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with identifier: VN68%20KOJ
2026-03-30 06:28:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with identifier: VN68%20KOJ
2026-03-30 06:28:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d61c7d6-24b6-5d06-b8fc-6953f78d27f4 with identifier: VN68%20KOJ to the API
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28: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:28:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN68%20KOJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9d61c7d6-24b6-5d06-b8fc-6953f78d27f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN68 KOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN68%20KOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 23458,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.5 TSI EVO 150 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 SE',
 'vin': 'WVGZZZA1ZKV027733',
 'year': 2018}
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN68%2520KOJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:31 [bca.uk] INFO: Saving data for VN68%20KOJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773832011.26307, 'last_price_update_time': 1774852111.751676}
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN68%2520KOJ') HTTP/1.1" 204 0
2026-03-30 06:28:31 [bca.uk] INFO: Found listing with ID: KP72%20CZD
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520CZD%27 HTTP/1.1" 200 None
2026-03-30 06:28:31 [bca.uk] INFO: Scrape type for KP72%20CZD: 2
2026-03-30 06:28:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56c2770e-a0bd-59e0-a296-1ade77cb66d6 with identifier: KP72%20CZD
2026-03-30 06:28:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56c2770e-a0bd-59e0-a296-1ade77cb66d6 with scrape type 2
2026-03-30 06:28:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56c2770e-a0bd-59e0-a296-1ade77cb66d6 with scrape type 2
2026-03-30 06:28:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56c2770e-a0bd-59e0-a296-1ade77cb66d6, identifier: KP72%20CZD
2026-03-30 06:28:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56c2770e-a0bd-59e0-a296-1ade77cb66d6 with identifier: KP72%20CZD
2026-03-30 06:28:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56c2770e-a0bd-59e0-a296-1ade77cb66d6 with identifier: KP72%20CZD
2026-03-30 06:28:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56c2770e-a0bd-59e0-a296-1ade77cb66d6 with identifier: KP72%20CZD to the API
2026-03-30 06:28:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP72%20CZD-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': '56c2770e-a0bd-59e0-a296-1ade77cb66d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP72 CZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP72%20CZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 38654,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 2.0 HYBRID 184 GR-SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 184 GR-SPORT',
 'vin': 'NMTK53BX20R101672',
 'year': 2022}
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520CZD%27 HTTP/1.1" 200 None
2026-03-30 06:28:32 [bca.uk] INFO: Saving data for KP72%20CZD: {'auction_closing_time': 1774951200.0, 'created_time': 1774622131.943667, 'last_price_update_time': 1774852112.157139}
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP72%2520CZD') HTTP/1.1" 204 0
2026-03-30 06:28:32 [bca.uk] INFO: Total items found: 100
2026-03-30 06:28:32 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded
2026-03-30 06:28:32 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:28:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:28:32 [bca.uk] INFO: Found listing with ID: AF70%20LXK
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520LXK%27 HTTP/1.1" 200 None
2026-03-30 06:28:32 [bca.uk] INFO: Scrape type for AF70%20LXK: 2
2026-03-30 06:28:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57ed1a19-9d70-51c3-ad43-ef34066bffc8 with identifier: AF70%20LXK
2026-03-30 06:28:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57ed1a19-9d70-51c3-ad43-ef34066bffc8 with scrape type 2
2026-03-30 06:28:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57ed1a19-9d70-51c3-ad43-ef34066bffc8 with scrape type 2
2026-03-30 06:28:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57ed1a19-9d70-51c3-ad43-ef34066bffc8, identifier: AF70%20LXK
2026-03-30 06:28:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57ed1a19-9d70-51c3-ad43-ef34066bffc8 with identifier: AF70%20LXK
2026-03-30 06:28:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57ed1a19-9d70-51c3-ad43-ef34066bffc8 with identifier: AF70%20LXK
2026-03-30 06:28:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57ed1a19-9d70-51c3-ad43-ef34066bffc8 with identifier: AF70%20LXK to the API
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF70%20LXK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '57ed1a19-9d70-51c3-ad43-ef34066bffc8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF70 LXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF70%20LXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'MONDEO VIGNALE',
 'odometer': 22400,
 'odometer_reading_unit': '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 MONDEO VIGNALE 2.0 EBL 190 AWD P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'EBL 190 AWD P/S',
 'vin': 'WF0EXXWPCELL56402',
 'year': 2020}
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520LXK%27 HTTP/1.1" 200 None
2026-03-30 06:28:32 [bca.uk] INFO: Saving data for AF70%20LXK: {'auction_closing_time': 1774951200.0, 'created_time': 1774622133.703614, 'last_price_update_time': 1774852112.666684}
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF70%2520LXK') HTTP/1.1" 204 0
2026-03-30 06:28:32 [bca.uk] INFO: Found listing with ID: YY73%20XFO
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFO%27 HTTP/1.1" 200 None
2026-03-30 06:28:32 [bca.uk] INFO: Scrape type for YY73%20XFO: 0
2026-03-30 06:28:32 [bca.uk] INFO: Found listing with ID: YY73%20XFP
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XFP%27 HTTP/1.1" 200 None
2026-03-30 06:28:32 [bca.uk] INFO: Scrape type for YY73%20XFP: 0
2026-03-30 06:28:32 [bca.uk] INFO: Found listing with ID: WP21%20YSG
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520YSG%27 HTTP/1.1" 200 None
2026-03-30 06:28:32 [bca.uk] INFO: Scrape type for WP21%20YSG: 0
2026-03-30 06:28:32 [bca.uk] INFO: Found listing with ID: BG19%20UEM
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520UEM%27 HTTP/1.1" 200 None
2026-03-30 06:28:32 [bca.uk] INFO: Scrape type for BG19%20UEM: 0
2026-03-30 06:28:32 [bca.uk] INFO: Found listing with ID: GH19%20NUE
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GH19%2520NUE%27 HTTP/1.1" 200 None
2026-03-30 06:28:32 [bca.uk] INFO: Scrape type for GH19%20NUE: 0
2026-03-30 06:28:32 [bca.uk] INFO: Found listing with ID: SB66%20RFO
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB66%2520RFO%27 HTTP/1.1" 200 None
2026-03-30 06:28:32 [bca.uk] INFO: Scrape type for SB66%20RFO: 2
2026-03-30 06:28:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 907bc3a6-2378-5c2a-a983-0f2e993d36e9 with identifier: SB66%20RFO
2026-03-30 06:28:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 907bc3a6-2378-5c2a-a983-0f2e993d36e9 with scrape type 2
2026-03-30 06:28:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 907bc3a6-2378-5c2a-a983-0f2e993d36e9 with scrape type 2
2026-03-30 06:28:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 907bc3a6-2378-5c2a-a983-0f2e993d36e9, identifier: SB66%20RFO
2026-03-30 06:28:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:28:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:28:32 [bca.uk] INFO: Found listing with ID: KF17%20FZC
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF17%2520FZC%27 HTTP/1.1" 200 None
2026-03-30 06:28:32 [bca.uk] INFO: Scrape type for KF17%20FZC: 2
2026-03-30 06:28:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f91a0b25-308f-55ef-8a46-5d2cf6d5a89d with identifier: KF17%20FZC
2026-03-30 06:28:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f91a0b25-308f-55ef-8a46-5d2cf6d5a89d with scrape type 2
2026-03-30 06:28:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f91a0b25-308f-55ef-8a46-5d2cf6d5a89d with scrape type 2
2026-03-30 06:28:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f91a0b25-308f-55ef-8a46-5d2cf6d5a89d, identifier: KF17%20FZC
2026-03-30 06:28:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 907bc3a6-2378-5c2a-a983-0f2e993d36e9 with identifier: SB66%20RFO
2026-03-30 06:28:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 907bc3a6-2378-5c2a-a983-0f2e993d36e9 with identifier: SB66%20RFO
2026-03-30 06:28:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 907bc3a6-2378-5c2a-a983-0f2e993d36e9 with identifier: SB66%20RFO to the API
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB66%20RFO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '907bc3a6-2378-5c2a-a983-0f2e993d36e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB66 RFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB66%20RFO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 65539,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3000,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 16V 100 SRI Hatchback',
 'transmission': 'manual',
 'trim': '16V 100 SRI',
 'vin': 'W0LBF6ED9HG039242',
 'year': 2016}
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB66%2520RFO%27 HTTP/1.1" 200 None
2026-03-30 06:28:33 [bca.uk] INFO: Saving data for SB66%20RFO: {'auction_closing_time': 1775199600.0, 'created_time': 1773828293.675289, 'last_price_update_time': 1774852113.313453}
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB66%2520RFO') HTTP/1.1" 204 0
2026-03-30 06:28: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:28:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f91a0b25-308f-55ef-8a46-5d2cf6d5a89d with identifier: KF17%20FZC
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=pink HTTP/1.1" 200 None
2026-03-30 06:28:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:28: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:28:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f91a0b25-308f-55ef-8a46-5d2cf6d5a89d with identifier: KF17%20FZC
2026-03-30 06:28:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f91a0b25-308f-55ef-8a46-5d2cf6d5a89d with identifier: KF17%20FZC to the API
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF17%20FZC-GB',
 'category': 'Car',
 'color': 'pink',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f91a0b25-308f-55ef-8a46-5d2cf6d5a89d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF17 FZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF17%20FZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 37501,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 POP D/LOGIC Hatchback',
 'transmission': 'automatic',
 'trim': 'POP D/LOGIC',
 'vin': 'ZFA3120000J806328',
 'year': 2017}
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF17%2520FZC%27 HTTP/1.1" 200 None
2026-03-30 06:28:33 [bca.uk] INFO: Saving data for KF17%20FZC: {'auction_closing_time': 1774951200.0, 'created_time': 1774622136.546226, 'last_price_update_time': 1774852113.851777}
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF17%2520FZC') HTTP/1.1" 204 0
2026-03-30 06:28:33 [bca.uk] INFO: Found listing with ID: WL69%20CEO
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL69%2520CEO%27 HTTP/1.1" 200 None
2026-03-30 06:28:33 [bca.uk] INFO: Scrape type for WL69%20CEO: 2
2026-03-30 06:28:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e812498a-10d6-5b45-98cb-9ca337e68fcd with identifier: WL69%20CEO
2026-03-30 06:28:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e812498a-10d6-5b45-98cb-9ca337e68fcd with scrape type 2
2026-03-30 06:28:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e812498a-10d6-5b45-98cb-9ca337e68fcd with scrape type 2
2026-03-30 06:28:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e812498a-10d6-5b45-98cb-9ca337e68fcd, identifier: WL69%20CEO
2026-03-30 06:28:34 [bca.uk] INFO: Found listing with ID: EX63%20ZNH
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX63%2520ZNH%27 HTTP/1.1" 200 None
2026-03-30 06:28:34 [bca.uk] INFO: Scrape type for EX63%20ZNH: 2
2026-03-30 06:28:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c9a88ce-ccf4-5318-9731-0f82014cba74 with identifier: EX63%20ZNH
2026-03-30 06:28:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c9a88ce-ccf4-5318-9731-0f82014cba74 with scrape type 2
2026-03-30 06:28:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c9a88ce-ccf4-5318-9731-0f82014cba74 with scrape type 2
2026-03-30 06:28:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c9a88ce-ccf4-5318-9731-0f82014cba74, identifier: EX63%20ZNH
2026-03-30 06:28:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e812498a-10d6-5b45-98cb-9ca337e68fcd with identifier: WL69%20CEO
2026-03-30 06:28:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e812498a-10d6-5b45-98cb-9ca337e68fcd with identifier: WL69%20CEO
2026-03-30 06:28:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e812498a-10d6-5b45-98cb-9ca337e68fcd with identifier: WL69%20CEO to the API
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28: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:28:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL69%20CEO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e812498a-10d6-5b45-98cb-9ca337e68fcd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL69 CEO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL69%20CEO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 67127,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13400,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 T4 INSCRIPTION PRO G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 INSCRIPTION PRO G/T',
 'vin': 'YV1XZACVDL2297988',
 'year': 2020}
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL69%2520CEO%27 HTTP/1.1" 200 None
2026-03-30 06:28:34 [bca.uk] INFO: Saving data for WL69%20CEO: {'auction_closing_time': 1775199600.0, 'created_time': 1773828276.859913, 'last_price_update_time': 1774852114.416842}
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL69%2520CEO') HTTP/1.1" 204 0
2026-03-30 06:28:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c9a88ce-ccf4-5318-9731-0f82014cba74 with identifier: EX63%20ZNH
2026-03-30 06:28:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c9a88ce-ccf4-5318-9731-0f82014cba74 with identifier: EX63%20ZNH
2026-03-30 06:28:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c9a88ce-ccf4-5318-9731-0f82014cba74 with identifier: EX63%20ZNH to the API
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28: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:28:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX63%20ZNH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c9a88ce-ccf4-5318-9731-0f82014cba74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX63 ZNH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX63%20ZNH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 86842,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 2.0 TDI 143 BLACK ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 143 BLACK ED.',
 'vin': 'WAUZZZ8X8EB026129',
 'year': 2013}
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX63%2520ZNH%27 HTTP/1.1" 200 None
2026-03-30 06:28:34 [bca.uk] INFO: Saving data for EX63%20ZNH: {'auction_closing_time': 1775037600.0, 'created_time': 1774622136.992566, 'last_price_update_time': 1774852114.739341}
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX63%2520ZNH') HTTP/1.1" 204 0
2026-03-30 06:28:34 [bca.uk] INFO: Found listing with ID: YG68%20UHR
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520UHR%27 HTTP/1.1" 200 None
2026-03-30 06:28:34 [bca.uk] INFO: Scrape type for YG68%20UHR: 2
2026-03-30 06:28:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c98ac7ba-845f-5cc5-9384-e7dc32ee3dd8 with identifier: YG68%20UHR
2026-03-30 06:28:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c98ac7ba-845f-5cc5-9384-e7dc32ee3dd8 with scrape type 2
2026-03-30 06:28:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c98ac7ba-845f-5cc5-9384-e7dc32ee3dd8 with scrape type 2
2026-03-30 06:28:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c98ac7ba-845f-5cc5-9384-e7dc32ee3dd8, identifier: YG68%20UHR
2026-03-30 06:28:34 [bca.uk] INFO: Found listing with ID: EK15%20TZJ
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520TZJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:34 [bca.uk] INFO: Scrape type for EK15%20TZJ: 2
2026-03-30 06:28:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea88c74b-848c-5903-93c0-80e40e952c9d with identifier: EK15%20TZJ
2026-03-30 06:28:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea88c74b-848c-5903-93c0-80e40e952c9d with scrape type 2
2026-03-30 06:28:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea88c74b-848c-5903-93c0-80e40e952c9d with scrape type 2
2026-03-30 06:28:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea88c74b-848c-5903-93c0-80e40e952c9d, identifier: EK15%20TZJ
2026-03-30 06:28:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c98ac7ba-845f-5cc5-9384-e7dc32ee3dd8 with identifier: YG68%20UHR
2026-03-30 06:28:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c98ac7ba-845f-5cc5-9384-e7dc32ee3dd8 with identifier: YG68%20UHR
2026-03-30 06:28:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c98ac7ba-845f-5cc5-9384-e7dc32ee3dd8 with identifier: YG68%20UHR to the API
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG68%20UHR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c98ac7ba-845f-5cc5-9384-e7dc32ee3dd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG68 UHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG68%20UHR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 69000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3300,
 'price_includes_vat': False,
 'registration_date': '2018-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': 'VF3CUHMRPJY130532',
 'year': 2018}
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520UHR%27 HTTP/1.1" 200 None
2026-03-30 06:28:35 [bca.uk] INFO: Saving data for YG68%20UHR: {'auction_closing_time': 1775199600.0, 'created_time': 1773828281.130666, 'last_price_update_time': 1774852115.253753}
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG68%2520UHR') HTTP/1.1" 204 0
2026-03-30 06:28:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea88c74b-848c-5903-93c0-80e40e952c9d with identifier: EK15%20TZJ
2026-03-30 06:28:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea88c74b-848c-5903-93c0-80e40e952c9d with identifier: EK15%20TZJ
2026-03-30 06:28:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea88c74b-848c-5903-93c0-80e40e952c9d with identifier: EK15%20TZJ to the API
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK15%20TZJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ea88c74b-848c-5903-93c0-80e40e952c9d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK15 TZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK15%20TZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 99280,
 'odometer_reading_unit': '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 TOUAREG 3.0 V6 TDI 262 BMT R LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 262 BMT R LINE TIP',
 'vin': 'WVGZZZ7PZFD018950',
 'year': 2015}
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520TZJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:35 [bca.uk] INFO: Saving data for EK15%20TZJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774276321.141909, 'last_price_update_time': 1774852115.551426}
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK15%2520TZJ') HTTP/1.1" 204 0
2026-03-30 06:28:35 [bca.uk] INFO: Found listing with ID: LC71%20YZX
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520YZX%27 HTTP/1.1" 200 None
2026-03-30 06:28:35 [bca.uk] INFO: Scrape type for LC71%20YZX: 0
2026-03-30 06:28:35 [bca.uk] INFO: Found listing with ID: LN71%20KUJ
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN71%2520KUJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:35 [bca.uk] INFO: Scrape type for LN71%20KUJ: 0
2026-03-30 06:28:35 [bca.uk] INFO: Found listing with ID: RE71%20LRU
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520LRU%27 HTTP/1.1" 200 None
2026-03-30 06:28:35 [bca.uk] INFO: Scrape type for RE71%20LRU: 0
2026-03-30 06:28:35 [bca.uk] INFO: Found listing with ID: RE71%20OCR
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520OCR%27 HTTP/1.1" 200 None
2026-03-30 06:28:35 [bca.uk] INFO: Scrape type for RE71%20OCR: 2
2026-03-30 06:28:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2e43601-a7d1-5bc5-8487-329dc1943444 with identifier: RE71%20OCR
2026-03-30 06:28:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2e43601-a7d1-5bc5-8487-329dc1943444 with scrape type 2
2026-03-30 06:28:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2e43601-a7d1-5bc5-8487-329dc1943444 with scrape type 2
2026-03-30 06:28:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2e43601-a7d1-5bc5-8487-329dc1943444, identifier: RE71%20OCR
2026-03-30 06:28:35 [bca.uk] INFO: Found listing with ID: CY12%20KRJ
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY12%2520KRJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:35 [bca.uk] INFO: Scrape type for CY12%20KRJ: 2
2026-03-30 06:28:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 706fce70-06a6-581f-9155-1728450a7b5d with identifier: CY12%20KRJ
2026-03-30 06:28:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 706fce70-06a6-581f-9155-1728450a7b5d with scrape type 2
2026-03-30 06:28:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 706fce70-06a6-581f-9155-1728450a7b5d with scrape type 2
2026-03-30 06:28:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 706fce70-06a6-581f-9155-1728450a7b5d, identifier: CY12%20KRJ
2026-03-30 06:28:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2e43601-a7d1-5bc5-8487-329dc1943444 with identifier: RE71%20OCR
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:28:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=night+black HTTP/1.1" 200 None
2026-03-30 06:28:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:28: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:28:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2e43601-a7d1-5bc5-8487-329dc1943444 with identifier: RE71%20OCR
2026-03-30 06:28:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2e43601-a7d1-5bc5-8487-329dc1943444 with identifier: RE71%20OCR to the API
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE71%20OCR-GB',
 'category': 'Car',
 'color': 'night black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e2e43601-a7d1-5bc5-8487-329dc1943444',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE71 OCR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE71%20OCR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 24235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14700,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J025065',
 'year': 2021}
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520OCR%27 HTTP/1.1" 200 None
2026-03-30 06:28:36 [bca.uk] INFO: Saving data for RE71%20OCR: {'auction_closing_time': 1775116800.0, 'created_time': 1773846325.000502, 'last_price_update_time': 1774852116.240659}
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE71%2520OCR') HTTP/1.1" 204 0
2026-03-30 06:28:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 706fce70-06a6-581f-9155-1728450a7b5d with identifier: CY12%20KRJ
2026-03-30 06:28:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 706fce70-06a6-581f-9155-1728450a7b5d with identifier: CY12%20KRJ
2026-03-30 06:28:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 706fce70-06a6-581f-9155-1728450a7b5d with identifier: CY12%20KRJ to the API
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY12%20KRJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '706fce70-06a6-581f-9155-1728450a7b5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CY12 KRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CY12%20KRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 44907,
 'odometer_reading_unit': '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': 'WF0GXXGAJGCK88274',
 'year': 2012}
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY12%2520KRJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:36 [bca.uk] INFO: Saving data for CY12%20KRJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774622110.469308, 'last_price_update_time': 1774852116.54413}
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CY12%2520KRJ') HTTP/1.1" 204 0
2026-03-30 06:28:36 [bca.uk] INFO: Found listing with ID: SA71%20HLE
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520HLE%27 HTTP/1.1" 200 None
2026-03-30 06:28:36 [bca.uk] INFO: Scrape type for SA71%20HLE: 0
2026-03-30 06:28:36 [bca.uk] INFO: Found listing with ID: SC71%20MKZ
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC71%2520MKZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:36 [bca.uk] INFO: Scrape type for SC71%20MKZ: 0
2026-03-30 06:28:36 [bca.uk] INFO: Found listing with ID: SO71%20GXR
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO71%2520GXR%27 HTTP/1.1" 200 None
2026-03-30 06:28:36 [bca.uk] INFO: Scrape type for SO71%20GXR: 0
2026-03-30 06:28:36 [bca.uk] INFO: Found listing with ID: WA71%20MGX
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA71%2520MGX%27 HTTP/1.1" 200 None
2026-03-30 06:28:36 [bca.uk] INFO: Scrape type for WA71%20MGX: 0
2026-03-30 06:28:36 [bca.uk] INFO: Found listing with ID: AJ66%20GWA
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ66%2520GWA%27 HTTP/1.1" 200 None
2026-03-30 06:28:36 [bca.uk] INFO: Scrape type for AJ66%20GWA: 2
2026-03-30 06:28:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d8010bc-b72e-5258-a010-d09e1c5eca19 with identifier: AJ66%20GWA
2026-03-30 06:28:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d8010bc-b72e-5258-a010-d09e1c5eca19 with scrape type 2
2026-03-30 06:28:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d8010bc-b72e-5258-a010-d09e1c5eca19 with scrape type 2
2026-03-30 06:28:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d8010bc-b72e-5258-a010-d09e1c5eca19, identifier: AJ66%20GWA
2026-03-30 06:28:36 [bca.uk] INFO: Found listing with ID: CK11%20FHT
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK11%2520FHT%27 HTTP/1.1" 200 None
2026-03-30 06:28:36 [bca.uk] INFO: Scrape type for CK11%20FHT: 2
2026-03-30 06:28:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba8795c7-c0a0-5b61-9e4c-7808a80747a6 with identifier: CK11%20FHT
2026-03-30 06:28:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba8795c7-c0a0-5b61-9e4c-7808a80747a6 with scrape type 2
2026-03-30 06:28:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba8795c7-c0a0-5b61-9e4c-7808a80747a6 with scrape type 2
2026-03-30 06:28:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba8795c7-c0a0-5b61-9e4c-7808a80747a6, identifier: CK11%20FHT
2026-03-30 06:28:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d8010bc-b72e-5258-a010-d09e1c5eca19 with identifier: AJ66%20GWA
2026-03-30 06:28:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d8010bc-b72e-5258-a010-d09e1c5eca19 with identifier: AJ66%20GWA
2026-03-30 06:28:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d8010bc-b72e-5258-a010-d09e1c5eca19 with identifier: AJ66%20GWA to the API
2026-03-30 06:28:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ66%20GWA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8d8010bc-b72e-5258-a010-d09e1c5eca19',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ66 GWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ66%20GWA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 91726,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5800,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 2.0 CRDI 136 4WD PREMIUM SE StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 136 4WD PREMIUM SE',
 'vin': 'TMAJ381ANHJ204451',
 'year': 2016}
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ66%2520GWA%27 HTTP/1.1" 200 None
2026-03-30 06:28:37 [bca.uk] INFO: Saving data for AJ66%20GWA: {'auction_closing_time': 1774940400.0, 'created_time': 1773827280.793491, 'last_price_update_time': 1774852117.147703}
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ66%2520GWA') HTTP/1.1" 204 0
2026-03-30 06:28:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba8795c7-c0a0-5b61-9e4c-7808a80747a6 with identifier: CK11%20FHT
2026-03-30 06:28:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba8795c7-c0a0-5b61-9e4c-7808a80747a6 with identifier: CK11%20FHT
2026-03-30 06:28:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba8795c7-c0a0-5b61-9e4c-7808a80747a6 with identifier: CK11%20FHT to the API
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK11%20FHT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba8795c7-c0a0-5b61-9e4c-7808a80747a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK11 FHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK11%20FHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 104180,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TI-VCT 125 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TI-VCT 125 ZETEC',
 'vin': 'WF0KXXGCBKBC33376',
 'year': 2011}
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK11%2520FHT%27 HTTP/1.1" 200 None
2026-03-30 06:28:37 [bca.uk] INFO: Saving data for CK11%20FHT: {'auction_closing_time': 1775037600.0, 'created_time': 1774622108.982236, 'last_price_update_time': 1774852117.555167}
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK11%2520FHT') HTTP/1.1" 204 0
2026-03-30 06:28:37 [bca.uk] INFO: Found listing with ID: BJ12%20XWF
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ12%2520XWF%27 HTTP/1.1" 200 None
2026-03-30 06:28:37 [bca.uk] INFO: Scrape type for BJ12%20XWF: 2
2026-03-30 06:28:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90a25f4e-6e3f-57eb-a6a5-38211f720464 with identifier: BJ12%20XWF
2026-03-30 06:28:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90a25f4e-6e3f-57eb-a6a5-38211f720464 with scrape type 2
2026-03-30 06:28:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90a25f4e-6e3f-57eb-a6a5-38211f720464 with scrape type 2
2026-03-30 06:28:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90a25f4e-6e3f-57eb-a6a5-38211f720464, identifier: BJ12%20XWF
2026-03-30 06:28:37 [bca.uk] INFO: Found listing with ID: AY19%20FOM
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY19%2520FOM%27 HTTP/1.1" 200 None
2026-03-30 06:28:37 [bca.uk] INFO: Scrape type for AY19%20FOM: 2
2026-03-30 06:28:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f08e310-93d0-5eb1-88d7-f2c199e8148e with identifier: AY19%20FOM
2026-03-30 06:28:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f08e310-93d0-5eb1-88d7-f2c199e8148e with scrape type 2
2026-03-30 06:28:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f08e310-93d0-5eb1-88d7-f2c199e8148e with scrape type 2
2026-03-30 06:28:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f08e310-93d0-5eb1-88d7-f2c199e8148e, identifier: AY19%20FOM
2026-03-30 06:28:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90a25f4e-6e3f-57eb-a6a5-38211f720464 with identifier: BJ12%20XWF
2026-03-30 06:28:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90a25f4e-6e3f-57eb-a6a5-38211f720464 with identifier: BJ12%20XWF
2026-03-30 06:28:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90a25f4e-6e3f-57eb-a6a5-38211f720464 with identifier: BJ12%20XWF to the API
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ12%20XWF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90a25f4e-6e3f-57eb-a6a5-38211f720464',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ12 XWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ12%20XWF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Walsall',
 'make': 'MAZDA',
 'model': '6',
 'odometer': 143422,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 750,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MAZDA 6 2.2 D 180 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'D 180 SPORT',
 'vin': 'JMZGHA4A611490470',
 'year': 2012}
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ12%2520XWF%27 HTTP/1.1" 200 None
2026-03-30 06:28:38 [bca.uk] INFO: Saving data for BJ12%20XWF: {'auction_closing_time': 1774940400.0, 'created_time': 1773933740.768173, 'last_price_update_time': 1774852118.091307}
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ12%2520XWF') HTTP/1.1" 204 0
2026-03-30 06:28:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f08e310-93d0-5eb1-88d7-f2c199e8148e with identifier: AY19%20FOM
2026-03-30 06:28:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f08e310-93d0-5eb1-88d7-f2c199e8148e with identifier: AY19%20FOM
2026-03-30 06:28:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f08e310-93d0-5eb1-88d7-f2c199e8148e with identifier: AY19%20FOM to the API
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY19%20FOM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0f08e310-93d0-5eb1-88d7-f2c199e8148e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY19 FOM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY19%20FOM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 51530,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 1.5 TSI EVO 150 FR SPORT EZ Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 FR SPORT EZ',
 'vin': 'VSSZZZ5FZKR062181',
 'year': 2019}
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY19%2520FOM%27 HTTP/1.1" 200 None
2026-03-30 06:28:38 [bca.uk] INFO: Saving data for AY19%20FOM: {'auction_closing_time': 1774951200.0, 'created_time': 1774505205.958107, 'last_price_update_time': 1774852118.375219}
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY19%2520FOM') HTTP/1.1" 204 0
2026-03-30 06:28:38 [bca.uk] INFO: Found listing with ID: DG15%20FBV
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG15%2520FBV%27 HTTP/1.1" 200 None
2026-03-30 06:28:38 [bca.uk] INFO: Scrape type for DG15%20FBV: 2
2026-03-30 06:28:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f829651-ca9f-59df-ac33-e5f21ef10e0a with identifier: DG15%20FBV
2026-03-30 06:28:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f829651-ca9f-59df-ac33-e5f21ef10e0a with scrape type 2
2026-03-30 06:28:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f829651-ca9f-59df-ac33-e5f21ef10e0a with scrape type 2
2026-03-30 06:28:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f829651-ca9f-59df-ac33-e5f21ef10e0a, identifier: DG15%20FBV
2026-03-30 06:28:38 [bca.uk] INFO: Found listing with ID: AX67%20DXM
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX67%2520DXM%27 HTTP/1.1" 200 None
2026-03-30 06:28:38 [bca.uk] INFO: Scrape type for AX67%20DXM: 2
2026-03-30 06:28:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 582e4fcf-9b1f-52ba-ac6e-d4d2ddd8825a with identifier: AX67%20DXM
2026-03-30 06:28:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 582e4fcf-9b1f-52ba-ac6e-d4d2ddd8825a with scrape type 2
2026-03-30 06:28:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 582e4fcf-9b1f-52ba-ac6e-d4d2ddd8825a with scrape type 2
2026-03-30 06:28:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 582e4fcf-9b1f-52ba-ac6e-d4d2ddd8825a, identifier: AX67%20DXM
2026-03-30 06:28:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f829651-ca9f-59df-ac33-e5f21ef10e0a with identifier: DG15%20FBV
2026-03-30 06:28:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f829651-ca9f-59df-ac33-e5f21ef10e0a with identifier: DG15%20FBV
2026-03-30 06:28:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f829651-ca9f-59df-ac33-e5f21ef10e0a with identifier: DG15%20FBV to the API
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG15%20FBV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f829651-ca9f-59df-ac33-e5f21ef10e0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG15 FBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG15%20FBV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 85339,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3200,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD TITANIUM',
 'vin': 'WF0AXXWPMAFK03847',
 'year': 2015}
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG15%2520FBV%27 HTTP/1.1" 200 None
2026-03-30 06:28:38 [bca.uk] INFO: Saving data for DG15%20FBV: {'auction_closing_time': 1774940400.0, 'created_time': 1773932432.313384, 'last_price_update_time': 1774852118.956982}
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG15%2520FBV') HTTP/1.1" 204 0
2026-03-30 06:28:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 582e4fcf-9b1f-52ba-ac6e-d4d2ddd8825a with identifier: AX67%20DXM
2026-03-30 06:28:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 582e4fcf-9b1f-52ba-ac6e-d4d2ddd8825a with identifier: AX67%20DXM
2026-03-30 06:28:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 582e4fcf-9b1f-52ba-ac6e-d4d2ddd8825a with identifier: AX67%20DXM to the API
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX67%20DXM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '582e4fcf-9b1f-52ba-ac6e-d4d2ddd8825a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX67 DXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX67%20DXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 77968,
 'odometer_reading_unit': '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 LANDMARK Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD LANDMARK',
 'vin': 'SALVA2AN6JH301957',
 'year': 2018}
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX67%2520DXM%27 HTTP/1.1" 200 None
2026-03-30 06:28:39 [bca.uk] INFO: Saving data for AX67%20DXM: {'auction_closing_time': 1775210400.0, 'created_time': 1774622105.608667, 'last_price_update_time': 1774852119.243964}
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX67%2520DXM') HTTP/1.1" 204 0
2026-03-30 06:28:39 [bca.uk] INFO: Found listing with ID: BT74%20DGU
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520DGU%27 HTTP/1.1" 200 None
2026-03-30 06:28:39 [bca.uk] INFO: Scrape type for BT74%20DGU: 2
2026-03-30 06:28:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0f9125a-16a9-5189-bd2b-4ca60861a197 with identifier: BT74%20DGU
2026-03-30 06:28:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0f9125a-16a9-5189-bd2b-4ca60861a197 with scrape type 2
2026-03-30 06:28:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0f9125a-16a9-5189-bd2b-4ca60861a197 with scrape type 2
2026-03-30 06:28:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0f9125a-16a9-5189-bd2b-4ca60861a197, identifier: BT74%20DGU
2026-03-30 06:28:39 [bca.uk] INFO: Found listing with ID: P816%20SWC
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P816%2520SWC%27 HTTP/1.1" 200 None
2026-03-30 06:28:39 [bca.uk] INFO: Scrape type for P816%20SWC: 0
2026-03-30 06:28:39 [bca.uk] INFO: Found listing with ID: NV21%20ZXG
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520ZXG%27 HTTP/1.1" 200 None
2026-03-30 06:28:39 [bca.uk] INFO: Scrape type for NV21%20ZXG: 2
2026-03-30 06:28:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4a8b093-45e9-532c-be82-a26df1028c97 with identifier: NV21%20ZXG
2026-03-30 06:28:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4a8b093-45e9-532c-be82-a26df1028c97 with scrape type 2
2026-03-30 06:28:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4a8b093-45e9-532c-be82-a26df1028c97 with scrape type 2
2026-03-30 06:28:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4a8b093-45e9-532c-be82-a26df1028c97, identifier: NV21%20ZXG
2026-03-30 06:28:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0f9125a-16a9-5189-bd2b-4ca60861a197 with identifier: BT74%20DGU
2026-03-30 06:28:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0f9125a-16a9-5189-bd2b-4ca60861a197 with identifier: BT74%20DGU
2026-03-30 06:28:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0f9125a-16a9-5189-bd2b-4ca60861a197 with identifier: BT74%20DGU to the API
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT74%20DGU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd0f9125a-16a9-5189-bd2b-4ca60861a197',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT74 DGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT74%20DGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 5341,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PRE46413',
 'year': 2024}
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520DGU%27 HTTP/1.1" 200 None
2026-03-30 06:28:39 [bca.uk] INFO: Saving data for BT74%20DGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774016896.715427, 'last_price_update_time': 1774852119.77896}
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT74%2520DGU') HTTP/1.1" 204 0
2026-03-30 06:28:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4a8b093-45e9-532c-be82-a26df1028c97 with identifier: NV21%20ZXG
2026-03-30 06:28:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4a8b093-45e9-532c-be82-a26df1028c97 with identifier: NV21%20ZXG
2026-03-30 06:28:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4a8b093-45e9-532c-be82-a26df1028c97 with identifier: NV21%20ZXG to the API
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV21%20ZXG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f4a8b093-45e9-532c-be82-a26df1028c97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV21 ZXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV21%20ZXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 130304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 850 PROF.LONG CrewCab Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 850 PROF.LONG',
 'vin': 'VR3EFYHYCMJ734338',
 'year': 2021}
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV21%2520ZXG%27 HTTP/1.1" 200 None
2026-03-30 06:28:40 [bca.uk] INFO: Saving data for NV21%20ZXG: {'auction_closing_time': 1775124000.0, 'created_time': 1774650992.505547, 'last_price_update_time': 1774852120.09446}
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV21%2520ZXG') HTTP/1.1" 204 0
2026-03-30 06:28:40 [bca.uk] INFO: Found listing with ID: LB23%20GWG
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520GWG%27 HTTP/1.1" 200 None
2026-03-30 06:28:40 [bca.uk] INFO: Scrape type for LB23%20GWG: 0
2026-03-30 06:28:40 [bca.uk] INFO: Found listing with ID: YE22%20ALU
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE22%2520ALU%27 HTTP/1.1" 200 None
2026-03-30 06:28:40 [bca.uk] INFO: Scrape type for YE22%20ALU: 0
2026-03-30 06:28:40 [bca.uk] INFO: Found listing with ID: SD69%20NHN
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD69%2520NHN%27 HTTP/1.1" 200 None
2026-03-30 06:28:40 [bca.uk] INFO: Scrape type for SD69%20NHN: 0
2026-03-30 06:28:40 [bca.uk] INFO: Found listing with ID: KN73%20XRU
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520XRU%27 HTTP/1.1" 200 None
2026-03-30 06:28:40 [bca.uk] INFO: Scrape type for KN73%20XRU: 0
2026-03-30 06:28:40 [bca.uk] INFO: Found listing with ID: YN65%20PFA
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN65%2520PFA%27 HTTP/1.1" 200 None
2026-03-30 06:28:40 [bca.uk] INFO: Scrape type for YN65%20PFA: 0
2026-03-30 06:28:40 [bca.uk] INFO: Found listing with ID: EY72%20NFV
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY72%2520NFV%27 HTTP/1.1" 200 None
2026-03-30 06:28:40 [bca.uk] INFO: Scrape type for EY72%20NFV: 0
2026-03-30 06:28:40 [bca.uk] INFO: Found listing with ID: DY72%20JNZ
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520JNZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:40 [bca.uk] INFO: Scrape type for DY72%20JNZ: 0
2026-03-30 06:28:40 [bca.uk] INFO: Found listing with ID: YO19%20DXE
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO19%2520DXE%27 HTTP/1.1" 200 None
2026-03-30 06:28:40 [bca.uk] INFO: Scrape type for YO19%20DXE: 2
2026-03-30 06:28:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d9714ee-29ac-5045-89f9-885bae42792b with identifier: YO19%20DXE
2026-03-30 06:28:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d9714ee-29ac-5045-89f9-885bae42792b with scrape type 2
2026-03-30 06:28:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d9714ee-29ac-5045-89f9-885bae42792b with scrape type 2
2026-03-30 06:28:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d9714ee-29ac-5045-89f9-885bae42792b, identifier: YO19%20DXE
2026-03-30 06:28:40 [bca.uk] INFO: Found listing with ID: CX18%20GGA
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX18%2520GGA%27 HTTP/1.1" 200 None
2026-03-30 06:28:40 [bca.uk] INFO: Scrape type for CX18%20GGA: 2
2026-03-30 06:28:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82657a43-fd12-5930-8897-baf9d559e964 with identifier: CX18%20GGA
2026-03-30 06:28:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82657a43-fd12-5930-8897-baf9d559e964 with scrape type 2
2026-03-30 06:28:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82657a43-fd12-5930-8897-baf9d559e964 with scrape type 2
2026-03-30 06:28:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82657a43-fd12-5930-8897-baf9d559e964, identifier: CX18%20GGA
2026-03-30 06:28:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d9714ee-29ac-5045-89f9-885bae42792b with identifier: YO19%20DXE
2026-03-30 06:28:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d9714ee-29ac-5045-89f9-885bae42792b with identifier: YO19%20DXE
2026-03-30 06:28:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d9714ee-29ac-5045-89f9-885bae42792b with identifier: YO19%20DXE to the API
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 51,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO19%20DXE-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': '5d9714ee-29ac-5045-89f9-885bae42792b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO19 DXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO19%20DXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 52155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 T8 T/E 390 AWD R DESIGN G/T StationWagon',
 'transmission': 'manual',
 'trim': 'T8 T/E 390 AWD R DESIGN G/T',
 'vin': 'YV1UZBMUDK1379085',
 'year': 2019}
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO19%2520DXE%27 HTTP/1.1" 200 None
2026-03-30 06:28:40 [bca.uk] INFO: Saving data for YO19%20DXE: {'auction_closing_time': 1774864800.0, 'created_time': 1774073395.066035, 'last_price_update_time': 1774852120.765623}
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO19%2520DXE') HTTP/1.1" 204 0
2026-03-30 06:28:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82657a43-fd12-5930-8897-baf9d559e964 with identifier: CX18%20GGA
2026-03-30 06:28:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82657a43-fd12-5930-8897-baf9d559e964 with identifier: CX18%20GGA
2026-03-30 06:28:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82657a43-fd12-5930-8897-baf9d559e964 with identifier: CX18%20GGA to the API
2026-03-30 06:28:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX18%20GGA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '82657a43-fd12-5930-8897-baf9d559e964',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX18 GGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX18%20GGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FIAT',
 'model': 'DOBLO MAXI',
 'odometer': 101630,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FIAT DOBLO MAXI 1.6 M/JET 105 LWB SX Van',
 'transmission': 'manual',
 'trim': 'M/JET 105 LWB SX',
 'vin': 'ZFA26300006H47236',
 'year': 2018}
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX18%2520GGA%27 HTTP/1.1" 200 None
2026-03-30 06:28:41 [bca.uk] INFO: Saving data for CX18%20GGA: {'auction_closing_time': 1775124000.0, 'created_time': 1773845918.173221, 'last_price_update_time': 1774852121.139221}
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX18%2520GGA') HTTP/1.1" 204 0
2026-03-30 06:28:41 [bca.uk] INFO: Found listing with ID: FD63%20BZR
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD63%2520BZR%27 HTTP/1.1" 200 None
2026-03-30 06:28:41 [bca.uk] INFO: Scrape type for FD63%20BZR: 2
2026-03-30 06:28:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a55289e-11a0-53d6-b3ed-fd99debd11a8 with identifier: FD63%20BZR
2026-03-30 06:28:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a55289e-11a0-53d6-b3ed-fd99debd11a8 with scrape type 2
2026-03-30 06:28:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a55289e-11a0-53d6-b3ed-fd99debd11a8 with scrape type 2
2026-03-30 06:28:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a55289e-11a0-53d6-b3ed-fd99debd11a8, identifier: FD63%20BZR
2026-03-30 06:28:41 [bca.uk] INFO: Found listing with ID: AF21%20HMA
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF21%2520HMA%27 HTTP/1.1" 200 None
2026-03-30 06:28:41 [bca.uk] INFO: Scrape type for AF21%20HMA: 2
2026-03-30 06:28:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfaa105a-6051-540a-ab66-c16f434e175c with identifier: AF21%20HMA
2026-03-30 06:28:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfaa105a-6051-540a-ab66-c16f434e175c with scrape type 2
2026-03-30 06:28:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfaa105a-6051-540a-ab66-c16f434e175c with scrape type 2
2026-03-30 06:28:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfaa105a-6051-540a-ab66-c16f434e175c, identifier: AF21%20HMA
2026-03-30 06:28:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a55289e-11a0-53d6-b3ed-fd99debd11a8 with identifier: FD63%20BZR
2026-03-30 06:28:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a55289e-11a0-53d6-b3ed-fd99debd11a8 with identifier: FD63%20BZR
2026-03-30 06:28:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a55289e-11a0-53d6-b3ed-fd99debd11a8 with identifier: FD63%20BZR to the API
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 280,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD63%20BZR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '6.2L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a55289e-11a0-53d6-b3ed-fd99debd11a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD63 BZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD63%20BZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C63 AMG',
 'odometer': 55223,
 'odometer_reading_unit': '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 C63 AMG 6.2 (451) Saloon',
 'transmission': 'manual',
 'trim': '(451)',
 'vin': 'WDD2040772A888059',
 'year': 2013}
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD63%2520BZR%27 HTTP/1.1" 200 None
2026-03-30 06:28:41 [bca.uk] INFO: Saving data for FD63%20BZR: {'auction_closing_time': 1775642400.0, 'created_time': 1774437309.310927, 'last_price_update_time': 1774852121.649846}
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD63%2520BZR') HTTP/1.1" 204 0
2026-03-30 06:28:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfaa105a-6051-540a-ab66-c16f434e175c with identifier: AF21%20HMA
2026-03-30 06:28:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfaa105a-6051-540a-ab66-c16f434e175c with identifier: AF21%20HMA
2026-03-30 06:28:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cfaa105a-6051-540a-ab66-c16f434e175c with identifier: AF21%20HMA to the API
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF21%20HMA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cfaa105a-6051-540a-ab66-c16f434e175c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF21 HMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF21%20HMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 40270,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 TGI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGI EXCLUSIVE DCT',
 'vin': 'LSJA24U95MN034389',
 'year': 2021}
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF21%2520HMA%27 HTTP/1.1" 200 None
2026-03-30 06:28:41 [bca.uk] INFO: Saving data for AF21%20HMA: {'auction_closing_time': 1774864800.0, 'created_time': 1774650987.6573, 'last_price_update_time': 1774852121.937434}
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF21%2520HMA') HTTP/1.1" 204 0
2026-03-30 06:28:41 [bca.uk] INFO: Found listing with ID: LN64%20SVF
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN64%2520SVF%27 HTTP/1.1" 200 None
2026-03-30 06:28:41 [bca.uk] INFO: Scrape type for LN64%20SVF: 0
2026-03-30 06:28:41 [bca.uk] INFO: Found listing with ID: NJ16%20PLV
2026-03-30 06:28:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520PLV%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Scrape type for NJ16%20PLV: 0
2026-03-30 06:28:42 [bca.uk] INFO: Found listing with ID: OY17%20FCL
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520FCL%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Scrape type for OY17%20FCL: 0
2026-03-30 06:28:42 [bca.uk] INFO: Found listing with ID: PK64%20UMX
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK64%2520UMX%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Scrape type for PK64%20UMX: 0
2026-03-30 06:28:42 [bca.uk] INFO: Found listing with ID: SB65%20ODX
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB65%2520ODX%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Scrape type for SB65%20ODX: 0
2026-03-30 06:28:42 [bca.uk] INFO: Found listing with ID: VX17%20OFY
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX17%2520OFY%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Scrape type for VX17%20OFY: 2
2026-03-30 06:28:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5fe5b5b-51bd-5d2d-a963-3d8b2485393d with identifier: VX17%20OFY
2026-03-30 06:28:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5fe5b5b-51bd-5d2d-a963-3d8b2485393d with scrape type 2
2026-03-30 06:28:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5fe5b5b-51bd-5d2d-a963-3d8b2485393d with scrape type 2
2026-03-30 06:28:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5fe5b5b-51bd-5d2d-a963-3d8b2485393d, identifier: VX17%20OFY
2026-03-30 06:28:42 [bca.uk] INFO: Found listing with ID: CX15%20XTS
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520XTS%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Scrape type for CX15%20XTS: 2
2026-03-30 06:28:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1be8918-c609-574c-9913-0cd58224632b with identifier: CX15%20XTS
2026-03-30 06:28:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1be8918-c609-574c-9913-0cd58224632b with scrape type 2
2026-03-30 06:28:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1be8918-c609-574c-9913-0cd58224632b with scrape type 2
2026-03-30 06:28:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1be8918-c609-574c-9913-0cd58224632b, identifier: CX15%20XTS
2026-03-30 06:28:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5fe5b5b-51bd-5d2d-a963-3d8b2485393d with identifier: VX17%20OFY
2026-03-30 06:28:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5fe5b5b-51bd-5d2d-a963-3d8b2485393d with identifier: VX17%20OFY
2026-03-30 06:28:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5fe5b5b-51bd-5d2d-a963-3d8b2485393d with identifier: VX17%20OFY to the API
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX17%20OFY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a5fe5b5b-51bd-5d2d-a963-3d8b2485393d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX17 OFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX17%20OFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 95949,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN4HH237010',
 'year': 2017}
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX17%2520OFY%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Saving data for VX17%20OFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774047705.443834, 'last_price_update_time': 1774852122.624546}
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX17%2520OFY') HTTP/1.1" 204 0
2026-03-30 06:28:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:28:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1be8918-c609-574c-9913-0cd58224632b with identifier: CX15%20XTS
2026-03-30 06:28:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1be8918-c609-574c-9913-0cd58224632b with identifier: CX15%20XTS
2026-03-30 06:28:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1be8918-c609-574c-9913-0cd58224632b with identifier: CX15%20XTS to the API
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX15%20XTS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e1be8918-c609-574c-9913-0cd58224632b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX15 XTS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX15%20XTS&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FIAT',
 'model': 'DOBLO XL CARGO',
 'odometer': 121965,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT DOBLO XL CARGO 1.6 M/JET LWB Van',
 'transmission': 'manual',
 'trim': 'M/JET LWB',
 'vin': 'ZFA26300006A05727',
 'year': 2015}
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520XTS%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Saving data for CX15%20XTS: {'auction_closing_time': 1775124000.0, 'created_time': 1773834380.60001, 'last_price_update_time': 1774852122.903707}
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX15%2520XTS') HTTP/1.1" 204 0
2026-03-30 06:28:42 [bca.uk] INFO: Found listing with ID: WP17%20JJO
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP17%2520JJO%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Scrape type for WP17%20JJO: 0
2026-03-30 06:28:42 [bca.uk] INFO: Found listing with ID: CK63%20NYH
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520NYH%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Scrape type for CK63%20NYH: 0
2026-03-30 06:28:42 [bca.uk] INFO: Found listing with ID: DY61%20UVS
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY61%2520UVS%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Scrape type for DY61%20UVS: 0
2026-03-30 06:28:42 [bca.uk] INFO: Found listing with ID: DY63%20VYX
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY63%2520VYX%27 HTTP/1.1" 200 None
2026-03-30 06:28:42 [bca.uk] INFO: Scrape type for DY63%20VYX: 0
2026-03-30 06:28:42 [bca.uk] INFO: Found listing with ID: HK16%20FVC
2026-03-30 06:28:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520FVC%27 HTTP/1.1" 200 None
2026-03-30 06:28:43 [bca.uk] INFO: Scrape type for HK16%20FVC: 0
2026-03-30 06:28:43 [bca.uk] INFO: Found listing with ID: LD15%20ZDK
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD15%2520ZDK%27 HTTP/1.1" 200 None
2026-03-30 06:28:43 [bca.uk] INFO: Scrape type for LD15%20ZDK: 2
2026-03-30 06:28:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f0f0374-9c0c-5ca5-982a-258e064ea772 with identifier: LD15%20ZDK
2026-03-30 06:28:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f0f0374-9c0c-5ca5-982a-258e064ea772 with scrape type 2
2026-03-30 06:28:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f0f0374-9c0c-5ca5-982a-258e064ea772 with scrape type 2
2026-03-30 06:28:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f0f0374-9c0c-5ca5-982a-258e064ea772, identifier: LD15%20ZDK
2026-03-30 06:28:43 [bca.uk] INFO: Found listing with ID: BV69%20NWR
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV69%2520NWR%27 HTTP/1.1" 200 None
2026-03-30 06:28:43 [bca.uk] INFO: Scrape type for BV69%20NWR: 2
2026-03-30 06:28:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd7c5528-08cd-57de-b433-e2f18fbb07ec with identifier: BV69%20NWR
2026-03-30 06:28:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd7c5528-08cd-57de-b433-e2f18fbb07ec with scrape type 2
2026-03-30 06:28:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd7c5528-08cd-57de-b433-e2f18fbb07ec with scrape type 2
2026-03-30 06:28:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd7c5528-08cd-57de-b433-e2f18fbb07ec, identifier: BV69%20NWR
2026-03-30 06:28:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f0f0374-9c0c-5ca5-982a-258e064ea772 with identifier: LD15%20ZDK
2026-03-30 06:28:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f0f0374-9c0c-5ca5-982a-258e064ea772 with identifier: LD15%20ZDK
2026-03-30 06:28:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f0f0374-9c0c-5ca5-982a-258e064ea772 with identifier: LD15%20ZDK to the API
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD15%20ZDK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8f0f0374-9c0c-5ca5-982a-258e064ea772',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD15 ZDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD15%20ZDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 80723,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.2 102 Hatchback',
 'transmission': 'manual',
 'trim': '102',
 'vin': 'WMWXS12040T820752',
 'year': 2015}
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD15%2520ZDK%27 HTTP/1.1" 200 None
2026-03-30 06:28:43 [bca.uk] INFO: Saving data for LD15%20ZDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774045942.971883, 'last_price_update_time': 1774852123.497098}
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD15%2520ZDK') HTTP/1.1" 204 0
2026-03-30 06:28:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd7c5528-08cd-57de-b433-e2f18fbb07ec with identifier: BV69%20NWR
2026-03-30 06:28:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd7c5528-08cd-57de-b433-e2f18fbb07ec with identifier: BV69%20NWR
2026-03-30 06:28:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd7c5528-08cd-57de-b433-e2f18fbb07ec with identifier: BV69%20NWR to the API
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV69%20NWR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dd7c5528-08cd-57de-b433-e2f18fbb07ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV69 NWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV69%20NWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 47774,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D150 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 4WD R-DYNAMIC S',
 'vin': 'SALZA2AN0LH041432',
 'year': 2019}
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV69%2520NWR%27 HTTP/1.1" 200 None
2026-03-30 06:28:43 [bca.uk] INFO: Saving data for BV69%20NWR: {'auction_closing_time': 1774951200.0, 'created_time': 1774650984.841632, 'last_price_update_time': 1774852123.89063}
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV69%2520NWR') HTTP/1.1" 204 0
2026-03-30 06:28:43 [bca.uk] INFO: Found listing with ID: LM63%20VOH
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM63%2520VOH%27 HTTP/1.1" 200 None
2026-03-30 06:28:43 [bca.uk] INFO: Scrape type for LM63%20VOH: 0
2026-03-30 06:28:43 [bca.uk] INFO: Found listing with ID: MF22%20NTE
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520NTE%27 HTTP/1.1" 200 None
2026-03-30 06:28:43 [bca.uk] INFO: Scrape type for MF22%20NTE: 0
2026-03-30 06:28:43 [bca.uk] INFO: Found listing with ID: RX65%20KYO
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520KYO%27 HTTP/1.1" 200 None
2026-03-30 06:28:43 [bca.uk] INFO: Scrape type for RX65%20KYO: 0
2026-03-30 06:28:43 [bca.uk] INFO: Found listing with ID: LA19%20OGM
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520OGM%27 HTTP/1.1" 200 None
2026-03-30 06:28:43 [bca.uk] INFO: Scrape type for LA19%20OGM: 0
2026-03-30 06:28:43 [bca.uk] INFO: Found listing with ID: GK13%20CMU
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK13%2520CMU%27 HTTP/1.1" 200 None
2026-03-30 06:28:43 [bca.uk] INFO: Scrape type for GK13%20CMU: 0
2026-03-30 06:28:43 [bca.uk] INFO: Found listing with ID: RK58%20UEV
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK58%2520UEV%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for RK58%20UEV: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: RV65%20TVU
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV65%2520TVU%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for RV65%20TVU: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: BL16%20ZMO
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL16%2520ZMO%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for BL16%20ZMO: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: EA67%20GFZ
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520GFZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for EA67%20GFZ: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: EX18%20CPO
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX18%2520CPO%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for EX18%20CPO: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: GJ66%20HZN
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ66%2520HZN%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for GJ66%20HZN: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: LA16%20KDU
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA16%2520KDU%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for LA16%20KDU: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: MT15%20LXL
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520LXL%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for MT15%20LXL: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: RJ07%20UTO
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ07%2520UTO%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for RJ07%20UTO: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: FV71%20LJU
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520LJU%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for FV71%20LJU: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: BV19%20BFY
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520BFY%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for BV19%20BFY: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: EY14%20WLC
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY14%2520WLC%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for EY14%20WLC: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: YS72%20XCZ
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS72%2520XCZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for YS72%20XCZ: 2
2026-03-30 06:28:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9c90603-27b4-5df8-901a-30a8de7d207c with identifier: YS72%20XCZ
2026-03-30 06:28:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9c90603-27b4-5df8-901a-30a8de7d207c with scrape type 2
2026-03-30 06:28:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9c90603-27b4-5df8-901a-30a8de7d207c with scrape type 2
2026-03-30 06:28:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9c90603-27b4-5df8-901a-30a8de7d207c, identifier: YS72%20XCZ
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: KM73%20WAE
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520WAE%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for KM73%20WAE: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: NU20%20TVN
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520TVN%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for NU20%20TVN: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: KX22%20OCU
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX22%2520OCU%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for KX22%20OCU: 0
2026-03-30 06:28:44 [bca.uk] INFO: Found listing with ID: OE67%20KWJ
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:44 [bca.uk] INFO: Scrape type for OE67%20KWJ: 2
2026-03-30 06:28:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4992691e-49db-5356-9174-aafa5c76cc6d with identifier: OE67%20KWJ
2026-03-30 06:28:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4992691e-49db-5356-9174-aafa5c76cc6d with scrape type 2
2026-03-30 06:28:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4992691e-49db-5356-9174-aafa5c76cc6d with scrape type 2
2026-03-30 06:28:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4992691e-49db-5356-9174-aafa5c76cc6d, identifier: OE67%20KWJ
2026-03-30 06:28:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9c90603-27b4-5df8-901a-30a8de7d207c with identifier: YS72%20XCZ
2026-03-30 06:28:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9c90603-27b4-5df8-901a-30a8de7d207c with identifier: YS72%20XCZ
2026-03-30 06:28:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9c90603-27b4-5df8-901a-30a8de7d207c with identifier: YS72%20XCZ to the API
2026-03-30 06:28:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS72%20XCZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b9c90603-27b4-5df8-901a-30a8de7d207c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YS72 XCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS72%20XCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 250 E',
 'odometer': 86516,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 250 E 1.3 AMG LINE PREMIUM DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K5J8GB6PN370560',
 'year': 2022}
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS72%2520XCZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:45 [bca.uk] INFO: Saving data for YS72%20XCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773908199.55748, 'last_price_update_time': 1774852125.255461}
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS72%2520XCZ') HTTP/1.1" 204 0
2026-03-30 06:28:45 [bca.uk] INFO: Total items found: 100
2026-03-30 06:28:45 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded
2026-03-30 06:28:45 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:28:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:28:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4992691e-49db-5356-9174-aafa5c76cc6d with identifier: OE67%20KWJ
2026-03-30 06:28:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4992691e-49db-5356-9174-aafa5c76cc6d with identifier: OE67%20KWJ
2026-03-30 06:28:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4992691e-49db-5356-9174-aafa5c76cc6d with identifier: OE67%20KWJ to the API
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE67%20KWJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4992691e-49db-5356-9174-aafa5c76cc6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE67 KWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE67%20KWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 71682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.0 VTEC TURBO 129 EX Hatchback',
 'transmission': 'manual',
 'trim': 'VTEC TURBO 129 EX',
 'vin': 'SHHFK6780HU014582',
 'year': 2017}
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:45 [bca.uk] INFO: Saving data for OE67%20KWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774650983.100652, 'last_price_update_time': 1774852125.851796}
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE67%2520KWJ') HTTP/1.1" 204 0
2026-03-30 06:28:45 [bca.uk] INFO: Found listing with ID: EO14%20LKA
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520LKA%27 HTTP/1.1" 200 None
2026-03-30 06:28:45 [bca.uk] INFO: Scrape type for EO14%20LKA: 0
2026-03-30 06:28:45 [bca.uk] INFO: Found listing with ID: FP20%20KGN
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP20%2520KGN%27 HTTP/1.1" 200 None
2026-03-30 06:28:45 [bca.uk] INFO: Scrape type for FP20%20KGN: 0
2026-03-30 06:28:45 [bca.uk] INFO: Found listing with ID: YE22%20OYB
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE22%2520OYB%27 HTTP/1.1" 200 None
2026-03-30 06:28:45 [bca.uk] INFO: Scrape type for YE22%20OYB: 2
2026-03-30 06:28:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af6b859b-198d-5aa0-a630-fea430396644 with identifier: YE22%20OYB
2026-03-30 06:28:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af6b859b-198d-5aa0-a630-fea430396644 with scrape type 2
2026-03-30 06:28:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af6b859b-198d-5aa0-a630-fea430396644 with scrape type 2
2026-03-30 06:28:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af6b859b-198d-5aa0-a630-fea430396644, identifier: YE22%20OYB
2026-03-30 06:28:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:28:46 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: ET66%20LPP
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520LPP%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for ET66%20LPP: 2
2026-03-30 06:28:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 312bf0ae-ca48-5e6b-98e4-b9157865eabc with identifier: ET66%20LPP
2026-03-30 06:28:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 312bf0ae-ca48-5e6b-98e4-b9157865eabc with scrape type 2
2026-03-30 06:28:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 312bf0ae-ca48-5e6b-98e4-b9157865eabc with scrape type 2
2026-03-30 06:28:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 312bf0ae-ca48-5e6b-98e4-b9157865eabc, identifier: ET66%20LPP
2026-03-30 06:28:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af6b859b-198d-5aa0-a630-fea430396644 with identifier: YE22%20OYB
2026-03-30 06:28:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af6b859b-198d-5aa0-a630-fea430396644 with identifier: YE22%20OYB
2026-03-30 06:28:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af6b859b-198d-5aa0-a630-fea430396644 with identifier: YE22%20OYB to the API
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE22%20OYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'af6b859b-198d-5aa0-a630-fea430396644',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE22 OYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE22%20OYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '330E',
 'odometer': 28700,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SPORT PRO Saloon',
 'transmission': 'automatic',
 'trim': 'T SPORT PRO',
 'vin': 'WBA5P52060FM80986',
 'year': 2022}
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE22%2520OYB%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Saving data for YE22%20OYB: {'auction_closing_time': 1774864800.0, 'created_time': 1773908123.764579, 'last_price_update_time': 1774852126.487222}
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE22%2520OYB') HTTP/1.1" 204 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: BG08%20KZL
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG08%2520KZL%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for BG08%20KZL: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: RV10%20FBL
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV10%2520FBL%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for RV10%20FBL: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: RGZ%208218
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RGZ%25208218%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for RGZ%208218: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: KN17%20BCY
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520BCY%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for KN17%20BCY: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: YE15%20RSZ
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE15%2520RSZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for YE15%20RSZ: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: WV60%20ULZ
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV60%2520ULZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for WV60%20ULZ: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: WF08%20CYV
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF08%2520CYV%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for WF08%20CYV: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: ND09%20UCG
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520UCG%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for ND09%20UCG: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: EK08%20NNT
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK08%2520NNT%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for EK08%20NNT: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: KU13%20EPY
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU13%2520EPY%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for KU13%20EPY: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: LT69%20LKF
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT69%2520LKF%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for LT69%20LKF: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: WG06%20EOC
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG06%2520EOC%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for WG06%20EOC: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: WR62%20KWU
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR62%2520KWU%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for WR62%20KWU: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: YR66%20YDL
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR66%2520YDL%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for YR66%20YDL: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: LM03%20UOW
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM03%2520UOW%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for LM03%20UOW: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: NU54%20GKG
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU54%2520GKG%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for NU54%20GKG: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: PN54%20SOC
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN54%2520SOC%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for PN54%20SOC: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: YD10%20SWY
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD10%2520SWY%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for YD10%20SWY: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: KC07%20ZNX
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC07%2520ZNX%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for KC07%20ZNX: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: DG13%20XYL
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520XYL%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for DG13%20XYL: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: DN64%20XSY
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN64%2520XSY%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for DN64%20XSY: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: ML67%20KTE
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520KTE%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for ML67%20KTE: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: NJ60%20WFO
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ60%2520WFO%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for NJ60%20WFO: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: ST71%20RVA
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST71%2520RVA%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for ST71%20RVA: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: YB68%20OWU
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB68%2520OWU%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for YB68%20OWU: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: PK65%20RTV
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520RTV%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for PK65%20RTV: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: RO11%20ZMY
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520ZMY%27 HTTP/1.1" 200 None
2026-03-30 06:28:46 [bca.uk] INFO: Scrape type for RO11%20ZMY: 0
2026-03-30 06:28:46 [bca.uk] INFO: Found listing with ID: BD68%20CGF
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520CGF%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for BD68%20CGF: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: VO69%20KKU
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520KKU%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for VO69%20KKU: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: BD18%20OHW
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520OHW%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for BD18%20OHW: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: DA11%20YBP
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520YBP%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for DA11%20YBP: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: CV09%20TRX
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV09%2520TRX%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for CV09%20TRX: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: SO55%20OVH
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO55%2520OVH%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for SO55%20OVH: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YP25%20BVB
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP25%2520BVB%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YP25%20BVB: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: WO21%20RXJ
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO21%2520RXJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for WO21%20RXJ: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: AM02%20OAR
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AM02%2520OAR%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for AM02%20OAR: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: GL70%20BUW
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL70%2520BUW%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for GL70%20BUW: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: PY22%20EZP
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY22%2520EZP%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for PY22%20EZP: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: FP19%20CKG
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP19%2520CKG%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for FP19%20CKG: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: KR18%20NPP
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR18%2520NPP%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for KR18%20NPP: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: NX18%20UPL
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX18%2520UPL%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for NX18%20UPL: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: DA62%20WFY
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA62%2520WFY%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for DA62%20WFY: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: FV14%20VRD
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV14%2520VRD%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for FV14%20VRD: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YK12%20ZZG
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520ZZG%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YK12%20ZZG: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: MM63%20VBO
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM63%2520VBO%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for MM63%20VBO: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: SG65%20ENN
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520ENN%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for SG65%20ENN: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: KV64%20HKH
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV64%2520HKH%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for KV64%20HKH: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: FE23%20OLU
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520OLU%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for FE23%20OLU: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: PJ14%20OKB
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ14%2520OKB%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for PJ14%20OKB: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YR73%20ZBL
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR73%2520ZBL%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YR73%20ZBL: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: OV19%20WVN
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV19%2520WVN%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for OV19%20WVN: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YE17%20RJO
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520RJO%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YE17%20RJO: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: FE22%20HHC
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520HHC%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for FE22%20HHC: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YL73%20HVO
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520HVO%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YL73%20HVO: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YL73%20AYE
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520AYE%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YL73%20AYE: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YH73%20SWJ
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SWJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YH73%20SWJ: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: PK23%20DCU
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520DCU%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for PK23%20DCU: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: LM23%20VVL
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VVL%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for LM23%20VVL: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: LM23%20VSA
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VSA%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for LM23%20VSA: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: LM23%20VPT
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VPT%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for LM23%20VPT: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: LM23%20VLZ
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VLZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for LM23%20VLZ: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: LL23%20WCU
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL23%2520WCU%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for LL23%20WCU: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: HJ73%20OGH
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520OGH%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for HJ73%20OGH: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YH73%20SWU
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520SWU%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YH73%20SWU: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YK72%20MZU
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520MZU%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YK72%20MZU: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YH73%20RSV
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520RSV%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YH73%20RSV: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: EJ71%20BZD
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520BZD%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for EJ71%20BZD: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: LM23%20VXR
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VXR%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for LM23%20VXR: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: LM23%20VNR
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VNR%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for LM23%20VNR: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: KF72%20AOM
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520AOM%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for KF72%20AOM: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YP25%20BUW
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP25%2520BUW%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YP25%20BUW: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: HJ73%20NKT
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ73%2520NKT%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for HJ73%20NKT: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: RE74%20DSU
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE74%2520DSU%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for RE74%20DSU: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YO24%20XFJ
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520XFJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YO24%20XFJ: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: YO24%20XDX
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520XDX%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for YO24%20XDX: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: RK74%20LVZ
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK74%2520LVZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for RK74%20LVZ: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: BJ23%20WRN
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520WRN%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for BJ23%20WRN: 0
2026-03-30 06:28:47 [bca.uk] INFO: Found listing with ID: BC17%20DND
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC17%2520DND%27 HTTP/1.1" 200 None
2026-03-30 06:28:47 [bca.uk] INFO: Scrape type for BC17%20DND: 2
2026-03-30 06:28:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0cedc30-3473-540d-9390-81e6996ea0d2 with identifier: BC17%20DND
2026-03-30 06:28:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0cedc30-3473-540d-9390-81e6996ea0d2 with scrape type 2
2026-03-30 06:28:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0cedc30-3473-540d-9390-81e6996ea0d2 with scrape type 2
2026-03-30 06:28:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0cedc30-3473-540d-9390-81e6996ea0d2, identifier: BC17%20DND
2026-03-30 06:28:48 [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:28:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 312bf0ae-ca48-5e6b-98e4-b9157865eabc with identifier: ET66%20LPP
2026-03-30 06:28:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 312bf0ae-ca48-5e6b-98e4-b9157865eabc with identifier: ET66%20LPP
2026-03-30 06:28:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 312bf0ae-ca48-5e6b-98e4-b9157865eabc with identifier: ET66%20LPP to the API
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET66%20LPP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '312bf0ae-ca48-5e6b-98e4-b9157865eabc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET66 LPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET66%20LPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 97107,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 GDI B/D 132 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI B/D 132 2WD SE',
 'vin': 'TMAJ3811LHJ360733',
 'year': 2017}
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520LPP%27 HTTP/1.1" 200 None
2026-03-30 06:28:48 [bca.uk] INFO: Saving data for ET66%20LPP: {'auction_closing_time': 1774864800.0, 'created_time': 1774650980.832874, 'last_price_update_time': 1774852128.475999}
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET66%2520LPP') HTTP/1.1" 204 0
2026-03-30 06:28:48 [bca.uk] INFO: Found listing with ID: YD72%20CVW
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD72%2520CVW%27 HTTP/1.1" 200 None
2026-03-30 06:28:48 [bca.uk] INFO: Scrape type for YD72%20CVW: 2
2026-03-30 06:28:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33be2295-6e6f-5310-80e6-8743d435084c with identifier: YD72%20CVW
2026-03-30 06:28:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33be2295-6e6f-5310-80e6-8743d435084c with scrape type 2
2026-03-30 06:28:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33be2295-6e6f-5310-80e6-8743d435084c with scrape type 2
2026-03-30 06:28:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33be2295-6e6f-5310-80e6-8743d435084c, identifier: YD72%20CVW
2026-03-30 06:28:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0cedc30-3473-540d-9390-81e6996ea0d2 with identifier: BC17%20DND
2026-03-30 06:28:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0cedc30-3473-540d-9390-81e6996ea0d2 with identifier: BC17%20DND
2026-03-30 06:28:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0cedc30-3473-540d-9390-81e6996ea0d2 with identifier: BC17%20DND to the API
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC17%20DND-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e0cedc30-3473-540d-9390-81e6996ea0d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC17 DND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC17%20DND&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 78216,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0JXXGAHJHB46851',
 'year': 2017}
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC17%2520DND%27 HTTP/1.1" 200 None
2026-03-30 06:28:48 [bca.uk] INFO: Saving data for BC17%20DND: {'auction_closing_time': 1774951200.0, 'created_time': 1773828919.010254, 'last_price_update_time': 1774852128.9936}
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC17%2520DND') HTTP/1.1" 204 0
2026-03-30 06:28:49 [bca.uk] INFO: Found listing with ID: LY70%20GCU
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY70%2520GCU%27 HTTP/1.1" 200 None
2026-03-30 06:28:49 [bca.uk] INFO: Scrape type for LY70%20GCU: 2
2026-03-30 06:28:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2854416-a668-5d08-980e-19dfd92511ea with identifier: LY70%20GCU
2026-03-30 06:28:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2854416-a668-5d08-980e-19dfd92511ea with scrape type 2
2026-03-30 06:28:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2854416-a668-5d08-980e-19dfd92511ea with scrape type 2
2026-03-30 06:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2854416-a668-5d08-980e-19dfd92511ea, identifier: LY70%20GCU
2026-03-30 06:28:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33be2295-6e6f-5310-80e6-8743d435084c with identifier: YD72%20CVW
2026-03-30 06:28:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33be2295-6e6f-5310-80e6-8743d435084c with identifier: YD72%20CVW
2026-03-30 06:28:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33be2295-6e6f-5310-80e6-8743d435084c with identifier: YD72%20CVW to the API
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD72%20CVW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '33be2295-6e6f-5310-80e6-8743d435084c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD72 CVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD72%20CVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 38780,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 35 125KW 55KWH SPORT Coupe',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH SPORT',
 'vin': 'WAUZZZFZ4NP051536',
 'year': 2022}
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD72%2520CVW%27 HTTP/1.1" 200 None
2026-03-30 06:28:49 [bca.uk] INFO: Saving data for YD72%20CVW: {'auction_closing_time': 1774864800.0, 'created_time': 1774017029.643464, 'last_price_update_time': 1774852129.411118}
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD72%2520CVW') HTTP/1.1" 204 0
2026-03-30 06:28:49 [bca.uk] INFO: Found listing with ID: YC25%20VUU
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520VUU%27 HTTP/1.1" 200 None
2026-03-30 06:28:49 [bca.uk] INFO: Scrape type for YC25%20VUU: 0
2026-03-30 06:28:49 [bca.uk] INFO: Found listing with ID: WV63%20OWA
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520OWA%27 HTTP/1.1" 200 None
2026-03-30 06:28:49 [bca.uk] INFO: Scrape type for WV63%20OWA: 0
2026-03-30 06:28:49 [bca.uk] INFO: Found listing with ID: WA19%20MUB
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA19%2520MUB%27 HTTP/1.1" 200 None
2026-03-30 06:28:49 [bca.uk] INFO: Scrape type for WA19%20MUB: 2
2026-03-30 06:28:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f563221a-dc18-533e-95b7-5beee7820595 with identifier: WA19%20MUB
2026-03-30 06:28:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f563221a-dc18-533e-95b7-5beee7820595 with scrape type 2
2026-03-30 06:28:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f563221a-dc18-533e-95b7-5beee7820595 with scrape type 2
2026-03-30 06:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f563221a-dc18-533e-95b7-5beee7820595, identifier: WA19%20MUB
2026-03-30 06:28:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2854416-a668-5d08-980e-19dfd92511ea with identifier: LY70%20GCU
2026-03-30 06:28:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2854416-a668-5d08-980e-19dfd92511ea with identifier: LY70%20GCU
2026-03-30 06:28:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2854416-a668-5d08-980e-19dfd92511ea with identifier: LY70%20GCU to the API
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY70%20GCU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2854416-a668-5d08-980e-19dfd92511ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY70 GCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY70%20GCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 40501,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 83 GRIFFIN S/S Hatchback',
 'transmission': 'manual',
 'trim': '83 GRIFFIN S/S',
 'vin': 'W0V7D9EE6L4403821',
 'year': 2020}
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY70%2520GCU%27 HTTP/1.1" 200 None
2026-03-30 06:28:49 [bca.uk] INFO: Saving data for LY70%20GCU: {'auction_closing_time': 1774951200.0, 'created_time': 1774650984.471698, 'last_price_update_time': 1774852129.861889}
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY70%2520GCU') HTTP/1.1" 204 0
2026-03-30 06:28:49 [bca.uk] INFO: Found listing with ID: YC22%20WGE
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520WGE%27 HTTP/1.1" 200 None
2026-03-30 06:28:49 [bca.uk] INFO: Scrape type for YC22%20WGE: 2
2026-03-30 06:28:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36f8f8f3-3d75-5c30-a0f0-0624e0149357 with identifier: YC22%20WGE
2026-03-30 06:28:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36f8f8f3-3d75-5c30-a0f0-0624e0149357 with scrape type 2
2026-03-30 06:28:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36f8f8f3-3d75-5c30-a0f0-0624e0149357 with scrape type 2
2026-03-30 06:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36f8f8f3-3d75-5c30-a0f0-0624e0149357, identifier: YC22%20WGE
2026-03-30 06:28:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f563221a-dc18-533e-95b7-5beee7820595 with identifier: WA19%20MUB
2026-03-30 06:28:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f563221a-dc18-533e-95b7-5beee7820595 with identifier: WA19%20MUB
2026-03-30 06:28:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f563221a-dc18-533e-95b7-5beee7820595 with identifier: WA19%20MUB to the API
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA19%20MUB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f563221a-dc18-533e-95b7-5beee7820595',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA19 MUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA19%20MUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 66036,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 AMG LINE ED. Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE ED.',
 'vin': 'WDD1173422N766065',
 'year': 2019}
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA19%2520MUB%27 HTTP/1.1" 200 None
2026-03-30 06:28:50 [bca.uk] INFO: Saving data for WA19%20MUB: {'auction_closing_time': 1774951200.0, 'created_time': 1773828934.355823, 'last_price_update_time': 1774852130.255522}
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA19%2520MUB') HTTP/1.1" 204 0
2026-03-30 06:28:50 [bca.uk] INFO: Found listing with ID: LX67%20MWF
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520MWF%27 HTTP/1.1" 200 None
2026-03-30 06:28:50 [bca.uk] INFO: Scrape type for LX67%20MWF: 2
2026-03-30 06:28:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with identifier: LX67%20MWF
2026-03-30 06:28:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with scrape type 2
2026-03-30 06:28:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with scrape type 2
2026-03-30 06:28:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a79c23e-bfa2-5d7c-9355-be664cc5f18f, identifier: LX67%20MWF
2026-03-30 06:28:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36f8f8f3-3d75-5c30-a0f0-0624e0149357 with identifier: YC22%20WGE
2026-03-30 06:28:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36f8f8f3-3d75-5c30-a0f0-0624e0149357 with identifier: YC22%20WGE
2026-03-30 06:28:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36f8f8f3-3d75-5c30-a0f0-0624e0149357 with identifier: YC22%20WGE to the API
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC22%20WGE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '36f8f8f3-3d75-5c30-a0f0-0624e0149357',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC22 WGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC22%20WGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 44448,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 40 150KW 82KWH S LINE Coupe',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH S LINE',
 'vin': 'WAUZZZFZ4NP037524',
 'year': 2022}
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520WGE%27 HTTP/1.1" 200 None
2026-03-30 06:28:50 [bca.uk] INFO: Saving data for YC22%20WGE: {'auction_closing_time': 1774864800.0, 'created_time': 1773827063.36449, 'last_price_update_time': 1774852130.65055}
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC22%2520WGE') HTTP/1.1" 204 0
2026-03-30 06:28:50 [bca.uk] INFO: Found listing with ID: LY10%20AHG
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY10%2520AHG%27 HTTP/1.1" 200 None
2026-03-30 06:28:50 [bca.uk] INFO: Scrape type for LY10%20AHG: 0
2026-03-30 06:28:50 [bca.uk] INFO: Found listing with ID: OE23%20LNR
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520LNR%27 HTTP/1.1" 200 None
2026-03-30 06:28:50 [bca.uk] INFO: Scrape type for OE23%20LNR: 0
2026-03-30 06:28:50 [bca.uk] INFO: Found listing with ID: PE16%20VFW
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE16%2520VFW%27 HTTP/1.1" 200 None
2026-03-30 06:28:50 [bca.uk] INFO: Scrape type for PE16%20VFW: 0
2026-03-30 06:28:50 [bca.uk] INFO: Found listing with ID: WP22%20JXW
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520JXW%27 HTTP/1.1" 200 None
2026-03-30 06:28:50 [bca.uk] INFO: Scrape type for WP22%20JXW: 2
2026-03-30 06:28:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93393686-f1ba-52a0-bbb3-7b2f8d881d09 with identifier: WP22%20JXW
2026-03-30 06:28:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93393686-f1ba-52a0-bbb3-7b2f8d881d09 with scrape type 2
2026-03-30 06:28:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93393686-f1ba-52a0-bbb3-7b2f8d881d09 with scrape type 2
2026-03-30 06:28:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93393686-f1ba-52a0-bbb3-7b2f8d881d09, identifier: WP22%20JXW
2026-03-30 06:28:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with identifier: LX67%20MWF
2026-03-30 06:28:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with identifier: LX67%20MWF
2026-03-30 06:28:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a79c23e-bfa2-5d7c-9355-be664cc5f18f with identifier: LX67%20MWF to the API
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX67%20MWF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0a79c23e-bfa2-5d7c-9355-be664cc5f18f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX67 MWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX67%20MWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 90763,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 30KWH BLACK EDITION Hatchback',
 'transmission': 'automatic',
 'trim': '30KWH BLACK EDITION',
 'vin': 'SJNFAAZE0U6067020',
 'year': 2017}
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520MWF%27 HTTP/1.1" 200 None
2026-03-30 06:28:51 [bca.uk] INFO: Saving data for LX67%20MWF: {'auction_closing_time': 1774951200.0, 'created_time': 1774650978.35375, 'last_price_update_time': 1774852131.103511}
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX67%2520MWF') HTTP/1.1" 204 0
2026-03-30 06:28:51 [bca.uk] INFO: Found listing with ID: YB71%20DLV
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520DLV%27 HTTP/1.1" 200 None
2026-03-30 06:28:51 [bca.uk] INFO: Scrape type for YB71%20DLV: 2
2026-03-30 06:28:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 817d0dc4-1d49-5255-a057-fd6a7be69459 with identifier: YB71%20DLV
2026-03-30 06:28:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 817d0dc4-1d49-5255-a057-fd6a7be69459 with scrape type 2
2026-03-30 06:28:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 817d0dc4-1d49-5255-a057-fd6a7be69459 with scrape type 2
2026-03-30 06:28:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 817d0dc4-1d49-5255-a057-fd6a7be69459, identifier: YB71%20DLV
2026-03-30 06:28:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93393686-f1ba-52a0-bbb3-7b2f8d881d09 with identifier: WP22%20JXW
2026-03-30 06:28:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93393686-f1ba-52a0-bbb3-7b2f8d881d09 with identifier: WP22%20JXW
2026-03-30 06:28:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93393686-f1ba-52a0-bbb3-7b2f8d881d09 with identifier: WP22%20JXW to the API
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP22%20JXW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '93393686-f1ba-52a0-bbb3-7b2f8d881d09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP22 JXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP22%20JXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 31506,
 'odometer_reading_unit': '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': 'WF02XXERK2NY71542',
 'year': 2022}
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520JXW%27 HTTP/1.1" 200 None
2026-03-30 06:28:51 [bca.uk] INFO: Saving data for WP22%20JXW: {'auction_closing_time': 1774951200.0, 'created_time': 1773820390.702511, 'last_price_update_time': 1774852131.597211}
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP22%2520JXW') HTTP/1.1" 204 0
2026-03-30 06:28:51 [bca.uk] INFO: Found listing with ID: LV64%20WLA
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV64%2520WLA%27 HTTP/1.1" 200 None
2026-03-30 06:28:51 [bca.uk] INFO: Scrape type for LV64%20WLA: 2
2026-03-30 06:28:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e491537-2e17-5690-bb75-b49e95e97c63 with identifier: LV64%20WLA
2026-03-30 06:28:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e491537-2e17-5690-bb75-b49e95e97c63 with scrape type 2
2026-03-30 06:28:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e491537-2e17-5690-bb75-b49e95e97c63 with scrape type 2
2026-03-30 06:28:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e491537-2e17-5690-bb75-b49e95e97c63, identifier: LV64%20WLA
2026-03-30 06:28:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 817d0dc4-1d49-5255-a057-fd6a7be69459 with identifier: YB71%20DLV
2026-03-30 06:28:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 817d0dc4-1d49-5255-a057-fd6a7be69459 with identifier: YB71%20DLV
2026-03-30 06:28:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 817d0dc4-1d49-5255-a057-fd6a7be69459 with identifier: YB71%20DLV to the API
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 28,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB71%20DLV-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': '817d0dc4-1d49-5255-a057-fd6a7be69459',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB71 DLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB71%20DLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'RENAULT',
 'model': 'MEGANE ST',
 'odometer': 95785,
 'odometer_reading_unit': '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 MEGANE ST 1.6 E-TECH PHEV ICONIC Estate',
 'transmission': 'automatic',
 'trim': 'E-TECH PHEV ICONIC',
 'vin': 'VF1RFB00X68483121',
 'year': 2022}
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520DLV%27 HTTP/1.1" 200 None
2026-03-30 06:28:51 [bca.uk] INFO: Saving data for YB71%20DLV: {'auction_closing_time': 1774864800.0, 'created_time': 1774017029.142075, 'last_price_update_time': 1774852131.982174}
2026-03-30 06:28:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB71%2520DLV') HTTP/1.1" 204 0
2026-03-30 06:28:52 [bca.uk] INFO: Found listing with ID: VK16%20NGN
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520NGN%27 HTTP/1.1" 200 None
2026-03-30 06:28:52 [bca.uk] INFO: Scrape type for VK16%20NGN: 0
2026-03-30 06:28:52 [bca.uk] INFO: Found listing with ID: YP74%20WKZ
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520WKZ%27 HTTP/1.1" 200 None
2026-03-30 06:28:52 [bca.uk] INFO: Scrape type for YP74%20WKZ: 0
2026-03-30 06:28:52 [bca.uk] INFO: Found listing with ID: LX23%20VMJ
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX23%2520VMJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:52 [bca.uk] INFO: Scrape type for LX23%20VMJ: 0
2026-03-30 06:28:52 [bca.uk] INFO: Found listing with ID: EO21%20MVC
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520MVC%27 HTTP/1.1" 200 None
2026-03-30 06:28:52 [bca.uk] INFO: Scrape type for EO21%20MVC: 0
2026-03-30 06:28:52 [bca.uk] INFO: Found listing with ID: BH19%20YVM
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BH19%2520YVM%27 HTTP/1.1" 200 None
2026-03-30 06:28:52 [bca.uk] INFO: Scrape type for BH19%20YVM: 0
2026-03-30 06:28:52 [bca.uk] INFO: Found listing with ID: HK18%20NHU
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK18%2520NHU%27 HTTP/1.1" 200 None
2026-03-30 06:28:52 [bca.uk] INFO: Scrape type for HK18%20NHU: 0
2026-03-30 06:28:52 [bca.uk] INFO: Found listing with ID: HW71%20KOB
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW71%2520KOB%27 HTTP/1.1" 200 None
2026-03-30 06:28:52 [bca.uk] INFO: Scrape type for HW71%20KOB: 0
2026-03-30 06:28:52 [bca.uk] INFO: Found listing with ID: N9%20AEN
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N9%2520AEN%27 HTTP/1.1" 200 None
2026-03-30 06:28:52 [bca.uk] INFO: Scrape type for N9%20AEN: 0
2026-03-30 06:28:52 [bca.uk] INFO: Found listing with ID: SC68%20UYP
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC68%2520UYP%27 HTTP/1.1" 200 None
2026-03-30 06:28:52 [bca.uk] INFO: Scrape type for SC68%20UYP: 2
2026-03-30 06:28:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 809959aa-fb08-5855-8571-01e4f4059ef1 with identifier: SC68%20UYP
2026-03-30 06:28:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 809959aa-fb08-5855-8571-01e4f4059ef1 with scrape type 2
2026-03-30 06:28:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 809959aa-fb08-5855-8571-01e4f4059ef1 with scrape type 2
2026-03-30 06:28:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 809959aa-fb08-5855-8571-01e4f4059ef1, identifier: SC68%20UYP
2026-03-30 06:28:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e491537-2e17-5690-bb75-b49e95e97c63 with identifier: LV64%20WLA
2026-03-30 06:28:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e491537-2e17-5690-bb75-b49e95e97c63 with identifier: LV64%20WLA
2026-03-30 06:28:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e491537-2e17-5690-bb75-b49e95e97c63 with identifier: LV64%20WLA to the API
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV64%20WLA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5e491537-2e17-5690-bb75-b49e95e97c63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV64 WLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV64%20WLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 111864,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 TEKNA',
 'vin': 'SJNFEAF15U7054814',
 'year': 2014}
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV64%2520WLA%27 HTTP/1.1" 200 None
2026-03-30 06:28:52 [bca.uk] INFO: Saving data for LV64%20WLA: {'auction_closing_time': 1774951200.0, 'created_time': 1774650980.131028, 'last_price_update_time': 1774852132.543106}
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV64%2520WLA') HTTP/1.1" 204 0
2026-03-30 06:28:52 [bca.uk] INFO: Found listing with ID: YB23%20ESY
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520ESY%27 HTTP/1.1" 200 None
2026-03-30 06:28:52 [bca.uk] INFO: Scrape type for YB23%20ESY: 2
2026-03-30 06:28:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with identifier: YB23%20ESY
2026-03-30 06:28:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with scrape type 2
2026-03-30 06:28:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with scrape type 2
2026-03-30 06:28:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 390aa967-8c03-5ed5-9c3d-2dd8360ca33a, identifier: YB23%20ESY
2026-03-30 06:28:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 809959aa-fb08-5855-8571-01e4f4059ef1 with identifier: SC68%20UYP
2026-03-30 06:28:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 809959aa-fb08-5855-8571-01e4f4059ef1 with identifier: SC68%20UYP
2026-03-30 06:28:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 809959aa-fb08-5855-8571-01e4f4059ef1 with identifier: SC68%20UYP to the API
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=69&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 193,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC68%20UYP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '809959aa-fb08-5855-8571-01e4f4059ef1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC68 UYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC68%20UYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA45 AMG',
 'odometer': 51951,
 'odometer_reading_unit': '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 CLA45 AMG 2.0 (381) NIGHT ED.4M DCT Coupe',
 'transmission': 'automatic',
 'trim': '(381) NIGHT ED.4M DCT',
 'vin': 'WDD1173522N719745',
 'year': 2018}
2026-03-30 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC68%2520UYP%27 HTTP/1.1" 200 None
2026-03-30 06:28:53 [bca.uk] INFO: Saving data for SC68%20UYP: {'auction_closing_time': 1774951200.0, 'created_time': 1774016495.753748, 'last_price_update_time': 1774852133.068164}
2026-03-30 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC68%2520UYP') HTTP/1.1" 204 0
2026-03-30 06:28:53 [bca.uk] INFO: Found listing with ID: LN18%20VST
2026-03-30 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN18%2520VST%27 HTTP/1.1" 200 None
2026-03-30 06:28:53 [bca.uk] INFO: Scrape type for LN18%20VST: 2
2026-03-30 06:28:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with identifier: LN18%20VST
2026-03-30 06:28:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with scrape type 2
2026-03-30 06:28:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with scrape type 2
2026-03-30 06:28:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5aef882-ec80-57d2-bb2c-c0b7c77fec50, identifier: LN18%20VST
2026-03-30 06:28:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with identifier: YB23%20ESY
2026-03-30 06:28:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with identifier: YB23%20ESY
2026-03-30 06:28:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 390aa967-8c03-5ed5-9c3d-2dd8360ca33a with identifier: YB23%20ESY to the API
2026-03-30 06:28:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB23%20ESY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '390aa967-8c03-5ed5-9c3d-2dd8360ca33a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB23 ESY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB23%20ESY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 22253,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 40 150KW 82KWH SPORT Coupe',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH SPORT',
 'vin': 'WAUZZZFZ5PP055775',
 'year': 2023}
2026-03-30 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520ESY%27 HTTP/1.1" 200 None
2026-03-30 06:28:54 [bca.uk] INFO: Saving data for YB23%20ESY: {'auction_closing_time': 1774864800.0, 'created_time': 1773908216.310465, 'last_price_update_time': 1774852134.148704}
2026-03-30 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB23%2520ESY') HTTP/1.1" 204 0
2026-03-30 06:28:54 [bca.uk] INFO: Found listing with ID: BT07%20HUP
2026-03-30 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT07%2520HUP%27 HTTP/1.1" 200 None
2026-03-30 06:28:54 [bca.uk] INFO: Scrape type for BT07%20HUP: 0
2026-03-30 06:28:54 [bca.uk] INFO: Found listing with ID: HY72%20DFD
2026-03-30 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY72%2520DFD%27 HTTP/1.1" 200 None
2026-03-30 06:28:54 [bca.uk] INFO: Scrape type for HY72%20DFD: 0
2026-03-30 06:28:54 [bca.uk] INFO: Found listing with ID: FA16%20YVJ
2026-03-30 06:28:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA16%2520YVJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:55 [bca.uk] INFO: Scrape type for FA16%20YVJ: 0
2026-03-30 06:28:55 [bca.uk] INFO: Found listing with ID: WL13%20EOE
2026-03-30 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL13%2520EOE%27 HTTP/1.1" 200 None
2026-03-30 06:28:55 [bca.uk] INFO: Scrape type for WL13%20EOE: 0
2026-03-30 06:28:55 [bca.uk] INFO: Found listing with ID: HK23%20GZJ
2026-03-30 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520GZJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:55 [bca.uk] INFO: Scrape type for HK23%20GZJ: 0
2026-03-30 06:28:55 [bca.uk] INFO: Found listing with ID: YF57%20FBA
2026-03-30 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF57%2520FBA%27 HTTP/1.1" 200 None
2026-03-30 06:28:55 [bca.uk] INFO: Scrape type for YF57%20FBA: 0
2026-03-30 06:28:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with identifier: LN18%20VST
2026-03-30 06:28:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with identifier: LN18%20VST
2026-03-30 06:28:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5aef882-ec80-57d2-bb2c-c0b7c77fec50 with identifier: LN18%20VST to the API
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN18%20VST-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5aef882-ec80-57d2-bb2c-c0b7c77fec50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN18 VST',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN18%20VST&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 70439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 2.0 DCI 175 N-CONNECTA (7ST) X-T StationWagon',
 'transmission': 'automatic',
 'trim': 'DCI 175 N-CONNECTA (7ST) X-T',
 'vin': 'JN1JFAT32U0100797',
 'year': 2018}
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN18%2520VST%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Saving data for LN18%20VST: {'auction_closing_time': 1774951200.0, 'created_time': 1774650976.602431, 'last_price_update_time': 1774852136.335913}
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN18%2520VST') HTTP/1.1" 204 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: FG72%20ZLE
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520ZLE%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for FG72%20ZLE: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: GX24%20UKB
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX24%2520UKB%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for GX24%20UKB: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: HN21%20LLM
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN21%2520LLM%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for HN21%20LLM: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: HN22%20ZSG
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN22%2520ZSG%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for HN22%20ZSG: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: HN25%20EJV
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520EJV%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for HN25%20EJV: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: HN70%20YDX
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN70%2520YDX%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for HN70%20YDX: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: HS24%20GZF
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS24%2520GZF%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for HS24%20GZF: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: HV20%20XRR
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV20%2520XRR%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for HV20%20XRR: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: HV25%20LFX
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV25%2520LFX%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for HV25%20LFX: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: HX23%20NCF
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX23%2520NCF%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for HX23%20NCF: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: HY73%20KFU
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY73%2520KFU%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for HY73%20KFU: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: HY74%20MZT
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY74%2520MZT%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for HY74%20MZT: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: KJ73%20ZXA
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ73%2520ZXA%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for KJ73%20ZXA: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: LR68%20KMY
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR68%2520KMY%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for LR68%20KMY: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: PF72%20YNU
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520YNU%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for PF72%20YNU: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: RJ72%20YEY
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ72%2520YEY%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for RJ72%20YEY: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: SF19%20EBJ
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520EBJ%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for SF19%20EBJ: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: WO19%20DKN
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO19%2520DKN%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for WO19%20DKN: 0
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: YB22%20WCA
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB22%2520WCA%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for YB22%20WCA: 2
2026-03-30 06:28:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc1cf8df-a734-5b26-8a85-5da4e374d159 with identifier: YB22%20WCA
2026-03-30 06:28:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc1cf8df-a734-5b26-8a85-5da4e374d159 with scrape type 2
2026-03-30 06:28:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc1cf8df-a734-5b26-8a85-5da4e374d159 with scrape type 2
2026-03-30 06:28:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc1cf8df-a734-5b26-8a85-5da4e374d159, identifier: YB22%20WCA
2026-03-30 06:28:56 [bca.uk] INFO: Found listing with ID: LF14%20OJP
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF14%2520OJP%27 HTTP/1.1" 200 None
2026-03-30 06:28:56 [bca.uk] INFO: Scrape type for LF14%20OJP: 2
2026-03-30 06:28:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6036921-04b3-5132-a2c1-dc078cf9c3af with identifier: LF14%20OJP
2026-03-30 06:28:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6036921-04b3-5132-a2c1-dc078cf9c3af with scrape type 2
2026-03-30 06:28:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6036921-04b3-5132-a2c1-dc078cf9c3af with scrape type 2
2026-03-30 06:28:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6036921-04b3-5132-a2c1-dc078cf9c3af, identifier: LF14%20OJP
2026-03-30 06:28:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc1cf8df-a734-5b26-8a85-5da4e374d159 with identifier: YB22%20WCA
2026-03-30 06:28:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc1cf8df-a734-5b26-8a85-5da4e374d159 with identifier: YB22%20WCA
2026-03-30 06:28:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc1cf8df-a734-5b26-8a85-5da4e374d159 with identifier: YB22%20WCA to the API
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB22%20WCA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fc1cf8df-a734-5b26-8a85-5da4e374d159',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB22 WCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB22%20WCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 53182,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 35 125KW 55KWH S LINE Coupe',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH S LINE',
 'vin': 'WAUZZZFZ6NP048945',
 'year': 2022}
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB22%2520WCA%27 HTTP/1.1" 200 None
2026-03-30 06:28:57 [bca.uk] INFO: Saving data for YB22%20WCA: {'auction_closing_time': 1774864800.0, 'created_time': 1773908238.280237, 'last_price_update_time': 1774852137.417142}
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB22%2520WCA') HTTP/1.1" 204 0
2026-03-30 06:28:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6036921-04b3-5132-a2c1-dc078cf9c3af with identifier: LF14%20OJP
2026-03-30 06:28:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6036921-04b3-5132-a2c1-dc078cf9c3af with identifier: LF14%20OJP
2026-03-30 06:28:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6036921-04b3-5132-a2c1-dc078cf9c3af with identifier: LF14%20OJP to the API
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF14%20OJP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b6036921-04b3-5132-a2c1-dc078cf9c3af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF14 OJP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF14%20OJP&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 45807,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND PICASSO 1.6 THP EXCLUSIVE+ MPV',
 'transmission': 'manual',
 'trim': 'THP EXCLUSIVE+',
 'vin': 'VF73A5FV8DJ718172',
 'year': 2014}
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF14%2520OJP%27 HTTP/1.1" 200 None
2026-03-30 06:28:57 [bca.uk] INFO: Saving data for LF14%20OJP: {'auction_closing_time': 1774951200.0, 'created_time': 1774650976.006189, 'last_price_update_time': 1774852137.802063}
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF14%2520OJP') HTTP/1.1" 204 0
2026-03-30 06:28:57 [bca.uk] INFO: Found listing with ID: YA72%20XTC
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520XTC%27 HTTP/1.1" 200 None
2026-03-30 06:28:57 [bca.uk] INFO: Scrape type for YA72%20XTC: 2
2026-03-30 06:28:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53a544fc-1146-5a3f-9c03-0ef421776dae with identifier: YA72%20XTC
2026-03-30 06:28:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53a544fc-1146-5a3f-9c03-0ef421776dae with scrape type 2
2026-03-30 06:28:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53a544fc-1146-5a3f-9c03-0ef421776dae with scrape type 2
2026-03-30 06:28:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53a544fc-1146-5a3f-9c03-0ef421776dae, identifier: YA72%20XTC
2026-03-30 06:28:57 [bca.uk] INFO: Found listing with ID: BK62%20CYC
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520CYC%27 HTTP/1.1" 200 None
2026-03-30 06:28:57 [bca.uk] INFO: Scrape type for BK62%20CYC: 2
2026-03-30 06:28:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6045c060-6d58-55b8-a378-ad9fe696f5fc with identifier: BK62%20CYC
2026-03-30 06:28:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6045c060-6d58-55b8-a378-ad9fe696f5fc with scrape type 2
2026-03-30 06:28:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6045c060-6d58-55b8-a378-ad9fe696f5fc with scrape type 2
2026-03-30 06:28:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6045c060-6d58-55b8-a378-ad9fe696f5fc, identifier: BK62%20CYC
2026-03-30 06:28:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53a544fc-1146-5a3f-9c03-0ef421776dae with identifier: YA72%20XTC
2026-03-30 06:28:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53a544fc-1146-5a3f-9c03-0ef421776dae with identifier: YA72%20XTC
2026-03-30 06:28:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53a544fc-1146-5a3f-9c03-0ef421776dae with identifier: YA72%20XTC to the API
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA72%20XTC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '53a544fc-1146-5a3f-9c03-0ef421776dae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YA72 XTC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA72%20XTC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 59580,
 'odometer_reading_unit': '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 SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH SPORT',
 'vin': 'WAUZZZFZ5PP023618',
 'year': 2023}
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520XTC%27 HTTP/1.1" 200 None
2026-03-30 06:28:58 [bca.uk] INFO: Saving data for YA72%20XTC: {'auction_closing_time': 1774864800.0, 'created_time': 1774365084.576613, 'last_price_update_time': 1774852138.367133}
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA72%2520XTC') HTTP/1.1" 204 0
2026-03-30 06:28:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6045c060-6d58-55b8-a378-ad9fe696f5fc with identifier: BK62%20CYC
2026-03-30 06:28:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6045c060-6d58-55b8-a378-ad9fe696f5fc with identifier: BK62%20CYC
2026-03-30 06:28:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6045c060-6d58-55b8-a378-ad9fe696f5fc with identifier: BK62%20CYC to the API
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK62%20CYC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6045c060-6d58-55b8-a378-ad9fe696f5fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK62 CYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK62%20CYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 78940,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0JXXGAJJCL73109',
 'year': 2012}
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520CYC%27 HTTP/1.1" 200 None
2026-03-30 06:28:58 [bca.uk] INFO: Saving data for BK62%20CYC: {'auction_closing_time': 1775124000.0, 'created_time': 1774651009.682896, 'last_price_update_time': 1774852138.6473}
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK62%2520CYC') HTTP/1.1" 204 0
2026-03-30 06:28:58 [bca.uk] INFO: Found listing with ID: YA72%20SUH
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520SUH%27 HTTP/1.1" 200 None
2026-03-30 06:28:58 [bca.uk] INFO: Scrape type for YA72%20SUH: 2
2026-03-30 06:28:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with identifier: YA72%20SUH
2026-03-30 06:28:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with scrape type 2
2026-03-30 06:28:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with scrape type 2
2026-03-30 06:28:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf, identifier: YA72%20SUH
2026-03-30 06:28:58 [bca.uk] INFO: Found listing with ID: MJ17%20EEV
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520EEV%27 HTTP/1.1" 200 None
2026-03-30 06:28:58 [bca.uk] INFO: Scrape type for MJ17%20EEV: 2
2026-03-30 06:28:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f96a0729-079a-537f-b255-db73cfdd5c7f with identifier: MJ17%20EEV
2026-03-30 06:28:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f96a0729-079a-537f-b255-db73cfdd5c7f with scrape type 2
2026-03-30 06:28:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f96a0729-079a-537f-b255-db73cfdd5c7f with scrape type 2
2026-03-30 06:28:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f96a0729-079a-537f-b255-db73cfdd5c7f, identifier: MJ17%20EEV
2026-03-30 06:28:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with identifier: YA72%20SUH
2026-03-30 06:28:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with identifier: YA72%20SUH
2026-03-30 06:28:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf with identifier: YA72%20SUH to the API
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA72%20SUH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b0d43e49-c2f7-5cf0-92d8-ea9b8db1a2bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YA72 SUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA72%20SUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 46884,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 50 220KW 83KWH Q S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '50 220KW 83KWH Q S LINE',
 'vin': 'WAUZZZFZ9PP023119',
 'year': 2023}
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520SUH%27 HTTP/1.1" 200 None
2026-03-30 06:28:59 [bca.uk] INFO: Saving data for YA72%20SUH: {'auction_closing_time': 1774864800.0, 'created_time': 1773908233.901562, 'last_price_update_time': 1774852139.185345}
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA72%2520SUH') HTTP/1.1" 204 0
2026-03-30 06:28:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f96a0729-079a-537f-b255-db73cfdd5c7f with identifier: MJ17%20EEV
2026-03-30 06:28:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f96a0729-079a-537f-b255-db73cfdd5c7f with identifier: MJ17%20EEV
2026-03-30 06:28:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f96a0729-079a-537f-b255-db73cfdd5c7f with identifier: MJ17%20EEV to the API
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 90,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ17%20EEV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f96a0729-079a-537f-b255-db73cfdd5c7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ17 EEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ17%20EEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 78512,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.6 BLUEHDI 100 ALLURE S/S MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 ALLURE S/S',
 'vin': 'VF3CUBHYKHY037353',
 'year': 2017}
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520EEV%27 HTTP/1.1" 200 None
2026-03-30 06:28:59 [bca.uk] INFO: Saving data for MJ17%20EEV: {'auction_closing_time': 1775124000.0, 'created_time': 1774651010.643425, 'last_price_update_time': 1774852139.492124}
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ17%2520EEV') HTTP/1.1" 204 0
2026-03-30 06:28:59 [bca.uk] INFO: Found listing with ID: SH72%20EWE
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH72%2520EWE%27 HTTP/1.1" 200 None
2026-03-30 06:28:59 [bca.uk] INFO: Scrape type for SH72%20EWE: 2
2026-03-30 06:28:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e076fda7-865f-52e8-a7c6-6f1342c230b1 with identifier: SH72%20EWE
2026-03-30 06:28:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e076fda7-865f-52e8-a7c6-6f1342c230b1 with scrape type 2
2026-03-30 06:28:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e076fda7-865f-52e8-a7c6-6f1342c230b1 with scrape type 2
2026-03-30 06:28:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e076fda7-865f-52e8-a7c6-6f1342c230b1, identifier: SH72%20EWE
2026-03-30 06:28:59 [bca.uk] INFO: Found listing with ID: LD18%20OUB
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520OUB%27 HTTP/1.1" 200 None
2026-03-30 06:28:59 [bca.uk] INFO: Scrape type for LD18%20OUB: 2
2026-03-30 06:28:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with identifier: LD18%20OUB
2026-03-30 06:28:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with scrape type 2
2026-03-30 06:28:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with scrape type 2
2026-03-30 06:28:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2859dc2c-2a9d-564e-bb2d-64feb04e6a17, identifier: LD18%20OUB
2026-03-30 06:28:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e076fda7-865f-52e8-a7c6-6f1342c230b1 with identifier: SH72%20EWE
2026-03-30 06:28:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e076fda7-865f-52e8-a7c6-6f1342c230b1 with identifier: SH72%20EWE
2026-03-30 06:28:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e076fda7-865f-52e8-a7c6-6f1342c230b1 with identifier: SH72%20EWE to the API
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:28:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:28:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH72%20EWE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e076fda7-865f-52e8-a7c6-6f1342c230b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SH72 EWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH72%20EWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 41570,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS0PC667315',
 'year': 2022}
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH72%2520EWE%27 HTTP/1.1" 200 None
2026-03-30 06:29:00 [bca.uk] INFO: Saving data for SH72%20EWE: {'auction_closing_time': 1774864800.0, 'created_time': 1774365076.367728, 'last_price_update_time': 1774852140.015709}
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH72%2520EWE') HTTP/1.1" 204 0
2026-03-30 06:29:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with identifier: LD18%20OUB
2026-03-30 06:29:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with identifier: LD18%20OUB
2026-03-30 06:29:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2859dc2c-2a9d-564e-bb2d-64feb04e6a17 with identifier: LD18%20OUB to the API
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD18%20OUB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2859dc2c-2a9d-564e-bb2d-64feb04e6a17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD18 OUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD18%20OUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 27593,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF01XXERK1JY37368',
 'year': 2018}
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520OUB%27 HTTP/1.1" 200 None
2026-03-30 06:29:00 [bca.uk] INFO: Saving data for LD18%20OUB: {'auction_closing_time': 1774951200.0, 'created_time': 1774651014.213266, 'last_price_update_time': 1774852140.331179}
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD18%2520OUB') HTTP/1.1" 204 0
2026-03-30 06:29:00 [bca.uk] INFO: Found listing with ID: OV23%20FHD
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520FHD%27 HTTP/1.1" 200 None
2026-03-30 06:29:00 [bca.uk] INFO: Scrape type for OV23%20FHD: 2
2026-03-30 06:29:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1556efd9-750d-57e4-9992-922ae1f8c947 with identifier: OV23%20FHD
2026-03-30 06:29:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1556efd9-750d-57e4-9992-922ae1f8c947 with scrape type 2
2026-03-30 06:29:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1556efd9-750d-57e4-9992-922ae1f8c947 with scrape type 2
2026-03-30 06:29:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1556efd9-750d-57e4-9992-922ae1f8c947, identifier: OV23%20FHD
2026-03-30 06:29:00 [bca.uk] INFO: Found listing with ID: LB15%20FKR
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520FKR%27 HTTP/1.1" 200 None
2026-03-30 06:29:00 [bca.uk] INFO: Scrape type for LB15%20FKR: 2
2026-03-30 06:29:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with identifier: LB15%20FKR
2026-03-30 06:29:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with scrape type 2
2026-03-30 06:29:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with scrape type 2
2026-03-30 06:29:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7, identifier: LB15%20FKR
2026-03-30 06:29:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1556efd9-750d-57e4-9992-922ae1f8c947 with identifier: OV23%20FHD
2026-03-30 06:29:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1556efd9-750d-57e4-9992-922ae1f8c947 with identifier: OV23%20FHD
2026-03-30 06:29:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1556efd9-750d-57e4-9992-922ae1f8c947 with identifier: OV23%20FHD to the API
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20FHD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1556efd9-750d-57e4-9992-922ae1f8c947',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV23 FHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20FHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 34280,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 300KW 78KWH DM4 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH DM4 LONG RANGE',
 'vin': 'YSMVSEDE3PL147624',
 'year': 2023}
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520FHD%27 HTTP/1.1" 200 None
2026-03-30 06:29:00 [bca.uk] INFO: Saving data for OV23%20FHD: {'auction_closing_time': 1774864800.0, 'created_time': 1774365320.023951, 'last_price_update_time': 1774852140.833117}
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520FHD') HTTP/1.1" 204 0
2026-03-30 06:29:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with identifier: LB15%20FKR
2026-03-30 06:29:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with identifier: LB15%20FKR
2026-03-30 06:29:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e94dfd1-2b64-5adc-95ef-c61227a6a2d7 with identifier: LB15%20FKR to the API
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB15%20FKR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4e94dfd1-2b64-5adc-95ef-c61227a6a2d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB15 FKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB15%20FKR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 48499,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 70 EXCITE Hatchback',
 'transmission': 'manual',
 'trim': '70 EXCITE',
 'vin': 'W0L0XEP08F4084455',
 'year': 2015}
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520FKR%27 HTTP/1.1" 200 None
2026-03-30 06:29:01 [bca.uk] INFO: Saving data for LB15%20FKR: {'auction_closing_time': 1774951200.0, 'created_time': 1774651013.848302, 'last_price_update_time': 1774852141.111577}
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB15%2520FKR') HTTP/1.1" 204 0
2026-03-30 06:29:01 [bca.uk] INFO: Found listing with ID: HN72%20VFD
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520VFD%27 HTTP/1.1" 200 None
2026-03-30 06:29:01 [bca.uk] INFO: Scrape type for HN72%20VFD: 2
2026-03-30 06:29:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e99c341-d847-58a2-a604-9d15eb43a1ea with identifier: HN72%20VFD
2026-03-30 06:29:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e99c341-d847-58a2-a604-9d15eb43a1ea with scrape type 2
2026-03-30 06:29:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e99c341-d847-58a2-a604-9d15eb43a1ea with scrape type 2
2026-03-30 06:29:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e99c341-d847-58a2-a604-9d15eb43a1ea, identifier: HN72%20VFD
2026-03-30 06:29:01 [bca.uk] INFO: Found listing with ID: NA65%20XCN
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA65%2520XCN%27 HTTP/1.1" 200 None
2026-03-30 06:29:01 [bca.uk] INFO: Scrape type for NA65%20XCN: 0
2026-03-30 06:29:01 [bca.uk] INFO: Found listing with ID: HN23%20BBZ
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520BBZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:01 [bca.uk] INFO: Scrape type for HN23%20BBZ: 2
2026-03-30 06:29:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09908eb6-a288-5f2f-a9df-03278564fa3d with identifier: HN23%20BBZ
2026-03-30 06:29:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09908eb6-a288-5f2f-a9df-03278564fa3d with scrape type 2
2026-03-30 06:29:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09908eb6-a288-5f2f-a9df-03278564fa3d with scrape type 2
2026-03-30 06:29:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09908eb6-a288-5f2f-a9df-03278564fa3d, identifier: HN23%20BBZ
2026-03-30 06:29:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e99c341-d847-58a2-a604-9d15eb43a1ea with identifier: HN72%20VFD
2026-03-30 06:29:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e99c341-d847-58a2-a604-9d15eb43a1ea with identifier: HN72%20VFD
2026-03-30 06:29:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e99c341-d847-58a2-a604-9d15eb43a1ea with identifier: HN72%20VFD to the API
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN72%20VFD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3e99c341-d847-58a2-a604-9d15eb43a1ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HN72 VFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN72%20VFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 68112,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 230 HEV 2WD SE CONN. StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI 230 HEV 2WD SE CONN.',
 'vin': 'TMAJC811MNJ128476',
 'year': 2022}
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520VFD%27 HTTP/1.1" 200 None
2026-03-30 06:29:01 [bca.uk] INFO: Saving data for HN72%20VFD: {'auction_closing_time': 1774864800.0, 'created_time': 1774365296.815928, 'last_price_update_time': 1774852141.651288}
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN72%2520VFD') HTTP/1.1" 204 0
2026-03-30 06:29:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09908eb6-a288-5f2f-a9df-03278564fa3d with identifier: HN23%20BBZ
2026-03-30 06:29:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09908eb6-a288-5f2f-a9df-03278564fa3d with identifier: HN23%20BBZ
2026-03-30 06:29:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09908eb6-a288-5f2f-a9df-03278564fa3d with identifier: HN23%20BBZ to the API
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN23%20BBZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '09908eb6-a288-5f2f-a9df-03278564fa3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN23 BBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN23%20BBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 26364,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 AIRCROSS 1.6 PHEV C-SERIES ED.E-EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV C-SERIES ED.E-EAT8',
 'vin': 'VR7A4DGZSNL065568',
 'year': 2023}
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520BBZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:02 [bca.uk] INFO: Saving data for HN23%20BBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774651014.576662, 'last_price_update_time': 1774852142.027233}
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN23%2520BBZ') HTTP/1.1" 204 0
2026-03-30 06:29:02 [bca.uk] INFO: Found listing with ID: GX23%20XHN
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XHN%27 HTTP/1.1" 200 None
2026-03-30 06:29:02 [bca.uk] INFO: Scrape type for GX23%20XHN: 0
2026-03-30 06:29:02 [bca.uk] INFO: Found listing with ID: GJ22%20NLP
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520NLP%27 HTTP/1.1" 200 None
2026-03-30 06:29:02 [bca.uk] INFO: Scrape type for GJ22%20NLP: 0
2026-03-30 06:29:02 [bca.uk] INFO: Found listing with ID: DN10%20POA
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN10%2520POA%27 HTTP/1.1" 200 None
2026-03-30 06:29:02 [bca.uk] INFO: Scrape type for DN10%20POA: 0
2026-03-30 06:29:02 [bca.uk] INFO: Found listing with ID: FE23%20ZZJ
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520ZZJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:02 [bca.uk] INFO: Scrape type for FE23%20ZZJ: 0
2026-03-30 06:29:02 [bca.uk] INFO: Found listing with ID: FE23%20XOP
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520XOP%27 HTTP/1.1" 200 None
2026-03-30 06:29:02 [bca.uk] INFO: Scrape type for FE23%20XOP: 2
2026-03-30 06:29:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 075df674-f84b-5935-a226-deb014ba8310 with identifier: FE23%20XOP
2026-03-30 06:29:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 075df674-f84b-5935-a226-deb014ba8310 with scrape type 2
2026-03-30 06:29:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 075df674-f84b-5935-a226-deb014ba8310 with scrape type 2
2026-03-30 06:29:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 075df674-f84b-5935-a226-deb014ba8310, identifier: FE23%20XOP
2026-03-30 06:29:02 [bca.uk] INFO: Found listing with ID: WU55%20KKM
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU55%2520KKM%27 HTTP/1.1" 200 None
2026-03-30 06:29:02 [bca.uk] INFO: Scrape type for WU55%20KKM: 0
2026-03-30 06:29:02 [bca.uk] INFO: Found listing with ID: GJ18%20BND
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520BND%27 HTTP/1.1" 200 None
2026-03-30 06:29:02 [bca.uk] INFO: Scrape type for GJ18%20BND: 2
2026-03-30 06:29:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f17f412b-81fc-5d92-a561-53a2d6b25f52 with identifier: GJ18%20BND
2026-03-30 06:29:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f17f412b-81fc-5d92-a561-53a2d6b25f52 with scrape type 2
2026-03-30 06:29:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f17f412b-81fc-5d92-a561-53a2d6b25f52 with scrape type 2
2026-03-30 06:29:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f17f412b-81fc-5d92-a561-53a2d6b25f52, identifier: GJ18%20BND
2026-03-30 06:29:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 075df674-f84b-5935-a226-deb014ba8310 with identifier: FE23%20XOP
2026-03-30 06:29:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 075df674-f84b-5935-a226-deb014ba8310 with identifier: FE23%20XOP
2026-03-30 06:29:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 075df674-f84b-5935-a226-deb014ba8310 with identifier: FE23%20XOP to the API
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20XOP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '075df674-f84b-5935-a226-deb014ba8310',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE23 XOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20XOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 28195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 E/B 150 2WD ST-LINE ED. StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 150 2WD ST-LINE ED.',
 'vin': 'WF0FXXWPMFNA81713',
 'year': 2023}
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520XOP%27 HTTP/1.1" 200 None
2026-03-30 06:29:02 [bca.uk] INFO: Saving data for FE23%20XOP: {'auction_closing_time': 1774864800.0, 'created_time': 1773908256.121922, 'last_price_update_time': 1774852142.671644}
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520XOP') HTTP/1.1" 204 0
2026-03-30 06:29:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f17f412b-81fc-5d92-a561-53a2d6b25f52 with identifier: GJ18%20BND
2026-03-30 06:29:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f17f412b-81fc-5d92-a561-53a2d6b25f52 with identifier: GJ18%20BND
2026-03-30 06:29:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f17f412b-81fc-5d92-a561-53a2d6b25f52 with identifier: GJ18%20BND to the API
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ18%20BND-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f17f412b-81fc-5d92-a561-53a2d6b25f52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ18 BND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ18%20BND&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 62033,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHB351BLJZ395807',
 'year': 2018}
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520BND%27 HTTP/1.1" 200 None
2026-03-30 06:29:03 [bca.uk] INFO: Saving data for GJ18%20BND: {'auction_closing_time': 1774951200.0, 'created_time': 1774651016.998576, 'last_price_update_time': 1774852143.242947}
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ18%2520BND') HTTP/1.1" 204 0
2026-03-30 06:29:03 [bca.uk] INFO: Found listing with ID: DU74%20YYP
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU74%2520YYP%27 HTTP/1.1" 200 None
2026-03-30 06:29:03 [bca.uk] INFO: Scrape type for DU74%20YYP: 2
2026-03-30 06:29:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with identifier: DU74%20YYP
2026-03-30 06:29:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with scrape type 2
2026-03-30 06:29:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with scrape type 2
2026-03-30 06:29:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f50ac1c0-6fd4-5c74-adb2-1c5210db56c4, identifier: DU74%20YYP
2026-03-30 06:29:03 [bca.uk] INFO: Found listing with ID: LK63%20SFF
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK63%2520SFF%27 HTTP/1.1" 200 None
2026-03-30 06:29:03 [bca.uk] INFO: Scrape type for LK63%20SFF: 0
2026-03-30 06:29:03 [bca.uk] INFO: Found listing with ID: LB21%20MTJ
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:03 [bca.uk] INFO: Scrape type for LB21%20MTJ: 2
2026-03-30 06:29:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f84c7c7c-f717-5676-9731-f1d89397e6ec with identifier: LB21%20MTJ
2026-03-30 06:29:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f84c7c7c-f717-5676-9731-f1d89397e6ec with scrape type 2
2026-03-30 06:29:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f84c7c7c-f717-5676-9731-f1d89397e6ec with scrape type 2
2026-03-30 06:29:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f84c7c7c-f717-5676-9731-f1d89397e6ec, identifier: LB21%20MTJ
2026-03-30 06:29:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with identifier: DU74%20YYP
2026-03-30 06:29:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with identifier: DU74%20YYP
2026-03-30 06:29:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f50ac1c0-6fd4-5c74-adb2-1c5210db56c4 with identifier: DU74%20YYP to the API
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU74%20YYP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f50ac1c0-6fd4-5c74-adb2-1c5210db56c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DU74 YYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU74%20YYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 16634,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 160KW 65KWH ADVANCE Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 65KWH ADVANCE',
 'vin': 'TMAH881A1RJ040326',
 'year': 2024}
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU74%2520YYP%27 HTTP/1.1" 200 None
2026-03-30 06:29:03 [bca.uk] INFO: Saving data for DU74%20YYP: {'auction_closing_time': 1774864800.0, 'created_time': 1773908250.467735, 'last_price_update_time': 1774852143.804823}
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU74%2520YYP') HTTP/1.1" 204 0
2026-03-30 06:29:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f84c7c7c-f717-5676-9731-f1d89397e6ec with identifier: LB21%20MTJ
2026-03-30 06:29:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f84c7c7c-f717-5676-9731-f1d89397e6ec with identifier: LB21%20MTJ
2026-03-30 06:29:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f84c7c7c-f717-5676-9731-f1d89397e6ec with identifier: LB21%20MTJ to the API
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB21%20MTJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f84c7c7c-f717-5676-9731-f1d89397e6ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB21 MTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB21%20MTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 31782,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D165 4WD Hatchback',
 'transmission': 'automatic',
 'trim': 'D165 4WD',
 'vin': 'SALZA2AN1MH140309',
 'year': 2021}
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB21%2520MTJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:04 [bca.uk] INFO: Saving data for LB21%20MTJ: {'auction_closing_time': 1775210400.0, 'created_time': 1773833158.404268, 'last_price_update_time': 1774852144.10336}
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB21%2520MTJ') HTTP/1.1" 204 0
2026-03-30 06:29:04 [bca.uk] INFO: Found listing with ID: DF24%20TYP
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF24%2520TYP%27 HTTP/1.1" 200 None
2026-03-30 06:29:04 [bca.uk] INFO: Scrape type for DF24%20TYP: 0
2026-03-30 06:29:04 [bca.uk] INFO: Found listing with ID: BP72%20XTH
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520XTH%27 HTTP/1.1" 200 None
2026-03-30 06:29:04 [bca.uk] INFO: Scrape type for BP72%20XTH: 0
2026-03-30 06:29:04 [bca.uk] INFO: Found listing with ID: LB71%20VYP
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520VYP%27 HTTP/1.1" 200 None
2026-03-30 06:29:04 [bca.uk] INFO: Scrape type for LB71%20VYP: 2
2026-03-30 06:29:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da77f88e-3ee3-56fb-b14c-58be2243f3a8 with identifier: LB71%20VYP
2026-03-30 06:29:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da77f88e-3ee3-56fb-b14c-58be2243f3a8 with scrape type 2
2026-03-30 06:29:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da77f88e-3ee3-56fb-b14c-58be2243f3a8 with scrape type 2
2026-03-30 06:29:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da77f88e-3ee3-56fb-b14c-58be2243f3a8, identifier: LB71%20VYP
2026-03-30 06:29:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:29:04 [bca.uk] INFO: Found listing with ID: GX71%20UUD
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX71%2520UUD%27 HTTP/1.1" 200 None
2026-03-30 06:29:04 [bca.uk] INFO: Scrape type for GX71%20UUD: 2
2026-03-30 06:29:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with identifier: GX71%20UUD
2026-03-30 06:29:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with scrape type 2
2026-03-30 06:29:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with scrape type 2
2026-03-30 06:29:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f62f89e-7370-5b4a-98f9-304f0f02c4ca, identifier: GX71%20UUD
2026-03-30 06:29:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da77f88e-3ee3-56fb-b14c-58be2243f3a8 with identifier: LB71%20VYP
2026-03-30 06:29:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da77f88e-3ee3-56fb-b14c-58be2243f3a8 with identifier: LB71%20VYP
2026-03-30 06:29:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da77f88e-3ee3-56fb-b14c-58be2243f3a8 with identifier: LB71%20VYP to the API
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB71%20VYP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'da77f88e-3ee3-56fb-b14c-58be2243f3a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB71 VYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB71%20VYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 99459,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB6MC421124',
 'year': 2021}
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520VYP%27 HTTP/1.1" 200 None
2026-03-30 06:29:04 [bca.uk] INFO: Saving data for LB71%20VYP: {'auction_closing_time': 1774864800.0, 'created_time': 1773823276.834359, 'last_price_update_time': 1774852144.698553}
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB71%2520VYP') HTTP/1.1" 204 0
2026-03-30 06:29:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with identifier: GX71%20UUD
2026-03-30 06:29:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with identifier: GX71%20UUD
2026-03-30 06:29:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f62f89e-7370-5b4a-98f9-304f0f02c4ca with identifier: GX71%20UUD to the API
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX71%20UUD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f62f89e-7370-5b4a-98f9-304f0f02c4ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX71 UUD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX71%20UUD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 32153,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AN2NH165740',
 'year': 2021}
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX71%2520UUD%27 HTTP/1.1" 200 None
2026-03-30 06:29:05 [bca.uk] INFO: Saving data for GX71%20UUD: {'auction_closing_time': 1775210400.0, 'created_time': 1774392129.651041, 'last_price_update_time': 1774852145.0771}
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX71%2520UUD') HTTP/1.1" 204 0
2026-03-30 06:29:05 [bca.uk] INFO: Found listing with ID: YE71%20UXA
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE71%2520UXA%27 HTTP/1.1" 200 None
2026-03-30 06:29:05 [bca.uk] INFO: Scrape type for YE71%20UXA: 2
2026-03-30 06:29:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0797e934-2113-5ce0-bcd1-69846c616212 with identifier: YE71%20UXA
2026-03-30 06:29:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0797e934-2113-5ce0-bcd1-69846c616212 with scrape type 2
2026-03-30 06:29:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0797e934-2113-5ce0-bcd1-69846c616212 with scrape type 2
2026-03-30 06:29:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0797e934-2113-5ce0-bcd1-69846c616212, identifier: YE71%20UXA
2026-03-30 06:29:05 [bca.uk] INFO: Found listing with ID: NL72%20HKB
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520HKB%27 HTTP/1.1" 200 None
2026-03-30 06:29:05 [bca.uk] INFO: Scrape type for NL72%20HKB: 2
2026-03-30 06:29:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae411bc1-6fe7-54b5-a01f-c4483d202668 with identifier: NL72%20HKB
2026-03-30 06:29:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae411bc1-6fe7-54b5-a01f-c4483d202668 with scrape type 2
2026-03-30 06:29:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae411bc1-6fe7-54b5-a01f-c4483d202668 with scrape type 2
2026-03-30 06:29:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae411bc1-6fe7-54b5-a01f-c4483d202668, identifier: NL72%20HKB
2026-03-30 06:29:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0797e934-2113-5ce0-bcd1-69846c616212 with identifier: YE71%20UXA
2026-03-30 06:29:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0797e934-2113-5ce0-bcd1-69846c616212 with identifier: YE71%20UXA
2026-03-30 06:29:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0797e934-2113-5ce0-bcd1-69846c616212 with identifier: YE71%20UXA to the API
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=68&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE71%20UXA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0797e934-2113-5ce0-bcd1-69846c616212',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE71 UXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE71%20UXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'E VITO TOURER',
 'odometer': 94572,
 'odometer_reading_unit': '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 E VITO TOURER 150KW 100KWH FWD L2 SELECT Bus',
 'transmission': 'automatic',
 'trim': '150KW 100KWH FWD L2 SELECT',
 'vin': 'W1V44770323939063',
 'year': 2021}
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE71%2520UXA%27 HTTP/1.1" 200 None
2026-03-30 06:29:05 [bca.uk] INFO: Saving data for YE71%20UXA: {'auction_closing_time': 1774864800.0, 'created_time': 1774016993.53673, 'last_price_update_time': 1774852145.586492}
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE71%2520UXA') HTTP/1.1" 204 0
2026-03-30 06:29:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae411bc1-6fe7-54b5-a01f-c4483d202668 with identifier: NL72%20HKB
2026-03-30 06:29:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae411bc1-6fe7-54b5-a01f-c4483d202668 with identifier: NL72%20HKB
2026-03-30 06:29:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae411bc1-6fe7-54b5-a01f-c4483d202668 with identifier: NL72%20HKB to the API
2026-03-30 06:29:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ae411bc1-6fe7-54b5-a01f-c4483d202668',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL72 HKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL72%20HKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 27369,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH LIFE PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH LIFE PRO PERF.',
 'vin': 'WVWZZZE1ZNP025104',
 'year': 2022}
2026-03-30 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520HKB%27 HTTP/1.1" 200 None
2026-03-30 06:29:06 [bca.uk] INFO: Saving data for NL72%20HKB: {'auction_closing_time': 1775124000.0, 'created_time': 1774563912.289968, 'last_price_update_time': 1774852146.798452}
2026-03-30 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520HKB') HTTP/1.1" 204 0
2026-03-30 06:29:06 [bca.uk] INFO: Found listing with ID: SD21%20KYV
2026-03-30 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD21%2520KYV%27 HTTP/1.1" 200 None
2026-03-30 06:29:06 [bca.uk] INFO: Scrape type for SD21%20KYV: 2
2026-03-30 06:29:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14fa93ff-7261-5a48-af94-148f879c39cf with identifier: SD21%20KYV
2026-03-30 06:29:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14fa93ff-7261-5a48-af94-148f879c39cf with scrape type 2
2026-03-30 06:29:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14fa93ff-7261-5a48-af94-148f879c39cf with scrape type 2
2026-03-30 06:29:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14fa93ff-7261-5a48-af94-148f879c39cf, identifier: SD21%20KYV
2026-03-30 06:29:06 [bca.uk] INFO: Total items found: 100
2026-03-30 06:29:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded
2026-03-30 06:29:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:29:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14fa93ff-7261-5a48-af94-148f879c39cf with identifier: SD21%20KYV
2026-03-30 06:29:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14fa93ff-7261-5a48-af94-148f879c39cf with identifier: SD21%20KYV
2026-03-30 06:29:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14fa93ff-7261-5a48-af94-148f879c39cf with identifier: SD21%20KYV to the API
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD21%20KYV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '14fa93ff-7261-5a48-af94-148f879c39cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD21 KYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD21%20KYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 37742,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D165 2WD R-DYNAMIC S Hatchback',
 'transmission': 'manual',
 'trim': 'D165 2WD R-DYNAMIC S',
 'vin': 'SALZB2CN2MH145724',
 'year': 2021}
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD21%2520KYV%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Saving data for SD21%20KYV: {'auction_closing_time': 1775210400.0, 'created_time': 1774004751.500862, 'last_price_update_time': 1774852147.2245}
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD21%2520KYV') HTTP/1.1" 204 0
2026-03-30 06:29:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: FL19%20OHY
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL19%2520OHY%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for FL19%20OHY: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: RJ74%20NJV
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520NJV%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for RJ74%20NJV: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: WP16%20UPX
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP16%2520UPX%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for WP16%20UPX: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: YB63%20EEP
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB63%2520EEP%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for YB63%20EEP: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: YR60%20YDW
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR60%2520YDW%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for YR60%20YDW: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: GY64%20XME
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520XME%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for GY64%20XME: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: LC18%20GYK
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520GYK%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for LC18%20GYK: 2
2026-03-30 06:29:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with identifier: LC18%20GYK
2026-03-30 06:29:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with scrape type 2
2026-03-30 06:29:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with scrape type 2
2026-03-30 06:29:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0, identifier: LC18%20GYK
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: TT13%20OLE
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TT13%2520OLE%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for TT13%20OLE: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: ET16%20WXR
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET16%2520WXR%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for ET16%20WXR: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: PO14%20WHT
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO14%2520WHT%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for PO14%20WHT: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: HK15%20BTY
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK15%2520BTY%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for HK15%20BTY: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: VO71%20KPR
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO71%2520KPR%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for VO71%20KPR: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: NA16%20FUW
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA16%2520FUW%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for NA16%20FUW: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: HN72%20LMM
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520LMM%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for HN72%20LMM: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: SB62%20GHY
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB62%2520GHY%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for SB62%20GHY: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: DV68%20KWD
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520KWD%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for DV68%20KWD: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: KP69%20MYB
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520MYB%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for KP69%20MYB: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: DV22%20BXC
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV22%2520BXC%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for DV22%20BXC: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: CA74%20LKZ
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520LKZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for CA74%20LKZ: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: NA15%20GHZ
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA15%2520GHZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for NA15%20GHZ: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: MA75%20SGV
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520SGV%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for MA75%20SGV: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: YS67%20RXJ
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS67%2520RXJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for YS67%20RXJ: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: NK64%20MXG
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK64%2520MXG%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for NK64%20MXG: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: SL60%20VLH
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL60%2520VLH%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for SL60%20VLH: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: GV74%20FSG
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520FSG%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for GV74%20FSG: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: MW62%20SKF
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW62%2520SKF%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for MW62%20SKF: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: BW19%20HVD
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520HVD%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for BW19%20HVD: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: MT69%20THK
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT69%2520THK%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for MT69%20THK: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: MW65%20WFC
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW65%2520WFC%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for MW65%20WFC: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: PE68%20EWE
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE68%2520EWE%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for PE68%20EWE: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: YK64%20BWY
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK64%2520BWY%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for YK64%20BWY: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: NL12%20OVE
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL12%2520OVE%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for NL12%20OVE: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: BV19%20ZNA
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520ZNA%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for BV19%20ZNA: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: PGZ%206311
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25206311%27 HTTP/1.1" 200 None
2026-03-30 06:29:07 [bca.uk] INFO: Scrape type for PGZ%206311: 0
2026-03-30 06:29:07 [bca.uk] INFO: Found listing with ID: SK60%20HRC
2026-03-30 06:29:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK60%2520HRC%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for SK60%20HRC: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: KW15%20KJF
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW15%2520KJF%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for KW15%20KJF: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: NL14%20WLW
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520WLW%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for NL14%20WLW: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: YR11%20PHZ
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR11%2520PHZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for YR11%20PHZ: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: YM63%20CHV
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM63%2520CHV%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for YM63%20CHV: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: SG63%20LWN
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520LWN%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for SG63%20LWN: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: WN75%20JXU
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520JXU%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for WN75%20JXU: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: AK65%20RBF
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK65%2520RBF%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for AK65%20RBF: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: YT07%20DXJ
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT07%2520DXJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for YT07%20DXJ: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: FD72%20XZY
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD72%2520XZY%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for FD72%20XZY: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: MW66%20GYJ
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW66%2520GYJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for MW66%20GYJ: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: KU64%20VCF
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU64%2520VCF%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for KU64%20VCF: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: DV73%20VJX
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520VJX%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for DV73%20VJX: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: SK11%20NNJ
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK11%2520NNJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for SK11%20NNJ: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: DF18%20JZA
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF18%2520JZA%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for DF18%20JZA: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: YA64%20LPX
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA64%2520LPX%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for YA64%20LPX: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: YC17%20YDM
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC17%2520YDM%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for YC17%20YDM: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: SC67%20EBP
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC67%2520EBP%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for SC67%20EBP: 0
2026-03-30 06:29:08 [bca.uk] INFO: Found listing with ID: SJ15%20VVR
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520VVR%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Scrape type for SJ15%20VVR: 2
2026-03-30 06:29:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9382dfb-4983-55a7-9f84-e7b5d33796b6 with identifier: SJ15%20VVR
2026-03-30 06:29:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9382dfb-4983-55a7-9f84-e7b5d33796b6 with scrape type 2
2026-03-30 06:29:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9382dfb-4983-55a7-9f84-e7b5d33796b6 with scrape type 2
2026-03-30 06:29:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9382dfb-4983-55a7-9f84-e7b5d33796b6, identifier: SJ15%20VVR
2026-03-30 06:29: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:29:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with identifier: LC18%20GYK
2026-03-30 06:29:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with identifier: LC18%20GYK
2026-03-30 06:29:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0 with identifier: LC18%20GYK to the API
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC18%20GYK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7739612a-8bdf-5e22-9d0e-c7a4cc5f73d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC18 GYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC18%20GYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 39796,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 1.6 I-DTEC 160 EX 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'I-DTEC 160 EX 4WD',
 'vin': 'SHSRE6790JU005087',
 'year': 2018}
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520GYK%27 HTTP/1.1" 200 None
2026-03-30 06:29:08 [bca.uk] INFO: Saving data for LC18%20GYK: {'auction_closing_time': 1774864800.0, 'created_time': 1773824608.29366, 'last_price_update_time': 1774852148.712674}
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC18%2520GYK') HTTP/1.1" 204 0
2026-03-30 06:29:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9382dfb-4983-55a7-9f84-e7b5d33796b6 with identifier: SJ15%20VVR
2026-03-30 06:29:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9382dfb-4983-55a7-9f84-e7b5d33796b6 with identifier: SJ15%20VVR
2026-03-30 06:29:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9382dfb-4983-55a7-9f84-e7b5d33796b6 with identifier: SJ15%20VVR to the API
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ15%20VVR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd9382dfb-4983-55a7-9f84-e7b5d33796b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ15 VVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ15%20VVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 35793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I ICON M/DRIVE-S Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I ICON M/DRIVE-S',
 'vin': 'VNKKJ3D310A254054',
 'year': 2015}
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520VVR%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Saving data for SJ15%20VVR: {'auction_closing_time': 1774951200.0, 'created_time': 1774523519.498791, 'last_price_update_time': 1774852149.087749}
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ15%2520VVR') HTTP/1.1" 204 0
2026-03-30 06:29:09 [bca.uk] INFO: Found listing with ID: OE62%20CWL
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE62%2520CWL%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Scrape type for OE62%20CWL: 0
2026-03-30 06:29:09 [bca.uk] INFO: Found listing with ID: YP67%20WHC
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520WHC%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Scrape type for YP67%20WHC: 0
2026-03-30 06:29:09 [bca.uk] INFO: Found listing with ID: LR19%20OWB
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR19%2520OWB%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Scrape type for LR19%20OWB: 0
2026-03-30 06:29:09 [bca.uk] INFO: Found listing with ID: PK15%20DVO
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK15%2520DVO%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Scrape type for PK15%20DVO: 0
2026-03-30 06:29:09 [bca.uk] INFO: Found listing with ID: AF63%20XJH
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF63%2520XJH%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Scrape type for AF63%20XJH: 0
2026-03-30 06:29:09 [bca.uk] INFO: Found listing with ID: AE14%20JFZ
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520JFZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Scrape type for AE14%20JFZ: 0
2026-03-30 06:29:09 [bca.uk] INFO: Found listing with ID: AE14%20JFY
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520JFY%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Scrape type for AE14%20JFY: 0
2026-03-30 06:29:09 [bca.uk] INFO: Found listing with ID: AE14%20JCY
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE14%2520JCY%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Scrape type for AE14%20JCY: 0
2026-03-30 06:29:09 [bca.uk] INFO: Found listing with ID: AE66%20ONA
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE66%2520ONA%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Scrape type for AE66%20ONA: 2
2026-03-30 06:29:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bd43699-9f26-5a85-842a-52f2467671f3 with identifier: AE66%20ONA
2026-03-30 06:29:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bd43699-9f26-5a85-842a-52f2467671f3 with scrape type 2
2026-03-30 06:29:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bd43699-9f26-5a85-842a-52f2467671f3 with scrape type 2
2026-03-30 06:29:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bd43699-9f26-5a85-842a-52f2467671f3, identifier: AE66%20ONA
2026-03-30 06:29:09 [bca.uk] INFO: Found listing with ID: GL64%20YPJ
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520YPJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Scrape type for GL64%20YPJ: 2
2026-03-30 06:29:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with identifier: GL64%20YPJ
2026-03-30 06:29:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with scrape type 2
2026-03-30 06:29:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with scrape type 2
2026-03-30 06:29:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24cb35a2-e5b1-5408-8a56-8c7ed899ab22, identifier: GL64%20YPJ
2026-03-30 06:29:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bd43699-9f26-5a85-842a-52f2467671f3 with identifier: AE66%20ONA
2026-03-30 06:29:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bd43699-9f26-5a85-842a-52f2467671f3 with identifier: AE66%20ONA
2026-03-30 06:29:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bd43699-9f26-5a85-842a-52f2467671f3 with identifier: AE66%20ONA to the API
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=65&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE66%20ONA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': '7bd43699-9f26-5a85-842a-52f2467671f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE66 ONA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE66%20ONA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'V60 SPORTWAGON',
 'odometer': 72552,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLVO V60 SPORTWAGON 2.4 D5 163 T/E AWD SE G/T Estate',
 'transmission': 'manual',
 'trim': 'D5 163 T/E AWD SE G/T',
 'vin': 'YV1FWA4CDH1337881',
 'year': 2016}
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE66%2520ONA%27 HTTP/1.1" 200 None
2026-03-30 06:29:09 [bca.uk] INFO: Saving data for AE66%20ONA: {'auction_closing_time': 1774854000.0, 'created_time': 1773839020.717362, 'last_price_update_time': 1774852149.764554}
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE66%2520ONA') HTTP/1.1" 204 0
2026-03-30 06:29:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with identifier: GL64%20YPJ
2026-03-30 06:29:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with identifier: GL64%20YPJ
2026-03-30 06:29:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24cb35a2-e5b1-5408-8a56-8c7ed899ab22 with identifier: GL64%20YPJ to the API
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL64%20YPJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24cb35a2-e5b1-5408-8a56-8c7ed899ab22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL64 YPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL64%20YPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLVO',
 'model': 'V40 X-COUNTRY',
 'odometer': 20306,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLVO V40 X-COUNTRY 1.6 D2 115 LUX P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'D2 115 LUX P/S',
 'vin': 'YV1MZ845BF2066835',
 'year': 2014}
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520YPJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:10 [bca.uk] INFO: Saving data for GL64%20YPJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773958685.672746, 'last_price_update_time': 1774852150.065346}
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL64%2520YPJ') HTTP/1.1" 204 0
2026-03-30 06:29:10 [bca.uk] INFO: Found listing with ID: WF66%20DSE
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF66%2520DSE%27 HTTP/1.1" 200 None
2026-03-30 06:29:10 [bca.uk] INFO: Scrape type for WF66%20DSE: 2
2026-03-30 06:29:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4d6442a-205c-5738-b72c-90f26ca04cd4 with identifier: WF66%20DSE
2026-03-30 06:29:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4d6442a-205c-5738-b72c-90f26ca04cd4 with scrape type 2
2026-03-30 06:29:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4d6442a-205c-5738-b72c-90f26ca04cd4 with scrape type 2
2026-03-30 06:29:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4d6442a-205c-5738-b72c-90f26ca04cd4, identifier: WF66%20DSE
2026-03-30 06:29:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4d6442a-205c-5738-b72c-90f26ca04cd4 with identifier: WF66%20DSE
2026-03-30 06:29:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4d6442a-205c-5738-b72c-90f26ca04cd4 with identifier: WF66%20DSE
2026-03-30 06:29:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4d6442a-205c-5738-b72c-90f26ca04cd4 with identifier: WF66%20DSE to the API
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF66%20DSE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e4d6442a-205c-5738-b72c-90f26ca04cd4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF66 DSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF66%20DSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 124569,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2130042A066094',
 'year': 2016}
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF66%2520DSE%27 HTTP/1.1" 200 None
2026-03-30 06:29:10 [bca.uk] INFO: Saving data for WF66%20DSE: {'auction_closing_time': 1774951200.0, 'created_time': 1774437384.414672, 'last_price_update_time': 1774852150.460894}
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF66%2520DSE') HTTP/1.1" 204 0
2026-03-30 06:29:10 [bca.uk] INFO: Found listing with ID: EO59%20UNY
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO59%2520UNY%27 HTTP/1.1" 200 None
2026-03-30 06:29:10 [bca.uk] INFO: Scrape type for EO59%20UNY: 0
2026-03-30 06:29:10 [bca.uk] INFO: Found listing with ID: SY15%20UNN
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY15%2520UNN%27 HTTP/1.1" 200 None
2026-03-30 06:29:10 [bca.uk] INFO: Scrape type for SY15%20UNN: 0
2026-03-30 06:29:10 [bca.uk] INFO: Found listing with ID: MX13%20UTC
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX13%2520UTC%27 HTTP/1.1" 200 None
2026-03-30 06:29:10 [bca.uk] INFO: Scrape type for MX13%20UTC: 0
2026-03-30 06:29:10 [bca.uk] INFO: Found listing with ID: OY17%20DYA
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520DYA%27 HTTP/1.1" 200 None
2026-03-30 06:29:10 [bca.uk] INFO: Scrape type for OY17%20DYA: 2
2026-03-30 06:29:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with identifier: OY17%20DYA
2026-03-30 06:29:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with scrape type 2
2026-03-30 06:29:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with scrape type 2
2026-03-30 06:29:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d, identifier: OY17%20DYA
2026-03-30 06:29:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with identifier: OY17%20DYA
2026-03-30 06:29:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with identifier: OY17%20DYA
2026-03-30 06:29:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d with identifier: OY17%20DYA to the API
2026-03-30 06:29:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY17%20DYA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '96dc7bcd-a6f4-51cf-9cea-0fb89a6eec3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY17 DYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY17%20DYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 68260,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.6 TDI 116 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 116 S LINE',
 'vin': 'WAUZZZGA3HA012761',
 'year': 2017}
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520DYA%27 HTTP/1.1" 200 None
2026-03-30 06:29:11 [bca.uk] INFO: Saving data for OY17%20DYA: {'auction_closing_time': 1774951200.0, 'created_time': 1773958681.714525, 'last_price_update_time': 1774852151.125068}
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY17%2520DYA') HTTP/1.1" 204 0
2026-03-30 06:29:11 [bca.uk] INFO: Found listing with ID: BM19%20NWB
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520NWB%27 HTTP/1.1" 200 None
2026-03-30 06:29:11 [bca.uk] INFO: Scrape type for BM19%20NWB: 0
2026-03-30 06:29:11 [bca.uk] INFO: Found listing with ID: LL15%20EZC
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520EZC%27 HTTP/1.1" 200 None
2026-03-30 06:29:11 [bca.uk] INFO: Scrape type for LL15%20EZC: 2
2026-03-30 06:29:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f09fe85c-97bf-5fd4-af8f-8b38178be198 with identifier: LL15%20EZC
2026-03-30 06:29:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f09fe85c-97bf-5fd4-af8f-8b38178be198 with scrape type 2
2026-03-30 06:29:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f09fe85c-97bf-5fd4-af8f-8b38178be198 with scrape type 2
2026-03-30 06:29:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f09fe85c-97bf-5fd4-af8f-8b38178be198, identifier: LL15%20EZC
2026-03-30 06:29:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f09fe85c-97bf-5fd4-af8f-8b38178be198 with identifier: LL15%20EZC
2026-03-30 06:29:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f09fe85c-97bf-5fd4-af8f-8b38178be198 with identifier: LL15%20EZC
2026-03-30 06:29:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f09fe85c-97bf-5fd4-af8f-8b38178be198 with identifier: LL15%20EZC to the API
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL15%20EZC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f09fe85c-97bf-5fd4-af8f-8b38178be198',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL15 EZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL15%20EZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 46375,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 TSI 90 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 90 SE DSG',
 'vin': 'WVWZZZ6RZFU072275',
 'year': 2015}
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520EZC%27 HTTP/1.1" 200 None
2026-03-30 06:29:11 [bca.uk] INFO: Saving data for LL15%20EZC: {'auction_closing_time': 1774951200.0, 'created_time': 1774523395.528483, 'last_price_update_time': 1774852151.574623}
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL15%2520EZC') HTTP/1.1" 204 0
2026-03-30 06:29:11 [bca.uk] INFO: Found listing with ID: VE18%20NEJ
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE18%2520NEJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:11 [bca.uk] INFO: Scrape type for VE18%20NEJ: 0
2026-03-30 06:29:11 [bca.uk] INFO: Found listing with ID: YB18%20KBN
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520KBN%27 HTTP/1.1" 200 None
2026-03-30 06:29:11 [bca.uk] INFO: Scrape type for YB18%20KBN: 0
2026-03-30 06:29:11 [bca.uk] INFO: Found listing with ID: YR73%20ZPY
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR73%2520ZPY%27 HTTP/1.1" 200 None
2026-03-30 06:29:11 [bca.uk] INFO: Scrape type for YR73%20ZPY: 0
2026-03-30 06:29:11 [bca.uk] INFO: Found listing with ID: BK62%20ZSZ
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:11 [bca.uk] INFO: Scrape type for BK62%20ZSZ: 2
2026-03-30 06:29:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee8ff585-0867-5674-b9ef-de6e55e9f57e with identifier: BK62%20ZSZ
2026-03-30 06:29:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee8ff585-0867-5674-b9ef-de6e55e9f57e with scrape type 2
2026-03-30 06:29:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee8ff585-0867-5674-b9ef-de6e55e9f57e with scrape type 2
2026-03-30 06:29:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee8ff585-0867-5674-b9ef-de6e55e9f57e, identifier: BK62%20ZSZ
2026-03-30 06:29:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee8ff585-0867-5674-b9ef-de6e55e9f57e with identifier: BK62%20ZSZ
2026-03-30 06:29:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee8ff585-0867-5674-b9ef-de6e55e9f57e with identifier: BK62%20ZSZ
2026-03-30 06:29:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee8ff585-0867-5674-b9ef-de6e55e9f57e with identifier: BK62%20ZSZ to the API
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK62%20ZSZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ee8ff585-0867-5674-b9ef-de6e55e9f57e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK62 ZSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK62%20ZSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 124838,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A4 3.0 TDI QUATTRO BLACK ED.S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ8K1CA107383',
 'year': 2012}
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK62%2520ZSZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:12 [bca.uk] INFO: Saving data for BK62%20ZSZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773957885.379728, 'last_price_update_time': 1774852152.052893}
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK62%2520ZSZ') HTTP/1.1" 204 0
2026-03-30 06:29:12 [bca.uk] INFO: Found listing with ID: VX64%20YVJ
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX64%2520YVJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:12 [bca.uk] INFO: Scrape type for VX64%20YVJ: 0
2026-03-30 06:29:12 [bca.uk] INFO: Found listing with ID: LR18%20FGA
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR18%2520FGA%27 HTTP/1.1" 200 None
2026-03-30 06:29:12 [bca.uk] INFO: Scrape type for LR18%20FGA: 2
2026-03-30 06:29:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a30562a3-7e0a-5836-9589-af2de8604685 with identifier: LR18%20FGA
2026-03-30 06:29:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a30562a3-7e0a-5836-9589-af2de8604685 with scrape type 2
2026-03-30 06:29:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a30562a3-7e0a-5836-9589-af2de8604685 with scrape type 2
2026-03-30 06:29:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a30562a3-7e0a-5836-9589-af2de8604685, identifier: LR18%20FGA
2026-03-30 06:29:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a30562a3-7e0a-5836-9589-af2de8604685 with identifier: LR18%20FGA
2026-03-30 06:29:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a30562a3-7e0a-5836-9589-af2de8604685 with identifier: LR18%20FGA
2026-03-30 06:29:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a30562a3-7e0a-5836-9589-af2de8604685 with identifier: LR18%20FGA to the API
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR18%20FGA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a30562a3-7e0a-5836-9589-af2de8604685',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR18 FGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR18%20FGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 112970,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.6 BLUEHDI 120 ALLURE StationWagon',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 ALLURE',
 'vin': 'VF3MCBHZHJL010792',
 'year': 2018}
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR18%2520FGA%27 HTTP/1.1" 200 None
2026-03-30 06:29:12 [bca.uk] INFO: Saving data for LR18%20FGA: {'auction_closing_time': 1774864800.0, 'created_time': 1773957999.487689, 'last_price_update_time': 1774852152.487742}
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR18%2520FGA') HTTP/1.1" 204 0
2026-03-30 06:29:12 [bca.uk] INFO: Found listing with ID: YA73%20XHV
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA73%2520XHV%27 HTTP/1.1" 200 None
2026-03-30 06:29:12 [bca.uk] INFO: Scrape type for YA73%20XHV: 0
2026-03-30 06:29:12 [bca.uk] INFO: Found listing with ID: FY13%20LMF
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY13%2520LMF%27 HTTP/1.1" 200 None
2026-03-30 06:29:12 [bca.uk] INFO: Scrape type for FY13%20LMF: 0
2026-03-30 06:29:12 [bca.uk] INFO: Found listing with ID: WJ18%20EXX
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520EXX%27 HTTP/1.1" 200 None
2026-03-30 06:29:12 [bca.uk] INFO: Scrape type for WJ18%20EXX: 2
2026-03-30 06:29:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21bb6b3d-e6a2-5b0e-a2a8-8c965243e85f with identifier: WJ18%20EXX
2026-03-30 06:29:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21bb6b3d-e6a2-5b0e-a2a8-8c965243e85f with scrape type 2
2026-03-30 06:29:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21bb6b3d-e6a2-5b0e-a2a8-8c965243e85f with scrape type 2
2026-03-30 06:29:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21bb6b3d-e6a2-5b0e-a2a8-8c965243e85f, identifier: WJ18%20EXX
2026-03-30 06:29:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21bb6b3d-e6a2-5b0e-a2a8-8c965243e85f with identifier: WJ18%20EXX
2026-03-30 06:29:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21bb6b3d-e6a2-5b0e-a2a8-8c965243e85f with identifier: WJ18%20EXX
2026-03-30 06:29:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21bb6b3d-e6a2-5b0e-a2a8-8c965243e85f with identifier: WJ18%20EXX to the API
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ18%20EXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '21bb6b3d-e6a2-5b0e-a2a8-8c965243e85f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ18 EXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ18%20EXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SKODA',
 'model': 'KAROQ',
 'odometer': 69765,
 'odometer_reading_unit': '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 KAROQ 1.0 TSI 115 SE L DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 115 SE L DSG',
 'vin': 'TMBKP7NU5J5026705',
 'year': 2018}
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520EXX%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Saving data for WJ18%20EXX: {'auction_closing_time': 1774951200.0, 'created_time': 1774523498.296134, 'last_price_update_time': 1774852153.026472}
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ18%2520EXX') HTTP/1.1" 204 0
2026-03-30 06:29:13 [bca.uk] INFO: Found listing with ID: EG16%20PUU
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG16%2520PUU%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Scrape type for EG16%20PUU: 0
2026-03-30 06:29:13 [bca.uk] INFO: Found listing with ID: NV67%20DDY
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV67%2520DDY%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Scrape type for NV67%20DDY: 0
2026-03-30 06:29:13 [bca.uk] INFO: Found listing with ID: WM73%20OKP
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OKP%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Scrape type for WM73%20OKP: 0
2026-03-30 06:29:13 [bca.uk] INFO: Found listing with ID: BL64%20VXN
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520VXN%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Scrape type for BL64%20VXN: 0
2026-03-30 06:29:13 [bca.uk] INFO: Found listing with ID: GM66%20TJX
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520TJX%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Scrape type for GM66%20TJX: 0
2026-03-30 06:29:13 [bca.uk] INFO: Found listing with ID: YK16%20GDF
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520GDF%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Scrape type for YK16%20GDF: 0
2026-03-30 06:29:13 [bca.uk] INFO: Found listing with ID: HV65%20OJN
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV65%2520OJN%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Scrape type for HV65%20OJN: 2
2026-03-30 06:29:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with identifier: HV65%20OJN
2026-03-30 06:29:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with scrape type 2
2026-03-30 06:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with scrape type 2
2026-03-30 06:29:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5, identifier: HV65%20OJN
2026-03-30 06:29:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with identifier: HV65%20OJN
2026-03-30 06:29:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with identifier: HV65%20OJN
2026-03-30 06:29:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5 with identifier: HV65%20OJN to the API
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV65%20OJN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2ef0d4bb-3ec6-5e0e-8bfb-2fa0a6c826f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV65 OJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV65%20OJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 108529,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.2 TCE 130 DYNAMIQUE S Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 130 DYNAMIQUE S',
 'vin': 'VF1RFE00954005425',
 'year': 2015}
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV65%2520OJN%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Saving data for HV65%20OJN: {'auction_closing_time': 1774864800.0, 'created_time': 1773958778.682814, 'last_price_update_time': 1774852153.558632}
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV65%2520OJN') HTTP/1.1" 204 0
2026-03-30 06:29:13 [bca.uk] INFO: Found listing with ID: RO73%20MYA
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520MYA%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Scrape type for RO73%20MYA: 0
2026-03-30 06:29:13 [bca.uk] INFO: Found listing with ID: VO10%20XGE
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO10%2520XGE%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Scrape type for VO10%20XGE: 0
2026-03-30 06:29:13 [bca.uk] INFO: Found listing with ID: KT15%20EYK
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520EYK%27 HTTP/1.1" 200 None
2026-03-30 06:29:13 [bca.uk] INFO: Scrape type for KT15%20EYK: 2
2026-03-30 06:29:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10f85a01-7127-5f7a-a559-99826b447aae with identifier: KT15%20EYK
2026-03-30 06:29:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10f85a01-7127-5f7a-a559-99826b447aae with scrape type 2
2026-03-30 06:29:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10f85a01-7127-5f7a-a559-99826b447aae with scrape type 2
2026-03-30 06:29:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10f85a01-7127-5f7a-a559-99826b447aae, identifier: KT15%20EYK
2026-03-30 06:29:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10f85a01-7127-5f7a-a559-99826b447aae with identifier: KT15%20EYK
2026-03-30 06:29:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10f85a01-7127-5f7a-a559-99826b447aae with identifier: KT15%20EYK
2026-03-30 06:29:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10f85a01-7127-5f7a-a559-99826b447aae with identifier: KT15%20EYK to the API
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT15%20EYK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10f85a01-7127-5f7a-a559-99826b447aae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT15 EYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT15%20EYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SEAT',
 'model': 'LEON ST',
 'odometer': 125513,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SEAT LEON ST 1.2 TSI 110 SE Estate',
 'transmission': 'manual',
 'trim': 'TSI 110 SE',
 'vin': 'VSSZZZ5FZFR130140',
 'year': 2015}
2026-03-30 06:29:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520EYK%27 HTTP/1.1" 200 None
2026-03-30 06:29:14 [bca.uk] INFO: Saving data for KT15%20EYK: {'auction_closing_time': 1774864800.0, 'created_time': 1773958768.865267, 'last_price_update_time': 1774852154.005887}
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT15%2520EYK') HTTP/1.1" 204 0
2026-03-30 06:29:14 [bca.uk] INFO: Found listing with ID: YH67%20WGE
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH67%2520WGE%27 HTTP/1.1" 200 None
2026-03-30 06:29:14 [bca.uk] INFO: Scrape type for YH67%20WGE: 0
2026-03-30 06:29:14 [bca.uk] INFO: Found listing with ID: WN72%20GJU
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN72%2520GJU%27 HTTP/1.1" 200 None
2026-03-30 06:29:14 [bca.uk] INFO: Scrape type for WN72%20GJU: 0
2026-03-30 06:29:14 [bca.uk] INFO: Found listing with ID: RO73%20MXU
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520MXU%27 HTTP/1.1" 200 None
2026-03-30 06:29:14 [bca.uk] INFO: Scrape type for RO73%20MXU: 0
2026-03-30 06:29:14 [bca.uk] INFO: Found listing with ID: LJ51%20ZZZ
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ51%2520ZZZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:14 [bca.uk] INFO: Scrape type for LJ51%20ZZZ: 2
2026-03-30 06:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with identifier: LJ51%20ZZZ
2026-03-30 06:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with scrape type 2
2026-03-30 06:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with scrape type 2
2026-03-30 06:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90934175-bdd5-5822-8b5d-c9abc8d6ae63, identifier: LJ51%20ZZZ
2026-03-30 06:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with identifier: LJ51%20ZZZ
2026-03-30 06:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with identifier: LJ51%20ZZZ
2026-03-30 06:29:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90934175-bdd5-5822-8b5d-c9abc8d6ae63 with identifier: LJ51%20ZZZ to the API
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ51%20ZZZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '90934175-bdd5-5822-8b5d-c9abc8d6ae63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ51 ZZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ51%20ZZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 148048,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 T 240 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T 240 R SPORT',
 'vin': 'SAJAB4AG9HA972947',
 'year': 2017}
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ51%2520ZZZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:14 [bca.uk] INFO: Saving data for LJ51%20ZZZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773958768.500774, 'last_price_update_time': 1774852154.550104}
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ51%2520ZZZ') HTTP/1.1" 204 0
2026-03-30 06:29:14 [bca.uk] INFO: Found listing with ID: DU17%20LVB
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU17%2520LVB%27 HTTP/1.1" 200 None
2026-03-30 06:29:14 [bca.uk] INFO: Scrape type for DU17%20LVB: 0
2026-03-30 06:29:14 [bca.uk] INFO: Found listing with ID: OU14%20UXG
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU14%2520UXG%27 HTTP/1.1" 200 None
2026-03-30 06:29:14 [bca.uk] INFO: Scrape type for OU14%20UXG: 0
2026-03-30 06:29:14 [bca.uk] INFO: Found listing with ID: RO73%20HYA
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520HYA%27 HTTP/1.1" 200 None
2026-03-30 06:29:14 [bca.uk] INFO: Scrape type for RO73%20HYA: 0
2026-03-30 06:29:14 [bca.uk] INFO: Found listing with ID: YT15%20YLJ
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT15%2520YLJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:14 [bca.uk] INFO: Scrape type for YT15%20YLJ: 2
2026-03-30 06:29:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with identifier: YT15%20YLJ
2026-03-30 06:29:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with scrape type 2
2026-03-30 06:29:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with scrape type 2
2026-03-30 06:29:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abd8438f-7e65-5ca0-9edc-3eddef8e3b3b, identifier: YT15%20YLJ
2026-03-30 06:29:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with identifier: YT15%20YLJ
2026-03-30 06:29:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with identifier: YT15%20YLJ
2026-03-30 06:29:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abd8438f-7e65-5ca0-9edc-3eddef8e3b3b with identifier: YT15%20YLJ to the API
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT15%20YLJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'abd8438f-7e65-5ca0-9edc-3eddef8e3b3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT15 YLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT15%20YLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 93544,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TFSI 225 QUATTRO S LINE S-T Estate',
 'transmission': 'automatic',
 'trim': 'TFSI 225 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ8KXFA091852',
 'year': 2015}
2026-03-30 06:29:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT15%2520YLJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:15 [bca.uk] INFO: Saving data for YT15%20YLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773932164.626347, 'last_price_update_time': 1774852155.005294}
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT15%2520YLJ') HTTP/1.1" 204 0
2026-03-30 06:29:15 [bca.uk] INFO: Found listing with ID: FV61%20LYD
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520LYD%27 HTTP/1.1" 200 None
2026-03-30 06:29:15 [bca.uk] INFO: Scrape type for FV61%20LYD: 2
2026-03-30 06:29:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with identifier: FV61%20LYD
2026-03-30 06:29:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with scrape type 2
2026-03-30 06:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with scrape type 2
2026-03-30 06:29:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 658baae0-a6ca-5c84-93d2-b8ceb2883c68, identifier: FV61%20LYD
2026-03-30 06:29:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with identifier: FV61%20LYD
2026-03-30 06:29:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with identifier: FV61%20LYD
2026-03-30 06:29:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 658baae0-a6ca-5c84-93d2-b8ceb2883c68 with identifier: FV61%20LYD to the API
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV61%20LYD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '658baae0-a6ca-5c84-93d2-b8ceb2883c68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV61 LYD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV61%20LYD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 102695,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 110 BMT S 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 110 BMT S 2WD',
 'vin': 'WVGZZZ5NZCW023265',
 'year': 2011}
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520LYD%27 HTTP/1.1" 200 None
2026-03-30 06:29:15 [bca.uk] INFO: Saving data for FV61%20LYD: {'auction_closing_time': 1774864800.0, 'created_time': 1773958313.782248, 'last_price_update_time': 1774852155.410009}
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV61%2520LYD') HTTP/1.1" 204 0
2026-03-30 06:29:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:29:15 [bca.uk] INFO: Found listing with ID: WK09%20ZMO
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK09%2520ZMO%27 HTTP/1.1" 200 None
2026-03-30 06:29:15 [bca.uk] INFO: Scrape type for WK09%20ZMO: 0
2026-03-30 06:29:15 [bca.uk] INFO: Found listing with ID: LM23%20VWJ
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VWJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:15 [bca.uk] INFO: Scrape type for LM23%20VWJ: 0
2026-03-30 06:29:15 [bca.uk] INFO: Found listing with ID: LS65%20UVK
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520UVK%27 HTTP/1.1" 200 None
2026-03-30 06:29:15 [bca.uk] INFO: Scrape type for LS65%20UVK: 2
2026-03-30 06:29:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d12b10b-4092-5939-ab22-d08a07515477 with identifier: LS65%20UVK
2026-03-30 06:29:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d12b10b-4092-5939-ab22-d08a07515477 with scrape type 2
2026-03-30 06:29:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d12b10b-4092-5939-ab22-d08a07515477 with scrape type 2
2026-03-30 06:29:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d12b10b-4092-5939-ab22-d08a07515477, identifier: LS65%20UVK
2026-03-30 06:29:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d12b10b-4092-5939-ab22-d08a07515477 with identifier: LS65%20UVK
2026-03-30 06:29:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d12b10b-4092-5939-ab22-d08a07515477 with identifier: LS65%20UVK
2026-03-30 06:29:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d12b10b-4092-5939-ab22-d08a07515477 with identifier: LS65%20UVK to the API
2026-03-30 06:29:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS65%20UVK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d12b10b-4092-5939-ab22-d08a07515477',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS65 UVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS65%20UVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 97823,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 180 TITANIUM P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 180 TITANIUM P/S',
 'vin': 'WF0KXXWPCKFM57346',
 'year': 2015}
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520UVK%27 HTTP/1.1" 200 None
2026-03-30 06:29:16 [bca.uk] INFO: Saving data for LS65%20UVK: {'auction_closing_time': 1774864800.0, 'created_time': 1773844270.992506, 'last_price_update_time': 1774852156.487066}
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS65%2520UVK') HTTP/1.1" 204 0
2026-03-30 06:29:16 [bca.uk] INFO: Found listing with ID: YG65%20ZHC
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG65%2520ZHC%27 HTTP/1.1" 200 None
2026-03-30 06:29:16 [bca.uk] INFO: Scrape type for YG65%20ZHC: 0
2026-03-30 06:29:16 [bca.uk] INFO: Found listing with ID: S25%20PUG
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S25%2520PUG%27 HTTP/1.1" 200 None
2026-03-30 06:29:16 [bca.uk] INFO: Scrape type for S25%20PUG: 0
2026-03-30 06:29:16 [bca.uk] INFO: Found listing with ID: YP66%20VYM
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP66%2520VYM%27 HTTP/1.1" 200 None
2026-03-30 06:29:16 [bca.uk] INFO: Scrape type for YP66%20VYM: 0
2026-03-30 06:29:16 [bca.uk] INFO: Found listing with ID: LF19%20DVM
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520DVM%27 HTTP/1.1" 200 None
2026-03-30 06:29:16 [bca.uk] INFO: Scrape type for LF19%20DVM: 0
2026-03-30 06:29:16 [bca.uk] INFO: Found listing with ID: LM23%20VTF
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VTF%27 HTTP/1.1" 200 None
2026-03-30 06:29:16 [bca.uk] INFO: Scrape type for LM23%20VTF: 0
2026-03-30 06:29:16 [bca.uk] INFO: Found listing with ID: NG14%20ZXT
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG14%2520ZXT%27 HTTP/1.1" 200 None
2026-03-30 06:29:16 [bca.uk] INFO: Scrape type for NG14%20ZXT: 0
2026-03-30 06:29:16 [bca.uk] INFO: Found listing with ID: FV22%20FMC
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV22%2520FMC%27 HTTP/1.1" 200 None
2026-03-30 06:29:16 [bca.uk] INFO: Scrape type for FV22%20FMC: 2
2026-03-30 06:29:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with identifier: FV22%20FMC
2026-03-30 06:29:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with scrape type 2
2026-03-30 06:29:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with scrape type 2
2026-03-30 06:29:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bd7b0c5-3b40-5bb0-a401-b21fed427c89, identifier: FV22%20FMC
2026-03-30 06:29:16 [scrapy.extensions.logstats] INFO: Crawled 80 pages (at 4 pages/min), scraped 3264 items (at 111 items/min)
2026-03-30 06:29:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:29:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with identifier: FV22%20FMC
2026-03-30 06:29:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with identifier: FV22%20FMC
2026-03-30 06:29:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bd7b0c5-3b40-5bb0-a401-b21fed427c89 with identifier: FV22%20FMC to the API
2026-03-30 06:29:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV22%20FMC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9bd7b0c5-3b40-5bb0-a401-b21fed427c89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV22 FMC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV22%20FMC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 21365,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 115 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 115 2 ISG',
 'vin': 'U5YPU81ALNL025674',
 'year': 2022}
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV22%2520FMC%27 HTTP/1.1" 200 None
2026-03-30 06:29:17 [bca.uk] INFO: Saving data for FV22%20FMC: {'auction_closing_time': 1774864800.0, 'created_time': 1773958240.502447, 'last_price_update_time': 1774852157.134311}
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV22%2520FMC') HTTP/1.1" 204 0
2026-03-30 06:29:17 [bca.uk] INFO: Total items found: 100
2026-03-30 06:29:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded
2026-03-30 06:29:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:29:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:17 [bca.uk] INFO: Found listing with ID: AE68%20OBV
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE68%2520OBV%27 HTTP/1.1" 200 None
2026-03-30 06:29:17 [bca.uk] INFO: Scrape type for AE68%20OBV: 2
2026-03-30 06:29:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abb4e32d-bcfa-5b23-8107-b5aff88b5e08 with identifier: AE68%20OBV
2026-03-30 06:29:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abb4e32d-bcfa-5b23-8107-b5aff88b5e08 with scrape type 2
2026-03-30 06:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abb4e32d-bcfa-5b23-8107-b5aff88b5e08 with scrape type 2
2026-03-30 06:29:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abb4e32d-bcfa-5b23-8107-b5aff88b5e08, identifier: AE68%20OBV
2026-03-30 06:29:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abb4e32d-bcfa-5b23-8107-b5aff88b5e08 with identifier: AE68%20OBV
2026-03-30 06:29:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abb4e32d-bcfa-5b23-8107-b5aff88b5e08 with identifier: AE68%20OBV
2026-03-30 06:29:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abb4e32d-bcfa-5b23-8107-b5aff88b5e08 with identifier: AE68%20OBV to the API
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 55,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE68%20OBV-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': 'abb4e32d-bcfa-5b23-8107-b5aff88b5e08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AE68 OBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE68%20OBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'COUNTRYMAN PHEV',
 'odometer': 38431,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN PHEV 1.5 COOPER S E ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S E ALL4',
 'vin': 'WMWYU720503F77912',
 'year': 2018}
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE68%2520OBV%27 HTTP/1.1" 200 None
2026-03-30 06:29:17 [bca.uk] INFO: Saving data for AE68%20OBV: {'auction_closing_time': 1774864800.0, 'created_time': 1774004744.974779, 'last_price_update_time': 1774852157.537837}
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE68%2520OBV') HTTP/1.1" 204 0
2026-03-30 06:29:17 [bca.uk] INFO: Found listing with ID: PO18%20PZA
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO18%2520PZA%27 HTTP/1.1" 200 None
2026-03-30 06:29:17 [bca.uk] INFO: Scrape type for PO18%20PZA: 2
2026-03-30 06:29:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff714a4-ad08-5076-b534-dbabba129b7e with identifier: PO18%20PZA
2026-03-30 06:29:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff714a4-ad08-5076-b534-dbabba129b7e with scrape type 2
2026-03-30 06:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff714a4-ad08-5076-b534-dbabba129b7e with scrape type 2
2026-03-30 06:29:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ff714a4-ad08-5076-b534-dbabba129b7e, identifier: PO18%20PZA
2026-03-30 06:29:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:17 [bca.uk] INFO: Found listing with ID: VE10%20UVU
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE10%2520UVU%27 HTTP/1.1" 200 None
2026-03-30 06:29:17 [bca.uk] INFO: Scrape type for VE10%20UVU: 0
2026-03-30 06:29:17 [bca.uk] INFO: Found listing with ID: LX69%20NMU
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX69%2520NMU%27 HTTP/1.1" 200 None
2026-03-30 06:29:17 [bca.uk] INFO: Scrape type for LX69%20NMU: 2
2026-03-30 06:29:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 861923a2-4a59-52ec-92da-4eed1504685c with identifier: LX69%20NMU
2026-03-30 06:29:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 861923a2-4a59-52ec-92da-4eed1504685c with scrape type 2
2026-03-30 06:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 861923a2-4a59-52ec-92da-4eed1504685c with scrape type 2
2026-03-30 06:29:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 861923a2-4a59-52ec-92da-4eed1504685c, identifier: LX69%20NMU
2026-03-30 06:29:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ff714a4-ad08-5076-b534-dbabba129b7e with identifier: PO18%20PZA
2026-03-30 06:29:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ff714a4-ad08-5076-b534-dbabba129b7e with identifier: PO18%20PZA
2026-03-30 06:29:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ff714a4-ad08-5076-b534-dbabba129b7e with identifier: PO18%20PZA to the API
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO18%20PZA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5ff714a4-ad08-5076-b534-dbabba129b7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO18 PZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO18%20PZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 32216,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2130042A417395',
 'year': 2018}
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO18%2520PZA%27 HTTP/1.1" 200 None
2026-03-30 06:29:18 [bca.uk] INFO: Saving data for PO18%20PZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774562874.135048, 'last_price_update_time': 1774852158.141279}
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO18%2520PZA') HTTP/1.1" 204 0
2026-03-30 06:29: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:29:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 861923a2-4a59-52ec-92da-4eed1504685c with identifier: LX69%20NMU
2026-03-30 06:29:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 861923a2-4a59-52ec-92da-4eed1504685c with identifier: LX69%20NMU
2026-03-30 06:29:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 861923a2-4a59-52ec-92da-4eed1504685c with identifier: LX69%20NMU to the API
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX69%20NMU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '861923a2-4a59-52ec-92da-4eed1504685c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX69 NMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX69%20NMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 21252,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 T 250 AWD R SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'T 250 AWD R SPORT',
 'vin': 'SADCA2AX3LA633693',
 'year': 2019}
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX69%2520NMU%27 HTTP/1.1" 200 None
2026-03-30 06:29:18 [bca.uk] INFO: Saving data for LX69%20NMU: {'auction_closing_time': 1775210400.0, 'created_time': 1774353497.406498, 'last_price_update_time': 1774852158.529899}
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX69%2520NMU') HTTP/1.1" 204 0
2026-03-30 06:29:18 [bca.uk] INFO: Found listing with ID: BP22%20YJU
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520YJU%27 HTTP/1.1" 200 None
2026-03-30 06:29:18 [bca.uk] INFO: Scrape type for BP22%20YJU: 2
2026-03-30 06:29:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd0ff6f7-a5da-519c-b983-7386ffbe8562 with identifier: BP22%20YJU
2026-03-30 06:29:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd0ff6f7-a5da-519c-b983-7386ffbe8562 with scrape type 2
2026-03-30 06:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd0ff6f7-a5da-519c-b983-7386ffbe8562 with scrape type 2
2026-03-30 06:29:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd0ff6f7-a5da-519c-b983-7386ffbe8562, identifier: BP22%20YJU
2026-03-30 06:29:18 [bca.uk] INFO: Found listing with ID: GJ64%20LCM
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ64%2520LCM%27 HTTP/1.1" 200 None
2026-03-30 06:29:18 [bca.uk] INFO: Scrape type for GJ64%20LCM: 0
2026-03-30 06:29:18 [bca.uk] INFO: Found listing with ID: OY59%20TLJ
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY59%2520TLJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:18 [bca.uk] INFO: Scrape type for OY59%20TLJ: 0
2026-03-30 06:29:18 [bca.uk] INFO: Found listing with ID: SB72%20OUV
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB72%2520OUV%27 HTTP/1.1" 200 None
2026-03-30 06:29:18 [bca.uk] INFO: Scrape type for SB72%20OUV: 0
2026-03-30 06:29:18 [bca.uk] INFO: Found listing with ID: GDFM13544
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GDFM13544%27 HTTP/1.1" 200 None
2026-03-30 06:29:18 [bca.uk] INFO: Scrape type for GDFM13544: 0
2026-03-30 06:29:18 [bca.uk] INFO: Found listing with ID: YS21%20LTZ
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520LTZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:18 [bca.uk] INFO: Scrape type for YS21%20LTZ: 2
2026-03-30 06:29:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f6094e0-c5cc-5d35-a2ec-89023098c818 with identifier: YS21%20LTZ
2026-03-30 06:29:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f6094e0-c5cc-5d35-a2ec-89023098c818 with scrape type 2
2026-03-30 06:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f6094e0-c5cc-5d35-a2ec-89023098c818 with scrape type 2
2026-03-30 06:29:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f6094e0-c5cc-5d35-a2ec-89023098c818, identifier: YS21%20LTZ
2026-03-30 06:29:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd0ff6f7-a5da-519c-b983-7386ffbe8562 with identifier: BP22%20YJU
2026-03-30 06:29:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd0ff6f7-a5da-519c-b983-7386ffbe8562 with identifier: BP22%20YJU
2026-03-30 06:29:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd0ff6f7-a5da-519c-b983-7386ffbe8562 with identifier: BP22%20YJU to the API
2026-03-30 06:29:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP22%20YJU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd0ff6f7-a5da-519c-b983-7386ffbe8562',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP22 YJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP22%20YJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 41278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L2 LEADER PREMIUM Dropside',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 LEADER PREMIUM',
 'vin': 'WF0AXXTTRALL44412',
 'year': 2022}
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520YJU%27 HTTP/1.1" 200 None
2026-03-30 06:29:19 [bca.uk] INFO: Saving data for BP22%20YJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774448590.957367, 'last_price_update_time': 1774852159.146398}
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP22%2520YJU') HTTP/1.1" 204 0
2026-03-30 06:29:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f6094e0-c5cc-5d35-a2ec-89023098c818 with identifier: YS21%20LTZ
2026-03-30 06:29:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f6094e0-c5cc-5d35-a2ec-89023098c818 with identifier: YS21%20LTZ
2026-03-30 06:29:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f6094e0-c5cc-5d35-a2ec-89023098c818 with identifier: YS21%20LTZ to the API
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=70&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS21%20LTZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5f6094e0-c5cc-5d35-a2ec-89023098c818',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS21 LTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS21%20LTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 77494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 LEADER',
 'vin': 'WF0EXXTTRELY58725',
 'year': 2021}
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS21%2520LTZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:19 [bca.uk] INFO: Saving data for YS21%20LTZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773838559.401194, 'last_price_update_time': 1774852159.463427}
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS21%2520LTZ') HTTP/1.1" 204 0
2026-03-30 06:29:19 [bca.uk] INFO: Found listing with ID: OY70%20YSE
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY70%2520YSE%27 HTTP/1.1" 200 None
2026-03-30 06:29:19 [bca.uk] INFO: Scrape type for OY70%20YSE: 2
2026-03-30 06:29:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af051d6c-2c95-57c7-a29c-5e42839e3820 with identifier: OY70%20YSE
2026-03-30 06:29:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af051d6c-2c95-57c7-a29c-5e42839e3820 with scrape type 2
2026-03-30 06:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af051d6c-2c95-57c7-a29c-5e42839e3820 with scrape type 2
2026-03-30 06:29:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af051d6c-2c95-57c7-a29c-5e42839e3820, identifier: OY70%20YSE
2026-03-30 06:29:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af051d6c-2c95-57c7-a29c-5e42839e3820 with identifier: OY70%20YSE
2026-03-30 06:29:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af051d6c-2c95-57c7-a29c-5e42839e3820 with identifier: OY70%20YSE
2026-03-30 06:29:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af051d6c-2c95-57c7-a29c-5e42839e3820 with identifier: OY70%20YSE to the API
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY70%20YSE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'af051d6c-2c95-57c7-a29c-5e42839e3820',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY70 YSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY70%20YSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 35908,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'W1K1771862J264167',
 'year': 2020}
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY70%2520YSE%27 HTTP/1.1" 200 None
2026-03-30 06:29:19 [bca.uk] INFO: Saving data for OY70%20YSE: {'auction_closing_time': 1774951200.0, 'created_time': 1774562936.366259, 'last_price_update_time': 1774852159.853825}
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY70%2520YSE') HTTP/1.1" 204 0
2026-03-30 06:29:19 [bca.uk] INFO: Found listing with ID: SO16%20WNB
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO16%2520WNB%27 HTTP/1.1" 200 None
2026-03-30 06:29:19 [bca.uk] INFO: Scrape type for SO16%20WNB: 2
2026-03-30 06:29:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b8c33c-456c-51fb-953c-02778685db33 with identifier: SO16%20WNB
2026-03-30 06:29:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b8c33c-456c-51fb-953c-02778685db33 with scrape type 2
2026-03-30 06:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b8c33c-456c-51fb-953c-02778685db33 with scrape type 2
2026-03-30 06:29:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55b8c33c-456c-51fb-953c-02778685db33, identifier: SO16%20WNB
2026-03-30 06:29:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55b8c33c-456c-51fb-953c-02778685db33 with identifier: SO16%20WNB
2026-03-30 06:29:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55b8c33c-456c-51fb-953c-02778685db33 with identifier: SO16%20WNB
2026-03-30 06:29:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55b8c33c-456c-51fb-953c-02778685db33 with identifier: SO16%20WNB to the API
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO16%20WNB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '55b8c33c-456c-51fb-953c-02778685db33',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO16 WNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO16%20WNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 98435,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 180 AWD TITANIUM SPORT PS MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 180 AWD TITANIUM SPORT PS',
 'vin': 'WF0JXXWPCJGR60929',
 'year': 2016}
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO16%2520WNB%27 HTTP/1.1" 200 None
2026-03-30 06:29:20 [bca.uk] INFO: Saving data for SO16%20WNB: {'auction_closing_time': 1774951200.0, 'created_time': 1774562917.150391, 'last_price_update_time': 1774852160.253853}
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO16%2520WNB') HTTP/1.1" 204 0
2026-03-30 06:29:20 [bca.uk] INFO: Found listing with ID: SM69%20VUE
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM69%2520VUE%27 HTTP/1.1" 200 None
2026-03-30 06:29:20 [bca.uk] INFO: Scrape type for SM69%20VUE: 2
2026-03-30 06:29:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 587c50a1-adfb-5614-a350-546cbcbe8c86 with identifier: SM69%20VUE
2026-03-30 06:29:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 587c50a1-adfb-5614-a350-546cbcbe8c86 with scrape type 2
2026-03-30 06:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 587c50a1-adfb-5614-a350-546cbcbe8c86 with scrape type 2
2026-03-30 06:29:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 587c50a1-adfb-5614-a350-546cbcbe8c86, identifier: SM69%20VUE
2026-03-30 06:29:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 587c50a1-adfb-5614-a350-546cbcbe8c86 with identifier: SM69%20VUE
2026-03-30 06:29:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 587c50a1-adfb-5614-a350-546cbcbe8c86 with identifier: SM69%20VUE
2026-03-30 06:29:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 587c50a1-adfb-5614-a350-546cbcbe8c86 with identifier: SM69%20VUE to the API
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 85,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM69%20VUE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '587c50a1-adfb-5614-a350-546cbcbe8c86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM69 VUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM69%20VUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HYUNDAI',
 'model': 'IONIQ HYBRID',
 'odometer': 68394,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ HYBRID 1.6 GDI 1ST EDITION DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI 1ST EDITION DCT',
 'vin': 'KMHC851CVLU178447',
 'year': 2020}
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM69%2520VUE%27 HTTP/1.1" 200 None
2026-03-30 06:29:20 [bca.uk] INFO: Saving data for SM69%20VUE: {'auction_closing_time': 1774951200.0, 'created_time': 1774562918.521017, 'last_price_update_time': 1774852160.65334}
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM69%2520VUE') HTTP/1.1" 204 0
2026-03-30 06:29:20 [bca.uk] INFO: Found listing with ID: RX14%20GZH
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX14%2520GZH%27 HTTP/1.1" 200 None
2026-03-30 06:29:20 [bca.uk] INFO: Scrape type for RX14%20GZH: 2
2026-03-30 06:29:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd9fd856-67a6-5026-ad1d-f600b06641ef with identifier: RX14%20GZH
2026-03-30 06:29:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd9fd856-67a6-5026-ad1d-f600b06641ef with scrape type 2
2026-03-30 06:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd9fd856-67a6-5026-ad1d-f600b06641ef with scrape type 2
2026-03-30 06:29:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd9fd856-67a6-5026-ad1d-f600b06641ef, identifier: RX14%20GZH
2026-03-30 06:29:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd9fd856-67a6-5026-ad1d-f600b06641ef with identifier: RX14%20GZH
2026-03-30 06:29:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd9fd856-67a6-5026-ad1d-f600b06641ef with identifier: RX14%20GZH
2026-03-30 06:29:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd9fd856-67a6-5026-ad1d-f600b06641ef with identifier: RX14%20GZH to the API
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX14%20GZH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fd9fd856-67a6-5026-ad1d-f600b06641ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX14 GZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX14%20GZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 90878,
 'odometer_reading_unit': '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 1.4 TFSI S LINE STYLE ED.S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI S LINE STYLE ED.S-T',
 'vin': 'WAUZZZ8X3EB114568',
 'year': 2014}
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX14%2520GZH%27 HTTP/1.1" 200 None
2026-03-30 06:29:21 [bca.uk] INFO: Saving data for RX14%20GZH: {'auction_closing_time': 1774951200.0, 'created_time': 1774523527.304066, 'last_price_update_time': 1774852161.087548}
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX14%2520GZH') HTTP/1.1" 204 0
2026-03-30 06:29:21 [bca.uk] INFO: Found listing with ID: PS66%20CLS
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PS66%2520CLS%27 HTTP/1.1" 200 None
2026-03-30 06:29:21 [bca.uk] INFO: Scrape type for PS66%20CLS: 2
2026-03-30 06:29:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with identifier: PS66%20CLS
2026-03-30 06:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with scrape type 2
2026-03-30 06:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with scrape type 2
2026-03-30 06:29:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95af1f84-81ca-5cc9-b9a3-4b7ca419f633, identifier: PS66%20CLS
2026-03-30 06:29:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with identifier: PS66%20CLS
2026-03-30 06:29:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with identifier: PS66%20CLS
2026-03-30 06:29:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95af1f84-81ca-5cc9-b9a3-4b7ca419f633 with identifier: PS66%20CLS to the API
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PS66%20CLS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '95af1f84-81ca-5cc9-b9a3-4b7ca419f633',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PS66 CLS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PS66%20CLS&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 110251,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 TDI 272 QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 272 QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M1HD021486',
 'year': 2016}
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PS66%2520CLS%27 HTTP/1.1" 200 None
2026-03-30 06:29:21 [bca.uk] INFO: Saving data for PS66%20CLS: {'auction_closing_time': 1774951200.0, 'created_time': 1774562919.20655, 'last_price_update_time': 1774852161.497175}
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PS66%2520CLS') HTTP/1.1" 204 0
2026-03-30 06:29:21 [bca.uk] INFO: Found listing with ID: LX67%20PWO
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520PWO%27 HTTP/1.1" 200 None
2026-03-30 06:29:21 [bca.uk] INFO: Scrape type for LX67%20PWO: 2
2026-03-30 06:29:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f772fde-7530-5bdc-bed3-e88036554ca7 with identifier: LX67%20PWO
2026-03-30 06:29:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f772fde-7530-5bdc-bed3-e88036554ca7 with scrape type 2
2026-03-30 06:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f772fde-7530-5bdc-bed3-e88036554ca7 with scrape type 2
2026-03-30 06:29:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f772fde-7530-5bdc-bed3-e88036554ca7, identifier: LX67%20PWO
2026-03-30 06:29:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f772fde-7530-5bdc-bed3-e88036554ca7 with identifier: LX67%20PWO
2026-03-30 06:29:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f772fde-7530-5bdc-bed3-e88036554ca7 with identifier: LX67%20PWO
2026-03-30 06:29:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f772fde-7530-5bdc-bed3-e88036554ca7 with identifier: LX67%20PWO to the API
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX67%20PWO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8f772fde-7530-5bdc-bed3-e88036554ca7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX67 PWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX67%20PWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 78537,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U1924673',
 'year': 2017}
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520PWO%27 HTTP/1.1" 200 None
2026-03-30 06:29:21 [bca.uk] INFO: Saving data for LX67%20PWO: {'auction_closing_time': 1774951200.0, 'created_time': 1774523528.951581, 'last_price_update_time': 1774852161.975618}
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX67%2520PWO') HTTP/1.1" 204 0
2026-03-30 06:29:21 [bca.uk] INFO: Found listing with ID: LV67%20TJX
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520TJX%27 HTTP/1.1" 200 None
2026-03-30 06:29:22 [bca.uk] INFO: Scrape type for LV67%20TJX: 2
2026-03-30 06:29:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1297acde-f105-5c99-9521-28ba2f7f1bd3 with identifier: LV67%20TJX
2026-03-30 06:29:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1297acde-f105-5c99-9521-28ba2f7f1bd3 with scrape type 2
2026-03-30 06:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1297acde-f105-5c99-9521-28ba2f7f1bd3 with scrape type 2
2026-03-30 06:29:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1297acde-f105-5c99-9521-28ba2f7f1bd3, identifier: LV67%20TJX
2026-03-30 06:29:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1297acde-f105-5c99-9521-28ba2f7f1bd3 with identifier: LV67%20TJX
2026-03-30 06:29:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1297acde-f105-5c99-9521-28ba2f7f1bd3 with identifier: LV67%20TJX
2026-03-30 06:29:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1297acde-f105-5c99-9521-28ba2f7f1bd3 with identifier: LV67%20TJX to the API
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV67%20TJX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1297acde-f105-5c99-9521-28ba2f7f1bd3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV67 TJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV67%20TJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MAZDA',
 'model': 'MX-5 RF',
 'odometer': 80159,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-5 RF 1.5 131 SPORT Convertible',
 'transmission': 'manual',
 'trim': '131 SPORT',
 'vin': 'JMZND6EA600138708',
 'year': 2018}
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520TJX%27 HTTP/1.1" 200 None
2026-03-30 06:29:22 [bca.uk] INFO: Saving data for LV67%20TJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774523537.490167, 'last_price_update_time': 1774852162.400328}
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV67%2520TJX') HTTP/1.1" 204 0
2026-03-30 06:29:22 [bca.uk] INFO: Found listing with ID: HT72%20FFN
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520FFN%27 HTTP/1.1" 200 None
2026-03-30 06:29:22 [bca.uk] INFO: Scrape type for HT72%20FFN: 0
2026-03-30 06:29:22 [bca.uk] INFO: Found listing with ID: LL21%20UZP
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL21%2520UZP%27 HTTP/1.1" 200 None
2026-03-30 06:29:22 [bca.uk] INFO: Scrape type for LL21%20UZP: 2
2026-03-30 06:29:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6bc8ea7-3edc-541e-865e-6722aa4511e9 with identifier: LL21%20UZP
2026-03-30 06:29:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6bc8ea7-3edc-541e-865e-6722aa4511e9 with scrape type 2
2026-03-30 06:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6bc8ea7-3edc-541e-865e-6722aa4511e9 with scrape type 2
2026-03-30 06:29:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6bc8ea7-3edc-541e-865e-6722aa4511e9, identifier: LL21%20UZP
2026-03-30 06:29:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6bc8ea7-3edc-541e-865e-6722aa4511e9 with identifier: LL21%20UZP
2026-03-30 06:29:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6bc8ea7-3edc-541e-865e-6722aa4511e9 with identifier: LL21%20UZP
2026-03-30 06:29:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6bc8ea7-3edc-541e-865e-6722aa4511e9 with identifier: LL21%20UZP to the API
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL21%20UZP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f6bc8ea7-3edc-541e-865e-6722aa4511e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL21 UZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL21%20UZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 37401,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 83 SHINE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 83 SHINE',
 'vin': 'VF7SXHMRVMT525514',
 'year': 2021}
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL21%2520UZP%27 HTTP/1.1" 200 None
2026-03-30 06:29:22 [bca.uk] INFO: Saving data for LL21%20UZP: {'auction_closing_time': 1774951200.0, 'created_time': 1774562920.443011, 'last_price_update_time': 1774852162.82806}
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL21%2520UZP') HTTP/1.1" 204 0
2026-03-30 06:29:22 [bca.uk] INFO: Found listing with ID: OV72%20XVR
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520XVR%27 HTTP/1.1" 200 None
2026-03-30 06:29:22 [bca.uk] INFO: Scrape type for OV72%20XVR: 0
2026-03-30 06:29:22 [bca.uk] INFO: Found listing with ID: LG64%20YHY
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520YHY%27 HTTP/1.1" 200 None
2026-03-30 06:29:22 [bca.uk] INFO: Scrape type for LG64%20YHY: 2
2026-03-30 06:29:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6340beca-734d-59a0-9563-54055468d98d with identifier: LG64%20YHY
2026-03-30 06:29:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6340beca-734d-59a0-9563-54055468d98d with scrape type 2
2026-03-30 06:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6340beca-734d-59a0-9563-54055468d98d with scrape type 2
2026-03-30 06:29:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6340beca-734d-59a0-9563-54055468d98d, identifier: LG64%20YHY
2026-03-30 06:29:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6340beca-734d-59a0-9563-54055468d98d with identifier: LG64%20YHY
2026-03-30 06:29:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6340beca-734d-59a0-9563-54055468d98d with identifier: LG64%20YHY
2026-03-30 06:29:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6340beca-734d-59a0-9563-54055468d98d with identifier: LG64%20YHY to the API
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG64%20YHY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6340beca-734d-59a0-9563-54055468d98d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG64 YHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG64%20YHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 86703,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 V6 D 260 TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'V6 D 260 TIPTRONIC S',
 'vin': 'WP1ZZZ92ZFLA32130',
 'year': 2014}
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520YHY%27 HTTP/1.1" 200 None
2026-03-30 06:29:23 [bca.uk] INFO: Saving data for LG64%20YHY: {'auction_closing_time': 1774951200.0, 'created_time': 1774562924.788652, 'last_price_update_time': 1774852163.25269}
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG64%2520YHY') HTTP/1.1" 204 0
2026-03-30 06:29:23 [bca.uk] INFO: Found listing with ID: CV22%20VOG
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520VOG%27 HTTP/1.1" 200 None
2026-03-30 06:29:23 [bca.uk] INFO: Scrape type for CV22%20VOG: 0
2026-03-30 06:29:23 [bca.uk] INFO: Found listing with ID: LF15%20RNU
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520RNU%27 HTTP/1.1" 200 None
2026-03-30 06:29:23 [bca.uk] INFO: Scrape type for LF15%20RNU: 2
2026-03-30 06:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09992615-4897-5e14-a939-fd4c7d64aab9 with identifier: LF15%20RNU
2026-03-30 06:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09992615-4897-5e14-a939-fd4c7d64aab9 with scrape type 2
2026-03-30 06:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09992615-4897-5e14-a939-fd4c7d64aab9 with scrape type 2
2026-03-30 06:29:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09992615-4897-5e14-a939-fd4c7d64aab9, identifier: LF15%20RNU
2026-03-30 06:29:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:29:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09992615-4897-5e14-a939-fd4c7d64aab9 with identifier: LF15%20RNU
2026-03-30 06:29:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09992615-4897-5e14-a939-fd4c7d64aab9 with identifier: LF15%20RNU
2026-03-30 06:29:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09992615-4897-5e14-a939-fd4c7d64aab9 with identifier: LF15%20RNU to the API
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF15%20RNU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '09992615-4897-5e14-a939-fd4c7d64aab9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF15 RNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF15%20RNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 84951,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-DTEC EX 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'I-DTEC EX 4WD',
 'vin': 'SHSRE6890EU017691',
 'year': 2015}
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520RNU%27 HTTP/1.1" 200 None
2026-03-30 06:29:23 [bca.uk] INFO: Saving data for LF15%20RNU: {'auction_closing_time': 1774951200.0, 'created_time': 1774523543.146115, 'last_price_update_time': 1774852163.692584}
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF15%2520RNU') HTTP/1.1" 204 0
2026-03-30 06:29:23 [bca.uk] INFO: Found listing with ID: KP18%20BVS
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP18%2520BVS%27 HTTP/1.1" 200 None
2026-03-30 06:29:23 [bca.uk] INFO: Scrape type for KP18%20BVS: 0
2026-03-30 06:29:23 [bca.uk] INFO: Found listing with ID: SA22%20HSZ
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA22%2520HSZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:23 [bca.uk] INFO: Scrape type for SA22%20HSZ: 0
2026-03-30 06:29:23 [bca.uk] INFO: Found listing with ID: GL16%20UDO
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520UDO%27 HTTP/1.1" 200 None
2026-03-30 06:29:23 [bca.uk] INFO: Scrape type for GL16%20UDO: 2
2026-03-30 06:29:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8703cef-a3db-5e61-af97-6ff89968c3bb with identifier: GL16%20UDO
2026-03-30 06:29:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8703cef-a3db-5e61-af97-6ff89968c3bb with scrape type 2
2026-03-30 06:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8703cef-a3db-5e61-af97-6ff89968c3bb with scrape type 2
2026-03-30 06:29:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8703cef-a3db-5e61-af97-6ff89968c3bb, identifier: GL16%20UDO
2026-03-30 06:29:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8703cef-a3db-5e61-af97-6ff89968c3bb with identifier: GL16%20UDO
2026-03-30 06:29:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8703cef-a3db-5e61-af97-6ff89968c3bb with identifier: GL16%20UDO
2026-03-30 06:29:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8703cef-a3db-5e61-af97-6ff89968c3bb with identifier: GL16%20UDO to the API
2026-03-30 06:29:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL16%20UDO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a8703cef-a3db-5e61-af97-6ff89968c3bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL16 UDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL16%20UDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 34420,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI TT 2.0 TFSI 230 QUATTRO SPORT S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TFSI 230 QUATTRO SPORT S-T',
 'vin': 'TRUZZZFV6G1010868',
 'year': 2016}
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520UDO%27 HTTP/1.1" 200 None
2026-03-30 06:29:24 [bca.uk] INFO: Saving data for GL16%20UDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774562927.337849, 'last_price_update_time': 1774852164.129907}
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL16%2520UDO') HTTP/1.1" 204 0
2026-03-30 06:29:24 [bca.uk] INFO: Found listing with ID: GC65%20WPR
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520WPR%27 HTTP/1.1" 200 None
2026-03-30 06:29:24 [bca.uk] INFO: Scrape type for GC65%20WPR: 2
2026-03-30 06:29:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b734245-c57c-5369-9ddc-faf8abbd8758 with identifier: GC65%20WPR
2026-03-30 06:29:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b734245-c57c-5369-9ddc-faf8abbd8758 with scrape type 2
2026-03-30 06:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b734245-c57c-5369-9ddc-faf8abbd8758 with scrape type 2
2026-03-30 06:29:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b734245-c57c-5369-9ddc-faf8abbd8758, identifier: GC65%20WPR
2026-03-30 06:29:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b734245-c57c-5369-9ddc-faf8abbd8758 with identifier: GC65%20WPR
2026-03-30 06:29:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b734245-c57c-5369-9ddc-faf8abbd8758 with identifier: GC65%20WPR
2026-03-30 06:29:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b734245-c57c-5369-9ddc-faf8abbd8758 with identifier: GC65%20WPR to the API
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3b734245-c57c-5369-9ddc-faf8abbd8758',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GC65 WPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC65%20WPR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LEXUS',
 'model': 'NX 300H',
 'odometer': 94624,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LEXUS NX 300H 2.5 LUXURY StationWagon',
 'transmission': 'manual',
 'trim': 'LUXURY',
 'vin': 'JTJBJRBZ902024854',
 'year': 2015}
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520WPR%27 HTTP/1.1" 200 None
2026-03-30 06:29:24 [bca.uk] INFO: Saving data for GC65%20WPR: {'auction_closing_time': 1774951200.0, 'created_time': 1774562886.55177, 'last_price_update_time': 1774852164.633572}
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC65%2520WPR') HTTP/1.1" 204 0
2026-03-30 06:29:24 [bca.uk] INFO: Total items found: 100
2026-03-30 06:29:24 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded
2026-03-30 06:29:24 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:29:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:24 [bca.uk] INFO: Found listing with ID: MJ74%20WBF
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ74%2520WBF%27 HTTP/1.1" 200 None
2026-03-30 06:29:24 [bca.uk] INFO: Scrape type for MJ74%20WBF: 0
2026-03-30 06:29:24 [bca.uk] INFO: Found listing with ID: MA74%20ZYT
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520ZYT%27 HTTP/1.1" 200 None
2026-03-30 06:29:24 [bca.uk] INFO: Scrape type for MA74%20ZYT: 0
2026-03-30 06:29:24 [bca.uk] INFO: Found listing with ID: YY19%20ARF
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ARF%27 HTTP/1.1" 200 None
2026-03-30 06:29:24 [bca.uk] INFO: Scrape type for YY19%20ARF: 0
2026-03-30 06:29:24 [bca.uk] INFO: Found listing with ID: YL69%20AKJ
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520AKJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:24 [bca.uk] INFO: Scrape type for YL69%20AKJ: 2
2026-03-30 06:29:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0355161-887a-5f22-94b6-68c5250bf1d7 with identifier: YL69%20AKJ
2026-03-30 06:29:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0355161-887a-5f22-94b6-68c5250bf1d7 with scrape type 2
2026-03-30 06:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0355161-887a-5f22-94b6-68c5250bf1d7 with scrape type 2
2026-03-30 06:29:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0355161-887a-5f22-94b6-68c5250bf1d7, identifier: YL69%20AKJ
2026-03-30 06:29:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0355161-887a-5f22-94b6-68c5250bf1d7 with identifier: YL69%20AKJ
2026-03-30 06:29:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0355161-887a-5f22-94b6-68c5250bf1d7 with identifier: YL69%20AKJ
2026-03-30 06:29:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0355161-887a-5f22-94b6-68c5250bf1d7 with identifier: YL69%20AKJ to the API
2026-03-30 06:29:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29: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:29:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL69%20AKJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b0355161-887a-5f22-94b6-68c5250bf1d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL69 AKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL69%20AKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 35589,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 0.9 TCE 90 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ICONIC',
 'vin': 'VF1R8700763942786',
 'year': 2019}
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL69%2520AKJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:25 [bca.uk] INFO: Saving data for YL69%20AKJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774562958.610002, 'last_price_update_time': 1774852165.117138}
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL69%2520AKJ') HTTP/1.1" 204 0
2026-03-30 06:29:25 [bca.uk] INFO: Found listing with ID: LW14%20OFD
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW14%2520OFD%27 HTTP/1.1" 200 None
2026-03-30 06:29:25 [bca.uk] INFO: Scrape type for LW14%20OFD: 0
2026-03-30 06:29:25 [bca.uk] INFO: Found listing with ID: JP62%20SVP
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JP62%2520SVP%27 HTTP/1.1" 200 None
2026-03-30 06:29:25 [bca.uk] INFO: Scrape type for JP62%20SVP: 0
2026-03-30 06:29:25 [bca.uk] INFO: Found listing with ID: WD67%20MYR
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD67%2520MYR%27 HTTP/1.1" 200 None
2026-03-30 06:29:25 [bca.uk] INFO: Scrape type for WD67%20MYR: 2
2026-03-30 06:29:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f4ae13c-16d5-574b-8835-98583c9a79fd with identifier: WD67%20MYR
2026-03-30 06:29:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f4ae13c-16d5-574b-8835-98583c9a79fd with scrape type 2
2026-03-30 06:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f4ae13c-16d5-574b-8835-98583c9a79fd with scrape type 2
2026-03-30 06:29:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f4ae13c-16d5-574b-8835-98583c9a79fd, identifier: WD67%20MYR
2026-03-30 06:29: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:29:25 [bca.uk] INFO: Found listing with ID: C12C47855
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C47855%27 HTTP/1.1" 200 None
2026-03-30 06:29:25 [bca.uk] INFO: Scrape type for C12C47855: 0
2026-03-30 06:29:25 [bca.uk] INFO: Found listing with ID: YJ65%20YUE
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520YUE%27 HTTP/1.1" 200 None
2026-03-30 06:29:25 [bca.uk] INFO: Scrape type for YJ65%20YUE: 0
2026-03-30 06:29:25 [bca.uk] INFO: Found listing with ID: YC66%20OTY
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC66%2520OTY%27 HTTP/1.1" 200 None
2026-03-30 06:29:25 [bca.uk] INFO: Scrape type for YC66%20OTY: 0
2026-03-30 06:29:25 [bca.uk] INFO: Found listing with ID: PK64%20CZM
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK64%2520CZM%27 HTTP/1.1" 200 None
2026-03-30 06:29:25 [bca.uk] INFO: Scrape type for PK64%20CZM: 0
2026-03-30 06:29:25 [bca.uk] INFO: Found listing with ID: OE66%20SXU
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520SXU%27 HTTP/1.1" 200 None
2026-03-30 06:29:25 [bca.uk] INFO: Scrape type for OE66%20SXU: 0
2026-03-30 06:29:25 [bca.uk] INFO: Found listing with ID: LT16%20USV
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT16%2520USV%27 HTTP/1.1" 200 None
2026-03-30 06:29:25 [bca.uk] INFO: Scrape type for LT16%20USV: 2
2026-03-30 06:29:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 817eb935-a108-537d-9511-8d7cb461423f with identifier: LT16%20USV
2026-03-30 06:29:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 817eb935-a108-537d-9511-8d7cb461423f with scrape type 2
2026-03-30 06:29:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 817eb935-a108-537d-9511-8d7cb461423f with scrape type 2
2026-03-30 06:29:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 817eb935-a108-537d-9511-8d7cb461423f, identifier: LT16%20USV
2026-03-30 06:29:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f4ae13c-16d5-574b-8835-98583c9a79fd with identifier: WD67%20MYR
2026-03-30 06:29:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f4ae13c-16d5-574b-8835-98583c9a79fd with identifier: WD67%20MYR
2026-03-30 06:29:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f4ae13c-16d5-574b-8835-98583c9a79fd with identifier: WD67%20MYR to the API
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29: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:29:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD67%20MYR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f4ae13c-16d5-574b-8835-98583c9a79fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD67 MYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD67%20MYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 64335,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.4 T 140 DESIGN S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 140 DESIGN S/S',
 'vin': 'W0LJC7E8XHB221994',
 'year': 2018}
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD67%2520MYR%27 HTTP/1.1" 200 None
2026-03-30 06:29:25 [bca.uk] INFO: Saving data for WD67%20MYR: {'auction_closing_time': 1774864800.0, 'created_time': 1774265125.048276, 'last_price_update_time': 1774852165.752848}
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD67%2520MYR') HTTP/1.1" 204 0
2026-03-30 06:29:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 817eb935-a108-537d-9511-8d7cb461423f with identifier: LT16%20USV
2026-03-30 06:29:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 817eb935-a108-537d-9511-8d7cb461423f with identifier: LT16%20USV
2026-03-30 06:29:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 817eb935-a108-537d-9511-8d7cb461423f with identifier: LT16%20USV to the API
2026-03-30 06:29:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT16%20USV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '817eb935-a108-537d-9511-8d7cb461423f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT16 USV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT16%20USV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 63601,
 'odometer_reading_unit': '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 SPORT DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT DCT',
 'vin': 'WDD1760122V130463',
 'year': 2016}
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT16%2520USV%27 HTTP/1.1" 200 None
2026-03-30 06:29:26 [bca.uk] INFO: Saving data for LT16%20USV: {'auction_closing_time': 1774951200.0, 'created_time': 1774523467.528672, 'last_price_update_time': 1774852166.138094}
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT16%2520USV') HTTP/1.1" 204 0
2026-03-30 06:29:26 [bca.uk] INFO: Found listing with ID: YF21%20TVN
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520TVN%27 HTTP/1.1" 200 None
2026-03-30 06:29:26 [bca.uk] INFO: Scrape type for YF21%20TVN: 0
2026-03-30 06:29:26 [bca.uk] INFO: Found listing with ID: YA21%20OSL
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520OSL%27 HTTP/1.1" 200 None
2026-03-30 06:29:26 [bca.uk] INFO: Scrape type for YA21%20OSL: 0
2026-03-30 06:29:26 [bca.uk] INFO: Found listing with ID: KW18%20FVJ
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520FVJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:26 [bca.uk] INFO: Scrape type for KW18%20FVJ: 0
2026-03-30 06:29:26 [bca.uk] INFO: Found listing with ID: YA71%20PYH
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA71%2520PYH%27 HTTP/1.1" 200 None
2026-03-30 06:29:26 [bca.uk] INFO: Scrape type for YA71%20PYH: 0
2026-03-30 06:29:26 [bca.uk] INFO: Found listing with ID: CX66%20VNU
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX66%2520VNU%27 HTTP/1.1" 200 None
2026-03-30 06:29:26 [bca.uk] INFO: Scrape type for CX66%20VNU: 2
2026-03-30 06:29:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46460637-1d4d-5107-b472-89cba2f88884 with identifier: CX66%20VNU
2026-03-30 06:29:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46460637-1d4d-5107-b472-89cba2f88884 with scrape type 2
2026-03-30 06:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46460637-1d4d-5107-b472-89cba2f88884 with scrape type 2
2026-03-30 06:29:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46460637-1d4d-5107-b472-89cba2f88884, identifier: CX66%20VNU
2026-03-30 06:29:26 [bca.uk] INFO: Found listing with ID: KP15%20OJL
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP15%2520OJL%27 HTTP/1.1" 200 None
2026-03-30 06:29:26 [bca.uk] INFO: Scrape type for KP15%20OJL: 2
2026-03-30 06:29:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 445c4d31-a147-55e0-bce5-4c4374f4cb92 with identifier: KP15%20OJL
2026-03-30 06:29:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 445c4d31-a147-55e0-bce5-4c4374f4cb92 with scrape type 2
2026-03-30 06:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 445c4d31-a147-55e0-bce5-4c4374f4cb92 with scrape type 2
2026-03-30 06:29:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 445c4d31-a147-55e0-bce5-4c4374f4cb92, identifier: KP15%20OJL
2026-03-30 06:29:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46460637-1d4d-5107-b472-89cba2f88884 with identifier: CX66%20VNU
2026-03-30 06:29:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46460637-1d4d-5107-b472-89cba2f88884 with identifier: CX66%20VNU
2026-03-30 06:29:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46460637-1d4d-5107-b472-89cba2f88884 with identifier: CX66%20VNU to the API
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX66%20VNU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '46460637-1d4d-5107-b472-89cba2f88884',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX66 VNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX66%20VNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 62847,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U1819487',
 'year': 2016}
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX66%2520VNU%27 HTTP/1.1" 200 None
2026-03-30 06:29:26 [bca.uk] INFO: Saving data for CX66%20VNU: {'auction_closing_time': 1774864800.0, 'created_time': 1774437070.781644, 'last_price_update_time': 1774852166.710302}
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX66%2520VNU') HTTP/1.1" 204 0
2026-03-30 06:29:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 445c4d31-a147-55e0-bce5-4c4374f4cb92 with identifier: KP15%20OJL
2026-03-30 06:29:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 445c4d31-a147-55e0-bce5-4c4374f4cb92 with identifier: KP15%20OJL
2026-03-30 06:29:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 445c4d31-a147-55e0-bce5-4c4374f4cb92 with identifier: KP15%20OJL to the API
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP15%20OJL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '445c4d31-a147-55e0-bce5-4c4374f4cb92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP15 OJL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP15%20OJL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC70',
 'odometer': 85321,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO XC70 2.4 D5 215 AWD SE LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D5 215 AWD SE LUX G/T',
 'vin': 'YV1BZ8256F1228175',
 'year': 2015}
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP15%2520OJL%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Saving data for KP15%20OJL: {'auction_closing_time': 1774951200.0, 'created_time': 1774523477.141361, 'last_price_update_time': 1774852167.009253}
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP15%2520OJL') HTTP/1.1" 204 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: LR70%20XGG
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR70%2520XGG%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for LR70%20XGG: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: ST70%20XVP
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST70%2520XVP%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for ST70%20XVP: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: LG23%20YCD
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YCD%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for LG23%20YCD: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: DS16%20CFY
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS16%2520CFY%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for DS16%20CFY: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: PF19%20SNK
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520SNK%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for PF19%20SNK: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: YY19%20ZRA
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ZRA%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for YY19%20ZRA: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: AE19%20OSN
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE19%2520OSN%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for AE19%20OSN: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: EU18%20OFG
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520OFG%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for EU18%20OFG: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: LC70%20UBJ
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC70%2520UBJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for LC70%20UBJ: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: ND70%20UOH
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520UOH%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for ND70%20UOH: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: VGZ%205934
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25205934%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for VGZ%205934: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: YO68%20FKN
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520FKN%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for YO68%20FKN: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: WM21%20ZFV
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM21%2520ZFV%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for WM21%20ZFV: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: DY22%20HLN
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520HLN%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for DY22%20HLN: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: FE71%20ZHB
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE71%2520ZHB%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for FE71%20ZHB: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: GP56%20XRW
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP56%2520XRW%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for GP56%20XRW: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: WV23%20YDM
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YDM%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for WV23%20YDM: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: SF11%20CJO
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF11%2520CJO%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for SF11%20CJO: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: CK12%20VEB
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK12%2520VEB%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for CK12%20VEB: 2
2026-03-30 06:29:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f25e6cb5-4051-585b-a272-ed96992a9f1b with identifier: CK12%20VEB
2026-03-30 06:29:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f25e6cb5-4051-585b-a272-ed96992a9f1b with scrape type 2
2026-03-30 06:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f25e6cb5-4051-585b-a272-ed96992a9f1b with scrape type 2
2026-03-30 06:29:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f25e6cb5-4051-585b-a272-ed96992a9f1b, identifier: CK12%20VEB
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: U12H79858
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12H79858%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for U12H79858: 0
2026-03-30 06:29:27 [bca.uk] INFO: Found listing with ID: HV66%20ENK
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV66%2520ENK%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Scrape type for HV66%20ENK: 2
2026-03-30 06:29:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72ef3003-70ae-5946-ba33-c909a66d7ef3 with identifier: HV66%20ENK
2026-03-30 06:29:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72ef3003-70ae-5946-ba33-c909a66d7ef3 with scrape type 2
2026-03-30 06:29:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72ef3003-70ae-5946-ba33-c909a66d7ef3 with scrape type 2
2026-03-30 06:29:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72ef3003-70ae-5946-ba33-c909a66d7ef3, identifier: HV66%20ENK
2026-03-30 06:29:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f25e6cb5-4051-585b-a272-ed96992a9f1b with identifier: CK12%20VEB
2026-03-30 06:29:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f25e6cb5-4051-585b-a272-ed96992a9f1b with identifier: CK12%20VEB
2026-03-30 06:29:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f25e6cb5-4051-585b-a272-ed96992a9f1b with identifier: CK12%20VEB to the API
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK12%20VEB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f25e6cb5-4051-585b-a272-ed96992a9f1b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK12 VEB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK12%20VEB&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 92820,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D SE StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D SE',
 'vin': 'WBAWY32090L696421',
 'year': 2012}
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK12%2520VEB%27 HTTP/1.1" 200 None
2026-03-30 06:29:27 [bca.uk] INFO: Saving data for CK12%20VEB: {'auction_closing_time': 1774864800.0, 'created_time': 1773840804.293786, 'last_price_update_time': 1774852167.880853}
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK12%2520VEB') HTTP/1.1" 204 0
2026-03-30 06:29:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72ef3003-70ae-5946-ba33-c909a66d7ef3 with identifier: HV66%20ENK
2026-03-30 06:29:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72ef3003-70ae-5946-ba33-c909a66d7ef3 with identifier: HV66%20ENK
2026-03-30 06:29:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72ef3003-70ae-5946-ba33-c909a66d7ef3 with identifier: HV66%20ENK to the API
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV66%20ENK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '72ef3003-70ae-5946-ba33-c909a66d7ef3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV66 ENK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV66%20ENK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 105743,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.5 HYBRID BUSINESS ED.PLUS 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'HYBRID BUSINESS ED.PLUS 2WD',
 'vin': 'JTMWRREV20D025404',
 'year': 2016}
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV66%2520ENK%27 HTTP/1.1" 200 None
2026-03-30 06:29:28 [bca.uk] INFO: Saving data for HV66%20ENK: {'auction_closing_time': 1774951200.0, 'created_time': 1774562963.103311, 'last_price_update_time': 1774852168.27349}
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV66%2520ENK') HTTP/1.1" 204 0
2026-03-30 06:29:28 [bca.uk] INFO: Found listing with ID: YD59%20BLX
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD59%2520BLX%27 HTTP/1.1" 200 None
2026-03-30 06:29:28 [bca.uk] INFO: Scrape type for YD59%20BLX: 2
2026-03-30 06:29:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fdbce4c-ad70-5c58-b588-09f013961256 with identifier: YD59%20BLX
2026-03-30 06:29:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fdbce4c-ad70-5c58-b588-09f013961256 with scrape type 2
2026-03-30 06:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fdbce4c-ad70-5c58-b588-09f013961256 with scrape type 2
2026-03-30 06:29:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fdbce4c-ad70-5c58-b588-09f013961256, identifier: YD59%20BLX
2026-03-30 06:29:28 [bca.uk] INFO: Found listing with ID: FN19%20FHL
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520FHL%27 HTTP/1.1" 200 None
2026-03-30 06:29:28 [bca.uk] INFO: Scrape type for FN19%20FHL: 2
2026-03-30 06:29:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6173e63d-3625-5b1b-899c-348cd39f0e8c with identifier: FN19%20FHL
2026-03-30 06:29:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6173e63d-3625-5b1b-899c-348cd39f0e8c with scrape type 2
2026-03-30 06:29:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6173e63d-3625-5b1b-899c-348cd39f0e8c with scrape type 2
2026-03-30 06:29:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6173e63d-3625-5b1b-899c-348cd39f0e8c, identifier: FN19%20FHL
2026-03-30 06:29:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fdbce4c-ad70-5c58-b588-09f013961256 with identifier: YD59%20BLX
2026-03-30 06:29:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fdbce4c-ad70-5c58-b588-09f013961256 with identifier: YD59%20BLX
2026-03-30 06:29:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fdbce4c-ad70-5c58-b588-09f013961256 with identifier: YD59%20BLX to the API
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 294,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD59%20BLX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6fdbce4c-ad70-5c58-b588-09f013961256',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD59 BLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD59%20BLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 114471,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 3.6 TDV8 WESTMINSTER StationWagon',
 'transmission': 'automatic',
 'trim': 'TDV8 WESTMINSTER',
 'vin': 'SALLMAM239A305779',
 'year': 2009}
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD59%2520BLX%27 HTTP/1.1" 200 None
2026-03-30 06:29:28 [bca.uk] INFO: Saving data for YD59%20BLX: {'auction_closing_time': 1774864800.0, 'created_time': 1773831120.899792, 'last_price_update_time': 1774852168.78799}
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD59%2520BLX') HTTP/1.1" 204 0
2026-03-30 06:29:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6173e63d-3625-5b1b-899c-348cd39f0e8c with identifier: FN19%20FHL
2026-03-30 06:29:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6173e63d-3625-5b1b-899c-348cd39f0e8c with identifier: FN19%20FHL
2026-03-30 06:29:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6173e63d-3625-5b1b-899c-348cd39f0e8c with identifier: FN19%20FHL to the API
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN19%20FHL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6173e63d-3625-5b1b-899c-348cd39f0e8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN19 FHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN19%20FHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 82987,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 T(I4) 200 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T(I4) 200 R SPORT',
 'vin': 'SAJAB4AX1KCP55050',
 'year': 2019}
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520FHL%27 HTTP/1.1" 200 None
2026-03-30 06:29:29 [bca.uk] INFO: Saving data for FN19%20FHL: {'auction_closing_time': 1774951200.0, 'created_time': 1774562782.132583, 'last_price_update_time': 1774852169.075512}
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN19%2520FHL') HTTP/1.1" 204 0
2026-03-30 06:29:29 [bca.uk] INFO: Found listing with ID: BN64%20ACJ
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520ACJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:29 [bca.uk] INFO: Scrape type for BN64%20ACJ: 0
2026-03-30 06:29:29 [bca.uk] INFO: Found listing with ID: LS71%20VPL
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520VPL%27 HTTP/1.1" 200 None
2026-03-30 06:29:29 [bca.uk] INFO: Scrape type for LS71%20VPL: 0
2026-03-30 06:29:29 [bca.uk] INFO: Found listing with ID: SG17%20PXB
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG17%2520PXB%27 HTTP/1.1" 200 None
2026-03-30 06:29:29 [bca.uk] INFO: Scrape type for SG17%20PXB: 0
2026-03-30 06:29:29 [bca.uk] INFO: Found listing with ID: GN14%20KUV
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN14%2520KUV%27 HTTP/1.1" 200 None
2026-03-30 06:29:29 [bca.uk] INFO: Scrape type for GN14%20KUV: 0
2026-03-30 06:29:29 [bca.uk] INFO: Found listing with ID: LB15%20BTX
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520BTX%27 HTTP/1.1" 200 None
2026-03-30 06:29:29 [bca.uk] INFO: Scrape type for LB15%20BTX: 2
2026-03-30 06:29:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1cb39e2-f851-509b-a0ac-c2f3ca0eb613 with identifier: LB15%20BTX
2026-03-30 06:29:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1cb39e2-f851-509b-a0ac-c2f3ca0eb613 with scrape type 2
2026-03-30 06:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1cb39e2-f851-509b-a0ac-c2f3ca0eb613 with scrape type 2
2026-03-30 06:29:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1cb39e2-f851-509b-a0ac-c2f3ca0eb613, identifier: LB15%20BTX
2026-03-30 06:29:29 [bca.uk] INFO: Found listing with ID: WP21%20RWE
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520RWE%27 HTTP/1.1" 200 None
2026-03-30 06:29:29 [bca.uk] INFO: Scrape type for WP21%20RWE: 0
2026-03-30 06:29:29 [bca.uk] INFO: Found listing with ID: FH18%20EJU
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH18%2520EJU%27 HTTP/1.1" 200 None
2026-03-30 06:29:29 [bca.uk] INFO: Scrape type for FH18%20EJU: 2
2026-03-30 06:29:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with identifier: FH18%20EJU
2026-03-30 06:29:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with scrape type 2
2026-03-30 06:29:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with scrape type 2
2026-03-30 06:29:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa, identifier: FH18%20EJU
2026-03-30 06:29:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1cb39e2-f851-509b-a0ac-c2f3ca0eb613 with identifier: LB15%20BTX
2026-03-30 06:29:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1cb39e2-f851-509b-a0ac-c2f3ca0eb613 with identifier: LB15%20BTX
2026-03-30 06:29:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1cb39e2-f851-509b-a0ac-c2f3ca0eb613 with identifier: LB15%20BTX to the API
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB15%20BTX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e1cb39e2-f851-509b-a0ac-c2f3ca0eb613',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB15 BTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB15%20BTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 92924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 AMG LINE PREMIUM Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'WDD2052042F229163',
 'year': 2015}
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB15%2520BTX%27 HTTP/1.1" 200 None
2026-03-30 06:29:29 [bca.uk] INFO: Saving data for LB15%20BTX: {'auction_closing_time': 1774951200.0, 'created_time': 1773932471.91812, 'last_price_update_time': 1774852169.747257}
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB15%2520BTX') HTTP/1.1" 204 0
2026-03-30 06:29:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with identifier: FH18%20EJU
2026-03-30 06:29:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with identifier: FH18%20EJU
2026-03-30 06:29:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa with identifier: FH18%20EJU to the API
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH18%20EJU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a0dbe4c6-b7ce-5d6f-8fc0-b4c041aa40fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH18 EJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH18%20EJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 64988,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI TT 1.8 TFSI 180 S LINE Coupe',
 'transmission': 'manual',
 'trim': 'TFSI 180 S LINE',
 'vin': 'TRUZZZFV3J1012682',
 'year': 2018}
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH18%2520EJU%27 HTTP/1.1" 200 None
2026-03-30 06:29:30 [bca.uk] INFO: Saving data for FH18%20EJU: {'auction_closing_time': 1774951200.0, 'created_time': 1774562968.420517, 'last_price_update_time': 1774852170.062043}
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH18%2520EJU') HTTP/1.1" 204 0
2026-03-30 06:29:30 [bca.uk] INFO: Found listing with ID: KV61%20PNX
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520PNX%27 HTTP/1.1" 200 None
2026-03-30 06:29:30 [bca.uk] INFO: Scrape type for KV61%20PNX: 2
2026-03-30 06:29:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd4a1b23-4738-580a-9906-8238a2d8ad18 with identifier: KV61%20PNX
2026-03-30 06:29:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd4a1b23-4738-580a-9906-8238a2d8ad18 with scrape type 2
2026-03-30 06:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd4a1b23-4738-580a-9906-8238a2d8ad18 with scrape type 2
2026-03-30 06:29:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd4a1b23-4738-580a-9906-8238a2d8ad18, identifier: KV61%20PNX
2026-03-30 06:29:30 [bca.uk] INFO: Found listing with ID: BN13%20OWC
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520OWC%27 HTTP/1.1" 200 None
2026-03-30 06:29:30 [bca.uk] INFO: Scrape type for BN13%20OWC: 2
2026-03-30 06:29:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with identifier: BN13%20OWC
2026-03-30 06:29:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with scrape type 2
2026-03-30 06:29:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with scrape type 2
2026-03-30 06:29:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1, identifier: BN13%20OWC
2026-03-30 06:29:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd4a1b23-4738-580a-9906-8238a2d8ad18 with identifier: KV61%20PNX
2026-03-30 06:29:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd4a1b23-4738-580a-9906-8238a2d8ad18 with identifier: KV61%20PNX
2026-03-30 06:29:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd4a1b23-4738-580a-9906-8238a2d8ad18 with identifier: KV61%20PNX to the API
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV61%20PNX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dd4a1b23-4738-580a-9906-8238a2d8ad18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV61 PNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV61%20PNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 88092,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'WMWSV32020T049849',
 'year': 2011}
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520PNX%27 HTTP/1.1" 200 None
2026-03-30 06:29:30 [bca.uk] INFO: Saving data for KV61%20PNX: {'auction_closing_time': 1774864800.0, 'created_time': 1773839171.642208, 'last_price_update_time': 1774852170.585627}
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV61%2520PNX') HTTP/1.1" 204 0
2026-03-30 06:29:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with identifier: BN13%20OWC
2026-03-30 06:29:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with identifier: BN13%20OWC
2026-03-30 06:29:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b5bfec3-cb7a-5d11-8423-495ea9c23fe1 with identifier: BN13%20OWC to the API
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN13%20OWC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5b5bfec3-cb7a-5d11-8423-495ea9c23fe1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN13 OWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN13%20OWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 107829,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAWY32040L692860',
 'year': 2013}
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520OWC%27 HTTP/1.1" 200 None
2026-03-30 06:29:30 [bca.uk] INFO: Saving data for BN13%20OWC: {'auction_closing_time': 1774951200.0, 'created_time': 1774562976.732831, 'last_price_update_time': 1774852170.951906}
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN13%2520OWC') HTTP/1.1" 204 0
2026-03-30 06:29:30 [bca.uk] INFO: Found listing with ID: RO18%20NJV
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520NJV%27 HTTP/1.1" 200 None
2026-03-30 06:29:30 [bca.uk] INFO: Scrape type for RO18%20NJV: 0
2026-03-30 06:29:30 [bca.uk] INFO: Found listing with ID: LV74%20JDK
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV74%2520JDK%27 HTTP/1.1" 200 None
2026-03-30 06:29:31 [bca.uk] INFO: Scrape type for LV74%20JDK: 0
2026-03-30 06:29:31 [bca.uk] INFO: Found listing with ID: YC11%20NHY
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC11%2520NHY%27 HTTP/1.1" 200 None
2026-03-30 06:29:31 [bca.uk] INFO: Scrape type for YC11%20NHY: 0
2026-03-30 06:29:31 [bca.uk] INFO: Found listing with ID: FH21%20WLA
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH21%2520WLA%27 HTTP/1.1" 200 None
2026-03-30 06:29:31 [bca.uk] INFO: Scrape type for FH21%20WLA: 0
2026-03-30 06:29:31 [bca.uk] INFO: Found listing with ID: KT18%20XHX
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520XHX%27 HTTP/1.1" 200 None
2026-03-30 06:29:31 [bca.uk] INFO: Scrape type for KT18%20XHX: 2
2026-03-30 06:29:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2bc800a-3f8b-543e-b402-a3f93d277509 with identifier: KT18%20XHX
2026-03-30 06:29:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2bc800a-3f8b-543e-b402-a3f93d277509 with scrape type 2
2026-03-30 06:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2bc800a-3f8b-543e-b402-a3f93d277509 with scrape type 2
2026-03-30 06:29:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2bc800a-3f8b-543e-b402-a3f93d277509, identifier: KT18%20XHX
2026-03-30 06:29:31 [bca.uk] INFO: Found listing with ID: GJ17%20NVY
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520NVY%27 HTTP/1.1" 200 None
2026-03-30 06:29:31 [bca.uk] INFO: Scrape type for GJ17%20NVY: 2
2026-03-30 06:29:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with identifier: GJ17%20NVY
2026-03-30 06:29:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with scrape type 2
2026-03-30 06:29:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with scrape type 2
2026-03-30 06:29:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07f2b31c-62da-5a7d-abee-7b6afd55f6f0, identifier: GJ17%20NVY
2026-03-30 06:29:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2bc800a-3f8b-543e-b402-a3f93d277509 with identifier: KT18%20XHX
2026-03-30 06:29:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2bc800a-3f8b-543e-b402-a3f93d277509 with identifier: KT18%20XHX
2026-03-30 06:29:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2bc800a-3f8b-543e-b402-a3f93d277509 with identifier: KT18%20XHX to the API
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT18%20XHX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b2bc800a-3f8b-543e-b402-a3f93d277509',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT18 XHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT18%20XHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E350 D',
 'odometer': 133367,
 'odometer_reading_unit': '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 E350 D 3.0 AMG LINE PREMIUM PLUS 4M 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'WDD2130342A486639',
 'year': 2018}
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT18%2520XHX%27 HTTP/1.1" 200 None
2026-03-30 06:29:31 [bca.uk] INFO: Saving data for KT18%20XHX: {'auction_closing_time': 1774864800.0, 'created_time': 1774436953.010123, 'last_price_update_time': 1774852171.792463}
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT18%2520XHX') HTTP/1.1" 204 0
2026-03-30 06:29:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with identifier: GJ17%20NVY
2026-03-30 06:29:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with identifier: GJ17%20NVY
2026-03-30 06:29:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07f2b31c-62da-5a7d-abee-7b6afd55f6f0 with identifier: GJ17%20NVY to the API
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ17%20NVY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '07f2b31c-62da-5a7d-abee-7b6afd55f6f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ17 NVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ17%20NVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 82010,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 BMT 4M R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT 4M R LINE DSG',
 'vin': 'WVGZZZ5NZHW407349',
 'year': 2017}
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520NVY%27 HTTP/1.1" 200 None
2026-03-30 06:29:32 [bca.uk] INFO: Saving data for GJ17%20NVY: {'auction_closing_time': 1774951200.0, 'created_time': 1774562931.482618, 'last_price_update_time': 1774852172.144188}
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ17%2520NVY') HTTP/1.1" 204 0
2026-03-30 06:29:32 [bca.uk] INFO: Found listing with ID: GF67%20XWD
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520XWD%27 HTTP/1.1" 200 None
2026-03-30 06:29:32 [bca.uk] INFO: Scrape type for GF67%20XWD: 2
2026-03-30 06:29:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with identifier: GF67%20XWD
2026-03-30 06:29:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with scrape type 2
2026-03-30 06:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with scrape type 2
2026-03-30 06:29:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94, identifier: GF67%20XWD
2026-03-30 06:29:32 [bca.uk] INFO: Found listing with ID: C12C68760
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C68760%27 HTTP/1.1" 200 None
2026-03-30 06:29:32 [bca.uk] INFO: Scrape type for C12C68760: 0
2026-03-30 06:29:32 [bca.uk] INFO: Found listing with ID: GHFK86668
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHFK86668%27 HTTP/1.1" 200 None
2026-03-30 06:29:32 [bca.uk] INFO: Scrape type for GHFK86668: 0
2026-03-30 06:29:32 [bca.uk] INFO: Found listing with ID: KT66%20WTU
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT66%2520WTU%27 HTTP/1.1" 200 None
2026-03-30 06:29:32 [bca.uk] INFO: Scrape type for KT66%20WTU: 2
2026-03-30 06:29:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with identifier: KT66%20WTU
2026-03-30 06:29:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with scrape type 2
2026-03-30 06:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with scrape type 2
2026-03-30 06:29:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24, identifier: KT66%20WTU
2026-03-30 06:29:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with identifier: GF67%20XWD
2026-03-30 06:29:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with identifier: GF67%20XWD
2026-03-30 06:29:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fa9ed9b-4439-5d91-ba4d-59c04f8aef94 with identifier: GF67%20XWD to the API
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF67%20XWD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1fa9ed9b-4439-5d91-ba4d-59c04f8aef94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF67 XWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF67%20XWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 77617,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA+ XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T TEKNA+ XTRONIC',
 'vin': 'SJNFEAJ11U2161551',
 'year': 2017}
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF67%2520XWD%27 HTTP/1.1" 200 None
2026-03-30 06:29:32 [bca.uk] INFO: Saving data for GF67%20XWD: {'auction_closing_time': 1774864800.0, 'created_time': 1774265060.231844, 'last_price_update_time': 1774852172.719458}
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF67%2520XWD') HTTP/1.1" 204 0
2026-03-30 06:29:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with identifier: KT66%20WTU
2026-03-30 06:29:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with identifier: KT66%20WTU
2026-03-30 06:29:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42c7a1ca-5ec6-5d93-a016-6111e4ad7c24 with identifier: KT66%20WTU to the API
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT66%20WTU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42c7a1ca-5ec6-5d93-a016-6111e4ad7c24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT66 WTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT66%20WTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 129224,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE PREMIUM 9G Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2132042A136307',
 'year': 2017}
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT66%2520WTU%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Saving data for KT66%20WTU: {'auction_closing_time': 1774951200.0, 'created_time': 1774562940.172716, 'last_price_update_time': 1774852173.031241}
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT66%2520WTU') HTTP/1.1" 204 0
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: LP64%20LWK
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP64%2520LWK%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for LP64%20LWK: 2
2026-03-30 06:29:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b46babce-c995-57b3-8ab7-9dedd4b046c8 with identifier: LP64%20LWK
2026-03-30 06:29:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b46babce-c995-57b3-8ab7-9dedd4b046c8 with scrape type 2
2026-03-30 06:29:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b46babce-c995-57b3-8ab7-9dedd4b046c8 with scrape type 2
2026-03-30 06:29:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b46babce-c995-57b3-8ab7-9dedd4b046c8, identifier: LP64%20LWK
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: WF67%20ODN
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF67%2520ODN%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for WF67%20ODN: 0
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: WD70%20HHV
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD70%2520HHV%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for WD70%20HHV: 0
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: VN14%20JVJ
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN14%2520JVJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for VN14%20JVJ: 0
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: SL16%20WTE
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520WTE%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for SL16%20WTE: 0
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: ML15%20TFZ
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520TFZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for ML15%20TFZ: 0
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: DG24%20NRX
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520NRX%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for DG24%20NRX: 0
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: YT68%20AOG
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520AOG%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for YT68%20AOG: 0
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: AP65%20JUU
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP65%2520JUU%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for AP65%20JUU: 0
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: FT63%20JXA
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520JXA%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for FT63%20JXA: 0
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: FV67%20HLY
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV67%2520HLY%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for FV67%20HLY: 0
2026-03-30 06:29:33 [bca.uk] INFO: Found listing with ID: MJ17%20UDE
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520UDE%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Scrape type for MJ17%20UDE: 2
2026-03-30 06:29:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da31791f-db59-5ac7-960b-86238c82fb1c with identifier: MJ17%20UDE
2026-03-30 06:29:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da31791f-db59-5ac7-960b-86238c82fb1c with scrape type 2
2026-03-30 06:29:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da31791f-db59-5ac7-960b-86238c82fb1c with scrape type 2
2026-03-30 06:29:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da31791f-db59-5ac7-960b-86238c82fb1c, identifier: MJ17%20UDE
2026-03-30 06:29:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b46babce-c995-57b3-8ab7-9dedd4b046c8 with identifier: LP64%20LWK
2026-03-30 06:29:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b46babce-c995-57b3-8ab7-9dedd4b046c8 with identifier: LP64%20LWK
2026-03-30 06:29:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b46babce-c995-57b3-8ab7-9dedd4b046c8 with identifier: LP64%20LWK to the API
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP64%20LWK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b46babce-c995-57b3-8ab7-9dedd4b046c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP64 LWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP64%20LWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 80437,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'SJNTAAE12U1092362',
 'year': 2015}
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP64%2520LWK%27 HTTP/1.1" 200 None
2026-03-30 06:29:33 [bca.uk] INFO: Saving data for LP64%20LWK: {'auction_closing_time': 1774864800.0, 'created_time': 1773828175.893605, 'last_price_update_time': 1774852173.740301}
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP64%2520LWK') HTTP/1.1" 204 0
2026-03-30 06:29:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da31791f-db59-5ac7-960b-86238c82fb1c with identifier: MJ17%20UDE
2026-03-30 06:29:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da31791f-db59-5ac7-960b-86238c82fb1c with identifier: MJ17%20UDE
2026-03-30 06:29:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da31791f-db59-5ac7-960b-86238c82fb1c with identifier: MJ17%20UDE to the API
2026-03-30 06:29:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ17%20UDE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da31791f-db59-5ac7-960b-86238c82fb1c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ17 UDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ17%20UDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'EDGE',
 'odometer': 115493,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD EDGE 2.0 TDCI 180 TITANIUM 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 TITANIUM 4WD',
 'vin': '2FMTK5KA4GBC28128',
 'year': 2017}
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ17%2520UDE%27 HTTP/1.1" 200 None
2026-03-30 06:29:34 [bca.uk] INFO: Saving data for MJ17%20UDE: {'auction_closing_time': 1774951200.0, 'created_time': 1774562909.988815, 'last_price_update_time': 1774852174.130424}
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ17%2520UDE') HTTP/1.1" 204 0
2026-03-30 06:29:34 [bca.uk] INFO: Found listing with ID: SB14%20UEP
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB14%2520UEP%27 HTTP/1.1" 200 None
2026-03-30 06:29:34 [bca.uk] INFO: Scrape type for SB14%20UEP: 2
2026-03-30 06:29:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb3c51ef-e161-5fc7-a13a-60b014940d04 with identifier: SB14%20UEP
2026-03-30 06:29:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb3c51ef-e161-5fc7-a13a-60b014940d04 with scrape type 2
2026-03-30 06:29:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb3c51ef-e161-5fc7-a13a-60b014940d04 with scrape type 2
2026-03-30 06:29:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb3c51ef-e161-5fc7-a13a-60b014940d04, identifier: SB14%20UEP
2026-03-30 06:29:34 [bca.uk] INFO: Found listing with ID: 0F8654191
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%270F8654191%27 HTTP/1.1" 200 None
2026-03-30 06:29:34 [bca.uk] INFO: Scrape type for 0F8654191: 0
2026-03-30 06:29:34 [bca.uk] INFO: Found listing with ID: U12F58223
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27U12F58223%27 HTTP/1.1" 200 None
2026-03-30 06:29:34 [bca.uk] INFO: Scrape type for U12F58223: 0
2026-03-30 06:29:34 [bca.uk] INFO: Found listing with ID: MA16%20VCF
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520VCF%27 HTTP/1.1" 200 None
2026-03-30 06:29:34 [bca.uk] INFO: Scrape type for MA16%20VCF: 0
2026-03-30 06:29:34 [bca.uk] INFO: Found listing with ID: LV18%20UCC
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV18%2520UCC%27 HTTP/1.1" 200 None
2026-03-30 06:29:34 [bca.uk] INFO: Scrape type for LV18%20UCC: 2
2026-03-30 06:29:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5ddb4e1-060a-59af-a1ba-87692fc0e775 with identifier: LV18%20UCC
2026-03-30 06:29:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5ddb4e1-060a-59af-a1ba-87692fc0e775 with scrape type 2
2026-03-30 06:29:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5ddb4e1-060a-59af-a1ba-87692fc0e775 with scrape type 2
2026-03-30 06:29:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5ddb4e1-060a-59af-a1ba-87692fc0e775, identifier: LV18%20UCC
2026-03-30 06:29:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb3c51ef-e161-5fc7-a13a-60b014940d04 with identifier: SB14%20UEP
2026-03-30 06:29:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb3c51ef-e161-5fc7-a13a-60b014940d04 with identifier: SB14%20UEP
2026-03-30 06:29:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb3c51ef-e161-5fc7-a13a-60b014940d04 with identifier: SB14%20UEP to the API
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB14%20UEP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb3c51ef-e161-5fc7-a13a-60b014940d04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB14 UEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB14%20UEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 83691,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 VTI ALLURE MPV',
 'transmission': 'manual',
 'trim': 'VTI ALLURE',
 'vin': 'VF3CUHMZ0EY082443',
 'year': 2014}
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB14%2520UEP%27 HTTP/1.1" 200 None
2026-03-30 06:29:34 [bca.uk] INFO: Saving data for SB14%20UEP: {'auction_closing_time': 1774864800.0, 'created_time': 1774265012.141002, 'last_price_update_time': 1774852174.743875}
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB14%2520UEP') HTTP/1.1" 204 0
2026-03-30 06:29:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5ddb4e1-060a-59af-a1ba-87692fc0e775 with identifier: LV18%20UCC
2026-03-30 06:29:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5ddb4e1-060a-59af-a1ba-87692fc0e775 with identifier: LV18%20UCC
2026-03-30 06:29:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5ddb4e1-060a-59af-a1ba-87692fc0e775 with identifier: LV18%20UCC to the API
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV18%20UCC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5ddb4e1-060a-59af-a1ba-87692fc0e775',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV18 UCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV18%20UCC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PORSCHE',
 'model': '718 CAYMAN',
 'odometer': 96198,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PORSCHE 718 CAYMAN 2.0 300 PDK Coupe',
 'transmission': 'automatic',
 'trim': '300 PDK',
 'vin': 'WP0ZZZ98ZJK254205',
 'year': 2018}
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV18%2520UCC%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Saving data for LV18%20UCC: {'auction_closing_time': 1774951200.0, 'created_time': 1774562911.858082, 'last_price_update_time': 1774852175.042794}
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV18%2520UCC') HTTP/1.1" 204 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: WJ64%20EPA
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ64%2520EPA%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for WJ64%20EPA: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: OW66%20KUE
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW66%2520KUE%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for OW66%20KUE: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BG18%20XYT
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520XYT%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BG18%20XYT: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BD74%20RVM
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520RVM%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BD74%20RVM: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BD74%20TFV
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TFV%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BD74%20TFV: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BD74%20TGF
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TGF%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BD74%20TGF: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BD74%20TGN
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TGN%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BD74%20TGN: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BD74%20TLV
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520TLV%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BD74%20TLV: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BD74%20UUB
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520UUB%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BD74%20UUB: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BG24%20NHY
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520NHY%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BG24%20NHY: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BG24%20NJE
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520NJE%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BG24%20NJE: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BK24%20GGJ
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520GGJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BK24%20GGJ: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BP24%20VPR
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP24%2520VPR%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BP24%20VPR: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: NL65%20CWG
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL65%2520CWG%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for NL65%20CWG: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: BW63%20UOL
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW63%2520UOL%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for BW63%20UOL: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: FH63%20FXK
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH63%2520FXK%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for FH63%20FXK: 2
2026-03-30 06:29:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b124546-dadf-541f-9f2c-7ef1dce8912b with identifier: FH63%20FXK
2026-03-30 06:29:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b124546-dadf-541f-9f2c-7ef1dce8912b with scrape type 2
2026-03-30 06:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b124546-dadf-541f-9f2c-7ef1dce8912b with scrape type 2
2026-03-30 06:29:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b124546-dadf-541f-9f2c-7ef1dce8912b, identifier: FH63%20FXK
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: DF24%20XAJ
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF24%2520XAJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for DF24%20XAJ: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: C12C36979
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27C12C36979%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for C12C36979: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: GHEA20456
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHEA20456%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for GHEA20456: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: GHFS25380
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHFS25380%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for GHFS25380: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: GHGY83561
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GHGY83561%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for GHGY83561: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: GXJY09716
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GXJY09716%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for GXJY09716: 0
2026-03-30 06:29:35 [bca.uk] INFO: Found listing with ID: KK68%20TXE
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK68%2520TXE%27 HTTP/1.1" 200 None
2026-03-30 06:29:35 [bca.uk] INFO: Scrape type for KK68%20TXE: 2
2026-03-30 06:29:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eadad8c-261b-55b5-8775-72bdab2827d2 with identifier: KK68%20TXE
2026-03-30 06:29:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eadad8c-261b-55b5-8775-72bdab2827d2 with scrape type 2
2026-03-30 06:29:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3eadad8c-261b-55b5-8775-72bdab2827d2 with scrape type 2
2026-03-30 06:29:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3eadad8c-261b-55b5-8775-72bdab2827d2, identifier: KK68%20TXE
2026-03-30 06:29:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b124546-dadf-541f-9f2c-7ef1dce8912b with identifier: FH63%20FXK
2026-03-30 06:29:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b124546-dadf-541f-9f2c-7ef1dce8912b with identifier: FH63%20FXK
2026-03-30 06:29:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b124546-dadf-541f-9f2c-7ef1dce8912b with identifier: FH63%20FXK to the API
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH63%20FXK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b124546-dadf-541f-9f2c-7ef1dce8912b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH63 FXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH63%20FXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'ADAM',
 'odometer': 78244,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ADAM 1.2 VVT 70 JAM Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 70 JAM',
 'vin': 'W0L0MAP08E6036506',
 'year': 2014}
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH63%2520FXK%27 HTTP/1.1" 200 None
2026-03-30 06:29:36 [bca.uk] INFO: Saving data for FH63%20FXK: {'auction_closing_time': 1774864800.0, 'created_time': 1773933200.978436, 'last_price_update_time': 1774852176.036435}
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH63%2520FXK') HTTP/1.1" 204 0
2026-03-30 06:29:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3eadad8c-261b-55b5-8775-72bdab2827d2 with identifier: KK68%20TXE
2026-03-30 06:29:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3eadad8c-261b-55b5-8775-72bdab2827d2 with identifier: KK68%20TXE
2026-03-30 06:29:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3eadad8c-261b-55b5-8775-72bdab2827d2 with identifier: KK68%20TXE to the API
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK68%20TXE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3eadad8c-261b-55b5-8775-72bdab2827d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KK68 TXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK68%20TXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 85070,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A5 SPORTBACK 2.0 35 TDI S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TDI S LINE S-T',
 'vin': 'WAUZZZF59KA026580',
 'year': 2019}
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK68%2520TXE%27 HTTP/1.1" 200 None
2026-03-30 06:29:36 [bca.uk] INFO: Saving data for KK68%20TXE: {'auction_closing_time': 1774951200.0, 'created_time': 1774562908.43773, 'last_price_update_time': 1774852176.420701}
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK68%2520TXE') HTTP/1.1" 204 0
2026-03-30 06:29:36 [bca.uk] INFO: Found listing with ID: GM65%20MZV
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM65%2520MZV%27 HTTP/1.1" 200 None
2026-03-30 06:29:36 [bca.uk] INFO: Scrape type for GM65%20MZV: 0
2026-03-30 06:29:36 [bca.uk] INFO: Found listing with ID: BC15%20ZNN
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC15%2520ZNN%27 HTTP/1.1" 200 None
2026-03-30 06:29:36 [bca.uk] INFO: Scrape type for BC15%20ZNN: 0
2026-03-30 06:29:36 [bca.uk] INFO: Found listing with ID: GL62%20LYA
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL62%2520LYA%27 HTTP/1.1" 200 None
2026-03-30 06:29:36 [bca.uk] INFO: Scrape type for GL62%20LYA: 0
2026-03-30 06:29:36 [bca.uk] INFO: Found listing with ID: NG25%20DSE
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG25%2520DSE%27 HTTP/1.1" 200 None
2026-03-30 06:29:36 [bca.uk] INFO: Scrape type for NG25%20DSE: 0
2026-03-30 06:29:36 [bca.uk] INFO: Found listing with ID: YC62%20LNA
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC62%2520LNA%27 HTTP/1.1" 200 None
2026-03-30 06:29:36 [bca.uk] INFO: Scrape type for YC62%20LNA: 2
2026-03-30 06:29:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f533dd8c-3eac-51bb-9246-8912046c7977 with identifier: YC62%20LNA
2026-03-30 06:29:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f533dd8c-3eac-51bb-9246-8912046c7977 with scrape type 2
2026-03-30 06:29:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f533dd8c-3eac-51bb-9246-8912046c7977 with scrape type 2
2026-03-30 06:29:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f533dd8c-3eac-51bb-9246-8912046c7977, identifier: YC62%20LNA
2026-03-30 06:29:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:29:36 [bca.uk] INFO: Found listing with ID: YH71%20KRN
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520KRN%27 HTTP/1.1" 200 None
2026-03-30 06:29:36 [bca.uk] INFO: Scrape type for YH71%20KRN: 2
2026-03-30 06:29:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8749655-61f1-5b77-8ea6-5578036ab749 with identifier: YH71%20KRN
2026-03-30 06:29:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8749655-61f1-5b77-8ea6-5578036ab749 with scrape type 2
2026-03-30 06:29:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8749655-61f1-5b77-8ea6-5578036ab749 with scrape type 2
2026-03-30 06:29:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8749655-61f1-5b77-8ea6-5578036ab749, identifier: YH71%20KRN
2026-03-30 06:29:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f533dd8c-3eac-51bb-9246-8912046c7977 with identifier: YC62%20LNA
2026-03-30 06:29:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f533dd8c-3eac-51bb-9246-8912046c7977 with identifier: YC62%20LNA
2026-03-30 06:29:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f533dd8c-3eac-51bb-9246-8912046c7977 with identifier: YC62%20LNA to the API
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC62%20LNA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f533dd8c-3eac-51bb-9246-8912046c7977',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC62 LNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC62%20LNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 97661,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 EDGE Hatchback',
 'transmission': 'manual',
 'trim': '82 EDGE',
 'vin': 'WF0JXXGAJJCL69530',
 'year': 2012}
2026-03-30 06:29:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC62%2520LNA%27 HTTP/1.1" 200 None
2026-03-30 06:29:37 [bca.uk] INFO: Saving data for YC62%20LNA: {'auction_closing_time': 1774864800.0, 'created_time': 1773843913.165479, 'last_price_update_time': 1774852177.00106}
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC62%2520LNA') HTTP/1.1" 204 0
2026-03-30 06:29:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8749655-61f1-5b77-8ea6-5578036ab749 with identifier: YH71%20KRN
2026-03-30 06:29:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8749655-61f1-5b77-8ea6-5578036ab749 with identifier: YH71%20KRN
2026-03-30 06:29:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8749655-61f1-5b77-8ea6-5578036ab749 with identifier: YH71%20KRN to the API
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH71%20KRN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd8749655-61f1-5b77-8ea6-5578036ab749',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH71 KRN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH71%20KRN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 183539,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 MHT XDRIVE M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'MHT XDRIVE M SPORT',
 'vin': 'WBA52BN000CH47665',
 'year': 2021}
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520KRN%27 HTTP/1.1" 200 None
2026-03-30 06:29:37 [bca.uk] INFO: Saving data for YH71%20KRN: {'auction_closing_time': 1774951200.0, 'created_time': 1774563076.699299, 'last_price_update_time': 1774852177.294564}
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH71%2520KRN') HTTP/1.1" 204 0
2026-03-30 06:29:37 [bca.uk] INFO: Found listing with ID: PE21%20YRU
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE21%2520YRU%27 HTTP/1.1" 200 None
2026-03-30 06:29:37 [bca.uk] INFO: Scrape type for PE21%20YRU: 0
2026-03-30 06:29:37 [bca.uk] INFO: Found listing with ID: DA63%20ZBZ
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA63%2520ZBZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:37 [bca.uk] INFO: Scrape type for DA63%20ZBZ: 0
2026-03-30 06:29:37 [bca.uk] INFO: Found listing with ID: SR10%20JVX
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR10%2520JVX%27 HTTP/1.1" 200 None
2026-03-30 06:29:37 [bca.uk] INFO: Scrape type for SR10%20JVX: 2
2026-03-30 06:29:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 959d0e92-aa92-5def-9255-11be67650f4c with identifier: SR10%20JVX
2026-03-30 06:29:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 959d0e92-aa92-5def-9255-11be67650f4c with scrape type 2
2026-03-30 06:29:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 959d0e92-aa92-5def-9255-11be67650f4c with scrape type 2
2026-03-30 06:29:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 959d0e92-aa92-5def-9255-11be67650f4c, identifier: SR10%20JVX
2026-03-30 06:29:37 [bca.uk] INFO: Found listing with ID: RX64%20VKG
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX64%2520VKG%27 HTTP/1.1" 200 None
2026-03-30 06:29:37 [bca.uk] INFO: Scrape type for RX64%20VKG: 2
2026-03-30 06:29:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with identifier: RX64%20VKG
2026-03-30 06:29:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with scrape type 2
2026-03-30 06:29:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with scrape type 2
2026-03-30 06:29:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389, identifier: RX64%20VKG
2026-03-30 06:29:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 959d0e92-aa92-5def-9255-11be67650f4c with identifier: SR10%20JVX
2026-03-30 06:29:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 959d0e92-aa92-5def-9255-11be67650f4c with identifier: SR10%20JVX
2026-03-30 06:29:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 959d0e92-aa92-5def-9255-11be67650f4c with identifier: SR10%20JVX to the API
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR10%20JVX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '959d0e92-aa92-5def-9255-11be67650f4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR10 JVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR10%20JVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 110703,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.8 I-VTEC SI Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC SI',
 'vin': 'SHHFK2750AU019709',
 'year': 2010}
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR10%2520JVX%27 HTTP/1.1" 200 None
2026-03-30 06:29:37 [bca.uk] INFO: Saving data for SR10%20JVX: {'auction_closing_time': 1774951200.0, 'created_time': 1773843776.288059, 'last_price_update_time': 1774852177.878231}
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR10%2520JVX') HTTP/1.1" 204 0
2026-03-30 06:29:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with identifier: RX64%20VKG
2026-03-30 06:29:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with identifier: RX64%20VKG
2026-03-30 06:29:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389 with identifier: RX64%20VKG to the API
2026-03-30 06:29:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX64%20VKG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5d302f4a-8aa8-5a8e-9e1f-4d5c4ba6a389',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX64 VKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX64%20VKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 57242,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 MATCH',
 'vin': 'WVWZZZAUZFP017109',
 'year': 2014}
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX64%2520VKG%27 HTTP/1.1" 200 None
2026-03-30 06:29:38 [bca.uk] INFO: Saving data for RX64%20VKG: {'auction_closing_time': 1774951200.0, 'created_time': 1774563102.956894, 'last_price_update_time': 1774852178.180409}
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX64%2520VKG') HTTP/1.1" 204 0
2026-03-30 06:29:38 [bca.uk] INFO: Found listing with ID: LR61%20BEL
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR61%2520BEL%27 HTTP/1.1" 200 None
2026-03-30 06:29:38 [bca.uk] INFO: Scrape type for LR61%20BEL: 2
2026-03-30 06:29:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e6669c0-2d33-57c2-8aaa-c7b3d1eedd4b with identifier: LR61%20BEL
2026-03-30 06:29:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6669c0-2d33-57c2-8aaa-c7b3d1eedd4b with scrape type 2
2026-03-30 06:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e6669c0-2d33-57c2-8aaa-c7b3d1eedd4b with scrape type 2
2026-03-30 06:29:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e6669c0-2d33-57c2-8aaa-c7b3d1eedd4b, identifier: LR61%20BEL
2026-03-30 06:29:38 [bca.uk] INFO: Found listing with ID: OU16%20HHJ
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU16%2520HHJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:38 [bca.uk] INFO: Scrape type for OU16%20HHJ: 2
2026-03-30 06:29:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4742b14-fa13-577c-abf3-bf731f877c9b with identifier: OU16%20HHJ
2026-03-30 06:29:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4742b14-fa13-577c-abf3-bf731f877c9b with scrape type 2
2026-03-30 06:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4742b14-fa13-577c-abf3-bf731f877c9b with scrape type 2
2026-03-30 06:29:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4742b14-fa13-577c-abf3-bf731f877c9b, identifier: OU16%20HHJ
2026-03-30 06:29:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e6669c0-2d33-57c2-8aaa-c7b3d1eedd4b with identifier: LR61%20BEL
2026-03-30 06:29:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e6669c0-2d33-57c2-8aaa-c7b3d1eedd4b with identifier: LR61%20BEL
2026-03-30 06:29:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e6669c0-2d33-57c2-8aaa-c7b3d1eedd4b with identifier: LR61%20BEL to the API
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR61%20BEL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0e6669c0-2d33-57c2-8aaa-c7b3d1eedd4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR61 BEL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR61%20BEL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 200',
 'odometer': 64840,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 200 1.8 B/E AMG SPORT TIP Roadster',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT TIP',
 'vin': 'WDD1724482F075726',
 'year': 2013}
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR61%2520BEL%27 HTTP/1.1" 200 None
2026-03-30 06:29:38 [bca.uk] INFO: Saving data for LR61%20BEL: {'auction_closing_time': 1774864800.0, 'created_time': 1774437434.853769, 'last_price_update_time': 1774852178.679636}
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR61%2520BEL') HTTP/1.1" 204 0
2026-03-30 06:29:38 [bca.uk] INFO: Total items found: 100
2026-03-30 06:29:38 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded
2026-03-30 06:29:38 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:29:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4742b14-fa13-577c-abf3-bf731f877c9b with identifier: OU16%20HHJ
2026-03-30 06:29:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4742b14-fa13-577c-abf3-bf731f877c9b with identifier: OU16%20HHJ
2026-03-30 06:29:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4742b14-fa13-577c-abf3-bf731f877c9b with identifier: OU16%20HHJ to the API
2026-03-30 06:29:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU16%20HHJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e4742b14-fa13-577c-abf3-bf731f877c9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU16 HHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU16%20HHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E200',
 'odometer': 35737,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E200 2.0 AMG LINE TIP Convertible',
 'transmission': 'manual',
 'trim': 'AMG LINE TIP',
 'vin': 'WDD2074342F331580',
 'year': 2016}
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU16%2520HHJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:39 [bca.uk] INFO: Saving data for OU16%20HHJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563109.010276, 'last_price_update_time': 1774852179.140254}
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU16%2520HHJ') HTTP/1.1" 204 0
2026-03-30 06:29:39 [bca.uk] INFO: Found listing with ID: LP73%20GCZ
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP73%2520GCZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:39 [bca.uk] INFO: Scrape type for LP73%20GCZ: 0
2026-03-30 06:29:39 [bca.uk] INFO: Found listing with ID: ET10%20JBZ
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET10%2520JBZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:39 [bca.uk] INFO: Scrape type for ET10%20JBZ: 2
2026-03-30 06:29:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with identifier: ET10%20JBZ
2026-03-30 06:29:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with scrape type 2
2026-03-30 06:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with scrape type 2
2026-03-30 06:29:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66, identifier: ET10%20JBZ
2026-03-30 06:29:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:39 [bca.uk] INFO: Found listing with ID: FE67%20FPU
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520FPU%27 HTTP/1.1" 200 None
2026-03-30 06:29:39 [bca.uk] INFO: Scrape type for FE67%20FPU: 2
2026-03-30 06:29:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 893905e2-9bc5-58a4-9f24-364514f15f73 with identifier: FE67%20FPU
2026-03-30 06:29:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 893905e2-9bc5-58a4-9f24-364514f15f73 with scrape type 2
2026-03-30 06:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 893905e2-9bc5-58a4-9f24-364514f15f73 with scrape type 2
2026-03-30 06:29:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 893905e2-9bc5-58a4-9f24-364514f15f73, identifier: FE67%20FPU
2026-03-30 06:29:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with identifier: ET10%20JBZ
2026-03-30 06:29:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with identifier: ET10%20JBZ
2026-03-30 06:29:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66 with identifier: ET10%20JBZ to the API
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET10%20JBZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ebbd1426-7b4c-5fcd-af1c-ab3d0e0ede66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET10 JBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET10%20JBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 48655,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.6 TDCI 95 ECONETIC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 95 ECONETIC',
 'vin': 'WF0JXXGAJJAM06539',
 'year': 2010}
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET10%2520JBZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:39 [bca.uk] INFO: Saving data for ET10%20JBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774265069.999378, 'last_price_update_time': 1774852179.652808}
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET10%2520JBZ') HTTP/1.1" 204 0
2026-03-30 06:29:39 [bca.uk] INFO: Found listing with ID: YT24%20RJJ
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT24%2520RJJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:39 [bca.uk] INFO: Scrape type for YT24%20RJJ: 0
2026-03-30 06:29:39 [bca.uk] INFO: Found listing with ID: EJ19%20GZB
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520GZB%27 HTTP/1.1" 200 None
2026-03-30 06:29:39 [bca.uk] INFO: Scrape type for EJ19%20GZB: 0
2026-03-30 06:29:39 [bca.uk] INFO: Found listing with ID: VX63%20BLK
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX63%2520BLK%27 HTTP/1.1" 200 None
2026-03-30 06:29:39 [bca.uk] INFO: Scrape type for VX63%20BLK: 2
2026-03-30 06:29:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 021997ac-c912-567b-ad98-0f37f8d574dc with identifier: VX63%20BLK
2026-03-30 06:29:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 021997ac-c912-567b-ad98-0f37f8d574dc with scrape type 2
2026-03-30 06:29:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 021997ac-c912-567b-ad98-0f37f8d574dc with scrape type 2
2026-03-30 06:29:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 021997ac-c912-567b-ad98-0f37f8d574dc, identifier: VX63%20BLK
2026-03-30 06:29: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:29:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 893905e2-9bc5-58a4-9f24-364514f15f73 with identifier: FE67%20FPU
2026-03-30 06:29:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 893905e2-9bc5-58a4-9f24-364514f15f73 with identifier: FE67%20FPU
2026-03-30 06:29:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 893905e2-9bc5-58a4-9f24-364514f15f73 with identifier: FE67%20FPU to the API
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '893905e2-9bc5-58a4-9f24-364514f15f73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE67 FPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE67%20FPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 65642,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 150 BMT H/L LWB PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 150 BMT H/L LWB',
 'vin': 'WV1ZZZ7HZJH024220',
 'year': 2017}
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520FPU%27 HTTP/1.1" 200 None
2026-03-30 06:29:40 [bca.uk] INFO: Saving data for FE67%20FPU: {'auction_closing_time': 1775124000.0, 'created_time': 1774437287.642238, 'last_price_update_time': 1774852180.093665}
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE67%2520FPU') HTTP/1.1" 204 0
2026-03-30 06:29:40 [bca.uk] INFO: Found listing with ID: EJ10%20GOC
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ10%2520GOC%27 HTTP/1.1" 200 None
2026-03-30 06:29:40 [bca.uk] INFO: Scrape type for EJ10%20GOC: 2
2026-03-30 06:29:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05bfdbe5-ad49-5cc4-a516-7780d764b4cc with identifier: EJ10%20GOC
2026-03-30 06:29:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05bfdbe5-ad49-5cc4-a516-7780d764b4cc with scrape type 2
2026-03-30 06:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05bfdbe5-ad49-5cc4-a516-7780d764b4cc with scrape type 2
2026-03-30 06:29:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05bfdbe5-ad49-5cc4-a516-7780d764b4cc, identifier: EJ10%20GOC
2026-03-30 06:29:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 021997ac-c912-567b-ad98-0f37f8d574dc with identifier: VX63%20BLK
2026-03-30 06:29:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 021997ac-c912-567b-ad98-0f37f8d574dc with identifier: VX63%20BLK
2026-03-30 06:29:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 021997ac-c912-567b-ad98-0f37f8d574dc with identifier: VX63%20BLK to the API
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX63%20BLK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '021997ac-c912-567b-ad98-0f37f8d574dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX63 BLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX63%20BLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '535D',
 'odometer': 130594,
 'odometer_reading_unit': '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 535D 3.0 M SPORT STEP Saloon',
 'transmission': 'manual',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5D52000D338251',
 'year': 2013}
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX63%2520BLK%27 HTTP/1.1" 200 None
2026-03-30 06:29:40 [bca.uk] INFO: Saving data for VX63%20BLK: {'auction_closing_time': 1774864800.0, 'created_time': 1774437310.073571, 'last_price_update_time': 1774852180.475102}
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX63%2520BLK') HTTP/1.1" 204 0
2026-03-30 06:29:40 [bca.uk] INFO: Found listing with ID: DX69%20ZJO
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX69%2520ZJO%27 HTTP/1.1" 200 None
2026-03-30 06:29:40 [bca.uk] INFO: Scrape type for DX69%20ZJO: 2
2026-03-30 06:29:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bd0f1ea-271b-5029-940a-f6d413d764d2 with identifier: DX69%20ZJO
2026-03-30 06:29:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bd0f1ea-271b-5029-940a-f6d413d764d2 with scrape type 2
2026-03-30 06:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bd0f1ea-271b-5029-940a-f6d413d764d2 with scrape type 2
2026-03-30 06:29:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bd0f1ea-271b-5029-940a-f6d413d764d2, identifier: DX69%20ZJO
2026-03-30 06:29:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05bfdbe5-ad49-5cc4-a516-7780d764b4cc with identifier: EJ10%20GOC
2026-03-30 06:29:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05bfdbe5-ad49-5cc4-a516-7780d764b4cc with identifier: EJ10%20GOC
2026-03-30 06:29:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05bfdbe5-ad49-5cc4-a516-7780d764b4cc with identifier: EJ10%20GOC to the API
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ10%20GOC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '05bfdbe5-ad49-5cc4-a516-7780d764b4cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ10 GOC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ10%20GOC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'GRAND SCENIC',
 'odometer': 121143,
 '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 GRAND SCENIC 1.5 DCI 106 PRIVILEGE TOM TOM 7S MPV',
 'transmission': 'manual',
 'trim': 'DCI 106 PRIVILEGE TOM TOM 7S',
 'vin': 'VF1JZ0BB643575649',
 'year': 2010}
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ10%2520GOC%27 HTTP/1.1" 200 None
2026-03-30 06:29:40 [bca.uk] INFO: Saving data for EJ10%20GOC: {'auction_closing_time': 1774864800.0, 'created_time': 1774265017.538524, 'last_price_update_time': 1774852180.87433}
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ10%2520GOC') HTTP/1.1" 204 0
2026-03-30 06:29:40 [bca.uk] INFO: Found listing with ID: GY72%20CWN
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520CWN%27 HTTP/1.1" 200 None
2026-03-30 06:29:40 [bca.uk] INFO: Scrape type for GY72%20CWN: 0
2026-03-30 06:29:40 [bca.uk] INFO: Found listing with ID: AO17%20ZBJ
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO17%2520ZBJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:40 [bca.uk] INFO: Scrape type for AO17%20ZBJ: 2
2026-03-30 06:29:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62989788-39da-5020-8a84-c47b8a8902be with identifier: AO17%20ZBJ
2026-03-30 06:29:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62989788-39da-5020-8a84-c47b8a8902be with scrape type 2
2026-03-30 06:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62989788-39da-5020-8a84-c47b8a8902be with scrape type 2
2026-03-30 06:29:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62989788-39da-5020-8a84-c47b8a8902be, identifier: AO17%20ZBJ
2026-03-30 06:29:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bd0f1ea-271b-5029-940a-f6d413d764d2 with identifier: DX69%20ZJO
2026-03-30 06:29:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bd0f1ea-271b-5029-940a-f6d413d764d2 with identifier: DX69%20ZJO
2026-03-30 06:29:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bd0f1ea-271b-5029-940a-f6d413d764d2 with identifier: DX69%20ZJO to the API
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX69%20ZJO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0bd0f1ea-271b-5029-940a-f6d413d764d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX69 ZJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX69%20ZJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'PROACE',
 'odometer': 100279,
 'odometer_reading_unit': '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.5 D 120 MEDIUM ICON PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 MEDIUM ICON',
 'vin': 'YARVBYHVKGZ155269',
 'year': 2019}
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX69%2520ZJO%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Saving data for DX69%20ZJO: {'auction_closing_time': 1775124000.0, 'created_time': 1774523488.435678, 'last_price_update_time': 1774852181.28645}
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX69%2520ZJO') HTTP/1.1" 204 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: BG70%20LHT
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG70%2520LHT%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Scrape type for BG70%20LHT: 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: MD65%20YLR
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD65%2520YLR%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Scrape type for MD65%20YLR: 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: KR66%20FDZ
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR66%2520FDZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Scrape type for KR66%20FDZ: 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: KN22%20WLL
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520WLL%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Scrape type for KN22%20WLL: 2
2026-03-30 06:29:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fae139d-26c5-54df-9e95-3f46f68a215d with identifier: KN22%20WLL
2026-03-30 06:29:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fae139d-26c5-54df-9e95-3f46f68a215d with scrape type 2
2026-03-30 06:29:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fae139d-26c5-54df-9e95-3f46f68a215d with scrape type 2
2026-03-30 06:29:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fae139d-26c5-54df-9e95-3f46f68a215d, identifier: KN22%20WLL
2026-03-30 06:29:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62989788-39da-5020-8a84-c47b8a8902be with identifier: AO17%20ZBJ
2026-03-30 06:29:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62989788-39da-5020-8a84-c47b8a8902be with identifier: AO17%20ZBJ
2026-03-30 06:29:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62989788-39da-5020-8a84-c47b8a8902be with identifier: AO17%20ZBJ to the API
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO17%20ZBJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '62989788-39da-5020-8a84-c47b8a8902be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO17 ZBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO17%20ZBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 63761,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 150 ZETEC P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 150 ZETEC P/S',
 'vin': 'WF0KXXWPCKHM81944',
 'year': 2017}
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO17%2520ZBJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Saving data for AO17%20ZBJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774437290.16583, 'last_price_update_time': 1774852181.759064}
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO17%2520ZBJ') HTTP/1.1" 204 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: YG72%20VKL
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG72%2520VKL%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Scrape type for YG72%20VKL: 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: CE69%20ZXK
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE69%2520ZXK%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Scrape type for CE69%20ZXK: 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: MD22%20FVC
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD22%2520FVC%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Scrape type for MD22%20FVC: 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: BJ19%20CWR
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520CWR%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Scrape type for BJ19%20CWR: 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: BT60%20ZXZ
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT60%2520ZXZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Scrape type for BT60%20ZXZ: 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: BV14%20LCL
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520LCL%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Scrape type for BV14%20LCL: 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: BW70%20KTV
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW70%2520KTV%27 HTTP/1.1" 200 None
2026-03-30 06:29:41 [bca.uk] INFO: Scrape type for BW70%20KTV: 0
2026-03-30 06:29:41 [bca.uk] INFO: Found listing with ID: DL60%20KXX
2026-03-30 06:29:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL60%2520KXX%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for DL60%20KXX: 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: DX22%20WKC
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520WKC%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for DX22%20WKC: 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: KO19%20LSL
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO19%2520LSL%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for KO19%20LSL: 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: LG22%20NWY
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520NWY%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for LG22%20NWY: 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: LN24%20RCU
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RCU%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for LN24%20RCU: 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: MA74%20KJV
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA74%2520KJV%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for MA74%20KJV: 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: PO19%20XXU
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520XXU%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for PO19%20XXU: 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: SH15%20ESF
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH15%2520ESF%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for SH15%20ESF: 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: PN59%20LKF
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN59%2520LKF%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for PN59%20LKF: 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: GL21%20OMZ
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520OMZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for GL21%20OMZ: 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: YP22%20MUE
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520MUE%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for YP22%20MUE: 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: WF54%20KZD
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF54%2520KZD%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for WF54%20KZD: 2
2026-03-30 06:29:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8635c6f-21fb-5047-b2ab-343a931a9636 with identifier: WF54%20KZD
2026-03-30 06:29:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8635c6f-21fb-5047-b2ab-343a931a9636 with scrape type 2
2026-03-30 06:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8635c6f-21fb-5047-b2ab-343a931a9636 with scrape type 2
2026-03-30 06:29:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8635c6f-21fb-5047-b2ab-343a931a9636, identifier: WF54%20KZD
2026-03-30 06:29:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fae139d-26c5-54df-9e95-3f46f68a215d with identifier: KN22%20WLL
2026-03-30 06:29:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fae139d-26c5-54df-9e95-3f46f68a215d with identifier: KN22%20WLL
2026-03-30 06:29:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fae139d-26c5-54df-9e95-3f46f68a215d with identifier: KN22%20WLL to the API
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN22%20WLL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6fae139d-26c5-54df-9e95-3f46f68a215d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN22 WLL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN22%20WLL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND',
 'odometer': 33702,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND 1.2 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN',
 'vin': 'W0V7D9EE9N4133860',
 'year': 2022}
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520WLL%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Saving data for KN22%20WLL: {'auction_closing_time': 1774864800.0, 'created_time': 1774188143.697866, 'last_price_update_time': 1774852182.558888}
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN22%2520WLL') HTTP/1.1" 204 0
2026-03-30 06:29:42 [bca.uk] INFO: Found listing with ID: OU63%20XGP
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU63%2520XGP%27 HTTP/1.1" 200 None
2026-03-30 06:29:42 [bca.uk] INFO: Scrape type for OU63%20XGP: 2
2026-03-30 06:29:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 935690ff-e3de-5e12-932d-b8f8d3977cde with identifier: OU63%20XGP
2026-03-30 06:29:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 935690ff-e3de-5e12-932d-b8f8d3977cde with scrape type 2
2026-03-30 06:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 935690ff-e3de-5e12-932d-b8f8d3977cde with scrape type 2
2026-03-30 06:29:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 935690ff-e3de-5e12-932d-b8f8d3977cde, identifier: OU63%20XGP
2026-03-30 06:29:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8635c6f-21fb-5047-b2ab-343a931a9636 with identifier: WF54%20KZD
2026-03-30 06:29:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8635c6f-21fb-5047-b2ab-343a931a9636 with identifier: WF54%20KZD
2026-03-30 06:29:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8635c6f-21fb-5047-b2ab-343a931a9636 with identifier: WF54%20KZD to the API
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 259,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF54%20KZD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f8635c6f-21fb-5047-b2ab-343a931a9636',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF54 KZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF54%20KZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'SHARAN',
 'odometer': 99847,
 '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': 'VOLKSWAGEN SHARAN 2.0 SE MPV',
 'transmission': 'automatic',
 'trim': 'SE',
 'vin': 'WVWZZZ7MZ4V020378',
 'year': 2004}
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF54%2520KZD%27 HTTP/1.1" 200 None
2026-03-30 06:29:43 [bca.uk] INFO: Saving data for WF54%20KZD: {'auction_closing_time': 1774864800.0, 'created_time': 1773826628.534227, 'last_price_update_time': 1774852183.042008}
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF54%2520KZD') HTTP/1.1" 204 0
2026-03-30 06:29:43 [bca.uk] INFO: Found listing with ID: WP66%20XWR
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520XWR%27 HTTP/1.1" 200 None
2026-03-30 06:29:43 [bca.uk] INFO: Scrape type for WP66%20XWR: 2
2026-03-30 06:29:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 378333ee-2c76-5af5-bf0b-065f8d3a3034 with identifier: WP66%20XWR
2026-03-30 06:29:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 378333ee-2c76-5af5-bf0b-065f8d3a3034 with scrape type 2
2026-03-30 06:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 378333ee-2c76-5af5-bf0b-065f8d3a3034 with scrape type 2
2026-03-30 06:29:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 378333ee-2c76-5af5-bf0b-065f8d3a3034, identifier: WP66%20XWR
2026-03-30 06:29:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 935690ff-e3de-5e12-932d-b8f8d3977cde with identifier: OU63%20XGP
2026-03-30 06:29:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 935690ff-e3de-5e12-932d-b8f8d3977cde with identifier: OU63%20XGP
2026-03-30 06:29:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 935690ff-e3de-5e12-932d-b8f8d3977cde with identifier: OU63%20XGP to the API
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU63%20XGP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '935690ff-e3de-5e12-932d-b8f8d3977cde',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU63 XGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU63%20XGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 103520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TFSI 225 QUATTRO BLACK ED.S-T Estate',
 'transmission': 'automatic',
 'trim': 'TFSI 225 QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ8K8EA041479',
 'year': 2013}
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU63%2520XGP%27 HTTP/1.1" 200 None
2026-03-30 06:29:43 [bca.uk] INFO: Saving data for OU63%20XGP: {'auction_closing_time': 1774864800.0, 'created_time': 1773932462.932141, 'last_price_update_time': 1774852183.615046}
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU63%2520XGP') HTTP/1.1" 204 0
2026-03-30 06:29:43 [bca.uk] INFO: Found listing with ID: CE18%20FZW
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE18%2520FZW%27 HTTP/1.1" 200 None
2026-03-30 06:29:43 [bca.uk] INFO: Scrape type for CE18%20FZW: 0
2026-03-30 06:29:43 [bca.uk] INFO: Found listing with ID: YJ69%20MFD
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520MFD%27 HTTP/1.1" 200 None
2026-03-30 06:29:43 [bca.uk] INFO: Scrape type for YJ69%20MFD: 0
2026-03-30 06:29:43 [bca.uk] INFO: Found listing with ID: AE16%20XJU
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520XJU%27 HTTP/1.1" 200 None
2026-03-30 06:29:43 [bca.uk] INFO: Scrape type for AE16%20XJU: 0
2026-03-30 06:29:43 [bca.uk] INFO: Found listing with ID: WR75%20FBO
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520FBO%27 HTTP/1.1" 200 None
2026-03-30 06:29:43 [bca.uk] INFO: Scrape type for WR75%20FBO: 2
2026-03-30 06:29:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0157bcc-a0bc-55fc-8a44-3be2aed98333 with identifier: WR75%20FBO
2026-03-30 06:29:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0157bcc-a0bc-55fc-8a44-3be2aed98333 with scrape type 2
2026-03-30 06:29:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0157bcc-a0bc-55fc-8a44-3be2aed98333 with scrape type 2
2026-03-30 06:29:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0157bcc-a0bc-55fc-8a44-3be2aed98333, identifier: WR75%20FBO
2026-03-30 06:29:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 378333ee-2c76-5af5-bf0b-065f8d3a3034 with identifier: WP66%20XWR
2026-03-30 06:29:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 378333ee-2c76-5af5-bf0b-065f8d3a3034 with identifier: WP66%20XWR
2026-03-30 06:29:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 378333ee-2c76-5af5-bf0b-065f8d3a3034 with identifier: WP66%20XWR to the API
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP66%20XWR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '378333ee-2c76-5af5-bf0b-065f8d3a3034',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP66 XWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP66%20XWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 136772,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 2.0 TDI 150 SE TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 SE TECHNIK',
 'vin': 'WAUZZZ8V5HA077550',
 'year': 2016}
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520XWR%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Saving data for WP66%20XWR: {'auction_closing_time': 1774864800.0, 'created_time': 1773831261.96976, 'last_price_update_time': 1774852184.102909}
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP66%2520XWR') HTTP/1.1" 204 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: BT71%20EPC
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520EPC%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for BT71%20EPC: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: OW18%20MLY
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW18%2520MLY%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for OW18%20MLY: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: DP65%20OAA
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP65%2520OAA%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for DP65%20OAA: 2
2026-03-30 06:29:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c856ae5-bd33-57b5-8538-08020c930466 with identifier: DP65%20OAA
2026-03-30 06:29:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c856ae5-bd33-57b5-8538-08020c930466 with scrape type 2
2026-03-30 06:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c856ae5-bd33-57b5-8538-08020c930466 with scrape type 2
2026-03-30 06:29:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c856ae5-bd33-57b5-8538-08020c930466, identifier: DP65%20OAA
2026-03-30 06:29:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0157bcc-a0bc-55fc-8a44-3be2aed98333 with identifier: WR75%20FBO
2026-03-30 06:29:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0157bcc-a0bc-55fc-8a44-3be2aed98333 with identifier: WR75%20FBO
2026-03-30 06:29:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0157bcc-a0bc-55fc-8a44-3be2aed98333 with identifier: WR75%20FBO to the API
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 56,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR75%20FBO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a0157bcc-a0bc-55fc-8a44-3be2aed98333',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WR75 FBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR75%20FBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 1822,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOUAREG 3.0 V6 PHEV 462 4M R TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 PHEV 462 4M R TIP',
 'vin': 'WVGZZZCR9SD015860',
 'year': 2025}
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520FBO%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Saving data for WR75%20FBO: {'auction_closing_time': 1774864800.0, 'created_time': 1774265976.588851, 'last_price_update_time': 1774852184.547106}
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR75%2520FBO') HTTP/1.1" 204 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: BD25%20SZE
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD25%2520SZE%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for BD25%20SZE: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: BD72%20MOV
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520MOV%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for BD72%20MOV: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: BJ75%20OXW
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520OXW%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for BJ75%20OXW: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: BL24%20KCN
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL24%2520KCN%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for BL24%20KCN: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: BX25%20UUL
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX25%2520UUL%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for BX25%20UUL: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: DA72%20ZNK
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520ZNK%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for DA72%20ZNK: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: MD73%20YAF
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD73%2520YAF%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for MD73%20YAF: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: PF72%20TKV
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520TKV%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for PF72%20TKV: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: PL73%20FNR
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL73%2520FNR%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for PL73%20FNR: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: SY25%20VYC
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY25%2520VYC%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for SY25%20VYC: 0
2026-03-30 06:29:44 [bca.uk] INFO: Found listing with ID: YY66%20NAO
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520NAO%27 HTTP/1.1" 200 None
2026-03-30 06:29:44 [bca.uk] INFO: Scrape type for YY66%20NAO: 2
2026-03-30 06:29:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with identifier: YY66%20NAO
2026-03-30 06:29:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with scrape type 2
2026-03-30 06:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with scrape type 2
2026-03-30 06:29:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928, identifier: YY66%20NAO
2026-03-30 06:29:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c856ae5-bd33-57b5-8538-08020c930466 with identifier: DP65%20OAA
2026-03-30 06:29:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c856ae5-bd33-57b5-8538-08020c930466 with identifier: DP65%20OAA
2026-03-30 06:29:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c856ae5-bd33-57b5-8538-08020c930466 with identifier: DP65%20OAA to the API
2026-03-30 06:29:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP65%20OAA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9c856ae5-bd33-57b5-8538-08020c930466',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP65 OAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP65%20OAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'GTC',
 'odometer': 84273,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GTC 1.4 T 16V 140 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'T 16V 140 SPORT',
 'vin': 'W0LPD2EC7FG139042',
 'year': 2015}
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP65%2520OAA%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Saving data for DP65%20OAA: {'auction_closing_time': 1774864800.0, 'created_time': 1774448882.419066, 'last_price_update_time': 1774852185.139912}
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP65%2520OAA') HTTP/1.1" 204 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: LV62%20TZL
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV62%2520TZL%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for LV62%20TZL: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: VO13%20WVX
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO13%2520WVX%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for VO13%20WVX: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: AX02%20MWJ
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX02%2520MWJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for AX02%20MWJ: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: KV18%20VHB
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520VHB%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for KV18%20VHB: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: BW21%20AZC
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW21%2520AZC%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for BW21%20AZC: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: EU17%20RHX
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU17%2520RHX%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for EU17%20RHX: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: HN60%20CZD
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN60%2520CZD%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for HN60%20CZD: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: WP61%20WMD
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520WMD%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for WP61%20WMD: 2
2026-03-30 06:29:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with identifier: WP61%20WMD
2026-03-30 06:29:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with scrape type 2
2026-03-30 06:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with scrape type 2
2026-03-30 06:29:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a28f05d-4f3c-578c-a83e-634c4d8fd290, identifier: WP61%20WMD
2026-03-30 06:29:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with identifier: YY66%20NAO
2026-03-30 06:29:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with identifier: YY66%20NAO
2026-03-30 06:29:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04f3d528-fdb3-53c2-8bc5-8aaabe2a8928 with identifier: YY66%20NAO to the API
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY66%20NAO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04f3d528-fdb3-53c2-8bc5-8aaabe2a8928',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY66 NAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY66%20NAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 79806,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 110 ELEGANCE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 ELEGANCE',
 'vin': 'VF7SAHNZ6GW662135',
 'year': 2017}
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY66%2520NAO%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Saving data for YY66%20NAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774265007.703525, 'last_price_update_time': 1774852185.776277}
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY66%2520NAO') HTTP/1.1" 204 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: CX20%20OUA
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX20%2520OUA%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for CX20%20OUA: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: LS71%20FDE
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520FDE%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for LS71%20FDE: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: RE24%20VYW
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520VYW%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for RE24%20VYW: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: DY23%20SZD
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520SZD%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for DY23%20SZD: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: YK23%20UXG
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK23%2520UXG%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for YK23%20UXG: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: DN24%20YTE
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520YTE%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for DN24%20YTE: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: BK72%20YLE
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520YLE%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for BK72%20YLE: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: MJ24%20BZE
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520BZE%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for MJ24%20BZE: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: HT71%20WFL
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520WFL%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for HT71%20WFL: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: CY23%20JZV
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY23%2520JZV%27 HTTP/1.1" 200 None
2026-03-30 06:29:45 [bca.uk] INFO: Scrape type for CY23%20JZV: 0
2026-03-30 06:29:45 [bca.uk] INFO: Found listing with ID: BK71%20XAY
2026-03-30 06:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520XAY%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for BK71%20XAY: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: WR72%20LDX
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520LDX%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for WR72%20LDX: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: MF74%20YZU
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF74%2520YZU%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for MF74%20YZU: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: AN08%20YUX
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN08%2520YUX%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for AN08%20YUX: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: WX22%20WJV
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520WJV%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for WX22%20WJV: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: YH22%20LNP
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LNP%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for YH22%20LNP: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: YR22%20AMO
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520AMO%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for YR22%20AMO: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: DV24%20YML
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520YML%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for DV24%20YML: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: FX23%20YXL
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520YXL%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for FX23%20YXL: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: RV20%20BHF
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV20%2520BHF%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for RV20%20BHF: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: BT73%20GMG
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520GMG%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for BT73%20GMG: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: HF64%20OET
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF64%2520OET%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for HF64%20OET: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: DN72%20USZ
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520USZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for DN72%20USZ: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: FM73%20TOU
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM73%2520TOU%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for FM73%20TOU: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: KS23%20HSD
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520HSD%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for KS23%20HSD: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: KU70%20WME
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU70%2520WME%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for KU70%20WME: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: WA22%20YCC
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520YCC%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for WA22%20YCC: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: AJ72%20LNE
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520LNE%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for AJ72%20LNE: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: EF18%20AOO
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520AOO%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for EF18%20AOO: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: BG74%20UWW
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520UWW%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for BG74%20UWW: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: LD69%20CKV
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520CKV%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for LD69%20CKV: 2
2026-03-30 06:29:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7710eae2-1db7-59c0-b687-b3383c981be6 with identifier: LD69%20CKV
2026-03-30 06:29:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7710eae2-1db7-59c0-b687-b3383c981be6 with scrape type 2
2026-03-30 06:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7710eae2-1db7-59c0-b687-b3383c981be6 with scrape type 2
2026-03-30 06:29:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7710eae2-1db7-59c0-b687-b3383c981be6, identifier: LD69%20CKV
2026-03-30 06:29:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with identifier: WP61%20WMD
2026-03-30 06:29:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with identifier: WP61%20WMD
2026-03-30 06:29:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a28f05d-4f3c-578c-a83e-634c4d8fd290 with identifier: WP61%20WMD to the API
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP61%20WMD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a28f05d-4f3c-578c-a83e-634c4d8fd290',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP61 WMD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP61%20WMD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 96254,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 S Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 S',
 'vin': 'WVWZZZ1KZCP038456',
 'year': 2012}
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520WMD%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Saving data for WP61%20WMD: {'auction_closing_time': 1774864800.0, 'created_time': 1773843912.315667, 'last_price_update_time': 1774852186.851856}
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP61%2520WMD') HTTP/1.1" 204 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: KW21%20HLU
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW21%2520HLU%27 HTTP/1.1" 200 None
2026-03-30 06:29:46 [bca.uk] INFO: Scrape type for KW21%20HLU: 0
2026-03-30 06:29:46 [bca.uk] INFO: Found listing with ID: BC16%20GSO
2026-03-30 06:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC16%2520GSO%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Scrape type for BC16%20GSO: 2
2026-03-30 06:29:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a383520-8aaf-561d-91c9-bb0d8fa382fd with identifier: BC16%20GSO
2026-03-30 06:29:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a383520-8aaf-561d-91c9-bb0d8fa382fd with scrape type 2
2026-03-30 06:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a383520-8aaf-561d-91c9-bb0d8fa382fd with scrape type 2
2026-03-30 06:29:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a383520-8aaf-561d-91c9-bb0d8fa382fd, identifier: BC16%20GSO
2026-03-30 06:29:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7710eae2-1db7-59c0-b687-b3383c981be6 with identifier: LD69%20CKV
2026-03-30 06:29:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7710eae2-1db7-59c0-b687-b3383c981be6 with identifier: LD69%20CKV
2026-03-30 06:29:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7710eae2-1db7-59c0-b687-b3383c981be6 with identifier: LD69%20CKV to the API
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD69%20CKV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7710eae2-1db7-59c0-b687-b3383c981be6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD69 CKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD69%20CKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 70377,
 'odometer_reading_unit': '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 PERFORMANCE AWD (UPGRADE) Saloon',
 'transmission': 'automatic',
 'trim': 'PERFORMANCE AWD (UPGRADE)',
 'vin': '5YJ3F7EB6KF502787',
 'year': 2019}
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520CKV%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Saving data for LD69%20CKV: {'auction_closing_time': 1774864800.0, 'created_time': 1774017220.487541, 'last_price_update_time': 1774852187.398982}
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD69%2520CKV') HTTP/1.1" 204 0
2026-03-30 06:29:47 [bca.uk] INFO: Found listing with ID: LA69%20HEU
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520HEU%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Scrape type for LA69%20HEU: 0
2026-03-30 06:29:47 [bca.uk] INFO: Found listing with ID: GN18%20PYL
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN18%2520PYL%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Scrape type for GN18%20PYL: 2
2026-03-30 06:29:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db010956-690a-574e-b2f5-278998e57d5e with identifier: GN18%20PYL
2026-03-30 06:29:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db010956-690a-574e-b2f5-278998e57d5e with scrape type 2
2026-03-30 06:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db010956-690a-574e-b2f5-278998e57d5e with scrape type 2
2026-03-30 06:29:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db010956-690a-574e-b2f5-278998e57d5e, identifier: GN18%20PYL
2026-03-30 06:29:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a383520-8aaf-561d-91c9-bb0d8fa382fd with identifier: BC16%20GSO
2026-03-30 06:29:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a383520-8aaf-561d-91c9-bb0d8fa382fd with identifier: BC16%20GSO
2026-03-30 06:29:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a383520-8aaf-561d-91c9-bb0d8fa382fd with identifier: BC16%20GSO to the API
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC16%20GSO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a383520-8aaf-561d-91c9-bb0d8fa382fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC16 GSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC16%20GSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HONDA',
 'model': 'HR-V',
 'odometer': 144478,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HONDA HR-V 1.6 I-DTEC 120 EX Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 EX',
 'vin': '3HGRU8790GM304742',
 'year': 2016}
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC16%2520GSO%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Saving data for BC16%20GSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774264997.525248, 'last_price_update_time': 1774852187.826089}
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC16%2520GSO') HTTP/1.1" 204 0
2026-03-30 06:29:47 [bca.uk] INFO: Found listing with ID: KU68%20KXC
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU68%2520KXC%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Scrape type for KU68%20KXC: 0
2026-03-30 06:29:47 [bca.uk] INFO: Found listing with ID: LP22%20EUY
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP22%2520EUY%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Scrape type for LP22%20EUY: 0
2026-03-30 06:29:47 [bca.uk] INFO: Found listing with ID: YP04%20LFK
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP04%2520LFK%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Scrape type for YP04%20LFK: 0
2026-03-30 06:29:47 [bca.uk] INFO: Found listing with ID: SG22%20YLV
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520YLV%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Scrape type for SG22%20YLV: 0
2026-03-30 06:29:47 [bca.uk] INFO: Found listing with ID: SL22%20FMJ
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520FMJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Scrape type for SL22%20FMJ: 0
2026-03-30 06:29:47 [bca.uk] INFO: Found listing with ID: BT73%20HSO
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520HSO%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Scrape type for BT73%20HSO: 0
2026-03-30 06:29:47 [bca.uk] INFO: Found listing with ID: DC68%20BUJ
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC68%2520BUJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:47 [bca.uk] INFO: Scrape type for DC68%20BUJ: 2
2026-03-30 06:29:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 971333c6-3a02-5389-bc2b-4f1425bc2809 with identifier: DC68%20BUJ
2026-03-30 06:29:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 971333c6-3a02-5389-bc2b-4f1425bc2809 with scrape type 2
2026-03-30 06:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 971333c6-3a02-5389-bc2b-4f1425bc2809 with scrape type 2
2026-03-30 06:29:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 971333c6-3a02-5389-bc2b-4f1425bc2809, identifier: DC68%20BUJ
2026-03-30 06:29:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db010956-690a-574e-b2f5-278998e57d5e with identifier: GN18%20PYL
2026-03-30 06:29:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db010956-690a-574e-b2f5-278998e57d5e with identifier: GN18%20PYL
2026-03-30 06:29:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db010956-690a-574e-b2f5-278998e57d5e with identifier: GN18%20PYL to the API
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=71&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN18%20PYL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'db010956-690a-574e-b2f5-278998e57d5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN18 PYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN18%20PYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 77097,
 'odometer_reading_unit': '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 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 ACENTA',
 'vin': 'SJNFEAF15U8004835',
 'year': 2018}
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN18%2520PYL%27 HTTP/1.1" 200 None
2026-03-30 06:29:48 [bca.uk] INFO: Saving data for GN18%20PYL: {'auction_closing_time': 1774864800.0, 'created_time': 1774436917.612987, 'last_price_update_time': 1774852188.3636}
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN18%2520PYL') HTTP/1.1" 204 0
2026-03-30 06:29:48 [bca.uk] INFO: Found listing with ID: MC16%20RHA
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC16%2520RHA%27 HTTP/1.1" 200 None
2026-03-30 06:29:48 [bca.uk] INFO: Scrape type for MC16%20RHA: 0
2026-03-30 06:29:48 [bca.uk] INFO: Found listing with ID: SM18%20EYV
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520EYV%27 HTTP/1.1" 200 None
2026-03-30 06:29:48 [bca.uk] INFO: Scrape type for SM18%20EYV: 2
2026-03-30 06:29:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70868a43-453a-5335-9b1f-e45c3efdfcf7 with identifier: SM18%20EYV
2026-03-30 06:29:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70868a43-453a-5335-9b1f-e45c3efdfcf7 with scrape type 2
2026-03-30 06:29:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70868a43-453a-5335-9b1f-e45c3efdfcf7 with scrape type 2
2026-03-30 06:29:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70868a43-453a-5335-9b1f-e45c3efdfcf7, identifier: SM18%20EYV
2026-03-30 06:29:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 971333c6-3a02-5389-bc2b-4f1425bc2809 with identifier: DC68%20BUJ
2026-03-30 06:29:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 971333c6-3a02-5389-bc2b-4f1425bc2809 with identifier: DC68%20BUJ
2026-03-30 06:29:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 971333c6-3a02-5389-bc2b-4f1425bc2809 with identifier: DC68%20BUJ to the API
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC68%20BUJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '971333c6-3a02-5389-bc2b-4f1425bc2809',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC68 BUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC68%20BUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 7 CROSSBACK',
 'odometer': 57621,
 'odometer_reading_unit': '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 7 CROSSBACK 1.6 THP 225 PRESTIGE EAT8 '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'THP 225 PRESTIGE EAT8',
 'vin': 'VR1J45GGRJY125889',
 'year': 2018}
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC68%2520BUJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:48 [bca.uk] INFO: Saving data for DC68%20BUJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774017221.724383, 'last_price_update_time': 1774852188.858279}
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC68%2520BUJ') HTTP/1.1" 204 0
2026-03-30 06:29:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70868a43-453a-5335-9b1f-e45c3efdfcf7 with identifier: SM18%20EYV
2026-03-30 06:29:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70868a43-453a-5335-9b1f-e45c3efdfcf7 with identifier: SM18%20EYV
2026-03-30 06:29:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70868a43-453a-5335-9b1f-e45c3efdfcf7 with identifier: SM18%20EYV to the API
2026-03-30 06:29:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM18%20EYV-GB',
 'category': 'Car',
 'color': 'glacier silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70868a43-453a-5335-9b1f-e45c3efdfcf7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM18 EYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM18%20EYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '420D GRAN COUPE',
 'odometer': 95609,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 420D GRAN COUPE 2.0 190 XDRIVE M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': '190 XDRIVE M SPORT STEP',
 'vin': 'WBA4K52090BH86732',
 'year': 2018}
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520EYV%27 HTTP/1.1" 200 None
2026-03-30 06:29:49 [bca.uk] INFO: Saving data for SM18%20EYV: {'auction_closing_time': 1774864800.0, 'created_time': 1774436689.323162, 'last_price_update_time': 1774852189.150464}
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM18%2520EYV') HTTP/1.1" 204 0
2026-03-30 06:29:49 [bca.uk] INFO: Found listing with ID: MA22%20BYG
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520BYG%27 HTTP/1.1" 200 None
2026-03-30 06:29:49 [bca.uk] INFO: Scrape type for MA22%20BYG: 0
2026-03-30 06:29:49 [bca.uk] INFO: Found listing with ID: DG21%20OMM
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG21%2520OMM%27 HTTP/1.1" 200 None
2026-03-30 06:29:49 [bca.uk] INFO: Scrape type for DG21%20OMM: 0
2026-03-30 06:29:49 [bca.uk] INFO: Found listing with ID: DA23%20MKK
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA23%2520MKK%27 HTTP/1.1" 200 None
2026-03-30 06:29:49 [bca.uk] INFO: Scrape type for DA23%20MKK: 2
2026-03-30 06:29:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21834263-eac4-53b0-928f-22414412c349 with identifier: DA23%20MKK
2026-03-30 06:29:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21834263-eac4-53b0-928f-22414412c349 with scrape type 2
2026-03-30 06:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21834263-eac4-53b0-928f-22414412c349 with scrape type 2
2026-03-30 06:29:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21834263-eac4-53b0-928f-22414412c349, identifier: DA23%20MKK
2026-03-30 06:29:49 [bca.uk] INFO: Found listing with ID: YK16%20ECY
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520ECY%27 HTTP/1.1" 200 None
2026-03-30 06:29:49 [bca.uk] INFO: Scrape type for YK16%20ECY: 2
2026-03-30 06:29:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 121bc274-41fb-59eb-b027-5fbb984c74f6 with identifier: YK16%20ECY
2026-03-30 06:29:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 121bc274-41fb-59eb-b027-5fbb984c74f6 with scrape type 2
2026-03-30 06:29:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 121bc274-41fb-59eb-b027-5fbb984c74f6 with scrape type 2
2026-03-30 06:29:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 121bc274-41fb-59eb-b027-5fbb984c74f6, identifier: YK16%20ECY
2026-03-30 06:29:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21834263-eac4-53b0-928f-22414412c349 with identifier: DA23%20MKK
2026-03-30 06:29:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21834263-eac4-53b0-928f-22414412c349 with identifier: DA23%20MKK
2026-03-30 06:29:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21834263-eac4-53b0-928f-22414412c349 with identifier: DA23%20MKK to the API
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA23%20MKK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '21834263-eac4-53b0-928f-22414412c349',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DA23 MKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA23%20MKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 16193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE S Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE S',
 'vin': 'KNAC481AUP5130790',
 'year': 2023}
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA23%2520MKK%27 HTTP/1.1" 200 None
2026-03-30 06:29:49 [bca.uk] INFO: Saving data for DA23%20MKK: {'auction_closing_time': 1774864800.0, 'created_time': 1773930122.391578, 'last_price_update_time': 1774852189.716134}
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA23%2520MKK') HTTP/1.1" 204 0
2026-03-30 06:29:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 121bc274-41fb-59eb-b027-5fbb984c74f6 with identifier: YK16%20ECY
2026-03-30 06:29:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 121bc274-41fb-59eb-b027-5fbb984c74f6 with identifier: YK16%20ECY
2026-03-30 06:29:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 121bc274-41fb-59eb-b027-5fbb984c74f6 with identifier: YK16%20ECY to the API
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK16%20ECY-GB',
 'category': 'Car',
 'color': 'estoril blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '121bc274-41fb-59eb-b027-5fbb984c74f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK16 ECY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK16%20ECY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 39441,
 'odometer_reading_unit': '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 220I T M SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': '220I T M SPORT STEP',
 'vin': 'WBA2A520X0V494724',
 'year': 2016}
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520ECY%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Saving data for YK16%20ECY: {'auction_closing_time': 1774864800.0, 'created_time': 1774436740.109558, 'last_price_update_time': 1774852190.074193}
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK16%2520ECY') HTTP/1.1" 204 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: SV22%20UBY
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520UBY%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for SV22%20UBY: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: BJ22%20KSE
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520KSE%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for BJ22%20KSE: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: GN22%20ULG
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN22%2520ULG%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for GN22%20ULG: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: SP23%20HFK
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520HFK%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for SP23%20HFK: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: SP23%20HYC
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520HYC%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for SP23%20HYC: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: W111%20CWT
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W111%2520CWT%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for W111%20CWT: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: YH20%20USV
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH20%2520USV%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for YH20%20USV: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: YN19%20NTG
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520NTG%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for YN19%20NTG: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: DU21%20XHZ
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520XHZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for DU21%20XHZ: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: WX21%20YFF
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX21%2520YFF%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for WX21%20YFF: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: HV22%20OHW
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OHW%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for HV22%20OHW: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: PE22%20ZHB
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE22%2520ZHB%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for PE22%20ZHB: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: PY72%20HDG
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520HDG%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for PY72%20HDG: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: YG22%20NTE
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520NTE%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for YG22%20NTE: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: FX22%20UBM
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520UBM%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for FX22%20UBM: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: YG22%20XHN
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520XHN%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for YG22%20XHN: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: DN24%20RPZ
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520RPZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for DN24%20RPZ: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: YK19%20VRL
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520VRL%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for YK19%20VRL: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: FX23%20HXG
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX23%2520HXG%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for FX23%20HXG: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: CY71%20MTU
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY71%2520MTU%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for CY71%20MTU: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: LF24%20RMV
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF24%2520RMV%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for LF24%20RMV: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: NU75%20JXN
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU75%2520JXN%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for NU75%20JXN: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: OE23%20EVR
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520EVR%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for OE23%20EVR: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: RK22%20SWX
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520SWX%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for RK22%20SWX: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: RK22%20XNF
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK22%2520XNF%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for RK22%20XNF: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: YX22%20ZTN
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX22%2520ZTN%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for YX22%20ZTN: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: NA22%20WZX
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA22%2520WZX%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for NA22%20WZX: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: AP71%20HVH
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520HVH%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for AP71%20HVH: 0
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: AX12%20GWW
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX12%2520GWW%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for AX12%20GWW: 2
2026-03-30 06:29:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaede5ee-5d6e-59de-b28f-86602dabff1e with identifier: AX12%20GWW
2026-03-30 06:29:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaede5ee-5d6e-59de-b28f-86602dabff1e with scrape type 2
2026-03-30 06:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaede5ee-5d6e-59de-b28f-86602dabff1e with scrape type 2
2026-03-30 06:29:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eaede5ee-5d6e-59de-b28f-86602dabff1e, identifier: AX12%20GWW
2026-03-30 06:29:50 [bca.uk] INFO: Found listing with ID: YK67%20EPM
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK67%2520EPM%27 HTTP/1.1" 200 None
2026-03-30 06:29:50 [bca.uk] INFO: Scrape type for YK67%20EPM: 2
2026-03-30 06:29:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1131d008-8cef-55f4-892a-2bddfdd1ab0a with identifier: YK67%20EPM
2026-03-30 06:29:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1131d008-8cef-55f4-892a-2bddfdd1ab0a with scrape type 2
2026-03-30 06:29:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1131d008-8cef-55f4-892a-2bddfdd1ab0a with scrape type 2
2026-03-30 06:29:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1131d008-8cef-55f4-892a-2bddfdd1ab0a, identifier: YK67%20EPM
2026-03-30 06:29:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eaede5ee-5d6e-59de-b28f-86602dabff1e with identifier: AX12%20GWW
2026-03-30 06:29:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eaede5ee-5d6e-59de-b28f-86602dabff1e with identifier: AX12%20GWW
2026-03-30 06:29:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eaede5ee-5d6e-59de-b28f-86602dabff1e with identifier: AX12%20GWW to the API
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX12%20GWW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eaede5ee-5d6e-59de-b28f-86602dabff1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX12 GWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX12%20GWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'ML350',
 'odometer': 89834,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ ML350 3.0 CDI B/TEC SPECIAL EDITION TIP StationWagon',
 'transmission': 'manual',
 'trim': 'CDI B/TEC SPECIAL EDITION TIP',
 'vin': 'WDC1660242A058524',
 'year': 2012}
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX12%2520GWW%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Saving data for AX12%20GWW: {'auction_closing_time': 1774864800.0, 'created_time': 1773827008.60918, 'last_price_update_time': 1774852191.105759}
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX12%2520GWW') HTTP/1.1" 204 0
2026-03-30 06:29:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1131d008-8cef-55f4-892a-2bddfdd1ab0a with identifier: YK67%20EPM
2026-03-30 06:29:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1131d008-8cef-55f4-892a-2bddfdd1ab0a with identifier: YK67%20EPM
2026-03-30 06:29:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1131d008-8cef-55f4-892a-2bddfdd1ab0a with identifier: YK67%20EPM to the API
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK67%20EPM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1131d008-8cef-55f4-892a-2bddfdd1ab0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK67 EPM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK67%20EPM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 28909,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 2.0 231 JOHN COOPER WORKS ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': '231 JOHN COOPER WORKS ALL4',
 'vin': 'WMWYV920103B90900',
 'year': 2017}
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK67%2520EPM%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Saving data for YK67%20EPM: {'auction_closing_time': 1774951200.0, 'created_time': 1774437514.64962, 'last_price_update_time': 1774852191.497863}
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK67%2520EPM') HTTP/1.1" 204 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: RE22%20DJV
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520DJV%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for RE22%20DJV: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: SD72%20XOV
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD72%2520XOV%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for SD72%20XOV: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: BG23%20UXC
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520UXC%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for BG23%20UXC: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: HV71%20XPX
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520XPX%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for HV71%20XPX: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: MM72%20EXU
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520EXU%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for MM72%20EXU: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: BD21%20GZN
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520GZN%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for BD21%20GZN: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: CN68%20VXS
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN68%2520VXS%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for CN68%20VXS: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: HN17%20ZXB
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520ZXB%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for HN17%20ZXB: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: KW19%20RMV
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW19%2520RMV%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for KW19%20RMV: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: LR23%20XOZ
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520XOZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for LR23%20XOZ: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: MT19%20VGK
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT19%2520VGK%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for MT19%20VGK: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: RA23%20NPN
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA23%2520NPN%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for RA23%20NPN: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: WX19%20UVG
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX19%2520UVG%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for WX19%20UVG: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: KP16%20VKR
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP16%2520VKR%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for KP16%20VKR: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: AY20%20ZZG
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY20%2520ZZG%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for AY20%20ZZG: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: BV74%20EXF
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV74%2520EXF%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for BV74%20EXF: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: NA72%20MUU
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520MUU%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for NA72%20MUU: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: AF22%20UBK
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UBK%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for AF22%20UBK: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: LM19%20JZP
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520JZP%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for LM19%20JZP: 0
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: KM70%20YZO
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM70%2520YZO%27 HTTP/1.1" 200 None
2026-03-30 06:29:51 [bca.uk] INFO: Scrape type for KM70%20YZO: 2
2026-03-30 06:29:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff0665f6-8059-53ce-b176-e78131ce85ad with identifier: KM70%20YZO
2026-03-30 06:29:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff0665f6-8059-53ce-b176-e78131ce85ad with scrape type 2
2026-03-30 06:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff0665f6-8059-53ce-b176-e78131ce85ad with scrape type 2
2026-03-30 06:29:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff0665f6-8059-53ce-b176-e78131ce85ad, identifier: KM70%20YZO
2026-03-30 06:29:51 [bca.uk] INFO: Found listing with ID: YH22%20LFE
2026-03-30 06:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LFE%27 HTTP/1.1" 200 None
2026-03-30 06:29:52 [bca.uk] INFO: Scrape type for YH22%20LFE: 0
2026-03-30 06:29:52 [bca.uk] INFO: Found listing with ID: KE15%20XAY
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520XAY%27 HTTP/1.1" 200 None
2026-03-30 06:29:52 [bca.uk] INFO: Scrape type for KE15%20XAY: 0
2026-03-30 06:29:52 [bca.uk] INFO: Found listing with ID: RX20%20KHJ
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX20%2520KHJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:52 [bca.uk] INFO: Scrape type for RX20%20KHJ: 0
2026-03-30 06:29:52 [bca.uk] INFO: Found listing with ID: WG13%20WJK
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG13%2520WJK%27 HTTP/1.1" 200 None
2026-03-30 06:29:52 [bca.uk] INFO: Scrape type for WG13%20WJK: 0
2026-03-30 06:29:52 [bca.uk] INFO: Found listing with ID: HK68%20OYA
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK68%2520OYA%27 HTTP/1.1" 200 None
2026-03-30 06:29:52 [bca.uk] INFO: Scrape type for HK68%20OYA: 2
2026-03-30 06:29:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 044f9523-5a0d-5bde-9583-9294b104b664 with identifier: HK68%20OYA
2026-03-30 06:29:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 044f9523-5a0d-5bde-9583-9294b104b664 with scrape type 2
2026-03-30 06:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 044f9523-5a0d-5bde-9583-9294b104b664 with scrape type 2
2026-03-30 06:29:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 044f9523-5a0d-5bde-9583-9294b104b664, identifier: HK68%20OYA
2026-03-30 06:29:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff0665f6-8059-53ce-b176-e78131ce85ad with identifier: KM70%20YZO
2026-03-30 06:29:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff0665f6-8059-53ce-b176-e78131ce85ad with identifier: KM70%20YZO
2026-03-30 06:29:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff0665f6-8059-53ce-b176-e78131ce85ad with identifier: KM70%20YZO to the API
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=73&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 331,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM70%20YZO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ff0665f6-8059-53ce-b176-e78131ce85ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM70 YZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM70%20YZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 35139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 5.0 P575 S/C SVR StationWagon',
 'transmission': 'automatic',
 'trim': 'P575 S/C SVR',
 'vin': 'SALWA2AE6MA760990',
 'year': 2020}
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM70%2520YZO%27 HTTP/1.1" 200 None
2026-03-30 06:29:52 [bca.uk] INFO: Saving data for KM70%20YZO: {'auction_closing_time': 1774864800.0, 'created_time': 1773959376.061235, 'last_price_update_time': 1774852192.475712}
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM70%2520YZO') HTTP/1.1" 204 0
2026-03-30 06:29:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 044f9523-5a0d-5bde-9583-9294b104b664 with identifier: HK68%20OYA
2026-03-30 06:29:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 044f9523-5a0d-5bde-9583-9294b104b664 with identifier: HK68%20OYA
2026-03-30 06:29:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 044f9523-5a0d-5bde-9583-9294b104b664 with identifier: HK68%20OYA to the API
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=72&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK68%20OYA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '044f9523-5a0d-5bde-9583-9294b104b664',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK68 OYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK68%20OYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A220',
 'odometer': 63222,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A220 2.0 AMG LINE PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'WDD1770442N054172',
 'year': 2019}
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK68%2520OYA%27 HTTP/1.1" 200 None
2026-03-30 06:29:52 [bca.uk] INFO: Saving data for HK68%20OYA: {'auction_closing_time': 1774864800.0, 'created_time': 1774351241.500258, 'last_price_update_time': 1774852192.852482}
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK68%2520OYA') HTTP/1.1" 204 0
2026-03-30 06:29:52 [bca.uk] INFO: Found listing with ID: P17%20SKD
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P17%2520SKD%27 HTTP/1.1" 200 None
2026-03-30 06:29:52 [bca.uk] INFO: Scrape type for P17%20SKD: 0
2026-03-30 06:29:52 [bca.uk] INFO: Found listing with ID: OY64%20YEU
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY64%2520YEU%27 HTTP/1.1" 200 None
2026-03-30 06:29:52 [bca.uk] INFO: Scrape type for OY64%20YEU: 0
2026-03-30 06:29:52 [bca.uk] INFO: Found listing with ID: LM69%20OAH
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM69%2520OAH%27 HTTP/1.1" 200 None
2026-03-30 06:29:52 [bca.uk] INFO: Scrape type for LM69%20OAH: 0
2026-03-30 06:29:52 [bca.uk] INFO: Found listing with ID: YH17%20LVA
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH17%2520LVA%27 HTTP/1.1" 200 None
2026-03-30 06:29:52 [bca.uk] INFO: Scrape type for YH17%20LVA: 0
2026-03-30 06:29:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:29:53 [bca.uk] INFO: Total items found: 100
2026-03-30 06:29:53 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded
2026-03-30 06:29:53 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:29:53 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: LN66%20NPX
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN66%2520NPX%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for LN66%20NPX: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: BW66%20GVP
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW66%2520GVP%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for BW66%20GVP: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: YK68%20ZBN
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK68%2520ZBN%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for YK68%20ZBN: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: YD21%20EDM
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD21%2520EDM%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for YD21%20EDM: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: GL20%20UHO
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520UHO%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for GL20%20UHO: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: GM18%20UHK
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM18%2520UHK%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for GM18%20UHK: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: NV17%20UXW
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV17%2520UXW%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for NV17%20UXW: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: EK18%20FGN
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK18%2520FGN%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for EK18%20FGN: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: DE64%20BKG
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE64%2520BKG%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for DE64%20BKG: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: FD67%20HXJ
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520HXJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for FD67%20HXJ: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: SM15%20MWL
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM15%2520MWL%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for SM15%20MWL: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: FX72%20NNZ
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX72%2520NNZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for FX72%20NNZ: 0
2026-03-30 06:29:53 [bca.uk] INFO: Found listing with ID: GJ18%20XZK
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520XZK%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for GJ18%20XZK: 2
2026-03-30 06:29:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d41a74a-6590-5ba8-90c2-aa6ba875850e with identifier: GJ18%20XZK
2026-03-30 06:29:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d41a74a-6590-5ba8-90c2-aa6ba875850e with scrape type 2
2026-03-30 06:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d41a74a-6590-5ba8-90c2-aa6ba875850e with scrape type 2
2026-03-30 06:29:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d41a74a-6590-5ba8-90c2-aa6ba875850e, identifier: GJ18%20XZK
2026-03-30 06:29:53 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:53 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:29:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d41a74a-6590-5ba8-90c2-aa6ba875850e with identifier: GJ18%20XZK
2026-03-30 06:29:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d41a74a-6590-5ba8-90c2-aa6ba875850e with identifier: GJ18%20XZK
2026-03-30 06:29:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d41a74a-6590-5ba8-90c2-aa6ba875850e with identifier: GJ18%20XZK to the API
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ18%20XZK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0d41a74a-6590-5ba8-90c2-aa6ba875850e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ18 XZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ18%20XZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 37535,
 'odometer_reading_unit': '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.4 TFSI 125 BLACK ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 125 BLACK ED.',
 'vin': 'WAUZZZ8X9JB055908',
 'year': 2018}
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520XZK%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Saving data for GJ18%20XZK: {'auction_closing_time': 1775037600.0, 'created_time': 1773923559.423116, 'last_price_update_time': 1774852193.715717}
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ18%2520XZK') HTTP/1.1" 204 0
2026-03-30 06:29: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:29:53 [bca.uk] INFO: Found listing with ID: GV66%20PZS
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV66%2520PZS%27 HTTP/1.1" 200 None
2026-03-30 06:29:53 [bca.uk] INFO: Scrape type for GV66%20PZS: 2
2026-03-30 06:29:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6526e432-8308-55d0-91f0-b14f35422919 with identifier: GV66%20PZS
2026-03-30 06:29:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6526e432-8308-55d0-91f0-b14f35422919 with scrape type 2
2026-03-30 06:29:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6526e432-8308-55d0-91f0-b14f35422919 with scrape type 2
2026-03-30 06:29:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6526e432-8308-55d0-91f0-b14f35422919, identifier: GV66%20PZS
2026-03-30 06:29:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6526e432-8308-55d0-91f0-b14f35422919 with identifier: GV66%20PZS
2026-03-30 06:29:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6526e432-8308-55d0-91f0-b14f35422919 with identifier: GV66%20PZS
2026-03-30 06:29:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6526e432-8308-55d0-91f0-b14f35422919 with identifier: GV66%20PZS to the API
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV66%20PZS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6526e432-8308-55d0-91f0-b14f35422919',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV66 PZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV66%20PZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 32898,
 'odometer_reading_unit': '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 AURIS 1.8 HYBRID EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL',
 'vin': 'SB1MS3JE00E306470',
 'year': 2017}
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV66%2520PZS%27 HTTP/1.1" 200 None
2026-03-30 06:29:54 [bca.uk] INFO: Saving data for GV66%20PZS: {'auction_closing_time': 1775037600.0, 'created_time': 1773908120.045846, 'last_price_update_time': 1774852194.219396}
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV66%2520PZS') HTTP/1.1" 204 0
2026-03-30 06:29:54 [bca.uk] INFO: Found listing with ID: HG17%20OPK
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG17%2520OPK%27 HTTP/1.1" 200 None
2026-03-30 06:29:54 [bca.uk] INFO: Scrape type for HG17%20OPK: 2
2026-03-30 06:29:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88d27c01-a3b7-53b1-8bab-b1013d050730 with identifier: HG17%20OPK
2026-03-30 06:29:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88d27c01-a3b7-53b1-8bab-b1013d050730 with scrape type 2
2026-03-30 06:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88d27c01-a3b7-53b1-8bab-b1013d050730 with scrape type 2
2026-03-30 06:29:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88d27c01-a3b7-53b1-8bab-b1013d050730, identifier: HG17%20OPK
2026-03-30 06:29:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88d27c01-a3b7-53b1-8bab-b1013d050730 with identifier: HG17%20OPK
2026-03-30 06:29:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88d27c01-a3b7-53b1-8bab-b1013d050730 with identifier: HG17%20OPK
2026-03-30 06:29:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88d27c01-a3b7-53b1-8bab-b1013d050730 with identifier: HG17%20OPK to the API
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG17%20OPK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '88d27c01-a3b7-53b1-8bab-b1013d050730',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG17 OPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG17%20OPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 133078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2130042A313529',
 'year': 2017}
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG17%2520OPK%27 HTTP/1.1" 200 None
2026-03-30 06:29:54 [bca.uk] INFO: Saving data for HG17%20OPK: {'auction_closing_time': 1775037600.0, 'created_time': 1773908122.28161, 'last_price_update_time': 1774852194.659661}
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG17%2520OPK') HTTP/1.1" 204 0
2026-03-30 06:29:54 [bca.uk] INFO: Found listing with ID: HX64%20XJN
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX64%2520XJN%27 HTTP/1.1" 200 None
2026-03-30 06:29:54 [bca.uk] INFO: Scrape type for HX64%20XJN: 2
2026-03-30 06:29:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01f199b3-02f0-5af1-b8ce-fe9f1d37dcb9 with identifier: HX64%20XJN
2026-03-30 06:29:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01f199b3-02f0-5af1-b8ce-fe9f1d37dcb9 with scrape type 2
2026-03-30 06:29:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01f199b3-02f0-5af1-b8ce-fe9f1d37dcb9 with scrape type 2
2026-03-30 06:29:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01f199b3-02f0-5af1-b8ce-fe9f1d37dcb9, identifier: HX64%20XJN
2026-03-30 06:29:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01f199b3-02f0-5af1-b8ce-fe9f1d37dcb9 with identifier: HX64%20XJN
2026-03-30 06:29:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01f199b3-02f0-5af1-b8ce-fe9f1d37dcb9 with identifier: HX64%20XJN
2026-03-30 06:29:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01f199b3-02f0-5af1-b8ce-fe9f1d37dcb9 with identifier: HX64%20XJN to the API
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX64%20XJN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '01f199b3-02f0-5af1-b8ce-fe9f1d37dcb9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX64 XJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX64%20XJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 105967,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 0.9 TCE 90 ECO DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ECO DYNAMIQUE',
 'vin': 'VF15R7A0H51735271',
 'year': 2014}
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX64%2520XJN%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Saving data for HX64%20XJN: {'auction_closing_time': 1775037600.0, 'created_time': 1773908452.474196, 'last_price_update_time': 1774852195.092313}
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX64%2520XJN') HTTP/1.1" 204 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: KM18%20SUY
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM18%2520SUY%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for KM18%20SUY: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: KO21%20FML
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO21%2520FML%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for KO21%20FML: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: KR65%20TVW
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520TVW%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for KR65%20TVW: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: LD19%20UXW
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD19%2520UXW%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for LD19%20UXW: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: LM70%20LDF
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520LDF%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for LM70%20LDF: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: LO64%20XFE
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520XFE%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for LO64%20XFE: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: ML24%20DWU
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520DWU%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for ML24%20DWU: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: ML66%20MYS
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520MYS%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for ML66%20MYS: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: OE73%20NXH
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE73%2520NXH%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for OE73%20NXH: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: OV18%20XBN
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520XBN%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for OV18%20XBN: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: PN66%20WSJ
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520WSJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for PN66%20WSJ: 2
2026-03-30 06:29:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2a84cc4-3761-5394-9cb2-60aefe4d037d with identifier: PN66%20WSJ
2026-03-30 06:29:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2a84cc4-3761-5394-9cb2-60aefe4d037d with scrape type 2
2026-03-30 06:29:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2a84cc4-3761-5394-9cb2-60aefe4d037d with scrape type 2
2026-03-30 06:29:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2a84cc4-3761-5394-9cb2-60aefe4d037d, identifier: PN66%20WSJ
2026-03-30 06:29:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2a84cc4-3761-5394-9cb2-60aefe4d037d with identifier: PN66%20WSJ
2026-03-30 06:29:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2a84cc4-3761-5394-9cb2-60aefe4d037d with identifier: PN66%20WSJ
2026-03-30 06:29:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2a84cc4-3761-5394-9cb2-60aefe4d037d with identifier: PN66%20WSJ to the API
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN66%20WSJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e2a84cc4-3761-5394-9cb2-60aefe4d037d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN66 WSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN66%20WSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 141951,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 110 MATCH EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 110 MATCH EDITION',
 'vin': 'WVWZZZAUZHP018941',
 'year': 2016}
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520WSJ%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Saving data for PN66%20WSJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773908381.459817, 'last_price_update_time': 1774852195.678306}
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN66%2520WSJ') HTTP/1.1" 204 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: RA18%20LAA
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520LAA%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for RA18%20LAA: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: ST68%20YPN
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST68%2520YPN%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for ST68%20YPN: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: VF69%20KCZ
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF69%2520KCZ%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for VF69%20KCZ: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: VK22%20VYN
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520VYN%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for VK22%20VYN: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: VK61%20WXM
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520WXM%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for VK61%20WXM: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: VK69%20SMU
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520SMU%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for VK69%20SMU: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: VN71%20HKB
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN71%2520HKB%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for VN71%20HKB: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: VN72%20URC
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520URC%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for VN72%20URC: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: VT19%20NMU
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520NMU%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for VT19%20NMU: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: WJ14%20CHL
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520CHL%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for WJ14%20CHL: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: WU74%20LCA
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU74%2520LCA%27 HTTP/1.1" 200 None
2026-03-30 06:29:55 [bca.uk] INFO: Scrape type for WU74%20LCA: 0
2026-03-30 06:29:55 [bca.uk] INFO: Found listing with ID: YD18%20PMC
2026-03-30 06:29:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520PMC%27 HTTP/1.1" 200 None
2026-03-30 06:29:56 [bca.uk] INFO: Scrape type for YD18%20PMC: 0
2026-03-30 06:29:56 [bca.uk] INFO: Found listing with ID: YN69%20VUR
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520VUR%27 HTTP/1.1" 200 None
2026-03-30 06:29:56 [bca.uk] INFO: Scrape type for YN69%20VUR: 0
2026-03-30 06:29:56 [bca.uk] INFO: Found listing with ID: YO68%20OYN
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520OYN%27 HTTP/1.1" 200 None
2026-03-30 06:29:56 [bca.uk] INFO: Scrape type for YO68%20OYN: 0
2026-03-30 06:29:56 [bca.uk] INFO: Found listing with ID: YS60%20OGO
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS60%2520OGO%27 HTTP/1.1" 200 None
2026-03-30 06:29:56 [bca.uk] INFO: Scrape type for YS60%20OGO: 0
2026-03-30 06:29:56 [bca.uk] INFO: Found listing with ID: YS70%20YHL
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520YHL%27 HTTP/1.1" 200 None
2026-03-30 06:29:56 [bca.uk] INFO: Scrape type for YS70%20YHL: 0
2026-03-30 06:29:56 [bca.uk] INFO: Found listing with ID: YY17%20UPO
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520UPO%27 HTTP/1.1" 200 None
2026-03-30 06:29:56 [bca.uk] INFO: Scrape type for YY17%20UPO: 0
2026-03-30 06:29:56 [bca.uk] INFO: Found listing with ID: AE69%20BSV
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520BSV%27 HTTP/1.1" 200 None
2026-03-30 06:29:56 [bca.uk] INFO: Scrape type for AE69%20BSV: 2
2026-03-30 06:29:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b7f25e8-fdaa-5995-9356-f425f0230200 with identifier: AE69%20BSV
2026-03-30 06:29:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b7f25e8-fdaa-5995-9356-f425f0230200 with scrape type 2
2026-03-30 06:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b7f25e8-fdaa-5995-9356-f425f0230200 with scrape type 2
2026-03-30 06:29:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b7f25e8-fdaa-5995-9356-f425f0230200, identifier: AE69%20BSV
2026-03-30 06:29:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b7f25e8-fdaa-5995-9356-f425f0230200 with identifier: AE69%20BSV
2026-03-30 06:29:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b7f25e8-fdaa-5995-9356-f425f0230200 with identifier: AE69%20BSV
2026-03-30 06:29:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b7f25e8-fdaa-5995-9356-f425f0230200 with identifier: AE69%20BSV to the API
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE69%20BSV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2b7f25e8-fdaa-5995-9356-f425f0230200',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE69 BSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE69%20BSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 61997,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 P200 4WD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P200 4WD R-DYNAMIC HSE',
 'vin': 'SALZA2AX2LH046567',
 'year': 2019}
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE69%2520BSV%27 HTTP/1.1" 200 None
2026-03-30 06:29:56 [bca.uk] INFO: Saving data for AE69%20BSV: {'auction_closing_time': 1775037600.0, 'created_time': 1773908173.320099, 'last_price_update_time': 1774852196.512616}
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE69%2520BSV') HTTP/1.1" 204 0
2026-03-30 06:29:56 [bca.uk] INFO: Found listing with ID: AK58%20ZZW
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK58%2520ZZW%27 HTTP/1.1" 200 None
2026-03-30 06:29:56 [bca.uk] INFO: Scrape type for AK58%20ZZW: 0
2026-03-30 06:29:56 [bca.uk] INFO: Found listing with ID: AK69%20YVY
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520YVY%27 HTTP/1.1" 200 None
2026-03-30 06:29:56 [bca.uk] INFO: Scrape type for AK69%20YVY: 2
2026-03-30 06:29:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d06d789c-b633-53bb-8939-3b160bf3efee with identifier: AK69%20YVY
2026-03-30 06:29:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d06d789c-b633-53bb-8939-3b160bf3efee with scrape type 2
2026-03-30 06:29:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d06d789c-b633-53bb-8939-3b160bf3efee with scrape type 2
2026-03-30 06:29:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d06d789c-b633-53bb-8939-3b160bf3efee, identifier: AK69%20YVY
2026-03-30 06:29:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d06d789c-b633-53bb-8939-3b160bf3efee with identifier: AK69%20YVY
2026-03-30 06:29:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d06d789c-b633-53bb-8939-3b160bf3efee with identifier: AK69%20YVY
2026-03-30 06:29:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d06d789c-b633-53bb-8939-3b160bf3efee with identifier: AK69%20YVY to the API
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK69%20YVY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd06d789c-b633-53bb-8939-3b160bf3efee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK69 YVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK69%20YVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 86238,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.5 35 TFSI S LINE StationWagon',
 'transmission': 'manual',
 'trim': '35 TFSI S LINE',
 'vin': 'WAUZZZF37L1011205',
 'year': 2020}
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK69%2520YVY%27 HTTP/1.1" 200 None
2026-03-30 06:29:57 [bca.uk] INFO: Saving data for AK69%20YVY: {'auction_closing_time': 1775037600.0, 'created_time': 1773908144.975393, 'last_price_update_time': 1774852197.016718}
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK69%2520YVY') HTTP/1.1" 204 0
2026-03-30 06:29:57 [bca.uk] INFO: Found listing with ID: AV18%20FHT
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520FHT%27 HTTP/1.1" 200 None
2026-03-30 06:29:57 [bca.uk] INFO: Scrape type for AV18%20FHT: 0
2026-03-30 06:29:57 [bca.uk] INFO: Found listing with ID: AY24%20WZV
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY24%2520WZV%27 HTTP/1.1" 200 None
2026-03-30 06:29:57 [bca.uk] INFO: Scrape type for AY24%20WZV: 2
2026-03-30 06:29:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a90a4995-0c12-510c-96c3-bbdcfa7e960c with identifier: AY24%20WZV
2026-03-30 06:29:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a90a4995-0c12-510c-96c3-bbdcfa7e960c with scrape type 2
2026-03-30 06:29:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a90a4995-0c12-510c-96c3-bbdcfa7e960c with scrape type 2
2026-03-30 06:29:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a90a4995-0c12-510c-96c3-bbdcfa7e960c, identifier: AY24%20WZV
2026-03-30 06:29:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a90a4995-0c12-510c-96c3-bbdcfa7e960c with identifier: AY24%20WZV
2026-03-30 06:29:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a90a4995-0c12-510c-96c3-bbdcfa7e960c with identifier: AY24%20WZV
2026-03-30 06:29:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a90a4995-0c12-510c-96c3-bbdcfa7e960c with identifier: AY24%20WZV to the API
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY24%20WZV-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': 'a90a4995-0c12-510c-96c3-bbdcfa7e960c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY24 WZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY24%20WZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 12286,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI HEV GT-LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI HEV GT-LINE',
 'vin': 'U5YPX81GMRL153343',
 'year': 2024}
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY24%2520WZV%27 HTTP/1.1" 200 None
2026-03-30 06:29:57 [bca.uk] INFO: Saving data for AY24%20WZV: {'auction_closing_time': 1775037600.0, 'created_time': 1773843600.393972, 'last_price_update_time': 1774852197.463608}
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY24%2520WZV') HTTP/1.1" 204 0
2026-03-30 06:29:57 [bca.uk] INFO: Found listing with ID: BD24%20OPB
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD24%2520OPB%27 HTTP/1.1" 200 None
2026-03-30 06:29:57 [bca.uk] INFO: Scrape type for BD24%20OPB: 0
2026-03-30 06:29:57 [bca.uk] INFO: Found listing with ID: BF67%20FMX
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF67%2520FMX%27 HTTP/1.1" 200 None
2026-03-30 06:29:57 [bca.uk] INFO: Scrape type for BF67%20FMX: 2
2026-03-30 06:29:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 180623c8-d6fb-5de3-9377-a272850b284d with identifier: BF67%20FMX
2026-03-30 06:29:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 180623c8-d6fb-5de3-9377-a272850b284d with scrape type 2
2026-03-30 06:29:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 180623c8-d6fb-5de3-9377-a272850b284d with scrape type 2
2026-03-30 06:29:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 180623c8-d6fb-5de3-9377-a272850b284d, identifier: BF67%20FMX
2026-03-30 06:29:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 180623c8-d6fb-5de3-9377-a272850b284d with identifier: BF67%20FMX
2026-03-30 06:29:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 180623c8-d6fb-5de3-9377-a272850b284d with identifier: BF67%20FMX
2026-03-30 06:29:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 180623c8-d6fb-5de3-9377-a272850b284d with identifier: BF67%20FMX to the API
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF67%20FMX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '180623c8-d6fb-5de3-9377-a272850b284d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF67 FMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF67%20FMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 53122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.4 TFSI 150 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 150 SPORT',
 'vin': 'WAUZZZGA9JA023544',
 'year': 2017}
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF67%2520FMX%27 HTTP/1.1" 200 None
2026-03-30 06:29:57 [bca.uk] INFO: Saving data for BF67%20FMX: {'auction_closing_time': 1775037600.0, 'created_time': 1773908154.539452, 'last_price_update_time': 1774852197.885954}
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF67%2520FMX') HTTP/1.1" 204 0
2026-03-30 06:29:57 [bca.uk] INFO: Found listing with ID: BJ20%20CFA
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520CFA%27 HTTP/1.1" 200 None
2026-03-30 06:29:57 [bca.uk] INFO: Scrape type for BJ20%20CFA: 0
2026-03-30 06:29:57 [bca.uk] INFO: Found listing with ID: BJ70%20ZYT
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ70%2520ZYT%27 HTTP/1.1" 200 None
2026-03-30 06:29:57 [bca.uk] INFO: Scrape type for BJ70%20ZYT: 0
2026-03-30 06:29:57 [bca.uk] INFO: Found listing with ID: BN58%20YXR
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN58%2520YXR%27 HTTP/1.1" 200 None
2026-03-30 06:29:57 [bca.uk] INFO: Scrape type for BN58%20YXR: 0
2026-03-30 06:29:57 [bca.uk] INFO: Found listing with ID: BP19%20ULV
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520ULV%27 HTTP/1.1" 200 None
2026-03-30 06:29:57 [bca.uk] INFO: Scrape type for BP19%20ULV: 0
2026-03-30 06:29:57 [bca.uk] INFO: Found listing with ID: BW23%20MME
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW23%2520MME%27 HTTP/1.1" 200 None
2026-03-30 06:29:58 [bca.uk] INFO: Scrape type for BW23%20MME: 2
2026-03-30 06:29:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 185ca066-c5e4-561d-ac48-fd9c498bb1b3 with identifier: BW23%20MME
2026-03-30 06:29:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 185ca066-c5e4-561d-ac48-fd9c498bb1b3 with scrape type 2
2026-03-30 06:29:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 185ca066-c5e4-561d-ac48-fd9c498bb1b3 with scrape type 2
2026-03-30 06:29:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 185ca066-c5e4-561d-ac48-fd9c498bb1b3, identifier: BW23%20MME
2026-03-30 06:29:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 185ca066-c5e4-561d-ac48-fd9c498bb1b3 with identifier: BW23%20MME
2026-03-30 06:29:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 185ca066-c5e4-561d-ac48-fd9c498bb1b3 with identifier: BW23%20MME
2026-03-30 06:29:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 185ca066-c5e4-561d-ac48-fd9c498bb1b3 with identifier: BW23%20MME to the API
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW23%20MME-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '185ca066-c5e4-561d-ac48-fd9c498bb1b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW23 MME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW23%20MME&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 14263,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI 110 S LINE Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI 110 S LINE',
 'vin': 'WAUZZZGB7PR064757',
 'year': 2023}
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW23%2520MME%27 HTTP/1.1" 200 None
2026-03-30 06:29:58 [bca.uk] INFO: Saving data for BW23%20MME: {'auction_closing_time': 1775037600.0, 'created_time': 1773908092.553403, 'last_price_update_time': 1774852198.391722}
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW23%2520MME') HTTP/1.1" 204 0
2026-03-30 06:29:58 [bca.uk] INFO: Found listing with ID: CY15%20FSD
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY15%2520FSD%27 HTTP/1.1" 200 None
2026-03-30 06:29:58 [bca.uk] INFO: Scrape type for CY15%20FSD: 2
2026-03-30 06:29:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 058988f3-25fc-5830-bd8b-a6d2ca678256 with identifier: CY15%20FSD
2026-03-30 06:29:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 058988f3-25fc-5830-bd8b-a6d2ca678256 with scrape type 2
2026-03-30 06:29:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 058988f3-25fc-5830-bd8b-a6d2ca678256 with scrape type 2
2026-03-30 06:29:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 058988f3-25fc-5830-bd8b-a6d2ca678256, identifier: CY15%20FSD
2026-03-30 06:29:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 058988f3-25fc-5830-bd8b-a6d2ca678256 with identifier: CY15%20FSD
2026-03-30 06:29:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 058988f3-25fc-5830-bd8b-a6d2ca678256 with identifier: CY15%20FSD
2026-03-30 06:29:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 058988f3-25fc-5830-bd8b-a6d2ca678256 with identifier: CY15%20FSD to the API
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY15%20FSD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '058988f3-25fc-5830-bd8b-a6d2ca678256',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CY15 FSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CY15%20FSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 96855,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 90 E/F SE Hatchback',
 'transmission': 'manual',
 'trim': '90 E/F SE',
 'vin': 'W0L0XEP08F6087449',
 'year': 2015}
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY15%2520FSD%27 HTTP/1.1" 200 None
2026-03-30 06:29:58 [bca.uk] INFO: Saving data for CY15%20FSD: {'auction_closing_time': 1775037600.0, 'created_time': 1773908131.70871, 'last_price_update_time': 1774852198.861609}
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CY15%2520FSD') HTTP/1.1" 204 0
2026-03-30 06:29:58 [bca.uk] INFO: Found listing with ID: DE69%20YXA
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE69%2520YXA%27 HTTP/1.1" 200 None
2026-03-30 06:29:58 [bca.uk] INFO: Scrape type for DE69%20YXA: 0
2026-03-30 06:29:58 [bca.uk] INFO: Found listing with ID: DN20%20VVE
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520VVE%27 HTTP/1.1" 200 None
2026-03-30 06:29:58 [bca.uk] INFO: Scrape type for DN20%20VVE: 0
2026-03-30 06:29:58 [bca.uk] INFO: Found listing with ID: DV14%20NUK
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520NUK%27 HTTP/1.1" 200 None
2026-03-30 06:29:58 [bca.uk] INFO: Scrape type for DV14%20NUK: 2
2026-03-30 06:29:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a3822b3-fb48-5519-a6d2-b5bf37561cef with identifier: DV14%20NUK
2026-03-30 06:29:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a3822b3-fb48-5519-a6d2-b5bf37561cef with scrape type 2
2026-03-30 06:29:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a3822b3-fb48-5519-a6d2-b5bf37561cef with scrape type 2
2026-03-30 06:29:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a3822b3-fb48-5519-a6d2-b5bf37561cef, identifier: DV14%20NUK
2026-03-30 06:29:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a3822b3-fb48-5519-a6d2-b5bf37561cef with identifier: DV14%20NUK
2026-03-30 06:29:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a3822b3-fb48-5519-a6d2-b5bf37561cef with identifier: DV14%20NUK
2026-03-30 06:29:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a3822b3-fb48-5519-a6d2-b5bf37561cef with identifier: DV14%20NUK to the API
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV14%20NUK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3a3822b3-fb48-5519-a6d2-b5bf37561cef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV14 NUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV14%20NUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 79138,
 'odometer_reading_unit': '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.6 VVT 115 SE 2WD S/S StationWagon',
 'transmission': 'manual',
 'trim': 'VVT 115 SE 2WD S/S',
 'vin': 'W0LJD7EE9EB671876',
 'year': 2014}
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520NUK%27 HTTP/1.1" 200 None
2026-03-30 06:29:59 [bca.uk] INFO: Saving data for DV14%20NUK: {'auction_closing_time': 1775037600.0, 'created_time': 1773908048.786858, 'last_price_update_time': 1774852199.311628}
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV14%2520NUK') HTTP/1.1" 204 0
2026-03-30 06:29:59 [bca.uk] INFO: Found listing with ID: DX22%20OMV
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520OMV%27 HTTP/1.1" 200 None
2026-03-30 06:29:59 [bca.uk] INFO: Scrape type for DX22%20OMV: 0
2026-03-30 06:29:59 [bca.uk] INFO: Found listing with ID: DY18%20WKM
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY18%2520WKM%27 HTTP/1.1" 200 None
2026-03-30 06:29:59 [bca.uk] INFO: Scrape type for DY18%20WKM: 0
2026-03-30 06:29:59 [bca.uk] INFO: Found listing with ID: EA74%20GFU
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA74%2520GFU%27 HTTP/1.1" 200 None
2026-03-30 06:29:59 [bca.uk] INFO: Scrape type for EA74%20GFU: 0
2026-03-30 06:29:59 [bca.uk] INFO: Found listing with ID: FE68%20YXY
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE68%2520YXY%27 HTTP/1.1" 200 None
2026-03-30 06:29:59 [bca.uk] INFO: Scrape type for FE68%20YXY: 2
2026-03-30 06:29:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 891ddb26-9bdd-5373-9977-062485aafe85 with identifier: FE68%20YXY
2026-03-30 06:29:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 891ddb26-9bdd-5373-9977-062485aafe85 with scrape type 2
2026-03-30 06:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 891ddb26-9bdd-5373-9977-062485aafe85 with scrape type 2
2026-03-30 06:29:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 891ddb26-9bdd-5373-9977-062485aafe85, identifier: FE68%20YXY
2026-03-30 06:29:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 891ddb26-9bdd-5373-9977-062485aafe85 with identifier: FE68%20YXY
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=sunset+orange+met. HTTP/1.1" 200 None
2026-03-30 06:29:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:29: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:29:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 891ddb26-9bdd-5373-9977-062485aafe85 with identifier: FE68%20YXY
2026-03-30 06:29:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 891ddb26-9bdd-5373-9977-062485aafe85 with identifier: FE68%20YXY to the API
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:29:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE68%20YXY-GB',
 'category': 'Car',
 'color': 'sunset orange met',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '891ddb26-9bdd-5373-9977-062485aafe85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE68 YXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE68%20YXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 39215,
 'odometer_reading_unit': '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': 'WBA6S32050VD38029',
 'year': 2018}
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE68%2520YXY%27 HTTP/1.1" 200 None
2026-03-30 06:29:59 [bca.uk] INFO: Saving data for FE68%20YXY: {'auction_closing_time': 1775037600.0, 'created_time': 1773908462.459197, 'last_price_update_time': 1774852199.915294}
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE68%2520YXY') HTTP/1.1" 204 0
2026-03-30 06:29:59 [bca.uk] INFO: Found listing with ID: FL62%20VUX
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL62%2520VUX%27 HTTP/1.1" 200 None
2026-03-30 06:29:59 [bca.uk] INFO: Scrape type for FL62%20VUX: 0
2026-03-30 06:29:59 [bca.uk] INFO: Found listing with ID: FN64%20FJA
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN64%2520FJA%27 HTTP/1.1" 200 None
2026-03-30 06:29:59 [bca.uk] INFO: Scrape type for FN64%20FJA: 0
2026-03-30 06:29:59 [bca.uk] INFO: Found listing with ID: FR61%20CKA
2026-03-30 06:29:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR61%2520CKA%27 HTTP/1.1" 200 None
2026-03-30 06:30:00 [bca.uk] INFO: Scrape type for FR61%20CKA: 0
2026-03-30 06:30:00 [bca.uk] INFO: Found listing with ID: PJ66%20XTM
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ66%2520XTM%27 HTTP/1.1" 200 None
2026-03-30 06:30:00 [bca.uk] INFO: Scrape type for PJ66%20XTM: 0
2026-03-30 06:30:00 [bca.uk] INFO: Found listing with ID: WG24%20EGE
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG24%2520EGE%27 HTTP/1.1" 200 None
2026-03-30 06:30:00 [bca.uk] INFO: Scrape type for WG24%20EGE: 2
2026-03-30 06:30:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e5975df-aded-5ccb-aefb-6e32726e2d7d with identifier: WG24%20EGE
2026-03-30 06:30:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e5975df-aded-5ccb-aefb-6e32726e2d7d with scrape type 2
2026-03-30 06:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e5975df-aded-5ccb-aefb-6e32726e2d7d with scrape type 2
2026-03-30 06:30:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e5975df-aded-5ccb-aefb-6e32726e2d7d, identifier: WG24%20EGE
2026-03-30 06:30:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e5975df-aded-5ccb-aefb-6e32726e2d7d with identifier: WG24%20EGE
2026-03-30 06:30:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e5975df-aded-5ccb-aefb-6e32726e2d7d with identifier: WG24%20EGE
2026-03-30 06:30:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e5975df-aded-5ccb-aefb-6e32726e2d7d with identifier: WG24%20EGE to the API
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG24%20EGE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e5975df-aded-5ccb-aefb-6e32726e2d7d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG24 EGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG24%20EGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 15459,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I EDGE S-CVT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I EDGE S-CVT',
 'vin': 'JTDAGNAC100206790',
 'year': 2024}
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG24%2520EGE%27 HTTP/1.1" 200 None
2026-03-30 06:30:00 [bca.uk] INFO: Saving data for WG24%20EGE: {'auction_closing_time': 1774864800.0, 'created_time': 1773830999.846961, 'last_price_update_time': 1774852200.73588}
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG24%2520EGE') HTTP/1.1" 204 0
2026-03-30 06:30:00 [bca.uk] INFO: Found listing with ID: PK12%20LMF
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520LMF%27 HTTP/1.1" 200 None
2026-03-30 06:30:00 [bca.uk] INFO: Scrape type for PK12%20LMF: 0
2026-03-30 06:30:00 [bca.uk] INFO: Found listing with ID: MV18%20FNM
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520FNM%27 HTTP/1.1" 200 None
2026-03-30 06:30:00 [bca.uk] INFO: Scrape type for MV18%20FNM: 0
2026-03-30 06:30:00 [bca.uk] INFO: Found listing with ID: YF64%20GUD
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF64%2520GUD%27 HTTP/1.1" 200 None
2026-03-30 06:30:00 [bca.uk] INFO: Scrape type for YF64%20GUD: 0
2026-03-30 06:30:00 [bca.uk] INFO: Found listing with ID: GL17%20EKJ
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL17%2520EKJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:00 [bca.uk] INFO: Scrape type for GL17%20EKJ: 0
2026-03-30 06:30:00 [bca.uk] INFO: Found listing with ID: DC18%20ETO
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520ETO%27 HTTP/1.1" 200 None
2026-03-30 06:30:00 [bca.uk] INFO: Scrape type for DC18%20ETO: 0
2026-03-30 06:30:00 [bca.uk] INFO: Found listing with ID: BP21%20OPC
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520OPC%27 HTTP/1.1" 200 None
2026-03-30 06:30:00 [bca.uk] INFO: Scrape type for BP21%20OPC: 0
2026-03-30 06:30:00 [bca.uk] INFO: Found listing with ID: MF67%20EYS
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520EYS%27 HTTP/1.1" 200 None
2026-03-30 06:30:00 [bca.uk] INFO: Scrape type for MF67%20EYS: 2
2026-03-30 06:30:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89d1671d-2b55-5caf-b324-acf6b5e552af with identifier: MF67%20EYS
2026-03-30 06:30:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89d1671d-2b55-5caf-b324-acf6b5e552af with scrape type 2
2026-03-30 06:30:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89d1671d-2b55-5caf-b324-acf6b5e552af with scrape type 2
2026-03-30 06:30:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89d1671d-2b55-5caf-b324-acf6b5e552af, identifier: MF67%20EYS
2026-03-30 06:30:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89d1671d-2b55-5caf-b324-acf6b5e552af with identifier: MF67%20EYS
2026-03-30 06:30:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89d1671d-2b55-5caf-b324-acf6b5e552af with identifier: MF67%20EYS
2026-03-30 06:30:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89d1671d-2b55-5caf-b324-acf6b5e552af with identifier: MF67%20EYS to the API
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF67%20EYS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '89d1671d-2b55-5caf-b324-acf6b5e552af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF67 EYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF67%20EYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 999999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE',
 'vin': 'SALWA2EK7HA689966',
 'year': 2017}
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520EYS%27 HTTP/1.1" 200 None
2026-03-30 06:30:01 [bca.uk] INFO: Saving data for MF67%20EYS: {'auction_closing_time': 1774951200.0, 'created_time': 1773839710.131232, 'last_price_update_time': 1774852201.73877}
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF67%2520EYS') HTTP/1.1" 204 0
2026-03-30 06:30:01 [bca.uk] INFO: Found listing with ID: MT11%20LOV
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT11%2520LOV%27 HTTP/1.1" 200 None
2026-03-30 06:30:01 [bca.uk] INFO: Scrape type for MT11%20LOV: 0
2026-03-30 06:30:01 [bca.uk] INFO: Found listing with ID: FR19%20BJZ
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR19%2520BJZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:01 [bca.uk] INFO: Scrape type for FR19%20BJZ: 0
2026-03-30 06:30:01 [bca.uk] INFO: Found listing with ID: YF11%20RLZ
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF11%2520RLZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:01 [bca.uk] INFO: Scrape type for YF11%20RLZ: 0
2026-03-30 06:30:01 [bca.uk] INFO: Found listing with ID: BV70%20TKC
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV70%2520TKC%27 HTTP/1.1" 200 None
2026-03-30 06:30:01 [bca.uk] INFO: Scrape type for BV70%20TKC: 0
2026-03-30 06:30:01 [bca.uk] INFO: Found listing with ID: LB68%20LZH
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520LZH%27 HTTP/1.1" 200 None
2026-03-30 06:30:01 [bca.uk] INFO: Scrape type for LB68%20LZH: 0
2026-03-30 06:30:01 [bca.uk] INFO: Found listing with ID: NX22%20YRE
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX22%2520YRE%27 HTTP/1.1" 200 None
2026-03-30 06:30:01 [bca.uk] INFO: Scrape type for NX22%20YRE: 2
2026-03-30 06:30:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca1279e9-6bd3-56e5-a580-6f6f1b6060af with identifier: NX22%20YRE
2026-03-30 06:30:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca1279e9-6bd3-56e5-a580-6f6f1b6060af with scrape type 2
2026-03-30 06:30:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca1279e9-6bd3-56e5-a580-6f6f1b6060af with scrape type 2
2026-03-30 06:30:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca1279e9-6bd3-56e5-a580-6f6f1b6060af, identifier: NX22%20YRE
2026-03-30 06:30:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:30:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca1279e9-6bd3-56e5-a580-6f6f1b6060af with identifier: NX22%20YRE
2026-03-30 06:30:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca1279e9-6bd3-56e5-a580-6f6f1b6060af with identifier: NX22%20YRE
2026-03-30 06:30:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca1279e9-6bd3-56e5-a580-6f6f1b6060af with identifier: NX22%20YRE to the API
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX22%20YRE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ca1279e9-6bd3-56e5-a580-6f6f1b6060af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NX22 YRE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX22%20YRE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'E-C4',
 'odometer': 66041,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN E-C4 100KW 50KWH SHINE PLUS Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH SHINE PLUS',
 'vin': 'VR7BCZKXCNE016115',
 'year': 2022}
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX22%2520YRE%27 HTTP/1.1" 200 None
2026-03-30 06:30:02 [bca.uk] INFO: Saving data for NX22%20YRE: {'auction_closing_time': 1774864800.0, 'created_time': 1773930025.911378, 'last_price_update_time': 1774852202.283306}
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX22%2520YRE') HTTP/1.1" 204 0
2026-03-30 06:30:02 [bca.uk] INFO: Found listing with ID: HT04%20EMV
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT04%2520EMV%27 HTTP/1.1" 200 None
2026-03-30 06:30:02 [bca.uk] INFO: Scrape type for HT04%20EMV: 0
2026-03-30 06:30:02 [bca.uk] INFO: Found listing with ID: SF63%20KLO
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF63%2520KLO%27 HTTP/1.1" 200 None
2026-03-30 06:30:02 [bca.uk] INFO: Scrape type for SF63%20KLO: 0
2026-03-30 06:30:02 [bca.uk] INFO: Found listing with ID: DL70%20DFN
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520DFN%27 HTTP/1.1" 200 None
2026-03-30 06:30:02 [bca.uk] INFO: Scrape type for DL70%20DFN: 0
2026-03-30 06:30:02 [bca.uk] INFO: Found listing with ID: MD19%20MXJ
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520MXJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:02 [bca.uk] INFO: Scrape type for MD19%20MXJ: 0
2026-03-30 06:30:02 [bca.uk] INFO: Found listing with ID: WF18%20VYG
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF18%2520VYG%27 HTTP/1.1" 200 None
2026-03-30 06:30:02 [bca.uk] INFO: Scrape type for WF18%20VYG: 0
2026-03-30 06:30:02 [bca.uk] INFO: Found listing with ID: DC17%20XSD
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC17%2520XSD%27 HTTP/1.1" 200 None
2026-03-30 06:30:02 [bca.uk] INFO: Scrape type for DC17%20XSD: 0
2026-03-30 06:30:02 [bca.uk] INFO: Found listing with ID: VA21%20XJO
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520XJO%27 HTTP/1.1" 200 None
2026-03-30 06:30:02 [bca.uk] INFO: Scrape type for VA21%20XJO: 2
2026-03-30 06:30:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5279c97-95a2-5694-b9f6-7f6fcdf58fee with identifier: VA21%20XJO
2026-03-30 06:30:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5279c97-95a2-5694-b9f6-7f6fcdf58fee with scrape type 2
2026-03-30 06:30:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5279c97-95a2-5694-b9f6-7f6fcdf58fee with scrape type 2
2026-03-30 06:30:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5279c97-95a2-5694-b9f6-7f6fcdf58fee, identifier: VA21%20XJO
2026-03-30 06:30:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5279c97-95a2-5694-b9f6-7f6fcdf58fee with identifier: VA21%20XJO
2026-03-30 06:30:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5279c97-95a2-5694-b9f6-7f6fcdf58fee with identifier: VA21%20XJO
2026-03-30 06:30:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5279c97-95a2-5694-b9f6-7f6fcdf58fee with identifier: VA21%20XJO to the API
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA21%20XJO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e5279c97-95a2-5694-b9f6-7f6fcdf58fee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA21 XJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA21%20XJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 999999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 DCI 145 SL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 145 SL BUSINESS',
 'vin': 'VF1FL000167828090',
 'year': 2021}
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520XJO%27 HTTP/1.1" 200 None
2026-03-30 06:30:02 [bca.uk] INFO: Saving data for VA21%20XJO: {'auction_closing_time': 1774951200.0, 'created_time': 1773839650.865976, 'last_price_update_time': 1774852202.974354}
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA21%2520XJO') HTTP/1.1" 204 0
2026-03-30 06:30:02 [bca.uk] INFO: Found listing with ID: LL71%20FHM
2026-03-30 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520FHM%27 HTTP/1.1" 200 None
2026-03-30 06:30:03 [bca.uk] INFO: Scrape type for LL71%20FHM: 0
2026-03-30 06:30:03 [bca.uk] INFO: Found listing with ID: CA70%20WXZ
2026-03-30 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA70%2520WXZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:03 [bca.uk] INFO: Scrape type for CA70%20WXZ: 2
2026-03-30 06:30:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19962606-befa-5c71-8485-1878460d4580 with identifier: CA70%20WXZ
2026-03-30 06:30:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19962606-befa-5c71-8485-1878460d4580 with scrape type 2
2026-03-30 06:30:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19962606-befa-5c71-8485-1878460d4580 with scrape type 2
2026-03-30 06:30:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19962606-befa-5c71-8485-1878460d4580, identifier: CA70%20WXZ
2026-03-30 06:30:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19962606-befa-5c71-8485-1878460d4580 with identifier: CA70%20WXZ
2026-03-30 06:30:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19962606-befa-5c71-8485-1878460d4580 with identifier: CA70%20WXZ
2026-03-30 06:30:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19962606-befa-5c71-8485-1878460d4580 with identifier: CA70%20WXZ to the API
2026-03-30 06:30:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA70%20WXZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '19962606-befa-5c71-8485-1878460d4580',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA70 WXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA70%20WXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 59385,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG5 EV 115KW 53KWH EXCLUSIVE EV Estate',
 'transmission': 'automatic',
 'trim': '115KW 53KWH EXCLUSIVE EV',
 'vin': 'LSJE24093LG089594',
 'year': 2021}
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA70%2520WXZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:04 [bca.uk] INFO: Saving data for CA70%20WXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773833992.510672, 'last_price_update_time': 1774852204.523144}
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA70%2520WXZ') HTTP/1.1" 204 0
2026-03-30 06:30:04 [bca.uk] INFO: Total items found: 100
2026-03-30 06:30:04 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded
2026-03-30 06:30:04 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:30:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:04 [bca.uk] INFO: Found listing with ID: LF19%20UDK
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520UDK%27 HTTP/1.1" 200 None
2026-03-30 06:30:04 [bca.uk] INFO: Scrape type for LF19%20UDK: 0
2026-03-30 06:30:04 [bca.uk] INFO: Found listing with ID: BV60%20HHM
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV60%2520HHM%27 HTTP/1.1" 200 None
2026-03-30 06:30:04 [bca.uk] INFO: Scrape type for BV60%20HHM: 0
2026-03-30 06:30:04 [bca.uk] INFO: Found listing with ID: DC66%20NTY
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520NTY%27 HTTP/1.1" 200 None
2026-03-30 06:30:04 [bca.uk] INFO: Scrape type for DC66%20NTY: 0
2026-03-30 06:30:04 [bca.uk] INFO: Found listing with ID: WH19%20UDG
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520UDG%27 HTTP/1.1" 200 None
2026-03-30 06:30:04 [bca.uk] INFO: Scrape type for WH19%20UDG: 0
2026-03-30 06:30:04 [bca.uk] INFO: Found listing with ID: MD15%20UJX
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520UJX%27 HTTP/1.1" 200 None
2026-03-30 06:30:04 [bca.uk] INFO: Scrape type for MD15%20UJX: 0
2026-03-30 06:30:04 [bca.uk] INFO: Found listing with ID: FP22%20KUF
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP22%2520KUF%27 HTTP/1.1" 200 None
2026-03-30 06:30:04 [bca.uk] INFO: Scrape type for FP22%20KUF: 0
2026-03-30 06:30:04 [bca.uk] INFO: Found listing with ID: HW18%20FKF
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW18%2520FKF%27 HTTP/1.1" 200 None
2026-03-30 06:30:04 [bca.uk] INFO: Scrape type for HW18%20FKF: 0
2026-03-30 06:30:04 [bca.uk] INFO: Found listing with ID: DA11%20DLN
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA11%2520DLN%27 HTTP/1.1" 200 None
2026-03-30 06:30:04 [bca.uk] INFO: Scrape type for DA11%20DLN: 0
2026-03-30 06:30:04 [bca.uk] INFO: Found listing with ID: KU66%20YWT
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU66%2520YWT%27 HTTP/1.1" 200 None
2026-03-30 06:30:04 [bca.uk] INFO: Scrape type for KU66%20YWT: 2
2026-03-30 06:30:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9316eba-19a6-59e3-a7f8-83f101028cf6 with identifier: KU66%20YWT
2026-03-30 06:30:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9316eba-19a6-59e3-a7f8-83f101028cf6 with scrape type 2
2026-03-30 06:30:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9316eba-19a6-59e3-a7f8-83f101028cf6 with scrape type 2
2026-03-30 06:30:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9316eba-19a6-59e3-a7f8-83f101028cf6, identifier: KU66%20YWT
2026-03-30 06:30:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9316eba-19a6-59e3-a7f8-83f101028cf6 with identifier: KU66%20YWT
2026-03-30 06:30:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9316eba-19a6-59e3-a7f8-83f101028cf6 with identifier: KU66%20YWT
2026-03-30 06:30:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9316eba-19a6-59e3-a7f8-83f101028cf6 with identifier: KU66%20YWT to the API
2026-03-30 06:30:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=74&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU66%20YWT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd9316eba-19a6-59e3-a7f8-83f101028cf6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KU66 YWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU66%20YWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 120483,
 'odometer_reading_unit': '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 LEON 1.2 TSI 110 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SE',
 'vin': 'VSSZZZ5FZGR186985',
 'year': 2016}
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU66%2520YWT%27 HTTP/1.1" 200 None
2026-03-30 06:30:05 [bca.uk] INFO: Saving data for KU66%20YWT: {'auction_closing_time': 1774864800.0, 'created_time': 1773839519.750189, 'last_price_update_time': 1774852205.125551}
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU66%2520YWT') HTTP/1.1" 204 0
2026-03-30 06:30:05 [bca.uk] INFO: Found listing with ID: CV68%20UMS
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV68%2520UMS%27 HTTP/1.1" 200 None
2026-03-30 06:30:05 [bca.uk] INFO: Scrape type for CV68%20UMS: 0
2026-03-30 06:30:05 [bca.uk] INFO: Found listing with ID: OV17%20LZD
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV17%2520LZD%27 HTTP/1.1" 200 None
2026-03-30 06:30:05 [bca.uk] INFO: Scrape type for OV17%20LZD: 0
2026-03-30 06:30:05 [bca.uk] INFO: Found listing with ID: HK20%20OCF
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK20%2520OCF%27 HTTP/1.1" 200 None
2026-03-30 06:30:05 [bca.uk] INFO: Scrape type for HK20%20OCF: 0
2026-03-30 06:30:05 [bca.uk] INFO: Found listing with ID: WX66%20UZD
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX66%2520UZD%27 HTTP/1.1" 200 None
2026-03-30 06:30:05 [bca.uk] INFO: Scrape type for WX66%20UZD: 2
2026-03-30 06:30:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bd8d0ca-e2a0-5eb9-a2d4-5517cf791a1f with identifier: WX66%20UZD
2026-03-30 06:30:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bd8d0ca-e2a0-5eb9-a2d4-5517cf791a1f with scrape type 2
2026-03-30 06:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bd8d0ca-e2a0-5eb9-a2d4-5517cf791a1f with scrape type 2
2026-03-30 06:30:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bd8d0ca-e2a0-5eb9-a2d4-5517cf791a1f, identifier: WX66%20UZD
2026-03-30 06:30: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:30:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bd8d0ca-e2a0-5eb9-a2d4-5517cf791a1f with identifier: WX66%20UZD
2026-03-30 06:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bd8d0ca-e2a0-5eb9-a2d4-5517cf791a1f with identifier: WX66%20UZD
2026-03-30 06:30:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bd8d0ca-e2a0-5eb9-a2d4-5517cf791a1f with identifier: WX66%20UZD to the API
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX66%20UZD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3bd8d0ca-e2a0-5eb9-a2d4-5517cf791a1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX66 UZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX66%20UZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 90012,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.6 DCI 130 TEKNA (5ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DCI 130 TEKNA (5ST)',
 'vin': 'JN1TCAT32U0039499',
 'year': 2016}
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX66%2520UZD%27 HTTP/1.1" 200 None
2026-03-30 06:30:05 [bca.uk] INFO: Saving data for WX66%20UZD: {'auction_closing_time': 1774864800.0, 'created_time': 1773839569.947932, 'last_price_update_time': 1774852205.736506}
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX66%2520UZD') HTTP/1.1" 204 0
2026-03-30 06:30:05 [bca.uk] INFO: Found listing with ID: BL70%20UTV
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520UTV%27 HTTP/1.1" 200 None
2026-03-30 06:30:05 [bca.uk] INFO: Scrape type for BL70%20UTV: 2
2026-03-30 06:30:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf78a37c-5773-54ff-9eb9-55929a5b70a8 with identifier: BL70%20UTV
2026-03-30 06:30:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf78a37c-5773-54ff-9eb9-55929a5b70a8 with scrape type 2
2026-03-30 06:30:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf78a37c-5773-54ff-9eb9-55929a5b70a8 with scrape type 2
2026-03-30 06:30:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf78a37c-5773-54ff-9eb9-55929a5b70a8, identifier: BL70%20UTV
2026-03-30 06:30:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf78a37c-5773-54ff-9eb9-55929a5b70a8 with identifier: BL70%20UTV
2026-03-30 06:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf78a37c-5773-54ff-9eb9-55929a5b70a8 with identifier: BL70%20UTV
2026-03-30 06:30:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf78a37c-5773-54ff-9eb9-55929a5b70a8 with identifier: BL70%20UTV to the API
2026-03-30 06:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL70%20UTV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bf78a37c-5773-54ff-9eb9-55929a5b70a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL70 UTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL70%20UTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3 E CROSSBCK',
 'odometer': 61142,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 E CROSSBCK 100KW 50KWH ULTRA PRESTIGE Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ULTRA PRESTIGE',
 'vin': 'VR1UJZKXZLW028329',
 'year': 2020}
2026-03-30 06:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520UTV%27 HTTP/1.1" 200 None
2026-03-30 06:30:06 [bca.uk] INFO: Saving data for BL70%20UTV: {'auction_closing_time': 1774864800.0, 'created_time': 1773930023.997496, 'last_price_update_time': 1774852206.945657}
2026-03-30 06:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL70%2520UTV') HTTP/1.1" 204 0
2026-03-30 06:30:06 [bca.uk] INFO: Found listing with ID: CA24%20VRW
2026-03-30 06:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA24%2520VRW%27 HTTP/1.1" 200 None
2026-03-30 06:30:06 [bca.uk] INFO: Scrape type for CA24%20VRW: 0
2026-03-30 06:30:06 [bca.uk] INFO: Found listing with ID: NJ70%20ZZO
2026-03-30 06:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ70%2520ZZO%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for NJ70%20ZZO: 2
2026-03-30 06:30:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29c62c6a-aca2-50d9-a0a2-d63d7d08d4a6 with identifier: NJ70%20ZZO
2026-03-30 06:30:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29c62c6a-aca2-50d9-a0a2-d63d7d08d4a6 with scrape type 2
2026-03-30 06:30:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29c62c6a-aca2-50d9-a0a2-d63d7d08d4a6 with scrape type 2
2026-03-30 06:30:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29c62c6a-aca2-50d9-a0a2-d63d7d08d4a6, identifier: NJ70%20ZZO
2026-03-30 06:30:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29c62c6a-aca2-50d9-a0a2-d63d7d08d4a6 with identifier: NJ70%20ZZO
2026-03-30 06:30:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29c62c6a-aca2-50d9-a0a2-d63d7d08d4a6 with identifier: NJ70%20ZZO
2026-03-30 06:30:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29c62c6a-aca2-50d9-a0a2-d63d7d08d4a6 with identifier: NJ70%20ZZO to the API
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ70%20ZZO-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '29c62c6a-aca2-50d9-a0a2-d63d7d08d4a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ70 ZZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ70%20ZZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 37040,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-2008 100KW 50KWH GT LINE Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GT LINE',
 'vin': 'VR3UKZKXZLJ794142',
 'year': 2020}
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ70%2520ZZO%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Saving data for NJ70%20ZZO: {'auction_closing_time': 1774864800.0, 'created_time': 1773833974.383688, 'last_price_update_time': 1774852207.390953}
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ70%2520ZZO') HTTP/1.1" 204 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: BL63%20XPE
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520XPE%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for BL63%20XPE: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: HX22%20GKO
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520GKO%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for HX22%20GKO: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: FL18%20WSJ
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL18%2520WSJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for FL18%20WSJ: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: YX10%20HNG
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX10%2520HNG%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for YX10%20HNG: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: KV17%20XKT
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV17%2520XKT%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for KV17%20XKT: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: MD64%20TMO
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD64%2520TMO%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for MD64%20TMO: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: EA17%20YTW
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520YTW%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for EA17%20YTW: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: AU09%20ZDF
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU09%2520ZDF%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for AU09%20ZDF: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: GJ65%20YOD
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ65%2520YOD%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for GJ65%20YOD: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: ME19%20EHK
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME19%2520EHK%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for ME19%20EHK: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: NL15%20OMT
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520OMT%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for NL15%20OMT: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: YY15%20EWR
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY15%2520EWR%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for YY15%20EWR: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: HK73%20GXE
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK73%2520GXE%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for HK73%20GXE: 0
2026-03-30 06:30:07 [bca.uk] INFO: Found listing with ID: DU20%20SFJ
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520SFJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:07 [bca.uk] INFO: Scrape type for DU20%20SFJ: 2
2026-03-30 06:30:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65944d33-5933-5b23-adc9-90eeed8382a4 with identifier: DU20%20SFJ
2026-03-30 06:30:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65944d33-5933-5b23-adc9-90eeed8382a4 with scrape type 2
2026-03-30 06:30:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65944d33-5933-5b23-adc9-90eeed8382a4 with scrape type 2
2026-03-30 06:30:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65944d33-5933-5b23-adc9-90eeed8382a4, identifier: DU20%20SFJ
2026-03-30 06:30:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65944d33-5933-5b23-adc9-90eeed8382a4 with identifier: DU20%20SFJ
2026-03-30 06:30:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65944d33-5933-5b23-adc9-90eeed8382a4 with identifier: DU20%20SFJ
2026-03-30 06:30:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65944d33-5933-5b23-adc9-90eeed8382a4 with identifier: DU20%20SFJ to the API
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU20%20SFJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '65944d33-5933-5b23-adc9-90eeed8382a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU20 SFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU20%20SFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2700',
 'odometer': 100284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2700 1.5 D 120 SPORTIVE L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 SPORTIVE L1 H1',
 'vin': 'VXEVBYHVKL7014297',
 'year': 2020}
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU20%2520SFJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:08 [bca.uk] INFO: Saving data for DU20%20SFJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774524774.950467, 'last_price_update_time': 1774852208.122759}
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU20%2520SFJ') HTTP/1.1" 204 0
2026-03-30 06:30:08 [bca.uk] INFO: Found listing with ID: DS63%20ZFJ
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS63%2520ZFJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:08 [bca.uk] INFO: Scrape type for DS63%20ZFJ: 0
2026-03-30 06:30:08 [bca.uk] INFO: Found listing with ID: CF69%20RKX
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520RKX%27 HTTP/1.1" 200 None
2026-03-30 06:30:08 [bca.uk] INFO: Scrape type for CF69%20RKX: 0
2026-03-30 06:30:08 [bca.uk] INFO: Found listing with ID: FP64%20JRV
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP64%2520JRV%27 HTTP/1.1" 200 None
2026-03-30 06:30:08 [bca.uk] INFO: Scrape type for FP64%20JRV: 0
2026-03-30 06:30:08 [bca.uk] INFO: Found listing with ID: EK64%20YCP
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK64%2520YCP%27 HTTP/1.1" 200 None
2026-03-30 06:30:08 [bca.uk] INFO: Scrape type for EK64%20YCP: 0
2026-03-30 06:30:08 [bca.uk] INFO: Found listing with ID: FL21%20RVA
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520RVA%27 HTTP/1.1" 200 None
2026-03-30 06:30:08 [bca.uk] INFO: Scrape type for FL21%20RVA: 2
2026-03-30 06:30:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e6dd477-9a68-5fa5-843e-162d89c6a36e with identifier: FL21%20RVA
2026-03-30 06:30:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e6dd477-9a68-5fa5-843e-162d89c6a36e with scrape type 2
2026-03-30 06:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e6dd477-9a68-5fa5-843e-162d89c6a36e with scrape type 2
2026-03-30 06:30:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e6dd477-9a68-5fa5-843e-162d89c6a36e, identifier: FL21%20RVA
2026-03-30 06:30:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e6dd477-9a68-5fa5-843e-162d89c6a36e with identifier: FL21%20RVA
2026-03-30 06:30:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e6dd477-9a68-5fa5-843e-162d89c6a36e with identifier: FL21%20RVA
2026-03-30 06:30:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e6dd477-9a68-5fa5-843e-162d89c6a36e with identifier: FL21%20RVA to the API
2026-03-30 06:30:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL21%20RVA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6e6dd477-9a68-5fa5-843e-162d89c6a36e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL21 RVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL21%20RVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 55442,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ELITE',
 'vin': 'VXKUPHNEKM4061023',
 'year': 2021}
2026-03-30 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL21%2520RVA%27 HTTP/1.1" 200 None
2026-03-30 06:30:09 [bca.uk] INFO: Saving data for FL21%20RVA: {'auction_closing_time': 1774951200.0, 'created_time': 1774564462.327443, 'last_price_update_time': 1774852209.409495}
2026-03-30 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL21%2520RVA') HTTP/1.1" 204 0
2026-03-30 06:30:09 [bca.uk] INFO: Found listing with ID: DG19%20ALO
2026-03-30 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG19%2520ALO%27 HTTP/1.1" 200 None
2026-03-30 06:30:09 [bca.uk] INFO: Scrape type for DG19%20ALO: 2
2026-03-30 06:30:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 379300b0-1764-509f-980a-6047b7c61fc5 with identifier: DG19%20ALO
2026-03-30 06:30:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 379300b0-1764-509f-980a-6047b7c61fc5 with scrape type 2
2026-03-30 06:30:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 379300b0-1764-509f-980a-6047b7c61fc5 with scrape type 2
2026-03-30 06:30:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 379300b0-1764-509f-980a-6047b7c61fc5, identifier: DG19%20ALO
2026-03-30 06:30:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 379300b0-1764-509f-980a-6047b7c61fc5 with identifier: DG19%20ALO
2026-03-30 06:30:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 379300b0-1764-509f-980a-6047b7c61fc5 with identifier: DG19%20ALO
2026-03-30 06:30:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 379300b0-1764-509f-980a-6047b7c61fc5 with identifier: DG19%20ALO to the API
2026-03-30 06:30:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG19%20ALO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '379300b0-1764-509f-980a-6047b7c61fc5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG19 ALO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG19%20ALO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 59936,
 'odometer_reading_unit': '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 116 S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '30 TFSI 116 S LINE S-T',
 'vin': 'WAUZZZGB8KR021070',
 'year': 2019}
2026-03-30 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG19%2520ALO%27 HTTP/1.1" 200 None
2026-03-30 06:30:10 [bca.uk] INFO: Saving data for DG19%20ALO: {'auction_closing_time': 1774951200.0, 'created_time': 1774535068.84494, 'last_price_update_time': 1774852210.642996}
2026-03-30 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG19%2520ALO') HTTP/1.1" 204 0
2026-03-30 06:30:10 [bca.uk] INFO: Found listing with ID: PK17%20DWG
2026-03-30 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520DWG%27 HTTP/1.1" 200 None
2026-03-30 06:30:10 [bca.uk] INFO: Scrape type for PK17%20DWG: 0
2026-03-30 06:30:10 [bca.uk] INFO: Found listing with ID: DC18%20ZFK
2026-03-30 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520ZFK%27 HTTP/1.1" 200 None
2026-03-30 06:30:10 [bca.uk] INFO: Scrape type for DC18%20ZFK: 2
2026-03-30 06:30:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8e3ce50-7c49-5c88-a437-cac1a068748c with identifier: DC18%20ZFK
2026-03-30 06:30:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e3ce50-7c49-5c88-a437-cac1a068748c with scrape type 2
2026-03-30 06:30:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8e3ce50-7c49-5c88-a437-cac1a068748c with scrape type 2
2026-03-30 06:30:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8e3ce50-7c49-5c88-a437-cac1a068748c, identifier: DC18%20ZFK
2026-03-30 06:30:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8e3ce50-7c49-5c88-a437-cac1a068748c with identifier: DC18%20ZFK
2026-03-30 06:30:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8e3ce50-7c49-5c88-a437-cac1a068748c with identifier: DC18%20ZFK
2026-03-30 06:30:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8e3ce50-7c49-5c88-a437-cac1a068748c with identifier: DC18%20ZFK to the API
2026-03-30 06:30:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30: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:30:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC18%20ZFK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8e3ce50-7c49-5c88-a437-cac1a068748c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC18 ZFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC18%20ZFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 70626,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TDI 150 S LINE ED. StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 S LINE ED.',
 'vin': 'WAUZZZ8U3JR082633',
 'year': 2018}
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520ZFK%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Saving data for DC18%20ZFK: {'auction_closing_time': 1774951200.0, 'created_time': 1774564657.871485, 'last_price_update_time': 1774852211.15919}
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC18%2520ZFK') HTTP/1.1" 204 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: YP24%20XMV
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520XMV%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for YP24%20XMV: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: YP24%20TVC
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520TVC%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for YP24%20TVC: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: HN74%20OOV
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN74%2520OOV%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for HN74%20OOV: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: LL16%20ONE
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL16%2520ONE%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for LL16%20ONE: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: GC65%20RHO
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC65%2520RHO%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for GC65%20RHO: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: MM74%20YRN
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YRN%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for MM74%20YRN: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: MM74%20YOJ
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for MM74%20YOJ: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: LG14%20KBG
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG14%2520KBG%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for LG14%20KBG: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: BD68%20FXZ
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD68%2520FXZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for BD68%20FXZ: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: LG18%20LYT
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520LYT%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for LG18%20LYT: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: RE18%20HPL
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520HPL%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for RE18%20HPL: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: RE66%20ZXR
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE66%2520ZXR%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for RE66%20ZXR: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: LN14%20AZJ
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN14%2520AZJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for LN14%20AZJ: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: MF63%20OGB
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF63%2520OGB%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for MF63%20OGB: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: YY14%20JWG
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY14%2520JWG%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for YY14%20JWG: 0
2026-03-30 06:30:11 [bca.uk] INFO: Found listing with ID: MM74%20YOL
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOL%27 HTTP/1.1" 200 None
2026-03-30 06:30:11 [bca.uk] INFO: Scrape type for MM74%20YOL: 2
2026-03-30 06:30:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edcfbca5-4b2f-505e-b4e2-770d04431f18 with identifier: MM74%20YOL
2026-03-30 06:30:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edcfbca5-4b2f-505e-b4e2-770d04431f18 with scrape type 2
2026-03-30 06:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edcfbca5-4b2f-505e-b4e2-770d04431f18 with scrape type 2
2026-03-30 06:30:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edcfbca5-4b2f-505e-b4e2-770d04431f18, identifier: MM74%20YOL
2026-03-30 06:30:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edcfbca5-4b2f-505e-b4e2-770d04431f18 with identifier: MM74%20YOL
2026-03-30 06:30:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edcfbca5-4b2f-505e-b4e2-770d04431f18 with identifier: MM74%20YOL
2026-03-30 06:30:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edcfbca5-4b2f-505e-b4e2-770d04431f18 with identifier: MM74%20YOL to the API
2026-03-30 06:30:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30: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:30:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM74%20YOL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'edcfbca5-4b2f-505e-b4e2-770d04431f18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM74 YOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM74%20YOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 9658,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA0RRD36840',
 'year': 2024}
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOL%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Saving data for MM74%20YOL: {'auction_closing_time': 1774864800.0, 'created_time': 1773846107.583955, 'last_price_update_time': 1774852212.074848}
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520YOL') HTTP/1.1" 204 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: HV74%20FYM
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520FYM%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for HV74%20FYM: 2
2026-03-30 06:30:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e011a95-2427-54dd-8006-04736f573978 with identifier: HV74%20FYM
2026-03-30 06:30:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e011a95-2427-54dd-8006-04736f573978 with scrape type 2
2026-03-30 06:30:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e011a95-2427-54dd-8006-04736f573978 with scrape type 2
2026-03-30 06:30:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e011a95-2427-54dd-8006-04736f573978, identifier: HV74%20FYM
2026-03-30 06:30:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e011a95-2427-54dd-8006-04736f573978 with identifier: HV74%20FYM
2026-03-30 06:30:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e011a95-2427-54dd-8006-04736f573978 with identifier: HV74%20FYM
2026-03-30 06:30:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e011a95-2427-54dd-8006-04736f573978 with identifier: HV74%20FYM to the API
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV74%20FYM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2e011a95-2427-54dd-8006-04736f573978',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV74 FYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV74%20FYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 15021,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTA8RRA50122',
 'year': 2024}
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520FYM%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Saving data for HV74%20FYM: {'auction_closing_time': 1774864800.0, 'created_time': 1773842614.797584, 'last_price_update_time': 1774852212.726059}
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV74%2520FYM') HTTP/1.1" 204 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: NJ16%20OZV
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520OZV%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for NJ16%20OZV: 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: HV09%20EEY
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV09%2520EEY%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for HV09%20EEY: 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: MK10%20YRG
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK10%2520YRG%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for MK10%20YRG: 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: YP74%20VUX
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VUX%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for YP74%20VUX: 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: YH18%20ZEU
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520ZEU%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for YH18%20ZEU: 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: GD17%20CKF
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520CKF%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for GD17%20CKF: 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: RX74%20EFT
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520EFT%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for RX74%20EFT: 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: EG18%20BHD
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG18%2520BHD%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for EG18%20BHD: 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: RX74%20CEO
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520CEO%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for RX74%20CEO: 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: AK14%20EHJ
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK14%2520EHJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for AK14%20EHJ: 0
2026-03-30 06:30:12 [bca.uk] INFO: Found listing with ID: BK74%20APV
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520APV%27 HTTP/1.1" 200 None
2026-03-30 06:30:12 [bca.uk] INFO: Scrape type for BK74%20APV: 2
2026-03-30 06:30:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9d3c126-1660-58fa-b678-177a1d861711 with identifier: BK74%20APV
2026-03-30 06:30:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9d3c126-1660-58fa-b678-177a1d861711 with scrape type 2
2026-03-30 06:30:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9d3c126-1660-58fa-b678-177a1d861711 with scrape type 2
2026-03-30 06:30:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9d3c126-1660-58fa-b678-177a1d861711, identifier: BK74%20APV
2026-03-30 06:30:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9d3c126-1660-58fa-b678-177a1d861711 with identifier: BK74%20APV
2026-03-30 06:30:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9d3c126-1660-58fa-b678-177a1d861711 with identifier: BK74%20APV
2026-03-30 06:30:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9d3c126-1660-58fa-b678-177a1d861711 with identifier: BK74%20APV to the API
2026-03-30 06:30:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK74%20APV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c9d3c126-1660-58fa-b678-177a1d861711',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK74 APV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK74%20APV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 9249,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 TREND PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 300 L1 H1 TREND',
 'vin': 'WF0RXXTA3RRC77881',
 'year': 2025}
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520APV%27 HTTP/1.1" 200 None
2026-03-30 06:30:14 [bca.uk] INFO: Saving data for BK74%20APV: {'auction_closing_time': 1774864800.0, 'created_time': 1773846119.049242, 'last_price_update_time': 1774852214.351172}
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK74%2520APV') HTTP/1.1" 204 0
2026-03-30 06:30:14 [bca.uk] INFO: Found listing with ID: SG66%20AYS
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG66%2520AYS%27 HTTP/1.1" 200 None
2026-03-30 06:30:14 [bca.uk] INFO: Scrape type for SG66%20AYS: 0
2026-03-30 06:30:14 [bca.uk] INFO: Found listing with ID: CN15%20OVR
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN15%2520OVR%27 HTTP/1.1" 200 None
2026-03-30 06:30:14 [bca.uk] INFO: Scrape type for CN15%20OVR: 0
2026-03-30 06:30:14 [bca.uk] INFO: Found listing with ID: DL74%20VCU
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520VCU%27 HTTP/1.1" 200 None
2026-03-30 06:30:14 [bca.uk] INFO: Scrape type for DL74%20VCU: 0
2026-03-30 06:30:14 [bca.uk] INFO: Found listing with ID: KV14%20NEN
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV14%2520NEN%27 HTTP/1.1" 200 None
2026-03-30 06:30:14 [bca.uk] INFO: Scrape type for KV14%20NEN: 0
2026-03-30 06:30:14 [bca.uk] INFO: Found listing with ID: FN17%20EEP
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520EEP%27 HTTP/1.1" 200 None
2026-03-30 06:30:14 [bca.uk] INFO: Scrape type for FN17%20EEP: 2
2026-03-30 06:30:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0123b85b-9d95-5e14-b590-13829e1970e8 with identifier: FN17%20EEP
2026-03-30 06:30:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0123b85b-9d95-5e14-b590-13829e1970e8 with scrape type 2
2026-03-30 06:30:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0123b85b-9d95-5e14-b590-13829e1970e8 with scrape type 2
2026-03-30 06:30:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0123b85b-9d95-5e14-b590-13829e1970e8, identifier: FN17%20EEP
2026-03-30 06:30:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0123b85b-9d95-5e14-b590-13829e1970e8 with identifier: FN17%20EEP
2026-03-30 06:30:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0123b85b-9d95-5e14-b590-13829e1970e8 with identifier: FN17%20EEP
2026-03-30 06:30:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0123b85b-9d95-5e14-b590-13829e1970e8 with identifier: FN17%20EEP to the API
2026-03-30 06:30:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN17%20EEP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0123b85b-9d95-5e14-b590-13829e1970e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN17 EEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN17%20EEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 138717,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2EK6HA136631',
 'year': 2017}
2026-03-30 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520EEP%27 HTTP/1.1" 200 None
2026-03-30 06:30:15 [bca.uk] INFO: Saving data for FN17%20EEP: {'auction_closing_time': 1774864800.0, 'created_time': 1773958192.702994, 'last_price_update_time': 1774852215.757651}
2026-03-30 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN17%2520EEP') HTTP/1.1" 204 0
2026-03-30 06:30:15 [bca.uk] INFO: Found listing with ID: LJ16%20SLU
2026-03-30 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ16%2520SLU%27 HTTP/1.1" 200 None
2026-03-30 06:30:15 [bca.uk] INFO: Scrape type for LJ16%20SLU: 2
2026-03-30 06:30:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with identifier: LJ16%20SLU
2026-03-30 06:30:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with scrape type 2
2026-03-30 06:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with scrape type 2
2026-03-30 06:30:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12891e83-0622-5aae-ac4e-9c33c6d2f1f6, identifier: LJ16%20SLU
2026-03-30 06:30:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with identifier: LJ16%20SLU
2026-03-30 06:30:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with identifier: LJ16%20SLU
2026-03-30 06:30:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12891e83-0622-5aae-ac4e-9c33c6d2f1f6 with identifier: LJ16%20SLU to the API
2026-03-30 06:30:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ16%20SLU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '12891e83-0622-5aae-ac4e-9c33c6d2f1f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ16 SLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ16%20SLU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 107616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2KE8GA592837',
 'year': 2016}
2026-03-30 06:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ16%2520SLU%27 HTTP/1.1" 200 None
2026-03-30 06:30:16 [bca.uk] INFO: Saving data for LJ16%20SLU: {'auction_closing_time': 1774864800.0, 'created_time': 1773835138.81049, 'last_price_update_time': 1774852216.938239}
2026-03-30 06:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ16%2520SLU') HTTP/1.1" 204 0
2026-03-30 06:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:30:16 [bca.uk] INFO: Found listing with ID: OU19%20XBC
2026-03-30 06:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520XBC%27 HTTP/1.1" 200 None
2026-03-30 06:30:16 [bca.uk] INFO: Scrape type for OU19%20XBC: 2
2026-03-30 06:30:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8322ca8-3db9-5153-8db7-fed0d0faf79a with identifier: OU19%20XBC
2026-03-30 06:30:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8322ca8-3db9-5153-8db7-fed0d0faf79a with scrape type 2
2026-03-30 06:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8322ca8-3db9-5153-8db7-fed0d0faf79a with scrape type 2
2026-03-30 06:30:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8322ca8-3db9-5153-8db7-fed0d0faf79a, identifier: OU19%20XBC
2026-03-30 06:30:17 [scrapy.extensions.logstats] INFO: Crawled 85 pages (at 5 pages/min), scraped 3367 items (at 103 items/min)
2026-03-30 06:30:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:30:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8322ca8-3db9-5153-8db7-fed0d0faf79a with identifier: OU19%20XBC
2026-03-30 06:30:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8322ca8-3db9-5153-8db7-fed0d0faf79a with identifier: OU19%20XBC
2026-03-30 06:30:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8322ca8-3db9-5153-8db7-fed0d0faf79a with identifier: OU19%20XBC to the API
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU19%20XBC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b8322ca8-3db9-5153-8db7-fed0d0faf79a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU19 XBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU19%20XBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 118369,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P250 R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P250 R-DYNAMIC SE',
 'vin': 'SALYA2AX2KA210869',
 'year': 2019}
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520XBC%27 HTTP/1.1" 200 None
2026-03-30 06:30:17 [bca.uk] INFO: Saving data for OU19%20XBC: {'auction_closing_time': 1774864800.0, 'created_time': 1773987281.807282, 'last_price_update_time': 1774852217.417165}
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU19%2520XBC') HTTP/1.1" 204 0
2026-03-30 06:30:17 [bca.uk] INFO: Found listing with ID: RJ16%20TMX
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ16%2520TMX%27 HTTP/1.1" 200 None
2026-03-30 06:30:17 [bca.uk] INFO: Scrape type for RJ16%20TMX: 2
2026-03-30 06:30:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2298c963-e5d3-554e-9fd3-8270232881c7 with identifier: RJ16%20TMX
2026-03-30 06:30:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2298c963-e5d3-554e-9fd3-8270232881c7 with scrape type 2
2026-03-30 06:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2298c963-e5d3-554e-9fd3-8270232881c7 with scrape type 2
2026-03-30 06:30:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2298c963-e5d3-554e-9fd3-8270232881c7, identifier: RJ16%20TMX
2026-03-30 06:30:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2298c963-e5d3-554e-9fd3-8270232881c7 with identifier: RJ16%20TMX
2026-03-30 06:30:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2298c963-e5d3-554e-9fd3-8270232881c7 with identifier: RJ16%20TMX
2026-03-30 06:30:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2298c963-e5d3-554e-9fd3-8270232881c7 with identifier: RJ16%20TMX to the API
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 90,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ16%20TMX-GB',
 'category': 'Car',
 'color': 'pink',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2298c963-e5d3-554e-9fd3-8270232881c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ16 TMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ16%20TMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500C',
 'odometer': 42090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FIAT 500C 0.9 TWINAIR 85 LOUNGE Convertible',
 'transmission': 'manual',
 'trim': 'TWINAIR 85 LOUNGE',
 'vin': 'ZFA3120000J459206',
 'year': 2016}
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ16%2520TMX%27 HTTP/1.1" 200 None
2026-03-30 06:30:17 [bca.uk] INFO: Saving data for RJ16%20TMX: {'auction_closing_time': 1774864800.0, 'created_time': 1773832288.355362, 'last_price_update_time': 1774852217.863147}
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ16%2520TMX') HTTP/1.1" 204 0
2026-03-30 06:30:17 [bca.uk] INFO: Total items found: 100
2026-03-30 06:30:17 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded
2026-03-30 06:30:17 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:30:17 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:17 [bca.uk] INFO: Found listing with ID: RV15%20KDZ
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV15%2520KDZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:17 [bca.uk] INFO: Scrape type for RV15%20KDZ: 2
2026-03-30 06:30:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb9210dd-5446-516a-b21b-c06c6a8d5e6e with identifier: RV15%20KDZ
2026-03-30 06:30:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb9210dd-5446-516a-b21b-c06c6a8d5e6e with scrape type 2
2026-03-30 06:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb9210dd-5446-516a-b21b-c06c6a8d5e6e with scrape type 2
2026-03-30 06:30:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb9210dd-5446-516a-b21b-c06c6a8d5e6e, identifier: RV15%20KDZ
2026-03-30 06:30:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb9210dd-5446-516a-b21b-c06c6a8d5e6e with identifier: RV15%20KDZ
2026-03-30 06:30:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb9210dd-5446-516a-b21b-c06c6a8d5e6e with identifier: RV15%20KDZ
2026-03-30 06:30:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb9210dd-5446-516a-b21b-c06c6a8d5e6e with identifier: RV15%20KDZ to the API
2026-03-30 06:30:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV15%20KDZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb9210dd-5446-516a-b21b-c06c6a8d5e6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV15 KDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV15%20KDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MASERATI',
 'model': 'QUATTROPORTE',
 'odometer': 28274,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MASERATI QUATTROPORTE 3.0 V6D Saloon',
 'transmission': 'manual',
 'trim': 'V6D',
 'vin': 'ZAMTP56C001148489',
 'year': 2015}
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV15%2520KDZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Saving data for RV15%20KDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773826772.194802, 'last_price_update_time': 1774852219.469119}
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV15%2520KDZ') HTTP/1.1" 204 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: RY66%20OYC
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520OYC%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for RY66%20OYC: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: SC66%20HZA
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC66%2520HZA%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for SC66%20HZA: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: VA12%20KAK
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA12%2520KAK%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for VA12%20KAK: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: VK19%20YHY
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK19%2520YHY%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for VK19%20YHY: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: WF65%20YUA
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520YUA%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for WF65%20YUA: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: WG18%20XYN
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520XYN%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for WG18%20XYN: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: WJ18%20JFK
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520JFK%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for WJ18%20JFK: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: WJ69%20EFS
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ69%2520EFS%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for WJ69%20EFS: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: WP11%20FNY
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP11%2520FNY%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for WP11%20FNY: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: WT19%20MWC
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520MWC%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for WT19%20MWC: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: BG65%20LKA
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG65%2520LKA%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for BG65%20LKA: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: BG66%20AOL
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG66%2520AOL%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for BG66%20AOL: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: BJ68%20MKO
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520MKO%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for BJ68%20MKO: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: BT65%20RKY
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT65%2520RKY%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for BT65%20RKY: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: DK12%20ZWB
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK12%2520ZWB%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for DK12%20ZWB: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: DS14%20ATY
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS14%2520ATY%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for DS14%20ATY: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: DX16%20BHE
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520BHE%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for DX16%20BHE: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: EA66%20NHF
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA66%2520NHF%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for EA66%20NHF: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: EO69%20CAU
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO69%2520CAU%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for EO69%20CAU: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: FE12%20GVZ
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE12%2520GVZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for FE12%20GVZ: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: GC19%20HMG
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC19%2520HMG%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for GC19%20HMG: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: GF72%20YGV
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF72%2520YGV%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for GF72%20YGV: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: GN06%20ZJU
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN06%2520ZJU%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for GN06%20ZJU: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: GN66%20OBA
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520OBA%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for GN66%20OBA: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: HD18%20LRO
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD18%2520LRO%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for HD18%20LRO: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: HG19%20YXO
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520YXO%27 HTTP/1.1" 200 None
2026-03-30 06:30:19 [bca.uk] INFO: Scrape type for HG19%20YXO: 0
2026-03-30 06:30:19 [bca.uk] INFO: Found listing with ID: HJ14%20VGO
2026-03-30 06:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ14%2520VGO%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HJ14%20VGO: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HJ20%20KNC
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ20%2520KNC%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HJ20%20KNC: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HJ69%20KFN
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ69%2520KFN%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HJ69%20KFN: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HJ69%20XER
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ69%2520XER%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HJ69%20XER: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HK22%20OZL
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520OZL%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HK22%20OZL: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HN16%20KFZ
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520KFZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HN16%20KFZ: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HN17%20YVO
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN17%2520YVO%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HN17%20YVO: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HN62%20LDK
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN62%2520LDK%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HN62%20LDK: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HN65%20YJM
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN65%2520YJM%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HN65%20YJM: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HN67%20HZX
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520HZX%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HN67%20HZX: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HN70%20EYF
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN70%2520EYF%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HN70%20EYF: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HS18%20GVN
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS18%2520GVN%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HS18%20GVN: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: HS19%20KYT
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520KYT%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for HS19%20KYT: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: AP66%20PJX
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP66%2520PJX%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for AP66%20PJX: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: BF66%20CWO
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF66%2520CWO%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for BF66%20CWO: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: BN25%20RGY
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RGY%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for BN25%20RGY: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: YP15%20FWC
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520FWC%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for YP15%20FWC: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: LF13%20ZRD
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520ZRD%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for LF13%20ZRD: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: WM19%20MJE
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM19%2520MJE%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for WM19%20MJE: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: PY20%20EZG
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY20%2520EZG%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for PY20%20EZG: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: NJ59%20ZRN
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ59%2520ZRN%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for NJ59%20ZRN: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: GF68%20XCK
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF68%2520XCK%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for GF68%20XCK: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: MA63%20FDF
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA63%2520FDF%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for MA63%20FDF: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: KR65%20XYZ
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520XYZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for KR65%20XYZ: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: DT66%20NJY
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT66%2520NJY%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for DT66%20NJY: 0
2026-03-30 06:30:20 [bca.uk] INFO: Found listing with ID: EJ60%20VMA
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ60%2520VMA%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for EJ60%20VMA: 2
2026-03-30 06:30:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceeb3aff-1146-5464-b95d-f1abb82c5b53 with identifier: EJ60%20VMA
2026-03-30 06:30:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceeb3aff-1146-5464-b95d-f1abb82c5b53 with scrape type 2
2026-03-30 06:30:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceeb3aff-1146-5464-b95d-f1abb82c5b53 with scrape type 2
2026-03-30 06:30:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ceeb3aff-1146-5464-b95d-f1abb82c5b53, identifier: EJ60%20VMA
2026-03-30 06:30: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:30:20 [bca.uk] INFO: Found listing with ID: SF19%20WCN
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520WCN%27 HTTP/1.1" 200 None
2026-03-30 06:30:20 [bca.uk] INFO: Scrape type for SF19%20WCN: 2
2026-03-30 06:30:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with identifier: SF19%20WCN
2026-03-30 06:30:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with scrape type 2
2026-03-30 06:30:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with scrape type 2
2026-03-30 06:30:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd, identifier: SF19%20WCN
2026-03-30 06:30:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ceeb3aff-1146-5464-b95d-f1abb82c5b53 with identifier: EJ60%20VMA
2026-03-30 06:30:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ceeb3aff-1146-5464-b95d-f1abb82c5b53 with identifier: EJ60%20VMA
2026-03-30 06:30:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ceeb3aff-1146-5464-b95d-f1abb82c5b53 with identifier: EJ60%20VMA to the API
2026-03-30 06:30:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ60%20VMA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ceeb3aff-1146-5464-b95d-f1abb82c5b53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ60 VMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ60%20VMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 44779,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.8 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0PXXWPDPAU23236',
 'year': 2010}
2026-03-30 06:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ60%2520VMA%27 HTTP/1.1" 200 None
2026-03-30 06:30:21 [bca.uk] INFO: Saving data for EJ60%20VMA: {'auction_closing_time': 1774864800.0, 'created_time': 1773834673.69296, 'last_price_update_time': 1774852221.940585}
2026-03-30 06:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ60%2520VMA') HTTP/1.1" 204 0
2026-03-30 06:30:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with identifier: SF19%20WCN
2026-03-30 06:30:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with identifier: SF19%20WCN
2026-03-30 06:30:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd with identifier: SF19%20WCN to the API
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF19%20WCN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e9bd0a1-cdc7-581d-bb8c-37d6b64958cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF19 WCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF19%20WCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 61214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 300 R 4M DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 300 R 4M DSG',
 'vin': 'WVWZZZAUZKW056222',
 'year': 2019}
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF19%2520WCN%27 HTTP/1.1" 200 None
2026-03-30 06:30:22 [bca.uk] INFO: Saving data for SF19%20WCN: {'auction_closing_time': 1774864800.0, 'created_time': 1773834704.678716, 'last_price_update_time': 1774852222.319453}
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF19%2520WCN') HTTP/1.1" 204 0
2026-03-30 06:30:22 [bca.uk] INFO: Found listing with ID: FL64%20EPN
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520EPN%27 HTTP/1.1" 200 None
2026-03-30 06:30:22 [bca.uk] INFO: Scrape type for FL64%20EPN: 0
2026-03-30 06:30:22 [bca.uk] INFO: Found listing with ID: PK61%20EUC
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK61%2520EUC%27 HTTP/1.1" 200 None
2026-03-30 06:30:22 [bca.uk] INFO: Scrape type for PK61%20EUC: 2
2026-03-30 06:30:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9492c5ee-a39a-5215-9391-b2beeb710a4c with identifier: PK61%20EUC
2026-03-30 06:30:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9492c5ee-a39a-5215-9391-b2beeb710a4c with scrape type 2
2026-03-30 06:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9492c5ee-a39a-5215-9391-b2beeb710a4c with scrape type 2
2026-03-30 06:30:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9492c5ee-a39a-5215-9391-b2beeb710a4c, identifier: PK61%20EUC
2026-03-30 06:30:22 [bca.uk] INFO: Found listing with ID: SH66%20XBF
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH66%2520XBF%27 HTTP/1.1" 200 None
2026-03-30 06:30:22 [bca.uk] INFO: Scrape type for SH66%20XBF: 2
2026-03-30 06:30:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64d937ef-61e5-5336-8b57-e651e3c4c913 with identifier: SH66%20XBF
2026-03-30 06:30:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64d937ef-61e5-5336-8b57-e651e3c4c913 with scrape type 2
2026-03-30 06:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64d937ef-61e5-5336-8b57-e651e3c4c913 with scrape type 2
2026-03-30 06:30:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64d937ef-61e5-5336-8b57-e651e3c4c913, identifier: SH66%20XBF
2026-03-30 06:30:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9492c5ee-a39a-5215-9391-b2beeb710a4c with identifier: PK61%20EUC
2026-03-30 06:30:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9492c5ee-a39a-5215-9391-b2beeb710a4c with identifier: PK61%20EUC
2026-03-30 06:30:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9492c5ee-a39a-5215-9391-b2beeb710a4c with identifier: PK61%20EUC to the API
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK61%20EUC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9492c5ee-a39a-5215-9391-b2beeb710a4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK61 EUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK61%20EUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 166415,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 TDI 245 QUATTRO S LINE StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 245 QUATTRO S LINE',
 'vin': 'WAUZZZ4L6CD012525',
 'year': 2011}
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK61%2520EUC%27 HTTP/1.1" 200 None
2026-03-30 06:30:22 [bca.uk] INFO: Saving data for PK61%20EUC: {'auction_closing_time': 1774864800.0, 'created_time': 1773832262.075384, 'last_price_update_time': 1774852222.906303}
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK61%2520EUC') HTTP/1.1" 204 0
2026-03-30 06:30:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64d937ef-61e5-5336-8b57-e651e3c4c913 with identifier: SH66%20XBF
2026-03-30 06:30:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64d937ef-61e5-5336-8b57-e651e3c4c913 with identifier: SH66%20XBF
2026-03-30 06:30:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64d937ef-61e5-5336-8b57-e651e3c4c913 with identifier: SH66%20XBF to the API
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30: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:30:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH66%20XBF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '64d937ef-61e5-5336-8b57-e651e3c4c913',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH66 XBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH66%20XBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '730D',
 'odometer': 111770,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 730D 3.0 XDRIVE M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT',
 'vin': 'WBA7C42030G758462',
 'year': 2016}
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH66%2520XBF%27 HTTP/1.1" 200 None
2026-03-30 06:30:23 [bca.uk] INFO: Saving data for SH66%20XBF: {'auction_closing_time': 1774864800.0, 'created_time': 1773826774.568606, 'last_price_update_time': 1774852223.232844}
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH66%2520XBF') HTTP/1.1" 204 0
2026-03-30 06:30:23 [bca.uk] INFO: Found listing with ID: SG67%20NNY
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG67%2520NNY%27 HTTP/1.1" 200 None
2026-03-30 06:30:23 [bca.uk] INFO: Scrape type for SG67%20NNY: 2
2026-03-30 06:30:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with identifier: SG67%20NNY
2026-03-30 06:30:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with scrape type 2
2026-03-30 06:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with scrape type 2
2026-03-30 06:30:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7542f2e-1d33-5cfa-b2f4-7f8debec7df1, identifier: SG67%20NNY
2026-03-30 06:30:23 [bca.uk] INFO: Found listing with ID: SJ18%20WBU
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ18%2520WBU%27 HTTP/1.1" 200 None
2026-03-30 06:30:23 [bca.uk] INFO: Scrape type for SJ18%20WBU: 0
2026-03-30 06:30:23 [bca.uk] INFO: Found listing with ID: WG19%20EJF
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520EJF%27 HTTP/1.1" 200 None
2026-03-30 06:30:23 [bca.uk] INFO: Scrape type for WG19%20EJF: 2
2026-03-30 06:30:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82c3ebfd-142e-5c00-87bd-8cce27c60975 with identifier: WG19%20EJF
2026-03-30 06:30:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82c3ebfd-142e-5c00-87bd-8cce27c60975 with scrape type 2
2026-03-30 06:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82c3ebfd-142e-5c00-87bd-8cce27c60975 with scrape type 2
2026-03-30 06:30:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82c3ebfd-142e-5c00-87bd-8cce27c60975, identifier: WG19%20EJF
2026-03-30 06:30:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with identifier: SG67%20NNY
2026-03-30 06:30:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with identifier: SG67%20NNY
2026-03-30 06:30:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7542f2e-1d33-5cfa-b2f4-7f8debec7df1 with identifier: SG67%20NNY to the API
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30: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:30:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG67%20NNY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7542f2e-1d33-5cfa-b2f4-7f8debec7df1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG67 NNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG67%20NNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 82056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A5 SPORTBACK 2.0 TDI 190 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 190 S LINE',
 'vin': 'WAUZZZF56JA025188',
 'year': 2017}
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG67%2520NNY%27 HTTP/1.1" 200 None
2026-03-30 06:30:23 [bca.uk] INFO: Saving data for SG67%20NNY: {'auction_closing_time': 1774864800.0, 'created_time': 1773834698.28294, 'last_price_update_time': 1774852223.772718}
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG67%2520NNY') HTTP/1.1" 204 0
2026-03-30 06:30:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82c3ebfd-142e-5c00-87bd-8cce27c60975 with identifier: WG19%20EJF
2026-03-30 06:30:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82c3ebfd-142e-5c00-87bd-8cce27c60975 with identifier: WG19%20EJF
2026-03-30 06:30:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82c3ebfd-142e-5c00-87bd-8cce27c60975 with identifier: WG19%20EJF to the API
2026-03-30 06:30:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG19%20EJF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '82c3ebfd-142e-5c00-87bd-8cce27c60975',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG19 EJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG19%20EJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 112394,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 306 HSE (7ST)',
 'vin': 'SALWA2AK2KA857672',
 'year': 2019}
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520EJF%27 HTTP/1.1" 200 None
2026-03-30 06:30:24 [bca.uk] INFO: Saving data for WG19%20EJF: {'auction_closing_time': 1774864800.0, 'created_time': 1773826742.320005, 'last_price_update_time': 1774852224.668419}
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG19%2520EJF') HTTP/1.1" 204 0
2026-03-30 06:30:24 [bca.uk] INFO: Found listing with ID: EY67%20EHN
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY67%2520EHN%27 HTTP/1.1" 200 None
2026-03-30 06:30:24 [bca.uk] INFO: Scrape type for EY67%20EHN: 0
2026-03-30 06:30:24 [bca.uk] INFO: Found listing with ID: EY65%20NTN
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY65%2520NTN%27 HTTP/1.1" 200 None
2026-03-30 06:30:24 [bca.uk] INFO: Scrape type for EY65%20NTN: 0
2026-03-30 06:30:24 [bca.uk] INFO: Found listing with ID: GL72%20PMX
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520PMX%27 HTTP/1.1" 200 None
2026-03-30 06:30:24 [bca.uk] INFO: Scrape type for GL72%20PMX: 2
2026-03-30 06:30:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 902066b9-ecae-545d-9f9c-2780b4b8ec5f with identifier: GL72%20PMX
2026-03-30 06:30:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 902066b9-ecae-545d-9f9c-2780b4b8ec5f with scrape type 2
2026-03-30 06:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 902066b9-ecae-545d-9f9c-2780b4b8ec5f with scrape type 2
2026-03-30 06:30:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 902066b9-ecae-545d-9f9c-2780b4b8ec5f, identifier: GL72%20PMX
2026-03-30 06:30:24 [bca.uk] INFO: Found listing with ID: WH19%20HPZ
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:24 [bca.uk] INFO: Scrape type for WH19%20HPZ: 2
2026-03-30 06:30:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a59b3db-b57a-50d3-92a1-7f835666de51 with identifier: WH19%20HPZ
2026-03-30 06:30:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a59b3db-b57a-50d3-92a1-7f835666de51 with scrape type 2
2026-03-30 06:30:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a59b3db-b57a-50d3-92a1-7f835666de51 with scrape type 2
2026-03-30 06:30:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a59b3db-b57a-50d3-92a1-7f835666de51, identifier: WH19%20HPZ
2026-03-30 06:30:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 902066b9-ecae-545d-9f9c-2780b4b8ec5f with identifier: GL72%20PMX
2026-03-30 06:30:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 902066b9-ecae-545d-9f9c-2780b4b8ec5f with identifier: GL72%20PMX
2026-03-30 06:30:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 902066b9-ecae-545d-9f9c-2780b4b8ec5f with identifier: GL72%20PMX to the API
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20PMX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '902066b9-ecae-545d-9f9c-2780b4b8ec5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL72 PMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20PMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 16861,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT PREMIUM EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT PREMIUM EAT8',
 'vin': 'VF3MCYHZUNS152813',
 'year': 2022}
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520PMX%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Saving data for GL72%20PMX: {'auction_closing_time': 1774864800.0, 'created_time': 1773841779.959594, 'last_price_update_time': 1774852225.272531}
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520PMX') HTTP/1.1" 204 0
2026-03-30 06:30:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a59b3db-b57a-50d3-92a1-7f835666de51 with identifier: WH19%20HPZ
2026-03-30 06:30:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a59b3db-b57a-50d3-92a1-7f835666de51 with identifier: WH19%20HPZ
2026-03-30 06:30:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a59b3db-b57a-50d3-92a1-7f835666de51 with identifier: WH19%20HPZ to the API
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=75&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WH19%20HPZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a59b3db-b57a-50d3-92a1-7f835666de51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WH19 HPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WH19%20HPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 71360,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC HSE',
 'vin': 'SALYA2AN7LA238134',
 'year': 2019}
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520HPZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Saving data for WH19%20HPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773958167.750891, 'last_price_update_time': 1774852225.607258}
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WH19%2520HPZ') HTTP/1.1" 204 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: KU17%20FTJ
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520FTJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for KU17%20FTJ: 2
2026-03-30 06:30:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64e4a5be-b5ce-580b-a646-91de0b0097e0 with identifier: KU17%20FTJ
2026-03-30 06:30:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64e4a5be-b5ce-580b-a646-91de0b0097e0 with scrape type 2
2026-03-30 06:30:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64e4a5be-b5ce-580b-a646-91de0b0097e0 with scrape type 2
2026-03-30 06:30:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64e4a5be-b5ce-580b-a646-91de0b0097e0, identifier: KU17%20FTJ
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: WT19%20UJM
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520UJM%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for WT19%20UJM: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: YA21%20GZM
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA21%2520GZM%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for YA21%20GZM: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: YB10%20MYN
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB10%2520MYN%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for YB10%20MYN: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: YJ15%20GSP
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ15%2520GSP%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for YJ15%20GSP: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: YR14%20MVX
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520MVX%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for YR14%20MVX: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: HV12%20ANR
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV12%2520ANR%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for HV12%20ANR: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: HV22%20XSR
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520XSR%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for HV22%20XSR: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: HV60%20WCK
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV60%2520WCK%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for HV60%20WCK: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: HV67%20PYU
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520PYU%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for HV67%20PYU: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: HY15%20YZC
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY15%2520YZC%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for HY15%20YZC: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: HY22%20LWZ
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY22%2520LWZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for HY22%20LWZ: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: HY64%20VCV
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY64%2520VCV%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for HY64%20VCV: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: KM12%20VCX
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM12%2520VCX%27 HTTP/1.1" 200 None
2026-03-30 06:30:25 [bca.uk] INFO: Scrape type for KM12%20VCX: 0
2026-03-30 06:30:25 [bca.uk] INFO: Found listing with ID: KR08%20UYS
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR08%2520UYS%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for KR08%20UYS: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: LB20%20LHK
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB20%2520LHK%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for LB20%20LHK: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: LF14%20NFP
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF14%2520NFP%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for LF14%20NFP: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: LF68%20UNM
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520UNM%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for LF68%20UNM: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: LL66%20OAM
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL66%2520OAM%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for LL66%20OAM: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: LP66%20WNX
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520WNX%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for LP66%20WNX: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: LP72%20TEV
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520TEV%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for LP72%20TEV: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: ND61%20NTN
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND61%2520NTN%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for ND61%20NTN: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: OU17%20WPF
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU17%2520WPF%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for OU17%20WPF: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: OV67%20FVO
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV67%2520FVO%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for OV67%20FVO: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: RE16%20KYH
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520KYH%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for RE16%20KYH: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: RE67%20WVT
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE67%2520WVT%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for RE67%20WVT: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: RJ14%20XAL
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ14%2520XAL%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for RJ14%20XAL: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: RJ18%20WPP
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ18%2520WPP%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for RJ18%20WPP: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: RK64%20JXN
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK64%2520JXN%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for RK64%20JXN: 0
2026-03-30 06:30:26 [bca.uk] INFO: Found listing with ID: RV66%20FOK
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV66%2520FOK%27 HTTP/1.1" 200 None
2026-03-30 06:30:26 [bca.uk] INFO: Scrape type for RV66%20FOK: 0
2026-03-30 06:30:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64e4a5be-b5ce-580b-a646-91de0b0097e0 with identifier: KU17%20FTJ
2026-03-30 06:30:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64e4a5be-b5ce-580b-a646-91de0b0097e0 with identifier: KU17%20FTJ
2026-03-30 06:30:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64e4a5be-b5ce-580b-a646-91de0b0097e0 with identifier: KU17%20FTJ to the API
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU17%20FTJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '64e4a5be-b5ce-580b-a646-91de0b0097e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU17 FTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU17%20FTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 120987,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.7 CRDI 2WD 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 2WD 2 ISG',
 'vin': 'U5YPH815LGL178994',
 'year': 2017}
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520FTJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:27 [bca.uk] INFO: Saving data for KU17%20FTJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773841735.131502, 'last_price_update_time': 1774852227.068307}
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU17%2520FTJ') HTTP/1.1" 204 0
2026-03-30 06:30:27 [bca.uk] INFO: Found listing with ID: LC71%20DFU
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520DFU%27 HTTP/1.1" 200 None
2026-03-30 06:30:27 [bca.uk] INFO: Scrape type for LC71%20DFU: 2
2026-03-30 06:30:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8436561e-53c7-52d2-8230-42217fc81671 with identifier: LC71%20DFU
2026-03-30 06:30:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8436561e-53c7-52d2-8230-42217fc81671 with scrape type 2
2026-03-30 06:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8436561e-53c7-52d2-8230-42217fc81671 with scrape type 2
2026-03-30 06:30:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8436561e-53c7-52d2-8230-42217fc81671, identifier: LC71%20DFU
2026-03-30 06:30:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8436561e-53c7-52d2-8230-42217fc81671 with identifier: LC71%20DFU
2026-03-30 06:30:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8436561e-53c7-52d2-8230-42217fc81671 with identifier: LC71%20DFU
2026-03-30 06:30:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8436561e-53c7-52d2-8230-42217fc81671 with identifier: LC71%20DFU to the API
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC71%20DFU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8436561e-53c7-52d2-8230-42217fc81671',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC71 DFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC71%20DFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 24221,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 TGI EXCITE Hatchback',
 'transmission': 'manual',
 'trim': 'TGI EXCITE',
 'vin': 'LSJA24U9XMN124783',
 'year': 2021}
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520DFU%27 HTTP/1.1" 200 None
2026-03-30 06:30:27 [bca.uk] INFO: Saving data for LC71%20DFU: {'auction_closing_time': 1774864800.0, 'created_time': 1773841761.14121, 'last_price_update_time': 1774852227.581176}
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC71%2520DFU') HTTP/1.1" 204 0
2026-03-30 06:30:27 [bca.uk] INFO: Found listing with ID: LX19%20YTN
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX19%2520YTN%27 HTTP/1.1" 200 None
2026-03-30 06:30:27 [bca.uk] INFO: Scrape type for LX19%20YTN: 0
2026-03-30 06:30:27 [bca.uk] INFO: Found listing with ID: LY14%20AOK
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520AOK%27 HTTP/1.1" 200 None
2026-03-30 06:30:27 [bca.uk] INFO: Scrape type for LY14%20AOK: 2
2026-03-30 06:30:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6115664-cff9-5945-9328-7871be287799 with identifier: LY14%20AOK
2026-03-30 06:30:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6115664-cff9-5945-9328-7871be287799 with scrape type 2
2026-03-30 06:30:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6115664-cff9-5945-9328-7871be287799 with scrape type 2
2026-03-30 06:30:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6115664-cff9-5945-9328-7871be287799, identifier: LY14%20AOK
2026-03-30 06:30:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6115664-cff9-5945-9328-7871be287799 with identifier: LY14%20AOK
2026-03-30 06:30:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6115664-cff9-5945-9328-7871be287799 with identifier: LY14%20AOK
2026-03-30 06:30:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6115664-cff9-5945-9328-7871be287799 with identifier: LY14%20AOK to the API
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY14%20AOK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f6115664-cff9-5945-9328-7871be287799',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY14 AOK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY14%20AOK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '528I',
 'odometer': 110757,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 528I 2.0 SE STEP Saloon',
 'transmission': 'automatic',
 'trim': 'SE STEP',
 'vin': 'WBA5A52030D823394',
 'year': 2014}
2026-03-30 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY14%2520AOK%27 HTTP/1.1" 200 None
2026-03-30 06:30:28 [bca.uk] INFO: Saving data for LY14%20AOK: {'auction_closing_time': 1774864800.0, 'created_time': 1773958201.977277, 'last_price_update_time': 1774852228.013743}
2026-03-30 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY14%2520AOK') HTTP/1.1" 204 0
2026-03-30 06:30:28 [bca.uk] INFO: Found listing with ID: NU69%20HVX
2026-03-30 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU69%2520HVX%27 HTTP/1.1" 200 None
2026-03-30 06:30:28 [bca.uk] INFO: Scrape type for NU69%20HVX: 2
2026-03-30 06:30:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f962b89-fa88-5239-965d-0b0148bf4521 with identifier: NU69%20HVX
2026-03-30 06:30:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f962b89-fa88-5239-965d-0b0148bf4521 with scrape type 2
2026-03-30 06:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f962b89-fa88-5239-965d-0b0148bf4521 with scrape type 2
2026-03-30 06:30:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f962b89-fa88-5239-965d-0b0148bf4521, identifier: NU69%20HVX
2026-03-30 06:30:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f962b89-fa88-5239-965d-0b0148bf4521 with identifier: NU69%20HVX
2026-03-30 06:30:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f962b89-fa88-5239-965d-0b0148bf4521 with identifier: NU69%20HVX
2026-03-30 06:30:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f962b89-fa88-5239-965d-0b0148bf4521 with identifier: NU69%20HVX to the API
2026-03-30 06:30:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU69%20HVX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5f962b89-fa88-5239-965d-0b0148bf4521',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU69 HVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU69%20HVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 26700,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 PREMIUM SE Hatchback',
 'transmission': 'automatic',
 'trim': 'PREMIUM SE',
 'vin': 'NLHA851CMLZ572766',
 'year': 2019}
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU69%2520HVX%27 HTTP/1.1" 200 None
2026-03-30 06:30:29 [bca.uk] INFO: Saving data for NU69%20HVX: {'auction_closing_time': 1774864800.0, 'created_time': 1773842891.931463, 'last_price_update_time': 1774852229.29482}
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU69%2520HVX') HTTP/1.1" 204 0
2026-03-30 06:30:29 [bca.uk] INFO: Found listing with ID: OY17%20GEJ
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520GEJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:29 [bca.uk] INFO: Scrape type for OY17%20GEJ: 0
2026-03-30 06:30:29 [bca.uk] INFO: Found listing with ID: S11%20WRR
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S11%2520WRR%27 HTTP/1.1" 200 None
2026-03-30 06:30:29 [bca.uk] INFO: Scrape type for S11%20WRR: 0
2026-03-30 06:30:29 [bca.uk] INFO: Found listing with ID: VK68%20WDN
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK68%2520WDN%27 HTTP/1.1" 200 None
2026-03-30 06:30:29 [bca.uk] INFO: Scrape type for VK68%20WDN: 2
2026-03-30 06:30:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 519f1ae4-2847-575d-8df8-48b81ff54725 with identifier: VK68%20WDN
2026-03-30 06:30:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 519f1ae4-2847-575d-8df8-48b81ff54725 with scrape type 2
2026-03-30 06:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 519f1ae4-2847-575d-8df8-48b81ff54725 with scrape type 2
2026-03-30 06:30:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 519f1ae4-2847-575d-8df8-48b81ff54725, identifier: VK68%20WDN
2026-03-30 06:30:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 519f1ae4-2847-575d-8df8-48b81ff54725 with identifier: VK68%20WDN
2026-03-30 06:30:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 519f1ae4-2847-575d-8df8-48b81ff54725 with identifier: VK68%20WDN
2026-03-30 06:30:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 519f1ae4-2847-575d-8df8-48b81ff54725 with identifier: VK68%20WDN to the API
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK68%20WDN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '519f1ae4-2847-575d-8df8-48b81ff54725',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK68 WDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK68%20WDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 65287,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 306 HSE LUXURY',
 'vin': 'SALRA2AK9KA089959',
 'year': 2018}
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK68%2520WDN%27 HTTP/1.1" 200 None
2026-03-30 06:30:29 [bca.uk] INFO: Saving data for VK68%20WDN: {'auction_closing_time': 1774864800.0, 'created_time': 1773958208.332071, 'last_price_update_time': 1774852229.795827}
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK68%2520WDN') HTTP/1.1" 204 0
2026-03-30 06:30:29 [bca.uk] INFO: Found listing with ID: WF65%20USE
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520USE%27 HTTP/1.1" 200 None
2026-03-30 06:30:29 [bca.uk] INFO: Scrape type for WF65%20USE: 2
2026-03-30 06:30:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5829d545-1364-5695-9c9d-8a7da19c848e with identifier: WF65%20USE
2026-03-30 06:30:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5829d545-1364-5695-9c9d-8a7da19c848e with scrape type 2
2026-03-30 06:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5829d545-1364-5695-9c9d-8a7da19c848e with scrape type 2
2026-03-30 06:30:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5829d545-1364-5695-9c9d-8a7da19c848e, identifier: WF65%20USE
2026-03-30 06:30:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5829d545-1364-5695-9c9d-8a7da19c848e with identifier: WF65%20USE
2026-03-30 06:30:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5829d545-1364-5695-9c9d-8a7da19c848e with identifier: WF65%20USE
2026-03-30 06:30:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5829d545-1364-5695-9c9d-8a7da19c848e with identifier: WF65%20USE to the API
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF65%20USE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5829d545-1364-5695-9c9d-8a7da19c848e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF65 USE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF65%20USE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'RAPID SPACEBACK',
 'odometer': 124543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SKODA RAPID SPACEBACK 1.2 TSI 110 SE SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SE SPORT',
 'vin': 'TMBFB6NH7G4511214',
 'year': 2015}
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF65%2520USE%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Saving data for WF65%20USE: {'auction_closing_time': 1774864800.0, 'created_time': 1773835077.692898, 'last_price_update_time': 1774852230.299227}
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF65%2520USE') HTTP/1.1" 204 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: WP18%20PWY
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520PWY%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for WP18%20PWY: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: WX66%20VHF
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX66%2520VHF%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for WX66%20VHF: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: EY22%20ULL
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY22%2520ULL%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for EY22%20ULL: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: AV09%20TEO
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV09%2520TEO%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for AV09%20TEO: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: YV03%20EFE
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV03%2520EFE%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for YV03%20EFE: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: CK68%20CFY
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK68%2520CFY%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for CK68%20CFY: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: LS10%20XSO
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS10%2520XSO%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for LS10%20XSO: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: LX24%20PCU
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX24%2520PCU%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for LX24%20PCU: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: DG68%20MTX
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520MTX%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for DG68%20MTX: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: CN71%20UJT
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520UJT%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for CN71%20UJT: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: SW17%20XJF
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520XJF%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for SW17%20XJF: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: MT23%20CCV
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520CCV%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for MT23%20CCV: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: MX69%20CCU
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX69%2520CCU%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for MX69%20CCU: 0
2026-03-30 06:30:30 [bca.uk] INFO: Found listing with ID: SA21%20JPF
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520JPF%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Scrape type for SA21%20JPF: 2
2026-03-30 06:30:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4d4e590-3da6-52f8-aa6b-45f1371be674 with identifier: SA21%20JPF
2026-03-30 06:30:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4d4e590-3da6-52f8-aa6b-45f1371be674 with scrape type 2
2026-03-30 06:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4d4e590-3da6-52f8-aa6b-45f1371be674 with scrape type 2
2026-03-30 06:30:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4d4e590-3da6-52f8-aa6b-45f1371be674, identifier: SA21%20JPF
2026-03-30 06:30:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4d4e590-3da6-52f8-aa6b-45f1371be674 with identifier: SA21%20JPF
2026-03-30 06:30:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4d4e590-3da6-52f8-aa6b-45f1371be674 with identifier: SA21%20JPF
2026-03-30 06:30:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4d4e590-3da6-52f8-aa6b-45f1371be674 with identifier: SA21%20JPF to the API
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=76&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA21%20JPF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f4d4e590-3da6-52f8-aa6b-45f1371be674',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA21 JPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA21%20JPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'COMBO LIFE',
 'odometer': 40926,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO LIFE 1.2 TURBO 110 EDITION MPV',
 'transmission': 'manual',
 'trim': 'TURBO 110 EDITION',
 'vin': 'W0VERHNP2MJ583265',
 'year': 2021}
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA21%2520JPF%27 HTTP/1.1" 200 None
2026-03-30 06:30:30 [bca.uk] INFO: Saving data for SA21%20JPF: {'auction_closing_time': 1774864800.0, 'created_time': 1773833390.701137, 'last_price_update_time': 1774852230.946858}
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA21%2520JPF') HTTP/1.1" 204 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: BG15%20OHA
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG15%2520OHA%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for BG15%20OHA: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: BG66%20LNE
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG66%2520LNE%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for BG66%20LNE: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: BU72%20HBA
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520HBA%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for BU72%20HBA: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: DG69%20HMV
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG69%2520HMV%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for DG69%20HMV: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: DN20%20OSK
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN20%2520OSK%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for DN20%20OSK: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: FG20%20LJA
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520LJA%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for FG20%20LJA: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: KR22%20BYL
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520BYL%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for KR22%20BYL: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: KW68%20ZDH
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW68%2520ZDH%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for KW68%20ZDH: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: LL69%20JHU
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL69%2520JHU%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for LL69%20JHU: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: MF22%20PFN
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520PFN%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for MF22%20PFN: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: ML70%20FSO
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520FSO%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for ML70%20FSO: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: OE17%20WBN
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520WBN%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for OE17%20WBN: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: LK16%20OFO
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK16%2520OFO%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for LK16%20OFO: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: RJ51%20FZS
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ51%2520FZS%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for RJ51%20FZS: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: YP18%20ZJN
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520ZJN%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for YP18%20ZJN: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: HG64%20PJU
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520PJU%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for HG64%20PJU: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: GF16%20UZD
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF16%2520UZD%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for GF16%20UZD: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: LV14%20UDJ
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV14%2520UDJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for LV14%20UDJ: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: FX64%20LSF
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520LSF%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for FX64%20LSF: 0
2026-03-30 06:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:30:31 [bca.uk] INFO: Total items found: 100
2026-03-30 06:30:31 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded
2026-03-30 06:30:31 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:30:31 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: FC16%20EOG
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FC16%2520EOG%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for FC16%20EOG: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: LG66%20TVC
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520TVC%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for LG66%20TVC: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: LRZ%20411
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LRZ%2520411%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for LRZ%20411: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: BU14%20KCK
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU14%2520KCK%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for BU14%20KCK: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: GX16%20VXR
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520VXR%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for GX16%20VXR: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: SE66%20WBO
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE66%2520WBO%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for SE66%20WBO: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: BT69%20WGO
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT69%2520WGO%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for BT69%20WGO: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: NJ13%20EYY
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ13%2520EYY%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for NJ13%20EYY: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: R98%20MGH
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R98%2520MGH%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for R98%20MGH: 0
2026-03-30 06:30:31 [bca.uk] INFO: Found listing with ID: YG23%20XFC
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520XFC%27 HTTP/1.1" 200 None
2026-03-30 06:30:31 [bca.uk] INFO: Scrape type for YG23%20XFC: 2
2026-03-30 06:30:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24e3ffaa-a3b7-552f-b5ea-ddab7d6ea377 with identifier: YG23%20XFC
2026-03-30 06:30:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24e3ffaa-a3b7-552f-b5ea-ddab7d6ea377 with scrape type 2
2026-03-30 06:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24e3ffaa-a3b7-552f-b5ea-ddab7d6ea377 with scrape type 2
2026-03-30 06:30:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24e3ffaa-a3b7-552f-b5ea-ddab7d6ea377, identifier: YG23%20XFC
2026-03-30 06:30:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:32 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24e3ffaa-a3b7-552f-b5ea-ddab7d6ea377 with identifier: YG23%20XFC
2026-03-30 06:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24e3ffaa-a3b7-552f-b5ea-ddab7d6ea377 with identifier: YG23%20XFC
2026-03-30 06:30:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24e3ffaa-a3b7-552f-b5ea-ddab7d6ea377 with identifier: YG23%20XFC to the API
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG23%20XFC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '24e3ffaa-a3b7-552f-b5ea-ddab7d6ea377',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG23 XFC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG23%20XFC&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'E VITO TOURER',
 'odometer': 180163,
 'odometer_reading_unit': '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 E VITO TOURER 150KW 100KWH FWD L2 PRO Bus',
 'transmission': 'automatic',
 'trim': '150KW 100KWH FWD L2 PRO',
 'vin': 'W1VVVFFZ8P4225343',
 'year': 2023}
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520XFC%27 HTTP/1.1" 200 None
2026-03-30 06:30:32 [bca.uk] INFO: Saving data for YG23%20XFC: {'auction_closing_time': 1774951200.0, 'created_time': 1774622485.069883, 'last_price_update_time': 1774852232.27584}
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG23%2520XFC') HTTP/1.1" 204 0
2026-03-30 06:30: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:30:32 [bca.uk] INFO: Found listing with ID: WX68%20VXD
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX68%2520VXD%27 HTTP/1.1" 200 None
2026-03-30 06:30:32 [bca.uk] INFO: Scrape type for WX68%20VXD: 2
2026-03-30 06:30:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a40493c-da84-54ff-ac82-6e16738a0f15 with identifier: WX68%20VXD
2026-03-30 06:30:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a40493c-da84-54ff-ac82-6e16738a0f15 with scrape type 2
2026-03-30 06:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a40493c-da84-54ff-ac82-6e16738a0f15 with scrape type 2
2026-03-30 06:30:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a40493c-da84-54ff-ac82-6e16738a0f15, identifier: WX68%20VXD
2026-03-30 06:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a40493c-da84-54ff-ac82-6e16738a0f15 with identifier: WX68%20VXD
2026-03-30 06:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a40493c-da84-54ff-ac82-6e16738a0f15 with identifier: WX68%20VXD
2026-03-30 06:30:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a40493c-da84-54ff-ac82-6e16738a0f15 with identifier: WX68%20VXD to the API
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 230,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX68%20VXD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a40493c-da84-54ff-ac82-6e16738a0f15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX68 VXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX68%20VXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'X350 D',
 'odometer': 80000,
 'odometer_reading_unit': '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 X350 D 3.0 V6 4MATIC POWER 7G+ CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'V6 4MATIC POWER 7G+',
 'vin': 'WDF4702522G029226',
 'year': 2018}
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX68%2520VXD%27 HTTP/1.1" 200 None
2026-03-30 06:30:32 [bca.uk] INFO: Saving data for WX68%20VXD: {'auction_closing_time': 1774951200.0, 'created_time': 1774622483.297235, 'last_price_update_time': 1774852232.795023}
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX68%2520VXD') HTTP/1.1" 204 0
2026-03-30 06:30:32 [bca.uk] INFO: Found listing with ID: AJ17%20ECE
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ17%2520ECE%27 HTTP/1.1" 200 None
2026-03-30 06:30:32 [bca.uk] INFO: Scrape type for AJ17%20ECE: 2
2026-03-30 06:30:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 529f6cad-d783-58c9-ad93-f2454c978128 with identifier: AJ17%20ECE
2026-03-30 06:30:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 529f6cad-d783-58c9-ad93-f2454c978128 with scrape type 2
2026-03-30 06:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 529f6cad-d783-58c9-ad93-f2454c978128 with scrape type 2
2026-03-30 06:30:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 529f6cad-d783-58c9-ad93-f2454c978128, identifier: AJ17%20ECE
2026-03-30 06:30:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 529f6cad-d783-58c9-ad93-f2454c978128 with identifier: AJ17%20ECE
2026-03-30 06:30:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 529f6cad-d783-58c9-ad93-f2454c978128 with identifier: AJ17%20ECE
2026-03-30 06:30:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 529f6cad-d783-58c9-ad93-f2454c978128 with identifier: AJ17%20ECE to the API
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ17%20ECE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '529f6cad-d783-58c9-ad93-f2454c978128',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ17 ECE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ17%20ECE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 115124,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 GT',
 'vin': 'WVWZZZAUZHW389782',
 'year': 2017}
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ17%2520ECE%27 HTTP/1.1" 200 None
2026-03-30 06:30:33 [bca.uk] INFO: Saving data for AJ17%20ECE: {'auction_closing_time': 1774864800.0, 'created_time': 1773833438.900159, 'last_price_update_time': 1774852233.343688}
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ17%2520ECE') HTTP/1.1" 204 0
2026-03-30 06:30:33 [bca.uk] INFO: Found listing with ID: AY66%20NLM
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520NLM%27 HTTP/1.1" 200 None
2026-03-30 06:30:33 [bca.uk] INFO: Scrape type for AY66%20NLM: 2
2026-03-30 06:30:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48713dc0-8db9-5449-a628-a2e76367d29c with identifier: AY66%20NLM
2026-03-30 06:30:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48713dc0-8db9-5449-a628-a2e76367d29c with scrape type 2
2026-03-30 06:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48713dc0-8db9-5449-a628-a2e76367d29c with scrape type 2
2026-03-30 06:30:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48713dc0-8db9-5449-a628-a2e76367d29c, identifier: AY66%20NLM
2026-03-30 06:30:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48713dc0-8db9-5449-a628-a2e76367d29c with identifier: AY66%20NLM
2026-03-30 06:30:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48713dc0-8db9-5449-a628-a2e76367d29c with identifier: AY66%20NLM
2026-03-30 06:30:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48713dc0-8db9-5449-a628-a2e76367d29c with identifier: AY66%20NLM to the API
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY66%20NLM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '48713dc0-8db9-5449-a628-a2e76367d29c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY66 NLM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY66%20NLM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'HR-V',
 'odometer': 99415,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HONDA HR-V 1.5 I-VTEC 130 EX Hatchback',
 'transmission': 'automatic',
 'trim': 'I-VTEC 130 EX',
 'vin': '3HGRU1890GM304158',
 'year': 2016}
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY66%2520NLM%27 HTTP/1.1" 200 None
2026-03-30 06:30:33 [bca.uk] INFO: Saving data for AY66%20NLM: {'auction_closing_time': 1774864800.0, 'created_time': 1773930550.458173, 'last_price_update_time': 1774852233.759852}
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY66%2520NLM') HTTP/1.1" 204 0
2026-03-30 06:30:33 [bca.uk] INFO: Found listing with ID: FJ67%20KGP
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520KGP%27 HTTP/1.1" 200 None
2026-03-30 06:30:33 [bca.uk] INFO: Scrape type for FJ67%20KGP: 2
2026-03-30 06:30:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddb3bcb5-1f9a-5e07-bf8f-5b063fbd2b79 with identifier: FJ67%20KGP
2026-03-30 06:30:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddb3bcb5-1f9a-5e07-bf8f-5b063fbd2b79 with scrape type 2
2026-03-30 06:30:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddb3bcb5-1f9a-5e07-bf8f-5b063fbd2b79 with scrape type 2
2026-03-30 06:30:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddb3bcb5-1f9a-5e07-bf8f-5b063fbd2b79, identifier: FJ67%20KGP
2026-03-30 06:30:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddb3bcb5-1f9a-5e07-bf8f-5b063fbd2b79 with identifier: FJ67%20KGP
2026-03-30 06:30:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddb3bcb5-1f9a-5e07-bf8f-5b063fbd2b79 with identifier: FJ67%20KGP
2026-03-30 06:30:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddb3bcb5-1f9a-5e07-bf8f-5b063fbd2b79 with identifier: FJ67%20KGP to the API
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ67%20KGP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ddb3bcb5-1f9a-5e07-bf8f-5b063fbd2b79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ67 KGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ67%20KGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 69208,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA+ XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T TEKNA+ XTRONIC',
 'vin': 'SJNFEAJ11U2120112',
 'year': 2021}
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520KGP%27 HTTP/1.1" 200 None
2026-03-30 06:30:34 [bca.uk] INFO: Saving data for FJ67%20KGP: {'auction_closing_time': 1774864800.0, 'created_time': 1774005879.261022, 'last_price_update_time': 1774852234.197832}
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ67%2520KGP') HTTP/1.1" 204 0
2026-03-30 06:30:34 [bca.uk] INFO: Found listing with ID: NV65%20ENY
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520ENY%27 HTTP/1.1" 200 None
2026-03-30 06:30:34 [bca.uk] INFO: Scrape type for NV65%20ENY: 2
2026-03-30 06:30:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66685876-4ff0-50af-8f47-dda7e3e5c477 with identifier: NV65%20ENY
2026-03-30 06:30:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66685876-4ff0-50af-8f47-dda7e3e5c477 with scrape type 2
2026-03-30 06:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66685876-4ff0-50af-8f47-dda7e3e5c477 with scrape type 2
2026-03-30 06:30:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66685876-4ff0-50af-8f47-dda7e3e5c477, identifier: NV65%20ENY
2026-03-30 06:30:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66685876-4ff0-50af-8f47-dda7e3e5c477 with identifier: NV65%20ENY
2026-03-30 06:30:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66685876-4ff0-50af-8f47-dda7e3e5c477 with identifier: NV65%20ENY
2026-03-30 06:30:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66685876-4ff0-50af-8f47-dda7e3e5c477 with identifier: NV65%20ENY to the API
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV65%20ENY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '66685876-4ff0-50af-8f47-dda7e3e5c477',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV65 ENY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV65%20ENY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SUBARU',
 'model': 'XV',
 'odometer': 75154,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SUBARU XV 2.0 D SE Hatchback',
 'transmission': 'manual',
 'trim': 'D SE',
 'vin': 'JF1GPDKZ3FG156343',
 'year': 2016}
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520ENY%27 HTTP/1.1" 200 None
2026-03-30 06:30:34 [bca.uk] INFO: Saving data for NV65%20ENY: {'auction_closing_time': 1774864800.0, 'created_time': 1774265939.224663, 'last_price_update_time': 1774852234.63111}
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV65%2520ENY') HTTP/1.1" 204 0
2026-03-30 06:30:34 [bca.uk] INFO: Found listing with ID: NDD%20502F
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NDD%2520502F%27 HTTP/1.1" 200 None
2026-03-30 06:30:34 [bca.uk] INFO: Scrape type for NDD%20502F: 0
2026-03-30 06:30:34 [bca.uk] INFO: Found listing with ID: VN70%20VYB
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520VYB%27 HTTP/1.1" 200 None
2026-03-30 06:30:34 [bca.uk] INFO: Scrape type for VN70%20VYB: 2
2026-03-30 06:30:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c000f0cd-65c1-5e4c-849b-c058882d4d0c with identifier: VN70%20VYB
2026-03-30 06:30:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c000f0cd-65c1-5e4c-849b-c058882d4d0c with scrape type 2
2026-03-30 06:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c000f0cd-65c1-5e4c-849b-c058882d4d0c with scrape type 2
2026-03-30 06:30:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c000f0cd-65c1-5e4c-849b-c058882d4d0c, identifier: VN70%20VYB
2026-03-30 06:30:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c000f0cd-65c1-5e4c-849b-c058882d4d0c with identifier: VN70%20VYB
2026-03-30 06:30:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c000f0cd-65c1-5e4c-849b-c058882d4d0c with identifier: VN70%20VYB
2026-03-30 06:30:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c000f0cd-65c1-5e4c-849b-c058882d4d0c with identifier: VN70%20VYB to the API
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN70%20VYB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c000f0cd-65c1-5e4c-849b-c058882d4d0c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN70 VYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN70%20VYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 27123,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 P250 R-DYNAMIC SE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'P250 R-DYNAMIC SE (7ST)',
 'vin': 'SALCA2AXXLH882486',
 'year': 2020}
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520VYB%27 HTTP/1.1" 200 None
2026-03-30 06:30:35 [bca.uk] INFO: Saving data for VN70%20VYB: {'auction_closing_time': 1774951200.0, 'created_time': 1774651201.209483, 'last_price_update_time': 1774852235.088318}
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN70%2520VYB') HTTP/1.1" 204 0
2026-03-30 06:30:35 [bca.uk] INFO: Found listing with ID: LG68%20ZNZ
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:35 [bca.uk] INFO: Scrape type for LG68%20ZNZ: 2
2026-03-30 06:30:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with identifier: LG68%20ZNZ
2026-03-30 06:30:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with scrape type 2
2026-03-30 06:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with scrape type 2
2026-03-30 06:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec5b7eac-bf19-546b-88ea-503c3b5c1d14, identifier: LG68%20ZNZ
2026-03-30 06:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with identifier: LG68%20ZNZ
2026-03-30 06:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with identifier: LG68%20ZNZ
2026-03-30 06:30:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec5b7eac-bf19-546b-88ea-503c3b5c1d14 with identifier: LG68%20ZNZ to the API
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG68%20ZNZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ec5b7eac-bf19-546b-88ea-503c3b5c1d14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG68 ZNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG68%20ZNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 37239,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 140 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 TEKNA',
 'vin': 'SJNFFAJ11U2449205',
 'year': 2018}
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520ZNZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:35 [bca.uk] INFO: Saving data for LG68%20ZNZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774651200.83866, 'last_price_update_time': 1774852235.510887}
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG68%2520ZNZ') HTTP/1.1" 204 0
2026-03-30 06:30:35 [bca.uk] INFO: Found listing with ID: LX70%20SJU
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520SJU%27 HTTP/1.1" 200 None
2026-03-30 06:30:35 [bca.uk] INFO: Scrape type for LX70%20SJU: 2
2026-03-30 06:30:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19823232-978b-5e3d-91b8-0afca89cc8e7 with identifier: LX70%20SJU
2026-03-30 06:30:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19823232-978b-5e3d-91b8-0afca89cc8e7 with scrape type 2
2026-03-30 06:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19823232-978b-5e3d-91b8-0afca89cc8e7 with scrape type 2
2026-03-30 06:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19823232-978b-5e3d-91b8-0afca89cc8e7, identifier: LX70%20SJU
2026-03-30 06:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19823232-978b-5e3d-91b8-0afca89cc8e7 with identifier: LX70%20SJU
2026-03-30 06:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19823232-978b-5e3d-91b8-0afca89cc8e7 with identifier: LX70%20SJU
2026-03-30 06:30:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19823232-978b-5e3d-91b8-0afca89cc8e7 with identifier: LX70%20SJU to the API
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX70%20SJU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '19823232-978b-5e3d-91b8-0afca89cc8e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX70 SJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX70%20SJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 19188,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.5 35 TFSI S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '35 TFSI S LINE S-T',
 'vin': 'WAUZZZF37M1000612',
 'year': 2020}
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520SJU%27 HTTP/1.1" 200 None
2026-03-30 06:30:35 [bca.uk] INFO: Saving data for LX70%20SJU: {'auction_closing_time': 1774951200.0, 'created_time': 1774651185.147536, 'last_price_update_time': 1774852235.911128}
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX70%2520SJU') HTTP/1.1" 204 0
2026-03-30 06:30:35 [bca.uk] INFO: Found listing with ID: LL58%20VBZ
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL58%2520VBZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:35 [bca.uk] INFO: Scrape type for LL58%20VBZ: 2
2026-03-30 06:30:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 031964c1-3c56-559f-a907-62dd60bd7270 with identifier: LL58%20VBZ
2026-03-30 06:30:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 031964c1-3c56-559f-a907-62dd60bd7270 with scrape type 2
2026-03-30 06:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 031964c1-3c56-559f-a907-62dd60bd7270 with scrape type 2
2026-03-30 06:30:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 031964c1-3c56-559f-a907-62dd60bd7270, identifier: LL58%20VBZ
2026-03-30 06:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 031964c1-3c56-559f-a907-62dd60bd7270 with identifier: LL58%20VBZ
2026-03-30 06:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 031964c1-3c56-559f-a907-62dd60bd7270 with identifier: LL58%20VBZ
2026-03-30 06:30:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 031964c1-3c56-559f-a907-62dd60bd7270 with identifier: LL58%20VBZ to the API
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL58%20VBZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '031964c1-3c56-559f-a907-62dd60bd7270',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL58 VBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL58%20VBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 72937,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'STYLE',
 'vin': 'WF0UXXLTRU8T13901',
 'year': 2009}
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL58%2520VBZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:36 [bca.uk] INFO: Saving data for LL58%20VBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774651184.685906, 'last_price_update_time': 1774852236.315194}
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL58%2520VBZ') HTTP/1.1" 204 0
2026-03-30 06:30:36 [bca.uk] INFO: Found listing with ID: LJ16%20NHV
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ16%2520NHV%27 HTTP/1.1" 200 None
2026-03-30 06:30:36 [bca.uk] INFO: Scrape type for LJ16%20NHV: 2
2026-03-30 06:30:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41e2f385-da42-5d6c-a399-34374d7af489 with identifier: LJ16%20NHV
2026-03-30 06:30:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41e2f385-da42-5d6c-a399-34374d7af489 with scrape type 2
2026-03-30 06:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41e2f385-da42-5d6c-a399-34374d7af489 with scrape type 2
2026-03-30 06:30:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41e2f385-da42-5d6c-a399-34374d7af489, identifier: LJ16%20NHV
2026-03-30 06:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41e2f385-da42-5d6c-a399-34374d7af489 with identifier: LJ16%20NHV
2026-03-30 06:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41e2f385-da42-5d6c-a399-34374d7af489 with identifier: LJ16%20NHV
2026-03-30 06:30:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41e2f385-da42-5d6c-a399-34374d7af489 with identifier: LJ16%20NHV to the API
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ16%20NHV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41e2f385-da42-5d6c-a399-34374d7af489',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ16 NHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ16%20NHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 78730,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD SE TECH',
 'vin': 'SALVA2AN6GH131706',
 'year': 2016}
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ16%2520NHV%27 HTTP/1.1" 200 None
2026-03-30 06:30:36 [bca.uk] INFO: Saving data for LJ16%20NHV: {'auction_closing_time': 1774951200.0, 'created_time': 1774651181.248442, 'last_price_update_time': 1774852236.708778}
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ16%2520NHV') HTTP/1.1" 204 0
2026-03-30 06:30:36 [bca.uk] INFO: Found listing with ID: HY19%20ZZP
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ZZP%27 HTTP/1.1" 200 None
2026-03-30 06:30:36 [bca.uk] INFO: Scrape type for HY19%20ZZP: 2
2026-03-30 06:30:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 697bb617-3ad1-5ce2-8f6c-5856aa66616d with identifier: HY19%20ZZP
2026-03-30 06:30:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 697bb617-3ad1-5ce2-8f6c-5856aa66616d with scrape type 2
2026-03-30 06:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 697bb617-3ad1-5ce2-8f6c-5856aa66616d with scrape type 2
2026-03-30 06:30:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 697bb617-3ad1-5ce2-8f6c-5856aa66616d, identifier: HY19%20ZZP
2026-03-30 06:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 697bb617-3ad1-5ce2-8f6c-5856aa66616d with identifier: HY19%20ZZP
2026-03-30 06:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 697bb617-3ad1-5ce2-8f6c-5856aa66616d with identifier: HY19%20ZZP
2026-03-30 06:30:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 697bb617-3ad1-5ce2-8f6c-5856aa66616d with identifier: HY19%20ZZP to the API
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY19%20ZZP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '697bb617-3ad1-5ce2-8f6c-5856aa66616d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY19 ZZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY19%20ZZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 66418,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 82 TECH EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 TECH EDITION',
 'vin': 'VF3CCHMRPKW029133',
 'year': 2019}
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ZZP%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Saving data for HY19%20ZZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774651179.457265, 'last_price_update_time': 1774852237.209068}
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY19%2520ZZP') HTTP/1.1" 204 0
2026-03-30 06:30:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: X29%20ACM
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X29%2520ACM%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for X29%20ACM: 2
2026-03-30 06:30:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with identifier: X29%20ACM
2026-03-30 06:30:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with scrape type 2
2026-03-30 06:30:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with scrape type 2
2026-03-30 06:30:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8f2f88f-9b0b-5059-9de3-3536ecde38c4, identifier: X29%20ACM
2026-03-30 06:30:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with identifier: X29%20ACM
2026-03-30 06:30:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with identifier: X29%20ACM
2026-03-30 06:30:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8f2f88f-9b0b-5059-9de3-3536ecde38c4 with identifier: X29%20ACM to the API
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=X29%20ACM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a8f2f88f-9b0b-5059-9de3-3536ecde38c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'X29 ACM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=X29%20ACM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '420D',
 'odometer': 27020,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 190 M SPORT STEP Convertible',
 'transmission': 'automatic',
 'trim': '190 M SPORT STEP',
 'vin': 'WBA8S120305P20649',
 'year': 2020}
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X29%2520ACM%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Saving data for X29%20ACM: {'auction_closing_time': 1774951200.0, 'created_time': 1774651284.819534, 'last_price_update_time': 1774852237.684019}
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='X29%2520ACM') HTTP/1.1" 204 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: LC64%20RXW
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC64%2520RXW%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for LC64%20RXW: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: YK09%20AOV
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520AOV%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for YK09%20AOV: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: WN64%20YWU
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN64%2520YWU%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for WN64%20YWU: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: WN22%20XNE
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520XNE%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for WN22%20XNE: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: VU11%20OVP
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU11%2520OVP%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for VU11%20OVP: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: LM15%20CFO
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM15%2520CFO%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for LM15%20CFO: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: WV20%20SVK
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV20%2520SVK%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for WV20%20SVK: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: TGZ%203183
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TGZ%25203183%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for TGZ%203183: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: MF67%20FCD
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF67%2520FCD%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for MF67%20FCD: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: RE20%20ZBU
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE20%2520ZBU%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for RE20%20ZBU: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: GV13%20ACJ
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV13%2520ACJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for GV13%20ACJ: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: ES11%20MAM
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ES11%2520MAM%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for ES11%20MAM: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: LR72%20VXA
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR72%2520VXA%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for LR72%20VXA: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: MF69%20RWN
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF69%2520RWN%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for MF69%20RWN: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: OV18%20AHL
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520AHL%27 HTTP/1.1" 200 None
2026-03-30 06:30:37 [bca.uk] INFO: Scrape type for OV18%20AHL: 0
2026-03-30 06:30:37 [bca.uk] INFO: Found listing with ID: RA06%20FLF
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA06%2520FLF%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for RA06%20FLF: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: RX17%20MHZ
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX17%2520MHZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for RX17%20MHZ: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: WM64%20BPE
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM64%2520BPE%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for WM64%20BPE: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: WM67%20RHU
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520RHU%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for WM67%20RHU: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: YA18%20UPJ
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA18%2520UPJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for YA18%20UPJ: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: YR13%20CAE
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520CAE%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for YR13%20CAE: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: LN65%20EJO
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN65%2520EJO%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for LN65%20EJO: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: LJ61%20NPP
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ61%2520NPP%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for LJ61%20NPP: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: KN65%20JHY
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520JHY%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for KN65%20JHY: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: KF16%20BTZ
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520BTZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for KF16%20BTZ: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: HS19%20ZVA
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520ZVA%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for HS19%20ZVA: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: HJ10%20UYB
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ10%2520UYB%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for HJ10%20UYB: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: HJ08%20YGW
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ08%2520YGW%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for HJ08%20YGW: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: GU65%20VJF
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU65%2520VJF%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for GU65%20VJF: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: GL21%20UOR
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520UOR%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for GL21%20UOR: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: GF63%20FZS
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF63%2520FZS%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for GF63%20FZS: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: EY63%20SVW
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520SVW%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for EY63%20SVW: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: ET65%20BJO
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET65%2520BJO%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for ET65%20BJO: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: EO67%20CLF
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO67%2520CLF%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for EO67%20CLF: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: EN17%20RKE
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN17%2520RKE%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for EN17%20RKE: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: EK17%20XYO
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK17%2520XYO%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for EK17%20XYO: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: EK09%20OJZ
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK09%2520OJZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for EK09%20OJZ: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: EJ19%20UVB
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ19%2520UVB%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for EJ19%20UVB: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: EJ15%20LFB
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ15%2520LFB%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for EJ15%20LFB: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: EF18%20XLV
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520XLV%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for EF18%20XLV: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: YJ18%20VWG
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ18%2520VWG%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for YJ18%20VWG: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: EA17%20KXN
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520KXN%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for EA17%20KXN: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: DK63%20TWV
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520TWV%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for DK63%20TWV: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: VO14%20LUL
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO14%2520LUL%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for VO14%20LUL: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: RK69%20HTX
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK69%2520HTX%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for RK69%20HTX: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: RK19%20TDX
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK19%2520TDX%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for RK19%20TDX: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: RA53%20TVW
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA53%2520TVW%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for RA53%20TVW: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: MD15%20DZE
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD15%2520DZE%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for MD15%20DZE: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: DX16%20XOG
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX16%2520XOG%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for DX16%20XOG: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: LT06%20NRE
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT06%2520NRE%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for LT06%20NRE: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: LG54%20CTX
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG54%2520CTX%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for LG54%20CTX: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: HV17%20HNY
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV17%2520HNY%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for HV17%20HNY: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: HJ05%20GYZ
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ05%2520GYZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for HJ05%20GYZ: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: EA61%20KZG
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA61%2520KZG%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for EA61%20KZG: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: EA18%20TVO
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520TVO%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for EA18%20TVO: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: CE10%20WLK
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE10%2520WLK%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for CE10%20WLK: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: SB06%20MXP
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB06%2520MXP%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for SB06%20MXP: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: GM21%20AOT
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM21%2520AOT%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for GM21%20AOT: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: DY16%20UYF
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY16%2520UYF%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for DY16%20UYF: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: DE15%20UOH
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520UOH%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for DE15%20UOH: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: AP14%20CKK
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP14%2520CKK%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for AP14%20CKK: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: AO11%20XUF
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO11%2520XUF%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for AO11%20XUF: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: AD19%20LFS
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520LFS%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for AD19%20LFS: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: FE12%20YZW
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE12%2520YZW%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for FE12%20YZW: 0
2026-03-30 06:30:38 [bca.uk] INFO: Found listing with ID: BC22%20HCF
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC22%2520HCF%27 HTTP/1.1" 200 None
2026-03-30 06:30:38 [bca.uk] INFO: Scrape type for BC22%20HCF: 2
2026-03-30 06:30:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b7d272-10c4-591a-b0ed-7fee2d80f241 with identifier: BC22%20HCF
2026-03-30 06:30:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b7d272-10c4-591a-b0ed-7fee2d80f241 with scrape type 2
2026-03-30 06:30:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b7d272-10c4-591a-b0ed-7fee2d80f241 with scrape type 2
2026-03-30 06:30:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96b7d272-10c4-591a-b0ed-7fee2d80f241, identifier: BC22%20HCF
2026-03-30 06:30:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96b7d272-10c4-591a-b0ed-7fee2d80f241 with identifier: BC22%20HCF
2026-03-30 06:30:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96b7d272-10c4-591a-b0ed-7fee2d80f241 with identifier: BC22%20HCF
2026-03-30 06:30:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96b7d272-10c4-591a-b0ed-7fee2d80f241 with identifier: BC22%20HCF to the API
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC22%20HCF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '96b7d272-10c4-591a-b0ed-7fee2d80f241',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC22 HCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC22%20HCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A35 AMG',
 'odometer': 27373,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A35 AMG 2.0 4MATIC PREMIUM PLUS ED.DCT Hatchback',
 'transmission': 'automatic',
 'trim': '4MATIC PREMIUM PLUS ED.DCT',
 'vin': 'W1K1770512N280788',
 'year': 2022}
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC22%2520HCF%27 HTTP/1.1" 200 None
2026-03-30 06:30:39 [bca.uk] INFO: Saving data for BC22%20HCF: {'auction_closing_time': 1775124000.0, 'created_time': 1774277338.12475, 'last_price_update_time': 1774852239.457809}
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC22%2520HCF') HTTP/1.1" 204 0
2026-03-30 06:30:39 [bca.uk] INFO: Total items found: 100
2026-03-30 06:30:39 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded
2026-03-30 06:30:39 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:30:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:39 [bca.uk] INFO: Found listing with ID: RX66%20CYJ
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX66%2520CYJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:39 [bca.uk] INFO: Scrape type for RX66%20CYJ: 0
2026-03-30 06:30:39 [bca.uk] INFO: Found listing with ID: LD65%20WHV
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520WHV%27 HTTP/1.1" 200 None
2026-03-30 06:30:39 [bca.uk] INFO: Scrape type for LD65%20WHV: 2
2026-03-30 06:30:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with identifier: LD65%20WHV
2026-03-30 06:30:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with scrape type 2
2026-03-30 06:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with scrape type 2
2026-03-30 06:30:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66019809-b5c2-5f88-9abb-b3fcfa7064e6, identifier: LD65%20WHV
2026-03-30 06:30:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with identifier: LD65%20WHV
2026-03-30 06:30:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with identifier: LD65%20WHV
2026-03-30 06:30:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66019809-b5c2-5f88-9abb-b3fcfa7064e6 with identifier: LD65%20WHV to the API
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD65%20WHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '66019809-b5c2-5f88-9abb-b3fcfa7064e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD65 WHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD65%20WHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '420D',
 'odometer': 86334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 190 M SPORT Coupe',
 'transmission': 'manual',
 'trim': '190 M SPORT',
 'vin': 'WBA4P72010K363993',
 'year': 2015}
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520WHV%27 HTTP/1.1" 200 None
2026-03-30 06:30:40 [bca.uk] INFO: Saving data for LD65%20WHV: {'auction_closing_time': 1775037600.0, 'created_time': 1773960278.35291, 'last_price_update_time': 1774852240.000515}
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD65%2520WHV') HTTP/1.1" 204 0
2026-03-30 06:30:40 [bca.uk] INFO: Found listing with ID: NJ65%20VHK
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ65%2520VHK%27 HTTP/1.1" 200 None
2026-03-30 06:30:40 [bca.uk] INFO: Scrape type for NJ65%20VHK: 0
2026-03-30 06:30:40 [bca.uk] INFO: Found listing with ID: YC61%20XUK
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC61%2520XUK%27 HTTP/1.1" 200 None
2026-03-30 06:30:40 [bca.uk] INFO: Scrape type for YC61%20XUK: 0
2026-03-30 06:30:40 [bca.uk] INFO: Found listing with ID: WD17%20BEU
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520BEU%27 HTTP/1.1" 200 None
2026-03-30 06:30:40 [bca.uk] INFO: Scrape type for WD17%20BEU: 2
2026-03-30 06:30:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eabbb710-268f-576a-b3ac-a2d6560ce7ec with identifier: WD17%20BEU
2026-03-30 06:30:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eabbb710-268f-576a-b3ac-a2d6560ce7ec with scrape type 2
2026-03-30 06:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eabbb710-268f-576a-b3ac-a2d6560ce7ec with scrape type 2
2026-03-30 06:30:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eabbb710-268f-576a-b3ac-a2d6560ce7ec, identifier: WD17%20BEU
2026-03-30 06:30: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:30:40 [bca.uk] INFO: Found listing with ID: M31%20FFM
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M31%2520FFM%27 HTTP/1.1" 200 None
2026-03-30 06:30:40 [bca.uk] INFO: Scrape type for M31%20FFM: 0
2026-03-30 06:30:40 [bca.uk] INFO: Found listing with ID: CN57%20BXX
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN57%2520BXX%27 HTTP/1.1" 200 None
2026-03-30 06:30:40 [bca.uk] INFO: Scrape type for CN57%20BXX: 2
2026-03-30 06:30:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68da282e-8a9b-59b5-a931-172bee45d1c9 with identifier: CN57%20BXX
2026-03-30 06:30:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68da282e-8a9b-59b5-a931-172bee45d1c9 with scrape type 2
2026-03-30 06:30:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68da282e-8a9b-59b5-a931-172bee45d1c9 with scrape type 2
2026-03-30 06:30:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68da282e-8a9b-59b5-a931-172bee45d1c9, identifier: CN57%20BXX
2026-03-30 06:30:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eabbb710-268f-576a-b3ac-a2d6560ce7ec with identifier: WD17%20BEU
2026-03-30 06:30:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eabbb710-268f-576a-b3ac-a2d6560ce7ec with identifier: WD17%20BEU
2026-03-30 06:30:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eabbb710-268f-576a-b3ac-a2d6560ce7ec with identifier: WD17%20BEU to the API
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD17%20BEU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eabbb710-268f-576a-b3ac-a2d6560ce7ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD17 BEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD17%20BEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 96474,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 SE 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE 9G',
 'vin': 'WDD2130042A268858',
 'year': 2017}
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD17%2520BEU%27 HTTP/1.1" 200 None
2026-03-30 06:30:41 [bca.uk] INFO: Saving data for WD17%20BEU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562530.882675, 'last_price_update_time': 1774852241.445871}
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD17%2520BEU') HTTP/1.1" 204 0
2026-03-30 06:30:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68da282e-8a9b-59b5-a931-172bee45d1c9 with identifier: CN57%20BXX
2026-03-30 06:30:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68da282e-8a9b-59b5-a931-172bee45d1c9 with identifier: CN57%20BXX
2026-03-30 06:30:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68da282e-8a9b-59b5-a931-172bee45d1c9 with identifier: CN57%20BXX to the API
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN57%20BXX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68da282e-8a9b-59b5-a931-172bee45d1c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN57 BXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN57%20BXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LOTUS',
 'model': 'EXIGE',
 'odometer': 58535,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'LOTUS EXIGE 1.8 S TOURING Coupe',
 'transmission': 'manual',
 'trim': 'S TOURING',
 'vin': 'SCCVC11187HN83003',
 'year': 2007}
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN57%2520BXX%27 HTTP/1.1" 200 None
2026-03-30 06:30:41 [bca.uk] INFO: Saving data for CN57%20BXX: {'auction_closing_time': 1774951200.0, 'created_time': 1774562662.598683, 'last_price_update_time': 1774852241.753183}
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN57%2520BXX') HTTP/1.1" 204 0
2026-03-30 06:30:41 [bca.uk] INFO: Found listing with ID: YP18%20LVE
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520LVE%27 HTTP/1.1" 200 None
2026-03-30 06:30:41 [bca.uk] INFO: Scrape type for YP18%20LVE: 2
2026-03-30 06:30:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with identifier: YP18%20LVE
2026-03-30 06:30:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with scrape type 2
2026-03-30 06:30:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with scrape type 2
2026-03-30 06:30:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d, identifier: YP18%20LVE
2026-03-30 06:30:42 [bca.uk] INFO: Found listing with ID: ML09%20UUK
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML09%2520UUK%27 HTTP/1.1" 200 None
2026-03-30 06:30:42 [bca.uk] INFO: Scrape type for ML09%20UUK: 2
2026-03-30 06:30:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eed314a-7861-56ea-825f-a836c289e9ea with identifier: ML09%20UUK
2026-03-30 06:30:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eed314a-7861-56ea-825f-a836c289e9ea with scrape type 2
2026-03-30 06:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3eed314a-7861-56ea-825f-a836c289e9ea with scrape type 2
2026-03-30 06:30:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3eed314a-7861-56ea-825f-a836c289e9ea, identifier: ML09%20UUK
2026-03-30 06:30:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with identifier: YP18%20LVE
2026-03-30 06:30:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with identifier: YP18%20LVE
2026-03-30 06:30:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b8d1625-dd7a-5e98-87a5-49bf83b4c22d with identifier: YP18%20LVE to the API
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b8d1625-dd7a-5e98-87a5-49bf83b4c22d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP18 LVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP18%20LVE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 46474,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA STONIC 1.0 T GDI 120 FIRST EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 120 FIRST EDITION',
 'vin': 'KNAD6811LJ6122862',
 'year': 2018}
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP18%2520LVE%27 HTTP/1.1" 200 None
2026-03-30 06:30:42 [bca.uk] INFO: Saving data for YP18%20LVE: {'auction_closing_time': 1775037600.0, 'created_time': 1774562524.982363, 'last_price_update_time': 1774852242.440526}
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP18%2520LVE') HTTP/1.1" 204 0
2026-03-30 06:30:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3eed314a-7861-56ea-825f-a836c289e9ea with identifier: ML09%20UUK
2026-03-30 06:30:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3eed314a-7861-56ea-825f-a836c289e9ea with identifier: ML09%20UUK
2026-03-30 06:30:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3eed314a-7861-56ea-825f-a836c289e9ea with identifier: ML09%20UUK to the API
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML09%20UUK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3eed314a-7861-56ea-825f-a836c289e9ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML09 UUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML09%20UUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PORSCHE',
 'model': 'BOXSTER',
 'odometer': 48921,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'PORSCHE BOXSTER 2.7 (245) Roadster',
 'transmission': 'manual',
 'trim': '(245)',
 'vin': 'WP0ZZZ98Z8U702150',
 'year': 2009}
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML09%2520UUK%27 HTTP/1.1" 200 None
2026-03-30 06:30:42 [bca.uk] INFO: Saving data for ML09%20UUK: {'auction_closing_time': 1774951200.0, 'created_time': 1774562663.619849, 'last_price_update_time': 1774852242.751039}
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML09%2520UUK') HTTP/1.1" 204 0
2026-03-30 06:30:42 [bca.uk] INFO: Found listing with ID: YR70%20SOJ
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520SOJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:42 [bca.uk] INFO: Scrape type for YR70%20SOJ: 2
2026-03-30 06:30:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b2300ac-1c9d-52c7-9e45-d8109c00466b with identifier: YR70%20SOJ
2026-03-30 06:30:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b2300ac-1c9d-52c7-9e45-d8109c00466b with scrape type 2
2026-03-30 06:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b2300ac-1c9d-52c7-9e45-d8109c00466b with scrape type 2
2026-03-30 06:30:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b2300ac-1c9d-52c7-9e45-d8109c00466b, identifier: YR70%20SOJ
2026-03-30 06:30:42 [bca.uk] INFO: Found listing with ID: V8%20XMB
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V8%2520XMB%27 HTTP/1.1" 200 None
2026-03-30 06:30:42 [bca.uk] INFO: Scrape type for V8%20XMB: 2
2026-03-30 06:30:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a61d2b7-efd8-5283-9842-bf4a77e818bf with identifier: V8%20XMB
2026-03-30 06:30:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a61d2b7-efd8-5283-9842-bf4a77e818bf with scrape type 2
2026-03-30 06:30:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a61d2b7-efd8-5283-9842-bf4a77e818bf with scrape type 2
2026-03-30 06:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a61d2b7-efd8-5283-9842-bf4a77e818bf, identifier: V8%20XMB
2026-03-30 06:30:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b2300ac-1c9d-52c7-9e45-d8109c00466b with identifier: YR70%20SOJ
2026-03-30 06:30:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b2300ac-1c9d-52c7-9e45-d8109c00466b with identifier: YR70%20SOJ
2026-03-30 06:30:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b2300ac-1c9d-52c7-9e45-d8109c00466b with identifier: YR70%20SOJ to the API
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3b2300ac-1c9d-52c7-9e45-d8109c00466b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR70 SOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR70%20SOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 57577,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.2 DUALJET 90 SHVS SZ3 Hatchback',
 'transmission': 'manual',
 'trim': 'DUALJET 90 SHVS SZ3',
 'vin': 'JSAAZC53S00326098',
 'year': 2020}
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520SOJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:43 [bca.uk] INFO: Saving data for YR70%20SOJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562525.582142, 'last_price_update_time': 1774852243.356096}
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR70%2520SOJ') HTTP/1.1" 204 0
2026-03-30 06:30:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a61d2b7-efd8-5283-9842-bf4a77e818bf with identifier: V8%20XMB
2026-03-30 06:30:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a61d2b7-efd8-5283-9842-bf4a77e818bf with identifier: V8%20XMB
2026-03-30 06:30:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a61d2b7-efd8-5283-9842-bf4a77e818bf with identifier: V8%20XMB to the API
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 209,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=V8%20XMB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a61d2b7-efd8-5283-9842-bf4a77e818bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'V8 XMB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=V8%20XMB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 101775,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 4.1 V8 D 380 S TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'V8 D 380 S TIPTRONIC S',
 'vin': 'WP1ZZZ92ZFLA68007',
 'year': 2015}
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V8%2520XMB%27 HTTP/1.1" 200 None
2026-03-30 06:30:43 [bca.uk] INFO: Saving data for V8%20XMB: {'auction_closing_time': 1774951200.0, 'created_time': 1774562664.343723, 'last_price_update_time': 1774852243.785505}
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='V8%2520XMB') HTTP/1.1" 204 0
2026-03-30 06:30:43 [bca.uk] INFO: Found listing with ID: YN19%20SFE
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520SFE%27 HTTP/1.1" 200 None
2026-03-30 06:30:43 [bca.uk] INFO: Scrape type for YN19%20SFE: 2
2026-03-30 06:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5cca46b-c6ed-5037-9e02-59af467d2b97 with identifier: YN19%20SFE
2026-03-30 06:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5cca46b-c6ed-5037-9e02-59af467d2b97 with scrape type 2
2026-03-30 06:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5cca46b-c6ed-5037-9e02-59af467d2b97 with scrape type 2
2026-03-30 06:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5cca46b-c6ed-5037-9e02-59af467d2b97, identifier: YN19%20SFE
2026-03-30 06:30:43 [bca.uk] INFO: Found listing with ID: YN15%20XGT
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520XGT%27 HTTP/1.1" 200 None
2026-03-30 06:30:43 [bca.uk] INFO: Scrape type for YN15%20XGT: 2
2026-03-30 06:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dc74853-8f59-5461-86d0-e311419a687a with identifier: YN15%20XGT
2026-03-30 06:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dc74853-8f59-5461-86d0-e311419a687a with scrape type 2
2026-03-30 06:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dc74853-8f59-5461-86d0-e311419a687a with scrape type 2
2026-03-30 06:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dc74853-8f59-5461-86d0-e311419a687a, identifier: YN15%20XGT
2026-03-30 06:30:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5cca46b-c6ed-5037-9e02-59af467d2b97 with identifier: YN19%20SFE
2026-03-30 06:30:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5cca46b-c6ed-5037-9e02-59af467d2b97 with identifier: YN19%20SFE
2026-03-30 06:30:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5cca46b-c6ed-5037-9e02-59af467d2b97 with identifier: YN19%20SFE to the API
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN19%20SFE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a5cca46b-c6ed-5037-9e02-59af467d2b97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN19 SFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN19%20SFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MAZDA',
 'model': 'MX-5',
 'odometer': 59923,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-5 2.0 184 SE-L+ Roadster',
 'transmission': 'manual',
 'trim': '184 SE-L+',
 'vin': 'JMZND6E7600404881',
 'year': 2019}
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520SFE%27 HTTP/1.1" 200 None
2026-03-30 06:30:44 [bca.uk] INFO: Saving data for YN19%20SFE: {'auction_closing_time': 1775037600.0, 'created_time': 1774562526.488927, 'last_price_update_time': 1774852244.303329}
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN19%2520SFE') HTTP/1.1" 204 0
2026-03-30 06:30:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dc74853-8f59-5461-86d0-e311419a687a with identifier: YN15%20XGT
2026-03-30 06:30:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dc74853-8f59-5461-86d0-e311419a687a with identifier: YN15%20XGT
2026-03-30 06:30:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9dc74853-8f59-5461-86d0-e311419a687a with identifier: YN15%20XGT to the API
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN15%20XGT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9dc74853-8f59-5461-86d0-e311419a687a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN15 XGT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN15%20XGT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 66798,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.8 VVTI HYBRID EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI HYBRID EXCEL',
 'vin': 'SB1MS3JE80E145222',
 'year': 2015}
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520XGT%27 HTTP/1.1" 200 None
2026-03-30 06:30:44 [bca.uk] INFO: Saving data for YN15%20XGT: {'auction_closing_time': 1775037600.0, 'created_time': 1774562536.461614, 'last_price_update_time': 1774852244.864776}
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN15%2520XGT') HTTP/1.1" 204 0
2026-03-30 06:30:44 [bca.uk] INFO: Found listing with ID: FP18%20VGG
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP18%2520VGG%27 HTTP/1.1" 200 None
2026-03-30 06:30:44 [bca.uk] INFO: Scrape type for FP18%20VGG: 2
2026-03-30 06:30:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0868d3ce-c9ef-520c-a078-6bf99970811c with identifier: FP18%20VGG
2026-03-30 06:30:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0868d3ce-c9ef-520c-a078-6bf99970811c with scrape type 2
2026-03-30 06:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0868d3ce-c9ef-520c-a078-6bf99970811c with scrape type 2
2026-03-30 06:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0868d3ce-c9ef-520c-a078-6bf99970811c, identifier: FP18%20VGG
2026-03-30 06:30:44 [bca.uk] INFO: Found listing with ID: YP16%20NZW
2026-03-30 06:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520NZW%27 HTTP/1.1" 200 None
2026-03-30 06:30:45 [bca.uk] INFO: Scrape type for YP16%20NZW: 2
2026-03-30 06:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 460acbfb-a87d-500c-86b4-ea43d1e24c98 with identifier: YP16%20NZW
2026-03-30 06:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 460acbfb-a87d-500c-86b4-ea43d1e24c98 with scrape type 2
2026-03-30 06:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 460acbfb-a87d-500c-86b4-ea43d1e24c98 with scrape type 2
2026-03-30 06:30:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 460acbfb-a87d-500c-86b4-ea43d1e24c98, identifier: YP16%20NZW
2026-03-30 06:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0868d3ce-c9ef-520c-a078-6bf99970811c with identifier: FP18%20VGG
2026-03-30 06:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0868d3ce-c9ef-520c-a078-6bf99970811c with identifier: FP18%20VGG
2026-03-30 06:30:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0868d3ce-c9ef-520c-a078-6bf99970811c with identifier: FP18%20VGG to the API
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0868d3ce-c9ef-520c-a078-6bf99970811c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP18 VGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP18%20VGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 93895,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 TSI 95 SE DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 SE DESIGN',
 'vin': 'VSSZZZKJZJR146448',
 'year': 2018}
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP18%2520VGG%27 HTTP/1.1" 200 None
2026-03-30 06:30:45 [bca.uk] INFO: Saving data for FP18%20VGG: {'auction_closing_time': 1775037600.0, 'created_time': 1774562526.895934, 'last_price_update_time': 1774852245.382068}
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP18%2520VGG') HTTP/1.1" 204 0
2026-03-30 06:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 460acbfb-a87d-500c-86b4-ea43d1e24c98 with identifier: YP16%20NZW
2026-03-30 06:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 460acbfb-a87d-500c-86b4-ea43d1e24c98 with identifier: YP16%20NZW
2026-03-30 06:30:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 460acbfb-a87d-500c-86b4-ea43d1e24c98 with identifier: YP16%20NZW to the API
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=77&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP16%20NZW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '460acbfb-a87d-500c-86b4-ea43d1e24c98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP16 NZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP16%20NZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 60182,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.5 HYBRID EXCEL 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'HYBRID EXCEL 4WD',
 'vin': 'JTMDJREV50D026769',
 'year': 2016}
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP16%2520NZW%27 HTTP/1.1" 200 None
2026-03-30 06:30:45 [bca.uk] INFO: Saving data for YP16%20NZW: {'auction_closing_time': 1775037600.0, 'created_time': 1774562534.400494, 'last_price_update_time': 1774852245.687176}
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP16%2520NZW') HTTP/1.1" 204 0
2026-03-30 06:30:45 [bca.uk] INFO: Found listing with ID: YM21%20KDN
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520KDN%27 HTTP/1.1" 200 None
2026-03-30 06:30:45 [bca.uk] INFO: Scrape type for YM21%20KDN: 2
2026-03-30 06:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d007a12c-ce38-537d-855b-482cfcd9e52c with identifier: YM21%20KDN
2026-03-30 06:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d007a12c-ce38-537d-855b-482cfcd9e52c with scrape type 2
2026-03-30 06:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d007a12c-ce38-537d-855b-482cfcd9e52c with scrape type 2
2026-03-30 06:30:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d007a12c-ce38-537d-855b-482cfcd9e52c, identifier: YM21%20KDN
2026-03-30 06:30:45 [bca.uk] INFO: Found listing with ID: LM68%20OYW
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM68%2520OYW%27 HTTP/1.1" 200 None
2026-03-30 06:30:45 [bca.uk] INFO: Scrape type for LM68%20OYW: 0
2026-03-30 06:30:45 [bca.uk] INFO: Found listing with ID: SN66%20UAJ
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN66%2520UAJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:45 [bca.uk] INFO: Scrape type for SN66%20UAJ: 0
2026-03-30 06:30:45 [bca.uk] INFO: Found listing with ID: YW16%20FXJ
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW16%2520FXJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:45 [bca.uk] INFO: Scrape type for YW16%20FXJ: 0
2026-03-30 06:30:45 [bca.uk] INFO: Found listing with ID: FY58%20BNL
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY58%2520BNL%27 HTTP/1.1" 200 None
2026-03-30 06:30:45 [bca.uk] INFO: Scrape type for FY58%20BNL: 0
2026-03-30 06:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d007a12c-ce38-537d-855b-482cfcd9e52c with identifier: YM21%20KDN
2026-03-30 06:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d007a12c-ce38-537d-855b-482cfcd9e52c with identifier: YM21%20KDN
2026-03-30 06:30:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d007a12c-ce38-537d-855b-482cfcd9e52c with identifier: YM21%20KDN to the API
2026-03-30 06:30:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 38,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd007a12c-ce38-537d-855b-482cfcd9e52c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM21 KDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM21%20KDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'XCEED',
 'odometer': 97863,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA XCEED 1.6 GDI PHEV 1ST EDITION DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 1ST EDITION DCT',
 'vin': 'U5YH5F1AVLL002360',
 'year': 2021}
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM21%2520KDN%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Saving data for YM21%20KDN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562527.795517, 'last_price_update_time': 1774852246.193509}
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM21%2520KDN') HTTP/1.1" 204 0
2026-03-30 06:30:46 [bca.uk] INFO: Found listing with ID: GM66%20UNZ
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520UNZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Scrape type for GM66%20UNZ: 0
2026-03-30 06:30:46 [bca.uk] INFO: Found listing with ID: ND09%20WWH
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520WWH%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Scrape type for ND09%20WWH: 0
2026-03-30 06:30:46 [bca.uk] INFO: Found listing with ID: YB14%20EKN
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB14%2520EKN%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Scrape type for YB14%20EKN: 0
2026-03-30 06:30:46 [bca.uk] INFO: Found listing with ID: YT65%20UZB
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT65%2520UZB%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Scrape type for YT65%20UZB: 0
2026-03-30 06:30:46 [bca.uk] INFO: Found listing with ID: KR16%20DSO
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520DSO%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Scrape type for KR16%20DSO: 2
2026-03-30 06:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 056f5856-5b11-597b-9ed5-67d620594003 with identifier: KR16%20DSO
2026-03-30 06:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 056f5856-5b11-597b-9ed5-67d620594003 with scrape type 2
2026-03-30 06:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 056f5856-5b11-597b-9ed5-67d620594003 with scrape type 2
2026-03-30 06:30:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 056f5856-5b11-597b-9ed5-67d620594003, identifier: KR16%20DSO
2026-03-30 06:30:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 056f5856-5b11-597b-9ed5-67d620594003 with identifier: KR16%20DSO
2026-03-30 06:30:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 056f5856-5b11-597b-9ed5-67d620594003 with identifier: KR16%20DSO
2026-03-30 06:30:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 056f5856-5b11-597b-9ed5-67d620594003 with identifier: KR16%20DSO to the API
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR16%20DSO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '056f5856-5b11-597b-9ed5-67d620594003',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR16 DSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR16%20DSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 161197,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 AMG LINE PREMIUM PLUS Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS',
 'vin': 'WDD2050042R160913',
 'year': 2016}
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520DSO%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Saving data for KR16%20DSO: {'auction_closing_time': 1775037600.0, 'created_time': 1774562529.451937, 'last_price_update_time': 1774852246.735498}
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR16%2520DSO') HTTP/1.1" 204 0
2026-03-30 06:30:46 [bca.uk] INFO: Found listing with ID: SB15%20YZK
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520YZK%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Scrape type for SB15%20YZK: 0
2026-03-30 06:30:46 [bca.uk] INFO: Found listing with ID: AF12%20ZSV
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF12%2520ZSV%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Scrape type for AF12%20ZSV: 0
2026-03-30 06:30:46 [bca.uk] INFO: Found listing with ID: DG13%20KNH
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG13%2520KNH%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Scrape type for DG13%20KNH: 0
2026-03-30 06:30:46 [bca.uk] INFO: Found listing with ID: PE62%20WNJ
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE62%2520WNJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Scrape type for PE62%20WNJ: 0
2026-03-30 06:30:46 [bca.uk] INFO: Found listing with ID: LR65%20MUU
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR65%2520MUU%27 HTTP/1.1" 200 None
2026-03-30 06:30:46 [bca.uk] INFO: Scrape type for LR65%20MUU: 2
2026-03-30 06:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6758d82-2e54-53cb-ae3a-56e643e38ac1 with identifier: LR65%20MUU
2026-03-30 06:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6758d82-2e54-53cb-ae3a-56e643e38ac1 with scrape type 2
2026-03-30 06:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6758d82-2e54-53cb-ae3a-56e643e38ac1 with scrape type 2
2026-03-30 06:30:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6758d82-2e54-53cb-ae3a-56e643e38ac1, identifier: LR65%20MUU
2026-03-30 06:30:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6758d82-2e54-53cb-ae3a-56e643e38ac1 with identifier: LR65%20MUU
2026-03-30 06:30:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6758d82-2e54-53cb-ae3a-56e643e38ac1 with identifier: LR65%20MUU
2026-03-30 06:30:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6758d82-2e54-53cb-ae3a-56e643e38ac1 with identifier: LR65%20MUU to the API
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR65%20MUU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b6758d82-2e54-53cb-ae3a-56e643e38ac1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR65 MUU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR65%20MUU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 80543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 BMT 4M MATCH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT 4M MATCH DSG',
 'vin': 'WVGZZZ5NZGW013166',
 'year': 2015}
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR65%2520MUU%27 HTTP/1.1" 200 None
2026-03-30 06:30:47 [bca.uk] INFO: Saving data for LR65%20MUU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562727.617386, 'last_price_update_time': 1774852247.375}
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR65%2520MUU') HTTP/1.1" 204 0
2026-03-30 06:30:47 [bca.uk] INFO: Found listing with ID: VN18%20WUD
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520WUD%27 HTTP/1.1" 200 None
2026-03-30 06:30:47 [bca.uk] INFO: Scrape type for VN18%20WUD: 2
2026-03-30 06:30:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0c48415-9747-513b-ab3c-890ac08b2e6f with identifier: VN18%20WUD
2026-03-30 06:30:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0c48415-9747-513b-ab3c-890ac08b2e6f with scrape type 2
2026-03-30 06:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0c48415-9747-513b-ab3c-890ac08b2e6f with scrape type 2
2026-03-30 06:30:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0c48415-9747-513b-ab3c-890ac08b2e6f, identifier: VN18%20WUD
2026-03-30 06:30:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0c48415-9747-513b-ab3c-890ac08b2e6f with identifier: VN18%20WUD
2026-03-30 06:30:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0c48415-9747-513b-ab3c-890ac08b2e6f with identifier: VN18%20WUD
2026-03-30 06:30:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0c48415-9747-513b-ab3c-890ac08b2e6f with identifier: VN18%20WUD to the API
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN18%20WUD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c0c48415-9747-513b-ab3c-890ac08b2e6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN18 WUD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN18%20WUD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 92299,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 SE',
 'vin': 'WVWZZZAUZJW244006',
 'year': 2018}
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520WUD%27 HTTP/1.1" 200 None
2026-03-30 06:30:47 [bca.uk] INFO: Saving data for VN18%20WUD: {'auction_closing_time': 1775037600.0, 'created_time': 1774562724.453309, 'last_price_update_time': 1774852247.909353}
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN18%2520WUD') HTTP/1.1" 204 0
2026-03-30 06:30:47 [bca.uk] INFO: Found listing with ID: LL18%20CYH
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520CYH%27 HTTP/1.1" 200 None
2026-03-30 06:30:47 [bca.uk] INFO: Scrape type for LL18%20CYH: 2
2026-03-30 06:30:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4339583-5081-5c1b-a7b3-d76eb31710ab with identifier: LL18%20CYH
2026-03-30 06:30:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4339583-5081-5c1b-a7b3-d76eb31710ab with scrape type 2
2026-03-30 06:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4339583-5081-5c1b-a7b3-d76eb31710ab with scrape type 2
2026-03-30 06:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4339583-5081-5c1b-a7b3-d76eb31710ab, identifier: LL18%20CYH
2026-03-30 06:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4339583-5081-5c1b-a7b3-d76eb31710ab with identifier: LL18%20CYH
2026-03-30 06:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4339583-5081-5c1b-a7b3-d76eb31710ab with identifier: LL18%20CYH
2026-03-30 06:30:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4339583-5081-5c1b-a7b3-d76eb31710ab with identifier: LL18%20CYH to the API
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL18%20CYH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4339583-5081-5c1b-a7b3-d76eb31710ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL18 CYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL18%20CYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ADAM',
 'odometer': 54304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ADAM 1.2 VVT 70 ENERGISED Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 70 ENERGISED',
 'vin': 'W0V0MAP08J6040469',
 'year': 2018}
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520CYH%27 HTTP/1.1" 200 None
2026-03-30 06:30:48 [bca.uk] INFO: Saving data for LL18%20CYH: {'auction_closing_time': 1774951200.0, 'created_time': 1774562990.882245, 'last_price_update_time': 1774852248.362787}
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL18%2520CYH') HTTP/1.1" 204 0
2026-03-30 06:30:48 [bca.uk] INFO: Found listing with ID: BJ17%20FRR
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520FRR%27 HTTP/1.1" 200 None
2026-03-30 06:30:48 [bca.uk] INFO: Scrape type for BJ17%20FRR: 0
2026-03-30 06:30:48 [bca.uk] INFO: Found listing with ID: LG22%20FFL
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520FFL%27 HTTP/1.1" 200 None
2026-03-30 06:30:48 [bca.uk] INFO: Scrape type for LG22%20FFL: 0
2026-03-30 06:30:48 [bca.uk] INFO: Found listing with ID: FT15%20LKJ
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT15%2520LKJ%27 HTTP/1.1" 200 None
2026-03-30 06:30:48 [bca.uk] INFO: Scrape type for FT15%20LKJ: 0
2026-03-30 06:30:48 [bca.uk] INFO: Found listing with ID: FG60%20VRM
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG60%2520VRM%27 HTTP/1.1" 200 None
2026-03-30 06:30:48 [bca.uk] INFO: Scrape type for FG60%20VRM: 0
2026-03-30 06:30:48 [bca.uk] INFO: Found listing with ID: SB15%20YBK
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB15%2520YBK%27 HTTP/1.1" 200 None
2026-03-30 06:30:48 [bca.uk] INFO: Scrape type for SB15%20YBK: 0
2026-03-30 06:30:48 [bca.uk] INFO: Found listing with ID: FX68%20XVB
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX68%2520XVB%27 HTTP/1.1" 200 None
2026-03-30 06:30:48 [bca.uk] INFO: Scrape type for FX68%20XVB: 0
2026-03-30 06:30:48 [bca.uk] INFO: Found listing with ID: NC21%20AUN
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC21%2520AUN%27 HTTP/1.1" 200 None
2026-03-30 06:30:48 [bca.uk] INFO: Scrape type for NC21%20AUN: 2
2026-03-30 06:30:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd9db0e4-e91a-52dd-a680-db715c0d8c95 with identifier: NC21%20AUN
2026-03-30 06:30:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd9db0e4-e91a-52dd-a680-db715c0d8c95 with scrape type 2
2026-03-30 06:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd9db0e4-e91a-52dd-a680-db715c0d8c95 with scrape type 2
2026-03-30 06:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd9db0e4-e91a-52dd-a680-db715c0d8c95, identifier: NC21%20AUN
2026-03-30 06:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd9db0e4-e91a-52dd-a680-db715c0d8c95 with identifier: NC21%20AUN
2026-03-30 06:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd9db0e4-e91a-52dd-a680-db715c0d8c95 with identifier: NC21%20AUN
2026-03-30 06:30:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd9db0e4-e91a-52dd-a680-db715c0d8c95 with identifier: NC21%20AUN to the API
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC21%20AUN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dd9db0e4-e91a-52dd-a680-db715c0d8c95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NC21 AUN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC21%20AUN&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': 'M340D',
 'odometer': 23168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW M340D 3.0 MHT XDRIVE Saloon',
 'transmission': 'automatic',
 'trim': 'MHT XDRIVE',
 'vin': 'WBA52DY090FK48589',
 'year': 2021}
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC21%2520AUN%27 HTTP/1.1" 200 None
2026-03-30 06:30:48 [bca.uk] INFO: Saving data for NC21%20AUN: {'auction_closing_time': 1774864800.0, 'created_time': 1774562991.245594, 'last_price_update_time': 1774852248.968503}
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC21%2520AUN') HTTP/1.1" 204 0
2026-03-30 06:30:49 [bca.uk] INFO: Found listing with ID: SO65%20KZA
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO65%2520KZA%27 HTTP/1.1" 200 None
2026-03-30 06:30:49 [bca.uk] INFO: Scrape type for SO65%20KZA: 0
2026-03-30 06:30:49 [bca.uk] INFO: Found listing with ID: FL64%20YUC
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520YUC%27 HTTP/1.1" 200 None
2026-03-30 06:30:49 [bca.uk] INFO: Scrape type for FL64%20YUC: 2
2026-03-30 06:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 058803b1-a0c5-5962-8b2c-cc1633b7c974 with identifier: FL64%20YUC
2026-03-30 06:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 058803b1-a0c5-5962-8b2c-cc1633b7c974 with scrape type 2
2026-03-30 06:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 058803b1-a0c5-5962-8b2c-cc1633b7c974 with scrape type 2
2026-03-30 06:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 058803b1-a0c5-5962-8b2c-cc1633b7c974, identifier: FL64%20YUC
2026-03-30 06:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 058803b1-a0c5-5962-8b2c-cc1633b7c974 with identifier: FL64%20YUC
2026-03-30 06:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 058803b1-a0c5-5962-8b2c-cc1633b7c974 with identifier: FL64%20YUC
2026-03-30 06:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 058803b1-a0c5-5962-8b2c-cc1633b7c974 with identifier: FL64%20YUC to the API
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL64%20YUC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '058803b1-a0c5-5962-8b2c-cc1633b7c974',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL64 YUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL64%20YUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ADAM',
 'odometer': 79387,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ADAM 1.4 VVT 87 SLAM Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 87 SLAM',
 'vin': 'W0L0MAP08F6000589',
 'year': 2014}
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL64%2520YUC%27 HTTP/1.1" 200 None
2026-03-30 06:30:49 [bca.uk] INFO: Saving data for FL64%20YUC: {'auction_closing_time': 1774951200.0, 'created_time': 1774045258.260095, 'last_price_update_time': 1774852249.600191}
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL64%2520YUC') HTTP/1.1" 204 0
2026-03-30 06:30:49 [bca.uk] INFO: Found listing with ID: FL66%20PFX
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL66%2520PFX%27 HTTP/1.1" 200 None
2026-03-30 06:30:49 [bca.uk] INFO: Scrape type for FL66%20PFX: 0
2026-03-30 06:30:49 [bca.uk] INFO: Found listing with ID: P7%20DYX
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P7%2520DYX%27 HTTP/1.1" 200 None
2026-03-30 06:30:49 [bca.uk] INFO: Scrape type for P7%20DYX: 0
2026-03-30 06:30:49 [bca.uk] INFO: Found listing with ID: NU63%20VHG
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU63%2520VHG%27 HTTP/1.1" 200 None
2026-03-30 06:30:49 [bca.uk] INFO: Scrape type for NU63%20VHG: 2
2026-03-30 06:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0026add2-ee25-5f48-934a-368016f65dd0 with identifier: NU63%20VHG
2026-03-30 06:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0026add2-ee25-5f48-934a-368016f65dd0 with scrape type 2
2026-03-30 06:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0026add2-ee25-5f48-934a-368016f65dd0 with scrape type 2
2026-03-30 06:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0026add2-ee25-5f48-934a-368016f65dd0, identifier: NU63%20VHG
2026-03-30 06:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0026add2-ee25-5f48-934a-368016f65dd0 with identifier: NU63%20VHG
2026-03-30 06:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0026add2-ee25-5f48-934a-368016f65dd0 with identifier: NU63%20VHG
2026-03-30 06:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0026add2-ee25-5f48-934a-368016f65dd0 with identifier: NU63%20VHG to the API
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU63%20VHG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0026add2-ee25-5f48-934a-368016f65dd0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU63 VHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU63%20VHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 140348,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.2 D-CAT 148 ICON 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'D-CAT 148 ICON 4WD',
 'vin': 'JTMRBREV50D012888',
 'year': 2014}
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU63%2520VHG%27 HTTP/1.1" 200 None
2026-03-30 06:30:50 [bca.uk] INFO: Saving data for NU63%20VHG: {'auction_closing_time': 1774951200.0, 'created_time': 1774562989.631822, 'last_price_update_time': 1774852250.041268}
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU63%2520VHG') HTTP/1.1" 204 0
2026-03-30 06:30:50 [bca.uk] INFO: Found listing with ID: SF16%20NSP
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF16%2520NSP%27 HTTP/1.1" 200 None
2026-03-30 06:30:50 [bca.uk] INFO: Scrape type for SF16%20NSP: 0
2026-03-30 06:30:50 [bca.uk] INFO: Found listing with ID: KD15%20VBN
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD15%2520VBN%27 HTTP/1.1" 200 None
2026-03-30 06:30:50 [bca.uk] INFO: Scrape type for KD15%20VBN: 2
2026-03-30 06:30:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d2e82ef-71e2-583e-9276-70148d425db7 with identifier: KD15%20VBN
2026-03-30 06:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d2e82ef-71e2-583e-9276-70148d425db7 with scrape type 2
2026-03-30 06:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d2e82ef-71e2-583e-9276-70148d425db7 with scrape type 2
2026-03-30 06:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d2e82ef-71e2-583e-9276-70148d425db7, identifier: KD15%20VBN
2026-03-30 06:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d2e82ef-71e2-583e-9276-70148d425db7 with identifier: KD15%20VBN
2026-03-30 06:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d2e82ef-71e2-583e-9276-70148d425db7 with identifier: KD15%20VBN
2026-03-30 06:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d2e82ef-71e2-583e-9276-70148d425db7 with identifier: KD15%20VBN to the API
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7d2e82ef-71e2-583e-9276-70148d425db7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KD15 VBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD15%20VBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 87744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI 177 BLACK ED.+ Saloon',
 'transmission': 'manual',
 'trim': 'TDI 177 BLACK ED.+',
 'vin': 'WAUZZZ8K0FA130058',
 'year': 2015}
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD15%2520VBN%27 HTTP/1.1" 200 None
2026-03-30 06:30:50 [bca.uk] INFO: Saving data for KD15%20VBN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562729.950795, 'last_price_update_time': 1774852250.547108}
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD15%2520VBN') HTTP/1.1" 204 0
2026-03-30 06:30:50 [bca.uk] INFO: Found listing with ID: MJ20%20XLS
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520XLS%27 HTTP/1.1" 200 None
2026-03-30 06:30:50 [bca.uk] INFO: Scrape type for MJ20%20XLS: 2
2026-03-30 06:30:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with identifier: MJ20%20XLS
2026-03-30 06:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with scrape type 2
2026-03-30 06:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with scrape type 2
2026-03-30 06:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a60da5d-e7a7-5139-ab37-47db9cee82f1, identifier: MJ20%20XLS
2026-03-30 06:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with identifier: MJ20%20XLS
2026-03-30 06:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with identifier: MJ20%20XLS
2026-03-30 06:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a60da5d-e7a7-5139-ab37-47db9cee82f1 with identifier: MJ20%20XLS to the API
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5a60da5d-e7a7-5139-ab37-47db9cee82f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ20 XLS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ20%20XLS&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SMART',
 'model': 'EQ FORTWO',
 'odometer': 36385,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SMART EQ FORTWO 17KWH 60KW PRIME EXCLS.(22KW) Coupe',
 'transmission': 'automatic',
 'trim': '17KWH 60KW PRIME EXCLS.(22KW)',
 'vin': 'W1A4533912K422649',
 'year': 2020}
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520XLS%27 HTTP/1.1" 200 None
2026-03-30 06:30:50 [bca.uk] INFO: Saving data for MJ20%20XLS: {'auction_closing_time': 1775037600.0, 'created_time': 1774562992.633687, 'last_price_update_time': 1774852250.950947}
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ20%2520XLS') HTTP/1.1" 204 0
2026-03-30 06:30:50 [bca.uk] INFO: Found listing with ID: MJ21%20XSD
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ21%2520XSD%27 HTTP/1.1" 200 None
2026-03-30 06:30:50 [bca.uk] INFO: Scrape type for MJ21%20XSD: 2
2026-03-30 06:30:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67adfcc4-a053-54a5-8619-751bde6e5373 with identifier: MJ21%20XSD
2026-03-30 06:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67adfcc4-a053-54a5-8619-751bde6e5373 with scrape type 2
2026-03-30 06:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67adfcc4-a053-54a5-8619-751bde6e5373 with scrape type 2
2026-03-30 06:30:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67adfcc4-a053-54a5-8619-751bde6e5373, identifier: MJ21%20XSD
2026-03-30 06:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67adfcc4-a053-54a5-8619-751bde6e5373 with identifier: MJ21%20XSD
2026-03-30 06:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67adfcc4-a053-54a5-8619-751bde6e5373 with identifier: MJ21%20XSD
2026-03-30 06:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67adfcc4-a053-54a5-8619-751bde6e5373 with identifier: MJ21%20XSD to the API
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '67adfcc4-a053-54a5-8619-751bde6e5373',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ21 XSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ21%20XSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 34683,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X1 1.5 SDRIVE 18I 136 X LINE StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18I 136 X LINE',
 'vin': 'WBA32AA0905T55969',
 'year': 2021}
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ21%2520XSD%27 HTTP/1.1" 200 None
2026-03-30 06:30:51 [bca.uk] INFO: Saving data for MJ21%20XSD: {'auction_closing_time': 1775037600.0, 'created_time': 1774562988.03874, 'last_price_update_time': 1774852251.349777}
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ21%2520XSD') HTTP/1.1" 204 0
2026-03-30 06:30:51 [bca.uk] INFO: Total items found: 100
2026-03-30 06:30:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded
2026-03-30 06:30:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:30:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:51 [bca.uk] INFO: Found listing with ID: WF17%20PZZ
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF17%2520PZZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:51 [bca.uk] INFO: Scrape type for WF17%20PZZ: 2
2026-03-30 06:30:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 057d8c16-383f-5395-b92b-a27cd7418294 with identifier: WF17%20PZZ
2026-03-30 06:30:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 057d8c16-383f-5395-b92b-a27cd7418294 with scrape type 2
2026-03-30 06:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 057d8c16-383f-5395-b92b-a27cd7418294 with scrape type 2
2026-03-30 06:30:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 057d8c16-383f-5395-b92b-a27cd7418294, identifier: WF17%20PZZ
2026-03-30 06:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 057d8c16-383f-5395-b92b-a27cd7418294 with identifier: WF17%20PZZ
2026-03-30 06:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 057d8c16-383f-5395-b92b-a27cd7418294 with identifier: WF17%20PZZ
2026-03-30 06:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 057d8c16-383f-5395-b92b-a27cd7418294 with identifier: WF17%20PZZ to the API
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '057d8c16-383f-5395-b92b-a27cd7418294',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF17 PZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF17%20PZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '218D',
 'odometer': 72073,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 218D 2.0 150 SPORT Coupe',
 'transmission': 'manual',
 'trim': '150 SPORT',
 'vin': 'WBA2G52000V661851',
 'year': 2017}
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF17%2520PZZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:51 [bca.uk] INFO: Saving data for WF17%20PZZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562987.677771, 'last_price_update_time': 1774852251.895121}
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF17%2520PZZ') HTTP/1.1" 204 0
2026-03-30 06:30:51 [bca.uk] INFO: Found listing with ID: GJ67%20AVB
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520AVB%27 HTTP/1.1" 200 None
2026-03-30 06:30:51 [bca.uk] INFO: Scrape type for GJ67%20AVB: 2
2026-03-30 06:30:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with identifier: GJ67%20AVB
2026-03-30 06:30:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with scrape type 2
2026-03-30 06:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with scrape type 2
2026-03-30 06:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94294c43-dfaf-57da-a53f-8d1cd9ce9424, identifier: GJ67%20AVB
2026-03-30 06:30:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:30:52 [bca.uk] INFO: Found listing with ID: SB69%20MLK
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520MLK%27 HTTP/1.1" 200 None
2026-03-30 06:30:52 [bca.uk] INFO: Scrape type for SB69%20MLK: 2
2026-03-30 06:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f0d146c-a932-5c03-8908-39fda75266b6 with identifier: SB69%20MLK
2026-03-30 06:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f0d146c-a932-5c03-8908-39fda75266b6 with scrape type 2
2026-03-30 06:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f0d146c-a932-5c03-8908-39fda75266b6 with scrape type 2
2026-03-30 06:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f0d146c-a932-5c03-8908-39fda75266b6, identifier: SB69%20MLK
2026-03-30 06:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with identifier: GJ67%20AVB
2026-03-30 06:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with identifier: GJ67%20AVB
2026-03-30 06:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94294c43-dfaf-57da-a53f-8d1cd9ce9424 with identifier: GJ67%20AVB to the API
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ67%20AVB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '94294c43-dfaf-57da-a53f-8d1cd9ce9424',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ67 AVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ67%20AVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 110704,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CRAFTER 35 FWD 2.0 TDI 140 LWB T/L H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 LWB T/L H/R',
 'vin': 'WV1ZZZSYZJ9006123',
 'year': 2017}
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520AVB%27 HTTP/1.1" 200 None
2026-03-30 06:30:52 [bca.uk] INFO: Saving data for GJ67%20AVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774265780.963641, 'last_price_update_time': 1774852252.433649}
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ67%2520AVB') HTTP/1.1" 204 0
2026-03-30 06:30:52 [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:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f0d146c-a932-5c03-8908-39fda75266b6 with identifier: SB69%20MLK
2026-03-30 06:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f0d146c-a932-5c03-8908-39fda75266b6 with identifier: SB69%20MLK
2026-03-30 06:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f0d146c-a932-5c03-8908-39fda75266b6 with identifier: SB69%20MLK to the API
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f0d146c-a932-5c03-8908-39fda75266b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB69 MLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB69%20MLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'S4 AVANT',
 'odometer': 65746,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI S4 AVANT 3.0 TDI 342 QUATTRO BLACK ED.TIP Estate',
 'transmission': 'manual',
 'trim': 'TDI 342 QUATTRO BLACK ED.TIP',
 'vin': 'WAUZZZF45LA028822',
 'year': 2019}
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520MLK%27 HTTP/1.1" 200 None
2026-03-30 06:30:52 [bca.uk] INFO: Saving data for SB69%20MLK: {'auction_closing_time': 1775037600.0, 'created_time': 1774562740.481188, 'last_price_update_time': 1774852252.829226}
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB69%2520MLK') HTTP/1.1" 204 0
2026-03-30 06:30:52 [bca.uk] INFO: Found listing with ID: EY63%20KOX
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520KOX%27 HTTP/1.1" 200 None
2026-03-30 06:30:52 [bca.uk] INFO: Scrape type for EY63%20KOX: 2
2026-03-30 06:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12d44338-bcd6-5180-9855-4121099f1c06 with identifier: EY63%20KOX
2026-03-30 06:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12d44338-bcd6-5180-9855-4121099f1c06 with scrape type 2
2026-03-30 06:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12d44338-bcd6-5180-9855-4121099f1c06 with scrape type 2
2026-03-30 06:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12d44338-bcd6-5180-9855-4121099f1c06, identifier: EY63%20KOX
2026-03-30 06:30:52 [bca.uk] INFO: Found listing with ID: SP17%20NHY
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520NHY%27 HTTP/1.1" 200 None
2026-03-30 06:30:52 [bca.uk] INFO: Scrape type for SP17%20NHY: 0
2026-03-30 06:30:52 [bca.uk] INFO: Found listing with ID: VL19%20RHV
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VL19%2520RHV%27 HTTP/1.1" 200 None
2026-03-30 06:30:52 [bca.uk] INFO: Scrape type for VL19%20RHV: 0
2026-03-30 06:30:52 [bca.uk] INFO: Found listing with ID: YJ69%20SHN
2026-03-30 06:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520SHN%27 HTTP/1.1" 200 None
2026-03-30 06:30:53 [bca.uk] INFO: Scrape type for YJ69%20SHN: 2
2026-03-30 06:30:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52cdd140-554f-525f-89ff-d8b21ba67328 with identifier: YJ69%20SHN
2026-03-30 06:30:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52cdd140-554f-525f-89ff-d8b21ba67328 with scrape type 2
2026-03-30 06:30:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52cdd140-554f-525f-89ff-d8b21ba67328 with scrape type 2
2026-03-30 06:30:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52cdd140-554f-525f-89ff-d8b21ba67328, identifier: YJ69%20SHN
2026-03-30 06:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12d44338-bcd6-5180-9855-4121099f1c06 with identifier: EY63%20KOX
2026-03-30 06:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12d44338-bcd6-5180-9855-4121099f1c06 with identifier: EY63%20KOX
2026-03-30 06:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12d44338-bcd6-5180-9855-4121099f1c06 with identifier: EY63%20KOX to the API
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY63%20KOX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '12d44338-bcd6-5180-9855-4121099f1c06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY63 KOX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY63%20KOX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 52840,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI ACT 140 GT DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI ACT 140 GT DSG',
 'vin': 'WVWZZZAUZEP023486',
 'year': 2013}
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY63%2520KOX%27 HTTP/1.1" 200 None
2026-03-30 06:30:53 [bca.uk] INFO: Saving data for EY63%20KOX: {'auction_closing_time': 1774864800.0, 'created_time': 1774562953.952206, 'last_price_update_time': 1774852253.39064}
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY63%2520KOX') HTTP/1.1" 204 0
2026-03-30 06:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52cdd140-554f-525f-89ff-d8b21ba67328 with identifier: YJ69%20SHN
2026-03-30 06:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52cdd140-554f-525f-89ff-d8b21ba67328 with identifier: YJ69%20SHN
2026-03-30 06:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52cdd140-554f-525f-89ff-d8b21ba67328 with identifier: YJ69%20SHN to the API
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52cdd140-554f-525f-89ff-d8b21ba67328',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ69 SHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ69%20SHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '320D',
 'odometer': 70864,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5V52040FJ33081',
 'year': 2020}
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ69%2520SHN%27 HTTP/1.1" 200 None
2026-03-30 06:30:53 [bca.uk] INFO: Saving data for YJ69%20SHN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562983.152591, 'last_price_update_time': 1774852253.698081}
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ69%2520SHN') HTTP/1.1" 204 0
2026-03-30 06:30:53 [bca.uk] INFO: Found listing with ID: BK74%20FHP
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520FHP%27 HTTP/1.1" 200 None
2026-03-30 06:30:53 [bca.uk] INFO: Scrape type for BK74%20FHP: 2
2026-03-30 06:30:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with identifier: BK74%20FHP
2026-03-30 06:30:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with scrape type 2
2026-03-30 06:30:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with scrape type 2
2026-03-30 06:30:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3dd001e-c33e-585d-b7a3-7015c29e5cb6, identifier: BK74%20FHP
2026-03-30 06:30:53 [bca.uk] INFO: Found listing with ID: ND19%20GYA
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND19%2520GYA%27 HTTP/1.1" 200 None
2026-03-30 06:30:53 [bca.uk] INFO: Scrape type for ND19%20GYA: 0
2026-03-30 06:30:53 [bca.uk] INFO: Found listing with ID: DX20%20HSV
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX20%2520HSV%27 HTTP/1.1" 200 None
2026-03-30 06:30:53 [bca.uk] INFO: Scrape type for DX20%20HSV: 0
2026-03-30 06:30:53 [bca.uk] INFO: Found listing with ID: DG68%20SWW
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520SWW%27 HTTP/1.1" 200 None
2026-03-30 06:30:53 [bca.uk] INFO: Scrape type for DG68%20SWW: 2
2026-03-30 06:30:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with identifier: DG68%20SWW
2026-03-30 06:30:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with scrape type 2
2026-03-30 06:30:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with scrape type 2
2026-03-30 06:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd, identifier: DG68%20SWW
2026-03-30 06:30:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with identifier: BK74%20FHP
2026-03-30 06:30:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with identifier: BK74%20FHP
2026-03-30 06:30:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3dd001e-c33e-585d-b7a3-7015c29e5cb6 with identifier: BK74%20FHP to the API
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd3dd001e-c33e-585d-b7a3-7015c29e5cb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK74 FHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK74%20FHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 10451,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTA7RRG69309',
 'year': 2024}
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520FHP%27 HTTP/1.1" 200 None
2026-03-30 06:30:54 [bca.uk] INFO: Saving data for BK74%20FHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774562951.28078, 'last_price_update_time': 1774852254.281551}
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK74%2520FHP') HTTP/1.1" 204 0
2026-03-30 06:30:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with identifier: DG68%20SWW
2026-03-30 06:30:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with identifier: DG68%20SWW
2026-03-30 06:30:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78598cc1-fab6-5f19-87dd-a5dc9f53ebcd with identifier: DG68%20SWW to the API
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78598cc1-fab6-5f19-87dd-a5dc9f53ebcd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG68 SWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG68%20SWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 54897,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 68 FEEL Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 68 FEEL',
 'vin': 'VF7SXHMMPJT632831',
 'year': 2018}
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520SWW%27 HTTP/1.1" 200 None
2026-03-30 06:30:54 [bca.uk] INFO: Saving data for DG68%20SWW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562743.228796, 'last_price_update_time': 1774852254.605284}
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG68%2520SWW') HTTP/1.1" 204 0
2026-03-30 06:30:54 [bca.uk] INFO: Found listing with ID: FY71%20YBD
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520YBD%27 HTTP/1.1" 200 None
2026-03-30 06:30:54 [bca.uk] INFO: Scrape type for FY71%20YBD: 2
2026-03-30 06:30:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf5ca706-aaf8-56e2-9e6a-abd955188017 with identifier: FY71%20YBD
2026-03-30 06:30:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf5ca706-aaf8-56e2-9e6a-abd955188017 with scrape type 2
2026-03-30 06:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf5ca706-aaf8-56e2-9e6a-abd955188017 with scrape type 2
2026-03-30 06:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf5ca706-aaf8-56e2-9e6a-abd955188017, identifier: FY71%20YBD
2026-03-30 06:30:54 [bca.uk] INFO: Found listing with ID: EK70%20MUC
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK70%2520MUC%27 HTTP/1.1" 200 None
2026-03-30 06:30:54 [bca.uk] INFO: Scrape type for EK70%20MUC: 2
2026-03-30 06:30:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with identifier: EK70%20MUC
2026-03-30 06:30:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with scrape type 2
2026-03-30 06:30:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with scrape type 2
2026-03-30 06:30:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4, identifier: EK70%20MUC
2026-03-30 06:30:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf5ca706-aaf8-56e2-9e6a-abd955188017 with identifier: FY71%20YBD
2026-03-30 06:30:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf5ca706-aaf8-56e2-9e6a-abd955188017 with identifier: FY71%20YBD
2026-03-30 06:30:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf5ca706-aaf8-56e2-9e6a-abd955188017 with identifier: FY71%20YBD to the API
2026-03-30 06:30:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY71%20YBD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bf5ca706-aaf8-56e2-9e6a-abd955188017',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY71 YBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY71%20YBD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 41486,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.6 P/T 180 GT EAT8 StationWagon',
 'transmission': 'automatic',
 'trim': 'P/T 180 GT EAT8',
 'vin': 'VF3M45GFUMS216282',
 'year': 2021}
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520YBD%27 HTTP/1.1" 200 None
2026-03-30 06:30:55 [bca.uk] INFO: Saving data for FY71%20YBD: {'auction_closing_time': 1775037600.0, 'created_time': 1774562947.02303, 'last_price_update_time': 1774852255.112156}
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY71%2520YBD') HTTP/1.1" 204 0
2026-03-30 06:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with identifier: EK70%20MUC
2026-03-30 06:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with identifier: EK70%20MUC
2026-03-30 06:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4 with identifier: EK70%20MUC to the API
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK70%20MUC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5d32566-27c3-5a54-94c9-d4d3bdbbdfc4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK70 MUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK70%20MUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 94361,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 28 2.0 DCI 120 SL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 120 SL BUSINESS',
 'vin': 'VF1FL000965646326',
 'year': 2020}
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK70%2520MUC%27 HTTP/1.1" 200 None
2026-03-30 06:30:55 [bca.uk] INFO: Saving data for EK70%20MUC: {'auction_closing_time': 1775037600.0, 'created_time': 1774361256.834023, 'last_price_update_time': 1774852255.407768}
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK70%2520MUC') HTTP/1.1" 204 0
2026-03-30 06:30:55 [bca.uk] INFO: Found listing with ID: SG18%20UCD
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG18%2520UCD%27 HTTP/1.1" 200 None
2026-03-30 06:30:55 [bca.uk] INFO: Scrape type for SG18%20UCD: 2
2026-03-30 06:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b127a642-ed5c-50a9-9855-7c0e8fb9b631 with identifier: SG18%20UCD
2026-03-30 06:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b127a642-ed5c-50a9-9855-7c0e8fb9b631 with scrape type 2
2026-03-30 06:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b127a642-ed5c-50a9-9855-7c0e8fb9b631 with scrape type 2
2026-03-30 06:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b127a642-ed5c-50a9-9855-7c0e8fb9b631, identifier: SG18%20UCD
2026-03-30 06:30:55 [bca.uk] INFO: Found listing with ID: EO20%20YNC
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520YNC%27 HTTP/1.1" 200 None
2026-03-30 06:30:55 [bca.uk] INFO: Scrape type for EO20%20YNC: 2
2026-03-30 06:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5064295-e2c7-5272-a747-7c814ca46fb5 with identifier: EO20%20YNC
2026-03-30 06:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5064295-e2c7-5272-a747-7c814ca46fb5 with scrape type 2
2026-03-30 06:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5064295-e2c7-5272-a747-7c814ca46fb5 with scrape type 2
2026-03-30 06:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5064295-e2c7-5272-a747-7c814ca46fb5, identifier: EO20%20YNC
2026-03-30 06:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b127a642-ed5c-50a9-9855-7c0e8fb9b631 with identifier: SG18%20UCD
2026-03-30 06:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b127a642-ed5c-50a9-9855-7c0e8fb9b631 with identifier: SG18%20UCD
2026-03-30 06:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b127a642-ed5c-50a9-9855-7c0e8fb9b631 with identifier: SG18%20UCD to the API
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG18%20UCD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b127a642-ed5c-50a9-9855-7c0e8fb9b631',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG18 UCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG18%20UCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 41313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U2263571',
 'year': 2018}
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG18%2520UCD%27 HTTP/1.1" 200 None
2026-03-30 06:30:55 [bca.uk] INFO: Saving data for SG18%20UCD: {'auction_closing_time': 1775037600.0, 'created_time': 1774562946.10335, 'last_price_update_time': 1774852255.917948}
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG18%2520UCD') HTTP/1.1" 204 0
2026-03-30 06:30:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5064295-e2c7-5272-a747-7c814ca46fb5 with identifier: EO20%20YNC
2026-03-30 06:30:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5064295-e2c7-5272-a747-7c814ca46fb5 with identifier: EO20%20YNC
2026-03-30 06:30:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5064295-e2c7-5272-a747-7c814ca46fb5 with identifier: EO20%20YNC to the API
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO20%20YNC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd5064295-e2c7-5272-a747-7c814ca46fb5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EO20 YNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO20%20YNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 132080,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 2WD R LINE TECH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 2WD R LINE TECH DSG',
 'vin': 'WVGZZZ5NZLW362627',
 'year': 2020}
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520YNC%27 HTTP/1.1" 200 None
2026-03-30 06:30:56 [bca.uk] INFO: Saving data for EO20%20YNC: {'auction_closing_time': 1775037600.0, 'created_time': 1774562988.417049, 'last_price_update_time': 1774852256.317435}
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO20%2520YNC') HTTP/1.1" 204 0
2026-03-30 06:30:56 [bca.uk] INFO: Found listing with ID: YR20%20EWH
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR20%2520EWH%27 HTTP/1.1" 200 None
2026-03-30 06:30:56 [bca.uk] INFO: Scrape type for YR20%20EWH: 0
2026-03-30 06:30:56 [bca.uk] INFO: Found listing with ID: HV25%20JZC
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV25%2520JZC%27 HTTP/1.1" 200 None
2026-03-30 06:30:56 [bca.uk] INFO: Scrape type for HV25%20JZC: 2
2026-03-30 06:30:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with identifier: HV25%20JZC
2026-03-30 06:30:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with scrape type 2
2026-03-30 06:30:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with scrape type 2
2026-03-30 06:30:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e, identifier: HV25%20JZC
2026-03-30 06:30:56 [bca.uk] INFO: Found listing with ID: DS15%20CFY
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520CFY%27 HTTP/1.1" 200 None
2026-03-30 06:30:56 [bca.uk] INFO: Scrape type for DS15%20CFY: 2
2026-03-30 06:30:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 309696fc-4504-556b-95e4-397ee02084f8 with identifier: DS15%20CFY
2026-03-30 06:30:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 309696fc-4504-556b-95e4-397ee02084f8 with scrape type 2
2026-03-30 06:30:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 309696fc-4504-556b-95e4-397ee02084f8 with scrape type 2
2026-03-30 06:30:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 309696fc-4504-556b-95e4-397ee02084f8, identifier: DS15%20CFY
2026-03-30 06:30:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with identifier: HV25%20JZC
2026-03-30 06:30:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with identifier: HV25%20JZC
2026-03-30 06:30:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ac0a17f-f7d1-57fd-8bcf-42d19da6230e with identifier: HV25%20JZC to the API
2026-03-30 06:30:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV25%20JZC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2ac0a17f-f7d1-57fd-8bcf-42d19da6230e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV25 JZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV25%20JZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 10996,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L2 H1 LIMITED CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L2 H1 LIMITED',
 'vin': 'WF0SXXTA9SRT38543',
 'year': 2025}
2026-03-30 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV25%2520JZC%27 HTTP/1.1" 200 None
2026-03-30 06:30:57 [bca.uk] INFO: Saving data for HV25%20JZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774562934.789968, 'last_price_update_time': 1774852257.718297}
2026-03-30 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV25%2520JZC') HTTP/1.1" 204 0
2026-03-30 06:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 309696fc-4504-556b-95e4-397ee02084f8 with identifier: DS15%20CFY
2026-03-30 06:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 309696fc-4504-556b-95e4-397ee02084f8 with identifier: DS15%20CFY
2026-03-30 06:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 309696fc-4504-556b-95e4-397ee02084f8 with identifier: DS15%20CFY to the API
2026-03-30 06:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS15%20CFY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '309696fc-4504-556b-95e4-397ee02084f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS15 CFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS15%20CFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SEAT',
 'model': 'IBIZA SC',
 'odometer': 52698,
 'odometer_reading_unit': '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 IBIZA SC 1.4 TOCA Coupe',
 'transmission': 'manual',
 'trim': 'TOCA',
 'vin': 'VSSZZZ6JZFR111947',
 'year': 2015}
2026-03-30 06:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520CFY%27 HTTP/1.1" 200 None
2026-03-30 06:30:58 [bca.uk] INFO: Saving data for DS15%20CFY: {'auction_closing_time': 1774951200.0, 'created_time': 1774045265.02946, 'last_price_update_time': 1774852258.003498}
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS15%2520CFY') HTTP/1.1" 204 0
2026-03-30 06:30:58 [bca.uk] INFO: Found listing with ID: MA17%20GME
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520GME%27 HTTP/1.1" 200 None
2026-03-30 06:30:58 [bca.uk] INFO: Scrape type for MA17%20GME: 2
2026-03-30 06:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with identifier: MA17%20GME
2026-03-30 06:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with scrape type 2
2026-03-30 06:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with scrape type 2
2026-03-30 06:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96, identifier: MA17%20GME
2026-03-30 06:30:58 [bca.uk] INFO: Found listing with ID: HN67%20PNL
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520PNL%27 HTTP/1.1" 200 None
2026-03-30 06:30:58 [bca.uk] INFO: Scrape type for HN67%20PNL: 0
2026-03-30 06:30:58 [bca.uk] INFO: Found listing with ID: NL11%20EFD
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL11%2520EFD%27 HTTP/1.1" 200 None
2026-03-30 06:30:58 [bca.uk] INFO: Scrape type for NL11%20EFD: 0
2026-03-30 06:30:58 [bca.uk] INFO: Found listing with ID: NX65%20XFZ
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX65%2520XFZ%27 HTTP/1.1" 200 None
2026-03-30 06:30:58 [bca.uk] INFO: Scrape type for NX65%20XFZ: 0
2026-03-30 06:30:58 [bca.uk] INFO: Found listing with ID: VN70%20OMO
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520OMO%27 HTTP/1.1" 200 None
2026-03-30 06:30:58 [bca.uk] INFO: Scrape type for VN70%20OMO: 2
2026-03-30 06:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 655173af-7f10-5825-b3d1-3eb48df16869 with identifier: VN70%20OMO
2026-03-30 06:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 655173af-7f10-5825-b3d1-3eb48df16869 with scrape type 2
2026-03-30 06:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 655173af-7f10-5825-b3d1-3eb48df16869 with scrape type 2
2026-03-30 06:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 655173af-7f10-5825-b3d1-3eb48df16869, identifier: VN70%20OMO
2026-03-30 06:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with identifier: MA17%20GME
2026-03-30 06:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with identifier: MA17%20GME
2026-03-30 06:30:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96 with identifier: MA17%20GME to the API
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA17%20GME-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '525ba8c8-ac6d-5e0a-8ff4-44c7878e4c96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA17 GME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA17%20GME&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 113312,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA',
 'vin': 'SJNFEAJ11U1966269',
 'year': 2017}
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520GME%27 HTTP/1.1" 200 None
2026-03-30 06:30:58 [bca.uk] INFO: Saving data for MA17%20GME: {'auction_closing_time': 1774951200.0, 'created_time': 1774562939.740252, 'last_price_update_time': 1774852258.57591}
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA17%2520GME') HTTP/1.1" 204 0
2026-03-30 06:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 655173af-7f10-5825-b3d1-3eb48df16869 with identifier: VN70%20OMO
2026-03-30 06:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 655173af-7f10-5825-b3d1-3eb48df16869 with identifier: VN70%20OMO
2026-03-30 06:30:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 655173af-7f10-5825-b3d1-3eb48df16869 with identifier: VN70%20OMO to the API
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN70%20OMO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '655173af-7f10-5825-b3d1-3eb48df16869',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN70 OMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN70%20OMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'E-VIVARO 3100',
 'odometer': 26305,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL E-VIVARO 3100 100KW 75KWH L1 H1 ELITE PanelVan',
 'transmission': 'automatic',
 'trim': '100KW 75KWH L1 H1 ELITE',
 'vin': 'VXEV1ZKXZMZ012583',
 'year': 2020}
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520OMO%27 HTTP/1.1" 200 None
2026-03-30 06:30:58 [bca.uk] INFO: Saving data for VN70%20OMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774562983.958601, 'last_price_update_time': 1774852258.868263}
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN70%2520OMO') HTTP/1.1" 204 0
2026-03-30 06:30:58 [bca.uk] INFO: Found listing with ID: VE19%20GDV
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE19%2520GDV%27 HTTP/1.1" 200 None
2026-03-30 06:30:58 [bca.uk] INFO: Scrape type for VE19%20GDV: 2
2026-03-30 06:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with identifier: VE19%20GDV
2026-03-30 06:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with scrape type 2
2026-03-30 06:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with scrape type 2
2026-03-30 06:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9, identifier: VE19%20GDV
2026-03-30 06:30:59 [bca.uk] INFO: Found listing with ID: BK16%20OVY
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK16%2520OVY%27 HTTP/1.1" 200 None
2026-03-30 06:30:59 [bca.uk] INFO: Scrape type for BK16%20OVY: 2
2026-03-30 06:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b4ffb77-f7ae-5f97-b440-049317c57c0a with identifier: BK16%20OVY
2026-03-30 06:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b4ffb77-f7ae-5f97-b440-049317c57c0a with scrape type 2
2026-03-30 06:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b4ffb77-f7ae-5f97-b440-049317c57c0a with scrape type 2
2026-03-30 06:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b4ffb77-f7ae-5f97-b440-049317c57c0a, identifier: BK16%20OVY
2026-03-30 06:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with identifier: VE19%20GDV
2026-03-30 06:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with identifier: VE19%20GDV
2026-03-30 06:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f86c4f3-dd8e-5fbc-969b-2150fa449dc9 with identifier: VE19%20GDV to the API
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE19%20GDV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f86c4f3-dd8e-5fbc-969b-2150fa449dc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE19 GDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE19%20GDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 69536,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SE',
 'vin': 'W0VZRHNSXKS157716',
 'year': 2019}
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE19%2520GDV%27 HTTP/1.1" 200 None
2026-03-30 06:30:59 [bca.uk] INFO: Saving data for VE19%20GDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562948.803209, 'last_price_update_time': 1774852259.392095}
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE19%2520GDV') HTTP/1.1" 204 0
2026-03-30 06:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b4ffb77-f7ae-5f97-b440-049317c57c0a with identifier: BK16%20OVY
2026-03-30 06:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b4ffb77-f7ae-5f97-b440-049317c57c0a with identifier: BK16%20OVY
2026-03-30 06:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b4ffb77-f7ae-5f97-b440-049317c57c0a with identifier: BK16%20OVY to the API
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK16%20OVY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2b4ffb77-f7ae-5f97-b440-049317c57c0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK16 OVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK16%20OVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'C4 CACTUS',
 'odometer': 98033,
 'odometer_reading_unit': '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': 'VF70BBHYBGE514426',
 'year': 2016}
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK16%2520OVY%27 HTTP/1.1" 200 None
2026-03-30 06:30:59 [bca.uk] INFO: Saving data for BK16%20OVY: {'auction_closing_time': 1774951200.0, 'created_time': 1774045270.994998, 'last_price_update_time': 1774852259.69963}
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK16%2520OVY') HTTP/1.1" 204 0
2026-03-30 06:30:59 [bca.uk] INFO: Found listing with ID: WU17%20PXF
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU17%2520PXF%27 HTTP/1.1" 200 None
2026-03-30 06:30:59 [bca.uk] INFO: Scrape type for WU17%20PXF: 2
2026-03-30 06:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a3abf48-77ed-5a11-8877-0f9daf850255 with identifier: WU17%20PXF
2026-03-30 06:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a3abf48-77ed-5a11-8877-0f9daf850255 with scrape type 2
2026-03-30 06:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a3abf48-77ed-5a11-8877-0f9daf850255 with scrape type 2
2026-03-30 06:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a3abf48-77ed-5a11-8877-0f9daf850255, identifier: WU17%20PXF
2026-03-30 06:30:59 [bca.uk] INFO: Found listing with ID: DP70%20XLA
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520XLA%27 HTTP/1.1" 200 None
2026-03-30 06:30:59 [bca.uk] INFO: Scrape type for DP70%20XLA: 2
2026-03-30 06:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with identifier: DP70%20XLA
2026-03-30 06:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with scrape type 2
2026-03-30 06:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with scrape type 2
2026-03-30 06:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a7a4573-c5c7-508f-93cd-0ca77fb5c759, identifier: DP70%20XLA
2026-03-30 06:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a3abf48-77ed-5a11-8877-0f9daf850255 with identifier: WU17%20PXF
2026-03-30 06:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a3abf48-77ed-5a11-8877-0f9daf850255 with identifier: WU17%20PXF
2026-03-30 06:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a3abf48-77ed-5a11-8877-0f9daf850255 with identifier: WU17%20PXF to the API
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU17%20PXF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1a3abf48-77ed-5a11-8877-0f9daf850255',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU17 PXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU17%20PXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 95469,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.6 THP 208 GTI PRESTIGE Hatchback',
 'transmission': 'manual',
 'trim': 'THP 208 GTI PRESTIGE',
 'vin': 'VF3CA5GRMHW012473',
 'year': 2017}
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU17%2520PXF%27 HTTP/1.1" 200 None
2026-03-30 06:31:00 [bca.uk] INFO: Saving data for WU17%20PXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774562947.787189, 'last_price_update_time': 1774852260.253454}
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU17%2520PXF') HTTP/1.1" 204 0
2026-03-30 06:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with identifier: DP70%20XLA
2026-03-30 06:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with identifier: DP70%20XLA
2026-03-30 06:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a7a4573-c5c7-508f-93cd-0ca77fb5c759 with identifier: DP70%20XLA to the API
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a7a4573-c5c7-508f-93cd-0ca77fb5c759',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP70 XLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP70%20XLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 54050,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SRI Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 SRI',
 'vin': 'W0VZRHNS4M6801304',
 'year': 2020}
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520XLA%27 HTTP/1.1" 200 None
2026-03-30 06:31:00 [bca.uk] INFO: Saving data for DP70%20XLA: {'auction_closing_time': 1775037600.0, 'created_time': 1774562745.954156, 'last_price_update_time': 1774852260.663442}
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP70%2520XLA') HTTP/1.1" 204 0
2026-03-30 06:31:00 [bca.uk] INFO: Found listing with ID: FGZ%203391
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FGZ%25203391%27 HTTP/1.1" 200 None
2026-03-30 06:31:00 [bca.uk] INFO: Scrape type for FGZ%203391: 2
2026-03-30 06:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a880b7c2-8c38-537f-929f-6de8b4b7a66f with identifier: FGZ%203391
2026-03-30 06:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a880b7c2-8c38-537f-929f-6de8b4b7a66f with scrape type 2
2026-03-30 06:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a880b7c2-8c38-537f-929f-6de8b4b7a66f with scrape type 2
2026-03-30 06:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a880b7c2-8c38-537f-929f-6de8b4b7a66f, identifier: FGZ%203391
2026-03-30 06:31:00 [bca.uk] INFO: Found listing with ID: NK11%20HVZ
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK11%2520HVZ%27 HTTP/1.1" 200 None
2026-03-30 06:31:00 [bca.uk] INFO: Scrape type for NK11%20HVZ: 0
2026-03-30 06:31:00 [bca.uk] INFO: Found listing with ID: NK20%20NKZ
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK20%2520NKZ%27 HTTP/1.1" 200 None
2026-03-30 06:31:00 [bca.uk] INFO: Scrape type for NK20%20NKZ: 0
2026-03-30 06:31:00 [bca.uk] INFO: Found listing with ID: GD62%20AEJ
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD62%2520AEJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:00 [bca.uk] INFO: Scrape type for GD62%20AEJ: 0
2026-03-30 06:31:00 [bca.uk] INFO: Found listing with ID: NL64%20UEZ
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL64%2520UEZ%27 HTTP/1.1" 200 None
2026-03-30 06:31:00 [bca.uk] INFO: Scrape type for NL64%20UEZ: 0
2026-03-30 06:31:00 [bca.uk] INFO: Found listing with ID: ST67%20EOE
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520EOE%27 HTTP/1.1" 200 None
2026-03-30 06:31:00 [bca.uk] INFO: Scrape type for ST67%20EOE: 2
2026-03-30 06:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6af93270-63d5-5724-b135-b87a4fc09a0d with identifier: ST67%20EOE
2026-03-30 06:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af93270-63d5-5724-b135-b87a4fc09a0d with scrape type 2
2026-03-30 06:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6af93270-63d5-5724-b135-b87a4fc09a0d with scrape type 2
2026-03-30 06:31:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6af93270-63d5-5724-b135-b87a4fc09a0d, identifier: ST67%20EOE
2026-03-30 06:31:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a880b7c2-8c38-537f-929f-6de8b4b7a66f with identifier: FGZ%203391
2026-03-30 06:31:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a880b7c2-8c38-537f-929f-6de8b4b7a66f with identifier: FGZ%203391
2026-03-30 06:31:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a880b7c2-8c38-537f-929f-6de8b4b7a66f with identifier: FGZ%203391 to the API
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FGZ%203391-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a880b7c2-8c38-537f-929f-6de8b4b7a66f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FGZ 3391',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FGZ%203391&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 80000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD GRAND C-MAX 1.0 E/B 125 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0WXXGCEWHJ25953',
 'year': 2017}
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FGZ%25203391%27 HTTP/1.1" 200 None
2026-03-30 06:31:01 [bca.uk] INFO: Saving data for FGZ%203391: {'auction_closing_time': 1774864800.0, 'created_time': 1774562947.418307, 'last_price_update_time': 1774852261.285737}
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FGZ%25203391') HTTP/1.1" 204 0
2026-03-30 06:31:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6af93270-63d5-5724-b135-b87a4fc09a0d with identifier: ST67%20EOE
2026-03-30 06:31:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6af93270-63d5-5724-b135-b87a4fc09a0d with identifier: ST67%20EOE
2026-03-30 06:31:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6af93270-63d5-5724-b135-b87a4fc09a0d with identifier: ST67%20EOE to the API
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6af93270-63d5-5724-b135-b87a4fc09a0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST67 EOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST67%20EOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 53236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A4 1.4 TFSI 150 SE Saloon',
 'transmission': 'manual',
 'trim': 'TFSI 150 SE',
 'vin': 'WAUZZZF41JA049843',
 'year': 2017}
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520EOE%27 HTTP/1.1" 200 None
2026-03-30 06:31:01 [bca.uk] INFO: Saving data for ST67%20EOE: {'auction_closing_time': 1775037600.0, 'created_time': 1774562747.389867, 'last_price_update_time': 1774852261.566897}
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST67%2520EOE') HTTP/1.1" 204 0
2026-03-30 06:31:01 [bca.uk] INFO: Found listing with ID: VO66%20WKC
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520WKC%27 HTTP/1.1" 200 None
2026-03-30 06:31:01 [bca.uk] INFO: Scrape type for VO66%20WKC: 2
2026-03-30 06:31:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b438d688-19a0-5efa-9b60-c5e5e4c0590c with identifier: VO66%20WKC
2026-03-30 06:31:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b438d688-19a0-5efa-9b60-c5e5e4c0590c with scrape type 2
2026-03-30 06:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b438d688-19a0-5efa-9b60-c5e5e4c0590c with scrape type 2
2026-03-30 06:31:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b438d688-19a0-5efa-9b60-c5e5e4c0590c, identifier: VO66%20WKC
2026-03-30 06:31:01 [bca.uk] INFO: Found listing with ID: NA12%20ZTG
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA12%2520ZTG%27 HTTP/1.1" 200 None
2026-03-30 06:31:01 [bca.uk] INFO: Scrape type for NA12%20ZTG: 2
2026-03-30 06:31:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02b81087-2f93-5207-8cd4-324577f40e86 with identifier: NA12%20ZTG
2026-03-30 06:31:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02b81087-2f93-5207-8cd4-324577f40e86 with scrape type 2
2026-03-30 06:31:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02b81087-2f93-5207-8cd4-324577f40e86 with scrape type 2
2026-03-30 06:31:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02b81087-2f93-5207-8cd4-324577f40e86, identifier: NA12%20ZTG
2026-03-30 06:31:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b438d688-19a0-5efa-9b60-c5e5e4c0590c with identifier: VO66%20WKC
2026-03-30 06:31:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b438d688-19a0-5efa-9b60-c5e5e4c0590c with identifier: VO66%20WKC
2026-03-30 06:31:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b438d688-19a0-5efa-9b60-c5e5e4c0590c with identifier: VO66%20WKC to the API
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO66%20WKC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b438d688-19a0-5efa-9b60-c5e5e4c0590c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO66 WKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO66%20WKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 69983,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE LUXURY',
 'vin': 'SALCA2AN6GH629041',
 'year': 2016}
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520WKC%27 HTTP/1.1" 200 None
2026-03-30 06:31:02 [bca.uk] INFO: Saving data for VO66%20WKC: {'auction_closing_time': 1775037600.0, 'created_time': 1774562934.185207, 'last_price_update_time': 1774852262.115508}
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO66%2520WKC') HTTP/1.1" 204 0
2026-03-30 06:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02b81087-2f93-5207-8cd4-324577f40e86 with identifier: NA12%20ZTG
2026-03-30 06:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02b81087-2f93-5207-8cd4-324577f40e86 with identifier: NA12%20ZTG
2026-03-30 06:31:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02b81087-2f93-5207-8cd4-324577f40e86 with identifier: NA12%20ZTG to the API
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA12%20ZTG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '02b81087-2f93-5207-8cd4-324577f40e86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA12 ZTG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA12%20ZTG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 64114,
 'odometer_reading_unit': '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 LTD.EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'VVT LTD.EDITION',
 'vin': 'W0L0SDL08C6091206',
 'year': 2012}
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA12%2520ZTG%27 HTTP/1.1" 200 None
2026-03-30 06:31:02 [bca.uk] INFO: Saving data for NA12%20ZTG: {'auction_closing_time': 1774951200.0, 'created_time': 1774045117.565804, 'last_price_update_time': 1774852262.406741}
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA12%2520ZTG') HTTP/1.1" 204 0
2026-03-30 06:31:02 [bca.uk] INFO: Found listing with ID: PJ70%20ZTE
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ70%2520ZTE%27 HTTP/1.1" 200 None
2026-03-30 06:31:02 [bca.uk] INFO: Scrape type for PJ70%20ZTE: 2
2026-03-30 06:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03caa3f1-6a22-5187-ad63-14fbacc60677 with identifier: PJ70%20ZTE
2026-03-30 06:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03caa3f1-6a22-5187-ad63-14fbacc60677 with scrape type 2
2026-03-30 06:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03caa3f1-6a22-5187-ad63-14fbacc60677 with scrape type 2
2026-03-30 06:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03caa3f1-6a22-5187-ad63-14fbacc60677, identifier: PJ70%20ZTE
2026-03-30 06:31:02 [bca.uk] INFO: Found listing with ID: FV15%20NSE
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520NSE%27 HTTP/1.1" 200 None
2026-03-30 06:31:02 [bca.uk] INFO: Scrape type for FV15%20NSE: 0
2026-03-30 06:31:02 [bca.uk] INFO: Found listing with ID: FP17%20OKN
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP17%2520OKN%27 HTTP/1.1" 200 None
2026-03-30 06:31:02 [bca.uk] INFO: Scrape type for FP17%20OKN: 2
2026-03-30 06:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with identifier: FP17%20OKN
2026-03-30 06:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with scrape type 2
2026-03-30 06:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with scrape type 2
2026-03-30 06:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 307f34ce-bfdb-56ed-9cb5-a344dd0a242b, identifier: FP17%20OKN
2026-03-30 06:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03caa3f1-6a22-5187-ad63-14fbacc60677 with identifier: PJ70%20ZTE
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=sophisto+grey HTTP/1.1" 200 None
2026-03-30 06:31:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:31: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:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03caa3f1-6a22-5187-ad63-14fbacc60677 with identifier: PJ70%20ZTE
2026-03-30 06:31:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03caa3f1-6a22-5187-ad63-14fbacc60677 with identifier: PJ70%20ZTE to the API
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ70%20ZTE-GB',
 'category': 'Car',
 'color': 'sophisto grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '03caa3f1-6a22-5187-ad63-14fbacc60677',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ70 ZTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ70%20ZTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 134895,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 MHT XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'MHT XDRIVE 20D M SPORT STEP',
 'vin': 'WBA36BG060N066775',
 'year': 2020}
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ70%2520ZTE%27 HTTP/1.1" 200 None
2026-03-30 06:31:03 [bca.uk] INFO: Saving data for PJ70%20ZTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774562933.320382, 'last_price_update_time': 1774852263.099266}
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ70%2520ZTE') HTTP/1.1" 204 0
2026-03-30 06:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with identifier: FP17%20OKN
2026-03-30 06:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with identifier: FP17%20OKN
2026-03-30 06:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 307f34ce-bfdb-56ed-9cb5-a344dd0a242b with identifier: FP17%20OKN to the API
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '307f34ce-bfdb-56ed-9cb5-a344dd0a242b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP17 OKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP17%20OKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 75821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.6 DCI 130 ACENTA (7ST) XTRONIC StationWagon',
 'transmission': 'automatic',
 'trim': 'DCI 130 ACENTA (7ST) XTRONIC',
 'vin': 'JN1JCAT32U0052876',
 'year': 2017}
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP17%2520OKN%27 HTTP/1.1" 200 None
2026-03-30 06:31:03 [bca.uk] INFO: Saving data for FP17%20OKN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562973.682845, 'last_price_update_time': 1774852263.501114}
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP17%2520OKN') HTTP/1.1" 204 0
2026-03-30 06:31:03 [bca.uk] INFO: Found listing with ID: BK65%20BXF
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK65%2520BXF%27 HTTP/1.1" 200 None
2026-03-30 06:31:03 [bca.uk] INFO: Scrape type for BK65%20BXF: 2
2026-03-30 06:31:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d1c3547-33bf-59bf-9954-48e0f37353f2 with identifier: BK65%20BXF
2026-03-30 06:31:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d1c3547-33bf-59bf-9954-48e0f37353f2 with scrape type 2
2026-03-30 06:31:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d1c3547-33bf-59bf-9954-48e0f37353f2 with scrape type 2
2026-03-30 06:31:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d1c3547-33bf-59bf-9954-48e0f37353f2, identifier: BK65%20BXF
2026-03-30 06:31:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:31:03 [bca.uk] INFO: Found listing with ID: NJ17%20ZDN
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520ZDN%27 HTTP/1.1" 200 None
2026-03-30 06:31:03 [bca.uk] INFO: Scrape type for NJ17%20ZDN: 2
2026-03-30 06:31:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15ae2495-1475-573a-8d16-20eb4742be0d with identifier: NJ17%20ZDN
2026-03-30 06:31:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15ae2495-1475-573a-8d16-20eb4742be0d with scrape type 2
2026-03-30 06:31:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15ae2495-1475-573a-8d16-20eb4742be0d with scrape type 2
2026-03-30 06:31:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15ae2495-1475-573a-8d16-20eb4742be0d, identifier: NJ17%20ZDN
2026-03-30 06:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d1c3547-33bf-59bf-9954-48e0f37353f2 with identifier: BK65%20BXF
2026-03-30 06:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d1c3547-33bf-59bf-9954-48e0f37353f2 with identifier: BK65%20BXF
2026-03-30 06:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d1c3547-33bf-59bf-9954-48e0f37353f2 with identifier: BK65%20BXF to the API
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK65%20BXF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1d1c3547-33bf-59bf-9954-48e0f37353f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK65 BXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK65%20BXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'ABARTH',
 'model': '595',
 'odometer': 59070,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'ABARTH 595 1.4 T-JET 140 Hatchback',
 'transmission': 'manual',
 'trim': 'T-JET 140',
 'vin': 'ZFA3120000J455212',
 'year': 2015}
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK65%2520BXF%27 HTTP/1.1" 200 None
2026-03-30 06:31:04 [bca.uk] INFO: Saving data for BK65%20BXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774562930.285886, 'last_price_update_time': 1774852264.011803}
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK65%2520BXF') HTTP/1.1" 204 0
2026-03-30 06:31:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15ae2495-1475-573a-8d16-20eb4742be0d with identifier: NJ17%20ZDN
2026-03-30 06:31:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15ae2495-1475-573a-8d16-20eb4742be0d with identifier: NJ17%20ZDN
2026-03-30 06:31:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15ae2495-1475-573a-8d16-20eb4742be0d with identifier: NJ17%20ZDN to the API
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15ae2495-1475-573a-8d16-20eb4742be0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ17 ZDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ17%20ZDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '118I',
 'odometer': 102056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 M SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA1P520705G03119',
 'year': 2017}
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520ZDN%27 HTTP/1.1" 200 None
2026-03-30 06:31:04 [bca.uk] INFO: Saving data for NJ17%20ZDN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562749.106166, 'last_price_update_time': 1774852264.326047}
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ17%2520ZDN') HTTP/1.1" 204 0
2026-03-30 06:31:04 [bca.uk] INFO: Found listing with ID: KW67%20AHA
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW67%2520AHA%27 HTTP/1.1" 200 None
2026-03-30 06:31:04 [bca.uk] INFO: Scrape type for KW67%20AHA: 0
2026-03-30 06:31:04 [bca.uk] INFO: Found listing with ID: KY19%20WJP
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520WJP%27 HTTP/1.1" 200 None
2026-03-30 06:31:04 [bca.uk] INFO: Scrape type for KY19%20WJP: 0
2026-03-30 06:31:04 [bca.uk] INFO: Found listing with ID: YP24%20XHC
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520XHC%27 HTTP/1.1" 200 None
2026-03-30 06:31:04 [bca.uk] INFO: Scrape type for YP24%20XHC: 2
2026-03-30 06:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98b16eac-9626-5260-a751-48c513ac252e with identifier: YP24%20XHC
2026-03-30 06:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98b16eac-9626-5260-a751-48c513ac252e with scrape type 2
2026-03-30 06:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98b16eac-9626-5260-a751-48c513ac252e with scrape type 2
2026-03-30 06:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98b16eac-9626-5260-a751-48c513ac252e, identifier: YP24%20XHC
2026-03-30 06:31:04 [bca.uk] INFO: Found listing with ID: WK17%20KNO
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK17%2520KNO%27 HTTP/1.1" 200 None
2026-03-30 06:31:04 [bca.uk] INFO: Scrape type for WK17%20KNO: 2
2026-03-30 06:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d78d01c9-1b7e-5600-9f2b-c36b700aeddf with identifier: WK17%20KNO
2026-03-30 06:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d78d01c9-1b7e-5600-9f2b-c36b700aeddf with scrape type 2
2026-03-30 06:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d78d01c9-1b7e-5600-9f2b-c36b700aeddf with scrape type 2
2026-03-30 06:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d78d01c9-1b7e-5600-9f2b-c36b700aeddf, identifier: WK17%20KNO
2026-03-30 06:31:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98b16eac-9626-5260-a751-48c513ac252e with identifier: YP24%20XHC
2026-03-30 06:31:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98b16eac-9626-5260-a751-48c513ac252e with identifier: YP24%20XHC
2026-03-30 06:31:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98b16eac-9626-5260-a751-48c513ac252e with identifier: YP24%20XHC to the API
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP24%20XHC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98b16eac-9626-5260-a751-48c513ac252e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP24 XHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP24%20XHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 13114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 280 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 280 L1 H1 LIMITED',
 'vin': 'WF0RXXTA3RPM79192',
 'year': 2024}
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520XHC%27 HTTP/1.1" 200 None
2026-03-30 06:31:04 [bca.uk] INFO: Saving data for YP24%20XHC: {'auction_closing_time': 1774864800.0, 'created_time': 1774562926.191386, 'last_price_update_time': 1774852264.900111}
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP24%2520XHC') HTTP/1.1" 204 0
2026-03-30 06:31:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d78d01c9-1b7e-5600-9f2b-c36b700aeddf with identifier: WK17%20KNO
2026-03-30 06:31:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d78d01c9-1b7e-5600-9f2b-c36b700aeddf with identifier: WK17%20KNO
2026-03-30 06:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d78d01c9-1b7e-5600-9f2b-c36b700aeddf with identifier: WK17%20KNO to the API
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd78d01c9-1b7e-5600-9f2b-c36b700aeddf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK17 KNO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK17%20KNO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 180741,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.7 CRDI B/D 116 2WD SPORT ED. StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI B/D 116 2WD SPORT ED.',
 'vin': 'TMAJ3815LHJ356974',
 'year': 2017}
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK17%2520KNO%27 HTTP/1.1" 200 None
2026-03-30 06:31:05 [bca.uk] INFO: Saving data for WK17%20KNO: {'auction_closing_time': 1774951200.0, 'created_time': 1774350584.734536, 'last_price_update_time': 1774852265.216946}
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK17%2520KNO') HTTP/1.1" 204 0
2026-03-30 06:31:05 [bca.uk] INFO: Found listing with ID: DL65%20UBT
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520UBT%27 HTTP/1.1" 200 None
2026-03-30 06:31:05 [bca.uk] INFO: Scrape type for DL65%20UBT: 0
2026-03-30 06:31:05 [bca.uk] INFO: Found listing with ID: LS13%20PZA
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS13%2520PZA%27 HTTP/1.1" 200 None
2026-03-30 06:31:05 [bca.uk] INFO: Scrape type for LS13%20PZA: 0
2026-03-30 06:31:05 [bca.uk] INFO: Found listing with ID: WA22%20LRJ
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520LRJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:05 [bca.uk] INFO: Scrape type for WA22%20LRJ: 2
2026-03-30 06:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02337949-4b74-5c52-9467-faf4096ec511 with identifier: WA22%20LRJ
2026-03-30 06:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02337949-4b74-5c52-9467-faf4096ec511 with scrape type 2
2026-03-30 06:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02337949-4b74-5c52-9467-faf4096ec511 with scrape type 2
2026-03-30 06:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02337949-4b74-5c52-9467-faf4096ec511, identifier: WA22%20LRJ
2026-03-30 06:31:05 [bca.uk] INFO: Found listing with ID: AK67%20XSN
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK67%2520XSN%27 HTTP/1.1" 200 None
2026-03-30 06:31:05 [bca.uk] INFO: Scrape type for AK67%20XSN: 2
2026-03-30 06:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 978fdbfb-0076-5798-a4de-a04e853902ff with identifier: AK67%20XSN
2026-03-30 06:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 978fdbfb-0076-5798-a4de-a04e853902ff with scrape type 2
2026-03-30 06:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 978fdbfb-0076-5798-a4de-a04e853902ff with scrape type 2
2026-03-30 06:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 978fdbfb-0076-5798-a4de-a04e853902ff, identifier: AK67%20XSN
2026-03-30 06:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02337949-4b74-5c52-9467-faf4096ec511 with identifier: WA22%20LRJ
2026-03-30 06:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02337949-4b74-5c52-9467-faf4096ec511 with identifier: WA22%20LRJ
2026-03-30 06:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02337949-4b74-5c52-9467-faf4096ec511 with identifier: WA22%20LRJ to the API
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '02337949-4b74-5c52-9467-faf4096ec511',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA22 LRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA22%20LRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 37035,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 1.5 T2 MOMENTUM CORE StationWagon',
 'transmission': 'manual',
 'trim': 'T2 MOMENTUM CORE',
 'vin': 'YV1XZL4V1N2719822',
 'year': 2022}
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520LRJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:05 [bca.uk] INFO: Saving data for WA22%20LRJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562882.655876, 'last_price_update_time': 1774852265.797792}
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA22%2520LRJ') HTTP/1.1" 204 0
2026-03-30 06:31:05 [bca.uk] INFO: Total items found: 100
2026-03-30 06:31:05 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded
2026-03-30 06:31:05 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:31:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 978fdbfb-0076-5798-a4de-a04e853902ff with identifier: AK67%20XSN
2026-03-30 06:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 978fdbfb-0076-5798-a4de-a04e853902ff with identifier: AK67%20XSN
2026-03-30 06:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 978fdbfb-0076-5798-a4de-a04e853902ff with identifier: AK67%20XSN to the API
2026-03-30 06:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK67%20XSN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '978fdbfb-0076-5798-a4de-a04e853902ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK67 XSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK67%20XSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 70374,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 184 GTD Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 184 GTD',
 'vin': 'WVWZZZAUZJW116377',
 'year': 2017}
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK67%2520XSN%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Saving data for AK67%20XSN: {'auction_closing_time': 1775037600.0, 'created_time': 1774045259.69787, 'last_price_update_time': 1774852266.121755}
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK67%2520XSN') HTTP/1.1" 204 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: WG14%20YXO
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520YXO%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for WG14%20YXO: 2
2026-03-30 06:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ba63204-d5ee-5340-8980-7fcc28707e20 with identifier: WG14%20YXO
2026-03-30 06:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ba63204-d5ee-5340-8980-7fcc28707e20 with scrape type 2
2026-03-30 06:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ba63204-d5ee-5340-8980-7fcc28707e20 with scrape type 2
2026-03-30 06:31:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ba63204-d5ee-5340-8980-7fcc28707e20, identifier: WG14%20YXO
2026-03-30 06:31:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:31:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: DS15%20VPJ
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520VPJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for DS15%20VPJ: 2
2026-03-30 06:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d67b13b6-636a-592a-ac8f-67757544e507 with identifier: DS15%20VPJ
2026-03-30 06:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d67b13b6-636a-592a-ac8f-67757544e507 with scrape type 2
2026-03-30 06:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d67b13b6-636a-592a-ac8f-67757544e507 with scrape type 2
2026-03-30 06:31:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d67b13b6-636a-592a-ac8f-67757544e507, identifier: DS15%20VPJ
2026-03-30 06:31:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ba63204-d5ee-5340-8980-7fcc28707e20 with identifier: WG14%20YXO
2026-03-30 06:31:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ba63204-d5ee-5340-8980-7fcc28707e20 with identifier: WG14%20YXO
2026-03-30 06:31:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ba63204-d5ee-5340-8980-7fcc28707e20 with identifier: WG14%20YXO to the API
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ba63204-d5ee-5340-8980-7fcc28707e20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG14 YXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG14%20YXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '420D',
 'odometer': 56864,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 M SPORT STEP Convertible',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA3U12000P769624',
 'year': 2014}
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520YXO%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Saving data for WG14%20YXO: {'auction_closing_time': 1775037600.0, 'created_time': 1774562884.753455, 'last_price_update_time': 1774852266.637646}
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG14%2520YXO') HTTP/1.1" 204 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: YR24%20PWK
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520PWK%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for YR24%20PWK: 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: WP74%20UYN
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP74%2520UYN%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for WP74%20UYN: 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: BK22%20NZA
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520NZA%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for BK22%20NZA: 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: BP22%20AFO
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520AFO%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for BP22%20AFO: 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: EO22%20NUB
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520NUB%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for EO22%20NUB: 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: MC74%20UFS
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC74%2520UFS%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for MC74%20UFS: 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: OW23%20JRO
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW23%2520JRO%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for OW23%20JRO: 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: HK71%20OHD
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520OHD%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for HK71%20OHD: 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: SO21%20HBP
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520HBP%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for SO21%20HBP: 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: AK71%20ZNU
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520ZNU%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for AK71%20ZNU: 0
2026-03-30 06:31:06 [bca.uk] INFO: Found listing with ID: BK71%20GWO
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520GWO%27 HTTP/1.1" 200 None
2026-03-30 06:31:06 [bca.uk] INFO: Scrape type for BK71%20GWO: 2
2026-03-30 06:31:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92bba92a-4503-5e01-9df1-e7ad09eb1957 with identifier: BK71%20GWO
2026-03-30 06:31:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92bba92a-4503-5e01-9df1-e7ad09eb1957 with scrape type 2
2026-03-30 06:31:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92bba92a-4503-5e01-9df1-e7ad09eb1957 with scrape type 2
2026-03-30 06:31:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92bba92a-4503-5e01-9df1-e7ad09eb1957, identifier: BK71%20GWO
2026-03-30 06:31: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:31:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d67b13b6-636a-592a-ac8f-67757544e507 with identifier: DS15%20VPJ
2026-03-30 06:31:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d67b13b6-636a-592a-ac8f-67757544e507 with identifier: DS15%20VPJ
2026-03-30 06:31:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d67b13b6-636a-592a-ac8f-67757544e507 with identifier: DS15%20VPJ to the API
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS15%20VPJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd67b13b6-636a-592a-ac8f-67757544e507',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS15 VPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS15%20VPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 43081,
 'odometer_reading_unit': '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 VVT 115 EXCLUSIV 2WD S/S StationWagon',
 'transmission': 'manual',
 'trim': 'VVT 115 EXCLUSIV 2WD S/S',
 'vin': 'W0LJC7EE9FB177022',
 'year': 2015}
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS15%2520VPJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:07 [bca.uk] INFO: Saving data for DS15%20VPJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774045106.767012, 'last_price_update_time': 1774852267.325451}
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS15%2520VPJ') HTTP/1.1" 204 0
2026-03-30 06:31:07 [bca.uk] INFO: Found listing with ID: SP16%20YTU
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520YTU%27 HTTP/1.1" 200 None
2026-03-30 06:31:07 [bca.uk] INFO: Scrape type for SP16%20YTU: 2
2026-03-30 06:31:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with identifier: SP16%20YTU
2026-03-30 06:31:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with scrape type 2
2026-03-30 06:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with scrape type 2
2026-03-30 06:31:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2, identifier: SP16%20YTU
2026-03-30 06:31:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92bba92a-4503-5e01-9df1-e7ad09eb1957 with identifier: BK71%20GWO
2026-03-30 06:31:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92bba92a-4503-5e01-9df1-e7ad09eb1957 with identifier: BK71%20GWO
2026-03-30 06:31:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92bba92a-4503-5e01-9df1-e7ad09eb1957 with identifier: BK71%20GWO to the API
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK71%20GWO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '92bba92a-4503-5e01-9df1-e7ad09eb1957',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK71 GWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK71%20GWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 70246,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 2.0 TDI SCR 150 SE L Hatchback',
 'transmission': 'manual',
 'trim': 'TDI SCR 150 SE L',
 'vin': 'TMBBH7NP7N7006117',
 'year': 2021}
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520GWO%27 HTTP/1.1" 200 None
2026-03-30 06:31:07 [bca.uk] INFO: Saving data for BK71%20GWO: {'auction_closing_time': 1775124000.0, 'created_time': 1774563140.386928, 'last_price_update_time': 1774852267.836635}
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK71%2520GWO') HTTP/1.1" 204 0
2026-03-30 06:31:07 [bca.uk] INFO: Found listing with ID: GF21%20XLX
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520XLX%27 HTTP/1.1" 200 None
2026-03-30 06:31:07 [bca.uk] INFO: Scrape type for GF21%20XLX: 2
2026-03-30 06:31:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with identifier: GF21%20XLX
2026-03-30 06:31:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with scrape type 2
2026-03-30 06:31:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with scrape type 2
2026-03-30 06:31:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85243707-eaa6-51f0-9d42-5aa0a442c0b2, identifier: GF21%20XLX
2026-03-30 06:31:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with identifier: SP16%20YTU
2026-03-30 06:31:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with identifier: SP16%20YTU
2026-03-30 06:31:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b84a1c7-6610-55e2-a26e-5e8aa8d425f2 with identifier: SP16%20YTU to the API
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b84a1c7-6610-55e2-a26e-5e8aa8d425f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP16 YTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP16%20YTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 111494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SE EXECUTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'SE EXECUTIVE',
 'vin': 'WDD1760122J467646',
 'year': 2016}
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP16%2520YTU%27 HTTP/1.1" 200 None
2026-03-30 06:31:08 [bca.uk] INFO: Saving data for SP16%20YTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774562883.507805, 'last_price_update_time': 1774852268.252787}
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP16%2520YTU') HTTP/1.1" 204 0
2026-03-30 06:31:08 [bca.uk] INFO: Found listing with ID: FV71%20OKG
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520OKG%27 HTTP/1.1" 200 None
2026-03-30 06:31:08 [bca.uk] INFO: Scrape type for FV71%20OKG: 2
2026-03-30 06:31:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f482446-79ea-5699-a874-3fa4ed659ff4 with identifier: FV71%20OKG
2026-03-30 06:31:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f482446-79ea-5699-a874-3fa4ed659ff4 with scrape type 2
2026-03-30 06:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f482446-79ea-5699-a874-3fa4ed659ff4 with scrape type 2
2026-03-30 06:31:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f482446-79ea-5699-a874-3fa4ed659ff4, identifier: FV71%20OKG
2026-03-30 06:31:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with identifier: GF21%20XLX
2026-03-30 06:31:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with identifier: GF21%20XLX
2026-03-30 06:31:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85243707-eaa6-51f0-9d42-5aa0a442c0b2 with identifier: GF21%20XLX to the API
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF21%20XLX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85243707-eaa6-51f0-9d42-5aa0a442c0b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF21 XLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF21%20XLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY CARGO',
 'odometer': 92278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY CARGO 2.0 TDI 102 COMMERCE PLUS Van',
 'transmission': 'manual',
 'trim': 'TDI 102 COMMERCE PLUS',
 'vin': 'WV1ZZZSKZMX041489',
 'year': 2021}
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520XLX%27 HTTP/1.1" 200 None
2026-03-30 06:31:08 [bca.uk] INFO: Saving data for GF21%20XLX: {'auction_closing_time': 1774864800.0, 'created_time': 1774562971.608369, 'last_price_update_time': 1774852268.686279}
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF21%2520XLX') HTTP/1.1" 204 0
2026-03-30 06:31:08 [bca.uk] INFO: Found listing with ID: AK15%20UKF
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK15%2520UKF%27 HTTP/1.1" 200 None
2026-03-30 06:31:08 [bca.uk] INFO: Scrape type for AK15%20UKF: 0
2026-03-30 06:31:08 [bca.uk] INFO: Found listing with ID: WJ69%20UWZ
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ69%2520UWZ%27 HTTP/1.1" 200 None
2026-03-30 06:31:08 [bca.uk] INFO: Scrape type for WJ69%20UWZ: 2
2026-03-30 06:31:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with identifier: WJ69%20UWZ
2026-03-30 06:31:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with scrape type 2
2026-03-30 06:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with scrape type 2
2026-03-30 06:31:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4, identifier: WJ69%20UWZ
2026-03-30 06:31:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f482446-79ea-5699-a874-3fa4ed659ff4 with identifier: FV71%20OKG
2026-03-30 06:31:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f482446-79ea-5699-a874-3fa4ed659ff4 with identifier: FV71%20OKG
2026-03-30 06:31:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f482446-79ea-5699-a874-3fa4ed659ff4 with identifier: FV71%20OKG to the API
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV71%20OKG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8f482446-79ea-5699-a874-3fa4ed659ff4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV71 OKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV71%20OKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 89040,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 EXCEL',
 'vin': 'NMTK33BX70R160576',
 'year': 2022}
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520OKG%27 HTTP/1.1" 200 None
2026-03-30 06:31:09 [bca.uk] INFO: Saving data for FV71%20OKG: {'auction_closing_time': 1775124000.0, 'created_time': 1774563155.990648, 'last_price_update_time': 1774852269.118544}
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV71%2520OKG') HTTP/1.1" 204 0
2026-03-30 06:31:09 [bca.uk] INFO: Found listing with ID: LN69%20JMX
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN69%2520JMX%27 HTTP/1.1" 200 None
2026-03-30 06:31:09 [bca.uk] INFO: Scrape type for LN69%20JMX: 0
2026-03-30 06:31:09 [bca.uk] INFO: Found listing with ID: NL11%20KUO
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL11%2520KUO%27 HTTP/1.1" 200 None
2026-03-30 06:31:09 [bca.uk] INFO: Scrape type for NL11%20KUO: 2
2026-03-30 06:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1560adf9-d9ed-5b64-bcca-f576af6b3116 with identifier: NL11%20KUO
2026-03-30 06:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1560adf9-d9ed-5b64-bcca-f576af6b3116 with scrape type 2
2026-03-30 06:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1560adf9-d9ed-5b64-bcca-f576af6b3116 with scrape type 2
2026-03-30 06:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1560adf9-d9ed-5b64-bcca-f576af6b3116, identifier: NL11%20KUO
2026-03-30 06:31:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with identifier: WJ69%20UWZ
2026-03-30 06:31:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with identifier: WJ69%20UWZ
2026-03-30 06:31:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67a91bfa-684d-5ba6-bdba-4bd86e5ddff4 with identifier: WJ69%20UWZ to the API
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31: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:31:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ69%20UWZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '67a91bfa-684d-5ba6-bdba-4bd86e5ddff4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ69 UWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ69%20UWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 113311,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 D180 R-DYNAMIC SE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE (7ST)',
 'vin': 'SALCA2AN5LH842329',
 'year': 2019}
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ69%2520UWZ%27 HTTP/1.1" 200 None
2026-03-30 06:31:09 [bca.uk] INFO: Saving data for WJ69%20UWZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562922.910586, 'last_price_update_time': 1774852269.570588}
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ69%2520UWZ') HTTP/1.1" 204 0
2026-03-30 06:31:09 [bca.uk] INFO: Found listing with ID: GJ22%20EFB
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520EFB%27 HTTP/1.1" 200 None
2026-03-30 06:31:09 [bca.uk] INFO: Scrape type for GJ22%20EFB: 2
2026-03-30 06:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0514296f-1e5e-5232-886a-6a18766f3a9b with identifier: GJ22%20EFB
2026-03-30 06:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0514296f-1e5e-5232-886a-6a18766f3a9b with scrape type 2
2026-03-30 06:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0514296f-1e5e-5232-886a-6a18766f3a9b with scrape type 2
2026-03-30 06:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0514296f-1e5e-5232-886a-6a18766f3a9b, identifier: GJ22%20EFB
2026-03-30 06:31:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1560adf9-d9ed-5b64-bcca-f576af6b3116 with identifier: NL11%20KUO
2026-03-30 06:31:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1560adf9-d9ed-5b64-bcca-f576af6b3116 with identifier: NL11%20KUO
2026-03-30 06:31:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1560adf9-d9ed-5b64-bcca-f576af6b3116 with identifier: NL11%20KUO to the API
2026-03-30 06:31:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31: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:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL11%20KUO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1560adf9-d9ed-5b64-bcca-f576af6b3116',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL11 KUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL11%20KUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 122208,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 SD4 190 GS StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 190 GS',
 'vin': 'SALFA2AE1BH244055',
 'year': 2011}
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL11%2520KUO%27 HTTP/1.1" 200 None
2026-03-30 06:31:10 [bca.uk] INFO: Saving data for NL11%20KUO: {'auction_closing_time': 1774951200.0, 'created_time': 1773822707.712231, 'last_price_update_time': 1774852270.172053}
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL11%2520KUO') HTTP/1.1" 204 0
2026-03-30 06:31:10 [bca.uk] INFO: Found listing with ID: GY62%20FCG
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY62%2520FCG%27 HTTP/1.1" 200 None
2026-03-30 06:31:10 [bca.uk] INFO: Scrape type for GY62%20FCG: 2
2026-03-30 06:31:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60fef895-c11c-59af-a9a9-2ad65f26b240 with identifier: GY62%20FCG
2026-03-30 06:31:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60fef895-c11c-59af-a9a9-2ad65f26b240 with scrape type 2
2026-03-30 06:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60fef895-c11c-59af-a9a9-2ad65f26b240 with scrape type 2
2026-03-30 06:31:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60fef895-c11c-59af-a9a9-2ad65f26b240, identifier: GY62%20FCG
2026-03-30 06:31:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0514296f-1e5e-5232-886a-6a18766f3a9b with identifier: GJ22%20EFB
2026-03-30 06:31:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0514296f-1e5e-5232-886a-6a18766f3a9b with identifier: GJ22%20EFB
2026-03-30 06:31:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0514296f-1e5e-5232-886a-6a18766f3a9b with identifier: GJ22%20EFB to the API
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ22%20EFB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0514296f-1e5e-5232-886a-6a18766f3a9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ22 EFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ22%20EFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 32691,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EK5NC500821',
 'year': 2022}
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520EFB%27 HTTP/1.1" 200 None
2026-03-30 06:31:10 [bca.uk] INFO: Saving data for GJ22%20EFB: {'auction_closing_time': 1775124000.0, 'created_time': 1774563138.089186, 'last_price_update_time': 1774852270.583498}
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ22%2520EFB') HTTP/1.1" 204 0
2026-03-30 06:31:10 [bca.uk] INFO: Found listing with ID: GV16%20ZSL
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520ZSL%27 HTTP/1.1" 200 None
2026-03-30 06:31:10 [bca.uk] INFO: Scrape type for GV16%20ZSL: 2
2026-03-30 06:31:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a195e9b1-9ea7-5424-9827-af195eef37b6 with identifier: GV16%20ZSL
2026-03-30 06:31:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a195e9b1-9ea7-5424-9827-af195eef37b6 with scrape type 2
2026-03-30 06:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a195e9b1-9ea7-5424-9827-af195eef37b6 with scrape type 2
2026-03-30 06:31:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a195e9b1-9ea7-5424-9827-af195eef37b6, identifier: GV16%20ZSL
2026-03-30 06:31:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60fef895-c11c-59af-a9a9-2ad65f26b240 with identifier: GY62%20FCG
2026-03-30 06:31:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60fef895-c11c-59af-a9a9-2ad65f26b240 with identifier: GY62%20FCG
2026-03-30 06:31:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60fef895-c11c-59af-a9a9-2ad65f26b240 with identifier: GY62%20FCG to the API
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY62%20FCG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '60fef895-c11c-59af-a9a9-2ad65f26b240',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY62 FCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY62%20FCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 250',
 'odometer': 64488,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 250 1.8 B/E AMG SPORT TIP Roadster',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT TIP',
 'vin': 'WDD1724472F038522',
 'year': 2012}
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY62%2520FCG%27 HTTP/1.1" 200 None
2026-03-30 06:31:10 [bca.uk] INFO: Saving data for GY62%20FCG: {'auction_closing_time': 1775037600.0, 'created_time': 1774562912.93451, 'last_price_update_time': 1774852270.972571}
2026-03-30 06:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY62%2520FCG') HTTP/1.1" 204 0
2026-03-30 06:31:11 [bca.uk] INFO: Found listing with ID: LD21%20MHX
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-30 06:31:11 [bca.uk] INFO: Scrape type for LD21%20MHX: 2
2026-03-30 06:31:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with identifier: LD21%20MHX
2026-03-30 06:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with scrape type 2
2026-03-30 06:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with scrape type 2
2026-03-30 06:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 482fbe9e-eb3c-50ac-a25e-20d0648d63c4, identifier: LD21%20MHX
2026-03-30 06:31:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a195e9b1-9ea7-5424-9827-af195eef37b6 with identifier: GV16%20ZSL
2026-03-30 06:31:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a195e9b1-9ea7-5424-9827-af195eef37b6 with identifier: GV16%20ZSL
2026-03-30 06:31:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a195e9b1-9ea7-5424-9827-af195eef37b6 with identifier: GV16%20ZSL to the API
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV16%20ZSL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a195e9b1-9ea7-5424-9827-af195eef37b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV16 ZSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV16%20ZSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 80342,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.5 DCI 90 DYNAMIQUE EDC Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 90 DYNAMIQUE EDC',
 'vin': 'VF15RBJ0D55767742',
 'year': 2016}
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520ZSL%27 HTTP/1.1" 200 None
2026-03-30 06:31:11 [bca.uk] INFO: Saving data for GV16%20ZSL: {'auction_closing_time': 1774951200.0, 'created_time': 1774562962.577519, 'last_price_update_time': 1774852271.403613}
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV16%2520ZSL') HTTP/1.1" 204 0
2026-03-30 06:31:11 [bca.uk] INFO: Found listing with ID: LG61%20MYR
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520MYR%27 HTTP/1.1" 200 None
2026-03-30 06:31:11 [bca.uk] INFO: Scrape type for LG61%20MYR: 2
2026-03-30 06:31:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa15d526-0770-5bf0-b05c-6a3f67e08ddb with identifier: LG61%20MYR
2026-03-30 06:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa15d526-0770-5bf0-b05c-6a3f67e08ddb with scrape type 2
2026-03-30 06:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa15d526-0770-5bf0-b05c-6a3f67e08ddb with scrape type 2
2026-03-30 06:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa15d526-0770-5bf0-b05c-6a3f67e08ddb, identifier: LG61%20MYR
2026-03-30 06:31:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with identifier: LD21%20MHX
2026-03-30 06:31:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with identifier: LD21%20MHX
2026-03-30 06:31:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 482fbe9e-eb3c-50ac-a25e-20d0648d63c4 with identifier: LD21%20MHX to the API
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD21%20MHX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '482fbe9e-eb3c-50ac-a25e-20d0648d63c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD21 MHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD21%20MHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 110592,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB2MC179075',
 'year': 2021}
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-30 06:31:11 [bca.uk] INFO: Saving data for LD21%20MHX: {'auction_closing_time': 1775124000.0, 'created_time': 1774563146.848517, 'last_price_update_time': 1774852271.906591}
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD21%2520MHX') HTTP/1.1" 204 0
2026-03-30 06:31:11 [bca.uk] INFO: Found listing with ID: GU69%20FDP
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520FDP%27 HTTP/1.1" 200 None
2026-03-30 06:31:11 [bca.uk] INFO: Scrape type for GU69%20FDP: 2
2026-03-30 06:31:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37557139-f929-5df3-aa9d-a771ce1eff8f with identifier: GU69%20FDP
2026-03-30 06:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37557139-f929-5df3-aa9d-a771ce1eff8f with scrape type 2
2026-03-30 06:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37557139-f929-5df3-aa9d-a771ce1eff8f with scrape type 2
2026-03-30 06:31:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37557139-f929-5df3-aa9d-a771ce1eff8f, identifier: GU69%20FDP
2026-03-30 06:31:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa15d526-0770-5bf0-b05c-6a3f67e08ddb with identifier: LG61%20MYR
2026-03-30 06:31:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa15d526-0770-5bf0-b05c-6a3f67e08ddb with identifier: LG61%20MYR
2026-03-30 06:31:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa15d526-0770-5bf0-b05c-6a3f67e08ddb with identifier: LG61%20MYR to the API
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG61%20MYR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aa15d526-0770-5bf0-b05c-6a3f67e08ddb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG61 MYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG61%20MYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '207',
 'odometer': 56310,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 207 1.4 ACCESS Hatchback',
 'transmission': 'manual',
 'trim': 'ACCESS',
 'vin': 'VF3WCKFT0BE062196',
 'year': 2011}
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG61%2520MYR%27 HTTP/1.1" 200 None
2026-03-30 06:31:12 [bca.uk] INFO: Saving data for LG61%20MYR: {'auction_closing_time': 1774951200.0, 'created_time': 1774303840.925361, 'last_price_update_time': 1774852272.346032}
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG61%2520MYR') HTTP/1.1" 204 0
2026-03-30 06:31:12 [bca.uk] INFO: Found listing with ID: MJ20%20VGK
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520VGK%27 HTTP/1.1" 200 None
2026-03-30 06:31:12 [bca.uk] INFO: Scrape type for MJ20%20VGK: 2
2026-03-30 06:31:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a71fe7c2-07fd-5329-8c5b-99598e7deefb with identifier: MJ20%20VGK
2026-03-30 06:31:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71fe7c2-07fd-5329-8c5b-99598e7deefb with scrape type 2
2026-03-30 06:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a71fe7c2-07fd-5329-8c5b-99598e7deefb with scrape type 2
2026-03-30 06:31:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a71fe7c2-07fd-5329-8c5b-99598e7deefb, identifier: MJ20%20VGK
2026-03-30 06:31:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37557139-f929-5df3-aa9d-a771ce1eff8f with identifier: GU69%20FDP
2026-03-30 06:31:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37557139-f929-5df3-aa9d-a771ce1eff8f with identifier: GU69%20FDP
2026-03-30 06:31:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37557139-f929-5df3-aa9d-a771ce1eff8f with identifier: GU69%20FDP to the API
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU69%20FDP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '37557139-f929-5df3-aa9d-a771ce1eff8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU69 FDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU69%20FDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 97807,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 AIRCROSS 1.5 BLUEHDI 130 FLAIR PLUS EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 130 FLAIR PLUS EAT8',
 'vin': 'VR7ACYHZRKL114680',
 'year': 2019}
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520FDP%27 HTTP/1.1" 200 None
2026-03-30 06:31:12 [bca.uk] INFO: Saving data for GU69%20FDP: {'auction_closing_time': 1775037600.0, 'created_time': 1774562962.201761, 'last_price_update_time': 1774852272.749101}
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU69%2520FDP') HTTP/1.1" 204 0
2026-03-30 06:31:12 [bca.uk] INFO: Found listing with ID: NJ16%20JYW
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ16%2520JYW%27 HTTP/1.1" 200 None
2026-03-30 06:31:12 [bca.uk] INFO: Scrape type for NJ16%20JYW: 0
2026-03-30 06:31:12 [bca.uk] INFO: Found listing with ID: CA16%20XZO
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA16%2520XZO%27 HTTP/1.1" 200 None
2026-03-30 06:31:12 [bca.uk] INFO: Scrape type for CA16%20XZO: 2
2026-03-30 06:31:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fee7407-430d-5725-ae0d-1b167eebf565 with identifier: CA16%20XZO
2026-03-30 06:31:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fee7407-430d-5725-ae0d-1b167eebf565 with scrape type 2
2026-03-30 06:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fee7407-430d-5725-ae0d-1b167eebf565 with scrape type 2
2026-03-30 06:31:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fee7407-430d-5725-ae0d-1b167eebf565, identifier: CA16%20XZO
2026-03-30 06:31:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a71fe7c2-07fd-5329-8c5b-99598e7deefb with identifier: MJ20%20VGK
2026-03-30 06:31:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a71fe7c2-07fd-5329-8c5b-99598e7deefb with identifier: MJ20%20VGK
2026-03-30 06:31:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a71fe7c2-07fd-5329-8c5b-99598e7deefb with identifier: MJ20%20VGK to the API
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ20%20VGK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a71fe7c2-07fd-5329-8c5b-99598e7deefb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ20 VGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ20%20VGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 136864,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYLA33848',
 'year': 2020}
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520VGK%27 HTTP/1.1" 200 None
2026-03-30 06:31:13 [bca.uk] INFO: Saving data for MJ20%20VGK: {'auction_closing_time': 1775037600.0, 'created_time': 1774562999.192959, 'last_price_update_time': 1774852273.18855}
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ20%2520VGK') HTTP/1.1" 204 0
2026-03-30 06:31:13 [bca.uk] INFO: Found listing with ID: WN66%20VLC
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520VLC%27 HTTP/1.1" 200 None
2026-03-30 06:31:13 [bca.uk] INFO: Scrape type for WN66%20VLC: 2
2026-03-30 06:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with identifier: WN66%20VLC
2026-03-30 06:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with scrape type 2
2026-03-30 06:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with scrape type 2
2026-03-30 06:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c, identifier: WN66%20VLC
2026-03-30 06:31:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fee7407-430d-5725-ae0d-1b167eebf565 with identifier: CA16%20XZO
2026-03-30 06:31:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fee7407-430d-5725-ae0d-1b167eebf565 with identifier: CA16%20XZO
2026-03-30 06:31:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fee7407-430d-5725-ae0d-1b167eebf565 with identifier: CA16%20XZO to the API
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA16%20XZO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9fee7407-430d-5725-ae0d-1b167eebf565',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA16 XZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA16%20XZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 126986,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.2 SZ3 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ3',
 'vin': 'TSMNZC72S00629106',
 'year': 2016}
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA16%2520XZO%27 HTTP/1.1" 200 None
2026-03-30 06:31:13 [bca.uk] INFO: Saving data for CA16%20XZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774562972.000809, 'last_price_update_time': 1774852273.587475}
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA16%2520XZO') HTTP/1.1" 204 0
2026-03-30 06:31:13 [bca.uk] INFO: Found listing with ID: KY71%20NPX
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY71%2520NPX%27 HTTP/1.1" 200 None
2026-03-30 06:31:13 [bca.uk] INFO: Scrape type for KY71%20NPX: 2
2026-03-30 06:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 231bf945-cc9e-501e-9043-e2a5604a638d with identifier: KY71%20NPX
2026-03-30 06:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 231bf945-cc9e-501e-9043-e2a5604a638d with scrape type 2
2026-03-30 06:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 231bf945-cc9e-501e-9043-e2a5604a638d with scrape type 2
2026-03-30 06:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 231bf945-cc9e-501e-9043-e2a5604a638d, identifier: KY71%20NPX
2026-03-30 06:31:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with identifier: WN66%20VLC
2026-03-30 06:31:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with identifier: WN66%20VLC
2026-03-30 06:31:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c with identifier: WN66%20VLC to the API
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 42,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN66%20VLC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9e21e43e-1e6b-5e3d-8714-4c59e5db7b4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN66 VLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN66%20VLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 69198,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.0 PHEV GX4H 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'PHEV GX4H 4WD',
 'vin': 'JMAXDGG2WGZ010208',
 'year': 2016}
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520VLC%27 HTTP/1.1" 200 None
2026-03-30 06:31:14 [bca.uk] INFO: Saving data for WN66%20VLC: {'auction_closing_time': 1775037600.0, 'created_time': 1774562786.971108, 'last_price_update_time': 1774852274.018663}
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN66%2520VLC') HTTP/1.1" 204 0
2026-03-30 06:31:14 [bca.uk] INFO: Found listing with ID: DW19%20XGT
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW19%2520XGT%27 HTTP/1.1" 200 None
2026-03-30 06:31:14 [bca.uk] INFO: Scrape type for DW19%20XGT: 0
2026-03-30 06:31:14 [bca.uk] INFO: Found listing with ID: VE67%20HCK
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520HCK%27 HTTP/1.1" 200 None
2026-03-30 06:31:14 [bca.uk] INFO: Scrape type for VE67%20HCK: 2
2026-03-30 06:31:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bece16a-dba2-5044-81d5-cf8a2d991624 with identifier: VE67%20HCK
2026-03-30 06:31:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bece16a-dba2-5044-81d5-cf8a2d991624 with scrape type 2
2026-03-30 06:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bece16a-dba2-5044-81d5-cf8a2d991624 with scrape type 2
2026-03-30 06:31:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bece16a-dba2-5044-81d5-cf8a2d991624, identifier: VE67%20HCK
2026-03-30 06:31:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 231bf945-cc9e-501e-9043-e2a5604a638d with identifier: KY71%20NPX
2026-03-30 06:31:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 231bf945-cc9e-501e-9043-e2a5604a638d with identifier: KY71%20NPX
2026-03-30 06:31:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 231bf945-cc9e-501e-9043-e2a5604a638d with identifier: KY71%20NPX to the API
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY71%20NPX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '231bf945-cc9e-501e-9043-e2a5604a638d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KY71 NPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY71%20NPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 29233,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 136 48V GT-LINE ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 136 48V GT-LINE ISG',
 'vin': 'U5YPK812LML101319',
 'year': 2021}
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY71%2520NPX%27 HTTP/1.1" 200 None
2026-03-30 06:31:14 [bca.uk] INFO: Saving data for KY71%20NPX: {'auction_closing_time': 1775124000.0, 'created_time': 1774563148.621032, 'last_price_update_time': 1774852274.45388}
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY71%2520NPX') HTTP/1.1" 204 0
2026-03-30 06:31:14 [bca.uk] INFO: Found listing with ID: KW15%20YUU
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW15%2520YUU%27 HTTP/1.1" 200 None
2026-03-30 06:31:14 [bca.uk] INFO: Scrape type for KW15%20YUU: 2
2026-03-30 06:31:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30393a55-e3a2-55e0-9607-987d661ec8d3 with identifier: KW15%20YUU
2026-03-30 06:31:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30393a55-e3a2-55e0-9607-987d661ec8d3 with scrape type 2
2026-03-30 06:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30393a55-e3a2-55e0-9607-987d661ec8d3 with scrape type 2
2026-03-30 06:31:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30393a55-e3a2-55e0-9607-987d661ec8d3, identifier: KW15%20YUU
2026-03-30 06:31:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bece16a-dba2-5044-81d5-cf8a2d991624 with identifier: VE67%20HCK
2026-03-30 06:31:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bece16a-dba2-5044-81d5-cf8a2d991624 with identifier: VE67%20HCK
2026-03-30 06:31:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bece16a-dba2-5044-81d5-cf8a2d991624 with identifier: VE67%20HCK to the API
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE67%20HCK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5bece16a-dba2-5044-81d5-cf8a2d991624',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE67 HCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE67%20HCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 59245,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 TDCI 120 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 ST-LINE',
 'vin': 'WF05XXGCC5JL03458',
 'year': 2018}
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE67%2520HCK%27 HTTP/1.1" 200 None
2026-03-30 06:31:14 [bca.uk] INFO: Saving data for VE67%20HCK: {'auction_closing_time': 1775037600.0, 'created_time': 1774562741.700207, 'last_price_update_time': 1774852274.856861}
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE67%2520HCK') HTTP/1.1" 204 0
2026-03-30 06:31:14 [bca.uk] INFO: Found listing with ID: MH24%20UGO
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH24%2520UGO%27 HTTP/1.1" 200 None
2026-03-30 06:31:14 [bca.uk] INFO: Scrape type for MH24%20UGO: 2
2026-03-30 06:31:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with identifier: MH24%20UGO
2026-03-30 06:31:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with scrape type 2
2026-03-30 06:31:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with scrape type 2
2026-03-30 06:31:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea8f1b09-ef8c-5fa6-9c92-7536c9f21673, identifier: MH24%20UGO
2026-03-30 06:31:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30393a55-e3a2-55e0-9607-987d661ec8d3 with identifier: KW15%20YUU
2026-03-30 06:31:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30393a55-e3a2-55e0-9607-987d661ec8d3 with identifier: KW15%20YUU
2026-03-30 06:31:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30393a55-e3a2-55e0-9607-987d661ec8d3 with identifier: KW15%20YUU to the API
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW15%20YUU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30393a55-e3a2-55e0-9607-987d661ec8d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW15 YUU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW15%20YUU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 93351,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.4 T 140 SE 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'T 140 SE 2WD',
 'vin': 'W0LJD7E84FB113638',
 'year': 2015}
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW15%2520YUU%27 HTTP/1.1" 200 None
2026-03-30 06:31:15 [bca.uk] INFO: Saving data for KW15%20YUU: {'auction_closing_time': 1774864800.0, 'created_time': 1774562955.559605, 'last_price_update_time': 1774852275.267628}
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW15%2520YUU') HTTP/1.1" 204 0
2026-03-30 06:31:15 [bca.uk] INFO: Found listing with ID: KM22%20OUP
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM22%2520OUP%27 HTTP/1.1" 200 None
2026-03-30 06:31:15 [bca.uk] INFO: Scrape type for KM22%20OUP: 2
2026-03-30 06:31:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0622c7df-60f0-5332-b164-50ad41ac263d with identifier: KM22%20OUP
2026-03-30 06:31:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0622c7df-60f0-5332-b164-50ad41ac263d with scrape type 2
2026-03-30 06:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0622c7df-60f0-5332-b164-50ad41ac263d with scrape type 2
2026-03-30 06:31:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0622c7df-60f0-5332-b164-50ad41ac263d, identifier: KM22%20OUP
2026-03-30 06:31:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with identifier: MH24%20UGO
2026-03-30 06:31:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with identifier: MH24%20UGO
2026-03-30 06:31:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea8f1b09-ef8c-5fa6-9c92-7536c9f21673 with identifier: MH24%20UGO to the API
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH24%20UGO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ea8f1b09-ef8c-5fa6-9c92-7536c9f21673',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MH24 UGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH24%20UGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 23172,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS5RC235239',
 'year': 2024}
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH24%2520UGO%27 HTTP/1.1" 200 None
2026-03-30 06:31:15 [bca.uk] INFO: Saving data for MH24%20UGO: {'auction_closing_time': 1775124000.0, 'created_time': 1774563129.300932, 'last_price_update_time': 1774852275.795384}
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH24%2520UGO') HTTP/1.1" 204 0
2026-03-30 06:31:15 [bca.uk] INFO: Found listing with ID: FG69%20BNE
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG69%2520BNE%27 HTTP/1.1" 200 None
2026-03-30 06:31:15 [bca.uk] INFO: Scrape type for FG69%20BNE: 2
2026-03-30 06:31:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 721b3d72-99c9-5384-90e4-9a084919e892 with identifier: FG69%20BNE
2026-03-30 06:31:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 721b3d72-99c9-5384-90e4-9a084919e892 with scrape type 2
2026-03-30 06:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 721b3d72-99c9-5384-90e4-9a084919e892 with scrape type 2
2026-03-30 06:31:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 721b3d72-99c9-5384-90e4-9a084919e892, identifier: FG69%20BNE
2026-03-30 06:31:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0622c7df-60f0-5332-b164-50ad41ac263d with identifier: KM22%20OUP
2026-03-30 06:31:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0622c7df-60f0-5332-b164-50ad41ac263d with identifier: KM22%20OUP
2026-03-30 06:31:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0622c7df-60f0-5332-b164-50ad41ac263d with identifier: KM22%20OUP to the API
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM22%20OUP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0622c7df-60f0-5332-b164-50ad41ac263d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM22 OUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM22%20OUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 49964,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 2WD SE CONNECT StationWagon',
 'transmission': 'manual',
 'trim': 'T-GDI 2WD SE CONNECT',
 'vin': 'TMAJC81BLNJ200875',
 'year': 2022}
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM22%2520OUP%27 HTTP/1.1" 200 None
2026-03-30 06:31:16 [bca.uk] INFO: Saving data for KM22%20OUP: {'auction_closing_time': 1775037600.0, 'created_time': 1774562977.433583, 'last_price_update_time': 1774852276.294005}
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM22%2520OUP') HTTP/1.1" 204 0
2026-03-30 06:31:16 [bca.uk] INFO: Found listing with ID: CX22%20HFE
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX22%2520HFE%27 HTTP/1.1" 200 None
2026-03-30 06:31:16 [bca.uk] INFO: Scrape type for CX22%20HFE: 2
2026-03-30 06:31:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5158946f-14d6-572f-a674-c9b3f78b74ca with identifier: CX22%20HFE
2026-03-30 06:31:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5158946f-14d6-572f-a674-c9b3f78b74ca with scrape type 2
2026-03-30 06:31:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5158946f-14d6-572f-a674-c9b3f78b74ca with scrape type 2
2026-03-30 06:31:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5158946f-14d6-572f-a674-c9b3f78b74ca, identifier: CX22%20HFE
2026-03-30 06:31:16 [scrapy.extensions.logstats] INFO: Crawled 89 pages (at 4 pages/min), scraped 3474 items (at 107 items/min)
2026-03-30 06:31:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:31:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 721b3d72-99c9-5384-90e4-9a084919e892 with identifier: FG69%20BNE
2026-03-30 06:31:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 721b3d72-99c9-5384-90e4-9a084919e892 with identifier: FG69%20BNE
2026-03-30 06:31:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 721b3d72-99c9-5384-90e4-9a084919e892 with identifier: FG69%20BNE to the API
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG69%20BNE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '721b3d72-99c9-5384-90e4-9a084919e892',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG69 BNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG69%20BNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 41806,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 SPORTIVE L2 H1',
 'vin': 'VXEVBYHRKLZ013355',
 'year': 2019}
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG69%2520BNE%27 HTTP/1.1" 200 None
2026-03-30 06:31:16 [bca.uk] INFO: Saving data for FG69%20BNE: {'auction_closing_time': 1774864800.0, 'created_time': 1773831434.456874, 'last_price_update_time': 1774852276.713079}
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG69%2520BNE') HTTP/1.1" 204 0
2026-03-30 06:31:16 [bca.uk] INFO: Found listing with ID: KN09%20ZNP
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN09%2520ZNP%27 HTTP/1.1" 200 None
2026-03-30 06:31:16 [bca.uk] INFO: Scrape type for KN09%20ZNP: 2
2026-03-30 06:31:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with identifier: KN09%20ZNP
2026-03-30 06:31:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with scrape type 2
2026-03-30 06:31:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with scrape type 2
2026-03-30 06:31:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21bc1d90-0d92-5898-8f0b-fd63f39f3572, identifier: KN09%20ZNP
2026-03-30 06:31:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5158946f-14d6-572f-a674-c9b3f78b74ca with identifier: CX22%20HFE
2026-03-30 06:31:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5158946f-14d6-572f-a674-c9b3f78b74ca with identifier: CX22%20HFE
2026-03-30 06:31:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5158946f-14d6-572f-a674-c9b3f78b74ca with identifier: CX22%20HFE to the API
2026-03-30 06:31:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX22%20HFE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5158946f-14d6-572f-a674-c9b3f78b74ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX22 HFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX22%20HFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 43113,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB ACTIVE L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB ACTIVE L/R',
 'vin': 'WF0YXXTTGYMD41023',
 'year': 2022}
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX22%2520HFE%27 HTTP/1.1" 200 None
2026-03-30 06:31:17 [bca.uk] INFO: Saving data for CX22%20HFE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563142.363028, 'last_price_update_time': 1774852277.132461}
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX22%2520HFE') HTTP/1.1" 204 0
2026-03-30 06:31:17 [bca.uk] INFO: Found listing with ID: AX57%20BMU
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX57%2520BMU%27 HTTP/1.1" 200 None
2026-03-30 06:31:17 [bca.uk] INFO: Scrape type for AX57%20BMU: 2
2026-03-30 06:31:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5f05c66-44bb-5588-8612-4037fcbbf9f5 with identifier: AX57%20BMU
2026-03-30 06:31:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5f05c66-44bb-5588-8612-4037fcbbf9f5 with scrape type 2
2026-03-30 06:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5f05c66-44bb-5588-8612-4037fcbbf9f5 with scrape type 2
2026-03-30 06:31:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5f05c66-44bb-5588-8612-4037fcbbf9f5, identifier: AX57%20BMU
2026-03-30 06:31:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with identifier: KN09%20ZNP
2026-03-30 06:31:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with identifier: KN09%20ZNP
2026-03-30 06:31:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21bc1d90-0d92-5898-8f0b-fd63f39f3572 with identifier: KN09%20ZNP to the API
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN09%20ZNP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '21bc1d90-0d92-5898-8f0b-fd63f39f3572',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN09 ZNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN09%20ZNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'SCIROCCO',
 'odometer': 163534,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN SCIROCCO 2.0 TSI 200 GT DSG Coupe',
 'transmission': 'automatic',
 'trim': 'TSI 200 GT DSG',
 'vin': 'WVWZZZ13Z9V033840',
 'year': 2009}
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN09%2520ZNP%27 HTTP/1.1" 200 None
2026-03-30 06:31:17 [bca.uk] INFO: Saving data for KN09%20ZNP: {'auction_closing_time': 1775037600.0, 'created_time': 1774562966.882936, 'last_price_update_time': 1774852277.552686}
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN09%2520ZNP') HTTP/1.1" 204 0
2026-03-30 06:31:17 [bca.uk] INFO: Found listing with ID: BT71%20KXB
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520KXB%27 HTTP/1.1" 200 None
2026-03-30 06:31:17 [bca.uk] INFO: Scrape type for BT71%20KXB: 2
2026-03-30 06:31:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7662d6d9-21be-586f-af2d-5c80dd15efe0 with identifier: BT71%20KXB
2026-03-30 06:31:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7662d6d9-21be-586f-af2d-5c80dd15efe0 with scrape type 2
2026-03-30 06:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7662d6d9-21be-586f-af2d-5c80dd15efe0 with scrape type 2
2026-03-30 06:31:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7662d6d9-21be-586f-af2d-5c80dd15efe0, identifier: BT71%20KXB
2026-03-30 06:31:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5f05c66-44bb-5588-8612-4037fcbbf9f5 with identifier: AX57%20BMU
2026-03-30 06:31:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5f05c66-44bb-5588-8612-4037fcbbf9f5 with identifier: AX57%20BMU
2026-03-30 06:31:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5f05c66-44bb-5588-8612-4037fcbbf9f5 with identifier: AX57%20BMU to the API
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX57%20BMU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5f05c66-44bb-5588-8612-4037fcbbf9f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX57 BMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX57%20BMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 160711,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI PD ELEGANCE Estate',
 'transmission': 'manual',
 'trim': 'TDI PD ELEGANCE',
 'vin': 'TMBGE21Z182085312',
 'year': 2007}
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX57%2520BMU%27 HTTP/1.1" 200 None
2026-03-30 06:31:17 [bca.uk] INFO: Saving data for AX57%20BMU: {'auction_closing_time': 1774951200.0, 'created_time': 1774562732.04744, 'last_price_update_time': 1774852277.956872}
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX57%2520BMU') HTTP/1.1" 204 0
2026-03-30 06:31:17 [bca.uk] INFO: Found listing with ID: WM14%20WVU
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520WVU%27 HTTP/1.1" 200 None
2026-03-30 06:31:17 [bca.uk] INFO: Scrape type for WM14%20WVU: 2
2026-03-30 06:31:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aadb6f37-b58b-5653-a10d-980028214a0e with identifier: WM14%20WVU
2026-03-30 06:31:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aadb6f37-b58b-5653-a10d-980028214a0e with scrape type 2
2026-03-30 06:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aadb6f37-b58b-5653-a10d-980028214a0e with scrape type 2
2026-03-30 06:31:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aadb6f37-b58b-5653-a10d-980028214a0e, identifier: WM14%20WVU
2026-03-30 06:31:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7662d6d9-21be-586f-af2d-5c80dd15efe0 with identifier: BT71%20KXB
2026-03-30 06:31:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7662d6d9-21be-586f-af2d-5c80dd15efe0 with identifier: BT71%20KXB
2026-03-30 06:31:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7662d6d9-21be-586f-af2d-5c80dd15efe0 with identifier: BT71%20KXB to the API
2026-03-30 06:31:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT71%20KXB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7662d6d9-21be-586f-af2d-5c80dd15efe0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT71 KXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT71%20KXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 35956,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB4MC408131',
 'year': 2021}
2026-03-30 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520KXB%27 HTTP/1.1" 200 None
2026-03-30 06:31:18 [bca.uk] INFO: Saving data for BT71%20KXB: {'auction_closing_time': 1775124000.0, 'created_time': 1774563142.00368, 'last_price_update_time': 1774852278.869493}
2026-03-30 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT71%2520KXB') HTTP/1.1" 204 0
2026-03-30 06:31:18 [bca.uk] INFO: Found listing with ID: DL67%20YBD
2026-03-30 06:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520YBD%27 HTTP/1.1" 200 None
2026-03-30 06:31:19 [bca.uk] INFO: Scrape type for DL67%20YBD: 2
2026-03-30 06:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with identifier: DL67%20YBD
2026-03-30 06:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with scrape type 2
2026-03-30 06:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with scrape type 2
2026-03-30 06:31:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c, identifier: DL67%20YBD
2026-03-30 06:31:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aadb6f37-b58b-5653-a10d-980028214a0e with identifier: WM14%20WVU
2026-03-30 06:31:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aadb6f37-b58b-5653-a10d-980028214a0e with identifier: WM14%20WVU
2026-03-30 06:31:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aadb6f37-b58b-5653-a10d-980028214a0e with identifier: WM14%20WVU to the API
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM14%20WVU-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aadb6f37-b58b-5653-a10d-980028214a0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM14 WVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM14%20WVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': '500L MPW',
 'odometer': 99067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FIAT 500L MPW 1.3 M/JET 85 LOUNGE (7ST) MPV',
 'transmission': 'manual',
 'trim': 'M/JET 85 LOUNGE (7ST)',
 'vin': 'ZFA19900005155104',
 'year': 2014}
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM14%2520WVU%27 HTTP/1.1" 200 None
2026-03-30 06:31:19 [bca.uk] INFO: Saving data for WM14%20WVU: {'auction_closing_time': 1774951200.0, 'created_time': 1774562956.276555, 'last_price_update_time': 1774852279.398526}
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM14%2520WVU') HTTP/1.1" 204 0
2026-03-30 06:31:19 [bca.uk] INFO: Found listing with ID: DA23%20MHE
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA23%2520MHE%27 HTTP/1.1" 200 None
2026-03-30 06:31:19 [bca.uk] INFO: Scrape type for DA23%20MHE: 2
2026-03-30 06:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60847800-8847-5667-8ecc-b116a03f0963 with identifier: DA23%20MHE
2026-03-30 06:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60847800-8847-5667-8ecc-b116a03f0963 with scrape type 2
2026-03-30 06:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60847800-8847-5667-8ecc-b116a03f0963 with scrape type 2
2026-03-30 06:31:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60847800-8847-5667-8ecc-b116a03f0963, identifier: DA23%20MHE
2026-03-30 06:31:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with identifier: DL67%20YBD
2026-03-30 06:31:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with identifier: DL67%20YBD
2026-03-30 06:31:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c with identifier: DL67%20YBD to the API
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL67%20YBD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f4ad0ae8-cdd8-5c90-97fb-ff09b1659e2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL67 YBD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL67%20YBD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 45302,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.4 DI-D 178 BARBARIAN 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DI-D 178 BARBARIAN 4WD',
 'vin': 'MMCJYKL10HH032183',
 'year': 2018}
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520YBD%27 HTTP/1.1" 200 None
2026-03-30 06:31:19 [bca.uk] INFO: Saving data for DL67%20YBD: {'auction_closing_time': 1774864800.0, 'created_time': 1774562989.237424, 'last_price_update_time': 1774852279.823435}
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL67%2520YBD') HTTP/1.1" 204 0
2026-03-30 06:31:19 [bca.uk] INFO: Found listing with ID: YH16%20NFA
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520NFA%27 HTTP/1.1" 200 None
2026-03-30 06:31:19 [bca.uk] INFO: Scrape type for YH16%20NFA: 0
2026-03-30 06:31:19 [bca.uk] INFO: Found listing with ID: FE20%20OYY
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE20%2520OYY%27 HTTP/1.1" 200 None
2026-03-30 06:31:19 [bca.uk] INFO: Scrape type for FE20%20OYY: 2
2026-03-30 06:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68022e97-277e-5f16-b32a-ad1913d2c8b6 with identifier: FE20%20OYY
2026-03-30 06:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68022e97-277e-5f16-b32a-ad1913d2c8b6 with scrape type 2
2026-03-30 06:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68022e97-277e-5f16-b32a-ad1913d2c8b6 with scrape type 2
2026-03-30 06:31:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68022e97-277e-5f16-b32a-ad1913d2c8b6, identifier: FE20%20OYY
2026-03-30 06:31:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60847800-8847-5667-8ecc-b116a03f0963 with identifier: DA23%20MHE
2026-03-30 06:31:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60847800-8847-5667-8ecc-b116a03f0963 with identifier: DA23%20MHE
2026-03-30 06:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60847800-8847-5667-8ecc-b116a03f0963 with identifier: DA23%20MHE to the API
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA23%20MHE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '60847800-8847-5667-8ecc-b116a03f0963',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DA23 MHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA23%20MHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 50974,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 35 125KW 55KWH SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH SPORT',
 'vin': 'WAUZZZFZ6PP037074',
 'year': 2023}
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA23%2520MHE%27 HTTP/1.1" 200 None
2026-03-30 06:31:20 [bca.uk] INFO: Saving data for DA23%20MHE: {'auction_closing_time': 1775124000.0, 'created_time': 1774563147.512449, 'last_price_update_time': 1774852280.361587}
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA23%2520MHE') HTTP/1.1" 204 0
2026-03-30 06:31:20 [bca.uk] INFO: Found listing with ID: A21%20PCN
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A21%2520PCN%27 HTTP/1.1" 200 None
2026-03-30 06:31:20 [bca.uk] INFO: Scrape type for A21%20PCN: 2
2026-03-30 06:31:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3611dadf-e485-51cf-a060-d20492898c50 with identifier: A21%20PCN
2026-03-30 06:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3611dadf-e485-51cf-a060-d20492898c50 with scrape type 2
2026-03-30 06:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3611dadf-e485-51cf-a060-d20492898c50 with scrape type 2
2026-03-30 06:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3611dadf-e485-51cf-a060-d20492898c50, identifier: A21%20PCN
2026-03-30 06:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68022e97-277e-5f16-b32a-ad1913d2c8b6 with identifier: FE20%20OYY
2026-03-30 06:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68022e97-277e-5f16-b32a-ad1913d2c8b6 with identifier: FE20%20OYY
2026-03-30 06:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68022e97-277e-5f16-b32a-ad1913d2c8b6 with identifier: FE20%20OYY to the API
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE20%20OYY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68022e97-277e-5f16-b32a-ad1913d2c8b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE20 OYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE20%20OYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 79834,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 1.5 218I T LUXURY Hatchback',
 'transmission': 'manual',
 'trim': '218I T LUXURY',
 'vin': 'WBA6S120107F63315',
 'year': 2020}
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE20%2520OYY%27 HTTP/1.1" 200 None
2026-03-30 06:31:20 [bca.uk] INFO: Saving data for FE20%20OYY: {'auction_closing_time': 1775037600.0, 'created_time': 1774562838.327391, 'last_price_update_time': 1774852280.928212}
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE20%2520OYY') HTTP/1.1" 204 0
2026-03-30 06:31:20 [bca.uk] INFO: Found listing with ID: OV23%20SZC
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520SZC%27 HTTP/1.1" 200 None
2026-03-30 06:31:20 [bca.uk] INFO: Scrape type for OV23%20SZC: 2
2026-03-30 06:31:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95af966d-d958-53c9-853a-c3c24a7b70da with identifier: OV23%20SZC
2026-03-30 06:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95af966d-d958-53c9-853a-c3c24a7b70da with scrape type 2
2026-03-30 06:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95af966d-d958-53c9-853a-c3c24a7b70da with scrape type 2
2026-03-30 06:31:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95af966d-d958-53c9-853a-c3c24a7b70da, identifier: OV23%20SZC
2026-03-30 06:31:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3611dadf-e485-51cf-a060-d20492898c50 with identifier: A21%20PCN
2026-03-30 06:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3611dadf-e485-51cf-a060-d20492898c50 with identifier: A21%20PCN
2026-03-30 06:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3611dadf-e485-51cf-a060-d20492898c50 with identifier: A21%20PCN to the API
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=A21%20PCN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3611dadf-e485-51cf-a060-d20492898c50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'A21 PCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=A21%20PCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '520D',
 'odometer': 173014,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 M SPORT TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'M SPORT TOURING STEP',
 'vin': 'WBA5J320X0D340862',
 'year': 2013}
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A21%2520PCN%27 HTTP/1.1" 200 None
2026-03-30 06:31:21 [bca.uk] INFO: Saving data for A21%20PCN: {'auction_closing_time': 1774864800.0, 'created_time': 1774562980.014148, 'last_price_update_time': 1774852281.401734}
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='A21%2520PCN') HTTP/1.1" 204 0
2026-03-30 06:31:21 [bca.uk] INFO: Found listing with ID: YG70%20XRF
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520XRF%27 HTTP/1.1" 200 None
2026-03-30 06:31:21 [bca.uk] INFO: Scrape type for YG70%20XRF: 2
2026-03-30 06:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with identifier: YG70%20XRF
2026-03-30 06:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with scrape type 2
2026-03-30 06:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with scrape type 2
2026-03-30 06:31:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b6223d3-1f88-514e-a0dd-f4d5abbd453b, identifier: YG70%20XRF
2026-03-30 06:31:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95af966d-d958-53c9-853a-c3c24a7b70da with identifier: OV23%20SZC
2026-03-30 06:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95af966d-d958-53c9-853a-c3c24a7b70da with identifier: OV23%20SZC
2026-03-30 06:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95af966d-d958-53c9-853a-c3c24a7b70da with identifier: OV23%20SZC to the API
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20SZC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '95af966d-d958-53c9-853a-c3c24a7b70da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV23 SZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20SZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 37120,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 170KW 69KWH SM2 STD.RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 69KWH SM2 STD.RANGE',
 'vin': 'YSMVSEFEXPL152574',
 'year': 2023}
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520SZC%27 HTTP/1.1" 200 None
2026-03-30 06:31:21 [bca.uk] INFO: Saving data for OV23%20SZC: {'auction_closing_time': 1775124000.0, 'created_time': 1774563128.821803, 'last_price_update_time': 1774852281.863187}
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520SZC') HTTP/1.1" 204 0
2026-03-30 06:31:21 [bca.uk] INFO: Found listing with ID: FN67%20KYU
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520KYU%27 HTTP/1.1" 200 None
2026-03-30 06:31:21 [bca.uk] INFO: Scrape type for FN67%20KYU: 0
2026-03-30 06:31:21 [bca.uk] INFO: Found listing with ID: YB65%20UKC
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520UKC%27 HTTP/1.1" 200 None
2026-03-30 06:31:21 [bca.uk] INFO: Scrape type for YB65%20UKC: 2
2026-03-30 06:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2112835-7adb-5a77-b3a9-49ea63de14f2 with identifier: YB65%20UKC
2026-03-30 06:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2112835-7adb-5a77-b3a9-49ea63de14f2 with scrape type 2
2026-03-30 06:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2112835-7adb-5a77-b3a9-49ea63de14f2 with scrape type 2
2026-03-30 06:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2112835-7adb-5a77-b3a9-49ea63de14f2, identifier: YB65%20UKC
2026-03-30 06:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with identifier: YG70%20XRF
2026-03-30 06:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with identifier: YG70%20XRF
2026-03-30 06:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b6223d3-1f88-514e-a0dd-f4d5abbd453b with identifier: YG70%20XRF to the API
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG70%20XRF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2b6223d3-1f88-514e-a0dd-f4d5abbd453b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG70 XRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG70%20XRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '320I',
 'odometer': 46257,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 320I 2.0 T M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA5F32010FJ89383',
 'year': 2020}
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG70%2520XRF%27 HTTP/1.1" 200 None
2026-03-30 06:31:22 [bca.uk] INFO: Saving data for YG70%20XRF: {'auction_closing_time': 1775037600.0, 'created_time': 1774562871.051353, 'last_price_update_time': 1774852282.331268}
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG70%2520XRF') HTTP/1.1" 204 0
2026-03-30 06:31:22 [bca.uk] INFO: Found listing with ID: OY72%20ZSV
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY72%2520ZSV%27 HTTP/1.1" 200 None
2026-03-30 06:31:22 [bca.uk] INFO: Scrape type for OY72%20ZSV: 2
2026-03-30 06:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14602bc7-3447-5d78-ab8d-c04f6109ce24 with identifier: OY72%20ZSV
2026-03-30 06:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14602bc7-3447-5d78-ab8d-c04f6109ce24 with scrape type 2
2026-03-30 06:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14602bc7-3447-5d78-ab8d-c04f6109ce24 with scrape type 2
2026-03-30 06:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14602bc7-3447-5d78-ab8d-c04f6109ce24, identifier: OY72%20ZSV
2026-03-30 06:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2112835-7adb-5a77-b3a9-49ea63de14f2 with identifier: YB65%20UKC
2026-03-30 06:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2112835-7adb-5a77-b3a9-49ea63de14f2 with identifier: YB65%20UKC
2026-03-30 06:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2112835-7adb-5a77-b3a9-49ea63de14f2 with identifier: YB65%20UKC to the API
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB65%20UKC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e2112835-7adb-5a77-b3a9-49ea63de14f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB65 UKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB65%20UKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 117724,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 D5 225 AWD MOMENTUM G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 225 AWD MOMENTUM G/T',
 'vin': 'YV1LFA4BCG1013126',
 'year': 2015}
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520UKC%27 HTTP/1.1" 200 None
2026-03-30 06:31:22 [bca.uk] INFO: Saving data for YB65%20UKC: {'auction_closing_time': 1774864800.0, 'created_time': 1774562979.622529, 'last_price_update_time': 1774852282.772015}
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB65%2520UKC') HTTP/1.1" 204 0
2026-03-30 06:31:22 [bca.uk] INFO: Found listing with ID: BD18%20WLA
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520WLA%27 HTTP/1.1" 200 None
2026-03-30 06:31:22 [bca.uk] INFO: Scrape type for BD18%20WLA: 2
2026-03-30 06:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9837ebe-4b9c-53a1-a55b-3f75dea54498 with identifier: BD18%20WLA
2026-03-30 06:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9837ebe-4b9c-53a1-a55b-3f75dea54498 with scrape type 2
2026-03-30 06:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9837ebe-4b9c-53a1-a55b-3f75dea54498 with scrape type 2
2026-03-30 06:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9837ebe-4b9c-53a1-a55b-3f75dea54498, identifier: BD18%20WLA
2026-03-30 06:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14602bc7-3447-5d78-ab8d-c04f6109ce24 with identifier: OY72%20ZSV
2026-03-30 06:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14602bc7-3447-5d78-ab8d-c04f6109ce24 with identifier: OY72%20ZSV
2026-03-30 06:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14602bc7-3447-5d78-ab8d-c04f6109ce24 with identifier: OY72%20ZSV to the API
2026-03-30 06:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY72%20ZSV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '14602bc7-3447-5d78-ab8d-c04f6109ce24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OY72 ZSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY72%20ZSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 250 E',
 'odometer': 87504,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 250 E 1.3 AMG LINE PREM.PLUS NIGHT ED. '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREM.PLUS NIGHT ED.',
 'vin': 'W1N4N8GB0PJ419990',
 'year': 2022}
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY72%2520ZSV%27 HTTP/1.1" 200 None
2026-03-30 06:31:23 [bca.uk] INFO: Saving data for OY72%20ZSV: {'auction_closing_time': 1775124000.0, 'created_time': 1774563148.041258, 'last_price_update_time': 1774852283.201825}
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY72%2520ZSV') HTTP/1.1" 204 0
2026-03-30 06:31:23 [bca.uk] INFO: Found listing with ID: JRZ%201374
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JRZ%25201374%27 HTTP/1.1" 200 None
2026-03-30 06:31:23 [bca.uk] INFO: Scrape type for JRZ%201374: 2
2026-03-30 06:31:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96fec22d-51ff-543e-ac74-be1509ff58ce with identifier: JRZ%201374
2026-03-30 06:31:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96fec22d-51ff-543e-ac74-be1509ff58ce with scrape type 2
2026-03-30 06:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96fec22d-51ff-543e-ac74-be1509ff58ce with scrape type 2
2026-03-30 06:31:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96fec22d-51ff-543e-ac74-be1509ff58ce, identifier: JRZ%201374
2026-03-30 06:31:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9837ebe-4b9c-53a1-a55b-3f75dea54498 with identifier: BD18%20WLA
2026-03-30 06:31:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9837ebe-4b9c-53a1-a55b-3f75dea54498 with identifier: BD18%20WLA
2026-03-30 06:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9837ebe-4b9c-53a1-a55b-3f75dea54498 with identifier: BD18%20WLA to the API
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD18%20WLA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c9837ebe-4b9c-53a1-a55b-3f75dea54498',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD18 WLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD18%20WLA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN 109',
 'odometer': 59265,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2400,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CITAN 109 1.5 CDI 90 LONG Van',
 'transmission': 'manual',
 'trim': 'CDI 90 LONG',
 'vin': 'WDF4156032U223273',
 'year': 2018}
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520WLA%27 HTTP/1.1" 200 None
2026-03-30 06:31:23 [bca.uk] INFO: Saving data for BD18%20WLA: {'auction_closing_time': 1775113200.0, 'created_time': 1773844587.566172, 'last_price_update_time': 1774852283.637896}
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD18%2520WLA') HTTP/1.1" 204 0
2026-03-30 06:31:23 [bca.uk] INFO: Found listing with ID: AP62%20DKP
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP62%2520DKP%27 HTTP/1.1" 200 None
2026-03-30 06:31:23 [bca.uk] INFO: Scrape type for AP62%20DKP: 2
2026-03-30 06:31:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with identifier: AP62%20DKP
2026-03-30 06:31:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with scrape type 2
2026-03-30 06:31:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with scrape type 2
2026-03-30 06:31:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d34d00b9-4421-500c-b8d0-edc8e0ef3d88, identifier: AP62%20DKP
2026-03-30 06:31:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96fec22d-51ff-543e-ac74-be1509ff58ce with identifier: JRZ%201374
2026-03-30 06:31:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96fec22d-51ff-543e-ac74-be1509ff58ce with identifier: JRZ%201374
2026-03-30 06:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96fec22d-51ff-543e-ac74-be1509ff58ce with identifier: JRZ%201374 to the API
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JRZ%201374-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '96fec22d-51ff-543e-ac74-be1509ff58ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'JRZ 1374',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=JRZ%201374&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'SCENIC',
 'odometer': 84292,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'RENAULT SCENIC 1.5 DCI 110 DYNAMIQUE TOM TOM EDC MPV',
 'transmission': 'automatic',
 'trim': 'DCI 110 DYNAMIQUE TOM TOM EDC',
 'vin': 'VF1JZS00E52690787',
 'year': 2015}
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JRZ%25201374%27 HTTP/1.1" 200 None
2026-03-30 06:31:24 [bca.uk] INFO: Saving data for JRZ%201374: {'auction_closing_time': 1774951200.0, 'created_time': 1774562992.269332, 'last_price_update_time': 1774852284.061955}
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JRZ%25201374') HTTP/1.1" 204 0
2026-03-30 06:31:24 [bca.uk] INFO: Found listing with ID: EU67%20OKD
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU67%2520OKD%27 HTTP/1.1" 200 None
2026-03-30 06:31:24 [bca.uk] INFO: Scrape type for EU67%20OKD: 0
2026-03-30 06:31:24 [bca.uk] INFO: Found listing with ID: KU17%20LHB
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520LHB%27 HTTP/1.1" 200 None
2026-03-30 06:31:24 [bca.uk] INFO: Scrape type for KU17%20LHB: 2
2026-03-30 06:31:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea75db07-5180-5fc9-9920-e5f16be02118 with identifier: KU17%20LHB
2026-03-30 06:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea75db07-5180-5fc9-9920-e5f16be02118 with scrape type 2
2026-03-30 06:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea75db07-5180-5fc9-9920-e5f16be02118 with scrape type 2
2026-03-30 06:31:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea75db07-5180-5fc9-9920-e5f16be02118, identifier: KU17%20LHB
2026-03-30 06:31:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with identifier: AP62%20DKP
2026-03-30 06:31:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with identifier: AP62%20DKP
2026-03-30 06:31:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d34d00b9-4421-500c-b8d0-edc8e0ef3d88 with identifier: AP62%20DKP to the API
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP62%20DKP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd34d00b9-4421-500c-b8d0-edc8e0ef3d88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AP62 DKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP62%20DKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 48468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C180 1.6 B/E AMG SPORT PLUS TIP Saloon',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT PLUS TIP',
 'vin': 'WDD2040312A771687',
 'year': 2012}
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP62%2520DKP%27 HTTP/1.1" 200 None
2026-03-30 06:31:24 [bca.uk] INFO: Saving data for AP62%20DKP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563144.413119, 'last_price_update_time': 1774852284.502734}
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP62%2520DKP') HTTP/1.1" 204 0
2026-03-30 06:31:24 [bca.uk] INFO: Found listing with ID: WN61%20WMF
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN61%2520WMF%27 HTTP/1.1" 200 None
2026-03-30 06:31:24 [bca.uk] INFO: Scrape type for WN61%20WMF: 2
2026-03-30 06:31:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d60453f-e5e7-5390-b717-e7359e9782aa with identifier: WN61%20WMF
2026-03-30 06:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d60453f-e5e7-5390-b717-e7359e9782aa with scrape type 2
2026-03-30 06:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d60453f-e5e7-5390-b717-e7359e9782aa with scrape type 2
2026-03-30 06:31:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d60453f-e5e7-5390-b717-e7359e9782aa, identifier: WN61%20WMF
2026-03-30 06:31:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea75db07-5180-5fc9-9920-e5f16be02118 with identifier: KU17%20LHB
2026-03-30 06:31:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea75db07-5180-5fc9-9920-e5f16be02118 with identifier: KU17%20LHB
2026-03-30 06:31:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea75db07-5180-5fc9-9920-e5f16be02118 with identifier: KU17%20LHB to the API
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU17%20LHB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ea75db07-5180-5fc9-9920-e5f16be02118',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU17 LHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU17%20LHB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 220 D',
 'odometer': 35856,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9600,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 220 D 2.1 AMG LINE PREMIUM 4M DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM 4M DCT',
 'vin': 'WDC1569052J352122',
 'year': 2017}
2026-03-30 06:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU17%2520LHB%27 HTTP/1.1" 200 None
2026-03-30 06:31:25 [bca.uk] INFO: Saving data for KU17%20LHB: {'auction_closing_time': 1775113200.0, 'created_time': 1773844555.420538, 'last_price_update_time': 1774852285.001409}
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU17%2520LHB') HTTP/1.1" 204 0
2026-03-30 06:31:25 [bca.uk] INFO: Found listing with ID: WP20%20MHF
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520MHF%27 HTTP/1.1" 200 None
2026-03-30 06:31:25 [bca.uk] INFO: Scrape type for WP20%20MHF: 2
2026-03-30 06:31:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with identifier: WP20%20MHF
2026-03-30 06:31:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with scrape type 2
2026-03-30 06:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with scrape type 2
2026-03-30 06:31:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d6c14d6-d311-54a5-b737-bdd6b51325a8, identifier: WP20%20MHF
2026-03-30 06:31:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d60453f-e5e7-5390-b717-e7359e9782aa with identifier: WN61%20WMF
2026-03-30 06:31:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d60453f-e5e7-5390-b717-e7359e9782aa with identifier: WN61%20WMF
2026-03-30 06:31:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d60453f-e5e7-5390-b717-e7359e9782aa with identifier: WN61%20WMF to the API
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN61%20WMF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d60453f-e5e7-5390-b717-e7359e9782aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN61 WMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN61%20WMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 31486,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.5 DI-D 176 LB LWB BARBARIAN 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DI-D 176 LB LWB BARBARIAN 4WD',
 'vin': 'MMCJNKB40CD002735',
 'year': 2011}
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN61%2520WMF%27 HTTP/1.1" 200 None
2026-03-30 06:31:25 [bca.uk] INFO: Saving data for WN61%20WMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774016663.848021, 'last_price_update_time': 1774852285.463032}
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN61%2520WMF') HTTP/1.1" 204 0
2026-03-30 06:31:25 [bca.uk] INFO: Found listing with ID: EJ71%20ZWA
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520ZWA%27 HTTP/1.1" 200 None
2026-03-30 06:31:25 [bca.uk] INFO: Scrape type for EJ71%20ZWA: 2
2026-03-30 06:31:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69d30617-03f2-535a-a6e8-552a0b42329f with identifier: EJ71%20ZWA
2026-03-30 06:31:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69d30617-03f2-535a-a6e8-552a0b42329f with scrape type 2
2026-03-30 06:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69d30617-03f2-535a-a6e8-552a0b42329f with scrape type 2
2026-03-30 06:31:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69d30617-03f2-535a-a6e8-552a0b42329f, identifier: EJ71%20ZWA
2026-03-30 06:31:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with identifier: WP20%20MHF
2026-03-30 06:31:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with identifier: WP20%20MHF
2026-03-30 06:31:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d6c14d6-d311-54a5-b737-bdd6b51325a8 with identifier: WP20%20MHF to the API
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP20%20MHF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d6c14d6-d311-54a5-b737-bdd6b51325a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP20 MHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP20%20MHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 56781,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 EBL 120 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120 ST-LINE',
 'vin': 'WF0NXXGCHNLA59073',
 'year': 2020}
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520MHF%27 HTTP/1.1" 200 None
2026-03-30 06:31:25 [bca.uk] INFO: Saving data for WP20%20MHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563133.836823, 'last_price_update_time': 1774852285.876411}
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP20%2520MHF') HTTP/1.1" 204 0
2026-03-30 06:31:25 [bca.uk] INFO: Total items found: 100
2026-03-30 06:31:25 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded
2026-03-30 06:31:25 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:31:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:31:25 [bca.uk] INFO: Found listing with ID: FL71%20KXN
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520KXN%27 HTTP/1.1" 200 None
2026-03-30 06:31:25 [bca.uk] INFO: Scrape type for FL71%20KXN: 2
2026-03-30 06:31:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 019d87de-efe6-5799-bec7-a6bd373ec130 with identifier: FL71%20KXN
2026-03-30 06:31:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 019d87de-efe6-5799-bec7-a6bd373ec130 with scrape type 2
2026-03-30 06:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 019d87de-efe6-5799-bec7-a6bd373ec130 with scrape type 2
2026-03-30 06:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 019d87de-efe6-5799-bec7-a6bd373ec130, identifier: FL71%20KXN
2026-03-30 06:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69d30617-03f2-535a-a6e8-552a0b42329f with identifier: EJ71%20ZWA
2026-03-30 06:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69d30617-03f2-535a-a6e8-552a0b42329f with identifier: EJ71%20ZWA
2026-03-30 06:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69d30617-03f2-535a-a6e8-552a0b42329f with identifier: EJ71%20ZWA to the API
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 251,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ71%20ZWA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '69d30617-03f2-535a-a6e8-552a0b42329f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ71 ZWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ71%20ZWA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 106985,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L4 Dropside',
 'transmission': 'manual',
 'trim': 'EBL 130 L4',
 'vin': 'WF0AXXTTRAMK11033',
 'year': 2021}
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520ZWA%27 HTTP/1.1" 200 None
2026-03-30 06:31:26 [bca.uk] INFO: Saving data for EJ71%20ZWA: {'auction_closing_time': 1775113200.0, 'created_time': 1773839209.687624, 'last_price_update_time': 1774852286.330395}
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ71%2520ZWA') HTTP/1.1" 204 0
2026-03-30 06:31:26 [bca.uk] INFO: Found listing with ID: LX58%20XUO
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520XUO%27 HTTP/1.1" 200 None
2026-03-30 06:31:26 [bca.uk] INFO: Scrape type for LX58%20XUO: 2
2026-03-30 06:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with identifier: LX58%20XUO
2026-03-30 06:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with scrape type 2
2026-03-30 06:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with scrape type 2
2026-03-30 06:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b, identifier: LX58%20XUO
2026-03-30 06:31:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:31:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 019d87de-efe6-5799-bec7-a6bd373ec130 with identifier: FL71%20KXN
2026-03-30 06:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 019d87de-efe6-5799-bec7-a6bd373ec130 with identifier: FL71%20KXN
2026-03-30 06:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 019d87de-efe6-5799-bec7-a6bd373ec130 with identifier: FL71%20KXN to the API
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL71%20KXN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '019d87de-efe6-5799-bec7-a6bd373ec130',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL71 KXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL71%20KXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 49424,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 140 MH ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 MH ACENTA PREMIUM',
 'vin': 'SJNTAAJ12U1025062',
 'year': 2021}
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520KXN%27 HTTP/1.1" 200 None
2026-03-30 06:31:26 [bca.uk] INFO: Saving data for FL71%20KXN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562978.502735, 'last_price_update_time': 1774852286.780731}
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL71%2520KXN') HTTP/1.1" 204 0
2026-03-30 06:31:26 [bca.uk] INFO: Found listing with ID: ND67%20AZU
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520AZU%27 HTTP/1.1" 200 None
2026-03-30 06:31:26 [bca.uk] INFO: Scrape type for ND67%20AZU: 2
2026-03-30 06:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with identifier: ND67%20AZU
2026-03-30 06:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with scrape type 2
2026-03-30 06:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with scrape type 2
2026-03-30 06:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29, identifier: ND67%20AZU
2026-03-30 06:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with identifier: LX58%20XUO
2026-03-30 06:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with identifier: LX58%20XUO
2026-03-30 06:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b with identifier: LX58%20XUO to the API
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX58%20XUO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '896af7ca-3c90-54e0-8eba-b2e3d8ae1a5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX58 XUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX58%20XUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 140613,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC BLUE Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC BLUE',
 'vin': 'WF0DXXGAJD8C53252',
 'year': 2008}
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520XUO%27 HTTP/1.1" 200 None
2026-03-30 06:31:27 [bca.uk] INFO: Saving data for LX58%20XUO: {'auction_closing_time': 1774951200.0, 'created_time': 1774339587.236781, 'last_price_update_time': 1774852287.177985}
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX58%2520XUO') HTTP/1.1" 204 0
2026-03-30 06:31:27 [bca.uk] INFO: Found listing with ID: BJ67%20LXG
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520LXG%27 HTTP/1.1" 200 None
2026-03-30 06:31:27 [bca.uk] INFO: Scrape type for BJ67%20LXG: 2
2026-03-30 06:31:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4f8ef7c-107c-5111-a25b-7494bfb547e4 with identifier: BJ67%20LXG
2026-03-30 06:31:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4f8ef7c-107c-5111-a25b-7494bfb547e4 with scrape type 2
2026-03-30 06:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4f8ef7c-107c-5111-a25b-7494bfb547e4 with scrape type 2
2026-03-30 06:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4f8ef7c-107c-5111-a25b-7494bfb547e4, identifier: BJ67%20LXG
2026-03-30 06:31:27 [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:31:27 [bca.uk] INFO: Found listing with ID: BK72%20VBL
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520VBL%27 HTTP/1.1" 200 None
2026-03-30 06:31:27 [bca.uk] INFO: Scrape type for BK72%20VBL: 2
2026-03-30 06:31:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9bba8e4-d109-5dae-aba3-d740c2da3a62 with identifier: BK72%20VBL
2026-03-30 06:31:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9bba8e4-d109-5dae-aba3-d740c2da3a62 with scrape type 2
2026-03-30 06:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9bba8e4-d109-5dae-aba3-d740c2da3a62 with scrape type 2
2026-03-30 06:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9bba8e4-d109-5dae-aba3-d740c2da3a62, identifier: BK72%20VBL
2026-03-30 06:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with identifier: ND67%20AZU
2026-03-30 06:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with identifier: ND67%20AZU
2026-03-30 06:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29 with identifier: ND67%20AZU to the API
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND67%20AZU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b2c47fd2-e8aa-5a25-b79a-5fb7567e1f29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND67 AZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND67%20AZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 102032,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOUAREG 3.0 V6 TDI 262 BMT R LINE PLUS TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 262 BMT R LINE PLUS TIP',
 'vin': 'WVGZZZ7PZHD041111',
 'year': 2017}
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520AZU%27 HTTP/1.1" 200 None
2026-03-30 06:31:27 [bca.uk] INFO: Saving data for ND67%20AZU: {'auction_closing_time': 1775037600.0, 'created_time': 1774562872.697088, 'last_price_update_time': 1774852287.739453}
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND67%2520AZU') HTTP/1.1" 204 0
2026-03-30 06:31:27 [bca.uk] INFO: Found listing with ID: GL21%20EVM
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520EVM%27 HTTP/1.1" 200 None
2026-03-30 06:31:27 [bca.uk] INFO: Scrape type for GL21%20EVM: 2
2026-03-30 06:31:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with identifier: GL21%20EVM
2026-03-30 06:31:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with scrape type 2
2026-03-30 06:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with scrape type 2
2026-03-30 06:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29da9080-aa1f-53f3-bdbb-6d3725ccda91, identifier: GL21%20EVM
2026-03-30 06:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4f8ef7c-107c-5111-a25b-7494bfb547e4 with identifier: BJ67%20LXG
2026-03-30 06:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4f8ef7c-107c-5111-a25b-7494bfb547e4 with identifier: BJ67%20LXG
2026-03-30 06:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4f8ef7c-107c-5111-a25b-7494bfb547e4 with identifier: BJ67%20LXG to the API
2026-03-30 06:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ67%20LXG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a4f8ef7c-107c-5111-a25b-7494bfb547e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ67 LXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ67%20LXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 124505,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN NAVARA 2.3 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0071608',
 'year': 2017}
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520LXG%27 HTTP/1.1" 200 None
2026-03-30 06:31:28 [bca.uk] INFO: Saving data for BJ67%20LXG: {'auction_closing_time': 1774951200.0, 'created_time': 1774564943.566717, 'last_price_update_time': 1774852288.225965}
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ67%2520LXG') HTTP/1.1" 204 0
2026-03-30 06:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9bba8e4-d109-5dae-aba3-d740c2da3a62 with identifier: BK72%20VBL
2026-03-30 06:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9bba8e4-d109-5dae-aba3-d740c2da3a62 with identifier: BK72%20VBL
2026-03-30 06:31:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9bba8e4-d109-5dae-aba3-d740c2da3a62 with identifier: BK72%20VBL to the API
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK72%20VBL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd9bba8e4-d109-5dae-aba3-d740c2da3a62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK72 VBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK72%20VBL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 18943,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 110 SWB S/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB S/L',
 'vin': 'WV1ZZZ7H8PX012868',
 'year': 2022}
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520VBL%27 HTTP/1.1" 200 None
2026-03-30 06:31:28 [bca.uk] INFO: Saving data for BK72%20VBL: {'auction_closing_time': 1774864800.0, 'created_time': 1773842706.535456, 'last_price_update_time': 1774852288.620178}
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK72%2520VBL') HTTP/1.1" 204 0
2026-03-30 06:31:28 [bca.uk] INFO: Found listing with ID: GF69%20UKK
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF69%2520UKK%27 HTTP/1.1" 200 None
2026-03-30 06:31:28 [bca.uk] INFO: Scrape type for GF69%20UKK: 0
2026-03-30 06:31:28 [bca.uk] INFO: Found listing with ID: S44%20DPR
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S44%2520DPR%27 HTTP/1.1" 200 None
2026-03-30 06:31:28 [bca.uk] INFO: Scrape type for S44%20DPR: 2
2026-03-30 06:31:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51383641-e373-5cb5-950d-07e9ebaf3811 with identifier: S44%20DPR
2026-03-30 06:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51383641-e373-5cb5-950d-07e9ebaf3811 with scrape type 2
2026-03-30 06:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51383641-e373-5cb5-950d-07e9ebaf3811 with scrape type 2
2026-03-30 06:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51383641-e373-5cb5-950d-07e9ebaf3811, identifier: S44%20DPR
2026-03-30 06:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with identifier: GL21%20EVM
2026-03-30 06:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with identifier: GL21%20EVM
2026-03-30 06:31:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29da9080-aa1f-53f3-bdbb-6d3725ccda91 with identifier: GL21%20EVM to the API
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL21%20EVM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '29da9080-aa1f-53f3-bdbb-6d3725ccda91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL21 EVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL21%20EVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 50490,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 EVO 80 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'EVO 80 MATCH',
 'vin': 'WVWZZZAWZMU016274',
 'year': 2021}
2026-03-30 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520EVM%27 HTTP/1.1" 200 None
2026-03-30 06:31:29 [bca.uk] INFO: Saving data for GL21%20EVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774305168.162578, 'last_price_update_time': 1774852289.03939}
2026-03-30 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL21%2520EVM') HTTP/1.1" 204 0
2026-03-30 06:31:29 [bca.uk] INFO: Found listing with ID: AO24%20XBC
2026-03-30 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO24%2520XBC%27 HTTP/1.1" 200 None
2026-03-30 06:31:29 [bca.uk] INFO: Scrape type for AO24%20XBC: 2
2026-03-30 06:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2327b34-9944-5f80-a7f1-fba0346c3350 with identifier: AO24%20XBC
2026-03-30 06:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2327b34-9944-5f80-a7f1-fba0346c3350 with scrape type 2
2026-03-30 06:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2327b34-9944-5f80-a7f1-fba0346c3350 with scrape type 2
2026-03-30 06:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2327b34-9944-5f80-a7f1-fba0346c3350, identifier: AO24%20XBC
2026-03-30 06:31:29 [bca.uk] INFO: Found listing with ID: FP63%20FYT
2026-03-30 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP63%2520FYT%27 HTTP/1.1" 200 None
2026-03-30 06:31:29 [bca.uk] INFO: Scrape type for FP63%20FYT: 2
2026-03-30 06:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with identifier: FP63%20FYT
2026-03-30 06:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with scrape type 2
2026-03-30 06:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with scrape type 2
2026-03-30 06:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90b17f3a-a6c8-5be3-9ad6-19542ae678e2, identifier: FP63%20FYT
2026-03-30 06:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51383641-e373-5cb5-950d-07e9ebaf3811 with identifier: S44%20DPR
2026-03-30 06:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51383641-e373-5cb5-950d-07e9ebaf3811 with identifier: S44%20DPR
2026-03-30 06:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51383641-e373-5cb5-950d-07e9ebaf3811 with identifier: S44%20DPR to the API
2026-03-30 06:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S44%20DPR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '51383641-e373-5cb5-950d-07e9ebaf3811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'S44 DPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=S44%20DPR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 94798,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 2.0 COOPER S Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S',
 'vin': 'WMWYS920803E58205',
 'year': 2018}
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S44%2520DPR%27 HTTP/1.1" 200 None
2026-03-30 06:31:30 [bca.uk] INFO: Saving data for S44%20DPR: {'auction_closing_time': 1775113200.0, 'created_time': 1774015430.645586, 'last_price_update_time': 1774852290.262134}
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='S44%2520DPR') HTTP/1.1" 204 0
2026-03-30 06:31:30 [bca.uk] INFO: Found listing with ID: EA71%20UWN
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520UWN%27 HTTP/1.1" 200 None
2026-03-30 06:31:30 [bca.uk] INFO: Scrape type for EA71%20UWN: 2
2026-03-30 06:31:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with identifier: EA71%20UWN
2026-03-30 06:31:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with scrape type 2
2026-03-30 06:31:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with scrape type 2
2026-03-30 06:31:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0a4de42-dbc5-5186-8d06-589f3a58f6a1, identifier: EA71%20UWN
2026-03-30 06:31:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2327b34-9944-5f80-a7f1-fba0346c3350 with identifier: AO24%20XBC
2026-03-30 06:31:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2327b34-9944-5f80-a7f1-fba0346c3350 with identifier: AO24%20XBC
2026-03-30 06:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2327b34-9944-5f80-a7f1-fba0346c3350 with identifier: AO24%20XBC to the API
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO24%20XBC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f2327b34-9944-5f80-a7f1-fba0346c3350',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AO24 XBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO24%20XBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 9184,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 150KW 64KWH TROPHY LR Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH TROPHY LR',
 'vin': 'LSJWH4090PN264131',
 'year': 2024}
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO24%2520XBC%27 HTTP/1.1" 200 None
2026-03-30 06:31:30 [bca.uk] INFO: Saving data for AO24%20XBC: {'auction_closing_time': 1774951200.0, 'created_time': 1774564949.266312, 'last_price_update_time': 1774852290.657026}
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO24%2520XBC') HTTP/1.1" 204 0
2026-03-30 06:31:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with identifier: FP63%20FYT
2026-03-30 06:31:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with identifier: FP63%20FYT
2026-03-30 06:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90b17f3a-a6c8-5be3-9ad6-19542ae678e2 with identifier: FP63%20FYT to the API
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP63%20FYT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90b17f3a-a6c8-5be3-9ad6-19542ae678e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP63 FYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP63%20FYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 115118,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-DTEC SR 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'I-DTEC SR 4WD',
 'vin': 'SHSRE6770DU013492',
 'year': 2013}
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP63%2520FYT%27 HTTP/1.1" 200 None
2026-03-30 06:31:30 [bca.uk] INFO: Saving data for FP63%20FYT: {'auction_closing_time': 1774951200.0, 'created_time': 1774562977.786492, 'last_price_update_time': 1774852290.953454}
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP63%2520FYT') HTTP/1.1" 204 0
2026-03-30 06:31:30 [bca.uk] INFO: Found listing with ID: LG67%20GYO
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG67%2520GYO%27 HTTP/1.1" 200 None
2026-03-30 06:31:30 [bca.uk] INFO: Scrape type for LG67%20GYO: 2
2026-03-30 06:31:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcbedff0-cfa9-5571-b82f-19ad8f7553da with identifier: LG67%20GYO
2026-03-30 06:31:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcbedff0-cfa9-5571-b82f-19ad8f7553da with scrape type 2
2026-03-30 06:31:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcbedff0-cfa9-5571-b82f-19ad8f7553da with scrape type 2
2026-03-30 06:31:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcbedff0-cfa9-5571-b82f-19ad8f7553da, identifier: LG67%20GYO
2026-03-30 06:31:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with identifier: EA71%20UWN
2026-03-30 06:31:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with identifier: EA71%20UWN
2026-03-30 06:31:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0a4de42-dbc5-5186-8d06-589f3a58f6a1 with identifier: EA71%20UWN to the API
2026-03-30 06:31:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 262,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA71%20UWN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e0a4de42-dbc5-5186-8d06-589f3a58f6a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA71 UWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA71%20UWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRAMA15380',
 'year': 2021}
2026-03-30 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520UWN%27 HTTP/1.1" 200 None
2026-03-30 06:31:31 [bca.uk] INFO: Saving data for EA71%20UWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563135.467672, 'last_price_update_time': 1774852291.793474}
2026-03-30 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA71%2520UWN') HTTP/1.1" 204 0
2026-03-30 06:31:31 [bca.uk] INFO: Found listing with ID: LF66%20DWV
2026-03-30 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF66%2520DWV%27 HTTP/1.1" 200 None
2026-03-30 06:31:31 [bca.uk] INFO: Scrape type for LF66%20DWV: 2
2026-03-30 06:31:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 126e6085-1810-5ab6-8ab4-5101c0886ec1 with identifier: LF66%20DWV
2026-03-30 06:31:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 126e6085-1810-5ab6-8ab4-5101c0886ec1 with scrape type 2
2026-03-30 06:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 126e6085-1810-5ab6-8ab4-5101c0886ec1 with scrape type 2
2026-03-30 06:31:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 126e6085-1810-5ab6-8ab4-5101c0886ec1, identifier: LF66%20DWV
2026-03-30 06:31:31 [bca.uk] INFO: Found listing with ID: VA14%20FDE
2026-03-30 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520FDE%27 HTTP/1.1" 200 None
2026-03-30 06:31:31 [bca.uk] INFO: Scrape type for VA14%20FDE: 2
2026-03-30 06:31:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a767d40-d771-51bd-a70c-f347902c3db9 with identifier: VA14%20FDE
2026-03-30 06:31:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a767d40-d771-51bd-a70c-f347902c3db9 with scrape type 2
2026-03-30 06:31:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a767d40-d771-51bd-a70c-f347902c3db9 with scrape type 2
2026-03-30 06:31:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a767d40-d771-51bd-a70c-f347902c3db9, identifier: VA14%20FDE
2026-03-30 06:31:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcbedff0-cfa9-5571-b82f-19ad8f7553da with identifier: LG67%20GYO
2026-03-30 06:31:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcbedff0-cfa9-5571-b82f-19ad8f7553da with identifier: LG67%20GYO
2026-03-30 06:31:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcbedff0-cfa9-5571-b82f-19ad8f7553da with identifier: LG67%20GYO to the API
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG67%20GYO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dcbedff0-cfa9-5571-b82f-19ad8f7553da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG67 GYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG67%20GYO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'E43 AMG',
 'odometer': 132266,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12300,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E43 AMG 3.0 4MATIC PREMIUM PLUS 9G Estate',
 'transmission': 'manual',
 'trim': '4MATIC PREMIUM PLUS 9G',
 'vin': 'WDD2132642A258886',
 'year': 2017}
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG67%2520GYO%27 HTTP/1.1" 200 None
2026-03-30 06:31:32 [bca.uk] INFO: Saving data for LG67%20GYO: {'auction_closing_time': 1775113200.0, 'created_time': 1773821107.527051, 'last_price_update_time': 1774852292.344774}
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG67%2520GYO') HTTP/1.1" 204 0
2026-03-30 06:31:32 [bca.uk] INFO: Found listing with ID: WO66%20EVT
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO66%2520EVT%27 HTTP/1.1" 200 None
2026-03-30 06:31:32 [bca.uk] INFO: Scrape type for WO66%20EVT: 2
2026-03-30 06:31:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a69603ed-4957-5a86-a5df-c30949f0a34a with identifier: WO66%20EVT
2026-03-30 06:31:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a69603ed-4957-5a86-a5df-c30949f0a34a with scrape type 2
2026-03-30 06:31:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a69603ed-4957-5a86-a5df-c30949f0a34a with scrape type 2
2026-03-30 06:31:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a69603ed-4957-5a86-a5df-c30949f0a34a, identifier: WO66%20EVT
2026-03-30 06:31:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 126e6085-1810-5ab6-8ab4-5101c0886ec1 with identifier: LF66%20DWV
2026-03-30 06:31:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 126e6085-1810-5ab6-8ab4-5101c0886ec1 with identifier: LF66%20DWV
2026-03-30 06:31:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 126e6085-1810-5ab6-8ab4-5101c0886ec1 with identifier: LF66%20DWV to the API
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF66%20DWV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '4.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '126e6085-1810-5ab6-8ab4-5101c0886ec1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF66 DWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF66%20DWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BENTLEY',
 'model': 'FLYING SPUR',
 'odometer': 49898,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BENTLEY FLYING SPUR 4.0 V8 MULLINER DRIVING SPEC. Saloon',
 'transmission': 'manual',
 'trim': 'V8 MULLINER DRIVING SPEC.',
 'vin': 'SCBEN53WXGC054681',
 'year': 2016}
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF66%2520DWV%27 HTTP/1.1" 200 None
2026-03-30 06:31:32 [bca.uk] INFO: Saving data for LF66%20DWV: {'auction_closing_time': 1774951200.0, 'created_time': 1774392158.716282, 'last_price_update_time': 1774852292.769463}
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF66%2520DWV') HTTP/1.1" 204 0
2026-03-30 06:31:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a767d40-d771-51bd-a70c-f347902c3db9 with identifier: VA14%20FDE
2026-03-30 06:31:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a767d40-d771-51bd-a70c-f347902c3db9 with identifier: VA14%20FDE
2026-03-30 06:31:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a767d40-d771-51bd-a70c-f347902c3db9 with identifier: VA14%20FDE to the API
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA14%20FDE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a767d40-d771-51bd-a70c-f347902c3db9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA14 FDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA14%20FDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 96519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T ACENTA',
 'vin': 'SJNFEAJ11U1147300',
 'year': 2014}
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520FDE%27 HTTP/1.1" 200 None
2026-03-30 06:31:33 [bca.uk] INFO: Saving data for VA14%20FDE: {'auction_closing_time': 1774951200.0, 'created_time': 1774562976.341039, 'last_price_update_time': 1774852293.078634}
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA14%2520FDE') HTTP/1.1" 204 0
2026-03-30 06:31:33 [bca.uk] INFO: Found listing with ID: NL72%20XSN
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520XSN%27 HTTP/1.1" 200 None
2026-03-30 06:31:33 [bca.uk] INFO: Scrape type for NL72%20XSN: 0
2026-03-30 06:31:33 [bca.uk] INFO: Found listing with ID: SK13%20UXH
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520UXH%27 HTTP/1.1" 200 None
2026-03-30 06:31:33 [bca.uk] INFO: Scrape type for SK13%20UXH: 2
2026-03-30 06:31:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1750a381-7c0c-5005-9299-efbf7a12a3f1 with identifier: SK13%20UXH
2026-03-30 06:31:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1750a381-7c0c-5005-9299-efbf7a12a3f1 with scrape type 2
2026-03-30 06:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1750a381-7c0c-5005-9299-efbf7a12a3f1 with scrape type 2
2026-03-30 06:31:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1750a381-7c0c-5005-9299-efbf7a12a3f1, identifier: SK13%20UXH
2026-03-30 06:31:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a69603ed-4957-5a86-a5df-c30949f0a34a with identifier: WO66%20EVT
2026-03-30 06:31:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a69603ed-4957-5a86-a5df-c30949f0a34a with identifier: WO66%20EVT
2026-03-30 06:31:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a69603ed-4957-5a86-a5df-c30949f0a34a with identifier: WO66%20EVT to the API
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO66%20EVT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a69603ed-4957-5a86-a5df-c30949f0a34a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO66 EVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO66%20EVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 86445,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 1.4 M/AIR 140 LONGITUDE Hatchback',
 'transmission': 'manual',
 'trim': 'M/AIR 140 LONGITUDE',
 'vin': '1C4BU0000HPE80083',
 'year': 2016}
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO66%2520EVT%27 HTTP/1.1" 200 None
2026-03-30 06:31:33 [bca.uk] INFO: Saving data for WO66%20EVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563119.365638, 'last_price_update_time': 1774852293.508948}
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO66%2520EVT') HTTP/1.1" 204 0
2026-03-30 06:31:33 [bca.uk] INFO: Found listing with ID: EK15%20WTJ
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520WTJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:33 [bca.uk] INFO: Scrape type for EK15%20WTJ: 2
2026-03-30 06:31:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccb32182-6b04-53b4-bdda-697beeb947b2 with identifier: EK15%20WTJ
2026-03-30 06:31:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccb32182-6b04-53b4-bdda-697beeb947b2 with scrape type 2
2026-03-30 06:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccb32182-6b04-53b4-bdda-697beeb947b2 with scrape type 2
2026-03-30 06:31:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccb32182-6b04-53b4-bdda-697beeb947b2, identifier: EK15%20WTJ
2026-03-30 06:31:33 [bca.uk] INFO: Found listing with ID: YX65%20YLD
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX65%2520YLD%27 HTTP/1.1" 200 None
2026-03-30 06:31:33 [bca.uk] INFO: Scrape type for YX65%20YLD: 2
2026-03-30 06:31:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5020adfa-825f-5389-a6ab-2eca04a89aa3 with identifier: YX65%20YLD
2026-03-30 06:31:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5020adfa-825f-5389-a6ab-2eca04a89aa3 with scrape type 2
2026-03-30 06:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5020adfa-825f-5389-a6ab-2eca04a89aa3 with scrape type 2
2026-03-30 06:31:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5020adfa-825f-5389-a6ab-2eca04a89aa3, identifier: YX65%20YLD
2026-03-30 06:31:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1750a381-7c0c-5005-9299-efbf7a12a3f1 with identifier: SK13%20UXH
2026-03-30 06:31:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1750a381-7c0c-5005-9299-efbf7a12a3f1 with identifier: SK13%20UXH
2026-03-30 06:31:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1750a381-7c0c-5005-9299-efbf7a12a3f1 with identifier: SK13%20UXH to the API
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK13%20UXH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1750a381-7c0c-5005-9299-efbf7a12a3f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK13 UXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK13%20UXH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'Z4',
 'odometer': 111044,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3300,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW Z4 2.0 SDRIVE 20I M SPORT Roadster',
 'transmission': 'manual',
 'trim': 'SDRIVE 20I M SPORT',
 'vin': 'WBALL32070J222593',
 'year': 2013}
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK13%2520UXH%27 HTTP/1.1" 200 None
2026-03-30 06:31:34 [bca.uk] INFO: Saving data for SK13%20UXH: {'auction_closing_time': 1775113200.0, 'created_time': 1773838990.030171, 'last_price_update_time': 1774852294.042439}
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK13%2520UXH') HTTP/1.1" 204 0
2026-03-30 06:31:34 [bca.uk] INFO: Found listing with ID: YG62%20DNJ
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG62%2520DNJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:34 [bca.uk] INFO: Scrape type for YG62%20DNJ: 2
2026-03-30 06:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with identifier: YG62%20DNJ
2026-03-30 06:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with scrape type 2
2026-03-30 06:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with scrape type 2
2026-03-30 06:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa, identifier: YG62%20DNJ
2026-03-30 06:31:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccb32182-6b04-53b4-bdda-697beeb947b2 with identifier: EK15%20WTJ
2026-03-30 06:31:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccb32182-6b04-53b4-bdda-697beeb947b2 with identifier: EK15%20WTJ
2026-03-30 06:31:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccb32182-6b04-53b4-bdda-697beeb947b2 with identifier: EK15%20WTJ to the API
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK15%20WTJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ccb32182-6b04-53b4-bdda-697beeb947b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK15 WTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK15%20WTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 101574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 180 TITANIUM Estate',
 'transmission': 'manual',
 'trim': 'TDCI 180 TITANIUM',
 'vin': 'WF0FXXWPCFFD64564',
 'year': 2015}
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520WTJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:34 [bca.uk] INFO: Saving data for EK15%20WTJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564892.748587, 'last_price_update_time': 1774852294.561732}
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK15%2520WTJ') HTTP/1.1" 204 0
2026-03-30 06:31:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5020adfa-825f-5389-a6ab-2eca04a89aa3 with identifier: YX65%20YLD
2026-03-30 06:31:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5020adfa-825f-5389-a6ab-2eca04a89aa3 with identifier: YX65%20YLD
2026-03-30 06:31:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5020adfa-825f-5389-a6ab-2eca04a89aa3 with identifier: YX65%20YLD to the API
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX65%20YLD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5020adfa-825f-5389-a6ab-2eca04a89aa3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX65 YLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX65%20YLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 122793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2KE2GA552026',
 'year': 2015}
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX65%2520YLD%27 HTTP/1.1" 200 None
2026-03-30 06:31:34 [bca.uk] INFO: Saving data for YX65%20YLD: {'auction_closing_time': 1775037600.0, 'created_time': 1774562973.303825, 'last_price_update_time': 1774852294.855228}
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX65%2520YLD') HTTP/1.1" 204 0
2026-03-30 06:31:34 [bca.uk] INFO: Found listing with ID: BV14%20YLU
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520YLU%27 HTTP/1.1" 200 None
2026-03-30 06:31:34 [bca.uk] INFO: Scrape type for BV14%20YLU: 0
2026-03-30 06:31:34 [bca.uk] INFO: Found listing with ID: DC16%20XBH
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC16%2520XBH%27 HTTP/1.1" 200 None
2026-03-30 06:31:34 [bca.uk] INFO: Scrape type for DC16%20XBH: 2
2026-03-30 06:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59f41705-04a4-5acd-a6ee-a9ce18257060 with identifier: DC16%20XBH
2026-03-30 06:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59f41705-04a4-5acd-a6ee-a9ce18257060 with scrape type 2
2026-03-30 06:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59f41705-04a4-5acd-a6ee-a9ce18257060 with scrape type 2
2026-03-30 06:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59f41705-04a4-5acd-a6ee-a9ce18257060, identifier: DC16%20XBH
2026-03-30 06:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with identifier: YG62%20DNJ
2026-03-30 06:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with identifier: YG62%20DNJ
2026-03-30 06:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa with identifier: YG62%20DNJ to the API
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG62%20DNJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee97c7e1-ac0d-510b-bfb5-653bb0cef3aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG62 DNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG62%20DNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 142734,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 117 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': '117 ACENTA',
 'vin': 'SJNFAAJ10U2603275',
 'year': 2012}
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG62%2520DNJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Saving data for YG62%20DNJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563264.65275, 'last_price_update_time': 1774852295.261421}
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG62%2520DNJ') HTTP/1.1" 204 0
2026-03-30 06:31:35 [bca.uk] INFO: Found listing with ID: EP18%20JYO
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP18%2520JYO%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Scrape type for EP18%20JYO: 0
2026-03-30 06:31:35 [bca.uk] INFO: Found listing with ID: GN20%20XGG
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN20%2520XGG%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Scrape type for GN20%20XGG: 0
2026-03-30 06:31:35 [bca.uk] INFO: Found listing with ID: LP72%20OEY
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520OEY%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Scrape type for LP72%20OEY: 0
2026-03-30 06:31:35 [bca.uk] INFO: Found listing with ID: SE19%20OWB
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520OWB%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Scrape type for SE19%20OWB: 0
2026-03-30 06:31:35 [bca.uk] INFO: Found listing with ID: SJ71%20CJE
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ71%2520CJE%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Scrape type for SJ71%20CJE: 0
2026-03-30 06:31:35 [bca.uk] INFO: Found listing with ID: SV68%20ZRK
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV68%2520ZRK%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Scrape type for SV68%20ZRK: 0
2026-03-30 06:31:35 [bca.uk] INFO: Found listing with ID: WU71%20CXX
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU71%2520CXX%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Scrape type for WU71%20CXX: 0
2026-03-30 06:31:35 [bca.uk] INFO: Found listing with ID: YL73%20DFD
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520DFD%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Scrape type for YL73%20DFD: 0
2026-03-30 06:31:35 [bca.uk] INFO: Found listing with ID: YR69%20HRJ
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR69%2520HRJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Scrape type for YR69%20HRJ: 0
2026-03-30 06:31:35 [bca.uk] INFO: Found listing with ID: CN73%20ZKY
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN73%2520ZKY%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Scrape type for CN73%20ZKY: 2
2026-03-30 06:31:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with identifier: CN73%20ZKY
2026-03-30 06:31:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with scrape type 2
2026-03-30 06:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with scrape type 2
2026-03-30 06:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7b30c3e-2e56-588f-b912-7b388eb1eeb8, identifier: CN73%20ZKY
2026-03-30 06:31:35 [bca.uk] INFO: Found listing with ID: NA72%20PVZ
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520PVZ%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Scrape type for NA72%20PVZ: 2
2026-03-30 06:31:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ea6cd20-fc29-524b-9767-d7566d503e24 with identifier: NA72%20PVZ
2026-03-30 06:31:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ea6cd20-fc29-524b-9767-d7566d503e24 with scrape type 2
2026-03-30 06:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ea6cd20-fc29-524b-9767-d7566d503e24 with scrape type 2
2026-03-30 06:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ea6cd20-fc29-524b-9767-d7566d503e24, identifier: NA72%20PVZ
2026-03-30 06:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59f41705-04a4-5acd-a6ee-a9ce18257060 with identifier: DC16%20XBH
2026-03-30 06:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59f41705-04a4-5acd-a6ee-a9ce18257060 with identifier: DC16%20XBH
2026-03-30 06:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59f41705-04a4-5acd-a6ee-a9ce18257060 with identifier: DC16%20XBH to the API
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC16%20XBH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59f41705-04a4-5acd-a6ee-a9ce18257060',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC16 XBH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC16%20XBH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 109087,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3700,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN PASSAT 2.0 TDI 150 SE BUSINESS DSG Saloon',
 'transmission': 'automatic',
 'trim': 'TDI 150 SE BUSINESS DSG',
 'vin': 'WVWZZZ3CZGE213541',
 'year': 2016}
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC16%2520XBH%27 HTTP/1.1" 200 None
2026-03-30 06:31:35 [bca.uk] INFO: Saving data for DC16%20XBH: {'auction_closing_time': 1775113200.0, 'created_time': 1773823519.901628, 'last_price_update_time': 1774852295.950045}
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC16%2520XBH') HTTP/1.1" 204 0
2026-03-30 06:31:36 [bca.uk] INFO: Found listing with ID: FG10%20FPF
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG10%2520FPF%27 HTTP/1.1" 200 None
2026-03-30 06:31:36 [bca.uk] INFO: Scrape type for FG10%20FPF: 2
2026-03-30 06:31:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d30ea68f-3215-5fb2-9e32-4059728fe208 with identifier: FG10%20FPF
2026-03-30 06:31:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d30ea68f-3215-5fb2-9e32-4059728fe208 with scrape type 2
2026-03-30 06:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d30ea68f-3215-5fb2-9e32-4059728fe208 with scrape type 2
2026-03-30 06:31:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d30ea68f-3215-5fb2-9e32-4059728fe208, identifier: FG10%20FPF
2026-03-30 06:31:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with identifier: CN73%20ZKY
2026-03-30 06:31:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with identifier: CN73%20ZKY
2026-03-30 06:31:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7b30c3e-2e56-588f-b912-7b388eb1eeb8 with identifier: CN73%20ZKY to the API
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN73%20ZKY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a7b30c3e-2e56-588f-b912-7b388eb1eeb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CN73 ZKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN73%20ZKY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 20562,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74091PZ237693',
 'year': 2023}
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN73%2520ZKY%27 HTTP/1.1" 200 None
2026-03-30 06:31:36 [bca.uk] INFO: Saving data for CN73%20ZKY: {'auction_closing_time': 1774854000.0, 'created_time': 1774363051.460778, 'last_price_update_time': 1774852296.462624}
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN73%2520ZKY') HTTP/1.1" 204 0
2026-03-30 06:31:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ea6cd20-fc29-524b-9767-d7566d503e24 with identifier: NA72%20PVZ
2026-03-30 06:31:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ea6cd20-fc29-524b-9767-d7566d503e24 with identifier: NA72%20PVZ
2026-03-30 06:31:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ea6cd20-fc29-524b-9767-d7566d503e24 with identifier: NA72%20PVZ to the API
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA72%20PVZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ea6cd20-fc29-524b-9767-d7566d503e24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA72 PVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA72%20PVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 103122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 PROG. (BOX) '
          'Refrigerated',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 PROG. (BOX)',
 'vin': 'W1V9071332N212907',
 'year': 2023}
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520PVZ%27 HTTP/1.1" 200 None
2026-03-30 06:31:36 [bca.uk] INFO: Saving data for NA72%20PVZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773932108.704289, 'last_price_update_time': 1774852296.789328}
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA72%2520PVZ') HTTP/1.1" 204 0
2026-03-30 06:31:36 [bca.uk] INFO: Found listing with ID: YE17%20LJU
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520LJU%27 HTTP/1.1" 200 None
2026-03-30 06:31:36 [bca.uk] INFO: Scrape type for YE17%20LJU: 0
2026-03-30 06:31:36 [bca.uk] INFO: Found listing with ID: F17%20JGM
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F17%2520JGM%27 HTTP/1.1" 200 None
2026-03-30 06:31:36 [bca.uk] INFO: Scrape type for F17%20JGM: 2
2026-03-30 06:31:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with identifier: F17%20JGM
2026-03-30 06:31:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with scrape type 2
2026-03-30 06:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with scrape type 2
2026-03-30 06:31:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a3f7c88-704b-5e12-a2a0-10b618fb61ed, identifier: F17%20JGM
2026-03-30 06:31:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d30ea68f-3215-5fb2-9e32-4059728fe208 with identifier: FG10%20FPF
2026-03-30 06:31:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d30ea68f-3215-5fb2-9e32-4059728fe208 with identifier: FG10%20FPF
2026-03-30 06:31:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d30ea68f-3215-5fb2-9e32-4059728fe208 with identifier: FG10%20FPF to the API
2026-03-30 06:31:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG10%20FPF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd30ea68f-3215-5fb2-9e32-4059728fe208',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG10 FPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG10%20FPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 76259,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 VVT 115 SXI Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 115 SXI',
 'vin': 'W0L0AHL4892142604',
 'year': 2010}
2026-03-30 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG10%2520FPF%27 HTTP/1.1" 200 None
2026-03-30 06:31:37 [bca.uk] INFO: Saving data for FG10%20FPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563248.27862, 'last_price_update_time': 1774852297.767834}
2026-03-30 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG10%2520FPF') HTTP/1.1" 204 0
2026-03-30 06:31:37 [bca.uk] INFO: Found listing with ID: DV25%20OFM
2026-03-30 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFM%27 HTTP/1.1" 200 None
2026-03-30 06:31:37 [bca.uk] INFO: Scrape type for DV25%20OFM: 2
2026-03-30 06:31:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 875f22c1-e418-5355-b619-64ef60b240f1 with identifier: DV25%20OFM
2026-03-30 06:31:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 875f22c1-e418-5355-b619-64ef60b240f1 with scrape type 2
2026-03-30 06:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 875f22c1-e418-5355-b619-64ef60b240f1 with scrape type 2
2026-03-30 06:31:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 875f22c1-e418-5355-b619-64ef60b240f1, identifier: DV25%20OFM
2026-03-30 06:31:37 [bca.uk] INFO: Found listing with ID: LE19%20OAO
2026-03-30 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520OAO%27 HTTP/1.1" 200 None
2026-03-30 06:31:37 [bca.uk] INFO: Scrape type for LE19%20OAO: 2
2026-03-30 06:31:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8cc61dc-7627-5024-9b8b-e85af3632bc4 with identifier: LE19%20OAO
2026-03-30 06:31:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8cc61dc-7627-5024-9b8b-e85af3632bc4 with scrape type 2
2026-03-30 06:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8cc61dc-7627-5024-9b8b-e85af3632bc4 with scrape type 2
2026-03-30 06:31:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8cc61dc-7627-5024-9b8b-e85af3632bc4, identifier: LE19%20OAO
2026-03-30 06:31:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with identifier: F17%20JGM
2026-03-30 06:31:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with identifier: F17%20JGM
2026-03-30 06:31:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a3f7c88-704b-5e12-a2a0-10b618fb61ed with identifier: F17%20JGM to the API
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=F17%20JGM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a3f7c88-704b-5e12-a2a0-10b618fb61ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'F17 JGM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=F17%20JGM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 35944,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 136 48V GT-LINE S ISG DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI 136 48V GT-LINE S ISG DCT',
 'vin': 'U5YPK812VML101974',
 'year': 2021}
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F17%2520JGM%27 HTTP/1.1" 200 None
2026-03-30 06:31:38 [bca.uk] INFO: Saving data for F17%20JGM: {'auction_closing_time': 1774854000.0, 'created_time': 1773829953.053553, 'last_price_update_time': 1774852298.323612}
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='F17%2520JGM') HTTP/1.1" 204 0
2026-03-30 06:31:38 [bca.uk] INFO: Found listing with ID: OW19%20OPD
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW19%2520OPD%27 HTTP/1.1" 200 None
2026-03-30 06:31:38 [bca.uk] INFO: Scrape type for OW19%20OPD: 0
2026-03-30 06:31:38 [bca.uk] INFO: Found listing with ID: MT14%20XXB
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT14%2520XXB%27 HTTP/1.1" 200 None
2026-03-30 06:31:38 [bca.uk] INFO: Scrape type for MT14%20XXB: 2
2026-03-30 06:31:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ce1a22e-1c72-5866-8167-f993f00b4f6f with identifier: MT14%20XXB
2026-03-30 06:31:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ce1a22e-1c72-5866-8167-f993f00b4f6f with scrape type 2
2026-03-30 06:31:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ce1a22e-1c72-5866-8167-f993f00b4f6f with scrape type 2
2026-03-30 06:31:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ce1a22e-1c72-5866-8167-f993f00b4f6f, identifier: MT14%20XXB
2026-03-30 06:31:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 875f22c1-e418-5355-b619-64ef60b240f1 with identifier: DV25%20OFM
2026-03-30 06:31:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 875f22c1-e418-5355-b619-64ef60b240f1 with identifier: DV25%20OFM
2026-03-30 06:31:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 875f22c1-e418-5355-b619-64ef60b240f1 with identifier: DV25%20OFM to the API
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV25%20OFM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '875f22c1-e418-5355-b619-64ef60b240f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV25 OFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV25%20OFM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND E',
 'odometer': 7283,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND E 157KW 73KWH GS Hatchback',
 'transmission': 'automatic',
 'trim': '157KW 73KWH GS',
 'vin': 'VXKKCZKZ8S6002043',
 'year': 2025}
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV25%2520OFM%27 HTTP/1.1" 200 None
2026-03-30 06:31:38 [bca.uk] INFO: Saving data for DV25%20OFM: {'auction_closing_time': 1774854000.0, 'created_time': 1773823843.255225, 'last_price_update_time': 1774852298.747344}
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV25%2520OFM') HTTP/1.1" 204 0
2026-03-30 06:31:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8cc61dc-7627-5024-9b8b-e85af3632bc4 with identifier: LE19%20OAO
2026-03-30 06:31:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8cc61dc-7627-5024-9b8b-e85af3632bc4 with identifier: LE19%20OAO
2026-03-30 06:31:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8cc61dc-7627-5024-9b8b-e85af3632bc4 with identifier: LE19%20OAO to the API
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE19%20OAO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8cc61dc-7627-5024-9b8b-e85af3632bc4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE19 OAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE19%20OAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'C3 AIRCROSS',
 'odometer': 64856,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 AIRCROSS 1.2 P/T 110 FLAIR (6) Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 FLAIR (6)',
 'vin': 'VF72RHNPMK4407534',
 'year': 2019}
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520OAO%27 HTTP/1.1" 200 None
2026-03-30 06:31:39 [bca.uk] INFO: Saving data for LE19%20OAO: {'auction_closing_time': 1774951200.0, 'created_time': 1774562751.909242, 'last_price_update_time': 1774852299.040744}
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE19%2520OAO') HTTP/1.1" 204 0
2026-03-30 06:31:39 [bca.uk] INFO: Found listing with ID: RBZ%20771
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RBZ%2520771%27 HTTP/1.1" 200 None
2026-03-30 06:31:39 [bca.uk] INFO: Scrape type for RBZ%20771: 2
2026-03-30 06:31:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72648e91-6864-5ccd-b266-dc48307fe0b2 with identifier: RBZ%20771
2026-03-30 06:31:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72648e91-6864-5ccd-b266-dc48307fe0b2 with scrape type 2
2026-03-30 06:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72648e91-6864-5ccd-b266-dc48307fe0b2 with scrape type 2
2026-03-30 06:31:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72648e91-6864-5ccd-b266-dc48307fe0b2, identifier: RBZ%20771
2026-03-30 06:31:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ce1a22e-1c72-5866-8167-f993f00b4f6f with identifier: MT14%20XXB
2026-03-30 06:31:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ce1a22e-1c72-5866-8167-f993f00b4f6f with identifier: MT14%20XXB
2026-03-30 06:31:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ce1a22e-1c72-5866-8167-f993f00b4f6f with identifier: MT14%20XXB to the API
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT14%20XXB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6ce1a22e-1c72-5866-8167-f993f00b4f6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT14 XXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT14%20XXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 106404,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOUAREG 3.0 V6 TDI 245 R LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 245 R LINE TIP',
 'vin': 'WVGZZZ7PZED047108',
 'year': 2014}
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT14%2520XXB%27 HTTP/1.1" 200 None
2026-03-30 06:31:39 [bca.uk] INFO: Saving data for MT14%20XXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563256.971018, 'last_price_update_time': 1774852299.449801}
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT14%2520XXB') HTTP/1.1" 204 0
2026-03-30 06:31:39 [bca.uk] INFO: Found listing with ID: LA72%20VHB
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520VHB%27 HTTP/1.1" 200 None
2026-03-30 06:31:39 [bca.uk] INFO: Scrape type for LA72%20VHB: 2
2026-03-30 06:31:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05a78e9d-3a79-5847-8d42-de309fd1b397 with identifier: LA72%20VHB
2026-03-30 06:31:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05a78e9d-3a79-5847-8d42-de309fd1b397 with scrape type 2
2026-03-30 06:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05a78e9d-3a79-5847-8d42-de309fd1b397 with scrape type 2
2026-03-30 06:31:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05a78e9d-3a79-5847-8d42-de309fd1b397, identifier: LA72%20VHB
2026-03-30 06:31:39 [bca.uk] INFO: Found listing with ID: WM17%20UBA
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520UBA%27 HTTP/1.1" 200 None
2026-03-30 06:31:39 [bca.uk] INFO: Scrape type for WM17%20UBA: 2
2026-03-30 06:31:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 725b8b4d-cbe9-5a20-a964-0c02399930bd with identifier: WM17%20UBA
2026-03-30 06:31:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 725b8b4d-cbe9-5a20-a964-0c02399930bd with scrape type 2
2026-03-30 06:31:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 725b8b4d-cbe9-5a20-a964-0c02399930bd with scrape type 2
2026-03-30 06:31:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 725b8b4d-cbe9-5a20-a964-0c02399930bd, identifier: WM17%20UBA
2026-03-30 06:31:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72648e91-6864-5ccd-b266-dc48307fe0b2 with identifier: RBZ%20771
2026-03-30 06:31:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72648e91-6864-5ccd-b266-dc48307fe0b2 with identifier: RBZ%20771
2026-03-30 06:31:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72648e91-6864-5ccd-b266-dc48307fe0b2 with identifier: RBZ%20771 to the API
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 79,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RBZ%20771-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '72648e91-6864-5ccd-b266-dc48307fe0b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RBZ 771',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RBZ%20771&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 84072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 V6 SC S E-HYBRID Estate',
 'transmission': 'manual',
 'trim': 'V6 SC S E-HYBRID',
 'vin': 'WP1ZZZ92ZGLA58560',
 'year': 2015}
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RBZ%2520771%27 HTTP/1.1" 200 None
2026-03-30 06:31:39 [bca.uk] INFO: Saving data for RBZ%20771: {'auction_closing_time': 1774864800.0, 'created_time': 1774046029.017033, 'last_price_update_time': 1774852299.97788}
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RBZ%2520771') HTTP/1.1" 204 0
2026-03-30 06:31:39 [bca.uk] INFO: Found listing with ID: RE17%20GLK
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE17%2520GLK%27 HTTP/1.1" 200 None
2026-03-30 06:31:40 [bca.uk] INFO: Scrape type for RE17%20GLK: 2
2026-03-30 06:31:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c312cba8-f6d4-574f-99c4-1899adc6644b with identifier: RE17%20GLK
2026-03-30 06:31:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c312cba8-f6d4-574f-99c4-1899adc6644b with scrape type 2
2026-03-30 06:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c312cba8-f6d4-574f-99c4-1899adc6644b with scrape type 2
2026-03-30 06:31:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c312cba8-f6d4-574f-99c4-1899adc6644b, identifier: RE17%20GLK
2026-03-30 06:31:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05a78e9d-3a79-5847-8d42-de309fd1b397 with identifier: LA72%20VHB
2026-03-30 06:31:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05a78e9d-3a79-5847-8d42-de309fd1b397 with identifier: LA72%20VHB
2026-03-30 06:31:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05a78e9d-3a79-5847-8d42-de309fd1b397 with identifier: LA72%20VHB to the API
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20VHB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '05a78e9d-3a79-5847-8d42-de309fd1b397',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 VHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20VHB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 22937,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS8PC690390',
 'year': 2023}
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520VHB%27 HTTP/1.1" 200 None
2026-03-30 06:31:40 [bca.uk] INFO: Saving data for LA72%20VHB: {'auction_closing_time': 1774854000.0, 'created_time': 1773823868.918972, 'last_price_update_time': 1774852300.393451}
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520VHB') HTTP/1.1" 204 0
2026-03-30 06:31:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 725b8b4d-cbe9-5a20-a964-0c02399930bd with identifier: WM17%20UBA
2026-03-30 06:31:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 725b8b4d-cbe9-5a20-a964-0c02399930bd with identifier: WM17%20UBA
2026-03-30 06:31:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 725b8b4d-cbe9-5a20-a964-0c02399930bd with identifier: WM17%20UBA to the API
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM17%20UBA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '725b8b4d-cbe9-5a20-a964-0c02399930bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM17 UBA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM17%20UBA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': 'TIPO',
 'odometer': 82058,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FIAT TIPO 1.6 M/JET 120 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET 120 LOUNGE',
 'vin': 'ZFA35600006G43614',
 'year': 2017}
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520UBA%27 HTTP/1.1" 200 None
2026-03-30 06:31:40 [bca.uk] INFO: Saving data for WM17%20UBA: {'auction_closing_time': 1774864800.0, 'created_time': 1774562972.399885, 'last_price_update_time': 1774852300.791328}
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM17%2520UBA') HTTP/1.1" 204 0
2026-03-30 06:31:40 [bca.uk] INFO: Found listing with ID: WA70%20PNF
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA70%2520PNF%27 HTTP/1.1" 200 None
2026-03-30 06:31:40 [bca.uk] INFO: Scrape type for WA70%20PNF: 2
2026-03-30 06:31:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with identifier: WA70%20PNF
2026-03-30 06:31:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with scrape type 2
2026-03-30 06:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with scrape type 2
2026-03-30 06:31:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c, identifier: WA70%20PNF
2026-03-30 06:31:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c312cba8-f6d4-574f-99c4-1899adc6644b with identifier: RE17%20GLK
2026-03-30 06:31:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c312cba8-f6d4-574f-99c4-1899adc6644b with identifier: RE17%20GLK
2026-03-30 06:31:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c312cba8-f6d4-574f-99c4-1899adc6644b with identifier: RE17%20GLK to the API
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE17%20GLK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c312cba8-f6d4-574f-99c4-1899adc6644b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE17 GLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE17%20GLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 76237,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 ED4 150 2WD SE TECH Hatchback',
 'transmission': 'manual',
 'trim': 'ED4 150 2WD SE TECH',
 'vin': 'SALVB2CN0HH242599',
 'year': 2017}
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE17%2520GLK%27 HTTP/1.1" 200 None
2026-03-30 06:31:41 [bca.uk] INFO: Saving data for RE17%20GLK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563210.601604, 'last_price_update_time': 1774852301.205291}
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE17%2520GLK') HTTP/1.1" 204 0
2026-03-30 06:31:41 [bca.uk] INFO: Found listing with ID: LM25%20YGK
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM25%2520YGK%27 HTTP/1.1" 200 None
2026-03-30 06:31:41 [bca.uk] INFO: Scrape type for LM25%20YGK: 0
2026-03-30 06:31:41 [bca.uk] INFO: Found listing with ID: LO74%20VLW
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO74%2520VLW%27 HTTP/1.1" 200 None
2026-03-30 06:31:41 [bca.uk] INFO: Scrape type for LO74%20VLW: 0
2026-03-30 06:31:41 [bca.uk] INFO: Found listing with ID: LO75%20HSD
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO75%2520HSD%27 HTTP/1.1" 200 None
2026-03-30 06:31:41 [bca.uk] INFO: Scrape type for LO75%20HSD: 2
2026-03-30 06:31:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4364cca9-864f-5b20-a03f-119b19749d85 with identifier: LO75%20HSD
2026-03-30 06:31:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4364cca9-864f-5b20-a03f-119b19749d85 with scrape type 2
2026-03-30 06:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4364cca9-864f-5b20-a03f-119b19749d85 with scrape type 2
2026-03-30 06:31:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4364cca9-864f-5b20-a03f-119b19749d85, identifier: LO75%20HSD
2026-03-30 06:31:41 [bca.uk] INFO: Found listing with ID: BR19%20TWE
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BR19%2520TWE%27 HTTP/1.1" 200 None
2026-03-30 06:31:41 [bca.uk] INFO: Scrape type for BR19%20TWE: 2
2026-03-30 06:31:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4880b351-846e-580d-903c-9d555cae5c12 with identifier: BR19%20TWE
2026-03-30 06:31:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4880b351-846e-580d-903c-9d555cae5c12 with scrape type 2
2026-03-30 06:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4880b351-846e-580d-903c-9d555cae5c12 with scrape type 2
2026-03-30 06:31:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4880b351-846e-580d-903c-9d555cae5c12, identifier: BR19%20TWE
2026-03-30 06:31:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with identifier: WA70%20PNF
2026-03-30 06:31:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with identifier: WA70%20PNF
2026-03-30 06:31:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a9b8179-9c02-5cd3-92cc-fbc35d9c889c with identifier: WA70%20PNF to the API
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA70%20PNF-GB',
 'category': 'Car',
 'color': 'phytonic blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a9b8179-9c02-5cd3-92cc-fbc35d9c889c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA70 PNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA70%20PNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 51797,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 SDRIVE 18D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18D X LINE STEP',
 'vin': 'WBA72AC0805S25440',
 'year': 2020}
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA70%2520PNF%27 HTTP/1.1" 200 None
2026-03-30 06:31:41 [bca.uk] INFO: Saving data for WA70%20PNF: {'auction_closing_time': 1775037600.0, 'created_time': 1774562880.771937, 'last_price_update_time': 1774852301.755309}
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA70%2520PNF') HTTP/1.1" 204 0
2026-03-30 06:31:41 [bca.uk] INFO: Found listing with ID: SA18%20GRY
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520GRY%27 HTTP/1.1" 200 None
2026-03-30 06:31:41 [bca.uk] INFO: Scrape type for SA18%20GRY: 2
2026-03-30 06:31:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 667d400a-b68d-5599-a54d-0c2a913cb9e8 with identifier: SA18%20GRY
2026-03-30 06:31:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 667d400a-b68d-5599-a54d-0c2a913cb9e8 with scrape type 2
2026-03-30 06:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 667d400a-b68d-5599-a54d-0c2a913cb9e8 with scrape type 2
2026-03-30 06:31:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 667d400a-b68d-5599-a54d-0c2a913cb9e8, identifier: SA18%20GRY
2026-03-30 06:31:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4364cca9-864f-5b20-a03f-119b19749d85 with identifier: LO75%20HSD
2026-03-30 06:31:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4364cca9-864f-5b20-a03f-119b19749d85 with identifier: LO75%20HSD
2026-03-30 06:31:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4364cca9-864f-5b20-a03f-119b19749d85 with identifier: LO75%20HSD to the API
2026-03-30 06:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO75%20HSD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '4364cca9-864f-5b20-a03f-119b19749d85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO75 HSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO75%20HSD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q6 E-TRON S/B',
 'odometer': 616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 54000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'AUDI Q6 E-TRON S/B 285KW 100KWH QUATTRO S LINE Coupe',
 'transmission': 'automatic',
 'trim': '285KW 100KWH QUATTRO S LINE',
 'vin': 'WAUZZZGF9SA071848',
 'year': 2025}
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO75%2520HSD%27 HTTP/1.1" 200 None
2026-03-30 06:31:42 [bca.uk] INFO: Saving data for LO75%20HSD: {'auction_closing_time': 1774854000.0, 'created_time': 1773823110.1632, 'last_price_update_time': 1774852302.15898}
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO75%2520HSD') HTTP/1.1" 204 0
2026-03-30 06:31:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4880b351-846e-580d-903c-9d555cae5c12 with identifier: BR19%20TWE
2026-03-30 06:31:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4880b351-846e-580d-903c-9d555cae5c12 with identifier: BR19%20TWE
2026-03-30 06:31:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4880b351-846e-580d-903c-9d555cae5c12 with identifier: BR19%20TWE to the API
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BR19%20TWE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4880b351-846e-580d-903c-9d555cae5c12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BR19 TWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BR19%20TWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 61800,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT COURIER 1.5 TDCI 100 TREND (6) Van',
 'transmission': 'manual',
 'trim': 'TDCI 100 TREND (6)',
 'vin': 'WF0WXXTACWJU12727',
 'year': 2019}
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BR19%2520TWE%27 HTTP/1.1" 200 None
2026-03-30 06:31:42 [bca.uk] INFO: Saving data for BR19%20TWE: {'auction_closing_time': 1774864800.0, 'created_time': 1774016633.518627, 'last_price_update_time': 1774852302.44484}
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BR19%2520TWE') HTTP/1.1" 204 0
2026-03-30 06:31:42 [bca.uk] INFO: Found listing with ID: MW11%20NUB
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW11%2520NUB%27 HTTP/1.1" 200 None
2026-03-30 06:31:42 [bca.uk] INFO: Scrape type for MW11%20NUB: 2
2026-03-30 06:31:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd8ad399-3eb8-5252-8a77-7ca17432feb7 with identifier: MW11%20NUB
2026-03-30 06:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd8ad399-3eb8-5252-8a77-7ca17432feb7 with scrape type 2
2026-03-30 06:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd8ad399-3eb8-5252-8a77-7ca17432feb7 with scrape type 2
2026-03-30 06:31:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd8ad399-3eb8-5252-8a77-7ca17432feb7, identifier: MW11%20NUB
2026-03-30 06:31:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 667d400a-b68d-5599-a54d-0c2a913cb9e8 with identifier: SA18%20GRY
2026-03-30 06:31:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 667d400a-b68d-5599-a54d-0c2a913cb9e8 with identifier: SA18%20GRY
2026-03-30 06:31:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 667d400a-b68d-5599-a54d-0c2a913cb9e8 with identifier: SA18%20GRY to the API
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA18%20GRY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '667d400a-b68d-5599-a54d-0c2a913cb9e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA18 GRY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA18%20GRY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 40254,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.1 AMG LINE PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'WDD1760082J697029',
 'year': 2018}
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520GRY%27 HTTP/1.1" 200 None
2026-03-30 06:31:42 [bca.uk] INFO: Saving data for SA18%20GRY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563257.712701, 'last_price_update_time': 1774852302.911798}
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA18%2520GRY') HTTP/1.1" 204 0
2026-03-30 06:31:42 [bca.uk] INFO: Found listing with ID: MC72%20VNB
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC72%2520VNB%27 HTTP/1.1" 200 None
2026-03-30 06:31:42 [bca.uk] INFO: Scrape type for MC72%20VNB: 0
2026-03-30 06:31:42 [bca.uk] INFO: Found listing with ID: NJ71%20VML
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ71%2520VML%27 HTTP/1.1" 200 None
2026-03-30 06:31:42 [bca.uk] INFO: Scrape type for NJ71%20VML: 2
2026-03-30 06:31:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7947f36e-4075-5afb-863a-260f39dda8f1 with identifier: NJ71%20VML
2026-03-30 06:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7947f36e-4075-5afb-863a-260f39dda8f1 with scrape type 2
2026-03-30 06:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7947f36e-4075-5afb-863a-260f39dda8f1 with scrape type 2
2026-03-30 06:31:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7947f36e-4075-5afb-863a-260f39dda8f1, identifier: NJ71%20VML
2026-03-30 06:31:43 [bca.uk] INFO: Found listing with ID: ML70%20KYB
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520KYB%27 HTTP/1.1" 200 None
2026-03-30 06:31:43 [bca.uk] INFO: Scrape type for ML70%20KYB: 2
2026-03-30 06:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9acb5f58-7362-597b-8bcd-c75a39790e57 with identifier: ML70%20KYB
2026-03-30 06:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9acb5f58-7362-597b-8bcd-c75a39790e57 with scrape type 2
2026-03-30 06:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9acb5f58-7362-597b-8bcd-c75a39790e57 with scrape type 2
2026-03-30 06:31:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9acb5f58-7362-597b-8bcd-c75a39790e57, identifier: ML70%20KYB
2026-03-30 06:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd8ad399-3eb8-5252-8a77-7ca17432feb7 with identifier: MW11%20NUB
2026-03-30 06:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd8ad399-3eb8-5252-8a77-7ca17432feb7 with identifier: MW11%20NUB
2026-03-30 06:31:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd8ad399-3eb8-5252-8a77-7ca17432feb7 with identifier: MW11%20NUB to the API
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW11%20NUB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dd8ad399-3eb8-5252-8a77-7ca17432feb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW11 NUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW11%20NUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 44661,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 SPICE Hatchback',
 'transmission': 'manual',
 'trim': 'SPICE',
 'vin': 'KNABJ514LBT102418',
 'year': 2011}
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW11%2520NUB%27 HTTP/1.1" 200 None
2026-03-30 06:31:43 [bca.uk] INFO: Saving data for MW11%20NUB: {'auction_closing_time': 1774951200.0, 'created_time': 1774562879.691649, 'last_price_update_time': 1774852303.446304}
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW11%2520NUB') HTTP/1.1" 204 0
2026-03-30 06:31:43 [bca.uk] INFO: Found listing with ID: SK19%20WDZ
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK19%2520WDZ%27 HTTP/1.1" 200 None
2026-03-30 06:31:43 [bca.uk] INFO: Scrape type for SK19%20WDZ: 2
2026-03-30 06:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 207e47ed-90fb-57d5-a5db-2de209eb0e18 with identifier: SK19%20WDZ
2026-03-30 06:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 207e47ed-90fb-57d5-a5db-2de209eb0e18 with scrape type 2
2026-03-30 06:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 207e47ed-90fb-57d5-a5db-2de209eb0e18 with scrape type 2
2026-03-30 06:31:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 207e47ed-90fb-57d5-a5db-2de209eb0e18, identifier: SK19%20WDZ
2026-03-30 06:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7947f36e-4075-5afb-863a-260f39dda8f1 with identifier: NJ71%20VML
2026-03-30 06:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7947f36e-4075-5afb-863a-260f39dda8f1 with identifier: NJ71%20VML
2026-03-30 06:31:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7947f36e-4075-5afb-863a-260f39dda8f1 with identifier: NJ71%20VML to the API
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ71%20VML-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '7947f36e-4075-5afb-863a-260f39dda8f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ71 VML',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ71%20VML&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 47896,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14700,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EK5MC321693',
 'year': 2021}
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ71%2520VML%27 HTTP/1.1" 200 None
2026-03-30 06:31:43 [bca.uk] INFO: Saving data for NJ71%20VML: {'auction_closing_time': 1774854000.0, 'created_time': 1773833402.610112, 'last_price_update_time': 1774852303.848634}
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ71%2520VML') HTTP/1.1" 204 0
2026-03-30 06:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9acb5f58-7362-597b-8bcd-c75a39790e57 with identifier: ML70%20KYB
2026-03-30 06:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9acb5f58-7362-597b-8bcd-c75a39790e57 with identifier: ML70%20KYB
2026-03-30 06:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9acb5f58-7362-597b-8bcd-c75a39790e57 with identifier: ML70%20KYB to the API
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML70%20KYB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9acb5f58-7362-597b-8bcd-c75a39790e57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML70 KYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML70%20KYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 91066,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 125 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE X',
 'vin': 'WF02XXERK2LD39754',
 'year': 2020}
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520KYB%27 HTTP/1.1" 200 None
2026-03-30 06:31:44 [bca.uk] INFO: Saving data for ML70%20KYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774562965.305787, 'last_price_update_time': 1774852304.246435}
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML70%2520KYB') HTTP/1.1" 204 0
2026-03-30 06:31:44 [bca.uk] INFO: Found listing with ID: SY14%20GKO
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY14%2520GKO%27 HTTP/1.1" 200 None
2026-03-30 06:31:44 [bca.uk] INFO: Scrape type for SY14%20GKO: 2
2026-03-30 06:31:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with identifier: SY14%20GKO
2026-03-30 06:31:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with scrape type 2
2026-03-30 06:31:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with scrape type 2
2026-03-30 06:31:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc97e9cf-f912-5af0-9385-4fcd597b7ab6, identifier: SY14%20GKO
2026-03-30 06:31:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 207e47ed-90fb-57d5-a5db-2de209eb0e18 with identifier: SK19%20WDZ
2026-03-30 06:31:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 207e47ed-90fb-57d5-a5db-2de209eb0e18 with identifier: SK19%20WDZ
2026-03-30 06:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 207e47ed-90fb-57d5-a5db-2de209eb0e18 with identifier: SK19%20WDZ to the API
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK19%20WDZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '207e47ed-90fb-57d5-a5db-2de209eb0e18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK19 WDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK19%20WDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 94014,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.0 EXCEED 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'EXCEED 4WD',
 'vin': 'JMAXTGF7WLZ000387',
 'year': 2019}
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK19%2520WDZ%27 HTTP/1.1" 200 None
2026-03-30 06:31:44 [bca.uk] INFO: Saving data for SK19%20WDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563258.937691, 'last_price_update_time': 1774852304.651665}
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK19%2520WDZ') HTTP/1.1" 204 0
2026-03-30 06:31:44 [bca.uk] INFO: Found listing with ID: PK23%20AUA
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520AUA%27 HTTP/1.1" 200 None
2026-03-30 06:31:44 [bca.uk] INFO: Scrape type for PK23%20AUA: 0
2026-03-30 06:31:44 [bca.uk] INFO: Found listing with ID: RF23%20YVP
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF23%2520YVP%27 HTTP/1.1" 200 None
2026-03-30 06:31:44 [bca.uk] INFO: Scrape type for RF23%20YVP: 2
2026-03-30 06:31:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10680aa2-2d60-5f43-b7db-eabe49ede92f with identifier: RF23%20YVP
2026-03-30 06:31:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10680aa2-2d60-5f43-b7db-eabe49ede92f with scrape type 2
2026-03-30 06:31:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10680aa2-2d60-5f43-b7db-eabe49ede92f with scrape type 2
2026-03-30 06:31:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10680aa2-2d60-5f43-b7db-eabe49ede92f, identifier: RF23%20YVP
2026-03-30 06:31:44 [bca.uk] INFO: Found listing with ID: FV66%20ULA
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520ULA%27 HTTP/1.1" 200 None
2026-03-30 06:31:44 [bca.uk] INFO: Scrape type for FV66%20ULA: 2
2026-03-30 06:31:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e853cbe-4b82-59ea-afc0-44d528a804cb with identifier: FV66%20ULA
2026-03-30 06:31:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e853cbe-4b82-59ea-afc0-44d528a804cb with scrape type 2
2026-03-30 06:31:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e853cbe-4b82-59ea-afc0-44d528a804cb with scrape type 2
2026-03-30 06:31:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e853cbe-4b82-59ea-afc0-44d528a804cb, identifier: FV66%20ULA
2026-03-30 06:31:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with identifier: SY14%20GKO
2026-03-30 06:31:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with identifier: SY14%20GKO
2026-03-30 06:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc97e9cf-f912-5af0-9385-4fcd597b7ab6 with identifier: SY14%20GKO to the API
2026-03-30 06:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY14%20GKO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dc97e9cf-f912-5af0-9385-4fcd597b7ab6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY14 GKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY14%20GKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 130281,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 4WD TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 130 4WD TEKNA',
 'vin': 'SJNFDNJ11U1120605',
 'year': 2014}
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY14%2520GKO%27 HTTP/1.1" 200 None
2026-03-30 06:31:45 [bca.uk] INFO: Saving data for SY14%20GKO: {'auction_closing_time': 1774864800.0, 'created_time': 1774562924.213922, 'last_price_update_time': 1774852305.172768}
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY14%2520GKO') HTTP/1.1" 204 0
2026-03-30 06:31:45 [bca.uk] INFO: Found listing with ID: SM17%20EBA
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM17%2520EBA%27 HTTP/1.1" 200 None
2026-03-30 06:31:45 [bca.uk] INFO: Scrape type for SM17%20EBA: 2
2026-03-30 06:31:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 226504e1-3274-5bd7-91fc-235ba528dc8a with identifier: SM17%20EBA
2026-03-30 06:31:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 226504e1-3274-5bd7-91fc-235ba528dc8a with scrape type 2
2026-03-30 06:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 226504e1-3274-5bd7-91fc-235ba528dc8a with scrape type 2
2026-03-30 06:31:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 226504e1-3274-5bd7-91fc-235ba528dc8a, identifier: SM17%20EBA
2026-03-30 06:31:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10680aa2-2d60-5f43-b7db-eabe49ede92f with identifier: RF23%20YVP
2026-03-30 06:31:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10680aa2-2d60-5f43-b7db-eabe49ede92f with identifier: RF23%20YVP
2026-03-30 06:31:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10680aa2-2d60-5f43-b7db-eabe49ede92f with identifier: RF23%20YVP to the API
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF23%20YVP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '10680aa2-2d60-5f43-b7db-eabe49ede92f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF23 YVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF23%20YVP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 19323,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16700,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 128KW 77KWH LIFE PRO (135KC) Hatchback',
 'transmission': 'automatic',
 'trim': '128KW 77KWH LIFE PRO (135KC)',
 'vin': 'WVGZZZE2ZPE014579',
 'year': 2023}
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF23%2520YVP%27 HTTP/1.1" 200 None
2026-03-30 06:31:45 [bca.uk] INFO: Saving data for RF23%20YVP: {'auction_closing_time': 1774854000.0, 'created_time': 1774363080.224133, 'last_price_update_time': 1774852305.570967}
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF23%2520YVP') HTTP/1.1" 204 0
2026-03-30 06:31:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e853cbe-4b82-59ea-afc0-44d528a804cb with identifier: FV66%20ULA
2026-03-30 06:31:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e853cbe-4b82-59ea-afc0-44d528a804cb with identifier: FV66%20ULA
2026-03-30 06:31:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e853cbe-4b82-59ea-afc0-44d528a804cb with identifier: FV66%20ULA to the API
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV66%20ULA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e853cbe-4b82-59ea-afc0-44d528a804cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV66 ULA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV66%20ULA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '640D',
 'odometer': 116451,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 640D 3.0 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBA6J12030G240612',
 'year': 2016}
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520ULA%27 HTTP/1.1" 200 None
2026-03-30 06:31:45 [bca.uk] INFO: Saving data for FV66%20ULA: {'auction_closing_time': 1774864800.0, 'created_time': 1774562953.585409, 'last_price_update_time': 1774852305.891322}
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV66%2520ULA') HTTP/1.1" 204 0
2026-03-30 06:31:45 [bca.uk] INFO: Found listing with ID: FV64%20URM
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV64%2520URM%27 HTTP/1.1" 200 None
2026-03-30 06:31:45 [bca.uk] INFO: Scrape type for FV64%20URM: 0
2026-03-30 06:31:45 [bca.uk] INFO: Found listing with ID: LT13%20FGD
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520FGD%27 HTTP/1.1" 200 None
2026-03-30 06:31:45 [bca.uk] INFO: Scrape type for LT13%20FGD: 0
2026-03-30 06:31:45 [bca.uk] INFO: Found listing with ID: WV63%20DFP
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV63%2520DFP%27 HTTP/1.1" 200 None
2026-03-30 06:31:45 [bca.uk] INFO: Scrape type for WV63%20DFP: 0
2026-03-30 06:31:45 [bca.uk] INFO: Found listing with ID: YY19%20ZHP
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ZHP%27 HTTP/1.1" 200 None
2026-03-30 06:31:45 [bca.uk] INFO: Scrape type for YY19%20ZHP: 2
2026-03-30 06:31:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6594893-3f07-5eb5-994b-93e934a430da with identifier: YY19%20ZHP
2026-03-30 06:31:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6594893-3f07-5eb5-994b-93e934a430da with scrape type 2
2026-03-30 06:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6594893-3f07-5eb5-994b-93e934a430da with scrape type 2
2026-03-30 06:31:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d6594893-3f07-5eb5-994b-93e934a430da, identifier: YY19%20ZHP
2026-03-30 06:31:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 226504e1-3274-5bd7-91fc-235ba528dc8a with identifier: SM17%20EBA
2026-03-30 06:31:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 226504e1-3274-5bd7-91fc-235ba528dc8a with identifier: SM17%20EBA
2026-03-30 06:31:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 226504e1-3274-5bd7-91fc-235ba528dc8a with identifier: SM17%20EBA to the API
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM17%20EBA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '226504e1-3274-5bd7-91fc-235ba528dc8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM17 EBA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM17%20EBA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A5',
 'odometer': 84831,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A5 2.0 TDI 190 QUATTRO S LINE S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO S LINE S-T',
 'vin': 'WAUZZZF53HA022842',
 'year': 2017}
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM17%2520EBA%27 HTTP/1.1" 200 None
2026-03-30 06:31:46 [bca.uk] INFO: Saving data for SM17%20EBA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563259.55769, 'last_price_update_time': 1774852306.402843}
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM17%2520EBA') HTTP/1.1" 204 0
2026-03-30 06:31:46 [bca.uk] INFO: Found listing with ID: RF25%20XKY
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-30 06:31:46 [bca.uk] INFO: Scrape type for RF25%20XKY: 2
2026-03-30 06:31:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22136f2e-67cb-5192-974a-90d678dc6eb7 with identifier: RF25%20XKY
2026-03-30 06:31:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22136f2e-67cb-5192-974a-90d678dc6eb7 with scrape type 2
2026-03-30 06:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22136f2e-67cb-5192-974a-90d678dc6eb7 with scrape type 2
2026-03-30 06:31:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22136f2e-67cb-5192-974a-90d678dc6eb7, identifier: RF25%20XKY
2026-03-30 06:31:46 [bca.uk] INFO: Found listing with ID: SH18%20FCF
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH18%2520FCF%27 HTTP/1.1" 200 None
2026-03-30 06:31:46 [bca.uk] INFO: Scrape type for SH18%20FCF: 2
2026-03-30 06:31:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa2d4e13-cdbe-5584-9c11-ff730fa19358 with identifier: SH18%20FCF
2026-03-30 06:31:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa2d4e13-cdbe-5584-9c11-ff730fa19358 with scrape type 2
2026-03-30 06:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa2d4e13-cdbe-5584-9c11-ff730fa19358 with scrape type 2
2026-03-30 06:31:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa2d4e13-cdbe-5584-9c11-ff730fa19358, identifier: SH18%20FCF
2026-03-30 06:31:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d6594893-3f07-5eb5-994b-93e934a430da with identifier: YY19%20ZHP
2026-03-30 06:31:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d6594893-3f07-5eb5-994b-93e934a430da with identifier: YY19%20ZHP
2026-03-30 06:31:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d6594893-3f07-5eb5-994b-93e934a430da with identifier: YY19%20ZHP to the API
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY19%20ZHP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd6594893-3f07-5eb5-994b-93e934a430da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY19 ZHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY19%20ZHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 64598,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D150 4WD SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 4WD SE',
 'vin': 'SALZA2AN0LH013114',
 'year': 2019}
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY19%2520ZHP%27 HTTP/1.1" 200 None
2026-03-30 06:31:46 [bca.uk] INFO: Saving data for YY19%20ZHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774562915.582851, 'last_price_update_time': 1774852306.928396}
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY19%2520ZHP') HTTP/1.1" 204 0
2026-03-30 06:31:47 [bca.uk] INFO: Found listing with ID: WK16%20BGY
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK16%2520BGY%27 HTTP/1.1" 200 None
2026-03-30 06:31:47 [bca.uk] INFO: Scrape type for WK16%20BGY: 2
2026-03-30 06:31:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with identifier: WK16%20BGY
2026-03-30 06:31:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with scrape type 2
2026-03-30 06:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with scrape type 2
2026-03-30 06:31:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78fb8980-0a42-5fce-a74f-3618fe0c5a68, identifier: WK16%20BGY
2026-03-30 06:31:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22136f2e-67cb-5192-974a-90d678dc6eb7 with identifier: RF25%20XKY
2026-03-30 06:31:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22136f2e-67cb-5192-974a-90d678dc6eb7 with identifier: RF25%20XKY
2026-03-30 06:31:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22136f2e-67cb-5192-974a-90d678dc6eb7 with identifier: RF25%20XKY to the API
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF25%20XKY-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '22136f2e-67cb-5192-974a-90d678dc6eb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF25 XKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF25%20XKY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'DACIA',
 'model': 'SPRING',
 'odometer': 4211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8800,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'DACIA SPRING 48KW 27KWH EXTREME 65 Hatchback',
 'transmission': 'automatic',
 'trim': '48KW 27KWH EXTREME 65',
 'vin': 'UU1DBG006RU193747',
 'year': 2025}
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-30 06:31:47 [bca.uk] INFO: Saving data for RF25%20XKY: {'auction_closing_time': 1774854000.0, 'created_time': 1774363217.386829, 'last_price_update_time': 1774852307.408242}
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF25%2520XKY') HTTP/1.1" 204 0
2026-03-30 06:31:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa2d4e13-cdbe-5584-9c11-ff730fa19358 with identifier: SH18%20FCF
2026-03-30 06:31:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa2d4e13-cdbe-5584-9c11-ff730fa19358 with identifier: SH18%20FCF
2026-03-30 06:31:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa2d4e13-cdbe-5584-9c11-ff730fa19358 with identifier: SH18%20FCF to the API
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH18%20FCF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa2d4e13-cdbe-5584-9c11-ff730fa19358',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH18 FCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH18%20FCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 76100,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 GT LINE',
 'vin': 'VF3MCYHZJJS198041',
 'year': 2018}
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH18%2520FCF%27 HTTP/1.1" 200 None
2026-03-30 06:31:47 [bca.uk] INFO: Saving data for SH18%20FCF: {'auction_closing_time': 1775037600.0, 'created_time': 1774562956.926777, 'last_price_update_time': 1774852307.690793}
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH18%2520FCF') HTTP/1.1" 204 0
2026-03-30 06:31:47 [bca.uk] INFO: Found listing with ID: DA18%20AFN
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA18%2520AFN%27 HTTP/1.1" 200 None
2026-03-30 06:31:47 [bca.uk] INFO: Scrape type for DA18%20AFN: 2
2026-03-30 06:31:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5741e41f-9773-54d7-942f-99091f97b228 with identifier: DA18%20AFN
2026-03-30 06:31:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5741e41f-9773-54d7-942f-99091f97b228 with scrape type 2
2026-03-30 06:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5741e41f-9773-54d7-942f-99091f97b228 with scrape type 2
2026-03-30 06:31:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5741e41f-9773-54d7-942f-99091f97b228, identifier: DA18%20AFN
2026-03-30 06:31:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with identifier: WK16%20BGY
2026-03-30 06:31:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with identifier: WK16%20BGY
2026-03-30 06:31:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78fb8980-0a42-5fce-a74f-3618fe0c5a68 with identifier: WK16%20BGY to the API
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK16%20BGY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '78fb8980-0a42-5fce-a74f-3618fe0c5a68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK16 BGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK16%20BGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 102513,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD AUTOBIOGRAPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD AUTOBIOGRAPHY',
 'vin': 'SALVA2AN1GH143827',
 'year': 2016}
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK16%2520BGY%27 HTTP/1.1" 200 None
2026-03-30 06:31:48 [bca.uk] INFO: Saving data for WK16%20BGY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563261.618826, 'last_price_update_time': 1774852308.107977}
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK16%2520BGY') HTTP/1.1" 204 0
2026-03-30 06:31:48 [bca.uk] INFO: Found listing with ID: SH71%20NVE
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520NVE%27 HTTP/1.1" 200 None
2026-03-30 06:31:48 [bca.uk] INFO: Scrape type for SH71%20NVE: 0
2026-03-30 06:31:48 [bca.uk] INFO: Found listing with ID: BJ65%20VXC
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ65%2520VXC%27 HTTP/1.1" 200 None
2026-03-30 06:31:48 [bca.uk] INFO: Scrape type for BJ65%20VXC: 2
2026-03-30 06:31:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac82de8e-ec2a-5789-b8f0-716dd2cae160 with identifier: BJ65%20VXC
2026-03-30 06:31:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac82de8e-ec2a-5789-b8f0-716dd2cae160 with scrape type 2
2026-03-30 06:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac82de8e-ec2a-5789-b8f0-716dd2cae160 with scrape type 2
2026-03-30 06:31:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac82de8e-ec2a-5789-b8f0-716dd2cae160, identifier: BJ65%20VXC
2026-03-30 06:31:48 [bca.uk] INFO: Found listing with ID: PX13%20WHW
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX13%2520WHW%27 HTTP/1.1" 200 None
2026-03-30 06:31:48 [bca.uk] INFO: Scrape type for PX13%20WHW: 2
2026-03-30 06:31:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b701712-4d25-501b-a2a9-a10fd768f732 with identifier: PX13%20WHW
2026-03-30 06:31:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b701712-4d25-501b-a2a9-a10fd768f732 with scrape type 2
2026-03-30 06:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b701712-4d25-501b-a2a9-a10fd768f732 with scrape type 2
2026-03-30 06:31:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b701712-4d25-501b-a2a9-a10fd768f732, identifier: PX13%20WHW
2026-03-30 06:31:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5741e41f-9773-54d7-942f-99091f97b228 with identifier: DA18%20AFN
2026-03-30 06:31:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5741e41f-9773-54d7-942f-99091f97b228 with identifier: DA18%20AFN
2026-03-30 06:31:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5741e41f-9773-54d7-942f-99091f97b228 with identifier: DA18%20AFN to the API
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA18%20AFN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5741e41f-9773-54d7-942f-99091f97b228',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA18 AFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA18%20AFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 57740,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U2246888',
 'year': 2018}
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA18%2520AFN%27 HTTP/1.1" 200 None
2026-03-30 06:31:48 [bca.uk] INFO: Saving data for DA18%20AFN: {'auction_closing_time': 1775037600.0, 'created_time': 1774562891.706505, 'last_price_update_time': 1774852308.653101}
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA18%2520AFN') HTTP/1.1" 204 0
2026-03-30 06:31:48 [bca.uk] INFO: Found listing with ID: CN64%20RHV
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN64%2520RHV%27 HTTP/1.1" 200 None
2026-03-30 06:31:48 [bca.uk] INFO: Scrape type for CN64%20RHV: 2
2026-03-30 06:31:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74a23b45-7737-55b4-92ef-75acb2e52fe6 with identifier: CN64%20RHV
2026-03-30 06:31:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74a23b45-7737-55b4-92ef-75acb2e52fe6 with scrape type 2
2026-03-30 06:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74a23b45-7737-55b4-92ef-75acb2e52fe6 with scrape type 2
2026-03-30 06:31:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74a23b45-7737-55b4-92ef-75acb2e52fe6, identifier: CN64%20RHV
2026-03-30 06:31:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac82de8e-ec2a-5789-b8f0-716dd2cae160 with identifier: BJ65%20VXC
2026-03-30 06:31:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac82de8e-ec2a-5789-b8f0-716dd2cae160 with identifier: BJ65%20VXC
2026-03-30 06:31:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac82de8e-ec2a-5789-b8f0-716dd2cae160 with identifier: BJ65%20VXC to the API
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ65%20VXC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac82de8e-ec2a-5789-b8f0-716dd2cae160',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ65 VXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ65%20VXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'C200 D',
 'odometer': 104402,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C200 D 1.6 SPORT Saloon',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD2050372R111574',
 'year': 2015}
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ65%2520VXC%27 HTTP/1.1" 200 None
2026-03-30 06:31:49 [bca.uk] INFO: Saving data for BJ65%20VXC: {'auction_closing_time': 1775037600.0, 'created_time': 1774564803.073612, 'last_price_update_time': 1774852309.081583}
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ65%2520VXC') HTTP/1.1" 204 0
2026-03-30 06:31:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b701712-4d25-501b-a2a9-a10fd768f732 with identifier: PX13%20WHW
2026-03-30 06:31:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b701712-4d25-501b-a2a9-a10fd768f732 with identifier: PX13%20WHW
2026-03-30 06:31:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b701712-4d25-501b-a2a9-a10fd768f732 with identifier: PX13%20WHW to the API
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX13%20WHW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4b701712-4d25-501b-a2a9-a10fd768f732',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX13 WHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX13%20WHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 89500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 140 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 140 2WD TITANIUM',
 'vin': 'WF0AXXWPMADP35421',
 'year': 2013}
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX13%2520WHW%27 HTTP/1.1" 200 None
2026-03-30 06:31:49 [bca.uk] INFO: Saving data for PX13%20WHW: {'auction_closing_time': 1774951200.0, 'created_time': 1774562961.282822, 'last_price_update_time': 1774852309.375571}
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX13%2520WHW') HTTP/1.1" 204 0
2026-03-30 06:31:49 [bca.uk] INFO: Found listing with ID: DG20%20KTE
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG20%2520KTE%27 HTTP/1.1" 200 None
2026-03-30 06:31:49 [bca.uk] INFO: Scrape type for DG20%20KTE: 0
2026-03-30 06:31:49 [bca.uk] INFO: Found listing with ID: LC65%20VKE
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC65%2520VKE%27 HTTP/1.1" 200 None
2026-03-30 06:31:49 [bca.uk] INFO: Scrape type for LC65%20VKE: 2
2026-03-30 06:31:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25f90096-f0a6-5041-83c8-35894123c00a with identifier: LC65%20VKE
2026-03-30 06:31:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25f90096-f0a6-5041-83c8-35894123c00a with scrape type 2
2026-03-30 06:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25f90096-f0a6-5041-83c8-35894123c00a with scrape type 2
2026-03-30 06:31:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25f90096-f0a6-5041-83c8-35894123c00a, identifier: LC65%20VKE
2026-03-30 06:31:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74a23b45-7737-55b4-92ef-75acb2e52fe6 with identifier: CN64%20RHV
2026-03-30 06:31:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74a23b45-7737-55b4-92ef-75acb2e52fe6 with identifier: CN64%20RHV
2026-03-30 06:31:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74a23b45-7737-55b4-92ef-75acb2e52fe6 with identifier: CN64%20RHV to the API
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN64%20RHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74a23b45-7737-55b4-92ef-75acb2e52fe6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN64 RHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN64%20RHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 96936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PURE (9) Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PURE (9)',
 'vin': 'SALVA2AEXFH982244',
 'year': 2014}
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN64%2520RHV%27 HTTP/1.1" 200 None
2026-03-30 06:31:49 [bca.uk] INFO: Saving data for CN64%20RHV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563238.088595, 'last_price_update_time': 1774852309.851163}
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN64%2520RHV') HTTP/1.1" 204 0
2026-03-30 06:31:49 [bca.uk] INFO: Found listing with ID: SM63%20CYG
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM63%2520CYG%27 HTTP/1.1" 200 None
2026-03-30 06:31:49 [bca.uk] INFO: Scrape type for SM63%20CYG: 2
2026-03-30 06:31:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed825a0d-1695-5280-aa27-a635aafef7b7 with identifier: SM63%20CYG
2026-03-30 06:31:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed825a0d-1695-5280-aa27-a635aafef7b7 with scrape type 2
2026-03-30 06:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed825a0d-1695-5280-aa27-a635aafef7b7 with scrape type 2
2026-03-30 06:31:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed825a0d-1695-5280-aa27-a635aafef7b7, identifier: SM63%20CYG
2026-03-30 06:31:49 [bca.uk] INFO: Found listing with ID: WM11%20VUT
2026-03-30 06:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM11%2520VUT%27 HTTP/1.1" 200 None
2026-03-30 06:31:50 [bca.uk] INFO: Scrape type for WM11%20VUT: 2
2026-03-30 06:31:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebf1ec47-d886-5228-8d56-88c3fe18d454 with identifier: WM11%20VUT
2026-03-30 06:31:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebf1ec47-d886-5228-8d56-88c3fe18d454 with scrape type 2
2026-03-30 06:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebf1ec47-d886-5228-8d56-88c3fe18d454 with scrape type 2
2026-03-30 06:31:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebf1ec47-d886-5228-8d56-88c3fe18d454, identifier: WM11%20VUT
2026-03-30 06:31:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25f90096-f0a6-5041-83c8-35894123c00a with identifier: LC65%20VKE
2026-03-30 06:31:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25f90096-f0a6-5041-83c8-35894123c00a with identifier: LC65%20VKE
2026-03-30 06:31:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25f90096-f0a6-5041-83c8-35894123c00a with identifier: LC65%20VKE to the API
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC65%20VKE-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '25f90096-f0a6-5041-83c8-35894123c00a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC65 VKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC65%20VKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'UP!',
 'odometer': 32943,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN UP! 1.0 75 HIGH UP Hatchback',
 'transmission': 'manual',
 'trim': '75 HIGH UP',
 'vin': 'WVWZZZAAZGD039795',
 'year': 2016}
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC65%2520VKE%27 HTTP/1.1" 200 None
2026-03-30 06:31:50 [bca.uk] INFO: Saving data for LC65%20VKE: {'auction_closing_time': 1775037600.0, 'created_time': 1774562892.101199, 'last_price_update_time': 1774852310.365968}
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC65%2520VKE') HTTP/1.1" 204 0
2026-03-30 06:31:50 [bca.uk] INFO: Found listing with ID: DE16%20ETK
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE16%2520ETK%27 HTTP/1.1" 200 None
2026-03-30 06:31:50 [bca.uk] INFO: Scrape type for DE16%20ETK: 2
2026-03-30 06:31:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbb18acc-ca92-5deb-ad89-69bffe261226 with identifier: DE16%20ETK
2026-03-30 06:31:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbb18acc-ca92-5deb-ad89-69bffe261226 with scrape type 2
2026-03-30 06:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbb18acc-ca92-5deb-ad89-69bffe261226 with scrape type 2
2026-03-30 06:31:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbb18acc-ca92-5deb-ad89-69bffe261226, identifier: DE16%20ETK
2026-03-30 06:31:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed825a0d-1695-5280-aa27-a635aafef7b7 with identifier: SM63%20CYG
2026-03-30 06:31:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed825a0d-1695-5280-aa27-a635aafef7b7 with identifier: SM63%20CYG
2026-03-30 06:31:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed825a0d-1695-5280-aa27-a635aafef7b7 with identifier: SM63%20CYG to the API
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM63%20CYG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed825a0d-1695-5280-aa27-a635aafef7b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM63 CYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM63%20CYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D GT',
 'odometer': 91055,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 520D GT 2.0 M SPORT STEP Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5N22060D252437',
 'year': 2013}
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM63%2520CYG%27 HTTP/1.1" 200 None
2026-03-30 06:31:50 [bca.uk] INFO: Saving data for SM63%20CYG: {'auction_closing_time': 1774951200.0, 'created_time': 1774563334.820331, 'last_price_update_time': 1774852310.759947}
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM63%2520CYG') HTTP/1.1" 204 0
2026-03-30 06:31:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebf1ec47-d886-5228-8d56-88c3fe18d454 with identifier: WM11%20VUT
2026-03-30 06:31:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebf1ec47-d886-5228-8d56-88c3fe18d454 with identifier: WM11%20VUT
2026-03-30 06:31:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebf1ec47-d886-5228-8d56-88c3fe18d454 with identifier: WM11%20VUT to the API
2026-03-30 06:31:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM11%20VUT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ebf1ec47-d886-5228-8d56-88c3fe18d454',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM11 VUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM11%20VUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FIAT',
 'model': '500',
 'odometer': 65016,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA31200000721758',
 'year': 2011}
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM11%2520VUT%27 HTTP/1.1" 200 None
2026-03-30 06:31:51 [bca.uk] INFO: Saving data for WM11%20VUT: {'auction_closing_time': 1774951200.0, 'created_time': 1774562952.863207, 'last_price_update_time': 1774852311.144274}
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM11%2520VUT') HTTP/1.1" 204 0
2026-03-30 06:31:51 [bca.uk] INFO: Found listing with ID: BG67%20PHA
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520PHA%27 HTTP/1.1" 200 None
2026-03-30 06:31:51 [bca.uk] INFO: Scrape type for BG67%20PHA: 0
2026-03-30 06:31:51 [bca.uk] INFO: Found listing with ID: YC20%20OZV
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520OZV%27 HTTP/1.1" 200 None
2026-03-30 06:31:51 [bca.uk] INFO: Scrape type for YC20%20OZV: 2
2026-03-30 06:31:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c92f1a5f-eac2-5320-962c-a57122b64db8 with identifier: YC20%20OZV
2026-03-30 06:31:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c92f1a5f-eac2-5320-962c-a57122b64db8 with scrape type 2
2026-03-30 06:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c92f1a5f-eac2-5320-962c-a57122b64db8 with scrape type 2
2026-03-30 06:31:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c92f1a5f-eac2-5320-962c-a57122b64db8, identifier: YC20%20OZV
2026-03-30 06:31:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbb18acc-ca92-5deb-ad89-69bffe261226 with identifier: DE16%20ETK
2026-03-30 06:31:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbb18acc-ca92-5deb-ad89-69bffe261226 with identifier: DE16%20ETK
2026-03-30 06:31:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbb18acc-ca92-5deb-ad89-69bffe261226 with identifier: DE16%20ETK to the API
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE16%20ETK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dbb18acc-ca92-5deb-ad89-69bffe261226',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE16 ETK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE16%20ETK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'B180 D',
 'odometer': 71788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ B180 D 1.5 AMG LINE MPV',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2462122J400197',
 'year': 2016}
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE16%2520ETK%27 HTTP/1.1" 200 None
2026-03-30 06:31:51 [bca.uk] INFO: Saving data for DE16%20ETK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563239.433205, 'last_price_update_time': 1774852311.591076}
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE16%2520ETK') HTTP/1.1" 204 0
2026-03-30 06:31:51 [bca.uk] INFO: Found listing with ID: WF13%20MVC
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF13%2520MVC%27 HTTP/1.1" 200 None
2026-03-30 06:31:51 [bca.uk] INFO: Scrape type for WF13%20MVC: 2
2026-03-30 06:31:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7efd5142-45ba-58dc-978b-294d3a4ec5fa with identifier: WF13%20MVC
2026-03-30 06:31:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7efd5142-45ba-58dc-978b-294d3a4ec5fa with scrape type 2
2026-03-30 06:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7efd5142-45ba-58dc-978b-294d3a4ec5fa with scrape type 2
2026-03-30 06:31:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7efd5142-45ba-58dc-978b-294d3a4ec5fa, identifier: WF13%20MVC
2026-03-30 06:31:51 [bca.uk] INFO: Found listing with ID: KJ18%20KXV
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520KXV%27 HTTP/1.1" 200 None
2026-03-30 06:31:51 [bca.uk] INFO: Scrape type for KJ18%20KXV: 2
2026-03-30 06:31:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba35096a-edc8-5b46-92c5-28c0608efb2a with identifier: KJ18%20KXV
2026-03-30 06:31:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba35096a-edc8-5b46-92c5-28c0608efb2a with scrape type 2
2026-03-30 06:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba35096a-edc8-5b46-92c5-28c0608efb2a with scrape type 2
2026-03-30 06:31:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba35096a-edc8-5b46-92c5-28c0608efb2a, identifier: KJ18%20KXV
2026-03-30 06:31:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c92f1a5f-eac2-5320-962c-a57122b64db8 with identifier: YC20%20OZV
2026-03-30 06:31:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c92f1a5f-eac2-5320-962c-a57122b64db8 with identifier: YC20%20OZV
2026-03-30 06:31:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c92f1a5f-eac2-5320-962c-a57122b64db8 with identifier: YC20%20OZV to the API
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC20%20OZV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c92f1a5f-eac2-5320-962c-a57122b64db8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC20 OZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC20%20OZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SKODA',
 'model': 'SCALA',
 'odometer': 45809,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SKODA SCALA 1.0 TSI 115 SE L DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 115 SE L DSG',
 'vin': 'TMBFR6NW4L3067011',
 'year': 2020}
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520OZV%27 HTTP/1.1" 200 None
2026-03-30 06:31:52 [bca.uk] INFO: Saving data for YC20%20OZV: {'auction_closing_time': 1775037600.0, 'created_time': 1774562911.428785, 'last_price_update_time': 1774852312.106184}
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC20%2520OZV') HTTP/1.1" 204 0
2026-03-30 06:31:52 [bca.uk] INFO: Found listing with ID: EN17%20AWR
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN17%2520AWR%27 HTTP/1.1" 200 None
2026-03-30 06:31:52 [bca.uk] INFO: Scrape type for EN17%20AWR: 2
2026-03-30 06:31:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with identifier: EN17%20AWR
2026-03-30 06:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with scrape type 2
2026-03-30 06:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with scrape type 2
2026-03-30 06:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae, identifier: EN17%20AWR
2026-03-30 06:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7efd5142-45ba-58dc-978b-294d3a4ec5fa with identifier: WF13%20MVC
2026-03-30 06:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7efd5142-45ba-58dc-978b-294d3a4ec5fa with identifier: WF13%20MVC
2026-03-30 06:31:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7efd5142-45ba-58dc-978b-294d3a4ec5fa with identifier: WF13%20MVC to the API
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF13%20MVC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7efd5142-45ba-58dc-978b-294d3a4ec5fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF13 MVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF13%20MVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 175874,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 ZETEC',
 'vin': 'WF0KXXGCBKDP47715',
 'year': 2013}
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF13%2520MVC%27 HTTP/1.1" 200 None
2026-03-30 06:31:52 [bca.uk] INFO: Saving data for WF13%20MVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774352539.681604, 'last_price_update_time': 1774852312.496963}
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF13%2520MVC') HTTP/1.1" 204 0
2026-03-30 06:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba35096a-edc8-5b46-92c5-28c0608efb2a with identifier: KJ18%20KXV
2026-03-30 06:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba35096a-edc8-5b46-92c5-28c0608efb2a with identifier: KJ18%20KXV
2026-03-30 06:31:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba35096a-edc8-5b46-92c5-28c0608efb2a with identifier: KJ18%20KXV to the API
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ18%20KXV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba35096a-edc8-5b46-92c5-28c0608efb2a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ18 KXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ18%20KXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'ASTON MARTIN',
 'model': 'V8 VANTAGE',
 'odometer': 22037,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'ASTON MARTIN V8 VANTAGE 4.0 (ZF8) Coupe',
 'transmission': 'automatic',
 'trim': '(ZF8)',
 'vin': 'SCFSLGAW5KGN00419',
 'year': 2018}
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ18%2520KXV%27 HTTP/1.1" 200 None
2026-03-30 06:31:52 [bca.uk] INFO: Saving data for KJ18%20KXV: {'auction_closing_time': 1775124000.0, 'created_time': 1774562960.518195, 'last_price_update_time': 1774852312.808096}
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ18%2520KXV') HTTP/1.1" 204 0
2026-03-30 06:31:52 [bca.uk] INFO: Found listing with ID: DK71%20XRH
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK71%2520XRH%27 HTTP/1.1" 200 None
2026-03-30 06:31:52 [bca.uk] INFO: Scrape type for DK71%20XRH: 2
2026-03-30 06:31:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 395ad92c-cc7a-5a35-90a6-72051143aa27 with identifier: DK71%20XRH
2026-03-30 06:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 395ad92c-cc7a-5a35-90a6-72051143aa27 with scrape type 2
2026-03-30 06:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 395ad92c-cc7a-5a35-90a6-72051143aa27 with scrape type 2
2026-03-30 06:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 395ad92c-cc7a-5a35-90a6-72051143aa27, identifier: DK71%20XRH
2026-03-30 06:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with identifier: EN17%20AWR
2026-03-30 06:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with identifier: EN17%20AWR
2026-03-30 06:31:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae with identifier: EN17%20AWR to the API
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN17%20AWR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c5a430ca-64a0-51a2-9a2f-9157d9bdf4ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN17 AWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN17%20AWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 93525,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.6 DIG-T ACENTA (7ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DIG-T ACENTA (7ST)',
 'vin': 'JN1JDAT32U0005545',
 'year': 2017}
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN17%2520AWR%27 HTTP/1.1" 200 None
2026-03-30 06:31:53 [bca.uk] INFO: Saving data for EN17%20AWR: {'auction_closing_time': 1774864800.0, 'created_time': 1774563241.255349, 'last_price_update_time': 1774852313.239088}
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN17%2520AWR') HTTP/1.1" 204 0
2026-03-30 06:31:53 [bca.uk] INFO: Found listing with ID: SK16%20ONJ
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520ONJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:53 [bca.uk] INFO: Scrape type for SK16%20ONJ: 2
2026-03-30 06:31:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with identifier: SK16%20ONJ
2026-03-30 06:31:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with scrape type 2
2026-03-30 06:31:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with scrape type 2
2026-03-30 06:31:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d, identifier: SK16%20ONJ
2026-03-30 06:31:53 [bca.uk] INFO: Found listing with ID: MM74%20YOV
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOV%27 HTTP/1.1" 200 None
2026-03-30 06:31:53 [bca.uk] INFO: Scrape type for MM74%20YOV: 2
2026-03-30 06:31:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fad66b5b-5f98-5850-aa45-ff52a9a970fd with identifier: MM74%20YOV
2026-03-30 06:31:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fad66b5b-5f98-5850-aa45-ff52a9a970fd with scrape type 2
2026-03-30 06:31:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fad66b5b-5f98-5850-aa45-ff52a9a970fd with scrape type 2
2026-03-30 06:31:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fad66b5b-5f98-5850-aa45-ff52a9a970fd, identifier: MM74%20YOV
2026-03-30 06:31:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 395ad92c-cc7a-5a35-90a6-72051143aa27 with identifier: DK71%20XRH
2026-03-30 06:31:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 395ad92c-cc7a-5a35-90a6-72051143aa27 with identifier: DK71%20XRH
2026-03-30 06:31:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 395ad92c-cc7a-5a35-90a6-72051143aa27 with identifier: DK71%20XRH to the API
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK71%20XRH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '395ad92c-cc7a-5a35-90a6-72051143aa27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK71 XRH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK71%20XRH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 81563,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 1.5 TSI EVO 150 XCELLENCE LUX Estate',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 XCELLENCE LUX',
 'vin': 'VSSZZZKLZNR005136',
 'year': 2021}
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK71%2520XRH%27 HTTP/1.1" 200 None
2026-03-30 06:31:53 [bca.uk] INFO: Saving data for DK71%20XRH: {'auction_closing_time': 1774864800.0, 'created_time': 1773931578.191591, 'last_price_update_time': 1774852313.764862}
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK71%2520XRH') HTTP/1.1" 204 0
2026-03-30 06:31:53 [bca.uk] INFO: Found listing with ID: EX17%20URM
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX17%2520URM%27 HTTP/1.1" 200 None
2026-03-30 06:31:53 [bca.uk] INFO: Scrape type for EX17%20URM: 2
2026-03-30 06:31:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78053450-2ef1-56a2-8e5a-40e7aca9c243 with identifier: EX17%20URM
2026-03-30 06:31:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78053450-2ef1-56a2-8e5a-40e7aca9c243 with scrape type 2
2026-03-30 06:31:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78053450-2ef1-56a2-8e5a-40e7aca9c243 with scrape type 2
2026-03-30 06:31:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78053450-2ef1-56a2-8e5a-40e7aca9c243, identifier: EX17%20URM
2026-03-30 06:31:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with identifier: SK16%20ONJ
2026-03-30 06:31:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with identifier: SK16%20ONJ
2026-03-30 06:31:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d with identifier: SK16%20ONJ to the API
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK16%20ONJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7afa3e2f-e9d3-586b-8ba7-a1a61a0caa3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK16 ONJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK16%20ONJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA TOURER',
 'odometer': 86736,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA TOURER 2.0 CDTI 170 SRI MPV',
 'transmission': 'manual',
 'trim': 'CDTI 170 SRI',
 'vin': 'W0LPD9E70G1039994',
 'year': 2016}
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520ONJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:54 [bca.uk] INFO: Saving data for SK16%20ONJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563656.779064, 'last_price_update_time': 1774852314.191327}
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK16%2520ONJ') HTTP/1.1" 204 0
2026-03-30 06:31:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:31:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fad66b5b-5f98-5850-aa45-ff52a9a970fd with identifier: MM74%20YOV
2026-03-30 06:31:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fad66b5b-5f98-5850-aa45-ff52a9a970fd with identifier: MM74%20YOV
2026-03-30 06:31:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fad66b5b-5f98-5850-aa45-ff52a9a970fd with identifier: MM74%20YOV to the API
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 38,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM74%20YOV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fad66b5b-5f98-5850-aa45-ff52a9a970fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM74 YOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM74%20YOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 20708,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.5 PHEV 232 320 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'PHEV 232 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA1HRK03936',
 'year': 2024}
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOV%27 HTTP/1.1" 200 None
2026-03-30 06:31:54 [bca.uk] INFO: Saving data for MM74%20YOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774562984.34565, 'last_price_update_time': 1774852314.486498}
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520YOV') HTTP/1.1" 204 0
2026-03-30 06:31:54 [bca.uk] INFO: Found listing with ID: YN64%20OXV
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520OXV%27 HTTP/1.1" 200 None
2026-03-30 06:31:54 [bca.uk] INFO: Scrape type for YN64%20OXV: 2
2026-03-30 06:31:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 552abd3e-7f4e-52d4-a0f6-787141be8a4f with identifier: YN64%20OXV
2026-03-30 06:31:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 552abd3e-7f4e-52d4-a0f6-787141be8a4f with scrape type 2
2026-03-30 06:31:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 552abd3e-7f4e-52d4-a0f6-787141be8a4f with scrape type 2
2026-03-30 06:31:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 552abd3e-7f4e-52d4-a0f6-787141be8a4f, identifier: YN64%20OXV
2026-03-30 06:31:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78053450-2ef1-56a2-8e5a-40e7aca9c243 with identifier: EX17%20URM
2026-03-30 06:31:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78053450-2ef1-56a2-8e5a-40e7aca9c243 with identifier: EX17%20URM
2026-03-30 06:31:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78053450-2ef1-56a2-8e5a-40e7aca9c243 with identifier: EX17%20URM to the API
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX17%20URM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78053450-2ef1-56a2-8e5a-40e7aca9c243',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX17 URM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX17%20URM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '218I',
 'odometer': 81304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 218I 1.5 T SPORT Coupe',
 'transmission': 'manual',
 'trim': 'T SPORT',
 'vin': 'WBA2F12090V966941',
 'year': 2017}
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX17%2520URM%27 HTTP/1.1" 200 None
2026-03-30 06:31:54 [bca.uk] INFO: Saving data for EX17%20URM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563245.273557, 'last_price_update_time': 1774852314.897374}
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX17%2520URM') HTTP/1.1" 204 0
2026-03-30 06:31:54 [bca.uk] INFO: Found listing with ID: AJ72%20FSF
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520FSF%27 HTTP/1.1" 200 None
2026-03-30 06:31:54 [bca.uk] INFO: Scrape type for AJ72%20FSF: 0
2026-03-30 06:31:54 [bca.uk] INFO: Found listing with ID: EJ73%20XPO
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520XPO%27 HTTP/1.1" 200 None
2026-03-30 06:31:54 [bca.uk] INFO: Scrape type for EJ73%20XPO: 2
2026-03-30 06:31:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9a31524-1894-54bf-9c1c-c3a191ccf369 with identifier: EJ73%20XPO
2026-03-30 06:31:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9a31524-1894-54bf-9c1c-c3a191ccf369 with scrape type 2
2026-03-30 06:31:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9a31524-1894-54bf-9c1c-c3a191ccf369 with scrape type 2
2026-03-30 06:31:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9a31524-1894-54bf-9c1c-c3a191ccf369, identifier: EJ73%20XPO
2026-03-30 06:31:55 [bca.uk] INFO: Found listing with ID: ND67%20NUB
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520NUB%27 HTTP/1.1" 200 None
2026-03-30 06:31:55 [bca.uk] INFO: Scrape type for ND67%20NUB: 2
2026-03-30 06:31:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with identifier: ND67%20NUB
2026-03-30 06:31:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with scrape type 2
2026-03-30 06:31:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with scrape type 2
2026-03-30 06:31:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17b5665d-94c9-551d-ac3a-cc62fb0d44f3, identifier: ND67%20NUB
2026-03-30 06:31:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 552abd3e-7f4e-52d4-a0f6-787141be8a4f with identifier: YN64%20OXV
2026-03-30 06:31:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 552abd3e-7f4e-52d4-a0f6-787141be8a4f with identifier: YN64%20OXV
2026-03-30 06:31:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 552abd3e-7f4e-52d4-a0f6-787141be8a4f with identifier: YN64%20OXV to the API
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN64%20OXV-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '552abd3e-7f4e-52d4-a0f6-787141be8a4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN64 OXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN64%20OXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 61593,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0DXXGAKDEP56092',
 'year': 2014}
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN64%2520OXV%27 HTTP/1.1" 200 None
2026-03-30 06:31:55 [bca.uk] INFO: Saving data for YN64%20OXV: {'auction_closing_time': 1774951200.0, 'created_time': 1774562904.696047, 'last_price_update_time': 1774852315.419876}
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN64%2520OXV') HTTP/1.1" 204 0
2026-03-30 06:31:55 [bca.uk] INFO: Found listing with ID: FX68%20VNB
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX68%2520VNB%27 HTTP/1.1" 200 None
2026-03-30 06:31:55 [bca.uk] INFO: Scrape type for FX68%20VNB: 2
2026-03-30 06:31:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 036c3ed2-a3c2-5e5a-b759-302910026337 with identifier: FX68%20VNB
2026-03-30 06:31:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 036c3ed2-a3c2-5e5a-b759-302910026337 with scrape type 2
2026-03-30 06:31:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 036c3ed2-a3c2-5e5a-b759-302910026337 with scrape type 2
2026-03-30 06:31:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 036c3ed2-a3c2-5e5a-b759-302910026337, identifier: FX68%20VNB
2026-03-30 06:31:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9a31524-1894-54bf-9c1c-c3a191ccf369 with identifier: EJ73%20XPO
2026-03-30 06:31:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9a31524-1894-54bf-9c1c-c3a191ccf369 with identifier: EJ73%20XPO
2026-03-30 06:31:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9a31524-1894-54bf-9c1c-c3a191ccf369 with identifier: EJ73%20XPO to the API
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ73%20XPO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c9a31524-1894-54bf-9c1c-c3a191ccf369',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EJ73 XPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ73%20XPO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 41187,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18550,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.4 TSI PHEV LIFE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI PHEV LIFE DSG',
 'vin': 'WVGZZZ5N3RW406009',
 'year': 2023}
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520XPO%27 HTTP/1.1" 200 None
2026-03-30 06:31:56 [bca.uk] INFO: Saving data for EJ73%20XPO: {'auction_closing_time': 1775113200.0, 'created_time': 1773908172.949417, 'last_price_update_time': 1774852316.066998}
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ73%2520XPO') HTTP/1.1" 204 0
2026-03-30 06:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with identifier: ND67%20NUB
2026-03-30 06:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with identifier: ND67%20NUB
2026-03-30 06:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17b5665d-94c9-551d-ac3a-cc62fb0d44f3 with identifier: ND67%20NUB to the API
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND67%20NUB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '17b5665d-94c9-551d-ac3a-cc62fb0d44f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND67 NUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND67%20NUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 75026,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 GT DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 150 GT DSG',
 'vin': 'WVWZZZAUZJW167476',
 'year': 2018}
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520NUB%27 HTTP/1.1" 200 None
2026-03-30 06:31:56 [bca.uk] INFO: Saving data for ND67%20NUB: {'auction_closing_time': 1775037600.0, 'created_time': 1774562811.085073, 'last_price_update_time': 1774852316.354669}
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND67%2520NUB') HTTP/1.1" 204 0
2026-03-30 06:31:56 [bca.uk] INFO: Found listing with ID: YP62%20VWJ
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP62%2520VWJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:56 [bca.uk] INFO: Scrape type for YP62%20VWJ: 2
2026-03-30 06:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f668d5c2-45bf-597c-b1ad-d0be6299bb06 with identifier: YP62%20VWJ
2026-03-30 06:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f668d5c2-45bf-597c-b1ad-d0be6299bb06 with scrape type 2
2026-03-30 06:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f668d5c2-45bf-597c-b1ad-d0be6299bb06 with scrape type 2
2026-03-30 06:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f668d5c2-45bf-597c-b1ad-d0be6299bb06, identifier: YP62%20VWJ
2026-03-30 06:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 036c3ed2-a3c2-5e5a-b759-302910026337 with identifier: FX68%20VNB
2026-03-30 06:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 036c3ed2-a3c2-5e5a-b759-302910026337 with identifier: FX68%20VNB
2026-03-30 06:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 036c3ed2-a3c2-5e5a-b759-302910026337 with identifier: FX68%20VNB to the API
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX68%20VNB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '036c3ed2-a3c2-5e5a-b759-302910026337',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX68 VNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX68%20VNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250',
 'odometer': 57013,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 2.0 AMG LINE PREMIUM 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'WDC2539462V129050',
 'year': 2018}
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX68%2520VNB%27 HTTP/1.1" 200 None
2026-03-30 06:31:56 [bca.uk] INFO: Saving data for FX68%20VNB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563245.643291, 'last_price_update_time': 1774852316.757052}
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX68%2520VNB') HTTP/1.1" 204 0
2026-03-30 06:31:56 [bca.uk] INFO: Found listing with ID: MA21%20SVN
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520SVN%27 HTTP/1.1" 200 None
2026-03-30 06:31:56 [bca.uk] INFO: Scrape type for MA21%20SVN: 2
2026-03-30 06:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6092bed7-21e8-557e-be40-208ab4cfad12 with identifier: MA21%20SVN
2026-03-30 06:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6092bed7-21e8-557e-be40-208ab4cfad12 with scrape type 2
2026-03-30 06:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6092bed7-21e8-557e-be40-208ab4cfad12 with scrape type 2
2026-03-30 06:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6092bed7-21e8-557e-be40-208ab4cfad12, identifier: MA21%20SVN
2026-03-30 06:31:56 [bca.uk] INFO: Found listing with ID: NJ69%20ZLZ
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ69%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-30 06:31:56 [bca.uk] INFO: Scrape type for NJ69%20ZLZ: 2
2026-03-30 06:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee3a01d1-2646-501e-9689-36c16c8b8bc0 with identifier: NJ69%20ZLZ
2026-03-30 06:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee3a01d1-2646-501e-9689-36c16c8b8bc0 with scrape type 2
2026-03-30 06:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee3a01d1-2646-501e-9689-36c16c8b8bc0 with scrape type 2
2026-03-30 06:31:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee3a01d1-2646-501e-9689-36c16c8b8bc0, identifier: NJ69%20ZLZ
2026-03-30 06:31:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f668d5c2-45bf-597c-b1ad-d0be6299bb06 with identifier: YP62%20VWJ
2026-03-30 06:31:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f668d5c2-45bf-597c-b1ad-d0be6299bb06 with identifier: YP62%20VWJ
2026-03-30 06:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f668d5c2-45bf-597c-b1ad-d0be6299bb06 with identifier: YP62%20VWJ to the API
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP62%20VWJ-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f668d5c2-45bf-597c-b1ad-d0be6299bb06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP62 VWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP62%20VWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 133179,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 18D SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 18D SPORT',
 'vin': 'WBAVP72030VX41136',
 'year': 2013}
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP62%2520VWJ%27 HTTP/1.1" 200 None
2026-03-30 06:31:57 [bca.uk] INFO: Saving data for YP62%20VWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774562902.592156, 'last_price_update_time': 1774852317.272075}
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP62%2520VWJ') HTTP/1.1" 204 0
2026-03-30 06:31:57 [bca.uk] INFO: Found listing with ID: GP16%20OCE
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP16%2520OCE%27 HTTP/1.1" 200 None
2026-03-30 06:31:57 [bca.uk] INFO: Scrape type for GP16%20OCE: 2
2026-03-30 06:31:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e816a42e-0dd2-5bff-9ec3-00a5f46c14af with identifier: GP16%20OCE
2026-03-30 06:31:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e816a42e-0dd2-5bff-9ec3-00a5f46c14af with scrape type 2
2026-03-30 06:31:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e816a42e-0dd2-5bff-9ec3-00a5f46c14af with scrape type 2
2026-03-30 06:31:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e816a42e-0dd2-5bff-9ec3-00a5f46c14af, identifier: GP16%20OCE
2026-03-30 06:31:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6092bed7-21e8-557e-be40-208ab4cfad12 with identifier: MA21%20SVN
2026-03-30 06:31:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6092bed7-21e8-557e-be40-208ab4cfad12 with identifier: MA21%20SVN
2026-03-30 06:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6092bed7-21e8-557e-be40-208ab4cfad12 with identifier: MA21%20SVN to the API
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA21%20SVN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6092bed7-21e8-557e-be40-208ab4cfad12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA21 SVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA21%20SVN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 102102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 H3 LEADER(MESS UNIT CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H3 LEADER(MESS UNIT',
 'vin': 'WF0EXXTTRELT44211',
 'year': 2021}
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520SVN%27 HTTP/1.1" 200 None
2026-03-30 06:31:57 [bca.uk] INFO: Saving data for MA21%20SVN: {'auction_closing_time': 1775113200.0, 'created_time': 1773834657.386666, 'last_price_update_time': 1774852317.68152}
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA21%2520SVN') HTTP/1.1" 204 0
2026-03-30 06:31:57 [bca.uk] INFO: Total items found: 100
2026-03-30 06:31:57 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded
2026-03-30 06:31:57 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:31:57 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:31:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee3a01d1-2646-501e-9689-36c16c8b8bc0 with identifier: NJ69%20ZLZ
2026-03-30 06:31:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee3a01d1-2646-501e-9689-36c16c8b8bc0 with identifier: NJ69%20ZLZ
2026-03-30 06:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee3a01d1-2646-501e-9689-36c16c8b8bc0 with identifier: NJ69%20ZLZ to the API
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ69%20ZLZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ee3a01d1-2646-501e-9689-36c16c8b8bc0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ69 ZLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ69%20ZLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 44379,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.5 TURBO D 130 BUSINESS ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 130 BUSINESS ED.',
 'vin': 'W0VZCYHZ7L6005784',
 'year': 2019}
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ69%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-30 06:31:57 [bca.uk] INFO: Saving data for NJ69%20ZLZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562950.557286, 'last_price_update_time': 1774852317.984989}
2026-03-30 06:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ69%2520ZLZ') HTTP/1.1" 204 0
2026-03-30 06:31:58 [bca.uk] INFO: Found listing with ID: ET66%20GXS
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520GXS%27 HTTP/1.1" 200 None
2026-03-30 06:31:58 [bca.uk] INFO: Scrape type for ET66%20GXS: 2
2026-03-30 06:31:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7da10d7-b07d-5297-bdd3-3d5a19b26fde with identifier: ET66%20GXS
2026-03-30 06:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7da10d7-b07d-5297-bdd3-3d5a19b26fde with scrape type 2
2026-03-30 06:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7da10d7-b07d-5297-bdd3-3d5a19b26fde with scrape type 2
2026-03-30 06:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7da10d7-b07d-5297-bdd3-3d5a19b26fde, identifier: ET66%20GXS
2026-03-30 06:31:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e816a42e-0dd2-5bff-9ec3-00a5f46c14af with identifier: GP16%20OCE
2026-03-30 06:31:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e816a42e-0dd2-5bff-9ec3-00a5f46c14af with identifier: GP16%20OCE
2026-03-30 06:31:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e816a42e-0dd2-5bff-9ec3-00a5f46c14af with identifier: GP16%20OCE to the API
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 298,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP16%20OCE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e816a42e-0dd2-5bff-9ec3-00a5f46c14af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GP16 OCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP16%20OCE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 77139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 5.0 S/C SVR StationWagon',
 'transmission': 'manual',
 'trim': 'S/C SVR',
 'vin': 'SALWA2EE9GA596763',
 'year': 2016}
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP16%2520OCE%27 HTTP/1.1" 200 None
2026-03-30 06:31:58 [bca.uk] INFO: Saving data for GP16%20OCE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563228.471778, 'last_price_update_time': 1774852318.380639}
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP16%2520OCE') HTTP/1.1" 204 0
2026-03-30 06:31:58 [bca.uk] INFO: Found listing with ID: DF69%20LPC
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF69%2520LPC%27 HTTP/1.1" 200 None
2026-03-30 06:31:58 [bca.uk] INFO: Scrape type for DF69%20LPC: 2
2026-03-30 06:31:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f044d41e-70c6-50a2-aa8d-610eae4b3c53 with identifier: DF69%20LPC
2026-03-30 06:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f044d41e-70c6-50a2-aa8d-610eae4b3c53 with scrape type 2
2026-03-30 06:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f044d41e-70c6-50a2-aa8d-610eae4b3c53 with scrape type 2
2026-03-30 06:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f044d41e-70c6-50a2-aa8d-610eae4b3c53, identifier: DF69%20LPC
2026-03-30 06:31:58 [bca.uk] INFO: Found listing with ID: H23%20GYP
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H23%2520GYP%27 HTTP/1.1" 200 None
2026-03-30 06:31:58 [bca.uk] INFO: Scrape type for H23%20GYP: 2
2026-03-30 06:31:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffc31f15-c3be-5adf-bbac-40eaefe988d6 with identifier: H23%20GYP
2026-03-30 06:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffc31f15-c3be-5adf-bbac-40eaefe988d6 with scrape type 2
2026-03-30 06:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffc31f15-c3be-5adf-bbac-40eaefe988d6 with scrape type 2
2026-03-30 06:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffc31f15-c3be-5adf-bbac-40eaefe988d6, identifier: H23%20GYP
2026-03-30 06:31:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7da10d7-b07d-5297-bdd3-3d5a19b26fde with identifier: ET66%20GXS
2026-03-30 06:31:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7da10d7-b07d-5297-bdd3-3d5a19b26fde with identifier: ET66%20GXS
2026-03-30 06:31:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7da10d7-b07d-5297-bdd3-3d5a19b26fde with identifier: ET66%20GXS to the API
2026-03-30 06:31:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:31:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:31:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET66%20GXS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd7da10d7-b07d-5297-bdd3-3d5a19b26fde',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET66 GXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET66%20GXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 68601,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHA851CLHZ308349',
 'year': 2017}
2026-03-30 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520GXS%27 HTTP/1.1" 200 None
2026-03-30 06:31:59 [bca.uk] INFO: Saving data for ET66%20GXS: {'auction_closing_time': 1774951200.0, 'created_time': 1774563150.227294, 'last_price_update_time': 1774852319.678813}
2026-03-30 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET66%2520GXS') HTTP/1.1" 204 0
2026-03-30 06:31:59 [bca.uk] INFO: Found listing with ID: KF16%20XDS
2026-03-30 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520XDS%27 HTTP/1.1" 200 None
2026-03-30 06:31:59 [bca.uk] INFO: Scrape type for KF16%20XDS: 2
2026-03-30 06:31:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d019202-db1f-538a-b6cd-b46318823d5d with identifier: KF16%20XDS
2026-03-30 06:31:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d019202-db1f-538a-b6cd-b46318823d5d with scrape type 2
2026-03-30 06:31:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d019202-db1f-538a-b6cd-b46318823d5d with scrape type 2
2026-03-30 06:31:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d019202-db1f-538a-b6cd-b46318823d5d, identifier: KF16%20XDS
2026-03-30 06:31:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f044d41e-70c6-50a2-aa8d-610eae4b3c53 with identifier: DF69%20LPC
2026-03-30 06:31:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f044d41e-70c6-50a2-aa8d-610eae4b3c53 with identifier: DF69%20LPC
2026-03-30 06:31:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f044d41e-70c6-50a2-aa8d-610eae4b3c53 with identifier: DF69%20LPC to the API
2026-03-30 06:31:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF69%20LPC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f044d41e-70c6-50a2-aa8d-610eae4b3c53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF69 LPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF69%20LPC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 43209,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20595,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 P300 4WD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300 4WD R-DYNAMIC HSE',
 'vin': 'SALZA2AX2LH072375',
 'year': 2020}
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF69%2520LPC%27 HTTP/1.1" 200 None
2026-03-30 06:32:00 [bca.uk] INFO: Saving data for DF69%20LPC: {'auction_closing_time': 1775113200.0, 'created_time': 1773842845.089744, 'last_price_update_time': 1774852320.18934}
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF69%2520LPC') HTTP/1.1" 204 0
2026-03-30 06:32:00 [bca.uk] INFO: Found listing with ID: WT25%20UHF
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHF%27 HTTP/1.1" 200 None
2026-03-30 06:32:00 [bca.uk] INFO: Scrape type for WT25%20UHF: 2
2026-03-30 06:32:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with identifier: WT25%20UHF
2026-03-30 06:32:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with scrape type 2
2026-03-30 06:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with scrape type 2
2026-03-30 06:32:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ec0d1db-1b4b-548c-be80-991b1f91ad06, identifier: WT25%20UHF
2026-03-30 06:32:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:32:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:32:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffc31f15-c3be-5adf-bbac-40eaefe988d6 with identifier: H23%20GYP
2026-03-30 06:32:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffc31f15-c3be-5adf-bbac-40eaefe988d6 with identifier: H23%20GYP
2026-03-30 06:32:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffc31f15-c3be-5adf-bbac-40eaefe988d6 with identifier: H23%20GYP to the API
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=78&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=H23%20GYP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ffc31f15-c3be-5adf-bbac-40eaefe988d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'H23 GYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=H23%20GYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 90965,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI TT 2.0 TFSI 230 QUATTRO S LINE S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TFSI 230 QUATTRO S LINE S-T',
 'vin': 'TRUZZZFV3J1005733',
 'year': 2017}
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H23%2520GYP%27 HTTP/1.1" 200 None
2026-03-30 06:32:00 [bca.uk] INFO: Saving data for H23%20GYP: {'auction_closing_time': 1774864800.0, 'created_time': 1774562949.15564, 'last_price_update_time': 1774852320.603858}
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='H23%2520GYP') HTTP/1.1" 204 0
2026-03-30 06:32:00 [bca.uk] INFO: Found listing with ID: GR19%20DXJ
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR19%2520DXJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:00 [bca.uk] INFO: Scrape type for GR19%20DXJ: 2
2026-03-30 06:32:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 142782f5-7d1c-5108-b0ff-4c716cacf14e with identifier: GR19%20DXJ
2026-03-30 06:32:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 142782f5-7d1c-5108-b0ff-4c716cacf14e with scrape type 2
2026-03-30 06:32:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 142782f5-7d1c-5108-b0ff-4c716cacf14e with scrape type 2
2026-03-30 06:32:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 142782f5-7d1c-5108-b0ff-4c716cacf14e, identifier: GR19%20DXJ
2026-03-30 06:32:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d019202-db1f-538a-b6cd-b46318823d5d with identifier: KF16%20XDS
2026-03-30 06:32:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d019202-db1f-538a-b6cd-b46318823d5d with identifier: KF16%20XDS
2026-03-30 06:32:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d019202-db1f-538a-b6cd-b46318823d5d with identifier: KF16%20XDS to the API
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF16%20XDS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d019202-db1f-538a-b6cd-b46318823d5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF16 XDS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF16%20XDS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 47166,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE',
 'vin': 'SALWA2KE6GA659483',
 'year': 2016}
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520XDS%27 HTTP/1.1" 200 None
2026-03-30 06:32:01 [bca.uk] INFO: Saving data for KF16%20XDS: {'auction_closing_time': 1774864800.0, 'created_time': 1774563226.780769, 'last_price_update_time': 1774852321.024372}
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF16%2520XDS') HTTP/1.1" 204 0
2026-03-30 06:32:01 [bca.uk] INFO: Found listing with ID: GJ63%20AWU
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ63%2520AWU%27 HTTP/1.1" 200 None
2026-03-30 06:32:01 [bca.uk] INFO: Scrape type for GJ63%20AWU: 0
2026-03-30 06:32:01 [bca.uk] INFO: Found listing with ID: KY66%20GYH
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY66%2520GYH%27 HTTP/1.1" 200 None
2026-03-30 06:32:01 [bca.uk] INFO: Scrape type for KY66%20GYH: 0
2026-03-30 06:32:01 [bca.uk] INFO: Found listing with ID: NG69%20FHT
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG69%2520FHT%27 HTTP/1.1" 200 None
2026-03-30 06:32:01 [bca.uk] INFO: Scrape type for NG69%20FHT: 2
2026-03-30 06:32:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77995121-4a2a-51de-a634-fc357d308046 with identifier: NG69%20FHT
2026-03-30 06:32:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77995121-4a2a-51de-a634-fc357d308046 with scrape type 2
2026-03-30 06:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77995121-4a2a-51de-a634-fc357d308046 with scrape type 2
2026-03-30 06:32:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77995121-4a2a-51de-a634-fc357d308046, identifier: NG69%20FHT
2026-03-30 06:32:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with identifier: WT25%20UHF
2026-03-30 06:32:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with identifier: WT25%20UHF
2026-03-30 06:32:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ec0d1db-1b4b-548c-be80-991b1f91ad06 with identifier: WT25%20UHF to the API
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UHF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1ec0d1db-1b4b-548c-be80-991b1f91ad06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UHF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 8380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 24000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTAXRSM03577',
 'year': 2025}
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHF%27 HTTP/1.1" 200 None
2026-03-30 06:32:01 [bca.uk] INFO: Saving data for WT25%20UHF: {'auction_closing_time': 1775113200.0, 'created_time': 1773822017.715786, 'last_price_update_time': 1774852321.627308}
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UHF') HTTP/1.1" 204 0
2026-03-30 06:32: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:32:01 [bca.uk] INFO: Found listing with ID: PX64%20VTL
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX64%2520VTL%27 HTTP/1.1" 200 None
2026-03-30 06:32:01 [bca.uk] INFO: Scrape type for PX64%20VTL: 0
2026-03-30 06:32:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 142782f5-7d1c-5108-b0ff-4c716cacf14e with identifier: GR19%20DXJ
2026-03-30 06:32:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 142782f5-7d1c-5108-b0ff-4c716cacf14e with identifier: GR19%20DXJ
2026-03-30 06:32:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 142782f5-7d1c-5108-b0ff-4c716cacf14e with identifier: GR19%20DXJ to the API
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GR19%20DXJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '142782f5-7d1c-5108-b0ff-4c716cacf14e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GR19 DXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GR19%20DXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 42734,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 177 2WD PREMIUM StationWagon',
 'transmission': 'manual',
 'trim': 'T-GDI 177 2WD PREMIUM',
 'vin': 'TMAJ3812LKJ759628',
 'year': 2019}
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR19%2520DXJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:01 [bca.uk] INFO: Saving data for GR19%20DXJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774562993.432809, 'last_price_update_time': 1774852321.953377}
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GR19%2520DXJ') HTTP/1.1" 204 0
2026-03-30 06:32:01 [bca.uk] INFO: Found listing with ID: LD18%20RXF
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520RXF%27 HTTP/1.1" 200 None
2026-03-30 06:32:01 [bca.uk] INFO: Scrape type for LD18%20RXF: 2
2026-03-30 06:32:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with identifier: LD18%20RXF
2026-03-30 06:32:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with scrape type 2
2026-03-30 06:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with scrape type 2
2026-03-30 06:32:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175, identifier: LD18%20RXF
2026-03-30 06:32:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77995121-4a2a-51de-a634-fc357d308046 with identifier: NG69%20FHT
2026-03-30 06:32:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77995121-4a2a-51de-a634-fc357d308046 with identifier: NG69%20FHT
2026-03-30 06:32:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77995121-4a2a-51de-a634-fc357d308046 with identifier: NG69%20FHT to the API
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG69%20FHT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77995121-4a2a-51de-a634-fc357d308046',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG69 FHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG69%20FHT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'HYUNDAI',
 'model': 'KONA',
 'odometer': 60165,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6700,
 'price_includes_vat': False,
 'registration_date': '2020-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': 'KMHK3811LKU297097',
 'year': 2020}
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG69%2520FHT%27 HTTP/1.1" 200 None
2026-03-30 06:32:02 [bca.uk] INFO: Saving data for NG69%20FHT: {'auction_closing_time': 1775113200.0, 'created_time': 1773823855.490953, 'last_price_update_time': 1774852322.376602}
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG69%2520FHT') HTTP/1.1" 204 0
2026-03-30 06:32:02 [bca.uk] INFO: Found listing with ID: WT25%20UHG
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHG%27 HTTP/1.1" 200 None
2026-03-30 06:32:02 [bca.uk] INFO: Scrape type for WT25%20UHG: 2
2026-03-30 06:32:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86ea8b4a-eef3-5f05-8e23-65a99da3119d with identifier: WT25%20UHG
2026-03-30 06:32:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86ea8b4a-eef3-5f05-8e23-65a99da3119d with scrape type 2
2026-03-30 06:32:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86ea8b4a-eef3-5f05-8e23-65a99da3119d with scrape type 2
2026-03-30 06:32:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86ea8b4a-eef3-5f05-8e23-65a99da3119d, identifier: WT25%20UHG
2026-03-30 06:32:02 [bca.uk] INFO: Found listing with ID: KM20%20UNL
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520UNL%27 HTTP/1.1" 200 None
2026-03-30 06:32:02 [bca.uk] INFO: Scrape type for KM20%20UNL: 2
2026-03-30 06:32:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7546c32-dae5-5cf0-9048-2e8608f9083d with identifier: KM20%20UNL
2026-03-30 06:32:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7546c32-dae5-5cf0-9048-2e8608f9083d with scrape type 2
2026-03-30 06:32:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7546c32-dae5-5cf0-9048-2e8608f9083d with scrape type 2
2026-03-30 06:32:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7546c32-dae5-5cf0-9048-2e8608f9083d, identifier: KM20%20UNL
2026-03-30 06:32:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with identifier: LD18%20RXF
2026-03-30 06:32:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with identifier: LD18%20RXF
2026-03-30 06:32:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175 with identifier: LD18%20RXF to the API
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD18%20RXF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aa6b53b4-b9bc-5e05-b9fd-1c29eaf73175',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD18 RXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD18%20RXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': '718 CAYMAN',
 'odometer': 23698,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PORSCHE 718 CAYMAN 2.5 350 S PDK Coupe',
 'transmission': 'automatic',
 'trim': '350 S PDK',
 'vin': 'WP0ZZZ98ZJK271513',
 'year': 2018}
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520RXF%27 HTTP/1.1" 200 None
2026-03-30 06:32:02 [bca.uk] INFO: Saving data for LD18%20RXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563229.776549, 'last_price_update_time': 1774852322.904262}
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD18%2520RXF') HTTP/1.1" 204 0
2026-03-30 06:32:02 [bca.uk] INFO: Found listing with ID: NU23%20KHB
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520KHB%27 HTTP/1.1" 200 None
2026-03-30 06:32:02 [bca.uk] INFO: Scrape type for NU23%20KHB: 2
2026-03-30 06:32:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with identifier: NU23%20KHB
2026-03-30 06:32:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with scrape type 2
2026-03-30 06:32:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with scrape type 2
2026-03-30 06:32:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1520d528-22b3-5c0d-abd4-9caac4cc42d5, identifier: NU23%20KHB
2026-03-30 06:32:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86ea8b4a-eef3-5f05-8e23-65a99da3119d with identifier: WT25%20UHG
2026-03-30 06:32:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86ea8b4a-eef3-5f05-8e23-65a99da3119d with identifier: WT25%20UHG
2026-03-30 06:32:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86ea8b4a-eef3-5f05-8e23-65a99da3119d with identifier: WT25%20UHG to the API
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UHG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '86ea8b4a-eef3-5f05-8e23-65a99da3119d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UHG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 6454,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 24500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA6RSM89115',
 'year': 2025}
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHG%27 HTTP/1.1" 200 None
2026-03-30 06:32:03 [bca.uk] INFO: Saving data for WT25%20UHG: {'auction_closing_time': 1775113200.0, 'created_time': 1773821972.028492, 'last_price_update_time': 1774852323.34632}
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UHG') HTTP/1.1" 204 0
2026-03-30 06:32:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7546c32-dae5-5cf0-9048-2e8608f9083d with identifier: KM20%20UNL
2026-03-30 06:32:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7546c32-dae5-5cf0-9048-2e8608f9083d with identifier: KM20%20UNL
2026-03-30 06:32:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7546c32-dae5-5cf0-9048-2e8608f9083d with identifier: KM20%20UNL to the API
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM20%20UNL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e7546c32-dae5-5cf0-9048-2e8608f9083d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM20 UNL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM20%20UNL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 73574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.0 VTEC TURBO 126 SR Hatchback',
 'transmission': 'manual',
 'trim': 'VTEC TURBO 126 SR',
 'vin': 'SHHFK6760LU000387',
 'year': 2020}
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520UNL%27 HTTP/1.1" 200 None
2026-03-30 06:32:03 [bca.uk] INFO: Saving data for KM20%20UNL: {'auction_closing_time': 1775037600.0, 'created_time': 1774563153.819789, 'last_price_update_time': 1774852323.662811}
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM20%2520UNL') HTTP/1.1" 204 0
2026-03-30 06:32:03 [bca.uk] INFO: Found listing with ID: LR15%20USX
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR15%2520USX%27 HTTP/1.1" 200 None
2026-03-30 06:32:03 [bca.uk] INFO: Scrape type for LR15%20USX: 2
2026-03-30 06:32:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77eb45a9-a9c7-5531-9811-d5ed38072a21 with identifier: LR15%20USX
2026-03-30 06:32:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77eb45a9-a9c7-5531-9811-d5ed38072a21 with scrape type 2
2026-03-30 06:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77eb45a9-a9c7-5531-9811-d5ed38072a21 with scrape type 2
2026-03-30 06:32:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77eb45a9-a9c7-5531-9811-d5ed38072a21, identifier: LR15%20USX
2026-03-30 06:32:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with identifier: NU23%20KHB
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:32:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=zesty+yellow HTTP/1.1" 200 None
2026-03-30 06:32:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:32: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:32:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with identifier: NU23%20KHB
2026-03-30 06:32:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1520d528-22b3-5c0d-abd4-9caac4cc42d5 with identifier: NU23%20KHB to the API
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU23%20KHB-GB',
 'category': 'Car',
 'color': 'zesty yellow',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1520d528-22b3-5c0d-abd4-9caac4cc42d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU23 KHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU23%20KHB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 18443,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 SPORT PREMIUM PLUS Convertible',
 'transmission': 'automatic',
 'trim': 'SPORT PREMIUM PLUS',
 'vin': 'WMW22DL0003R25380',
 'year': 2023}
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520KHB%27 HTTP/1.1" 200 None
2026-03-30 06:32:04 [bca.uk] INFO: Saving data for NU23%20KHB: {'auction_closing_time': 1775113200.0, 'created_time': 1774265249.828795, 'last_price_update_time': 1774852324.210215}
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU23%2520KHB') HTTP/1.1" 204 0
2026-03-30 06:32:04 [bca.uk] INFO: Found listing with ID: YP24%20TVZ
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520TVZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:04 [bca.uk] INFO: Scrape type for YP24%20TVZ: 0
2026-03-30 06:32:04 [bca.uk] INFO: Found listing with ID: YP74%20VLB
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLB%27 HTTP/1.1" 200 None
2026-03-30 06:32:04 [bca.uk] INFO: Scrape type for YP74%20VLB: 2
2026-03-30 06:32:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with identifier: YP74%20VLB
2026-03-30 06:32:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with scrape type 2
2026-03-30 06:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with scrape type 2
2026-03-30 06:32:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351, identifier: YP74%20VLB
2026-03-30 06:32:04 [bca.uk] INFO: Found listing with ID: KY22%20YRZ
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520YRZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:04 [bca.uk] INFO: Scrape type for KY22%20YRZ: 2
2026-03-30 06:32:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3daf1912-d17a-527d-b994-8cfa42f43c27 with identifier: KY22%20YRZ
2026-03-30 06:32:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3daf1912-d17a-527d-b994-8cfa42f43c27 with scrape type 2
2026-03-30 06:32:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3daf1912-d17a-527d-b994-8cfa42f43c27 with scrape type 2
2026-03-30 06:32:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3daf1912-d17a-527d-b994-8cfa42f43c27, identifier: KY22%20YRZ
2026-03-30 06:32:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77eb45a9-a9c7-5531-9811-d5ed38072a21 with identifier: LR15%20USX
2026-03-30 06:32:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77eb45a9-a9c7-5531-9811-d5ed38072a21 with identifier: LR15%20USX
2026-03-30 06:32:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77eb45a9-a9c7-5531-9811-d5ed38072a21 with identifier: LR15%20USX to the API
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR15%20USX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77eb45a9-a9c7-5531-9811-d5ed38072a21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR15 USX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR15%20USX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 82596,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.4 TFSI 150 SE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 150 SE S-T',
 'vin': 'WAUZZZ8U4FR024389',
 'year': 2015}
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR15%2520USX%27 HTTP/1.1" 200 None
2026-03-30 06:32:04 [bca.uk] INFO: Saving data for LR15%20USX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563230.301869, 'last_price_update_time': 1774852324.83665}
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR15%2520USX') HTTP/1.1" 204 0
2026-03-30 06:32:04 [bca.uk] INFO: Found listing with ID: OU17%20YZR
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU17%2520YZR%27 HTTP/1.1" 200 None
2026-03-30 06:32:04 [bca.uk] INFO: Scrape type for OU17%20YZR: 0
2026-03-30 06:32:04 [bca.uk] INFO: Found listing with ID: YR13%20XDZ
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR13%2520XDZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:04 [bca.uk] INFO: Scrape type for YR13%20XDZ: 0
2026-03-30 06:32:04 [bca.uk] INFO: Found listing with ID: YR72%20OHG
2026-03-30 06:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520OHG%27 HTTP/1.1" 200 None
2026-03-30 06:32:05 [bca.uk] INFO: Scrape type for YR72%20OHG: 2
2026-03-30 06:32:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73db187a-f514-51f6-9f9d-9b05af01773a with identifier: YR72%20OHG
2026-03-30 06:32:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73db187a-f514-51f6-9f9d-9b05af01773a with scrape type 2
2026-03-30 06:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73db187a-f514-51f6-9f9d-9b05af01773a with scrape type 2
2026-03-30 06:32:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73db187a-f514-51f6-9f9d-9b05af01773a, identifier: YR72%20OHG
2026-03-30 06:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with identifier: YP74%20VLB
2026-03-30 06:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with identifier: YP74%20VLB
2026-03-30 06:32:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ae7534c-bcd9-5b38-9962-3d3e0a7f2351 with identifier: YP74%20VLB to the API
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP74%20VLB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6ae7534c-bcd9-5b38-9962-3d3e0a7f2351',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP74 VLB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP74%20VLB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 11290,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 27400,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRC33586',
 'year': 2024}
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLB%27 HTTP/1.1" 200 None
2026-03-30 06:32:05 [bca.uk] INFO: Saving data for YP74%20VLB: {'auction_closing_time': 1775113200.0, 'created_time': 1773838120.691883, 'last_price_update_time': 1774852325.390757}
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP74%2520VLB') HTTP/1.1" 204 0
2026-03-30 06:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3daf1912-d17a-527d-b994-8cfa42f43c27 with identifier: KY22%20YRZ
2026-03-30 06:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3daf1912-d17a-527d-b994-8cfa42f43c27 with identifier: KY22%20YRZ
2026-03-30 06:32:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3daf1912-d17a-527d-b994-8cfa42f43c27 with identifier: KY22%20YRZ to the API
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY22%20YRZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3daf1912-d17a-527d-b994-8cfa42f43c27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY22 YRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY22%20YRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'KONA',
 'odometer': 33330,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA 1.6 GDI HYBRID PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID PREMIUM DCT',
 'vin': 'KMHK381EVNU083494',
 'year': 2022}
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520YRZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:05 [bca.uk] INFO: Saving data for KY22%20YRZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774563152.959719, 'last_price_update_time': 1774852325.670725}
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY22%2520YRZ') HTTP/1.1" 204 0
2026-03-30 06:32:05 [bca.uk] INFO: Found listing with ID: LY66%20VFN
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY66%2520VFN%27 HTTP/1.1" 200 None
2026-03-30 06:32:05 [bca.uk] INFO: Scrape type for LY66%20VFN: 2
2026-03-30 06:32:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b04f0ded-e9d9-5dc1-9224-0583647355a0 with identifier: LY66%20VFN
2026-03-30 06:32:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b04f0ded-e9d9-5dc1-9224-0583647355a0 with scrape type 2
2026-03-30 06:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b04f0ded-e9d9-5dc1-9224-0583647355a0 with scrape type 2
2026-03-30 06:32:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b04f0ded-e9d9-5dc1-9224-0583647355a0, identifier: LY66%20VFN
2026-03-30 06:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73db187a-f514-51f6-9f9d-9b05af01773a with identifier: YR72%20OHG
2026-03-30 06:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73db187a-f514-51f6-9f9d-9b05af01773a with identifier: YR72%20OHG
2026-03-30 06:32:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73db187a-f514-51f6-9f9d-9b05af01773a with identifier: YR72%20OHG to the API
2026-03-30 06:32:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR72%20OHG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '73db187a-f514-51f6-9f9d-9b05af01773a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR72 OHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR72%20OHG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 9128,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 STYLE',
 'vin': 'WVWZZZAWZPU009022',
 'year': 2022}
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520OHG%27 HTTP/1.1" 200 None
2026-03-30 06:32:06 [bca.uk] INFO: Saving data for YR72%20OHG: {'auction_closing_time': 1775113200.0, 'created_time': 1774362284.193446, 'last_price_update_time': 1774852326.174185}
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR72%2520OHG') HTTP/1.1" 204 0
2026-03-30 06:32:06 [bca.uk] INFO: Found listing with ID: CV70%20HFA
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV70%2520HFA%27 HTTP/1.1" 200 None
2026-03-30 06:32:06 [bca.uk] INFO: Scrape type for CV70%20HFA: 0
2026-03-30 06:32:06 [bca.uk] INFO: Found listing with ID: YO18%20RZN
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO18%2520RZN%27 HTTP/1.1" 200 None
2026-03-30 06:32:06 [bca.uk] INFO: Scrape type for YO18%20RZN: 2
2026-03-30 06:32:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d255a85-247b-564c-bae8-98aa5e39c17a with identifier: YO18%20RZN
2026-03-30 06:32:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d255a85-247b-564c-bae8-98aa5e39c17a with scrape type 2
2026-03-30 06:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d255a85-247b-564c-bae8-98aa5e39c17a with scrape type 2
2026-03-30 06:32:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d255a85-247b-564c-bae8-98aa5e39c17a, identifier: YO18%20RZN
2026-03-30 06:32:06 [bca.uk] INFO: Found listing with ID: ML70%20CYH
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520CYH%27 HTTP/1.1" 200 None
2026-03-30 06:32:06 [bca.uk] INFO: Scrape type for ML70%20CYH: 2
2026-03-30 06:32:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3481271-ab8b-5d86-9d6a-7291d2d7b969 with identifier: ML70%20CYH
2026-03-30 06:32:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3481271-ab8b-5d86-9d6a-7291d2d7b969 with scrape type 2
2026-03-30 06:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3481271-ab8b-5d86-9d6a-7291d2d7b969 with scrape type 2
2026-03-30 06:32:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3481271-ab8b-5d86-9d6a-7291d2d7b969, identifier: ML70%20CYH
2026-03-30 06:32:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b04f0ded-e9d9-5dc1-9224-0583647355a0 with identifier: LY66%20VFN
2026-03-30 06:32:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b04f0ded-e9d9-5dc1-9224-0583647355a0 with identifier: LY66%20VFN
2026-03-30 06:32:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b04f0ded-e9d9-5dc1-9224-0583647355a0 with identifier: LY66%20VFN to the API
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b04f0ded-e9d9-5dc1-9224-0583647355a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY66 VFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY66%20VFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 91197,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2KEXGA113401',
 'year': 2016}
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY66%2520VFN%27 HTTP/1.1" 200 None
2026-03-30 06:32:06 [bca.uk] INFO: Saving data for LY66%20VFN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563217.763079, 'last_price_update_time': 1774852326.72523}
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY66%2520VFN') HTTP/1.1" 204 0
2026-03-30 06:32:06 [bca.uk] INFO: Found listing with ID: LF67%20UEW
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520UEW%27 HTTP/1.1" 200 None
2026-03-30 06:32:06 [bca.uk] INFO: Scrape type for LF67%20UEW: 0
2026-03-30 06:32:06 [bca.uk] INFO: Found listing with ID: BL74%20WJV
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520WJV%27 HTTP/1.1" 200 None
2026-03-30 06:32:06 [bca.uk] INFO: Scrape type for BL74%20WJV: 2
2026-03-30 06:32:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with identifier: BL74%20WJV
2026-03-30 06:32:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with scrape type 2
2026-03-30 06:32:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with scrape type 2
2026-03-30 06:32:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e8da6e7-8850-58cd-9fa4-0dafaad70240, identifier: BL74%20WJV
2026-03-30 06:32:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d255a85-247b-564c-bae8-98aa5e39c17a with identifier: YO18%20RZN
2026-03-30 06:32:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d255a85-247b-564c-bae8-98aa5e39c17a with identifier: YO18%20RZN
2026-03-30 06:32:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d255a85-247b-564c-bae8-98aa5e39c17a with identifier: YO18%20RZN to the API
2026-03-30 06:32:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO18%20RZN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d255a85-247b-564c-bae8-98aa5e39c17a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO18 RZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO18%20RZN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 194628,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4250,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYJU34381',
 'year': 2018}
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO18%2520RZN%27 HTTP/1.1" 200 None
2026-03-30 06:32:07 [bca.uk] INFO: Saving data for YO18%20RZN: {'auction_closing_time': 1775113200.0, 'created_time': 1774350122.010947, 'last_price_update_time': 1774852327.158006}
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO18%2520RZN') HTTP/1.1" 204 0
2026-03-30 06:32:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3481271-ab8b-5d86-9d6a-7291d2d7b969 with identifier: ML70%20CYH
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=indian+summer+red HTTP/1.1" 200 None
2026-03-30 06:32:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:32:07 [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:32:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3481271-ab8b-5d86-9d6a-7291d2d7b969 with identifier: ML70%20CYH
2026-03-30 06:32:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3481271-ab8b-5d86-9d6a-7291d2d7b969 with identifier: ML70%20CYH to the API
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML70%20CYH-GB',
 'category': 'Car',
 'color': 'indian summer red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a3481271-ab8b-5d86-9d6a-7291d2d7b969',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML70 CYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML70%20CYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 59806,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 EXCLUSIVE STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE STEP',
 'vin': 'WMWXR320302N40026',
 'year': 2020}
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520CYH%27 HTTP/1.1" 200 None
2026-03-30 06:32:07 [bca.uk] INFO: Saving data for ML70%20CYH: {'auction_closing_time': 1775037600.0, 'created_time': 1774563149.852805, 'last_price_update_time': 1774852327.58045}
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML70%2520CYH') HTTP/1.1" 204 0
2026-03-30 06:32:07 [bca.uk] INFO: Found listing with ID: CF69%20JKU
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520JKU%27 HTTP/1.1" 200 None
2026-03-30 06:32:07 [bca.uk] INFO: Scrape type for CF69%20JKU: 2
2026-03-30 06:32:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab9a41b1-0acf-5317-9f54-291daabec823 with identifier: CF69%20JKU
2026-03-30 06:32:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab9a41b1-0acf-5317-9f54-291daabec823 with scrape type 2
2026-03-30 06:32:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab9a41b1-0acf-5317-9f54-291daabec823 with scrape type 2
2026-03-30 06:32:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab9a41b1-0acf-5317-9f54-291daabec823, identifier: CF69%20JKU
2026-03-30 06:32:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with identifier: BL74%20WJV
2026-03-30 06:32:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with identifier: BL74%20WJV
2026-03-30 06:32:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e8da6e7-8850-58cd-9fa4-0dafaad70240 with identifier: BL74%20WJV to the API
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL74%20WJV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8e8da6e7-8850-58cd-9fa4-0dafaad70240',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL74 WJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL74%20WJV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 22627,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 27300,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 H2 PRO PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PRO',
 'vin': 'W1V3HBFZ8SP729521',
 'year': 2025}
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520WJV%27 HTTP/1.1" 200 None
2026-03-30 06:32:07 [bca.uk] INFO: Saving data for BL74%20WJV: {'auction_closing_time': 1775199600.0, 'created_time': 1773823231.768263, 'last_price_update_time': 1774852327.990314}
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL74%2520WJV') HTTP/1.1" 204 0
2026-03-30 06:32:08 [bca.uk] INFO: Found listing with ID: AV69%20TBZ
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV69%2520TBZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:08 [bca.uk] INFO: Scrape type for AV69%20TBZ: 0
2026-03-30 06:32:08 [bca.uk] INFO: Found listing with ID: DA73%20PBX
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA73%2520PBX%27 HTTP/1.1" 200 None
2026-03-30 06:32:08 [bca.uk] INFO: Scrape type for DA73%20PBX: 2
2026-03-30 06:32:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 945d9a17-6e02-58e6-96d6-8fcde77d4ead with identifier: DA73%20PBX
2026-03-30 06:32:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 945d9a17-6e02-58e6-96d6-8fcde77d4ead with scrape type 2
2026-03-30 06:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 945d9a17-6e02-58e6-96d6-8fcde77d4ead with scrape type 2
2026-03-30 06:32:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 945d9a17-6e02-58e6-96d6-8fcde77d4ead, identifier: DA73%20PBX
2026-03-30 06:32:08 [bca.uk] INFO: Found listing with ID: OGZ%203885
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OGZ%25203885%27 HTTP/1.1" 200 None
2026-03-30 06:32:08 [bca.uk] INFO: Scrape type for OGZ%203885: 2
2026-03-30 06:32:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with identifier: OGZ%203885
2026-03-30 06:32:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with scrape type 2
2026-03-30 06:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with scrape type 2
2026-03-30 06:32:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5072ae2c-b6ec-56a0-b00e-471a532b2b91, identifier: OGZ%203885
2026-03-30 06:32:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab9a41b1-0acf-5317-9f54-291daabec823 with identifier: CF69%20JKU
2026-03-30 06:32:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab9a41b1-0acf-5317-9f54-291daabec823 with identifier: CF69%20JKU
2026-03-30 06:32:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab9a41b1-0acf-5317-9f54-291daabec823 with identifier: CF69%20JKU to the API
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF69%20JKU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab9a41b1-0acf-5317-9f54-291daabec823',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF69 JKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF69%20JKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 102910,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.2 BLUEHDI 165 L4 Luton',
 'transmission': 'manual',
 'trim': 'BLUEHDI 165 L4',
 'vin': 'VF7YCCNAU12M06150',
 'year': 2020}
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF69%2520JKU%27 HTTP/1.1" 200 None
2026-03-30 06:32:08 [bca.uk] INFO: Saving data for CF69%20JKU: {'auction_closing_time': 1775210400.0, 'created_time': 1773824520.470506, 'last_price_update_time': 1774852328.521341}
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF69%2520JKU') HTTP/1.1" 204 0
2026-03-30 06:32:08 [bca.uk] INFO: Found listing with ID: BT70%20AXV
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT70%2520AXV%27 HTTP/1.1" 200 None
2026-03-30 06:32:08 [bca.uk] INFO: Scrape type for BT70%20AXV: 2
2026-03-30 06:32:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 754c626c-0c6d-512b-bdd3-c1727963aff5 with identifier: BT70%20AXV
2026-03-30 06:32:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 754c626c-0c6d-512b-bdd3-c1727963aff5 with scrape type 2
2026-03-30 06:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 754c626c-0c6d-512b-bdd3-c1727963aff5 with scrape type 2
2026-03-30 06:32:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 754c626c-0c6d-512b-bdd3-c1727963aff5, identifier: BT70%20AXV
2026-03-30 06:32:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 945d9a17-6e02-58e6-96d6-8fcde77d4ead with identifier: DA73%20PBX
2026-03-30 06:32:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 945d9a17-6e02-58e6-96d6-8fcde77d4ead with identifier: DA73%20PBX
2026-03-30 06:32:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 945d9a17-6e02-58e6-96d6-8fcde77d4ead with identifier: DA73%20PBX to the API
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 39,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA73%20PBX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '945d9a17-6e02-58e6-96d6-8fcde77d4ead',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA73 PBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA73%20PBX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 44098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 31700,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 P400E AWD R-DYNAMIC HSE BLACK StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E AWD R-DYNAMIC HSE BLACK',
 'vin': 'SADCA2AY6RA734888',
 'year': 2023}
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA73%2520PBX%27 HTTP/1.1" 200 None
2026-03-30 06:32:09 [bca.uk] INFO: Saving data for DA73%20PBX: {'auction_closing_time': 1775113200.0, 'created_time': 1773834231.610819, 'last_price_update_time': 1774852329.040814}
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA73%2520PBX') HTTP/1.1" 204 0
2026-03-30 06:32:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with identifier: OGZ%203885
2026-03-30 06:32:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with identifier: OGZ%203885
2026-03-30 06:32:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5072ae2c-b6ec-56a0-b00e-471a532b2b91 with identifier: OGZ%203885 to the API
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OGZ%203885-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5072ae2c-b6ec-56a0-b00e-471a532b2b91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OGZ 3885',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OGZ%203885&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 44247,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI EVO 150 R LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 R LINE',
 'vin': 'WVWZZZAUZKW225016',
 'year': 2019}
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OGZ%25203885%27 HTTP/1.1" 200 None
2026-03-30 06:32:09 [bca.uk] INFO: Saving data for OGZ%203885: {'auction_closing_time': 1775037600.0, 'created_time': 1774563141.513127, 'last_price_update_time': 1774852329.336538}
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OGZ%25203885') HTTP/1.1" 204 0
2026-03-30 06:32:09 [bca.uk] INFO: Found listing with ID: WN73%20EZA
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520EZA%27 HTTP/1.1" 200 None
2026-03-30 06:32:09 [bca.uk] INFO: Scrape type for WN73%20EZA: 2
2026-03-30 06:32:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with identifier: WN73%20EZA
2026-03-30 06:32:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with scrape type 2
2026-03-30 06:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with scrape type 2
2026-03-30 06:32:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc22e4cf-997c-5988-9b7c-6b081ee5cd76, identifier: WN73%20EZA
2026-03-30 06:32:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 754c626c-0c6d-512b-bdd3-c1727963aff5 with identifier: BT70%20AXV
2026-03-30 06:32:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 754c626c-0c6d-512b-bdd3-c1727963aff5 with identifier: BT70%20AXV
2026-03-30 06:32:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 754c626c-0c6d-512b-bdd3-c1727963aff5 with identifier: BT70%20AXV to the API
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT70%20AXV-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '754c626c-0c6d-512b-bdd3-c1727963aff5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT70 AXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT70%20AXV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA45 AMG S/B',
 'odometer': 69423,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 28400,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA45 AMG S/B 2.0 (421) S 4MATIC PLUS DCT Estate',
 'transmission': 'automatic',
 'trim': '(421) S 4MATIC PLUS DCT',
 'vin': 'W1K1186542N160893',
 'year': 2020}
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT70%2520AXV%27 HTTP/1.1" 200 None
2026-03-30 06:32:09 [bca.uk] INFO: Saving data for BT70%20AXV: {'auction_closing_time': 1775199600.0, 'created_time': 1773844559.276455, 'last_price_update_time': 1774852329.864313}
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT70%2520AXV') HTTP/1.1" 204 0
2026-03-30 06:32:09 [bca.uk] INFO: Found listing with ID: EF65%20XAT
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF65%2520XAT%27 HTTP/1.1" 200 None
2026-03-30 06:32:09 [bca.uk] INFO: Scrape type for EF65%20XAT: 2
2026-03-30 06:32:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69cc1656-af23-59dd-b6bf-a709e78fb420 with identifier: EF65%20XAT
2026-03-30 06:32:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69cc1656-af23-59dd-b6bf-a709e78fb420 with scrape type 2
2026-03-30 06:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69cc1656-af23-59dd-b6bf-a709e78fb420 with scrape type 2
2026-03-30 06:32:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69cc1656-af23-59dd-b6bf-a709e78fb420, identifier: EF65%20XAT
2026-03-30 06:32:10 [bca.uk] INFO: Found listing with ID: OU64%20TZW
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520TZW%27 HTTP/1.1" 200 None
2026-03-30 06:32:10 [bca.uk] INFO: Scrape type for OU64%20TZW: 2
2026-03-30 06:32:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with identifier: OU64%20TZW
2026-03-30 06:32:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with scrape type 2
2026-03-30 06:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with scrape type 2
2026-03-30 06:32:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c17ec1b8-4cf1-55b3-8ace-4dcca2439781, identifier: OU64%20TZW
2026-03-30 06:32:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with identifier: WN73%20EZA
2026-03-30 06:32:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with identifier: WN73%20EZA
2026-03-30 06:32:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc22e4cf-997c-5988-9b7c-6b081ee5cd76 with identifier: WN73%20EZA to the API
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN73%20EZA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dc22e4cf-997c-5988-9b7c-6b081ee5cd76',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN73 EZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN73%20EZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 25874,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 170 320 SWB LIMITED L/R PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYPS16221',
 'year': 2023}
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520EZA%27 HTTP/1.1" 200 None
2026-03-30 06:32:10 [bca.uk] INFO: Saving data for WN73%20EZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774563271.027522, 'last_price_update_time': 1774852330.404867}
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN73%2520EZA') HTTP/1.1" 204 0
2026-03-30 06:32:10 [bca.uk] INFO: Found listing with ID: KN73%20ODX
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520ODX%27 HTTP/1.1" 200 None
2026-03-30 06:32:10 [bca.uk] INFO: Scrape type for KN73%20ODX: 2
2026-03-30 06:32:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6544713d-1c96-5e30-90ae-93fbe9659856 with identifier: KN73%20ODX
2026-03-30 06:32:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6544713d-1c96-5e30-90ae-93fbe9659856 with scrape type 2
2026-03-30 06:32:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6544713d-1c96-5e30-90ae-93fbe9659856 with scrape type 2
2026-03-30 06:32:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6544713d-1c96-5e30-90ae-93fbe9659856, identifier: KN73%20ODX
2026-03-30 06:32:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69cc1656-af23-59dd-b6bf-a709e78fb420 with identifier: EF65%20XAT
2026-03-30 06:32:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69cc1656-af23-59dd-b6bf-a709e78fb420 with identifier: EF65%20XAT
2026-03-30 06:32:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69cc1656-af23-59dd-b6bf-a709e78fb420 with identifier: EF65%20XAT to the API
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF65%20XAT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '69cc1656-af23-59dd-b6bf-a709e78fb420',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF65 XAT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF65%20XAT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 109610,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4000,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 SDRIVE 18D X LINE StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18D X LINE',
 'vin': 'WBAHT72010P987275',
 'year': 2016}
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF65%2520XAT%27 HTTP/1.1" 200 None
2026-03-30 06:32:10 [bca.uk] INFO: Saving data for EF65%20XAT: {'auction_closing_time': 1775113200.0, 'created_time': 1773826282.463334, 'last_price_update_time': 1774852330.836901}
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF65%2520XAT') HTTP/1.1" 204 0
2026-03-30 06:32:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with identifier: OU64%20TZW
2026-03-30 06:32:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with identifier: OU64%20TZW
2026-03-30 06:32:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c17ec1b8-4cf1-55b3-8ace-4dcca2439781 with identifier: OU64%20TZW to the API
2026-03-30 06:32:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU64%20TZW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c17ec1b8-4cf1-55b3-8ace-4dcca2439781',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU64 TZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU64%20TZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '108',
 'odometer': 57682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 1.2 VTI ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ALLURE',
 'vin': 'VF3PAHMTBER264034',
 'year': 2015}
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520TZW%27 HTTP/1.1" 200 None
2026-03-30 06:32:11 [bca.uk] INFO: Saving data for OU64%20TZW: {'auction_closing_time': 1775037600.0, 'created_time': 1774563141.152948, 'last_price_update_time': 1774852331.137304}
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU64%2520TZW') HTTP/1.1" 204 0
2026-03-30 06:32:11 [bca.uk] INFO: Found listing with ID: WP72%20SZW
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520SZW%27 HTTP/1.1" 200 None
2026-03-30 06:32:11 [bca.uk] INFO: Scrape type for WP72%20SZW: 2
2026-03-30 06:32:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with identifier: WP72%20SZW
2026-03-30 06:32:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with scrape type 2
2026-03-30 06:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with scrape type 2
2026-03-30 06:32:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194, identifier: WP72%20SZW
2026-03-30 06:32:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6544713d-1c96-5e30-90ae-93fbe9659856 with identifier: KN73%20ODX
2026-03-30 06:32:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6544713d-1c96-5e30-90ae-93fbe9659856 with identifier: KN73%20ODX
2026-03-30 06:32:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6544713d-1c96-5e30-90ae-93fbe9659856 with identifier: KN73%20ODX to the API
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN73%20ODX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '6544713d-1c96-5e30-90ae-93fbe9659856',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN73 ODX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN73%20ODX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQS 450+',
 'odometer': 19046,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 43600,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQS 450+ EXCLUSIVE LUXURY Hatchback',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE LUXURY',
 'vin': 'W1K2971232A001529',
 'year': 2023}
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520ODX%27 HTTP/1.1" 200 None
2026-03-30 06:32:11 [bca.uk] INFO: Saving data for KN73%20ODX: {'auction_closing_time': 1775199600.0, 'created_time': 1773844563.810956, 'last_price_update_time': 1774852331.563506}
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN73%2520ODX') HTTP/1.1" 204 0
2026-03-30 06:32:11 [bca.uk] INFO: Found listing with ID: EJ20%20ULD
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ20%2520ULD%27 HTTP/1.1" 200 None
2026-03-30 06:32:11 [bca.uk] INFO: Scrape type for EJ20%20ULD: 0
2026-03-30 06:32:11 [bca.uk] INFO: Found listing with ID: FG14%20CUA
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG14%2520CUA%27 HTTP/1.1" 200 None
2026-03-30 06:32:11 [bca.uk] INFO: Scrape type for FG14%20CUA: 0
2026-03-30 06:32:11 [bca.uk] INFO: Found listing with ID: GN21%20ZMV
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN21%2520ZMV%27 HTTP/1.1" 200 None
2026-03-30 06:32:11 [bca.uk] INFO: Scrape type for GN21%20ZMV: 0
2026-03-30 06:32:11 [bca.uk] INFO: Found listing with ID: GV16%20UXD
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520UXD%27 HTTP/1.1" 200 None
2026-03-30 06:32:11 [bca.uk] INFO: Scrape type for GV16%20UXD: 2
2026-03-30 06:32:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44e2e335-44a3-5b97-808c-fe1af6894e44 with identifier: GV16%20UXD
2026-03-30 06:32:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44e2e335-44a3-5b97-808c-fe1af6894e44 with scrape type 2
2026-03-30 06:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44e2e335-44a3-5b97-808c-fe1af6894e44 with scrape type 2
2026-03-30 06:32:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44e2e335-44a3-5b97-808c-fe1af6894e44, identifier: GV16%20UXD
2026-03-30 06:32:11 [bca.uk] INFO: Found listing with ID: VN13%20URU
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN13%2520URU%27 HTTP/1.1" 200 None
2026-03-30 06:32:11 [bca.uk] INFO: Scrape type for VN13%20URU: 2
2026-03-30 06:32:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with identifier: VN13%20URU
2026-03-30 06:32:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with scrape type 2
2026-03-30 06:32:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with scrape type 2
2026-03-30 06:32:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2788371-a4b1-5ad5-a253-d8ad61cb4f45, identifier: VN13%20URU
2026-03-30 06:32:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with identifier: WP72%20SZW
2026-03-30 06:32:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with identifier: WP72%20SZW
2026-03-30 06:32:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40f1c41a-2bc9-567d-8d3f-0ed4faf1b194 with identifier: WP72%20SZW to the API
2026-03-30 06:32:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20SZW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '40f1c41a-2bc9-567d-8d3f-0ed4faf1b194',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP72 SZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20SZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 36208,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 170 320 LWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 LWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZNB45243',
 'year': 2022}
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520SZW%27 HTTP/1.1" 200 None
2026-03-30 06:32:12 [bca.uk] INFO: Saving data for WP72%20SZW: {'auction_closing_time': 1774951200.0, 'created_time': 1774563272.165315, 'last_price_update_time': 1774852332.154273}
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520SZW') HTTP/1.1" 204 0
2026-03-30 06:32:12 [bca.uk] INFO: Found listing with ID: KT24%20TEO
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT24%2520TEO%27 HTTP/1.1" 200 None
2026-03-30 06:32:12 [bca.uk] INFO: Scrape type for KT24%20TEO: 0
2026-03-30 06:32:12 [bca.uk] INFO: Found listing with ID: KU21%20PJJ
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU21%2520PJJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:12 [bca.uk] INFO: Scrape type for KU21%20PJJ: 2
2026-03-30 06:32:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42cd81ba-447c-51a3-8db5-f2692fc98392 with identifier: KU21%20PJJ
2026-03-30 06:32:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42cd81ba-447c-51a3-8db5-f2692fc98392 with scrape type 2
2026-03-30 06:32:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42cd81ba-447c-51a3-8db5-f2692fc98392 with scrape type 2
2026-03-30 06:32:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42cd81ba-447c-51a3-8db5-f2692fc98392, identifier: KU21%20PJJ
2026-03-30 06:32:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44e2e335-44a3-5b97-808c-fe1af6894e44 with identifier: GV16%20UXD
2026-03-30 06:32:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44e2e335-44a3-5b97-808c-fe1af6894e44 with identifier: GV16%20UXD
2026-03-30 06:32:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44e2e335-44a3-5b97-808c-fe1af6894e44 with identifier: GV16%20UXD to the API
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV16%20UXD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '44e2e335-44a3-5b97-808c-fe1af6894e44',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV16 UXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV16%20UXD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 65393,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3000,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 TEKNA',
 'vin': 'SJNFEAF15U7193104',
 'year': 2016}
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV16%2520UXD%27 HTTP/1.1" 200 None
2026-03-30 06:32:12 [bca.uk] INFO: Saving data for GV16%20UXD: {'auction_closing_time': 1775113200.0, 'created_time': 1774354724.99316, 'last_price_update_time': 1774852332.666777}
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV16%2520UXD') HTTP/1.1" 204 0
2026-03-30 06:32:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with identifier: VN13%20URU
2026-03-30 06:32:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with identifier: VN13%20URU
2026-03-30 06:32:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2788371-a4b1-5ad5-a253-d8ad61cb4f45 with identifier: VN13%20URU to the API
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN13%20URU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f2788371-a4b1-5ad5-a253-d8ad61cb4f45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN13 URU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN13%20URU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LEXUS',
 'model': 'IS 300H',
 'odometer': 109675,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LEXUS IS 300H 2.5 PREMIER Saloon',
 'transmission': 'manual',
 'trim': 'PREMIER',
 'vin': 'JTHBH5D2105000665',
 'year': 2013}
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN13%2520URU%27 HTTP/1.1" 200 None
2026-03-30 06:32:12 [bca.uk] INFO: Saving data for VN13%20URU: {'auction_closing_time': 1775037600.0, 'created_time': 1774563130.066684, 'last_price_update_time': 1774852332.965585}
2026-03-30 06:32:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN13%2520URU') HTTP/1.1" 204 0
2026-03-30 06:32:13 [bca.uk] INFO: Found listing with ID: HN72%20LWJ
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520LWJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:13 [bca.uk] INFO: Scrape type for HN72%20LWJ: 2
2026-03-30 06:32:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with identifier: HN72%20LWJ
2026-03-30 06:32:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with scrape type 2
2026-03-30 06:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with scrape type 2
2026-03-30 06:32:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd, identifier: HN72%20LWJ
2026-03-30 06:32:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42cd81ba-447c-51a3-8db5-f2692fc98392 with identifier: KU21%20PJJ
2026-03-30 06:32:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42cd81ba-447c-51a3-8db5-f2692fc98392 with identifier: KU21%20PJJ
2026-03-30 06:32:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42cd81ba-447c-51a3-8db5-f2692fc98392 with identifier: KU21%20PJJ to the API
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU21%20PJJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '42cd81ba-447c-51a3-8db5-f2692fc98392',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KU21 PJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU21%20PJJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 81612,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9400,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.3 SPORT DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT DCT',
 'vin': 'W1K1770872N199096',
 'year': 2021}
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU21%2520PJJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:13 [bca.uk] INFO: Saving data for KU21%20PJJ: {'auction_closing_time': 1775199600.0, 'created_time': 1773844554.489219, 'last_price_update_time': 1774852333.800184}
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU21%2520PJJ') HTTP/1.1" 204 0
2026-03-30 06:32:13 [bca.uk] INFO: Found listing with ID: KJ19%20NDD
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520NDD%27 HTTP/1.1" 200 None
2026-03-30 06:32:13 [bca.uk] INFO: Scrape type for KJ19%20NDD: 2
2026-03-30 06:32:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8fcb7b8-b8b7-57c9-affb-43774276eb4d with identifier: KJ19%20NDD
2026-03-30 06:32:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8fcb7b8-b8b7-57c9-affb-43774276eb4d with scrape type 2
2026-03-30 06:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8fcb7b8-b8b7-57c9-affb-43774276eb4d with scrape type 2
2026-03-30 06:32:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8fcb7b8-b8b7-57c9-affb-43774276eb4d, identifier: KJ19%20NDD
2026-03-30 06:32:13 [bca.uk] INFO: Found listing with ID: VU61%20RWE
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU61%2520RWE%27 HTTP/1.1" 200 None
2026-03-30 06:32:13 [bca.uk] INFO: Scrape type for VU61%20RWE: 2
2026-03-30 06:32:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f5de4df-f59d-584b-b89f-8b46cadc4772 with identifier: VU61%20RWE
2026-03-30 06:32:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f5de4df-f59d-584b-b89f-8b46cadc4772 with scrape type 2
2026-03-30 06:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f5de4df-f59d-584b-b89f-8b46cadc4772 with scrape type 2
2026-03-30 06:32:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f5de4df-f59d-584b-b89f-8b46cadc4772, identifier: VU61%20RWE
2026-03-30 06:32:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with identifier: HN72%20LWJ
2026-03-30 06:32:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with identifier: HN72%20LWJ
2026-03-30 06:32:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd with identifier: HN72%20LWJ to the API
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN72%20LWJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ae454ae9-fab6-52c1-a8bc-8a1d9be4edcd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN72 LWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN72%20LWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 32756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 170 320 SWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 SWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZNP88971',
 'year': 2022}
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520LWJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:14 [bca.uk] INFO: Saving data for HN72%20LWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563247.60025, 'last_price_update_time': 1774852334.364139}
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN72%2520LWJ') HTTP/1.1" 204 0
2026-03-30 06:32:14 [bca.uk] INFO: Found listing with ID: KW73%20HVX
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520HVX%27 HTTP/1.1" 200 None
2026-03-30 06:32:14 [bca.uk] INFO: Scrape type for KW73%20HVX: 2
2026-03-30 06:32:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24cd6694-5d17-5a32-90c9-df644bcaeb24 with identifier: KW73%20HVX
2026-03-30 06:32:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24cd6694-5d17-5a32-90c9-df644bcaeb24 with scrape type 2
2026-03-30 06:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24cd6694-5d17-5a32-90c9-df644bcaeb24 with scrape type 2
2026-03-30 06:32:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24cd6694-5d17-5a32-90c9-df644bcaeb24, identifier: KW73%20HVX
2026-03-30 06:32:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8fcb7b8-b8b7-57c9-affb-43774276eb4d with identifier: KJ19%20NDD
2026-03-30 06:32:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8fcb7b8-b8b7-57c9-affb-43774276eb4d with identifier: KJ19%20NDD
2026-03-30 06:32:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8fcb7b8-b8b7-57c9-affb-43774276eb4d with identifier: KJ19%20NDD to the API
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ19%20NDD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8fcb7b8-b8b7-57c9-affb-43774276eb4d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ19 NDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ19%20NDD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 109838,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7250,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 25 TFSI SPORT Hatchback',
 'transmission': 'manual',
 'trim': '25 TFSI SPORT',
 'vin': 'WAUZZZGB1KR045890',
 'year': 2019}
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520NDD%27 HTTP/1.1" 200 None
2026-03-30 06:32:14 [bca.uk] INFO: Saving data for KJ19%20NDD: {'auction_closing_time': 1775113200.0, 'created_time': 1774351596.196119, 'last_price_update_time': 1774852334.773483}
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ19%2520NDD') HTTP/1.1" 204 0
2026-03-30 06:32:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f5de4df-f59d-584b-b89f-8b46cadc4772 with identifier: VU61%20RWE
2026-03-30 06:32:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f5de4df-f59d-584b-b89f-8b46cadc4772 with identifier: VU61%20RWE
2026-03-30 06:32:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f5de4df-f59d-584b-b89f-8b46cadc4772 with identifier: VU61%20RWE to the API
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU61%20RWE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7f5de4df-f59d-584b-b89f-8b46cadc4772',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU61 RWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU61%20RWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 49731,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-VTEC ES Hatchback',
 'transmission': 'automatic',
 'trim': 'I-VTEC ES',
 'vin': 'SHHGG6860CU009922',
 'year': 2011}
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU61%2520RWE%27 HTTP/1.1" 200 None
2026-03-30 06:32:15 [bca.uk] INFO: Saving data for VU61%20RWE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563125.965345, 'last_price_update_time': 1774852335.059874}
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU61%2520RWE') HTTP/1.1" 204 0
2026-03-30 06:32:15 [bca.uk] INFO: Found listing with ID: WG23%20NVR
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG23%2520NVR%27 HTTP/1.1" 200 None
2026-03-30 06:32:15 [bca.uk] INFO: Scrape type for WG23%20NVR: 2
2026-03-30 06:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c882428-5ec5-5b8d-ba79-7167aa56492f with identifier: WG23%20NVR
2026-03-30 06:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c882428-5ec5-5b8d-ba79-7167aa56492f with scrape type 2
2026-03-30 06:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c882428-5ec5-5b8d-ba79-7167aa56492f with scrape type 2
2026-03-30 06:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c882428-5ec5-5b8d-ba79-7167aa56492f, identifier: WG23%20NVR
2026-03-30 06:32:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24cd6694-5d17-5a32-90c9-df644bcaeb24 with identifier: KW73%20HVX
2026-03-30 06:32:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24cd6694-5d17-5a32-90c9-df644bcaeb24 with identifier: KW73%20HVX
2026-03-30 06:32:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24cd6694-5d17-5a32-90c9-df644bcaeb24 with identifier: KW73%20HVX to the API
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW73%20HVX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24cd6694-5d17-5a32-90c9-df644bcaeb24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW73 HVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW73%20HVX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 D',
 'odometer': 22122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 26800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C300 D 2.0 AMG LINE PREMIUM PLUS 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 9G',
 'vin': 'W1KAF0GB9RR168373',
 'year': 2023}
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520HVX%27 HTTP/1.1" 200 None
2026-03-30 06:32:15 [bca.uk] INFO: Saving data for KW73%20HVX: {'auction_closing_time': 1775199600.0, 'created_time': 1773844592.633086, 'last_price_update_time': 1774852335.47918}
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW73%2520HVX') HTTP/1.1" 204 0
2026-03-30 06:32:15 [bca.uk] INFO: Found listing with ID: KM69%20BWC
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520BWC%27 HTTP/1.1" 200 None
2026-03-30 06:32:15 [bca.uk] INFO: Scrape type for KM69%20BWC: 2
2026-03-30 06:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7e5fa2e-5d82-563a-8997-442f0c55905e with identifier: KM69%20BWC
2026-03-30 06:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7e5fa2e-5d82-563a-8997-442f0c55905e with scrape type 2
2026-03-30 06:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7e5fa2e-5d82-563a-8997-442f0c55905e with scrape type 2
2026-03-30 06:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7e5fa2e-5d82-563a-8997-442f0c55905e, identifier: KM69%20BWC
2026-03-30 06:32:15 [bca.uk] INFO: Found listing with ID: VX21%20LDE
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX21%2520LDE%27 HTTP/1.1" 200 None
2026-03-30 06:32:15 [bca.uk] INFO: Scrape type for VX21%20LDE: 2
2026-03-30 06:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with identifier: VX21%20LDE
2026-03-30 06:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with scrape type 2
2026-03-30 06:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with scrape type 2
2026-03-30 06:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7, identifier: VX21%20LDE
2026-03-30 06:32:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c882428-5ec5-5b8d-ba79-7167aa56492f with identifier: WG23%20NVR
2026-03-30 06:32:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c882428-5ec5-5b8d-ba79-7167aa56492f with identifier: WG23%20NVR
2026-03-30 06:32:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c882428-5ec5-5b8d-ba79-7167aa56492f with identifier: WG23%20NVR to the API
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG23%20NVR-GB',
 'category': 'Motorcycle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '2c882428-5ec5-5b8d-ba79-7167aa56492f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG23 NVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG23%20NVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TRIUMPH',
 'model': 'STREET TRIPLE',
 'odometer': 1389,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TRIUMPH STREET TRIPLE 765 RS MOTORBIKE',
 'transmission': 'automatic',
 'trim': '765 RS MOTORBIKE',
 'vin': 'SMTHDA614ARBP4147',
 'year': 2023}
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG23%2520NVR%27 HTTP/1.1" 200 None
2026-03-30 06:32:16 [bca.uk] INFO: Saving data for WG23%20NVR: {'auction_closing_time': 1775124000.0, 'created_time': 1774563258.552565, 'last_price_update_time': 1774852336.017486}
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG23%2520NVR') HTTP/1.1" 204 0
2026-03-30 06:32:16 [bca.uk] INFO: Found listing with ID: LL67%20YWF
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL67%2520YWF%27 HTTP/1.1" 200 None
2026-03-30 06:32:16 [bca.uk] INFO: Scrape type for LL67%20YWF: 2
2026-03-30 06:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f3383c4-8446-513e-8dd8-458eb9245087 with identifier: LL67%20YWF
2026-03-30 06:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f3383c4-8446-513e-8dd8-458eb9245087 with scrape type 2
2026-03-30 06:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f3383c4-8446-513e-8dd8-458eb9245087 with scrape type 2
2026-03-30 06:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f3383c4-8446-513e-8dd8-458eb9245087, identifier: LL67%20YWF
2026-03-30 06:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7e5fa2e-5d82-563a-8997-442f0c55905e with identifier: KM69%20BWC
2026-03-30 06:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7e5fa2e-5d82-563a-8997-442f0c55905e with identifier: KM69%20BWC
2026-03-30 06:32:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7e5fa2e-5d82-563a-8997-442f0c55905e with identifier: KM69%20BWC to the API
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM69%20BWC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a7e5fa2e-5d82-563a-8997-442f0c55905e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM69 BWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM69%20BWC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 53233,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 32300,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V300 D 2.0 AMG LINE 9G MPV',
 'transmission': 'automatic',
 'trim': 'AMG LINE 9G',
 'vin': 'WDF44781123651715',
 'year': 2019}
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520BWC%27 HTTP/1.1" 200 None
2026-03-30 06:32:16 [bca.uk] INFO: Saving data for KM69%20BWC: {'auction_closing_time': 1775113200.0, 'created_time': 1773820977.731893, 'last_price_update_time': 1774852336.458113}
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM69%2520BWC') HTTP/1.1" 204 0
2026-03-30 06:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with identifier: VX21%20LDE
2026-03-30 06:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with identifier: VX21%20LDE
2026-03-30 06:32:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7 with identifier: VX21%20LDE to the API
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX21%20LDE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0a94f6ac-3a57-5f1e-9b49-18cfc10a76a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX21 LDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX21%20LDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 79725,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.5 GT SPORT AWD StationWagon',
 'transmission': 'automatic',
 'trim': 'GT SPORT AWD',
 'vin': 'JMZKFGWMA90165341',
 'year': 2021}
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX21%2520LDE%27 HTTP/1.1" 200 None
2026-03-30 06:32:16 [bca.uk] INFO: Saving data for VX21%20LDE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563126.76648, 'last_price_update_time': 1774852336.745824}
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX21%2520LDE') HTTP/1.1" 204 0
2026-03-30 06:32:16 [bca.uk] INFO: Found listing with ID: EP68%20BKX
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP68%2520BKX%27 HTTP/1.1" 200 None
2026-03-30 06:32:16 [bca.uk] INFO: Scrape type for EP68%20BKX: 2
2026-03-30 06:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bdbe5db-7cf2-570f-949e-9427b8724709 with identifier: EP68%20BKX
2026-03-30 06:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bdbe5db-7cf2-570f-949e-9427b8724709 with scrape type 2
2026-03-30 06:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bdbe5db-7cf2-570f-949e-9427b8724709 with scrape type 2
2026-03-30 06:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bdbe5db-7cf2-570f-949e-9427b8724709, identifier: EP68%20BKX
2026-03-30 06:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f3383c4-8446-513e-8dd8-458eb9245087 with identifier: LL67%20YWF
2026-03-30 06:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f3383c4-8446-513e-8dd8-458eb9245087 with identifier: LL67%20YWF
2026-03-30 06:32:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f3383c4-8446-513e-8dd8-458eb9245087 with identifier: LL67%20YWF to the API
2026-03-30 06:32:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL67%20YWF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6f3383c4-8446-513e-8dd8-458eb9245087',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL67 YWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL67%20YWF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250 D',
 'odometer': 106838,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11100,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 D 2.1 SPORT PREMIUM PLUS 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'SPORT PREMIUM PLUS 4M 9G',
 'vin': 'WDC2539092V036126',
 'year': 2017}
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL67%2520YWF%27 HTTP/1.1" 200 None
2026-03-30 06:32:17 [bca.uk] INFO: Saving data for LL67%20YWF: {'auction_closing_time': 1775199600.0, 'created_time': 1773835102.730993, 'last_price_update_time': 1774852337.147305}
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL67%2520YWF') HTTP/1.1" 204 0
2026-03-30 06:32:17 [bca.uk] INFO: Found listing with ID: KR24%20RDU
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR24%2520RDU%27 HTTP/1.1" 200 None
2026-03-30 06:32:17 [bca.uk] INFO: Scrape type for KR24%20RDU: 0
2026-03-30 06:32:17 [bca.uk] INFO: Found listing with ID: KT15%20WKY
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520WKY%27 HTTP/1.1" 200 None
2026-03-30 06:32:17 [bca.uk] INFO: Scrape type for KT15%20WKY: 2
2026-03-30 06:32:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 772a9260-ba3f-5db9-b275-1a4b5b605c93 with identifier: KT15%20WKY
2026-03-30 06:32:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 772a9260-ba3f-5db9-b275-1a4b5b605c93 with scrape type 2
2026-03-30 06:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 772a9260-ba3f-5db9-b275-1a4b5b605c93 with scrape type 2
2026-03-30 06:32:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 772a9260-ba3f-5db9-b275-1a4b5b605c93, identifier: KT15%20WKY
2026-03-30 06:32:17 [scrapy.extensions.logstats] INFO: Crawled 91 pages (at 2 pages/min), scraped 3604 items (at 130 items/min)
2026-03-30 06:32:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:32:17 [bca.uk] INFO: Found listing with ID: YC67%20KRF
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520KRF%27 HTTP/1.1" 200 None
2026-03-30 06:32:17 [bca.uk] INFO: Scrape type for YC67%20KRF: 2
2026-03-30 06:32:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with identifier: YC67%20KRF
2026-03-30 06:32:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with scrape type 2
2026-03-30 06:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with scrape type 2
2026-03-30 06:32:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338, identifier: YC67%20KRF
2026-03-30 06:32:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bdbe5db-7cf2-570f-949e-9427b8724709 with identifier: EP68%20BKX
2026-03-30 06:32:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bdbe5db-7cf2-570f-949e-9427b8724709 with identifier: EP68%20BKX
2026-03-30 06:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bdbe5db-7cf2-570f-949e-9427b8724709 with identifier: EP68%20BKX to the API
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EP68%20BKX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7bdbe5db-7cf2-570f-949e-9427b8724709',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EP68 BKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EP68%20BKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 80057,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 EBL 120 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120 ST-LINE X',
 'vin': 'WF0NXXGCHNJA00304',
 'year': 2019}
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EP68%2520BKX%27 HTTP/1.1" 200 None
2026-03-30 06:32:17 [bca.uk] INFO: Saving data for EP68%20BKX: {'auction_closing_time': 1775037600.0, 'created_time': 1774563242.384041, 'last_price_update_time': 1774852337.791261}
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EP68%2520BKX') HTTP/1.1" 204 0
2026-03-30 06:32:17 [bca.uk] INFO: Found listing with ID: LM20%20MUO
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520MUO%27 HTTP/1.1" 200 None
2026-03-30 06:32:17 [bca.uk] INFO: Scrape type for LM20%20MUO: 0
2026-03-30 06:32:17 [bca.uk] INFO: Found listing with ID: M15%20CXT
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M15%2520CXT%27 HTTP/1.1" 200 None
2026-03-30 06:32:17 [bca.uk] INFO: Scrape type for M15%20CXT: 0
2026-03-30 06:32:17 [bca.uk] INFO: Found listing with ID: PO68%20ZDU
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO68%2520ZDU%27 HTTP/1.1" 200 None
2026-03-30 06:32:17 [bca.uk] INFO: Scrape type for PO68%20ZDU: 2
2026-03-30 06:32:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04bea6d8-4120-56ab-be11-fbc1c3bf687d with identifier: PO68%20ZDU
2026-03-30 06:32:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04bea6d8-4120-56ab-be11-fbc1c3bf687d with scrape type 2
2026-03-30 06:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04bea6d8-4120-56ab-be11-fbc1c3bf687d with scrape type 2
2026-03-30 06:32:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04bea6d8-4120-56ab-be11-fbc1c3bf687d, identifier: PO68%20ZDU
2026-03-30 06:32:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 772a9260-ba3f-5db9-b275-1a4b5b605c93 with identifier: KT15%20WKY
2026-03-30 06:32:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 772a9260-ba3f-5db9-b275-1a4b5b605c93 with identifier: KT15%20WKY
2026-03-30 06:32:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 772a9260-ba3f-5db9-b275-1a4b5b605c93 with identifier: KT15%20WKY to the API
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT15%20WKY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '772a9260-ba3f-5db9-b275-1a4b5b605c93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT15 WKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT15%20WKY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 109219,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3950,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.4 TFSI 125 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 125 S LINE',
 'vin': 'WAUZZZ8X7GB002634',
 'year': 2015}
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT15%2520WKY%27 HTTP/1.1" 200 None
2026-03-30 06:32:18 [bca.uk] INFO: Saving data for KT15%20WKY: {'auction_closing_time': 1775113200.0, 'created_time': 1774354748.282698, 'last_price_update_time': 1774852338.332312}
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT15%2520WKY') HTTP/1.1" 204 0
2026-03-30 06:32:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with identifier: YC67%20KRF
2026-03-30 06:32:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with identifier: YC67%20KRF
2026-03-30 06:32:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6958cb55-c1a3-5fa3-ad8c-17a9c11e1338 with identifier: YC67%20KRF to the API
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC67%20KRF-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6958cb55-c1a3-5fa3-ad8c-17a9c11e1338',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC67 KRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC67%20KRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '420D',
 'odometer': 55638,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 190 M SPORT STEP Convertible',
 'transmission': 'automatic',
 'trim': '190 M SPORT STEP',
 'vin': 'WBA8S12030ED19217',
 'year': 2017}
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520KRF%27 HTTP/1.1" 200 None
2026-03-30 06:32:18 [bca.uk] INFO: Saving data for YC67%20KRF: {'auction_closing_time': 1775037600.0, 'created_time': 1774563121.535858, 'last_price_update_time': 1774852338.614684}
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC67%2520KRF') HTTP/1.1" 204 0
2026-03-30 06:32:18 [bca.uk] INFO: Found listing with ID: ST15%20RNA
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST15%2520RNA%27 HTTP/1.1" 200 None
2026-03-30 06:32:18 [bca.uk] INFO: Scrape type for ST15%20RNA: 2
2026-03-30 06:32:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3045200-e23f-5e83-a262-d75ec8e89f7b with identifier: ST15%20RNA
2026-03-30 06:32:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3045200-e23f-5e83-a262-d75ec8e89f7b with scrape type 2
2026-03-30 06:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3045200-e23f-5e83-a262-d75ec8e89f7b with scrape type 2
2026-03-30 06:32:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3045200-e23f-5e83-a262-d75ec8e89f7b, identifier: ST15%20RNA
2026-03-30 06:32:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04bea6d8-4120-56ab-be11-fbc1c3bf687d with identifier: PO68%20ZDU
2026-03-30 06:32:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04bea6d8-4120-56ab-be11-fbc1c3bf687d with identifier: PO68%20ZDU
2026-03-30 06:32:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04bea6d8-4120-56ab-be11-fbc1c3bf687d with identifier: PO68%20ZDU to the API
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO68%20ZDU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04bea6d8-4120-56ab-be11-fbc1c3bf687d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO68 ZDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO68%20ZDU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 46138,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11200,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 AMG LINE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDC1569432J541833',
 'year': 2018}
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO68%2520ZDU%27 HTTP/1.1" 200 None
2026-03-30 06:32:19 [bca.uk] INFO: Saving data for PO68%20ZDU: {'auction_closing_time': 1775199600.0, 'created_time': 1773844529.474001, 'last_price_update_time': 1774852339.032023}
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO68%2520ZDU') HTTP/1.1" 204 0
2026-03-30 06:32:19 [bca.uk] INFO: Found listing with ID: KW66%20SNU
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW66%2520SNU%27 HTTP/1.1" 200 None
2026-03-30 06:32:19 [bca.uk] INFO: Scrape type for KW66%20SNU: 0
2026-03-30 06:32:19 [bca.uk] INFO: Found listing with ID: KY21%20DSV
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY21%2520DSV%27 HTTP/1.1" 200 None
2026-03-30 06:32:19 [bca.uk] INFO: Scrape type for KY21%20DSV: 0
2026-03-30 06:32:19 [bca.uk] INFO: Found listing with ID: LX14%20NEJ
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX14%2520NEJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:19 [bca.uk] INFO: Scrape type for LX14%20NEJ: 2
2026-03-30 06:32:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81266cde-a538-5a78-939a-15e89ecd40b1 with identifier: LX14%20NEJ
2026-03-30 06:32:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81266cde-a538-5a78-939a-15e89ecd40b1 with scrape type 2
2026-03-30 06:32:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81266cde-a538-5a78-939a-15e89ecd40b1 with scrape type 2
2026-03-30 06:32:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81266cde-a538-5a78-939a-15e89ecd40b1, identifier: LX14%20NEJ
2026-03-30 06:32:19 [bca.uk] INFO: Found listing with ID: AO65%20EAM
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520EAM%27 HTTP/1.1" 200 None
2026-03-30 06:32:19 [bca.uk] INFO: Scrape type for AO65%20EAM: 2
2026-03-30 06:32:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with identifier: AO65%20EAM
2026-03-30 06:32:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with scrape type 2
2026-03-30 06:32:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with scrape type 2
2026-03-30 06:32:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df53708d-ae86-5cf6-bf5f-4a9f924ad7a1, identifier: AO65%20EAM
2026-03-30 06:32:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3045200-e23f-5e83-a262-d75ec8e89f7b with identifier: ST15%20RNA
2026-03-30 06:32:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3045200-e23f-5e83-a262-d75ec8e89f7b with identifier: ST15%20RNA
2026-03-30 06:32:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3045200-e23f-5e83-a262-d75ec8e89f7b with identifier: ST15%20RNA to the API
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST15%20RNA-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c3045200-e23f-5e83-a262-d75ec8e89f7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST15 RNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST15%20RNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 71613,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 TSI 90 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 90 SE',
 'vin': 'WVWZZZ6RZFU074600',
 'year': 2015}
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST15%2520RNA%27 HTTP/1.1" 200 None
2026-03-30 06:32:19 [bca.uk] INFO: Saving data for ST15%20RNA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563243.928152, 'last_price_update_time': 1774852339.59683}
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST15%2520RNA') HTTP/1.1" 204 0
2026-03-30 06:32:19 [bca.uk] INFO: Found listing with ID: PO72%20YGK
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO72%2520YGK%27 HTTP/1.1" 200 None
2026-03-30 06:32:19 [bca.uk] INFO: Scrape type for PO72%20YGK: 2
2026-03-30 06:32:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with identifier: PO72%20YGK
2026-03-30 06:32:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with scrape type 2
2026-03-30 06:32:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with scrape type 2
2026-03-30 06:32:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7, identifier: PO72%20YGK
2026-03-30 06:32:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81266cde-a538-5a78-939a-15e89ecd40b1 with identifier: LX14%20NEJ
2026-03-30 06:32:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81266cde-a538-5a78-939a-15e89ecd40b1 with identifier: LX14%20NEJ
2026-03-30 06:32:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81266cde-a538-5a78-939a-15e89ecd40b1 with identifier: LX14%20NEJ to the API
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX14%20NEJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '81266cde-a538-5a78-939a-15e89ecd40b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX14 NEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX14%20NEJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 84029,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10700,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 D PLATINUM ED.TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'D PLATINUM ED.TIPTRONIC S',
 'vin': 'WP1ZZZ92ZELA42481',
 'year': 2014}
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX14%2520NEJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:20 [bca.uk] INFO: Saving data for LX14%20NEJ: {'auction_closing_time': 1775113200.0, 'created_time': 1773821367.788087, 'last_price_update_time': 1774852340.108898}
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX14%2520NEJ') HTTP/1.1" 204 0
2026-03-30 06:32:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:32:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with identifier: AO65%20EAM
2026-03-30 06:32:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with identifier: AO65%20EAM
2026-03-30 06:32:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df53708d-ae86-5cf6-bf5f-4a9f924ad7a1 with identifier: AO65%20EAM to the API
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO65%20EAM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'df53708d-ae86-5cf6-bf5f-4a9f924ad7a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO65 EAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO65%20EAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 118470,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'VISIA',
 'vin': 'MDHFBUK13U0825954',
 'year': 2015}
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520EAM%27 HTTP/1.1" 200 None
2026-03-30 06:32:20 [bca.uk] INFO: Saving data for AO65%20EAM: {'auction_closing_time': 1775037600.0, 'created_time': 1774563013.240984, 'last_price_update_time': 1774852340.402076}
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO65%2520EAM') HTTP/1.1" 204 0
2026-03-30 06:32:20 [bca.uk] INFO: Found listing with ID: CK67%20KOE
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK67%2520KOE%27 HTTP/1.1" 200 None
2026-03-30 06:32:20 [bca.uk] INFO: Scrape type for CK67%20KOE: 2
2026-03-30 06:32:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff7e9ef-971e-5092-a74d-d983770c3c3e with identifier: CK67%20KOE
2026-03-30 06:32:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff7e9ef-971e-5092-a74d-d983770c3c3e with scrape type 2
2026-03-30 06:32:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ff7e9ef-971e-5092-a74d-d983770c3c3e with scrape type 2
2026-03-30 06:32:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ff7e9ef-971e-5092-a74d-d983770c3c3e, identifier: CK67%20KOE
2026-03-30 06:32:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with identifier: PO72%20YGK
2026-03-30 06:32:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with identifier: PO72%20YGK
2026-03-30 06:32:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7 with identifier: PO72%20YGK to the API
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 265,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO72%20YGK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5b5a8084-89f0-53dc-8e3e-8c6e3e73aab7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO72 YGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO72%20YGK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 126637,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9300,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 PROGRESSIVE Dropside',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 PROGRESSIVE',
 'vin': 'W1V9101332N220476',
 'year': 2022}
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO72%2520YGK%27 HTTP/1.1" 200 None
2026-03-30 06:32:20 [bca.uk] INFO: Saving data for PO72%20YGK: {'auction_closing_time': 1775199600.0, 'created_time': 1773823209.135094, 'last_price_update_time': 1774852340.819445}
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO72%2520YGK') HTTP/1.1" 204 0
2026-03-30 06:32:20 [bca.uk] INFO: Found listing with ID: MT20%20ZVJ
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT20%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:20 [bca.uk] INFO: Scrape type for MT20%20ZVJ: 2
2026-03-30 06:32:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08c16e12-4150-5c33-8a55-459867ef8a7b with identifier: MT20%20ZVJ
2026-03-30 06:32:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08c16e12-4150-5c33-8a55-459867ef8a7b with scrape type 2
2026-03-30 06:32:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08c16e12-4150-5c33-8a55-459867ef8a7b with scrape type 2
2026-03-30 06:32:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08c16e12-4150-5c33-8a55-459867ef8a7b, identifier: MT20%20ZVJ
2026-03-30 06:32:20 [bca.uk] INFO: Found listing with ID: BA18%20WKV
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA18%2520WKV%27 HTTP/1.1" 200 None
2026-03-30 06:32:20 [bca.uk] INFO: Scrape type for BA18%20WKV: 2
2026-03-30 06:32:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with identifier: BA18%20WKV
2026-03-30 06:32:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with scrape type 2
2026-03-30 06:32:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with scrape type 2
2026-03-30 06:32:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714, identifier: BA18%20WKV
2026-03-30 06:32:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ff7e9ef-971e-5092-a74d-d983770c3c3e with identifier: CK67%20KOE
2026-03-30 06:32:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ff7e9ef-971e-5092-a74d-d983770c3c3e with identifier: CK67%20KOE
2026-03-30 06:32:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ff7e9ef-971e-5092-a74d-d983770c3c3e with identifier: CK67%20KOE to the API
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK67%20KOE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ff7e9ef-971e-5092-a74d-d983770c3c3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK67 KOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK67%20KOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 96101,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD TITANIUM',
 'vin': 'WF0AXXWPMAHC22710',
 'year': 2017}
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK67%2520KOE%27 HTTP/1.1" 200 None
2026-03-30 06:32:21 [bca.uk] INFO: Saving data for CK67%20KOE: {'auction_closing_time': 1774864800.0, 'created_time': 1774350075.667181, 'last_price_update_time': 1774852341.361499}
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK67%2520KOE') HTTP/1.1" 204 0
2026-03-30 06:32:21 [bca.uk] INFO: Found listing with ID: RF71%20CNO
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520CNO%27 HTTP/1.1" 200 None
2026-03-30 06:32:21 [bca.uk] INFO: Scrape type for RF71%20CNO: 2
2026-03-30 06:32:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feee01c8-db0f-5b38-a654-6e520270fd25 with identifier: RF71%20CNO
2026-03-30 06:32:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feee01c8-db0f-5b38-a654-6e520270fd25 with scrape type 2
2026-03-30 06:32:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feee01c8-db0f-5b38-a654-6e520270fd25 with scrape type 2
2026-03-30 06:32:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: feee01c8-db0f-5b38-a654-6e520270fd25, identifier: RF71%20CNO
2026-03-30 06:32:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08c16e12-4150-5c33-8a55-459867ef8a7b with identifier: MT20%20ZVJ
2026-03-30 06:32:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08c16e12-4150-5c33-8a55-459867ef8a7b with identifier: MT20%20ZVJ
2026-03-30 06:32:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08c16e12-4150-5c33-8a55-459867ef8a7b with identifier: MT20%20ZVJ to the API
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT20%20ZVJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '08c16e12-4150-5c33-8a55-459867ef8a7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT20 ZVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT20%20ZVJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'SQ5',
 'odometer': 99324,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20600,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI SQ5 3.0 TDI 342 QUATTRO TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 342 QUATTRO TIP',
 'vin': 'WAUZZZFY3L2000398',
 'year': 2020}
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT20%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:21 [bca.uk] INFO: Saving data for MT20%20ZVJ: {'auction_closing_time': 1775113200.0, 'created_time': 1773839141.523225, 'last_price_update_time': 1774852341.777656}
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT20%2520ZVJ') HTTP/1.1" 204 0
2026-03-30 06:32:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with identifier: BA18%20WKV
2026-03-30 06:32:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with identifier: BA18%20WKV
2026-03-30 06:32:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b2dfb7e-a1f3-5a10-810d-dd26a7e01714 with identifier: BA18%20WKV to the API
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BA18%20WKV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0b2dfb7e-a1f3-5a10-810d-dd26a7e01714',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BA18 WKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BA18%20WKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA GS',
 'odometer': 59223,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA GS 1.6 TURBO D 136 ECOTEC SRI Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 136 ECOTEC SRI',
 'vin': 'W0VZS6EF1J1095056',
 'year': 2018}
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA18%2520WKV%27 HTTP/1.1" 200 None
2026-03-30 06:32:22 [bca.uk] INFO: Saving data for BA18%20WKV: {'auction_closing_time': 1775037600.0, 'created_time': 1774563014.978387, 'last_price_update_time': 1774852342.11143}
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BA18%2520WKV') HTTP/1.1" 204 0
2026-03-30 06:32:22 [bca.uk] INFO: Found listing with ID: PK66%20HDN
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520HDN%27 HTTP/1.1" 200 None
2026-03-30 06:32:22 [bca.uk] INFO: Scrape type for PK66%20HDN: 2
2026-03-30 06:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ed15584-5f50-5df3-8678-783085801fce with identifier: PK66%20HDN
2026-03-30 06:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ed15584-5f50-5df3-8678-783085801fce with scrape type 2
2026-03-30 06:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ed15584-5f50-5df3-8678-783085801fce with scrape type 2
2026-03-30 06:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ed15584-5f50-5df3-8678-783085801fce, identifier: PK66%20HDN
2026-03-30 06:32:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: feee01c8-db0f-5b38-a654-6e520270fd25 with identifier: RF71%20CNO
2026-03-30 06:32:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: feee01c8-db0f-5b38-a654-6e520270fd25 with identifier: RF71%20CNO
2026-03-30 06:32:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: feee01c8-db0f-5b38-a654-6e520270fd25 with identifier: RF71%20CNO to the API
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF71%20CNO-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': 'feee01c8-db0f-5b38-a654-6e520270fd25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF71 CNO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF71%20CNO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 15009,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18100,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE EXECUTIVE ED.DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE ED.DCT',
 'vin': 'W1K1770862V115369',
 'year': 2022}
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520CNO%27 HTTP/1.1" 200 None
2026-03-30 06:32:22 [bca.uk] INFO: Saving data for RF71%20CNO: {'auction_closing_time': 1775199600.0, 'created_time': 1773844546.828541, 'last_price_update_time': 1774852342.515313}
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF71%2520CNO') HTTP/1.1" 204 0
2026-03-30 06:32:22 [bca.uk] INFO: Found listing with ID: OU18%20KRX
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU18%2520KRX%27 HTTP/1.1" 200 None
2026-03-30 06:32:22 [bca.uk] INFO: Scrape type for OU18%20KRX: 2
2026-03-30 06:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85a27296-db1b-5f2f-ac2f-f273a9166359 with identifier: OU18%20KRX
2026-03-30 06:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85a27296-db1b-5f2f-ac2f-f273a9166359 with scrape type 2
2026-03-30 06:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85a27296-db1b-5f2f-ac2f-f273a9166359 with scrape type 2
2026-03-30 06:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85a27296-db1b-5f2f-ac2f-f273a9166359, identifier: OU18%20KRX
2026-03-30 06:32:22 [bca.uk] INFO: Found listing with ID: BU20%20LFY
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU20%2520LFY%27 HTTP/1.1" 200 None
2026-03-30 06:32:22 [bca.uk] INFO: Scrape type for BU20%20LFY: 2
2026-03-30 06:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdc75205-0322-5a8d-abcb-bf76d12f7669 with identifier: BU20%20LFY
2026-03-30 06:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdc75205-0322-5a8d-abcb-bf76d12f7669 with scrape type 2
2026-03-30 06:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdc75205-0322-5a8d-abcb-bf76d12f7669 with scrape type 2
2026-03-30 06:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdc75205-0322-5a8d-abcb-bf76d12f7669, identifier: BU20%20LFY
2026-03-30 06:32:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ed15584-5f50-5df3-8678-783085801fce with identifier: PK66%20HDN
2026-03-30 06:32:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ed15584-5f50-5df3-8678-783085801fce with identifier: PK66%20HDN
2026-03-30 06:32:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ed15584-5f50-5df3-8678-783085801fce with identifier: PK66%20HDN to the API
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK66%20HDN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4ed15584-5f50-5df3-8678-783085801fce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK66 HDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK66%20HDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 71233,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.6 DCI 130 N-TEC (7ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DCI 130 N-TEC (7ST)',
 'vin': 'JN1JCAT32U0036440',
 'year': 2016}
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520HDN%27 HTTP/1.1" 200 None
2026-03-30 06:32:23 [bca.uk] INFO: Saving data for PK66%20HDN: {'auction_closing_time': 1774864800.0, 'created_time': 1774350078.434754, 'last_price_update_time': 1774852343.023965}
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK66%2520HDN') HTTP/1.1" 204 0
2026-03-30 06:32:23 [bca.uk] INFO: Found listing with ID: RX20%20ULV
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX20%2520ULV%27 HTTP/1.1" 200 None
2026-03-30 06:32:23 [bca.uk] INFO: Scrape type for RX20%20ULV: 2
2026-03-30 06:32:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1662a55-7dd6-53f2-8e98-b78f583008be with identifier: RX20%20ULV
2026-03-30 06:32:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1662a55-7dd6-53f2-8e98-b78f583008be with scrape type 2
2026-03-30 06:32:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1662a55-7dd6-53f2-8e98-b78f583008be with scrape type 2
2026-03-30 06:32:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1662a55-7dd6-53f2-8e98-b78f583008be, identifier: RX20%20ULV
2026-03-30 06:32:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85a27296-db1b-5f2f-ac2f-f273a9166359 with identifier: OU18%20KRX
2026-03-30 06:32:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85a27296-db1b-5f2f-ac2f-f273a9166359 with identifier: OU18%20KRX
2026-03-30 06:32:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85a27296-db1b-5f2f-ac2f-f273a9166359 with identifier: OU18%20KRX to the API
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 214,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU18%20KRX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85a27296-db1b-5f2f-ac2f-f273a9166359',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU18 KRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU18%20KRX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 94601,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14800,
 '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': 'SALYA2AV9JA755125',
 'year': 2018}
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU18%2520KRX%27 HTTP/1.1" 200 None
2026-03-30 06:32:23 [bca.uk] INFO: Saving data for OU18%20KRX: {'auction_closing_time': 1775113200.0, 'created_time': 1773838977.556792, 'last_price_update_time': 1774852343.462498}
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU18%2520KRX') HTTP/1.1" 204 0
2026-03-30 06:32:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdc75205-0322-5a8d-abcb-bf76d12f7669 with identifier: BU20%20LFY
2026-03-30 06:32:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdc75205-0322-5a8d-abcb-bf76d12f7669 with identifier: BU20%20LFY
2026-03-30 06:32:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdc75205-0322-5a8d-abcb-bf76d12f7669 with identifier: BU20%20LFY to the API
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU20%20LFY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fdc75205-0322-5a8d-abcb-bf76d12f7669',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU20 LFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU20%20LFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 116',
 'odometer': 179057,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 116 2.1 CDI L2 RWD PREMIUM 7G PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI L2 RWD PREMIUM 7G',
 'vin': 'W1V44760323724238',
 'year': 2020}
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU20%2520LFY%27 HTTP/1.1" 200 None
2026-03-30 06:32:24 [bca.uk] INFO: Saving data for BU20%20LFY: {'auction_closing_time': 1775037600.0, 'created_time': 1774563017.051008, 'last_price_update_time': 1774852344.04872}
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU20%2520LFY') HTTP/1.1" 204 0
2026-03-30 06:32:24 [bca.uk] INFO: Found listing with ID: KW17%20VFU
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW17%2520VFU%27 HTTP/1.1" 200 None
2026-03-30 06:32:24 [bca.uk] INFO: Scrape type for KW17%20VFU: 2
2026-03-30 06:32:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c08a34eb-88bb-55e8-af31-5bca27bbc415 with identifier: KW17%20VFU
2026-03-30 06:32:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c08a34eb-88bb-55e8-af31-5bca27bbc415 with scrape type 2
2026-03-30 06:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c08a34eb-88bb-55e8-af31-5bca27bbc415 with scrape type 2
2026-03-30 06:32:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c08a34eb-88bb-55e8-af31-5bca27bbc415, identifier: KW17%20VFU
2026-03-30 06:32:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1662a55-7dd6-53f2-8e98-b78f583008be with identifier: RX20%20ULV
2026-03-30 06:32:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1662a55-7dd6-53f2-8e98-b78f583008be with identifier: RX20%20ULV
2026-03-30 06:32:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1662a55-7dd6-53f2-8e98-b78f583008be with identifier: RX20%20ULV to the API
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX20%20ULV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1662a55-7dd6-53f2-8e98-b78f583008be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX20 ULV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX20%20ULV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 32989,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12700,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 AMG LINE ED.PLUS StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE ED.PLUS',
 'vin': 'WDC1569432J679330',
 'year': 2020}
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX20%2520ULV%27 HTTP/1.1" 200 None
2026-03-30 06:32:24 [bca.uk] INFO: Saving data for RX20%20ULV: {'auction_closing_time': 1775199600.0, 'created_time': 1773844532.558432, 'last_price_update_time': 1774852344.454331}
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX20%2520ULV') HTTP/1.1" 204 0
2026-03-30 06:32:24 [bca.uk] INFO: Found listing with ID: RJ19%20PBY
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ19%2520PBY%27 HTTP/1.1" 200 None
2026-03-30 06:32:24 [bca.uk] INFO: Scrape type for RJ19%20PBY: 0
2026-03-30 06:32:24 [bca.uk] INFO: Found listing with ID: RV69%20YBL
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV69%2520YBL%27 HTTP/1.1" 200 None
2026-03-30 06:32:24 [bca.uk] INFO: Scrape type for RV69%20YBL: 2
2026-03-30 06:32:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8c07078-e8b1-5acd-9b43-8fada9c946ea with identifier: RV69%20YBL
2026-03-30 06:32:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8c07078-e8b1-5acd-9b43-8fada9c946ea with scrape type 2
2026-03-30 06:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8c07078-e8b1-5acd-9b43-8fada9c946ea with scrape type 2
2026-03-30 06:32:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8c07078-e8b1-5acd-9b43-8fada9c946ea, identifier: RV69%20YBL
2026-03-30 06:32:24 [bca.uk] INFO: Found listing with ID: BX70%20UZO
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520UZO%27 HTTP/1.1" 200 None
2026-03-30 06:32:24 [bca.uk] INFO: Scrape type for BX70%20UZO: 2
2026-03-30 06:32:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with identifier: BX70%20UZO
2026-03-30 06:32:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with scrape type 2
2026-03-30 06:32:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with scrape type 2
2026-03-30 06:32:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9, identifier: BX70%20UZO
2026-03-30 06:32:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c08a34eb-88bb-55e8-af31-5bca27bbc415 with identifier: KW17%20VFU
2026-03-30 06:32:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c08a34eb-88bb-55e8-af31-5bca27bbc415 with identifier: KW17%20VFU
2026-03-30 06:32:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c08a34eb-88bb-55e8-af31-5bca27bbc415 with identifier: KW17%20VFU to the API
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW17%20VFU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c08a34eb-88bb-55e8-af31-5bca27bbc415',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW17 VFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW17%20VFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 65821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 D5 PP 235 AWD R DESIGN PRO G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 PP 235 AWD R DESIGN PRO G/T',
 'vin': 'YV1LF68BCJ1191413',
 'year': 2017}
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW17%2520VFU%27 HTTP/1.1" 200 None
2026-03-30 06:32:25 [bca.uk] INFO: Saving data for KW17%20VFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563205.267428, 'last_price_update_time': 1774852345.015372}
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW17%2520VFU') HTTP/1.1" 204 0
2026-03-30 06:32:25 [bca.uk] INFO: Found listing with ID: S30%20PFW
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S30%2520PFW%27 HTTP/1.1" 200 None
2026-03-30 06:32:25 [bca.uk] INFO: Scrape type for S30%20PFW: 0
2026-03-30 06:32:25 [bca.uk] INFO: Found listing with ID: WG71%20FTF
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG71%2520FTF%27 HTTP/1.1" 200 None
2026-03-30 06:32:25 [bca.uk] INFO: Scrape type for WG71%20FTF: 0
2026-03-30 06:32:25 [bca.uk] INFO: Found listing with ID: YP22%20YCH
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520YCH%27 HTTP/1.1" 200 None
2026-03-30 06:32:25 [bca.uk] INFO: Scrape type for YP22%20YCH: 2
2026-03-30 06:32:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad0e4449-6517-578e-aab7-e07f96fb2cb2 with identifier: YP22%20YCH
2026-03-30 06:32:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad0e4449-6517-578e-aab7-e07f96fb2cb2 with scrape type 2
2026-03-30 06:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad0e4449-6517-578e-aab7-e07f96fb2cb2 with scrape type 2
2026-03-30 06:32:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad0e4449-6517-578e-aab7-e07f96fb2cb2, identifier: YP22%20YCH
2026-03-30 06:32:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8c07078-e8b1-5acd-9b43-8fada9c946ea with identifier: RV69%20YBL
2026-03-30 06:32:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8c07078-e8b1-5acd-9b43-8fada9c946ea with identifier: RV69%20YBL
2026-03-30 06:32:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8c07078-e8b1-5acd-9b43-8fada9c946ea with identifier: RV69%20YBL to the API
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV69%20YBL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b8c07078-e8b1-5acd-9b43-8fada9c946ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV69 YBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV69%20YBL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 95667,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12750,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 D180 R-DYNAMIC SE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE (7ST)',
 'vin': 'SALCA2AN4LH842354',
 'year': 2019}
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV69%2520YBL%27 HTTP/1.1" 200 None
2026-03-30 06:32:25 [bca.uk] INFO: Saving data for RV69%20YBL: {'auction_closing_time': 1775113200.0, 'created_time': 1774351535.375878, 'last_price_update_time': 1774852345.560043}
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV69%2520YBL') HTTP/1.1" 204 0
2026-03-30 06:32:25 [bca.uk] INFO: Total items found: 100
2026-03-30 06:32:25 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded
2026-03-30 06:32:25 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:32:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:32:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with identifier: BX70%20UZO
2026-03-30 06:32:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with identifier: BX70%20UZO
2026-03-30 06:32:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c1761e0-c2af-5f16-9a4f-c3dbabe622c9 with identifier: BX70%20UZO to the API
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX70%20UZO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4c1761e0-c2af-5f16-9a4f-c3dbabe622c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX70 UZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX70%20UZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 46535,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 EBL MHEV 150 ST-LINE X ED. StationWagon',
 'transmission': 'manual',
 'trim': 'EBL MHEV 150 ST-LINE X ED.',
 'vin': 'WF0FXXWPMFLS87956',
 'year': 2020}
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX70%2520UZO%27 HTTP/1.1" 200 None
2026-03-30 06:32:25 [bca.uk] INFO: Saving data for BX70%20UZO: {'auction_closing_time': 1775037600.0, 'created_time': 1774563109.752113, 'last_price_update_time': 1774852345.862653}
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX70%2520UZO') HTTP/1.1" 204 0
2026-03-30 06:32:25 [bca.uk] INFO: Found listing with ID: SB64%20SGO
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520SGO%27 HTTP/1.1" 200 None
2026-03-30 06:32:25 [bca.uk] INFO: Scrape type for SB64%20SGO: 2
2026-03-30 06:32:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf87cd7-b268-51b5-9733-6b22452ceddb with identifier: SB64%20SGO
2026-03-30 06:32:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf87cd7-b268-51b5-9733-6b22452ceddb with scrape type 2
2026-03-30 06:32:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf87cd7-b268-51b5-9733-6b22452ceddb with scrape type 2
2026-03-30 06:32:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf87cd7-b268-51b5-9733-6b22452ceddb, identifier: SB64%20SGO
2026-03-30 06:32:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad0e4449-6517-578e-aab7-e07f96fb2cb2 with identifier: YP22%20YCH
2026-03-30 06:32:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad0e4449-6517-578e-aab7-e07f96fb2cb2 with identifier: YP22%20YCH
2026-03-30 06:32:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad0e4449-6517-578e-aab7-e07f96fb2cb2 with identifier: YP22%20YCH to the API
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP22%20YCH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ad0e4449-6517-578e-aab7-e07f96fb2cb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP22 YCH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP22%20YCH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQS 450+',
 'odometer': 25689,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 39000,
 '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': 'W1K2971232A022481',
 'year': 2022}
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520YCH%27 HTTP/1.1" 200 None
2026-03-30 06:32:26 [bca.uk] INFO: Saving data for YP22%20YCH: {'auction_closing_time': 1775199600.0, 'created_time': 1773844551.902017, 'last_price_update_time': 1774852346.284826}
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP22%2520YCH') HTTP/1.1" 204 0
2026-03-30 06:32:26 [bca.uk] INFO: Found listing with ID: SE65%20YHM
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE65%2520YHM%27 HTTP/1.1" 200 None
2026-03-30 06:32:26 [bca.uk] INFO: Scrape type for SE65%20YHM: 0
2026-03-30 06:32:26 [bca.uk] INFO: Found listing with ID: SH70%20OFN
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520OFN%27 HTTP/1.1" 200 None
2026-03-30 06:32:26 [bca.uk] INFO: Scrape type for SH70%20OFN: 2
2026-03-30 06:32:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a01a514-396e-5a18-a70b-ae7dce34163b with identifier: SH70%20OFN
2026-03-30 06:32:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a01a514-396e-5a18-a70b-ae7dce34163b with scrape type 2
2026-03-30 06:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a01a514-396e-5a18-a70b-ae7dce34163b with scrape type 2
2026-03-30 06:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a01a514-396e-5a18-a70b-ae7dce34163b, identifier: SH70%20OFN
2026-03-30 06:32:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:32:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:32:26 [bca.uk] INFO: Found listing with ID: GD16%20CYL
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD16%2520CYL%27 HTTP/1.1" 200 None
2026-03-30 06:32:26 [bca.uk] INFO: Scrape type for GD16%20CYL: 2
2026-03-30 06:32:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 527f9b15-55e4-55b9-9984-c79fc1d94356 with identifier: GD16%20CYL
2026-03-30 06:32:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 527f9b15-55e4-55b9-9984-c79fc1d94356 with scrape type 2
2026-03-30 06:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 527f9b15-55e4-55b9-9984-c79fc1d94356 with scrape type 2
2026-03-30 06:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 527f9b15-55e4-55b9-9984-c79fc1d94356, identifier: GD16%20CYL
2026-03-30 06:32:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf87cd7-b268-51b5-9733-6b22452ceddb with identifier: SB64%20SGO
2026-03-30 06:32:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf87cd7-b268-51b5-9733-6b22452ceddb with identifier: SB64%20SGO
2026-03-30 06:32:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf87cd7-b268-51b5-9733-6b22452ceddb with identifier: SB64%20SGO to the API
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB64%20SGO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'acf87cd7-b268-51b5-9733-6b22452ceddb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB64 SGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB64%20SGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': 'M4',
 'odometer': 79906,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW M4 3.0 T DCT Coupe',
 'transmission': 'automatic',
 'trim': 'T DCT',
 'vin': 'WBS3R92070K341333',
 'year': 2014}
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB64%2520SGO%27 HTTP/1.1" 200 None
2026-03-30 06:32:26 [bca.uk] INFO: Saving data for SB64%20SGO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563244.306002, 'last_price_update_time': 1774852346.834055}
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB64%2520SGO') HTTP/1.1" 204 0
2026-03-30 06:32:26 [bca.uk] INFO: Found listing with ID: AF73%20ESY
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520ESY%27 HTTP/1.1" 200 None
2026-03-30 06:32:26 [bca.uk] INFO: Scrape type for AF73%20ESY: 2
2026-03-30 06:32:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c1004d8-f2f2-54b1-908f-0fe48f1ed993 with identifier: AF73%20ESY
2026-03-30 06:32:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c1004d8-f2f2-54b1-908f-0fe48f1ed993 with scrape type 2
2026-03-30 06:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c1004d8-f2f2-54b1-908f-0fe48f1ed993 with scrape type 2
2026-03-30 06:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c1004d8-f2f2-54b1-908f-0fe48f1ed993, identifier: AF73%20ESY
2026-03-30 06:32:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a01a514-396e-5a18-a70b-ae7dce34163b with identifier: SH70%20OFN
2026-03-30 06:32:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a01a514-396e-5a18-a70b-ae7dce34163b with identifier: SH70%20OFN
2026-03-30 06:32:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a01a514-396e-5a18-a70b-ae7dce34163b with identifier: SH70%20OFN to the API
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH70%20OFN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a01a514-396e-5a18-a70b-ae7dce34163b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH70 OFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH70%20OFN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 108673,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19000,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 LANDMARK ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 306 LANDMARK ED.',
 'vin': 'SALRA2AK3L2443907',
 'year': 2020}
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH70%2520OFN%27 HTTP/1.1" 200 None
2026-03-30 06:32:27 [bca.uk] INFO: Saving data for SH70%20OFN: {'auction_closing_time': 1775113200.0, 'created_time': 1774354459.364399, 'last_price_update_time': 1774852347.232657}
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH70%2520OFN') HTTP/1.1" 204 0
2026-03-30 06:32:27 [bca.uk] INFO: Found listing with ID: DP69%20VUY
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520VUY%27 HTTP/1.1" 200 None
2026-03-30 06:32:27 [bca.uk] INFO: Scrape type for DP69%20VUY: 0
2026-03-30 06:32:27 [bca.uk] INFO: Found listing with ID: LR22%20HNG
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HNG%27 HTTP/1.1" 200 None
2026-03-30 06:32:27 [bca.uk] INFO: Scrape type for LR22%20HNG: 0
2026-03-30 06:32:27 [bca.uk] INFO: Found listing with ID: BG72%20UDV
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520UDV%27 HTTP/1.1" 200 None
2026-03-30 06:32:27 [bca.uk] INFO: Scrape type for BG72%20UDV: 2
2026-03-30 06:32:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fb8e8ff-9c8b-56bd-baec-5bc671fcacb0 with identifier: BG72%20UDV
2026-03-30 06:32:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fb8e8ff-9c8b-56bd-baec-5bc671fcacb0 with scrape type 2
2026-03-30 06:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fb8e8ff-9c8b-56bd-baec-5bc671fcacb0 with scrape type 2
2026-03-30 06:32:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fb8e8ff-9c8b-56bd-baec-5bc671fcacb0, identifier: BG72%20UDV
2026-03-30 06:32:27 [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:32:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 527f9b15-55e4-55b9-9984-c79fc1d94356 with identifier: GD16%20CYL
2026-03-30 06:32:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 527f9b15-55e4-55b9-9984-c79fc1d94356 with identifier: GD16%20CYL
2026-03-30 06:32:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 527f9b15-55e4-55b9-9984-c79fc1d94356 with identifier: GD16%20CYL to the API
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 82,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD16%20CYL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '527f9b15-55e4-55b9-9984-c79fc1d94356',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD16 CYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD16%20CYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 73908,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.8 HYBRID BUSINESS EDITION Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID BUSINESS EDITION',
 'vin': 'SB1MS3JE40E256138',
 'year': 2016}
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD16%2520CYL%27 HTTP/1.1" 200 None
2026-03-30 06:32:27 [bca.uk] INFO: Saving data for GD16%20CYL: {'auction_closing_time': 1775037600.0, 'created_time': 1774563017.437382, 'last_price_update_time': 1774852347.682303}
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD16%2520CYL') HTTP/1.1" 204 0
2026-03-30 06:32:27 [bca.uk] INFO: Found listing with ID: SN69%20MMO
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN69%2520MMO%27 HTTP/1.1" 200 None
2026-03-30 06:32:27 [bca.uk] INFO: Scrape type for SN69%20MMO: 2
2026-03-30 06:32:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e814ae1d-5c82-522a-8d41-0bab3b1e69ea with identifier: SN69%20MMO
2026-03-30 06:32:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e814ae1d-5c82-522a-8d41-0bab3b1e69ea with scrape type 2
2026-03-30 06:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e814ae1d-5c82-522a-8d41-0bab3b1e69ea with scrape type 2
2026-03-30 06:32:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e814ae1d-5c82-522a-8d41-0bab3b1e69ea, identifier: SN69%20MMO
2026-03-30 06:32:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c1004d8-f2f2-54b1-908f-0fe48f1ed993 with identifier: AF73%20ESY
2026-03-30 06:32:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c1004d8-f2f2-54b1-908f-0fe48f1ed993 with identifier: AF73%20ESY
2026-03-30 06:32:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c1004d8-f2f2-54b1-908f-0fe48f1ed993 with identifier: AF73%20ESY to the API
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20ESY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Electric',
 'id': '6c1004d8-f2f2-54b1-908f-0fe48f1ed993',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 ESY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20ESY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 17582,
 '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': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS6PC040966',
 'year': 2023}
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520ESY%27 HTTP/1.1" 200 None
2026-03-30 06:32:28 [bca.uk] INFO: Saving data for AF73%20ESY: {'auction_closing_time': 1775232000.0, 'created_time': 1773842712.616772, 'last_price_update_time': 1774852348.186265}
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520ESY') HTTP/1.1" 204 0
2026-03-30 06:32:28 [bca.uk] INFO: Found listing with ID: YB14%20HFT
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB14%2520HFT%27 HTTP/1.1" 200 None
2026-03-30 06:32:28 [bca.uk] INFO: Scrape type for YB14%20HFT: 0
2026-03-30 06:32:28 [bca.uk] INFO: Found listing with ID: YF68%20ZHY
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520ZHY%27 HTTP/1.1" 200 None
2026-03-30 06:32:28 [bca.uk] INFO: Scrape type for YF68%20ZHY: 2
2026-03-30 06:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d21ee04-a170-5191-8720-ed890b93dc48 with identifier: YF68%20ZHY
2026-03-30 06:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d21ee04-a170-5191-8720-ed890b93dc48 with scrape type 2
2026-03-30 06:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d21ee04-a170-5191-8720-ed890b93dc48 with scrape type 2
2026-03-30 06:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d21ee04-a170-5191-8720-ed890b93dc48, identifier: YF68%20ZHY
2026-03-30 06:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fb8e8ff-9c8b-56bd-baec-5bc671fcacb0 with identifier: BG72%20UDV
2026-03-30 06:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fb8e8ff-9c8b-56bd-baec-5bc671fcacb0 with identifier: BG72%20UDV
2026-03-30 06:32:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fb8e8ff-9c8b-56bd-baec-5bc671fcacb0 with identifier: BG72%20UDV to the API
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 76,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG72%20UDV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0fb8e8ff-9c8b-56bd-baec-5bc671fcacb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG72 UDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG72%20UDV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TOURNEO CUSTOM',
 'odometer': 54590,
 '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': 'FORD TOURNEO CUSTOM 1.0 PHEV 126 SWB TITANIUM L/R Bus',
 'transmission': 'automatic',
 'trim': 'PHEV 126 SWB TITANIUM L/R',
 'vin': 'WF03XXTTGHNJ31241',
 'year': 2022}
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520UDV%27 HTTP/1.1" 200 None
2026-03-30 06:32:28 [bca.uk] INFO: Saving data for BG72%20UDV: {'auction_closing_time': 1775113200.0, 'created_time': 1774436641.262464, 'last_price_update_time': 1774852348.60632}
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG72%2520UDV') HTTP/1.1" 204 0
2026-03-30 06:32:28 [bca.uk] INFO: Found listing with ID: KP69%20JZF
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520JZF%27 HTTP/1.1" 200 None
2026-03-30 06:32:28 [bca.uk] INFO: Scrape type for KP69%20JZF: 2
2026-03-30 06:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09beb048-20f8-5a7e-a348-cf18a69c1cba with identifier: KP69%20JZF
2026-03-30 06:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09beb048-20f8-5a7e-a348-cf18a69c1cba with scrape type 2
2026-03-30 06:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09beb048-20f8-5a7e-a348-cf18a69c1cba with scrape type 2
2026-03-30 06:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09beb048-20f8-5a7e-a348-cf18a69c1cba, identifier: KP69%20JZF
2026-03-30 06:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e814ae1d-5c82-522a-8d41-0bab3b1e69ea with identifier: SN69%20MMO
2026-03-30 06:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e814ae1d-5c82-522a-8d41-0bab3b1e69ea with identifier: SN69%20MMO
2026-03-30 06:32:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e814ae1d-5c82-522a-8d41-0bab3b1e69ea with identifier: SN69%20MMO to the API
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN69%20MMO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e814ae1d-5c82-522a-8d41-0bab3b1e69ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN69 MMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN69%20MMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 85663,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 30D M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBACV62060LM93399',
 'year': 2019}
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN69%2520MMO%27 HTTP/1.1" 200 None
2026-03-30 06:32:29 [bca.uk] INFO: Saving data for SN69%20MMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563228.105986, 'last_price_update_time': 1774852349.060796}
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN69%2520MMO') HTTP/1.1" 204 0
2026-03-30 06:32:29 [bca.uk] INFO: Found listing with ID: DL73%20HOJ
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HOJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:29 [bca.uk] INFO: Scrape type for DL73%20HOJ: 0
2026-03-30 06:32:29 [bca.uk] INFO: Found listing with ID: DL73%20LGJ
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LGJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:29 [bca.uk] INFO: Scrape type for DL73%20LGJ: 2
2026-03-30 06:32:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f47f12f-0449-5d58-ba27-7229225e8eb3 with identifier: DL73%20LGJ
2026-03-30 06:32:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f47f12f-0449-5d58-ba27-7229225e8eb3 with scrape type 2
2026-03-30 06:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f47f12f-0449-5d58-ba27-7229225e8eb3 with scrape type 2
2026-03-30 06:32:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f47f12f-0449-5d58-ba27-7229225e8eb3, identifier: DL73%20LGJ
2026-03-30 06:32:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d21ee04-a170-5191-8720-ed890b93dc48 with identifier: YF68%20ZHY
2026-03-30 06:32:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d21ee04-a170-5191-8720-ed890b93dc48 with identifier: YF68%20ZHY
2026-03-30 06:32:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d21ee04-a170-5191-8720-ed890b93dc48 with identifier: YF68%20ZHY to the API
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF68%20ZHY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d21ee04-a170-5191-8720-ed890b93dc48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF68 ZHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF68%20ZHY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 122152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5600,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.0 TSI 115 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 SE',
 'vin': 'WVGZZZA1ZKV045615',
 'year': 2018}
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520ZHY%27 HTTP/1.1" 200 None
2026-03-30 06:32:29 [bca.uk] INFO: Saving data for YF68%20ZHY: {'auction_closing_time': 1775113200.0, 'created_time': 1773821063.046871, 'last_price_update_time': 1774852349.510531}
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF68%2520ZHY') HTTP/1.1" 204 0
2026-03-30 06:32:29 [bca.uk] INFO: Found listing with ID: CJ72%20FRX
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FRX%27 HTTP/1.1" 200 None
2026-03-30 06:32:29 [bca.uk] INFO: Scrape type for CJ72%20FRX: 0
2026-03-30 06:32:29 [bca.uk] INFO: Found listing with ID: CJ72%20FSC
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FSC%27 HTTP/1.1" 200 None
2026-03-30 06:32:29 [bca.uk] INFO: Scrape type for CJ72%20FSC: 0
2026-03-30 06:32:29 [bca.uk] INFO: Found listing with ID: DC73%20CYT
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520CYT%27 HTTP/1.1" 200 None
2026-03-30 06:32:29 [bca.uk] INFO: Scrape type for DC73%20CYT: 2
2026-03-30 06:32:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7e7d192-6e26-50c7-a1e1-a8102e448406 with identifier: DC73%20CYT
2026-03-30 06:32:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7e7d192-6e26-50c7-a1e1-a8102e448406 with scrape type 2
2026-03-30 06:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7e7d192-6e26-50c7-a1e1-a8102e448406 with scrape type 2
2026-03-30 06:32:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7e7d192-6e26-50c7-a1e1-a8102e448406, identifier: DC73%20CYT
2026-03-30 06:32:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09beb048-20f8-5a7e-a348-cf18a69c1cba with identifier: KP69%20JZF
2026-03-30 06:32:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09beb048-20f8-5a7e-a348-cf18a69c1cba with identifier: KP69%20JZF
2026-03-30 06:32:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09beb048-20f8-5a7e-a348-cf18a69c1cba with identifier: KP69%20JZF to the API
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP69%20JZF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '09beb048-20f8-5a7e-a348-cf18a69c1cba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP69 JZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP69%20JZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ARTEON',
 'odometer': 58441,
 'odometer_reading_unit': '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 ARTEON 2.0 TDI 190 R LINE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 190 R LINE DSG',
 'vin': 'WVWZZZ3HZLE001827',
 'year': 2019}
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520JZF%27 HTTP/1.1" 200 None
2026-03-30 06:32:29 [bca.uk] INFO: Saving data for KP69%20JZF: {'auction_closing_time': 1774864800.0, 'created_time': 1774073484.781509, 'last_price_update_time': 1774852349.971156}
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP69%2520JZF') HTTP/1.1" 204 0
2026-03-30 06:32:30 [bca.uk] INFO: Found listing with ID: EJ70%20WCG
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ70%2520WCG%27 HTTP/1.1" 200 None
2026-03-30 06:32:30 [bca.uk] INFO: Scrape type for EJ70%20WCG: 2
2026-03-30 06:32:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28719e2c-0b04-5241-b1bd-18224dcd6738 with identifier: EJ70%20WCG
2026-03-30 06:32:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28719e2c-0b04-5241-b1bd-18224dcd6738 with scrape type 2
2026-03-30 06:32:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28719e2c-0b04-5241-b1bd-18224dcd6738 with scrape type 2
2026-03-30 06:32:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28719e2c-0b04-5241-b1bd-18224dcd6738, identifier: EJ70%20WCG
2026-03-30 06:32:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f47f12f-0449-5d58-ba27-7229225e8eb3 with identifier: DL73%20LGJ
2026-03-30 06:32:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f47f12f-0449-5d58-ba27-7229225e8eb3 with identifier: DL73%20LGJ
2026-03-30 06:32:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f47f12f-0449-5d58-ba27-7229225e8eb3 with identifier: DL73%20LGJ to the API
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LGJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f47f12f-0449-5d58-ba27-7229225e8eb3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LGJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LGJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11988,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4289380',
 'year': 2023}
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LGJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:30 [bca.uk] INFO: Saving data for DL73%20LGJ: {'auction_closing_time': 1775232000.0, 'created_time': 1773841498.163758, 'last_price_update_time': 1774852350.43747}
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LGJ') HTTP/1.1" 204 0
2026-03-30 06:32:30 [bca.uk] INFO: Found listing with ID: YG69%20WDD
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520WDD%27 HTTP/1.1" 200 None
2026-03-30 06:32:30 [bca.uk] INFO: Scrape type for YG69%20WDD: 2
2026-03-30 06:32:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e13716de-3c60-542d-9f2c-80a5bf162e7f with identifier: YG69%20WDD
2026-03-30 06:32:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e13716de-3c60-542d-9f2c-80a5bf162e7f with scrape type 2
2026-03-30 06:32:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e13716de-3c60-542d-9f2c-80a5bf162e7f with scrape type 2
2026-03-30 06:32:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e13716de-3c60-542d-9f2c-80a5bf162e7f, identifier: YG69%20WDD
2026-03-30 06:32:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7e7d192-6e26-50c7-a1e1-a8102e448406 with identifier: DC73%20CYT
2026-03-30 06:32:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7e7d192-6e26-50c7-a1e1-a8102e448406 with identifier: DC73%20CYT
2026-03-30 06:32:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7e7d192-6e26-50c7-a1e1-a8102e448406 with identifier: DC73%20CYT to the API
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 230,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC73%20CYT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd7e7d192-6e26-50c7-a1e1-a8102e448406',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC73 CYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC73%20CYT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 42144,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 23250,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN AMAROK A33 2.0 TDI 205 4M STYLE CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDI 205 4M STYLE',
 'vin': 'WV4ZZZT13PS019140',
 'year': 2023}
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520CYT%27 HTTP/1.1" 200 None
2026-03-30 06:32:30 [bca.uk] INFO: Saving data for DC73%20CYT: {'auction_closing_time': 1775113200.0, 'created_time': 1774436546.408583, 'last_price_update_time': 1774852350.833298}
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC73%2520CYT') HTTP/1.1" 204 0
2026-03-30 06:32:30 [bca.uk] INFO: Found listing with ID: LG18%20SFU
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520SFU%27 HTTP/1.1" 200 None
2026-03-30 06:32:30 [bca.uk] INFO: Scrape type for LG18%20SFU: 2
2026-03-30 06:32:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with identifier: LG18%20SFU
2026-03-30 06:32:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with scrape type 2
2026-03-30 06:32:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with scrape type 2
2026-03-30 06:32:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383, identifier: LG18%20SFU
2026-03-30 06:32:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28719e2c-0b04-5241-b1bd-18224dcd6738 with identifier: EJ70%20WCG
2026-03-30 06:32:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28719e2c-0b04-5241-b1bd-18224dcd6738 with identifier: EJ70%20WCG
2026-03-30 06:32:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28719e2c-0b04-5241-b1bd-18224dcd6738 with identifier: EJ70%20WCG to the API
2026-03-30 06:32:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 264,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ70%20WCG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28719e2c-0b04-5241-b1bd-18224dcd6738',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ70 WCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ70%20WCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 94728,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 3.0 P400 AWD X (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'P400 AWD X (7ST)',
 'vin': 'SALEA7AU4L2032044',
 'year': 2020}
2026-03-30 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ70%2520WCG%27 HTTP/1.1" 200 None
2026-03-30 06:32:31 [bca.uk] INFO: Saving data for EJ70%20WCG: {'auction_closing_time': 1774864800.0, 'created_time': 1774563229.153104, 'last_price_update_time': 1774852351.706807}
2026-03-30 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ70%2520WCG') HTTP/1.1" 204 0
2026-03-30 06:32:31 [bca.uk] INFO: Found listing with ID: DS24%20OYZ
2026-03-30 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OYZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:31 [bca.uk] INFO: Scrape type for DS24%20OYZ: 2
2026-03-30 06:32:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with identifier: DS24%20OYZ
2026-03-30 06:32:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with scrape type 2
2026-03-30 06:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with scrape type 2
2026-03-30 06:32:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc, identifier: DS24%20OYZ
2026-03-30 06:32:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e13716de-3c60-542d-9f2c-80a5bf162e7f with identifier: YG69%20WDD
2026-03-30 06:32:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e13716de-3c60-542d-9f2c-80a5bf162e7f with identifier: YG69%20WDD
2026-03-30 06:32:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e13716de-3c60-542d-9f2c-80a5bf162e7f with identifier: YG69%20WDD to the API
2026-03-30 06:32:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 53,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG69%20WDD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e13716de-3c60-542d-9f2c-80a5bf162e7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG69 WDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG69%20WDD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 44713,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19600,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 55 TFSI E Q COMP.S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '55 TFSI E Q COMP.S LINE S-T',
 'vin': 'WAUZZZFY5K2132321',
 'year': 2019}
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG69%2520WDD%27 HTTP/1.1" 200 None
2026-03-30 06:32:32 [bca.uk] INFO: Saving data for YG69%20WDD: {'auction_closing_time': 1775113200.0, 'created_time': 1773821365.084859, 'last_price_update_time': 1774852352.120963}
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG69%2520WDD') HTTP/1.1" 204 0
2026-03-30 06:32:32 [bca.uk] INFO: Found listing with ID: KP71%20CDK
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520CDK%27 HTTP/1.1" 200 None
2026-03-30 06:32:32 [bca.uk] INFO: Scrape type for KP71%20CDK: 0
2026-03-30 06:32:32 [bca.uk] INFO: Found listing with ID: WP70%20UBB
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520UBB%27 HTTP/1.1" 200 None
2026-03-30 06:32:32 [bca.uk] INFO: Scrape type for WP70%20UBB: 0
2026-03-30 06:32:32 [bca.uk] INFO: Found listing with ID: YC25%20NRJ
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520NRJ%27 HTTP/1.1" 200 None
2026-03-30 06:32:32 [bca.uk] INFO: Scrape type for YC25%20NRJ: 0
2026-03-30 06:32:32 [bca.uk] INFO: Found listing with ID: YE25%20HRC
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE25%2520HRC%27 HTTP/1.1" 200 None
2026-03-30 06:32:32 [bca.uk] INFO: Scrape type for YE25%20HRC: 2
2026-03-30 06:32:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbd81149-5166-505d-aeff-3fa299561a98 with identifier: YE25%20HRC
2026-03-30 06:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbd81149-5166-505d-aeff-3fa299561a98 with scrape type 2
2026-03-30 06:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbd81149-5166-505d-aeff-3fa299561a98 with scrape type 2
2026-03-30 06:32:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbd81149-5166-505d-aeff-3fa299561a98, identifier: YE25%20HRC
2026-03-30 06:32:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with identifier: LG18%20SFU
2026-03-30 06:32:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with identifier: LG18%20SFU
2026-03-30 06:32:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7eb7d1ff-803f-57f0-b2fa-ffd069f2c383 with identifier: LG18%20SFU to the API
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG18%20SFU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7eb7d1ff-803f-57f0-b2fa-ffd069f2c383',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG18 SFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG18%20SFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 64859,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 75 LIMITED ED. Hatchback',
 'transmission': 'manual',
 'trim': '75 LIMITED ED.',
 'vin': 'W0V0XEP08J6023892',
 'year': 2018}
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520SFU%27 HTTP/1.1" 200 None
2026-03-30 06:32:32 [bca.uk] INFO: Saving data for LG18%20SFU: {'auction_closing_time': 1774951200.0, 'created_time': 1774563118.972044, 'last_price_update_time': 1774852352.604469}
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG18%2520SFU') HTTP/1.1" 204 0
2026-03-30 06:32:32 [bca.uk] INFO: Found listing with ID: SA15%20GVV
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA15%2520GVV%27 HTTP/1.1" 200 None
2026-03-30 06:32:32 [bca.uk] INFO: Scrape type for SA15%20GVV: 2
2026-03-30 06:32:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d59c3715-0166-5589-a105-074f78b696cd with identifier: SA15%20GVV
2026-03-30 06:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d59c3715-0166-5589-a105-074f78b696cd with scrape type 2
2026-03-30 06:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d59c3715-0166-5589-a105-074f78b696cd with scrape type 2
2026-03-30 06:32:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d59c3715-0166-5589-a105-074f78b696cd, identifier: SA15%20GVV
2026-03-30 06:32:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with identifier: DS24%20OYZ
2026-03-30 06:32:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with identifier: DS24%20OYZ
2026-03-30 06:32:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc with identifier: DS24%20OYZ to the API
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20OYZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4a26bf8f-f6a9-525d-9eb5-4e1c2b7f12dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 OYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20OYZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 7207,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15500,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS6R6016001',
 'year': 2024}
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OYZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:33 [bca.uk] INFO: Saving data for DS24%20OYZ: {'auction_closing_time': 1775232000.0, 'created_time': 1773842115.704196, 'last_price_update_time': 1774852353.037033}
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520OYZ') HTTP/1.1" 204 0
2026-03-30 06:32:33 [bca.uk] INFO: Found listing with ID: DN23%20VEH
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN23%2520VEH%27 HTTP/1.1" 200 None
2026-03-30 06:32:33 [bca.uk] INFO: Scrape type for DN23%20VEH: 0
2026-03-30 06:32:33 [bca.uk] INFO: Found listing with ID: GM67%20CME
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM67%2520CME%27 HTTP/1.1" 200 None
2026-03-30 06:32:33 [bca.uk] INFO: Scrape type for GM67%20CME: 2
2026-03-30 06:32:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d33a687-cd23-5227-a00f-ef5b76a0ce51 with identifier: GM67%20CME
2026-03-30 06:32:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d33a687-cd23-5227-a00f-ef5b76a0ce51 with scrape type 2
2026-03-30 06:32:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d33a687-cd23-5227-a00f-ef5b76a0ce51 with scrape type 2
2026-03-30 06:32:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d33a687-cd23-5227-a00f-ef5b76a0ce51, identifier: GM67%20CME
2026-03-30 06:32:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbd81149-5166-505d-aeff-3fa299561a98 with identifier: YE25%20HRC
2026-03-30 06:32:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbd81149-5166-505d-aeff-3fa299561a98 with identifier: YE25%20HRC
2026-03-30 06:32:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbd81149-5166-505d-aeff-3fa299561a98 with identifier: YE25%20HRC to the API
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE25%20HRC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dbd81149-5166-505d-aeff-3fa299561a98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE25 HRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE25%20HRC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 7345,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 SL ADVANCE PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 SL ADVANCE',
 'vin': 'VF1FL000873980716',
 'year': 2025}
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE25%2520HRC%27 HTTP/1.1" 200 None
2026-03-30 06:32:33 [bca.uk] INFO: Saving data for YE25%20HRC: {'auction_closing_time': 1775113200.0, 'created_time': 1774438113.833799, 'last_price_update_time': 1774852353.554149}
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE25%2520HRC') HTTP/1.1" 204 0
2026-03-30 06:32:33 [bca.uk] INFO: Found listing with ID: OW71%20EER
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW71%2520EER%27 HTTP/1.1" 200 None
2026-03-30 06:32:33 [bca.uk] INFO: Scrape type for OW71%20EER: 2
2026-03-30 06:32:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3897c14b-925a-5a61-be90-c3b70a3930d5 with identifier: OW71%20EER
2026-03-30 06:32:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3897c14b-925a-5a61-be90-c3b70a3930d5 with scrape type 2
2026-03-30 06:32:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3897c14b-925a-5a61-be90-c3b70a3930d5 with scrape type 2
2026-03-30 06:32:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3897c14b-925a-5a61-be90-c3b70a3930d5, identifier: OW71%20EER
2026-03-30 06:32:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d59c3715-0166-5589-a105-074f78b696cd with identifier: SA15%20GVV
2026-03-30 06:32:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d59c3715-0166-5589-a105-074f78b696cd with identifier: SA15%20GVV
2026-03-30 06:32:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d59c3715-0166-5589-a105-074f78b696cd with identifier: SA15%20GVV to the API
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA15%20GVV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd59c3715-0166-5589-a105-074f78b696cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA15 GVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA15%20GVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '220D',
 'odometer': 85670,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 220D 2.0 190 SPORT Convertible',
 'transmission': 'manual',
 'trim': '190 SPORT',
 'vin': 'WBA2L72080V282328',
 'year': 2015}
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA15%2520GVV%27 HTTP/1.1" 200 None
2026-03-30 06:32:33 [bca.uk] INFO: Saving data for SA15%20GVV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563221.377719, 'last_price_update_time': 1774852353.981819}
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA15%2520GVV') HTTP/1.1" 204 0
2026-03-30 06:32:34 [bca.uk] INFO: Found listing with ID: DV24%20JNK
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JNK%27 HTTP/1.1" 200 None
2026-03-30 06:32:34 [bca.uk] INFO: Scrape type for DV24%20JNK: 2
2026-03-30 06:32:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e883956-68e6-5501-9c72-7c51712786f0 with identifier: DV24%20JNK
2026-03-30 06:32:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e883956-68e6-5501-9c72-7c51712786f0 with scrape type 2
2026-03-30 06:32:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e883956-68e6-5501-9c72-7c51712786f0 with scrape type 2
2026-03-30 06:32:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e883956-68e6-5501-9c72-7c51712786f0, identifier: DV24%20JNK
2026-03-30 06:32:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d33a687-cd23-5227-a00f-ef5b76a0ce51 with identifier: GM67%20CME
2026-03-30 06:32:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d33a687-cd23-5227-a00f-ef5b76a0ce51 with identifier: GM67%20CME
2026-03-30 06:32:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d33a687-cd23-5227-a00f-ef5b76a0ce51 with identifier: GM67%20CME to the API
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM67%20CME-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d33a687-cd23-5227-a00f-ef5b76a0ce51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM67 CME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM67%20CME&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MITSUBISHI',
 'model': 'ECLIPSE CROSS',
 'odometer': 60182,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7500,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI ECLIPSE CROSS 1.5 3 Hatchback',
 'transmission': 'automatic',
 'trim': '3',
 'vin': 'JMAXTGK1WJZ000804',
 'year': 2018}
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM67%2520CME%27 HTTP/1.1" 200 None
2026-03-30 06:32:34 [bca.uk] INFO: Saving data for GM67%20CME: {'auction_closing_time': 1775113200.0, 'created_time': 1774437878.855565, 'last_price_update_time': 1774852354.451082}
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM67%2520CME') HTTP/1.1" 204 0
2026-03-30 06:32:34 [bca.uk] INFO: Found listing with ID: YC25%20WUP
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520WUP%27 HTTP/1.1" 200 None
2026-03-30 06:32:34 [bca.uk] INFO: Scrape type for YC25%20WUP: 0
2026-03-30 06:32:34 [bca.uk] INFO: Found listing with ID: YC25%20ZGA
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520ZGA%27 HTTP/1.1" 200 None
2026-03-30 06:32:34 [bca.uk] INFO: Scrape type for YC25%20ZGA: 0
2026-03-30 06:32:34 [bca.uk] INFO: Found listing with ID: BV23%20HVZ
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520HVZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:34 [bca.uk] INFO: Scrape type for BV23%20HVZ: 2
2026-03-30 06:32:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc5a45aa-cb55-50a6-a0a8-1aae59593bba with identifier: BV23%20HVZ
2026-03-30 06:32:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc5a45aa-cb55-50a6-a0a8-1aae59593bba with scrape type 2
2026-03-30 06:32:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc5a45aa-cb55-50a6-a0a8-1aae59593bba with scrape type 2
2026-03-30 06:32:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc5a45aa-cb55-50a6-a0a8-1aae59593bba, identifier: BV23%20HVZ
2026-03-30 06:32:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3897c14b-925a-5a61-be90-c3b70a3930d5 with identifier: OW71%20EER
2026-03-30 06:32:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3897c14b-925a-5a61-be90-c3b70a3930d5 with identifier: OW71%20EER
2026-03-30 06:32:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3897c14b-925a-5a61-be90-c3b70a3930d5 with identifier: OW71%20EER to the API
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 46,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW71%20EER-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3897c14b-925a-5a61-be90-c3b70a3930d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW71 EER',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW71%20EER&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 101088,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 30E M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT STEP',
 'vin': 'WBATS120709H70217',
 'year': 2021}
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW71%2520EER%27 HTTP/1.1" 200 None
2026-03-30 06:32:35 [bca.uk] INFO: Saving data for OW71%20EER: {'auction_closing_time': 1774864800.0, 'created_time': 1774265247.331342, 'last_price_update_time': 1774852355.008305}
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW71%2520EER') HTTP/1.1" 204 0
2026-03-30 06:32:35 [bca.uk] INFO: Found listing with ID: AJ10%20BZU
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ10%2520BZU%27 HTTP/1.1" 200 None
2026-03-30 06:32:35 [bca.uk] INFO: Scrape type for AJ10%20BZU: 2
2026-03-30 06:32:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with identifier: AJ10%20BZU
2026-03-30 06:32:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with scrape type 2
2026-03-30 06:32:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with scrape type 2
2026-03-30 06:32:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4, identifier: AJ10%20BZU
2026-03-30 06:32:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e883956-68e6-5501-9c72-7c51712786f0 with identifier: DV24%20JNK
2026-03-30 06:32:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e883956-68e6-5501-9c72-7c51712786f0 with identifier: DV24%20JNK
2026-03-30 06:32:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e883956-68e6-5501-9c72-7c51712786f0 with identifier: DV24%20JNK to the API
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20JNK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0e883956-68e6-5501-9c72-7c51712786f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV24 JNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20JNK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 12177,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16700,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS0R6008069',
 'year': 2024}
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JNK%27 HTTP/1.1" 200 None
2026-03-30 06:32:35 [bca.uk] INFO: Saving data for DV24%20JNK: {'auction_closing_time': 1775232000.0, 'created_time': 1773842123.426502, 'last_price_update_time': 1774852355.42418}
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520JNK') HTTP/1.1" 204 0
2026-03-30 06:32:35 [bca.uk] INFO: Found listing with ID: GY71%20VDL
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY71%2520VDL%27 HTTP/1.1" 200 None
2026-03-30 06:32:35 [bca.uk] INFO: Scrape type for GY71%20VDL: 2
2026-03-30 06:32:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with identifier: GY71%20VDL
2026-03-30 06:32:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with scrape type 2
2026-03-30 06:32:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with scrape type 2
2026-03-30 06:32:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6, identifier: GY71%20VDL
2026-03-30 06:32:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc5a45aa-cb55-50a6-a0a8-1aae59593bba with identifier: BV23%20HVZ
2026-03-30 06:32:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc5a45aa-cb55-50a6-a0a8-1aae59593bba with identifier: BV23%20HVZ
2026-03-30 06:32:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc5a45aa-cb55-50a6-a0a8-1aae59593bba with identifier: BV23%20HVZ to the API
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 75,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV23%20HVZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.9L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'dc5a45aa-cb55-50a6-a0a8-1aae59593bba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV23 HVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV23%20HVZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'BENTLEY',
 'model': 'FLYING SPUR',
 'odometer': 19272,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 120000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BENTLEY FLYING SPUR 2.9 V6 PHEV (4ST) S Saloon',
 'transmission': 'automatic',
 'trim': 'V6 PHEV (4ST) S',
 'vin': 'SCBBN53SXPC006453',
 'year': 2023}
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520HVZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:35 [bca.uk] INFO: Saving data for BV23%20HVZ: {'auction_closing_time': 1775113200.0, 'created_time': 1774016299.840165, 'last_price_update_time': 1774852355.839978}
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV23%2520HVZ') HTTP/1.1" 204 0
2026-03-30 06:32:35 [bca.uk] INFO: Found listing with ID: FN14%20YCA
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN14%2520YCA%27 HTTP/1.1" 200 None
2026-03-30 06:32:35 [bca.uk] INFO: Scrape type for FN14%20YCA: 2
2026-03-30 06:32:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 971675fa-e984-50cd-a0b3-eeba1a7ea679 with identifier: FN14%20YCA
2026-03-30 06:32:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 971675fa-e984-50cd-a0b3-eeba1a7ea679 with scrape type 2
2026-03-30 06:32:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 971675fa-e984-50cd-a0b3-eeba1a7ea679 with scrape type 2
2026-03-30 06:32:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 971675fa-e984-50cd-a0b3-eeba1a7ea679, identifier: FN14%20YCA
2026-03-30 06:32:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with identifier: AJ10%20BZU
2026-03-30 06:32:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with identifier: AJ10%20BZU
2026-03-30 06:32:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60caa2b2-c8e8-58b0-814b-cfc7086cf5c4 with identifier: AJ10%20BZU to the API
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ10%20BZU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '60caa2b2-c8e8-58b0-814b-cfc7086cf5c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ10 BZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ10%20BZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 4',
 'odometer': 129831,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 4 3.0 TD V6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD V6 HSE',
 'vin': 'SALLAAAF3AA537469',
 'year': 2010}
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ10%2520BZU%27 HTTP/1.1" 200 None
2026-03-30 06:32:36 [bca.uk] INFO: Saving data for AJ10%20BZU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563218.392318, 'last_price_update_time': 1774852356.296932}
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ10%2520BZU') HTTP/1.1" 204 0
2026-03-30 06:32:36 [bca.uk] INFO: Found listing with ID: DY74%20BVL
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVL%27 HTTP/1.1" 200 None
2026-03-30 06:32:36 [bca.uk] INFO: Scrape type for DY74%20BVL: 2
2026-03-30 06:32:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with identifier: DY74%20BVL
2026-03-30 06:32:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with scrape type 2
2026-03-30 06:32:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with scrape type 2
2026-03-30 06:32:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7df5ac82-7ca6-5f06-b500-09493f6e9f6e, identifier: DY74%20BVL
2026-03-30 06:32:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with identifier: GY71%20VDL
2026-03-30 06:32:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with identifier: GY71%20VDL
2026-03-30 06:32:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6 with identifier: GY71%20VDL to the API
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 218,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY71%20VDL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3848a75c-8fd2-50fa-b6c9-d7c1ac3005e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY71 VDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY71%20VDL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'MAXUS',
 'model': 'DELIVER 9 FWD',
 'odometer': 33828,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MAXUS DELIVER 9 FWD 2.0 D20 163 LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'D20 163 LWB H/R',
 'vin': 'LSH14J7C5MA128104',
 'year': 2021}
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY71%2520VDL%27 HTTP/1.1" 200 None
2026-03-30 06:32:36 [bca.uk] INFO: Saving data for GY71%20VDL: {'auction_closing_time': 1775113200.0, 'created_time': 1773821013.830659, 'last_price_update_time': 1774852356.730219}
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY71%2520VDL') HTTP/1.1" 204 0
2026-03-30 06:32:36 [bca.uk] INFO: Found listing with ID: WA14%20NPO
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA14%2520NPO%27 HTTP/1.1" 200 None
2026-03-30 06:32:36 [bca.uk] INFO: Scrape type for WA14%20NPO: 2
2026-03-30 06:32:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c42b9ab-f6e6-5588-8705-47af38f490b3 with identifier: WA14%20NPO
2026-03-30 06:32:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c42b9ab-f6e6-5588-8705-47af38f490b3 with scrape type 2
2026-03-30 06:32:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c42b9ab-f6e6-5588-8705-47af38f490b3 with scrape type 2
2026-03-30 06:32:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c42b9ab-f6e6-5588-8705-47af38f490b3, identifier: WA14%20NPO
2026-03-30 06:32:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 971675fa-e984-50cd-a0b3-eeba1a7ea679 with identifier: FN14%20YCA
2026-03-30 06:32:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 971675fa-e984-50cd-a0b3-eeba1a7ea679 with identifier: FN14%20YCA
2026-03-30 06:32:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 971675fa-e984-50cd-a0b3-eeba1a7ea679 with identifier: FN14%20YCA to the API
2026-03-30 06:32:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN14%20YCA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '971675fa-e984-50cd-a0b3-eeba1a7ea679',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN14 YCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN14%20YCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A3',
 'odometer': 97161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI A3 1.8 TFSI 180 QUATTRO S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 180 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ8V7EA133189',
 'year': 2014}
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN14%2520YCA%27 HTTP/1.1" 200 None
2026-03-30 06:32:37 [bca.uk] INFO: Saving data for FN14%20YCA: {'auction_closing_time': 1775037600.0, 'created_time': 1774563097.49461, 'last_price_update_time': 1774852357.13656}
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN14%2520YCA') HTTP/1.1" 204 0
2026-03-30 06:32:37 [bca.uk] INFO: Found listing with ID: CE13%20KHF
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE13%2520KHF%27 HTTP/1.1" 200 None
2026-03-30 06:32:37 [bca.uk] INFO: Scrape type for CE13%20KHF: 2
2026-03-30 06:32:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with identifier: CE13%20KHF
2026-03-30 06:32:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with scrape type 2
2026-03-30 06:32:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with scrape type 2
2026-03-30 06:32:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b0be864-4cc9-56d1-a6f6-e3648386fa97, identifier: CE13%20KHF
2026-03-30 06:32:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with identifier: DY74%20BVL
2026-03-30 06:32:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with identifier: DY74%20BVL
2026-03-30 06:32:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7df5ac82-7ca6-5f06-b500-09493f6e9f6e with identifier: DY74%20BVL to the API
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BVL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7df5ac82-7ca6-5f06-b500-09493f6e9f6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY74 BVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BVL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 11147,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15500,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS1R6020943',
 'year': 2024}
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVL%27 HTTP/1.1" 200 None
2026-03-30 06:32:37 [bca.uk] INFO: Saving data for DY74%20BVL: {'auction_closing_time': 1775232000.0, 'created_time': 1773841654.573607, 'last_price_update_time': 1774852357.535495}
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BVL') HTTP/1.1" 204 0
2026-03-30 06:32:37 [bca.uk] INFO: Found listing with ID: KE22%20PJV
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE22%2520PJV%27 HTTP/1.1" 200 None
2026-03-30 06:32:37 [bca.uk] INFO: Scrape type for KE22%20PJV: 0
2026-03-30 06:32:37 [bca.uk] INFO: Found listing with ID: SW69%20OJM
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520OJM%27 HTTP/1.1" 200 None
2026-03-30 06:32:37 [bca.uk] INFO: Scrape type for SW69%20OJM: 0
2026-03-30 06:32:37 [bca.uk] INFO: Found listing with ID: VD03%20MON
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VD03%2520MON%27 HTTP/1.1" 200 None
2026-03-30 06:32:37 [bca.uk] INFO: Scrape type for VD03%20MON: 2
2026-03-30 06:32:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc30d630-c8ba-5d51-9f1e-fd7193345811 with identifier: VD03%20MON
2026-03-30 06:32:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc30d630-c8ba-5d51-9f1e-fd7193345811 with scrape type 2
2026-03-30 06:32:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc30d630-c8ba-5d51-9f1e-fd7193345811 with scrape type 2
2026-03-30 06:32:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc30d630-c8ba-5d51-9f1e-fd7193345811, identifier: VD03%20MON
2026-03-30 06:32:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c42b9ab-f6e6-5588-8705-47af38f490b3 with identifier: WA14%20NPO
2026-03-30 06:32:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c42b9ab-f6e6-5588-8705-47af38f490b3 with identifier: WA14%20NPO
2026-03-30 06:32:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c42b9ab-f6e6-5588-8705-47af38f490b3 with identifier: WA14%20NPO to the API
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 320,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA14%20NPO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '6.6L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c42b9ab-f6e6-5588-8705-47af38f490b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA14 NPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA14%20NPO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'ROLLS ROYCE',
 'model': 'WRAITH',
 'odometer': 40041,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 71000,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'ROLLS ROYCE WRAITH 6.6 V12 Coupe',
 'transmission': 'automatic',
 'trim': 'V12',
 'vin': 'SCA665C05EUH24715',
 'year': 2014}
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA14%2520NPO%27 HTTP/1.1" 200 None
2026-03-30 06:32:37 [bca.uk] INFO: Saving data for WA14%20NPO: {'auction_closing_time': 1775113200.0, 'created_time': 1774016563.453345, 'last_price_update_time': 1774852357.996203}
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA14%2520NPO') HTTP/1.1" 204 0
2026-03-30 06:32:38 [bca.uk] INFO: Found listing with ID: GJ18%20XHE
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520XHE%27 HTTP/1.1" 200 None
2026-03-30 06:32:38 [bca.uk] INFO: Scrape type for GJ18%20XHE: 2
2026-03-30 06:32:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 320deddf-12e3-5dd1-94e1-e9a82cab75eb with identifier: GJ18%20XHE
2026-03-30 06:32:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 320deddf-12e3-5dd1-94e1-e9a82cab75eb with scrape type 2
2026-03-30 06:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 320deddf-12e3-5dd1-94e1-e9a82cab75eb with scrape type 2
2026-03-30 06:32:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 320deddf-12e3-5dd1-94e1-e9a82cab75eb, identifier: GJ18%20XHE
2026-03-30 06:32:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with identifier: CE13%20KHF
2026-03-30 06:32:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with identifier: CE13%20KHF
2026-03-30 06:32:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b0be864-4cc9-56d1-a6f6-e3648386fa97 with identifier: CE13%20KHF to the API
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE13%20KHF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b0be864-4cc9-56d1-a6f6-e3648386fa97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE13 KHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE13%20KHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 80786,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 TDI 177 QUATTRO S LINE+ S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 177 QUATTRO S LINE+ S-T',
 'vin': 'WAUZZZ8R1DA072326',
 'year': 2013}
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE13%2520KHF%27 HTTP/1.1" 200 None
2026-03-30 06:32:38 [bca.uk] INFO: Saving data for CE13%20KHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563215.779912, 'last_price_update_time': 1774852358.544087}
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE13%2520KHF') HTTP/1.1" 204 0
2026-03-30 06:32:38 [bca.uk] INFO: Found listing with ID: GD23%20YKE
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520YKE%27 HTTP/1.1" 200 None
2026-03-30 06:32:38 [bca.uk] INFO: Scrape type for GD23%20YKE: 2
2026-03-30 06:32:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c92abcd2-883e-5683-bd76-b41dd8a6e6fb with identifier: GD23%20YKE
2026-03-30 06:32:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c92abcd2-883e-5683-bd76-b41dd8a6e6fb with scrape type 2
2026-03-30 06:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c92abcd2-883e-5683-bd76-b41dd8a6e6fb with scrape type 2
2026-03-30 06:32:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c92abcd2-883e-5683-bd76-b41dd8a6e6fb, identifier: GD23%20YKE
2026-03-30 06:32:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc30d630-c8ba-5d51-9f1e-fd7193345811 with identifier: VD03%20MON
2026-03-30 06:32:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc30d630-c8ba-5d51-9f1e-fd7193345811 with identifier: VD03%20MON
2026-03-30 06:32:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc30d630-c8ba-5d51-9f1e-fd7193345811 with identifier: VD03%20MON to the API
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 274,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VD03%20MON-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cc30d630-c8ba-5d51-9f1e-fd7193345811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VD03 MON',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VD03%20MON&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Crawley',
 'make': 'JAGUAR',
 'model': 'F-PACE SVR',
 'odometer': 18838,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 48000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE SVR 5.0 V8 S/C 550 AWD StationWagon',
 'transmission': 'automatic',
 'trim': 'V8 S/C 550 AWD',
 'vin': 'SADCA2AE5RA721703',
 'year': 2023}
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VD03%2520MON%27 HTTP/1.1" 200 None
2026-03-30 06:32:38 [bca.uk] INFO: Saving data for VD03%20MON: {'auction_closing_time': 1775113200.0, 'created_time': 1773846125.619585, 'last_price_update_time': 1774852358.966576}
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VD03%2520MON') HTTP/1.1" 204 0
2026-03-30 06:32:38 [bca.uk] INFO: Found listing with ID: BL19%20XXY
2026-03-30 06:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520XXY%27 HTTP/1.1" 200 None
2026-03-30 06:32:39 [bca.uk] INFO: Scrape type for BL19%20XXY: 2
2026-03-30 06:32:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9ba7b6b-9f45-5bec-9ea4-377ea309c016 with identifier: BL19%20XXY
2026-03-30 06:32:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9ba7b6b-9f45-5bec-9ea4-377ea309c016 with scrape type 2
2026-03-30 06:32:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9ba7b6b-9f45-5bec-9ea4-377ea309c016 with scrape type 2
2026-03-30 06:32:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9ba7b6b-9f45-5bec-9ea4-377ea309c016, identifier: BL19%20XXY
2026-03-30 06:32:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 320deddf-12e3-5dd1-94e1-e9a82cab75eb with identifier: GJ18%20XHE
2026-03-30 06:32:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 320deddf-12e3-5dd1-94e1-e9a82cab75eb with identifier: GJ18%20XHE
2026-03-30 06:32:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 320deddf-12e3-5dd1-94e1-e9a82cab75eb with identifier: GJ18%20XHE to the API
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ18%20XHE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '320deddf-12e3-5dd1-94e1-e9a82cab75eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ18 XHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ18%20XHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 63148,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 TFSI 250 QUATTRO SE EXEC.S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TFSI 250 QUATTRO SE EXEC.S-T',
 'vin': 'WAUZZZ4G5JN098890',
 'year': 2018}
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520XHE%27 HTTP/1.1" 200 None
2026-03-30 06:32:39 [bca.uk] INFO: Saving data for GJ18%20XHE: {'auction_closing_time': 1775037600.0, 'created_time': 1774563084.84272, 'last_price_update_time': 1774852359.371544}
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ18%2520XHE') HTTP/1.1" 204 0
2026-03-30 06:32:39 [bca.uk] INFO: Found listing with ID: EA64%20HLU
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520HLU%27 HTTP/1.1" 200 None
2026-03-30 06:32:39 [bca.uk] INFO: Scrape type for EA64%20HLU: 2
2026-03-30 06:32:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 446dde87-2b36-523a-be9e-c44017da0087 with identifier: EA64%20HLU
2026-03-30 06:32:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 446dde87-2b36-523a-be9e-c44017da0087 with scrape type 2
2026-03-30 06:32:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 446dde87-2b36-523a-be9e-c44017da0087 with scrape type 2
2026-03-30 06:32:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 446dde87-2b36-523a-be9e-c44017da0087, identifier: EA64%20HLU
2026-03-30 06:32:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c92abcd2-883e-5683-bd76-b41dd8a6e6fb with identifier: GD23%20YKE
2026-03-30 06:32:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c92abcd2-883e-5683-bd76-b41dd8a6e6fb with identifier: GD23%20YKE
2026-03-30 06:32:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c92abcd2-883e-5683-bd76-b41dd8a6e6fb with identifier: GD23%20YKE to the API
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD23%20YKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c92abcd2-883e-5683-bd76-b41dd8a6e6fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GD23 YKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD23%20YKE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 47714,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19300,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.3 PHEV AWD VELOCE Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV AWD VELOCE',
 'vin': 'ZARPATDW2N3038577',
 'year': 2023}
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520YKE%27 HTTP/1.1" 200 None
2026-03-30 06:32:39 [bca.uk] INFO: Saving data for GD23%20YKE: {'auction_closing_time': 1775232000.0, 'created_time': 1773842466.258567, 'last_price_update_time': 1774852359.785691}
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD23%2520YKE') HTTP/1.1" 204 0
2026-03-30 06:32:39 [bca.uk] INFO: Found listing with ID: BK24%20NHU
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520NHU%27 HTTP/1.1" 200 None
2026-03-30 06:32:39 [bca.uk] INFO: Scrape type for BK24%20NHU: 2
2026-03-30 06:32:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with identifier: BK24%20NHU
2026-03-30 06:32:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with scrape type 2
2026-03-30 06:32:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with scrape type 2
2026-03-30 06:32:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a1eeba1-8aec-5341-8f46-e9e6de4425e7, identifier: BK24%20NHU
2026-03-30 06:32:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9ba7b6b-9f45-5bec-9ea4-377ea309c016 with identifier: BL19%20XXY
2026-03-30 06:32:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9ba7b6b-9f45-5bec-9ea4-377ea309c016 with identifier: BL19%20XXY
2026-03-30 06:32:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9ba7b6b-9f45-5bec-9ea4-377ea309c016 with identifier: BL19%20XXY to the API
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL19%20XXY-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9ba7b6b-9f45-5bec-9ea4-377ea309c016',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL19 XXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL19%20XXY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 25330,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13000,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 2.0 S SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'S SPORT',
 'vin': 'WMWXR520802L16004',
 'year': 2019}
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520XXY%27 HTTP/1.1" 200 None
2026-03-30 06:32:40 [bca.uk] INFO: Saving data for BL19%20XXY: {'auction_closing_time': 1775113200.0, 'created_time': 1773839381.694487, 'last_price_update_time': 1774852360.177509}
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL19%2520XXY') HTTP/1.1" 204 0
2026-03-30 06:32:40 [bca.uk] INFO: Found listing with ID: VO68%20WLK
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520WLK%27 HTTP/1.1" 200 None
2026-03-30 06:32:40 [bca.uk] INFO: Scrape type for VO68%20WLK: 2
2026-03-30 06:32:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 904a7c20-900a-5687-a50b-f6a7d173eb32 with identifier: VO68%20WLK
2026-03-30 06:32:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 904a7c20-900a-5687-a50b-f6a7d173eb32 with scrape type 2
2026-03-30 06:32:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 904a7c20-900a-5687-a50b-f6a7d173eb32 with scrape type 2
2026-03-30 06:32:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 904a7c20-900a-5687-a50b-f6a7d173eb32, identifier: VO68%20WLK
2026-03-30 06:32:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 446dde87-2b36-523a-be9e-c44017da0087 with identifier: EA64%20HLU
2026-03-30 06:32:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 446dde87-2b36-523a-be9e-c44017da0087 with identifier: EA64%20HLU
2026-03-30 06:32:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 446dde87-2b36-523a-be9e-c44017da0087 with identifier: EA64%20HLU to the API
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA64%20HLU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '446dde87-2b36-523a-be9e-c44017da0087',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA64 HLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA64%20HLU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 75427,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 TEKNA',
 'vin': 'SJNFAAJ11U1308143',
 'year': 2015}
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA64%2520HLU%27 HTTP/1.1" 200 None
2026-03-30 06:32:40 [bca.uk] INFO: Saving data for EA64%20HLU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563201.73744, 'last_price_update_time': 1774852360.576865}
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA64%2520HLU') HTTP/1.1" 204 0
2026-03-30 06:32:40 [bca.uk] INFO: Found listing with ID: KE73%20BBF
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520BBF%27 HTTP/1.1" 200 None
2026-03-30 06:32:40 [bca.uk] INFO: Scrape type for KE73%20BBF: 0
2026-03-30 06:32:40 [bca.uk] INFO: Found listing with ID: KF73%20AOK
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AOK%27 HTTP/1.1" 200 None
2026-03-30 06:32:40 [bca.uk] INFO: Scrape type for KF73%20AOK: 2
2026-03-30 06:32:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with identifier: KF73%20AOK
2026-03-30 06:32:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with scrape type 2
2026-03-30 06:32:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with scrape type 2
2026-03-30 06:32:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa, identifier: KF73%20AOK
2026-03-30 06:32:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with identifier: BK24%20NHU
2026-03-30 06:32:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with identifier: BK24%20NHU
2026-03-30 06:32:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a1eeba1-8aec-5341-8f46-e9e6de4425e7 with identifier: BK24%20NHU to the API
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK24%20NHU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a1eeba1-8aec-5341-8f46-e9e6de4425e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK24 NHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK24%20NHU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 20870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 30000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PPJ03966',
 'year': 2024}
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520NHU%27 HTTP/1.1" 200 None
2026-03-30 06:32:41 [bca.uk] INFO: Saving data for BK24%20NHU: {'auction_closing_time': 1775113200.0, 'created_time': 1774353222.120874, 'last_price_update_time': 1774852361.014196}
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK24%2520NHU') HTTP/1.1" 204 0
2026-03-30 06:32:41 [bca.uk] INFO: Found listing with ID: AU66%20LJX
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU66%2520LJX%27 HTTP/1.1" 200 None
2026-03-30 06:32:41 [bca.uk] INFO: Scrape type for AU66%20LJX: 0
2026-03-30 06:32:41 [bca.uk] INFO: Found listing with ID: EJ69%20DFG
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ69%2520DFG%27 HTTP/1.1" 200 None
2026-03-30 06:32:41 [bca.uk] INFO: Scrape type for EJ69%20DFG: 2
2026-03-30 06:32:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c660eb78-38c7-57f5-a035-dc8573aa7127 with identifier: EJ69%20DFG
2026-03-30 06:32:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c660eb78-38c7-57f5-a035-dc8573aa7127 with scrape type 2
2026-03-30 06:32:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c660eb78-38c7-57f5-a035-dc8573aa7127 with scrape type 2
2026-03-30 06:32:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c660eb78-38c7-57f5-a035-dc8573aa7127, identifier: EJ69%20DFG
2026-03-30 06:32:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 904a7c20-900a-5687-a50b-f6a7d173eb32 with identifier: VO68%20WLK
2026-03-30 06:32:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 904a7c20-900a-5687-a50b-f6a7d173eb32 with identifier: VO68%20WLK
2026-03-30 06:32:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 904a7c20-900a-5687-a50b-f6a7d173eb32 with identifier: VO68%20WLK to the API
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO68%20WLK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '904a7c20-900a-5687-a50b-f6a7d173eb32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO68 WLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO68%20WLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 64929,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TDI 150 SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 SPORT',
 'vin': 'WAUZZZ8U8JR077010',
 'year': 2018}
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO68%2520WLK%27 HTTP/1.1" 200 None
2026-03-30 06:32:41 [bca.uk] INFO: Saving data for VO68%20WLK: {'auction_closing_time': 1775037600.0, 'created_time': 1774563081.244991, 'last_price_update_time': 1774852361.447168}
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO68%2520WLK') HTTP/1.1" 204 0
2026-03-30 06:32:41 [bca.uk] INFO: Found listing with ID: EY65%20OLT
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY65%2520OLT%27 HTTP/1.1" 200 None
2026-03-30 06:32:41 [bca.uk] INFO: Scrape type for EY65%20OLT: 2
2026-03-30 06:32:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1276456f-327d-576e-943c-7322010dce18 with identifier: EY65%20OLT
2026-03-30 06:32:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1276456f-327d-576e-943c-7322010dce18 with scrape type 2
2026-03-30 06:32:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1276456f-327d-576e-943c-7322010dce18 with scrape type 2
2026-03-30 06:32:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1276456f-327d-576e-943c-7322010dce18, identifier: EY65%20OLT
2026-03-30 06:32:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with identifier: KF73%20AOK
2026-03-30 06:32:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with identifier: KF73%20AOK
2026-03-30 06:32:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa with identifier: KF73%20AOK to the API
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20AOK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cd9d819f-a6c1-5bc8-8df4-7b621c2f5efa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 AOK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20AOK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8240,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11700,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4300178',
 'year': 2024}
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AOK%27 HTTP/1.1" 200 None
2026-03-30 06:32:41 [bca.uk] INFO: Saving data for KF73%20AOK: {'auction_closing_time': 1775232000.0, 'created_time': 1773839527.744619, 'last_price_update_time': 1774852361.845191}
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520AOK') HTTP/1.1" 204 0
2026-03-30 06:32:41 [bca.uk] INFO: Found listing with ID: CK21%20KYG
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK21%2520KYG%27 HTTP/1.1" 200 None
2026-03-30 06:32:41 [bca.uk] INFO: Scrape type for CK21%20KYG: 2
2026-03-30 06:32:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa16f940-c19c-5eec-b1a1-c7739eeea5ce with identifier: CK21%20KYG
2026-03-30 06:32:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa16f940-c19c-5eec-b1a1-c7739eeea5ce with scrape type 2
2026-03-30 06:32:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa16f940-c19c-5eec-b1a1-c7739eeea5ce with scrape type 2
2026-03-30 06:32:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa16f940-c19c-5eec-b1a1-c7739eeea5ce, identifier: CK21%20KYG
2026-03-30 06:32:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c660eb78-38c7-57f5-a035-dc8573aa7127 with identifier: EJ69%20DFG
2026-03-30 06:32:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c660eb78-38c7-57f5-a035-dc8573aa7127 with identifier: EJ69%20DFG
2026-03-30 06:32:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c660eb78-38c7-57f5-a035-dc8573aa7127 with identifier: EJ69%20DFG to the API
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ69%20DFG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c660eb78-38c7-57f5-a035-dc8573aa7127',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ69 DFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ69%20DFG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'RS3 SPORTBACK',
 'odometer': 43156,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25000,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI RS3 SPORTBACK 2.5 TFSI 400 QUATTRO S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 400 QUATTRO S-T',
 'vin': 'WUAZZZ8V2KA901517',
 'year': 2019}
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ69%2520DFG%27 HTTP/1.1" 200 None
2026-03-30 06:32:42 [bca.uk] INFO: Saving data for EJ69%20DFG: {'auction_closing_time': 1774854000.0, 'created_time': 1774264655.863225, 'last_price_update_time': 1774852362.381874}
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ69%2520DFG') HTTP/1.1" 204 0
2026-03-30 06:32:42 [bca.uk] INFO: Found listing with ID: WP69%20UPR
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP69%2520UPR%27 HTTP/1.1" 200 None
2026-03-30 06:32:42 [bca.uk] INFO: Scrape type for WP69%20UPR: 2
2026-03-30 06:32:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0adc4e87-ab51-512f-9a89-5995e6147455 with identifier: WP69%20UPR
2026-03-30 06:32:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0adc4e87-ab51-512f-9a89-5995e6147455 with scrape type 2
2026-03-30 06:32:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0adc4e87-ab51-512f-9a89-5995e6147455 with scrape type 2
2026-03-30 06:32:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0adc4e87-ab51-512f-9a89-5995e6147455, identifier: WP69%20UPR
2026-03-30 06:32:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1276456f-327d-576e-943c-7322010dce18 with identifier: EY65%20OLT
2026-03-30 06:32:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1276456f-327d-576e-943c-7322010dce18 with identifier: EY65%20OLT
2026-03-30 06:32:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1276456f-327d-576e-943c-7322010dce18 with identifier: EY65%20OLT to the API
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 75,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY65%20OLT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '1276456f-327d-576e-943c-7322010dce18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY65 OLT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY65%20OLT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 51786,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 VVT-I HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON',
 'vin': 'VNKKD3D340A187327',
 'year': 2015}
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY65%2520OLT%27 HTTP/1.1" 200 None
2026-03-30 06:32:42 [bca.uk] INFO: Saving data for EY65%20OLT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563175.848127, 'last_price_update_time': 1774852362.787094}
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY65%2520OLT') HTTP/1.1" 204 0
2026-03-30 06:32:42 [bca.uk] INFO: Found listing with ID: LL74%20DGV
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGV%27 HTTP/1.1" 200 None
2026-03-30 06:32:42 [bca.uk] INFO: Scrape type for LL74%20DGV: 2
2026-03-30 06:32:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb25389-4d68-5c98-9335-e16649cc122d with identifier: LL74%20DGV
2026-03-30 06:32:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb25389-4d68-5c98-9335-e16649cc122d with scrape type 2
2026-03-30 06:32:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb25389-4d68-5c98-9335-e16649cc122d with scrape type 2
2026-03-30 06:32:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edb25389-4d68-5c98-9335-e16649cc122d, identifier: LL74%20DGV
2026-03-30 06:32:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa16f940-c19c-5eec-b1a1-c7739eeea5ce with identifier: CK21%20KYG
2026-03-30 06:32:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa16f940-c19c-5eec-b1a1-c7739eeea5ce with identifier: CK21%20KYG
2026-03-30 06:32:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa16f940-c19c-5eec-b1a1-c7739eeea5ce with identifier: CK21%20KYG to the API
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK21%20KYG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa16f940-c19c-5eec-b1a1-c7739eeea5ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK21 KYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK21%20KYG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 83945,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 LIMITED 1 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 LIMITED 1',
 'vin': '6FPPXXMJ2PMU68555',
 'year': 2021}
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK21%2520KYG%27 HTTP/1.1" 200 None
2026-03-30 06:32:43 [bca.uk] INFO: Saving data for CK21%20KYG: {'auction_closing_time': 1775113200.0, 'created_time': 1773821088.658085, 'last_price_update_time': 1774852363.230543}
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK21%2520KYG') HTTP/1.1" 204 0
2026-03-30 06:32:43 [bca.uk] INFO: Found listing with ID: LS69%20MKN
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520MKN%27 HTTP/1.1" 200 None
2026-03-30 06:32:43 [bca.uk] INFO: Scrape type for LS69%20MKN: 2
2026-03-30 06:32:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a03dbcd-aa68-5cc7-81ef-dad82cf29615 with identifier: LS69%20MKN
2026-03-30 06:32:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a03dbcd-aa68-5cc7-81ef-dad82cf29615 with scrape type 2
2026-03-30 06:32:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a03dbcd-aa68-5cc7-81ef-dad82cf29615 with scrape type 2
2026-03-30 06:32:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a03dbcd-aa68-5cc7-81ef-dad82cf29615, identifier: LS69%20MKN
2026-03-30 06:32:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0adc4e87-ab51-512f-9a89-5995e6147455 with identifier: WP69%20UPR
2026-03-30 06:32:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0adc4e87-ab51-512f-9a89-5995e6147455 with identifier: WP69%20UPR
2026-03-30 06:32:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0adc4e87-ab51-512f-9a89-5995e6147455 with identifier: WP69%20UPR to the API
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP69%20UPR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0adc4e87-ab51-512f-9a89-5995e6147455',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP69 UPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP69%20UPR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 23932,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 2.0 40 TFSI S LINE COMPETITION S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI S LINE COMPETITION S-T',
 'vin': 'WAUZZZGB3LR010897',
 'year': 2019}
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP69%2520UPR%27 HTTP/1.1" 200 None
2026-03-30 06:32:43 [bca.uk] INFO: Saving data for WP69%20UPR: {'auction_closing_time': 1775037600.0, 'created_time': 1774563097.857731, 'last_price_update_time': 1774852363.623901}
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP69%2520UPR') HTTP/1.1" 204 0
2026-03-30 06:32:43 [bca.uk] INFO: Found listing with ID: GC69%20AWZ
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC69%2520AWZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:43 [bca.uk] INFO: Scrape type for GC69%20AWZ: 2
2026-03-30 06:32:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with identifier: GC69%20AWZ
2026-03-30 06:32:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with scrape type 2
2026-03-30 06:32:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with scrape type 2
2026-03-30 06:32:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b9dd7a2-c646-51f0-ad87-9dfb651ed961, identifier: GC69%20AWZ
2026-03-30 06:32:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edb25389-4d68-5c98-9335-e16649cc122d with identifier: LL74%20DGV
2026-03-30 06:32:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edb25389-4d68-5c98-9335-e16649cc122d with identifier: LL74%20DGV
2026-03-30 06:32:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edb25389-4d68-5c98-9335-e16649cc122d with identifier: LL74%20DGV to the API
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DGV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'edb25389-4d68-5c98-9335-e16649cc122d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DGV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 3776,
 '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': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE1R4300178',
 'year': 2024}
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGV%27 HTTP/1.1" 200 None
2026-03-30 06:32:44 [bca.uk] INFO: Saving data for LL74%20DGV: {'auction_closing_time': 1775232000.0, 'created_time': 1773842737.767387, 'last_price_update_time': 1774852364.032081}
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DGV') HTTP/1.1" 204 0
2026-03-30 06:32:44 [bca.uk] INFO: Found listing with ID: CU17%20TZX
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520TZX%27 HTTP/1.1" 200 None
2026-03-30 06:32:44 [bca.uk] INFO: Scrape type for CU17%20TZX: 2
2026-03-30 06:32:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with identifier: CU17%20TZX
2026-03-30 06:32:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with scrape type 2
2026-03-30 06:32:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with scrape type 2
2026-03-30 06:32:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00, identifier: CU17%20TZX
2026-03-30 06:32:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a03dbcd-aa68-5cc7-81ef-dad82cf29615 with identifier: LS69%20MKN
2026-03-30 06:32:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a03dbcd-aa68-5cc7-81ef-dad82cf29615 with identifier: LS69%20MKN
2026-03-30 06:32:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a03dbcd-aa68-5cc7-81ef-dad82cf29615 with identifier: LS69%20MKN to the API
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS69%20MKN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6a03dbcd-aa68-5cc7-81ef-dad82cf29615',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS69 MKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS69%20MKN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 71804,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15900,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 B4D AWD INSCRIPTION PRO StationWagon',
 'transmission': 'automatic',
 'trim': 'B4D AWD INSCRIPTION PRO',
 'vin': 'YV1UZK5UCL1428993',
 'year': 2019}
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520MKN%27 HTTP/1.1" 200 None
2026-03-30 06:32:44 [bca.uk] INFO: Saving data for LS69%20MKN: {'auction_closing_time': 1774854000.0, 'created_time': 1773842799.849247, 'last_price_update_time': 1774852364.455535}
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS69%2520MKN') HTTP/1.1" 204 0
2026-03-30 06:32:44 [bca.uk] INFO: Found listing with ID: R24%20HMB
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R24%2520HMB%27 HTTP/1.1" 200 None
2026-03-30 06:32:44 [bca.uk] INFO: Scrape type for R24%20HMB: 2
2026-03-30 06:32:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e52736e-5ba5-5880-9f41-877378f0ed7f with identifier: R24%20HMB
2026-03-30 06:32:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e52736e-5ba5-5880-9f41-877378f0ed7f with scrape type 2
2026-03-30 06:32:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e52736e-5ba5-5880-9f41-877378f0ed7f with scrape type 2
2026-03-30 06:32:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e52736e-5ba5-5880-9f41-877378f0ed7f, identifier: R24%20HMB
2026-03-30 06:32:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with identifier: GC69%20AWZ
2026-03-30 06:32:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with identifier: GC69%20AWZ
2026-03-30 06:32:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b9dd7a2-c646-51f0-ad87-9dfb651ed961 with identifier: GC69%20AWZ to the API
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GC69%20AWZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b9dd7a2-c646-51f0-ad87-9dfb651ed961',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GC69 AWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC69%20AWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '218I',
 'odometer': 48778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 218I 1.5 T SPORT Coupe',
 'transmission': 'manual',
 'trim': 'T SPORT',
 'vin': 'WBA2H320107E48397',
 'year': 2019}
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC69%2520AWZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:44 [bca.uk] INFO: Saving data for GC69%20AWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563200.856178, 'last_price_update_time': 1774852364.864765}
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC69%2520AWZ') HTTP/1.1" 204 0
2026-03-30 06:32:44 [bca.uk] INFO: Found listing with ID: LL74%20DHX
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHX%27 HTTP/1.1" 200 None
2026-03-30 06:32:44 [bca.uk] INFO: Scrape type for LL74%20DHX: 0
2026-03-30 06:32:44 [bca.uk] INFO: Found listing with ID: LL74%20DHY
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHY%27 HTTP/1.1" 200 None
2026-03-30 06:32:44 [bca.uk] INFO: Scrape type for LL74%20DHY: 0
2026-03-30 06:32:44 [bca.uk] INFO: Found listing with ID: LL74%20DKO
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKO%27 HTTP/1.1" 200 None
2026-03-30 06:32:44 [bca.uk] INFO: Scrape type for LL74%20DKO: 2
2026-03-30 06:32:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad0fa407-8289-5320-91eb-174347ca0a22 with identifier: LL74%20DKO
2026-03-30 06:32:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad0fa407-8289-5320-91eb-174347ca0a22 with scrape type 2
2026-03-30 06:32:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad0fa407-8289-5320-91eb-174347ca0a22 with scrape type 2
2026-03-30 06:32:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad0fa407-8289-5320-91eb-174347ca0a22, identifier: LL74%20DKO
2026-03-30 06:32:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with identifier: CU17%20TZX
2026-03-30 06:32:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with identifier: CU17%20TZX
2026-03-30 06:32:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0024a42e-c8f6-5a5d-9ff1-cbe51a084b00 with identifier: CU17%20TZX to the API
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU17%20TZX-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0024a42e-c8f6-5a5d-9ff1-cbe51a084b00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU17 TZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU17%20TZX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 26529,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15600,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 2.0 COOPER S Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S',
 'vin': 'WMWYS920403B64820',
 'year': 2017}
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520TZX%27 HTTP/1.1" 200 None
2026-03-30 06:32:45 [bca.uk] INFO: Saving data for CU17%20TZX: {'auction_closing_time': 1775113200.0, 'created_time': 1773933169.573479, 'last_price_update_time': 1774852365.306042}
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU17%2520TZX') HTTP/1.1" 204 0
2026-03-30 06:32:45 [bca.uk] INFO: Found listing with ID: SD22%20EER
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD22%2520EER%27 HTTP/1.1" 200 None
2026-03-30 06:32:45 [bca.uk] INFO: Scrape type for SD22%20EER: 0
2026-03-30 06:32:45 [bca.uk] INFO: Found listing with ID: WV18%20KJN
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520KJN%27 HTTP/1.1" 200 None
2026-03-30 06:32:45 [bca.uk] INFO: Scrape type for WV18%20KJN: 2
2026-03-30 06:32:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95c48bfe-85f5-5e44-949f-4e4c35a4fa53 with identifier: WV18%20KJN
2026-03-30 06:32:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95c48bfe-85f5-5e44-949f-4e4c35a4fa53 with scrape type 2
2026-03-30 06:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95c48bfe-85f5-5e44-949f-4e4c35a4fa53 with scrape type 2
2026-03-30 06:32:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95c48bfe-85f5-5e44-949f-4e4c35a4fa53, identifier: WV18%20KJN
2026-03-30 06:32:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e52736e-5ba5-5880-9f41-877378f0ed7f with identifier: R24%20HMB
2026-03-30 06:32:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e52736e-5ba5-5880-9f41-877378f0ed7f with identifier: R24%20HMB
2026-03-30 06:32:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e52736e-5ba5-5880-9f41-877378f0ed7f with identifier: R24%20HMB to the API
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R24%20HMB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5e52736e-5ba5-5880-9f41-877378f0ed7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'R24 HMB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=R24%20HMB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 58626,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D150 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 4WD R-DYNAMIC S',
 'vin': 'SALZA2AN3LH059228',
 'year': 2019}
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R24%2520HMB%27 HTTP/1.1" 200 None
2026-03-30 06:32:45 [bca.uk] INFO: Saving data for R24%20HMB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563090.183243, 'last_price_update_time': 1774852365.727609}
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R24%2520HMB') HTTP/1.1" 204 0
2026-03-30 06:32:45 [bca.uk] INFO: Found listing with ID: GD20%20FSE
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD20%2520FSE%27 HTTP/1.1" 200 None
2026-03-30 06:32:45 [bca.uk] INFO: Scrape type for GD20%20FSE: 2
2026-03-30 06:32:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b517345-1543-5d25-99f4-dae04f4b633c with identifier: GD20%20FSE
2026-03-30 06:32:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b517345-1543-5d25-99f4-dae04f4b633c with scrape type 2
2026-03-30 06:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b517345-1543-5d25-99f4-dae04f4b633c with scrape type 2
2026-03-30 06:32:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b517345-1543-5d25-99f4-dae04f4b633c, identifier: GD20%20FSE
2026-03-30 06:32:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad0fa407-8289-5320-91eb-174347ca0a22 with identifier: LL74%20DKO
2026-03-30 06:32:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad0fa407-8289-5320-91eb-174347ca0a22 with identifier: LL74%20DKO
2026-03-30 06:32:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad0fa407-8289-5320-91eb-174347ca0a22 with identifier: LL74%20DKO to the API
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DKO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ad0fa407-8289-5320-91eb-174347ca0a22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DKO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 4701,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE1R4301413',
 'year': 2024}
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKO%27 HTTP/1.1" 200 None
2026-03-30 06:32:46 [bca.uk] INFO: Saving data for LL74%20DKO: {'auction_closing_time': 1775232000.0, 'created_time': 1773842735.937623, 'last_price_update_time': 1774852366.260928}
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DKO') HTTP/1.1" 204 0
2026-03-30 06:32:46 [bca.uk] INFO: Found listing with ID: CV73%20RUW
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520RUW%27 HTTP/1.1" 200 None
2026-03-30 06:32:46 [bca.uk] INFO: Scrape type for CV73%20RUW: 2
2026-03-30 06:32:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with identifier: CV73%20RUW
2026-03-30 06:32:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with scrape type 2
2026-03-30 06:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with scrape type 2
2026-03-30 06:32:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42fcac8d-f4a5-5287-a330-0bb0c61ba401, identifier: CV73%20RUW
2026-03-30 06:32:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95c48bfe-85f5-5e44-949f-4e4c35a4fa53 with identifier: WV18%20KJN
2026-03-30 06:32:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95c48bfe-85f5-5e44-949f-4e4c35a4fa53 with identifier: WV18%20KJN
2026-03-30 06:32:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95c48bfe-85f5-5e44-949f-4e4c35a4fa53 with identifier: WV18%20KJN to the API
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV18%20KJN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '95c48bfe-85f5-5e44-949f-4e4c35a4fa53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV18 KJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV18%20KJN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 50022,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9800,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.5 TFSI 150 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 150 S LINE',
 'vin': 'WAUZZZ8V9JA093840',
 'year': 2018}
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV18%2520KJN%27 HTTP/1.1" 200 None
2026-03-30 06:32:46 [bca.uk] INFO: Saving data for WV18%20KJN: {'auction_closing_time': 1774854000.0, 'created_time': 1773834176.664838, 'last_price_update_time': 1774852366.674171}
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV18%2520KJN') HTTP/1.1" 204 0
2026-03-30 06:32:46 [bca.uk] INFO: Found listing with ID: CK12%20VGP
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK12%2520VGP%27 HTTP/1.1" 200 None
2026-03-30 06:32:46 [bca.uk] INFO: Scrape type for CK12%20VGP: 2
2026-03-30 06:32:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8472b743-a969-50b7-afcd-6294a149c832 with identifier: CK12%20VGP
2026-03-30 06:32:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8472b743-a969-50b7-afcd-6294a149c832 with scrape type 2
2026-03-30 06:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8472b743-a969-50b7-afcd-6294a149c832 with scrape type 2
2026-03-30 06:32:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8472b743-a969-50b7-afcd-6294a149c832, identifier: CK12%20VGP
2026-03-30 06:32:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b517345-1543-5d25-99f4-dae04f4b633c with identifier: GD20%20FSE
2026-03-30 06:32:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b517345-1543-5d25-99f4-dae04f4b633c with identifier: GD20%20FSE
2026-03-30 06:32:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b517345-1543-5d25-99f4-dae04f4b633c with identifier: GD20%20FSE to the API
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD20%20FSE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2b517345-1543-5d25-99f4-dae04f4b633c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD20 FSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD20%20FSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 152813,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.5 TD 102 GRIFFIN S/S Hatchback',
 'transmission': 'manual',
 'trim': 'TD 102 GRIFFIN S/S',
 'vin': 'W0V7D9EG3L4312684',
 'year': 2020}
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD20%2520FSE%27 HTTP/1.1" 200 None
2026-03-30 06:32:47 [bca.uk] INFO: Saving data for GD20%20FSE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563199.805332, 'last_price_update_time': 1774852367.085328}
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD20%2520FSE') HTTP/1.1" 204 0
2026-03-30 06:32:47 [bca.uk] INFO: Found listing with ID: LN24%20RHF
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RHF%27 HTTP/1.1" 200 None
2026-03-30 06:32:47 [bca.uk] INFO: Scrape type for LN24%20RHF: 2
2026-03-30 06:32:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54811d63-b7e5-57ce-81f5-6ee2e5926db4 with identifier: LN24%20RHF
2026-03-30 06:32:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54811d63-b7e5-57ce-81f5-6ee2e5926db4 with scrape type 2
2026-03-30 06:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54811d63-b7e5-57ce-81f5-6ee2e5926db4 with scrape type 2
2026-03-30 06:32:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54811d63-b7e5-57ce-81f5-6ee2e5926db4, identifier: LN24%20RHF
2026-03-30 06:32:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with identifier: CV73%20RUW
2026-03-30 06:32:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with identifier: CV73%20RUW
2026-03-30 06:32:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42fcac8d-f4a5-5287-a330-0bb0c61ba401 with identifier: CV73%20RUW to the API
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV73%20RUW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42fcac8d-f4a5-5287-a330-0bb0c61ba401',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV73 RUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV73%20RUW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 37270,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 38000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 D300 SE COMMERCIAL Van',
 'transmission': 'automatic',
 'trim': 'D300 SE COMMERCIAL',
 'vin': 'SALRACAW1R2488572',
 'year': 2023}
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520RUW%27 HTTP/1.1" 200 None
2026-03-30 06:32:47 [bca.uk] INFO: Saving data for CV73%20RUW: {'auction_closing_time': 1775113200.0, 'created_time': 1774353456.918597, 'last_price_update_time': 1774852367.526221}
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV73%2520RUW') HTTP/1.1" 204 0
2026-03-30 06:32:47 [bca.uk] INFO: Found listing with ID: YT67%20WDV
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520WDV%27 HTTP/1.1" 200 None
2026-03-30 06:32:47 [bca.uk] INFO: Scrape type for YT67%20WDV: 2
2026-03-30 06:32:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f8f8fb8-c924-54ca-b300-9cf63342f11b with identifier: YT67%20WDV
2026-03-30 06:32:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f8f8fb8-c924-54ca-b300-9cf63342f11b with scrape type 2
2026-03-30 06:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f8f8fb8-c924-54ca-b300-9cf63342f11b with scrape type 2
2026-03-30 06:32:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f8f8fb8-c924-54ca-b300-9cf63342f11b, identifier: YT67%20WDV
2026-03-30 06:32:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8472b743-a969-50b7-afcd-6294a149c832 with identifier: CK12%20VGP
2026-03-30 06:32:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8472b743-a969-50b7-afcd-6294a149c832 with identifier: CK12%20VGP
2026-03-30 06:32:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8472b743-a969-50b7-afcd-6294a149c832 with identifier: CK12%20VGP to the API
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK12%20VGP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8472b743-a969-50b7-afcd-6294a149c832',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK12 VGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK12%20VGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'ALFA ROMEO',
 'model': 'MITO',
 'odometer': 69438,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO MITO 1.3 JTDM 85 SPRINT Hatchback',
 'transmission': 'manual',
 'trim': 'JTDM 85 SPRINT',
 'vin': 'ZAR95500001196268',
 'year': 2012}
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK12%2520VGP%27 HTTP/1.1" 200 None
2026-03-30 06:32:47 [bca.uk] INFO: Saving data for CK12%20VGP: {'auction_closing_time': 1774951200.0, 'created_time': 1774563084.383943, 'last_price_update_time': 1774852367.935098}
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK12%2520VGP') HTTP/1.1" 204 0
2026-03-30 06:32:47 [bca.uk] INFO: Found listing with ID: GD24%20CWC
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD24%2520CWC%27 HTTP/1.1" 200 None
2026-03-30 06:32:47 [bca.uk] INFO: Scrape type for GD24%20CWC: 2
2026-03-30 06:32:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee83ae6b-3857-53b1-8746-482ce24eee64 with identifier: GD24%20CWC
2026-03-30 06:32:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee83ae6b-3857-53b1-8746-482ce24eee64 with scrape type 2
2026-03-30 06:32:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee83ae6b-3857-53b1-8746-482ce24eee64 with scrape type 2
2026-03-30 06:32:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee83ae6b-3857-53b1-8746-482ce24eee64, identifier: GD24%20CWC
2026-03-30 06:32:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54811d63-b7e5-57ce-81f5-6ee2e5926db4 with identifier: LN24%20RHF
2026-03-30 06:32:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54811d63-b7e5-57ce-81f5-6ee2e5926db4 with identifier: LN24%20RHF
2026-03-30 06:32:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54811d63-b7e5-57ce-81f5-6ee2e5926db4 with identifier: LN24%20RHF to the API
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RHF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '54811d63-b7e5-57ce-81f5-6ee2e5926db4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RHF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10288,
 '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': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4033754',
 'year': 2024}
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RHF%27 HTTP/1.1" 200 None
2026-03-30 06:32:48 [bca.uk] INFO: Saving data for LN24%20RHF: {'auction_closing_time': 1775232000.0, 'created_time': 1773925336.630729, 'last_price_update_time': 1774852368.360598}
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RHF') HTTP/1.1" 204 0
2026-03-30 06:32:48 [bca.uk] INFO: Found listing with ID: VO73%20KCE
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO73%2520KCE%27 HTTP/1.1" 200 None
2026-03-30 06:32:48 [bca.uk] INFO: Scrape type for VO73%20KCE: 2
2026-03-30 06:32:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 681e76a2-d83f-5b2f-bf37-5635817d85ab with identifier: VO73%20KCE
2026-03-30 06:32:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 681e76a2-d83f-5b2f-bf37-5635817d85ab with scrape type 2
2026-03-30 06:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 681e76a2-d83f-5b2f-bf37-5635817d85ab with scrape type 2
2026-03-30 06:32:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 681e76a2-d83f-5b2f-bf37-5635817d85ab, identifier: VO73%20KCE
2026-03-30 06:32:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f8f8fb8-c924-54ca-b300-9cf63342f11b with identifier: YT67%20WDV
2026-03-30 06:32:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f8f8fb8-c924-54ca-b300-9cf63342f11b with identifier: YT67%20WDV
2026-03-30 06:32:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f8f8fb8-c924-54ca-b300-9cf63342f11b with identifier: YT67%20WDV to the API
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT67%20WDV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f8f8fb8-c924-54ca-b300-9cf63342f11b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT67 WDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT67%20WDV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 67546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11200,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 T 250 AWD PORTFOLIO StationWagon',
 'transmission': 'automatic',
 'trim': 'T 250 AWD PORTFOLIO',
 'vin': 'SADCA2AX4JA267823',
 'year': 2017}
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520WDV%27 HTTP/1.1" 200 None
2026-03-30 06:32:48 [bca.uk] INFO: Saving data for YT67%20WDV: {'auction_closing_time': 1774854000.0, 'created_time': 1773821090.947682, 'last_price_update_time': 1774852368.789154}
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT67%2520WDV') HTTP/1.1" 204 0
2026-03-30 06:32:48 [bca.uk] INFO: Found listing with ID: WF10%20VSZ
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF10%2520VSZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:48 [bca.uk] INFO: Scrape type for WF10%20VSZ: 2
2026-03-30 06:32:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 791303e6-7729-5a85-9552-eb4be8fbdccb with identifier: WF10%20VSZ
2026-03-30 06:32:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 791303e6-7729-5a85-9552-eb4be8fbdccb with scrape type 2
2026-03-30 06:32:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 791303e6-7729-5a85-9552-eb4be8fbdccb with scrape type 2
2026-03-30 06:32:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 791303e6-7729-5a85-9552-eb4be8fbdccb, identifier: WF10%20VSZ
2026-03-30 06:32:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee83ae6b-3857-53b1-8746-482ce24eee64 with identifier: GD24%20CWC
2026-03-30 06:32:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee83ae6b-3857-53b1-8746-482ce24eee64 with identifier: GD24%20CWC
2026-03-30 06:32:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee83ae6b-3857-53b1-8746-482ce24eee64 with identifier: GD24%20CWC to the API
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD24%20CWC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee83ae6b-3857-53b1-8746-482ce24eee64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GD24 CWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD24%20CWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 7507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCITE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCITE DCT',
 'vin': 'LSJW74C93PZ289127',
 'year': 2024}
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD24%2520CWC%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Saving data for GD24%20CWC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563191.668048, 'last_price_update_time': 1774852369.321097}
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD24%2520CWC') HTTP/1.1" 204 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: LN24%20RUR
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RUR%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for LN24%20RUR: 2
2026-03-30 06:32:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with identifier: LN24%20RUR
2026-03-30 06:32:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with scrape type 2
2026-03-30 06:32:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with scrape type 2
2026-03-30 06:32:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33efc4ac-a3f9-5861-be4e-b82a2d27cae3, identifier: LN24%20RUR
2026-03-30 06:32:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 681e76a2-d83f-5b2f-bf37-5635817d85ab with identifier: VO73%20KCE
2026-03-30 06:32:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 681e76a2-d83f-5b2f-bf37-5635817d85ab with identifier: VO73%20KCE
2026-03-30 06:32:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 681e76a2-d83f-5b2f-bf37-5635817d85ab with identifier: VO73%20KCE to the API
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO73%20KCE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '681e76a2-d83f-5b2f-bf37-5635817d85ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO73 KCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO73%20KCE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 18713,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 47500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 3.0 D250 AWD HARD TOP Van',
 'transmission': 'automatic',
 'trim': 'D250 AWD HARD TOP',
 'vin': 'SALEAJAW9P2224628',
 'year': 2023}
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO73%2520KCE%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Saving data for VO73%20KCE: {'auction_closing_time': 1775113200.0, 'created_time': 1774448919.607237, 'last_price_update_time': 1774852369.723656}
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO73%2520KCE') HTTP/1.1" 204 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: BV19%20XZP
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV19%2520XZP%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for BV19%20XZP: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: KM71%20EUY
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520EUY%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for KM71%20EUY: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: NA72%20EFE
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520EFE%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for NA72%20EFE: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: BL71%20UGO
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520UGO%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for BL71%20UGO: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: BV70%20KNN
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV70%2520KNN%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for BV70%20KNN: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: DY23%20KSZ
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY23%2520KSZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for DY23%20KSZ: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: DY24%20LPE
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY24%2520LPE%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for DY24%20LPE: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: HJ23%20XOZ
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ23%2520XOZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for HJ23%20XOZ: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: LA71%20XWD
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520XWD%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for LA71%20XWD: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: LK22%20VMA
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK22%2520VMA%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for LK22%20VMA: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: LP21%20PVA
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520PVA%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for LP21%20PVA: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: OV71%20PXN
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520PXN%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for OV71%20PXN: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: RF66%20OES
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF66%2520OES%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for RF66%20OES: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: WF71%20ZNT
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520ZNT%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for WF71%20ZNT: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: YH71%20OOV
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520OOV%27 HTTP/1.1" 200 None
2026-03-30 06:32:49 [bca.uk] INFO: Scrape type for YH71%20OOV: 0
2026-03-30 06:32:49 [bca.uk] INFO: Found listing with ID: LC11%20GCF
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520GCF%27 HTTP/1.1" 200 None
2026-03-30 06:32:50 [bca.uk] INFO: Scrape type for LC11%20GCF: 2
2026-03-30 06:32:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with identifier: LC11%20GCF
2026-03-30 06:32:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with scrape type 2
2026-03-30 06:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with scrape type 2
2026-03-30 06:32:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f, identifier: LC11%20GCF
2026-03-30 06:32:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:32:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 791303e6-7729-5a85-9552-eb4be8fbdccb with identifier: WF10%20VSZ
2026-03-30 06:32:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 791303e6-7729-5a85-9552-eb4be8fbdccb with identifier: WF10%20VSZ
2026-03-30 06:32:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 791303e6-7729-5a85-9552-eb4be8fbdccb with identifier: WF10%20VSZ to the API
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF10%20VSZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '791303e6-7729-5a85-9552-eb4be8fbdccb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF10 VSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF10%20VSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 70906,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI 143 S LINE SPECIAL ED.S/S Saloon',
 'transmission': 'manual',
 'trim': 'TDI 143 S LINE SPECIAL ED.S/S',
 'vin': 'WAUZZZ8K0AA152599',
 'year': 2010}
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF10%2520VSZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:50 [bca.uk] INFO: Saving data for WF10%20VSZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563096.057029, 'last_price_update_time': 1774852370.385607}
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF10%2520VSZ') HTTP/1.1" 204 0
2026-03-30 06:32:50 [bca.uk] INFO: Found listing with ID: GL20%20XBW
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520XBW%27 HTTP/1.1" 200 None
2026-03-30 06:32:50 [bca.uk] INFO: Scrape type for GL20%20XBW: 2
2026-03-30 06:32:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb1826d6-6633-5554-9339-ca01e1da21f4 with identifier: GL20%20XBW
2026-03-30 06:32:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb1826d6-6633-5554-9339-ca01e1da21f4 with scrape type 2
2026-03-30 06:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb1826d6-6633-5554-9339-ca01e1da21f4 with scrape type 2
2026-03-30 06:32:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb1826d6-6633-5554-9339-ca01e1da21f4, identifier: GL20%20XBW
2026-03-30 06:32:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with identifier: LN24%20RUR
2026-03-30 06:32:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with identifier: LN24%20RUR
2026-03-30 06:32:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33efc4ac-a3f9-5861-be4e-b82a2d27cae3 with identifier: LN24%20RUR to the API
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RUR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '33efc4ac-a3f9-5861-be4e-b82a2d27cae3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RUR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 17713,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4039849',
 'year': 2024}
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RUR%27 HTTP/1.1" 200 None
2026-03-30 06:32:50 [bca.uk] INFO: Saving data for LN24%20RUR: {'auction_closing_time': 1775232000.0, 'created_time': 1773842084.811863, 'last_price_update_time': 1774852370.901295}
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RUR') HTTP/1.1" 204 0
2026-03-30 06:32:50 [bca.uk] INFO: Found listing with ID: LS73%20UPO
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520UPO%27 HTTP/1.1" 200 None
2026-03-30 06:32:50 [bca.uk] INFO: Scrape type for LS73%20UPO: 2
2026-03-30 06:32:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0f701ef-2318-56fa-8168-474c9b8cb4b9 with identifier: LS73%20UPO
2026-03-30 06:32:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0f701ef-2318-56fa-8168-474c9b8cb4b9 with scrape type 2
2026-03-30 06:32:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0f701ef-2318-56fa-8168-474c9b8cb4b9 with scrape type 2
2026-03-30 06:32:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0f701ef-2318-56fa-8168-474c9b8cb4b9, identifier: LS73%20UPO
2026-03-30 06:32:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with identifier: LC11%20GCF
2026-03-30 06:32:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with identifier: LC11%20GCF
2026-03-30 06:32:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f with identifier: LC11%20GCF to the API
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC11%20GCF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5eeed48f-d0f1-5cfb-bd06-37bd2c4bfd6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC11 GCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC11%20GCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 124405,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 117 ACENTA S/S Hatchback',
 'transmission': 'manual',
 'trim': '117 ACENTA S/S',
 'vin': 'SJNFAAJ10U2305382',
 'year': 2011}
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC11%2520GCF%27 HTTP/1.1" 200 None
2026-03-30 06:32:51 [bca.uk] INFO: Saving data for LC11%20GCF: {'auction_closing_time': 1774951200.0, 'created_time': 1774563435.680239, 'last_price_update_time': 1774852371.344157}
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC11%2520GCF') HTTP/1.1" 204 0
2026-03-30 06:32:51 [bca.uk] INFO: Found listing with ID: WG16%20KPO
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520KPO%27 HTTP/1.1" 200 None
2026-03-30 06:32:51 [bca.uk] INFO: Scrape type for WG16%20KPO: 2
2026-03-30 06:32:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8395fdff-c971-56c1-9925-99deb945bd66 with identifier: WG16%20KPO
2026-03-30 06:32:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8395fdff-c971-56c1-9925-99deb945bd66 with scrape type 2
2026-03-30 06:32:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8395fdff-c971-56c1-9925-99deb945bd66 with scrape type 2
2026-03-30 06:32:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8395fdff-c971-56c1-9925-99deb945bd66, identifier: WG16%20KPO
2026-03-30 06:32:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb1826d6-6633-5554-9339-ca01e1da21f4 with identifier: GL20%20XBW
2026-03-30 06:32:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb1826d6-6633-5554-9339-ca01e1da21f4 with identifier: GL20%20XBW
2026-03-30 06:32:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb1826d6-6633-5554-9339-ca01e1da21f4 with identifier: GL20%20XBW to the API
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL20%20XBW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eb1826d6-6633-5554-9339-ca01e1da21f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL20 XBW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL20%20XBW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 63679,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 160 N-CONNECTA DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 N-CONNECTA DCT',
 'vin': 'SJNFFAJ11U2667589',
 'year': 2020}
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520XBW%27 HTTP/1.1" 200 None
2026-03-30 06:32:51 [bca.uk] INFO: Saving data for GL20%20XBW: {'auction_closing_time': 1774864800.0, 'created_time': 1774563192.401923, 'last_price_update_time': 1774852371.782696}
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL20%2520XBW') HTTP/1.1" 204 0
2026-03-30 06:32:51 [bca.uk] INFO: Found listing with ID: LP23%20GVM
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVM%27 HTTP/1.1" 200 None
2026-03-30 06:32:51 [bca.uk] INFO: Scrape type for LP23%20GVM: 2
2026-03-30 06:32:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7376f24c-1341-522f-b75b-058a9d5eb592 with identifier: LP23%20GVM
2026-03-30 06:32:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7376f24c-1341-522f-b75b-058a9d5eb592 with scrape type 2
2026-03-30 06:32:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7376f24c-1341-522f-b75b-058a9d5eb592 with scrape type 2
2026-03-30 06:32:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7376f24c-1341-522f-b75b-058a9d5eb592, identifier: LP23%20GVM
2026-03-30 06:32:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0f701ef-2318-56fa-8168-474c9b8cb4b9 with identifier: LS73%20UPO
2026-03-30 06:32:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0f701ef-2318-56fa-8168-474c9b8cb4b9 with identifier: LS73%20UPO
2026-03-30 06:32:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0f701ef-2318-56fa-8168-474c9b8cb4b9 with identifier: LS73%20UPO to the API
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32: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:32:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS73%20UPO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f0f701ef-2318-56fa-8168-474c9b8cb4b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS73 UPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS73%20UPO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 38291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19300,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE S Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE S',
 'vin': 'KNAC481AUR5173650',
 'year': 2023}
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520UPO%27 HTTP/1.1" 200 None
2026-03-30 06:32:52 [bca.uk] INFO: Saving data for LS73%20UPO: {'auction_closing_time': 1775113200.0, 'created_time': 1773958746.796927, 'last_price_update_time': 1774852372.191193}
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS73%2520UPO') HTTP/1.1" 204 0
2026-03-30 06:32:52 [bca.uk] INFO: Found listing with ID: BT71%20LBF
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT71%2520LBF%27 HTTP/1.1" 200 None
2026-03-30 06:32:52 [bca.uk] INFO: Scrape type for BT71%20LBF: 0
2026-03-30 06:32:52 [bca.uk] INFO: Found listing with ID: HT73%20DWP
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT73%2520DWP%27 HTTP/1.1" 200 None
2026-03-30 06:32:52 [bca.uk] INFO: Scrape type for HT73%20DWP: 0
2026-03-30 06:32:52 [bca.uk] INFO: Found listing with ID: HT73%20DXE
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT73%2520DXE%27 HTTP/1.1" 200 None
2026-03-30 06:32:52 [bca.uk] INFO: Scrape type for HT73%20DXE: 0
2026-03-30 06:32:52 [bca.uk] INFO: Found listing with ID: HT73%20DXW
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT73%2520DXW%27 HTTP/1.1" 200 None
2026-03-30 06:32:52 [bca.uk] INFO: Scrape type for HT73%20DXW: 0
2026-03-30 06:32:52 [bca.uk] INFO: Found listing with ID: HX24%20XHA
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520XHA%27 HTTP/1.1" 200 None
2026-03-30 06:32:52 [bca.uk] INFO: Scrape type for HX24%20XHA: 0
2026-03-30 06:32:52 [bca.uk] INFO: Found listing with ID: LC72%20FFD
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520FFD%27 HTTP/1.1" 200 None
2026-03-30 06:32:52 [bca.uk] INFO: Scrape type for LC72%20FFD: 2
2026-03-30 06:32:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5d99b53-403b-5cfe-b0f1-463652ceacb2 with identifier: LC72%20FFD
2026-03-30 06:32:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5d99b53-403b-5cfe-b0f1-463652ceacb2 with scrape type 2
2026-03-30 06:32:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5d99b53-403b-5cfe-b0f1-463652ceacb2 with scrape type 2
2026-03-30 06:32:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5d99b53-403b-5cfe-b0f1-463652ceacb2, identifier: LC72%20FFD
2026-03-30 06:32:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8395fdff-c971-56c1-9925-99deb945bd66 with identifier: WG16%20KPO
2026-03-30 06:32:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8395fdff-c971-56c1-9925-99deb945bd66 with identifier: WG16%20KPO
2026-03-30 06:32:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8395fdff-c971-56c1-9925-99deb945bd66 with identifier: WG16%20KPO to the API
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32: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:32:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG16%20KPO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8395fdff-c971-56c1-9925-99deb945bd66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG16 KPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG16%20KPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 133306,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0DXXGAKDGC54275',
 'year': 2016}
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520KPO%27 HTTP/1.1" 200 None
2026-03-30 06:32:52 [bca.uk] INFO: Saving data for WG16%20KPO: {'auction_closing_time': 1774951200.0, 'created_time': 1773958700.584169, 'last_price_update_time': 1774852372.814778}
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG16%2520KPO') HTTP/1.1" 204 0
2026-03-30 06:32:52 [bca.uk] INFO: Found listing with ID: GM17%20FYZ
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM17%2520FYZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:52 [bca.uk] INFO: Scrape type for GM17%20FYZ: 2
2026-03-30 06:32:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with identifier: GM17%20FYZ
2026-03-30 06:32:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with scrape type 2
2026-03-30 06:32:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with scrape type 2
2026-03-30 06:32:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a3fd734-d116-5d2c-b42d-71f6212a04e5, identifier: GM17%20FYZ
2026-03-30 06:32:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7376f24c-1341-522f-b75b-058a9d5eb592 with identifier: LP23%20GVM
2026-03-30 06:32:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7376f24c-1341-522f-b75b-058a9d5eb592 with identifier: LP23%20GVM
2026-03-30 06:32:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7376f24c-1341-522f-b75b-058a9d5eb592 with identifier: LP23%20GVM to the API
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20GVM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7376f24c-1341-522f-b75b-058a9d5eb592',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP23 GVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20GVM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5829,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13600,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4134910',
 'year': 2023}
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVM%27 HTTP/1.1" 200 None
2026-03-30 06:32:53 [bca.uk] INFO: Saving data for LP23%20GVM: {'auction_closing_time': 1775232000.0, 'created_time': 1773841487.727004, 'last_price_update_time': 1774852373.232957}
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520GVM') HTTP/1.1" 204 0
2026-03-30 06:32:53 [bca.uk] INFO: Found listing with ID: SA19%20OCE
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA19%2520OCE%27 HTTP/1.1" 200 None
2026-03-30 06:32:53 [bca.uk] INFO: Scrape type for SA19%20OCE: 2
2026-03-30 06:32:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33481aa2-227c-5674-bf41-dae4f743822b with identifier: SA19%20OCE
2026-03-30 06:32:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33481aa2-227c-5674-bf41-dae4f743822b with scrape type 2
2026-03-30 06:32:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33481aa2-227c-5674-bf41-dae4f743822b with scrape type 2
2026-03-30 06:32:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33481aa2-227c-5674-bf41-dae4f743822b, identifier: SA19%20OCE
2026-03-30 06:32:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5d99b53-403b-5cfe-b0f1-463652ceacb2 with identifier: LC72%20FFD
2026-03-30 06:32:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5d99b53-403b-5cfe-b0f1-463652ceacb2 with identifier: LC72%20FFD
2026-03-30 06:32:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5d99b53-403b-5cfe-b0f1-463652ceacb2 with identifier: LC72%20FFD to the API
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC72%20FFD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd5d99b53-403b-5cfe-b0f1-463652ceacb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LC72 FFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC72%20FFD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 33464,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 AIRCROSS 1.2 P/T 130 SHINE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 SHINE',
 'vin': 'VR7ARHNSKNL039371',
 'year': 2022}
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520FFD%27 HTTP/1.1" 200 None
2026-03-30 06:32:53 [bca.uk] INFO: Saving data for LC72%20FFD: {'auction_closing_time': 1774854000.0, 'created_time': 1773823078.142815, 'last_price_update_time': 1774852373.903974}
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520FFD') HTTP/1.1" 204 0
2026-03-30 06:32:53 [bca.uk] INFO: Found listing with ID: EK20%20UCR
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520UCR%27 HTTP/1.1" 200 None
2026-03-30 06:32:53 [bca.uk] INFO: Scrape type for EK20%20UCR: 2
2026-03-30 06:32:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43571459-74ac-512a-b065-33d315096a94 with identifier: EK20%20UCR
2026-03-30 06:32:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43571459-74ac-512a-b065-33d315096a94 with scrape type 2
2026-03-30 06:32:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43571459-74ac-512a-b065-33d315096a94 with scrape type 2
2026-03-30 06:32:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43571459-74ac-512a-b065-33d315096a94, identifier: EK20%20UCR
2026-03-30 06:32:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with identifier: GM17%20FYZ
2026-03-30 06:32:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with identifier: GM17%20FYZ
2026-03-30 06:32:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a3fd734-d116-5d2c-b42d-71f6212a04e5 with identifier: GM17%20FYZ to the API
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM17%20FYZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4a3fd734-d116-5d2c-b42d-71f6212a04e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM17 FYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM17%20FYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 63528,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA SORENTO 2.2 CRDI KX-4 StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI KX-4',
 'vin': 'KNAPH81BSH5291556',
 'year': 2017}
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM17%2520FYZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:54 [bca.uk] INFO: Saving data for GM17%20FYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563191.306024, 'last_price_update_time': 1774852374.310807}
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM17%2520FYZ') HTTP/1.1" 204 0
2026-03-30 06:32:54 [bca.uk] INFO: Found listing with ID: LP23%20GYX
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GYX%27 HTTP/1.1" 200 None
2026-03-30 06:32:54 [bca.uk] INFO: Scrape type for LP23%20GYX: 0
2026-03-30 06:32:54 [bca.uk] INFO: Found listing with ID: LP23%20GZA
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZA%27 HTTP/1.1" 200 None
2026-03-30 06:32:54 [bca.uk] INFO: Scrape type for LP23%20GZA: 0
2026-03-30 06:32:54 [bca.uk] INFO: Found listing with ID: ML74%20XNM
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520XNM%27 HTTP/1.1" 200 None
2026-03-30 06:32:54 [bca.uk] INFO: Scrape type for ML74%20XNM: 0
2026-03-30 06:32:54 [bca.uk] INFO: Found listing with ID: VK24%20MMX
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520MMX%27 HTTP/1.1" 200 None
2026-03-30 06:32:54 [bca.uk] INFO: Scrape type for VK24%20MMX: 2
2026-03-30 06:32:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with identifier: VK24%20MMX
2026-03-30 06:32:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with scrape type 2
2026-03-30 06:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with scrape type 2
2026-03-30 06:32:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21b91af5-fdab-5a3c-9f9e-f910fe0082b0, identifier: VK24%20MMX
2026-03-30 06:32:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33481aa2-227c-5674-bf41-dae4f743822b with identifier: SA19%20OCE
2026-03-30 06:32:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33481aa2-227c-5674-bf41-dae4f743822b with identifier: SA19%20OCE
2026-03-30 06:32:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33481aa2-227c-5674-bf41-dae4f743822b with identifier: SA19%20OCE to the API
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA19%20OCE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '33481aa2-227c-5674-bf41-dae4f743822b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA19 OCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA19%20OCE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Crawley',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 54478,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 27000,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 3.0 354 S PDK StationWagon',
 'transmission': 'automatic',
 'trim': '354 S PDK',
 'vin': 'WP1ZZZ95ZKLB22323',
 'year': 2019}
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA19%2520OCE%27 HTTP/1.1" 200 None
2026-03-30 06:32:54 [bca.uk] INFO: Saving data for SA19%20OCE: {'auction_closing_time': 1775113200.0, 'created_time': 1773929919.529535, 'last_price_update_time': 1774852374.78909}
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA19%2520OCE') HTTP/1.1" 204 0
2026-03-30 06:32:54 [bca.uk] INFO: Found listing with ID: LD72%20VBG
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520VBG%27 HTTP/1.1" 200 None
2026-03-30 06:32:54 [bca.uk] INFO: Scrape type for LD72%20VBG: 0
2026-03-30 06:32:54 [bca.uk] INFO: Found listing with ID: MM71%20KSF
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520KSF%27 HTTP/1.1" 200 None
2026-03-30 06:32:54 [bca.uk] INFO: Scrape type for MM71%20KSF: 0
2026-03-30 06:32:54 [bca.uk] INFO: Found listing with ID: ND25%20HWR
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND25%2520HWR%27 HTTP/1.1" 200 None
2026-03-30 06:32:54 [bca.uk] INFO: Scrape type for ND25%20HWR: 0
2026-03-30 06:32:54 [bca.uk] INFO: Found listing with ID: NL23%20OVF
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OVF%27 HTTP/1.1" 200 None
2026-03-30 06:32:54 [bca.uk] INFO: Scrape type for NL23%20OVF: 0
2026-03-30 06:32:54 [bca.uk] INFO: Found listing with ID: SK72%20WTZ
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK72%2520WTZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:54 [bca.uk] INFO: Scrape type for SK72%20WTZ: 2
2026-03-30 06:32:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4a958df-ddc0-5d1a-8304-a3f30bd38264 with identifier: SK72%20WTZ
2026-03-30 06:32:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4a958df-ddc0-5d1a-8304-a3f30bd38264 with scrape type 2
2026-03-30 06:32:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4a958df-ddc0-5d1a-8304-a3f30bd38264 with scrape type 2
2026-03-30 06:32:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4a958df-ddc0-5d1a-8304-a3f30bd38264, identifier: SK72%20WTZ
2026-03-30 06:32:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43571459-74ac-512a-b065-33d315096a94 with identifier: EK20%20UCR
2026-03-30 06:32:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43571459-74ac-512a-b065-33d315096a94 with identifier: EK20%20UCR
2026-03-30 06:32:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43571459-74ac-512a-b065-33d315096a94 with identifier: EK20%20UCR to the API
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK20%20UCR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '43571459-74ac-512a-b065-33d315096a94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK20 UCR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK20%20UCR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 103903,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 DYNAMIC',
 'vin': 'NMTK33BX80R036798',
 'year': 2020}
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520UCR%27 HTTP/1.1" 200 None
2026-03-30 06:32:55 [bca.uk] INFO: Saving data for EK20%20UCR: {'auction_closing_time': 1774864800.0, 'created_time': 1774354913.346568, 'last_price_update_time': 1774852375.277298}
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK20%2520UCR') HTTP/1.1" 204 0
2026-03-30 06:32:55 [bca.uk] INFO: Found listing with ID: LA17%20EUB
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520EUB%27 HTTP/1.1" 200 None
2026-03-30 06:32:55 [bca.uk] INFO: Scrape type for LA17%20EUB: 2
2026-03-30 06:32:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a65ef54-fde2-5df1-9ab8-2547ae63748a with identifier: LA17%20EUB
2026-03-30 06:32:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a65ef54-fde2-5df1-9ab8-2547ae63748a with scrape type 2
2026-03-30 06:32:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a65ef54-fde2-5df1-9ab8-2547ae63748a with scrape type 2
2026-03-30 06:32:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a65ef54-fde2-5df1-9ab8-2547ae63748a, identifier: LA17%20EUB
2026-03-30 06:32:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with identifier: VK24%20MMX
2026-03-30 06:32:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with identifier: VK24%20MMX
2026-03-30 06:32:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21b91af5-fdab-5a3c-9f9e-f910fe0082b0 with identifier: VK24%20MMX to the API
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK24%20MMX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': '21b91af5-fdab-5a3c-9f9e-f910fe0082b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK24 MMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK24%20MMX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 16937,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12400,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE2R5040868',
 'year': 2024}
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520MMX%27 HTTP/1.1" 200 None
2026-03-30 06:32:55 [bca.uk] INFO: Saving data for VK24%20MMX: {'auction_closing_time': 1775232000.0, 'created_time': 1773841926.048571, 'last_price_update_time': 1774852375.801645}
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK24%2520MMX') HTTP/1.1" 204 0
2026-03-30 06:32:55 [bca.uk] INFO: Found listing with ID: SM21%20UGT
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520UGT%27 HTTP/1.1" 200 None
2026-03-30 06:32:55 [bca.uk] INFO: Scrape type for SM21%20UGT: 2
2026-03-30 06:32:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca5bb97f-1677-57eb-a750-ec8c917681be with identifier: SM21%20UGT
2026-03-30 06:32:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca5bb97f-1677-57eb-a750-ec8c917681be with scrape type 2
2026-03-30 06:32:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca5bb97f-1677-57eb-a750-ec8c917681be with scrape type 2
2026-03-30 06:32:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca5bb97f-1677-57eb-a750-ec8c917681be, identifier: SM21%20UGT
2026-03-30 06:32:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4a958df-ddc0-5d1a-8304-a3f30bd38264 with identifier: SK72%20WTZ
2026-03-30 06:32:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4a958df-ddc0-5d1a-8304-a3f30bd38264 with identifier: SK72%20WTZ
2026-03-30 06:32:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4a958df-ddc0-5d1a-8304-a3f30bd38264 with identifier: SK72%20WTZ to the API
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK72%20WTZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c4a958df-ddc0-5d1a-8304-a3f30bd38264',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SK72 WTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK72%20WTZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 28744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250+ 140KW 70.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH AMG LINE',
 'vin': 'W1N9N0CB2PJ059747',
 'year': 2023}
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK72%2520WTZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:56 [bca.uk] INFO: Saving data for SK72%20WTZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774448730.115011, 'last_price_update_time': 1774852376.275988}
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK72%2520WTZ') HTTP/1.1" 204 0
2026-03-30 06:32:56 [bca.uk] INFO: Total items found: 100
2026-03-30 06:32:56 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded
2026-03-30 06:32:56 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:32:56 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:32:56 [bca.uk] INFO: Found listing with ID: EO60%20FJV
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520FJV%27 HTTP/1.1" 200 None
2026-03-30 06:32:56 [bca.uk] INFO: Scrape type for EO60%20FJV: 0
2026-03-30 06:32:56 [bca.uk] INFO: Found listing with ID: DN16%20EGZ
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520EGZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:56 [bca.uk] INFO: Scrape type for DN16%20EGZ: 2
2026-03-30 06:32:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with identifier: DN16%20EGZ
2026-03-30 06:32:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with scrape type 2
2026-03-30 06:32:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with scrape type 2
2026-03-30 06:32:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee7f751e-ce16-5044-bfe3-9ea8138b7bfd, identifier: DN16%20EGZ
2026-03-30 06:32:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a65ef54-fde2-5df1-9ab8-2547ae63748a with identifier: LA17%20EUB
2026-03-30 06:32:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a65ef54-fde2-5df1-9ab8-2547ae63748a with identifier: LA17%20EUB
2026-03-30 06:32:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a65ef54-fde2-5df1-9ab8-2547ae63748a with identifier: LA17%20EUB to the API
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA17%20EUB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a65ef54-fde2-5df1-9ab8-2547ae63748a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA17 EUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA17%20EUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 42195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 140 ST-LINE RED Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 140 ST-LINE RED',
 'vin': 'WF0CXXGAKCHM12469',
 'year': 2017}
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520EUB%27 HTTP/1.1" 200 None
2026-03-30 06:32:56 [bca.uk] INFO: Saving data for LA17%20EUB: {'auction_closing_time': 1774864800.0, 'created_time': 1774563193.082774, 'last_price_update_time': 1774852376.709655}
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA17%2520EUB') HTTP/1.1" 204 0
2026-03-30 06:32:56 [bca.uk] INFO: Found listing with ID: WP74%20CVY
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP74%2520CVY%27 HTTP/1.1" 200 None
2026-03-30 06:32:56 [bca.uk] INFO: Scrape type for WP74%20CVY: 2
2026-03-30 06:32:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3bab86c-2f4c-52e7-8aa7-6ecb7237dc70 with identifier: WP74%20CVY
2026-03-30 06:32:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3bab86c-2f4c-52e7-8aa7-6ecb7237dc70 with scrape type 2
2026-03-30 06:32:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3bab86c-2f4c-52e7-8aa7-6ecb7237dc70 with scrape type 2
2026-03-30 06:32:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3bab86c-2f4c-52e7-8aa7-6ecb7237dc70, identifier: WP74%20CVY
2026-03-30 06:32:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca5bb97f-1677-57eb-a750-ec8c917681be with identifier: SM21%20UGT
2026-03-30 06:32:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca5bb97f-1677-57eb-a750-ec8c917681be with identifier: SM21%20UGT
2026-03-30 06:32:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca5bb97f-1677-57eb-a750-ec8c917681be with identifier: SM21%20UGT to the API
2026-03-30 06:32:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM21%20UGT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ca5bb97f-1677-57eb-a750-ec8c917681be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM21 UGT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM21%20UGT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 43241,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 29000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 D300 HSE DYNAMIC BLACK StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 HSE DYNAMIC BLACK',
 'vin': 'SALWA2AWXMA787148',
 'year': 2021}
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520UGT%27 HTTP/1.1" 200 None
2026-03-30 06:32:57 [bca.uk] INFO: Saving data for SM21%20UGT: {'auction_closing_time': 1775113200.0, 'created_time': 1774044607.614712, 'last_price_update_time': 1774852377.121416}
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM21%2520UGT') HTTP/1.1" 204 0
2026-03-30 06:32:57 [bca.uk] INFO: Found listing with ID: WR71%20OWE
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR71%2520OWE%27 HTTP/1.1" 200 None
2026-03-30 06:32:57 [bca.uk] INFO: Scrape type for WR71%20OWE: 0
2026-03-30 06:32:57 [bca.uk] INFO: Found listing with ID: YD20%20FNX
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD20%2520FNX%27 HTTP/1.1" 200 None
2026-03-30 06:32:57 [bca.uk] INFO: Scrape type for YD20%20FNX: 2
2026-03-30 06:32:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba37db4c-6c05-57e2-aa38-f910d254a3a7 with identifier: YD20%20FNX
2026-03-30 06:32:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba37db4c-6c05-57e2-aa38-f910d254a3a7 with scrape type 2
2026-03-30 06:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba37db4c-6c05-57e2-aa38-f910d254a3a7 with scrape type 2
2026-03-30 06:32:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba37db4c-6c05-57e2-aa38-f910d254a3a7, identifier: YD20%20FNX
2026-03-30 06:32:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with identifier: DN16%20EGZ
2026-03-30 06:32:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with identifier: DN16%20EGZ
2026-03-30 06:32:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee7f751e-ce16-5044-bfe3-9ea8138b7bfd with identifier: DN16%20EGZ to the API
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN16%20EGZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee7f751e-ce16-5044-bfe3-9ea8138b7bfd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN16 EGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN16%20EGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 89731,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.6 VVT 115 SE 2WD S/S StationWagon',
 'transmission': 'manual',
 'trim': 'VVT 115 SE 2WD S/S',
 'vin': 'W0LJD7EE4GB609403',
 'year': 2016}
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520EGZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:57 [bca.uk] INFO: Saving data for DN16%20EGZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563083.388165, 'last_price_update_time': 1774852377.548751}
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN16%2520EGZ') HTTP/1.1" 204 0
2026-03-30 06:32:57 [bca.uk] INFO: Found listing with ID: LC19%20LKD
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520LKD%27 HTTP/1.1" 200 None
2026-03-30 06:32:57 [bca.uk] INFO: Scrape type for LC19%20LKD: 2
2026-03-30 06:32:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4b6e221-035e-5a62-950b-7933ede9e8f0 with identifier: LC19%20LKD
2026-03-30 06:32:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4b6e221-035e-5a62-950b-7933ede9e8f0 with scrape type 2
2026-03-30 06:32:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4b6e221-035e-5a62-950b-7933ede9e8f0 with scrape type 2
2026-03-30 06:32:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4b6e221-035e-5a62-950b-7933ede9e8f0, identifier: LC19%20LKD
2026-03-30 06:32:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3bab86c-2f4c-52e7-8aa7-6ecb7237dc70 with identifier: WP74%20CVY
2026-03-30 06:32:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3bab86c-2f4c-52e7-8aa7-6ecb7237dc70 with identifier: WP74%20CVY
2026-03-30 06:32:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3bab86c-2f4c-52e7-8aa7-6ecb7237dc70 with identifier: WP74%20CVY to the API
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP74%20CVY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd3bab86c-2f4c-52e7-8aa7-6ecb7237dc70',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP74 CVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP74%20CVY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'JEEP',
 'model': 'AVENGER',
 'odometer': 10952,
 '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': 'ZAC5JACL6RJL27475',
 'year': 2024}
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP74%2520CVY%27 HTTP/1.1" 200 None
2026-03-30 06:32:57 [bca.uk] INFO: Saving data for WP74%20CVY: {'auction_closing_time': 1775232000.0, 'created_time': 1773834977.138146, 'last_price_update_time': 1774852377.977902}
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP74%2520CVY') HTTP/1.1" 204 0
2026-03-30 06:32:57 [bca.uk] INFO: Found listing with ID: WG18%20VLS
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520VLS%27 HTTP/1.1" 200 None
2026-03-30 06:32:58 [bca.uk] INFO: Scrape type for WG18%20VLS: 2
2026-03-30 06:32:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with identifier: WG18%20VLS
2026-03-30 06:32:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with scrape type 2
2026-03-30 06:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with scrape type 2
2026-03-30 06:32:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f1eaf41-31dd-59c9-abe0-72df16528ad8, identifier: WG18%20VLS
2026-03-30 06:32:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba37db4c-6c05-57e2-aa38-f910d254a3a7 with identifier: YD20%20FNX
2026-03-30 06:32:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba37db4c-6c05-57e2-aa38-f910d254a3a7 with identifier: YD20%20FNX
2026-03-30 06:32:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba37db4c-6c05-57e2-aa38-f910d254a3a7 with identifier: YD20%20FNX to the API
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD20%20FNX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ba37db4c-6c05-57e2-aa38-f910d254a3a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD20 FNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD20%20FNX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 21726,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6800,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0079529',
 'year': 2020}
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD20%2520FNX%27 HTTP/1.1" 200 None
2026-03-30 06:32:58 [bca.uk] INFO: Saving data for YD20%20FNX: {'auction_closing_time': 1774854000.0, 'created_time': 1774448723.300903, 'last_price_update_time': 1774852378.397441}
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD20%2520FNX') HTTP/1.1" 204 0
2026-03-30 06:32:58 [bca.uk] INFO: Found listing with ID: W999%20EBY
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W999%2520EBY%27 HTTP/1.1" 200 None
2026-03-30 06:32:58 [bca.uk] INFO: Scrape type for W999%20EBY: 2
2026-03-30 06:32:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb4b722-e951-59d0-9b84-99fa47a7c229 with identifier: W999%20EBY
2026-03-30 06:32:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb4b722-e951-59d0-9b84-99fa47a7c229 with scrape type 2
2026-03-30 06:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb4b722-e951-59d0-9b84-99fa47a7c229 with scrape type 2
2026-03-30 06:32:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bb4b722-e951-59d0-9b84-99fa47a7c229, identifier: W999%20EBY
2026-03-30 06:32:58 [bca.uk] INFO: Found listing with ID: KY12%20EWT
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY12%2520EWT%27 HTTP/1.1" 200 None
2026-03-30 06:32:58 [bca.uk] INFO: Scrape type for KY12%20EWT: 2
2026-03-30 06:32:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7393c1d6-2e01-54ba-bebd-a8941c35a33a with identifier: KY12%20EWT
2026-03-30 06:32:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7393c1d6-2e01-54ba-bebd-a8941c35a33a with scrape type 2
2026-03-30 06:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7393c1d6-2e01-54ba-bebd-a8941c35a33a with scrape type 2
2026-03-30 06:32:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7393c1d6-2e01-54ba-bebd-a8941c35a33a, identifier: KY12%20EWT
2026-03-30 06:32:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4b6e221-035e-5a62-950b-7933ede9e8f0 with identifier: LC19%20LKD
2026-03-30 06:32:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4b6e221-035e-5a62-950b-7933ede9e8f0 with identifier: LC19%20LKD
2026-03-30 06:32:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4b6e221-035e-5a62-950b-7933ede9e8f0 with identifier: LC19%20LKD to the API
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC19%20LKD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f4b6e221-035e-5a62-950b-7933ede9e8f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC19 LKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC19%20LKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 64711,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 115 1 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 115 1 ISG',
 'vin': 'U5YPG812LKL595461',
 'year': 2019}
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520LKD%27 HTTP/1.1" 200 None
2026-03-30 06:32:58 [bca.uk] INFO: Saving data for LC19%20LKD: {'auction_closing_time': 1774864800.0, 'created_time': 1773841098.235473, 'last_price_update_time': 1774852378.917654}
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC19%2520LKD') HTTP/1.1" 204 0
2026-03-30 06:32:59 [bca.uk] INFO: Found listing with ID: WP74%20CVZ
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP74%2520CVZ%27 HTTP/1.1" 200 None
2026-03-30 06:32:59 [bca.uk] INFO: Scrape type for WP74%20CVZ: 0
2026-03-30 06:32:59 [bca.uk] INFO: Found listing with ID: YJ73%20WTY
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WTY%27 HTTP/1.1" 200 None
2026-03-30 06:32:59 [bca.uk] INFO: Scrape type for YJ73%20WTY: 2
2026-03-30 06:32:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c33a8e8f-4935-5b97-8933-536c693da75b with identifier: YJ73%20WTY
2026-03-30 06:32:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c33a8e8f-4935-5b97-8933-536c693da75b with scrape type 2
2026-03-30 06:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c33a8e8f-4935-5b97-8933-536c693da75b with scrape type 2
2026-03-30 06:32:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c33a8e8f-4935-5b97-8933-536c693da75b, identifier: YJ73%20WTY
2026-03-30 06:32:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with identifier: WG18%20VLS
2026-03-30 06:32:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with identifier: WG18%20VLS
2026-03-30 06:32:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f1eaf41-31dd-59c9-abe0-72df16528ad8 with identifier: WG18%20VLS to the API
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 64,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG18%20VLS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2f1eaf41-31dd-59c9-abe0-72df16528ad8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG18 VLS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG18%20VLS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 62820,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.0 P400E AUTOBIOGRAPHY DYNAMIC StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E AUTOBIOGRAPHY DYNAMIC',
 'vin': 'SALWA2AY4JA813627',
 'year': 2018}
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520VLS%27 HTTP/1.1" 200 None
2026-03-30 06:32:59 [bca.uk] INFO: Saving data for WG18%20VLS: {'auction_closing_time': 1775113200.0, 'created_time': 1773824129.672155, 'last_price_update_time': 1774852379.545175}
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG18%2520VLS') HTTP/1.1" 204 0
2026-03-30 06:32:59 [bca.uk] INFO: Found listing with ID: YE20%20AUA
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUA%27 HTTP/1.1" 200 None
2026-03-30 06:32:59 [bca.uk] INFO: Scrape type for YE20%20AUA: 2
2026-03-30 06:32:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16356a0a-03c7-586f-a9b5-a0bb0a133598 with identifier: YE20%20AUA
2026-03-30 06:32:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16356a0a-03c7-586f-a9b5-a0bb0a133598 with scrape type 2
2026-03-30 06:32:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16356a0a-03c7-586f-a9b5-a0bb0a133598 with scrape type 2
2026-03-30 06:32:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16356a0a-03c7-586f-a9b5-a0bb0a133598, identifier: YE20%20AUA
2026-03-30 06:32:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bb4b722-e951-59d0-9b84-99fa47a7c229 with identifier: W999%20EBY
2026-03-30 06:32:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bb4b722-e951-59d0-9b84-99fa47a7c229 with identifier: W999%20EBY
2026-03-30 06:32:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bb4b722-e951-59d0-9b84-99fa47a7c229 with identifier: W999%20EBY to the API
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:32:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=W999%20EBY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3bb4b722-e951-59d0-9b84-99fa47a7c229',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'W999 EBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=W999%20EBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 74193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Convertible',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWWG320903C38075',
 'year': 2017}
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27W999%2520EBY%27 HTTP/1.1" 200 None
2026-03-30 06:32:59 [bca.uk] INFO: Saving data for W999%20EBY: {'auction_closing_time': 1774854000.0, 'created_time': 1773832271.780805, 'last_price_update_time': 1774852379.957938}
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='W999%2520EBY') HTTP/1.1" 204 0
2026-03-30 06:32:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7393c1d6-2e01-54ba-bebd-a8941c35a33a with identifier: KY12%20EWT
2026-03-30 06:32:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7393c1d6-2e01-54ba-bebd-a8941c35a33a with identifier: KY12%20EWT
2026-03-30 06:33:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7393c1d6-2e01-54ba-bebd-a8941c35a33a with identifier: KY12%20EWT to the API
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY12%20EWT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7393c1d6-2e01-54ba-bebd-a8941c35a33a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY12 EWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY12%20EWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'ALHAMBRA',
 'odometer': 132809,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'SEAT ALHAMBRA 2.0 TDI CR 140 SE MPV',
 'transmission': 'manual',
 'trim': 'TDI CR 140 SE',
 'vin': 'VSSZZZ7NZCV512877',
 'year': 2012}
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY12%2520EWT%27 HTTP/1.1" 200 None
2026-03-30 06:33:00 [bca.uk] INFO: Saving data for KY12%20EWT: {'auction_closing_time': 1774951200.0, 'created_time': 1774563099.851993, 'last_price_update_time': 1774852380.273707}
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY12%2520EWT') HTTP/1.1" 204 0
2026-03-30 06:33:00 [bca.uk] INFO: Found listing with ID: LG62%20ESF
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG62%2520ESF%27 HTTP/1.1" 200 None
2026-03-30 06:33:00 [bca.uk] INFO: Scrape type for LG62%20ESF: 2
2026-03-30 06:33:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f71d1476-4215-5609-892e-0a86bcae690f with identifier: LG62%20ESF
2026-03-30 06:33:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f71d1476-4215-5609-892e-0a86bcae690f with scrape type 2
2026-03-30 06:33:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f71d1476-4215-5609-892e-0a86bcae690f with scrape type 2
2026-03-30 06:33:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f71d1476-4215-5609-892e-0a86bcae690f, identifier: LG62%20ESF
2026-03-30 06:33:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c33a8e8f-4935-5b97-8933-536c693da75b with identifier: YJ73%20WTY
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=yellow%2Fblack HTTP/1.1" 200 None
2026-03-30 06:33:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:33:00 [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:33:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c33a8e8f-4935-5b97-8933-536c693da75b with identifier: YJ73%20WTY
2026-03-30 06:33:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c33a8e8f-4935-5b97-8933-536c693da75b with identifier: YJ73%20WTY to the API
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ73%20WTY-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-03T16:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c33a8e8f-4935-5b97-8933-536c693da75b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YJ73 WTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ73%20WTY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'JEEP',
 'model': 'AVENGER',
 'odometer': 10495,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 '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': 'ZACNJAC58PJK30129',
 'year': 2023}
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ73%2520WTY%27 HTTP/1.1" 200 None
2026-03-30 06:33:00 [bca.uk] INFO: Saving data for YJ73%20WTY: {'auction_closing_time': 1775232000.0, 'created_time': 1773841616.21193, 'last_price_update_time': 1774852380.791033}
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ73%2520WTY') HTTP/1.1" 204 0
2026-03-30 06:33:00 [bca.uk] INFO: Found listing with ID: WG72%20TBZ
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG72%2520TBZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:00 [bca.uk] INFO: Scrape type for WG72%20TBZ: 2
2026-03-30 06:33:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 637cbc74-595b-576b-9724-80d516b03bcb with identifier: WG72%20TBZ
2026-03-30 06:33:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 637cbc74-595b-576b-9724-80d516b03bcb with scrape type 2
2026-03-30 06:33:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 637cbc74-595b-576b-9724-80d516b03bcb with scrape type 2
2026-03-30 06:33:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 637cbc74-595b-576b-9724-80d516b03bcb, identifier: WG72%20TBZ
2026-03-30 06:33:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16356a0a-03c7-586f-a9b5-a0bb0a133598 with identifier: YE20%20AUA
2026-03-30 06:33:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16356a0a-03c7-586f-a9b5-a0bb0a133598 with identifier: YE20%20AUA
2026-03-30 06:33:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16356a0a-03c7-586f-a9b5-a0bb0a133598 with identifier: YE20%20AUA to the API
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE20%20AUA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '16356a0a-03c7-586f-a9b5-a0bb0a133598',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE20 AUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE20%20AUA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 8367,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7300,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0084886',
 'year': 2020}
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUA%27 HTTP/1.1" 200 None
2026-03-30 06:33:01 [bca.uk] INFO: Saving data for YE20%20AUA: {'auction_closing_time': 1774854000.0, 'created_time': 1774448731.545377, 'last_price_update_time': 1774852381.210482}
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE20%2520AUA') HTTP/1.1" 204 0
2026-03-30 06:33:01 [bca.uk] INFO: Found listing with ID: YR17%20MGU
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520MGU%27 HTTP/1.1" 200 None
2026-03-30 06:33:01 [bca.uk] INFO: Scrape type for YR17%20MGU: 2
2026-03-30 06:33:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with identifier: YR17%20MGU
2026-03-30 06:33:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with scrape type 2
2026-03-30 06:33:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with scrape type 2
2026-03-30 06:33:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda, identifier: YR17%20MGU
2026-03-30 06:33:01 [bca.uk] INFO: Found listing with ID: LP09%20EKK
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP09%2520EKK%27 HTTP/1.1" 200 None
2026-03-30 06:33:01 [bca.uk] INFO: Scrape type for LP09%20EKK: 2
2026-03-30 06:33:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e811145e-cb4e-5232-bc8a-af9382960f12 with identifier: LP09%20EKK
2026-03-30 06:33:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e811145e-cb4e-5232-bc8a-af9382960f12 with scrape type 2
2026-03-30 06:33:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e811145e-cb4e-5232-bc8a-af9382960f12 with scrape type 2
2026-03-30 06:33:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e811145e-cb4e-5232-bc8a-af9382960f12, identifier: LP09%20EKK
2026-03-30 06:33:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f71d1476-4215-5609-892e-0a86bcae690f with identifier: LG62%20ESF
2026-03-30 06:33:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f71d1476-4215-5609-892e-0a86bcae690f with identifier: LG62%20ESF
2026-03-30 06:33:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f71d1476-4215-5609-892e-0a86bcae690f with identifier: LG62%20ESF to the API
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG62%20ESF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f71d1476-4215-5609-892e-0a86bcae690f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG62 ESF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG62%20ESF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 53324,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 100 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM',
 'vin': 'WF0KXXGCBKCE15009',
 'year': 2012}
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG62%2520ESF%27 HTTP/1.1" 200 None
2026-03-30 06:33:01 [bca.uk] INFO: Saving data for LG62%20ESF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563190.304964, 'last_price_update_time': 1774852381.733282}
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG62%2520ESF') HTTP/1.1" 204 0
2026-03-30 06:33:01 [bca.uk] INFO: Found listing with ID: BN11%20MWK
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN11%2520MWK%27 HTTP/1.1" 200 None
2026-03-30 06:33:01 [bca.uk] INFO: Scrape type for BN11%20MWK: 2
2026-03-30 06:33:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 008047b1-6c3e-5133-9443-fb7b0f5d12fb with identifier: BN11%20MWK
2026-03-30 06:33:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 008047b1-6c3e-5133-9443-fb7b0f5d12fb with scrape type 2
2026-03-30 06:33:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 008047b1-6c3e-5133-9443-fb7b0f5d12fb with scrape type 2
2026-03-30 06:33:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 008047b1-6c3e-5133-9443-fb7b0f5d12fb, identifier: BN11%20MWK
2026-03-30 06:33:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 637cbc74-595b-576b-9724-80d516b03bcb with identifier: WG72%20TBZ
2026-03-30 06:33:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 637cbc74-595b-576b-9724-80d516b03bcb with identifier: WG72%20TBZ
2026-03-30 06:33:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 637cbc74-595b-576b-9724-80d516b03bcb with identifier: WG72%20TBZ to the API
2026-03-30 06:33:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG72%20TBZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '637cbc74-595b-576b-9724-80d516b03bcb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG72 TBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG72%20TBZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Crawley',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 27615,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA EV6 236KW 77.4KWH AWD GT-LINE S Hatchback',
 'transmission': 'automatic',
 'trim': '236KW 77.4KWH AWD GT-LINE S',
 'vin': 'KNAC481CRN5068289',
 'year': 2022}
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG72%2520TBZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:02 [bca.uk] INFO: Saving data for WG72%20TBZ: {'auction_closing_time': 1775113200.0, 'created_time': 1773958753.091154, 'last_price_update_time': 1774852382.135432}
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG72%2520TBZ') HTTP/1.1" 204 0
2026-03-30 06:33:02 [bca.uk] INFO: Found listing with ID: YE20%20AUH
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUH%27 HTTP/1.1" 200 None
2026-03-30 06:33:02 [bca.uk] INFO: Scrape type for YE20%20AUH: 2
2026-03-30 06:33:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 247f9a66-ca7d-528d-a6d4-cfb0e571525e with identifier: YE20%20AUH
2026-03-30 06:33:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 247f9a66-ca7d-528d-a6d4-cfb0e571525e with scrape type 2
2026-03-30 06:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 247f9a66-ca7d-528d-a6d4-cfb0e571525e with scrape type 2
2026-03-30 06:33:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 247f9a66-ca7d-528d-a6d4-cfb0e571525e, identifier: YE20%20AUH
2026-03-30 06:33:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with identifier: YR17%20MGU
2026-03-30 06:33:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with identifier: YR17%20MGU
2026-03-30 06:33:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda with identifier: YR17%20MGU to the API
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR17%20MGU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ffe6bb5c-00e1-546d-8ad0-97dd34ff2cda',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR17 MGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR17%20MGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 67657,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 1.4 ECO TSI 150 FR DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'ECO TSI 150 FR DSG',
 'vin': 'VSSZZZ5FZGR196163',
 'year': 2017}
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520MGU%27 HTTP/1.1" 200 None
2026-03-30 06:33:02 [bca.uk] INFO: Saving data for YR17%20MGU: {'auction_closing_time': 1774854000.0, 'created_time': 1774305500.271891, 'last_price_update_time': 1774852382.528575}
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR17%2520MGU') HTTP/1.1" 204 0
2026-03-30 06:33:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e811145e-cb4e-5232-bc8a-af9382960f12 with identifier: LP09%20EKK
2026-03-30 06:33:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e811145e-cb4e-5232-bc8a-af9382960f12 with identifier: LP09%20EKK
2026-03-30 06:33:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e811145e-cb4e-5232-bc8a-af9382960f12 with identifier: LP09%20EKK to the API
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP09%20EKK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e811145e-cb4e-5232-bc8a-af9382960f12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP09 EKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP09%20EKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'AGILA',
 'odometer': 68414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VAUXHALL AGILA 1.2 DESIGN 16V Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN 16V',
 'vin': 'W0LFXB32S8M169584',
 'year': 2009}
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP09%2520EKK%27 HTTP/1.1" 200 None
2026-03-30 06:33:02 [bca.uk] INFO: Saving data for LP09%20EKK: {'auction_closing_time': 1774951200.0, 'created_time': 1774563106.153585, 'last_price_update_time': 1774852382.83415}
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP09%2520EKK') HTTP/1.1" 204 0
2026-03-30 06:33:02 [bca.uk] INFO: Found listing with ID: LX56%20ZZF
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX56%2520ZZF%27 HTTP/1.1" 200 None
2026-03-30 06:33:02 [bca.uk] INFO: Scrape type for LX56%20ZZF: 2
2026-03-30 06:33:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cfaa29c-611d-5d91-bc4a-271883711fe5 with identifier: LX56%20ZZF
2026-03-30 06:33:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cfaa29c-611d-5d91-bc4a-271883711fe5 with scrape type 2
2026-03-30 06:33:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cfaa29c-611d-5d91-bc4a-271883711fe5 with scrape type 2
2026-03-30 06:33:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cfaa29c-611d-5d91-bc4a-271883711fe5, identifier: LX56%20ZZF
2026-03-30 06:33:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 008047b1-6c3e-5133-9443-fb7b0f5d12fb with identifier: BN11%20MWK
2026-03-30 06:33:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 008047b1-6c3e-5133-9443-fb7b0f5d12fb with identifier: BN11%20MWK
2026-03-30 06:33:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 008047b1-6c3e-5133-9443-fb7b0f5d12fb with identifier: BN11%20MWK to the API
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN11%20MWK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '008047b1-6c3e-5133-9443-fb7b0f5d12fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN11 MWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN11%20MWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 52897,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 MATCH DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 122 MATCH DSG',
 'vin': 'WVWZZZ1KZBW191154',
 'year': 2011}
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN11%2520MWK%27 HTTP/1.1" 200 None
2026-03-30 06:33:03 [bca.uk] INFO: Saving data for BN11%20MWK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563326.606415, 'last_price_update_time': 1774852383.243627}
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN11%2520MWK') HTTP/1.1" 204 0
2026-03-30 06:33:03 [bca.uk] INFO: Found listing with ID: YK17%20TKT
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK17%2520TKT%27 HTTP/1.1" 200 None
2026-03-30 06:33:03 [bca.uk] INFO: Scrape type for YK17%20TKT: 0
2026-03-30 06:33:03 [bca.uk] INFO: Found listing with ID: BF67%20ZYR
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF67%2520ZYR%27 HTTP/1.1" 200 None
2026-03-30 06:33:03 [bca.uk] INFO: Scrape type for BF67%20ZYR: 0
2026-03-30 06:33:03 [bca.uk] INFO: Found listing with ID: EK22%20MVT
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK22%2520MVT%27 HTTP/1.1" 200 None
2026-03-30 06:33:03 [bca.uk] INFO: Scrape type for EK22%20MVT: 0
2026-03-30 06:33:03 [bca.uk] INFO: Found listing with ID: EX23%20VFD
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520VFD%27 HTTP/1.1" 200 None
2026-03-30 06:33:03 [bca.uk] INFO: Scrape type for EX23%20VFD: 0
2026-03-30 06:33:03 [bca.uk] INFO: Found listing with ID: FX72%20RBU
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX72%2520RBU%27 HTTP/1.1" 200 None
2026-03-30 06:33:03 [bca.uk] INFO: Scrape type for FX72%20RBU: 0
2026-03-30 06:33:03 [bca.uk] INFO: Found listing with ID: KX18%20FWZ
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520FWZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:03 [bca.uk] INFO: Scrape type for KX18%20FWZ: 0
2026-03-30 06:33:03 [bca.uk] INFO: Found listing with ID: LF23%20VTK
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520VTK%27 HTTP/1.1" 200 None
2026-03-30 06:33:03 [bca.uk] INFO: Scrape type for LF23%20VTK: 0
2026-03-30 06:33:03 [bca.uk] INFO: Found listing with ID: LG70%20XBH
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520XBH%27 HTTP/1.1" 200 None
2026-03-30 06:33:03 [bca.uk] INFO: Scrape type for LG70%20XBH: 2
2026-03-30 06:33:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f64f4446-69fc-58b7-b5a8-a874c948ddf4 with identifier: LG70%20XBH
2026-03-30 06:33:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f64f4446-69fc-58b7-b5a8-a874c948ddf4 with scrape type 2
2026-03-30 06:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f64f4446-69fc-58b7-b5a8-a874c948ddf4 with scrape type 2
2026-03-30 06:33:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f64f4446-69fc-58b7-b5a8-a874c948ddf4, identifier: LG70%20XBH
2026-03-30 06:33:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 247f9a66-ca7d-528d-a6d4-cfb0e571525e with identifier: YE20%20AUH
2026-03-30 06:33:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 247f9a66-ca7d-528d-a6d4-cfb0e571525e with identifier: YE20%20AUH
2026-03-30 06:33:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 247f9a66-ca7d-528d-a6d4-cfb0e571525e with identifier: YE20%20AUH to the API
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE20%20AUH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '247f9a66-ca7d-528d-a6d4-cfb0e571525e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE20 AUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE20%20AUH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 8725,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7400,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0084908',
 'year': 2020}
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUH%27 HTTP/1.1" 200 None
2026-03-30 06:33:03 [bca.uk] INFO: Saving data for YE20%20AUH: {'auction_closing_time': 1774854000.0, 'created_time': 1774448727.222294, 'last_price_update_time': 1774852383.799044}
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE20%2520AUH') HTTP/1.1" 204 0
2026-03-30 06:33:03 [bca.uk] INFO: Found listing with ID: BG71%20UPP
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520UPP%27 HTTP/1.1" 200 None
2026-03-30 06:33:03 [bca.uk] INFO: Scrape type for BG71%20UPP: 2
2026-03-30 06:33:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ef8e55c-bd03-52c9-b876-26ad0393a034 with identifier: BG71%20UPP
2026-03-30 06:33:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ef8e55c-bd03-52c9-b876-26ad0393a034 with scrape type 2
2026-03-30 06:33:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ef8e55c-bd03-52c9-b876-26ad0393a034 with scrape type 2
2026-03-30 06:33:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ef8e55c-bd03-52c9-b876-26ad0393a034, identifier: BG71%20UPP
2026-03-30 06:33:04 [bca.uk] INFO: Found listing with ID: KR16%20YCM
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520YCM%27 HTTP/1.1" 200 None
2026-03-30 06:33:04 [bca.uk] INFO: Scrape type for KR16%20YCM: 2
2026-03-30 06:33:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9388262a-5475-5e87-81de-87cf1c29ff82 with identifier: KR16%20YCM
2026-03-30 06:33:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9388262a-5475-5e87-81de-87cf1c29ff82 with scrape type 2
2026-03-30 06:33:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9388262a-5475-5e87-81de-87cf1c29ff82 with scrape type 2
2026-03-30 06:33:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9388262a-5475-5e87-81de-87cf1c29ff82, identifier: KR16%20YCM
2026-03-30 06:33:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cfaa29c-611d-5d91-bc4a-271883711fe5 with identifier: LX56%20ZZF
2026-03-30 06:33:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cfaa29c-611d-5d91-bc4a-271883711fe5 with identifier: LX56%20ZZF
2026-03-30 06:33:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cfaa29c-611d-5d91-bc4a-271883711fe5 with identifier: LX56%20ZZF to the API
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 267,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX56%20ZZF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0cfaa29c-611d-5d91-bc4a-271883711fe5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX56 ZZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX56%20ZZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'PATHFINDER',
 'odometer': 73754,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'NISSAN PATHFINDER 2.5 DCI AVENTURA StationWagon',
 'transmission': 'automatic',
 'trim': 'DCI AVENTURA',
 'vin': 'VSKJVWR51U0123642',
 'year': 2006}
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX56%2520ZZF%27 HTTP/1.1" 200 None
2026-03-30 06:33:04 [bca.uk] INFO: Saving data for LX56%20ZZF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563187.854037, 'last_price_update_time': 1774852384.458683}
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX56%2520ZZF') HTTP/1.1" 204 0
2026-03-30 06:33:04 [bca.uk] INFO: Found listing with ID: GR56%20OBC
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR56%2520OBC%27 HTTP/1.1" 200 None
2026-03-30 06:33:04 [bca.uk] INFO: Scrape type for GR56%20OBC: 2
2026-03-30 06:33:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with identifier: GR56%20OBC
2026-03-30 06:33:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with scrape type 2
2026-03-30 06:33:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with scrape type 2
2026-03-30 06:33:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1, identifier: GR56%20OBC
2026-03-30 06:33:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f64f4446-69fc-58b7-b5a8-a874c948ddf4 with identifier: LG70%20XBH
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=pearl+white HTTP/1.1" 200 None
2026-03-30 06:33:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:33:04 [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:33:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f64f4446-69fc-58b7-b5a8-a874c948ddf4 with identifier: LG70%20XBH
2026-03-30 06:33:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f64f4446-69fc-58b7-b5a8-a874c948ddf4 with identifier: LG70%20XBH to the API
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG70%20XBH-GB',
 'category': 'Car',
 'color': 'pearl white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T08:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f64f4446-69fc-58b7-b5a8-a874c948ddf4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LG70 XBH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG70%20XBH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 127880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8425,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': '5YJ3F7EB3LF775994',
 'year': 2020}
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520XBH%27 HTTP/1.1" 200 None
2026-03-30 06:33:05 [bca.uk] INFO: Saving data for LG70%20XBH: {'auction_closing_time': 1774857600.0, 'created_time': 1774354797.645624, 'last_price_update_time': 1774852385.028169}
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG70%2520XBH') HTTP/1.1" 204 0
2026-03-30 06:33:05 [bca.uk] INFO: Found listing with ID: YE20%20AUJ
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:05 [bca.uk] INFO: Scrape type for YE20%20AUJ: 2
2026-03-30 06:33:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with identifier: YE20%20AUJ
2026-03-30 06:33:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with scrape type 2
2026-03-30 06:33:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with scrape type 2
2026-03-30 06:33:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 710e115c-e71a-57d3-9d01-2e85f1c63fb4, identifier: YE20%20AUJ
2026-03-30 06:33:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ef8e55c-bd03-52c9-b876-26ad0393a034 with identifier: BG71%20UPP
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cosmos+black+metallic HTTP/1.1" 200 None
2026-03-30 06:33:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:33:05 [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:33:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ef8e55c-bd03-52c9-b876-26ad0393a034 with identifier: BG71%20UPP
2026-03-30 06:33:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ef8e55c-bd03-52c9-b876-26ad0393a034 with identifier: BG71%20UPP to the API
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG71%20UPP-GB',
 'category': 'Car',
 'color': 'cosmos black metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '7ef8e55c-bd03-52c9-b876-26ad0393a034',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BG71 UPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG71%20UPP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 35524,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14400,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J027289',
 'year': 2021}
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520UPP%27 HTTP/1.1" 200 None
2026-03-30 06:33:05 [bca.uk] INFO: Saving data for BG71%20UPP: {'auction_closing_time': 1775116800.0, 'created_time': 1773833032.726021, 'last_price_update_time': 1774852385.558198}
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG71%2520UPP') HTTP/1.1" 204 0
2026-03-30 06:33:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9388262a-5475-5e87-81de-87cf1c29ff82 with identifier: KR16%20YCM
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=violet HTTP/1.1" 200 None
2026-03-30 06:33:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:33:05 [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:33:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9388262a-5475-5e87-81de-87cf1c29ff82 with identifier: KR16%20YCM
2026-03-30 06:33:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9388262a-5475-5e87-81de-87cf1c29ff82 with identifier: KR16%20YCM to the API
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=79&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR16%20YCM-GB',
 'category': 'Car',
 'color': 'violet',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9388262a-5475-5e87-81de-87cf1c29ff82',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR16 YCM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR16%20YCM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '108 TOP!',
 'odometer': 78483,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 TOP! 1.0 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'VF3PSCFBCFR089162',
 'year': 2016}
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520YCM%27 HTTP/1.1" 200 None
2026-03-30 06:33:05 [bca.uk] INFO: Saving data for KR16%20YCM: {'auction_closing_time': 1774951200.0, 'created_time': 1774563093.554231, 'last_price_update_time': 1774852385.969375}
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR16%2520YCM') HTTP/1.1" 204 0
2026-03-30 06:33:05 [bca.uk] INFO: Found listing with ID: SE16%20ZZS
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE16%2520ZZS%27 HTTP/1.1" 200 None
2026-03-30 06:33:06 [bca.uk] INFO: Scrape type for SE16%20ZZS: 2
2026-03-30 06:33:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3afb2d1-dcb0-5246-aed7-41ee18104f8a with identifier: SE16%20ZZS
2026-03-30 06:33:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3afb2d1-dcb0-5246-aed7-41ee18104f8a with scrape type 2
2026-03-30 06:33:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3afb2d1-dcb0-5246-aed7-41ee18104f8a with scrape type 2
2026-03-30 06:33:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3afb2d1-dcb0-5246-aed7-41ee18104f8a, identifier: SE16%20ZZS
2026-03-30 06:33:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with identifier: GR56%20OBC
2026-03-30 06:33:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with identifier: GR56%20OBC
2026-03-30 06:33:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1 with identifier: GR56%20OBC to the API
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GR56%20OBC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c6959bc6-f4f2-5db8-8da7-a1c9480fb1b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GR56 OBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GR56%20OBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 120432,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.4 VVTI COLOUR COLLECTION Hatchback',
 'transmission': 'manual',
 'trim': 'VVTI COLOUR COLLECTION',
 'vin': 'SB1KM20E90F056122',
 'year': 2007}
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GR56%2520OBC%27 HTTP/1.1" 200 None
2026-03-30 06:33:06 [bca.uk] INFO: Saving data for GR56%20OBC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563327.367446, 'last_price_update_time': 1774852386.381648}
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GR56%2520OBC') HTTP/1.1" 204 0
2026-03-30 06:33:06 [bca.uk] INFO: Found listing with ID: LV72%20KWO
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV72%2520KWO%27 HTTP/1.1" 200 None
2026-03-30 06:33:06 [bca.uk] INFO: Scrape type for LV72%20KWO: 0
2026-03-30 06:33:06 [bca.uk] INFO: Found listing with ID: NA72%20FTZ
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA72%2520FTZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:06 [bca.uk] INFO: Scrape type for NA72%20FTZ: 0
2026-03-30 06:33:06 [bca.uk] INFO: Found listing with ID: WR72%20ZZT
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR72%2520ZZT%27 HTTP/1.1" 200 None
2026-03-30 06:33:06 [bca.uk] INFO: Scrape type for WR72%20ZZT: 0
2026-03-30 06:33:06 [bca.uk] INFO: Found listing with ID: AK18%20VST
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK18%2520VST%27 HTTP/1.1" 200 None
2026-03-30 06:33:06 [bca.uk] INFO: Scrape type for AK18%20VST: 2
2026-03-30 06:33:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1d2e36f-9016-5694-ad48-6e35bcf4b38d with identifier: AK18%20VST
2026-03-30 06:33:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d2e36f-9016-5694-ad48-6e35bcf4b38d with scrape type 2
2026-03-30 06:33:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1d2e36f-9016-5694-ad48-6e35bcf4b38d with scrape type 2
2026-03-30 06:33:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1d2e36f-9016-5694-ad48-6e35bcf4b38d, identifier: AK18%20VST
2026-03-30 06:33:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with identifier: YE20%20AUJ
2026-03-30 06:33:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with identifier: YE20%20AUJ
2026-03-30 06:33:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 710e115c-e71a-57d3-9d01-2e85f1c63fb4 with identifier: YE20%20AUJ to the API
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE20%20AUJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '710e115c-e71a-57d3-9d01-2e85f1c63fb4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE20 AUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE20%20AUJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 9454,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7400,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0083602',
 'year': 2020}
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520AUJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:06 [bca.uk] INFO: Saving data for YE20%20AUJ: {'auction_closing_time': 1774854000.0, 'created_time': 1774448727.648315, 'last_price_update_time': 1774852386.862118}
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE20%2520AUJ') HTTP/1.1" 204 0
2026-03-30 06:33:06 [bca.uk] INFO: Found listing with ID: BK71%20ZLU
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520ZLU%27 HTTP/1.1" 200 None
2026-03-30 06:33:06 [bca.uk] INFO: Scrape type for BK71%20ZLU: 2
2026-03-30 06:33:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with identifier: BK71%20ZLU
2026-03-30 06:33:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with scrape type 2
2026-03-30 06:33:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with scrape type 2
2026-03-30 06:33:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d83ed5ff-0fc8-5880-a6d2-1f674223fb02, identifier: BK71%20ZLU
2026-03-30 06:33:07 [bca.uk] INFO: Found listing with ID: BX71%20DYT
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX71%2520DYT%27 HTTP/1.1" 200 None
2026-03-30 06:33:07 [bca.uk] INFO: Scrape type for BX71%20DYT: 0
2026-03-30 06:33:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3afb2d1-dcb0-5246-aed7-41ee18104f8a with identifier: SE16%20ZZS
2026-03-30 06:33:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3afb2d1-dcb0-5246-aed7-41ee18104f8a with identifier: SE16%20ZZS
2026-03-30 06:33:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3afb2d1-dcb0-5246-aed7-41ee18104f8a with identifier: SE16%20ZZS to the API
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE16%20ZZS-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c3afb2d1-dcb0-5246-aed7-41ee18104f8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE16 ZZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE16%20ZZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 106788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 2.0 M/JET 140 NIGHT EAGLE 4WD Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET 140 NIGHT EAGLE 4WD',
 'vin': '1C4BU0000GPD05043',
 'year': 2016}
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE16%2520ZZS%27 HTTP/1.1" 200 None
2026-03-30 06:33:07 [bca.uk] INFO: Saving data for SE16%20ZZS: {'auction_closing_time': 1774864800.0, 'created_time': 1774563197.840182, 'last_price_update_time': 1774852387.316997}
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE16%2520ZZS') HTTP/1.1" 204 0
2026-03-30 06:33:07 [bca.uk] INFO: Found listing with ID: VE16%20KPV
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520KPV%27 HTTP/1.1" 200 None
2026-03-30 06:33:07 [bca.uk] INFO: Scrape type for VE16%20KPV: 2
2026-03-30 06:33:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with identifier: VE16%20KPV
2026-03-30 06:33:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with scrape type 2
2026-03-30 06:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with scrape type 2
2026-03-30 06:33:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c395e31-cd95-5f3b-8eb3-410ac456a8a2, identifier: VE16%20KPV
2026-03-30 06:33:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1d2e36f-9016-5694-ad48-6e35bcf4b38d with identifier: AK18%20VST
2026-03-30 06:33:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1d2e36f-9016-5694-ad48-6e35bcf4b38d with identifier: AK18%20VST
2026-03-30 06:33:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1d2e36f-9016-5694-ad48-6e35bcf4b38d with identifier: AK18%20VST to the API
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK18%20VST-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1d2e36f-9016-5694-ad48-6e35bcf4b38d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK18 VST',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK18%20VST&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 85078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.7 CRDI B/D 116 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI B/D 116 2WD SE',
 'vin': 'TMAJ3815LJJ643785',
 'year': 2018}
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK18%2520VST%27 HTTP/1.1" 200 None
2026-03-30 06:33:07 [bca.uk] INFO: Saving data for AK18%20VST: {'auction_closing_time': 1774864800.0, 'created_time': 1774563653.525764, 'last_price_update_time': 1774852387.835532}
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK18%2520VST') HTTP/1.1" 204 0
2026-03-30 06:33:07 [bca.uk] INFO: Found listing with ID: YE20%20DDA
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520DDA%27 HTTP/1.1" 200 None
2026-03-30 06:33:07 [bca.uk] INFO: Scrape type for YE20%20DDA: 2
2026-03-30 06:33:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a71c94d0-49c3-53ad-9fe9-1b331f560c6f with identifier: YE20%20DDA
2026-03-30 06:33:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71c94d0-49c3-53ad-9fe9-1b331f560c6f with scrape type 2
2026-03-30 06:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a71c94d0-49c3-53ad-9fe9-1b331f560c6f with scrape type 2
2026-03-30 06:33:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a71c94d0-49c3-53ad-9fe9-1b331f560c6f, identifier: YE20%20DDA
2026-03-30 06:33:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with identifier: BK71%20ZLU
2026-03-30 06:33:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=patagonia+red+metallic HTTP/1.1" 200 None
2026-03-30 06:33:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:33: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:33:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with identifier: BK71%20ZLU
2026-03-30 06:33:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d83ed5ff-0fc8-5880-a6d2-1f674223fb02 with identifier: BK71%20ZLU to the API
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK71%20ZLU-GB',
 'category': 'Car',
 'color': 'patagonia red metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd83ed5ff-0fc8-5880-a6d2-1f674223fb02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK71 ZLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK71%20ZLU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 350',
 'odometer': 18765,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17200,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 350 215KW 66KWH 4M AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '215KW 66KWH 4M AMG LINE',
 'vin': 'W1N2437122J032001',
 'year': 2022}
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520ZLU%27 HTTP/1.1" 200 None
2026-03-30 06:33:08 [bca.uk] INFO: Saving data for BK71%20ZLU: {'auction_closing_time': 1775116800.0, 'created_time': 1773838194.457606, 'last_price_update_time': 1774852388.395053}
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK71%2520ZLU') HTTP/1.1" 204 0
2026-03-30 06:33:08 [bca.uk] INFO: Found listing with ID: SH68%20UYO
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520UYO%27 HTTP/1.1" 200 None
2026-03-30 06:33:08 [bca.uk] INFO: Scrape type for SH68%20UYO: 2
2026-03-30 06:33:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with identifier: SH68%20UYO
2026-03-30 06:33:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with scrape type 2
2026-03-30 06:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with scrape type 2
2026-03-30 06:33:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bd524fe-7ca9-5f76-a9fb-4532d8d356af, identifier: SH68%20UYO
2026-03-30 06:33:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with identifier: VE16%20KPV
2026-03-30 06:33:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with identifier: VE16%20KPV
2026-03-30 06:33:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c395e31-cd95-5f3b-8eb3-410ac456a8a2 with identifier: VE16%20KPV to the API
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE16%20KPV-GB',
 'category': 'Car',
 'color': 'carbon black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8c395e31-cd95-5f3b-8eb3-410ac456a8a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE16 KPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE16%20KPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 67795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAWZ520200T55291',
 'year': 2016}
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520KPV%27 HTTP/1.1" 200 None
2026-03-30 06:33:08 [bca.uk] INFO: Saving data for VE16%20KPV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563327.753046, 'last_price_update_time': 1774852388.792202}
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE16%2520KPV') HTTP/1.1" 204 0
2026-03-30 06:33:08 [bca.uk] INFO: Found listing with ID: EK20%20NZC
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520NZC%27 HTTP/1.1" 200 None
2026-03-30 06:33:08 [bca.uk] INFO: Scrape type for EK20%20NZC: 2
2026-03-30 06:33:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da5b5377-1382-5ff6-b2d0-34c262ef6426 with identifier: EK20%20NZC
2026-03-30 06:33:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da5b5377-1382-5ff6-b2d0-34c262ef6426 with scrape type 2
2026-03-30 06:33:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da5b5377-1382-5ff6-b2d0-34c262ef6426 with scrape type 2
2026-03-30 06:33:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da5b5377-1382-5ff6-b2d0-34c262ef6426, identifier: EK20%20NZC
2026-03-30 06:33:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a71c94d0-49c3-53ad-9fe9-1b331f560c6f with identifier: YE20%20DDA
2026-03-30 06:33:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a71c94d0-49c3-53ad-9fe9-1b331f560c6f with identifier: YE20%20DDA
2026-03-30 06:33:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a71c94d0-49c3-53ad-9fe9-1b331f560c6f with identifier: YE20%20DDA to the API
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE20%20DDA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a71c94d0-49c3-53ad-9fe9-1b331f560c6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE20 DDA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE20%20DDA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 11988,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7300,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH N-CONNECTA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH N-CONNECTA (6.6KC)',
 'vin': 'SJNFAAZE1U0078697',
 'year': 2020}
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE20%2520DDA%27 HTTP/1.1" 200 None
2026-03-30 06:33:09 [bca.uk] INFO: Saving data for YE20%20DDA: {'auction_closing_time': 1774854000.0, 'created_time': 1774448725.328905, 'last_price_update_time': 1774852389.221434}
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE20%2520DDA') HTTP/1.1" 204 0
2026-03-30 06:33:09 [bca.uk] INFO: Found listing with ID: BU71%20AYJ
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU71%2520AYJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:09 [bca.uk] INFO: Scrape type for BU71%20AYJ: 2
2026-03-30 06:33:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with identifier: BU71%20AYJ
2026-03-30 06:33:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with scrape type 2
2026-03-30 06:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with scrape type 2
2026-03-30 06:33:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c57b140a-49d6-5d1d-8c60-3fd69d6c15f4, identifier: BU71%20AYJ
2026-03-30 06:33:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with identifier: SH68%20UYO
2026-03-30 06:33:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with identifier: SH68%20UYO
2026-03-30 06:33:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bd524fe-7ca9-5f76-a9fb-4532d8d356af with identifier: SH68%20UYO to the API
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH68%20UYO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5bd524fe-7ca9-5f76-a9fb-4532d8d356af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH68 UYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH68%20UYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '108',
 'odometer': 41176,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 1.0 72 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': '72 ACTIVE',
 'vin': 'VF3PSCFBDJR204355',
 'year': 2018}
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520UYO%27 HTTP/1.1" 200 None
2026-03-30 06:33:09 [bca.uk] INFO: Saving data for SH68%20UYO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563199.052744, 'last_price_update_time': 1774852389.630741}
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH68%2520UYO') HTTP/1.1" 204 0
2026-03-30 06:33:09 [bca.uk] INFO: Found listing with ID: KD17%20DTF
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD17%2520DTF%27 HTTP/1.1" 200 None
2026-03-30 06:33:09 [bca.uk] INFO: Scrape type for KD17%20DTF: 2
2026-03-30 06:33:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cff71e8f-17fb-50ea-bb83-c6059222ac5a with identifier: KD17%20DTF
2026-03-30 06:33:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cff71e8f-17fb-50ea-bb83-c6059222ac5a with scrape type 2
2026-03-30 06:33:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cff71e8f-17fb-50ea-bb83-c6059222ac5a with scrape type 2
2026-03-30 06:33:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cff71e8f-17fb-50ea-bb83-c6059222ac5a, identifier: KD17%20DTF
2026-03-30 06:33:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da5b5377-1382-5ff6-b2d0-34c262ef6426 with identifier: EK20%20NZC
2026-03-30 06:33:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da5b5377-1382-5ff6-b2d0-34c262ef6426 with identifier: EK20%20NZC
2026-03-30 06:33:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da5b5377-1382-5ff6-b2d0-34c262ef6426 with identifier: EK20%20NZC to the API
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK20%20NZC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'da5b5377-1382-5ff6-b2d0-34c262ef6426',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK20 NZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK20%20NZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 47588,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ELITE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 100 ELITE PREMIUM',
 'vin': 'VXKUPHNKSL4217794',
 'year': 2020}
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520NZC%27 HTTP/1.1" 200 None
2026-03-30 06:33:10 [bca.uk] INFO: Saving data for EK20%20NZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774005480.657761, 'last_price_update_time': 1774852390.073622}
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK20%2520NZC') HTTP/1.1" 204 0
2026-03-30 06:33:10 [bca.uk] INFO: Found listing with ID: FL22%20SJX
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520SJX%27 HTTP/1.1" 200 None
2026-03-30 06:33:10 [bca.uk] INFO: Scrape type for FL22%20SJX: 2
2026-03-30 06:33:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d98607d-2625-522d-bdc0-706c259fabfb with identifier: FL22%20SJX
2026-03-30 06:33:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d98607d-2625-522d-bdc0-706c259fabfb with scrape type 2
2026-03-30 06:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d98607d-2625-522d-bdc0-706c259fabfb with scrape type 2
2026-03-30 06:33:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d98607d-2625-522d-bdc0-706c259fabfb, identifier: FL22%20SJX
2026-03-30 06:33:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with identifier: BU71%20AYJ
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=digital+white+metallic HTTP/1.1" 200 None
2026-03-30 06:33:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:33: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:33:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with identifier: BU71%20AYJ
2026-03-30 06:33:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c57b140a-49d6-5d1d-8c60-3fd69d6c15f4 with identifier: BU71%20AYJ to the API
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU71%20AYJ-GB',
 'category': 'Car',
 'color': 'digital white metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c57b140a-49d6-5d1d-8c60-3fd69d6c15f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BU71 AYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU71%20AYJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 22966,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15200,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J027794',
 'year': 2021}
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU71%2520AYJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:10 [bca.uk] INFO: Saving data for BU71%20AYJ: {'auction_closing_time': 1775116800.0, 'created_time': 1773833063.473259, 'last_price_update_time': 1774852390.57949}
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU71%2520AYJ') HTTP/1.1" 204 0
2026-03-30 06:33:10 [bca.uk] INFO: Found listing with ID: SK17%20PVL
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK17%2520PVL%27 HTTP/1.1" 200 None
2026-03-30 06:33:10 [bca.uk] INFO: Scrape type for SK17%20PVL: 2
2026-03-30 06:33:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with identifier: SK17%20PVL
2026-03-30 06:33:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with scrape type 2
2026-03-30 06:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with scrape type 2
2026-03-30 06:33:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa23d4b1-3acf-51ed-b8a1-c5ec24542821, identifier: SK17%20PVL
2026-03-30 06:33:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cff71e8f-17fb-50ea-bb83-c6059222ac5a with identifier: KD17%20DTF
2026-03-30 06:33:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cff71e8f-17fb-50ea-bb83-c6059222ac5a with identifier: KD17%20DTF
2026-03-30 06:33:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cff71e8f-17fb-50ea-bb83-c6059222ac5a with identifier: KD17%20DTF to the API
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD17%20DTF-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-03T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cff71e8f-17fb-50ea-bb83-c6059222ac5a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KD17 DTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD17%20DTF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'MASERATI',
 'model': 'GHIBLI',
 'odometer': 12473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MASERATI GHIBLI 3.0 V6 T-T 350 Saloon',
 'transmission': 'manual',
 'trim': 'V6 T-T 350',
 'vin': 'ZAMXS57C001254722',
 'year': 2017}
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD17%2520DTF%27 HTTP/1.1" 200 None
2026-03-30 06:33:11 [bca.uk] INFO: Saving data for KD17%20DTF: {'auction_closing_time': 1775199600.0, 'created_time': 1773841803.138789, 'last_price_update_time': 1774852391.023831}
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD17%2520DTF') HTTP/1.1" 204 0
2026-03-30 06:33:11 [bca.uk] INFO: Found listing with ID: GY61%20UKK
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY61%2520UKK%27 HTTP/1.1" 200 None
2026-03-30 06:33:11 [bca.uk] INFO: Scrape type for GY61%20UKK: 2
2026-03-30 06:33:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 678afea1-37af-5cd1-b1e4-55628c1f4b18 with identifier: GY61%20UKK
2026-03-30 06:33:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 678afea1-37af-5cd1-b1e4-55628c1f4b18 with scrape type 2
2026-03-30 06:33:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 678afea1-37af-5cd1-b1e4-55628c1f4b18 with scrape type 2
2026-03-30 06:33:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 678afea1-37af-5cd1-b1e4-55628c1f4b18, identifier: GY61%20UKK
2026-03-30 06:33:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d98607d-2625-522d-bdc0-706c259fabfb with identifier: FL22%20SJX
2026-03-30 06:33:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d98607d-2625-522d-bdc0-706c259fabfb with identifier: FL22%20SJX
2026-03-30 06:33:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d98607d-2625-522d-bdc0-706c259fabfb with identifier: FL22%20SJX to the API
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20SJX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '2d98607d-2625-522d-bdc0-706c259fabfb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL22 SJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20SJX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 24798,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9400,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74096MZ262262',
 'year': 2022}
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520SJX%27 HTTP/1.1" 200 None
2026-03-30 06:33:11 [bca.uk] INFO: Saving data for FL22%20SJX: {'auction_closing_time': 1774854000.0, 'created_time': 1773834594.444003, 'last_price_update_time': 1774852391.449235}
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520SJX') HTTP/1.1" 204 0
2026-03-30 06:33:11 [bca.uk] INFO: Found listing with ID: KU74%20EHK
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU74%2520EHK%27 HTTP/1.1" 200 None
2026-03-30 06:33:11 [bca.uk] INFO: Scrape type for KU74%20EHK: 2
2026-03-30 06:33:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78568f14-7955-584c-8166-1343408861f5 with identifier: KU74%20EHK
2026-03-30 06:33:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78568f14-7955-584c-8166-1343408861f5 with scrape type 2
2026-03-30 06:33:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78568f14-7955-584c-8166-1343408861f5 with scrape type 2
2026-03-30 06:33:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78568f14-7955-584c-8166-1343408861f5, identifier: KU74%20EHK
2026-03-30 06:33:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:33:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:33:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with identifier: SK17%20PVL
2026-03-30 06:33:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with identifier: SK17%20PVL
2026-03-30 06:33:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa23d4b1-3acf-51ed-b8a1-c5ec24542821 with identifier: SK17%20PVL to the API
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK17%20PVL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aa23d4b1-3acf-51ed-b8a1-c5ec24542821',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK17 PVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK17%20PVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 61868,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 180 TITANIUM X P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 180 TITANIUM X P/S',
 'vin': 'WF0KXXWPCKHJ01034',
 'year': 2017}
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK17%2520PVL%27 HTTP/1.1" 200 None
2026-03-30 06:33:11 [bca.uk] INFO: Saving data for SK17%20PVL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563198.68891, 'last_price_update_time': 1774852391.83558}
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK17%2520PVL') HTTP/1.1" 204 0
2026-03-30 06:33:11 [bca.uk] INFO: Found listing with ID: LC23%20OUV
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC23%2520OUV%27 HTTP/1.1" 200 None
2026-03-30 06:33:11 [bca.uk] INFO: Scrape type for LC23%20OUV: 0
2026-03-30 06:33:11 [bca.uk] INFO: Found listing with ID: LA72%20FWB
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520FWB%27 HTTP/1.1" 200 None
2026-03-30 06:33:11 [bca.uk] INFO: Scrape type for LA72%20FWB: 0
2026-03-30 06:33:11 [bca.uk] INFO: Found listing with ID: EU65%20VYS
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU65%2520VYS%27 HTTP/1.1" 200 None
2026-03-30 06:33:11 [bca.uk] INFO: Scrape type for EU65%20VYS: 2
2026-03-30 06:33:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with identifier: EU65%20VYS
2026-03-30 06:33:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with scrape type 2
2026-03-30 06:33:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with scrape type 2
2026-03-30 06:33:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bceea1f-3352-5af2-ac12-bf4df58a2cb6, identifier: EU65%20VYS
2026-03-30 06:33:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 678afea1-37af-5cd1-b1e4-55628c1f4b18 with identifier: GY61%20UKK
2026-03-30 06:33:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 678afea1-37af-5cd1-b1e4-55628c1f4b18 with identifier: GY61%20UKK
2026-03-30 06:33:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 678afea1-37af-5cd1-b1e4-55628c1f4b18 with identifier: GY61%20UKK to the API
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY61%20UKK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '678afea1-37af-5cd1-b1e4-55628c1f4b18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY61 UKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY61%20UKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 48529,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.2 D-CAT XT-R StationWagon',
 'transmission': 'manual',
 'trim': 'D-CAT XT-R',
 'vin': 'JTMBB31VX0D089891',
 'year': 2011}
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY61%2520UKK%27 HTTP/1.1" 200 None
2026-03-30 06:33:12 [bca.uk] INFO: Saving data for GY61%20UKK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563423.486149, 'last_price_update_time': 1774852392.267664}
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY61%2520UKK') HTTP/1.1" 204 0
2026-03-30 06:33:12 [bca.uk] INFO: Found listing with ID: SL22%20CBV
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520CBV%27 HTTP/1.1" 200 None
2026-03-30 06:33:12 [bca.uk] INFO: Scrape type for SL22%20CBV: 2
2026-03-30 06:33:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85fecdfd-51b5-5896-86b6-d085f68bb206 with identifier: SL22%20CBV
2026-03-30 06:33:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85fecdfd-51b5-5896-86b6-d085f68bb206 with scrape type 2
2026-03-30 06:33:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85fecdfd-51b5-5896-86b6-d085f68bb206 with scrape type 2
2026-03-30 06:33:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85fecdfd-51b5-5896-86b6-d085f68bb206, identifier: SL22%20CBV
2026-03-30 06:33:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78568f14-7955-584c-8166-1343408861f5 with identifier: KU74%20EHK
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=mountain+grey+metallic HTTP/1.1" 200 None
2026-03-30 06:33:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:33: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:33:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78568f14-7955-584c-8166-1343408861f5 with identifier: KU74%20EHK
2026-03-30 06:33:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78568f14-7955-584c-8166-1343408861f5 with identifier: KU74%20EHK to the API
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU74%20EHK-GB',
 'category': 'Car',
 'color': 'mountain grey metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '78568f14-7955-584c-8166-1343408861f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KU74 EHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU74%20EHK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 350',
 'odometer': 2104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 22800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 350 215KW 66KWH 4M AMG LINE PREM. Hatchback',
 'transmission': 'automatic',
 'trim': '215KW 66KWH 4M AMG LINE PREM.',
 'vin': 'W1N9N1CB9RJ106037',
 'year': 2024}
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU74%2520EHK%27 HTTP/1.1" 200 None
2026-03-30 06:33:12 [bca.uk] INFO: Saving data for KU74%20EHK: {'auction_closing_time': 1775116800.0, 'created_time': 1773839433.829633, 'last_price_update_time': 1774852392.925203}
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU74%2520EHK') HTTP/1.1" 204 0
2026-03-30 06:33:12 [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:33:12 [bca.uk] INFO: Found listing with ID: WP14%20FTY
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP14%2520FTY%27 HTTP/1.1" 200 None
2026-03-30 06:33:12 [bca.uk] INFO: Scrape type for WP14%20FTY: 2
2026-03-30 06:33:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab79b6c8-7ecd-58e2-9646-be84d32be4cd with identifier: WP14%20FTY
2026-03-30 06:33:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab79b6c8-7ecd-58e2-9646-be84d32be4cd with scrape type 2
2026-03-30 06:33:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab79b6c8-7ecd-58e2-9646-be84d32be4cd with scrape type 2
2026-03-30 06:33:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab79b6c8-7ecd-58e2-9646-be84d32be4cd, identifier: WP14%20FTY
2026-03-30 06:33:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with identifier: EU65%20VYS
2026-03-30 06:33:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with identifier: EU65%20VYS
2026-03-30 06:33:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bceea1f-3352-5af2-ac12-bf4df58a2cb6 with identifier: EU65%20VYS to the API
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU65%20VYS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bceea1f-3352-5af2-ac12-bf4df58a2cb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU65 VYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU65%20VYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 102189,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF05XXGCC5FS34166',
 'year': 2015}
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU65%2520VYS%27 HTTP/1.1" 200 None
2026-03-30 06:33:13 [bca.uk] INFO: Saving data for EU65%20VYS: {'auction_closing_time': 1774864800.0, 'created_time': 1774436659.747382, 'last_price_update_time': 1774852393.34581}
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU65%2520VYS') HTTP/1.1" 204 0
2026-03-30 06:33:13 [bca.uk] INFO: Found listing with ID: KR19%20RKX
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR19%2520RKX%27 HTTP/1.1" 200 None
2026-03-30 06:33:13 [bca.uk] INFO: Scrape type for KR19%20RKX: 2
2026-03-30 06:33:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d06e487-b14c-50d9-844d-8ed0925e8955 with identifier: KR19%20RKX
2026-03-30 06:33:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d06e487-b14c-50d9-844d-8ed0925e8955 with scrape type 2
2026-03-30 06:33:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d06e487-b14c-50d9-844d-8ed0925e8955 with scrape type 2
2026-03-30 06:33:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d06e487-b14c-50d9-844d-8ed0925e8955, identifier: KR19%20RKX
2026-03-30 06:33:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85fecdfd-51b5-5896-86b6-d085f68bb206 with identifier: SL22%20CBV
2026-03-30 06:33:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85fecdfd-51b5-5896-86b6-d085f68bb206 with identifier: SL22%20CBV
2026-03-30 06:33:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85fecdfd-51b5-5896-86b6-d085f68bb206 with identifier: SL22%20CBV to the API
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL22%20CBV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '85fecdfd-51b5-5896-86b6-d085f68bb206',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SL22 CBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL22%20CBV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 35944,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8900,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74093MZ262929',
 'year': 2022}
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520CBV%27 HTTP/1.1" 200 None
2026-03-30 06:33:13 [bca.uk] INFO: Saving data for SL22%20CBV: {'auction_closing_time': 1774854000.0, 'created_time': 1773821045.828226, 'last_price_update_time': 1774852393.775143}
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL22%2520CBV') HTTP/1.1" 204 0
2026-03-30 06:33:13 [bca.uk] INFO: Found listing with ID: KV71%20XYJ
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520XYJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:13 [bca.uk] INFO: Scrape type for KV71%20XYJ: 2
2026-03-30 06:33:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with identifier: KV71%20XYJ
2026-03-30 06:33:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with scrape type 2
2026-03-30 06:33:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with scrape type 2
2026-03-30 06:33:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b, identifier: KV71%20XYJ
2026-03-30 06:33:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab79b6c8-7ecd-58e2-9646-be84d32be4cd with identifier: WP14%20FTY
2026-03-30 06:33:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab79b6c8-7ecd-58e2-9646-be84d32be4cd with identifier: WP14%20FTY
2026-03-30 06:33:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab79b6c8-7ecd-58e2-9646-be84d32be4cd with identifier: WP14%20FTY to the API
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP14%20FTY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab79b6c8-7ecd-58e2-9646-be84d32be4cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP14 FTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP14%20FTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 144297,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 TEKNA',
 'vin': 'SJNFAAJ11U1119028',
 'year': 2014}
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP14%2520FTY%27 HTTP/1.1" 200 None
2026-03-30 06:33:14 [bca.uk] INFO: Saving data for WP14%20FTY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563194.759353, 'last_price_update_time': 1774852394.196839}
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP14%2520FTY') HTTP/1.1" 204 0
2026-03-30 06:33:14 [bca.uk] INFO: Found listing with ID: RF16%20ZJV
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF16%2520ZJV%27 HTTP/1.1" 200 None
2026-03-30 06:33:14 [bca.uk] INFO: Scrape type for RF16%20ZJV: 0
2026-03-30 06:33:14 [bca.uk] INFO: Found listing with ID: LL70%20UTF
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520UTF%27 HTTP/1.1" 200 None
2026-03-30 06:33:14 [bca.uk] INFO: Scrape type for LL70%20UTF: 2
2026-03-30 06:33:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94040164-3a14-5cf9-91ec-ca549faa192d with identifier: LL70%20UTF
2026-03-30 06:33:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94040164-3a14-5cf9-91ec-ca549faa192d with scrape type 2
2026-03-30 06:33:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94040164-3a14-5cf9-91ec-ca549faa192d with scrape type 2
2026-03-30 06:33:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94040164-3a14-5cf9-91ec-ca549faa192d, identifier: LL70%20UTF
2026-03-30 06:33:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d06e487-b14c-50d9-844d-8ed0925e8955 with identifier: KR19%20RKX
2026-03-30 06:33:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d06e487-b14c-50d9-844d-8ed0925e8955 with identifier: KR19%20RKX
2026-03-30 06:33:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d06e487-b14c-50d9-844d-8ed0925e8955 with identifier: KR19%20RKX to the API
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR19%20RKX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7d06e487-b14c-50d9-844d-8ed0925e8955',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR19 RKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR19%20RKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 37320,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.0 BOOSTERJET 110 SZ-T Hatchback',
 'transmission': 'manual',
 'trim': 'BOOSTERJET 110 SZ-T',
 'vin': 'JSAAZC13S00254812',
 'year': 2019}
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR19%2520RKX%27 HTTP/1.1" 200 None
2026-03-30 06:33:14 [bca.uk] INFO: Saving data for KR19%20RKX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563420.914177, 'last_price_update_time': 1774852394.669301}
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR19%2520RKX') HTTP/1.1" 204 0
2026-03-30 06:33:14 [bca.uk] INFO: Found listing with ID: SL22%20CCE
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520CCE%27 HTTP/1.1" 200 None
2026-03-30 06:33:14 [bca.uk] INFO: Scrape type for SL22%20CCE: 2
2026-03-30 06:33:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fcb4df9-b3ba-500b-aafd-697a784943f9 with identifier: SL22%20CCE
2026-03-30 06:33:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fcb4df9-b3ba-500b-aafd-697a784943f9 with scrape type 2
2026-03-30 06:33:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fcb4df9-b3ba-500b-aafd-697a784943f9 with scrape type 2
2026-03-30 06:33:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fcb4df9-b3ba-500b-aafd-697a784943f9, identifier: SL22%20CCE
2026-03-30 06:33:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with identifier: KV71%20XYJ
2026-03-30 06:33:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with identifier: KV71%20XYJ
2026-03-30 06:33:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b with identifier: KV71%20XYJ to the API
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV71%20XYJ-GB',
 'category': 'Car',
 'color': 'mountain grey metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '8f17c3aa-ad3d-5dd9-b5aa-676640c16a6b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV71 XYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV71%20XYJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 33802,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J027653',
 'year': 2021}
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV71%2520XYJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:15 [bca.uk] INFO: Saving data for KV71%20XYJ: {'auction_closing_time': 1775116800.0, 'created_time': 1773833036.96919, 'last_price_update_time': 1774852395.103598}
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV71%2520XYJ') HTTP/1.1" 204 0
2026-03-30 06:33:15 [bca.uk] INFO: Found listing with ID: AV18%20LWX
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV18%2520LWX%27 HTTP/1.1" 200 None
2026-03-30 06:33:15 [bca.uk] INFO: Scrape type for AV18%20LWX: 0
2026-03-30 06:33:15 [bca.uk] INFO: Found listing with ID: BD74%20NYM
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520NYM%27 HTTP/1.1" 200 None
2026-03-30 06:33:15 [bca.uk] INFO: Scrape type for BD74%20NYM: 0
2026-03-30 06:33:15 [bca.uk] INFO: Found listing with ID: BD74%20VSJ
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520VSJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:15 [bca.uk] INFO: Scrape type for BD74%20VSJ: 0
2026-03-30 06:33:15 [bca.uk] INFO: Found listing with ID: BJ23%20GVG
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520GVG%27 HTTP/1.1" 200 None
2026-03-30 06:33:15 [bca.uk] INFO: Scrape type for BJ23%20GVG: 2
2026-03-30 06:33:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with identifier: BJ23%20GVG
2026-03-30 06:33:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with scrape type 2
2026-03-30 06:33:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with scrape type 2
2026-03-30 06:33:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae02340a-b4d5-5aeb-8449-b560c0bd68f1, identifier: BJ23%20GVG
2026-03-30 06:33:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94040164-3a14-5cf9-91ec-ca549faa192d with identifier: LL70%20UTF
2026-03-30 06:33:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94040164-3a14-5cf9-91ec-ca549faa192d with identifier: LL70%20UTF
2026-03-30 06:33:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94040164-3a14-5cf9-91ec-ca549faa192d with identifier: LL70%20UTF to the API
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL70%20UTF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': '94040164-3a14-5cf9-91ec-ca549faa192d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL70 UTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL70%20UTF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 138880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'NISSAN NAVARA 2.3 DCI 190 TT 4WD N-CONNECTA CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 190 TT 4WD N-CONNECTA',
 'vin': 'VSKCTND23U0154126',
 'year': 2021}
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520UTF%27 HTTP/1.1" 200 None
2026-03-30 06:33:15 [bca.uk] INFO: Saving data for LL70%20UTF: {'auction_closing_time': 1774868400.0, 'created_time': 1773828146.614897, 'last_price_update_time': 1774852395.563799}
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL70%2520UTF') HTTP/1.1" 204 0
2026-03-30 06:33:15 [bca.uk] INFO: Found listing with ID: KU09%20FGO
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU09%2520FGO%27 HTTP/1.1" 200 None
2026-03-30 06:33:15 [bca.uk] INFO: Scrape type for KU09%20FGO: 2
2026-03-30 06:33:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04205255-c175-5ccb-ab4d-aa089029d0b8 with identifier: KU09%20FGO
2026-03-30 06:33:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04205255-c175-5ccb-ab4d-aa089029d0b8 with scrape type 2
2026-03-30 06:33:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04205255-c175-5ccb-ab4d-aa089029d0b8 with scrape type 2
2026-03-30 06:33:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04205255-c175-5ccb-ab4d-aa089029d0b8, identifier: KU09%20FGO
2026-03-30 06:33:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fcb4df9-b3ba-500b-aafd-697a784943f9 with identifier: SL22%20CCE
2026-03-30 06:33:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fcb4df9-b3ba-500b-aafd-697a784943f9 with identifier: SL22%20CCE
2026-03-30 06:33:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fcb4df9-b3ba-500b-aafd-697a784943f9 with identifier: SL22%20CCE to the API
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL22%20CCE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '7fcb4df9-b3ba-500b-aafd-697a784943f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SL22 CCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL22%20CCE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 8923,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74096MZ225440',
 'year': 2022}
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520CCE%27 HTTP/1.1" 200 None
2026-03-30 06:33:16 [bca.uk] INFO: Saving data for SL22%20CCE: {'auction_closing_time': 1774854000.0, 'created_time': 1773821045.399314, 'last_price_update_time': 1774852396.073207}
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL22%2520CCE') HTTP/1.1" 204 0
2026-03-30 06:33:16 [bca.uk] INFO: Found listing with ID: LM71%20OCD
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520OCD%27 HTTP/1.1" 200 None
2026-03-30 06:33:16 [bca.uk] INFO: Scrape type for LM71%20OCD: 2
2026-03-30 06:33:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with identifier: LM71%20OCD
2026-03-30 06:33:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with scrape type 2
2026-03-30 06:33:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with scrape type 2
2026-03-30 06:33:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bf07a2c-5a80-5f0e-8373-f798f30328b3, identifier: LM71%20OCD
2026-03-30 06:33:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with identifier: BJ23%20GVG
2026-03-30 06:33:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with identifier: BJ23%20GVG
2026-03-30 06:33:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae02340a-b4d5-5aeb-8449-b560c0bd68f1 with identifier: BJ23%20GVG to the API
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ23%20GVG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ae02340a-b4d5-5aeb-8449-b560c0bd68f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ23 GVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ23%20GVG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Walsall',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 27041,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS5PC762324',
 'year': 2023}
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520GVG%27 HTTP/1.1" 200 None
2026-03-30 06:33:16 [bca.uk] INFO: Saving data for BJ23%20GVG: {'auction_closing_time': 1774854000.0, 'created_time': 1773833077.343393, 'last_price_update_time': 1774852396.490902}
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ23%2520GVG') HTTP/1.1" 204 0
2026-03-30 06:33:16 [bca.uk] INFO: Found listing with ID: BJ25%20KCV
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ25%2520KCV%27 HTTP/1.1" 200 None
2026-03-30 06:33:16 [bca.uk] INFO: Scrape type for BJ25%20KCV: 2
2026-03-30 06:33:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33ca23dd-2582-5945-8c0a-933f85ab2004 with identifier: BJ25%20KCV
2026-03-30 06:33:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33ca23dd-2582-5945-8c0a-933f85ab2004 with scrape type 2
2026-03-30 06:33:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33ca23dd-2582-5945-8c0a-933f85ab2004 with scrape type 2
2026-03-30 06:33:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33ca23dd-2582-5945-8c0a-933f85ab2004, identifier: BJ25%20KCV
2026-03-30 06:33:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04205255-c175-5ccb-ab4d-aa089029d0b8 with identifier: KU09%20FGO
2026-03-30 06:33:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04205255-c175-5ccb-ab4d-aa089029d0b8 with identifier: KU09%20FGO
2026-03-30 06:33:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04205255-c175-5ccb-ab4d-aa089029d0b8 with identifier: KU09%20FGO to the API
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU09%20FGO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04205255-c175-5ccb-ab4d-aa089029d0b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU09 FGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU09%20FGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 46025,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I PLATINUM Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PLATINUM',
 'vin': 'JTDKG18C30N320019',
 'year': 2009}
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU09%2520FGO%27 HTTP/1.1" 200 None
2026-03-30 06:33:16 [bca.uk] INFO: Saving data for KU09%20FGO: {'auction_closing_time': 1774864800.0, 'created_time': 1774275177.74146, 'last_price_update_time': 1774852396.923996}
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU09%2520FGO') HTTP/1.1" 204 0
2026-03-30 06:33:16 [bca.uk] INFO: Found listing with ID: YR23%20CUK
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520CUK%27 HTTP/1.1" 200 None
2026-03-30 06:33:16 [bca.uk] INFO: Scrape type for YR23%20CUK: 2
2026-03-30 06:33:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 471a7a9a-9e94-5a4b-ae16-6ff7d34228b7 with identifier: YR23%20CUK
2026-03-30 06:33:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 471a7a9a-9e94-5a4b-ae16-6ff7d34228b7 with scrape type 2
2026-03-30 06:33:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 471a7a9a-9e94-5a4b-ae16-6ff7d34228b7 with scrape type 2
2026-03-30 06:33:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 471a7a9a-9e94-5a4b-ae16-6ff7d34228b7, identifier: YR23%20CUK
2026-03-30 06:33:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with identifier: LM71%20OCD
2026-03-30 06:33:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with identifier: LM71%20OCD
2026-03-30 06:33:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bf07a2c-5a80-5f0e-8373-f798f30328b3 with identifier: LM71%20OCD to the API
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM71%20OCD-GB',
 'category': 'Car',
 'color': 'digital white metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '7bf07a2c-5a80-5f0e-8373-f798f30328b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM71 OCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM71%20OCD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 35492,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14400,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J020477',
 'year': 2021}
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM71%2520OCD%27 HTTP/1.1" 200 None
2026-03-30 06:33:17 [bca.uk] INFO: Saving data for LM71%20OCD: {'auction_closing_time': 1775116800.0, 'created_time': 1773845837.025297, 'last_price_update_time': 1774852397.319675}
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM71%2520OCD') HTTP/1.1" 204 0
2026-03-30 06:33:17 [scrapy.extensions.logstats] INFO: Crawled 93 pages (at 2 pages/min), scraped 3735 items (at 131 items/min)
2026-03-30 06:33:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:33:17 [bca.uk] INFO: Found listing with ID: BK23%20YOR
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520YOR%27 HTTP/1.1" 200 None
2026-03-30 06:33:17 [bca.uk] INFO: Scrape type for BK23%20YOR: 0
2026-03-30 06:33:17 [bca.uk] INFO: Found listing with ID: CA25%20NHF
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA25%2520NHF%27 HTTP/1.1" 200 None
2026-03-30 06:33:17 [bca.uk] INFO: Scrape type for CA25%20NHF: 2
2026-03-30 06:33:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b67aedfd-70b7-5eef-a12b-2df3afc4688a with identifier: CA25%20NHF
2026-03-30 06:33:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b67aedfd-70b7-5eef-a12b-2df3afc4688a with scrape type 2
2026-03-30 06:33:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b67aedfd-70b7-5eef-a12b-2df3afc4688a with scrape type 2
2026-03-30 06:33:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b67aedfd-70b7-5eef-a12b-2df3afc4688a, identifier: CA25%20NHF
2026-03-30 06:33:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33ca23dd-2582-5945-8c0a-933f85ab2004 with identifier: BJ25%20KCV
2026-03-30 06:33:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33ca23dd-2582-5945-8c0a-933f85ab2004 with identifier: BJ25%20KCV
2026-03-30 06:33:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33ca23dd-2582-5945-8c0a-933f85ab2004 with identifier: BJ25%20KCV to the API
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ25%20KCV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33ca23dd-2582-5945-8c0a-933f85ab2004',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ25 KCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ25%20KCV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 2705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 29000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 TREND Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRS11916',
 'year': 2025}
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ25%2520KCV%27 HTTP/1.1" 200 None
2026-03-30 06:33:17 [bca.uk] INFO: Saving data for BJ25%20KCV: {'auction_closing_time': 1775113200.0, 'created_time': 1773837644.979613, 'last_price_update_time': 1774852397.757332}
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ25%2520KCV') HTTP/1.1" 204 0
2026-03-30 06:33:17 [bca.uk] INFO: Found listing with ID: NG15%20GWX
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520GWX%27 HTTP/1.1" 200 None
2026-03-30 06:33:17 [bca.uk] INFO: Scrape type for NG15%20GWX: 2
2026-03-30 06:33:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6d813ca-0a6e-5507-bd09-eaafd5fb467f with identifier: NG15%20GWX
2026-03-30 06:33:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6d813ca-0a6e-5507-bd09-eaafd5fb467f with scrape type 2
2026-03-30 06:33:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6d813ca-0a6e-5507-bd09-eaafd5fb467f with scrape type 2
2026-03-30 06:33:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6d813ca-0a6e-5507-bd09-eaafd5fb467f, identifier: NG15%20GWX
2026-03-30 06:33:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 471a7a9a-9e94-5a4b-ae16-6ff7d34228b7 with identifier: YR23%20CUK
2026-03-30 06:33:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 471a7a9a-9e94-5a4b-ae16-6ff7d34228b7 with identifier: YR23%20CUK
2026-03-30 06:33:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 471a7a9a-9e94-5a4b-ae16-6ff7d34228b7 with identifier: YR23%20CUK to the API
2026-03-30 06:33:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR23%20CUK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '471a7a9a-9e94-5a4b-ae16-6ff7d34228b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR23 CUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR23%20CUK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VOLVO',
 'model': 'XC60 RECHARGE',
 'odometer': 38961,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 26300,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 RECHARGE 2.0 T6 350 PHEV AWD CORE BRIGHT StationWagon',
 'transmission': 'automatic',
 'trim': 'T6 350 PHEV AWD CORE BRIGHT',
 'vin': 'LYVUZH1V1PB251722',
 'year': 2023}
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520CUK%27 HTTP/1.1" 200 None
2026-03-30 06:33:18 [bca.uk] INFO: Saving data for YR23%20CUK: {'auction_closing_time': 1774940400.0, 'created_time': 1774350193.263211, 'last_price_update_time': 1774852398.162541}
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR23%2520CUK') HTTP/1.1" 204 0
2026-03-30 06:33:18 [bca.uk] INFO: Found listing with ID: MC71%20OHH
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC71%2520OHH%27 HTTP/1.1" 200 None
2026-03-30 06:33:18 [bca.uk] INFO: Scrape type for MC71%20OHH: 2
2026-03-30 06:33:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with identifier: MC71%20OHH
2026-03-30 06:33:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with scrape type 2
2026-03-30 06:33:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with scrape type 2
2026-03-30 06:33:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b1285ca-84d6-5438-9d45-c7d9656bd3d3, identifier: MC71%20OHH
2026-03-30 06:33:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b67aedfd-70b7-5eef-a12b-2df3afc4688a with identifier: CA25%20NHF
2026-03-30 06:33:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b67aedfd-70b7-5eef-a12b-2df3afc4688a with identifier: CA25%20NHF
2026-03-30 06:33:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b67aedfd-70b7-5eef-a12b-2df3afc4688a with identifier: CA25%20NHF to the API
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA25%20NHF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b67aedfd-70b7-5eef-a12b-2df3afc4688a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA25 NHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA25%20NHF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 5604,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 115KW 48KWH ADVANCE Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 48KWH ADVANCE',
 'vin': 'TMAH881B1SJ058890',
 'year': 2025}
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA25%2520NHF%27 HTTP/1.1" 200 None
2026-03-30 06:33:18 [bca.uk] INFO: Saving data for CA25%20NHF: {'auction_closing_time': 1774854000.0, 'created_time': 1773825230.395406, 'last_price_update_time': 1774852398.603696}
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA25%2520NHF') HTTP/1.1" 204 0
2026-03-30 06:33:18 [bca.uk] INFO: Found listing with ID: BK74%20FUJ
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520FUJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:18 [bca.uk] INFO: Scrape type for BK74%20FUJ: 2
2026-03-30 06:33:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5559ffdf-79e7-5748-86ce-ed96b15994b8 with identifier: BK74%20FUJ
2026-03-30 06:33:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5559ffdf-79e7-5748-86ce-ed96b15994b8 with scrape type 2
2026-03-30 06:33:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5559ffdf-79e7-5748-86ce-ed96b15994b8 with scrape type 2
2026-03-30 06:33:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5559ffdf-79e7-5748-86ce-ed96b15994b8, identifier: BK74%20FUJ
2026-03-30 06:33:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6d813ca-0a6e-5507-bd09-eaafd5fb467f with identifier: NG15%20GWX
2026-03-30 06:33:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6d813ca-0a6e-5507-bd09-eaafd5fb467f with identifier: NG15%20GWX
2026-03-30 06:33:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6d813ca-0a6e-5507-bd09-eaafd5fb467f with identifier: NG15%20GWX to the API
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG15%20GWX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c6d813ca-0a6e-5507-bd09-eaafd5fb467f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG15 GWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG15%20GWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 92105,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 110 BMT S 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 110 BMT S 2WD',
 'vin': 'WVGZZZ5NZGW011511',
 'year': 2015}
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG15%2520GWX%27 HTTP/1.1" 200 None
2026-03-30 06:33:19 [bca.uk] INFO: Saving data for NG15%20GWX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563421.745586, 'last_price_update_time': 1774852399.023352}
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG15%2520GWX') HTTP/1.1" 204 0
2026-03-30 06:33:19 [bca.uk] INFO: Found listing with ID: AV71%20EYD
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520EYD%27 HTTP/1.1" 200 None
2026-03-30 06:33:19 [bca.uk] INFO: Scrape type for AV71%20EYD: 2
2026-03-30 06:33:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with identifier: AV71%20EYD
2026-03-30 06:33:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with scrape type 2
2026-03-30 06:33:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with scrape type 2
2026-03-30 06:33:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 867a84a1-5a56-56fb-a3ec-4fc593af8ec5, identifier: AV71%20EYD
2026-03-30 06:33:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with identifier: MC71%20OHH
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=denim+blue+metallic HTTP/1.1" 200 None
2026-03-30 06:33:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:33:19 [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:33:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with identifier: MC71%20OHH
2026-03-30 06:33:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b1285ca-84d6-5438-9d45-c7d9656bd3d3 with identifier: MC71%20OHH to the API
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC71%20OHH-GB',
 'category': 'Car',
 'color': 'denim blue metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '0b1285ca-84d6-5438-9d45-c7d9656bd3d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MC71 OHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC71%20OHH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 13295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J029222',
 'year': 2021}
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC71%2520OHH%27 HTTP/1.1" 200 None
2026-03-30 06:33:19 [bca.uk] INFO: Saving data for MC71%20OHH: {'auction_closing_time': 1775116800.0, 'created_time': 1773845838.059912, 'last_price_update_time': 1774852399.801079}
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC71%2520OHH') HTTP/1.1" 204 0
2026-03-30 06:33:19 [bca.uk] INFO: Found listing with ID: DY72%20UVJ
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520UVJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:19 [bca.uk] INFO: Scrape type for DY72%20UVJ: 0
2026-03-30 06:33:19 [bca.uk] INFO: Found listing with ID: GJ23%20UJH
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520UJH%27 HTTP/1.1" 200 None
2026-03-30 06:33:19 [bca.uk] INFO: Scrape type for GJ23%20UJH: 0
2026-03-30 06:33:19 [bca.uk] INFO: Found listing with ID: KJZ138755
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJZ138755%27 HTTP/1.1" 200 None
2026-03-30 06:33:19 [bca.uk] INFO: Scrape type for KJZ138755: 0
2026-03-30 06:33:19 [bca.uk] INFO: Found listing with ID: KP72%20VOB
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520VOB%27 HTTP/1.1" 200 None
2026-03-30 06:33:19 [bca.uk] INFO: Scrape type for KP72%20VOB: 0
2026-03-30 06:33:19 [bca.uk] INFO: Found listing with ID: LB75%20FLK
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB75%2520FLK%27 HTTP/1.1" 200 None
2026-03-30 06:33:19 [bca.uk] INFO: Scrape type for LB75%20FLK: 0
2026-03-30 06:33:19 [bca.uk] INFO: Found listing with ID: LR22%20HKZ
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HKZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:19 [bca.uk] INFO: Scrape type for LR22%20HKZ: 0
2026-03-30 06:33:19 [bca.uk] INFO: Found listing with ID: MA23%20LRJ
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520LRJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:19 [bca.uk] INFO: Scrape type for MA23%20LRJ: 0
2026-03-30 06:33:19 [bca.uk] INFO: Found listing with ID: MH72%20CVX
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520CVX%27 HTTP/1.1" 200 None
2026-03-30 06:33:19 [bca.uk] INFO: Scrape type for MH72%20CVX: 0
2026-03-30 06:33:19 [bca.uk] INFO: Found listing with ID: OE74%20XRC
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520XRC%27 HTTP/1.1" 200 None
2026-03-30 06:33:20 [bca.uk] INFO: Scrape type for OE74%20XRC: 0
2026-03-30 06:33:20 [bca.uk] INFO: Found listing with ID: RO71%20HTK
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO71%2520HTK%27 HTTP/1.1" 200 None
2026-03-30 06:33:20 [bca.uk] INFO: Scrape type for RO71%20HTK: 0
2026-03-30 06:33:20 [bca.uk] INFO: Found listing with ID: WU22%20KWX
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KWX%27 HTTP/1.1" 200 None
2026-03-30 06:33:20 [bca.uk] INFO: Scrape type for WU22%20KWX: 0
2026-03-30 06:33:20 [bca.uk] INFO: Found listing with ID: LD22%20YZJ
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520YZJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:20 [bca.uk] INFO: Scrape type for LD22%20YZJ: 2
2026-03-30 06:33:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with identifier: LD22%20YZJ
2026-03-30 06:33:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with scrape type 2
2026-03-30 06:33:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with scrape type 2
2026-03-30 06:33:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f, identifier: LD22%20YZJ
2026-03-30 06:33:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5559ffdf-79e7-5748-86ce-ed96b15994b8 with identifier: BK74%20FUJ
2026-03-30 06:33:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5559ffdf-79e7-5748-86ce-ed96b15994b8 with identifier: BK74%20FUJ
2026-03-30 06:33:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5559ffdf-79e7-5748-86ce-ed96b15994b8 with identifier: BK74%20FUJ to the API
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK74%20FUJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5559ffdf-79e7-5748-86ce-ed96b15994b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK74 FUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK74%20FUJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 25161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 24250,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRK39843',
 'year': 2024}
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520FUJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:20 [bca.uk] INFO: Saving data for BK74%20FUJ: {'auction_closing_time': 1775113200.0, 'created_time': 1773838111.945871, 'last_price_update_time': 1774852400.454411}
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK74%2520FUJ') HTTP/1.1" 204 0
2026-03-30 06:33:20 [bca.uk] INFO: Found listing with ID: RX65%20PZP
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520PZP%27 HTTP/1.1" 200 None
2026-03-30 06:33:20 [bca.uk] INFO: Scrape type for RX65%20PZP: 2
2026-03-30 06:33:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with identifier: RX65%20PZP
2026-03-30 06:33:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with scrape type 2
2026-03-30 06:33:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with scrape type 2
2026-03-30 06:33:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb, identifier: RX65%20PZP
2026-03-30 06:33:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with identifier: AV71%20EYD
2026-03-30 06:33:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with identifier: AV71%20EYD
2026-03-30 06:33:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 867a84a1-5a56-56fb-a3ec-4fc593af8ec5 with identifier: AV71%20EYD to the API
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV71%20EYD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '867a84a1-5a56-56fb-a3ec-4fc593af8ec5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV71 EYD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV71%20EYD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 46755,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H2 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 LEADER',
 'vin': 'WF0EXXTTREMK28427',
 'year': 2022}
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520EYD%27 HTTP/1.1" 200 None
2026-03-30 06:33:20 [bca.uk] INFO: Saving data for AV71%20EYD: {'auction_closing_time': 1774940400.0, 'created_time': 1773929948.753475, 'last_price_update_time': 1774852400.977209}
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV71%2520EYD') HTTP/1.1" 204 0
2026-03-30 06:33:20 [bca.uk] INFO: Found listing with ID: MT71%20OBW
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520OBW%27 HTTP/1.1" 200 None
2026-03-30 06:33:21 [bca.uk] INFO: Scrape type for MT71%20OBW: 2
2026-03-30 06:33:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with identifier: MT71%20OBW
2026-03-30 06:33:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with scrape type 2
2026-03-30 06:33:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with scrape type 2
2026-03-30 06:33:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566, identifier: MT71%20OBW
2026-03-30 06:33:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with identifier: LD22%20YZJ
2026-03-30 06:33:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with identifier: LD22%20YZJ
2026-03-30 06:33:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 39f087f4-1449-5f4c-a4e7-fa6c65a5d28f with identifier: LD22%20YZJ to the API
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD22%20YZJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '39f087f4-1449-5f4c-a4e7-fa6c65a5d28f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD22 YZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD22%20YZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 132755,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYNS55710',
 'year': 2022}
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520YZJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:21 [bca.uk] INFO: Saving data for LD22%20YZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774565000.395734, 'last_price_update_time': 1774852401.438544}
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD22%2520YZJ') HTTP/1.1" 204 0
2026-03-30 06:33:21 [bca.uk] INFO: Found listing with ID: RX25%20AUV
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520AUV%27 HTTP/1.1" 200 None
2026-03-30 06:33:21 [bca.uk] INFO: Scrape type for RX25%20AUV: 2
2026-03-30 06:33:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with identifier: RX25%20AUV
2026-03-30 06:33:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with scrape type 2
2026-03-30 06:33:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with scrape type 2
2026-03-30 06:33:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9af1870-5ea4-5692-ba88-6b2eb7fbbdba, identifier: RX25%20AUV
2026-03-30 06:33:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with identifier: RX65%20PZP
2026-03-30 06:33:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with identifier: RX65%20PZP
2026-03-30 06:33:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86cdd3f1-40a9-5bb5-b811-e02d071dc0fb with identifier: RX65%20PZP to the API
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX65%20PZP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '86cdd3f1-40a9-5bb5-b811-e02d071dc0fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX65 PZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX65%20PZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 51735,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.6 TDI ULTRA 110 SE TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': 'TDI ULTRA 110 SE TECHNIK',
 'vin': 'WAUZZZ8V7GA034861',
 'year': 2015}
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX65%2520PZP%27 HTTP/1.1" 200 None
2026-03-30 06:33:21 [bca.uk] INFO: Saving data for RX65%20PZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563422.864164, 'last_price_update_time': 1774852401.865441}
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX65%2520PZP') HTTP/1.1" 204 0
2026-03-30 06:33:21 [bca.uk] INFO: Found listing with ID: HJ22%20MKG
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ22%2520MKG%27 HTTP/1.1" 200 None
2026-03-30 06:33:21 [bca.uk] INFO: Scrape type for HJ22%20MKG: 2
2026-03-30 06:33:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c18d9c59-a588-5b4e-822d-e0ab9f404e3c with identifier: HJ22%20MKG
2026-03-30 06:33:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c18d9c59-a588-5b4e-822d-e0ab9f404e3c with scrape type 2
2026-03-30 06:33:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c18d9c59-a588-5b4e-822d-e0ab9f404e3c with scrape type 2
2026-03-30 06:33:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c18d9c59-a588-5b4e-822d-e0ab9f404e3c, identifier: HJ22%20MKG
2026-03-30 06:33:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with identifier: MT71%20OBW
2026-03-30 06:33:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with identifier: MT71%20OBW
2026-03-30 06:33:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566 with identifier: MT71%20OBW to the API
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT71%20OBW-GB',
 'category': 'Car',
 'color': 'cosmos black metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '2f6b4f0c-2f8a-57fb-877b-6f25b2fa1566',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MT71 OBW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT71%20OBW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 19486,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J024952',
 'year': 2021}
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520OBW%27 HTTP/1.1" 200 None
2026-03-30 06:33:22 [bca.uk] INFO: Saving data for MT71%20OBW: {'auction_closing_time': 1775116800.0, 'created_time': 1773845844.001358, 'last_price_update_time': 1774852402.282775}
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT71%2520OBW') HTTP/1.1" 204 0
2026-03-30 06:33:22 [bca.uk] INFO: Found listing with ID: DA72%20AVU
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520AVU%27 HTTP/1.1" 200 None
2026-03-30 06:33:22 [bca.uk] INFO: Scrape type for DA72%20AVU: 2
2026-03-30 06:33:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c905eb36-94cf-59f9-9713-db383c49fb94 with identifier: DA72%20AVU
2026-03-30 06:33:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c905eb36-94cf-59f9-9713-db383c49fb94 with scrape type 2
2026-03-30 06:33:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c905eb36-94cf-59f9-9713-db383c49fb94 with scrape type 2
2026-03-30 06:33:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c905eb36-94cf-59f9-9713-db383c49fb94, identifier: DA72%20AVU
2026-03-30 06:33:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with identifier: RX25%20AUV
2026-03-30 06:33:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with identifier: RX25%20AUV
2026-03-30 06:33:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9af1870-5ea4-5692-ba88-6b2eb7fbbdba with identifier: RX25%20AUV to the API
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX25%20AUV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e9af1870-5ea4-5692-ba88-6b2eb7fbbdba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX25 AUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX25%20AUV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 4303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 27000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRY00260',
 'year': 2025}
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520AUV%27 HTTP/1.1" 200 None
2026-03-30 06:33:22 [bca.uk] INFO: Saving data for RX25%20AUV: {'auction_closing_time': 1775113200.0, 'created_time': 1774436789.327799, 'last_price_update_time': 1774852402.713578}
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX25%2520AUV') HTTP/1.1" 204 0
2026-03-30 06:33:22 [bca.uk] INFO: Found listing with ID: WJ67%20UEN
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ67%2520UEN%27 HTTP/1.1" 200 None
2026-03-30 06:33:22 [bca.uk] INFO: Scrape type for WJ67%20UEN: 2
2026-03-30 06:33:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43346e08-5c5c-528c-a210-845344ff57ed with identifier: WJ67%20UEN
2026-03-30 06:33:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43346e08-5c5c-528c-a210-845344ff57ed with scrape type 2
2026-03-30 06:33:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43346e08-5c5c-528c-a210-845344ff57ed with scrape type 2
2026-03-30 06:33:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43346e08-5c5c-528c-a210-845344ff57ed, identifier: WJ67%20UEN
2026-03-30 06:33:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c18d9c59-a588-5b4e-822d-e0ab9f404e3c with identifier: HJ22%20MKG
2026-03-30 06:33:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c18d9c59-a588-5b4e-822d-e0ab9f404e3c with identifier: HJ22%20MKG
2026-03-30 06:33:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c18d9c59-a588-5b4e-822d-e0ab9f404e3c with identifier: HJ22%20MKG to the API
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ22%20MKG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c18d9c59-a588-5b4e-822d-e0ab9f404e3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ22 MKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ22%20MKG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 121667,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7800,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 170 300 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 170 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYME63908',
 'year': 2022}
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ22%2520MKG%27 HTTP/1.1" 200 None
2026-03-30 06:33:23 [bca.uk] INFO: Saving data for HJ22%20MKG: {'auction_closing_time': 1774940400.0, 'created_time': 1774355505.555464, 'last_price_update_time': 1774852403.227433}
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ22%2520MKG') HTTP/1.1" 204 0
2026-03-30 06:33:23 [bca.uk] INFO: Found listing with ID: RE71%20LRL
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520LRL%27 HTTP/1.1" 200 None
2026-03-30 06:33:23 [bca.uk] INFO: Scrape type for RE71%20LRL: 2
2026-03-30 06:33:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9690471c-cef7-5e74-9b15-bc78c9acc669 with identifier: RE71%20LRL
2026-03-30 06:33:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9690471c-cef7-5e74-9b15-bc78c9acc669 with scrape type 2
2026-03-30 06:33:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9690471c-cef7-5e74-9b15-bc78c9acc669 with scrape type 2
2026-03-30 06:33:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9690471c-cef7-5e74-9b15-bc78c9acc669, identifier: RE71%20LRL
2026-03-30 06:33:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c905eb36-94cf-59f9-9713-db383c49fb94 with identifier: DA72%20AVU
2026-03-30 06:33:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c905eb36-94cf-59f9-9713-db383c49fb94 with identifier: DA72%20AVU
2026-03-30 06:33:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c905eb36-94cf-59f9-9713-db383c49fb94 with identifier: DA72%20AVU to the API
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA72%20AVU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c905eb36-94cf-59f9-9713-db383c49fb94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA72 AVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA72%20AVU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3 SPORTBACK',
 'odometer': 90361,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 SPORTBACK 1.4 45 TFSI E S LINE S-T Coupe',
 'transmission': 'automatic',
 'trim': '45 TFSI E S LINE S-T',
 'vin': 'WAUZZZF34P1038903',
 'year': 2022}
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520AVU%27 HTTP/1.1" 200 None
2026-03-30 06:33:23 [bca.uk] INFO: Saving data for DA72%20AVU: {'auction_closing_time': 1774854000.0, 'created_time': 1773908433.601591, 'last_price_update_time': 1774852403.62469}
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA72%2520AVU') HTTP/1.1" 204 0
2026-03-30 06:33:23 [bca.uk] INFO: Found listing with ID: RX25%20AUW
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520AUW%27 HTTP/1.1" 200 None
2026-03-30 06:33:23 [bca.uk] INFO: Scrape type for RX25%20AUW: 2
2026-03-30 06:33:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8280b8b8-4e79-5741-8c10-f72fed4a1438 with identifier: RX25%20AUW
2026-03-30 06:33:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8280b8b8-4e79-5741-8c10-f72fed4a1438 with scrape type 2
2026-03-30 06:33:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8280b8b8-4e79-5741-8c10-f72fed4a1438 with scrape type 2
2026-03-30 06:33:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8280b8b8-4e79-5741-8c10-f72fed4a1438, identifier: RX25%20AUW
2026-03-30 06:33:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43346e08-5c5c-528c-a210-845344ff57ed with identifier: WJ67%20UEN
2026-03-30 06:33:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43346e08-5c5c-528c-a210-845344ff57ed with identifier: WJ67%20UEN
2026-03-30 06:33:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43346e08-5c5c-528c-a210-845344ff57ed with identifier: WJ67%20UEN to the API
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ67%20UEN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '43346e08-5c5c-528c-a210-845344ff57ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ67 UEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ67%20UEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 52959,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0JXXGAHJHR70933',
 'year': 2017}
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ67%2520UEN%27 HTTP/1.1" 200 None
2026-03-30 06:33:24 [bca.uk] INFO: Saving data for WJ67%20UEN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563415.711751, 'last_price_update_time': 1774852404.015888}
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ67%2520UEN') HTTP/1.1" 204 0
2026-03-30 06:33:24 [bca.uk] INFO: Found listing with ID: LG22%20OPF
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520OPF%27 HTTP/1.1" 200 None
2026-03-30 06:33:24 [bca.uk] INFO: Scrape type for LG22%20OPF: 0
2026-03-30 06:33:24 [bca.uk] INFO: Found listing with ID: ND70%20TXK
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520TXK%27 HTTP/1.1" 200 None
2026-03-30 06:33:24 [bca.uk] INFO: Scrape type for ND70%20TXK: 2
2026-03-30 06:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with identifier: ND70%20TXK
2026-03-30 06:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with scrape type 2
2026-03-30 06:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with scrape type 2
2026-03-30 06:33:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb30ca85-a4cf-5906-a5bb-fd51df14c5cf, identifier: ND70%20TXK
2026-03-30 06:33:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9690471c-cef7-5e74-9b15-bc78c9acc669 with identifier: RE71%20LRL
2026-03-30 06:33:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9690471c-cef7-5e74-9b15-bc78c9acc669 with identifier: RE71%20LRL
2026-03-30 06:33:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9690471c-cef7-5e74-9b15-bc78c9acc669 with identifier: RE71%20LRL to the API
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE71%20LRL-GB',
 'category': 'Car',
 'color': 'night black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T08:00:00Z',
 'fuel_type': 'Electric',
 'id': '9690471c-cef7-5e74-9b15-bc78c9acc669',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE71 LRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE71%20LRL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 24366,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15200,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J025073',
 'year': 2021}
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE71%2520LRL%27 HTTP/1.1" 200 None
2026-03-30 06:33:24 [bca.uk] INFO: Saving data for RE71%20LRL: {'auction_closing_time': 1775116800.0, 'created_time': 1773833048.915043, 'last_price_update_time': 1774852404.452112}
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE71%2520LRL') HTTP/1.1" 204 0
2026-03-30 06:33:24 [bca.uk] INFO: Found listing with ID: HV22%20ODE
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520ODE%27 HTTP/1.1" 200 None
2026-03-30 06:33:24 [bca.uk] INFO: Scrape type for HV22%20ODE: 0
2026-03-30 06:33:24 [bca.uk] INFO: Found listing with ID: RV70%20XUT
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV70%2520XUT%27 HTTP/1.1" 200 None
2026-03-30 06:33:24 [bca.uk] INFO: Scrape type for RV70%20XUT: 2
2026-03-30 06:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04dac22c-deb7-53bf-acef-bb72e05241ce with identifier: RV70%20XUT
2026-03-30 06:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04dac22c-deb7-53bf-acef-bb72e05241ce with scrape type 2
2026-03-30 06:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04dac22c-deb7-53bf-acef-bb72e05241ce with scrape type 2
2026-03-30 06:33:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04dac22c-deb7-53bf-acef-bb72e05241ce, identifier: RV70%20XUT
2026-03-30 06:33:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8280b8b8-4e79-5741-8c10-f72fed4a1438 with identifier: RX25%20AUW
2026-03-30 06:33:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8280b8b8-4e79-5741-8c10-f72fed4a1438 with identifier: RX25%20AUW
2026-03-30 06:33:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8280b8b8-4e79-5741-8c10-f72fed4a1438 with identifier: RX25%20AUW to the API
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX25%20AUW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8280b8b8-4e79-5741-8c10-f72fed4a1438',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX25 AUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX25%20AUW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 6376,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 27000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRY00239',
 'year': 2025}
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX25%2520AUW%27 HTTP/1.1" 200 None
2026-03-30 06:33:24 [bca.uk] INFO: Saving data for RX25%20AUW: {'auction_closing_time': 1775113200.0, 'created_time': 1774436779.09125, 'last_price_update_time': 1774852404.901645}
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX25%2520AUW') HTTP/1.1" 204 0
2026-03-30 06:33:25 [bca.uk] INFO: Found listing with ID: AF23%20YTL
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520YTL%27 HTTP/1.1" 200 None
2026-03-30 06:33:25 [bca.uk] INFO: Scrape type for AF23%20YTL: 2
2026-03-30 06:33:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 360d57bd-0646-5bb6-b618-9b823e8a0c90 with identifier: AF23%20YTL
2026-03-30 06:33:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 360d57bd-0646-5bb6-b618-9b823e8a0c90 with scrape type 2
2026-03-30 06:33:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 360d57bd-0646-5bb6-b618-9b823e8a0c90 with scrape type 2
2026-03-30 06:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 360d57bd-0646-5bb6-b618-9b823e8a0c90, identifier: AF23%20YTL
2026-03-30 06:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with identifier: ND70%20TXK
2026-03-30 06:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with identifier: ND70%20TXK
2026-03-30 06:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb30ca85-a4cf-5906-a5bb-fd51df14c5cf with identifier: ND70%20TXK to the API
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND70%20TXK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb30ca85-a4cf-5906-a5bb-fd51df14c5cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND70 TXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND70%20TXK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 40054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.5 BLUEHDI 75 1000 WORKER Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 75 1000 WORKER',
 'vin': 'VR7EFYHWCLJ941357',
 'year': 2021}
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520TXK%27 HTTP/1.1" 200 None
2026-03-30 06:33:25 [bca.uk] INFO: Saving data for ND70%20TXK: {'auction_closing_time': 1774940400.0, 'created_time': 1774355073.598136, 'last_price_update_time': 1774852405.410187}
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND70%2520TXK') HTTP/1.1" 204 0
2026-03-30 06:33:25 [bca.uk] INFO: Found listing with ID: GP15%20AHK
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP15%2520AHK%27 HTTP/1.1" 200 None
2026-03-30 06:33:25 [bca.uk] INFO: Scrape type for GP15%20AHK: 2
2026-03-30 06:33:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de6930c9-196f-5822-ab88-1827eea821f3 with identifier: GP15%20AHK
2026-03-30 06:33:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de6930c9-196f-5822-ab88-1827eea821f3 with scrape type 2
2026-03-30 06:33:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de6930c9-196f-5822-ab88-1827eea821f3 with scrape type 2
2026-03-30 06:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de6930c9-196f-5822-ab88-1827eea821f3, identifier: GP15%20AHK
2026-03-30 06:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04dac22c-deb7-53bf-acef-bb72e05241ce with identifier: RV70%20XUT
2026-03-30 06:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04dac22c-deb7-53bf-acef-bb72e05241ce with identifier: RV70%20XUT
2026-03-30 06:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04dac22c-deb7-53bf-acef-bb72e05241ce with identifier: RV70%20XUT to the API
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV70%20XUT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04dac22c-deb7-53bf-acef-bb72e05241ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV70 XUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV70%20XUT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'PROACE VERSO',
 'odometer': 91953,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE VERSO 2.0 D 150 SHUTTLE LONG MPV',
 'transmission': 'manual',
 'trim': 'D 150 SHUTTLE LONG',
 'vin': 'YARVEAHXKGZ181278',
 'year': 2020}
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV70%2520XUT%27 HTTP/1.1" 200 None
2026-03-30 06:33:25 [bca.uk] INFO: Saving data for RV70%20XUT: {'auction_closing_time': 1774854000.0, 'created_time': 1773834063.065521, 'last_price_update_time': 1774852405.822244}
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV70%2520XUT') HTTP/1.1" 204 0
2026-03-30 06:33:25 [bca.uk] INFO: Found listing with ID: WT25%20UFM
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFM%27 HTTP/1.1" 200 None
2026-03-30 06:33:25 [bca.uk] INFO: Scrape type for WT25%20UFM: 0
2026-03-30 06:33:25 [bca.uk] INFO: Found listing with ID: WT25%20UFV
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFV%27 HTTP/1.1" 200 None
2026-03-30 06:33:25 [bca.uk] INFO: Scrape type for WT25%20UFV: 2
2026-03-30 06:33:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with identifier: WT25%20UFV
2026-03-30 06:33:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with scrape type 2
2026-03-30 06:33:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with scrape type 2
2026-03-30 06:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f, identifier: WT25%20UFV
2026-03-30 06:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 360d57bd-0646-5bb6-b618-9b823e8a0c90 with identifier: AF23%20YTL
2026-03-30 06:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 360d57bd-0646-5bb6-b618-9b823e8a0c90 with identifier: AF23%20YTL
2026-03-30 06:33:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 360d57bd-0646-5bb6-b618-9b823e8a0c90 with identifier: AF23%20YTL to the API
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20YTL-GB',
 'category': 'Car',
 'color': 'british racing green iv',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '360d57bd-0646-5bb6-b618-9b823e8a0c90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF23 YTL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20YTL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 14751,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 EXCLUSIVE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE PREMIUM',
 'vin': 'WMW32DK0902U36049',
 'year': 2023}
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520YTL%27 HTTP/1.1" 200 None
2026-03-30 06:33:26 [bca.uk] INFO: Saving data for AF23%20YTL: {'auction_closing_time': 1775037600.0, 'created_time': 1774563400.087845, 'last_price_update_time': 1774852406.263241}
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520YTL') HTTP/1.1" 204 0
2026-03-30 06:33:26 [bca.uk] INFO: Found listing with ID: NU71%20JXC
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU71%2520JXC%27 HTTP/1.1" 200 None
2026-03-30 06:33:26 [bca.uk] INFO: Scrape type for NU71%20JXC: 0
2026-03-30 06:33:26 [bca.uk] INFO: Found listing with ID: SP20%20OYL
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP20%2520OYL%27 HTTP/1.1" 200 None
2026-03-30 06:33:26 [bca.uk] INFO: Scrape type for SP20%20OYL: 2
2026-03-30 06:33:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with identifier: SP20%20OYL
2026-03-30 06:33:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with scrape type 2
2026-03-30 06:33:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with scrape type 2
2026-03-30 06:33:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c58f11c-693d-5cfe-96cd-7a051a5e56a7, identifier: SP20%20OYL
2026-03-30 06:33:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de6930c9-196f-5822-ab88-1827eea821f3 with identifier: GP15%20AHK
2026-03-30 06:33:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de6930c9-196f-5822-ab88-1827eea821f3 with identifier: GP15%20AHK
2026-03-30 06:33:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de6930c9-196f-5822-ab88-1827eea821f3 with identifier: GP15%20AHK to the API
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP15%20AHK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'de6930c9-196f-5822-ab88-1827eea821f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GP15 AHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP15%20AHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'CITROEN',
 'model': 'C4 CACTUS',
 'odometer': 95312,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 CACTUS 1.2 P/T 82 FLAIR ETG Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 82 FLAIR ETG',
 'vin': 'VF70PHMZBFE550339',
 'year': 2015}
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP15%2520AHK%27 HTTP/1.1" 200 None
2026-03-30 06:33:26 [bca.uk] INFO: Saving data for GP15%20AHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774563637.679306, 'last_price_update_time': 1774852406.71457}
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP15%2520AHK') HTTP/1.1" 204 0
2026-03-30 06:33:26 [bca.uk] INFO: Found listing with ID: LN70%20JXB
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN70%2520JXB%27 HTTP/1.1" 200 None
2026-03-30 06:33:26 [bca.uk] INFO: Scrape type for LN70%20JXB: 2
2026-03-30 06:33:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de661af7-cd10-5d5e-899b-713aa90284ec with identifier: LN70%20JXB
2026-03-30 06:33:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de661af7-cd10-5d5e-899b-713aa90284ec with scrape type 2
2026-03-30 06:33:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de661af7-cd10-5d5e-899b-713aa90284ec with scrape type 2
2026-03-30 06:33:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de661af7-cd10-5d5e-899b-713aa90284ec, identifier: LN70%20JXB
2026-03-30 06:33:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with identifier: WT25%20UFV
2026-03-30 06:33:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with identifier: WT25%20UFV
2026-03-30 06:33:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2515fdb0-eb43-5f72-b4f5-1d02c7d9581f with identifier: WT25%20UFV to the API
2026-03-30 06:33:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UFV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2515fdb0-eb43-5f72-b4f5-1d02c7d9581f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UFV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 5960,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 23000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA9RSM03733',
 'year': 2025}
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFV%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Saving data for WT25%20UFV: {'auction_closing_time': 1775113200.0, 'created_time': 1773821936.362945, 'last_price_update_time': 1774852407.115988}
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UFV') HTTP/1.1" 204 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: BK67%20ZZW
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520ZZW%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for BK67%20ZZW: 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: EA20%20SZP
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA20%2520SZP%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for EA20%20SZP: 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: LA17%20FML
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520FML%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for LA17%20FML: 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: M28%20JXF
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M28%2520JXF%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for M28%20JXF: 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: MM67%20GNY
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM67%2520GNY%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for MM67%20GNY: 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: NG16%20CNJ
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG16%2520CNJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for NG16%20CNJ: 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: OE14%20ZVC
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE14%2520ZVC%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for OE14%20ZVC: 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: OW66%20ATN
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW66%2520ATN%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for OW66%20ATN: 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: VU68%20PBV
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520PBV%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for VU68%20PBV: 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: YG15%20BYV
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG15%2520BYV%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for YG15%20BYV: 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: YF69%20OBM
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF69%2520OBM%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for YF69%20OBM: 2
2026-03-30 06:33:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3e54da3-17dc-50bf-9859-1b21904b9379 with identifier: YF69%20OBM
2026-03-30 06:33:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3e54da3-17dc-50bf-9859-1b21904b9379 with scrape type 2
2026-03-30 06:33:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3e54da3-17dc-50bf-9859-1b21904b9379 with scrape type 2
2026-03-30 06:33:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3e54da3-17dc-50bf-9859-1b21904b9379, identifier: YF69%20OBM
2026-03-30 06:33:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with identifier: SP20%20OYL
2026-03-30 06:33:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with identifier: SP20%20OYL
2026-03-30 06:33:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c58f11c-693d-5cfe-96cd-7a051a5e56a7 with identifier: SP20%20OYL to the API
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP20%20OYL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4c58f11c-693d-5cfe-96cd-7a051a5e56a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP20 OYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP20%20OYL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 62226,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.4 DI-D 178 BARBARIAN 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DI-D 178 BARBARIAN 4WD',
 'vin': 'MMCJJKL10JH013071',
 'year': 2020}
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP20%2520OYL%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Saving data for SP20%20OYL: {'auction_closing_time': 1774940400.0, 'created_time': 1773824095.746743, 'last_price_update_time': 1774852407.774057}
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP20%2520OYL') HTTP/1.1" 204 0
2026-03-30 06:33:27 [bca.uk] INFO: Found listing with ID: EY12%20YYJ
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY12%2520YYJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:27 [bca.uk] INFO: Scrape type for EY12%20YYJ: 2
2026-03-30 06:33:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61f27424-e105-51e7-842f-1eb601fe56fe with identifier: EY12%20YYJ
2026-03-30 06:33:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61f27424-e105-51e7-842f-1eb601fe56fe with scrape type 2
2026-03-30 06:33:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61f27424-e105-51e7-842f-1eb601fe56fe with scrape type 2
2026-03-30 06:33:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61f27424-e105-51e7-842f-1eb601fe56fe, identifier: EY12%20YYJ
2026-03-30 06:33:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de661af7-cd10-5d5e-899b-713aa90284ec with identifier: LN70%20JXB
2026-03-30 06:33:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de661af7-cd10-5d5e-899b-713aa90284ec with identifier: LN70%20JXB
2026-03-30 06:33:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de661af7-cd10-5d5e-899b-713aa90284ec with identifier: LN70%20JXB to the API
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=80&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN70%20JXB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'de661af7-cd10-5d5e-899b-713aa90284ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN70 JXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN70%20JXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 EQ-B',
 'odometer': 67331,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 300 EQ-B 2.0 SPORT 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'SPORT 4M 9G',
 'vin': 'W1N2539842V261942',
 'year': 2020}
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN70%2520JXB%27 HTTP/1.1" 200 None
2026-03-30 06:33:28 [bca.uk] INFO: Saving data for LN70%20JXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774217121.856974, 'last_price_update_time': 1774852408.344915}
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN70%2520JXB') HTTP/1.1" 204 0
2026-03-30 06:33:28 [bca.uk] INFO: Found listing with ID: WT25%20UGA
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGA%27 HTTP/1.1" 200 None
2026-03-30 06:33:28 [bca.uk] INFO: Scrape type for WT25%20UGA: 2
2026-03-30 06:33:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with identifier: WT25%20UGA
2026-03-30 06:33:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with scrape type 2
2026-03-30 06:33:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with scrape type 2
2026-03-30 06:33:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e, identifier: WT25%20UGA
2026-03-30 06:33:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3e54da3-17dc-50bf-9859-1b21904b9379 with identifier: YF69%20OBM
2026-03-30 06:33:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3e54da3-17dc-50bf-9859-1b21904b9379 with identifier: YF69%20OBM
2026-03-30 06:33:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3e54da3-17dc-50bf-9859-1b21904b9379 with identifier: YF69%20OBM to the API
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF69%20OBM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd3e54da3-17dc-50bf-9859-1b21904b9379',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF69 OBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF69%20OBM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '118I',
 'odometer': 51792,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA7K320607F15342',
 'year': 2019}
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF69%2520OBM%27 HTTP/1.1" 200 None
2026-03-30 06:33:28 [bca.uk] INFO: Saving data for YF69%20OBM: {'auction_closing_time': 1774951200.0, 'created_time': 1774563394.868411, 'last_price_update_time': 1774852408.745993}
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF69%2520OBM') HTTP/1.1" 204 0
2026-03-30 06:33:28 [bca.uk] INFO: Found listing with ID: WJ18%20NKM
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520NKM%27 HTTP/1.1" 200 None
2026-03-30 06:33:28 [bca.uk] INFO: Scrape type for WJ18%20NKM: 2
2026-03-30 06:33:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb44fb5c-2e30-56ae-9613-09bc250b41a3 with identifier: WJ18%20NKM
2026-03-30 06:33:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb44fb5c-2e30-56ae-9613-09bc250b41a3 with scrape type 2
2026-03-30 06:33:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb44fb5c-2e30-56ae-9613-09bc250b41a3 with scrape type 2
2026-03-30 06:33:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb44fb5c-2e30-56ae-9613-09bc250b41a3, identifier: WJ18%20NKM
2026-03-30 06:33:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61f27424-e105-51e7-842f-1eb601fe56fe with identifier: EY12%20YYJ
2026-03-30 06:33:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61f27424-e105-51e7-842f-1eb601fe56fe with identifier: EY12%20YYJ
2026-03-30 06:33:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61f27424-e105-51e7-842f-1eb601fe56fe with identifier: EY12%20YYJ to the API
2026-03-30 06:33:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY12%20YYJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61f27424-e105-51e7-842f-1eb601fe56fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY12 YYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY12%20YYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '120D',
 'odometer': 100589,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'BMW 120D 2.0 SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT STEP',
 'vin': 'WBA1C320X0E642865',
 'year': 2012}
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY12%2520YYJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:29 [bca.uk] INFO: Saving data for EY12%20YYJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563643.895224, 'last_price_update_time': 1774852409.157744}
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY12%2520YYJ') HTTP/1.1" 204 0
2026-03-30 06:33:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with identifier: WT25%20UGA
2026-03-30 06:33:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with identifier: WT25%20UGA
2026-03-30 06:33:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e with identifier: WT25%20UGA to the API
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UGA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5db9c31f-7b2f-56cb-9c4a-a1d960f65d5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UGA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 3195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA8RSM03691',
 'year': 2025}
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGA%27 HTTP/1.1" 200 None
2026-03-30 06:33:29 [bca.uk] INFO: Saving data for WT25%20UGA: {'auction_closing_time': 1775113200.0, 'created_time': 1773821968.946941, 'last_price_update_time': 1774852409.492022}
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UGA') HTTP/1.1" 204 0
2026-03-30 06:33:29 [bca.uk] INFO: Found listing with ID: FE67%20PXN
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520PXN%27 HTTP/1.1" 200 None
2026-03-30 06:33:29 [bca.uk] INFO: Scrape type for FE67%20PXN: 2
2026-03-30 06:33:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 527465de-619e-5ddf-ad9b-805d8363f2b6 with identifier: FE67%20PXN
2026-03-30 06:33:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 527465de-619e-5ddf-ad9b-805d8363f2b6 with scrape type 2
2026-03-30 06:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 527465de-619e-5ddf-ad9b-805d8363f2b6 with scrape type 2
2026-03-30 06:33:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 527465de-619e-5ddf-ad9b-805d8363f2b6, identifier: FE67%20PXN
2026-03-30 06:33:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb44fb5c-2e30-56ae-9613-09bc250b41a3 with identifier: WJ18%20NKM
2026-03-30 06:33:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb44fb5c-2e30-56ae-9613-09bc250b41a3 with identifier: WJ18%20NKM
2026-03-30 06:33:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb44fb5c-2e30-56ae-9613-09bc250b41a3 with identifier: WJ18%20NKM to the API
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ18%20NKM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eb44fb5c-2e30-56ae-9613-09bc250b41a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ18 NKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ18%20NKM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': 'FIORINO CARGO',
 'odometer': 71154,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2200,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FIAT FIORINO CARGO 1.3 M/JET 80 SX Van',
 'transmission': 'manual',
 'trim': 'M/JET 80 SX',
 'vin': 'ZFA22500006J19821',
 'year': 2018}
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520NKM%27 HTTP/1.1" 200 None
2026-03-30 06:33:29 [bca.uk] INFO: Saving data for WJ18%20NKM: {'auction_closing_time': 1774940400.0, 'created_time': 1773825629.775973, 'last_price_update_time': 1774852409.935911}
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ18%2520NKM') HTTP/1.1" 204 0
2026-03-30 06:33:29 [bca.uk] INFO: Found listing with ID: ST62%20KHP
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST62%2520KHP%27 HTTP/1.1" 200 None
2026-03-30 06:33:29 [bca.uk] INFO: Scrape type for ST62%20KHP: 2
2026-03-30 06:33:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 517a6306-bc39-5c0f-99da-f43da99cc1a3 with identifier: ST62%20KHP
2026-03-30 06:33:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 517a6306-bc39-5c0f-99da-f43da99cc1a3 with scrape type 2
2026-03-30 06:33:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 517a6306-bc39-5c0f-99da-f43da99cc1a3 with scrape type 2
2026-03-30 06:33:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 517a6306-bc39-5c0f-99da-f43da99cc1a3, identifier: ST62%20KHP
2026-03-30 06:33:30 [bca.uk] INFO: Found listing with ID: WT25%20UGG
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGG%27 HTTP/1.1" 200 None
2026-03-30 06:33:30 [bca.uk] INFO: Scrape type for WT25%20UGG: 0
2026-03-30 06:33:30 [bca.uk] INFO: Found listing with ID: WT25%20UGL
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGL%27 HTTP/1.1" 200 None
2026-03-30 06:33:30 [bca.uk] INFO: Scrape type for WT25%20UGL: 0
2026-03-30 06:33:30 [bca.uk] INFO: Found listing with ID: WT25%20UGP
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGP%27 HTTP/1.1" 200 None
2026-03-30 06:33:30 [bca.uk] INFO: Scrape type for WT25%20UGP: 2
2026-03-30 06:33:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02b63718-4e4f-5ad5-9867-305601e6c1f9 with identifier: WT25%20UGP
2026-03-30 06:33:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02b63718-4e4f-5ad5-9867-305601e6c1f9 with scrape type 2
2026-03-30 06:33:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02b63718-4e4f-5ad5-9867-305601e6c1f9 with scrape type 2
2026-03-30 06:33:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02b63718-4e4f-5ad5-9867-305601e6c1f9, identifier: WT25%20UGP
2026-03-30 06:33:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 527465de-619e-5ddf-ad9b-805d8363f2b6 with identifier: FE67%20PXN
2026-03-30 06:33:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 527465de-619e-5ddf-ad9b-805d8363f2b6 with identifier: FE67%20PXN
2026-03-30 06:33:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 527465de-619e-5ddf-ad9b-805d8363f2b6 with identifier: FE67%20PXN to the API
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE67%20PXN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '527465de-619e-5ddf-ad9b-805d8363f2b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE67 PXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE67%20PXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AVENSIS',
 'odometer': 117978,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA AVENSIS 2.0 D-4D DESIGN Saloon',
 'transmission': 'manual',
 'trim': 'D-4D DESIGN',
 'vin': 'SB1BT76L00E023635',
 'year': 2017}
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE67%2520PXN%27 HTTP/1.1" 200 None
2026-03-30 06:33:30 [bca.uk] INFO: Saving data for FE67%20PXN: {'auction_closing_time': 1774951200.0, 'created_time': 1774563419.048742, 'last_price_update_time': 1774852410.529832}
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE67%2520PXN') HTTP/1.1" 204 0
2026-03-30 06:33:30 [bca.uk] INFO: Found listing with ID: WX22%20PZH
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520PZH%27 HTTP/1.1" 200 None
2026-03-30 06:33:30 [bca.uk] INFO: Scrape type for WX22%20PZH: 2
2026-03-30 06:33:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47330250-7735-579d-9d64-8a04a7339765 with identifier: WX22%20PZH
2026-03-30 06:33:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47330250-7735-579d-9d64-8a04a7339765 with scrape type 2
2026-03-30 06:33:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47330250-7735-579d-9d64-8a04a7339765 with scrape type 2
2026-03-30 06:33:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47330250-7735-579d-9d64-8a04a7339765, identifier: WX22%20PZH
2026-03-30 06:33:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 517a6306-bc39-5c0f-99da-f43da99cc1a3 with identifier: ST62%20KHP
2026-03-30 06:33:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 517a6306-bc39-5c0f-99da-f43da99cc1a3 with identifier: ST62%20KHP
2026-03-30 06:33:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 517a6306-bc39-5c0f-99da-f43da99cc1a3 with identifier: ST62%20KHP to the API
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST62%20KHP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '517a6306-bc39-5c0f-99da-f43da99cc1a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST62 KHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST62%20KHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 118440,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 140 2WD ZETEC StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 140 2WD ZETEC',
 'vin': 'WF0RXXGCDRCB49299',
 'year': 2012}
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST62%2520KHP%27 HTTP/1.1" 200 None
2026-03-30 06:33:30 [bca.uk] INFO: Saving data for ST62%20KHP: {'auction_closing_time': 1774951200.0, 'created_time': 1774563615.294999, 'last_price_update_time': 1774852410.934605}
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST62%2520KHP') HTTP/1.1" 204 0
2026-03-30 06:33:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02b63718-4e4f-5ad5-9867-305601e6c1f9 with identifier: WT25%20UGP
2026-03-30 06:33:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02b63718-4e4f-5ad5-9867-305601e6c1f9 with identifier: WT25%20UGP
2026-03-30 06:33:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02b63718-4e4f-5ad5-9867-305601e6c1f9 with identifier: WT25%20UGP to the API
2026-03-30 06:33:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=81&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UGP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '02b63718-4e4f-5ad5-9867-305601e6c1f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UGP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 2336,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA6RSM03608',
 'year': 2025}
2026-03-30 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGP%27 HTTP/1.1" 200 None
2026-03-30 06:33:31 [bca.uk] INFO: Saving data for WT25%20UGP: {'auction_closing_time': 1775113200.0, 'created_time': 1773821997.71747, 'last_price_update_time': 1774852411.629328}
2026-03-30 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UGP') HTTP/1.1" 204 0
2026-03-30 06:33:31 [bca.uk] INFO: Found listing with ID: EY70%20LFR
2026-03-30 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520LFR%27 HTTP/1.1" 200 None
2026-03-30 06:33:31 [bca.uk] INFO: Scrape type for EY70%20LFR: 2
2026-03-30 06:33:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfc27960-b581-5a0c-a057-b39130037d17 with identifier: EY70%20LFR
2026-03-30 06:33:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc27960-b581-5a0c-a057-b39130037d17 with scrape type 2
2026-03-30 06:33:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfc27960-b581-5a0c-a057-b39130037d17 with scrape type 2
2026-03-30 06:33:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfc27960-b581-5a0c-a057-b39130037d17, identifier: EY70%20LFR
2026-03-30 06:33:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47330250-7735-579d-9d64-8a04a7339765 with identifier: WX22%20PZH
2026-03-30 06:33:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47330250-7735-579d-9d64-8a04a7339765 with identifier: WX22%20PZH
2026-03-30 06:33:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47330250-7735-579d-9d64-8a04a7339765 with identifier: WX22%20PZH to the API
2026-03-30 06:33:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX22%20PZH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47330250-7735-579d-9d64-8a04a7339765',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX22 PZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX22%20PZH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 96895,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 170 LIMITED 1 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EBL 170 LIMITED 1',
 'vin': '6FPPXXMJ2PMD58996',
 'year': 2022}
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX22%2520PZH%27 HTTP/1.1" 200 None
2026-03-30 06:33:32 [bca.uk] INFO: Saving data for WX22%20PZH: {'auction_closing_time': 1774940400.0, 'created_time': 1773833512.309309, 'last_price_update_time': 1774852412.045334}
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX22%2520PZH') HTTP/1.1" 204 0
2026-03-30 06:33:32 [bca.uk] INFO: Found listing with ID: ND13%20KHL
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520KHL%27 HTTP/1.1" 200 None
2026-03-30 06:33:32 [bca.uk] INFO: Scrape type for ND13%20KHL: 2
2026-03-30 06:33:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with identifier: ND13%20KHL
2026-03-30 06:33:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with scrape type 2
2026-03-30 06:33:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with scrape type 2
2026-03-30 06:33:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be7dd82d-8e31-5614-9e23-e9e7e0e13b06, identifier: ND13%20KHL
2026-03-30 06:33:32 [bca.uk] INFO: Found listing with ID: WT25%20UHB
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHB%27 HTTP/1.1" 200 None
2026-03-30 06:33:32 [bca.uk] INFO: Scrape type for WT25%20UHB: 0
2026-03-30 06:33:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfc27960-b581-5a0c-a057-b39130037d17 with identifier: EY70%20LFR
2026-03-30 06:33:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfc27960-b581-5a0c-a057-b39130037d17 with identifier: EY70%20LFR
2026-03-30 06:33:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfc27960-b581-5a0c-a057-b39130037d17 with identifier: EY70%20LFR to the API
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY70%20LFR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dfc27960-b581-5a0c-a057-b39130037d17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY70 LFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY70%20LFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 31479,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.0 DIG-T 115 N-CONNECTA DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 115 N-CONNECTA DCT',
 'vin': 'SJNFAAF16U1061125',
 'year': 2020}
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520LFR%27 HTTP/1.1" 200 None
2026-03-30 06:33:32 [bca.uk] INFO: Saving data for EY70%20LFR: {'auction_closing_time': 1775124000.0, 'created_time': 1774563389.72735, 'last_price_update_time': 1774852412.479654}
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY70%2520LFR') HTTP/1.1" 204 0
2026-03-30 06:33:32 [bca.uk] INFO: Found listing with ID: YT25%20JVE
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT25%2520JVE%27 HTTP/1.1" 200 None
2026-03-30 06:33:32 [bca.uk] INFO: Scrape type for YT25%20JVE: 2
2026-03-30 06:33:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0889d0fb-6451-593d-9744-fe09b28536f1 with identifier: YT25%20JVE
2026-03-30 06:33:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0889d0fb-6451-593d-9744-fe09b28536f1 with scrape type 2
2026-03-30 06:33:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0889d0fb-6451-593d-9744-fe09b28536f1 with scrape type 2
2026-03-30 06:33:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0889d0fb-6451-593d-9744-fe09b28536f1, identifier: YT25%20JVE
2026-03-30 06:33:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with identifier: ND13%20KHL
2026-03-30 06:33:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with identifier: ND13%20KHL
2026-03-30 06:33:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be7dd82d-8e31-5614-9e23-e9e7e0e13b06 with identifier: ND13%20KHL to the API
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND13%20KHL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'be7dd82d-8e31-5614-9e23-e9e7e0e13b06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND13 KHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND13%20KHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 93583,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 1.6 TDI CR 105 S Hatchback',
 'transmission': 'manual',
 'trim': 'TDI CR 105 S',
 'vin': 'TMBBJ73T5D9051595',
 'year': 2018}
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520KHL%27 HTTP/1.1" 200 None
2026-03-30 06:33:32 [bca.uk] INFO: Saving data for ND13%20KHL: {'auction_closing_time': 1774951200.0, 'created_time': 1774563606.410425, 'last_price_update_time': 1774852412.986548}
2026-03-30 06:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND13%2520KHL') HTTP/1.1" 204 0
2026-03-30 06:33:33 [bca.uk] INFO: Found listing with ID: EA18%20OEP
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520OEP%27 HTTP/1.1" 200 None
2026-03-30 06:33:33 [bca.uk] INFO: Scrape type for EA18%20OEP: 2
2026-03-30 06:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 289307b4-9814-50e1-a5dd-2830ea7a06e4 with identifier: EA18%20OEP
2026-03-30 06:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 289307b4-9814-50e1-a5dd-2830ea7a06e4 with scrape type 2
2026-03-30 06:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 289307b4-9814-50e1-a5dd-2830ea7a06e4 with scrape type 2
2026-03-30 06:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 289307b4-9814-50e1-a5dd-2830ea7a06e4, identifier: EA18%20OEP
2026-03-30 06:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0889d0fb-6451-593d-9744-fe09b28536f1 with identifier: YT25%20JVE
2026-03-30 06:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0889d0fb-6451-593d-9744-fe09b28536f1 with identifier: YT25%20JVE
2026-03-30 06:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0889d0fb-6451-593d-9744-fe09b28536f1 with identifier: YT25%20JVE to the API
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 235,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT25%20JVE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0889d0fb-6451-593d-9744-fe09b28536f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT25 JVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT25%20JVE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 11520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 26500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL40 4X4 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DL40 4X4',
 'vin': 'MPATFS879RT008559',
 'year': 2025}
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT25%2520JVE%27 HTTP/1.1" 200 None
2026-03-30 06:33:33 [bca.uk] INFO: Saving data for YT25%20JVE: {'auction_closing_time': 1774940400.0, 'created_time': 1774355516.699687, 'last_price_update_time': 1774852413.610782}
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT25%2520JVE') HTTP/1.1" 204 0
2026-03-30 06:33:33 [bca.uk] INFO: Found listing with ID: E4%20SXC
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E4%2520SXC%27 HTTP/1.1" 200 None
2026-03-30 06:33:33 [bca.uk] INFO: Scrape type for E4%20SXC: 2
2026-03-30 06:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with identifier: E4%20SXC
2026-03-30 06:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with scrape type 2
2026-03-30 06:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with scrape type 2
2026-03-30 06:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e, identifier: E4%20SXC
2026-03-30 06:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 289307b4-9814-50e1-a5dd-2830ea7a06e4 with identifier: EA18%20OEP
2026-03-30 06:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 289307b4-9814-50e1-a5dd-2830ea7a06e4 with identifier: EA18%20OEP
2026-03-30 06:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 289307b4-9814-50e1-a5dd-2830ea7a06e4 with identifier: EA18%20OEP to the API
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA18%20OEP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '289307b4-9814-50e1-a5dd-2830ea7a06e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA18 OEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA18%20OEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 41339,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.2 P/T 82 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 FLAIR',
 'vin': 'VF7PAHMTCHR815334',
 'year': 2018}
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520OEP%27 HTTP/1.1" 200 None
2026-03-30 06:33:34 [bca.uk] INFO: Saving data for EA18%20OEP: {'auction_closing_time': 1775124000.0, 'created_time': 1774563391.844882, 'last_price_update_time': 1774852414.025555}
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA18%2520OEP') HTTP/1.1" 204 0
2026-03-30 06:33:34 [bca.uk] INFO: Found listing with ID: RJ74%20NJK
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520NJK%27 HTTP/1.1" 200 None
2026-03-30 06:33:34 [bca.uk] INFO: Scrape type for RJ74%20NJK: 2
2026-03-30 06:33:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with identifier: RJ74%20NJK
2026-03-30 06:33:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with scrape type 2
2026-03-30 06:33:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with scrape type 2
2026-03-30 06:33:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33f984bc-2d49-5e55-ad27-005afbe5c5e1, identifier: RJ74%20NJK
2026-03-30 06:33:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with identifier: E4%20SXC
2026-03-30 06:33:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with identifier: E4%20SXC
2026-03-30 06:33:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a04a9f7-f15f-525f-8f7b-1c51bab98b9e with identifier: E4%20SXC to the API
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=E4%20SXC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3a04a9f7-f15f-525f-8f7b-1c51bab98b9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'E4 SXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=E4%20SXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A3',
 'odometer': 101407,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI A3 2.0 TDI 140 BLACK ED.S/S Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 140 BLACK ED.S/S',
 'vin': 'WAUZZZ8P9CA088321',
 'year': 2011}
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27E4%2520SXC%27 HTTP/1.1" 200 None
2026-03-30 06:33:34 [bca.uk] INFO: Saving data for E4%20SXC: {'auction_closing_time': 1774951200.0, 'created_time': 1773933821.635082, 'last_price_update_time': 1774852414.444675}
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='E4%2520SXC') HTTP/1.1" 204 0
2026-03-30 06:33:34 [bca.uk] INFO: Found listing with ID: EN14%20GKC
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520GKC%27 HTTP/1.1" 200 None
2026-03-30 06:33:34 [bca.uk] INFO: Scrape type for EN14%20GKC: 2
2026-03-30 06:33:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 590a547b-1e33-553f-975e-e24d25444bab with identifier: EN14%20GKC
2026-03-30 06:33:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 590a547b-1e33-553f-975e-e24d25444bab with scrape type 2
2026-03-30 06:33:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 590a547b-1e33-553f-975e-e24d25444bab with scrape type 2
2026-03-30 06:33:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 590a547b-1e33-553f-975e-e24d25444bab, identifier: EN14%20GKC
2026-03-30 06:33:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with identifier: RJ74%20NJK
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=dark+grey HTTP/1.1" 200 None
2026-03-30 06:33:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:33:34 [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:33:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with identifier: RJ74%20NJK
2026-03-30 06:33:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33f984bc-2d49-5e55-ad27-005afbe5c5e1 with identifier: RJ74%20NJK to the API
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ74%20NJK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'dark grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33f984bc-2d49-5e55-ad27-005afbe5c5e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ74 NJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ74%20NJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 21489,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN AMAROK A33 2.0 TDI 205 4M STYLE CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDI 205 4M STYLE',
 'vin': 'WV4ZZZT19RS021283',
 'year': 2024}
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ74%2520NJK%27 HTTP/1.1" 200 None
2026-03-30 06:33:35 [bca.uk] INFO: Saving data for RJ74%20NJK: {'auction_closing_time': 1774854000.0, 'created_time': 1774015653.16509, 'last_price_update_time': 1774852415.02194}
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ74%2520NJK') HTTP/1.1" 204 0
2026-03-30 06:33:35 [bca.uk] INFO: Found listing with ID: SH64%20WCV
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH64%2520WCV%27 HTTP/1.1" 200 None
2026-03-30 06:33:35 [bca.uk] INFO: Scrape type for SH64%20WCV: 2
2026-03-30 06:33:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with identifier: SH64%20WCV
2026-03-30 06:33:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with scrape type 2
2026-03-30 06:33:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with scrape type 2
2026-03-30 06:33:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b560fb2-c801-5b50-a429-a71d2d3c0a91, identifier: SH64%20WCV
2026-03-30 06:33:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 590a547b-1e33-553f-975e-e24d25444bab with identifier: EN14%20GKC
2026-03-30 06:33:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 590a547b-1e33-553f-975e-e24d25444bab with identifier: EN14%20GKC
2026-03-30 06:33:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 590a547b-1e33-553f-975e-e24d25444bab with identifier: EN14%20GKC to the API
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN14%20GKC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '590a547b-1e33-553f-975e-e24d25444bab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN14 GKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN14%20GKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'HYUNDAI',
 'model': 'I40 TOURER',
 'odometer': 34435,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I40 TOURER 1.7 CRDI B/D 115 ACTIV Estate',
 'transmission': 'manual',
 'trim': 'CRDI B/D 115 ACTIV',
 'vin': 'KMHLB81ULDU078036',
 'year': 2014}
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN14%2520GKC%27 HTTP/1.1" 200 None
2026-03-30 06:33:35 [bca.uk] INFO: Saving data for EN14%20GKC: {'auction_closing_time': 1774951200.0, 'created_time': 1774563419.422253, 'last_price_update_time': 1774852415.427808}
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN14%2520GKC') HTTP/1.1" 204 0
2026-03-30 06:33:35 [bca.uk] INFO: Found listing with ID: DY73%20EZL
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520EZL%27 HTTP/1.1" 200 None
2026-03-30 06:33:35 [bca.uk] INFO: Scrape type for DY73%20EZL: 0
2026-03-30 06:33:35 [bca.uk] INFO: Found listing with ID: EN19%20YGL
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN19%2520YGL%27 HTTP/1.1" 200 None
2026-03-30 06:33:35 [bca.uk] INFO: Scrape type for EN19%20YGL: 2
2026-03-30 06:33:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with identifier: EN19%20YGL
2026-03-30 06:33:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with scrape type 2
2026-03-30 06:33:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with scrape type 2
2026-03-30 06:33:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67d7ca61-6093-5b7b-b3f2-56e0e3ada162, identifier: EN19%20YGL
2026-03-30 06:33:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with identifier: SH64%20WCV
2026-03-30 06:33:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with identifier: SH64%20WCV
2026-03-30 06:33:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b560fb2-c801-5b50-a429-a71d2d3c0a91 with identifier: SH64%20WCV to the API
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH64%20WCV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b560fb2-c801-5b50-a429-a71d2d3c0a91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH64 WCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH64%20WCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 94946,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0KXXGCBKEP53123',
 'year': 2014}
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH64%2520WCV%27 HTTP/1.1" 200 None
2026-03-30 06:33:35 [bca.uk] INFO: Saving data for SH64%20WCV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563607.834613, 'last_price_update_time': 1774852415.853324}
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH64%2520WCV') HTTP/1.1" 204 0
2026-03-30 06:33:35 [bca.uk] INFO: Found listing with ID: LP62%20TXD
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP62%2520TXD%27 HTTP/1.1" 200 None
2026-03-30 06:33:35 [bca.uk] INFO: Scrape type for LP62%20TXD: 2
2026-03-30 06:33:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f97a3c2d-2194-5280-b477-977c051d8d5d with identifier: LP62%20TXD
2026-03-30 06:33:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f97a3c2d-2194-5280-b477-977c051d8d5d with scrape type 2
2026-03-30 06:33:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f97a3c2d-2194-5280-b477-977c051d8d5d with scrape type 2
2026-03-30 06:33:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f97a3c2d-2194-5280-b477-977c051d8d5d, identifier: LP62%20TXD
2026-03-30 06:33:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with identifier: EN19%20YGL
2026-03-30 06:33:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with identifier: EN19%20YGL
2026-03-30 06:33:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67d7ca61-6093-5b7b-b3f2-56e0e3ada162 with identifier: EN19%20YGL to the API
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN19%20YGL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '67d7ca61-6093-5b7b-b3f2-56e0e3ada162',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN19 YGL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN19%20YGL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 51583,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB L/R',
 'vin': 'WF0YXXTTGYKE30407',
 'year': 2019}
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN19%2520YGL%27 HTTP/1.1" 200 None
2026-03-30 06:33:36 [bca.uk] INFO: Saving data for EN19%20YGL: {'auction_closing_time': 1774854000.0, 'created_time': 1774355484.607208, 'last_price_update_time': 1774852416.273229}
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN19%2520YGL') HTTP/1.1" 204 0
2026-03-30 06:33:36 [bca.uk] INFO: Found listing with ID: RE70%20FXW
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520FXW%27 HTTP/1.1" 200 None
2026-03-30 06:33:36 [bca.uk] INFO: Scrape type for RE70%20FXW: 2
2026-03-30 06:33:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with identifier: RE70%20FXW
2026-03-30 06:33:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with scrape type 2
2026-03-30 06:33:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with scrape type 2
2026-03-30 06:33:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74b8807e-9b09-554b-b7ab-4b5f8540c2ff, identifier: RE70%20FXW
2026-03-30 06:33:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f97a3c2d-2194-5280-b477-977c051d8d5d with identifier: LP62%20TXD
2026-03-30 06:33:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f97a3c2d-2194-5280-b477-977c051d8d5d with identifier: LP62%20TXD
2026-03-30 06:33:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f97a3c2d-2194-5280-b477-977c051d8d5d with identifier: LP62%20TXD to the API
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP62%20TXD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f97a3c2d-2194-5280-b477-977c051d8d5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP62 TXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP62%20TXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 57888,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.6 E-HDI A/D DSTYLE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'E-HDI A/D DSTYLE PLUS',
 'vin': 'VF7SA9HPKDW508941',
 'year': 2013}
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP62%2520TXD%27 HTTP/1.1" 200 None
2026-03-30 06:33:36 [bca.uk] INFO: Saving data for LP62%20TXD: {'auction_closing_time': 1774951200.0, 'created_time': 1774563431.667117, 'last_price_update_time': 1774852416.659592}
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP62%2520TXD') HTTP/1.1" 204 0
2026-03-30 06:33:36 [bca.uk] INFO: Found listing with ID: FP71%20XUZ
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520XUZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:36 [bca.uk] INFO: Scrape type for FP71%20XUZ: 2
2026-03-30 06:33:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd578083-faea-5c03-8b80-c90b7dc69102 with identifier: FP71%20XUZ
2026-03-30 06:33:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd578083-faea-5c03-8b80-c90b7dc69102 with scrape type 2
2026-03-30 06:33:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd578083-faea-5c03-8b80-c90b7dc69102 with scrape type 2
2026-03-30 06:33:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd578083-faea-5c03-8b80-c90b7dc69102, identifier: FP71%20XUZ
2026-03-30 06:33:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with identifier: RE70%20FXW
2026-03-30 06:33:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with identifier: RE70%20FXW
2026-03-30 06:33:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74b8807e-9b09-554b-b7ab-4b5f8540c2ff with identifier: RE70%20FXW to the API
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE70%20FXW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T08:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74b8807e-9b09-554b-b7ab-4b5f8540c2ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE70 FXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE70%20FXW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 115527,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 150 LM BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 LM BUSINESS',
 'vin': 'VF1MA000566316304',
 'year': 2020}
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520FXW%27 HTTP/1.1" 200 None
2026-03-30 06:33:37 [bca.uk] INFO: Saving data for RE70%20FXW: {'auction_closing_time': 1774857600.0, 'created_time': 1773910029.486128, 'last_price_update_time': 1774852417.078203}
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE70%2520FXW') HTTP/1.1" 204 0
2026-03-30 06:33:37 [bca.uk] INFO: Found listing with ID: BP11%20YWW
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP11%2520YWW%27 HTTP/1.1" 200 None
2026-03-30 06:33:37 [bca.uk] INFO: Scrape type for BP11%20YWW: 2
2026-03-30 06:33:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45cb7c41-9374-51f1-8f8c-5330164c509d with identifier: BP11%20YWW
2026-03-30 06:33:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45cb7c41-9374-51f1-8f8c-5330164c509d with scrape type 2
2026-03-30 06:33:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45cb7c41-9374-51f1-8f8c-5330164c509d with scrape type 2
2026-03-30 06:33:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45cb7c41-9374-51f1-8f8c-5330164c509d, identifier: BP11%20YWW
2026-03-30 06:33:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd578083-faea-5c03-8b80-c90b7dc69102 with identifier: FP71%20XUZ
2026-03-30 06:33:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd578083-faea-5c03-8b80-c90b7dc69102 with identifier: FP71%20XUZ
2026-03-30 06:33:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd578083-faea-5c03-8b80-c90b7dc69102 with identifier: FP71%20XUZ to the API
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP71%20XUZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dd578083-faea-5c03-8b80-c90b7dc69102',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP71 XUZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP71%20XUZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 104277,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYMK23452',
 'year': 2022}
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520XUZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:37 [bca.uk] INFO: Saving data for FP71%20XUZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774355367.257494, 'last_price_update_time': 1774852417.593142}
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP71%2520XUZ') HTTP/1.1" 204 0
2026-03-30 06:33:37 [bca.uk] INFO: Found listing with ID: AJ71%20FNF
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520FNF%27 HTTP/1.1" 200 None
2026-03-30 06:33:37 [bca.uk] INFO: Scrape type for AJ71%20FNF: 0
2026-03-30 06:33:37 [bca.uk] INFO: Found listing with ID: DE70%20OYM
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520OYM%27 HTTP/1.1" 200 None
2026-03-30 06:33:37 [bca.uk] INFO: Scrape type for DE70%20OYM: 0
2026-03-30 06:33:37 [bca.uk] INFO: Found listing with ID: YO68%20XDS
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520XDS%27 HTTP/1.1" 200 None
2026-03-30 06:33:37 [bca.uk] INFO: Scrape type for YO68%20XDS: 2
2026-03-30 06:33:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2657792-76d6-5eca-958e-57923615531c with identifier: YO68%20XDS
2026-03-30 06:33:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2657792-76d6-5eca-958e-57923615531c with scrape type 2
2026-03-30 06:33:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2657792-76d6-5eca-958e-57923615531c with scrape type 2
2026-03-30 06:33:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2657792-76d6-5eca-958e-57923615531c, identifier: YO68%20XDS
2026-03-30 06:33:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45cb7c41-9374-51f1-8f8c-5330164c509d with identifier: BP11%20YWW
2026-03-30 06:33:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45cb7c41-9374-51f1-8f8c-5330164c509d with identifier: BP11%20YWW
2026-03-30 06:33:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45cb7c41-9374-51f1-8f8c-5330164c509d with identifier: BP11%20YWW to the API
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP11%20YWW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '45cb7c41-9374-51f1-8f8c-5330164c509d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP11 YWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP11%20YWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 79786,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 122 Hatchback',
 'transmission': 'manual',
 'trim': '122',
 'vin': 'WMWSU32060T105102',
 'year': 2011}
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP11%2520YWW%27 HTTP/1.1" 200 None
2026-03-30 06:33:38 [bca.uk] INFO: Saving data for BP11%20YWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774563424.411029, 'last_price_update_time': 1774852418.019866}
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP11%2520YWW') HTTP/1.1" 204 0
2026-03-30 06:33:38 [bca.uk] INFO: Found listing with ID: VK72%20NGO
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520NGO%27 HTTP/1.1" 200 None
2026-03-30 06:33:38 [bca.uk] INFO: Scrape type for VK72%20NGO: 2
2026-03-30 06:33:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4818705c-d2d6-5a28-9c31-d02a522a4932 with identifier: VK72%20NGO
2026-03-30 06:33:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4818705c-d2d6-5a28-9c31-d02a522a4932 with scrape type 2
2026-03-30 06:33:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4818705c-d2d6-5a28-9c31-d02a522a4932 with scrape type 2
2026-03-30 06:33:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4818705c-d2d6-5a28-9c31-d02a522a4932, identifier: VK72%20NGO
2026-03-30 06:33:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2657792-76d6-5eca-958e-57923615531c with identifier: YO68%20XDS
2026-03-30 06:33:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2657792-76d6-5eca-958e-57923615531c with identifier: YO68%20XDS
2026-03-30 06:33:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2657792-76d6-5eca-958e-57923615531c with identifier: YO68%20XDS to the API
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO68%20XDS-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2657792-76d6-5eca-958e-57923615531c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO68 XDS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO68%20XDS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 85647,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0JXXGAHJJB71009',
 'year': 2018}
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520XDS%27 HTTP/1.1" 200 None
2026-03-30 06:33:38 [bca.uk] INFO: Saving data for YO68%20XDS: {'auction_closing_time': 1774854000.0, 'created_time': 1774016985.066101, 'last_price_update_time': 1774852418.432952}
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO68%2520XDS') HTTP/1.1" 204 0
2026-03-30 06:33:38 [bca.uk] INFO: Found listing with ID: FN61%20HWO
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN61%2520HWO%27 HTTP/1.1" 200 None
2026-03-30 06:33:38 [bca.uk] INFO: Scrape type for FN61%20HWO: 2
2026-03-30 06:33:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 930b763b-b4af-5b40-b68f-8841fa97eac7 with identifier: FN61%20HWO
2026-03-30 06:33:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 930b763b-b4af-5b40-b68f-8841fa97eac7 with scrape type 2
2026-03-30 06:33:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 930b763b-b4af-5b40-b68f-8841fa97eac7 with scrape type 2
2026-03-30 06:33:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 930b763b-b4af-5b40-b68f-8841fa97eac7, identifier: FN61%20HWO
2026-03-30 06:33:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4818705c-d2d6-5a28-9c31-d02a522a4932 with identifier: VK72%20NGO
2026-03-30 06:33:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4818705c-d2d6-5a28-9c31-d02a522a4932 with identifier: VK72%20NGO
2026-03-30 06:33:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4818705c-d2d6-5a28-9c31-d02a522a4932 with identifier: VK72%20NGO to the API
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK72%20NGO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4818705c-d2d6-5a28-9c31-d02a522a4932',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK72 NGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK72%20NGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 86443,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 150 LWB S/L BUSINESS DSG '
          'PanelVan',
 'transmission': 'automatic',
 'trim': 'TDI 150 LWB S/L BUSINESS DSG',
 'vin': 'WV1ZZZ7HZPH005082',
 'year': 2022}
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520NGO%27 HTTP/1.1" 200 None
2026-03-30 06:33:38 [bca.uk] INFO: Saving data for VK72%20NGO: {'auction_closing_time': 1774854000.0, 'created_time': 1774350771.056944, 'last_price_update_time': 1774852418.845637}
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK72%2520NGO') HTTP/1.1" 204 0
2026-03-30 06:33:38 [bca.uk] INFO: Found listing with ID: ESZ%207875
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ESZ%25207875%27 HTTP/1.1" 200 None
2026-03-30 06:33:38 [bca.uk] INFO: Scrape type for ESZ%207875: 2
2026-03-30 06:33:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with identifier: ESZ%207875
2026-03-30 06:33:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with scrape type 2
2026-03-30 06:33:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with scrape type 2
2026-03-30 06:33:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d87eb82f-f2c8-51ea-b83e-075c630a6cc9, identifier: ESZ%207875
2026-03-30 06:33:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 930b763b-b4af-5b40-b68f-8841fa97eac7 with identifier: FN61%20HWO
2026-03-30 06:33:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 930b763b-b4af-5b40-b68f-8841fa97eac7 with identifier: FN61%20HWO
2026-03-30 06:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 930b763b-b4af-5b40-b68f-8841fa97eac7 with identifier: FN61%20HWO to the API
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN61%20HWO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '930b763b-b4af-5b40-b68f-8841fa97eac7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN61 HWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN61%20HWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': '6',
 'odometer': 114508,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MAZDA 6 2.2 D 163 TS2 Hatchback',
 'transmission': 'manual',
 'trim': 'D 163 TS2',
 'vin': 'JMZGHA4B601459820',
 'year': 2011}
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN61%2520HWO%27 HTTP/1.1" 200 None
2026-03-30 06:33:39 [bca.uk] INFO: Saving data for FN61%20HWO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563422.467312, 'last_price_update_time': 1774852419.269516}
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN61%2520HWO') HTTP/1.1" 204 0
2026-03-30 06:33:39 [bca.uk] INFO: Found listing with ID: WN22%20SXW
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520SXW%27 HTTP/1.1" 200 None
2026-03-30 06:33:39 [bca.uk] INFO: Scrape type for WN22%20SXW: 0
2026-03-30 06:33:39 [bca.uk] INFO: Found listing with ID: MB13%20CPB
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MB13%2520CPB%27 HTTP/1.1" 200 None
2026-03-30 06:33:39 [bca.uk] INFO: Scrape type for MB13%20CPB: 2
2026-03-30 06:33:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 012be243-2848-586a-8f12-06c7b3d868eb with identifier: MB13%20CPB
2026-03-30 06:33:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 012be243-2848-586a-8f12-06c7b3d868eb with scrape type 2
2026-03-30 06:33:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 012be243-2848-586a-8f12-06c7b3d868eb with scrape type 2
2026-03-30 06:33:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 012be243-2848-586a-8f12-06c7b3d868eb, identifier: MB13%20CPB
2026-03-30 06:33:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with identifier: ESZ%207875
2026-03-30 06:33:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with identifier: ESZ%207875
2026-03-30 06:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d87eb82f-f2c8-51ea-b83e-075c630a6cc9 with identifier: ESZ%207875 to the API
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ESZ%207875-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd87eb82f-f2c8-51ea-b83e-075c630a6cc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ESZ 7875',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ESZ%207875&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '525I',
 'odometer': 138668,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'BMW 525I 2.5 (215) SE Saloon',
 'transmission': 'automatic',
 'trim': '(215) SE',
 'vin': 'WBANE52070CK67018',
 'year': 2005}
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ESZ%25207875%27 HTTP/1.1" 200 None
2026-03-30 06:33:39 [bca.uk] INFO: Saving data for ESZ%207875: {'auction_closing_time': 1774951200.0, 'created_time': 1774563596.736324, 'last_price_update_time': 1774852419.697044}
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ESZ%25207875') HTTP/1.1" 204 0
2026-03-30 06:33:39 [bca.uk] INFO: Found listing with ID: HG08%20HGP
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG08%2520HGP%27 HTTP/1.1" 200 None
2026-03-30 06:33:39 [bca.uk] INFO: Scrape type for HG08%20HGP: 2
2026-03-30 06:33:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 867abbf6-9cd8-5f81-a084-2bef7309c58d with identifier: HG08%20HGP
2026-03-30 06:33:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 867abbf6-9cd8-5f81-a084-2bef7309c58d with scrape type 2
2026-03-30 06:33:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 867abbf6-9cd8-5f81-a084-2bef7309c58d with scrape type 2
2026-03-30 06:33:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 867abbf6-9cd8-5f81-a084-2bef7309c58d, identifier: HG08%20HGP
2026-03-30 06:33:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 012be243-2848-586a-8f12-06c7b3d868eb with identifier: MB13%20CPB
2026-03-30 06:33:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 012be243-2848-586a-8f12-06c7b3d868eb with identifier: MB13%20CPB
2026-03-30 06:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 012be243-2848-586a-8f12-06c7b3d868eb with identifier: MB13%20CPB to the API
2026-03-30 06:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MB13%20CPB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '012be243-2848-586a-8f12-06c7b3d868eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MB13 CPB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MB13%20CPB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'SOUL',
 'odometer': 111683,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'KIA SOUL 1.6 CRDI 134 MIXX DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'CRDI 134 MIXX DCT',
 'vin': 'KNAJP816VG7277107',
 'year': 2015}
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MB13%2520CPB%27 HTTP/1.1" 200 None
2026-03-30 06:33:40 [bca.uk] INFO: Saving data for MB13%20CPB: {'auction_closing_time': 1774854000.0, 'created_time': 1773821465.182524, 'last_price_update_time': 1774852420.132466}
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MB13%2520CPB') HTTP/1.1" 204 0
2026-03-30 06:33:40 [bca.uk] INFO: Found listing with ID: WP18%20VMD
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520VMD%27 HTTP/1.1" 200 None
2026-03-30 06:33:40 [bca.uk] INFO: Scrape type for WP18%20VMD: 2
2026-03-30 06:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5be91ea5-128d-561f-bbc8-1526a841a4cd with identifier: WP18%20VMD
2026-03-30 06:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5be91ea5-128d-561f-bbc8-1526a841a4cd with scrape type 2
2026-03-30 06:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5be91ea5-128d-561f-bbc8-1526a841a4cd with scrape type 2
2026-03-30 06:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5be91ea5-128d-561f-bbc8-1526a841a4cd, identifier: WP18%20VMD
2026-03-30 06:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 867abbf6-9cd8-5f81-a084-2bef7309c58d with identifier: HG08%20HGP
2026-03-30 06:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 867abbf6-9cd8-5f81-a084-2bef7309c58d with identifier: HG08%20HGP
2026-03-30 06:33:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 867abbf6-9cd8-5f81-a084-2bef7309c58d with identifier: HG08%20HGP to the API
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG08%20HGP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '867abbf6-9cd8-5f81-a084-2bef7309c58d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG08 HGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG08%20HGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '125I',
 'odometer': 64612,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'BMW 125I 3.0 SE STEP Convertible',
 'transmission': 'manual',
 'trim': 'SE STEP',
 'vin': 'WBAUL92010VG73196',
 'year': 2008}
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG08%2520HGP%27 HTTP/1.1" 200 None
2026-03-30 06:33:40 [bca.uk] INFO: Saving data for HG08%20HGP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563409.314834, 'last_price_update_time': 1774852420.533922}
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG08%2520HGP') HTTP/1.1" 204 0
2026-03-30 06:33:40 [bca.uk] INFO: Found listing with ID: SN65%20ACL
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN65%2520ACL%27 HTTP/1.1" 200 None
2026-03-30 06:33:40 [bca.uk] INFO: Scrape type for SN65%20ACL: 2
2026-03-30 06:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d56ad225-2d36-5a2e-98ce-15bf282b9e16 with identifier: SN65%20ACL
2026-03-30 06:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d56ad225-2d36-5a2e-98ce-15bf282b9e16 with scrape type 2
2026-03-30 06:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d56ad225-2d36-5a2e-98ce-15bf282b9e16 with scrape type 2
2026-03-30 06:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d56ad225-2d36-5a2e-98ce-15bf282b9e16, identifier: SN65%20ACL
2026-03-30 06:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5be91ea5-128d-561f-bbc8-1526a841a4cd with identifier: WP18%20VMD
2026-03-30 06:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5be91ea5-128d-561f-bbc8-1526a841a4cd with identifier: WP18%20VMD
2026-03-30 06:33:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5be91ea5-128d-561f-bbc8-1526a841a4cd with identifier: WP18%20VMD to the API
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP18%20VMD-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5be91ea5-128d-561f-bbc8-1526a841a4cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP18 VMD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP18%20VMD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 48830,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 20D SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D SPORT STEP',
 'vin': 'WBAJJ12010EH65614',
 'year': 2018}
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520VMD%27 HTTP/1.1" 200 None
2026-03-30 06:33:41 [bca.uk] INFO: Saving data for WP18%20VMD: {'auction_closing_time': 1774951200.0, 'created_time': 1774563569.241471, 'last_price_update_time': 1774852421.020873}
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP18%2520VMD') HTTP/1.1" 204 0
2026-03-30 06:33:41 [bca.uk] INFO: Found listing with ID: PN65%20NPA
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN65%2520NPA%27 HTTP/1.1" 200 None
2026-03-30 06:33:41 [bca.uk] INFO: Scrape type for PN65%20NPA: 2
2026-03-30 06:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9a23997-517e-50c3-bb3a-4fe6a0821473 with identifier: PN65%20NPA
2026-03-30 06:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9a23997-517e-50c3-bb3a-4fe6a0821473 with scrape type 2
2026-03-30 06:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9a23997-517e-50c3-bb3a-4fe6a0821473 with scrape type 2
2026-03-30 06:33:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9a23997-517e-50c3-bb3a-4fe6a0821473, identifier: PN65%20NPA
2026-03-30 06:33:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d56ad225-2d36-5a2e-98ce-15bf282b9e16 with identifier: SN65%20ACL
2026-03-30 06:33:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d56ad225-2d36-5a2e-98ce-15bf282b9e16 with identifier: SN65%20ACL
2026-03-30 06:33:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d56ad225-2d36-5a2e-98ce-15bf282b9e16 with identifier: SN65%20ACL to the API
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN65%20ACL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd56ad225-2d36-5a2e-98ce-15bf282b9e16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN65 ACL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN65%20ACL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 60234,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 TDI 272 QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 272 QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M4GD009198',
 'year': 2015}
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN65%2520ACL%27 HTTP/1.1" 200 None
2026-03-30 06:33:41 [bca.uk] INFO: Saving data for SN65%20ACL: {'auction_closing_time': 1774854000.0, 'created_time': 1774004499.887756, 'last_price_update_time': 1774852421.440204}
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN65%2520ACL') HTTP/1.1" 204 0
2026-03-30 06:33:41 [bca.uk] INFO: Found listing with ID: MJ18%20DZA
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520DZA%27 HTTP/1.1" 200 None
2026-03-30 06:33:41 [bca.uk] INFO: Scrape type for MJ18%20DZA: 2
2026-03-30 06:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with identifier: MJ18%20DZA
2026-03-30 06:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with scrape type 2
2026-03-30 06:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with scrape type 2
2026-03-30 06:33:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3b8b09c-f5c5-5242-9db6-6f4ad4028430, identifier: MJ18%20DZA
2026-03-30 06:33:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9a23997-517e-50c3-bb3a-4fe6a0821473 with identifier: PN65%20NPA
2026-03-30 06:33:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9a23997-517e-50c3-bb3a-4fe6a0821473 with identifier: PN65%20NPA
2026-03-30 06:33:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9a23997-517e-50c3-bb3a-4fe6a0821473 with identifier: PN65%20NPA to the API
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN65%20NPA-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9a23997-517e-50c3-bb3a-4fe6a0821473',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN65 NPA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN65%20NPA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FIAT',
 'model': '500',
 'odometer': 62742,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 POP STAR Hatchback',
 'transmission': 'manual',
 'trim': 'POP STAR',
 'vin': 'ZFA3120000J377491',
 'year': 2015}
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN65%2520NPA%27 HTTP/1.1" 200 None
2026-03-30 06:33:41 [bca.uk] INFO: Saving data for PN65%20NPA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563410.076759, 'last_price_update_time': 1774852421.82074}
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN65%2520NPA') HTTP/1.1" 204 0
2026-03-30 06:33:41 [bca.uk] INFO: Found listing with ID: AP15%20EEW
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP15%2520EEW%27 HTTP/1.1" 200 None
2026-03-30 06:33:41 [bca.uk] INFO: Scrape type for AP15%20EEW: 2
2026-03-30 06:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9021a8d8-cc03-5439-9e6f-397ae87e1014 with identifier: AP15%20EEW
2026-03-30 06:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9021a8d8-cc03-5439-9e6f-397ae87e1014 with scrape type 2
2026-03-30 06:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9021a8d8-cc03-5439-9e6f-397ae87e1014 with scrape type 2
2026-03-30 06:33:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9021a8d8-cc03-5439-9e6f-397ae87e1014, identifier: AP15%20EEW
2026-03-30 06:33:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with identifier: MJ18%20DZA
2026-03-30 06:33:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with identifier: MJ18%20DZA
2026-03-30 06:33:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3b8b09c-f5c5-5242-9db6-6f4ad4028430 with identifier: MJ18%20DZA to the API
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ18%20DZA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f3b8b09c-f5c5-5242-9db6-6f4ad4028430',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ18 DZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ18%20DZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 69291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.6 THP 165 GT LINE PREMIUM EAT6 StationWagon',
 'transmission': 'automatic',
 'trim': 'THP 165 GT LINE PREMIUM EAT6',
 'vin': 'VF3M45GZWJL017266',
 'year': 2018}
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ18%2520DZA%27 HTTP/1.1" 200 None
2026-03-30 06:33:42 [bca.uk] INFO: Saving data for MJ18%20DZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774563570.801218, 'last_price_update_time': 1774852422.275553}
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ18%2520DZA') HTTP/1.1" 204 0
2026-03-30 06:33:42 [bca.uk] INFO: Found listing with ID: PO67%20WWL
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520WWL%27 HTTP/1.1" 200 None
2026-03-30 06:33:42 [bca.uk] INFO: Scrape type for PO67%20WWL: 2
2026-03-30 06:33:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 159c4084-e64a-571a-957c-283a793e5f74 with identifier: PO67%20WWL
2026-03-30 06:33:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 159c4084-e64a-571a-957c-283a793e5f74 with scrape type 2
2026-03-30 06:33:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 159c4084-e64a-571a-957c-283a793e5f74 with scrape type 2
2026-03-30 06:33:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 159c4084-e64a-571a-957c-283a793e5f74, identifier: PO67%20WWL
2026-03-30 06:33:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9021a8d8-cc03-5439-9e6f-397ae87e1014 with identifier: AP15%20EEW
2026-03-30 06:33:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9021a8d8-cc03-5439-9e6f-397ae87e1014 with identifier: AP15%20EEW
2026-03-30 06:33:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9021a8d8-cc03-5439-9e6f-397ae87e1014 with identifier: AP15%20EEW to the API
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP15%20EEW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9021a8d8-cc03-5439-9e6f-397ae87e1014',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AP15 EEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP15%20EEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JEEP',
 'model': 'GRAND CHEROKEE',
 'odometer': 98193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'JEEP GRAND CHEROKEE 3.0 CRD OVERLAND StationWagon',
 'transmission': 'automatic',
 'trim': 'CRD OVERLAND',
 'vin': '1C4RJFGM1FC879385',
 'year': 2015}
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP15%2520EEW%27 HTTP/1.1" 200 None
2026-03-30 06:33:42 [bca.uk] INFO: Saving data for AP15%20EEW: {'auction_closing_time': 1774854000.0, 'created_time': 1774004501.519013, 'last_price_update_time': 1774852422.711642}
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP15%2520EEW') HTTP/1.1" 204 0
2026-03-30 06:33:42 [bca.uk] INFO: Found listing with ID: MV63%20ENE
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV63%2520ENE%27 HTTP/1.1" 200 None
2026-03-30 06:33:42 [bca.uk] INFO: Scrape type for MV63%20ENE: 2
2026-03-30 06:33:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7a1469e-9341-564c-b46d-443119eaeddd with identifier: MV63%20ENE
2026-03-30 06:33:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7a1469e-9341-564c-b46d-443119eaeddd with scrape type 2
2026-03-30 06:33:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7a1469e-9341-564c-b46d-443119eaeddd with scrape type 2
2026-03-30 06:33:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7a1469e-9341-564c-b46d-443119eaeddd, identifier: MV63%20ENE
2026-03-30 06:33:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 159c4084-e64a-571a-957c-283a793e5f74 with identifier: PO67%20WWL
2026-03-30 06:33:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 159c4084-e64a-571a-957c-283a793e5f74 with identifier: PO67%20WWL
2026-03-30 06:33:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 159c4084-e64a-571a-957c-283a793e5f74 with identifier: PO67%20WWL to the API
2026-03-30 06:33:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO67%20WWL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '159c4084-e64a-571a-957c-283a793e5f74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO67 WWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO67%20WWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 66140,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.4 T 140 ACTIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 140 ACTIVE',
 'vin': 'W0VJC7E88HB250689',
 'year': 2017}
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520WWL%27 HTTP/1.1" 200 None
2026-03-30 06:33:43 [bca.uk] INFO: Saving data for PO67%20WWL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563408.080565, 'last_price_update_time': 1774852423.121479}
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO67%2520WWL') HTTP/1.1" 204 0
2026-03-30 06:33:43 [bca.uk] INFO: Found listing with ID: BG19%20MDN
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520MDN%27 HTTP/1.1" 200 None
2026-03-30 06:33:43 [bca.uk] INFO: Scrape type for BG19%20MDN: 2
2026-03-30 06:33:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with identifier: BG19%20MDN
2026-03-30 06:33:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with scrape type 2
2026-03-30 06:33:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with scrape type 2
2026-03-30 06:33:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb, identifier: BG19%20MDN
2026-03-30 06:33:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7a1469e-9341-564c-b46d-443119eaeddd with identifier: MV63%20ENE
2026-03-30 06:33:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7a1469e-9341-564c-b46d-443119eaeddd with identifier: MV63%20ENE
2026-03-30 06:33:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7a1469e-9341-564c-b46d-443119eaeddd with identifier: MV63%20ENE to the API
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV63%20ENE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c7a1469e-9341-564c-b46d-443119eaeddd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV63 ENE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV63%20ENE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 77007,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 163 TITANIUM X BUS.ED.P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'TDCI 163 TITANIUM X BUS.ED.P/S',
 'vin': 'WF0EXXGBBEDG65831',
 'year': 2013}
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV63%2520ENE%27 HTTP/1.1" 200 None
2026-03-30 06:33:43 [bca.uk] INFO: Saving data for MV63%20ENE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563569.667354, 'last_price_update_time': 1774852423.562342}
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV63%2520ENE') HTTP/1.1" 204 0
2026-03-30 06:33:43 [bca.uk] INFO: Found listing with ID: SJ53%20LFF
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ53%2520LFF%27 HTTP/1.1" 200 None
2026-03-30 06:33:43 [bca.uk] INFO: Scrape type for SJ53%20LFF: 2
2026-03-30 06:33:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b96ec8f3-b753-52f0-8aec-02231e19482f with identifier: SJ53%20LFF
2026-03-30 06:33:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b96ec8f3-b753-52f0-8aec-02231e19482f with scrape type 2
2026-03-30 06:33:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b96ec8f3-b753-52f0-8aec-02231e19482f with scrape type 2
2026-03-30 06:33:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b96ec8f3-b753-52f0-8aec-02231e19482f, identifier: SJ53%20LFF
2026-03-30 06:33:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with identifier: BG19%20MDN
2026-03-30 06:33:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with identifier: BG19%20MDN
2026-03-30 06:33:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e16c4c1-e28b-5822-9da2-9cc32a7e91fb with identifier: BG19%20MDN to the API
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG19%20MDN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7e16c4c1-e28b-5822-9da2-9cc32a7e91fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG19 MDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG19%20MDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 88733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 200 L1 LTD.L/R PS Van',
 'transmission': 'automatic',
 'trim': 'EBL 120 200 L1 LTD.L/R PS',
 'vin': 'WF0RXXWPGRKC02766',
 'year': 2019}
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG19%2520MDN%27 HTTP/1.1" 200 None
2026-03-30 06:33:43 [bca.uk] INFO: Saving data for BG19%20MDN: {'auction_closing_time': 1774854000.0, 'created_time': 1774352003.217206, 'last_price_update_time': 1774852423.98415}
2026-03-30 06:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG19%2520MDN') HTTP/1.1" 204 0
2026-03-30 06:33:44 [bca.uk] INFO: Found listing with ID: CA72%20ZHD
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520ZHD%27 HTTP/1.1" 200 None
2026-03-30 06:33:44 [bca.uk] INFO: Scrape type for CA72%20ZHD: 2
2026-03-30 06:33:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42905582-20fa-52cc-bf0e-a564c63f93c7 with identifier: CA72%20ZHD
2026-03-30 06:33:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42905582-20fa-52cc-bf0e-a564c63f93c7 with scrape type 2
2026-03-30 06:33:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42905582-20fa-52cc-bf0e-a564c63f93c7 with scrape type 2
2026-03-30 06:33:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42905582-20fa-52cc-bf0e-a564c63f93c7, identifier: CA72%20ZHD
2026-03-30 06:33:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b96ec8f3-b753-52f0-8aec-02231e19482f with identifier: SJ53%20LFF
2026-03-30 06:33:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b96ec8f3-b753-52f0-8aec-02231e19482f with identifier: SJ53%20LFF
2026-03-30 06:33:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b96ec8f3-b753-52f0-8aec-02231e19482f with identifier: SJ53%20LFF to the API
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ53%20LFF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b96ec8f3-b753-52f0-8aec-02231e19482f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ53 LFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ53%20LFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 132781,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'AUDI TT 1.8 T 225 QUATTRO Coupe',
 'transmission': 'manual',
 'trim': 'T 225 QUATTRO',
 'vin': 'TRUZZZ8N841005146',
 'year': 2003}
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ53%2520LFF%27 HTTP/1.1" 200 None
2026-03-30 06:33:44 [bca.uk] INFO: Saving data for SJ53%20LFF: {'auction_closing_time': 1774951200.0, 'created_time': 1774563412.532049, 'last_price_update_time': 1774852424.404913}
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ53%2520LFF') HTTP/1.1" 204 0
2026-03-30 06:33:44 [bca.uk] INFO: Found listing with ID: LC22%20BXU
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520BXU%27 HTTP/1.1" 200 None
2026-03-30 06:33:44 [bca.uk] INFO: Scrape type for LC22%20BXU: 2
2026-03-30 06:33:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00bfda8f-e81d-58a7-a906-61b1e1fda200 with identifier: LC22%20BXU
2026-03-30 06:33:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00bfda8f-e81d-58a7-a906-61b1e1fda200 with scrape type 2
2026-03-30 06:33:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00bfda8f-e81d-58a7-a906-61b1e1fda200 with scrape type 2
2026-03-30 06:33:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00bfda8f-e81d-58a7-a906-61b1e1fda200, identifier: LC22%20BXU
2026-03-30 06:33:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42905582-20fa-52cc-bf0e-a564c63f93c7 with identifier: CA72%20ZHD
2026-03-30 06:33:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42905582-20fa-52cc-bf0e-a564c63f93c7 with identifier: CA72%20ZHD
2026-03-30 06:33:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42905582-20fa-52cc-bf0e-a564c63f93c7 with identifier: CA72%20ZHD to the API
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA72%20ZHD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '42905582-20fa-52cc-bf0e-a564c63f93c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA72 ZHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA72%20ZHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 41383,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 110KW 45KWH LIFE PURE PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 45KWH LIFE PURE PERF.',
 'vin': 'WVWZZZE1ZPP011402',
 'year': 2022}
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520ZHD%27 HTTP/1.1" 200 None
2026-03-30 06:33:44 [bca.uk] INFO: Saving data for CA72%20ZHD: {'auction_closing_time': 1774951200.0, 'created_time': 1774447675.388799, 'last_price_update_time': 1774852424.807519}
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520ZHD') HTTP/1.1" 204 0
2026-03-30 06:33:44 [bca.uk] INFO: Found listing with ID: BD72%20UWA
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520UWA%27 HTTP/1.1" 200 None
2026-03-30 06:33:44 [bca.uk] INFO: Scrape type for BD72%20UWA: 0
2026-03-30 06:33:44 [bca.uk] INFO: Found listing with ID: HV72%20UZX
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV72%2520UZX%27 HTTP/1.1" 200 None
2026-03-30 06:33:44 [bca.uk] INFO: Scrape type for HV72%20UZX: 0
2026-03-30 06:33:44 [bca.uk] INFO: Found listing with ID: ND72%20UGO
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520UGO%27 HTTP/1.1" 200 None
2026-03-30 06:33:44 [bca.uk] INFO: Scrape type for ND72%20UGO: 0
2026-03-30 06:33:44 [bca.uk] INFO: Found listing with ID: YS22%20ODW
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS22%2520ODW%27 HTTP/1.1" 200 None
2026-03-30 06:33:44 [bca.uk] INFO: Scrape type for YS22%20ODW: 0
2026-03-30 06:33:44 [bca.uk] INFO: Found listing with ID: MT13%20VNW
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT13%2520VNW%27 HTTP/1.1" 200 None
2026-03-30 06:33:44 [bca.uk] INFO: Scrape type for MT13%20VNW: 2
2026-03-30 06:33:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with identifier: MT13%20VNW
2026-03-30 06:33:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with scrape type 2
2026-03-30 06:33:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with scrape type 2
2026-03-30 06:33:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19d39c26-cfa3-552c-8d2a-9e9dab30e20d, identifier: MT13%20VNW
2026-03-30 06:33:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00bfda8f-e81d-58a7-a906-61b1e1fda200 with identifier: LC22%20BXU
2026-03-30 06:33:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00bfda8f-e81d-58a7-a906-61b1e1fda200 with identifier: LC22%20BXU
2026-03-30 06:33:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00bfda8f-e81d-58a7-a906-61b1e1fda200 with identifier: LC22%20BXU to the API
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC22%20BXU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '00bfda8f-e81d-58a7-a906-61b1e1fda200',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC22 BXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC22%20BXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 102052,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1400 2.0 BLUEHDI 120 M ENTERPRISE S/S PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 M ENTERPRISE S/S',
 'vin': 'VF7VFEHTMN7019186',
 'year': 2022}
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520BXU%27 HTTP/1.1" 200 None
2026-03-30 06:33:45 [bca.uk] INFO: Saving data for LC22%20BXU: {'auction_closing_time': 1774854000.0, 'created_time': 1773826224.151985, 'last_price_update_time': 1774852425.309665}
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC22%2520BXU') HTTP/1.1" 204 0
2026-03-30 06:33:45 [bca.uk] INFO: Found listing with ID: LV70%20NVZ
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV70%2520NVZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:45 [bca.uk] INFO: Scrape type for LV70%20NVZ: 2
2026-03-30 06:33:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b04719eb-78df-590b-9e87-e4a98a2c9881 with identifier: LV70%20NVZ
2026-03-30 06:33:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b04719eb-78df-590b-9e87-e4a98a2c9881 with scrape type 2
2026-03-30 06:33:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b04719eb-78df-590b-9e87-e4a98a2c9881 with scrape type 2
2026-03-30 06:33:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b04719eb-78df-590b-9e87-e4a98a2c9881, identifier: LV70%20NVZ
2026-03-30 06:33:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with identifier: MT13%20VNW
2026-03-30 06:33:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with identifier: MT13%20VNW
2026-03-30 06:33:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19d39c26-cfa3-552c-8d2a-9e9dab30e20d with identifier: MT13%20VNW to the API
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT13%20VNW-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '19d39c26-cfa3-552c-8d2a-9e9dab30e20d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT13 VNW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT13%20VNW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 53563,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 E-HDI 115 ALLURE EGC MPV',
 'transmission': 'automatic',
 'trim': 'E-HDI 115 ALLURE EGC',
 'vin': 'VF30U9HD8DS116462',
 'year': 2013}
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT13%2520VNW%27 HTTP/1.1" 200 None
2026-03-30 06:33:45 [bca.uk] INFO: Saving data for MT13%20VNW: {'auction_closing_time': 1774951200.0, 'created_time': 1774563404.488518, 'last_price_update_time': 1774852425.807048}
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT13%2520VNW') HTTP/1.1" 204 0
2026-03-30 06:33:45 [bca.uk] INFO: Found listing with ID: CX05%20HZZ
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX05%2520HZZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:45 [bca.uk] INFO: Scrape type for CX05%20HZZ: 2
2026-03-30 06:33:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2518e3a-16ed-5874-bcee-4ac2be8c3546 with identifier: CX05%20HZZ
2026-03-30 06:33:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2518e3a-16ed-5874-bcee-4ac2be8c3546 with scrape type 2
2026-03-30 06:33:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2518e3a-16ed-5874-bcee-4ac2be8c3546 with scrape type 2
2026-03-30 06:33:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2518e3a-16ed-5874-bcee-4ac2be8c3546, identifier: CX05%20HZZ
2026-03-30 06:33:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b04719eb-78df-590b-9e87-e4a98a2c9881 with identifier: LV70%20NVZ
2026-03-30 06:33:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b04719eb-78df-590b-9e87-e4a98a2c9881 with identifier: LV70%20NVZ
2026-03-30 06:33:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b04719eb-78df-590b-9e87-e4a98a2c9881 with identifier: LV70%20NVZ to the API
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV70%20NVZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b04719eb-78df-590b-9e87-e4a98a2c9881',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV70 NVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV70%20NVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 38546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 155 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 155 ST-LINE X',
 'vin': 'WF02XXERK2LD40149',
 'year': 2020}
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV70%2520NVZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:46 [bca.uk] INFO: Saving data for LV70%20NVZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563585.510951, 'last_price_update_time': 1774852426.272856}
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV70%2520NVZ') HTTP/1.1" 204 0
2026-03-30 06:33:46 [bca.uk] INFO: Found listing with ID: MV75%20YTH
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV75%2520YTH%27 HTTP/1.1" 200 None
2026-03-30 06:33:46 [bca.uk] INFO: Scrape type for MV75%20YTH: 0
2026-03-30 06:33:46 [bca.uk] INFO: Found listing with ID: DS20%20DMV
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS20%2520DMV%27 HTTP/1.1" 200 None
2026-03-30 06:33:46 [bca.uk] INFO: Scrape type for DS20%20DMV: 2
2026-03-30 06:33:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 044947f9-310b-5cf8-be2d-5946147499f8 with identifier: DS20%20DMV
2026-03-30 06:33:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 044947f9-310b-5cf8-be2d-5946147499f8 with scrape type 2
2026-03-30 06:33:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 044947f9-310b-5cf8-be2d-5946147499f8 with scrape type 2
2026-03-30 06:33:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 044947f9-310b-5cf8-be2d-5946147499f8, identifier: DS20%20DMV
2026-03-30 06:33:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2518e3a-16ed-5874-bcee-4ac2be8c3546 with identifier: CX05%20HZZ
2026-03-30 06:33:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2518e3a-16ed-5874-bcee-4ac2be8c3546 with identifier: CX05%20HZZ
2026-03-30 06:33:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2518e3a-16ed-5874-bcee-4ac2be8c3546 with identifier: CX05%20HZZ to the API
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 275,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX05%20HZZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.7L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a2518e3a-16ed-5874-bcee-4ac2be8c3546',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX05 HZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX05%20HZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 3',
 'odometer': 115852,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3 2.7 TD V6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD V6 HSE',
 'vin': 'SALLAAA135A332797',
 'year': 2005}
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX05%2520HZZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:46 [bca.uk] INFO: Saving data for CX05%20HZZ: {'auction_closing_time': 1774854000.0, 'created_time': 1774350208.263212, 'last_price_update_time': 1774852426.714578}
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX05%2520HZZ') HTTP/1.1" 204 0
2026-03-30 06:33:46 [bca.uk] INFO: Found listing with ID: SP19%20VTL
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520VTL%27 HTTP/1.1" 200 None
2026-03-30 06:33:46 [bca.uk] INFO: Scrape type for SP19%20VTL: 2
2026-03-30 06:33:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a946b623-f9a0-5721-9ae8-5ea904bcf531 with identifier: SP19%20VTL
2026-03-30 06:33:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a946b623-f9a0-5721-9ae8-5ea904bcf531 with scrape type 2
2026-03-30 06:33:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a946b623-f9a0-5721-9ae8-5ea904bcf531 with scrape type 2
2026-03-30 06:33:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a946b623-f9a0-5721-9ae8-5ea904bcf531, identifier: SP19%20VTL
2026-03-30 06:33:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 044947f9-310b-5cf8-be2d-5946147499f8 with identifier: DS20%20DMV
2026-03-30 06:33:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 044947f9-310b-5cf8-be2d-5946147499f8 with identifier: DS20%20DMV
2026-03-30 06:33:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 044947f9-310b-5cf8-be2d-5946147499f8 with identifier: DS20%20DMV to the API
2026-03-30 06:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS20%20DMV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '044947f9-310b-5cf8-be2d-5946147499f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS20 DMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS20%20DMV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY C20',
 'odometer': 63871,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6150,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY C20 2.0 TDI 102 BMT STARTLINE Van',
 'transmission': 'manual',
 'trim': 'TDI 102 BMT STARTLINE',
 'vin': 'WV1ZZZ2KZLX079420',
 'year': 2020}
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS20%2520DMV%27 HTTP/1.1" 200 None
2026-03-30 06:33:47 [bca.uk] INFO: Saving data for DS20%20DMV: {'auction_closing_time': 1774854000.0, 'created_time': 1773839756.144146, 'last_price_update_time': 1774852427.131632}
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS20%2520DMV') HTTP/1.1" 204 0
2026-03-30 06:33:47 [bca.uk] INFO: Found listing with ID: EU09%20JZT
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU09%2520JZT%27 HTTP/1.1" 200 None
2026-03-30 06:33:47 [bca.uk] INFO: Scrape type for EU09%20JZT: 2
2026-03-30 06:33:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with identifier: EU09%20JZT
2026-03-30 06:33:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with scrape type 2
2026-03-30 06:33:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with scrape type 2
2026-03-30 06:33:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82da7f99-1ae0-55f1-bbde-65d41f28a8cf, identifier: EU09%20JZT
2026-03-30 06:33:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a946b623-f9a0-5721-9ae8-5ea904bcf531 with identifier: SP19%20VTL
2026-03-30 06:33:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a946b623-f9a0-5721-9ae8-5ea904bcf531 with identifier: SP19%20VTL
2026-03-30 06:33:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a946b623-f9a0-5721-9ae8-5ea904bcf531 with identifier: SP19%20VTL to the API
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP19%20VTL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a946b623-f9a0-5721-9ae8-5ea904bcf531',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP19 VTL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP19%20VTL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 68094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.5 35 TFSI S LINE Hatchback',
 'transmission': 'manual',
 'trim': '35 TFSI S LINE',
 'vin': 'WAUZZZ8V9KA060869',
 'year': 2019}
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520VTL%27 HTTP/1.1" 200 None
2026-03-30 06:33:47 [bca.uk] INFO: Saving data for SP19%20VTL: {'auction_closing_time': 1775037600.0, 'created_time': 1774438236.019854, 'last_price_update_time': 1774852427.543774}
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP19%2520VTL') HTTP/1.1" 204 0
2026-03-30 06:33:47 [bca.uk] INFO: Found listing with ID: FD21%20UPE
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520UPE%27 HTTP/1.1" 200 None
2026-03-30 06:33:47 [bca.uk] INFO: Scrape type for FD21%20UPE: 2
2026-03-30 06:33:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 702c44d2-a3b8-5ec0-bb57-833f70fcab1e with identifier: FD21%20UPE
2026-03-30 06:33:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 702c44d2-a3b8-5ec0-bb57-833f70fcab1e with scrape type 2
2026-03-30 06:33:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 702c44d2-a3b8-5ec0-bb57-833f70fcab1e with scrape type 2
2026-03-30 06:33:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 702c44d2-a3b8-5ec0-bb57-833f70fcab1e, identifier: FD21%20UPE
2026-03-30 06:33:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with identifier: EU09%20JZT
2026-03-30 06:33:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with identifier: EU09%20JZT
2026-03-30 06:33:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82da7f99-1ae0-55f1-bbde-65d41f28a8cf with identifier: EU09%20JZT to the API
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU09%20JZT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '82da7f99-1ae0-55f1-bbde-65d41f28a8cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU09 JZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU09%20JZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY C20',
 'odometer': 133094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY C20 1.9 TDI PD 104 Van',
 'transmission': 'manual',
 'trim': 'TDI PD 104',
 'vin': 'WV1ZZZ2KZ9X110884',
 'year': 2009}
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU09%2520JZT%27 HTTP/1.1" 200 None
2026-03-30 06:33:47 [bca.uk] INFO: Saving data for EU09%20JZT: {'auction_closing_time': 1774854000.0, 'created_time': 1773841401.717922, 'last_price_update_time': 1774852427.952181}
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU09%2520JZT') HTTP/1.1" 204 0
2026-03-30 06:33:47 [bca.uk] INFO: Found listing with ID: GJ18%20FHV
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520FHV%27 HTTP/1.1" 200 None
2026-03-30 06:33:47 [bca.uk] INFO: Scrape type for GJ18%20FHV: 2
2026-03-30 06:33:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f5d8d22-e136-52ee-81f2-90dd648b000f with identifier: GJ18%20FHV
2026-03-30 06:33:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f5d8d22-e136-52ee-81f2-90dd648b000f with scrape type 2
2026-03-30 06:33:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f5d8d22-e136-52ee-81f2-90dd648b000f with scrape type 2
2026-03-30 06:33:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f5d8d22-e136-52ee-81f2-90dd648b000f, identifier: GJ18%20FHV
2026-03-30 06:33:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 702c44d2-a3b8-5ec0-bb57-833f70fcab1e with identifier: FD21%20UPE
2026-03-30 06:33:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 702c44d2-a3b8-5ec0-bb57-833f70fcab1e with identifier: FD21%20UPE
2026-03-30 06:33:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 702c44d2-a3b8-5ec0-bb57-833f70fcab1e with identifier: FD21%20UPE to the API
2026-03-30 06:33:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD21%20UPE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '702c44d2-a3b8-5ec0-bb57-833f70fcab1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD21 UPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD21%20UPE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 148408,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10050,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 150 LWB S/L BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 150 LWB S/L BUSINESS',
 'vin': 'WV1ZZZ7HZMH127256',
 'year': 2021}
2026-03-30 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520UPE%27 HTTP/1.1" 200 None
2026-03-30 06:33:48 [bca.uk] INFO: Saving data for FD21%20UPE: {'auction_closing_time': 1774854000.0, 'created_time': 1774351834.580447, 'last_price_update_time': 1774852428.753466}
2026-03-30 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD21%2520UPE') HTTP/1.1" 204 0
2026-03-30 06:33:48 [bca.uk] INFO: Found listing with ID: FV70%20PPZ
2026-03-30 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV70%2520PPZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:48 [bca.uk] INFO: Scrape type for FV70%20PPZ: 2
2026-03-30 06:33:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with identifier: FV70%20PPZ
2026-03-30 06:33:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with scrape type 2
2026-03-30 06:33:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with scrape type 2
2026-03-30 06:33:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6, identifier: FV70%20PPZ
2026-03-30 06:33:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f5d8d22-e136-52ee-81f2-90dd648b000f with identifier: GJ18%20FHV
2026-03-30 06:33:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f5d8d22-e136-52ee-81f2-90dd648b000f with identifier: GJ18%20FHV
2026-03-30 06:33:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f5d8d22-e136-52ee-81f2-90dd648b000f with identifier: GJ18%20FHV to the API
2026-03-30 06:33:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ18%20FHV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0f5d8d22-e136-52ee-81f2-90dd648b000f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ18 FHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ18%20FHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SKODA',
 'model': 'RAPID SPACEBACK',
 'odometer': 93747,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA RAPID SPACEBACK 1.0 TSI 110 SE SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SE SPORT',
 'vin': 'TMBFR6NH5J4547650',
 'year': 2018}
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ18%2520FHV%27 HTTP/1.1" 200 None
2026-03-30 06:33:49 [bca.uk] INFO: Saving data for GJ18%20FHV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563589.014998, 'last_price_update_time': 1774852429.165607}
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ18%2520FHV') HTTP/1.1" 204 0
2026-03-30 06:33:49 [bca.uk] INFO: Found listing with ID: FG20%20GFE
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520GFE%27 HTTP/1.1" 200 None
2026-03-30 06:33:49 [bca.uk] INFO: Scrape type for FG20%20GFE: 2
2026-03-30 06:33:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29f3ebcb-00ac-53df-a94f-40cd9031c1f1 with identifier: FG20%20GFE
2026-03-30 06:33:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29f3ebcb-00ac-53df-a94f-40cd9031c1f1 with scrape type 2
2026-03-30 06:33:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29f3ebcb-00ac-53df-a94f-40cd9031c1f1 with scrape type 2
2026-03-30 06:33:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29f3ebcb-00ac-53df-a94f-40cd9031c1f1, identifier: FG20%20GFE
2026-03-30 06:33:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with identifier: FV70%20PPZ
2026-03-30 06:33:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with identifier: FV70%20PPZ
2026-03-30 06:33:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6 with identifier: FV70%20PPZ to the API
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV70%20PPZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77f6ff6a-2d2d-5fdd-a88d-c821a28d4fa6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV70 PPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV70%20PPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 112309,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 2 (4ST) Hatchback',
 'transmission': 'manual',
 'trim': '2 (4ST)',
 'vin': 'KNAB3518LMT713972',
 'year': 2021}
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV70%2520PPZ%27 HTTP/1.1" 200 None
2026-03-30 06:33:49 [bca.uk] INFO: Saving data for FV70%20PPZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773840798.133451, 'last_price_update_time': 1774852429.571461}
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV70%2520PPZ') HTTP/1.1" 204 0
2026-03-30 06:33:49 [bca.uk] INFO: Found listing with ID: NJ65%20DFK
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ65%2520DFK%27 HTTP/1.1" 200 None
2026-03-30 06:33:49 [bca.uk] INFO: Scrape type for NJ65%20DFK: 2
2026-03-30 06:33:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with identifier: NJ65%20DFK
2026-03-30 06:33:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with scrape type 2
2026-03-30 06:33:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with scrape type 2
2026-03-30 06:33:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 404d8a2c-c8a1-5835-a870-0a074f5d1cf6, identifier: NJ65%20DFK
2026-03-30 06:33:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29f3ebcb-00ac-53df-a94f-40cd9031c1f1 with identifier: FG20%20GFE
2026-03-30 06:33:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29f3ebcb-00ac-53df-a94f-40cd9031c1f1 with identifier: FG20%20GFE
2026-03-30 06:33:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29f3ebcb-00ac-53df-a94f-40cd9031c1f1 with identifier: FG20%20GFE to the API
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG20%20GFE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '29f3ebcb-00ac-53df-a94f-40cd9031c1f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG20 GFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG20%20GFE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 46438,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18250,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D 150 INVINCIBLE X 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D 150 INVINCIBLE X 4WD',
 'vin': 'AHTBB3CD401767902',
 'year': 2020}
2026-03-30 06:33:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG20%2520GFE%27 HTTP/1.1" 200 None
2026-03-30 06:33:50 [bca.uk] INFO: Saving data for FG20%20GFE: {'auction_closing_time': 1774854000.0, 'created_time': 1773839756.546194, 'last_price_update_time': 1774852430.001341}
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG20%2520GFE') HTTP/1.1" 204 0
2026-03-30 06:33:50 [bca.uk] INFO: Found listing with ID: PV11%20APE
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PV11%2520APE%27 HTTP/1.1" 200 None
2026-03-30 06:33:50 [bca.uk] INFO: Scrape type for PV11%20APE: 2
2026-03-30 06:33:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5590393-8b91-537d-9b30-0528372e9be0 with identifier: PV11%20APE
2026-03-30 06:33:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5590393-8b91-537d-9b30-0528372e9be0 with scrape type 2
2026-03-30 06:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5590393-8b91-537d-9b30-0528372e9be0 with scrape type 2
2026-03-30 06:33:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5590393-8b91-537d-9b30-0528372e9be0, identifier: PV11%20APE
2026-03-30 06:33:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with identifier: NJ65%20DFK
2026-03-30 06:33:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with identifier: NJ65%20DFK
2026-03-30 06:33:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 404d8a2c-c8a1-5835-a870-0a074f5d1cf6 with identifier: NJ65%20DFK to the API
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ65%20DFK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '404d8a2c-c8a1-5835-a870-0a074f5d1cf6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ65 DFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ65%20DFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 139878,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 I-DTEC 120 SR Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SR',
 'vin': 'SHHFK3780FU203324',
 'year': 2015}
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ65%2520DFK%27 HTTP/1.1" 200 None
2026-03-30 06:33:50 [bca.uk] INFO: Saving data for NJ65%20DFK: {'auction_closing_time': 1774951200.0, 'created_time': 1774563559.174085, 'last_price_update_time': 1774852430.583787}
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ65%2520DFK') HTTP/1.1" 204 0
2026-03-30 06:33:50 [bca.uk] INFO: Found listing with ID: FH70%20KUE
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520KUE%27 HTTP/1.1" 200 None
2026-03-30 06:33:50 [bca.uk] INFO: Scrape type for FH70%20KUE: 2
2026-03-30 06:33:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with identifier: FH70%20KUE
2026-03-30 06:33:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with scrape type 2
2026-03-30 06:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with scrape type 2
2026-03-30 06:33:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d766a60-9887-54c6-b4a4-9acaf4a4e988, identifier: FH70%20KUE
2026-03-30 06:33:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5590393-8b91-537d-9b30-0528372e9be0 with identifier: PV11%20APE
2026-03-30 06:33:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5590393-8b91-537d-9b30-0528372e9be0 with identifier: PV11%20APE
2026-03-30 06:33:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5590393-8b91-537d-9b30-0528372e9be0 with identifier: PV11%20APE to the API
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PV11%20APE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd5590393-8b91-537d-9b30-0528372e9be0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PV11 APE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PV11%20APE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TOURAN',
 'odometer': 138534,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOURAN 2.0 TDI 140 BMT SE DSG MPV',
 'transmission': 'automatic',
 'trim': 'TDI 140 BMT SE DSG',
 'vin': 'WVGZZZ1TZEW015930',
 'year': 2013}
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PV11%2520APE%27 HTTP/1.1" 200 None
2026-03-30 06:33:51 [bca.uk] INFO: Saving data for PV11%20APE: {'auction_closing_time': 1774854000.0, 'created_time': 1773839041.980048, 'last_price_update_time': 1774852431.030638}
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PV11%2520APE') HTTP/1.1" 204 0
2026-03-30 06:33:51 [bca.uk] INFO: Found listing with ID: FP69%20LLO
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520LLO%27 HTTP/1.1" 200 None
2026-03-30 06:33:51 [bca.uk] INFO: Scrape type for FP69%20LLO: 2
2026-03-30 06:33:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with identifier: FP69%20LLO
2026-03-30 06:33:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with scrape type 2
2026-03-30 06:33:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with scrape type 2
2026-03-30 06:33:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1, identifier: FP69%20LLO
2026-03-30 06:33:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with identifier: FH70%20KUE
2026-03-30 06:33:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with identifier: FH70%20KUE
2026-03-30 06:33:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d766a60-9887-54c6-b4a4-9acaf4a4e988 with identifier: FH70%20KUE to the API
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH70%20KUE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4d766a60-9887-54c6-b4a4-9acaf4a4e988',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH70 KUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH70%20KUE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 3100',
 'odometer': 104026,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5350,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 3100 2.0 D 120 DYNAMIC L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 DYNAMIC L2 H1',
 'vin': 'VXEVFAHKKM7803476',
 'year': 2021}
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH70%2520KUE%27 HTTP/1.1" 200 None
2026-03-30 06:33:51 [bca.uk] INFO: Saving data for FH70%20KUE: {'auction_closing_time': 1774854000.0, 'created_time': 1773826007.861648, 'last_price_update_time': 1774852431.492313}
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH70%2520KUE') HTTP/1.1" 204 0
2026-03-30 06:33:51 [bca.uk] INFO: Found listing with ID: BD08%20AEF
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD08%2520AEF%27 HTTP/1.1" 200 None
2026-03-30 06:33:51 [bca.uk] INFO: Scrape type for BD08%20AEF: 2
2026-03-30 06:33:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fced91bf-a87c-5420-9a5c-0de6b5863266 with identifier: BD08%20AEF
2026-03-30 06:33:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fced91bf-a87c-5420-9a5c-0de6b5863266 with scrape type 2
2026-03-30 06:33:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fced91bf-a87c-5420-9a5c-0de6b5863266 with scrape type 2
2026-03-30 06:33:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fced91bf-a87c-5420-9a5c-0de6b5863266, identifier: BD08%20AEF
2026-03-30 06:33:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with identifier: FP69%20LLO
2026-03-30 06:33:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with identifier: FP69%20LLO
2026-03-30 06:33:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1 with identifier: FP69%20LLO to the API
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP69%20LLO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1c08e0b-2f3b-54b5-90fc-f83997f3c0f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP69 LLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP69%20LLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 16438,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.0 PLAY Hatchback',
 'transmission': 'manual',
 'trim': 'PLAY',
 'vin': 'NLHA851ALLZ572880',
 'year': 2019}
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520LLO%27 HTTP/1.1" 200 None
2026-03-30 06:33:51 [bca.uk] INFO: Saving data for FP69%20LLO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563624.133853, 'last_price_update_time': 1774852431.885806}
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP69%2520LLO') HTTP/1.1" 204 0
2026-03-30 06:33:51 [bca.uk] INFO: Found listing with ID: FL70%20HLX
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520HLX%27 HTTP/1.1" 200 None
2026-03-30 06:33:51 [bca.uk] INFO: Scrape type for FL70%20HLX: 2
2026-03-30 06:33:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c87deb71-4e27-5a1a-b471-fcb8f50180bf with identifier: FL70%20HLX
2026-03-30 06:33:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c87deb71-4e27-5a1a-b471-fcb8f50180bf with scrape type 2
2026-03-30 06:33:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c87deb71-4e27-5a1a-b471-fcb8f50180bf with scrape type 2
2026-03-30 06:33:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c87deb71-4e27-5a1a-b471-fcb8f50180bf, identifier: FL70%20HLX
2026-03-30 06:33:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fced91bf-a87c-5420-9a5c-0de6b5863266 with identifier: BD08%20AEF
2026-03-30 06:33:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fced91bf-a87c-5420-9a5c-0de6b5863266 with identifier: BD08%20AEF
2026-03-30 06:33:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fced91bf-a87c-5420-9a5c-0de6b5863266 with identifier: BD08%20AEF to the API
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 181,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD08%20AEF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fced91bf-a87c-5420-9a5c-0de6b5863266',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD08 AEF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD08%20AEF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'FUSION',
 'odometer': 80446,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FORD FUSION 1.6 ZETEC CLIMATE Estate',
 'transmission': 'automatic',
 'trim': 'ZETEC CLIMATE',
 'vin': 'WF0UXXGAJU8G74582',
 'year': 2008}
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD08%2520AEF%27 HTTP/1.1" 200 None
2026-03-30 06:33:52 [bca.uk] INFO: Saving data for BD08%20AEF: {'auction_closing_time': 1774951200.0, 'created_time': 1774563616.082088, 'last_price_update_time': 1774852432.300369}
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD08%2520AEF') HTTP/1.1" 204 0
2026-03-30 06:33:52 [bca.uk] INFO: Found listing with ID: KP75%20DJF
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP75%2520DJF%27 HTTP/1.1" 200 None
2026-03-30 06:33:52 [bca.uk] INFO: Scrape type for KP75%20DJF: 0
2026-03-30 06:33:52 [bca.uk] INFO: Found listing with ID: KW74%20SRO
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW74%2520SRO%27 HTTP/1.1" 200 None
2026-03-30 06:33:52 [bca.uk] INFO: Scrape type for KW74%20SRO: 0
2026-03-30 06:33:52 [bca.uk] INFO: Found listing with ID: BT23%20DVJ
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520DVJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:52 [bca.uk] INFO: Scrape type for BT23%20DVJ: 2
2026-03-30 06:33:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94233d92-bf95-5d61-8d5e-2139bc281d47 with identifier: BT23%20DVJ
2026-03-30 06:33:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94233d92-bf95-5d61-8d5e-2139bc281d47 with scrape type 2
2026-03-30 06:33:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94233d92-bf95-5d61-8d5e-2139bc281d47 with scrape type 2
2026-03-30 06:33:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94233d92-bf95-5d61-8d5e-2139bc281d47, identifier: BT23%20DVJ
2026-03-30 06:33:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c87deb71-4e27-5a1a-b471-fcb8f50180bf with identifier: FL70%20HLX
2026-03-30 06:33:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c87deb71-4e27-5a1a-b471-fcb8f50180bf with identifier: FL70%20HLX
2026-03-30 06:33:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c87deb71-4e27-5a1a-b471-fcb8f50180bf with identifier: FL70%20HLX to the API
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL70%20HLX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c87deb71-4e27-5a1a-b471-fcb8f50180bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL70 HLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL70%20HLX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 3100',
 'odometer': 105374,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5350,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 3100 2.0 D 120 DYNAMIC L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 DYNAMIC L2 H1',
 'vin': 'VXEVFAHKKLZ064498',
 'year': 2020}
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520HLX%27 HTTP/1.1" 200 None
2026-03-30 06:33:52 [bca.uk] INFO: Saving data for FL70%20HLX: {'auction_closing_time': 1774854000.0, 'created_time': 1773825973.251643, 'last_price_update_time': 1774852432.83197}
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL70%2520HLX') HTTP/1.1" 204 0
2026-03-30 06:33:52 [bca.uk] INFO: Found listing with ID: DN22%20TKD
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN22%2520TKD%27 HTTP/1.1" 200 None
2026-03-30 06:33:52 [bca.uk] INFO: Scrape type for DN22%20TKD: 2
2026-03-30 06:33:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a070df59-0331-5074-941c-c10e0e46c9b6 with identifier: DN22%20TKD
2026-03-30 06:33:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a070df59-0331-5074-941c-c10e0e46c9b6 with scrape type 2
2026-03-30 06:33:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a070df59-0331-5074-941c-c10e0e46c9b6 with scrape type 2
2026-03-30 06:33:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a070df59-0331-5074-941c-c10e0e46c9b6, identifier: DN22%20TKD
2026-03-30 06:33:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94233d92-bf95-5d61-8d5e-2139bc281d47 with identifier: BT23%20DVJ
2026-03-30 06:33:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94233d92-bf95-5d61-8d5e-2139bc281d47 with identifier: BT23%20DVJ
2026-03-30 06:33:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94233d92-bf95-5d61-8d5e-2139bc281d47 with identifier: BT23%20DVJ to the API
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT23%20DVJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'splash white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '94233d92-bf95-5d61-8d5e-2139bc281d47',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT23 DVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT23%20DVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 26568,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL20 4X4 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DL20 4X4',
 'vin': 'MPATFS87JNT018842',
 'year': 2023}
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520DVJ%27 HTTP/1.1" 200 None
2026-03-30 06:33:53 [bca.uk] INFO: Saving data for BT23%20DVJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773833839.368509, 'last_price_update_time': 1774852433.374705}
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT23%2520DVJ') HTTP/1.1" 204 0
2026-03-30 06:33:53 [bca.uk] INFO: Found listing with ID: FN71%20OKW
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN71%2520OKW%27 HTTP/1.1" 200 None
2026-03-30 06:33:53 [bca.uk] INFO: Scrape type for FN71%20OKW: 2
2026-03-30 06:33:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd2c400c-6658-546c-97fa-e0e1bff54cc5 with identifier: FN71%20OKW
2026-03-30 06:33:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd2c400c-6658-546c-97fa-e0e1bff54cc5 with scrape type 2
2026-03-30 06:33:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd2c400c-6658-546c-97fa-e0e1bff54cc5 with scrape type 2
2026-03-30 06:33:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd2c400c-6658-546c-97fa-e0e1bff54cc5, identifier: FN71%20OKW
2026-03-30 06:33:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a070df59-0331-5074-941c-c10e0e46c9b6 with identifier: DN22%20TKD
2026-03-30 06:33:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a070df59-0331-5074-941c-c10e0e46c9b6 with identifier: DN22%20TKD
2026-03-30 06:33:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a070df59-0331-5074-941c-c10e0e46c9b6 with identifier: DN22%20TKD to the API
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN22%20TKD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a070df59-0331-5074-941c-c10e0e46c9b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN22 TKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN22%20TKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'MOKKA-E',
 'odometer': 51741,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA-E 100KW 50KWH SE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH SE PREMIUM',
 'vin': 'VXKUKZKXZNW040849',
 'year': 2022}
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN22%2520TKD%27 HTTP/1.1" 200 None
2026-03-30 06:33:53 [bca.uk] INFO: Saving data for DN22%20TKD: {'auction_closing_time': 1774854000.0, 'created_time': 1774305449.603734, 'last_price_update_time': 1774852433.823723}
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN22%2520TKD') HTTP/1.1" 204 0
2026-03-30 06:33:53 [bca.uk] INFO: Found listing with ID: WN75%20GWE
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GWE%27 HTTP/1.1" 200 None
2026-03-30 06:33:53 [bca.uk] INFO: Scrape type for WN75%20GWE: 0
2026-03-30 06:33:53 [bca.uk] INFO: Found listing with ID: WN75%20SYE
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520SYE%27 HTTP/1.1" 200 None
2026-03-30 06:33:53 [bca.uk] INFO: Scrape type for WN75%20SYE: 2
2026-03-30 06:33:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaf8e001-9c6e-59d7-a94d-deccd2191295 with identifier: WN75%20SYE
2026-03-30 06:33:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaf8e001-9c6e-59d7-a94d-deccd2191295 with scrape type 2
2026-03-30 06:33:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaf8e001-9c6e-59d7-a94d-deccd2191295 with scrape type 2
2026-03-30 06:33:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eaf8e001-9c6e-59d7-a94d-deccd2191295, identifier: WN75%20SYE
2026-03-30 06:33:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd2c400c-6658-546c-97fa-e0e1bff54cc5 with identifier: FN71%20OKW
2026-03-30 06:33:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd2c400c-6658-546c-97fa-e0e1bff54cc5 with identifier: FN71%20OKW
2026-03-30 06:33:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd2c400c-6658-546c-97fa-e0e1bff54cc5 with identifier: FN71%20OKW to the API
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN71%20OKW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fd2c400c-6658-546c-97fa-e0e1bff54cc5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN71 OKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN71%20OKW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 88284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13050,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 150 LWB S/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 150 LWB S/L',
 'vin': 'WV1ZZZ7HZNH003155',
 'year': 2021}
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN71%2520OKW%27 HTTP/1.1" 200 None
2026-03-30 06:33:54 [bca.uk] INFO: Saving data for FN71%20OKW: {'auction_closing_time': 1774854000.0, 'created_time': 1774351946.329421, 'last_price_update_time': 1774852434.245066}
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN71%2520OKW') HTTP/1.1" 204 0
2026-03-30 06:33:54 [bca.uk] INFO: Found listing with ID: EJ64%20KPK
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ64%2520KPK%27 HTTP/1.1" 200 None
2026-03-30 06:33:54 [bca.uk] INFO: Scrape type for EJ64%20KPK: 2
2026-03-30 06:33:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 747deb3e-a37d-584d-8b71-bdee5465e1e0 with identifier: EJ64%20KPK
2026-03-30 06:33:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 747deb3e-a37d-584d-8b71-bdee5465e1e0 with scrape type 2
2026-03-30 06:33:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 747deb3e-a37d-584d-8b71-bdee5465e1e0 with scrape type 2
2026-03-30 06:33:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 747deb3e-a37d-584d-8b71-bdee5465e1e0, identifier: EJ64%20KPK
2026-03-30 06:33:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eaf8e001-9c6e-59d7-a94d-deccd2191295 with identifier: WN75%20SYE
2026-03-30 06:33:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eaf8e001-9c6e-59d7-a94d-deccd2191295 with identifier: WN75%20SYE
2026-03-30 06:33:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eaf8e001-9c6e-59d7-a94d-deccd2191295 with identifier: WN75%20SYE to the API
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20SYE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'agate black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'eaf8e001-9c6e-59d7-a94d-deccd2191295',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 SYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20SYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 1398,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD E-TRANSIT CUSTM 160KW 320 RWD L2H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L2H1 LIMITED',
 'vin': 'WF0RXXTA0BSP37462',
 'year': 2025}
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520SYE%27 HTTP/1.1" 200 None
2026-03-30 06:33:54 [bca.uk] INFO: Saving data for WN75%20SYE: {'auction_closing_time': 1774951200.0, 'created_time': 1774563552.232189, 'last_price_update_time': 1774852434.776999}
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520SYE') HTTP/1.1" 204 0
2026-03-30 06:33:54 [bca.uk] INFO: Found listing with ID: BC18%20EZX
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC18%2520EZX%27 HTTP/1.1" 200 None
2026-03-30 06:33:54 [bca.uk] INFO: Scrape type for BC18%20EZX: 2
2026-03-30 06:33:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 948ab0e5-3e8b-5604-b35b-63142a6a7723 with identifier: BC18%20EZX
2026-03-30 06:33:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 948ab0e5-3e8b-5604-b35b-63142a6a7723 with scrape type 2
2026-03-30 06:33:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 948ab0e5-3e8b-5604-b35b-63142a6a7723 with scrape type 2
2026-03-30 06:33:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 948ab0e5-3e8b-5604-b35b-63142a6a7723, identifier: BC18%20EZX
2026-03-30 06:33:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 747deb3e-a37d-584d-8b71-bdee5465e1e0 with identifier: EJ64%20KPK
2026-03-30 06:33:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 747deb3e-a37d-584d-8b71-bdee5465e1e0 with identifier: EJ64%20KPK
2026-03-30 06:33:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 747deb3e-a37d-584d-8b71-bdee5465e1e0 with identifier: EJ64%20KPK to the API
2026-03-30 06:33:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ64%20KPK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '747deb3e-a37d-584d-8b71-bdee5465e1e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ64 KPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ64%20KPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 100180,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I30 1.4 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'TMAD251ALEJ235653',
 'year': 2014}
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ64%2520KPK%27 HTTP/1.1" 200 None
2026-03-30 06:33:55 [bca.uk] INFO: Saving data for EJ64%20KPK: {'auction_closing_time': 1774854000.0, 'created_time': 1774351859.857191, 'last_price_update_time': 1774852435.176018}
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ64%2520KPK') HTTP/1.1" 204 0
2026-03-30 06:33:55 [bca.uk] INFO: Found listing with ID: KN75%20HFF
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520HFF%27 HTTP/1.1" 200 None
2026-03-30 06:33:55 [bca.uk] INFO: Scrape type for KN75%20HFF: 2
2026-03-30 06:33:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with identifier: KN75%20HFF
2026-03-30 06:33:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with scrape type 2
2026-03-30 06:33:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with scrape type 2
2026-03-30 06:33:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd247d8c-9220-5ae0-adbd-7895c2afa7a5, identifier: KN75%20HFF
2026-03-30 06:33:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 948ab0e5-3e8b-5604-b35b-63142a6a7723 with identifier: BC18%20EZX
2026-03-30 06:33:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 948ab0e5-3e8b-5604-b35b-63142a6a7723 with identifier: BC18%20EZX
2026-03-30 06:33:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 948ab0e5-3e8b-5604-b35b-63142a6a7723 with identifier: BC18%20EZX to the API
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=82&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC18%20EZX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '948ab0e5-3e8b-5604-b35b-63142a6a7723',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC18 EZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC18%20EZX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 120891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4100,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 TDCI 130 LWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 130 LWB H/R',
 'vin': 'WF0XXXTTGXJU33191',
 'year': 2018}
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC18%2520EZX%27 HTTP/1.1" 200 None
2026-03-30 06:33:55 [bca.uk] INFO: Saving data for BC18%20EZX: {'auction_closing_time': 1775113200.0, 'created_time': 1773832319.67558, 'last_price_update_time': 1774852435.577533}
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC18%2520EZX') HTTP/1.1" 204 0
2026-03-30 06:33:55 [bca.uk] INFO: Found listing with ID: EO17%20TWC
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520TWC%27 HTTP/1.1" 200 None
2026-03-30 06:33:55 [bca.uk] INFO: Scrape type for EO17%20TWC: 2
2026-03-30 06:33:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04d39e1a-ea64-502a-a9cd-311f576d061a with identifier: EO17%20TWC
2026-03-30 06:33:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04d39e1a-ea64-502a-a9cd-311f576d061a with scrape type 2
2026-03-30 06:33:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04d39e1a-ea64-502a-a9cd-311f576d061a with scrape type 2
2026-03-30 06:33:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04d39e1a-ea64-502a-a9cd-311f576d061a, identifier: EO17%20TWC
2026-03-30 06:33:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with identifier: KN75%20HFF
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=arctic+white HTTP/1.1" 200 None
2026-03-30 06:33:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:33: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:33:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with identifier: KN75%20HFF
2026-03-30 06:33:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd247d8c-9220-5ae0-adbd-7895c2afa7a5 with identifier: KN75%20HFF to the API
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 255,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20HFF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'arctic white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cd247d8c-9220-5ae0-adbd-7895c2afa7a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN75 HFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20HFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 20646,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PRO 9G PanelVan',
 'transmission': 'automatic',
 'trim': 'CDI 3.5T RWD L3 H2 PRO 9G',
 'vin': 'W1V3HCFZ9TP858696',
 'year': 2025}
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520HFF%27 HTTP/1.1" 200 None
2026-03-30 06:33:56 [bca.uk] INFO: Saving data for KN75%20HFF: {'auction_closing_time': 1774951200.0, 'created_time': 1773821596.068287, 'last_price_update_time': 1774852436.112207}
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520HFF') HTTP/1.1" 204 0
2026-03-30 06:33:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04d39e1a-ea64-502a-a9cd-311f576d061a with identifier: EO17%20TWC
2026-03-30 06:33:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04d39e1a-ea64-502a-a9cd-311f576d061a with identifier: EO17%20TWC
2026-03-30 06:33:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04d39e1a-ea64-502a-a9cd-311f576d061a with identifier: EO17%20TWC to the API
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO17%20TWC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '04d39e1a-ea64-502a-a9cd-311f576d061a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO17 TWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO17%20TWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 92261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF05XXGCC5HU45848',
 'year': 2017}
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520TWC%27 HTTP/1.1" 200 None
2026-03-30 06:33:56 [bca.uk] INFO: Saving data for EO17%20TWC: {'auction_closing_time': 1774854000.0, 'created_time': 1774303760.875503, 'last_price_update_time': 1774852436.406951}
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO17%2520TWC') HTTP/1.1" 204 0
2026-03-30 06:33:56 [bca.uk] INFO: Found listing with ID: DL15%20FDD
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL15%2520FDD%27 HTTP/1.1" 200 None
2026-03-30 06:33:56 [bca.uk] INFO: Scrape type for DL15%20FDD: 0
2026-03-30 06:33:56 [bca.uk] INFO: Found listing with ID: HV71%20XGH
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520XGH%27 HTTP/1.1" 200 None
2026-03-30 06:33:56 [bca.uk] INFO: Scrape type for HV71%20XGH: 0
2026-03-30 06:33:56 [bca.uk] INFO: Found listing with ID: GP25%20CDY
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP25%2520CDY%27 HTTP/1.1" 200 None
2026-03-30 06:33:56 [bca.uk] INFO: Scrape type for GP25%20CDY: 2
2026-03-30 06:33:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with identifier: GP25%20CDY
2026-03-30 06:33:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with scrape type 2
2026-03-30 06:33:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with scrape type 2
2026-03-30 06:33:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3a152ad-cf73-5061-9913-4dddd4aeb6f5, identifier: GP25%20CDY
2026-03-30 06:33:56 [bca.uk] INFO: Found listing with ID: KT65%20HYC
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT65%2520HYC%27 HTTP/1.1" 200 None
2026-03-30 06:33:56 [bca.uk] INFO: Scrape type for KT65%20HYC: 2
2026-03-30 06:33:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16c232ce-66b8-57a4-9b40-5b21aefff3cb with identifier: KT65%20HYC
2026-03-30 06:33:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16c232ce-66b8-57a4-9b40-5b21aefff3cb with scrape type 2
2026-03-30 06:33:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16c232ce-66b8-57a4-9b40-5b21aefff3cb with scrape type 2
2026-03-30 06:33:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16c232ce-66b8-57a4-9b40-5b21aefff3cb, identifier: KT65%20HYC
2026-03-30 06:33:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with identifier: GP25%20CDY
2026-03-30 06:33:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with identifier: GP25%20CDY
2026-03-30 06:33:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3a152ad-cf73-5061-9913-4dddd4aeb6f5 with identifier: GP25%20CDY to the API
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP25%20CDY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'ice white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c3a152ad-cf73-5061-9913-4dddd4aeb6f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GP25 CDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP25%20CDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': 'EXPERT',
 'odometer': 9624,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 2.0 B/HDI 145 L2 PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 145 L2 PROFESSIONAL',
 'vin': 'VF3VLEHT9R7875029',
 'year': 2025}
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP25%2520CDY%27 HTTP/1.1" 200 None
2026-03-30 06:33:57 [bca.uk] INFO: Saving data for GP25%20CDY: {'auction_closing_time': 1774951200.0, 'created_time': 1773825805.221537, 'last_price_update_time': 1774852437.077803}
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP25%2520CDY') HTTP/1.1" 204 0
2026-03-30 06:33:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16c232ce-66b8-57a4-9b40-5b21aefff3cb with identifier: KT65%20HYC
2026-03-30 06:33:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16c232ce-66b8-57a4-9b40-5b21aefff3cb with identifier: KT65%20HYC
2026-03-30 06:33:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16c232ce-66b8-57a4-9b40-5b21aefff3cb with identifier: KT65%20HYC to the API
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT65%20HYC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16c232ce-66b8-57a4-9b40-5b21aefff3cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT65 HYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT65%20HYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D',
 'odometer': 96311,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 D 2.1 177 SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': '177 SPORT DCT',
 'vin': 'WDD1173032N344539',
 'year': 2016}
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT65%2520HYC%27 HTTP/1.1" 200 None
2026-03-30 06:33:57 [bca.uk] INFO: Saving data for KT65%20HYC: {'auction_closing_time': 1774854000.0, 'created_time': 1774305497.13907, 'last_price_update_time': 1774852437.389308}
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT65%2520HYC') HTTP/1.1" 204 0
2026-03-30 06:33:57 [bca.uk] INFO: Found listing with ID: DV70%20UWF
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV70%2520UWF%27 HTTP/1.1" 200 None
2026-03-30 06:33:57 [bca.uk] INFO: Scrape type for DV70%20UWF: 2
2026-03-30 06:33:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53742f22-04f3-5379-b282-5b09146d24fd with identifier: DV70%20UWF
2026-03-30 06:33:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53742f22-04f3-5379-b282-5b09146d24fd with scrape type 2
2026-03-30 06:33:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53742f22-04f3-5379-b282-5b09146d24fd with scrape type 2
2026-03-30 06:33:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53742f22-04f3-5379-b282-5b09146d24fd, identifier: DV70%20UWF
2026-03-30 06:33:57 [bca.uk] INFO: Found listing with ID: KV18%20FMP
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520FMP%27 HTTP/1.1" 200 None
2026-03-30 06:33:57 [bca.uk] INFO: Scrape type for KV18%20FMP: 2
2026-03-30 06:33:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac747bf1-eede-5474-922d-16eaee749934 with identifier: KV18%20FMP
2026-03-30 06:33:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac747bf1-eede-5474-922d-16eaee749934 with scrape type 2
2026-03-30 06:33:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac747bf1-eede-5474-922d-16eaee749934 with scrape type 2
2026-03-30 06:33:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac747bf1-eede-5474-922d-16eaee749934, identifier: KV18%20FMP
2026-03-30 06:33:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53742f22-04f3-5379-b282-5b09146d24fd with identifier: DV70%20UWF
2026-03-30 06:33:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53742f22-04f3-5379-b282-5b09146d24fd with identifier: DV70%20UWF
2026-03-30 06:33:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53742f22-04f3-5379-b282-5b09146d24fd with identifier: DV70%20UWF to the API
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV70%20UWF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53742f22-04f3-5379-b282-5b09146d24fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV70 UWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV70%20UWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 64906,
 'odometer_reading_unit': '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': 'manual',
 'trim': 'TURBO 100 ELITE PREMIUM',
 'vin': 'VXKUPHNKKL4338691',
 'year': 2020}
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV70%2520UWF%27 HTTP/1.1" 200 None
2026-03-30 06:33:57 [bca.uk] INFO: Saving data for DV70%20UWF: {'auction_closing_time': 1774951200.0, 'created_time': 1774438183.895668, 'last_price_update_time': 1774852437.921727}
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV70%2520UWF') HTTP/1.1" 204 0
2026-03-30 06:33:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac747bf1-eede-5474-922d-16eaee749934 with identifier: KV18%20FMP
2026-03-30 06:33:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac747bf1-eede-5474-922d-16eaee749934 with identifier: KV18%20FMP
2026-03-30 06:33:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac747bf1-eede-5474-922d-16eaee749934 with identifier: KV18%20FMP to the API
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV18%20FMP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac747bf1-eede-5474-922d-16eaee749934',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV18 FMP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV18%20FMP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 82754,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 BLUEHDI 120 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 GT LINE',
 'vin': 'VF3MCBHZHJS050187',
 'year': 2018}
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520FMP%27 HTTP/1.1" 200 None
2026-03-30 06:33:58 [bca.uk] INFO: Saving data for KV18%20FMP: {'auction_closing_time': 1774854000.0, 'created_time': 1773832332.228153, 'last_price_update_time': 1774852438.214165}
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV18%2520FMP') HTTP/1.1" 204 0
2026-03-30 06:33:58 [bca.uk] INFO: Found listing with ID: EO60%20XRH
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520XRH%27 HTTP/1.1" 200 None
2026-03-30 06:33:58 [bca.uk] INFO: Scrape type for EO60%20XRH: 2
2026-03-30 06:33:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with identifier: EO60%20XRH
2026-03-30 06:33:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with scrape type 2
2026-03-30 06:33:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with scrape type 2
2026-03-30 06:33:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a760c5a-a9c9-5a56-8395-60be7d95fa35, identifier: EO60%20XRH
2026-03-30 06:33:58 [bca.uk] INFO: Found listing with ID: LT68%20EAP
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520EAP%27 HTTP/1.1" 200 None
2026-03-30 06:33:58 [bca.uk] INFO: Scrape type for LT68%20EAP: 2
2026-03-30 06:33:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fad5087e-5151-5e7a-87ee-fdc781a76b8f with identifier: LT68%20EAP
2026-03-30 06:33:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fad5087e-5151-5e7a-87ee-fdc781a76b8f with scrape type 2
2026-03-30 06:33:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fad5087e-5151-5e7a-87ee-fdc781a76b8f with scrape type 2
2026-03-30 06:33:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fad5087e-5151-5e7a-87ee-fdc781a76b8f, identifier: LT68%20EAP
2026-03-30 06:33:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with identifier: EO60%20XRH
2026-03-30 06:33:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with identifier: EO60%20XRH
2026-03-30 06:33:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a760c5a-a9c9-5a56-8395-60be7d95fa35 with identifier: EO60%20XRH to the API
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO60%20XRH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a760c5a-a9c9-5a56-8395-60be7d95fa35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO60 XRH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO60%20XRH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 171356,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.6 TDCI 95 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 95 TITANIUM',
 'vin': 'WF0JXXGAJJAB64814',
 'year': 2010}
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO60%2520XRH%27 HTTP/1.1" 200 None
2026-03-30 06:33:58 [bca.uk] INFO: Saving data for EO60%20XRH: {'auction_closing_time': 1774951200.0, 'created_time': 1774563541.767375, 'last_price_update_time': 1774852438.729735}
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO60%2520XRH') HTTP/1.1" 204 0
2026-03-30 06:33:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fad5087e-5151-5e7a-87ee-fdc781a76b8f with identifier: LT68%20EAP
2026-03-30 06:33:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fad5087e-5151-5e7a-87ee-fdc781a76b8f with identifier: LT68%20EAP
2026-03-30 06:33:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fad5087e-5151-5e7a-87ee-fdc781a76b8f with identifier: LT68%20EAP to the API
2026-03-30 06:33:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT68%20EAP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fad5087e-5151-5e7a-87ee-fdc781a76b8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT68 EAP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT68%20EAP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 45719,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 GDI 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2 ISG',
 'vin': 'U5YPH814LKL566027',
 'year': 2018}
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT68%2520EAP%27 HTTP/1.1" 200 None
2026-03-30 06:33:59 [bca.uk] INFO: Saving data for LT68%20EAP: {'auction_closing_time': 1774854000.0, 'created_time': 1773832313.555916, 'last_price_update_time': 1774852439.377982}
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT68%2520EAP') HTTP/1.1" 204 0
2026-03-30 06:33:59 [bca.uk] INFO: Found listing with ID: FD16%20GCK
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD16%2520GCK%27 HTTP/1.1" 200 None
2026-03-30 06:33:59 [bca.uk] INFO: Scrape type for FD16%20GCK: 2
2026-03-30 06:33:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04e1265e-16f1-5036-a339-9561c5621c9b with identifier: FD16%20GCK
2026-03-30 06:33:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04e1265e-16f1-5036-a339-9561c5621c9b with scrape type 2
2026-03-30 06:33:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04e1265e-16f1-5036-a339-9561c5621c9b with scrape type 2
2026-03-30 06:33:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04e1265e-16f1-5036-a339-9561c5621c9b, identifier: FD16%20GCK
2026-03-30 06:33:59 [bca.uk] INFO: Found listing with ID: MA16%20KKR
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520KKR%27 HTTP/1.1" 200 None
2026-03-30 06:33:59 [bca.uk] INFO: Scrape type for MA16%20KKR: 2
2026-03-30 06:33:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with identifier: MA16%20KKR
2026-03-30 06:33:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with scrape type 2
2026-03-30 06:33:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with scrape type 2
2026-03-30 06:33:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede, identifier: MA16%20KKR
2026-03-30 06:33:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04e1265e-16f1-5036-a339-9561c5621c9b with identifier: FD16%20GCK
2026-03-30 06:33:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04e1265e-16f1-5036-a339-9561c5621c9b with identifier: FD16%20GCK
2026-03-30 06:33:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04e1265e-16f1-5036-a339-9561c5621c9b with identifier: FD16%20GCK to the API
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:33:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD16%20GCK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04e1265e-16f1-5036-a339-9561c5621c9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD16 GCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD16%20GCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C4 PICASSO',
 'odometer': 126288,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 PICASSO 1.6 BLUEHDI 100 VTR+ MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 VTR+',
 'vin': 'VF73DBHY6GJ628346',
 'year': 2016}
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD16%2520GCK%27 HTTP/1.1" 200 None
2026-03-30 06:33:59 [bca.uk] INFO: Saving data for FD16%20GCK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563514.313849, 'last_price_update_time': 1774852439.936739}
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD16%2520GCK') HTTP/1.1" 204 0
2026-03-30 06:33:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with identifier: MA16%20KKR
2026-03-30 06:33:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with identifier: MA16%20KKR
2026-03-30 06:34:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d56f0131-f7fe-5d8f-8485-1b4ec5ac1ede with identifier: MA16%20KKR to the API
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA16%20KKR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd56f0131-f7fe-5d8f-8485-1b4ec5ac1ede',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA16 KKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA16%20KKR&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '2 GRAN TOURER',
 'odometer': 175059,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 2 GRAN TOURER 1.5 216D LUXURY MPV',
 'transmission': 'manual',
 'trim': '216D LUXURY',
 'vin': 'WBA2E320805B44195',
 'year': 2016}
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA16%2520KKR%27 HTTP/1.1" 200 None
2026-03-30 06:34:00 [bca.uk] INFO: Saving data for MA16%20KKR: {'auction_closing_time': 1774854000.0, 'created_time': 1773832347.450496, 'last_price_update_time': 1774852440.298446}
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA16%2520KKR') HTTP/1.1" 204 0
2026-03-30 06:34:00 [bca.uk] INFO: Found listing with ID: HG69%20KKE
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG69%2520KKE%27 HTTP/1.1" 200 None
2026-03-30 06:34:00 [bca.uk] INFO: Scrape type for HG69%20KKE: 2
2026-03-30 06:34:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf8f8840-a137-5254-bbe6-15c0aad66dee with identifier: HG69%20KKE
2026-03-30 06:34:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf8f8840-a137-5254-bbe6-15c0aad66dee with scrape type 2
2026-03-30 06:34:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf8f8840-a137-5254-bbe6-15c0aad66dee with scrape type 2
2026-03-30 06:34:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf8f8840-a137-5254-bbe6-15c0aad66dee, identifier: HG69%20KKE
2026-03-30 06:34:00 [bca.uk] INFO: Found listing with ID: MF17%20PVL
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF17%2520PVL%27 HTTP/1.1" 200 None
2026-03-30 06:34:00 [bca.uk] INFO: Scrape type for MF17%20PVL: 2
2026-03-30 06:34:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 928fa6cd-d565-5959-8bd9-d6ef92b116cc with identifier: MF17%20PVL
2026-03-30 06:34:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 928fa6cd-d565-5959-8bd9-d6ef92b116cc with scrape type 2
2026-03-30 06:34:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 928fa6cd-d565-5959-8bd9-d6ef92b116cc with scrape type 2
2026-03-30 06:34:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 928fa6cd-d565-5959-8bd9-d6ef92b116cc, identifier: MF17%20PVL
2026-03-30 06:34:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf8f8840-a137-5254-bbe6-15c0aad66dee with identifier: HG69%20KKE
2026-03-30 06:34:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf8f8840-a137-5254-bbe6-15c0aad66dee with identifier: HG69%20KKE
2026-03-30 06:34:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf8f8840-a137-5254-bbe6-15c0aad66dee with identifier: HG69%20KKE to the API
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG69%20KKE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bf8f8840-a137-5254-bbe6-15c0aad66dee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG69 KKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG69%20KKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 49186,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 SDRIVE 18D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18D X LINE STEP',
 'vin': 'WBA72AC0205P76320',
 'year': 2019}
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG69%2520KKE%27 HTTP/1.1" 200 None
2026-03-30 06:34:00 [bca.uk] INFO: Saving data for HG69%20KKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563515.113256, 'last_price_update_time': 1774852440.887074}
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG69%2520KKE') HTTP/1.1" 204 0
2026-03-30 06:34:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 928fa6cd-d565-5959-8bd9-d6ef92b116cc with identifier: MF17%20PVL
2026-03-30 06:34:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 928fa6cd-d565-5959-8bd9-d6ef92b116cc with identifier: MF17%20PVL
2026-03-30 06:34:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 928fa6cd-d565-5959-8bd9-d6ef92b116cc with identifier: MF17%20PVL to the API
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF17%20PVL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '928fa6cd-d565-5959-8bd9-d6ef92b116cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF17 PVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF17%20PVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 76786,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 N-CONNECTA',
 'vin': 'SJNFEAF15U7326362',
 'year': 2017}
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF17%2520PVL%27 HTTP/1.1" 200 None
2026-03-30 06:34:01 [bca.uk] INFO: Saving data for MF17%20PVL: {'auction_closing_time': 1774854000.0, 'created_time': 1773832306.749479, 'last_price_update_time': 1774852441.198253}
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF17%2520PVL') HTTP/1.1" 204 0
2026-03-30 06:34:01 [bca.uk] INFO: Found listing with ID: LN60%20TKX
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN60%2520TKX%27 HTTP/1.1" 200 None
2026-03-30 06:34:01 [bca.uk] INFO: Scrape type for LN60%20TKX: 2
2026-03-30 06:34:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 264f988e-085b-558e-b539-e2dd7806e432 with identifier: LN60%20TKX
2026-03-30 06:34:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 264f988e-085b-558e-b539-e2dd7806e432 with scrape type 2
2026-03-30 06:34:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 264f988e-085b-558e-b539-e2dd7806e432 with scrape type 2
2026-03-30 06:34:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 264f988e-085b-558e-b539-e2dd7806e432, identifier: LN60%20TKX
2026-03-30 06:34:01 [bca.uk] INFO: Found listing with ID: ND66%20ZNN
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520ZNN%27 HTTP/1.1" 200 None
2026-03-30 06:34:01 [bca.uk] INFO: Scrape type for ND66%20ZNN: 2
2026-03-30 06:34:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with identifier: ND66%20ZNN
2026-03-30 06:34:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with scrape type 2
2026-03-30 06:34:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with scrape type 2
2026-03-30 06:34:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa, identifier: ND66%20ZNN
2026-03-30 06:34:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 264f988e-085b-558e-b539-e2dd7806e432 with identifier: LN60%20TKX
2026-03-30 06:34:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 264f988e-085b-558e-b539-e2dd7806e432 with identifier: LN60%20TKX
2026-03-30 06:34:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 264f988e-085b-558e-b539-e2dd7806e432 with identifier: LN60%20TKX to the API
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN60%20TKX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '264f988e-085b-558e-b539-e2dd7806e432',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN60 TKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN60%20TKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 130063,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 140 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 140 TITANIUM',
 'vin': 'WF0SXXGBWSAB65610',
 'year': 2010}
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN60%2520TKX%27 HTTP/1.1" 200 None
2026-03-30 06:34:01 [bca.uk] INFO: Saving data for LN60%20TKX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563516.976514, 'last_price_update_time': 1774852441.737979}
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN60%2520TKX') HTTP/1.1" 204 0
2026-03-30 06:34:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:34:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with identifier: ND66%20ZNN
2026-03-30 06:34:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with identifier: ND66%20ZNN
2026-03-30 06:34:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa with identifier: ND66%20ZNN to the API
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND66%20ZNN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e36cd3d6-ecc0-57c1-8197-36d9fbfd94aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND66 ZNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND66%20ZNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FIAT',
 'model': 'TIPO',
 'odometer': 90559,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FIAT TIPO 1.4 95 EASY PLUS Hatchback',
 'transmission': 'manual',
 'trim': '95 EASY PLUS',
 'vin': 'ZFA35600006E38367',
 'year': 2017}
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520ZNN%27 HTTP/1.1" 200 None
2026-03-30 06:34:02 [bca.uk] INFO: Saving data for ND66%20ZNN: {'auction_closing_time': 1774854000.0, 'created_time': 1774305431.992182, 'last_price_update_time': 1774852442.033938}
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND66%2520ZNN') HTTP/1.1" 204 0
2026-03-30 06:34:02 [bca.uk] INFO: Found listing with ID: PL72%20WSN
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520WSN%27 HTTP/1.1" 200 None
2026-03-30 06:34:02 [bca.uk] INFO: Scrape type for PL72%20WSN: 2
2026-03-30 06:34:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with identifier: PL72%20WSN
2026-03-30 06:34:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with scrape type 2
2026-03-30 06:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with scrape type 2
2026-03-30 06:34:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0224ea36-a49e-5cfd-9a36-d247d8fba3f4, identifier: PL72%20WSN
2026-03-30 06:34:02 [bca.uk] INFO: Found listing with ID: PN67%20YJW
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520YJW%27 HTTP/1.1" 200 None
2026-03-30 06:34:02 [bca.uk] INFO: Scrape type for PN67%20YJW: 2
2026-03-30 06:34:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0547afcf-39b5-56e9-9d1c-35a8a94092eb with identifier: PN67%20YJW
2026-03-30 06:34:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0547afcf-39b5-56e9-9d1c-35a8a94092eb with scrape type 2
2026-03-30 06:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0547afcf-39b5-56e9-9d1c-35a8a94092eb with scrape type 2
2026-03-30 06:34:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0547afcf-39b5-56e9-9d1c-35a8a94092eb, identifier: PN67%20YJW
2026-03-30 06:34:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with identifier: PL72%20WSN
2026-03-30 06:34:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with identifier: PL72%20WSN
2026-03-30 06:34:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0224ea36-a49e-5cfd-9a36-d247d8fba3f4 with identifier: PL72%20WSN to the API
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL72%20WSN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0224ea36-a49e-5cfd-9a36-d247d8fba3f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PL72 WSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL72%20WSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 78,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW7409XNZ263464',
 'year': 2022}
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520WSN%27 HTTP/1.1" 200 None
2026-03-30 06:34:02 [bca.uk] INFO: Saving data for PL72%20WSN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563540.55053, 'last_price_update_time': 1774852442.549444}
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL72%2520WSN') HTTP/1.1" 204 0
2026-03-30 06:34:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0547afcf-39b5-56e9-9d1c-35a8a94092eb with identifier: PN67%20YJW
2026-03-30 06:34:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0547afcf-39b5-56e9-9d1c-35a8a94092eb with identifier: PN67%20YJW
2026-03-30 06:34:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0547afcf-39b5-56e9-9d1c-35a8a94092eb with identifier: PN67%20YJW to the API
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN67%20YJW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0547afcf-39b5-56e9-9d1c-35a8a94092eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN67 YJW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN67%20YJW&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 108287,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 TDCI 120 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 120 2WD TITANIUM',
 'vin': 'WF0AXXWPMAHC19527',
 'year': 2017}
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520YJW%27 HTTP/1.1" 200 None
2026-03-30 06:34:02 [bca.uk] INFO: Saving data for PN67%20YJW: {'auction_closing_time': 1774854000.0, 'created_time': 1774305360.548258, 'last_price_update_time': 1774852442.858132}
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN67%2520YJW') HTTP/1.1" 204 0
2026-03-30 06:34:02 [bca.uk] INFO: Found listing with ID: WN66%20HLW
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520HLW%27 HTTP/1.1" 200 None
2026-03-30 06:34:02 [bca.uk] INFO: Scrape type for WN66%20HLW: 2
2026-03-30 06:34:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 013711a8-4b97-56ad-8f07-0870630d6d0f with identifier: WN66%20HLW
2026-03-30 06:34:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 013711a8-4b97-56ad-8f07-0870630d6d0f with scrape type 2
2026-03-30 06:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 013711a8-4b97-56ad-8f07-0870630d6d0f with scrape type 2
2026-03-30 06:34:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 013711a8-4b97-56ad-8f07-0870630d6d0f, identifier: WN66%20HLW
2026-03-30 06:34:02 [bca.uk] INFO: Found listing with ID: RO16%20EXS
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO16%2520EXS%27 HTTP/1.1" 200 None
2026-03-30 06:34:03 [bca.uk] INFO: Scrape type for RO16%20EXS: 2
2026-03-30 06:34:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f801a48-3629-5163-9bfc-1e89c8bd12fb with identifier: RO16%20EXS
2026-03-30 06:34:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f801a48-3629-5163-9bfc-1e89c8bd12fb with scrape type 2
2026-03-30 06:34:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f801a48-3629-5163-9bfc-1e89c8bd12fb with scrape type 2
2026-03-30 06:34:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f801a48-3629-5163-9bfc-1e89c8bd12fb, identifier: RO16%20EXS
2026-03-30 06:34:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 013711a8-4b97-56ad-8f07-0870630d6d0f with identifier: WN66%20HLW
2026-03-30 06:34:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 013711a8-4b97-56ad-8f07-0870630d6d0f with identifier: WN66%20HLW
2026-03-30 06:34:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 013711a8-4b97-56ad-8f07-0870630d6d0f with identifier: WN66%20HLW to the API
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN66%20HLW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '013711a8-4b97-56ad-8f07-0870630d6d0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN66 HLW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN66%20HLW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 60586,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 1.4 M/AIR 140 LONGITUDE Hatchback',
 'transmission': 'manual',
 'trim': 'M/AIR 140 LONGITUDE',
 'vin': '1C4BU0000GPE03727',
 'year': 2016}
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN66%2520HLW%27 HTTP/1.1" 200 None
2026-03-30 06:34:03 [bca.uk] INFO: Saving data for WN66%20HLW: {'auction_closing_time': 1774864800.0, 'created_time': 1774563541.372205, 'last_price_update_time': 1774852443.396902}
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN66%2520HLW') HTTP/1.1" 204 0
2026-03-30 06:34:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f801a48-3629-5163-9bfc-1e89c8bd12fb with identifier: RO16%20EXS
2026-03-30 06:34:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f801a48-3629-5163-9bfc-1e89c8bd12fb with identifier: RO16%20EXS
2026-03-30 06:34:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f801a48-3629-5163-9bfc-1e89c8bd12fb with identifier: RO16%20EXS to the API
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO16%20EXS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7f801a48-3629-5163-9bfc-1e89c8bd12fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO16 EXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO16%20EXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SSANGYONG',
 'model': 'TIVOLI',
 'odometer': 92189,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SSANGYONG TIVOLI 1.6 128 EX 2WD Hatchback',
 'transmission': 'manual',
 'trim': '128 EX 2WD',
 'vin': 'KPT30B1VSFP030092',
 'year': 2016}
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO16%2520EXS%27 HTTP/1.1" 200 None
2026-03-30 06:34:03 [bca.uk] INFO: Saving data for RO16%20EXS: {'auction_closing_time': 1774854000.0, 'created_time': 1773832346.997573, 'last_price_update_time': 1774852443.684894}
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO16%2520EXS') HTTP/1.1" 204 0
2026-03-30 06:34:03 [bca.uk] INFO: Found listing with ID: ET17%20HTZ
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET17%2520HTZ%27 HTTP/1.1" 200 None
2026-03-30 06:34:03 [bca.uk] INFO: Scrape type for ET17%20HTZ: 2
2026-03-30 06:34:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with identifier: ET17%20HTZ
2026-03-30 06:34:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with scrape type 2
2026-03-30 06:34:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with scrape type 2
2026-03-30 06:34:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34, identifier: ET17%20HTZ
2026-03-30 06:34:03 [bca.uk] INFO: Total items found: 100
2026-03-30 06:34:03 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded
2026-03-30 06:34:03 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:34:03 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:34:03 [bca.uk] INFO: Found listing with ID: SA18%20BFK
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520BFK%27 HTTP/1.1" 200 None
2026-03-30 06:34:03 [bca.uk] INFO: Scrape type for SA18%20BFK: 2
2026-03-30 06:34:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with identifier: SA18%20BFK
2026-03-30 06:34:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with scrape type 2
2026-03-30 06:34:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with scrape type 2
2026-03-30 06:34:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f, identifier: SA18%20BFK
2026-03-30 06:34:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with identifier: ET17%20HTZ
2026-03-30 06:34:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with identifier: ET17%20HTZ
2026-03-30 06:34:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34 with identifier: ET17%20HTZ to the API
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET17%20HTZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fcbc8b9f-0f13-51bf-8d74-bbb46feb1a34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET17 HTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET17%20HTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 26895,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I30 1.4 T GDI B/D 140 SE Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI B/D 140 SE',
 'vin': 'TMAH3513LJJ018791',
 'year': 2017}
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET17%2520HTZ%27 HTTP/1.1" 200 None
2026-03-30 06:34:04 [bca.uk] INFO: Saving data for ET17%20HTZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774390176.755777, 'last_price_update_time': 1774852444.215206}
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET17%2520HTZ') HTTP/1.1" 204 0
2026-03-30 06:34:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:34:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:34:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with identifier: SA18%20BFK
2026-03-30 06:34:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with identifier: SA18%20BFK
2026-03-30 06:34:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 181a2a70-c7bd-51b6-87d8-e7e4d0054e1f with identifier: SA18%20BFK to the API
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA18%20BFK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '181a2a70-c7bd-51b6-87d8-e7e4d0054e1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA18 BFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA18%20BFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 106058,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.4 T 140 ECOTEC ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'T 140 ECOTEC ACTIVE',
 'vin': 'W0VJC7E89JB641713',
 'year': 2018}
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA18%2520BFK%27 HTTP/1.1" 200 None
2026-03-30 06:34:04 [bca.uk] INFO: Saving data for SA18%20BFK: {'auction_closing_time': 1774854000.0, 'created_time': 1774305434.45993, 'last_price_update_time': 1774852444.63053}
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA18%2520BFK') HTTP/1.1" 204 0
2026-03-30 06:34:04 [bca.uk] INFO: Found listing with ID: RE24%20EZL
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520EZL%27 HTTP/1.1" 200 None
2026-03-30 06:34:04 [bca.uk] INFO: Scrape type for RE24%20EZL: 2
2026-03-30 06:34:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with identifier: RE24%20EZL
2026-03-30 06:34:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with scrape type 2
2026-03-30 06:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with scrape type 2
2026-03-30 06:34:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bbeba7a-a288-59ae-8303-ff68d3a4a87c, identifier: RE24%20EZL
2026-03-30 06:34:04 [bca.uk] INFO: Found listing with ID: MT21%20HKE
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT21%2520HKE%27 HTTP/1.1" 200 None
2026-03-30 06:34:04 [bca.uk] INFO: Scrape type for MT21%20HKE: 2
2026-03-30 06:34:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a41f5f45-92ec-5f52-8fe1-8e227b8af9de with identifier: MT21%20HKE
2026-03-30 06:34:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a41f5f45-92ec-5f52-8fe1-8e227b8af9de with scrape type 2
2026-03-30 06:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a41f5f45-92ec-5f52-8fe1-8e227b8af9de with scrape type 2
2026-03-30 06:34:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a41f5f45-92ec-5f52-8fe1-8e227b8af9de, identifier: MT21%20HKE
2026-03-30 06:34:04 [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:34:04 [bca.uk] INFO: Found listing with ID: SA54%20NBY
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA54%2520NBY%27 HTTP/1.1" 200 None
2026-03-30 06:34:04 [bca.uk] INFO: Scrape type for SA54%20NBY: 2
2026-03-30 06:34:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with identifier: SA54%20NBY
2026-03-30 06:34:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with scrape type 2
2026-03-30 06:34:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with scrape type 2
2026-03-30 06:34:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0, identifier: SA54%20NBY
2026-03-30 06:34:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with identifier: RE24%20EZL
2026-03-30 06:34:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with identifier: RE24%20EZL
2026-03-30 06:34:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1bbeba7a-a288-59ae-8303-ff68d3a4a87c with identifier: RE24%20EZL to the API
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE24%20EZL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1bbeba7a-a288-59ae-8303-ff68d3a4a87c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE24 EZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE24%20EZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQE SUV 350',
 'odometer': 15666,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQE SUV 350 4M AMG LINE StationWagon',
 'transmission': 'automatic',
 'trim': '4M AMG LINE',
 'vin': 'W1NGM1CB3PA009410',
 'year': 2024}
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520EZL%27 HTTP/1.1" 200 None
2026-03-30 06:34:05 [bca.uk] INFO: Saving data for RE24%20EZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774362959.95952, 'last_price_update_time': 1774852445.290508}
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE24%2520EZL') HTTP/1.1" 204 0
2026-03-30 06:34:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a41f5f45-92ec-5f52-8fe1-8e227b8af9de with identifier: MT21%20HKE
2026-03-30 06:34:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a41f5f45-92ec-5f52-8fe1-8e227b8af9de with identifier: MT21%20HKE
2026-03-30 06:34:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a41f5f45-92ec-5f52-8fe1-8e227b8af9de with identifier: MT21%20HKE to the API
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT21%20HKE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a41f5f45-92ec-5f52-8fe1-8e227b8af9de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MT21 HKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT21%20HKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 36520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE PREMIUM',
 'vin': 'VF3MRHNSMMS042000',
 'year': 2021}
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT21%2520HKE%27 HTTP/1.1" 200 None
2026-03-30 06:34:05 [bca.uk] INFO: Saving data for MT21%20HKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563683.255355, 'last_price_update_time': 1774852445.582074}
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT21%2520HKE') HTTP/1.1" 204 0
2026-03-30 06:34:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with identifier: SA54%20NBY
2026-03-30 06:34:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with identifier: SA54%20NBY
2026-03-30 06:34:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46effd28-c4b4-5cbe-bbe6-367bd64eb5d0 with identifier: SA54%20NBY to the API
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA54%20NBY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '46effd28-c4b4-5cbe-bbe6-367bd64eb5d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA54 NBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA54%20NBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 102520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.5 CDI SPORT EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'CDI SPORT EDITION',
 'vin': 'WDD1760122V088355',
 'year': 2015}
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA54%2520NBY%27 HTTP/1.1" 200 None
2026-03-30 06:34:05 [bca.uk] INFO: Saving data for SA54%20NBY: {'auction_closing_time': 1774854000.0, 'created_time': 1774303565.641305, 'last_price_update_time': 1774852445.873528}
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA54%2520NBY') HTTP/1.1" 204 0
2026-03-30 06:34:05 [bca.uk] INFO: Found listing with ID: HN15%20UYW
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN15%2520UYW%27 HTTP/1.1" 200 None
2026-03-30 06:34:05 [bca.uk] INFO: Scrape type for HN15%20UYW: 2
2026-03-30 06:34:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with identifier: HN15%20UYW
2026-03-30 06:34:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with scrape type 2
2026-03-30 06:34:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with scrape type 2
2026-03-30 06:34:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 344f8da2-27a6-56d0-9566-abc0bbaa9cb5, identifier: HN15%20UYW
2026-03-30 06:34:06 [bca.uk] INFO: Found listing with ID: GJ21%20LWM
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ21%2520LWM%27 HTTP/1.1" 200 None
2026-03-30 06:34:06 [bca.uk] INFO: Scrape type for GJ21%20LWM: 2
2026-03-30 06:34:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04be9c8e-3259-54fd-b7dd-babb2896390e with identifier: GJ21%20LWM
2026-03-30 06:34:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04be9c8e-3259-54fd-b7dd-babb2896390e with scrape type 2
2026-03-30 06:34:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04be9c8e-3259-54fd-b7dd-babb2896390e with scrape type 2
2026-03-30 06:34:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04be9c8e-3259-54fd-b7dd-babb2896390e, identifier: GJ21%20LWM
2026-03-30 06:34:06 [bca.uk] INFO: Found listing with ID: SJ16%20LLW
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ16%2520LLW%27 HTTP/1.1" 200 None
2026-03-30 06:34:06 [bca.uk] INFO: Scrape type for SJ16%20LLW: 2
2026-03-30 06:34:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with identifier: SJ16%20LLW
2026-03-30 06:34:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with scrape type 2
2026-03-30 06:34:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with scrape type 2
2026-03-30 06:34:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cd1e942-efcb-53f6-a5b3-ed8abcf66518, identifier: SJ16%20LLW
2026-03-30 06:34:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with identifier: HN15%20UYW
2026-03-30 06:34:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with identifier: HN15%20UYW
2026-03-30 06:34:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 344f8da2-27a6-56d0-9566-abc0bbaa9cb5 with identifier: HN15%20UYW to the API
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN15%20UYW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '344f8da2-27a6-56d0-9566-abc0bbaa9cb5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN15 UYW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN15%20UYW&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 145572,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.2 TDCI 100 290 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 100 290 SWB L/R',
 'vin': 'WF0YXXTTGYEG56208',
 'year': 2015}
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN15%2520UYW%27 HTTP/1.1" 200 None
2026-03-30 06:34:06 [bca.uk] INFO: Saving data for HN15%20UYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774563782.696285, 'last_price_update_time': 1774852446.638815}
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN15%2520UYW') HTTP/1.1" 204 0
2026-03-30 06:34:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04be9c8e-3259-54fd-b7dd-babb2896390e with identifier: GJ21%20LWM
2026-03-30 06:34:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04be9c8e-3259-54fd-b7dd-babb2896390e with identifier: GJ21%20LWM
2026-03-30 06:34:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04be9c8e-3259-54fd-b7dd-babb2896390e with identifier: GJ21%20LWM to the API
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ21%20LWM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04be9c8e-3259-54fd-b7dd-babb2896390e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ21 LWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ21%20LWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 66010,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 MHT M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BN030CG62763',
 'year': 2021}
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ21%2520LWM%27 HTTP/1.1" 200 None
2026-03-30 06:34:06 [bca.uk] INFO: Saving data for GJ21%20LWM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563703.404983, 'last_price_update_time': 1774852446.934129}
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ21%2520LWM') HTTP/1.1" 204 0
2026-03-30 06:34:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with identifier: SJ16%20LLW
2026-03-30 06:34:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with identifier: SJ16%20LLW
2026-03-30 06:34:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cd1e942-efcb-53f6-a5b3-ed8abcf66518 with identifier: SJ16%20LLW to the API
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ16%20LLW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8cd1e942-efcb-53f6-a5b3-ed8abcf66518',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ16 LLW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ16%20LLW&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 58691,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.5 DCI TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI TEKNA',
 'vin': 'SJNFCAF15U7225211',
 'year': 2016}
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ16%2520LLW%27 HTTP/1.1" 200 None
2026-03-30 06:34:07 [bca.uk] INFO: Saving data for SJ16%20LLW: {'auction_closing_time': 1774854000.0, 'created_time': 1774305372.673845, 'last_price_update_time': 1774852447.230965}
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ16%2520LLW') HTTP/1.1" 204 0
2026-03-30 06:34:07 [bca.uk] INFO: Found listing with ID: HX23%20XLV
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX23%2520XLV%27 HTTP/1.1" 200 None
2026-03-30 06:34:07 [bca.uk] INFO: Scrape type for HX23%20XLV: 0
2026-03-30 06:34:07 [bca.uk] INFO: Found listing with ID: BK22%20DVC
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520DVC%27 HTTP/1.1" 200 None
2026-03-30 06:34:07 [bca.uk] INFO: Scrape type for BK22%20DVC: 2
2026-03-30 06:34:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 619da9bc-e3a5-514d-be12-78233069dafe with identifier: BK22%20DVC
2026-03-30 06:34:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 619da9bc-e3a5-514d-be12-78233069dafe with scrape type 2
2026-03-30 06:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 619da9bc-e3a5-514d-be12-78233069dafe with scrape type 2
2026-03-30 06:34:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 619da9bc-e3a5-514d-be12-78233069dafe, identifier: BK22%20DVC
2026-03-30 06:34:07 [bca.uk] INFO: Found listing with ID: LS21%20ONM
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520ONM%27 HTTP/1.1" 200 None
2026-03-30 06:34:07 [bca.uk] INFO: Scrape type for LS21%20ONM: 2
2026-03-30 06:34:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bcab077-5692-551d-8ff3-fbf5f15be9ac with identifier: LS21%20ONM
2026-03-30 06:34:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bcab077-5692-551d-8ff3-fbf5f15be9ac with scrape type 2
2026-03-30 06:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bcab077-5692-551d-8ff3-fbf5f15be9ac with scrape type 2
2026-03-30 06:34:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bcab077-5692-551d-8ff3-fbf5f15be9ac, identifier: LS21%20ONM
2026-03-30 06:34:07 [bca.uk] INFO: Found listing with ID: SK65%20OEB
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK65%2520OEB%27 HTTP/1.1" 200 None
2026-03-30 06:34:07 [bca.uk] INFO: Scrape type for SK65%20OEB: 2
2026-03-30 06:34:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 492ff2db-87ba-5015-8ef1-c1d3846aae50 with identifier: SK65%20OEB
2026-03-30 06:34:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 492ff2db-87ba-5015-8ef1-c1d3846aae50 with scrape type 2
2026-03-30 06:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 492ff2db-87ba-5015-8ef1-c1d3846aae50 with scrape type 2
2026-03-30 06:34:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 492ff2db-87ba-5015-8ef1-c1d3846aae50, identifier: SK65%20OEB
2026-03-30 06:34:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 619da9bc-e3a5-514d-be12-78233069dafe with identifier: BK22%20DVC
2026-03-30 06:34:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 619da9bc-e3a5-514d-be12-78233069dafe with identifier: BK22%20DVC
2026-03-30 06:34:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 619da9bc-e3a5-514d-be12-78233069dafe with identifier: BK22%20DVC to the API
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20DVC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '619da9bc-e3a5-514d-be12-78233069dafe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 DVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20DVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 89264,
 'odometer_reading_unit': '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': 'LRWYHCEK1NC234075',
 'year': 2022}
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520DVC%27 HTTP/1.1" 200 None
2026-03-30 06:34:07 [bca.uk] INFO: Saving data for BK22%20DVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774004662.514963, 'last_price_update_time': 1774852447.954418}
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520DVC') HTTP/1.1" 204 0
2026-03-30 06:34:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bcab077-5692-551d-8ff3-fbf5f15be9ac with identifier: LS21%20ONM
2026-03-30 06:34:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bcab077-5692-551d-8ff3-fbf5f15be9ac with identifier: LS21%20ONM
2026-03-30 06:34:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bcab077-5692-551d-8ff3-fbf5f15be9ac with identifier: LS21%20ONM to the API
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS21%20ONM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bcab077-5692-551d-8ff3-fbf5f15be9ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS21 ONM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS21%20ONM&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 43003,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 P/T 130 ALLURE PREMIUM StationWagon',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE PREMIUM',
 'vin': 'VF3MRHNSMMS056861',
 'year': 2021}
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS21%2520ONM%27 HTTP/1.1" 200 None
2026-03-30 06:34:08 [bca.uk] INFO: Saving data for LS21%20ONM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563702.579526, 'last_price_update_time': 1774852448.260139}
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS21%2520ONM') HTTP/1.1" 204 0
2026-03-30 06:34:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 492ff2db-87ba-5015-8ef1-c1d3846aae50 with identifier: SK65%20OEB
2026-03-30 06:34:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 492ff2db-87ba-5015-8ef1-c1d3846aae50 with identifier: SK65%20OEB
2026-03-30 06:34:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 492ff2db-87ba-5015-8ef1-c1d3846aae50 with identifier: SK65%20OEB to the API
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK65%20OEB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '492ff2db-87ba-5015-8ef1-c1d3846aae50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK65 OEB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK65%20OEB&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'ABARTH',
 'model': '595',
 'odometer': 76197,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'ABARTH 595 1.4 T-JET TURISMO Hatchback',
 'transmission': 'manual',
 'trim': 'T-JET TURISMO',
 'vin': 'ZFA3120000J413457',
 'year': 2015}
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK65%2520OEB%27 HTTP/1.1" 200 None
2026-03-30 06:34:08 [bca.uk] INFO: Saving data for SK65%20OEB: {'auction_closing_time': 1774854000.0, 'created_time': 1773832284.113847, 'last_price_update_time': 1774852448.538584}
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK65%2520OEB') HTTP/1.1" 204 0
2026-03-30 06:34:08 [bca.uk] INFO: Found listing with ID: LO22%20JPF
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO22%2520JPF%27 HTTP/1.1" 200 None
2026-03-30 06:34:08 [bca.uk] INFO: Scrape type for LO22%20JPF: 0
2026-03-30 06:34:08 [bca.uk] INFO: Found listing with ID: LA70%20EFL
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA70%2520EFL%27 HTTP/1.1" 200 None
2026-03-30 06:34:08 [bca.uk] INFO: Scrape type for LA70%20EFL: 0
2026-03-30 06:34:08 [bca.uk] INFO: Found listing with ID: HV23%20NYR
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV23%2520NYR%27 HTTP/1.1" 200 None
2026-03-30 06:34:08 [bca.uk] INFO: Scrape type for HV23%20NYR: 0
2026-03-30 06:34:08 [bca.uk] INFO: Found listing with ID: LO71%20TMV
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO71%2520TMV%27 HTTP/1.1" 200 None
2026-03-30 06:34:08 [bca.uk] INFO: Scrape type for LO71%20TMV: 0
2026-03-30 06:34:08 [bca.uk] INFO: Found listing with ID: RK71%20CHO
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK71%2520CHO%27 HTTP/1.1" 200 None
2026-03-30 06:34:08 [bca.uk] INFO: Scrape type for RK71%20CHO: 0
2026-03-30 06:34:08 [bca.uk] INFO: Found listing with ID: LM67%20OZN
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM67%2520OZN%27 HTTP/1.1" 200 None
2026-03-30 06:34:08 [bca.uk] INFO: Scrape type for LM67%20OZN: 0
2026-03-30 06:34:08 [bca.uk] INFO: Found listing with ID: HY24%20BLK
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY24%2520BLK%27 HTTP/1.1" 200 None
2026-03-30 06:34:08 [bca.uk] INFO: Scrape type for HY24%20BLK: 0
2026-03-30 06:34:08 [bca.uk] INFO: Found listing with ID: HX13%20ENE
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX13%2520ENE%27 HTTP/1.1" 200 None
2026-03-30 06:34:08 [bca.uk] INFO: Scrape type for HX13%20ENE: 2
2026-03-30 06:34:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 677f66b4-3281-5d1c-8ab8-882837da5f19 with identifier: HX13%20ENE
2026-03-30 06:34:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 677f66b4-3281-5d1c-8ab8-882837da5f19 with scrape type 2
2026-03-30 06:34:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 677f66b4-3281-5d1c-8ab8-882837da5f19 with scrape type 2
2026-03-30 06:34:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 677f66b4-3281-5d1c-8ab8-882837da5f19, identifier: HX13%20ENE
2026-03-30 06:34:09 [bca.uk] INFO: Found listing with ID: CF71%20JRU
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520JRU%27 HTTP/1.1" 200 None
2026-03-30 06:34:09 [bca.uk] INFO: Scrape type for CF71%20JRU: 2
2026-03-30 06:34:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6b28187-8142-5f72-b2b8-87732af26d85 with identifier: CF71%20JRU
2026-03-30 06:34:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6b28187-8142-5f72-b2b8-87732af26d85 with scrape type 2
2026-03-30 06:34:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6b28187-8142-5f72-b2b8-87732af26d85 with scrape type 2
2026-03-30 06:34:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6b28187-8142-5f72-b2b8-87732af26d85, identifier: CF71%20JRU
2026-03-30 06:34:09 [bca.uk] INFO: Found listing with ID: SY17%20UAP
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY17%2520UAP%27 HTTP/1.1" 200 None
2026-03-30 06:34:09 [bca.uk] INFO: Scrape type for SY17%20UAP: 2
2026-03-30 06:34:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with identifier: SY17%20UAP
2026-03-30 06:34:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with scrape type 2
2026-03-30 06:34:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with scrape type 2
2026-03-30 06:34:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4, identifier: SY17%20UAP
2026-03-30 06:34:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 677f66b4-3281-5d1c-8ab8-882837da5f19 with identifier: HX13%20ENE
2026-03-30 06:34:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 677f66b4-3281-5d1c-8ab8-882837da5f19 with identifier: HX13%20ENE
2026-03-30 06:34:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 677f66b4-3281-5d1c-8ab8-882837da5f19 with identifier: HX13%20ENE to the API
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '677f66b4-3281-5d1c-8ab8-882837da5f19',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX13 ENE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX13%20ENE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-TRAIL',
 'model': 'SCOUT',
 'odometer': 41169,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUTO-TRAIL SCOUT 3.0 MOTORHOME CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': 'MOTORHOME',
 'vin': 'ZFA25000002340695',
 'year': 2013}
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX13%2520ENE%27 HTTP/1.1" 200 None
2026-03-30 06:34:09 [bca.uk] INFO: Saving data for HX13%20ENE: {'auction_closing_time': 1775124000.0, 'created_time': 1774563781.982062, 'last_price_update_time': 1774852449.564243}
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX13%2520ENE') HTTP/1.1" 204 0
2026-03-30 06:34:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6b28187-8142-5f72-b2b8-87732af26d85 with identifier: CF71%20JRU
2026-03-30 06:34:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6b28187-8142-5f72-b2b8-87732af26d85 with identifier: CF71%20JRU
2026-03-30 06:34:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6b28187-8142-5f72-b2b8-87732af26d85 with identifier: CF71%20JRU to the API
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF71%20JRU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a6b28187-8142-5f72-b2b8-87732af26d85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF71 JRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF71%20JRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'CITROEN',
 'model': 'C4',
 'odometer': 47916,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 1.2 P/T 130 SHINE PLUS Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 SHINE PLUS',
 'vin': 'VR7BAHNSBME060776',
 'year': 2021}
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520JRU%27 HTTP/1.1" 200 None
2026-03-30 06:34:09 [bca.uk] INFO: Saving data for CF71%20JRU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563696.568633, 'last_price_update_time': 1774852449.953496}
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF71%2520JRU') HTTP/1.1" 204 0
2026-03-30 06:34:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with identifier: SY17%20UAP
2026-03-30 06:34:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with identifier: SY17%20UAP
2026-03-30 06:34:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4 with identifier: SY17%20UAP to the API
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY17%20UAP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1dc3308-bac9-5382-8cdb-6e7dfdeda5b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY17 UAP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY17%20UAP&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 124578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 2.0 BLUEHDI 150 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 150 GT LINE',
 'vin': 'VF3MJAHXHHS059883',
 'year': 2017}
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY17%2520UAP%27 HTTP/1.1" 200 None
2026-03-30 06:34:10 [bca.uk] INFO: Saving data for SY17%20UAP: {'auction_closing_time': 1774854000.0, 'created_time': 1773832365.793093, 'last_price_update_time': 1774852450.262905}
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY17%2520UAP') HTTP/1.1" 204 0
2026-03-30 06:34:10 [bca.uk] INFO: Found listing with ID: BV24%20ZNU
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV24%2520ZNU%27 HTTP/1.1" 200 None
2026-03-30 06:34:10 [bca.uk] INFO: Scrape type for BV24%20ZNU: 0
2026-03-30 06:34:10 [bca.uk] INFO: Found listing with ID: NX13%20CEN
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520CEN%27 HTTP/1.1" 200 None
2026-03-30 06:34:10 [bca.uk] INFO: Scrape type for NX13%20CEN: 2
2026-03-30 06:34:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9b15e75-9a41-5d87-8094-6b89ba2b26cb with identifier: NX13%20CEN
2026-03-30 06:34:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9b15e75-9a41-5d87-8094-6b89ba2b26cb with scrape type 2
2026-03-30 06:34:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9b15e75-9a41-5d87-8094-6b89ba2b26cb with scrape type 2
2026-03-30 06:34:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9b15e75-9a41-5d87-8094-6b89ba2b26cb, identifier: NX13%20CEN
2026-03-30 06:34:10 [bca.uk] INFO: Found listing with ID: MA25%20KOU
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA25%2520KOU%27 HTTP/1.1" 200 None
2026-03-30 06:34:10 [bca.uk] INFO: Scrape type for MA25%20KOU: 2
2026-03-30 06:34:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d40d0d92-cb0d-5374-9dae-ac121acf9d3e with identifier: MA25%20KOU
2026-03-30 06:34:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d40d0d92-cb0d-5374-9dae-ac121acf9d3e with scrape type 2
2026-03-30 06:34:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d40d0d92-cb0d-5374-9dae-ac121acf9d3e with scrape type 2
2026-03-30 06:34:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d40d0d92-cb0d-5374-9dae-ac121acf9d3e, identifier: MA25%20KOU
2026-03-30 06:34:10 [bca.uk] INFO: Found listing with ID: VX68%20NUJ
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX68%2520NUJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:10 [bca.uk] INFO: Scrape type for VX68%20NUJ: 2
2026-03-30 06:34:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43a24195-eb36-50d3-bdfb-0cd5dd33744e with identifier: VX68%20NUJ
2026-03-30 06:34:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43a24195-eb36-50d3-bdfb-0cd5dd33744e with scrape type 2
2026-03-30 06:34:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43a24195-eb36-50d3-bdfb-0cd5dd33744e with scrape type 2
2026-03-30 06:34:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43a24195-eb36-50d3-bdfb-0cd5dd33744e, identifier: VX68%20NUJ
2026-03-30 06:34:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9b15e75-9a41-5d87-8094-6b89ba2b26cb with identifier: NX13%20CEN
2026-03-30 06:34:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9b15e75-9a41-5d87-8094-6b89ba2b26cb with identifier: NX13%20CEN
2026-03-30 06:34:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9b15e75-9a41-5d87-8094-6b89ba2b26cb with identifier: NX13%20CEN to the API
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 229,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX13%20CEN-GB',
 'category': 'Motorhome',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b9b15e75-9a41-5d87-8094-6b89ba2b26cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX13 CEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX13%20CEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BAILEY',
 'model': 'APPROACH',
 'odometer': 38695,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BAILEY APPROACH 2.2 760 SE MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '760 SE MOTORHOME',
 'vin': 'VF3YCTMAU12361331',
 'year': 2013}
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX13%2520CEN%27 HTTP/1.1" 200 None
2026-03-30 06:34:10 [bca.uk] INFO: Saving data for NX13%20CEN: {'auction_closing_time': 1775124000.0, 'created_time': 1774651762.382192, 'last_price_update_time': 1774852450.915479}
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX13%2520CEN') HTTP/1.1" 204 0
2026-03-30 06:34:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d40d0d92-cb0d-5374-9dae-ac121acf9d3e with identifier: MA25%20KOU
2026-03-30 06:34:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d40d0d92-cb0d-5374-9dae-ac121acf9d3e with identifier: MA25%20KOU
2026-03-30 06:34:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d40d0d92-cb0d-5374-9dae-ac121acf9d3e with identifier: MA25%20KOU to the API
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA25%20KOU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd40d0d92-cb0d-5374-9dae-ac121acf9d3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA25 KOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA25%20KOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'AUSTRAL E-TECH',
 'odometer': 25574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'RENAULT AUSTRAL E-TECH 1.2 FHEV TECHNO ESPRIT ALPINE Hatchback',
 'transmission': 'automatic',
 'trim': 'FHEV TECHNO ESPRIT ALPINE',
 'vin': 'VF1RHN00473873447',
 'year': 2025}
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA25%2520KOU%27 HTTP/1.1" 200 None
2026-03-30 06:34:11 [bca.uk] INFO: Saving data for MA25%20KOU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563727.989185, 'last_price_update_time': 1774852451.246047}
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA25%2520KOU') HTTP/1.1" 204 0
2026-03-30 06:34:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43a24195-eb36-50d3-bdfb-0cd5dd33744e with identifier: VX68%20NUJ
2026-03-30 06:34:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43a24195-eb36-50d3-bdfb-0cd5dd33744e with identifier: VX68%20NUJ
2026-03-30 06:34:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43a24195-eb36-50d3-bdfb-0cd5dd33744e with identifier: VX68%20NUJ to the API
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=83&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX68%20NUJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '43a24195-eb36-50d3-bdfb-0cd5dd33744e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX68 NUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX68%20NUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MAZDA',
 'model': 'MX-5 RF',
 'odometer': 59773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-5 RF 2.0 184 SE-L+ Convertible',
 'transmission': 'manual',
 'trim': '184 SE-L+',
 'vin': 'JMZND6E7600404586',
 'year': 2018}
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX68%2520NUJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:11 [bca.uk] INFO: Saving data for VX68%20NUJ: {'auction_closing_time': 1774854000.0, 'created_time': 1774303568.241966, 'last_price_update_time': 1774852451.543929}
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX68%2520NUJ') HTTP/1.1" 204 0
2026-03-30 06:34:11 [bca.uk] INFO: Found listing with ID: BT24%20KGA
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520KGA%27 HTTP/1.1" 200 None
2026-03-30 06:34:11 [bca.uk] INFO: Scrape type for BT24%20KGA: 2
2026-03-30 06:34:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 534d703b-1394-53a9-a041-adb968d207ec with identifier: BT24%20KGA
2026-03-30 06:34:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 534d703b-1394-53a9-a041-adb968d207ec with scrape type 2
2026-03-30 06:34:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 534d703b-1394-53a9-a041-adb968d207ec with scrape type 2
2026-03-30 06:34:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 534d703b-1394-53a9-a041-adb968d207ec, identifier: BT24%20KGA
2026-03-30 06:34:11 [bca.uk] INFO: Found listing with ID: LR22%20HOH
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HOH%27 HTTP/1.1" 200 None
2026-03-30 06:34:11 [bca.uk] INFO: Scrape type for LR22%20HOH: 2
2026-03-30 06:34:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30c6b359-30ed-5b9e-915e-4762b74733e6 with identifier: LR22%20HOH
2026-03-30 06:34:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30c6b359-30ed-5b9e-915e-4762b74733e6 with scrape type 2
2026-03-30 06:34:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30c6b359-30ed-5b9e-915e-4762b74733e6 with scrape type 2
2026-03-30 06:34:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30c6b359-30ed-5b9e-915e-4762b74733e6, identifier: LR22%20HOH
2026-03-30 06:34:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 534d703b-1394-53a9-a041-adb968d207ec with identifier: BT24%20KGA
2026-03-30 06:34:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 534d703b-1394-53a9-a041-adb968d207ec with identifier: BT24%20KGA
2026-03-30 06:34:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 534d703b-1394-53a9-a041-adb968d207ec with identifier: BT24%20KGA to the API
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT24%20KGA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '534d703b-1394-53a9-a041-adb968d207ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT24 KGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT24%20KGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 35251,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD DYNAMIC HSE',
 'vin': 'SALZA2AT7RH256829',
 'year': 2024}
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520KGA%27 HTTP/1.1" 200 None
2026-03-30 06:34:12 [bca.uk] INFO: Saving data for BT24%20KGA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563803.619044, 'last_price_update_time': 1774852452.051423}
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT24%2520KGA') HTTP/1.1" 204 0
2026-03-30 06:34:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30c6b359-30ed-5b9e-915e-4762b74733e6 with identifier: LR22%20HOH
2026-03-30 06:34:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30c6b359-30ed-5b9e-915e-4762b74733e6 with identifier: LR22%20HOH
2026-03-30 06:34:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30c6b359-30ed-5b9e-915e-4762b74733e6 with identifier: LR22%20HOH to the API
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR22%20HOH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30c6b359-30ed-5b9e-915e-4762b74733e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR22 HOH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR22%20HOH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 29753,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE PREMIUM EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE PREMIUM EAT8',
 'vin': 'VF3MRHNSUNS038649',
 'year': 2022}
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520HOH%27 HTTP/1.1" 200 None
2026-03-30 06:34:12 [bca.uk] INFO: Saving data for LR22%20HOH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563713.353514, 'last_price_update_time': 1774852452.356558}
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520HOH') HTTP/1.1" 204 0
2026-03-30 06:34:12 [bca.uk] INFO: Found listing with ID: WN23%20OXH
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520OXH%27 HTTP/1.1" 200 None
2026-03-30 06:34:12 [bca.uk] INFO: Scrape type for WN23%20OXH: 2
2026-03-30 06:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with identifier: WN23%20OXH
2026-03-30 06:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with scrape type 2
2026-03-30 06:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with scrape type 2
2026-03-30 06:34:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891, identifier: WN23%20OXH
2026-03-30 06:34:12 [bca.uk] INFO: Found listing with ID: AV23%20VVP
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV23%2520VVP%27 HTTP/1.1" 200 None
2026-03-30 06:34:12 [bca.uk] INFO: Scrape type for AV23%20VVP: 2
2026-03-30 06:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c96dd6d-9452-5f38-8361-ccea917a3d08 with identifier: AV23%20VVP
2026-03-30 06:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c96dd6d-9452-5f38-8361-ccea917a3d08 with scrape type 2
2026-03-30 06:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c96dd6d-9452-5f38-8361-ccea917a3d08 with scrape type 2
2026-03-30 06:34:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c96dd6d-9452-5f38-8361-ccea917a3d08, identifier: AV23%20VVP
2026-03-30 06:34:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with identifier: WN23%20OXH
2026-03-30 06:34:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with identifier: WN23%20OXH
2026-03-30 06:34:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891 with identifier: WN23%20OXH to the API
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20OXH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2aa8a3a6-4907-5b8e-bab9-b16c8e3eb891',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN23 OXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20OXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 31080,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 200 GTD DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 200 GTD DSG',
 'vin': 'WVWZZZCD4PW161586',
 'year': 2023}
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520OXH%27 HTTP/1.1" 200 None
2026-03-30 06:34:12 [bca.uk] INFO: Saving data for WN23%20OXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563770.488418, 'last_price_update_time': 1774852452.86846}
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520OXH') HTTP/1.1" 204 0
2026-03-30 06:34:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c96dd6d-9452-5f38-8361-ccea917a3d08 with identifier: AV23%20VVP
2026-03-30 06:34:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c96dd6d-9452-5f38-8361-ccea917a3d08 with identifier: AV23%20VVP
2026-03-30 06:34:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c96dd6d-9452-5f38-8361-ccea917a3d08 with identifier: AV23%20VVP to the API
2026-03-30 06:34:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV23%20VVP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c96dd6d-9452-5f38-8361-ccea917a3d08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AV23 VVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV23%20VVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 22345,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 115 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 115 LIFE',
 'vin': 'WVWZZZCD0PW028694',
 'year': 2023}
2026-03-30 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV23%2520VVP%27 HTTP/1.1" 200 None
2026-03-30 06:34:13 [bca.uk] INFO: Saving data for AV23%20VVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563694.291234, 'last_price_update_time': 1774852453.159928}
2026-03-30 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV23%2520VVP') HTTP/1.1" 204 0
2026-03-30 06:34:13 [bca.uk] INFO: Found listing with ID: OV23%20EOL
2026-03-30 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EOL%27 HTTP/1.1" 200 None
2026-03-30 06:34:13 [bca.uk] INFO: Scrape type for OV23%20EOL: 2
2026-03-30 06:34:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c492389a-a397-55e9-a670-31127445837e with identifier: OV23%20EOL
2026-03-30 06:34:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c492389a-a397-55e9-a670-31127445837e with scrape type 2
2026-03-30 06:34:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c492389a-a397-55e9-a670-31127445837e with scrape type 2
2026-03-30 06:34:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c492389a-a397-55e9-a670-31127445837e, identifier: OV23%20EOL
2026-03-30 06:34:13 [bca.uk] INFO: Found listing with ID: VE70%20SYZ
2026-03-30 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520SYZ%27 HTTP/1.1" 200 None
2026-03-30 06:34:13 [bca.uk] INFO: Scrape type for VE70%20SYZ: 2
2026-03-30 06:34:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with identifier: VE70%20SYZ
2026-03-30 06:34:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with scrape type 2
2026-03-30 06:34:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with scrape type 2
2026-03-30 06:34:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe, identifier: VE70%20SYZ
2026-03-30 06:34:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c492389a-a397-55e9-a670-31127445837e with identifier: OV23%20EOL
2026-03-30 06:34:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c492389a-a397-55e9-a670-31127445837e with identifier: OV23%20EOL
2026-03-30 06:34:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c492389a-a397-55e9-a670-31127445837e with identifier: OV23%20EOL to the API
2026-03-30 06:34:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20EOL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c492389a-a397-55e9-a670-31127445837e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV23 EOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20EOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 50526,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 78KWH SM2 LONG RANGE',
 'vin': 'YSMVSEGE0PL144997',
 'year': 2023}
2026-03-30 06:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520EOL%27 HTTP/1.1" 200 None
2026-03-30 06:34:14 [bca.uk] INFO: Saving data for OV23%20EOL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563789.599654, 'last_price_update_time': 1774852454.523742}
2026-03-30 06:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520EOL') HTTP/1.1" 204 0
2026-03-30 06:34:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with identifier: VE70%20SYZ
2026-03-30 06:34:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with identifier: VE70%20SYZ
2026-03-30 06:34:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe with identifier: VE70%20SYZ to the API
2026-03-30 06:34:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE70%20SYZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bbb7bbb0-fe5d-561d-83ec-4d5ae9108bbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE70 SYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE70%20SYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 30263,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 T 110 GRIFFIN (6)S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 110 GRIFFIN (6)S/S',
 'vin': 'W0V7D9ED9L4479010',
 'year': 2020}
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520SYZ%27 HTTP/1.1" 200 None
2026-03-30 06:34:16 [bca.uk] INFO: Saving data for VE70%20SYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564769.537569, 'last_price_update_time': 1774852456.152157}
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE70%2520SYZ') HTTP/1.1" 204 0
2026-03-30 06:34:16 [bca.uk] INFO: Found listing with ID: AD17%20HLF
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD17%2520HLF%27 HTTP/1.1" 200 None
2026-03-30 06:34:16 [bca.uk] INFO: Scrape type for AD17%20HLF: 2
2026-03-30 06:34:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7000e452-45ed-57bc-8cee-c178d226c523 with identifier: AD17%20HLF
2026-03-30 06:34:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7000e452-45ed-57bc-8cee-c178d226c523 with scrape type 2
2026-03-30 06:34:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7000e452-45ed-57bc-8cee-c178d226c523 with scrape type 2
2026-03-30 06:34:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7000e452-45ed-57bc-8cee-c178d226c523, identifier: AD17%20HLF
2026-03-30 06:34:16 [bca.uk] INFO: Found listing with ID: VE22%20WUG
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520WUG%27 HTTP/1.1" 200 None
2026-03-30 06:34:16 [bca.uk] INFO: Scrape type for VE22%20WUG: 2
2026-03-30 06:34:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebb9d743-82e1-5c1c-944e-e50322ff49bc with identifier: VE22%20WUG
2026-03-30 06:34:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebb9d743-82e1-5c1c-944e-e50322ff49bc with scrape type 2
2026-03-30 06:34:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebb9d743-82e1-5c1c-944e-e50322ff49bc with scrape type 2
2026-03-30 06:34:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebb9d743-82e1-5c1c-944e-e50322ff49bc, identifier: VE22%20WUG
2026-03-30 06:34:16 [scrapy.extensions.logstats] INFO: Crawled 94 pages (at 1 pages/min), scraped 3859 items (at 124 items/min)
2026-03-30 06:34:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:34:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7000e452-45ed-57bc-8cee-c178d226c523 with identifier: AD17%20HLF
2026-03-30 06:34:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7000e452-45ed-57bc-8cee-c178d226c523 with identifier: AD17%20HLF
2026-03-30 06:34:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7000e452-45ed-57bc-8cee-c178d226c523 with identifier: AD17%20HLF to the API
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD17%20HLF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7000e452-45ed-57bc-8cee-c178d226c523',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AD17 HLF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD17%20HLF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 80003,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD R SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD R SPORT',
 'vin': 'SADCA2AN0JA252427',
 'year': 2017}
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD17%2520HLF%27 HTTP/1.1" 200 None
2026-03-30 06:34:16 [bca.uk] INFO: Saving data for AD17%20HLF: {'auction_closing_time': 1775037600.0, 'created_time': 1774534467.917234, 'last_price_update_time': 1774852456.687323}
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD17%2520HLF') HTTP/1.1" 204 0
2026-03-30 06:34:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebb9d743-82e1-5c1c-944e-e50322ff49bc with identifier: VE22%20WUG
2026-03-30 06:34:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebb9d743-82e1-5c1c-944e-e50322ff49bc with identifier: VE22%20WUG
2026-03-30 06:34:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebb9d743-82e1-5c1c-944e-e50322ff49bc with identifier: VE22%20WUG to the API
2026-03-30 06:34:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE22%20WUG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ebb9d743-82e1-5c1c-944e-e50322ff49bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE22 WUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE22%20WUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 21344,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 SE ED. Hatchback',
 'transmission': 'manual',
 'trim': '75 SE ED.',
 'vin': 'VXKUPHMHDN4261156',
 'year': 2022}
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520WUG%27 HTTP/1.1" 200 None
2026-03-30 06:34:18 [bca.uk] INFO: Saving data for VE22%20WUG: {'auction_closing_time': 1774864800.0, 'created_time': 1774564730.796484, 'last_price_update_time': 1774852458.087356}
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE22%2520WUG') HTTP/1.1" 204 0
2026-03-30 06:34:18 [bca.uk] INFO: Found listing with ID: YH71%20MGJ
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520MGJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:18 [bca.uk] INFO: Scrape type for YH71%20MGJ: 2
2026-03-30 06:34:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with identifier: YH71%20MGJ
2026-03-30 06:34:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with scrape type 2
2026-03-30 06:34:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with scrape type 2
2026-03-30 06:34:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa4e9b46-7a5f-512b-9c12-49a4a951d2bb, identifier: YH71%20MGJ
2026-03-30 06:34:18 [bca.uk] INFO: Found listing with ID: GF23%20KPO
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520KPO%27 HTTP/1.1" 200 None
2026-03-30 06:34:18 [bca.uk] INFO: Scrape type for GF23%20KPO: 2
2026-03-30 06:34:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99ee8158-dbe4-515f-b9cb-5c83057c9772 with identifier: GF23%20KPO
2026-03-30 06:34:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99ee8158-dbe4-515f-b9cb-5c83057c9772 with scrape type 2
2026-03-30 06:34:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99ee8158-dbe4-515f-b9cb-5c83057c9772 with scrape type 2
2026-03-30 06:34:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99ee8158-dbe4-515f-b9cb-5c83057c9772, identifier: GF23%20KPO
2026-03-30 06:34:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with identifier: YH71%20MGJ
2026-03-30 06:34:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with identifier: YH71%20MGJ
2026-03-30 06:34:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa4e9b46-7a5f-512b-9c12-49a4a951d2bb with identifier: YH71%20MGJ to the API
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH71%20MGJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fa4e9b46-7a5f-512b-9c12-49a4a951d2bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH71 MGJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH71%20MGJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MAZDA',
 'model': 'MX-30 E',
 'odometer': 21370,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-30 E 107KW 35.5KWH SE-L LUX Hatchback',
 'transmission': 'automatic',
 'trim': '107KW 35.5KWH SE-L LUX',
 'vin': 'JMZDR1WBJ00122341',
 'year': 2021}
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH71%2520MGJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:18 [bca.uk] INFO: Saving data for YH71%20MGJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563764.203404, 'last_price_update_time': 1774852458.712255}
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH71%2520MGJ') HTTP/1.1" 204 0
2026-03-30 06:34:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99ee8158-dbe4-515f-b9cb-5c83057c9772 with identifier: GF23%20KPO
2026-03-30 06:34:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99ee8158-dbe4-515f-b9cb-5c83057c9772 with identifier: GF23%20KPO
2026-03-30 06:34:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99ee8158-dbe4-515f-b9cb-5c83057c9772 with identifier: GF23%20KPO to the API
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF23%20KPO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '99ee8158-dbe4-515f-b9cb-5c83057c9772',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GF23 KPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF23%20KPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 49965,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 PERFORMANCE AWD (UPGRADE) Saloon',
 'transmission': 'automatic',
 'trim': 'PERFORMANCE AWD (UPGRADE)',
 'vin': 'LRW3F7EL1PC808466',
 'year': 2023}
2026-03-30 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520KPO%27 HTTP/1.1" 200 None
2026-03-30 06:34:19 [bca.uk] INFO: Saving data for GF23%20KPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774564729.347829, 'last_price_update_time': 1774852459.032014}
2026-03-30 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF23%2520KPO') HTTP/1.1" 204 0
2026-03-30 06:34:19 [bca.uk] INFO: Found listing with ID: KM71%20TSU
2026-03-30 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520TSU%27 HTTP/1.1" 200 None
2026-03-30 06:34:19 [bca.uk] INFO: Scrape type for KM71%20TSU: 2
2026-03-30 06:34:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcce9d2a-052c-5432-8640-4702483c505a with identifier: KM71%20TSU
2026-03-30 06:34:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcce9d2a-052c-5432-8640-4702483c505a with scrape type 2
2026-03-30 06:34:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcce9d2a-052c-5432-8640-4702483c505a with scrape type 2
2026-03-30 06:34:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcce9d2a-052c-5432-8640-4702483c505a, identifier: KM71%20TSU
2026-03-30 06:34:19 [bca.uk] INFO: Found listing with ID: CK72%20YEL
2026-03-30 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520YEL%27 HTTP/1.1" 200 None
2026-03-30 06:34:19 [bca.uk] INFO: Scrape type for CK72%20YEL: 2
2026-03-30 06:34:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d7ae00a-f79c-5545-849d-ead73e1a4094 with identifier: CK72%20YEL
2026-03-30 06:34:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d7ae00a-f79c-5545-849d-ead73e1a4094 with scrape type 2
2026-03-30 06:34:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d7ae00a-f79c-5545-849d-ead73e1a4094 with scrape type 2
2026-03-30 06:34:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d7ae00a-f79c-5545-849d-ead73e1a4094, identifier: CK72%20YEL
2026-03-30 06:34:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:34:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcce9d2a-052c-5432-8640-4702483c505a with identifier: KM71%20TSU
2026-03-30 06:34:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcce9d2a-052c-5432-8640-4702483c505a with identifier: KM71%20TSU
2026-03-30 06:34:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcce9d2a-052c-5432-8640-4702483c505a with identifier: KM71%20TSU to the API
2026-03-30 06:34:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM71%20TSU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'dcce9d2a-052c-5432-8640-4702483c505a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KM71 TSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM71%20TSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 43173,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 95KWH 55 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q BLACK ED.',
 'vin': 'WAUZZZGE3NB001610',
 'year': 2021}
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520TSU%27 HTTP/1.1" 200 None
2026-03-30 06:34:20 [bca.uk] INFO: Saving data for KM71%20TSU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563763.064537, 'last_price_update_time': 1774852460.407292}
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM71%2520TSU') HTTP/1.1" 204 0
2026-03-30 06:34:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d7ae00a-f79c-5545-849d-ead73e1a4094 with identifier: CK72%20YEL
2026-03-30 06:34:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d7ae00a-f79c-5545-849d-ead73e1a4094 with identifier: CK72%20YEL
2026-03-30 06:34:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d7ae00a-f79c-5545-849d-ead73e1a4094 with identifier: CK72%20YEL to the API
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK72%20YEL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5d7ae00a-f79c-5545-849d-ead73e1a4094',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CK72 YEL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK72%20YEL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 33231,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 TGI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGI EXCLUSIVE DCT',
 'vin': 'LSJA24U91NN150724',
 'year': 2022}
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520YEL%27 HTTP/1.1" 200 None
2026-03-30 06:34:20 [bca.uk] INFO: Saving data for CK72%20YEL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563954.113579, 'last_price_update_time': 1774852460.734501}
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK72%2520YEL') HTTP/1.1" 204 0
2026-03-30 06:34:20 [bca.uk] INFO: Found listing with ID: KP24%20AAO
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP24%2520AAO%27 HTTP/1.1" 200 None
2026-03-30 06:34:20 [bca.uk] INFO: Scrape type for KP24%20AAO: 2
2026-03-30 06:34:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 950397fb-dec5-5ce5-8411-0067d67c4ed9 with identifier: KP24%20AAO
2026-03-30 06:34:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 950397fb-dec5-5ce5-8411-0067d67c4ed9 with scrape type 2
2026-03-30 06:34:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 950397fb-dec5-5ce5-8411-0067d67c4ed9 with scrape type 2
2026-03-30 06:34:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 950397fb-dec5-5ce5-8411-0067d67c4ed9, identifier: KP24%20AAO
2026-03-30 06:34:20 [bca.uk] INFO: Found listing with ID: BW72%20XUR
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520XUR%27 HTTP/1.1" 200 None
2026-03-30 06:34:20 [bca.uk] INFO: Scrape type for BW72%20XUR: 2
2026-03-30 06:34:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84760a09-3ef3-5de8-8e32-2bd179e06521 with identifier: BW72%20XUR
2026-03-30 06:34:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84760a09-3ef3-5de8-8e32-2bd179e06521 with scrape type 2
2026-03-30 06:34:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84760a09-3ef3-5de8-8e32-2bd179e06521 with scrape type 2
2026-03-30 06:34:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84760a09-3ef3-5de8-8e32-2bd179e06521, identifier: BW72%20XUR
2026-03-30 06:34:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 950397fb-dec5-5ce5-8411-0067d67c4ed9 with identifier: KP24%20AAO
2026-03-30 06:34:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 950397fb-dec5-5ce5-8411-0067d67c4ed9 with identifier: KP24%20AAO
2026-03-30 06:34:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 950397fb-dec5-5ce5-8411-0067d67c4ed9 with identifier: KP24%20AAO to the API
2026-03-30 06:34:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP24%20AAO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '950397fb-dec5-5ce5-8411-0067d67c4ed9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KP24 AAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP24%20AAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 21833,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI PHEV 4WD ULTIMATE StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV 4WD ULTIMATE',
 'vin': 'TMAJE812SPJ264854',
 'year': 2024}
2026-03-30 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP24%2520AAO%27 HTTP/1.1" 200 None
2026-03-30 06:34:21 [bca.uk] INFO: Saving data for KP24%20AAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563766.50184, 'last_price_update_time': 1774852461.54394}
2026-03-30 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP24%2520AAO') HTTP/1.1" 204 0
2026-03-30 06:34:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84760a09-3ef3-5de8-8e32-2bd179e06521 with identifier: BW72%20XUR
2026-03-30 06:34:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84760a09-3ef3-5de8-8e32-2bd179e06521 with identifier: BW72%20XUR
2026-03-30 06:34:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84760a09-3ef3-5de8-8e32-2bd179e06521 with identifier: BW72%20XUR to the API
2026-03-30 06:34:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW72%20XUR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '84760a09-3ef3-5de8-8e32-2bd179e06521',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BW72 XUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW72%20XUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CUPRA',
 'model': 'BORN',
 'odometer': 23991,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CUPRA BORN 169KW 58KWH V2 Hatchback',
 'transmission': 'automatic',
 'trim': '169KW 58KWH V2',
 'vin': 'VSSZZZK11PP013119',
 'year': 2023}
2026-03-30 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520XUR%27 HTTP/1.1" 200 None
2026-03-30 06:34:22 [bca.uk] INFO: Saving data for BW72%20XUR: {'auction_closing_time': 1774864800.0, 'created_time': 1774564748.758787, 'last_price_update_time': 1774852462.863916}
2026-03-30 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW72%2520XUR') HTTP/1.1" 204 0
2026-03-30 06:34:22 [bca.uk] INFO: Found listing with ID: RE74%20ZWC
2026-03-30 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE74%2520ZWC%27 HTTP/1.1" 200 None
2026-03-30 06:34:22 [bca.uk] INFO: Scrape type for RE74%20ZWC: 2
2026-03-30 06:34:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with identifier: RE74%20ZWC
2026-03-30 06:34:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with scrape type 2
2026-03-30 06:34:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with scrape type 2
2026-03-30 06:34:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9, identifier: RE74%20ZWC
2026-03-30 06:34:22 [bca.uk] INFO: Found listing with ID: GF13%20CSY
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF13%2520CSY%27 HTTP/1.1" 200 None
2026-03-30 06:34:23 [bca.uk] INFO: Scrape type for GF13%20CSY: 2
2026-03-30 06:34:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with identifier: GF13%20CSY
2026-03-30 06:34:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with scrape type 2
2026-03-30 06:34:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with scrape type 2
2026-03-30 06:34:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82, identifier: GF13%20CSY
2026-03-30 06:34:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with identifier: RE74%20ZWC
2026-03-30 06:34:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with identifier: RE74%20ZWC
2026-03-30 06:34:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59296b1e-dde6-5ab1-98db-8bd12c2cdaf9 with identifier: RE74%20ZWC to the API
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 13,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE74%20ZWC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '59296b1e-dde6-5ab1-98db-8bd12c2cdaf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE74 ZWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE74%20ZWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 E',
 'odometer': 9918,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 300 E 2.0 AMG LINE 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'W1NKM5GB8SF260611',
 'year': 2024}
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE74%2520ZWC%27 HTTP/1.1" 200 None
2026-03-30 06:34:23 [bca.uk] INFO: Saving data for RE74%20ZWC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563766.1065, 'last_price_update_time': 1774852463.406158}
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE74%2520ZWC') HTTP/1.1" 204 0
2026-03-30 06:34:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with identifier: GF13%20CSY
2026-03-30 06:34:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with identifier: GF13%20CSY
2026-03-30 06:34:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82 with identifier: GF13%20CSY to the API
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF13%20CSY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c8f2a3f4-1a5c-54d2-b77a-dd1cd19d7a82',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF13 CSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF13%20CSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 167753,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 N-TEC Hatchback',
 'transmission': 'manual',
 'trim': 'N-TEC',
 'vin': 'SJNFBAF15U6349771',
 'year': 2013}
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF13%2520CSY%27 HTTP/1.1" 200 None
2026-03-30 06:34:23 [bca.uk] INFO: Saving data for GF13%20CSY: {'auction_closing_time': 1774951200.0, 'created_time': 1774564734.284513, 'last_price_update_time': 1774852463.697941}
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF13%2520CSY') HTTP/1.1" 204 0
2026-03-30 06:34:23 [bca.uk] INFO: Found listing with ID: RF73%20KTP
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520KTP%27 HTTP/1.1" 200 None
2026-03-30 06:34:23 [bca.uk] INFO: Scrape type for RF73%20KTP: 2
2026-03-30 06:34:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with identifier: RF73%20KTP
2026-03-30 06:34:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with scrape type 2
2026-03-30 06:34:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with scrape type 2
2026-03-30 06:34:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72a6c91f-5ba6-5716-99bf-a42c2ea079fe, identifier: RF73%20KTP
2026-03-30 06:34:23 [bca.uk] INFO: Found listing with ID: ND72%20RGU
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520RGU%27 HTTP/1.1" 200 None
2026-03-30 06:34:23 [bca.uk] INFO: Scrape type for ND72%20RGU: 2
2026-03-30 06:34:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with identifier: ND72%20RGU
2026-03-30 06:34:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with scrape type 2
2026-03-30 06:34:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with scrape type 2
2026-03-30 06:34:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b79c8ec2-2a77-5beb-8b44-959b9b2003d7, identifier: ND72%20RGU
2026-03-30 06:34:23 [bca.uk] INFO: Total items found: 100
2026-03-30 06:34:23 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded
2026-03-30 06:34:23 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:34:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:34:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with identifier: RF73%20KTP
2026-03-30 06:34:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with identifier: RF73%20KTP
2026-03-30 06:34:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72a6c91f-5ba6-5716-99bf-a42c2ea079fe with identifier: RF73%20KTP to the API
2026-03-30 06:34:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF73%20KTP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '72a6c91f-5ba6-5716-99bf-a42c2ea079fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF73 KTP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF73%20KTP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'EQC 400',
 'odometer': 39354,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQC 400 AMG LINE ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE ED.',
 'vin': 'W1K8P9AB4PF065417',
 'year': 2023}
2026-03-30 06:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520KTP%27 HTTP/1.1" 200 None
2026-03-30 06:34:25 [bca.uk] INFO: Saving data for RF73%20KTP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563737.179554, 'last_price_update_time': 1774852465.005674}
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF73%2520KTP') HTTP/1.1" 204 0
2026-03-30 06:34:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with identifier: ND72%20RGU
2026-03-30 06:34:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with identifier: ND72%20RGU
2026-03-30 06:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b79c8ec2-2a77-5beb-8b44-959b9b2003d7 with identifier: ND72%20RGU to the API
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND72%20RGU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b79c8ec2-2a77-5beb-8b44-959b9b2003d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ND72 RGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND72%20RGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 88532,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS8PC705656',
 'year': 2023}
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520RGU%27 HTTP/1.1" 200 None
2026-03-30 06:34:25 [bca.uk] INFO: Saving data for ND72%20RGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563930.918461, 'last_price_update_time': 1774852465.666589}
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND72%2520RGU') HTTP/1.1" 204 0
2026-03-30 06:34:25 [bca.uk] INFO: Found listing with ID: PN23%20UOJ
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN23%2520UOJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:25 [bca.uk] INFO: Scrape type for PN23%20UOJ: 2
2026-03-30 06:34:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4634347f-214f-58cd-a6ff-b17936405f2f with identifier: PN23%20UOJ
2026-03-30 06:34:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4634347f-214f-58cd-a6ff-b17936405f2f with scrape type 2
2026-03-30 06:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4634347f-214f-58cd-a6ff-b17936405f2f with scrape type 2
2026-03-30 06:34:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4634347f-214f-58cd-a6ff-b17936405f2f, identifier: PN23%20UOJ
2026-03-30 06:34:25 [bca.uk] INFO: Found listing with ID: LG22%20FNJ
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520FNJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:25 [bca.uk] INFO: Scrape type for LG22%20FNJ: 2
2026-03-30 06:34:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba255f67-147f-57d3-b54d-fcef3cdf1a86 with identifier: LG22%20FNJ
2026-03-30 06:34:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba255f67-147f-57d3-b54d-fcef3cdf1a86 with scrape type 2
2026-03-30 06:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba255f67-147f-57d3-b54d-fcef3cdf1a86 with scrape type 2
2026-03-30 06:34:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba255f67-147f-57d3-b54d-fcef3cdf1a86, identifier: LG22%20FNJ
2026-03-30 06:34:25 [bca.uk] INFO: Found listing with ID: CU63%20XJN
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU63%2520XJN%27 HTTP/1.1" 200 None
2026-03-30 06:34:25 [bca.uk] INFO: Scrape type for CU63%20XJN: 2
2026-03-30 06:34:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with identifier: CU63%20XJN
2026-03-30 06:34:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with scrape type 2
2026-03-30 06:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with scrape type 2
2026-03-30 06:34:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 032da89d-c8d0-5488-a25b-6d7556d7fcd8, identifier: CU63%20XJN
2026-03-30 06:34:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:34:26 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:34:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4634347f-214f-58cd-a6ff-b17936405f2f with identifier: PN23%20UOJ
2026-03-30 06:34:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4634347f-214f-58cd-a6ff-b17936405f2f with identifier: PN23%20UOJ
2026-03-30 06:34:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4634347f-214f-58cd-a6ff-b17936405f2f with identifier: PN23%20UOJ to the API
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN23%20UOJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4634347f-214f-58cd-a6ff-b17936405f2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PN23 UOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN23%20UOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 22410,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 110KW 39KWH N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 39KWH N-CONNECTA',
 'vin': 'SJNFAAZE1U0185902',
 'year': 2023}
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN23%2520UOJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:26 [bca.uk] INFO: Saving data for PN23%20UOJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563735.831636, 'last_price_update_time': 1774852466.31709}
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN23%2520UOJ') HTTP/1.1" 204 0
2026-03-30 06:34:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba255f67-147f-57d3-b54d-fcef3cdf1a86 with identifier: LG22%20FNJ
2026-03-30 06:34:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba255f67-147f-57d3-b54d-fcef3cdf1a86 with identifier: LG22%20FNJ
2026-03-30 06:34:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba255f67-147f-57d3-b54d-fcef3cdf1a86 with identifier: LG22%20FNJ to the API
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG22%20FNJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ba255f67-147f-57d3-b54d-fcef3cdf1a86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LG22 FNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG22%20FNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 30012,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74091MZ248799',
 'year': 2022}
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520FNJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:26 [bca.uk] INFO: Saving data for LG22%20FNJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563931.864961, 'last_price_update_time': 1774852466.695368}
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG22%2520FNJ') HTTP/1.1" 204 0
2026-03-30 06:34:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with identifier: CU63%20XJN
2026-03-30 06:34:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with identifier: CU63%20XJN
2026-03-30 06:34:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 032da89d-c8d0-5488-a25b-6d7556d7fcd8 with identifier: CU63%20XJN to the API
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU63%20XJN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '032da89d-c8d0-5488-a25b-6d7556d7fcd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU63 XJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU63%20XJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 108240,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.5 DCI 90 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 ACENTA PREMIUM',
 'vin': 'SJNTCAE12U1007374',
 'year': 2013}
2026-03-30 06:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU63%2520XJN%27 HTTP/1.1" 200 None
2026-03-30 06:34:27 [bca.uk] INFO: Saving data for CU63%20XJN: {'auction_closing_time': 1774864800.0, 'created_time': 1774564714.742474, 'last_price_update_time': 1774852467.00731}
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU63%2520XJN') HTTP/1.1" 204 0
2026-03-30 06:34:27 [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:34:27 [bca.uk] INFO: Found listing with ID: MT73%20UAP
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT73%2520UAP%27 HTTP/1.1" 200 None
2026-03-30 06:34:27 [bca.uk] INFO: Scrape type for MT73%20UAP: 2
2026-03-30 06:34:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with identifier: MT73%20UAP
2026-03-30 06:34:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with scrape type 2
2026-03-30 06:34:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with scrape type 2
2026-03-30 06:34:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 209f9ab7-06f5-5829-a87f-c05b0cd6e502, identifier: MT73%20UAP
2026-03-30 06:34:27 [bca.uk] INFO: Found listing with ID: CE21%20SXM
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520SXM%27 HTTP/1.1" 200 None
2026-03-30 06:34:27 [bca.uk] INFO: Scrape type for CE21%20SXM: 2
2026-03-30 06:34:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 378a717b-fde2-5331-a879-1a27b2d8deba with identifier: CE21%20SXM
2026-03-30 06:34:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 378a717b-fde2-5331-a879-1a27b2d8deba with scrape type 2
2026-03-30 06:34:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 378a717b-fde2-5331-a879-1a27b2d8deba with scrape type 2
2026-03-30 06:34:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 378a717b-fde2-5331-a879-1a27b2d8deba, identifier: CE21%20SXM
2026-03-30 06:34:27 [bca.uk] INFO: Found listing with ID: DY10%20UWS
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY10%2520UWS%27 HTTP/1.1" 200 None
2026-03-30 06:34:27 [bca.uk] INFO: Scrape type for DY10%20UWS: 2
2026-03-30 06:34:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d226e265-103a-52e5-82ce-0482f4ff1e28 with identifier: DY10%20UWS
2026-03-30 06:34:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d226e265-103a-52e5-82ce-0482f4ff1e28 with scrape type 2
2026-03-30 06:34:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d226e265-103a-52e5-82ce-0482f4ff1e28 with scrape type 2
2026-03-30 06:34:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d226e265-103a-52e5-82ce-0482f4ff1e28, identifier: DY10%20UWS
2026-03-30 06:34:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with identifier: MT73%20UAP
2026-03-30 06:34:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with identifier: MT73%20UAP
2026-03-30 06:34:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 209f9ab7-06f5-5829-a87f-c05b0cd6e502 with identifier: MT73%20UAP to the API
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT73%20UAP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '209f9ab7-06f5-5829-a87f-c05b0cd6e502',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MT73 UAP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT73%20UAP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'MEGANE E-TECH',
 'odometer': 33120,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT MEGANE E-TECH EV60 160KW TECHNO Hatchback',
 'transmission': 'automatic',
 'trim': 'EV60 160KW TECHNO',
 'vin': 'VF1RCB00071714319',
 'year': 2023}
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT73%2520UAP%27 HTTP/1.1" 200 None
2026-03-30 06:34:27 [bca.uk] INFO: Saving data for MT73%20UAP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563730.519145, 'last_price_update_time': 1774852467.626829}
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT73%2520UAP') HTTP/1.1" 204 0
2026-03-30 06:34:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 378a717b-fde2-5331-a879-1a27b2d8deba with identifier: CE21%20SXM
2026-03-30 06:34:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 378a717b-fde2-5331-a879-1a27b2d8deba with identifier: CE21%20SXM
2026-03-30 06:34:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 378a717b-fde2-5331-a879-1a27b2d8deba with identifier: CE21%20SXM to the API
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE21%20SXM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '378a717b-fde2-5331-a879-1a27b2d8deba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CE21 SXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE21%20SXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3 CROSSBACK',
 'odometer': 23994,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 CROSSBACK 1.2 P/T 130 PERFORMANCE LINE+ EAT8 '
          'Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1URHNSSMW010097',
 'year': 2021}
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE21%2520SXM%27 HTTP/1.1" 200 None
2026-03-30 06:34:27 [bca.uk] INFO: Saving data for CE21%20SXM: {'auction_closing_time': 1774864800.0, 'created_time': 1774564725.55998, 'last_price_update_time': 1774852467.901895}
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE21%2520SXM') HTTP/1.1" 204 0
2026-03-30 06:34:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d226e265-103a-52e5-82ce-0482f4ff1e28 with identifier: DY10%20UWS
2026-03-30 06:34:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d226e265-103a-52e5-82ce-0482f4ff1e28 with identifier: DY10%20UWS
2026-03-30 06:34:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d226e265-103a-52e5-82ce-0482f4ff1e28 with identifier: DY10%20UWS to the API
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY10%20UWS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd226e265-103a-52e5-82ce-0482f4ff1e28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY10 UWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY10%20UWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 56028,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.3 DUAL VVTI T2 Hatchback',
 'transmission': 'manual',
 'trim': 'DUAL VVTI T2',
 'vin': 'SB1KT56E60F017757',
 'year': 2010}
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY10%2520UWS%27 HTTP/1.1" 200 None
2026-03-30 06:34:28 [bca.uk] INFO: Saving data for DY10%20UWS: {'auction_closing_time': 1774864800.0, 'created_time': 1774564402.051937, 'last_price_update_time': 1774852468.207833}
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY10%2520UWS') HTTP/1.1" 204 0
2026-03-30 06:34:28 [bca.uk] INFO: Found listing with ID: GX19%20GJU
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX19%2520GJU%27 HTTP/1.1" 200 None
2026-03-30 06:34:28 [bca.uk] INFO: Scrape type for GX19%20GJU: 2
2026-03-30 06:34:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b034bcf5-1a7f-556a-aa60-fafb180b975e with identifier: GX19%20GJU
2026-03-30 06:34:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b034bcf5-1a7f-556a-aa60-fafb180b975e with scrape type 2
2026-03-30 06:34:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b034bcf5-1a7f-556a-aa60-fafb180b975e with scrape type 2
2026-03-30 06:34:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b034bcf5-1a7f-556a-aa60-fafb180b975e, identifier: GX19%20GJU
2026-03-30 06:34:28 [bca.uk] INFO: Found listing with ID: EO21%20WYX
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520WYX%27 HTTP/1.1" 200 None
2026-03-30 06:34:28 [bca.uk] INFO: Scrape type for EO21%20WYX: 2
2026-03-30 06:34:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 007c2e00-5440-5dd5-9383-2103b4230678 with identifier: EO21%20WYX
2026-03-30 06:34:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 007c2e00-5440-5dd5-9383-2103b4230678 with scrape type 2
2026-03-30 06:34:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 007c2e00-5440-5dd5-9383-2103b4230678 with scrape type 2
2026-03-30 06:34:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 007c2e00-5440-5dd5-9383-2103b4230678, identifier: EO21%20WYX
2026-03-30 06:34:28 [bca.uk] INFO: Found listing with ID: YF15%20YYP
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF15%2520YYP%27 HTTP/1.1" 200 None
2026-03-30 06:34:28 [bca.uk] INFO: Scrape type for YF15%20YYP: 2
2026-03-30 06:34:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 875c10d7-0fab-524b-b9e0-1015adac203b with identifier: YF15%20YYP
2026-03-30 06:34:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 875c10d7-0fab-524b-b9e0-1015adac203b with scrape type 2
2026-03-30 06:34:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 875c10d7-0fab-524b-b9e0-1015adac203b with scrape type 2
2026-03-30 06:34:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 875c10d7-0fab-524b-b9e0-1015adac203b, identifier: YF15%20YYP
2026-03-30 06:34:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b034bcf5-1a7f-556a-aa60-fafb180b975e with identifier: GX19%20GJU
2026-03-30 06:34:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b034bcf5-1a7f-556a-aa60-fafb180b975e with identifier: GX19%20GJU
2026-03-30 06:34:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b034bcf5-1a7f-556a-aa60-fafb180b975e with identifier: GX19%20GJU to the API
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX19%20GJU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b034bcf5-1a7f-556a-aa60-fafb180b975e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX19 GJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX19%20GJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 56341,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 120 2WD TITANIUM StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 120 2WD TITANIUM',
 'vin': 'WF0AXXWPMAJR80568',
 'year': 2019}
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX19%2520GJU%27 HTTP/1.1" 200 None
2026-03-30 06:34:28 [bca.uk] INFO: Saving data for GX19%20GJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477149.237688, 'last_price_update_time': 1774852468.845922}
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX19%2520GJU') HTTP/1.1" 204 0
2026-03-30 06:34:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 007c2e00-5440-5dd5-9383-2103b4230678 with identifier: EO21%20WYX
2026-03-30 06:34:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 007c2e00-5440-5dd5-9383-2103b4230678 with identifier: EO21%20WYX
2026-03-30 06:34:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 007c2e00-5440-5dd5-9383-2103b4230678 with identifier: EO21%20WYX to the API
2026-03-30 06:34:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO21%20WYX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '007c2e00-5440-5dd5-9383-2103b4230678',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EO21 WYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO21%20WYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 65716,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 45E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 45E M SPORT',
 'vin': 'WBATA620609F85530',
 'year': 2021}
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO21%2520WYX%27 HTTP/1.1" 200 None
2026-03-30 06:34:29 [bca.uk] INFO: Saving data for EO21%20WYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774564726.036091, 'last_price_update_time': 1774852469.151478}
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO21%2520WYX') HTTP/1.1" 204 0
2026-03-30 06:34:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 875c10d7-0fab-524b-b9e0-1015adac203b with identifier: YF15%20YYP
2026-03-30 06:34:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 875c10d7-0fab-524b-b9e0-1015adac203b with identifier: YF15%20YYP
2026-03-30 06:34:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 875c10d7-0fab-524b-b9e0-1015adac203b with identifier: YF15%20YYP to the API
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF15%20YYP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '875c10d7-0fab-524b-b9e0-1015adac203b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF15 YYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF15%20YYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '116D',
 'odometer': 106885,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 116D 1.5 M SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA1V720305B75566',
 'year': 2015}
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF15%2520YYP%27 HTTP/1.1" 200 None
2026-03-30 06:34:29 [bca.uk] INFO: Saving data for YF15%20YYP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564709.296606, 'last_price_update_time': 1774852469.478328}
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF15%2520YYP') HTTP/1.1" 204 0
2026-03-30 06:34:29 [bca.uk] INFO: Found listing with ID: BN25%20PXZ
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520PXZ%27 HTTP/1.1" 200 None
2026-03-30 06:34:29 [bca.uk] INFO: Scrape type for BN25%20PXZ: 2
2026-03-30 06:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with identifier: BN25%20PXZ
2026-03-30 06:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with scrape type 2
2026-03-30 06:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with scrape type 2
2026-03-30 06:34:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b, identifier: BN25%20PXZ
2026-03-30 06:34:29 [bca.uk] INFO: Found listing with ID: YH22%20LNK
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LNK%27 HTTP/1.1" 200 None
2026-03-30 06:34:29 [bca.uk] INFO: Scrape type for YH22%20LNK: 2
2026-03-30 06:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with identifier: YH22%20LNK
2026-03-30 06:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with scrape type 2
2026-03-30 06:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with scrape type 2
2026-03-30 06:34:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dc6fc2e-670d-56d8-a185-1a0dad362c24, identifier: YH22%20LNK
2026-03-30 06:34:29 [bca.uk] INFO: Found listing with ID: YH20%20GOP
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH20%2520GOP%27 HTTP/1.1" 200 None
2026-03-30 06:34:29 [bca.uk] INFO: Scrape type for YH20%20GOP: 2
2026-03-30 06:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with identifier: YH20%20GOP
2026-03-30 06:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with scrape type 2
2026-03-30 06:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with scrape type 2
2026-03-30 06:34:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e3f29d1-dfc9-5031-80a4-4e375faa59ff, identifier: YH20%20GOP
2026-03-30 06:34:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with identifier: BN25%20PXZ
2026-03-30 06:34:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with identifier: BN25%20PXZ
2026-03-30 06:34:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b with identifier: BN25%20PXZ to the API
2026-03-30 06:34:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 18,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20PXZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cbb8848a-b6ad-53e7-ba6c-eeac4b8e9c0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 PXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20PXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 6350,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI 168 PHEV 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI 168 PHEV 2 DCT',
 'vin': 'KNACU81FVS5255082',
 'year': 2025}
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520PXZ%27 HTTP/1.1" 200 None
2026-03-30 06:34:30 [bca.uk] INFO: Saving data for BN25%20PXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563768.523479, 'last_price_update_time': 1774852470.147513}
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520PXZ') HTTP/1.1" 204 0
2026-03-30 06:34:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with identifier: YH22%20LNK
2026-03-30 06:34:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with identifier: YH22%20LNK
2026-03-30 06:34:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dc6fc2e-670d-56d8-a185-1a0dad362c24 with identifier: YH22%20LNK to the API
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH22%20LNK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8dc6fc2e-670d-56d8-a185-1a0dad362c24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH22 LNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH22%20LNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'TARRACO',
 'odometer': 13962,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SEAT TARRACO 2.0 TDI 150 XCELLENCE StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 XCELLENCE',
 'vin': 'VSSZZZKNZNW007414',
 'year': 2022}
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520LNK%27 HTTP/1.1" 200 None
2026-03-30 06:34:30 [bca.uk] INFO: Saving data for YH22%20LNK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563938.086536, 'last_price_update_time': 1774852470.444398}
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH22%2520LNK') HTTP/1.1" 204 0
2026-03-30 06:34:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with identifier: YH20%20GOP
2026-03-30 06:34:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with identifier: YH20%20GOP
2026-03-30 06:34:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e3f29d1-dfc9-5031-80a4-4e375faa59ff with identifier: YH20%20GOP to the API
2026-03-30 06:34:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH20%20GOP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7e3f29d1-dfc9-5031-80a4-4e375faa59ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH20 GOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH20%20GOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '318D',
 'odometer': 50044,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 318D 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5V32040FJ54372',
 'year': 2020}
2026-03-30 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH20%2520GOP%27 HTTP/1.1" 200 None
2026-03-30 06:34:31 [bca.uk] INFO: Saving data for YH20%20GOP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564403.639496, 'last_price_update_time': 1774852471.648496}
2026-03-30 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH20%2520GOP') HTTP/1.1" 204 0
2026-03-30 06:34:31 [bca.uk] INFO: Found listing with ID: RJ75%20GZE
2026-03-30 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ75%2520GZE%27 HTTP/1.1" 200 None
2026-03-30 06:34:31 [bca.uk] INFO: Scrape type for RJ75%20GZE: 2
2026-03-30 06:34:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 799eaf64-b957-57f2-ae18-e779da77e096 with identifier: RJ75%20GZE
2026-03-30 06:34:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 799eaf64-b957-57f2-ae18-e779da77e096 with scrape type 2
2026-03-30 06:34:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 799eaf64-b957-57f2-ae18-e779da77e096 with scrape type 2
2026-03-30 06:34:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 799eaf64-b957-57f2-ae18-e779da77e096, identifier: RJ75%20GZE
2026-03-30 06:34:31 [bca.uk] INFO: Found listing with ID: WN23%20FZJ
2026-03-30 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520FZJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:31 [bca.uk] INFO: Scrape type for WN23%20FZJ: 2
2026-03-30 06:34:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef5e7e47-b422-5829-93fb-213ee68d600e with identifier: WN23%20FZJ
2026-03-30 06:34:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef5e7e47-b422-5829-93fb-213ee68d600e with scrape type 2
2026-03-30 06:34:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef5e7e47-b422-5829-93fb-213ee68d600e with scrape type 2
2026-03-30 06:34:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef5e7e47-b422-5829-93fb-213ee68d600e, identifier: WN23%20FZJ
2026-03-30 06:34:31 [bca.uk] INFO: Found listing with ID: YS17%20XUK
2026-03-30 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS17%2520XUK%27 HTTP/1.1" 200 None
2026-03-30 06:34:31 [bca.uk] INFO: Scrape type for YS17%20XUK: 2
2026-03-30 06:34:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with identifier: YS17%20XUK
2026-03-30 06:34:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with scrape type 2
2026-03-30 06:34:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with scrape type 2
2026-03-30 06:34:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc, identifier: YS17%20XUK
2026-03-30 06:34:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 799eaf64-b957-57f2-ae18-e779da77e096 with identifier: RJ75%20GZE
2026-03-30 06:34:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 799eaf64-b957-57f2-ae18-e779da77e096 with identifier: RJ75%20GZE
2026-03-30 06:34:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 799eaf64-b957-57f2-ae18-e779da77e096 with identifier: RJ75%20GZE to the API
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ75%20GZE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '799eaf64-b957-57f2-ae18-e779da77e096',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ75 GZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ75%20GZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': '5 E-TECH',
 'odometer': 1083,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2026-01-01',
 'seller_name': None,
 'title': 'RENAULT 5 E-TECH 90KW 40KWH UR TECHNO Hatchback',
 'transmission': 'automatic',
 'trim': '90KW 40KWH UR TECHNO',
 'vin': 'VYSP0100175770208',
 'year': 2026}
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ75%2520GZE%27 HTTP/1.1" 200 None
2026-03-30 06:34:32 [bca.uk] INFO: Saving data for RJ75%20GZE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563770.111627, 'last_price_update_time': 1774852472.26518}
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ75%2520GZE') HTTP/1.1" 204 0
2026-03-30 06:34:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef5e7e47-b422-5829-93fb-213ee68d600e with identifier: WN23%20FZJ
2026-03-30 06:34:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef5e7e47-b422-5829-93fb-213ee68d600e with identifier: WN23%20FZJ
2026-03-30 06:34:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef5e7e47-b422-5829-93fb-213ee68d600e with identifier: WN23%20FZJ to the API
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20FZJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ef5e7e47-b422-5829-93fb-213ee68d600e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN23 FZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20FZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 28017,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMNU53709',
 'year': 2023}
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520FZJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:32 [bca.uk] INFO: Saving data for WN23%20FZJ: {'auction_closing_time': 1775728800.0, 'created_time': 1774354764.082558, 'last_price_update_time': 1774852472.675624}
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520FZJ') HTTP/1.1" 204 0
2026-03-30 06:34:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with identifier: YS17%20XUK
2026-03-30 06:34:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with identifier: YS17%20XUK
2026-03-30 06:34:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c7a9c60-9c64-5fc0-8893-bdfecdad95cc with identifier: YS17%20XUK to the API
2026-03-30 06:34:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS17%20XUK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5c7a9c60-9c64-5fc0-8893-bdfecdad95cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS17 XUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS17%20XUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 57245,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD ST-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD ST-LINE',
 'vin': 'WF0AXXWPMAHJ06115',
 'year': 2017}
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS17%2520XUK%27 HTTP/1.1" 200 None
2026-03-30 06:34:33 [bca.uk] INFO: Saving data for YS17%20XUK: {'auction_closing_time': 1774864800.0, 'created_time': 1774447406.995426, 'last_price_update_time': 1774852473.261932}
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS17%2520XUK') HTTP/1.1" 204 0
2026-03-30 06:34:33 [bca.uk] INFO: Found listing with ID: OE21%20CMO
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520CMO%27 HTTP/1.1" 200 None
2026-03-30 06:34:33 [bca.uk] INFO: Scrape type for OE21%20CMO: 2
2026-03-30 06:34:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31fb697f-b9a6-523d-a347-31b067c670cf with identifier: OE21%20CMO
2026-03-30 06:34:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31fb697f-b9a6-523d-a347-31b067c670cf with scrape type 2
2026-03-30 06:34:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31fb697f-b9a6-523d-a347-31b067c670cf with scrape type 2
2026-03-30 06:34:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31fb697f-b9a6-523d-a347-31b067c670cf, identifier: OE21%20CMO
2026-03-30 06:34:33 [bca.uk] INFO: Found listing with ID: FV24%20ENH
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV24%2520ENH%27 HTTP/1.1" 200 None
2026-03-30 06:34:33 [bca.uk] INFO: Scrape type for FV24%20ENH: 2
2026-03-30 06:34:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee7c99e7-a162-5dd7-8e79-3348c25aff59 with identifier: FV24%20ENH
2026-03-30 06:34:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee7c99e7-a162-5dd7-8e79-3348c25aff59 with scrape type 2
2026-03-30 06:34:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee7c99e7-a162-5dd7-8e79-3348c25aff59 with scrape type 2
2026-03-30 06:34:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee7c99e7-a162-5dd7-8e79-3348c25aff59, identifier: FV24%20ENH
2026-03-30 06:34:33 [bca.uk] INFO: Found listing with ID: HG19%20XFT
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520XFT%27 HTTP/1.1" 200 None
2026-03-30 06:34:33 [bca.uk] INFO: Scrape type for HG19%20XFT: 2
2026-03-30 06:34:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04bf7868-cff9-521b-aafd-56f932a82557 with identifier: HG19%20XFT
2026-03-30 06:34:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04bf7868-cff9-521b-aafd-56f932a82557 with scrape type 2
2026-03-30 06:34:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04bf7868-cff9-521b-aafd-56f932a82557 with scrape type 2
2026-03-30 06:34:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04bf7868-cff9-521b-aafd-56f932a82557, identifier: HG19%20XFT
2026-03-30 06:34:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31fb697f-b9a6-523d-a347-31b067c670cf with identifier: OE21%20CMO
2026-03-30 06:34:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31fb697f-b9a6-523d-a347-31b067c670cf with identifier: OE21%20CMO
2026-03-30 06:34:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31fb697f-b9a6-523d-a347-31b067c670cf with identifier: OE21%20CMO to the API
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE21%20CMO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '31fb697f-b9a6-523d-a347-31b067c670cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE21 CMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE21%20CMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 78079,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 300KW 78KWH DM4 PILOT PLUS Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH DM4 PILOT PLUS',
 'vin': 'LPSVSEDEEML021056',
 'year': 2021}
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE21%2520CMO%27 HTTP/1.1" 200 None
2026-03-30 06:34:33 [bca.uk] INFO: Saving data for OE21%20CMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563769.345997, 'last_price_update_time': 1774852473.89831}
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE21%2520CMO') HTTP/1.1" 204 0
2026-03-30 06:34:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee7c99e7-a162-5dd7-8e79-3348c25aff59 with identifier: FV24%20ENH
2026-03-30 06:34:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee7c99e7-a162-5dd7-8e79-3348c25aff59 with identifier: FV24%20ENH
2026-03-30 06:34:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee7c99e7-a162-5dd7-8e79-3348c25aff59 with identifier: FV24%20ENH to the API
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV24%20ENH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ee7c99e7-a162-5dd7-8e79-3348c25aff59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV24 ENH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV24%20ENH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 12679,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.0 E-HEV 4WD ELEGANCE E-CVT StationWagon',
 'transmission': 'automatic',
 'trim': 'E-HEV 4WD ELEGANCE E-CVT',
 'vin': 'LVHRS6861R7702807',
 'year': 2024}
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV24%2520ENH%27 HTTP/1.1" 200 None
2026-03-30 06:34:34 [bca.uk] INFO: Saving data for FV24%20ENH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563910.487457, 'last_price_update_time': 1774852474.193997}
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV24%2520ENH') HTTP/1.1" 204 0
2026-03-30 06:34:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04bf7868-cff9-521b-aafd-56f932a82557 with identifier: HG19%20XFT
2026-03-30 06:34:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04bf7868-cff9-521b-aafd-56f932a82557 with identifier: HG19%20XFT
2026-03-30 06:34:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04bf7868-cff9-521b-aafd-56f932a82557 with identifier: HG19%20XFT to the API
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG19%20XFT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04bf7868-cff9-521b-aafd-56f932a82557',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG19 XFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG19%20XFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 140675,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT COURIER 1.5 TDCI 75 (6) Van',
 'transmission': 'manual',
 'trim': 'TDCI 75 (6)',
 'vin': 'WF0WXXTACWKC41272',
 'year': 2019}
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520XFT%27 HTTP/1.1" 200 None
2026-03-30 06:34:34 [bca.uk] INFO: Saving data for HG19%20XFT: {'auction_closing_time': 1774864800.0, 'created_time': 1774564696.795592, 'last_price_update_time': 1774852474.534223}
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG19%2520XFT') HTTP/1.1" 204 0
2026-03-30 06:34:34 [bca.uk] INFO: Found listing with ID: FE23%20XMT
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520XMT%27 HTTP/1.1" 200 None
2026-03-30 06:34:34 [bca.uk] INFO: Scrape type for FE23%20XMT: 2
2026-03-30 06:34:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14b99131-4d52-5bf7-92ee-d8518abf2f5c with identifier: FE23%20XMT
2026-03-30 06:34:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14b99131-4d52-5bf7-92ee-d8518abf2f5c with scrape type 2
2026-03-30 06:34:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14b99131-4d52-5bf7-92ee-d8518abf2f5c with scrape type 2
2026-03-30 06:34:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14b99131-4d52-5bf7-92ee-d8518abf2f5c, identifier: FE23%20XMT
2026-03-30 06:34:34 [bca.uk] INFO: Found listing with ID: NV72%20HHZ
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV72%2520HHZ%27 HTTP/1.1" 200 None
2026-03-30 06:34:34 [bca.uk] INFO: Scrape type for NV72%20HHZ: 2
2026-03-30 06:34:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 375ee0fe-13ba-5bd8-80e9-a6f22baa55c5 with identifier: NV72%20HHZ
2026-03-30 06:34:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 375ee0fe-13ba-5bd8-80e9-a6f22baa55c5 with scrape type 2
2026-03-30 06:34:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 375ee0fe-13ba-5bd8-80e9-a6f22baa55c5 with scrape type 2
2026-03-30 06:34:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 375ee0fe-13ba-5bd8-80e9-a6f22baa55c5, identifier: NV72%20HHZ
2026-03-30 06:34:34 [bca.uk] INFO: Found listing with ID: WA17%20DHG
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520DHG%27 HTTP/1.1" 200 None
2026-03-30 06:34:34 [bca.uk] INFO: Scrape type for WA17%20DHG: 2
2026-03-30 06:34:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f197a26-b60f-50d9-b25c-26b7c0b02824 with identifier: WA17%20DHG
2026-03-30 06:34:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f197a26-b60f-50d9-b25c-26b7c0b02824 with scrape type 2
2026-03-30 06:34:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f197a26-b60f-50d9-b25c-26b7c0b02824 with scrape type 2
2026-03-30 06:34:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f197a26-b60f-50d9-b25c-26b7c0b02824, identifier: WA17%20DHG
2026-03-30 06:34:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14b99131-4d52-5bf7-92ee-d8518abf2f5c with identifier: FE23%20XMT
2026-03-30 06:34:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14b99131-4d52-5bf7-92ee-d8518abf2f5c with identifier: FE23%20XMT
2026-03-30 06:34:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14b99131-4d52-5bf7-92ee-d8518abf2f5c with identifier: FE23%20XMT to the API
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20XMT-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '14b99131-4d52-5bf7-92ee-d8518abf2f5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE23 XMT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20XMT&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 31163,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC380A278063',
 'year': 2023}
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520XMT%27 HTTP/1.1" 200 None
2026-03-30 06:34:35 [bca.uk] INFO: Saving data for FE23%20XMT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563745.901483, 'last_price_update_time': 1774852475.206367}
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520XMT') HTTP/1.1" 204 0
2026-03-30 06:34:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 375ee0fe-13ba-5bd8-80e9-a6f22baa55c5 with identifier: NV72%20HHZ
2026-03-30 06:34:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 375ee0fe-13ba-5bd8-80e9-a6f22baa55c5 with identifier: NV72%20HHZ
2026-03-30 06:34:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 375ee0fe-13ba-5bd8-80e9-a6f22baa55c5 with identifier: NV72%20HHZ to the API
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV72%20HHZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.3L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '375ee0fe-13ba-5bd8-80e9-a6f22baa55c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV72 HHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV72%20HHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'IVECO',
 'model': 'DAILY 35S14',
 'odometer': 59799,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 35S14 2.3 MWB (3450) Dropside',
 'transmission': 'manual',
 'trim': 'MWB (3450)',
 'vin': 'ZCFCL35A80D718341',
 'year': 2023}
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV72%2520HHZ%27 HTTP/1.1" 200 None
2026-03-30 06:34:35 [bca.uk] INFO: Saving data for NV72%20HHZ: {'auction_closing_time': 1775728800.0, 'created_time': 1773827011.929979, 'last_price_update_time': 1774852475.50807}
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV72%2520HHZ') HTTP/1.1" 204 0
2026-03-30 06:34:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f197a26-b60f-50d9-b25c-26b7c0b02824 with identifier: WA17%20DHG
2026-03-30 06:34:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f197a26-b60f-50d9-b25c-26b7c0b02824 with identifier: WA17%20DHG
2026-03-30 06:34:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f197a26-b60f-50d9-b25c-26b7c0b02824 with identifier: WA17%20DHG to the API
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA17%20DHG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f197a26-b60f-50d9-b25c-26b7c0b02824',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA17 DHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA17%20DHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'BERLINGO',
 'odometer': 17639,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO 1.6 VTI 95 M/S FEEL MPV',
 'transmission': 'manual',
 'trim': 'VTI 95 M/S FEEL',
 'vin': 'VF77J5FK6HJ640352',
 'year': 2017}
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520DHG%27 HTTP/1.1" 200 None
2026-03-30 06:34:35 [bca.uk] INFO: Saving data for WA17%20DHG: {'auction_closing_time': 1774864800.0, 'created_time': 1774045267.55676, 'last_price_update_time': 1774852475.871117}
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA17%2520DHG') HTTP/1.1" 204 0
2026-03-30 06:34:35 [bca.uk] INFO: Found listing with ID: HY22%20HFS
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY22%2520HFS%27 HTTP/1.1" 200 None
2026-03-30 06:34:35 [bca.uk] INFO: Scrape type for HY22%20HFS: 2
2026-03-30 06:34:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd2b21f7-50a8-5937-9730-2b246d7152c1 with identifier: HY22%20HFS
2026-03-30 06:34:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd2b21f7-50a8-5937-9730-2b246d7152c1 with scrape type 2
2026-03-30 06:34:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd2b21f7-50a8-5937-9730-2b246d7152c1 with scrape type 2
2026-03-30 06:34:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd2b21f7-50a8-5937-9730-2b246d7152c1, identifier: HY22%20HFS
2026-03-30 06:34:36 [bca.uk] INFO: Found listing with ID: HY23%20KXM
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520KXM%27 HTTP/1.1" 200 None
2026-03-30 06:34:36 [bca.uk] INFO: Scrape type for HY23%20KXM: 2
2026-03-30 06:34:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c466c618-d867-5ae0-8b90-11dab2722e44 with identifier: HY23%20KXM
2026-03-30 06:34:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c466c618-d867-5ae0-8b90-11dab2722e44 with scrape type 2
2026-03-30 06:34:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c466c618-d867-5ae0-8b90-11dab2722e44 with scrape type 2
2026-03-30 06:34:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c466c618-d867-5ae0-8b90-11dab2722e44, identifier: HY23%20KXM
2026-03-30 06:34:36 [bca.uk] INFO: Found listing with ID: UD1027094
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UD1027094%27 HTTP/1.1" 200 None
2026-03-30 06:34:36 [bca.uk] INFO: Scrape type for UD1027094: 2
2026-03-30 06:34:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 082bec6b-f282-5deb-a1a4-5884a080f30f with identifier: UD1027094
2026-03-30 06:34:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 082bec6b-f282-5deb-a1a4-5884a080f30f with scrape type 2
2026-03-30 06:34:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 082bec6b-f282-5deb-a1a4-5884a080f30f with scrape type 2
2026-03-30 06:34:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 082bec6b-f282-5deb-a1a4-5884a080f30f, identifier: UD1027094
2026-03-30 06:34:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd2b21f7-50a8-5937-9730-2b246d7152c1 with identifier: HY22%20HFS
2026-03-30 06:34:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd2b21f7-50a8-5937-9730-2b246d7152c1 with identifier: HY22%20HFS
2026-03-30 06:34:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd2b21f7-50a8-5937-9730-2b246d7152c1 with identifier: HY22%20HFS to the API
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY22%20HFS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fd2b21f7-50a8-5937-9730-2b246d7152c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HY22 HFS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY22%20HFS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CUPRA',
 'model': 'FORMENTOR',
 'odometer': 53128,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CUPRA FORMENTOR 1.4 E-HYBRID 245 VZ1 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-HYBRID 245 VZ1 DSG',
 'vin': 'VSSZZZKMZNR028751',
 'year': 2022}
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY22%2520HFS%27 HTTP/1.1" 200 None
2026-03-30 06:34:36 [bca.uk] INFO: Saving data for HY22%20HFS: {'auction_closing_time': 1774864800.0, 'created_time': 1774563745.53488, 'last_price_update_time': 1774852476.610699}
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY22%2520HFS') HTTP/1.1" 204 0
2026-03-30 06:34:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c466c618-d867-5ae0-8b90-11dab2722e44 with identifier: HY23%20KXM
2026-03-30 06:34:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c466c618-d867-5ae0-8b90-11dab2722e44 with identifier: HY23%20KXM
2026-03-30 06:34:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c466c618-d867-5ae0-8b90-11dab2722e44 with identifier: HY23%20KXM to the API
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY23%20KXM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c466c618-d867-5ae0-8b90-11dab2722e44',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HY23 KXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY23%20KXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'SEAT',
 'model': 'TARRACO',
 'odometer': 29031,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SEAT TARRACO 1.5 TSI EVO 150 FR SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 FR SPORT',
 'vin': 'VSSZZZKN2PW005006',
 'year': 2023}
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520KXM%27 HTTP/1.1" 200 None
2026-03-30 06:34:36 [bca.uk] INFO: Saving data for HY23%20KXM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563917.305629, 'last_price_update_time': 1774852476.89646}
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY23%2520KXM') HTTP/1.1" 204 0
2026-03-30 06:34:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 082bec6b-f282-5deb-a1a4-5884a080f30f with identifier: UD1027094
2026-03-30 06:34:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 082bec6b-f282-5deb-a1a4-5884a080f30f with identifier: UD1027094
2026-03-30 06:34:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 082bec6b-f282-5deb-a1a4-5884a080f30f with identifier: UD1027094 to the API
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=UD1027094-GB',
 'category': 'Caravan',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '082bec6b-f282-5deb-a1a4-5884a080f30f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'UD1027094',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=UD1027094&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'BAILEY',
 'model': 'RANGER GT60',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'BAILEY RANGER GT60 520/4 CARAVAN',
 'transmission': 'automatic',
 'trim': '520/4 CARAVAN',
 'vin': 'SGBSM05BYA1001600',
 'year': 2010}
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UD1027094%27 HTTP/1.1" 200 None
2026-03-30 06:34:37 [bca.uk] INFO: Saving data for UD1027094: {'auction_closing_time': 1775124000.0, 'created_time': 1774564370.652627, 'last_price_update_time': 1774852477.184673}
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='UD1027094') HTTP/1.1" 204 0
2026-03-30 06:34:37 [bca.uk] INFO: Found listing with ID: NL23%20OZW
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OZW%27 HTTP/1.1" 200 None
2026-03-30 06:34:37 [bca.uk] INFO: Scrape type for NL23%20OZW: 2
2026-03-30 06:34:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa698ed2-55ac-527e-8338-f61b3bc79cdc with identifier: NL23%20OZW
2026-03-30 06:34:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa698ed2-55ac-527e-8338-f61b3bc79cdc with scrape type 2
2026-03-30 06:34:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa698ed2-55ac-527e-8338-f61b3bc79cdc with scrape type 2
2026-03-30 06:34:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa698ed2-55ac-527e-8338-f61b3bc79cdc, identifier: NL23%20OZW
2026-03-30 06:34:37 [bca.uk] INFO: Found listing with ID: LB24%20XUO
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB24%2520XUO%27 HTTP/1.1" 200 None
2026-03-30 06:34:37 [bca.uk] INFO: Scrape type for LB24%20XUO: 2
2026-03-30 06:34:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6544f755-220a-5a8c-aec2-431cfbac5e62 with identifier: LB24%20XUO
2026-03-30 06:34:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6544f755-220a-5a8c-aec2-431cfbac5e62 with scrape type 2
2026-03-30 06:34:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6544f755-220a-5a8c-aec2-431cfbac5e62 with scrape type 2
2026-03-30 06:34:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6544f755-220a-5a8c-aec2-431cfbac5e62, identifier: LB24%20XUO
2026-03-30 06:34:37 [bca.uk] INFO: Found listing with ID: BK22%20KCA
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520KCA%27 HTTP/1.1" 200 None
2026-03-30 06:34:37 [bca.uk] INFO: Scrape type for BK22%20KCA: 2
2026-03-30 06:34:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with identifier: BK22%20KCA
2026-03-30 06:34:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with scrape type 2
2026-03-30 06:34:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with scrape type 2
2026-03-30 06:34:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ab8f073-7fe8-54e8-a2bf-44583c2088d6, identifier: BK22%20KCA
2026-03-30 06:34:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa698ed2-55ac-527e-8338-f61b3bc79cdc with identifier: NL23%20OZW
2026-03-30 06:34:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa698ed2-55ac-527e-8338-f61b3bc79cdc with identifier: NL23%20OZW
2026-03-30 06:34:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa698ed2-55ac-527e-8338-f61b3bc79cdc with identifier: NL23%20OZW to the API
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20OZW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'aa698ed2-55ac-527e-8338-f61b3bc79cdc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 OZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20OZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLVO',
 'model': 'XC40 ELECTRIC',
 'odometer': 36907,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 ELECTRIC 170KW 69KWH R/C SM CORE StationWagon',
 'transmission': 'automatic',
 'trim': '170KW 69KWH R/C SM CORE',
 'vin': 'YV1XZEFV9P2056855',
 'year': 2023}
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OZW%27 HTTP/1.1" 200 None
2026-03-30 06:34:37 [bca.uk] INFO: Saving data for NL23%20OZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774563748.457403, 'last_price_update_time': 1774852477.825009}
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520OZW') HTTP/1.1" 204 0
2026-03-30 06:34:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6544f755-220a-5a8c-aec2-431cfbac5e62 with identifier: LB24%20XUO
2026-03-30 06:34:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6544f755-220a-5a8c-aec2-431cfbac5e62 with identifier: LB24%20XUO
2026-03-30 06:34:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6544f755-220a-5a8c-aec2-431cfbac5e62 with identifier: LB24%20XUO to the API
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB24%20XUO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6544f755-220a-5a8c-aec2-431cfbac5e62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB24 XUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB24%20XUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 17942,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 280 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 280 L1 H1 LIMITED',
 'vin': 'WF0RXXTA3RRR30223',
 'year': 2024}
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB24%2520XUO%27 HTTP/1.1" 200 None
2026-03-30 06:34:38 [bca.uk] INFO: Saving data for LB24%20XUO: {'auction_closing_time': 1775728800.0, 'created_time': 1773834058.947513, 'last_price_update_time': 1774852478.282861}
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB24%2520XUO') HTTP/1.1" 204 0
2026-03-30 06:34:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with identifier: BK22%20KCA
2026-03-30 06:34:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with identifier: BK22%20KCA
2026-03-30 06:34:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ab8f073-7fe8-54e8-a2bf-44583c2088d6 with identifier: BK22%20KCA to the API
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20KCA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3ab8f073-7fe8-54e8-a2bf-44583c2088d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK22 KCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20KCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 43415,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYNY39043',
 'year': 2022}
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520KCA%27 HTTP/1.1" 200 None
2026-03-30 06:34:38 [bca.uk] INFO: Saving data for BK22%20KCA: {'auction_closing_time': 1774951200.0, 'created_time': 1774477281.984277, 'last_price_update_time': 1774852478.592117}
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520KCA') HTTP/1.1" 204 0
2026-03-30 06:34:38 [bca.uk] INFO: Found listing with ID: SA73%20AKV
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520AKV%27 HTTP/1.1" 200 None
2026-03-30 06:34:38 [bca.uk] INFO: Scrape type for SA73%20AKV: 2
2026-03-30 06:34:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3aa0da70-b736-5098-a27b-9a61907a2183 with identifier: SA73%20AKV
2026-03-30 06:34:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3aa0da70-b736-5098-a27b-9a61907a2183 with scrape type 2
2026-03-30 06:34:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3aa0da70-b736-5098-a27b-9a61907a2183 with scrape type 2
2026-03-30 06:34:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3aa0da70-b736-5098-a27b-9a61907a2183, identifier: SA73%20AKV
2026-03-30 06:34:38 [bca.uk] INFO: Found listing with ID: GU23%20XLM
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520XLM%27 HTTP/1.1" 200 None
2026-03-30 06:34:38 [bca.uk] INFO: Scrape type for GU23%20XLM: 2
2026-03-30 06:34:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b37518be-65ef-5f20-b368-39b4d1c984fc with identifier: GU23%20XLM
2026-03-30 06:34:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b37518be-65ef-5f20-b368-39b4d1c984fc with scrape type 2
2026-03-30 06:34:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b37518be-65ef-5f20-b368-39b4d1c984fc with scrape type 2
2026-03-30 06:34:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b37518be-65ef-5f20-b368-39b4d1c984fc, identifier: GU23%20XLM
2026-03-30 06:34:38 [bca.uk] INFO: Found listing with ID: LL68%20EBX
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL68%2520EBX%27 HTTP/1.1" 200 None
2026-03-30 06:34:38 [bca.uk] INFO: Scrape type for LL68%20EBX: 0
2026-03-30 06:34:38 [bca.uk] INFO: Found listing with ID: LG23%20YAJ
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YAJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:38 [bca.uk] INFO: Scrape type for LG23%20YAJ: 0
2026-03-30 06:34:38 [bca.uk] INFO: Found listing with ID: DN71%20VMC
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN71%2520VMC%27 HTTP/1.1" 200 None
2026-03-30 06:34:38 [bca.uk] INFO: Scrape type for DN71%20VMC: 0
2026-03-30 06:34:38 [bca.uk] INFO: Found listing with ID: MW65%20YND
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW65%2520YND%27 HTTP/1.1" 200 None
2026-03-30 06:34:38 [bca.uk] INFO: Scrape type for MW65%20YND: 2
2026-03-30 06:34:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with identifier: MW65%20YND
2026-03-30 06:34:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with scrape type 2
2026-03-30 06:34:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with scrape type 2
2026-03-30 06:34:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc, identifier: MW65%20YND
2026-03-30 06:34:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3aa0da70-b736-5098-a27b-9a61907a2183 with identifier: SA73%20AKV
2026-03-30 06:34:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3aa0da70-b736-5098-a27b-9a61907a2183 with identifier: SA73%20AKV
2026-03-30 06:34:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3aa0da70-b736-5098-a27b-9a61907a2183 with identifier: SA73%20AKV to the API
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA73%20AKV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3aa0da70-b736-5098-a27b-9a61907a2183',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SA73 AKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA73%20AKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'EQB 300',
 'odometer': 30233,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQB 300 168KW 66KWH 4M AMG LINE PREM. StationWagon',
 'transmission': 'automatic',
 'trim': '168KW 66KWH 4M AMG LINE PREM.',
 'vin': 'W1N9M0JB1RN060342',
 'year': 2023}
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520AKV%27 HTTP/1.1" 200 None
2026-03-30 06:34:39 [bca.uk] INFO: Saving data for SA73%20AKV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563752.094047, 'last_price_update_time': 1774852479.673313}
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA73%2520AKV') HTTP/1.1" 204 0
2026-03-30 06:34:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b37518be-65ef-5f20-b368-39b4d1c984fc with identifier: GU23%20XLM
2026-03-30 06:34:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b37518be-65ef-5f20-b368-39b4d1c984fc with identifier: GU23%20XLM
2026-03-30 06:34:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b37518be-65ef-5f20-b368-39b4d1c984fc with identifier: GU23%20XLM to the API
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU23%20XLM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b37518be-65ef-5f20-b368-39b4d1c984fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU23 XLM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU23%20XLM&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 21561,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250+ 140KW 70.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH AMG LINE',
 'vin': 'W1N9N0CBXPJ062444',
 'year': 2023}
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520XLM%27 HTTP/1.1" 200 None
2026-03-30 06:34:39 [bca.uk] INFO: Saving data for GU23%20XLM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563919.737043, 'last_price_update_time': 1774852479.977638}
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU23%2520XLM') HTTP/1.1" 204 0
2026-03-30 06:34:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with identifier: MW65%20YND
2026-03-30 06:34:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with identifier: MW65%20YND
2026-03-30 06:34:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cae998d-ae2c-5fc6-a3d6-fe976e1015dc with identifier: MW65%20YND to the API
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW65%20YND-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0cae998d-ae2c-5fc6-a3d6-fe976e1015dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW65 YND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW65%20YND&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 74099,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM P/S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 180 4WD TITANIUM P/S',
 'vin': 'WF0AXXWPMAFJ49634',
 'year': 2015}
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW65%2520YND%27 HTTP/1.1" 200 None
2026-03-30 06:34:40 [bca.uk] INFO: Saving data for MW65%20YND: {'auction_closing_time': 1774864800.0, 'created_time': 1774564300.490041, 'last_price_update_time': 1774852480.272088}
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW65%2520YND') HTTP/1.1" 204 0
2026-03-30 06:34:40 [bca.uk] INFO: Found listing with ID: DP69%20UHU
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520UHU%27 HTTP/1.1" 200 None
2026-03-30 06:34:40 [bca.uk] INFO: Scrape type for DP69%20UHU: 2
2026-03-30 06:34:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with identifier: DP69%20UHU
2026-03-30 06:34:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with scrape type 2
2026-03-30 06:34:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with scrape type 2
2026-03-30 06:34:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8, identifier: DP69%20UHU
2026-03-30 06:34:40 [bca.uk] INFO: Found listing with ID: HK23%20WJD
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WJD%27 HTTP/1.1" 200 None
2026-03-30 06:34:40 [bca.uk] INFO: Scrape type for HK23%20WJD: 2
2026-03-30 06:34:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with identifier: HK23%20WJD
2026-03-30 06:34:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with scrape type 2
2026-03-30 06:34:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with scrape type 2
2026-03-30 06:34:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b008086-dfe7-56f8-88a1-57a3a1330ce7, identifier: HK23%20WJD
2026-03-30 06:34:40 [bca.uk] INFO: Found listing with ID: KO16%20PXH
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520PXH%27 HTTP/1.1" 200 None
2026-03-30 06:34:40 [bca.uk] INFO: Scrape type for KO16%20PXH: 2
2026-03-30 06:34:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with identifier: KO16%20PXH
2026-03-30 06:34:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with scrape type 2
2026-03-30 06:34:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with scrape type 2
2026-03-30 06:34:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4, identifier: KO16%20PXH
2026-03-30 06:34:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with identifier: DP69%20UHU
2026-03-30 06:34:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with identifier: DP69%20UHU
2026-03-30 06:34:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8 with identifier: DP69%20UHU to the API
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP69%20UHU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ffcdb5fd-8f40-5cfb-ac0d-62e20b279fb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP69 UHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP69%20UHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 41511,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 83 ELITE Hatchback',
 'transmission': 'manual',
 'trim': '83 ELITE',
 'vin': 'W0V7H9EE8L4001867',
 'year': 2019}
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP69%2520UHU%27 HTTP/1.1" 200 None
2026-03-30 06:34:40 [bca.uk] INFO: Saving data for DP69%20UHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563748.848525, 'last_price_update_time': 1774852480.90095}
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP69%2520UHU') HTTP/1.1" 204 0
2026-03-30 06:34:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with identifier: HK23%20WJD
2026-03-30 06:34:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with identifier: HK23%20WJD
2026-03-30 06:34:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b008086-dfe7-56f8-88a1-57a3a1330ce7 with identifier: HK23%20WJD to the API
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20WJD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4b008086-dfe7-56f8-88a1-57a3a1330ce7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK23 WJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20WJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 33102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS+',
 'vin': 'VF1FL000570970839',
 'year': 2023}
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WJD%27 HTTP/1.1" 200 None
2026-03-30 06:34:41 [bca.uk] INFO: Saving data for HK23%20WJD: {'auction_closing_time': 1775728800.0, 'created_time': 1773842684.290916, 'last_price_update_time': 1774852481.203296}
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520WJD') HTTP/1.1" 204 0
2026-03-30 06:34:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with identifier: KO16%20PXH
2026-03-30 06:34:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with identifier: KO16%20PXH
2026-03-30 06:34:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4e8b7c5-885d-5e72-8567-1e27a0eeb7d4 with identifier: KO16%20PXH to the API
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO16%20PXH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4e8b7c5-885d-5e72-8567-1e27a0eeb7d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO16 PXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO16%20PXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 69564,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 PREMIUM SE Hatchback',
 'transmission': 'manual',
 'trim': 'PREMIUM SE',
 'vin': 'NLHA851CLGZ259330',
 'year': 2016}
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO16%2520PXH%27 HTTP/1.1" 200 None
2026-03-30 06:34:41 [bca.uk] INFO: Saving data for KO16%20PXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774479355.012695, 'last_price_update_time': 1774852481.483543}
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO16%2520PXH') HTTP/1.1" 204 0
2026-03-30 06:34:41 [bca.uk] INFO: Found listing with ID: DK22%20MOA
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK22%2520MOA%27 HTTP/1.1" 200 None
2026-03-30 06:34:41 [bca.uk] INFO: Scrape type for DK22%20MOA: 2
2026-03-30 06:34:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9be06261-a5f8-53ec-8ea1-368352de5b64 with identifier: DK22%20MOA
2026-03-30 06:34:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9be06261-a5f8-53ec-8ea1-368352de5b64 with scrape type 2
2026-03-30 06:34:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9be06261-a5f8-53ec-8ea1-368352de5b64 with scrape type 2
2026-03-30 06:34:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9be06261-a5f8-53ec-8ea1-368352de5b64, identifier: DK22%20MOA
2026-03-30 06:34:41 [bca.uk] INFO: Found listing with ID: MA71%20WNO
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA71%2520WNO%27 HTTP/1.1" 200 None
2026-03-30 06:34:41 [bca.uk] INFO: Scrape type for MA71%20WNO: 0
2026-03-30 06:34:41 [bca.uk] INFO: Found listing with ID: KP22%20XMW
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520XMW%27 HTTP/1.1" 200 None
2026-03-30 06:34:41 [bca.uk] INFO: Scrape type for KP22%20XMW: 2
2026-03-30 06:34:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with identifier: KP22%20XMW
2026-03-30 06:34:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with scrape type 2
2026-03-30 06:34:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with scrape type 2
2026-03-30 06:34:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c0f5dbf-f495-540c-9473-ff61ff7abbd0, identifier: KP22%20XMW
2026-03-30 06:34:41 [bca.uk] INFO: Found listing with ID: FX64%20XFA
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520XFA%27 HTTP/1.1" 200 None
2026-03-30 06:34:41 [bca.uk] INFO: Scrape type for FX64%20XFA: 2
2026-03-30 06:34:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f189f568-65ef-51ed-9d85-d3e5c310b973 with identifier: FX64%20XFA
2026-03-30 06:34:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f189f568-65ef-51ed-9d85-d3e5c310b973 with scrape type 2
2026-03-30 06:34:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f189f568-65ef-51ed-9d85-d3e5c310b973 with scrape type 2
2026-03-30 06:34:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f189f568-65ef-51ed-9d85-d3e5c310b973, identifier: FX64%20XFA
2026-03-30 06:34:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:34:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9be06261-a5f8-53ec-8ea1-368352de5b64 with identifier: DK22%20MOA
2026-03-30 06:34:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9be06261-a5f8-53ec-8ea1-368352de5b64 with identifier: DK22%20MOA
2026-03-30 06:34:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9be06261-a5f8-53ec-8ea1-368352de5b64 with identifier: DK22%20MOA to the API
2026-03-30 06:34:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK22%20MOA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9be06261-a5f8-53ec-8ea1-368352de5b64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DK22 MOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK22%20MOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 18848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH ICON Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH ICON',
 'vin': 'ZFAEFAC48NX060798',
 'year': 2022}
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK22%2520MOA%27 HTTP/1.1" 200 None
2026-03-30 06:34:42 [bca.uk] INFO: Saving data for DK22%20MOA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563750.175064, 'last_price_update_time': 1774852482.149797}
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK22%2520MOA') HTTP/1.1" 204 0
2026-03-30 06:34:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with identifier: KP22%20XMW
2026-03-30 06:34:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with identifier: KP22%20XMW
2026-03-30 06:34:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c0f5dbf-f495-540c-9473-ff61ff7abbd0 with identifier: KP22%20XMW to the API
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP22%20XMW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9c0f5dbf-f495-540c-9473-ff61ff7abbd0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KP22 XMW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP22%20XMW&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HYUNDAI',
 'model': 'IONIQ 5',
 'odometer': 27446,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ 5 125KW 58KWH SE CONNECT Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 58KWH SE CONNECT',
 'vin': 'KMHKM81BUNU061665',
 'year': 2022}
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520XMW%27 HTTP/1.1" 200 None
2026-03-30 06:34:42 [bca.uk] INFO: Saving data for KP22%20XMW: {'auction_closing_time': 1774864800.0, 'created_time': 1774563893.503164, 'last_price_update_time': 1774852482.546004}
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP22%2520XMW') HTTP/1.1" 204 0
2026-03-30 06:34:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f189f568-65ef-51ed-9d85-d3e5c310b973 with identifier: FX64%20XFA
2026-03-30 06:34:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f189f568-65ef-51ed-9d85-d3e5c310b973 with identifier: FX64%20XFA
2026-03-30 06:34:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f189f568-65ef-51ed-9d85-d3e5c310b973 with identifier: FX64%20XFA to the API
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX64%20XFA-GB',
 'category': 'Car',
 'color': 'jet black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f189f568-65ef-51ed-9d85-d3e5c310b973',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX64 XFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX64%20XFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '218D',
 'odometer': 106359,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 218D 2.0 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1H32040VZ29748',
 'year': 2014}
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520XFA%27 HTTP/1.1" 200 None
2026-03-30 06:34:42 [bca.uk] INFO: Saving data for FX64%20XFA: {'auction_closing_time': 1774864800.0, 'created_time': 1773958495.351374, 'last_price_update_time': 1774852482.84149}
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX64%2520XFA') HTTP/1.1" 204 0
2026-03-30 06:34:42 [bca.uk] INFO: Found listing with ID: KN75%20BKA
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BKA%27 HTTP/1.1" 200 None
2026-03-30 06:34:42 [bca.uk] INFO: Scrape type for KN75%20BKA: 2
2026-03-30 06:34:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 780086dd-98d8-5617-89cc-d9bdbf0bd16d with identifier: KN75%20BKA
2026-03-30 06:34:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 780086dd-98d8-5617-89cc-d9bdbf0bd16d with scrape type 2
2026-03-30 06:34:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 780086dd-98d8-5617-89cc-d9bdbf0bd16d with scrape type 2
2026-03-30 06:34:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 780086dd-98d8-5617-89cc-d9bdbf0bd16d, identifier: KN75%20BKA
2026-03-30 06:34:42 [bca.uk] INFO: Found listing with ID: DE24%20EUL
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520EUL%27 HTTP/1.1" 200 None
2026-03-30 06:34:43 [bca.uk] INFO: Scrape type for DE24%20EUL: 2
2026-03-30 06:34:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with identifier: DE24%20EUL
2026-03-30 06:34:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with scrape type 2
2026-03-30 06:34:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with scrape type 2
2026-03-30 06:34:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a48e63b-c2e7-5644-a54e-6cfe1112e839, identifier: DE24%20EUL
2026-03-30 06:34:43 [bca.uk] INFO: Found listing with ID: YS69%20PAO
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520PAO%27 HTTP/1.1" 200 None
2026-03-30 06:34:43 [bca.uk] INFO: Scrape type for YS69%20PAO: 0
2026-03-30 06:34:43 [bca.uk] INFO: Found listing with ID: YS69%20EUE
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520EUE%27 HTTP/1.1" 200 None
2026-03-30 06:34:43 [bca.uk] INFO: Scrape type for YS69%20EUE: 2
2026-03-30 06:34:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6165ee65-a0c4-58a3-8ce3-1595d680606a with identifier: YS69%20EUE
2026-03-30 06:34:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6165ee65-a0c4-58a3-8ce3-1595d680606a with scrape type 2
2026-03-30 06:34:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6165ee65-a0c4-58a3-8ce3-1595d680606a with scrape type 2
2026-03-30 06:34:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6165ee65-a0c4-58a3-8ce3-1595d680606a, identifier: YS69%20EUE
2026-03-30 06:34:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 780086dd-98d8-5617-89cc-d9bdbf0bd16d with identifier: KN75%20BKA
2026-03-30 06:34:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 780086dd-98d8-5617-89cc-d9bdbf0bd16d with identifier: KN75%20BKA
2026-03-30 06:34:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 780086dd-98d8-5617-89cc-d9bdbf0bd16d with identifier: KN75%20BKA to the API
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20BKA-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '780086dd-98d8-5617-89cc-d9bdbf0bd16d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 BKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20BKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 8047,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ1T4564003',
 'year': 2025}
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BKA%27 HTTP/1.1" 200 None
2026-03-30 06:34:43 [bca.uk] INFO: Saving data for KN75%20BKA: {'auction_closing_time': 1774864800.0, 'created_time': 1774563749.579104, 'last_price_update_time': 1774852483.500134}
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520BKA') HTTP/1.1" 204 0
2026-03-30 06:34:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with identifier: DE24%20EUL
2026-03-30 06:34:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with identifier: DE24%20EUL
2026-03-30 06:34:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a48e63b-c2e7-5644-a54e-6cfe1112e839 with identifier: DE24%20EUL to the API
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE24%20EUL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0a48e63b-c2e7-5644-a54e-6cfe1112e839',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE24 EUL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE24%20EUL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 16890,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 125/52 LIFE ED.PURE PERF(110KC Hatchback',
 'transmission': 'automatic',
 'trim': '125/52 LIFE ED.PURE PERF(110KC',
 'vin': 'WVGZZZE21RE015100',
 'year': 2024}
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520EUL%27 HTTP/1.1" 200 None
2026-03-30 06:34:43 [bca.uk] INFO: Saving data for DE24%20EUL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563868.073938, 'last_price_update_time': 1774852483.797386}
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE24%2520EUL') HTTP/1.1" 204 0
2026-03-30 06:34:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6165ee65-a0c4-58a3-8ce3-1595d680606a with identifier: YS69%20EUE
2026-03-30 06:34:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6165ee65-a0c4-58a3-8ce3-1595d680606a with identifier: YS69%20EUE
2026-03-30 06:34:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6165ee65-a0c4-58a3-8ce3-1595d680606a with identifier: YS69%20EUE to the API
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS69%20EUE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6165ee65-a0c4-58a3-8ce3-1595d680606a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS69 EUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS69%20EUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 67404,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB LEADER H/R',
 'vin': 'WF0YXXTTGYKU56074',
 'year': 2020}
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520EUE%27 HTTP/1.1" 200 None
2026-03-30 06:34:44 [bca.uk] INFO: Saving data for YS69%20EUE: {'auction_closing_time': 1774951200.0, 'created_time': 1774477256.225414, 'last_price_update_time': 1774852484.11726}
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520EUE') HTTP/1.1" 204 0
2026-03-30 06:34:44 [bca.uk] INFO: Found listing with ID: DS22%20UFC
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS22%2520UFC%27 HTTP/1.1" 200 None
2026-03-30 06:34:44 [bca.uk] INFO: Scrape type for DS22%20UFC: 2
2026-03-30 06:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with identifier: DS22%20UFC
2026-03-30 06:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with scrape type 2
2026-03-30 06:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with scrape type 2
2026-03-30 06:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e4d6836-864c-57ff-8a15-de6c3c9692e5, identifier: DS22%20UFC
2026-03-30 06:34:44 [bca.uk] INFO: Found listing with ID: NL22%20NWN
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520NWN%27 HTTP/1.1" 200 None
2026-03-30 06:34:44 [bca.uk] INFO: Scrape type for NL22%20NWN: 2
2026-03-30 06:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3219c45b-9086-5b85-96a2-5d67c6c3b346 with identifier: NL22%20NWN
2026-03-30 06:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3219c45b-9086-5b85-96a2-5d67c6c3b346 with scrape type 2
2026-03-30 06:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3219c45b-9086-5b85-96a2-5d67c6c3b346 with scrape type 2
2026-03-30 06:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3219c45b-9086-5b85-96a2-5d67c6c3b346, identifier: NL22%20NWN
2026-03-30 06:34:44 [bca.uk] INFO: Found listing with ID: VN65%20UKA
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN65%2520UKA%27 HTTP/1.1" 200 None
2026-03-30 06:34:44 [bca.uk] INFO: Scrape type for VN65%20UKA: 0
2026-03-30 06:34:44 [bca.uk] INFO: Found listing with ID: SK16%20VYY
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520VYY%27 HTTP/1.1" 200 None
2026-03-30 06:34:44 [bca.uk] INFO: Scrape type for SK16%20VYY: 2
2026-03-30 06:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with identifier: SK16%20VYY
2026-03-30 06:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with scrape type 2
2026-03-30 06:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with scrape type 2
2026-03-30 06:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16ad8524-3932-53a2-b9fc-c6f9b7863cd7, identifier: SK16%20VYY
2026-03-30 06:34:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with identifier: DS22%20UFC
2026-03-30 06:34:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with identifier: DS22%20UFC
2026-03-30 06:34:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e4d6836-864c-57ff-8a15-de6c3c9692e5 with identifier: DS22%20UFC to the API
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 38,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS22%20UFC-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2e4d6836-864c-57ff-8a15-de6c3c9692e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS22 UFC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS22%20UFC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 20476,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA SORENTO 1.6 T-GDI PHEV 3 StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV 3',
 'vin': 'KNARM81HSN5109089',
 'year': 2022}
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS22%2520UFC%27 HTTP/1.1" 200 None
2026-03-30 06:34:44 [bca.uk] INFO: Saving data for DS22%20UFC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563753.355999, 'last_price_update_time': 1774852484.780841}
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS22%2520UFC') HTTP/1.1" 204 0
2026-03-30 06:34:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3219c45b-9086-5b85-96a2-5d67c6c3b346 with identifier: NL22%20NWN
2026-03-30 06:34:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3219c45b-9086-5b85-96a2-5d67c6c3b346 with identifier: NL22%20NWN
2026-03-30 06:34:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3219c45b-9086-5b85-96a2-5d67c6c3b346 with identifier: NL22%20NWN to the API
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL22%20NWN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3219c45b-9086-5b85-96a2-5d67c6c3b346',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL22 NWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL22%20NWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 15954,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV INSCRIPTION StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV INSCRIPTION',
 'vin': 'YV1XZBWVFN2762741',
 'year': 2022}
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520NWN%27 HTTP/1.1" 200 None
2026-03-30 06:34:45 [bca.uk] INFO: Saving data for NL22%20NWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563859.692011, 'last_price_update_time': 1774852485.075732}
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL22%2520NWN') HTTP/1.1" 204 0
2026-03-30 06:34:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with identifier: SK16%20VYY
2026-03-30 06:34:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with identifier: SK16%20VYY
2026-03-30 06:34:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16ad8524-3932-53a2-b9fc-c6f9b7863cd7 with identifier: SK16%20VYY to the API
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK16%20VYY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '16ad8524-3932-53a2-b9fc-c6f9b7863cd7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK16 VYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK16%20VYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'SEAT',
 'model': 'IBIZA SC',
 'odometer': 81020,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA SC 1.4 ECO TSI 150 FR Coupe',
 'transmission': 'manual',
 'trim': 'ECO TSI 150 FR',
 'vin': 'VSSZZZ6JZGR079582',
 'year': 2016}
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK16%2520VYY%27 HTTP/1.1" 200 None
2026-03-30 06:34:45 [bca.uk] INFO: Saving data for SK16%20VYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774564296.673341, 'last_price_update_time': 1774852485.383459}
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK16%2520VYY') HTTP/1.1" 204 0
2026-03-30 06:34:45 [bca.uk] INFO: Total items found: 100
2026-03-30 06:34:45 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded
2026-03-30 06:34:45 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:34:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:34:45 [bca.uk] INFO: Found listing with ID: LS24%20NLL
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520NLL%27 HTTP/1.1" 200 None
2026-03-30 06:34:45 [bca.uk] INFO: Scrape type for LS24%20NLL: 2
2026-03-30 06:34:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7127ad5e-9731-5ae4-9598-1c6e66c4577f with identifier: LS24%20NLL
2026-03-30 06:34:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7127ad5e-9731-5ae4-9598-1c6e66c4577f with scrape type 2
2026-03-30 06:34:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7127ad5e-9731-5ae4-9598-1c6e66c4577f with scrape type 2
2026-03-30 06:34:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7127ad5e-9731-5ae4-9598-1c6e66c4577f, identifier: LS24%20NLL
2026-03-30 06:34:45 [bca.uk] INFO: Found listing with ID: FL71%20JHJ
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520JHJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:45 [bca.uk] INFO: Scrape type for FL71%20JHJ: 2
2026-03-30 06:34:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3b1a407-ee09-52cb-b7f8-7cfa51678715 with identifier: FL71%20JHJ
2026-03-30 06:34:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b1a407-ee09-52cb-b7f8-7cfa51678715 with scrape type 2
2026-03-30 06:34:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3b1a407-ee09-52cb-b7f8-7cfa51678715 with scrape type 2
2026-03-30 06:34:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3b1a407-ee09-52cb-b7f8-7cfa51678715, identifier: FL71%20JHJ
2026-03-30 06:34:45 [bca.uk] INFO: Found listing with ID: SH14%20EFO
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH14%2520EFO%27 HTTP/1.1" 200 None
2026-03-30 06:34:45 [bca.uk] INFO: Scrape type for SH14%20EFO: 2
2026-03-30 06:34:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with identifier: SH14%20EFO
2026-03-30 06:34:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with scrape type 2
2026-03-30 06:34:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with scrape type 2
2026-03-30 06:34:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9a8fc4e-6710-5b9d-be59-534b1cbddb5b, identifier: SH14%20EFO
2026-03-30 06:34:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:34:45 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:34:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7127ad5e-9731-5ae4-9598-1c6e66c4577f with identifier: LS24%20NLL
2026-03-30 06:34:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7127ad5e-9731-5ae4-9598-1c6e66c4577f with identifier: LS24%20NLL
2026-03-30 06:34:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7127ad5e-9731-5ae4-9598-1c6e66c4577f with identifier: LS24%20NLL to the API
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20NLL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7127ad5e-9731-5ae4-9598-1c6e66c4577f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 NLL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20NLL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 5570,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 110KW 39KWH N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 39KWH N-CONNECTA',
 'vin': 'SJNFAAZE1U0208732',
 'year': 2024}
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520NLL%27 HTTP/1.1" 200 None
2026-03-30 06:34:46 [bca.uk] INFO: Saving data for LS24%20NLL: {'auction_closing_time': 1774864800.0, 'created_time': 1774563752.995173, 'last_price_update_time': 1774852486.062925}
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520NLL') HTTP/1.1" 204 0
2026-03-30 06:34:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3b1a407-ee09-52cb-b7f8-7cfa51678715 with identifier: FL71%20JHJ
2026-03-30 06:34:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3b1a407-ee09-52cb-b7f8-7cfa51678715 with identifier: FL71%20JHJ
2026-03-30 06:34:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3b1a407-ee09-52cb-b7f8-7cfa51678715 with identifier: FL71%20JHJ to the API
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 27,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL71%20JHJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c3b1a407-ee09-52cb-b7f8-7cfa51678715',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL71 JHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL71%20JHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 90955,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 1.4 TSI IV SE L DSG Estate',
 'transmission': 'automatic',
 'trim': 'TSI IV SE L DSG',
 'vin': 'TMBKW7NP9N7009641',
 'year': 2021}
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520JHJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:46 [bca.uk] INFO: Saving data for FL71%20JHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563879.653251, 'last_price_update_time': 1774852486.472637}
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL71%2520JHJ') HTTP/1.1" 204 0
2026-03-30 06:34:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with identifier: SH14%20EFO
2026-03-30 06:34:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with identifier: SH14%20EFO
2026-03-30 06:34:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9a8fc4e-6710-5b9d-be59-534b1cbddb5b with identifier: SH14%20EFO to the API
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH14%20EFO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f9a8fc4e-6710-5b9d-be59-534b1cbddb5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH14 EFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH14%20EFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FIAT',
 'model': '500',
 'odometer': 51529,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 COLOUR THERAPY Hatchback',
 'transmission': 'manual',
 'trim': 'COLOUR THERAPY',
 'vin': 'ZFA3120000J112474',
 'year': 2014}
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH14%2520EFO%27 HTTP/1.1" 200 None
2026-03-30 06:34:46 [bca.uk] INFO: Saving data for SH14%20EFO: {'auction_closing_time': 1774864800.0, 'created_time': 1773829578.64946, 'last_price_update_time': 1774852486.775172}
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH14%2520EFO') HTTP/1.1" 204 0
2026-03-30 06:34:46 [bca.uk] INFO: Found listing with ID: RA18%20MSV
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520MSV%27 HTTP/1.1" 200 None
2026-03-30 06:34:46 [bca.uk] INFO: Scrape type for RA18%20MSV: 2
2026-03-30 06:34:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ce79675-1ce9-5656-9059-0d3897efc2cb with identifier: RA18%20MSV
2026-03-30 06:34:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ce79675-1ce9-5656-9059-0d3897efc2cb with scrape type 2
2026-03-30 06:34:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ce79675-1ce9-5656-9059-0d3897efc2cb with scrape type 2
2026-03-30 06:34:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ce79675-1ce9-5656-9059-0d3897efc2cb, identifier: RA18%20MSV
2026-03-30 06:34:46 [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:34:46 [bca.uk] INFO: Found listing with ID: MA22%20KZR
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520KZR%27 HTTP/1.1" 200 None
2026-03-30 06:34:46 [bca.uk] INFO: Scrape type for MA22%20KZR: 2
2026-03-30 06:34:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40bd3837-36b0-5ce2-9ced-49bcfb268063 with identifier: MA22%20KZR
2026-03-30 06:34:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40bd3837-36b0-5ce2-9ced-49bcfb268063 with scrape type 2
2026-03-30 06:34:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40bd3837-36b0-5ce2-9ced-49bcfb268063 with scrape type 2
2026-03-30 06:34:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40bd3837-36b0-5ce2-9ced-49bcfb268063, identifier: MA22%20KZR
2026-03-30 06:34:47 [bca.uk] INFO: Found listing with ID: MX21%20YYN
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX21%2520YYN%27 HTTP/1.1" 200 None
2026-03-30 06:34:47 [bca.uk] INFO: Scrape type for MX21%20YYN: 2
2026-03-30 06:34:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 172708f7-d722-5146-803d-25826616c7e1 with identifier: MX21%20YYN
2026-03-30 06:34:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 172708f7-d722-5146-803d-25826616c7e1 with scrape type 2
2026-03-30 06:34:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 172708f7-d722-5146-803d-25826616c7e1 with scrape type 2
2026-03-30 06:34:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 172708f7-d722-5146-803d-25826616c7e1, identifier: MX21%20YYN
2026-03-30 06:34:47 [bca.uk] INFO: Found listing with ID: LL61%20EYB
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL61%2520EYB%27 HTTP/1.1" 200 None
2026-03-30 06:34:47 [bca.uk] INFO: Scrape type for LL61%20EYB: 2
2026-03-30 06:34:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d15ae166-13ea-5cdc-a50c-e674fa251364 with identifier: LL61%20EYB
2026-03-30 06:34:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d15ae166-13ea-5cdc-a50c-e674fa251364 with scrape type 2
2026-03-30 06:34:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d15ae166-13ea-5cdc-a50c-e674fa251364 with scrape type 2
2026-03-30 06:34:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d15ae166-13ea-5cdc-a50c-e674fa251364, identifier: LL61%20EYB
2026-03-30 06:34:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ce79675-1ce9-5656-9059-0d3897efc2cb with identifier: RA18%20MSV
2026-03-30 06:34:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ce79675-1ce9-5656-9059-0d3897efc2cb with identifier: RA18%20MSV
2026-03-30 06:34:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ce79675-1ce9-5656-9059-0d3897efc2cb with identifier: RA18%20MSV to the API
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA18%20MSV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ce79675-1ce9-5656-9059-0d3897efc2cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA18 MSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA18%20MSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '520D',
 'odometer': 79028,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJC32070B329662',
 'year': 2018}
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA18%2520MSV%27 HTTP/1.1" 200 None
2026-03-30 06:34:47 [bca.uk] INFO: Saving data for RA18%20MSV: {'auction_closing_time': 1774864800.0, 'created_time': 1774354704.856885, 'last_price_update_time': 1774852487.514031}
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA18%2520MSV') HTTP/1.1" 204 0
2026-03-30 06:34:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40bd3837-36b0-5ce2-9ced-49bcfb268063 with identifier: MA22%20KZR
2026-03-30 06:34:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40bd3837-36b0-5ce2-9ced-49bcfb268063 with identifier: MA22%20KZR
2026-03-30 06:34:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40bd3837-36b0-5ce2-9ced-49bcfb268063 with identifier: MA22%20KZR to the API
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20KZR-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '40bd3837-36b0-5ce2-9ced-49bcfb268063',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA22 KZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20KZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 22480,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 1 (4ST) Hatchback',
 'transmission': 'manual',
 'trim': '1 (4ST)',
 'vin': 'KNAB2518LNT912549',
 'year': 2022}
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520KZR%27 HTTP/1.1" 200 None
2026-03-30 06:34:47 [bca.uk] INFO: Saving data for MA22%20KZR: {'auction_closing_time': 1774864800.0, 'created_time': 1774563741.246005, 'last_price_update_time': 1774852487.810442}
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520KZR') HTTP/1.1" 204 0
2026-03-30 06:34:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 172708f7-d722-5146-803d-25826616c7e1 with identifier: MX21%20YYN
2026-03-30 06:34:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 172708f7-d722-5146-803d-25826616c7e1 with identifier: MX21%20YYN
2026-03-30 06:34:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 172708f7-d722-5146-803d-25826616c7e1 with identifier: MX21%20YYN to the API
2026-03-30 06:34:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX21%20YYN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '172708f7-d722-5146-803d-25826616c7e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MX21 YYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX21%20YYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 52165,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 E-SKY-G MHEV SE-L LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-G MHEV SE-L LUX',
 'vin': 'JM4BP6HE601202643',
 'year': 2021}
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX21%2520YYN%27 HTTP/1.1" 200 None
2026-03-30 06:34:48 [bca.uk] INFO: Saving data for MX21%20YYN: {'auction_closing_time': 1774864800.0, 'created_time': 1774563881.833222, 'last_price_update_time': 1774852488.129472}
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX21%2520YYN') HTTP/1.1" 204 0
2026-03-30 06:34:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d15ae166-13ea-5cdc-a50c-e674fa251364 with identifier: LL61%20EYB
2026-03-30 06:34:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d15ae166-13ea-5cdc-a50c-e674fa251364 with identifier: LL61%20EYB
2026-03-30 06:34:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d15ae166-13ea-5cdc-a50c-e674fa251364 with identifier: LL61%20EYB to the API
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd15ae166-13ea-5cdc-a50c-e674fa251364',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL61 EYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL61%20EYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '207',
 'odometer': 87173,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 207 1.4 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'VF3WCKFT0BW063401',
 'year': 2011}
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL61%2520EYB%27 HTTP/1.1" 200 None
2026-03-30 06:34:48 [bca.uk] INFO: Saving data for LL61%20EYB: {'auction_closing_time': 1774951200.0, 'created_time': 1774564398.374951, 'last_price_update_time': 1774852488.432184}
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL61%2520EYB') HTTP/1.1" 204 0
2026-03-30 06:34:48 [bca.uk] INFO: Found listing with ID: FY64%20FYU
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY64%2520FYU%27 HTTP/1.1" 200 None
2026-03-30 06:34:48 [bca.uk] INFO: Scrape type for FY64%20FYU: 2
2026-03-30 06:34:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5346842-57ef-5386-8017-257600b23bcc with identifier: FY64%20FYU
2026-03-30 06:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5346842-57ef-5386-8017-257600b23bcc with scrape type 2
2026-03-30 06:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5346842-57ef-5386-8017-257600b23bcc with scrape type 2
2026-03-30 06:34:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5346842-57ef-5386-8017-257600b23bcc, identifier: FY64%20FYU
2026-03-30 06:34:48 [bca.uk] INFO: Found listing with ID: YF75%20WHM
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF75%2520WHM%27 HTTP/1.1" 200 None
2026-03-30 06:34:48 [bca.uk] INFO: Scrape type for YF75%20WHM: 2
2026-03-30 06:34:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with identifier: YF75%20WHM
2026-03-30 06:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with scrape type 2
2026-03-30 06:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with scrape type 2
2026-03-30 06:34:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb, identifier: YF75%20WHM
2026-03-30 06:34:48 [bca.uk] INFO: Found listing with ID: YX23%20KFJ
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX23%2520KFJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:48 [bca.uk] INFO: Scrape type for YX23%20KFJ: 2
2026-03-30 06:34:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with identifier: YX23%20KFJ
2026-03-30 06:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with scrape type 2
2026-03-30 06:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with scrape type 2
2026-03-30 06:34:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff53d137-b8f2-57ac-a99e-7450f5da9ed0, identifier: YX23%20KFJ
2026-03-30 06:34:48 [bca.uk] INFO: Found listing with ID: SA13%20SVF
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA13%2520SVF%27 HTTP/1.1" 200 None
2026-03-30 06:34:48 [bca.uk] INFO: Scrape type for SA13%20SVF: 2
2026-03-30 06:34:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1eab9c3-dae6-52d4-a460-91750a794aa3 with identifier: SA13%20SVF
2026-03-30 06:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1eab9c3-dae6-52d4-a460-91750a794aa3 with scrape type 2
2026-03-30 06:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1eab9c3-dae6-52d4-a460-91750a794aa3 with scrape type 2
2026-03-30 06:34:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1eab9c3-dae6-52d4-a460-91750a794aa3, identifier: SA13%20SVF
2026-03-30 06:34:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5346842-57ef-5386-8017-257600b23bcc with identifier: FY64%20FYU
2026-03-30 06:34:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5346842-57ef-5386-8017-257600b23bcc with identifier: FY64%20FYU
2026-03-30 06:34:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5346842-57ef-5386-8017-257600b23bcc with identifier: FY64%20FYU to the API
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY64%20FYU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5346842-57ef-5386-8017-257600b23bcc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY64 FYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY64%20FYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 92933,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Hatchback',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWXM52020T947758',
 'year': 2014}
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY64%2520FYU%27 HTTP/1.1" 200 None
2026-03-30 06:34:49 [bca.uk] INFO: Saving data for FY64%20FYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774564651.329809, 'last_price_update_time': 1774852489.251348}
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY64%2520FYU') HTTP/1.1" 204 0
2026-03-30 06:34:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with identifier: YF75%20WHM
2026-03-30 06:34:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with identifier: YF75%20WHM
2026-03-30 06:34:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb with identifier: YF75%20WHM to the API
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 12,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF75%20WHM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '189fe5c0-d20b-5dcc-ac1b-cadac4b1b6cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF75 WHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF75%20WHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 1623,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 T-GDI PHEV TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV TROPHY',
 'vin': 'LSJW94390SG112212',
 'year': 2025}
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF75%2520WHM%27 HTTP/1.1" 200 None
2026-03-30 06:34:49 [bca.uk] INFO: Saving data for YF75%20WHM: {'auction_closing_time': 1774864800.0, 'created_time': 1774563734.342991, 'last_price_update_time': 1774852489.541274}
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF75%2520WHM') HTTP/1.1" 204 0
2026-03-30 06:34:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with identifier: YX23%20KFJ
2026-03-30 06:34:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with identifier: YX23%20KFJ
2026-03-30 06:34:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff53d137-b8f2-57ac-a99e-7450f5da9ed0 with identifier: YX23%20KFJ to the API
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX23%20KFJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ff53d137-b8f2-57ac-a99e-7450f5da9ed0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YX23 KFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX23%20KFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 16772,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 B5P AWD PLUS DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5P AWD PLUS DARK G/T',
 'vin': 'YV1UZL1V7P1284325',
 'year': 2023}
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX23%2520KFJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:49 [bca.uk] INFO: Saving data for YX23%20KFJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774563864.377886, 'last_price_update_time': 1774852489.833672}
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX23%2520KFJ') HTTP/1.1" 204 0
2026-03-30 06:34:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1eab9c3-dae6-52d4-a460-91750a794aa3 with identifier: SA13%20SVF
2026-03-30 06:34:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1eab9c3-dae6-52d4-a460-91750a794aa3 with identifier: SA13%20SVF
2026-03-30 06:34:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1eab9c3-dae6-52d4-a460-91750a794aa3 with identifier: SA13%20SVF to the API
2026-03-30 06:34:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA13%20SVF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1eab9c3-dae6-52d4-a460-91750a794aa3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA13 SVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA13%20SVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'TOYOTA',
 'model': 'AVENSIS',
 'odometer': 97182,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA AVENSIS 1.8 V-MATIC T4 M-DRIVE S Saloon',
 'transmission': 'manual',
 'trim': 'V-MATIC T4 M-DRIVE S',
 'vin': 'SB1BG76L60E084105',
 'year': 2013}
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA13%2520SVF%27 HTTP/1.1" 200 None
2026-03-30 06:34:50 [bca.uk] INFO: Saving data for SA13%20SVF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303823.202993, 'last_price_update_time': 1774852490.135494}
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA13%2520SVF') HTTP/1.1" 204 0
2026-03-30 06:34:50 [bca.uk] INFO: Found listing with ID: EN23%20ZSJ
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN23%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:50 [bca.uk] INFO: Scrape type for EN23%20ZSJ: 2
2026-03-30 06:34:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with identifier: EN23%20ZSJ
2026-03-30 06:34:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with scrape type 2
2026-03-30 06:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with scrape type 2
2026-03-30 06:34:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6602bc7f-c4e4-5164-9bbd-23a9c32e65de, identifier: EN23%20ZSJ
2026-03-30 06:34:50 [bca.uk] INFO: Found listing with ID: OE72%20MXT
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE72%2520MXT%27 HTTP/1.1" 200 None
2026-03-30 06:34:50 [bca.uk] INFO: Scrape type for OE72%20MXT: 2
2026-03-30 06:34:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffb7f823-1fc3-568a-8f91-b45d3b48f603 with identifier: OE72%20MXT
2026-03-30 06:34:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffb7f823-1fc3-568a-8f91-b45d3b48f603 with scrape type 2
2026-03-30 06:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffb7f823-1fc3-568a-8f91-b45d3b48f603 with scrape type 2
2026-03-30 06:34:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffb7f823-1fc3-568a-8f91-b45d3b48f603, identifier: OE72%20MXT
2026-03-30 06:34:50 [bca.uk] INFO: Found listing with ID: YR22%20LVT
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520LVT%27 HTTP/1.1" 200 None
2026-03-30 06:34:50 [bca.uk] INFO: Scrape type for YR22%20LVT: 2
2026-03-30 06:34:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with identifier: YR22%20LVT
2026-03-30 06:34:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with scrape type 2
2026-03-30 06:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with scrape type 2
2026-03-30 06:34:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2, identifier: YR22%20LVT
2026-03-30 06:34:50 [bca.uk] INFO: Found listing with ID: RA15%20LRO
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA15%2520LRO%27 HTTP/1.1" 200 None
2026-03-30 06:34:50 [bca.uk] INFO: Scrape type for RA15%20LRO: 0
2026-03-30 06:34:50 [bca.uk] INFO: Found listing with ID: ND09%20UYY
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520UYY%27 HTTP/1.1" 200 None
2026-03-30 06:34:50 [bca.uk] INFO: Scrape type for ND09%20UYY: 2
2026-03-30 06:34:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf79258f-02df-5ef0-b09d-ebc8391cfd94 with identifier: ND09%20UYY
2026-03-30 06:34:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf79258f-02df-5ef0-b09d-ebc8391cfd94 with scrape type 2
2026-03-30 06:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf79258f-02df-5ef0-b09d-ebc8391cfd94 with scrape type 2
2026-03-30 06:34:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf79258f-02df-5ef0-b09d-ebc8391cfd94, identifier: ND09%20UYY
2026-03-30 06:34:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with identifier: EN23%20ZSJ
2026-03-30 06:34:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with identifier: EN23%20ZSJ
2026-03-30 06:34:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6602bc7f-c4e4-5164-9bbd-23a9c32e65de with identifier: EN23%20ZSJ to the API
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN23%20ZSJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6602bc7f-c4e4-5164-9bbd-23a9c32e65de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN23 ZSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN23%20ZSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '118I',
 'odometer': 39430,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 136 M SPORT (LCP)STEP Hatchback',
 'transmission': 'automatic',
 'trim': '136 M SPORT (LCP)STEP',
 'vin': 'WBA7K320505X15671',
 'year': 2023}
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN23%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:50 [bca.uk] INFO: Saving data for EN23%20ZSJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564652.520542, 'last_price_update_time': 1774852490.870639}
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN23%2520ZSJ') HTTP/1.1" 204 0
2026-03-30 06:34:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffb7f823-1fc3-568a-8f91-b45d3b48f603 with identifier: OE72%20MXT
2026-03-30 06:34:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffb7f823-1fc3-568a-8f91-b45d3b48f603 with identifier: OE72%20MXT
2026-03-30 06:34:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffb7f823-1fc3-568a-8f91-b45d3b48f603 with identifier: OE72%20MXT to the API
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE72%20MXT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ffb7f823-1fc3-568a-8f91-b45d3b48f603',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE72 MXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE72%20MXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 48182,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 300KW 78KWH DM4 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH DM4 LONG RANGE',
 'vin': 'YSMVSEDE3PL129429',
 'year': 2023}
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE72%2520MXT%27 HTTP/1.1" 200 None
2026-03-30 06:34:51 [bca.uk] INFO: Saving data for OE72%20MXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774563735.084404, 'last_price_update_time': 1774852491.271213}
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE72%2520MXT') HTTP/1.1" 204 0
2026-03-30 06:34:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with identifier: YR22%20LVT
2026-03-30 06:34:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with identifier: YR22%20LVT
2026-03-30 06:34:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f0c0890-5f8f-584a-b9a5-f262c8f2cce2 with identifier: YR22%20LVT to the API
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 48,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20LVT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9f0c0890-5f8f-584a-b9a5-f262c8f2cce2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR22 LVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20LVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 68100,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV R DESIGN',
 'vin': 'YV1XZBWVFN2759807',
 'year': 2022}
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520LVT%27 HTTP/1.1" 200 None
2026-03-30 06:34:51 [bca.uk] INFO: Saving data for YR22%20LVT: {'auction_closing_time': 1775124000.0, 'created_time': 1774564723.737113, 'last_price_update_time': 1774852491.56904}
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520LVT') HTTP/1.1" 204 0
2026-03-30 06:34:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf79258f-02df-5ef0-b09d-ebc8391cfd94 with identifier: ND09%20UYY
2026-03-30 06:34:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf79258f-02df-5ef0-b09d-ebc8391cfd94 with identifier: ND09%20UYY
2026-03-30 06:34:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf79258f-02df-5ef0-b09d-ebc8391cfd94 with identifier: ND09%20UYY to the API
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND09%20UYY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bf79258f-02df-5ef0-b09d-ebc8391cfd94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND09 UYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND09%20UYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 49056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 2.0 DCI VISIA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI VISIA',
 'vin': 'SJNFDAJ10U1443613',
 'year': 2009}
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND09%2520UYY%27 HTTP/1.1" 200 None
2026-03-30 06:34:51 [bca.uk] INFO: Saving data for ND09%20UYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774045120.32692, 'last_price_update_time': 1774852491.863582}
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND09%2520UYY') HTTP/1.1" 204 0
2026-03-30 06:34:51 [bca.uk] INFO: Found listing with ID: DF65%20UEJ
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF65%2520UEJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:51 [bca.uk] INFO: Scrape type for DF65%20UEJ: 2
2026-03-30 06:34:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2bc187c-8dc4-5c87-92a4-136899abd151 with identifier: DF65%20UEJ
2026-03-30 06:34:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2bc187c-8dc4-5c87-92a4-136899abd151 with scrape type 2
2026-03-30 06:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2bc187c-8dc4-5c87-92a4-136899abd151 with scrape type 2
2026-03-30 06:34:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2bc187c-8dc4-5c87-92a4-136899abd151, identifier: DF65%20UEJ
2026-03-30 06:34:51 [bca.uk] INFO: Found listing with ID: SG22%20XYP
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520XYP%27 HTTP/1.1" 200 None
2026-03-30 06:34:52 [bca.uk] INFO: Scrape type for SG22%20XYP: 2
2026-03-30 06:34:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99a17365-f61f-52a8-a987-d651faa8dcef with identifier: SG22%20XYP
2026-03-30 06:34:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99a17365-f61f-52a8-a987-d651faa8dcef with scrape type 2
2026-03-30 06:34:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99a17365-f61f-52a8-a987-d651faa8dcef with scrape type 2
2026-03-30 06:34:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99a17365-f61f-52a8-a987-d651faa8dcef, identifier: SG22%20XYP
2026-03-30 06:34:52 [bca.uk] INFO: Found listing with ID: LT60%20TJU
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT60%2520TJU%27 HTTP/1.1" 200 None
2026-03-30 06:34:52 [bca.uk] INFO: Scrape type for LT60%20TJU: 2
2026-03-30 06:34:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78b05042-56ba-5305-8df6-694ff3f992cc with identifier: LT60%20TJU
2026-03-30 06:34:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78b05042-56ba-5305-8df6-694ff3f992cc with scrape type 2
2026-03-30 06:34:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78b05042-56ba-5305-8df6-694ff3f992cc with scrape type 2
2026-03-30 06:34:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78b05042-56ba-5305-8df6-694ff3f992cc, identifier: LT60%20TJU
2026-03-30 06:34:52 [bca.uk] INFO: Found listing with ID: LS60%20FAA
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS60%2520FAA%27 HTTP/1.1" 200 None
2026-03-30 06:34:52 [bca.uk] INFO: Scrape type for LS60%20FAA: 2
2026-03-30 06:34:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c00d0a24-dd89-5617-aba2-24d06db6f7a4 with identifier: LS60%20FAA
2026-03-30 06:34:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c00d0a24-dd89-5617-aba2-24d06db6f7a4 with scrape type 2
2026-03-30 06:34:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c00d0a24-dd89-5617-aba2-24d06db6f7a4 with scrape type 2
2026-03-30 06:34:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c00d0a24-dd89-5617-aba2-24d06db6f7a4, identifier: LS60%20FAA
2026-03-30 06:34:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2bc187c-8dc4-5c87-92a4-136899abd151 with identifier: DF65%20UEJ
2026-03-30 06:34:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2bc187c-8dc4-5c87-92a4-136899abd151 with identifier: DF65%20UEJ
2026-03-30 06:34:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2bc187c-8dc4-5c87-92a4-136899abd151 with identifier: DF65%20UEJ to the API
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF65%20UEJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b2bc187c-8dc4-5c87-92a4-136899abd151',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF65 UEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF65%20UEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 224483,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 2.0 TDI 150 FR Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 FR',
 'vin': 'VSSZZZ5FZGR057442',
 'year': 2015}
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF65%2520UEJ%27 HTTP/1.1" 200 None
2026-03-30 06:34:52 [bca.uk] INFO: Saving data for DF65%20UEJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564652.120112, 'last_price_update_time': 1774852492.592574}
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF65%2520UEJ') HTTP/1.1" 204 0
2026-03-30 06:34:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99a17365-f61f-52a8-a987-d651faa8dcef with identifier: SG22%20XYP
2026-03-30 06:34:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99a17365-f61f-52a8-a987-d651faa8dcef with identifier: SG22%20XYP
2026-03-30 06:34:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99a17365-f61f-52a8-a987-d651faa8dcef with identifier: SG22%20XYP to the API
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG22%20XYP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '99a17365-f61f-52a8-a987-d651faa8dcef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG22 XYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG22%20XYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 40016,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK5NC239201',
 'year': 2022}
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520XYP%27 HTTP/1.1" 200 None
2026-03-30 06:34:52 [bca.uk] INFO: Saving data for SG22%20XYP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563715.917462, 'last_price_update_time': 1774852492.901464}
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520XYP') HTTP/1.1" 204 0
2026-03-30 06:34:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78b05042-56ba-5305-8df6-694ff3f992cc with identifier: LT60%20TJU
2026-03-30 06:34:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78b05042-56ba-5305-8df6-694ff3f992cc with identifier: LT60%20TJU
2026-03-30 06:34:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78b05042-56ba-5305-8df6-694ff3f992cc with identifier: LT60%20TJU to the API
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT60%20TJU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78b05042-56ba-5305-8df6-694ff3f992cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT60 TJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT60%20TJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SUZUKI',
 'model': 'ALTO',
 'odometer': 45397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'SUZUKI ALTO 1.0 SZ3 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ3',
 'vin': 'MA3GFC31S00225180',
 'year': 2010}
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT60%2520TJU%27 HTTP/1.1" 200 None
2026-03-30 06:34:53 [bca.uk] INFO: Saving data for LT60%20TJU: {'auction_closing_time': 1774951200.0, 'created_time': 1774563938.749459, 'last_price_update_time': 1774852493.189215}
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT60%2520TJU') HTTP/1.1" 204 0
2026-03-30 06:34:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c00d0a24-dd89-5617-aba2-24d06db6f7a4 with identifier: LS60%20FAA
2026-03-30 06:34:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c00d0a24-dd89-5617-aba2-24d06db6f7a4 with identifier: LS60%20FAA
2026-03-30 06:34:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c00d0a24-dd89-5617-aba2-24d06db6f7a4 with identifier: LS60%20FAA to the API
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS60%20FAA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c00d0a24-dd89-5617-aba2-24d06db6f7a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS60 FAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS60%20FAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MERCEDES-BENZ',
 'model': 'E250',
 'odometer': 102069,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E250 2.1 CDI B/E SPORT TIP Coupe',
 'transmission': 'manual',
 'trim': 'CDI B/E SPORT TIP',
 'vin': 'WDD2073032F073085',
 'year': 2010}
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS60%2520FAA%27 HTTP/1.1" 200 None
2026-03-30 06:34:53 [bca.uk] INFO: Saving data for LS60%20FAA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564396.196696, 'last_price_update_time': 1774852493.480193}
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS60%2520FAA') HTTP/1.1" 204 0
2026-03-30 06:34:53 [bca.uk] INFO: Found listing with ID: AV13%20OOG
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV13%2520OOG%27 HTTP/1.1" 200 None
2026-03-30 06:34:53 [bca.uk] INFO: Scrape type for AV13%20OOG: 0
2026-03-30 06:34:53 [bca.uk] INFO: Found listing with ID: YB11%20BCE
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB11%2520BCE%27 HTTP/1.1" 200 None
2026-03-30 06:34:53 [bca.uk] INFO: Scrape type for YB11%20BCE: 2
2026-03-30 06:34:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ff8e1f8-a90e-5e25-9379-1ab399dff3ff with identifier: YB11%20BCE
2026-03-30 06:34:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ff8e1f8-a90e-5e25-9379-1ab399dff3ff with scrape type 2
2026-03-30 06:34:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ff8e1f8-a90e-5e25-9379-1ab399dff3ff with scrape type 2
2026-03-30 06:34:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ff8e1f8-a90e-5e25-9379-1ab399dff3ff, identifier: YB11%20BCE
2026-03-30 06:34:53 [bca.uk] INFO: Found listing with ID: KN75%20AVY
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AVY%27 HTTP/1.1" 200 None
2026-03-30 06:34:53 [bca.uk] INFO: Scrape type for KN75%20AVY: 2
2026-03-30 06:34:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13305c52-fada-5783-b1d8-7a83018cd135 with identifier: KN75%20AVY
2026-03-30 06:34:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13305c52-fada-5783-b1d8-7a83018cd135 with scrape type 2
2026-03-30 06:34:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13305c52-fada-5783-b1d8-7a83018cd135 with scrape type 2
2026-03-30 06:34:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13305c52-fada-5783-b1d8-7a83018cd135, identifier: KN75%20AVY
2026-03-30 06:34:53 [bca.uk] INFO: Found listing with ID: GL71%20LSF
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520LSF%27 HTTP/1.1" 200 None
2026-03-30 06:34:53 [bca.uk] INFO: Scrape type for GL71%20LSF: 2
2026-03-30 06:34:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48eae63d-3944-5c82-9e1b-e35501460b29 with identifier: GL71%20LSF
2026-03-30 06:34:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48eae63d-3944-5c82-9e1b-e35501460b29 with scrape type 2
2026-03-30 06:34:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48eae63d-3944-5c82-9e1b-e35501460b29 with scrape type 2
2026-03-30 06:34:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48eae63d-3944-5c82-9e1b-e35501460b29, identifier: GL71%20LSF
2026-03-30 06:34:53 [bca.uk] INFO: Found listing with ID: MJ69%20ZRG
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520ZRG%27 HTTP/1.1" 200 None
2026-03-30 06:34:53 [bca.uk] INFO: Scrape type for MJ69%20ZRG: 2
2026-03-30 06:34:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda1546a-c69e-5a85-b58e-3c8076334962 with identifier: MJ69%20ZRG
2026-03-30 06:34:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda1546a-c69e-5a85-b58e-3c8076334962 with scrape type 2
2026-03-30 06:34:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fda1546a-c69e-5a85-b58e-3c8076334962 with scrape type 2
2026-03-30 06:34:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fda1546a-c69e-5a85-b58e-3c8076334962, identifier: MJ69%20ZRG
2026-03-30 06:34:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ff8e1f8-a90e-5e25-9379-1ab399dff3ff with identifier: YB11%20BCE
2026-03-30 06:34:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ff8e1f8-a90e-5e25-9379-1ab399dff3ff with identifier: YB11%20BCE
2026-03-30 06:34:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ff8e1f8-a90e-5e25-9379-1ab399dff3ff with identifier: YB11%20BCE to the API
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB11%20BCE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3ff8e1f8-a90e-5e25-9379-1ab399dff3ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB11 BCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB11%20BCE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'E220',
 'odometer': 96271,
 'odometer_reading_unit': '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 E220 2.1 CDI B/E SE TIP Convertible',
 'transmission': 'manual',
 'trim': 'CDI B/E SE TIP',
 'vin': 'WDD2074022F127300',
 'year': 2011}
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB11%2520BCE%27 HTTP/1.1" 200 None
2026-03-30 06:34:54 [bca.uk] INFO: Saving data for YB11%20BCE: {'auction_closing_time': 1774864800.0, 'created_time': 1773935582.107337, 'last_price_update_time': 1774852494.30547}
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB11%2520BCE') HTTP/1.1" 204 0
2026-03-30 06:34:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13305c52-fada-5783-b1d8-7a83018cd135 with identifier: KN75%20AVY
2026-03-30 06:34:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13305c52-fada-5783-b1d8-7a83018cd135 with identifier: KN75%20AVY
2026-03-30 06:34:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13305c52-fada-5783-b1d8-7a83018cd135 with identifier: KN75%20AVY to the API
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20AVY-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13305c52-fada-5783-b1d8-7a83018cd135',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 AVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20AVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 3180,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ1T4564423',
 'year': 2025}
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AVY%27 HTTP/1.1" 200 None
2026-03-30 06:34:54 [bca.uk] INFO: Saving data for KN75%20AVY: {'auction_closing_time': 1774864800.0, 'created_time': 1774563734.716771, 'last_price_update_time': 1774852494.604456}
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520AVY') HTTP/1.1" 204 0
2026-03-30 06:34:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48eae63d-3944-5c82-9e1b-e35501460b29 with identifier: GL71%20LSF
2026-03-30 06:34:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48eae63d-3944-5c82-9e1b-e35501460b29 with identifier: GL71%20LSF
2026-03-30 06:34:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48eae63d-3944-5c82-9e1b-e35501460b29 with identifier: GL71%20LSF to the API
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL71%20LSF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '48eae63d-3944-5c82-9e1b-e35501460b29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL71 LSF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL71%20LSF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 30481,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN PASSAT 1.4 TSI GTE DSG Saloon',
 'transmission': 'automatic',
 'trim': 'TSI GTE DSG',
 'vin': 'WVWZZZ3CZNE019153',
 'year': 2022}
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520LSF%27 HTTP/1.1" 200 None
2026-03-30 06:34:54 [bca.uk] INFO: Saving data for GL71%20LSF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563935.378558, 'last_price_update_time': 1774852494.895416}
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL71%2520LSF') HTTP/1.1" 204 0
2026-03-30 06:34:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fda1546a-c69e-5a85-b58e-3c8076334962 with identifier: MJ69%20ZRG
2026-03-30 06:34:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fda1546a-c69e-5a85-b58e-3c8076334962 with identifier: MJ69%20ZRG
2026-03-30 06:34:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fda1546a-c69e-5a85-b58e-3c8076334962 with identifier: MJ69%20ZRG to the API
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ69%20ZRG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fda1546a-c69e-5a85-b58e-3c8076334962',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ69 ZRG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ69%20ZRG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 52350,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 P250 4WD FIRST ED. Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 4WD FIRST ED.',
 'vin': 'SALZA2AXXLH058370',
 'year': 2019}
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ69%2520ZRG%27 HTTP/1.1" 200 None
2026-03-30 06:34:55 [bca.uk] INFO: Saving data for MJ69%20ZRG: {'auction_closing_time': 1774951200.0, 'created_time': 1774564355.154018, 'last_price_update_time': 1774852495.186544}
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ69%2520ZRG') HTTP/1.1" 204 0
2026-03-30 06:34:55 [bca.uk] INFO: Found listing with ID: PK19%20XDH
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520XDH%27 HTTP/1.1" 200 None
2026-03-30 06:34:55 [bca.uk] INFO: Scrape type for PK19%20XDH: 2
2026-03-30 06:34:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with identifier: PK19%20XDH
2026-03-30 06:34:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with scrape type 2
2026-03-30 06:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with scrape type 2
2026-03-30 06:34:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877, identifier: PK19%20XDH
2026-03-30 06:34:55 [bca.uk] INFO: Found listing with ID: CN23%20ZDP
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN23%2520ZDP%27 HTTP/1.1" 200 None
2026-03-30 06:34:55 [bca.uk] INFO: Scrape type for CN23%20ZDP: 2
2026-03-30 06:34:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ae87b93-cef2-5ffa-855f-35899c95a390 with identifier: CN23%20ZDP
2026-03-30 06:34:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ae87b93-cef2-5ffa-855f-35899c95a390 with scrape type 2
2026-03-30 06:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ae87b93-cef2-5ffa-855f-35899c95a390 with scrape type 2
2026-03-30 06:34:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ae87b93-cef2-5ffa-855f-35899c95a390, identifier: CN23%20ZDP
2026-03-30 06:34:55 [bca.uk] INFO: Found listing with ID: DY22%20HZH
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520HZH%27 HTTP/1.1" 200 None
2026-03-30 06:34:55 [bca.uk] INFO: Scrape type for DY22%20HZH: 2
2026-03-30 06:34:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with identifier: DY22%20HZH
2026-03-30 06:34:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with scrape type 2
2026-03-30 06:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with scrape type 2
2026-03-30 06:34:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d53ceaf9-60fb-5188-9b81-3d93df4ebb69, identifier: DY22%20HZH
2026-03-30 06:34:55 [bca.uk] INFO: Found listing with ID: EA04%20LNK
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA04%2520LNK%27 HTTP/1.1" 200 None
2026-03-30 06:34:55 [bca.uk] INFO: Scrape type for EA04%20LNK: 2
2026-03-30 06:34:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c266b52e-fc79-5bf4-ad1d-42302a5363f9 with identifier: EA04%20LNK
2026-03-30 06:34:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c266b52e-fc79-5bf4-ad1d-42302a5363f9 with scrape type 2
2026-03-30 06:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c266b52e-fc79-5bf4-ad1d-42302a5363f9 with scrape type 2
2026-03-30 06:34:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c266b52e-fc79-5bf4-ad1d-42302a5363f9, identifier: EA04%20LNK
2026-03-30 06:34:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with identifier: PK19%20XDH
2026-03-30 06:34:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with identifier: PK19%20XDH
2026-03-30 06:34:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 764f0a3e-ee5e-5cf1-9dc6-3a9573a11877 with identifier: PK19%20XDH to the API
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK19%20XDH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '764f0a3e-ee5e-5cf1-9dc6-3a9573a11877',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK19 XDH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK19%20XDH&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'SEAT',
 'model': 'LEON ST',
 'odometer': 72699,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SEAT LEON ST 1.6 TDI 115 SE DYNAMIC EZ Estate',
 'transmission': 'manual',
 'trim': 'TDI 115 SE DYNAMIC EZ',
 'vin': 'VSSZZZ5FZKR066818',
 'year': 2019}
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520XDH%27 HTTP/1.1" 200 None
2026-03-30 06:34:55 [bca.uk] INFO: Saving data for PK19%20XDH: {'auction_closing_time': 1774864800.0, 'created_time': 1773825300.123069, 'last_price_update_time': 1774852495.913969}
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK19%2520XDH') HTTP/1.1" 204 0
2026-03-30 06:34:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ae87b93-cef2-5ffa-855f-35899c95a390 with identifier: CN23%20ZDP
2026-03-30 06:34:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ae87b93-cef2-5ffa-855f-35899c95a390 with identifier: CN23%20ZDP
2026-03-30 06:34:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ae87b93-cef2-5ffa-855f-35899c95a390 with identifier: CN23%20ZDP to the API
2026-03-30 06:34:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN23%20ZDP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3ae87b93-cef2-5ffa-855f-35899c95a390',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CN23 ZDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN23%20ZDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 62301,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW74096PZ078623',
 'year': 2023}
2026-03-30 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN23%2520ZDP%27 HTTP/1.1" 200 None
2026-03-30 06:34:56 [bca.uk] INFO: Saving data for CN23%20ZDP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563735.465994, 'last_price_update_time': 1774852496.308699}
2026-03-30 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN23%2520ZDP') HTTP/1.1" 204 0
2026-03-30 06:34:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with identifier: DY22%20HZH
2026-03-30 06:34:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with identifier: DY22%20HZH
2026-03-30 06:34:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d53ceaf9-60fb-5188-9b81-3d93df4ebb69 with identifier: DY22%20HZH to the API
2026-03-30 06:34:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY22%20HZH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd53ceaf9-60fb-5188-9b81-3d93df4ebb69',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY22 HZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY22%20HZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 18730,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.8 VVT-I HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON',
 'vin': 'SB1K93BE80E289418',
 'year': 2022}
2026-03-30 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520HZH%27 HTTP/1.1" 200 None
2026-03-30 06:34:57 [bca.uk] INFO: Saving data for DY22%20HZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774563940.09557, 'last_price_update_time': 1774852497.166229}
2026-03-30 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY22%2520HZH') HTTP/1.1" 204 0
2026-03-30 06:34:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c266b52e-fc79-5bf4-ad1d-42302a5363f9 with identifier: EA04%20LNK
2026-03-30 06:34:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c266b52e-fc79-5bf4-ad1d-42302a5363f9 with identifier: EA04%20LNK
2026-03-30 06:34:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c266b52e-fc79-5bf4-ad1d-42302a5363f9 with identifier: EA04%20LNK to the API
2026-03-30 06:34:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA04%20LNK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c266b52e-fc79-5bf4-ad1d-42302a5363f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA04 LNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA04%20LNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 112552,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 ZETEC Hatchback',
 'transmission': 'automatic',
 'trim': 'ZETEC',
 'vin': 'WF0AXXWPDA4C57536',
 'year': 2004}
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA04%2520LNK%27 HTTP/1.1" 200 None
2026-03-30 06:34:58 [bca.uk] INFO: Saving data for EA04%20LNK: {'auction_closing_time': 1774951200.0, 'created_time': 1774564397.836618, 'last_price_update_time': 1774852498.049045}
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA04%2520LNK') HTTP/1.1" 204 0
2026-03-30 06:34:58 [bca.uk] INFO: Found listing with ID: SM65%20OKW
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520OKW%27 HTTP/1.1" 200 None
2026-03-30 06:34:58 [bca.uk] INFO: Scrape type for SM65%20OKW: 2
2026-03-30 06:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5a8221e-98a1-5436-a25c-7129fb25b54e with identifier: SM65%20OKW
2026-03-30 06:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5a8221e-98a1-5436-a25c-7129fb25b54e with scrape type 2
2026-03-30 06:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5a8221e-98a1-5436-a25c-7129fb25b54e with scrape type 2
2026-03-30 06:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5a8221e-98a1-5436-a25c-7129fb25b54e, identifier: SM65%20OKW
2026-03-30 06:34:58 [bca.uk] INFO: Found listing with ID: NJ23%20GWP
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520GWP%27 HTTP/1.1" 200 None
2026-03-30 06:34:58 [bca.uk] INFO: Scrape type for NJ23%20GWP: 2
2026-03-30 06:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7236a268-0d38-53b9-8e16-9488e3194a35 with identifier: NJ23%20GWP
2026-03-30 06:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7236a268-0d38-53b9-8e16-9488e3194a35 with scrape type 2
2026-03-30 06:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7236a268-0d38-53b9-8e16-9488e3194a35 with scrape type 2
2026-03-30 06:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7236a268-0d38-53b9-8e16-9488e3194a35, identifier: NJ23%20GWP
2026-03-30 06:34:58 [bca.uk] INFO: Found listing with ID: VO66%20UXX
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520UXX%27 HTTP/1.1" 200 None
2026-03-30 06:34:58 [bca.uk] INFO: Scrape type for VO66%20UXX: 2
2026-03-30 06:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with identifier: VO66%20UXX
2026-03-30 06:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with scrape type 2
2026-03-30 06:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with scrape type 2
2026-03-30 06:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c, identifier: VO66%20UXX
2026-03-30 06:34:58 [bca.uk] INFO: Found listing with ID: BT72%20XAK
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520XAK%27 HTTP/1.1" 200 None
2026-03-30 06:34:58 [bca.uk] INFO: Scrape type for BT72%20XAK: 0
2026-03-30 06:34:58 [bca.uk] INFO: Found listing with ID: GX17%20TVP
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX17%2520TVP%27 HTTP/1.1" 200 None
2026-03-30 06:34:58 [bca.uk] INFO: Scrape type for GX17%20TVP: 0
2026-03-30 06:34:58 [bca.uk] INFO: Found listing with ID: BV23%20RWW
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520RWW%27 HTTP/1.1" 200 None
2026-03-30 06:34:58 [bca.uk] INFO: Scrape type for BV23%20RWW: 0
2026-03-30 06:34:58 [bca.uk] INFO: Found listing with ID: YK70%20HYU
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520HYU%27 HTTP/1.1" 200 None
2026-03-30 06:34:58 [bca.uk] INFO: Scrape type for YK70%20HYU: 2
2026-03-30 06:34:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6538583e-08b2-556e-b5e9-05458bff80cd with identifier: YK70%20HYU
2026-03-30 06:34:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6538583e-08b2-556e-b5e9-05458bff80cd with scrape type 2
2026-03-30 06:34:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6538583e-08b2-556e-b5e9-05458bff80cd with scrape type 2
2026-03-30 06:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6538583e-08b2-556e-b5e9-05458bff80cd, identifier: YK70%20HYU
2026-03-30 06:34:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5a8221e-98a1-5436-a25c-7129fb25b54e with identifier: SM65%20OKW
2026-03-30 06:34:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5a8221e-98a1-5436-a25c-7129fb25b54e with identifier: SM65%20OKW
2026-03-30 06:34:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5a8221e-98a1-5436-a25c-7129fb25b54e with identifier: SM65%20OKW to the API
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM65%20OKW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c5a8221e-98a1-5436-a25c-7129fb25b54e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM65 OKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM65%20OKW&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 64756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 T 16V 125 ENERGY Hatchback',
 'transmission': 'manual',
 'trim': 'T 16V 125 ENERGY',
 'vin': 'W0LBD6EB6G8011041',
 'year': 2015}
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520OKW%27 HTTP/1.1" 200 None
2026-03-30 06:34:58 [bca.uk] INFO: Saving data for SM65%20OKW: {'auction_closing_time': 1774864800.0, 'created_time': 1774564636.706087, 'last_price_update_time': 1774852498.840224}
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM65%2520OKW') HTTP/1.1" 204 0
2026-03-30 06:34:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7236a268-0d38-53b9-8e16-9488e3194a35 with identifier: NJ23%20GWP
2026-03-30 06:34:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7236a268-0d38-53b9-8e16-9488e3194a35 with identifier: NJ23%20GWP
2026-03-30 06:34:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7236a268-0d38-53b9-8e16-9488e3194a35 with identifier: NJ23%20GWP to the API
2026-03-30 06:34:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 26,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ23%20GWP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7236a268-0d38-53b9-8e16-9488e3194a35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ23 GWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ23%20GWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 28046,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E SPORT S-T',
 'vin': 'WAUZZZGYXPA078378',
 'year': 2023}
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520GWP%27 HTTP/1.1" 200 None
2026-03-30 06:34:59 [bca.uk] INFO: Saving data for NJ23%20GWP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563736.388018, 'last_price_update_time': 1774852499.131514}
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ23%2520GWP') HTTP/1.1" 204 0
2026-03-30 06:34:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with identifier: VO66%20UXX
2026-03-30 06:34:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with identifier: VO66%20UXX
2026-03-30 06:34:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 602b4cd6-1fa2-5f9f-8cca-86a48ff5958c with identifier: VO66%20UXX to the API
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO66%20UXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '602b4cd6-1fa2-5f9f-8cca-86a48ff5958c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO66 UXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO66%20UXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 100242,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF12RAJ1A56092770',
 'year': 2016}
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520UXX%27 HTTP/1.1" 200 None
2026-03-30 06:34:59 [bca.uk] INFO: Saving data for VO66%20UXX: {'auction_closing_time': 1774864800.0, 'created_time': 1774563920.301784, 'last_price_update_time': 1774852499.481704}
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO66%2520UXX') HTTP/1.1" 204 0
2026-03-30 06:34:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6538583e-08b2-556e-b5e9-05458bff80cd with identifier: YK70%20HYU
2026-03-30 06:34:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6538583e-08b2-556e-b5e9-05458bff80cd with identifier: YK70%20HYU
2026-03-30 06:34:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6538583e-08b2-556e-b5e9-05458bff80cd with identifier: YK70%20HYU to the API
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:34:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK70%20HYU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6538583e-08b2-556e-b5e9-05458bff80cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK70 HYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK70%20HYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 47322,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E R-DYNAMIC S (5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E R-DYNAMIC S (5ST)',
 'vin': 'SALCA2AT7LH875251',
 'year': 2020}
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520HYU%27 HTTP/1.1" 200 None
2026-03-30 06:34:59 [bca.uk] INFO: Saving data for YK70%20HYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774564365.541049, 'last_price_update_time': 1774852499.786012}
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK70%2520HYU') HTTP/1.1" 204 0
2026-03-30 06:34:59 [bca.uk] INFO: Found listing with ID: WG12%20YKS
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG12%2520YKS%27 HTTP/1.1" 200 None
2026-03-30 06:34:59 [bca.uk] INFO: Scrape type for WG12%20YKS: 2
2026-03-30 06:34:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc438b14-1488-588e-84c9-f593362a1e79 with identifier: WG12%20YKS
2026-03-30 06:34:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc438b14-1488-588e-84c9-f593362a1e79 with scrape type 2
2026-03-30 06:34:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc438b14-1488-588e-84c9-f593362a1e79 with scrape type 2
2026-03-30 06:34:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc438b14-1488-588e-84c9-f593362a1e79, identifier: WG12%20YKS
2026-03-30 06:34:59 [bca.uk] INFO: Found listing with ID: RY73%20CWC
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520CWC%27 HTTP/1.1" 200 None
2026-03-30 06:34:59 [bca.uk] INFO: Scrape type for RY73%20CWC: 2
2026-03-30 06:34:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c31912a6-f408-5e4e-b745-31a6cc52736a with identifier: RY73%20CWC
2026-03-30 06:34:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c31912a6-f408-5e4e-b745-31a6cc52736a with scrape type 2
2026-03-30 06:34:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c31912a6-f408-5e4e-b745-31a6cc52736a with scrape type 2
2026-03-30 06:35:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c31912a6-f408-5e4e-b745-31a6cc52736a, identifier: RY73%20CWC
2026-03-30 06:35:00 [bca.uk] INFO: Found listing with ID: YC15%20RDV
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520RDV%27 HTTP/1.1" 200 None
2026-03-30 06:35:00 [bca.uk] INFO: Scrape type for YC15%20RDV: 2
2026-03-30 06:35:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with identifier: YC15%20RDV
2026-03-30 06:35:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with scrape type 2
2026-03-30 06:35:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with scrape type 2
2026-03-30 06:35:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe44f30e-6df6-5182-8d6a-11aab3e11fe2, identifier: YC15%20RDV
2026-03-30 06:35:00 [bca.uk] INFO: Found listing with ID: LG22%20ORN
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520ORN%27 HTTP/1.1" 200 None
2026-03-30 06:35:00 [bca.uk] INFO: Scrape type for LG22%20ORN: 2
2026-03-30 06:35:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cdf231d-288c-5867-bbd6-b92a29922abe with identifier: LG22%20ORN
2026-03-30 06:35:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cdf231d-288c-5867-bbd6-b92a29922abe with scrape type 2
2026-03-30 06:35:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cdf231d-288c-5867-bbd6-b92a29922abe with scrape type 2
2026-03-30 06:35:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cdf231d-288c-5867-bbd6-b92a29922abe, identifier: LG22%20ORN
2026-03-30 06:35:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc438b14-1488-588e-84c9-f593362a1e79 with identifier: WG12%20YKS
2026-03-30 06:35:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc438b14-1488-588e-84c9-f593362a1e79 with identifier: WG12%20YKS
2026-03-30 06:35:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc438b14-1488-588e-84c9-f593362a1e79 with identifier: WG12%20YKS to the API
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG12%20YKS-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc438b14-1488-588e-84c9-f593362a1e79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG12 YKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG12%20YKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 40284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.6 N-TEC+ Hatchback',
 'transmission': 'automatic',
 'trim': 'N-TEC+',
 'vin': 'SJNFCAE11U2178667',
 'year': 2012}
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG12%2520YKS%27 HTTP/1.1" 200 None
2026-03-30 06:35:00 [bca.uk] INFO: Saving data for WG12%20YKS: {'auction_closing_time': 1774864800.0, 'created_time': 1773842932.114154, 'last_price_update_time': 1774852500.538854}
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG12%2520YKS') HTTP/1.1" 204 0
2026-03-30 06:35:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c31912a6-f408-5e4e-b745-31a6cc52736a with identifier: RY73%20CWC
2026-03-30 06:35:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c31912a6-f408-5e4e-b745-31a6cc52736a with identifier: RY73%20CWC
2026-03-30 06:35:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c31912a6-f408-5e4e-b745-31a6cc52736a with identifier: RY73%20CWC to the API
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY73%20CWC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c31912a6-f408-5e4e-b745-31a6cc52736a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RY73 CWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY73%20CWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 12361,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 AIRCROSS 1.2 P/T 130 MAX Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 MAX',
 'vin': 'VR7ARHNSKPL071738',
 'year': 2024}
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520CWC%27 HTTP/1.1" 200 None
2026-03-30 06:35:00 [bca.uk] INFO: Saving data for RY73%20CWC: {'auction_closing_time': 1774864800.0, 'created_time': 1774563722.453951, 'last_price_update_time': 1774852500.93659}
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY73%2520CWC') HTTP/1.1" 204 0
2026-03-30 06:35:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with identifier: YC15%20RDV
2026-03-30 06:35:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with identifier: YC15%20RDV
2026-03-30 06:35:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe44f30e-6df6-5182-8d6a-11aab3e11fe2 with identifier: YC15%20RDV to the API
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC15%20RDV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fe44f30e-6df6-5182-8d6a-11aab3e11fe2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC15 RDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC15%20RDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 69276,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO GIULIETTA 1.4 TB M/AIR 150 SPRINT Hatchback',
 'transmission': 'manual',
 'trim': 'TB M/AIR 150 SPRINT',
 'vin': 'ZAR94000007369191',
 'year': 2015}
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520RDV%27 HTTP/1.1" 200 None
2026-03-30 06:35:01 [bca.uk] INFO: Saving data for YC15%20RDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774563906.354025, 'last_price_update_time': 1774852501.276943}
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC15%2520RDV') HTTP/1.1" 204 0
2026-03-30 06:35:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cdf231d-288c-5867-bbd6-b92a29922abe with identifier: LG22%20ORN
2026-03-30 06:35:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cdf231d-288c-5867-bbd6-b92a29922abe with identifier: LG22%20ORN
2026-03-30 06:35:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cdf231d-288c-5867-bbd6-b92a29922abe with identifier: LG22%20ORN to the API
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG22%20ORN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4cdf231d-288c-5867-bbd6-b92a29922abe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LG22 ORN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG22%20ORN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 40736,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D165 2WD S Hatchback',
 'transmission': 'manual',
 'trim': 'D165 2WD S',
 'vin': 'SALZB2CN2NH175078',
 'year': 2022}
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520ORN%27 HTTP/1.1" 200 None
2026-03-30 06:35:01 [bca.uk] INFO: Saving data for LG22%20ORN: {'auction_closing_time': 1774864800.0, 'created_time': 1774564351.841115, 'last_price_update_time': 1774852501.852389}
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG22%2520ORN') HTTP/1.1" 204 0
2026-03-30 06:35:01 [bca.uk] INFO: Found listing with ID: YJ66%20XME
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520XME%27 HTTP/1.1" 200 None
2026-03-30 06:35:01 [bca.uk] INFO: Scrape type for YJ66%20XME: 2
2026-03-30 06:35:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac64164a-d8db-5048-8204-82ea347b761a with identifier: YJ66%20XME
2026-03-30 06:35:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac64164a-d8db-5048-8204-82ea347b761a with scrape type 2
2026-03-30 06:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac64164a-d8db-5048-8204-82ea347b761a with scrape type 2
2026-03-30 06:35:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac64164a-d8db-5048-8204-82ea347b761a, identifier: YJ66%20XME
2026-03-30 06:35:02 [bca.uk] INFO: Found listing with ID: FY23%20WPF
2026-03-30 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY23%2520WPF%27 HTTP/1.1" 200 None
2026-03-30 06:35:02 [bca.uk] INFO: Scrape type for FY23%20WPF: 2
2026-03-30 06:35:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6477c43-6c0b-558c-9439-7e9350c6de79 with identifier: FY23%20WPF
2026-03-30 06:35:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6477c43-6c0b-558c-9439-7e9350c6de79 with scrape type 2
2026-03-30 06:35:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6477c43-6c0b-558c-9439-7e9350c6de79 with scrape type 2
2026-03-30 06:35:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6477c43-6c0b-558c-9439-7e9350c6de79, identifier: FY23%20WPF
2026-03-30 06:35:02 [bca.uk] INFO: Found listing with ID: DE22%20CZO
2026-03-30 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520CZO%27 HTTP/1.1" 200 None
2026-03-30 06:35:02 [bca.uk] INFO: Scrape type for DE22%20CZO: 2
2026-03-30 06:35:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3aca599b-1f5e-540e-b51f-17fbc898cebf with identifier: DE22%20CZO
2026-03-30 06:35:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3aca599b-1f5e-540e-b51f-17fbc898cebf with scrape type 2
2026-03-30 06:35:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3aca599b-1f5e-540e-b51f-17fbc898cebf with scrape type 2
2026-03-30 06:35:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3aca599b-1f5e-540e-b51f-17fbc898cebf, identifier: DE22%20CZO
2026-03-30 06:35:02 [bca.uk] INFO: Found listing with ID: DU24%20FSC
2026-03-30 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU24%2520FSC%27 HTTP/1.1" 200 None
2026-03-30 06:35:02 [bca.uk] INFO: Scrape type for DU24%20FSC: 2
2026-03-30 06:35:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36d37a96-a51b-56b4-950f-983bf2b0945d with identifier: DU24%20FSC
2026-03-30 06:35:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36d37a96-a51b-56b4-950f-983bf2b0945d with scrape type 2
2026-03-30 06:35:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36d37a96-a51b-56b4-950f-983bf2b0945d with scrape type 2
2026-03-30 06:35:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36d37a96-a51b-56b4-950f-983bf2b0945d, identifier: DU24%20FSC
2026-03-30 06:35:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac64164a-d8db-5048-8204-82ea347b761a with identifier: YJ66%20XME
2026-03-30 06:35:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac64164a-d8db-5048-8204-82ea347b761a with identifier: YJ66%20XME
2026-03-30 06:35:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac64164a-d8db-5048-8204-82ea347b761a with identifier: YJ66%20XME to the API
2026-03-30 06:35:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ66%20XME-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac64164a-d8db-5048-8204-82ea347b761a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ66 XME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ66%20XME&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '125D',
 'odometer': 85357,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 125D 2.0 M SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBA1T32040V684366',
 'year': 2016}
2026-03-30 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520XME%27 HTTP/1.1" 200 None
2026-03-30 06:35:02 [bca.uk] INFO: Saving data for YJ66%20XME: {'auction_closing_time': 1774864800.0, 'created_time': 1774564634.832873, 'last_price_update_time': 1774852502.995343}
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ66%2520XME') HTTP/1.1" 204 0
2026-03-30 06:35:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6477c43-6c0b-558c-9439-7e9350c6de79 with identifier: FY23%20WPF
2026-03-30 06:35:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6477c43-6c0b-558c-9439-7e9350c6de79 with identifier: FY23%20WPF
2026-03-30 06:35:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6477c43-6c0b-558c-9439-7e9350c6de79 with identifier: FY23%20WPF to the API
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY23%20WPF-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e6477c43-6c0b-558c-9439-7e9350c6de79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FY23 WPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY23%20WPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 20817,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-2008 100KW 50KWH GT Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GT',
 'vin': 'VR3UKZKXZNJ868910',
 'year': 2023}
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY23%2520WPF%27 HTTP/1.1" 200 None
2026-03-30 06:35:03 [bca.uk] INFO: Saving data for FY23%20WPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774563697.905591, 'last_price_update_time': 1774852503.319918}
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY23%2520WPF') HTTP/1.1" 204 0
2026-03-30 06:35:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3aca599b-1f5e-540e-b51f-17fbc898cebf with identifier: DE22%20CZO
2026-03-30 06:35:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3aca599b-1f5e-540e-b51f-17fbc898cebf with identifier: DE22%20CZO
2026-03-30 06:35:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3aca599b-1f5e-540e-b51f-17fbc898cebf with identifier: DE22%20CZO to the API
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE22%20CZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3aca599b-1f5e-540e-b51f-17fbc898cebf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE22 CZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE22%20CZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 23046,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.5 35 TFSI TECHNIK StationWagon',
 'transmission': 'manual',
 'trim': '35 TFSI TECHNIK',
 'vin': 'WAUZZZF39N1078357',
 'year': 2022}
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520CZO%27 HTTP/1.1" 200 None
2026-03-30 06:35:03 [bca.uk] INFO: Saving data for DE22%20CZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774563908.778294, 'last_price_update_time': 1774852503.619871}
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE22%2520CZO') HTTP/1.1" 204 0
2026-03-30 06:35:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36d37a96-a51b-56b4-950f-983bf2b0945d with identifier: DU24%20FSC
2026-03-30 06:35:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36d37a96-a51b-56b4-950f-983bf2b0945d with identifier: DU24%20FSC
2026-03-30 06:35:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36d37a96-a51b-56b4-950f-983bf2b0945d with identifier: DU24%20FSC to the API
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU24%20FSC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '36d37a96-a51b-56b4-950f-983bf2b0945d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU24 FSC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU24%20FSC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 12172,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 110 SWB H/L KOMBI CrewCab Van',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB H/L KOMBI',
 'vin': 'WV1ZZZ7HZRH054158',
 'year': 2024}
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU24%2520FSC%27 HTTP/1.1" 200 None
2026-03-30 06:35:03 [bca.uk] INFO: Saving data for DU24%20FSC: {'auction_closing_time': 1774951200.0, 'created_time': 1773825738.141276, 'last_price_update_time': 1774852503.912324}
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU24%2520FSC') HTTP/1.1" 204 0
2026-03-30 06:35:03 [bca.uk] INFO: Found listing with ID: FJ72%20UAC
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ72%2520UAC%27 HTTP/1.1" 200 None
2026-03-30 06:35:03 [bca.uk] INFO: Scrape type for FJ72%20UAC: 2
2026-03-30 06:35:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a43da52-9c74-5810-8539-79397317f475 with identifier: FJ72%20UAC
2026-03-30 06:35:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a43da52-9c74-5810-8539-79397317f475 with scrape type 2
2026-03-30 06:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a43da52-9c74-5810-8539-79397317f475 with scrape type 2
2026-03-30 06:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a43da52-9c74-5810-8539-79397317f475, identifier: FJ72%20UAC
2026-03-30 06:35:04 [bca.uk] INFO: Found listing with ID: KN75%20BJE
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BJE%27 HTTP/1.1" 200 None
2026-03-30 06:35:04 [bca.uk] INFO: Scrape type for KN75%20BJE: 2
2026-03-30 06:35:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fc38098-1d11-55d8-a227-ae95f9581fad with identifier: KN75%20BJE
2026-03-30 06:35:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fc38098-1d11-55d8-a227-ae95f9581fad with scrape type 2
2026-03-30 06:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fc38098-1d11-55d8-a227-ae95f9581fad with scrape type 2
2026-03-30 06:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fc38098-1d11-55d8-a227-ae95f9581fad, identifier: KN75%20BJE
2026-03-30 06:35:04 [bca.uk] INFO: Found listing with ID: BV72%20YVK
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520YVK%27 HTTP/1.1" 200 None
2026-03-30 06:35:04 [bca.uk] INFO: Scrape type for BV72%20YVK: 2
2026-03-30 06:35:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with identifier: BV72%20YVK
2026-03-30 06:35:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with scrape type 2
2026-03-30 06:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with scrape type 2
2026-03-30 06:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e14c58e-aaaa-5573-ab39-64c8ee9f8684, identifier: BV72%20YVK
2026-03-30 06:35:04 [bca.uk] INFO: Found listing with ID: YE73%20UBO
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520UBO%27 HTTP/1.1" 200 None
2026-03-30 06:35:04 [bca.uk] INFO: Scrape type for YE73%20UBO: 2
2026-03-30 06:35:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53e26b2b-e079-5004-96f1-499d7919b2ab with identifier: YE73%20UBO
2026-03-30 06:35:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53e26b2b-e079-5004-96f1-499d7919b2ab with scrape type 2
2026-03-30 06:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53e26b2b-e079-5004-96f1-499d7919b2ab with scrape type 2
2026-03-30 06:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53e26b2b-e079-5004-96f1-499d7919b2ab, identifier: YE73%20UBO
2026-03-30 06:35:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a43da52-9c74-5810-8539-79397317f475 with identifier: FJ72%20UAC
2026-03-30 06:35:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a43da52-9c74-5810-8539-79397317f475 with identifier: FJ72%20UAC
2026-03-30 06:35:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a43da52-9c74-5810-8539-79397317f475 with identifier: FJ72%20UAC to the API
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ72%20UAC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4a43da52-9c74-5810-8539-79397317f475',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FJ72 UAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ72%20UAC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 50142,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD AUTOBIOGRAPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD AUTOBIOGRAPHY',
 'vin': 'SALZA2AT4PH211330',
 'year': 2022}
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ72%2520UAC%27 HTTP/1.1" 200 None
2026-03-30 06:35:04 [bca.uk] INFO: Saving data for FJ72%20UAC: {'auction_closing_time': 1774864800.0, 'created_time': 1773830947.446214, 'last_price_update_time': 1774852504.66267}
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ72%2520UAC') HTTP/1.1" 204 0
2026-03-30 06:35:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fc38098-1d11-55d8-a227-ae95f9581fad with identifier: KN75%20BJE
2026-03-30 06:35:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fc38098-1d11-55d8-a227-ae95f9581fad with identifier: KN75%20BJE
2026-03-30 06:35:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fc38098-1d11-55d8-a227-ae95f9581fad with identifier: KN75%20BJE to the API
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20BJE-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3fc38098-1d11-55d8-a227-ae95f9581fad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 BJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20BJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 4852,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ3T4566321',
 'year': 2025}
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BJE%27 HTTP/1.1" 200 None
2026-03-30 06:35:04 [bca.uk] INFO: Saving data for KN75%20BJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774563706.756284, 'last_price_update_time': 1774852504.967213}
2026-03-30 06:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520BJE') HTTP/1.1" 204 0
2026-03-30 06:35:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with identifier: BV72%20YVK
2026-03-30 06:35:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with identifier: BV72%20YVK
2026-03-30 06:35:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e14c58e-aaaa-5573-ab39-64c8ee9f8684 with identifier: BV72%20YVK to the API
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV72%20YVK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8e14c58e-aaaa-5573-ab39-64c8ee9f8684',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV72 YVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV72%20YVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 22852,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACP81EVP5024743',
 'year': 2022}
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520YVK%27 HTTP/1.1" 200 None
2026-03-30 06:35:05 [bca.uk] INFO: Saving data for BV72%20YVK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563869.424617, 'last_price_update_time': 1774852505.306475}
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV72%2520YVK') HTTP/1.1" 204 0
2026-03-30 06:35:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53e26b2b-e079-5004-96f1-499d7919b2ab with identifier: YE73%20UBO
2026-03-30 06:35:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53e26b2b-e079-5004-96f1-499d7919b2ab with identifier: YE73%20UBO
2026-03-30 06:35:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53e26b2b-e079-5004-96f1-499d7919b2ab with identifier: YE73%20UBO to the API
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE73%20UBO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '53e26b2b-e079-5004-96f1-499d7919b2ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE73 UBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE73%20UBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'TOWNSTAR',
 'odometer': 11317,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN TOWNSTAR 90KW 45KWH L1 TEKNA Van',
 'transmission': 'automatic',
 'trim': '90KW 45KWH L1 TEKNA',
 'vin': 'VNVNFK00270883197',
 'year': 2023}
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520UBO%27 HTTP/1.1" 200 None
2026-03-30 06:35:05 [bca.uk] INFO: Saving data for YE73%20UBO: {'auction_closing_time': 1774951200.0, 'created_time': 1773839510.9807, 'last_price_update_time': 1774852505.584432}
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE73%2520UBO') HTTP/1.1" 204 0
2026-03-30 06:35:05 [bca.uk] INFO: Found listing with ID: WJ18%20HMA
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520HMA%27 HTTP/1.1" 200 None
2026-03-30 06:35:05 [bca.uk] INFO: Scrape type for WJ18%20HMA: 2
2026-03-30 06:35:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04c06c18-539e-5429-94eb-75c5a23a0a26 with identifier: WJ18%20HMA
2026-03-30 06:35:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04c06c18-539e-5429-94eb-75c5a23a0a26 with scrape type 2
2026-03-30 06:35:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04c06c18-539e-5429-94eb-75c5a23a0a26 with scrape type 2
2026-03-30 06:35:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04c06c18-539e-5429-94eb-75c5a23a0a26, identifier: WJ18%20HMA
2026-03-30 06:35:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:35:05 [bca.uk] INFO: Found listing with ID: KN75%20BHP
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BHP%27 HTTP/1.1" 200 None
2026-03-30 06:35:05 [bca.uk] INFO: Scrape type for KN75%20BHP: 2
2026-03-30 06:35:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with identifier: KN75%20BHP
2026-03-30 06:35:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with scrape type 2
2026-03-30 06:35:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with scrape type 2
2026-03-30 06:35:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3, identifier: KN75%20BHP
2026-03-30 06:35:05 [bca.uk] INFO: Found listing with ID: WP72%20ZZY
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520ZZY%27 HTTP/1.1" 200 None
2026-03-30 06:35:05 [bca.uk] INFO: Scrape type for WP72%20ZZY: 2
2026-03-30 06:35:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a8983a2-f7f3-5521-9fda-a1e727288f83 with identifier: WP72%20ZZY
2026-03-30 06:35:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a8983a2-f7f3-5521-9fda-a1e727288f83 with scrape type 2
2026-03-30 06:35:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a8983a2-f7f3-5521-9fda-a1e727288f83 with scrape type 2
2026-03-30 06:35:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a8983a2-f7f3-5521-9fda-a1e727288f83, identifier: WP72%20ZZY
2026-03-30 06:35:05 [bca.uk] INFO: Found listing with ID: BN52%20YJM
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN52%2520YJM%27 HTTP/1.1" 200 None
2026-03-30 06:35:05 [bca.uk] INFO: Scrape type for BN52%20YJM: 2
2026-03-30 06:35:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7da9963a-a831-5a7e-9943-4b228218f908 with identifier: BN52%20YJM
2026-03-30 06:35:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7da9963a-a831-5a7e-9943-4b228218f908 with scrape type 2
2026-03-30 06:35:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7da9963a-a831-5a7e-9943-4b228218f908 with scrape type 2
2026-03-30 06:35:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7da9963a-a831-5a7e-9943-4b228218f908, identifier: BN52%20YJM
2026-03-30 06:35:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04c06c18-539e-5429-94eb-75c5a23a0a26 with identifier: WJ18%20HMA
2026-03-30 06:35:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04c06c18-539e-5429-94eb-75c5a23a0a26 with identifier: WJ18%20HMA
2026-03-30 06:35:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04c06c18-539e-5429-94eb-75c5a23a0a26 with identifier: WJ18%20HMA to the API
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ18%20HMA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04c06c18-539e-5429-94eb-75c5a23a0a26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ18 HMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ18%20HMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 107018,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 SE TECH StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 SE TECH',
 'vin': 'SALCA2AN2JH733887',
 'year': 2018}
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520HMA%27 HTTP/1.1" 200 None
2026-03-30 06:35:06 [bca.uk] INFO: Saving data for WJ18%20HMA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564635.223142, 'last_price_update_time': 1774852506.324956}
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ18%2520HMA') HTTP/1.1" 204 0
2026-03-30 06:35:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with identifier: KN75%20BHP
2026-03-30 06:35:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with identifier: KN75%20BHP
2026-03-30 06:35:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7aa1d3c0-92e1-599a-911b-e578f6c9d6d3 with identifier: KN75%20BHP to the API
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20BHP-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7aa1d3c0-92e1-599a-911b-e578f6c9d6d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 BHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20BHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 3904,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ7T4563079',
 'year': 2025}
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520BHP%27 HTTP/1.1" 200 None
2026-03-30 06:35:06 [bca.uk] INFO: Saving data for KN75%20BHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774563701.059579, 'last_price_update_time': 1774852506.705765}
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520BHP') HTTP/1.1" 204 0
2026-03-30 06:35:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a8983a2-f7f3-5521-9fda-a1e727288f83 with identifier: WP72%20ZZY
2026-03-30 06:35:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a8983a2-f7f3-5521-9fda-a1e727288f83 with identifier: WP72%20ZZY
2026-03-30 06:35:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a8983a2-f7f3-5521-9fda-a1e727288f83 with identifier: WP72%20ZZY to the API
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20ZZY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a8983a2-f7f3-5521-9fda-a1e727288f83',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP72 ZZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20ZZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 38193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 135 MM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 MM BUSINESS+',
 'vin': 'VF1MA000070046628',
 'year': 2022}
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520ZZY%27 HTTP/1.1" 200 None
2026-03-30 06:35:07 [bca.uk] INFO: Saving data for WP72%20ZZY: {'auction_closing_time': 1774864800.0, 'created_time': 1774015417.262116, 'last_price_update_time': 1774852506.999903}
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520ZZY') HTTP/1.1" 204 0
2026-03-30 06:35:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7da9963a-a831-5a7e-9943-4b228218f908 with identifier: BN52%20YJM
2026-03-30 06:35:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7da9963a-a831-5a7e-9943-4b228218f908 with identifier: BN52%20YJM
2026-03-30 06:35:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7da9963a-a831-5a7e-9943-4b228218f908 with identifier: BN52%20YJM to the API
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7da9963a-a831-5a7e-9943-4b228218f908',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN52 YJM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN52%20YJM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '320D',
 'odometer': 105500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 SE TOURING Estate',
 'transmission': 'manual',
 'trim': 'SE TOURING',
 'vin': 'WBAAP72010EC63588',
 'year': 2002}
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN52%2520YJM%27 HTTP/1.1" 200 None
2026-03-30 06:35:07 [bca.uk] INFO: Saving data for BN52%20YJM: {'auction_closing_time': 1774951200.0, 'created_time': 1774564334.715549, 'last_price_update_time': 1774852507.29211}
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN52%2520YJM') HTTP/1.1" 204 0
2026-03-30 06:35:07 [bca.uk] INFO: Found listing with ID: YC68%20GDH
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520GDH%27 HTTP/1.1" 200 None
2026-03-30 06:35:07 [bca.uk] INFO: Scrape type for YC68%20GDH: 0
2026-03-30 06:35:07 [bca.uk] INFO: Found listing with ID: EX69%20WHJ
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX69%2520WHJ%27 HTTP/1.1" 200 None
2026-03-30 06:35:07 [bca.uk] INFO: Scrape type for EX69%20WHJ: 0
2026-03-30 06:35:07 [bca.uk] INFO: Found listing with ID: NG17%20OOD
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG17%2520OOD%27 HTTP/1.1" 200 None
2026-03-30 06:35:07 [bca.uk] INFO: Scrape type for NG17%20OOD: 0
2026-03-30 06:35:07 [bca.uk] INFO: Found listing with ID: SL20%20HZS
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL20%2520HZS%27 HTTP/1.1" 200 None
2026-03-30 06:35:07 [bca.uk] INFO: Scrape type for SL20%20HZS: 0
2026-03-30 06:35:07 [bca.uk] INFO: Found listing with ID: VE23%20ZSG
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE23%2520ZSG%27 HTTP/1.1" 200 None
2026-03-30 06:35:07 [bca.uk] INFO: Scrape type for VE23%20ZSG: 2
2026-03-30 06:35:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with identifier: VE23%20ZSG
2026-03-30 06:35:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with scrape type 2
2026-03-30 06:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with scrape type 2
2026-03-30 06:35:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e34b5b04-71eb-5ab3-91ce-c4805fcc7170, identifier: VE23%20ZSG
2026-03-30 06:35:07 [bca.uk] INFO: Found listing with ID: EX21%20KPK
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520KPK%27 HTTP/1.1" 200 None
2026-03-30 06:35:07 [bca.uk] INFO: Scrape type for EX21%20KPK: 2
2026-03-30 06:35:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with identifier: EX21%20KPK
2026-03-30 06:35:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with scrape type 2
2026-03-30 06:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with scrape type 2
2026-03-30 06:35:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b, identifier: EX21%20KPK
2026-03-30 06:35:07 [bca.uk] INFO: Found listing with ID: EF19%20PZJ
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF19%2520PZJ%27 HTTP/1.1" 200 None
2026-03-30 06:35:07 [bca.uk] INFO: Scrape type for EF19%20PZJ: 2
2026-03-30 06:35:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a500c43b-b864-50ef-b4f6-190b9ffba392 with identifier: EF19%20PZJ
2026-03-30 06:35:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a500c43b-b864-50ef-b4f6-190b9ffba392 with scrape type 2
2026-03-30 06:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a500c43b-b864-50ef-b4f6-190b9ffba392 with scrape type 2
2026-03-30 06:35:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a500c43b-b864-50ef-b4f6-190b9ffba392, identifier: EF19%20PZJ
2026-03-30 06:35:07 [bca.uk] INFO: Found listing with ID: BG72%20DHY
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520DHY%27 HTTP/1.1" 200 None
2026-03-30 06:35:07 [bca.uk] INFO: Scrape type for BG72%20DHY: 0
2026-03-30 06:35:07 [bca.uk] INFO: Found listing with ID: HT67%20CZW
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT67%2520CZW%27 HTTP/1.1" 200 None
2026-03-30 06:35:07 [bca.uk] INFO: Scrape type for HT67%20CZW: 2
2026-03-30 06:35:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa382164-3cba-58d9-af37-0ca55428a018 with identifier: HT67%20CZW
2026-03-30 06:35:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa382164-3cba-58d9-af37-0ca55428a018 with scrape type 2
2026-03-30 06:35:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa382164-3cba-58d9-af37-0ca55428a018 with scrape type 2
2026-03-30 06:35:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa382164-3cba-58d9-af37-0ca55428a018, identifier: HT67%20CZW
2026-03-30 06:35:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with identifier: VE23%20ZSG
2026-03-30 06:35:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with identifier: VE23%20ZSG
2026-03-30 06:35:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e34b5b04-71eb-5ab3-91ce-c4805fcc7170 with identifier: VE23%20ZSG to the API
2026-03-30 06:35:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE23%20ZSG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e34b5b04-71eb-5ab3-91ce-c4805fcc7170',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE23 ZSG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE23%20ZSG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 22909,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 320 R 4MOTION DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 320 R 4MOTION DSG',
 'vin': 'WVWZZZCD0PW206409',
 'year': 2023}
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE23%2520ZSG%27 HTTP/1.1" 200 None
2026-03-30 06:35:08 [bca.uk] INFO: Saving data for VE23%20ZSG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477075.433421, 'last_price_update_time': 1774852508.188894}
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE23%2520ZSG') HTTP/1.1" 204 0
2026-03-30 06:35:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with identifier: EX21%20KPK
2026-03-30 06:35:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with identifier: EX21%20KPK
2026-03-30 06:35:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b with identifier: EX21%20KPK to the API
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX21%20KPK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3efd8dd8-2e51-5b56-9b1d-2ce9a6b3862b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EX21 KPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX21%20KPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 6134,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 EVO 80 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'EVO 80 MATCH',
 'vin': 'WVWZZZAWZMU018795',
 'year': 2021}
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520KPK%27 HTTP/1.1" 200 None
2026-03-30 06:35:08 [bca.uk] INFO: Saving data for EX21%20KPK: {'auction_closing_time': 1774864800.0, 'created_time': 1774563704.200151, 'last_price_update_time': 1774852508.500664}
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX21%2520KPK') HTTP/1.1" 204 0
2026-03-30 06:35:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a500c43b-b864-50ef-b4f6-190b9ffba392 with identifier: EF19%20PZJ
2026-03-30 06:35:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a500c43b-b864-50ef-b4f6-190b9ffba392 with identifier: EF19%20PZJ
2026-03-30 06:35:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a500c43b-b864-50ef-b4f6-190b9ffba392 with identifier: EF19%20PZJ to the API
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF19%20PZJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a500c43b-b864-50ef-b4f6-190b9ffba392',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF19 PZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF19%20PZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 36643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 GDI 2WD PREMIUM StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2WD PREMIUM',
 'vin': 'TMAJ3811LKJ852929',
 'year': 2019}
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF19%2520PZJ%27 HTTP/1.1" 200 None
2026-03-30 06:35:08 [bca.uk] INFO: Saving data for EF19%20PZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774391453.148456, 'last_price_update_time': 1774852508.823771}
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF19%2520PZJ') HTTP/1.1" 204 0
2026-03-30 06:35:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa382164-3cba-58d9-af37-0ca55428a018 with identifier: HT67%20CZW
2026-03-30 06:35:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa382164-3cba-58d9-af37-0ca55428a018 with identifier: HT67%20CZW
2026-03-30 06:35:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa382164-3cba-58d9-af37-0ca55428a018 with identifier: HT67%20CZW to the API
2026-03-30 06:35:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT67%20CZW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa382164-3cba-58d9-af37-0ca55428a018',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT67 CZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT67%20CZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 150909,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 130 270 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 130 270 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYHE54055',
 'year': 2018}
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT67%2520CZW%27 HTTP/1.1" 200 None
2026-03-30 06:35:09 [bca.uk] INFO: Saving data for HT67%20CZW: {'auction_closing_time': 1774951200.0, 'created_time': 1773935365.913449, 'last_price_update_time': 1774852509.110802}
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT67%2520CZW') HTTP/1.1" 204 0
2026-03-30 06:35:09 [bca.uk] INFO: Found listing with ID: BW72%20AUF
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520AUF%27 HTTP/1.1" 200 None
2026-03-30 06:35:09 [bca.uk] INFO: Scrape type for BW72%20AUF: 2
2026-03-30 06:35:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd597761-64a3-5196-b497-9fda9475b0c4 with identifier: BW72%20AUF
2026-03-30 06:35:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd597761-64a3-5196-b497-9fda9475b0c4 with scrape type 2
2026-03-30 06:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd597761-64a3-5196-b497-9fda9475b0c4 with scrape type 2
2026-03-30 06:35:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd597761-64a3-5196-b497-9fda9475b0c4, identifier: BW72%20AUF
2026-03-30 06:35:09 [bca.uk] INFO: Found listing with ID: KN75%20AWO
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AWO%27 HTTP/1.1" 200 None
2026-03-30 06:35:09 [bca.uk] INFO: Scrape type for KN75%20AWO: 2
2026-03-30 06:35:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 427dcda7-9307-5dcf-b982-954b64ec01cf with identifier: KN75%20AWO
2026-03-30 06:35:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 427dcda7-9307-5dcf-b982-954b64ec01cf with scrape type 2
2026-03-30 06:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 427dcda7-9307-5dcf-b982-954b64ec01cf with scrape type 2
2026-03-30 06:35:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 427dcda7-9307-5dcf-b982-954b64ec01cf, identifier: KN75%20AWO
2026-03-30 06:35:09 [bca.uk] INFO: Found listing with ID: YG10%20MYY
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG10%2520MYY%27 HTTP/1.1" 200 None
2026-03-30 06:35:09 [bca.uk] INFO: Scrape type for YG10%20MYY: 2
2026-03-30 06:35:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1645c65-d585-50bd-9c31-c2b5c1d10d1a with identifier: YG10%20MYY
2026-03-30 06:35:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1645c65-d585-50bd-9c31-c2b5c1d10d1a with scrape type 2
2026-03-30 06:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1645c65-d585-50bd-9c31-c2b5c1d10d1a with scrape type 2
2026-03-30 06:35:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1645c65-d585-50bd-9c31-c2b5c1d10d1a, identifier: YG10%20MYY
2026-03-30 06:35:09 [bca.uk] INFO: Found listing with ID: MJ75%20ZCT
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ75%2520ZCT%27 HTTP/1.1" 200 None
2026-03-30 06:35:09 [bca.uk] INFO: Scrape type for MJ75%20ZCT: 2
2026-03-30 06:35:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46ec529e-70cf-5d3e-a5f8-278367c02e80 with identifier: MJ75%20ZCT
2026-03-30 06:35:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46ec529e-70cf-5d3e-a5f8-278367c02e80 with scrape type 2
2026-03-30 06:35:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46ec529e-70cf-5d3e-a5f8-278367c02e80 with scrape type 2
2026-03-30 06:35:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46ec529e-70cf-5d3e-a5f8-278367c02e80, identifier: MJ75%20ZCT
2026-03-30 06:35:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd597761-64a3-5196-b497-9fda9475b0c4 with identifier: BW72%20AUF
2026-03-30 06:35:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd597761-64a3-5196-b497-9fda9475b0c4 with identifier: BW72%20AUF
2026-03-30 06:35:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd597761-64a3-5196-b497-9fda9475b0c4 with identifier: BW72%20AUF to the API
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW72%20AUF-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cd597761-64a3-5196-b497-9fda9475b0c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW72 AUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW72%20AUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 14978,
 'odometer_reading_unit': '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 PREMIUM+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE PREMIUM+ EAT8',
 'vin': 'VR3USHNSSNJ838456',
 'year': 2023}
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW72%2520AUF%27 HTTP/1.1" 200 None
2026-03-30 06:35:09 [bca.uk] INFO: Saving data for BW72%20AUF: {'auction_closing_time': 1774864800.0, 'created_time': 1774390106.344301, 'last_price_update_time': 1774852509.88969}
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW72%2520AUF') HTTP/1.1" 204 0
2026-03-30 06:35:10 [bca.uk] INFO: Total items found: 100
2026-03-30 06:35:10 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded
2026-03-30 06:35:10 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:35:10 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:35:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 427dcda7-9307-5dcf-b982-954b64ec01cf with identifier: KN75%20AWO
2026-03-30 06:35:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 427dcda7-9307-5dcf-b982-954b64ec01cf with identifier: KN75%20AWO
2026-03-30 06:35:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 427dcda7-9307-5dcf-b982-954b64ec01cf with identifier: KN75%20AWO to the API
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN75%20AWO-GB',
 'category': 'Car',
 'color': 'obsidian black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '427dcda7-9307-5dcf-b982-954b64ec01cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN75 AWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN75%20AWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 3881,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V300 D 2.0 PREMIUM XL 9G MPV',
 'transmission': 'automatic',
 'trim': 'PREMIUM XL 9G',
 'vin': 'W1VVNLFZ8T4565438',
 'year': 2025}
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN75%2520AWO%27 HTTP/1.1" 200 None
2026-03-30 06:35:10 [bca.uk] INFO: Saving data for KN75%20AWO: {'auction_closing_time': 1774864800.0, 'created_time': 1774563706.017215, 'last_price_update_time': 1774852510.295163}
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN75%2520AWO') HTTP/1.1" 204 0
2026-03-30 06:35:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1645c65-d585-50bd-9c31-c2b5c1d10d1a with identifier: YG10%20MYY
2026-03-30 06:35:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1645c65-d585-50bd-9c31-c2b5c1d10d1a with identifier: YG10%20MYY
2026-03-30 06:35:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1645c65-d585-50bd-9c31-c2b5c1d10d1a with identifier: YG10%20MYY to the API
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG10%20MYY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1645c65-d585-50bd-9c31-c2b5c1d10d1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG10 MYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG10%20MYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 75574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0UXXLTRUAS72472',
 'year': 2010}
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG10%2520MYY%27 HTTP/1.1" 200 None
2026-03-30 06:35:10 [bca.uk] INFO: Saving data for YG10%20MYY: {'auction_closing_time': 1774951200.0, 'created_time': 1774591755.22291, 'last_price_update_time': 1774852510.627142}
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG10%2520MYY') HTTP/1.1" 204 0
2026-03-30 06:35:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46ec529e-70cf-5d3e-a5f8-278367c02e80 with identifier: MJ75%20ZCT
2026-03-30 06:35:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46ec529e-70cf-5d3e-a5f8-278367c02e80 with identifier: MJ75%20ZCT
2026-03-30 06:35:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46ec529e-70cf-5d3e-a5f8-278367c02e80 with identifier: MJ75%20ZCT to the API
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ75%20ZCT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '46ec529e-70cf-5d3e-a5f8-278367c02e80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ75 ZCT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ75%20ZCT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 2746,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTAXRSA31015',
 'year': 2025}
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ75%2520ZCT%27 HTTP/1.1" 200 None
2026-03-30 06:35:10 [bca.uk] INFO: Saving data for MJ75%20ZCT: {'auction_closing_time': 1774951200.0, 'created_time': 1773824085.570531, 'last_price_update_time': 1774852510.937474}
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ75%2520ZCT') HTTP/1.1" 204 0
2026-03-30 06:35:10 [bca.uk] INFO: Found listing with ID: NL72%20XGO
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520XGO%27 HTTP/1.1" 200 None
2026-03-30 06:35:10 [bca.uk] INFO: Scrape type for NL72%20XGO: 2
2026-03-30 06:35:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c288560-2ab7-5abd-8f4e-15d15dc1481f with identifier: NL72%20XGO
2026-03-30 06:35:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c288560-2ab7-5abd-8f4e-15d15dc1481f with scrape type 2
2026-03-30 06:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c288560-2ab7-5abd-8f4e-15d15dc1481f with scrape type 2
2026-03-30 06:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c288560-2ab7-5abd-8f4e-15d15dc1481f, identifier: NL72%20XGO
2026-03-30 06:35:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:35:11 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:35:11 [bca.uk] INFO: Found listing with ID: RY21%20SXU
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY21%2520SXU%27 HTTP/1.1" 200 None
2026-03-30 06:35:11 [bca.uk] INFO: Scrape type for RY21%20SXU: 2
2026-03-30 06:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with identifier: RY21%20SXU
2026-03-30 06:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with scrape type 2
2026-03-30 06:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with scrape type 2
2026-03-30 06:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8323977c-1f82-5d6a-853b-0d6fb49f0a09, identifier: RY21%20SXU
2026-03-30 06:35:11 [bca.uk] INFO: Found listing with ID: VN63%20SGY
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520SGY%27 HTTP/1.1" 200 None
2026-03-30 06:35:11 [bca.uk] INFO: Scrape type for VN63%20SGY: 2
2026-03-30 06:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: beda6440-fd51-50d6-abec-22e5467d7352 with identifier: VN63%20SGY
2026-03-30 06:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item beda6440-fd51-50d6-abec-22e5467d7352 with scrape type 2
2026-03-30 06:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item beda6440-fd51-50d6-abec-22e5467d7352 with scrape type 2
2026-03-30 06:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: beda6440-fd51-50d6-abec-22e5467d7352, identifier: VN63%20SGY
2026-03-30 06:35:11 [bca.uk] INFO: Found listing with ID: BN24%20HLR
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN24%2520HLR%27 HTTP/1.1" 200 None
2026-03-30 06:35:11 [bca.uk] INFO: Scrape type for BN24%20HLR: 2
2026-03-30 06:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a167c790-8801-5f61-a524-c306f0435181 with identifier: BN24%20HLR
2026-03-30 06:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a167c790-8801-5f61-a524-c306f0435181 with scrape type 2
2026-03-30 06:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a167c790-8801-5f61-a524-c306f0435181 with scrape type 2
2026-03-30 06:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a167c790-8801-5f61-a524-c306f0435181, identifier: BN24%20HLR
2026-03-30 06:35:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c288560-2ab7-5abd-8f4e-15d15dc1481f with identifier: NL72%20XGO
2026-03-30 06:35:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c288560-2ab7-5abd-8f4e-15d15dc1481f with identifier: NL72%20XGO
2026-03-30 06:35:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c288560-2ab7-5abd-8f4e-15d15dc1481f with identifier: NL72%20XGO to the API
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL72%20XGO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5c288560-2ab7-5abd-8f4e-15d15dc1481f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL72 XGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL72%20XGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 33901,
 'odometer_reading_unit': '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 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 150 LIFE DSG',
 'vin': 'WVGZZZA1ZPV581240',
 'year': 2022}
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520XGO%27 HTTP/1.1" 200 None
2026-03-30 06:35:11 [bca.uk] INFO: Saving data for NL72%20XGO: {'auction_closing_time': 1774864800.0, 'created_time': 1774533783.863265, 'last_price_update_time': 1774852511.727653}
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520XGO') HTTP/1.1" 204 0
2026-03-30 06:35:11 [bca.uk] INFO: Found listing with ID: LJ25%20WGS
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ25%2520WGS%27 HTTP/1.1" 200 None
2026-03-30 06:35:11 [bca.uk] INFO: Scrape type for LJ25%20WGS: 2
2026-03-30 06:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08733c60-8f19-5c7d-b250-beb28249a404 with identifier: LJ25%20WGS
2026-03-30 06:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08733c60-8f19-5c7d-b250-beb28249a404 with scrape type 2
2026-03-30 06:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08733c60-8f19-5c7d-b250-beb28249a404 with scrape type 2
2026-03-30 06:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08733c60-8f19-5c7d-b250-beb28249a404, identifier: LJ25%20WGS
2026-03-30 06:35:11 [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:35:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with identifier: RY21%20SXU
2026-03-30 06:35:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with identifier: RY21%20SXU
2026-03-30 06:35:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8323977c-1f82-5d6a-853b-0d6fb49f0a09 with identifier: RY21%20SXU to the API
2026-03-30 06:35:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=84&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY21%20SXU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8323977c-1f82-5d6a-853b-0d6fb49f0a09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RY21 SXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY21%20SXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'T-CROSS',
 'odometer': 27484,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-CROSS 1.0 TSI 110 SEL Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SEL',
 'vin': 'WVGZZZC1ZMY126015',
 'year': 2021}
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY21%2520SXU%27 HTTP/1.1" 200 None
2026-03-30 06:35:12 [bca.uk] INFO: Saving data for RY21%20SXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774563707.583057, 'last_price_update_time': 1774852512.205404}
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY21%2520SXU') HTTP/1.1" 204 0
2026-03-30 06:35:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: beda6440-fd51-50d6-abec-22e5467d7352 with identifier: VN63%20SGY
2026-03-30 06:35:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: beda6440-fd51-50d6-abec-22e5467d7352 with identifier: VN63%20SGY
2026-03-30 06:35:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: beda6440-fd51-50d6-abec-22e5467d7352 with identifier: VN63%20SGY to the API
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN63%20SGY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'beda6440-fd51-50d6-abec-22e5467d7352',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN63 SGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN63%20SGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 99003,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 TDI 75 MATCH EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 75 MATCH EDITION',
 'vin': 'WVWZZZ6RZEU016322',
 'year': 2013}
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN63%2520SGY%27 HTTP/1.1" 200 None
2026-03-30 06:35:12 [bca.uk] INFO: Saving data for VN63%20SGY: {'auction_closing_time': 1774951200.0, 'created_time': 1774564718.644018, 'last_price_update_time': 1774852512.506939}
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN63%2520SGY') HTTP/1.1" 204 0
2026-03-30 06:35:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a167c790-8801-5f61-a524-c306f0435181 with identifier: BN24%20HLR
2026-03-30 06:35:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a167c790-8801-5f61-a524-c306f0435181 with identifier: BN24%20HLR
2026-03-30 06:35:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a167c790-8801-5f61-a524-c306f0435181 with identifier: BN24%20HLR to the API
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN24%20HLR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a167c790-8801-5f61-a524-c306f0435181',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN24 HLR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN24%20HLR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 50832,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 D300 DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 DYNAMIC HSE',
 'vin': 'SALRA2AW7R2499022',
 'year': 2024}
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN24%2520HLR%27 HTTP/1.1" 200 None
2026-03-30 06:35:12 [bca.uk] INFO: Saving data for BN24%20HLR: {'auction_closing_time': 1775124000.0, 'created_time': 1774564333.718171, 'last_price_update_time': 1774852512.778783}
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN24%2520HLR') HTTP/1.1" 204 0
2026-03-30 06:35:12 [bca.uk] INFO: Found listing with ID: RXZ%207784
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RXZ%25207784%27 HTTP/1.1" 200 None
2026-03-30 06:35:12 [bca.uk] INFO: Scrape type for RXZ%207784: 2
2026-03-30 06:35:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: beb3064e-539d-5750-a3d1-8ad4598e9239 with identifier: RXZ%207784
2026-03-30 06:35:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item beb3064e-539d-5750-a3d1-8ad4598e9239 with scrape type 2
2026-03-30 06:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item beb3064e-539d-5750-a3d1-8ad4598e9239 with scrape type 2
2026-03-30 06:35:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: beb3064e-539d-5750-a3d1-8ad4598e9239, identifier: RXZ%207784
2026-03-30 06:35:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08733c60-8f19-5c7d-b250-beb28249a404 with identifier: LJ25%20WGS
2026-03-30 06:35:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08733c60-8f19-5c7d-b250-beb28249a404 with identifier: LJ25%20WGS
2026-03-30 06:35:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08733c60-8f19-5c7d-b250-beb28249a404 with identifier: LJ25%20WGS to the API
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ25%20WGS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '08733c60-8f19-5c7d-b250-beb28249a404',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ25 WGS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ25%20WGS&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 5873,
 '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 A1 SPORTBACK 1.5 35 TFSI BLACK ED.S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI BLACK ED.S-T',
 'vin': 'WAUZZZGB1SR021346',
 'year': 2025}
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ25%2520WGS%27 HTTP/1.1" 200 None
2026-03-30 06:35:13 [bca.uk] INFO: Saving data for LJ25%20WGS: {'auction_closing_time': 1774951200.0, 'created_time': 1773959011.35702, 'last_price_update_time': 1774852513.185425}
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ25%2520WGS') HTTP/1.1" 204 0
2026-03-30 06:35:13 [bca.uk] INFO: Found listing with ID: LO75%20ZWZ
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO75%2520ZWZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:13 [bca.uk] INFO: Scrape type for LO75%20ZWZ: 2
2026-03-30 06:35:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17c7f433-f319-586e-84ea-45b4d375ef29 with identifier: LO75%20ZWZ
2026-03-30 06:35:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17c7f433-f319-586e-84ea-45b4d375ef29 with scrape type 2
2026-03-30 06:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17c7f433-f319-586e-84ea-45b4d375ef29 with scrape type 2
2026-03-30 06:35:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17c7f433-f319-586e-84ea-45b4d375ef29, identifier: LO75%20ZWZ
2026-03-30 06:35:13 [bca.uk] INFO: Found listing with ID: VO22%20HGD
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520HGD%27 HTTP/1.1" 200 None
2026-03-30 06:35:13 [bca.uk] INFO: Scrape type for VO22%20HGD: 2
2026-03-30 06:35:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 335fefb9-f638-5807-8c45-b20135455329 with identifier: VO22%20HGD
2026-03-30 06:35:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 335fefb9-f638-5807-8c45-b20135455329 with scrape type 2
2026-03-30 06:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 335fefb9-f638-5807-8c45-b20135455329 with scrape type 2
2026-03-30 06:35:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 335fefb9-f638-5807-8c45-b20135455329, identifier: VO22%20HGD
2026-03-30 06:35:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: beb3064e-539d-5750-a3d1-8ad4598e9239 with identifier: RXZ%207784
2026-03-30 06:35:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: beb3064e-539d-5750-a3d1-8ad4598e9239 with identifier: RXZ%207784
2026-03-30 06:35:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: beb3064e-539d-5750-a3d1-8ad4598e9239 with identifier: RXZ%207784 to the API
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RXZ%207784-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'beb3064e-539d-5750-a3d1-8ad4598e9239',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RXZ 7784',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RXZ%207784&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 36163,
 'odometer_reading_unit': '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 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO D 130 ULTIMATE',
 'vin': 'W0VZCYHZ1N6839424',
 'year': 2023}
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RXZ%25207784%27 HTTP/1.1" 200 None
2026-03-30 06:35:13 [bca.uk] INFO: Saving data for RXZ%207784: {'auction_closing_time': 1774864800.0, 'created_time': 1774533771.948898, 'last_price_update_time': 1774852513.69144}
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RXZ%25207784') HTTP/1.1" 204 0
2026-03-30 06:35:13 [bca.uk] INFO: Found listing with ID: WM63%20EMF
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520EMF%27 HTTP/1.1" 200 None
2026-03-30 06:35:13 [bca.uk] INFO: Scrape type for WM63%20EMF: 2
2026-03-30 06:35:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0aa5d74-573e-584f-b7ad-ccf34a23d279 with identifier: WM63%20EMF
2026-03-30 06:35:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0aa5d74-573e-584f-b7ad-ccf34a23d279 with scrape type 2
2026-03-30 06:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0aa5d74-573e-584f-b7ad-ccf34a23d279 with scrape type 2
2026-03-30 06:35:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0aa5d74-573e-584f-b7ad-ccf34a23d279, identifier: WM63%20EMF
2026-03-30 06:35:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17c7f433-f319-586e-84ea-45b4d375ef29 with identifier: LO75%20ZWZ
2026-03-30 06:35:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17c7f433-f319-586e-84ea-45b4d375ef29 with identifier: LO75%20ZWZ
2026-03-30 06:35:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17c7f433-f319-586e-84ea-45b4d375ef29 with identifier: LO75%20ZWZ to the API
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO75%20ZWZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '17c7f433-f319-586e-84ea-45b4d375ef29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO75 ZWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO75%20ZWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A5 SALOON',
 'odometer': 1351,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2026-01-01',
 'seller_name': None,
 'title': 'AUDI A5 SALOON 2.0 TFSI E 299 Q S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI E 299 Q S LINE S-T',
 'vin': 'WAUZZZFU6SN112770',
 'year': 2026}
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO75%2520ZWZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:14 [bca.uk] INFO: Saving data for LO75%20ZWZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564147.206578, 'last_price_update_time': 1774852514.115786}
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO75%2520ZWZ') HTTP/1.1" 204 0
2026-03-30 06:35:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 335fefb9-f638-5807-8c45-b20135455329 with identifier: VO22%20HGD
2026-03-30 06:35:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 335fefb9-f638-5807-8c45-b20135455329 with identifier: VO22%20HGD
2026-03-30 06:35:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 335fefb9-f638-5807-8c45-b20135455329 with identifier: VO22%20HGD to the API
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO22%20HGD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '335fefb9-f638-5807-8c45-b20135455329',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO22 HGD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO22%20HGD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2700',
 'odometer': 62406,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2700 1.5 D 120 DYNAMIC L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 DYNAMIC L1 H1',
 'vin': 'VXEVBYHVMM7866852',
 'year': 2022}
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520HGD%27 HTTP/1.1" 200 None
2026-03-30 06:35:14 [bca.uk] INFO: Saving data for VO22%20HGD: {'auction_closing_time': 1774951200.0, 'created_time': 1773839596.319803, 'last_price_update_time': 1774852514.40188}
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO22%2520HGD') HTTP/1.1" 204 0
2026-03-30 06:35:14 [bca.uk] INFO: Found listing with ID: ST68%20LBU
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST68%2520LBU%27 HTTP/1.1" 200 None
2026-03-30 06:35:14 [bca.uk] INFO: Scrape type for ST68%20LBU: 2
2026-03-30 06:35:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2ccb64d-f045-52b2-bee5-0f6bf38c7e85 with identifier: ST68%20LBU
2026-03-30 06:35:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2ccb64d-f045-52b2-bee5-0f6bf38c7e85 with scrape type 2
2026-03-30 06:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2ccb64d-f045-52b2-bee5-0f6bf38c7e85 with scrape type 2
2026-03-30 06:35:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2ccb64d-f045-52b2-bee5-0f6bf38c7e85, identifier: ST68%20LBU
2026-03-30 06:35:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0aa5d74-573e-584f-b7ad-ccf34a23d279 with identifier: WM63%20EMF
2026-03-30 06:35:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0aa5d74-573e-584f-b7ad-ccf34a23d279 with identifier: WM63%20EMF
2026-03-30 06:35:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0aa5d74-573e-584f-b7ad-ccf34a23d279 with identifier: WM63%20EMF to the API
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM63%20EMF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd0aa5d74-573e-584f-b7ad-ccf34a23d279',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM63 EMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM63%20EMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500',
 'odometer': 77796,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'ZFA3120000J112728',
 'year': 2014}
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM63%2520EMF%27 HTTP/1.1" 200 None
2026-03-30 06:35:14 [bca.uk] INFO: Saving data for WM63%20EMF: {'auction_closing_time': 1774951200.0, 'created_time': 1773959001.815687, 'last_price_update_time': 1774852514.810395}
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM63%2520EMF') HTTP/1.1" 204 0
2026-03-30 06:35:14 [bca.uk] INFO: Found listing with ID: WF14%20UAY
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF14%2520UAY%27 HTTP/1.1" 200 None
2026-03-30 06:35:14 [bca.uk] INFO: Scrape type for WF14%20UAY: 2
2026-03-30 06:35:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36b74d6-79c0-5e84-98fb-4acaa4572b78 with identifier: WF14%20UAY
2026-03-30 06:35:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36b74d6-79c0-5e84-98fb-4acaa4572b78 with scrape type 2
2026-03-30 06:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c36b74d6-79c0-5e84-98fb-4acaa4572b78 with scrape type 2
2026-03-30 06:35:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c36b74d6-79c0-5e84-98fb-4acaa4572b78, identifier: WF14%20UAY
2026-03-30 06:35:14 [bca.uk] INFO: Found listing with ID: WK68%20YKJ
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK68%2520YKJ%27 HTTP/1.1" 200 None
2026-03-30 06:35:14 [bca.uk] INFO: Scrape type for WK68%20YKJ: 2
2026-03-30 06:35:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 931dec4b-8454-5966-a37f-10ea6ada4e92 with identifier: WK68%20YKJ
2026-03-30 06:35:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 931dec4b-8454-5966-a37f-10ea6ada4e92 with scrape type 2
2026-03-30 06:35:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 931dec4b-8454-5966-a37f-10ea6ada4e92 with scrape type 2
2026-03-30 06:35:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 931dec4b-8454-5966-a37f-10ea6ada4e92, identifier: WK68%20YKJ
2026-03-30 06:35:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2ccb64d-f045-52b2-bee5-0f6bf38c7e85 with identifier: ST68%20LBU
2026-03-30 06:35:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2ccb64d-f045-52b2-bee5-0f6bf38c7e85 with identifier: ST68%20LBU
2026-03-30 06:35:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2ccb64d-f045-52b2-bee5-0f6bf38c7e85 with identifier: ST68%20LBU to the API
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST68%20LBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2ccb64d-f045-52b2-bee5-0f6bf38c7e85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST68 LBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST68%20LBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 62370,
 'odometer_reading_unit': '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 1.5 TSI EVO 130 FR EZ Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 130 FR EZ',
 'vin': 'VSSZZZ5FZKR021658',
 'year': 2018}
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST68%2520LBU%27 HTTP/1.1" 200 None
2026-03-30 06:35:15 [bca.uk] INFO: Saving data for ST68%20LBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774533770.953929, 'last_price_update_time': 1774852515.304737}
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST68%2520LBU') HTTP/1.1" 204 0
2026-03-30 06:35:15 [bca.uk] INFO: Found listing with ID: DU64%20GHV
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520GHV%27 HTTP/1.1" 200 None
2026-03-30 06:35:15 [bca.uk] INFO: Scrape type for DU64%20GHV: 2
2026-03-30 06:35:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eadc87b1-b564-5645-8ec6-8b980540d47e with identifier: DU64%20GHV
2026-03-30 06:35:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eadc87b1-b564-5645-8ec6-8b980540d47e with scrape type 2
2026-03-30 06:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eadc87b1-b564-5645-8ec6-8b980540d47e with scrape type 2
2026-03-30 06:35:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eadc87b1-b564-5645-8ec6-8b980540d47e, identifier: DU64%20GHV
2026-03-30 06:35:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c36b74d6-79c0-5e84-98fb-4acaa4572b78 with identifier: WF14%20UAY
2026-03-30 06:35:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c36b74d6-79c0-5e84-98fb-4acaa4572b78 with identifier: WF14%20UAY
2026-03-30 06:35:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c36b74d6-79c0-5e84-98fb-4acaa4572b78 with identifier: WF14%20UAY to the API
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF14%20UAY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c36b74d6-79c0-5e84-98fb-4acaa4572b78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF14 UAY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF14%20UAY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 123050,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 ELITE Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 ELITE',
 'vin': 'W0LPE6EDXEG069998',
 'year': 2014}
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF14%2520UAY%27 HTTP/1.1" 200 None
2026-03-30 06:35:15 [bca.uk] INFO: Saving data for WF14%20UAY: {'auction_closing_time': 1774951200.0, 'created_time': 1774564103.736708, 'last_price_update_time': 1774852515.794142}
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF14%2520UAY') HTTP/1.1" 204 0
2026-03-30 06:35:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 931dec4b-8454-5966-a37f-10ea6ada4e92 with identifier: WK68%20YKJ
2026-03-30 06:35:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 931dec4b-8454-5966-a37f-10ea6ada4e92 with identifier: WK68%20YKJ
2026-03-30 06:35:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 931dec4b-8454-5966-a37f-10ea6ada4e92 with identifier: WK68%20YKJ to the API
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK68%20YKJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '931dec4b-8454-5966-a37f-10ea6ada4e92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK68 YKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK68%20YKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 71282,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 115 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 115 ACENTA PREMIUM',
 'vin': 'SJNFAAJ11U2460779',
 'year': 2019}
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK68%2520YKJ%27 HTTP/1.1" 200 None
2026-03-30 06:35:16 [bca.uk] INFO: Saving data for WK68%20YKJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773931310.703434, 'last_price_update_time': 1774852516.107287}
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK68%2520YKJ') HTTP/1.1" 204 0
2026-03-30 06:35:16 [bca.uk] INFO: Found listing with ID: RV18%20UZS
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520UZS%27 HTTP/1.1" 200 None
2026-03-30 06:35:16 [bca.uk] INFO: Scrape type for RV18%20UZS: 2
2026-03-30 06:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ddbb1db-a0f3-56aa-b99c-164477eed70c with identifier: RV18%20UZS
2026-03-30 06:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ddbb1db-a0f3-56aa-b99c-164477eed70c with scrape type 2
2026-03-30 06:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ddbb1db-a0f3-56aa-b99c-164477eed70c with scrape type 2
2026-03-30 06:35:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ddbb1db-a0f3-56aa-b99c-164477eed70c, identifier: RV18%20UZS
2026-03-30 06:35:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eadc87b1-b564-5645-8ec6-8b980540d47e with identifier: DU64%20GHV
2026-03-30 06:35:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eadc87b1-b564-5645-8ec6-8b980540d47e with identifier: DU64%20GHV
2026-03-30 06:35:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eadc87b1-b564-5645-8ec6-8b980540d47e with identifier: DU64%20GHV to the API
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU64%20GHV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eadc87b1-b564-5645-8ec6-8b980540d47e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU64 GHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU64%20GHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 75182,
 'odometer_reading_unit': '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 4X4 S/S StationWagon',
 'transmission': 'manual',
 'trim': 'T 140 EXCLUSIV 4X4 S/S',
 'vin': 'W0LJC7E81EB748690',
 'year': 2014}
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU64%2520GHV%27 HTTP/1.1" 200 None
2026-03-30 06:35:16 [bca.uk] INFO: Saving data for DU64%20GHV: {'auction_closing_time': 1774864800.0, 'created_time': 1774533706.701686, 'last_price_update_time': 1774852516.555015}
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU64%2520GHV') HTTP/1.1" 204 0
2026-03-30 06:35:16 [bca.uk] INFO: Found listing with ID: BT06%20RDX
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT06%2520RDX%27 HTTP/1.1" 200 None
2026-03-30 06:35:16 [bca.uk] INFO: Scrape type for BT06%20RDX: 2
2026-03-30 06:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d655481b-a094-5fd3-b956-cf3b8e81736d with identifier: BT06%20RDX
2026-03-30 06:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d655481b-a094-5fd3-b956-cf3b8e81736d with scrape type 2
2026-03-30 06:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d655481b-a094-5fd3-b956-cf3b8e81736d with scrape type 2
2026-03-30 06:35:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d655481b-a094-5fd3-b956-cf3b8e81736d, identifier: BT06%20RDX
2026-03-30 06:35:16 [bca.uk] INFO: Found listing with ID: VN16%20XUB
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN16%2520XUB%27 HTTP/1.1" 200 None
2026-03-30 06:35:16 [bca.uk] INFO: Scrape type for VN16%20XUB: 2
2026-03-30 06:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4644ee3-67c4-5f7b-9f71-98701b8b978e with identifier: VN16%20XUB
2026-03-30 06:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4644ee3-67c4-5f7b-9f71-98701b8b978e with scrape type 2
2026-03-30 06:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4644ee3-67c4-5f7b-9f71-98701b8b978e with scrape type 2
2026-03-30 06:35:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4644ee3-67c4-5f7b-9f71-98701b8b978e, identifier: VN16%20XUB
2026-03-30 06:35:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ddbb1db-a0f3-56aa-b99c-164477eed70c with identifier: RV18%20UZS
2026-03-30 06:35:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ddbb1db-a0f3-56aa-b99c-164477eed70c with identifier: RV18%20UZS
2026-03-30 06:35:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ddbb1db-a0f3-56aa-b99c-164477eed70c with identifier: RV18%20UZS to the API
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV18%20UZS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1ddbb1db-a0f3-56aa-b99c-164477eed70c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV18 UZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV18%20UZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'JEEP',
 'model': 'COMPASS',
 'odometer': 84568,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JEEP COMPASS 1.4 M/AIR 170 4WD LIMITED StationWagon',
 'transmission': 'automatic',
 'trim': 'M/AIR 170 4WD LIMITED',
 'vin': 'MCANJRCH8JFA16419',
 'year': 2018}
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV18%2520UZS%27 HTTP/1.1" 200 None
2026-03-30 06:35:17 [bca.uk] INFO: Saving data for RV18%20UZS: {'auction_closing_time': 1774864800.0, 'created_time': 1774304663.377549, 'last_price_update_time': 1774852517.1119}
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV18%2520UZS') HTTP/1.1" 204 0
2026-03-30 06:35:17 [bca.uk] INFO: Found listing with ID: WN23%20NVP
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520NVP%27 HTTP/1.1" 200 None
2026-03-30 06:35:17 [bca.uk] INFO: Scrape type for WN23%20NVP: 2
2026-03-30 06:35:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c58b0790-f15f-5da7-94f7-d3016f34a0bc with identifier: WN23%20NVP
2026-03-30 06:35:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c58b0790-f15f-5da7-94f7-d3016f34a0bc with scrape type 2
2026-03-30 06:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c58b0790-f15f-5da7-94f7-d3016f34a0bc with scrape type 2
2026-03-30 06:35:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c58b0790-f15f-5da7-94f7-d3016f34a0bc, identifier: WN23%20NVP
2026-03-30 06:35:17 [scrapy.extensions.logstats] INFO: Crawled 97 pages (at 3 pages/min), scraped 3982 items (at 123 items/min)
2026-03-30 06:35:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:35:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d655481b-a094-5fd3-b956-cf3b8e81736d with identifier: BT06%20RDX
2026-03-30 06:35:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d655481b-a094-5fd3-b956-cf3b8e81736d with identifier: BT06%20RDX
2026-03-30 06:35:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d655481b-a094-5fd3-b956-cf3b8e81736d with identifier: BT06%20RDX to the API
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT06%20RDX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd655481b-a094-5fd3-b956-cf3b8e81736d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT06 RDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT06%20RDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '330I',
 'odometer': 104068,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'BMW 330I 3.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAVB32040AW50312',
 'year': 2006}
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT06%2520RDX%27 HTTP/1.1" 200 None
2026-03-30 06:35:17 [bca.uk] INFO: Saving data for BT06%20RDX: {'auction_closing_time': 1774951200.0, 'created_time': 1774564137.793499, 'last_price_update_time': 1774852517.508595}
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT06%2520RDX') HTTP/1.1" 204 0
2026-03-30 06:35:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4644ee3-67c4-5f7b-9f71-98701b8b978e with identifier: VN16%20XUB
2026-03-30 06:35:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4644ee3-67c4-5f7b-9f71-98701b8b978e with identifier: VN16%20XUB
2026-03-30 06:35:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4644ee3-67c4-5f7b-9f71-98701b8b978e with identifier: VN16%20XUB to the API
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN16%20XUB-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4644ee3-67c4-5f7b-9f71-98701b8b978e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN16 XUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN16%20XUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 114537,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 2.0 D 180 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJBB4AN9GCY09334',
 'year': 2016}
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN16%2520XUB%27 HTTP/1.1" 200 None
2026-03-30 06:35:17 [bca.uk] INFO: Saving data for VN16%20XUB: {'auction_closing_time': 1774951200.0, 'created_time': 1774564694.419304, 'last_price_update_time': 1774852517.785279}
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN16%2520XUB') HTTP/1.1" 204 0
2026-03-30 06:35:17 [bca.uk] INFO: Found listing with ID: PY21%20DWM
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY21%2520DWM%27 HTTP/1.1" 200 None
2026-03-30 06:35:17 [bca.uk] INFO: Scrape type for PY21%20DWM: 2
2026-03-30 06:35:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88284c9f-5e39-51d7-9b76-d15ab834a293 with identifier: PY21%20DWM
2026-03-30 06:35:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88284c9f-5e39-51d7-9b76-d15ab834a293 with scrape type 2
2026-03-30 06:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88284c9f-5e39-51d7-9b76-d15ab834a293 with scrape type 2
2026-03-30 06:35:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88284c9f-5e39-51d7-9b76-d15ab834a293, identifier: PY21%20DWM
2026-03-30 06:35:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c58b0790-f15f-5da7-94f7-d3016f34a0bc with identifier: WN23%20NVP
2026-03-30 06:35:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c58b0790-f15f-5da7-94f7-d3016f34a0bc with identifier: WN23%20NVP
2026-03-30 06:35:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c58b0790-f15f-5da7-94f7-d3016f34a0bc with identifier: WN23%20NVP to the API
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 258,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN23%20NVP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c58b0790-f15f-5da7-94f7-d3016f34a0bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN23 NVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN23%20NVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 46112,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L2 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H3 LEADER',
 'vin': 'WF0EXXTTRENM09014',
 'year': 2023}
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN23%2520NVP%27 HTTP/1.1" 200 None
2026-03-30 06:35:18 [bca.uk] INFO: Saving data for WN23%20NVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774533705.145286, 'last_price_update_time': 1774852518.194461}
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN23%2520NVP') HTTP/1.1" 204 0
2026-03-30 06:35:18 [bca.uk] INFO: Found listing with ID: CP02%20MFJ
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP02%2520MFJ%27 HTTP/1.1" 200 None
2026-03-30 06:35:18 [bca.uk] INFO: Scrape type for CP02%20MFJ: 2
2026-03-30 06:35:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4b8fb50-8b6f-5e85-8e1b-230100773ffa with identifier: CP02%20MFJ
2026-03-30 06:35:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4b8fb50-8b6f-5e85-8e1b-230100773ffa with scrape type 2
2026-03-30 06:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4b8fb50-8b6f-5e85-8e1b-230100773ffa with scrape type 2
2026-03-30 06:35:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4b8fb50-8b6f-5e85-8e1b-230100773ffa, identifier: CP02%20MFJ
2026-03-30 06:35:18 [bca.uk] INFO: Found listing with ID: MK23%20HHP
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520HHP%27 HTTP/1.1" 200 None
2026-03-30 06:35:18 [bca.uk] INFO: Scrape type for MK23%20HHP: 2
2026-03-30 06:35:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 018cc7eb-c181-5097-8ad8-b11931fc7253 with identifier: MK23%20HHP
2026-03-30 06:35:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 018cc7eb-c181-5097-8ad8-b11931fc7253 with scrape type 2
2026-03-30 06:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 018cc7eb-c181-5097-8ad8-b11931fc7253 with scrape type 2
2026-03-30 06:35:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 018cc7eb-c181-5097-8ad8-b11931fc7253, identifier: MK23%20HHP
2026-03-30 06:35:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88284c9f-5e39-51d7-9b76-d15ab834a293 with identifier: PY21%20DWM
2026-03-30 06:35:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88284c9f-5e39-51d7-9b76-d15ab834a293 with identifier: PY21%20DWM
2026-03-30 06:35:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88284c9f-5e39-51d7-9b76-d15ab834a293 with identifier: PY21%20DWM to the API
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY21%20DWM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '88284c9f-5e39-51d7-9b76-d15ab834a293',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY21 DWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY21%20DWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 27147,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 TSI 110 FR SPORT EZ Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 FR SPORT EZ',
 'vin': 'VSSZZZKJZMR040631',
 'year': 2021}
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY21%2520DWM%27 HTTP/1.1" 200 None
2026-03-30 06:35:18 [bca.uk] INFO: Saving data for PY21%20DWM: {'auction_closing_time': 1774864800.0, 'created_time': 1774533771.506648, 'last_price_update_time': 1774852518.694276}
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY21%2520DWM') HTTP/1.1" 204 0
2026-03-30 06:35:18 [bca.uk] INFO: Found listing with ID: LD05%20OGW
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD05%2520OGW%27 HTTP/1.1" 200 None
2026-03-30 06:35:18 [bca.uk] INFO: Scrape type for LD05%20OGW: 2
2026-03-30 06:35:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85a09266-8026-547c-b4d8-f58c1feed29e with identifier: LD05%20OGW
2026-03-30 06:35:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85a09266-8026-547c-b4d8-f58c1feed29e with scrape type 2
2026-03-30 06:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85a09266-8026-547c-b4d8-f58c1feed29e with scrape type 2
2026-03-30 06:35:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85a09266-8026-547c-b4d8-f58c1feed29e, identifier: LD05%20OGW
2026-03-30 06:35:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4b8fb50-8b6f-5e85-8e1b-230100773ffa with identifier: CP02%20MFJ
2026-03-30 06:35:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4b8fb50-8b6f-5e85-8e1b-230100773ffa with identifier: CP02%20MFJ
2026-03-30 06:35:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4b8fb50-8b6f-5e85-8e1b-230100773ffa with identifier: CP02%20MFJ to the API
2026-03-30 06:35:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP02%20MFJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4b8fb50-8b6f-5e85-8e1b-230100773ffa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP02 MFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP02%20MFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 90926,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 S 75 Hatchback',
 'transmission': 'automatic',
 'trim': 'S 75',
 'vin': 'WVWZZZ9NZ3Y031304',
 'year': 2002}
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP02%2520MFJ%27 HTTP/1.1" 200 None
2026-03-30 06:35:19 [bca.uk] INFO: Saving data for CP02%20MFJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564116.063783, 'last_price_update_time': 1774852519.148922}
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP02%2520MFJ') HTTP/1.1" 204 0
2026-03-30 06:35:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 018cc7eb-c181-5097-8ad8-b11931fc7253 with identifier: MK23%20HHP
2026-03-30 06:35:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 018cc7eb-c181-5097-8ad8-b11931fc7253 with identifier: MK23%20HHP
2026-03-30 06:35:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 018cc7eb-c181-5097-8ad8-b11931fc7253 with identifier: MK23%20HHP to the API
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK23%20HHP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '018cc7eb-c181-5097-8ad8-b11931fc7253',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK23 HHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK23%20HHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 15191,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACP81EVP5059306',
 'year': 2023}
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520HHP%27 HTTP/1.1" 200 None
2026-03-30 06:35:19 [bca.uk] INFO: Saving data for MK23%20HHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774476447.354971, 'last_price_update_time': 1774852519.458247}
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK23%2520HHP') HTTP/1.1" 204 0
2026-03-30 06:35:19 [bca.uk] INFO: Found listing with ID: ND65%20FNR
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND65%2520FNR%27 HTTP/1.1" 200 None
2026-03-30 06:35:19 [bca.uk] INFO: Scrape type for ND65%20FNR: 2
2026-03-30 06:35:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deb44b4c-ea24-510e-a90e-2c6dabcd640f with identifier: ND65%20FNR
2026-03-30 06:35:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deb44b4c-ea24-510e-a90e-2c6dabcd640f with scrape type 2
2026-03-30 06:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item deb44b4c-ea24-510e-a90e-2c6dabcd640f with scrape type 2
2026-03-30 06:35:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: deb44b4c-ea24-510e-a90e-2c6dabcd640f, identifier: ND65%20FNR
2026-03-30 06:35:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85a09266-8026-547c-b4d8-f58c1feed29e with identifier: LD05%20OGW
2026-03-30 06:35:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85a09266-8026-547c-b4d8-f58c1feed29e with identifier: LD05%20OGW
2026-03-30 06:35:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85a09266-8026-547c-b4d8-f58c1feed29e with identifier: LD05%20OGW to the API
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD05%20OGW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85a09266-8026-547c-b4d8-f58c1feed29e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD05 OGW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD05%20OGW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'FREELANDER',
 'odometer': 167003,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2.0 TD4 HSE StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 HSE',
 'vin': 'SALLNABE74A443290',
 'year': 2005}
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD05%2520OGW%27 HTTP/1.1" 200 None
2026-03-30 06:35:19 [bca.uk] INFO: Saving data for LD05%20OGW: {'auction_closing_time': 1774951200.0, 'created_time': 1774533696.754671, 'last_price_update_time': 1774852519.88407}
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD05%2520OGW') HTTP/1.1" 204 0
2026-03-30 06:35:19 [bca.uk] INFO: Found listing with ID: HK07%20FLH
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK07%2520FLH%27 HTTP/1.1" 200 None
2026-03-30 06:35:19 [bca.uk] INFO: Scrape type for HK07%20FLH: 2
2026-03-30 06:35:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70ef151c-e32f-576b-b829-cf4250c04ab0 with identifier: HK07%20FLH
2026-03-30 06:35:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70ef151c-e32f-576b-b829-cf4250c04ab0 with scrape type 2
2026-03-30 06:35:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70ef151c-e32f-576b-b829-cf4250c04ab0 with scrape type 2
2026-03-30 06:35:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70ef151c-e32f-576b-b829-cf4250c04ab0, identifier: HK07%20FLH
2026-03-30 06:35:20 [bca.uk] INFO: Found listing with ID: EA68%20MUV
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520MUV%27 HTTP/1.1" 200 None
2026-03-30 06:35:20 [bca.uk] INFO: Scrape type for EA68%20MUV: 2
2026-03-30 06:35:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c32b7928-3fe2-598d-804d-2c793caffeaa with identifier: EA68%20MUV
2026-03-30 06:35:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c32b7928-3fe2-598d-804d-2c793caffeaa with scrape type 2
2026-03-30 06:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c32b7928-3fe2-598d-804d-2c793caffeaa with scrape type 2
2026-03-30 06:35:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c32b7928-3fe2-598d-804d-2c793caffeaa, identifier: EA68%20MUV
2026-03-30 06:35:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: deb44b4c-ea24-510e-a90e-2c6dabcd640f with identifier: ND65%20FNR
2026-03-30 06:35:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: deb44b4c-ea24-510e-a90e-2c6dabcd640f with identifier: ND65%20FNR
2026-03-30 06:35:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: deb44b4c-ea24-510e-a90e-2c6dabcd640f with identifier: ND65%20FNR to the API
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND65%20FNR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'deb44b4c-ea24-510e-a90e-2c6dabcd640f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND65 FNR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND65%20FNR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 41175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.2 SZ3 4X4 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ3 4X4',
 'vin': 'TSMNZD72S00621772',
 'year': 2015}
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND65%2520FNR%27 HTTP/1.1" 200 None
2026-03-30 06:35:20 [bca.uk] INFO: Saving data for ND65%20FNR: {'auction_closing_time': 1774864800.0, 'created_time': 1774533764.213174, 'last_price_update_time': 1774852520.406051}
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND65%2520FNR') HTTP/1.1" 204 0
2026-03-30 06:35:20 [bca.uk] INFO: Found listing with ID: KS23%20DZG
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520DZG%27 HTTP/1.1" 200 None
2026-03-30 06:35:20 [bca.uk] INFO: Scrape type for KS23%20DZG: 2
2026-03-30 06:35:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54bfb00e-943e-564b-b177-4c09475301fd with identifier: KS23%20DZG
2026-03-30 06:35:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54bfb00e-943e-564b-b177-4c09475301fd with scrape type 2
2026-03-30 06:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54bfb00e-943e-564b-b177-4c09475301fd with scrape type 2
2026-03-30 06:35:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54bfb00e-943e-564b-b177-4c09475301fd, identifier: KS23%20DZG
2026-03-30 06:35:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70ef151c-e32f-576b-b829-cf4250c04ab0 with identifier: HK07%20FLH
2026-03-30 06:35:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70ef151c-e32f-576b-b829-cf4250c04ab0 with identifier: HK07%20FLH
2026-03-30 06:35:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70ef151c-e32f-576b-b829-cf4250c04ab0 with identifier: HK07%20FLH to the API
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK07%20FLH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '70ef151c-e32f-576b-b829-cf4250c04ab0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK07 FLH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK07%20FLH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 109490,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.4 EXPRESSION Hatchback',
 'transmission': 'manual',
 'trim': 'EXPRESSION',
 'vin': 'VF1BR1A0H38188759',
 'year': 2007}
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK07%2520FLH%27 HTTP/1.1" 200 None
2026-03-30 06:35:21 [bca.uk] INFO: Saving data for HK07%20FLH: {'auction_closing_time': 1774951200.0, 'created_time': 1774564101.383118, 'last_price_update_time': 1774852521.075697}
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK07%2520FLH') HTTP/1.1" 204 0
2026-03-30 06:35:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c32b7928-3fe2-598d-804d-2c793caffeaa with identifier: EA68%20MUV
2026-03-30 06:35:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c32b7928-3fe2-598d-804d-2c793caffeaa with identifier: EA68%20MUV
2026-03-30 06:35:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c32b7928-3fe2-598d-804d-2c793caffeaa with identifier: EA68%20MUV to the API
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA68%20MUV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c32b7928-3fe2-598d-804d-2c793caffeaa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA68 MUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA68%20MUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 46262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 EBL 120 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120 ST-LINE X',
 'vin': 'WF0NXXGCHNJB49531',
 'year': 2018}
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA68%2520MUV%27 HTTP/1.1" 200 None
2026-03-30 06:35:21 [bca.uk] INFO: Saving data for EA68%20MUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564422.762187, 'last_price_update_time': 1774852521.431511}
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA68%2520MUV') HTTP/1.1" 204 0
2026-03-30 06:35:21 [bca.uk] INFO: Found listing with ID: KM23%20LRZ
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520LRZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:21 [bca.uk] INFO: Scrape type for KM23%20LRZ: 2
2026-03-30 06:35:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b76cb00e-e7a9-5d86-bd6e-b76f6076d898 with identifier: KM23%20LRZ
2026-03-30 06:35:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b76cb00e-e7a9-5d86-bd6e-b76f6076d898 with scrape type 2
2026-03-30 06:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b76cb00e-e7a9-5d86-bd6e-b76f6076d898 with scrape type 2
2026-03-30 06:35:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b76cb00e-e7a9-5d86-bd6e-b76f6076d898, identifier: KM23%20LRZ
2026-03-30 06:35:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54bfb00e-943e-564b-b177-4c09475301fd with identifier: KS23%20DZG
2026-03-30 06:35:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54bfb00e-943e-564b-b177-4c09475301fd with identifier: KS23%20DZG
2026-03-30 06:35:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54bfb00e-943e-564b-b177-4c09475301fd with identifier: KS23%20DZG to the API
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS23%20DZG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '54bfb00e-943e-564b-b177-4c09475301fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS23 DZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS23%20DZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000',
 'odometer': 35502,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1000 1.5 B/HDI 100 M ENTERPRISE ED. PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 M ENTERPRISE ED.',
 'vin': 'VF7VBYHRMP7815303',
 'year': 2023}
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS23%2520DZG%27 HTTP/1.1" 200 None
2026-03-30 06:35:21 [bca.uk] INFO: Saving data for KS23%20DZG: {'auction_closing_time': 1774864800.0, 'created_time': 1773824679.806027, 'last_price_update_time': 1774852521.855231}
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS23%2520DZG') HTTP/1.1" 204 0
2026-03-30 06:35:21 [bca.uk] INFO: Found listing with ID: YR71%20OTF
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520OTF%27 HTTP/1.1" 200 None
2026-03-30 06:35:21 [bca.uk] INFO: Scrape type for YR71%20OTF: 2
2026-03-30 06:35:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with identifier: YR71%20OTF
2026-03-30 06:35:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with scrape type 2
2026-03-30 06:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with scrape type 2
2026-03-30 06:35:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9, identifier: YR71%20OTF
2026-03-30 06:35:22 [bca.uk] INFO: Found listing with ID: BF18%20WWA
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520WWA%27 HTTP/1.1" 200 None
2026-03-30 06:35:22 [bca.uk] INFO: Scrape type for BF18%20WWA: 2
2026-03-30 06:35:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with identifier: BF18%20WWA
2026-03-30 06:35:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with scrape type 2
2026-03-30 06:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with scrape type 2
2026-03-30 06:35:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d246c698-0c6a-5d5a-b43b-dbeac0f1bc63, identifier: BF18%20WWA
2026-03-30 06:35:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b76cb00e-e7a9-5d86-bd6e-b76f6076d898 with identifier: KM23%20LRZ
2026-03-30 06:35:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b76cb00e-e7a9-5d86-bd6e-b76f6076d898 with identifier: KM23%20LRZ
2026-03-30 06:35:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b76cb00e-e7a9-5d86-bd6e-b76f6076d898 with identifier: KM23%20LRZ to the API
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM23%20LRZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b76cb00e-e7a9-5d86-bd6e-b76f6076d898',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KM23 LRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM23%20LRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 8463,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'TGI EXCLUSIVE',
 'vin': 'LSJA24U93NN202919',
 'year': 2023}
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520LRZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:22 [bca.uk] INFO: Saving data for KM23%20LRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773960007.489691, 'last_price_update_time': 1774852522.410288}
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM23%2520LRZ') HTTP/1.1" 204 0
2026-03-30 06:35:22 [bca.uk] INFO: Found listing with ID: EO17%20RYB
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520RYB%27 HTTP/1.1" 200 None
2026-03-30 06:35:22 [bca.uk] INFO: Scrape type for EO17%20RYB: 2
2026-03-30 06:35:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d9b3f6f-1f87-5b37-8056-ed7b961623d3 with identifier: EO17%20RYB
2026-03-30 06:35:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d9b3f6f-1f87-5b37-8056-ed7b961623d3 with scrape type 2
2026-03-30 06:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d9b3f6f-1f87-5b37-8056-ed7b961623d3 with scrape type 2
2026-03-30 06:35:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d9b3f6f-1f87-5b37-8056-ed7b961623d3, identifier: EO17%20RYB
2026-03-30 06:35:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with identifier: YR71%20OTF
2026-03-30 06:35:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with identifier: YR71%20OTF
2026-03-30 06:35:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9 with identifier: YR71%20OTF to the API
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR71%20OTF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7d1e0ba-6b70-5ed9-b457-c5867a42c4d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR71 OTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR71%20OTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB TREND H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB TREND H/R',
 'vin': 'WF0YXXTTGYMA08280',
 'year': 2021}
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520OTF%27 HTTP/1.1" 200 None
2026-03-30 06:35:22 [bca.uk] INFO: Saving data for YR71%20OTF: {'auction_closing_time': 1774951200.0, 'created_time': 1774363228.56833, 'last_price_update_time': 1774852522.818469}
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR71%2520OTF') HTTP/1.1" 204 0
2026-03-30 06:35:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with identifier: BF18%20WWA
2026-03-30 06:35:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with identifier: BF18%20WWA
2026-03-30 06:35:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d246c698-0c6a-5d5a-b43b-dbeac0f1bc63 with identifier: BF18%20WWA to the API
2026-03-30 06:35:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF18%20WWA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd246c698-0c6a-5d5a-b43b-dbeac0f1bc63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF18 WWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF18%20WWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 44829,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 100 ZETEC EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC EDITION',
 'vin': 'WF05XXGCC5JL05696',
 'year': 2018}
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF18%2520WWA%27 HTTP/1.1" 200 None
2026-03-30 06:35:23 [bca.uk] INFO: Saving data for BF18%20WWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564699.141936, 'last_price_update_time': 1774852523.16556}
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF18%2520WWA') HTTP/1.1" 204 0
2026-03-30 06:35:23 [bca.uk] INFO: Found listing with ID: LY72%20MWK
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY72%2520MWK%27 HTTP/1.1" 200 None
2026-03-30 06:35:23 [bca.uk] INFO: Scrape type for LY72%20MWK: 2
2026-03-30 06:35:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2323097c-4996-5379-aa59-c290e2e6d3be with identifier: LY72%20MWK
2026-03-30 06:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2323097c-4996-5379-aa59-c290e2e6d3be with scrape type 2
2026-03-30 06:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2323097c-4996-5379-aa59-c290e2e6d3be with scrape type 2
2026-03-30 06:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2323097c-4996-5379-aa59-c290e2e6d3be, identifier: LY72%20MWK
2026-03-30 06:35:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d9b3f6f-1f87-5b37-8056-ed7b961623d3 with identifier: EO17%20RYB
2026-03-30 06:35:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d9b3f6f-1f87-5b37-8056-ed7b961623d3 with identifier: EO17%20RYB
2026-03-30 06:35:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d9b3f6f-1f87-5b37-8056-ed7b961623d3 with identifier: EO17%20RYB to the API
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO17%20RYB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4d9b3f6f-1f87-5b37-8056-ed7b961623d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO17 RYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO17%20RYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 63760,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D X LINE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D X LINE STEP',
 'vin': 'WBAWZ520500W91324',
 'year': 2017}
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520RYB%27 HTTP/1.1" 200 None
2026-03-30 06:35:23 [bca.uk] INFO: Saving data for EO17%20RYB: {'auction_closing_time': 1774864800.0, 'created_time': 1774533701.060823, 'last_price_update_time': 1774852523.611371}
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO17%2520RYB') HTTP/1.1" 204 0
2026-03-30 06:35:23 [bca.uk] INFO: Found listing with ID: HN59%20YFR
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN59%2520YFR%27 HTTP/1.1" 200 None
2026-03-30 06:35:23 [bca.uk] INFO: Scrape type for HN59%20YFR: 2
2026-03-30 06:35:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0589049a-678e-5215-a007-063b6d63e846 with identifier: HN59%20YFR
2026-03-30 06:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0589049a-678e-5215-a007-063b6d63e846 with scrape type 2
2026-03-30 06:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0589049a-678e-5215-a007-063b6d63e846 with scrape type 2
2026-03-30 06:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0589049a-678e-5215-a007-063b6d63e846, identifier: HN59%20YFR
2026-03-30 06:35:23 [bca.uk] INFO: Found listing with ID: NL20%20ONN
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL20%2520ONN%27 HTTP/1.1" 200 None
2026-03-30 06:35:23 [bca.uk] INFO: Scrape type for NL20%20ONN: 2
2026-03-30 06:35:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9c0dcc6-4e23-5cce-99a0-22c45e616326 with identifier: NL20%20ONN
2026-03-30 06:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9c0dcc6-4e23-5cce-99a0-22c45e616326 with scrape type 2
2026-03-30 06:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9c0dcc6-4e23-5cce-99a0-22c45e616326 with scrape type 2
2026-03-30 06:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9c0dcc6-4e23-5cce-99a0-22c45e616326, identifier: NL20%20ONN
2026-03-30 06:35:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2323097c-4996-5379-aa59-c290e2e6d3be with identifier: LY72%20MWK
2026-03-30 06:35:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2323097c-4996-5379-aa59-c290e2e6d3be with identifier: LY72%20MWK
2026-03-30 06:35:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2323097c-4996-5379-aa59-c290e2e6d3be with identifier: LY72%20MWK to the API
2026-03-30 06:35:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY72%20MWK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2323097c-4996-5379-aa59-c290e2e6d3be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LY72 MWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY72%20MWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 7700,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJW74U9XNZ283451',
 'year': 2023}
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY72%2520MWK%27 HTTP/1.1" 200 None
2026-03-30 06:35:24 [bca.uk] INFO: Saving data for LY72%20MWK: {'auction_closing_time': 1774864800.0, 'created_time': 1773935761.814084, 'last_price_update_time': 1774852524.161647}
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY72%2520MWK') HTTP/1.1" 204 0
2026-03-30 06:35:24 [bca.uk] INFO: Found listing with ID: CX15%20KJN
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520KJN%27 HTTP/1.1" 200 None
2026-03-30 06:35:24 [bca.uk] INFO: Scrape type for CX15%20KJN: 2
2026-03-30 06:35:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 306b17bb-74a4-584a-b773-72e8c2104ad7 with identifier: CX15%20KJN
2026-03-30 06:35:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 306b17bb-74a4-584a-b773-72e8c2104ad7 with scrape type 2
2026-03-30 06:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 306b17bb-74a4-584a-b773-72e8c2104ad7 with scrape type 2
2026-03-30 06:35:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 306b17bb-74a4-584a-b773-72e8c2104ad7, identifier: CX15%20KJN
2026-03-30 06:35:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0589049a-678e-5215-a007-063b6d63e846 with identifier: HN59%20YFR
2026-03-30 06:35:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0589049a-678e-5215-a007-063b6d63e846 with identifier: HN59%20YFR
2026-03-30 06:35:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0589049a-678e-5215-a007-063b6d63e846 with identifier: HN59%20YFR to the API
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN59%20YFR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0589049a-678e-5215-a007-063b6d63e846',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN59 YFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN59%20YFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 73879,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.8 TSI ELEGANCE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI ELEGANCE',
 'vin': 'TMBBK21Z3A2053082',
 'year': 2009}
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN59%2520YFR%27 HTTP/1.1" 200 None
2026-03-30 06:35:24 [bca.uk] INFO: Saving data for HN59%20YFR: {'auction_closing_time': 1774951200.0, 'created_time': 1774564143.71307, 'last_price_update_time': 1774852524.578304}
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN59%2520YFR') HTTP/1.1" 204 0
2026-03-30 06:35:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9c0dcc6-4e23-5cce-99a0-22c45e616326 with identifier: NL20%20ONN
2026-03-30 06:35:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9c0dcc6-4e23-5cce-99a0-22c45e616326 with identifier: NL20%20ONN
2026-03-30 06:35:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9c0dcc6-4e23-5cce-99a0-22c45e616326 with identifier: NL20%20ONN to the API
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL20%20ONN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9c0dcc6-4e23-5cce-99a0-22c45e616326',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL20 ONN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL20%20ONN&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 27967,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D 150 ACTIVE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D 150 ACTIVE 4WD',
 'vin': 'AHTKB3CD002622723',
 'year': 2020}
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL20%2520ONN%27 HTTP/1.1" 200 None
2026-03-30 06:35:24 [bca.uk] INFO: Saving data for NL20%20ONN: {'auction_closing_time': 1774864800.0, 'created_time': 1774564701.71918, 'last_price_update_time': 1774852524.855298}
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL20%2520ONN') HTTP/1.1" 204 0
2026-03-30 06:35:24 [bca.uk] INFO: Found listing with ID: EN71%20UBA
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UBA%27 HTTP/1.1" 200 None
2026-03-30 06:35:24 [bca.uk] INFO: Scrape type for EN71%20UBA: 2
2026-03-30 06:35:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5f51004-4184-53c1-88fa-45a25e42a533 with identifier: EN71%20UBA
2026-03-30 06:35:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5f51004-4184-53c1-88fa-45a25e42a533 with scrape type 2
2026-03-30 06:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5f51004-4184-53c1-88fa-45a25e42a533 with scrape type 2
2026-03-30 06:35:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5f51004-4184-53c1-88fa-45a25e42a533, identifier: EN71%20UBA
2026-03-30 06:35:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 306b17bb-74a4-584a-b773-72e8c2104ad7 with identifier: CX15%20KJN
2026-03-30 06:35:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 306b17bb-74a4-584a-b773-72e8c2104ad7 with identifier: CX15%20KJN
2026-03-30 06:35:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 306b17bb-74a4-584a-b773-72e8c2104ad7 with identifier: CX15%20KJN to the API
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX15%20KJN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '306b17bb-74a4-584a-b773-72e8c2104ad7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX15 KJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX15%20KJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 67094,
 'odometer_reading_unit': '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': 'W0L0XEP68F4165031',
 'year': 2015}
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX15%2520KJN%27 HTTP/1.1" 200 None
2026-03-30 06:35:25 [bca.uk] INFO: Saving data for CX15%20KJN: {'auction_closing_time': 1774864800.0, 'created_time': 1774533693.055196, 'last_price_update_time': 1774852525.25032}
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX15%2520KJN') HTTP/1.1" 204 0
2026-03-30 06:35:25 [bca.uk] INFO: Found listing with ID: SP14%20ASV
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520ASV%27 HTTP/1.1" 200 None
2026-03-30 06:35:25 [bca.uk] INFO: Scrape type for SP14%20ASV: 2
2026-03-30 06:35:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34d08f12-b295-5c61-97c8-738d6a523ec6 with identifier: SP14%20ASV
2026-03-30 06:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34d08f12-b295-5c61-97c8-738d6a523ec6 with scrape type 2
2026-03-30 06:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34d08f12-b295-5c61-97c8-738d6a523ec6 with scrape type 2
2026-03-30 06:35:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34d08f12-b295-5c61-97c8-738d6a523ec6, identifier: SP14%20ASV
2026-03-30 06:35:25 [bca.uk] INFO: Found listing with ID: BW19%20COA
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520COA%27 HTTP/1.1" 200 None
2026-03-30 06:35:25 [bca.uk] INFO: Scrape type for BW19%20COA: 2
2026-03-30 06:35:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b59c054-480f-57ec-b1a5-eea758222817 with identifier: BW19%20COA
2026-03-30 06:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b59c054-480f-57ec-b1a5-eea758222817 with scrape type 2
2026-03-30 06:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b59c054-480f-57ec-b1a5-eea758222817 with scrape type 2
2026-03-30 06:35:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b59c054-480f-57ec-b1a5-eea758222817, identifier: BW19%20COA
2026-03-30 06:35:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5f51004-4184-53c1-88fa-45a25e42a533 with identifier: EN71%20UBA
2026-03-30 06:35:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5f51004-4184-53c1-88fa-45a25e42a533 with identifier: EN71%20UBA
2026-03-30 06:35:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5f51004-4184-53c1-88fa-45a25e42a533 with identifier: EN71%20UBA to the API
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN71%20UBA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c5f51004-4184-53c1-88fa-45a25e42a533',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN71 UBA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN71%20UBA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 24891,
 'odometer_reading_unit': '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 320 R 4MOTION DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 320 R 4MOTION DSG',
 'vin': 'WVWZZZCDZNW108623',
 'year': 2021}
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UBA%27 HTTP/1.1" 200 None
2026-03-30 06:35:25 [bca.uk] INFO: Saving data for EN71%20UBA: {'auction_closing_time': 1774864800.0, 'created_time': 1774265214.806828, 'last_price_update_time': 1774852525.777166}
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN71%2520UBA') HTTP/1.1" 204 0
2026-03-30 06:35:25 [bca.uk] INFO: Found listing with ID: BN64%20TYB
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520TYB%27 HTTP/1.1" 200 None
2026-03-30 06:35:25 [bca.uk] INFO: Scrape type for BN64%20TYB: 0
2026-03-30 06:35:25 [bca.uk] INFO: Found listing with ID: CA12%20TSV
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA12%2520TSV%27 HTTP/1.1" 200 None
2026-03-30 06:35:25 [bca.uk] INFO: Scrape type for CA12%20TSV: 2
2026-03-30 06:35:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d42379ea-7b7f-5e38-93ce-f05f62596ab9 with identifier: CA12%20TSV
2026-03-30 06:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d42379ea-7b7f-5e38-93ce-f05f62596ab9 with scrape type 2
2026-03-30 06:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d42379ea-7b7f-5e38-93ce-f05f62596ab9 with scrape type 2
2026-03-30 06:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d42379ea-7b7f-5e38-93ce-f05f62596ab9, identifier: CA12%20TSV
2026-03-30 06:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34d08f12-b295-5c61-97c8-738d6a523ec6 with identifier: SP14%20ASV
2026-03-30 06:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34d08f12-b295-5c61-97c8-738d6a523ec6 with identifier: SP14%20ASV
2026-03-30 06:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34d08f12-b295-5c61-97c8-738d6a523ec6 with identifier: SP14%20ASV to the API
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 229,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP14%20ASV-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '34d08f12-b295-5c61-97c8-738d6a523ec6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP14 ASV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP14%20ASV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BAILEY',
 'model': 'APPROACH',
 'odometer': 38214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BAILEY APPROACH 2.2 AUTOGRAPH 740 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'AUTOGRAPH 740 MOTORHOME',
 'vin': 'VF3YCTMAU12544194',
 'year': 2014}
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP14%2520ASV%27 HTTP/1.1" 200 None
2026-03-30 06:35:26 [bca.uk] INFO: Saving data for SP14%20ASV: {'auction_closing_time': 1775124000.0, 'created_time': 1774564144.414751, 'last_price_update_time': 1774852526.269498}
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP14%2520ASV') HTTP/1.1" 204 0
2026-03-30 06:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b59c054-480f-57ec-b1a5-eea758222817 with identifier: BW19%20COA
2026-03-30 06:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b59c054-480f-57ec-b1a5-eea758222817 with identifier: BW19%20COA
2026-03-30 06:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b59c054-480f-57ec-b1a5-eea758222817 with identifier: BW19%20COA to the API
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW19%20COA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b59c054-480f-57ec-b1a5-eea758222817',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW19 COA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW19%20COA&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 106726,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 130 L2 H2 (MESS UNIT) CrewCab Van',
 'transmission': 'manual',
 'trim': 'CDTI 130 L2 H2 (MESS UNIT)',
 'vin': 'W0VMRY606KB175766',
 'year': 2019}
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520COA%27 HTTP/1.1" 200 None
2026-03-30 06:35:26 [bca.uk] INFO: Saving data for BW19%20COA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564701.374631, 'last_price_update_time': 1774852526.558881}
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW19%2520COA') HTTP/1.1" 204 0
2026-03-30 06:35:26 [bca.uk] INFO: Found listing with ID: GY23%20CTX
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520CTX%27 HTTP/1.1" 200 None
2026-03-30 06:35:26 [bca.uk] INFO: Scrape type for GY23%20CTX: 2
2026-03-30 06:35:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with identifier: GY23%20CTX
2026-03-30 06:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with scrape type 2
2026-03-30 06:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with scrape type 2
2026-03-30 06:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335, identifier: GY23%20CTX
2026-03-30 06:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d42379ea-7b7f-5e38-93ce-f05f62596ab9 with identifier: CA12%20TSV
2026-03-30 06:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d42379ea-7b7f-5e38-93ce-f05f62596ab9 with identifier: CA12%20TSV
2026-03-30 06:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d42379ea-7b7f-5e38-93ce-f05f62596ab9 with identifier: CA12%20TSV to the API
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA12%20TSV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd42379ea-7b7f-5e38-93ce-f05f62596ab9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA12 TSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA12%20TSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 87848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.6 VTI 16V EXCLUSIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'VTI 16V EXCLUSIVE',
 'vin': 'VF7SC5FS9CA577243',
 'year': 2012}
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA12%2520TSV%27 HTTP/1.1" 200 None
2026-03-30 06:35:26 [bca.uk] INFO: Saving data for CA12%20TSV: {'auction_closing_time': 1774951200.0, 'created_time': 1774448918.329111, 'last_price_update_time': 1774852526.955534}
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA12%2520TSV') HTTP/1.1" 204 0
2026-03-30 06:35:26 [bca.uk] INFO: Found listing with ID: CC63%20RAC
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CC63%2520RAC%27 HTTP/1.1" 200 None
2026-03-30 06:35:26 [bca.uk] INFO: Scrape type for CC63%20RAC: 2
2026-03-30 06:35:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with identifier: CC63%20RAC
2026-03-30 06:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with scrape type 2
2026-03-30 06:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with scrape type 2
2026-03-30 06:35:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5, identifier: CC63%20RAC
2026-03-30 06:35:27 [bca.uk] INFO: Found listing with ID: WP71%20NCV
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520NCV%27 HTTP/1.1" 200 None
2026-03-30 06:35:27 [bca.uk] INFO: Scrape type for WP71%20NCV: 2
2026-03-30 06:35:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59b7e330-03dc-5f55-93cb-968d3fbcb04e with identifier: WP71%20NCV
2026-03-30 06:35:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59b7e330-03dc-5f55-93cb-968d3fbcb04e with scrape type 2
2026-03-30 06:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59b7e330-03dc-5f55-93cb-968d3fbcb04e with scrape type 2
2026-03-30 06:35:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59b7e330-03dc-5f55-93cb-968d3fbcb04e, identifier: WP71%20NCV
2026-03-30 06:35:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with identifier: GY23%20CTX
2026-03-30 06:35:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with identifier: GY23%20CTX
2026-03-30 06:35:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335 with identifier: GY23%20CTX to the API
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY23%20CTX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ada2f16e-fa9d-59d5-a2f2-7c56bfa8b335',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY23 CTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY23%20CTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 14252,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250+ 140KW 70.5KWH AMG LINE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH AMG LINE PREMIUM',
 'vin': 'W1N9N0CBXPJ063738',
 'year': 2023}
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520CTX%27 HTTP/1.1" 200 None
2026-03-30 06:35:27 [bca.uk] INFO: Saving data for GY23%20CTX: {'auction_closing_time': 1774864800.0, 'created_time': 1773821061.592517, 'last_price_update_time': 1774852527.468504}
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY23%2520CTX') HTTP/1.1" 204 0
2026-03-30 06:35:27 [bca.uk] INFO: Found listing with ID: OE65%20ECX
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE65%2520ECX%27 HTTP/1.1" 200 None
2026-03-30 06:35:27 [bca.uk] INFO: Scrape type for OE65%20ECX: 0
2026-03-30 06:35:27 [bca.uk] INFO: Found listing with ID: HF63%20TYB
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF63%2520TYB%27 HTTP/1.1" 200 None
2026-03-30 06:35:27 [bca.uk] INFO: Scrape type for HF63%20TYB: 2
2026-03-30 06:35:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with identifier: HF63%20TYB
2026-03-30 06:35:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with scrape type 2
2026-03-30 06:35:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with scrape type 2
2026-03-30 06:35:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed6edda8-c5c3-586f-a107-d0dce4db1ac0, identifier: HF63%20TYB
2026-03-30 06:35:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with identifier: CC63%20RAC
2026-03-30 06:35:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with identifier: CC63%20RAC
2026-03-30 06:35:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5 with identifier: CC63%20RAC to the API
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CC63%20RAC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b1dc8fa-00d6-5fa7-a79f-9aa71ce12ac5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CC63 RAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CC63%20RAC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'AUDI',
 'model': 'S4 AVANT',
 'odometer': 120352,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI S4 AVANT 3.0 TFSI 333 QUATTRO S-T Estate',
 'transmission': 'automatic',
 'trim': 'TFSI 333 QUATTRO S-T',
 'vin': 'WAUZZZ8K8EA025928',
 'year': 2013}
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CC63%2520RAC%27 HTTP/1.1" 200 None
2026-03-30 06:35:27 [bca.uk] INFO: Saving data for CC63%20RAC: {'auction_closing_time': 1774951200.0, 'created_time': 1774564130.853336, 'last_price_update_time': 1774852527.916429}
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CC63%2520RAC') HTTP/1.1" 204 0
2026-03-30 06:35:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59b7e330-03dc-5f55-93cb-968d3fbcb04e with identifier: WP71%20NCV
2026-03-30 06:35:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59b7e330-03dc-5f55-93cb-968d3fbcb04e with identifier: WP71%20NCV
2026-03-30 06:35:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59b7e330-03dc-5f55-93cb-968d3fbcb04e with identifier: WP71%20NCV to the API
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20NCV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59b7e330-03dc-5f55-93cb-968d3fbcb04e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP71 NCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20NCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'GR YARIS',
 'odometer': 23679,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA GR YARIS 1.6 AWD (CIRCUIT) Hatchback',
 'transmission': 'manual',
 'trim': 'AWD (CIRCUIT)',
 'vin': 'JTDAF4E370A016204',
 'year': 2022}
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520NCV%27 HTTP/1.1" 200 None
2026-03-30 06:35:28 [bca.uk] INFO: Saving data for WP71%20NCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774476433.216272, 'last_price_update_time': 1774852528.205068}
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520NCV') HTTP/1.1" 204 0
2026-03-30 06:35:28 [bca.uk] INFO: Found listing with ID: LR20%20DKY
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520DKY%27 HTTP/1.1" 200 None
2026-03-30 06:35:28 [bca.uk] INFO: Scrape type for LR20%20DKY: 2
2026-03-30 06:35:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02d1f404-4087-59ff-a93d-91133272a136 with identifier: LR20%20DKY
2026-03-30 06:35:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02d1f404-4087-59ff-a93d-91133272a136 with scrape type 2
2026-03-30 06:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02d1f404-4087-59ff-a93d-91133272a136 with scrape type 2
2026-03-30 06:35:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02d1f404-4087-59ff-a93d-91133272a136, identifier: LR20%20DKY
2026-03-30 06:35:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with identifier: HF63%20TYB
2026-03-30 06:35:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with identifier: HF63%20TYB
2026-03-30 06:35:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed6edda8-c5c3-586f-a107-d0dce4db1ac0 with identifier: HF63%20TYB to the API
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 322,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF63%20TYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ed6edda8-c5c3-586f-a107-d0dce4db1ac0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF63 TYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF63%20TYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 84277,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 5.0 S/C AUTOBIOGRAPHY StationWagon',
 'transmission': 'manual',
 'trim': 'S/C AUTOBIOGRAPHY',
 'vin': 'SALGA2EE2EA134093',
 'year': 2013}
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF63%2520TYB%27 HTTP/1.1" 200 None
2026-03-30 06:35:28 [bca.uk] INFO: Saving data for HF63%20TYB: {'auction_closing_time': 1774951200.0, 'created_time': 1774360938.255709, 'last_price_update_time': 1774852528.606867}
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF63%2520TYB') HTTP/1.1" 204 0
2026-03-30 06:35:28 [bca.uk] INFO: Found listing with ID: RK66%20LSD
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520LSD%27 HTTP/1.1" 200 None
2026-03-30 06:35:28 [bca.uk] INFO: Scrape type for RK66%20LSD: 2
2026-03-30 06:35:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a373e72-dade-5150-9fed-651e9c25fdd8 with identifier: RK66%20LSD
2026-03-30 06:35:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a373e72-dade-5150-9fed-651e9c25fdd8 with scrape type 2
2026-03-30 06:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a373e72-dade-5150-9fed-651e9c25fdd8 with scrape type 2
2026-03-30 06:35:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a373e72-dade-5150-9fed-651e9c25fdd8, identifier: RK66%20LSD
2026-03-30 06:35:28 [bca.uk] INFO: Found listing with ID: BK23%20NWA
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520NWA%27 HTTP/1.1" 200 None
2026-03-30 06:35:28 [bca.uk] INFO: Scrape type for BK23%20NWA: 2
2026-03-30 06:35:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1873895b-f24c-5b67-8d33-07af36a24738 with identifier: BK23%20NWA
2026-03-30 06:35:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1873895b-f24c-5b67-8d33-07af36a24738 with scrape type 2
2026-03-30 06:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1873895b-f24c-5b67-8d33-07af36a24738 with scrape type 2
2026-03-30 06:35:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1873895b-f24c-5b67-8d33-07af36a24738, identifier: BK23%20NWA
2026-03-30 06:35:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02d1f404-4087-59ff-a93d-91133272a136 with identifier: LR20%20DKY
2026-03-30 06:35:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02d1f404-4087-59ff-a93d-91133272a136 with identifier: LR20%20DKY
2026-03-30 06:35:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02d1f404-4087-59ff-a93d-91133272a136 with identifier: LR20%20DKY to the API
2026-03-30 06:35:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR20%20DKY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '02d1f404-4087-59ff-a93d-91133272a136',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR20 DKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR20%20DKY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SEAT',
 'model': 'ATECA',
 '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': 'SEAT ATECA 1.6 TDI 115 SE EZ StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 115 SE EZ',
 'vin': 'VSSZZZ5FZL6552493',
 'year': 2020}
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR20%2520DKY%27 HTTP/1.1" 200 None
2026-03-30 06:35:29 [bca.uk] INFO: Saving data for LR20%20DKY: {'auction_closing_time': 1774864800.0, 'created_time': 1774533769.399339, 'last_price_update_time': 1774852529.124915}
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR20%2520DKY') HTTP/1.1" 204 0
2026-03-30 06:35:29 [bca.uk] INFO: Found listing with ID: VIG%207935
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VIG%25207935%27 HTTP/1.1" 200 None
2026-03-30 06:35:29 [bca.uk] INFO: Scrape type for VIG%207935: 2
2026-03-30 06:35:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0de66a85-dc07-5ab4-bbe4-8cae36337d75 with identifier: VIG%207935
2026-03-30 06:35:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0de66a85-dc07-5ab4-bbe4-8cae36337d75 with scrape type 2
2026-03-30 06:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0de66a85-dc07-5ab4-bbe4-8cae36337d75 with scrape type 2
2026-03-30 06:35:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0de66a85-dc07-5ab4-bbe4-8cae36337d75, identifier: VIG%207935
2026-03-30 06:35:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a373e72-dade-5150-9fed-651e9c25fdd8 with identifier: RK66%20LSD
2026-03-30 06:35:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a373e72-dade-5150-9fed-651e9c25fdd8 with identifier: RK66%20LSD
2026-03-30 06:35:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a373e72-dade-5150-9fed-651e9c25fdd8 with identifier: RK66%20LSD to the API
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK66%20LSD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6a373e72-dade-5150-9fed-651e9c25fdd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK66 LSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK66%20LSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 85124,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A6 3.0 TDI 272 QUATTRO SE EXEC.S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI 272 QUATTRO SE EXEC.S-T',
 'vin': 'WAUZZZ4G3HN031859',
 'year': 2016}
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK66%2520LSD%27 HTTP/1.1" 200 None
2026-03-30 06:35:29 [bca.uk] INFO: Saving data for RK66%20LSD: {'auction_closing_time': 1774951200.0, 'created_time': 1774305611.723346, 'last_price_update_time': 1774852529.578434}
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK66%2520LSD') HTTP/1.1" 204 0
2026-03-30 06:35:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1873895b-f24c-5b67-8d33-07af36a24738 with identifier: BK23%20NWA
2026-03-30 06:35:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1873895b-f24c-5b67-8d33-07af36a24738 with identifier: BK23%20NWA
2026-03-30 06:35:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1873895b-f24c-5b67-8d33-07af36a24738 with identifier: BK23%20NWA to the API
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20NWA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1873895b-f24c-5b67-8d33-07af36a24738',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK23 NWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20NWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT COURIER',
 'odometer': 66643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT COURIER 1.5 TDCI 75 TREND (6) Van',
 'transmission': 'manual',
 'trim': 'TDCI 75 TREND (6)',
 'vin': 'WF0WXXTACWNG85858',
 'year': 2023}
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520NWA%27 HTTP/1.1" 200 None
2026-03-30 06:35:29 [bca.uk] INFO: Saving data for BK23%20NWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564583.326748, 'last_price_update_time': 1774852529.968212}
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520NWA') HTTP/1.1" 204 0
2026-03-30 06:35:29 [bca.uk] INFO: Found listing with ID: BD70%20XDL
2026-03-30 06:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520XDL%27 HTTP/1.1" 200 None
2026-03-30 06:35:30 [bca.uk] INFO: Scrape type for BD70%20XDL: 2
2026-03-30 06:35:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c470781e-d295-5aea-87e5-a7e37efae109 with identifier: BD70%20XDL
2026-03-30 06:35:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c470781e-d295-5aea-87e5-a7e37efae109 with scrape type 2
2026-03-30 06:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c470781e-d295-5aea-87e5-a7e37efae109 with scrape type 2
2026-03-30 06:35:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c470781e-d295-5aea-87e5-a7e37efae109, identifier: BD70%20XDL
2026-03-30 06:35:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0de66a85-dc07-5ab4-bbe4-8cae36337d75 with identifier: VIG%207935
2026-03-30 06:35:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0de66a85-dc07-5ab4-bbe4-8cae36337d75 with identifier: VIG%207935
2026-03-30 06:35:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0de66a85-dc07-5ab4-bbe4-8cae36337d75 with identifier: VIG%207935 to the API
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VIG%207935-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0de66a85-dc07-5ab4-bbe4-8cae36337d75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VIG 7935',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VIG%207935&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'SMART',
 'model': 'FORTWO',
 'odometer': 81455,
 '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': 'SMART FORTWO 1.0 PASSION Convertible',
 'transmission': 'automatic',
 'trim': 'PASSION',
 'vin': 'WME4514312K117909',
 'year': 2008}
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VIG%25207935%27 HTTP/1.1" 200 None
2026-03-30 06:35:30 [bca.uk] INFO: Saving data for VIG%207935: {'auction_closing_time': 1774951200.0, 'created_time': 1774533694.829254, 'last_price_update_time': 1774852530.407174}
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VIG%25207935') HTTP/1.1" 204 0
2026-03-30 06:35:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:35:30 [bca.uk] INFO: Found listing with ID: BT18%20XLN
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520XLN%27 HTTP/1.1" 200 None
2026-03-30 06:35:30 [bca.uk] INFO: Scrape type for BT18%20XLN: 2
2026-03-30 06:35:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4415b276-8c2f-506f-8d6b-a822c90c0e0b with identifier: BT18%20XLN
2026-03-30 06:35:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4415b276-8c2f-506f-8d6b-a822c90c0e0b with scrape type 2
2026-03-30 06:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4415b276-8c2f-506f-8d6b-a822c90c0e0b with scrape type 2
2026-03-30 06:35:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4415b276-8c2f-506f-8d6b-a822c90c0e0b, identifier: BT18%20XLN
2026-03-30 06:35:30 [bca.uk] INFO: Found listing with ID: HV24%20NZP
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520NZP%27 HTTP/1.1" 200 None
2026-03-30 06:35:30 [bca.uk] INFO: Scrape type for HV24%20NZP: 2
2026-03-30 06:35:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with identifier: HV24%20NZP
2026-03-30 06:35:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with scrape type 2
2026-03-30 06:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with scrape type 2
2026-03-30 06:35:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a, identifier: HV24%20NZP
2026-03-30 06:35:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c470781e-d295-5aea-87e5-a7e37efae109 with identifier: BD70%20XDL
2026-03-30 06:35:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c470781e-d295-5aea-87e5-a7e37efae109 with identifier: BD70%20XDL
2026-03-30 06:35:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c470781e-d295-5aea-87e5-a7e37efae109 with identifier: BD70%20XDL to the API
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD70%20XDL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c470781e-d295-5aea-87e5-a7e37efae109',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD70 XDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD70%20XDL&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 42276,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 4WD R-DYNAMIC S',
 'vin': 'SALZA2AN6LH112861',
 'year': 2020}
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520XDL%27 HTTP/1.1" 200 None
2026-03-30 06:35:30 [bca.uk] INFO: Saving data for BD70%20XDL: {'auction_closing_time': 1774864800.0, 'created_time': 1774276656.362449, 'last_price_update_time': 1774852530.925732}
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD70%2520XDL') HTTP/1.1" 204 0
2026-03-30 06:35:30 [bca.uk] INFO: Found listing with ID: BN06%20VJM
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN06%2520VJM%27 HTTP/1.1" 200 None
2026-03-30 06:35:30 [bca.uk] INFO: Scrape type for BN06%20VJM: 2
2026-03-30 06:35:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f040488-9fd1-5be3-9e23-4bff623bf37a with identifier: BN06%20VJM
2026-03-30 06:35:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f040488-9fd1-5be3-9e23-4bff623bf37a with scrape type 2
2026-03-30 06:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f040488-9fd1-5be3-9e23-4bff623bf37a with scrape type 2
2026-03-30 06:35:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f040488-9fd1-5be3-9e23-4bff623bf37a, identifier: BN06%20VJM
2026-03-30 06:35:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4415b276-8c2f-506f-8d6b-a822c90c0e0b with identifier: BT18%20XLN
2026-03-30 06:35:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4415b276-8c2f-506f-8d6b-a822c90c0e0b with identifier: BT18%20XLN
2026-03-30 06:35:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4415b276-8c2f-506f-8d6b-a822c90c0e0b with identifier: BT18%20XLN to the API
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT18%20XLN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4415b276-8c2f-506f-8d6b-a822c90c0e0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT18 XLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT18%20XLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'COMBO',
 'odometer': 32975,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO 1.3 CDTI 95 2000 L1 H1 S/S Van',
 'transmission': 'manual',
 'trim': 'CDTI 95 2000 L1 H1 S/S',
 'vin': 'W0L6ZZU1AH9617681',
 'year': 2018}
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520XLN%27 HTTP/1.1" 200 None
2026-03-30 06:35:31 [bca.uk] INFO: Saving data for BT18%20XLN: {'auction_closing_time': 1774951200.0, 'created_time': 1774564116.419611, 'last_price_update_time': 1774852531.65382}
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT18%2520XLN') HTTP/1.1" 204 0
2026-03-30 06:35:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with identifier: HV24%20NZP
2026-03-30 06:35:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with identifier: HV24%20NZP
2026-03-30 06:35:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c2fe8c7-af88-534b-9ed7-f657abbd8b7a with identifier: HV24%20NZP to the API
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV24%20NZP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1c2fe8c7-af88-534b-9ed7-f657abbd8b7a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV24 NZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV24%20NZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 46955,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 280 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 280 L1 H1 LIMITED',
 'vin': 'WF0RXXTA6RRB98401',
 'year': 2024}
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520NZP%27 HTTP/1.1" 200 None
2026-03-30 06:35:31 [bca.uk] INFO: Saving data for HV24%20NZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564689.289127, 'last_price_update_time': 1774852531.945172}
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520NZP') HTTP/1.1" 204 0
2026-03-30 06:35:31 [bca.uk] INFO: Found listing with ID: DC18%20OMJ
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520OMJ%27 HTTP/1.1" 200 None
2026-03-30 06:35:31 [bca.uk] INFO: Scrape type for DC18%20OMJ: 2
2026-03-30 06:35:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57e15a4a-fa0d-5273-911b-67ab10dfcc9b with identifier: DC18%20OMJ
2026-03-30 06:35:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57e15a4a-fa0d-5273-911b-67ab10dfcc9b with scrape type 2
2026-03-30 06:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57e15a4a-fa0d-5273-911b-67ab10dfcc9b with scrape type 2
2026-03-30 06:35:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57e15a4a-fa0d-5273-911b-67ab10dfcc9b, identifier: DC18%20OMJ
2026-03-30 06:35:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f040488-9fd1-5be3-9e23-4bff623bf37a with identifier: BN06%20VJM
2026-03-30 06:35:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f040488-9fd1-5be3-9e23-4bff623bf37a with identifier: BN06%20VJM
2026-03-30 06:35:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f040488-9fd1-5be3-9e23-4bff623bf37a with identifier: BN06%20VJM to the API
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN06%20VJM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1f040488-9fd1-5be3-9e23-4bff623bf37a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN06 VJM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN06%20VJM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'VIANO',
 'odometer': 999999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VIANO 2.2 CDI AMBIENTE (LONG) MPV',
 'transmission': 'manual',
 'trim': 'CDI AMBIENTE (LONG)',
 'vin': 'WDF63981323207472',
 'year': 2006}
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN06%2520VJM%27 HTTP/1.1" 200 None
2026-03-30 06:35:32 [bca.uk] INFO: Saving data for BN06%20VJM: {'auction_closing_time': 1774951200.0, 'created_time': 1774448098.53176, 'last_price_update_time': 1774852532.360244}
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN06%2520VJM') HTTP/1.1" 204 0
2026-03-30 06:35:32 [bca.uk] INFO: Found listing with ID: BSZ%209114
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BSZ%25209114%27 HTTP/1.1" 200 None
2026-03-30 06:35:32 [bca.uk] INFO: Scrape type for BSZ%209114: 2
2026-03-30 06:35:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bd8cff7-48de-56b9-9666-78905e66c7ad with identifier: BSZ%209114
2026-03-30 06:35:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bd8cff7-48de-56b9-9666-78905e66c7ad with scrape type 2
2026-03-30 06:35:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bd8cff7-48de-56b9-9666-78905e66c7ad with scrape type 2
2026-03-30 06:35:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9bd8cff7-48de-56b9-9666-78905e66c7ad, identifier: BSZ%209114
2026-03-30 06:35:32 [bca.uk] INFO: Found listing with ID: LC71%20HHE
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520HHE%27 HTTP/1.1" 200 None
2026-03-30 06:35:32 [bca.uk] INFO: Scrape type for LC71%20HHE: 2
2026-03-30 06:35:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d0747c3-810b-5918-8a96-802e4419cf99 with identifier: LC71%20HHE
2026-03-30 06:35:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d0747c3-810b-5918-8a96-802e4419cf99 with scrape type 2
2026-03-30 06:35:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d0747c3-810b-5918-8a96-802e4419cf99 with scrape type 2
2026-03-30 06:35:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d0747c3-810b-5918-8a96-802e4419cf99, identifier: LC71%20HHE
2026-03-30 06:35:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57e15a4a-fa0d-5273-911b-67ab10dfcc9b with identifier: DC18%20OMJ
2026-03-30 06:35:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57e15a4a-fa0d-5273-911b-67ab10dfcc9b with identifier: DC18%20OMJ
2026-03-30 06:35:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57e15a4a-fa0d-5273-911b-67ab10dfcc9b with identifier: DC18%20OMJ to the API
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC18%20OMJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '57e15a4a-fa0d-5273-911b-67ab10dfcc9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC18 OMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC18%20OMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 74225,
 'odometer_reading_unit': '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 P250 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'P250 R-DYNAMIC HSE',
 'vin': 'SALYA2AX6KA779966',
 'year': 2018}
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC18%2520OMJ%27 HTTP/1.1" 200 None
2026-03-30 06:35:32 [bca.uk] INFO: Saving data for DC18%20OMJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773960008.195795, 'last_price_update_time': 1774852532.890898}
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC18%2520OMJ') HTTP/1.1" 204 0
2026-03-30 06:35:32 [bca.uk] INFO: Found listing with ID: PE59%20YSU
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE59%2520YSU%27 HTTP/1.1" 200 None
2026-03-30 06:35:32 [bca.uk] INFO: Scrape type for PE59%20YSU: 2
2026-03-30 06:35:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with identifier: PE59%20YSU
2026-03-30 06:35:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with scrape type 2
2026-03-30 06:35:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with scrape type 2
2026-03-30 06:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec, identifier: PE59%20YSU
2026-03-30 06:35:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9bd8cff7-48de-56b9-9666-78905e66c7ad with identifier: BSZ%209114
2026-03-30 06:35:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9bd8cff7-48de-56b9-9666-78905e66c7ad with identifier: BSZ%209114
2026-03-30 06:35:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9bd8cff7-48de-56b9-9666-78905e66c7ad with identifier: BSZ%209114 to the API
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 285,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BSZ%209114-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9bd8cff7-48de-56b9-9666-78905e66c7ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BSZ 9114',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BSZ%209114&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 76843,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'PORSCHE 911 3.8 CARRERA 4 S (997) Coupe',
 'transmission': 'manual',
 'trim': 'CARRERA 4 S (997)',
 'vin': 'WP0ZZZ99Z7S721819',
 'year': 2006}
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BSZ%25209114%27 HTTP/1.1" 200 None
2026-03-30 06:35:33 [bca.uk] INFO: Saving data for BSZ%209114: {'auction_closing_time': 1774951200.0, 'created_time': 1774436692.387142, 'last_price_update_time': 1774852533.31784}
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BSZ%25209114') HTTP/1.1" 204 0
2026-03-30 06:35:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d0747c3-810b-5918-8a96-802e4419cf99 with identifier: LC71%20HHE
2026-03-30 06:35:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d0747c3-810b-5918-8a96-802e4419cf99 with identifier: LC71%20HHE
2026-03-30 06:35:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d0747c3-810b-5918-8a96-802e4419cf99 with identifier: LC71%20HHE to the API
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC71%20HHE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d0747c3-810b-5918-8a96-802e4419cf99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC71 HHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC71%20HHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 87779,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1400 2.0 BLUEHDI 120 M ENTERPRISE S/S PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 M ENTERPRISE S/S',
 'vin': 'VF7VFAHKKM7847058',
 'year': 2021}
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520HHE%27 HTTP/1.1" 200 None
2026-03-30 06:35:33 [bca.uk] INFO: Saving data for LC71%20HHE: {'auction_closing_time': 1774864800.0, 'created_time': 1774564685.491579, 'last_price_update_time': 1774852533.604604}
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC71%2520HHE') HTTP/1.1" 204 0
2026-03-30 06:35:33 [bca.uk] INFO: Found listing with ID: GY20%20ORS
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520ORS%27 HTTP/1.1" 200 None
2026-03-30 06:35:33 [bca.uk] INFO: Scrape type for GY20%20ORS: 2
2026-03-30 06:35:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eafb49e6-0563-52e7-9d1d-55c806644b07 with identifier: GY20%20ORS
2026-03-30 06:35:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eafb49e6-0563-52e7-9d1d-55c806644b07 with scrape type 2
2026-03-30 06:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eafb49e6-0563-52e7-9d1d-55c806644b07 with scrape type 2
2026-03-30 06:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eafb49e6-0563-52e7-9d1d-55c806644b07, identifier: GY20%20ORS
2026-03-30 06:35:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with identifier: PE59%20YSU
2026-03-30 06:35:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with identifier: PE59%20YSU
2026-03-30 06:35:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10abf5eb-51aa-51bd-bfbf-ae9b067be7ec with identifier: PE59%20YSU to the API
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 264,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE59%20YSU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10abf5eb-51aa-51bd-bfbf-ae9b067be7ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE59 YSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE59%20YSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'XK',
 'odometer': 92201,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR XK 5.0 V8 PORTFOLIO Convertible',
 'transmission': 'automatic',
 'trim': 'V8 PORTFOLIO',
 'vin': 'SAJAC46P1ALB35306',
 'year': 2009}
2026-03-30 06:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE59%2520YSU%27 HTTP/1.1" 200 None
2026-03-30 06:35:34 [bca.uk] INFO: Saving data for PE59%20YSU: {'auction_closing_time': 1774951200.0, 'created_time': 1774477134.024732, 'last_price_update_time': 1774852534.002377}
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE59%2520YSU') HTTP/1.1" 204 0
2026-03-30 06:35:34 [bca.uk] INFO: Found listing with ID: VE70%20GKN
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520GKN%27 HTTP/1.1" 200 None
2026-03-30 06:35:34 [bca.uk] INFO: Scrape type for VE70%20GKN: 2
2026-03-30 06:35:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ae0e888-1a68-5999-8e50-799b8b31d500 with identifier: VE70%20GKN
2026-03-30 06:35:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ae0e888-1a68-5999-8e50-799b8b31d500 with scrape type 2
2026-03-30 06:35:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ae0e888-1a68-5999-8e50-799b8b31d500 with scrape type 2
2026-03-30 06:35:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ae0e888-1a68-5999-8e50-799b8b31d500, identifier: VE70%20GKN
2026-03-30 06:35:34 [bca.uk] INFO: Found listing with ID: NL23%20LRY
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520LRY%27 HTTP/1.1" 200 None
2026-03-30 06:35:34 [bca.uk] INFO: Scrape type for NL23%20LRY: 2
2026-03-30 06:35:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70d3654c-65d5-5988-887e-925281d2f6ca with identifier: NL23%20LRY
2026-03-30 06:35:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70d3654c-65d5-5988-887e-925281d2f6ca with scrape type 2
2026-03-30 06:35:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70d3654c-65d5-5988-887e-925281d2f6ca with scrape type 2
2026-03-30 06:35:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70d3654c-65d5-5988-887e-925281d2f6ca, identifier: NL23%20LRY
2026-03-30 06:35:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eafb49e6-0563-52e7-9d1d-55c806644b07 with identifier: GY20%20ORS
2026-03-30 06:35:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eafb49e6-0563-52e7-9d1d-55c806644b07 with identifier: GY20%20ORS
2026-03-30 06:35:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eafb49e6-0563-52e7-9d1d-55c806644b07 with identifier: GY20%20ORS to the API
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY20%20ORS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eafb49e6-0563-52e7-9d1d-55c806644b07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY20 ORS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY20%20ORS&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 77243,
 'odometer_reading_unit': '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.0 TSI 115 SE TECHNOLOGY EZ StationWagon',
 'transmission': 'manual',
 'trim': 'TSI 115 SE TECHNOLOGY EZ',
 'vin': 'VSSZZZ5FZL6508322',
 'year': 2020}
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520ORS%27 HTTP/1.1" 200 None
2026-03-30 06:35:34 [bca.uk] INFO: Saving data for GY20%20ORS: {'auction_closing_time': 1774864800.0, 'created_time': 1774045278.353515, 'last_price_update_time': 1774852534.514664}
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY20%2520ORS') HTTP/1.1" 204 0
2026-03-30 06:35:34 [bca.uk] INFO: Found listing with ID: SX66%20GHH
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX66%2520GHH%27 HTTP/1.1" 200 None
2026-03-30 06:35:34 [bca.uk] INFO: Scrape type for SX66%20GHH: 2
2026-03-30 06:35:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f34c7919-3023-5cf4-90a5-f657fa1528bf with identifier: SX66%20GHH
2026-03-30 06:35:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f34c7919-3023-5cf4-90a5-f657fa1528bf with scrape type 2
2026-03-30 06:35:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f34c7919-3023-5cf4-90a5-f657fa1528bf with scrape type 2
2026-03-30 06:35:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f34c7919-3023-5cf4-90a5-f657fa1528bf, identifier: SX66%20GHH
2026-03-30 06:35:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ae0e888-1a68-5999-8e50-799b8b31d500 with identifier: VE70%20GKN
2026-03-30 06:35:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ae0e888-1a68-5999-8e50-799b8b31d500 with identifier: VE70%20GKN
2026-03-30 06:35:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ae0e888-1a68-5999-8e50-799b8b31d500 with identifier: VE70%20GKN to the API
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE70%20GKN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4ae0e888-1a68-5999-8e50-799b8b31d500',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE70 GKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE70%20GKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 31939,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW039645',
 'year': 2021}
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520GKN%27 HTTP/1.1" 200 None
2026-03-30 06:35:35 [bca.uk] INFO: Saving data for VE70%20GKN: {'auction_closing_time': 1775037600.0, 'created_time': 1774564121.509754, 'last_price_update_time': 1774852535.011991}
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE70%2520GKN') HTTP/1.1" 204 0
2026-03-30 06:35:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70d3654c-65d5-5988-887e-925281d2f6ca with identifier: NL23%20LRY
2026-03-30 06:35:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70d3654c-65d5-5988-887e-925281d2f6ca with identifier: NL23%20LRY
2026-03-30 06:35:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70d3654c-65d5-5988-887e-925281d2f6ca with identifier: NL23%20LRY to the API
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20LRY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70d3654c-65d5-5988-887e-925281d2f6ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL23 LRY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20LRY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 27392,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 28 2.0 B/DCI 130 SL SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 SL SPORT',
 'vin': 'VF1FL000870077175',
 'year': 2023}
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520LRY%27 HTTP/1.1" 200 None
2026-03-30 06:35:35 [bca.uk] INFO: Saving data for NL23%20LRY: {'auction_closing_time': 1774864800.0, 'created_time': 1774564664.451206, 'last_price_update_time': 1774852535.30091}
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520LRY') HTTP/1.1" 204 0
2026-03-30 06:35:35 [bca.uk] INFO: Found listing with ID: RV72%20YNL
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV72%2520YNL%27 HTTP/1.1" 200 None
2026-03-30 06:35:35 [bca.uk] INFO: Scrape type for RV72%20YNL: 2
2026-03-30 06:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fdfdebc-ee02-50be-b1bf-58abe59f05af with identifier: RV72%20YNL
2026-03-30 06:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fdfdebc-ee02-50be-b1bf-58abe59f05af with scrape type 2
2026-03-30 06:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fdfdebc-ee02-50be-b1bf-58abe59f05af with scrape type 2
2026-03-30 06:35:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fdfdebc-ee02-50be-b1bf-58abe59f05af, identifier: RV72%20YNL
2026-03-30 06:35:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f34c7919-3023-5cf4-90a5-f657fa1528bf with identifier: SX66%20GHH
2026-03-30 06:35:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f34c7919-3023-5cf4-90a5-f657fa1528bf with identifier: SX66%20GHH
2026-03-30 06:35:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f34c7919-3023-5cf4-90a5-f657fa1528bf with identifier: SX66%20GHH to the API
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f34c7919-3023-5cf4-90a5-f657fa1528bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SX66 GHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SX66%20GHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 60944,
 'odometer_reading_unit': '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 TOUAREG 3.0 V6 TDI 262 BMT R LINE PLUS TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 262 BMT R LINE PLUS TIP',
 'vin': 'WVGZZZ7PZHD009196',
 'year': 2016}
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX66%2520GHH%27 HTTP/1.1" 200 None
2026-03-30 06:35:35 [bca.uk] INFO: Saving data for SX66%20GHH: {'auction_closing_time': 1775037600.0, 'created_time': 1774533788.892647, 'last_price_update_time': 1774852535.687123}
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SX66%2520GHH') HTTP/1.1" 204 0
2026-03-30 06:35:35 [bca.uk] INFO: Total items found: 100
2026-03-30 06:35:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded
2026-03-30 06:35:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:35:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:35:35 [bca.uk] INFO: Found listing with ID: HF23%20PRZ
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520PRZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:35 [bca.uk] INFO: Scrape type for HF23%20PRZ: 2
2026-03-30 06:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0db172f1-c775-5ab3-91f5-c31d13f897f4 with identifier: HF23%20PRZ
2026-03-30 06:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0db172f1-c775-5ab3-91f5-c31d13f897f4 with scrape type 2
2026-03-30 06:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0db172f1-c775-5ab3-91f5-c31d13f897f4 with scrape type 2
2026-03-30 06:35:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0db172f1-c775-5ab3-91f5-c31d13f897f4, identifier: HF23%20PRZ
2026-03-30 06:35:35 [bca.uk] INFO: Found listing with ID: LG22%20UWX
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520UWX%27 HTTP/1.1" 200 None
2026-03-30 06:35:35 [bca.uk] INFO: Scrape type for LG22%20UWX: 2
2026-03-30 06:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with identifier: LG22%20UWX
2026-03-30 06:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with scrape type 2
2026-03-30 06:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with scrape type 2
2026-03-30 06:35:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cc9e392-6ddc-5e70-9b69-2821d41a71dc, identifier: LG22%20UWX
2026-03-30 06:35:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fdfdebc-ee02-50be-b1bf-58abe59f05af with identifier: RV72%20YNL
2026-03-30 06:35:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fdfdebc-ee02-50be-b1bf-58abe59f05af with identifier: RV72%20YNL
2026-03-30 06:35:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fdfdebc-ee02-50be-b1bf-58abe59f05af with identifier: RV72%20YNL to the API
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV72%20YNL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8fdfdebc-ee02-50be-b1bf-58abe59f05af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV72 YNL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV72%20YNL&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 70451,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T5 PHEV ULTIMATE DARK StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV ULTIMATE DARK',
 'vin': 'YV1XZBBV0P2959447',
 'year': 2022}
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV72%2520YNL%27 HTTP/1.1" 200 None
2026-03-30 06:35:36 [bca.uk] INFO: Saving data for RV72%20YNL: {'auction_closing_time': 1774864800.0, 'created_time': 1774044634.54403, 'last_price_update_time': 1774852536.368606}
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV72%2520YNL') HTTP/1.1" 204 0
2026-03-30 06:35:36 [bca.uk] INFO: Found listing with ID: PO67%20AZA
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520AZA%27 HTTP/1.1" 200 None
2026-03-30 06:35:36 [bca.uk] INFO: Scrape type for PO67%20AZA: 2
2026-03-30 06:35:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d84e9277-d736-55b5-bb09-7b6a99545349 with identifier: PO67%20AZA
2026-03-30 06:35:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d84e9277-d736-55b5-bb09-7b6a99545349 with scrape type 2
2026-03-30 06:35:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d84e9277-d736-55b5-bb09-7b6a99545349 with scrape type 2
2026-03-30 06:35:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d84e9277-d736-55b5-bb09-7b6a99545349, identifier: PO67%20AZA
2026-03-30 06:35:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:35:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:35:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0db172f1-c775-5ab3-91f5-c31d13f897f4 with identifier: HF23%20PRZ
2026-03-30 06:35:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0db172f1-c775-5ab3-91f5-c31d13f897f4 with identifier: HF23%20PRZ
2026-03-30 06:35:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0db172f1-c775-5ab3-91f5-c31d13f897f4 with identifier: HF23%20PRZ to the API
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 247,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF23%20PRZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0db172f1-c775-5ab3-91f5-c31d13f897f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF23 PRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF23%20PRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLE53 AMG',
 'odometer': 23298,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLE53 AMG 3.0 4M+ PREMIUM PLUS (7ST) 9G StationWagon',
 'transmission': 'manual',
 'trim': '4M+ PREMIUM PLUS (7ST) 9G',
 'vin': 'W1NFB6BEXPA943591',
 'year': 2023}
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520PRZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:36 [bca.uk] INFO: Saving data for HF23%20PRZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774564121.8757, 'last_price_update_time': 1774852536.802043}
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF23%2520PRZ') HTTP/1.1" 204 0
2026-03-30 06:35:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with identifier: LG22%20UWX
2026-03-30 06:35:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with identifier: LG22%20UWX
2026-03-30 06:35:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cc9e392-6ddc-5e70-9b69-2821d41a71dc with identifier: LG22%20UWX to the API
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG22%20UWX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8cc9e392-6ddc-5e70-9b69-2821d41a71dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG22 UWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG22%20UWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 40317,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.5 B/HDI 100 1000 ENTER.PRO (6SP) Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 ENTER.PRO (6SP)',
 'vin': 'VR7EFYHT2MJ960157',
 'year': 2022}
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520UWX%27 HTTP/1.1" 200 None
2026-03-30 06:35:37 [bca.uk] INFO: Saving data for LG22%20UWX: {'auction_closing_time': 1774864800.0, 'created_time': 1774564665.771378, 'last_price_update_time': 1774852537.090952}
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG22%2520UWX') HTTP/1.1" 204 0
2026-03-30 06:35:37 [bca.uk] INFO: Found listing with ID: HT19%20YOF
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT19%2520YOF%27 HTTP/1.1" 200 None
2026-03-30 06:35:37 [bca.uk] INFO: Scrape type for HT19%20YOF: 2
2026-03-30 06:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d199eca0-5c67-5ce5-9da9-968597083d07 with identifier: HT19%20YOF
2026-03-30 06:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d199eca0-5c67-5ce5-9da9-968597083d07 with scrape type 2
2026-03-30 06:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d199eca0-5c67-5ce5-9da9-968597083d07 with scrape type 2
2026-03-30 06:35:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d199eca0-5c67-5ce5-9da9-968597083d07, identifier: HT19%20YOF
2026-03-30 06:35:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d84e9277-d736-55b5-bb09-7b6a99545349 with identifier: PO67%20AZA
2026-03-30 06:35:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d84e9277-d736-55b5-bb09-7b6a99545349 with identifier: PO67%20AZA
2026-03-30 06:35:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d84e9277-d736-55b5-bb09-7b6a99545349 with identifier: PO67%20AZA to the API
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO67%20AZA-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd84e9277-d736-55b5-bb09-7b6a99545349',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO67 AZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO67%20AZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ELDDIS',
 'model': 'MAJESTIC',
 'odometer': 14637,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'ELDDIS MAJESTIC 2.0 155 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '155 MOTORHOME',
 'vin': 'VF3YC3MAU12F01998',
 'year': 2017}
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520AZA%27 HTTP/1.1" 200 None
2026-03-30 06:35:37 [bca.uk] INFO: Saving data for PO67%20AZA: {'auction_closing_time': 1775124000.0, 'created_time': 1774536435.901834, 'last_price_update_time': 1774852537.488899}
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO67%2520AZA') HTTP/1.1" 204 0
2026-03-30 06:35:37 [bca.uk] INFO: Found listing with ID: DS24%20OUY
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OUY%27 HTTP/1.1" 200 None
2026-03-30 06:35:37 [bca.uk] INFO: Scrape type for DS24%20OUY: 2
2026-03-30 06:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with identifier: DS24%20OUY
2026-03-30 06:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with scrape type 2
2026-03-30 06:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with scrape type 2
2026-03-30 06:35:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9, identifier: DS24%20OUY
2026-03-30 06:35:37 [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:35:37 [bca.uk] INFO: Found listing with ID: WA07%20OGR
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA07%2520OGR%27 HTTP/1.1" 200 None
2026-03-30 06:35:37 [bca.uk] INFO: Scrape type for WA07%20OGR: 2
2026-03-30 06:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ea524e6-7063-5afe-9da9-e0e21578e956 with identifier: WA07%20OGR
2026-03-30 06:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ea524e6-7063-5afe-9da9-e0e21578e956 with scrape type 2
2026-03-30 06:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ea524e6-7063-5afe-9da9-e0e21578e956 with scrape type 2
2026-03-30 06:35:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ea524e6-7063-5afe-9da9-e0e21578e956, identifier: WA07%20OGR
2026-03-30 06:35:37 [bca.uk] INFO: Found listing with ID: ML20%20YAO
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML20%2520YAO%27 HTTP/1.1" 200 None
2026-03-30 06:35:37 [bca.uk] INFO: Scrape type for ML20%20YAO: 2
2026-03-30 06:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 484119ea-1729-5d97-b7d9-c87c0f09139b with identifier: ML20%20YAO
2026-03-30 06:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 484119ea-1729-5d97-b7d9-c87c0f09139b with scrape type 2
2026-03-30 06:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 484119ea-1729-5d97-b7d9-c87c0f09139b with scrape type 2
2026-03-30 06:35:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 484119ea-1729-5d97-b7d9-c87c0f09139b, identifier: ML20%20YAO
2026-03-30 06:35:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d199eca0-5c67-5ce5-9da9-968597083d07 with identifier: HT19%20YOF
2026-03-30 06:35:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d199eca0-5c67-5ce5-9da9-968597083d07 with identifier: HT19%20YOF
2026-03-30 06:35:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d199eca0-5c67-5ce5-9da9-968597083d07 with identifier: HT19%20YOF to the API
2026-03-30 06:35:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT19%20YOF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd199eca0-5c67-5ce5-9da9-968597083d07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT19 YOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT19%20YOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'COMBO LIFE',
 'odometer': 96552,
 'odometer_reading_unit': '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 LIFE 1.5 TURBO D 100 ENERGY XL (7ST) MPV',
 'transmission': 'manual',
 'trim': 'TURBO D 100 ENERGY XL (7ST)',
 'vin': 'W0VECYHYCKJ536046',
 'year': 2019}
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT19%2520YOF%27 HTTP/1.1" 200 None
2026-03-30 06:35:38 [bca.uk] INFO: Saving data for HT19%20YOF: {'auction_closing_time': 1774864800.0, 'created_time': 1774533777.439801, 'last_price_update_time': 1774852538.142024}
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT19%2520YOF') HTTP/1.1" 204 0
2026-03-30 06:35:38 [bca.uk] INFO: Found listing with ID: GJ66%20TWK
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ66%2520TWK%27 HTTP/1.1" 200 None
2026-03-30 06:35:38 [bca.uk] INFO: Scrape type for GJ66%20TWK: 2
2026-03-30 06:35:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78476ad3-12e1-5c65-bffd-cc3702795c45 with identifier: GJ66%20TWK
2026-03-30 06:35:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78476ad3-12e1-5c65-bffd-cc3702795c45 with scrape type 2
2026-03-30 06:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78476ad3-12e1-5c65-bffd-cc3702795c45 with scrape type 2
2026-03-30 06:35:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78476ad3-12e1-5c65-bffd-cc3702795c45, identifier: GJ66%20TWK
2026-03-30 06:35:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with identifier: DS24%20OUY
2026-03-30 06:35:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with identifier: DS24%20OUY
2026-03-30 06:35:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9 with identifier: DS24%20OUY to the API
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20OUY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f1a61f3-7ad1-5334-bcd9-a9d055e1fbc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 OUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20OUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 8338,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNSXR6015661',
 'year': 2024}
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OUY%27 HTTP/1.1" 200 None
2026-03-30 06:35:38 [bca.uk] INFO: Saving data for DS24%20OUY: {'auction_closing_time': 1775037600.0, 'created_time': 1774004653.841561, 'last_price_update_time': 1774852538.575832}
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520OUY') HTTP/1.1" 204 0
2026-03-30 06:35:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ea524e6-7063-5afe-9da9-e0e21578e956 with identifier: WA07%20OGR
2026-03-30 06:35:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ea524e6-7063-5afe-9da9-e0e21578e956 with identifier: WA07%20OGR
2026-03-30 06:35:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ea524e6-7063-5afe-9da9-e0e21578e956 with identifier: WA07%20OGR to the API
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA07%20OGR-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1ea524e6-7063-5afe-9da9-e0e21578e956',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA07 OGR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA07%20OGR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-TRAIL',
 'model': 'APACHE',
 'odometer': 35060,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'AUTO-TRAIL APACHE 2.3 SE MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'SE MOTORHOME',
 'vin': 'ZFA25000001020916',
 'year': 2007}
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA07%2520OGR%27 HTTP/1.1" 200 None
2026-03-30 06:35:38 [bca.uk] INFO: Saving data for WA07%20OGR: {'auction_closing_time': 1775124000.0, 'created_time': 1774564095.858313, 'last_price_update_time': 1774852538.873228}
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA07%2520OGR') HTTP/1.1" 204 0
2026-03-30 06:35:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 484119ea-1729-5d97-b7d9-c87c0f09139b with identifier: ML20%20YAO
2026-03-30 06:35:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 484119ea-1729-5d97-b7d9-c87c0f09139b with identifier: ML20%20YAO
2026-03-30 06:35:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 484119ea-1729-5d97-b7d9-c87c0f09139b with identifier: ML20%20YAO to the API
2026-03-30 06:35:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML20%20YAO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '484119ea-1729-5d97-b7d9-c87c0f09139b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML20 YAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML20%20YAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'KANGOO MAXI',
 'odometer': 82264,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'RENAULT KANGOO MAXI 1.5 LL21DCI ENERGY 95 BUSINESS Van',
 'transmission': 'manual',
 'trim': 'LL21DCI ENERGY 95 BUSINESS',
 'vin': 'VF1WF000765063258',
 'year': 2020}
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML20%2520YAO%27 HTTP/1.1" 200 None
2026-03-30 06:35:39 [bca.uk] INFO: Saving data for ML20%20YAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774564572.213822, 'last_price_update_time': 1774852539.18095}
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML20%2520YAO') HTTP/1.1" 204 0
2026-03-30 06:35:39 [bca.uk] INFO: Found listing with ID: WD72%20HNU
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520HNU%27 HTTP/1.1" 200 None
2026-03-30 06:35:39 [bca.uk] INFO: Scrape type for WD72%20HNU: 2
2026-03-30 06:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18ee9fb5-583c-5e50-aa86-8fc8809851b4 with identifier: WD72%20HNU
2026-03-30 06:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18ee9fb5-583c-5e50-aa86-8fc8809851b4 with scrape type 2
2026-03-30 06:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18ee9fb5-583c-5e50-aa86-8fc8809851b4 with scrape type 2
2026-03-30 06:35:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18ee9fb5-583c-5e50-aa86-8fc8809851b4, identifier: WD72%20HNU
2026-03-30 06:35:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78476ad3-12e1-5c65-bffd-cc3702795c45 with identifier: GJ66%20TWK
2026-03-30 06:35:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78476ad3-12e1-5c65-bffd-cc3702795c45 with identifier: GJ66%20TWK
2026-03-30 06:35:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78476ad3-12e1-5c65-bffd-cc3702795c45 with identifier: GJ66%20TWK to the API
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ66%20TWK-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '78476ad3-12e1-5c65-bffd-cc3702795c45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ66 TWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ66%20TWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 74139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WV1ZZZ7HZGH133712',
 'year': 2016}
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ66%2520TWK%27 HTTP/1.1" 200 None
2026-03-30 06:35:39 [bca.uk] INFO: Saving data for GJ66%20TWK: {'auction_closing_time': 1775124000.0, 'created_time': 1774536435.466081, 'last_price_update_time': 1774852539.596386}
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ66%2520TWK') HTTP/1.1" 204 0
2026-03-30 06:35:39 [bca.uk] INFO: Found listing with ID: DS24%20OZO
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OZO%27 HTTP/1.1" 200 None
2026-03-30 06:35:39 [bca.uk] INFO: Scrape type for DS24%20OZO: 0
2026-03-30 06:35:39 [bca.uk] INFO: Found listing with ID: GL72%20ODW
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520ODW%27 HTTP/1.1" 200 None
2026-03-30 06:35:39 [bca.uk] INFO: Scrape type for GL72%20ODW: 2
2026-03-30 06:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19b3dc2f-f05a-5068-8c06-bee73ea1f10b with identifier: GL72%20ODW
2026-03-30 06:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19b3dc2f-f05a-5068-8c06-bee73ea1f10b with scrape type 2
2026-03-30 06:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19b3dc2f-f05a-5068-8c06-bee73ea1f10b with scrape type 2
2026-03-30 06:35:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19b3dc2f-f05a-5068-8c06-bee73ea1f10b, identifier: GL72%20ODW
2026-03-30 06:35:39 [bca.uk] INFO: Found listing with ID: KY19%20KGF
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520KGF%27 HTTP/1.1" 200 None
2026-03-30 06:35:39 [bca.uk] INFO: Scrape type for KY19%20KGF: 2
2026-03-30 06:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8415d56-1bde-5e39-a80d-4f71b6dceee7 with identifier: KY19%20KGF
2026-03-30 06:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8415d56-1bde-5e39-a80d-4f71b6dceee7 with scrape type 2
2026-03-30 06:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8415d56-1bde-5e39-a80d-4f71b6dceee7 with scrape type 2
2026-03-30 06:35:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8415d56-1bde-5e39-a80d-4f71b6dceee7, identifier: KY19%20KGF
2026-03-30 06:35:39 [bca.uk] INFO: Found listing with ID: RO23%20VNF
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520VNF%27 HTTP/1.1" 200 None
2026-03-30 06:35:39 [bca.uk] INFO: Scrape type for RO23%20VNF: 2
2026-03-30 06:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fde49768-b013-5eda-8bbb-5d8bf6f975cd with identifier: RO23%20VNF
2026-03-30 06:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fde49768-b013-5eda-8bbb-5d8bf6f975cd with scrape type 2
2026-03-30 06:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fde49768-b013-5eda-8bbb-5d8bf6f975cd with scrape type 2
2026-03-30 06:35:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fde49768-b013-5eda-8bbb-5d8bf6f975cd, identifier: RO23%20VNF
2026-03-30 06:35:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18ee9fb5-583c-5e50-aa86-8fc8809851b4 with identifier: WD72%20HNU
2026-03-30 06:35:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18ee9fb5-583c-5e50-aa86-8fc8809851b4 with identifier: WD72%20HNU
2026-03-30 06:35:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18ee9fb5-583c-5e50-aa86-8fc8809851b4 with identifier: WD72%20HNU to the API
2026-03-30 06:35:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD72%20HNU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '18ee9fb5-583c-5e50-aa86-8fc8809851b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD72 HNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD72%20HNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 24806,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJW74U92PZ066043',
 'year': 2023}
2026-03-30 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520HNU%27 HTTP/1.1" 200 None
2026-03-30 06:35:40 [bca.uk] INFO: Saving data for WD72%20HNU: {'auction_closing_time': 1774864800.0, 'created_time': 1774533768.998058, 'last_price_update_time': 1774852540.90767}
2026-03-30 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD72%2520HNU') HTTP/1.1" 204 0
2026-03-30 06:35:40 [bca.uk] INFO: Found listing with ID: NX11%20EFC
2026-03-30 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520EFC%27 HTTP/1.1" 200 None
2026-03-30 06:35:40 [bca.uk] INFO: Scrape type for NX11%20EFC: 2
2026-03-30 06:35:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with identifier: NX11%20EFC
2026-03-30 06:35:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with scrape type 2
2026-03-30 06:35:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with scrape type 2
2026-03-30 06:35:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6f6019d-cc05-5ed3-b863-ebbbc439d4ab, identifier: NX11%20EFC
2026-03-30 06:35:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19b3dc2f-f05a-5068-8c06-bee73ea1f10b with identifier: GL72%20ODW
2026-03-30 06:35:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19b3dc2f-f05a-5068-8c06-bee73ea1f10b with identifier: GL72%20ODW
2026-03-30 06:35:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19b3dc2f-f05a-5068-8c06-bee73ea1f10b with identifier: GL72%20ODW to the API
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20ODW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '19b3dc2f-f05a-5068-8c06-bee73ea1f10b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL72 ODW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20ODW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 49755,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS6PC588319',
 'year': 2022}
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520ODW%27 HTTP/1.1" 200 None
2026-03-30 06:35:41 [bca.uk] INFO: Saving data for GL72%20ODW: {'auction_closing_time': 1774864800.0, 'created_time': 1774533974.742713, 'last_price_update_time': 1774852541.306328}
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520ODW') HTTP/1.1" 204 0
2026-03-30 06:35:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8415d56-1bde-5e39-a80d-4f71b6dceee7 with identifier: KY19%20KGF
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red+%28key+in+office%29 HTTP/1.1" 200 None
2026-03-30 06:35:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:35:41 [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:35:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8415d56-1bde-5e39-a80d-4f71b6dceee7 with identifier: KY19%20KGF
2026-03-30 06:35:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8415d56-1bde-5e39-a80d-4f71b6dceee7 with identifier: KY19%20KGF to the API
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY19%20KGF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8415d56-1bde-5e39-a80d-4f71b6dceee7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY19 KGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY19%20KGF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'ASTON MARTIN',
 'model': 'V8 VANTAGE',
 'odometer': 16610,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'ASTON MARTIN V8 VANTAGE 4.0 (ZF8) Coupe',
 'transmission': 'automatic',
 'trim': '(ZF8)',
 'vin': 'SCFSLGAW6LGN02911',
 'year': 2019}
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY19%2520KGF%27 HTTP/1.1" 200 None
2026-03-30 06:35:41 [bca.uk] INFO: Saving data for KY19%20KGF: {'auction_closing_time': 1775124000.0, 'created_time': 1774101883.504747, 'last_price_update_time': 1774852541.745092}
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY19%2520KGF') HTTP/1.1" 204 0
2026-03-30 06:35:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fde49768-b013-5eda-8bbb-5d8bf6f975cd with identifier: RO23%20VNF
2026-03-30 06:35:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fde49768-b013-5eda-8bbb-5d8bf6f975cd with identifier: RO23%20VNF
2026-03-30 06:35:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fde49768-b013-5eda-8bbb-5d8bf6f975cd with identifier: RO23%20VNF to the API
2026-03-30 06:35:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO23%20VNF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fde49768-b013-5eda-8bbb-5d8bf6f975cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO23 VNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO23%20VNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 8186,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 TDI 110 SWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB H/L',
 'vin': 'WV1ZZZ7H4PX047309',
 'year': 2023}
2026-03-30 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520VNF%27 HTTP/1.1" 200 None
2026-03-30 06:35:42 [bca.uk] INFO: Saving data for RO23%20VNF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564605.473597, 'last_price_update_time': 1774852542.449638}
2026-03-30 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO23%2520VNF') HTTP/1.1" 204 0
2026-03-30 06:35:42 [bca.uk] INFO: Found listing with ID: BJ23%20RXU
2026-03-30 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520RXU%27 HTTP/1.1" 200 None
2026-03-30 06:35:42 [bca.uk] INFO: Scrape type for BJ23%20RXU: 2
2026-03-30 06:35:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 630c55bb-2e12-56d6-a54d-04447ab53a24 with identifier: BJ23%20RXU
2026-03-30 06:35:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 630c55bb-2e12-56d6-a54d-04447ab53a24 with scrape type 2
2026-03-30 06:35:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 630c55bb-2e12-56d6-a54d-04447ab53a24 with scrape type 2
2026-03-30 06:35:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 630c55bb-2e12-56d6-a54d-04447ab53a24, identifier: BJ23%20RXU
2026-03-30 06:35:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with identifier: NX11%20EFC
2026-03-30 06:35:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with identifier: NX11%20EFC
2026-03-30 06:35:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6f6019d-cc05-5ed3-b863-ebbbc439d4ab with identifier: NX11%20EFC to the API
2026-03-30 06:35:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX11%20EFC-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f6f6019d-cc05-5ed3-b863-ebbbc439d4ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX11 EFC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX11%20EFC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SWIFT',
 'model': 'KON TIKI',
 'odometer': 50565,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'SWIFT KON TIKI 3.0 649 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '649 MOTORHOME',
 'vin': 'ZFA25000001789162',
 'year': 2011}
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520EFC%27 HTTP/1.1" 200 None
2026-03-30 06:35:43 [bca.uk] INFO: Saving data for NX11%20EFC: {'auction_closing_time': 1775124000.0, 'created_time': 1774536433.537535, 'last_price_update_time': 1774852543.384483}
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX11%2520EFC') HTTP/1.1" 204 0
2026-03-30 06:35:43 [bca.uk] INFO: Found listing with ID: BU22%20ZSR
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520ZSR%27 HTTP/1.1" 200 None
2026-03-30 06:35:43 [bca.uk] INFO: Scrape type for BU22%20ZSR: 2
2026-03-30 06:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b16d36cb-536a-5672-8671-7c02c774a32d with identifier: BU22%20ZSR
2026-03-30 06:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b16d36cb-536a-5672-8671-7c02c774a32d with scrape type 2
2026-03-30 06:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b16d36cb-536a-5672-8671-7c02c774a32d with scrape type 2
2026-03-30 06:35:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b16d36cb-536a-5672-8671-7c02c774a32d, identifier: BU22%20ZSR
2026-03-30 06:35:43 [bca.uk] INFO: Found listing with ID: PGZ%208458
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25208458%27 HTTP/1.1" 200 None
2026-03-30 06:35:43 [bca.uk] INFO: Scrape type for PGZ%208458: 2
2026-03-30 06:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b25792-2954-5694-87ab-1f98dd943f50 with identifier: PGZ%208458
2026-03-30 06:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b25792-2954-5694-87ab-1f98dd943f50 with scrape type 2
2026-03-30 06:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b25792-2954-5694-87ab-1f98dd943f50 with scrape type 2
2026-03-30 06:35:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55b25792-2954-5694-87ab-1f98dd943f50, identifier: PGZ%208458
2026-03-30 06:35:43 [bca.uk] INFO: Found listing with ID: LT72%20YAV
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520YAV%27 HTTP/1.1" 200 None
2026-03-30 06:35:43 [bca.uk] INFO: Scrape type for LT72%20YAV: 2
2026-03-30 06:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bdfc11a-09af-5a10-af03-3b0019bfa85b with identifier: LT72%20YAV
2026-03-30 06:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bdfc11a-09af-5a10-af03-3b0019bfa85b with scrape type 2
2026-03-30 06:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bdfc11a-09af-5a10-af03-3b0019bfa85b with scrape type 2
2026-03-30 06:35:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bdfc11a-09af-5a10-af03-3b0019bfa85b, identifier: LT72%20YAV
2026-03-30 06:35:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 630c55bb-2e12-56d6-a54d-04447ab53a24 with identifier: BJ23%20RXU
2026-03-30 06:35:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 630c55bb-2e12-56d6-a54d-04447ab53a24 with identifier: BJ23%20RXU
2026-03-30 06:35:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 630c55bb-2e12-56d6-a54d-04447ab53a24 with identifier: BJ23%20RXU to the API
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ23%20RXU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '630c55bb-2e12-56d6-a54d-04447ab53a24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ23 RXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ23%20RXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA ACTIVE',
 'odometer': 36332,
 'odometer_reading_unit': '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 ACTIVE 1.0 E/B 100 X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 X',
 'vin': 'WF0JXXGAHJPC05220',
 'year': 2023}
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520RXU%27 HTTP/1.1" 200 None
2026-03-30 06:35:44 [bca.uk] INFO: Saving data for BJ23%20RXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774015451.618559, 'last_price_update_time': 1774852544.030972}
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ23%2520RXU') HTTP/1.1" 204 0
2026-03-30 06:35:44 [bca.uk] INFO: Found listing with ID: LA22%20OSL
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520OSL%27 HTTP/1.1" 200 None
2026-03-30 06:35:44 [bca.uk] INFO: Scrape type for LA22%20OSL: 2
2026-03-30 06:35:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31483b5c-422f-5d20-9af3-cc746890e5b4 with identifier: LA22%20OSL
2026-03-30 06:35:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31483b5c-422f-5d20-9af3-cc746890e5b4 with scrape type 2
2026-03-30 06:35:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31483b5c-422f-5d20-9af3-cc746890e5b4 with scrape type 2
2026-03-30 06:35:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31483b5c-422f-5d20-9af3-cc746890e5b4, identifier: LA22%20OSL
2026-03-30 06:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b16d36cb-536a-5672-8671-7c02c774a32d with identifier: BU22%20ZSR
2026-03-30 06:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b16d36cb-536a-5672-8671-7c02c774a32d with identifier: BU22%20ZSR
2026-03-30 06:35:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b16d36cb-536a-5672-8671-7c02c774a32d with identifier: BU22%20ZSR to the API
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU22%20ZSR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b16d36cb-536a-5672-8671-7c02c774a32d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BU22 ZSR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU22%20ZSR&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 38088,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': 'LRW3F7FS6NC497748',
 'year': 2022}
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520ZSR%27 HTTP/1.1" 200 None
2026-03-30 06:35:44 [bca.uk] INFO: Saving data for BU22%20ZSR: {'auction_closing_time': 1774864800.0, 'created_time': 1774533938.352246, 'last_price_update_time': 1774852544.442786}
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU22%2520ZSR') HTTP/1.1" 204 0
2026-03-30 06:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55b25792-2954-5694-87ab-1f98dd943f50 with identifier: PGZ%208458
2026-03-30 06:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55b25792-2954-5694-87ab-1f98dd943f50 with identifier: PGZ%208458
2026-03-30 06:35:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55b25792-2954-5694-87ab-1f98dd943f50 with identifier: PGZ%208458 to the API
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PGZ%208458-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '55b25792-2954-5694-87ab-1f98dd943f50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PGZ 8458',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PGZ%208458&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 46459,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'VXKUPHMHDL4107819',
 'year': 2020}
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25208458%27 HTTP/1.1" 200 None
2026-03-30 06:35:44 [bca.uk] INFO: Saving data for PGZ%208458: {'auction_closing_time': 1774864800.0, 'created_time': 1774564079.058729, 'last_price_update_time': 1774852544.731966}
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PGZ%25208458') HTTP/1.1" 204 0
2026-03-30 06:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bdfc11a-09af-5a10-af03-3b0019bfa85b with identifier: LT72%20YAV
2026-03-30 06:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bdfc11a-09af-5a10-af03-3b0019bfa85b with identifier: LT72%20YAV
2026-03-30 06:35:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bdfc11a-09af-5a10-af03-3b0019bfa85b with identifier: LT72%20YAV to the API
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT72%20YAV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5bdfc11a-09af-5a10-af03-3b0019bfa85b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LT72 YAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT72%20YAV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': 'E-208',
 'odometer': 15543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-208 100KW 50KWH ALLURE PREMIUM+ Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ALLURE PREMIUM+',
 'vin': 'VR3UHZKXZPT509295',
 'year': 2023}
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520YAV%27 HTTP/1.1" 200 None
2026-03-30 06:35:45 [bca.uk] INFO: Saving data for LT72%20YAV: {'auction_closing_time': 1775124000.0, 'created_time': 1773842003.915469, 'last_price_update_time': 1774852545.01334}
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT72%2520YAV') HTTP/1.1" 204 0
2026-03-30 06:35:45 [bca.uk] INFO: Found listing with ID: BW73%20YNC
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520YNC%27 HTTP/1.1" 200 None
2026-03-30 06:35:45 [bca.uk] INFO: Scrape type for BW73%20YNC: 2
2026-03-30 06:35:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fefcd1a-d203-5e9b-bac1-17b41365bf1a with identifier: BW73%20YNC
2026-03-30 06:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fefcd1a-d203-5e9b-bac1-17b41365bf1a with scrape type 2
2026-03-30 06:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fefcd1a-d203-5e9b-bac1-17b41365bf1a with scrape type 2
2026-03-30 06:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fefcd1a-d203-5e9b-bac1-17b41365bf1a, identifier: BW73%20YNC
2026-03-30 06:35:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31483b5c-422f-5d20-9af3-cc746890e5b4 with identifier: LA22%20OSL
2026-03-30 06:35:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31483b5c-422f-5d20-9af3-cc746890e5b4 with identifier: LA22%20OSL
2026-03-30 06:35:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31483b5c-422f-5d20-9af3-cc746890e5b4 with identifier: LA22%20OSL to the API
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA22%20OSL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '31483b5c-422f-5d20-9af3-cc746890e5b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA22 OSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA22%20OSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 20069,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
 'transmission': 'automatic',
 'trim': '135KW 33KWH COOPER S L2',
 'vin': 'WMW12DJ0002T23535',
 'year': 2022}
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520OSL%27 HTTP/1.1" 200 None
2026-03-30 06:35:45 [bca.uk] INFO: Saving data for LA22%20OSL: {'auction_closing_time': 1774951200.0, 'created_time': 1774536430.991254, 'last_price_update_time': 1774852545.402456}
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA22%2520OSL') HTTP/1.1" 204 0
2026-03-30 06:35:45 [bca.uk] INFO: Found listing with ID: GL72%20UVD
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UVD%27 HTTP/1.1" 200 None
2026-03-30 06:35:45 [bca.uk] INFO: Scrape type for GL72%20UVD: 2
2026-03-30 06:35:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cfd7f30-361e-5748-9320-596d8fb87674 with identifier: GL72%20UVD
2026-03-30 06:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cfd7f30-361e-5748-9320-596d8fb87674 with scrape type 2
2026-03-30 06:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cfd7f30-361e-5748-9320-596d8fb87674 with scrape type 2
2026-03-30 06:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cfd7f30-361e-5748-9320-596d8fb87674, identifier: GL72%20UVD
2026-03-30 06:35:45 [bca.uk] INFO: Found listing with ID: NL10%20LFM
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL10%2520LFM%27 HTTP/1.1" 200 None
2026-03-30 06:35:45 [bca.uk] INFO: Scrape type for NL10%20LFM: 2
2026-03-30 06:35:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a848e540-0691-56ba-8dc6-ff4e25397173 with identifier: NL10%20LFM
2026-03-30 06:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a848e540-0691-56ba-8dc6-ff4e25397173 with scrape type 2
2026-03-30 06:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a848e540-0691-56ba-8dc6-ff4e25397173 with scrape type 2
2026-03-30 06:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a848e540-0691-56ba-8dc6-ff4e25397173, identifier: NL10%20LFM
2026-03-30 06:35:45 [bca.uk] INFO: Found listing with ID: BK24%20NNZ
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520NNZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:45 [bca.uk] INFO: Scrape type for BK24%20NNZ: 2
2026-03-30 06:35:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with identifier: BK24%20NNZ
2026-03-30 06:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with scrape type 2
2026-03-30 06:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with scrape type 2
2026-03-30 06:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8, identifier: BK24%20NNZ
2026-03-30 06:35:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fefcd1a-d203-5e9b-bac1-17b41365bf1a with identifier: BW73%20YNC
2026-03-30 06:35:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fefcd1a-d203-5e9b-bac1-17b41365bf1a with identifier: BW73%20YNC
2026-03-30 06:35:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fefcd1a-d203-5e9b-bac1-17b41365bf1a with identifier: BW73%20YNC to the API
2026-03-30 06:35:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW73%20YNC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9fefcd1a-d203-5e9b-bac1-17b41365bf1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW73 YNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW73%20YNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 17789,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B MHEV 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE',
 'vin': 'WF0NXXGCHNPP61728',
 'year': 2024}
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520YNC%27 HTTP/1.1" 200 None
2026-03-30 06:35:46 [bca.uk] INFO: Saving data for BW73%20YNC: {'auction_closing_time': 1774864800.0, 'created_time': 1773932703.912309, 'last_price_update_time': 1774852546.156009}
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW73%2520YNC') HTTP/1.1" 204 0
2026-03-30 06:35:46 [bca.uk] INFO: Found listing with ID: BK22%20ENX
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520ENX%27 HTTP/1.1" 200 None
2026-03-30 06:35:46 [bca.uk] INFO: Scrape type for BK22%20ENX: 2
2026-03-30 06:35:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with identifier: BK22%20ENX
2026-03-30 06:35:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with scrape type 2
2026-03-30 06:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with scrape type 2
2026-03-30 06:35:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f4816cb-007f-5fb4-a8c5-580c11a9d44c, identifier: BK22%20ENX
2026-03-30 06:35:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cfd7f30-361e-5748-9320-596d8fb87674 with identifier: GL72%20UVD
2026-03-30 06:35:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cfd7f30-361e-5748-9320-596d8fb87674 with identifier: GL72%20UVD
2026-03-30 06:35:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cfd7f30-361e-5748-9320-596d8fb87674 with identifier: GL72%20UVD to the API
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20UVD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9cfd7f30-361e-5748-9320-596d8fb87674',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL72 UVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20UVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 36913,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS2PC589077',
 'year': 2022}
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UVD%27 HTTP/1.1" 200 None
2026-03-30 06:35:46 [bca.uk] INFO: Saving data for GL72%20UVD: {'auction_closing_time': 1774864800.0, 'created_time': 1774533973.965609, 'last_price_update_time': 1774852546.54902}
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520UVD') HTTP/1.1" 204 0
2026-03-30 06:35:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a848e540-0691-56ba-8dc6-ff4e25397173 with identifier: NL10%20LFM
2026-03-30 06:35:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a848e540-0691-56ba-8dc6-ff4e25397173 with identifier: NL10%20LFM
2026-03-30 06:35:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a848e540-0691-56ba-8dc6-ff4e25397173 with identifier: NL10%20LFM to the API
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL10%20LFM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a848e540-0691-56ba-8dc6-ff4e25397173',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL10 LFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL10%20LFM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MAZDA',
 'model': 'MX-5 ROADSTER',
 'odometer': 78634,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-5 ROADSTER 2.0 SE Coupe',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'JMZNC18F200207739',
 'year': 2010}
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL10%2520LFM%27 HTTP/1.1" 200 None
2026-03-30 06:35:46 [bca.uk] INFO: Saving data for NL10%20LFM: {'auction_closing_time': 1774864800.0, 'created_time': 1774564078.304239, 'last_price_update_time': 1774852546.84161}
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL10%2520LFM') HTTP/1.1" 204 0
2026-03-30 06:35:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with identifier: BK24%20NNZ
2026-03-30 06:35:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with identifier: BK24%20NNZ
2026-03-30 06:35:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74d43e6a-28f2-591b-8f0a-8f49ae93d9e8 with identifier: BK24%20NNZ to the API
2026-03-30 06:35:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 234,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK24%20NNZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74d43e6a-28f2-591b-8f0a-8f49ae93d9e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK24 NNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK24%20NNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 36249,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PPP41000',
 'year': 2024}
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520NNZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:47 [bca.uk] INFO: Saving data for BK24%20NNZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564570.463307, 'last_price_update_time': 1774852547.148874}
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK24%2520NNZ') HTTP/1.1" 204 0
2026-03-30 06:35:47 [bca.uk] INFO: Found listing with ID: FE70%20KJY
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520KJY%27 HTTP/1.1" 200 None
2026-03-30 06:35:47 [bca.uk] INFO: Scrape type for FE70%20KJY: 2
2026-03-30 06:35:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 622135b7-c0dd-5922-bfbe-89fb8992be43 with identifier: FE70%20KJY
2026-03-30 06:35:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 622135b7-c0dd-5922-bfbe-89fb8992be43 with scrape type 2
2026-03-30 06:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 622135b7-c0dd-5922-bfbe-89fb8992be43 with scrape type 2
2026-03-30 06:35:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 622135b7-c0dd-5922-bfbe-89fb8992be43, identifier: FE70%20KJY
2026-03-30 06:35:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with identifier: BK22%20ENX
2026-03-30 06:35:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with identifier: BK22%20ENX
2026-03-30 06:35:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f4816cb-007f-5fb4-a8c5-580c11a9d44c with identifier: BK22%20ENX to the API
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20ENX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0f4816cb-007f-5fb4-a8c5-580c11a9d44c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 ENX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20ENX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 92403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E SPORT S-T',
 'vin': 'WAUZZZGY5NA018151',
 'year': 2022}
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520ENX%27 HTTP/1.1" 200 None
2026-03-30 06:35:47 [bca.uk] INFO: Saving data for BK22%20ENX: {'auction_closing_time': 1774951200.0, 'created_time': 1774536429.681947, 'last_price_update_time': 1774852547.57751}
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520ENX') HTTP/1.1" 204 0
2026-03-30 06:35:47 [bca.uk] INFO: Found listing with ID: BG71%20UMM
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520UMM%27 HTTP/1.1" 200 None
2026-03-30 06:35:47 [bca.uk] INFO: Scrape type for BG71%20UMM: 2
2026-03-30 06:35:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04e063a9-601d-55d5-abd1-e1202dbd20b7 with identifier: BG71%20UMM
2026-03-30 06:35:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04e063a9-601d-55d5-abd1-e1202dbd20b7 with scrape type 2
2026-03-30 06:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04e063a9-601d-55d5-abd1-e1202dbd20b7 with scrape type 2
2026-03-30 06:35:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04e063a9-601d-55d5-abd1-e1202dbd20b7, identifier: BG71%20UMM
2026-03-30 06:35:47 [bca.uk] INFO: Found listing with ID: FP53%20VXU
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP53%2520VXU%27 HTTP/1.1" 200 None
2026-03-30 06:35:47 [bca.uk] INFO: Scrape type for FP53%20VXU: 2
2026-03-30 06:35:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbc4e93a-c3a2-5974-a5d4-7977929da924 with identifier: FP53%20VXU
2026-03-30 06:35:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbc4e93a-c3a2-5974-a5d4-7977929da924 with scrape type 2
2026-03-30 06:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbc4e93a-c3a2-5974-a5d4-7977929da924 with scrape type 2
2026-03-30 06:35:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbc4e93a-c3a2-5974-a5d4-7977929da924, identifier: FP53%20VXU
2026-03-30 06:35:47 [bca.uk] INFO: Found listing with ID: BK68%20XNZ
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520XNZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:47 [bca.uk] INFO: Scrape type for BK68%20XNZ: 2
2026-03-30 06:35:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with identifier: BK68%20XNZ
2026-03-30 06:35:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with scrape type 2
2026-03-30 06:35:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with scrape type 2
2026-03-30 06:35:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9, identifier: BK68%20XNZ
2026-03-30 06:35:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 622135b7-c0dd-5922-bfbe-89fb8992be43 with identifier: FE70%20KJY
2026-03-30 06:35:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 622135b7-c0dd-5922-bfbe-89fb8992be43 with identifier: FE70%20KJY
2026-03-30 06:35:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 622135b7-c0dd-5922-bfbe-89fb8992be43 with identifier: FE70%20KJY to the API
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE70%20KJY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '622135b7-c0dd-5922-bfbe-89fb8992be43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE70 KJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE70%20KJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 30770,
 'odometer_reading_unit': '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 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS5M6810061',
 'year': 2021}
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE70%2520KJY%27 HTTP/1.1" 200 None
2026-03-30 06:35:48 [bca.uk] INFO: Saving data for FE70%20KJY: {'auction_closing_time': 1774864800.0, 'created_time': 1773933647.116438, 'last_price_update_time': 1774852548.213797}
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE70%2520KJY') HTTP/1.1" 204 0
2026-03-30 06:35:48 [bca.uk] INFO: Found listing with ID: CF23%20ORW
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF23%2520ORW%27 HTTP/1.1" 200 None
2026-03-30 06:35:48 [bca.uk] INFO: Scrape type for CF23%20ORW: 2
2026-03-30 06:35:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with identifier: CF23%20ORW
2026-03-30 06:35:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with scrape type 2
2026-03-30 06:35:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with scrape type 2
2026-03-30 06:35:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e723fcd6-83c1-5cf0-b4eb-14229e62fe95, identifier: CF23%20ORW
2026-03-30 06:35:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04e063a9-601d-55d5-abd1-e1202dbd20b7 with identifier: BG71%20UMM
2026-03-30 06:35:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04e063a9-601d-55d5-abd1-e1202dbd20b7 with identifier: BG71%20UMM
2026-03-30 06:35:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04e063a9-601d-55d5-abd1-e1202dbd20b7 with identifier: BG71%20UMM to the API
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG71%20UMM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '04e063a9-601d-55d5-abd1-e1202dbd20b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BG71 UMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG71%20UMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 86894,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB0MC401693',
 'year': 2021}
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520UMM%27 HTTP/1.1" 200 None
2026-03-30 06:35:48 [bca.uk] INFO: Saving data for BG71%20UMM: {'auction_closing_time': 1774864800.0, 'created_time': 1774277032.172822, 'last_price_update_time': 1774852548.601054}
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG71%2520UMM') HTTP/1.1" 204 0
2026-03-30 06:35:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbc4e93a-c3a2-5974-a5d4-7977929da924 with identifier: FP53%20VXU
2026-03-30 06:35:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbc4e93a-c3a2-5974-a5d4-7977929da924 with identifier: FP53%20VXU
2026-03-30 06:35:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbc4e93a-c3a2-5974-a5d4-7977929da924 with identifier: FP53%20VXU to the API
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP53%20VXU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dbc4e93a-c3a2-5974-a5d4-7977929da924',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP53 VXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP53%20VXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 104931,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.8 GHIA Saloon',
 'transmission': 'manual',
 'trim': 'GHIA',
 'vin': 'WF0FXXWPDF3J48235',
 'year': 2003}
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP53%2520VXU%27 HTTP/1.1" 200 None
2026-03-30 06:35:48 [bca.uk] INFO: Saving data for FP53%20VXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774564099.198118, 'last_price_update_time': 1774852548.896933}
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP53%2520VXU') HTTP/1.1" 204 0
2026-03-30 06:35:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with identifier: BK68%20XNZ
2026-03-30 06:35:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with identifier: BK68%20XNZ
2026-03-30 06:35:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9 with identifier: BK68%20XNZ to the API
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK68%20XNZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4783ce6d-b4d1-5ecb-bedf-2bbb0ee52bd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK68 XNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK68%20XNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.7T',
 'odometer': 55689,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.7T 1.6 CDTI 95 ECOTEC SWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 95 ECOTEC SWB',
 'vin': 'W0VF7F600KV602263',
 'year': 2018}
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520XNZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:49 [bca.uk] INFO: Saving data for BK68%20XNZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564603.334925, 'last_price_update_time': 1774852549.194857}
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK68%2520XNZ') HTTP/1.1" 204 0
2026-03-30 06:35:49 [bca.uk] INFO: Found listing with ID: SA73%20NPD
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520NPD%27 HTTP/1.1" 200 None
2026-03-30 06:35:49 [bca.uk] INFO: Scrape type for SA73%20NPD: 2
2026-03-30 06:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3de38d2f-4ad9-51c1-85f1-33bd2a122c2f with identifier: SA73%20NPD
2026-03-30 06:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3de38d2f-4ad9-51c1-85f1-33bd2a122c2f with scrape type 2
2026-03-30 06:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3de38d2f-4ad9-51c1-85f1-33bd2a122c2f with scrape type 2
2026-03-30 06:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3de38d2f-4ad9-51c1-85f1-33bd2a122c2f, identifier: SA73%20NPD
2026-03-30 06:35:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with identifier: CF23%20ORW
2026-03-30 06:35:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with identifier: CF23%20ORW
2026-03-30 06:35:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e723fcd6-83c1-5cf0-b4eb-14229e62fe95 with identifier: CF23%20ORW to the API
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF23%20ORW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e723fcd6-83c1-5cf0-b4eb-14229e62fe95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF23 ORW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF23%20ORW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 30780,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.5 TSI 150 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 LIFE',
 'vin': 'WVGZZZA1ZPV695052',
 'year': 2023}
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF23%2520ORW%27 HTTP/1.1" 200 None
2026-03-30 06:35:49 [bca.uk] INFO: Saving data for CF23%20ORW: {'auction_closing_time': 1774951200.0, 'created_time': 1774536423.791902, 'last_price_update_time': 1774852549.599962}
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF23%2520ORW') HTTP/1.1" 204 0
2026-03-30 06:35:49 [bca.uk] INFO: Found listing with ID: LT24%20SWU
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520SWU%27 HTTP/1.1" 200 None
2026-03-30 06:35:49 [bca.uk] INFO: Scrape type for LT24%20SWU: 2
2026-03-30 06:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6adddabb-8d65-5141-b51b-745862a6080e with identifier: LT24%20SWU
2026-03-30 06:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6adddabb-8d65-5141-b51b-745862a6080e with scrape type 2
2026-03-30 06:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6adddabb-8d65-5141-b51b-745862a6080e with scrape type 2
2026-03-30 06:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6adddabb-8d65-5141-b51b-745862a6080e, identifier: LT24%20SWU
2026-03-30 06:35:49 [bca.uk] INFO: Found listing with ID: SG63%20WDX
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520WDX%27 HTTP/1.1" 200 None
2026-03-30 06:35:49 [bca.uk] INFO: Scrape type for SG63%20WDX: 2
2026-03-30 06:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4094132f-92aa-5582-8149-7aaa0ec80346 with identifier: SG63%20WDX
2026-03-30 06:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4094132f-92aa-5582-8149-7aaa0ec80346 with scrape type 2
2026-03-30 06:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4094132f-92aa-5582-8149-7aaa0ec80346 with scrape type 2
2026-03-30 06:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4094132f-92aa-5582-8149-7aaa0ec80346, identifier: SG63%20WDX
2026-03-30 06:35:49 [bca.uk] INFO: Found listing with ID: BP72%20GZF
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520GZF%27 HTTP/1.1" 200 None
2026-03-30 06:35:49 [bca.uk] INFO: Scrape type for BP72%20GZF: 2
2026-03-30 06:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d32190ed-1c4d-55e2-8476-f71d01f7598e with identifier: BP72%20GZF
2026-03-30 06:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d32190ed-1c4d-55e2-8476-f71d01f7598e with scrape type 2
2026-03-30 06:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d32190ed-1c4d-55e2-8476-f71d01f7598e with scrape type 2
2026-03-30 06:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d32190ed-1c4d-55e2-8476-f71d01f7598e, identifier: BP72%20GZF
2026-03-30 06:35:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3de38d2f-4ad9-51c1-85f1-33bd2a122c2f with identifier: SA73%20NPD
2026-03-30 06:35:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3de38d2f-4ad9-51c1-85f1-33bd2a122c2f with identifier: SA73%20NPD
2026-03-30 06:35:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3de38d2f-4ad9-51c1-85f1-33bd2a122c2f with identifier: SA73%20NPD to the API
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA73%20NPD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3de38d2f-4ad9-51c1-85f1-33bd2a122c2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA73 NPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA73%20NPD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 24798,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 GS Hatchback',
 'transmission': 'manual',
 'trim': 'GS',
 'vin': 'VXKUPHMHDP4186399',
 'year': 2023}
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520NPD%27 HTTP/1.1" 200 None
2026-03-30 06:35:50 [bca.uk] INFO: Saving data for SA73%20NPD: {'auction_closing_time': 1774864800.0, 'created_time': 1773932841.808698, 'last_price_update_time': 1774852550.237006}
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA73%2520NPD') HTTP/1.1" 204 0
2026-03-30 06:35:50 [bca.uk] INFO: Found listing with ID: LD23%20BMY
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520BMY%27 HTTP/1.1" 200 None
2026-03-30 06:35:50 [bca.uk] INFO: Scrape type for LD23%20BMY: 2
2026-03-30 06:35:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4cffc65-0f8d-54a0-bc07-5ccb2d17cfbc with identifier: LD23%20BMY
2026-03-30 06:35:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4cffc65-0f8d-54a0-bc07-5ccb2d17cfbc with scrape type 2
2026-03-30 06:35:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4cffc65-0f8d-54a0-bc07-5ccb2d17cfbc with scrape type 2
2026-03-30 06:35:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4cffc65-0f8d-54a0-bc07-5ccb2d17cfbc, identifier: LD23%20BMY
2026-03-30 06:35:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6adddabb-8d65-5141-b51b-745862a6080e with identifier: LT24%20SWU
2026-03-30 06:35:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6adddabb-8d65-5141-b51b-745862a6080e with identifier: LT24%20SWU
2026-03-30 06:35:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6adddabb-8d65-5141-b51b-745862a6080e with identifier: LT24%20SWU to the API
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT24%20SWU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6adddabb-8d65-5141-b51b-745862a6080e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LT24 SWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT24%20SWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TOYOTA',
 'model': 'BZ4X',
 'odometer': 10824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA BZ4X 150KW 71KWH PURE (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71KWH PURE (11KC)',
 'vin': 'JTMAABAAX0A029147',
 'year': 2024}
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT24%2520SWU%27 HTTP/1.1" 200 None
2026-03-30 06:35:50 [bca.uk] INFO: Saving data for LT24%20SWU: {'auction_closing_time': 1774864800.0, 'created_time': 1774046573.757789, 'last_price_update_time': 1774852550.757865}
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT24%2520SWU') HTTP/1.1" 204 0
2026-03-30 06:35:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4094132f-92aa-5582-8149-7aaa0ec80346 with identifier: SG63%20WDX
2026-03-30 06:35:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4094132f-92aa-5582-8149-7aaa0ec80346 with identifier: SG63%20WDX
2026-03-30 06:35:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4094132f-92aa-5582-8149-7aaa0ec80346 with identifier: SG63%20WDX to the API
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG63%20WDX-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4094132f-92aa-5582-8149-7aaa0ec80346',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG63 WDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG63%20WDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'PARTNER HORIZON',
 'odometer': 57700,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER HORIZON 1.6 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'VF37J9HP0DJ622978',
 'year': 2013}
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG63%2520WDX%27 HTTP/1.1" 200 None
2026-03-30 06:35:51 [bca.uk] INFO: Saving data for SG63%20WDX: {'auction_closing_time': 1775124000.0, 'created_time': 1774564103.040479, 'last_price_update_time': 1774852551.055813}
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG63%2520WDX') HTTP/1.1" 204 0
2026-03-30 06:35:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d32190ed-1c4d-55e2-8476-f71d01f7598e with identifier: BP72%20GZF
2026-03-30 06:35:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d32190ed-1c4d-55e2-8476-f71d01f7598e with identifier: BP72%20GZF
2026-03-30 06:35:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d32190ed-1c4d-55e2-8476-f71d01f7598e with identifier: BP72%20GZF to the API
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20GZF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd32190ed-1c4d-55e2-8476-f71d01f7598e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP72 GZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20GZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': 'SCUDO',
 'odometer': 43465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT SCUDO 1.5 M/JET 120 L1 TECNICO PanelVan',
 'transmission': 'manual',
 'trim': 'M/JET 120 L1 TECNICO',
 'vin': 'VXFVBYHVMN7075880',
 'year': 2022}
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520GZF%27 HTTP/1.1" 200 None
2026-03-30 06:35:51 [bca.uk] INFO: Saving data for BP72%20GZF: {'auction_closing_time': 1775037600.0, 'created_time': 1774564597.255204, 'last_price_update_time': 1774852551.367289}
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520GZF') HTTP/1.1" 204 0
2026-03-30 06:35:51 [bca.uk] INFO: Found listing with ID: YB23%20WBV
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520WBV%27 HTTP/1.1" 200 None
2026-03-30 06:35:51 [bca.uk] INFO: Scrape type for YB23%20WBV: 2
2026-03-30 06:35:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7db4e6f-2cc2-5d05-af33-899a3265e290 with identifier: YB23%20WBV
2026-03-30 06:35:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7db4e6f-2cc2-5d05-af33-899a3265e290 with scrape type 2
2026-03-30 06:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7db4e6f-2cc2-5d05-af33-899a3265e290 with scrape type 2
2026-03-30 06:35:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7db4e6f-2cc2-5d05-af33-899a3265e290, identifier: YB23%20WBV
2026-03-30 06:35:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4cffc65-0f8d-54a0-bc07-5ccb2d17cfbc with identifier: LD23%20BMY
2026-03-30 06:35:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4cffc65-0f8d-54a0-bc07-5ccb2d17cfbc with identifier: LD23%20BMY
2026-03-30 06:35:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4cffc65-0f8d-54a0-bc07-5ccb2d17cfbc with identifier: LD23%20BMY to the API
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20BMY-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': 'c4cffc65-0f8d-54a0-bc07-5ccb2d17cfbc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD23 BMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20BMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 62122,
 'odometer_reading_unit': '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 3 StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI PHEV AWD 3',
 'vin': 'U5YPV81HSPL066467',
 'year': 2023}
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520BMY%27 HTTP/1.1" 200 None
2026-03-30 06:35:51 [bca.uk] INFO: Saving data for LD23%20BMY: {'auction_closing_time': 1774951200.0, 'created_time': 1774045718.383135, 'last_price_update_time': 1774852551.776574}
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520BMY') HTTP/1.1" 204 0
2026-03-30 06:35:51 [bca.uk] INFO: Found listing with ID: WN21%20XLO
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN21%2520XLO%27 HTTP/1.1" 200 None
2026-03-30 06:35:51 [bca.uk] INFO: Scrape type for WN21%20XLO: 2
2026-03-30 06:35:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b64945f7-be9c-5996-9fa1-15f28e3a8fd1 with identifier: WN21%20XLO
2026-03-30 06:35:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b64945f7-be9c-5996-9fa1-15f28e3a8fd1 with scrape type 2
2026-03-30 06:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b64945f7-be9c-5996-9fa1-15f28e3a8fd1 with scrape type 2
2026-03-30 06:35:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b64945f7-be9c-5996-9fa1-15f28e3a8fd1, identifier: WN21%20XLO
2026-03-30 06:35:51 [bca.uk] INFO: Found listing with ID: BP69%20SFF
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP69%2520SFF%27 HTTP/1.1" 200 None
2026-03-30 06:35:51 [bca.uk] INFO: Scrape type for BP69%20SFF: 2
2026-03-30 06:35:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with identifier: BP69%20SFF
2026-03-30 06:35:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with scrape type 2
2026-03-30 06:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with scrape type 2
2026-03-30 06:35:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0ee1178-da35-5c4c-b3c0-1bd9bd293aba, identifier: BP69%20SFF
2026-03-30 06:35:52 [bca.uk] INFO: Found listing with ID: LT22%20VKP
2026-03-30 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520VKP%27 HTTP/1.1" 200 None
2026-03-30 06:35:52 [bca.uk] INFO: Scrape type for LT22%20VKP: 2
2026-03-30 06:35:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4d9b56b-57c5-54d9-a91c-31d673218c50 with identifier: LT22%20VKP
2026-03-30 06:35:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4d9b56b-57c5-54d9-a91c-31d673218c50 with scrape type 2
2026-03-30 06:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4d9b56b-57c5-54d9-a91c-31d673218c50 with scrape type 2
2026-03-30 06:35:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4d9b56b-57c5-54d9-a91c-31d673218c50, identifier: LT22%20VKP
2026-03-30 06:35:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7db4e6f-2cc2-5d05-af33-899a3265e290 with identifier: YB23%20WBV
2026-03-30 06:35:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7db4e6f-2cc2-5d05-af33-899a3265e290 with identifier: YB23%20WBV
2026-03-30 06:35:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7db4e6f-2cc2-5d05-af33-899a3265e290 with identifier: YB23%20WBV to the API
2026-03-30 06:35:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB23%20WBV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b7db4e6f-2cc2-5d05-af33-899a3265e290',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB23 WBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB23%20WBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 14804,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 110KW 39KWH N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 39KWH N-CONNECTA',
 'vin': 'SJNFAAZE1U0194125',
 'year': 2023}
2026-03-30 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB23%2520WBV%27 HTTP/1.1" 200 None
2026-03-30 06:35:52 [bca.uk] INFO: Saving data for YB23%20WBV: {'auction_closing_time': 1774864800.0, 'created_time': 1774006284.003495, 'last_price_update_time': 1774852552.417145}
2026-03-30 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB23%2520WBV') HTTP/1.1" 204 0
2026-03-30 06:35:52 [bca.uk] INFO: Found listing with ID: LR23%20ZGC
2026-03-30 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520ZGC%27 HTTP/1.1" 200 None
2026-03-30 06:35:52 [bca.uk] INFO: Scrape type for LR23%20ZGC: 2
2026-03-30 06:35:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc2a3903-115a-55d2-ab39-1dde4222fad6 with identifier: LR23%20ZGC
2026-03-30 06:35:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc2a3903-115a-55d2-ab39-1dde4222fad6 with scrape type 2
2026-03-30 06:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc2a3903-115a-55d2-ab39-1dde4222fad6 with scrape type 2
2026-03-30 06:35:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc2a3903-115a-55d2-ab39-1dde4222fad6, identifier: LR23%20ZGC
2026-03-30 06:35:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b64945f7-be9c-5996-9fa1-15f28e3a8fd1 with identifier: WN21%20XLO
2026-03-30 06:35:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b64945f7-be9c-5996-9fa1-15f28e3a8fd1 with identifier: WN21%20XLO
2026-03-30 06:35:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b64945f7-be9c-5996-9fa1-15f28e3a8fd1 with identifier: WN21%20XLO to the API
2026-03-30 06:35:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN21%20XLO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b64945f7-be9c-5996-9fa1-15f28e3a8fd1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN21 XLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN21%20XLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 84504,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'W1K1770862V103636',
 'year': 2021}
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN21%2520XLO%27 HTTP/1.1" 200 None
2026-03-30 06:35:53 [bca.uk] INFO: Saving data for WN21%20XLO: {'auction_closing_time': 1774864800.0, 'created_time': 1774533961.857686, 'last_price_update_time': 1774852553.394381}
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN21%2520XLO') HTTP/1.1" 204 0
2026-03-30 06:35:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with identifier: BP69%20SFF
2026-03-30 06:35:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with identifier: BP69%20SFF
2026-03-30 06:35:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0ee1178-da35-5c4c-b3c0-1bd9bd293aba with identifier: BP69%20SFF to the API
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP69%20SFF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0ee1178-da35-5c4c-b3c0-1bd9bd293aba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP69 SFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP69%20SFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 157545,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 280 SWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 280 SWB TREND L/R',
 'vin': 'WF0YXXTTGYKL65859',
 'year': 2020}
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP69%2520SFF%27 HTTP/1.1" 200 None
2026-03-30 06:35:53 [bca.uk] INFO: Saving data for BP69%20SFF: {'auction_closing_time': 1774951200.0, 'created_time': 1774564080.312956, 'last_price_update_time': 1774852553.694809}
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP69%2520SFF') HTTP/1.1" 204 0
2026-03-30 06:35:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4d9b56b-57c5-54d9-a91c-31d673218c50 with identifier: LT22%20VKP
2026-03-30 06:35:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4d9b56b-57c5-54d9-a91c-31d673218c50 with identifier: LT22%20VKP
2026-03-30 06:35:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4d9b56b-57c5-54d9-a91c-31d673218c50 with identifier: LT22%20VKP to the API
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT22%20VKP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4d9b56b-57c5-54d9-a91c-31d673218c50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT22 VKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT22%20VKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': 'BOXER 335',
 'odometer': 77332,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT BOXER 335 2.2 BLUEHDI 140 L3 H2 PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L3 H2 PROFESSIONAL',
 'vin': 'VF3YCBPFC12U62538',
 'year': 2022}
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520VKP%27 HTTP/1.1" 200 None
2026-03-30 06:35:54 [bca.uk] INFO: Saving data for LT22%20VKP: {'auction_closing_time': 1774864800.0, 'created_time': 1774564588.974314, 'last_price_update_time': 1774852554.000404}
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT22%2520VKP') HTTP/1.1" 204 0
2026-03-30 06:35:54 [bca.uk] INFO: Found listing with ID: YC23%20GUA
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520GUA%27 HTTP/1.1" 200 None
2026-03-30 06:35:54 [bca.uk] INFO: Scrape type for YC23%20GUA: 2
2026-03-30 06:35:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 979bc979-b900-5e18-8818-89370b35ba34 with identifier: YC23%20GUA
2026-03-30 06:35:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 979bc979-b900-5e18-8818-89370b35ba34 with scrape type 2
2026-03-30 06:35:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 979bc979-b900-5e18-8818-89370b35ba34 with scrape type 2
2026-03-30 06:35:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 979bc979-b900-5e18-8818-89370b35ba34, identifier: YC23%20GUA
2026-03-30 06:35:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc2a3903-115a-55d2-ab39-1dde4222fad6 with identifier: LR23%20ZGC
2026-03-30 06:35:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc2a3903-115a-55d2-ab39-1dde4222fad6 with identifier: LR23%20ZGC
2026-03-30 06:35:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc2a3903-115a-55d2-ab39-1dde4222fad6 with identifier: LR23%20ZGC to the API
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR23%20ZGC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cc2a3903-115a-55d2-ab39-1dde4222fad6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR23 ZGC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR23%20ZGC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 130911,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD EXCLUSIVE LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'E-SKY PHEV AWD EXCLUSIVE LINE',
 'vin': 'JMZKH0HBX01117454',
 'year': 2023}
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520ZGC%27 HTTP/1.1" 200 None
2026-03-30 06:35:54 [bca.uk] INFO: Saving data for LR23%20ZGC: {'auction_closing_time': 1774951200.0, 'created_time': 1774536425.887674, 'last_price_update_time': 1774852554.449242}
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR23%2520ZGC') HTTP/1.1" 204 0
2026-03-30 06:35:54 [bca.uk] INFO: Found listing with ID: DS24%20ORP
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ORP%27 HTTP/1.1" 200 None
2026-03-30 06:35:54 [bca.uk] INFO: Scrape type for DS24%20ORP: 2
2026-03-30 06:35:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with identifier: DS24%20ORP
2026-03-30 06:35:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with scrape type 2
2026-03-30 06:35:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with scrape type 2
2026-03-30 06:35:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3faf7291-c2e3-5fff-9f02-136f5cc82d81, identifier: DS24%20ORP
2026-03-30 06:35:54 [bca.uk] INFO: Found listing with ID: NX11%20FWL
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520FWL%27 HTTP/1.1" 200 None
2026-03-30 06:35:54 [bca.uk] INFO: Scrape type for NX11%20FWL: 2
2026-03-30 06:35:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edbc928d-5670-5624-b4a9-3e980076658b with identifier: NX11%20FWL
2026-03-30 06:35:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edbc928d-5670-5624-b4a9-3e980076658b with scrape type 2
2026-03-30 06:35:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edbc928d-5670-5624-b4a9-3e980076658b with scrape type 2
2026-03-30 06:35:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edbc928d-5670-5624-b4a9-3e980076658b, identifier: NX11%20FWL
2026-03-30 06:35:54 [bca.uk] INFO: Found listing with ID: YS15%20VCX
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS15%2520VCX%27 HTTP/1.1" 200 None
2026-03-30 06:35:54 [bca.uk] INFO: Scrape type for YS15%20VCX: 2
2026-03-30 06:35:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b988ac03-be55-5a27-a5b3-e779c7a75b42 with identifier: YS15%20VCX
2026-03-30 06:35:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b988ac03-be55-5a27-a5b3-e779c7a75b42 with scrape type 2
2026-03-30 06:35:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b988ac03-be55-5a27-a5b3-e779c7a75b42 with scrape type 2
2026-03-30 06:35:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b988ac03-be55-5a27-a5b3-e779c7a75b42, identifier: YS15%20VCX
2026-03-30 06:35:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 979bc979-b900-5e18-8818-89370b35ba34 with identifier: YC23%20GUA
2026-03-30 06:35:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 979bc979-b900-5e18-8818-89370b35ba34 with identifier: YC23%20GUA
2026-03-30 06:35:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 979bc979-b900-5e18-8818-89370b35ba34 with identifier: YC23%20GUA to the API
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC23%20GUA-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '979bc979-b900-5e18-8818-89370b35ba34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC23 GUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC23%20GUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 61964,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA STONIC 1.0 T GDI 100 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI 100 2 DCT',
 'vin': 'KNAD6817VP6808814',
 'year': 2023}
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520GUA%27 HTTP/1.1" 200 None
2026-03-30 06:35:55 [bca.uk] INFO: Saving data for YC23%20GUA: {'auction_closing_time': 1774864800.0, 'created_time': 1773826991.959356, 'last_price_update_time': 1774852555.077329}
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC23%2520GUA') HTTP/1.1" 204 0
2026-03-30 06:35:55 [bca.uk] INFO: Found listing with ID: RK72%20YCC
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK72%2520YCC%27 HTTP/1.1" 200 None
2026-03-30 06:35:55 [bca.uk] INFO: Scrape type for RK72%20YCC: 2
2026-03-30 06:35:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with identifier: RK72%20YCC
2026-03-30 06:35:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with scrape type 2
2026-03-30 06:35:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with scrape type 2
2026-03-30 06:35:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50171eb1-c1ac-51fb-bd2a-202c3888fb20, identifier: RK72%20YCC
2026-03-30 06:35:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with identifier: DS24%20ORP
2026-03-30 06:35:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with identifier: DS24%20ORP
2026-03-30 06:35:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3faf7291-c2e3-5fff-9f02-136f5cc82d81 with identifier: DS24%20ORP to the API
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20ORP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3faf7291-c2e3-5fff-9f02-136f5cc82d81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 ORP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20ORP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 22400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS2R6015394',
 'year': 2024}
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ORP%27 HTTP/1.1" 200 None
2026-03-30 06:35:55 [bca.uk] INFO: Saving data for DS24%20ORP: {'auction_closing_time': 1775037600.0, 'created_time': 1773845809.08079, 'last_price_update_time': 1774852555.466863}
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520ORP') HTTP/1.1" 204 0
2026-03-30 06:35:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edbc928d-5670-5624-b4a9-3e980076658b with identifier: NX11%20FWL
2026-03-30 06:35:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edbc928d-5670-5624-b4a9-3e980076658b with identifier: NX11%20FWL
2026-03-30 06:35:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edbc928d-5670-5624-b4a9-3e980076658b with identifier: NX11%20FWL to the API
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX11%20FWL-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'edbc928d-5670-5624-b4a9-3e980076658b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX11 FWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX11%20FWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ELDDIS',
 'model': 'AUTOQUEST',
 'odometer': 49631,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'ELDDIS AUTOQUEST 2.2 130 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '130 MOTORHOME',
 'vin': 'VF3YBAMAB11755694',
 'year': 2011}
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX11%2520FWL%27 HTTP/1.1" 200 None
2026-03-30 06:35:55 [bca.uk] INFO: Saving data for NX11%20FWL: {'auction_closing_time': 1775124000.0, 'created_time': 1774564076.694908, 'last_price_update_time': 1774852555.859029}
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX11%2520FWL') HTTP/1.1" 204 0
2026-03-30 06:35:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b988ac03-be55-5a27-a5b3-e779c7a75b42 with identifier: YS15%20VCX
2026-03-30 06:35:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b988ac03-be55-5a27-a5b3-e779c7a75b42 with identifier: YS15%20VCX
2026-03-30 06:35:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b988ac03-be55-5a27-a5b3-e779c7a75b42 with identifier: YS15%20VCX to the API
2026-03-30 06:35:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS15%20VCX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b988ac03-be55-5a27-a5b3-e779c7a75b42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS15 VCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS15%20VCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 52221,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.8 VVTI HYBRID EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI HYBRID EXCEL',
 'vin': 'SB1MS3JE30E158878',
 'year': 2015}
2026-03-30 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS15%2520VCX%27 HTTP/1.1" 200 None
2026-03-30 06:35:56 [bca.uk] INFO: Saving data for YS15%20VCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774303827.991987, 'last_price_update_time': 1774852556.749426}
2026-03-30 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS15%2520VCX') HTTP/1.1" 204 0
2026-03-30 06:35:56 [bca.uk] INFO: Found listing with ID: YR20%20FUM
2026-03-30 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR20%2520FUM%27 HTTP/1.1" 200 None
2026-03-30 06:35:56 [bca.uk] INFO: Scrape type for YR20%20FUM: 0
2026-03-30 06:35:56 [bca.uk] INFO: Found listing with ID: AH51%20RUS
2026-03-30 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AH51%2520RUS%27 HTTP/1.1" 200 None
2026-03-30 06:35:56 [bca.uk] INFO: Scrape type for AH51%20RUS: 2
2026-03-30 06:35:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 846b65f9-92a3-5937-8ac0-d8b4c7d90dbc with identifier: AH51%20RUS
2026-03-30 06:35:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846b65f9-92a3-5937-8ac0-d8b4c7d90dbc with scrape type 2
2026-03-30 06:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 846b65f9-92a3-5937-8ac0-d8b4c7d90dbc with scrape type 2
2026-03-30 06:35:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 846b65f9-92a3-5937-8ac0-d8b4c7d90dbc, identifier: AH51%20RUS
2026-03-30 06:35:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with identifier: RK72%20YCC
2026-03-30 06:35:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with identifier: RK72%20YCC
2026-03-30 06:35:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50171eb1-c1ac-51fb-bd2a-202c3888fb20 with identifier: RK72%20YCC to the API
2026-03-30 06:35:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK72%20YCC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '50171eb1-c1ac-51fb-bd2a-202c3888fb20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK72 YCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK72%20YCC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 58524,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZNP036703',
 'year': 2022}
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK72%2520YCC%27 HTTP/1.1" 200 None
2026-03-30 06:35:57 [bca.uk] INFO: Saving data for RK72%20YCC: {'auction_closing_time': 1774951200.0, 'created_time': 1774536418.826224, 'last_price_update_time': 1774852557.169031}
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK72%2520YCC') HTTP/1.1" 204 0
2026-03-30 06:35:57 [bca.uk] INFO: Found listing with ID: DS24%20XXY
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520XXY%27 HTTP/1.1" 200 None
2026-03-30 06:35:57 [bca.uk] INFO: Scrape type for DS24%20XXY: 0
2026-03-30 06:35:57 [bca.uk] INFO: Found listing with ID: DS24%20XXZ
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520XXZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:57 [bca.uk] INFO: Scrape type for DS24%20XXZ: 2
2026-03-30 06:35:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c522a4a-fb8e-5442-836f-646990683a0e with identifier: DS24%20XXZ
2026-03-30 06:35:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c522a4a-fb8e-5442-836f-646990683a0e with scrape type 2
2026-03-30 06:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c522a4a-fb8e-5442-836f-646990683a0e with scrape type 2
2026-03-30 06:35:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c522a4a-fb8e-5442-836f-646990683a0e, identifier: DS24%20XXZ
2026-03-30 06:35:57 [bca.uk] INFO: Found listing with ID: MH19%20TVZ
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH19%2520TVZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:57 [bca.uk] INFO: Scrape type for MH19%20TVZ: 2
2026-03-30 06:35:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dbfbff5-60d8-55d9-a139-5874be9d511b with identifier: MH19%20TVZ
2026-03-30 06:35:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dbfbff5-60d8-55d9-a139-5874be9d511b with scrape type 2
2026-03-30 06:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dbfbff5-60d8-55d9-a139-5874be9d511b with scrape type 2
2026-03-30 06:35:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dbfbff5-60d8-55d9-a139-5874be9d511b, identifier: MH19%20TVZ
2026-03-30 06:35:57 [bca.uk] INFO: Found listing with ID: MK73%20LFG
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK73%2520LFG%27 HTTP/1.1" 200 None
2026-03-30 06:35:57 [bca.uk] INFO: Scrape type for MK73%20LFG: 2
2026-03-30 06:35:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9bbca91-36a4-50bb-8ad2-d147232b63c2 with identifier: MK73%20LFG
2026-03-30 06:35:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9bbca91-36a4-50bb-8ad2-d147232b63c2 with scrape type 2
2026-03-30 06:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9bbca91-36a4-50bb-8ad2-d147232b63c2 with scrape type 2
2026-03-30 06:35:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9bbca91-36a4-50bb-8ad2-d147232b63c2, identifier: MK73%20LFG
2026-03-30 06:35:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 846b65f9-92a3-5937-8ac0-d8b4c7d90dbc with identifier: AH51%20RUS
2026-03-30 06:35:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 846b65f9-92a3-5937-8ac0-d8b4c7d90dbc with identifier: AH51%20RUS
2026-03-30 06:35:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 846b65f9-92a3-5937-8ac0-d8b4c7d90dbc with identifier: AH51%20RUS to the API
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 221,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '846b65f9-92a3-5937-8ac0-d8b4c7d90dbc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AH51 RUS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AH51%20RUS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'STINGER GT',
 'odometer': 57485,
 'odometer_reading_unit': '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 STINGER GT 3.3 T-GDI GT S Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI GT S',
 'vin': 'KNAE551CML6076875',
 'year': 2019}
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AH51%2520RUS%27 HTTP/1.1" 200 None
2026-03-30 06:35:57 [bca.uk] INFO: Saving data for AH51%20RUS: {'auction_closing_time': 1774864800.0, 'created_time': 1774339616.17883, 'last_price_update_time': 1774852557.851351}
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AH51%2520RUS') HTTP/1.1" 204 0
2026-03-30 06:35:57 [bca.uk] INFO: Found listing with ID: YN72%20PVX
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN72%2520PVX%27 HTTP/1.1" 200 None
2026-03-30 06:35:57 [bca.uk] INFO: Scrape type for YN72%20PVX: 2
2026-03-30 06:35:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02c9e2e4-bfc0-588a-a9f9-1afbe909a717 with identifier: YN72%20PVX
2026-03-30 06:35:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02c9e2e4-bfc0-588a-a9f9-1afbe909a717 with scrape type 2
2026-03-30 06:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02c9e2e4-bfc0-588a-a9f9-1afbe909a717 with scrape type 2
2026-03-30 06:35:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02c9e2e4-bfc0-588a-a9f9-1afbe909a717, identifier: YN72%20PVX
2026-03-30 06:35:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c522a4a-fb8e-5442-836f-646990683a0e with identifier: DS24%20XXZ
2026-03-30 06:35:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c522a4a-fb8e-5442-836f-646990683a0e with identifier: DS24%20XXZ
2026-03-30 06:35:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c522a4a-fb8e-5442-836f-646990683a0e with identifier: DS24%20XXZ to the API
2026-03-30 06:35:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20XXZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c522a4a-fb8e-5442-836f-646990683a0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 XXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20XXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 19591,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS2R6019297',
 'year': 2024}
2026-03-30 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520XXZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:58 [bca.uk] INFO: Saving data for DS24%20XXZ: {'auction_closing_time': 1775037600.0, 'created_time': 1773823531.618032, 'last_price_update_time': 1774852558.281839}
2026-03-30 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520XXZ') HTTP/1.1" 204 0
2026-03-30 06:35:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dbfbff5-60d8-55d9-a139-5874be9d511b with identifier: MH19%20TVZ
2026-03-30 06:35:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dbfbff5-60d8-55d9-a139-5874be9d511b with identifier: MH19%20TVZ
2026-03-30 06:35:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dbfbff5-60d8-55d9-a139-5874be9d511b with identifier: MH19%20TVZ to the API
2026-03-30 06:35:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH19%20TVZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8dbfbff5-60d8-55d9-a139-5874be9d511b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MH19 TVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH19%20TVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 108348,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 82 SIGNATURE S/S MPV',
 'transmission': 'manual',
 'trim': 'P/T 82 SIGNATURE S/S',
 'vin': 'VF3CUHMRPKY099224',
 'year': 2019}
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH19%2520TVZ%27 HTTP/1.1" 200 None
2026-03-30 06:35:59 [bca.uk] INFO: Saving data for MH19%20TVZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564086.850056, 'last_price_update_time': 1774852559.474652}
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH19%2520TVZ') HTTP/1.1" 204 0
2026-03-30 06:35:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9bbca91-36a4-50bb-8ad2-d147232b63c2 with identifier: MK73%20LFG
2026-03-30 06:35:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9bbca91-36a4-50bb-8ad2-d147232b63c2 with identifier: MK73%20LFG
2026-03-30 06:35:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9bbca91-36a4-50bb-8ad2-d147232b63c2 with identifier: MK73%20LFG to the API
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:35:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK73%20LFG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9bbca91-36a4-50bb-8ad2-d147232b63c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK73 LFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK73%20LFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 49190,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 110 PLUS EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 110 PLUS EAT6',
 'vin': 'VF7SXHNPYRT003096',
 'year': 2024}
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK73%2520LFG%27 HTTP/1.1" 200 None
2026-03-30 06:35:59 [bca.uk] INFO: Saving data for MK73%20LFG: {'auction_closing_time': 1775037600.0, 'created_time': 1774353810.715438, 'last_price_update_time': 1774852559.764997}
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK73%2520LFG') HTTP/1.1" 204 0
2026-03-30 06:35:59 [bca.uk] INFO: Found listing with ID: MT65%20EFR
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT65%2520EFR%27 HTTP/1.1" 200 None
2026-03-30 06:35:59 [bca.uk] INFO: Scrape type for MT65%20EFR: 2
2026-03-30 06:35:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed68e01c-8d13-51ca-83de-df2ecc850dbf with identifier: MT65%20EFR
2026-03-30 06:35:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed68e01c-8d13-51ca-83de-df2ecc850dbf with scrape type 2
2026-03-30 06:35:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed68e01c-8d13-51ca-83de-df2ecc850dbf with scrape type 2
2026-03-30 06:35:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed68e01c-8d13-51ca-83de-df2ecc850dbf, identifier: MT65%20EFR
2026-03-30 06:35:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02c9e2e4-bfc0-588a-a9f9-1afbe909a717 with identifier: YN72%20PVX
2026-03-30 06:35:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02c9e2e4-bfc0-588a-a9f9-1afbe909a717 with identifier: YN72%20PVX
2026-03-30 06:35:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02c9e2e4-bfc0-588a-a9f9-1afbe909a717 with identifier: YN72%20PVX to the API
2026-03-30 06:35:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN72%20PVX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '02c9e2e4-bfc0-588a-a9f9-1afbe909a717',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YN72 PVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN72%20PVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 37449,
 'odometer_reading_unit': '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 RECHARGE 1.5 T4 PHEV CORE BRIGHT StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV CORE BRIGHT',
 'vin': 'YV1XZBWV9P2000302',
 'year': 2023}
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN72%2520PVX%27 HTTP/1.1" 200 None
2026-03-30 06:36:00 [bca.uk] INFO: Saving data for YN72%20PVX: {'auction_closing_time': 1774951200.0, 'created_time': 1774533991.481505, 'last_price_update_time': 1774852560.209604}
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN72%2520PVX') HTTP/1.1" 204 0
2026-03-30 06:36:00 [bca.uk] INFO: Found listing with ID: LD23%20UTS
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520UTS%27 HTTP/1.1" 200 None
2026-03-30 06:36:00 [bca.uk] INFO: Scrape type for LD23%20UTS: 2
2026-03-30 06:36:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1fd7a2f-c6c9-52af-86e5-3b16b603b15c with identifier: LD23%20UTS
2026-03-30 06:36:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1fd7a2f-c6c9-52af-86e5-3b16b603b15c with scrape type 2
2026-03-30 06:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1fd7a2f-c6c9-52af-86e5-3b16b603b15c with scrape type 2
2026-03-30 06:36:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1fd7a2f-c6c9-52af-86e5-3b16b603b15c, identifier: LD23%20UTS
2026-03-30 06:36:00 [bca.uk] INFO: Found listing with ID: WU19%20PHK
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU19%2520PHK%27 HTTP/1.1" 200 None
2026-03-30 06:36:00 [bca.uk] INFO: Scrape type for WU19%20PHK: 2
2026-03-30 06:36:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d088979a-5396-5cac-a532-e9ca46d5f27b with identifier: WU19%20PHK
2026-03-30 06:36:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d088979a-5396-5cac-a532-e9ca46d5f27b with scrape type 2
2026-03-30 06:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d088979a-5396-5cac-a532-e9ca46d5f27b with scrape type 2
2026-03-30 06:36:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d088979a-5396-5cac-a532-e9ca46d5f27b, identifier: WU19%20PHK
2026-03-30 06:36:00 [bca.uk] INFO: Found listing with ID: BG68%20FXY
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520FXY%27 HTTP/1.1" 200 None
2026-03-30 06:36:00 [bca.uk] INFO: Scrape type for BG68%20FXY: 2
2026-03-30 06:36:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fab43b7f-c755-525a-8b11-52c39d28c9de with identifier: BG68%20FXY
2026-03-30 06:36:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fab43b7f-c755-525a-8b11-52c39d28c9de with scrape type 2
2026-03-30 06:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fab43b7f-c755-525a-8b11-52c39d28c9de with scrape type 2
2026-03-30 06:36:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fab43b7f-c755-525a-8b11-52c39d28c9de, identifier: BG68%20FXY
2026-03-30 06:36:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed68e01c-8d13-51ca-83de-df2ecc850dbf with identifier: MT65%20EFR
2026-03-30 06:36:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed68e01c-8d13-51ca-83de-df2ecc850dbf with identifier: MT65%20EFR
2026-03-30 06:36:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed68e01c-8d13-51ca-83de-df2ecc850dbf with identifier: MT65%20EFR to the API
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT65%20EFR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed68e01c-8d13-51ca-83de-df2ecc850dbf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT65 EFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT65%20EFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 108575,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D M SPORT (7S) StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D M SPORT (7S)',
 'vin': 'WBAKS620800P86890',
 'year': 2015}
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT65%2520EFR%27 HTTP/1.1" 200 None
2026-03-30 06:36:00 [bca.uk] INFO: Saving data for MT65%20EFR: {'auction_closing_time': 1774864800.0, 'created_time': 1773959478.123243, 'last_price_update_time': 1774852560.827699}
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT65%2520EFR') HTTP/1.1" 204 0
2026-03-30 06:36:00 [bca.uk] INFO: Found listing with ID: SX67%20ECJ
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX67%2520ECJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:00 [bca.uk] INFO: Scrape type for SX67%20ECJ: 2
2026-03-30 06:36:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with identifier: SX67%20ECJ
2026-03-30 06:36:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with scrape type 2
2026-03-30 06:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with scrape type 2
2026-03-30 06:36:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9095d0a9-4a0e-58b1-930b-0b7c3488ed34, identifier: SX67%20ECJ
2026-03-30 06:36:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1fd7a2f-c6c9-52af-86e5-3b16b603b15c with identifier: LD23%20UTS
2026-03-30 06:36:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1fd7a2f-c6c9-52af-86e5-3b16b603b15c with identifier: LD23%20UTS
2026-03-30 06:36:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1fd7a2f-c6c9-52af-86e5-3b16b603b15c with identifier: LD23%20UTS to the API
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20UTS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e1fd7a2f-c6c9-52af-86e5-3b16b603b15c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD23 UTS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20UTS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 26262,
 'odometer_reading_unit': '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 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EK6PC749924',
 'year': 2023}
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520UTS%27 HTTP/1.1" 200 None
2026-03-30 06:36:01 [bca.uk] INFO: Saving data for LD23%20UTS: {'auction_closing_time': 1774864800.0, 'created_time': 1774533958.349341, 'last_price_update_time': 1774852561.341012}
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520UTS') HTTP/1.1" 204 0
2026-03-30 06:36:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d088979a-5396-5cac-a532-e9ca46d5f27b with identifier: WU19%20PHK
2026-03-30 06:36:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d088979a-5396-5cac-a532-e9ca46d5f27b with identifier: WU19%20PHK
2026-03-30 06:36:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d088979a-5396-5cac-a532-e9ca46d5f27b with identifier: WU19%20PHK to the API
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU19%20PHK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd088979a-5396-5cac-a532-e9ca46d5f27b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU19 PHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU19%20PHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 110773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO STEPWAY 0.9 TCE 90 ESSENTIAL Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ESSENTIAL',
 'vin': 'UU1B5220X62062486',
 'year': 2019}
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU19%2520PHK%27 HTTP/1.1" 200 None
2026-03-30 06:36:01 [bca.uk] INFO: Saving data for WU19%20PHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774564077.073395, 'last_price_update_time': 1774852561.651332}
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU19%2520PHK') HTTP/1.1" 204 0
2026-03-30 06:36:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fab43b7f-c755-525a-8b11-52c39d28c9de with identifier: BG68%20FXY
2026-03-30 06:36:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fab43b7f-c755-525a-8b11-52c39d28c9de with identifier: BG68%20FXY
2026-03-30 06:36:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fab43b7f-c755-525a-8b11-52c39d28c9de with identifier: BG68%20FXY to the API
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG68%20FXY-GB',
 'category': 'Car',
 'color': 'mineral grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fab43b7f-c755-525a-8b11-52c39d28c9de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG68 FXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG68%20FXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 60464,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X2 2.0 XDRIVE 20D M SPORT X STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'XDRIVE 20D M SPORT X STEP',
 'vin': 'WBAYL12050E781434',
 'year': 2018}
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG68%2520FXY%27 HTTP/1.1" 200 None
2026-03-30 06:36:01 [bca.uk] INFO: Saving data for BG68%20FXY: {'auction_closing_time': 1774864800.0, 'created_time': 1774477204.340988, 'last_price_update_time': 1774852561.940161}
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG68%2520FXY') HTTP/1.1" 204 0
2026-03-30 06:36:01 [bca.uk] INFO: Found listing with ID: AP71%20FJO
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520FJO%27 HTTP/1.1" 200 None
2026-03-30 06:36:01 [bca.uk] INFO: Scrape type for AP71%20FJO: 2
2026-03-30 06:36:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bc15b8f-6731-5bea-b8c2-b56d01c6362a with identifier: AP71%20FJO
2026-03-30 06:36:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bc15b8f-6731-5bea-b8c2-b56d01c6362a with scrape type 2
2026-03-30 06:36:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bc15b8f-6731-5bea-b8c2-b56d01c6362a with scrape type 2
2026-03-30 06:36:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bc15b8f-6731-5bea-b8c2-b56d01c6362a, identifier: AP71%20FJO
2026-03-30 06:36:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with identifier: SX67%20ECJ
2026-03-30 06:36:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with identifier: SX67%20ECJ
2026-03-30 06:36:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9095d0a9-4a0e-58b1-930b-0b7c3488ed34 with identifier: SX67%20ECJ to the API
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SX67%20ECJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9095d0a9-4a0e-58b1-930b-0b7c3488ed34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SX67 ECJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SX67%20ECJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 73625,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TFSI 180 QUATTRO S LINE ED.ST StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 180 QUATTRO S LINE ED.ST',
 'vin': 'WAUZZZ8U7JR037307',
 'year': 2017}
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX67%2520ECJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:02 [bca.uk] INFO: Saving data for SX67%20ECJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774536434.04993, 'last_price_update_time': 1774852562.348473}
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SX67%2520ECJ') HTTP/1.1" 204 0
2026-03-30 06:36:02 [bca.uk] INFO: Found listing with ID: LR21%20YHE
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR21%2520YHE%27 HTTP/1.1" 200 None
2026-03-30 06:36:02 [bca.uk] INFO: Scrape type for LR21%20YHE: 2
2026-03-30 06:36:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 260406c5-0563-594a-8226-cda5fcfdb679 with identifier: LR21%20YHE
2026-03-30 06:36:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 260406c5-0563-594a-8226-cda5fcfdb679 with scrape type 2
2026-03-30 06:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 260406c5-0563-594a-8226-cda5fcfdb679 with scrape type 2
2026-03-30 06:36:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 260406c5-0563-594a-8226-cda5fcfdb679, identifier: LR21%20YHE
2026-03-30 06:36:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:36:02 [bca.uk] INFO: Found listing with ID: NX60%20DBY
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX60%2520DBY%27 HTTP/1.1" 200 None
2026-03-30 06:36:02 [bca.uk] INFO: Scrape type for NX60%20DBY: 2
2026-03-30 06:36:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with identifier: NX60%20DBY
2026-03-30 06:36:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with scrape type 2
2026-03-30 06:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with scrape type 2
2026-03-30 06:36:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec, identifier: NX60%20DBY
2026-03-30 06:36:02 [bca.uk] INFO: Found listing with ID: YY73%20XHH
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XHH%27 HTTP/1.1" 200 None
2026-03-30 06:36:02 [bca.uk] INFO: Scrape type for YY73%20XHH: 2
2026-03-30 06:36:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db7ea674-b6e2-5307-bafb-fb9ec47575a1 with identifier: YY73%20XHH
2026-03-30 06:36:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db7ea674-b6e2-5307-bafb-fb9ec47575a1 with scrape type 2
2026-03-30 06:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db7ea674-b6e2-5307-bafb-fb9ec47575a1 with scrape type 2
2026-03-30 06:36:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db7ea674-b6e2-5307-bafb-fb9ec47575a1, identifier: YY73%20XHH
2026-03-30 06:36:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bc15b8f-6731-5bea-b8c2-b56d01c6362a with identifier: AP71%20FJO
2026-03-30 06:36:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bc15b8f-6731-5bea-b8c2-b56d01c6362a with identifier: AP71%20FJO
2026-03-30 06:36:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bc15b8f-6731-5bea-b8c2-b56d01c6362a with identifier: AP71%20FJO to the API
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AP71%20FJO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7bc15b8f-6731-5bea-b8c2-b56d01c6362a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AP71 FJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AP71%20FJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 85029,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X2 1.5 SDRIVE 18I 136 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SDRIVE 18I 136 SPORT',
 'vin': 'WBAYH120305U71851',
 'year': 2022}
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520FJO%27 HTTP/1.1" 200 None
2026-03-30 06:36:03 [bca.uk] INFO: Saving data for AP71%20FJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774533767.355, 'last_price_update_time': 1774852563.036517}
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AP71%2520FJO') HTTP/1.1" 204 0
2026-03-30 06:36:03 [bca.uk] INFO: Found listing with ID: MK22%20KLA
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK22%2520KLA%27 HTTP/1.1" 200 None
2026-03-30 06:36:03 [bca.uk] INFO: Scrape type for MK22%20KLA: 2
2026-03-30 06:36:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 570fa89a-2629-5007-8efd-6b3fe9a6a98e with identifier: MK22%20KLA
2026-03-30 06:36:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 570fa89a-2629-5007-8efd-6b3fe9a6a98e with scrape type 2
2026-03-30 06:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 570fa89a-2629-5007-8efd-6b3fe9a6a98e with scrape type 2
2026-03-30 06:36:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 570fa89a-2629-5007-8efd-6b3fe9a6a98e, identifier: MK22%20KLA
2026-03-30 06:36:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 260406c5-0563-594a-8226-cda5fcfdb679 with identifier: LR21%20YHE
2026-03-30 06:36:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 260406c5-0563-594a-8226-cda5fcfdb679 with identifier: LR21%20YHE
2026-03-30 06:36:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 260406c5-0563-594a-8226-cda5fcfdb679 with identifier: LR21%20YHE to the API
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR21%20YHE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '260406c5-0563-594a-8226-cda5fcfdb679',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR21 YHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR21%20YHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 29540,
 'odometer_reading_unit': '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.5 BLUEHDI 110 ALLURE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 110 ALLURE PREMIUM',
 'vin': 'VR3UDYHSKLJ983226',
 'year': 2021}
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR21%2520YHE%27 HTTP/1.1" 200 None
2026-03-30 06:36:03 [bca.uk] INFO: Saving data for LR21%20YHE: {'auction_closing_time': 1774864800.0, 'created_time': 1774277096.838385, 'last_price_update_time': 1774852563.512204}
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR21%2520YHE') HTTP/1.1" 204 0
2026-03-30 06:36:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with identifier: NX60%20DBY
2026-03-30 06:36:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with identifier: NX60%20DBY
2026-03-30 06:36:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c1f8cde-fabb-51c4-be4e-7de9a1a470ec with identifier: NX60%20DBY to the API
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX60%20DBY-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c1f8cde-fabb-51c4-be4e-7de9a1a470ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX60 DBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX60%20DBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ELDDIS',
 'model': 'AUTOQUEST',
 'odometer': 39776,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'ELDDIS AUTOQUEST 2.2 120 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '120 MOTORHOME',
 'vin': 'VF3YAAMAA11743015',
 'year': 2010}
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX60%2520DBY%27 HTTP/1.1" 200 None
2026-03-30 06:36:03 [bca.uk] INFO: Saving data for NX60%20DBY: {'auction_closing_time': 1775124000.0, 'created_time': 1774564061.761752, 'last_price_update_time': 1774852563.932586}
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX60%2520DBY') HTTP/1.1" 204 0
2026-03-30 06:36:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db7ea674-b6e2-5307-bafb-fb9ec47575a1 with identifier: YY73%20XHH
2026-03-30 06:36:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db7ea674-b6e2-5307-bafb-fb9ec47575a1 with identifier: YY73%20XHH
2026-03-30 06:36:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db7ea674-b6e2-5307-bafb-fb9ec47575a1 with identifier: YY73%20XHH to the API
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XHH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'db7ea674-b6e2-5307-bafb-fb9ec47575a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY73 XHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 25549,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H Hatchback',
 'transmission': 'manual',
 'trim': 'M/H',
 'vin': 'ZFACF1BJ1PJJ11840',
 'year': 2023}
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XHH%27 HTTP/1.1" 200 None
2026-03-30 06:36:04 [bca.uk] INFO: Saving data for YY73%20XHH: {'auction_closing_time': 1775037600.0, 'created_time': 1773841796.17753, 'last_price_update_time': 1774852564.21849}
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XHH') HTTP/1.1" 204 0
2026-03-30 06:36:04 [bca.uk] INFO: Found listing with ID: KV70%20LKX
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV70%2520LKX%27 HTTP/1.1" 200 None
2026-03-30 06:36:04 [bca.uk] INFO: Scrape type for KV70%20LKX: 0
2026-03-30 06:36:04 [bca.uk] INFO: Found listing with ID: FA19%20SDZ
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520SDZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:04 [bca.uk] INFO: Scrape type for FA19%20SDZ: 2
2026-03-30 06:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdac5cb5-42be-51fc-a025-b25e122dcfb2 with identifier: FA19%20SDZ
2026-03-30 06:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdac5cb5-42be-51fc-a025-b25e122dcfb2 with scrape type 2
2026-03-30 06:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdac5cb5-42be-51fc-a025-b25e122dcfb2 with scrape type 2
2026-03-30 06:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdac5cb5-42be-51fc-a025-b25e122dcfb2, identifier: FA19%20SDZ
2026-03-30 06:36:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 570fa89a-2629-5007-8efd-6b3fe9a6a98e with identifier: MK22%20KLA
2026-03-30 06:36:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 570fa89a-2629-5007-8efd-6b3fe9a6a98e with identifier: MK22%20KLA
2026-03-30 06:36:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 570fa89a-2629-5007-8efd-6b3fe9a6a98e with identifier: MK22%20KLA to the API
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK22%20KLA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '570fa89a-2629-5007-8efd-6b3fe9a6a98e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK22 KLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK22%20KLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 23444,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA EV6 236KW 77.4KWH AWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '236KW 77.4KWH AWD GT-LINE',
 'vin': 'KNAC481CRN5023703',
 'year': 2022}
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK22%2520KLA%27 HTTP/1.1" 200 None
2026-03-30 06:36:04 [bca.uk] INFO: Saving data for MK22%20KLA: {'auction_closing_time': 1774951200.0, 'created_time': 1774391674.10298, 'last_price_update_time': 1774852564.652459}
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK22%2520KLA') HTTP/1.1" 204 0
2026-03-30 06:36:04 [bca.uk] INFO: Found listing with ID: LS69%20AWM
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520AWM%27 HTTP/1.1" 200 None
2026-03-30 06:36:04 [bca.uk] INFO: Scrape type for LS69%20AWM: 2
2026-03-30 06:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4217682-bf67-556d-bb4e-e642b0d8cd06 with identifier: LS69%20AWM
2026-03-30 06:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4217682-bf67-556d-bb4e-e642b0d8cd06 with scrape type 2
2026-03-30 06:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4217682-bf67-556d-bb4e-e642b0d8cd06 with scrape type 2
2026-03-30 06:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4217682-bf67-556d-bb4e-e642b0d8cd06, identifier: LS69%20AWM
2026-03-30 06:36:04 [bca.uk] INFO: Found listing with ID: EO22%20YVD
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520YVD%27 HTTP/1.1" 200 None
2026-03-30 06:36:04 [bca.uk] INFO: Scrape type for EO22%20YVD: 2
2026-03-30 06:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cca22068-da07-5048-aea8-b53611f031c0 with identifier: EO22%20YVD
2026-03-30 06:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cca22068-da07-5048-aea8-b53611f031c0 with scrape type 2
2026-03-30 06:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cca22068-da07-5048-aea8-b53611f031c0 with scrape type 2
2026-03-30 06:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cca22068-da07-5048-aea8-b53611f031c0, identifier: EO22%20YVD
2026-03-30 06:36:04 [bca.uk] INFO: Found listing with ID: YY73%20XJG
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XJG%27 HTTP/1.1" 200 None
2026-03-30 06:36:04 [bca.uk] INFO: Scrape type for YY73%20XJG: 2
2026-03-30 06:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with identifier: YY73%20XJG
2026-03-30 06:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with scrape type 2
2026-03-30 06:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with scrape type 2
2026-03-30 06:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f90d8e3f-9896-548e-ab5b-fd6474ce3e94, identifier: YY73%20XJG
2026-03-30 06:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdac5cb5-42be-51fc-a025-b25e122dcfb2 with identifier: FA19%20SDZ
2026-03-30 06:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdac5cb5-42be-51fc-a025-b25e122dcfb2 with identifier: FA19%20SDZ
2026-03-30 06:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdac5cb5-42be-51fc-a025-b25e122dcfb2 with identifier: FA19%20SDZ to the API
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 209,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA19%20SDZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fdac5cb5-42be-51fc-a025-b25e122dcfb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FA19 SDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA19%20SDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 65060,
 'odometer_reading_unit': '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 P400 HST StationWagon',
 'transmission': 'automatic',
 'trim': 'P400 HST',
 'vin': 'SALWA2AU0LA884503',
 'year': 2019}
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520SDZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:05 [bca.uk] INFO: Saving data for FA19%20SDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774533762.145569, 'last_price_update_time': 1774852565.287763}
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA19%2520SDZ') HTTP/1.1" 204 0
2026-03-30 06:36:05 [bca.uk] INFO: Found listing with ID: WP23%20OEF
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEF%27 HTTP/1.1" 200 None
2026-03-30 06:36:05 [bca.uk] INFO: Scrape type for WP23%20OEF: 2
2026-03-30 06:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 215e2fcc-0920-5213-abd5-dfa3f62639e8 with identifier: WP23%20OEF
2026-03-30 06:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 215e2fcc-0920-5213-abd5-dfa3f62639e8 with scrape type 2
2026-03-30 06:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 215e2fcc-0920-5213-abd5-dfa3f62639e8 with scrape type 2
2026-03-30 06:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 215e2fcc-0920-5213-abd5-dfa3f62639e8, identifier: WP23%20OEF
2026-03-30 06:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4217682-bf67-556d-bb4e-e642b0d8cd06 with identifier: LS69%20AWM
2026-03-30 06:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4217682-bf67-556d-bb4e-e642b0d8cd06 with identifier: LS69%20AWM
2026-03-30 06:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4217682-bf67-556d-bb4e-e642b0d8cd06 with identifier: LS69%20AWM to the API
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS69%20AWM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4217682-bf67-556d-bb4e-e642b0d8cd06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS69 AWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS69%20AWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 32766,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 160 N-CONNECTA DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 N-CONNECTA DCT',
 'vin': 'SJNFFAJ11U2688061',
 'year': 2019}
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520AWM%27 HTTP/1.1" 200 None
2026-03-30 06:36:05 [bca.uk] INFO: Saving data for LS69%20AWM: {'auction_closing_time': 1774864800.0, 'created_time': 1774533953.269252, 'last_price_update_time': 1774852565.785284}
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS69%2520AWM') HTTP/1.1" 204 0
2026-03-30 06:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cca22068-da07-5048-aea8-b53611f031c0 with identifier: EO22%20YVD
2026-03-30 06:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cca22068-da07-5048-aea8-b53611f031c0 with identifier: EO22%20YVD
2026-03-30 06:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cca22068-da07-5048-aea8-b53611f031c0 with identifier: EO22%20YVD to the API
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO22%20YVD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cca22068-da07-5048-aea8-b53611f031c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO22 YVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO22%20YVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 26485,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.3 TCE 140 R.S.LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 140 R.S.LINE',
 'vin': 'VF1RJB00568791084',
 'year': 2022}
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520YVD%27 HTTP/1.1" 200 None
2026-03-30 06:36:06 [bca.uk] INFO: Saving data for EO22%20YVD: {'auction_closing_time': 1774951200.0, 'created_time': 1774564062.130068, 'last_price_update_time': 1774852566.09678}
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO22%2520YVD') HTTP/1.1" 204 0
2026-03-30 06:36:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with identifier: YY73%20XJG
2026-03-30 06:36:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with identifier: YY73%20XJG
2026-03-30 06:36:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f90d8e3f-9896-548e-ab5b-fd6474ce3e94 with identifier: YY73%20XJG to the API
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY73%20XJG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f90d8e3f-9896-548e-ab5b-fd6474ce3e94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY73 XJG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY73%20XJG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 29985,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H Hatchback',
 'transmission': 'manual',
 'trim': 'M/H',
 'vin': 'ZFACF1BJ4PJJ10844',
 'year': 2023}
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520XJG%27 HTTP/1.1" 200 None
2026-03-30 06:36:06 [bca.uk] INFO: Saving data for YY73%20XJG: {'auction_closing_time': 1775037600.0, 'created_time': 1773909437.976559, 'last_price_update_time': 1774852566.409214}
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY73%2520XJG') HTTP/1.1" 204 0
2026-03-30 06:36:06 [bca.uk] INFO: Found listing with ID: LP72%20RMV
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520RMV%27 HTTP/1.1" 200 None
2026-03-30 06:36:06 [bca.uk] INFO: Scrape type for LP72%20RMV: 2
2026-03-30 06:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00c0accd-ab72-5658-8a8a-db5e35099751 with identifier: LP72%20RMV
2026-03-30 06:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00c0accd-ab72-5658-8a8a-db5e35099751 with scrape type 2
2026-03-30 06:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00c0accd-ab72-5658-8a8a-db5e35099751 with scrape type 2
2026-03-30 06:36:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00c0accd-ab72-5658-8a8a-db5e35099751, identifier: LP72%20RMV
2026-03-30 06:36:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 215e2fcc-0920-5213-abd5-dfa3f62639e8 with identifier: WP23%20OEF
2026-03-30 06:36:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 215e2fcc-0920-5213-abd5-dfa3f62639e8 with identifier: WP23%20OEF
2026-03-30 06:36:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 215e2fcc-0920-5213-abd5-dfa3f62639e8 with identifier: WP23%20OEF to the API
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20OEF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '215e2fcc-0920-5213-abd5-dfa3f62639e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP23 OEF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OEF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 18711,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.0 TCE 90 R.S.LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 R.S.LINE',
 'vin': 'VF1RJA00670938720',
 'year': 2023}
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEF%27 HTTP/1.1" 200 None
2026-03-30 06:36:06 [bca.uk] INFO: Saving data for WP23%20OEF: {'auction_closing_time': 1774951200.0, 'created_time': 1774536416.504209, 'last_price_update_time': 1774852566.824669}
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OEF') HTTP/1.1" 204 0
2026-03-30 06:36:06 [bca.uk] INFO: Found listing with ID: MM21%20HHO
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM21%2520HHO%27 HTTP/1.1" 200 None
2026-03-30 06:36:06 [bca.uk] INFO: Scrape type for MM21%20HHO: 2
2026-03-30 06:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 553eef3c-c388-537b-a139-4a09a64ca6ad with identifier: MM21%20HHO
2026-03-30 06:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 553eef3c-c388-537b-a139-4a09a64ca6ad with scrape type 2
2026-03-30 06:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 553eef3c-c388-537b-a139-4a09a64ca6ad with scrape type 2
2026-03-30 06:36:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 553eef3c-c388-537b-a139-4a09a64ca6ad, identifier: MM21%20HHO
2026-03-30 06:36:06 [bca.uk] INFO: Found listing with ID: LP66%20DHJ
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520DHJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:06 [bca.uk] INFO: Scrape type for LP66%20DHJ: 2
2026-03-30 06:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81297aa8-d4f8-585b-877a-f484bd47fd14 with identifier: LP66%20DHJ
2026-03-30 06:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81297aa8-d4f8-585b-877a-f484bd47fd14 with scrape type 2
2026-03-30 06:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81297aa8-d4f8-585b-877a-f484bd47fd14 with scrape type 2
2026-03-30 06:36:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81297aa8-d4f8-585b-877a-f484bd47fd14, identifier: LP66%20DHJ
2026-03-30 06:36:07 [bca.uk] INFO: Found listing with ID: AJ18%20FJX
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520FJX%27 HTTP/1.1" 200 None
2026-03-30 06:36:07 [bca.uk] INFO: Scrape type for AJ18%20FJX: 2
2026-03-30 06:36:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with identifier: AJ18%20FJX
2026-03-30 06:36:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with scrape type 2
2026-03-30 06:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with scrape type 2
2026-03-30 06:36:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36fae18d-c4f7-5e3b-831d-ddffb1394de6, identifier: AJ18%20FJX
2026-03-30 06:36:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00c0accd-ab72-5658-8a8a-db5e35099751 with identifier: LP72%20RMV
2026-03-30 06:36:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00c0accd-ab72-5658-8a8a-db5e35099751 with identifier: LP72%20RMV
2026-03-30 06:36:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00c0accd-ab72-5658-8a8a-db5e35099751 with identifier: LP72%20RMV to the API
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP72%20RMV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '00c0accd-ab72-5658-8a8a-db5e35099751',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP72 RMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP72%20RMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 24346,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 160KW 59KWH E+ N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 59KWH E+ N-CONNECTA',
 'vin': 'SJNFAAZE1U0176574',
 'year': 2022}
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520RMV%27 HTTP/1.1" 200 None
2026-03-30 06:36:07 [bca.uk] INFO: Saving data for LP72%20RMV: {'auction_closing_time': 1774864800.0, 'created_time': 1774533762.956769, 'last_price_update_time': 1774852567.440978}
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520RMV') HTTP/1.1" 204 0
2026-03-30 06:36:07 [bca.uk] INFO: Found listing with ID: YM72%20HUH
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520HUH%27 HTTP/1.1" 200 None
2026-03-30 06:36:07 [bca.uk] INFO: Scrape type for YM72%20HUH: 2
2026-03-30 06:36:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccd8897c-709b-5c55-ba00-089cb0e5f52c with identifier: YM72%20HUH
2026-03-30 06:36:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccd8897c-709b-5c55-ba00-089cb0e5f52c with scrape type 2
2026-03-30 06:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccd8897c-709b-5c55-ba00-089cb0e5f52c with scrape type 2
2026-03-30 06:36:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccd8897c-709b-5c55-ba00-089cb0e5f52c, identifier: YM72%20HUH
2026-03-30 06:36:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 553eef3c-c388-537b-a139-4a09a64ca6ad with identifier: MM21%20HHO
2026-03-30 06:36:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 553eef3c-c388-537b-a139-4a09a64ca6ad with identifier: MM21%20HHO
2026-03-30 06:36:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 553eef3c-c388-537b-a139-4a09a64ca6ad with identifier: MM21%20HHO to the API
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 234,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM21%20HHO-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '553eef3c-c388-537b-a139-4a09a64ca6ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM21 HHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM21%20HHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 37673,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 3.0 I6 D200 AWD SE (5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'I6 D200 AWD SE (5ST)',
 'vin': 'SALEA7AW4N2066392',
 'year': 2021}
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM21%2520HHO%27 HTTP/1.1" 200 None
2026-03-30 06:36:07 [bca.uk] INFO: Saving data for MM21%20HHO: {'auction_closing_time': 1774864800.0, 'created_time': 1774533947.729045, 'last_price_update_time': 1774852567.850024}
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM21%2520HHO') HTTP/1.1" 204 0
2026-03-30 06:36:07 [bca.uk] INFO: Total items found: 100
2026-03-30 06:36:07 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded
2026-03-30 06:36:07 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:36:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:36:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81297aa8-d4f8-585b-877a-f484bd47fd14 with identifier: LP66%20DHJ
2026-03-30 06:36:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81297aa8-d4f8-585b-877a-f484bd47fd14 with identifier: LP66%20DHJ
2026-03-30 06:36:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81297aa8-d4f8-585b-877a-f484bd47fd14 with identifier: LP66%20DHJ to the API
2026-03-30 06:36:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP66%20DHJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '81297aa8-d4f8-585b-877a-f484bd47fd14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP66 DHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP66%20DHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'GT86',
 'odometer': 59124,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA GT86 2.0 D-4S Coupe',
 'transmission': 'manual',
 'trim': 'D-4S',
 'vin': 'JF1ZN6K72HG040408',
 'year': 2017}
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP66%2520DHJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:08 [bca.uk] INFO: Saving data for LP66%20DHJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774563997.420502, 'last_price_update_time': 1774852568.146055}
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP66%2520DHJ') HTTP/1.1" 204 0
2026-03-30 06:36:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with identifier: AJ18%20FJX
2026-03-30 06:36:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with identifier: AJ18%20FJX
2026-03-30 06:36:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36fae18d-c4f7-5e3b-831d-ddffb1394de6 with identifier: AJ18%20FJX to the API
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 57,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ18%20FJX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '36fae18d-c4f7-5e3b-831d-ddffb1394de6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ18 FJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ18%20FJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 58177,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 1.5 225XE SPORT Hatchback',
 'transmission': 'automatic',
 'trim': '225XE SPORT',
 'vin': 'WBA6Y32060VG78837',
 'year': 2018}
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520FJX%27 HTTP/1.1" 200 None
2026-03-30 06:36:08 [bca.uk] INFO: Saving data for AJ18%20FJX: {'auction_closing_time': 1775124000.0, 'created_time': 1774392184.725795, 'last_price_update_time': 1774852568.441568}
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ18%2520FJX') HTTP/1.1" 204 0
2026-03-30 06:36:08 [bca.uk] INFO: Found listing with ID: EJ23%20NAE
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520NAE%27 HTTP/1.1" 200 None
2026-03-30 06:36:08 [bca.uk] INFO: Scrape type for EJ23%20NAE: 2
2026-03-30 06:36:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23e803af-5fe9-5abd-b08d-f75a9d75ef4a with identifier: EJ23%20NAE
2026-03-30 06:36:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23e803af-5fe9-5abd-b08d-f75a9d75ef4a with scrape type 2
2026-03-30 06:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23e803af-5fe9-5abd-b08d-f75a9d75ef4a with scrape type 2
2026-03-30 06:36:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23e803af-5fe9-5abd-b08d-f75a9d75ef4a, identifier: EJ23%20NAE
2026-03-30 06:36:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccd8897c-709b-5c55-ba00-089cb0e5f52c with identifier: YM72%20HUH
2026-03-30 06:36:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccd8897c-709b-5c55-ba00-089cb0e5f52c with identifier: YM72%20HUH
2026-03-30 06:36:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccd8897c-709b-5c55-ba00-089cb0e5f52c with identifier: YM72%20HUH to the API
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM72%20HUH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ccd8897c-709b-5c55-ba00-089cb0e5f52c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM72 HUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM72%20HUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'EQB 350',
 'odometer': 41162,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQB 350 215KW 66KWH 4M AMG LINE PREM. StationWagon',
 'transmission': 'automatic',
 'trim': '215KW 66KWH 4M AMG LINE PREM.',
 'vin': 'W1N9M1CB6PN026137',
 'year': 2023}
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520HUH%27 HTTP/1.1" 200 None
2026-03-30 06:36:08 [bca.uk] INFO: Saving data for YM72%20HUH: {'auction_closing_time': 1774951200.0, 'created_time': 1774533997.17311, 'last_price_update_time': 1774852568.842227}
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520HUH') HTTP/1.1" 204 0
2026-03-30 06:36:08 [bca.uk] INFO: Found listing with ID: NL23%20ODN
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520ODN%27 HTTP/1.1" 200 None
2026-03-30 06:36:08 [bca.uk] INFO: Scrape type for NL23%20ODN: 2
2026-03-30 06:36:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68663d9c-710b-55eb-ae41-9393850196b1 with identifier: NL23%20ODN
2026-03-30 06:36:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68663d9c-710b-55eb-ae41-9393850196b1 with scrape type 2
2026-03-30 06:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68663d9c-710b-55eb-ae41-9393850196b1 with scrape type 2
2026-03-30 06:36:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68663d9c-710b-55eb-ae41-9393850196b1, identifier: NL23%20ODN
2026-03-30 06:36:08 [bca.uk] INFO: Found listing with ID: LV72%20OHX
2026-03-30 06:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV72%2520OHX%27 HTTP/1.1" 200 None
2026-03-30 06:36:09 [bca.uk] INFO: Scrape type for LV72%20OHX: 2
2026-03-30 06:36:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with identifier: LV72%20OHX
2026-03-30 06:36:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with scrape type 2
2026-03-30 06:36:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with scrape type 2
2026-03-30 06:36:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab6e65e1-e0dd-50c2-866b-9ec3cf475aab, identifier: LV72%20OHX
2026-03-30 06:36:09 [bca.uk] INFO: Found listing with ID: BP22%20XCF
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520XCF%27 HTTP/1.1" 200 None
2026-03-30 06:36:09 [bca.uk] INFO: Scrape type for BP22%20XCF: 2
2026-03-30 06:36:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85cd0586-ec3f-526b-90fd-193043ac5fd8 with identifier: BP22%20XCF
2026-03-30 06:36:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85cd0586-ec3f-526b-90fd-193043ac5fd8 with scrape type 2
2026-03-30 06:36:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85cd0586-ec3f-526b-90fd-193043ac5fd8 with scrape type 2
2026-03-30 06:36:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85cd0586-ec3f-526b-90fd-193043ac5fd8, identifier: BP22%20XCF
2026-03-30 06:36:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23e803af-5fe9-5abd-b08d-f75a9d75ef4a with identifier: EJ23%20NAE
2026-03-30 06:36:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23e803af-5fe9-5abd-b08d-f75a9d75ef4a with identifier: EJ23%20NAE
2026-03-30 06:36:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23e803af-5fe9-5abd-b08d-f75a9d75ef4a with identifier: EJ23%20NAE to the API
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ23%20NAE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '23e803af-5fe9-5abd-b08d-f75a9d75ef4a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EJ23 NAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ23%20NAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 31735,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250+ 140KW 70.5KWH AMG LINE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH AMG LINE PREMIUM',
 'vin': 'W1N9N0CB6PJ076292',
 'year': 2023}
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520NAE%27 HTTP/1.1" 200 None
2026-03-30 06:36:09 [bca.uk] INFO: Saving data for EJ23%20NAE: {'auction_closing_time': 1774864800.0, 'created_time': 1774350177.558186, 'last_price_update_time': 1774852569.486639}
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ23%2520NAE') HTTP/1.1" 204 0
2026-03-30 06:36:09 [bca.uk] INFO: Found listing with ID: AF23%20CWK
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520CWK%27 HTTP/1.1" 200 None
2026-03-30 06:36:09 [bca.uk] INFO: Scrape type for AF23%20CWK: 2
2026-03-30 06:36:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f29ab73b-d47f-5bfa-89c7-08ea69bad582 with identifier: AF23%20CWK
2026-03-30 06:36:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f29ab73b-d47f-5bfa-89c7-08ea69bad582 with scrape type 2
2026-03-30 06:36:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f29ab73b-d47f-5bfa-89c7-08ea69bad582 with scrape type 2
2026-03-30 06:36:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f29ab73b-d47f-5bfa-89c7-08ea69bad582, identifier: AF23%20CWK
2026-03-30 06:36:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68663d9c-710b-55eb-ae41-9393850196b1 with identifier: NL23%20ODN
2026-03-30 06:36:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68663d9c-710b-55eb-ae41-9393850196b1 with identifier: NL23%20ODN
2026-03-30 06:36:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68663d9c-710b-55eb-ae41-9393850196b1 with identifier: NL23%20ODN to the API
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20ODN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '68663d9c-710b-55eb-ae41-9393850196b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 ODN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20ODN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 42243,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 2 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 2',
 'vin': 'KNACP811UP5031495',
 'year': 2023}
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520ODN%27 HTTP/1.1" 200 None
2026-03-30 06:36:09 [bca.uk] INFO: Saving data for NL23%20ODN: {'auction_closing_time': 1774864800.0, 'created_time': 1774533945.668436, 'last_price_update_time': 1774852569.896672}
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520ODN') HTTP/1.1" 204 0
2026-03-30 06:36:10 [bca.uk] INFO: Found listing with ID: OV23%20CNU
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520CNU%27 HTTP/1.1" 200 None
2026-03-30 06:36:10 [bca.uk] INFO: Scrape type for OV23%20CNU: 2
2026-03-30 06:36:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ff4f220-0bbc-5923-8bfc-502f38924c72 with identifier: OV23%20CNU
2026-03-30 06:36:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ff4f220-0bbc-5923-8bfc-502f38924c72 with scrape type 2
2026-03-30 06:36:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ff4f220-0bbc-5923-8bfc-502f38924c72 with scrape type 2
2026-03-30 06:36:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ff4f220-0bbc-5923-8bfc-502f38924c72, identifier: OV23%20CNU
2026-03-30 06:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with identifier: LV72%20OHX
2026-03-30 06:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with identifier: LV72%20OHX
2026-03-30 06:36:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab6e65e1-e0dd-50c2-866b-9ec3cf475aab with identifier: LV72%20OHX to the API
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV72%20OHX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab6e65e1-e0dd-50c2-866b-9ec3cf475aab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV72 OHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV72%20OHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'DACIA',
 'model': 'DUSTER',
 'odometer': 31551,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'DACIA DUSTER 1.3 TCE 130 COMFORT StationWagon',
 'transmission': 'manual',
 'trim': 'TCE 130 COMFORT',
 'vin': 'VF1HJD20669755189',
 'year': 2022}
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV72%2520OHX%27 HTTP/1.1" 200 None
2026-03-30 06:36:10 [bca.uk] INFO: Saving data for LV72%20OHX: {'auction_closing_time': 1774951200.0, 'created_time': 1774361288.061526, 'last_price_update_time': 1774852570.377208}
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV72%2520OHX') HTTP/1.1" 204 0
2026-03-30 06:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85cd0586-ec3f-526b-90fd-193043ac5fd8 with identifier: BP22%20XCF
2026-03-30 06:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85cd0586-ec3f-526b-90fd-193043ac5fd8 with identifier: BP22%20XCF
2026-03-30 06:36:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85cd0586-ec3f-526b-90fd-193043ac5fd8 with identifier: BP22%20XCF to the API
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP22%20XCF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '85cd0586-ec3f-526b-90fd-193043ac5fd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP22 XCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP22%20XCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 81609,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB4NC570519',
 'year': 2022}
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP22%2520XCF%27 HTTP/1.1" 200 None
2026-03-30 06:36:10 [bca.uk] INFO: Saving data for BP22%20XCF: {'auction_closing_time': 1775124000.0, 'created_time': 1774392203.918768, 'last_price_update_time': 1774852570.680542}
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP22%2520XCF') HTTP/1.1" 204 0
2026-03-30 06:36:10 [bca.uk] INFO: Found listing with ID: LM23%20VGU
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VGU%27 HTTP/1.1" 200 None
2026-03-30 06:36:10 [bca.uk] INFO: Scrape type for LM23%20VGU: 2
2026-03-30 06:36:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dbeff4c-b88c-5dcb-a218-6a76aec8a2c1 with identifier: LM23%20VGU
2026-03-30 06:36:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dbeff4c-b88c-5dcb-a218-6a76aec8a2c1 with scrape type 2
2026-03-30 06:36:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dbeff4c-b88c-5dcb-a218-6a76aec8a2c1 with scrape type 2
2026-03-30 06:36:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dbeff4c-b88c-5dcb-a218-6a76aec8a2c1, identifier: LM23%20VGU
2026-03-30 06:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f29ab73b-d47f-5bfa-89c7-08ea69bad582 with identifier: AF23%20CWK
2026-03-30 06:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f29ab73b-d47f-5bfa-89c7-08ea69bad582 with identifier: AF23%20CWK
2026-03-30 06:36:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f29ab73b-d47f-5bfa-89c7-08ea69bad582 with identifier: AF23%20CWK to the API
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20CWK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f29ab73b-d47f-5bfa-89c7-08ea69bad582',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF23 CWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20CWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 81034,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 GT',
 'vin': 'VR3USHNSKNJ827695',
 'year': 2023}
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520CWK%27 HTTP/1.1" 200 None
2026-03-30 06:36:11 [bca.uk] INFO: Saving data for AF23%20CWK: {'auction_closing_time': 1774951200.0, 'created_time': 1774533996.40787, 'last_price_update_time': 1774852571.10266}
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520CWK') HTTP/1.1" 204 0
2026-03-30 06:36:11 [bca.uk] INFO: Found listing with ID: RX71%20EGV
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX71%2520EGV%27 HTTP/1.1" 200 None
2026-03-30 06:36:11 [bca.uk] INFO: Scrape type for RX71%20EGV: 2
2026-03-30 06:36:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a34f488a-bf07-5885-9575-e9381b0d34ac with identifier: RX71%20EGV
2026-03-30 06:36:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a34f488a-bf07-5885-9575-e9381b0d34ac with scrape type 2
2026-03-30 06:36:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a34f488a-bf07-5885-9575-e9381b0d34ac with scrape type 2
2026-03-30 06:36:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a34f488a-bf07-5885-9575-e9381b0d34ac, identifier: RX71%20EGV
2026-03-30 06:36:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ff4f220-0bbc-5923-8bfc-502f38924c72 with identifier: OV23%20CNU
2026-03-30 06:36:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ff4f220-0bbc-5923-8bfc-502f38924c72 with identifier: OV23%20CNU
2026-03-30 06:36:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ff4f220-0bbc-5923-8bfc-502f38924c72 with identifier: OV23%20CNU to the API
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20CNU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3ff4f220-0bbc-5923-8bfc-502f38924c72',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV23 CNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20CNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 87897,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 78KWH SM2 LONG RANGE',
 'vin': 'YSMVSEGE9PL147106',
 'year': 2023}
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520CNU%27 HTTP/1.1" 200 None
2026-03-30 06:36:11 [bca.uk] INFO: Saving data for OV23%20CNU: {'auction_closing_time': 1774864800.0, 'created_time': 1773841080.94529, 'last_price_update_time': 1774852571.529636}
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520CNU') HTTP/1.1" 204 0
2026-03-30 06:36:11 [bca.uk] INFO: Found listing with ID: DG20%20LZO
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG20%2520LZO%27 HTTP/1.1" 200 None
2026-03-30 06:36:11 [bca.uk] INFO: Scrape type for DG20%20LZO: 2
2026-03-30 06:36:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 833097e3-2459-54e8-9df1-07de9cd0c4de with identifier: DG20%20LZO
2026-03-30 06:36:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 833097e3-2459-54e8-9df1-07de9cd0c4de with scrape type 2
2026-03-30 06:36:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 833097e3-2459-54e8-9df1-07de9cd0c4de with scrape type 2
2026-03-30 06:36:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 833097e3-2459-54e8-9df1-07de9cd0c4de, identifier: DG20%20LZO
2026-03-30 06:36:11 [bca.uk] INFO: Found listing with ID: BU22%20YSD
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520YSD%27 HTTP/1.1" 200 None
2026-03-30 06:36:11 [bca.uk] INFO: Scrape type for BU22%20YSD: 2
2026-03-30 06:36:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17bb79d2-d115-5abd-82ad-48a5735d357d with identifier: BU22%20YSD
2026-03-30 06:36:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17bb79d2-d115-5abd-82ad-48a5735d357d with scrape type 2
2026-03-30 06:36:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17bb79d2-d115-5abd-82ad-48a5735d357d with scrape type 2
2026-03-30 06:36:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17bb79d2-d115-5abd-82ad-48a5735d357d, identifier: BU22%20YSD
2026-03-30 06:36:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dbeff4c-b88c-5dcb-a218-6a76aec8a2c1 with identifier: LM23%20VGU
2026-03-30 06:36:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dbeff4c-b88c-5dcb-a218-6a76aec8a2c1 with identifier: LM23%20VGU
2026-03-30 06:36:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dbeff4c-b88c-5dcb-a218-6a76aec8a2c1 with identifier: LM23%20VGU to the API
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM23%20VGU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3dbeff4c-b88c-5dcb-a218-6a76aec8a2c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM23 VGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM23%20VGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 23075,
 'odometer_reading_unit': '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': 'VXKUPHMHDN4470782',
 'year': 2023}
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520VGU%27 HTTP/1.1" 200 None
2026-03-30 06:36:12 [bca.uk] INFO: Saving data for LM23%20VGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774533748.394768, 'last_price_update_time': 1774852572.050005}
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM23%2520VGU') HTTP/1.1" 204 0
2026-03-30 06:36:12 [bca.uk] INFO: Found listing with ID: URZ%202372
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27URZ%25202372%27 HTTP/1.1" 200 None
2026-03-30 06:36:12 [bca.uk] INFO: Scrape type for URZ%202372: 2
2026-03-30 06:36:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c02f5e5a-224f-5c9e-9ce4-e478101e5a7b with identifier: URZ%202372
2026-03-30 06:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c02f5e5a-224f-5c9e-9ce4-e478101e5a7b with scrape type 2
2026-03-30 06:36:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c02f5e5a-224f-5c9e-9ce4-e478101e5a7b with scrape type 2
2026-03-30 06:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c02f5e5a-224f-5c9e-9ce4-e478101e5a7b, identifier: URZ%202372
2026-03-30 06:36:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a34f488a-bf07-5885-9575-e9381b0d34ac with identifier: RX71%20EGV
2026-03-30 06:36:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a34f488a-bf07-5885-9575-e9381b0d34ac with identifier: RX71%20EGV
2026-03-30 06:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a34f488a-bf07-5885-9575-e9381b0d34ac with identifier: RX71%20EGV to the API
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX71%20EGV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a34f488a-bf07-5885-9575-e9381b0d34ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RX71 EGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX71%20EGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 13068,
 'odometer_reading_unit': '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 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'VXKUPHMHDM4325876',
 'year': 2022}
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX71%2520EGV%27 HTTP/1.1" 200 None
2026-03-30 06:36:12 [bca.uk] INFO: Saving data for RX71%20EGV: {'auction_closing_time': 1774864800.0, 'created_time': 1774533943.353004, 'last_price_update_time': 1774852572.46832}
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX71%2520EGV') HTTP/1.1" 204 0
2026-03-30 06:36:12 [bca.uk] INFO: Found listing with ID: OX25%20DDJ
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OX25%2520DDJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:12 [bca.uk] INFO: Scrape type for OX25%20DDJ: 2
2026-03-30 06:36:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfeb8c8d-8765-5d9f-92e5-40f19da0314f with identifier: OX25%20DDJ
2026-03-30 06:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfeb8c8d-8765-5d9f-92e5-40f19da0314f with scrape type 2
2026-03-30 06:36:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfeb8c8d-8765-5d9f-92e5-40f19da0314f with scrape type 2
2026-03-30 06:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfeb8c8d-8765-5d9f-92e5-40f19da0314f, identifier: OX25%20DDJ
2026-03-30 06:36:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 833097e3-2459-54e8-9df1-07de9cd0c4de with identifier: DG20%20LZO
2026-03-30 06:36:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 833097e3-2459-54e8-9df1-07de9cd0c4de with identifier: DG20%20LZO
2026-03-30 06:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 833097e3-2459-54e8-9df1-07de9cd0c4de with identifier: DG20%20LZO to the API
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG20%20LZO-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '833097e3-2459-54e8-9df1-07de9cd0c4de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG20 LZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG20%20LZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 14172,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WV1ZZZ7HZLH008543',
 'year': 2020}
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG20%2520LZO%27 HTTP/1.1" 200 None
2026-03-30 06:36:12 [bca.uk] INFO: Saving data for DG20%20LZO: {'auction_closing_time': 1775124000.0, 'created_time': 1774564052.06521, 'last_price_update_time': 1774852572.87923}
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG20%2520LZO') HTTP/1.1" 204 0
2026-03-30 06:36:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17bb79d2-d115-5abd-82ad-48a5735d357d with identifier: BU22%20YSD
2026-03-30 06:36:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17bb79d2-d115-5abd-82ad-48a5735d357d with identifier: BU22%20YSD
2026-03-30 06:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17bb79d2-d115-5abd-82ad-48a5735d357d with identifier: BU22%20YSD to the API
2026-03-30 06:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU22%20YSD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '17bb79d2-d115-5abd-82ad-48a5735d357d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BU22 YSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU22%20YSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 96393,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EK8NC500988',
 'year': 2022}
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520YSD%27 HTTP/1.1" 200 None
2026-03-30 06:36:13 [bca.uk] INFO: Saving data for BU22%20YSD: {'auction_closing_time': 1775124000.0, 'created_time': 1774476192.154018, 'last_price_update_time': 1774852573.169013}
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU22%2520YSD') HTTP/1.1" 204 0
2026-03-30 06:36:13 [bca.uk] INFO: Found listing with ID: EJ71%20BKF
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520BKF%27 HTTP/1.1" 200 None
2026-03-30 06:36:13 [bca.uk] INFO: Scrape type for EJ71%20BKF: 2
2026-03-30 06:36:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with identifier: EJ71%20BKF
2026-03-30 06:36:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with scrape type 2
2026-03-30 06:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with scrape type 2
2026-03-30 06:36:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436, identifier: EJ71%20BKF
2026-03-30 06:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c02f5e5a-224f-5c9e-9ce4-e478101e5a7b with identifier: URZ%202372
2026-03-30 06:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c02f5e5a-224f-5c9e-9ce4-e478101e5a7b with identifier: URZ%202372
2026-03-30 06:36:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c02f5e5a-224f-5c9e-9ce4-e478101e5a7b with identifier: URZ%202372 to the API
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 37,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=URZ%202372-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c02f5e5a-224f-5c9e-9ce4-e478101e5a7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'URZ 2372',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=URZ%202372&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 42168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.4 45 TFSI E TECHNIK S-T StationWagon',
 'transmission': 'automatic',
 'trim': '45 TFSI E TECHNIK S-T',
 'vin': 'WAUZZZF38P1037978',
 'year': 2022}
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27URZ%25202372%27 HTTP/1.1" 200 None
2026-03-30 06:36:13 [bca.uk] INFO: Saving data for URZ%202372: {'auction_closing_time': 1774951200.0, 'created_time': 1774304921.977284, 'last_price_update_time': 1774852573.572003}
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='URZ%25202372') HTTP/1.1" 204 0
2026-03-30 06:36:13 [bca.uk] INFO: Found listing with ID: WF24%20EWY
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520EWY%27 HTTP/1.1" 200 None
2026-03-30 06:36:13 [bca.uk] INFO: Scrape type for WF24%20EWY: 2
2026-03-30 06:36:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abec1acf-65ee-5287-84c2-7f189ca73287 with identifier: WF24%20EWY
2026-03-30 06:36:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abec1acf-65ee-5287-84c2-7f189ca73287 with scrape type 2
2026-03-30 06:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abec1acf-65ee-5287-84c2-7f189ca73287 with scrape type 2
2026-03-30 06:36:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abec1acf-65ee-5287-84c2-7f189ca73287, identifier: WF24%20EWY
2026-03-30 06:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfeb8c8d-8765-5d9f-92e5-40f19da0314f with identifier: OX25%20DDJ
2026-03-30 06:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfeb8c8d-8765-5d9f-92e5-40f19da0314f with identifier: OX25%20DDJ
2026-03-30 06:36:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfeb8c8d-8765-5d9f-92e5-40f19da0314f with identifier: OX25%20DDJ to the API
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OX25%20DDJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bfeb8c8d-8765-5d9f-92e5-40f19da0314f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OX25 DDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OX25%20DDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'POLESTAR',
 'model': '3',
 'odometer': 5238,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'POLESTAR 3 360KW 111KWH DM4 LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '360KW 111KWH DM4 LONG RANGE',
 'vin': 'YSMYKEAE6SB029504',
 'year': 2025}
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OX25%2520DDJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:13 [bca.uk] INFO: Saving data for OX25%20DDJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536321.820771, 'last_price_update_time': 1774852573.98353}
2026-03-30 06:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OX25%2520DDJ') HTTP/1.1" 204 0
2026-03-30 06:36:14 [bca.uk] INFO: Found listing with ID: MJ22%20VST
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520VST%27 HTTP/1.1" 200 None
2026-03-30 06:36:14 [bca.uk] INFO: Scrape type for MJ22%20VST: 2
2026-03-30 06:36:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30f11f90-c1ca-5c0c-9610-e9e798257796 with identifier: MJ22%20VST
2026-03-30 06:36:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30f11f90-c1ca-5c0c-9610-e9e798257796 with scrape type 2
2026-03-30 06:36:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30f11f90-c1ca-5c0c-9610-e9e798257796 with scrape type 2
2026-03-30 06:36:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30f11f90-c1ca-5c0c-9610-e9e798257796, identifier: MJ22%20VST
2026-03-30 06:36:14 [bca.uk] INFO: Found listing with ID: DC21%20KUE
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC21%2520KUE%27 HTTP/1.1" 200 None
2026-03-30 06:36:14 [bca.uk] INFO: Scrape type for DC21%20KUE: 2
2026-03-30 06:36:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fb3edda-524f-556c-88be-6c6012da7491 with identifier: DC21%20KUE
2026-03-30 06:36:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fb3edda-524f-556c-88be-6c6012da7491 with scrape type 2
2026-03-30 06:36:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fb3edda-524f-556c-88be-6c6012da7491 with scrape type 2
2026-03-30 06:36:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fb3edda-524f-556c-88be-6c6012da7491, identifier: DC21%20KUE
2026-03-30 06:36:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with identifier: EJ71%20BKF
2026-03-30 06:36:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with identifier: EJ71%20BKF
2026-03-30 06:36:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436 with identifier: EJ71%20BKF to the API
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ71%20BKF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c08dbbf5-0b0b-5eaf-846a-20fe9dc7b436',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EJ71 BKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ71%20BKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 27125,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE PREMIUM ED.DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM ED.DCT',
 'vin': 'W1K1770862J332172',
 'year': 2021}
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ71%2520BKF%27 HTTP/1.1" 200 None
2026-03-30 06:36:14 [bca.uk] INFO: Saving data for EJ71%20BKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774362966.69766, 'last_price_update_time': 1774852574.540211}
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ71%2520BKF') HTTP/1.1" 204 0
2026-03-30 06:36:14 [bca.uk] INFO: Found listing with ID: BV23%20XUN
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520XUN%27 HTTP/1.1" 200 None
2026-03-30 06:36:14 [bca.uk] INFO: Scrape type for BV23%20XUN: 2
2026-03-30 06:36:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51476007-d074-5bac-9ec9-ed628abd805d with identifier: BV23%20XUN
2026-03-30 06:36:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51476007-d074-5bac-9ec9-ed628abd805d with scrape type 2
2026-03-30 06:36:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51476007-d074-5bac-9ec9-ed628abd805d with scrape type 2
2026-03-30 06:36:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51476007-d074-5bac-9ec9-ed628abd805d, identifier: BV23%20XUN
2026-03-30 06:36:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abec1acf-65ee-5287-84c2-7f189ca73287 with identifier: WF24%20EWY
2026-03-30 06:36:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abec1acf-65ee-5287-84c2-7f189ca73287 with identifier: WF24%20EWY
2026-03-30 06:36:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abec1acf-65ee-5287-84c2-7f189ca73287 with identifier: WF24%20EWY to the API
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF24%20EWY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'abec1acf-65ee-5287-84c2-7f189ca73287',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WF24 EWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF24%20EWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'GWM ORA',
 'model': 'ORA 03',
 'odometer': 2868,
 'odometer_reading_unit': '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': 'LGWEEUA59NK637352',
 'year': 2024}
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520EWY%27 HTTP/1.1" 200 None
2026-03-30 06:36:15 [bca.uk] INFO: Saving data for WF24%20EWY: {'auction_closing_time': 1774864800.0, 'created_time': 1774533915.50927, 'last_price_update_time': 1774852575.046972}
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF24%2520EWY') HTTP/1.1" 204 0
2026-03-30 06:36:15 [bca.uk] INFO: Found listing with ID: PO20%20VTV
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO20%2520VTV%27 HTTP/1.1" 200 None
2026-03-30 06:36:15 [bca.uk] INFO: Scrape type for PO20%20VTV: 2
2026-03-30 06:36:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c374aa9a-1892-5963-8200-c4a820b9a0fd with identifier: PO20%20VTV
2026-03-30 06:36:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c374aa9a-1892-5963-8200-c4a820b9a0fd with scrape type 2
2026-03-30 06:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c374aa9a-1892-5963-8200-c4a820b9a0fd with scrape type 2
2026-03-30 06:36:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c374aa9a-1892-5963-8200-c4a820b9a0fd, identifier: PO20%20VTV
2026-03-30 06:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30f11f90-c1ca-5c0c-9610-e9e798257796 with identifier: MJ22%20VST
2026-03-30 06:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30f11f90-c1ca-5c0c-9610-e9e798257796 with identifier: MJ22%20VST
2026-03-30 06:36:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30f11f90-c1ca-5c0c-9610-e9e798257796 with identifier: MJ22%20VST to the API
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ22%20VST-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30f11f90-c1ca-5c0c-9610-e9e798257796',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ22 VST',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ22%20VST&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND',
 'odometer': 19566,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND 1.2 GS LINE Hatchback',
 'transmission': 'manual',
 'trim': 'GS LINE',
 'vin': 'W0V7D9EE0N4173972',
 'year': 2022}
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520VST%27 HTTP/1.1" 200 None
2026-03-30 06:36:15 [bca.uk] INFO: Saving data for MJ22%20VST: {'auction_closing_time': 1774951200.0, 'created_time': 1774361111.353428, 'last_price_update_time': 1774852575.457438}
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ22%2520VST') HTTP/1.1" 204 0
2026-03-30 06:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fb3edda-524f-556c-88be-6c6012da7491 with identifier: DC21%20KUE
2026-03-30 06:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fb3edda-524f-556c-88be-6c6012da7491 with identifier: DC21%20KUE
2026-03-30 06:36:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fb3edda-524f-556c-88be-6c6012da7491 with identifier: DC21%20KUE to the API
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 26,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC21%20KUE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7fb3edda-524f-556c-88be-6c6012da7491',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DC21 KUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC21%20KUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 39635,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 1.4 E-HYBRID XCELLENCE LUX DSG Estate',
 'transmission': 'automatic',
 'trim': 'E-HYBRID XCELLENCE LUX DSG',
 'vin': 'VSSZZZKLZMR094368',
 'year': 2021}
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC21%2520KUE%27 HTTP/1.1" 200 None
2026-03-30 06:36:15 [bca.uk] INFO: Saving data for DC21%20KUE: {'auction_closing_time': 1775124000.0, 'created_time': 1774476170.749114, 'last_price_update_time': 1774852575.763189}
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC21%2520KUE') HTTP/1.1" 204 0
2026-03-30 06:36:15 [bca.uk] INFO: Found listing with ID: FP24%20YBG
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP24%2520YBG%27 HTTP/1.1" 200 None
2026-03-30 06:36:15 [bca.uk] INFO: Scrape type for FP24%20YBG: 2
2026-03-30 06:36:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c5ef497-0e50-5559-801e-56e3662f770f with identifier: FP24%20YBG
2026-03-30 06:36:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c5ef497-0e50-5559-801e-56e3662f770f with scrape type 2
2026-03-30 06:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c5ef497-0e50-5559-801e-56e3662f770f with scrape type 2
2026-03-30 06:36:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c5ef497-0e50-5559-801e-56e3662f770f, identifier: FP24%20YBG
2026-03-30 06:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51476007-d074-5bac-9ec9-ed628abd805d with identifier: BV23%20XUN
2026-03-30 06:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51476007-d074-5bac-9ec9-ed628abd805d with identifier: BV23%20XUN
2026-03-30 06:36:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51476007-d074-5bac-9ec9-ed628abd805d with identifier: BV23%20XUN to the API
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV23%20XUN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '51476007-d074-5bac-9ec9-ed628abd805d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV23 XUN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV23%20XUN&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'CUPRA',
 'model': 'BORN',
 'odometer': 18270,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CUPRA BORN 150KW 58KWH V1 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH V1',
 'vin': 'VSSZZZK18PP017751',
 'year': 2023}
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520XUN%27 HTTP/1.1" 200 None
2026-03-30 06:36:16 [bca.uk] INFO: Saving data for BV23%20XUN: {'auction_closing_time': 1774951200.0, 'created_time': 1774392205.616884, 'last_price_update_time': 1774852576.21723}
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV23%2520XUN') HTTP/1.1" 204 0
2026-03-30 06:36:16 [bca.uk] INFO: Found listing with ID: AF22%20XTB
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520XTB%27 HTTP/1.1" 200 None
2026-03-30 06:36:16 [bca.uk] INFO: Scrape type for AF22%20XTB: 2
2026-03-30 06:36:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80563a91-9d3f-5a80-a8cc-9e100f67cfb4 with identifier: AF22%20XTB
2026-03-30 06:36:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80563a91-9d3f-5a80-a8cc-9e100f67cfb4 with scrape type 2
2026-03-30 06:36:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80563a91-9d3f-5a80-a8cc-9e100f67cfb4 with scrape type 2
2026-03-30 06:36:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80563a91-9d3f-5a80-a8cc-9e100f67cfb4, identifier: AF22%20XTB
2026-03-30 06:36:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c374aa9a-1892-5963-8200-c4a820b9a0fd with identifier: PO20%20VTV
2026-03-30 06:36:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c374aa9a-1892-5963-8200-c4a820b9a0fd with identifier: PO20%20VTV
2026-03-30 06:36:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c374aa9a-1892-5963-8200-c4a820b9a0fd with identifier: PO20%20VTV to the API
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 37,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO20%20VTV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c374aa9a-1892-5963-8200-c4a820b9a0fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PO20 VTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO20%20VTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '330E',
 'odometer': 83572,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA5X72010FJ49907',
 'year': 2020}
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO20%2520VTV%27 HTTP/1.1" 200 None
2026-03-30 06:36:16 [bca.uk] INFO: Saving data for PO20%20VTV: {'auction_closing_time': 1774864800.0, 'created_time': 1774534139.702409, 'last_price_update_time': 1774852576.628582}
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO20%2520VTV') HTTP/1.1" 204 0
2026-03-30 06:36:16 [scrapy.extensions.logstats] INFO: Crawled 99 pages (at 2 pages/min), scraped 4112 items (at 130 items/min)
2026-03-30 06:36:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:36:16 [bca.uk] INFO: Found listing with ID: VX16%20OJG
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX16%2520OJG%27 HTTP/1.1" 200 None
2026-03-30 06:36:16 [bca.uk] INFO: Scrape type for VX16%20OJG: 2
2026-03-30 06:36:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d65ee03-8480-51e0-8e56-16801a70a106 with identifier: VX16%20OJG
2026-03-30 06:36:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d65ee03-8480-51e0-8e56-16801a70a106 with scrape type 2
2026-03-30 06:36:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d65ee03-8480-51e0-8e56-16801a70a106 with scrape type 2
2026-03-30 06:36:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d65ee03-8480-51e0-8e56-16801a70a106, identifier: VX16%20OJG
2026-03-30 06:36:16 [bca.uk] INFO: Found listing with ID: YC68%20OZB
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520OZB%27 HTTP/1.1" 200 None
2026-03-30 06:36:16 [bca.uk] INFO: Scrape type for YC68%20OZB: 2
2026-03-30 06:36:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ab9d4fe-953d-5332-91ef-adcd5a269545 with identifier: YC68%20OZB
2026-03-30 06:36:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ab9d4fe-953d-5332-91ef-adcd5a269545 with scrape type 2
2026-03-30 06:36:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ab9d4fe-953d-5332-91ef-adcd5a269545 with scrape type 2
2026-03-30 06:36:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ab9d4fe-953d-5332-91ef-adcd5a269545, identifier: YC68%20OZB
2026-03-30 06:36:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c5ef497-0e50-5559-801e-56e3662f770f with identifier: FP24%20YBG
2026-03-30 06:36:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c5ef497-0e50-5559-801e-56e3662f770f with identifier: FP24%20YBG
2026-03-30 06:36:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c5ef497-0e50-5559-801e-56e3662f770f with identifier: FP24%20YBG to the API
2026-03-30 06:36:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP24%20YBG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1c5ef497-0e50-5559-801e-56e3662f770f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FP24 YBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP24%20YBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JEEP',
 'model': 'AVENGER',
 'odometer': 6808,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'JEEP AVENGER 115KW 54KWH 1ST EDITION Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 54KWH 1ST EDITION',
 'vin': 'ZACNJAC58PJK70050',
 'year': 2024}
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP24%2520YBG%27 HTTP/1.1" 200 None
2026-03-30 06:36:17 [bca.uk] INFO: Saving data for FP24%20YBG: {'auction_closing_time': 1774864800.0, 'created_time': 1773908014.89506, 'last_price_update_time': 1774852577.14053}
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP24%2520YBG') HTTP/1.1" 204 0
2026-03-30 06:36:17 [bca.uk] INFO: Found listing with ID: SL71%20LWT
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL71%2520LWT%27 HTTP/1.1" 200 None
2026-03-30 06:36:17 [bca.uk] INFO: Scrape type for SL71%20LWT: 2
2026-03-30 06:36:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 216566f4-c451-519f-bc72-363f97d6aad3 with identifier: SL71%20LWT
2026-03-30 06:36:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 216566f4-c451-519f-bc72-363f97d6aad3 with scrape type 2
2026-03-30 06:36:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 216566f4-c451-519f-bc72-363f97d6aad3 with scrape type 2
2026-03-30 06:36:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 216566f4-c451-519f-bc72-363f97d6aad3, identifier: SL71%20LWT
2026-03-30 06:36:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80563a91-9d3f-5a80-a8cc-9e100f67cfb4 with identifier: AF22%20XTB
2026-03-30 06:36:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80563a91-9d3f-5a80-a8cc-9e100f67cfb4 with identifier: AF22%20XTB
2026-03-30 06:36:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80563a91-9d3f-5a80-a8cc-9e100f67cfb4 with identifier: AF22%20XTB to the API
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20XTB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '80563a91-9d3f-5a80-a8cc-9e100f67cfb4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF22 XTB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20XTB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 60857,
 'odometer_reading_unit': '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': 'LRW3F7EK4NC507159',
 'year': 2022}
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520XTB%27 HTTP/1.1" 200 None
2026-03-30 06:36:17 [bca.uk] INFO: Saving data for AF22%20XTB: {'auction_closing_time': 1774864800.0, 'created_time': 1774533922.524703, 'last_price_update_time': 1774852577.653186}
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520XTB') HTTP/1.1" 204 0
2026-03-30 06:36:17 [bca.uk] INFO: Found listing with ID: SD70%20YCS
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD70%2520YCS%27 HTTP/1.1" 200 None
2026-03-30 06:36:17 [bca.uk] INFO: Scrape type for SD70%20YCS: 2
2026-03-30 06:36:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27071757-b9ad-59fc-9f61-78fb4fbdbd05 with identifier: SD70%20YCS
2026-03-30 06:36:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27071757-b9ad-59fc-9f61-78fb4fbdbd05 with scrape type 2
2026-03-30 06:36:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27071757-b9ad-59fc-9f61-78fb4fbdbd05 with scrape type 2
2026-03-30 06:36:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27071757-b9ad-59fc-9f61-78fb4fbdbd05, identifier: SD70%20YCS
2026-03-30 06:36:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d65ee03-8480-51e0-8e56-16801a70a106 with identifier: VX16%20OJG
2026-03-30 06:36:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d65ee03-8480-51e0-8e56-16801a70a106 with identifier: VX16%20OJG
2026-03-30 06:36:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d65ee03-8480-51e0-8e56-16801a70a106 with identifier: VX16%20OJG to the API
2026-03-30 06:36:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX16%20OJG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d65ee03-8480-51e0-8e56-16801a70a106',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX16 OJG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX16%20OJG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA',
 'odometer': 119735,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA 2.0 CDTI E/F 170 SRI VX-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI E/F 170 SRI VX-LINE',
 'vin': 'W0LGS6E17G1064942',
 'year': 2016}
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX16%2520OJG%27 HTTP/1.1" 200 None
2026-03-30 06:36:18 [bca.uk] INFO: Saving data for VX16%20OJG: {'auction_closing_time': 1774951200.0, 'created_time': 1774564043.309363, 'last_price_update_time': 1774852578.160141}
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX16%2520OJG') HTTP/1.1" 204 0
2026-03-30 06:36:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ab9d4fe-953d-5332-91ef-adcd5a269545 with identifier: YC68%20OZB
2026-03-30 06:36:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ab9d4fe-953d-5332-91ef-adcd5a269545 with identifier: YC68%20OZB
2026-03-30 06:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ab9d4fe-953d-5332-91ef-adcd5a269545 with identifier: YC68%20OZB to the API
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC68%20OZB-GB',
 'category': 'Car',
 'color': 'sophisto grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ab9d4fe-953d-5332-91ef-adcd5a269545',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC68 OZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC68%20OZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': 'X4',
 'odometer': 113628,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X4 2.0 XDRIVE 20D M SPORT STEP Coupe',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAVJ12000LB99152',
 'year': 2018}
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520OZB%27 HTTP/1.1" 200 None
2026-03-30 06:36:18 [bca.uk] INFO: Saving data for YC68%20OZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477052.941619, 'last_price_update_time': 1774852578.501013}
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520OZB') HTTP/1.1" 204 0
2026-03-30 06:36:18 [bca.uk] INFO: Found listing with ID: OE23%20CWN
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520CWN%27 HTTP/1.1" 200 None
2026-03-30 06:36:18 [bca.uk] INFO: Scrape type for OE23%20CWN: 2
2026-03-30 06:36:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46c5d439-16c3-58a7-8eb3-a8723a59da67 with identifier: OE23%20CWN
2026-03-30 06:36:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46c5d439-16c3-58a7-8eb3-a8723a59da67 with scrape type 2
2026-03-30 06:36:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46c5d439-16c3-58a7-8eb3-a8723a59da67 with scrape type 2
2026-03-30 06:36:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46c5d439-16c3-58a7-8eb3-a8723a59da67, identifier: OE23%20CWN
2026-03-30 06:36:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 216566f4-c451-519f-bc72-363f97d6aad3 with identifier: SL71%20LWT
2026-03-30 06:36:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 216566f4-c451-519f-bc72-363f97d6aad3 with identifier: SL71%20LWT
2026-03-30 06:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 216566f4-c451-519f-bc72-363f97d6aad3 with identifier: SL71%20LWT to the API
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL71%20LWT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '216566f4-c451-519f-bc72-363f97d6aad3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SL71 LWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL71%20LWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 81009,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE PREMIUM PLUS ED.DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS ED.DCT',
 'vin': 'W1K1770862V119530',
 'year': 2022}
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL71%2520LWT%27 HTTP/1.1" 200 None
2026-03-30 06:36:18 [bca.uk] INFO: Saving data for SL71%20LWT: {'auction_closing_time': 1774951200.0, 'created_time': 1774533986.627699, 'last_price_update_time': 1774852578.894846}
2026-03-30 06:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL71%2520LWT') HTTP/1.1" 204 0
2026-03-30 06:36:19 [bca.uk] INFO: Found listing with ID: AF22%20YMD
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520YMD%27 HTTP/1.1" 200 None
2026-03-30 06:36:19 [bca.uk] INFO: Scrape type for AF22%20YMD: 2
2026-03-30 06:36:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a3d024b-f3b7-57c2-9667-9c6e3b770c7a with identifier: AF22%20YMD
2026-03-30 06:36:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a3d024b-f3b7-57c2-9667-9c6e3b770c7a with scrape type 2
2026-03-30 06:36:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a3d024b-f3b7-57c2-9667-9c6e3b770c7a with scrape type 2
2026-03-30 06:36:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a3d024b-f3b7-57c2-9667-9c6e3b770c7a, identifier: AF22%20YMD
2026-03-30 06:36:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27071757-b9ad-59fc-9f61-78fb4fbdbd05 with identifier: SD70%20YCS
2026-03-30 06:36:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27071757-b9ad-59fc-9f61-78fb4fbdbd05 with identifier: SD70%20YCS
2026-03-30 06:36:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27071757-b9ad-59fc-9f61-78fb4fbdbd05 with identifier: SD70%20YCS to the API
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD70%20YCS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '27071757-b9ad-59fc-9f61-78fb4fbdbd05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SD70 YCS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD70%20YCS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 50491,
 'odometer_reading_unit': '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': 'SADHA2A18M1606475',
 'year': 2020}
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD70%2520YCS%27 HTTP/1.1" 200 None
2026-03-30 06:36:19 [bca.uk] INFO: Saving data for SD70%20YCS: {'auction_closing_time': 1774864800.0, 'created_time': 1774534136.284504, 'last_price_update_time': 1774852579.517416}
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD70%2520YCS') HTTP/1.1" 204 0
2026-03-30 06:36:19 [bca.uk] INFO: Found listing with ID: FE65%20AHF
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520AHF%27 HTTP/1.1" 200 None
2026-03-30 06:36:19 [bca.uk] INFO: Scrape type for FE65%20AHF: 2
2026-03-30 06:36:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 736ca23c-83af-5ba2-9eec-bcfc1481678c with identifier: FE65%20AHF
2026-03-30 06:36:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 736ca23c-83af-5ba2-9eec-bcfc1481678c with scrape type 2
2026-03-30 06:36:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 736ca23c-83af-5ba2-9eec-bcfc1481678c with scrape type 2
2026-03-30 06:36:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 736ca23c-83af-5ba2-9eec-bcfc1481678c, identifier: FE65%20AHF
2026-03-30 06:36:19 [bca.uk] INFO: Found listing with ID: BG24%20GUA
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520GUA%27 HTTP/1.1" 200 None
2026-03-30 06:36:19 [bca.uk] INFO: Scrape type for BG24%20GUA: 2
2026-03-30 06:36:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with identifier: BG24%20GUA
2026-03-30 06:36:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with scrape type 2
2026-03-30 06:36:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with scrape type 2
2026-03-30 06:36:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81bfa6fc-f1c5-5676-99c6-92a1846e90ca, identifier: BG24%20GUA
2026-03-30 06:36:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46c5d439-16c3-58a7-8eb3-a8723a59da67 with identifier: OE23%20CWN
2026-03-30 06:36:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46c5d439-16c3-58a7-8eb3-a8723a59da67 with identifier: OE23%20CWN
2026-03-30 06:36:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46c5d439-16c3-58a7-8eb3-a8723a59da67 with identifier: OE23%20CWN to the API
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE23%20CWN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '46c5d439-16c3-58a7-8eb3-a8723a59da67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE23 CWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE23%20CWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 50863,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 78KWH SM2 LONG RANGE',
 'vin': 'YSMVSEGE3PL154231',
 'year': 2023}
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520CWN%27 HTTP/1.1" 200 None
2026-03-30 06:36:20 [bca.uk] INFO: Saving data for OE23%20CWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774533753.783929, 'last_price_update_time': 1774852580.026736}
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE23%2520CWN') HTTP/1.1" 204 0
2026-03-30 06:36:20 [bca.uk] INFO: Found listing with ID: WP23%20OEL
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEL%27 HTTP/1.1" 200 None
2026-03-30 06:36:20 [bca.uk] INFO: Scrape type for WP23%20OEL: 2
2026-03-30 06:36:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 692bb51d-5d26-5f25-a502-3bdb2e88310e with identifier: WP23%20OEL
2026-03-30 06:36:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 692bb51d-5d26-5f25-a502-3bdb2e88310e with scrape type 2
2026-03-30 06:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 692bb51d-5d26-5f25-a502-3bdb2e88310e with scrape type 2
2026-03-30 06:36:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 692bb51d-5d26-5f25-a502-3bdb2e88310e, identifier: WP23%20OEL
2026-03-30 06:36:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a3d024b-f3b7-57c2-9667-9c6e3b770c7a with identifier: AF22%20YMD
2026-03-30 06:36:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a3d024b-f3b7-57c2-9667-9c6e3b770c7a with identifier: AF22%20YMD
2026-03-30 06:36:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a3d024b-f3b7-57c2-9667-9c6e3b770c7a with identifier: AF22%20YMD to the API
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20YMD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2a3d024b-f3b7-57c2-9667-9c6e3b770c7a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF22 YMD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20YMD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 18177,
 'odometer_reading_unit': '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': 'LRW3F7EK0NC507255',
 'year': 2022}
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520YMD%27 HTTP/1.1" 200 None
2026-03-30 06:36:20 [bca.uk] INFO: Saving data for AF22%20YMD: {'auction_closing_time': 1774864800.0, 'created_time': 1774533923.897855, 'last_price_update_time': 1774852580.517938}
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520YMD') HTTP/1.1" 204 0
2026-03-30 06:36:20 [bca.uk] INFO: Found listing with ID: VO72%20WGP
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520WGP%27 HTTP/1.1" 200 None
2026-03-30 06:36:20 [bca.uk] INFO: Scrape type for VO72%20WGP: 2
2026-03-30 06:36:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ab243bf-d7f2-530d-80fa-b418b0afaeac with identifier: VO72%20WGP
2026-03-30 06:36:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ab243bf-d7f2-530d-80fa-b418b0afaeac with scrape type 2
2026-03-30 06:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ab243bf-d7f2-530d-80fa-b418b0afaeac with scrape type 2
2026-03-30 06:36:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ab243bf-d7f2-530d-80fa-b418b0afaeac, identifier: VO72%20WGP
2026-03-30 06:36:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 736ca23c-83af-5ba2-9eec-bcfc1481678c with identifier: FE65%20AHF
2026-03-30 06:36:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 736ca23c-83af-5ba2-9eec-bcfc1481678c with identifier: FE65%20AHF
2026-03-30 06:36:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 736ca23c-83af-5ba2-9eec-bcfc1481678c with identifier: FE65%20AHF to the API
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE65%20AHF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '736ca23c-83af-5ba2-9eec-bcfc1481678c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE65 AHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE65%20AHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 49849,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0DXXGAKDFS21864',
 'year': 2015}
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE65%2520AHF%27 HTTP/1.1" 200 None
2026-03-30 06:36:20 [bca.uk] INFO: Saving data for FE65%20AHF: {'auction_closing_time': 1775037600.0, 'created_time': 1774447544.893487, 'last_price_update_time': 1774852580.910458}
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE65%2520AHF') HTTP/1.1" 204 0
2026-03-30 06:36:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with identifier: BG24%20GUA
2026-03-30 06:36:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with identifier: BG24%20GUA
2026-03-30 06:36:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81bfa6fc-f1c5-5676-99c6-92a1846e90ca with identifier: BG24%20GUA to the API
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG24%20GUA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '81bfa6fc-f1c5-5676-99c6-92a1846e90ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BG24 GUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG24%20GUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 5711,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNS8RY531653',
 'year': 2024}
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG24%2520GUA%27 HTTP/1.1" 200 None
2026-03-30 06:36:21 [bca.uk] INFO: Saving data for BG24%20GUA: {'auction_closing_time': 1775124000.0, 'created_time': 1773841982.80989, 'last_price_update_time': 1774852581.227589}
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG24%2520GUA') HTTP/1.1" 204 0
2026-03-30 06:36:21 [bca.uk] INFO: Found listing with ID: OU71%20YLJ
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU71%2520YLJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:21 [bca.uk] INFO: Scrape type for OU71%20YLJ: 2
2026-03-30 06:36:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55a7bd64-8c9e-59a7-9aa7-0d334b9dc912 with identifier: OU71%20YLJ
2026-03-30 06:36:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55a7bd64-8c9e-59a7-9aa7-0d334b9dc912 with scrape type 2
2026-03-30 06:36:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55a7bd64-8c9e-59a7-9aa7-0d334b9dc912 with scrape type 2
2026-03-30 06:36:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55a7bd64-8c9e-59a7-9aa7-0d334b9dc912, identifier: OU71%20YLJ
2026-03-30 06:36:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 692bb51d-5d26-5f25-a502-3bdb2e88310e with identifier: WP23%20OEL
2026-03-30 06:36:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 692bb51d-5d26-5f25-a502-3bdb2e88310e with identifier: WP23%20OEL
2026-03-30 06:36:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 692bb51d-5d26-5f25-a502-3bdb2e88310e with identifier: WP23%20OEL to the API
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20OEL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '692bb51d-5d26-5f25-a502-3bdb2e88310e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP23 OEL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20OEL&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 20424,
 'odometer_reading_unit': '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': 'VF1RJA00470938716',
 'year': 2023}
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEL%27 HTTP/1.1" 200 None
2026-03-30 06:36:21 [bca.uk] INFO: Saving data for WP23%20OEL: {'auction_closing_time': 1774951200.0, 'created_time': 1774045358.182199, 'last_price_update_time': 1774852581.692725}
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520OEL') HTTP/1.1" 204 0
2026-03-30 06:36:21 [bca.uk] INFO: Found listing with ID: DC25%20EXN
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC25%2520EXN%27 HTTP/1.1" 200 None
2026-03-30 06:36:21 [bca.uk] INFO: Scrape type for DC25%20EXN: 2
2026-03-30 06:36:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4619d67-2f93-5a68-8acb-a4206944e580 with identifier: DC25%20EXN
2026-03-30 06:36:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4619d67-2f93-5a68-8acb-a4206944e580 with scrape type 2
2026-03-30 06:36:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4619d67-2f93-5a68-8acb-a4206944e580 with scrape type 2
2026-03-30 06:36:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4619d67-2f93-5a68-8acb-a4206944e580, identifier: DC25%20EXN
2026-03-30 06:36:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ab243bf-d7f2-530d-80fa-b418b0afaeac with identifier: VO72%20WGP
2026-03-30 06:36:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ab243bf-d7f2-530d-80fa-b418b0afaeac with identifier: VO72%20WGP
2026-03-30 06:36:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ab243bf-d7f2-530d-80fa-b418b0afaeac with identifier: VO72%20WGP to the API
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO72%20WGP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ab243bf-d7f2-530d-80fa-b418b0afaeac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO72 WGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO72%20WGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 63384,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.5 TURBO D 130 GS LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 130 GS LINE',
 'vin': 'VXKFBYHZLN1020921',
 'year': 2022}
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520WGP%27 HTTP/1.1" 200 None
2026-03-30 06:36:22 [bca.uk] INFO: Saving data for VO72%20WGP: {'auction_closing_time': 1774864800.0, 'created_time': 1774536323.766057, 'last_price_update_time': 1774852582.105486}
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO72%2520WGP') HTTP/1.1" 204 0
2026-03-30 06:36:22 [bca.uk] INFO: Found listing with ID: LM21%20GXZ
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520GXZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:22 [bca.uk] INFO: Scrape type for LM21%20GXZ: 2
2026-03-30 06:36:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ead19052-906c-56e6-b07d-a929ebc8229e with identifier: LM21%20GXZ
2026-03-30 06:36:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ead19052-906c-56e6-b07d-a929ebc8229e with scrape type 2
2026-03-30 06:36:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ead19052-906c-56e6-b07d-a929ebc8229e with scrape type 2
2026-03-30 06:36:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ead19052-906c-56e6-b07d-a929ebc8229e, identifier: LM21%20GXZ
2026-03-30 06:36:22 [bca.uk] INFO: Found listing with ID: BP73%20HXY
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520HXY%27 HTTP/1.1" 200 None
2026-03-30 06:36:22 [bca.uk] INFO: Scrape type for BP73%20HXY: 2
2026-03-30 06:36:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5614656c-546b-5ba7-b539-e991a50b0d34 with identifier: BP73%20HXY
2026-03-30 06:36:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5614656c-546b-5ba7-b539-e991a50b0d34 with scrape type 2
2026-03-30 06:36:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5614656c-546b-5ba7-b539-e991a50b0d34 with scrape type 2
2026-03-30 06:36:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5614656c-546b-5ba7-b539-e991a50b0d34, identifier: BP73%20HXY
2026-03-30 06:36:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55a7bd64-8c9e-59a7-9aa7-0d334b9dc912 with identifier: OU71%20YLJ
2026-03-30 06:36:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55a7bd64-8c9e-59a7-9aa7-0d334b9dc912 with identifier: OU71%20YLJ
2026-03-30 06:36:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55a7bd64-8c9e-59a7-9aa7-0d334b9dc912 with identifier: OU71%20YLJ to the API
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU71%20YLJ-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': '55a7bd64-8c9e-59a7-9aa7-0d334b9dc912',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OU71 YLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU71%20YLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 111413,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 30E M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT',
 'vin': 'WBA62DP0409J40479',
 'year': 2021}
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU71%2520YLJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:22 [bca.uk] INFO: Saving data for OU71%20YLJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774533753.127778, 'last_price_update_time': 1774852582.593467}
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU71%2520YLJ') HTTP/1.1" 204 0
2026-03-30 06:36:22 [bca.uk] INFO: Found listing with ID: GX72%20TYT
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX72%2520TYT%27 HTTP/1.1" 200 None
2026-03-30 06:36:22 [bca.uk] INFO: Scrape type for GX72%20TYT: 2
2026-03-30 06:36:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a38794b-1e08-5a39-af3b-d33656773470 with identifier: GX72%20TYT
2026-03-30 06:36:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a38794b-1e08-5a39-af3b-d33656773470 with scrape type 2
2026-03-30 06:36:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a38794b-1e08-5a39-af3b-d33656773470 with scrape type 2
2026-03-30 06:36:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a38794b-1e08-5a39-af3b-d33656773470, identifier: GX72%20TYT
2026-03-30 06:36:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4619d67-2f93-5a68-8acb-a4206944e580 with identifier: DC25%20EXN
2026-03-30 06:36:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4619d67-2f93-5a68-8acb-a4206944e580 with identifier: DC25%20EXN
2026-03-30 06:36:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4619d67-2f93-5a68-8acb-a4206944e580 with identifier: DC25%20EXN to the API
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 10,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC25%20EXN-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': 'd4619d67-2f93-5a68-8acb-a4206944e580',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DC25 EXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC25%20EXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 3740,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 204 PHEV R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 204 PHEV R LINE DSG',
 'vin': 'WVGZZZCT0SW443901',
 'year': 2025}
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC25%2520EXN%27 HTTP/1.1" 200 None
2026-03-30 06:36:22 [bca.uk] INFO: Saving data for DC25%20EXN: {'auction_closing_time': 1774864800.0, 'created_time': 1774533925.888776, 'last_price_update_time': 1774852582.990366}
2026-03-30 06:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC25%2520EXN') HTTP/1.1" 204 0
2026-03-30 06:36:23 [bca.uk] INFO: Found listing with ID: YM72%20RJY
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520RJY%27 HTTP/1.1" 200 None
2026-03-30 06:36:23 [bca.uk] INFO: Scrape type for YM72%20RJY: 2
2026-03-30 06:36:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 720449a5-72e0-5871-b28c-7fc0bf201545 with identifier: YM72%20RJY
2026-03-30 06:36:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 720449a5-72e0-5871-b28c-7fc0bf201545 with scrape type 2
2026-03-30 06:36:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 720449a5-72e0-5871-b28c-7fc0bf201545 with scrape type 2
2026-03-30 06:36:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 720449a5-72e0-5871-b28c-7fc0bf201545, identifier: YM72%20RJY
2026-03-30 06:36:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ead19052-906c-56e6-b07d-a929ebc8229e with identifier: LM21%20GXZ
2026-03-30 06:36:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ead19052-906c-56e6-b07d-a929ebc8229e with identifier: LM21%20GXZ
2026-03-30 06:36:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ead19052-906c-56e6-b07d-a929ebc8229e with identifier: LM21%20GXZ to the API
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM21%20GXZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ead19052-906c-56e6-b07d-a929ebc8229e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM21 GXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM21%20GXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 59018,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.0 30 TFSI S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': '30 TFSI S LINE S-T',
 'vin': 'WAUZZZGY9MA092557',
 'year': 2021}
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520GXZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:23 [bca.uk] INFO: Saving data for LM21%20GXZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774564030.587827, 'last_price_update_time': 1774852583.420751}
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520GXZ') HTTP/1.1" 204 0
2026-03-30 06:36:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5614656c-546b-5ba7-b539-e991a50b0d34 with identifier: BP73%20HXY
2026-03-30 06:36:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5614656c-546b-5ba7-b539-e991a50b0d34 with identifier: BP73%20HXY
2026-03-30 06:36:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5614656c-546b-5ba7-b539-e991a50b0d34 with identifier: BP73%20HXY to the API
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP73%20HXY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5614656c-546b-5ba7-b539-e991a50b0d34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP73 HXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP73%20HXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 13869,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 130 GT EAT8',
 'vin': 'VF3MCYHZUPS140122',
 'year': 2023}
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520HXY%27 HTTP/1.1" 200 None
2026-03-30 06:36:23 [bca.uk] INFO: Saving data for BP73%20HXY: {'auction_closing_time': 1775124000.0, 'created_time': 1773841919.662618, 'last_price_update_time': 1774852583.710116}
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP73%2520HXY') HTTP/1.1" 204 0
2026-03-30 06:36:23 [bca.uk] INFO: Found listing with ID: SP04%20RNO
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP04%2520RNO%27 HTTP/1.1" 200 None
2026-03-30 06:36:23 [bca.uk] INFO: Scrape type for SP04%20RNO: 2
2026-03-30 06:36:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 976941ab-d514-5ca1-979d-b675bbacd0c2 with identifier: SP04%20RNO
2026-03-30 06:36:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 976941ab-d514-5ca1-979d-b675bbacd0c2 with scrape type 2
2026-03-30 06:36:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 976941ab-d514-5ca1-979d-b675bbacd0c2 with scrape type 2
2026-03-30 06:36:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 976941ab-d514-5ca1-979d-b675bbacd0c2, identifier: SP04%20RNO
2026-03-30 06:36:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a38794b-1e08-5a39-af3b-d33656773470 with identifier: GX72%20TYT
2026-03-30 06:36:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a38794b-1e08-5a39-af3b-d33656773470 with identifier: GX72%20TYT
2026-03-30 06:36:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a38794b-1e08-5a39-af3b-d33656773470 with identifier: GX72%20TYT to the API
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 50,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX72%20TYT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4a38794b-1e08-5a39-af3b-d33656773470',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GX72 TYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX72%20TYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 52999,
 'odometer_reading_unit': '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 S StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E AWD R-DYNAMIC S',
 'vin': 'SADCA2AY6PA715108',
 'year': 2023}
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX72%2520TYT%27 HTTP/1.1" 200 None
2026-03-30 06:36:24 [bca.uk] INFO: Saving data for GX72%20TYT: {'auction_closing_time': 1774951200.0, 'created_time': 1774533963.491813, 'last_price_update_time': 1774852584.147055}
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX72%2520TYT') HTTP/1.1" 204 0
2026-03-30 06:36:24 [bca.uk] INFO: Found listing with ID: DF71%20HHZ
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF71%2520HHZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:24 [bca.uk] INFO: Scrape type for DF71%20HHZ: 2
2026-03-30 06:36:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7783dc1e-0ff4-5623-b933-facd7348175e with identifier: DF71%20HHZ
2026-03-30 06:36:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7783dc1e-0ff4-5623-b933-facd7348175e with scrape type 2
2026-03-30 06:36:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7783dc1e-0ff4-5623-b933-facd7348175e with scrape type 2
2026-03-30 06:36:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7783dc1e-0ff4-5623-b933-facd7348175e, identifier: DF71%20HHZ
2026-03-30 06:36:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 720449a5-72e0-5871-b28c-7fc0bf201545 with identifier: YM72%20RJY
2026-03-30 06:36:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 720449a5-72e0-5871-b28c-7fc0bf201545 with identifier: YM72%20RJY
2026-03-30 06:36:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 720449a5-72e0-5871-b28c-7fc0bf201545 with identifier: YM72%20RJY to the API
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM72%20RJY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '720449a5-72e0-5871-b28c-7fc0bf201545',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM72 RJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM72%20RJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 32602,
 'odometer_reading_unit': '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 RAV4 2.5 HYBRID ICON 2WD StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON 2WD',
 'vin': 'JTMW53FV60D035294',
 'year': 2023}
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520RJY%27 HTTP/1.1" 200 None
2026-03-30 06:36:24 [bca.uk] INFO: Saving data for YM72%20RJY: {'auction_closing_time': 1774864800.0, 'created_time': 1774536322.997427, 'last_price_update_time': 1774852584.547934}
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520RJY') HTTP/1.1" 204 0
2026-03-30 06:36:24 [bca.uk] INFO: Found listing with ID: VN66%20HCP
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN66%2520HCP%27 HTTP/1.1" 200 None
2026-03-30 06:36:24 [bca.uk] INFO: Scrape type for VN66%20HCP: 2
2026-03-30 06:36:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 688dc0e2-e66b-5959-b43c-2a69cadad4dd with identifier: VN66%20HCP
2026-03-30 06:36:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 688dc0e2-e66b-5959-b43c-2a69cadad4dd with scrape type 2
2026-03-30 06:36:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 688dc0e2-e66b-5959-b43c-2a69cadad4dd with scrape type 2
2026-03-30 06:36:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 688dc0e2-e66b-5959-b43c-2a69cadad4dd, identifier: VN66%20HCP
2026-03-30 06:36:24 [bca.uk] INFO: Found listing with ID: BT24%20NDJ
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520NDJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:24 [bca.uk] INFO: Scrape type for BT24%20NDJ: 2
2026-03-30 06:36:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with identifier: BT24%20NDJ
2026-03-30 06:36:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with scrape type 2
2026-03-30 06:36:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with scrape type 2
2026-03-30 06:36:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5286e78f-b84b-5ddd-8a88-3eb0896c49dd, identifier: BT24%20NDJ
2026-03-30 06:36:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 976941ab-d514-5ca1-979d-b675bbacd0c2 with identifier: SP04%20RNO
2026-03-30 06:36:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 976941ab-d514-5ca1-979d-b675bbacd0c2 with identifier: SP04%20RNO
2026-03-30 06:36:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 976941ab-d514-5ca1-979d-b675bbacd0c2 with identifier: SP04%20RNO to the API
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP04%20RNO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '976941ab-d514-5ca1-979d-b675bbacd0c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP04 RNO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP04%20RNO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 100981,
 'odometer_reading_unit': '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 E-TRON 95KWH 55 QUATTRO StationWagon',
 'transmission': 'automatic',
 'trim': '95KWH 55 QUATTRO',
 'vin': 'WAUZZZGE5LB001170',
 'year': 2019}
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP04%2520RNO%27 HTTP/1.1" 200 None
2026-03-30 06:36:25 [bca.uk] INFO: Saving data for SP04%20RNO: {'auction_closing_time': 1774864800.0, 'created_time': 1774533730.46844, 'last_price_update_time': 1774852585.073616}
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP04%2520RNO') HTTP/1.1" 204 0
2026-03-30 06:36:25 [bca.uk] INFO: Found listing with ID: LD22%20PZB
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520PZB%27 HTTP/1.1" 200 None
2026-03-30 06:36:25 [bca.uk] INFO: Scrape type for LD22%20PZB: 2
2026-03-30 06:36:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6794a703-f837-5ef8-9dc0-de669e59e669 with identifier: LD22%20PZB
2026-03-30 06:36:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6794a703-f837-5ef8-9dc0-de669e59e669 with scrape type 2
2026-03-30 06:36:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6794a703-f837-5ef8-9dc0-de669e59e669 with scrape type 2
2026-03-30 06:36:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6794a703-f837-5ef8-9dc0-de669e59e669, identifier: LD22%20PZB
2026-03-30 06:36:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7783dc1e-0ff4-5623-b933-facd7348175e with identifier: DF71%20HHZ
2026-03-30 06:36:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7783dc1e-0ff4-5623-b933-facd7348175e with identifier: DF71%20HHZ
2026-03-30 06:36:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7783dc1e-0ff4-5623-b933-facd7348175e with identifier: DF71%20HHZ to the API
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 68,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF71%20HHZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7783dc1e-0ff4-5623-b933-facd7348175e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DF71 HHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF71%20HHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 52247,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 E-HYBRID TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'E-HYBRID TIPTRONIC S',
 'vin': 'WP1ZZZ9YZNDA14545',
 'year': 2022}
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF71%2520HHZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:25 [bca.uk] INFO: Saving data for DF71%20HHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774533895.368301, 'last_price_update_time': 1774852585.579306}
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF71%2520HHZ') HTTP/1.1" 204 0
2026-03-30 06:36:25 [bca.uk] INFO: Found listing with ID: AJ22%20GVY
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520GVY%27 HTTP/1.1" 200 None
2026-03-30 06:36:25 [bca.uk] INFO: Scrape type for AJ22%20GVY: 2
2026-03-30 06:36:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2abb26d6-d41d-5293-925c-7cefc31a7b28 with identifier: AJ22%20GVY
2026-03-30 06:36:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2abb26d6-d41d-5293-925c-7cefc31a7b28 with scrape type 2
2026-03-30 06:36:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2abb26d6-d41d-5293-925c-7cefc31a7b28 with scrape type 2
2026-03-30 06:36:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2abb26d6-d41d-5293-925c-7cefc31a7b28, identifier: AJ22%20GVY
2026-03-30 06:36:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 688dc0e2-e66b-5959-b43c-2a69cadad4dd with identifier: VN66%20HCP
2026-03-30 06:36:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 688dc0e2-e66b-5959-b43c-2a69cadad4dd with identifier: VN66%20HCP
2026-03-30 06:36:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 688dc0e2-e66b-5959-b43c-2a69cadad4dd with identifier: VN66%20HCP to the API
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN66%20HCP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '688dc0e2-e66b-5959-b43c-2a69cadad4dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN66 HCP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN66%20HCP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 81454,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TFSI 190 SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TFSI 190 SPORT S-T',
 'vin': 'WAUZZZF43HA078142',
 'year': 2016}
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN66%2520HCP%27 HTTP/1.1" 200 None
2026-03-30 06:36:26 [bca.uk] INFO: Saving data for VN66%20HCP: {'auction_closing_time': 1775037600.0, 'created_time': 1774564030.968639, 'last_price_update_time': 1774852586.066409}
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN66%2520HCP') HTTP/1.1" 204 0
2026-03-30 06:36:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with identifier: BT24%20NDJ
2026-03-30 06:36:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with identifier: BT24%20NDJ
2026-03-30 06:36:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5286e78f-b84b-5ddd-8a88-3eb0896c49dd with identifier: BT24%20NDJ to the API
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT24%20NDJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5286e78f-b84b-5ddd-8a88-3eb0896c49dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT24 NDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT24%20NDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 16525,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNS6RY528895',
 'year': 2024}
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520NDJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:26 [bca.uk] INFO: Saving data for BT24%20NDJ: {'auction_closing_time': 1775124000.0, 'created_time': 1773841970.777477, 'last_price_update_time': 1774852586.356696}
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT24%2520NDJ') HTTP/1.1" 204 0
2026-03-30 06:36:26 [bca.uk] INFO: Found listing with ID: GU75%20OHA
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU75%2520OHA%27 HTTP/1.1" 200 None
2026-03-30 06:36:26 [bca.uk] INFO: Scrape type for GU75%20OHA: 2
2026-03-30 06:36:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 351dff2b-a1b8-5e00-b3bb-057050c15e52 with identifier: GU75%20OHA
2026-03-30 06:36:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 351dff2b-a1b8-5e00-b3bb-057050c15e52 with scrape type 2
2026-03-30 06:36:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 351dff2b-a1b8-5e00-b3bb-057050c15e52 with scrape type 2
2026-03-30 06:36:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 351dff2b-a1b8-5e00-b3bb-057050c15e52, identifier: GU75%20OHA
2026-03-30 06:36:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6794a703-f837-5ef8-9dc0-de669e59e669 with identifier: LD22%20PZB
2026-03-30 06:36:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6794a703-f837-5ef8-9dc0-de669e59e669 with identifier: LD22%20PZB
2026-03-30 06:36:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6794a703-f837-5ef8-9dc0-de669e59e669 with identifier: LD22%20PZB to the API
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD22%20PZB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6794a703-f837-5ef8-9dc0-de669e59e669',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD22 PZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD22%20PZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 58365,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI PHEV 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 2 DCT',
 'vin': 'KNACM81DVN5531050',
 'year': 2022}
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520PZB%27 HTTP/1.1" 200 None
2026-03-30 06:36:26 [bca.uk] INFO: Saving data for LD22%20PZB: {'auction_closing_time': 1774951200.0, 'created_time': 1774533963.939502, 'last_price_update_time': 1774852586.760482}
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD22%2520PZB') HTTP/1.1" 204 0
2026-03-30 06:36:26 [bca.uk] INFO: Found listing with ID: DG24%20LAE
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LAE%27 HTTP/1.1" 200 None
2026-03-30 06:36:26 [bca.uk] INFO: Scrape type for DG24%20LAE: 2
2026-03-30 06:36:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b51f7e0-c86d-5fd7-8f5b-87df7ab5e50f with identifier: DG24%20LAE
2026-03-30 06:36:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b51f7e0-c86d-5fd7-8f5b-87df7ab5e50f with scrape type 2
2026-03-30 06:36:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b51f7e0-c86d-5fd7-8f5b-87df7ab5e50f with scrape type 2
2026-03-30 06:36:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b51f7e0-c86d-5fd7-8f5b-87df7ab5e50f, identifier: DG24%20LAE
2026-03-30 06:36:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2abb26d6-d41d-5293-925c-7cefc31a7b28 with identifier: AJ22%20GVY
2026-03-30 06:36:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2abb26d6-d41d-5293-925c-7cefc31a7b28 with identifier: AJ22%20GVY
2026-03-30 06:36:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2abb26d6-d41d-5293-925c-7cefc31a7b28 with identifier: AJ22%20GVY to the API
2026-03-30 06:36:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ22%20GVY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2abb26d6-d41d-5293-925c-7cefc31a7b28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ22 GVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ22%20GVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 47768,
 'odometer_reading_unit': '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': 'LRWYHCEK4NC334994',
 'year': 2022}
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520GVY%27 HTTP/1.1" 200 None
2026-03-30 06:36:27 [bca.uk] INFO: Saving data for AJ22%20GVY: {'auction_closing_time': 1774864800.0, 'created_time': 1774534330.383175, 'last_price_update_time': 1774852587.173821}
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ22%2520GVY') HTTP/1.1" 204 0
2026-03-30 06:36:27 [bca.uk] INFO: Found listing with ID: DU04%20DBY
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU04%2520DBY%27 HTTP/1.1" 200 None
2026-03-30 06:36:27 [bca.uk] INFO: Scrape type for DU04%20DBY: 2
2026-03-30 06:36:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4e6cefe-66bb-54fd-9009-307ca2cbd04b with identifier: DU04%20DBY
2026-03-30 06:36:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4e6cefe-66bb-54fd-9009-307ca2cbd04b with scrape type 2
2026-03-30 06:36:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4e6cefe-66bb-54fd-9009-307ca2cbd04b with scrape type 2
2026-03-30 06:36:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4e6cefe-66bb-54fd-9009-307ca2cbd04b, identifier: DU04%20DBY
2026-03-30 06:36:27 [bca.uk] INFO: Found listing with ID: MK24%20YNZ
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520YNZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:27 [bca.uk] INFO: Scrape type for MK24%20YNZ: 2
2026-03-30 06:36:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f94507e-3674-5d21-830f-e90f109948aa with identifier: MK24%20YNZ
2026-03-30 06:36:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f94507e-3674-5d21-830f-e90f109948aa with scrape type 2
2026-03-30 06:36:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f94507e-3674-5d21-830f-e90f109948aa with scrape type 2
2026-03-30 06:36:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f94507e-3674-5d21-830f-e90f109948aa, identifier: MK24%20YNZ
2026-03-30 06:36:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 351dff2b-a1b8-5e00-b3bb-057050c15e52 with identifier: GU75%20OHA
2026-03-30 06:36:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 351dff2b-a1b8-5e00-b3bb-057050c15e52 with identifier: GU75%20OHA
2026-03-30 06:36:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 351dff2b-a1b8-5e00-b3bb-057050c15e52 with identifier: GU75%20OHA to the API
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU75%20OHA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '351dff2b-a1b8-5e00-b3bb-057050c15e52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU75 OHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU75%20OHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'EQB 250+',
 'odometer': 4668,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQB 250+ 140KW 70.5KWH AMG LINE PREM+ StationWagon',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH AMG LINE PREM+',
 'vin': 'W1N9M0CB0TN157181',
 'year': 2025}
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU75%2520OHA%27 HTTP/1.1" 200 None
2026-03-30 06:36:27 [bca.uk] INFO: Saving data for GU75%20OHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774363362.544662, 'last_price_update_time': 1774852587.685652}
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU75%2520OHA') HTTP/1.1" 204 0
2026-03-30 06:36:27 [bca.uk] INFO: Found listing with ID: LE71%20CLO
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520CLO%27 HTTP/1.1" 200 None
2026-03-30 06:36:27 [bca.uk] INFO: Scrape type for LE71%20CLO: 2
2026-03-30 06:36:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8565b45f-489f-5540-bbaf-e170797bca25 with identifier: LE71%20CLO
2026-03-30 06:36:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8565b45f-489f-5540-bbaf-e170797bca25 with scrape type 2
2026-03-30 06:36:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8565b45f-489f-5540-bbaf-e170797bca25 with scrape type 2
2026-03-30 06:36:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8565b45f-489f-5540-bbaf-e170797bca25, identifier: LE71%20CLO
2026-03-30 06:36:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b51f7e0-c86d-5fd7-8f5b-87df7ab5e50f with identifier: DG24%20LAE
2026-03-30 06:36:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b51f7e0-c86d-5fd7-8f5b-87df7ab5e50f with identifier: DG24%20LAE
2026-03-30 06:36:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b51f7e0-c86d-5fd7-8f5b-87df7ab5e50f with identifier: DG24%20LAE to the API
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG24%20LAE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0b51f7e0-c86d-5fd7-8f5b-87df7ab5e50f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DG24 LAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG24%20LAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 15600,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 85 X4 SPORTLINE PLUS Hatchback',
 'transmission': 'automatic',
 'trim': '85 X4 SPORTLINE PLUS',
 'vin': 'TMBMH9NYXRF018366',
 'year': 2024}
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LAE%27 HTTP/1.1" 200 None
2026-03-30 06:36:28 [bca.uk] INFO: Saving data for DG24%20LAE: {'auction_closing_time': 1774864800.0, 'created_time': 1773929061.793176, 'last_price_update_time': 1774852588.098955}
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520LAE') HTTP/1.1" 204 0
2026-03-30 06:36:28 [bca.uk] INFO: Found listing with ID: AJ72%20RUC
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520RUC%27 HTTP/1.1" 200 None
2026-03-30 06:36:28 [bca.uk] INFO: Scrape type for AJ72%20RUC: 2
2026-03-30 06:36:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4097ee65-a0e5-5387-a3f3-b70e8fdf5c5e with identifier: AJ72%20RUC
2026-03-30 06:36:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4097ee65-a0e5-5387-a3f3-b70e8fdf5c5e with scrape type 2
2026-03-30 06:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4097ee65-a0e5-5387-a3f3-b70e8fdf5c5e with scrape type 2
2026-03-30 06:36:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4097ee65-a0e5-5387-a3f3-b70e8fdf5c5e, identifier: AJ72%20RUC
2026-03-30 06:36:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4e6cefe-66bb-54fd-9009-307ca2cbd04b with identifier: DU04%20DBY
2026-03-30 06:36:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4e6cefe-66bb-54fd-9009-307ca2cbd04b with identifier: DU04%20DBY
2026-03-30 06:36:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4e6cefe-66bb-54fd-9009-307ca2cbd04b with identifier: DU04%20DBY to the API
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU04%20DBY-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b4e6cefe-66bb-54fd-9009-307ca2cbd04b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU04 DBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU04%20DBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SWIFT',
 'model': 'SUNDANCE',
 'odometer': 68073,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'SWIFT SUNDANCE 2.0 590RL MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '590RL MOTORHOME',
 'vin': 'ZFA24400007234089',
 'year': 2004}
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU04%2520DBY%27 HTTP/1.1" 200 None
2026-03-30 06:36:28 [bca.uk] INFO: Saving data for DU04%20DBY: {'auction_closing_time': 1775124000.0, 'created_time': 1774564036.719286, 'last_price_update_time': 1774852588.503045}
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU04%2520DBY') HTTP/1.1" 204 0
2026-03-30 06:36:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f94507e-3674-5d21-830f-e90f109948aa with identifier: MK24%20YNZ
2026-03-30 06:36:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f94507e-3674-5d21-830f-e90f109948aa with identifier: MK24%20YNZ
2026-03-30 06:36:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f94507e-3674-5d21-830f-e90f109948aa with identifier: MK24%20YNZ to the API
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK24%20YNZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f94507e-3674-5d21-830f-e90f109948aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK24 YNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK24%20YNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 7275,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNEKR5016099',
 'year': 2024}
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK24%2520YNZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:28 [bca.uk] INFO: Saving data for MK24%20YNZ: {'auction_closing_time': 1775124000.0, 'created_time': 1773823920.128953, 'last_price_update_time': 1774852588.804635}
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK24%2520YNZ') HTTP/1.1" 204 0
2026-03-30 06:36:28 [bca.uk] INFO: Found listing with ID: EA15%20WLN
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA15%2520WLN%27 HTTP/1.1" 200 None
2026-03-30 06:36:28 [bca.uk] INFO: Scrape type for EA15%20WLN: 2
2026-03-30 06:36:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32f746bb-66d9-5f1f-97c8-ada48707dddb with identifier: EA15%20WLN
2026-03-30 06:36:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32f746bb-66d9-5f1f-97c8-ada48707dddb with scrape type 2
2026-03-30 06:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32f746bb-66d9-5f1f-97c8-ada48707dddb with scrape type 2
2026-03-30 06:36:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32f746bb-66d9-5f1f-97c8-ada48707dddb, identifier: EA15%20WLN
2026-03-30 06:36:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8565b45f-489f-5540-bbaf-e170797bca25 with identifier: LE71%20CLO
2026-03-30 06:36:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8565b45f-489f-5540-bbaf-e170797bca25 with identifier: LE71%20CLO
2026-03-30 06:36:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8565b45f-489f-5540-bbaf-e170797bca25 with identifier: LE71%20CLO to the API
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20CLO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8565b45f-489f-5540-bbaf-e170797bca25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 CLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20CLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 92560,
 'odometer_reading_unit': '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': 'LRW3F7EK5NC477461',
 'year': 2022}
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520CLO%27 HTTP/1.1" 200 None
2026-03-30 06:36:29 [bca.uk] INFO: Saving data for LE71%20CLO: {'auction_closing_time': 1774951200.0, 'created_time': 1774533960.889452, 'last_price_update_time': 1774852589.219464}
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520CLO') HTTP/1.1" 204 0
2026-03-30 06:36:29 [bca.uk] INFO: Found listing with ID: FN22%20LLG
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520LLG%27 HTTP/1.1" 200 None
2026-03-30 06:36:29 [bca.uk] INFO: Scrape type for FN22%20LLG: 2
2026-03-30 06:36:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f592a12f-fcba-5030-85cf-b77dcd4a5716 with identifier: FN22%20LLG
2026-03-30 06:36:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f592a12f-fcba-5030-85cf-b77dcd4a5716 with scrape type 2
2026-03-30 06:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f592a12f-fcba-5030-85cf-b77dcd4a5716 with scrape type 2
2026-03-30 06:36:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f592a12f-fcba-5030-85cf-b77dcd4a5716, identifier: FN22%20LLG
2026-03-30 06:36:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4097ee65-a0e5-5387-a3f3-b70e8fdf5c5e with identifier: AJ72%20RUC
2026-03-30 06:36:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4097ee65-a0e5-5387-a3f3-b70e8fdf5c5e with identifier: AJ72%20RUC
2026-03-30 06:36:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4097ee65-a0e5-5387-a3f3-b70e8fdf5c5e with identifier: AJ72%20RUC to the API
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ72%20RUC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4097ee65-a0e5-5387-a3f3-b70e8fdf5c5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ72 RUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ72%20RUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 14084,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS2PC580735',
 'year': 2022}
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520RUC%27 HTTP/1.1" 200 None
2026-03-30 06:36:29 [bca.uk] INFO: Saving data for AJ72%20RUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774534315.521764, 'last_price_update_time': 1774852589.64823}
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ72%2520RUC') HTTP/1.1" 204 0
2026-03-30 06:36:29 [bca.uk] INFO: Found listing with ID: DG72%20YJS
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG72%2520YJS%27 HTTP/1.1" 200 None
2026-03-30 06:36:29 [bca.uk] INFO: Scrape type for DG72%20YJS: 2
2026-03-30 06:36:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with identifier: DG72%20YJS
2026-03-30 06:36:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with scrape type 2
2026-03-30 06:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with scrape type 2
2026-03-30 06:36:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09b5fdcb-d531-55d2-9ab7-e16b7be4492e, identifier: DG72%20YJS
2026-03-30 06:36:29 [bca.uk] INFO: Found listing with ID: HN23%20LUR
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520LUR%27 HTTP/1.1" 200 None
2026-03-30 06:36:29 [bca.uk] INFO: Scrape type for HN23%20LUR: 2
2026-03-30 06:36:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with identifier: HN23%20LUR
2026-03-30 06:36:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with scrape type 2
2026-03-30 06:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with scrape type 2
2026-03-30 06:36:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d, identifier: HN23%20LUR
2026-03-30 06:36:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32f746bb-66d9-5f1f-97c8-ada48707dddb with identifier: EA15%20WLN
2026-03-30 06:36:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32f746bb-66d9-5f1f-97c8-ada48707dddb with identifier: EA15%20WLN
2026-03-30 06:36:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32f746bb-66d9-5f1f-97c8-ada48707dddb with identifier: EA15%20WLN to the API
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA15%20WLN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '32f746bb-66d9-5f1f-97c8-ada48707dddb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA15 WLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA15%20WLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 79672,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 HSE DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 HSE DYNAMIC',
 'vin': 'SALWA2KE9FA531804',
 'year': 2015}
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA15%2520WLN%27 HTTP/1.1" 200 None
2026-03-30 06:36:30 [bca.uk] INFO: Saving data for EA15%20WLN: {'auction_closing_time': 1774864800.0, 'created_time': 1774533737.161831, 'last_price_update_time': 1774852590.195619}
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA15%2520WLN') HTTP/1.1" 204 0
2026-03-30 06:36:30 [bca.uk] INFO: Found listing with ID: LO23%20CWN
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520CWN%27 HTTP/1.1" 200 None
2026-03-30 06:36:30 [bca.uk] INFO: Scrape type for LO23%20CWN: 2
2026-03-30 06:36:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10b060d9-89e7-5a9f-b462-6a7cdc8b7f6f with identifier: LO23%20CWN
2026-03-30 06:36:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10b060d9-89e7-5a9f-b462-6a7cdc8b7f6f with scrape type 2
2026-03-30 06:36:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10b060d9-89e7-5a9f-b462-6a7cdc8b7f6f with scrape type 2
2026-03-30 06:36:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10b060d9-89e7-5a9f-b462-6a7cdc8b7f6f, identifier: LO23%20CWN
2026-03-30 06:36:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f592a12f-fcba-5030-85cf-b77dcd4a5716 with identifier: FN22%20LLG
2026-03-30 06:36:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f592a12f-fcba-5030-85cf-b77dcd4a5716 with identifier: FN22%20LLG
2026-03-30 06:36:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f592a12f-fcba-5030-85cf-b77dcd4a5716 with identifier: FN22%20LLG to the API
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN22%20LLG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f592a12f-fcba-5030-85cf-b77dcd4a5716',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FN22 LLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN22%20LLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 54788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA EV6 236KW 77.4KWH AWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '236KW 77.4KWH AWD GT-LINE',
 'vin': 'KNAC481CRN5026933',
 'year': 2022}
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520LLG%27 HTTP/1.1" 200 None
2026-03-30 06:36:30 [bca.uk] INFO: Saving data for FN22%20LLG: {'auction_closing_time': 1774864800.0, 'created_time': 1774533899.144217, 'last_price_update_time': 1774852590.694426}
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN22%2520LLG') HTTP/1.1" 204 0
2026-03-30 06:36:30 [bca.uk] INFO: Found listing with ID: BJ20%20JKZ
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520JKZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:30 [bca.uk] INFO: Scrape type for BJ20%20JKZ: 2
2026-03-30 06:36:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5032e6e-ab0a-506b-9ee9-d9946ac04ad9 with identifier: BJ20%20JKZ
2026-03-30 06:36:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5032e6e-ab0a-506b-9ee9-d9946ac04ad9 with scrape type 2
2026-03-30 06:36:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5032e6e-ab0a-506b-9ee9-d9946ac04ad9 with scrape type 2
2026-03-30 06:36:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5032e6e-ab0a-506b-9ee9-d9946ac04ad9, identifier: BJ20%20JKZ
2026-03-30 06:36:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with identifier: DG72%20YJS
2026-03-30 06:36:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with identifier: DG72%20YJS
2026-03-30 06:36:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09b5fdcb-d531-55d2-9ab7-e16b7be4492e with identifier: DG72%20YJS to the API
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 37,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG72%20YJS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '09b5fdcb-d531-55d2-9ab7-e16b7be4492e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG72 YJS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG72%20YJS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 16734,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E R-DYNAMIC SE (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E R-DYNAMIC SE (5ST)',
 'vin': 'SALCA2AT8PH916167',
 'year': 2022}
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG72%2520YJS%27 HTTP/1.1" 200 None
2026-03-30 06:36:31 [bca.uk] INFO: Saving data for DG72%20YJS: {'auction_closing_time': 1774951200.0, 'created_time': 1774564021.333189, 'last_price_update_time': 1774852591.435095}
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG72%2520YJS') HTTP/1.1" 204 0
2026-03-30 06:36:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with identifier: HN23%20LUR
2026-03-30 06:36:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with identifier: HN23%20LUR
2026-03-30 06:36:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d with identifier: HN23%20LUR to the API
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN23%20LUR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b9ed4618-ed95-5e6d-a8c7-e0ca67f1585d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HN23 LUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN23%20LUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 117099,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 30E M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT',
 'vin': 'WBA62DP0309R94234',
 'year': 2023}
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520LUR%27 HTTP/1.1" 200 None
2026-03-30 06:36:31 [bca.uk] INFO: Saving data for HN23%20LUR: {'auction_closing_time': 1775124000.0, 'created_time': 1774392209.188522, 'last_price_update_time': 1774852591.760688}
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN23%2520LUR') HTTP/1.1" 204 0
2026-03-30 06:36:31 [bca.uk] INFO: Found listing with ID: AK71%20ZHP
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520ZHP%27 HTTP/1.1" 200 None
2026-03-30 06:36:31 [bca.uk] INFO: Scrape type for AK71%20ZHP: 2
2026-03-30 06:36:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 399a160a-f0ae-5015-a1a2-265ee6156a84 with identifier: AK71%20ZHP
2026-03-30 06:36:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 399a160a-f0ae-5015-a1a2-265ee6156a84 with scrape type 2
2026-03-30 06:36:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 399a160a-f0ae-5015-a1a2-265ee6156a84 with scrape type 2
2026-03-30 06:36:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 399a160a-f0ae-5015-a1a2-265ee6156a84, identifier: AK71%20ZHP
2026-03-30 06:36:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10b060d9-89e7-5a9f-b462-6a7cdc8b7f6f with identifier: LO23%20CWN
2026-03-30 06:36:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10b060d9-89e7-5a9f-b462-6a7cdc8b7f6f with identifier: LO23%20CWN
2026-03-30 06:36:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10b060d9-89e7-5a9f-b462-6a7cdc8b7f6f with identifier: LO23%20CWN to the API
2026-03-30 06:36:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 27,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO23%20CWN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '10b060d9-89e7-5a9f-b462-6a7cdc8b7f6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO23 CWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO23%20CWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CUPRA',
 'model': 'FORMENTOR',
 'odometer': 39068,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CUPRA FORMENTOR 1.4 E-HYBRID 205 V1 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-HYBRID 205 V1 DSG',
 'vin': 'VSSZZZKM8PR090813',
 'year': 2023}
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO23%2520CWN%27 HTTP/1.1" 200 None
2026-03-30 06:36:32 [bca.uk] INFO: Saving data for LO23%20CWN: {'auction_closing_time': 1774951200.0, 'created_time': 1774533950.872412, 'last_price_update_time': 1774852592.153084}
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO23%2520CWN') HTTP/1.1" 204 0
2026-03-30 06:36:32 [bca.uk] INFO: Found listing with ID: FN23%20OPA
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OPA%27 HTTP/1.1" 200 None
2026-03-30 06:36:32 [bca.uk] INFO: Scrape type for FN23%20OPA: 2
2026-03-30 06:36:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d200ae2-6e40-56e6-a7d7-c1e3cd3dd597 with identifier: FN23%20OPA
2026-03-30 06:36:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d200ae2-6e40-56e6-a7d7-c1e3cd3dd597 with scrape type 2
2026-03-30 06:36:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d200ae2-6e40-56e6-a7d7-c1e3cd3dd597 with scrape type 2
2026-03-30 06:36:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d200ae2-6e40-56e6-a7d7-c1e3cd3dd597, identifier: FN23%20OPA
2026-03-30 06:36:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5032e6e-ab0a-506b-9ee9-d9946ac04ad9 with identifier: BJ20%20JKZ
2026-03-30 06:36:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5032e6e-ab0a-506b-9ee9-d9946ac04ad9 with identifier: BJ20%20JKZ
2026-03-30 06:36:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5032e6e-ab0a-506b-9ee9-d9946ac04ad9 with identifier: BJ20%20JKZ to the API
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ20%20JKZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c5032e6e-ab0a-506b-9ee9-d9946ac04ad9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ20 JKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ20%20JKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL X',
 'odometer': 63050,
 'odometer_reading_unit': '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 X 100KWH D/M LONG RANGE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': '100KWH D/M LONG RANGE (7ST)',
 'vin': '5YJXDCE25LF246109',
 'year': 2020}
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520JKZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:32 [bca.uk] INFO: Saving data for BJ20%20JKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534153.472111, 'last_price_update_time': 1774852592.554882}
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ20%2520JKZ') HTTP/1.1" 204 0
2026-03-30 06:36:32 [bca.uk] INFO: Found listing with ID: KD23%20GOA
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GOA%27 HTTP/1.1" 200 None
2026-03-30 06:36:32 [bca.uk] INFO: Scrape type for KD23%20GOA: 2
2026-03-30 06:36:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb9cf6ba-dab0-514e-9dc1-f145855c7052 with identifier: KD23%20GOA
2026-03-30 06:36:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb9cf6ba-dab0-514e-9dc1-f145855c7052 with scrape type 2
2026-03-30 06:36:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb9cf6ba-dab0-514e-9dc1-f145855c7052 with scrape type 2
2026-03-30 06:36:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb9cf6ba-dab0-514e-9dc1-f145855c7052, identifier: KD23%20GOA
2026-03-30 06:36:32 [bca.uk] INFO: Found listing with ID: MA75%20YYP
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520YYP%27 HTTP/1.1" 200 None
2026-03-30 06:36:32 [bca.uk] INFO: Scrape type for MA75%20YYP: 2
2026-03-30 06:36:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58a51890-d47b-5513-b030-d9d42be74c19 with identifier: MA75%20YYP
2026-03-30 06:36:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58a51890-d47b-5513-b030-d9d42be74c19 with scrape type 2
2026-03-30 06:36:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58a51890-d47b-5513-b030-d9d42be74c19 with scrape type 2
2026-03-30 06:36:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58a51890-d47b-5513-b030-d9d42be74c19, identifier: MA75%20YYP
2026-03-30 06:36:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 399a160a-f0ae-5015-a1a2-265ee6156a84 with identifier: AK71%20ZHP
2026-03-30 06:36:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 399a160a-f0ae-5015-a1a2-265ee6156a84 with identifier: AK71%20ZHP
2026-03-30 06:36:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 399a160a-f0ae-5015-a1a2-265ee6156a84 with identifier: AK71%20ZHP to the API
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK71%20ZHP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '399a160a-f0ae-5015-a1a2-265ee6156a84',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AK71 ZHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK71%20ZHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 62402,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB3MC406015',
 'year': 2021}
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520ZHP%27 HTTP/1.1" 200 None
2026-03-30 06:36:33 [bca.uk] INFO: Saving data for AK71%20ZHP: {'auction_closing_time': 1774864800.0, 'created_time': 1774363193.87201, 'last_price_update_time': 1774852593.08948}
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK71%2520ZHP') HTTP/1.1" 204 0
2026-03-30 06:36:33 [bca.uk] INFO: Found listing with ID: MJ71%20YBZ
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520YBZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:33 [bca.uk] INFO: Scrape type for MJ71%20YBZ: 2
2026-03-30 06:36:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e7aefdd-9da8-5f8f-8e8f-03c6ccfbb393 with identifier: MJ71%20YBZ
2026-03-30 06:36:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e7aefdd-9da8-5f8f-8e8f-03c6ccfbb393 with scrape type 2
2026-03-30 06:36:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e7aefdd-9da8-5f8f-8e8f-03c6ccfbb393 with scrape type 2
2026-03-30 06:36:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e7aefdd-9da8-5f8f-8e8f-03c6ccfbb393, identifier: MJ71%20YBZ
2026-03-30 06:36:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d200ae2-6e40-56e6-a7d7-c1e3cd3dd597 with identifier: FN23%20OPA
2026-03-30 06:36:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d200ae2-6e40-56e6-a7d7-c1e3cd3dd597 with identifier: FN23%20OPA
2026-03-30 06:36:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d200ae2-6e40-56e6-a7d7-c1e3cd3dd597 with identifier: FN23%20OPA to the API
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN23%20OPA-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': '5d200ae2-6e40-56e6-a7d7-c1e3cd3dd597',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FN23 OPA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN23%20OPA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 14970,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACP81EVP5078339',
 'year': 2023}
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OPA%27 HTTP/1.1" 200 None
2026-03-30 06:36:33 [bca.uk] INFO: Saving data for FN23%20OPA: {'auction_closing_time': 1774864800.0, 'created_time': 1774277022.949384, 'last_price_update_time': 1774852593.481186}
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN23%2520OPA') HTTP/1.1" 204 0
2026-03-30 06:36:33 [bca.uk] INFO: Found listing with ID: BP72%20CGZ
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520CGZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:33 [bca.uk] INFO: Scrape type for BP72%20CGZ: 2
2026-03-30 06:36:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 631aa897-b09c-57b9-a4ba-514651148369 with identifier: BP72%20CGZ
2026-03-30 06:36:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 631aa897-b09c-57b9-a4ba-514651148369 with scrape type 2
2026-03-30 06:36:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 631aa897-b09c-57b9-a4ba-514651148369 with scrape type 2
2026-03-30 06:36:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 631aa897-b09c-57b9-a4ba-514651148369, identifier: BP72%20CGZ
2026-03-30 06:36:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb9cf6ba-dab0-514e-9dc1-f145855c7052 with identifier: KD23%20GOA
2026-03-30 06:36:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb9cf6ba-dab0-514e-9dc1-f145855c7052 with identifier: KD23%20GOA
2026-03-30 06:36:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb9cf6ba-dab0-514e-9dc1-f145855c7052 with identifier: KD23%20GOA to the API
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 52,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD23%20GOA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cb9cf6ba-dab0-514e-9dc1-f145855c7052',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KD23 GOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD23%20GOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 21341,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E PHEV R-DYNAMIC SE',
 'vin': 'SALYA2AY7PA365725',
 'year': 2023}
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GOA%27 HTTP/1.1" 200 None
2026-03-30 06:36:33 [bca.uk] INFO: Saving data for KD23%20GOA: {'auction_closing_time': 1774951200.0, 'created_time': 1774564024.065432, 'last_price_update_time': 1774852593.89667}
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD23%2520GOA') HTTP/1.1" 204 0
2026-03-30 06:36:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58a51890-d47b-5513-b030-d9d42be74c19 with identifier: MA75%20YYP
2026-03-30 06:36:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58a51890-d47b-5513-b030-d9d42be74c19 with identifier: MA75%20YYP
2026-03-30 06:36:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58a51890-d47b-5513-b030-d9d42be74c19 with identifier: MA75%20YYP to the API
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA75%20YYP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '58a51890-d47b-5513-b030-d9d42be74c19',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA75 YYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA75%20YYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 8303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS9SC603864',
 'year': 2025}
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520YYP%27 HTTP/1.1" 200 None
2026-03-30 06:36:34 [bca.uk] INFO: Saving data for MA75%20YYP: {'auction_closing_time': 1775124000.0, 'created_time': 1774392202.619066, 'last_price_update_time': 1774852594.189064}
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA75%2520YYP') HTTP/1.1" 204 0
2026-03-30 06:36:34 [bca.uk] INFO: Found listing with ID: WM71%20BRZ
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520BRZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:34 [bca.uk] INFO: Scrape type for WM71%20BRZ: 0
2026-03-30 06:36:34 [bca.uk] INFO: Found listing with ID: LS70%20VFV
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520VFV%27 HTTP/1.1" 200 None
2026-03-30 06:36:34 [bca.uk] INFO: Scrape type for LS70%20VFV: 0
2026-03-30 06:36:34 [bca.uk] INFO: Found listing with ID: SJ24%20BHO
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ24%2520BHO%27 HTTP/1.1" 200 None
2026-03-30 06:36:34 [bca.uk] INFO: Scrape type for SJ24%20BHO: 0
2026-03-30 06:36:34 [bca.uk] INFO: Found listing with ID: GY23%20FXZ
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520FXZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:34 [bca.uk] INFO: Scrape type for GY23%20FXZ: 2
2026-03-30 06:36:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00b77b35-14b3-574c-b41f-9461f8d14ad2 with identifier: GY23%20FXZ
2026-03-30 06:36:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00b77b35-14b3-574c-b41f-9461f8d14ad2 with scrape type 2
2026-03-30 06:36:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00b77b35-14b3-574c-b41f-9461f8d14ad2 with scrape type 2
2026-03-30 06:36:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00b77b35-14b3-574c-b41f-9461f8d14ad2, identifier: GY23%20FXZ
2026-03-30 06:36:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e7aefdd-9da8-5f8f-8e8f-03c6ccfbb393 with identifier: MJ71%20YBZ
2026-03-30 06:36:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e7aefdd-9da8-5f8f-8e8f-03c6ccfbb393 with identifier: MJ71%20YBZ
2026-03-30 06:36:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e7aefdd-9da8-5f8f-8e8f-03c6ccfbb393 with identifier: MJ71%20YBZ to the API
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ71%20YBZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2e7aefdd-9da8-5f8f-8e8f-03c6ccfbb393',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ71 YBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ71%20YBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 29184,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 2.0 TDI SCR 150 SE TECHNOLOGY DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI SCR 150 SE TECHNOLOGY DSG',
 'vin': 'TMBKH7NP6N7014175',
 'year': 2022}
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520YBZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:34 [bca.uk] INFO: Saving data for MJ71%20YBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774533949.924279, 'last_price_update_time': 1774852594.659271}
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ71%2520YBZ') HTTP/1.1" 204 0
2026-03-30 06:36:34 [bca.uk] INFO: Found listing with ID: GK22%20NDD
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK22%2520NDD%27 HTTP/1.1" 200 None
2026-03-30 06:36:34 [bca.uk] INFO: Scrape type for GK22%20NDD: 2
2026-03-30 06:36:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5de948a6-4fb9-5d6a-955b-98b1b4edff9c with identifier: GK22%20NDD
2026-03-30 06:36:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5de948a6-4fb9-5d6a-955b-98b1b4edff9c with scrape type 2
2026-03-30 06:36:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5de948a6-4fb9-5d6a-955b-98b1b4edff9c with scrape type 2
2026-03-30 06:36:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5de948a6-4fb9-5d6a-955b-98b1b4edff9c, identifier: GK22%20NDD
2026-03-30 06:36:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 631aa897-b09c-57b9-a4ba-514651148369 with identifier: BP72%20CGZ
2026-03-30 06:36:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 631aa897-b09c-57b9-a4ba-514651148369 with identifier: BP72%20CGZ
2026-03-30 06:36:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 631aa897-b09c-57b9-a4ba-514651148369 with identifier: BP72%20CGZ to the API
2026-03-30 06:36:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20CGZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '631aa897-b09c-57b9-a4ba-514651148369',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP72 CGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20CGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 20730,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 150KW 64KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH PREMIUM',
 'vin': 'KMHK381GUPU164597',
 'year': 2023}
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520CGZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:35 [bca.uk] INFO: Saving data for BP72%20CGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774365288.812308, 'last_price_update_time': 1774852595.191156}
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520CGZ') HTTP/1.1" 204 0
2026-03-30 06:36:35 [bca.uk] INFO: Found listing with ID: LT22%20XDU
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520XDU%27 HTTP/1.1" 200 None
2026-03-30 06:36:35 [bca.uk] INFO: Scrape type for LT22%20XDU: 2
2026-03-30 06:36:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26811f89-8dad-5e6b-95cc-ba1f823397c2 with identifier: LT22%20XDU
2026-03-30 06:36:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26811f89-8dad-5e6b-95cc-ba1f823397c2 with scrape type 2
2026-03-30 06:36:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26811f89-8dad-5e6b-95cc-ba1f823397c2 with scrape type 2
2026-03-30 06:36:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26811f89-8dad-5e6b-95cc-ba1f823397c2, identifier: LT22%20XDU
2026-03-30 06:36:35 [bca.uk] INFO: Found listing with ID: MF25%20XKX
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XKX%27 HTTP/1.1" 200 None
2026-03-30 06:36:35 [bca.uk] INFO: Scrape type for MF25%20XKX: 2
2026-03-30 06:36:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3484c2a-16d3-58d6-8023-e1783b249d52 with identifier: MF25%20XKX
2026-03-30 06:36:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3484c2a-16d3-58d6-8023-e1783b249d52 with scrape type 2
2026-03-30 06:36:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3484c2a-16d3-58d6-8023-e1783b249d52 with scrape type 2
2026-03-30 06:36:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3484c2a-16d3-58d6-8023-e1783b249d52, identifier: MF25%20XKX
2026-03-30 06:36:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00b77b35-14b3-574c-b41f-9461f8d14ad2 with identifier: GY23%20FXZ
2026-03-30 06:36:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00b77b35-14b3-574c-b41f-9461f8d14ad2 with identifier: GY23%20FXZ
2026-03-30 06:36:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00b77b35-14b3-574c-b41f-9461f8d14ad2 with identifier: GY23%20FXZ to the API
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY23%20FXZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '00b77b35-14b3-574c-b41f-9461f8d14ad2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY23 FXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY23%20FXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 42354,
 'odometer_reading_unit': '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': 'W1N9N0CB3PJ043508',
 'year': 2023}
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520FXZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:35 [bca.uk] INFO: Saving data for GY23%20FXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774350173.07153, 'last_price_update_time': 1774852595.724454}
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY23%2520FXZ') HTTP/1.1" 204 0
2026-03-30 06:36:35 [bca.uk] INFO: Found listing with ID: RO72%20TPF
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520TPF%27 HTTP/1.1" 200 None
2026-03-30 06:36:35 [bca.uk] INFO: Scrape type for RO72%20TPF: 2
2026-03-30 06:36:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56bf4e56-957a-5e3e-9062-0562765bf5ca with identifier: RO72%20TPF
2026-03-30 06:36:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56bf4e56-957a-5e3e-9062-0562765bf5ca with scrape type 2
2026-03-30 06:36:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56bf4e56-957a-5e3e-9062-0562765bf5ca with scrape type 2
2026-03-30 06:36:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56bf4e56-957a-5e3e-9062-0562765bf5ca, identifier: RO72%20TPF
2026-03-30 06:36:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5de948a6-4fb9-5d6a-955b-98b1b4edff9c with identifier: GK22%20NDD
2026-03-30 06:36:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5de948a6-4fb9-5d6a-955b-98b1b4edff9c with identifier: GK22%20NDD
2026-03-30 06:36:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5de948a6-4fb9-5d6a-955b-98b1b4edff9c with identifier: GK22%20NDD to the API
2026-03-30 06:36:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK22%20NDD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5de948a6-4fb9-5d6a-955b-98b1b4edff9c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GK22 NDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK22%20NDD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 41348,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 107KW 58KWH FAMILY PRO Hatchback',
 'transmission': 'automatic',
 'trim': '107KW 58KWH FAMILY PRO',
 'vin': 'WVWZZZE1ZNP025214',
 'year': 2022}
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK22%2520NDD%27 HTTP/1.1" 200 None
2026-03-30 06:36:36 [bca.uk] INFO: Saving data for GK22%20NDD: {'auction_closing_time': 1774864800.0, 'created_time': 1774533896.558509, 'last_price_update_time': 1774852596.122585}
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK22%2520NDD') HTTP/1.1" 204 0
2026-03-30 06:36:36 [bca.uk] INFO: Found listing with ID: BV23%20EHF
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520EHF%27 HTTP/1.1" 200 None
2026-03-30 06:36:36 [bca.uk] INFO: Scrape type for BV23%20EHF: 2
2026-03-30 06:36:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with identifier: BV23%20EHF
2026-03-30 06:36:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with scrape type 2
2026-03-30 06:36:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with scrape type 2
2026-03-30 06:36:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cb7c4b1-04a1-5bc4-bef1-48da28666d26, identifier: BV23%20EHF
2026-03-30 06:36:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26811f89-8dad-5e6b-95cc-ba1f823397c2 with identifier: LT22%20XDU
2026-03-30 06:36:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26811f89-8dad-5e6b-95cc-ba1f823397c2 with identifier: LT22%20XDU
2026-03-30 06:36:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26811f89-8dad-5e6b-95cc-ba1f823397c2 with identifier: LT22%20XDU to the API
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT22%20XDU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '26811f89-8dad-5e6b-95cc-ba1f823397c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LT22 XDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT22%20XDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 15333,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 BLACK (11KW) Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 BLACK (11KW)',
 'vin': 'SADHA2A10N1622624',
 'year': 2022}
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520XDU%27 HTTP/1.1" 200 None
2026-03-30 06:36:36 [bca.uk] INFO: Saving data for LT22%20XDU: {'auction_closing_time': 1774951200.0, 'created_time': 1774564020.939353, 'last_price_update_time': 1774852596.564796}
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT22%2520XDU') HTTP/1.1" 204 0
2026-03-30 06:36:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3484c2a-16d3-58d6-8023-e1783b249d52 with identifier: MF25%20XKX
2026-03-30 06:36:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3484c2a-16d3-58d6-8023-e1783b249d52 with identifier: MF25%20XKX
2026-03-30 06:36:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3484c2a-16d3-58d6-8023-e1783b249d52 with identifier: MF25%20XKX to the API
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF25%20XKX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c3484c2a-16d3-58d6-8023-e1783b249d52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF25 XKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF25%20XKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 11683,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS1SC423956',
 'year': 2025}
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XKX%27 HTTP/1.1" 200 None
2026-03-30 06:36:36 [bca.uk] INFO: Saving data for MF25%20XKX: {'auction_closing_time': 1775124000.0, 'created_time': 1774392201.226167, 'last_price_update_time': 1774852596.864118}
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF25%2520XKX') HTTP/1.1" 204 0
2026-03-30 06:36:36 [bca.uk] INFO: Found listing with ID: HX23%20XLL
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX23%2520XLL%27 HTTP/1.1" 200 None
2026-03-30 06:36:36 [bca.uk] INFO: Scrape type for HX23%20XLL: 0
2026-03-30 06:36:36 [bca.uk] INFO: Found listing with ID: RO14%20VUA
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520VUA%27 HTTP/1.1" 200 None
2026-03-30 06:36:36 [bca.uk] INFO: Scrape type for RO14%20VUA: 2
2026-03-30 06:36:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6d81c9f-c821-56ba-ac68-fb1b68409599 with identifier: RO14%20VUA
2026-03-30 06:36:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6d81c9f-c821-56ba-ac68-fb1b68409599 with scrape type 2
2026-03-30 06:36:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6d81c9f-c821-56ba-ac68-fb1b68409599 with scrape type 2
2026-03-30 06:36:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6d81c9f-c821-56ba-ac68-fb1b68409599, identifier: RO14%20VUA
2026-03-30 06:36:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56bf4e56-957a-5e3e-9062-0562765bf5ca with identifier: RO72%20TPF
2026-03-30 06:36:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56bf4e56-957a-5e3e-9062-0562765bf5ca with identifier: RO72%20TPF
2026-03-30 06:36:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56bf4e56-957a-5e3e-9062-0562765bf5ca with identifier: RO72%20TPF to the API
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO72%20TPF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '56bf4e56-957a-5e3e-9062-0562765bf5ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO72 TPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO72%20TPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 14211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 ICON',
 'vin': 'NMTK33BX00R240513',
 'year': 2023}
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520TPF%27 HTTP/1.1" 200 None
2026-03-30 06:36:37 [bca.uk] INFO: Saving data for RO72%20TPF: {'auction_closing_time': 1774951200.0, 'created_time': 1774533950.413773, 'last_price_update_time': 1774852597.283948}
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO72%2520TPF') HTTP/1.1" 204 0
2026-03-30 06:36:37 [bca.uk] INFO: Found listing with ID: GL21%20HWG
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520HWG%27 HTTP/1.1" 200 None
2026-03-30 06:36:37 [bca.uk] INFO: Scrape type for GL21%20HWG: 2
2026-03-30 06:36:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20e60559-8fa7-5321-9c68-0ec7a9b9d87f with identifier: GL21%20HWG
2026-03-30 06:36:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20e60559-8fa7-5321-9c68-0ec7a9b9d87f with scrape type 2
2026-03-30 06:36:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20e60559-8fa7-5321-9c68-0ec7a9b9d87f with scrape type 2
2026-03-30 06:36:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20e60559-8fa7-5321-9c68-0ec7a9b9d87f, identifier: GL21%20HWG
2026-03-30 06:36:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with identifier: BV23%20EHF
2026-03-30 06:36:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with identifier: BV23%20EHF
2026-03-30 06:36:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6cb7c4b1-04a1-5bc4-bef1-48da28666d26 with identifier: BV23%20EHF to the API
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV23%20EHF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6cb7c4b1-04a1-5bc4-bef1-48da28666d26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV23 EHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV23%20EHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 51570,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK9PC728171',
 'year': 2023}
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV23%2520EHF%27 HTTP/1.1" 200 None
2026-03-30 06:36:37 [bca.uk] INFO: Saving data for BV23%20EHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774365344.260179, 'last_price_update_time': 1774852597.699943}
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV23%2520EHF') HTTP/1.1" 204 0
2026-03-30 06:36:37 [bca.uk] INFO: Found listing with ID: LX22%20LKE
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520LKE%27 HTTP/1.1" 200 None
2026-03-30 06:36:37 [bca.uk] INFO: Scrape type for LX22%20LKE: 2
2026-03-30 06:36:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 765a70ac-4908-5e89-838b-fc6591052465 with identifier: LX22%20LKE
2026-03-30 06:36:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 765a70ac-4908-5e89-838b-fc6591052465 with scrape type 2
2026-03-30 06:36:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 765a70ac-4908-5e89-838b-fc6591052465 with scrape type 2
2026-03-30 06:36:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 765a70ac-4908-5e89-838b-fc6591052465, identifier: LX22%20LKE
2026-03-30 06:36:37 [bca.uk] INFO: Found listing with ID: MF25%20XKY
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-30 06:36:37 [bca.uk] INFO: Scrape type for MF25%20XKY: 2
2026-03-30 06:36:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f35dc65-fed7-52be-8812-7c83de6a4f10 with identifier: MF25%20XKY
2026-03-30 06:36:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f35dc65-fed7-52be-8812-7c83de6a4f10 with scrape type 2
2026-03-30 06:36:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f35dc65-fed7-52be-8812-7c83de6a4f10 with scrape type 2
2026-03-30 06:36:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f35dc65-fed7-52be-8812-7c83de6a4f10, identifier: MF25%20XKY
2026-03-30 06:36:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6d81c9f-c821-56ba-ac68-fb1b68409599 with identifier: RO14%20VUA
2026-03-30 06:36:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6d81c9f-c821-56ba-ac68-fb1b68409599 with identifier: RO14%20VUA
2026-03-30 06:36:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6d81c9f-c821-56ba-ac68-fb1b68409599 with identifier: RO14%20VUA to the API
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO14%20VUA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f6d81c9f-c821-56ba-ac68-fb1b68409599',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO14 VUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO14%20VUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 124108,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.0 I-VTEC EX 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'I-VTEC EX 4WD',
 'vin': 'SHSRE5890EU002101',
 'year': 2014}
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO14%2520VUA%27 HTTP/1.1" 200 None
2026-03-30 06:36:38 [bca.uk] INFO: Saving data for RO14%20VUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774533736.543811, 'last_price_update_time': 1774852598.241017}
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO14%2520VUA') HTTP/1.1" 204 0
2026-03-30 06:36:38 [bca.uk] INFO: Found listing with ID: WV71%20TBX
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520TBX%27 HTTP/1.1" 200 None
2026-03-30 06:36:38 [bca.uk] INFO: Scrape type for WV71%20TBX: 2
2026-03-30 06:36:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06d75dfd-fc5c-5c5a-bf93-84fd5cf94229 with identifier: WV71%20TBX
2026-03-30 06:36:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06d75dfd-fc5c-5c5a-bf93-84fd5cf94229 with scrape type 2
2026-03-30 06:36:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06d75dfd-fc5c-5c5a-bf93-84fd5cf94229 with scrape type 2
2026-03-30 06:36:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06d75dfd-fc5c-5c5a-bf93-84fd5cf94229, identifier: WV71%20TBX
2026-03-30 06:36:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20e60559-8fa7-5321-9c68-0ec7a9b9d87f with identifier: GL21%20HWG
2026-03-30 06:36:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20e60559-8fa7-5321-9c68-0ec7a9b9d87f with identifier: GL21%20HWG
2026-03-30 06:36:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20e60559-8fa7-5321-9c68-0ec7a9b9d87f with identifier: GL21%20HWG to the API
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL21%20HWG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '20e60559-8fa7-5321-9c68-0ec7a9b9d87f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL21 HWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL21%20HWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 98761,
 'odometer_reading_unit': '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': 'LRW3F7FA7MC219723',
 'year': 2021}
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520HWG%27 HTTP/1.1" 200 None
2026-03-30 06:36:38 [bca.uk] INFO: Saving data for GL21%20HWG: {'auction_closing_time': 1774864800.0, 'created_time': 1774533894.453533, 'last_price_update_time': 1774852598.636535}
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL21%2520HWG') HTTP/1.1" 204 0
2026-03-30 06:36:38 [bca.uk] INFO: Found listing with ID: DT70%20GMV
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT70%2520GMV%27 HTTP/1.1" 200 None
2026-03-30 06:36:38 [bca.uk] INFO: Scrape type for DT70%20GMV: 2
2026-03-30 06:36:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1420da61-2f1b-5234-8cb7-6e33334cf0f3 with identifier: DT70%20GMV
2026-03-30 06:36:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1420da61-2f1b-5234-8cb7-6e33334cf0f3 with scrape type 2
2026-03-30 06:36:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1420da61-2f1b-5234-8cb7-6e33334cf0f3 with scrape type 2
2026-03-30 06:36:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1420da61-2f1b-5234-8cb7-6e33334cf0f3, identifier: DT70%20GMV
2026-03-30 06:36:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 765a70ac-4908-5e89-838b-fc6591052465 with identifier: LX22%20LKE
2026-03-30 06:36:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 765a70ac-4908-5e89-838b-fc6591052465 with identifier: LX22%20LKE
2026-03-30 06:36:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 765a70ac-4908-5e89-838b-fc6591052465 with identifier: LX22%20LKE to the API
2026-03-30 06:36:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 242,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX22%20LKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '765a70ac-4908-5e89-838b-fc6591052465',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LX22 LKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX22%20LKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 42141,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 D300 HSE DYNAMIC (7S) StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 HSE DYNAMIC (7S)',
 'vin': 'SALWA2AW0NA228855',
 'year': 2022}
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520LKE%27 HTTP/1.1" 200 None
2026-03-30 06:36:39 [bca.uk] INFO: Saving data for LX22%20LKE: {'auction_closing_time': 1775037600.0, 'created_time': 1774564010.440854, 'last_price_update_time': 1774852599.139642}
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX22%2520LKE') HTTP/1.1" 204 0
2026-03-30 06:36:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f35dc65-fed7-52be-8812-7c83de6a4f10 with identifier: MF25%20XKY
2026-03-30 06:36:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f35dc65-fed7-52be-8812-7c83de6a4f10 with identifier: MF25%20XKY
2026-03-30 06:36:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f35dc65-fed7-52be-8812-7c83de6a4f10 with identifier: MF25%20XKY to the API
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF25%20XKY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8f35dc65-fed7-52be-8812-7c83de6a4f10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF25 XKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF25%20XKY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 23101,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS3SC422761',
 'year': 2025}
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XKY%27 HTTP/1.1" 200 None
2026-03-30 06:36:39 [bca.uk] INFO: Saving data for MF25%20XKY: {'auction_closing_time': 1775124000.0, 'created_time': 1774476142.757374, 'last_price_update_time': 1774852599.46493}
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF25%2520XKY') HTTP/1.1" 204 0
2026-03-30 06:36:39 [bca.uk] INFO: Found listing with ID: KE69%20VWU
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE69%2520VWU%27 HTTP/1.1" 200 None
2026-03-30 06:36:39 [bca.uk] INFO: Scrape type for KE69%20VWU: 2
2026-03-30 06:36:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 938f25b9-89d9-53c2-ad97-6ff2fcfcf4a7 with identifier: KE69%20VWU
2026-03-30 06:36:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 938f25b9-89d9-53c2-ad97-6ff2fcfcf4a7 with scrape type 2
2026-03-30 06:36:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 938f25b9-89d9-53c2-ad97-6ff2fcfcf4a7 with scrape type 2
2026-03-30 06:36:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 938f25b9-89d9-53c2-ad97-6ff2fcfcf4a7, identifier: KE69%20VWU
2026-03-30 06:36:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06d75dfd-fc5c-5c5a-bf93-84fd5cf94229 with identifier: WV71%20TBX
2026-03-30 06:36:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06d75dfd-fc5c-5c5a-bf93-84fd5cf94229 with identifier: WV71%20TBX
2026-03-30 06:36:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06d75dfd-fc5c-5c5a-bf93-84fd5cf94229 with identifier: WV71%20TBX to the API
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV71%20TBX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '06d75dfd-fc5c-5c5a-bf93-84fd5cf94229',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV71 TBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV71%20TBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 31394,
 'odometer_reading_unit': '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': 'VF1AG000467471244',
 'year': 2021}
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520TBX%27 HTTP/1.1" 200 None
2026-03-30 06:36:39 [bca.uk] INFO: Saving data for WV71%20TBX: {'auction_closing_time': 1774951200.0, 'created_time': 1774533947.350077, 'last_price_update_time': 1774852599.886428}
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520TBX') HTTP/1.1" 204 0
2026-03-30 06:36:39 [bca.uk] INFO: Found listing with ID: GX70%20USS
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX70%2520USS%27 HTTP/1.1" 200 None
2026-03-30 06:36:39 [bca.uk] INFO: Scrape type for GX70%20USS: 2
2026-03-30 06:36:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7287c95b-539e-5842-bafb-541c514b1bcc with identifier: GX70%20USS
2026-03-30 06:36:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7287c95b-539e-5842-bafb-541c514b1bcc with scrape type 2
2026-03-30 06:36:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7287c95b-539e-5842-bafb-541c514b1bcc with scrape type 2
2026-03-30 06:36:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7287c95b-539e-5842-bafb-541c514b1bcc, identifier: GX70%20USS
2026-03-30 06:36:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1420da61-2f1b-5234-8cb7-6e33334cf0f3 with identifier: DT70%20GMV
2026-03-30 06:36:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1420da61-2f1b-5234-8cb7-6e33334cf0f3 with identifier: DT70%20GMV
2026-03-30 06:36:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1420da61-2f1b-5234-8cb7-6e33334cf0f3 with identifier: DT70%20GMV to the API
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT70%20GMV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1420da61-2f1b-5234-8cb7-6e33334cf0f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DT70 GMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT70%20GMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 36297,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.0 30 TFSI SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '30 TFSI SPORT S-T',
 'vin': 'WAUZZZGY9MA071028',
 'year': 2021}
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT70%2520GMV%27 HTTP/1.1" 200 None
2026-03-30 06:36:40 [bca.uk] INFO: Saving data for DT70%20GMV: {'auction_closing_time': 1774864800.0, 'created_time': 1774534140.854909, 'last_price_update_time': 1774852600.305827}
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT70%2520GMV') HTTP/1.1" 204 0
2026-03-30 06:36:40 [bca.uk] INFO: Found listing with ID: DU68%20YTO
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520YTO%27 HTTP/1.1" 200 None
2026-03-30 06:36:40 [bca.uk] INFO: Scrape type for DU68%20YTO: 2
2026-03-30 06:36:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32b573d5-4780-53a3-afc7-d750710f6174 with identifier: DU68%20YTO
2026-03-30 06:36:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32b573d5-4780-53a3-afc7-d750710f6174 with scrape type 2
2026-03-30 06:36:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32b573d5-4780-53a3-afc7-d750710f6174 with scrape type 2
2026-03-30 06:36:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32b573d5-4780-53a3-afc7-d750710f6174, identifier: DU68%20YTO
2026-03-30 06:36:40 [bca.uk] INFO: Found listing with ID: MF25%20XLC
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XLC%27 HTTP/1.1" 200 None
2026-03-30 06:36:40 [bca.uk] INFO: Scrape type for MF25%20XLC: 2
2026-03-30 06:36:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf201342-0473-58ab-956c-06b39ed50866 with identifier: MF25%20XLC
2026-03-30 06:36:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf201342-0473-58ab-956c-06b39ed50866 with scrape type 2
2026-03-30 06:36:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf201342-0473-58ab-956c-06b39ed50866 with scrape type 2
2026-03-30 06:36:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf201342-0473-58ab-956c-06b39ed50866, identifier: MF25%20XLC
2026-03-30 06:36:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 938f25b9-89d9-53c2-ad97-6ff2fcfcf4a7 with identifier: KE69%20VWU
2026-03-30 06:36:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 938f25b9-89d9-53c2-ad97-6ff2fcfcf4a7 with identifier: KE69%20VWU
2026-03-30 06:36:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 938f25b9-89d9-53c2-ad97-6ff2fcfcf4a7 with identifier: KE69%20VWU to the API
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE69%20VWU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '938f25b9-89d9-53c2-ad97-6ff2fcfcf4a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KE69 VWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE69%20VWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 54556,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.5 TD 120 ECOTEC SPORT PREM.S/S Hatchback',
 'transmission': 'automatic',
 'trim': 'TD 120 ECOTEC SPORT PREM.S/S',
 'vin': 'W0V7D9EJ3L4152012',
 'year': 2020}
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE69%2520VWU%27 HTTP/1.1" 200 None
2026-03-30 06:36:40 [bca.uk] INFO: Saving data for KE69%20VWU: {'auction_closing_time': 1775124000.0, 'created_time': 1774533735.13455, 'last_price_update_time': 1774852600.813439}
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE69%2520VWU') HTTP/1.1" 204 0
2026-03-30 06:36:40 [bca.uk] INFO: Found listing with ID: GL15%20YCC
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL15%2520YCC%27 HTTP/1.1" 200 None
2026-03-30 06:36:40 [bca.uk] INFO: Scrape type for GL15%20YCC: 2
2026-03-30 06:36:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fb5e856-bb62-5bed-9dc5-c715a55dc68f with identifier: GL15%20YCC
2026-03-30 06:36:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fb5e856-bb62-5bed-9dc5-c715a55dc68f with scrape type 2
2026-03-30 06:36:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fb5e856-bb62-5bed-9dc5-c715a55dc68f with scrape type 2
2026-03-30 06:36:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fb5e856-bb62-5bed-9dc5-c715a55dc68f, identifier: GL15%20YCC
2026-03-30 06:36:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7287c95b-539e-5842-bafb-541c514b1bcc with identifier: GX70%20USS
2026-03-30 06:36:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7287c95b-539e-5842-bafb-541c514b1bcc with identifier: GX70%20USS
2026-03-30 06:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7287c95b-539e-5842-bafb-541c514b1bcc with identifier: GX70%20USS to the API
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX70%20USS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7287c95b-539e-5842-bafb-541c514b1bcc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GX70 USS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX70%20USS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 50847,
 'odometer_reading_unit': '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': 'SALCA2AN0LH869518',
 'year': 2020}
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX70%2520USS%27 HTTP/1.1" 200 None
2026-03-30 06:36:41 [bca.uk] INFO: Saving data for GX70%20USS: {'auction_closing_time': 1774864800.0, 'created_time': 1774533929.914418, 'last_price_update_time': 1774852601.204395}
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX70%2520USS') HTTP/1.1" 204 0
2026-03-30 06:36:41 [bca.uk] INFO: Found listing with ID: GM23%20LHJ
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520LHJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:41 [bca.uk] INFO: Scrape type for GM23%20LHJ: 2
2026-03-30 06:36:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91352ac1-c733-5f13-be70-dc684741007d with identifier: GM23%20LHJ
2026-03-30 06:36:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91352ac1-c733-5f13-be70-dc684741007d with scrape type 2
2026-03-30 06:36:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91352ac1-c733-5f13-be70-dc684741007d with scrape type 2
2026-03-30 06:36:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91352ac1-c733-5f13-be70-dc684741007d, identifier: GM23%20LHJ
2026-03-30 06:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32b573d5-4780-53a3-afc7-d750710f6174 with identifier: DU68%20YTO
2026-03-30 06:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32b573d5-4780-53a3-afc7-d750710f6174 with identifier: DU68%20YTO
2026-03-30 06:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32b573d5-4780-53a3-afc7-d750710f6174 with identifier: DU68%20YTO to the API
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU68%20YTO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '32b573d5-4780-53a3-afc7-d750710f6174',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU68 YTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU68%20YTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 52384,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 306 HSE',
 'vin': 'SALWA2AK5KA425710',
 'year': 2019}
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520YTO%27 HTTP/1.1" 200 None
2026-03-30 06:36:41 [bca.uk] INFO: Saving data for DU68%20YTO: {'auction_closing_time': 1774951200.0, 'created_time': 1774564029.15088, 'last_price_update_time': 1774852601.603093}
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU68%2520YTO') HTTP/1.1" 204 0
2026-03-30 06:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf201342-0473-58ab-956c-06b39ed50866 with identifier: MF25%20XLC
2026-03-30 06:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf201342-0473-58ab-956c-06b39ed50866 with identifier: MF25%20XLC
2026-03-30 06:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf201342-0473-58ab-956c-06b39ed50866 with identifier: MF25%20XLC to the API
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF25%20XLC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cf201342-0473-58ab-956c-06b39ed50866',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF25 XLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF25%20XLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 12805,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FSXSC423552',
 'year': 2025}
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XLC%27 HTTP/1.1" 200 None
2026-03-30 06:36:41 [bca.uk] INFO: Saving data for MF25%20XLC: {'auction_closing_time': 1775124000.0, 'created_time': 1774476141.986178, 'last_price_update_time': 1774852601.875617}
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF25%2520XLC') HTTP/1.1" 204 0
2026-03-30 06:36:41 [bca.uk] INFO: Found listing with ID: RJ13%20YOK
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ13%2520YOK%27 HTTP/1.1" 200 None
2026-03-30 06:36:41 [bca.uk] INFO: Scrape type for RJ13%20YOK: 2
2026-03-30 06:36:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ec88ea5-ec98-54ff-a628-9a8d0930de30 with identifier: RJ13%20YOK
2026-03-30 06:36:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ec88ea5-ec98-54ff-a628-9a8d0930de30 with scrape type 2
2026-03-30 06:36:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ec88ea5-ec98-54ff-a628-9a8d0930de30 with scrape type 2
2026-03-30 06:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ec88ea5-ec98-54ff-a628-9a8d0930de30, identifier: RJ13%20YOK
2026-03-30 06:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fb5e856-bb62-5bed-9dc5-c715a55dc68f with identifier: GL15%20YCC
2026-03-30 06:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fb5e856-bb62-5bed-9dc5-c715a55dc68f with identifier: GL15%20YCC
2026-03-30 06:36:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fb5e856-bb62-5bed-9dc5-c715a55dc68f with identifier: GL15%20YCC to the API
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL15%20YCC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1fb5e856-bb62-5bed-9dc5-c715a55dc68f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL15 YCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL15%20YCC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 76409,
 'odometer_reading_unit': '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': 'WVWZZZ6RZFU073708',
 'year': 2015}
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL15%2520YCC%27 HTTP/1.1" 200 None
2026-03-30 06:36:42 [bca.uk] INFO: Saving data for GL15%20YCC: {'auction_closing_time': 1774864800.0, 'created_time': 1774533968.298639, 'last_price_update_time': 1774852602.289029}
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL15%2520YCC') HTTP/1.1" 204 0
2026-03-30 06:36:42 [bca.uk] INFO: Found listing with ID: KE73%20APV
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520APV%27 HTTP/1.1" 200 None
2026-03-30 06:36:42 [bca.uk] INFO: Scrape type for KE73%20APV: 2
2026-03-30 06:36:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e0b8eb2-e210-5568-9e7f-27759b79e3ea with identifier: KE73%20APV
2026-03-30 06:36:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e0b8eb2-e210-5568-9e7f-27759b79e3ea with scrape type 2
2026-03-30 06:36:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e0b8eb2-e210-5568-9e7f-27759b79e3ea with scrape type 2
2026-03-30 06:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e0b8eb2-e210-5568-9e7f-27759b79e3ea, identifier: KE73%20APV
2026-03-30 06:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91352ac1-c733-5f13-be70-dc684741007d with identifier: GM23%20LHJ
2026-03-30 06:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91352ac1-c733-5f13-be70-dc684741007d with identifier: GM23%20LHJ
2026-03-30 06:36:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91352ac1-c733-5f13-be70-dc684741007d with identifier: GM23%20LHJ to the API
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM23%20LHJ-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': '91352ac1-c733-5f13-be70-dc684741007d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GM23 LHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM23%20LHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 34559,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.3 PHEV AWD VELOCE Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV AWD VELOCE',
 'vin': 'ZARPATDW4N3030996',
 'year': 2023}
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520LHJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:42 [bca.uk] INFO: Saving data for GM23%20LHJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774534138.027412, 'last_price_update_time': 1774852602.688977}
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM23%2520LHJ') HTTP/1.1" 204 0
2026-03-30 06:36:42 [bca.uk] INFO: Found listing with ID: DA20%20DGX
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA20%2520DGX%27 HTTP/1.1" 200 None
2026-03-30 06:36:42 [bca.uk] INFO: Scrape type for DA20%20DGX: 0
2026-03-30 06:36:42 [bca.uk] INFO: Found listing with ID: SW68%20TZJ
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520TZJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:42 [bca.uk] INFO: Scrape type for SW68%20TZJ: 2
2026-03-30 06:36:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with identifier: SW68%20TZJ
2026-03-30 06:36:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with scrape type 2
2026-03-30 06:36:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with scrape type 2
2026-03-30 06:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c7f58ed-f148-50d9-8150-cfb9acfb6047, identifier: SW68%20TZJ
2026-03-30 06:36:42 [bca.uk] INFO: Found listing with ID: MM74%20COU
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520COU%27 HTTP/1.1" 200 None
2026-03-30 06:36:42 [bca.uk] INFO: Scrape type for MM74%20COU: 2
2026-03-30 06:36:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with identifier: MM74%20COU
2026-03-30 06:36:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with scrape type 2
2026-03-30 06:36:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with scrape type 2
2026-03-30 06:36:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdfdbd66-edb9-5e1d-a23d-05b6097fdedb, identifier: MM74%20COU
2026-03-30 06:36:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ec88ea5-ec98-54ff-a628-9a8d0930de30 with identifier: RJ13%20YOK
2026-03-30 06:36:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ec88ea5-ec98-54ff-a628-9a8d0930de30 with identifier: RJ13%20YOK
2026-03-30 06:36:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ec88ea5-ec98-54ff-a628-9a8d0930de30 with identifier: RJ13%20YOK to the API
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ13%20YOK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4ec88ea5-ec98-54ff-a628-9a8d0930de30',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ13 YOK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ13%20YOK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 115731,
 'odometer_reading_unit': '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 Estate',
 'transmission': 'manual',
 'trim': 'TDCI 115 ZETEC',
 'vin': 'WF0LXXGCBLDR85230',
 'year': 2013}
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ13%2520YOK%27 HTTP/1.1" 200 None
2026-03-30 06:36:43 [bca.uk] INFO: Saving data for RJ13%20YOK: {'auction_closing_time': 1774864800.0, 'created_time': 1774533731.990344, 'last_price_update_time': 1774852603.353882}
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ13%2520YOK') HTTP/1.1" 204 0
2026-03-30 06:36:43 [bca.uk] INFO: Found listing with ID: RE23%20BYL
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520BYL%27 HTTP/1.1" 200 None
2026-03-30 06:36:43 [bca.uk] INFO: Scrape type for RE23%20BYL: 2
2026-03-30 06:36:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 087423ce-de23-53e0-a4ab-e77652d63400 with identifier: RE23%20BYL
2026-03-30 06:36:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 087423ce-de23-53e0-a4ab-e77652d63400 with scrape type 2
2026-03-30 06:36:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 087423ce-de23-53e0-a4ab-e77652d63400 with scrape type 2
2026-03-30 06:36:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 087423ce-de23-53e0-a4ab-e77652d63400, identifier: RE23%20BYL
2026-03-30 06:36:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e0b8eb2-e210-5568-9e7f-27759b79e3ea with identifier: KE73%20APV
2026-03-30 06:36:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e0b8eb2-e210-5568-9e7f-27759b79e3ea with identifier: KE73%20APV
2026-03-30 06:36:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e0b8eb2-e210-5568-9e7f-27759b79e3ea with identifier: KE73%20APV to the API
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 20,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE73%20APV-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7e0b8eb2-e210-5568-9e7f-27759b79e3ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE73 APV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE73%20APV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 98140,
 'odometer_reading_unit': '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 X5 3.0 XDRIVE 50E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 50E M SPORT',
 'vin': 'WBA42EU0009U83047',
 'year': 2024}
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520APV%27 HTTP/1.1" 200 None
2026-03-30 06:36:43 [bca.uk] INFO: Saving data for KE73%20APV: {'auction_closing_time': 1774864800.0, 'created_time': 1774533928.213368, 'last_price_update_time': 1774852603.867835}
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE73%2520APV') HTTP/1.1" 204 0
2026-03-30 06:36:43 [bca.uk] INFO: Found listing with ID: EK72%20ZKC
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520ZKC%27 HTTP/1.1" 200 None
2026-03-30 06:36:43 [bca.uk] INFO: Scrape type for EK72%20ZKC: 2
2026-03-30 06:36:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d72ef2dc-3029-516c-b202-8d83d09fe9f2 with identifier: EK72%20ZKC
2026-03-30 06:36:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d72ef2dc-3029-516c-b202-8d83d09fe9f2 with scrape type 2
2026-03-30 06:36:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d72ef2dc-3029-516c-b202-8d83d09fe9f2 with scrape type 2
2026-03-30 06:36:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d72ef2dc-3029-516c-b202-8d83d09fe9f2, identifier: EK72%20ZKC
2026-03-30 06:36:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with identifier: SW68%20TZJ
2026-03-30 06:36:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with identifier: SW68%20TZJ
2026-03-30 06:36:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c7f58ed-f148-50d9-8150-cfb9acfb6047 with identifier: SW68%20TZJ to the API
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW68%20TZJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c7f58ed-f148-50d9-8150-cfb9acfb6047',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW68 TZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW68%20TZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 36875,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2AKXKA820580',
 'year': 2018}
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520TZJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:44 [bca.uk] INFO: Saving data for SW68%20TZJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564017.298329, 'last_price_update_time': 1774852604.377859}
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW68%2520TZJ') HTTP/1.1" 204 0
2026-03-30 06:36:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with identifier: MM74%20COU
2026-03-30 06:36:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with identifier: MM74%20COU
2026-03-30 06:36:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdfdbd66-edb9-5e1d-a23d-05b6097fdedb with identifier: MM74%20COU to the API
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM74%20COU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fdfdbd66-edb9-5e1d-a23d-05b6097fdedb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM74 COU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM74%20COU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 10837,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FSXSC341644',
 'year': 2024}
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520COU%27 HTTP/1.1" 200 None
2026-03-30 06:36:44 [bca.uk] INFO: Saving data for MM74%20COU: {'auction_closing_time': 1775124000.0, 'created_time': 1774392191.318099, 'last_price_update_time': 1774852604.667481}
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520COU') HTTP/1.1" 204 0
2026-03-30 06:36:44 [bca.uk] INFO: Found listing with ID: KN65%20UHW
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520UHW%27 HTTP/1.1" 200 None
2026-03-30 06:36:44 [bca.uk] INFO: Scrape type for KN65%20UHW: 2
2026-03-30 06:36:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c67e3ca7-ae93-5edc-80ea-82bd3e1f1503 with identifier: KN65%20UHW
2026-03-30 06:36:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c67e3ca7-ae93-5edc-80ea-82bd3e1f1503 with scrape type 2
2026-03-30 06:36:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c67e3ca7-ae93-5edc-80ea-82bd3e1f1503 with scrape type 2
2026-03-30 06:36:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c67e3ca7-ae93-5edc-80ea-82bd3e1f1503, identifier: KN65%20UHW
2026-03-30 06:36:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 087423ce-de23-53e0-a4ab-e77652d63400 with identifier: RE23%20BYL
2026-03-30 06:36:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 087423ce-de23-53e0-a4ab-e77652d63400 with identifier: RE23%20BYL
2026-03-30 06:36:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 087423ce-de23-53e0-a4ab-e77652d63400 with identifier: RE23%20BYL to the API
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE23%20BYL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '087423ce-de23-53e0-a4ab-e77652d63400',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE23 BYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE23%20BYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 46879,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 GR-SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 GR-SPORT',
 'vin': 'NMTK33BX70R277283',
 'year': 2023}
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520BYL%27 HTTP/1.1" 200 None
2026-03-30 06:36:45 [bca.uk] INFO: Saving data for RE23%20BYL: {'auction_closing_time': 1774951200.0, 'created_time': 1774390494.505761, 'last_price_update_time': 1774852605.060649}
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520BYL') HTTP/1.1" 204 0
2026-03-30 06:36:45 [bca.uk] INFO: Found listing with ID: KN23%20UWP
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520UWP%27 HTTP/1.1" 200 None
2026-03-30 06:36:45 [bca.uk] INFO: Scrape type for KN23%20UWP: 2
2026-03-30 06:36:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6cf316e-8b76-5b65-b5c0-5748f42ff4ed with identifier: KN23%20UWP
2026-03-30 06:36:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6cf316e-8b76-5b65-b5c0-5748f42ff4ed with scrape type 2
2026-03-30 06:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6cf316e-8b76-5b65-b5c0-5748f42ff4ed with scrape type 2
2026-03-30 06:36:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6cf316e-8b76-5b65-b5c0-5748f42ff4ed, identifier: KN23%20UWP
2026-03-30 06:36:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d72ef2dc-3029-516c-b202-8d83d09fe9f2 with identifier: EK72%20ZKC
2026-03-30 06:36:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d72ef2dc-3029-516c-b202-8d83d09fe9f2 with identifier: EK72%20ZKC
2026-03-30 06:36:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d72ef2dc-3029-516c-b202-8d83d09fe9f2 with identifier: EK72%20ZKC to the API
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36: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:36:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 30,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK72%20ZKC-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': 'd72ef2dc-3029-516c-b202-8d83d09fe9f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EK72 ZKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK72%20ZKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 59066,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.6 PHEV ELITE Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV ELITE',
 'vin': 'W0VZ4DGZ8N6829416',
 'year': 2022}
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520ZKC%27 HTTP/1.1" 200 None
2026-03-30 06:36:45 [bca.uk] INFO: Saving data for EK72%20ZKC: {'auction_closing_time': 1775124000.0, 'created_time': 1774534135.485624, 'last_price_update_time': 1774852605.4629}
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK72%2520ZKC') HTTP/1.1" 204 0
2026-03-30 06:36:45 [bca.uk] INFO: Found listing with ID: SX22%20GFE
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX22%2520GFE%27 HTTP/1.1" 200 None
2026-03-30 06:36:45 [bca.uk] INFO: Scrape type for SX22%20GFE: 2
2026-03-30 06:36:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e01314d-01db-5d83-88e1-ca5ea351902a with identifier: SX22%20GFE
2026-03-30 06:36:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e01314d-01db-5d83-88e1-ca5ea351902a with scrape type 2
2026-03-30 06:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e01314d-01db-5d83-88e1-ca5ea351902a with scrape type 2
2026-03-30 06:36:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e01314d-01db-5d83-88e1-ca5ea351902a, identifier: SX22%20GFE
2026-03-30 06:36:45 [bca.uk] INFO: Found listing with ID: MM74%20GRZ
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520GRZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:45 [bca.uk] INFO: Scrape type for MM74%20GRZ: 2
2026-03-30 06:36:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00a40917-aa36-5944-9f17-6d84c3e03972 with identifier: MM74%20GRZ
2026-03-30 06:36:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00a40917-aa36-5944-9f17-6d84c3e03972 with scrape type 2
2026-03-30 06:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00a40917-aa36-5944-9f17-6d84c3e03972 with scrape type 2
2026-03-30 06:36:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00a40917-aa36-5944-9f17-6d84c3e03972, identifier: MM74%20GRZ
2026-03-30 06:36:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c67e3ca7-ae93-5edc-80ea-82bd3e1f1503 with identifier: KN65%20UHW
2026-03-30 06:36:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c67e3ca7-ae93-5edc-80ea-82bd3e1f1503 with identifier: KN65%20UHW
2026-03-30 06:36:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c67e3ca7-ae93-5edc-80ea-82bd3e1f1503 with identifier: KN65%20UHW to the API
2026-03-30 06:36:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36: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:36:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN65%20UHW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c67e3ca7-ae93-5edc-80ea-82bd3e1f1503',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN65 UHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN65%20UHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '320D',
 'odometer': 123853,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA3D32030K558071',
 'year': 2015}
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN65%2520UHW%27 HTTP/1.1" 200 None
2026-03-30 06:36:46 [bca.uk] INFO: Saving data for KN65%20UHW: {'auction_closing_time': 1774864800.0, 'created_time': 1774533739.19369, 'last_price_update_time': 1774852606.020078}
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN65%2520UHW') HTTP/1.1" 204 0
2026-03-30 06:36:46 [bca.uk] INFO: Found listing with ID: MD72%20VZL
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VZL%27 HTTP/1.1" 200 None
2026-03-30 06:36:46 [bca.uk] INFO: Scrape type for MD72%20VZL: 2
2026-03-30 06:36:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ab5178f-18e8-5723-a7df-f7d8983a65a5 with identifier: MD72%20VZL
2026-03-30 06:36:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ab5178f-18e8-5723-a7df-f7d8983a65a5 with scrape type 2
2026-03-30 06:36:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ab5178f-18e8-5723-a7df-f7d8983a65a5 with scrape type 2
2026-03-30 06:36:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ab5178f-18e8-5723-a7df-f7d8983a65a5, identifier: MD72%20VZL
2026-03-30 06:36:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6cf316e-8b76-5b65-b5c0-5748f42ff4ed with identifier: KN23%20UWP
2026-03-30 06:36:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6cf316e-8b76-5b65-b5c0-5748f42ff4ed with identifier: KN23%20UWP
2026-03-30 06:36:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6cf316e-8b76-5b65-b5c0-5748f42ff4ed with identifier: KN23%20UWP to the API
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN23%20UWP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a6cf316e-8b76-5b65-b5c0-5748f42ff4ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN23 UWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN23%20UWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 61177,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.0 30 TFSI SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': '30 TFSI SPORT S-T',
 'vin': 'WAUZZZGY3PA070848',
 'year': 2023}
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520UWP%27 HTTP/1.1" 200 None
2026-03-30 06:36:46 [bca.uk] INFO: Saving data for KN23%20UWP: {'auction_closing_time': 1774864800.0, 'created_time': 1774533930.62129, 'last_price_update_time': 1774852606.41079}
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN23%2520UWP') HTTP/1.1" 204 0
2026-03-30 06:36:46 [bca.uk] INFO: Found listing with ID: LR23%20FUO
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520FUO%27 HTTP/1.1" 200 None
2026-03-30 06:36:46 [bca.uk] INFO: Scrape type for LR23%20FUO: 2
2026-03-30 06:36:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 265ceab1-7437-5f81-afaa-d3312f5d2d26 with identifier: LR23%20FUO
2026-03-30 06:36:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 265ceab1-7437-5f81-afaa-d3312f5d2d26 with scrape type 2
2026-03-30 06:36:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 265ceab1-7437-5f81-afaa-d3312f5d2d26 with scrape type 2
2026-03-30 06:36:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 265ceab1-7437-5f81-afaa-d3312f5d2d26, identifier: LR23%20FUO
2026-03-30 06:36:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e01314d-01db-5d83-88e1-ca5ea351902a with identifier: SX22%20GFE
2026-03-30 06:36:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e01314d-01db-5d83-88e1-ca5ea351902a with identifier: SX22%20GFE
2026-03-30 06:36:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e01314d-01db-5d83-88e1-ca5ea351902a with identifier: SX22%20GFE to the API
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SX22%20GFE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e01314d-01db-5d83-88e1-ca5ea351902a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SX22 GFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SX22%20GFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 41652,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 3.0 D300 R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 R-DYNAMIC SE',
 'vin': 'SALYA2AW8NA344975',
 'year': 2022}
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SX22%2520GFE%27 HTTP/1.1" 200 None
2026-03-30 06:36:47 [bca.uk] INFO: Saving data for SX22%20GFE: {'auction_closing_time': 1774951200.0, 'created_time': 1774564017.778884, 'last_price_update_time': 1774852607.083341}
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SX22%2520GFE') HTTP/1.1" 204 0
2026-03-30 06:36:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00a40917-aa36-5944-9f17-6d84c3e03972 with identifier: MM74%20GRZ
2026-03-30 06:36:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00a40917-aa36-5944-9f17-6d84c3e03972 with identifier: MM74%20GRZ
2026-03-30 06:36:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00a40917-aa36-5944-9f17-6d84c3e03972 with identifier: MM74%20GRZ to the API
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM74%20GRZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '00a40917-aa36-5944-9f17-6d84c3e03972',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM74 GRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM74%20GRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 32616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE RWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE RWD',
 'vin': 'LRW3F7EJ5SC341267',
 'year': 2024}
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520GRZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:47 [bca.uk] INFO: Saving data for MM74%20GRZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774476177.797658, 'last_price_update_time': 1774852607.379569}
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520GRZ') HTTP/1.1" 204 0
2026-03-30 06:36:47 [bca.uk] INFO: Found listing with ID: GF61%20TVC
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF61%2520TVC%27 HTTP/1.1" 200 None
2026-03-30 06:36:47 [bca.uk] INFO: Scrape type for GF61%20TVC: 2
2026-03-30 06:36:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64629a3d-63db-5af1-b475-33a30380f4f7 with identifier: GF61%20TVC
2026-03-30 06:36:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64629a3d-63db-5af1-b475-33a30380f4f7 with scrape type 2
2026-03-30 06:36:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64629a3d-63db-5af1-b475-33a30380f4f7 with scrape type 2
2026-03-30 06:36:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64629a3d-63db-5af1-b475-33a30380f4f7, identifier: GF61%20TVC
2026-03-30 06:36:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ab5178f-18e8-5723-a7df-f7d8983a65a5 with identifier: MD72%20VZL
2026-03-30 06:36:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ab5178f-18e8-5723-a7df-f7d8983a65a5 with identifier: MD72%20VZL
2026-03-30 06:36:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ab5178f-18e8-5723-a7df-f7d8983a65a5 with identifier: MD72%20VZL to the API
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD72%20VZL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0ab5178f-18e8-5723-a7df-f7d8983a65a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD72 VZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD72%20VZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 12181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 135 GT LINE+ (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 135 GT LINE+ (50KW)',
 'vin': 'VF1AG000169723164',
 'year': 2022}
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VZL%27 HTTP/1.1" 200 None
2026-03-30 06:36:47 [bca.uk] INFO: Saving data for MD72%20VZL: {'auction_closing_time': 1775037600.0, 'created_time': 1774533956.550756, 'last_price_update_time': 1774852607.796619}
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520VZL') HTTP/1.1" 204 0
2026-03-30 06:36:47 [bca.uk] INFO: Found listing with ID: KW73%20YON
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YON%27 HTTP/1.1" 200 None
2026-03-30 06:36:47 [bca.uk] INFO: Scrape type for KW73%20YON: 2
2026-03-30 06:36:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1aa154b-1f86-5e65-9898-a5ca5b58db24 with identifier: KW73%20YON
2026-03-30 06:36:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1aa154b-1f86-5e65-9898-a5ca5b58db24 with scrape type 2
2026-03-30 06:36:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1aa154b-1f86-5e65-9898-a5ca5b58db24 with scrape type 2
2026-03-30 06:36:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1aa154b-1f86-5e65-9898-a5ca5b58db24, identifier: KW73%20YON
2026-03-30 06:36:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 265ceab1-7437-5f81-afaa-d3312f5d2d26 with identifier: LR23%20FUO
2026-03-30 06:36:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 265ceab1-7437-5f81-afaa-d3312f5d2d26 with identifier: LR23%20FUO
2026-03-30 06:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 265ceab1-7437-5f81-afaa-d3312f5d2d26 with identifier: LR23%20FUO to the API
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 30,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR23%20FUO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '265ceab1-7437-5f81-afaa-d3312f5d2d26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR23 FUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR23%20FUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'C5 X',
 'odometer': 32322,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 X 1.6 PHEV 225 SHINE E-EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV 225 SHINE E-EAT8',
 'vin': 'VR7NDDGYPN4807729',
 'year': 2023}
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR23%2520FUO%27 HTTP/1.1" 200 None
2026-03-30 06:36:48 [bca.uk] INFO: Saving data for LR23%20FUO: {'auction_closing_time': 1775124000.0, 'created_time': 1774534132.119886, 'last_price_update_time': 1774852608.215338}
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR23%2520FUO') HTTP/1.1" 204 0
2026-03-30 06:36:48 [bca.uk] INFO: Found listing with ID: MH72%20FSA
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520FSA%27 HTTP/1.1" 200 None
2026-03-30 06:36:48 [bca.uk] INFO: Scrape type for MH72%20FSA: 2
2026-03-30 06:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01eccdaa-88d2-510e-b39b-c96f1942eb2c with identifier: MH72%20FSA
2026-03-30 06:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01eccdaa-88d2-510e-b39b-c96f1942eb2c with scrape type 2
2026-03-30 06:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01eccdaa-88d2-510e-b39b-c96f1942eb2c with scrape type 2
2026-03-30 06:36:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01eccdaa-88d2-510e-b39b-c96f1942eb2c, identifier: MH72%20FSA
2026-03-30 06:36:48 [bca.uk] INFO: Found listing with ID: PO19%20OOV
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520OOV%27 HTTP/1.1" 200 None
2026-03-30 06:36:48 [bca.uk] INFO: Scrape type for PO19%20OOV: 2
2026-03-30 06:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 186772ac-f741-516f-b13b-801e0de53056 with identifier: PO19%20OOV
2026-03-30 06:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 186772ac-f741-516f-b13b-801e0de53056 with scrape type 2
2026-03-30 06:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 186772ac-f741-516f-b13b-801e0de53056 with scrape type 2
2026-03-30 06:36:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 186772ac-f741-516f-b13b-801e0de53056, identifier: PO19%20OOV
2026-03-30 06:36:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64629a3d-63db-5af1-b475-33a30380f4f7 with identifier: GF61%20TVC
2026-03-30 06:36:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64629a3d-63db-5af1-b475-33a30380f4f7 with identifier: GF61%20TVC
2026-03-30 06:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64629a3d-63db-5af1-b475-33a30380f4f7 with identifier: GF61%20TVC to the API
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF61%20TVC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '64629a3d-63db-5af1-b475-33a30380f4f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF61 TVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF61%20TVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 43580,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN PASSAT 2.0 TDI 140 BMT SE Saloon',
 'transmission': 'manual',
 'trim': 'TDI 140 BMT SE',
 'vin': 'WVWZZZ3CZCE092602',
 'year': 2011}
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF61%2520TVC%27 HTTP/1.1" 200 None
2026-03-30 06:36:48 [bca.uk] INFO: Saving data for GF61%20TVC: {'auction_closing_time': 1774864800.0, 'created_time': 1774533713.647759, 'last_price_update_time': 1774852608.737063}
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF61%2520TVC') HTTP/1.1" 204 0
2026-03-30 06:36:48 [bca.uk] INFO: Found listing with ID: BK23%20JZH
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520JZH%27 HTTP/1.1" 200 None
2026-03-30 06:36:48 [bca.uk] INFO: Scrape type for BK23%20JZH: 2
2026-03-30 06:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59b9a1de-95de-5fa7-933f-fac0d0970582 with identifier: BK23%20JZH
2026-03-30 06:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59b9a1de-95de-5fa7-933f-fac0d0970582 with scrape type 2
2026-03-30 06:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59b9a1de-95de-5fa7-933f-fac0d0970582 with scrape type 2
2026-03-30 06:36:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59b9a1de-95de-5fa7-933f-fac0d0970582, identifier: BK23%20JZH
2026-03-30 06:36:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1aa154b-1f86-5e65-9898-a5ca5b58db24 with identifier: KW73%20YON
2026-03-30 06:36:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1aa154b-1f86-5e65-9898-a5ca5b58db24 with identifier: KW73%20YON
2026-03-30 06:36:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1aa154b-1f86-5e65-9898-a5ca5b58db24 with identifier: KW73%20YON to the API
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW73%20YON-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f1aa154b-1f86-5e65-9898-a5ca5b58db24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KW73 YON',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW73%20YON&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'S-CROSS',
 'odometer': 7412,
 'odometer_reading_unit': '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 S-CROSS 1.4 B/JET 48V MHEV MOTION Hatchback',
 'transmission': 'manual',
 'trim': 'B/JET 48V MHEV MOTION',
 'vin': 'TSMJYAD2S00B34665',
 'year': 2023}
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW73%2520YON%27 HTTP/1.1" 200 None
2026-03-30 06:36:49 [bca.uk] INFO: Saving data for KW73%20YON: {'auction_closing_time': 1774864800.0, 'created_time': 1774533932.374127, 'last_price_update_time': 1774852609.227033}
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW73%2520YON') HTTP/1.1" 204 0
2026-03-30 06:36:49 [bca.uk] INFO: Found listing with ID: RE23%20MWV
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520MWV%27 HTTP/1.1" 200 None
2026-03-30 06:36:49 [bca.uk] INFO: Scrape type for RE23%20MWV: 2
2026-03-30 06:36:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bee7afd2-9895-562f-bda1-eaf97cb0538c with identifier: RE23%20MWV
2026-03-30 06:36:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bee7afd2-9895-562f-bda1-eaf97cb0538c with scrape type 2
2026-03-30 06:36:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bee7afd2-9895-562f-bda1-eaf97cb0538c with scrape type 2
2026-03-30 06:36:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bee7afd2-9895-562f-bda1-eaf97cb0538c, identifier: RE23%20MWV
2026-03-30 06:36:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01eccdaa-88d2-510e-b39b-c96f1942eb2c with identifier: MH72%20FSA
2026-03-30 06:36:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01eccdaa-88d2-510e-b39b-c96f1942eb2c with identifier: MH72%20FSA
2026-03-30 06:36:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01eccdaa-88d2-510e-b39b-c96f1942eb2c with identifier: MH72%20FSA to the API
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH72%20FSA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '01eccdaa-88d2-510e-b39b-c96f1942eb2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MH72 FSA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH72%20FSA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 27390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P250 EDITION StationWagon',
 'transmission': 'automatic',
 'trim': 'P250 EDITION',
 'vin': 'SALYA2AX5PA363950',
 'year': 2023}
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520FSA%27 HTTP/1.1" 200 None
2026-03-30 06:36:49 [bca.uk] INFO: Saving data for MH72%20FSA: {'auction_closing_time': 1774951200.0, 'created_time': 1774564019.067218, 'last_price_update_time': 1774852609.647421}
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH72%2520FSA') HTTP/1.1" 204 0
2026-03-30 06:36:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 186772ac-f741-516f-b13b-801e0de53056 with identifier: PO19%20OOV
2026-03-30 06:36:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 186772ac-f741-516f-b13b-801e0de53056 with identifier: PO19%20OOV
2026-03-30 06:36:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 186772ac-f741-516f-b13b-801e0de53056 with identifier: PO19%20OOV to the API
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO19%20OOV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '186772ac-f741-516f-b13b-801e0de53056',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO19 OOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO19%20OOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 50307,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 D5 PP 235 AWD R DESIGN G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 PP 235 AWD R DESIGN G/T',
 'vin': 'YV1LF68UCK1498859',
 'year': 2019}
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520OOV%27 HTTP/1.1" 200 None
2026-03-30 06:36:49 [bca.uk] INFO: Saving data for PO19%20OOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564604.051759, 'last_price_update_time': 1774852609.930149}
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO19%2520OOV') HTTP/1.1" 204 0
2026-03-30 06:36:49 [bca.uk] INFO: Found listing with ID: AX69%20GJE
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX69%2520GJE%27 HTTP/1.1" 200 None
2026-03-30 06:36:49 [bca.uk] INFO: Scrape type for AX69%20GJE: 2
2026-03-30 06:36:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f611bd69-8b0e-515a-b804-445f474e1552 with identifier: AX69%20GJE
2026-03-30 06:36:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f611bd69-8b0e-515a-b804-445f474e1552 with scrape type 2
2026-03-30 06:36:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f611bd69-8b0e-515a-b804-445f474e1552 with scrape type 2
2026-03-30 06:36:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f611bd69-8b0e-515a-b804-445f474e1552, identifier: AX69%20GJE
2026-03-30 06:36:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59b9a1de-95de-5fa7-933f-fac0d0970582 with identifier: BK23%20JZH
2026-03-30 06:36:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59b9a1de-95de-5fa7-933f-fac0d0970582 with identifier: BK23%20JZH
2026-03-30 06:36:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59b9a1de-95de-5fa7-933f-fac0d0970582 with identifier: BK23%20JZH to the API
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20JZH-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': '59b9a1de-95de-5fa7-933f-fac0d0970582',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 JZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20JZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 44588,
 'odometer_reading_unit': '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': 'U5YPV81GMPL074786',
 'year': 2023}
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520JZH%27 HTTP/1.1" 200 None
2026-03-30 06:36:50 [bca.uk] INFO: Saving data for BK23%20JZH: {'auction_closing_time': 1774951200.0, 'created_time': 1774533952.454802, 'last_price_update_time': 1774852610.34222}
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520JZH') HTTP/1.1" 204 0
2026-03-30 06:36:50 [bca.uk] INFO: Found listing with ID: LA72%20CNF
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520CNF%27 HTTP/1.1" 200 None
2026-03-30 06:36:50 [bca.uk] INFO: Scrape type for LA72%20CNF: 2
2026-03-30 06:36:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffd2842b-eafe-56b1-ab35-74191df4614b with identifier: LA72%20CNF
2026-03-30 06:36:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffd2842b-eafe-56b1-ab35-74191df4614b with scrape type 2
2026-03-30 06:36:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffd2842b-eafe-56b1-ab35-74191df4614b with scrape type 2
2026-03-30 06:36:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffd2842b-eafe-56b1-ab35-74191df4614b, identifier: LA72%20CNF
2026-03-30 06:36:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bee7afd2-9895-562f-bda1-eaf97cb0538c with identifier: RE23%20MWV
2026-03-30 06:36:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bee7afd2-9895-562f-bda1-eaf97cb0538c with identifier: RE23%20MWV
2026-03-30 06:36:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bee7afd2-9895-562f-bda1-eaf97cb0538c with identifier: RE23%20MWV to the API
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE23%20MWV-GB',
 'category': 'Motorcycle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'bee7afd2-9895-562f-bda1-eaf97cb0538c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE23 MWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE23%20MWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KAWASAKI',
 'model': 'EN',
 'odometer': 1117,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KAWASAKI EN 650 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '650 MOTORBIKE',
 'vin': 'JKAEN650JJDA13046',
 'year': 2023}
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520MWV%27 HTTP/1.1" 200 None
2026-03-30 06:36:50 [bca.uk] INFO: Saving data for RE23%20MWV: {'auction_closing_time': 1775124000.0, 'created_time': 1774534131.664117, 'last_price_update_time': 1774852610.736104}
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520MWV') HTTP/1.1" 204 0
2026-03-30 06:36:50 [bca.uk] INFO: Found listing with ID: YD23%20GRH
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520GRH%27 HTTP/1.1" 200 None
2026-03-30 06:36:50 [bca.uk] INFO: Scrape type for YD23%20GRH: 2
2026-03-30 06:36:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7000c25-703c-5b95-baa0-e3069bd5ea3c with identifier: YD23%20GRH
2026-03-30 06:36:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7000c25-703c-5b95-baa0-e3069bd5ea3c with scrape type 2
2026-03-30 06:36:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7000c25-703c-5b95-baa0-e3069bd5ea3c with scrape type 2
2026-03-30 06:36:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7000c25-703c-5b95-baa0-e3069bd5ea3c, identifier: YD23%20GRH
2026-03-30 06:36:50 [bca.uk] INFO: Found listing with ID: WU22%20KDO
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KDO%27 HTTP/1.1" 200 None
2026-03-30 06:36:50 [bca.uk] INFO: Scrape type for WU22%20KDO: 2
2026-03-30 06:36:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50f0048d-49e6-5b2c-a66f-e606cfe1503c with identifier: WU22%20KDO
2026-03-30 06:36:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50f0048d-49e6-5b2c-a66f-e606cfe1503c with scrape type 2
2026-03-30 06:36:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50f0048d-49e6-5b2c-a66f-e606cfe1503c with scrape type 2
2026-03-30 06:36:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50f0048d-49e6-5b2c-a66f-e606cfe1503c, identifier: WU22%20KDO
2026-03-30 06:36:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f611bd69-8b0e-515a-b804-445f474e1552 with identifier: AX69%20GJE
2026-03-30 06:36:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f611bd69-8b0e-515a-b804-445f474e1552 with identifier: AX69%20GJE
2026-03-30 06:36:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f611bd69-8b0e-515a-b804-445f474e1552 with identifier: AX69%20GJE to the API
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX69%20GJE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f611bd69-8b0e-515a-b804-445f474e1552',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX69 GJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX69%20GJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 63005,
 'odometer_reading_unit': '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': 'SJNFAAF16U1016425',
 'year': 2020}
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX69%2520GJE%27 HTTP/1.1" 200 None
2026-03-30 06:36:51 [bca.uk] INFO: Saving data for AX69%20GJE: {'auction_closing_time': 1775124000.0, 'created_time': 1774533716.657462, 'last_price_update_time': 1774852611.259028}
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX69%2520GJE') HTTP/1.1" 204 0
2026-03-30 06:36:51 [bca.uk] INFO: Found listing with ID: DL73%20KWZ
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KWZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:51 [bca.uk] INFO: Scrape type for DL73%20KWZ: 2
2026-03-30 06:36:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d69dd67d-b59e-5f08-af9f-ca1f2e021dde with identifier: DL73%20KWZ
2026-03-30 06:36:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d69dd67d-b59e-5f08-af9f-ca1f2e021dde with scrape type 2
2026-03-30 06:36:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d69dd67d-b59e-5f08-af9f-ca1f2e021dde with scrape type 2
2026-03-30 06:36:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d69dd67d-b59e-5f08-af9f-ca1f2e021dde, identifier: DL73%20KWZ
2026-03-30 06:36:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffd2842b-eafe-56b1-ab35-74191df4614b with identifier: LA72%20CNF
2026-03-30 06:36:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffd2842b-eafe-56b1-ab35-74191df4614b with identifier: LA72%20CNF
2026-03-30 06:36:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffd2842b-eafe-56b1-ab35-74191df4614b with identifier: LA72%20CNF to the API
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20CNF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ffd2842b-eafe-56b1-ab35-74191df4614b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 CNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20CNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 67608,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK6PC587575',
 'year': 2022}
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520CNF%27 HTTP/1.1" 200 None
2026-03-30 06:36:51 [bca.uk] INFO: Saving data for LA72%20CNF: {'auction_closing_time': 1774864800.0, 'created_time': 1774365473.796043, 'last_price_update_time': 1774852611.784191}
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520CNF') HTTP/1.1" 204 0
2026-03-30 06:36:51 [bca.uk] INFO: Found listing with ID: KE23%20UYD
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520UYD%27 HTTP/1.1" 200 None
2026-03-30 06:36:51 [bca.uk] INFO: Scrape type for KE23%20UYD: 2
2026-03-30 06:36:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e08142dd-e077-5852-b6d7-b65066219c34 with identifier: KE23%20UYD
2026-03-30 06:36:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e08142dd-e077-5852-b6d7-b65066219c34 with scrape type 2
2026-03-30 06:36:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e08142dd-e077-5852-b6d7-b65066219c34 with scrape type 2
2026-03-30 06:36:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e08142dd-e077-5852-b6d7-b65066219c34, identifier: KE23%20UYD
2026-03-30 06:36:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7000c25-703c-5b95-baa0-e3069bd5ea3c with identifier: YD23%20GRH
2026-03-30 06:36:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7000c25-703c-5b95-baa0-e3069bd5ea3c with identifier: YD23%20GRH
2026-03-30 06:36:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7000c25-703c-5b95-baa0-e3069bd5ea3c with identifier: YD23%20GRH to the API
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD23%20GRH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a7000c25-703c-5b95-baa0-e3069bd5ea3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD23 GRH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD23%20GRH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 22578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E R-DYNAMIC SE (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E R-DYNAMIC SE (5ST)',
 'vin': 'SALCA2AT0PH330885',
 'year': 2023}
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520GRH%27 HTTP/1.1" 200 None
2026-03-30 06:36:52 [bca.uk] INFO: Saving data for YD23%20GRH: {'auction_closing_time': 1774951200.0, 'created_time': 1774564019.441286, 'last_price_update_time': 1774852612.240954}
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD23%2520GRH') HTTP/1.1" 204 0
2026-03-30 06:36:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50f0048d-49e6-5b2c-a66f-e606cfe1503c with identifier: WU22%20KDO
2026-03-30 06:36:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50f0048d-49e6-5b2c-a66f-e606cfe1503c with identifier: WU22%20KDO
2026-03-30 06:36:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50f0048d-49e6-5b2c-a66f-e606cfe1503c with identifier: WU22%20KDO to the API
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU22%20KDO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50f0048d-49e6-5b2c-a66f-e606cfe1503c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU22 KDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU22%20KDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 62723,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 115 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 115 LIFE DSG',
 'vin': 'WVWZZZCDZNW160165',
 'year': 2022}
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KDO%27 HTTP/1.1" 200 None
2026-03-30 06:36:52 [bca.uk] INFO: Saving data for WU22%20KDO: {'auction_closing_time': 1775124000.0, 'created_time': 1774392201.673455, 'last_price_update_time': 1774852612.524638}
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU22%2520KDO') HTTP/1.1" 204 0
2026-03-30 06:36:52 [bca.uk] INFO: Found listing with ID: KN68%20LUL
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN68%2520LUL%27 HTTP/1.1" 200 None
2026-03-30 06:36:52 [bca.uk] INFO: Scrape type for KN68%20LUL: 2
2026-03-30 06:36:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1547547-c20e-5485-abce-ed2cc0053b88 with identifier: KN68%20LUL
2026-03-30 06:36:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1547547-c20e-5485-abce-ed2cc0053b88 with scrape type 2
2026-03-30 06:36:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1547547-c20e-5485-abce-ed2cc0053b88 with scrape type 2
2026-03-30 06:36:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1547547-c20e-5485-abce-ed2cc0053b88, identifier: KN68%20LUL
2026-03-30 06:36:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d69dd67d-b59e-5f08-af9f-ca1f2e021dde with identifier: DL73%20KWZ
2026-03-30 06:36:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d69dd67d-b59e-5f08-af9f-ca1f2e021dde with identifier: DL73%20KWZ
2026-03-30 06:36:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d69dd67d-b59e-5f08-af9f-ca1f2e021dde with identifier: DL73%20KWZ to the API
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KWZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd69dd67d-b59e-5f08-af9f-ca1f2e021dde',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 14515,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4280176',
 'year': 2023}
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KWZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:52 [bca.uk] INFO: Saving data for DL73%20KWZ: {'auction_closing_time': 1775124000.0, 'created_time': 1773842079.099818, 'last_price_update_time': 1774852612.920775}
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KWZ') HTTP/1.1" 204 0
2026-03-30 06:36:52 [bca.uk] INFO: Found listing with ID: DV24%20JXP
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXP%27 HTTP/1.1" 200 None
2026-03-30 06:36:52 [bca.uk] INFO: Scrape type for DV24%20JXP: 0
2026-03-30 06:36:52 [bca.uk] INFO: Found listing with ID: YJ65%20MGC
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520MGC%27 HTTP/1.1" 200 None
2026-03-30 06:36:52 [bca.uk] INFO: Scrape type for YJ65%20MGC: 2
2026-03-30 06:36:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f42d91d-0d93-544a-8511-057a1e6af2ea with identifier: YJ65%20MGC
2026-03-30 06:36:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f42d91d-0d93-544a-8511-057a1e6af2ea with scrape type 2
2026-03-30 06:36:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f42d91d-0d93-544a-8511-057a1e6af2ea with scrape type 2
2026-03-30 06:36:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f42d91d-0d93-544a-8511-057a1e6af2ea, identifier: YJ65%20MGC
2026-03-30 06:36:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e08142dd-e077-5852-b6d7-b65066219c34 with identifier: KE23%20UYD
2026-03-30 06:36:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e08142dd-e077-5852-b6d7-b65066219c34 with identifier: KE23%20UYD
2026-03-30 06:36:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e08142dd-e077-5852-b6d7-b65066219c34 with identifier: KE23%20UYD to the API
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE23%20UYD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e08142dd-e077-5852-b6d7-b65066219c34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE23 UYD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE23%20UYD&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': '330E',
 'odometer': 77399,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA20FS0708D41017',
 'year': 2023}
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520UYD%27 HTTP/1.1" 200 None
2026-03-30 06:36:53 [bca.uk] INFO: Saving data for KE23%20UYD: {'auction_closing_time': 1774864800.0, 'created_time': 1774534121.077033, 'last_price_update_time': 1774852613.339891}
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE23%2520UYD') HTTP/1.1" 204 0
2026-03-30 06:36:53 [bca.uk] INFO: Found listing with ID: YY71%20THF
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520THF%27 HTTP/1.1" 200 None
2026-03-30 06:36:53 [bca.uk] INFO: Scrape type for YY71%20THF: 2
2026-03-30 06:36:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83acfbda-e9f0-532c-832f-4dade9100262 with identifier: YY71%20THF
2026-03-30 06:36:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83acfbda-e9f0-532c-832f-4dade9100262 with scrape type 2
2026-03-30 06:36:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83acfbda-e9f0-532c-832f-4dade9100262 with scrape type 2
2026-03-30 06:36:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83acfbda-e9f0-532c-832f-4dade9100262, identifier: YY71%20THF
2026-03-30 06:36:53 [bca.uk] INFO: Found listing with ID: YM72%20ZNF
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520ZNF%27 HTTP/1.1" 200 None
2026-03-30 06:36:53 [bca.uk] INFO: Scrape type for YM72%20ZNF: 2
2026-03-30 06:36:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5704d493-3b30-5d28-9022-33d864cf7841 with identifier: YM72%20ZNF
2026-03-30 06:36:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5704d493-3b30-5d28-9022-33d864cf7841 with scrape type 2
2026-03-30 06:36:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5704d493-3b30-5d28-9022-33d864cf7841 with scrape type 2
2026-03-30 06:36:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5704d493-3b30-5d28-9022-33d864cf7841, identifier: YM72%20ZNF
2026-03-30 06:36:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1547547-c20e-5485-abce-ed2cc0053b88 with identifier: KN68%20LUL
2026-03-30 06:36:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1547547-c20e-5485-abce-ed2cc0053b88 with identifier: KN68%20LUL
2026-03-30 06:36:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1547547-c20e-5485-abce-ed2cc0053b88 with identifier: KN68%20LUL to the API
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN68%20LUL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1547547-c20e-5485-abce-ed2cc0053b88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN68 LUL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN68%20LUL&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 111',
 'odometer': 102098,
 'odometer_reading_unit': '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 VITO 111 1.6 CDI LONG PanelVan',
 'transmission': 'manual',
 'trim': 'CDI LONG',
 'vin': 'WDF44760323476822',
 'year': 2018}
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN68%2520LUL%27 HTTP/1.1" 200 None
2026-03-30 06:36:53 [bca.uk] INFO: Saving data for KN68%20LUL: {'auction_closing_time': 1774864800.0, 'created_time': 1774533715.791933, 'last_price_update_time': 1774852613.998252}
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN68%2520LUL') HTTP/1.1" 204 0
2026-03-30 06:36:54 [bca.uk] INFO: Found listing with ID: YT73%20FLJ
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT73%2520FLJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:54 [bca.uk] INFO: Scrape type for YT73%20FLJ: 2
2026-03-30 06:36:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 768b2e0a-35c9-5970-8700-1d19b688b071 with identifier: YT73%20FLJ
2026-03-30 06:36:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 768b2e0a-35c9-5970-8700-1d19b688b071 with scrape type 2
2026-03-30 06:36:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 768b2e0a-35c9-5970-8700-1d19b688b071 with scrape type 2
2026-03-30 06:36:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 768b2e0a-35c9-5970-8700-1d19b688b071, identifier: YT73%20FLJ
2026-03-30 06:36:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f42d91d-0d93-544a-8511-057a1e6af2ea with identifier: YJ65%20MGC
2026-03-30 06:36:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f42d91d-0d93-544a-8511-057a1e6af2ea with identifier: YJ65%20MGC
2026-03-30 06:36:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f42d91d-0d93-544a-8511-057a1e6af2ea with identifier: YJ65%20MGC to the API
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ65%20MGC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f42d91d-0d93-544a-8511-057a1e6af2ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ65 MGC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ65%20MGC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 128119,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.5 TDCI 95 SPORT Van',
 'transmission': 'manual',
 'trim': 'TDCI 95 SPORT',
 'vin': 'WF0RXXGAKRFY84433',
 'year': 2015}
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520MGC%27 HTTP/1.1" 200 None
2026-03-30 06:36:54 [bca.uk] INFO: Saving data for YJ65%20MGC: {'auction_closing_time': 1774951200.0, 'created_time': 1774448643.005131, 'last_price_update_time': 1774852614.394853}
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ65%2520MGC') HTTP/1.1" 204 0
2026-03-30 06:36:54 [bca.uk] INFO: Found listing with ID: BP72%20UKY
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520UKY%27 HTTP/1.1" 200 None
2026-03-30 06:36:54 [bca.uk] INFO: Scrape type for BP72%20UKY: 2
2026-03-30 06:36:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5055316c-ed90-5f18-a8b3-ba73b9fe2c8b with identifier: BP72%20UKY
2026-03-30 06:36:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5055316c-ed90-5f18-a8b3-ba73b9fe2c8b with scrape type 2
2026-03-30 06:36:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5055316c-ed90-5f18-a8b3-ba73b9fe2c8b with scrape type 2
2026-03-30 06:36:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5055316c-ed90-5f18-a8b3-ba73b9fe2c8b, identifier: BP72%20UKY
2026-03-30 06:36:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83acfbda-e9f0-532c-832f-4dade9100262 with identifier: YY71%20THF
2026-03-30 06:36:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83acfbda-e9f0-532c-832f-4dade9100262 with identifier: YY71%20THF
2026-03-30 06:36:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83acfbda-e9f0-532c-832f-4dade9100262 with identifier: YY71%20THF to the API
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY71%20THF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '83acfbda-e9f0-532c-832f-4dade9100262',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY71 THF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY71%20THF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 57698,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D200 AWD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 AWD R-DYNAMIC SE',
 'vin': 'SADFA2AN2N1031415',
 'year': 2022}
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520THF%27 HTTP/1.1" 200 None
2026-03-30 06:36:54 [bca.uk] INFO: Saving data for YY71%20THF: {'auction_closing_time': 1774951200.0, 'created_time': 1774564018.401897, 'last_price_update_time': 1774852614.802969}
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY71%2520THF') HTTP/1.1" 204 0
2026-03-30 06:36:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5704d493-3b30-5d28-9022-33d864cf7841 with identifier: YM72%20ZNF
2026-03-30 06:36:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5704d493-3b30-5d28-9022-33d864cf7841 with identifier: YM72%20ZNF
2026-03-30 06:36:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5704d493-3b30-5d28-9022-33d864cf7841 with identifier: YM72%20ZNF to the API
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM72%20ZNF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5704d493-3b30-5d28-9022-33d864cf7841',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM72 ZNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM72%20ZNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 21427,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.5 E/B FHEV 2WD ST-LINE X ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B FHEV 2WD ST-LINE X ED.',
 'vin': 'WF0FXXWPMHNG14765',
 'year': 2023}
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520ZNF%27 HTTP/1.1" 200 None
2026-03-30 06:36:55 [bca.uk] INFO: Saving data for YM72%20ZNF: {'auction_closing_time': 1775124000.0, 'created_time': 1774476192.524367, 'last_price_update_time': 1774852615.092686}
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520ZNF') HTTP/1.1" 204 0
2026-03-30 06:36:55 [bca.uk] INFO: Found listing with ID: ND67%20AGZ
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520AGZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:55 [bca.uk] INFO: Scrape type for ND67%20AGZ: 2
2026-03-30 06:36:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b72202-752a-51d7-9a8d-5b8e1d064244 with identifier: ND67%20AGZ
2026-03-30 06:36:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b72202-752a-51d7-9a8d-5b8e1d064244 with scrape type 2
2026-03-30 06:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8b72202-752a-51d7-9a8d-5b8e1d064244 with scrape type 2
2026-03-30 06:36:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8b72202-752a-51d7-9a8d-5b8e1d064244, identifier: ND67%20AGZ
2026-03-30 06:36:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 768b2e0a-35c9-5970-8700-1d19b688b071 with identifier: YT73%20FLJ
2026-03-30 06:36:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 768b2e0a-35c9-5970-8700-1d19b688b071 with identifier: YT73%20FLJ
2026-03-30 06:36:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 768b2e0a-35c9-5970-8700-1d19b688b071 with identifier: YT73%20FLJ to the API
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT73%20FLJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '768b2e0a-35c9-5970-8700-1d19b688b071',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YT73 FLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT73%20FLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 26475,
 'odometer_reading_unit': '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 A4 AVANT 2.0 40 TFSI 204 BLACK ED.S-T Estate',
 'transmission': 'automatic',
 'trim': '40 TFSI 204 BLACK ED.S-T',
 'vin': 'WAUZZZF49PA079827',
 'year': 2023}
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT73%2520FLJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:55 [bca.uk] INFO: Saving data for YT73%20FLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774533898.309854, 'last_price_update_time': 1774852615.494122}
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT73%2520FLJ') HTTP/1.1" 204 0
2026-03-30 06:36:55 [bca.uk] INFO: Found listing with ID: KE73%20RMV
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520RMV%27 HTTP/1.1" 200 None
2026-03-30 06:36:55 [bca.uk] INFO: Scrape type for KE73%20RMV: 2
2026-03-30 06:36:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b9bbfb-b8b0-5230-a54b-99c34d72308b with identifier: KE73%20RMV
2026-03-30 06:36:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b9bbfb-b8b0-5230-a54b-99c34d72308b with scrape type 2
2026-03-30 06:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b9bbfb-b8b0-5230-a54b-99c34d72308b with scrape type 2
2026-03-30 06:36:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71b9bbfb-b8b0-5230-a54b-99c34d72308b, identifier: KE73%20RMV
2026-03-30 06:36:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5055316c-ed90-5f18-a8b3-ba73b9fe2c8b with identifier: BP72%20UKY
2026-03-30 06:36:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5055316c-ed90-5f18-a8b3-ba73b9fe2c8b with identifier: BP72%20UKY
2026-03-30 06:36:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5055316c-ed90-5f18-a8b3-ba73b9fe2c8b with identifier: BP72%20UKY to the API
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20UKY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5055316c-ed90-5f18-a8b3-ba73b9fe2c8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP72 UKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20UKY&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FIAT',
 'model': 'SCUDO',
 'odometer': 38403,
 'odometer_reading_unit': '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 L2 TECNICO PanelVan',
 'transmission': 'manual',
 'trim': 'M/JET 100 L2 TECNICO',
 'vin': 'VXFVBYHRMNZ079168',
 'year': 2023}
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520UKY%27 HTTP/1.1" 200 None
2026-03-30 06:36:55 [bca.uk] INFO: Saving data for BP72%20UKY: {'auction_closing_time': 1775037600.0, 'created_time': 1774534126.669421, 'last_price_update_time': 1774852615.919804}
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520UKY') HTTP/1.1" 204 0
2026-03-30 06:36:55 [bca.uk] INFO: Found listing with ID: YT67%20LRJ
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520LRJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:55 [bca.uk] INFO: Scrape type for YT67%20LRJ: 2
2026-03-30 06:36:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05e4345d-6278-54ee-bc99-089c616a7f4c with identifier: YT67%20LRJ
2026-03-30 06:36:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05e4345d-6278-54ee-bc99-089c616a7f4c with scrape type 2
2026-03-30 06:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05e4345d-6278-54ee-bc99-089c616a7f4c with scrape type 2
2026-03-30 06:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05e4345d-6278-54ee-bc99-089c616a7f4c, identifier: YT67%20LRJ
2026-03-30 06:36:56 [bca.uk] INFO: Found listing with ID: BK67%20AHP
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520AHP%27 HTTP/1.1" 200 None
2026-03-30 06:36:56 [bca.uk] INFO: Scrape type for BK67%20AHP: 2
2026-03-30 06:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2840d1c8-ba44-5702-ad9e-467fae99c377 with identifier: BK67%20AHP
2026-03-30 06:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2840d1c8-ba44-5702-ad9e-467fae99c377 with scrape type 2
2026-03-30 06:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2840d1c8-ba44-5702-ad9e-467fae99c377 with scrape type 2
2026-03-30 06:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2840d1c8-ba44-5702-ad9e-467fae99c377, identifier: BK67%20AHP
2026-03-30 06:36:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8b72202-752a-51d7-9a8d-5b8e1d064244 with identifier: ND67%20AGZ
2026-03-30 06:36:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8b72202-752a-51d7-9a8d-5b8e1d064244 with identifier: ND67%20AGZ
2026-03-30 06:36:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8b72202-752a-51d7-9a8d-5b8e1d064244 with identifier: ND67%20AGZ to the API
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND67%20AGZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c8b72202-752a-51d7-9a8d-5b8e1d064244',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND67 AGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND67%20AGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'TRANSIT 290 FWD',
 'odometer': 45725,
 'odometer_reading_unit': '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 290 FWD 2.0 EBL 130 L2 H2 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H2 LEADER',
 'vin': 'WF0XXXTTGXHR03216',
 'year': 2017}
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND67%2520AGZ%27 HTTP/1.1" 200 None
2026-03-30 06:36:56 [bca.uk] INFO: Saving data for ND67%20AGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774533740.643118, 'last_price_update_time': 1774852616.480376}
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND67%2520AGZ') HTTP/1.1" 204 0
2026-03-30 06:36:56 [bca.uk] INFO: Found listing with ID: OE68%20FBF
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520FBF%27 HTTP/1.1" 200 None
2026-03-30 06:36:56 [bca.uk] INFO: Scrape type for OE68%20FBF: 2
2026-03-30 06:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d9c83c1-ee96-5201-9e43-657e8b3f3b0f with identifier: OE68%20FBF
2026-03-30 06:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d9c83c1-ee96-5201-9e43-657e8b3f3b0f with scrape type 2
2026-03-30 06:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d9c83c1-ee96-5201-9e43-657e8b3f3b0f with scrape type 2
2026-03-30 06:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d9c83c1-ee96-5201-9e43-657e8b3f3b0f, identifier: OE68%20FBF
2026-03-30 06:36:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71b9bbfb-b8b0-5230-a54b-99c34d72308b with identifier: KE73%20RMV
2026-03-30 06:36:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71b9bbfb-b8b0-5230-a54b-99c34d72308b with identifier: KE73%20RMV
2026-03-30 06:36:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71b9bbfb-b8b0-5230-a54b-99c34d72308b with identifier: KE73%20RMV to the API
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE73%20RMV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '71b9bbfb-b8b0-5230-a54b-99c34d72308b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE73 RMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE73%20RMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 3223,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT8',
 'vin': 'VF3MRHNSUPS172707',
 'year': 2024}
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520RMV%27 HTTP/1.1" 200 None
2026-03-30 06:36:56 [bca.uk] INFO: Saving data for KE73%20RMV: {'auction_closing_time': 1775124000.0, 'created_time': 1773841933.670115, 'last_price_update_time': 1774852616.89266}
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE73%2520RMV') HTTP/1.1" 204 0
2026-03-30 06:36:56 [bca.uk] INFO: Found listing with ID: BJ23%20OCH
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520OCH%27 HTTP/1.1" 200 None
2026-03-30 06:36:56 [bca.uk] INFO: Scrape type for BJ23%20OCH: 2
2026-03-30 06:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fae21348-0538-55d0-a8c8-116d9b985c9e with identifier: BJ23%20OCH
2026-03-30 06:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fae21348-0538-55d0-a8c8-116d9b985c9e with scrape type 2
2026-03-30 06:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fae21348-0538-55d0-a8c8-116d9b985c9e with scrape type 2
2026-03-30 06:36:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fae21348-0538-55d0-a8c8-116d9b985c9e, identifier: BJ23%20OCH
2026-03-30 06:36:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05e4345d-6278-54ee-bc99-089c616a7f4c with identifier: YT67%20LRJ
2026-03-30 06:36:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05e4345d-6278-54ee-bc99-089c616a7f4c with identifier: YT67%20LRJ
2026-03-30 06:36:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05e4345d-6278-54ee-bc99-089c616a7f4c with identifier: YT67%20LRJ to the API
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT67%20LRJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '05e4345d-6278-54ee-bc99-089c616a7f4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT67 LRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT67%20LRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 85451,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 D4 190 2WD SE G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 2WD SE G/T',
 'vin': 'YV1DZA8CDH2222247',
 'year': 2017}
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT67%2520LRJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:57 [bca.uk] INFO: Saving data for YT67%20LRJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564712.386118, 'last_price_update_time': 1774852617.287875}
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT67%2520LRJ') HTTP/1.1" 204 0
2026-03-30 06:36:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2840d1c8-ba44-5702-ad9e-467fae99c377 with identifier: BK67%20AHP
2026-03-30 06:36:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2840d1c8-ba44-5702-ad9e-467fae99c377 with identifier: BK67%20AHP
2026-03-30 06:36:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2840d1c8-ba44-5702-ad9e-467fae99c377 with identifier: BK67%20AHP to the API
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK67%20AHP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2840d1c8-ba44-5702-ad9e-467fae99c377',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK67 AHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK67%20AHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 48903,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 DIG-T 187 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 187 N-CONNECTA',
 'vin': 'SJNFAAF15U7384325',
 'year': 2017}
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520AHP%27 HTTP/1.1" 200 None
2026-03-30 06:36:57 [bca.uk] INFO: Saving data for BK67%20AHP: {'auction_closing_time': 1774951200.0, 'created_time': 1774265042.579183, 'last_price_update_time': 1774852617.58491}
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK67%2520AHP') HTTP/1.1" 204 0
2026-03-30 06:36:57 [bca.uk] INFO: Found listing with ID: CX14%20LGD
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX14%2520LGD%27 HTTP/1.1" 200 None
2026-03-30 06:36:57 [bca.uk] INFO: Scrape type for CX14%20LGD: 2
2026-03-30 06:36:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56efd4d1-aafb-511b-bea9-608ee648fbff with identifier: CX14%20LGD
2026-03-30 06:36:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56efd4d1-aafb-511b-bea9-608ee648fbff with scrape type 2
2026-03-30 06:36:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56efd4d1-aafb-511b-bea9-608ee648fbff with scrape type 2
2026-03-30 06:36:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56efd4d1-aafb-511b-bea9-608ee648fbff, identifier: CX14%20LGD
2026-03-30 06:36:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d9c83c1-ee96-5201-9e43-657e8b3f3b0f with identifier: OE68%20FBF
2026-03-30 06:36:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d9c83c1-ee96-5201-9e43-657e8b3f3b0f with identifier: OE68%20FBF
2026-03-30 06:36:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d9c83c1-ee96-5201-9e43-657e8b3f3b0f with identifier: OE68%20FBF to the API
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE68%20FBF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d9c83c1-ee96-5201-9e43-657e8b3f3b0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE68 FBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE68%20FBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 271379,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE PREMIUM 9G Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2132042A459408',
 'year': 2018}
2026-03-30 06:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520FBF%27 HTTP/1.1" 200 None
2026-03-30 06:36:58 [bca.uk] INFO: Saving data for OE68%20FBF: {'auction_closing_time': 1775037600.0, 'created_time': 1774016448.023994, 'last_price_update_time': 1774852618.004986}
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE68%2520FBF') HTTP/1.1" 204 0
2026-03-30 06:36:58 [bca.uk] INFO: Found listing with ID: RV74%20UZM
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV74%2520UZM%27 HTTP/1.1" 200 None
2026-03-30 06:36:58 [bca.uk] INFO: Scrape type for RV74%20UZM: 2
2026-03-30 06:36:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9b6cbdc-1e26-5f10-b396-e44e1005832c with identifier: RV74%20UZM
2026-03-30 06:36:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9b6cbdc-1e26-5f10-b396-e44e1005832c with scrape type 2
2026-03-30 06:36:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9b6cbdc-1e26-5f10-b396-e44e1005832c with scrape type 2
2026-03-30 06:36:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9b6cbdc-1e26-5f10-b396-e44e1005832c, identifier: RV74%20UZM
2026-03-30 06:36:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fae21348-0538-55d0-a8c8-116d9b985c9e with identifier: BJ23%20OCH
2026-03-30 06:36:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fae21348-0538-55d0-a8c8-116d9b985c9e with identifier: BJ23%20OCH
2026-03-30 06:36:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fae21348-0538-55d0-a8c8-116d9b985c9e with identifier: BJ23%20OCH to the API
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ23%20OCH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fae21348-0538-55d0-a8c8-116d9b985c9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ23 OCH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ23%20OCH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 23871,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 4 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 4',
 'vin': 'KNACT811UP5032904',
 'year': 2023}
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520OCH%27 HTTP/1.1" 200 None
2026-03-30 06:36:58 [bca.uk] INFO: Saving data for BJ23%20OCH: {'auction_closing_time': 1774864800.0, 'created_time': 1774534126.266813, 'last_price_update_time': 1774852618.492035}
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ23%2520OCH') HTTP/1.1" 204 0
2026-03-30 06:36:58 [bca.uk] INFO: Found listing with ID: GX68%20WUJ
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520WUJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:58 [bca.uk] INFO: Scrape type for GX68%20WUJ: 2
2026-03-30 06:36:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 581c7f7c-7387-5a83-9752-eafa530db476 with identifier: GX68%20WUJ
2026-03-30 06:36:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 581c7f7c-7387-5a83-9752-eafa530db476 with scrape type 2
2026-03-30 06:36:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 581c7f7c-7387-5a83-9752-eafa530db476 with scrape type 2
2026-03-30 06:36:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 581c7f7c-7387-5a83-9752-eafa530db476, identifier: GX68%20WUJ
2026-03-30 06:36:58 [bca.uk] INFO: Found listing with ID: UGZ%203425
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UGZ%25203425%27 HTTP/1.1" 200 None
2026-03-30 06:36:58 [bca.uk] INFO: Scrape type for UGZ%203425: 2
2026-03-30 06:36:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce9c94af-9580-57f1-8c6a-570e79412e52 with identifier: UGZ%203425
2026-03-30 06:36:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce9c94af-9580-57f1-8c6a-570e79412e52 with scrape type 2
2026-03-30 06:36:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce9c94af-9580-57f1-8c6a-570e79412e52 with scrape type 2
2026-03-30 06:36:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce9c94af-9580-57f1-8c6a-570e79412e52, identifier: UGZ%203425
2026-03-30 06:36:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56efd4d1-aafb-511b-bea9-608ee648fbff with identifier: CX14%20LGD
2026-03-30 06:36:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56efd4d1-aafb-511b-bea9-608ee648fbff with identifier: CX14%20LGD
2026-03-30 06:36:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56efd4d1-aafb-511b-bea9-608ee648fbff with identifier: CX14%20LGD to the API
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX14%20LGD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '56efd4d1-aafb-511b-bea9-608ee648fbff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX14 LGD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX14%20LGD&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'KIA',
 'model': 'RIO',
 'odometer': 75014,
 'odometer_reading_unit': '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 RIO 1.2 VR7 Hatchback',
 'transmission': 'manual',
 'trim': 'VR7',
 'vin': 'KNADN511LE6332091',
 'year': 2014}
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX14%2520LGD%27 HTTP/1.1" 200 None
2026-03-30 06:36:59 [bca.uk] INFO: Saving data for CX14%20LGD: {'auction_closing_time': 1774864800.0, 'created_time': 1774533741.809332, 'last_price_update_time': 1774852619.016795}
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX14%2520LGD') HTTP/1.1" 204 0
2026-03-30 06:36:59 [bca.uk] INFO: Found listing with ID: GE19%20CTY
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GE19%2520CTY%27 HTTP/1.1" 200 None
2026-03-30 06:36:59 [bca.uk] INFO: Scrape type for GE19%20CTY: 2
2026-03-30 06:36:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8369ad42-38a7-5701-ab1e-3d294f876a05 with identifier: GE19%20CTY
2026-03-30 06:36:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8369ad42-38a7-5701-ab1e-3d294f876a05 with scrape type 2
2026-03-30 06:36:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8369ad42-38a7-5701-ab1e-3d294f876a05 with scrape type 2
2026-03-30 06:36:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8369ad42-38a7-5701-ab1e-3d294f876a05, identifier: GE19%20CTY
2026-03-30 06:36:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9b6cbdc-1e26-5f10-b396-e44e1005832c with identifier: RV74%20UZM
2026-03-30 06:36:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9b6cbdc-1e26-5f10-b396-e44e1005832c with identifier: RV74%20UZM
2026-03-30 06:36:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9b6cbdc-1e26-5f10-b396-e44e1005832c with identifier: RV74%20UZM to the API
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV74%20UZM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9b6cbdc-1e26-5f10-b396-e44e1005832c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV74 UZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV74%20UZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 10288,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 GT E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 GT E-DSC6',
 'vin': 'VR3KAHPY0RS084000',
 'year': 2024}
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV74%2520UZM%27 HTTP/1.1" 200 None
2026-03-30 06:36:59 [bca.uk] INFO: Saving data for RV74%20UZM: {'auction_closing_time': 1775124000.0, 'created_time': 1773841636.624235, 'last_price_update_time': 1774852619.443885}
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV74%2520UZM') HTTP/1.1" 204 0
2026-03-30 06:36:59 [bca.uk] INFO: Found listing with ID: FX22%20RXC
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520RXC%27 HTTP/1.1" 200 None
2026-03-30 06:36:59 [bca.uk] INFO: Scrape type for FX22%20RXC: 2
2026-03-30 06:36:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ef16074-3876-549b-90a4-445f5661f9a7 with identifier: FX22%20RXC
2026-03-30 06:36:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ef16074-3876-549b-90a4-445f5661f9a7 with scrape type 2
2026-03-30 06:36:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ef16074-3876-549b-90a4-445f5661f9a7 with scrape type 2
2026-03-30 06:36:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ef16074-3876-549b-90a4-445f5661f9a7, identifier: FX22%20RXC
2026-03-30 06:36:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 581c7f7c-7387-5a83-9752-eafa530db476 with identifier: GX68%20WUJ
2026-03-30 06:36:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 581c7f7c-7387-5a83-9752-eafa530db476 with identifier: GX68%20WUJ
2026-03-30 06:36:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 581c7f7c-7387-5a83-9752-eafa530db476 with identifier: GX68%20WUJ to the API
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:36:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 71,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX68%20WUJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '581c7f7c-7387-5a83-9752-eafa530db476',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GX68 WUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX68%20WUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 65747,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.0 P400E HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E HSE',
 'vin': 'SALWA2AY9KA824415',
 'year': 2018}
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520WUJ%27 HTTP/1.1" 200 None
2026-03-30 06:36:59 [bca.uk] INFO: Saving data for GX68%20WUJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774564705.623804, 'last_price_update_time': 1774852619.859524}
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX68%2520WUJ') HTTP/1.1" 204 0
2026-03-30 06:36:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce9c94af-9580-57f1-8c6a-570e79412e52 with identifier: UGZ%203425
2026-03-30 06:36:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce9c94af-9580-57f1-8c6a-570e79412e52 with identifier: UGZ%203425
2026-03-30 06:36:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce9c94af-9580-57f1-8c6a-570e79412e52 with identifier: UGZ%203425 to the API
2026-03-30 06:36:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 213,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=UGZ%203425-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ce9c94af-9580-57f1-8c6a-570e79412e52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'UGZ 3425',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=UGZ%203425&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': 'M4',
 'odometer': 30756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW M4 3.0 T (COMPETITION PACK) DCT Coupe',
 'transmission': 'automatic',
 'trim': 'T (COMPETITION PACK) DCT',
 'vin': 'WBS4Y920X0FJ07395',
 'year': 2019}
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UGZ%25203425%27 HTTP/1.1" 200 None
2026-03-30 06:37:00 [bca.uk] INFO: Saving data for UGZ%203425: {'auction_closing_time': 1774864800.0, 'created_time': 1774361741.932271, 'last_price_update_time': 1774852620.224767}
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='UGZ%25203425') HTTP/1.1" 204 0
2026-03-30 06:37:00 [bca.uk] INFO: Found listing with ID: NA66%20UUN
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA66%2520UUN%27 HTTP/1.1" 200 None
2026-03-30 06:37:00 [bca.uk] INFO: Scrape type for NA66%20UUN: 2
2026-03-30 06:37:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3d0558a-2419-5710-a490-c837cd82539d with identifier: NA66%20UUN
2026-03-30 06:37:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3d0558a-2419-5710-a490-c837cd82539d with scrape type 2
2026-03-30 06:37:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3d0558a-2419-5710-a490-c837cd82539d with scrape type 2
2026-03-30 06:37:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3d0558a-2419-5710-a490-c837cd82539d, identifier: NA66%20UUN
2026-03-30 06:37:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8369ad42-38a7-5701-ab1e-3d294f876a05 with identifier: GE19%20CTY
2026-03-30 06:37:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8369ad42-38a7-5701-ab1e-3d294f876a05 with identifier: GE19%20CTY
2026-03-30 06:37:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8369ad42-38a7-5701-ab1e-3d294f876a05 with identifier: GE19%20CTY to the API
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GE19%20CTY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8369ad42-38a7-5701-ab1e-3d294f876a05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GE19 CTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GE19%20CTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 26407,
 'odometer_reading_unit': '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': '5YJ3F7EA3KF423603',
 'year': 2019}
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GE19%2520CTY%27 HTTP/1.1" 200 None
2026-03-30 06:37:00 [bca.uk] INFO: Saving data for GE19%20CTY: {'auction_closing_time': 1775037600.0, 'created_time': 1774392215.721002, 'last_price_update_time': 1774852620.636649}
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GE19%2520CTY') HTTP/1.1" 204 0
2026-03-30 06:37:00 [bca.uk] INFO: Found listing with ID: DN24%20TFE
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520TFE%27 HTTP/1.1" 200 None
2026-03-30 06:37:00 [bca.uk] INFO: Scrape type for DN24%20TFE: 2
2026-03-30 06:37:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4be0a249-2692-5362-963a-8e1463cf023b with identifier: DN24%20TFE
2026-03-30 06:37:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4be0a249-2692-5362-963a-8e1463cf023b with scrape type 2
2026-03-30 06:37:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4be0a249-2692-5362-963a-8e1463cf023b with scrape type 2
2026-03-30 06:37:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4be0a249-2692-5362-963a-8e1463cf023b, identifier: DN24%20TFE
2026-03-30 06:37:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ef16074-3876-549b-90a4-445f5661f9a7 with identifier: FX22%20RXC
2026-03-30 06:37:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ef16074-3876-549b-90a4-445f5661f9a7 with identifier: FX22%20RXC
2026-03-30 06:37:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ef16074-3876-549b-90a4-445f5661f9a7 with identifier: FX22%20RXC to the API
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX22%20RXC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1ef16074-3876-549b-90a4-445f5661f9a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FX22 RXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX22%20RXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 103503,
 'odometer_reading_unit': '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': 'SADHA2A11N1623104',
 'year': 2022}
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520RXC%27 HTTP/1.1" 200 None
2026-03-30 06:37:01 [bca.uk] INFO: Saving data for FX22%20RXC: {'auction_closing_time': 1774864800.0, 'created_time': 1774534127.116595, 'last_price_update_time': 1774852621.057378}
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX22%2520RXC') HTTP/1.1" 204 0
2026-03-30 06:37:01 [bca.uk] INFO: Found listing with ID: KK23%20TCV
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520TCV%27 HTTP/1.1" 200 None
2026-03-30 06:37:01 [bca.uk] INFO: Scrape type for KK23%20TCV: 2
2026-03-30 06:37:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da97040d-3f40-5163-8231-49e632e94f79 with identifier: KK23%20TCV
2026-03-30 06:37:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da97040d-3f40-5163-8231-49e632e94f79 with scrape type 2
2026-03-30 06:37:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da97040d-3f40-5163-8231-49e632e94f79 with scrape type 2
2026-03-30 06:37:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da97040d-3f40-5163-8231-49e632e94f79, identifier: KK23%20TCV
2026-03-30 06:37:01 [bca.uk] INFO: Found listing with ID: YD09%20XLJ
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD09%2520XLJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:01 [bca.uk] INFO: Scrape type for YD09%20XLJ: 2
2026-03-30 06:37:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with identifier: YD09%20XLJ
2026-03-30 06:37:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with scrape type 2
2026-03-30 06:37:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with scrape type 2
2026-03-30 06:37:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65, identifier: YD09%20XLJ
2026-03-30 06:37:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3d0558a-2419-5710-a490-c837cd82539d with identifier: NA66%20UUN
2026-03-30 06:37:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3d0558a-2419-5710-a490-c837cd82539d with identifier: NA66%20UUN
2026-03-30 06:37:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3d0558a-2419-5710-a490-c837cd82539d with identifier: NA66%20UUN to the API
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA66%20UUN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a3d0558a-2419-5710-a490-c837cd82539d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA66 UUN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA66%20UUN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000KG',
 'odometer': 101882,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000KG 1.6 HDI 90 L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'HDI 90 L1 H1',
 'vin': 'VF3XS9HM0GZ025372',
 'year': 2016}
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA66%2520UUN%27 HTTP/1.1" 200 None
2026-03-30 06:37:01 [bca.uk] INFO: Saving data for NA66%20UUN: {'auction_closing_time': 1774864800.0, 'created_time': 1774533703.226909, 'last_price_update_time': 1774852621.582203}
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA66%2520UUN') HTTP/1.1" 204 0
2026-03-30 06:37:01 [bca.uk] INFO: Found listing with ID: LX70%20ZKN
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520ZKN%27 HTTP/1.1" 200 None
2026-03-30 06:37:01 [bca.uk] INFO: Scrape type for LX70%20ZKN: 2
2026-03-30 06:37:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1877b3f-1f27-5891-b2c3-4607232dc711 with identifier: LX70%20ZKN
2026-03-30 06:37:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1877b3f-1f27-5891-b2c3-4607232dc711 with scrape type 2
2026-03-30 06:37:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1877b3f-1f27-5891-b2c3-4607232dc711 with scrape type 2
2026-03-30 06:37:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1877b3f-1f27-5891-b2c3-4607232dc711, identifier: LX70%20ZKN
2026-03-30 06:37:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4be0a249-2692-5362-963a-8e1463cf023b with identifier: DN24%20TFE
2026-03-30 06:37:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4be0a249-2692-5362-963a-8e1463cf023b with identifier: DN24%20TFE
2026-03-30 06:37:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4be0a249-2692-5362-963a-8e1463cf023b with identifier: DN24%20TFE to the API
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN24%20TFE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4be0a249-2692-5362-963a-8e1463cf023b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN24 TFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN24%20TFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 10874,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS0R6010663',
 'year': 2024}
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520TFE%27 HTTP/1.1" 200 None
2026-03-30 06:37:01 [bca.uk] INFO: Saving data for DN24%20TFE: {'auction_closing_time': 1775037600.0, 'created_time': 1773835009.126261, 'last_price_update_time': 1774852621.987763}
2026-03-30 06:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN24%2520TFE') HTTP/1.1" 204 0
2026-03-30 06:37:02 [bca.uk] INFO: Found listing with ID: MA22%20VOP
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520VOP%27 HTTP/1.1" 200 None
2026-03-30 06:37:02 [bca.uk] INFO: Scrape type for MA22%20VOP: 2
2026-03-30 06:37:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3289c1b-87a9-536c-ac8b-3dcda9559b7f with identifier: MA22%20VOP
2026-03-30 06:37:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3289c1b-87a9-536c-ac8b-3dcda9559b7f with scrape type 2
2026-03-30 06:37:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3289c1b-87a9-536c-ac8b-3dcda9559b7f with scrape type 2
2026-03-30 06:37:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3289c1b-87a9-536c-ac8b-3dcda9559b7f, identifier: MA22%20VOP
2026-03-30 06:37:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da97040d-3f40-5163-8231-49e632e94f79 with identifier: KK23%20TCV
2026-03-30 06:37:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da97040d-3f40-5163-8231-49e632e94f79 with identifier: KK23%20TCV
2026-03-30 06:37:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da97040d-3f40-5163-8231-49e632e94f79 with identifier: KK23%20TCV to the API
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK23%20TCV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'da97040d-3f40-5163-8231-49e632e94f79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KK23 TCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK23%20TCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 23609,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E R-DYNAMIC SE (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E R-DYNAMIC SE (5ST)',
 'vin': 'SALCA2AT5PH330669',
 'year': 2023}
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520TCV%27 HTTP/1.1" 200 None
2026-03-30 06:37:02 [bca.uk] INFO: Saving data for KK23%20TCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774564703.651275, 'last_price_update_time': 1774852622.436098}
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK23%2520TCV') HTTP/1.1" 204 0
2026-03-30 06:37:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with identifier: YD09%20XLJ
2026-03-30 06:37:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with identifier: YD09%20XLJ
2026-03-30 06:37:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65 with identifier: YD09%20XLJ to the API
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD09%20XLJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b9c5fa2-7fcb-568c-90d2-f4f50a3e1a65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD09 XLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD09%20XLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '320I',
 'odometer': 86347,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'BMW 320I 2.0 M SPORT Convertible',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAWK72010P231021',
 'year': 2009}
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD09%2520XLJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:02 [bca.uk] INFO: Saving data for YD09%20XLJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774564513.485233, 'last_price_update_time': 1774852622.845745}
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD09%2520XLJ') HTTP/1.1" 204 0
2026-03-30 06:37:02 [bca.uk] INFO: Found listing with ID: NL16%20YWD
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL16%2520YWD%27 HTTP/1.1" 200 None
2026-03-30 06:37:02 [bca.uk] INFO: Scrape type for NL16%20YWD: 2
2026-03-30 06:37:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc223eaa-c0b5-5629-a5bf-5419e4f1ad7c with identifier: NL16%20YWD
2026-03-30 06:37:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc223eaa-c0b5-5629-a5bf-5419e4f1ad7c with scrape type 2
2026-03-30 06:37:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc223eaa-c0b5-5629-a5bf-5419e4f1ad7c with scrape type 2
2026-03-30 06:37:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc223eaa-c0b5-5629-a5bf-5419e4f1ad7c, identifier: NL16%20YWD
2026-03-30 06:37:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1877b3f-1f27-5891-b2c3-4607232dc711 with identifier: LX70%20ZKN
2026-03-30 06:37:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1877b3f-1f27-5891-b2c3-4607232dc711 with identifier: LX70%20ZKN
2026-03-30 06:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1877b3f-1f27-5891-b2c3-4607232dc711 with identifier: LX70%20ZKN to the API
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX70%20ZKN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f1877b3f-1f27-5891-b2c3-4607232dc711',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX70 ZKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX70%20ZKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 30834,
 'odometer_reading_unit': '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 RAV4 2.5 HYBRID DESIGN 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN 4WD',
 'vin': 'JTMRW3FV10D078693',
 'year': 2020}
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX70%2520ZKN%27 HTTP/1.1" 200 None
2026-03-30 06:37:03 [bca.uk] INFO: Saving data for LX70%20ZKN: {'auction_closing_time': 1775037600.0, 'created_time': 1774533929.376962, 'last_price_update_time': 1774852623.24706}
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX70%2520ZKN') HTTP/1.1" 204 0
2026-03-30 06:37:03 [bca.uk] INFO: Found listing with ID: DS24%20OSP
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OSP%27 HTTP/1.1" 200 None
2026-03-30 06:37:03 [bca.uk] INFO: Scrape type for DS24%20OSP: 2
2026-03-30 06:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with identifier: DS24%20OSP
2026-03-30 06:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with scrape type 2
2026-03-30 06:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with scrape type 2
2026-03-30 06:37:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37f763b0-9b82-5426-bff5-a5a20ba9ed97, identifier: DS24%20OSP
2026-03-30 06:37:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3289c1b-87a9-536c-ac8b-3dcda9559b7f with identifier: MA22%20VOP
2026-03-30 06:37:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3289c1b-87a9-536c-ac8b-3dcda9559b7f with identifier: MA22%20VOP
2026-03-30 06:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3289c1b-87a9-536c-ac8b-3dcda9559b7f with identifier: MA22%20VOP to the API
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20VOP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f3289c1b-87a9-536c-ac8b-3dcda9559b7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA22 VOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20VOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 42173,
 'odometer_reading_unit': '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': 'LRWYHCEKXNC250341',
 'year': 2022}
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520VOP%27 HTTP/1.1" 200 None
2026-03-30 06:37:03 [bca.uk] INFO: Saving data for MA22%20VOP: {'auction_closing_time': 1774864800.0, 'created_time': 1774046420.02043, 'last_price_update_time': 1774852623.669362}
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520VOP') HTTP/1.1" 204 0
2026-03-30 06:37:03 [bca.uk] INFO: Found listing with ID: MC18%20LLG
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC18%2520LLG%27 HTTP/1.1" 200 None
2026-03-30 06:37:03 [bca.uk] INFO: Scrape type for MC18%20LLG: 2
2026-03-30 06:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6518b391-1200-5a26-adcb-b061d2023a94 with identifier: MC18%20LLG
2026-03-30 06:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6518b391-1200-5a26-adcb-b061d2023a94 with scrape type 2
2026-03-30 06:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6518b391-1200-5a26-adcb-b061d2023a94 with scrape type 2
2026-03-30 06:37:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6518b391-1200-5a26-adcb-b061d2023a94, identifier: MC18%20LLG
2026-03-30 06:37:03 [bca.uk] INFO: Found listing with ID: YB10%20ZFF
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB10%2520ZFF%27 HTTP/1.1" 200 None
2026-03-30 06:37:03 [bca.uk] INFO: Scrape type for YB10%20ZFF: 2
2026-03-30 06:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with identifier: YB10%20ZFF
2026-03-30 06:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with scrape type 2
2026-03-30 06:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with scrape type 2
2026-03-30 06:37:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0c0e996-0a65-5bfe-b0ef-9a44a4c30284, identifier: YB10%20ZFF
2026-03-30 06:37:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc223eaa-c0b5-5629-a5bf-5419e4f1ad7c with identifier: NL16%20YWD
2026-03-30 06:37:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc223eaa-c0b5-5629-a5bf-5419e4f1ad7c with identifier: NL16%20YWD
2026-03-30 06:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc223eaa-c0b5-5629-a5bf-5419e4f1ad7c with identifier: NL16%20YWD to the API
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL16%20YWD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc223eaa-c0b5-5629-a5bf-5419e4f1ad7c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL16 YWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL16%20YWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 119847,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MINI CLUBMAN 1.5 COOPER Estate',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWLN320702B99100',
 'year': 2016}
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL16%2520YWD%27 HTTP/1.1" 200 None
2026-03-30 06:37:04 [bca.uk] INFO: Saving data for NL16%20YWD: {'auction_closing_time': 1774864800.0, 'created_time': 1774533707.204124, 'last_price_update_time': 1774852624.180649}
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL16%2520YWD') HTTP/1.1" 204 0
2026-03-30 06:37:04 [bca.uk] INFO: Found listing with ID: S9%20WBG
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S9%2520WBG%27 HTTP/1.1" 200 None
2026-03-30 06:37:04 [bca.uk] INFO: Scrape type for S9%20WBG: 2
2026-03-30 06:37:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6156a0a4-847f-564b-baea-ecb5f70cae7b with identifier: S9%20WBG
2026-03-30 06:37:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6156a0a4-847f-564b-baea-ecb5f70cae7b with scrape type 2
2026-03-30 06:37:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6156a0a4-847f-564b-baea-ecb5f70cae7b with scrape type 2
2026-03-30 06:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6156a0a4-847f-564b-baea-ecb5f70cae7b, identifier: S9%20WBG
2026-03-30 06:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with identifier: DS24%20OSP
2026-03-30 06:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with identifier: DS24%20OSP
2026-03-30 06:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37f763b0-9b82-5426-bff5-a5a20ba9ed97 with identifier: DS24%20OSP to the API
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20OSP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '37f763b0-9b82-5426-bff5-a5a20ba9ed97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 OSP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20OSP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 7920,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS1R6016004',
 'year': 2024}
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OSP%27 HTTP/1.1" 200 None
2026-03-30 06:37:04 [bca.uk] INFO: Saving data for DS24%20OSP: {'auction_closing_time': 1775037600.0, 'created_time': 1773840988.691082, 'last_price_update_time': 1774852624.599029}
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520OSP') HTTP/1.1" 204 0
2026-03-30 06:37:04 [bca.uk] INFO: Found listing with ID: ML24%20PTZ
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520PTZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:04 [bca.uk] INFO: Scrape type for ML24%20PTZ: 2
2026-03-30 06:37:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76803cf0-0cd8-5b9a-a18c-896dc56a2771 with identifier: ML24%20PTZ
2026-03-30 06:37:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76803cf0-0cd8-5b9a-a18c-896dc56a2771 with scrape type 2
2026-03-30 06:37:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76803cf0-0cd8-5b9a-a18c-896dc56a2771 with scrape type 2
2026-03-30 06:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76803cf0-0cd8-5b9a-a18c-896dc56a2771, identifier: ML24%20PTZ
2026-03-30 06:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6518b391-1200-5a26-adcb-b061d2023a94 with identifier: MC18%20LLG
2026-03-30 06:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6518b391-1200-5a26-adcb-b061d2023a94 with identifier: MC18%20LLG
2026-03-30 06:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6518b391-1200-5a26-adcb-b061d2023a94 with identifier: MC18%20LLG to the API
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC18%20LLG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6518b391-1200-5a26-adcb-b061d2023a94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC18 LLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC18%20LLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 61468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI 184 VRS DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI 184 VRS DSG',
 'vin': 'TMBKK7NE0J0332196',
 'year': 2018}
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC18%2520LLG%27 HTTP/1.1" 200 None
2026-03-30 06:37:05 [bca.uk] INFO: Saving data for MC18%20LLG: {'auction_closing_time': 1774864800.0, 'created_time': 1774564715.508648, 'last_price_update_time': 1774852625.013773}
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC18%2520LLG') HTTP/1.1" 204 0
2026-03-30 06:37:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with identifier: YB10%20ZFF
2026-03-30 06:37:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with identifier: YB10%20ZFF
2026-03-30 06:37:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0c0e996-0a65-5bfe-b0ef-9a44a4c30284 with identifier: YB10%20ZFF to the API
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB10%20ZFF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b0c0e996-0a65-5bfe-b0ef-9a44a4c30284',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB10 ZFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB10%20ZFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 67759,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 16V EXCLUSIV Hatchback',
 'transmission': 'automatic',
 'trim': '16V EXCLUSIV',
 'vin': 'W0L0SDL68A4316821',
 'year': 2010}
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB10%2520ZFF%27 HTTP/1.1" 200 None
2026-03-30 06:37:05 [bca.uk] INFO: Saving data for YB10%20ZFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564476.166536, 'last_price_update_time': 1774852625.326896}
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB10%2520ZFF') HTTP/1.1" 204 0
2026-03-30 06:37:05 [bca.uk] INFO: Found listing with ID: LG22%20XSD
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520XSD%27 HTTP/1.1" 200 None
2026-03-30 06:37:05 [bca.uk] INFO: Scrape type for LG22%20XSD: 2
2026-03-30 06:37:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0032840d-8fa7-5d5d-98c3-ecd308e6011c with identifier: LG22%20XSD
2026-03-30 06:37:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0032840d-8fa7-5d5d-98c3-ecd308e6011c with scrape type 2
2026-03-30 06:37:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0032840d-8fa7-5d5d-98c3-ecd308e6011c with scrape type 2
2026-03-30 06:37:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0032840d-8fa7-5d5d-98c3-ecd308e6011c, identifier: LG22%20XSD
2026-03-30 06:37:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6156a0a4-847f-564b-baea-ecb5f70cae7b with identifier: S9%20WBG
2026-03-30 06:37:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6156a0a4-847f-564b-baea-ecb5f70cae7b with identifier: S9%20WBG
2026-03-30 06:37:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6156a0a4-847f-564b-baea-ecb5f70cae7b with identifier: S9%20WBG to the API
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S9%20WBG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6156a0a4-847f-564b-baea-ecb5f70cae7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'S9 WBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=S9%20WBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'JAGUAR',
 'model': 'XJ SERIES LWB',
 'odometer': 94446,
 'odometer_reading_unit': '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 XJ SERIES LWB 3.0 D V6 300 PORTFOLIO Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 300 PORTFOLIO',
 'vin': 'SAJAC2694GNV99173',
 'year': 2016}
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S9%2520WBG%27 HTTP/1.1" 200 None
2026-03-30 06:37:05 [bca.uk] INFO: Saving data for S9%20WBG: {'auction_closing_time': 1775037600.0, 'created_time': 1774533904.96455, 'last_price_update_time': 1774852625.718088}
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='S9%2520WBG') HTTP/1.1" 204 0
2026-03-30 06:37:05 [bca.uk] INFO: Found listing with ID: DY74%20BVV
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVV%27 HTTP/1.1" 200 None
2026-03-30 06:37:05 [bca.uk] INFO: Scrape type for DY74%20BVV: 2
2026-03-30 06:37:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with identifier: DY74%20BVV
2026-03-30 06:37:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with scrape type 2
2026-03-30 06:37:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with scrape type 2
2026-03-30 06:37:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5, identifier: DY74%20BVV
2026-03-30 06:37:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76803cf0-0cd8-5b9a-a18c-896dc56a2771 with identifier: ML24%20PTZ
2026-03-30 06:37:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76803cf0-0cd8-5b9a-a18c-896dc56a2771 with identifier: ML24%20PTZ
2026-03-30 06:37:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76803cf0-0cd8-5b9a-a18c-896dc56a2771 with identifier: ML24%20PTZ to the API
2026-03-30 06:37:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML24%20PTZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '76803cf0-0cd8-5b9a-a18c-896dc56a2771',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML24 PTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML24%20PTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 38674,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS1RC361428',
 'year': 2024}
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML24%2520PTZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:06 [bca.uk] INFO: Saving data for ML24%20PTZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534119.845933, 'last_price_update_time': 1774852626.13602}
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML24%2520PTZ') HTTP/1.1" 204 0
2026-03-30 06:37:06 [bca.uk] INFO: Found listing with ID: SK18%20DFJ
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK18%2520DFJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:06 [bca.uk] INFO: Scrape type for SK18%20DFJ: 0
2026-03-30 06:37:06 [bca.uk] INFO: Found listing with ID: GL72%20DND
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520DND%27 HTTP/1.1" 200 None
2026-03-30 06:37:06 [bca.uk] INFO: Scrape type for GL72%20DND: 2
2026-03-30 06:37:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with identifier: GL72%20DND
2026-03-30 06:37:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with scrape type 2
2026-03-30 06:37:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with scrape type 2
2026-03-30 06:37:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fce60ea-2630-5e6e-8645-9c3817bd5d2e, identifier: GL72%20DND
2026-03-30 06:37:06 [bca.uk] INFO: Found listing with ID: RE62%20WCV
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE62%2520WCV%27 HTTP/1.1" 200 None
2026-03-30 06:37:06 [bca.uk] INFO: Scrape type for RE62%20WCV: 2
2026-03-30 06:37:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with identifier: RE62%20WCV
2026-03-30 06:37:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with scrape type 2
2026-03-30 06:37:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with scrape type 2
2026-03-30 06:37:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1adc5ceb-3347-5e46-af96-cc91dbcc2e75, identifier: RE62%20WCV
2026-03-30 06:37:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0032840d-8fa7-5d5d-98c3-ecd308e6011c with identifier: LG22%20XSD
2026-03-30 06:37:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0032840d-8fa7-5d5d-98c3-ecd308e6011c with identifier: LG22%20XSD
2026-03-30 06:37:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0032840d-8fa7-5d5d-98c3-ecd308e6011c with identifier: LG22%20XSD to the API
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG22%20XSD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0032840d-8fa7-5d5d-98c3-ecd308e6011c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG22 XSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG22%20XSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 20274,
 'odometer_reading_unit': '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': 'WMW32DH0902S47456',
 'year': 2022}
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520XSD%27 HTTP/1.1" 200 None
2026-03-30 06:37:06 [bca.uk] INFO: Saving data for LG22%20XSD: {'auction_closing_time': 1774951200.0, 'created_time': 1773958994.428557, 'last_price_update_time': 1774852626.677224}
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG22%2520XSD') HTTP/1.1" 204 0
2026-03-30 06:37:06 [bca.uk] INFO: Found listing with ID: FG22%20YSC
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520YSC%27 HTTP/1.1" 200 None
2026-03-30 06:37:06 [bca.uk] INFO: Scrape type for FG22%20YSC: 2
2026-03-30 06:37:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 614d0c68-b997-5ae7-be05-b54075545bae with identifier: FG22%20YSC
2026-03-30 06:37:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 614d0c68-b997-5ae7-be05-b54075545bae with scrape type 2
2026-03-30 06:37:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 614d0c68-b997-5ae7-be05-b54075545bae with scrape type 2
2026-03-30 06:37:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 614d0c68-b997-5ae7-be05-b54075545bae, identifier: FG22%20YSC
2026-03-30 06:37:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with identifier: DY74%20BVV
2026-03-30 06:37:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with identifier: DY74%20BVV
2026-03-30 06:37:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5 with identifier: DY74%20BVV to the API
2026-03-30 06:37:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BVV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4ea9e2d0-88b3-5f96-82b1-4fcc14fed3a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY74 BVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 12130,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS1R6019307',
 'year': 2024}
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVV%27 HTTP/1.1" 200 None
2026-03-30 06:37:07 [bca.uk] INFO: Saving data for DY74%20BVV: {'auction_closing_time': 1775037600.0, 'created_time': 1773835009.090891, 'last_price_update_time': 1774852627.183829}
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BVV') HTTP/1.1" 204 0
2026-03-30 06:37:07 [bca.uk] INFO: Found listing with ID: NG21%20BPX
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520BPX%27 HTTP/1.1" 200 None
2026-03-30 06:37:07 [bca.uk] INFO: Scrape type for NG21%20BPX: 2
2026-03-30 06:37:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80680a74-d71a-5080-a9c7-12253f2221ba with identifier: NG21%20BPX
2026-03-30 06:37:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80680a74-d71a-5080-a9c7-12253f2221ba with scrape type 2
2026-03-30 06:37:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80680a74-d71a-5080-a9c7-12253f2221ba with scrape type 2
2026-03-30 06:37:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80680a74-d71a-5080-a9c7-12253f2221ba, identifier: NG21%20BPX
2026-03-30 06:37:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with identifier: GL72%20DND
2026-03-30 06:37:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with identifier: GL72%20DND
2026-03-30 06:37:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fce60ea-2630-5e6e-8645-9c3817bd5d2e with identifier: GL72%20DND to the API
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20DND-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4fce60ea-2630-5e6e-8645-9c3817bd5d2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL72 DND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20DND&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SSANGYONG',
 'model': 'REXTON',
 'odometer': 37487,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SSANGYONG REXTON 2.2 ULTIMATE PLUS StationWagon',
 'transmission': 'automatic',
 'trim': 'ULTIMATE PLUS',
 'vin': 'KPT50B1ESNP085947',
 'year': 2022}
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520DND%27 HTTP/1.1" 200 None
2026-03-30 06:37:07 [bca.uk] INFO: Saving data for GL72%20DND: {'auction_closing_time': 1774864800.0, 'created_time': 1774351826.804836, 'last_price_update_time': 1774852627.581177}
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520DND') HTTP/1.1" 204 0
2026-03-30 06:37:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with identifier: RE62%20WCV
2026-03-30 06:37:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with identifier: RE62%20WCV
2026-03-30 06:37:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1adc5ceb-3347-5e46-af96-cc91dbcc2e75 with identifier: RE62%20WCV to the API
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE62%20WCV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1adc5ceb-3347-5e46-af96-cc91dbcc2e75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE62 WCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE62%20WCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 86024,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'MATCH',
 'vin': 'WVWZZZ6RZDU016003',
 'year': 2012}
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE62%2520WCV%27 HTTP/1.1" 200 None
2026-03-30 06:37:07 [bca.uk] INFO: Saving data for RE62%20WCV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564476.532609, 'last_price_update_time': 1774852627.868828}
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE62%2520WCV') HTTP/1.1" 204 0
2026-03-30 06:37:07 [bca.uk] INFO: Found listing with ID: LG22%20YAF
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520YAF%27 HTTP/1.1" 200 None
2026-03-30 06:37:07 [bca.uk] INFO: Scrape type for LG22%20YAF: 2
2026-03-30 06:37:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cc81fea-d3c0-540b-8708-ac1f16e3c32b with identifier: LG22%20YAF
2026-03-30 06:37:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cc81fea-d3c0-540b-8708-ac1f16e3c32b with scrape type 2
2026-03-30 06:37:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cc81fea-d3c0-540b-8708-ac1f16e3c32b with scrape type 2
2026-03-30 06:37:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cc81fea-d3c0-540b-8708-ac1f16e3c32b, identifier: LG22%20YAF
2026-03-30 06:37:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 614d0c68-b997-5ae7-be05-b54075545bae with identifier: FG22%20YSC
2026-03-30 06:37:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 614d0c68-b997-5ae7-be05-b54075545bae with identifier: FG22%20YSC
2026-03-30 06:37:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 614d0c68-b997-5ae7-be05-b54075545bae with identifier: FG22%20YSC to the API
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG22%20YSC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '614d0c68-b997-5ae7-be05-b54075545bae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG22 YSC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG22%20YSC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'ARKANA',
 'odometer': 21567,
 'odometer_reading_unit': '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 R.S.LINE Coupe',
 'transmission': 'automatic',
 'trim': 'E-TECH HEV 145 R.S.LINE',
 'vin': 'VF1RJL006UC318455',
 'year': 2022}
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520YSC%27 HTTP/1.1" 200 None
2026-03-30 06:37:08 [bca.uk] INFO: Saving data for FG22%20YSC: {'auction_closing_time': 1775037600.0, 'created_time': 1774533907.788705, 'last_price_update_time': 1774852628.307689}
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG22%2520YSC') HTTP/1.1" 204 0
2026-03-30 06:37:08 [bca.uk] INFO: Found listing with ID: DY74%20BWC
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BWC%27 HTTP/1.1" 200 None
2026-03-30 06:37:08 [bca.uk] INFO: Scrape type for DY74%20BWC: 2
2026-03-30 06:37:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bafabf3-8e3b-578c-91e9-9defcdb6109a with identifier: DY74%20BWC
2026-03-30 06:37:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bafabf3-8e3b-578c-91e9-9defcdb6109a with scrape type 2
2026-03-30 06:37:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bafabf3-8e3b-578c-91e9-9defcdb6109a with scrape type 2
2026-03-30 06:37:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bafabf3-8e3b-578c-91e9-9defcdb6109a, identifier: DY74%20BWC
2026-03-30 06:37:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80680a74-d71a-5080-a9c7-12253f2221ba with identifier: NG21%20BPX
2026-03-30 06:37:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80680a74-d71a-5080-a9c7-12253f2221ba with identifier: NG21%20BPX
2026-03-30 06:37:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80680a74-d71a-5080-a9c7-12253f2221ba with identifier: NG21%20BPX to the API
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG21%20BPX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '80680a74-d71a-5080-a9c7-12253f2221ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NG21 BPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG21%20BPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 42840,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 VVT-I HYBRID ICON TECH Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON TECH',
 'vin': 'SB1Z93BEX0E190873',
 'year': 2021}
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520BPX%27 HTTP/1.1" 200 None
2026-03-30 06:37:08 [bca.uk] INFO: Saving data for NG21%20BPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534118.485594, 'last_price_update_time': 1774852628.737847}
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG21%2520BPX') HTTP/1.1" 204 0
2026-03-30 06:37:08 [bca.uk] INFO: Found listing with ID: BL12%20YBV
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL12%2520YBV%27 HTTP/1.1" 200 None
2026-03-30 06:37:08 [bca.uk] INFO: Scrape type for BL12%20YBV: 2
2026-03-30 06:37:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa7cde0c-3851-5971-9f2f-6e050c82a609 with identifier: BL12%20YBV
2026-03-30 06:37:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa7cde0c-3851-5971-9f2f-6e050c82a609 with scrape type 2
2026-03-30 06:37:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa7cde0c-3851-5971-9f2f-6e050c82a609 with scrape type 2
2026-03-30 06:37:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa7cde0c-3851-5971-9f2f-6e050c82a609, identifier: BL12%20YBV
2026-03-30 06:37:08 [bca.uk] INFO: Found listing with ID: PN67%20WXW
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520WXW%27 HTTP/1.1" 200 None
2026-03-30 06:37:08 [bca.uk] INFO: Scrape type for PN67%20WXW: 2
2026-03-30 06:37:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with identifier: PN67%20WXW
2026-03-30 06:37:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with scrape type 2
2026-03-30 06:37:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with scrape type 2
2026-03-30 06:37:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 744cf52c-5272-55a6-a99f-b0a5dc7d60f3, identifier: PN67%20WXW
2026-03-30 06:37:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cc81fea-d3c0-540b-8708-ac1f16e3c32b with identifier: LG22%20YAF
2026-03-30 06:37:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cc81fea-d3c0-540b-8708-ac1f16e3c32b with identifier: LG22%20YAF
2026-03-30 06:37:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cc81fea-d3c0-540b-8708-ac1f16e3c32b with identifier: LG22%20YAF to the API
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG22%20YAF-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9cc81fea-d3c0-540b-8708-ac1f16e3c32b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG22 YAF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG22%20YAF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 9157,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L3 Hatchback',
 'transmission': 'automatic',
 'trim': '135KW 33KWH COOPER S L3',
 'vin': 'WMW12DJ0902S53758',
 'year': 2022}
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520YAF%27 HTTP/1.1" 200 None
2026-03-30 06:37:09 [bca.uk] INFO: Saving data for LG22%20YAF: {'auction_closing_time': 1774951200.0, 'created_time': 1773958996.018042, 'last_price_update_time': 1774852629.260551}
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG22%2520YAF') HTTP/1.1" 204 0
2026-03-30 06:37:09 [bca.uk] INFO: Found listing with ID: KS25%20SPX
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS25%2520SPX%27 HTTP/1.1" 200 None
2026-03-30 06:37:09 [bca.uk] INFO: Scrape type for KS25%20SPX: 2
2026-03-30 06:37:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a2fc064-b9a1-57f1-a9bb-f9b5bb961069 with identifier: KS25%20SPX
2026-03-30 06:37:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a2fc064-b9a1-57f1-a9bb-f9b5bb961069 with scrape type 2
2026-03-30 06:37:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a2fc064-b9a1-57f1-a9bb-f9b5bb961069 with scrape type 2
2026-03-30 06:37:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a2fc064-b9a1-57f1-a9bb-f9b5bb961069, identifier: KS25%20SPX
2026-03-30 06:37:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bafabf3-8e3b-578c-91e9-9defcdb6109a with identifier: DY74%20BWC
2026-03-30 06:37:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bafabf3-8e3b-578c-91e9-9defcdb6109a with identifier: DY74%20BWC
2026-03-30 06:37:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bafabf3-8e3b-578c-91e9-9defcdb6109a with identifier: DY74%20BWC to the API
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BWC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4bafabf3-8e3b-578c-91e9-9defcdb6109a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY74 BWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 10275,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNSXR6017992',
 'year': 2024}
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BWC%27 HTTP/1.1" 200 None
2026-03-30 06:37:09 [bca.uk] INFO: Saving data for DY74%20BWC: {'auction_closing_time': 1775037600.0, 'created_time': 1773834951.670061, 'last_price_update_time': 1774852629.716774}
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BWC') HTTP/1.1" 204 0
2026-03-30 06:37:09 [bca.uk] INFO: Found listing with ID: CK22%20UUL
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK22%2520UUL%27 HTTP/1.1" 200 None
2026-03-30 06:37:09 [bca.uk] INFO: Scrape type for CK22%20UUL: 0
2026-03-30 06:37:09 [bca.uk] INFO: Found listing with ID: DE72%20RLO
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE72%2520RLO%27 HTTP/1.1" 200 None
2026-03-30 06:37:09 [bca.uk] INFO: Scrape type for DE72%20RLO: 2
2026-03-30 06:37:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a65518d5-4cea-5a26-a438-b8384e0eed4f with identifier: DE72%20RLO
2026-03-30 06:37:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a65518d5-4cea-5a26-a438-b8384e0eed4f with scrape type 2
2026-03-30 06:37:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a65518d5-4cea-5a26-a438-b8384e0eed4f with scrape type 2
2026-03-30 06:37:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a65518d5-4cea-5a26-a438-b8384e0eed4f, identifier: DE72%20RLO
2026-03-30 06:37:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa7cde0c-3851-5971-9f2f-6e050c82a609 with identifier: BL12%20YBV
2026-03-30 06:37:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa7cde0c-3851-5971-9f2f-6e050c82a609 with identifier: BL12%20YBV
2026-03-30 06:37:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa7cde0c-3851-5971-9f2f-6e050c82a609 with identifier: BL12%20YBV to the API
2026-03-30 06:37:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL12%20YBV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aa7cde0c-3851-5971-9f2f-6e050c82a609',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL12 YBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL12%20YBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 98102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A7 SPORTBACK 3.0 TDI 204 5S S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 204 5S S-T',
 'vin': 'WAUZZZ4G3CN085364',
 'year': 2012}
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL12%2520YBV%27 HTTP/1.1" 200 None
2026-03-30 06:37:10 [bca.uk] INFO: Saving data for BL12%20YBV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564246.389091, 'last_price_update_time': 1774852630.142299}
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL12%2520YBV') HTTP/1.1" 204 0
2026-03-30 06:37:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with identifier: PN67%20WXW
2026-03-30 06:37:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with identifier: PN67%20WXW
2026-03-30 06:37:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 744cf52c-5272-55a6-a99f-b0a5dc7d60f3 with identifier: PN67%20WXW to the API
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN67%20WXW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '744cf52c-5272-55a6-a99f-b0a5dc7d60f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN67 WXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN67%20WXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 51216,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0FXXGAHFHA85752',
 'year': 2017}
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520WXW%27 HTTP/1.1" 200 None
2026-03-30 06:37:10 [bca.uk] INFO: Saving data for PN67%20WXW: {'auction_closing_time': 1774864800.0, 'created_time': 1774447381.701258, 'last_price_update_time': 1774852630.44524}
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN67%2520WXW') HTTP/1.1" 204 0
2026-03-30 06:37:10 [bca.uk] INFO: Found listing with ID: LH68%20CKV
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LH68%2520CKV%27 HTTP/1.1" 200 None
2026-03-30 06:37:10 [bca.uk] INFO: Scrape type for LH68%20CKV: 2
2026-03-30 06:37:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b290110-fd10-549a-823e-aeebe07a6c98 with identifier: LH68%20CKV
2026-03-30 06:37:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b290110-fd10-549a-823e-aeebe07a6c98 with scrape type 2
2026-03-30 06:37:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b290110-fd10-549a-823e-aeebe07a6c98 with scrape type 2
2026-03-30 06:37:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b290110-fd10-549a-823e-aeebe07a6c98, identifier: LH68%20CKV
2026-03-30 06:37:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a2fc064-b9a1-57f1-a9bb-f9b5bb961069 with identifier: KS25%20SPX
2026-03-30 06:37:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a2fc064-b9a1-57f1-a9bb-f9b5bb961069 with identifier: KS25%20SPX
2026-03-30 06:37:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a2fc064-b9a1-57f1-a9bb-f9b5bb961069 with identifier: KS25%20SPX to the API
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS25%20SPX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a2fc064-b9a1-57f1-a9bb-f9b5bb961069',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS25 SPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS25%20SPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 3784,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 MHEV 136 ALLURE E-DSC6 StationWagon',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY4SS063575',
 'year': 2025}
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS25%2520SPX%27 HTTP/1.1" 200 None
2026-03-30 06:37:10 [bca.uk] INFO: Saving data for KS25%20SPX: {'auction_closing_time': 1775037600.0, 'created_time': 1774533906.153313, 'last_price_update_time': 1774852630.875498}
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS25%2520SPX') HTTP/1.1" 204 0
2026-03-30 06:37:10 [bca.uk] INFO: Found listing with ID: BT24%20VGZ
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520VGZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:10 [bca.uk] INFO: Scrape type for BT24%20VGZ: 2
2026-03-30 06:37:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 942bfc7d-f82a-59c2-a269-1c48a189f7eb with identifier: BT24%20VGZ
2026-03-30 06:37:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 942bfc7d-f82a-59c2-a269-1c48a189f7eb with scrape type 2
2026-03-30 06:37:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 942bfc7d-f82a-59c2-a269-1c48a189f7eb with scrape type 2
2026-03-30 06:37:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 942bfc7d-f82a-59c2-a269-1c48a189f7eb, identifier: BT24%20VGZ
2026-03-30 06:37:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a65518d5-4cea-5a26-a438-b8384e0eed4f with identifier: DE72%20RLO
2026-03-30 06:37:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a65518d5-4cea-5a26-a438-b8384e0eed4f with identifier: DE72%20RLO
2026-03-30 06:37:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a65518d5-4cea-5a26-a438-b8384e0eed4f with identifier: DE72%20RLO to the API
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE72%20RLO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a65518d5-4cea-5a26-a438-b8384e0eed4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE72 RLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE72%20RLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CUPRA',
 'model': 'FORMENTOR',
 'odometer': 27568,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 V2',
 'vin': 'VSSZZZKM8PR023791',
 'year': 2022}
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE72%2520RLO%27 HTTP/1.1" 200 None
2026-03-30 06:37:11 [bca.uk] INFO: Saving data for DE72%20RLO: {'auction_closing_time': 1774864800.0, 'created_time': 1773929228.317625, 'last_price_update_time': 1774852631.276958}
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE72%2520RLO') HTTP/1.1" 204 0
2026-03-30 06:37:11 [bca.uk] INFO: Found listing with ID: BD61%20XNW
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD61%2520XNW%27 HTTP/1.1" 200 None
2026-03-30 06:37:11 [bca.uk] INFO: Scrape type for BD61%20XNW: 2
2026-03-30 06:37:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75194c8f-e350-54c3-b03d-25f49b6a274d with identifier: BD61%20XNW
2026-03-30 06:37:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75194c8f-e350-54c3-b03d-25f49b6a274d with scrape type 2
2026-03-30 06:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75194c8f-e350-54c3-b03d-25f49b6a274d with scrape type 2
2026-03-30 06:37:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75194c8f-e350-54c3-b03d-25f49b6a274d, identifier: BD61%20XNW
2026-03-30 06:37:11 [bca.uk] INFO: Found listing with ID: LT09%20NNH
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT09%2520NNH%27 HTTP/1.1" 200 None
2026-03-30 06:37:11 [bca.uk] INFO: Scrape type for LT09%20NNH: 2
2026-03-30 06:37:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f28d787-8165-5a57-94b1-34d580a1340b with identifier: LT09%20NNH
2026-03-30 06:37:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f28d787-8165-5a57-94b1-34d580a1340b with scrape type 2
2026-03-30 06:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f28d787-8165-5a57-94b1-34d580a1340b with scrape type 2
2026-03-30 06:37:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f28d787-8165-5a57-94b1-34d580a1340b, identifier: LT09%20NNH
2026-03-30 06:37:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b290110-fd10-549a-823e-aeebe07a6c98 with identifier: LH68%20CKV
2026-03-30 06:37:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b290110-fd10-549a-823e-aeebe07a6c98 with identifier: LH68%20CKV
2026-03-30 06:37:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b290110-fd10-549a-823e-aeebe07a6c98 with identifier: LH68%20CKV to the API
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 59,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LH68%20CKV-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': '7b290110-fd10-549a-823e-aeebe07a6c98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LH68 CKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LH68%20CKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 47453,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 T8 T/E 390 R DESIGN PRO G/T StationWagon',
 'transmission': 'manual',
 'trim': 'T8 T/E 390 R DESIGN PRO G/T',
 'vin': 'YV1LFBMTDK1486943',
 'year': 2019}
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LH68%2520CKV%27 HTTP/1.1" 200 None
2026-03-30 06:37:11 [bca.uk] INFO: Saving data for LH68%20CKV: {'auction_closing_time': 1774951200.0, 'created_time': 1774044756.493103, 'last_price_update_time': 1774852631.916743}
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LH68%2520CKV') HTTP/1.1" 204 0
2026-03-30 06:37:11 [bca.uk] INFO: Found listing with ID: MJ20%20WZR
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520WZR%27 HTTP/1.1" 200 None
2026-03-30 06:37:11 [bca.uk] INFO: Scrape type for MJ20%20WZR: 2
2026-03-30 06:37:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdbf023f-9fbe-5750-b1b4-8db502668c87 with identifier: MJ20%20WZR
2026-03-30 06:37:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdbf023f-9fbe-5750-b1b4-8db502668c87 with scrape type 2
2026-03-30 06:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdbf023f-9fbe-5750-b1b4-8db502668c87 with scrape type 2
2026-03-30 06:37:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdbf023f-9fbe-5750-b1b4-8db502668c87, identifier: MJ20%20WZR
2026-03-30 06:37:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 942bfc7d-f82a-59c2-a269-1c48a189f7eb with identifier: BT24%20VGZ
2026-03-30 06:37:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 942bfc7d-f82a-59c2-a269-1c48a189f7eb with identifier: BT24%20VGZ
2026-03-30 06:37:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 942bfc7d-f82a-59c2-a269-1c48a189f7eb with identifier: BT24%20VGZ to the API
2026-03-30 06:37:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT24%20VGZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '942bfc7d-f82a-59c2-a269-1c48a189f7eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT24 VGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT24%20VGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 10480,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 85 EDITION SUITE Hatchback',
 'transmission': 'automatic',
 'trim': '85 EDITION SUITE',
 'vin': 'TMBKH9NY3RF025442',
 'year': 2024}
2026-03-30 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520VGZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:12 [bca.uk] INFO: Saving data for BT24%20VGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774276853.211659, 'last_price_update_time': 1774852632.328116}
2026-03-30 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT24%2520VGZ') HTTP/1.1" 204 0
2026-03-30 06:37:12 [bca.uk] INFO: Found listing with ID: KY18%20KCJ
2026-03-30 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY18%2520KCJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:12 [bca.uk] INFO: Scrape type for KY18%20KCJ: 2
2026-03-30 06:37:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9489adff-d8d7-56d5-a13d-508480ab83ab with identifier: KY18%20KCJ
2026-03-30 06:37:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9489adff-d8d7-56d5-a13d-508480ab83ab with scrape type 2
2026-03-30 06:37:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9489adff-d8d7-56d5-a13d-508480ab83ab with scrape type 2
2026-03-30 06:37:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9489adff-d8d7-56d5-a13d-508480ab83ab, identifier: KY18%20KCJ
2026-03-30 06:37:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75194c8f-e350-54c3-b03d-25f49b6a274d with identifier: BD61%20XNW
2026-03-30 06:37:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75194c8f-e350-54c3-b03d-25f49b6a274d with identifier: BD61%20XNW
2026-03-30 06:37:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75194c8f-e350-54c3-b03d-25f49b6a274d with identifier: BD61%20XNW to the API
2026-03-30 06:37:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD61%20XNW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75194c8f-e350-54c3-b03d-25f49b6a274d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD61 XNW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD61%20XNW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 138862,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'JMZDEA35200302979',
 'year': 2012}
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD61%2520XNW%27 HTTP/1.1" 200 None
2026-03-30 06:37:13 [bca.uk] INFO: Saving data for BD61%20XNW: {'auction_closing_time': 1774864800.0, 'created_time': 1774564245.95535, 'last_price_update_time': 1774852633.474192}
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD61%2520XNW') HTTP/1.1" 204 0
2026-03-30 06:37:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f28d787-8165-5a57-94b1-34d580a1340b with identifier: LT09%20NNH
2026-03-30 06:37:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f28d787-8165-5a57-94b1-34d580a1340b with identifier: LT09%20NNH
2026-03-30 06:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f28d787-8165-5a57-94b1-34d580a1340b with identifier: LT09%20NNH to the API
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT09%20NNH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f28d787-8165-5a57-94b1-34d580a1340b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT09 NNH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT09%20NNH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 121507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 VVT 115 BREEZE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 115 BREEZE',
 'vin': 'W0L0AHL4888109777',
 'year': 2009}
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT09%2520NNH%27 HTTP/1.1" 200 None
2026-03-30 06:37:13 [bca.uk] INFO: Saving data for LT09%20NNH: {'auction_closing_time': 1774864800.0, 'created_time': 1774564479.392739, 'last_price_update_time': 1774852633.763889}
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT09%2520NNH') HTTP/1.1" 204 0
2026-03-30 06:37:13 [bca.uk] INFO: Found listing with ID: YD67%20ZCJ
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD67%2520ZCJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:13 [bca.uk] INFO: Scrape type for YD67%20ZCJ: 2
2026-03-30 06:37:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab228392-d711-5787-8c04-88b40a4261b2 with identifier: YD67%20ZCJ
2026-03-30 06:37:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab228392-d711-5787-8c04-88b40a4261b2 with scrape type 2
2026-03-30 06:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab228392-d711-5787-8c04-88b40a4261b2 with scrape type 2
2026-03-30 06:37:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab228392-d711-5787-8c04-88b40a4261b2, identifier: YD67%20ZCJ
2026-03-30 06:37:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdbf023f-9fbe-5750-b1b4-8db502668c87 with identifier: MJ20%20WZR
2026-03-30 06:37:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdbf023f-9fbe-5750-b1b4-8db502668c87 with identifier: MJ20%20WZR
2026-03-30 06:37:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdbf023f-9fbe-5750-b1b4-8db502668c87 with identifier: MJ20%20WZR to the API
2026-03-30 06:37:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ20%20WZR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fdbf023f-9fbe-5750-b1b4-8db502668c87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ20 WZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ20%20WZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 72370,
 'odometer_reading_unit': '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 5008 1.2 P/T 130 ALLURE StationWagon',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VF3MRHNSMLS057237',
 'year': 2020}
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ20%2520WZR%27 HTTP/1.1" 200 None
2026-03-30 06:37:14 [bca.uk] INFO: Saving data for MJ20%20WZR: {'auction_closing_time': 1775037600.0, 'created_time': 1774392171.052265, 'last_price_update_time': 1774852634.164864}
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ20%2520WZR') HTTP/1.1" 204 0
2026-03-30 06:37:14 [bca.uk] INFO: Found listing with ID: MA21%20XWB
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520XWB%27 HTTP/1.1" 200 None
2026-03-30 06:37:14 [bca.uk] INFO: Scrape type for MA21%20XWB: 2
2026-03-30 06:37:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0a81291-df08-56b1-aa94-a4b11ed3f26d with identifier: MA21%20XWB
2026-03-30 06:37:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0a81291-df08-56b1-aa94-a4b11ed3f26d with scrape type 2
2026-03-30 06:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0a81291-df08-56b1-aa94-a4b11ed3f26d with scrape type 2
2026-03-30 06:37:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0a81291-df08-56b1-aa94-a4b11ed3f26d, identifier: MA21%20XWB
2026-03-30 06:37:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9489adff-d8d7-56d5-a13d-508480ab83ab with identifier: KY18%20KCJ
2026-03-30 06:37:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9489adff-d8d7-56d5-a13d-508480ab83ab with identifier: KY18%20KCJ
2026-03-30 06:37:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9489adff-d8d7-56d5-a13d-508480ab83ab with identifier: KY18%20KCJ to the API
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY18%20KCJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9489adff-d8d7-56d5-a13d-508480ab83ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY18 KCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY18%20KCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 53107,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D150 AWD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 AWD R-DYNAMIC S',
 'vin': 'SADFA2AN8J1Z05521',
 'year': 2018}
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY18%2520KCJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:14 [bca.uk] INFO: Saving data for KY18%20KCJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390717.219977, 'last_price_update_time': 1774852634.582219}
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY18%2520KCJ') HTTP/1.1" 204 0
2026-03-30 06:37:14 [bca.uk] INFO: Found listing with ID: BL13%20SDV
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL13%2520SDV%27 HTTP/1.1" 200 None
2026-03-30 06:37:14 [bca.uk] INFO: Scrape type for BL13%20SDV: 2
2026-03-30 06:37:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86f43ddf-4887-590a-845b-f97c009fc815 with identifier: BL13%20SDV
2026-03-30 06:37:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86f43ddf-4887-590a-845b-f97c009fc815 with scrape type 2
2026-03-30 06:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86f43ddf-4887-590a-845b-f97c009fc815 with scrape type 2
2026-03-30 06:37:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86f43ddf-4887-590a-845b-f97c009fc815, identifier: BL13%20SDV
2026-03-30 06:37:14 [bca.uk] INFO: Found listing with ID: SR19%20FPO
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520FPO%27 HTTP/1.1" 200 None
2026-03-30 06:37:14 [bca.uk] INFO: Scrape type for SR19%20FPO: 2
2026-03-30 06:37:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5776c8db-1256-5bbc-bded-63f16448c346 with identifier: SR19%20FPO
2026-03-30 06:37:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5776c8db-1256-5bbc-bded-63f16448c346 with scrape type 2
2026-03-30 06:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5776c8db-1256-5bbc-bded-63f16448c346 with scrape type 2
2026-03-30 06:37:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5776c8db-1256-5bbc-bded-63f16448c346, identifier: SR19%20FPO
2026-03-30 06:37:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab228392-d711-5787-8c04-88b40a4261b2 with identifier: YD67%20ZCJ
2026-03-30 06:37:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab228392-d711-5787-8c04-88b40a4261b2 with identifier: YD67%20ZCJ
2026-03-30 06:37:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab228392-d711-5787-8c04-88b40a4261b2 with identifier: YD67%20ZCJ to the API
2026-03-30 06:37:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37: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:37:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD67%20ZCJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ab228392-d711-5787-8c04-88b40a4261b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD67 ZCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD67%20ZCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 220 D',
 'odometer': 95162,
 'odometer_reading_unit': '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 PREMIUM 4M DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM 4M DCT',
 'vin': 'WDC1569052J420771',
 'year': 2017}
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD67%2520ZCJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:15 [bca.uk] INFO: Saving data for YD67%20ZCJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774533707.583619, 'last_price_update_time': 1774852635.122543}
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD67%2520ZCJ') HTTP/1.1" 204 0
2026-03-30 06:37:15 [bca.uk] INFO: Found listing with ID: YM69%20YEE
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM69%2520YEE%27 HTTP/1.1" 200 None
2026-03-30 06:37:15 [bca.uk] INFO: Scrape type for YM69%20YEE: 2
2026-03-30 06:37:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89c179c7-555f-5ed3-8f68-4199c02a7131 with identifier: YM69%20YEE
2026-03-30 06:37:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89c179c7-555f-5ed3-8f68-4199c02a7131 with scrape type 2
2026-03-30 06:37:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89c179c7-555f-5ed3-8f68-4199c02a7131 with scrape type 2
2026-03-30 06:37:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89c179c7-555f-5ed3-8f68-4199c02a7131, identifier: YM69%20YEE
2026-03-30 06:37:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0a81291-df08-56b1-aa94-a4b11ed3f26d with identifier: MA21%20XWB
2026-03-30 06:37:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0a81291-df08-56b1-aa94-a4b11ed3f26d with identifier: MA21%20XWB
2026-03-30 06:37:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0a81291-df08-56b1-aa94-a4b11ed3f26d with identifier: MA21%20XWB to the API
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37: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:37:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA21%20XWB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b0a81291-df08-56b1-aa94-a4b11ed3f26d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA21 XWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA21%20XWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 27113,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW522483',
 'year': 2021}
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520XWB%27 HTTP/1.1" 200 None
2026-03-30 06:37:15 [bca.uk] INFO: Saving data for MA21%20XWB: {'auction_closing_time': 1774864800.0, 'created_time': 1774533873.599701, 'last_price_update_time': 1774852635.539201}
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA21%2520XWB') HTTP/1.1" 204 0
2026-03-30 06:37:15 [bca.uk] INFO: Found listing with ID: BP23%20OUK
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP23%2520OUK%27 HTTP/1.1" 200 None
2026-03-30 06:37:15 [bca.uk] INFO: Scrape type for BP23%20OUK: 2
2026-03-30 06:37:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b57c6dc1-6918-556d-a995-d90f7c0ad596 with identifier: BP23%20OUK
2026-03-30 06:37:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b57c6dc1-6918-556d-a995-d90f7c0ad596 with scrape type 2
2026-03-30 06:37:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b57c6dc1-6918-556d-a995-d90f7c0ad596 with scrape type 2
2026-03-30 06:37:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b57c6dc1-6918-556d-a995-d90f7c0ad596, identifier: BP23%20OUK
2026-03-30 06:37:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86f43ddf-4887-590a-845b-f97c009fc815 with identifier: BL13%20SDV
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=maroon HTTP/1.1" 200 None
2026-03-30 06:37:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:37: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:37:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86f43ddf-4887-590a-845b-f97c009fc815 with identifier: BL13%20SDV
2026-03-30 06:37:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86f43ddf-4887-590a-845b-f97c009fc815 with identifier: BL13%20SDV to the API
2026-03-30 06:37:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL13%20SDV-GB',
 'category': 'Car',
 'color': 'maroon',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '86f43ddf-4887-590a-845b-f97c009fc815',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL13 SDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL13%20SDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'ROOMSTER',
 'odometer': 75114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'SKODA ROOMSTER 1.6 TDI CR 105 SE PLUS MPV',
 'transmission': 'manual',
 'trim': 'TDI CR 105 SE PLUS',
 'vin': 'TMBPL65J4D5008430',
 'year': 2013}
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL13%2520SDV%27 HTTP/1.1" 200 None
2026-03-30 06:37:16 [bca.uk] INFO: Saving data for BL13%20SDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564247.24724, 'last_price_update_time': 1774852636.13428}
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL13%2520SDV') HTTP/1.1" 204 0
2026-03-30 06:37:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5776c8db-1256-5bbc-bded-63f16448c346 with identifier: SR19%20FPO
2026-03-30 06:37:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5776c8db-1256-5bbc-bded-63f16448c346 with identifier: SR19%20FPO
2026-03-30 06:37:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5776c8db-1256-5bbc-bded-63f16448c346 with identifier: SR19%20FPO to the API
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR19%20FPO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5776c8db-1256-5bbc-bded-63f16448c346',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR19 FPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR19%20FPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 139805,
 'odometer_reading_unit': '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 PASSAT 2.0 TDI 150 R LINE Estate',
 'transmission': 'manual',
 'trim': 'TDI 150 R LINE',
 'vin': 'WVWZZZ3CZKE045683',
 'year': 2019}
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520FPO%27 HTTP/1.1" 200 None
2026-03-30 06:37:16 [bca.uk] INFO: Saving data for SR19%20FPO: {'auction_closing_time': 1775037600.0, 'created_time': 1774534654.132777, 'last_price_update_time': 1774852636.421063}
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR19%2520FPO') HTTP/1.1" 204 0
2026-03-30 06:37:16 [bca.uk] INFO: Found listing with ID: PX18%20UPS
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX18%2520UPS%27 HTTP/1.1" 200 None
2026-03-30 06:37:16 [bca.uk] INFO: Scrape type for PX18%20UPS: 2
2026-03-30 06:37:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 744f9b03-0700-5bd8-a921-a1b11a70f4bd with identifier: PX18%20UPS
2026-03-30 06:37:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 744f9b03-0700-5bd8-a921-a1b11a70f4bd with scrape type 2
2026-03-30 06:37:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 744f9b03-0700-5bd8-a921-a1b11a70f4bd with scrape type 2
2026-03-30 06:37:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 744f9b03-0700-5bd8-a921-a1b11a70f4bd, identifier: PX18%20UPS
2026-03-30 06:37:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89c179c7-555f-5ed3-8f68-4199c02a7131 with identifier: YM69%20YEE
2026-03-30 06:37:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89c179c7-555f-5ed3-8f68-4199c02a7131 with identifier: YM69%20YEE
2026-03-30 06:37:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89c179c7-555f-5ed3-8f68-4199c02a7131 with identifier: YM69%20YEE to the API
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM69%20YEE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '89c179c7-555f-5ed3-8f68-4199c02a7131',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM69 YEE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM69%20YEE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 55796,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.0 VTEC TURBO 126 SR Hatchback',
 'transmission': 'manual',
 'trim': 'VTEC TURBO 126 SR',
 'vin': 'SHHFK6760KU003486',
 'year': 2020}
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM69%2520YEE%27 HTTP/1.1" 200 None
2026-03-30 06:37:16 [bca.uk] INFO: Saving data for YM69%20YEE: {'auction_closing_time': 1775037600.0, 'created_time': 1774533913.641584, 'last_price_update_time': 1774852636.813945}
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM69%2520YEE') HTTP/1.1" 204 0
2026-03-30 06:37:16 [bca.uk] INFO: Found listing with ID: WA21%20YCZ
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520YCZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:16 [bca.uk] INFO: Scrape type for WA21%20YCZ: 2
2026-03-30 06:37:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1bf9f51-2355-5a4f-9b6d-936f428a490d with identifier: WA21%20YCZ
2026-03-30 06:37:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1bf9f51-2355-5a4f-9b6d-936f428a490d with scrape type 2
2026-03-30 06:37:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1bf9f51-2355-5a4f-9b6d-936f428a490d with scrape type 2
2026-03-30 06:37:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1bf9f51-2355-5a4f-9b6d-936f428a490d, identifier: WA21%20YCZ
2026-03-30 06:37:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b57c6dc1-6918-556d-a995-d90f7c0ad596 with identifier: BP23%20OUK
2026-03-30 06:37:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b57c6dc1-6918-556d-a995-d90f7c0ad596 with identifier: BP23%20OUK
2026-03-30 06:37:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b57c6dc1-6918-556d-a995-d90f7c0ad596 with identifier: BP23%20OUK to the API
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP23%20OUK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b57c6dc1-6918-556d-a995-d90f7c0ad596',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP23 OUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP23%20OUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 47706,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1URHNSSPW040171',
 'year': 2023}
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP23%2520OUK%27 HTTP/1.1" 200 None
2026-03-30 06:37:17 [bca.uk] INFO: Saving data for BP23%20OUK: {'auction_closing_time': 1775124000.0, 'created_time': 1774536367.199547, 'last_price_update_time': 1774852637.294042}
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP23%2520OUK') HTTP/1.1" 204 0
2026-03-30 06:37:17 [scrapy.extensions.logstats] INFO: Crawled 99 pages (at 0 pages/min), scraped 4250 items (at 138 items/min)
2026-03-30 06:37:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:37:17 [bca.uk] INFO: Found listing with ID: BV18%20OBO
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520OBO%27 HTTP/1.1" 200 None
2026-03-30 06:37:17 [bca.uk] INFO: Scrape type for BV18%20OBO: 2
2026-03-30 06:37:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 385c0950-8612-54e6-bb65-47ce4de24057 with identifier: BV18%20OBO
2026-03-30 06:37:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 385c0950-8612-54e6-bb65-47ce4de24057 with scrape type 2
2026-03-30 06:37:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 385c0950-8612-54e6-bb65-47ce4de24057 with scrape type 2
2026-03-30 06:37:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 385c0950-8612-54e6-bb65-47ce4de24057, identifier: BV18%20OBO
2026-03-30 06:37:17 [bca.uk] INFO: Found listing with ID: EJ13%20WVF
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ13%2520WVF%27 HTTP/1.1" 200 None
2026-03-30 06:37:17 [bca.uk] INFO: Scrape type for EJ13%20WVF: 2
2026-03-30 06:37:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5f82b15-aac8-51ef-895b-2cc1b108bc26 with identifier: EJ13%20WVF
2026-03-30 06:37:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5f82b15-aac8-51ef-895b-2cc1b108bc26 with scrape type 2
2026-03-30 06:37:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5f82b15-aac8-51ef-895b-2cc1b108bc26 with scrape type 2
2026-03-30 06:37:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5f82b15-aac8-51ef-895b-2cc1b108bc26, identifier: EJ13%20WVF
2026-03-30 06:37:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 744f9b03-0700-5bd8-a921-a1b11a70f4bd with identifier: PX18%20UPS
2026-03-30 06:37:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 744f9b03-0700-5bd8-a921-a1b11a70f4bd with identifier: PX18%20UPS
2026-03-30 06:37:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 744f9b03-0700-5bd8-a921-a1b11a70f4bd with identifier: PX18%20UPS to the API
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX18%20UPS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '744f9b03-0700-5bd8-a921-a1b11a70f4bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX18 UPS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX18%20UPS&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 83659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 SE StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 180 SE',
 'vin': 'SALCA2CN9HH677731',
 'year': 2018}
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX18%2520UPS%27 HTTP/1.1" 200 None
2026-03-30 06:37:17 [bca.uk] INFO: Saving data for PX18%20UPS: {'auction_closing_time': 1774864800.0, 'created_time': 1774533741.28513, 'last_price_update_time': 1774852637.835863}
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX18%2520UPS') HTTP/1.1" 204 0
2026-03-30 06:37:17 [bca.uk] INFO: Found listing with ID: DL73%20LFO
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFO%27 HTTP/1.1" 200 None
2026-03-30 06:37:17 [bca.uk] INFO: Scrape type for DL73%20LFO: 2
2026-03-30 06:37:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ecfb67a-d191-5fa3-a8b3-70c939145710 with identifier: DL73%20LFO
2026-03-30 06:37:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ecfb67a-d191-5fa3-a8b3-70c939145710 with scrape type 2
2026-03-30 06:37:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ecfb67a-d191-5fa3-a8b3-70c939145710 with scrape type 2
2026-03-30 06:37:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ecfb67a-d191-5fa3-a8b3-70c939145710, identifier: DL73%20LFO
2026-03-30 06:37:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1bf9f51-2355-5a4f-9b6d-936f428a490d with identifier: WA21%20YCZ
2026-03-30 06:37:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1bf9f51-2355-5a4f-9b6d-936f428a490d with identifier: WA21%20YCZ
2026-03-30 06:37:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1bf9f51-2355-5a4f-9b6d-936f428a490d with identifier: WA21%20YCZ to the API
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA21%20YCZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a1bf9f51-2355-5a4f-9b6d-936f428a490d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WA21 YCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA21%20YCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 41350,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE NIGHT ED.PREM.PLUS 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE NIGHT ED.PREM.PLUS 9G',
 'vin': 'W1K2130042A930122',
 'year': 2021}
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520YCZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:18 [bca.uk] INFO: Saving data for WA21%20YCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774533871.463078, 'last_price_update_time': 1774852638.257389}
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA21%2520YCZ') HTTP/1.1" 204 0
2026-03-30 06:37:18 [bca.uk] INFO: Found listing with ID: CJ23%20MWD
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MWD%27 HTTP/1.1" 200 None
2026-03-30 06:37:18 [bca.uk] INFO: Scrape type for CJ23%20MWD: 2
2026-03-30 06:37:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80dc6e6c-383b-5485-8feb-5d89137627ea with identifier: CJ23%20MWD
2026-03-30 06:37:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80dc6e6c-383b-5485-8feb-5d89137627ea with scrape type 2
2026-03-30 06:37:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80dc6e6c-383b-5485-8feb-5d89137627ea with scrape type 2
2026-03-30 06:37:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80dc6e6c-383b-5485-8feb-5d89137627ea, identifier: CJ23%20MWD
2026-03-30 06:37:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 385c0950-8612-54e6-bb65-47ce4de24057 with identifier: BV18%20OBO
2026-03-30 06:37:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 385c0950-8612-54e6-bb65-47ce4de24057 with identifier: BV18%20OBO
2026-03-30 06:37:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 385c0950-8612-54e6-bb65-47ce4de24057 with identifier: BV18%20OBO to the API
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=85&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV18%20OBO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '385c0950-8612-54e6-bb65-47ce4de24057',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV18 OBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV18%20OBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 77334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SUZUKI VITARA 1.6 SZ4 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ4',
 'vin': 'TSMLYD21S00494085',
 'year': 2018}
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520OBO%27 HTTP/1.1" 200 None
2026-03-30 06:37:18 [bca.uk] INFO: Saving data for BV18%20OBO: {'auction_closing_time': 1774864800.0, 'created_time': 1774564712.762295, 'last_price_update_time': 1774852638.654646}
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV18%2520OBO') HTTP/1.1" 204 0
2026-03-30 06:37:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5f82b15-aac8-51ef-895b-2cc1b108bc26 with identifier: EJ13%20WVF
2026-03-30 06:37:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5f82b15-aac8-51ef-895b-2cc1b108bc26 with identifier: EJ13%20WVF
2026-03-30 06:37:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5f82b15-aac8-51ef-895b-2cc1b108bc26 with identifier: EJ13%20WVF to the API
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ13%20WVF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e5f82b15-aac8-51ef-895b-2cc1b108bc26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ13 WVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ13%20WVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 95111,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TFSI 170 QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 170 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ8U8DR107076',
 'year': 2013}
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ13%2520WVF%27 HTTP/1.1" 200 None
2026-03-30 06:37:18 [bca.uk] INFO: Saving data for EJ13%20WVF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564465.853248, 'last_price_update_time': 1774852638.970485}
2026-03-30 06:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ13%2520WVF') HTTP/1.1" 204 0
2026-03-30 06:37:19 [bca.uk] INFO: Found listing with ID: LS68%20DTU
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS68%2520DTU%27 HTTP/1.1" 200 None
2026-03-30 06:37:19 [bca.uk] INFO: Scrape type for LS68%20DTU: 2
2026-03-30 06:37:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02cbe154-8ddc-587c-9802-771a891e2b34 with identifier: LS68%20DTU
2026-03-30 06:37:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02cbe154-8ddc-587c-9802-771a891e2b34 with scrape type 2
2026-03-30 06:37:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02cbe154-8ddc-587c-9802-771a891e2b34 with scrape type 2
2026-03-30 06:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02cbe154-8ddc-587c-9802-771a891e2b34, identifier: LS68%20DTU
2026-03-30 06:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ecfb67a-d191-5fa3-a8b3-70c939145710 with identifier: DL73%20LFO
2026-03-30 06:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ecfb67a-d191-5fa3-a8b3-70c939145710 with identifier: DL73%20LFO
2026-03-30 06:37:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ecfb67a-d191-5fa3-a8b3-70c939145710 with identifier: DL73%20LFO to the API
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LFO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4ecfb67a-d191-5fa3-a8b3-70c939145710',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 15198,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4293325',
 'year': 2023}
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFO%27 HTTP/1.1" 200 None
2026-03-30 06:37:19 [bca.uk] INFO: Saving data for DL73%20LFO: {'auction_closing_time': 1775037600.0, 'created_time': 1773841495.72171, 'last_price_update_time': 1774852639.604521}
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LFO') HTTP/1.1" 204 0
2026-03-30 06:37:19 [bca.uk] INFO: Found listing with ID: YC22%20FTP
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520FTP%27 HTTP/1.1" 200 None
2026-03-30 06:37:19 [bca.uk] INFO: Scrape type for YC22%20FTP: 2
2026-03-30 06:37:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53c69ad7-bfad-5e4e-b023-2aa0795980a6 with identifier: YC22%20FTP
2026-03-30 06:37:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53c69ad7-bfad-5e4e-b023-2aa0795980a6 with scrape type 2
2026-03-30 06:37:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53c69ad7-bfad-5e4e-b023-2aa0795980a6 with scrape type 2
2026-03-30 06:37:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53c69ad7-bfad-5e4e-b023-2aa0795980a6, identifier: YC22%20FTP
2026-03-30 06:37:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80dc6e6c-383b-5485-8feb-5d89137627ea with identifier: CJ23%20MWD
2026-03-30 06:37:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80dc6e6c-383b-5485-8feb-5d89137627ea with identifier: CJ23%20MWD
2026-03-30 06:37:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80dc6e6c-383b-5485-8feb-5d89137627ea with identifier: CJ23%20MWD to the API
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ23%20MWD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '80dc6e6c-383b-5485-8feb-5d89137627ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ23 MWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ23%20MWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 48078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 130 PERFORMANCE LINE+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE+ EAT8',
 'vin': 'VR1URHNSSPW056660',
 'year': 2023}
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MWD%27 HTTP/1.1" 200 None
2026-03-30 06:37:20 [bca.uk] INFO: Saving data for CJ23%20MWD: {'auction_closing_time': 1775124000.0, 'created_time': 1774536366.76735, 'last_price_update_time': 1774852640.03095}
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ23%2520MWD') HTTP/1.1" 204 0
2026-03-30 06:37:20 [bca.uk] INFO: Found listing with ID: EG66%20JWE
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG66%2520JWE%27 HTTP/1.1" 200 None
2026-03-30 06:37:20 [bca.uk] INFO: Scrape type for EG66%20JWE: 2
2026-03-30 06:37:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17d908a7-7f42-549e-ae94-d8cd060b6b03 with identifier: EG66%20JWE
2026-03-30 06:37:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17d908a7-7f42-549e-ae94-d8cd060b6b03 with scrape type 2
2026-03-30 06:37:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17d908a7-7f42-549e-ae94-d8cd060b6b03 with scrape type 2
2026-03-30 06:37:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17d908a7-7f42-549e-ae94-d8cd060b6b03, identifier: EG66%20JWE
2026-03-30 06:37:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02cbe154-8ddc-587c-9802-771a891e2b34 with identifier: LS68%20DTU
2026-03-30 06:37:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02cbe154-8ddc-587c-9802-771a891e2b34 with identifier: LS68%20DTU
2026-03-30 06:37:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02cbe154-8ddc-587c-9802-771a891e2b34 with identifier: LS68%20DTU to the API
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS68%20DTU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '02cbe154-8ddc-587c-9802-771a891e2b34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS68 DTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS68%20DTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 68444,
 'odometer_reading_unit': '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 R SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD R SPORT',
 'vin': 'SADCA2ANXKA364704',
 'year': 2018}
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS68%2520DTU%27 HTTP/1.1" 200 None
2026-03-30 06:37:20 [bca.uk] INFO: Saving data for LS68%20DTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774533769.922352, 'last_price_update_time': 1774852640.501619}
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS68%2520DTU') HTTP/1.1" 204 0
2026-03-30 06:37:20 [bca.uk] INFO: Found listing with ID: KW69%20LLA
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520LLA%27 HTTP/1.1" 200 None
2026-03-30 06:37:20 [bca.uk] INFO: Scrape type for KW69%20LLA: 2
2026-03-30 06:37:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5334771e-4307-5f28-bab7-fff0b911e6d0 with identifier: KW69%20LLA
2026-03-30 06:37:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5334771e-4307-5f28-bab7-fff0b911e6d0 with scrape type 2
2026-03-30 06:37:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5334771e-4307-5f28-bab7-fff0b911e6d0 with scrape type 2
2026-03-30 06:37:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5334771e-4307-5f28-bab7-fff0b911e6d0, identifier: KW69%20LLA
2026-03-30 06:37:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53c69ad7-bfad-5e4e-b023-2aa0795980a6 with identifier: YC22%20FTP
2026-03-30 06:37:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53c69ad7-bfad-5e4e-b023-2aa0795980a6 with identifier: YC22%20FTP
2026-03-30 06:37:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53c69ad7-bfad-5e4e-b023-2aa0795980a6 with identifier: YC22%20FTP to the API
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC22%20FTP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '53c69ad7-bfad-5e4e-b023-2aa0795980a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC22 FTP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC22%20FTP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 24297,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 160 MH TEKNA',
 'vin': 'SJNTAAJ12U1089417',
 'year': 2022}
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520FTP%27 HTTP/1.1" 200 None
2026-03-30 06:37:20 [bca.uk] INFO: Saving data for YC22%20FTP: {'auction_closing_time': 1774864800.0, 'created_time': 1774533912.04538, 'last_price_update_time': 1774852640.911275}
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC22%2520FTP') HTTP/1.1" 204 0
2026-03-30 06:37:20 [bca.uk] INFO: Found listing with ID: BK22%20UKZ
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UKZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:20 [bca.uk] INFO: Scrape type for BK22%20UKZ: 2
2026-03-30 06:37:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 077d6aed-f5b5-5927-898d-8dddd0006ce0 with identifier: BK22%20UKZ
2026-03-30 06:37:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 077d6aed-f5b5-5927-898d-8dddd0006ce0 with scrape type 2
2026-03-30 06:37:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 077d6aed-f5b5-5927-898d-8dddd0006ce0 with scrape type 2
2026-03-30 06:37:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 077d6aed-f5b5-5927-898d-8dddd0006ce0, identifier: BK22%20UKZ
2026-03-30 06:37:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17d908a7-7f42-549e-ae94-d8cd060b6b03 with identifier: EG66%20JWE
2026-03-30 06:37:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17d908a7-7f42-549e-ae94-d8cd060b6b03 with identifier: EG66%20JWE
2026-03-30 06:37:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17d908a7-7f42-549e-ae94-d8cd060b6b03 with identifier: EG66%20JWE to the API
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EG66%20JWE-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '17d908a7-7f42-549e-ae94-d8cd060b6b03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EG66 JWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EG66%20JWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 50633,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0DXXGAKDHJ07952',
 'year': 2017}
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG66%2520JWE%27 HTTP/1.1" 200 None
2026-03-30 06:37:21 [bca.uk] INFO: Saving data for EG66%20JWE: {'auction_closing_time': 1774864800.0, 'created_time': 1774564656.782057, 'last_price_update_time': 1774852641.343818}
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EG66%2520JWE') HTTP/1.1" 204 0
2026-03-30 06:37:21 [bca.uk] INFO: Found listing with ID: YJ16%20UJL
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ16%2520UJL%27 HTTP/1.1" 200 None
2026-03-30 06:37:21 [bca.uk] INFO: Scrape type for YJ16%20UJL: 2
2026-03-30 06:37:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 062d7442-c34e-5df7-9e83-c2833d3ad405 with identifier: YJ16%20UJL
2026-03-30 06:37:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 062d7442-c34e-5df7-9e83-c2833d3ad405 with scrape type 2
2026-03-30 06:37:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 062d7442-c34e-5df7-9e83-c2833d3ad405 with scrape type 2
2026-03-30 06:37:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 062d7442-c34e-5df7-9e83-c2833d3ad405, identifier: YJ16%20UJL
2026-03-30 06:37:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5334771e-4307-5f28-bab7-fff0b911e6d0 with identifier: KW69%20LLA
2026-03-30 06:37:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5334771e-4307-5f28-bab7-fff0b911e6d0 with identifier: KW69%20LLA
2026-03-30 06:37:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5334771e-4307-5f28-bab7-fff0b911e6d0 with identifier: KW69%20LLA to the API
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW69%20LLA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5334771e-4307-5f28-bab7-fff0b911e6d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW69 LLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW69%20LLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 51197,
 'odometer_reading_unit': '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 R LINE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI EVO 150 R LINE DSG',
 'vin': 'WVGZZZA1ZLV028113',
 'year': 2019}
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW69%2520LLA%27 HTTP/1.1" 200 None
2026-03-30 06:37:21 [bca.uk] INFO: Saving data for KW69%20LLA: {'auction_closing_time': 1775037600.0, 'created_time': 1774533889.493934, 'last_price_update_time': 1774852641.742365}
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW69%2520LLA') HTTP/1.1" 204 0
2026-03-30 06:37:21 [bca.uk] INFO: Found listing with ID: NJ23%20VZP
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520VZP%27 HTTP/1.1" 200 None
2026-03-30 06:37:21 [bca.uk] INFO: Scrape type for NJ23%20VZP: 2
2026-03-30 06:37:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58ba0262-bf51-5987-aa57-581ffb97db0d with identifier: NJ23%20VZP
2026-03-30 06:37:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58ba0262-bf51-5987-aa57-581ffb97db0d with scrape type 2
2026-03-30 06:37:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58ba0262-bf51-5987-aa57-581ffb97db0d with scrape type 2
2026-03-30 06:37:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58ba0262-bf51-5987-aa57-581ffb97db0d, identifier: NJ23%20VZP
2026-03-30 06:37:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 077d6aed-f5b5-5927-898d-8dddd0006ce0 with identifier: BK22%20UKZ
2026-03-30 06:37:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 077d6aed-f5b5-5927-898d-8dddd0006ce0 with identifier: BK22%20UKZ
2026-03-30 06:37:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 077d6aed-f5b5-5927-898d-8dddd0006ce0 with identifier: BK22%20UKZ to the API
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20UKZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '077d6aed-f5b5-5927-898d-8dddd0006ce0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 UKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20UKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 47152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS0NC505990',
 'year': 2022}
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UKZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:22 [bca.uk] INFO: Saving data for BK22%20UKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774277215.375989, 'last_price_update_time': 1774852642.241527}
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520UKZ') HTTP/1.1" 204 0
2026-03-30 06:37:22 [bca.uk] INFO: Found listing with ID: DV65%20YJU
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV65%2520YJU%27 HTTP/1.1" 200 None
2026-03-30 06:37:22 [bca.uk] INFO: Scrape type for DV65%20YJU: 2
2026-03-30 06:37:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with identifier: DV65%20YJU
2026-03-30 06:37:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with scrape type 2
2026-03-30 06:37:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with scrape type 2
2026-03-30 06:37:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2614c55-7d1d-5c9d-af47-3f3cf864ca51, identifier: DV65%20YJU
2026-03-30 06:37:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 062d7442-c34e-5df7-9e83-c2833d3ad405 with identifier: YJ16%20UJL
2026-03-30 06:37:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 062d7442-c34e-5df7-9e83-c2833d3ad405 with identifier: YJ16%20UJL
2026-03-30 06:37:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 062d7442-c34e-5df7-9e83-c2833d3ad405 with identifier: YJ16%20UJL to the API
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ16%20UJL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '062d7442-c34e-5df7-9e83-c2833d3ad405',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ16 UJL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ16%20UJL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 110971,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 TDI 272 QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 272 QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M9GD043024',
 'year': 2016}
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ16%2520UJL%27 HTTP/1.1" 200 None
2026-03-30 06:37:22 [bca.uk] INFO: Saving data for YJ16%20UJL: {'auction_closing_time': 1774864800.0, 'created_time': 1774533768.019162, 'last_price_update_time': 1774852642.636896}
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ16%2520UJL') HTTP/1.1" 204 0
2026-03-30 06:37:22 [bca.uk] INFO: Found listing with ID: NG69%20TGV
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG69%2520TGV%27 HTTP/1.1" 200 None
2026-03-30 06:37:22 [bca.uk] INFO: Scrape type for NG69%20TGV: 2
2026-03-30 06:37:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd6777fb-2c0d-56f4-be5e-c30be6402210 with identifier: NG69%20TGV
2026-03-30 06:37:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd6777fb-2c0d-56f4-be5e-c30be6402210 with scrape type 2
2026-03-30 06:37:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd6777fb-2c0d-56f4-be5e-c30be6402210 with scrape type 2
2026-03-30 06:37:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd6777fb-2c0d-56f4-be5e-c30be6402210, identifier: NG69%20TGV
2026-03-30 06:37:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58ba0262-bf51-5987-aa57-581ffb97db0d with identifier: NJ23%20VZP
2026-03-30 06:37:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58ba0262-bf51-5987-aa57-581ffb97db0d with identifier: NJ23%20VZP
2026-03-30 06:37:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58ba0262-bf51-5987-aa57-581ffb97db0d with identifier: NJ23%20VZP to the API
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ23%20VZP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '58ba0262-bf51-5987-aa57-581ffb97db0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ23 VZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ23%20VZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 27442,
 'odometer_reading_unit': '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': 'LRW3F7FS8PC752158',
 'year': 2023}
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520VZP%27 HTTP/1.1" 200 None
2026-03-30 06:37:23 [bca.uk] INFO: Saving data for NJ23%20VZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774533910.700801, 'last_price_update_time': 1774852643.045827}
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ23%2520VZP') HTTP/1.1" 204 0
2026-03-30 06:37:23 [bca.uk] INFO: Found listing with ID: DS72%20YRZ
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520YRZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:23 [bca.uk] INFO: Scrape type for DS72%20YRZ: 2
2026-03-30 06:37:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff40e6a7-d687-531b-ac57-858148873904 with identifier: DS72%20YRZ
2026-03-30 06:37:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff40e6a7-d687-531b-ac57-858148873904 with scrape type 2
2026-03-30 06:37:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff40e6a7-d687-531b-ac57-858148873904 with scrape type 2
2026-03-30 06:37:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff40e6a7-d687-531b-ac57-858148873904, identifier: DS72%20YRZ
2026-03-30 06:37:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:37:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:37:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with identifier: DV65%20YJU
2026-03-30 06:37:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with identifier: DV65%20YJU
2026-03-30 06:37:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2614c55-7d1d-5c9d-af47-3f3cf864ca51 with identifier: DV65%20YJU to the API
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV65%20YJU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2614c55-7d1d-5c9d-af47-3f3cf864ca51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV65 YJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV65%20YJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 73567,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 SRI Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 SRI',
 'vin': 'W0LPF6ED0FG134470',
 'year': 2015}
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV65%2520YJU%27 HTTP/1.1" 200 None
2026-03-30 06:37:23 [bca.uk] INFO: Saving data for DV65%20YJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774564663.487443, 'last_price_update_time': 1774852643.572911}
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV65%2520YJU') HTTP/1.1" 204 0
2026-03-30 06:37:23 [bca.uk] INFO: Found listing with ID: MD18%20FXV
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD18%2520FXV%27 HTTP/1.1" 200 None
2026-03-30 06:37:23 [bca.uk] INFO: Scrape type for MD18%20FXV: 2
2026-03-30 06:37:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0dd1414-530e-5ccb-a5dd-a0dad1cb2164 with identifier: MD18%20FXV
2026-03-30 06:37:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0dd1414-530e-5ccb-a5dd-a0dad1cb2164 with scrape type 2
2026-03-30 06:37:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0dd1414-530e-5ccb-a5dd-a0dad1cb2164 with scrape type 2
2026-03-30 06:37:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0dd1414-530e-5ccb-a5dd-a0dad1cb2164, identifier: MD18%20FXV
2026-03-30 06:37:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd6777fb-2c0d-56f4-be5e-c30be6402210 with identifier: NG69%20TGV
2026-03-30 06:37:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd6777fb-2c0d-56f4-be5e-c30be6402210 with identifier: NG69%20TGV
2026-03-30 06:37:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd6777fb-2c0d-56f4-be5e-c30be6402210 with identifier: NG69%20TGV to the API
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG69%20TGV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dd6777fb-2c0d-56f4-be5e-c30be6402210',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG69 TGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG69%20TGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 45087,
 'odometer_reading_unit': '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': 'SJNFFAJ11U2640091',
 'year': 2019}
2026-03-30 06:37:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG69%2520TGV%27 HTTP/1.1" 200 None
2026-03-30 06:37:24 [bca.uk] INFO: Saving data for NG69%20TGV: {'auction_closing_time': 1775037600.0, 'created_time': 1774533887.30283, 'last_price_update_time': 1774852644.003169}
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG69%2520TGV') HTTP/1.1" 204 0
2026-03-30 06:37:24 [bca.uk] INFO: Found listing with ID: SG18%20TSX
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG18%2520TSX%27 HTTP/1.1" 200 None
2026-03-30 06:37:24 [bca.uk] INFO: Scrape type for SG18%20TSX: 0
2026-03-30 06:37:24 [bca.uk] INFO: Found listing with ID: SH68%20ARF
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520ARF%27 HTTP/1.1" 200 None
2026-03-30 06:37:24 [bca.uk] INFO: Scrape type for SH68%20ARF: 2
2026-03-30 06:37:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16b18f26-eed2-512c-830b-5876a202361e with identifier: SH68%20ARF
2026-03-30 06:37:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16b18f26-eed2-512c-830b-5876a202361e with scrape type 2
2026-03-30 06:37:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16b18f26-eed2-512c-830b-5876a202361e with scrape type 2
2026-03-30 06:37:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16b18f26-eed2-512c-830b-5876a202361e, identifier: SH68%20ARF
2026-03-30 06:37:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff40e6a7-d687-531b-ac57-858148873904 with identifier: DS72%20YRZ
2026-03-30 06:37:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff40e6a7-d687-531b-ac57-858148873904 with identifier: DS72%20YRZ
2026-03-30 06:37:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff40e6a7-d687-531b-ac57-858148873904 with identifier: DS72%20YRZ to the API
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS72%20YRZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ff40e6a7-d687-531b-ac57-858148873904',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS72 YRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS72%20YRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'IONIQ 5',
 'odometer': 30129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ 5 125KW 58KWH ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 58KWH ULTIMATE',
 'vin': 'KMHKR81BUPU138752',
 'year': 2023}
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520YRZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:24 [bca.uk] INFO: Saving data for DS72%20YRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536375.81741, 'last_price_update_time': 1774852644.469734}
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520YRZ') HTTP/1.1" 204 0
2026-03-30 06:37: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:37:24 [bca.uk] INFO: Found listing with ID: CV61%20WFY
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV61%2520WFY%27 HTTP/1.1" 200 None
2026-03-30 06:37:24 [bca.uk] INFO: Scrape type for CV61%20WFY: 2
2026-03-30 06:37:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with identifier: CV61%20WFY
2026-03-30 06:37:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with scrape type 2
2026-03-30 06:37:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with scrape type 2
2026-03-30 06:37:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92ac9725-a053-5748-9aa1-d9ef80ea2a4c, identifier: CV61%20WFY
2026-03-30 06:37:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0dd1414-530e-5ccb-a5dd-a0dad1cb2164 with identifier: MD18%20FXV
2026-03-30 06:37:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0dd1414-530e-5ccb-a5dd-a0dad1cb2164 with identifier: MD18%20FXV
2026-03-30 06:37:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0dd1414-530e-5ccb-a5dd-a0dad1cb2164 with identifier: MD18%20FXV to the API
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD18%20FXV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b0dd1414-530e-5ccb-a5dd-a0dad1cb2164',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD18 FXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD18%20FXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 88029,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.4 TFSI 150 S LINE ED.S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 150 S LINE ED.S-T',
 'vin': 'WAUZZZ8U2JR084938',
 'year': 2018}
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD18%2520FXV%27 HTTP/1.1" 200 None
2026-03-30 06:37:24 [bca.uk] INFO: Saving data for MD18%20FXV: {'auction_closing_time': 1774864800.0, 'created_time': 1774533762.501729, 'last_price_update_time': 1774852644.896267}
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD18%2520FXV') HTTP/1.1" 204 0
2026-03-30 06:37:24 [bca.uk] INFO: Found listing with ID: SK69%20PZD
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520PZD%27 HTTP/1.1" 200 None
2026-03-30 06:37:24 [bca.uk] INFO: Scrape type for SK69%20PZD: 2
2026-03-30 06:37:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0d24702-b5ee-5c17-8588-24e43fa9bddf with identifier: SK69%20PZD
2026-03-30 06:37:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0d24702-b5ee-5c17-8588-24e43fa9bddf with scrape type 2
2026-03-30 06:37:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0d24702-b5ee-5c17-8588-24e43fa9bddf with scrape type 2
2026-03-30 06:37:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0d24702-b5ee-5c17-8588-24e43fa9bddf, identifier: SK69%20PZD
2026-03-30 06:37:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16b18f26-eed2-512c-830b-5876a202361e with identifier: SH68%20ARF
2026-03-30 06:37:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16b18f26-eed2-512c-830b-5876a202361e with identifier: SH68%20ARF
2026-03-30 06:37:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16b18f26-eed2-512c-830b-5876a202361e with identifier: SH68%20ARF to the API
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH68%20ARF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16b18f26-eed2-512c-830b-5876a202361e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH68 ARF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH68%20ARF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 96310,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 CRDI 136 2WD PREMIUM DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI 136 2WD PREMIUM DCT',
 'vin': 'TMAJ3817VKJ759353',
 'year': 2018}
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520ARF%27 HTTP/1.1" 200 None
2026-03-30 06:37:25 [bca.uk] INFO: Saving data for SH68%20ARF: {'auction_closing_time': 1774951200.0, 'created_time': 1774447799.519031, 'last_price_update_time': 1774852645.303833}
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH68%2520ARF') HTTP/1.1" 204 0
2026-03-30 06:37:25 [bca.uk] INFO: Found listing with ID: EF24%20XPC
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF24%2520XPC%27 HTTP/1.1" 200 None
2026-03-30 06:37:25 [bca.uk] INFO: Scrape type for EF24%20XPC: 2
2026-03-30 06:37:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8be13c9c-39c2-54cf-82de-54ebf3022f28 with identifier: EF24%20XPC
2026-03-30 06:37:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8be13c9c-39c2-54cf-82de-54ebf3022f28 with scrape type 2
2026-03-30 06:37:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8be13c9c-39c2-54cf-82de-54ebf3022f28 with scrape type 2
2026-03-30 06:37:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8be13c9c-39c2-54cf-82de-54ebf3022f28, identifier: EF24%20XPC
2026-03-30 06:37:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with identifier: CV61%20WFY
2026-03-30 06:37:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with identifier: CV61%20WFY
2026-03-30 06:37:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92ac9725-a053-5748-9aa1-d9ef80ea2a4c with identifier: CV61%20WFY to the API
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV61%20WFY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '92ac9725-a053-5748-9aa1-d9ef80ea2a4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV61 WFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV61%20WFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 133028,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.6 N-TEC Hatchback',
 'transmission': 'automatic',
 'trim': 'N-TEC',
 'vin': 'SJNFCAE11U2141688',
 'year': 2011}
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV61%2520WFY%27 HTTP/1.1" 200 None
2026-03-30 06:37:25 [bca.uk] INFO: Saving data for CV61%20WFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774564647.740256, 'last_price_update_time': 1774852645.708846}
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV61%2520WFY') HTTP/1.1" 204 0
2026-03-30 06:37:25 [bca.uk] INFO: Found listing with ID: LC24%20YNP
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC24%2520YNP%27 HTTP/1.1" 200 None
2026-03-30 06:37:25 [bca.uk] INFO: Scrape type for LC24%20YNP: 2
2026-03-30 06:37:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27357b0b-4f5e-5018-80b0-67e5e51b92cb with identifier: LC24%20YNP
2026-03-30 06:37:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27357b0b-4f5e-5018-80b0-67e5e51b92cb with scrape type 2
2026-03-30 06:37:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27357b0b-4f5e-5018-80b0-67e5e51b92cb with scrape type 2
2026-03-30 06:37:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27357b0b-4f5e-5018-80b0-67e5e51b92cb, identifier: LC24%20YNP
2026-03-30 06:37:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0d24702-b5ee-5c17-8588-24e43fa9bddf with identifier: SK69%20PZD
2026-03-30 06:37:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0d24702-b5ee-5c17-8588-24e43fa9bddf with identifier: SK69%20PZD
2026-03-30 06:37:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0d24702-b5ee-5c17-8588-24e43fa9bddf with identifier: SK69%20PZD to the API
2026-03-30 06:37:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK69%20PZD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b0d24702-b5ee-5c17-8588-24e43fa9bddf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK69 PZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK69%20PZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 47838,
 'odometer_reading_unit': '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': '5YJ3F7EA9KF440034',
 'year': 2019}
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520PZD%27 HTTP/1.1" 200 None
2026-03-30 06:37:26 [bca.uk] INFO: Saving data for SK69%20PZD: {'auction_closing_time': 1775037600.0, 'created_time': 1774392188.43467, 'last_price_update_time': 1774852646.143154}
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK69%2520PZD') HTTP/1.1" 204 0
2026-03-30 06:37:26 [bca.uk] INFO: Found listing with ID: BK23%20TXW
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TXW%27 HTTP/1.1" 200 None
2026-03-30 06:37:26 [bca.uk] INFO: Scrape type for BK23%20TXW: 2
2026-03-30 06:37:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14d6b8e7-ec2a-5d76-b7e7-a6205884fe1d with identifier: BK23%20TXW
2026-03-30 06:37:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14d6b8e7-ec2a-5d76-b7e7-a6205884fe1d with scrape type 2
2026-03-30 06:37:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14d6b8e7-ec2a-5d76-b7e7-a6205884fe1d with scrape type 2
2026-03-30 06:37:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14d6b8e7-ec2a-5d76-b7e7-a6205884fe1d, identifier: BK23%20TXW
2026-03-30 06:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8be13c9c-39c2-54cf-82de-54ebf3022f28 with identifier: EF24%20XPC
2026-03-30 06:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8be13c9c-39c2-54cf-82de-54ebf3022f28 with identifier: EF24%20XPC
2026-03-30 06:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8be13c9c-39c2-54cf-82de-54ebf3022f28 with identifier: EF24%20XPC to the API
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 12,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF24%20XPC-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': '8be13c9c-39c2-54cf-82de-54ebf3022f28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EF24 XPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF24%20XPC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 300 E',
 'odometer': 34601,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 300 E 2.0 AMG LINE PREMIUM PLUS 4M 9G '
          'StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'W1NKM5GB7RF214035',
 'year': 2024}
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF24%2520XPC%27 HTTP/1.1" 200 None
2026-03-30 06:37:26 [bca.uk] INFO: Saving data for EF24%20XPC: {'auction_closing_time': 1774864800.0, 'created_time': 1774536360.88255, 'last_price_update_time': 1774852646.62213}
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF24%2520XPC') HTTP/1.1" 204 0
2026-03-30 06:37:26 [bca.uk] INFO: Found listing with ID: AF59%20TKA
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF59%2520TKA%27 HTTP/1.1" 200 None
2026-03-30 06:37:26 [bca.uk] INFO: Scrape type for AF59%20TKA: 2
2026-03-30 06:37:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b120c2b-0448-50ca-b654-36fb99332e77 with identifier: AF59%20TKA
2026-03-30 06:37:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b120c2b-0448-50ca-b654-36fb99332e77 with scrape type 2
2026-03-30 06:37:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b120c2b-0448-50ca-b654-36fb99332e77 with scrape type 2
2026-03-30 06:37:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b120c2b-0448-50ca-b654-36fb99332e77, identifier: AF59%20TKA
2026-03-30 06:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27357b0b-4f5e-5018-80b0-67e5e51b92cb with identifier: LC24%20YNP
2026-03-30 06:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27357b0b-4f5e-5018-80b0-67e5e51b92cb with identifier: LC24%20YNP
2026-03-30 06:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27357b0b-4f5e-5018-80b0-67e5e51b92cb with identifier: LC24%20YNP to the API
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC24%20YNP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '27357b0b-4f5e-5018-80b0-67e5e51b92cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC24 YNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC24%20YNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C4',
 'odometer': 23332,
 'odometer_reading_unit': '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 EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PLUS EAT8',
 'vin': 'VR7BAHNSBPE096285',
 'year': 2024}
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC24%2520YNP%27 HTTP/1.1" 200 None
2026-03-30 06:37:27 [bca.uk] INFO: Saving data for LC24%20YNP: {'auction_closing_time': 1774864800.0, 'created_time': 1774533760.859535, 'last_price_update_time': 1774852647.034744}
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC24%2520YNP') HTTP/1.1" 204 0
2026-03-30 06:37:27 [bca.uk] INFO: Found listing with ID: SL73%20DKE
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL73%2520DKE%27 HTTP/1.1" 200 None
2026-03-30 06:37:27 [bca.uk] INFO: Scrape type for SL73%20DKE: 2
2026-03-30 06:37:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0171d442-1469-5a4e-8bd3-581a89fd533b with identifier: SL73%20DKE
2026-03-30 06:37:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0171d442-1469-5a4e-8bd3-581a89fd533b with scrape type 2
2026-03-30 06:37:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0171d442-1469-5a4e-8bd3-581a89fd533b with scrape type 2
2026-03-30 06:37:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0171d442-1469-5a4e-8bd3-581a89fd533b, identifier: SL73%20DKE
2026-03-30 06:37:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14d6b8e7-ec2a-5d76-b7e7-a6205884fe1d with identifier: BK23%20TXW
2026-03-30 06:37:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14d6b8e7-ec2a-5d76-b7e7-a6205884fe1d with identifier: BK23%20TXW
2026-03-30 06:37:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14d6b8e7-ec2a-5d76-b7e7-a6205884fe1d with identifier: BK23%20TXW to the API
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20TXW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '14d6b8e7-ec2a-5d76-b7e7-a6205884fe1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 TXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20TXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 34132,
 'odometer_reading_unit': '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': 'LRWYHCFS2PC767991',
 'year': 2023}
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TXW%27 HTTP/1.1" 200 None
2026-03-30 06:37:27 [bca.uk] INFO: Saving data for BK23%20TXW: {'auction_closing_time': 1774864800.0, 'created_time': 1774533888.59575, 'last_price_update_time': 1774852647.451378}
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520TXW') HTTP/1.1" 204 0
2026-03-30 06:37:27 [bca.uk] INFO: Found listing with ID: HY23%20TVX
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520TVX%27 HTTP/1.1" 200 None
2026-03-30 06:37:27 [bca.uk] INFO: Scrape type for HY23%20TVX: 2
2026-03-30 06:37:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be1b5fbf-ce6b-5795-bf9b-77a21ca46ad0 with identifier: HY23%20TVX
2026-03-30 06:37:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be1b5fbf-ce6b-5795-bf9b-77a21ca46ad0 with scrape type 2
2026-03-30 06:37:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be1b5fbf-ce6b-5795-bf9b-77a21ca46ad0 with scrape type 2
2026-03-30 06:37:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be1b5fbf-ce6b-5795-bf9b-77a21ca46ad0, identifier: HY23%20TVX
2026-03-30 06:37:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b120c2b-0448-50ca-b654-36fb99332e77 with identifier: AF59%20TKA
2026-03-30 06:37:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b120c2b-0448-50ca-b654-36fb99332e77 with identifier: AF59%20TKA
2026-03-30 06:37:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b120c2b-0448-50ca-b654-36fb99332e77 with identifier: AF59%20TKA to the API
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF59%20TKA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b120c2b-0448-50ca-b654-36fb99332e77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF59 TKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF59%20TKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 59650,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.6 VVTI TR (6) Hatchback',
 'transmission': 'manual',
 'trim': 'VVTI TR (6)',
 'vin': 'SB1KE56E80F095290',
 'year': 2009}
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF59%2520TKA%27 HTTP/1.1" 200 None
2026-03-30 06:37:27 [bca.uk] INFO: Saving data for AF59%20TKA: {'auction_closing_time': 1774864800.0, 'created_time': 1774564646.036415, 'last_price_update_time': 1774852647.871385}
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF59%2520TKA') HTTP/1.1" 204 0
2026-03-30 06:37:27 [bca.uk] INFO: Found listing with ID: SJ68%20DTU
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ68%2520DTU%27 HTTP/1.1" 200 None
2026-03-30 06:37:27 [bca.uk] INFO: Scrape type for SJ68%20DTU: 2
2026-03-30 06:37:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d597a0d-24af-53d6-95cd-6fb704482526 with identifier: SJ68%20DTU
2026-03-30 06:37:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d597a0d-24af-53d6-95cd-6fb704482526 with scrape type 2
2026-03-30 06:37:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d597a0d-24af-53d6-95cd-6fb704482526 with scrape type 2
2026-03-30 06:37:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d597a0d-24af-53d6-95cd-6fb704482526, identifier: SJ68%20DTU
2026-03-30 06:37:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0171d442-1469-5a4e-8bd3-581a89fd533b with identifier: SL73%20DKE
2026-03-30 06:37:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0171d442-1469-5a4e-8bd3-581a89fd533b with identifier: SL73%20DKE
2026-03-30 06:37:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0171d442-1469-5a4e-8bd3-581a89fd533b with identifier: SL73%20DKE to the API
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL73%20DKE-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': '0171d442-1469-5a4e-8bd3-581a89fd533b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL73 DKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL73%20DKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 16664,
 'odometer_reading_unit': '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 GR-SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 184 GR-SPORT',
 'vin': 'NMTK53BX60R126994',
 'year': 2023}
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL73%2520DKE%27 HTTP/1.1" 200 None
2026-03-30 06:37:28 [bca.uk] INFO: Saving data for SL73%20DKE: {'auction_closing_time': 1775037600.0, 'created_time': 1774390459.670752, 'last_price_update_time': 1774852648.269362}
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL73%2520DKE') HTTP/1.1" 204 0
2026-03-30 06:37:28 [bca.uk] INFO: Found listing with ID: FH73%20BAO
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH73%2520BAO%27 HTTP/1.1" 200 None
2026-03-30 06:37:28 [bca.uk] INFO: Scrape type for FH73%20BAO: 2
2026-03-30 06:37:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 074c44f4-8959-515a-801a-a66823dc504a with identifier: FH73%20BAO
2026-03-30 06:37:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 074c44f4-8959-515a-801a-a66823dc504a with scrape type 2
2026-03-30 06:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 074c44f4-8959-515a-801a-a66823dc504a with scrape type 2
2026-03-30 06:37:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 074c44f4-8959-515a-801a-a66823dc504a, identifier: FH73%20BAO
2026-03-30 06:37:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be1b5fbf-ce6b-5795-bf9b-77a21ca46ad0 with identifier: HY23%20TVX
2026-03-30 06:37:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be1b5fbf-ce6b-5795-bf9b-77a21ca46ad0 with identifier: HY23%20TVX
2026-03-30 06:37:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be1b5fbf-ce6b-5795-bf9b-77a21ca46ad0 with identifier: HY23%20TVX to the API
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY23%20TVX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be1b5fbf-ce6b-5795-bf9b-77a21ca46ad0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HY23 TVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY23%20TVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 14702,
 'odometer_reading_unit': '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 TSI 110 SE L Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SE L',
 'vin': 'TMBFR6PJXP4040445',
 'year': 2023}
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520TVX%27 HTTP/1.1" 200 None
2026-03-30 06:37:28 [bca.uk] INFO: Saving data for HY23%20TVX: {'auction_closing_time': 1774864800.0, 'created_time': 1774536382.149467, 'last_price_update_time': 1774852648.668717}
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY23%2520TVX') HTTP/1.1" 204 0
2026-03-30 06:37:28 [bca.uk] INFO: Found listing with ID: WA16%20VAD
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520VAD%27 HTTP/1.1" 200 None
2026-03-30 06:37:28 [bca.uk] INFO: Scrape type for WA16%20VAD: 2
2026-03-30 06:37:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a68148aa-625e-5f99-a58f-7481af08d227 with identifier: WA16%20VAD
2026-03-30 06:37:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a68148aa-625e-5f99-a58f-7481af08d227 with scrape type 2
2026-03-30 06:37:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a68148aa-625e-5f99-a58f-7481af08d227 with scrape type 2
2026-03-30 06:37:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a68148aa-625e-5f99-a58f-7481af08d227, identifier: WA16%20VAD
2026-03-30 06:37:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d597a0d-24af-53d6-95cd-6fb704482526 with identifier: SJ68%20DTU
2026-03-30 06:37:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d597a0d-24af-53d6-95cd-6fb704482526 with identifier: SJ68%20DTU
2026-03-30 06:37:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d597a0d-24af-53d6-95cd-6fb704482526 with identifier: SJ68%20DTU to the API
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 55,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ68%20DTU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5d597a0d-24af-53d6-95cd-6fb704482526',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ68 DTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ68%20DTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COUNTRYMAN PHEV',
 'odometer': 89313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN PHEV 1.5 COOPER S E ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S E ALL4',
 'vin': 'WMWYU720603F78101',
 'year': 2018}
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ68%2520DTU%27 HTTP/1.1" 200 None
2026-03-30 06:37:29 [bca.uk] INFO: Saving data for SJ68%20DTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774533749.397231, 'last_price_update_time': 1774852649.060997}
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ68%2520DTU') HTTP/1.1" 204 0
2026-03-30 06:37:29 [bca.uk] INFO: Found listing with ID: ST17%20WMD
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520WMD%27 HTTP/1.1" 200 None
2026-03-30 06:37:29 [bca.uk] INFO: Scrape type for ST17%20WMD: 2
2026-03-30 06:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 214551cf-7a49-5230-8732-41d2e62d61eb with identifier: ST17%20WMD
2026-03-30 06:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 214551cf-7a49-5230-8732-41d2e62d61eb with scrape type 2
2026-03-30 06:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 214551cf-7a49-5230-8732-41d2e62d61eb with scrape type 2
2026-03-30 06:37:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 214551cf-7a49-5230-8732-41d2e62d61eb, identifier: ST17%20WMD
2026-03-30 06:37:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 074c44f4-8959-515a-801a-a66823dc504a with identifier: FH73%20BAO
2026-03-30 06:37:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 074c44f4-8959-515a-801a-a66823dc504a with identifier: FH73%20BAO
2026-03-30 06:37:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 074c44f4-8959-515a-801a-a66823dc504a with identifier: FH73%20BAO to the API
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH73%20BAO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '074c44f4-8959-515a-801a-a66823dc504a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FH73 BAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH73%20BAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 14267,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.0 TSI E-TEC 110 SE TECH.DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI E-TEC 110 SE TECH.DSG',
 'vin': 'TMBBP8NX3RY102884',
 'year': 2024}
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH73%2520BAO%27 HTTP/1.1" 200 None
2026-03-30 06:37:29 [bca.uk] INFO: Saving data for FH73%20BAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774533889.103223, 'last_price_update_time': 1774852649.492952}
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH73%2520BAO') HTTP/1.1" 204 0
2026-03-30 06:37:29 [bca.uk] INFO: Found listing with ID: MA24%20TXE
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520TXE%27 HTTP/1.1" 200 None
2026-03-30 06:37:29 [bca.uk] INFO: Scrape type for MA24%20TXE: 2
2026-03-30 06:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ebdfcf9-110d-5436-9bc3-1bcb8fa54444 with identifier: MA24%20TXE
2026-03-30 06:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ebdfcf9-110d-5436-9bc3-1bcb8fa54444 with scrape type 2
2026-03-30 06:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ebdfcf9-110d-5436-9bc3-1bcb8fa54444 with scrape type 2
2026-03-30 06:37:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ebdfcf9-110d-5436-9bc3-1bcb8fa54444, identifier: MA24%20TXE
2026-03-30 06:37:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a68148aa-625e-5f99-a58f-7481af08d227 with identifier: WA16%20VAD
2026-03-30 06:37:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a68148aa-625e-5f99-a58f-7481af08d227 with identifier: WA16%20VAD
2026-03-30 06:37:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a68148aa-625e-5f99-a58f-7481af08d227 with identifier: WA16%20VAD to the API
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA16%20VAD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a68148aa-625e-5f99-a58f-7481af08d227',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA16 VAD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA16%20VAD&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 83912,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 BITDI 180 BMT H/L SWB KOMBI CrewCab '
          'Van',
 'transmission': 'manual',
 'trim': 'BITDI 180 BMT H/L SWB KOMBI',
 'vin': 'WV1ZZZ7HZGH082430',
 'year': 2016}
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520VAD%27 HTTP/1.1" 200 None
2026-03-30 06:37:29 [bca.uk] INFO: Saving data for WA16%20VAD: {'auction_closing_time': 1774864800.0, 'created_time': 1774305508.760278, 'last_price_update_time': 1774852649.941658}
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA16%2520VAD') HTTP/1.1" 204 0
2026-03-30 06:37:29 [bca.uk] INFO: Found listing with ID: BL15%20KBU
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520KBU%27 HTTP/1.1" 200 None
2026-03-30 06:37:29 [bca.uk] INFO: Scrape type for BL15%20KBU: 2
2026-03-30 06:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ede3483-f0d6-57f6-bee2-254d7e73a874 with identifier: BL15%20KBU
2026-03-30 06:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ede3483-f0d6-57f6-bee2-254d7e73a874 with scrape type 2
2026-03-30 06:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ede3483-f0d6-57f6-bee2-254d7e73a874 with scrape type 2
2026-03-30 06:37:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ede3483-f0d6-57f6-bee2-254d7e73a874, identifier: BL15%20KBU
2026-03-30 06:37:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 214551cf-7a49-5230-8732-41d2e62d61eb with identifier: ST17%20WMD
2026-03-30 06:37:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 214551cf-7a49-5230-8732-41d2e62d61eb with identifier: ST17%20WMD
2026-03-30 06:37:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 214551cf-7a49-5230-8732-41d2e62d61eb with identifier: ST17%20WMD to the API
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST17%20WMD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '214551cf-7a49-5230-8732-41d2e62d61eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST17 WMD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST17%20WMD&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MITSUBISHI',
 'model': 'SHOGUN',
 'odometer': 79448,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI SHOGUN 3.2 DI-DC 187 SG5 StationWagon',
 'transmission': 'automatic',
 'trim': 'DI-DC 187 SG5',
 'vin': 'JMALYV98WHJ600137',
 'year': 2017}
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520WMD%27 HTTP/1.1" 200 None
2026-03-30 06:37:30 [bca.uk] INFO: Saving data for ST17%20WMD: {'auction_closing_time': 1775037600.0, 'created_time': 1774362342.878427, 'last_price_update_time': 1774852650.361779}
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST17%2520WMD') HTTP/1.1" 204 0
2026-03-30 06:37:30 [bca.uk] INFO: Found listing with ID: SH71%20GMF
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520GMF%27 HTTP/1.1" 200 None
2026-03-30 06:37:30 [bca.uk] INFO: Scrape type for SH71%20GMF: 2
2026-03-30 06:37:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7cbcd37-423e-5062-abbf-28fc1d5491c9 with identifier: SH71%20GMF
2026-03-30 06:37:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7cbcd37-423e-5062-abbf-28fc1d5491c9 with scrape type 2
2026-03-30 06:37:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7cbcd37-423e-5062-abbf-28fc1d5491c9 with scrape type 2
2026-03-30 06:37:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7cbcd37-423e-5062-abbf-28fc1d5491c9, identifier: SH71%20GMF
2026-03-30 06:37:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ebdfcf9-110d-5436-9bc3-1bcb8fa54444 with identifier: MA24%20TXE
2026-03-30 06:37:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ebdfcf9-110d-5436-9bc3-1bcb8fa54444 with identifier: MA24%20TXE
2026-03-30 06:37:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ebdfcf9-110d-5436-9bc3-1bcb8fa54444 with identifier: MA24%20TXE to the API
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20TXE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6ebdfcf9-110d-5436-9bc3-1bcb8fa54444',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA24 TXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20TXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 32124,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS8RC419678',
 'year': 2024}
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520TXE%27 HTTP/1.1" 200 None
2026-03-30 06:37:30 [bca.uk] INFO: Saving data for MA24%20TXE: {'auction_closing_time': 1774864800.0, 'created_time': 1774536348.519014, 'last_price_update_time': 1774852650.770506}
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520TXE') HTTP/1.1" 204 0
2026-03-30 06:37:30 [bca.uk] INFO: Found listing with ID: ST71%20VFF
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST71%2520VFF%27 HTTP/1.1" 200 None
2026-03-30 06:37:30 [bca.uk] INFO: Scrape type for ST71%20VFF: 2
2026-03-30 06:37:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2337b6df-e207-583f-a211-ffa75acd5014 with identifier: ST71%20VFF
2026-03-30 06:37:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2337b6df-e207-583f-a211-ffa75acd5014 with scrape type 2
2026-03-30 06:37:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2337b6df-e207-583f-a211-ffa75acd5014 with scrape type 2
2026-03-30 06:37:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2337b6df-e207-583f-a211-ffa75acd5014, identifier: ST71%20VFF
2026-03-30 06:37:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ede3483-f0d6-57f6-bee2-254d7e73a874 with identifier: BL15%20KBU
2026-03-30 06:37:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ede3483-f0d6-57f6-bee2-254d7e73a874 with identifier: BL15%20KBU
2026-03-30 06:37:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ede3483-f0d6-57f6-bee2-254d7e73a874 with identifier: BL15%20KBU to the API
2026-03-30 06:37:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL15%20KBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9ede3483-f0d6-57f6-bee2-254d7e73a874',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL15 KBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL15%20KBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 109547,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE S Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE S',
 'vin': 'VF12RFL1H53193753',
 'year': 2015}
2026-03-30 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520KBU%27 HTTP/1.1" 200 None
2026-03-30 06:37:31 [bca.uk] INFO: Saving data for BL15%20KBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774533752.110512, 'last_price_update_time': 1774852651.672311}
2026-03-30 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL15%2520KBU') HTTP/1.1" 204 0
2026-03-30 06:37:31 [bca.uk] INFO: Found listing with ID: GK71%20PZV
2026-03-30 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK71%2520PZV%27 HTTP/1.1" 200 None
2026-03-30 06:37:31 [bca.uk] INFO: Scrape type for GK71%20PZV: 2
2026-03-30 06:37:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bc484a2-c867-5289-b745-a924a7e62fd3 with identifier: GK71%20PZV
2026-03-30 06:37:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bc484a2-c867-5289-b745-a924a7e62fd3 with scrape type 2
2026-03-30 06:37:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bc484a2-c867-5289-b745-a924a7e62fd3 with scrape type 2
2026-03-30 06:37:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bc484a2-c867-5289-b745-a924a7e62fd3, identifier: GK71%20PZV
2026-03-30 06:37:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7cbcd37-423e-5062-abbf-28fc1d5491c9 with identifier: SH71%20GMF
2026-03-30 06:37:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7cbcd37-423e-5062-abbf-28fc1d5491c9 with identifier: SH71%20GMF
2026-03-30 06:37:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7cbcd37-423e-5062-abbf-28fc1d5491c9 with identifier: SH71%20GMF to the API
2026-03-30 06:37:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH71%20GMF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f7cbcd37-423e-5062-abbf-28fc1d5491c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SH71 GMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH71%20GMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 90979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 132KW 62KWH 60 SUITE Hatchback',
 'transmission': 'automatic',
 'trim': '132KW 62KWH 60 SUITE',
 'vin': 'TMBKB7NY7NF029770',
 'year': 2022}
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520GMF%27 HTTP/1.1" 200 None
2026-03-30 06:37:32 [bca.uk] INFO: Saving data for SH71%20GMF: {'auction_closing_time': 1774864800.0, 'created_time': 1773986624.547722, 'last_price_update_time': 1774852652.107537}
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH71%2520GMF') HTTP/1.1" 204 0
2026-03-30 06:37:32 [bca.uk] INFO: Found listing with ID: YP71%20UFT
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP71%2520UFT%27 HTTP/1.1" 200 None
2026-03-30 06:37:32 [bca.uk] INFO: Scrape type for YP71%20UFT: 2
2026-03-30 06:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c77fafcc-2034-547e-900c-52b8863c5aaf with identifier: YP71%20UFT
2026-03-30 06:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c77fafcc-2034-547e-900c-52b8863c5aaf with scrape type 2
2026-03-30 06:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c77fafcc-2034-547e-900c-52b8863c5aaf with scrape type 2
2026-03-30 06:37:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c77fafcc-2034-547e-900c-52b8863c5aaf, identifier: YP71%20UFT
2026-03-30 06:37:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2337b6df-e207-583f-a211-ffa75acd5014 with identifier: ST71%20VFF
2026-03-30 06:37:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2337b6df-e207-583f-a211-ffa75acd5014 with identifier: ST71%20VFF
2026-03-30 06:37:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2337b6df-e207-583f-a211-ffa75acd5014 with identifier: ST71%20VFF to the API
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST71%20VFF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2337b6df-e207-583f-a211-ffa75acd5014',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST71 VFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST71%20VFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 42473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 TGI EXCITE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGI EXCITE DCT',
 'vin': 'LSJA24U97MN196699',
 'year': 2022}
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST71%2520VFF%27 HTTP/1.1" 200 None
2026-03-30 06:37:32 [bca.uk] INFO: Saving data for ST71%20VFF: {'auction_closing_time': 1775037600.0, 'created_time': 1774477338.667689, 'last_price_update_time': 1774852652.512322}
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST71%2520VFF') HTTP/1.1" 204 0
2026-03-30 06:37:32 [bca.uk] INFO: Found listing with ID: GJ12%20VUC
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520VUC%27 HTTP/1.1" 200 None
2026-03-30 06:37:32 [bca.uk] INFO: Scrape type for GJ12%20VUC: 2
2026-03-30 06:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6939ab8c-08dd-5446-9aac-8e3aecbe30d5 with identifier: GJ12%20VUC
2026-03-30 06:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6939ab8c-08dd-5446-9aac-8e3aecbe30d5 with scrape type 2
2026-03-30 06:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6939ab8c-08dd-5446-9aac-8e3aecbe30d5 with scrape type 2
2026-03-30 06:37:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6939ab8c-08dd-5446-9aac-8e3aecbe30d5, identifier: GJ12%20VUC
2026-03-30 06:37:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bc484a2-c867-5289-b745-a924a7e62fd3 with identifier: GK71%20PZV
2026-03-30 06:37:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bc484a2-c867-5289-b745-a924a7e62fd3 with identifier: GK71%20PZV
2026-03-30 06:37:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bc484a2-c867-5289-b745-a924a7e62fd3 with identifier: GK71%20PZV to the API
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK71%20PZV-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': '3bc484a2-c867-5289-b745-a924a7e62fd3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK71 PZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK71%20PZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LEXUS',
 'model': 'UX 250H',
 'odometer': 40246,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 250H 2.0 F-SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'F-SPORT',
 'vin': 'JTHY65BH002105674',
 'year': 2021}
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK71%2520PZV%27 HTTP/1.1" 200 None
2026-03-30 06:37:32 [bca.uk] INFO: Saving data for GK71%20PZV: {'auction_closing_time': 1775037600.0, 'created_time': 1774533878.492168, 'last_price_update_time': 1774852652.942919}
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK71%2520PZV') HTTP/1.1" 204 0
2026-03-30 06:37:32 [bca.uk] INFO: Found listing with ID: WU21%20FWJ
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU21%2520FWJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:32 [bca.uk] INFO: Scrape type for WU21%20FWJ: 2
2026-03-30 06:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 319e5bc4-8ecc-5bcb-af2e-14323decc9e7 with identifier: WU21%20FWJ
2026-03-30 06:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 319e5bc4-8ecc-5bcb-af2e-14323decc9e7 with scrape type 2
2026-03-30 06:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 319e5bc4-8ecc-5bcb-af2e-14323decc9e7 with scrape type 2
2026-03-30 06:37:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 319e5bc4-8ecc-5bcb-af2e-14323decc9e7, identifier: WU21%20FWJ
2026-03-30 06:37:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c77fafcc-2034-547e-900c-52b8863c5aaf with identifier: YP71%20UFT
2026-03-30 06:37:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c77fafcc-2034-547e-900c-52b8863c5aaf with identifier: YP71%20UFT
2026-03-30 06:37:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c77fafcc-2034-547e-900c-52b8863c5aaf with identifier: YP71%20UFT to the API
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP71%20UFT-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': 'c77fafcc-2034-547e-900c-52b8863c5aaf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP71 UFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP71%20UFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'XCEED',
 'odometer': 76175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA XCEED 1.6 GDI PHEV 3 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 3 DCT',
 'vin': 'U5YH5F1AVNL022999',
 'year': 2021}
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP71%2520UFT%27 HTTP/1.1" 200 None
2026-03-30 06:37:33 [bca.uk] INFO: Saving data for YP71%20UFT: {'auction_closing_time': 1774864800.0, 'created_time': 1774536358.00338, 'last_price_update_time': 1774852653.337756}
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP71%2520UFT') HTTP/1.1" 204 0
2026-03-30 06:37:33 [bca.uk] INFO: Found listing with ID: PF19%20VTY
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520VTY%27 HTTP/1.1" 200 None
2026-03-30 06:37:33 [bca.uk] INFO: Scrape type for PF19%20VTY: 2
2026-03-30 06:37:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cd5aef9-3cef-5015-9c5c-6cea1c8564e2 with identifier: PF19%20VTY
2026-03-30 06:37:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cd5aef9-3cef-5015-9c5c-6cea1c8564e2 with scrape type 2
2026-03-30 06:37:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cd5aef9-3cef-5015-9c5c-6cea1c8564e2 with scrape type 2
2026-03-30 06:37:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cd5aef9-3cef-5015-9c5c-6cea1c8564e2, identifier: PF19%20VTY
2026-03-30 06:37:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6939ab8c-08dd-5446-9aac-8e3aecbe30d5 with identifier: GJ12%20VUC
2026-03-30 06:37:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6939ab8c-08dd-5446-9aac-8e3aecbe30d5 with identifier: GJ12%20VUC
2026-03-30 06:37:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6939ab8c-08dd-5446-9aac-8e3aecbe30d5 with identifier: GJ12%20VUC to the API
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ12%20VUC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6939ab8c-08dd-5446-9aac-8e3aecbe30d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ12 VUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ12%20VUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 55181,
 'odometer_reading_unit': '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': 'WF0KXXGCBKCB77477',
 'year': 2012}
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520VUC%27 HTTP/1.1" 200 None
2026-03-30 06:37:33 [bca.uk] INFO: Saving data for GJ12%20VUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774533716.259263, 'last_price_update_time': 1774852653.742018}
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ12%2520VUC') HTTP/1.1" 204 0
2026-03-30 06:37:33 [bca.uk] INFO: Found listing with ID: HG68%20JDZ
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG68%2520JDZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:33 [bca.uk] INFO: Scrape type for HG68%20JDZ: 2
2026-03-30 06:37:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2346ccea-c92b-5bb9-8338-e588027b81f4 with identifier: HG68%20JDZ
2026-03-30 06:37:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2346ccea-c92b-5bb9-8338-e588027b81f4 with scrape type 2
2026-03-30 06:37:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2346ccea-c92b-5bb9-8338-e588027b81f4 with scrape type 2
2026-03-30 06:37:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2346ccea-c92b-5bb9-8338-e588027b81f4, identifier: HG68%20JDZ
2026-03-30 06:37:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 319e5bc4-8ecc-5bcb-af2e-14323decc9e7 with identifier: WU21%20FWJ
2026-03-30 06:37:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 319e5bc4-8ecc-5bcb-af2e-14323decc9e7 with identifier: WU21%20FWJ
2026-03-30 06:37:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 319e5bc4-8ecc-5bcb-af2e-14323decc9e7 with identifier: WU21%20FWJ to the API
2026-03-30 06:37:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU21%20FWJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '319e5bc4-8ecc-5bcb-af2e-14323decc9e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU21 FWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU21%20FWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 60403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB1MC166298',
 'year': 2021}
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU21%2520FWJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:34 [bca.uk] INFO: Saving data for WU21%20FWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774533841.67201, 'last_price_update_time': 1774852654.159519}
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU21%2520FWJ') HTTP/1.1" 204 0
2026-03-30 06:37:34 [bca.uk] INFO: Found listing with ID: KM73%20YKG
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520YKG%27 HTTP/1.1" 200 None
2026-03-30 06:37:34 [bca.uk] INFO: Scrape type for KM73%20YKG: 2
2026-03-30 06:37:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc6c2ddf-2b24-5ae5-8825-090502af2b68 with identifier: KM73%20YKG
2026-03-30 06:37:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc6c2ddf-2b24-5ae5-8825-090502af2b68 with scrape type 2
2026-03-30 06:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc6c2ddf-2b24-5ae5-8825-090502af2b68 with scrape type 2
2026-03-30 06:37:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc6c2ddf-2b24-5ae5-8825-090502af2b68, identifier: KM73%20YKG
2026-03-30 06:37:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cd5aef9-3cef-5015-9c5c-6cea1c8564e2 with identifier: PF19%20VTY
2026-03-30 06:37:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cd5aef9-3cef-5015-9c5c-6cea1c8564e2 with identifier: PF19%20VTY
2026-03-30 06:37:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cd5aef9-3cef-5015-9c5c-6cea1c8564e2 with identifier: PF19%20VTY to the API
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=86&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF19%20VTY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5cd5aef9-3cef-5015-9c5c-6cea1c8564e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF19 VTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF19%20VTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 62832,
 'odometer_reading_unit': '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 TOUAREG 3.0 V6 TDI 286 4M SEL TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 286 4M SEL TIP',
 'vin': 'WVGZZZCRZKD042554',
 'year': 2019}
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520VTY%27 HTTP/1.1" 200 None
2026-03-30 06:37:34 [bca.uk] INFO: Saving data for PF19%20VTY: {'auction_closing_time': 1775037600.0, 'created_time': 1774436522.318899, 'last_price_update_time': 1774852654.579085}
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF19%2520VTY') HTTP/1.1" 204 0
2026-03-30 06:37:34 [bca.uk] INFO: Found listing with ID: PF12%20BZX
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF12%2520BZX%27 HTTP/1.1" 200 None
2026-03-30 06:37:34 [bca.uk] INFO: Scrape type for PF12%20BZX: 2
2026-03-30 06:37:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07a4e0c0-6647-5300-8b99-ccf83d221f99 with identifier: PF12%20BZX
2026-03-30 06:37:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07a4e0c0-6647-5300-8b99-ccf83d221f99 with scrape type 2
2026-03-30 06:37:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07a4e0c0-6647-5300-8b99-ccf83d221f99 with scrape type 2
2026-03-30 06:37:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07a4e0c0-6647-5300-8b99-ccf83d221f99, identifier: PF12%20BZX
2026-03-30 06:37:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2346ccea-c92b-5bb9-8338-e588027b81f4 with identifier: HG68%20JDZ
2026-03-30 06:37:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2346ccea-c92b-5bb9-8338-e588027b81f4 with identifier: HG68%20JDZ
2026-03-30 06:37:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2346ccea-c92b-5bb9-8338-e588027b81f4 with identifier: HG68%20JDZ to the API
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG68%20JDZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2346ccea-c92b-5bb9-8338-e588027b81f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG68 JDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG68%20JDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL S',
 'odometer': 29161,
 'odometer_reading_unit': '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 100KWH D/M PERF.LUDICROUS Hatchback',
 'transmission': 'automatic',
 'trim': '100KWH D/M PERF.LUDICROUS',
 'vin': '5YJSB7E46JF271736',
 'year': 2018}
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG68%2520JDZ%27 HTTP/1.1" 200 None
2026-03-30 06:37:35 [bca.uk] INFO: Saving data for HG68%20JDZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774533877.633699, 'last_price_update_time': 1774852655.017094}
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG68%2520JDZ') HTTP/1.1" 204 0
2026-03-30 06:37:35 [bca.uk] INFO: Found listing with ID: BP21%20KUW
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520KUW%27 HTTP/1.1" 200 None
2026-03-30 06:37:35 [bca.uk] INFO: Scrape type for BP21%20KUW: 2
2026-03-30 06:37:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ecc0d13-91b1-5840-b2d1-d72f6c15f43b with identifier: BP21%20KUW
2026-03-30 06:37:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ecc0d13-91b1-5840-b2d1-d72f6c15f43b with scrape type 2
2026-03-30 06:37:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ecc0d13-91b1-5840-b2d1-d72f6c15f43b with scrape type 2
2026-03-30 06:37:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ecc0d13-91b1-5840-b2d1-d72f6c15f43b, identifier: BP21%20KUW
2026-03-30 06:37:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc6c2ddf-2b24-5ae5-8825-090502af2b68 with identifier: KM73%20YKG
2026-03-30 06:37:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc6c2ddf-2b24-5ae5-8825-090502af2b68 with identifier: KM73%20YKG
2026-03-30 06:37:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc6c2ddf-2b24-5ae5-8825-090502af2b68 with identifier: KM73%20YKG to the API
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM73%20YKG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cc6c2ddf-2b24-5ae5-8825-090502af2b68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KM73 YKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM73%20YKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 28821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 130 ALLURE PREMIUM+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE PREMIUM+ EAT8',
 'vin': 'VR3UPHNSSP5113722',
 'year': 2023}
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520YKG%27 HTTP/1.1" 200 None
2026-03-30 06:37:35 [bca.uk] INFO: Saving data for KM73%20YKG: {'auction_closing_time': 1775037600.0, 'created_time': 1774536355.503401, 'last_price_update_time': 1774852655.411479}
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM73%2520YKG') HTTP/1.1" 204 0
2026-03-30 06:37:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07a4e0c0-6647-5300-8b99-ccf83d221f99 with identifier: PF12%20BZX
2026-03-30 06:37:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07a4e0c0-6647-5300-8b99-ccf83d221f99 with identifier: PF12%20BZX
2026-03-30 06:37:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07a4e0c0-6647-5300-8b99-ccf83d221f99 with identifier: PF12%20BZX to the API
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF12%20BZX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07a4e0c0-6647-5300-8b99-ccf83d221f99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF12 BZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF12%20BZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SKODA',
 'model': 'CITIGO',
 'odometer': 85855,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'SKODA CITIGO 1.0 MPI 75 ELEGANCE GREENTECH Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 75 ELEGANCE GREENTECH',
 'vin': 'TMBZZZAAZDD606022',
 'year': 2012}
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF12%2520BZX%27 HTTP/1.1" 200 None
2026-03-30 06:37:35 [bca.uk] INFO: Saving data for PF12%20BZX: {'auction_closing_time': 1774864800.0, 'created_time': 1774533754.308534, 'last_price_update_time': 1774852655.711845}
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF12%2520BZX') HTTP/1.1" 204 0
2026-03-30 06:37:35 [bca.uk] INFO: Found listing with ID: LC72%20XJW
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520XJW%27 HTTP/1.1" 200 None
2026-03-30 06:37:35 [bca.uk] INFO: Scrape type for LC72%20XJW: 2
2026-03-30 06:37:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea7d3f22-7591-5420-8a75-69c9240d2f1f with identifier: LC72%20XJW
2026-03-30 06:37:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea7d3f22-7591-5420-8a75-69c9240d2f1f with scrape type 2
2026-03-30 06:37:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea7d3f22-7591-5420-8a75-69c9240d2f1f with scrape type 2
2026-03-30 06:37:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea7d3f22-7591-5420-8a75-69c9240d2f1f, identifier: LC72%20XJW
2026-03-30 06:37:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ecc0d13-91b1-5840-b2d1-d72f6c15f43b with identifier: BP21%20KUW
2026-03-30 06:37:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ecc0d13-91b1-5840-b2d1-d72f6c15f43b with identifier: BP21%20KUW
2026-03-30 06:37:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ecc0d13-91b1-5840-b2d1-d72f6c15f43b with identifier: BP21%20KUW to the API
2026-03-30 06:37:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP21%20KUW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1ecc0d13-91b1-5840-b2d1-d72f6c15f43b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP21 KUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP21%20KUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 87366,
 'odometer_reading_unit': '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': 'LRW3F7FA3MC235207',
 'year': 2021}
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520KUW%27 HTTP/1.1" 200 None
2026-03-30 06:37:36 [bca.uk] INFO: Saving data for BP21%20KUW: {'auction_closing_time': 1774864800.0, 'created_time': 1774533891.926044, 'last_price_update_time': 1774852656.149655}
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP21%2520KUW') HTTP/1.1" 204 0
2026-03-30 06:37:36 [bca.uk] INFO: Found listing with ID: DF21%20VPO
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520VPO%27 HTTP/1.1" 200 None
2026-03-30 06:37:36 [bca.uk] INFO: Scrape type for DF21%20VPO: 2
2026-03-30 06:37:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55a76fcf-2aec-55d4-a01a-5766811cf601 with identifier: DF21%20VPO
2026-03-30 06:37:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55a76fcf-2aec-55d4-a01a-5766811cf601 with scrape type 2
2026-03-30 06:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55a76fcf-2aec-55d4-a01a-5766811cf601 with scrape type 2
2026-03-30 06:37:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55a76fcf-2aec-55d4-a01a-5766811cf601, identifier: DF21%20VPO
2026-03-30 06:37:36 [bca.uk] INFO: Found listing with ID: DG17%20UUC
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG17%2520UUC%27 HTTP/1.1" 200 None
2026-03-30 06:37:36 [bca.uk] INFO: Scrape type for DG17%20UUC: 2
2026-03-30 06:37:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1789f3cd-6cda-5baa-a212-2952fc088e7c with identifier: DG17%20UUC
2026-03-30 06:37:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1789f3cd-6cda-5baa-a212-2952fc088e7c with scrape type 2
2026-03-30 06:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1789f3cd-6cda-5baa-a212-2952fc088e7c with scrape type 2
2026-03-30 06:37:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1789f3cd-6cda-5baa-a212-2952fc088e7c, identifier: DG17%20UUC
2026-03-30 06:37:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea7d3f22-7591-5420-8a75-69c9240d2f1f with identifier: LC72%20XJW
2026-03-30 06:37:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea7d3f22-7591-5420-8a75-69c9240d2f1f with identifier: LC72%20XJW
2026-03-30 06:37:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea7d3f22-7591-5420-8a75-69c9240d2f1f with identifier: LC72%20XJW to the API
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC72%20XJW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ea7d3f22-7591-5420-8a75-69c9240d2f1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC72 XJW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC72%20XJW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 24383,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 TGI EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'TGI EXCLUSIVE',
 'vin': 'LSJA24U91NN113687',
 'year': 2022}
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520XJW%27 HTTP/1.1" 200 None
2026-03-30 06:37:36 [bca.uk] INFO: Saving data for LC72%20XJW: {'auction_closing_time': 1775037600.0, 'created_time': 1774533868.771121, 'last_price_update_time': 1774852656.783061}
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520XJW') HTTP/1.1" 204 0
2026-03-30 06:37:36 [bca.uk] INFO: Found listing with ID: DP70%20YSY
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520YSY%27 HTTP/1.1" 200 None
2026-03-30 06:37:36 [bca.uk] INFO: Scrape type for DP70%20YSY: 2
2026-03-30 06:37:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with identifier: DP70%20YSY
2026-03-30 06:37:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with scrape type 2
2026-03-30 06:37:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with scrape type 2
2026-03-30 06:37:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 313610ff-5ad1-50ef-8a5f-26a20bafdbf7, identifier: DP70%20YSY
2026-03-30 06:37:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55a76fcf-2aec-55d4-a01a-5766811cf601 with identifier: DF21%20VPO
2026-03-30 06:37:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55a76fcf-2aec-55d4-a01a-5766811cf601 with identifier: DF21%20VPO
2026-03-30 06:37:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55a76fcf-2aec-55d4-a01a-5766811cf601 with identifier: DF21%20VPO to the API
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF21%20VPO-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '55a76fcf-2aec-55d4-a01a-5766811cf601',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF21 VPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF21%20VPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HARLEY-DAVIDSON',
 'model': 'PAN-AMERICA',
 'odometer': 12655,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON PAN-AMERICA RA 1250 MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'RA 1250 MOTORBIKE',
 'vin': '5HD1ZES44MS304652',
 'year': 2021}
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520VPO%27 HTTP/1.1" 200 None
2026-03-30 06:37:37 [bca.uk] INFO: Saving data for DF21%20VPO: {'auction_closing_time': 1775124000.0, 'created_time': 1774536358.841286, 'last_price_update_time': 1774852657.191832}
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF21%2520VPO') HTTP/1.1" 204 0
2026-03-30 06:37:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1789f3cd-6cda-5baa-a212-2952fc088e7c with identifier: DG17%20UUC
2026-03-30 06:37:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1789f3cd-6cda-5baa-a212-2952fc088e7c with identifier: DG17%20UUC
2026-03-30 06:37:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1789f3cd-6cda-5baa-a212-2952fc088e7c with identifier: DG17%20UUC to the API
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG17%20UUC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1789f3cd-6cda-5baa-a212-2952fc088e7c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG17 UUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG17%20UUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FIAT',
 'model': '500',
 'odometer': 41270,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE',
 'vin': 'ZFA3120000J744336',
 'year': 2017}
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG17%2520UUC%27 HTTP/1.1" 200 None
2026-03-30 06:37:37 [bca.uk] INFO: Saving data for DG17%20UUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774533732.741445, 'last_price_update_time': 1774852657.495793}
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG17%2520UUC') HTTP/1.1" 204 0
2026-03-30 06:37:37 [bca.uk] INFO: Found listing with ID: LG69%20YNU
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG69%2520YNU%27 HTTP/1.1" 200 None
2026-03-30 06:37:37 [bca.uk] INFO: Scrape type for LG69%20YNU: 2
2026-03-30 06:37:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cfe8a17-09b7-581f-8033-94e1f120cedc with identifier: LG69%20YNU
2026-03-30 06:37:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cfe8a17-09b7-581f-8033-94e1f120cedc with scrape type 2
2026-03-30 06:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cfe8a17-09b7-581f-8033-94e1f120cedc with scrape type 2
2026-03-30 06:37:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cfe8a17-09b7-581f-8033-94e1f120cedc, identifier: LG69%20YNU
2026-03-30 06:37:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with identifier: DP70%20YSY
2026-03-30 06:37:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with identifier: DP70%20YSY
2026-03-30 06:37:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 313610ff-5ad1-50ef-8a5f-26a20bafdbf7 with identifier: DP70%20YSY to the API
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP70%20YSY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '313610ff-5ad1-50ef-8a5f-26a20bafdbf7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP70 YSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP70%20YSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'RENAULT',
 'model': 'ZOE',
 'odometer': 30522,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE 50KWH 135 I GT LINE (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 135 I GT LINE (50KW)',
 'vin': 'VF1AG000166422735',
 'year': 2020}
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520YSY%27 HTTP/1.1" 200 None
2026-03-30 06:37:37 [bca.uk] INFO: Saving data for DP70%20YSY: {'auction_closing_time': 1774864800.0, 'created_time': 1774365272.430773, 'last_price_update_time': 1774852657.927199}
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP70%2520YSY') HTTP/1.1" 204 0
2026-03-30 06:37:37 [bca.uk] INFO: Found listing with ID: GJ68%20JVG
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520JVG%27 HTTP/1.1" 200 None
2026-03-30 06:37:37 [bca.uk] INFO: Scrape type for GJ68%20JVG: 2
2026-03-30 06:37:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a0fa958-baa9-5d6b-9fd3-c8f9f46adb68 with identifier: GJ68%20JVG
2026-03-30 06:37:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a0fa958-baa9-5d6b-9fd3-c8f9f46adb68 with scrape type 2
2026-03-30 06:37:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a0fa958-baa9-5d6b-9fd3-c8f9f46adb68 with scrape type 2
2026-03-30 06:37:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a0fa958-baa9-5d6b-9fd3-c8f9f46adb68, identifier: GJ68%20JVG
2026-03-30 06:37:38 [bca.uk] INFO: Found listing with ID: DY67%20UZC
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY67%2520UZC%27 HTTP/1.1" 200 None
2026-03-30 06:37:38 [bca.uk] INFO: Scrape type for DY67%20UZC: 2
2026-03-30 06:37:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2446be4f-7c4c-507c-b2c2-5b0219e0a772 with identifier: DY67%20UZC
2026-03-30 06:37:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2446be4f-7c4c-507c-b2c2-5b0219e0a772 with scrape type 2
2026-03-30 06:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2446be4f-7c4c-507c-b2c2-5b0219e0a772 with scrape type 2
2026-03-30 06:37:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2446be4f-7c4c-507c-b2c2-5b0219e0a772, identifier: DY67%20UZC
2026-03-30 06:37:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cfe8a17-09b7-581f-8033-94e1f120cedc with identifier: LG69%20YNU
2026-03-30 06:37:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cfe8a17-09b7-581f-8033-94e1f120cedc with identifier: LG69%20YNU
2026-03-30 06:37:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cfe8a17-09b7-581f-8033-94e1f120cedc with identifier: LG69%20YNU to the API
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG69%20YNU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5cfe8a17-09b7-581f-8033-94e1f120cedc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG69 YNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG69%20YNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '320D',
 'odometer': 75199,
 'odometer_reading_unit': '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': 'WBA5V52000FH67815',
 'year': 2019}
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG69%2520YNU%27 HTTP/1.1" 200 None
2026-03-30 06:37:38 [bca.uk] INFO: Saving data for LG69%20YNU: {'auction_closing_time': 1775037600.0, 'created_time': 1774533868.11073, 'last_price_update_time': 1774852658.509674}
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG69%2520YNU') HTTP/1.1" 204 0
2026-03-30 06:37:38 [bca.uk] INFO: Found listing with ID: GL72%20OGS
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OGS%27 HTTP/1.1" 200 None
2026-03-30 06:37:38 [bca.uk] INFO: Scrape type for GL72%20OGS: 2
2026-03-30 06:37:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df993979-8915-5ccf-b4a1-6f3e7b60b337 with identifier: GL72%20OGS
2026-03-30 06:37:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df993979-8915-5ccf-b4a1-6f3e7b60b337 with scrape type 2
2026-03-30 06:37:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df993979-8915-5ccf-b4a1-6f3e7b60b337 with scrape type 2
2026-03-30 06:37:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df993979-8915-5ccf-b4a1-6f3e7b60b337, identifier: GL72%20OGS
2026-03-30 06:37:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a0fa958-baa9-5d6b-9fd3-c8f9f46adb68 with identifier: GJ68%20JVG
2026-03-30 06:37:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a0fa958-baa9-5d6b-9fd3-c8f9f46adb68 with identifier: GJ68%20JVG
2026-03-30 06:37:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a0fa958-baa9-5d6b-9fd3-c8f9f46adb68 with identifier: GJ68%20JVG to the API
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ68%20JVG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a0fa958-baa9-5d6b-9fd3-c8f9f46adb68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ68 JVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ68%20JVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 57036,
 'odometer_reading_unit': '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 TIGUAN 1.4 TSI 125 BMT 2WD SE NAV StationWagon',
 'transmission': 'manual',
 'trim': 'TSI 125 BMT 2WD SE NAV',
 'vin': 'WVGZZZ5NZJW401023',
 'year': 2018}
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ68%2520JVG%27 HTTP/1.1" 200 None
2026-03-30 06:37:38 [bca.uk] INFO: Saving data for GJ68%20JVG: {'auction_closing_time': 1774951200.0, 'created_time': 1774536350.120832, 'last_price_update_time': 1774852658.901455}
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ68%2520JVG') HTTP/1.1" 204 0
2026-03-30 06:37:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2446be4f-7c4c-507c-b2c2-5b0219e0a772 with identifier: DY67%20UZC
2026-03-30 06:37:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2446be4f-7c4c-507c-b2c2-5b0219e0a772 with identifier: DY67%20UZC
2026-03-30 06:37:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2446be4f-7c4c-507c-b2c2-5b0219e0a772 with identifier: DY67%20UZC to the API
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY67%20UZC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2446be4f-7c4c-507c-b2c2-5b0219e0a772',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY67 UZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY67%20UZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 94637,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.2 TCE 130 DYNAMIQUE S Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 130 DYNAMIQUE S',
 'vin': 'VF1RFE00758802801',
 'year': 2017}
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY67%2520UZC%27 HTTP/1.1" 200 None
2026-03-30 06:37:39 [bca.uk] INFO: Saving data for DY67%20UZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774533717.61354, 'last_price_update_time': 1774852659.199451}
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY67%2520UZC') HTTP/1.1" 204 0
2026-03-30 06:37:39 [bca.uk] INFO: Found listing with ID: OU67%20NKS
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU67%2520NKS%27 HTTP/1.1" 200 None
2026-03-30 06:37:39 [bca.uk] INFO: Scrape type for OU67%20NKS: 2
2026-03-30 06:37:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dc98f21-4edf-5833-96cd-905ec465e4a2 with identifier: OU67%20NKS
2026-03-30 06:37:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dc98f21-4edf-5833-96cd-905ec465e4a2 with scrape type 2
2026-03-30 06:37:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dc98f21-4edf-5833-96cd-905ec465e4a2 with scrape type 2
2026-03-30 06:37:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0dc98f21-4edf-5833-96cd-905ec465e4a2, identifier: OU67%20NKS
2026-03-30 06:37:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df993979-8915-5ccf-b4a1-6f3e7b60b337 with identifier: GL72%20OGS
2026-03-30 06:37:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df993979-8915-5ccf-b4a1-6f3e7b60b337 with identifier: GL72%20OGS
2026-03-30 06:37:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df993979-8915-5ccf-b4a1-6f3e7b60b337 with identifier: GL72%20OGS to the API
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20OGS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'df993979-8915-5ccf-b4a1-6f3e7b60b337',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL72 OGS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20OGS&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 30751,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS9PC580585',
 'year': 2022}
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520OGS%27 HTTP/1.1" 200 None
2026-03-30 06:37:39 [bca.uk] INFO: Saving data for GL72%20OGS: {'auction_closing_time': 1774864800.0, 'created_time': 1774533892.890157, 'last_price_update_time': 1774852659.613809}
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520OGS') HTTP/1.1" 204 0
2026-03-30 06:37:39 [bca.uk] INFO: Found listing with ID: NG71%20EZD
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520EZD%27 HTTP/1.1" 200 None
2026-03-30 06:37:39 [bca.uk] INFO: Scrape type for NG71%20EZD: 2
2026-03-30 06:37:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8bbe32d-d711-5879-96eb-6ae09f1f53cb with identifier: NG71%20EZD
2026-03-30 06:37:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8bbe32d-d711-5879-96eb-6ae09f1f53cb with scrape type 2
2026-03-30 06:37:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8bbe32d-d711-5879-96eb-6ae09f1f53cb with scrape type 2
2026-03-30 06:37:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8bbe32d-d711-5879-96eb-6ae09f1f53cb, identifier: NG71%20EZD
2026-03-30 06:37:39 [bca.uk] INFO: Found listing with ID: HK19%20PJX
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520PJX%27 HTTP/1.1" 200 None
2026-03-30 06:37:39 [bca.uk] INFO: Scrape type for HK19%20PJX: 2
2026-03-30 06:37:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11b3bc76-82ce-5221-aef5-338fdf0f5c58 with identifier: HK19%20PJX
2026-03-30 06:37:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11b3bc76-82ce-5221-aef5-338fdf0f5c58 with scrape type 2
2026-03-30 06:37:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11b3bc76-82ce-5221-aef5-338fdf0f5c58 with scrape type 2
2026-03-30 06:37:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11b3bc76-82ce-5221-aef5-338fdf0f5c58, identifier: HK19%20PJX
2026-03-30 06:37:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0dc98f21-4edf-5833-96cd-905ec465e4a2 with identifier: OU67%20NKS
2026-03-30 06:37:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0dc98f21-4edf-5833-96cd-905ec465e4a2 with identifier: OU67%20NKS
2026-03-30 06:37:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0dc98f21-4edf-5833-96cd-905ec465e4a2 with identifier: OU67%20NKS to the API
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU67%20NKS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0dc98f21-4edf-5833-96cd-905ec465e4a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU67 NKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU67%20NKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 61567,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A5 SPORTBACK 2.0 TDI 190 QUATTRO SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO SPORT S-T',
 'vin': 'WAUZZZF51JA027303',
 'year': 2017}
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU67%2520NKS%27 HTTP/1.1" 200 None
2026-03-30 06:37:40 [bca.uk] INFO: Saving data for OU67%20NKS: {'auction_closing_time': 1775037600.0, 'created_time': 1774533870.621306, 'last_price_update_time': 1774852660.197257}
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU67%2520NKS') HTTP/1.1" 204 0
2026-03-30 06:37:40 [bca.uk] INFO: Found listing with ID: SV23%20OXL
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520OXL%27 HTTP/1.1" 200 None
2026-03-30 06:37:40 [bca.uk] INFO: Scrape type for SV23%20OXL: 2
2026-03-30 06:37:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6efb8a88-ce6d-55b9-88f0-b026219c41bb with identifier: SV23%20OXL
2026-03-30 06:37:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6efb8a88-ce6d-55b9-88f0-b026219c41bb with scrape type 2
2026-03-30 06:37:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6efb8a88-ce6d-55b9-88f0-b026219c41bb with scrape type 2
2026-03-30 06:37:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6efb8a88-ce6d-55b9-88f0-b026219c41bb, identifier: SV23%20OXL
2026-03-30 06:37:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8bbe32d-d711-5879-96eb-6ae09f1f53cb with identifier: NG71%20EZD
2026-03-30 06:37:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8bbe32d-d711-5879-96eb-6ae09f1f53cb with identifier: NG71%20EZD
2026-03-30 06:37:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8bbe32d-d711-5879-96eb-6ae09f1f53cb with identifier: NG71%20EZD to the API
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG71%20EZD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c8bbe32d-d711-5879-96eb-6ae09f1f53cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NG71 EZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG71%20EZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 152362,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB7MC427059',
 'year': 2021}
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG71%2520EZD%27 HTTP/1.1" 200 None
2026-03-30 06:37:40 [bca.uk] INFO: Saving data for NG71%20EZD: {'auction_closing_time': 1774864800.0, 'created_time': 1774536359.4789, 'last_price_update_time': 1774852660.577227}
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG71%2520EZD') HTTP/1.1" 204 0
2026-03-30 06:37:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11b3bc76-82ce-5221-aef5-338fdf0f5c58 with identifier: HK19%20PJX
2026-03-30 06:37:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11b3bc76-82ce-5221-aef5-338fdf0f5c58 with identifier: HK19%20PJX
2026-03-30 06:37:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11b3bc76-82ce-5221-aef5-338fdf0f5c58 with identifier: HK19%20PJX to the API
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK19%20PJX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '11b3bc76-82ce-5221-aef5-338fdf0f5c58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK19 PJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK19%20PJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 78056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 0.9 TCE 90 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ICONIC',
 'vin': 'VF1R9800662371932',
 'year': 2019}
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520PJX%27 HTTP/1.1" 200 None
2026-03-30 06:37:40 [bca.uk] INFO: Saving data for HK19%20PJX: {'auction_closing_time': 1774864800.0, 'created_time': 1774533735.785358, 'last_price_update_time': 1774852660.955677}
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK19%2520PJX') HTTP/1.1" 204 0
2026-03-30 06:37:40 [bca.uk] INFO: Found listing with ID: SH71%20DZM
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520DZM%27 HTTP/1.1" 200 None
2026-03-30 06:37:40 [bca.uk] INFO: Scrape type for SH71%20DZM: 2
2026-03-30 06:37:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ca26721-1054-523f-8ab2-faf8a3bf7cb2 with identifier: SH71%20DZM
2026-03-30 06:37:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ca26721-1054-523f-8ab2-faf8a3bf7cb2 with scrape type 2
2026-03-30 06:37:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ca26721-1054-523f-8ab2-faf8a3bf7cb2 with scrape type 2
2026-03-30 06:37:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ca26721-1054-523f-8ab2-faf8a3bf7cb2, identifier: SH71%20DZM
2026-03-30 06:37:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6efb8a88-ce6d-55b9-88f0-b026219c41bb with identifier: SV23%20OXL
2026-03-30 06:37:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6efb8a88-ce6d-55b9-88f0-b026219c41bb with identifier: SV23%20OXL
2026-03-30 06:37:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6efb8a88-ce6d-55b9-88f0-b026219c41bb with identifier: SV23%20OXL to the API
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV23%20OXL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6efb8a88-ce6d-55b9-88f0-b026219c41bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV23 OXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV23%20OXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 11974,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZPP028296',
 'year': 2023}
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520OXL%27 HTTP/1.1" 200 None
2026-03-30 06:37:41 [bca.uk] INFO: Saving data for SV23%20OXL: {'auction_closing_time': 1774864800.0, 'created_time': 1774365391.330843, 'last_price_update_time': 1774852661.368461}
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV23%2520OXL') HTTP/1.1" 204 0
2026-03-30 06:37:41 [bca.uk] INFO: Found listing with ID: NJ24%20UTX
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UTX%27 HTTP/1.1" 200 None
2026-03-30 06:37:41 [bca.uk] INFO: Scrape type for NJ24%20UTX: 2
2026-03-30 06:37:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0324ebc9-50b8-5268-8340-83bc2d8555ef with identifier: NJ24%20UTX
2026-03-30 06:37:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0324ebc9-50b8-5268-8340-83bc2d8555ef with scrape type 2
2026-03-30 06:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0324ebc9-50b8-5268-8340-83bc2d8555ef with scrape type 2
2026-03-30 06:37:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0324ebc9-50b8-5268-8340-83bc2d8555ef, identifier: NJ24%20UTX
2026-03-30 06:37:41 [bca.uk] INFO: Found listing with ID: SG66%20YPJ
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG66%2520YPJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:41 [bca.uk] INFO: Scrape type for SG66%20YPJ: 2
2026-03-30 06:37:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 842b8b9d-2fc8-5e7f-8586-c3c681cc9f29 with identifier: SG66%20YPJ
2026-03-30 06:37:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 842b8b9d-2fc8-5e7f-8586-c3c681cc9f29 with scrape type 2
2026-03-30 06:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 842b8b9d-2fc8-5e7f-8586-c3c681cc9f29 with scrape type 2
2026-03-30 06:37:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 842b8b9d-2fc8-5e7f-8586-c3c681cc9f29, identifier: SG66%20YPJ
2026-03-30 06:37:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ca26721-1054-523f-8ab2-faf8a3bf7cb2 with identifier: SH71%20DZM
2026-03-30 06:37:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ca26721-1054-523f-8ab2-faf8a3bf7cb2 with identifier: SH71%20DZM
2026-03-30 06:37:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ca26721-1054-523f-8ab2-faf8a3bf7cb2 with identifier: SH71%20DZM to the API
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH71%20DZM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2ca26721-1054-523f-8ab2-faf8a3bf7cb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH71 DZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH71%20DZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 40792,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.8 VVT-I HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON',
 'vin': 'SB1K93BE30E196550',
 'year': 2021}
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH71%2520DZM%27 HTTP/1.1" 200 None
2026-03-30 06:37:42 [bca.uk] INFO: Saving data for SH71%20DZM: {'auction_closing_time': 1775037600.0, 'created_time': 1774533851.269384, 'last_price_update_time': 1774852662.02522}
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH71%2520DZM') HTTP/1.1" 204 0
2026-03-30 06:37:42 [bca.uk] INFO: Found listing with ID: VO22%20UZT
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520UZT%27 HTTP/1.1" 200 None
2026-03-30 06:37:42 [bca.uk] INFO: Scrape type for VO22%20UZT: 2
2026-03-30 06:37:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 732fb45d-0f84-5d07-b9d5-047f397a75f3 with identifier: VO22%20UZT
2026-03-30 06:37:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 732fb45d-0f84-5d07-b9d5-047f397a75f3 with scrape type 2
2026-03-30 06:37:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 732fb45d-0f84-5d07-b9d5-047f397a75f3 with scrape type 2
2026-03-30 06:37:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 732fb45d-0f84-5d07-b9d5-047f397a75f3, identifier: VO22%20UZT
2026-03-30 06:37:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0324ebc9-50b8-5268-8340-83bc2d8555ef with identifier: NJ24%20UTX
2026-03-30 06:37:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0324ebc9-50b8-5268-8340-83bc2d8555ef with identifier: NJ24%20UTX
2026-03-30 06:37:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0324ebc9-50b8-5268-8340-83bc2d8555ef with identifier: NJ24%20UTX to the API
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ24%20UTX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0324ebc9-50b8-5268-8340-83bc2d8555ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ24 UTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ24%20UTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 15390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS1RC395711',
 'year': 2024}
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UTX%27 HTTP/1.1" 200 None
2026-03-30 06:37:42 [bca.uk] INFO: Saving data for NJ24%20UTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774536381.687416, 'last_price_update_time': 1774852662.440271}
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ24%2520UTX') HTTP/1.1" 204 0
2026-03-30 06:37:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 842b8b9d-2fc8-5e7f-8586-c3c681cc9f29 with identifier: SG66%20YPJ
2026-03-30 06:37:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 842b8b9d-2fc8-5e7f-8586-c3c681cc9f29 with identifier: SG66%20YPJ
2026-03-30 06:37:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 842b8b9d-2fc8-5e7f-8586-c3c681cc9f29 with identifier: SG66%20YPJ to the API
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG66%20YPJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '842b8b9d-2fc8-5e7f-8586-c3c681cc9f29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG66 YPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG66%20YPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 32476,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 16V 100 ENERGY Hatchback',
 'transmission': 'manual',
 'trim': '16V 100 ENERGY',
 'vin': 'W0LBD6ED8GG126568',
 'year': 2016}
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG66%2520YPJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:42 [bca.uk] INFO: Saving data for SG66%20YPJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774533729.876322, 'last_price_update_time': 1774852662.739501}
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG66%2520YPJ') HTTP/1.1" 204 0
2026-03-30 06:37:42 [bca.uk] INFO: Found listing with ID: YA67%20LLE
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520LLE%27 HTTP/1.1" 200 None
2026-03-30 06:37:42 [bca.uk] INFO: Scrape type for YA67%20LLE: 2
2026-03-30 06:37:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb3a0606-5454-57d1-ac6b-066766c712c3 with identifier: YA67%20LLE
2026-03-30 06:37:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb3a0606-5454-57d1-ac6b-066766c712c3 with scrape type 2
2026-03-30 06:37:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb3a0606-5454-57d1-ac6b-066766c712c3 with scrape type 2
2026-03-30 06:37:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb3a0606-5454-57d1-ac6b-066766c712c3, identifier: YA67%20LLE
2026-03-30 06:37:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 732fb45d-0f84-5d07-b9d5-047f397a75f3 with identifier: VO22%20UZT
2026-03-30 06:37:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 732fb45d-0f84-5d07-b9d5-047f397a75f3 with identifier: VO22%20UZT
2026-03-30 06:37:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 732fb45d-0f84-5d07-b9d5-047f397a75f3 with identifier: VO22%20UZT to the API
2026-03-30 06:37:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO22%20UZT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '732fb45d-0f84-5d07-b9d5-047f397a75f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO22 UZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO22%20UZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 66541,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZNP024626',
 'year': 2022}
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520UZT%27 HTTP/1.1" 200 None
2026-03-30 06:37:43 [bca.uk] INFO: Saving data for VO22%20UZT: {'auction_closing_time': 1774864800.0, 'created_time': 1774536408.524853, 'last_price_update_time': 1774852663.146886}
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO22%2520UZT') HTTP/1.1" 204 0
2026-03-30 06:37:43 [bca.uk] INFO: Found listing with ID: NJ24%20UYE
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UYE%27 HTTP/1.1" 200 None
2026-03-30 06:37:43 [bca.uk] INFO: Scrape type for NJ24%20UYE: 2
2026-03-30 06:37:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cb83bf3-b706-59ad-aefc-aa76b74249af with identifier: NJ24%20UYE
2026-03-30 06:37:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cb83bf3-b706-59ad-aefc-aa76b74249af with scrape type 2
2026-03-30 06:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cb83bf3-b706-59ad-aefc-aa76b74249af with scrape type 2
2026-03-30 06:37:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cb83bf3-b706-59ad-aefc-aa76b74249af, identifier: NJ24%20UYE
2026-03-30 06:37:43 [bca.uk] INFO: Found listing with ID: YC15%20ORJ
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520ORJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:43 [bca.uk] INFO: Scrape type for YC15%20ORJ: 2
2026-03-30 06:37:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cafb734-d527-5141-8fa3-68f319d96a05 with identifier: YC15%20ORJ
2026-03-30 06:37:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cafb734-d527-5141-8fa3-68f319d96a05 with scrape type 2
2026-03-30 06:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cafb734-d527-5141-8fa3-68f319d96a05 with scrape type 2
2026-03-30 06:37:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cafb734-d527-5141-8fa3-68f319d96a05, identifier: YC15%20ORJ
2026-03-30 06:37:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb3a0606-5454-57d1-ac6b-066766c712c3 with identifier: YA67%20LLE
2026-03-30 06:37:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb3a0606-5454-57d1-ac6b-066766c712c3 with identifier: YA67%20LLE
2026-03-30 06:37:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb3a0606-5454-57d1-ac6b-066766c712c3 with identifier: YA67%20LLE to the API
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA67%20LLE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb3a0606-5454-57d1-ac6b-066766c712c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA67 LLE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA67%20LLE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 59016,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A5 SPORTBACK 2.0 TDI 190 QUATTRO S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO S LINE S-T',
 'vin': 'WAUZZZF53JA053272',
 'year': 2017}
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520LLE%27 HTTP/1.1" 200 None
2026-03-30 06:37:43 [bca.uk] INFO: Saving data for YA67%20LLE: {'auction_closing_time': 1775037600.0, 'created_time': 1774533853.258467, 'last_price_update_time': 1774852663.765408}
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA67%2520LLE') HTTP/1.1" 204 0
2026-03-30 06:37:43 [bca.uk] INFO: Found listing with ID: HF23%20WKP
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520WKP%27 HTTP/1.1" 200 None
2026-03-30 06:37:43 [bca.uk] INFO: Scrape type for HF23%20WKP: 2
2026-03-30 06:37:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e432dba9-acf1-5579-987a-1119dead1c74 with identifier: HF23%20WKP
2026-03-30 06:37:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e432dba9-acf1-5579-987a-1119dead1c74 with scrape type 2
2026-03-30 06:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e432dba9-acf1-5579-987a-1119dead1c74 with scrape type 2
2026-03-30 06:37:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e432dba9-acf1-5579-987a-1119dead1c74, identifier: HF23%20WKP
2026-03-30 06:37:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cb83bf3-b706-59ad-aefc-aa76b74249af with identifier: NJ24%20UYE
2026-03-30 06:37:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cb83bf3-b706-59ad-aefc-aa76b74249af with identifier: NJ24%20UYE
2026-03-30 06:37:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cb83bf3-b706-59ad-aefc-aa76b74249af with identifier: NJ24%20UYE to the API
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ24%20UYE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3cb83bf3-b706-59ad-aefc-aa76b74249af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ24 UYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ24%20UYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 24640,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK6RC454639',
 'year': 2024}
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ24%2520UYE%27 HTTP/1.1" 200 None
2026-03-30 06:37:44 [bca.uk] INFO: Saving data for NJ24%20UYE: {'auction_closing_time': 1774864800.0, 'created_time': 1774536376.34733, 'last_price_update_time': 1774852664.170889}
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ24%2520UYE') HTTP/1.1" 204 0
2026-03-30 06:37:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cafb734-d527-5141-8fa3-68f319d96a05 with identifier: YC15%20ORJ
2026-03-30 06:37:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cafb734-d527-5141-8fa3-68f319d96a05 with identifier: YC15%20ORJ
2026-03-30 06:37:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cafb734-d527-5141-8fa3-68f319d96a05 with identifier: YC15%20ORJ to the API
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC15%20ORJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3cafb734-d527-5141-8fa3-68f319d96a05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC15 ORJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC15%20ORJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 64864,
 'odometer_reading_unit': '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': 'WMWXN320203A70774',
 'year': 2015}
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520ORJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:44 [bca.uk] INFO: Saving data for YC15%20ORJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774533739.593715, 'last_price_update_time': 1774852664.473424}
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC15%2520ORJ') HTTP/1.1" 204 0
2026-03-30 06:37:44 [bca.uk] INFO: Found listing with ID: HT21%20LMM
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520LMM%27 HTTP/1.1" 200 None
2026-03-30 06:37:44 [bca.uk] INFO: Scrape type for HT21%20LMM: 2
2026-03-30 06:37:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a96655d3-615b-5ab8-b1ba-6c4d5496f280 with identifier: HT21%20LMM
2026-03-30 06:37:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a96655d3-615b-5ab8-b1ba-6c4d5496f280 with scrape type 2
2026-03-30 06:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a96655d3-615b-5ab8-b1ba-6c4d5496f280 with scrape type 2
2026-03-30 06:37:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a96655d3-615b-5ab8-b1ba-6c4d5496f280, identifier: HT21%20LMM
2026-03-30 06:37:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e432dba9-acf1-5579-987a-1119dead1c74 with identifier: HF23%20WKP
2026-03-30 06:37:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e432dba9-acf1-5579-987a-1119dead1c74 with identifier: HF23%20WKP
2026-03-30 06:37:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e432dba9-acf1-5579-987a-1119dead1c74 with identifier: HF23%20WKP to the API
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF23%20WKP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e432dba9-acf1-5579-987a-1119dead1c74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HF23 WKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF23%20WKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'NIRO EV',
 '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': 'KIA NIRO EV 150KW 65KWH 4 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 4',
 'vin': 'KNACT811UP5022366',
 'year': 2023}
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520WKP%27 HTTP/1.1" 200 None
2026-03-30 06:37:44 [bca.uk] INFO: Saving data for HF23%20WKP: {'auction_closing_time': 1774864800.0, 'created_time': 1774277173.675785, 'last_price_update_time': 1774852664.904983}
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF23%2520WKP') HTTP/1.1" 204 0
2026-03-30 06:37:44 [bca.uk] INFO: Found listing with ID: NL21%20WZF
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520WZF%27 HTTP/1.1" 200 None
2026-03-30 06:37:44 [bca.uk] INFO: Scrape type for NL21%20WZF: 2
2026-03-30 06:37:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36c717c5-6f3e-58d3-8637-ea2c3aab15ab with identifier: NL21%20WZF
2026-03-30 06:37:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36c717c5-6f3e-58d3-8637-ea2c3aab15ab with scrape type 2
2026-03-30 06:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36c717c5-6f3e-58d3-8637-ea2c3aab15ab with scrape type 2
2026-03-30 06:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 36c717c5-6f3e-58d3-8637-ea2c3aab15ab, identifier: NL21%20WZF
2026-03-30 06:37:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:37:45 [bca.uk] INFO: Found listing with ID: YH62%20EDX
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520EDX%27 HTTP/1.1" 200 None
2026-03-30 06:37:45 [bca.uk] INFO: Scrape type for YH62%20EDX: 2
2026-03-30 06:37:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97b4e531-add1-5925-a54a-4c2a05587b69 with identifier: YH62%20EDX
2026-03-30 06:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97b4e531-add1-5925-a54a-4c2a05587b69 with scrape type 2
2026-03-30 06:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97b4e531-add1-5925-a54a-4c2a05587b69 with scrape type 2
2026-03-30 06:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97b4e531-add1-5925-a54a-4c2a05587b69, identifier: YH62%20EDX
2026-03-30 06:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a96655d3-615b-5ab8-b1ba-6c4d5496f280 with identifier: HT21%20LMM
2026-03-30 06:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a96655d3-615b-5ab8-b1ba-6c4d5496f280 with identifier: HT21%20LMM
2026-03-30 06:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a96655d3-615b-5ab8-b1ba-6c4d5496f280 with identifier: HT21%20LMM to the API
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT21%20LMM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a96655d3-615b-5ab8-b1ba-6c4d5496f280',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT21 LMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT21%20LMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '330E',
 'odometer': 60124,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT PRO ED. Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT PRO ED.',
 'vin': 'WBA5P52020FL25867',
 'year': 2021}
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520LMM%27 HTTP/1.1" 200 None
2026-03-30 06:37:45 [bca.uk] INFO: Saving data for HT21%20LMM: {'auction_closing_time': 1774864800.0, 'created_time': 1774391666.615395, 'last_price_update_time': 1774852665.435785}
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT21%2520LMM') HTTP/1.1" 204 0
2026-03-30 06:37:45 [bca.uk] INFO: Found listing with ID: MA22%20FUD
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520FUD%27 HTTP/1.1" 200 None
2026-03-30 06:37:45 [bca.uk] INFO: Scrape type for MA22%20FUD: 2
2026-03-30 06:37:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ef625a2-bbe1-5511-b188-1bd96a14c0c9 with identifier: MA22%20FUD
2026-03-30 06:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ef625a2-bbe1-5511-b188-1bd96a14c0c9 with scrape type 2
2026-03-30 06:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ef625a2-bbe1-5511-b188-1bd96a14c0c9 with scrape type 2
2026-03-30 06:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ef625a2-bbe1-5511-b188-1bd96a14c0c9, identifier: MA22%20FUD
2026-03-30 06:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 36c717c5-6f3e-58d3-8637-ea2c3aab15ab with identifier: NL21%20WZF
2026-03-30 06:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 36c717c5-6f3e-58d3-8637-ea2c3aab15ab with identifier: NL21%20WZF
2026-03-30 06:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 36c717c5-6f3e-58d3-8637-ea2c3aab15ab with identifier: NL21%20WZF to the API
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL21%20WZF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '36c717c5-6f3e-58d3-8637-ea2c3aab15ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL21 WZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL21%20WZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 84334,
 'odometer_reading_unit': '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': 'LRW3F7FA5MC236083',
 'year': 2021}
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520WZF%27 HTTP/1.1" 200 None
2026-03-30 06:37:45 [bca.uk] INFO: Saving data for NL21%20WZF: {'auction_closing_time': 1774864800.0, 'created_time': 1774536385.572236, 'last_price_update_time': 1774852665.949617}
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL21%2520WZF') HTTP/1.1" 204 0
2026-03-30 06:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97b4e531-add1-5925-a54a-4c2a05587b69 with identifier: YH62%20EDX
2026-03-30 06:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97b4e531-add1-5925-a54a-4c2a05587b69 with identifier: YH62%20EDX
2026-03-30 06:37:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97b4e531-add1-5925-a54a-4c2a05587b69 with identifier: YH62%20EDX to the API
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH62%20EDX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '97b4e531-add1-5925-a54a-4c2a05587b69',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH62 EDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH62%20EDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 71136,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C180 1.6 B/E AMG SPORT TIP Coupe',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT TIP',
 'vin': 'WDD2043312G008981',
 'year': 2012}
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520EDX%27 HTTP/1.1" 200 None
2026-03-30 06:37:46 [bca.uk] INFO: Saving data for YH62%20EDX: {'auction_closing_time': 1774864800.0, 'created_time': 1774533738.459563, 'last_price_update_time': 1774852666.28184}
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH62%2520EDX') HTTP/1.1" 204 0
2026-03-30 06:37:46 [bca.uk] INFO: Found listing with ID: HX22%20OPU
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520OPU%27 HTTP/1.1" 200 None
2026-03-30 06:37:46 [bca.uk] INFO: Scrape type for HX22%20OPU: 2
2026-03-30 06:37:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cca7baf-c469-5d49-91ee-aeef2db8dc27 with identifier: HX22%20OPU
2026-03-30 06:37:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cca7baf-c469-5d49-91ee-aeef2db8dc27 with scrape type 2
2026-03-30 06:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cca7baf-c469-5d49-91ee-aeef2db8dc27 with scrape type 2
2026-03-30 06:37:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cca7baf-c469-5d49-91ee-aeef2db8dc27, identifier: HX22%20OPU
2026-03-30 06:37:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ef625a2-bbe1-5511-b188-1bd96a14c0c9 with identifier: MA22%20FUD
2026-03-30 06:37:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ef625a2-bbe1-5511-b188-1bd96a14c0c9 with identifier: MA22%20FUD
2026-03-30 06:37:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ef625a2-bbe1-5511-b188-1bd96a14c0c9 with identifier: MA22%20FUD to the API
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20FUD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0ef625a2-bbe1-5511-b188-1bd96a14c0c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA22 FUD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20FUD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 54734,
 'odometer_reading_unit': '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': 'LRW3F7EK3NC477474',
 'year': 2022}
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520FUD%27 HTTP/1.1" 200 None
2026-03-30 06:37:46 [bca.uk] INFO: Saving data for MA22%20FUD: {'auction_closing_time': 1774864800.0, 'created_time': 1774536408.055668, 'last_price_update_time': 1774852666.741438}
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520FUD') HTTP/1.1" 204 0
2026-03-30 06:37:46 [bca.uk] INFO: Found listing with ID: WP70%20EOY
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520EOY%27 HTTP/1.1" 200 None
2026-03-30 06:37:46 [bca.uk] INFO: Scrape type for WP70%20EOY: 2
2026-03-30 06:37:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03db765a-8fb2-5de9-ba32-0f26c3dfd992 with identifier: WP70%20EOY
2026-03-30 06:37:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03db765a-8fb2-5de9-ba32-0f26c3dfd992 with scrape type 2
2026-03-30 06:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03db765a-8fb2-5de9-ba32-0f26c3dfd992 with scrape type 2
2026-03-30 06:37:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03db765a-8fb2-5de9-ba32-0f26c3dfd992, identifier: WP70%20EOY
2026-03-30 06:37:46 [bca.uk] INFO: Found listing with ID: BF14%20XCO
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF14%2520XCO%27 HTTP/1.1" 200 None
2026-03-30 06:37:46 [bca.uk] INFO: Scrape type for BF14%20XCO: 2
2026-03-30 06:37:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c94bd531-e076-5db6-9053-1379b99f31d6 with identifier: BF14%20XCO
2026-03-30 06:37:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94bd531-e076-5db6-9053-1379b99f31d6 with scrape type 2
2026-03-30 06:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c94bd531-e076-5db6-9053-1379b99f31d6 with scrape type 2
2026-03-30 06:37:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c94bd531-e076-5db6-9053-1379b99f31d6, identifier: BF14%20XCO
2026-03-30 06:37:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cca7baf-c469-5d49-91ee-aeef2db8dc27 with identifier: HX22%20OPU
2026-03-30 06:37:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cca7baf-c469-5d49-91ee-aeef2db8dc27 with identifier: HX22%20OPU
2026-03-30 06:37:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cca7baf-c469-5d49-91ee-aeef2db8dc27 with identifier: HX22%20OPU to the API
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 39,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX22%20OPU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8cca7baf-c469-5d49-91ee-aeef2db8dc27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HX22 OPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX22%20OPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 84142,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X2 1.5 XDRIVE 25E SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E SPORT',
 'vin': 'WBAYN920005U88520',
 'year': 2022}
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520OPU%27 HTTP/1.1" 200 None
2026-03-30 06:37:47 [bca.uk] INFO: Saving data for HX22%20OPU: {'auction_closing_time': 1774864800.0, 'created_time': 1774533857.94587, 'last_price_update_time': 1774852667.240112}
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX22%2520OPU') HTTP/1.1" 204 0
2026-03-30 06:37:47 [bca.uk] INFO: Found listing with ID: MA23%20UCH
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UCH%27 HTTP/1.1" 200 None
2026-03-30 06:37:47 [bca.uk] INFO: Scrape type for MA23%20UCH: 2
2026-03-30 06:37:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56499419-d3a4-55e4-bad9-2146e53253ed with identifier: MA23%20UCH
2026-03-30 06:37:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56499419-d3a4-55e4-bad9-2146e53253ed with scrape type 2
2026-03-30 06:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56499419-d3a4-55e4-bad9-2146e53253ed with scrape type 2
2026-03-30 06:37:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56499419-d3a4-55e4-bad9-2146e53253ed, identifier: MA23%20UCH
2026-03-30 06:37:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03db765a-8fb2-5de9-ba32-0f26c3dfd992 with identifier: WP70%20EOY
2026-03-30 06:37:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03db765a-8fb2-5de9-ba32-0f26c3dfd992 with identifier: WP70%20EOY
2026-03-30 06:37:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03db765a-8fb2-5de9-ba32-0f26c3dfd992 with identifier: WP70%20EOY to the API
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP70%20EOY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '03db765a-8fb2-5de9-ba32-0f26c3dfd992',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP70 EOY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP70%20EOY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 250 E',
 'odometer': 103601,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 250 E 1.3 EXCLUSIVE ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE ED.DCT',
 'vin': 'W1N2477862J224138',
 'year': 2020}
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520EOY%27 HTTP/1.1" 200 None
2026-03-30 06:37:47 [bca.uk] INFO: Saving data for WP70%20EOY: {'auction_closing_time': 1774864800.0, 'created_time': 1774536384.60997, 'last_price_update_time': 1774852667.660789}
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP70%2520EOY') HTTP/1.1" 204 0
2026-03-30 06:37:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c94bd531-e076-5db6-9053-1379b99f31d6 with identifier: BF14%20XCO
2026-03-30 06:37:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c94bd531-e076-5db6-9053-1379b99f31d6 with identifier: BF14%20XCO
2026-03-30 06:37:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c94bd531-e076-5db6-9053-1379b99f31d6 with identifier: BF14%20XCO to the API
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF14%20XCO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c94bd531-e076-5db6-9053-1379b99f31d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF14 XCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF14%20XCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '428I',
 'odometer': 132970,
 'odometer_reading_unit': '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 428I 2.0 T M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA3N32060K238496',
 'year': 2014}
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF14%2520XCO%27 HTTP/1.1" 200 None
2026-03-30 06:37:47 [bca.uk] INFO: Saving data for BF14%20XCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774533737.774931, 'last_price_update_time': 1774852667.973703}
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF14%2520XCO') HTTP/1.1" 204 0
2026-03-30 06:37:47 [bca.uk] INFO: Found listing with ID: EO68%20YLG
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO68%2520YLG%27 HTTP/1.1" 200 None
2026-03-30 06:37:48 [bca.uk] INFO: Scrape type for EO68%20YLG: 2
2026-03-30 06:37:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1528c458-9401-5ca4-983c-9dfa810510c4 with identifier: EO68%20YLG
2026-03-30 06:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1528c458-9401-5ca4-983c-9dfa810510c4 with scrape type 2
2026-03-30 06:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1528c458-9401-5ca4-983c-9dfa810510c4 with scrape type 2
2026-03-30 06:37:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1528c458-9401-5ca4-983c-9dfa810510c4, identifier: EO68%20YLG
2026-03-30 06:37:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56499419-d3a4-55e4-bad9-2146e53253ed with identifier: MA23%20UCH
2026-03-30 06:37:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56499419-d3a4-55e4-bad9-2146e53253ed with identifier: MA23%20UCH
2026-03-30 06:37:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56499419-d3a4-55e4-bad9-2146e53253ed with identifier: MA23%20UCH to the API
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20UCH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '56499419-d3a4-55e4-bad9-2146e53253ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA23 UCH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20UCH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 63286,
 'odometer_reading_unit': '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 PERFORMANCE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD PERFORMANCE',
 'vin': 'LRWYHCEL2PC755138',
 'year': 2023}
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UCH%27 HTTP/1.1" 200 None
2026-03-30 06:37:48 [bca.uk] INFO: Saving data for MA23%20UCH: {'auction_closing_time': 1774864800.0, 'created_time': 1773929033.361249, 'last_price_update_time': 1774852668.402851}
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520UCH') HTTP/1.1" 204 0
2026-03-30 06:37:48 [bca.uk] INFO: Found listing with ID: AK71%20URR
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520URR%27 HTTP/1.1" 200 None
2026-03-30 06:37:48 [bca.uk] INFO: Scrape type for AK71%20URR: 2
2026-03-30 06:37:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d7b3f3d-19e9-567f-af50-526a555f087b with identifier: AK71%20URR
2026-03-30 06:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d7b3f3d-19e9-567f-af50-526a555f087b with scrape type 2
2026-03-30 06:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d7b3f3d-19e9-567f-af50-526a555f087b with scrape type 2
2026-03-30 06:37:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d7b3f3d-19e9-567f-af50-526a555f087b, identifier: AK71%20URR
2026-03-30 06:37:48 [bca.uk] INFO: Found listing with ID: VN22%20MYJ
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN22%2520MYJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:48 [bca.uk] INFO: Scrape type for VN22%20MYJ: 2
2026-03-30 06:37:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ae56dc2-db38-5d9c-a7bd-b2bd8849646c with identifier: VN22%20MYJ
2026-03-30 06:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ae56dc2-db38-5d9c-a7bd-b2bd8849646c with scrape type 2
2026-03-30 06:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ae56dc2-db38-5d9c-a7bd-b2bd8849646c with scrape type 2
2026-03-30 06:37:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ae56dc2-db38-5d9c-a7bd-b2bd8849646c, identifier: VN22%20MYJ
2026-03-30 06:37:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1528c458-9401-5ca4-983c-9dfa810510c4 with identifier: EO68%20YLG
2026-03-30 06:37:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1528c458-9401-5ca4-983c-9dfa810510c4 with identifier: EO68%20YLG
2026-03-30 06:37:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1528c458-9401-5ca4-983c-9dfa810510c4 with identifier: EO68%20YLG to the API
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 218,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO68%20YLG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1528c458-9401-5ca4-983c-9dfa810510c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO68 YLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO68%20YLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 51873,
 'odometer_reading_unit': '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': 'SALWA2AXXKA823328',
 'year': 2018}
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO68%2520YLG%27 HTTP/1.1" 200 None
2026-03-30 06:37:48 [bca.uk] INFO: Saving data for EO68%20YLG: {'auction_closing_time': 1775037600.0, 'created_time': 1774533855.895243, 'last_price_update_time': 1774852668.916721}
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO68%2520YLG') HTTP/1.1" 204 0
2026-03-30 06:37:48 [bca.uk] INFO: Found listing with ID: MV23%20OYJ
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520OYJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:48 [bca.uk] INFO: Scrape type for MV23%20OYJ: 2
2026-03-30 06:37:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e75f15d-43e0-50e9-ab1e-f00c6ab7fcb2 with identifier: MV23%20OYJ
2026-03-30 06:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e75f15d-43e0-50e9-ab1e-f00c6ab7fcb2 with scrape type 2
2026-03-30 06:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e75f15d-43e0-50e9-ab1e-f00c6ab7fcb2 with scrape type 2
2026-03-30 06:37:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e75f15d-43e0-50e9-ab1e-f00c6ab7fcb2, identifier: MV23%20OYJ
2026-03-30 06:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d7b3f3d-19e9-567f-af50-526a555f087b with identifier: AK71%20URR
2026-03-30 06:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d7b3f3d-19e9-567f-af50-526a555f087b with identifier: AK71%20URR
2026-03-30 06:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d7b3f3d-19e9-567f-af50-526a555f087b with identifier: AK71%20URR to the API
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK71%20URR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2d7b3f3d-19e9-567f-af50-526a555f087b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AK71 URR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK71%20URR&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 10975,
 'odometer_reading_unit': '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 E-2008 100KW 50KWH ACTIVE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ACTIVE PREMIUM',
 'vin': 'VR3UKZKXZMJ933926',
 'year': 2022}
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520URR%27 HTTP/1.1" 200 None
2026-03-30 06:37:49 [bca.uk] INFO: Saving data for AK71%20URR: {'auction_closing_time': 1774864800.0, 'created_time': 1774536363.646616, 'last_price_update_time': 1774852669.335823}
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK71%2520URR') HTTP/1.1" 204 0
2026-03-30 06:37:49 [bca.uk] INFO: Total items found: 100
2026-03-30 06:37:49 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded
2026-03-30 06:37:49 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:37:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ae56dc2-db38-5d9c-a7bd-b2bd8849646c with identifier: VN22%20MYJ
2026-03-30 06:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ae56dc2-db38-5d9c-a7bd-b2bd8849646c with identifier: VN22%20MYJ
2026-03-30 06:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ae56dc2-db38-5d9c-a7bd-b2bd8849646c with identifier: VN22%20MYJ to the API
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN22%20MYJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7ae56dc2-db38-5d9c-a7bd-b2bd8849646c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN22 MYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN22%20MYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 40631,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZNP027770',
 'year': 2022}
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN22%2520MYJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:49 [bca.uk] INFO: Saving data for VN22%20MYJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774533715.408863, 'last_price_update_time': 1774852669.647291}
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN22%2520MYJ') HTTP/1.1" 204 0
2026-03-30 06:37:49 [bca.uk] INFO: Found listing with ID: FP22%20VZX
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP22%2520VZX%27 HTTP/1.1" 200 None
2026-03-30 06:37:49 [bca.uk] INFO: Scrape type for FP22%20VZX: 2
2026-03-30 06:37:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3f10a96-cd6c-5a8a-990c-5d5a73d65035 with identifier: FP22%20VZX
2026-03-30 06:37:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3f10a96-cd6c-5a8a-990c-5d5a73d65035 with scrape type 2
2026-03-30 06:37:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3f10a96-cd6c-5a8a-990c-5d5a73d65035 with scrape type 2
2026-03-30 06:37:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3f10a96-cd6c-5a8a-990c-5d5a73d65035, identifier: FP22%20VZX
2026-03-30 06:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e75f15d-43e0-50e9-ab1e-f00c6ab7fcb2 with identifier: MV23%20OYJ
2026-03-30 06:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e75f15d-43e0-50e9-ab1e-f00c6ab7fcb2 with identifier: MV23%20OYJ
2026-03-30 06:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e75f15d-43e0-50e9-ab1e-f00c6ab7fcb2 with identifier: MV23%20OYJ to the API
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV23%20OYJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2e75f15d-43e0-50e9-ab1e-f00c6ab7fcb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MV23 OYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV23%20OYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 44141,
 'odometer_reading_unit': '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': 'LRWYHCEK0PC727670',
 'year': 2023}
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520OYJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:50 [bca.uk] INFO: Saving data for MV23%20OYJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536421.46756, 'last_price_update_time': 1774852670.049532}
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV23%2520OYJ') HTTP/1.1" 204 0
2026-03-30 06:37:50 [bca.uk] INFO: Found listing with ID: BL72%20ESY
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520ESY%27 HTTP/1.1" 200 None
2026-03-30 06:37:50 [bca.uk] INFO: Scrape type for BL72%20ESY: 2
2026-03-30 06:37:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 269895ff-7642-59e3-944a-4465ddeb2861 with identifier: BL72%20ESY
2026-03-30 06:37:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 269895ff-7642-59e3-944a-4465ddeb2861 with scrape type 2
2026-03-30 06:37:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 269895ff-7642-59e3-944a-4465ddeb2861 with scrape type 2
2026-03-30 06:37:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 269895ff-7642-59e3-944a-4465ddeb2861, identifier: BL72%20ESY
2026-03-30 06:37:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:37:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:37:50 [bca.uk] INFO: Found listing with ID: LT22%20HVO
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520HVO%27 HTTP/1.1" 200 None
2026-03-30 06:37:50 [bca.uk] INFO: Scrape type for LT22%20HVO: 2
2026-03-30 06:37:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8884c2bc-dd4f-53a3-a685-3a96b14969b7 with identifier: LT22%20HVO
2026-03-30 06:37:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8884c2bc-dd4f-53a3-a685-3a96b14969b7 with scrape type 2
2026-03-30 06:37:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8884c2bc-dd4f-53a3-a685-3a96b14969b7 with scrape type 2
2026-03-30 06:37:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8884c2bc-dd4f-53a3-a685-3a96b14969b7, identifier: LT22%20HVO
2026-03-30 06:37:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3f10a96-cd6c-5a8a-990c-5d5a73d65035 with identifier: FP22%20VZX
2026-03-30 06:37:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3f10a96-cd6c-5a8a-990c-5d5a73d65035 with identifier: FP22%20VZX
2026-03-30 06:37:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3f10a96-cd6c-5a8a-990c-5d5a73d65035 with identifier: FP22%20VZX to the API
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP22%20VZX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd3f10a96-cd6c-5a8a-990c-5d5a73d65035',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP22 VZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP22%20VZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 42607,
 'odometer_reading_unit': '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 MG5 EV 115KW 61KWH EXCLUSIVE EV Estate',
 'transmission': 'automatic',
 'trim': '115KW 61KWH EXCLUSIVE EV',
 'vin': 'LSJE24099NG042573',
 'year': 2022}
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP22%2520VZX%27 HTTP/1.1" 200 None
2026-03-30 06:37:50 [bca.uk] INFO: Saving data for FP22%20VZX: {'auction_closing_time': 1775037600.0, 'created_time': 1774533857.122233, 'last_price_update_time': 1774852670.552536}
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP22%2520VZX') HTTP/1.1" 204 0
2026-03-30 06:37:50 [bca.uk] INFO: Found listing with ID: WV22%20XZA
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV22%2520XZA%27 HTTP/1.1" 200 None
2026-03-30 06:37:50 [bca.uk] INFO: Scrape type for WV22%20XZA: 2
2026-03-30 06:37:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with identifier: WV22%20XZA
2026-03-30 06:37:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with scrape type 2
2026-03-30 06:37:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with scrape type 2
2026-03-30 06:37:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e3b1dc4-da08-5e01-9ae8-143a062160e6, identifier: WV22%20XZA
2026-03-30 06:37:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 269895ff-7642-59e3-944a-4465ddeb2861 with identifier: BL72%20ESY
2026-03-30 06:37:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 269895ff-7642-59e3-944a-4465ddeb2861 with identifier: BL72%20ESY
2026-03-30 06:37:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 269895ff-7642-59e3-944a-4465ddeb2861 with identifier: BL72%20ESY to the API
2026-03-30 06:37:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL72%20ESY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '269895ff-7642-59e3-944a-4465ddeb2861',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BL72 ESY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL72%20ESY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HYUNDAI',
 'model': 'IONIQ 5',
 'odometer': 22117,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ 5 160KW 73KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 73KWH PREMIUM',
 'vin': 'KMHKN81EUPU125257',
 'year': 2022}
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520ESY%27 HTTP/1.1" 200 None
2026-03-30 06:37:51 [bca.uk] INFO: Saving data for BL72%20ESY: {'auction_closing_time': 1774864800.0, 'created_time': 1774536344.101422, 'last_price_update_time': 1774852671.156069}
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL72%2520ESY') HTTP/1.1" 204 0
2026-03-30 06:37:51 [bca.uk] INFO: Found listing with ID: MD72%20VOU
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VOU%27 HTTP/1.1" 200 None
2026-03-30 06:37:51 [bca.uk] INFO: Scrape type for MD72%20VOU: 2
2026-03-30 06:37:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81892091-360d-54d5-9276-90decf3d321b with identifier: MD72%20VOU
2026-03-30 06:37:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81892091-360d-54d5-9276-90decf3d321b with scrape type 2
2026-03-30 06:37:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81892091-360d-54d5-9276-90decf3d321b with scrape type 2
2026-03-30 06:37:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81892091-360d-54d5-9276-90decf3d321b, identifier: MD72%20VOU
2026-03-30 06:37: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:37:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8884c2bc-dd4f-53a3-a685-3a96b14969b7 with identifier: LT22%20HVO
2026-03-30 06:37:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8884c2bc-dd4f-53a3-a685-3a96b14969b7 with identifier: LT22%20HVO
2026-03-30 06:37:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8884c2bc-dd4f-53a3-a685-3a96b14969b7 with identifier: LT22%20HVO to the API
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT22%20HVO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8884c2bc-dd4f-53a3-a685-3a96b14969b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LT22 HVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT22%20HVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A5 SPORTBACK',
 'odometer': 80901,
 'odometer_reading_unit': '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 A5 SPORTBACK 2.0 35 TDI BLACK ED.S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TDI BLACK ED.S-T',
 'vin': 'WAUZZZF50NA018808',
 'year': 2022}
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520HVO%27 HTTP/1.1" 200 None
2026-03-30 06:37:51 [bca.uk] INFO: Saving data for LT22%20HVO: {'auction_closing_time': 1774864800.0, 'created_time': 1774533714.098342, 'last_price_update_time': 1774852671.56415}
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT22%2520HVO') HTTP/1.1" 204 0
2026-03-30 06:37:51 [bca.uk] INFO: Found listing with ID: HX19%20XZR
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX19%2520XZR%27 HTTP/1.1" 200 None
2026-03-30 06:37:51 [bca.uk] INFO: Scrape type for HX19%20XZR: 2
2026-03-30 06:37:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 836e59d6-c55f-50df-981d-6912bbb8b548 with identifier: HX19%20XZR
2026-03-30 06:37:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 836e59d6-c55f-50df-981d-6912bbb8b548 with scrape type 2
2026-03-30 06:37:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 836e59d6-c55f-50df-981d-6912bbb8b548 with scrape type 2
2026-03-30 06:37:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 836e59d6-c55f-50df-981d-6912bbb8b548, identifier: HX19%20XZR
2026-03-30 06:37:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with identifier: WV22%20XZA
2026-03-30 06:37:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with identifier: WV22%20XZA
2026-03-30 06:37:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e3b1dc4-da08-5e01-9ae8-143a062160e6 with identifier: WV22%20XZA to the API
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV22%20XZA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6e3b1dc4-da08-5e01-9ae8-143a062160e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV22 XZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV22%20XZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 53708,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 40 150KW 82KWH SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH SPORT',
 'vin': 'WAUZZZFZ0NP032272',
 'year': 2022}
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV22%2520XZA%27 HTTP/1.1" 200 None
2026-03-30 06:37:51 [bca.uk] INFO: Saving data for WV22%20XZA: {'auction_closing_time': 1774864800.0, 'created_time': 1774365342.03148, 'last_price_update_time': 1774852671.9748}
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV22%2520XZA') HTTP/1.1" 204 0
2026-03-30 06:37:51 [bca.uk] INFO: Found listing with ID: DE21%20VWW
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE21%2520VWW%27 HTTP/1.1" 200 None
2026-03-30 06:37:52 [bca.uk] INFO: Scrape type for DE21%20VWW: 2
2026-03-30 06:37:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1ccff47-150c-532a-a04c-591d73510fc5 with identifier: DE21%20VWW
2026-03-30 06:37:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1ccff47-150c-532a-a04c-591d73510fc5 with scrape type 2
2026-03-30 06:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1ccff47-150c-532a-a04c-591d73510fc5 with scrape type 2
2026-03-30 06:37:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1ccff47-150c-532a-a04c-591d73510fc5, identifier: DE21%20VWW
2026-03-30 06:37:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81892091-360d-54d5-9276-90decf3d321b with identifier: MD72%20VOU
2026-03-30 06:37:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81892091-360d-54d5-9276-90decf3d321b with identifier: MD72%20VOU
2026-03-30 06:37:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81892091-360d-54d5-9276-90decf3d321b with identifier: MD72%20VOU to the API
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD72%20VOU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '81892091-360d-54d5-9276-90decf3d321b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD72 VOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD72%20VOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 12015,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 135 GT LINE+ (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 135 GT LINE+ (50KW)',
 'vin': 'VF1AG000069756155',
 'year': 2022}
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VOU%27 HTTP/1.1" 200 None
2026-03-30 06:37:52 [bca.uk] INFO: Saving data for MD72%20VOU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534075.96362, 'last_price_update_time': 1774852672.372498}
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520VOU') HTTP/1.1" 204 0
2026-03-30 06:37:52 [bca.uk] INFO: Found listing with ID: EA71%20CYG
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520CYG%27 HTTP/1.1" 200 None
2026-03-30 06:37:52 [bca.uk] INFO: Scrape type for EA71%20CYG: 2
2026-03-30 06:37:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2718f57-53a6-51f0-91f6-dd1a8d720aad with identifier: EA71%20CYG
2026-03-30 06:37:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2718f57-53a6-51f0-91f6-dd1a8d720aad with scrape type 2
2026-03-30 06:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2718f57-53a6-51f0-91f6-dd1a8d720aad with scrape type 2
2026-03-30 06:37:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2718f57-53a6-51f0-91f6-dd1a8d720aad, identifier: EA71%20CYG
2026-03-30 06:37:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 836e59d6-c55f-50df-981d-6912bbb8b548 with identifier: HX19%20XZR
2026-03-30 06:37:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 836e59d6-c55f-50df-981d-6912bbb8b548 with identifier: HX19%20XZR
2026-03-30 06:37:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 836e59d6-c55f-50df-981d-6912bbb8b548 with identifier: HX19%20XZR to the API
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX19%20XZR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '836e59d6-c55f-50df-981d-6912bbb8b548',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX19 XZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX19%20XZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 34659,
 'odometer_reading_unit': '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 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDD1770842N046666',
 'year': 2019}
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX19%2520XZR%27 HTTP/1.1" 200 None
2026-03-30 06:37:52 [bca.uk] INFO: Saving data for HX19%20XZR: {'auction_closing_time': 1775037600.0, 'created_time': 1774533853.944683, 'last_price_update_time': 1774852672.787855}
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX19%2520XZR') HTTP/1.1" 204 0
2026-03-30 06:37:52 [bca.uk] INFO: Found listing with ID: HW75%20BVT
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW75%2520BVT%27 HTTP/1.1" 200 None
2026-03-30 06:37:52 [bca.uk] INFO: Scrape type for HW75%20BVT: 2
2026-03-30 06:37:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c95efba2-c81c-5612-bdb5-7c51c7621f16 with identifier: HW75%20BVT
2026-03-30 06:37:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c95efba2-c81c-5612-bdb5-7c51c7621f16 with scrape type 2
2026-03-30 06:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c95efba2-c81c-5612-bdb5-7c51c7621f16 with scrape type 2
2026-03-30 06:37:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c95efba2-c81c-5612-bdb5-7c51c7621f16, identifier: HW75%20BVT
2026-03-30 06:37:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1ccff47-150c-532a-a04c-591d73510fc5 with identifier: DE21%20VWW
2026-03-30 06:37:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1ccff47-150c-532a-a04c-591d73510fc5 with identifier: DE21%20VWW
2026-03-30 06:37:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1ccff47-150c-532a-a04c-591d73510fc5 with identifier: DE21%20VWW to the API
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE21%20VWW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1ccff47-150c-532a-a04c-591d73510fc5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE21 VWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE21%20VWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 48589,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW534038',
 'year': 2021}
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE21%2520VWW%27 HTTP/1.1" 200 None
2026-03-30 06:37:53 [bca.uk] INFO: Saving data for DE21%20VWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774536343.017107, 'last_price_update_time': 1774852673.205221}
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE21%2520VWW') HTTP/1.1" 204 0
2026-03-30 06:37:53 [bca.uk] INFO: Found listing with ID: OV25%20KJO
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520KJO%27 HTTP/1.1" 200 None
2026-03-30 06:37:53 [bca.uk] INFO: Scrape type for OV25%20KJO: 2
2026-03-30 06:37:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef879e14-8bda-5468-9339-9aa809cdd744 with identifier: OV25%20KJO
2026-03-30 06:37:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef879e14-8bda-5468-9339-9aa809cdd744 with scrape type 2
2026-03-30 06:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef879e14-8bda-5468-9339-9aa809cdd744 with scrape type 2
2026-03-30 06:37:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef879e14-8bda-5468-9339-9aa809cdd744, identifier: OV25%20KJO
2026-03-30 06:37:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2718f57-53a6-51f0-91f6-dd1a8d720aad with identifier: EA71%20CYG
2026-03-30 06:37:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2718f57-53a6-51f0-91f6-dd1a8d720aad with identifier: EA71%20CYG
2026-03-30 06:37:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2718f57-53a6-51f0-91f6-dd1a8d720aad with identifier: EA71%20CYG to the API
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA71%20CYG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f2718f57-53a6-51f0-91f6-dd1a8d720aad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA71 CYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA71%20CYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 47748,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T5 PHEV INSCRIPTION PRO StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV INSCRIPTION PRO',
 'vin': 'YV1XZBBVFN2695727',
 'year': 2021}
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520CYG%27 HTTP/1.1" 200 None
2026-03-30 06:37:53 [bca.uk] INFO: Saving data for EA71%20CYG: {'auction_closing_time': 1775124000.0, 'created_time': 1774046584.075456, 'last_price_update_time': 1774852673.606627}
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA71%2520CYG') HTTP/1.1" 204 0
2026-03-30 06:37:53 [bca.uk] INFO: Found listing with ID: KJ17%20DWY
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520DWY%27 HTTP/1.1" 200 None
2026-03-30 06:37:53 [bca.uk] INFO: Scrape type for KJ17%20DWY: 2
2026-03-30 06:37:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5bf0e2e-378d-598b-bd56-a5c21b21454e with identifier: KJ17%20DWY
2026-03-30 06:37:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5bf0e2e-378d-598b-bd56-a5c21b21454e with scrape type 2
2026-03-30 06:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5bf0e2e-378d-598b-bd56-a5c21b21454e with scrape type 2
2026-03-30 06:37:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5bf0e2e-378d-598b-bd56-a5c21b21454e, identifier: KJ17%20DWY
2026-03-30 06:37:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c95efba2-c81c-5612-bdb5-7c51c7621f16 with identifier: HW75%20BVT
2026-03-30 06:37:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c95efba2-c81c-5612-bdb5-7c51c7621f16 with identifier: HW75%20BVT
2026-03-30 06:37:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c95efba2-c81c-5612-bdb5-7c51c7621f16 with identifier: HW75%20BVT to the API
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW75%20BVT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c95efba2-c81c-5612-bdb5-7c51c7621f16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HW75 BVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW75%20BVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CUPRA',
 'model': 'TAVASCAN',
 'odometer': 1040,
 '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': 'CUPRA TAVASCAN 250KW 77KWH AWD VZ1 Coupe',
 'transmission': 'automatic',
 'trim': '250KW 77KWH AWD VZ1',
 'vin': 'VSSZZZKR1SA004549',
 'year': 2025}
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW75%2520BVT%27 HTTP/1.1" 200 None
2026-03-30 06:37:54 [bca.uk] INFO: Saving data for HW75%20BVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774536390.104902, 'last_price_update_time': 1774852674.020953}
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW75%2520BVT') HTTP/1.1" 204 0
2026-03-30 06:37:54 [bca.uk] INFO: Found listing with ID: KK23%20BVV
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVV%27 HTTP/1.1" 200 None
2026-03-30 06:37:54 [bca.uk] INFO: Scrape type for KK23%20BVV: 2
2026-03-30 06:37:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb108dd9-0589-548a-88e7-345604f2a7a5 with identifier: KK23%20BVV
2026-03-30 06:37:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb108dd9-0589-548a-88e7-345604f2a7a5 with scrape type 2
2026-03-30 06:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb108dd9-0589-548a-88e7-345604f2a7a5 with scrape type 2
2026-03-30 06:37:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb108dd9-0589-548a-88e7-345604f2a7a5, identifier: KK23%20BVV
2026-03-30 06:37:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef879e14-8bda-5468-9339-9aa809cdd744 with identifier: OV25%20KJO
2026-03-30 06:37:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef879e14-8bda-5468-9339-9aa809cdd744 with identifier: OV25%20KJO
2026-03-30 06:37:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef879e14-8bda-5468-9339-9aa809cdd744 with identifier: OV25%20KJO to the API
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV25%20KJO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ef879e14-8bda-5468-9339-9aa809cdd744',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV25 KJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV25%20KJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'POLESTAR',
 'model': '4',
 'odometer': 13614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'POLESTAR 4 200KW 100KWH SM LR PLUS Coupe',
 'transmission': 'automatic',
 'trim': '200KW 100KWH SM LR PLUS',
 'vin': 'YSM4ZPBA4SF420550',
 'year': 2025}
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520KJO%27 HTTP/1.1" 200 None
2026-03-30 06:37:54 [bca.uk] INFO: Saving data for OV25%20KJO: {'auction_closing_time': 1774864800.0, 'created_time': 1773929018.51446, 'last_price_update_time': 1774852674.442101}
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV25%2520KJO') HTTP/1.1" 204 0
2026-03-30 06:37:54 [bca.uk] INFO: Found listing with ID: SK22%20USJ
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520USJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:54 [bca.uk] INFO: Scrape type for SK22%20USJ: 2
2026-03-30 06:37:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31367bd7-66ca-5257-bcb7-f8bfa331c46b with identifier: SK22%20USJ
2026-03-30 06:37:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31367bd7-66ca-5257-bcb7-f8bfa331c46b with scrape type 2
2026-03-30 06:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31367bd7-66ca-5257-bcb7-f8bfa331c46b with scrape type 2
2026-03-30 06:37:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31367bd7-66ca-5257-bcb7-f8bfa331c46b, identifier: SK22%20USJ
2026-03-30 06:37:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5bf0e2e-378d-598b-bd56-a5c21b21454e with identifier: KJ17%20DWY
2026-03-30 06:37:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5bf0e2e-378d-598b-bd56-a5c21b21454e with identifier: KJ17%20DWY
2026-03-30 06:37:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5bf0e2e-378d-598b-bd56-a5c21b21454e with identifier: KJ17%20DWY to the API
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ17%20DWY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b5bf0e2e-378d-598b-bd56-a5c21b21454e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ17 DWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ17%20DWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 27173,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 2.0 218D LUXURY STEP Hatchback',
 'transmission': 'automatic',
 'trim': '218D LUXURY STEP',
 'vin': 'WBA2C120907A37154',
 'year': 2017}
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520DWY%27 HTTP/1.1" 200 None
2026-03-30 06:37:54 [bca.uk] INFO: Saving data for KJ17%20DWY: {'auction_closing_time': 1775037600.0, 'created_time': 1774533854.602493, 'last_price_update_time': 1774852674.863263}
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ17%2520DWY') HTTP/1.1" 204 0
2026-03-30 06:37:54 [bca.uk] INFO: Found listing with ID: MC21%20EBO
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC21%2520EBO%27 HTTP/1.1" 200 None
2026-03-30 06:37:54 [bca.uk] INFO: Scrape type for MC21%20EBO: 2
2026-03-30 06:37:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31ca9de6-4a0b-5ef4-a2ab-4d0e7de41ac1 with identifier: MC21%20EBO
2026-03-30 06:37:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31ca9de6-4a0b-5ef4-a2ab-4d0e7de41ac1 with scrape type 2
2026-03-30 06:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31ca9de6-4a0b-5ef4-a2ab-4d0e7de41ac1 with scrape type 2
2026-03-30 06:37:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 31ca9de6-4a0b-5ef4-a2ab-4d0e7de41ac1, identifier: MC21%20EBO
2026-03-30 06:37:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb108dd9-0589-548a-88e7-345604f2a7a5 with identifier: KK23%20BVV
2026-03-30 06:37:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb108dd9-0589-548a-88e7-345604f2a7a5 with identifier: KK23%20BVV
2026-03-30 06:37:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb108dd9-0589-548a-88e7-345604f2a7a5 with identifier: KK23%20BVV to the API
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK23%20BVV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bb108dd9-0589-548a-88e7-345604f2a7a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KK23 BVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK23%20BVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'PEUGEOT',
 'model': '208',
 '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': 'PEUGEOT 208 1.2 P/T 130 ALLURE PREMIUM+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE PREMIUM+ EAT8',
 'vin': 'VR3UPHNSSP5094459',
 'year': 2023}
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVV%27 HTTP/1.1" 200 None
2026-03-30 06:37:55 [bca.uk] INFO: Saving data for KK23%20BVV: {'auction_closing_time': 1775037600.0, 'created_time': 1774536331.780817, 'last_price_update_time': 1774852675.261251}
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK23%2520BVV') HTTP/1.1" 204 0
2026-03-30 06:37:55 [bca.uk] INFO: Found listing with ID: WN22%20MTX
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520MTX%27 HTTP/1.1" 200 None
2026-03-30 06:37:55 [bca.uk] INFO: Scrape type for WN22%20MTX: 2
2026-03-30 06:37:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8981a1b4-e92a-5390-b24f-7399572dbe10 with identifier: WN22%20MTX
2026-03-30 06:37:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8981a1b4-e92a-5390-b24f-7399572dbe10 with scrape type 2
2026-03-30 06:37:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8981a1b4-e92a-5390-b24f-7399572dbe10 with scrape type 2
2026-03-30 06:37:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8981a1b4-e92a-5390-b24f-7399572dbe10, identifier: WN22%20MTX
2026-03-30 06:37:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31367bd7-66ca-5257-bcb7-f8bfa331c46b with identifier: SK22%20USJ
2026-03-30 06:37:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31367bd7-66ca-5257-bcb7-f8bfa331c46b with identifier: SK22%20USJ
2026-03-30 06:37:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31367bd7-66ca-5257-bcb7-f8bfa331c46b with identifier: SK22%20USJ to the API
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK22%20USJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '31367bd7-66ca-5257-bcb7-f8bfa331c46b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SK22 USJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK22%20USJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': '218I GRAN COUPE',
 'odometer': 26576,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 218I GRAN COUPE 1.5 136 M SPORT Coupe',
 'transmission': 'manual',
 'trim': '136 M SPORT',
 'vin': 'WBA12AK0007K64082',
 'year': 2022}
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK22%2520USJ%27 HTTP/1.1" 200 None
2026-03-30 06:37:55 [bca.uk] INFO: Saving data for SK22%20USJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773842759.567703, 'last_price_update_time': 1774852675.781051}
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK22%2520USJ') HTTP/1.1" 204 0
2026-03-30 06:37:55 [bca.uk] INFO: Found listing with ID: LB71%20KOE
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520KOE%27 HTTP/1.1" 200 None
2026-03-30 06:37:55 [bca.uk] INFO: Scrape type for LB71%20KOE: 2
2026-03-30 06:37:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a5ce108-0d12-5a46-8823-f545ae382acc with identifier: LB71%20KOE
2026-03-30 06:37:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a5ce108-0d12-5a46-8823-f545ae382acc with scrape type 2
2026-03-30 06:37:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a5ce108-0d12-5a46-8823-f545ae382acc with scrape type 2
2026-03-30 06:37:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a5ce108-0d12-5a46-8823-f545ae382acc, identifier: LB71%20KOE
2026-03-30 06:37:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 31ca9de6-4a0b-5ef4-a2ab-4d0e7de41ac1 with identifier: MC21%20EBO
2026-03-30 06:37:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 31ca9de6-4a0b-5ef4-a2ab-4d0e7de41ac1 with identifier: MC21%20EBO
2026-03-30 06:37:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 31ca9de6-4a0b-5ef4-a2ab-4d0e7de41ac1 with identifier: MC21%20EBO to the API
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC21%20EBO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '31ca9de6-4a0b-5ef4-a2ab-4d0e7de41ac1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MC21 EBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC21%20EBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'ZOE',
 'odometer': 12508,
 'odometer_reading_unit': '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 50KWH 135 GT LINE (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 135 GT LINE (50KW)',
 'vin': 'VF1AG000267841218',
 'year': 2021}
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC21%2520EBO%27 HTTP/1.1" 200 None
2026-03-30 06:37:56 [bca.uk] INFO: Saving data for MC21%20EBO: {'auction_closing_time': 1774864800.0, 'created_time': 1774536402.01267, 'last_price_update_time': 1774852676.172578}
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC21%2520EBO') HTTP/1.1" 204 0
2026-03-30 06:37:56 [bca.uk] INFO: Found listing with ID: BK22%20UNP
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UNP%27 HTTP/1.1" 200 None
2026-03-30 06:37:56 [bca.uk] INFO: Scrape type for BK22%20UNP: 2
2026-03-30 06:37:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ed897b-fb21-5eb3-b1c3-e47f585892a3 with identifier: BK22%20UNP
2026-03-30 06:37:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ed897b-fb21-5eb3-b1c3-e47f585892a3 with scrape type 2
2026-03-30 06:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42ed897b-fb21-5eb3-b1c3-e47f585892a3 with scrape type 2
2026-03-30 06:37:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42ed897b-fb21-5eb3-b1c3-e47f585892a3, identifier: BK22%20UNP
2026-03-30 06:37:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8981a1b4-e92a-5390-b24f-7399572dbe10 with identifier: WN22%20MTX
2026-03-30 06:37:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8981a1b4-e92a-5390-b24f-7399572dbe10 with identifier: WN22%20MTX
2026-03-30 06:37:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8981a1b4-e92a-5390-b24f-7399572dbe10 with identifier: WN22%20MTX to the API
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20MTX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8981a1b4-e92a-5390-b24f-7399572dbe10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN22 MTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20MTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 33711,
 'odometer_reading_unit': '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': 'LRWYHCEK5NC261277',
 'year': 2022}
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520MTX%27 HTTP/1.1" 200 None
2026-03-30 06:37:56 [bca.uk] INFO: Saving data for WN22%20MTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774277120.235846, 'last_price_update_time': 1774852676.616629}
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520MTX') HTTP/1.1" 204 0
2026-03-30 06:37:56 [bca.uk] INFO: Found listing with ID: DX67%20NDC
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX67%2520NDC%27 HTTP/1.1" 200 None
2026-03-30 06:37:56 [bca.uk] INFO: Scrape type for DX67%20NDC: 2
2026-03-30 06:37:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d23a95c3-8eda-5f9e-a537-ec350140f1a9 with identifier: DX67%20NDC
2026-03-30 06:37:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d23a95c3-8eda-5f9e-a537-ec350140f1a9 with scrape type 2
2026-03-30 06:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d23a95c3-8eda-5f9e-a537-ec350140f1a9 with scrape type 2
2026-03-30 06:37:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d23a95c3-8eda-5f9e-a537-ec350140f1a9, identifier: DX67%20NDC
2026-03-30 06:37:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a5ce108-0d12-5a46-8823-f545ae382acc with identifier: LB71%20KOE
2026-03-30 06:37:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a5ce108-0d12-5a46-8823-f545ae382acc with identifier: LB71%20KOE
2026-03-30 06:37:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a5ce108-0d12-5a46-8823-f545ae382acc with identifier: LB71%20KOE to the API
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB71%20KOE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3a5ce108-0d12-5a46-8823-f545ae382acc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB71 KOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB71%20KOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 53092,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB5MC393722',
 'year': 2021}
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB71%2520KOE%27 HTTP/1.1" 200 None
2026-03-30 06:37:57 [bca.uk] INFO: Saving data for LB71%20KOE: {'auction_closing_time': 1775037600.0, 'created_time': 1774533973.335564, 'last_price_update_time': 1774852677.076282}
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB71%2520KOE') HTTP/1.1" 204 0
2026-03-30 06:37:57 [bca.uk] INFO: Found listing with ID: PK20%20ORC
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520ORC%27 HTTP/1.1" 200 None
2026-03-30 06:37:57 [bca.uk] INFO: Scrape type for PK20%20ORC: 2
2026-03-30 06:37:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6600588-2f48-5038-a6ea-57eb0588a4c1 with identifier: PK20%20ORC
2026-03-30 06:37:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6600588-2f48-5038-a6ea-57eb0588a4c1 with scrape type 2
2026-03-30 06:37:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6600588-2f48-5038-a6ea-57eb0588a4c1 with scrape type 2
2026-03-30 06:37:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6600588-2f48-5038-a6ea-57eb0588a4c1, identifier: PK20%20ORC
2026-03-30 06:37:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42ed897b-fb21-5eb3-b1c3-e47f585892a3 with identifier: BK22%20UNP
2026-03-30 06:37:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42ed897b-fb21-5eb3-b1c3-e47f585892a3 with identifier: BK22%20UNP
2026-03-30 06:37:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42ed897b-fb21-5eb3-b1c3-e47f585892a3 with identifier: BK22%20UNP to the API
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20UNP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '42ed897b-fb21-5eb3-b1c3-e47f585892a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 UNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20UNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 15124,
 'odometer_reading_unit': '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': 'LRWYHCEK0NC260473',
 'year': 2022}
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UNP%27 HTTP/1.1" 200 None
2026-03-30 06:37:57 [bca.uk] INFO: Saving data for BK22%20UNP: {'auction_closing_time': 1774864800.0, 'created_time': 1774277188.104736, 'last_price_update_time': 1774852677.505517}
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520UNP') HTTP/1.1" 204 0
2026-03-30 06:37:57 [bca.uk] INFO: Found listing with ID: WU23%20ESG
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520ESG%27 HTTP/1.1" 200 None
2026-03-30 06:37:57 [bca.uk] INFO: Scrape type for WU23%20ESG: 2
2026-03-30 06:37:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d313d5c0-49eb-5f2b-9a82-051568d4a624 with identifier: WU23%20ESG
2026-03-30 06:37:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d313d5c0-49eb-5f2b-9a82-051568d4a624 with scrape type 2
2026-03-30 06:37:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d313d5c0-49eb-5f2b-9a82-051568d4a624 with scrape type 2
2026-03-30 06:37:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d313d5c0-49eb-5f2b-9a82-051568d4a624, identifier: WU23%20ESG
2026-03-30 06:37:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d23a95c3-8eda-5f9e-a537-ec350140f1a9 with identifier: DX67%20NDC
2026-03-30 06:37:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d23a95c3-8eda-5f9e-a537-ec350140f1a9 with identifier: DX67%20NDC
2026-03-30 06:37:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d23a95c3-8eda-5f9e-a537-ec350140f1a9 with identifier: DX67%20NDC to the API
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX67%20NDC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd23a95c3-8eda-5f9e-a537-ec350140f1a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX67 NDC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX67%20NDC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 220 D',
 'odometer': 89820,
 'odometer_reading_unit': '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 PLUS 4M 9G '
          'StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'WDC2539052V041160',
 'year': 2017}
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX67%2520NDC%27 HTTP/1.1" 200 None
2026-03-30 06:37:57 [bca.uk] INFO: Saving data for DX67%20NDC: {'auction_closing_time': 1774951200.0, 'created_time': 1774533742.357993, 'last_price_update_time': 1774852677.912165}
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX67%2520NDC') HTTP/1.1" 204 0
2026-03-30 06:37:57 [bca.uk] INFO: Found listing with ID: LS69%20HPE
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520HPE%27 HTTP/1.1" 200 None
2026-03-30 06:37:57 [bca.uk] INFO: Scrape type for LS69%20HPE: 2
2026-03-30 06:37:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e4fb137-0487-5c64-b0e9-c18a6c9b8ad5 with identifier: LS69%20HPE
2026-03-30 06:37:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e4fb137-0487-5c64-b0e9-c18a6c9b8ad5 with scrape type 2
2026-03-30 06:37:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e4fb137-0487-5c64-b0e9-c18a6c9b8ad5 with scrape type 2
2026-03-30 06:37:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e4fb137-0487-5c64-b0e9-c18a6c9b8ad5, identifier: LS69%20HPE
2026-03-30 06:37:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6600588-2f48-5038-a6ea-57eb0588a4c1 with identifier: PK20%20ORC
2026-03-30 06:37:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6600588-2f48-5038-a6ea-57eb0588a4c1 with identifier: PK20%20ORC
2026-03-30 06:37:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6600588-2f48-5038-a6ea-57eb0588a4c1 with identifier: PK20%20ORC to the API
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK20%20ORC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b6600588-2f48-5038-a6ea-57eb0588a4c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK20 ORC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK20%20ORC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 56460,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D240 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D240 R-DYNAMIC HSE',
 'vin': 'SALYA2AN6LA279452',
 'year': 2020}
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520ORC%27 HTTP/1.1" 200 None
2026-03-30 06:37:58 [bca.uk] INFO: Saving data for PK20%20ORC: {'auction_closing_time': 1774951200.0, 'created_time': 1774390992.389283, 'last_price_update_time': 1774852678.346384}
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK20%2520ORC') HTTP/1.1" 204 0
2026-03-30 06:37:58 [bca.uk] INFO: Found listing with ID: DV72%20VFK
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520VFK%27 HTTP/1.1" 200 None
2026-03-30 06:37:58 [bca.uk] INFO: Scrape type for DV72%20VFK: 2
2026-03-30 06:37:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e8a11bb-41bd-5aab-8307-0a5a0f64f0cd with identifier: DV72%20VFK
2026-03-30 06:37:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e8a11bb-41bd-5aab-8307-0a5a0f64f0cd with scrape type 2
2026-03-30 06:37:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e8a11bb-41bd-5aab-8307-0a5a0f64f0cd with scrape type 2
2026-03-30 06:37:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e8a11bb-41bd-5aab-8307-0a5a0f64f0cd, identifier: DV72%20VFK
2026-03-30 06:37:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d313d5c0-49eb-5f2b-9a82-051568d4a624 with identifier: WU23%20ESG
2026-03-30 06:37:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d313d5c0-49eb-5f2b-9a82-051568d4a624 with identifier: WU23%20ESG
2026-03-30 06:37:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d313d5c0-49eb-5f2b-9a82-051568d4a624 with identifier: WU23%20ESG to the API
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU23%20ESG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd313d5c0-49eb-5f2b-9a82-051568d4a624',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU23 ESG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU23%20ESG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 19254,
 'odometer_reading_unit': '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': 'LRW3F7EL7PC774548',
 'year': 2023}
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520ESG%27 HTTP/1.1" 200 None
2026-03-30 06:37:58 [bca.uk] INFO: Saving data for WU23%20ESG: {'auction_closing_time': 1774864800.0, 'created_time': 1774534080.161228, 'last_price_update_time': 1774852678.752133}
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU23%2520ESG') HTTP/1.1" 204 0
2026-03-30 06:37:58 [bca.uk] INFO: Found listing with ID: GK19%20CPV
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520CPV%27 HTTP/1.1" 200 None
2026-03-30 06:37:58 [bca.uk] INFO: Scrape type for GK19%20CPV: 2
2026-03-30 06:37:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78837d7e-02dc-52a6-bc0e-9e9cfb968cee with identifier: GK19%20CPV
2026-03-30 06:37:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78837d7e-02dc-52a6-bc0e-9e9cfb968cee with scrape type 2
2026-03-30 06:37:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78837d7e-02dc-52a6-bc0e-9e9cfb968cee with scrape type 2
2026-03-30 06:37:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78837d7e-02dc-52a6-bc0e-9e9cfb968cee, identifier: GK19%20CPV
2026-03-30 06:37:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e4fb137-0487-5c64-b0e9-c18a6c9b8ad5 with identifier: LS69%20HPE
2026-03-30 06:37:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e4fb137-0487-5c64-b0e9-c18a6c9b8ad5 with identifier: LS69%20HPE
2026-03-30 06:37:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e4fb137-0487-5c64-b0e9-c18a6c9b8ad5 with identifier: LS69%20HPE to the API
2026-03-30 06:37:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS69%20HPE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8e4fb137-0487-5c64-b0e9-c18a6c9b8ad5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS69 HPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS69%20HPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 32714,
 'odometer_reading_unit': '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 S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI S LINE S-T',
 'vin': 'WAUZZZGA1LA012007',
 'year': 2019}
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520HPE%27 HTTP/1.1" 200 None
2026-03-30 06:37:59 [bca.uk] INFO: Saving data for LS69%20HPE: {'auction_closing_time': 1775037600.0, 'created_time': 1774362455.340209, 'last_price_update_time': 1774852679.185344}
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS69%2520HPE') HTTP/1.1" 204 0
2026-03-30 06:37:59 [bca.uk] INFO: Found listing with ID: KO18%20MRV
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO18%2520MRV%27 HTTP/1.1" 200 None
2026-03-30 06:37:59 [bca.uk] INFO: Scrape type for KO18%20MRV: 0
2026-03-30 06:37:59 [bca.uk] INFO: Found listing with ID: YH56%20UOD
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH56%2520UOD%27 HTTP/1.1" 200 None
2026-03-30 06:37:59 [bca.uk] INFO: Scrape type for YH56%20UOD: 2
2026-03-30 06:37:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76d95025-6b1f-54a5-9f49-12c5b17020ec with identifier: YH56%20UOD
2026-03-30 06:37:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76d95025-6b1f-54a5-9f49-12c5b17020ec with scrape type 2
2026-03-30 06:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76d95025-6b1f-54a5-9f49-12c5b17020ec with scrape type 2
2026-03-30 06:37:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76d95025-6b1f-54a5-9f49-12c5b17020ec, identifier: YH56%20UOD
2026-03-30 06:37:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e8a11bb-41bd-5aab-8307-0a5a0f64f0cd with identifier: DV72%20VFK
2026-03-30 06:37:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e8a11bb-41bd-5aab-8307-0a5a0f64f0cd with identifier: DV72%20VFK
2026-03-30 06:37:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e8a11bb-41bd-5aab-8307-0a5a0f64f0cd with identifier: DV72%20VFK to the API
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:37:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV72%20VFK-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': '2e8a11bb-41bd-5aab-8307-0a5a0f64f0cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV72 VFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV72%20VFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 84220,
 'odometer_reading_unit': '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 RAV4 2.5 PHEV DYNAMIC 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'PHEV DYNAMIC 4WD',
 'vin': 'JTMGBRFV80D106947',
 'year': 2022}
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520VFK%27 HTTP/1.1" 200 None
2026-03-30 06:37:59 [bca.uk] INFO: Saving data for DV72%20VFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774536328.953438, 'last_price_update_time': 1774852679.605915}
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV72%2520VFK') HTTP/1.1" 204 0
2026-03-30 06:37:59 [bca.uk] INFO: Found listing with ID: YT22%20XUU
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520XUU%27 HTTP/1.1" 200 None
2026-03-30 06:37:59 [bca.uk] INFO: Scrape type for YT22%20XUU: 2
2026-03-30 06:37:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aef2ee30-c99a-55c1-a2b5-3bf21d42f3d9 with identifier: YT22%20XUU
2026-03-30 06:37:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aef2ee30-c99a-55c1-a2b5-3bf21d42f3d9 with scrape type 2
2026-03-30 06:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aef2ee30-c99a-55c1-a2b5-3bf21d42f3d9 with scrape type 2
2026-03-30 06:37:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aef2ee30-c99a-55c1-a2b5-3bf21d42f3d9, identifier: YT22%20XUU
2026-03-30 06:37:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78837d7e-02dc-52a6-bc0e-9e9cfb968cee with identifier: GK19%20CPV
2026-03-30 06:37:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78837d7e-02dc-52a6-bc0e-9e9cfb968cee with identifier: GK19%20CPV
2026-03-30 06:37:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78837d7e-02dc-52a6-bc0e-9e9cfb968cee with identifier: GK19%20CPV to the API
2026-03-30 06:37:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=87&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK19%20CPV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '78837d7e-02dc-52a6-bc0e-9e9cfb968cee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK19 CPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK19%20CPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 113140,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 180 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJAB4AN7KCP54421',
 'year': 2019}
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK19%2520CPV%27 HTTP/1.1" 200 None
2026-03-30 06:38:00 [bca.uk] INFO: Saving data for GK19%20CPV: {'auction_closing_time': 1774951200.0, 'created_time': 1774533711.02394, 'last_price_update_time': 1774852680.205187}
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK19%2520CPV') HTTP/1.1" 204 0
2026-03-30 06:38:00 [bca.uk] INFO: Found listing with ID: ML73%20OFE
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML73%2520OFE%27 HTTP/1.1" 200 None
2026-03-30 06:38:00 [bca.uk] INFO: Scrape type for ML73%20OFE: 2
2026-03-30 06:38:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a0c5245-fef3-5225-afad-9f85a8bec8ca with identifier: ML73%20OFE
2026-03-30 06:38:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a0c5245-fef3-5225-afad-9f85a8bec8ca with scrape type 2
2026-03-30 06:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a0c5245-fef3-5225-afad-9f85a8bec8ca with scrape type 2
2026-03-30 06:38:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a0c5245-fef3-5225-afad-9f85a8bec8ca, identifier: ML73%20OFE
2026-03-30 06:38:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76d95025-6b1f-54a5-9f49-12c5b17020ec with identifier: YH56%20UOD
2026-03-30 06:38:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76d95025-6b1f-54a5-9f49-12c5b17020ec with identifier: YH56%20UOD
2026-03-30 06:38:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76d95025-6b1f-54a5-9f49-12c5b17020ec with identifier: YH56%20UOD to the API
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH56%20UOD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '76d95025-6b1f-54a5-9f49-12c5b17020ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH56 UOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH56%20UOD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 129397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.6 VVT SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'VVT SPORT',
 'vin': 'TSMMZA31S00304006',
 'year': 2006}
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH56%2520UOD%27 HTTP/1.1" 200 None
2026-03-30 06:38:00 [bca.uk] INFO: Saving data for YH56%20UOD: {'auction_closing_time': 1774951200.0, 'created_time': 1774448779.360946, 'last_price_update_time': 1774852680.639244}
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH56%2520UOD') HTTP/1.1" 204 0
2026-03-30 06:38:00 [bca.uk] INFO: Found listing with ID: LC69%20LHO
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LHO%27 HTTP/1.1" 200 None
2026-03-30 06:38:00 [bca.uk] INFO: Scrape type for LC69%20LHO: 2
2026-03-30 06:38:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e255afc-8ab0-5b19-8b1d-1c318a5f9d90 with identifier: LC69%20LHO
2026-03-30 06:38:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e255afc-8ab0-5b19-8b1d-1c318a5f9d90 with scrape type 2
2026-03-30 06:38:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e255afc-8ab0-5b19-8b1d-1c318a5f9d90 with scrape type 2
2026-03-30 06:38:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e255afc-8ab0-5b19-8b1d-1c318a5f9d90, identifier: LC69%20LHO
2026-03-30 06:38:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aef2ee30-c99a-55c1-a2b5-3bf21d42f3d9 with identifier: YT22%20XUU
2026-03-30 06:38:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aef2ee30-c99a-55c1-a2b5-3bf21d42f3d9 with identifier: YT22%20XUU
2026-03-30 06:38:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aef2ee30-c99a-55c1-a2b5-3bf21d42f3d9 with identifier: YT22%20XUU to the API
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT22%20XUU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'aef2ee30-c99a-55c1-a2b5-3bf21d42f3d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YT22 XUU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT22%20XUU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 54465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI PHEV 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 2 DCT',
 'vin': 'KNACM81DVN5532566',
 'year': 2022}
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520XUU%27 HTTP/1.1" 200 None
2026-03-30 06:38:01 [bca.uk] INFO: Saving data for YT22%20XUU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534048.931385, 'last_price_update_time': 1774852681.041626}
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT22%2520XUU') HTTP/1.1" 204 0
2026-03-30 06:38:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a0c5245-fef3-5225-afad-9f85a8bec8ca with identifier: ML73%20OFE
2026-03-30 06:38:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a0c5245-fef3-5225-afad-9f85a8bec8ca with identifier: ML73%20OFE
2026-03-30 06:38:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a0c5245-fef3-5225-afad-9f85a8bec8ca with identifier: ML73%20OFE to the API
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML73%20OFE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a0c5245-fef3-5225-afad-9f85a8bec8ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML73 OFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML73%20OFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 15213,
 'odometer_reading_unit': '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 150 48V GT-LINE ISG DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI 150 48V GT-LINE ISG DCT',
 'vin': 'U5YPX81BVPL126452',
 'year': 2023}
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML73%2520OFE%27 HTTP/1.1" 200 None
2026-03-30 06:38:01 [bca.uk] INFO: Saving data for ML73%20OFE: {'auction_closing_time': 1775037600.0, 'created_time': 1774533969.41111, 'last_price_update_time': 1774852681.353652}
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML73%2520OFE') HTTP/1.1" 204 0
2026-03-30 06:38:01 [bca.uk] INFO: Found listing with ID: LT72%20MGJ
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520MGJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:01 [bca.uk] INFO: Scrape type for LT72%20MGJ: 2
2026-03-30 06:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 229a9565-b31a-57f5-9a42-4d504bc7a908 with identifier: LT72%20MGJ
2026-03-30 06:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 229a9565-b31a-57f5-9a42-4d504bc7a908 with scrape type 2
2026-03-30 06:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 229a9565-b31a-57f5-9a42-4d504bc7a908 with scrape type 2
2026-03-30 06:38:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 229a9565-b31a-57f5-9a42-4d504bc7a908, identifier: LT72%20MGJ
2026-03-30 06:38:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e255afc-8ab0-5b19-8b1d-1c318a5f9d90 with identifier: LC69%20LHO
2026-03-30 06:38:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e255afc-8ab0-5b19-8b1d-1c318a5f9d90 with identifier: LC69%20LHO
2026-03-30 06:38:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e255afc-8ab0-5b19-8b1d-1c318a5f9d90 with identifier: LC69%20LHO to the API
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC69%20LHO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7e255afc-8ab0-5b19-8b1d-1c318a5f9d90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LC69 LHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC69%20LHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 64435,
 'odometer_reading_unit': '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': '5YJ3F7EA2KF501398',
 'year': 2019}
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LHO%27 HTTP/1.1" 200 None
2026-03-30 06:38:01 [bca.uk] INFO: Saving data for LC69%20LHO: {'auction_closing_time': 1774864800.0, 'created_time': 1774536365.585951, 'last_price_update_time': 1774852681.766608}
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC69%2520LHO') HTTP/1.1" 204 0
2026-03-30 06:38:01 [bca.uk] INFO: Found listing with ID: SV23%20OPF
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520OPF%27 HTTP/1.1" 200 None
2026-03-30 06:38:01 [bca.uk] INFO: Scrape type for SV23%20OPF: 2
2026-03-30 06:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56415ccb-5938-5678-b427-8849c383940c with identifier: SV23%20OPF
2026-03-30 06:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56415ccb-5938-5678-b427-8849c383940c with scrape type 2
2026-03-30 06:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56415ccb-5938-5678-b427-8849c383940c with scrape type 2
2026-03-30 06:38:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56415ccb-5938-5678-b427-8849c383940c, identifier: SV23%20OPF
2026-03-30 06:38:01 [bca.uk] INFO: Found listing with ID: ND70%20FTZ
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520FTZ%27 HTTP/1.1" 200 None
2026-03-30 06:38:01 [bca.uk] INFO: Scrape type for ND70%20FTZ: 2
2026-03-30 06:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 952ec4ce-cf91-57e8-9be0-ad18d6dd4213 with identifier: ND70%20FTZ
2026-03-30 06:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 952ec4ce-cf91-57e8-9be0-ad18d6dd4213 with scrape type 2
2026-03-30 06:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 952ec4ce-cf91-57e8-9be0-ad18d6dd4213 with scrape type 2
2026-03-30 06:38:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 952ec4ce-cf91-57e8-9be0-ad18d6dd4213, identifier: ND70%20FTZ
2026-03-30 06:38:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 229a9565-b31a-57f5-9a42-4d504bc7a908 with identifier: LT72%20MGJ
2026-03-30 06:38:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 229a9565-b31a-57f5-9a42-4d504bc7a908 with identifier: LT72%20MGJ
2026-03-30 06:38:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 229a9565-b31a-57f5-9a42-4d504bc7a908 with identifier: LT72%20MGJ to the API
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT72%20MGJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '229a9565-b31a-57f5-9a42-4d504bc7a908',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LT72 MGJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT72%20MGJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 48451,
 'odometer_reading_unit': '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 LEON 1.0 TSI 110 SE DYNAMIC Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SE DYNAMIC',
 'vin': 'VSSZZZKLZNR059195',
 'year': 2022}
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT72%2520MGJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:02 [bca.uk] INFO: Saving data for LT72%20MGJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536401.561886, 'last_price_update_time': 1774852682.302615}
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT72%2520MGJ') HTTP/1.1" 204 0
2026-03-30 06:38:02 [bca.uk] INFO: Found listing with ID: LS22%20AYF
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520AYF%27 HTTP/1.1" 200 None
2026-03-30 06:38:02 [bca.uk] INFO: Scrape type for LS22%20AYF: 2
2026-03-30 06:38:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a62693f-8e4c-5ee1-a36b-bad8b4d4398b with identifier: LS22%20AYF
2026-03-30 06:38:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a62693f-8e4c-5ee1-a36b-bad8b4d4398b with scrape type 2
2026-03-30 06:38:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a62693f-8e4c-5ee1-a36b-bad8b4d4398b with scrape type 2
2026-03-30 06:38:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a62693f-8e4c-5ee1-a36b-bad8b4d4398b, identifier: LS22%20AYF
2026-03-30 06:38:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56415ccb-5938-5678-b427-8849c383940c with identifier: SV23%20OPF
2026-03-30 06:38:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56415ccb-5938-5678-b427-8849c383940c with identifier: SV23%20OPF
2026-03-30 06:38:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56415ccb-5938-5678-b427-8849c383940c with identifier: SV23%20OPF to the API
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV23%20OPF-GB',
 'category': 'Motorcycle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '56415ccb-5938-5678-b427-8849c383940c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV23 OPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV23%20OPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'TRIUMPH',
 'model': 'TIGER',
 'odometer': 20343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TIGER 900 RALLY PRO MOTORBIKE',
 'transmission': 'automatic',
 'trim': '900 RALLY PRO MOTORBIKE',
 'vin': 'SMTTRE67D8PBE9115',
 'year': 2023}
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520OPF%27 HTTP/1.1" 200 None
2026-03-30 06:38:02 [bca.uk] INFO: Saving data for SV23%20OPF: {'auction_closing_time': 1775124000.0, 'created_time': 1774534080.768732, 'last_price_update_time': 1774852682.728474}
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV23%2520OPF') HTTP/1.1" 204 0
2026-03-30 06:38:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 952ec4ce-cf91-57e8-9be0-ad18d6dd4213 with identifier: ND70%20FTZ
2026-03-30 06:38:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 952ec4ce-cf91-57e8-9be0-ad18d6dd4213 with identifier: ND70%20FTZ
2026-03-30 06:38:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 952ec4ce-cf91-57e8-9be0-ad18d6dd4213 with identifier: ND70%20FTZ to the API
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND70%20FTZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '952ec4ce-cf91-57e8-9be0-ad18d6dd4213',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND70 FTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND70%20FTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 51805,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q TECHNIK StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q TECHNIK',
 'vin': 'WAUZZZGE1MB002611',
 'year': 2020}
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND70%2520FTZ%27 HTTP/1.1" 200 None
2026-03-30 06:38:03 [bca.uk] INFO: Saving data for ND70%20FTZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774533971.652133, 'last_price_update_time': 1774852683.025846}
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND70%2520FTZ') HTTP/1.1" 204 0
2026-03-30 06:38:03 [bca.uk] INFO: Found listing with ID: NL23%20WGC
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WGC%27 HTTP/1.1" 200 None
2026-03-30 06:38:03 [bca.uk] INFO: Scrape type for NL23%20WGC: 2
2026-03-30 06:38:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13780fc9-25a2-5960-aa5d-d4ee8099f283 with identifier: NL23%20WGC
2026-03-30 06:38:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13780fc9-25a2-5960-aa5d-d4ee8099f283 with scrape type 2
2026-03-30 06:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13780fc9-25a2-5960-aa5d-d4ee8099f283 with scrape type 2
2026-03-30 06:38:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13780fc9-25a2-5960-aa5d-d4ee8099f283, identifier: NL23%20WGC
2026-03-30 06:38:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a62693f-8e4c-5ee1-a36b-bad8b4d4398b with identifier: LS22%20AYF
2026-03-30 06:38:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a62693f-8e4c-5ee1-a36b-bad8b4d4398b with identifier: LS22%20AYF
2026-03-30 06:38:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a62693f-8e4c-5ee1-a36b-bad8b4d4398b with identifier: LS22%20AYF to the API
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS22%20AYF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4a62693f-8e4c-5ee1-a36b-bad8b4d4398b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS22 AYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS22%20AYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 32038,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE PREMIUM ED.DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM ED.DCT',
 'vin': 'W1K1771862J351439',
 'year': 2022}
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520AYF%27 HTTP/1.1" 200 None
2026-03-30 06:38:03 [bca.uk] INFO: Saving data for LS22%20AYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774536364.480408, 'last_price_update_time': 1774852683.44081}
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS22%2520AYF') HTTP/1.1" 204 0
2026-03-30 06:38:03 [bca.uk] INFO: Found listing with ID: LM74%20MDF
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM74%2520MDF%27 HTTP/1.1" 200 None
2026-03-30 06:38:03 [bca.uk] INFO: Scrape type for LM74%20MDF: 2
2026-03-30 06:38:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 895df7f4-93ba-582a-af70-d8a76f88e5ec with identifier: LM74%20MDF
2026-03-30 06:38:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 895df7f4-93ba-582a-af70-d8a76f88e5ec with scrape type 2
2026-03-30 06:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 895df7f4-93ba-582a-af70-d8a76f88e5ec with scrape type 2
2026-03-30 06:38:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 895df7f4-93ba-582a-af70-d8a76f88e5ec, identifier: LM74%20MDF
2026-03-30 06:38:03 [bca.uk] INFO: Found listing with ID: RY66%20ONM
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520ONM%27 HTTP/1.1" 200 None
2026-03-30 06:38:03 [bca.uk] INFO: Scrape type for RY66%20ONM: 2
2026-03-30 06:38:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85418738-5b5a-5921-86ce-c9c17761191e with identifier: RY66%20ONM
2026-03-30 06:38:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85418738-5b5a-5921-86ce-c9c17761191e with scrape type 2
2026-03-30 06:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85418738-5b5a-5921-86ce-c9c17761191e with scrape type 2
2026-03-30 06:38:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85418738-5b5a-5921-86ce-c9c17761191e, identifier: RY66%20ONM
2026-03-30 06:38:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13780fc9-25a2-5960-aa5d-d4ee8099f283 with identifier: NL23%20WGC
2026-03-30 06:38:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13780fc9-25a2-5960-aa5d-d4ee8099f283 with identifier: NL23%20WGC
2026-03-30 06:38:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13780fc9-25a2-5960-aa5d-d4ee8099f283 with identifier: NL23%20WGC to the API
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20WGC-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '13780fc9-25a2-5960-aa5d-d4ee8099f283',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 WGC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20WGC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 17702,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 3 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 3',
 'vin': 'KNACR811UP5033537',
 'year': 2023}
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520WGC%27 HTTP/1.1" 200 None
2026-03-30 06:38:03 [bca.uk] INFO: Saving data for NL23%20WGC: {'auction_closing_time': 1774864800.0, 'created_time': 1774536392.541645, 'last_price_update_time': 1774852683.958947}
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520WGC') HTTP/1.1" 204 0
2026-03-30 06:38:03 [bca.uk] INFO: Found listing with ID: VK22%20DHZ
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520DHZ%27 HTTP/1.1" 200 None
2026-03-30 06:38:03 [bca.uk] INFO: Scrape type for VK22%20DHZ: 2
2026-03-30 06:38:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e75bb25f-67de-51bf-8c52-8d54e4b0040e with identifier: VK22%20DHZ
2026-03-30 06:38:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e75bb25f-67de-51bf-8c52-8d54e4b0040e with scrape type 2
2026-03-30 06:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e75bb25f-67de-51bf-8c52-8d54e4b0040e with scrape type 2
2026-03-30 06:38:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e75bb25f-67de-51bf-8c52-8d54e4b0040e, identifier: VK22%20DHZ
2026-03-30 06:38:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 895df7f4-93ba-582a-af70-d8a76f88e5ec with identifier: LM74%20MDF
2026-03-30 06:38:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 895df7f4-93ba-582a-af70-d8a76f88e5ec with identifier: LM74%20MDF
2026-03-30 06:38:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 895df7f4-93ba-582a-af70-d8a76f88e5ec with identifier: LM74%20MDF to the API
2026-03-30 06:38:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM74%20MDF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '895df7f4-93ba-582a-af70-d8a76f88e5ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM74 MDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM74%20MDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 6912,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE1R4276255',
 'year': 2024}
2026-03-30 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM74%2520MDF%27 HTTP/1.1" 200 None
2026-03-30 06:38:04 [bca.uk] INFO: Saving data for LM74%20MDF: {'auction_closing_time': 1775124000.0, 'created_time': 1773834933.683227, 'last_price_update_time': 1774852684.399051}
2026-03-30 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM74%2520MDF') HTTP/1.1" 204 0
2026-03-30 06:38:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85418738-5b5a-5921-86ce-c9c17761191e with identifier: RY66%20ONM
2026-03-30 06:38:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85418738-5b5a-5921-86ce-c9c17761191e with identifier: RY66%20ONM
2026-03-30 06:38:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85418738-5b5a-5921-86ce-c9c17761191e with identifier: RY66%20ONM to the API
2026-03-30 06:38:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY66%20ONM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85418738-5b5a-5921-86ce-c9c17761191e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RY66 ONM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY66%20ONM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 42567,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.3 I-VTEC 102 SE Hatchback',
 'transmission': 'automatic',
 'trim': 'I-VTEC 102 SE',
 'vin': 'JHMGK3850GX243615',
 'year': 2016}
2026-03-30 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY66%2520ONM%27 HTTP/1.1" 200 None
2026-03-30 06:38:05 [bca.uk] INFO: Saving data for RY66%20ONM: {'auction_closing_time': 1775037600.0, 'created_time': 1774533969.90116, 'last_price_update_time': 1774852685.001735}
2026-03-30 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY66%2520ONM') HTTP/1.1" 204 0
2026-03-30 06:38:05 [bca.uk] INFO: Found listing with ID: YC22%20ULM
2026-03-30 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520ULM%27 HTTP/1.1" 200 None
2026-03-30 06:38:05 [bca.uk] INFO: Scrape type for YC22%20ULM: 2
2026-03-30 06:38:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 055e5a5f-8921-5a3d-a4e5-b92582f4eb58 with identifier: YC22%20ULM
2026-03-30 06:38:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 055e5a5f-8921-5a3d-a4e5-b92582f4eb58 with scrape type 2
2026-03-30 06:38:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 055e5a5f-8921-5a3d-a4e5-b92582f4eb58 with scrape type 2
2026-03-30 06:38:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 055e5a5f-8921-5a3d-a4e5-b92582f4eb58, identifier: YC22%20ULM
2026-03-30 06:38:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e75bb25f-67de-51bf-8c52-8d54e4b0040e with identifier: VK22%20DHZ
2026-03-30 06:38:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e75bb25f-67de-51bf-8c52-8d54e4b0040e with identifier: VK22%20DHZ
2026-03-30 06:38:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e75bb25f-67de-51bf-8c52-8d54e4b0040e with identifier: VK22%20DHZ to the API
2026-03-30 06:38:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK22%20DHZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e75bb25f-67de-51bf-8c52-8d54e4b0040e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK22 DHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK22%20DHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 58719,
 'odometer_reading_unit': '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': 'WVGZZZE2ZNP030306',
 'year': 2022}
2026-03-30 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520DHZ%27 HTTP/1.1" 200 None
2026-03-30 06:38:05 [bca.uk] INFO: Saving data for VK22%20DHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536339.643591, 'last_price_update_time': 1774852685.992434}
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK22%2520DHZ') HTTP/1.1" 204 0
2026-03-30 06:38:06 [bca.uk] INFO: Found listing with ID: DL74%20VDV
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520VDV%27 HTTP/1.1" 200 None
2026-03-30 06:38:06 [bca.uk] INFO: Scrape type for DL74%20VDV: 2
2026-03-30 06:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a59c23-8e42-5304-839e-dd1f72f89a99 with identifier: DL74%20VDV
2026-03-30 06:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a59c23-8e42-5304-839e-dd1f72f89a99 with scrape type 2
2026-03-30 06:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a59c23-8e42-5304-839e-dd1f72f89a99 with scrape type 2
2026-03-30 06:38:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4a59c23-8e42-5304-839e-dd1f72f89a99, identifier: DL74%20VDV
2026-03-30 06:38:06 [bca.uk] INFO: Found listing with ID: RJ73%20YLW
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ73%2520YLW%27 HTTP/1.1" 200 None
2026-03-30 06:38:06 [bca.uk] INFO: Scrape type for RJ73%20YLW: 2
2026-03-30 06:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81d0350a-e247-5f65-8ccc-9b7322706a3b with identifier: RJ73%20YLW
2026-03-30 06:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81d0350a-e247-5f65-8ccc-9b7322706a3b with scrape type 2
2026-03-30 06:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81d0350a-e247-5f65-8ccc-9b7322706a3b with scrape type 2
2026-03-30 06:38:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81d0350a-e247-5f65-8ccc-9b7322706a3b, identifier: RJ73%20YLW
2026-03-30 06:38:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 055e5a5f-8921-5a3d-a4e5-b92582f4eb58 with identifier: YC22%20ULM
2026-03-30 06:38:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 055e5a5f-8921-5a3d-a4e5-b92582f4eb58 with identifier: YC22%20ULM
2026-03-30 06:38:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 055e5a5f-8921-5a3d-a4e5-b92582f4eb58 with identifier: YC22%20ULM to the API
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC22%20ULM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': '055e5a5f-8921-5a3d-a4e5-b92582f4eb58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC22 ULM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC22%20ULM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLE 350 DE EQ-P',
 'odometer': 71500,
 'odometer_reading_unit': '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 GLE 350 DE EQ-P 2.0 AMG LINE PREMIUM PLUS 4M 9G '
          'StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'W1N1671172A732744',
 'year': 2022}
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC22%2520ULM%27 HTTP/1.1" 200 None
2026-03-30 06:38:06 [bca.uk] INFO: Saving data for YC22%20ULM: {'auction_closing_time': 1774864800.0, 'created_time': 1774536396.183313, 'last_price_update_time': 1774852686.546336}
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC22%2520ULM') HTTP/1.1" 204 0
2026-03-30 06:38:06 [bca.uk] INFO: Found listing with ID: YT22%20ZYC
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520ZYC%27 HTTP/1.1" 200 None
2026-03-30 06:38:06 [bca.uk] INFO: Scrape type for YT22%20ZYC: 2
2026-03-30 06:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c4a18e8-7acc-59f1-b149-25dbc36088b0 with identifier: YT22%20ZYC
2026-03-30 06:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c4a18e8-7acc-59f1-b149-25dbc36088b0 with scrape type 2
2026-03-30 06:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c4a18e8-7acc-59f1-b149-25dbc36088b0 with scrape type 2
2026-03-30 06:38:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c4a18e8-7acc-59f1-b149-25dbc36088b0, identifier: YT22%20ZYC
2026-03-30 06:38:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4a59c23-8e42-5304-839e-dd1f72f89a99 with identifier: DL74%20VDV
2026-03-30 06:38:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4a59c23-8e42-5304-839e-dd1f72f89a99 with identifier: DL74%20VDV
2026-03-30 06:38:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4a59c23-8e42-5304-839e-dd1f72f89a99 with identifier: DL74%20VDV to the API
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20VDV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4a59c23-8e42-5304-839e-dd1f72f89a99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL74 VDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20VDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 10849,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 MH 136 ULTIMATE E-DCT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MH 136 ULTIMATE E-DCT6',
 'vin': 'VXKKAHPY7R6057013',
 'year': 2024}
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520VDV%27 HTTP/1.1" 200 None
2026-03-30 06:38:06 [bca.uk] INFO: Saving data for DL74%20VDV: {'auction_closing_time': 1775037600.0, 'created_time': 1773833585.06897, 'last_price_update_time': 1774852686.94028}
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520VDV') HTTP/1.1" 204 0
2026-03-30 06:38:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81d0350a-e247-5f65-8ccc-9b7322706a3b with identifier: RJ73%20YLW
2026-03-30 06:38:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81d0350a-e247-5f65-8ccc-9b7322706a3b with identifier: RJ73%20YLW
2026-03-30 06:38:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81d0350a-e247-5f65-8ccc-9b7322706a3b with identifier: RJ73%20YLW to the API
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ73%20YLW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '81d0350a-e247-5f65-8ccc-9b7322706a3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ73 YLW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ73%20YLW&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 36319,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 B3P CORE G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B3P CORE G/T',
 'vin': 'YV1XZK7VXR2274075',
 'year': 2023}
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ73%2520YLW%27 HTTP/1.1" 200 None
2026-03-30 06:38:07 [bca.uk] INFO: Saving data for RJ73%20YLW: {'auction_closing_time': 1775037600.0, 'created_time': 1774533986.153635, 'last_price_update_time': 1774852687.228975}
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ73%2520YLW') HTTP/1.1" 204 0
2026-03-30 06:38:07 [bca.uk] INFO: Found listing with ID: DA64%20HXR
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520HXR%27 HTTP/1.1" 200 None
2026-03-30 06:38:07 [bca.uk] INFO: Scrape type for DA64%20HXR: 2
2026-03-30 06:38:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75f55290-7c08-5dd9-abd2-7e023877e629 with identifier: DA64%20HXR
2026-03-30 06:38:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75f55290-7c08-5dd9-abd2-7e023877e629 with scrape type 2
2026-03-30 06:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75f55290-7c08-5dd9-abd2-7e023877e629 with scrape type 2
2026-03-30 06:38:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75f55290-7c08-5dd9-abd2-7e023877e629, identifier: DA64%20HXR
2026-03-30 06:38:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c4a18e8-7acc-59f1-b149-25dbc36088b0 with identifier: YT22%20ZYC
2026-03-30 06:38:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c4a18e8-7acc-59f1-b149-25dbc36088b0 with identifier: YT22%20ZYC
2026-03-30 06:38:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c4a18e8-7acc-59f1-b149-25dbc36088b0 with identifier: YT22%20ZYC to the API
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 18,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT22%20ZYC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3c4a18e8-7acc-59f1-b149-25dbc36088b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YT22 ZYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT22%20ZYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLVO',
 'model': 'V60 RECHARGE',
 'odometer': 91837,
 'odometer_reading_unit': '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 V60 RECHARGE 2.0 T6 PHEV AWD INSCRIPTION Estate',
 'transmission': 'automatic',
 'trim': 'T6 PHEV AWD INSCRIPTION',
 'vin': 'YV1ZWH1VDN1490981',
 'year': 2022}
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520ZYC%27 HTTP/1.1" 200 None
2026-03-30 06:38:07 [bca.uk] INFO: Saving data for YT22%20ZYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774536338.477897, 'last_price_update_time': 1774852687.618851}
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT22%2520ZYC') HTTP/1.1" 204 0
2026-03-30 06:38:07 [bca.uk] INFO: Found listing with ID: LS74%20ZXD
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520ZXD%27 HTTP/1.1" 200 None
2026-03-30 06:38:07 [bca.uk] INFO: Scrape type for LS74%20ZXD: 2
2026-03-30 06:38:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eef3724d-6b11-5037-96c5-7c5929fb33fa with identifier: LS74%20ZXD
2026-03-30 06:38:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eef3724d-6b11-5037-96c5-7c5929fb33fa with scrape type 2
2026-03-30 06:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eef3724d-6b11-5037-96c5-7c5929fb33fa with scrape type 2
2026-03-30 06:38:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eef3724d-6b11-5037-96c5-7c5929fb33fa, identifier: LS74%20ZXD
2026-03-30 06:38:07 [bca.uk] INFO: Found listing with ID: SW14%20FUV
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW14%2520FUV%27 HTTP/1.1" 200 None
2026-03-30 06:38:07 [bca.uk] INFO: Scrape type for SW14%20FUV: 2
2026-03-30 06:38:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f305f324-9961-5cb4-bccc-a422266618bc with identifier: SW14%20FUV
2026-03-30 06:38:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f305f324-9961-5cb4-bccc-a422266618bc with scrape type 2
2026-03-30 06:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f305f324-9961-5cb4-bccc-a422266618bc with scrape type 2
2026-03-30 06:38:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f305f324-9961-5cb4-bccc-a422266618bc, identifier: SW14%20FUV
2026-03-30 06:38:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75f55290-7c08-5dd9-abd2-7e023877e629 with identifier: DA64%20HXR
2026-03-30 06:38:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75f55290-7c08-5dd9-abd2-7e023877e629 with identifier: DA64%20HXR
2026-03-30 06:38:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75f55290-7c08-5dd9-abd2-7e023877e629 with identifier: DA64%20HXR to the API
2026-03-30 06:38:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA64%20HXR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75f55290-7c08-5dd9-abd2-7e023877e629',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA64 HXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA64%20HXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 96512,
 'odometer_reading_unit': '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.4 TSI 150 FR Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 FR',
 'vin': 'VSSZZZ5FZFR039648',
 'year': 2014}
2026-03-30 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520HXR%27 HTTP/1.1" 200 None
2026-03-30 06:38:08 [bca.uk] INFO: Saving data for DA64%20HXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774536415.714702, 'last_price_update_time': 1774852688.989863}
2026-03-30 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA64%2520HXR') HTTP/1.1" 204 0
2026-03-30 06:38:09 [bca.uk] INFO: Found listing with ID: CU57%20OXG
2026-03-30 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU57%2520OXG%27 HTTP/1.1" 200 None
2026-03-30 06:38:09 [bca.uk] INFO: Scrape type for CU57%20OXG: 2
2026-03-30 06:38:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b14e356c-261e-58e5-a059-b2e155b8cfb0 with identifier: CU57%20OXG
2026-03-30 06:38:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b14e356c-261e-58e5-a059-b2e155b8cfb0 with scrape type 2
2026-03-30 06:38:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b14e356c-261e-58e5-a059-b2e155b8cfb0 with scrape type 2
2026-03-30 06:38:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b14e356c-261e-58e5-a059-b2e155b8cfb0, identifier: CU57%20OXG
2026-03-30 06:38:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eef3724d-6b11-5037-96c5-7c5929fb33fa with identifier: LS74%20ZXD
2026-03-30 06:38:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eef3724d-6b11-5037-96c5-7c5929fb33fa with identifier: LS74%20ZXD
2026-03-30 06:38:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eef3724d-6b11-5037-96c5-7c5929fb33fa with identifier: LS74%20ZXD to the API
2026-03-30 06:38:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS74%20ZXD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eef3724d-6b11-5037-96c5-7c5929fb33fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS74 ZXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS74%20ZXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'ASTRA ST',
 'odometer': 10279,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA ST 1.2 T 130 GS Estate',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKFRHNS3R1028243',
 'year': 2024}
2026-03-30 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520ZXD%27 HTTP/1.1" 200 None
2026-03-30 06:38:09 [bca.uk] INFO: Saving data for LS74%20ZXD: {'auction_closing_time': 1775037600.0, 'created_time': 1774016900.238847, 'last_price_update_time': 1774852689.397903}
2026-03-30 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS74%2520ZXD') HTTP/1.1" 204 0
2026-03-30 06:38:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f305f324-9961-5cb4-bccc-a422266618bc with identifier: SW14%20FUV
2026-03-30 06:38:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f305f324-9961-5cb4-bccc-a422266618bc with identifier: SW14%20FUV
2026-03-30 06:38:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f305f324-9961-5cb4-bccc-a422266618bc with identifier: SW14%20FUV to the API
2026-03-30 06:38:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW14%20FUV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f305f324-9961-5cb4-bccc-a422266618bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW14 FUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW14%20FUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'JAGUAR',
 'model': 'XJ SERIES',
 'odometer': 88046,
 'odometer_reading_unit': '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 XJ SERIES 3.0 D V6 275 PORTFOLIO Saloon',
 'transmission': 'manual',
 'trim': 'D V6 275 PORTFOLIO',
 'vin': 'SAJAC1620DNV56183',
 'year': 2014}
2026-03-30 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW14%2520FUV%27 HTTP/1.1" 200 None
2026-03-30 06:38:10 [bca.uk] INFO: Saving data for SW14%20FUV: {'auction_closing_time': 1775037600.0, 'created_time': 1774533988.880156, 'last_price_update_time': 1774852690.571471}
2026-03-30 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW14%2520FUV') HTTP/1.1" 204 0
2026-03-30 06:38:10 [bca.uk] INFO: Found listing with ID: DU68%20HCD
2026-03-30 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520HCD%27 HTTP/1.1" 200 None
2026-03-30 06:38:10 [bca.uk] INFO: Scrape type for DU68%20HCD: 2
2026-03-30 06:38:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a5500ac-053d-588e-9f35-8dd2cda3322b with identifier: DU68%20HCD
2026-03-30 06:38:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a5500ac-053d-588e-9f35-8dd2cda3322b with scrape type 2
2026-03-30 06:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a5500ac-053d-588e-9f35-8dd2cda3322b with scrape type 2
2026-03-30 06:38:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a5500ac-053d-588e-9f35-8dd2cda3322b, identifier: DU68%20HCD
2026-03-30 06:38:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b14e356c-261e-58e5-a059-b2e155b8cfb0 with identifier: CU57%20OXG
2026-03-30 06:38:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b14e356c-261e-58e5-a059-b2e155b8cfb0 with identifier: CU57%20OXG
2026-03-30 06:38:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b14e356c-261e-58e5-a059-b2e155b8cfb0 with identifier: CU57%20OXG to the API
2026-03-30 06:38:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU57%20OXG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b14e356c-261e-58e5-a059-b2e155b8cfb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU57 OXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU57%20OXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 123098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.0 VVT-I XT-R StationWagon',
 'transmission': 'automatic',
 'trim': 'VVT-I XT-R',
 'vin': 'JTMBH31V106065725',
 'year': 2008}
2026-03-30 06:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU57%2520OXG%27 HTTP/1.1" 200 None
2026-03-30 06:38:11 [bca.uk] INFO: Saving data for CU57%20OXG: {'auction_closing_time': 1774951200.0, 'created_time': 1774448703.443944, 'last_price_update_time': 1774852691.005998}
2026-03-30 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU57%2520OXG') HTTP/1.1" 204 0
2026-03-30 06:38:11 [bca.uk] INFO: Found listing with ID: BD22%20PFK
2026-03-30 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520PFK%27 HTTP/1.1" 200 None
2026-03-30 06:38:11 [bca.uk] INFO: Scrape type for BD22%20PFK: 2
2026-03-30 06:38:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb938b0b-133b-570b-8b3f-61d63585a850 with identifier: BD22%20PFK
2026-03-30 06:38:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb938b0b-133b-570b-8b3f-61d63585a850 with scrape type 2
2026-03-30 06:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb938b0b-133b-570b-8b3f-61d63585a850 with scrape type 2
2026-03-30 06:38:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb938b0b-133b-570b-8b3f-61d63585a850, identifier: BD22%20PFK
2026-03-30 06:38:11 [bca.uk] INFO: Found listing with ID: FG19%20HKM
2026-03-30 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520HKM%27 HTTP/1.1" 200 None
2026-03-30 06:38:11 [bca.uk] INFO: Scrape type for FG19%20HKM: 2
2026-03-30 06:38:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 893b6e0f-b5a7-57a4-af03-ec7dec482d62 with identifier: FG19%20HKM
2026-03-30 06:38:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 893b6e0f-b5a7-57a4-af03-ec7dec482d62 with scrape type 2
2026-03-30 06:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 893b6e0f-b5a7-57a4-af03-ec7dec482d62 with scrape type 2
2026-03-30 06:38:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 893b6e0f-b5a7-57a4-af03-ec7dec482d62, identifier: FG19%20HKM
2026-03-30 06:38:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a5500ac-053d-588e-9f35-8dd2cda3322b with identifier: DU68%20HCD
2026-03-30 06:38:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a5500ac-053d-588e-9f35-8dd2cda3322b with identifier: DU68%20HCD
2026-03-30 06:38:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a5500ac-053d-588e-9f35-8dd2cda3322b with identifier: DU68%20HCD to the API
2026-03-30 06:38:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU68%20HCD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a5500ac-053d-588e-9f35-8dd2cda3322b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU68 HCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU68%20HCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 65741,
 'odometer_reading_unit': '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 ATECA 1.0 TSI 115 SE L EZ StationWagon',
 'transmission': 'manual',
 'trim': 'TSI 115 SE L EZ',
 'vin': 'VSSZZZ5FZK6509507',
 'year': 2018}
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU68%2520HCD%27 HTTP/1.1" 200 None
2026-03-30 06:38:12 [bca.uk] INFO: Saving data for DU68%20HCD: {'auction_closing_time': 1774864800.0, 'created_time': 1774536404.942814, 'last_price_update_time': 1774852692.4815}
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU68%2520HCD') HTTP/1.1" 204 0
2026-03-30 06:38:12 [bca.uk] INFO: Found listing with ID: FD13%20EJK
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD13%2520EJK%27 HTTP/1.1" 200 None
2026-03-30 06:38:12 [bca.uk] INFO: Scrape type for FD13%20EJK: 2
2026-03-30 06:38:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff65aae5-f4df-55b9-a1c2-b0487e32da9f with identifier: FD13%20EJK
2026-03-30 06:38:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff65aae5-f4df-55b9-a1c2-b0487e32da9f with scrape type 2
2026-03-30 06:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff65aae5-f4df-55b9-a1c2-b0487e32da9f with scrape type 2
2026-03-30 06:38:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff65aae5-f4df-55b9-a1c2-b0487e32da9f, identifier: FD13%20EJK
2026-03-30 06:38:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb938b0b-133b-570b-8b3f-61d63585a850 with identifier: BD22%20PFK
2026-03-30 06:38:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb938b0b-133b-570b-8b3f-61d63585a850 with identifier: BD22%20PFK
2026-03-30 06:38:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb938b0b-133b-570b-8b3f-61d63585a850 with identifier: BD22%20PFK to the API
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD22%20PFK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bb938b0b-133b-570b-8b3f-61d63585a850',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BD22 PFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD22%20PFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 20444,
 'odometer_reading_unit': '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-X 186 SPORT LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-X 186 SPORT LUX',
 'vin': 'JM4BP6HH601310223',
 'year': 2022}
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD22%2520PFK%27 HTTP/1.1" 200 None
2026-03-30 06:38:12 [bca.uk] INFO: Saving data for BD22%20PFK: {'auction_closing_time': 1774951200.0, 'created_time': 1774534066.132443, 'last_price_update_time': 1774852692.978514}
2026-03-30 06:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD22%2520PFK') HTTP/1.1" 204 0
2026-03-30 06:38:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 893b6e0f-b5a7-57a4-af03-ec7dec482d62 with identifier: FG19%20HKM
2026-03-30 06:38:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 893b6e0f-b5a7-57a4-af03-ec7dec482d62 with identifier: FG19%20HKM
2026-03-30 06:38:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 893b6e0f-b5a7-57a4-af03-ec7dec482d62 with identifier: FG19%20HKM to the API
2026-03-30 06:38:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG19%20HKM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '893b6e0f-b5a7-57a4-af03-ec7dec482d62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG19 HKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG19%20HKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 53517,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 SDRIVE 18D M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18D M SPORT',
 'vin': 'WBAJH520005N02479',
 'year': 2019}
2026-03-30 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG19%2520HKM%27 HTTP/1.1" 200 None
2026-03-30 06:38:13 [bca.uk] INFO: Saving data for FG19%20HKM: {'auction_closing_time': 1775037600.0, 'created_time': 1774533967.008551, 'last_price_update_time': 1774852693.997346}
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG19%2520HKM') HTTP/1.1" 204 0
2026-03-30 06:38:14 [bca.uk] INFO: Found listing with ID: DY13%20XEV
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520XEV%27 HTTP/1.1" 200 None
2026-03-30 06:38:14 [bca.uk] INFO: Scrape type for DY13%20XEV: 2
2026-03-30 06:38:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc64e075-1041-5107-a1dd-1ed9ee00c4d2 with identifier: DY13%20XEV
2026-03-30 06:38:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc64e075-1041-5107-a1dd-1ed9ee00c4d2 with scrape type 2
2026-03-30 06:38:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc64e075-1041-5107-a1dd-1ed9ee00c4d2 with scrape type 2
2026-03-30 06:38:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc64e075-1041-5107-a1dd-1ed9ee00c4d2, identifier: DY13%20XEV
2026-03-30 06:38:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff65aae5-f4df-55b9-a1c2-b0487e32da9f with identifier: FD13%20EJK
2026-03-30 06:38:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff65aae5-f4df-55b9-a1c2-b0487e32da9f with identifier: FD13%20EJK
2026-03-30 06:38:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff65aae5-f4df-55b9-a1c2-b0487e32da9f with identifier: FD13%20EJK to the API
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD13%20EJK-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ff65aae5-f4df-55b9-a1c2-b0487e32da9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD13 EJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD13%20EJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 94410,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.3 CDTI 16V 75 E/F EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 16V 75 E/F EXCLUSIV',
 'vin': 'W0L0SDL68D4215105',
 'year': 2013}
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD13%2520EJK%27 HTTP/1.1" 200 None
2026-03-30 06:38:14 [bca.uk] INFO: Saving data for FD13%20EJK: {'auction_closing_time': 1774951200.0, 'created_time': 1774363357.19677, 'last_price_update_time': 1774852694.403035}
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD13%2520EJK') HTTP/1.1" 204 0
2026-03-30 06:38:14 [bca.uk] INFO: Found listing with ID: KU19%20SHM
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU19%2520SHM%27 HTTP/1.1" 200 None
2026-03-30 06:38:14 [bca.uk] INFO: Scrape type for KU19%20SHM: 2
2026-03-30 06:38:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bba69639-6eae-5be5-aa23-15d9d5d7fd8b with identifier: KU19%20SHM
2026-03-30 06:38:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bba69639-6eae-5be5-aa23-15d9d5d7fd8b with scrape type 2
2026-03-30 06:38:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bba69639-6eae-5be5-aa23-15d9d5d7fd8b with scrape type 2
2026-03-30 06:38:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bba69639-6eae-5be5-aa23-15d9d5d7fd8b, identifier: KU19%20SHM
2026-03-30 06:38:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:38:14 [bca.uk] INFO: Found listing with ID: GU72%20VDL
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU72%2520VDL%27 HTTP/1.1" 200 None
2026-03-30 06:38:14 [bca.uk] INFO: Scrape type for GU72%20VDL: 2
2026-03-30 06:38:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3156fd56-6197-53cf-950b-d3d9b44bd0af with identifier: GU72%20VDL
2026-03-30 06:38:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3156fd56-6197-53cf-950b-d3d9b44bd0af with scrape type 2
2026-03-30 06:38:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3156fd56-6197-53cf-950b-d3d9b44bd0af with scrape type 2
2026-03-30 06:38:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3156fd56-6197-53cf-950b-d3d9b44bd0af, identifier: GU72%20VDL
2026-03-30 06:38:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc64e075-1041-5107-a1dd-1ed9ee00c4d2 with identifier: DY13%20XEV
2026-03-30 06:38:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc64e075-1041-5107-a1dd-1ed9ee00c4d2 with identifier: DY13%20XEV
2026-03-30 06:38:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc64e075-1041-5107-a1dd-1ed9ee00c4d2 with identifier: DY13%20XEV to the API
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY13%20XEV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bc64e075-1041-5107-a1dd-1ed9ee00c4d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY13 XEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY13%20XEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 77308,
 'odometer_reading_unit': '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 EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': '16V EXCLUSIV',
 'vin': 'W0L0SDL68D4147854',
 'year': 2013}
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY13%2520XEV%27 HTTP/1.1" 200 None
2026-03-30 06:38:14 [bca.uk] INFO: Saving data for DY13%20XEV: {'auction_closing_time': 1774864800.0, 'created_time': 1774536386.339513, 'last_price_update_time': 1774852694.93091}
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY13%2520XEV') HTTP/1.1" 204 0
2026-03-30 06:38:14 [bca.uk] INFO: Found listing with ID: FL60%20VHN
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520VHN%27 HTTP/1.1" 200 None
2026-03-30 06:38:14 [bca.uk] INFO: Scrape type for FL60%20VHN: 2
2026-03-30 06:38:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd21e86e-2edc-5804-8446-2af6eaf11cf7 with identifier: FL60%20VHN
2026-03-30 06:38:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd21e86e-2edc-5804-8446-2af6eaf11cf7 with scrape type 2
2026-03-30 06:38:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd21e86e-2edc-5804-8446-2af6eaf11cf7 with scrape type 2
2026-03-30 06:38:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd21e86e-2edc-5804-8446-2af6eaf11cf7, identifier: FL60%20VHN
2026-03-30 06:38:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bba69639-6eae-5be5-aa23-15d9d5d7fd8b with identifier: KU19%20SHM
2026-03-30 06:38:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bba69639-6eae-5be5-aa23-15d9d5d7fd8b with identifier: KU19%20SHM
2026-03-30 06:38:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bba69639-6eae-5be5-aa23-15d9d5d7fd8b with identifier: KU19%20SHM to the API
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU19%20SHM-GB',
 'category': 'Motorcycle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'bba69639-6eae-5be5-aa23-15d9d5d7fd8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU19 SHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU19%20SHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TRIUMPH',
 'model': 'STREET TRIPLE',
 'odometer': 7939,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TRIUMPH STREET TRIPLE 765 RS MOTORBIKE',
 'transmission': 'automatic',
 'trim': '765 RS MOTORBIKE',
 'vin': 'SMTHDA554ZL969291',
 'year': 2019}
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU19%2520SHM%27 HTTP/1.1" 200 None
2026-03-30 06:38:15 [bca.uk] INFO: Saving data for KU19%20SHM: {'auction_closing_time': 1775124000.0, 'created_time': 1774534041.149531, 'last_price_update_time': 1774852695.351488}
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU19%2520SHM') HTTP/1.1" 204 0
2026-03-30 06:38:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3156fd56-6197-53cf-950b-d3d9b44bd0af with identifier: GU72%20VDL
2026-03-30 06:38:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3156fd56-6197-53cf-950b-d3d9b44bd0af with identifier: GU72%20VDL
2026-03-30 06:38:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3156fd56-6197-53cf-950b-d3d9b44bd0af with identifier: GU72%20VDL to the API
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU72%20VDL-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': '3156fd56-6197-53cf-950b-d3d9b44bd0af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU72 VDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU72%20VDL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 29557,
 'odometer_reading_unit': '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': 'SALZA2AT5PH200143',
 'year': 2022}
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU72%2520VDL%27 HTTP/1.1" 200 None
2026-03-30 06:38:15 [bca.uk] INFO: Saving data for GU72%20VDL: {'auction_closing_time': 1775037600.0, 'created_time': 1774533964.423012, 'last_price_update_time': 1774852695.647792}
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU72%2520VDL') HTTP/1.1" 204 0
2026-03-30 06:38:15 [bca.uk] INFO: Found listing with ID: KV19%20GEP
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV19%2520GEP%27 HTTP/1.1" 200 None
2026-03-30 06:38:15 [bca.uk] INFO: Scrape type for KV19%20GEP: 2
2026-03-30 06:38:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6152784-5bb7-5b09-9063-ece2ccb35956 with identifier: KV19%20GEP
2026-03-30 06:38:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6152784-5bb7-5b09-9063-ece2ccb35956 with scrape type 2
2026-03-30 06:38:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6152784-5bb7-5b09-9063-ece2ccb35956 with scrape type 2
2026-03-30 06:38:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6152784-5bb7-5b09-9063-ece2ccb35956, identifier: KV19%20GEP
2026-03-30 06:38:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd21e86e-2edc-5804-8446-2af6eaf11cf7 with identifier: FL60%20VHN
2026-03-30 06:38:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd21e86e-2edc-5804-8446-2af6eaf11cf7 with identifier: FL60%20VHN
2026-03-30 06:38:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd21e86e-2edc-5804-8446-2af6eaf11cf7 with identifier: FL60%20VHN to the API
2026-03-30 06:38:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL60%20VHN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd21e86e-2edc-5804-8446-2af6eaf11cf7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL60 VHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL60%20VHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 81948,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND PICASSO 2.0 HDI 16V VTR+ EGS MPV',
 'transmission': 'automatic',
 'trim': 'HDI 16V VTR+ EGS',
 'vin': 'VF7UARHJHAJ805594',
 'year': 2010}
2026-03-30 06:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL60%2520VHN%27 HTTP/1.1" 200 None
2026-03-30 06:38:17 [bca.uk] INFO: Saving data for FL60%20VHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774363366.283252, 'last_price_update_time': 1774852697.000763}
2026-03-30 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL60%2520VHN') HTTP/1.1" 204 0
2026-03-30 06:38:17 [bca.uk] INFO: Found listing with ID: YY69%20ONL
2026-03-30 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520ONL%27 HTTP/1.1" 200 None
2026-03-30 06:38:17 [bca.uk] INFO: Scrape type for YY69%20ONL: 2
2026-03-30 06:38:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1db9fde2-27ec-53e7-8e50-c2d075cfb5ce with identifier: YY69%20ONL
2026-03-30 06:38:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1db9fde2-27ec-53e7-8e50-c2d075cfb5ce with scrape type 2
2026-03-30 06:38:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1db9fde2-27ec-53e7-8e50-c2d075cfb5ce with scrape type 2
2026-03-30 06:38:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1db9fde2-27ec-53e7-8e50-c2d075cfb5ce, identifier: YY69%20ONL
2026-03-30 06:38:17 [bca.uk] INFO: Found listing with ID: RO73%20BUV
2026-03-30 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520BUV%27 HTTP/1.1" 200 None
2026-03-30 06:38:17 [bca.uk] INFO: Scrape type for RO73%20BUV: 2
2026-03-30 06:38:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 548af06d-74d3-5b86-beda-d5ae8e6b5c9a with identifier: RO73%20BUV
2026-03-30 06:38:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 548af06d-74d3-5b86-beda-d5ae8e6b5c9a with scrape type 2
2026-03-30 06:38:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 548af06d-74d3-5b86-beda-d5ae8e6b5c9a with scrape type 2
2026-03-30 06:38:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 548af06d-74d3-5b86-beda-d5ae8e6b5c9a, identifier: RO73%20BUV
2026-03-30 06:38:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6152784-5bb7-5b09-9063-ece2ccb35956 with identifier: KV19%20GEP
2026-03-30 06:38:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6152784-5bb7-5b09-9063-ece2ccb35956 with identifier: KV19%20GEP
2026-03-30 06:38:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6152784-5bb7-5b09-9063-ece2ccb35956 with identifier: KV19%20GEP to the API
2026-03-30 06:38:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV19%20GEP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a6152784-5bb7-5b09-9063-ece2ccb35956',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV19 GEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV19%20GEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'KAROQ',
 'odometer': 57292,
 'odometer_reading_unit': '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 KAROQ 2.0 TDI 150 4X4 SPORTLINE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 150 4X4 SPORTLINE DSG',
 'vin': 'TMBMJ7NU3K5046124',
 'year': 2019}
2026-03-30 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV19%2520GEP%27 HTTP/1.1" 200 None
2026-03-30 06:38:18 [bca.uk] INFO: Saving data for KV19%20GEP: {'auction_closing_time': 1774864800.0, 'created_time': 1774536369.139282, 'last_price_update_time': 1774852698.509571}
2026-03-30 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV19%2520GEP') HTTP/1.1" 204 0
2026-03-30 06:38:18 [bca.uk] INFO: Found listing with ID: K21%20GMC
2026-03-30 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K21%2520GMC%27 HTTP/1.1" 200 None
2026-03-30 06:38:18 [bca.uk] INFO: Scrape type for K21%20GMC: 2
2026-03-30 06:38:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d315d73-7b01-5ad4-9461-55e885c63b27 with identifier: K21%20GMC
2026-03-30 06:38:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d315d73-7b01-5ad4-9461-55e885c63b27 with scrape type 2
2026-03-30 06:38:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d315d73-7b01-5ad4-9461-55e885c63b27 with scrape type 2
2026-03-30 06:38:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d315d73-7b01-5ad4-9461-55e885c63b27, identifier: K21%20GMC
2026-03-30 06:38:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1db9fde2-27ec-53e7-8e50-c2d075cfb5ce with identifier: YY69%20ONL
2026-03-30 06:38:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1db9fde2-27ec-53e7-8e50-c2d075cfb5ce with identifier: YY69%20ONL
2026-03-30 06:38:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1db9fde2-27ec-53e7-8e50-c2d075cfb5ce with identifier: YY69%20ONL to the API
2026-03-30 06:38:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY69%20ONL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1db9fde2-27ec-53e7-8e50-c2d075cfb5ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY69 ONL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY69%20ONL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 62990,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 D180 SE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 SE (7ST)',
 'vin': 'SALCA2AN6LH830691',
 'year': 2019}
2026-03-30 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520ONL%27 HTTP/1.1" 200 None
2026-03-30 06:38:19 [bca.uk] INFO: Saving data for YY69%20ONL: {'auction_closing_time': 1774951200.0, 'created_time': 1773832449.607768, 'last_price_update_time': 1774852699.000196}
2026-03-30 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY69%2520ONL') HTTP/1.1" 204 0
2026-03-30 06:38:19 [scrapy.extensions.logstats] INFO: Crawled 101 pages (at 2 pages/min), scraped 4378 items (at 128 items/min)
2026-03-30 06:38:19 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:38:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 548af06d-74d3-5b86-beda-d5ae8e6b5c9a with identifier: RO73%20BUV
2026-03-30 06:38:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 548af06d-74d3-5b86-beda-d5ae8e6b5c9a with identifier: RO73%20BUV
2026-03-30 06:38:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 548af06d-74d3-5b86-beda-d5ae8e6b5c9a with identifier: RO73%20BUV to the API
2026-03-30 06:38:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO73%20BUV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '548af06d-74d3-5b86-beda-d5ae8e6b5c9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO73 BUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO73%20BUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '118I',
 'odometer': 21095,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 136 M SPORT (LCP)STEP Hatchback',
 'transmission': 'automatic',
 'trim': '136 M SPORT (LCP)STEP',
 'vin': 'WBA7K320405Y36224',
 'year': 2023}
2026-03-30 06:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520BUV%27 HTTP/1.1" 200 None
2026-03-30 06:38:20 [bca.uk] INFO: Saving data for RO73%20BUV: {'auction_closing_time': 1775037600.0, 'created_time': 1774390784.670572, 'last_price_update_time': 1774852700.006764}
2026-03-30 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO73%2520BUV') HTTP/1.1" 204 0
2026-03-30 06:38:20 [bca.uk] INFO: Found listing with ID: RX19%20UUZ
2026-03-30 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520UUZ%27 HTTP/1.1" 200 None
2026-03-30 06:38:20 [bca.uk] INFO: Scrape type for RX19%20UUZ: 2
2026-03-30 06:38:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ce4fa99-c770-5592-8e4c-c1a600e202cf with identifier: RX19%20UUZ
2026-03-30 06:38:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ce4fa99-c770-5592-8e4c-c1a600e202cf with scrape type 2
2026-03-30 06:38:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ce4fa99-c770-5592-8e4c-c1a600e202cf with scrape type 2
2026-03-30 06:38:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ce4fa99-c770-5592-8e4c-c1a600e202cf, identifier: RX19%20UUZ
2026-03-30 06:38:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d315d73-7b01-5ad4-9461-55e885c63b27 with identifier: K21%20GMC
2026-03-30 06:38:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d315d73-7b01-5ad4-9461-55e885c63b27 with identifier: K21%20GMC
2026-03-30 06:38:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d315d73-7b01-5ad4-9461-55e885c63b27 with identifier: K21%20GMC to the API
2026-03-30 06:38:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=K21%20GMC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d315d73-7b01-5ad4-9461-55e885c63b27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'K21 GMC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=K21%20GMC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA TWINTOP',
 'odometer': 70133,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA TWINTOP 1.8 VVT 16V DESIGN Convertible',
 'transmission': 'automatic',
 'trim': 'VVT 16V DESIGN',
 'vin': 'W0L0AHL6785163091',
 'year': 2009}
2026-03-30 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K21%2520GMC%27 HTTP/1.1" 200 None
2026-03-30 06:38:20 [bca.uk] INFO: Saving data for K21%20GMC: {'auction_closing_time': 1774951200.0, 'created_time': 1774447809.455583, 'last_price_update_time': 1774852700.995788}
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='K21%2520GMC') HTTP/1.1" 204 0
2026-03-30 06:38:21 [bca.uk] INFO: Found listing with ID: MJ22%20VGA
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520VGA%27 HTTP/1.1" 200 None
2026-03-30 06:38:21 [bca.uk] INFO: Scrape type for MJ22%20VGA: 2
2026-03-30 06:38:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4682cd8-5135-5102-ae55-7361fd0b2c2c with identifier: MJ22%20VGA
2026-03-30 06:38:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4682cd8-5135-5102-ae55-7361fd0b2c2c with scrape type 2
2026-03-30 06:38:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4682cd8-5135-5102-ae55-7361fd0b2c2c with scrape type 2
2026-03-30 06:38:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4682cd8-5135-5102-ae55-7361fd0b2c2c, identifier: MJ22%20VGA
2026-03-30 06:38:21 [bca.uk] INFO: Total items found: 100
2026-03-30 06:38:21 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded
2026-03-30 06:38:21 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:38:21 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:38:21 [bca.uk] INFO: Found listing with ID: DL73%20LBP
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LBP%27 HTTP/1.1" 200 None
2026-03-30 06:38:21 [bca.uk] INFO: Scrape type for DL73%20LBP: 2
2026-03-30 06:38:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc9e227e-be5c-5b65-9818-28ef76f8a7f9 with identifier: DL73%20LBP
2026-03-30 06:38:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc9e227e-be5c-5b65-9818-28ef76f8a7f9 with scrape type 2
2026-03-30 06:38:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc9e227e-be5c-5b65-9818-28ef76f8a7f9 with scrape type 2
2026-03-30 06:38:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc9e227e-be5c-5b65-9818-28ef76f8a7f9, identifier: DL73%20LBP
2026-03-30 06:38:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ce4fa99-c770-5592-8e4c-c1a600e202cf with identifier: RX19%20UUZ
2026-03-30 06:38:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ce4fa99-c770-5592-8e4c-c1a600e202cf with identifier: RX19%20UUZ
2026-03-30 06:38:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ce4fa99-c770-5592-8e4c-c1a600e202cf with identifier: RX19%20UUZ to the API
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX19%20UUZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1ce4fa99-c770-5592-8e4c-c1a600e202cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX19 UUZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX19%20UUZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 70288,
 'odometer_reading_unit': '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 GALAXY 2.0 EBL 150 TITANIUM (8SP) MPV',
 'transmission': 'automatic',
 'trim': 'EBL 150 TITANIUM (8SP)',
 'vin': 'WF0KXXWPCKKC66002',
 'year': 2019}
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520UUZ%27 HTTP/1.1" 200 None
2026-03-30 06:38:21 [bca.uk] INFO: Saving data for RX19%20UUZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536358.429909, 'last_price_update_time': 1774852701.535592}
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX19%2520UUZ') HTTP/1.1" 204 0
2026-03-30 06:38:21 [bca.uk] INFO: Found listing with ID: NG64%20CGO
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG64%2520CGO%27 HTTP/1.1" 200 None
2026-03-30 06:38:21 [bca.uk] INFO: Scrape type for NG64%20CGO: 2
2026-03-30 06:38:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5691a251-925e-5dbf-b37f-d4f74cd3be3a with identifier: NG64%20CGO
2026-03-30 06:38:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5691a251-925e-5dbf-b37f-d4f74cd3be3a with scrape type 2
2026-03-30 06:38:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5691a251-925e-5dbf-b37f-d4f74cd3be3a with scrape type 2
2026-03-30 06:38:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5691a251-925e-5dbf-b37f-d4f74cd3be3a, identifier: NG64%20CGO
2026-03-30 06:38:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4682cd8-5135-5102-ae55-7361fd0b2c2c with identifier: MJ22%20VGA
2026-03-30 06:38:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4682cd8-5135-5102-ae55-7361fd0b2c2c with identifier: MJ22%20VGA
2026-03-30 06:38:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4682cd8-5135-5102-ae55-7361fd0b2c2c with identifier: MJ22%20VGA to the API
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ22%20VGA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4682cd8-5135-5102-ae55-7361fd0b2c2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ22 VGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ22%20VGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 16384,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.5 35 TFSI SPORT S-T StationWagon',
 'transmission': 'automatic',
 'trim': '35 TFSI SPORT S-T',
 'vin': 'WAUZZZF34N1108171',
 'year': 2022}
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520VGA%27 HTTP/1.1" 200 None
2026-03-30 06:38:22 [bca.uk] INFO: Saving data for MJ22%20VGA: {'auction_closing_time': 1774951200.0, 'created_time': 1774534067.021997, 'last_price_update_time': 1774852702.100814}
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ22%2520VGA') HTTP/1.1" 204 0
2026-03-30 06:38:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:38:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:38:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc9e227e-be5c-5b65-9818-28ef76f8a7f9 with identifier: DL73%20LBP
2026-03-30 06:38:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc9e227e-be5c-5b65-9818-28ef76f8a7f9 with identifier: DL73%20LBP
2026-03-30 06:38:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc9e227e-be5c-5b65-9818-28ef76f8a7f9 with identifier: DL73%20LBP to the API
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LBP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc9e227e-be5c-5b65-9818-28ef76f8a7f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 13643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4270680',
 'year': 2023}
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LBP%27 HTTP/1.1" 200 None
2026-03-30 06:38:22 [bca.uk] INFO: Saving data for DL73%20LBP: {'auction_closing_time': 1775037600.0, 'created_time': 1773832200.680257, 'last_price_update_time': 1774852702.391769}
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LBP') HTTP/1.1" 204 0
2026-03-30 06:38:22 [bca.uk] INFO: Found listing with ID: GU23%20VTD
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VTD%27 HTTP/1.1" 200 None
2026-03-30 06:38:22 [bca.uk] INFO: Scrape type for GU23%20VTD: 2
2026-03-30 06:38:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24568e59-906b-5b4e-9d41-41b6eac66d28 with identifier: GU23%20VTD
2026-03-30 06:38:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24568e59-906b-5b4e-9d41-41b6eac66d28 with scrape type 2
2026-03-30 06:38:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24568e59-906b-5b4e-9d41-41b6eac66d28 with scrape type 2
2026-03-30 06:38:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24568e59-906b-5b4e-9d41-41b6eac66d28, identifier: GU23%20VTD
2026-03-30 06:38:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5691a251-925e-5dbf-b37f-d4f74cd3be3a with identifier: NG64%20CGO
2026-03-30 06:38:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5691a251-925e-5dbf-b37f-d4f74cd3be3a with identifier: NG64%20CGO
2026-03-30 06:38:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5691a251-925e-5dbf-b37f-d4f74cd3be3a with identifier: NG64%20CGO to the API
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG64%20CGO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5691a251-925e-5dbf-b37f-d4f74cd3be3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG64 CGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG64%20CGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 123416,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.5 DCI ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI ACENTA PREMIUM',
 'vin': 'SJNFCAF15U7078637',
 'year': 2015}
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG64%2520CGO%27 HTTP/1.1" 200 None
2026-03-30 06:38:22 [bca.uk] INFO: Saving data for NG64%20CGO: {'auction_closing_time': 1774951200.0, 'created_time': 1773841743.819534, 'last_price_update_time': 1774852702.845713}
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG64%2520CGO') HTTP/1.1" 204 0
2026-03-30 06:38:22 [bca.uk] INFO: Found listing with ID: FX22%20OUG
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520OUG%27 HTTP/1.1" 200 None
2026-03-30 06:38:22 [bca.uk] INFO: Scrape type for FX22%20OUG: 2
2026-03-30 06:38:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02fe8e79-c6f0-512b-9755-977bb8ca6b8c with identifier: FX22%20OUG
2026-03-30 06:38:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02fe8e79-c6f0-512b-9755-977bb8ca6b8c with scrape type 2
2026-03-30 06:38:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02fe8e79-c6f0-512b-9755-977bb8ca6b8c with scrape type 2
2026-03-30 06:38:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02fe8e79-c6f0-512b-9755-977bb8ca6b8c, identifier: FX22%20OUG
2026-03-30 06:38:22 [bca.uk] INFO: Found listing with ID: BG71%20KTN
2026-03-30 06:38:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520KTN%27 HTTP/1.1" 200 None
2026-03-30 06:38:23 [bca.uk] INFO: Scrape type for BG71%20KTN: 2
2026-03-30 06:38:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c62b78a4-00f3-5af8-a423-c4e0927c4df5 with identifier: BG71%20KTN
2026-03-30 06:38:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c62b78a4-00f3-5af8-a423-c4e0927c4df5 with scrape type 2
2026-03-30 06:38:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c62b78a4-00f3-5af8-a423-c4e0927c4df5 with scrape type 2
2026-03-30 06:38:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c62b78a4-00f3-5af8-a423-c4e0927c4df5, identifier: BG71%20KTN
2026-03-30 06:38:23 [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:38:23 [bca.uk] INFO: Found listing with ID: MA20%20CTU
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520CTU%27 HTTP/1.1" 200 None
2026-03-30 06:38:23 [bca.uk] INFO: Scrape type for MA20%20CTU: 2
2026-03-30 06:38:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e95d6b11-3a5e-5859-8dc3-738ca9f3639e with identifier: MA20%20CTU
2026-03-30 06:38:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e95d6b11-3a5e-5859-8dc3-738ca9f3639e with scrape type 2
2026-03-30 06:38:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e95d6b11-3a5e-5859-8dc3-738ca9f3639e with scrape type 2
2026-03-30 06:38:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e95d6b11-3a5e-5859-8dc3-738ca9f3639e, identifier: MA20%20CTU
2026-03-30 06:38:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24568e59-906b-5b4e-9d41-41b6eac66d28 with identifier: GU23%20VTD
2026-03-30 06:38:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24568e59-906b-5b4e-9d41-41b6eac66d28 with identifier: GU23%20VTD
2026-03-30 06:38:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24568e59-906b-5b4e-9d41-41b6eac66d28 with identifier: GU23%20VTD to the API
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU23%20VTD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '24568e59-906b-5b4e-9d41-41b6eac66d28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU23 VTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU23%20VTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQB 300',
 'odometer': 46606,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQB 300 168KW 66KWH 4M AMG LINE StationWagon',
 'transmission': 'automatic',
 'trim': '168KW 66KWH 4M AMG LINE',
 'vin': 'W1N9M0JB8PN034186',
 'year': 2023}
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520VTD%27 HTTP/1.1" 200 None
2026-03-30 06:38:23 [bca.uk] INFO: Saving data for GU23%20VTD: {'auction_closing_time': 1774864800.0, 'created_time': 1774536354.041413, 'last_price_update_time': 1774852703.496844}
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU23%2520VTD') HTTP/1.1" 204 0
2026-03-30 06:38:23 [bca.uk] INFO: Found listing with ID: RJ07%20FKS
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ07%2520FKS%27 HTTP/1.1" 200 None
2026-03-30 06:38:23 [bca.uk] INFO: Scrape type for RJ07%20FKS: 2
2026-03-30 06:38:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with identifier: RJ07%20FKS
2026-03-30 06:38:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with scrape type 2
2026-03-30 06:38:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with scrape type 2
2026-03-30 06:38:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45de6fac-ffd7-5cb7-ac2b-def72a8ff075, identifier: RJ07%20FKS
2026-03-30 06:38:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02fe8e79-c6f0-512b-9755-977bb8ca6b8c with identifier: FX22%20OUG
2026-03-30 06:38:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02fe8e79-c6f0-512b-9755-977bb8ca6b8c with identifier: FX22%20OUG
2026-03-30 06:38:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02fe8e79-c6f0-512b-9755-977bb8ca6b8c with identifier: FX22%20OUG to the API
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX22%20OUG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '02fe8e79-c6f0-512b-9755-977bb8ca6b8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FX22 OUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX22%20OUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 250 E',
 'odometer': 65174,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 250 E 1.3 AMG LINE PREMIUM DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1183862N285877',
 'year': 2022}
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520OUG%27 HTTP/1.1" 200 None
2026-03-30 06:38:23 [bca.uk] INFO: Saving data for FX22%20OUG: {'auction_closing_time': 1775124000.0, 'created_time': 1774534096.317498, 'last_price_update_time': 1774852703.950305}
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX22%2520OUG') HTTP/1.1" 204 0
2026-03-30 06:38:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c62b78a4-00f3-5af8-a423-c4e0927c4df5 with identifier: BG71%20KTN
2026-03-30 06:38:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c62b78a4-00f3-5af8-a423-c4e0927c4df5 with identifier: BG71%20KTN
2026-03-30 06:38:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c62b78a4-00f3-5af8-a423-c4e0927c4df5 with identifier: BG71%20KTN to the API
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG71%20KTN-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': 'c62b78a4-00f3-5af8-a423-c4e0927c4df5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG71 KTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG71%20KTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 107145,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV INSCRIPTION StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV INSCRIPTION',
 'vin': 'YV1XZBWVFN2689817',
 'year': 2021}
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520KTN%27 HTTP/1.1" 200 None
2026-03-30 06:38:24 [bca.uk] INFO: Saving data for BG71%20KTN: {'auction_closing_time': 1774951200.0, 'created_time': 1773832179.680393, 'last_price_update_time': 1774852704.255719}
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG71%2520KTN') HTTP/1.1" 204 0
2026-03-30 06:38:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e95d6b11-3a5e-5859-8dc3-738ca9f3639e with identifier: MA20%20CTU
2026-03-30 06:38:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e95d6b11-3a5e-5859-8dc3-738ca9f3639e with identifier: MA20%20CTU
2026-03-30 06:38:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e95d6b11-3a5e-5859-8dc3-738ca9f3639e with identifier: MA20%20CTU to the API
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA20%20CTU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e95d6b11-3a5e-5859-8dc3-738ca9f3639e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA20 CTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA20%20CTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': 'I3',
 'odometer': 67412,
 'odometer_reading_unit': '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 I3 120AH Hatchback',
 'transmission': 'automatic',
 'trim': '120AH',
 'vin': 'WBY8P220607F81701',
 'year': 2020}
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520CTU%27 HTTP/1.1" 200 None
2026-03-30 06:38:24 [bca.uk] INFO: Saving data for MA20%20CTU: {'auction_closing_time': 1775037600.0, 'created_time': 1774533959.194999, 'last_price_update_time': 1774852704.535407}
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA20%2520CTU') HTTP/1.1" 204 0
2026-03-30 06:38:24 [bca.uk] INFO: Found listing with ID: HJ24%20UNS
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ24%2520UNS%27 HTTP/1.1" 200 None
2026-03-30 06:38:24 [bca.uk] INFO: Scrape type for HJ24%20UNS: 2
2026-03-30 06:38:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59802fd9-2a12-5b19-b359-19cec69b7e4b with identifier: HJ24%20UNS
2026-03-30 06:38:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59802fd9-2a12-5b19-b359-19cec69b7e4b with scrape type 2
2026-03-30 06:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59802fd9-2a12-5b19-b359-19cec69b7e4b with scrape type 2
2026-03-30 06:38:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59802fd9-2a12-5b19-b359-19cec69b7e4b, identifier: HJ24%20UNS
2026-03-30 06:38:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with identifier: RJ07%20FKS
2026-03-30 06:38:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with identifier: RJ07%20FKS
2026-03-30 06:38:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45de6fac-ffd7-5cb7-ac2b-def72a8ff075 with identifier: RJ07%20FKS to the API
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ07%20FKS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '45de6fac-ffd7-5cb7-ac2b-def72a8ff075',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ07 FKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ07%20FKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'V50',
 'odometer': 169685,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VOLVO V50 2.0 D SE Estate',
 'transmission': 'manual',
 'trim': 'D SE',
 'vin': 'YV1MW754172328412',
 'year': 2007}
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ07%2520FKS%27 HTTP/1.1" 200 None
2026-03-30 06:38:24 [bca.uk] INFO: Saving data for RJ07%20FKS: {'auction_closing_time': 1774951200.0, 'created_time': 1774363343.424871, 'last_price_update_time': 1774852704.953858}
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ07%2520FKS') HTTP/1.1" 204 0
2026-03-30 06:38:24 [bca.uk] INFO: Found listing with ID: PE61%20OGR
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE61%2520OGR%27 HTTP/1.1" 200 None
2026-03-30 06:38:24 [bca.uk] INFO: Scrape type for PE61%20OGR: 2
2026-03-30 06:38:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f63bf91-af91-5716-8777-6248c49ec058 with identifier: PE61%20OGR
2026-03-30 06:38:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f63bf91-af91-5716-8777-6248c49ec058 with scrape type 2
2026-03-30 06:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f63bf91-af91-5716-8777-6248c49ec058 with scrape type 2
2026-03-30 06:38:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f63bf91-af91-5716-8777-6248c49ec058, identifier: PE61%20OGR
2026-03-30 06:38:25 [bca.uk] INFO: Found listing with ID: WA72%20XXD
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA72%2520XXD%27 HTTP/1.1" 200 None
2026-03-30 06:38:25 [bca.uk] INFO: Scrape type for WA72%20XXD: 2
2026-03-30 06:38:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with identifier: WA72%20XXD
2026-03-30 06:38:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with scrape type 2
2026-03-30 06:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with scrape type 2
2026-03-30 06:38:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34, identifier: WA72%20XXD
2026-03-30 06:38:25 [bca.uk] INFO: Found listing with ID: SM18%20KCE
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520KCE%27 HTTP/1.1" 200 None
2026-03-30 06:38:25 [bca.uk] INFO: Scrape type for SM18%20KCE: 2
2026-03-30 06:38:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 133965ba-c805-58de-aef0-2667afa61b5b with identifier: SM18%20KCE
2026-03-30 06:38:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 133965ba-c805-58de-aef0-2667afa61b5b with scrape type 2
2026-03-30 06:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 133965ba-c805-58de-aef0-2667afa61b5b with scrape type 2
2026-03-30 06:38:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 133965ba-c805-58de-aef0-2667afa61b5b, identifier: SM18%20KCE
2026-03-30 06:38:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59802fd9-2a12-5b19-b359-19cec69b7e4b with identifier: HJ24%20UNS
2026-03-30 06:38:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59802fd9-2a12-5b19-b359-19cec69b7e4b with identifier: HJ24%20UNS
2026-03-30 06:38:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59802fd9-2a12-5b19-b359-19cec69b7e4b with identifier: HJ24%20UNS to the API
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ24%20UNS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '59802fd9-2a12-5b19-b359-19cec69b7e4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HJ24 UNS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ24%20UNS&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TOYOTA',
 'model': 'BZ4X',
 'odometer': 37252,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA BZ4X 150KW 71KWH MOTION (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71KWH MOTION (11KC)',
 'vin': 'JTMAABAA10A025620',
 'year': 2024}
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ24%2520UNS%27 HTTP/1.1" 200 None
2026-03-30 06:38:25 [bca.uk] INFO: Saving data for HJ24%20UNS: {'auction_closing_time': 1774864800.0, 'created_time': 1774536353.585418, 'last_price_update_time': 1774852705.595807}
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ24%2520UNS') HTTP/1.1" 204 0
2026-03-30 06:38:25 [bca.uk] INFO: Found listing with ID: RL04%20HLD
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RL04%2520HLD%27 HTTP/1.1" 200 None
2026-03-30 06:38:25 [bca.uk] INFO: Scrape type for RL04%20HLD: 2
2026-03-30 06:38:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c421e405-11ac-5279-b447-25626769903b with identifier: RL04%20HLD
2026-03-30 06:38:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c421e405-11ac-5279-b447-25626769903b with scrape type 2
2026-03-30 06:38:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c421e405-11ac-5279-b447-25626769903b with scrape type 2
2026-03-30 06:38:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c421e405-11ac-5279-b447-25626769903b, identifier: RL04%20HLD
2026-03-30 06:38:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f63bf91-af91-5716-8777-6248c49ec058 with identifier: PE61%20OGR
2026-03-30 06:38:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f63bf91-af91-5716-8777-6248c49ec058 with identifier: PE61%20OGR
2026-03-30 06:38:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f63bf91-af91-5716-8777-6248c49ec058 with identifier: PE61%20OGR to the API
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE61%20OGR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1f63bf91-af91-5716-8777-6248c49ec058',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE61 OGR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE61%20OGR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'QASHQAI +2',
 'odometer': 107821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI +2 2.0 DCI TEKNA MPV',
 'transmission': 'manual',
 'trim': 'DCI TEKNA',
 'vin': 'SJNJDAJ10U7087346',
 'year': 2011}
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE61%2520OGR%27 HTTP/1.1" 200 None
2026-03-30 06:38:26 [bca.uk] INFO: Saving data for PE61%20OGR: {'auction_closing_time': 1774951200.0, 'created_time': 1774448672.664537, 'last_price_update_time': 1774852706.048261}
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE61%2520OGR') HTTP/1.1" 204 0
2026-03-30 06:38:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with identifier: WA72%20XXD
2026-03-30 06:38:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with identifier: WA72%20XXD
2026-03-30 06:38:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34 with identifier: WA72%20XXD to the API
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA72%20XXD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ca9a7b8e-7f23-509b-8d72-bd8f93ad2e34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA72 XXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA72%20XXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'S500 L',
 'odometer': 27591,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ S500 L 3.0 AMG LINE PREMIUM PLUS 4M 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'W1K6G6DB3PA179777',
 'year': 2022}
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA72%2520XXD%27 HTTP/1.1" 200 None
2026-03-30 06:38:26 [bca.uk] INFO: Saving data for WA72%20XXD: {'auction_closing_time': 1775124000.0, 'created_time': 1774004724.078581, 'last_price_update_time': 1774852706.44251}
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA72%2520XXD') HTTP/1.1" 204 0
2026-03-30 06:38:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 133965ba-c805-58de-aef0-2667afa61b5b with identifier: SM18%20KCE
2026-03-30 06:38:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 133965ba-c805-58de-aef0-2667afa61b5b with identifier: SM18%20KCE
2026-03-30 06:38:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 133965ba-c805-58de-aef0-2667afa61b5b with identifier: SM18%20KCE to the API
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM18%20KCE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '133965ba-c805-58de-aef0-2667afa61b5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM18 KCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM18%20KCE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 70752,
 'odometer_reading_unit': '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.1 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2050042R390655',
 'year': 2018}
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520KCE%27 HTTP/1.1" 200 None
2026-03-30 06:38:26 [bca.uk] INFO: Saving data for SM18%20KCE: {'auction_closing_time': 1775037600.0, 'created_time': 1774015591.643194, 'last_price_update_time': 1774852706.73177}
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM18%2520KCE') HTTP/1.1" 204 0
2026-03-30 06:38:26 [bca.uk] INFO: Found listing with ID: MA23%20ZBX
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520ZBX%27 HTTP/1.1" 200 None
2026-03-30 06:38:26 [bca.uk] INFO: Scrape type for MA23%20ZBX: 2
2026-03-30 06:38:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab70a37f-fa8b-5a8a-9e2a-ff539ed63592 with identifier: MA23%20ZBX
2026-03-30 06:38:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab70a37f-fa8b-5a8a-9e2a-ff539ed63592 with scrape type 2
2026-03-30 06:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab70a37f-fa8b-5a8a-9e2a-ff539ed63592 with scrape type 2
2026-03-30 06:38:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab70a37f-fa8b-5a8a-9e2a-ff539ed63592, identifier: MA23%20ZBX
2026-03-30 06:38:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c421e405-11ac-5279-b447-25626769903b with identifier: RL04%20HLD
2026-03-30 06:38:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c421e405-11ac-5279-b447-25626769903b with identifier: RL04%20HLD
2026-03-30 06:38:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c421e405-11ac-5279-b447-25626769903b with identifier: RL04%20HLD to the API
2026-03-30 06:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RL04%20HLD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c421e405-11ac-5279-b447-25626769903b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RL04 HLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RL04%20HLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 141137,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE CVT-7 Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE CVT-7',
 'vin': 'JHMGD18504S233899',
 'year': 2004}
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RL04%2520HLD%27 HTTP/1.1" 200 None
2026-03-30 06:38:27 [bca.uk] INFO: Saving data for RL04%20HLD: {'auction_closing_time': 1774951200.0, 'created_time': 1774363333.985522, 'last_price_update_time': 1774852707.175429}
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RL04%2520HLD') HTTP/1.1" 204 0
2026-03-30 06:38:27 [bca.uk] INFO: Found listing with ID: FP72%20XCK
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP72%2520XCK%27 HTTP/1.1" 200 None
2026-03-30 06:38:27 [bca.uk] INFO: Scrape type for FP72%20XCK: 2
2026-03-30 06:38:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ca42f3d-4c26-5f09-8d13-08234b62455b with identifier: FP72%20XCK
2026-03-30 06:38:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ca42f3d-4c26-5f09-8d13-08234b62455b with scrape type 2
2026-03-30 06:38:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ca42f3d-4c26-5f09-8d13-08234b62455b with scrape type 2
2026-03-30 06:38:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ca42f3d-4c26-5f09-8d13-08234b62455b, identifier: FP72%20XCK
2026-03-30 06:38:27 [bca.uk] INFO: Found listing with ID: ML15%20HWT
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520HWT%27 HTTP/1.1" 200 None
2026-03-30 06:38:27 [bca.uk] INFO: Scrape type for ML15%20HWT: 2
2026-03-30 06:38:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60181c37-e3f3-5be8-97b8-fa7c4500151a with identifier: ML15%20HWT
2026-03-30 06:38:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60181c37-e3f3-5be8-97b8-fa7c4500151a with scrape type 2
2026-03-30 06:38:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60181c37-e3f3-5be8-97b8-fa7c4500151a with scrape type 2
2026-03-30 06:38:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60181c37-e3f3-5be8-97b8-fa7c4500151a, identifier: ML15%20HWT
2026-03-30 06:38:27 [bca.uk] INFO: Found listing with ID: DL74%20WVC
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WVC%27 HTTP/1.1" 200 None
2026-03-30 06:38:27 [bca.uk] INFO: Scrape type for DL74%20WVC: 2
2026-03-30 06:38:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with identifier: DL74%20WVC
2026-03-30 06:38:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with scrape type 2
2026-03-30 06:38:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with scrape type 2
2026-03-30 06:38:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c828c01d-58c1-5c09-a3ac-bd2e5be0e30d, identifier: DL74%20WVC
2026-03-30 06:38:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab70a37f-fa8b-5a8a-9e2a-ff539ed63592 with identifier: MA23%20ZBX
2026-03-30 06:38:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab70a37f-fa8b-5a8a-9e2a-ff539ed63592 with identifier: MA23%20ZBX
2026-03-30 06:38:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab70a37f-fa8b-5a8a-9e2a-ff539ed63592 with identifier: MA23%20ZBX to the API
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20ZBX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ab70a37f-fa8b-5a8a-9e2a-ff539ed63592',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA23 ZBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20ZBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'RENAULT',
 'model': 'MEGANE E-TECH',
 'odometer': 27867,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT MEGANE E-TECH EV60 160KW EQUILIBRE Hatchback',
 'transmission': 'automatic',
 'trim': 'EV60 160KW EQUILIBRE',
 'vin': 'VF1RCB00170660633',
 'year': 2023}
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520ZBX%27 HTTP/1.1" 200 None
2026-03-30 06:38:27 [bca.uk] INFO: Saving data for MA23%20ZBX: {'auction_closing_time': 1774864800.0, 'created_time': 1774536354.927462, 'last_price_update_time': 1774852707.847919}
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520ZBX') HTTP/1.1" 204 0
2026-03-30 06:38:27 [bca.uk] INFO: Found listing with ID: TN07%20UHB
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TN07%2520UHB%27 HTTP/1.1" 200 None
2026-03-30 06:38:27 [bca.uk] INFO: Scrape type for TN07%20UHB: 2
2026-03-30 06:38:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9244c014-60ea-50b3-9880-599cf076c8a8 with identifier: TN07%20UHB
2026-03-30 06:38:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9244c014-60ea-50b3-9880-599cf076c8a8 with scrape type 2
2026-03-30 06:38:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9244c014-60ea-50b3-9880-599cf076c8a8 with scrape type 2
2026-03-30 06:38:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9244c014-60ea-50b3-9880-599cf076c8a8, identifier: TN07%20UHB
2026-03-30 06:38:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ca42f3d-4c26-5f09-8d13-08234b62455b with identifier: FP72%20XCK
2026-03-30 06:38:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ca42f3d-4c26-5f09-8d13-08234b62455b with identifier: FP72%20XCK
2026-03-30 06:38:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ca42f3d-4c26-5f09-8d13-08234b62455b with identifier: FP72%20XCK to the API
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP72%20XCK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ca42f3d-4c26-5f09-8d13-08234b62455b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP72 XCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP72%20XCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 11891,
 'odometer_reading_unit': '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': 'WVGZZZA1ZPV568365',
 'year': 2022}
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP72%2520XCK%27 HTTP/1.1" 200 None
2026-03-30 06:38:28 [bca.uk] INFO: Saving data for FP72%20XCK: {'auction_closing_time': 1774951200.0, 'created_time': 1774534074.865276, 'last_price_update_time': 1774852708.268931}
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP72%2520XCK') HTTP/1.1" 204 0
2026-03-30 06:38:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60181c37-e3f3-5be8-97b8-fa7c4500151a with identifier: ML15%20HWT
2026-03-30 06:38:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60181c37-e3f3-5be8-97b8-fa7c4500151a with identifier: ML15%20HWT
2026-03-30 06:38:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60181c37-e3f3-5be8-97b8-fa7c4500151a with identifier: ML15%20HWT to the API
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML15%20HWT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '60181c37-e3f3-5be8-97b8-fa7c4500151a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML15 HWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML15%20HWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 93526,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 90 E/F SE Hatchback',
 'transmission': 'manual',
 'trim': '90 E/F SE',
 'vin': 'W0L0XEP68F4149900',
 'year': 2015}
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520HWT%27 HTTP/1.1" 200 None
2026-03-30 06:38:28 [bca.uk] INFO: Saving data for ML15%20HWT: {'auction_closing_time': 1774951200.0, 'created_time': 1773828337.340978, 'last_price_update_time': 1774852708.557754}
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML15%2520HWT') HTTP/1.1" 204 0
2026-03-30 06:38:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with identifier: DL74%20WVC
2026-03-30 06:38:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with identifier: DL74%20WVC
2026-03-30 06:38:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c828c01d-58c1-5c09-a3ac-bd2e5be0e30d with identifier: DL74%20WVC to the API
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20WVC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c828c01d-58c1-5c09-a3ac-bd2e5be0e30d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL74 WVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20WVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND E',
 'odometer': 6514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND E 157KW 73KWH ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': '157KW 73KWH ULTIMATE',
 'vin': 'VXKKCZKZ9R6053030',
 'year': 2024}
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WVC%27 HTTP/1.1" 200 None
2026-03-30 06:38:28 [bca.uk] INFO: Saving data for DL74%20WVC: {'auction_closing_time': 1775037600.0, 'created_time': 1773832201.288925, 'last_price_update_time': 1774852708.865724}
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520WVC') HTTP/1.1" 204 0
2026-03-30 06:38:28 [bca.uk] INFO: Found listing with ID: MJ71%20HPL
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520HPL%27 HTTP/1.1" 200 None
2026-03-30 06:38:28 [bca.uk] INFO: Scrape type for MJ71%20HPL: 2
2026-03-30 06:38:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5fb8b69-1d1b-5a86-ab80-bbe18a86f81e with identifier: MJ71%20HPL
2026-03-30 06:38:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5fb8b69-1d1b-5a86-ab80-bbe18a86f81e with scrape type 2
2026-03-30 06:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5fb8b69-1d1b-5a86-ab80-bbe18a86f81e with scrape type 2
2026-03-30 06:38:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5fb8b69-1d1b-5a86-ab80-bbe18a86f81e, identifier: MJ71%20HPL
2026-03-30 06:38:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9244c014-60ea-50b3-9880-599cf076c8a8 with identifier: TN07%20UHB
2026-03-30 06:38:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9244c014-60ea-50b3-9880-599cf076c8a8 with identifier: TN07%20UHB
2026-03-30 06:38:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9244c014-60ea-50b3-9880-599cf076c8a8 with identifier: TN07%20UHB to the API
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=TN07%20UHB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9244c014-60ea-50b3-9880-599cf076c8a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'TN07 UHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=TN07%20UHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 146628,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE',
 'vin': 'LUCGE375073206102',
 'year': 2007}
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27TN07%2520UHB%27 HTTP/1.1" 200 None
2026-03-30 06:38:29 [bca.uk] INFO: Saving data for TN07%20UHB: {'auction_closing_time': 1774951200.0, 'created_time': 1774448853.026588, 'last_price_update_time': 1774852709.276905}
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='TN07%2520UHB') HTTP/1.1" 204 0
2026-03-30 06:38:29 [bca.uk] INFO: Found listing with ID: AK60%20ZVN
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK60%2520ZVN%27 HTTP/1.1" 200 None
2026-03-30 06:38:29 [bca.uk] INFO: Scrape type for AK60%20ZVN: 0
2026-03-30 06:38:29 [bca.uk] INFO: Found listing with ID: BV65%20XVC
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV65%2520XVC%27 HTTP/1.1" 200 None
2026-03-30 06:38:29 [bca.uk] INFO: Scrape type for BV65%20XVC: 2
2026-03-30 06:38:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02998d5e-a131-582f-a93d-b164d9dff202 with identifier: BV65%20XVC
2026-03-30 06:38:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02998d5e-a131-582f-a93d-b164d9dff202 with scrape type 2
2026-03-30 06:38:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02998d5e-a131-582f-a93d-b164d9dff202 with scrape type 2
2026-03-30 06:38:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02998d5e-a131-582f-a93d-b164d9dff202, identifier: BV65%20XVC
2026-03-30 06:38:29 [bca.uk] INFO: Found listing with ID: MA75%20OHP
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520OHP%27 HTTP/1.1" 200 None
2026-03-30 06:38:29 [bca.uk] INFO: Scrape type for MA75%20OHP: 2
2026-03-30 06:38:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15614bf4-8ab2-5e3f-afb3-4575585734eb with identifier: MA75%20OHP
2026-03-30 06:38:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15614bf4-8ab2-5e3f-afb3-4575585734eb with scrape type 2
2026-03-30 06:38:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15614bf4-8ab2-5e3f-afb3-4575585734eb with scrape type 2
2026-03-30 06:38:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15614bf4-8ab2-5e3f-afb3-4575585734eb, identifier: MA75%20OHP
2026-03-30 06:38:29 [bca.uk] INFO: Found listing with ID: DP74%20RWO
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RWO%27 HTTP/1.1" 200 None
2026-03-30 06:38:29 [bca.uk] INFO: Scrape type for DP74%20RWO: 2
2026-03-30 06:38:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f80d0b57-61f7-593d-a24f-b28d51f95118 with identifier: DP74%20RWO
2026-03-30 06:38:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f80d0b57-61f7-593d-a24f-b28d51f95118 with scrape type 2
2026-03-30 06:38:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f80d0b57-61f7-593d-a24f-b28d51f95118 with scrape type 2
2026-03-30 06:38:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f80d0b57-61f7-593d-a24f-b28d51f95118, identifier: DP74%20RWO
2026-03-30 06:38:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5fb8b69-1d1b-5a86-ab80-bbe18a86f81e with identifier: MJ71%20HPL
2026-03-30 06:38:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5fb8b69-1d1b-5a86-ab80-bbe18a86f81e with identifier: MJ71%20HPL
2026-03-30 06:38:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5fb8b69-1d1b-5a86-ab80-bbe18a86f81e with identifier: MJ71%20HPL to the API
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ71%20HPL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c5fb8b69-1d1b-5a86-ab80-bbe18a86f81e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ71 HPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ71%20HPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 26177,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 2.0 30 TDI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '30 TDI TECHNIK',
 'vin': 'WAUZZZGY6NA011774',
 'year': 2021}
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520HPL%27 HTTP/1.1" 200 None
2026-03-30 06:38:29 [bca.uk] INFO: Saving data for MJ71%20HPL: {'auction_closing_time': 1774864800.0, 'created_time': 1774536356.997195, 'last_price_update_time': 1774852709.971708}
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ71%2520HPL') HTTP/1.1" 204 0
2026-03-30 06:38:29 [bca.uk] INFO: Found listing with ID: VX63%20EEM
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX63%2520EEM%27 HTTP/1.1" 200 None
2026-03-30 06:38:30 [bca.uk] INFO: Scrape type for VX63%20EEM: 2
2026-03-30 06:38:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with identifier: VX63%20EEM
2026-03-30 06:38:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with scrape type 2
2026-03-30 06:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with scrape type 2
2026-03-30 06:38:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b1f60f0-df38-5978-a4b4-4ff472fe69a4, identifier: VX63%20EEM
2026-03-30 06:38:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02998d5e-a131-582f-a93d-b164d9dff202 with identifier: BV65%20XVC
2026-03-30 06:38:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02998d5e-a131-582f-a93d-b164d9dff202 with identifier: BV65%20XVC
2026-03-30 06:38:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02998d5e-a131-582f-a93d-b164d9dff202 with identifier: BV65%20XVC to the API
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 213,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '02998d5e-a131-582f-a93d-b164d9dff202',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV65 XVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV65%20XVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 4',
 'odometer': 144083,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 4 3.0 SD V6 (255) SE COMMERCIAL Van',
 'transmission': 'manual',
 'trim': 'SD V6 (255) SE COMMERCIAL',
 'vin': 'SALLAADG5GA789716',
 'year': 2015}
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV65%2520XVC%27 HTTP/1.1" 200 None
2026-03-30 06:38:30 [bca.uk] INFO: Saving data for BV65%20XVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774448921.913254, 'last_price_update_time': 1774852710.38915}
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV65%2520XVC') HTTP/1.1" 204 0
2026-03-30 06:38:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15614bf4-8ab2-5e3f-afb3-4575585734eb with identifier: MA75%20OHP
2026-03-30 06:38:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15614bf4-8ab2-5e3f-afb3-4575585734eb with identifier: MA75%20OHP
2026-03-30 06:38:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15614bf4-8ab2-5e3f-afb3-4575585734eb with identifier: MA75%20OHP to the API
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15614bf4-8ab2-5e3f-afb3-4575585734eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA75 OHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA75%20OHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 11264,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI 150 BLACK ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 BLACK ED.',
 'vin': 'WVWZZZCD3TW001533',
 'year': 2025}
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520OHP%27 HTTP/1.1" 200 None
2026-03-30 06:38:30 [bca.uk] INFO: Saving data for MA75%20OHP: {'auction_closing_time': 1774951200.0, 'created_time': 1774534173.389626, 'last_price_update_time': 1774852710.775137}
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA75%2520OHP') HTTP/1.1" 204 0
2026-03-30 06:38:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f80d0b57-61f7-593d-a24f-b28d51f95118 with identifier: DP74%20RWO
2026-03-30 06:38:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f80d0b57-61f7-593d-a24f-b28d51f95118 with identifier: DP74%20RWO
2026-03-30 06:38:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f80d0b57-61f7-593d-a24f-b28d51f95118 with identifier: DP74%20RWO to the API
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP74%20RWO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f80d0b57-61f7-593d-a24f-b28d51f95118',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP74 RWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP74%20RWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 22090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 MH 136 ULTIMATE E-DCT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MH 136 ULTIMATE E-DCT6',
 'vin': 'VXKKAHPY3R6055498',
 'year': 2024}
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RWO%27 HTTP/1.1" 200 None
2026-03-30 06:38:31 [bca.uk] INFO: Saving data for DP74%20RWO: {'auction_closing_time': 1775037600.0, 'created_time': 1773842344.631557, 'last_price_update_time': 1774852711.271648}
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP74%2520RWO') HTTP/1.1" 204 0
2026-03-30 06:38:31 [bca.uk] INFO: Found listing with ID: WJ63%20LDU
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ63%2520LDU%27 HTTP/1.1" 200 None
2026-03-30 06:38:31 [bca.uk] INFO: Scrape type for WJ63%20LDU: 0
2026-03-30 06:38:31 [bca.uk] INFO: Found listing with ID: YT22%20WYV
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520WYV%27 HTTP/1.1" 200 None
2026-03-30 06:38:31 [bca.uk] INFO: Scrape type for YT22%20WYV: 2
2026-03-30 06:38:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f0f9da1-050a-5a06-8020-7007d14f8be1 with identifier: YT22%20WYV
2026-03-30 06:38:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f0f9da1-050a-5a06-8020-7007d14f8be1 with scrape type 2
2026-03-30 06:38:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f0f9da1-050a-5a06-8020-7007d14f8be1 with scrape type 2
2026-03-30 06:38:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f0f9da1-050a-5a06-8020-7007d14f8be1, identifier: YT22%20WYV
2026-03-30 06:38:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with identifier: VX63%20EEM
2026-03-30 06:38:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with identifier: VX63%20EEM
2026-03-30 06:38:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b1f60f0-df38-5978-a4b4-4ff472fe69a4 with identifier: VX63%20EEM to the API
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX63%20EEM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7b1f60f0-df38-5978-a4b4-4ff472fe69a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX63 EEM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX63%20EEM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA TOURER',
 'odometer': 121155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA TOURER 2.0 CDTI 165 SE MPV',
 'transmission': 'automatic',
 'trim': 'CDTI 165 SE',
 'vin': 'W0LPE9EN5E2006444',
 'year': 2013}
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX63%2520EEM%27 HTTP/1.1" 200 None
2026-03-30 06:38:31 [bca.uk] INFO: Saving data for VX63%20EEM: {'auction_closing_time': 1774951200.0, 'created_time': 1774363328.012691, 'last_price_update_time': 1774852711.715599}
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX63%2520EEM') HTTP/1.1" 204 0
2026-03-30 06:38:31 [bca.uk] INFO: Found listing with ID: DY14%20FTC
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY14%2520FTC%27 HTTP/1.1" 200 None
2026-03-30 06:38:31 [bca.uk] INFO: Scrape type for DY14%20FTC: 2
2026-03-30 06:38:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc8e956c-075d-5dc1-b835-0317a35ae4bb with identifier: DY14%20FTC
2026-03-30 06:38:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc8e956c-075d-5dc1-b835-0317a35ae4bb with scrape type 2
2026-03-30 06:38:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc8e956c-075d-5dc1-b835-0317a35ae4bb with scrape type 2
2026-03-30 06:38:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc8e956c-075d-5dc1-b835-0317a35ae4bb, identifier: DY14%20FTC
2026-03-30 06:38:31 [bca.uk] INFO: Found listing with ID: MA75%20SSV
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520SSV%27 HTTP/1.1" 200 None
2026-03-30 06:38:31 [bca.uk] INFO: Scrape type for MA75%20SSV: 2
2026-03-30 06:38:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bd425ea-b456-53e6-b4ed-75149f6061d7 with identifier: MA75%20SSV
2026-03-30 06:38:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bd425ea-b456-53e6-b4ed-75149f6061d7 with scrape type 2
2026-03-30 06:38:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bd425ea-b456-53e6-b4ed-75149f6061d7 with scrape type 2
2026-03-30 06:38:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bd425ea-b456-53e6-b4ed-75149f6061d7, identifier: MA75%20SSV
2026-03-30 06:38:32 [bca.uk] INFO: Found listing with ID: DV24%20JXX
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXX%27 HTTP/1.1" 200 None
2026-03-30 06:38:32 [bca.uk] INFO: Scrape type for DV24%20JXX: 2
2026-03-30 06:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce5577a7-27bf-57f2-8b19-25e811b38e54 with identifier: DV24%20JXX
2026-03-30 06:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce5577a7-27bf-57f2-8b19-25e811b38e54 with scrape type 2
2026-03-30 06:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce5577a7-27bf-57f2-8b19-25e811b38e54 with scrape type 2
2026-03-30 06:38:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce5577a7-27bf-57f2-8b19-25e811b38e54, identifier: DV24%20JXX
2026-03-30 06:38:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f0f9da1-050a-5a06-8020-7007d14f8be1 with identifier: YT22%20WYV
2026-03-30 06:38:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f0f9da1-050a-5a06-8020-7007d14f8be1 with identifier: YT22%20WYV
2026-03-30 06:38:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f0f9da1-050a-5a06-8020-7007d14f8be1 with identifier: YT22%20WYV to the API
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT22%20WYV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0f0f9da1-050a-5a06-8020-7007d14f8be1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YT22 WYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT22%20WYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'KIA',
 'model': 'E-NIRO',
 'odometer': 44319,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA E-NIRO 150KW 64KWH 2 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH 2',
 'vin': 'KNACB81GUN5135677',
 'year': 2022}
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520WYV%27 HTTP/1.1" 200 None
2026-03-30 06:38:32 [bca.uk] INFO: Saving data for YT22%20WYV: {'auction_closing_time': 1774864800.0, 'created_time': 1774536356.566045, 'last_price_update_time': 1774852712.400606}
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT22%2520WYV') HTTP/1.1" 204 0
2026-03-30 06:38:32 [bca.uk] INFO: Found listing with ID: WN56%20UFH
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN56%2520UFH%27 HTTP/1.1" 200 None
2026-03-30 06:38:32 [bca.uk] INFO: Scrape type for WN56%20UFH: 2
2026-03-30 06:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4402807b-f7b5-53f8-8447-d550417ec95f with identifier: WN56%20UFH
2026-03-30 06:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4402807b-f7b5-53f8-8447-d550417ec95f with scrape type 2
2026-03-30 06:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4402807b-f7b5-53f8-8447-d550417ec95f with scrape type 2
2026-03-30 06:38:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4402807b-f7b5-53f8-8447-d550417ec95f, identifier: WN56%20UFH
2026-03-30 06:38:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc8e956c-075d-5dc1-b835-0317a35ae4bb with identifier: DY14%20FTC
2026-03-30 06:38:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc8e956c-075d-5dc1-b835-0317a35ae4bb with identifier: DY14%20FTC
2026-03-30 06:38:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc8e956c-075d-5dc1-b835-0317a35ae4bb with identifier: DY14%20FTC to the API
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY14%20FTC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fc8e956c-075d-5dc1-b835-0317a35ae4bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY14 FTC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY14%20FTC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 202316,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 2.2 D 163 R-SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 163 R-SPORT',
 'vin': 'SAJAC05T2EDU24747',
 'year': 2014}
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY14%2520FTC%27 HTTP/1.1" 200 None
2026-03-30 06:38:32 [bca.uk] INFO: Saving data for DY14%20FTC: {'auction_closing_time': 1774951200.0, 'created_time': 1774361313.351943, 'last_price_update_time': 1774852712.822911}
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY14%2520FTC') HTTP/1.1" 204 0
2026-03-30 06:38:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bd425ea-b456-53e6-b4ed-75149f6061d7 with identifier: MA75%20SSV
2026-03-30 06:38:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bd425ea-b456-53e6-b4ed-75149f6061d7 with identifier: MA75%20SSV
2026-03-30 06:38:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bd425ea-b456-53e6-b4ed-75149f6061d7 with identifier: MA75%20SSV to the API
2026-03-30 06:38:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5bd425ea-b456-53e6-b4ed-75149f6061d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA75 SSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA75%20SSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 9285,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI 150 BLACK ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 BLACK ED.',
 'vin': 'WVWZZZCD1TW155996',
 'year': 2025}
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520SSV%27 HTTP/1.1" 200 None
2026-03-30 06:38:33 [bca.uk] INFO: Saving data for MA75%20SSV: {'auction_closing_time': 1774951200.0, 'created_time': 1774534173.850998, 'last_price_update_time': 1774852713.115535}
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA75%2520SSV') HTTP/1.1" 204 0
2026-03-30 06:38:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce5577a7-27bf-57f2-8b19-25e811b38e54 with identifier: DV24%20JXX
2026-03-30 06:38:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce5577a7-27bf-57f2-8b19-25e811b38e54 with identifier: DV24%20JXX
2026-03-30 06:38:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce5577a7-27bf-57f2-8b19-25e811b38e54 with identifier: DV24%20JXX to the API
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20JXX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ce5577a7-27bf-57f2-8b19-25e811b38e54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV24 JXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20JXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 12164,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS5R6008732',
 'year': 2024}
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520JXX%27 HTTP/1.1" 200 None
2026-03-30 06:38:33 [bca.uk] INFO: Saving data for DV24%20JXX: {'auction_closing_time': 1775037600.0, 'created_time': 1773842525.077134, 'last_price_update_time': 1774852713.412566}
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520JXX') HTTP/1.1" 204 0
2026-03-30 06:38:33 [bca.uk] INFO: Found listing with ID: YW73%20ECJ
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW73%2520ECJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:33 [bca.uk] INFO: Scrape type for YW73%20ECJ: 2
2026-03-30 06:38:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af6310b3-2b9d-517a-ac97-985726876d33 with identifier: YW73%20ECJ
2026-03-30 06:38:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af6310b3-2b9d-517a-ac97-985726876d33 with scrape type 2
2026-03-30 06:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af6310b3-2b9d-517a-ac97-985726876d33 with scrape type 2
2026-03-30 06:38:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af6310b3-2b9d-517a-ac97-985726876d33, identifier: YW73%20ECJ
2026-03-30 06:38:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4402807b-f7b5-53f8-8447-d550417ec95f with identifier: WN56%20UFH
2026-03-30 06:38:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4402807b-f7b5-53f8-8447-d550417ec95f with identifier: WN56%20UFH
2026-03-30 06:38:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4402807b-f7b5-53f8-8447-d550417ec95f with identifier: WN56%20UFH to the API
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN56%20UFH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4402807b-f7b5-53f8-8447-d550417ec95f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN56 UFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN56%20UFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 146301,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 CDI AVANTGARDE SE Saloon',
 'transmission': 'manual',
 'trim': 'CDI AVANTGARDE SE',
 'vin': 'WDC2030082R242363',
 'year': 2006}
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN56%2520UFH%27 HTTP/1.1" 200 None
2026-03-30 06:38:33 [bca.uk] INFO: Saving data for WN56%20UFH: {'auction_closing_time': 1774951200.0, 'created_time': 1774448721.613487, 'last_price_update_time': 1774852713.831461}
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN56%2520UFH') HTTP/1.1" 204 0
2026-03-30 06:38:33 [bca.uk] INFO: Found listing with ID: DY57%20HVF
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY57%2520HVF%27 HTTP/1.1" 200 None
2026-03-30 06:38:33 [bca.uk] INFO: Scrape type for DY57%20HVF: 2
2026-03-30 06:38:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 963ec823-0afa-5008-a48c-4a71e1bb5d21 with identifier: DY57%20HVF
2026-03-30 06:38:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 963ec823-0afa-5008-a48c-4a71e1bb5d21 with scrape type 2
2026-03-30 06:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 963ec823-0afa-5008-a48c-4a71e1bb5d21 with scrape type 2
2026-03-30 06:38:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 963ec823-0afa-5008-a48c-4a71e1bb5d21, identifier: DY57%20HVF
2026-03-30 06:38:33 [bca.uk] INFO: Found listing with ID: DY70%20OAD
2026-03-30 06:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520OAD%27 HTTP/1.1" 200 None
2026-03-30 06:38:34 [bca.uk] INFO: Scrape type for DY70%20OAD: 2
2026-03-30 06:38:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7337448e-babf-5e89-8a68-314d82c7b9e9 with identifier: DY70%20OAD
2026-03-30 06:38:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7337448e-babf-5e89-8a68-314d82c7b9e9 with scrape type 2
2026-03-30 06:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7337448e-babf-5e89-8a68-314d82c7b9e9 with scrape type 2
2026-03-30 06:38:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7337448e-babf-5e89-8a68-314d82c7b9e9, identifier: DY70%20OAD
2026-03-30 06:38:34 [bca.uk] INFO: Found listing with ID: DY74%20OHL
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520OHL%27 HTTP/1.1" 200 None
2026-03-30 06:38:34 [bca.uk] INFO: Scrape type for DY74%20OHL: 2
2026-03-30 06:38:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e181b616-c33f-54fe-9885-b6dcb8d10aae with identifier: DY74%20OHL
2026-03-30 06:38:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e181b616-c33f-54fe-9885-b6dcb8d10aae with scrape type 2
2026-03-30 06:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e181b616-c33f-54fe-9885-b6dcb8d10aae with scrape type 2
2026-03-30 06:38:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e181b616-c33f-54fe-9885-b6dcb8d10aae, identifier: DY74%20OHL
2026-03-30 06:38:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af6310b3-2b9d-517a-ac97-985726876d33 with identifier: YW73%20ECJ
2026-03-30 06:38:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af6310b3-2b9d-517a-ac97-985726876d33 with identifier: YW73%20ECJ
2026-03-30 06:38:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af6310b3-2b9d-517a-ac97-985726876d33 with identifier: YW73%20ECJ to the API
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YW73%20ECJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'af6310b3-2b9d-517a-ac97-985726876d33',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YW73 ECJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YW73%20ECJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TOYOTA',
 'model': 'BZ4X',
 'odometer': 13961,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA BZ4X 150KW 71KWH PURE (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71KWH PURE (11KC)',
 'vin': 'JTMAABAA20A022869',
 'year': 2024}
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW73%2520ECJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:34 [bca.uk] INFO: Saving data for YW73%20ECJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773929052.349181, 'last_price_update_time': 1774852714.495313}
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YW73%2520ECJ') HTTP/1.1" 204 0
2026-03-30 06:38:34 [bca.uk] INFO: Found listing with ID: WP61%20VYK
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520VYK%27 HTTP/1.1" 200 None
2026-03-30 06:38:34 [bca.uk] INFO: Scrape type for WP61%20VYK: 2
2026-03-30 06:38:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with identifier: WP61%20VYK
2026-03-30 06:38:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with scrape type 2
2026-03-30 06:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with scrape type 2
2026-03-30 06:38:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 353cc2fd-6f72-5c27-aba3-58247ce0ea87, identifier: WP61%20VYK
2026-03-30 06:38:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 963ec823-0afa-5008-a48c-4a71e1bb5d21 with identifier: DY57%20HVF
2026-03-30 06:38:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 963ec823-0afa-5008-a48c-4a71e1bb5d21 with identifier: DY57%20HVF
2026-03-30 06:38:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 963ec823-0afa-5008-a48c-4a71e1bb5d21 with identifier: DY57%20HVF to the API
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '963ec823-0afa-5008-a48c-4a71e1bb5d21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY57 HVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY57%20HVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 127289,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 XS StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 XS',
 'vin': 'SALFA23B57H045858',
 'year': 2007}
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY57%2520HVF%27 HTTP/1.1" 200 None
2026-03-30 06:38:34 [bca.uk] INFO: Saving data for DY57%20HVF: {'auction_closing_time': 1774951200.0, 'created_time': 1774448882.844564, 'last_price_update_time': 1774852714.943332}
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY57%2520HVF') HTTP/1.1" 204 0
2026-03-30 06:38:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7337448e-babf-5e89-8a68-314d82c7b9e9 with identifier: DY70%20OAD
2026-03-30 06:38:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7337448e-babf-5e89-8a68-314d82c7b9e9 with identifier: DY70%20OAD
2026-03-30 06:38:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7337448e-babf-5e89-8a68-314d82c7b9e9 with identifier: DY70%20OAD to the API
2026-03-30 06:38:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 218,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY70%20OAD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7337448e-babf-5e89-8a68-314d82c7b9e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY70 OAD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY70%20OAD&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 38848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE M50D StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE M50D',
 'vin': 'WBACV020909D53795',
 'year': 2020}
2026-03-30 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520OAD%27 HTTP/1.1" 200 None
2026-03-30 06:38:35 [bca.uk] INFO: Saving data for DY70%20OAD: {'auction_closing_time': 1775124000.0, 'created_time': 1774305701.084964, 'last_price_update_time': 1774852715.753406}
2026-03-30 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY70%2520OAD') HTTP/1.1" 204 0
2026-03-30 06:38:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e181b616-c33f-54fe-9885-b6dcb8d10aae with identifier: DY74%20OHL
2026-03-30 06:38:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e181b616-c33f-54fe-9885-b6dcb8d10aae with identifier: DY74%20OHL
2026-03-30 06:38:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e181b616-c33f-54fe-9885-b6dcb8d10aae with identifier: DY74%20OHL to the API
2026-03-30 06:38:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20OHL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e181b616-c33f-54fe-9885-b6dcb8d10aae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY74 OHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20OHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 10072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNSXR6019273',
 'year': 2024}
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520OHL%27 HTTP/1.1" 200 None
2026-03-30 06:38:36 [bca.uk] INFO: Saving data for DY74%20OHL: {'auction_closing_time': 1775037600.0, 'created_time': 1773844920.25771, 'last_price_update_time': 1774852716.057478}
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520OHL') HTTP/1.1" 204 0
2026-03-30 06:38:36 [bca.uk] INFO: Found listing with ID: BX22%20WJM
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX22%2520WJM%27 HTTP/1.1" 200 None
2026-03-30 06:38:36 [bca.uk] INFO: Scrape type for BX22%20WJM: 2
2026-03-30 06:38:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5f73def-1af3-5cef-9376-1f981708225c with identifier: BX22%20WJM
2026-03-30 06:38:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5f73def-1af3-5cef-9376-1f981708225c with scrape type 2
2026-03-30 06:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5f73def-1af3-5cef-9376-1f981708225c with scrape type 2
2026-03-30 06:38:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5f73def-1af3-5cef-9376-1f981708225c, identifier: BX22%20WJM
2026-03-30 06:38:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with identifier: WP61%20VYK
2026-03-30 06:38:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with identifier: WP61%20VYK
2026-03-30 06:38:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 353cc2fd-6f72-5c27-aba3-58247ce0ea87 with identifier: WP61%20VYK to the API
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP61%20VYK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '353cc2fd-6f72-5c27-aba3-58247ce0ea87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP61 VYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP61%20VYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 91131,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA31200000759004',
 'year': 2011}
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP61%2520VYK%27 HTTP/1.1" 200 None
2026-03-30 06:38:36 [bca.uk] INFO: Saving data for WP61%20VYK: {'auction_closing_time': 1774951200.0, 'created_time': 1774448710.805406, 'last_price_update_time': 1774852716.460491}
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP61%2520VYK') HTTP/1.1" 204 0
2026-03-30 06:38:36 [bca.uk] INFO: Found listing with ID: JGZ%204099
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JGZ%25204099%27 HTTP/1.1" 200 None
2026-03-30 06:38:36 [bca.uk] INFO: Scrape type for JGZ%204099: 0
2026-03-30 06:38:36 [bca.uk] INFO: Found listing with ID: LD17%20XHK
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD17%2520XHK%27 HTTP/1.1" 200 None
2026-03-30 06:38:36 [bca.uk] INFO: Scrape type for LD17%20XHK: 2
2026-03-30 06:38:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with identifier: LD17%20XHK
2026-03-30 06:38:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with scrape type 2
2026-03-30 06:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with scrape type 2
2026-03-30 06:38:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c, identifier: LD17%20XHK
2026-03-30 06:38:36 [bca.uk] INFO: Found listing with ID: CK66%20KCX
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK66%2520KCX%27 HTTP/1.1" 200 None
2026-03-30 06:38:36 [bca.uk] INFO: Scrape type for CK66%20KCX: 2
2026-03-30 06:38:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c145bd5-9f05-5e2d-9473-47dd546ea08a with identifier: CK66%20KCX
2026-03-30 06:38:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c145bd5-9f05-5e2d-9473-47dd546ea08a with scrape type 2
2026-03-30 06:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c145bd5-9f05-5e2d-9473-47dd546ea08a with scrape type 2
2026-03-30 06:38:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c145bd5-9f05-5e2d-9473-47dd546ea08a, identifier: CK66%20KCX
2026-03-30 06:38:36 [bca.uk] INFO: Found listing with ID: BW73%20LZN
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520LZN%27 HTTP/1.1" 200 None
2026-03-30 06:38:36 [bca.uk] INFO: Scrape type for BW73%20LZN: 2
2026-03-30 06:38:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61b5d164-b539-5e00-8f93-200b93ce3eb1 with identifier: BW73%20LZN
2026-03-30 06:38:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61b5d164-b539-5e00-8f93-200b93ce3eb1 with scrape type 2
2026-03-30 06:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61b5d164-b539-5e00-8f93-200b93ce3eb1 with scrape type 2
2026-03-30 06:38:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61b5d164-b539-5e00-8f93-200b93ce3eb1, identifier: BW73%20LZN
2026-03-30 06:38:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5f73def-1af3-5cef-9376-1f981708225c with identifier: BX22%20WJM
2026-03-30 06:38:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5f73def-1af3-5cef-9376-1f981708225c with identifier: BX22%20WJM
2026-03-30 06:38:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5f73def-1af3-5cef-9376-1f981708225c with identifier: BX22%20WJM to the API
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38: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:38:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX22%20WJM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c5f73def-1af3-5cef-9376-1f981708225c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BX22 WJM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX22%20WJM&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': '330E',
 'odometer': 101609,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SE PRO Estate',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA6N32060FM36341',
 'year': 2022}
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX22%2520WJM%27 HTTP/1.1" 200 None
2026-03-30 06:38:37 [bca.uk] INFO: Saving data for BX22%20WJM: {'auction_closing_time': 1774864800.0, 'created_time': 1774536346.766715, 'last_price_update_time': 1774852717.196545}
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX22%2520WJM') HTTP/1.1" 204 0
2026-03-30 06:38:37 [bca.uk] INFO: Found listing with ID: GL72%20ODN
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520ODN%27 HTTP/1.1" 200 None
2026-03-30 06:38:37 [bca.uk] INFO: Scrape type for GL72%20ODN: 2
2026-03-30 06:38:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 794a416e-7a41-5c30-bdd6-de168f8903af with identifier: GL72%20ODN
2026-03-30 06:38:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 794a416e-7a41-5c30-bdd6-de168f8903af with scrape type 2
2026-03-30 06:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 794a416e-7a41-5c30-bdd6-de168f8903af with scrape type 2
2026-03-30 06:38:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 794a416e-7a41-5c30-bdd6-de168f8903af, identifier: GL72%20ODN
2026-03-30 06:38:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with identifier: LD17%20XHK
2026-03-30 06:38:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with identifier: LD17%20XHK
2026-03-30 06:38:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1bec09f4-8d03-5bfd-9c59-8283aad3ed6c with identifier: LD17%20XHK to the API
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38: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:38:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1bec09f4-8d03-5bfd-9c59-8283aad3ed6c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD17 XHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD17%20XHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'NEMO',
 'odometer': 111763,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CITROEN NEMO 1.3 HDI 80 LX Van',
 'transmission': 'manual',
 'trim': 'HDI 80 LX',
 'vin': 'VF7AAFHY6G8765755',
 'year': 2017}
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD17%2520XHK%27 HTTP/1.1" 200 None
2026-03-30 06:38:37 [bca.uk] INFO: Saving data for LD17%20XHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774448639.044909, 'last_price_update_time': 1774852717.603031}
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD17%2520XHK') HTTP/1.1" 204 0
2026-03-30 06:38:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c145bd5-9f05-5e2d-9473-47dd546ea08a with identifier: CK66%20KCX
2026-03-30 06:38:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c145bd5-9f05-5e2d-9473-47dd546ea08a with identifier: CK66%20KCX
2026-03-30 06:38:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c145bd5-9f05-5e2d-9473-47dd546ea08a with identifier: CK66%20KCX to the API
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38: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:38:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK66%20KCX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c145bd5-9f05-5e2d-9473-47dd546ea08a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK66 KCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK66%20KCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 63414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.5 DCI 110 DYNAMIQUE EDC Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 110 DYNAMIQUE EDC',
 'vin': 'VF1RFE00456616404',
 'year': 2016}
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK66%2520KCX%27 HTTP/1.1" 200 None
2026-03-30 06:38:37 [bca.uk] INFO: Saving data for CK66%20KCX: {'auction_closing_time': 1774951200.0, 'created_time': 1773841613.59799, 'last_price_update_time': 1774852717.913187}
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK66%2520KCX') HTTP/1.1" 204 0
2026-03-30 06:38:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61b5d164-b539-5e00-8f93-200b93ce3eb1 with identifier: BW73%20LZN
2026-03-30 06:38:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61b5d164-b539-5e00-8f93-200b93ce3eb1 with identifier: BW73%20LZN
2026-03-30 06:38:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61b5d164-b539-5e00-8f93-200b93ce3eb1 with identifier: BW73%20LZN to the API
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW73%20LZN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '61b5d164-b539-5e00-8f93-200b93ce3eb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BW73 LZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW73%20LZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 12749,
 'odometer_reading_unit': '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': 'VF3MRHNSUPS170707',
 'year': 2024}
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520LZN%27 HTTP/1.1" 200 None
2026-03-30 06:38:38 [bca.uk] INFO: Saving data for BW73%20LZN: {'auction_closing_time': 1775124000.0, 'created_time': 1773841947.248103, 'last_price_update_time': 1774852718.215823}
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW73%2520LZN') HTTP/1.1" 204 0
2026-03-30 06:38:38 [bca.uk] INFO: Found listing with ID: DA72%20VNC
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520VNC%27 HTTP/1.1" 200 None
2026-03-30 06:38:38 [bca.uk] INFO: Scrape type for DA72%20VNC: 2
2026-03-30 06:38:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5885863d-09da-561f-bfdb-2efbf18a2ce2 with identifier: DA72%20VNC
2026-03-30 06:38:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5885863d-09da-561f-bfdb-2efbf18a2ce2 with scrape type 2
2026-03-30 06:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5885863d-09da-561f-bfdb-2efbf18a2ce2 with scrape type 2
2026-03-30 06:38:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5885863d-09da-561f-bfdb-2efbf18a2ce2, identifier: DA72%20VNC
2026-03-30 06:38:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 794a416e-7a41-5c30-bdd6-de168f8903af with identifier: GL72%20ODN
2026-03-30 06:38:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 794a416e-7a41-5c30-bdd6-de168f8903af with identifier: GL72%20ODN
2026-03-30 06:38:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 794a416e-7a41-5c30-bdd6-de168f8903af with identifier: GL72%20ODN to the API
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20ODN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '794a416e-7a41-5c30-bdd6-de168f8903af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL72 ODN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20ODN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 33047,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS6PC581323',
 'year': 2022}
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520ODN%27 HTTP/1.1" 200 None
2026-03-30 06:38:38 [bca.uk] INFO: Saving data for GL72%20ODN: {'auction_closing_time': 1774864800.0, 'created_time': 1774536341.303111, 'last_price_update_time': 1774852718.62765}
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520ODN') HTTP/1.1" 204 0
2026-03-30 06:38:38 [bca.uk] INFO: Found listing with ID: LS09%20ZMO
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS09%2520ZMO%27 HTTP/1.1" 200 None
2026-03-30 06:38:38 [bca.uk] INFO: Scrape type for LS09%20ZMO: 2
2026-03-30 06:38:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9f083bc-7d3e-5047-a234-0479c8d2912e with identifier: LS09%20ZMO
2026-03-30 06:38:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9f083bc-7d3e-5047-a234-0479c8d2912e with scrape type 2
2026-03-30 06:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9f083bc-7d3e-5047-a234-0479c8d2912e with scrape type 2
2026-03-30 06:38:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9f083bc-7d3e-5047-a234-0479c8d2912e, identifier: LS09%20ZMO
2026-03-30 06:38:38 [bca.uk] INFO: Found listing with ID: AV14%20FBX
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV14%2520FBX%27 HTTP/1.1" 200 None
2026-03-30 06:38:38 [bca.uk] INFO: Scrape type for AV14%20FBX: 2
2026-03-30 06:38:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2843937c-0bee-550d-afe8-b8cbfc036183 with identifier: AV14%20FBX
2026-03-30 06:38:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2843937c-0bee-550d-afe8-b8cbfc036183 with scrape type 2
2026-03-30 06:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2843937c-0bee-550d-afe8-b8cbfc036183 with scrape type 2
2026-03-30 06:38:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2843937c-0bee-550d-afe8-b8cbfc036183, identifier: AV14%20FBX
2026-03-30 06:38:38 [bca.uk] INFO: Found listing with ID: LC71%20SSV
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520SSV%27 HTTP/1.1" 200 None
2026-03-30 06:38:38 [bca.uk] INFO: Scrape type for LC71%20SSV: 2
2026-03-30 06:38:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f20d2fe-a4bc-5622-882c-805ff5f008f1 with identifier: LC71%20SSV
2026-03-30 06:38:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f20d2fe-a4bc-5622-882c-805ff5f008f1 with scrape type 2
2026-03-30 06:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f20d2fe-a4bc-5622-882c-805ff5f008f1 with scrape type 2
2026-03-30 06:38:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f20d2fe-a4bc-5622-882c-805ff5f008f1, identifier: LC71%20SSV
2026-03-30 06:38:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5885863d-09da-561f-bfdb-2efbf18a2ce2 with identifier: DA72%20VNC
2026-03-30 06:38:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5885863d-09da-561f-bfdb-2efbf18a2ce2 with identifier: DA72%20VNC
2026-03-30 06:38:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5885863d-09da-561f-bfdb-2efbf18a2ce2 with identifier: DA72%20VNC to the API
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA72%20VNC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5885863d-09da-561f-bfdb-2efbf18a2ce2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DA72 VNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA72%20VNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'CUPRA',
 'model': 'BORN',
 'odometer': 47239,
 'odometer_reading_unit': '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 BORN 150KW 58KWH V2 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH V2',
 'vin': 'VSSZZZK14PP007301',
 'year': 2022}
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520VNC%27 HTTP/1.1" 200 None
2026-03-30 06:38:39 [bca.uk] INFO: Saving data for DA72%20VNC: {'auction_closing_time': 1774864800.0, 'created_time': 1774536345.92198, 'last_price_update_time': 1774852719.262247}
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA72%2520VNC') HTTP/1.1" 204 0
2026-03-30 06:38:39 [bca.uk] INFO: Found listing with ID: HG70%20HNB
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG70%2520HNB%27 HTTP/1.1" 200 None
2026-03-30 06:38:39 [bca.uk] INFO: Scrape type for HG70%20HNB: 2
2026-03-30 06:38:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40e320e1-5574-5b84-b15e-266b2b8c90c0 with identifier: HG70%20HNB
2026-03-30 06:38:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40e320e1-5574-5b84-b15e-266b2b8c90c0 with scrape type 2
2026-03-30 06:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40e320e1-5574-5b84-b15e-266b2b8c90c0 with scrape type 2
2026-03-30 06:38:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40e320e1-5574-5b84-b15e-266b2b8c90c0, identifier: HG70%20HNB
2026-03-30 06:38:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9f083bc-7d3e-5047-a234-0479c8d2912e with identifier: LS09%20ZMO
2026-03-30 06:38:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9f083bc-7d3e-5047-a234-0479c8d2912e with identifier: LS09%20ZMO
2026-03-30 06:38:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9f083bc-7d3e-5047-a234-0479c8d2912e with identifier: LS09%20ZMO to the API
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS09%20ZMO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b9f083bc-7d3e-5047-a234-0479c8d2912e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS09 ZMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS09%20ZMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 128804,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 D V6 S 275 LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 S 275 LUXURY',
 'vin': 'SAJAC052XANR53147',
 'year': 2009}
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS09%2520ZMO%27 HTTP/1.1" 200 None
2026-03-30 06:38:39 [bca.uk] INFO: Saving data for LS09%20ZMO: {'auction_closing_time': 1774951200.0, 'created_time': 1774365470.901421, 'last_price_update_time': 1774852719.663231}
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS09%2520ZMO') HTTP/1.1" 204 0
2026-03-30 06:38:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2843937c-0bee-550d-afe8-b8cbfc036183 with identifier: AV14%20FBX
2026-03-30 06:38:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2843937c-0bee-550d-afe8-b8cbfc036183 with identifier: AV14%20FBX
2026-03-30 06:38:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2843937c-0bee-550d-afe8-b8cbfc036183 with identifier: AV14%20FBX to the API
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV14%20FBX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2843937c-0bee-550d-afe8-b8cbfc036183',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV14 FBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV14%20FBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 102429,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 3.0 TDI 245 QUATTRO SE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 245 QUATTRO SE S-T',
 'vin': 'WAUZZZ8R0EA090043',
 'year': 2014}
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV14%2520FBX%27 HTTP/1.1" 200 None
2026-03-30 06:38:40 [bca.uk] INFO: Saving data for AV14%20FBX: {'auction_closing_time': 1774951200.0, 'created_time': 1773908795.707201, 'last_price_update_time': 1774852720.066007}
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV14%2520FBX') HTTP/1.1" 204 0
2026-03-30 06:38:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f20d2fe-a4bc-5622-882c-805ff5f008f1 with identifier: LC71%20SSV
2026-03-30 06:38:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f20d2fe-a4bc-5622-882c-805ff5f008f1 with identifier: LC71%20SSV
2026-03-30 06:38:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f20d2fe-a4bc-5622-882c-805ff5f008f1 with identifier: LC71%20SSV to the API
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC71%20SSV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5f20d2fe-a4bc-5622-882c-805ff5f008f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC71 SSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC71%20SSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 10837,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L3 Hatchback',
 'transmission': 'automatic',
 'trim': '135KW 33KWH COOPER S L3',
 'vin': 'WMW12DJ0902S03894',
 'year': 2021}
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC71%2520SSV%27 HTTP/1.1" 200 None
2026-03-30 06:38:40 [bca.uk] INFO: Saving data for LC71%20SSV: {'auction_closing_time': 1774951200.0, 'created_time': 1774017161.817834, 'last_price_update_time': 1774852720.455595}
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC71%2520SSV') HTTP/1.1" 204 0
2026-03-30 06:38:40 [bca.uk] INFO: Found listing with ID: EX71%20ZUA
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX71%2520ZUA%27 HTTP/1.1" 200 None
2026-03-30 06:38:40 [bca.uk] INFO: Scrape type for EX71%20ZUA: 2
2026-03-30 06:38:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca5fffa5-3347-57d9-9c40-bc64d4e8e27c with identifier: EX71%20ZUA
2026-03-30 06:38:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca5fffa5-3347-57d9-9c40-bc64d4e8e27c with scrape type 2
2026-03-30 06:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca5fffa5-3347-57d9-9c40-bc64d4e8e27c with scrape type 2
2026-03-30 06:38:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca5fffa5-3347-57d9-9c40-bc64d4e8e27c, identifier: EX71%20ZUA
2026-03-30 06:38:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40e320e1-5574-5b84-b15e-266b2b8c90c0 with identifier: HG70%20HNB
2026-03-30 06:38:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40e320e1-5574-5b84-b15e-266b2b8c90c0 with identifier: HG70%20HNB
2026-03-30 06:38:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40e320e1-5574-5b84-b15e-266b2b8c90c0 with identifier: HG70%20HNB to the API
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG70%20HNB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '40e320e1-5574-5b84-b15e-266b2b8c90c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HG70 HNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG70%20HNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 54495,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 HSE (11KW) Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE (11KW)',
 'vin': 'SADHA2A10M1610813',
 'year': 2020}
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG70%2520HNB%27 HTTP/1.1" 200 None
2026-03-30 06:38:40 [bca.uk] INFO: Saving data for HG70%20HNB: {'auction_closing_time': 1774864800.0, 'created_time': 1774536322.277597, 'last_price_update_time': 1774852720.847957}
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG70%2520HNB') HTTP/1.1" 204 0
2026-03-30 06:38:40 [bca.uk] INFO: Found listing with ID: LS57%20JLV
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS57%2520JLV%27 HTTP/1.1" 200 None
2026-03-30 06:38:40 [bca.uk] INFO: Scrape type for LS57%20JLV: 0
2026-03-30 06:38:40 [bca.uk] INFO: Found listing with ID: LXZ%205644
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LXZ%25205644%27 HTTP/1.1" 200 None
2026-03-30 06:38:40 [bca.uk] INFO: Scrape type for LXZ%205644: 0
2026-03-30 06:38:40 [bca.uk] INFO: Found listing with ID: MJ15%20GME
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520GME%27 HTTP/1.1" 200 None
2026-03-30 06:38:40 [bca.uk] INFO: Scrape type for MJ15%20GME: 2
2026-03-30 06:38:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55936091-646b-5ceb-b788-b278bd493d21 with identifier: MJ15%20GME
2026-03-30 06:38:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55936091-646b-5ceb-b788-b278bd493d21 with scrape type 2
2026-03-30 06:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55936091-646b-5ceb-b788-b278bd493d21 with scrape type 2
2026-03-30 06:38:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55936091-646b-5ceb-b788-b278bd493d21, identifier: MJ15%20GME
2026-03-30 06:38:41 [bca.uk] INFO: Found listing with ID: HN68%20YJP
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN68%2520YJP%27 HTTP/1.1" 200 None
2026-03-30 06:38:41 [bca.uk] INFO: Scrape type for HN68%20YJP: 2
2026-03-30 06:38:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c47a100-38da-5dbb-8de4-775e8d61a505 with identifier: HN68%20YJP
2026-03-30 06:38:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c47a100-38da-5dbb-8de4-775e8d61a505 with scrape type 2
2026-03-30 06:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c47a100-38da-5dbb-8de4-775e8d61a505 with scrape type 2
2026-03-30 06:38:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c47a100-38da-5dbb-8de4-775e8d61a505, identifier: HN68%20YJP
2026-03-30 06:38:41 [bca.uk] INFO: Found listing with ID: KK23%20BWC
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BWC%27 HTTP/1.1" 200 None
2026-03-30 06:38:41 [bca.uk] INFO: Scrape type for KK23%20BWC: 0
2026-03-30 06:38:41 [bca.uk] INFO: Found listing with ID: KM73%20YZN
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520YZN%27 HTTP/1.1" 200 None
2026-03-30 06:38:41 [bca.uk] INFO: Scrape type for KM73%20YZN: 0
2026-03-30 06:38:41 [bca.uk] INFO: Found listing with ID: MW74%20CZU
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520CZU%27 HTTP/1.1" 200 None
2026-03-30 06:38:41 [bca.uk] INFO: Scrape type for MW74%20CZU: 0
2026-03-30 06:38:41 [bca.uk] INFO: Found listing with ID: DN24%20TCJ
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520TCJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:41 [bca.uk] INFO: Scrape type for DN24%20TCJ: 2
2026-03-30 06:38:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35c5b342-12d6-5945-a38f-9cbaf61e783b with identifier: DN24%20TCJ
2026-03-30 06:38:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35c5b342-12d6-5945-a38f-9cbaf61e783b with scrape type 2
2026-03-30 06:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35c5b342-12d6-5945-a38f-9cbaf61e783b with scrape type 2
2026-03-30 06:38:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35c5b342-12d6-5945-a38f-9cbaf61e783b, identifier: DN24%20TCJ
2026-03-30 06:38:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca5fffa5-3347-57d9-9c40-bc64d4e8e27c with identifier: EX71%20ZUA
2026-03-30 06:38:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca5fffa5-3347-57d9-9c40-bc64d4e8e27c with identifier: EX71%20ZUA
2026-03-30 06:38:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca5fffa5-3347-57d9-9c40-bc64d4e8e27c with identifier: EX71%20ZUA to the API
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX71%20ZUA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ca5fffa5-3347-57d9-9c40-bc64d4e8e27c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EX71 ZUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX71%20ZUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 64056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 VVT-I HYBRID ICON Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON',
 'vin': 'SB1Z93BE50E281131',
 'year': 2022}
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX71%2520ZUA%27 HTTP/1.1" 200 None
2026-03-30 06:38:41 [bca.uk] INFO: Saving data for EX71%20ZUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774536334.957699, 'last_price_update_time': 1774852721.614073}
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX71%2520ZUA') HTTP/1.1" 204 0
2026-03-30 06:38:41 [bca.uk] INFO: Found listing with ID: KN23%20WRR
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520WRR%27 HTTP/1.1" 200 None
2026-03-30 06:38:41 [bca.uk] INFO: Scrape type for KN23%20WRR: 2
2026-03-30 06:38:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cb74b69-b6af-5434-9602-9df891a81e09 with identifier: KN23%20WRR
2026-03-30 06:38:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cb74b69-b6af-5434-9602-9df891a81e09 with scrape type 2
2026-03-30 06:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cb74b69-b6af-5434-9602-9df891a81e09 with scrape type 2
2026-03-30 06:38:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cb74b69-b6af-5434-9602-9df891a81e09, identifier: KN23%20WRR
2026-03-30 06:38:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55936091-646b-5ceb-b788-b278bd493d21 with identifier: MJ15%20GME
2026-03-30 06:38:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55936091-646b-5ceb-b788-b278bd493d21 with identifier: MJ15%20GME
2026-03-30 06:38:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55936091-646b-5ceb-b788-b278bd493d21 with identifier: MJ15%20GME to the API
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ15%20GME-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '55936091-646b-5ceb-b788-b278bd493d21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ15 GME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ15%20GME&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'DACIA',
 'model': 'SANDERO',
 'odometer': 92386,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO 1.5 DCI 90 LAUREATE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 LAUREATE',
 'vin': 'UU15SDCL552779096',
 'year': 2015}
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520GME%27 HTTP/1.1" 200 None
2026-03-30 06:38:42 [bca.uk] INFO: Saving data for MJ15%20GME: {'auction_closing_time': 1774951200.0, 'created_time': 1774354612.206987, 'last_price_update_time': 1774852722.021104}
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ15%2520GME') HTTP/1.1" 204 0
2026-03-30 06:38:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c47a100-38da-5dbb-8de4-775e8d61a505 with identifier: HN68%20YJP
2026-03-30 06:38:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c47a100-38da-5dbb-8de4-775e8d61a505 with identifier: HN68%20YJP
2026-03-30 06:38:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c47a100-38da-5dbb-8de4-775e8d61a505 with identifier: HN68%20YJP to the API
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN68%20YJP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6c47a100-38da-5dbb-8de4-775e8d61a505',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN68 YJP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN68%20YJP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 49469,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 0.9 TCE 90 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 GT LINE',
 'vin': 'VF1R9800461875675',
 'year': 2018}
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN68%2520YJP%27 HTTP/1.1" 200 None
2026-03-30 06:38:42 [bca.uk] INFO: Saving data for HN68%20YJP: {'auction_closing_time': 1774951200.0, 'created_time': 1774266021.842779, 'last_price_update_time': 1774852722.321658}
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN68%2520YJP') HTTP/1.1" 204 0
2026-03-30 06:38:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35c5b342-12d6-5945-a38f-9cbaf61e783b with identifier: DN24%20TCJ
2026-03-30 06:38:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35c5b342-12d6-5945-a38f-9cbaf61e783b with identifier: DN24%20TCJ
2026-03-30 06:38:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35c5b342-12d6-5945-a38f-9cbaf61e783b with identifier: DN24%20TCJ to the API
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN24%20TCJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '35c5b342-12d6-5945-a38f-9cbaf61e783b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN24 TCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN24%20TCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 12568,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS7R6010658',
 'year': 2024}
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520TCJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:42 [bca.uk] INFO: Saving data for DN24%20TCJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773835097.659745, 'last_price_update_time': 1774852722.623262}
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN24%2520TCJ') HTTP/1.1" 204 0
2026-03-30 06:38:42 [bca.uk] INFO: Found listing with ID: FL23%20TFX
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520TFX%27 HTTP/1.1" 200 None
2026-03-30 06:38:42 [bca.uk] INFO: Scrape type for FL23%20TFX: 2
2026-03-30 06:38:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f623165-38d0-56f5-82c7-0c14ed63e3f7 with identifier: FL23%20TFX
2026-03-30 06:38:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f623165-38d0-56f5-82c7-0c14ed63e3f7 with scrape type 2
2026-03-30 06:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f623165-38d0-56f5-82c7-0c14ed63e3f7 with scrape type 2
2026-03-30 06:38:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f623165-38d0-56f5-82c7-0c14ed63e3f7, identifier: FL23%20TFX
2026-03-30 06:38:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cb74b69-b6af-5434-9602-9df891a81e09 with identifier: KN23%20WRR
2026-03-30 06:38:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cb74b69-b6af-5434-9602-9df891a81e09 with identifier: KN23%20WRR
2026-03-30 06:38:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cb74b69-b6af-5434-9602-9df891a81e09 with identifier: KN23%20WRR to the API
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN23%20WRR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5cb74b69-b6af-5434-9602-9df891a81e09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN23 WRR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN23%20WRR&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 14899,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE',
 'vin': 'KNAC481AUP5110804',
 'year': 2023}
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520WRR%27 HTTP/1.1" 200 None
2026-03-30 06:38:43 [bca.uk] INFO: Saving data for KN23%20WRR: {'auction_closing_time': 1774864800.0, 'created_time': 1774365273.900756, 'last_price_update_time': 1774852723.06164}
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN23%2520WRR') HTTP/1.1" 204 0
2026-03-30 06:38:43 [bca.uk] INFO: Found listing with ID: PK11%20VMO
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK11%2520VMO%27 HTTP/1.1" 200 None
2026-03-30 06:38:43 [bca.uk] INFO: Scrape type for PK11%20VMO: 0
2026-03-30 06:38:43 [bca.uk] INFO: Found listing with ID: WK23%20LFO
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520LFO%27 HTTP/1.1" 200 None
2026-03-30 06:38:43 [bca.uk] INFO: Scrape type for WK23%20LFO: 2
2026-03-30 06:38:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f6c4897-87f5-576f-ba51-dd05feb37a7e with identifier: WK23%20LFO
2026-03-30 06:38:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f6c4897-87f5-576f-ba51-dd05feb37a7e with scrape type 2
2026-03-30 06:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f6c4897-87f5-576f-ba51-dd05feb37a7e with scrape type 2
2026-03-30 06:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f6c4897-87f5-576f-ba51-dd05feb37a7e, identifier: WK23%20LFO
2026-03-30 06:38:43 [bca.uk] INFO: Found listing with ID: KR16%20LDD
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520LDD%27 HTTP/1.1" 200 None
2026-03-30 06:38:43 [bca.uk] INFO: Scrape type for KR16%20LDD: 2
2026-03-30 06:38:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e70508e-7738-58c7-ba0a-35f34c4b376b with identifier: KR16%20LDD
2026-03-30 06:38:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e70508e-7738-58c7-ba0a-35f34c4b376b with scrape type 2
2026-03-30 06:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e70508e-7738-58c7-ba0a-35f34c4b376b with scrape type 2
2026-03-30 06:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e70508e-7738-58c7-ba0a-35f34c4b376b, identifier: KR16%20LDD
2026-03-30 06:38:43 [bca.uk] INFO: Found listing with ID: DY74%20BXB
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BXB%27 HTTP/1.1" 200 None
2026-03-30 06:38:43 [bca.uk] INFO: Scrape type for DY74%20BXB: 2
2026-03-30 06:38:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8140f593-9252-5c86-b437-52ea7c66c2d5 with identifier: DY74%20BXB
2026-03-30 06:38:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8140f593-9252-5c86-b437-52ea7c66c2d5 with scrape type 2
2026-03-30 06:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8140f593-9252-5c86-b437-52ea7c66c2d5 with scrape type 2
2026-03-30 06:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8140f593-9252-5c86-b437-52ea7c66c2d5, identifier: DY74%20BXB
2026-03-30 06:38:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f623165-38d0-56f5-82c7-0c14ed63e3f7 with identifier: FL23%20TFX
2026-03-30 06:38:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f623165-38d0-56f5-82c7-0c14ed63e3f7 with identifier: FL23%20TFX
2026-03-30 06:38:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f623165-38d0-56f5-82c7-0c14ed63e3f7 with identifier: FL23%20TFX to the API
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 37,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL23%20TFX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8f623165-38d0-56f5-82c7-0c14ed63e3f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL23 TFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL23%20TFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': '330E',
 'odometer': 71507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T XDRIVE M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T XDRIVE M SPORT',
 'vin': 'WBA30FS0908D17130',
 'year': 2023}
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520TFX%27 HTTP/1.1" 200 None
2026-03-30 06:38:43 [bca.uk] INFO: Saving data for FL23%20TFX: {'auction_closing_time': 1774864800.0, 'created_time': 1774536336.37406, 'last_price_update_time': 1774852723.83046}
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL23%2520TFX') HTTP/1.1" 204 0
2026-03-30 06:38:43 [bca.uk] INFO: Found listing with ID: KN71%20UJC
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520UJC%27 HTTP/1.1" 200 None
2026-03-30 06:38:43 [bca.uk] INFO: Scrape type for KN71%20UJC: 2
2026-03-30 06:38:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03b3c24f-bf68-53f2-ab1e-a3be0eb96c5a with identifier: KN71%20UJC
2026-03-30 06:38:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03b3c24f-bf68-53f2-ab1e-a3be0eb96c5a with scrape type 2
2026-03-30 06:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03b3c24f-bf68-53f2-ab1e-a3be0eb96c5a with scrape type 2
2026-03-30 06:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03b3c24f-bf68-53f2-ab1e-a3be0eb96c5a, identifier: KN71%20UJC
2026-03-30 06:38:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f6c4897-87f5-576f-ba51-dd05feb37a7e with identifier: WK23%20LFO
2026-03-30 06:38:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f6c4897-87f5-576f-ba51-dd05feb37a7e with identifier: WK23%20LFO
2026-03-30 06:38:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f6c4897-87f5-576f-ba51-dd05feb37a7e with identifier: WK23%20LFO to the API
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK23%20LFO-GB',
 'category': 'Motorcycle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '8f6c4897-87f5-576f-ba51-dd05feb37a7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK23 LFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK23%20LFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SUZUKI',
 'model': 'V-STROM',
 'odometer': 4655,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SUZUKI V-STROM DL650 MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'DL650 MOTORBIKE',
 'vin': 'JS1C733MZP7102887',
 'year': 2023}
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK23%2520LFO%27 HTTP/1.1" 200 None
2026-03-30 06:38:44 [bca.uk] INFO: Saving data for WK23%20LFO: {'auction_closing_time': 1775124000.0, 'created_time': 1774534065.406252, 'last_price_update_time': 1774852724.271121}
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK23%2520LFO') HTTP/1.1" 204 0
2026-03-30 06:38:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e70508e-7738-58c7-ba0a-35f34c4b376b with identifier: KR16%20LDD
2026-03-30 06:38:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e70508e-7738-58c7-ba0a-35f34c4b376b with identifier: KR16%20LDD
2026-03-30 06:38:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e70508e-7738-58c7-ba0a-35f34c4b376b with identifier: KR16%20LDD to the API
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR16%20LDD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0e70508e-7738-58c7-ba0a-35f34c4b376b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR16 LDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR16%20LDD&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 114475,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.6 BLUEHDI 100 ACTIVE MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 ACTIVE',
 'vin': 'VF3CUBHY6GY044561',
 'year': 2016}
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520LDD%27 HTTP/1.1" 200 None
2026-03-30 06:38:44 [bca.uk] INFO: Saving data for KR16%20LDD: {'auction_closing_time': 1774951200.0, 'created_time': 1774265953.75128, 'last_price_update_time': 1774852724.58742}
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR16%2520LDD') HTTP/1.1" 204 0
2026-03-30 06:38:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8140f593-9252-5c86-b437-52ea7c66c2d5 with identifier: DY74%20BXB
2026-03-30 06:38:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8140f593-9252-5c86-b437-52ea7c66c2d5 with identifier: DY74%20BXB
2026-03-30 06:38:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8140f593-9252-5c86-b437-52ea7c66c2d5 with identifier: DY74%20BXB to the API
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY74%20BXB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8140f593-9252-5c86-b437-52ea7c66c2d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY74 BXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY74%20BXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 12686,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS1R6020845',
 'year': 2024}
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BXB%27 HTTP/1.1" 200 None
2026-03-30 06:38:44 [bca.uk] INFO: Saving data for DY74%20BXB: {'auction_closing_time': 1775037600.0, 'created_time': 1773828996.088181, 'last_price_update_time': 1774852724.894737}
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY74%2520BXB') HTTP/1.1" 204 0
2026-03-30 06:38:44 [bca.uk] INFO: Found listing with ID: FX22%20NXJ
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520NXJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:44 [bca.uk] INFO: Scrape type for FX22%20NXJ: 2
2026-03-30 06:38:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0977a6ad-2cd3-5f3a-bff5-d2f9152c2e49 with identifier: FX22%20NXJ
2026-03-30 06:38:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0977a6ad-2cd3-5f3a-bff5-d2f9152c2e49 with scrape type 2
2026-03-30 06:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0977a6ad-2cd3-5f3a-bff5-d2f9152c2e49 with scrape type 2
2026-03-30 06:38:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0977a6ad-2cd3-5f3a-bff5-d2f9152c2e49, identifier: FX22%20NXJ
2026-03-30 06:38:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03b3c24f-bf68-53f2-ab1e-a3be0eb96c5a with identifier: KN71%20UJC
2026-03-30 06:38:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03b3c24f-bf68-53f2-ab1e-a3be0eb96c5a with identifier: KN71%20UJC
2026-03-30 06:38:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03b3c24f-bf68-53f2-ab1e-a3be0eb96c5a with identifier: KN71%20UJC to the API
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN71%20UJC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '03b3c24f-bf68-53f2-ab1e-a3be0eb96c5a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN71 UJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN71%20UJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'MOKKA-E',
 'odometer': 36078,
 'odometer_reading_unit': '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 MOKKA-E 100KW 50KWH SRI PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH SRI PREMIUM',
 'vin': 'VXKUKZKXZMW080399',
 'year': 2021}
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520UJC%27 HTTP/1.1" 200 None
2026-03-30 06:38:45 [bca.uk] INFO: Saving data for KN71%20UJC: {'auction_closing_time': 1774864800.0, 'created_time': 1774534147.748293, 'last_price_update_time': 1774852725.322013}
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN71%2520UJC') HTTP/1.1" 204 0
2026-03-30 06:38:45 [bca.uk] INFO: Found listing with ID: DL74%20WBK
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WBK%27 HTTP/1.1" 200 None
2026-03-30 06:38:45 [bca.uk] INFO: Scrape type for DL74%20WBK: 2
2026-03-30 06:38:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70c49f09-4464-500e-a63d-110ab2e11a59 with identifier: DL74%20WBK
2026-03-30 06:38:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70c49f09-4464-500e-a63d-110ab2e11a59 with scrape type 2
2026-03-30 06:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70c49f09-4464-500e-a63d-110ab2e11a59 with scrape type 2
2026-03-30 06:38:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70c49f09-4464-500e-a63d-110ab2e11a59, identifier: DL74%20WBK
2026-03-30 06:38:45 [bca.uk] INFO: Found listing with ID: LC23%20CFX
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC23%2520CFX%27 HTTP/1.1" 200 None
2026-03-30 06:38:45 [bca.uk] INFO: Scrape type for LC23%20CFX: 2
2026-03-30 06:38:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f5b6927-b00f-531e-96db-76f6b7e8272d with identifier: LC23%20CFX
2026-03-30 06:38:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f5b6927-b00f-531e-96db-76f6b7e8272d with scrape type 2
2026-03-30 06:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f5b6927-b00f-531e-96db-76f6b7e8272d with scrape type 2
2026-03-30 06:38:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f5b6927-b00f-531e-96db-76f6b7e8272d, identifier: LC23%20CFX
2026-03-30 06:38:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:38:45 [bca.uk] INFO: Found listing with ID: DL74%20WUJ
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WUJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:45 [bca.uk] INFO: Scrape type for DL74%20WUJ: 2
2026-03-30 06:38:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86ccec86-71ce-5524-ab02-b3e327e53bed with identifier: DL74%20WUJ
2026-03-30 06:38:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86ccec86-71ce-5524-ab02-b3e327e53bed with scrape type 2
2026-03-30 06:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86ccec86-71ce-5524-ab02-b3e327e53bed with scrape type 2
2026-03-30 06:38:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86ccec86-71ce-5524-ab02-b3e327e53bed, identifier: DL74%20WUJ
2026-03-30 06:38:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0977a6ad-2cd3-5f3a-bff5-d2f9152c2e49 with identifier: FX22%20NXJ
2026-03-30 06:38:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0977a6ad-2cd3-5f3a-bff5-d2f9152c2e49 with identifier: FX22%20NXJ
2026-03-30 06:38:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0977a6ad-2cd3-5f3a-bff5-d2f9152c2e49 with identifier: FX22%20NXJ to the API
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX22%20NXJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0977a6ad-2cd3-5f3a-bff5-d2f9152c2e49',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX22 NXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX22%20NXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': '330E',
 'odometer': 128438,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SE PRO Estate',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA6N32070FM07589',
 'year': 2022}
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX22%2520NXJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:45 [bca.uk] INFO: Saving data for FX22%20NXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774277087.204675, 'last_price_update_time': 1774852725.949432}
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX22%2520NXJ') HTTP/1.1" 204 0
2026-03-30 06:38:45 [bca.uk] INFO: Found listing with ID: MC21%20AUU
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC21%2520AUU%27 HTTP/1.1" 200 None
2026-03-30 06:38:45 [bca.uk] INFO: Scrape type for MC21%20AUU: 2
2026-03-30 06:38:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 203be40c-54bd-5178-93b5-a336c20c907b with identifier: MC21%20AUU
2026-03-30 06:38:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 203be40c-54bd-5178-93b5-a336c20c907b with scrape type 2
2026-03-30 06:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 203be40c-54bd-5178-93b5-a336c20c907b with scrape type 2
2026-03-30 06:38:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 203be40c-54bd-5178-93b5-a336c20c907b, identifier: MC21%20AUU
2026-03-30 06:38:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70c49f09-4464-500e-a63d-110ab2e11a59 with identifier: DL74%20WBK
2026-03-30 06:38:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70c49f09-4464-500e-a63d-110ab2e11a59 with identifier: DL74%20WBK
2026-03-30 06:38:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70c49f09-4464-500e-a63d-110ab2e11a59 with identifier: DL74%20WBK to the API
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20WBK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '70c49f09-4464-500e-a63d-110ab2e11a59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL74 WBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20WBK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 8597,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 MH 136 ULTIMATE E-DCT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MH 136 ULTIMATE E-DCT6',
 'vin': 'VXKKAHPY7R6057044',
 'year': 2024}
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WBK%27 HTTP/1.1" 200 None
2026-03-30 06:38:46 [bca.uk] INFO: Saving data for DL74%20WBK: {'auction_closing_time': 1775037600.0, 'created_time': 1773839884.662265, 'last_price_update_time': 1774852726.386432}
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520WBK') HTTP/1.1" 204 0
2026-03-30 06:38:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f5b6927-b00f-531e-96db-76f6b7e8272d with identifier: LC23%20CFX
2026-03-30 06:38:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f5b6927-b00f-531e-96db-76f6b7e8272d with identifier: LC23%20CFX
2026-03-30 06:38:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f5b6927-b00f-531e-96db-76f6b7e8272d with identifier: LC23%20CFX to the API
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC23%20CFX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8f5b6927-b00f-531e-96db-76f6b7e8272d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC23 CFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC23%20CFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 17938,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 45E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 45E M SPORT',
 'vin': 'WBATA620X09S04033',
 'year': 2023}
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC23%2520CFX%27 HTTP/1.1" 200 None
2026-03-30 06:38:46 [bca.uk] INFO: Saving data for LC23%20CFX: {'auction_closing_time': 1775124000.0, 'created_time': 1774534261.733655, 'last_price_update_time': 1774852726.695878}
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC23%2520CFX') HTTP/1.1" 204 0
2026-03-30 06:38:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86ccec86-71ce-5524-ab02-b3e327e53bed with identifier: DL74%20WUJ
2026-03-30 06:38:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86ccec86-71ce-5524-ab02-b3e327e53bed with identifier: DL74%20WUJ
2026-03-30 06:38:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86ccec86-71ce-5524-ab02-b3e327e53bed with identifier: DL74%20WUJ to the API
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=88&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL74%20WUJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '86ccec86-71ce-5524-ab02-b3e327e53bed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL74 WUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL74%20WUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND E',
 'odometer': 8011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND E 157KW 73KWH ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': '157KW 73KWH ULTIMATE',
 'vin': 'VXKKCZKZ4R6052920',
 'year': 2024}
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL74%2520WUJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:46 [bca.uk] INFO: Saving data for DL74%20WUJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773832355.940691, 'last_price_update_time': 1774852726.979048}
2026-03-30 06:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL74%2520WUJ') HTTP/1.1" 204 0
2026-03-30 06:38:47 [bca.uk] INFO: Found listing with ID: GL71%20OPD
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520OPD%27 HTTP/1.1" 200 None
2026-03-30 06:38:47 [bca.uk] INFO: Scrape type for GL71%20OPD: 2
2026-03-30 06:38:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43009bcc-812a-56ab-98a2-ac6a8ae11456 with identifier: GL71%20OPD
2026-03-30 06:38:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43009bcc-812a-56ab-98a2-ac6a8ae11456 with scrape type 2
2026-03-30 06:38:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43009bcc-812a-56ab-98a2-ac6a8ae11456 with scrape type 2
2026-03-30 06:38:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43009bcc-812a-56ab-98a2-ac6a8ae11456, identifier: GL71%20OPD
2026-03-30 06:38:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 203be40c-54bd-5178-93b5-a336c20c907b with identifier: MC21%20AUU
2026-03-30 06:38:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 203be40c-54bd-5178-93b5-a336c20c907b with identifier: MC21%20AUU
2026-03-30 06:38:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 203be40c-54bd-5178-93b5-a336c20c907b with identifier: MC21%20AUU to the API
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC21%20AUU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': '203be40c-54bd-5178-93b5-a336c20c907b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MC21 AUU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC21%20AUU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 DE EQ-P',
 'odometer': 105206,
 'odometer_reading_unit': '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 ED.9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE ED.9G',
 'vin': 'W1K2050132R639027',
 'year': 2021}
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC21%2520AUU%27 HTTP/1.1" 200 None
2026-03-30 06:38:47 [bca.uk] INFO: Saving data for MC21%20AUU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534113.728919, 'last_price_update_time': 1774852727.418781}
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC21%2520AUU') HTTP/1.1" 204 0
2026-03-30 06:38:47 [bca.uk] INFO: Found listing with ID: DP74%20RVV
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RVV%27 HTTP/1.1" 200 None
2026-03-30 06:38:47 [bca.uk] INFO: Scrape type for DP74%20RVV: 2
2026-03-30 06:38:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with identifier: DP74%20RVV
2026-03-30 06:38:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with scrape type 2
2026-03-30 06:38:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with scrape type 2
2026-03-30 06:38:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 862a6cd0-fede-5bf4-bbbe-b8447dbadd01, identifier: DP74%20RVV
2026-03-30 06:38:47 [bca.uk] INFO: Found listing with ID: MA72%20KJO
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520KJO%27 HTTP/1.1" 200 None
2026-03-30 06:38:47 [bca.uk] INFO: Scrape type for MA72%20KJO: 2
2026-03-30 06:38:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with identifier: MA72%20KJO
2026-03-30 06:38:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with scrape type 2
2026-03-30 06:38:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with scrape type 2
2026-03-30 06:38:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1e82ec5-3201-5aed-a9a7-f8f1b51d0504, identifier: MA72%20KJO
2026-03-30 06:38:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43009bcc-812a-56ab-98a2-ac6a8ae11456 with identifier: GL71%20OPD
2026-03-30 06:38:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43009bcc-812a-56ab-98a2-ac6a8ae11456 with identifier: GL71%20OPD
2026-03-30 06:38:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43009bcc-812a-56ab-98a2-ac6a8ae11456 with identifier: GL71%20OPD to the API
2026-03-30 06:38:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL71%20OPD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '43009bcc-812a-56ab-98a2-ac6a8ae11456',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL71 OPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL71%20OPD&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 118273,
 'odometer_reading_unit': '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': 'LRW3F7EKXNC474751',
 'year': 2022}
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520OPD%27 HTTP/1.1" 200 None
2026-03-30 06:38:48 [bca.uk] INFO: Saving data for GL71%20OPD: {'auction_closing_time': 1774864800.0, 'created_time': 1774536339.21258, 'last_price_update_time': 1774852728.124643}
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL71%2520OPD') HTTP/1.1" 204 0
2026-03-30 06:38:48 [bca.uk] INFO: Found listing with ID: OV22%20AWX
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520AWX%27 HTTP/1.1" 200 None
2026-03-30 06:38:48 [bca.uk] INFO: Scrape type for OV22%20AWX: 2
2026-03-30 06:38:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1989adba-e864-5076-9fbe-83da8b948d35 with identifier: OV22%20AWX
2026-03-30 06:38:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1989adba-e864-5076-9fbe-83da8b948d35 with scrape type 2
2026-03-30 06:38:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1989adba-e864-5076-9fbe-83da8b948d35 with scrape type 2
2026-03-30 06:38:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1989adba-e864-5076-9fbe-83da8b948d35, identifier: OV22%20AWX
2026-03-30 06:38:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with identifier: DP74%20RVV
2026-03-30 06:38:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with identifier: DP74%20RVV
2026-03-30 06:38:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 862a6cd0-fede-5bf4-bbbe-b8447dbadd01 with identifier: DP74%20RVV to the API
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP74%20RVV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '862a6cd0-fede-5bf4-bbbe-b8447dbadd01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP74 RVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP74%20RVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 4487,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 MH 136 ULTIMATE E-DCT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MH 136 ULTIMATE E-DCT6',
 'vin': 'VXKKAHPY4R6057051',
 'year': 2024}
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP74%2520RVV%27 HTTP/1.1" 200 None
2026-03-30 06:38:48 [bca.uk] INFO: Saving data for DP74%20RVV: {'auction_closing_time': 1775037600.0, 'created_time': 1773839852.697461, 'last_price_update_time': 1774852728.571883}
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP74%2520RVV') HTTP/1.1" 204 0
2026-03-30 06:38:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with identifier: MA72%20KJO
2026-03-30 06:38:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with identifier: MA72%20KJO
2026-03-30 06:38:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1e82ec5-3201-5aed-a9a7-f8f1b51d0504 with identifier: MA72%20KJO to the API
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA72%20KJO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a1e82ec5-3201-5aed-a9a7-f8f1b51d0504',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA72 KJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA72%20KJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': 'X6',
 'odometer': 42483,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X6 3.0 MHT XDRIVE 30D M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'MHT XDRIVE 30D M SPORT STEP',
 'vin': 'WBAGT820109M43381',
 'year': 2022}
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520KJO%27 HTTP/1.1" 200 None
2026-03-30 06:38:48 [bca.uk] INFO: Saving data for MA72%20KJO: {'auction_closing_time': 1775124000.0, 'created_time': 1774364376.27683, 'last_price_update_time': 1774852728.874153}
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA72%2520KJO') HTTP/1.1" 204 0
2026-03-30 06:38:48 [bca.uk] INFO: Found listing with ID: MV67%20HPL
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520HPL%27 HTTP/1.1" 200 None
2026-03-30 06:38:48 [bca.uk] INFO: Scrape type for MV67%20HPL: 0
2026-03-30 06:38:48 [bca.uk] INFO: Found listing with ID: DX22%20YLM
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520YLM%27 HTTP/1.1" 200 None
2026-03-30 06:38:48 [bca.uk] INFO: Scrape type for DX22%20YLM: 2
2026-03-30 06:38:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef5a7215-a8f9-5b66-87be-52ad7fceb1d6 with identifier: DX22%20YLM
2026-03-30 06:38:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef5a7215-a8f9-5b66-87be-52ad7fceb1d6 with scrape type 2
2026-03-30 06:38:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef5a7215-a8f9-5b66-87be-52ad7fceb1d6 with scrape type 2
2026-03-30 06:38:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef5a7215-a8f9-5b66-87be-52ad7fceb1d6, identifier: DX22%20YLM
2026-03-30 06:38:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1989adba-e864-5076-9fbe-83da8b948d35 with identifier: OV22%20AWX
2026-03-30 06:38:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1989adba-e864-5076-9fbe-83da8b948d35 with identifier: OV22%20AWX
2026-03-30 06:38:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1989adba-e864-5076-9fbe-83da8b948d35 with identifier: OV22%20AWX to the API
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV22%20AWX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1989adba-e864-5076-9fbe-83da8b948d35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV22 AWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV22%20AWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 46321,
 'odometer_reading_unit': '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 170KW 78KWH SM2 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 78KWH SM2 LONG RANGE',
 'vin': 'LPSVSEGEKNL070059',
 'year': 2022}
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520AWX%27 HTTP/1.1" 200 None
2026-03-30 06:38:49 [bca.uk] INFO: Saving data for OV22%20AWX: {'auction_closing_time': 1774864800.0, 'created_time': 1773841081.618316, 'last_price_update_time': 1774852729.316193}
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV22%2520AWX') HTTP/1.1" 204 0
2026-03-30 06:38:49 [bca.uk] INFO: Found listing with ID: DS24%20OVU
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520OVU%27 HTTP/1.1" 200 None
2026-03-30 06:38:49 [bca.uk] INFO: Scrape type for DS24%20OVU: 0
2026-03-30 06:38:49 [bca.uk] INFO: Found listing with ID: DV24%20KFU
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520KFU%27 HTTP/1.1" 200 None
2026-03-30 06:38:49 [bca.uk] INFO: Scrape type for DV24%20KFU: 2
2026-03-30 06:38:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4161d389-bb35-5d85-a3db-b5be867d70dc with identifier: DV24%20KFU
2026-03-30 06:38:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4161d389-bb35-5d85-a3db-b5be867d70dc with scrape type 2
2026-03-30 06:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4161d389-bb35-5d85-a3db-b5be867d70dc with scrape type 2
2026-03-30 06:38:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4161d389-bb35-5d85-a3db-b5be867d70dc, identifier: DV24%20KFU
2026-03-30 06:38:49 [bca.uk] INFO: Found listing with ID: SN17%20UYJ
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN17%2520UYJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:49 [bca.uk] INFO: Scrape type for SN17%20UYJ: 2
2026-03-30 06:38:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with identifier: SN17%20UYJ
2026-03-30 06:38:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with scrape type 2
2026-03-30 06:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with scrape type 2
2026-03-30 06:38:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b90f231-e4d9-5a1f-b617-5a7b187ee899, identifier: SN17%20UYJ
2026-03-30 06:38:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef5a7215-a8f9-5b66-87be-52ad7fceb1d6 with identifier: DX22%20YLM
2026-03-30 06:38:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef5a7215-a8f9-5b66-87be-52ad7fceb1d6 with identifier: DX22%20YLM
2026-03-30 06:38:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef5a7215-a8f9-5b66-87be-52ad7fceb1d6 with identifier: DX22%20YLM to the API
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX22%20YLM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ef5a7215-a8f9-5b66-87be-52ad7fceb1d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX22 YLM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX22%20YLM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'E-NIRO',
 'odometer': 18167,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA E-NIRO 150KW 64KWH 2 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH 2',
 'vin': 'KNACB81GUN5148547',
 'year': 2022}
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520YLM%27 HTTP/1.1" 200 None
2026-03-30 06:38:49 [bca.uk] INFO: Saving data for DX22%20YLM: {'auction_closing_time': 1774864800.0, 'created_time': 1774536341.735334, 'last_price_update_time': 1774852729.85355}
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX22%2520YLM') HTTP/1.1" 204 0
2026-03-30 06:38:49 [bca.uk] INFO: Found listing with ID: RO23%20KJX
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520KJX%27 HTTP/1.1" 200 None
2026-03-30 06:38:49 [bca.uk] INFO: Scrape type for RO23%20KJX: 2
2026-03-30 06:38:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bd3bfc4-71b1-5fe3-b8c9-307a68063bef with identifier: RO23%20KJX
2026-03-30 06:38:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bd3bfc4-71b1-5fe3-b8c9-307a68063bef with scrape type 2
2026-03-30 06:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bd3bfc4-71b1-5fe3-b8c9-307a68063bef with scrape type 2
2026-03-30 06:38:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bd3bfc4-71b1-5fe3-b8c9-307a68063bef, identifier: RO23%20KJX
2026-03-30 06:38:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4161d389-bb35-5d85-a3db-b5be867d70dc with identifier: DV24%20KFU
2026-03-30 06:38:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4161d389-bb35-5d85-a3db-b5be867d70dc with identifier: DV24%20KFU
2026-03-30 06:38:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4161d389-bb35-5d85-a3db-b5be867d70dc with identifier: DV24%20KFU to the API
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV24%20KFU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4161d389-bb35-5d85-a3db-b5be867d70dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV24 KFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV24%20KFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 5261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS9R6008166',
 'year': 2024}
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV24%2520KFU%27 HTTP/1.1" 200 None
2026-03-30 06:38:50 [bca.uk] INFO: Saving data for DV24%20KFU: {'auction_closing_time': 1775037600.0, 'created_time': 1773823485.294886, 'last_price_update_time': 1774852730.25773}
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV24%2520KFU') HTTP/1.1" 204 0
2026-03-30 06:38:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with identifier: SN17%20UYJ
2026-03-30 06:38:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with identifier: SN17%20UYJ
2026-03-30 06:38:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b90f231-e4d9-5a1f-b617-5a7b187ee899 with identifier: SN17%20UYJ to the API
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN17%20UYJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b90f231-e4d9-5a1f-b617-5a7b187ee899',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN17 UYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN17%20UYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 136291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 GDI 2WD 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2WD 2 ISG',
 'vin': 'U5YPH814LHL251744',
 'year': 2017}
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN17%2520UYJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:50 [bca.uk] INFO: Saving data for SN17%20UYJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774006220.430551, 'last_price_update_time': 1774852730.587022}
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN17%2520UYJ') HTTP/1.1" 204 0
2026-03-30 06:38:50 [bca.uk] INFO: Total items found: 100
2026-03-30 06:38:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded
2026-03-30 06:38:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:38:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:38:50 [bca.uk] INFO: Found listing with ID: EO22%20GPK
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520GPK%27 HTTP/1.1" 200 None
2026-03-30 06:38:50 [bca.uk] INFO: Scrape type for EO22%20GPK: 2
2026-03-30 06:38:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27dbcd0b-2468-5406-9fd8-725697599a1b with identifier: EO22%20GPK
2026-03-30 06:38:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27dbcd0b-2468-5406-9fd8-725697599a1b with scrape type 2
2026-03-30 06:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27dbcd0b-2468-5406-9fd8-725697599a1b with scrape type 2
2026-03-30 06:38:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27dbcd0b-2468-5406-9fd8-725697599a1b, identifier: EO22%20GPK
2026-03-30 06:38:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bd3bfc4-71b1-5fe3-b8c9-307a68063bef with identifier: RO23%20KJX
2026-03-30 06:38:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bd3bfc4-71b1-5fe3-b8c9-307a68063bef with identifier: RO23%20KJX
2026-03-30 06:38:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bd3bfc4-71b1-5fe3-b8c9-307a68063bef with identifier: RO23%20KJX to the API
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO23%20KJX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3bd3bfc4-71b1-5fe3-b8c9-307a68063bef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO23 KJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO23%20KJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 33836,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 4 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 4',
 'vin': 'KNACT811UP5034487',
 'year': 2023}
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO23%2520KJX%27 HTTP/1.1" 200 None
2026-03-30 06:38:51 [bca.uk] INFO: Saving data for RO23%20KJX: {'auction_closing_time': 1774864800.0, 'created_time': 1773841090.15812, 'last_price_update_time': 1774852731.051774}
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO23%2520KJX') HTTP/1.1" 204 0
2026-03-30 06:38:51 [bca.uk] INFO: Found listing with ID: LN24%20TZH
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TZH%27 HTTP/1.1" 200 None
2026-03-30 06:38:51 [bca.uk] INFO: Scrape type for LN24%20TZH: 2
2026-03-30 06:38:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe701dcf-ffed-5623-9baa-d36e21d384af with identifier: LN24%20TZH
2026-03-30 06:38:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe701dcf-ffed-5623-9baa-d36e21d384af with scrape type 2
2026-03-30 06:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe701dcf-ffed-5623-9baa-d36e21d384af with scrape type 2
2026-03-30 06:38:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe701dcf-ffed-5623-9baa-d36e21d384af, identifier: LN24%20TZH
2026-03-30 06:38:51 [bca.uk] INFO: Found listing with ID: SJ72%20CWM
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ72%2520CWM%27 HTTP/1.1" 200 None
2026-03-30 06:38:51 [bca.uk] INFO: Scrape type for SJ72%20CWM: 2
2026-03-30 06:38:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03d4a2ef-1633-5fed-91be-aee9e914b2ca with identifier: SJ72%20CWM
2026-03-30 06:38:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03d4a2ef-1633-5fed-91be-aee9e914b2ca with scrape type 2
2026-03-30 06:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03d4a2ef-1633-5fed-91be-aee9e914b2ca with scrape type 2
2026-03-30 06:38:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03d4a2ef-1633-5fed-91be-aee9e914b2ca, identifier: SJ72%20CWM
2026-03-30 06:38:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27dbcd0b-2468-5406-9fd8-725697599a1b with identifier: EO22%20GPK
2026-03-30 06:38:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27dbcd0b-2468-5406-9fd8-725697599a1b with identifier: EO22%20GPK
2026-03-30 06:38:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27dbcd0b-2468-5406-9fd8-725697599a1b with identifier: EO22%20GPK to the API
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO22%20GPK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '27dbcd0b-2468-5406-9fd8-725697599a1b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EO22 GPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO22%20GPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8085,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ELITE ED. Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 100 ELITE ED.',
 'vin': 'VXKUPHNKSN4221380',
 'year': 2022}
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520GPK%27 HTTP/1.1" 200 None
2026-03-30 06:38:51 [bca.uk] INFO: Saving data for EO22%20GPK: {'auction_closing_time': 1774864800.0, 'created_time': 1774365394.294998, 'last_price_update_time': 1774852731.596267}
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO22%2520GPK') HTTP/1.1" 204 0
2026-03-30 06:38:51 [bca.uk] INFO: Found listing with ID: SG23%20YNK
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520YNK%27 HTTP/1.1" 200 None
2026-03-30 06:38:51 [bca.uk] INFO: Scrape type for SG23%20YNK: 2
2026-03-30 06:38:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88d985c8-4eee-5307-ad27-e2ca609ca6c7 with identifier: SG23%20YNK
2026-03-30 06:38:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88d985c8-4eee-5307-ad27-e2ca609ca6c7 with scrape type 2
2026-03-30 06:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88d985c8-4eee-5307-ad27-e2ca609ca6c7 with scrape type 2
2026-03-30 06:38:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88d985c8-4eee-5307-ad27-e2ca609ca6c7, identifier: SG23%20YNK
2026-03-30 06:38:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe701dcf-ffed-5623-9baa-d36e21d384af with identifier: LN24%20TZH
2026-03-30 06:38:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe701dcf-ffed-5623-9baa-d36e21d384af with identifier: LN24%20TZH
2026-03-30 06:38:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe701dcf-ffed-5623-9baa-d36e21d384af with identifier: LN24%20TZH to the API
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20TZH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fe701dcf-ffed-5623-9baa-d36e21d384af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 TZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20TZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 11152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.2 TURBO 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 GS',
 'vin': 'VXKUSHNSSRW013450',
 'year': 2024}
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TZH%27 HTTP/1.1" 200 None
2026-03-30 06:38:52 [bca.uk] INFO: Saving data for LN24%20TZH: {'auction_closing_time': 1775037600.0, 'created_time': 1774015563.902373, 'last_price_update_time': 1774852732.096534}
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520TZH') HTTP/1.1" 204 0
2026-03-30 06:38:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03d4a2ef-1633-5fed-91be-aee9e914b2ca with identifier: SJ72%20CWM
2026-03-30 06:38:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03d4a2ef-1633-5fed-91be-aee9e914b2ca with identifier: SJ72%20CWM
2026-03-30 06:38:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03d4a2ef-1633-5fed-91be-aee9e914b2ca with identifier: SJ72%20CWM to the API
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ72%20CWM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '03d4a2ef-1633-5fed-91be-aee9e914b2ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SJ72 CWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ72%20CWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 26675,
 'odometer_reading_unit': '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': 'SALZA2ATXPH209002',
 'year': 2022}
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ72%2520CWM%27 HTTP/1.1" 200 None
2026-03-30 06:38:52 [bca.uk] INFO: Saving data for SJ72%20CWM: {'auction_closing_time': 1774951200.0, 'created_time': 1773930632.103512, 'last_price_update_time': 1774852732.381199}
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ72%2520CWM') HTTP/1.1" 204 0
2026-03-30 06:38:52 [bca.uk] INFO: Found listing with ID: CF75%20GGP
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF75%2520GGP%27 HTTP/1.1" 200 None
2026-03-30 06:38:52 [bca.uk] INFO: Scrape type for CF75%20GGP: 2
2026-03-30 06:38:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cfddcf1-876c-50f8-9e1d-01918ca5dede with identifier: CF75%20GGP
2026-03-30 06:38:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cfddcf1-876c-50f8-9e1d-01918ca5dede with scrape type 2
2026-03-30 06:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cfddcf1-876c-50f8-9e1d-01918ca5dede with scrape type 2
2026-03-30 06:38:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cfddcf1-876c-50f8-9e1d-01918ca5dede, identifier: CF75%20GGP
2026-03-30 06:38:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:38:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:38:52 [bca.uk] INFO: Found listing with ID: EO22%20HPE
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520HPE%27 HTTP/1.1" 200 None
2026-03-30 06:38:52 [bca.uk] INFO: Scrape type for EO22%20HPE: 2
2026-03-30 06:38:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0d99759-fe8f-582c-80d4-e9264b6da197 with identifier: EO22%20HPE
2026-03-30 06:38:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0d99759-fe8f-582c-80d4-e9264b6da197 with scrape type 2
2026-03-30 06:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0d99759-fe8f-582c-80d4-e9264b6da197 with scrape type 2
2026-03-30 06:38:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0d99759-fe8f-582c-80d4-e9264b6da197, identifier: EO22%20HPE
2026-03-30 06:38:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88d985c8-4eee-5307-ad27-e2ca609ca6c7 with identifier: SG23%20YNK
2026-03-30 06:38:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88d985c8-4eee-5307-ad27-e2ca609ca6c7 with identifier: SG23%20YNK
2026-03-30 06:38:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88d985c8-4eee-5307-ad27-e2ca609ca6c7 with identifier: SG23%20YNK to the API
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG23%20YNK-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': '88d985c8-4eee-5307-ad27-e2ca609ca6c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG23 YNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG23%20YNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 57494,
 'odometer_reading_unit': '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 T-GDI PHEV EXCLUSIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV EXCLUSIVE',
 'vin': 'LSJA24390PN032622',
 'year': 2023}
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520YNK%27 HTTP/1.1" 200 None
2026-03-30 06:38:52 [bca.uk] INFO: Saving data for SG23%20YNK: {'auction_closing_time': 1774864800.0, 'created_time': 1774534114.782696, 'last_price_update_time': 1774852732.890649}
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG23%2520YNK') HTTP/1.1" 204 0
2026-03-30 06:38:52 [bca.uk] INFO: Found listing with ID: LG22%20DVP
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520DVP%27 HTTP/1.1" 200 None
2026-03-30 06:38:52 [bca.uk] INFO: Scrape type for LG22%20DVP: 2
2026-03-30 06:38:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64eca719-7552-5195-b959-80da4d3d13ea with identifier: LG22%20DVP
2026-03-30 06:38:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64eca719-7552-5195-b959-80da4d3d13ea with scrape type 2
2026-03-30 06:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64eca719-7552-5195-b959-80da4d3d13ea with scrape type 2
2026-03-30 06:38:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64eca719-7552-5195-b959-80da4d3d13ea, identifier: LG22%20DVP
2026-03-30 06:38:53 [bca.uk] INFO: Found listing with ID: DY19%20EOJ
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520EOJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:53 [bca.uk] INFO: Scrape type for DY19%20EOJ: 2
2026-03-30 06:38:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 755dae38-7fc6-5686-9940-9e0dc44ba446 with identifier: DY19%20EOJ
2026-03-30 06:38:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 755dae38-7fc6-5686-9940-9e0dc44ba446 with scrape type 2
2026-03-30 06:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 755dae38-7fc6-5686-9940-9e0dc44ba446 with scrape type 2
2026-03-30 06:38:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 755dae38-7fc6-5686-9940-9e0dc44ba446, identifier: DY19%20EOJ
2026-03-30 06:38:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cfddcf1-876c-50f8-9e1d-01918ca5dede with identifier: CF75%20GGP
2026-03-30 06:38:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cfddcf1-876c-50f8-9e1d-01918ca5dede with identifier: CF75%20GGP
2026-03-30 06:38:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cfddcf1-876c-50f8-9e1d-01918ca5dede with identifier: CF75%20GGP to the API
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF75%20GGP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1cfddcf1-876c-50f8-9e1d-01918ca5dede',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF75 GGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF75%20GGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 1502,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2026-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-2008 115KW 54KWH GT Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 54KWH GT',
 'vin': 'VR3UKZKW7SJ929003',
 'year': 2026}
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF75%2520GGP%27 HTTP/1.1" 200 None
2026-03-30 06:38:53 [bca.uk] INFO: Saving data for CF75%20GGP: {'auction_closing_time': 1774864800.0, 'created_time': 1774534473.508729, 'last_price_update_time': 1774852733.434339}
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF75%2520GGP') HTTP/1.1" 204 0
2026-03-30 06:38: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:38:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0d99759-fe8f-582c-80d4-e9264b6da197 with identifier: EO22%20HPE
2026-03-30 06:38:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0d99759-fe8f-582c-80d4-e9264b6da197 with identifier: EO22%20HPE
2026-03-30 06:38:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0d99759-fe8f-582c-80d4-e9264b6da197 with identifier: EO22%20HPE to the API
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO22%20HPE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd0d99759-fe8f-582c-80d4-e9264b6da197',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EO22 HPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO22%20HPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'EQC 400',
 'odometer': 28844,
 'odometer_reading_unit': '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': 'W1K2938902F041927',
 'year': 2022}
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO22%2520HPE%27 HTTP/1.1" 200 None
2026-03-30 06:38:53 [bca.uk] INFO: Saving data for EO22%20HPE: {'auction_closing_time': 1774864800.0, 'created_time': 1773929062.617306, 'last_price_update_time': 1774852733.732905}
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO22%2520HPE') HTTP/1.1" 204 0
2026-03-30 06:38:53 [bca.uk] INFO: Found listing with ID: SH73%20OUC
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH73%2520OUC%27 HTTP/1.1" 200 None
2026-03-30 06:38:53 [bca.uk] INFO: Scrape type for SH73%20OUC: 2
2026-03-30 06:38:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38e135a4-ce55-5640-b172-668b7c4ad5ac with identifier: SH73%20OUC
2026-03-30 06:38:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38e135a4-ce55-5640-b172-668b7c4ad5ac with scrape type 2
2026-03-30 06:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38e135a4-ce55-5640-b172-668b7c4ad5ac with scrape type 2
2026-03-30 06:38:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38e135a4-ce55-5640-b172-668b7c4ad5ac, identifier: SH73%20OUC
2026-03-30 06:38:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64eca719-7552-5195-b959-80da4d3d13ea with identifier: LG22%20DVP
2026-03-30 06:38:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64eca719-7552-5195-b959-80da4d3d13ea with identifier: LG22%20DVP
2026-03-30 06:38:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64eca719-7552-5195-b959-80da4d3d13ea with identifier: LG22%20DVP to the API
2026-03-30 06:38:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG22%20DVP-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '64eca719-7552-5195-b959-80da4d3d13ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG22 DVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG22%20DVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'HARLEY-DAVIDSON',
 'model': 'FLHCS',
 'odometer': 2160,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON FLHCS 114 S/T HERITAGE CLASSIC MBK',
 'transmission': 'automatic',
 'trim': '114 S/T HERITAGE CLASSIC MBK',
 'vin': '5HD1YBK47MS058200',
 'year': 2022}
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG22%2520DVP%27 HTTP/1.1" 200 None
2026-03-30 06:38:54 [bca.uk] INFO: Saving data for LG22%20DVP: {'auction_closing_time': 1775124000.0, 'created_time': 1774534100.843289, 'last_price_update_time': 1774852734.212771}
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG22%2520DVP') HTTP/1.1" 204 0
2026-03-30 06:38:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 755dae38-7fc6-5686-9940-9e0dc44ba446 with identifier: DY19%20EOJ
2026-03-30 06:38:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 755dae38-7fc6-5686-9940-9e0dc44ba446 with identifier: DY19%20EOJ
2026-03-30 06:38:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 755dae38-7fc6-5686-9940-9e0dc44ba446 with identifier: DY19%20EOJ to the API
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY19%20EOJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '755dae38-7fc6-5686-9940-9e0dc44ba446',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY19 EOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY19%20EOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 98081,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.5 TD 102 ECOTEC SE Hatchback',
 'transmission': 'manual',
 'trim': 'TD 102 ECOTEC SE',
 'vin': 'W0V7D9EG3K4197552',
 'year': 2019}
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY19%2520EOJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:54 [bca.uk] INFO: Saving data for DY19%20EOJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773908798.840707, 'last_price_update_time': 1774852734.507451}
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY19%2520EOJ') HTTP/1.1" 204 0
2026-03-30 06:38:54 [bca.uk] INFO: Found listing with ID: FV72%20KGY
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520KGY%27 HTTP/1.1" 200 None
2026-03-30 06:38:54 [bca.uk] INFO: Scrape type for FV72%20KGY: 2
2026-03-30 06:38:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5517767-085c-5a2a-9937-0cc1111f2275 with identifier: FV72%20KGY
2026-03-30 06:38:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5517767-085c-5a2a-9937-0cc1111f2275 with scrape type 2
2026-03-30 06:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5517767-085c-5a2a-9937-0cc1111f2275 with scrape type 2
2026-03-30 06:38:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5517767-085c-5a2a-9937-0cc1111f2275, identifier: FV72%20KGY
2026-03-30 06:38:54 [bca.uk] INFO: Found listing with ID: GY23%20CUW
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520CUW%27 HTTP/1.1" 200 None
2026-03-30 06:38:54 [bca.uk] INFO: Scrape type for GY23%20CUW: 2
2026-03-30 06:38:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7c7823b-596d-532b-a316-7d8963e1fbef with identifier: GY23%20CUW
2026-03-30 06:38:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7c7823b-596d-532b-a316-7d8963e1fbef with scrape type 2
2026-03-30 06:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7c7823b-596d-532b-a316-7d8963e1fbef with scrape type 2
2026-03-30 06:38:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7c7823b-596d-532b-a316-7d8963e1fbef, identifier: GY23%20CUW
2026-03-30 06:38:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38e135a4-ce55-5640-b172-668b7c4ad5ac with identifier: SH73%20OUC
2026-03-30 06:38:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38e135a4-ce55-5640-b172-668b7c4ad5ac with identifier: SH73%20OUC
2026-03-30 06:38:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38e135a4-ce55-5640-b172-668b7c4ad5ac with identifier: SH73%20OUC to the API
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH73%20OUC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '38e135a4-ce55-5640-b172-668b7c4ad5ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SH73 OUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH73%20OUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 13915,
 'odometer_reading_unit': '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': 'LRWYHCFS8RC229718',
 'year': 2023}
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH73%2520OUC%27 HTTP/1.1" 200 None
2026-03-30 06:38:55 [bca.uk] INFO: Saving data for SH73%20OUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774534116.930184, 'last_price_update_time': 1774852735.007958}
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH73%2520OUC') HTTP/1.1" 204 0
2026-03-30 06:38:55 [bca.uk] INFO: Found listing with ID: YH73%20GLJ
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520GLJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:55 [bca.uk] INFO: Scrape type for YH73%20GLJ: 2
2026-03-30 06:38:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45e98b09-d5f2-50d6-8aa9-dda77445c35b with identifier: YH73%20GLJ
2026-03-30 06:38:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45e98b09-d5f2-50d6-8aa9-dda77445c35b with scrape type 2
2026-03-30 06:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45e98b09-d5f2-50d6-8aa9-dda77445c35b with scrape type 2
2026-03-30 06:38:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45e98b09-d5f2-50d6-8aa9-dda77445c35b, identifier: YH73%20GLJ
2026-03-30 06:38:55 [bca.uk] INFO: Found listing with ID: BV17%20CFG
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV17%2520CFG%27 HTTP/1.1" 200 None
2026-03-30 06:38:55 [bca.uk] INFO: Scrape type for BV17%20CFG: 2
2026-03-30 06:38:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d87e883-d6fd-588c-9bb6-1791cebcfe3e with identifier: BV17%20CFG
2026-03-30 06:38:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d87e883-d6fd-588c-9bb6-1791cebcfe3e with scrape type 2
2026-03-30 06:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d87e883-d6fd-588c-9bb6-1791cebcfe3e with scrape type 2
2026-03-30 06:38:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d87e883-d6fd-588c-9bb6-1791cebcfe3e, identifier: BV17%20CFG
2026-03-30 06:38:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5517767-085c-5a2a-9937-0cc1111f2275 with identifier: FV72%20KGY
2026-03-30 06:38:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5517767-085c-5a2a-9937-0cc1111f2275 with identifier: FV72%20KGY
2026-03-30 06:38:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5517767-085c-5a2a-9937-0cc1111f2275 with identifier: FV72%20KGY to the API
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV72%20KGY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b5517767-085c-5a2a-9937-0cc1111f2275',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV72 KGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV72%20KGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 24781,
 'odometer_reading_unit': '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': 'W1N9N0CBXPJ044672',
 'year': 2023}
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520KGY%27 HTTP/1.1" 200 None
2026-03-30 06:38:55 [bca.uk] INFO: Saving data for FV72%20KGY: {'auction_closing_time': 1774864800.0, 'created_time': 1774534473.075503, 'last_price_update_time': 1774852735.5043}
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV72%2520KGY') HTTP/1.1" 204 0
2026-03-30 06:38:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7c7823b-596d-532b-a316-7d8963e1fbef with identifier: GY23%20CUW
2026-03-30 06:38:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7c7823b-596d-532b-a316-7d8963e1fbef with identifier: GY23%20CUW
2026-03-30 06:38:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7c7823b-596d-532b-a316-7d8963e1fbef with identifier: GY23%20CUW to the API
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY23%20CUW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c7c7823b-596d-532b-a316-7d8963e1fbef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY23 CUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY23%20CUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'EQE 300',
 'odometer': 29793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQE 300 AMG LINE PREMIUM Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'W1KEG1BB1PF015867',
 'year': 2023}
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520CUW%27 HTTP/1.1" 200 None
2026-03-30 06:38:55 [bca.uk] INFO: Saving data for GY23%20CUW: {'auction_closing_time': 1774864800.0, 'created_time': 1774276918.237001, 'last_price_update_time': 1774852735.829157}
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY23%2520CUW') HTTP/1.1" 204 0
2026-03-30 06:38:55 [bca.uk] INFO: Found listing with ID: WD73%20YVK
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD73%2520YVK%27 HTTP/1.1" 200 None
2026-03-30 06:38:55 [bca.uk] INFO: Scrape type for WD73%20YVK: 2
2026-03-30 06:38:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe2f481e-b771-5d72-b111-fc9c83af49d2 with identifier: WD73%20YVK
2026-03-30 06:38:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe2f481e-b771-5d72-b111-fc9c83af49d2 with scrape type 2
2026-03-30 06:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe2f481e-b771-5d72-b111-fc9c83af49d2 with scrape type 2
2026-03-30 06:38:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe2f481e-b771-5d72-b111-fc9c83af49d2, identifier: WD73%20YVK
2026-03-30 06:38:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45e98b09-d5f2-50d6-8aa9-dda77445c35b with identifier: YH73%20GLJ
2026-03-30 06:38:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45e98b09-d5f2-50d6-8aa9-dda77445c35b with identifier: YH73%20GLJ
2026-03-30 06:38:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45e98b09-d5f2-50d6-8aa9-dda77445c35b with identifier: YH73%20GLJ to the API
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH73%20GLJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '45e98b09-d5f2-50d6-8aa9-dda77445c35b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH73 GLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH73%20GLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '320I',
 'odometer': 23165,
 'odometer_reading_unit': '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 320I 2.0 T SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T SPORT STEP',
 'vin': 'WBA50FF0X08D31783',
 'year': 2023}
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH73%2520GLJ%27 HTTP/1.1" 200 None
2026-03-30 06:38:56 [bca.uk] INFO: Saving data for YH73%20GLJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534059.373101, 'last_price_update_time': 1774852736.267176}
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH73%2520GLJ') HTTP/1.1" 204 0
2026-03-30 06:38:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d87e883-d6fd-588c-9bb6-1791cebcfe3e with identifier: BV17%20CFG
2026-03-30 06:38:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d87e883-d6fd-588c-9bb6-1791cebcfe3e with identifier: BV17%20CFG
2026-03-30 06:38:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d87e883-d6fd-588c-9bb6-1791cebcfe3e with identifier: BV17%20CFG to the API
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV17%20CFG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8d87e883-d6fd-588c-9bb6-1791cebcfe3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV17 CFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV17%20CFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250 D',
 'odometer': 101022,
 'odometer_reading_unit': '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 250 D 2.1 AMG LINE 4M 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'WDC2533092F168574',
 'year': 2017}
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV17%2520CFG%27 HTTP/1.1" 200 None
2026-03-30 06:38:56 [bca.uk] INFO: Saving data for BV17%20CFG: {'auction_closing_time': 1774951200.0, 'created_time': 1774016933.552371, 'last_price_update_time': 1774852736.64612}
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV17%2520CFG') HTTP/1.1" 204 0
2026-03-30 06:38:56 [bca.uk] INFO: Found listing with ID: LO64%20HHD
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520HHD%27 HTTP/1.1" 200 None
2026-03-30 06:38:56 [bca.uk] INFO: Scrape type for LO64%20HHD: 2
2026-03-30 06:38:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with identifier: LO64%20HHD
2026-03-30 06:38:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with scrape type 2
2026-03-30 06:38:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with scrape type 2
2026-03-30 06:38:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e197270-dbb8-51e5-92f0-9e2a1cbcba81, identifier: LO64%20HHD
2026-03-30 06:38:56 [bca.uk] INFO: Found listing with ID: KJ21%20ZBU
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ21%2520ZBU%27 HTTP/1.1" 200 None
2026-03-30 06:38:56 [bca.uk] INFO: Scrape type for KJ21%20ZBU: 2
2026-03-30 06:38:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f858caa-d490-5441-8ed6-b47c8ca85e81 with identifier: KJ21%20ZBU
2026-03-30 06:38:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f858caa-d490-5441-8ed6-b47c8ca85e81 with scrape type 2
2026-03-30 06:38:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f858caa-d490-5441-8ed6-b47c8ca85e81 with scrape type 2
2026-03-30 06:38:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f858caa-d490-5441-8ed6-b47c8ca85e81, identifier: KJ21%20ZBU
2026-03-30 06:38:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe2f481e-b771-5d72-b111-fc9c83af49d2 with identifier: WD73%20YVK
2026-03-30 06:38:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe2f481e-b771-5d72-b111-fc9c83af49d2 with identifier: WD73%20YVK
2026-03-30 06:38:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe2f481e-b771-5d72-b111-fc9c83af49d2 with identifier: WD73%20YVK to the API
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD73%20YVK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fe2f481e-b771-5d72-b111-fc9c83af49d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD73 YVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD73%20YVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'GWM ORA',
 'model': 'ORA 03',
 'odometer': 17062,
 'odometer_reading_unit': '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': 'LGWEEUA52NK636639',
 'year': 2024}
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD73%2520YVK%27 HTTP/1.1" 200 None
2026-03-30 06:38:57 [bca.uk] INFO: Saving data for WD73%20YVK: {'auction_closing_time': 1774864800.0, 'created_time': 1773840983.925195, 'last_price_update_time': 1774852737.189906}
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD73%2520YVK') HTTP/1.1" 204 0
2026-03-30 06:38:57 [bca.uk] INFO: Found listing with ID: LM24%20WMO
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM24%2520WMO%27 HTTP/1.1" 200 None
2026-03-30 06:38:57 [bca.uk] INFO: Scrape type for LM24%20WMO: 2
2026-03-30 06:38:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6513ab61-802f-5309-85e9-594ec4dda804 with identifier: LM24%20WMO
2026-03-30 06:38:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6513ab61-802f-5309-85e9-594ec4dda804 with scrape type 2
2026-03-30 06:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6513ab61-802f-5309-85e9-594ec4dda804 with scrape type 2
2026-03-30 06:38:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6513ab61-802f-5309-85e9-594ec4dda804, identifier: LM24%20WMO
2026-03-30 06:38:57 [bca.uk] INFO: Found listing with ID: GL61%20DYT
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL61%2520DYT%27 HTTP/1.1" 200 None
2026-03-30 06:38:57 [bca.uk] INFO: Scrape type for GL61%20DYT: 2
2026-03-30 06:38:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 395fd268-05d5-58ae-b918-02cec817ba0c with identifier: GL61%20DYT
2026-03-30 06:38:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 395fd268-05d5-58ae-b918-02cec817ba0c with scrape type 2
2026-03-30 06:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 395fd268-05d5-58ae-b918-02cec817ba0c with scrape type 2
2026-03-30 06:38:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 395fd268-05d5-58ae-b918-02cec817ba0c, identifier: GL61%20DYT
2026-03-30 06:38:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with identifier: LO64%20HHD
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white+silver HTTP/1.1" 200 None
2026-03-30 06:38:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:38:57 [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:38:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with identifier: LO64%20HHD
2026-03-30 06:38:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e197270-dbb8-51e5-92f0-9e2a1cbcba81 with identifier: LO64%20HHD to the API
2026-03-30 06:38:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO64%20HHD-GB',
 'category': 'Car',
 'color': 'white silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6e197270-dbb8-51e5-92f0-9e2a1cbcba81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO64 HHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO64%20HHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 86473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 D 116 Hatchback',
 'transmission': 'automatic',
 'trim': 'D 116',
 'vin': 'WMWXN320003A06118',
 'year': 2014}
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520HHD%27 HTTP/1.1" 200 None
2026-03-30 06:38:58 [bca.uk] INFO: Saving data for LO64%20HHD: {'auction_closing_time': 1774864800.0, 'created_time': 1773837527.677298, 'last_price_update_time': 1774852738.218404}
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO64%2520HHD') HTTP/1.1" 204 0
2026-03-30 06:38:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f858caa-d490-5441-8ed6-b47c8ca85e81 with identifier: KJ21%20ZBU
2026-03-30 06:38:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f858caa-d490-5441-8ed6-b47c8ca85e81 with identifier: KJ21%20ZBU
2026-03-30 06:38:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f858caa-d490-5441-8ed6-b47c8ca85e81 with identifier: KJ21%20ZBU to the API
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 46,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ21%20ZBU-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': '7f858caa-d490-5441-8ed6-b47c8ca85e81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KJ21 ZBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ21%20ZBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 90803,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 30E M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT STEP',
 'vin': 'WBATS120109H59231',
 'year': 2021}
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ21%2520ZBU%27 HTTP/1.1" 200 None
2026-03-30 06:38:58 [bca.uk] INFO: Saving data for KJ21%20ZBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774536314.005906, 'last_price_update_time': 1774852738.54526}
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ21%2520ZBU') HTTP/1.1" 204 0
2026-03-30 06:38:58 [bca.uk] INFO: Found listing with ID: YT23%20GXA
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT23%2520GXA%27 HTTP/1.1" 200 None
2026-03-30 06:38:58 [bca.uk] INFO: Scrape type for YT23%20GXA: 2
2026-03-30 06:38:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0500ab9-595b-5789-bd7f-754c03db7d93 with identifier: YT23%20GXA
2026-03-30 06:38:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0500ab9-595b-5789-bd7f-754c03db7d93 with scrape type 2
2026-03-30 06:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0500ab9-595b-5789-bd7f-754c03db7d93 with scrape type 2
2026-03-30 06:38:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0500ab9-595b-5789-bd7f-754c03db7d93, identifier: YT23%20GXA
2026-03-30 06:38:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6513ab61-802f-5309-85e9-594ec4dda804 with identifier: LM24%20WMO
2026-03-30 06:38:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6513ab61-802f-5309-85e9-594ec4dda804 with identifier: LM24%20WMO
2026-03-30 06:38:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6513ab61-802f-5309-85e9-594ec4dda804 with identifier: LM24%20WMO to the API
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 28,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM24%20WMO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6513ab61-802f-5309-85e9-594ec4dda804',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM24 WMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM24%20WMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 13678,
 'odometer_reading_unit': '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.6 PHEV ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV ULTIMATE',
 'vin': 'W0VZ4DGZ2P6038589',
 'year': 2024}
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM24%2520WMO%27 HTTP/1.1" 200 None
2026-03-30 06:38:58 [bca.uk] INFO: Saving data for LM24%20WMO: {'auction_closing_time': 1775037600.0, 'created_time': 1773842957.634907, 'last_price_update_time': 1774852738.945031}
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM24%2520WMO') HTTP/1.1" 204 0
2026-03-30 06:38:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 395fd268-05d5-58ae-b918-02cec817ba0c with identifier: GL61%20DYT
2026-03-30 06:38:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 395fd268-05d5-58ae-b918-02cec817ba0c with identifier: GL61%20DYT
2026-03-30 06:38:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 395fd268-05d5-58ae-b918-02cec817ba0c with identifier: GL61%20DYT to the API
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL61%20DYT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '395fd268-05d5-58ae-b918-02cec817ba0c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL61 DYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL61%20DYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'S5 SPORTBACK',
 'odometer': 116653,
 'odometer_reading_unit': '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 S5 SPORTBACK 3.0 TFSI QUATTRO S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI QUATTRO S-T',
 'vin': 'WAUZZZ8T8BA084238',
 'year': 2012}
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL61%2520DYT%27 HTTP/1.1" 200 None
2026-03-30 06:38:59 [bca.uk] INFO: Saving data for GL61%20DYT: {'auction_closing_time': 1774951200.0, 'created_time': 1774447689.509771, 'last_price_update_time': 1774852739.240058}
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL61%2520DYT') HTTP/1.1" 204 0
2026-03-30 06:38:59 [bca.uk] INFO: Found listing with ID: RF65%20HTX
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF65%2520HTX%27 HTTP/1.1" 200 None
2026-03-30 06:38:59 [bca.uk] INFO: Scrape type for RF65%20HTX: 2
2026-03-30 06:38:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0210d106-fee0-50a1-9fe2-b1a549b8bb4b with identifier: RF65%20HTX
2026-03-30 06:38:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0210d106-fee0-50a1-9fe2-b1a549b8bb4b with scrape type 2
2026-03-30 06:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0210d106-fee0-50a1-9fe2-b1a549b8bb4b with scrape type 2
2026-03-30 06:38:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0210d106-fee0-50a1-9fe2-b1a549b8bb4b, identifier: RF65%20HTX
2026-03-30 06:38:59 [bca.uk] INFO: Found listing with ID: KX72%20TCZ
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX72%2520TCZ%27 HTTP/1.1" 200 None
2026-03-30 06:38:59 [bca.uk] INFO: Scrape type for KX72%20TCZ: 2
2026-03-30 06:38:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 691a5a38-7098-555c-b98b-7cd36b7786aa with identifier: KX72%20TCZ
2026-03-30 06:38:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691a5a38-7098-555c-b98b-7cd36b7786aa with scrape type 2
2026-03-30 06:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 691a5a38-7098-555c-b98b-7cd36b7786aa with scrape type 2
2026-03-30 06:38:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 691a5a38-7098-555c-b98b-7cd36b7786aa, identifier: KX72%20TCZ
2026-03-30 06:38:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0500ab9-595b-5789-bd7f-754c03db7d93 with identifier: YT23%20GXA
2026-03-30 06:38:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0500ab9-595b-5789-bd7f-754c03db7d93 with identifier: YT23%20GXA
2026-03-30 06:38:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0500ab9-595b-5789-bd7f-754c03db7d93 with identifier: YT23%20GXA to the API
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT23%20GXA-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': 'f0500ab9-595b-5789-bd7f-754c03db7d93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YT23 GXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT23%20GXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 47977,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACP81EVP5080449',
 'year': 2023}
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT23%2520GXA%27 HTTP/1.1" 200 None
2026-03-30 06:38:59 [bca.uk] INFO: Saving data for YT23%20GXA: {'auction_closing_time': 1774864800.0, 'created_time': 1774534116.48259, 'last_price_update_time': 1774852739.788559}
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT23%2520GXA') HTTP/1.1" 204 0
2026-03-30 06:38:59 [bca.uk] INFO: Found listing with ID: KY62%20JJX
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520JJX%27 HTTP/1.1" 200 None
2026-03-30 06:38:59 [bca.uk] INFO: Scrape type for KY62%20JJX: 2
2026-03-30 06:38:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with identifier: KY62%20JJX
2026-03-30 06:38:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with scrape type 2
2026-03-30 06:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with scrape type 2
2026-03-30 06:38:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99eac9a1-66cd-5a52-8d6b-685f7e1965fd, identifier: KY62%20JJX
2026-03-30 06:38:59 [bca.uk] INFO: Found listing with ID: GU21%20VUM
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU21%2520VUM%27 HTTP/1.1" 200 None
2026-03-30 06:38:59 [bca.uk] INFO: Scrape type for GU21%20VUM: 2
2026-03-30 06:38:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c30a8b43-2e57-5ee5-af78-a6f808ae0eb8 with identifier: GU21%20VUM
2026-03-30 06:38:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c30a8b43-2e57-5ee5-af78-a6f808ae0eb8 with scrape type 2
2026-03-30 06:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c30a8b43-2e57-5ee5-af78-a6f808ae0eb8 with scrape type 2
2026-03-30 06:39:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c30a8b43-2e57-5ee5-af78-a6f808ae0eb8, identifier: GU21%20VUM
2026-03-30 06:39:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0210d106-fee0-50a1-9fe2-b1a549b8bb4b with identifier: RF65%20HTX
2026-03-30 06:39:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0210d106-fee0-50a1-9fe2-b1a549b8bb4b with identifier: RF65%20HTX
2026-03-30 06:39:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0210d106-fee0-50a1-9fe2-b1a549b8bb4b with identifier: RF65%20HTX to the API
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF65%20HTX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0210d106-fee0-50a1-9fe2-b1a549b8bb4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF65 HTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF65%20HTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 95192,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 TITANIUM',
 'vin': 'WF05XXGCC5FP79889',
 'year': 2016}
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF65%2520HTX%27 HTTP/1.1" 200 None
2026-03-30 06:39:00 [bca.uk] INFO: Saving data for RF65%20HTX: {'auction_closing_time': 1774864800.0, 'created_time': 1774303675.571382, 'last_price_update_time': 1774852740.354216}
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF65%2520HTX') HTTP/1.1" 204 0
2026-03-30 06:39:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 691a5a38-7098-555c-b98b-7cd36b7786aa with identifier: KX72%20TCZ
2026-03-30 06:39:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 691a5a38-7098-555c-b98b-7cd36b7786aa with identifier: KX72%20TCZ
2026-03-30 06:39:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 691a5a38-7098-555c-b98b-7cd36b7786aa with identifier: KX72%20TCZ to the API
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX72%20TCZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '691a5a38-7098-555c-b98b-7cd36b7786aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KX72 TCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX72%20TCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 22171,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SUZUKI VITARA 1.4 B-JET 48V HYBRID SZ-T ALLGRIP Hatchback',
 'transmission': 'manual',
 'trim': 'B-JET 48V HYBRID SZ-T ALLGRIP',
 'vin': 'TSMLYED1S00B33771',
 'year': 2022}
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX72%2520TCZ%27 HTTP/1.1" 200 None
2026-03-30 06:39:00 [bca.uk] INFO: Saving data for KX72%20TCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774365331.952801, 'last_price_update_time': 1774852740.635471}
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX72%2520TCZ') HTTP/1.1" 204 0
2026-03-30 06:39:00 [bca.uk] INFO: Found listing with ID: KM20%20KCJ
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520KCJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:00 [bca.uk] INFO: Scrape type for KM20%20KCJ: 2
2026-03-30 06:39:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 370d0c5f-0644-5730-90be-f869a87a3d5e with identifier: KM20%20KCJ
2026-03-30 06:39:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 370d0c5f-0644-5730-90be-f869a87a3d5e with scrape type 2
2026-03-30 06:39:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 370d0c5f-0644-5730-90be-f869a87a3d5e with scrape type 2
2026-03-30 06:39:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 370d0c5f-0644-5730-90be-f869a87a3d5e, identifier: KM20%20KCJ
2026-03-30 06:39:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with identifier: KY62%20JJX
2026-03-30 06:39:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with identifier: KY62%20JJX
2026-03-30 06:39:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99eac9a1-66cd-5a52-8d6b-685f7e1965fd with identifier: KY62%20JJX to the API
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY62%20JJX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '99eac9a1-66cd-5a52-8d6b-685f7e1965fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY62 JJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY62%20JJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 99599,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALBA51BLDM419414',
 'year': 2012}
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520JJX%27 HTTP/1.1" 200 None
2026-03-30 06:39:01 [bca.uk] INFO: Saving data for KY62%20JJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774448738.068779, 'last_price_update_time': 1774852741.039935}
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY62%2520JJX') HTTP/1.1" 204 0
2026-03-30 06:39:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c30a8b43-2e57-5ee5-af78-a6f808ae0eb8 with identifier: GU21%20VUM
2026-03-30 06:39:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c30a8b43-2e57-5ee5-af78-a6f808ae0eb8 with identifier: GU21%20VUM
2026-03-30 06:39:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c30a8b43-2e57-5ee5-af78-a6f808ae0eb8 with identifier: GU21%20VUM to the API
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU21%20VUM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c30a8b43-2e57-5ee5-af78-a6f808ae0eb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU21 VUM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU21%20VUM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 40489,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 D300 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 R-DYNAMIC HSE',
 'vin': 'SALRA2AW6M2450922',
 'year': 2021}
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU21%2520VUM%27 HTTP/1.1" 200 None
2026-03-30 06:39:01 [bca.uk] INFO: Saving data for GU21%20VUM: {'auction_closing_time': 1775124000.0, 'created_time': 1774534223.807179, 'last_price_update_time': 1774852741.3446}
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU21%2520VUM') HTTP/1.1" 204 0
2026-03-30 06:39:01 [bca.uk] INFO: Found listing with ID: BJ72%20DRO
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520DRO%27 HTTP/1.1" 200 None
2026-03-30 06:39:01 [bca.uk] INFO: Scrape type for BJ72%20DRO: 2
2026-03-30 06:39:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72186edf-413d-5742-bc64-da2f2c606400 with identifier: BJ72%20DRO
2026-03-30 06:39:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72186edf-413d-5742-bc64-da2f2c606400 with scrape type 2
2026-03-30 06:39:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72186edf-413d-5742-bc64-da2f2c606400 with scrape type 2
2026-03-30 06:39:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72186edf-413d-5742-bc64-da2f2c606400, identifier: BJ72%20DRO
2026-03-30 06:39:01 [bca.uk] INFO: Found listing with ID: LA72%20DZU
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520DZU%27 HTTP/1.1" 200 None
2026-03-30 06:39:01 [bca.uk] INFO: Scrape type for LA72%20DZU: 2
2026-03-30 06:39:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef312242-a130-5764-ad1a-59738c4c5963 with identifier: LA72%20DZU
2026-03-30 06:39:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef312242-a130-5764-ad1a-59738c4c5963 with scrape type 2
2026-03-30 06:39:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef312242-a130-5764-ad1a-59738c4c5963 with scrape type 2
2026-03-30 06:39:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef312242-a130-5764-ad1a-59738c4c5963, identifier: LA72%20DZU
2026-03-30 06:39:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 370d0c5f-0644-5730-90be-f869a87a3d5e with identifier: KM20%20KCJ
2026-03-30 06:39:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 370d0c5f-0644-5730-90be-f869a87a3d5e with identifier: KM20%20KCJ
2026-03-30 06:39:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 370d0c5f-0644-5730-90be-f869a87a3d5e with identifier: KM20%20KCJ to the API
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM20%20KCJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '370d0c5f-0644-5730-90be-f869a87a3d5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM20 KCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM20%20KCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 35950,
 'odometer_reading_unit': '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 A180 D 1.5 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'W1K1770032V062407',
 'year': 2020}
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM20%2520KCJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:01 [bca.uk] INFO: Saving data for KM20%20KCJ: {'auction_closing_time': 1775124000.0, 'created_time': 1773843774.882894, 'last_price_update_time': 1774852741.885303}
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM20%2520KCJ') HTTP/1.1" 204 0
2026-03-30 06:39:02 [bca.uk] INFO: Found listing with ID: NJ09%20XJL
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ09%2520XJL%27 HTTP/1.1" 200 None
2026-03-30 06:39:02 [bca.uk] INFO: Scrape type for NJ09%20XJL: 0
2026-03-30 06:39:02 [bca.uk] INFO: Found listing with ID: AK16%20UOM
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520UOM%27 HTTP/1.1" 200 None
2026-03-30 06:39:02 [bca.uk] INFO: Scrape type for AK16%20UOM: 2
2026-03-30 06:39:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9cc48f7-2db0-5741-892b-5586f26d09de with identifier: AK16%20UOM
2026-03-30 06:39:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9cc48f7-2db0-5741-892b-5586f26d09de with scrape type 2
2026-03-30 06:39:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9cc48f7-2db0-5741-892b-5586f26d09de with scrape type 2
2026-03-30 06:39:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9cc48f7-2db0-5741-892b-5586f26d09de, identifier: AK16%20UOM
2026-03-30 06:39:02 [bca.uk] INFO: Found listing with ID: ML69%20MLY
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520MLY%27 HTTP/1.1" 200 None
2026-03-30 06:39:02 [bca.uk] INFO: Scrape type for ML69%20MLY: 2
2026-03-30 06:39:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with identifier: ML69%20MLY
2026-03-30 06:39:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with scrape type 2
2026-03-30 06:39:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with scrape type 2
2026-03-30 06:39:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad, identifier: ML69%20MLY
2026-03-30 06:39:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72186edf-413d-5742-bc64-da2f2c606400 with identifier: BJ72%20DRO
2026-03-30 06:39:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72186edf-413d-5742-bc64-da2f2c606400 with identifier: BJ72%20DRO
2026-03-30 06:39:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72186edf-413d-5742-bc64-da2f2c606400 with identifier: BJ72%20DRO to the API
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ72%20DRO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '72186edf-413d-5742-bc64-da2f2c606400',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ72 DRO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ72%20DRO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 21433,
 'odometer_reading_unit': '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': 'WF0FXXWPMHNM13025',
 'year': 2022}
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520DRO%27 HTTP/1.1" 200 None
2026-03-30 06:39:02 [bca.uk] INFO: Saving data for BJ72%20DRO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534477.002159, 'last_price_update_time': 1774852742.508612}
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ72%2520DRO') HTTP/1.1" 204 0
2026-03-30 06:39:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef312242-a130-5764-ad1a-59738c4c5963 with identifier: LA72%20DZU
2026-03-30 06:39:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef312242-a130-5764-ad1a-59738c4c5963 with identifier: LA72%20DZU
2026-03-30 06:39:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef312242-a130-5764-ad1a-59738c4c5963 with identifier: LA72%20DZU to the API
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20DZU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ef312242-a130-5764-ad1a-59738c4c5963',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 DZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20DZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 55272,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FSXPC668598',
 'year': 2022}
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520DZU%27 HTTP/1.1" 200 None
2026-03-30 06:39:02 [bca.uk] INFO: Saving data for LA72%20DZU: {'auction_closing_time': 1774864800.0, 'created_time': 1773909705.226828, 'last_price_update_time': 1774852742.829558}
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520DZU') HTTP/1.1" 204 0
2026-03-30 06:39:02 [bca.uk] INFO: Found listing with ID: KK23%20BVU
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVU%27 HTTP/1.1" 200 None
2026-03-30 06:39:02 [bca.uk] INFO: Scrape type for KK23%20BVU: 2
2026-03-30 06:39:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df7d97b0-4c69-5773-99c7-c0520507dd8a with identifier: KK23%20BVU
2026-03-30 06:39:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df7d97b0-4c69-5773-99c7-c0520507dd8a with scrape type 2
2026-03-30 06:39:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df7d97b0-4c69-5773-99c7-c0520507dd8a with scrape type 2
2026-03-30 06:39:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df7d97b0-4c69-5773-99c7-c0520507dd8a, identifier: KK23%20BVU
2026-03-30 06:39:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9cc48f7-2db0-5741-892b-5586f26d09de with identifier: AK16%20UOM
2026-03-30 06:39:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9cc48f7-2db0-5741-892b-5586f26d09de with identifier: AK16%20UOM
2026-03-30 06:39:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9cc48f7-2db0-5741-892b-5586f26d09de with identifier: AK16%20UOM to the API
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK16%20UOM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b9cc48f7-2db0-5741-892b-5586f26d09de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK16 UOM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK16%20UOM&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 61246,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM',
 'vin': 'WF0DXXGAKDGG07794',
 'year': 2016}
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520UOM%27 HTTP/1.1" 200 None
2026-03-30 06:39:03 [bca.uk] INFO: Saving data for AK16%20UOM: {'auction_closing_time': 1775210400.0, 'created_time': 1774534077.745939, 'last_price_update_time': 1774852743.224876}
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK16%2520UOM') HTTP/1.1" 204 0
2026-03-30 06:39:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with identifier: ML69%20MLY
2026-03-30 06:39:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with identifier: ML69%20MLY
2026-03-30 06:39:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad with identifier: ML69%20MLY to the API
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML69%20MLY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a380273c-5bc5-5b5e-a8d0-18a8bb3e4aad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML69 MLY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML69%20MLY&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 56672,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 83 ELITE Hatchback',
 'transmission': 'manual',
 'trim': '83 ELITE',
 'vin': 'W0V7H9EE5L4004029',
 'year': 2019}
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520MLY%27 HTTP/1.1" 200 None
2026-03-30 06:39:03 [bca.uk] INFO: Saving data for ML69%20MLY: {'auction_closing_time': 1774951200.0, 'created_time': 1774266019.450408, 'last_price_update_time': 1774852743.560452}
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML69%2520MLY') HTTP/1.1" 204 0
2026-03-30 06:39:03 [bca.uk] INFO: Found listing with ID: CK23%20WHN
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520WHN%27 HTTP/1.1" 200 None
2026-03-30 06:39:03 [bca.uk] INFO: Scrape type for CK23%20WHN: 2
2026-03-30 06:39:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89f881e5-6591-5c6e-9af8-b51a5f9c530b with identifier: CK23%20WHN
2026-03-30 06:39:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89f881e5-6591-5c6e-9af8-b51a5f9c530b with scrape type 2
2026-03-30 06:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89f881e5-6591-5c6e-9af8-b51a5f9c530b with scrape type 2
2026-03-30 06:39:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 89f881e5-6591-5c6e-9af8-b51a5f9c530b, identifier: CK23%20WHN
2026-03-30 06:39:03 [bca.uk] INFO: Found listing with ID: LR15%20LXK
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR15%2520LXK%27 HTTP/1.1" 200 None
2026-03-30 06:39:03 [bca.uk] INFO: Scrape type for LR15%20LXK: 2
2026-03-30 06:39:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ee7bd88-2494-5188-8408-c4cddb95280b with identifier: LR15%20LXK
2026-03-30 06:39:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ee7bd88-2494-5188-8408-c4cddb95280b with scrape type 2
2026-03-30 06:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ee7bd88-2494-5188-8408-c4cddb95280b with scrape type 2
2026-03-30 06:39:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ee7bd88-2494-5188-8408-c4cddb95280b, identifier: LR15%20LXK
2026-03-30 06:39:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df7d97b0-4c69-5773-99c7-c0520507dd8a with identifier: KK23%20BVU
2026-03-30 06:39:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df7d97b0-4c69-5773-99c7-c0520507dd8a with identifier: KK23%20BVU
2026-03-30 06:39:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df7d97b0-4c69-5773-99c7-c0520507dd8a with identifier: KK23%20BVU to the API
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK23%20BVU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'df7d97b0-4c69-5773-99c7-c0520507dd8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KK23 BVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK23%20BVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 25995,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 130 ALLURE PREMIUM+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE PREMIUM+ EAT8',
 'vin': 'VR3UPHNSSP5094283',
 'year': 2023}
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BVU%27 HTTP/1.1" 200 None
2026-03-30 06:39:04 [bca.uk] INFO: Saving data for KK23%20BVU: {'auction_closing_time': 1775124000.0, 'created_time': 1773841963.350816, 'last_price_update_time': 1774852744.08827}
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK23%2520BVU') HTTP/1.1" 204 0
2026-03-30 06:39:04 [bca.uk] INFO: Found listing with ID: EF65%20UGS
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF65%2520UGS%27 HTTP/1.1" 200 None
2026-03-30 06:39:04 [bca.uk] INFO: Scrape type for EF65%20UGS: 2
2026-03-30 06:39:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1179696-95cb-569f-92f5-73557421191f with identifier: EF65%20UGS
2026-03-30 06:39:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1179696-95cb-569f-92f5-73557421191f with scrape type 2
2026-03-30 06:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1179696-95cb-569f-92f5-73557421191f with scrape type 2
2026-03-30 06:39:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1179696-95cb-569f-92f5-73557421191f, identifier: EF65%20UGS
2026-03-30 06:39:04 [bca.uk] INFO: Found listing with ID: SW68%20JYU
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520JYU%27 HTTP/1.1" 200 None
2026-03-30 06:39:04 [bca.uk] INFO: Scrape type for SW68%20JYU: 2
2026-03-30 06:39:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61ef62c6-3e57-59c1-8a70-2502504bf080 with identifier: SW68%20JYU
2026-03-30 06:39:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61ef62c6-3e57-59c1-8a70-2502504bf080 with scrape type 2
2026-03-30 06:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61ef62c6-3e57-59c1-8a70-2502504bf080 with scrape type 2
2026-03-30 06:39:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61ef62c6-3e57-59c1-8a70-2502504bf080, identifier: SW68%20JYU
2026-03-30 06:39:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 89f881e5-6591-5c6e-9af8-b51a5f9c530b with identifier: CK23%20WHN
2026-03-30 06:39:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 89f881e5-6591-5c6e-9af8-b51a5f9c530b with identifier: CK23%20WHN
2026-03-30 06:39:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 89f881e5-6591-5c6e-9af8-b51a5f9c530b with identifier: CK23%20WHN to the API
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK23%20WHN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '89f881e5-6591-5c6e-9af8-b51a5f9c530b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CK23 WHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK23%20WHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 27026,
 'odometer_reading_unit': '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 5008 1.2 P/T 130 ALLURE PREMIUM EAT8 StationWagon',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE PREMIUM EAT8',
 'vin': 'VF3MRHNSUPS020385',
 'year': 2023}
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520WHN%27 HTTP/1.1" 200 None
2026-03-30 06:39:04 [bca.uk] INFO: Saving data for CK23%20WHN: {'auction_closing_time': 1774864800.0, 'created_time': 1774534439.320265, 'last_price_update_time': 1774852744.634159}
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK23%2520WHN') HTTP/1.1" 204 0
2026-03-30 06:39:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ee7bd88-2494-5188-8408-c4cddb95280b with identifier: LR15%20LXK
2026-03-30 06:39:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ee7bd88-2494-5188-8408-c4cddb95280b with identifier: LR15%20LXK
2026-03-30 06:39:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ee7bd88-2494-5188-8408-c4cddb95280b with identifier: LR15%20LXK to the API
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR15%20LXK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ee7bd88-2494-5188-8408-c4cddb95280b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR15 LXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR15%20LXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 88638,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 CDI AMG SPORT EDITION Coupe',
 'transmission': 'manual',
 'trim': 'CDI AMG SPORT EDITION',
 'vin': 'WDD2043022G384005',
 'year': 2015}
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR15%2520LXK%27 HTTP/1.1" 200 None
2026-03-30 06:39:04 [bca.uk] INFO: Saving data for LR15%20LXK: {'auction_closing_time': 1774864800.0, 'created_time': 1774534152.576001, 'last_price_update_time': 1774852744.936}
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR15%2520LXK') HTTP/1.1" 204 0
2026-03-30 06:39:04 [bca.uk] INFO: Found listing with ID: KK23%20BWJ
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BWJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:04 [bca.uk] INFO: Scrape type for KK23%20BWJ: 2
2026-03-30 06:39:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efc5c01e-683f-5181-a68e-41693cf2f43e with identifier: KK23%20BWJ
2026-03-30 06:39:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efc5c01e-683f-5181-a68e-41693cf2f43e with scrape type 2
2026-03-30 06:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efc5c01e-683f-5181-a68e-41693cf2f43e with scrape type 2
2026-03-30 06:39:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efc5c01e-683f-5181-a68e-41693cf2f43e, identifier: KK23%20BWJ
2026-03-30 06:39:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1179696-95cb-569f-92f5-73557421191f with identifier: EF65%20UGS
2026-03-30 06:39:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1179696-95cb-569f-92f5-73557421191f with identifier: EF65%20UGS
2026-03-30 06:39:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1179696-95cb-569f-92f5-73557421191f with identifier: EF65%20UGS to the API
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF65%20UGS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1179696-95cb-569f-92f5-73557421191f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF65 UGS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF65%20UGS&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 164589,
 'odometer_reading_unit': '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 Q5 2.0 TDI 190 QUATTRO S LINE+ S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO S LINE+ S-T',
 'vin': 'WAUZZZ8R1GA082326',
 'year': 2015}
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF65%2520UGS%27 HTTP/1.1" 200 None
2026-03-30 06:39:05 [bca.uk] INFO: Saving data for EF65%20UGS: {'auction_closing_time': 1775210400.0, 'created_time': 1774534071.802365, 'last_price_update_time': 1774852745.340776}
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF65%2520UGS') HTTP/1.1" 204 0
2026-03-30 06:39:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61ef62c6-3e57-59c1-8a70-2502504bf080 with identifier: SW68%20JYU
2026-03-30 06:39:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61ef62c6-3e57-59c1-8a70-2502504bf080 with identifier: SW68%20JYU
2026-03-30 06:39:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61ef62c6-3e57-59c1-8a70-2502504bf080 with identifier: SW68%20JYU to the API
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW68%20JYU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61ef62c6-3e57-59c1-8a70-2502504bf080',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW68 JYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW68%20JYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 58782,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC S StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC S',
 'vin': 'SALYA2ANXKA797708',
 'year': 2018}
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW68%2520JYU%27 HTTP/1.1" 200 None
2026-03-30 06:39:05 [bca.uk] INFO: Saving data for SW68%20JYU: {'auction_closing_time': 1774951200.0, 'created_time': 1774006173.355347, 'last_price_update_time': 1774852745.669713}
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW68%2520JYU') HTTP/1.1" 204 0
2026-03-30 06:39:05 [bca.uk] INFO: Found listing with ID: LF21%20YTG
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF21%2520YTG%27 HTTP/1.1" 200 None
2026-03-30 06:39:05 [bca.uk] INFO: Scrape type for LF21%20YTG: 2
2026-03-30 06:39:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6e3bfee-8f94-5e36-aa80-fa2d19b3bcd8 with identifier: LF21%20YTG
2026-03-30 06:39:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6e3bfee-8f94-5e36-aa80-fa2d19b3bcd8 with scrape type 2
2026-03-30 06:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6e3bfee-8f94-5e36-aa80-fa2d19b3bcd8 with scrape type 2
2026-03-30 06:39:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6e3bfee-8f94-5e36-aa80-fa2d19b3bcd8, identifier: LF21%20YTG
2026-03-30 06:39:05 [bca.uk] INFO: Found listing with ID: LR22%20XUE
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520XUE%27 HTTP/1.1" 200 None
2026-03-30 06:39:05 [bca.uk] INFO: Scrape type for LR22%20XUE: 2
2026-03-30 06:39:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df6f00d9-d9b5-532d-a772-18258c0023fa with identifier: LR22%20XUE
2026-03-30 06:39:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df6f00d9-d9b5-532d-a772-18258c0023fa with scrape type 2
2026-03-30 06:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df6f00d9-d9b5-532d-a772-18258c0023fa with scrape type 2
2026-03-30 06:39:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df6f00d9-d9b5-532d-a772-18258c0023fa, identifier: LR22%20XUE
2026-03-30 06:39:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efc5c01e-683f-5181-a68e-41693cf2f43e with identifier: KK23%20BWJ
2026-03-30 06:39:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efc5c01e-683f-5181-a68e-41693cf2f43e with identifier: KK23%20BWJ
2026-03-30 06:39:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efc5c01e-683f-5181-a68e-41693cf2f43e with identifier: KK23%20BWJ to the API
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KK23%20BWJ-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'efc5c01e-683f-5181-a68e-41693cf2f43e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KK23 BWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KK23%20BWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 24030,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 130 ALLURE PREMIUM+ EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE PREMIUM+ EAT8',
 'vin': 'VR3UPHNSSP5102709',
 'year': 2023}
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK23%2520BWJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:06 [bca.uk] INFO: Saving data for KK23%20BWJ: {'auction_closing_time': 1775124000.0, 'created_time': 1773841963.779819, 'last_price_update_time': 1774852746.202963}
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KK23%2520BWJ') HTTP/1.1" 204 0
2026-03-30 06:39:06 [bca.uk] INFO: Found listing with ID: GU59%20RNE
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU59%2520RNE%27 HTTP/1.1" 200 None
2026-03-30 06:39:06 [bca.uk] INFO: Scrape type for GU59%20RNE: 2
2026-03-30 06:39:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a4f0ab2-d406-5b89-ba67-484b336ba160 with identifier: GU59%20RNE
2026-03-30 06:39:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a4f0ab2-d406-5b89-ba67-484b336ba160 with scrape type 2
2026-03-30 06:39:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a4f0ab2-d406-5b89-ba67-484b336ba160 with scrape type 2
2026-03-30 06:39:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a4f0ab2-d406-5b89-ba67-484b336ba160, identifier: GU59%20RNE
2026-03-30 06:39:06 [bca.uk] INFO: Found listing with ID: FX73%20NUA
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX73%2520NUA%27 HTTP/1.1" 200 None
2026-03-30 06:39:06 [bca.uk] INFO: Scrape type for FX73%20NUA: 2
2026-03-30 06:39:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b611b789-7245-58f0-9178-7350ca8f54c8 with identifier: FX73%20NUA
2026-03-30 06:39:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b611b789-7245-58f0-9178-7350ca8f54c8 with scrape type 2
2026-03-30 06:39:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b611b789-7245-58f0-9178-7350ca8f54c8 with scrape type 2
2026-03-30 06:39:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b611b789-7245-58f0-9178-7350ca8f54c8, identifier: FX73%20NUA
2026-03-30 06:39:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6e3bfee-8f94-5e36-aa80-fa2d19b3bcd8 with identifier: LF21%20YTG
2026-03-30 06:39:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6e3bfee-8f94-5e36-aa80-fa2d19b3bcd8 with identifier: LF21%20YTG
2026-03-30 06:39:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6e3bfee-8f94-5e36-aa80-fa2d19b3bcd8 with identifier: LF21%20YTG to the API
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF21%20YTG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f6e3bfee-8f94-5e36-aa80-fa2d19b3bcd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF21 YTG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF21%20YTG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 42475,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB8MC165259',
 'year': 2021}
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF21%2520YTG%27 HTTP/1.1" 200 None
2026-03-30 06:39:06 [bca.uk] INFO: Saving data for LF21%20YTG: {'auction_closing_time': 1774864800.0, 'created_time': 1774016741.260989, 'last_price_update_time': 1774852746.802461}
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF21%2520YTG') HTTP/1.1" 204 0
2026-03-30 06:39:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df6f00d9-d9b5-532d-a772-18258c0023fa with identifier: LR22%20XUE
2026-03-30 06:39:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df6f00d9-d9b5-532d-a772-18258c0023fa with identifier: LR22%20XUE
2026-03-30 06:39:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df6f00d9-d9b5-532d-a772-18258c0023fa with identifier: LR22%20XUE to the API
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 40,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR22%20XUE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'df6f00d9-d9b5-532d-a772-18258c0023fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR22 XUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR22%20XUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 114587,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X2 1.5 XDRIVE 25E M SPORT X Hatchback',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E M SPORT X',
 'vin': 'WBAYN920305V04631',
 'year': 2022}
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520XUE%27 HTTP/1.1" 200 None
2026-03-30 06:39:07 [bca.uk] INFO: Saving data for LR22%20XUE: {'auction_closing_time': 1774864800.0, 'created_time': 1774536311.332164, 'last_price_update_time': 1774852747.093921}
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520XUE') HTTP/1.1" 204 0
2026-03-30 06:39:07 [bca.uk] INFO: Found listing with ID: OE17%20UFN
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520UFN%27 HTTP/1.1" 200 None
2026-03-30 06:39:07 [bca.uk] INFO: Scrape type for OE17%20UFN: 2
2026-03-30 06:39:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd09b5e9-7784-5942-a5b4-d8bfb47f1966 with identifier: OE17%20UFN
2026-03-30 06:39:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd09b5e9-7784-5942-a5b4-d8bfb47f1966 with scrape type 2
2026-03-30 06:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd09b5e9-7784-5942-a5b4-d8bfb47f1966 with scrape type 2
2026-03-30 06:39:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd09b5e9-7784-5942-a5b4-d8bfb47f1966, identifier: OE17%20UFN
2026-03-30 06:39:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a4f0ab2-d406-5b89-ba67-484b336ba160 with identifier: GU59%20RNE
2026-03-30 06:39:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a4f0ab2-d406-5b89-ba67-484b336ba160 with identifier: GU59%20RNE
2026-03-30 06:39:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a4f0ab2-d406-5b89-ba67-484b336ba160 with identifier: GU59%20RNE to the API
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU59%20RNE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a4f0ab2-d406-5b89-ba67-484b336ba160',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU59 RNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU59%20RNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 120604,
 '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': 'WF0JXXWPJJ9A01521',
 'year': 2009}
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU59%2520RNE%27 HTTP/1.1" 200 None
2026-03-30 06:39:07 [bca.uk] INFO: Saving data for GU59%20RNE: {'auction_closing_time': 1775210400.0, 'created_time': 1774534070.552441, 'last_price_update_time': 1774852747.500959}
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU59%2520RNE') HTTP/1.1" 204 0
2026-03-30 06:39:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b611b789-7245-58f0-9178-7350ca8f54c8 with identifier: FX73%20NUA
2026-03-30 06:39:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b611b789-7245-58f0-9178-7350ca8f54c8 with identifier: FX73%20NUA
2026-03-30 06:39:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b611b789-7245-58f0-9178-7350ca8f54c8 with identifier: FX73%20NUA to the API
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX73%20NUA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '4.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b611b789-7245-58f0-9178-7350ca8f54c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX73 NUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX73%20NUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'BMW',
 'model': 'M5',
 'odometer': 15428,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW M5 4.4 XDRIVE COMPETITION STEP Saloon',
 'transmission': 'automatic',
 'trim': 'XDRIVE COMPETITION STEP',
 'vin': 'WBS82CH090CL17303',
 'year': 2023}
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX73%2520NUA%27 HTTP/1.1" 200 None
2026-03-30 06:39:07 [bca.uk] INFO: Saving data for FX73%20NUA: {'auction_closing_time': 1775124000.0, 'created_time': 1774305690.626033, 'last_price_update_time': 1774852747.804428}
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX73%2520NUA') HTTP/1.1" 204 0
2026-03-30 06:39:07 [bca.uk] INFO: Found listing with ID: RA73%20EBJ
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520EBJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:07 [bca.uk] INFO: Scrape type for RA73%20EBJ: 2
2026-03-30 06:39:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcd64b29-bde5-514d-8891-f6ae5a18438f with identifier: RA73%20EBJ
2026-03-30 06:39:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcd64b29-bde5-514d-8891-f6ae5a18438f with scrape type 2
2026-03-30 06:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcd64b29-bde5-514d-8891-f6ae5a18438f with scrape type 2
2026-03-30 06:39:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcd64b29-bde5-514d-8891-f6ae5a18438f, identifier: RA73%20EBJ
2026-03-30 06:39:07 [bca.uk] INFO: Found listing with ID: MD21%20YVG
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520YVG%27 HTTP/1.1" 200 None
2026-03-30 06:39:07 [bca.uk] INFO: Scrape type for MD21%20YVG: 2
2026-03-30 06:39:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 541304c4-bf1e-5288-97b8-9e433fd58379 with identifier: MD21%20YVG
2026-03-30 06:39:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 541304c4-bf1e-5288-97b8-9e433fd58379 with scrape type 2
2026-03-30 06:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 541304c4-bf1e-5288-97b8-9e433fd58379 with scrape type 2
2026-03-30 06:39:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 541304c4-bf1e-5288-97b8-9e433fd58379, identifier: MD21%20YVG
2026-03-30 06:39:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd09b5e9-7784-5942-a5b4-d8bfb47f1966 with identifier: OE17%20UFN
2026-03-30 06:39:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd09b5e9-7784-5942-a5b4-d8bfb47f1966 with identifier: OE17%20UFN
2026-03-30 06:39:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd09b5e9-7784-5942-a5b4-d8bfb47f1966 with identifier: OE17%20UFN to the API
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE17%20UFN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd09b5e9-7784-5942-a5b4-d8bfb47f1966',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE17 UFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE17%20UFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 102400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 TD6 258 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'TD6 258 HSE LUXURY',
 'vin': 'SALRA2AKXHA018388',
 'year': 2017}
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520UFN%27 HTTP/1.1" 200 None
2026-03-30 06:39:08 [bca.uk] INFO: Saving data for OE17%20UFN: {'auction_closing_time': 1774951200.0, 'created_time': 1773828248.384109, 'last_price_update_time': 1774852748.389484}
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE17%2520UFN') HTTP/1.1" 204 0
2026-03-30 06:39:08 [bca.uk] INFO: Found listing with ID: YG17%20MDC
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG17%2520MDC%27 HTTP/1.1" 200 None
2026-03-30 06:39:08 [bca.uk] INFO: Scrape type for YG17%20MDC: 2
2026-03-30 06:39:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bebd6f6c-0f39-52b0-a6d8-481dfc6980ef with identifier: YG17%20MDC
2026-03-30 06:39:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bebd6f6c-0f39-52b0-a6d8-481dfc6980ef with scrape type 2
2026-03-30 06:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bebd6f6c-0f39-52b0-a6d8-481dfc6980ef with scrape type 2
2026-03-30 06:39:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bebd6f6c-0f39-52b0-a6d8-481dfc6980ef, identifier: YG17%20MDC
2026-03-30 06:39:08 [bca.uk] INFO: Found listing with ID: KW18%20NKS
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520NKS%27 HTTP/1.1" 200 None
2026-03-30 06:39:08 [bca.uk] INFO: Scrape type for KW18%20NKS: 2
2026-03-30 06:39:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with identifier: KW18%20NKS
2026-03-30 06:39:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with scrape type 2
2026-03-30 06:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with scrape type 2
2026-03-30 06:39:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e94199f3-dc1f-5e3a-9503-d3d14a6ea42b, identifier: KW18%20NKS
2026-03-30 06:39:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcd64b29-bde5-514d-8891-f6ae5a18438f with identifier: RA73%20EBJ
2026-03-30 06:39:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcd64b29-bde5-514d-8891-f6ae5a18438f with identifier: RA73%20EBJ
2026-03-30 06:39:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcd64b29-bde5-514d-8891-f6ae5a18438f with identifier: RA73%20EBJ to the API
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA73%20EBJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'dcd64b29-bde5-514d-8891-f6ae5a18438f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RA73 EBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA73%20EBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 12352,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH MAX PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH MAX PRO PERF.',
 'vin': 'WVWZZZE1ZPP049148',
 'year': 2023}
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520EBJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:08 [bca.uk] INFO: Saving data for RA73%20EBJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773931438.059114, 'last_price_update_time': 1774852748.933712}
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA73%2520EBJ') HTTP/1.1" 204 0
2026-03-30 06:39:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 541304c4-bf1e-5288-97b8-9e433fd58379 with identifier: MD21%20YVG
2026-03-30 06:39:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 541304c4-bf1e-5288-97b8-9e433fd58379 with identifier: MD21%20YVG
2026-03-30 06:39:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 541304c4-bf1e-5288-97b8-9e433fd58379 with identifier: MD21%20YVG to the API
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD21%20YVG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '541304c4-bf1e-5288-97b8-9e433fd58379',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD21 YVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD21%20YVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 51957,
 'odometer_reading_unit': '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': 'LRW3F7FJ5MC294775',
 'year': 2021}
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520YVG%27 HTTP/1.1" 200 None
2026-03-30 06:39:09 [bca.uk] INFO: Saving data for MD21%20YVG: {'auction_closing_time': 1774864800.0, 'created_time': 1774534149.853512, 'last_price_update_time': 1774852749.228787}
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD21%2520YVG') HTTP/1.1" 204 0
2026-03-30 06:39:09 [bca.uk] INFO: Found listing with ID: GU22%20PNV
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU22%2520PNV%27 HTTP/1.1" 200 None
2026-03-30 06:39:09 [bca.uk] INFO: Scrape type for GU22%20PNV: 2
2026-03-30 06:39:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 011a8c46-128c-5ddb-b886-29757517ab32 with identifier: GU22%20PNV
2026-03-30 06:39:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 011a8c46-128c-5ddb-b886-29757517ab32 with scrape type 2
2026-03-30 06:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 011a8c46-128c-5ddb-b886-29757517ab32 with scrape type 2
2026-03-30 06:39:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 011a8c46-128c-5ddb-b886-29757517ab32, identifier: GU22%20PNV
2026-03-30 06:39:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bebd6f6c-0f39-52b0-a6d8-481dfc6980ef with identifier: YG17%20MDC
2026-03-30 06:39:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bebd6f6c-0f39-52b0-a6d8-481dfc6980ef with identifier: YG17%20MDC
2026-03-30 06:39:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bebd6f6c-0f39-52b0-a6d8-481dfc6980ef with identifier: YG17%20MDC to the API
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG17%20MDC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bebd6f6c-0f39-52b0-a6d8-481dfc6980ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG17 MDC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG17%20MDC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'ABARTH',
 'model': '595',
 'odometer': 51636,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'ABARTH 595 1.4 T-JET 145 Hatchback',
 'transmission': 'manual',
 'trim': 'T-JET 145',
 'vin': 'ZFA3120000J781275',
 'year': 2017}
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG17%2520MDC%27 HTTP/1.1" 200 None
2026-03-30 06:39:09 [bca.uk] INFO: Saving data for YG17%20MDC: {'auction_closing_time': 1775210400.0, 'created_time': 1774534069.562042, 'last_price_update_time': 1774852749.658924}
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG17%2520MDC') HTTP/1.1" 204 0
2026-03-30 06:39:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with identifier: KW18%20NKS
2026-03-30 06:39:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with identifier: KW18%20NKS
2026-03-30 06:39:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e94199f3-dc1f-5e3a-9503-d3d14a6ea42b with identifier: KW18%20NKS to the API
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW18%20NKS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e94199f3-dc1f-5e3a-9503-d3d14a6ea42b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW18 NKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW18%20NKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 98690,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 D5 PP AWD R DESIGN G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'D5 PP AWD R DESIGN G/T',
 'vin': 'YV1UZ68UCK1181730',
 'year': 2018}
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW18%2520NKS%27 HTTP/1.1" 200 None
2026-03-30 06:39:10 [bca.uk] INFO: Saving data for KW18%20NKS: {'auction_closing_time': 1774951200.0, 'created_time': 1773837552.554576, 'last_price_update_time': 1774852750.080024}
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW18%2520NKS') HTTP/1.1" 204 0
2026-03-30 06:39:10 [bca.uk] INFO: Found listing with ID: YK13%20FZT
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK13%2520FZT%27 HTTP/1.1" 200 None
2026-03-30 06:39:10 [bca.uk] INFO: Scrape type for YK13%20FZT: 2
2026-03-30 06:39:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54f636ad-c2c6-50ff-a62b-a2b385669aa5 with identifier: YK13%20FZT
2026-03-30 06:39:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54f636ad-c2c6-50ff-a62b-a2b385669aa5 with scrape type 2
2026-03-30 06:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54f636ad-c2c6-50ff-a62b-a2b385669aa5 with scrape type 2
2026-03-30 06:39:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54f636ad-c2c6-50ff-a62b-a2b385669aa5, identifier: YK13%20FZT
2026-03-30 06:39:10 [bca.uk] INFO: Found listing with ID: MK23%20USF
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520USF%27 HTTP/1.1" 200 None
2026-03-30 06:39:10 [bca.uk] INFO: Scrape type for MK23%20USF: 2
2026-03-30 06:39:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with identifier: MK23%20USF
2026-03-30 06:39:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with scrape type 2
2026-03-30 06:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with scrape type 2
2026-03-30 06:39:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5, identifier: MK23%20USF
2026-03-30 06:39:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 011a8c46-128c-5ddb-b886-29757517ab32 with identifier: GU22%20PNV
2026-03-30 06:39:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 011a8c46-128c-5ddb-b886-29757517ab32 with identifier: GU22%20PNV
2026-03-30 06:39:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 011a8c46-128c-5ddb-b886-29757517ab32 with identifier: GU22%20PNV to the API
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU22%20PNV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '011a8c46-128c-5ddb-b886-29757517ab32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU22 PNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU22%20PNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 65434,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE EXECUTIVE ED.DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE ED.DCT',
 'vin': 'W1K1771862J350698',
 'year': 2022}
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU22%2520PNV%27 HTTP/1.1" 200 None
2026-03-30 06:39:10 [bca.uk] INFO: Saving data for GU22%20PNV: {'auction_closing_time': 1774864800.0, 'created_time': 1774534117.38953, 'last_price_update_time': 1774852750.657273}
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU22%2520PNV') HTTP/1.1" 204 0
2026-03-30 06:39:10 [bca.uk] INFO: Found listing with ID: YB11%20UXM
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB11%2520UXM%27 HTTP/1.1" 200 None
2026-03-30 06:39:10 [bca.uk] INFO: Scrape type for YB11%20UXM: 2
2026-03-30 06:39:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdae2746-b45a-5313-b6bb-ff594eb3d048 with identifier: YB11%20UXM
2026-03-30 06:39:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdae2746-b45a-5313-b6bb-ff594eb3d048 with scrape type 2
2026-03-30 06:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdae2746-b45a-5313-b6bb-ff594eb3d048 with scrape type 2
2026-03-30 06:39:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdae2746-b45a-5313-b6bb-ff594eb3d048, identifier: YB11%20UXM
2026-03-30 06:39:10 [bca.uk] INFO: Found listing with ID: LS72%20VEW
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520VEW%27 HTTP/1.1" 200 None
2026-03-30 06:39:10 [bca.uk] INFO: Scrape type for LS72%20VEW: 2
2026-03-30 06:39:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e72fb3db-4093-560a-9f34-1f3f979ed57c with identifier: LS72%20VEW
2026-03-30 06:39:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e72fb3db-4093-560a-9f34-1f3f979ed57c with scrape type 2
2026-03-30 06:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e72fb3db-4093-560a-9f34-1f3f979ed57c with scrape type 2
2026-03-30 06:39:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e72fb3db-4093-560a-9f34-1f3f979ed57c, identifier: LS72%20VEW
2026-03-30 06:39:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54f636ad-c2c6-50ff-a62b-a2b385669aa5 with identifier: YK13%20FZT
2026-03-30 06:39:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54f636ad-c2c6-50ff-a62b-a2b385669aa5 with identifier: YK13%20FZT
2026-03-30 06:39:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54f636ad-c2c6-50ff-a62b-a2b385669aa5 with identifier: YK13%20FZT to the API
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK13%20FZT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '54f636ad-c2c6-50ff-a62b-a2b385669aa5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK13 FZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK13%20FZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 93484,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.6 TDI CR 105 ELEGANCE Estate',
 'transmission': 'manual',
 'trim': 'TDI CR 105 ELEGANCE',
 'vin': 'TMBGT21Z3D2125826',
 'year': 2013}
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK13%2520FZT%27 HTTP/1.1" 200 None
2026-03-30 06:39:11 [bca.uk] INFO: Saving data for YK13%20FZT: {'auction_closing_time': 1775037600.0, 'created_time': 1774534432.766071, 'last_price_update_time': 1774852751.20957}
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK13%2520FZT') HTTP/1.1" 204 0
2026-03-30 06:39:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with identifier: MK23%20USF
2026-03-30 06:39:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with identifier: MK23%20USF
2026-03-30 06:39:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bac2eb8-fe46-5bf7-9309-c5f0e03442b5 with identifier: MK23%20USF to the API
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK23%20USF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3bac2eb8-fe46-5bf7-9309-c5f0e03442b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK23 USF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK23%20USF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 37630,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 107KW 58KWH FAMILY PRO Hatchback',
 'transmission': 'automatic',
 'trim': '107KW 58KWH FAMILY PRO',
 'vin': 'WVWZZZE1ZPP032133',
 'year': 2023}
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK23%2520USF%27 HTTP/1.1" 200 None
2026-03-30 06:39:11 [bca.uk] INFO: Saving data for MK23%20USF: {'auction_closing_time': 1774864800.0, 'created_time': 1774305025.452098, 'last_price_update_time': 1774852751.597145}
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK23%2520USF') HTTP/1.1" 204 0
2026-03-30 06:39:11 [bca.uk] INFO: Found listing with ID: MA22%20OFT
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520OFT%27 HTTP/1.1" 200 None
2026-03-30 06:39:11 [bca.uk] INFO: Scrape type for MA22%20OFT: 2
2026-03-30 06:39:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 045a797a-9885-56b9-a84b-8ddcfb085f10 with identifier: MA22%20OFT
2026-03-30 06:39:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 045a797a-9885-56b9-a84b-8ddcfb085f10 with scrape type 2
2026-03-30 06:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 045a797a-9885-56b9-a84b-8ddcfb085f10 with scrape type 2
2026-03-30 06:39:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 045a797a-9885-56b9-a84b-8ddcfb085f10, identifier: MA22%20OFT
2026-03-30 06:39:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdae2746-b45a-5313-b6bb-ff594eb3d048 with identifier: YB11%20UXM
2026-03-30 06:39:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdae2746-b45a-5313-b6bb-ff594eb3d048 with identifier: YB11%20UXM
2026-03-30 06:39:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdae2746-b45a-5313-b6bb-ff594eb3d048 with identifier: YB11%20UXM to the API
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB11%20UXM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fdae2746-b45a-5313-b6bb-ff594eb3d048',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB11 UXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB11%20UXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 140579,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 D Hatchback',
 'transmission': 'manual',
 'trim': 'D',
 'vin': 'WMWSW32020T212657',
 'year': 2011}
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB11%2520UXM%27 HTTP/1.1" 200 None
2026-03-30 06:39:12 [bca.uk] INFO: Saving data for YB11%20UXM: {'auction_closing_time': 1775210400.0, 'created_time': 1774536298.252983, 'last_price_update_time': 1774852752.021134}
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB11%2520UXM') HTTP/1.1" 204 0
2026-03-30 06:39:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e72fb3db-4093-560a-9f34-1f3f979ed57c with identifier: LS72%20VEW
2026-03-30 06:39:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e72fb3db-4093-560a-9f34-1f3f979ed57c with identifier: LS72%20VEW
2026-03-30 06:39:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e72fb3db-4093-560a-9f34-1f3f979ed57c with identifier: LS72%20VEW to the API
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20VEW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e72fb3db-4093-560a-9f34-1f3f979ed57c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS72 VEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20VEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 30576,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 45E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 45E M SPORT',
 'vin': 'WBATA620709L82997',
 'year': 2022}
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520VEW%27 HTTP/1.1" 200 None
2026-03-30 06:39:12 [bca.uk] INFO: Saving data for LS72%20VEW: {'auction_closing_time': 1775124000.0, 'created_time': 1774044198.627458, 'last_price_update_time': 1774852752.310039}
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520VEW') HTTP/1.1" 204 0
2026-03-30 06:39:12 [bca.uk] INFO: Found listing with ID: BP72%20DYU
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520DYU%27 HTTP/1.1" 200 None
2026-03-30 06:39:12 [bca.uk] INFO: Scrape type for BP72%20DYU: 2
2026-03-30 06:39:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2c4d836-c5c5-57a1-aa40-bbc159c20cda with identifier: BP72%20DYU
2026-03-30 06:39:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2c4d836-c5c5-57a1-aa40-bbc159c20cda with scrape type 2
2026-03-30 06:39:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2c4d836-c5c5-57a1-aa40-bbc159c20cda with scrape type 2
2026-03-30 06:39:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2c4d836-c5c5-57a1-aa40-bbc159c20cda, identifier: BP72%20DYU
2026-03-30 06:39:12 [bca.uk] INFO: Found listing with ID: ML23%20CGO
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520CGO%27 HTTP/1.1" 200 None
2026-03-30 06:39:12 [bca.uk] INFO: Scrape type for ML23%20CGO: 2
2026-03-30 06:39:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 478a023e-6f38-5a41-aec4-bbbc1a6ba5f9 with identifier: ML23%20CGO
2026-03-30 06:39:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 478a023e-6f38-5a41-aec4-bbbc1a6ba5f9 with scrape type 2
2026-03-30 06:39:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 478a023e-6f38-5a41-aec4-bbbc1a6ba5f9 with scrape type 2
2026-03-30 06:39:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 478a023e-6f38-5a41-aec4-bbbc1a6ba5f9, identifier: ML23%20CGO
2026-03-30 06:39:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 045a797a-9885-56b9-a84b-8ddcfb085f10 with identifier: MA22%20OFT
2026-03-30 06:39:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 045a797a-9885-56b9-a84b-8ddcfb085f10 with identifier: MA22%20OFT
2026-03-30 06:39:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 045a797a-9885-56b9-a84b-8ddcfb085f10 with identifier: MA22%20OFT to the API
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20OFT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '045a797a-9885-56b9-a84b-8ddcfb085f10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA22 OFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20OFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 250 E S/B',
 'odometer': 66043,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 250 E S/B 1.3 AMG LINE PREMIUM PLUS DCT Estate',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'W1K1186862N292034',
 'year': 2022}
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520OFT%27 HTTP/1.1" 200 None
2026-03-30 06:39:12 [bca.uk] INFO: Saving data for MA22%20OFT: {'auction_closing_time': 1774864800.0, 'created_time': 1773960132.000835, 'last_price_update_time': 1774852752.852475}
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520OFT') HTTP/1.1" 204 0
2026-03-30 06:39:12 [bca.uk] INFO: Found listing with ID: BX65%20TCV
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX65%2520TCV%27 HTTP/1.1" 200 None
2026-03-30 06:39:12 [bca.uk] INFO: Scrape type for BX65%20TCV: 2
2026-03-30 06:39:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bea75e96-480c-52c4-a705-58f1c0dd857f with identifier: BX65%20TCV
2026-03-30 06:39:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bea75e96-480c-52c4-a705-58f1c0dd857f with scrape type 2
2026-03-30 06:39:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bea75e96-480c-52c4-a705-58f1c0dd857f with scrape type 2
2026-03-30 06:39:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bea75e96-480c-52c4-a705-58f1c0dd857f, identifier: BX65%20TCV
2026-03-30 06:39:12 [bca.uk] INFO: Found listing with ID: KR70%20XVM
2026-03-30 06:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520XVM%27 HTTP/1.1" 200 None
2026-03-30 06:39:13 [bca.uk] INFO: Scrape type for KR70%20XVM: 2
2026-03-30 06:39:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 139c3ab0-ddee-57ce-b450-d7684d3b1697 with identifier: KR70%20XVM
2026-03-30 06:39:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 139c3ab0-ddee-57ce-b450-d7684d3b1697 with scrape type 2
2026-03-30 06:39:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 139c3ab0-ddee-57ce-b450-d7684d3b1697 with scrape type 2
2026-03-30 06:39:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 139c3ab0-ddee-57ce-b450-d7684d3b1697, identifier: KR70%20XVM
2026-03-30 06:39:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2c4d836-c5c5-57a1-aa40-bbc159c20cda with identifier: BP72%20DYU
2026-03-30 06:39:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2c4d836-c5c5-57a1-aa40-bbc159c20cda with identifier: BP72%20DYU
2026-03-30 06:39:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2c4d836-c5c5-57a1-aa40-bbc159c20cda with identifier: BP72%20DYU to the API
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20DYU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a2c4d836-c5c5-57a1-aa40-bbc159c20cda',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP72 DYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20DYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'MUSTANG MACH-E',
 'odometer': 45294,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD MUSTANG MACH-E 258KW 91KWH AWD EXTENDED RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '258KW 91KWH AWD EXTENDED RANGE',
 'vin': 'WF0TR3SU0NMA34072',
 'year': 2022}
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520DYU%27 HTTP/1.1" 200 None
2026-03-30 06:39:13 [bca.uk] INFO: Saving data for BP72%20DYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534432.391417, 'last_price_update_time': 1774852753.366881}
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520DYU') HTTP/1.1" 204 0
2026-03-30 06:39:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 478a023e-6f38-5a41-aec4-bbbc1a6ba5f9 with identifier: ML23%20CGO
2026-03-30 06:39:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 478a023e-6f38-5a41-aec4-bbbc1a6ba5f9 with identifier: ML23%20CGO
2026-03-30 06:39:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 478a023e-6f38-5a41-aec4-bbbc1a6ba5f9 with identifier: ML23%20CGO to the API
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=89&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML23%20CGO-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '478a023e-6f38-5a41-aec4-bbbc1a6ba5f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML23 CGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML23%20CGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 12482,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 4 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 4',
 'vin': 'KNACT811UP5035158',
 'year': 2023}
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520CGO%27 HTTP/1.1" 200 None
2026-03-30 06:39:13 [bca.uk] INFO: Saving data for ML23%20CGO: {'auction_closing_time': 1774864800.0, 'created_time': 1773841015.38617, 'last_price_update_time': 1774852753.654107}
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML23%2520CGO') HTTP/1.1" 204 0
2026-03-30 06:39:13 [bca.uk] INFO: Found listing with ID: ML22%20OWF
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520OWF%27 HTTP/1.1" 200 None
2026-03-30 06:39:13 [bca.uk] INFO: Scrape type for ML22%20OWF: 2
2026-03-30 06:39:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e084951-43c3-54d9-a017-2eb41d652601 with identifier: ML22%20OWF
2026-03-30 06:39:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e084951-43c3-54d9-a017-2eb41d652601 with scrape type 2
2026-03-30 06:39:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e084951-43c3-54d9-a017-2eb41d652601 with scrape type 2
2026-03-30 06:39:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e084951-43c3-54d9-a017-2eb41d652601, identifier: ML22%20OWF
2026-03-30 06:39:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bea75e96-480c-52c4-a705-58f1c0dd857f with identifier: BX65%20TCV
2026-03-30 06:39:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bea75e96-480c-52c4-a705-58f1c0dd857f with identifier: BX65%20TCV
2026-03-30 06:39:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bea75e96-480c-52c4-a705-58f1c0dd857f with identifier: BX65%20TCV to the API
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX65%20TCV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bea75e96-480c-52c4-a705-58f1c0dd857f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX65 TCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX65%20TCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 180043,
 'odometer_reading_unit': '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 ED4 150 2WD SE TECH Hatchback',
 'transmission': 'manual',
 'trim': 'ED4 150 2WD SE TECH',
 'vin': 'SALVB2CN6GH110347',
 'year': 2015}
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX65%2520TCV%27 HTTP/1.1" 200 None
2026-03-30 06:39:14 [bca.uk] INFO: Saving data for BX65%20TCV: {'auction_closing_time': 1775210400.0, 'created_time': 1774534313.803945, 'last_price_update_time': 1774852754.063177}
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX65%2520TCV') HTTP/1.1" 204 0
2026-03-30 06:39:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 139c3ab0-ddee-57ce-b450-d7684d3b1697 with identifier: KR70%20XVM
2026-03-30 06:39:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 139c3ab0-ddee-57ce-b450-d7684d3b1697 with identifier: KR70%20XVM
2026-03-30 06:39:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 139c3ab0-ddee-57ce-b450-d7684d3b1697 with identifier: KR70%20XVM to the API
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR70%20XVM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '139c3ab0-ddee-57ce-b450-d7684d3b1697',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR70 XVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR70%20XVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 26094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q SPORT',
 'vin': 'WAUZZZGE8MB012990',
 'year': 2020}
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520XVM%27 HTTP/1.1" 200 None
2026-03-30 06:39:14 [bca.uk] INFO: Saving data for KR70%20XVM: {'auction_closing_time': 1774951200.0, 'created_time': 1773829868.319984, 'last_price_update_time': 1774852754.371679}
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR70%2520XVM') HTTP/1.1" 204 0
2026-03-30 06:39:14 [bca.uk] INFO: Found listing with ID: GJ71%20VMR
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520VMR%27 HTTP/1.1" 200 None
2026-03-30 06:39:14 [bca.uk] INFO: Scrape type for GJ71%20VMR: 2
2026-03-30 06:39:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e550a2a-ec38-5d82-bc9a-b83a1f6cadb9 with identifier: GJ71%20VMR
2026-03-30 06:39:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e550a2a-ec38-5d82-bc9a-b83a1f6cadb9 with scrape type 2
2026-03-30 06:39:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e550a2a-ec38-5d82-bc9a-b83a1f6cadb9 with scrape type 2
2026-03-30 06:39:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e550a2a-ec38-5d82-bc9a-b83a1f6cadb9, identifier: GJ71%20VMR
2026-03-30 06:39:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e084951-43c3-54d9-a017-2eb41d652601 with identifier: ML22%20OWF
2026-03-30 06:39:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e084951-43c3-54d9-a017-2eb41d652601 with identifier: ML22%20OWF
2026-03-30 06:39:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e084951-43c3-54d9-a017-2eb41d652601 with identifier: ML22%20OWF to the API
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML22%20OWF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9e084951-43c3-54d9-a017-2eb41d652601',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML22 OWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML22%20OWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '118D',
 'odometer': 48584,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 118D 2.0 SPORT (LCP) Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT (LCP)',
 'vin': 'WBA7M920505V06413',
 'year': 2022}
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520OWF%27 HTTP/1.1" 200 None
2026-03-30 06:39:14 [bca.uk] INFO: Saving data for ML22%20OWF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534106.638628, 'last_price_update_time': 1774852754.795145}
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML22%2520OWF') HTTP/1.1" 204 0
2026-03-30 06:39:14 [bca.uk] INFO: Found listing with ID: GL62%20EAF
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL62%2520EAF%27 HTTP/1.1" 200 None
2026-03-30 06:39:14 [bca.uk] INFO: Scrape type for GL62%20EAF: 2
2026-03-30 06:39:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20182377-46a1-54b5-ad31-072036cac725 with identifier: GL62%20EAF
2026-03-30 06:39:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20182377-46a1-54b5-ad31-072036cac725 with scrape type 2
2026-03-30 06:39:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20182377-46a1-54b5-ad31-072036cac725 with scrape type 2
2026-03-30 06:39:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20182377-46a1-54b5-ad31-072036cac725, identifier: GL62%20EAF
2026-03-30 06:39:14 [bca.uk] INFO: Found listing with ID: LO20%20ZVX
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO20%2520ZVX%27 HTTP/1.1" 200 None
2026-03-30 06:39:14 [bca.uk] INFO: Scrape type for LO20%20ZVX: 2
2026-03-30 06:39:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f91d9e0-b4ee-5f07-aebc-9667d021832c with identifier: LO20%20ZVX
2026-03-30 06:39:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f91d9e0-b4ee-5f07-aebc-9667d021832c with scrape type 2
2026-03-30 06:39:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f91d9e0-b4ee-5f07-aebc-9667d021832c with scrape type 2
2026-03-30 06:39:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f91d9e0-b4ee-5f07-aebc-9667d021832c, identifier: LO20%20ZVX
2026-03-30 06:39:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e550a2a-ec38-5d82-bc9a-b83a1f6cadb9 with identifier: GJ71%20VMR
2026-03-30 06:39:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e550a2a-ec38-5d82-bc9a-b83a1f6cadb9 with identifier: GJ71%20VMR
2026-03-30 06:39:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e550a2a-ec38-5d82-bc9a-b83a1f6cadb9 with identifier: GJ71%20VMR to the API
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ71%20VMR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1e550a2a-ec38-5d82-bc9a-b83a1f6cadb9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ71 VMR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ71%20VMR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 88163,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB0MC380876',
 'year': 2021}
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520VMR%27 HTTP/1.1" 200 None
2026-03-30 06:39:15 [bca.uk] INFO: Saving data for GJ71%20VMR: {'auction_closing_time': 1774864800.0, 'created_time': 1773931385.300396, 'last_price_update_time': 1774852755.339657}
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ71%2520VMR') HTTP/1.1" 204 0
2026-03-30 06:39:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:39:15 [bca.uk] INFO: Found listing with ID: MV22%20NYA
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520NYA%27 HTTP/1.1" 200 None
2026-03-30 06:39:15 [bca.uk] INFO: Scrape type for MV22%20NYA: 2
2026-03-30 06:39:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee1a4f58-c5cb-5b99-b06a-759f19aab5ce with identifier: MV22%20NYA
2026-03-30 06:39:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee1a4f58-c5cb-5b99-b06a-759f19aab5ce with scrape type 2
2026-03-30 06:39:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee1a4f58-c5cb-5b99-b06a-759f19aab5ce with scrape type 2
2026-03-30 06:39:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee1a4f58-c5cb-5b99-b06a-759f19aab5ce, identifier: MV22%20NYA
2026-03-30 06:39:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20182377-46a1-54b5-ad31-072036cac725 with identifier: GL62%20EAF
2026-03-30 06:39:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20182377-46a1-54b5-ad31-072036cac725 with identifier: GL62%20EAF
2026-03-30 06:39:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20182377-46a1-54b5-ad31-072036cac725 with identifier: GL62%20EAF to the API
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL62%20EAF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '20182377-46a1-54b5-ad31-072036cac725',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL62 EAF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL62%20EAF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'ANTARA',
 'odometer': 81909,
 'odometer_reading_unit': '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 ANTARA 2.2 CDTI 184 SE 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'CDTI 184 SE 4WD',
 'vin': 'W0LLJ6EH4CB083306',
 'year': 2012}
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL62%2520EAF%27 HTTP/1.1" 200 None
2026-03-30 06:39:15 [bca.uk] INFO: Saving data for GL62%20EAF: {'auction_closing_time': 1775210400.0, 'created_time': 1774536299.67505, 'last_price_update_time': 1774852755.741966}
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL62%2520EAF') HTTP/1.1" 204 0
2026-03-30 06:39:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f91d9e0-b4ee-5f07-aebc-9667d021832c with identifier: LO20%20ZVX
2026-03-30 06:39:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f91d9e0-b4ee-5f07-aebc-9667d021832c with identifier: LO20%20ZVX
2026-03-30 06:39:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f91d9e0-b4ee-5f07-aebc-9667d021832c with identifier: LO20%20ZVX to the API
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO20%20ZVX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8f91d9e0-b4ee-5f07-aebc-9667d021832c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO20 ZVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO20%20ZVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PORSCHE',
 'model': 'TAYCAN',
 'odometer': 14049,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PORSCHE TAYCAN 420KW 93KWH 4S Saloon',
 'transmission': 'automatic',
 'trim': '420KW 93KWH 4S',
 'vin': 'WP0ZZZY1ZLSA36620',
 'year': 2020}
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO20%2520ZVX%27 HTTP/1.1" 200 None
2026-03-30 06:39:16 [bca.uk] INFO: Saving data for LO20%20ZVX: {'auction_closing_time': 1775124000.0, 'created_time': 1774048452.046322, 'last_price_update_time': 1774852756.041009}
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO20%2520ZVX') HTTP/1.1" 204 0
2026-03-30 06:39:16 [bca.uk] INFO: Found listing with ID: LS73%20GLF
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520GLF%27 HTTP/1.1" 200 None
2026-03-30 06:39:16 [bca.uk] INFO: Scrape type for LS73%20GLF: 2
2026-03-30 06:39:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b469db6e-41e4-52ba-961a-98b372190dd6 with identifier: LS73%20GLF
2026-03-30 06:39:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b469db6e-41e4-52ba-961a-98b372190dd6 with scrape type 2
2026-03-30 06:39:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b469db6e-41e4-52ba-961a-98b372190dd6 with scrape type 2
2026-03-30 06:39:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b469db6e-41e4-52ba-961a-98b372190dd6, identifier: LS73%20GLF
2026-03-30 06:39:16 [scrapy.extensions.logstats] INFO: Crawled 103 pages (at 2 pages/min), scraped 4504 items (at 126 items/min)
2026-03-30 06:39:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:39:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee1a4f58-c5cb-5b99-b06a-759f19aab5ce with identifier: MV22%20NYA
2026-03-30 06:39:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee1a4f58-c5cb-5b99-b06a-759f19aab5ce with identifier: MV22%20NYA
2026-03-30 06:39:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee1a4f58-c5cb-5b99-b06a-759f19aab5ce with identifier: MV22%20NYA to the API
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV22%20NYA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ee1a4f58-c5cb-5b99-b06a-759f19aab5ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MV22 NYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV22%20NYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 34292,
 'odometer_reading_unit': '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': 'LRWYHCEKXNC239727',
 'year': 2022}
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520NYA%27 HTTP/1.1" 200 None
2026-03-30 06:39:16 [bca.uk] INFO: Saving data for MV22%20NYA: {'auction_closing_time': 1774864800.0, 'created_time': 1774534107.177369, 'last_price_update_time': 1774852756.445852}
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV22%2520NYA') HTTP/1.1" 204 0
2026-03-30 06:39:16 [bca.uk] INFO: Found listing with ID: KR60%20MWC
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR60%2520MWC%27 HTTP/1.1" 200 None
2026-03-30 06:39:16 [bca.uk] INFO: Scrape type for KR60%20MWC: 2
2026-03-30 06:39:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa50c7dd-10a5-554e-b630-b270ecb0cad7 with identifier: KR60%20MWC
2026-03-30 06:39:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa50c7dd-10a5-554e-b630-b270ecb0cad7 with scrape type 2
2026-03-30 06:39:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa50c7dd-10a5-554e-b630-b270ecb0cad7 with scrape type 2
2026-03-30 06:39:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa50c7dd-10a5-554e-b630-b270ecb0cad7, identifier: KR60%20MWC
2026-03-30 06:39:16 [bca.uk] INFO: Found listing with ID: ET68%20DWG
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520DWG%27 HTTP/1.1" 200 None
2026-03-30 06:39:16 [bca.uk] INFO: Scrape type for ET68%20DWG: 2
2026-03-30 06:39:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72a8b694-8508-5364-95b8-91d7b36c77c1 with identifier: ET68%20DWG
2026-03-30 06:39:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72a8b694-8508-5364-95b8-91d7b36c77c1 with scrape type 2
2026-03-30 06:39:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72a8b694-8508-5364-95b8-91d7b36c77c1 with scrape type 2
2026-03-30 06:39:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72a8b694-8508-5364-95b8-91d7b36c77c1, identifier: ET68%20DWG
2026-03-30 06:39:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b469db6e-41e4-52ba-961a-98b372190dd6 with identifier: LS73%20GLF
2026-03-30 06:39:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b469db6e-41e4-52ba-961a-98b372190dd6 with identifier: LS73%20GLF
2026-03-30 06:39:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b469db6e-41e4-52ba-961a-98b372190dd6 with identifier: LS73%20GLF to the API
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS73%20GLF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b469db6e-41e4-52ba-961a-98b372190dd6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS73 GLF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS73%20GLF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 41889,
 'odometer_reading_unit': '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 ACENTA PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'E-POWER HEV ACENTA PREMIUM',
 'vin': 'SJNTBAJ12U1295029',
 'year': 2023}
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520GLF%27 HTTP/1.1" 200 None
2026-03-30 06:39:17 [bca.uk] INFO: Saving data for LS73%20GLF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534451.565459, 'last_price_update_time': 1774852757.047979}
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS73%2520GLF') HTTP/1.1" 204 0
2026-03-30 06:39:17 [bca.uk] INFO: Found listing with ID: NL23%20XMG
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520XMG%27 HTTP/1.1" 200 None
2026-03-30 06:39:17 [bca.uk] INFO: Scrape type for NL23%20XMG: 2
2026-03-30 06:39:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05526db4-096f-5d2a-bb92-e8a393397dd0 with identifier: NL23%20XMG
2026-03-30 06:39:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05526db4-096f-5d2a-bb92-e8a393397dd0 with scrape type 2
2026-03-30 06:39:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05526db4-096f-5d2a-bb92-e8a393397dd0 with scrape type 2
2026-03-30 06:39:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05526db4-096f-5d2a-bb92-e8a393397dd0, identifier: NL23%20XMG
2026-03-30 06:39:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa50c7dd-10a5-554e-b630-b270ecb0cad7 with identifier: KR60%20MWC
2026-03-30 06:39:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa50c7dd-10a5-554e-b630-b270ecb0cad7 with identifier: KR60%20MWC
2026-03-30 06:39:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa50c7dd-10a5-554e-b630-b270ecb0cad7 with identifier: KR60%20MWC to the API
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR60%20MWC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aa50c7dd-10a5-554e-b630-b270ecb0cad7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR60 MWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR60%20MWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E350',
 'odometer': 115311,
 'odometer_reading_unit': '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 E350 3.0 CDI 265 B/E SPORT TIP Saloon',
 'transmission': 'manual',
 'trim': 'CDI 265 B/E SPORT TIP',
 'vin': 'WDD2120232A380698',
 'year': 2011}
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR60%2520MWC%27 HTTP/1.1" 200 None
2026-03-30 06:39:17 [bca.uk] INFO: Saving data for KR60%20MWC: {'auction_closing_time': 1775210400.0, 'created_time': 1774534314.237298, 'last_price_update_time': 1774852757.477014}
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR60%2520MWC') HTTP/1.1" 204 0
2026-03-30 06:39:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72a8b694-8508-5364-95b8-91d7b36c77c1 with identifier: ET68%20DWG
2026-03-30 06:39:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72a8b694-8508-5364-95b8-91d7b36c77c1 with identifier: ET68%20DWG
2026-03-30 06:39:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72a8b694-8508-5364-95b8-91d7b36c77c1 with identifier: ET68%20DWG to the API
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET68%20DWG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '72a8b694-8508-5364-95b8-91d7b36c77c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET68 DWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET68%20DWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 113333,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0FXXGAHFJP60381',
 'year': 2019}
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET68%2520DWG%27 HTTP/1.1" 200 None
2026-03-30 06:39:17 [bca.uk] INFO: Saving data for ET68%20DWG: {'auction_closing_time': 1774951200.0, 'created_time': 1774266018.09282, 'last_price_update_time': 1774852757.806315}
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET68%2520DWG') HTTP/1.1" 204 0
2026-03-30 06:39:17 [bca.uk] INFO: Found listing with ID: YN22%20NAU
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520NAU%27 HTTP/1.1" 200 None
2026-03-30 06:39:17 [bca.uk] INFO: Scrape type for YN22%20NAU: 2
2026-03-30 06:39:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dbfa359-58e5-5282-b837-91cc730f741e with identifier: YN22%20NAU
2026-03-30 06:39:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dbfa359-58e5-5282-b837-91cc730f741e with scrape type 2
2026-03-30 06:39:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dbfa359-58e5-5282-b837-91cc730f741e with scrape type 2
2026-03-30 06:39:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dbfa359-58e5-5282-b837-91cc730f741e, identifier: YN22%20NAU
2026-03-30 06:39:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05526db4-096f-5d2a-bb92-e8a393397dd0 with identifier: NL23%20XMG
2026-03-30 06:39:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05526db4-096f-5d2a-bb92-e8a393397dd0 with identifier: NL23%20XMG
2026-03-30 06:39:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05526db4-096f-5d2a-bb92-e8a393397dd0 with identifier: NL23%20XMG to the API
2026-03-30 06:39:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20XMG-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '05526db4-096f-5d2a-bb92-e8a393397dd0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 XMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20XMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 49201,
 'odometer_reading_unit': '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 4 StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI PHEV AWD 4',
 'vin': 'U5YPV81HSPL076276',
 'year': 2023}
2026-03-30 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520XMG%27 HTTP/1.1" 200 None
2026-03-30 06:39:18 [bca.uk] INFO: Saving data for NL23%20XMG: {'auction_closing_time': 1774864800.0, 'created_time': 1774534086.11241, 'last_price_update_time': 1774852758.324372}
2026-03-30 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520XMG') HTTP/1.1" 204 0
2026-03-30 06:39:18 [bca.uk] INFO: Found listing with ID: MM08%20NGG
2026-03-30 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM08%2520NGG%27 HTTP/1.1" 200 None
2026-03-30 06:39:18 [bca.uk] INFO: Scrape type for MM08%20NGG: 2
2026-03-30 06:39:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c716076-9b22-5696-8e8d-73d0153dbbf2 with identifier: MM08%20NGG
2026-03-30 06:39:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c716076-9b22-5696-8e8d-73d0153dbbf2 with scrape type 2
2026-03-30 06:39:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c716076-9b22-5696-8e8d-73d0153dbbf2 with scrape type 2
2026-03-30 06:39:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c716076-9b22-5696-8e8d-73d0153dbbf2, identifier: MM08%20NGG
2026-03-30 06:39:18 [bca.uk] INFO: Found listing with ID: PO67%20ZCU
2026-03-30 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520ZCU%27 HTTP/1.1" 200 None
2026-03-30 06:39:18 [bca.uk] INFO: Scrape type for PO67%20ZCU: 2
2026-03-30 06:39:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with identifier: PO67%20ZCU
2026-03-30 06:39:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with scrape type 2
2026-03-30 06:39:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with scrape type 2
2026-03-30 06:39:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76f4a2d9-f7e2-5516-823f-d32c6dea5fea, identifier: PO67%20ZCU
2026-03-30 06:39:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dbfa359-58e5-5282-b837-91cc730f741e with identifier: YN22%20NAU
2026-03-30 06:39:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dbfa359-58e5-5282-b837-91cc730f741e with identifier: YN22%20NAU
2026-03-30 06:39:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4dbfa359-58e5-5282-b837-91cc730f741e with identifier: YN22%20NAU to the API
2026-03-30 06:39:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN22%20NAU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4dbfa359-58e5-5282-b837-91cc730f741e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YN22 NAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN22%20NAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 34069,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH ICON Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH ICON',
 'vin': 'ZFAEFAC47NX062834',
 'year': 2022}
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520NAU%27 HTTP/1.1" 200 None
2026-03-30 06:39:19 [bca.uk] INFO: Saving data for YN22%20NAU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534423.073792, 'last_price_update_time': 1774852759.194304}
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN22%2520NAU') HTTP/1.1" 204 0
2026-03-30 06:39:19 [bca.uk] INFO: Found listing with ID: OV72%20BXK
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520BXK%27 HTTP/1.1" 200 None
2026-03-30 06:39:19 [bca.uk] INFO: Scrape type for OV72%20BXK: 2
2026-03-30 06:39:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5daaf53-2b4e-558d-b354-e3a79df0d28e with identifier: OV72%20BXK
2026-03-30 06:39:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5daaf53-2b4e-558d-b354-e3a79df0d28e with scrape type 2
2026-03-30 06:39:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5daaf53-2b4e-558d-b354-e3a79df0d28e with scrape type 2
2026-03-30 06:39:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5daaf53-2b4e-558d-b354-e3a79df0d28e, identifier: OV72%20BXK
2026-03-30 06:39:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c716076-9b22-5696-8e8d-73d0153dbbf2 with identifier: MM08%20NGG
2026-03-30 06:39:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c716076-9b22-5696-8e8d-73d0153dbbf2 with identifier: MM08%20NGG
2026-03-30 06:39:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c716076-9b22-5696-8e8d-73d0153dbbf2 with identifier: MM08%20NGG to the API
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM08%20NGG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4c716076-9b22-5696-8e8d-73d0153dbbf2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM08 NGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM08%20NGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 117141,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI 143 SE Saloon',
 'transmission': 'manual',
 'trim': 'TDI 143 SE',
 'vin': 'WAUZZZ8K58A032761',
 'year': 2008}
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM08%2520NGG%27 HTTP/1.1" 200 None
2026-03-30 06:39:19 [bca.uk] INFO: Saving data for MM08%20NGG: {'auction_closing_time': 1775210400.0, 'created_time': 1774534311.589543, 'last_price_update_time': 1774852759.583993}
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM08%2520NGG') HTTP/1.1" 204 0
2026-03-30 06:39:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with identifier: PO67%20ZCU
2026-03-30 06:39:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with identifier: PO67%20ZCU
2026-03-30 06:39:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76f4a2d9-f7e2-5516-823f-d32c6dea5fea with identifier: PO67%20ZCU to the API
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO67%20ZCU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '76f4a2d9-f7e2-5516-823f-d32c6dea5fea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO67 ZCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO67%20ZCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 92031,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC S StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC S',
 'vin': 'SALYA2AN6JA715293',
 'year': 2017}
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO67%2520ZCU%27 HTTP/1.1" 200 None
2026-03-30 06:39:19 [bca.uk] INFO: Saving data for PO67%20ZCU: {'auction_closing_time': 1774951200.0, 'created_time': 1773908773.747107, 'last_price_update_time': 1774852759.882428}
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO67%2520ZCU') HTTP/1.1" 204 0
2026-03-30 06:39:19 [bca.uk] INFO: Found listing with ID: KR68%20LWG
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR68%2520LWG%27 HTTP/1.1" 200 None
2026-03-30 06:39:19 [bca.uk] INFO: Scrape type for KR68%20LWG: 2
2026-03-30 06:39:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with identifier: KR68%20LWG
2026-03-30 06:39:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with scrape type 2
2026-03-30 06:39:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with scrape type 2
2026-03-30 06:39:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7b2ddf8-7fde-5a4e-8647-ad53aaa79328, identifier: KR68%20LWG
2026-03-30 06:39:20 [bca.uk] INFO: Total items found: 100
2026-03-30 06:39:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded
2026-03-30 06:39:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:39:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:39:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5daaf53-2b4e-558d-b354-e3a79df0d28e with identifier: OV72%20BXK
2026-03-30 06:39:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5daaf53-2b4e-558d-b354-e3a79df0d28e with identifier: OV72%20BXK
2026-03-30 06:39:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5daaf53-2b4e-558d-b354-e3a79df0d28e with identifier: OV72%20BXK to the API
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV72%20BXK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c5daaf53-2b4e-558d-b354-e3a79df0d28e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV72 BXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV72%20BXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 26297,
 'odometer_reading_unit': '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': 'YSMVSEDE0PL117464',
 'year': 2022}
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV72%2520BXK%27 HTTP/1.1" 200 None
2026-03-30 06:39:20 [bca.uk] INFO: Saving data for OV72%20BXK: {'auction_closing_time': 1774864800.0, 'created_time': 1773841107.847527, 'last_price_update_time': 1774852760.29338}
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV72%2520BXK') HTTP/1.1" 204 0
2026-03-30 06:39:20 [bca.uk] INFO: Found listing with ID: PK13%20JWV
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK13%2520JWV%27 HTTP/1.1" 200 None
2026-03-30 06:39:20 [bca.uk] INFO: Scrape type for PK13%20JWV: 2
2026-03-30 06:39:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ddfaff8-d903-509c-bf30-057141cbc542 with identifier: PK13%20JWV
2026-03-30 06:39:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ddfaff8-d903-509c-bf30-057141cbc542 with scrape type 2
2026-03-30 06:39:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ddfaff8-d903-509c-bf30-057141cbc542 with scrape type 2
2026-03-30 06:39:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ddfaff8-d903-509c-bf30-057141cbc542, identifier: PK13%20JWV
2026-03-30 06:39:20 [bca.uk] INFO: Found listing with ID: PJ20%20KVH
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ20%2520KVH%27 HTTP/1.1" 200 None
2026-03-30 06:39:20 [bca.uk] INFO: Scrape type for PJ20%20KVH: 2
2026-03-30 06:39:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa485544-c7ad-51d7-88e3-d9d76a1371e0 with identifier: PJ20%20KVH
2026-03-30 06:39:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa485544-c7ad-51d7-88e3-d9d76a1371e0 with scrape type 2
2026-03-30 06:39:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa485544-c7ad-51d7-88e3-d9d76a1371e0 with scrape type 2
2026-03-30 06:39:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa485544-c7ad-51d7-88e3-d9d76a1371e0, identifier: PJ20%20KVH
2026-03-30 06:39:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with identifier: KR68%20LWG
2026-03-30 06:39:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with identifier: KR68%20LWG
2026-03-30 06:39:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7b2ddf8-7fde-5a4e-8647-ad53aaa79328 with identifier: KR68%20LWG to the API
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR68%20LWG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f7b2ddf8-7fde-5a4e-8647-ad53aaa79328',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR68 LWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR68%20LWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'GRAND SPACETOUR',
 'odometer': 57999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND SPACETOUR 1.2 P/T 130 FEEL MPV',
 'transmission': 'manual',
 'trim': 'P/T 130 FEEL',
 'vin': 'VF73AHNSPJJ835067',
 'year': 2018}
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR68%2520LWG%27 HTTP/1.1" 200 None
2026-03-30 06:39:20 [bca.uk] INFO: Saving data for KR68%20LWG: {'auction_closing_time': 1774864800.0, 'created_time': 1773822509.507492, 'last_price_update_time': 1774852760.842076}
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR68%2520LWG') HTTP/1.1" 204 0
2026-03-30 06:39:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:39:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:39:20 [bca.uk] INFO: Found listing with ID: VK21%20YGH
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520YGH%27 HTTP/1.1" 200 None
2026-03-30 06:39:20 [bca.uk] INFO: Scrape type for VK21%20YGH: 2
2026-03-30 06:39:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50df4d24-6d8b-5b45-b71d-f4c397d6cd50 with identifier: VK21%20YGH
2026-03-30 06:39:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50df4d24-6d8b-5b45-b71d-f4c397d6cd50 with scrape type 2
2026-03-30 06:39:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50df4d24-6d8b-5b45-b71d-f4c397d6cd50 with scrape type 2
2026-03-30 06:39:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50df4d24-6d8b-5b45-b71d-f4c397d6cd50, identifier: VK21%20YGH
2026-03-30 06:39:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ddfaff8-d903-509c-bf30-057141cbc542 with identifier: PK13%20JWV
2026-03-30 06:39:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ddfaff8-d903-509c-bf30-057141cbc542 with identifier: PK13%20JWV
2026-03-30 06:39:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ddfaff8-d903-509c-bf30-057141cbc542 with identifier: PK13%20JWV to the API
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK13%20JWV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9ddfaff8-d903-509c-bf30-057141cbc542',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK13 JWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK13%20JWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 211531,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 105 ECONETIC EDGE Estate',
 'transmission': 'manual',
 'trim': 'TDCI 105 ECONETIC EDGE',
 'vin': 'WF0LXXGCBLDP47686',
 'year': 2013}
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK13%2520JWV%27 HTTP/1.1" 200 None
2026-03-30 06:39:21 [bca.uk] INFO: Saving data for PK13%20JWV: {'auction_closing_time': 1775210400.0, 'created_time': 1774534309.657064, 'last_price_update_time': 1774852761.303008}
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK13%2520JWV') HTTP/1.1" 204 0
2026-03-30 06:39:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa485544-c7ad-51d7-88e3-d9d76a1371e0 with identifier: PJ20%20KVH
2026-03-30 06:39:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa485544-c7ad-51d7-88e3-d9d76a1371e0 with identifier: PJ20%20KVH
2026-03-30 06:39:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa485544-c7ad-51d7-88e3-d9d76a1371e0 with identifier: PJ20%20KVH to the API
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ20%20KVH-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fa485544-c7ad-51d7-88e3-d9d76a1371e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ20 KVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ20%20KVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA-E',
 'odometer': 62538,
 'odometer_reading_unit': '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-E 100KW 50KWH ELITE(LAUNCH)(7.4) Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ELITE(LAUNCH)(7.4)',
 'vin': 'VXKUHZKXZL4150951',
 'year': 2020}
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ20%2520KVH%27 HTTP/1.1" 200 None
2026-03-30 06:39:21 [bca.uk] INFO: Saving data for PJ20%20KVH: {'auction_closing_time': 1774951200.0, 'created_time': 1773835044.931365, 'last_price_update_time': 1774852761.77441}
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ20%2520KVH') HTTP/1.1" 204 0
2026-03-30 06:39:21 [bca.uk] INFO: Found listing with ID: LF65%20ZZH
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF65%2520ZZH%27 HTTP/1.1" 200 None
2026-03-30 06:39:21 [bca.uk] INFO: Scrape type for LF65%20ZZH: 2
2026-03-30 06:39:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4baef3b-d643-5457-bd9b-f9cbd013f402 with identifier: LF65%20ZZH
2026-03-30 06:39:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4baef3b-d643-5457-bd9b-f9cbd013f402 with scrape type 2
2026-03-30 06:39:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4baef3b-d643-5457-bd9b-f9cbd013f402 with scrape type 2
2026-03-30 06:39:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4baef3b-d643-5457-bd9b-f9cbd013f402, identifier: LF65%20ZZH
2026-03-30 06:39:21 [bca.uk] INFO: Found listing with ID: SV62%20OSA
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV62%2520OSA%27 HTTP/1.1" 200 None
2026-03-30 06:39:21 [bca.uk] INFO: Scrape type for SV62%20OSA: 2
2026-03-30 06:39:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 607a7bce-4325-5eb3-b4de-0eb8a710b5cb with identifier: SV62%20OSA
2026-03-30 06:39:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 607a7bce-4325-5eb3-b4de-0eb8a710b5cb with scrape type 2
2026-03-30 06:39:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 607a7bce-4325-5eb3-b4de-0eb8a710b5cb with scrape type 2
2026-03-30 06:39:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 607a7bce-4325-5eb3-b4de-0eb8a710b5cb, identifier: SV62%20OSA
2026-03-30 06:39: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:39:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50df4d24-6d8b-5b45-b71d-f4c397d6cd50 with identifier: VK21%20YGH
2026-03-30 06:39:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50df4d24-6d8b-5b45-b71d-f4c397d6cd50 with identifier: VK21%20YGH
2026-03-30 06:39:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50df4d24-6d8b-5b45-b71d-f4c397d6cd50 with identifier: VK21%20YGH to the API
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK21%20YGH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '50df4d24-6d8b-5b45-b71d-f4c397d6cd50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK21 YGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK21%20YGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 19004,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW545986',
 'year': 2021}
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520YGH%27 HTTP/1.1" 200 None
2026-03-30 06:39:22 [bca.uk] INFO: Saving data for VK21%20YGH: {'auction_closing_time': 1774864800.0, 'created_time': 1774534103.3423629, 'last_price_update_time': 1774852762.329862}
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK21%2520YGH') HTTP/1.1" 204 0
2026-03-30 06:39:22 [bca.uk] INFO: Found listing with ID: PK65%20YHH
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520YHH%27 HTTP/1.1" 200 None
2026-03-30 06:39:22 [bca.uk] INFO: Scrape type for PK65%20YHH: 2
2026-03-30 06:39:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98430663-d89b-5922-85fb-dff3505caa25 with identifier: PK65%20YHH
2026-03-30 06:39:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98430663-d89b-5922-85fb-dff3505caa25 with scrape type 2
2026-03-30 06:39:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98430663-d89b-5922-85fb-dff3505caa25 with scrape type 2
2026-03-30 06:39:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98430663-d89b-5922-85fb-dff3505caa25, identifier: PK65%20YHH
2026-03-30 06:39:22 [bca.uk] INFO: Found listing with ID: LD18%20MLJ
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520MLJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:22 [bca.uk] INFO: Scrape type for LD18%20MLJ: 2
2026-03-30 06:39:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with identifier: LD18%20MLJ
2026-03-30 06:39:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with scrape type 2
2026-03-30 06:39:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with scrape type 2
2026-03-30 06:39:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249, identifier: LD18%20MLJ
2026-03-30 06:39:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4baef3b-d643-5457-bd9b-f9cbd013f402 with identifier: LF65%20ZZH
2026-03-30 06:39:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4baef3b-d643-5457-bd9b-f9cbd013f402 with identifier: LF65%20ZZH
2026-03-30 06:39:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4baef3b-d643-5457-bd9b-f9cbd013f402 with identifier: LF65%20ZZH to the API
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF65%20ZZH-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4baef3b-d643-5457-bd9b-f9cbd013f402',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF65 ZZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF65%20ZZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '520D',
 'odometer': 37803,
 'odometer_reading_unit': '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 520D 2.0 190 SE STEP Saloon',
 'transmission': 'automatic',
 'trim': '190 SE STEP',
 'vin': 'WBA5E52050G215010',
 'year': 2015}
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF65%2520ZZH%27 HTTP/1.1" 200 None
2026-03-30 06:39:22 [bca.uk] INFO: Saving data for LF65%20ZZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774534453.122913, 'last_price_update_time': 1774852762.868404}
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF65%2520ZZH') HTTP/1.1" 204 0
2026-03-30 06:39:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 607a7bce-4325-5eb3-b4de-0eb8a710b5cb with identifier: SV62%20OSA
2026-03-30 06:39:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 607a7bce-4325-5eb3-b4de-0eb8a710b5cb with identifier: SV62%20OSA
2026-03-30 06:39:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 607a7bce-4325-5eb3-b4de-0eb8a710b5cb with identifier: SV62%20OSA to the API
2026-03-30 06:39:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV62%20OSA-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '607a7bce-4325-5eb3-b4de-0eb8a710b5cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV62 OSA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV62%20OSA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 123120,
 'odometer_reading_unit': '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 LTD.EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'VVT LTD.EDITION',
 'vin': 'W0L0SDL08C6112812',
 'year': 2012}
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV62%2520OSA%27 HTTP/1.1" 200 None
2026-03-30 06:39:23 [bca.uk] INFO: Saving data for SV62%20OSA: {'auction_closing_time': 1774864800.0, 'created_time': 1774534394.963393, 'last_price_update_time': 1774852763.184017}
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV62%2520OSA') HTTP/1.1" 204 0
2026-03-30 06:39:23 [bca.uk] INFO: Found listing with ID: YUI%206353
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YUI%25206353%27 HTTP/1.1" 200 None
2026-03-30 06:39:23 [bca.uk] INFO: Scrape type for YUI%206353: 2
2026-03-30 06:39:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abdb0015-794b-59ee-95c3-9e9500b441fb with identifier: YUI%206353
2026-03-30 06:39:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abdb0015-794b-59ee-95c3-9e9500b441fb with scrape type 2
2026-03-30 06:39:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abdb0015-794b-59ee-95c3-9e9500b441fb with scrape type 2
2026-03-30 06:39:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abdb0015-794b-59ee-95c3-9e9500b441fb, identifier: YUI%206353
2026-03-30 06:39:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98430663-d89b-5922-85fb-dff3505caa25 with identifier: PK65%20YHH
2026-03-30 06:39:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98430663-d89b-5922-85fb-dff3505caa25 with identifier: PK65%20YHH
2026-03-30 06:39:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98430663-d89b-5922-85fb-dff3505caa25 with identifier: PK65%20YHH to the API
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK65%20YHH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98430663-d89b-5922-85fb-dff3505caa25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK65 YHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK65%20YHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 99937,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM X P/S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 180 4WD TITANIUM X P/S',
 'vin': 'WF0AXXWPMAFU29720',
 'year': 2015}
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520YHH%27 HTTP/1.1" 200 None
2026-03-30 06:39:23 [bca.uk] INFO: Saving data for PK65%20YHH: {'auction_closing_time': 1775210400.0, 'created_time': 1774534312.5876, 'last_price_update_time': 1774852763.58623}
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK65%2520YHH') HTTP/1.1" 204 0
2026-03-30 06:39:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with identifier: LD18%20MLJ
2026-03-30 06:39:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with identifier: LD18%20MLJ
2026-03-30 06:39:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249 with identifier: LD18%20MLJ to the API
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD18%20MLJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ba4dc8c2-6ac6-54e6-aa2f-6fb37a543249',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD18 MLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD18%20MLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 125223,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 150 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 150 TITANIUM',
 'vin': 'WF0JXXWPCJJL62330',
 'year': 2018}
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD18%2520MLJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:23 [bca.uk] INFO: Saving data for LD18%20MLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773908774.431445, 'last_price_update_time': 1774852763.896211}
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD18%2520MLJ') HTTP/1.1" 204 0
2026-03-30 06:39:23 [bca.uk] INFO: Found listing with ID: OV67%20NCF
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV67%2520NCF%27 HTTP/1.1" 200 None
2026-03-30 06:39:23 [bca.uk] INFO: Scrape type for OV67%20NCF: 0
2026-03-30 06:39:23 [bca.uk] INFO: Found listing with ID: OY17%20WCN
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520WCN%27 HTTP/1.1" 200 None
2026-03-30 06:39:23 [bca.uk] INFO: Scrape type for OY17%20WCN: 2
2026-03-30 06:39:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4feab87-b8bf-54c9-901c-2a0869e84d46 with identifier: OY17%20WCN
2026-03-30 06:39:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4feab87-b8bf-54c9-901c-2a0869e84d46 with scrape type 2
2026-03-30 06:39:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4feab87-b8bf-54c9-901c-2a0869e84d46 with scrape type 2
2026-03-30 06:39:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4feab87-b8bf-54c9-901c-2a0869e84d46, identifier: OY17%20WCN
2026-03-30 06:39:24 [bca.uk] INFO: Found listing with ID: VK61%20OBO
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520OBO%27 HTTP/1.1" 200 None
2026-03-30 06:39:24 [bca.uk] INFO: Scrape type for VK61%20OBO: 2
2026-03-30 06:39:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca0ec800-6b8b-5eda-81fa-099a392d8276 with identifier: VK61%20OBO
2026-03-30 06:39:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca0ec800-6b8b-5eda-81fa-099a392d8276 with scrape type 2
2026-03-30 06:39:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca0ec800-6b8b-5eda-81fa-099a392d8276 with scrape type 2
2026-03-30 06:39:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca0ec800-6b8b-5eda-81fa-099a392d8276, identifier: VK61%20OBO
2026-03-30 06:39:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abdb0015-794b-59ee-95c3-9e9500b441fb with identifier: YUI%206353
2026-03-30 06:39:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abdb0015-794b-59ee-95c3-9e9500b441fb with identifier: YUI%206353
2026-03-30 06:39:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abdb0015-794b-59ee-95c3-9e9500b441fb with identifier: YUI%206353 to the API
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YUI%206353-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'abdb0015-794b-59ee-95c3-9e9500b441fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YUI 6353',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YUI%206353&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 19546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250+ 140KW 70.5KWH AMG LINE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH AMG LINE PREMIUM',
 'vin': 'W1N9N0CB8PJ064547',
 'year': 2023}
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YUI%25206353%27 HTTP/1.1" 200 None
2026-03-30 06:39:24 [bca.uk] INFO: Saving data for YUI%206353: {'auction_closing_time': 1774864800.0, 'created_time': 1774534094.958596, 'last_price_update_time': 1774852764.458726}
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YUI%25206353') HTTP/1.1" 204 0
2026-03-30 06:39:24 [bca.uk] INFO: Found listing with ID: RJ11%20ZRY
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ11%2520ZRY%27 HTTP/1.1" 200 None
2026-03-30 06:39:24 [bca.uk] INFO: Scrape type for RJ11%20ZRY: 2
2026-03-30 06:39:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4325bd0-0d81-55d6-ab2f-9c5cd749148f with identifier: RJ11%20ZRY
2026-03-30 06:39:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4325bd0-0d81-55d6-ab2f-9c5cd749148f with scrape type 2
2026-03-30 06:39:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4325bd0-0d81-55d6-ab2f-9c5cd749148f with scrape type 2
2026-03-30 06:39:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4325bd0-0d81-55d6-ab2f-9c5cd749148f, identifier: RJ11%20ZRY
2026-03-30 06:39:24 [bca.uk] INFO: Found listing with ID: ED10%20ALP
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ED10%2520ALP%27 HTTP/1.1" 200 None
2026-03-30 06:39:24 [bca.uk] INFO: Scrape type for ED10%20ALP: 2
2026-03-30 06:39:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59a51831-815d-5f9b-9c79-7907264eb3da with identifier: ED10%20ALP
2026-03-30 06:39:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59a51831-815d-5f9b-9c79-7907264eb3da with scrape type 2
2026-03-30 06:39:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59a51831-815d-5f9b-9c79-7907264eb3da with scrape type 2
2026-03-30 06:39:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59a51831-815d-5f9b-9c79-7907264eb3da, identifier: ED10%20ALP
2026-03-30 06:39:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4feab87-b8bf-54c9-901c-2a0869e84d46 with identifier: OY17%20WCN
2026-03-30 06:39:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4feab87-b8bf-54c9-901c-2a0869e84d46 with identifier: OY17%20WCN
2026-03-30 06:39:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4feab87-b8bf-54c9-901c-2a0869e84d46 with identifier: OY17%20WCN to the API
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY17%20WCN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd4feab87-b8bf-54c9-901c-2a0869e84d46',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY17 WCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY17%20WCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 142615,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE DYNAMIC LUXURY '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE DYNAMIC LUXURY',
 'vin': 'SALCA2AN0HH688989',
 'year': 2017}
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY17%2520WCN%27 HTTP/1.1" 200 None
2026-03-30 06:39:25 [bca.uk] INFO: Saving data for OY17%20WCN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477257.392529, 'last_price_update_time': 1774852765.044506}
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY17%2520WCN') HTTP/1.1" 204 0
2026-03-30 06:39:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca0ec800-6b8b-5eda-81fa-099a392d8276 with identifier: VK61%20OBO
2026-03-30 06:39:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca0ec800-6b8b-5eda-81fa-099a392d8276 with identifier: VK61%20OBO
2026-03-30 06:39:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca0ec800-6b8b-5eda-81fa-099a392d8276 with identifier: VK61%20OBO to the API
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK61%20OBO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ca0ec800-6b8b-5eda-81fa-099a392d8276',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK61 OBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK61%20OBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 49394,
 'odometer_reading_unit': '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': 'JMZDEA4J210444148',
 'year': 2011}
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK61%2520OBO%27 HTTP/1.1" 200 None
2026-03-30 06:39:25 [bca.uk] INFO: Saving data for VK61%20OBO: {'auction_closing_time': 1774864800.0, 'created_time': 1774390559.414002, 'last_price_update_time': 1774852765.348208}
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK61%2520OBO') HTTP/1.1" 204 0
2026-03-30 06:39:25 [bca.uk] INFO: Found listing with ID: CMZ%206782
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CMZ%25206782%27 HTTP/1.1" 200 None
2026-03-30 06:39:25 [bca.uk] INFO: Scrape type for CMZ%206782: 2
2026-03-30 06:39:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0a3a45c-0edc-5c7b-a5c0-65dfd8ff8dfc with identifier: CMZ%206782
2026-03-30 06:39:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0a3a45c-0edc-5c7b-a5c0-65dfd8ff8dfc with scrape type 2
2026-03-30 06:39:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0a3a45c-0edc-5c7b-a5c0-65dfd8ff8dfc with scrape type 2
2026-03-30 06:39:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0a3a45c-0edc-5c7b-a5c0-65dfd8ff8dfc, identifier: CMZ%206782
2026-03-30 06:39:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4325bd0-0d81-55d6-ab2f-9c5cd749148f with identifier: RJ11%20ZRY
2026-03-30 06:39:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4325bd0-0d81-55d6-ab2f-9c5cd749148f with identifier: RJ11%20ZRY
2026-03-30 06:39:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4325bd0-0d81-55d6-ab2f-9c5cd749148f with identifier: RJ11%20ZRY to the API
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ11%20ZRY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd4325bd0-0d81-55d6-ab2f-9c5cd749148f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ11 ZRY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ11%20ZRY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A160',
 'odometer': 114683,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A160 2.0 CDI CLASSIC SE Hatchback',
 'transmission': 'manual',
 'trim': 'CDI CLASSIC SE',
 'vin': 'WDD1690062J972065',
 'year': 2011}
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ11%2520ZRY%27 HTTP/1.1" 200 None
2026-03-30 06:39:25 [bca.uk] INFO: Saving data for RJ11%20ZRY: {'auction_closing_time': 1775210400.0, 'created_time': 1774534308.822495, 'last_price_update_time': 1774852765.757179}
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ11%2520ZRY') HTTP/1.1" 204 0
2026-03-30 06:39:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59a51831-815d-5f9b-9c79-7907264eb3da with identifier: ED10%20ALP
2026-03-30 06:39:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59a51831-815d-5f9b-9c79-7907264eb3da with identifier: ED10%20ALP
2026-03-30 06:39:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59a51831-815d-5f9b-9c79-7907264eb3da with identifier: ED10%20ALP to the API
2026-03-30 06:39:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ED10%20ALP-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59a51831-815d-5f9b-9c79-7907264eb3da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ED10 ALP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ED10%20ALP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'ALPINE',
 'model': 'A110',
 'odometer': 33095,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'ALPINE A110 1.8 TURBO 292 S DCT Coupe',
 'transmission': 'automatic',
 'trim': 'TURBO 292 S DCT',
 'vin': 'VFAAEFD0868667023',
 'year': 2022}
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ED10%2520ALP%27 HTTP/1.1" 200 None
2026-03-30 06:39:26 [bca.uk] INFO: Saving data for ED10%20ALP: {'auction_closing_time': 1775124000.0, 'created_time': 1774536281.591955, 'last_price_update_time': 1774852766.146461}
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ED10%2520ALP') HTTP/1.1" 204 0
2026-03-30 06:39:26 [bca.uk] INFO: Found listing with ID: SY21%20KSE
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520KSE%27 HTTP/1.1" 200 None
2026-03-30 06:39:26 [bca.uk] INFO: Scrape type for SY21%20KSE: 2
2026-03-30 06:39:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 798b568a-cdd9-5d3f-9f65-737e1cd672fd with identifier: SY21%20KSE
2026-03-30 06:39:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 798b568a-cdd9-5d3f-9f65-737e1cd672fd with scrape type 2
2026-03-30 06:39:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 798b568a-cdd9-5d3f-9f65-737e1cd672fd with scrape type 2
2026-03-30 06:39:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 798b568a-cdd9-5d3f-9f65-737e1cd672fd, identifier: SY21%20KSE
2026-03-30 06:39:26 [bca.uk] INFO: Found listing with ID: AY64%20LKC
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY64%2520LKC%27 HTTP/1.1" 200 None
2026-03-30 06:39:26 [bca.uk] INFO: Scrape type for AY64%20LKC: 2
2026-03-30 06:39:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e6dbe05-28e9-5b2b-8f88-6d57aa3f940f with identifier: AY64%20LKC
2026-03-30 06:39:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e6dbe05-28e9-5b2b-8f88-6d57aa3f940f with scrape type 2
2026-03-30 06:39:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e6dbe05-28e9-5b2b-8f88-6d57aa3f940f with scrape type 2
2026-03-30 06:39:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e6dbe05-28e9-5b2b-8f88-6d57aa3f940f, identifier: AY64%20LKC
2026-03-30 06:39:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0a3a45c-0edc-5c7b-a5c0-65dfd8ff8dfc with identifier: CMZ%206782
2026-03-30 06:39:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0a3a45c-0edc-5c7b-a5c0-65dfd8ff8dfc with identifier: CMZ%206782
2026-03-30 06:39:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0a3a45c-0edc-5c7b-a5c0-65dfd8ff8dfc with identifier: CMZ%206782 to the API
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CMZ%206782-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e0a3a45c-0edc-5c7b-a5c0-65dfd8ff8dfc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CMZ 6782',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CMZ%206782&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 13853,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS9RC361242',
 'year': 2024}
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CMZ%25206782%27 HTTP/1.1" 200 None
2026-03-30 06:39:26 [bca.uk] INFO: Saving data for CMZ%206782: {'auction_closing_time': 1774864800.0, 'created_time': 1774534097.082353, 'last_price_update_time': 1774852766.684846}
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CMZ%25206782') HTTP/1.1" 204 0
2026-03-30 06:39:26 [bca.uk] INFO: Found listing with ID: PK07%20USE
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK07%2520USE%27 HTTP/1.1" 200 None
2026-03-30 06:39:26 [bca.uk] INFO: Scrape type for PK07%20USE: 2
2026-03-30 06:39:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a733306-94fb-5eee-a1bb-d036df9f12e3 with identifier: PK07%20USE
2026-03-30 06:39:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a733306-94fb-5eee-a1bb-d036df9f12e3 with scrape type 2
2026-03-30 06:39:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a733306-94fb-5eee-a1bb-d036df9f12e3 with scrape type 2
2026-03-30 06:39:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a733306-94fb-5eee-a1bb-d036df9f12e3, identifier: PK07%20USE
2026-03-30 06:39:26 [bca.uk] INFO: Found listing with ID: RK74%20UVP
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK74%2520UVP%27 HTTP/1.1" 200 None
2026-03-30 06:39:26 [bca.uk] INFO: Scrape type for RK74%20UVP: 2
2026-03-30 06:39:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fe70e11-df62-5f08-8527-a8e4eb59c107 with identifier: RK74%20UVP
2026-03-30 06:39:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fe70e11-df62-5f08-8527-a8e4eb59c107 with scrape type 2
2026-03-30 06:39:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fe70e11-df62-5f08-8527-a8e4eb59c107 with scrape type 2
2026-03-30 06:39:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9fe70e11-df62-5f08-8527-a8e4eb59c107, identifier: RK74%20UVP
2026-03-30 06:39:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 798b568a-cdd9-5d3f-9f65-737e1cd672fd with identifier: SY21%20KSE
2026-03-30 06:39:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 798b568a-cdd9-5d3f-9f65-737e1cd672fd with identifier: SY21%20KSE
2026-03-30 06:39:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 798b568a-cdd9-5d3f-9f65-737e1cd672fd with identifier: SY21%20KSE to the API
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY21%20KSE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '798b568a-cdd9-5d3f-9f65-737e1cd672fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY21 KSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY21%20KSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 68256,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AN4MH133273',
 'year': 2021}
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520KSE%27 HTTP/1.1" 200 None
2026-03-30 06:39:27 [bca.uk] INFO: Saving data for SY21%20KSE: {'auction_closing_time': 1774864800.0, 'created_time': 1774534453.727111, 'last_price_update_time': 1774852767.194997}
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY21%2520KSE') HTTP/1.1" 204 0
2026-03-30 06:39:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e6dbe05-28e9-5b2b-8f88-6d57aa3f940f with identifier: AY64%20LKC
2026-03-30 06:39:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e6dbe05-28e9-5b2b-8f88-6d57aa3f940f with identifier: AY64%20LKC
2026-03-30 06:39:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e6dbe05-28e9-5b2b-8f88-6d57aa3f940f with identifier: AY64%20LKC to the API
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY64%20LKC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e6dbe05-28e9-5b2b-8f88-6d57aa3f940f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY64 LKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY64%20LKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 163831,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI A6 3.0 TDI 245 QUATTRO BLACK ED.S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI 245 QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ4G0EN090654',
 'year': 2014}
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY64%2520LKC%27 HTTP/1.1" 200 None
2026-03-30 06:39:27 [bca.uk] INFO: Saving data for AY64%20LKC: {'auction_closing_time': 1774864800.0, 'created_time': 1774534393.961563, 'last_price_update_time': 1774852767.483793}
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY64%2520LKC') HTTP/1.1" 204 0
2026-03-30 06:39:27 [bca.uk] INFO: Found listing with ID: RJ71%20ZPV
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ZPV%27 HTTP/1.1" 200 None
2026-03-30 06:39:27 [bca.uk] INFO: Scrape type for RJ71%20ZPV: 2
2026-03-30 06:39:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdd7365e-37db-55a1-98f5-e87611381fa5 with identifier: RJ71%20ZPV
2026-03-30 06:39:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdd7365e-37db-55a1-98f5-e87611381fa5 with scrape type 2
2026-03-30 06:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdd7365e-37db-55a1-98f5-e87611381fa5 with scrape type 2
2026-03-30 06:39:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdd7365e-37db-55a1-98f5-e87611381fa5, identifier: RJ71%20ZPV
2026-03-30 06:39:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a733306-94fb-5eee-a1bb-d036df9f12e3 with identifier: PK07%20USE
2026-03-30 06:39:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a733306-94fb-5eee-a1bb-d036df9f12e3 with identifier: PK07%20USE
2026-03-30 06:39:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a733306-94fb-5eee-a1bb-d036df9f12e3 with identifier: PK07%20USE to the API
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK07%20USE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6a733306-94fb-5eee-a1bb-d036df9f12e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK07 USE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK07%20USE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A3',
 'odometer': 141366,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'AUDI A3 2.0 TDI 170 S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 170 S LINE S-T',
 'vin': 'WAUZZZ8P07A179967',
 'year': 2007}
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK07%2520USE%27 HTTP/1.1" 200 None
2026-03-30 06:39:27 [bca.uk] INFO: Saving data for PK07%20USE: {'auction_closing_time': 1775210400.0, 'created_time': 1774534309.236833, 'last_price_update_time': 1774852767.897017}
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK07%2520USE') HTTP/1.1" 204 0
2026-03-30 06:39:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9fe70e11-df62-5f08-8527-a8e4eb59c107 with identifier: RK74%20UVP
2026-03-30 06:39:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9fe70e11-df62-5f08-8527-a8e4eb59c107 with identifier: RK74%20UVP
2026-03-30 06:39:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9fe70e11-df62-5f08-8527-a8e4eb59c107 with identifier: RK74%20UVP to the API
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 217,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK74%20UVP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9fe70e11-df62-5f08-8527-a8e4eb59c107',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK74 UVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK74%20UVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 12097,
 'odometer_reading_unit': '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 TOUAREG 3.0 V6 TDI 286 4M BLACK ED.TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 286 4M BLACK ED.TIP',
 'vin': 'WVGZZZCR6SD006694',
 'year': 2024}
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK74%2520UVP%27 HTTP/1.1" 200 None
2026-03-30 06:39:28 [bca.uk] INFO: Saving data for RK74%20UVP: {'auction_closing_time': 1775124000.0, 'created_time': 1774536283.858696, 'last_price_update_time': 1774852768.205712}
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK74%2520UVP') HTTP/1.1" 204 0
2026-03-30 06:39:28 [bca.uk] INFO: Found listing with ID: WF72%20GFE
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520GFE%27 HTTP/1.1" 200 None
2026-03-30 06:39:28 [bca.uk] INFO: Scrape type for WF72%20GFE: 2
2026-03-30 06:39:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3fee539-82ca-5a73-8e59-5c3afd4d3bed with identifier: WF72%20GFE
2026-03-30 06:39:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3fee539-82ca-5a73-8e59-5c3afd4d3bed with scrape type 2
2026-03-30 06:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3fee539-82ca-5a73-8e59-5c3afd4d3bed with scrape type 2
2026-03-30 06:39:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3fee539-82ca-5a73-8e59-5c3afd4d3bed, identifier: WF72%20GFE
2026-03-30 06:39:28 [bca.uk] INFO: Found listing with ID: CF25%20KZG
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF25%2520KZG%27 HTTP/1.1" 200 None
2026-03-30 06:39:28 [bca.uk] INFO: Scrape type for CF25%20KZG: 2
2026-03-30 06:39:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with identifier: CF25%20KZG
2026-03-30 06:39:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with scrape type 2
2026-03-30 06:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with scrape type 2
2026-03-30 06:39:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b9abb33-131e-5e41-91f6-32ec39d99fa3, identifier: CF25%20KZG
2026-03-30 06:39:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdd7365e-37db-55a1-98f5-e87611381fa5 with identifier: RJ71%20ZPV
2026-03-30 06:39:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdd7365e-37db-55a1-98f5-e87611381fa5 with identifier: RJ71%20ZPV
2026-03-30 06:39:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdd7365e-37db-55a1-98f5-e87611381fa5 with identifier: RJ71%20ZPV to the API
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ71%20ZPV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bdd7365e-37db-55a1-98f5-e87611381fa5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ71 ZPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ71%20ZPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 18145,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.5 35 TFSI S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI S LINE S-T',
 'vin': 'WAUZZZGY2NA033528',
 'year': 2022}
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ZPV%27 HTTP/1.1" 200 None
2026-03-30 06:39:28 [bca.uk] INFO: Saving data for RJ71%20ZPV: {'auction_closing_time': 1774951200.0, 'created_time': 1773958300.082618, 'last_price_update_time': 1774852768.736985}
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ71%2520ZPV') HTTP/1.1" 204 0
2026-03-30 06:39:28 [bca.uk] INFO: Found listing with ID: BD16%20YAO
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520YAO%27 HTTP/1.1" 200 None
2026-03-30 06:39:28 [bca.uk] INFO: Scrape type for BD16%20YAO: 2
2026-03-30 06:39:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a367fea9-4b01-5e79-9f7a-82f048ceecab with identifier: BD16%20YAO
2026-03-30 06:39:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a367fea9-4b01-5e79-9f7a-82f048ceecab with scrape type 2
2026-03-30 06:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a367fea9-4b01-5e79-9f7a-82f048ceecab with scrape type 2
2026-03-30 06:39:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a367fea9-4b01-5e79-9f7a-82f048ceecab, identifier: BD16%20YAO
2026-03-30 06:39:28 [bca.uk] INFO: Found listing with ID: NV17%20XOX
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV17%2520XOX%27 HTTP/1.1" 200 None
2026-03-30 06:39:28 [bca.uk] INFO: Scrape type for NV17%20XOX: 2
2026-03-30 06:39:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b59ab549-eb4a-5c1a-a2de-1a4b1a3818a4 with identifier: NV17%20XOX
2026-03-30 06:39:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b59ab549-eb4a-5c1a-a2de-1a4b1a3818a4 with scrape type 2
2026-03-30 06:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b59ab549-eb4a-5c1a-a2de-1a4b1a3818a4 with scrape type 2
2026-03-30 06:39:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b59ab549-eb4a-5c1a-a2de-1a4b1a3818a4, identifier: NV17%20XOX
2026-03-30 06:39:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3fee539-82ca-5a73-8e59-5c3afd4d3bed with identifier: WF72%20GFE
2026-03-30 06:39:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3fee539-82ca-5a73-8e59-5c3afd4d3bed with identifier: WF72%20GFE
2026-03-30 06:39:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3fee539-82ca-5a73-8e59-5c3afd4d3bed with identifier: WF72%20GFE to the API
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF72%20GFE-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd3fee539-82ca-5a73-8e59-5c3afd4d3bed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF72 GFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF72%20GFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 112089,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX3 210KW 80KWH M SPORT PRO StationWagon',
 'transmission': 'automatic',
 'trim': '210KW 80KWH M SPORT PRO',
 'vin': 'WBY42DU080S543984',
 'year': 2022}
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520GFE%27 HTTP/1.1" 200 None
2026-03-30 06:39:29 [bca.uk] INFO: Saving data for WF72%20GFE: {'auction_closing_time': 1774864800.0, 'created_time': 1773837524.907086, 'last_price_update_time': 1774852769.264812}
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF72%2520GFE') HTTP/1.1" 204 0
2026-03-30 06:39:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with identifier: CF25%20KZG
2026-03-30 06:39:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with identifier: CF25%20KZG
2026-03-30 06:39:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b9abb33-131e-5e41-91f6-32ec39d99fa3 with identifier: CF25%20KZG to the API
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 12,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF25%20KZG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6b9abb33-131e-5e41-91f6-32ec39d99fa3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF25 KZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF25%20KZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 2017,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 T-GDI PHEV TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV TROPHY',
 'vin': 'LSJW94398RG085660',
 'year': 2025}
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF25%2520KZG%27 HTTP/1.1" 200 None
2026-03-30 06:39:29 [bca.uk] INFO: Saving data for CF25%20KZG: {'auction_closing_time': 1774864800.0, 'created_time': 1773844015.665669, 'last_price_update_time': 1774852769.586031}
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF25%2520KZG') HTTP/1.1" 204 0
2026-03-30 06:39:29 [bca.uk] INFO: Found listing with ID: DG22%20ZZX
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520ZZX%27 HTTP/1.1" 200 None
2026-03-30 06:39:29 [bca.uk] INFO: Scrape type for DG22%20ZZX: 2
2026-03-30 06:39:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0408db8-2640-545e-8cdc-c04f58b2890a with identifier: DG22%20ZZX
2026-03-30 06:39:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0408db8-2640-545e-8cdc-c04f58b2890a with scrape type 2
2026-03-30 06:39:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0408db8-2640-545e-8cdc-c04f58b2890a with scrape type 2
2026-03-30 06:39:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0408db8-2640-545e-8cdc-c04f58b2890a, identifier: DG22%20ZZX
2026-03-30 06:39:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a367fea9-4b01-5e79-9f7a-82f048ceecab with identifier: BD16%20YAO
2026-03-30 06:39:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a367fea9-4b01-5e79-9f7a-82f048ceecab with identifier: BD16%20YAO
2026-03-30 06:39:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a367fea9-4b01-5e79-9f7a-82f048ceecab with identifier: BD16%20YAO to the API
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD16%20YAO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a367fea9-4b01-5e79-9f7a-82f048ceecab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD16 YAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD16%20YAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 93382,
 'odometer_reading_unit': '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.6 DIG-T TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA',
 'vin': 'SJNFCAJ11U1698146',
 'year': 2016}
2026-03-30 06:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD16%2520YAO%27 HTTP/1.1" 200 None
2026-03-30 06:39:30 [bca.uk] INFO: Saving data for BD16%20YAO: {'auction_closing_time': 1775037600.0, 'created_time': 1774534311.187903, 'last_price_update_time': 1774852770.003349}
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD16%2520YAO') HTTP/1.1" 204 0
2026-03-30 06:39:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b59ab549-eb4a-5c1a-a2de-1a4b1a3818a4 with identifier: NV17%20XOX
2026-03-30 06:39:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b59ab549-eb4a-5c1a-a2de-1a4b1a3818a4 with identifier: NV17%20XOX
2026-03-30 06:39:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b59ab549-eb4a-5c1a-a2de-1a4b1a3818a4 with identifier: NV17%20XOX to the API
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV17%20XOX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b59ab549-eb4a-5c1a-a2de-1a4b1a3818a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV17 XOX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV17%20XOX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 96288,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 GDI 2WD 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2WD 2 ISG',
 'vin': 'U5YPH814LHL343528',
 'year': 2017}
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV17%2520XOX%27 HTTP/1.1" 200 None
2026-03-30 06:39:30 [bca.uk] INFO: Saving data for NV17%20XOX: {'auction_closing_time': 1774951200.0, 'created_time': 1773828342.857208, 'last_price_update_time': 1774852770.329431}
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV17%2520XOX') HTTP/1.1" 204 0
2026-03-30 06:39:30 [bca.uk] INFO: Found listing with ID: WG19%20VKO
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520VKO%27 HTTP/1.1" 200 None
2026-03-30 06:39:30 [bca.uk] INFO: Scrape type for WG19%20VKO: 2
2026-03-30 06:39:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with identifier: WG19%20VKO
2026-03-30 06:39:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with scrape type 2
2026-03-30 06:39:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with scrape type 2
2026-03-30 06:39:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae2d6a32-05cf-59c5-baa0-409bc16c3c3f, identifier: WG19%20VKO
2026-03-30 06:39:30 [bca.uk] INFO: Found listing with ID: PL24%20MLO
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL24%2520MLO%27 HTTP/1.1" 200 None
2026-03-30 06:39:30 [bca.uk] INFO: Scrape type for PL24%20MLO: 2
2026-03-30 06:39:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb54a38c-457d-5cc1-b226-f3693da5ba0b with identifier: PL24%20MLO
2026-03-30 06:39:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb54a38c-457d-5cc1-b226-f3693da5ba0b with scrape type 2
2026-03-30 06:39:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb54a38c-457d-5cc1-b226-f3693da5ba0b with scrape type 2
2026-03-30 06:39:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb54a38c-457d-5cc1-b226-f3693da5ba0b, identifier: PL24%20MLO
2026-03-30 06:39:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0408db8-2640-545e-8cdc-c04f58b2890a with identifier: DG22%20ZZX
2026-03-30 06:39:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0408db8-2640-545e-8cdc-c04f58b2890a with identifier: DG22%20ZZX
2026-03-30 06:39:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0408db8-2640-545e-8cdc-c04f58b2890a with identifier: DG22%20ZZX to the API
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG22%20ZZX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b0408db8-2640-545e-8cdc-c04f58b2890a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DG22 ZZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG22%20ZZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 37049,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZNP024044',
 'year': 2022}
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520ZZX%27 HTTP/1.1" 200 None
2026-03-30 06:39:30 [bca.uk] INFO: Saving data for DG22%20ZZX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534097.866204, 'last_price_update_time': 1774852770.901376}
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG22%2520ZZX') HTTP/1.1" 204 0
2026-03-30 06:39:31 [bca.uk] INFO: Found listing with ID: BV14%20RSX
2026-03-30 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520RSX%27 HTTP/1.1" 200 None
2026-03-30 06:39:31 [bca.uk] INFO: Scrape type for BV14%20RSX: 2
2026-03-30 06:39:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6a6cbf1-2db1-5ab6-9042-a37f81a6b57b with identifier: BV14%20RSX
2026-03-30 06:39:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6a6cbf1-2db1-5ab6-9042-a37f81a6b57b with scrape type 2
2026-03-30 06:39:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6a6cbf1-2db1-5ab6-9042-a37f81a6b57b with scrape type 2
2026-03-30 06:39:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6a6cbf1-2db1-5ab6-9042-a37f81a6b57b, identifier: BV14%20RSX
2026-03-30 06:39:31 [bca.uk] INFO: Found listing with ID: EA18%20EHR
2026-03-30 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520EHR%27 HTTP/1.1" 200 None
2026-03-30 06:39:31 [bca.uk] INFO: Scrape type for EA18%20EHR: 2
2026-03-30 06:39:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e57a681c-1884-5518-bd2f-4bace8fb0d73 with identifier: EA18%20EHR
2026-03-30 06:39:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e57a681c-1884-5518-bd2f-4bace8fb0d73 with scrape type 2
2026-03-30 06:39:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e57a681c-1884-5518-bd2f-4bace8fb0d73 with scrape type 2
2026-03-30 06:39:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e57a681c-1884-5518-bd2f-4bace8fb0d73, identifier: EA18%20EHR
2026-03-30 06:39:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with identifier: WG19%20VKO
2026-03-30 06:39:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with identifier: WG19%20VKO
2026-03-30 06:39:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae2d6a32-05cf-59c5-baa0-409bc16c3c3f with identifier: WG19%20VKO to the API
2026-03-30 06:39:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG19%20VKO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ae2d6a32-05cf-59c5-baa0-409bc16c3c3f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG19 VKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG19%20VKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 83042,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.5 35 TFSI S LINE Hatchback',
 'transmission': 'manual',
 'trim': '35 TFSI S LINE',
 'vin': 'WAUZZZGB4KR035757',
 'year': 2019}
2026-03-30 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG19%2520VKO%27 HTTP/1.1" 200 None
2026-03-30 06:39:31 [bca.uk] INFO: Saving data for WG19%20VKO: {'auction_closing_time': 1774864800.0, 'created_time': 1773837536.767401, 'last_price_update_time': 1774852771.965361}
2026-03-30 06:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG19%2520VKO') HTTP/1.1" 204 0
2026-03-30 06:39:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb54a38c-457d-5cc1-b226-f3693da5ba0b with identifier: PL24%20MLO
2026-03-30 06:39:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb54a38c-457d-5cc1-b226-f3693da5ba0b with identifier: PL24%20MLO
2026-03-30 06:39:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb54a38c-457d-5cc1-b226-f3693da5ba0b with identifier: PL24%20MLO to the API
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL24%20MLO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cb54a38c-457d-5cc1-b226-f3693da5ba0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PL24 MLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL24%20MLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'TOYOTA',
 'model': 'BZ4X',
 'odometer': 30836,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA BZ4X 150KW 71KWH PURE (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71KWH PURE (11KC)',
 'vin': 'JTMAABAA90A039457',
 'year': 2024}
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL24%2520MLO%27 HTTP/1.1" 200 None
2026-03-30 06:39:32 [bca.uk] INFO: Saving data for PL24%20MLO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534395.417249, 'last_price_update_time': 1774852772.272167}
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL24%2520MLO') HTTP/1.1" 204 0
2026-03-30 06:39:32 [bca.uk] INFO: Found listing with ID: DS24%20PHV
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520PHV%27 HTTP/1.1" 200 None
2026-03-30 06:39:32 [bca.uk] INFO: Scrape type for DS24%20PHV: 2
2026-03-30 06:39:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with identifier: DS24%20PHV
2026-03-30 06:39:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with scrape type 2
2026-03-30 06:39:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with scrape type 2
2026-03-30 06:39:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6f4b1f7-60ca-5a11-a91e-95b1f7122e87, identifier: DS24%20PHV
2026-03-30 06:39:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6a6cbf1-2db1-5ab6-9042-a37f81a6b57b with identifier: BV14%20RSX
2026-03-30 06:39:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6a6cbf1-2db1-5ab6-9042-a37f81a6b57b with identifier: BV14%20RSX
2026-03-30 06:39:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6a6cbf1-2db1-5ab6-9042-a37f81a6b57b with identifier: BV14%20RSX to the API
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV14%20RSX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f6a6cbf1-2db1-5ab6-9042-a37f81a6b57b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV14 RSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV14%20RSX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 64054,
 'odometer_reading_unit': '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': 'WF0KXXGCBKEY76109',
 'year': 2014}
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV14%2520RSX%27 HTTP/1.1" 200 None
2026-03-30 06:39:32 [bca.uk] INFO: Saving data for BV14%20RSX: {'auction_closing_time': 1775037600.0, 'created_time': 1774534298.279474, 'last_price_update_time': 1774852772.71697}
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV14%2520RSX') HTTP/1.1" 204 0
2026-03-30 06:39:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e57a681c-1884-5518-bd2f-4bace8fb0d73 with identifier: EA18%20EHR
2026-03-30 06:39:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e57a681c-1884-5518-bd2f-4bace8fb0d73 with identifier: EA18%20EHR
2026-03-30 06:39:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e57a681c-1884-5518-bd2f-4bace8fb0d73 with identifier: EA18%20EHR to the API
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA18%20EHR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e57a681c-1884-5518-bd2f-4bace8fb0d73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA18 EHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA18%20EHR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 89333,
 'odometer_reading_unit': '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 HSE DYNAMIC Convertible',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA5AN0JH301356',
 'year': 2018}
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520EHR%27 HTTP/1.1" 200 None
2026-03-30 06:39:33 [bca.uk] INFO: Saving data for EA18%20EHR: {'auction_closing_time': 1774951200.0, 'created_time': 1773829865.210626, 'last_price_update_time': 1774852773.027325}
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA18%2520EHR') HTTP/1.1" 204 0
2026-03-30 06:39:33 [bca.uk] INFO: Found listing with ID: CF72%20WXG
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520WXG%27 HTTP/1.1" 200 None
2026-03-30 06:39:33 [bca.uk] INFO: Scrape type for CF72%20WXG: 2
2026-03-30 06:39:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fceb1c29-7a3b-5385-ab0c-b3ffe6d78402 with identifier: CF72%20WXG
2026-03-30 06:39:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fceb1c29-7a3b-5385-ab0c-b3ffe6d78402 with scrape type 2
2026-03-30 06:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fceb1c29-7a3b-5385-ab0c-b3ffe6d78402 with scrape type 2
2026-03-30 06:39:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fceb1c29-7a3b-5385-ab0c-b3ffe6d78402, identifier: CF72%20WXG
2026-03-30 06:39:33 [bca.uk] INFO: Found listing with ID: VK22%20EZH
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520EZH%27 HTTP/1.1" 200 None
2026-03-30 06:39:33 [bca.uk] INFO: Scrape type for VK22%20EZH: 2
2026-03-30 06:39:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8afc978-9fd8-5c15-812d-8ff0efa5d6bb with identifier: VK22%20EZH
2026-03-30 06:39:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8afc978-9fd8-5c15-812d-8ff0efa5d6bb with scrape type 2
2026-03-30 06:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8afc978-9fd8-5c15-812d-8ff0efa5d6bb with scrape type 2
2026-03-30 06:39:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8afc978-9fd8-5c15-812d-8ff0efa5d6bb, identifier: VK22%20EZH
2026-03-30 06:39:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with identifier: DS24%20PHV
2026-03-30 06:39:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with identifier: DS24%20PHV
2026-03-30 06:39:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6f4b1f7-60ca-5a11-a91e-95b1f7122e87 with identifier: DS24%20PHV to the API
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20PHV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a6f4b1f7-60ca-5a11-a91e-95b1f7122e87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 PHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20PHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 9171,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS8R6015870',
 'year': 2024}
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520PHV%27 HTTP/1.1" 200 None
2026-03-30 06:39:33 [bca.uk] INFO: Saving data for DS24%20PHV: {'auction_closing_time': 1775037600.0, 'created_time': 1773842088.574498, 'last_price_update_time': 1774852773.580084}
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520PHV') HTTP/1.1" 204 0
2026-03-30 06:39:33 [bca.uk] INFO: Found listing with ID: BV66%20FVG
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV66%2520FVG%27 HTTP/1.1" 200 None
2026-03-30 06:39:33 [bca.uk] INFO: Scrape type for BV66%20FVG: 2
2026-03-30 06:39:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5793bbdb-9739-55a4-99cd-e9162ecea597 with identifier: BV66%20FVG
2026-03-30 06:39:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5793bbdb-9739-55a4-99cd-e9162ecea597 with scrape type 2
2026-03-30 06:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5793bbdb-9739-55a4-99cd-e9162ecea597 with scrape type 2
2026-03-30 06:39:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5793bbdb-9739-55a4-99cd-e9162ecea597, identifier: BV66%20FVG
2026-03-30 06:39:33 [bca.uk] INFO: Found listing with ID: HA11%20YSJ
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HA11%2520YSJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:33 [bca.uk] INFO: Scrape type for HA11%20YSJ: 2
2026-03-30 06:39:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c678c951-37c5-5437-bdfa-f82d025db0c5 with identifier: HA11%20YSJ
2026-03-30 06:39:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c678c951-37c5-5437-bdfa-f82d025db0c5 with scrape type 2
2026-03-30 06:39:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c678c951-37c5-5437-bdfa-f82d025db0c5 with scrape type 2
2026-03-30 06:39:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c678c951-37c5-5437-bdfa-f82d025db0c5, identifier: HA11%20YSJ
2026-03-30 06:39:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fceb1c29-7a3b-5385-ab0c-b3ffe6d78402 with identifier: CF72%20WXG
2026-03-30 06:39:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fceb1c29-7a3b-5385-ab0c-b3ffe6d78402 with identifier: CF72%20WXG
2026-03-30 06:39:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fceb1c29-7a3b-5385-ab0c-b3ffe6d78402 with identifier: CF72%20WXG to the API
2026-03-30 06:39:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF72%20WXG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fceb1c29-7a3b-5385-ab0c-b3ffe6d78402',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF72 WXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF72%20WXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 10891,
 'odometer_reading_unit': '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 1.2 P/T 110 SHINE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 SHINE PLUS',
 'vin': 'VF7SXHNPZNT659104',
 'year': 2023}
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520WXG%27 HTTP/1.1" 200 None
2026-03-30 06:39:34 [bca.uk] INFO: Saving data for CF72%20WXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774534419.344494, 'last_price_update_time': 1774852774.166261}
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF72%2520WXG') HTTP/1.1" 204 0
2026-03-30 06:39:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8afc978-9fd8-5c15-812d-8ff0efa5d6bb with identifier: VK22%20EZH
2026-03-30 06:39:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8afc978-9fd8-5c15-812d-8ff0efa5d6bb with identifier: VK22%20EZH
2026-03-30 06:39:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8afc978-9fd8-5c15-812d-8ff0efa5d6bb with identifier: VK22%20EZH to the API
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK22%20EZH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a8afc978-9fd8-5c15-812d-8ff0efa5d6bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK22 EZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK22%20EZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 99774,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZNW031339',
 'year': 2022}
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK22%2520EZH%27 HTTP/1.1" 200 None
2026-03-30 06:39:34 [bca.uk] INFO: Saving data for VK22%20EZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774534392.726339, 'last_price_update_time': 1774852774.480315}
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK22%2520EZH') HTTP/1.1" 204 0
2026-03-30 06:39:34 [bca.uk] INFO: Found listing with ID: DU71%20YYM
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU71%2520YYM%27 HTTP/1.1" 200 None
2026-03-30 06:39:34 [bca.uk] INFO: Scrape type for DU71%20YYM: 2
2026-03-30 06:39:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a76221cd-c799-5f44-b7e9-6e0c604a6032 with identifier: DU71%20YYM
2026-03-30 06:39:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a76221cd-c799-5f44-b7e9-6e0c604a6032 with scrape type 2
2026-03-30 06:39:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a76221cd-c799-5f44-b7e9-6e0c604a6032 with scrape type 2
2026-03-30 06:39:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a76221cd-c799-5f44-b7e9-6e0c604a6032, identifier: DU71%20YYM
2026-03-30 06:39:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5793bbdb-9739-55a4-99cd-e9162ecea597 with identifier: BV66%20FVG
2026-03-30 06:39:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5793bbdb-9739-55a4-99cd-e9162ecea597 with identifier: BV66%20FVG
2026-03-30 06:39:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5793bbdb-9739-55a4-99cd-e9162ecea597 with identifier: BV66%20FVG to the API
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV66%20FVG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5793bbdb-9739-55a4-99cd-e9162ecea597',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV66 FVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV66%20FVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 174996,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 150 BMT H/L SWB KOMBI CrewCab '
          'Van',
 'transmission': 'manual',
 'trim': 'TDI 150 BMT H/L SWB KOMBI',
 'vin': 'WV1ZZZ7HZHH034900',
 'year': 2016}
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV66%2520FVG%27 HTTP/1.1" 200 None
2026-03-30 06:39:34 [bca.uk] INFO: Saving data for BV66%20FVG: {'auction_closing_time': 1775037600.0, 'created_time': 1774361282.137757, 'last_price_update_time': 1774852774.935557}
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV66%2520FVG') HTTP/1.1" 204 0
2026-03-30 06:39:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c678c951-37c5-5437-bdfa-f82d025db0c5 with identifier: HA11%20YSJ
2026-03-30 06:39:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c678c951-37c5-5437-bdfa-f82d025db0c5 with identifier: HA11%20YSJ
2026-03-30 06:39:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c678c951-37c5-5437-bdfa-f82d025db0c5 with identifier: HA11%20YSJ to the API
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 295,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HA11%20YSJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c678c951-37c5-5437-bdfa-f82d025db0c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HA11 YSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HA11%20YSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'RS6 AVANT',
 'odometer': 35896,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI RS6 AVANT 4.0 TFSI QUATTRO CARBON BLACK TIP Estate',
 'transmission': 'manual',
 'trim': 'TFSI QUATTRO CARBON BLACK TIP',
 'vin': 'WUAZZZF2XMN909613',
 'year': 2021}
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HA11%2520YSJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:35 [bca.uk] INFO: Saving data for HA11%20YSJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774305610.735447, 'last_price_update_time': 1774852775.242053}
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HA11%2520YSJ') HTTP/1.1" 204 0
2026-03-30 06:39:35 [bca.uk] INFO: Found listing with ID: SY21%20KPV
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520KPV%27 HTTP/1.1" 200 None
2026-03-30 06:39:35 [bca.uk] INFO: Scrape type for SY21%20KPV: 2
2026-03-30 06:39:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b97ee1c8-964d-56dd-b3a1-5bd90c7829da with identifier: SY21%20KPV
2026-03-30 06:39:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b97ee1c8-964d-56dd-b3a1-5bd90c7829da with scrape type 2
2026-03-30 06:39:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b97ee1c8-964d-56dd-b3a1-5bd90c7829da with scrape type 2
2026-03-30 06:39:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b97ee1c8-964d-56dd-b3a1-5bd90c7829da, identifier: SY21%20KPV
2026-03-30 06:39:35 [bca.uk] INFO: Found listing with ID: BK23%20NBY
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520NBY%27 HTTP/1.1" 200 None
2026-03-30 06:39:35 [bca.uk] INFO: Scrape type for BK23%20NBY: 2
2026-03-30 06:39:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47f1d899-a6b4-541d-9967-9f67c3712d5d with identifier: BK23%20NBY
2026-03-30 06:39:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47f1d899-a6b4-541d-9967-9f67c3712d5d with scrape type 2
2026-03-30 06:39:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47f1d899-a6b4-541d-9967-9f67c3712d5d with scrape type 2
2026-03-30 06:39:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47f1d899-a6b4-541d-9967-9f67c3712d5d, identifier: BK23%20NBY
2026-03-30 06:39:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a76221cd-c799-5f44-b7e9-6e0c604a6032 with identifier: DU71%20YYM
2026-03-30 06:39:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a76221cd-c799-5f44-b7e9-6e0c604a6032 with identifier: DU71%20YYM
2026-03-30 06:39:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a76221cd-c799-5f44-b7e9-6e0c604a6032 with identifier: DU71%20YYM to the API
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU71%20YYM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a76221cd-c799-5f44-b7e9-6e0c604a6032',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DU71 YYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU71%20YYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '330E',
 'odometer': 91284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SE PRO Estate',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA6N32020FL80088',
 'year': 2021}
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU71%2520YYM%27 HTTP/1.1" 200 None
2026-03-30 06:39:35 [bca.uk] INFO: Saving data for DU71%20YYM: {'auction_closing_time': 1774864800.0, 'created_time': 1774365308.025263, 'last_price_update_time': 1774852775.791665}
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU71%2520YYM') HTTP/1.1" 204 0
2026-03-30 06:39:35 [bca.uk] INFO: Found listing with ID: DA16%20VLV
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA16%2520VLV%27 HTTP/1.1" 200 None
2026-03-30 06:39:35 [bca.uk] INFO: Scrape type for DA16%20VLV: 2
2026-03-30 06:39:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9f3ab48-6b2e-5261-a285-4825bb5967a5 with identifier: DA16%20VLV
2026-03-30 06:39:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9f3ab48-6b2e-5261-a285-4825bb5967a5 with scrape type 2
2026-03-30 06:39:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9f3ab48-6b2e-5261-a285-4825bb5967a5 with scrape type 2
2026-03-30 06:39:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9f3ab48-6b2e-5261-a285-4825bb5967a5, identifier: DA16%20VLV
2026-03-30 06:39:35 [bca.uk] INFO: Found listing with ID: VO21%20SWN
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520SWN%27 HTTP/1.1" 200 None
2026-03-30 06:39:35 [bca.uk] INFO: Scrape type for VO21%20SWN: 2
2026-03-30 06:39:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8711f180-b4cb-57b6-acb5-5f8649ef6d61 with identifier: VO21%20SWN
2026-03-30 06:39:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8711f180-b4cb-57b6-acb5-5f8649ef6d61 with scrape type 2
2026-03-30 06:39:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8711f180-b4cb-57b6-acb5-5f8649ef6d61 with scrape type 2
2026-03-30 06:39:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8711f180-b4cb-57b6-acb5-5f8649ef6d61, identifier: VO21%20SWN
2026-03-30 06:39:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b97ee1c8-964d-56dd-b3a1-5bd90c7829da with identifier: SY21%20KPV
2026-03-30 06:39:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b97ee1c8-964d-56dd-b3a1-5bd90c7829da with identifier: SY21%20KPV
2026-03-30 06:39:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b97ee1c8-964d-56dd-b3a1-5bd90c7829da with identifier: SY21%20KPV to the API
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY21%20KPV-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': 'b97ee1c8-964d-56dd-b3a1-5bd90c7829da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SY21 KPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY21%20KPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 45999,
 'odometer_reading_unit': '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': 'SALCA2AT6MH885593',
 'year': 2021}
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY21%2520KPV%27 HTTP/1.1" 200 None
2026-03-30 06:39:36 [bca.uk] INFO: Saving data for SY21%20KPV: {'auction_closing_time': 1775037600.0, 'created_time': 1774534408.967898, 'last_price_update_time': 1774852776.319841}
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY21%2520KPV') HTTP/1.1" 204 0
2026-03-30 06:39:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47f1d899-a6b4-541d-9967-9f67c3712d5d with identifier: BK23%20NBY
2026-03-30 06:39:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47f1d899-a6b4-541d-9967-9f67c3712d5d with identifier: BK23%20NBY
2026-03-30 06:39:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47f1d899-a6b4-541d-9967-9f67c3712d5d with identifier: BK23%20NBY to the API
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20NBY-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '47f1d899-a6b4-541d-9967-9f67c3712d5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 NBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20NBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 39176,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI PHEV 4 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 4 DCT',
 'vin': 'KNACR81FVP5078174',
 'year': 2023}
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520NBY%27 HTTP/1.1" 200 None
2026-03-30 06:39:36 [bca.uk] INFO: Saving data for BK23%20NBY: {'auction_closing_time': 1774864800.0, 'created_time': 1773843921.80697, 'last_price_update_time': 1774852776.760761}
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520NBY') HTTP/1.1" 204 0
2026-03-30 06:39:36 [bca.uk] INFO: Found listing with ID: DY71%20LDV
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520LDV%27 HTTP/1.1" 200 None
2026-03-30 06:39:36 [bca.uk] INFO: Scrape type for DY71%20LDV: 2
2026-03-30 06:39:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0ffa32f-0fd1-5cc2-b661-65102efbe1d0 with identifier: DY71%20LDV
2026-03-30 06:39:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0ffa32f-0fd1-5cc2-b661-65102efbe1d0 with scrape type 2
2026-03-30 06:39:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0ffa32f-0fd1-5cc2-b661-65102efbe1d0 with scrape type 2
2026-03-30 06:39:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0ffa32f-0fd1-5cc2-b661-65102efbe1d0, identifier: DY71%20LDV
2026-03-30 06:39:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9f3ab48-6b2e-5261-a285-4825bb5967a5 with identifier: DA16%20VLV
2026-03-30 06:39:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9f3ab48-6b2e-5261-a285-4825bb5967a5 with identifier: DA16%20VLV
2026-03-30 06:39:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9f3ab48-6b2e-5261-a285-4825bb5967a5 with identifier: DA16%20VLV to the API
2026-03-30 06:39:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA16%20VLV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd9f3ab48-6b2e-5261-a285-4825bb5967a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA16 VLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA16%20VLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 103870,
 'odometer_reading_unit': '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 Q5 2.0 TDI 190 QUATTRO S LINE+ S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO S LINE+ S-T',
 'vin': 'WAUZZZ8R2GA135907',
 'year': 2016}
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA16%2520VLV%27 HTTP/1.1" 200 None
2026-03-30 06:39:37 [bca.uk] INFO: Saving data for DA16%20VLV: {'auction_closing_time': 1775037600.0, 'created_time': 1774534297.820489, 'last_price_update_time': 1774852777.162066}
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA16%2520VLV') HTTP/1.1" 204 0
2026-03-30 06:39:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8711f180-b4cb-57b6-acb5-5f8649ef6d61 with identifier: VO21%20SWN
2026-03-30 06:39:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8711f180-b4cb-57b6-acb5-5f8649ef6d61 with identifier: VO21%20SWN
2026-03-30 06:39:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8711f180-b4cb-57b6-acb5-5f8649ef6d61 with identifier: VO21%20SWN to the API
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO21%20SWN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8711f180-b4cb-57b6-acb5-5f8649ef6d61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO21 SWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO21%20SWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 21768,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW051221',
 'year': 2021}
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO21%2520SWN%27 HTTP/1.1" 200 None
2026-03-30 06:39:37 [bca.uk] INFO: Saving data for VO21%20SWN: {'auction_closing_time': 1774951200.0, 'created_time': 1774536297.525631, 'last_price_update_time': 1774852777.469448}
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO21%2520SWN') HTTP/1.1" 204 0
2026-03-30 06:39:37 [bca.uk] INFO: Found listing with ID: ME21%20EOG
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME21%2520EOG%27 HTTP/1.1" 200 None
2026-03-30 06:39:37 [bca.uk] INFO: Scrape type for ME21%20EOG: 2
2026-03-30 06:39:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cee85e0a-e77b-54fa-a742-3d37d9942637 with identifier: ME21%20EOG
2026-03-30 06:39:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cee85e0a-e77b-54fa-a742-3d37d9942637 with scrape type 2
2026-03-30 06:39:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cee85e0a-e77b-54fa-a742-3d37d9942637 with scrape type 2
2026-03-30 06:39:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cee85e0a-e77b-54fa-a742-3d37d9942637, identifier: ME21%20EOG
2026-03-30 06:39:37 [bca.uk] INFO: Found listing with ID: PO23%20ZRC
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO23%2520ZRC%27 HTTP/1.1" 200 None
2026-03-30 06:39:37 [bca.uk] INFO: Scrape type for PO23%20ZRC: 2
2026-03-30 06:39:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94db6b55-c856-5877-abf4-3ee0f1f4c192 with identifier: PO23%20ZRC
2026-03-30 06:39:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94db6b55-c856-5877-abf4-3ee0f1f4c192 with scrape type 2
2026-03-30 06:39:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94db6b55-c856-5877-abf4-3ee0f1f4c192 with scrape type 2
2026-03-30 06:39:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94db6b55-c856-5877-abf4-3ee0f1f4c192, identifier: PO23%20ZRC
2026-03-30 06:39:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0ffa32f-0fd1-5cc2-b661-65102efbe1d0 with identifier: DY71%20LDV
2026-03-30 06:39:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0ffa32f-0fd1-5cc2-b661-65102efbe1d0 with identifier: DY71%20LDV
2026-03-30 06:39:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0ffa32f-0fd1-5cc2-b661-65102efbe1d0 with identifier: DY71%20LDV to the API
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 28,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY71%20LDV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd0ffa32f-0fd1-5cc2-b661-65102efbe1d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY71 LDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY71%20LDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 104478,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 45E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 45E M SPORT',
 'vin': 'WBATA620009H99820',
 'year': 2021}
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520LDV%27 HTTP/1.1" 200 None
2026-03-30 06:39:38 [bca.uk] INFO: Saving data for DY71%20LDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774534073.51827, 'last_price_update_time': 1774852778.08551}
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY71%2520LDV') HTTP/1.1" 204 0
2026-03-30 06:39:38 [bca.uk] INFO: Found listing with ID: DP67%20FVA
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520FVA%27 HTTP/1.1" 200 None
2026-03-30 06:39:38 [bca.uk] INFO: Scrape type for DP67%20FVA: 2
2026-03-30 06:39:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afe6369b-b57a-556e-bd09-a4eda997edf9 with identifier: DP67%20FVA
2026-03-30 06:39:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe6369b-b57a-556e-bd09-a4eda997edf9 with scrape type 2
2026-03-30 06:39:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afe6369b-b57a-556e-bd09-a4eda997edf9 with scrape type 2
2026-03-30 06:39:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: afe6369b-b57a-556e-bd09-a4eda997edf9, identifier: DP67%20FVA
2026-03-30 06:39:38 [bca.uk] INFO: Found listing with ID: DA68%20XDH
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520XDH%27 HTTP/1.1" 200 None
2026-03-30 06:39:38 [bca.uk] INFO: Scrape type for DA68%20XDH: 2
2026-03-30 06:39:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d09955ae-2102-57a6-9ba0-55dfd5d70040 with identifier: DA68%20XDH
2026-03-30 06:39:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d09955ae-2102-57a6-9ba0-55dfd5d70040 with scrape type 2
2026-03-30 06:39:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d09955ae-2102-57a6-9ba0-55dfd5d70040 with scrape type 2
2026-03-30 06:39:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d09955ae-2102-57a6-9ba0-55dfd5d70040, identifier: DA68%20XDH
2026-03-30 06:39:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cee85e0a-e77b-54fa-a742-3d37d9942637 with identifier: ME21%20EOG
2026-03-30 06:39:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cee85e0a-e77b-54fa-a742-3d37d9942637 with identifier: ME21%20EOG
2026-03-30 06:39:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cee85e0a-e77b-54fa-a742-3d37d9942637 with identifier: ME21%20EOG to the API
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME21%20EOG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cee85e0a-e77b-54fa-a742-3d37d9942637',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ME21 EOG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME21%20EOG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 24935,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VF3MRHNSUMS181167',
 'year': 2021}
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME21%2520EOG%27 HTTP/1.1" 200 None
2026-03-30 06:39:38 [bca.uk] INFO: Saving data for ME21%20EOG: {'auction_closing_time': 1774864800.0, 'created_time': 1774534409.364196, 'last_price_update_time': 1774852778.61057}
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME21%2520EOG') HTTP/1.1" 204 0
2026-03-30 06:39:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94db6b55-c856-5877-abf4-3ee0f1f4c192 with identifier: PO23%20ZRC
2026-03-30 06:39:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94db6b55-c856-5877-abf4-3ee0f1f4c192 with identifier: PO23%20ZRC
2026-03-30 06:39:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94db6b55-c856-5877-abf4-3ee0f1f4c192 with identifier: PO23%20ZRC to the API
2026-03-30 06:39:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO23%20ZRC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '94db6b55-c856-5877-abf4-3ee0f1f4c192',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PO23 ZRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO23%20ZRC&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 6775,
 'odometer_reading_unit': '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': 'LSJWH4094PN065504',
 'year': 2023}
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO23%2520ZRC%27 HTTP/1.1" 200 None
2026-03-30 06:39:39 [bca.uk] INFO: Saving data for PO23%20ZRC: {'auction_closing_time': 1774864800.0, 'created_time': 1774534391.393906, 'last_price_update_time': 1774852779.253065}
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO23%2520ZRC') HTTP/1.1" 204 0
2026-03-30 06:39:39 [bca.uk] INFO: Found listing with ID: DS24%20ORV
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ORV%27 HTTP/1.1" 200 None
2026-03-30 06:39:39 [bca.uk] INFO: Scrape type for DS24%20ORV: 2
2026-03-30 06:39:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cad5a092-aef0-54a3-b0aa-a721dc226cdf with identifier: DS24%20ORV
2026-03-30 06:39:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cad5a092-aef0-54a3-b0aa-a721dc226cdf with scrape type 2
2026-03-30 06:39:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cad5a092-aef0-54a3-b0aa-a721dc226cdf with scrape type 2
2026-03-30 06:39:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cad5a092-aef0-54a3-b0aa-a721dc226cdf, identifier: DS24%20ORV
2026-03-30 06:39:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: afe6369b-b57a-556e-bd09-a4eda997edf9 with identifier: DP67%20FVA
2026-03-30 06:39:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: afe6369b-b57a-556e-bd09-a4eda997edf9 with identifier: DP67%20FVA
2026-03-30 06:39:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: afe6369b-b57a-556e-bd09-a4eda997edf9 with identifier: DP67%20FVA to the API
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP67%20FVA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'afe6369b-b57a-556e-bd09-a4eda997edf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP67 FVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP67%20FVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA GS',
 'odometer': 121534,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA GS 2.0 TURBO D SRI VX-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D SRI VX-LINE',
 'vin': 'W0VZS6EG8J1093507',
 'year': 2018}
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520FVA%27 HTTP/1.1" 200 None
2026-03-30 06:39:39 [bca.uk] INFO: Saving data for DP67%20FVA: {'auction_closing_time': 1775210400.0, 'created_time': 1774361972.787098, 'last_price_update_time': 1774852779.681151}
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP67%2520FVA') HTTP/1.1" 204 0
2026-03-30 06:39:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d09955ae-2102-57a6-9ba0-55dfd5d70040 with identifier: DA68%20XDH
2026-03-30 06:39:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d09955ae-2102-57a6-9ba0-55dfd5d70040 with identifier: DA68%20XDH
2026-03-30 06:39:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d09955ae-2102-57a6-9ba0-55dfd5d70040 with identifier: DA68%20XDH to the API
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 257,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA68%20XDH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '4.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd09955ae-2102-57a6-9ba0-55dfd5d70040',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA68 XDH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA68%20XDH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'AMG GT63',
 'odometer': 49541,
 'odometer_reading_unit': '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 AMG GT63 4.0 639 S 4M+ PREMIUM+ 9G-MCT Coupe',
 'transmission': 'automatic',
 'trim': '639 S 4M+ PREMIUM+ 9G-MCT',
 'vin': 'WDD2906892A002289',
 'year': 2019}
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520XDH%27 HTTP/1.1" 200 None
2026-03-30 06:39:39 [bca.uk] INFO: Saving data for DA68%20XDH: {'auction_closing_time': 1775124000.0, 'created_time': 1774437997.43135, 'last_price_update_time': 1774852779.971892}
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA68%2520XDH') HTTP/1.1" 204 0
2026-03-30 06:39:39 [bca.uk] INFO: Found listing with ID: YM74%20VHU
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520VHU%27 HTTP/1.1" 200 None
2026-03-30 06:39:40 [bca.uk] INFO: Scrape type for YM74%20VHU: 2
2026-03-30 06:39:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b6085a4-e3f7-588e-9b56-957c942b7f68 with identifier: YM74%20VHU
2026-03-30 06:39:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b6085a4-e3f7-588e-9b56-957c942b7f68 with scrape type 2
2026-03-30 06:39:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b6085a4-e3f7-588e-9b56-957c942b7f68 with scrape type 2
2026-03-30 06:39:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b6085a4-e3f7-588e-9b56-957c942b7f68, identifier: YM74%20VHU
2026-03-30 06:39:40 [bca.uk] INFO: Found listing with ID: NL72%20MDO
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520MDO%27 HTTP/1.1" 200 None
2026-03-30 06:39:40 [bca.uk] INFO: Scrape type for NL72%20MDO: 2
2026-03-30 06:39:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b05fde5-ea8a-5a73-89ad-1b2340d2e37e with identifier: NL72%20MDO
2026-03-30 06:39:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b05fde5-ea8a-5a73-89ad-1b2340d2e37e with scrape type 2
2026-03-30 06:39:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b05fde5-ea8a-5a73-89ad-1b2340d2e37e with scrape type 2
2026-03-30 06:39:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b05fde5-ea8a-5a73-89ad-1b2340d2e37e, identifier: NL72%20MDO
2026-03-30 06:39:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cad5a092-aef0-54a3-b0aa-a721dc226cdf with identifier: DS24%20ORV
2026-03-30 06:39:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cad5a092-aef0-54a3-b0aa-a721dc226cdf with identifier: DS24%20ORV
2026-03-30 06:39:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cad5a092-aef0-54a3-b0aa-a721dc226cdf with identifier: DS24%20ORV to the API
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20ORV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cad5a092-aef0-54a3-b0aa-a721dc226cdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS24 ORV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20ORV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 21187,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNSXR6015188',
 'year': 2024}
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520ORV%27 HTTP/1.1" 200 None
2026-03-30 06:39:40 [bca.uk] INFO: Saving data for DS24%20ORV: {'auction_closing_time': 1775037600.0, 'created_time': 1773842138.604207, 'last_price_update_time': 1774852780.486576}
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520ORV') HTTP/1.1" 204 0
2026-03-30 06:39:40 [bca.uk] INFO: Found listing with ID: EO14%20FFZ
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520FFZ%27 HTTP/1.1" 200 None
2026-03-30 06:39:40 [bca.uk] INFO: Scrape type for EO14%20FFZ: 2
2026-03-30 06:39:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bc1826e-6015-549e-a1e4-e10cbb7197af with identifier: EO14%20FFZ
2026-03-30 06:39:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bc1826e-6015-549e-a1e4-e10cbb7197af with scrape type 2
2026-03-30 06:39:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bc1826e-6015-549e-a1e4-e10cbb7197af with scrape type 2
2026-03-30 06:39:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bc1826e-6015-549e-a1e4-e10cbb7197af, identifier: EO14%20FFZ
2026-03-30 06:39:40 [bca.uk] INFO: Found listing with ID: SY24%20VVA
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY24%2520VVA%27 HTTP/1.1" 200 None
2026-03-30 06:39:40 [bca.uk] INFO: Scrape type for SY24%20VVA: 2
2026-03-30 06:39:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41ffc421-af95-5d72-b4ee-fdef37ddf47f with identifier: SY24%20VVA
2026-03-30 06:39:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41ffc421-af95-5d72-b4ee-fdef37ddf47f with scrape type 2
2026-03-30 06:39:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41ffc421-af95-5d72-b4ee-fdef37ddf47f with scrape type 2
2026-03-30 06:39:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41ffc421-af95-5d72-b4ee-fdef37ddf47f, identifier: SY24%20VVA
2026-03-30 06:39:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b6085a4-e3f7-588e-9b56-957c942b7f68 with identifier: YM74%20VHU
2026-03-30 06:39:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b6085a4-e3f7-588e-9b56-957c942b7f68 with identifier: YM74%20VHU
2026-03-30 06:39:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b6085a4-e3f7-588e-9b56-957c942b7f68 with identifier: YM74%20VHU to the API
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20VHU-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5b6085a4-e3f7-588e-9b56-957c942b7f68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM74 VHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20VHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 19458,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 T6 350 PHEV AWD PLUS DARK StationWagon',
 'transmission': 'automatic',
 'trim': 'T6 350 PHEV AWD PLUS DARK',
 'vin': 'YV1UZH4V6S1147653',
 'year': 2025}
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520VHU%27 HTTP/1.1" 200 None
2026-03-30 06:39:41 [bca.uk] INFO: Saving data for YM74%20VHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534455.220699, 'last_price_update_time': 1774852781.020623}
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520VHU') HTTP/1.1" 204 0
2026-03-30 06:39:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b05fde5-ea8a-5a73-89ad-1b2340d2e37e with identifier: NL72%20MDO
2026-03-30 06:39:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b05fde5-ea8a-5a73-89ad-1b2340d2e37e with identifier: NL72%20MDO
2026-03-30 06:39:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b05fde5-ea8a-5a73-89ad-1b2340d2e37e with identifier: NL72%20MDO to the API
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL72%20MDO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0b05fde5-ea8a-5a73-89ad-1b2340d2e37e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL72 MDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL72%20MDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 22803,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX 240KW 76KWH XD40 M SPORT ED. StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 M SPORT ED.',
 'vin': 'WBY12CF080CL23409',
 'year': 2022}
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520MDO%27 HTTP/1.1" 200 None
2026-03-30 06:39:41 [bca.uk] INFO: Saving data for NL72%20MDO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534393.148462, 'last_price_update_time': 1774852781.368218}
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520MDO') HTTP/1.1" 204 0
2026-03-30 06:39:41 [bca.uk] INFO: Found listing with ID: LP21%20UWA
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520UWA%27 HTTP/1.1" 200 None
2026-03-30 06:39:41 [bca.uk] INFO: Scrape type for LP21%20UWA: 2
2026-03-30 06:39:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4740432c-cc22-5807-9654-d3403b42481d with identifier: LP21%20UWA
2026-03-30 06:39:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4740432c-cc22-5807-9654-d3403b42481d with scrape type 2
2026-03-30 06:39:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4740432c-cc22-5807-9654-d3403b42481d with scrape type 2
2026-03-30 06:39:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4740432c-cc22-5807-9654-d3403b42481d, identifier: LP21%20UWA
2026-03-30 06:39:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bc1826e-6015-549e-a1e4-e10cbb7197af with identifier: EO14%20FFZ
2026-03-30 06:39:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bc1826e-6015-549e-a1e4-e10cbb7197af with identifier: EO14%20FFZ
2026-03-30 06:39:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bc1826e-6015-549e-a1e4-e10cbb7197af with identifier: EO14%20FFZ to the API
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 06:39:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO14%20FFZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6bc1826e-6015-549e-a1e4-e10cbb7197af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO14 FFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO14%20FFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 36104,
 'odometer_reading_unit': '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': 'NLHA851CLFZ028077',
 'year': 2014}
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO14%2520FFZ%27 HTTP/1.1" 200 None
2026-03-30 06:39:41 [bca.uk] INFO: Saving data for EO14%20FFZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774438169.57149, 'last_price_update_time': 1774852781.780732}
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO14%2520FFZ') HTTP/1.1" 204 0
2026-03-30 06:39:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41ffc421-af95-5d72-b4ee-fdef37ddf47f with identifier: SY24%20VVA
2026-03-30 06:39:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41ffc421-af95-5d72-b4ee-fdef37ddf47f with identifier: SY24%20VVA
2026-03-30 06:39:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41ffc421-af95-5d72-b4ee-fdef37ddf47f with identifier: SY24%20VVA to the API
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY24%20VVA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '41ffc421-af95-5d72-b4ee-fdef37ddf47f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY24 VVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY24%20VVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 17675,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 3.0 I6 D300 AWD X-DYNAMIC S (6ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'I6 D300 AWD X-DYNAMIC S (6ST)',
 'vin': 'SALEA7AW9R2314805',
 'year': 2024}
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY24%2520VVA%27 HTTP/1.1" 200 None
2026-03-30 06:39:42 [bca.uk] INFO: Saving data for SY24%20VVA: {'auction_closing_time': 1775124000.0, 'created_time': 1774216958.574158, 'last_price_update_time': 1774852782.182416}
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY24%2520VVA') HTTP/1.1" 204 0
2026-03-30 06:39:42 [bca.uk] INFO: Found listing with ID: OU14%20UJN
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU14%2520UJN%27 HTTP/1.1" 200 None
2026-03-30 06:39:42 [bca.uk] INFO: Scrape type for OU14%20UJN: 2
2026-03-30 06:39:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03be404d-05b0-5263-8046-d8b94f4531d8 with identifier: OU14%20UJN
2026-03-30 06:39:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03be404d-05b0-5263-8046-d8b94f4531d8 with scrape type 2
2026-03-30 06:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03be404d-05b0-5263-8046-d8b94f4531d8 with scrape type 2
2026-03-30 06:39:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03be404d-05b0-5263-8046-d8b94f4531d8, identifier: OU14%20UJN
2026-03-30 06:39:42 [bca.uk] INFO: Found listing with ID: HT22%20UFZ
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT22%2520UFZ%27 HTTP/1.1" 200 None
2026-03-30 06:39:42 [bca.uk] INFO: Scrape type for HT22%20UFZ: 2
2026-03-30 06:39:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 234e6779-ce20-55aa-b7cb-e701d9010f27 with identifier: HT22%20UFZ
2026-03-30 06:39:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 234e6779-ce20-55aa-b7cb-e701d9010f27 with scrape type 2
2026-03-30 06:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 234e6779-ce20-55aa-b7cb-e701d9010f27 with scrape type 2
2026-03-30 06:39:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 234e6779-ce20-55aa-b7cb-e701d9010f27, identifier: HT22%20UFZ
2026-03-30 06:39:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4740432c-cc22-5807-9654-d3403b42481d with identifier: LP21%20UWA
2026-03-30 06:39:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4740432c-cc22-5807-9654-d3403b42481d with identifier: LP21%20UWA
2026-03-30 06:39:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4740432c-cc22-5807-9654-d3403b42481d with identifier: LP21%20UWA to the API
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP21%20UWA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4740432c-cc22-5807-9654-d3403b42481d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP21 UWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP21%20UWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '218I GRAN COUPE',
 'odometer': 54999,
 'odometer_reading_unit': '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)DCT Coupe',
 'transmission': 'automatic',
 'trim': '136 SPORT (LCP)DCT',
 'vin': 'WBA12AK0607J51186',
 'year': 2021}
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520UWA%27 HTTP/1.1" 200 None
2026-03-30 06:39:42 [bca.uk] INFO: Saving data for LP21%20UWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774534083.639708, 'last_price_update_time': 1774852782.691732}
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP21%2520UWA') HTTP/1.1" 204 0
2026-03-30 06:39:42 [bca.uk] INFO: Found listing with ID: EY08%20OSA
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520OSA%27 HTTP/1.1" 200 None
2026-03-30 06:39:42 [bca.uk] INFO: Scrape type for EY08%20OSA: 2
2026-03-30 06:39:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e75c3515-9ecb-520a-8e11-1160463eeebd with identifier: EY08%20OSA
2026-03-30 06:39:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e75c3515-9ecb-520a-8e11-1160463eeebd with scrape type 2
2026-03-30 06:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e75c3515-9ecb-520a-8e11-1160463eeebd with scrape type 2
2026-03-30 06:39:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e75c3515-9ecb-520a-8e11-1160463eeebd, identifier: EY08%20OSA
2026-03-30 06:39:42 [bca.uk] INFO: Found listing with ID: LS73%20EFH
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520EFH%27 HTTP/1.1" 200 None
2026-03-30 06:39:42 [bca.uk] INFO: Scrape type for LS73%20EFH: 2
2026-03-30 06:39:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b71ed3b0-a7bf-525d-9477-76cd778727ee with identifier: LS73%20EFH
2026-03-30 06:39:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b71ed3b0-a7bf-525d-9477-76cd778727ee with scrape type 2
2026-03-30 06:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b71ed3b0-a7bf-525d-9477-76cd778727ee with scrape type 2
2026-03-30 06:39:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b71ed3b0-a7bf-525d-9477-76cd778727ee, identifier: LS73%20EFH
2026-03-30 06:39:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03be404d-05b0-5263-8046-d8b94f4531d8 with identifier: OU14%20UJN
2026-03-30 06:39:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03be404d-05b0-5263-8046-d8b94f4531d8 with identifier: OU14%20UJN
2026-03-30 06:39:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03be404d-05b0-5263-8046-d8b94f4531d8 with identifier: OU14%20UJN to the API
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU14%20UJN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '03be404d-05b0-5263-8046-d8b94f4531d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU14 UJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU14%20UJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'IBIZA SC',
 'odometer': 106534,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA SC 1.4 TOCA Coupe',
 'transmission': 'manual',
 'trim': 'TOCA',
 'vin': 'VSSZZZ6JZER089138',
 'year': 2014}
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU14%2520UJN%27 HTTP/1.1" 200 None
2026-03-30 06:39:43 [bca.uk] INFO: Saving data for OU14%20UJN: {'auction_closing_time': 1775037600.0, 'created_time': 1773843728.312774, 'last_price_update_time': 1774852783.284724}
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU14%2520UJN') HTTP/1.1" 204 0
2026-03-30 06:39:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 234e6779-ce20-55aa-b7cb-e701d9010f27 with identifier: HT22%20UFZ
2026-03-30 06:39:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 234e6779-ce20-55aa-b7cb-e701d9010f27 with identifier: HT22%20UFZ
2026-03-30 06:39:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 234e6779-ce20-55aa-b7cb-e701d9010f27 with identifier: HT22%20UFZ to the API
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT22%20UFZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '234e6779-ce20-55aa-b7cb-e701d9010f27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT22 UFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT22%20UFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 57497,
 'odometer_reading_unit': '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 EQA 250+ 140KW 70.5KWH SPORT Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH SPORT',
 'vin': 'W1N9N0CBXPJ045028',
 'year': 2022}
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT22%2520UFZ%27 HTTP/1.1" 200 None
2026-03-30 06:39:43 [bca.uk] INFO: Saving data for HT22%20UFZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536264.293678, 'last_price_update_time': 1774852783.576632}
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT22%2520UFZ') HTTP/1.1" 204 0
2026-03-30 06:39:43 [bca.uk] INFO: Found listing with ID: AJ22%20CCX
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520CCX%27 HTTP/1.1" 200 None
2026-03-30 06:39:43 [bca.uk] INFO: Scrape type for AJ22%20CCX: 2
2026-03-30 06:39:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 336d111d-9a8c-5b8b-80ce-46e483db6eb3 with identifier: AJ22%20CCX
2026-03-30 06:39:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 336d111d-9a8c-5b8b-80ce-46e483db6eb3 with scrape type 2
2026-03-30 06:39:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 336d111d-9a8c-5b8b-80ce-46e483db6eb3 with scrape type 2
2026-03-30 06:39:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 336d111d-9a8c-5b8b-80ce-46e483db6eb3, identifier: AJ22%20CCX
2026-03-30 06:39:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e75c3515-9ecb-520a-8e11-1160463eeebd with identifier: EY08%20OSA
2026-03-30 06:39:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e75c3515-9ecb-520a-8e11-1160463eeebd with identifier: EY08%20OSA
2026-03-30 06:39:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e75c3515-9ecb-520a-8e11-1160463eeebd with identifier: EY08%20OSA to the API
2026-03-30 06:39:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY08%20OSA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e75c3515-9ecb-520a-8e11-1160463eeebd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY08 OSA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY08%20OSA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 82112,
 '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 DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT DESIGN',
 'vin': 'W0L0AHL4888071064',
 'year': 2008}
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520OSA%27 HTTP/1.1" 200 None
2026-03-30 06:39:44 [bca.uk] INFO: Saving data for EY08%20OSA: {'auction_closing_time': 1775037600.0, 'created_time': 1774534288.560204, 'last_price_update_time': 1774852784.153465}
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY08%2520OSA') HTTP/1.1" 204 0
2026-03-30 06:39:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b71ed3b0-a7bf-525d-9477-76cd778727ee with identifier: LS73%20EFH
2026-03-30 06:39:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b71ed3b0-a7bf-525d-9477-76cd778727ee with identifier: LS73%20EFH
2026-03-30 06:39:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b71ed3b0-a7bf-525d-9477-76cd778727ee with identifier: LS73%20EFH to the API
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS73%20EFH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b71ed3b0-a7bf-525d-9477-76cd778727ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS73 EFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS73%20EFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 20688,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.4 TSI PHEV R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI PHEV R LINE DSG',
 'vin': 'WVGZZZ5N7RW403419',
 'year': 2023}
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520EFH%27 HTTP/1.1" 200 None
2026-03-30 06:39:44 [bca.uk] INFO: Saving data for LS73%20EFH: {'auction_closing_time': 1774951200.0, 'created_time': 1774536279.94602, 'last_price_update_time': 1774852784.506176}
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS73%2520EFH') HTTP/1.1" 204 0
2026-03-30 06:39:44 [bca.uk] INFO: Found listing with ID: BX19%20RTU
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520RTU%27 HTTP/1.1" 200 None
2026-03-30 06:39:44 [bca.uk] INFO: Scrape type for BX19%20RTU: 2
2026-03-30 06:39:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f5e3881-d37f-5982-81a5-09f2f513b6fe with identifier: BX19%20RTU
2026-03-30 06:39:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f5e3881-d37f-5982-81a5-09f2f513b6fe with scrape type 2
2026-03-30 06:39:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f5e3881-d37f-5982-81a5-09f2f513b6fe with scrape type 2
2026-03-30 06:39:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f5e3881-d37f-5982-81a5-09f2f513b6fe, identifier: BX19%20RTU
2026-03-30 06:39:44 [bca.uk] INFO: Found listing with ID: DC66%20BWD
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520BWD%27 HTTP/1.1" 200 None
2026-03-30 06:39:44 [bca.uk] INFO: Scrape type for DC66%20BWD: 2
2026-03-30 06:39:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e26835d8-49fd-5834-bac6-ca83becb29fd with identifier: DC66%20BWD
2026-03-30 06:39:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e26835d8-49fd-5834-bac6-ca83becb29fd with scrape type 2
2026-03-30 06:39:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e26835d8-49fd-5834-bac6-ca83becb29fd with scrape type 2
2026-03-30 06:39:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e26835d8-49fd-5834-bac6-ca83becb29fd, identifier: DC66%20BWD
2026-03-30 06:39:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:39:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 336d111d-9a8c-5b8b-80ce-46e483db6eb3 with identifier: AJ22%20CCX
2026-03-30 06:39:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 336d111d-9a8c-5b8b-80ce-46e483db6eb3 with identifier: AJ22%20CCX
2026-03-30 06:39:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 336d111d-9a8c-5b8b-80ce-46e483db6eb3 with identifier: AJ22%20CCX to the API
2026-03-30 06:39:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ22%20CCX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '336d111d-9a8c-5b8b-80ce-46e483db6eb3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ22 CCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ22%20CCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 61955,
 'odometer_reading_unit': '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': 'LRWYHCEK1NC334418',
 'year': 2022}
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ22%2520CCX%27 HTTP/1.1" 200 None
2026-03-30 06:39:45 [bca.uk] INFO: Saving data for AJ22%20CCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534085.610866, 'last_price_update_time': 1774852785.03771}
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ22%2520CCX') HTTP/1.1" 204 0
2026-03-30 06:39:45 [bca.uk] INFO: Found listing with ID: FN67%20HCL
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520HCL%27 HTTP/1.1" 200 None
2026-03-30 06:39:45 [bca.uk] INFO: Scrape type for FN67%20HCL: 2
2026-03-30 06:39:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8787721a-1ade-50c9-9b76-0e3681fb45ef with identifier: FN67%20HCL
2026-03-30 06:39:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8787721a-1ade-50c9-9b76-0e3681fb45ef with scrape type 2
2026-03-30 06:39:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8787721a-1ade-50c9-9b76-0e3681fb45ef with scrape type 2
2026-03-30 06:39:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8787721a-1ade-50c9-9b76-0e3681fb45ef, identifier: FN67%20HCL
2026-03-30 06:39:45 [bca.uk] INFO: Found listing with ID: LG73%20CTW
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG73%2520CTW%27 HTTP/1.1" 200 None
2026-03-30 06:39:45 [bca.uk] INFO: Scrape type for LG73%20CTW: 2
2026-03-30 06:39:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac4cfca4-8ee4-5693-87e3-a17298a3c2e8 with identifier: LG73%20CTW
2026-03-30 06:39:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac4cfca4-8ee4-5693-87e3-a17298a3c2e8 with scrape type 2
2026-03-30 06:39:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac4cfca4-8ee4-5693-87e3-a17298a3c2e8 with scrape type 2
2026-03-30 06:39:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac4cfca4-8ee4-5693-87e3-a17298a3c2e8, identifier: LG73%20CTW
2026-03-30 06:39:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f5e3881-d37f-5982-81a5-09f2f513b6fe with identifier: BX19%20RTU
2026-03-30 06:39:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f5e3881-d37f-5982-81a5-09f2f513b6fe with identifier: BX19%20RTU
2026-03-30 06:39:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f5e3881-d37f-5982-81a5-09f2f513b6fe with identifier: BX19%20RTU to the API
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX19%20RTU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2f5e3881-d37f-5982-81a5-09f2f513b6fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BX19 RTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX19%20RTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 92428,
 'odometer_reading_unit': '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.6 TDI 115 MATCH DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI 115 MATCH DSG',
 'vin': 'WVWZZZAUZKP553071',
 'year': 2019}
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520RTU%27 HTTP/1.1" 200 None
2026-03-30 06:39:45 [bca.uk] INFO: Saving data for BX19%20RTU: {'auction_closing_time': 1774864800.0, 'created_time': 1773825244.254174, 'last_price_update_time': 1774852785.574987}
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX19%2520RTU') HTTP/1.1" 204 0
2026-03-30 06:39:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e26835d8-49fd-5834-bac6-ca83becb29fd with identifier: DC66%20BWD
2026-03-30 06:39:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e26835d8-49fd-5834-bac6-ca83becb29fd with identifier: DC66%20BWD
2026-03-30 06:39:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e26835d8-49fd-5834-bac6-ca83becb29fd with identifier: DC66%20BWD to the API
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC66%20BWD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e26835d8-49fd-5834-bac6-ca83becb29fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC66 BWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC66%20BWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 110972,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 110 MATCH EDITION Estate',
 'transmission': 'manual',
 'trim': 'TDI 110 MATCH EDITION',
 'vin': 'WVWZZZAUZHP544393',
 'year': 2016}
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520BWD%27 HTTP/1.1" 200 None
2026-03-30 06:39:45 [bca.uk] INFO: Saving data for DC66%20BWD: {'auction_closing_time': 1774864800.0, 'created_time': 1773822633.516106, 'last_price_update_time': 1774852785.876565}
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC66%2520BWD') HTTP/1.1" 204 0
2026-03-30 06:39:45 [bca.uk] INFO: Found listing with ID: BG71%20FCF
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520FCF%27 HTTP/1.1" 200 None
2026-03-30 06:39:45 [bca.uk] INFO: Scrape type for BG71%20FCF: 2
2026-03-30 06:39:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b9260ff-d432-53b6-8674-832386aaeef5 with identifier: BG71%20FCF
2026-03-30 06:39:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b9260ff-d432-53b6-8674-832386aaeef5 with scrape type 2
2026-03-30 06:39:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b9260ff-d432-53b6-8674-832386aaeef5 with scrape type 2
2026-03-30 06:39:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b9260ff-d432-53b6-8674-832386aaeef5, identifier: BG71%20FCF
2026-03-30 06:39:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8787721a-1ade-50c9-9b76-0e3681fb45ef with identifier: FN67%20HCL
2026-03-30 06:39:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8787721a-1ade-50c9-9b76-0e3681fb45ef with identifier: FN67%20HCL
2026-03-30 06:39:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8787721a-1ade-50c9-9b76-0e3681fb45ef with identifier: FN67%20HCL to the API
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN67%20HCL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8787721a-1ade-50c9-9b76-0e3681fb45ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN67 HCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN67%20HCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 45989,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0FXXGAHFHA03034',
 'year': 2017}
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520HCL%27 HTTP/1.1" 200 None
2026-03-30 06:39:46 [bca.uk] INFO: Saving data for FN67%20HCL: {'auction_closing_time': 1775037600.0, 'created_time': 1774438135.829766, 'last_price_update_time': 1774852786.35957}
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN67%2520HCL') HTTP/1.1" 204 0
2026-03-30 06:39:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac4cfca4-8ee4-5693-87e3-a17298a3c2e8 with identifier: LG73%20CTW
2026-03-30 06:39:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac4cfca4-8ee4-5693-87e3-a17298a3c2e8 with identifier: LG73%20CTW
2026-03-30 06:39:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac4cfca4-8ee4-5693-87e3-a17298a3c2e8 with identifier: LG73%20CTW to the API
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 257,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG73%20CTW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ac4cfca4-8ee4-5693-87e3-a17298a3c2e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG73 CTW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG73%20CTW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 22539,
 'odometer_reading_unit': '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 2.0 P300 AWD X-DYNAMIC HSE (7ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'P300 AWD X-DYNAMIC HSE (7ST)',
 'vin': 'SALEA7AX4R2283276',
 'year': 2023}
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG73%2520CTW%27 HTTP/1.1" 200 None
2026-03-30 06:39:46 [bca.uk] INFO: Saving data for LG73%20CTW: {'auction_closing_time': 1775124000.0, 'created_time': 1774044515.766028, 'last_price_update_time': 1774852786.658181}
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG73%2520CTW') HTTP/1.1" 204 0
2026-03-30 06:39:46 [bca.uk] INFO: Found listing with ID: DL72%20YXT
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520YXT%27 HTTP/1.1" 200 None
2026-03-30 06:39:46 [bca.uk] INFO: Scrape type for DL72%20YXT: 2
2026-03-30 06:39:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10ec6bd2-0181-5d2f-9d5d-e96e357477c9 with identifier: DL72%20YXT
2026-03-30 06:39:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10ec6bd2-0181-5d2f-9d5d-e96e357477c9 with scrape type 2
2026-03-30 06:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10ec6bd2-0181-5d2f-9d5d-e96e357477c9 with scrape type 2
2026-03-30 06:39:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10ec6bd2-0181-5d2f-9d5d-e96e357477c9, identifier: DL72%20YXT
2026-03-30 06:39:46 [bca.uk] INFO: Found listing with ID: DV64%20ZXY
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV64%2520ZXY%27 HTTP/1.1" 200 None
2026-03-30 06:39:46 [bca.uk] INFO: Scrape type for DV64%20ZXY: 2
2026-03-30 06:39:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 075ccf0c-1eac-54a6-87a7-3deedb88c294 with identifier: DV64%20ZXY
2026-03-30 06:39:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 075ccf0c-1eac-54a6-87a7-3deedb88c294 with scrape type 2
2026-03-30 06:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 075ccf0c-1eac-54a6-87a7-3deedb88c294 with scrape type 2
2026-03-30 06:39:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 075ccf0c-1eac-54a6-87a7-3deedb88c294, identifier: DV64%20ZXY
2026-03-30 06:39:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b9260ff-d432-53b6-8674-832386aaeef5 with identifier: BG71%20FCF
2026-03-30 06:39:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b9260ff-d432-53b6-8674-832386aaeef5 with identifier: BG71%20FCF
2026-03-30 06:39:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b9260ff-d432-53b6-8674-832386aaeef5 with identifier: BG71%20FCF to the API
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG71%20FCF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '1b9260ff-d432-53b6-8674-832386aaeef5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BG71 FCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG71%20FCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 102753,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV R DESIGN',
 'vin': 'YV1XZBWVFN2720559',
 'year': 2022}
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520FCF%27 HTTP/1.1" 200 None
2026-03-30 06:39:47 [bca.uk] INFO: Saving data for BG71%20FCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774365343.076101, 'last_price_update_time': 1774852787.187509}
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG71%2520FCF') HTTP/1.1" 204 0
2026-03-30 06:39:47 [bca.uk] INFO: Found listing with ID: GL67%20AOF
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL67%2520AOF%27 HTTP/1.1" 200 None
2026-03-30 06:39:47 [bca.uk] INFO: Scrape type for GL67%20AOF: 2
2026-03-30 06:39:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b03d1c6-88b0-5538-a75c-43c1390eebc5 with identifier: GL67%20AOF
2026-03-30 06:39:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b03d1c6-88b0-5538-a75c-43c1390eebc5 with scrape type 2
2026-03-30 06:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b03d1c6-88b0-5538-a75c-43c1390eebc5 with scrape type 2
2026-03-30 06:39:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b03d1c6-88b0-5538-a75c-43c1390eebc5, identifier: GL67%20AOF
2026-03-30 06:39:47 [bca.uk] INFO: Found listing with ID: MM24%20VAJ
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM24%2520VAJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:47 [bca.uk] INFO: Scrape type for MM24%20VAJ: 2
2026-03-30 06:39:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85fbe375-2898-5d39-935b-7d7c5c434db4 with identifier: MM24%20VAJ
2026-03-30 06:39:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85fbe375-2898-5d39-935b-7d7c5c434db4 with scrape type 2
2026-03-30 06:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85fbe375-2898-5d39-935b-7d7c5c434db4 with scrape type 2
2026-03-30 06:39:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85fbe375-2898-5d39-935b-7d7c5c434db4, identifier: MM24%20VAJ
2026-03-30 06:39:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10ec6bd2-0181-5d2f-9d5d-e96e357477c9 with identifier: DL72%20YXT
2026-03-30 06:39:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10ec6bd2-0181-5d2f-9d5d-e96e357477c9 with identifier: DL72%20YXT
2026-03-30 06:39:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10ec6bd2-0181-5d2f-9d5d-e96e357477c9 with identifier: DL72%20YXT to the API
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL72%20YXT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10ec6bd2-0181-5d2f-9d5d-e96e357477c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL72 YXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL72%20YXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 24196,
 'odometer_reading_unit': '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': 'VXKUPHMHDP4043820',
 'year': 2023}
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520YXT%27 HTTP/1.1" 200 None
2026-03-30 06:39:47 [bca.uk] INFO: Saving data for DL72%20YXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774534455.924857, 'last_price_update_time': 1774852787.80731}
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL72%2520YXT') HTTP/1.1" 204 0
2026-03-30 06:39:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 075ccf0c-1eac-54a6-87a7-3deedb88c294 with identifier: DV64%20ZXY
2026-03-30 06:39:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 075ccf0c-1eac-54a6-87a7-3deedb88c294 with identifier: DV64%20ZXY
2026-03-30 06:39:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 075ccf0c-1eac-54a6-87a7-3deedb88c294 with identifier: DV64%20ZXY to the API
2026-03-30 06:39:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV64%20ZXY-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '075ccf0c-1eac-54a6-87a7-3deedb88c294',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV64 ZXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV64%20ZXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 95435,
 'odometer_reading_unit': '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 PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'PREMIUM',
 'vin': 'NLHA851CLFZ093919',
 'year': 2014}
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV64%2520ZXY%27 HTTP/1.1" 200 None
2026-03-30 06:39:48 [bca.uk] INFO: Saving data for DV64%20ZXY: {'auction_closing_time': 1774864800.0, 'created_time': 1774536263.785792, 'last_price_update_time': 1774852788.126262}
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV64%2520ZXY') HTTP/1.1" 204 0
2026-03-30 06:39:48 [bca.uk] INFO: Found listing with ID: DX71%20BYJ
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520BYJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:48 [bca.uk] INFO: Scrape type for DX71%20BYJ: 2
2026-03-30 06:39:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce009f69-183c-5f33-adbd-ad3243db77a0 with identifier: DX71%20BYJ
2026-03-30 06:39:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce009f69-183c-5f33-adbd-ad3243db77a0 with scrape type 2
2026-03-30 06:39:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce009f69-183c-5f33-adbd-ad3243db77a0 with scrape type 2
2026-03-30 06:39:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce009f69-183c-5f33-adbd-ad3243db77a0, identifier: DX71%20BYJ
2026-03-30 06:39:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b03d1c6-88b0-5538-a75c-43c1390eebc5 with identifier: GL67%20AOF
2026-03-30 06:39:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b03d1c6-88b0-5538-a75c-43c1390eebc5 with identifier: GL67%20AOF
2026-03-30 06:39:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b03d1c6-88b0-5538-a75c-43c1390eebc5 with identifier: GL67%20AOF to the API
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL67%20AOF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9b03d1c6-88b0-5538-a75c-43c1390eebc5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL67 AOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL67%20AOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E400',
 'odometer': 38808,
 'odometer_reading_unit': '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 E400 3.0 AMG LINE PREMIUM PLUS 4M 9G Convertible',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'WDD2384662F033964',
 'year': 2017}
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL67%2520AOF%27 HTTP/1.1" 200 None
2026-03-30 06:39:48 [bca.uk] INFO: Saving data for GL67%20AOF: {'auction_closing_time': 1775037600.0, 'created_time': 1774536301.272317, 'last_price_update_time': 1774852788.517244}
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL67%2520AOF') HTTP/1.1" 204 0
2026-03-30 06:39:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85fbe375-2898-5d39-935b-7d7c5c434db4 with identifier: MM24%20VAJ
2026-03-30 06:39:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85fbe375-2898-5d39-935b-7d7c5c434db4 with identifier: MM24%20VAJ
2026-03-30 06:39:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85fbe375-2898-5d39-935b-7d7c5c434db4 with identifier: MM24%20VAJ to the API
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM24%20VAJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85fbe375-2898-5d39-935b-7d7c5c434db4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM24 VAJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM24%20VAJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 8341,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 B5P 250 AWD PLUS DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5P 250 AWD PLUS DARK G/T',
 'vin': 'YV1LFM1V0S1292320',
 'year': 2024}
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM24%2520VAJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:48 [bca.uk] INFO: Saving data for MM24%20VAJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774048078.851296, 'last_price_update_time': 1774852788.813158}
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM24%2520VAJ') HTTP/1.1" 204 0
2026-03-30 06:39:48 [bca.uk] INFO: Found listing with ID: FJ22%20MVF
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520MVF%27 HTTP/1.1" 200 None
2026-03-30 06:39:48 [bca.uk] INFO: Scrape type for FJ22%20MVF: 2
2026-03-30 06:39:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6198bd7-27cc-5414-b4a7-f067080ff482 with identifier: FJ22%20MVF
2026-03-30 06:39:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6198bd7-27cc-5414-b4a7-f067080ff482 with scrape type 2
2026-03-30 06:39:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6198bd7-27cc-5414-b4a7-f067080ff482 with scrape type 2
2026-03-30 06:39:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6198bd7-27cc-5414-b4a7-f067080ff482, identifier: FJ22%20MVF
2026-03-30 06:39:48 [bca.uk] INFO: Found listing with ID: EX14%20ODS
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX14%2520ODS%27 HTTP/1.1" 200 None
2026-03-30 06:39:48 [bca.uk] INFO: Scrape type for EX14%20ODS: 2
2026-03-30 06:39:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d9b692e-72aa-53f8-a5ec-306ececeb3d9 with identifier: EX14%20ODS
2026-03-30 06:39:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d9b692e-72aa-53f8-a5ec-306ececeb3d9 with scrape type 2
2026-03-30 06:39:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d9b692e-72aa-53f8-a5ec-306ececeb3d9 with scrape type 2
2026-03-30 06:39:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d9b692e-72aa-53f8-a5ec-306ececeb3d9, identifier: EX14%20ODS
2026-03-30 06:39:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce009f69-183c-5f33-adbd-ad3243db77a0 with identifier: DX71%20BYJ
2026-03-30 06:39:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce009f69-183c-5f33-adbd-ad3243db77a0 with identifier: DX71%20BYJ
2026-03-30 06:39:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce009f69-183c-5f33-adbd-ad3243db77a0 with identifier: DX71%20BYJ to the API
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX71%20BYJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ce009f69-183c-5f33-adbd-ad3243db77a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX71 BYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX71%20BYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': '330E',
 'odometer': 149932,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SE PRO Estate',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA6N32050FL81686',
 'year': 2021}
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39: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%2520BYJ%27 HTTP/1.1" 200 None
2026-03-30 06:39:49 [bca.uk] INFO: Saving data for DX71%20BYJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534084.118763, 'last_price_update_time': 1774852789.4076}
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX71%2520BYJ') HTTP/1.1" 204 0
2026-03-30 06:39:49 [bca.uk] INFO: Found listing with ID: GV62%20GCY
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV62%2520GCY%27 HTTP/1.1" 200 None
2026-03-30 06:39:49 [bca.uk] INFO: Scrape type for GV62%20GCY: 2
2026-03-30 06:39:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11171d6c-470d-51fe-a88c-4509237a89eb with identifier: GV62%20GCY
2026-03-30 06:39:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11171d6c-470d-51fe-a88c-4509237a89eb with scrape type 2
2026-03-30 06:39:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11171d6c-470d-51fe-a88c-4509237a89eb with scrape type 2
2026-03-30 06:39:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11171d6c-470d-51fe-a88c-4509237a89eb, identifier: GV62%20GCY
2026-03-30 06:39:49 [bca.uk] INFO: Found listing with ID: FH64%20WPX
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH64%2520WPX%27 HTTP/1.1" 200 None
2026-03-30 06:39:49 [bca.uk] INFO: Scrape type for FH64%20WPX: 2
2026-03-30 06:39:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 559b3987-4ca8-5e7e-a58e-f242b89e52dc with identifier: FH64%20WPX
2026-03-30 06:39:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 559b3987-4ca8-5e7e-a58e-f242b89e52dc with scrape type 2
2026-03-30 06:39:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 559b3987-4ca8-5e7e-a58e-f242b89e52dc with scrape type 2
2026-03-30 06:39:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 559b3987-4ca8-5e7e-a58e-f242b89e52dc, identifier: FH64%20WPX
2026-03-30 06:39:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6198bd7-27cc-5414-b4a7-f067080ff482 with identifier: FJ22%20MVF
2026-03-30 06:39:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6198bd7-27cc-5414-b4a7-f067080ff482 with identifier: FJ22%20MVF
2026-03-30 06:39:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6198bd7-27cc-5414-b4a7-f067080ff482 with identifier: FJ22%20MVF to the API
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ22%20MVF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c6198bd7-27cc-5414-b4a7-f067080ff482',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FJ22 MVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ22%20MVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 42712,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH ICON Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH ICON',
 'vin': 'ZFAEFAC4XNX062908',
 'year': 2022}
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520MVF%27 HTTP/1.1" 200 None
2026-03-30 06:39:49 [bca.uk] INFO: Saving data for FJ22%20MVF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534458.345308, 'last_price_update_time': 1774852789.941081}
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ22%2520MVF') HTTP/1.1" 204 0
2026-03-30 06:39:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d9b692e-72aa-53f8-a5ec-306ececeb3d9 with identifier: EX14%20ODS
2026-03-30 06:39:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d9b692e-72aa-53f8-a5ec-306ececeb3d9 with identifier: EX14%20ODS
2026-03-30 06:39:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d9b692e-72aa-53f8-a5ec-306ececeb3d9 with identifier: EX14%20ODS to the API
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX14%20ODS-GB',
 'category': 'Car',
 'color': 'carbon black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d9b692e-72aa-53f8-a5ec-306ececeb3d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX14 ODS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX14%20ODS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 165595,
 'odometer_reading_unit': '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 X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAWY320300H08163',
 'year': 2014}
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX14%2520ODS%27 HTTP/1.1" 200 None
2026-03-30 06:39:50 [bca.uk] INFO: Saving data for EX14%20ODS: {'auction_closing_time': 1774864800.0, 'created_time': 1774536240.943098, 'last_price_update_time': 1774852790.25144}
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX14%2520ODS') HTTP/1.1" 204 0
2026-03-30 06:39:50 [bca.uk] INFO: Found listing with ID: EJ23%20BVX
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520BVX%27 HTTP/1.1" 200 None
2026-03-30 06:39:50 [bca.uk] INFO: Scrape type for EJ23%20BVX: 2
2026-03-30 06:39:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0850b1c6-091c-5951-a016-18a35559be2f with identifier: EJ23%20BVX
2026-03-30 06:39:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0850b1c6-091c-5951-a016-18a35559be2f with scrape type 2
2026-03-30 06:39:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0850b1c6-091c-5951-a016-18a35559be2f with scrape type 2
2026-03-30 06:39:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0850b1c6-091c-5951-a016-18a35559be2f, identifier: EJ23%20BVX
2026-03-30 06:39:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11171d6c-470d-51fe-a88c-4509237a89eb with identifier: GV62%20GCY
2026-03-30 06:39:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11171d6c-470d-51fe-a88c-4509237a89eb with identifier: GV62%20GCY
2026-03-30 06:39:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11171d6c-470d-51fe-a88c-4509237a89eb with identifier: GV62%20GCY to the API
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV62%20GCY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'pepper white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11171d6c-470d-51fe-a88c-4509237a89eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV62 GCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV62%20GCY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'CLUBVAN',
 'odometer': 103100,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MINI CLUBVAN 1.6 D COOPER Van',
 'transmission': 'manual',
 'trim': 'D COOPER',
 'vin': 'WMWZH52080T703609',
 'year': 2012}
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV62%2520GCY%27 HTTP/1.1" 200 None
2026-03-30 06:39:50 [bca.uk] INFO: Saving data for GV62%20GCY: {'auction_closing_time': 1775037600.0, 'created_time': 1774361263.947063, 'last_price_update_time': 1774852790.676052}
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV62%2520GCY') HTTP/1.1" 204 0
2026-03-30 06:39:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 559b3987-4ca8-5e7e-a58e-f242b89e52dc with identifier: FH64%20WPX
2026-03-30 06:39:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 559b3987-4ca8-5e7e-a58e-f242b89e52dc with identifier: FH64%20WPX
2026-03-30 06:39:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 559b3987-4ca8-5e7e-a58e-f242b89e52dc with identifier: FH64%20WPX to the API
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH64%20WPX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '559b3987-4ca8-5e7e-a58e-f242b89e52dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH64 WPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH64%20WPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 55193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.2 P/T 82 DSIGN PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 DSIGN PLUS',
 'vin': 'VF7SAHMZ0EW692027',
 'year': 2015}
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH64%2520WPX%27 HTTP/1.1" 200 None
2026-03-30 06:39:50 [bca.uk] INFO: Saving data for FH64%20WPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774564891.313486, 'last_price_update_time': 1774852790.974337}
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH64%2520WPX') HTTP/1.1" 204 0
2026-03-30 06:39:50 [bca.uk] INFO: Found listing with ID: FL23%20DGF
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520DGF%27 HTTP/1.1" 200 None
2026-03-30 06:39:51 [bca.uk] INFO: Scrape type for FL23%20DGF: 2
2026-03-30 06:39:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4cf2a21-4994-52a4-90f7-09c82f6666d6 with identifier: FL23%20DGF
2026-03-30 06:39:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4cf2a21-4994-52a4-90f7-09c82f6666d6 with scrape type 2
2026-03-30 06:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4cf2a21-4994-52a4-90f7-09c82f6666d6 with scrape type 2
2026-03-30 06:39:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4cf2a21-4994-52a4-90f7-09c82f6666d6, identifier: FL23%20DGF
2026-03-30 06:39:51 [bca.uk] INFO: Found listing with ID: MK65%20FMP
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK65%2520FMP%27 HTTP/1.1" 200 None
2026-03-30 06:39:51 [bca.uk] INFO: Scrape type for MK65%20FMP: 2
2026-03-30 06:39:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c8a8f5a-5238-50e4-82ce-78c15a0d4295 with identifier: MK65%20FMP
2026-03-30 06:39:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c8a8f5a-5238-50e4-82ce-78c15a0d4295 with scrape type 2
2026-03-30 06:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c8a8f5a-5238-50e4-82ce-78c15a0d4295 with scrape type 2
2026-03-30 06:39:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c8a8f5a-5238-50e4-82ce-78c15a0d4295, identifier: MK65%20FMP
2026-03-30 06:39:51 [bca.uk] INFO: Total items found: 100
2026-03-30 06:39:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded
2026-03-30 06:39:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:39:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:39:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0850b1c6-091c-5951-a016-18a35559be2f with identifier: EJ23%20BVX
2026-03-30 06:39:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0850b1c6-091c-5951-a016-18a35559be2f with identifier: EJ23%20BVX
2026-03-30 06:39:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0850b1c6-091c-5951-a016-18a35559be2f with identifier: EJ23%20BVX to the API
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ23%20BVX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0850b1c6-091c-5951-a016-18a35559be2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ23 BVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ23%20BVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'EQB 300',
 'odometer': 20139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQB 300 168KW 66KWH 4M AMG LINE PREM. StationWagon',
 'transmission': 'automatic',
 'trim': '168KW 66KWH 4M AMG LINE PREM.',
 'vin': 'W1N9M0JB8PN040473',
 'year': 2023}
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ23%2520BVX%27 HTTP/1.1" 200 None
2026-03-30 06:39:51 [bca.uk] INFO: Saving data for EJ23%20BVX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534081.249722, 'last_price_update_time': 1774852791.565636}
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ23%2520BVX') HTTP/1.1" 204 0
2026-03-30 06:39:51 [bca.uk] INFO: Found listing with ID: KP67%20NGO
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP67%2520NGO%27 HTTP/1.1" 200 None
2026-03-30 06:39:51 [bca.uk] INFO: Scrape type for KP67%20NGO: 2
2026-03-30 06:39:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa5f51dc-cf9e-5c34-b083-59d45e6d00ff with identifier: KP67%20NGO
2026-03-30 06:39:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa5f51dc-cf9e-5c34-b083-59d45e6d00ff with scrape type 2
2026-03-30 06:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa5f51dc-cf9e-5c34-b083-59d45e6d00ff with scrape type 2
2026-03-30 06:39:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa5f51dc-cf9e-5c34-b083-59d45e6d00ff, identifier: KP67%20NGO
2026-03-30 06:39:51 [bca.uk] INFO: Found listing with ID: V555%20SRB
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V555%2520SRB%27 HTTP/1.1" 200 None
2026-03-30 06:39:51 [bca.uk] INFO: Scrape type for V555%20SRB: 2
2026-03-30 06:39:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4e95526-2bdf-523d-9efe-26a63edc62f7 with identifier: V555%20SRB
2026-03-30 06:39:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4e95526-2bdf-523d-9efe-26a63edc62f7 with scrape type 2
2026-03-30 06:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4e95526-2bdf-523d-9efe-26a63edc62f7 with scrape type 2
2026-03-30 06:39:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4e95526-2bdf-523d-9efe-26a63edc62f7, identifier: V555%20SRB
2026-03-30 06:39:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4cf2a21-4994-52a4-90f7-09c82f6666d6 with identifier: FL23%20DGF
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:39:51 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=jade+white HTTP/1.1" 200 None
2026-03-30 06:39:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:39: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:39:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4cf2a21-4994-52a4-90f7-09c82f6666d6 with identifier: FL23%20DGF
2026-03-30 06:39:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4cf2a21-4994-52a4-90f7-09c82f6666d6 with identifier: FL23%20DGF to the API
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL23%20DGF-GB',
 'category': 'Car',
 'color': 'jade white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e4cf2a21-4994-52a4-90f7-09c82f6666d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL23 DGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL23%20DGF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA-E',
 'odometer': 10751,
 'odometer_reading_unit': '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 LINE (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GS LINE (11KC)',
 'vin': 'VXKUHZKXZP4025732',
 'year': 2023}
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520DGF%27 HTTP/1.1" 200 None
2026-03-30 06:39:52 [bca.uk] INFO: Saving data for FL23%20DGF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534458.917569, 'last_price_update_time': 1774852792.296043}
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL23%2520DGF') HTTP/1.1" 204 0
2026-03-30 06:39:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c8a8f5a-5238-50e4-82ce-78c15a0d4295 with identifier: MK65%20FMP
2026-03-30 06:39:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c8a8f5a-5238-50e4-82ce-78c15a0d4295 with identifier: MK65%20FMP
2026-03-30 06:39:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c8a8f5a-5238-50e4-82ce-78c15a0d4295 with identifier: MK65%20FMP to the API
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK65%20FMP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c8a8f5a-5238-50e4-82ce-78c15a0d4295',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK65 FMP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK65%20FMP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '308 SW',
 'odometer': 113625,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 SW 1.6 BLUEHDI 120 GT LINE Estate',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 GT LINE',
 'vin': 'VF3LCBHZ3FS196517',
 'year': 2015}
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK65%2520FMP%27 HTTP/1.1" 200 None
2026-03-30 06:39:52 [bca.uk] INFO: Saving data for MK65%20FMP: {'auction_closing_time': 1774864800.0, 'created_time': 1774536256.418108, 'last_price_update_time': 1774852792.69072}
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK65%2520FMP') HTTP/1.1" 204 0
2026-03-30 06:39:52 [bca.uk] INFO: Found listing with ID: FV72%20VGT
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520VGT%27 HTTP/1.1" 200 None
2026-03-30 06:39:52 [bca.uk] INFO: Scrape type for FV72%20VGT: 2
2026-03-30 06:39:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e77409b7-44d7-58a0-801d-49b053a2658c with identifier: FV72%20VGT
2026-03-30 06:39:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e77409b7-44d7-58a0-801d-49b053a2658c with scrape type 2
2026-03-30 06:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e77409b7-44d7-58a0-801d-49b053a2658c with scrape type 2
2026-03-30 06:39:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e77409b7-44d7-58a0-801d-49b053a2658c, identifier: FV72%20VGT
2026-03-30 06:39:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa5f51dc-cf9e-5c34-b083-59d45e6d00ff with identifier: KP67%20NGO
2026-03-30 06:39:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa5f51dc-cf9e-5c34-b083-59d45e6d00ff with identifier: KP67%20NGO
2026-03-30 06:39:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa5f51dc-cf9e-5c34-b083-59d45e6d00ff with identifier: KP67%20NGO to the API
2026-03-30 06:39:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP67%20NGO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fa5f51dc-cf9e-5c34-b083-59d45e6d00ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP67 NGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP67%20NGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'V40',
 'odometer': 107931,
 'odometer_reading_unit': '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 T2 122 R DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'T2 122 R DESIGN',
 'vin': 'YV1MV21L1J2466785',
 'year': 2017}
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP67%2520NGO%27 HTTP/1.1" 200 None
2026-03-30 06:39:53 [bca.uk] INFO: Saving data for KP67%20NGO: {'auction_closing_time': 1775037600.0, 'created_time': 1774534314.68915, 'last_price_update_time': 1774852793.10397}
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP67%2520NGO') HTTP/1.1" 204 0
2026-03-30 06:39:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4e95526-2bdf-523d-9efe-26a63edc62f7 with identifier: V555%20SRB
2026-03-30 06:39:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4e95526-2bdf-523d-9efe-26a63edc62f7 with identifier: V555%20SRB
2026-03-30 06:39:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4e95526-2bdf-523d-9efe-26a63edc62f7 with identifier: V555%20SRB to the API
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 246,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=V555%20SRB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4e95526-2bdf-523d-9efe-26a63edc62f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'V555 SRB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=V555%20SRB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BENTLEY',
 'model': 'CONTINENTAL GT',
 'odometer': 55353,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BENTLEY CONTINENTAL GT 4.0 V8 S Coupe',
 'transmission': 'manual',
 'trim': 'V8 S',
 'vin': 'SCBFE63W2EC096866',
 'year': 2014}
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V555%2520SRB%27 HTTP/1.1" 200 None
2026-03-30 06:39:53 [bca.uk] INFO: Saving data for V555%20SRB: {'auction_closing_time': 1774951200.0, 'created_time': 1774564868.864948, 'last_price_update_time': 1774852793.412249}
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='V555%2520SRB') HTTP/1.1" 204 0
2026-03-30 06:39:53 [bca.uk] INFO: Found listing with ID: GY23%20NRX
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520NRX%27 HTTP/1.1" 200 None
2026-03-30 06:39:53 [bca.uk] INFO: Scrape type for GY23%20NRX: 2
2026-03-30 06:39:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae91014e-999d-5433-b89e-5d207a60deb2 with identifier: GY23%20NRX
2026-03-30 06:39:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae91014e-999d-5433-b89e-5d207a60deb2 with scrape type 2
2026-03-30 06:39:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae91014e-999d-5433-b89e-5d207a60deb2 with scrape type 2
2026-03-30 06:39:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae91014e-999d-5433-b89e-5d207a60deb2, identifier: GY23%20NRX
2026-03-30 06:39:53 [bca.uk] INFO: Found listing with ID: YY08%20KYH
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY08%2520KYH%27 HTTP/1.1" 200 None
2026-03-30 06:39:53 [bca.uk] INFO: Scrape type for YY08%20KYH: 2
2026-03-30 06:39:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fa1e16c-b7c3-59d2-9d78-1244b2c9f7f1 with identifier: YY08%20KYH
2026-03-30 06:39:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fa1e16c-b7c3-59d2-9d78-1244b2c9f7f1 with scrape type 2
2026-03-30 06:39:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fa1e16c-b7c3-59d2-9d78-1244b2c9f7f1 with scrape type 2
2026-03-30 06:39:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fa1e16c-b7c3-59d2-9d78-1244b2c9f7f1, identifier: YY08%20KYH
2026-03-30 06:39:53 [bca.uk] INFO: Found listing with ID: HT25%20OUP
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT25%2520OUP%27 HTTP/1.1" 200 None
2026-03-30 06:39:53 [bca.uk] INFO: Scrape type for HT25%20OUP: 2
2026-03-30 06:39:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bb400e0-3ee2-5fd6-b7bb-9ec9843750b1 with identifier: HT25%20OUP
2026-03-30 06:39:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bb400e0-3ee2-5fd6-b7bb-9ec9843750b1 with scrape type 2
2026-03-30 06:39:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bb400e0-3ee2-5fd6-b7bb-9ec9843750b1 with scrape type 2
2026-03-30 06:39:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bb400e0-3ee2-5fd6-b7bb-9ec9843750b1, identifier: HT25%20OUP
2026-03-30 06:39:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e77409b7-44d7-58a0-801d-49b053a2658c with identifier: FV72%20VGT
2026-03-30 06:39:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e77409b7-44d7-58a0-801d-49b053a2658c with identifier: FV72%20VGT
2026-03-30 06:39:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e77409b7-44d7-58a0-801d-49b053a2658c with identifier: FV72%20VGT to the API
2026-03-30 06:39:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV72%20VGT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e77409b7-44d7-58a0-801d-49b053a2658c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV72 VGT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV72%20VGT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 12653,
 'odometer_reading_unit': '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 48V MHD 2WD N LINE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI 48V MHD 2WD N LINE DCT',
 'vin': 'TMAJA81BVNJ237289',
 'year': 2023}
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520VGT%27 HTTP/1.1" 200 None
2026-03-30 06:39:54 [bca.uk] INFO: Saving data for FV72%20VGT: {'auction_closing_time': 1774864800.0, 'created_time': 1774534081.759097, 'last_price_update_time': 1774852794.031276}
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV72%2520VGT') HTTP/1.1" 204 0
2026-03-30 06:39:54 [bca.uk] INFO: Found listing with ID: LM13%20EUA
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM13%2520EUA%27 HTTP/1.1" 200 None
2026-03-30 06:39:54 [bca.uk] INFO: Scrape type for LM13%20EUA: 2
2026-03-30 06:39:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b149798-4d1a-5eeb-8499-54b1914337cb with identifier: LM13%20EUA
2026-03-30 06:39:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b149798-4d1a-5eeb-8499-54b1914337cb with scrape type 2
2026-03-30 06:39:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b149798-4d1a-5eeb-8499-54b1914337cb with scrape type 2
2026-03-30 06:39:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b149798-4d1a-5eeb-8499-54b1914337cb, identifier: LM13%20EUA
2026-03-30 06:39:54 [bca.uk] INFO: Found listing with ID: EO63%20VYA
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO63%2520VYA%27 HTTP/1.1" 200 None
2026-03-30 06:39:54 [bca.uk] INFO: Scrape type for EO63%20VYA: 2
2026-03-30 06:39:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with identifier: EO63%20VYA
2026-03-30 06:39:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with scrape type 2
2026-03-30 06:39:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with scrape type 2
2026-03-30 06:39:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3599b4b9-0bd4-5fec-9cc3-1da243eaec39, identifier: EO63%20VYA
2026-03-30 06:39:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae91014e-999d-5433-b89e-5d207a60deb2 with identifier: GY23%20NRX
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=eiger+grey HTTP/1.1" 200 None
2026-03-30 06:39:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:39: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:39:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae91014e-999d-5433-b89e-5d207a60deb2 with identifier: GY23%20NRX
2026-03-30 06:39:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae91014e-999d-5433-b89e-5d207a60deb2 with identifier: GY23%20NRX to the API
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY23%20NRX-GB',
 'category': 'Car',
 'color': 'eiger grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ae91014e-999d-5433-b89e-5d207a60deb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY23 NRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY23%20NRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 20837,
 'odometer_reading_unit': '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 D200 EDITION StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 EDITION',
 'vin': 'SALYA2AN0PA365944',
 'year': 2023}
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520NRX%27 HTTP/1.1" 200 None
2026-03-30 06:39:54 [bca.uk] INFO: Saving data for GY23%20NRX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534461.050275, 'last_price_update_time': 1774852794.708961}
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY23%2520NRX') HTTP/1.1" 204 0
2026-03-30 06:39:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fa1e16c-b7c3-59d2-9d78-1244b2c9f7f1 with identifier: YY08%20KYH
2026-03-30 06:39:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fa1e16c-b7c3-59d2-9d78-1244b2c9f7f1 with identifier: YY08%20KYH
2026-03-30 06:39:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fa1e16c-b7c3-59d2-9d78-1244b2c9f7f1 with identifier: YY08%20KYH to the API
2026-03-30 06:39:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY08%20KYH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4fa1e16c-b7c3-59d2-9d78-1244b2c9f7f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY08 KYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY08%20KYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 115573,
 '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 QASHQAI 1.6 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'SJNFAAJ10U1256002',
 'year': 2008}
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY08%2520KYH%27 HTTP/1.1" 200 None
2026-03-30 06:39:55 [bca.uk] INFO: Saving data for YY08%20KYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774536257.683569, 'last_price_update_time': 1774852795.013185}
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY08%2520KYH') HTTP/1.1" 204 0
2026-03-30 06:39:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bb400e0-3ee2-5fd6-b7bb-9ec9843750b1 with identifier: HT25%20OUP
2026-03-30 06:39:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bb400e0-3ee2-5fd6-b7bb-9ec9843750b1 with identifier: HT25%20OUP
2026-03-30 06:39:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bb400e0-3ee2-5fd6-b7bb-9ec9843750b1 with identifier: HT25%20OUP to the API
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT25%20OUP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6bb400e0-3ee2-5fd6-b7bb-9ec9843750b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT25 OUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT25%20OUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'I5',
 'odometer': 10639,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW I5 250KW 84KWH ED40 M SPORT PRO Saloon',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT PRO',
 'vin': 'WBY32FK060CU07910',
 'year': 2025}
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT25%2520OUP%27 HTTP/1.1" 200 None
2026-03-30 06:39:55 [bca.uk] INFO: Saving data for HT25%20OUP: {'auction_closing_time': 1774864800.0, 'created_time': 1774534704.695174, 'last_price_update_time': 1774852795.320752}
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT25%2520OUP') HTTP/1.1" 204 0
2026-03-30 06:39:55 [bca.uk] INFO: Found listing with ID: HN24%20LYX
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN24%2520LYX%27 HTTP/1.1" 200 None
2026-03-30 06:39:55 [bca.uk] INFO: Scrape type for HN24%20LYX: 2
2026-03-30 06:39:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0e494d7-9fa9-50b5-bfa5-3e7688298875 with identifier: HN24%20LYX
2026-03-30 06:39:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0e494d7-9fa9-50b5-bfa5-3e7688298875 with scrape type 2
2026-03-30 06:39:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0e494d7-9fa9-50b5-bfa5-3e7688298875 with scrape type 2
2026-03-30 06:39:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0e494d7-9fa9-50b5-bfa5-3e7688298875, identifier: HN24%20LYX
2026-03-30 06:39:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b149798-4d1a-5eeb-8499-54b1914337cb with identifier: LM13%20EUA
2026-03-30 06:39:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b149798-4d1a-5eeb-8499-54b1914337cb with identifier: LM13%20EUA
2026-03-30 06:39:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b149798-4d1a-5eeb-8499-54b1914337cb with identifier: LM13%20EUA to the API
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM13%20EUA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b149798-4d1a-5eeb-8499-54b1914337cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM13 EUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM13%20EUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 98538,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 GT',
 'vin': 'WVWZZZAUZEW037369',
 'year': 2013}
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM13%2520EUA%27 HTTP/1.1" 200 None
2026-03-30 06:39:55 [bca.uk] INFO: Saving data for LM13%20EUA: {'auction_closing_time': 1775037600.0, 'created_time': 1774477195.158315, 'last_price_update_time': 1774852795.742949}
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM13%2520EUA') HTTP/1.1" 204 0
2026-03-30 06:39:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with identifier: EO63%20VYA
2026-03-30 06:39:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with identifier: EO63%20VYA
2026-03-30 06:39:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3599b4b9-0bd4-5fec-9cc3-1da243eaec39 with identifier: EO63%20VYA to the API
2026-03-30 06:39:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO63%20VYA-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3599b4b9-0bd4-5fec-9cc3-1da243eaec39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO63 VYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO63%20VYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 112761,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD C-MAX 1.6 TDCI 115 TITANIUM X MPV',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM X',
 'vin': 'WF0JXXWPBJDC31927',
 'year': 2013}
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO63%2520VYA%27 HTTP/1.1" 200 None
2026-03-30 06:39:56 [bca.uk] INFO: Saving data for EO63%20VYA: {'auction_closing_time': 1774864800.0, 'created_time': 1773841003.554674, 'last_price_update_time': 1774852796.041642}
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO63%2520VYA') HTTP/1.1" 204 0
2026-03-30 06:39:56 [bca.uk] INFO: Found listing with ID: WN22%20HXF
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HXF%27 HTTP/1.1" 200 None
2026-03-30 06:39:56 [bca.uk] INFO: Scrape type for WN22%20HXF: 2
2026-03-30 06:39:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe6b6ffc-d894-5528-9889-21feadbb41a7 with identifier: WN22%20HXF
2026-03-30 06:39:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe6b6ffc-d894-5528-9889-21feadbb41a7 with scrape type 2
2026-03-30 06:39:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe6b6ffc-d894-5528-9889-21feadbb41a7 with scrape type 2
2026-03-30 06:39:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe6b6ffc-d894-5528-9889-21feadbb41a7, identifier: WN22%20HXF
2026-03-30 06:39:56 [bca.uk] INFO: Found listing with ID: DX22%20EKF
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520EKF%27 HTTP/1.1" 200 None
2026-03-30 06:39:56 [bca.uk] INFO: Scrape type for DX22%20EKF: 2
2026-03-30 06:39:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24ea9a2c-1839-5f82-8810-c9be1ec8dbab with identifier: DX22%20EKF
2026-03-30 06:39:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24ea9a2c-1839-5f82-8810-c9be1ec8dbab with scrape type 2
2026-03-30 06:39:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24ea9a2c-1839-5f82-8810-c9be1ec8dbab with scrape type 2
2026-03-30 06:39:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24ea9a2c-1839-5f82-8810-c9be1ec8dbab, identifier: DX22%20EKF
2026-03-30 06:39:56 [bca.uk] INFO: Found listing with ID: MB13%20RDB
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MB13%2520RDB%27 HTTP/1.1" 200 None
2026-03-30 06:39:56 [bca.uk] INFO: Scrape type for MB13%20RDB: 2
2026-03-30 06:39:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47c3ddaf-5fce-5d3b-a1e7-b6c32484c2a4 with identifier: MB13%20RDB
2026-03-30 06:39:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47c3ddaf-5fce-5d3b-a1e7-b6c32484c2a4 with scrape type 2
2026-03-30 06:39:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47c3ddaf-5fce-5d3b-a1e7-b6c32484c2a4 with scrape type 2
2026-03-30 06:39:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47c3ddaf-5fce-5d3b-a1e7-b6c32484c2a4, identifier: MB13%20RDB
2026-03-30 06:39:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0e494d7-9fa9-50b5-bfa5-3e7688298875 with identifier: HN24%20LYX
2026-03-30 06:39:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0e494d7-9fa9-50b5-bfa5-3e7688298875 with identifier: HN24%20LYX
2026-03-30 06:39:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0e494d7-9fa9-50b5-bfa5-3e7688298875 with identifier: HN24%20LYX to the API
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=90&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN24%20LYX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e0e494d7-9fa9-50b5-bfa5-3e7688298875',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HN24 LYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN24%20LYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SUBARU',
 'model': 'SOLTERRA',
 'odometer': 28661,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SUBARU SOLTERRA 150KW 71.4KWH AWD LIMITED Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71.4KWH AWD LIMITED',
 'vin': 'JF1AABAA9PA037966',
 'year': 2024}
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN24%2520LYX%27 HTTP/1.1" 200 None
2026-03-30 06:39:56 [bca.uk] INFO: Saving data for HN24%20LYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534084.5857, 'last_price_update_time': 1774852796.700448}
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN24%2520LYX') HTTP/1.1" 204 0
2026-03-30 06:39:56 [bca.uk] INFO: Found listing with ID: MM65%20GZZ
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM65%2520GZZ%27 HTTP/1.1" 200 None
2026-03-30 06:39:56 [bca.uk] INFO: Scrape type for MM65%20GZZ: 2
2026-03-30 06:39:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a85c2b7e-1884-50ab-b6ef-222b038412b9 with identifier: MM65%20GZZ
2026-03-30 06:39:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a85c2b7e-1884-50ab-b6ef-222b038412b9 with scrape type 2
2026-03-30 06:39:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a85c2b7e-1884-50ab-b6ef-222b038412b9 with scrape type 2
2026-03-30 06:39:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a85c2b7e-1884-50ab-b6ef-222b038412b9, identifier: MM65%20GZZ
2026-03-30 06:39:56 [bca.uk] INFO: Found listing with ID: FT16%20HCV
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT16%2520HCV%27 HTTP/1.1" 200 None
2026-03-30 06:39:56 [bca.uk] INFO: Scrape type for FT16%20HCV: 2
2026-03-30 06:39:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a833c224-3b3d-5a09-a2bf-7da7c0c7730f with identifier: FT16%20HCV
2026-03-30 06:39:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a833c224-3b3d-5a09-a2bf-7da7c0c7730f with scrape type 2
2026-03-30 06:39:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a833c224-3b3d-5a09-a2bf-7da7c0c7730f with scrape type 2
2026-03-30 06:39:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a833c224-3b3d-5a09-a2bf-7da7c0c7730f, identifier: FT16%20HCV
2026-03-30 06:39:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe6b6ffc-d894-5528-9889-21feadbb41a7 with identifier: WN22%20HXF
2026-03-30 06:39:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe6b6ffc-d894-5528-9889-21feadbb41a7 with identifier: WN22%20HXF
2026-03-30 06:39:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe6b6ffc-d894-5528-9889-21feadbb41a7 with identifier: WN22%20HXF to the API
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20HXF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fe6b6ffc-d894-5528-9889-21feadbb41a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN22 HXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20HXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 38841,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': 'LRW3F7FS1NC499116',
 'year': 2022}
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HXF%27 HTTP/1.1" 200 None
2026-03-30 06:39:57 [bca.uk] INFO: Saving data for WN22%20HXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534436.517093, 'last_price_update_time': 1774852797.220266}
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520HXF') HTTP/1.1" 204 0
2026-03-30 06:39:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24ea9a2c-1839-5f82-8810-c9be1ec8dbab with identifier: DX22%20EKF
2026-03-30 06:39:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24ea9a2c-1839-5f82-8810-c9be1ec8dbab with identifier: DX22%20EKF
2026-03-30 06:39:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24ea9a2c-1839-5f82-8810-c9be1ec8dbab with identifier: DX22%20EKF to the API
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX22%20EKF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '24ea9a2c-1839-5f82-8810-c9be1ec8dbab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX22 EKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX22%20EKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 55324,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 40 150KW 82KWH EDITION 1 StationWagon',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH EDITION 1',
 'vin': 'WAUZZZFZ8NP032908',
 'year': 2022}
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520EKF%27 HTTP/1.1" 200 None
2026-03-30 06:39:57 [bca.uk] INFO: Saving data for DX22%20EKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774536255.013412, 'last_price_update_time': 1774852797.633001}
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX22%2520EKF') HTTP/1.1" 204 0
2026-03-30 06:39:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47c3ddaf-5fce-5d3b-a1e7-b6c32484c2a4 with identifier: MB13%20RDB
2026-03-30 06:39:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47c3ddaf-5fce-5d3b-a1e7-b6c32484c2a4 with identifier: MB13%20RDB
2026-03-30 06:39:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47c3ddaf-5fce-5d3b-a1e7-b6c32484c2a4 with identifier: MB13%20RDB to the API
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MB13%20RDB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47c3ddaf-5fce-5d3b-a1e7-b6c32484c2a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MB13 RDB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MB13%20RDB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 57998,
 'odometer_reading_unit': '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': 'manual',
 'trim': 'TD4 180 HSE',
 'vin': 'SALCA2CN8GH603943',
 'year': 2016}
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MB13%2520RDB%27 HTTP/1.1" 200 None
2026-03-30 06:39:57 [bca.uk] INFO: Saving data for MB13%20RDB: {'auction_closing_time': 1775037600.0, 'created_time': 1774534697.451672, 'last_price_update_time': 1774852797.939273}
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MB13%2520RDB') HTTP/1.1" 204 0
2026-03-30 06:39:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a85c2b7e-1884-50ab-b6ef-222b038412b9 with identifier: MM65%20GZZ
2026-03-30 06:39:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a85c2b7e-1884-50ab-b6ef-222b038412b9 with identifier: MM65%20GZZ
2026-03-30 06:39:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a85c2b7e-1884-50ab-b6ef-222b038412b9 with identifier: MM65%20GZZ to the API
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM65%20GZZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a85c2b7e-1884-50ab-b6ef-222b038412b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM65 GZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM65%20GZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 54664,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.4 T 140 SE 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'T 140 SE 2WD',
 'vin': 'W0LJD7E86GB527019',
 'year': 2015}
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM65%2520GZZ%27 HTTP/1.1" 200 None
2026-03-30 06:39:58 [bca.uk] INFO: Saving data for MM65%20GZZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774448372.65056, 'last_price_update_time': 1774852798.244183}
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM65%2520GZZ') HTTP/1.1" 204 0
2026-03-30 06:39:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a833c224-3b3d-5a09-a2bf-7da7c0c7730f with identifier: FT16%20HCV
2026-03-30 06:39:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a833c224-3b3d-5a09-a2bf-7da7c0c7730f with identifier: FT16%20HCV
2026-03-30 06:39:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a833c224-3b3d-5a09-a2bf-7da7c0c7730f with identifier: FT16%20HCV to the API
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT16%20HCV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a833c224-3b3d-5a09-a2bf-7da7c0c7730f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT16 HCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT16%20HCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CITROEN',
 'model': 'C4 CACTUS',
 'odometer': 60497,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 CACTUS 1.2 P/T 82 FLAIR ETG Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 82 FLAIR ETG',
 'vin': 'VF70PHMZBGE530616',
 'year': 2016}
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT16%2520HCV%27 HTTP/1.1" 200 None
2026-03-30 06:39:58 [bca.uk] INFO: Saving data for FT16%20HCV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390401.993041, 'last_price_update_time': 1774852798.597755}
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT16%2520HCV') HTTP/1.1" 204 0
2026-03-30 06:39:58 [bca.uk] INFO: Found listing with ID: FP07%20WUH
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP07%2520WUH%27 HTTP/1.1" 200 None
2026-03-30 06:39:58 [bca.uk] INFO: Scrape type for FP07%20WUH: 2
2026-03-30 06:39:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4711f65d-0ce5-5fad-8266-59fd9b4c16b7 with identifier: FP07%20WUH
2026-03-30 06:39:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4711f65d-0ce5-5fad-8266-59fd9b4c16b7 with scrape type 2
2026-03-30 06:39:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4711f65d-0ce5-5fad-8266-59fd9b4c16b7 with scrape type 2
2026-03-30 06:39:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4711f65d-0ce5-5fad-8266-59fd9b4c16b7, identifier: FP07%20WUH
2026-03-30 06:39:58 [bca.uk] INFO: Found listing with ID: MH25%20FAO
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH25%2520FAO%27 HTTP/1.1" 200 None
2026-03-30 06:39:58 [bca.uk] INFO: Scrape type for MH25%20FAO: 2
2026-03-30 06:39:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with identifier: MH25%20FAO
2026-03-30 06:39:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with scrape type 2
2026-03-30 06:39:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with scrape type 2
2026-03-30 06:39:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c, identifier: MH25%20FAO
2026-03-30 06:39:58 [bca.uk] INFO: Found listing with ID: HN25%20YJF
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520YJF%27 HTTP/1.1" 200 None
2026-03-30 06:39:58 [bca.uk] INFO: Scrape type for HN25%20YJF: 2
2026-03-30 06:39:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faa8e9e7-5b89-594c-8679-2947d7181c73 with identifier: HN25%20YJF
2026-03-30 06:39:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faa8e9e7-5b89-594c-8679-2947d7181c73 with scrape type 2
2026-03-30 06:39:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faa8e9e7-5b89-594c-8679-2947d7181c73 with scrape type 2
2026-03-30 06:39:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: faa8e9e7-5b89-594c-8679-2947d7181c73, identifier: HN25%20YJF
2026-03-30 06:39:58 [bca.uk] INFO: Found listing with ID: MT10%20LCZ
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT10%2520LCZ%27 HTTP/1.1" 200 None
2026-03-30 06:39:58 [bca.uk] INFO: Scrape type for MT10%20LCZ: 2
2026-03-30 06:39:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d25d9cbb-eedb-59fc-891d-6348d13d2853 with identifier: MT10%20LCZ
2026-03-30 06:39:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d25d9cbb-eedb-59fc-891d-6348d13d2853 with scrape type 2
2026-03-30 06:39:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d25d9cbb-eedb-59fc-891d-6348d13d2853 with scrape type 2
2026-03-30 06:39:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d25d9cbb-eedb-59fc-891d-6348d13d2853, identifier: MT10%20LCZ
2026-03-30 06:39:59 [bca.uk] INFO: Found listing with ID: HG64%20CBV
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520CBV%27 HTTP/1.1" 200 None
2026-03-30 06:39:59 [bca.uk] INFO: Scrape type for HG64%20CBV: 2
2026-03-30 06:39:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4f4a347-6d88-59ad-bac3-3867cfc1d680 with identifier: HG64%20CBV
2026-03-30 06:39:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4f4a347-6d88-59ad-bac3-3867cfc1d680 with scrape type 2
2026-03-30 06:39:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4f4a347-6d88-59ad-bac3-3867cfc1d680 with scrape type 2
2026-03-30 06:39:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4f4a347-6d88-59ad-bac3-3867cfc1d680, identifier: HG64%20CBV
2026-03-30 06:39:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4711f65d-0ce5-5fad-8266-59fd9b4c16b7 with identifier: FP07%20WUH
2026-03-30 06:39:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4711f65d-0ce5-5fad-8266-59fd9b4c16b7 with identifier: FP07%20WUH
2026-03-30 06:39:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4711f65d-0ce5-5fad-8266-59fd9b4c16b7 with identifier: FP07%20WUH to the API
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP07%20WUH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4711f65d-0ce5-5fad-8266-59fd9b4c16b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP07 WUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP07%20WUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '307',
 'odometer': 79961,
 '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 307 1.4 S 16V Hatchback',
 'transmission': 'manual',
 'trim': 'S 16V',
 'vin': 'VF33CKFUC84940157',
 'year': 2007}
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP07%2520WUH%27 HTTP/1.1" 200 None
2026-03-30 06:39:59 [bca.uk] INFO: Saving data for FP07%20WUH: {'auction_closing_time': 1775037600.0, 'created_time': 1774534438.55047, 'last_price_update_time': 1774852799.485561}
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP07%2520WUH') HTTP/1.1" 204 0
2026-03-30 06:39:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with identifier: MH25%20FAO
2026-03-30 06:39:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with identifier: MH25%20FAO
2026-03-30 06:39:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c with identifier: MH25%20FAO to the API
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:39: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:39:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH25%20FAO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '10ca22e3-fe30-5f21-9ee3-8a0a6cdc6f1c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MH25 FAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH25%20FAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'EXPLORER',
 'odometer': 7785,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD EXPLORER 125KW 52KWH SELECT StationWagon',
 'transmission': 'automatic',
 'trim': '125KW 52KWH SELECT',
 'vin': 'WF0RPAEF6SSM53923',
 'year': 2025}
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH25%2520FAO%27 HTTP/1.1" 200 None
2026-03-30 06:39:59 [bca.uk] INFO: Saving data for MH25%20FAO: {'auction_closing_time': 1774864800.0, 'created_time': 1773843904.574395, 'last_price_update_time': 1774852799.809864}
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH25%2520FAO') HTTP/1.1" 204 0
2026-03-30 06:39:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: faa8e9e7-5b89-594c-8679-2947d7181c73 with identifier: HN25%20YJF
2026-03-30 06:39:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: faa8e9e7-5b89-594c-8679-2947d7181c73 with identifier: HN25%20YJF
2026-03-30 06:39:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: faa8e9e7-5b89-594c-8679-2947d7181c73 with identifier: HN25%20YJF to the API
2026-03-30 06:39:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN25%20YJF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'faa8e9e7-5b89-594c-8679-2947d7181c73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HN25 YJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN25%20YJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'I5',
 'odometer': 4887,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW I5 250KW 84KWH ED40 SPORT ED. Estate',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 SPORT ED.',
 'vin': 'WBY12HH070CT35397',
 'year': 2025}
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520YJF%27 HTTP/1.1" 200 None
2026-03-30 06:40:00 [bca.uk] INFO: Saving data for HN25%20YJF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534691.828832, 'last_price_update_time': 1774852800.129992}
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN25%2520YJF') HTTP/1.1" 204 0
2026-03-30 06:40:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d25d9cbb-eedb-59fc-891d-6348d13d2853 with identifier: MT10%20LCZ
2026-03-30 06:40:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d25d9cbb-eedb-59fc-891d-6348d13d2853 with identifier: MT10%20LCZ
2026-03-30 06:40:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d25d9cbb-eedb-59fc-891d-6348d13d2853 with identifier: MT10%20LCZ to the API
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT10%20LCZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd25d9cbb-eedb-59fc-891d-6348d13d2853',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT10 LCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT10%20LCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 80439,
 '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 AYGO 1.0 VVT-I BLUE MMT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I BLUE MMT',
 'vin': 'JTDKG18C00N464336',
 'year': 2010}
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT10%2520LCZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:00 [bca.uk] INFO: Saving data for MT10%20LCZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774536309.584221, 'last_price_update_time': 1774852800.480135}
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT10%2520LCZ') HTTP/1.1" 204 0
2026-03-30 06:40:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4f4a347-6d88-59ad-bac3-3867cfc1d680 with identifier: HG64%20CBV
2026-03-30 06:40:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4f4a347-6d88-59ad-bac3-3867cfc1d680 with identifier: HG64%20CBV
2026-03-30 06:40:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4f4a347-6d88-59ad-bac3-3867cfc1d680 with identifier: HG64%20CBV to the API
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG64%20CBV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd4f4a347-6d88-59ad-bac3-3867cfc1d680',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG64 CBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG64%20CBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 107582,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.6 DCI 130 ACENTA (5ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DCI 130 ACENTA (5ST)',
 'vin': 'JN1TCAT32U0007936',
 'year': 2015}
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520CBV%27 HTTP/1.1" 200 None
2026-03-30 06:40:00 [bca.uk] INFO: Saving data for HG64%20CBV: {'auction_closing_time': 1774864800.0, 'created_time': 1773907439.368488, 'last_price_update_time': 1774852800.847222}
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG64%2520CBV') HTTP/1.1" 204 0
2026-03-30 06:40:00 [bca.uk] INFO: Found listing with ID: CF72%20WXC
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520WXC%27 HTTP/1.1" 200 None
2026-03-30 06:40:00 [bca.uk] INFO: Scrape type for CF72%20WXC: 2
2026-03-30 06:40:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33cd8693-12db-5c05-8890-b11a61a85d59 with identifier: CF72%20WXC
2026-03-30 06:40:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33cd8693-12db-5c05-8890-b11a61a85d59 with scrape type 2
2026-03-30 06:40:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33cd8693-12db-5c05-8890-b11a61a85d59 with scrape type 2
2026-03-30 06:40:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33cd8693-12db-5c05-8890-b11a61a85d59, identifier: CF72%20WXC
2026-03-30 06:40:00 [bca.uk] INFO: Found listing with ID: DG24%20LFU
2026-03-30 06:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LFU%27 HTTP/1.1" 200 None
2026-03-30 06:40:01 [bca.uk] INFO: Scrape type for DG24%20LFU: 2
2026-03-30 06:40:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fae358a8-4482-58c7-bba9-636c8f0773eb with identifier: DG24%20LFU
2026-03-30 06:40:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fae358a8-4482-58c7-bba9-636c8f0773eb with scrape type 2
2026-03-30 06:40:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fae358a8-4482-58c7-bba9-636c8f0773eb with scrape type 2
2026-03-30 06:40:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fae358a8-4482-58c7-bba9-636c8f0773eb, identifier: DG24%20LFU
2026-03-30 06:40:01 [bca.uk] INFO: Found listing with ID: FD70%20VYU
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520VYU%27 HTTP/1.1" 200 None
2026-03-30 06:40:01 [bca.uk] INFO: Scrape type for FD70%20VYU: 2
2026-03-30 06:40:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ded5479d-958e-5a6e-95e2-1753945d2931 with identifier: FD70%20VYU
2026-03-30 06:40:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ded5479d-958e-5a6e-95e2-1753945d2931 with scrape type 2
2026-03-30 06:40:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ded5479d-958e-5a6e-95e2-1753945d2931 with scrape type 2
2026-03-30 06:40:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ded5479d-958e-5a6e-95e2-1753945d2931, identifier: FD70%20VYU
2026-03-30 06:40:01 [bca.uk] INFO: Found listing with ID: NJ18%20MHZ
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520MHZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:01 [bca.uk] INFO: Scrape type for NJ18%20MHZ: 2
2026-03-30 06:40:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a90ace1a-0f91-55a6-b3ed-7c0c570b9b6f with identifier: NJ18%20MHZ
2026-03-30 06:40:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a90ace1a-0f91-55a6-b3ed-7c0c570b9b6f with scrape type 2
2026-03-30 06:40:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a90ace1a-0f91-55a6-b3ed-7c0c570b9b6f with scrape type 2
2026-03-30 06:40:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a90ace1a-0f91-55a6-b3ed-7c0c570b9b6f, identifier: NJ18%20MHZ
2026-03-30 06:40:01 [bca.uk] INFO: Found listing with ID: YC64%20CXY
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC64%2520CXY%27 HTTP/1.1" 200 None
2026-03-30 06:40:01 [bca.uk] INFO: Scrape type for YC64%20CXY: 2
2026-03-30 06:40:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with identifier: YC64%20CXY
2026-03-30 06:40:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with scrape type 2
2026-03-30 06:40:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with scrape type 2
2026-03-30 06:40:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d0cbf86-92f0-5ed4-a65b-13eb06c74844, identifier: YC64%20CXY
2026-03-30 06:40:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33cd8693-12db-5c05-8890-b11a61a85d59 with identifier: CF72%20WXC
2026-03-30 06:40:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33cd8693-12db-5c05-8890-b11a61a85d59 with identifier: CF72%20WXC
2026-03-30 06:40:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33cd8693-12db-5c05-8890-b11a61a85d59 with identifier: CF72%20WXC to the API
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF72%20WXC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '33cd8693-12db-5c05-8890-b11a61a85d59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF72 WXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF72%20WXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 5147,
 'odometer_reading_unit': '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 1.2 P/T 110 SHINE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 SHINE PLUS',
 'vin': 'VF7SXHNPZNT674926',
 'year': 2023}
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520WXC%27 HTTP/1.1" 200 None
2026-03-30 06:40:01 [bca.uk] INFO: Saving data for CF72%20WXC: {'auction_closing_time': 1774864800.0, 'created_time': 1774534437.809303, 'last_price_update_time': 1774852801.948158}
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF72%2520WXC') HTTP/1.1" 204 0
2026-03-30 06:40:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fae358a8-4482-58c7-bba9-636c8f0773eb with identifier: DG24%20LFU
2026-03-30 06:40:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fae358a8-4482-58c7-bba9-636c8f0773eb with identifier: DG24%20LFU
2026-03-30 06:40:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fae358a8-4482-58c7-bba9-636c8f0773eb with identifier: DG24%20LFU to the API
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG24%20LFU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fae358a8-4482-58c7-bba9-636c8f0773eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DG24 LFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG24%20LFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 17722,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 85 X4 SPORTLINE PLUS Hatchback',
 'transmission': 'automatic',
 'trim': '85 X4 SPORTLINE PLUS',
 'vin': 'TMBMH9NY8RF018219',
 'year': 2024}
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LFU%27 HTTP/1.1" 200 None
2026-03-30 06:40:02 [bca.uk] INFO: Saving data for DG24%20LFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774536257.08799, 'last_price_update_time': 1774852802.278226}
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520LFU') HTTP/1.1" 204 0
2026-03-30 06:40:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ded5479d-958e-5a6e-95e2-1753945d2931 with identifier: FD70%20VYU
2026-03-30 06:40:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ded5479d-958e-5a6e-95e2-1753945d2931 with identifier: FD70%20VYU
2026-03-30 06:40:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ded5479d-958e-5a6e-95e2-1753945d2931 with identifier: FD70%20VYU to the API
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD70%20VYU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ded5479d-958e-5a6e-95e2-1753945d2931',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD70 VYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD70%20VYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 86816,
 'odometer_reading_unit': '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': '6FPPXXMJ2PLS49912',
 'year': 2021}
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520VYU%27 HTTP/1.1" 200 None
2026-03-30 06:40:02 [bca.uk] INFO: Saving data for FD70%20VYU: {'auction_closing_time': 1775124000.0, 'created_time': 1774391588.259528, 'last_price_update_time': 1774852802.614071}
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD70%2520VYU') HTTP/1.1" 204 0
2026-03-30 06:40:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:40:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:40:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a90ace1a-0f91-55a6-b3ed-7c0c570b9b6f with identifier: NJ18%20MHZ
2026-03-30 06:40:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a90ace1a-0f91-55a6-b3ed-7c0c570b9b6f with identifier: NJ18%20MHZ
2026-03-30 06:40:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a90ace1a-0f91-55a6-b3ed-7c0c570b9b6f with identifier: NJ18%20MHZ to the API
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ18%20MHZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a90ace1a-0f91-55a6-b3ed-7c0c570b9b6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ18 MHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ18%20MHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 62256,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.4 T 140 ACTIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 140 ACTIVE',
 'vin': 'W0VJC7E86JB601363',
 'year': 2018}
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520MHZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:02 [bca.uk] INFO: Saving data for NJ18%20MHZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774534305.343563, 'last_price_update_time': 1774852802.974498}
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ18%2520MHZ') HTTP/1.1" 204 0
2026-03-30 06:40:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with identifier: YC64%20CXY
2026-03-30 06:40:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with identifier: YC64%20CXY
2026-03-30 06:40:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d0cbf86-92f0-5ed4-a65b-13eb06c74844 with identifier: YC64%20CXY to the API
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC64%20CXY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4d0cbf86-92f0-5ed4-a65b-13eb06c74844',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC64 CXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC64%20CXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SKODA',
 'model': 'ROOMSTER',
 'odometer': 102230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SKODA ROOMSTER 1.2 TSI 105 SE MPV',
 'transmission': 'manual',
 'trim': 'TSI 105 SE',
 'vin': 'TMBPN65J0F5013198',
 'year': 2014}
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC64%2520CXY%27 HTTP/1.1" 200 None
2026-03-30 06:40:03 [bca.uk] INFO: Saving data for YC64%20CXY: {'auction_closing_time': 1774864800.0, 'created_time': 1773841024.62024, 'last_price_update_time': 1774852803.312457}
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC64%2520CXY') HTTP/1.1" 204 0
2026-03-30 06:40:03 [bca.uk] INFO: Found listing with ID: DV72%20LHT
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520LHT%27 HTTP/1.1" 200 None
2026-03-30 06:40:03 [bca.uk] INFO: Scrape type for DV72%20LHT: 2
2026-03-30 06:40:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 738313ee-788f-566f-b6c2-7fbd24b6f24e with identifier: DV72%20LHT
2026-03-30 06:40:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 738313ee-788f-566f-b6c2-7fbd24b6f24e with scrape type 2
2026-03-30 06:40:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 738313ee-788f-566f-b6c2-7fbd24b6f24e with scrape type 2
2026-03-30 06:40:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 738313ee-788f-566f-b6c2-7fbd24b6f24e, identifier: DV72%20LHT
2026-03-30 06:40:03 [bca.uk] INFO: Found listing with ID: DG24%20KZL
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520KZL%27 HTTP/1.1" 200 None
2026-03-30 06:40:03 [bca.uk] INFO: Scrape type for DG24%20KZL: 2
2026-03-30 06:40:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 526ba0f7-c84e-56bc-8cdd-d98038d73ae3 with identifier: DG24%20KZL
2026-03-30 06:40:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 526ba0f7-c84e-56bc-8cdd-d98038d73ae3 with scrape type 2
2026-03-30 06:40:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 526ba0f7-c84e-56bc-8cdd-d98038d73ae3 with scrape type 2
2026-03-30 06:40:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 526ba0f7-c84e-56bc-8cdd-d98038d73ae3, identifier: DG24%20KZL
2026-03-30 06:40:03 [bca.uk] INFO: Found listing with ID: LL71%20YRU
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520YRU%27 HTTP/1.1" 200 None
2026-03-30 06:40:03 [bca.uk] INFO: Scrape type for LL71%20YRU: 2
2026-03-30 06:40:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad13e626-2dac-5edc-b32e-92c7a05451f5 with identifier: LL71%20YRU
2026-03-30 06:40:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad13e626-2dac-5edc-b32e-92c7a05451f5 with scrape type 2
2026-03-30 06:40:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad13e626-2dac-5edc-b32e-92c7a05451f5 with scrape type 2
2026-03-30 06:40:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad13e626-2dac-5edc-b32e-92c7a05451f5, identifier: LL71%20YRU
2026-03-30 06:40:03 [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:40:03 [bca.uk] INFO: Found listing with ID: SG10%20CVO
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG10%2520CVO%27 HTTP/1.1" 200 None
2026-03-30 06:40:03 [bca.uk] INFO: Scrape type for SG10%20CVO: 2
2026-03-30 06:40:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a532e12-7592-59ff-b2aa-f6fe8d797f75 with identifier: SG10%20CVO
2026-03-30 06:40:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a532e12-7592-59ff-b2aa-f6fe8d797f75 with scrape type 2
2026-03-30 06:40:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a532e12-7592-59ff-b2aa-f6fe8d797f75 with scrape type 2
2026-03-30 06:40:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a532e12-7592-59ff-b2aa-f6fe8d797f75, identifier: SG10%20CVO
2026-03-30 06:40:03 [bca.uk] INFO: Found listing with ID: DE22%20AYT
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520AYT%27 HTTP/1.1" 200 None
2026-03-30 06:40:03 [bca.uk] INFO: Scrape type for DE22%20AYT: 2
2026-03-30 06:40:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with identifier: DE22%20AYT
2026-03-30 06:40:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with scrape type 2
2026-03-30 06:40:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with scrape type 2
2026-03-30 06:40:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa, identifier: DE22%20AYT
2026-03-30 06:40:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 738313ee-788f-566f-b6c2-7fbd24b6f24e with identifier: DV72%20LHT
2026-03-30 06:40:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 738313ee-788f-566f-b6c2-7fbd24b6f24e with identifier: DV72%20LHT
2026-03-30 06:40:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 738313ee-788f-566f-b6c2-7fbd24b6f24e with identifier: DV72%20LHT to the API
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV72%20LHT-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '738313ee-788f-566f-b6c2-7fbd24b6f24e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV72 LHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV72%20LHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 31594,
 'odometer_reading_unit': '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 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN',
 'vin': 'VXKUPHMHDN4375258',
 'year': 2022}
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520LHT%27 HTTP/1.1" 200 None
2026-03-30 06:40:04 [bca.uk] INFO: Saving data for DV72%20LHT: {'auction_closing_time': 1774864800.0, 'created_time': 1774534428.154011, 'last_price_update_time': 1774852804.244563}
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV72%2520LHT') HTTP/1.1" 204 0
2026-03-30 06:40:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 526ba0f7-c84e-56bc-8cdd-d98038d73ae3 with identifier: DG24%20KZL
2026-03-30 06:40:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 526ba0f7-c84e-56bc-8cdd-d98038d73ae3 with identifier: DG24%20KZL
2026-03-30 06:40:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 526ba0f7-c84e-56bc-8cdd-d98038d73ae3 with identifier: DG24%20KZL to the API
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG24%20KZL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '526ba0f7-c84e-56bc-8cdd-d98038d73ae3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DG24 KZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG24%20KZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 45326,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 85 X4 SPORTLINE PLUS Hatchback',
 'transmission': 'automatic',
 'trim': '85 X4 SPORTLINE PLUS',
 'vin': 'TMBMH9NY4RF018217',
 'year': 2024}
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520KZL%27 HTTP/1.1" 200 None
2026-03-30 06:40:04 [bca.uk] INFO: Saving data for DG24%20KZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774536248.281052, 'last_price_update_time': 1774852804.681587}
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520KZL') HTTP/1.1" 204 0
2026-03-30 06:40:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad13e626-2dac-5edc-b32e-92c7a05451f5 with identifier: LL71%20YRU
2026-03-30 06:40:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad13e626-2dac-5edc-b32e-92c7a05451f5 with identifier: LL71%20YRU
2026-03-30 06:40:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad13e626-2dac-5edc-b32e-92c7a05451f5 with identifier: LL71%20YRU to the API
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL71%20YRU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ad13e626-2dac-5edc-b32e-92c7a05451f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL71 YRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL71%20YRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 43465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW IX3 210KW 80KWH PREMIER ED.PRO StationWagon',
 'transmission': 'automatic',
 'trim': '210KW 80KWH PREMIER ED.PRO',
 'vin': 'WBY7X42020S173794',
 'year': 2021}
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520YRU%27 HTTP/1.1" 200 None
2026-03-30 06:40:04 [bca.uk] INFO: Saving data for LL71%20YRU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534683.223954, 'last_price_update_time': 1774852804.995673}
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL71%2520YRU') HTTP/1.1" 204 0
2026-03-30 06:40:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a532e12-7592-59ff-b2aa-f6fe8d797f75 with identifier: SG10%20CVO
2026-03-30 06:40:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a532e12-7592-59ff-b2aa-f6fe8d797f75 with identifier: SG10%20CVO
2026-03-30 06:40:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a532e12-7592-59ff-b2aa-f6fe8d797f75 with identifier: SG10%20CVO to the API
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG10%20CVO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a532e12-7592-59ff-b2aa-f6fe8d797f75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG10 CVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG10%20CVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 108449,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.3 GL Hatchback',
 'transmission': 'manual',
 'trim': 'GL',
 'vin': 'TSMMZC11S00743166',
 'year': 2010}
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG10%2520CVO%27 HTTP/1.1" 200 None
2026-03-30 06:40:05 [bca.uk] INFO: Saving data for SG10%20CVO: {'auction_closing_time': 1775210400.0, 'created_time': 1774534306.23229, 'last_price_update_time': 1774852805.27616}
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG10%2520CVO') HTTP/1.1" 204 0
2026-03-30 06:40:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with identifier: DE22%20AYT
2026-03-30 06:40:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with identifier: DE22%20AYT
2026-03-30 06:40:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6db5f024-24a0-5d6b-9b64-1e416d6ff8fa with identifier: DE22%20AYT to the API
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE22%20AYT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6db5f024-24a0-5d6b-9b64-1e416d6ff8fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE22 AYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE22%20AYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 32514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZNP024032',
 'year': 2022}
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE22%2520AYT%27 HTTP/1.1" 200 None
2026-03-30 06:40:05 [bca.uk] INFO: Saving data for DE22%20AYT: {'auction_closing_time': 1774951200.0, 'created_time': 1774564880.168894, 'last_price_update_time': 1774852805.554308}
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE22%2520AYT') HTTP/1.1" 204 0
2026-03-30 06:40:05 [bca.uk] INFO: Found listing with ID: GY72%20DTO
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520DTO%27 HTTP/1.1" 200 None
2026-03-30 06:40:05 [bca.uk] INFO: Scrape type for GY72%20DTO: 2
2026-03-30 06:40:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 343046e1-6843-5f93-bf50-f992ececb251 with identifier: GY72%20DTO
2026-03-30 06:40:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 343046e1-6843-5f93-bf50-f992ececb251 with scrape type 2
2026-03-30 06:40:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 343046e1-6843-5f93-bf50-f992ececb251 with scrape type 2
2026-03-30 06:40:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 343046e1-6843-5f93-bf50-f992ececb251, identifier: GY72%20DTO
2026-03-30 06:40:05 [bca.uk] INFO: Found listing with ID: FX70%20OUJ
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX70%2520OUJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:05 [bca.uk] INFO: Scrape type for FX70%20OUJ: 2
2026-03-30 06:40:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00ba7434-6282-51fa-bed0-c84e79031afd with identifier: FX70%20OUJ
2026-03-30 06:40:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00ba7434-6282-51fa-bed0-c84e79031afd with scrape type 2
2026-03-30 06:40:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00ba7434-6282-51fa-bed0-c84e79031afd with scrape type 2
2026-03-30 06:40:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00ba7434-6282-51fa-bed0-c84e79031afd, identifier: FX70%20OUJ
2026-03-30 06:40:05 [bca.uk] INFO: Found listing with ID: BL72%20FCX
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL72%2520FCX%27 HTTP/1.1" 200 None
2026-03-30 06:40:05 [bca.uk] INFO: Scrape type for BL72%20FCX: 0
2026-03-30 06:40:05 [bca.uk] INFO: Found listing with ID: FM16%20WCE
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520WCE%27 HTTP/1.1" 200 None
2026-03-30 06:40:05 [bca.uk] INFO: Scrape type for FM16%20WCE: 2
2026-03-30 06:40:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6117a912-d861-5571-ac4e-f20400ee0ce0 with identifier: FM16%20WCE
2026-03-30 06:40:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6117a912-d861-5571-ac4e-f20400ee0ce0 with scrape type 2
2026-03-30 06:40:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6117a912-d861-5571-ac4e-f20400ee0ce0 with scrape type 2
2026-03-30 06:40:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6117a912-d861-5571-ac4e-f20400ee0ce0, identifier: FM16%20WCE
2026-03-30 06:40:05 [bca.uk] INFO: Found listing with ID: VA14%20HZW
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520HZW%27 HTTP/1.1" 200 None
2026-03-30 06:40:05 [bca.uk] INFO: Scrape type for VA14%20HZW: 2
2026-03-30 06:40:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f47481de-5ab6-5688-b70c-89ddcb567d78 with identifier: VA14%20HZW
2026-03-30 06:40:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f47481de-5ab6-5688-b70c-89ddcb567d78 with scrape type 2
2026-03-30 06:40:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f47481de-5ab6-5688-b70c-89ddcb567d78 with scrape type 2
2026-03-30 06:40:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f47481de-5ab6-5688-b70c-89ddcb567d78, identifier: VA14%20HZW
2026-03-30 06:40:06 [bca.uk] INFO: Found listing with ID: DK74%20ZGW
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK74%2520ZGW%27 HTTP/1.1" 200 None
2026-03-30 06:40:06 [bca.uk] INFO: Scrape type for DK74%20ZGW: 2
2026-03-30 06:40:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with identifier: DK74%20ZGW
2026-03-30 06:40:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with scrape type 2
2026-03-30 06:40:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with scrape type 2
2026-03-30 06:40:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c, identifier: DK74%20ZGW
2026-03-30 06:40:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 343046e1-6843-5f93-bf50-f992ececb251 with identifier: GY72%20DTO
2026-03-30 06:40:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 343046e1-6843-5f93-bf50-f992ececb251 with identifier: GY72%20DTO
2026-03-30 06:40:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 343046e1-6843-5f93-bf50-f992ececb251 with identifier: GY72%20DTO to the API
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY72%20DTO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '343046e1-6843-5f93-bf50-f992ececb251',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY72 DTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY72%20DTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 16073,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE EXECUTIVE ED.DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE ED.DCT',
 'vin': 'W1K3G8GB4PJ388682',
 'year': 2022}
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY72%2520DTO%27 HTTP/1.1" 200 None
2026-03-30 06:40:06 [bca.uk] INFO: Saving data for GY72%20DTO: {'auction_closing_time': 1774864800.0, 'created_time': 1773931393.6832, 'last_price_update_time': 1774852806.480043}
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY72%2520DTO') HTTP/1.1" 204 0
2026-03-30 06:40:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00ba7434-6282-51fa-bed0-c84e79031afd with identifier: FX70%20OUJ
2026-03-30 06:40:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00ba7434-6282-51fa-bed0-c84e79031afd with identifier: FX70%20OUJ
2026-03-30 06:40:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00ba7434-6282-51fa-bed0-c84e79031afd with identifier: FX70%20OUJ to the API
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX70%20OUJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '00ba7434-6282-51fa-bed0-c84e79031afd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FX70 OUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX70%20OUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 40126,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'W1K1770862J221473',
 'year': 2020}
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX70%2520OUJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:06 [bca.uk] INFO: Saving data for FX70%20OUJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536249.624527, 'last_price_update_time': 1774852806.792627}
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX70%2520OUJ') HTTP/1.1" 204 0
2026-03-30 06:40:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6117a912-d861-5571-ac4e-f20400ee0ce0 with identifier: FM16%20WCE
2026-03-30 06:40:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6117a912-d861-5571-ac4e-f20400ee0ce0 with identifier: FM16%20WCE
2026-03-30 06:40:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6117a912-d861-5571-ac4e-f20400ee0ce0 with identifier: FM16%20WCE to the API
2026-03-30 06:40:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM16%20WCE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6117a912-d861-5571-ac4e-f20400ee0ce0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM16 WCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM16%20WCE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'E350',
 'odometer': 72167,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E350 3.0 B/TEC AMG NIGHT ED.PREM.PLUS Estate',
 'transmission': 'manual',
 'trim': 'B/TEC AMG NIGHT ED.PREM.PLUS',
 'vin': 'WDD2122262B330787',
 'year': 2016}
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520WCE%27 HTTP/1.1" 200 None
2026-03-30 06:40:07 [bca.uk] INFO: Saving data for FM16%20WCE: {'auction_closing_time': 1774864800.0, 'created_time': 1774534693.630357, 'last_price_update_time': 1774852807.113477}
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM16%2520WCE') HTTP/1.1" 204 0
2026-03-30 06:40:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f47481de-5ab6-5688-b70c-89ddcb567d78 with identifier: VA14%20HZW
2026-03-30 06:40:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f47481de-5ab6-5688-b70c-89ddcb567d78 with identifier: VA14%20HZW
2026-03-30 06:40:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f47481de-5ab6-5688-b70c-89ddcb567d78 with identifier: VA14%20HZW to the API
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA14%20HZW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f47481de-5ab6-5688-b70c-89ddcb567d78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA14 HZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA14%20HZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 80174,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T ACENTA',
 'vin': 'SJNFEAJ11U1150869',
 'year': 2014}
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520HZW%27 HTTP/1.1" 200 None
2026-03-30 06:40:07 [bca.uk] INFO: Saving data for VA14%20HZW: {'auction_closing_time': 1775210400.0, 'created_time': 1774534307.349421, 'last_price_update_time': 1774852807.411944}
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA14%2520HZW') HTTP/1.1" 204 0
2026-03-30 06:40:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with identifier: DK74%20ZGW
2026-03-30 06:40:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with identifier: DK74%20ZGW
2026-03-30 06:40:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35f8b420-21ce-52a8-aebd-40a2bc4a4e3c with identifier: DK74%20ZGW to the API
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK74%20ZGW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '35f8b420-21ce-52a8-aebd-40a2bc4a4e3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DK74 ZGW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK74%20ZGW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'ID.7',
 'odometer': 8480,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.7 210KW 77KWH MATCH PRO Hatchback',
 'transmission': 'automatic',
 'trim': '210KW 77KWH MATCH PRO',
 'vin': 'WVWZZZED4SE502495',
 'year': 2024}
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK74%2520ZGW%27 HTTP/1.1" 200 None
2026-03-30 06:40:07 [bca.uk] INFO: Saving data for DK74%20ZGW: {'auction_closing_time': 1774951200.0, 'created_time': 1774564875.909735, 'last_price_update_time': 1774852807.722736}
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK74%2520ZGW') HTTP/1.1" 204 0
2026-03-30 06:40:07 [bca.uk] INFO: Found listing with ID: MJ23%20YRS
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ23%2520YRS%27 HTTP/1.1" 200 None
2026-03-30 06:40:07 [bca.uk] INFO: Scrape type for MJ23%20YRS: 2
2026-03-30 06:40:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 494a000a-99ca-5853-b82c-60ddc71c43ce with identifier: MJ23%20YRS
2026-03-30 06:40:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 494a000a-99ca-5853-b82c-60ddc71c43ce with scrape type 2
2026-03-30 06:40:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 494a000a-99ca-5853-b82c-60ddc71c43ce with scrape type 2
2026-03-30 06:40:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 494a000a-99ca-5853-b82c-60ddc71c43ce, identifier: MJ23%20YRS
2026-03-30 06:40:07 [bca.uk] INFO: Found listing with ID: MT70%20YFR
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520YFR%27 HTTP/1.1" 200 None
2026-03-30 06:40:07 [bca.uk] INFO: Scrape type for MT70%20YFR: 2
2026-03-30 06:40:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2acab2a-a928-5f96-9269-273d91fabd88 with identifier: MT70%20YFR
2026-03-30 06:40:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2acab2a-a928-5f96-9269-273d91fabd88 with scrape type 2
2026-03-30 06:40:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2acab2a-a928-5f96-9269-273d91fabd88 with scrape type 2
2026-03-30 06:40:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2acab2a-a928-5f96-9269-273d91fabd88, identifier: MT70%20YFR
2026-03-30 06:40:07 [bca.uk] INFO: Found listing with ID: BU64%20BZH
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520BZH%27 HTTP/1.1" 200 None
2026-03-30 06:40:07 [bca.uk] INFO: Scrape type for BU64%20BZH: 2
2026-03-30 06:40:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 650c7640-d01e-5bf7-ae6c-606aacf8ca54 with identifier: BU64%20BZH
2026-03-30 06:40:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 650c7640-d01e-5bf7-ae6c-606aacf8ca54 with scrape type 2
2026-03-30 06:40:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 650c7640-d01e-5bf7-ae6c-606aacf8ca54 with scrape type 2
2026-03-30 06:40:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 650c7640-d01e-5bf7-ae6c-606aacf8ca54, identifier: BU64%20BZH
2026-03-30 06:40:08 [bca.uk] INFO: Found listing with ID: VN19%20UVT
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520UVT%27 HTTP/1.1" 200 None
2026-03-30 06:40:08 [bca.uk] INFO: Scrape type for VN19%20UVT: 2
2026-03-30 06:40:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a88904ea-1015-502c-8436-daf064a81226 with identifier: VN19%20UVT
2026-03-30 06:40:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a88904ea-1015-502c-8436-daf064a81226 with scrape type 2
2026-03-30 06:40:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a88904ea-1015-502c-8436-daf064a81226 with scrape type 2
2026-03-30 06:40:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a88904ea-1015-502c-8436-daf064a81226, identifier: VN19%20UVT
2026-03-30 06:40:08 [bca.uk] INFO: Found listing with ID: KV14%20WDF
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV14%2520WDF%27 HTTP/1.1" 200 None
2026-03-30 06:40:08 [bca.uk] INFO: Scrape type for KV14%20WDF: 2
2026-03-30 06:40:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c02f87-64df-596a-bc75-b2c9e54553c3 with identifier: KV14%20WDF
2026-03-30 06:40:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c02f87-64df-596a-bc75-b2c9e54553c3 with scrape type 2
2026-03-30 06:40:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c02f87-64df-596a-bc75-b2c9e54553c3 with scrape type 2
2026-03-30 06:40:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2c02f87-64df-596a-bc75-b2c9e54553c3, identifier: KV14%20WDF
2026-03-30 06:40:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 494a000a-99ca-5853-b82c-60ddc71c43ce with identifier: MJ23%20YRS
2026-03-30 06:40:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 494a000a-99ca-5853-b82c-60ddc71c43ce with identifier: MJ23%20YRS
2026-03-30 06:40:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 494a000a-99ca-5853-b82c-60ddc71c43ce with identifier: MJ23%20YRS to the API
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ23%20YRS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '494a000a-99ca-5853-b82c-60ddc71c43ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ23 YRS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ23%20YRS&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 84320,
 'odometer_reading_unit': '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 PERFORMANCE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD PERFORMANCE',
 'vin': 'LRWYHCELXPC785228',
 'year': 2023}
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ23%2520YRS%27 HTTP/1.1" 200 None
2026-03-30 06:40:08 [bca.uk] INFO: Saving data for MJ23%20YRS: {'auction_closing_time': 1774864800.0, 'created_time': 1774534415.551422, 'last_price_update_time': 1774852808.578695}
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ23%2520YRS') HTTP/1.1" 204 0
2026-03-30 06:40:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2acab2a-a928-5f96-9269-273d91fabd88 with identifier: MT70%20YFR
2026-03-30 06:40:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2acab2a-a928-5f96-9269-273d91fabd88 with identifier: MT70%20YFR
2026-03-30 06:40:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2acab2a-a928-5f96-9269-273d91fabd88 with identifier: MT70%20YFR to the API
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT70%20YFR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c2acab2a-a928-5f96-9269-273d91fabd88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MT70 YFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT70%20YFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 37068,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': '5YJ3F7EB4MF828994',
 'year': 2020}
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520YFR%27 HTTP/1.1" 200 None
2026-03-30 06:40:08 [bca.uk] INFO: Saving data for MT70%20YFR: {'auction_closing_time': 1774864800.0, 'created_time': 1774536247.449958, 'last_price_update_time': 1774852808.967622}
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT70%2520YFR') HTTP/1.1" 204 0
2026-03-30 06:40:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 650c7640-d01e-5bf7-ae6c-606aacf8ca54 with identifier: BU64%20BZH
2026-03-30 06:40:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 650c7640-d01e-5bf7-ae6c-606aacf8ca54 with identifier: BU64%20BZH
2026-03-30 06:40:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 650c7640-d01e-5bf7-ae6c-606aacf8ca54 with identifier: BU64%20BZH to the API
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU64%20BZH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '650c7640-d01e-5bf7-ae6c-606aacf8ca54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU64 BZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU64%20BZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 56196,
 'odometer_reading_unit': '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.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0CXXGAKCEM35287',
 'year': 2014}
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520BZH%27 HTTP/1.1" 200 None
2026-03-30 06:40:09 [bca.uk] INFO: Saving data for BU64%20BZH: {'auction_closing_time': 1774864800.0, 'created_time': 1774425713.874911, 'last_price_update_time': 1774852809.350214}
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU64%2520BZH') HTTP/1.1" 204 0
2026-03-30 06:40:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a88904ea-1015-502c-8436-daf064a81226 with identifier: VN19%20UVT
2026-03-30 06:40:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a88904ea-1015-502c-8436-daf064a81226 with identifier: VN19%20UVT
2026-03-30 06:40:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a88904ea-1015-502c-8436-daf064a81226 with identifier: VN19%20UVT to the API
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN19%20UVT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a88904ea-1015-502c-8436-daf064a81226',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN19 UVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN19%20UVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'AMAROK A33',
 'odometer': 108227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN AMAROK A33 3.0 V6 TDI 204 BMT HIGHLINE 4M CrewCab '
          'Pick-up',
 'transmission': 'manual',
 'trim': 'V6 TDI 204 BMT HIGHLINE 4M',
 'vin': 'WV1ZZZ2HZKH014603',
 'year': 2019}
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520UVT%27 HTTP/1.1" 200 None
2026-03-30 06:40:09 [bca.uk] INFO: Saving data for VN19%20UVT: {'auction_closing_time': 1775037600.0, 'created_time': 1774045425.599231, 'last_price_update_time': 1774852809.649453}
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN19%2520UVT') HTTP/1.1" 204 0
2026-03-30 06:40:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2c02f87-64df-596a-bc75-b2c9e54553c3 with identifier: KV14%20WDF
2026-03-30 06:40:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2c02f87-64df-596a-bc75-b2c9e54553c3 with identifier: KV14%20WDF
2026-03-30 06:40:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2c02f87-64df-596a-bc75-b2c9e54553c3 with identifier: KV14%20WDF to the API
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV14%20WDF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f2c02f87-64df-596a-bc75-b2c9e54553c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV14 WDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV14%20WDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLVO',
 'model': 'V40',
 'odometer': 95778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLVO V40 1.6 D2 115 SE LUX P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'D2 115 SE LUX P/S',
 'vin': 'YV1MV848BE2140746',
 'year': 2014}
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV14%2520WDF%27 HTTP/1.1" 200 None
2026-03-30 06:40:09 [bca.uk] INFO: Saving data for KV14%20WDF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564874.750599, 'last_price_update_time': 1774852809.935554}
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV14%2520WDF') HTTP/1.1" 204 0
2026-03-30 06:40:09 [bca.uk] INFO: Found listing with ID: MT23%20YFJ
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520YFJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:09 [bca.uk] INFO: Scrape type for MT23%20YFJ: 2
2026-03-30 06:40:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c644878-adda-51cb-9342-5fe42ecd9dbe with identifier: MT23%20YFJ
2026-03-30 06:40:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c644878-adda-51cb-9342-5fe42ecd9dbe with scrape type 2
2026-03-30 06:40:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c644878-adda-51cb-9342-5fe42ecd9dbe with scrape type 2
2026-03-30 06:40:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c644878-adda-51cb-9342-5fe42ecd9dbe, identifier: MT23%20YFJ
2026-03-30 06:40:10 [bca.uk] INFO: Found listing with ID: BL23%20CNE
2026-03-30 06:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL23%2520CNE%27 HTTP/1.1" 200 None
2026-03-30 06:40:10 [bca.uk] INFO: Scrape type for BL23%20CNE: 2
2026-03-30 06:40:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ce08b20-a874-5028-9f81-8d1694b70d5e with identifier: BL23%20CNE
2026-03-30 06:40:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ce08b20-a874-5028-9f81-8d1694b70d5e with scrape type 2
2026-03-30 06:40:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ce08b20-a874-5028-9f81-8d1694b70d5e with scrape type 2
2026-03-30 06:40:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ce08b20-a874-5028-9f81-8d1694b70d5e, identifier: BL23%20CNE
2026-03-30 06:40:10 [bca.uk] INFO: Found listing with ID: YH67%20DGU
2026-03-30 06:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH67%2520DGU%27 HTTP/1.1" 200 None
2026-03-30 06:40:10 [bca.uk] INFO: Scrape type for YH67%20DGU: 2
2026-03-30 06:40:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3140d20a-15d6-56df-9fbc-721f308e54ae with identifier: YH67%20DGU
2026-03-30 06:40:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3140d20a-15d6-56df-9fbc-721f308e54ae with scrape type 2
2026-03-30 06:40:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3140d20a-15d6-56df-9fbc-721f308e54ae with scrape type 2
2026-03-30 06:40:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3140d20a-15d6-56df-9fbc-721f308e54ae, identifier: YH67%20DGU
2026-03-30 06:40:10 [bca.uk] INFO: Found listing with ID: VO73%20YYM
2026-03-30 06:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO73%2520YYM%27 HTTP/1.1" 200 None
2026-03-30 06:40:10 [bca.uk] INFO: Scrape type for VO73%20YYM: 2
2026-03-30 06:40:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51dcf1e4-40d3-5085-95dc-a3b3ce37e97b with identifier: VO73%20YYM
2026-03-30 06:40:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51dcf1e4-40d3-5085-95dc-a3b3ce37e97b with scrape type 2
2026-03-30 06:40:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51dcf1e4-40d3-5085-95dc-a3b3ce37e97b with scrape type 2
2026-03-30 06:40:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51dcf1e4-40d3-5085-95dc-a3b3ce37e97b, identifier: VO73%20YYM
2026-03-30 06:40:10 [bca.uk] INFO: Found listing with ID: YD62%20MXO
2026-03-30 06:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD62%2520MXO%27 HTTP/1.1" 200 None
2026-03-30 06:40:10 [bca.uk] INFO: Scrape type for YD62%20MXO: 2
2026-03-30 06:40:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98628b51-199b-5eaa-884f-026531a09d18 with identifier: YD62%20MXO
2026-03-30 06:40:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98628b51-199b-5eaa-884f-026531a09d18 with scrape type 2
2026-03-30 06:40:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98628b51-199b-5eaa-884f-026531a09d18 with scrape type 2
2026-03-30 06:40:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98628b51-199b-5eaa-884f-026531a09d18, identifier: YD62%20MXO
2026-03-30 06:40:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c644878-adda-51cb-9342-5fe42ecd9dbe with identifier: MT23%20YFJ
2026-03-30 06:40:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c644878-adda-51cb-9342-5fe42ecd9dbe with identifier: MT23%20YFJ
2026-03-30 06:40:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c644878-adda-51cb-9342-5fe42ecd9dbe with identifier: MT23%20YFJ to the API
2026-03-30 06:40:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT23%20YFJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8c644878-adda-51cb-9342-5fe42ecd9dbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MT23 YFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT23%20YFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 46130,
 'odometer_reading_unit': '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': 'LRWYHCFS5PC830520',
 'year': 2023}
2026-03-30 06:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520YFJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:11 [bca.uk] INFO: Saving data for MT23%20YFJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773931390.514333, 'last_price_update_time': 1774852811.817283}
2026-03-30 06:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT23%2520YFJ') HTTP/1.1" 204 0
2026-03-30 06:40:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ce08b20-a874-5028-9f81-8d1694b70d5e with identifier: BL23%20CNE
2026-03-30 06:40:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ce08b20-a874-5028-9f81-8d1694b70d5e with identifier: BL23%20CNE
2026-03-30 06:40:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ce08b20-a874-5028-9f81-8d1694b70d5e with identifier: BL23%20CNE to the API
2026-03-30 06:40:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL23%20CNE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2ce08b20-a874-5028-9f81-8d1694b70d5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BL23 CNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL23%20CNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'PEUGEOT',
 'model': 'E-208',
 'odometer': 16784,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-208 100KW 50KWH ALLURE PREMIUM+ Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ALLURE PREMIUM+',
 'vin': 'VR3UHZKXZPT511067',
 'year': 2023}
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL23%2520CNE%27 HTTP/1.1" 200 None
2026-03-30 06:40:12 [bca.uk] INFO: Saving data for BL23%20CNE: {'auction_closing_time': 1774864800.0, 'created_time': 1774536246.623147, 'last_price_update_time': 1774852812.147884}
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL23%2520CNE') HTTP/1.1" 204 0
2026-03-30 06:40:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3140d20a-15d6-56df-9fbc-721f308e54ae with identifier: YH67%20DGU
2026-03-30 06:40:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3140d20a-15d6-56df-9fbc-721f308e54ae with identifier: YH67%20DGU
2026-03-30 06:40:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3140d20a-15d6-56df-9fbc-721f308e54ae with identifier: YH67%20DGU to the API
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH67%20DGU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3140d20a-15d6-56df-9fbc-721f308e54ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH67 DGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH67%20DGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 74235,
 'odometer_reading_unit': '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 T 150 RED Hatchback',
 'transmission': 'manual',
 'trim': 'T 150 RED',
 'vin': 'W0V0XEP08J6000988',
 'year': 2017}
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH67%2520DGU%27 HTTP/1.1" 200 None
2026-03-30 06:40:12 [bca.uk] INFO: Saving data for YH67%20DGU: {'auction_closing_time': 1774951200.0, 'created_time': 1774534695.9729, 'last_price_update_time': 1774852812.448457}
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH67%2520DGU') HTTP/1.1" 204 0
2026-03-30 06:40:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51dcf1e4-40d3-5085-95dc-a3b3ce37e97b with identifier: VO73%20YYM
2026-03-30 06:40:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51dcf1e4-40d3-5085-95dc-a3b3ce37e97b with identifier: VO73%20YYM
2026-03-30 06:40:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51dcf1e4-40d3-5085-95dc-a3b3ce37e97b with identifier: VO73%20YYM to the API
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO73%20YYM-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': '51dcf1e4-40d3-5085-95dc-a3b3ce37e97b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO73 YYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO73%20YYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 25268,
 'odometer_reading_unit': '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 X-TRAIL 1.5 E-P 213 E-4 TEKNA+ StationWagon',
 'transmission': 'automatic',
 'trim': 'E-P 213 E-4 TEKNA+',
 'vin': 'JN1T33TB6U0011872',
 'year': 2023}
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO73%2520YYM%27 HTTP/1.1" 200 None
2026-03-30 06:40:12 [bca.uk] INFO: Saving data for VO73%20YYM: {'auction_closing_time': 1775037600.0, 'created_time': 1774534176.820552, 'last_price_update_time': 1774852812.750268}
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO73%2520YYM') HTTP/1.1" 204 0
2026-03-30 06:40:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98628b51-199b-5eaa-884f-026531a09d18 with identifier: YD62%20MXO
2026-03-30 06:40:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98628b51-199b-5eaa-884f-026531a09d18 with identifier: YD62%20MXO
2026-03-30 06:40:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98628b51-199b-5eaa-884f-026531a09d18 with identifier: YD62%20MXO to the API
2026-03-30 06:40:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD62%20MXO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '98628b51-199b-5eaa-884f-026531a09d18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD62 MXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD62%20MXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SUZUKI',
 'model': 'SX4',
 'odometer': 79077,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'SUZUKI SX4 1.6 SZ5 4X4 Hatchback',
 'transmission': 'manual',
 'trim': 'SZ5 4X4',
 'vin': 'TSMEYB21S00658102',
 'year': 2012}
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD62%2520MXO%27 HTTP/1.1" 200 None
2026-03-30 06:40:13 [bca.uk] INFO: Saving data for YD62%20MXO: {'auction_closing_time': 1774864800.0, 'created_time': 1774564869.817621, 'last_price_update_time': 1774852813.047495}
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD62%2520MXO') HTTP/1.1" 204 0
2026-03-30 06:40:13 [bca.uk] INFO: Found listing with ID: SB60%20DPE
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB60%2520DPE%27 HTTP/1.1" 200 None
2026-03-30 06:40:13 [bca.uk] INFO: Scrape type for SB60%20DPE: 2
2026-03-30 06:40:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 386c18c7-6670-537a-87f4-f841b55f4657 with identifier: SB60%20DPE
2026-03-30 06:40:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 386c18c7-6670-537a-87f4-f841b55f4657 with scrape type 2
2026-03-30 06:40:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 386c18c7-6670-537a-87f4-f841b55f4657 with scrape type 2
2026-03-30 06:40:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 386c18c7-6670-537a-87f4-f841b55f4657, identifier: SB60%20DPE
2026-03-30 06:40:13 [bca.uk] INFO: Found listing with ID: BV24%20ASU
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV24%2520ASU%27 HTTP/1.1" 200 None
2026-03-30 06:40:13 [bca.uk] INFO: Scrape type for BV24%20ASU: 2
2026-03-30 06:40:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8e2615e-9a9d-589e-abec-2f9dabfc1048 with identifier: BV24%20ASU
2026-03-30 06:40:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8e2615e-9a9d-589e-abec-2f9dabfc1048 with scrape type 2
2026-03-30 06:40:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8e2615e-9a9d-589e-abec-2f9dabfc1048 with scrape type 2
2026-03-30 06:40:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8e2615e-9a9d-589e-abec-2f9dabfc1048, identifier: BV24%20ASU
2026-03-30 06:40:13 [bca.uk] INFO: Found listing with ID: GM69%20AAO
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM69%2520AAO%27 HTTP/1.1" 200 None
2026-03-30 06:40:13 [bca.uk] INFO: Scrape type for GM69%20AAO: 2
2026-03-30 06:40:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17b30e44-4fb9-58f1-8e8a-bb9c1d4792c6 with identifier: GM69%20AAO
2026-03-30 06:40:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17b30e44-4fb9-58f1-8e8a-bb9c1d4792c6 with scrape type 2
2026-03-30 06:40:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17b30e44-4fb9-58f1-8e8a-bb9c1d4792c6 with scrape type 2
2026-03-30 06:40:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17b30e44-4fb9-58f1-8e8a-bb9c1d4792c6, identifier: GM69%20AAO
2026-03-30 06:40:13 [bca.uk] INFO: Found listing with ID: VX17%20ZUD
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX17%2520ZUD%27 HTTP/1.1" 200 None
2026-03-30 06:40:13 [bca.uk] INFO: Scrape type for VX17%20ZUD: 2
2026-03-30 06:40:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67e783ee-bd81-5071-bb90-d96ccc498d25 with identifier: VX17%20ZUD
2026-03-30 06:40:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67e783ee-bd81-5071-bb90-d96ccc498d25 with scrape type 2
2026-03-30 06:40:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67e783ee-bd81-5071-bb90-d96ccc498d25 with scrape type 2
2026-03-30 06:40:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67e783ee-bd81-5071-bb90-d96ccc498d25, identifier: VX17%20ZUD
2026-03-30 06:40:13 [bca.uk] INFO: Found listing with ID: VO23%20LTU
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520LTU%27 HTTP/1.1" 200 None
2026-03-30 06:40:13 [bca.uk] INFO: Scrape type for VO23%20LTU: 2
2026-03-30 06:40:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1e2c1c4-269b-540a-9e1e-24005808b8ef with identifier: VO23%20LTU
2026-03-30 06:40:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1e2c1c4-269b-540a-9e1e-24005808b8ef with scrape type 2
2026-03-30 06:40:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1e2c1c4-269b-540a-9e1e-24005808b8ef with scrape type 2
2026-03-30 06:40:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1e2c1c4-269b-540a-9e1e-24005808b8ef, identifier: VO23%20LTU
2026-03-30 06:40:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 386c18c7-6670-537a-87f4-f841b55f4657 with identifier: SB60%20DPE
2026-03-30 06:40:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 386c18c7-6670-537a-87f4-f841b55f4657 with identifier: SB60%20DPE
2026-03-30 06:40:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 386c18c7-6670-537a-87f4-f841b55f4657 with identifier: SB60%20DPE to the API
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB60%20DPE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '386c18c7-6670-537a-87f4-f841b55f4657',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB60 DPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB60%20DPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': '520D',
 'odometer': 97949,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 SE STEP Saloon',
 'transmission': 'manual',
 'trim': 'SE STEP',
 'vin': 'WBAFW120X0C830394',
 'year': 2010}
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB60%2520DPE%27 HTTP/1.1" 200 None
2026-03-30 06:40:13 [bca.uk] INFO: Saving data for SB60%20DPE: {'auction_closing_time': 1775037600.0, 'created_time': 1773907369.978418, 'last_price_update_time': 1774852813.941659}
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB60%2520DPE') HTTP/1.1" 204 0
2026-03-30 06:40:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8e2615e-9a9d-589e-abec-2f9dabfc1048 with identifier: BV24%20ASU
2026-03-30 06:40:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8e2615e-9a9d-589e-abec-2f9dabfc1048 with identifier: BV24%20ASU
2026-03-30 06:40:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8e2615e-9a9d-589e-abec-2f9dabfc1048 with identifier: BV24%20ASU to the API
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV24%20ASU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd8e2615e-9a9d-589e-abec-2f9dabfc1048',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV24 ASU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV24%20ASU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HONDA',
 'model': 'ENY1',
 'odometer': 16396,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HONDA ENY1 150KW 69KWH ADVANCE Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 69KWH ADVANCE',
 'vin': 'LVHRS1876R5102906',
 'year': 2024}
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV24%2520ASU%27 HTTP/1.1" 200 None
2026-03-30 06:40:14 [bca.uk] INFO: Saving data for BV24%20ASU: {'auction_closing_time': 1774864800.0, 'created_time': 1773907377.245169, 'last_price_update_time': 1774852814.240547}
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV24%2520ASU') HTTP/1.1" 204 0
2026-03-30 06:40:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17b30e44-4fb9-58f1-8e8a-bb9c1d4792c6 with identifier: GM69%20AAO
2026-03-30 06:40:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17b30e44-4fb9-58f1-8e8a-bb9c1d4792c6 with identifier: GM69%20AAO
2026-03-30 06:40:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17b30e44-4fb9-58f1-8e8a-bb9c1d4792c6 with identifier: GM69%20AAO to the API
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM69%20AAO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '17b30e44-4fb9-58f1-8e8a-bb9c1d4792c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM69 AAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM69%20AAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 47492,
 'odometer_reading_unit': '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 GT LINE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT LINE EAT8',
 'vin': 'VR3UPHNSSKT129180',
 'year': 2020}
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM69%2520AAO%27 HTTP/1.1" 200 None
2026-03-30 06:40:14 [bca.uk] INFO: Saving data for GM69%20AAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534696.414053, 'last_price_update_time': 1774852814.537996}
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM69%2520AAO') HTTP/1.1" 204 0
2026-03-30 06:40:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67e783ee-bd81-5071-bb90-d96ccc498d25 with identifier: VX17%20ZUD
2026-03-30 06:40:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67e783ee-bd81-5071-bb90-d96ccc498d25 with identifier: VX17%20ZUD
2026-03-30 06:40:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67e783ee-bd81-5071-bb90-d96ccc498d25 with identifier: VX17%20ZUD to the API
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX17%20ZUD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '67e783ee-bd81-5071-bb90-d96ccc498d25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX17 ZUD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX17%20ZUD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 147510,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 SPORT PREMIUM 9G Estate',
 'transmission': 'manual',
 'trim': 'SPORT PREMIUM 9G',
 'vin': 'WDD2052042F517192',
 'year': 2017}
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX17%2520ZUD%27 HTTP/1.1" 200 None
2026-03-30 06:40:14 [bca.uk] INFO: Saving data for VX17%20ZUD: {'auction_closing_time': 1775037600.0, 'created_time': 1773822050.232582, 'last_price_update_time': 1774852814.832501}
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX17%2520ZUD') HTTP/1.1" 204 0
2026-03-30 06:40:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1e2c1c4-269b-540a-9e1e-24005808b8ef with identifier: VO23%20LTU
2026-03-30 06:40:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1e2c1c4-269b-540a-9e1e-24005808b8ef with identifier: VO23%20LTU
2026-03-30 06:40:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1e2c1c4-269b-540a-9e1e-24005808b8ef with identifier: VO23%20LTU to the API
2026-03-30 06:40:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO23%20LTU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b1e2c1c4-269b-540a-9e1e-24005808b8ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO23 LTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO23%20LTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 8733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE (110KC) Hatchback',
 'transmission': 'automatic',
 'trim': '109KW 52KWH LIFE PURE (110KC)',
 'vin': 'WVGZZZE2ZPE021177',
 'year': 2023}
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520LTU%27 HTTP/1.1" 200 None
2026-03-30 06:40:15 [bca.uk] INFO: Saving data for VO23%20LTU: {'auction_closing_time': 1774951200.0, 'created_time': 1773929045.362389, 'last_price_update_time': 1774852815.116417}
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO23%2520LTU') HTTP/1.1" 204 0
2026-03-30 06:40:15 [bca.uk] INFO: Found listing with ID: FY68%20AKZ
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY68%2520AKZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:15 [bca.uk] INFO: Scrape type for FY68%20AKZ: 2
2026-03-30 06:40:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94d9d3ed-b1b4-5844-841b-cd20a59fc507 with identifier: FY68%20AKZ
2026-03-30 06:40:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94d9d3ed-b1b4-5844-841b-cd20a59fc507 with scrape type 2
2026-03-30 06:40:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94d9d3ed-b1b4-5844-841b-cd20a59fc507 with scrape type 2
2026-03-30 06:40:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94d9d3ed-b1b4-5844-841b-cd20a59fc507, identifier: FY68%20AKZ
2026-03-30 06:40:15 [bca.uk] INFO: Found listing with ID: SG22%20OZM
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520OZM%27 HTTP/1.1" 200 None
2026-03-30 06:40:15 [bca.uk] INFO: Scrape type for SG22%20OZM: 2
2026-03-30 06:40:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e26216a3-8071-5a78-ac6c-672d6851c9ff with identifier: SG22%20OZM
2026-03-30 06:40:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e26216a3-8071-5a78-ac6c-672d6851c9ff with scrape type 2
2026-03-30 06:40:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e26216a3-8071-5a78-ac6c-672d6851c9ff with scrape type 2
2026-03-30 06:40:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e26216a3-8071-5a78-ac6c-672d6851c9ff, identifier: SG22%20OZM
2026-03-30 06:40:15 [bca.uk] INFO: Found listing with ID: YC15%20CXH
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520CXH%27 HTTP/1.1" 200 None
2026-03-30 06:40:15 [bca.uk] INFO: Scrape type for YC15%20CXH: 2
2026-03-30 06:40:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a7a6687-eee4-5d40-980d-bf3f69f4c014 with identifier: YC15%20CXH
2026-03-30 06:40:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a7a6687-eee4-5d40-980d-bf3f69f4c014 with scrape type 2
2026-03-30 06:40:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a7a6687-eee4-5d40-980d-bf3f69f4c014 with scrape type 2
2026-03-30 06:40:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a7a6687-eee4-5d40-980d-bf3f69f4c014, identifier: YC15%20CXH
2026-03-30 06:40:15 [bca.uk] INFO: Found listing with ID: VX70%20XXR
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX70%2520XXR%27 HTTP/1.1" 200 None
2026-03-30 06:40:15 [bca.uk] INFO: Scrape type for VX70%20XXR: 2
2026-03-30 06:40:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c43fc61-cf2c-5a55-8f0a-591196fdc134 with identifier: VX70%20XXR
2026-03-30 06:40:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c43fc61-cf2c-5a55-8f0a-591196fdc134 with scrape type 2
2026-03-30 06:40:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c43fc61-cf2c-5a55-8f0a-591196fdc134 with scrape type 2
2026-03-30 06:40:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c43fc61-cf2c-5a55-8f0a-591196fdc134, identifier: VX70%20XXR
2026-03-30 06:40:15 [bca.uk] INFO: Found listing with ID: LM72%20USD
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520USD%27 HTTP/1.1" 200 None
2026-03-30 06:40:15 [bca.uk] INFO: Scrape type for LM72%20USD: 2
2026-03-30 06:40:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50c9247e-d83f-5d22-baa3-4f1623c2fa10 with identifier: LM72%20USD
2026-03-30 06:40:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50c9247e-d83f-5d22-baa3-4f1623c2fa10 with scrape type 2
2026-03-30 06:40:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50c9247e-d83f-5d22-baa3-4f1623c2fa10 with scrape type 2
2026-03-30 06:40:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50c9247e-d83f-5d22-baa3-4f1623c2fa10, identifier: LM72%20USD
2026-03-30 06:40:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94d9d3ed-b1b4-5844-841b-cd20a59fc507 with identifier: FY68%20AKZ
2026-03-30 06:40:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94d9d3ed-b1b4-5844-841b-cd20a59fc507 with identifier: FY68%20AKZ
2026-03-30 06:40:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94d9d3ed-b1b4-5844-841b-cd20a59fc507 with identifier: FY68%20AKZ to the API
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY68%20AKZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '94d9d3ed-b1b4-5844-841b-cd20a59fc507',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY68 AKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY68%20AKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 67014,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE',
 'vin': 'SALYA2AN4KA782881',
 'year': 2018}
2026-03-30 06:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY68%2520AKZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:16 [bca.uk] INFO: Saving data for FY68%20AKZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774534556.366093, 'last_price_update_time': 1774852816.007851}
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY68%2520AKZ') HTTP/1.1" 204 0
2026-03-30 06:40:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e26216a3-8071-5a78-ac6c-672d6851c9ff with identifier: SG22%20OZM
2026-03-30 06:40:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e26216a3-8071-5a78-ac6c-672d6851c9ff with identifier: SG22%20OZM
2026-03-30 06:40:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e26216a3-8071-5a78-ac6c-672d6851c9ff with identifier: SG22%20OZM to the API
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG22%20OZM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e26216a3-8071-5a78-ac6c-672d6851c9ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG22 OZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG22%20OZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 24133,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS6NC500101',
 'year': 2022}
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40: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%2520OZM%27 HTTP/1.1" 200 None
2026-03-30 06:40:16 [bca.uk] INFO: Saving data for SG22%20OZM: {'auction_closing_time': 1774864800.0, 'created_time': 1774536240.547805, 'last_price_update_time': 1774852816.405992}
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520OZM') HTTP/1.1" 204 0
2026-03-30 06:40:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a7a6687-eee4-5d40-980d-bf3f69f4c014 with identifier: YC15%20CXH
2026-03-30 06:40:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a7a6687-eee4-5d40-980d-bf3f69f4c014 with identifier: YC15%20CXH
2026-03-30 06:40:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a7a6687-eee4-5d40-980d-bf3f69f4c014 with identifier: YC15%20CXH to the API
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC15%20CXH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a7a6687-eee4-5d40-980d-bf3f69f4c014',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC15 CXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC15%20CXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 57693,
 'odometer_reading_unit': '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 2.0 TDI 150 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 S LINE',
 'vin': 'WAUZZZ8VXFA131566',
 'year': 2015}
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520CXH%27 HTTP/1.1" 200 None
2026-03-30 06:40:16 [bca.uk] INFO: Saving data for YC15%20CXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774534681.716509, 'last_price_update_time': 1774852816.715324}
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC15%2520CXH') HTTP/1.1" 204 0
2026-03-30 06:40:16 [scrapy.extensions.logstats] INFO: Crawled 104 pages (at 1 pages/min), scraped 4636 items (at 132 items/min)
2026-03-30 06:40:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:40:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c43fc61-cf2c-5a55-8f0a-591196fdc134 with identifier: VX70%20XXR
2026-03-30 06:40:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c43fc61-cf2c-5a55-8f0a-591196fdc134 with identifier: VX70%20XXR
2026-03-30 06:40:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c43fc61-cf2c-5a55-8f0a-591196fdc134 with identifier: VX70%20XXR to the API
2026-03-30 06:40:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX70%20XXR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5c43fc61-cf2c-5a55-8f0a-591196fdc134',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX70 XXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX70%20XXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SSANGYONG',
 'model': 'MUSSO',
 'odometer': 55926,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SSANGYONG MUSSO 2.2 SARACEN AWD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'SARACEN AWD',
 'vin': 'KPAYA1EESLP097218',
 'year': 2020}
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX70%2520XXR%27 HTTP/1.1" 200 None
2026-03-30 06:40:17 [bca.uk] INFO: Saving data for VX70%20XXR: {'auction_closing_time': 1775037600.0, 'created_time': 1773843757.084165, 'last_price_update_time': 1774852817.015743}
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX70%2520XXR') HTTP/1.1" 204 0
2026-03-30 06:40:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50c9247e-d83f-5d22-baa3-4f1623c2fa10 with identifier: LM72%20USD
2026-03-30 06:40:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50c9247e-d83f-5d22-baa3-4f1623c2fa10 with identifier: LM72%20USD
2026-03-30 06:40:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50c9247e-d83f-5d22-baa3-4f1623c2fa10 with identifier: LM72%20USD to the API
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM72%20USD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '50c9247e-d83f-5d22-baa3-4f1623c2fa10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM72 USD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM72%20USD&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 19553,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE (110KC) Hatchback',
 'transmission': 'automatic',
 'trim': '109KW 52KWH LIFE PURE (110KC)',
 'vin': 'WVGZZZE2ZPE002881',
 'year': 2022}
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40: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%2520USD%27 HTTP/1.1" 200 None
2026-03-30 06:40:17 [bca.uk] INFO: Saving data for LM72%20USD: {'auction_closing_time': 1774951200.0, 'created_time': 1773929019.870288, 'last_price_update_time': 1774852817.303621}
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM72%2520USD') HTTP/1.1" 204 0
2026-03-30 06:40:17 [bca.uk] INFO: Found listing with ID: MH72%20DCO
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520DCO%27 HTTP/1.1" 200 None
2026-03-30 06:40:17 [bca.uk] INFO: Scrape type for MH72%20DCO: 2
2026-03-30 06:40:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3f426da-6c8b-5a7b-af92-0f70ba1f230c with identifier: MH72%20DCO
2026-03-30 06:40:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3f426da-6c8b-5a7b-af92-0f70ba1f230c with scrape type 2
2026-03-30 06:40:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3f426da-6c8b-5a7b-af92-0f70ba1f230c with scrape type 2
2026-03-30 06:40:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3f426da-6c8b-5a7b-af92-0f70ba1f230c, identifier: MH72%20DCO
2026-03-30 06:40:17 [bca.uk] INFO: Found listing with ID: BK75%20GHN
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK75%2520GHN%27 HTTP/1.1" 200 None
2026-03-30 06:40:17 [bca.uk] INFO: Scrape type for BK75%20GHN: 2
2026-03-30 06:40:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bde9133-eda2-53f6-a2c4-daad928ec284 with identifier: BK75%20GHN
2026-03-30 06:40:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bde9133-eda2-53f6-a2c4-daad928ec284 with scrape type 2
2026-03-30 06:40:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bde9133-eda2-53f6-a2c4-daad928ec284 with scrape type 2
2026-03-30 06:40:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bde9133-eda2-53f6-a2c4-daad928ec284, identifier: BK75%20GHN
2026-03-30 06:40:17 [bca.uk] INFO: Found listing with ID: RV65%20LRF
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV65%2520LRF%27 HTTP/1.1" 200 None
2026-03-30 06:40:17 [bca.uk] INFO: Scrape type for RV65%20LRF: 2
2026-03-30 06:40:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d058d99f-befc-56d9-98c8-5908837ff69e with identifier: RV65%20LRF
2026-03-30 06:40:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d058d99f-befc-56d9-98c8-5908837ff69e with scrape type 2
2026-03-30 06:40:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d058d99f-befc-56d9-98c8-5908837ff69e with scrape type 2
2026-03-30 06:40:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d058d99f-befc-56d9-98c8-5908837ff69e, identifier: RV65%20LRF
2026-03-30 06:40:17 [bca.uk] INFO: Found listing with ID: WF71%20ENW
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520ENW%27 HTTP/1.1" 200 None
2026-03-30 06:40:17 [bca.uk] INFO: Scrape type for WF71%20ENW: 2
2026-03-30 06:40:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82dda4a4-c7d7-5ef5-9bf2-790920b0b813 with identifier: WF71%20ENW
2026-03-30 06:40:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82dda4a4-c7d7-5ef5-9bf2-790920b0b813 with scrape type 2
2026-03-30 06:40:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82dda4a4-c7d7-5ef5-9bf2-790920b0b813 with scrape type 2
2026-03-30 06:40:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82dda4a4-c7d7-5ef5-9bf2-790920b0b813, identifier: WF71%20ENW
2026-03-30 06:40:17 [bca.uk] INFO: Found listing with ID: YA67%20DLZ
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520DLZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:17 [bca.uk] INFO: Scrape type for YA67%20DLZ: 2
2026-03-30 06:40:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec9c366a-5e45-566c-acfd-a640a43687b0 with identifier: YA67%20DLZ
2026-03-30 06:40:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec9c366a-5e45-566c-acfd-a640a43687b0 with scrape type 2
2026-03-30 06:40:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec9c366a-5e45-566c-acfd-a640a43687b0 with scrape type 2
2026-03-30 06:40:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec9c366a-5e45-566c-acfd-a640a43687b0, identifier: YA67%20DLZ
2026-03-30 06:40:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3f426da-6c8b-5a7b-af92-0f70ba1f230c with identifier: MH72%20DCO
2026-03-30 06:40:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3f426da-6c8b-5a7b-af92-0f70ba1f230c with identifier: MH72%20DCO
2026-03-30 06:40:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3f426da-6c8b-5a7b-af92-0f70ba1f230c with identifier: MH72%20DCO to the API
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH72%20DCO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c3f426da-6c8b-5a7b-af92-0f70ba1f230c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MH72 DCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH72%20DCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FIAT',
 'model': '500',
 'odometer': 15871,
 'odometer_reading_unit': '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': 'ZFACF1CJ6NJH09503',
 'year': 2023}
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520DCO%27 HTTP/1.1" 200 None
2026-03-30 06:40:18 [bca.uk] INFO: Saving data for MH72%20DCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534531.63975, 'last_price_update_time': 1774852818.203062}
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH72%2520DCO') HTTP/1.1" 204 0
2026-03-30 06:40:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bde9133-eda2-53f6-a2c4-daad928ec284 with identifier: BK75%20GHN
2026-03-30 06:40:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bde9133-eda2-53f6-a2c4-daad928ec284 with identifier: BK75%20GHN
2026-03-30 06:40:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bde9133-eda2-53f6-a2c4-daad928ec284 with identifier: BK75%20GHN to the API
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK75%20GHN-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3bde9133-eda2-53f6-a2c4-daad928ec284',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK75 GHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK75%20GHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 4541,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY62HD030FV70616',
 'year': 2025}
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK75%2520GHN%27 HTTP/1.1" 200 None
2026-03-30 06:40:18 [bca.uk] INFO: Saving data for BK75%20GHN: {'auction_closing_time': 1774864800.0, 'created_time': 1774536247.048278, 'last_price_update_time': 1774852818.509384}
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK75%2520GHN') HTTP/1.1" 204 0
2026-03-30 06:40:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d058d99f-befc-56d9-98c8-5908837ff69e with identifier: RV65%20LRF
2026-03-30 06:40:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d058d99f-befc-56d9-98c8-5908837ff69e with identifier: RV65%20LRF
2026-03-30 06:40:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d058d99f-befc-56d9-98c8-5908837ff69e with identifier: RV65%20LRF to the API
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV65%20LRF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd058d99f-befc-56d9-98c8-5908837ff69e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV65 LRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV65%20LRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '520D',
 'odometer': 89791,
 'odometer_reading_unit': '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 520D 2.0 190 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': '190 M SPORT STEP',
 'vin': 'WBA5E52070G112512',
 'year': 2015}
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV65%2520LRF%27 HTTP/1.1" 200 None
2026-03-30 06:40:18 [bca.uk] INFO: Saving data for RV65%20LRF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534695.548112, 'last_price_update_time': 1774852818.794122}
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV65%2520LRF') HTTP/1.1" 204 0
2026-03-30 06:40:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82dda4a4-c7d7-5ef5-9bf2-790920b0b813 with identifier: WF71%20ENW
2026-03-30 06:40:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82dda4a4-c7d7-5ef5-9bf2-790920b0b813 with identifier: WF71%20ENW
2026-03-30 06:40:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82dda4a4-c7d7-5ef5-9bf2-790920b0b813 with identifier: WF71%20ENW to the API
2026-03-30 06:40:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 248,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF71%20ENW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '82dda4a4-c7d7-5ef5-9bf2-790920b0b813',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF71 ENW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF71%20ENW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 39653,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.8 D-4D INVINCIBLE X 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D-4D INVINCIBLE X 4WD',
 'vin': 'AHTBA3CD906209811',
 'year': 2021}
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF71%2520ENW%27 HTTP/1.1" 200 None
2026-03-30 06:40:19 [bca.uk] INFO: Saving data for WF71%20ENW: {'auction_closing_time': 1775037600.0, 'created_time': 1773845496.62217, 'last_price_update_time': 1774852819.088099}
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF71%2520ENW') HTTP/1.1" 204 0
2026-03-30 06:40:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec9c366a-5e45-566c-acfd-a640a43687b0 with identifier: YA67%20DLZ
2026-03-30 06:40:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec9c366a-5e45-566c-acfd-a640a43687b0 with identifier: YA67%20DLZ
2026-03-30 06:40:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec9c366a-5e45-566c-acfd-a640a43687b0 with identifier: YA67%20DLZ to the API
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA67%20DLZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ec9c366a-5e45-566c-acfd-a640a43687b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA67 DLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA67%20DLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 111598,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.4 TFSI 150 SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'TFSI 150 SPORT',
 'vin': 'WAUZZZ8U3JR042990',
 'year': 2017}
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520DLZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:19 [bca.uk] INFO: Saving data for YA67%20DLZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773821346.742155, 'last_price_update_time': 1774852819.399391}
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA67%2520DLZ') HTTP/1.1" 204 0
2026-03-30 06:40:19 [bca.uk] INFO: Found listing with ID: RE72%20GLV
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520GLV%27 HTTP/1.1" 200 None
2026-03-30 06:40:19 [bca.uk] INFO: Scrape type for RE72%20GLV: 2
2026-03-30 06:40:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 615de95b-1c0b-5f4a-aa3c-c77d48e132bd with identifier: RE72%20GLV
2026-03-30 06:40:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 615de95b-1c0b-5f4a-aa3c-c77d48e132bd with scrape type 2
2026-03-30 06:40:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 615de95b-1c0b-5f4a-aa3c-c77d48e132bd with scrape type 2
2026-03-30 06:40:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 615de95b-1c0b-5f4a-aa3c-c77d48e132bd, identifier: RE72%20GLV
2026-03-30 06:40:19 [bca.uk] INFO: Found listing with ID: WU72%20TBX
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU72%2520TBX%27 HTTP/1.1" 200 None
2026-03-30 06:40:19 [bca.uk] INFO: Scrape type for WU72%20TBX: 2
2026-03-30 06:40:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9309119-16bb-5227-b145-56a1b725311d with identifier: WU72%20TBX
2026-03-30 06:40:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9309119-16bb-5227-b145-56a1b725311d with scrape type 2
2026-03-30 06:40:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9309119-16bb-5227-b145-56a1b725311d with scrape type 2
2026-03-30 06:40:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9309119-16bb-5227-b145-56a1b725311d, identifier: WU72%20TBX
2026-03-30 06:40:19 [bca.uk] INFO: Found listing with ID: RO09%20HKH
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO09%2520HKH%27 HTTP/1.1" 200 None
2026-03-30 06:40:19 [bca.uk] INFO: Scrape type for RO09%20HKH: 2
2026-03-30 06:40:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff802455-790b-5a22-9bed-fa1e4350ff56 with identifier: RO09%20HKH
2026-03-30 06:40:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff802455-790b-5a22-9bed-fa1e4350ff56 with scrape type 2
2026-03-30 06:40:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff802455-790b-5a22-9bed-fa1e4350ff56 with scrape type 2
2026-03-30 06:40:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff802455-790b-5a22-9bed-fa1e4350ff56, identifier: RO09%20HKH
2026-03-30 06:40:19 [bca.uk] INFO: Found listing with ID: WR20%20VCO
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR20%2520VCO%27 HTTP/1.1" 200 None
2026-03-30 06:40:19 [bca.uk] INFO: Scrape type for WR20%20VCO: 2
2026-03-30 06:40:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aece709-821e-5346-8dfc-cfa58e484978 with identifier: WR20%20VCO
2026-03-30 06:40:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aece709-821e-5346-8dfc-cfa58e484978 with scrape type 2
2026-03-30 06:40:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aece709-821e-5346-8dfc-cfa58e484978 with scrape type 2
2026-03-30 06:40:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6aece709-821e-5346-8dfc-cfa58e484978, identifier: WR20%20VCO
2026-03-30 06:40:19 [bca.uk] INFO: Found listing with ID: LP68%20KCU
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP68%2520KCU%27 HTTP/1.1" 200 None
2026-03-30 06:40:19 [bca.uk] INFO: Scrape type for LP68%20KCU: 2
2026-03-30 06:40:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac949376-5660-5536-8927-fe6dfd09eb8e with identifier: LP68%20KCU
2026-03-30 06:40:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac949376-5660-5536-8927-fe6dfd09eb8e with scrape type 2
2026-03-30 06:40:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac949376-5660-5536-8927-fe6dfd09eb8e with scrape type 2
2026-03-30 06:40:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac949376-5660-5536-8927-fe6dfd09eb8e, identifier: LP68%20KCU
2026-03-30 06:40:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 615de95b-1c0b-5f4a-aa3c-c77d48e132bd with identifier: RE72%20GLV
2026-03-30 06:40:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 615de95b-1c0b-5f4a-aa3c-c77d48e132bd with identifier: RE72%20GLV
2026-03-30 06:40:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 615de95b-1c0b-5f4a-aa3c-c77d48e132bd with identifier: RE72%20GLV to the API
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE72%20GLV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '615de95b-1c0b-5f4a-aa3c-c77d48e132bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE72 GLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE72%20GLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 35426,
 'odometer_reading_unit': '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 AMG LINE EXECUTIVE DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'W1K3G8EB5PJ379346',
 'year': 2022}
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE72%2520GLV%27 HTTP/1.1" 200 None
2026-03-30 06:40:20 [bca.uk] INFO: Saving data for RE72%20GLV: {'auction_closing_time': 1774864800.0, 'created_time': 1774534537.883599, 'last_price_update_time': 1774852820.26407}
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE72%2520GLV') HTTP/1.1" 204 0
2026-03-30 06:40:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9309119-16bb-5227-b145-56a1b725311d with identifier: WU72%20TBX
2026-03-30 06:40:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9309119-16bb-5227-b145-56a1b725311d with identifier: WU72%20TBX
2026-03-30 06:40:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9309119-16bb-5227-b145-56a1b725311d with identifier: WU72%20TBX to the API
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU72%20TBX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f9309119-16bb-5227-b145-56a1b725311d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU72 TBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU72%20TBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 33597,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 110KW 39KWH TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 39KWH TEKNA',
 'vin': 'SJNFAAZE1U0164803',
 'year': 2022}
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU72%2520TBX%27 HTTP/1.1" 200 None
2026-03-30 06:40:20 [bca.uk] INFO: Saving data for WU72%20TBX: {'auction_closing_time': 1774864800.0, 'created_time': 1773907356.875331, 'last_price_update_time': 1774852820.628227}
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU72%2520TBX') HTTP/1.1" 204 0
2026-03-30 06:40:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff802455-790b-5a22-9bed-fa1e4350ff56 with identifier: RO09%20HKH
2026-03-30 06:40:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff802455-790b-5a22-9bed-fa1e4350ff56 with identifier: RO09%20HKH
2026-03-30 06:40:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff802455-790b-5a22-9bed-fa1e4350ff56 with identifier: RO09%20HKH to the API
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO09%20HKH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ff802455-790b-5a22-9bed-fa1e4350ff56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO09 HKH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO09%20HKH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 81932,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 140 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 140 GT',
 'vin': 'WVWZZZ1KZ9W143919',
 'year': 2009}
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO09%2520HKH%27 HTTP/1.1" 200 None
2026-03-30 06:40:20 [bca.uk] INFO: Saving data for RO09%20HKH: {'auction_closing_time': 1774864800.0, 'created_time': 1774339302.707031, 'last_price_update_time': 1774852820.942601}
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO09%2520HKH') HTTP/1.1" 204 0
2026-03-30 06:40:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6aece709-821e-5346-8dfc-cfa58e484978 with identifier: WR20%20VCO
2026-03-30 06:40:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6aece709-821e-5346-8dfc-cfa58e484978 with identifier: WR20%20VCO
2026-03-30 06:40:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6aece709-821e-5346-8dfc-cfa58e484978 with identifier: WR20%20VCO to the API
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR20%20VCO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6aece709-821e-5346-8dfc-cfa58e484978',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR20 VCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR20%20VCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 22673,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 95 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 95 TITANIUM',
 'vin': 'WF0JXXGAHJLR73266',
 'year': 2020}
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR20%2520VCO%27 HTTP/1.1" 200 None
2026-03-30 06:40:21 [bca.uk] INFO: Saving data for WR20%20VCO: {'auction_closing_time': 1775037600.0, 'created_time': 1774448371.630841, 'last_price_update_time': 1774852821.258794}
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR20%2520VCO') HTTP/1.1" 204 0
2026-03-30 06:40:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac949376-5660-5536-8927-fe6dfd09eb8e with identifier: LP68%20KCU
2026-03-30 06:40:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac949376-5660-5536-8927-fe6dfd09eb8e with identifier: LP68%20KCU
2026-03-30 06:40:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac949376-5660-5536-8927-fe6dfd09eb8e with identifier: LP68%20KCU to the API
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP68%20KCU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ac949376-5660-5536-8927-fe6dfd09eb8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP68 KCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP68%20KCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 43071,
 'odometer_reading_unit': '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': 'SHHFK6700JU011131',
 'year': 2018}
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP68%2520KCU%27 HTTP/1.1" 200 None
2026-03-30 06:40:21 [bca.uk] INFO: Saving data for LP68%20KCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774536291.435801, 'last_price_update_time': 1774852821.580807}
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP68%2520KCU') HTTP/1.1" 204 0
2026-03-30 06:40:21 [bca.uk] INFO: Found listing with ID: RF71%20AEN
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEN%27 HTTP/1.1" 200 None
2026-03-30 06:40:21 [bca.uk] INFO: Scrape type for RF71%20AEN: 2
2026-03-30 06:40:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8310a5b3-801f-5bac-9a0f-a97f1e3ea9bc with identifier: RF71%20AEN
2026-03-30 06:40:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8310a5b3-801f-5bac-9a0f-a97f1e3ea9bc with scrape type 2
2026-03-30 06:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8310a5b3-801f-5bac-9a0f-a97f1e3ea9bc with scrape type 2
2026-03-30 06:40:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8310a5b3-801f-5bac-9a0f-a97f1e3ea9bc, identifier: RF71%20AEN
2026-03-30 06:40:21 [bca.uk] INFO: Found listing with ID: EJ70%20ZCV
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ70%2520ZCV%27 HTTP/1.1" 200 None
2026-03-30 06:40:21 [bca.uk] INFO: Scrape type for EJ70%20ZCV: 2
2026-03-30 06:40:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbf71ba3-e220-53c4-9a4b-ecfac9f77280 with identifier: EJ70%20ZCV
2026-03-30 06:40:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbf71ba3-e220-53c4-9a4b-ecfac9f77280 with scrape type 2
2026-03-30 06:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbf71ba3-e220-53c4-9a4b-ecfac9f77280 with scrape type 2
2026-03-30 06:40:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbf71ba3-e220-53c4-9a4b-ecfac9f77280, identifier: EJ70%20ZCV
2026-03-30 06:40:21 [bca.uk] INFO: Found listing with ID: AY15%20WGP
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY15%2520WGP%27 HTTP/1.1" 200 None
2026-03-30 06:40:21 [bca.uk] INFO: Scrape type for AY15%20WGP: 2
2026-03-30 06:40:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26870b3b-9ef0-5e72-bc07-78f81226782e with identifier: AY15%20WGP
2026-03-30 06:40:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26870b3b-9ef0-5e72-bc07-78f81226782e with scrape type 2
2026-03-30 06:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26870b3b-9ef0-5e72-bc07-78f81226782e with scrape type 2
2026-03-30 06:40:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26870b3b-9ef0-5e72-bc07-78f81226782e, identifier: AY15%20WGP
2026-03-30 06:40:21 [bca.uk] INFO: Found listing with ID: WU66%20DVL
2026-03-30 06:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40: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%2520DVL%27 HTTP/1.1" 200 None
2026-03-30 06:40:21 [bca.uk] INFO: Scrape type for WU66%20DVL: 2
2026-03-30 06:40:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a26cdb2b-b18f-55d7-ba65-36e7e23f0b7a with identifier: WU66%20DVL
2026-03-30 06:40:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a26cdb2b-b18f-55d7-ba65-36e7e23f0b7a with scrape type 2
2026-03-30 06:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a26cdb2b-b18f-55d7-ba65-36e7e23f0b7a with scrape type 2
2026-03-30 06:40:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a26cdb2b-b18f-55d7-ba65-36e7e23f0b7a, identifier: WU66%20DVL
2026-03-30 06:40:22 [bca.uk] INFO: Found listing with ID: NK19%20WZJ
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK19%2520WZJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:22 [bca.uk] INFO: Scrape type for NK19%20WZJ: 2
2026-03-30 06:40:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0692a719-76d1-5c80-9f7c-2a5e042bb6d1 with identifier: NK19%20WZJ
2026-03-30 06:40:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0692a719-76d1-5c80-9f7c-2a5e042bb6d1 with scrape type 2
2026-03-30 06:40:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0692a719-76d1-5c80-9f7c-2a5e042bb6d1 with scrape type 2
2026-03-30 06:40:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0692a719-76d1-5c80-9f7c-2a5e042bb6d1, identifier: NK19%20WZJ
2026-03-30 06:40:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8310a5b3-801f-5bac-9a0f-a97f1e3ea9bc with identifier: RF71%20AEN
2026-03-30 06:40:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8310a5b3-801f-5bac-9a0f-a97f1e3ea9bc with identifier: RF71%20AEN
2026-03-30 06:40:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8310a5b3-801f-5bac-9a0f-a97f1e3ea9bc with identifier: RF71%20AEN to the API
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF71%20AEN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8310a5b3-801f-5bac-9a0f-a97f1e3ea9bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF71 AEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF71%20AEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 60178,
 'odometer_reading_unit': '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': 'WVGZZZE2ZNP019947',
 'year': 2022}
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEN%27 HTTP/1.1" 200 None
2026-03-30 06:40:22 [bca.uk] INFO: Saving data for RF71%20AEN: {'auction_closing_time': 1774864800.0, 'created_time': 1774534522.874535, 'last_price_update_time': 1774852822.493235}
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF71%2520AEN') HTTP/1.1" 204 0
2026-03-30 06:40:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbf71ba3-e220-53c4-9a4b-ecfac9f77280 with identifier: EJ70%20ZCV
2026-03-30 06:40:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbf71ba3-e220-53c4-9a4b-ecfac9f77280 with identifier: EJ70%20ZCV
2026-03-30 06:40:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbf71ba3-e220-53c4-9a4b-ecfac9f77280 with identifier: EJ70%20ZCV to the API
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ70%20ZCV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bbf71ba3-e220-53c4-9a4b-ecfac9f77280',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EJ70 ZCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ70%20ZCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 18169,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 EVO 80 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'EVO 80 MATCH',
 'vin': 'WVWZZZAWZMU011307',
 'year': 2020}
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ70%2520ZCV%27 HTTP/1.1" 200 None
2026-03-30 06:40:22 [bca.uk] INFO: Saving data for EJ70%20ZCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774536269.352001, 'last_price_update_time': 1774852822.900654}
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ70%2520ZCV') HTTP/1.1" 204 0
2026-03-30 06:40:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26870b3b-9ef0-5e72-bc07-78f81226782e with identifier: AY15%20WGP
2026-03-30 06:40:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26870b3b-9ef0-5e72-bc07-78f81226782e with identifier: AY15%20WGP
2026-03-30 06:40:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26870b3b-9ef0-5e72-bc07-78f81226782e with identifier: AY15%20WGP to the API
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY15%20WGP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '26870b3b-9ef0-5e72-bc07-78f81226782e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY15 WGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY15%20WGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HONDA',
 'model': 'CIVIC TOURER',
 'odometer': 52905,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC TOURER 1.8 I-VTEC SE PLUS Estate',
 'transmission': 'manual',
 'trim': 'I-VTEC SE PLUS',
 'vin': 'SHHFK2730EU500955',
 'year': 2015}
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY15%2520WGP%27 HTTP/1.1" 200 None
2026-03-30 06:40:23 [bca.uk] INFO: Saving data for AY15%20WGP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477281.045737, 'last_price_update_time': 1774852823.202106}
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY15%2520WGP') HTTP/1.1" 204 0
2026-03-30 06:40:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a26cdb2b-b18f-55d7-ba65-36e7e23f0b7a with identifier: WU66%20DVL
2026-03-30 06:40:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a26cdb2b-b18f-55d7-ba65-36e7e23f0b7a with identifier: WU66%20DVL
2026-03-30 06:40:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a26cdb2b-b18f-55d7-ba65-36e7e23f0b7a with identifier: WU66%20DVL to the API
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU66%20DVL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a26cdb2b-b18f-55d7-ba65-36e7e23f0b7a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU66 DVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU66%20DVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'IVECO',
 'model': 'DAILY 65C18',
 'odometer': 103629,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 65C18 3.0 LWB (4100) H/R HI-MATIC PanelVan',
 'transmission': 'automatic',
 'trim': 'LWB (4100) H/R HI-MATIC',
 'vin': 'ZCFC265D505130373',
 'year': 2016}
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU66%2520DVL%27 HTTP/1.1" 200 None
2026-03-30 06:40:23 [bca.uk] INFO: Saving data for WU66%20DVL: {'auction_closing_time': 1775037600.0, 'created_time': 1773908382.373327, 'last_price_update_time': 1774852823.533226}
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU66%2520DVL') HTTP/1.1" 204 0
2026-03-30 06:40:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0692a719-76d1-5c80-9f7c-2a5e042bb6d1 with identifier: NK19%20WZJ
2026-03-30 06:40:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0692a719-76d1-5c80-9f7c-2a5e042bb6d1 with identifier: NK19%20WZJ
2026-03-30 06:40:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0692a719-76d1-5c80-9f7c-2a5e042bb6d1 with identifier: NK19%20WZJ to the API
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK19%20WZJ-GB',
 'category': 'Car',
 'color': 'midnight black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0692a719-76d1-5c80-9f7c-2a5e042bb6d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NK19 WZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK19%20WZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 93869,
 'odometer_reading_unit': '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': 'WMWXU72000TN44812',
 'year': 2019}
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK19%2520WZJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:23 [bca.uk] INFO: Saving data for NK19%20WZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773933453.59555, 'last_price_update_time': 1774852823.83296}
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK19%2520WZJ') HTTP/1.1" 204 0
2026-03-30 06:40:23 [bca.uk] INFO: Found listing with ID: VN70%20UEW
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520UEW%27 HTTP/1.1" 200 None
2026-03-30 06:40:23 [bca.uk] INFO: Scrape type for VN70%20UEW: 2
2026-03-30 06:40:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b6575ae-c087-5154-89db-bd52f7d09cf5 with identifier: VN70%20UEW
2026-03-30 06:40:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b6575ae-c087-5154-89db-bd52f7d09cf5 with scrape type 2
2026-03-30 06:40:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b6575ae-c087-5154-89db-bd52f7d09cf5 with scrape type 2
2026-03-30 06:40:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b6575ae-c087-5154-89db-bd52f7d09cf5, identifier: VN70%20UEW
2026-03-30 06:40:23 [bca.uk] INFO: Found listing with ID: AU72%20VZK
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU72%2520VZK%27 HTTP/1.1" 200 None
2026-03-30 06:40:23 [bca.uk] INFO: Scrape type for AU72%20VZK: 0
2026-03-30 06:40:23 [bca.uk] INFO: Found listing with ID: EN66%20BAO
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN66%2520BAO%27 HTTP/1.1" 200 None
2026-03-30 06:40:24 [bca.uk] INFO: Scrape type for EN66%20BAO: 2
2026-03-30 06:40:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddbfe7e3-aa0f-5833-b7d6-6869b6a9c2ce with identifier: EN66%20BAO
2026-03-30 06:40:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddbfe7e3-aa0f-5833-b7d6-6869b6a9c2ce with scrape type 2
2026-03-30 06:40:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddbfe7e3-aa0f-5833-b7d6-6869b6a9c2ce with scrape type 2
2026-03-30 06:40:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddbfe7e3-aa0f-5833-b7d6-6869b6a9c2ce, identifier: EN66%20BAO
2026-03-30 06:40:24 [bca.uk] INFO: Found listing with ID: SK69%20GHU
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520GHU%27 HTTP/1.1" 200 None
2026-03-30 06:40:24 [bca.uk] INFO: Scrape type for SK69%20GHU: 2
2026-03-30 06:40:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3442323b-f6a4-5914-981b-99791a885601 with identifier: SK69%20GHU
2026-03-30 06:40:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3442323b-f6a4-5914-981b-99791a885601 with scrape type 2
2026-03-30 06:40:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3442323b-f6a4-5914-981b-99791a885601 with scrape type 2
2026-03-30 06:40:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3442323b-f6a4-5914-981b-99791a885601, identifier: SK69%20GHU
2026-03-30 06:40:24 [bca.uk] INFO: Found listing with ID: DC65%20CCX
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC65%2520CCX%27 HTTP/1.1" 200 None
2026-03-30 06:40:24 [bca.uk] INFO: Scrape type for DC65%20CCX: 2
2026-03-30 06:40:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: affc9060-59a6-546a-9216-444c86dcde0a with identifier: DC65%20CCX
2026-03-30 06:40:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item affc9060-59a6-546a-9216-444c86dcde0a with scrape type 2
2026-03-30 06:40:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item affc9060-59a6-546a-9216-444c86dcde0a with scrape type 2
2026-03-30 06:40:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: affc9060-59a6-546a-9216-444c86dcde0a, identifier: DC65%20CCX
2026-03-30 06:40:24 [bca.uk] INFO: Found listing with ID: BT68%20OVB
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT68%2520OVB%27 HTTP/1.1" 200 None
2026-03-30 06:40:24 [bca.uk] INFO: Scrape type for BT68%20OVB: 2
2026-03-30 06:40:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9659791-245a-5166-a40b-5aa03bbb3125 with identifier: BT68%20OVB
2026-03-30 06:40:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9659791-245a-5166-a40b-5aa03bbb3125 with scrape type 2
2026-03-30 06:40:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9659791-245a-5166-a40b-5aa03bbb3125 with scrape type 2
2026-03-30 06:40:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9659791-245a-5166-a40b-5aa03bbb3125, identifier: BT68%20OVB
2026-03-30 06:40:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b6575ae-c087-5154-89db-bd52f7d09cf5 with identifier: VN70%20UEW
2026-03-30 06:40:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b6575ae-c087-5154-89db-bd52f7d09cf5 with identifier: VN70%20UEW
2026-03-30 06:40:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b6575ae-c087-5154-89db-bd52f7d09cf5 with identifier: VN70%20UEW to the API
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN70%20UEW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b6575ae-c087-5154-89db-bd52f7d09cf5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN70 UEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN70%20UEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 42373,
 'odometer_reading_unit': '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 R LINE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI EVO 150 R LINE DSG',
 'vin': 'WVGZZZA1ZMV044964',
 'year': 2020}
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN70%2520UEW%27 HTTP/1.1" 200 None
2026-03-30 06:40:24 [bca.uk] INFO: Saving data for VN70%20UEW: {'auction_closing_time': 1774864800.0, 'created_time': 1774534523.347161, 'last_price_update_time': 1774852824.752034}
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN70%2520UEW') HTTP/1.1" 204 0
2026-03-30 06:40:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddbfe7e3-aa0f-5833-b7d6-6869b6a9c2ce with identifier: EN66%20BAO
2026-03-30 06:40:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddbfe7e3-aa0f-5833-b7d6-6869b6a9c2ce with identifier: EN66%20BAO
2026-03-30 06:40:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddbfe7e3-aa0f-5833-b7d6-6869b6a9c2ce with identifier: EN66%20BAO to the API
2026-03-30 06:40:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN66%20BAO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ddbfe7e3-aa0f-5833-b7d6-6869b6a9c2ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN66 BAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN66%20BAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 82642,
 'odometer_reading_unit': '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': 'WDD1760082V175434',
 'year': 2016}
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN66%2520BAO%27 HTTP/1.1" 200 None
2026-03-30 06:40:25 [bca.uk] INFO: Saving data for EN66%20BAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774536270.115135, 'last_price_update_time': 1774852825.038027}
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN66%2520BAO') HTTP/1.1" 204 0
2026-03-30 06:40:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3442323b-f6a4-5914-981b-99791a885601 with identifier: SK69%20GHU
2026-03-30 06:40:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3442323b-f6a4-5914-981b-99791a885601 with identifier: SK69%20GHU
2026-03-30 06:40:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3442323b-f6a4-5914-981b-99791a885601 with identifier: SK69%20GHU to the API
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 85,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK69%20GHU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3442323b-f6a4-5914-981b-99791a885601',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK69 GHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK69%20GHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 10547,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.0 VTI 72 URBAN RIDE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI 72 URBAN RIDE',
 'vin': 'VF7PSCFB5KR512499',
 'year': 2020}
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK69%2520GHU%27 HTTP/1.1" 200 None
2026-03-30 06:40:25 [bca.uk] INFO: Saving data for SK69%20GHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477274.917069, 'last_price_update_time': 1774852825.356747}
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK69%2520GHU') HTTP/1.1" 204 0
2026-03-30 06:40:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: affc9060-59a6-546a-9216-444c86dcde0a with identifier: DC65%20CCX
2026-03-30 06:40:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: affc9060-59a6-546a-9216-444c86dcde0a with identifier: DC65%20CCX
2026-03-30 06:40:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: affc9060-59a6-546a-9216-444c86dcde0a with identifier: DC65%20CCX to the API
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC65%20CCX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'affc9060-59a6-546a-9216-444c86dcde0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DC65 CCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC65%20CCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 44968,
 'odometer_reading_unit': '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.0 T 12V 105 E/F SRI Hatchback',
 'transmission': 'manual',
 'trim': 'T 12V 105 E/F SRI',
 'vin': 'W0LBF6EA2GG014428',
 'year': 2015}
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC65%2520CCX%27 HTTP/1.1" 200 None
2026-03-30 06:40:25 [bca.uk] INFO: Saving data for DC65%20CCX: {'auction_closing_time': 1775210400.0, 'created_time': 1774534273.563882, 'last_price_update_time': 1774852825.657852}
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC65%2520CCX') HTTP/1.1" 204 0
2026-03-30 06:40:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9659791-245a-5166-a40b-5aa03bbb3125 with identifier: BT68%20OVB
2026-03-30 06:40:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9659791-245a-5166-a40b-5aa03bbb3125 with identifier: BT68%20OVB
2026-03-30 06:40:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9659791-245a-5166-a40b-5aa03bbb3125 with identifier: BT68%20OVB to the API
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT68%20OVB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9659791-245a-5166-a40b-5aa03bbb3125',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT68 OVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT68%20OVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 54699,
 'odometer_reading_unit': '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 TIGUAN 2.0 TDI 150 BMT 4M SE NAV DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 BMT 4M SE NAV DSG',
 'vin': 'WVGZZZ5NZKW323938',
 'year': 2018}
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT68%2520OVB%27 HTTP/1.1" 200 None
2026-03-30 06:40:25 [bca.uk] INFO: Saving data for BT68%20OVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774045269.500905, 'last_price_update_time': 1774852825.950903}
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT68%2520OVB') HTTP/1.1" 204 0
2026-03-30 06:40:25 [bca.uk] INFO: Found listing with ID: KM61%20FMG
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM61%2520FMG%27 HTTP/1.1" 200 None
2026-03-30 06:40:25 [bca.uk] INFO: Scrape type for KM61%20FMG: 2
2026-03-30 06:40:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 855fc3d8-44ec-553d-85fa-2acab1d06845 with identifier: KM61%20FMG
2026-03-30 06:40:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 855fc3d8-44ec-553d-85fa-2acab1d06845 with scrape type 2
2026-03-30 06:40:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 855fc3d8-44ec-553d-85fa-2acab1d06845 with scrape type 2
2026-03-30 06:40:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 855fc3d8-44ec-553d-85fa-2acab1d06845, identifier: KM61%20FMG
2026-03-30 06:40:26 [bca.uk] INFO: Found listing with ID: KW16%20MTJ
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW16%2520MTJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:26 [bca.uk] INFO: Scrape type for KW16%20MTJ: 2
2026-03-30 06:40:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33a3a424-e1ce-5f83-8330-e4730e51af4f with identifier: KW16%20MTJ
2026-03-30 06:40:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33a3a424-e1ce-5f83-8330-e4730e51af4f with scrape type 2
2026-03-30 06:40:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33a3a424-e1ce-5f83-8330-e4730e51af4f with scrape type 2
2026-03-30 06:40:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33a3a424-e1ce-5f83-8330-e4730e51af4f, identifier: KW16%20MTJ
2026-03-30 06:40:26 [bca.uk] INFO: Found listing with ID: SW18%20CCU
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520CCU%27 HTTP/1.1" 200 None
2026-03-30 06:40:26 [bca.uk] INFO: Scrape type for SW18%20CCU: 2
2026-03-30 06:40:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with identifier: SW18%20CCU
2026-03-30 06:40:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with scrape type 2
2026-03-30 06:40:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with scrape type 2
2026-03-30 06:40:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74, identifier: SW18%20CCU
2026-03-30 06:40:26 [bca.uk] INFO: Found listing with ID: KY61%20CXN
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY61%2520CXN%27 HTTP/1.1" 200 None
2026-03-30 06:40:26 [bca.uk] INFO: Scrape type for KY61%20CXN: 2
2026-03-30 06:40:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58425d44-fd2d-5491-bdc0-3e4af2357d47 with identifier: KY61%20CXN
2026-03-30 06:40:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58425d44-fd2d-5491-bdc0-3e4af2357d47 with scrape type 2
2026-03-30 06:40:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58425d44-fd2d-5491-bdc0-3e4af2357d47 with scrape type 2
2026-03-30 06:40:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58425d44-fd2d-5491-bdc0-3e4af2357d47, identifier: KY61%20CXN
2026-03-30 06:40:26 [bca.uk] INFO: Found listing with ID: YB18%20FUF
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520FUF%27 HTTP/1.1" 200 None
2026-03-30 06:40:26 [bca.uk] INFO: Scrape type for YB18%20FUF: 2
2026-03-30 06:40:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with identifier: YB18%20FUF
2026-03-30 06:40:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with scrape type 2
2026-03-30 06:40:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with scrape type 2
2026-03-30 06:40:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7eac31f-9eef-5474-8be6-0aa31c2c0c11, identifier: YB18%20FUF
2026-03-30 06:40:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 855fc3d8-44ec-553d-85fa-2acab1d06845 with identifier: KM61%20FMG
2026-03-30 06:40:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 855fc3d8-44ec-553d-85fa-2acab1d06845 with identifier: KM61%20FMG
2026-03-30 06:40:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 855fc3d8-44ec-553d-85fa-2acab1d06845 with identifier: KM61%20FMG to the API
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM61%20FMG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '855fc3d8-44ec-553d-85fa-2acab1d06845',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM61 FMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM61%20FMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 141758,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 140 GT-L DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 140 GT-L DSG',
 'vin': 'WVWZZZ1KZCW175583',
 'year': 2011}
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM61%2520FMG%27 HTTP/1.1" 200 None
2026-03-30 06:40:26 [bca.uk] INFO: Saving data for KM61%20FMG: {'auction_closing_time': 1775037600.0, 'created_time': 1774534510.086559, 'last_price_update_time': 1774852826.812513}
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM61%2520FMG') HTTP/1.1" 204 0
2026-03-30 06:40:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33a3a424-e1ce-5f83-8330-e4730e51af4f with identifier: KW16%20MTJ
2026-03-30 06:40:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33a3a424-e1ce-5f83-8330-e4730e51af4f with identifier: KW16%20MTJ
2026-03-30 06:40:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33a3a424-e1ce-5f83-8330-e4730e51af4f with identifier: KW16%20MTJ to the API
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW16%20MTJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33a3a424-e1ce-5f83-8330-e4730e51af4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW16 MTJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW16%20MTJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 126962,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 SPORT Saloon',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD2050042R178752',
 'year': 2016}
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW16%2520MTJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:27 [bca.uk] INFO: Saving data for KW16%20MTJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536221.617829, 'last_price_update_time': 1774852827.188934}
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW16%2520MTJ') HTTP/1.1" 204 0
2026-03-30 06:40:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with identifier: SW18%20CCU
2026-03-30 06:40:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with identifier: SW18%20CCU
2026-03-30 06:40:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74 with identifier: SW18%20CCU to the API
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW18%20CCU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2cfaf69b-b7d0-5eae-9fbb-b56f0ea4ca74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW18 CCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW18%20CCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'JEEP',
 'model': 'COMPASS',
 'odometer': 57525,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JEEP COMPASS 1.6 M/JET 120 2WD LONGITUDE StationWagon',
 'transmission': 'manual',
 'trim': 'M/JET 120 2WD LONGITUDE',
 'vin': 'MCANJPBS1JFA13752',
 'year': 2018}
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520CCU%27 HTTP/1.1" 200 None
2026-03-30 06:40:27 [bca.uk] INFO: Saving data for SW18%20CCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477195.522626, 'last_price_update_time': 1774852827.491939}
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW18%2520CCU') HTTP/1.1" 204 0
2026-03-30 06:40:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:40:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58425d44-fd2d-5491-bdc0-3e4af2357d47 with identifier: KY61%20CXN
2026-03-30 06:40:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58425d44-fd2d-5491-bdc0-3e4af2357d47 with identifier: KY61%20CXN
2026-03-30 06:40:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58425d44-fd2d-5491-bdc0-3e4af2357d47 with identifier: KY61%20CXN to the API
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY61%20CXN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58425d44-fd2d-5491-bdc0-3e4af2357d47',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY61 CXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY61%20CXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 149093,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.3 CDTI 16V 95 E/F EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 16V 95 E/F EXCLUSIV',
 'vin': 'W0LPD6EA9CG044645',
 'year': 2011}
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY61%2520CXN%27 HTTP/1.1" 200 None
2026-03-30 06:40:27 [bca.uk] INFO: Saving data for KY61%20CXN: {'auction_closing_time': 1775210400.0, 'created_time': 1774534257.867435, 'last_price_update_time': 1774852827.811185}
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY61%2520CXN') HTTP/1.1" 204 0
2026-03-30 06:40:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with identifier: YB18%20FUF
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:40:27 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=chestnut HTTP/1.1" 200 None
2026-03-30 06:40:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:40:27 [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:40:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with identifier: YB18%20FUF
2026-03-30 06:40:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7eac31f-9eef-5474-8be6-0aa31c2c0c11 with identifier: YB18%20FUF to the API
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB18%20FUF-GB',
 'category': 'Car',
 'color': 'chestnut',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f7eac31f-9eef-5474-8be6-0aa31c2c0c11',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB18 FUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB18%20FUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 72439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.5 COOPER Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWYS320303E27313',
 'year': 2018}
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520FUF%27 HTTP/1.1" 200 None
2026-03-30 06:40:28 [bca.uk] INFO: Saving data for YB18%20FUF: {'auction_closing_time': 1774864800.0, 'created_time': 1773827004.341342, 'last_price_update_time': 1774852828.228791}
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB18%2520FUF') HTTP/1.1" 204 0
2026-03-30 06:40:28 [bca.uk] INFO: Found listing with ID: WN73%20BOV
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520BOV%27 HTTP/1.1" 200 None
2026-03-30 06:40:28 [bca.uk] INFO: Scrape type for WN73%20BOV: 2
2026-03-30 06:40:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82a28c59-6cf4-59f9-839c-e409d02f845a with identifier: WN73%20BOV
2026-03-30 06:40:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82a28c59-6cf4-59f9-839c-e409d02f845a with scrape type 2
2026-03-30 06:40:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82a28c59-6cf4-59f9-839c-e409d02f845a with scrape type 2
2026-03-30 06:40:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82a28c59-6cf4-59f9-839c-e409d02f845a, identifier: WN73%20BOV
2026-03-30 06:40:28 [bca.uk] INFO: Found listing with ID: OU22%20TWV
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU22%2520TWV%27 HTTP/1.1" 200 None
2026-03-30 06:40:28 [bca.uk] INFO: Scrape type for OU22%20TWV: 2
2026-03-30 06:40:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f47d2df-1ccd-5b12-bd26-866a8de976ec with identifier: OU22%20TWV
2026-03-30 06:40:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f47d2df-1ccd-5b12-bd26-866a8de976ec with scrape type 2
2026-03-30 06:40:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f47d2df-1ccd-5b12-bd26-866a8de976ec with scrape type 2
2026-03-30 06:40:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f47d2df-1ccd-5b12-bd26-866a8de976ec, identifier: OU22%20TWV
2026-03-30 06:40:28 [bca.uk] INFO: Found listing with ID: YB65%20UOY
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520UOY%27 HTTP/1.1" 200 None
2026-03-30 06:40:28 [bca.uk] INFO: Scrape type for YB65%20UOY: 2
2026-03-30 06:40:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54e51471-5aa6-5e60-9750-f61e733e12b7 with identifier: YB65%20UOY
2026-03-30 06:40:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54e51471-5aa6-5e60-9750-f61e733e12b7 with scrape type 2
2026-03-30 06:40:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54e51471-5aa6-5e60-9750-f61e733e12b7 with scrape type 2
2026-03-30 06:40:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54e51471-5aa6-5e60-9750-f61e733e12b7, identifier: YB65%20UOY
2026-03-30 06:40:28 [bca.uk] INFO: Found listing with ID: MT15%20UJV
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520UJV%27 HTTP/1.1" 200 None
2026-03-30 06:40:28 [bca.uk] INFO: Scrape type for MT15%20UJV: 2
2026-03-30 06:40:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba189f5b-2af1-56fa-8ef4-ad2caec616d4 with identifier: MT15%20UJV
2026-03-30 06:40:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba189f5b-2af1-56fa-8ef4-ad2caec616d4 with scrape type 2
2026-03-30 06:40:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba189f5b-2af1-56fa-8ef4-ad2caec616d4 with scrape type 2
2026-03-30 06:40:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba189f5b-2af1-56fa-8ef4-ad2caec616d4, identifier: MT15%20UJV
2026-03-30 06:40:28 [bca.uk] INFO: Found listing with ID: YE69%20KWY
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE69%2520KWY%27 HTTP/1.1" 200 None
2026-03-30 06:40:28 [bca.uk] INFO: Scrape type for YE69%20KWY: 2
2026-03-30 06:40:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7920ce45-3c84-56fa-9d6e-e42855849fc1 with identifier: YE69%20KWY
2026-03-30 06:40:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7920ce45-3c84-56fa-9d6e-e42855849fc1 with scrape type 2
2026-03-30 06:40:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7920ce45-3c84-56fa-9d6e-e42855849fc1 with scrape type 2
2026-03-30 06:40:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7920ce45-3c84-56fa-9d6e-e42855849fc1, identifier: YE69%20KWY
2026-03-30 06:40:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82a28c59-6cf4-59f9-839c-e409d02f845a with identifier: WN73%20BOV
2026-03-30 06:40:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82a28c59-6cf4-59f9-839c-e409d02f845a with identifier: WN73%20BOV
2026-03-30 06:40:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82a28c59-6cf4-59f9-839c-e409d02f845a with identifier: WN73%20BOV to the API
2026-03-30 06:40:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN73%20BOV-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '82a28c59-6cf4-59f9-839c-e409d02f845a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN73 BOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN73%20BOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 27569,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 3 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 3',
 'vin': 'KNACR811UR5070656',
 'year': 2023}
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520BOV%27 HTTP/1.1" 200 None
2026-03-30 06:40:29 [bca.uk] INFO: Saving data for WN73%20BOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774534513.191948, 'last_price_update_time': 1774852829.125784}
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN73%2520BOV') HTTP/1.1" 204 0
2026-03-30 06:40:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f47d2df-1ccd-5b12-bd26-866a8de976ec with identifier: OU22%20TWV
2026-03-30 06:40:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f47d2df-1ccd-5b12-bd26-866a8de976ec with identifier: OU22%20TWV
2026-03-30 06:40:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f47d2df-1ccd-5b12-bd26-866a8de976ec with identifier: OU22%20TWV to the API
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU22%20TWV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8f47d2df-1ccd-5b12-bd26-866a8de976ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OU22 TWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU22%20TWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'BMW',
 'model': '330E',
 'odometer': 39414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA5P52040FM57478',
 'year': 2022}
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU22%2520TWV%27 HTTP/1.1" 200 None
2026-03-30 06:40:29 [bca.uk] INFO: Saving data for OU22%20TWV: {'auction_closing_time': 1774864800.0, 'created_time': 1774536182.276899, 'last_price_update_time': 1774852829.451875}
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU22%2520TWV') HTTP/1.1" 204 0
2026-03-30 06:40:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54e51471-5aa6-5e60-9750-f61e733e12b7 with identifier: YB65%20UOY
2026-03-30 06:40:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54e51471-5aa6-5e60-9750-f61e733e12b7 with identifier: YB65%20UOY
2026-03-30 06:40:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54e51471-5aa6-5e60-9750-f61e733e12b7 with identifier: YB65%20UOY to the API
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB65%20UOY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '54e51471-5aa6-5e60-9750-f61e733e12b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB65 UOY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB65%20UOY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 42703,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI 150 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 150 S LINE',
 'vin': 'WAUZZZ8X7GB059514',
 'year': 2015}
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB65%2520UOY%27 HTTP/1.1" 200 None
2026-03-30 06:40:29 [bca.uk] INFO: Saving data for YB65%20UOY: {'auction_closing_time': 1774864800.0, 'created_time': 1774477277.809664, 'last_price_update_time': 1774852829.751534}
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB65%2520UOY') HTTP/1.1" 204 0
2026-03-30 06:40:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba189f5b-2af1-56fa-8ef4-ad2caec616d4 with identifier: MT15%20UJV
2026-03-30 06:40:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba189f5b-2af1-56fa-8ef4-ad2caec616d4 with identifier: MT15%20UJV
2026-03-30 06:40:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba189f5b-2af1-56fa-8ef4-ad2caec616d4 with identifier: MT15%20UJV to the API
2026-03-30 06:40:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT15%20UJV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ba189f5b-2af1-56fa-8ef4-ad2caec616d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT15 UJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT15%20UJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 95335,
 'odometer_reading_unit': '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 140 BMT MATCH 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 140 BMT MATCH 2WD',
 'vin': 'WVGZZZ5NZFW098686',
 'year': 2015}
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520UJV%27 HTTP/1.1" 200 None
2026-03-30 06:40:30 [bca.uk] INFO: Saving data for MT15%20UJV: {'auction_closing_time': 1775210400.0, 'created_time': 1774534243.241455, 'last_price_update_time': 1774852830.111878}
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT15%2520UJV') HTTP/1.1" 204 0
2026-03-30 06:40:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7920ce45-3c84-56fa-9d6e-e42855849fc1 with identifier: YE69%20KWY
2026-03-30 06:40:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7920ce45-3c84-56fa-9d6e-e42855849fc1 with identifier: YE69%20KWY
2026-03-30 06:40:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7920ce45-3c84-56fa-9d6e-e42855849fc1 with identifier: YE69%20KWY to the API
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE69%20KWY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7920ce45-3c84-56fa-9d6e-e42855849fc1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE69 KWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE69%20KWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 95547,
 'odometer_reading_unit': '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': 'SJNFFAJ11U2708485',
 'year': 2019}
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE69%2520KWY%27 HTTP/1.1" 200 None
2026-03-30 06:40:30 [bca.uk] INFO: Saving data for YE69%20KWY: {'auction_closing_time': 1774864800.0, 'created_time': 1773822701.393619, 'last_price_update_time': 1774852830.411092}
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE69%2520KWY') HTTP/1.1" 204 0
2026-03-30 06:40:30 [bca.uk] INFO: Found listing with ID: BJ71%20AEU
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520AEU%27 HTTP/1.1" 200 None
2026-03-30 06:40:30 [bca.uk] INFO: Scrape type for BJ71%20AEU: 2
2026-03-30 06:40:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 655091b3-6323-57dd-88b9-3533881255d1 with identifier: BJ71%20AEU
2026-03-30 06:40:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 655091b3-6323-57dd-88b9-3533881255d1 with scrape type 2
2026-03-30 06:40:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 655091b3-6323-57dd-88b9-3533881255d1 with scrape type 2
2026-03-30 06:40:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 655091b3-6323-57dd-88b9-3533881255d1, identifier: BJ71%20AEU
2026-03-30 06:40:30 [bca.uk] INFO: Found listing with ID: BJ22%20BAO
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520BAO%27 HTTP/1.1" 200 None
2026-03-30 06:40:30 [bca.uk] INFO: Scrape type for BJ22%20BAO: 2
2026-03-30 06:40:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1d81ff5-4371-5e88-b39a-0fa26d266204 with identifier: BJ22%20BAO
2026-03-30 06:40:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1d81ff5-4371-5e88-b39a-0fa26d266204 with scrape type 2
2026-03-30 06:40:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1d81ff5-4371-5e88-b39a-0fa26d266204 with scrape type 2
2026-03-30 06:40:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1d81ff5-4371-5e88-b39a-0fa26d266204, identifier: BJ22%20BAO
2026-03-30 06:40:30 [bca.uk] INFO: Found listing with ID: MD71%20LBE
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520LBE%27 HTTP/1.1" 200 None
2026-03-30 06:40:30 [bca.uk] INFO: Scrape type for MD71%20LBE: 2
2026-03-30 06:40:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e14efbc4-3d12-5d7e-b97f-ca50af99d408 with identifier: MD71%20LBE
2026-03-30 06:40:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e14efbc4-3d12-5d7e-b97f-ca50af99d408 with scrape type 2
2026-03-30 06:40:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e14efbc4-3d12-5d7e-b97f-ca50af99d408 with scrape type 2
2026-03-30 06:40:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e14efbc4-3d12-5d7e-b97f-ca50af99d408, identifier: MD71%20LBE
2026-03-30 06:40:30 [bca.uk] INFO: Found listing with ID: YR65%20CTV
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR65%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:40:30 [bca.uk] INFO: Scrape type for YR65%20CTV: 2
2026-03-30 06:40:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24ad9e73-4fa6-594b-99f3-17e085ae8afa with identifier: YR65%20CTV
2026-03-30 06:40:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24ad9e73-4fa6-594b-99f3-17e085ae8afa with scrape type 2
2026-03-30 06:40:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24ad9e73-4fa6-594b-99f3-17e085ae8afa with scrape type 2
2026-03-30 06:40:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24ad9e73-4fa6-594b-99f3-17e085ae8afa, identifier: YR65%20CTV
2026-03-30 06:40:30 [bca.uk] INFO: Found listing with ID: HJ22%20EPO
2026-03-30 06:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ22%2520EPO%27 HTTP/1.1" 200 None
2026-03-30 06:40:31 [bca.uk] INFO: Scrape type for HJ22%20EPO: 2
2026-03-30 06:40:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d39589d-db1a-5b18-9d34-0fee64f64bd1 with identifier: HJ22%20EPO
2026-03-30 06:40:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d39589d-db1a-5b18-9d34-0fee64f64bd1 with scrape type 2
2026-03-30 06:40:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d39589d-db1a-5b18-9d34-0fee64f64bd1 with scrape type 2
2026-03-30 06:40:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d39589d-db1a-5b18-9d34-0fee64f64bd1, identifier: HJ22%20EPO
2026-03-30 06:40:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 655091b3-6323-57dd-88b9-3533881255d1 with identifier: BJ71%20AEU
2026-03-30 06:40:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 655091b3-6323-57dd-88b9-3533881255d1 with identifier: BJ71%20AEU
2026-03-30 06:40:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 655091b3-6323-57dd-88b9-3533881255d1 with identifier: BJ71%20AEU to the API
2026-03-30 06:40:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ71%20AEU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '655091b3-6323-57dd-88b9-3533881255d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ71 AEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ71%20AEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 99090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EK4MC334547',
 'year': 2021}
2026-03-30 06:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ71%2520AEU%27 HTTP/1.1" 200 None
2026-03-30 06:40:31 [bca.uk] INFO: Saving data for BJ71%20AEU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534542.142974, 'last_price_update_time': 1774852831.779146}
2026-03-30 06:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ71%2520AEU') HTTP/1.1" 204 0
2026-03-30 06:40:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1d81ff5-4371-5e88-b39a-0fa26d266204 with identifier: BJ22%20BAO
2026-03-30 06:40:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1d81ff5-4371-5e88-b39a-0fa26d266204 with identifier: BJ22%20BAO
2026-03-30 06:40:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1d81ff5-4371-5e88-b39a-0fa26d266204 with identifier: BJ22%20BAO to the API
2026-03-30 06:40:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ22%20BAO-GB',
 'category': 'Car',
 'color': 'phytonic blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b1d81ff5-4371-5e88-b39a-0fa26d266204',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ22 BAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ22%20BAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 52023,
 'odometer_reading_unit': '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': 'WBY42DU050S276500',
 'year': 2022}
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ22%2520BAO%27 HTTP/1.1" 200 None
2026-03-30 06:40:32 [bca.uk] INFO: Saving data for BJ22%20BAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774536270.798652, 'last_price_update_time': 1774852832.07907}
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ22%2520BAO') HTTP/1.1" 204 0
2026-03-30 06:40:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e14efbc4-3d12-5d7e-b97f-ca50af99d408 with identifier: MD71%20LBE
2026-03-30 06:40:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e14efbc4-3d12-5d7e-b97f-ca50af99d408 with identifier: MD71%20LBE
2026-03-30 06:40:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e14efbc4-3d12-5d7e-b97f-ca50af99d408 with identifier: MD71%20LBE to the API
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD71%20LBE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e14efbc4-3d12-5d7e-b97f-ca50af99d408',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD71 LBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD71%20LBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 32473,
 'odometer_reading_unit': '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': 'LRW3F7EK9NC477902',
 'year': 2022}
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD71%2520LBE%27 HTTP/1.1" 200 None
2026-03-30 06:40:32 [bca.uk] INFO: Saving data for MD71%20LBE: {'auction_closing_time': 1774864800.0, 'created_time': 1774534907.937319, 'last_price_update_time': 1774852832.386072}
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD71%2520LBE') HTTP/1.1" 204 0
2026-03-30 06:40:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24ad9e73-4fa6-594b-99f3-17e085ae8afa with identifier: YR65%20CTV
2026-03-30 06:40:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24ad9e73-4fa6-594b-99f3-17e085ae8afa with identifier: YR65%20CTV
2026-03-30 06:40:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24ad9e73-4fa6-594b-99f3-17e085ae8afa with identifier: YR65%20CTV to the API
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR65%20CTV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24ad9e73-4fa6-594b-99f3-17e085ae8afa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR65 CTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR65%20CTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'B200 D',
 'odometer': 114751,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ B200 D 2.1 SPORT MPV',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD2462082J367059',
 'year': 2015}
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR65%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:40:32 [bca.uk] INFO: Saving data for YR65%20CTV: {'auction_closing_time': 1775210400.0, 'created_time': 1774534247.389203, 'last_price_update_time': 1774852832.72351}
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR65%2520CTV') HTTP/1.1" 204 0
2026-03-30 06:40:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d39589d-db1a-5b18-9d34-0fee64f64bd1 with identifier: HJ22%20EPO
2026-03-30 06:40:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d39589d-db1a-5b18-9d34-0fee64f64bd1 with identifier: HJ22%20EPO
2026-03-30 06:40:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d39589d-db1a-5b18-9d34-0fee64f64bd1 with identifier: HJ22%20EPO to the API
2026-03-30 06:40:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ22%20EPO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d39589d-db1a-5b18-9d34-0fee64f64bd1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HJ22 EPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ22%20EPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 32392,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.5 35 TFSI S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI S LINE S-T',
 'vin': 'WAUZZZGY3NA056557',
 'year': 2022}
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ22%2520EPO%27 HTTP/1.1" 200 None
2026-03-30 06:40:33 [bca.uk] INFO: Saving data for HJ22%20EPO: {'auction_closing_time': 1774951200.0, 'created_time': 1774536293.791449, 'last_price_update_time': 1774852833.02611}
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ22%2520EPO') HTTP/1.1" 204 0
2026-03-30 06:40:33 [bca.uk] INFO: Found listing with ID: CJ72%20FSL
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FSL%27 HTTP/1.1" 200 None
2026-03-30 06:40:33 [bca.uk] INFO: Scrape type for CJ72%20FSL: 2
2026-03-30 06:40:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2854a641-cf0b-56b8-afd1-b347aa861335 with identifier: CJ72%20FSL
2026-03-30 06:40:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2854a641-cf0b-56b8-afd1-b347aa861335 with scrape type 2
2026-03-30 06:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2854a641-cf0b-56b8-afd1-b347aa861335 with scrape type 2
2026-03-30 06:40:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2854a641-cf0b-56b8-afd1-b347aa861335, identifier: CJ72%20FSL
2026-03-30 06:40:33 [bca.uk] INFO: Found listing with ID: LF15%20XDV
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520XDV%27 HTTP/1.1" 200 None
2026-03-30 06:40:33 [bca.uk] INFO: Scrape type for LF15%20XDV: 2
2026-03-30 06:40:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf077805-2174-56f2-a72d-e9348a6f8e37 with identifier: LF15%20XDV
2026-03-30 06:40:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf077805-2174-56f2-a72d-e9348a6f8e37 with scrape type 2
2026-03-30 06:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf077805-2174-56f2-a72d-e9348a6f8e37 with scrape type 2
2026-03-30 06:40:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf077805-2174-56f2-a72d-e9348a6f8e37, identifier: LF15%20XDV
2026-03-30 06:40:33 [bca.uk] INFO: Found listing with ID: BL71%20EOF
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520EOF%27 HTTP/1.1" 200 None
2026-03-30 06:40:33 [bca.uk] INFO: Scrape type for BL71%20EOF: 2
2026-03-30 06:40:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47b26b28-c229-5271-9124-18752445a234 with identifier: BL71%20EOF
2026-03-30 06:40:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47b26b28-c229-5271-9124-18752445a234 with scrape type 2
2026-03-30 06:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47b26b28-c229-5271-9124-18752445a234 with scrape type 2
2026-03-30 06:40:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47b26b28-c229-5271-9124-18752445a234, identifier: BL71%20EOF
2026-03-30 06:40:33 [bca.uk] INFO: Total items found: 100
2026-03-30 06:40:33 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded
2026-03-30 06:40:33 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:40:33 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:40:33 [bca.uk] INFO: Found listing with ID: MM69%20GXO
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520GXO%27 HTTP/1.1" 200 None
2026-03-30 06:40:33 [bca.uk] INFO: Scrape type for MM69%20GXO: 2
2026-03-30 06:40:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5132d735-ed3c-59e2-980b-9abca3592f38 with identifier: MM69%20GXO
2026-03-30 06:40:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5132d735-ed3c-59e2-980b-9abca3592f38 with scrape type 2
2026-03-30 06:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5132d735-ed3c-59e2-980b-9abca3592f38 with scrape type 2
2026-03-30 06:40:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5132d735-ed3c-59e2-980b-9abca3592f38, identifier: MM69%20GXO
2026-03-30 06:40:33 [bca.uk] INFO: Found listing with ID: VU22%20DPE
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU22%2520DPE%27 HTTP/1.1" 200 None
2026-03-30 06:40:33 [bca.uk] INFO: Scrape type for VU22%20DPE: 2
2026-03-30 06:40:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ac12f99-4d1c-59cd-8070-078290bb86fb with identifier: VU22%20DPE
2026-03-30 06:40:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ac12f99-4d1c-59cd-8070-078290bb86fb with scrape type 2
2026-03-30 06:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ac12f99-4d1c-59cd-8070-078290bb86fb with scrape type 2
2026-03-30 06:40:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ac12f99-4d1c-59cd-8070-078290bb86fb, identifier: VU22%20DPE
2026-03-30 06:40:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2854a641-cf0b-56b8-afd1-b347aa861335 with identifier: CJ72%20FSL
2026-03-30 06:40:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2854a641-cf0b-56b8-afd1-b347aa861335 with identifier: CJ72%20FSL
2026-03-30 06:40:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2854a641-cf0b-56b8-afd1-b347aa861335 with identifier: CJ72%20FSL to the API
2026-03-30 06:40:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ72%20FSL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2854a641-cf0b-56b8-afd1-b347aa861335',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ72 FSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ72%20FSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 22013,
 'odometer_reading_unit': '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 5008 1.2 P/T 130 GT StationWagon',
 'transmission': 'manual',
 'trim': 'P/T 130 GT',
 'vin': 'VF3MRHNSMNS168761',
 'year': 2023}
2026-03-30 06:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ72%2520FSL%27 HTTP/1.1" 200 None
2026-03-30 06:40:34 [bca.uk] INFO: Saving data for CJ72%20FSL: {'auction_closing_time': 1774864800.0, 'created_time': 1774534543.001834, 'last_price_update_time': 1774852834.254236}
2026-03-30 06:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ72%2520FSL') HTTP/1.1" 204 0
2026-03-30 06:40:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf077805-2174-56f2-a72d-e9348a6f8e37 with identifier: LF15%20XDV
2026-03-30 06:40:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf077805-2174-56f2-a72d-e9348a6f8e37 with identifier: LF15%20XDV
2026-03-30 06:40:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf077805-2174-56f2-a72d-e9348a6f8e37 with identifier: LF15%20XDV to the API
2026-03-30 06:40:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF15%20XDV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cf077805-2174-56f2-a72d-e9348a6f8e37',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF15 XDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF15%20XDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'CARENS',
 'odometer': 101216,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'KIA CARENS 1.7 CRDI 114 2 MPV',
 'transmission': 'manual',
 'trim': 'CRDI 114 2',
 'vin': 'KNAHU815LF7108542',
 'year': 2015}
2026-03-30 06:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520XDV%27 HTTP/1.1" 200 None
2026-03-30 06:40:34 [bca.uk] INFO: Saving data for LF15%20XDV: {'auction_closing_time': 1774864800.0, 'created_time': 1774479035.632003, 'last_price_update_time': 1774852834.718544}
2026-03-30 06:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF15%2520XDV') HTTP/1.1" 204 0
2026-03-30 06:40:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47b26b28-c229-5271-9124-18752445a234 with identifier: BL71%20EOF
2026-03-30 06:40:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47b26b28-c229-5271-9124-18752445a234 with identifier: BL71%20EOF
2026-03-30 06:40:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47b26b28-c229-5271-9124-18752445a234 with identifier: BL71%20EOF to the API
2026-03-30 06:40:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL71%20EOF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '47b26b28-c229-5271-9124-18752445a234',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BL71 EOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL71%20EOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 56555,
 'odometer_reading_unit': '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': 'LRW3F7EK1NC477876',
 'year': 2022}
2026-03-30 06:40:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520EOF%27 HTTP/1.1" 200 None
2026-03-30 06:40:35 [bca.uk] INFO: Saving data for BL71%20EOF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534906.449939, 'last_price_update_time': 1774852835.01041}
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL71%2520EOF') HTTP/1.1" 204 0
2026-03-30 06:40:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5132d735-ed3c-59e2-980b-9abca3592f38 with identifier: MM69%20GXO
2026-03-30 06:40:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5132d735-ed3c-59e2-980b-9abca3592f38 with identifier: MM69%20GXO
2026-03-30 06:40:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5132d735-ed3c-59e2-980b-9abca3592f38 with identifier: MM69%20GXO to the API
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM69%20GXO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5132d735-ed3c-59e2-980b-9abca3592f38',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM69 GXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM69%20GXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 30223,
 'odometer_reading_unit': '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 (8SP) Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 SPORT (8SP)',
 'vin': 'W0VZRHNS0KS372814',
 'year': 2019}
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520GXO%27 HTTP/1.1" 200 None
2026-03-30 06:40:35 [bca.uk] INFO: Saving data for MM69%20GXO: {'auction_closing_time': 1774951200.0, 'created_time': 1774534255.068172, 'last_price_update_time': 1774852835.306962}
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM69%2520GXO') HTTP/1.1" 204 0
2026-03-30 06:40:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ac12f99-4d1c-59cd-8070-078290bb86fb with identifier: VU22%20DPE
2026-03-30 06:40:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ac12f99-4d1c-59cd-8070-078290bb86fb with identifier: VU22%20DPE
2026-03-30 06:40:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ac12f99-4d1c-59cd-8070-078290bb86fb with identifier: VU22%20DPE to the API
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU22%20DPE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6ac12f99-4d1c-59cd-8070-078290bb86fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VU22 DPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU22%20DPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 31894,
 'odometer_reading_unit': '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': 'WAUZZZGY6NA045231',
 'year': 2022}
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU22%2520DPE%27 HTTP/1.1" 200 None
2026-03-30 06:40:35 [bca.uk] INFO: Saving data for VU22%20DPE: {'auction_closing_time': 1774951200.0, 'created_time': 1774536296.436024, 'last_price_update_time': 1774852835.609461}
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU22%2520DPE') HTTP/1.1" 204 0
2026-03-30 06:40:35 [bca.uk] INFO: Found listing with ID: DP23%20ZVO
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520ZVO%27 HTTP/1.1" 200 None
2026-03-30 06:40:35 [bca.uk] INFO: Scrape type for DP23%20ZVO: 2
2026-03-30 06:40:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f871bca-f35c-5202-8647-d79037ce6ce2 with identifier: DP23%20ZVO
2026-03-30 06:40:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f871bca-f35c-5202-8647-d79037ce6ce2 with scrape type 2
2026-03-30 06:40:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f871bca-f35c-5202-8647-d79037ce6ce2 with scrape type 2
2026-03-30 06:40:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f871bca-f35c-5202-8647-d79037ce6ce2, identifier: DP23%20ZVO
2026-03-30 06:40:35 [bca.uk] INFO: Found listing with ID: SR17%20FDM
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR17%2520FDM%27 HTTP/1.1" 200 None
2026-03-30 06:40:35 [bca.uk] INFO: Scrape type for SR17%20FDM: 2
2026-03-30 06:40:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92d1f256-9b44-58f0-ab19-eec640f62609 with identifier: SR17%20FDM
2026-03-30 06:40:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92d1f256-9b44-58f0-ab19-eec640f62609 with scrape type 2
2026-03-30 06:40:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92d1f256-9b44-58f0-ab19-eec640f62609 with scrape type 2
2026-03-30 06:40:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92d1f256-9b44-58f0-ab19-eec640f62609, identifier: SR17%20FDM
2026-03-30 06:40:35 [bca.uk] INFO: Found listing with ID: AO65%20RUJ
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520RUJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:35 [bca.uk] INFO: Scrape type for AO65%20RUJ: 2
2026-03-30 06:40:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2810da44-80a8-529a-bd46-68c0b1bc598c with identifier: AO65%20RUJ
2026-03-30 06:40:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2810da44-80a8-529a-bd46-68c0b1bc598c with scrape type 2
2026-03-30 06:40:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2810da44-80a8-529a-bd46-68c0b1bc598c with scrape type 2
2026-03-30 06:40:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2810da44-80a8-529a-bd46-68c0b1bc598c, identifier: AO65%20RUJ
2026-03-30 06:40:35 [bca.uk] INFO: Found listing with ID: FP71%20YKG
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520YKG%27 HTTP/1.1" 200 None
2026-03-30 06:40:36 [bca.uk] INFO: Scrape type for FP71%20YKG: 2
2026-03-30 06:40:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef9233a5-cb56-5e49-9ead-3f6c88edc9d1 with identifier: FP71%20YKG
2026-03-30 06:40:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef9233a5-cb56-5e49-9ead-3f6c88edc9d1 with scrape type 2
2026-03-30 06:40:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef9233a5-cb56-5e49-9ead-3f6c88edc9d1 with scrape type 2
2026-03-30 06:40:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef9233a5-cb56-5e49-9ead-3f6c88edc9d1, identifier: FP71%20YKG
2026-03-30 06:40:36 [bca.uk] INFO: Found listing with ID: BW16%20FHP
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW16%2520FHP%27 HTTP/1.1" 200 None
2026-03-30 06:40:36 [bca.uk] INFO: Scrape type for BW16%20FHP: 2
2026-03-30 06:40:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 057b954e-7673-52fa-9f3c-2ab39508980e with identifier: BW16%20FHP
2026-03-30 06:40:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 057b954e-7673-52fa-9f3c-2ab39508980e with scrape type 2
2026-03-30 06:40:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 057b954e-7673-52fa-9f3c-2ab39508980e with scrape type 2
2026-03-30 06:40:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 057b954e-7673-52fa-9f3c-2ab39508980e, identifier: BW16%20FHP
2026-03-30 06:40:36 [bca.uk] INFO: Found listing with ID: BG18%20VPO
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520VPO%27 HTTP/1.1" 200 None
2026-03-30 06:40:36 [bca.uk] INFO: Scrape type for BG18%20VPO: 2
2026-03-30 06:40:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f0c481a-d0cc-53df-91fc-83f2c413e6d6 with identifier: BG18%20VPO
2026-03-30 06:40:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f0c481a-d0cc-53df-91fc-83f2c413e6d6 with scrape type 2
2026-03-30 06:40:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f0c481a-d0cc-53df-91fc-83f2c413e6d6 with scrape type 2
2026-03-30 06:40:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f0c481a-d0cc-53df-91fc-83f2c413e6d6, identifier: BG18%20VPO
2026-03-30 06:40:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f871bca-f35c-5202-8647-d79037ce6ce2 with identifier: DP23%20ZVO
2026-03-30 06:40:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f871bca-f35c-5202-8647-d79037ce6ce2 with identifier: DP23%20ZVO
2026-03-30 06:40:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f871bca-f35c-5202-8647-d79037ce6ce2 with identifier: DP23%20ZVO to the API
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP23%20ZVO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4f871bca-f35c-5202-8647-d79037ce6ce2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP23 ZVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP23%20ZVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 22103,
 'odometer_reading_unit': '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 48V MHD 2WD SE CONN.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI 48V MHD 2WD SE CONN.DCT',
 'vin': 'TMAJC81BVPJ349672',
 'year': 2023}
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520ZVO%27 HTTP/1.1" 200 None
2026-03-30 06:40:36 [bca.uk] INFO: Saving data for DP23%20ZVO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534541.711945, 'last_price_update_time': 1774852836.607764}
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP23%2520ZVO') HTTP/1.1" 204 0
2026-03-30 06:40:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92d1f256-9b44-58f0-ab19-eec640f62609 with identifier: SR17%20FDM
2026-03-30 06:40:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92d1f256-9b44-58f0-ab19-eec640f62609 with identifier: SR17%20FDM
2026-03-30 06:40:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92d1f256-9b44-58f0-ab19-eec640f62609 with identifier: SR17%20FDM to the API
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR17%20FDM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '92d1f256-9b44-58f0-ab19-eec640f62609',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR17 FDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR17%20FDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 89668,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI CLUBMAN 1.5 COOPER Estate',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWLN320802F64271',
 'year': 2017}
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR17%2520FDM%27 HTTP/1.1" 200 None
2026-03-30 06:40:36 [bca.uk] INFO: Saving data for SR17%20FDM: {'auction_closing_time': 1774864800.0, 'created_time': 1774479398.298084, 'last_price_update_time': 1774852836.895591}
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR17%2520FDM') HTTP/1.1" 204 0
2026-03-30 06:40:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2810da44-80a8-529a-bd46-68c0b1bc598c with identifier: AO65%20RUJ
2026-03-30 06:40:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2810da44-80a8-529a-bd46-68c0b1bc598c with identifier: AO65%20RUJ
2026-03-30 06:40:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2810da44-80a8-529a-bd46-68c0b1bc598c with identifier: AO65%20RUJ to the API
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO65%20RUJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2810da44-80a8-529a-bd46-68c0b1bc598c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO65 RUJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO65%20RUJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'B200 D',
 'odometer': 90129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ B200 D 2.1 SPORT PREMIUM DCT MPV',
 'transmission': 'automatic',
 'trim': 'SPORT PREMIUM DCT',
 'vin': 'WDD2462082J366566',
 'year': 2015}
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO65%2520RUJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:37 [bca.uk] INFO: Saving data for AO65%20RUJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773958340.189707, 'last_price_update_time': 1774852837.216306}
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO65%2520RUJ') HTTP/1.1" 204 0
2026-03-30 06:40:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef9233a5-cb56-5e49-9ead-3f6c88edc9d1 with identifier: FP71%20YKG
2026-03-30 06:40:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef9233a5-cb56-5e49-9ead-3f6c88edc9d1 with identifier: FP71%20YKG
2026-03-30 06:40:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef9233a5-cb56-5e49-9ead-3f6c88edc9d1 with identifier: FP71%20YKG to the API
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP71%20YKG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ef9233a5-cb56-5e49-9ead-3f6c88edc9d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FP71 YKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP71%20YKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LEXUS',
 'model': 'UX 300E',
 'odometer': 44977,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 300E 150KW 54KWH (TAKUMI PK) E-CVT Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 54KWH (TAKUMI PK) E-CVT',
 'vin': 'JTHAABBH802007586',
 'year': 2021}
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520YKG%27 HTTP/1.1" 200 None
2026-03-30 06:40:37 [bca.uk] INFO: Saving data for FP71%20YKG: {'auction_closing_time': 1775556000.0, 'created_time': 1774534875.879159, 'last_price_update_time': 1774852837.505213}
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP71%2520YKG') HTTP/1.1" 204 0
2026-03-30 06:40:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 057b954e-7673-52fa-9f3c-2ab39508980e with identifier: BW16%20FHP
2026-03-30 06:40:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 057b954e-7673-52fa-9f3c-2ab39508980e with identifier: BW16%20FHP
2026-03-30 06:40:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 057b954e-7673-52fa-9f3c-2ab39508980e with identifier: BW16%20FHP to the API
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW16%20FHP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '057b954e-7673-52fa-9f3c-2ab39508980e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW16 FHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW16%20FHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 89120,
 'odometer_reading_unit': '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 I20 1.2 B/D SE Hatchback',
 'transmission': 'manual',
 'trim': 'B/D SE',
 'vin': 'NLHB351BLGZ141002',
 'year': 2016}
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW16%2520FHP%27 HTTP/1.1" 200 None
2026-03-30 06:40:37 [bca.uk] INFO: Saving data for BW16%20FHP: {'auction_closing_time': 1775210400.0, 'created_time': 1774534246.253773, 'last_price_update_time': 1774852837.812277}
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW16%2520FHP') HTTP/1.1" 204 0
2026-03-30 06:40:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f0c481a-d0cc-53df-91fc-83f2c413e6d6 with identifier: BG18%20VPO
2026-03-30 06:40:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f0c481a-d0cc-53df-91fc-83f2c413e6d6 with identifier: BG18%20VPO
2026-03-30 06:40:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f0c481a-d0cc-53df-91fc-83f2c413e6d6 with identifier: BG18%20VPO to the API
2026-03-30 06:40:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG18%20VPO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f0c481a-d0cc-53df-91fc-83f2c413e6d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG18 VPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG18%20VPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 63504,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 140 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 140 ST-LINE X',
 'vin': 'WF0FXXGAHFJT47822',
 'year': 2018}
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG18%2520VPO%27 HTTP/1.1" 200 None
2026-03-30 06:40:38 [bca.uk] INFO: Saving data for BG18%20VPO: {'auction_closing_time': 1774864800.0, 'created_time': 1773958392.470994, 'last_price_update_time': 1774852838.117072}
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG18%2520VPO') HTTP/1.1" 204 0
2026-03-30 06:40:38 [bca.uk] INFO: Found listing with ID: FP71%20DWM
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520DWM%27 HTTP/1.1" 200 None
2026-03-30 06:40:38 [bca.uk] INFO: Scrape type for FP71%20DWM: 2
2026-03-30 06:40:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f5635e5-3943-5ed3-8ac4-5889a214423f with identifier: FP71%20DWM
2026-03-30 06:40:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f5635e5-3943-5ed3-8ac4-5889a214423f with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f5635e5-3943-5ed3-8ac4-5889a214423f with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f5635e5-3943-5ed3-8ac4-5889a214423f, identifier: FP71%20DWM
2026-03-30 06:40:38 [bca.uk] INFO: Found listing with ID: SA11%20EZW
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA11%2520EZW%27 HTTP/1.1" 200 None
2026-03-30 06:40:38 [bca.uk] INFO: Scrape type for SA11%20EZW: 2
2026-03-30 06:40:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfeded25-34ff-575a-b6d2-b4bad924d86b with identifier: SA11%20EZW
2026-03-30 06:40:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfeded25-34ff-575a-b6d2-b4bad924d86b with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfeded25-34ff-575a-b6d2-b4bad924d86b with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cfeded25-34ff-575a-b6d2-b4bad924d86b, identifier: SA11%20EZW
2026-03-30 06:40:38 [bca.uk] INFO: Found listing with ID: MD68%20TZS
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD68%2520TZS%27 HTTP/1.1" 200 None
2026-03-30 06:40:38 [bca.uk] INFO: Scrape type for MD68%20TZS: 2
2026-03-30 06:40:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7508a6c-959e-5eff-992d-1b0b226dd6a9 with identifier: MD68%20TZS
2026-03-30 06:40:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7508a6c-959e-5eff-992d-1b0b226dd6a9 with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7508a6c-959e-5eff-992d-1b0b226dd6a9 with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7508a6c-959e-5eff-992d-1b0b226dd6a9, identifier: MD68%20TZS
2026-03-30 06:40:38 [bca.uk] INFO: Found listing with ID: KF15%20CYC
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF15%2520CYC%27 HTTP/1.1" 200 None
2026-03-30 06:40:38 [bca.uk] INFO: Scrape type for KF15%20CYC: 2
2026-03-30 06:40:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb867964-42f4-5128-b4ef-fda365d541f7 with identifier: KF15%20CYC
2026-03-30 06:40:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb867964-42f4-5128-b4ef-fda365d541f7 with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb867964-42f4-5128-b4ef-fda365d541f7 with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb867964-42f4-5128-b4ef-fda365d541f7, identifier: KF15%20CYC
2026-03-30 06:40:38 [bca.uk] INFO: Found listing with ID: EF11%20DKJ
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF11%2520DKJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:38 [bca.uk] INFO: Scrape type for EF11%20DKJ: 2
2026-03-30 06:40:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bf08a71-330d-5598-a928-635cc0e67707 with identifier: EF11%20DKJ
2026-03-30 06:40:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bf08a71-330d-5598-a928-635cc0e67707 with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bf08a71-330d-5598-a928-635cc0e67707 with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bf08a71-330d-5598-a928-635cc0e67707, identifier: EF11%20DKJ
2026-03-30 06:40:38 [bca.uk] INFO: Found listing with ID: OV69%20RNA
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520RNA%27 HTTP/1.1" 200 None
2026-03-30 06:40:38 [bca.uk] INFO: Scrape type for OV69%20RNA: 2
2026-03-30 06:40:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a9ef075-2660-5795-85af-2f5abc9c3b9e with identifier: OV69%20RNA
2026-03-30 06:40:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a9ef075-2660-5795-85af-2f5abc9c3b9e with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a9ef075-2660-5795-85af-2f5abc9c3b9e with scrape type 2
2026-03-30 06:40:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a9ef075-2660-5795-85af-2f5abc9c3b9e, identifier: OV69%20RNA
2026-03-30 06:40:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f5635e5-3943-5ed3-8ac4-5889a214423f with identifier: FP71%20DWM
2026-03-30 06:40:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f5635e5-3943-5ed3-8ac4-5889a214423f with identifier: FP71%20DWM
2026-03-30 06:40:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f5635e5-3943-5ed3-8ac4-5889a214423f with identifier: FP71%20DWM to the API
2026-03-30 06:40:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP71%20DWM-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': '9f5635e5-3943-5ed3-8ac4-5889a214423f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FP71 DWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP71%20DWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 78332,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 VVT-I HYBRID ICON TECH Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON TECH',
 'vin': 'SB1Z93BE30E272296',
 'year': 2021}
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP71%2520DWM%27 HTTP/1.1" 200 None
2026-03-30 06:40:39 [bca.uk] INFO: Saving data for FP71%20DWM: {'auction_closing_time': 1774864800.0, 'created_time': 1774534504.333302, 'last_price_update_time': 1774852839.117497}
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP71%2520DWM') HTTP/1.1" 204 0
2026-03-30 06:40:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cfeded25-34ff-575a-b6d2-b4bad924d86b with identifier: SA11%20EZW
2026-03-30 06:40:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cfeded25-34ff-575a-b6d2-b4bad924d86b with identifier: SA11%20EZW
2026-03-30 06:40:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cfeded25-34ff-575a-b6d2-b4bad924d86b with identifier: SA11%20EZW to the API
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA11%20EZW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cfeded25-34ff-575a-b6d2-b4bad924d86b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA11 EZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA11%20EZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 129004,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 16V 100 SRI Hatchback',
 'transmission': 'manual',
 'trim': '16V 100 SRI',
 'vin': 'W0LPD6EB8BG087493',
 'year': 2011}
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA11%2520EZW%27 HTTP/1.1" 200 None
2026-03-30 06:40:39 [bca.uk] INFO: Saving data for SA11%20EZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774477313.461243, 'last_price_update_time': 1774852839.514678}
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA11%2520EZW') HTTP/1.1" 204 0
2026-03-30 06:40:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7508a6c-959e-5eff-992d-1b0b226dd6a9 with identifier: MD68%20TZS
2026-03-30 06:40:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7508a6c-959e-5eff-992d-1b0b226dd6a9 with identifier: MD68%20TZS
2026-03-30 06:40:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7508a6c-959e-5eff-992d-1b0b226dd6a9 with identifier: MD68%20TZS to the API
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD68%20TZS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b7508a6c-959e-5eff-992d-1b0b226dd6a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD68 TZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD68%20TZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 144300,
 'odometer_reading_unit': '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': 'WAUZZZF22KN073495',
 'year': 2019}
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD68%2520TZS%27 HTTP/1.1" 200 None
2026-03-30 06:40:39 [bca.uk] INFO: Saving data for MD68%20TZS: {'auction_closing_time': 1774864800.0, 'created_time': 1774535114.943217, 'last_price_update_time': 1774852839.814896}
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD68%2520TZS') HTTP/1.1" 204 0
2026-03-30 06:40:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb867964-42f4-5128-b4ef-fda365d541f7 with identifier: KF15%20CYC
2026-03-30 06:40:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb867964-42f4-5128-b4ef-fda365d541f7 with identifier: KF15%20CYC
2026-03-30 06:40:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb867964-42f4-5128-b4ef-fda365d541f7 with identifier: KF15%20CYC to the API
2026-03-30 06:40:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF15%20CYC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb867964-42f4-5128-b4ef-fda365d541f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF15 CYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF15%20CYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 132424,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 140 ZETEC P/SHIFT MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 140 ZETEC P/SHIFT',
 'vin': 'WF0MXXGBWMEA10291',
 'year': 2015}
2026-03-30 06:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF15%2520CYC%27 HTTP/1.1" 200 None
2026-03-30 06:40:40 [bca.uk] INFO: Saving data for KF15%20CYC: {'auction_closing_time': 1774864800.0, 'created_time': 1773933757.326257, 'last_price_update_time': 1774852840.117937}
2026-03-30 06:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF15%2520CYC') HTTP/1.1" 204 0
2026-03-30 06:40:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bf08a71-330d-5598-a928-635cc0e67707 with identifier: EF11%20DKJ
2026-03-30 06:40:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bf08a71-330d-5598-a928-635cc0e67707 with identifier: EF11%20DKJ
2026-03-30 06:40:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bf08a71-330d-5598-a928-635cc0e67707 with identifier: EF11%20DKJ to the API
2026-03-30 06:40:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF11%20DKJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0bf08a71-330d-5598-a928-635cc0e67707',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF11 DKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF11%20DKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'SANTA FE',
 'odometer': 123482,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HYUNDAI SANTA FE 2.2 CRDI PREMIUM (7ST) 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI PREMIUM (7ST) 4WD',
 'vin': 'KMHSH81XSBU752698',
 'year': 2011}
2026-03-30 06:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF11%2520DKJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:40 [bca.uk] INFO: Saving data for EF11%20DKJ: {'auction_closing_time': 1775210400.0, 'created_time': 1774390442.818263, 'last_price_update_time': 1774852840.441917}
2026-03-30 06:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF11%2520DKJ') HTTP/1.1" 204 0
2026-03-30 06:40:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a9ef075-2660-5795-85af-2f5abc9c3b9e with identifier: OV69%20RNA
2026-03-30 06:40:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a9ef075-2660-5795-85af-2f5abc9c3b9e with identifier: OV69%20RNA
2026-03-30 06:40:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a9ef075-2660-5795-85af-2f5abc9c3b9e with identifier: OV69%20RNA to the API
2026-03-30 06:40:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV69%20RNA-GB',
 'category': 'Car',
 'color': 'carbon black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a9ef075-2660-5795-85af-2f5abc9c3b9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV69 RNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV69%20RNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '420D GRAN COUPE',
 'odometer': 39273,
 'odometer_reading_unit': '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 420D GRAN COUPE 2.0 190 XDRIVE M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': '190 XDRIVE M SPORT STEP',
 'vin': 'WBA4K52080CD42302',
 'year': 2019}
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520RNA%27 HTTP/1.1" 200 None
2026-03-30 06:40:41 [bca.uk] INFO: Saving data for OV69%20RNA: {'auction_closing_time': 1774864800.0, 'created_time': 1773822308.595953, 'last_price_update_time': 1774852841.575117}
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV69%2520RNA') HTTP/1.1" 204 0
2026-03-30 06:40:41 [bca.uk] INFO: Found listing with ID: LX22%20MBU
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520MBU%27 HTTP/1.1" 200 None
2026-03-30 06:40:41 [bca.uk] INFO: Scrape type for LX22%20MBU: 2
2026-03-30 06:40:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca964b72-065d-5cb8-8544-b4fe023da9e8 with identifier: LX22%20MBU
2026-03-30 06:40:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca964b72-065d-5cb8-8544-b4fe023da9e8 with scrape type 2
2026-03-30 06:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca964b72-065d-5cb8-8544-b4fe023da9e8 with scrape type 2
2026-03-30 06:40:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca964b72-065d-5cb8-8544-b4fe023da9e8, identifier: LX22%20MBU
2026-03-30 06:40:41 [bca.uk] INFO: Found listing with ID: OY19%20FMJ
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY19%2520FMJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:41 [bca.uk] INFO: Scrape type for OY19%20FMJ: 2
2026-03-30 06:40:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cfac69b-3429-541f-8915-e13e25dfe1b4 with identifier: OY19%20FMJ
2026-03-30 06:40:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cfac69b-3429-541f-8915-e13e25dfe1b4 with scrape type 2
2026-03-30 06:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cfac69b-3429-541f-8915-e13e25dfe1b4 with scrape type 2
2026-03-30 06:40:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cfac69b-3429-541f-8915-e13e25dfe1b4, identifier: OY19%20FMJ
2026-03-30 06:40:41 [bca.uk] INFO: Found listing with ID: MV64%20KFJ
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV64%2520KFJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:41 [bca.uk] INFO: Scrape type for MV64%20KFJ: 0
2026-03-30 06:40:41 [bca.uk] INFO: Found listing with ID: DL18%20WXB
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520WXB%27 HTTP/1.1" 200 None
2026-03-30 06:40:41 [bca.uk] INFO: Scrape type for DL18%20WXB: 2
2026-03-30 06:40:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a96b30e-5c0d-51de-a2e7-e13c5203b78a with identifier: DL18%20WXB
2026-03-30 06:40:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a96b30e-5c0d-51de-a2e7-e13c5203b78a with scrape type 2
2026-03-30 06:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a96b30e-5c0d-51de-a2e7-e13c5203b78a with scrape type 2
2026-03-30 06:40:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a96b30e-5c0d-51de-a2e7-e13c5203b78a, identifier: DL18%20WXB
2026-03-30 06:40:41 [bca.uk] INFO: Found listing with ID: VU17%20LXG
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520LXG%27 HTTP/1.1" 200 None
2026-03-30 06:40:41 [bca.uk] INFO: Scrape type for VU17%20LXG: 2
2026-03-30 06:40:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e343b8ae-6d11-5607-89ef-4893ded13b62 with identifier: VU17%20LXG
2026-03-30 06:40:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e343b8ae-6d11-5607-89ef-4893ded13b62 with scrape type 2
2026-03-30 06:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e343b8ae-6d11-5607-89ef-4893ded13b62 with scrape type 2
2026-03-30 06:40:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e343b8ae-6d11-5607-89ef-4893ded13b62, identifier: VU17%20LXG
2026-03-30 06:40:42 [bca.uk] INFO: Found listing with ID: EY68%20FSJ
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY68%2520FSJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:42 [bca.uk] INFO: Scrape type for EY68%20FSJ: 2
2026-03-30 06:40:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2817246-b88a-5b3b-93f3-8f47ee021200 with identifier: EY68%20FSJ
2026-03-30 06:40:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2817246-b88a-5b3b-93f3-8f47ee021200 with scrape type 2
2026-03-30 06:40:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2817246-b88a-5b3b-93f3-8f47ee021200 with scrape type 2
2026-03-30 06:40:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2817246-b88a-5b3b-93f3-8f47ee021200, identifier: EY68%20FSJ
2026-03-30 06:40:42 [bca.uk] INFO: Found listing with ID: SB69%20CZH
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520CZH%27 HTTP/1.1" 200 None
2026-03-30 06:40:42 [bca.uk] INFO: Scrape type for SB69%20CZH: 2
2026-03-30 06:40:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d81096a4-2a6b-5674-ba00-56540deecfc8 with identifier: SB69%20CZH
2026-03-30 06:40:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d81096a4-2a6b-5674-ba00-56540deecfc8 with scrape type 2
2026-03-30 06:40:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d81096a4-2a6b-5674-ba00-56540deecfc8 with scrape type 2
2026-03-30 06:40:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d81096a4-2a6b-5674-ba00-56540deecfc8, identifier: SB69%20CZH
2026-03-30 06:40:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca964b72-065d-5cb8-8544-b4fe023da9e8 with identifier: LX22%20MBU
2026-03-30 06:40:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca964b72-065d-5cb8-8544-b4fe023da9e8 with identifier: LX22%20MBU
2026-03-30 06:40:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca964b72-065d-5cb8-8544-b4fe023da9e8 with identifier: LX22%20MBU to the API
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX22%20MBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ca964b72-065d-5cb8-8544-b4fe023da9e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LX22 MBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX22%20MBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PORSCHE',
 'model': 'TAYCAN',
 'odometer': 18758,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PORSCHE TAYCAN 420KW 93KWH 4S Saloon',
 'transmission': 'automatic',
 'trim': '420KW 93KWH 4S',
 'vin': 'WP0ZZZY1ZNSA36976',
 'year': 2022}
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520MBU%27 HTTP/1.1" 200 None
2026-03-30 06:40:42 [bca.uk] INFO: Saving data for LX22%20MBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534503.105451, 'last_price_update_time': 1774852842.589329}
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX22%2520MBU') HTTP/1.1" 204 0
2026-03-30 06:40:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cfac69b-3429-541f-8915-e13e25dfe1b4 with identifier: OY19%20FMJ
2026-03-30 06:40:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cfac69b-3429-541f-8915-e13e25dfe1b4 with identifier: OY19%20FMJ
2026-03-30 06:40:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cfac69b-3429-541f-8915-e13e25dfe1b4 with identifier: OY19%20FMJ to the API
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY19%20FMJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1cfac69b-3429-541f-8915-e13e25dfe1b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY19 FMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY19%20FMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 68414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.4 T 140 GRIFFIN PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'T 140 GRIFFIN PLUS',
 'vin': 'W0VJD7E82KB843341',
 'year': 2019}
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY19%2520FMJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:42 [bca.uk] INFO: Saving data for OY19%20FMJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477346.34585, 'last_price_update_time': 1774852842.883424}
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY19%2520FMJ') HTTP/1.1" 204 0
2026-03-30 06:40:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a96b30e-5c0d-51de-a2e7-e13c5203b78a with identifier: DL18%20WXB
2026-03-30 06:40:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a96b30e-5c0d-51de-a2e7-e13c5203b78a with identifier: DL18%20WXB
2026-03-30 06:40:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a96b30e-5c0d-51de-a2e7-e13c5203b78a with identifier: DL18%20WXB to the API
2026-03-30 06:40:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL18%20WXB-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': '9a96b30e-5c0d-51de-a2e7-e13c5203b78a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL18 WXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL18%20WXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 76385,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.0 PHEV GX4HS 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'PHEV GX4HS 4WD',
 'vin': 'JMAXDGG2WJZ002294',
 'year': 2018}
2026-03-30 06:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520WXB%27 HTTP/1.1" 200 None
2026-03-30 06:40:43 [bca.uk] INFO: Saving data for DL18%20WXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774535114.094792, 'last_price_update_time': 1774852843.18296}
2026-03-30 06:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL18%2520WXB') HTTP/1.1" 204 0
2026-03-30 06:40:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e343b8ae-6d11-5607-89ef-4893ded13b62 with identifier: VU17%20LXG
2026-03-30 06:40:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e343b8ae-6d11-5607-89ef-4893ded13b62 with identifier: VU17%20LXG
2026-03-30 06:40:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e343b8ae-6d11-5607-89ef-4893ded13b62 with identifier: VU17%20LXG to the API
2026-03-30 06:40:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU17%20LXG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e343b8ae-6d11-5607-89ef-4893ded13b62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU17 LXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU17%20LXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 88029,
 'odometer_reading_unit': '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 ELITE Hatchback',
 'transmission': 'automatic',
 'trim': 'CDTI 136 ELITE',
 'vin': 'W0LJD7EC9HB105347',
 'year': 2017}
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520LXG%27 HTTP/1.1" 200 None
2026-03-30 06:40:44 [bca.uk] INFO: Saving data for VU17%20LXG: {'auction_closing_time': 1774864800.0, 'created_time': 1773933704.350589, 'last_price_update_time': 1774852844.076168}
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU17%2520LXG') HTTP/1.1" 204 0
2026-03-30 06:40:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2817246-b88a-5b3b-93f3-8f47ee021200 with identifier: EY68%20FSJ
2026-03-30 06:40:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2817246-b88a-5b3b-93f3-8f47ee021200 with identifier: EY68%20FSJ
2026-03-30 06:40:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2817246-b88a-5b3b-93f3-8f47ee021200 with identifier: EY68%20FSJ to the API
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY68%20FSJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b2817246-b88a-5b3b-93f3-8f47ee021200',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY68 FSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY68%20FSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 60215,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF0NXXGCHNJM00431',
 'year': 2018}
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY68%2520FSJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:44 [bca.uk] INFO: Saving data for EY68%20FSJ: {'auction_closing_time': 1775210400.0, 'created_time': 1774534280.884385, 'last_price_update_time': 1774852844.385865}
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY68%2520FSJ') HTTP/1.1" 204 0
2026-03-30 06:40:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d81096a4-2a6b-5674-ba00-56540deecfc8 with identifier: SB69%20CZH
2026-03-30 06:40:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d81096a4-2a6b-5674-ba00-56540deecfc8 with identifier: SB69%20CZH
2026-03-30 06:40:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d81096a4-2a6b-5674-ba00-56540deecfc8 with identifier: SB69%20CZH to the API
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB69%20CZH-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd81096a4-2a6b-5674-ba00-56540deecfc8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB69 CZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB69%20CZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 73334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SUZUKI VITARA 1.4 B-JET SZ5 ALLGRIP Hatchback',
 'transmission': 'automatic',
 'trim': 'B-JET SZ5 ALLGRIP',
 'vin': 'TSMLYEA1S00772088',
 'year': 2019}
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520CZH%27 HTTP/1.1" 200 None
2026-03-30 06:40:44 [bca.uk] INFO: Saving data for SB69%20CZH: {'auction_closing_time': 1774864800.0, 'created_time': 1773907306.591266, 'last_price_update_time': 1774852844.707127}
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB69%2520CZH') HTTP/1.1" 204 0
2026-03-30 06:40:44 [bca.uk] INFO: Found listing with ID: MA23%20UCR
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40: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%2520UCR%27 HTTP/1.1" 200 None
2026-03-30 06:40:44 [bca.uk] INFO: Scrape type for MA23%20UCR: 2
2026-03-30 06:40:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce0a52b5-08d3-5797-a3e1-6c8bead7447a with identifier: MA23%20UCR
2026-03-30 06:40:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce0a52b5-08d3-5797-a3e1-6c8bead7447a with scrape type 2
2026-03-30 06:40:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce0a52b5-08d3-5797-a3e1-6c8bead7447a with scrape type 2
2026-03-30 06:40:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce0a52b5-08d3-5797-a3e1-6c8bead7447a, identifier: MA23%20UCR
2026-03-30 06:40:44 [bca.uk] INFO: Found listing with ID: KC15%20AAE
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC15%2520AAE%27 HTTP/1.1" 200 None
2026-03-30 06:40:44 [bca.uk] INFO: Scrape type for KC15%20AAE: 2
2026-03-30 06:40:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8914e70-6dce-573e-9ee7-d03bf3504d83 with identifier: KC15%20AAE
2026-03-30 06:40:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8914e70-6dce-573e-9ee7-d03bf3504d83 with scrape type 2
2026-03-30 06:40:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8914e70-6dce-573e-9ee7-d03bf3504d83 with scrape type 2
2026-03-30 06:40:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8914e70-6dce-573e-9ee7-d03bf3504d83, identifier: KC15%20AAE
2026-03-30 06:40:44 [bca.uk] INFO: Found listing with ID: MP19%20GXJ
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520GXJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:44 [bca.uk] INFO: Scrape type for MP19%20GXJ: 2
2026-03-30 06:40:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6656d119-5d89-5f60-9de5-069190b9803b with identifier: MP19%20GXJ
2026-03-30 06:40:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6656d119-5d89-5f60-9de5-069190b9803b with scrape type 2
2026-03-30 06:40:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6656d119-5d89-5f60-9de5-069190b9803b with scrape type 2
2026-03-30 06:40:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6656d119-5d89-5f60-9de5-069190b9803b, identifier: MP19%20GXJ
2026-03-30 06:40:45 [bca.uk] INFO: Found listing with ID: KX15%20OKS
2026-03-30 06:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX15%2520OKS%27 HTTP/1.1" 200 None
2026-03-30 06:40:45 [bca.uk] INFO: Scrape type for KX15%20OKS: 2
2026-03-30 06:40:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99755433-7cdf-572f-ac84-2c635848695e with identifier: KX15%20OKS
2026-03-30 06:40:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99755433-7cdf-572f-ac84-2c635848695e with scrape type 2
2026-03-30 06:40:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99755433-7cdf-572f-ac84-2c635848695e with scrape type 2
2026-03-30 06:40:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99755433-7cdf-572f-ac84-2c635848695e, identifier: KX15%20OKS
2026-03-30 06:40:45 [bca.uk] INFO: Found listing with ID: GN19%20ZWK
2026-03-30 06:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN19%2520ZWK%27 HTTP/1.1" 200 None
2026-03-30 06:40:45 [bca.uk] INFO: Scrape type for GN19%20ZWK: 2
2026-03-30 06:40:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c943f19-763d-5112-a4f3-b8a56bb90d91 with identifier: GN19%20ZWK
2026-03-30 06:40:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c943f19-763d-5112-a4f3-b8a56bb90d91 with scrape type 2
2026-03-30 06:40:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c943f19-763d-5112-a4f3-b8a56bb90d91 with scrape type 2
2026-03-30 06:40:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c943f19-763d-5112-a4f3-b8a56bb90d91, identifier: GN19%20ZWK
2026-03-30 06:40:45 [bca.uk] INFO: Found listing with ID: SH68%20UOY
2026-03-30 06:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520UOY%27 HTTP/1.1" 200 None
2026-03-30 06:40:45 [bca.uk] INFO: Scrape type for SH68%20UOY: 2
2026-03-30 06:40:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea95d65d-afdf-586c-bff9-8a1ad2a98b1d with identifier: SH68%20UOY
2026-03-30 06:40:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea95d65d-afdf-586c-bff9-8a1ad2a98b1d with scrape type 2
2026-03-30 06:40:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea95d65d-afdf-586c-bff9-8a1ad2a98b1d with scrape type 2
2026-03-30 06:40:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea95d65d-afdf-586c-bff9-8a1ad2a98b1d, identifier: SH68%20UOY
2026-03-30 06:40:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce0a52b5-08d3-5797-a3e1-6c8bead7447a with identifier: MA23%20UCR
2026-03-30 06:40:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce0a52b5-08d3-5797-a3e1-6c8bead7447a with identifier: MA23%20UCR
2026-03-30 06:40:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce0a52b5-08d3-5797-a3e1-6c8bead7447a with identifier: MA23%20UCR to the API
2026-03-30 06:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20UCR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ce0a52b5-08d3-5797-a3e1-6c8bead7447a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA23 UCR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20UCR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 30391,
 'odometer_reading_unit': '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 PERFORMANCE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD PERFORMANCE',
 'vin': 'LRWYHCEL8PC758898',
 'year': 2023}
2026-03-30 06:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40: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%2520UCR%27 HTTP/1.1" 200 None
2026-03-30 06:40:45 [bca.uk] INFO: Saving data for MA23%20UCR: {'auction_closing_time': 1774864800.0, 'created_time': 1774534507.711944, 'last_price_update_time': 1774852845.705873}
2026-03-30 06:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520UCR') HTTP/1.1" 204 0
2026-03-30 06:40:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8914e70-6dce-573e-9ee7-d03bf3504d83 with identifier: KC15%20AAE
2026-03-30 06:40:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8914e70-6dce-573e-9ee7-d03bf3504d83 with identifier: KC15%20AAE
2026-03-30 06:40:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8914e70-6dce-573e-9ee7-d03bf3504d83 with identifier: KC15%20AAE to the API
2026-03-30 06:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KC15%20AAE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f8914e70-6dce-573e-9ee7-d03bf3504d83',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KC15 AAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KC15%20AAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 52565,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM',
 'vin': 'WF0DXXGAKDFL56376',
 'year': 2015}
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KC15%2520AAE%27 HTTP/1.1" 200 None
2026-03-30 06:40:46 [bca.uk] INFO: Saving data for KC15%20AAE: {'auction_closing_time': 1774864800.0, 'created_time': 1774479201.480948, 'last_price_update_time': 1774852846.133534}
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KC15%2520AAE') HTTP/1.1" 204 0
2026-03-30 06:40:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6656d119-5d89-5f60-9de5-069190b9803b with identifier: MP19%20GXJ
2026-03-30 06:40:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6656d119-5d89-5f60-9de5-069190b9803b with identifier: MP19%20GXJ
2026-03-30 06:40:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6656d119-5d89-5f60-9de5-069190b9803b with identifier: MP19%20GXJ to the API
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MP19%20GXJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6656d119-5d89-5f60-9de5-069190b9803b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MP19 GXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MP19%20GXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 27675,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 ST-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF01XXERK1KY48792',
 'year': 2019}
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP19%2520GXJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:46 [bca.uk] INFO: Saving data for MP19%20GXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774364515.297681, 'last_price_update_time': 1774852846.431559}
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MP19%2520GXJ') HTTP/1.1" 204 0
2026-03-30 06:40:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99755433-7cdf-572f-ac84-2c635848695e with identifier: KX15%20OKS
2026-03-30 06:40:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99755433-7cdf-572f-ac84-2c635848695e with identifier: KX15%20OKS
2026-03-30 06:40:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99755433-7cdf-572f-ac84-2c635848695e with identifier: KX15%20OKS to the API
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX15%20OKS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '99755433-7cdf-572f-ac84-2c635848695e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX15 OKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX15%20OKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 40335,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TDI 184 QUATTRO S LINE StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 184 QUATTRO S LINE',
 'vin': 'WAUZZZ8U1FR015486',
 'year': 2015}
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX15%2520OKS%27 HTTP/1.1" 200 None
2026-03-30 06:40:46 [bca.uk] INFO: Saving data for KX15%20OKS: {'auction_closing_time': 1774864800.0, 'created_time': 1774534875.463339, 'last_price_update_time': 1774852846.733722}
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX15%2520OKS') HTTP/1.1" 204 0
2026-03-30 06:40:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c943f19-763d-5112-a4f3-b8a56bb90d91 with identifier: GN19%20ZWK
2026-03-30 06:40:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c943f19-763d-5112-a4f3-b8a56bb90d91 with identifier: GN19%20ZWK
2026-03-30 06:40:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c943f19-763d-5112-a4f3-b8a56bb90d91 with identifier: GN19%20ZWK to the API
2026-03-30 06:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN19%20ZWK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8c943f19-763d-5112-a4f3-b8a56bb90d91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN19 ZWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN19%20ZWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SSANGYONG',
 'model': 'TIVOLI',
 'odometer': 48109,
 'odometer_reading_unit': '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 TIVOLI 1.6 115 ELX 4X4 Hatchback',
 'transmission': 'automatic',
 'trim': '115 ELX 4X4',
 'vin': 'KPT30B1USGP094220',
 'year': 2019}
2026-03-30 06:40:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN19%2520ZWK%27 HTTP/1.1" 200 None
2026-03-30 06:40:47 [bca.uk] INFO: Saving data for GN19%20ZWK: {'auction_closing_time': 1775210400.0, 'created_time': 1774534282.962498, 'last_price_update_time': 1774852847.594635}
2026-03-30 06:40:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN19%2520ZWK') HTTP/1.1" 204 0
2026-03-30 06:40:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea95d65d-afdf-586c-bff9-8a1ad2a98b1d with identifier: SH68%20UOY
2026-03-30 06:40:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea95d65d-afdf-586c-bff9-8a1ad2a98b1d with identifier: SH68%20UOY
2026-03-30 06:40:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea95d65d-afdf-586c-bff9-8a1ad2a98b1d with identifier: SH68%20UOY to the API
2026-03-30 06:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH68%20UOY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ea95d65d-afdf-586c-bff9-8a1ad2a98b1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH68 UOY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH68%20UOY&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 99112,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 2.0 TDI 190 LAURIN+KLEMENT 4X4DSG7 Estate',
 'transmission': 'automatic',
 'trim': 'TDI 190 LAURIN+KLEMENT 4X4DSG7',
 'vin': 'TMBMJ7NPXK7029609',
 'year': 2018}
2026-03-30 06:40:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520UOY%27 HTTP/1.1" 200 None
2026-03-30 06:40:47 [bca.uk] INFO: Saving data for SH68%20UOY: {'auction_closing_time': 1774864800.0, 'created_time': 1773907304.0761, 'last_price_update_time': 1774852847.88098}
2026-03-30 06:40:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH68%2520UOY') HTTP/1.1" 204 0
2026-03-30 06:40:47 [bca.uk] INFO: Found listing with ID: MV23%20RLZ
2026-03-30 06:40:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520RLZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:47 [bca.uk] INFO: Scrape type for MV23%20RLZ: 2
2026-03-30 06:40:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a032d602-7480-5b82-a6a1-28da2d404d49 with identifier: MV23%20RLZ
2026-03-30 06:40:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a032d602-7480-5b82-a6a1-28da2d404d49 with scrape type 2
2026-03-30 06:40:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a032d602-7480-5b82-a6a1-28da2d404d49 with scrape type 2
2026-03-30 06:40:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a032d602-7480-5b82-a6a1-28da2d404d49, identifier: MV23%20RLZ
2026-03-30 06:40:48 [bca.uk] INFO: Found listing with ID: CK23%20HZF
2026-03-30 06:40:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520HZF%27 HTTP/1.1" 200 None
2026-03-30 06:40:48 [bca.uk] INFO: Scrape type for CK23%20HZF: 2
2026-03-30 06:40:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85e2130b-34d6-5bba-81f7-10277dff75c7 with identifier: CK23%20HZF
2026-03-30 06:40:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85e2130b-34d6-5bba-81f7-10277dff75c7 with scrape type 2
2026-03-30 06:40:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85e2130b-34d6-5bba-81f7-10277dff75c7 with scrape type 2
2026-03-30 06:40:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85e2130b-34d6-5bba-81f7-10277dff75c7, identifier: CK23%20HZF
2026-03-30 06:40:48 [bca.uk] INFO: Found listing with ID: HY18%20WRU
2026-03-30 06:40:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY18%2520WRU%27 HTTP/1.1" 200 None
2026-03-30 06:40:48 [bca.uk] INFO: Scrape type for HY18%20WRU: 2
2026-03-30 06:40:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ee66c50-c3d1-59b4-a2a7-ff3d287e4f08 with identifier: HY18%20WRU
2026-03-30 06:40:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ee66c50-c3d1-59b4-a2a7-ff3d287e4f08 with scrape type 2
2026-03-30 06:40:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ee66c50-c3d1-59b4-a2a7-ff3d287e4f08 with scrape type 2
2026-03-30 06:40:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ee66c50-c3d1-59b4-a2a7-ff3d287e4f08, identifier: HY18%20WRU
2026-03-30 06:40:48 [bca.uk] INFO: Found listing with ID: KF19%20YAW
2026-03-30 06:40:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520YAW%27 HTTP/1.1" 200 None
2026-03-30 06:40:48 [bca.uk] INFO: Scrape type for KF19%20YAW: 2
2026-03-30 06:40:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2997280-00ef-535d-8ba7-d84d5d754b3b with identifier: KF19%20YAW
2026-03-30 06:40:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2997280-00ef-535d-8ba7-d84d5d754b3b with scrape type 2
2026-03-30 06:40:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2997280-00ef-535d-8ba7-d84d5d754b3b with scrape type 2
2026-03-30 06:40:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2997280-00ef-535d-8ba7-d84d5d754b3b, identifier: KF19%20YAW
2026-03-30 06:40:48 [bca.uk] INFO: Found listing with ID: KS16%20XKC
2026-03-30 06:40:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS16%2520XKC%27 HTTP/1.1" 200 None
2026-03-30 06:40:48 [bca.uk] INFO: Scrape type for KS16%20XKC: 2
2026-03-30 06:40:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a691eacc-caf0-5708-a599-eaa745530a17 with identifier: KS16%20XKC
2026-03-30 06:40:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a691eacc-caf0-5708-a599-eaa745530a17 with scrape type 2
2026-03-30 06:40:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a691eacc-caf0-5708-a599-eaa745530a17 with scrape type 2
2026-03-30 06:40:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a691eacc-caf0-5708-a599-eaa745530a17, identifier: KS16%20XKC
2026-03-30 06:40:48 [bca.uk] INFO: Found listing with ID: YA70%20WXC
2026-03-30 06:40:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520WXC%27 HTTP/1.1" 200 None
2026-03-30 06:40:48 [bca.uk] INFO: Scrape type for YA70%20WXC: 2
2026-03-30 06:40:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 428bbca1-9ec4-5762-88fe-296ad07c4c21 with identifier: YA70%20WXC
2026-03-30 06:40:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 428bbca1-9ec4-5762-88fe-296ad07c4c21 with scrape type 2
2026-03-30 06:40:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 428bbca1-9ec4-5762-88fe-296ad07c4c21 with scrape type 2
2026-03-30 06:40:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 428bbca1-9ec4-5762-88fe-296ad07c4c21, identifier: YA70%20WXC
2026-03-30 06:40:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a032d602-7480-5b82-a6a1-28da2d404d49 with identifier: MV23%20RLZ
2026-03-30 06:40:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a032d602-7480-5b82-a6a1-28da2d404d49 with identifier: MV23%20RLZ
2026-03-30 06:40:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a032d602-7480-5b82-a6a1-28da2d404d49 with identifier: MV23%20RLZ to the API
2026-03-30 06:40:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV23%20RLZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a032d602-7480-5b82-a6a1-28da2d404d49',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MV23 RLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV23%20RLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 64091,
 'odometer_reading_unit': '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': 'LRWYHCFS2PC706043',
 'year': 2023}
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV23%2520RLZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:49 [bca.uk] INFO: Saving data for MV23%20RLZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773931328.94854, 'last_price_update_time': 1774852849.02005}
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV23%2520RLZ') HTTP/1.1" 204 0
2026-03-30 06:40:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85e2130b-34d6-5bba-81f7-10277dff75c7 with identifier: CK23%20HZF
2026-03-30 06:40:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85e2130b-34d6-5bba-81f7-10277dff75c7 with identifier: CK23%20HZF
2026-03-30 06:40:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85e2130b-34d6-5bba-81f7-10277dff75c7 with identifier: CK23%20HZF to the API
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 39,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK23%20HZF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '85e2130b-34d6-5bba-81f7-10277dff75c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CK23 HZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK23%20HZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 21213,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.4 TSI PHEV R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI PHEV R LINE DSG',
 'vin': 'WVGZZZ5N4PW411619',
 'year': 2023}
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520HZF%27 HTTP/1.1" 200 None
2026-03-30 06:40:49 [bca.uk] INFO: Saving data for CK23%20HZF: {'auction_closing_time': 1774951200.0, 'created_time': 1774536252.277984, 'last_price_update_time': 1774852849.318895}
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK23%2520HZF') HTTP/1.1" 204 0
2026-03-30 06:40:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ee66c50-c3d1-59b4-a2a7-ff3d287e4f08 with identifier: HY18%20WRU
2026-03-30 06:40:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ee66c50-c3d1-59b4-a2a7-ff3d287e4f08 with identifier: HY18%20WRU
2026-03-30 06:40:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ee66c50-c3d1-59b4-a2a7-ff3d287e4f08 with identifier: HY18%20WRU to the API
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY18%20WRU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ee66c50-c3d1-59b4-a2a7-ff3d287e4f08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY18 WRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY18%20WRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 90594,
 'odometer_reading_unit': '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 ATECA 1.4 ECO TSI 150 XCELLENCE StationWagon',
 'transmission': 'manual',
 'trim': 'ECO TSI 150 XCELLENCE',
 'vin': 'VSSZZZ5FZJ6548908',
 'year': 2018}
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY18%2520WRU%27 HTTP/1.1" 200 None
2026-03-30 06:40:49 [bca.uk] INFO: Saving data for HY18%20WRU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535115.758945, 'last_price_update_time': 1774852849.613538}
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY18%2520WRU') HTTP/1.1" 204 0
2026-03-30 06:40:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2997280-00ef-535d-8ba7-d84d5d754b3b with identifier: KF19%20YAW
2026-03-30 06:40:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2997280-00ef-535d-8ba7-d84d5d754b3b with identifier: KF19%20YAW
2026-03-30 06:40:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2997280-00ef-535d-8ba7-d84d5d754b3b with identifier: KF19%20YAW to the API
2026-03-30 06:40:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF19%20YAW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2997280-00ef-535d-8ba7-d84d5d754b3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF19 YAW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF19%20YAW&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 70898,
 'odometer_reading_unit': '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 SPORT Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI SPORT',
 'vin': 'WAUZZZGB9KR063800',
 'year': 2019}
2026-03-30 06:40:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520YAW%27 HTTP/1.1" 200 None
2026-03-30 06:40:50 [bca.uk] INFO: Saving data for KF19%20YAW: {'auction_closing_time': 1774864800.0, 'created_time': 1774534873.79549, 'last_price_update_time': 1774852850.476611}
2026-03-30 06:40:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF19%2520YAW') HTTP/1.1" 204 0
2026-03-30 06:40:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a691eacc-caf0-5708-a599-eaa745530a17 with identifier: KS16%20XKC
2026-03-30 06:40:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a691eacc-caf0-5708-a599-eaa745530a17 with identifier: KS16%20XKC
2026-03-30 06:40:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a691eacc-caf0-5708-a599-eaa745530a17 with identifier: KS16%20XKC to the API
2026-03-30 06:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS16%20XKC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a691eacc-caf0-5708-a599-eaa745530a17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS16 XKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS16%20XKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 111457,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWZB32040WU19432',
 'year': 2016}
2026-03-30 06:40:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS16%2520XKC%27 HTTP/1.1" 200 None
2026-03-30 06:40:50 [bca.uk] INFO: Saving data for KS16%20XKC: {'auction_closing_time': 1775210400.0, 'created_time': 1774534283.996559, 'last_price_update_time': 1774852850.776831}
2026-03-30 06:40:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS16%2520XKC') HTTP/1.1" 204 0
2026-03-30 06:40:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 428bbca1-9ec4-5762-88fe-296ad07c4c21 with identifier: YA70%20WXC
2026-03-30 06:40:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 428bbca1-9ec4-5762-88fe-296ad07c4c21 with identifier: YA70%20WXC
2026-03-30 06:40:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 428bbca1-9ec4-5762-88fe-296ad07c4c21 with identifier: YA70%20WXC to the API
2026-03-30 06:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA70%20WXC-GB',
 'category': 'Car',
 'color': 'pepper white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '428bbca1-9ec4-5762-88fe-296ad07c4c21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA70 WXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA70%20WXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 49544,
 'odometer_reading_unit': '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 CLUBMAN 1.5 COOPER SPORT STEP Estate',
 'transmission': 'automatic',
 'trim': 'COOPER SPORT STEP',
 'vin': 'WMWLV320802N47676',
 'year': 2021}
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520WXC%27 HTTP/1.1" 200 None
2026-03-30 06:40:51 [bca.uk] INFO: Saving data for YA70%20WXC: {'auction_closing_time': 1774864800.0, 'created_time': 1773837577.009477, 'last_price_update_time': 1774852851.090333}
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA70%2520WXC') HTTP/1.1" 204 0
2026-03-30 06:40:51 [bca.uk] INFO: Found listing with ID: WG22%20NSK
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG22%2520NSK%27 HTTP/1.1" 200 None
2026-03-30 06:40:51 [bca.uk] INFO: Scrape type for WG22%20NSK: 2
2026-03-30 06:40:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3beb0de-b438-5f23-8c07-d3462a717908 with identifier: WG22%20NSK
2026-03-30 06:40:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3beb0de-b438-5f23-8c07-d3462a717908 with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3beb0de-b438-5f23-8c07-d3462a717908 with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3beb0de-b438-5f23-8c07-d3462a717908, identifier: WG22%20NSK
2026-03-30 06:40:51 [bca.uk] INFO: Found listing with ID: AK22%20CCZ
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520CCZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:51 [bca.uk] INFO: Scrape type for AK22%20CCZ: 2
2026-03-30 06:40:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b135097b-5d01-5549-8ebe-92c4f1739a28 with identifier: AK22%20CCZ
2026-03-30 06:40:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b135097b-5d01-5549-8ebe-92c4f1739a28 with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b135097b-5d01-5549-8ebe-92c4f1739a28 with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b135097b-5d01-5549-8ebe-92c4f1739a28, identifier: AK22%20CCZ
2026-03-30 06:40:51 [bca.uk] INFO: Found listing with ID: PY14%20GDZ
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY14%2520GDZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:51 [bca.uk] INFO: Scrape type for PY14%20GDZ: 2
2026-03-30 06:40:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81978d1d-ee43-5134-aad7-b0ade3ca9414 with identifier: PY14%20GDZ
2026-03-30 06:40:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81978d1d-ee43-5134-aad7-b0ade3ca9414 with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81978d1d-ee43-5134-aad7-b0ade3ca9414 with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81978d1d-ee43-5134-aad7-b0ade3ca9414, identifier: PY14%20GDZ
2026-03-30 06:40:51 [bca.uk] INFO: Found listing with ID: LY73%20OLO
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520OLO%27 HTTP/1.1" 200 None
2026-03-30 06:40:51 [bca.uk] INFO: Scrape type for LY73%20OLO: 2
2026-03-30 06:40:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c133049-7232-5220-9de7-6082a1adf4e1 with identifier: LY73%20OLO
2026-03-30 06:40:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c133049-7232-5220-9de7-6082a1adf4e1 with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c133049-7232-5220-9de7-6082a1adf4e1 with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c133049-7232-5220-9de7-6082a1adf4e1, identifier: LY73%20OLO
2026-03-30 06:40:51 [bca.uk] INFO: Found listing with ID: KY60%20YDD
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY60%2520YDD%27 HTTP/1.1" 200 None
2026-03-30 06:40:51 [bca.uk] INFO: Scrape type for KY60%20YDD: 2
2026-03-30 06:40:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 699e514e-7c6c-5ea8-b77a-acfa465fbf1a with identifier: KY60%20YDD
2026-03-30 06:40:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 699e514e-7c6c-5ea8-b77a-acfa465fbf1a with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 699e514e-7c6c-5ea8-b77a-acfa465fbf1a with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 699e514e-7c6c-5ea8-b77a-acfa465fbf1a, identifier: KY60%20YDD
2026-03-30 06:40:51 [bca.uk] INFO: Found listing with ID: YM66%20EJK
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM66%2520EJK%27 HTTP/1.1" 200 None
2026-03-30 06:40:51 [bca.uk] INFO: Scrape type for YM66%20EJK: 2
2026-03-30 06:40:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 160367a9-a2f4-5fea-8e52-713b380d2d2d with identifier: YM66%20EJK
2026-03-30 06:40:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 160367a9-a2f4-5fea-8e52-713b380d2d2d with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 160367a9-a2f4-5fea-8e52-713b380d2d2d with scrape type 2
2026-03-30 06:40:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 160367a9-a2f4-5fea-8e52-713b380d2d2d, identifier: YM66%20EJK
2026-03-30 06:40:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3beb0de-b438-5f23-8c07-d3462a717908 with identifier: WG22%20NSK
2026-03-30 06:40:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3beb0de-b438-5f23-8c07-d3462a717908 with identifier: WG22%20NSK
2026-03-30 06:40:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3beb0de-b438-5f23-8c07-d3462a717908 with identifier: WG22%20NSK to the API
2026-03-30 06:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG22%20NSK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f3beb0de-b438-5f23-8c07-d3462a717908',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WG22 NSK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG22%20NSK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 220 D',
 'odometer': 54639,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 220 D 2.0 AMG LINE 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'W1N2539152G080556',
 'year': 2022}
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG22%2520NSK%27 HTTP/1.1" 200 None
2026-03-30 06:40:52 [bca.uk] INFO: Saving data for WG22%20NSK: {'auction_closing_time': 1774864800.0, 'created_time': 1774534498.557331, 'last_price_update_time': 1774852852.125367}
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG22%2520NSK') HTTP/1.1" 204 0
2026-03-30 06:40:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b135097b-5d01-5549-8ebe-92c4f1739a28 with identifier: AK22%20CCZ
2026-03-30 06:40:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b135097b-5d01-5549-8ebe-92c4f1739a28 with identifier: AK22%20CCZ
2026-03-30 06:40:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b135097b-5d01-5549-8ebe-92c4f1739a28 with identifier: AK22%20CCZ to the API
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK22%20CCZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b135097b-5d01-5549-8ebe-92c4f1739a28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AK22 CCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK22%20CCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 97133,
 'odometer_reading_unit': '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 1.5 EBL 120 2WD TITANIUM ED. StationWagon',
 'transmission': 'manual',
 'trim': 'EBL 120 2WD TITANIUM ED.',
 'vin': 'WF0FXXWPMFNL48422',
 'year': 2022}
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520CCZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:52 [bca.uk] INFO: Saving data for AK22%20CCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536254.235006, 'last_price_update_time': 1774852852.516767}
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK22%2520CCZ') HTTP/1.1" 204 0
2026-03-30 06:40:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81978d1d-ee43-5134-aad7-b0ade3ca9414 with identifier: PY14%20GDZ
2026-03-30 06:40:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81978d1d-ee43-5134-aad7-b0ade3ca9414 with identifier: PY14%20GDZ
2026-03-30 06:40:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81978d1d-ee43-5134-aad7-b0ade3ca9414 with identifier: PY14%20GDZ to the API
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 85,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY14%20GDZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '81978d1d-ee43-5134-aad7-b0ade3ca9414',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY14 GDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY14%20GDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 145829,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.6 TDI CR 110 GREENLINE III Estate',
 'transmission': 'manual',
 'trim': 'TDI CR 110 GREENLINE III',
 'vin': 'TMBKG7NE4F0057652',
 'year': 2014}
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY14%2520GDZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:52 [bca.uk] INFO: Saving data for PY14%20GDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534903.647043, 'last_price_update_time': 1774852852.816645}
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY14%2520GDZ') HTTP/1.1" 204 0
2026-03-30 06:40:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c133049-7232-5220-9de7-6082a1adf4e1 with identifier: LY73%20OLO
2026-03-30 06:40:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c133049-7232-5220-9de7-6082a1adf4e1 with identifier: LY73%20OLO
2026-03-30 06:40:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c133049-7232-5220-9de7-6082a1adf4e1 with identifier: LY73%20OLO to the API
2026-03-30 06:40:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY73%20OLO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8c133049-7232-5220-9de7-6082a1adf4e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LY73 OLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY73%20OLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 19649,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'VNKKBAC300A330964',
 'year': 2024}
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520OLO%27 HTTP/1.1" 200 None
2026-03-30 06:40:53 [bca.uk] INFO: Saving data for LY73%20OLO: {'auction_closing_time': 1775556000.0, 'created_time': 1774534874.439631, 'last_price_update_time': 1774852853.191838}
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY73%2520OLO') HTTP/1.1" 204 0
2026-03-30 06:40:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 699e514e-7c6c-5ea8-b77a-acfa465fbf1a with identifier: KY60%20YDD
2026-03-30 06:40:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 699e514e-7c6c-5ea8-b77a-acfa465fbf1a with identifier: KY60%20YDD
2026-03-30 06:40:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 699e514e-7c6c-5ea8-b77a-acfa465fbf1a with identifier: KY60%20YDD to the API
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY60%20YDD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '699e514e-7c6c-5ea8-b77a-acfa465fbf1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY60 YDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY60%20YDD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 119882,
 '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 2 1.3 TAKUYA Hatchback',
 'transmission': 'manual',
 'trim': 'TAKUYA',
 'vin': 'JMZDE14J200311970',
 'year': 2010}
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY60%2520YDD%27 HTTP/1.1" 200 None
2026-03-30 06:40:53 [bca.uk] INFO: Saving data for KY60%20YDD: {'auction_closing_time': 1775210400.0, 'created_time': 1774534286.109342, 'last_price_update_time': 1774852853.497969}
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY60%2520YDD') HTTP/1.1" 204 0
2026-03-30 06:40:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 160367a9-a2f4-5fea-8e52-713b380d2d2d with identifier: YM66%20EJK
2026-03-30 06:40:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 160367a9-a2f4-5fea-8e52-713b380d2d2d with identifier: YM66%20EJK
2026-03-30 06:40:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 160367a9-a2f4-5fea-8e52-713b380d2d2d with identifier: YM66%20EJK to the API
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM66%20EJK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '160367a9-a2f4-5fea-8e52-713b380d2d2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM66 EJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM66%20EJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HYUNDAI',
 'model': 'SANTA FE',
 'odometer': 87033,
 'odometer_reading_unit': '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 SANTA FE 2.2 CRDI B/D PREMIUM (7ST) 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI B/D PREMIUM (7ST) 4WD',
 'vin': 'KMHSX81XNHU740550',
 'year': 2017}
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM66%2520EJK%27 HTTP/1.1" 200 None
2026-03-30 06:40:53 [bca.uk] INFO: Saving data for YM66%20EJK: {'auction_closing_time': 1774864800.0, 'created_time': 1774045150.168198, 'last_price_update_time': 1774852853.830084}
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM66%2520EJK') HTTP/1.1" 204 0
2026-03-30 06:40:53 [bca.uk] INFO: Found listing with ID: VO18%20DXE
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO18%2520DXE%27 HTTP/1.1" 200 None
2026-03-30 06:40:53 [bca.uk] INFO: Scrape type for VO18%20DXE: 2
2026-03-30 06:40:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c54485d-6375-5160-a52a-37d9e9b9d4d5 with identifier: VO18%20DXE
2026-03-30 06:40:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c54485d-6375-5160-a52a-37d9e9b9d4d5 with scrape type 2
2026-03-30 06:40:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c54485d-6375-5160-a52a-37d9e9b9d4d5 with scrape type 2
2026-03-30 06:40:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c54485d-6375-5160-a52a-37d9e9b9d4d5, identifier: VO18%20DXE
2026-03-30 06:40:53 [bca.uk] INFO: Found listing with ID: CY20%20AYO
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY20%2520AYO%27 HTTP/1.1" 200 None
2026-03-30 06:40:54 [bca.uk] INFO: Scrape type for CY20%20AYO: 2
2026-03-30 06:40:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99b15d69-b192-53f4-85f8-2345a86a015f with identifier: CY20%20AYO
2026-03-30 06:40:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99b15d69-b192-53f4-85f8-2345a86a015f with scrape type 2
2026-03-30 06:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99b15d69-b192-53f4-85f8-2345a86a015f with scrape type 2
2026-03-30 06:40:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99b15d69-b192-53f4-85f8-2345a86a015f, identifier: CY20%20AYO
2026-03-30 06:40:54 [bca.uk] INFO: Found listing with ID: VT19%20XLB
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520XLB%27 HTTP/1.1" 200 None
2026-03-30 06:40:54 [bca.uk] INFO: Scrape type for VT19%20XLB: 2
2026-03-30 06:40:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 386071c4-38f1-56ea-8fc7-bb84ae7a63d9 with identifier: VT19%20XLB
2026-03-30 06:40:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 386071c4-38f1-56ea-8fc7-bb84ae7a63d9 with scrape type 2
2026-03-30 06:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 386071c4-38f1-56ea-8fc7-bb84ae7a63d9 with scrape type 2
2026-03-30 06:40:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 386071c4-38f1-56ea-8fc7-bb84ae7a63d9, identifier: VT19%20XLB
2026-03-30 06:40:54 [bca.uk] INFO: Found listing with ID: CV18%20TLK
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520TLK%27 HTTP/1.1" 200 None
2026-03-30 06:40:54 [bca.uk] INFO: Scrape type for CV18%20TLK: 2
2026-03-30 06:40:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 226cfac9-43d2-5c60-947a-ac98be30a6c7 with identifier: CV18%20TLK
2026-03-30 06:40:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 226cfac9-43d2-5c60-947a-ac98be30a6c7 with scrape type 2
2026-03-30 06:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 226cfac9-43d2-5c60-947a-ac98be30a6c7 with scrape type 2
2026-03-30 06:40:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 226cfac9-43d2-5c60-947a-ac98be30a6c7, identifier: CV18%20TLK
2026-03-30 06:40:54 [bca.uk] INFO: Found listing with ID: LG17%20ONL
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG17%2520ONL%27 HTTP/1.1" 200 None
2026-03-30 06:40:54 [bca.uk] INFO: Scrape type for LG17%20ONL: 2
2026-03-30 06:40:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d0c250b-4e11-5622-ab2b-413d17582e87 with identifier: LG17%20ONL
2026-03-30 06:40:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d0c250b-4e11-5622-ab2b-413d17582e87 with scrape type 2
2026-03-30 06:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d0c250b-4e11-5622-ab2b-413d17582e87 with scrape type 2
2026-03-30 06:40:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d0c250b-4e11-5622-ab2b-413d17582e87, identifier: LG17%20ONL
2026-03-30 06:40:54 [bca.uk] INFO: Found listing with ID: YR22%20ZZT
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520ZZT%27 HTTP/1.1" 200 None
2026-03-30 06:40:54 [bca.uk] INFO: Scrape type for YR22%20ZZT: 2
2026-03-30 06:40:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49972e36-dc97-5a7d-9830-00aba4a55c75 with identifier: YR22%20ZZT
2026-03-30 06:40:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49972e36-dc97-5a7d-9830-00aba4a55c75 with scrape type 2
2026-03-30 06:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49972e36-dc97-5a7d-9830-00aba4a55c75 with scrape type 2
2026-03-30 06:40:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49972e36-dc97-5a7d-9830-00aba4a55c75, identifier: YR22%20ZZT
2026-03-30 06:40:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c54485d-6375-5160-a52a-37d9e9b9d4d5 with identifier: VO18%20DXE
2026-03-30 06:40:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c54485d-6375-5160-a52a-37d9e9b9d4d5 with identifier: VO18%20DXE
2026-03-30 06:40:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c54485d-6375-5160-a52a-37d9e9b9d4d5 with identifier: VO18%20DXE to the API
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO18%20DXE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8c54485d-6375-5160-a52a-37d9e9b9d4d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO18 DXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO18%20DXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 74129,
 'odometer_reading_unit': '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 240 AWD R SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'D 240 AWD R SPORT',
 'vin': 'SADCA2AN1JA202006',
 'year': 2018}
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO18%2520DXE%27 HTTP/1.1" 200 None
2026-03-30 06:40:54 [bca.uk] INFO: Saving data for VO18%20DXE: {'auction_closing_time': 1775037600.0, 'created_time': 1774534499.495325, 'last_price_update_time': 1774852854.934886}
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO18%2520DXE') HTTP/1.1" 204 0
2026-03-30 06:40:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99b15d69-b192-53f4-85f8-2345a86a015f with identifier: CY20%20AYO
2026-03-30 06:40:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99b15d69-b192-53f4-85f8-2345a86a015f with identifier: CY20%20AYO
2026-03-30 06:40:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99b15d69-b192-53f4-85f8-2345a86a015f with identifier: CY20%20AYO to the API
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY20%20AYO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '99b15d69-b192-53f4-85f8-2345a86a015f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CY20 AYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CY20%20AYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 73358,
 'odometer_reading_unit': '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.6 TDI 115 SE TECHNOLOGY Estate',
 'transmission': 'manual',
 'trim': 'TDI 115 SE TECHNOLOGY',
 'vin': 'TMBKG7NE2L0157809',
 'year': 2020}
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY20%2520AYO%27 HTTP/1.1" 200 None
2026-03-30 06:40:55 [bca.uk] INFO: Saving data for CY20%20AYO: {'auction_closing_time': 1774864800.0, 'created_time': 1774046192.242242, 'last_price_update_time': 1774852855.238788}
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CY20%2520AYO') HTTP/1.1" 204 0
2026-03-30 06:40:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 386071c4-38f1-56ea-8fc7-bb84ae7a63d9 with identifier: VT19%20XLB
2026-03-30 06:40:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 386071c4-38f1-56ea-8fc7-bb84ae7a63d9 with identifier: VT19%20XLB
2026-03-30 06:40:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 386071c4-38f1-56ea-8fc7-bb84ae7a63d9 with identifier: VT19%20XLB to the API
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VT19%20XLB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '386071c4-38f1-56ea-8fc7-bb84ae7a63d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VT19 XLB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VT19%20XLB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 48723,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF E-GOLF Hatchback',
 'transmission': 'automatic',
 'trim': 'E-GOLF',
 'vin': 'WVWZZZAUZKW911800',
 'year': 2019}
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520XLB%27 HTTP/1.1" 200 None
2026-03-30 06:40:55 [bca.uk] INFO: Saving data for VT19%20XLB: {'auction_closing_time': 1774864800.0, 'created_time': 1774535125.579629, 'last_price_update_time': 1774852855.536656}
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VT19%2520XLB') HTTP/1.1" 204 0
2026-03-30 06:40:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 226cfac9-43d2-5c60-947a-ac98be30a6c7 with identifier: CV18%20TLK
2026-03-30 06:40:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 226cfac9-43d2-5c60-947a-ac98be30a6c7 with identifier: CV18%20TLK
2026-03-30 06:40:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 226cfac9-43d2-5c60-947a-ac98be30a6c7 with identifier: CV18%20TLK to the API
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV18%20TLK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '226cfac9-43d2-5c60-947a-ac98be30a6c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV18 TLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV18%20TLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 118334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 SE',
 'vin': 'WVWZZZAWZJU008880',
 'year': 2018}
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV18%2520TLK%27 HTTP/1.1" 200 None
2026-03-30 06:40:55 [bca.uk] INFO: Saving data for CV18%20TLK: {'auction_closing_time': 1774951200.0, 'created_time': 1774534872.017245, 'last_price_update_time': 1774852855.814875}
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV18%2520TLK') HTTP/1.1" 204 0
2026-03-30 06:40:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d0c250b-4e11-5622-ab2b-413d17582e87 with identifier: LG17%20ONL
2026-03-30 06:40:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d0c250b-4e11-5622-ab2b-413d17582e87 with identifier: LG17%20ONL
2026-03-30 06:40:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d0c250b-4e11-5622-ab2b-413d17582e87 with identifier: LG17%20ONL to the API
2026-03-30 06:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG17%20ONL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d0c250b-4e11-5622-ab2b-413d17582e87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG17 ONL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG17%20ONL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 90761,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'ED4 150 2WD SE',
 'vin': 'SALVB2CN3HH229975',
 'year': 2017}
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG17%2520ONL%27 HTTP/1.1" 200 None
2026-03-30 06:40:56 [bca.uk] INFO: Saving data for LG17%20ONL: {'auction_closing_time': 1775210400.0, 'created_time': 1774534264.454821, 'last_price_update_time': 1774852856.13304}
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG17%2520ONL') HTTP/1.1" 204 0
2026-03-30 06:40:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49972e36-dc97-5a7d-9830-00aba4a55c75 with identifier: YR22%20ZZT
2026-03-30 06:40:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49972e36-dc97-5a7d-9830-00aba4a55c75 with identifier: YR22%20ZZT
2026-03-30 06:40:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49972e36-dc97-5a7d-9830-00aba4a55c75 with identifier: YR22%20ZZT to the API
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20ZZT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '49972e36-dc97-5a7d-9830-00aba4a55c75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR22 ZZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20ZZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 59201,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A6 AVANT 2.0 40 TFSI SPORT S-T Estate',
 'transmission': 'automatic',
 'trim': '40 TFSI SPORT S-T',
 'vin': 'WAUZZZF24NN033259',
 'year': 2022}
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520ZZT%27 HTTP/1.1" 200 None
2026-03-30 06:40:56 [bca.uk] INFO: Saving data for YR22%20ZZT: {'auction_closing_time': 1774951200.0, 'created_time': 1774536267.010394, 'last_price_update_time': 1774852856.458387}
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520ZZT') HTTP/1.1" 204 0
2026-03-30 06:40:56 [bca.uk] INFO: Found listing with ID: KF72%20VDC
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520VDC%27 HTTP/1.1" 200 None
2026-03-30 06:40:56 [bca.uk] INFO: Scrape type for KF72%20VDC: 2
2026-03-30 06:40:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49e5c8d6-9a51-5c15-9829-92f271b52501 with identifier: KF72%20VDC
2026-03-30 06:40:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49e5c8d6-9a51-5c15-9829-92f271b52501 with scrape type 2
2026-03-30 06:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49e5c8d6-9a51-5c15-9829-92f271b52501 with scrape type 2
2026-03-30 06:40:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49e5c8d6-9a51-5c15-9829-92f271b52501, identifier: KF72%20VDC
2026-03-30 06:40:56 [bca.uk] INFO: Found listing with ID: DN69%20TPZ
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520TPZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:56 [bca.uk] INFO: Scrape type for DN69%20TPZ: 2
2026-03-30 06:40:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68fccc9d-db6f-5285-89e1-6614338afa97 with identifier: DN69%20TPZ
2026-03-30 06:40:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68fccc9d-db6f-5285-89e1-6614338afa97 with scrape type 2
2026-03-30 06:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68fccc9d-db6f-5285-89e1-6614338afa97 with scrape type 2
2026-03-30 06:40:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68fccc9d-db6f-5285-89e1-6614338afa97, identifier: DN69%20TPZ
2026-03-30 06:40:56 [bca.uk] INFO: Found listing with ID: BN69%20KPE
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520KPE%27 HTTP/1.1" 200 None
2026-03-30 06:40:56 [bca.uk] INFO: Scrape type for BN69%20KPE: 2
2026-03-30 06:40:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f72c03cf-db2e-5a9f-8958-356be4dde1eb with identifier: BN69%20KPE
2026-03-30 06:40:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f72c03cf-db2e-5a9f-8958-356be4dde1eb with scrape type 2
2026-03-30 06:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f72c03cf-db2e-5a9f-8958-356be4dde1eb with scrape type 2
2026-03-30 06:40:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f72c03cf-db2e-5a9f-8958-356be4dde1eb, identifier: BN69%20KPE
2026-03-30 06:40:56 [bca.uk] INFO: Found listing with ID: HJ63%20XOY
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ63%2520XOY%27 HTTP/1.1" 200 None
2026-03-30 06:40:56 [bca.uk] INFO: Scrape type for HJ63%20XOY: 2
2026-03-30 06:40:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51b5445d-26dc-58ca-9084-376ff45324b3 with identifier: HJ63%20XOY
2026-03-30 06:40:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51b5445d-26dc-58ca-9084-376ff45324b3 with scrape type 2
2026-03-30 06:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51b5445d-26dc-58ca-9084-376ff45324b3 with scrape type 2
2026-03-30 06:40:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51b5445d-26dc-58ca-9084-376ff45324b3, identifier: HJ63%20XOY
2026-03-30 06:40:56 [bca.uk] INFO: Found listing with ID: MF63%20RLV
2026-03-30 06:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF63%2520RLV%27 HTTP/1.1" 200 None
2026-03-30 06:40:57 [bca.uk] INFO: Scrape type for MF63%20RLV: 2
2026-03-30 06:40:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7eabf25-9656-5fb3-ad7e-9a542a3b5a4b with identifier: MF63%20RLV
2026-03-30 06:40:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7eabf25-9656-5fb3-ad7e-9a542a3b5a4b with scrape type 2
2026-03-30 06:40:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7eabf25-9656-5fb3-ad7e-9a542a3b5a4b with scrape type 2
2026-03-30 06:40:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7eabf25-9656-5fb3-ad7e-9a542a3b5a4b, identifier: MF63%20RLV
2026-03-30 06:40:57 [bca.uk] INFO: Found listing with ID: LR22%20VYS
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520VYS%27 HTTP/1.1" 200 None
2026-03-30 06:40:57 [bca.uk] INFO: Scrape type for LR22%20VYS: 2
2026-03-30 06:40:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79cb009d-351d-5556-86bd-d41a0f459e1d with identifier: LR22%20VYS
2026-03-30 06:40:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79cb009d-351d-5556-86bd-d41a0f459e1d with scrape type 2
2026-03-30 06:40:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79cb009d-351d-5556-86bd-d41a0f459e1d with scrape type 2
2026-03-30 06:40:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79cb009d-351d-5556-86bd-d41a0f459e1d, identifier: LR22%20VYS
2026-03-30 06:40:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49e5c8d6-9a51-5c15-9829-92f271b52501 with identifier: KF72%20VDC
2026-03-30 06:40:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49e5c8d6-9a51-5c15-9829-92f271b52501 with identifier: KF72%20VDC
2026-03-30 06:40:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49e5c8d6-9a51-5c15-9829-92f271b52501 with identifier: KF72%20VDC to the API
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF72%20VDC-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': '49e5c8d6-9a51-5c15-9829-92f271b52501',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF72 VDC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF72%20VDC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 13392,
 'odometer_reading_unit': '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 AUTOBIOGRAPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD AUTOBIOGRAPHY',
 'vin': 'SALZA2AT3PH211402',
 'year': 2023}
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520VDC%27 HTTP/1.1" 200 None
2026-03-30 06:40:57 [bca.uk] INFO: Saving data for KF72%20VDC: {'auction_closing_time': 1775037600.0, 'created_time': 1774534545.892303, 'last_price_update_time': 1774852857.503494}
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF72%2520VDC') HTTP/1.1" 204 0
2026-03-30 06:40:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68fccc9d-db6f-5285-89e1-6614338afa97 with identifier: DN69%20TPZ
2026-03-30 06:40:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68fccc9d-db6f-5285-89e1-6614338afa97 with identifier: DN69%20TPZ
2026-03-30 06:40:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68fccc9d-db6f-5285-89e1-6614338afa97 with identifier: DN69%20TPZ to the API
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN69%20TPZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68fccc9d-db6f-5285-89e1-6614338afa97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN69 TPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN69%20TPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 49715,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.3 DIG-T N-CONNECTA (7ST) DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'DIG-T N-CONNECTA (7ST) DCT',
 'vin': 'JN1JGAT32U0050349',
 'year': 2019}
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN69%2520TPZ%27 HTTP/1.1" 200 None
2026-03-30 06:40:57 [bca.uk] INFO: Saving data for DN69%20TPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536243.261344, 'last_price_update_time': 1774852857.926226}
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN69%2520TPZ') HTTP/1.1" 204 0
2026-03-30 06:40:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f72c03cf-db2e-5a9f-8958-356be4dde1eb with identifier: BN69%20KPE
2026-03-30 06:40:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f72c03cf-db2e-5a9f-8958-356be4dde1eb with identifier: BN69%20KPE
2026-03-30 06:40:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f72c03cf-db2e-5a9f-8958-356be4dde1eb with identifier: BN69%20KPE to the API
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN69%20KPE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f72c03cf-db2e-5a9f-8958-356be4dde1eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN69 KPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN69%20KPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 33261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 EBL 120 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120 ZETEC',
 'vin': 'WF0NXXGCHNLB25325',
 'year': 2020}
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520KPE%27 HTTP/1.1" 200 None
2026-03-30 06:40:58 [bca.uk] INFO: Saving data for BN69%20KPE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477244.099311, 'last_price_update_time': 1774852858.211704}
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN69%2520KPE') HTTP/1.1" 204 0
2026-03-30 06:40:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51b5445d-26dc-58ca-9084-376ff45324b3 with identifier: HJ63%20XOY
2026-03-30 06:40:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51b5445d-26dc-58ca-9084-376ff45324b3 with identifier: HJ63%20XOY
2026-03-30 06:40:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51b5445d-26dc-58ca-9084-376ff45324b3 with identifier: HJ63%20XOY to the API
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ63%20XOY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '51b5445d-26dc-58ca-9084-376ff45324b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ63 XOY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ63%20XOY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'C250',
 'odometer': 72645,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C250 2.1 CDI B/E AMG SPORT Coupe',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT',
 'vin': 'WDD2043032G147133',
 'year': 2013}
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ63%2520XOY%27 HTTP/1.1" 200 None
2026-03-30 06:40:58 [bca.uk] INFO: Saving data for HJ63%20XOY: {'auction_closing_time': 1774864800.0, 'created_time': 1773908694.935008, 'last_price_update_time': 1774852858.528527}
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ63%2520XOY') HTTP/1.1" 204 0
2026-03-30 06:40:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7eabf25-9656-5fb3-ad7e-9a542a3b5a4b with identifier: MF63%20RLV
2026-03-30 06:40:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7eabf25-9656-5fb3-ad7e-9a542a3b5a4b with identifier: MF63%20RLV
2026-03-30 06:40:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7eabf25-9656-5fb3-ad7e-9a542a3b5a4b with identifier: MF63%20RLV to the API
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF63%20RLV-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b7eabf25-9656-5fb3-ad7e-9a542a3b5a4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF63 RLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF63%20RLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 104031,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD C-MAX 1.6 TI-VCT 105 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'TI-VCT 105 ZETEC',
 'vin': 'WF0JXXWPBJDG17855',
 'year': 2013}
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF63%2520RLV%27 HTTP/1.1" 200 None
2026-03-30 06:40:58 [bca.uk] INFO: Saving data for MF63%20RLV: {'auction_closing_time': 1775210400.0, 'created_time': 1774534268.093994, 'last_price_update_time': 1774852858.844123}
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF63%2520RLV') HTTP/1.1" 204 0
2026-03-30 06:40:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79cb009d-351d-5556-86bd-d41a0f459e1d with identifier: LR22%20VYS
2026-03-30 06:40:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79cb009d-351d-5556-86bd-d41a0f459e1d with identifier: LR22%20VYS
2026-03-30 06:40:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79cb009d-351d-5556-86bd-d41a0f459e1d with identifier: LR22%20VYS to the API
2026-03-30 06:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:40: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:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR22%20VYS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '79cb009d-351d-5556-86bd-d41a0f459e1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR22 VYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR22%20VYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 27704,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 40 150KW 82KWH S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH S LINE',
 'vin': 'WAUZZZFZ1NP031356',
 'year': 2022}
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520VYS%27 HTTP/1.1" 200 None
2026-03-30 06:40:59 [bca.uk] INFO: Saving data for LR22%20VYS: {'auction_closing_time': 1774951200.0, 'created_time': 1774534524.487216, 'last_price_update_time': 1774852859.147268}
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR22%2520VYS') HTTP/1.1" 204 0
2026-03-30 06:40:59 [bca.uk] INFO: Found listing with ID: AV75%20CWF
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV75%2520CWF%27 HTTP/1.1" 200 None
2026-03-30 06:40:59 [bca.uk] INFO: Scrape type for AV75%20CWF: 2
2026-03-30 06:40:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe5275e-9b90-544b-ab44-c765b1a32b89 with identifier: AV75%20CWF
2026-03-30 06:40:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe5275e-9b90-544b-ab44-c765b1a32b89 with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbe5275e-9b90-544b-ab44-c765b1a32b89 with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbe5275e-9b90-544b-ab44-c765b1a32b89, identifier: AV75%20CWF
2026-03-30 06:40:59 [bca.uk] INFO: Found listing with ID: RO22%20NPU
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520NPU%27 HTTP/1.1" 200 None
2026-03-30 06:40:59 [bca.uk] INFO: Scrape type for RO22%20NPU: 2
2026-03-30 06:40:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3948dac5-fb24-5854-8a11-b1b6c2f07c9d with identifier: RO22%20NPU
2026-03-30 06:40:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3948dac5-fb24-5854-8a11-b1b6c2f07c9d with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3948dac5-fb24-5854-8a11-b1b6c2f07c9d with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3948dac5-fb24-5854-8a11-b1b6c2f07c9d, identifier: RO22%20NPU
2026-03-30 06:40:59 [bca.uk] INFO: Found listing with ID: FY70%20CWU
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520CWU%27 HTTP/1.1" 200 None
2026-03-30 06:40:59 [bca.uk] INFO: Scrape type for FY70%20CWU: 2
2026-03-30 06:40:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a37f93e-556a-53f0-a59c-68aa1e652cb8 with identifier: FY70%20CWU
2026-03-30 06:40:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a37f93e-556a-53f0-a59c-68aa1e652cb8 with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a37f93e-556a-53f0-a59c-68aa1e652cb8 with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a37f93e-556a-53f0-a59c-68aa1e652cb8, identifier: FY70%20CWU
2026-03-30 06:40:59 [bca.uk] INFO: Found listing with ID: LY73%20MFA
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520MFA%27 HTTP/1.1" 200 None
2026-03-30 06:40:59 [bca.uk] INFO: Scrape type for LY73%20MFA: 2
2026-03-30 06:40:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8805164-8e95-593f-a658-b041224048eb with identifier: LY73%20MFA
2026-03-30 06:40:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8805164-8e95-593f-a658-b041224048eb with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8805164-8e95-593f-a658-b041224048eb with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8805164-8e95-593f-a658-b041224048eb, identifier: LY73%20MFA
2026-03-30 06:40:59 [bca.uk] INFO: Found listing with ID: RK65%20DXJ
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK65%2520DXJ%27 HTTP/1.1" 200 None
2026-03-30 06:40:59 [bca.uk] INFO: Scrape type for RK65%20DXJ: 2
2026-03-30 06:40:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 064eb13c-b619-56d5-b2f3-153eee336b73 with identifier: RK65%20DXJ
2026-03-30 06:40:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 064eb13c-b619-56d5-b2f3-153eee336b73 with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 064eb13c-b619-56d5-b2f3-153eee336b73 with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 064eb13c-b619-56d5-b2f3-153eee336b73, identifier: RK65%20DXJ
2026-03-30 06:40:59 [bca.uk] INFO: Found listing with ID: YP22%20HPN
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520HPN%27 HTTP/1.1" 200 None
2026-03-30 06:40:59 [bca.uk] INFO: Scrape type for YP22%20HPN: 2
2026-03-30 06:40:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e33f950-2462-5aff-b23e-c2d28d10bf72 with identifier: YP22%20HPN
2026-03-30 06:40:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e33f950-2462-5aff-b23e-c2d28d10bf72 with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e33f950-2462-5aff-b23e-c2d28d10bf72 with scrape type 2
2026-03-30 06:40:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e33f950-2462-5aff-b23e-c2d28d10bf72, identifier: YP22%20HPN
2026-03-30 06:40:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbe5275e-9b90-544b-ab44-c765b1a32b89 with identifier: AV75%20CWF
2026-03-30 06:40:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbe5275e-9b90-544b-ab44-c765b1a32b89 with identifier: AV75%20CWF
2026-03-30 06:40:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbe5275e-9b90-544b-ab44-c765b1a32b89 with identifier: AV75%20CWF to the API
2026-03-30 06:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV75%20CWF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fbe5275e-9b90-544b-ab44-c765b1a32b89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AV75 CWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV75%20CWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'OMODA',
 'model': '5 E',
 'odometer': 5182,
 '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': 'LNNABDCX3SD305797',
 'year': 2025}
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV75%2520CWF%27 HTTP/1.1" 200 None
2026-03-30 06:41:00 [bca.uk] INFO: Saving data for AV75%20CWF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534544.941822, 'last_price_update_time': 1774852860.180577}
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV75%2520CWF') HTTP/1.1" 204 0
2026-03-30 06:41:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3948dac5-fb24-5854-8a11-b1b6c2f07c9d with identifier: RO22%20NPU
2026-03-30 06:41:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3948dac5-fb24-5854-8a11-b1b6c2f07c9d with identifier: RO22%20NPU
2026-03-30 06:41:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3948dac5-fb24-5854-8a11-b1b6c2f07c9d with identifier: RO22%20NPU to the API
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO22%20NPU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3948dac5-fb24-5854-8a11-b1b6c2f07c9d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO22 NPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO22%20NPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 59082,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 2.0 30 TDI S LINE Saloon',
 'transmission': 'manual',
 'trim': '30 TDI S LINE',
 'vin': 'WAUZZZGY5NA038691',
 'year': 2022}
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520NPU%27 HTTP/1.1" 200 None
2026-03-30 06:41:00 [bca.uk] INFO: Saving data for RO22%20NPU: {'auction_closing_time': 1774864800.0, 'created_time': 1774536234.410982, 'last_price_update_time': 1774852860.548852}
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO22%2520NPU') HTTP/1.1" 204 0
2026-03-30 06:41:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a37f93e-556a-53f0-a59c-68aa1e652cb8 with identifier: FY70%20CWU
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black%2Fwhite HTTP/1.1" 200 None
2026-03-30 06:41:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:41:00 [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:41:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a37f93e-556a-53f0-a59c-68aa1e652cb8 with identifier: FY70%20CWU
2026-03-30 06:41:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a37f93e-556a-53f0-a59c-68aa1e652cb8 with identifier: FY70%20CWU to the API
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY70%20CWU-GB',
 'category': 'Motorhome',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a37f93e-556a-53f0-a59c-68aa1e652cb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY70 CWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY70%20CWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SWIFT',
 'model': 'NORDEN',
 'odometer': 11934,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SWIFT NORDEN 2.3 774 MOTORHOME (LHD) CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '774 MOTORHOME (LHD)',
 'vin': 'ZFA25000002L23173',
 'year': 2020}
2026-03-30 06:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY70%2520CWU%27 HTTP/1.1" 200 None
2026-03-30 06:41:01 [bca.uk] INFO: Saving data for FY70%20CWU: {'auction_closing_time': 1775124000.0, 'created_time': 1774535125.017342, 'last_price_update_time': 1774852861.003093}
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY70%2520CWU') HTTP/1.1" 204 0
2026-03-30 06:41:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8805164-8e95-593f-a658-b041224048eb with identifier: LY73%20MFA
2026-03-30 06:41:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8805164-8e95-593f-a658-b041224048eb with identifier: LY73%20MFA
2026-03-30 06:41:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8805164-8e95-593f-a658-b041224048eb with identifier: LY73%20MFA to the API
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY73%20MFA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e8805164-8e95-593f-a658-b041224048eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LY73 MFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY73%20MFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 8246,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'VNKKBAC370A330377',
 'year': 2023}
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520MFA%27 HTTP/1.1" 200 None
2026-03-30 06:41:01 [bca.uk] INFO: Saving data for LY73%20MFA: {'auction_closing_time': 1775556000.0, 'created_time': 1774534873.008937, 'last_price_update_time': 1774852861.308171}
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY73%2520MFA') HTTP/1.1" 204 0
2026-03-30 06:41:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 064eb13c-b619-56d5-b2f3-153eee336b73 with identifier: RK65%20DXJ
2026-03-30 06:41:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 064eb13c-b619-56d5-b2f3-153eee336b73 with identifier: RK65%20DXJ
2026-03-30 06:41:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 064eb13c-b619-56d5-b2f3-153eee336b73 with identifier: RK65%20DXJ to the API
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK65%20DXJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '064eb13c-b619-56d5-b2f3-153eee336b73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK65 DXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK65%20DXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'GRAND CONNECT',
 'odometer': 66219,
 'odometer_reading_unit': '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 GRAND CONNECT 1.6 TDCI 115 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM',
 'vin': 'WF0UXXWPGUFL17898',
 'year': 2015}
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK65%2520DXJ%27 HTTP/1.1" 200 None
2026-03-30 06:41:01 [bca.uk] INFO: Saving data for RK65%20DXJ: {'auction_closing_time': 1775210400.0, 'created_time': 1774534269.227552, 'last_price_update_time': 1774852861.59629}
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK65%2520DXJ') HTTP/1.1" 204 0
2026-03-30 06:41:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e33f950-2462-5aff-b23e-c2d28d10bf72 with identifier: YP22%20HPN
2026-03-30 06:41:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e33f950-2462-5aff-b23e-c2d28d10bf72 with identifier: YP22%20HPN
2026-03-30 06:41:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e33f950-2462-5aff-b23e-c2d28d10bf72 with identifier: YP22%20HPN to the API
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP22%20HPN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8e33f950-2462-5aff-b23e-c2d28d10bf72',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP22 HPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP22%20HPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 32079,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 40 TFSI SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TFSI SPORT S-T',
 'vin': 'WAUZZZF20NN041827',
 'year': 2022}
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520HPN%27 HTTP/1.1" 200 None
2026-03-30 06:41:01 [bca.uk] INFO: Saving data for YP22%20HPN: {'auction_closing_time': 1774951200.0, 'created_time': 1774534554.961665, 'last_price_update_time': 1774852861.903774}
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP22%2520HPN') HTTP/1.1" 204 0
2026-03-30 06:41:01 [bca.uk] INFO: Found listing with ID: BV22%20ZHY
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV22%2520ZHY%27 HTTP/1.1" 200 None
2026-03-30 06:41:01 [bca.uk] INFO: Scrape type for BV22%20ZHY: 2
2026-03-30 06:41:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53b82ffb-f156-51b7-871c-24f5b675d7e7 with identifier: BV22%20ZHY
2026-03-30 06:41:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53b82ffb-f156-51b7-871c-24f5b675d7e7 with scrape type 2
2026-03-30 06:41:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53b82ffb-f156-51b7-871c-24f5b675d7e7 with scrape type 2
2026-03-30 06:41:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53b82ffb-f156-51b7-871c-24f5b675d7e7, identifier: BV22%20ZHY
2026-03-30 06:41:02 [bca.uk] INFO: Found listing with ID: HS21%20OGL
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS21%2520OGL%27 HTTP/1.1" 200 None
2026-03-30 06:41:02 [bca.uk] INFO: Scrape type for HS21%20OGL: 2
2026-03-30 06:41:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5e9aace-1e93-540d-8839-c9fc66b10651 with identifier: HS21%20OGL
2026-03-30 06:41:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5e9aace-1e93-540d-8839-c9fc66b10651 with scrape type 2
2026-03-30 06:41:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5e9aace-1e93-540d-8839-c9fc66b10651 with scrape type 2
2026-03-30 06:41:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5e9aace-1e93-540d-8839-c9fc66b10651, identifier: HS21%20OGL
2026-03-30 06:41:02 [bca.uk] INFO: Found listing with ID: YG21%20XBE
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520XBE%27 HTTP/1.1" 200 None
2026-03-30 06:41:02 [bca.uk] INFO: Scrape type for YG21%20XBE: 2
2026-03-30 06:41:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f6bf22e-0c98-5361-9540-14621ed504a1 with identifier: YG21%20XBE
2026-03-30 06:41:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f6bf22e-0c98-5361-9540-14621ed504a1 with scrape type 2
2026-03-30 06:41:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f6bf22e-0c98-5361-9540-14621ed504a1 with scrape type 2
2026-03-30 06:41:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f6bf22e-0c98-5361-9540-14621ed504a1, identifier: YG21%20XBE
2026-03-30 06:41:02 [bca.uk] INFO: Found listing with ID: DF70%20BXL
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF70%2520BXL%27 HTTP/1.1" 200 None
2026-03-30 06:41:02 [bca.uk] INFO: Scrape type for DF70%20BXL: 2
2026-03-30 06:41:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa45cdf7-dcd6-56fa-93a8-4ded350186f8 with identifier: DF70%20BXL
2026-03-30 06:41:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa45cdf7-dcd6-56fa-93a8-4ded350186f8 with scrape type 2
2026-03-30 06:41:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa45cdf7-dcd6-56fa-93a8-4ded350186f8 with scrape type 2
2026-03-30 06:41:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa45cdf7-dcd6-56fa-93a8-4ded350186f8, identifier: DF70%20BXL
2026-03-30 06:41:02 [bca.uk] INFO: Found listing with ID: WD08%20EZN
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD08%2520EZN%27 HTTP/1.1" 200 None
2026-03-30 06:41:02 [bca.uk] INFO: Scrape type for WD08%20EZN: 2
2026-03-30 06:41:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55a3f8cd-02f9-5ac5-b68d-3461812e2613 with identifier: WD08%20EZN
2026-03-30 06:41:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55a3f8cd-02f9-5ac5-b68d-3461812e2613 with scrape type 2
2026-03-30 06:41:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55a3f8cd-02f9-5ac5-b68d-3461812e2613 with scrape type 2
2026-03-30 06:41:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55a3f8cd-02f9-5ac5-b68d-3461812e2613, identifier: WD08%20EZN
2026-03-30 06:41:02 [bca.uk] INFO: Found listing with ID: WU22%20KXZ
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KXZ%27 HTTP/1.1" 200 None
2026-03-30 06:41:02 [bca.uk] INFO: Scrape type for WU22%20KXZ: 2
2026-03-30 06:41:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a66d98ed-1b04-5048-8c03-f103726ea2b4 with identifier: WU22%20KXZ
2026-03-30 06:41:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a66d98ed-1b04-5048-8c03-f103726ea2b4 with scrape type 2
2026-03-30 06:41:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a66d98ed-1b04-5048-8c03-f103726ea2b4 with scrape type 2
2026-03-30 06:41:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a66d98ed-1b04-5048-8c03-f103726ea2b4, identifier: WU22%20KXZ
2026-03-30 06:41:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53b82ffb-f156-51b7-871c-24f5b675d7e7 with identifier: BV22%20ZHY
2026-03-30 06:41:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53b82ffb-f156-51b7-871c-24f5b675d7e7 with identifier: BV22%20ZHY
2026-03-30 06:41:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53b82ffb-f156-51b7-871c-24f5b675d7e7 with identifier: BV22%20ZHY to the API
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV22%20ZHY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '53b82ffb-f156-51b7-871c-24f5b675d7e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV22 ZHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV22%20ZHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 92000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.4 TSI IV SE L DSG Estate',
 'transmission': 'automatic',
 'trim': 'TSI IV SE L DSG',
 'vin': 'TMBKW7NX3NY052303',
 'year': 2022}
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV22%2520ZHY%27 HTTP/1.1" 200 None
2026-03-30 06:41:02 [bca.uk] INFO: Saving data for BV22%20ZHY: {'auction_closing_time': 1774864800.0, 'created_time': 1774534516.38009, 'last_price_update_time': 1774852862.908275}
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV22%2520ZHY') HTTP/1.1" 204 0
2026-03-30 06:41:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5e9aace-1e93-540d-8839-c9fc66b10651 with identifier: HS21%20OGL
2026-03-30 06:41:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5e9aace-1e93-540d-8839-c9fc66b10651 with identifier: HS21%20OGL
2026-03-30 06:41:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5e9aace-1e93-540d-8839-c9fc66b10651 with identifier: HS21%20OGL to the API
2026-03-30 06:41:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HS21%20OGL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd5e9aace-1e93-540d-8839-c9fc66b10651',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HS21 OGL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HS21%20OGL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 62113,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 45E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 45E M SPORT',
 'vin': 'WBATA620309H12072',
 'year': 2021}
2026-03-30 06:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS21%2520OGL%27 HTTP/1.1" 200 None
2026-03-30 06:41:03 [bca.uk] INFO: Saving data for HS21%20OGL: {'auction_closing_time': 1774864800.0, 'created_time': 1774536234.892576, 'last_price_update_time': 1774852863.30088}
2026-03-30 06:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HS21%2520OGL') HTTP/1.1" 204 0
2026-03-30 06:41:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f6bf22e-0c98-5361-9540-14621ed504a1 with identifier: YG21%20XBE
2026-03-30 06:41:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f6bf22e-0c98-5361-9540-14621ed504a1 with identifier: YG21%20XBE
2026-03-30 06:41:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f6bf22e-0c98-5361-9540-14621ed504a1 with identifier: YG21%20XBE to the API
2026-03-30 06:41:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG21%20XBE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f6bf22e-0c98-5361-9540-14621ed504a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG21 XBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG21%20XBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 42825,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ELITE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ELITE PREMIUM',
 'vin': 'VXKUPHNEKM4053624',
 'year': 2021}
2026-03-30 06:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG21%2520XBE%27 HTTP/1.1" 200 None
2026-03-30 06:41:04 [bca.uk] INFO: Saving data for YG21%20XBE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477007.549179, 'last_price_update_time': 1774852864.371028}
2026-03-30 06:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG21%2520XBE') HTTP/1.1" 204 0
2026-03-30 06:41:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa45cdf7-dcd6-56fa-93a8-4ded350186f8 with identifier: DF70%20BXL
2026-03-30 06:41:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa45cdf7-dcd6-56fa-93a8-4ded350186f8 with identifier: DF70%20BXL
2026-03-30 06:41:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa45cdf7-dcd6-56fa-93a8-4ded350186f8 with identifier: DF70%20BXL to the API
2026-03-30 06:41:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF70%20BXL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fa45cdf7-dcd6-56fa-93a8-4ded350186f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF70 BXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF70%20BXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 118713,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 2 (4ST) Hatchback',
 'transmission': 'manual',
 'trim': '2 (4ST)',
 'vin': 'KNAB3518LMT730402',
 'year': 2021}
2026-03-30 06:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF70%2520BXL%27 HTTP/1.1" 200 None
2026-03-30 06:41:04 [bca.uk] INFO: Saving data for DF70%20BXL: {'auction_closing_time': 1774864800.0, 'created_time': 1773839351.440096, 'last_price_update_time': 1774852864.697166}
2026-03-30 06:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF70%2520BXL') HTTP/1.1" 204 0
2026-03-30 06:41:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55a3f8cd-02f9-5ac5-b68d-3461812e2613 with identifier: WD08%20EZN
2026-03-30 06:41:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55a3f8cd-02f9-5ac5-b68d-3461812e2613 with identifier: WD08%20EZN
2026-03-30 06:41:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55a3f8cd-02f9-5ac5-b68d-3461812e2613 with identifier: WD08%20EZN to the API
2026-03-30 06:41:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD08%20EZN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '55a3f8cd-02f9-5ac5-b68d-3461812e2613',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD08 EZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD08%20EZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TOYOTA',
 'model': 'AVENSIS',
 'odometer': 144252,
 '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 AVENSIS 2.0 D-4D TR Estate',
 'transmission': 'manual',
 'trim': 'D-4D TR',
 'vin': 'SB1ED56L40E091838',
 'year': 2008}
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD08%2520EZN%27 HTTP/1.1" 200 None
2026-03-30 06:41:05 [bca.uk] INFO: Saving data for WD08%20EZN: {'auction_closing_time': 1775210400.0, 'created_time': 1774534227.212765, 'last_price_update_time': 1774852865.02698}
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD08%2520EZN') HTTP/1.1" 204 0
2026-03-30 06:41:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a66d98ed-1b04-5048-8c03-f103726ea2b4 with identifier: WU22%20KXZ
2026-03-30 06:41:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a66d98ed-1b04-5048-8c03-f103726ea2b4 with identifier: WU22%20KXZ
2026-03-30 06:41:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a66d98ed-1b04-5048-8c03-f103726ea2b4 with identifier: WU22%20KXZ to the API
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU22%20KXZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a66d98ed-1b04-5048-8c03-f103726ea2b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU22 KXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU22%20KXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 38696,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.5 35 TFSI TECHNIK StationWagon',
 'transmission': 'manual',
 'trim': '35 TFSI TECHNIK',
 'vin': 'WAUZZZF36N1080941',
 'year': 2022}
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU22%2520KXZ%27 HTTP/1.1" 200 None
2026-03-30 06:41:05 [bca.uk] INFO: Saving data for WU22%20KXZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774534555.605214, 'last_price_update_time': 1774852865.328318}
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU22%2520KXZ') HTTP/1.1" 204 0
2026-03-30 06:41:05 [bca.uk] INFO: Found listing with ID: DP22%20FZA
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520FZA%27 HTTP/1.1" 200 None
2026-03-30 06:41:05 [bca.uk] INFO: Scrape type for DP22%20FZA: 2
2026-03-30 06:41:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ce2b111-cd91-5136-b66e-7f823a92a9eb with identifier: DP22%20FZA
2026-03-30 06:41:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ce2b111-cd91-5136-b66e-7f823a92a9eb with scrape type 2
2026-03-30 06:41:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ce2b111-cd91-5136-b66e-7f823a92a9eb with scrape type 2
2026-03-30 06:41:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ce2b111-cd91-5136-b66e-7f823a92a9eb, identifier: DP22%20FZA
2026-03-30 06:41:05 [bca.uk] INFO: Found listing with ID: LE73%20KBV
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520KBV%27 HTTP/1.1" 200 None
2026-03-30 06:41:05 [bca.uk] INFO: Scrape type for LE73%20KBV: 2
2026-03-30 06:41:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9f9cb22-a2e3-5a45-a692-00e4d4a3d3ee with identifier: LE73%20KBV
2026-03-30 06:41:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9f9cb22-a2e3-5a45-a692-00e4d4a3d3ee with scrape type 2
2026-03-30 06:41:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9f9cb22-a2e3-5a45-a692-00e4d4a3d3ee with scrape type 2
2026-03-30 06:41:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9f9cb22-a2e3-5a45-a692-00e4d4a3d3ee, identifier: LE73%20KBV
2026-03-30 06:41:05 [bca.uk] INFO: Found listing with ID: R229%20LWV
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R229%2520LWV%27 HTTP/1.1" 200 None
2026-03-30 06:41:05 [bca.uk] INFO: Scrape type for R229%20LWV: 0
2026-03-30 06:41:05 [bca.uk] INFO: Found listing with ID: NG21%20VPN
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520VPN%27 HTTP/1.1" 200 None
2026-03-30 06:41:05 [bca.uk] INFO: Scrape type for NG21%20VPN: 2
2026-03-30 06:41:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with identifier: NG21%20VPN
2026-03-30 06:41:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with scrape type 2
2026-03-30 06:41:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with scrape type 2
2026-03-30 06:41:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3e52607-6d3c-57a4-8272-2cd8d936f4b5, identifier: NG21%20VPN
2026-03-30 06:41:05 [bca.uk] INFO: Found listing with ID: KF16%20KWG
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520KWG%27 HTTP/1.1" 200 None
2026-03-30 06:41:05 [bca.uk] INFO: Scrape type for KF16%20KWG: 2
2026-03-30 06:41:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cf630c3-778b-55a2-90c3-de2eeaf5e04a with identifier: KF16%20KWG
2026-03-30 06:41:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cf630c3-778b-55a2-90c3-de2eeaf5e04a with scrape type 2
2026-03-30 06:41:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cf630c3-778b-55a2-90c3-de2eeaf5e04a with scrape type 2
2026-03-30 06:41:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cf630c3-778b-55a2-90c3-de2eeaf5e04a, identifier: KF16%20KWG
2026-03-30 06:41:05 [bca.uk] INFO: Found listing with ID: YC63%20DSV
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC63%2520DSV%27 HTTP/1.1" 200 None
2026-03-30 06:41:05 [bca.uk] INFO: Scrape type for YC63%20DSV: 2
2026-03-30 06:41:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35cbd519-459f-5eb1-ab0e-e472abe80a89 with identifier: YC63%20DSV
2026-03-30 06:41:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35cbd519-459f-5eb1-ab0e-e472abe80a89 with scrape type 2
2026-03-30 06:41:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35cbd519-459f-5eb1-ab0e-e472abe80a89 with scrape type 2
2026-03-30 06:41:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35cbd519-459f-5eb1-ab0e-e472abe80a89, identifier: YC63%20DSV
2026-03-30 06:41:06 [bca.uk] INFO: Found listing with ID: GX23%20XOD
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XOD%27 HTTP/1.1" 200 None
2026-03-30 06:41:06 [bca.uk] INFO: Scrape type for GX23%20XOD: 2
2026-03-30 06:41:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e69d7629-b531-5d8c-a2ef-87b3b6b8cf53 with identifier: GX23%20XOD
2026-03-30 06:41:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e69d7629-b531-5d8c-a2ef-87b3b6b8cf53 with scrape type 2
2026-03-30 06:41:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e69d7629-b531-5d8c-a2ef-87b3b6b8cf53 with scrape type 2
2026-03-30 06:41:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e69d7629-b531-5d8c-a2ef-87b3b6b8cf53, identifier: GX23%20XOD
2026-03-30 06:41:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ce2b111-cd91-5136-b66e-7f823a92a9eb with identifier: DP22%20FZA
2026-03-30 06:41:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ce2b111-cd91-5136-b66e-7f823a92a9eb with identifier: DP22%20FZA
2026-03-30 06:41:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ce2b111-cd91-5136-b66e-7f823a92a9eb with identifier: DP22%20FZA to the API
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP22%20FZA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8ce2b111-cd91-5136-b66e-7f823a92a9eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP22 FZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP22%20FZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 31854,
 'odometer_reading_unit': '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 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN',
 'vin': 'VXKUPHMHDN4341722',
 'year': 2022}
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520FZA%27 HTTP/1.1" 200 None
2026-03-30 06:41:06 [bca.uk] INFO: Saving data for DP22%20FZA: {'auction_closing_time': 1774864800.0, 'created_time': 1774534481.014058, 'last_price_update_time': 1774852866.416758}
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP22%2520FZA') HTTP/1.1" 204 0
2026-03-30 06:41:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9f9cb22-a2e3-5a45-a692-00e4d4a3d3ee with identifier: LE73%20KBV
2026-03-30 06:41:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9f9cb22-a2e3-5a45-a692-00e4d4a3d3ee with identifier: LE73%20KBV
2026-03-30 06:41:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9f9cb22-a2e3-5a45-a692-00e4d4a3d3ee with identifier: LE73%20KBV to the API
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE73%20KBV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f9f9cb22-a2e3-5a45-a692-00e4d4a3d3ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE73 KBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE73%20KBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 21593,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 E-SKY-G 90 HOMURA Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-G 90 HOMURA',
 'vin': 'JMZDJ6HC601462937',
 'year': 2023}
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520KBV%27 HTTP/1.1" 200 None
2026-03-30 06:41:06 [bca.uk] INFO: Saving data for LE73%20KBV: {'auction_closing_time': 1774864800.0, 'created_time': 1774536216.428241, 'last_price_update_time': 1774852866.864897}
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE73%2520KBV') HTTP/1.1" 204 0
2026-03-30 06:41:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with identifier: NG21%20VPN
2026-03-30 06:41:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with identifier: NG21%20VPN
2026-03-30 06:41:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3e52607-6d3c-57a4-8272-2cd8d936f4b5 with identifier: NG21%20VPN to the API
2026-03-30 06:41:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG21%20VPN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e3e52607-6d3c-57a4-8272-2cd8d936f4b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG21 VPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG21%20VPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 102471,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 200 GTD DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 200 GTD DSG',
 'vin': 'WVWZZZCDZMW114842',
 'year': 2021}
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG21%2520VPN%27 HTTP/1.1" 200 None
2026-03-30 06:41:07 [bca.uk] INFO: Saving data for NG21%20VPN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477077.594795, 'last_price_update_time': 1774852867.161469}
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG21%2520VPN') HTTP/1.1" 204 0
2026-03-30 06:41:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cf630c3-778b-55a2-90c3-de2eeaf5e04a with identifier: KF16%20KWG
2026-03-30 06:41:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cf630c3-778b-55a2-90c3-de2eeaf5e04a with identifier: KF16%20KWG
2026-03-30 06:41:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cf630c3-778b-55a2-90c3-de2eeaf5e04a with identifier: KF16%20KWG to the API
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF16%20KWG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2cf630c3-778b-55a2-90c3-de2eeaf5e04a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF16 KWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF16%20KWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT ALLTRACK',
 'odometer': 115141,
 'odometer_reading_unit': '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 ALLTRACK 2.0 TDI 190 4MOTION DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI 190 4MOTION DSG',
 'vin': 'WVWZZZ3CZGE084143',
 'year': 2016}
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF16%2520KWG%27 HTTP/1.1" 200 None
2026-03-30 06:41:07 [bca.uk] INFO: Saving data for KF16%20KWG: {'auction_closing_time': 1774864800.0, 'created_time': 1774365562.737174, 'last_price_update_time': 1774852867.500477}
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF16%2520KWG') HTTP/1.1" 204 0
2026-03-30 06:41:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35cbd519-459f-5eb1-ab0e-e472abe80a89 with identifier: YC63%20DSV
2026-03-30 06:41:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35cbd519-459f-5eb1-ab0e-e472abe80a89 with identifier: YC63%20DSV
2026-03-30 06:41:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35cbd519-459f-5eb1-ab0e-e472abe80a89 with identifier: YC63%20DSV to the API
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC63%20DSV-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '35cbd519-459f-5eb1-ab0e-e472abe80a89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC63 DSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC63%20DSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 81132,
 'odometer_reading_unit': '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': 'WF0CXXGAKCDU33680',
 'year': 2013}
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC63%2520DSV%27 HTTP/1.1" 200 None
2026-03-30 06:41:07 [bca.uk] INFO: Saving data for YC63%20DSV: {'auction_closing_time': 1775210400.0, 'created_time': 1774534219.763935, 'last_price_update_time': 1774852867.804129}
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC63%2520DSV') HTTP/1.1" 204 0
2026-03-30 06:41:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e69d7629-b531-5d8c-a2ef-87b3b6b8cf53 with identifier: GX23%20XOD
2026-03-30 06:41:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e69d7629-b531-5d8c-a2ef-87b3b6b8cf53 with identifier: GX23%20XOD
2026-03-30 06:41:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e69d7629-b531-5d8c-a2ef-87b3b6b8cf53 with identifier: GX23%20XOD to the API
2026-03-30 06:41:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX23%20XOD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e69d7629-b531-5d8c-a2ef-87b3b6b8cf53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GX23 XOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX23%20XOD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 27757,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 95KWH 55 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q BLACK ED.',
 'vin': 'WAUZZZGE7PB025041',
 'year': 2023}
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XOD%27 HTTP/1.1" 200 None
2026-03-30 06:41:08 [bca.uk] INFO: Saving data for GX23%20XOD: {'auction_closing_time': 1774951200.0, 'created_time': 1774534537.140924, 'last_price_update_time': 1774852868.126302}
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX23%2520XOD') HTTP/1.1" 204 0
2026-03-30 06:41:08 [bca.uk] INFO: Found listing with ID: DS23%20APZ
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520APZ%27 HTTP/1.1" 200 None
2026-03-30 06:41:08 [bca.uk] INFO: Scrape type for DS23%20APZ: 2
2026-03-30 06:41:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe489d3-762d-5a12-b58e-ff22ab9a7f28 with identifier: DS23%20APZ
2026-03-30 06:41:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe489d3-762d-5a12-b58e-ff22ab9a7f28 with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbe489d3-762d-5a12-b58e-ff22ab9a7f28 with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbe489d3-762d-5a12-b58e-ff22ab9a7f28, identifier: DS23%20APZ
2026-03-30 06:41:08 [bca.uk] INFO: Found listing with ID: BN24%20VAF
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN24%2520VAF%27 HTTP/1.1" 200 None
2026-03-30 06:41:08 [bca.uk] INFO: Scrape type for BN24%20VAF: 2
2026-03-30 06:41:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fd8b4d3-a471-585a-a2c5-01e7fa2bfa33 with identifier: BN24%20VAF
2026-03-30 06:41:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fd8b4d3-a471-585a-a2c5-01e7fa2bfa33 with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fd8b4d3-a471-585a-a2c5-01e7fa2bfa33 with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fd8b4d3-a471-585a-a2c5-01e7fa2bfa33, identifier: BN24%20VAF
2026-03-30 06:41:08 [bca.uk] INFO: Found listing with ID: YX70%20KOV
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX70%2520KOV%27 HTTP/1.1" 200 None
2026-03-30 06:41:08 [bca.uk] INFO: Scrape type for YX70%20KOV: 2
2026-03-30 06:41:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53800a74-d051-50e2-82f0-5f6369985836 with identifier: YX70%20KOV
2026-03-30 06:41:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53800a74-d051-50e2-82f0-5f6369985836 with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53800a74-d051-50e2-82f0-5f6369985836 with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53800a74-d051-50e2-82f0-5f6369985836, identifier: YX70%20KOV
2026-03-30 06:41:08 [bca.uk] INFO: Found listing with ID: LP72%20HUV
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520HUV%27 HTTP/1.1" 200 None
2026-03-30 06:41:08 [bca.uk] INFO: Scrape type for LP72%20HUV: 2
2026-03-30 06:41:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dc2c02e-dc4e-57e3-92d1-268ee4384072 with identifier: LP72%20HUV
2026-03-30 06:41:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dc2c02e-dc4e-57e3-92d1-268ee4384072 with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dc2c02e-dc4e-57e3-92d1-268ee4384072 with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dc2c02e-dc4e-57e3-92d1-268ee4384072, identifier: LP72%20HUV
2026-03-30 06:41:08 [bca.uk] INFO: Found listing with ID: SV11%20VXD
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV11%2520VXD%27 HTTP/1.1" 200 None
2026-03-30 06:41:08 [bca.uk] INFO: Scrape type for SV11%20VXD: 2
2026-03-30 06:41:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1940261-cd88-5e8c-8918-c370a2f05b9a with identifier: SV11%20VXD
2026-03-30 06:41:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1940261-cd88-5e8c-8918-c370a2f05b9a with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1940261-cd88-5e8c-8918-c370a2f05b9a with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1940261-cd88-5e8c-8918-c370a2f05b9a, identifier: SV11%20VXD
2026-03-30 06:41:08 [bca.uk] INFO: Found listing with ID: AV16%20CSZ
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV16%2520CSZ%27 HTTP/1.1" 200 None
2026-03-30 06:41:08 [bca.uk] INFO: Scrape type for AV16%20CSZ: 2
2026-03-30 06:41:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68ca3407-9605-52f1-816f-0783b9ad863b with identifier: AV16%20CSZ
2026-03-30 06:41:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68ca3407-9605-52f1-816f-0783b9ad863b with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68ca3407-9605-52f1-816f-0783b9ad863b with scrape type 2
2026-03-30 06:41:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68ca3407-9605-52f1-816f-0783b9ad863b, identifier: AV16%20CSZ
2026-03-30 06:41:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbe489d3-762d-5a12-b58e-ff22ab9a7f28 with identifier: DS23%20APZ
2026-03-30 06:41:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbe489d3-762d-5a12-b58e-ff22ab9a7f28 with identifier: DS23%20APZ
2026-03-30 06:41:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbe489d3-762d-5a12-b58e-ff22ab9a7f28 with identifier: DS23%20APZ to the API
2026-03-30 06:41:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS23%20APZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fbe489d3-762d-5a12-b58e-ff22ab9a7f28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS23 APZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS23%20APZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA-E',
 'odometer': 10310,
 'odometer_reading_unit': '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 ULTIMATE (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ULTIMATE (11KC)',
 'vin': 'VXKUHZKXZP4107468',
 'year': 2023}
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520APZ%27 HTTP/1.1" 200 None
2026-03-30 06:41:09 [bca.uk] INFO: Saving data for DS23%20APZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534519.716365, 'last_price_update_time': 1774852869.137351}
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS23%2520APZ') HTTP/1.1" 204 0
2026-03-30 06:41:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fd8b4d3-a471-585a-a2c5-01e7fa2bfa33 with identifier: BN24%20VAF
2026-03-30 06:41:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fd8b4d3-a471-585a-a2c5-01e7fa2bfa33 with identifier: BN24%20VAF
2026-03-30 06:41:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fd8b4d3-a471-585a-a2c5-01e7fa2bfa33 with identifier: BN24%20VAF to the API
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN24%20VAF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4fd8b4d3-a471-585a-a2c5-01e7fa2bfa33',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN24 VAF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN24%20VAF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 12234,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 140 MH ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 MH ACENTA PREMIUM',
 'vin': 'SJNTAAJ12U1448536',
 'year': 2024}
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN24%2520VAF%27 HTTP/1.1" 200 None
2026-03-30 06:41:09 [bca.uk] INFO: Saving data for BN24%20VAF: {'auction_closing_time': 1774864800.0, 'created_time': 1774536212.594295, 'last_price_update_time': 1774852869.553178}
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN24%2520VAF') HTTP/1.1" 204 0
2026-03-30 06:41:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53800a74-d051-50e2-82f0-5f6369985836 with identifier: YX70%20KOV
2026-03-30 06:41:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53800a74-d051-50e2-82f0-5f6369985836 with identifier: YX70%20KOV
2026-03-30 06:41:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53800a74-d051-50e2-82f0-5f6369985836 with identifier: YX70%20KOV to the API
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX70%20KOV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '53800a74-d051-50e2-82f0-5f6369985836',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX70 KOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX70%20KOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 52171,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD CHEQUERED FLAG StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD CHEQUERED FLAG',
 'vin': 'SADCA2AN8LA660273',
 'year': 2020}
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX70%2520KOV%27 HTTP/1.1" 200 None
2026-03-30 06:41:09 [bca.uk] INFO: Saving data for YX70%20KOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564948.162415, 'last_price_update_time': 1774852869.846403}
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX70%2520KOV') HTTP/1.1" 204 0
2026-03-30 06:41:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dc2c02e-dc4e-57e3-92d1-268ee4384072 with identifier: LP72%20HUV
2026-03-30 06:41:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dc2c02e-dc4e-57e3-92d1-268ee4384072 with identifier: LP72%20HUV
2026-03-30 06:41:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7dc2c02e-dc4e-57e3-92d1-268ee4384072 with identifier: LP72%20HUV to the API
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP72%20HUV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7dc2c02e-dc4e-57e3-92d1-268ee4384072',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP72 HUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP72%20HUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 75676,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 ICON',
 'vin': 'NMTK33BX30R239016',
 'year': 2023}
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520HUV%27 HTTP/1.1" 200 None
2026-03-30 06:41:10 [bca.uk] INFO: Saving data for LP72%20HUV: {'auction_closing_time': 1775556000.0, 'created_time': 1774535113.653905, 'last_price_update_time': 1774852870.189016}
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520HUV') HTTP/1.1" 204 0
2026-03-30 06:41:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1940261-cd88-5e8c-8918-c370a2f05b9a with identifier: SV11%20VXD
2026-03-30 06:41:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1940261-cd88-5e8c-8918-c370a2f05b9a with identifier: SV11%20VXD
2026-03-30 06:41:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1940261-cd88-5e8c-8918-c370a2f05b9a with identifier: SV11%20VXD to the API
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV11%20VXD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1940261-cd88-5e8c-8918-c370a2f05b9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV11 VXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV11%20VXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 184501,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 SD4 190 SPORT LE StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 190 SPORT LE',
 'vin': 'SALFA2AE1BH239826',
 'year': 2011}
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV11%2520VXD%27 HTTP/1.1" 200 None
2026-03-30 06:41:10 [bca.uk] INFO: Saving data for SV11%20VXD: {'auction_closing_time': 1775210400.0, 'created_time': 1774534251.944929, 'last_price_update_time': 1774852870.491488}
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV11%2520VXD') HTTP/1.1" 204 0
2026-03-30 06:41:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68ca3407-9605-52f1-816f-0783b9ad863b with identifier: AV16%20CSZ
2026-03-30 06:41:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68ca3407-9605-52f1-816f-0783b9ad863b with identifier: AV16%20CSZ
2026-03-30 06:41:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68ca3407-9605-52f1-816f-0783b9ad863b with identifier: AV16%20CSZ to the API
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV16%20CSZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68ca3407-9605-52f1-816f-0783b9ad863b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV16 CSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV16%20CSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 46000,
 'odometer_reading_unit': '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': 'WVWZZZ6RZHY004604',
 'year': 2016}
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV16%2520CSZ%27 HTTP/1.1" 200 None
2026-03-30 06:41:10 [bca.uk] INFO: Saving data for AV16%20CSZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534535.788523, 'last_price_update_time': 1774852870.782415}
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV16%2520CSZ') HTTP/1.1" 204 0
2026-03-30 06:41:10 [bca.uk] INFO: Found listing with ID: FX71%20SKK
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520SKK%27 HTTP/1.1" 200 None
2026-03-30 06:41:10 [bca.uk] INFO: Scrape type for FX71%20SKK: 2
2026-03-30 06:41:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff3eb221-2dfd-58e1-8a06-75f053b3589e with identifier: FX71%20SKK
2026-03-30 06:41:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff3eb221-2dfd-58e1-8a06-75f053b3589e with scrape type 2
2026-03-30 06:41:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff3eb221-2dfd-58e1-8a06-75f053b3589e with scrape type 2
2026-03-30 06:41:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff3eb221-2dfd-58e1-8a06-75f053b3589e, identifier: FX71%20SKK
2026-03-30 06:41:10 [bca.uk] INFO: Found listing with ID: KY21%20LYG
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY21%2520LYG%27 HTTP/1.1" 200 None
2026-03-30 06:41:10 [bca.uk] INFO: Scrape type for KY21%20LYG: 2
2026-03-30 06:41:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0622a22f-341a-5a85-95e8-4f0274aab7ed with identifier: KY21%20LYG
2026-03-30 06:41:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0622a22f-341a-5a85-95e8-4f0274aab7ed with scrape type 2
2026-03-30 06:41:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0622a22f-341a-5a85-95e8-4f0274aab7ed with scrape type 2
2026-03-30 06:41:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0622a22f-341a-5a85-95e8-4f0274aab7ed, identifier: KY21%20LYG
2026-03-30 06:41:11 [bca.uk] INFO: Found listing with ID: RJ22%20OJH
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520OJH%27 HTTP/1.1" 200 None
2026-03-30 06:41:11 [bca.uk] INFO: Scrape type for RJ22%20OJH: 2
2026-03-30 06:41:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20323176-e149-558f-b0a6-c76f7f91abd7 with identifier: RJ22%20OJH
2026-03-30 06:41:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20323176-e149-558f-b0a6-c76f7f91abd7 with scrape type 2
2026-03-30 06:41:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20323176-e149-558f-b0a6-c76f7f91abd7 with scrape type 2
2026-03-30 06:41:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20323176-e149-558f-b0a6-c76f7f91abd7, identifier: RJ22%20OJH
2026-03-30 06:41:11 [bca.uk] INFO: Found listing with ID: BM19%20HPE
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520HPE%27 HTTP/1.1" 200 None
2026-03-30 06:41:11 [bca.uk] INFO: Scrape type for BM19%20HPE: 2
2026-03-30 06:41:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f622dc58-9b06-5e05-a348-4042219b2aa2 with identifier: BM19%20HPE
2026-03-30 06:41:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f622dc58-9b06-5e05-a348-4042219b2aa2 with scrape type 2
2026-03-30 06:41:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f622dc58-9b06-5e05-a348-4042219b2aa2 with scrape type 2
2026-03-30 06:41:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f622dc58-9b06-5e05-a348-4042219b2aa2, identifier: BM19%20HPE
2026-03-30 06:41:11 [bca.uk] INFO: Found listing with ID: LS23%20FJJ
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520FJJ%27 HTTP/1.1" 200 None
2026-03-30 06:41:11 [bca.uk] INFO: Scrape type for LS23%20FJJ: 2
2026-03-30 06:41:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28c9d776-77d4-5cc7-b559-6cfe0f3f3f43 with identifier: LS23%20FJJ
2026-03-30 06:41:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28c9d776-77d4-5cc7-b559-6cfe0f3f3f43 with scrape type 2
2026-03-30 06:41:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28c9d776-77d4-5cc7-b559-6cfe0f3f3f43 with scrape type 2
2026-03-30 06:41:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28c9d776-77d4-5cc7-b559-6cfe0f3f3f43, identifier: LS23%20FJJ
2026-03-30 06:41:11 [bca.uk] INFO: Found listing with ID: MF22%20UMW
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520UMW%27 HTTP/1.1" 200 None
2026-03-30 06:41:11 [bca.uk] INFO: Scrape type for MF22%20UMW: 2
2026-03-30 06:41:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6bfe7df-00c9-503d-96fd-ab96ea071dfb with identifier: MF22%20UMW
2026-03-30 06:41:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6bfe7df-00c9-503d-96fd-ab96ea071dfb with scrape type 2
2026-03-30 06:41:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6bfe7df-00c9-503d-96fd-ab96ea071dfb with scrape type 2
2026-03-30 06:41:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6bfe7df-00c9-503d-96fd-ab96ea071dfb, identifier: MF22%20UMW
2026-03-30 06:41:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff3eb221-2dfd-58e1-8a06-75f053b3589e with identifier: FX71%20SKK
2026-03-30 06:41:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff3eb221-2dfd-58e1-8a06-75f053b3589e with identifier: FX71%20SKK
2026-03-30 06:41:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff3eb221-2dfd-58e1-8a06-75f053b3589e with identifier: FX71%20SKK to the API
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX71%20SKK-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': 'ff3eb221-2dfd-58e1-8a06-75f053b3589e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FX71 SKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX71%20SKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 37666,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD R-DYNAMIC S',
 'vin': 'SALZA2AT7MH160997',
 'year': 2021}
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520SKK%27 HTTP/1.1" 200 None
2026-03-30 06:41:11 [bca.uk] INFO: Saving data for FX71%20SKK: {'auction_closing_time': 1774864800.0, 'created_time': 1774534521.469367, 'last_price_update_time': 1774852871.900957}
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX71%2520SKK') HTTP/1.1" 204 0
2026-03-30 06:41:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0622a22f-341a-5a85-95e8-4f0274aab7ed with identifier: KY21%20LYG
2026-03-30 06:41:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0622a22f-341a-5a85-95e8-4f0274aab7ed with identifier: KY21%20LYG
2026-03-30 06:41:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0622a22f-341a-5a85-95e8-4f0274aab7ed with identifier: KY21%20LYG to the API
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY21%20LYG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0622a22f-341a-5a85-95e8-4f0274aab7ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KY21 LYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY21%20LYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 44387,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.0 30 TFSI SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '30 TFSI SPORT S-T',
 'vin': 'WAUZZZGYXMA054884',
 'year': 2021}
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY21%2520LYG%27 HTTP/1.1" 200 None
2026-03-30 06:41:12 [bca.uk] INFO: Saving data for KY21%20LYG: {'auction_closing_time': 1774864800.0, 'created_time': 1774536213.859389, 'last_price_update_time': 1774852872.191889}
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY21%2520LYG') HTTP/1.1" 204 0
2026-03-30 06:41:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20323176-e149-558f-b0a6-c76f7f91abd7 with identifier: RJ22%20OJH
2026-03-30 06:41:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20323176-e149-558f-b0a6-c76f7f91abd7 with identifier: RJ22%20OJH
2026-03-30 06:41:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20323176-e149-558f-b0a6-c76f7f91abd7 with identifier: RJ22%20OJH to the API
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ22%20OJH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '20323176-e149-558f-b0a6-c76f7f91abd7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ22 OJH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ22%20OJH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 56441,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 1.5 P300E URBAN ED.(5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'P300E URBAN ED.(5ST)',
 'vin': 'SALCA2AT9PH320677',
 'year': 2022}
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520OJH%27 HTTP/1.1" 200 None
2026-03-30 06:41:12 [bca.uk] INFO: Saving data for RJ22%20OJH: {'auction_closing_time': 1774864800.0, 'created_time': 1773986812.70753, 'last_price_update_time': 1774852872.482611}
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ22%2520OJH') HTTP/1.1" 204 0
2026-03-30 06:41:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f622dc58-9b06-5e05-a348-4042219b2aa2 with identifier: BM19%20HPE
2026-03-30 06:41:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f622dc58-9b06-5e05-a348-4042219b2aa2 with identifier: BM19%20HPE
2026-03-30 06:41:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f622dc58-9b06-5e05-a348-4042219b2aa2 with identifier: BM19%20HPE to the API
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BM19%20HPE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f622dc58-9b06-5e05-a348-4042219b2aa2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BM19 HPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BM19%20HPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 143768,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 115 1 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 115 1 ISG',
 'vin': 'U5YPG812LLL769299',
 'year': 2019}
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BM19%2520HPE%27 HTTP/1.1" 200 None
2026-03-30 06:41:12 [bca.uk] INFO: Saving data for BM19%20HPE: {'auction_closing_time': 1774864800.0, 'created_time': 1773826239.051478, 'last_price_update_time': 1774852872.823258}
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BM19%2520HPE') HTTP/1.1" 204 0
2026-03-30 06:41:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28c9d776-77d4-5cc7-b559-6cfe0f3f3f43 with identifier: LS23%20FJJ
2026-03-30 06:41:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28c9d776-77d4-5cc7-b559-6cfe0f3f3f43 with identifier: LS23%20FJJ
2026-03-30 06:41:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28c9d776-77d4-5cc7-b559-6cfe0f3f3f43 with identifier: LS23%20FJJ to the API
2026-03-30 06:41:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS23%20FJJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '28c9d776-77d4-5cc7-b559-6cfe0f3f3f43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS23 FJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS23%20FJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250+',
 'odometer': 44115,
 'odometer_reading_unit': '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': 'W1N9N0CB2PJ064592',
 'year': 2023}
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520FJJ%27 HTTP/1.1" 200 None
2026-03-30 06:41:13 [bca.uk] INFO: Saving data for LS23%20FJJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774534253.460404, 'last_price_update_time': 1774852873.132128}
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS23%2520FJJ') HTTP/1.1" 204 0
2026-03-30 06:41:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6bfe7df-00c9-503d-96fd-ab96ea071dfb with identifier: MF22%20UMW
2026-03-30 06:41:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6bfe7df-00c9-503d-96fd-ab96ea071dfb with identifier: MF22%20UMW
2026-03-30 06:41:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6bfe7df-00c9-503d-96fd-ab96ea071dfb with identifier: MF22%20UMW to the API
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF22%20UMW-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b6bfe7df-00c9-503d-96fd-ab96ea071dfb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF22 UMW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF22%20UMW&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 21246,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 35 125KW 55KWH SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH SPORT',
 'vin': 'WAUZZZFZ5NP026015',
 'year': 2022}
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF22%2520UMW%27 HTTP/1.1" 200 None
2026-03-30 06:41:13 [bca.uk] INFO: Saving data for MF22%20UMW: {'auction_closing_time': 1774951200.0, 'created_time': 1773841014.642247, 'last_price_update_time': 1774852873.438899}
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF22%2520UMW') HTTP/1.1" 204 0
2026-03-30 06:41:13 [bca.uk] INFO: Found listing with ID: GJ23%20KHG
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520KHG%27 HTTP/1.1" 200 None
2026-03-30 06:41:13 [bca.uk] INFO: Scrape type for GJ23%20KHG: 2
2026-03-30 06:41:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84af65c5-270a-5627-ba16-cdf6b7efb8e7 with identifier: GJ23%20KHG
2026-03-30 06:41:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84af65c5-270a-5627-ba16-cdf6b7efb8e7 with scrape type 2
2026-03-30 06:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84af65c5-270a-5627-ba16-cdf6b7efb8e7 with scrape type 2
2026-03-30 06:41:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84af65c5-270a-5627-ba16-cdf6b7efb8e7, identifier: GJ23%20KHG
2026-03-30 06:41:13 [bca.uk] INFO: Found listing with ID: YG23%20VNO
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520VNO%27 HTTP/1.1" 200 None
2026-03-30 06:41:13 [bca.uk] INFO: Scrape type for YG23%20VNO: 2
2026-03-30 06:41:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 162dfefd-7275-5537-9f2b-8a5cf46109f7 with identifier: YG23%20VNO
2026-03-30 06:41:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 162dfefd-7275-5537-9f2b-8a5cf46109f7 with scrape type 2
2026-03-30 06:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 162dfefd-7275-5537-9f2b-8a5cf46109f7 with scrape type 2
2026-03-30 06:41:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 162dfefd-7275-5537-9f2b-8a5cf46109f7, identifier: YG23%20VNO
2026-03-30 06:41:13 [bca.uk] INFO: Found listing with ID: GJ70%20LWL
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520LWL%27 HTTP/1.1" 200 None
2026-03-30 06:41:13 [bca.uk] INFO: Scrape type for GJ70%20LWL: 2
2026-03-30 06:41:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c409bda3-8342-55aa-8c94-04188dd9aa85 with identifier: GJ70%20LWL
2026-03-30 06:41:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c409bda3-8342-55aa-8c94-04188dd9aa85 with scrape type 2
2026-03-30 06:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c409bda3-8342-55aa-8c94-04188dd9aa85 with scrape type 2
2026-03-30 06:41:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c409bda3-8342-55aa-8c94-04188dd9aa85, identifier: GJ70%20LWL
2026-03-30 06:41:13 [bca.uk] INFO: Found listing with ID: EK66%20DXY
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK66%2520DXY%27 HTTP/1.1" 200 None
2026-03-30 06:41:13 [bca.uk] INFO: Scrape type for EK66%20DXY: 2
2026-03-30 06:41:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8104766e-8e03-53ce-a3f3-79fa10067e8f with identifier: EK66%20DXY
2026-03-30 06:41:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8104766e-8e03-53ce-a3f3-79fa10067e8f with scrape type 2
2026-03-30 06:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8104766e-8e03-53ce-a3f3-79fa10067e8f with scrape type 2
2026-03-30 06:41:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8104766e-8e03-53ce-a3f3-79fa10067e8f, identifier: EK66%20DXY
2026-03-30 06:41:13 [bca.uk] INFO: Found listing with ID: OE16%20YKU
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520YKU%27 HTTP/1.1" 200 None
2026-03-30 06:41:13 [bca.uk] INFO: Scrape type for OE16%20YKU: 2
2026-03-30 06:41:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b82c413-d1c6-5fa0-8b8e-d6885b9f39f6 with identifier: OE16%20YKU
2026-03-30 06:41:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b82c413-d1c6-5fa0-8b8e-d6885b9f39f6 with scrape type 2
2026-03-30 06:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b82c413-d1c6-5fa0-8b8e-d6885b9f39f6 with scrape type 2
2026-03-30 06:41:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b82c413-d1c6-5fa0-8b8e-d6885b9f39f6, identifier: OE16%20YKU
2026-03-30 06:41:14 [bca.uk] INFO: Found listing with ID: LN67%20NJX
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN67%2520NJX%27 HTTP/1.1" 200 None
2026-03-30 06:41:14 [bca.uk] INFO: Scrape type for LN67%20NJX: 2
2026-03-30 06:41:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5667324-ed49-5c9e-b173-badcbc299bd8 with identifier: LN67%20NJX
2026-03-30 06:41:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5667324-ed49-5c9e-b173-badcbc299bd8 with scrape type 2
2026-03-30 06:41:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5667324-ed49-5c9e-b173-badcbc299bd8 with scrape type 2
2026-03-30 06:41:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5667324-ed49-5c9e-b173-badcbc299bd8, identifier: LN67%20NJX
2026-03-30 06:41:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84af65c5-270a-5627-ba16-cdf6b7efb8e7 with identifier: GJ23%20KHG
2026-03-30 06:41:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84af65c5-270a-5627-ba16-cdf6b7efb8e7 with identifier: GJ23%20KHG
2026-03-30 06:41:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84af65c5-270a-5627-ba16-cdf6b7efb8e7 with identifier: GJ23%20KHG to the API
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ23%20KHG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '84af65c5-270a-5627-ba16-cdf6b7efb8e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ23 KHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ23%20KHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 49570,
 'odometer_reading_unit': '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': 'LRWYHCEK4PC730247',
 'year': 2023}
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ23%2520KHG%27 HTTP/1.1" 200 None
2026-03-30 06:41:14 [bca.uk] INFO: Saving data for GJ23%20KHG: {'auction_closing_time': 1774864800.0, 'created_time': 1774534481.497492, 'last_price_update_time': 1774852874.43396}
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ23%2520KHG') HTTP/1.1" 204 0
2026-03-30 06:41:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 162dfefd-7275-5537-9f2b-8a5cf46109f7 with identifier: YG23%20VNO
2026-03-30 06:41:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 162dfefd-7275-5537-9f2b-8a5cf46109f7 with identifier: YG23%20VNO
2026-03-30 06:41:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 162dfefd-7275-5537-9f2b-8a5cf46109f7 with identifier: YG23%20VNO to the API
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 38,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG23%20VNO-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': '162dfefd-7275-5537-9f2b-8a5cf46109f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG23 VNO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG23%20VNO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 106928,
 'odometer_reading_unit': '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 X2 1.5 XDRIVE 25E SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E SPORT',
 'vin': 'WBAYN920505W34524',
 'year': 2023}
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520VNO%27 HTTP/1.1" 200 None
2026-03-30 06:41:14 [bca.uk] INFO: Saving data for YG23%20VNO: {'auction_closing_time': 1774864800.0, 'created_time': 1774046321.694539, 'last_price_update_time': 1774852874.83759}
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG23%2520VNO') HTTP/1.1" 204 0
2026-03-30 06:41:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c409bda3-8342-55aa-8c94-04188dd9aa85 with identifier: GJ70%20LWL
2026-03-30 06:41:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c409bda3-8342-55aa-8c94-04188dd9aa85 with identifier: GJ70%20LWL
2026-03-30 06:41:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c409bda3-8342-55aa-8c94-04188dd9aa85 with identifier: GJ70%20LWL to the API
2026-03-30 06:41:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ70%20LWL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c409bda3-8342-55aa-8c94-04188dd9aa85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ70 LWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ70%20LWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 57034,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 D180 R-DYNAMIC S (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC S (7ST)',
 'vin': 'SALCA2AN0LH872323',
 'year': 2020}
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ70%2520LWL%27 HTTP/1.1" 200 None
2026-03-30 06:41:15 [bca.uk] INFO: Saving data for GJ70%20LWL: {'auction_closing_time': 1774864800.0, 'created_time': 1773824000.279529, 'last_price_update_time': 1774852875.164158}
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ70%2520LWL') HTTP/1.1" 204 0
2026-03-30 06:41:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8104766e-8e03-53ce-a3f3-79fa10067e8f with identifier: EK66%20DXY
2026-03-30 06:41:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8104766e-8e03-53ce-a3f3-79fa10067e8f with identifier: EK66%20DXY
2026-03-30 06:41:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8104766e-8e03-53ce-a3f3-79fa10067e8f with identifier: EK66%20DXY to the API
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK66%20DXY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8104766e-8e03-53ce-a3f3-79fa10067e8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK66 DXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK66%20DXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 151766,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI CR 184 VRS DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI CR 184 VRS DSG',
 'vin': 'TMBKK7NE9H0065053',
 'year': 2016}
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK66%2520DXY%27 HTTP/1.1" 200 None
2026-03-30 06:41:15 [bca.uk] INFO: Saving data for EK66%20DXY: {'auction_closing_time': 1774864800.0, 'created_time': 1773908358.257778, 'last_price_update_time': 1774852875.4496}
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK66%2520DXY') HTTP/1.1" 204 0
2026-03-30 06:41:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b82c413-d1c6-5fa0-8b8e-d6885b9f39f6 with identifier: OE16%20YKU
2026-03-30 06:41:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b82c413-d1c6-5fa0-8b8e-d6885b9f39f6 with identifier: OE16%20YKU
2026-03-30 06:41:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b82c413-d1c6-5fa0-8b8e-d6885b9f39f6 with identifier: OE16%20YKU to the API
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE16%20YKU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b82c413-d1c6-5fa0-8b8e-d6885b9f39f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE16 YKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE16%20YKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 76793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE LUXURY',
 'vin': 'SALCA2AN8GH628036',
 'year': 2016}
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520YKU%27 HTTP/1.1" 200 None
2026-03-30 06:41:15 [bca.uk] INFO: Saving data for OE16%20YKU: {'auction_closing_time': 1774951200.0, 'created_time': 1773930099.281959, 'last_price_update_time': 1774852875.746753}
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE16%2520YKU') HTTP/1.1" 204 0
2026-03-30 06:41:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5667324-ed49-5c9e-b173-badcbc299bd8 with identifier: LN67%20NJX
2026-03-30 06:41:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5667324-ed49-5c9e-b173-badcbc299bd8 with identifier: LN67%20NJX
2026-03-30 06:41:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5667324-ed49-5c9e-b173-badcbc299bd8 with identifier: LN67%20NJX to the API
2026-03-30 06:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 88,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN67%20NJX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a5667324-ed49-5c9e-b173-badcbc299bd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN67 NJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN67%20NJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 79737,
 'odometer_reading_unit': '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 NIRO 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACC81CVJ5104146',
 'year': 2017}
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN67%2520NJX%27 HTTP/1.1" 200 None
2026-03-30 06:41:16 [bca.uk] INFO: Saving data for LN67%20NJX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534533.908919, 'last_price_update_time': 1774852876.086222}
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN67%2520NJX') HTTP/1.1" 204 0
2026-03-30 06:41:16 [bca.uk] INFO: Found listing with ID: HV12%20KKL
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV12%2520KKL%27 HTTP/1.1" 200 None
2026-03-30 06:41:16 [bca.uk] INFO: Scrape type for HV12%20KKL: 2
2026-03-30 06:41:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4819a5f0-ee91-58c2-be42-05011247492d with identifier: HV12%20KKL
2026-03-30 06:41:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4819a5f0-ee91-58c2-be42-05011247492d with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4819a5f0-ee91-58c2-be42-05011247492d with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4819a5f0-ee91-58c2-be42-05011247492d, identifier: HV12%20KKL
2026-03-30 06:41:16 [bca.uk] INFO: Found listing with ID: WN22%20OVG
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520OVG%27 HTTP/1.1" 200 None
2026-03-30 06:41:16 [bca.uk] INFO: Scrape type for WN22%20OVG: 2
2026-03-30 06:41:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57f1f44e-7012-50e4-b5ab-424f5e5e27ff with identifier: WN22%20OVG
2026-03-30 06:41:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57f1f44e-7012-50e4-b5ab-424f5e5e27ff with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57f1f44e-7012-50e4-b5ab-424f5e5e27ff with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57f1f44e-7012-50e4-b5ab-424f5e5e27ff, identifier: WN22%20OVG
2026-03-30 06:41:16 [bca.uk] INFO: Found listing with ID: LN71%20XHS
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN71%2520XHS%27 HTTP/1.1" 200 None
2026-03-30 06:41:16 [bca.uk] INFO: Scrape type for LN71%20XHS: 2
2026-03-30 06:41:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afeeb9df-bcae-59ac-9c96-c24f7adede40 with identifier: LN71%20XHS
2026-03-30 06:41:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afeeb9df-bcae-59ac-9c96-c24f7adede40 with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afeeb9df-bcae-59ac-9c96-c24f7adede40 with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: afeeb9df-bcae-59ac-9c96-c24f7adede40, identifier: LN71%20XHS
2026-03-30 06:41:16 [bca.uk] INFO: Found listing with ID: ET73%20ANX
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET73%2520ANX%27 HTTP/1.1" 200 None
2026-03-30 06:41:16 [bca.uk] INFO: Scrape type for ET73%20ANX: 2
2026-03-30 06:41:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddb4511f-3a10-54de-9337-2e23ba9a855f with identifier: ET73%20ANX
2026-03-30 06:41:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddb4511f-3a10-54de-9337-2e23ba9a855f with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddb4511f-3a10-54de-9337-2e23ba9a855f with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddb4511f-3a10-54de-9337-2e23ba9a855f, identifier: ET73%20ANX
2026-03-30 06:41:16 [scrapy.extensions.logstats] INFO: Crawled 105 pages (at 1 pages/min), scraped 4762 items (at 126 items/min)
2026-03-30 06:41:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:41:16 [bca.uk] INFO: Found listing with ID: LV12%20XBX
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV12%2520XBX%27 HTTP/1.1" 200 None
2026-03-30 06:41:16 [bca.uk] INFO: Scrape type for LV12%20XBX: 2
2026-03-30 06:41:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5fa2941-45b7-586b-9f23-2022f811c0e1 with identifier: LV12%20XBX
2026-03-30 06:41:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5fa2941-45b7-586b-9f23-2022f811c0e1 with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5fa2941-45b7-586b-9f23-2022f811c0e1 with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5fa2941-45b7-586b-9f23-2022f811c0e1, identifier: LV12%20XBX
2026-03-30 06:41:16 [bca.uk] INFO: Found listing with ID: FL22%20AUM
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520AUM%27 HTTP/1.1" 200 None
2026-03-30 06:41:16 [bca.uk] INFO: Scrape type for FL22%20AUM: 2
2026-03-30 06:41:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cc2217b-0189-5329-ad83-ebcce4cdfcdb with identifier: FL22%20AUM
2026-03-30 06:41:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc2217b-0189-5329-ad83-ebcce4cdfcdb with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cc2217b-0189-5329-ad83-ebcce4cdfcdb with scrape type 2
2026-03-30 06:41:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cc2217b-0189-5329-ad83-ebcce4cdfcdb, identifier: FL22%20AUM
2026-03-30 06:41:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4819a5f0-ee91-58c2-be42-05011247492d with identifier: HV12%20KKL
2026-03-30 06:41:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4819a5f0-ee91-58c2-be42-05011247492d with identifier: HV12%20KKL
2026-03-30 06:41:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4819a5f0-ee91-58c2-be42-05011247492d with identifier: HV12%20KKL to the API
2026-03-30 06:41:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV12%20KKL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4819a5f0-ee91-58c2-be42-05011247492d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV12 KKL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV12%20KKL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'UP!',
 'odometer': 153164,
 'odometer_reading_unit': '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 HIGH UP Hatchback',
 'transmission': 'manual',
 'trim': '75 HIGH UP',
 'vin': 'WVWZZZAAZCD022347',
 'year': 2012}
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV12%2520KKL%27 HTTP/1.1" 200 None
2026-03-30 06:41:17 [bca.uk] INFO: Saving data for HV12%20KKL: {'auction_closing_time': 1775037600.0, 'created_time': 1773907554.97845, 'last_price_update_time': 1774852877.11082}
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV12%2520KKL') HTTP/1.1" 204 0
2026-03-30 06:41:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57f1f44e-7012-50e4-b5ab-424f5e5e27ff with identifier: WN22%20OVG
2026-03-30 06:41:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57f1f44e-7012-50e4-b5ab-424f5e5e27ff with identifier: WN22%20OVG
2026-03-30 06:41:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57f1f44e-7012-50e4-b5ab-424f5e5e27ff with identifier: WN22%20OVG to the API
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20OVG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '57f1f44e-7012-50e4-b5ab-424f5e5e27ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN22 OVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20OVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 32159,
 'odometer_reading_unit': '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': 'WAUZZZGY8NA055369',
 'year': 2022}
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520OVG%27 HTTP/1.1" 200 None
2026-03-30 06:41:17 [bca.uk] INFO: Saving data for WN22%20OVG: {'auction_closing_time': 1774951200.0, 'created_time': 1774536124.704678, 'last_price_update_time': 1774852877.395497}
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520OVG') HTTP/1.1" 204 0
2026-03-30 06:41:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: afeeb9df-bcae-59ac-9c96-c24f7adede40 with identifier: LN71%20XHS
2026-03-30 06:41:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: afeeb9df-bcae-59ac-9c96-c24f7adede40 with identifier: LN71%20XHS
2026-03-30 06:41:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: afeeb9df-bcae-59ac-9c96-c24f7adede40 with identifier: LN71%20XHS to the API
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN71%20XHS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'afeeb9df-bcae-59ac-9c96-c24f7adede40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN71 XHS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN71%20XHS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 68164,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D200 AWD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 AWD R-DYNAMIC SE',
 'vin': 'SADFA2AN6N1029182',
 'year': 2022}
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN71%2520XHS%27 HTTP/1.1" 200 None
2026-03-30 06:41:17 [bca.uk] INFO: Saving data for LN71%20XHS: {'auction_closing_time': 1774864800.0, 'created_time': 1773832174.120263, 'last_price_update_time': 1774852877.716223}
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN71%2520XHS') HTTP/1.1" 204 0
2026-03-30 06:41:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddb4511f-3a10-54de-9337-2e23ba9a855f with identifier: ET73%20ANX
2026-03-30 06:41:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddb4511f-3a10-54de-9337-2e23ba9a855f with identifier: ET73%20ANX
2026-03-30 06:41:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddb4511f-3a10-54de-9337-2e23ba9a855f with identifier: ET73%20ANX to the API
2026-03-30 06:41:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET73%20ANX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ddb4511f-3a10-54de-9337-2e23ba9a855f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ET73 ANX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET73%20ANX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 3979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'VNKKBAC390A330008',
 'year': 2024}
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET73%2520ANX%27 HTTP/1.1" 200 None
2026-03-30 06:41:18 [bca.uk] INFO: Saving data for ET73%20ANX: {'auction_closing_time': 1775556000.0, 'created_time': 1774535114.496408, 'last_price_update_time': 1774852878.018554}
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET73%2520ANX') HTTP/1.1" 204 0
2026-03-30 06:41:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5fa2941-45b7-586b-9f23-2022f811c0e1 with identifier: LV12%20XBX
2026-03-30 06:41:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5fa2941-45b7-586b-9f23-2022f811c0e1 with identifier: LV12%20XBX
2026-03-30 06:41:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5fa2941-45b7-586b-9f23-2022f811c0e1 with identifier: LV12%20XBX to the API
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV12%20XBX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5fa2941-45b7-586b-9f23-2022f811c0e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV12 XBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV12%20XBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '325D',
 'odometer': 102424,
 'odometer_reading_unit': '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 325D 3.0 SPORT PLUS Coupe',
 'transmission': 'automatic',
 'trim': 'SPORT PLUS',
 'vin': 'WBAKK52020E593390',
 'year': 2012}
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV12%2520XBX%27 HTTP/1.1" 200 None
2026-03-30 06:41:18 [bca.uk] INFO: Saving data for LV12%20XBX: {'auction_closing_time': 1775210400.0, 'created_time': 1774534287.808525, 'last_price_update_time': 1774852878.326464}
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV12%2520XBX') HTTP/1.1" 204 0
2026-03-30 06:41:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cc2217b-0189-5329-ad83-ebcce4cdfcdb with identifier: FL22%20AUM
2026-03-30 06:41:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cc2217b-0189-5329-ad83-ebcce4cdfcdb with identifier: FL22%20AUM
2026-03-30 06:41:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cc2217b-0189-5329-ad83-ebcce4cdfcdb with identifier: FL22%20AUM to the API
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20AUM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8cc2217b-0189-5329-ad83-ebcce4cdfcdb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL22 AUM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20AUM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 47105,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 40 150KW 82KWH SPORT Coupe',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH SPORT',
 'vin': 'WAUZZZFZ3NP028734',
 'year': 2022}
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520AUM%27 HTTP/1.1" 200 None
2026-03-30 06:41:18 [bca.uk] INFO: Saving data for FL22%20AUM: {'auction_closing_time': 1774951200.0, 'created_time': 1774277097.495481, 'last_price_update_time': 1774852878.649356}
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520AUM') HTTP/1.1" 204 0
2026-03-30 06:41:18 [bca.uk] INFO: Found listing with ID: LF23%20VWH
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520VWH%27 HTTP/1.1" 200 None
2026-03-30 06:41:18 [bca.uk] INFO: Scrape type for LF23%20VWH: 2
2026-03-30 06:41:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 465f8b20-12c0-5059-80bb-a6625cc3728b with identifier: LF23%20VWH
2026-03-30 06:41:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 465f8b20-12c0-5059-80bb-a6625cc3728b with scrape type 2
2026-03-30 06:41:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 465f8b20-12c0-5059-80bb-a6625cc3728b with scrape type 2
2026-03-30 06:41:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 465f8b20-12c0-5059-80bb-a6625cc3728b, identifier: LF23%20VWH
2026-03-30 06:41:18 [bca.uk] INFO: Found listing with ID: BL23%20VPW
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL23%2520VPW%27 HTTP/1.1" 200 None
2026-03-30 06:41:18 [bca.uk] INFO: Scrape type for BL23%20VPW: 0
2026-03-30 06:41:18 [bca.uk] INFO: Found listing with ID: YP21%20WDW
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP21%2520WDW%27 HTTP/1.1" 200 None
2026-03-30 06:41:18 [bca.uk] INFO: Scrape type for YP21%20WDW: 2
2026-03-30 06:41:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1e38707-0248-5654-a881-1c7b1aff6745 with identifier: YP21%20WDW
2026-03-30 06:41:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1e38707-0248-5654-a881-1c7b1aff6745 with scrape type 2
2026-03-30 06:41:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1e38707-0248-5654-a881-1c7b1aff6745 with scrape type 2
2026-03-30 06:41:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1e38707-0248-5654-a881-1c7b1aff6745, identifier: YP21%20WDW
2026-03-30 06:41:18 [bca.uk] INFO: Found listing with ID: NC71%20UFS
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520UFS%27 HTTP/1.1" 200 None
2026-03-30 06:41:18 [bca.uk] INFO: Scrape type for NC71%20UFS: 2
2026-03-30 06:41:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 936de7ea-eb8e-5595-9833-2d4a70970a37 with identifier: NC71%20UFS
2026-03-30 06:41:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 936de7ea-eb8e-5595-9833-2d4a70970a37 with scrape type 2
2026-03-30 06:41:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 936de7ea-eb8e-5595-9833-2d4a70970a37 with scrape type 2
2026-03-30 06:41:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 936de7ea-eb8e-5595-9833-2d4a70970a37, identifier: NC71%20UFS
2026-03-30 06:41:19 [bca.uk] INFO: Found listing with ID: DU72%20ZTZ
2026-03-30 06:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-30 06:41:19 [bca.uk] INFO: Scrape type for DU72%20ZTZ: 2
2026-03-30 06:41:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38950305-260e-54ac-9147-1f2434f9875d with identifier: DU72%20ZTZ
2026-03-30 06:41:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38950305-260e-54ac-9147-1f2434f9875d with scrape type 2
2026-03-30 06:41:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38950305-260e-54ac-9147-1f2434f9875d with scrape type 2
2026-03-30 06:41:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38950305-260e-54ac-9147-1f2434f9875d, identifier: DU72%20ZTZ
2026-03-30 06:41:19 [bca.uk] INFO: Found listing with ID: HT17%20BVO
2026-03-30 06:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT17%2520BVO%27 HTTP/1.1" 200 None
2026-03-30 06:41:19 [bca.uk] INFO: Scrape type for HT17%20BVO: 2
2026-03-30 06:41:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5918276-29cf-5110-8db8-c6fe7ad40164 with identifier: HT17%20BVO
2026-03-30 06:41:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5918276-29cf-5110-8db8-c6fe7ad40164 with scrape type 2
2026-03-30 06:41:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5918276-29cf-5110-8db8-c6fe7ad40164 with scrape type 2
2026-03-30 06:41:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5918276-29cf-5110-8db8-c6fe7ad40164, identifier: HT17%20BVO
2026-03-30 06:41:19 [bca.uk] INFO: Found listing with ID: YR74%20MHK
2026-03-30 06:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520MHK%27 HTTP/1.1" 200 None
2026-03-30 06:41:19 [bca.uk] INFO: Scrape type for YR74%20MHK: 2
2026-03-30 06:41:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cdf76d1-2b40-5a03-aa42-1654bc7d93e4 with identifier: YR74%20MHK
2026-03-30 06:41:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cdf76d1-2b40-5a03-aa42-1654bc7d93e4 with scrape type 2
2026-03-30 06:41:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cdf76d1-2b40-5a03-aa42-1654bc7d93e4 with scrape type 2
2026-03-30 06:41:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cdf76d1-2b40-5a03-aa42-1654bc7d93e4, identifier: YR74%20MHK
2026-03-30 06:41:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 465f8b20-12c0-5059-80bb-a6625cc3728b with identifier: LF23%20VWH
2026-03-30 06:41:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 465f8b20-12c0-5059-80bb-a6625cc3728b with identifier: LF23%20VWH
2026-03-30 06:41:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 465f8b20-12c0-5059-80bb-a6625cc3728b with identifier: LF23%20VWH to the API
2026-03-30 06:41:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF23%20VWH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '465f8b20-12c0-5059-80bb-a6625cc3728b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF23 VWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF23%20VWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 21185,
 'odometer_reading_unit': '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': 'LRW3F7FS7PC761773',
 'year': 2023}
2026-03-30 06:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520VWH%27 HTTP/1.1" 200 None
2026-03-30 06:41:19 [bca.uk] INFO: Saving data for LF23%20VWH: {'auction_closing_time': 1774864800.0, 'created_time': 1774534478.724684, 'last_price_update_time': 1774852879.659422}
2026-03-30 06:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520VWH') HTTP/1.1" 204 0
2026-03-30 06:41:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1e38707-0248-5654-a881-1c7b1aff6745 with identifier: YP21%20WDW
2026-03-30 06:41:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1e38707-0248-5654-a881-1c7b1aff6745 with identifier: YP21%20WDW
2026-03-30 06:41:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1e38707-0248-5654-a881-1c7b1aff6745 with identifier: YP21%20WDW to the API
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 48,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP21%20WDW-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': 'c1e38707-0248-5654-a881-1c7b1aff6745',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP21 WDW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP21%20WDW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 56262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV R DESIGN',
 'vin': 'YV1XZBWVFM2571927',
 'year': 2021}
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP21%2520WDW%27 HTTP/1.1" 200 None
2026-03-30 06:41:20 [bca.uk] INFO: Saving data for YP21%20WDW: {'auction_closing_time': 1774864800.0, 'created_time': 1774536159.351184, 'last_price_update_time': 1774852880.205629}
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP21%2520WDW') HTTP/1.1" 204 0
2026-03-30 06:41:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 936de7ea-eb8e-5595-9833-2d4a70970a37 with identifier: NC71%20UFS
2026-03-30 06:41:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 936de7ea-eb8e-5595-9833-2d4a70970a37 with identifier: NC71%20UFS
2026-03-30 06:41:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 936de7ea-eb8e-5595-9833-2d4a70970a37 with identifier: NC71%20UFS to the API
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC71%20UFS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '936de7ea-eb8e-5595-9833-2d4a70970a37',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NC71 UFS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC71%20UFS&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 54179,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 HSE BLACK (11KW) Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE BLACK (11KW)',
 'vin': 'SADHA2A11N1622101',
 'year': 2022}
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520UFS%27 HTTP/1.1" 200 None
2026-03-30 06:41:20 [bca.uk] INFO: Saving data for NC71%20UFS: {'auction_closing_time': 1774864800.0, 'created_time': 1774564977.374169, 'last_price_update_time': 1774852880.501399}
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC71%2520UFS') HTTP/1.1" 204 0
2026-03-30 06:41:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38950305-260e-54ac-9147-1f2434f9875d with identifier: DU72%20ZTZ
2026-03-30 06:41:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38950305-260e-54ac-9147-1f2434f9875d with identifier: DU72%20ZTZ
2026-03-30 06:41:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38950305-260e-54ac-9147-1f2434f9875d with identifier: DU72%20ZTZ to the API
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU72%20ZTZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '38950305-260e-54ac-9147-1f2434f9875d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DU72 ZTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU72%20ZTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 83196,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 VVT-I HYBRID ICON TECH Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON TECH',
 'vin': 'SB1Z93BE60E342003',
 'year': 2022}
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520ZTZ%27 HTTP/1.1" 200 None
2026-03-30 06:41:20 [bca.uk] INFO: Saving data for DU72%20ZTZ: {'auction_closing_time': 1775556000.0, 'created_time': 1774535091.707804, 'last_price_update_time': 1774852880.813223}
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU72%2520ZTZ') HTTP/1.1" 204 0
2026-03-30 06:41:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5918276-29cf-5110-8db8-c6fe7ad40164 with identifier: HT17%20BVO
2026-03-30 06:41:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5918276-29cf-5110-8db8-c6fe7ad40164 with identifier: HT17%20BVO
2026-03-30 06:41:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5918276-29cf-5110-8db8-c6fe7ad40164 with identifier: HT17%20BVO to the API
2026-03-30 06:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT17%20BVO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5918276-29cf-5110-8db8-c6fe7ad40164',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT17 BVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT17%20BVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 78877,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.4 T 140 ELITE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 140 ELITE S/S',
 'vin': 'W0LJD7E85HB223505',
 'year': 2017}
2026-03-30 06:41:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT17%2520BVO%27 HTTP/1.1" 200 None
2026-03-30 06:41:21 [bca.uk] INFO: Saving data for HT17%20BVO: {'auction_closing_time': 1774951200.0, 'created_time': 1774016936.248375, 'last_price_update_time': 1774852881.98975}
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT17%2520BVO') HTTP/1.1" 204 0
2026-03-30 06:41:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cdf76d1-2b40-5a03-aa42-1654bc7d93e4 with identifier: YR74%20MHK
2026-03-30 06:41:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cdf76d1-2b40-5a03-aa42-1654bc7d93e4 with identifier: YR74%20MHK
2026-03-30 06:41:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cdf76d1-2b40-5a03-aa42-1654bc7d93e4 with identifier: YR74%20MHK to the API
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR74%20MHK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1cdf76d1-2b40-5a03-aa42-1654bc7d93e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR74 MHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR74%20MHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLVO',
 'model': 'EX30',
 'odometer': 28720,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLVO EX30 315KW 69KWH TM PERF.PLUS Hatchback',
 'transmission': 'automatic',
 'trim': '315KW 69KWH TM PERF.PLUS',
 'vin': 'YV12ZEK82RS044950',
 'year': 2024}
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520MHK%27 HTTP/1.1" 200 None
2026-03-30 06:41:22 [bca.uk] INFO: Saving data for YR74%20MHK: {'auction_closing_time': 1775124000.0, 'created_time': 1774534508.552002, 'last_price_update_time': 1774852882.309775}
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR74%2520MHK') HTTP/1.1" 204 0
2026-03-30 06:41:22 [bca.uk] INFO: Found listing with ID: LG23%20ZFS
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520ZFS%27 HTTP/1.1" 200 None
2026-03-30 06:41:22 [bca.uk] INFO: Scrape type for LG23%20ZFS: 2
2026-03-30 06:41:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eef0dcf4-6402-5dd2-8d75-9f853e57bed9 with identifier: LG23%20ZFS
2026-03-30 06:41:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eef0dcf4-6402-5dd2-8d75-9f853e57bed9 with scrape type 2
2026-03-30 06:41:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eef0dcf4-6402-5dd2-8d75-9f853e57bed9 with scrape type 2
2026-03-30 06:41:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eef0dcf4-6402-5dd2-8d75-9f853e57bed9, identifier: LG23%20ZFS
2026-03-30 06:41:22 [bca.uk] INFO: Found listing with ID: RJ71%20FSF
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520FSF%27 HTTP/1.1" 200 None
2026-03-30 06:41:22 [bca.uk] INFO: Scrape type for RJ71%20FSF: 2
2026-03-30 06:41:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 146ddffe-a57e-5d0e-9420-6aab8ea06fc2 with identifier: RJ71%20FSF
2026-03-30 06:41:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 146ddffe-a57e-5d0e-9420-6aab8ea06fc2 with scrape type 2
2026-03-30 06:41:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 146ddffe-a57e-5d0e-9420-6aab8ea06fc2 with scrape type 2
2026-03-30 06:41:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 146ddffe-a57e-5d0e-9420-6aab8ea06fc2, identifier: RJ71%20FSF
2026-03-30 06:41:22 [bca.uk] INFO: Found listing with ID: MA62%20WDW
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520WDW%27 HTTP/1.1" 200 None
2026-03-30 06:41:22 [bca.uk] INFO: Scrape type for MA62%20WDW: 2
2026-03-30 06:41:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f378906d-a061-57e5-950d-93ab09a5a7a6 with identifier: MA62%20WDW
2026-03-30 06:41:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f378906d-a061-57e5-950d-93ab09a5a7a6 with scrape type 2
2026-03-30 06:41:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f378906d-a061-57e5-950d-93ab09a5a7a6 with scrape type 2
2026-03-30 06:41:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f378906d-a061-57e5-950d-93ab09a5a7a6, identifier: MA62%20WDW
2026-03-30 06:41:22 [bca.uk] INFO: Found listing with ID: SP19%20FKM
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520FKM%27 HTTP/1.1" 200 None
2026-03-30 06:41:22 [bca.uk] INFO: Scrape type for SP19%20FKM: 2
2026-03-30 06:41:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15c7c413-5850-5811-8e0a-b72dd2c1191e with identifier: SP19%20FKM
2026-03-30 06:41:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15c7c413-5850-5811-8e0a-b72dd2c1191e with scrape type 2
2026-03-30 06:41:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15c7c413-5850-5811-8e0a-b72dd2c1191e with scrape type 2
2026-03-30 06:41:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15c7c413-5850-5811-8e0a-b72dd2c1191e, identifier: SP19%20FKM
2026-03-30 06:41:22 [bca.uk] INFO: Found listing with ID: BD67%20LUP
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD67%2520LUP%27 HTTP/1.1" 200 None
2026-03-30 06:41:22 [bca.uk] INFO: Scrape type for BD67%20LUP: 2
2026-03-30 06:41:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c7ccd37-1447-53b7-982a-0fde6f48514f with identifier: BD67%20LUP
2026-03-30 06:41:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7ccd37-1447-53b7-982a-0fde6f48514f with scrape type 2
2026-03-30 06:41:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c7ccd37-1447-53b7-982a-0fde6f48514f with scrape type 2
2026-03-30 06:41:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c7ccd37-1447-53b7-982a-0fde6f48514f, identifier: BD67%20LUP
2026-03-30 06:41:22 [bca.uk] INFO: Found listing with ID: YL25%20KXG
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL25%2520KXG%27 HTTP/1.1" 200 None
2026-03-30 06:41:22 [bca.uk] INFO: Scrape type for YL25%20KXG: 2
2026-03-30 06:41:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c275f458-6d52-533c-9468-6a6dd53b55fc with identifier: YL25%20KXG
2026-03-30 06:41:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c275f458-6d52-533c-9468-6a6dd53b55fc with scrape type 2
2026-03-30 06:41:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c275f458-6d52-533c-9468-6a6dd53b55fc with scrape type 2
2026-03-30 06:41:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c275f458-6d52-533c-9468-6a6dd53b55fc, identifier: YL25%20KXG
2026-03-30 06:41:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eef0dcf4-6402-5dd2-8d75-9f853e57bed9 with identifier: LG23%20ZFS
2026-03-30 06:41:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eef0dcf4-6402-5dd2-8d75-9f853e57bed9 with identifier: LG23%20ZFS
2026-03-30 06:41:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eef0dcf4-6402-5dd2-8d75-9f853e57bed9 with identifier: LG23%20ZFS to the API
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG23%20ZFS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'eef0dcf4-6402-5dd2-8d75-9f853e57bed9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LG23 ZFS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG23%20ZFS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 31181,
 'odometer_reading_unit': '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': 'LRWYHCFS6PC705266',
 'year': 2023}
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520ZFS%27 HTTP/1.1" 200 None
2026-03-30 06:41:23 [bca.uk] INFO: Saving data for LG23%20ZFS: {'auction_closing_time': 1774864800.0, 'created_time': 1774534512.67065, 'last_price_update_time': 1774852883.31722}
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG23%2520ZFS') HTTP/1.1" 204 0
2026-03-30 06:41:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 146ddffe-a57e-5d0e-9420-6aab8ea06fc2 with identifier: RJ71%20FSF
2026-03-30 06:41:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 146ddffe-a57e-5d0e-9420-6aab8ea06fc2 with identifier: RJ71%20FSF
2026-03-30 06:41:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 146ddffe-a57e-5d0e-9420-6aab8ea06fc2 with identifier: RJ71%20FSF to the API
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ71%20FSF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '146ddffe-a57e-5d0e-9420-6aab8ea06fc2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RJ71 FSF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ71%20FSF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 94389,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E S LINE S-T',
 'vin': 'WAUZZZGY6NA024072',
 'year': 2022}
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520FSF%27 HTTP/1.1" 200 None
2026-03-30 06:41:23 [bca.uk] INFO: Saving data for RJ71%20FSF: {'auction_closing_time': 1774864800.0, 'created_time': 1774536169.55911, 'last_price_update_time': 1774852883.617477}
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ71%2520FSF') HTTP/1.1" 204 0
2026-03-30 06:41:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f378906d-a061-57e5-950d-93ab09a5a7a6 with identifier: MA62%20WDW
2026-03-30 06:41:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f378906d-a061-57e5-950d-93ab09a5a7a6 with identifier: MA62%20WDW
2026-03-30 06:41:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f378906d-a061-57e5-950d-93ab09a5a7a6 with identifier: MA62%20WDW to the API
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA62%20WDW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f378906d-a061-57e5-950d-93ab09a5a7a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA62 WDW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA62%20WDW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'B-MAX',
 'odometer': 83300,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD B-MAX 1.6 TITANIUM P/SHIFT MPV',
 'transmission': 'automatic',
 'trim': 'TITANIUM P/SHIFT',
 'vin': 'WF0KXXERJKCL07840',
 'year': 2012}
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520WDW%27 HTTP/1.1" 200 None
2026-03-30 06:41:23 [bca.uk] INFO: Saving data for MA62%20WDW: {'auction_closing_time': 1774864800.0, 'created_time': 1774564968.266498, 'last_price_update_time': 1774852883.910835}
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA62%2520WDW') HTTP/1.1" 204 0
2026-03-30 06:41:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15c7c413-5850-5811-8e0a-b72dd2c1191e with identifier: SP19%20FKM
2026-03-30 06:41:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15c7c413-5850-5811-8e0a-b72dd2c1191e with identifier: SP19%20FKM
2026-03-30 06:41:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15c7c413-5850-5811-8e0a-b72dd2c1191e with identifier: SP19%20FKM to the API
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP19%20FKM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15c7c413-5850-5811-8e0a-b72dd2c1191e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP19 FKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP19%20FKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'A250',
 'odometer': 24159,
 'odometer_reading_unit': '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 A250 2.0 AMG LINE PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'WDD1770462N099330',
 'year': 2019}
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520FKM%27 HTTP/1.1" 200 None
2026-03-30 06:41:24 [bca.uk] INFO: Saving data for SP19%20FKM: {'auction_closing_time': 1774864800.0, 'created_time': 1773839887.613732, 'last_price_update_time': 1774852884.213188}
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP19%2520FKM') HTTP/1.1" 204 0
2026-03-30 06:41:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c7ccd37-1447-53b7-982a-0fde6f48514f with identifier: BD67%20LUP
2026-03-30 06:41:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c7ccd37-1447-53b7-982a-0fde6f48514f with identifier: BD67%20LUP
2026-03-30 06:41:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c7ccd37-1447-53b7-982a-0fde6f48514f with identifier: BD67%20LUP to the API
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD67%20LUP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0c7ccd37-1447-53b7-982a-0fde6f48514f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD67 LUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD67%20LUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 55127,
 'odometer_reading_unit': '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.0 TSI 95 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 SE',
 'vin': 'TMBFP6NJ2JZ042984',
 'year': 2017}
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD67%2520LUP%27 HTTP/1.1" 200 None
2026-03-30 06:41:24 [bca.uk] INFO: Saving data for BD67%20LUP: {'auction_closing_time': 1775210400.0, 'created_time': 1774536303.503941, 'last_price_update_time': 1774852884.506586}
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD67%2520LUP') HTTP/1.1" 204 0
2026-03-30 06:41:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c275f458-6d52-533c-9468-6a6dd53b55fc with identifier: YL25%20KXG
2026-03-30 06:41:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c275f458-6d52-533c-9468-6a6dd53b55fc with identifier: YL25%20KXG
2026-03-30 06:41:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c275f458-6d52-533c-9468-6a6dd53b55fc with identifier: YL25%20KXG to the API
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL25%20KXG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c275f458-6d52-533c-9468-6a6dd53b55fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YL25 KXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL25%20KXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 5155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 B5P AWD PLUS DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5P AWD PLUS DARK G/T',
 'vin': 'YV1UZM1V8T1309863',
 'year': 2025}
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL25%2520KXG%27 HTTP/1.1" 200 None
2026-03-30 06:41:24 [bca.uk] INFO: Saving data for YL25%20KXG: {'auction_closing_time': 1775124000.0, 'created_time': 1774534538.763205, 'last_price_update_time': 1774852884.809567}
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL25%2520KXG') HTTP/1.1" 204 0
2026-03-30 06:41:24 [bca.uk] INFO: Found listing with ID: LM72%20KHA
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520KHA%27 HTTP/1.1" 200 None
2026-03-30 06:41:24 [bca.uk] INFO: Scrape type for LM72%20KHA: 2
2026-03-30 06:41:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5574f98-926c-5bdf-8cca-55c70f263bfe with identifier: LM72%20KHA
2026-03-30 06:41:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5574f98-926c-5bdf-8cca-55c70f263bfe with scrape type 2
2026-03-30 06:41:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5574f98-926c-5bdf-8cca-55c70f263bfe with scrape type 2
2026-03-30 06:41:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5574f98-926c-5bdf-8cca-55c70f263bfe, identifier: LM72%20KHA
2026-03-30 06:41:24 [bca.uk] INFO: Found listing with ID: HV74%20NWF
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520NWF%27 HTTP/1.1" 200 None
2026-03-30 06:41:24 [bca.uk] INFO: Scrape type for HV74%20NWF: 2
2026-03-30 06:41:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ce1a920-e5d2-51a0-a7ae-f711b56b4d09 with identifier: HV74%20NWF
2026-03-30 06:41:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ce1a920-e5d2-51a0-a7ae-f711b56b4d09 with scrape type 2
2026-03-30 06:41:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ce1a920-e5d2-51a0-a7ae-f711b56b4d09 with scrape type 2
2026-03-30 06:41:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ce1a920-e5d2-51a0-a7ae-f711b56b4d09, identifier: HV74%20NWF
2026-03-30 06:41:25 [bca.uk] INFO: Found listing with ID: FP66%20DTF
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP66%2520DTF%27 HTTP/1.1" 200 None
2026-03-30 06:41:25 [bca.uk] INFO: Scrape type for FP66%20DTF: 2
2026-03-30 06:41:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with identifier: FP66%20DTF
2026-03-30 06:41:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with scrape type 2
2026-03-30 06:41:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with scrape type 2
2026-03-30 06:41:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f, identifier: FP66%20DTF
2026-03-30 06:41:25 [bca.uk] INFO: Found listing with ID: BSZ%204903
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BSZ%25204903%27 HTTP/1.1" 200 None
2026-03-30 06:41:25 [bca.uk] INFO: Scrape type for BSZ%204903: 2
2026-03-30 06:41:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77458bdd-38bf-5923-b68c-c8980b7fb00a with identifier: BSZ%204903
2026-03-30 06:41:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77458bdd-38bf-5923-b68c-c8980b7fb00a with scrape type 2
2026-03-30 06:41:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77458bdd-38bf-5923-b68c-c8980b7fb00a with scrape type 2
2026-03-30 06:41:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77458bdd-38bf-5923-b68c-c8980b7fb00a, identifier: BSZ%204903
2026-03-30 06:41:25 [bca.uk] INFO: Found listing with ID: HV14%20UHG
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV14%2520UHG%27 HTTP/1.1" 200 None
2026-03-30 06:41:25 [bca.uk] INFO: Scrape type for HV14%20UHG: 2
2026-03-30 06:41:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 377d15df-aace-5d35-b10c-4472bfbcc9bf with identifier: HV14%20UHG
2026-03-30 06:41:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 377d15df-aace-5d35-b10c-4472bfbcc9bf with scrape type 2
2026-03-30 06:41:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 377d15df-aace-5d35-b10c-4472bfbcc9bf with scrape type 2
2026-03-30 06:41:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 377d15df-aace-5d35-b10c-4472bfbcc9bf, identifier: HV14%20UHG
2026-03-30 06:41:25 [bca.uk] INFO: Found listing with ID: YR24%20SDY
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520SDY%27 HTTP/1.1" 200 None
2026-03-30 06:41:25 [bca.uk] INFO: Scrape type for YR24%20SDY: 2
2026-03-30 06:41:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 357ddc85-3b6a-536f-afe9-f318eba3a030 with identifier: YR24%20SDY
2026-03-30 06:41:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 357ddc85-3b6a-536f-afe9-f318eba3a030 with scrape type 2
2026-03-30 06:41:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 357ddc85-3b6a-536f-afe9-f318eba3a030 with scrape type 2
2026-03-30 06:41:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 357ddc85-3b6a-536f-afe9-f318eba3a030, identifier: YR24%20SDY
2026-03-30 06:41:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5574f98-926c-5bdf-8cca-55c70f263bfe with identifier: LM72%20KHA
2026-03-30 06:41:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5574f98-926c-5bdf-8cca-55c70f263bfe with identifier: LM72%20KHA
2026-03-30 06:41:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5574f98-926c-5bdf-8cca-55c70f263bfe with identifier: LM72%20KHA to the API
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM72%20KHA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c5574f98-926c-5bdf-8cca-55c70f263bfe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM72 KHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM72%20KHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 74277,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.5 35 TFSI SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '35 TFSI SPORT S-T',
 'vin': 'WAUZZZGY7PA022298',
 'year': 2022}
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520KHA%27 HTTP/1.1" 200 None
2026-03-30 06:41:25 [bca.uk] INFO: Saving data for LM72%20KHA: {'auction_closing_time': 1774864800.0, 'created_time': 1773931294.567808, 'last_price_update_time': 1774852885.798153}
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM72%2520KHA') HTTP/1.1" 204 0
2026-03-30 06:41:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ce1a920-e5d2-51a0-a7ae-f711b56b4d09 with identifier: HV74%20NWF
2026-03-30 06:41:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ce1a920-e5d2-51a0-a7ae-f711b56b4d09 with identifier: HV74%20NWF
2026-03-30 06:41:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ce1a920-e5d2-51a0-a7ae-f711b56b4d09 with identifier: HV74%20NWF to the API
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV74%20NWF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6ce1a920-e5d2-51a0-a7ae-f711b56b4d09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HV74 NWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV74%20NWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 5344,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW I4 GRAN COUPE 210KW 70KWH ED35 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '210KW 70KWH ED35 M SPORT',
 'vin': 'WBY12HD020FU37873',
 'year': 2025}
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520NWF%27 HTTP/1.1" 200 None
2026-03-30 06:41:26 [bca.uk] INFO: Saving data for HV74%20NWF: {'auction_closing_time': 1774864800.0, 'created_time': 1774536170.020994, 'last_price_update_time': 1774852886.180314}
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV74%2520NWF') HTTP/1.1" 204 0
2026-03-30 06:41:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with identifier: FP66%20DTF
2026-03-30 06:41:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with identifier: FP66%20DTF
2026-03-30 06:41:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16ce1e9e-aa68-572b-9d12-9d5971fb5f7f with identifier: FP66%20DTF to the API
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP66%20DTF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16ce1e9e-aa68-572b-9d12-9d5971fb5f7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP66 DTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP66%20DTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 266939,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 2.0 TDI 190 SE L EXECUTIVE 4X4 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 190 SE L EXECUTIVE 4X4 DSG',
 'vin': 'TMBDJ7NP2H7017267',
 'year': 2016}
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP66%2520DTF%27 HTTP/1.1" 200 None
2026-03-30 06:41:26 [bca.uk] INFO: Saving data for FP66%20DTF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564920.39801, 'last_price_update_time': 1774852886.479431}
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP66%2520DTF') HTTP/1.1" 204 0
2026-03-30 06:41:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77458bdd-38bf-5923-b68c-c8980b7fb00a with identifier: BSZ%204903
2026-03-30 06:41:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77458bdd-38bf-5923-b68c-c8980b7fb00a with identifier: BSZ%204903
2026-03-30 06:41:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77458bdd-38bf-5923-b68c-c8980b7fb00a with identifier: BSZ%204903 to the API
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BSZ%204903-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77458bdd-38bf-5923-b68c-c8980b7fb00a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BSZ 4903',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BSZ%204903&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 62200,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 177 2WD SPORT ED. StationWagon',
 'transmission': 'manual',
 'trim': 'T-GDI 177 2WD SPORT ED.',
 'vin': 'TMAJ3812LJJ536440',
 'year': 2017}
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BSZ%25204903%27 HTTP/1.1" 200 None
2026-03-30 06:41:26 [bca.uk] INFO: Saving data for BSZ%204903: {'auction_closing_time': 1774864800.0, 'created_time': 1773839862.333728, 'last_price_update_time': 1774852886.801955}
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BSZ%25204903') HTTP/1.1" 204 0
2026-03-30 06:41:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 377d15df-aace-5d35-b10c-4472bfbcc9bf with identifier: HV14%20UHG
2026-03-30 06:41:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 377d15df-aace-5d35-b10c-4472bfbcc9bf with identifier: HV14%20UHG
2026-03-30 06:41:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 377d15df-aace-5d35-b10c-4472bfbcc9bf with identifier: HV14%20UHG to the API
2026-03-30 06:41:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV14%20UHG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '377d15df-aace-5d35-b10c-4472bfbcc9bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV14 UHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV14%20UHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 113824,
 'odometer_reading_unit': '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 A200 1.8 CDI B/E AMG SPORT DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'CDI B/E AMG SPORT DCT',
 'vin': 'WDD1760012J238219',
 'year': 2014}
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV14%2520UHG%27 HTTP/1.1" 200 None
2026-03-30 06:41:27 [bca.uk] INFO: Saving data for HV14%20UHG: {'auction_closing_time': 1775210400.0, 'created_time': 1774534303.881805, 'last_price_update_time': 1774852887.093947}
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV14%2520UHG') HTTP/1.1" 204 0
2026-03-30 06:41:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 357ddc85-3b6a-536f-afe9-f318eba3a030 with identifier: YR24%20SDY
2026-03-30 06:41:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 357ddc85-3b6a-536f-afe9-f318eba3a030 with identifier: YR24%20SDY
2026-03-30 06:41:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 357ddc85-3b6a-536f-afe9-f318eba3a030 with identifier: YR24%20SDY to the API
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR24%20SDY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '357ddc85-3b6a-536f-afe9-f318eba3a030',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR24 SDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR24%20SDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLVO',
 'model': 'XC40 ELECTRIC',
 'odometer': 19034,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 ELECTRIC 300KW 82KWH R/C TM CORE StationWagon',
 'transmission': 'automatic',
 'trim': '300KW 82KWH R/C TM CORE',
 'vin': 'YV1XZERRXR2353716',
 'year': 2024}
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520SDY%27 HTTP/1.1" 200 None
2026-03-30 06:41:27 [bca.uk] INFO: Saving data for YR24%20SDY: {'auction_closing_time': 1775124000.0, 'created_time': 1774534542.551829, 'last_price_update_time': 1774852887.395682}
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR24%2520SDY') HTTP/1.1" 204 0
2026-03-30 06:41:27 [bca.uk] INFO: Found listing with ID: LP21%20NUH
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520NUH%27 HTTP/1.1" 200 None
2026-03-30 06:41:27 [bca.uk] INFO: Scrape type for LP21%20NUH: 2
2026-03-30 06:41:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 176aa3a2-2aea-5586-bc68-41e45fdbd955 with identifier: LP21%20NUH
2026-03-30 06:41:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 176aa3a2-2aea-5586-bc68-41e45fdbd955 with scrape type 2
2026-03-30 06:41:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 176aa3a2-2aea-5586-bc68-41e45fdbd955 with scrape type 2
2026-03-30 06:41:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 176aa3a2-2aea-5586-bc68-41e45fdbd955, identifier: LP21%20NUH
2026-03-30 06:41:27 [bca.uk] INFO: Found listing with ID: BL73%20FTP
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41: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%2520FTP%27 HTTP/1.1" 200 None
2026-03-30 06:41:27 [bca.uk] INFO: Scrape type for BL73%20FTP: 2
2026-03-30 06:41:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25a15c15-f48d-52ce-82ec-c302de04fb49 with identifier: BL73%20FTP
2026-03-30 06:41:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25a15c15-f48d-52ce-82ec-c302de04fb49 with scrape type 2
2026-03-30 06:41:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25a15c15-f48d-52ce-82ec-c302de04fb49 with scrape type 2
2026-03-30 06:41:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25a15c15-f48d-52ce-82ec-c302de04fb49, identifier: BL73%20FTP
2026-03-30 06:41:27 [bca.uk] INFO: Found listing with ID: RA19%20HYH
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520HYH%27 HTTP/1.1" 200 None
2026-03-30 06:41:27 [bca.uk] INFO: Scrape type for RA19%20HYH: 2
2026-03-30 06:41:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with identifier: RA19%20HYH
2026-03-30 06:41:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with scrape type 2
2026-03-30 06:41:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with scrape type 2
2026-03-30 06:41:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4, identifier: RA19%20HYH
2026-03-30 06:41:27 [bca.uk] INFO: Found listing with ID: AF71%20BXW
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520BXW%27 HTTP/1.1" 200 None
2026-03-30 06:41:27 [bca.uk] INFO: Scrape type for AF71%20BXW: 2
2026-03-30 06:41:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c90637f8-9c12-5023-9ed9-829dc89410e8 with identifier: AF71%20BXW
2026-03-30 06:41:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c90637f8-9c12-5023-9ed9-829dc89410e8 with scrape type 2
2026-03-30 06:41:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c90637f8-9c12-5023-9ed9-829dc89410e8 with scrape type 2
2026-03-30 06:41:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c90637f8-9c12-5023-9ed9-829dc89410e8, identifier: AF71%20BXW
2026-03-30 06:41:27 [bca.uk] INFO: Found listing with ID: YE17%20KGU
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520KGU%27 HTTP/1.1" 200 None
2026-03-30 06:41:27 [bca.uk] INFO: Scrape type for YE17%20KGU: 2
2026-03-30 06:41:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3be485a5-9eb8-526a-a6fa-16d5b7651c69 with identifier: YE17%20KGU
2026-03-30 06:41:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3be485a5-9eb8-526a-a6fa-16d5b7651c69 with scrape type 2
2026-03-30 06:41:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3be485a5-9eb8-526a-a6fa-16d5b7651c69 with scrape type 2
2026-03-30 06:41:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3be485a5-9eb8-526a-a6fa-16d5b7651c69, identifier: YE17%20KGU
2026-03-30 06:41:28 [bca.uk] INFO: Found listing with ID: KU12%20FNP
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU12%2520FNP%27 HTTP/1.1" 200 None
2026-03-30 06:41:28 [bca.uk] INFO: Scrape type for KU12%20FNP: 2
2026-03-30 06:41:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65e2e527-132c-5704-9843-a3915a2f44ee with identifier: KU12%20FNP
2026-03-30 06:41:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65e2e527-132c-5704-9843-a3915a2f44ee with scrape type 2
2026-03-30 06:41:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65e2e527-132c-5704-9843-a3915a2f44ee with scrape type 2
2026-03-30 06:41:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65e2e527-132c-5704-9843-a3915a2f44ee, identifier: KU12%20FNP
2026-03-30 06:41:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 176aa3a2-2aea-5586-bc68-41e45fdbd955 with identifier: LP21%20NUH
2026-03-30 06:41:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 176aa3a2-2aea-5586-bc68-41e45fdbd955 with identifier: LP21%20NUH
2026-03-30 06:41:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 176aa3a2-2aea-5586-bc68-41e45fdbd955 with identifier: LP21%20NUH to the API
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP21%20NUH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': '176aa3a2-2aea-5586-bc68-41e45fdbd955',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP21 NUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP21%20NUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 DE EQ-P',
 'odometer': 82921,
 'odometer_reading_unit': '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.PREM.PLUS 9G '
          'Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE NIGHT ED.PREM.PLUS 9G',
 'vin': 'W1K2052132G085886',
 'year': 2021}
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP21%2520NUH%27 HTTP/1.1" 200 None
2026-03-30 06:41:28 [bca.uk] INFO: Saving data for LP21%20NUH: {'auction_closing_time': 1774864800.0, 'created_time': 1774534505.800309, 'last_price_update_time': 1774852888.501973}
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP21%2520NUH') HTTP/1.1" 204 0
2026-03-30 06:41:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25a15c15-f48d-52ce-82ec-c302de04fb49 with identifier: BL73%20FTP
2026-03-30 06:41:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25a15c15-f48d-52ce-82ec-c302de04fb49 with identifier: BL73%20FTP
2026-03-30 06:41:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25a15c15-f48d-52ce-82ec-c302de04fb49 with identifier: BL73%20FTP to the API
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL73%20FTP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '25a15c15-f48d-52ce-82ec-c302de04fb49',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BL73 FTP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL73%20FTP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 14647,
 'odometer_reading_unit': '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 GT Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 GT',
 'vin': 'VR3UPHNEKR5013004',
 'year': 2024}
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL73%2520FTP%27 HTTP/1.1" 200 None
2026-03-30 06:41:28 [bca.uk] INFO: Saving data for BL73%20FTP: {'auction_closing_time': 1774864800.0, 'created_time': 1774536116.702912, 'last_price_update_time': 1774852888.792536}
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL73%2520FTP') HTTP/1.1" 204 0
2026-03-30 06:41:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with identifier: RA19%20HYH
2026-03-30 06:41:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with identifier: RA19%20HYH
2026-03-30 06:41:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4 with identifier: RA19%20HYH to the API
2026-03-30 06:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA19%20HYH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ee4692c-c8f1-5485-bafd-3e0b8edfe5a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA19 HYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA19%20HYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 73966,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 P200 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'P200 4WD R-DYNAMIC S',
 'vin': 'SALZA2AX3LH007714',
 'year': 2019}
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520HYH%27 HTTP/1.1" 200 None
2026-03-30 06:41:29 [bca.uk] INFO: Saving data for RA19%20HYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774564979.298827, 'last_price_update_time': 1774852889.085904}
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA19%2520HYH') HTTP/1.1" 204 0
2026-03-30 06:41:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c90637f8-9c12-5023-9ed9-829dc89410e8 with identifier: AF71%20BXW
2026-03-30 06:41:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c90637f8-9c12-5023-9ed9-829dc89410e8 with identifier: AF71%20BXW
2026-03-30 06:41:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c90637f8-9c12-5023-9ed9-829dc89410e8 with identifier: AF71%20BXW to the API
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF71%20BXW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c90637f8-9c12-5023-9ed9-829dc89410e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF71 BXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF71%20BXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 32633,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.8 VVT-I HYBRID ICON TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON TECH',
 'vin': 'SB1K93BE20E262246',
 'year': 2021}
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520BXW%27 HTTP/1.1" 200 None
2026-03-30 06:41:29 [bca.uk] INFO: Saving data for AF71%20BXW: {'auction_closing_time': 1775556000.0, 'created_time': 1774535089.652926, 'last_price_update_time': 1774852889.399615}
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF71%2520BXW') HTTP/1.1" 204 0
2026-03-30 06:41:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3be485a5-9eb8-526a-a6fa-16d5b7651c69 with identifier: YE17%20KGU
2026-03-30 06:41:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3be485a5-9eb8-526a-a6fa-16d5b7651c69 with identifier: YE17%20KGU
2026-03-30 06:41:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3be485a5-9eb8-526a-a6fa-16d5b7651c69 with identifier: YE17%20KGU to the API
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE17%20KGU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3be485a5-9eb8-526a-a6fa-16d5b7651c69',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE17 KGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE17%20KGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': '320D',
 'odometer': 130447,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 EFD PLUS TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'EFD PLUS TOURING STEP',
 'vin': 'WBA8J92060K894878',
 'year': 2017}
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE17%2520KGU%27 HTTP/1.1" 200 None
2026-03-30 06:41:29 [bca.uk] INFO: Saving data for YE17%20KGU: {'auction_closing_time': 1775210400.0, 'created_time': 1774534304.856398, 'last_price_update_time': 1774852889.714239}
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE17%2520KGU') HTTP/1.1" 204 0
2026-03-30 06:41:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65e2e527-132c-5704-9843-a3915a2f44ee with identifier: KU12%20FNP
2026-03-30 06:41:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65e2e527-132c-5704-9843-a3915a2f44ee with identifier: KU12%20FNP
2026-03-30 06:41:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65e2e527-132c-5704-9843-a3915a2f44ee with identifier: KU12%20FNP to the API
2026-03-30 06:41:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU12%20FNP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '65e2e527-132c-5704-9843-a3915a2f44ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU12 FNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU12%20FNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 52824,
 'odometer_reading_unit': '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': 'WF0GXXGAJGCB28705',
 'year': 2012}
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU12%2520FNP%27 HTTP/1.1" 200 None
2026-03-30 06:41:30 [bca.uk] INFO: Saving data for KU12%20FNP: {'auction_closing_time': 1775037600.0, 'created_time': 1774534543.929731, 'last_price_update_time': 1774852890.035692}
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU12%2520FNP') HTTP/1.1" 204 0
2026-03-30 06:41:30 [bca.uk] INFO: Found listing with ID: MF21%20RGU
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF21%2520RGU%27 HTTP/1.1" 200 None
2026-03-30 06:41:30 [bca.uk] INFO: Scrape type for MF21%20RGU: 2
2026-03-30 06:41:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2244659-4db1-559a-9c15-6056d9da94eb with identifier: MF21%20RGU
2026-03-30 06:41:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2244659-4db1-559a-9c15-6056d9da94eb with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2244659-4db1-559a-9c15-6056d9da94eb with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2244659-4db1-559a-9c15-6056d9da94eb, identifier: MF21%20RGU
2026-03-30 06:41:30 [bca.uk] INFO: Found listing with ID: GV72%20UFY
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41: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%2520UFY%27 HTTP/1.1" 200 None
2026-03-30 06:41:30 [bca.uk] INFO: Scrape type for GV72%20UFY: 2
2026-03-30 06:41:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edd7247d-75dd-5889-bf87-2c8ec12199ae with identifier: GV72%20UFY
2026-03-30 06:41:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edd7247d-75dd-5889-bf87-2c8ec12199ae with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edd7247d-75dd-5889-bf87-2c8ec12199ae with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edd7247d-75dd-5889-bf87-2c8ec12199ae, identifier: GV72%20UFY
2026-03-30 06:41:30 [bca.uk] INFO: Found listing with ID: LS74%20HXB
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520HXB%27 HTTP/1.1" 200 None
2026-03-30 06:41:30 [bca.uk] INFO: Scrape type for LS74%20HXB: 2
2026-03-30 06:41:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc35bcc5-50bc-5293-b7a9-21b62113ba95 with identifier: LS74%20HXB
2026-03-30 06:41:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc35bcc5-50bc-5293-b7a9-21b62113ba95 with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc35bcc5-50bc-5293-b7a9-21b62113ba95 with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc35bcc5-50bc-5293-b7a9-21b62113ba95, identifier: LS74%20HXB
2026-03-30 06:41:30 [bca.uk] INFO: Found listing with ID: NX16%20WZL
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX16%2520WZL%27 HTTP/1.1" 200 None
2026-03-30 06:41:30 [bca.uk] INFO: Scrape type for NX16%20WZL: 2
2026-03-30 06:41:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4c1656e-44ed-5969-8d42-97db7fe61a57 with identifier: NX16%20WZL
2026-03-30 06:41:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4c1656e-44ed-5969-8d42-97db7fe61a57 with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4c1656e-44ed-5969-8d42-97db7fe61a57 with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4c1656e-44ed-5969-8d42-97db7fe61a57, identifier: NX16%20WZL
2026-03-30 06:41:30 [bca.uk] INFO: Found listing with ID: YY17%20YOE
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520YOE%27 HTTP/1.1" 200 None
2026-03-30 06:41:30 [bca.uk] INFO: Scrape type for YY17%20YOE: 2
2026-03-30 06:41:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42197a82-2e73-5f02-8aed-26587e8a41fd with identifier: YY17%20YOE
2026-03-30 06:41:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42197a82-2e73-5f02-8aed-26587e8a41fd with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42197a82-2e73-5f02-8aed-26587e8a41fd with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42197a82-2e73-5f02-8aed-26587e8a41fd, identifier: YY17%20YOE
2026-03-30 06:41:30 [bca.uk] INFO: Found listing with ID: YG75%20AUP
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG75%2520AUP%27 HTTP/1.1" 200 None
2026-03-30 06:41:30 [bca.uk] INFO: Scrape type for YG75%20AUP: 2
2026-03-30 06:41:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28dea154-a103-5590-be17-e7687dfeef4f with identifier: YG75%20AUP
2026-03-30 06:41:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28dea154-a103-5590-be17-e7687dfeef4f with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28dea154-a103-5590-be17-e7687dfeef4f with scrape type 2
2026-03-30 06:41:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28dea154-a103-5590-be17-e7687dfeef4f, identifier: YG75%20AUP
2026-03-30 06:41:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2244659-4db1-559a-9c15-6056d9da94eb with identifier: MF21%20RGU
2026-03-30 06:41:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2244659-4db1-559a-9c15-6056d9da94eb with identifier: MF21%20RGU
2026-03-30 06:41:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2244659-4db1-559a-9c15-6056d9da94eb with identifier: MF21%20RGU to the API
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF21%20RGU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2244659-4db1-559a-9c15-6056d9da94eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MF21 RGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF21%20RGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 17125,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 83 SHINE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 83 SHINE PLUS',
 'vin': 'VF7SXHMRVMT526792',
 'year': 2021}
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF21%2520RGU%27 HTTP/1.1" 200 None
2026-03-30 06:41:30 [bca.uk] INFO: Saving data for MF21%20RGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534501.330952, 'last_price_update_time': 1774852890.995398}
2026-03-30 06:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF21%2520RGU') HTTP/1.1" 204 0
2026-03-30 06:41:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edd7247d-75dd-5889-bf87-2c8ec12199ae with identifier: GV72%20UFY
2026-03-30 06:41:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edd7247d-75dd-5889-bf87-2c8ec12199ae with identifier: GV72%20UFY
2026-03-30 06:41:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edd7247d-75dd-5889-bf87-2c8ec12199ae with identifier: GV72%20UFY to the API
2026-03-30 06:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV72%20UFY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'edd7247d-75dd-5889-bf87-2c8ec12199ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV72 UFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV72%20UFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 67630,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE (110KC) Hatchback',
 'transmission': 'automatic',
 'trim': '109KW 52KWH LIFE PURE (110KC)',
 'vin': 'WVGZZZE2ZPE024194',
 'year': 2023}
2026-03-30 06:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520UFY%27 HTTP/1.1" 200 None
2026-03-30 06:41:31 [bca.uk] INFO: Saving data for GV72%20UFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774536117.107784, 'last_price_update_time': 1774852891.685862}
2026-03-30 06:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520UFY') HTTP/1.1" 204 0
2026-03-30 06:41:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc35bcc5-50bc-5293-b7a9-21b62113ba95 with identifier: LS74%20HXB
2026-03-30 06:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:41:31 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=juniper+blue HTTP/1.1" 200 None
2026-03-30 06:41:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:41: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:41:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc35bcc5-50bc-5293-b7a9-21b62113ba95 with identifier: LS74%20HXB
2026-03-30 06:41:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc35bcc5-50bc-5293-b7a9-21b62113ba95 with identifier: LS74%20HXB to the API
2026-03-30 06:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 91,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS74%20HXB-GB',
 'category': 'Car',
 'color': 'juniper blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'bc35bcc5-50bc-5293-b7a9-21b62113ba95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS74 HXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS74%20HXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 3641,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC360A372667',
 'year': 2024}
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS74%2520HXB%27 HTTP/1.1" 200 None
2026-03-30 06:41:32 [bca.uk] INFO: Saving data for LS74%20HXB: {'auction_closing_time': 1774951200.0, 'created_time': 1773828335.851386, 'last_price_update_time': 1774852892.143194}
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS74%2520HXB') HTTP/1.1" 204 0
2026-03-30 06:41:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4c1656e-44ed-5969-8d42-97db7fe61a57 with identifier: NX16%20WZL
2026-03-30 06:41:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4c1656e-44ed-5969-8d42-97db7fe61a57 with identifier: NX16%20WZL
2026-03-30 06:41:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4c1656e-44ed-5969-8d42-97db7fe61a57 with identifier: NX16%20WZL to the API
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 13,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX16%20WZL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e4c1656e-44ed-5969-8d42-97db7fe61a57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX16 WZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX16%20WZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': 'I3',
 'odometer': 100092,
 'odometer_reading_unit': '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 I3 LOFT (REX) Hatchback',
 'transmission': 'automatic',
 'trim': 'LOFT (REX)',
 'vin': 'WBY1Z42080V585250',
 'year': 2016}
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX16%2520WZL%27 HTTP/1.1" 200 None
2026-03-30 06:41:32 [bca.uk] INFO: Saving data for NX16%20WZL: {'auction_closing_time': 1774864800.0, 'created_time': 1773840800.355099, 'last_price_update_time': 1774852892.453762}
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX16%2520WZL') HTTP/1.1" 204 0
2026-03-30 06:41:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42197a82-2e73-5f02-8aed-26587e8a41fd with identifier: YY17%20YOE
2026-03-30 06:41:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42197a82-2e73-5f02-8aed-26587e8a41fd with identifier: YY17%20YOE
2026-03-30 06:41:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42197a82-2e73-5f02-8aed-26587e8a41fd with identifier: YY17%20YOE to the API
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=91&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY17%20YOE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42197a82-2e73-5f02-8aed-26587e8a41fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY17 YOE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY17%20YOE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '116D',
 'odometer': 69777,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 116D 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1V72080V659939',
 'year': 2017}
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520YOE%27 HTTP/1.1" 200 None
2026-03-30 06:41:32 [bca.uk] INFO: Saving data for YY17%20YOE: {'auction_closing_time': 1774951200.0, 'created_time': 1774006240.59642, 'last_price_update_time': 1774852892.774734}
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY17%2520YOE') HTTP/1.1" 204 0
2026-03-30 06:41:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28dea154-a103-5590-be17-e7687dfeef4f with identifier: YG75%20AUP
2026-03-30 06:41:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28dea154-a103-5590-be17-e7687dfeef4f with identifier: YG75%20AUP
2026-03-30 06:41:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28dea154-a103-5590-be17-e7687dfeef4f with identifier: YG75%20AUP to the API
2026-03-30 06:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG75%20AUP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '28dea154-a103-5590-be17-e7687dfeef4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG75 AUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG75%20AUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'EX90',
 'odometer': 3976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLVO EX90 300KW 111KH TM ULTRA StationWagon',
 'transmission': 'automatic',
 'trim': '300KW 111KH TM ULTRA',
 'vin': 'YV1TFEVB4SG016807',
 'year': 2025}
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG75%2520AUP%27 HTTP/1.1" 200 None
2026-03-30 06:41:33 [bca.uk] INFO: Saving data for YG75%20AUP: {'auction_closing_time': 1775124000.0, 'created_time': 1774534545.364246, 'last_price_update_time': 1774852893.089038}
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG75%2520AUP') HTTP/1.1" 204 0
2026-03-30 06:41:33 [bca.uk] INFO: Found listing with ID: PK23%20VVG
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520VVG%27 HTTP/1.1" 200 None
2026-03-30 06:41:33 [bca.uk] INFO: Scrape type for PK23%20VVG: 2
2026-03-30 06:41:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44f007e9-e68c-599a-a859-ff8d15e71804 with identifier: PK23%20VVG
2026-03-30 06:41:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44f007e9-e68c-599a-a859-ff8d15e71804 with scrape type 2
2026-03-30 06:41:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44f007e9-e68c-599a-a859-ff8d15e71804 with scrape type 2
2026-03-30 06:41:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44f007e9-e68c-599a-a859-ff8d15e71804, identifier: PK23%20VVG
2026-03-30 06:41:33 [bca.uk] INFO: Found listing with ID: RE22%20PGX
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520PGX%27 HTTP/1.1" 200 None
2026-03-30 06:41:33 [bca.uk] INFO: Scrape type for RE22%20PGX: 2
2026-03-30 06:41:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78496977-5961-574f-b567-1ff61fc29ad4 with identifier: RE22%20PGX
2026-03-30 06:41:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78496977-5961-574f-b567-1ff61fc29ad4 with scrape type 2
2026-03-30 06:41:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78496977-5961-574f-b567-1ff61fc29ad4 with scrape type 2
2026-03-30 06:41:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78496977-5961-574f-b567-1ff61fc29ad4, identifier: RE22%20PGX
2026-03-30 06:41:33 [bca.uk] INFO: Found listing with ID: FP69%20LNY
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520LNY%27 HTTP/1.1" 200 None
2026-03-30 06:41:33 [bca.uk] INFO: Scrape type for FP69%20LNY: 2
2026-03-30 06:41:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 104f540a-8bdf-5aaa-8364-28f43f7120d6 with identifier: FP69%20LNY
2026-03-30 06:41:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 104f540a-8bdf-5aaa-8364-28f43f7120d6 with scrape type 2
2026-03-30 06:41:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 104f540a-8bdf-5aaa-8364-28f43f7120d6 with scrape type 2
2026-03-30 06:41:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 104f540a-8bdf-5aaa-8364-28f43f7120d6, identifier: FP69%20LNY
2026-03-30 06:41:33 [bca.uk] INFO: Found listing with ID: YP73%20BUO
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520BUO%27 HTTP/1.1" 200 None
2026-03-30 06:41:33 [bca.uk] INFO: Scrape type for YP73%20BUO: 2
2026-03-30 06:41:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 428826ed-c157-593c-89b3-3019a8ed4f74 with identifier: YP73%20BUO
2026-03-30 06:41:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 428826ed-c157-593c-89b3-3019a8ed4f74 with scrape type 2
2026-03-30 06:41:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 428826ed-c157-593c-89b3-3019a8ed4f74 with scrape type 2
2026-03-30 06:41:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 428826ed-c157-593c-89b3-3019a8ed4f74, identifier: YP73%20BUO
2026-03-30 06:41:33 [bca.uk] INFO: Found listing with ID: CY63%20AUX
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY63%2520AUX%27 HTTP/1.1" 200 None
2026-03-30 06:41:33 [bca.uk] INFO: Scrape type for CY63%20AUX: 2
2026-03-30 06:41:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5902d543-fe4b-558a-a827-631decc3e75a with identifier: CY63%20AUX
2026-03-30 06:41:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5902d543-fe4b-558a-a827-631decc3e75a with scrape type 2
2026-03-30 06:41:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5902d543-fe4b-558a-a827-631decc3e75a with scrape type 2
2026-03-30 06:41:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5902d543-fe4b-558a-a827-631decc3e75a, identifier: CY63%20AUX
2026-03-30 06:41:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44f007e9-e68c-599a-a859-ff8d15e71804 with identifier: PK23%20VVG
2026-03-30 06:41:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44f007e9-e68c-599a-a859-ff8d15e71804 with identifier: PK23%20VVG
2026-03-30 06:41:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44f007e9-e68c-599a-a859-ff8d15e71804 with identifier: PK23%20VVG to the API
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK23%20VVG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '44f007e9-e68c-599a-a859-ff8d15e71804',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PK23 VVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK23%20VVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 21501,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 125KW 51KWH SE Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 51KWH SE',
 'vin': 'LSJWH4097PN096956',
 'year': 2023}
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520VVG%27 HTTP/1.1" 200 None
2026-03-30 06:41:33 [bca.uk] INFO: Saving data for PK23%20VVG: {'auction_closing_time': 1774864800.0, 'created_time': 1774534493.420332, 'last_price_update_time': 1774852893.964018}
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK23%2520VVG') HTTP/1.1" 204 0
2026-03-30 06:41:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78496977-5961-574f-b567-1ff61fc29ad4 with identifier: RE22%20PGX
2026-03-30 06:41:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78496977-5961-574f-b567-1ff61fc29ad4 with identifier: RE22%20PGX
2026-03-30 06:41:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78496977-5961-574f-b567-1ff61fc29ad4 with identifier: RE22%20PGX to the API
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE22%20PGX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78496977-5961-574f-b567-1ff61fc29ad4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE22 PGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE22%20PGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLB 200',
 'odometer': 38179,
 'odometer_reading_unit': '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 GLB 200 1.3 AMG LINE 7G StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE 7G',
 'vin': 'W1N2476872W198133',
 'year': 2022}
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE22%2520PGX%27 HTTP/1.1" 200 None
2026-03-30 06:41:34 [bca.uk] INFO: Saving data for RE22%20PGX: {'auction_closing_time': 1774864800.0, 'created_time': 1774536104.412296, 'last_price_update_time': 1774852894.283681}
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE22%2520PGX') HTTP/1.1" 204 0
2026-03-30 06:41:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 104f540a-8bdf-5aaa-8364-28f43f7120d6 with identifier: FP69%20LNY
2026-03-30 06:41:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 104f540a-8bdf-5aaa-8364-28f43f7120d6 with identifier: FP69%20LNY
2026-03-30 06:41:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 104f540a-8bdf-5aaa-8364-28f43f7120d6 with identifier: FP69%20LNY to the API
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP69%20LNY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '104f540a-8bdf-5aaa-8364-28f43f7120d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP69 LNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP69%20LNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 49845,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D180 AWD CHEQUERED FLAG Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD CHEQUERED FLAG',
 'vin': 'SADFA2AN7L1Z90225',
 'year': 2020}
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP69%2520LNY%27 HTTP/1.1" 200 None
2026-03-30 06:41:34 [bca.uk] INFO: Saving data for FP69%20LNY: {'auction_closing_time': 1774864800.0, 'created_time': 1774564931.583615, 'last_price_update_time': 1774852894.688487}
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP69%2520LNY') HTTP/1.1" 204 0
2026-03-30 06:41:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 428826ed-c157-593c-89b3-3019a8ed4f74 with identifier: YP73%20BUO
2026-03-30 06:41:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 428826ed-c157-593c-89b3-3019a8ed4f74 with identifier: YP73%20BUO
2026-03-30 06:41:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 428826ed-c157-593c-89b3-3019a8ed4f74 with identifier: YP73%20BUO to the API
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP73%20BUO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '428826ed-c157-593c-89b3-3019a8ed4f74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP73 BUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP73%20BUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 21571,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI 110 TECHNIK S-T Hatchback',
 'transmission': 'automatic',
 'trim': '30 TFSI 110 TECHNIK S-T',
 'vin': 'WAUZZZGB6RR011616',
 'year': 2023}
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP73%2520BUO%27 HTTP/1.1" 200 None
2026-03-30 06:41:34 [bca.uk] INFO: Saving data for YP73%20BUO: {'auction_closing_time': 1774864800.0, 'created_time': 1774535108.148567, 'last_price_update_time': 1774852894.993444}
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP73%2520BUO') HTTP/1.1" 204 0
2026-03-30 06:41:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5902d543-fe4b-558a-a827-631decc3e75a with identifier: CY63%20AUX
2026-03-30 06:41:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5902d543-fe4b-558a-a827-631decc3e75a with identifier: CY63%20AUX
2026-03-30 06:41:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5902d543-fe4b-558a-a827-631decc3e75a with identifier: CY63%20AUX to the API
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CY63%20AUX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5902d543-fe4b-558a-a827-631decc3e75a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CY63 AUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CY63%20AUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 177346,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 I-DTEC 120 SE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SE PLUS',
 'vin': 'SHHFK3770EU203303',
 'year': 2014}
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY63%2520AUX%27 HTTP/1.1" 200 None
2026-03-30 06:41:35 [bca.uk] INFO: Saving data for CY63%20AUX: {'auction_closing_time': 1775037600.0, 'created_time': 1774305864.03535, 'last_price_update_time': 1774852895.290805}
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CY63%2520AUX') HTTP/1.1" 204 0
2026-03-30 06:41:35 [bca.uk] INFO: Found listing with ID: SN23%20ULV
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN23%2520ULV%27 HTTP/1.1" 200 None
2026-03-30 06:41:35 [bca.uk] INFO: Scrape type for SN23%20ULV: 2
2026-03-30 06:41:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b3b101d-7f1e-5025-bcf9-5905c979aa22 with identifier: SN23%20ULV
2026-03-30 06:41:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b3b101d-7f1e-5025-bcf9-5905c979aa22 with scrape type 2
2026-03-30 06:41:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b3b101d-7f1e-5025-bcf9-5905c979aa22 with scrape type 2
2026-03-30 06:41:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b3b101d-7f1e-5025-bcf9-5905c979aa22, identifier: SN23%20ULV
2026-03-30 06:41:35 [bca.uk] INFO: Found listing with ID: RX72%20CJU
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX72%2520CJU%27 HTTP/1.1" 200 None
2026-03-30 06:41:35 [bca.uk] INFO: Scrape type for RX72%20CJU: 2
2026-03-30 06:41:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11e771ed-f25b-5f17-a442-37eb784139aa with identifier: RX72%20CJU
2026-03-30 06:41:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11e771ed-f25b-5f17-a442-37eb784139aa with scrape type 2
2026-03-30 06:41:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11e771ed-f25b-5f17-a442-37eb784139aa with scrape type 2
2026-03-30 06:41:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11e771ed-f25b-5f17-a442-37eb784139aa, identifier: RX72%20CJU
2026-03-30 06:41:35 [bca.uk] INFO: Found listing with ID: OV23%20YCO
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41: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%2520YCO%27 HTTP/1.1" 200 None
2026-03-30 06:41:35 [bca.uk] INFO: Scrape type for OV23%20YCO: 2
2026-03-30 06:41:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with identifier: OV23%20YCO
2026-03-30 06:41:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with scrape type 2
2026-03-30 06:41:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with scrape type 2
2026-03-30 06:41:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a911fbe-b3f2-50bf-abe4-7856d4877c26, identifier: OV23%20YCO
2026-03-30 06:41:35 [bca.uk] INFO: Found listing with ID: LF72%20XGU
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520XGU%27 HTTP/1.1" 200 None
2026-03-30 06:41:35 [bca.uk] INFO: Scrape type for LF72%20XGU: 2
2026-03-30 06:41:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d32b819e-1101-58fe-bd2e-b6a3012396ef with identifier: LF72%20XGU
2026-03-30 06:41:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d32b819e-1101-58fe-bd2e-b6a3012396ef with scrape type 2
2026-03-30 06:41:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d32b819e-1101-58fe-bd2e-b6a3012396ef with scrape type 2
2026-03-30 06:41:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d32b819e-1101-58fe-bd2e-b6a3012396ef, identifier: LF72%20XGU
2026-03-30 06:41:35 [bca.uk] INFO: Found listing with ID: KF72%20VKO
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520VKO%27 HTTP/1.1" 200 None
2026-03-30 06:41:35 [bca.uk] INFO: Scrape type for KF72%20VKO: 2
2026-03-30 06:41:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de1a46f2-e39b-57db-b4c4-c342b00d1181 with identifier: KF72%20VKO
2026-03-30 06:41:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de1a46f2-e39b-57db-b4c4-c342b00d1181 with scrape type 2
2026-03-30 06:41:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de1a46f2-e39b-57db-b4c4-c342b00d1181 with scrape type 2
2026-03-30 06:41:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de1a46f2-e39b-57db-b4c4-c342b00d1181, identifier: KF72%20VKO
2026-03-30 06:41:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b3b101d-7f1e-5025-bcf9-5905c979aa22 with identifier: SN23%20ULV
2026-03-30 06:41:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b3b101d-7f1e-5025-bcf9-5905c979aa22 with identifier: SN23%20ULV
2026-03-30 06:41:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b3b101d-7f1e-5025-bcf9-5905c979aa22 with identifier: SN23%20ULV to the API
2026-03-30 06:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN23%20ULV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6b3b101d-7f1e-5025-bcf9-5905c979aa22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SN23 ULV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN23%20ULV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLB 200',
 'odometer': 8350,
 'odometer_reading_unit': '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 GLB 200 1.3 AMG LINE EXECUTIVE 7G StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE 7G',
 'vin': 'W1N4M8HB6PW278718',
 'year': 2023}
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN23%2520ULV%27 HTTP/1.1" 200 None
2026-03-30 06:41:36 [bca.uk] INFO: Saving data for SN23%20ULV: {'auction_closing_time': 1774864800.0, 'created_time': 1774534491.969745, 'last_price_update_time': 1774852896.178144}
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN23%2520ULV') HTTP/1.1" 204 0
2026-03-30 06:41:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11e771ed-f25b-5f17-a442-37eb784139aa with identifier: RX72%20CJU
2026-03-30 06:41:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11e771ed-f25b-5f17-a442-37eb784139aa with identifier: RX72%20CJU
2026-03-30 06:41:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11e771ed-f25b-5f17-a442-37eb784139aa with identifier: RX72%20CJU to the API
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX72%20CJU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11e771ed-f25b-5f17-a442-37eb784139aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RX72 CJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX72%20CJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY MAXI',
 'odometer': 5655,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY MAXI 2.0 TDI 102 LIFE MPV',
 'transmission': 'manual',
 'trim': 'TDI 102 LIFE',
 'vin': 'WV2ZZZSK8NX063010',
 'year': 2022}
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX72%2520CJU%27 HTTP/1.1" 200 None
2026-03-30 06:41:36 [bca.uk] INFO: Saving data for RX72%20CJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534577.884162, 'last_price_update_time': 1774852896.467776}
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX72%2520CJU') HTTP/1.1" 204 0
2026-03-30 06:41:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with identifier: OV23%20YCO
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=pure+white HTTP/1.1" 200 None
2026-03-30 06:41:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:41:36 [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:41:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with identifier: OV23%20YCO
2026-03-30 06:41:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a911fbe-b3f2-50bf-abe4-7856d4877c26 with identifier: OV23%20YCO to the API
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV23%20YCO-GB',
 'category': 'Car',
 'color': 'pure white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8a911fbe-b3f2-50bf-abe4-7856d4877c26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV23 YCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV23%20YCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 27207,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'JTDKBABB10A180946',
 'year': 2023}
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV23%2520YCO%27 HTTP/1.1" 200 None
2026-03-30 06:41:36 [bca.uk] INFO: Saving data for OV23%20YCO: {'auction_closing_time': 1774951200.0, 'created_time': 1773828346.499167, 'last_price_update_time': 1774852896.905927}
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520YCO') HTTP/1.1" 204 0
2026-03-30 06:41:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d32b819e-1101-58fe-bd2e-b6a3012396ef with identifier: LF72%20XGU
2026-03-30 06:41:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d32b819e-1101-58fe-bd2e-b6a3012396ef with identifier: LF72%20XGU
2026-03-30 06:41:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d32b819e-1101-58fe-bd2e-b6a3012396ef with identifier: LF72%20XGU to the API
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF72%20XGU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd32b819e-1101-58fe-bd2e-b6a3012396ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF72 XGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF72%20XGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 101718,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 VVT-I HYBRID ICON Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON',
 'vin': 'SB1Z93BE40E358989',
 'year': 2022}
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520XGU%27 HTTP/1.1" 200 None
2026-03-30 06:41:37 [bca.uk] INFO: Saving data for LF72%20XGU: {'auction_closing_time': 1775556000.0, 'created_time': 1774535111.601589, 'last_price_update_time': 1774852897.20094}
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF72%2520XGU') HTTP/1.1" 204 0
2026-03-30 06:41:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:41:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:41:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de1a46f2-e39b-57db-b4c4-c342b00d1181 with identifier: KF72%20VKO
2026-03-30 06:41:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de1a46f2-e39b-57db-b4c4-c342b00d1181 with identifier: KF72%20VKO
2026-03-30 06:41:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de1a46f2-e39b-57db-b4c4-c342b00d1181 with identifier: KF72%20VKO to the API
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 181,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF72%20VKO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'de1a46f2-e39b-57db-b4c4-c342b00d1181',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF72 VKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF72%20VKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 28355,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 B5P AWD PLUS DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5P AWD PLUS DARK G/T',
 'vin': 'YV1UZL1V9P1300301',
 'year': 2023}
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520VKO%27 HTTP/1.1" 200 None
2026-03-30 06:41:37 [bca.uk] INFO: Saving data for KF72%20VKO: {'auction_closing_time': 1775124000.0, 'created_time': 1774534503.805806, 'last_price_update_time': 1774852897.487176}
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF72%2520VKO') HTTP/1.1" 204 0
2026-03-30 06:41:37 [bca.uk] INFO: Found listing with ID: VX22%20XJE
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX22%2520XJE%27 HTTP/1.1" 200 None
2026-03-30 06:41:37 [bca.uk] INFO: Scrape type for VX22%20XJE: 2
2026-03-30 06:41:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36abea6-f26a-526b-a03e-2b3aa2174a6f with identifier: VX22%20XJE
2026-03-30 06:41:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36abea6-f26a-526b-a03e-2b3aa2174a6f with scrape type 2
2026-03-30 06:41:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c36abea6-f26a-526b-a03e-2b3aa2174a6f with scrape type 2
2026-03-30 06:41:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c36abea6-f26a-526b-a03e-2b3aa2174a6f, identifier: VX22%20XJE
2026-03-30 06:41:37 [bca.uk] INFO: Found listing with ID: YB25%20XWL
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520XWL%27 HTTP/1.1" 200 None
2026-03-30 06:41:37 [bca.uk] INFO: Scrape type for YB25%20XWL: 2
2026-03-30 06:41:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d497a5a-dbfb-518c-88ec-1ff6cb434d4b with identifier: YB25%20XWL
2026-03-30 06:41:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d497a5a-dbfb-518c-88ec-1ff6cb434d4b with scrape type 2
2026-03-30 06:41:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d497a5a-dbfb-518c-88ec-1ff6cb434d4b with scrape type 2
2026-03-30 06:41:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d497a5a-dbfb-518c-88ec-1ff6cb434d4b, identifier: YB25%20XWL
2026-03-30 06:41:37 [bca.uk] INFO: Found listing with ID: BX67%20YXT
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX67%2520YXT%27 HTTP/1.1" 200 None
2026-03-30 06:41:37 [bca.uk] INFO: Scrape type for BX67%20YXT: 2
2026-03-30 06:41:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2426c020-c1eb-5618-a70b-dbc853553966 with identifier: BX67%20YXT
2026-03-30 06:41:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2426c020-c1eb-5618-a70b-dbc853553966 with scrape type 2
2026-03-30 06:41:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2426c020-c1eb-5618-a70b-dbc853553966 with scrape type 2
2026-03-30 06:41:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2426c020-c1eb-5618-a70b-dbc853553966, identifier: BX67%20YXT
2026-03-30 06:41:37 [bca.uk] INFO: Found listing with ID: B128%20XST
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27B128%2520XST%27 HTTP/1.1" 200 None
2026-03-30 06:41:37 [bca.uk] INFO: Scrape type for B128%20XST: 2
2026-03-30 06:41:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32215196-acfe-5c18-bdea-ea3b72466eb2 with identifier: B128%20XST
2026-03-30 06:41:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32215196-acfe-5c18-bdea-ea3b72466eb2 with scrape type 2
2026-03-30 06:41:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32215196-acfe-5c18-bdea-ea3b72466eb2 with scrape type 2
2026-03-30 06:41:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32215196-acfe-5c18-bdea-ea3b72466eb2, identifier: B128%20XST
2026-03-30 06:41:38 [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:41:38 [bca.uk] INFO: Found listing with ID: YP12%20YGA
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP12%2520YGA%27 HTTP/1.1" 200 None
2026-03-30 06:41:38 [bca.uk] INFO: Scrape type for YP12%20YGA: 2
2026-03-30 06:41:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0cb8d7d-7f0f-55b7-a169-62f3e1270c5c with identifier: YP12%20YGA
2026-03-30 06:41:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0cb8d7d-7f0f-55b7-a169-62f3e1270c5c with scrape type 2
2026-03-30 06:41:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0cb8d7d-7f0f-55b7-a169-62f3e1270c5c with scrape type 2
2026-03-30 06:41:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0cb8d7d-7f0f-55b7-a169-62f3e1270c5c, identifier: YP12%20YGA
2026-03-30 06:41:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c36abea6-f26a-526b-a03e-2b3aa2174a6f with identifier: VX22%20XJE
2026-03-30 06:41:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c36abea6-f26a-526b-a03e-2b3aa2174a6f with identifier: VX22%20XJE
2026-03-30 06:41:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c36abea6-f26a-526b-a03e-2b3aa2174a6f with identifier: VX22%20XJE to the API
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 51,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX22%20XJE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c36abea6-f26a-526b-a03e-2b3aa2174a6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VX22 XJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX22%20XJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 18266,
 'odometer_reading_unit': '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 SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E AWD R-DYNAMIC SE',
 'vin': 'SADCA2AY8NA692136',
 'year': 2022}
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX22%2520XJE%27 HTTP/1.1" 200 None
2026-03-30 06:41:38 [bca.uk] INFO: Saving data for VX22%20XJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774534496.210251, 'last_price_update_time': 1774852898.491513}
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX22%2520XJE') HTTP/1.1" 204 0
2026-03-30 06:41:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d497a5a-dbfb-518c-88ec-1ff6cb434d4b with identifier: YB25%20XWL
2026-03-30 06:41:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d497a5a-dbfb-518c-88ec-1ff6cb434d4b with identifier: YB25%20XWL
2026-03-30 06:41:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d497a5a-dbfb-518c-88ec-1ff6cb434d4b with identifier: YB25%20XWL to the API
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB25%20XWL-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4d497a5a-dbfb-518c-88ec-1ff6cb434d4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB25 XWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB25%20XWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 8278,
 '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 QASHQAI 1.3 DIG-T 158 MH N-CONNECTA X-T Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 158 MH N-CONNECTA X-T',
 'vin': 'SJNJ12TA5U2176716',
 'year': 2025}
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520XWL%27 HTTP/1.1" 200 None
2026-03-30 06:41:38 [bca.uk] INFO: Saving data for YB25%20XWL: {'auction_closing_time': 1774864800.0, 'created_time': 1774536173.207594, 'last_price_update_time': 1774852898.899174}
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB25%2520XWL') HTTP/1.1" 204 0
2026-03-30 06:41:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2426c020-c1eb-5618-a70b-dbc853553966 with identifier: BX67%20YXT
2026-03-30 06:41:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2426c020-c1eb-5618-a70b-dbc853553966 with identifier: BX67%20YXT
2026-03-30 06:41:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2426c020-c1eb-5618-a70b-dbc853553966 with identifier: BX67%20YXT to the API
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX67%20YXT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2426c020-c1eb-5618-a70b-dbc853553966',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX67 YXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX67%20YXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 62981,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE',
 'vin': 'SALWA2EK5HA692591',
 'year': 2017}
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX67%2520YXT%27 HTTP/1.1" 200 None
2026-03-30 06:41:39 [bca.uk] INFO: Saving data for BX67%20YXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774564934.490429, 'last_price_update_time': 1774852899.204909}
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX67%2520YXT') HTTP/1.1" 204 0
2026-03-30 06:41:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32215196-acfe-5c18-bdea-ea3b72466eb2 with identifier: B128%20XST
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=cream HTTP/1.1" 200 None
2026-03-30 06:41:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:41: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:41:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32215196-acfe-5c18-bdea-ea3b72466eb2 with identifier: B128%20XST
2026-03-30 06:41:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32215196-acfe-5c18-bdea-ea3b72466eb2 with identifier: B128%20XST to the API
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=B128%20XST-GB',
 'category': 'Car',
 'color': 'cream',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '4.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '32215196-acfe-5c18-bdea-ea3b72466eb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'B128 XST',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=B128%20XST&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'JAGUAR',
 'model': 'XJ6',
 'odometer': 37042,
 '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': 'JAGUAR XJ6 4.2  Saloon',
 'transmission': 'automatic',
 'trim': '',
 'vin': 'SAJAV1344FC425966',
 'year': 2025}
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27B128%2520XST%27 HTTP/1.1" 200 None
2026-03-30 06:41:39 [bca.uk] INFO: Saving data for B128%20XST: {'auction_closing_time': 1774864800.0, 'created_time': 1774535109.708748, 'last_price_update_time': 1774852899.631215}
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='B128%2520XST') HTTP/1.1" 204 0
2026-03-30 06:41:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0cb8d7d-7f0f-55b7-a169-62f3e1270c5c with identifier: YP12%20YGA
2026-03-30 06:41:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0cb8d7d-7f0f-55b7-a169-62f3e1270c5c with identifier: YP12%20YGA
2026-03-30 06:41:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0cb8d7d-7f0f-55b7-a169-62f3e1270c5c with identifier: YP12%20YGA to the API
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP12%20YGA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f0cb8d7d-7f0f-55b7-a169-62f3e1270c5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP12 YGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP12%20YGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 143267,
 'odometer_reading_unit': '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 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'TDCI 115 ZETEC',
 'vin': 'WF0JXXWPBJCG71329',
 'year': 2012}
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41: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%2520YGA%27 HTTP/1.1" 200 None
2026-03-30 06:41:39 [bca.uk] INFO: Saving data for YP12%20YGA: {'auction_closing_time': 1775037600.0, 'created_time': 1774305864.759434, 'last_price_update_time': 1774852899.934642}
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP12%2520YGA') HTTP/1.1" 204 0
2026-03-30 06:41:39 [bca.uk] INFO: Found listing with ID: WN70%20JZJ
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN70%2520JZJ%27 HTTP/1.1" 200 None
2026-03-30 06:41:39 [bca.uk] INFO: Scrape type for WN70%20JZJ: 2
2026-03-30 06:41:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcb3e432-b5a9-5b23-b779-87b45c2ea6c0 with identifier: WN70%20JZJ
2026-03-30 06:41:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcb3e432-b5a9-5b23-b779-87b45c2ea6c0 with scrape type 2
2026-03-30 06:41:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcb3e432-b5a9-5b23-b779-87b45c2ea6c0 with scrape type 2
2026-03-30 06:41:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bcb3e432-b5a9-5b23-b779-87b45c2ea6c0, identifier: WN70%20JZJ
2026-03-30 06:41:40 [bca.uk] INFO: Found listing with ID: YC23%20NZG
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520NZG%27 HTTP/1.1" 200 None
2026-03-30 06:41:40 [bca.uk] INFO: Scrape type for YC23%20NZG: 2
2026-03-30 06:41:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2650f21-7a41-52f8-b850-ef66e80a58d0 with identifier: YC23%20NZG
2026-03-30 06:41:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2650f21-7a41-52f8-b850-ef66e80a58d0 with scrape type 2
2026-03-30 06:41:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2650f21-7a41-52f8-b850-ef66e80a58d0 with scrape type 2
2026-03-30 06:41:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2650f21-7a41-52f8-b850-ef66e80a58d0, identifier: YC23%20NZG
2026-03-30 06:41:40 [bca.uk] INFO: Found listing with ID: WU25%20ULL
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU25%2520ULL%27 HTTP/1.1" 200 None
2026-03-30 06:41:40 [bca.uk] INFO: Scrape type for WU25%20ULL: 2
2026-03-30 06:41:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01d3688e-4cbc-504a-b093-3844bf41a651 with identifier: WU25%20ULL
2026-03-30 06:41:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01d3688e-4cbc-504a-b093-3844bf41a651 with scrape type 2
2026-03-30 06:41:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01d3688e-4cbc-504a-b093-3844bf41a651 with scrape type 2
2026-03-30 06:41:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01d3688e-4cbc-504a-b093-3844bf41a651, identifier: WU25%20ULL
2026-03-30 06:41:40 [bca.uk] INFO: Found listing with ID: GL23%20ABO
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL23%2520ABO%27 HTTP/1.1" 200 None
2026-03-30 06:41:40 [bca.uk] INFO: Scrape type for GL23%20ABO: 2
2026-03-30 06:41:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 492f7acc-9fde-568c-8aaa-ffbbe30d1b1d with identifier: GL23%20ABO
2026-03-30 06:41:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 492f7acc-9fde-568c-8aaa-ffbbe30d1b1d with scrape type 2
2026-03-30 06:41:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 492f7acc-9fde-568c-8aaa-ffbbe30d1b1d with scrape type 2
2026-03-30 06:41:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 492f7acc-9fde-568c-8aaa-ffbbe30d1b1d, identifier: GL23%20ABO
2026-03-30 06:41:40 [bca.uk] INFO: Found listing with ID: NG10%20CEN
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG10%2520CEN%27 HTTP/1.1" 200 None
2026-03-30 06:41:40 [bca.uk] INFO: Scrape type for NG10%20CEN: 2
2026-03-30 06:41:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67d5400d-8781-5d0c-a5b6-00bcb374f558 with identifier: NG10%20CEN
2026-03-30 06:41:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d5400d-8781-5d0c-a5b6-00bcb374f558 with scrape type 2
2026-03-30 06:41:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67d5400d-8781-5d0c-a5b6-00bcb374f558 with scrape type 2
2026-03-30 06:41:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67d5400d-8781-5d0c-a5b6-00bcb374f558, identifier: NG10%20CEN
2026-03-30 06:41:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bcb3e432-b5a9-5b23-b779-87b45c2ea6c0 with identifier: WN70%20JZJ
2026-03-30 06:41:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bcb3e432-b5a9-5b23-b779-87b45c2ea6c0 with identifier: WN70%20JZJ
2026-03-30 06:41:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bcb3e432-b5a9-5b23-b779-87b45c2ea6c0 with identifier: WN70%20JZJ to the API
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN70%20JZJ-GB',
 'category': 'Car',
 'color': 'mountain grey metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bcb3e432-b5a9-5b23-b779-87b45c2ea6c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN70 JZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN70%20JZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 59582,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.3 SPORT 7G StationWagon',
 'transmission': 'automatic',
 'trim': 'SPORT 7G',
 'vin': 'W1N2477872J138650',
 'year': 2020}
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41: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%2520JZJ%27 HTTP/1.1" 200 None
2026-03-30 06:41:40 [bca.uk] INFO: Saving data for WN70%20JZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534495.749908, 'last_price_update_time': 1774852900.790345}
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN70%2520JZJ') HTTP/1.1" 204 0
2026-03-30 06:41:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2650f21-7a41-52f8-b850-ef66e80a58d0 with identifier: YC23%20NZG
2026-03-30 06:41:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2650f21-7a41-52f8-b850-ef66e80a58d0 with identifier: YC23%20NZG
2026-03-30 06:41:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2650f21-7a41-52f8-b850-ef66e80a58d0 with identifier: YC23%20NZG to the API
2026-03-30 06:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC23%20NZG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a2650f21-7a41-52f8-b850-ef66e80a58d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC23 NZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC23%20NZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 45386,
 'odometer_reading_unit': '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': 'LSJWH4096PN050230',
 'year': 2023}
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520NZG%27 HTTP/1.1" 200 None
2026-03-30 06:41:41 [bca.uk] INFO: Saving data for YC23%20NZG: {'auction_closing_time': 1774864800.0, 'created_time': 1774536172.413037, 'last_price_update_time': 1774852901.098732}
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC23%2520NZG') HTTP/1.1" 204 0
2026-03-30 06:41:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01d3688e-4cbc-504a-b093-3844bf41a651 with identifier: WU25%20ULL
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=lunar+shadow HTTP/1.1" 200 None
2026-03-30 06:41:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:41:41 [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:41:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01d3688e-4cbc-504a-b093-3844bf41a651 with identifier: WU25%20ULL
2026-03-30 06:41:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01d3688e-4cbc-504a-b093-3844bf41a651 with identifier: WU25%20ULL to the API
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 17,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU25%20ULL-GB',
 'category': 'Car',
 'color': 'lunar shadow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '01d3688e-4cbc-504a-b093-3844bf41a651',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU25 ULL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU25%20ULL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'PRIUS',
 'odometer': 16169,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TOYOTA PRIUS 2.0 PHEV EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV EXCEL',
 'vin': 'JTDACCCU603037256',
 'year': 2025}
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU25%2520ULL%27 HTTP/1.1" 200 None
2026-03-30 06:41:41 [bca.uk] INFO: Saving data for WU25%20ULL: {'auction_closing_time': 1774951200.0, 'created_time': 1773832496.220257, 'last_price_update_time': 1774852901.542786}
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU25%2520ULL') HTTP/1.1" 204 0
2026-03-30 06:41:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 492f7acc-9fde-568c-8aaa-ffbbe30d1b1d with identifier: GL23%20ABO
2026-03-30 06:41:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 492f7acc-9fde-568c-8aaa-ffbbe30d1b1d with identifier: GL23%20ABO
2026-03-30 06:41:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 492f7acc-9fde-568c-8aaa-ffbbe30d1b1d with identifier: GL23%20ABO to the API
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL23%20ABO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '492f7acc-9fde-568c-8aaa-ffbbe30d1b1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GL23 ABO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL23%20ABO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 18988,
 'odometer_reading_unit': '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': 'JTDAGNAC800097695',
 'year': 2023}
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL23%2520ABO%27 HTTP/1.1" 200 None
2026-03-30 06:41:41 [bca.uk] INFO: Saving data for GL23%20ABO: {'auction_closing_time': 1775556000.0, 'created_time': 1774535080.600216, 'last_price_update_time': 1774852901.82867}
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL23%2520ABO') HTTP/1.1" 204 0
2026-03-30 06:41:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67d5400d-8781-5d0c-a5b6-00bcb374f558 with identifier: NG10%20CEN
2026-03-30 06:41:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67d5400d-8781-5d0c-a5b6-00bcb374f558 with identifier: NG10%20CEN
2026-03-30 06:41:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67d5400d-8781-5d0c-a5b6-00bcb374f558 with identifier: NG10%20CEN to the API
2026-03-30 06:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG10%20CEN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '67d5400d-8781-5d0c-a5b6-00bcb374f558',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG10 CEN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG10%20CEN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 215741,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TDI 143 S LINE SPECIAL ED.S/S Estate',
 'transmission': 'manual',
 'trim': 'TDI 143 S LINE SPECIAL ED.S/S',
 'vin': 'WAUZZZ8KXAA173489',
 'year': 2010}
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG10%2520CEN%27 HTTP/1.1" 200 None
2026-03-30 06:41:42 [bca.uk] INFO: Saving data for NG10%20CEN: {'auction_closing_time': 1775037600.0, 'created_time': 1774305865.796605, 'last_price_update_time': 1774852902.121122}
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG10%2520CEN') HTTP/1.1" 204 0
2026-03-30 06:41:42 [bca.uk] INFO: Found listing with ID: LD20%20NTK
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD20%2520NTK%27 HTTP/1.1" 200 None
2026-03-30 06:41:42 [bca.uk] INFO: Scrape type for LD20%20NTK: 2
2026-03-30 06:41:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 956ccec6-6949-5db9-80f6-690c005e5bf9 with identifier: LD20%20NTK
2026-03-30 06:41:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 956ccec6-6949-5db9-80f6-690c005e5bf9 with scrape type 2
2026-03-30 06:41:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 956ccec6-6949-5db9-80f6-690c005e5bf9 with scrape type 2
2026-03-30 06:41:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 956ccec6-6949-5db9-80f6-690c005e5bf9, identifier: LD20%20NTK
2026-03-30 06:41:42 [bca.uk] INFO: Found listing with ID: YC24%20LTK
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC24%2520LTK%27 HTTP/1.1" 200 None
2026-03-30 06:41:42 [bca.uk] INFO: Scrape type for YC24%20LTK: 2
2026-03-30 06:41:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 482273b5-babc-5420-aea2-6e2b96f6a60e with identifier: YC24%20LTK
2026-03-30 06:41:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 482273b5-babc-5420-aea2-6e2b96f6a60e with scrape type 2
2026-03-30 06:41:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 482273b5-babc-5420-aea2-6e2b96f6a60e with scrape type 2
2026-03-30 06:41:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 482273b5-babc-5420-aea2-6e2b96f6a60e, identifier: YC24%20LTK
2026-03-30 06:41:42 [bca.uk] INFO: Found listing with ID: FN19%20GLF
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520GLF%27 HTTP/1.1" 200 None
2026-03-30 06:41:42 [bca.uk] INFO: Scrape type for FN19%20GLF: 2
2026-03-30 06:41:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cde4c97b-b83b-56fd-aacd-d3ec0e918cba with identifier: FN19%20GLF
2026-03-30 06:41:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cde4c97b-b83b-56fd-aacd-d3ec0e918cba with scrape type 2
2026-03-30 06:41:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cde4c97b-b83b-56fd-aacd-d3ec0e918cba with scrape type 2
2026-03-30 06:41:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cde4c97b-b83b-56fd-aacd-d3ec0e918cba, identifier: FN19%20GLF
2026-03-30 06:41:42 [bca.uk] INFO: Found listing with ID: DK10%20HWJ
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK10%2520HWJ%27 HTTP/1.1" 200 None
2026-03-30 06:41:42 [bca.uk] INFO: Scrape type for DK10%20HWJ: 2
2026-03-30 06:41:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fdf1a06-e2c7-51b7-9ef7-3bb133037c54 with identifier: DK10%20HWJ
2026-03-30 06:41:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fdf1a06-e2c7-51b7-9ef7-3bb133037c54 with scrape type 2
2026-03-30 06:41:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fdf1a06-e2c7-51b7-9ef7-3bb133037c54 with scrape type 2
2026-03-30 06:41:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fdf1a06-e2c7-51b7-9ef7-3bb133037c54, identifier: DK10%20HWJ
2026-03-30 06:41:42 [bca.uk] INFO: Found listing with ID: MF56%20OZB
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF56%2520OZB%27 HTTP/1.1" 200 None
2026-03-30 06:41:42 [bca.uk] INFO: Scrape type for MF56%20OZB: 2
2026-03-30 06:41:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f6eae87-99e0-5f32-b51b-cdc60c65c2da with identifier: MF56%20OZB
2026-03-30 06:41:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f6eae87-99e0-5f32-b51b-cdc60c65c2da with scrape type 2
2026-03-30 06:41:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f6eae87-99e0-5f32-b51b-cdc60c65c2da with scrape type 2
2026-03-30 06:41:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f6eae87-99e0-5f32-b51b-cdc60c65c2da, identifier: MF56%20OZB
2026-03-30 06:41:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 956ccec6-6949-5db9-80f6-690c005e5bf9 with identifier: LD20%20NTK
2026-03-30 06:41:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 956ccec6-6949-5db9-80f6-690c005e5bf9 with identifier: LD20%20NTK
2026-03-30 06:41:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 956ccec6-6949-5db9-80f6-690c005e5bf9 with identifier: LD20%20NTK to the API
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD20%20NTK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '956ccec6-6949-5db9-80f6-690c005e5bf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD20 NTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD20%20NTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'MII ELECTRIC',
 'odometer': 44321,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SEAT MII ELECTRIC 61KW 37KWH Hatchback',
 'transmission': 'automatic',
 'trim': '61KW 37KWH',
 'vin': 'VSSZZZAAZLD501585',
 'year': 2020}
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD20%2520NTK%27 HTTP/1.1" 200 None
2026-03-30 06:41:42 [bca.uk] INFO: Saving data for LD20%20NTK: {'auction_closing_time': 1775037600.0, 'created_time': 1773960082.791357, 'last_price_update_time': 1774852902.975713}
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD20%2520NTK') HTTP/1.1" 204 0
2026-03-30 06:41:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 482273b5-babc-5420-aea2-6e2b96f6a60e with identifier: YC24%20LTK
2026-03-30 06:41:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 482273b5-babc-5420-aea2-6e2b96f6a60e with identifier: YC24%20LTK
2026-03-30 06:41:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 482273b5-babc-5420-aea2-6e2b96f6a60e with identifier: YC24%20LTK to the API
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC24%20LTK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '482273b5-babc-5420-aea2-6e2b96f6a60e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC24 LTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC24%20LTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 11827,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 110KW 39KWH N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': '110KW 39KWH N-CONNECTA',
 'vin': 'SJNFAAZE1U0209986',
 'year': 2024}
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC24%2520LTK%27 HTTP/1.1" 200 None
2026-03-30 06:41:43 [bca.uk] INFO: Saving data for YC24%20LTK: {'auction_closing_time': 1774864800.0, 'created_time': 1774536172.008139, 'last_price_update_time': 1774852903.275638}
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC24%2520LTK') HTTP/1.1" 204 0
2026-03-30 06:41:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cde4c97b-b83b-56fd-aacd-d3ec0e918cba with identifier: FN19%20GLF
2026-03-30 06:41:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cde4c97b-b83b-56fd-aacd-d3ec0e918cba with identifier: FN19%20GLF
2026-03-30 06:41:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cde4c97b-b83b-56fd-aacd-d3ec0e918cba with identifier: FN19%20GLF to the API
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN19%20GLF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cde4c97b-b83b-56fd-aacd-d3ec0e918cba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN19 GLF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN19%20GLF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 38571,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 LANDMARK StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 LANDMARK',
 'vin': 'SALCA2AN3KH812678',
 'year': 2019}
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520GLF%27 HTTP/1.1" 200 None
2026-03-30 06:41:43 [bca.uk] INFO: Saving data for FN19%20GLF: {'auction_closing_time': 1774864800.0, 'created_time': 1774564930.425424, 'last_price_update_time': 1774852903.599377}
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN19%2520GLF') HTTP/1.1" 204 0
2026-03-30 06:41:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fdf1a06-e2c7-51b7-9ef7-3bb133037c54 with identifier: DK10%20HWJ
2026-03-30 06:41:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fdf1a06-e2c7-51b7-9ef7-3bb133037c54 with identifier: DK10%20HWJ
2026-03-30 06:41:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fdf1a06-e2c7-51b7-9ef7-3bb133037c54 with identifier: DK10%20HWJ to the API
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK10%20HWJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3fdf1a06-e2c7-51b7-9ef7-3bb133037c54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK10 HWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK10%20HWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 118270,
 '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 N-TEC Hatchback',
 'transmission': 'manual',
 'trim': 'DCI N-TEC',
 'vin': 'SJNFCAJ10U2034683',
 'year': 2010}
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK10%2520HWJ%27 HTTP/1.1" 200 None
2026-03-30 06:41:43 [bca.uk] INFO: Saving data for DK10%20HWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535112.007138, 'last_price_update_time': 1774852903.883992}
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK10%2520HWJ') HTTP/1.1" 204 0
2026-03-30 06:41:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f6eae87-99e0-5f32-b51b-cdc60c65c2da with identifier: MF56%20OZB
2026-03-30 06:41:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f6eae87-99e0-5f32-b51b-cdc60c65c2da with identifier: MF56%20OZB
2026-03-30 06:41:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f6eae87-99e0-5f32-b51b-cdc60c65c2da with identifier: MF56%20OZB to the API
2026-03-30 06:41:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF56%20OZB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f6eae87-99e0-5f32-b51b-cdc60c65c2da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF56 OZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF56%20OZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 112824,
 '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 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'WMWRE32030TK90527',
 'year': 2006}
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF56%2520OZB%27 HTTP/1.1" 200 None
2026-03-30 06:41:44 [bca.uk] INFO: Saving data for MF56%20OZB: {'auction_closing_time': 1775037600.0, 'created_time': 1774534494.877808, 'last_price_update_time': 1774852904.182813}
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF56%2520OZB') HTTP/1.1" 204 0
2026-03-30 06:41:44 [bca.uk] INFO: Found listing with ID: DS18%20LWX
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS18%2520LWX%27 HTTP/1.1" 200 None
2026-03-30 06:41:44 [bca.uk] INFO: Scrape type for DS18%20LWX: 2
2026-03-30 06:41:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4baebc92-03a0-5775-810b-00d8867d879c with identifier: DS18%20LWX
2026-03-30 06:41:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4baebc92-03a0-5775-810b-00d8867d879c with scrape type 2
2026-03-30 06:41:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4baebc92-03a0-5775-810b-00d8867d879c with scrape type 2
2026-03-30 06:41:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4baebc92-03a0-5775-810b-00d8867d879c, identifier: DS18%20LWX
2026-03-30 06:41:44 [bca.uk] INFO: Found listing with ID: NL72%20VLY
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520VLY%27 HTTP/1.1" 200 None
2026-03-30 06:41:44 [bca.uk] INFO: Scrape type for NL72%20VLY: 2
2026-03-30 06:41:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68566745-8cf8-5e5f-8d51-fd8a408956a9 with identifier: NL72%20VLY
2026-03-30 06:41:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68566745-8cf8-5e5f-8d51-fd8a408956a9 with scrape type 2
2026-03-30 06:41:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68566745-8cf8-5e5f-8d51-fd8a408956a9 with scrape type 2
2026-03-30 06:41:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68566745-8cf8-5e5f-8d51-fd8a408956a9, identifier: NL72%20VLY
2026-03-30 06:41:44 [bca.uk] INFO: Found listing with ID: YR22%20SVF
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520SVF%27 HTTP/1.1" 200 None
2026-03-30 06:41:44 [bca.uk] INFO: Scrape type for YR22%20SVF: 2
2026-03-30 06:41:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with identifier: YR22%20SVF
2026-03-30 06:41:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with scrape type 2
2026-03-30 06:41:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with scrape type 2
2026-03-30 06:41:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9, identifier: YR22%20SVF
2026-03-30 06:41:44 [bca.uk] INFO: Found listing with ID: LJ52%20AOS
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ52%2520AOS%27 HTTP/1.1" 200 None
2026-03-30 06:41:44 [bca.uk] INFO: Scrape type for LJ52%20AOS: 2
2026-03-30 06:41:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fe074a7-863a-5959-9286-39621da27f3b with identifier: LJ52%20AOS
2026-03-30 06:41:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fe074a7-863a-5959-9286-39621da27f3b with scrape type 2
2026-03-30 06:41:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fe074a7-863a-5959-9286-39621da27f3b with scrape type 2
2026-03-30 06:41:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fe074a7-863a-5959-9286-39621da27f3b, identifier: LJ52%20AOS
2026-03-30 06:41:44 [bca.uk] INFO: Found listing with ID: GL14%20ZPO
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL14%2520ZPO%27 HTTP/1.1" 200 None
2026-03-30 06:41:44 [bca.uk] INFO: Scrape type for GL14%20ZPO: 2
2026-03-30 06:41:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faaccaec-37be-55cf-80f5-d46f5c9e7c4e with identifier: GL14%20ZPO
2026-03-30 06:41:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faaccaec-37be-55cf-80f5-d46f5c9e7c4e with scrape type 2
2026-03-30 06:41:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faaccaec-37be-55cf-80f5-d46f5c9e7c4e with scrape type 2
2026-03-30 06:41:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: faaccaec-37be-55cf-80f5-d46f5c9e7c4e, identifier: GL14%20ZPO
2026-03-30 06:41:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4baebc92-03a0-5775-810b-00d8867d879c with identifier: DS18%20LWX
2026-03-30 06:41:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4baebc92-03a0-5775-810b-00d8867d879c with identifier: DS18%20LWX
2026-03-30 06:41:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4baebc92-03a0-5775-810b-00d8867d879c with identifier: DS18%20LWX to the API
2026-03-30 06:41:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS18%20LWX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4baebc92-03a0-5775-810b-00d8867d879c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS18 LWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS18%20LWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 68404,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U2305216',
 'year': 2018}
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS18%2520LWX%27 HTTP/1.1" 200 None
2026-03-30 06:41:45 [bca.uk] INFO: Saving data for DS18%20LWX: {'auction_closing_time': 1775037600.0, 'created_time': 1773960094.298133, 'last_price_update_time': 1774852905.09691}
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS18%2520LWX') HTTP/1.1" 204 0
2026-03-30 06:41:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68566745-8cf8-5e5f-8d51-fd8a408956a9 with identifier: NL72%20VLY
2026-03-30 06:41:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68566745-8cf8-5e5f-8d51-fd8a408956a9 with identifier: NL72%20VLY
2026-03-30 06:41:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68566745-8cf8-5e5f-8d51-fd8a408956a9 with identifier: NL72%20VLY to the API
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL72%20VLY-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': '68566745-8cf8-5e5f-8d51-fd8a408956a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL72 VLY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL72%20VLY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 41108,
 'odometer_reading_unit': '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 XDRIVE 30E M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT',
 'vin': 'WBA62DP0209N17889',
 'year': 2022}
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520VLY%27 HTTP/1.1" 200 None
2026-03-30 06:41:45 [bca.uk] INFO: Saving data for NL72%20VLY: {'auction_closing_time': 1774864800.0, 'created_time': 1774536135.845467, 'last_price_update_time': 1774852905.492676}
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520VLY') HTTP/1.1" 204 0
2026-03-30 06:41:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with identifier: YR22%20SVF
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=scarlet+flare+pearl HTTP/1.1" 200 None
2026-03-30 06:41:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:41:45 [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:41:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with identifier: YR22%20SVF
2026-03-30 06:41:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9 with identifier: YR22%20SVF to the API
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20SVF-GB',
 'category': 'Car',
 'color': 'scarlet flare pearl',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f0cdd0cf-9c52-59fa-9f43-fc01d1f8d2d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR22 SVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20SVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 41452,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC320A217386',
 'year': 2022}
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41: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%2520SVF%27 HTTP/1.1" 200 None
2026-03-30 06:41:45 [bca.uk] INFO: Saving data for YR22%20SVF: {'auction_closing_time': 1774951200.0, 'created_time': 1773832516.119724, 'last_price_update_time': 1774852905.9447}
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520SVF') HTTP/1.1" 204 0
2026-03-30 06:41:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fe074a7-863a-5959-9286-39621da27f3b with identifier: LJ52%20AOS
2026-03-30 06:41:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fe074a7-863a-5959-9286-39621da27f3b with identifier: LJ52%20AOS
2026-03-30 06:41:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fe074a7-863a-5959-9286-39621da27f3b with identifier: LJ52%20AOS to the API
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 276,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ52%20AOS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '5.0L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4fe074a7-863a-5959-9286-39621da27f3b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ52 AOS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ52%20AOS&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MERCEDES-BENZ',
 'model': 'E500',
 'odometer': 74911,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E500 5.0 ELEGANCE Saloon',
 'transmission': 'manual',
 'trim': 'ELEGANCE',
 'vin': 'WDB2110702A072407',
 'year': 2002}
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ52%2520AOS%27 HTTP/1.1" 200 None
2026-03-30 06:41:46 [bca.uk] INFO: Saving data for LJ52%20AOS: {'auction_closing_time': 1775642400.0, 'created_time': 1773821130.823663, 'last_price_update_time': 1774852906.273933}
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ52%2520AOS') HTTP/1.1" 204 0
2026-03-30 06:41:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: faaccaec-37be-55cf-80f5-d46f5c9e7c4e with identifier: GL14%20ZPO
2026-03-30 06:41:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: faaccaec-37be-55cf-80f5-d46f5c9e7c4e with identifier: GL14%20ZPO
2026-03-30 06:41:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: faaccaec-37be-55cf-80f5-d46f5c9e7c4e with identifier: GL14%20ZPO to the API
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL14%20ZPO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'faaccaec-37be-55cf-80f5-d46f5c9e7c4e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL14 ZPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL14%20ZPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 65739,
 'odometer_reading_unit': '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': 'WVWZZZAUZEW336122',
 'year': 2014}
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL14%2520ZPO%27 HTTP/1.1" 200 None
2026-03-30 06:41:46 [bca.uk] INFO: Saving data for GL14%20ZPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534496.578423, 'last_price_update_time': 1774852906.577787}
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL14%2520ZPO') HTTP/1.1" 204 0
2026-03-30 06:41:46 [bca.uk] INFO: Found listing with ID: DS71%20GRU
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS71%2520GRU%27 HTTP/1.1" 200 None
2026-03-30 06:41:46 [bca.uk] INFO: Scrape type for DS71%20GRU: 2
2026-03-30 06:41:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78667e83-5583-5302-88f9-8e5064cbc21e with identifier: DS71%20GRU
2026-03-30 06:41:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78667e83-5583-5302-88f9-8e5064cbc21e with scrape type 2
2026-03-30 06:41:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78667e83-5583-5302-88f9-8e5064cbc21e with scrape type 2
2026-03-30 06:41:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78667e83-5583-5302-88f9-8e5064cbc21e, identifier: DS71%20GRU
2026-03-30 06:41:46 [bca.uk] INFO: Found listing with ID: FM17%20RMY
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520RMY%27 HTTP/1.1" 200 None
2026-03-30 06:41:46 [bca.uk] INFO: Scrape type for FM17%20RMY: 2
2026-03-30 06:41:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1d7e35e-9a71-5bc8-8bb8-40704548054b with identifier: FM17%20RMY
2026-03-30 06:41:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1d7e35e-9a71-5bc8-8bb8-40704548054b with scrape type 2
2026-03-30 06:41:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1d7e35e-9a71-5bc8-8bb8-40704548054b with scrape type 2
2026-03-30 06:41:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1d7e35e-9a71-5bc8-8bb8-40704548054b, identifier: FM17%20RMY
2026-03-30 06:41:46 [bca.uk] INFO: Found listing with ID: HD19%20WBT
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD19%2520WBT%27 HTTP/1.1" 200 None
2026-03-30 06:41:46 [bca.uk] INFO: Scrape type for HD19%20WBT: 2
2026-03-30 06:41:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with identifier: HD19%20WBT
2026-03-30 06:41:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with scrape type 2
2026-03-30 06:41:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with scrape type 2
2026-03-30 06:41:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0, identifier: HD19%20WBT
2026-03-30 06:41:47 [bca.uk] INFO: Found listing with ID: MM62%20GWL
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM62%2520GWL%27 HTTP/1.1" 200 None
2026-03-30 06:41:47 [bca.uk] INFO: Scrape type for MM62%20GWL: 2
2026-03-30 06:41:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e12e7a4e-1087-5280-bfb2-8ad666e90f2c with identifier: MM62%20GWL
2026-03-30 06:41:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e12e7a4e-1087-5280-bfb2-8ad666e90f2c with scrape type 2
2026-03-30 06:41:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e12e7a4e-1087-5280-bfb2-8ad666e90f2c with scrape type 2
2026-03-30 06:41:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e12e7a4e-1087-5280-bfb2-8ad666e90f2c, identifier: MM62%20GWL
2026-03-30 06:41:47 [bca.uk] INFO: Found listing with ID: PK21%20FUW
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK21%2520FUW%27 HTTP/1.1" 200 None
2026-03-30 06:41:47 [bca.uk] INFO: Scrape type for PK21%20FUW: 2
2026-03-30 06:41:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90345414-6786-5ca0-8a23-c1a298ce944b with identifier: PK21%20FUW
2026-03-30 06:41:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90345414-6786-5ca0-8a23-c1a298ce944b with scrape type 2
2026-03-30 06:41:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90345414-6786-5ca0-8a23-c1a298ce944b with scrape type 2
2026-03-30 06:41:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90345414-6786-5ca0-8a23-c1a298ce944b, identifier: PK21%20FUW
2026-03-30 06:41:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78667e83-5583-5302-88f9-8e5064cbc21e with identifier: DS71%20GRU
2026-03-30 06:41:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78667e83-5583-5302-88f9-8e5064cbc21e with identifier: DS71%20GRU
2026-03-30 06:41:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78667e83-5583-5302-88f9-8e5064cbc21e with identifier: DS71%20GRU to the API
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS71%20GRU-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': '78667e83-5583-5302-88f9-8e5064cbc21e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS71 GRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS71%20GRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 46732,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.5 E/B PHEV 2WD ST-LINE X ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B PHEV 2WD ST-LINE X ED.',
 'vin': 'WF0FXXWPMHME28143',
 'year': 2022}
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS71%2520GRU%27 HTTP/1.1" 200 None
2026-03-30 06:41:47 [bca.uk] INFO: Saving data for DS71%20GRU: {'auction_closing_time': 1774864800.0, 'created_time': 1774534483.84998, 'last_price_update_time': 1774852907.566256}
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS71%2520GRU') HTTP/1.1" 204 0
2026-03-30 06:41:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1d7e35e-9a71-5bc8-8bb8-40704548054b with identifier: FM17%20RMY
2026-03-30 06:41:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1d7e35e-9a71-5bc8-8bb8-40704548054b with identifier: FM17%20RMY
2026-03-30 06:41:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1d7e35e-9a71-5bc8-8bb8-40704548054b with identifier: FM17%20RMY to the API
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM17%20RMY-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1d7e35e-9a71-5bc8-8bb8-40704548054b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FM17 RMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM17%20RMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '218I',
 'odometer': 40544,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 218I 1.5 T SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T SPORT STEP',
 'vin': 'WBA2F12050V886116',
 'year': 2017}
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520RMY%27 HTTP/1.1" 200 None
2026-03-30 06:41:47 [bca.uk] INFO: Saving data for FM17%20RMY: {'auction_closing_time': 1774864800.0, 'created_time': 1774536140.177143, 'last_price_update_time': 1774852907.854325}
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM17%2520RMY') HTTP/1.1" 204 0
2026-03-30 06:41:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with identifier: HD19%20WBT
2026-03-30 06:41:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with identifier: HD19%20WBT
2026-03-30 06:41:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 103a2f5f-31fa-52d6-8a88-2b0c067e4cf0 with identifier: HD19%20WBT to the API
2026-03-30 06:41:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HD19%20WBT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '103a2f5f-31fa-52d6-8a88-2b0c067e4cf0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HD19 WBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD19%20WBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 59549,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 45 TFSI QUATTRO BLACK ED.S-T StationWagon',
 'transmission': 'automatic',
 'trim': '45 TFSI QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZFY2K2106095',
 'year': 2019}
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD19%2520WBT%27 HTTP/1.1" 200 None
2026-03-30 06:41:48 [bca.uk] INFO: Saving data for HD19%20WBT: {'auction_closing_time': 1775037600.0, 'created_time': 1774564933.013623, 'last_price_update_time': 1774852908.177014}
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD19%2520WBT') HTTP/1.1" 204 0
2026-03-30 06:41:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e12e7a4e-1087-5280-bfb2-8ad666e90f2c with identifier: MM62%20GWL
2026-03-30 06:41:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e12e7a4e-1087-5280-bfb2-8ad666e90f2c with identifier: MM62%20GWL
2026-03-30 06:41:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e12e7a4e-1087-5280-bfb2-8ad666e90f2c with identifier: MM62%20GWL to the API
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM62%20GWL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e12e7a4e-1087-5280-bfb2-8ad666e90f2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM62 GWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM62%20GWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 59903,
 'odometer_reading_unit': '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': 'WVWZZZ6RZDU025788',
 'year': 2013}
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM62%2520GWL%27 HTTP/1.1" 200 None
2026-03-30 06:41:48 [bca.uk] INFO: Saving data for MM62%20GWL: {'auction_closing_time': 1774864800.0, 'created_time': 1773821044.276402, 'last_price_update_time': 1774852908.492074}
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM62%2520GWL') HTTP/1.1" 204 0
2026-03-30 06:41:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90345414-6786-5ca0-8a23-c1a298ce944b with identifier: PK21%20FUW
2026-03-30 06:41:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90345414-6786-5ca0-8a23-c1a298ce944b with identifier: PK21%20FUW
2026-03-30 06:41:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90345414-6786-5ca0-8a23-c1a298ce944b with identifier: PK21%20FUW to the API
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK21%20FUW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90345414-6786-5ca0-8a23-c1a298ce944b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK21 FUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK21%20FUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 79807,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D200 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D200 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AN3MH132289',
 'year': 2021}
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK21%2520FUW%27 HTTP/1.1" 200 None
2026-03-30 06:41:48 [bca.uk] INFO: Saving data for PK21%20FUW: {'auction_closing_time': 1774864800.0, 'created_time': 1773907535.0531, 'last_price_update_time': 1774852908.805147}
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK21%2520FUW') HTTP/1.1" 204 0
2026-03-30 06:41:48 [bca.uk] INFO: Found listing with ID: MM71%20HKX
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520HKX%27 HTTP/1.1" 200 None
2026-03-30 06:41:48 [bca.uk] INFO: Scrape type for MM71%20HKX: 2
2026-03-30 06:41:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b302638-6530-52a0-a467-461e82911a65 with identifier: MM71%20HKX
2026-03-30 06:41:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b302638-6530-52a0-a467-461e82911a65 with scrape type 2
2026-03-30 06:41:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b302638-6530-52a0-a467-461e82911a65 with scrape type 2
2026-03-30 06:41:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b302638-6530-52a0-a467-461e82911a65, identifier: MM71%20HKX
2026-03-30 06:41:48 [bca.uk] INFO: Found listing with ID: DA71%20PXF
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520PXF%27 HTTP/1.1" 200 None
2026-03-30 06:41:48 [bca.uk] INFO: Scrape type for DA71%20PXF: 2
2026-03-30 06:41:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feab5ff6-16fb-5a6c-b51f-4e91969e7585 with identifier: DA71%20PXF
2026-03-30 06:41:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feab5ff6-16fb-5a6c-b51f-4e91969e7585 with scrape type 2
2026-03-30 06:41:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feab5ff6-16fb-5a6c-b51f-4e91969e7585 with scrape type 2
2026-03-30 06:41:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: feab5ff6-16fb-5a6c-b51f-4e91969e7585, identifier: DA71%20PXF
2026-03-30 06:41:49 [bca.uk] INFO: Found listing with ID: BG69%20LXR
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG69%2520LXR%27 HTTP/1.1" 200 None
2026-03-30 06:41:49 [bca.uk] INFO: Scrape type for BG69%20LXR: 2
2026-03-30 06:41:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 500ef80d-343c-5591-b691-34ba18211263 with identifier: BG69%20LXR
2026-03-30 06:41:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 500ef80d-343c-5591-b691-34ba18211263 with scrape type 2
2026-03-30 06:41:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 500ef80d-343c-5591-b691-34ba18211263 with scrape type 2
2026-03-30 06:41:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 500ef80d-343c-5591-b691-34ba18211263, identifier: BG69%20LXR
2026-03-30 06:41:49 [bca.uk] INFO: Found listing with ID: WM73%20OGY
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OGY%27 HTTP/1.1" 200 None
2026-03-30 06:41:49 [bca.uk] INFO: Scrape type for WM73%20OGY: 2
2026-03-30 06:41:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57b7b40f-0ba6-51ee-9b2e-e05a2df8989e with identifier: WM73%20OGY
2026-03-30 06:41:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57b7b40f-0ba6-51ee-9b2e-e05a2df8989e with scrape type 2
2026-03-30 06:41:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57b7b40f-0ba6-51ee-9b2e-e05a2df8989e with scrape type 2
2026-03-30 06:41:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57b7b40f-0ba6-51ee-9b2e-e05a2df8989e, identifier: WM73%20OGY
2026-03-30 06:41:49 [bca.uk] INFO: Found listing with ID: SH24%20KWW
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH24%2520KWW%27 HTTP/1.1" 200 None
2026-03-30 06:41:49 [bca.uk] INFO: Scrape type for SH24%20KWW: 2
2026-03-30 06:41:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17babf93-2065-5325-856d-9d5528133ae5 with identifier: SH24%20KWW
2026-03-30 06:41:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17babf93-2065-5325-856d-9d5528133ae5 with scrape type 2
2026-03-30 06:41:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17babf93-2065-5325-856d-9d5528133ae5 with scrape type 2
2026-03-30 06:41:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17babf93-2065-5325-856d-9d5528133ae5, identifier: SH24%20KWW
2026-03-30 06:41:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b302638-6530-52a0-a467-461e82911a65 with identifier: MM71%20HKX
2026-03-30 06:41:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b302638-6530-52a0-a467-461e82911a65 with identifier: MM71%20HKX
2026-03-30 06:41:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b302638-6530-52a0-a467-461e82911a65 with identifier: MM71%20HKX to the API
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM71%20HKX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b302638-6530-52a0-a467-461e82911a65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM71 HKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM71%20HKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 18704,
 'odometer_reading_unit': '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 CLIO 1.0 TCE 90 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ICONIC',
 'vin': 'VF1RJA00168587179',
 'year': 2021}
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520HKX%27 HTTP/1.1" 200 None
2026-03-30 06:41:49 [bca.uk] INFO: Saving data for MM71%20HKX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534484.832802, 'last_price_update_time': 1774852909.647257}
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM71%2520HKX') HTTP/1.1" 204 0
2026-03-30 06:41:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: feab5ff6-16fb-5a6c-b51f-4e91969e7585 with identifier: DA71%20PXF
2026-03-30 06:41:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: feab5ff6-16fb-5a6c-b51f-4e91969e7585 with identifier: DA71%20PXF
2026-03-30 06:41:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: feab5ff6-16fb-5a6c-b51f-4e91969e7585 with identifier: DA71%20PXF to the API
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA71%20PXF-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': 'feab5ff6-16fb-5a6c-b51f-4e91969e7585',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DA71 PXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA71%20PXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 27987,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TFSI E S LINE S-T',
 'vin': 'WAUZZZGY3NA016978',
 'year': 2022}
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA71%2520PXF%27 HTTP/1.1" 200 None
2026-03-30 06:41:49 [bca.uk] INFO: Saving data for DA71%20PXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774536143.233644, 'last_price_update_time': 1774852909.935655}
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA71%2520PXF') HTTP/1.1" 204 0
2026-03-30 06:41:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 500ef80d-343c-5591-b691-34ba18211263 with identifier: BG69%20LXR
2026-03-30 06:41:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=electro+grey+met. HTTP/1.1" 200 None
2026-03-30 06:41:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:41: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:41:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 500ef80d-343c-5591-b691-34ba18211263 with identifier: BG69%20LXR
2026-03-30 06:41:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 500ef80d-343c-5591-b691-34ba18211263 with identifier: BG69%20LXR to the API
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG69%20LXR-GB',
 'category': 'Car',
 'color': 'electro grey met',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '500ef80d-343c-5591-b691-34ba18211263',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG69 LXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG69%20LXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 79584,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I X-TREND Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I X-TREND',
 'vin': 'JTDKGNEC70N494123',
 'year': 2019}
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG69%2520LXR%27 HTTP/1.1" 200 None
2026-03-30 06:41:50 [bca.uk] INFO: Saving data for BG69%20LXR: {'auction_closing_time': 1774951200.0, 'created_time': 1773832473.657812, 'last_price_update_time': 1774852910.420579}
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG69%2520LXR') HTTP/1.1" 204 0
2026-03-30 06:41:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57b7b40f-0ba6-51ee-9b2e-e05a2df8989e with identifier: WM73%20OGY
2026-03-30 06:41:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57b7b40f-0ba6-51ee-9b2e-e05a2df8989e with identifier: WM73%20OGY
2026-03-30 06:41:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57b7b40f-0ba6-51ee-9b2e-e05a2df8989e with identifier: WM73%20OGY to the API
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM73%20OGY-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': '57b7b40f-0ba6-51ee-9b2e-e05a2df8989e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WM73 OGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM73%20OGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LEXUS',
 'model': 'UX 250H',
 'odometer': 18111,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 250H 2.0 F-SPORT DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'F-SPORT DESIGN',
 'vin': 'JTHY65BH802183376',
 'year': 2023}
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OGY%27 HTTP/1.1" 200 None
2026-03-30 06:41:50 [bca.uk] INFO: Saving data for WM73%20OGY: {'auction_closing_time': 1774864800.0, 'created_time': 1774535110.118817, 'last_price_update_time': 1774852910.71748}
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM73%2520OGY') HTTP/1.1" 204 0
2026-03-30 06:41:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17babf93-2065-5325-856d-9d5528133ae5 with identifier: SH24%20KWW
2026-03-30 06:41:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17babf93-2065-5325-856d-9d5528133ae5 with identifier: SH24%20KWW
2026-03-30 06:41:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17babf93-2065-5325-856d-9d5528133ae5 with identifier: SH24%20KWW to the API
2026-03-30 06:41:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH24%20KWW-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '17babf93-2065-5325-856d-9d5528133ae5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH24 KWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH24%20KWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'ASTRA-E',
 'odometer': 12124,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA-E 115KW 54KWH GS Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 54KWH GS',
 'vin': 'VXKFMZKW1R1015146',
 'year': 2024}
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH24%2520KWW%27 HTTP/1.1" 200 None
2026-03-30 06:41:51 [bca.uk] INFO: Saving data for SH24%20KWW: {'auction_closing_time': 1774864800.0, 'created_time': 1773822674.989176, 'last_price_update_time': 1774852911.013875}
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH24%2520KWW') HTTP/1.1" 204 0
2026-03-30 06:41:51 [bca.uk] INFO: Found listing with ID: PK23%20HLN
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520HLN%27 HTTP/1.1" 200 None
2026-03-30 06:41:51 [bca.uk] INFO: Scrape type for PK23%20HLN: 2
2026-03-30 06:41:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bc07124-7e68-5281-87ca-62eeb6367a77 with identifier: PK23%20HLN
2026-03-30 06:41:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bc07124-7e68-5281-87ca-62eeb6367a77 with scrape type 2
2026-03-30 06:41:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bc07124-7e68-5281-87ca-62eeb6367a77 with scrape type 2
2026-03-30 06:41:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bc07124-7e68-5281-87ca-62eeb6367a77, identifier: PK23%20HLN
2026-03-30 06:41:51 [bca.uk] INFO: Found listing with ID: DN24%20UOU
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520UOU%27 HTTP/1.1" 200 None
2026-03-30 06:41:51 [bca.uk] INFO: Scrape type for DN24%20UOU: 2
2026-03-30 06:41:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc6dc399-7c3a-5c7a-a8cb-2ff864901339 with identifier: DN24%20UOU
2026-03-30 06:41:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc6dc399-7c3a-5c7a-a8cb-2ff864901339 with scrape type 2
2026-03-30 06:41:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc6dc399-7c3a-5c7a-a8cb-2ff864901339 with scrape type 2
2026-03-30 06:41:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc6dc399-7c3a-5c7a-a8cb-2ff864901339, identifier: DN24%20UOU
2026-03-30 06:41:51 [bca.uk] INFO: Found listing with ID: FH74%20AOW
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH74%2520AOW%27 HTTP/1.1" 200 None
2026-03-30 06:41:51 [bca.uk] INFO: Scrape type for FH74%20AOW: 2
2026-03-30 06:41:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43412a49-f464-503d-9201-d1d83408ed4c with identifier: FH74%20AOW
2026-03-30 06:41:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43412a49-f464-503d-9201-d1d83408ed4c with scrape type 2
2026-03-30 06:41:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43412a49-f464-503d-9201-d1d83408ed4c with scrape type 2
2026-03-30 06:41:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43412a49-f464-503d-9201-d1d83408ed4c, identifier: FH74%20AOW
2026-03-30 06:41:51 [bca.uk] INFO: Found listing with ID: HA10%20CFM
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HA10%2520CFM%27 HTTP/1.1" 200 None
2026-03-30 06:41:51 [bca.uk] INFO: Scrape type for HA10%20CFM: 2
2026-03-30 06:41:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2caebe55-c960-5c95-bef9-0b38f6e509bb with identifier: HA10%20CFM
2026-03-30 06:41:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2caebe55-c960-5c95-bef9-0b38f6e509bb with scrape type 2
2026-03-30 06:41:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2caebe55-c960-5c95-bef9-0b38f6e509bb with scrape type 2
2026-03-30 06:41:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2caebe55-c960-5c95-bef9-0b38f6e509bb, identifier: HA10%20CFM
2026-03-30 06:41:51 [bca.uk] INFO: Found listing with ID: SV21%20OOW
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OOW%27 HTTP/1.1" 200 None
2026-03-30 06:41:51 [bca.uk] INFO: Scrape type for SV21%20OOW: 2
2026-03-30 06:41:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b4b0c2f-4266-5110-964d-c280272efb19 with identifier: SV21%20OOW
2026-03-30 06:41:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b4b0c2f-4266-5110-964d-c280272efb19 with scrape type 2
2026-03-30 06:41:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b4b0c2f-4266-5110-964d-c280272efb19 with scrape type 2
2026-03-30 06:41:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b4b0c2f-4266-5110-964d-c280272efb19, identifier: SV21%20OOW
2026-03-30 06:41:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bc07124-7e68-5281-87ca-62eeb6367a77 with identifier: PK23%20HLN
2026-03-30 06:41:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bc07124-7e68-5281-87ca-62eeb6367a77 with identifier: PK23%20HLN
2026-03-30 06:41:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bc07124-7e68-5281-87ca-62eeb6367a77 with identifier: PK23%20HLN to the API
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK23%20HLN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5bc07124-7e68-5281-87ca-62eeb6367a77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PK23 HLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK23%20HLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 64074,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.0 DIG-T 114 TEKNA DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 114 TEKNA DCT',
 'vin': 'SJNFAAF16U1225072',
 'year': 2023}
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520HLN%27 HTTP/1.1" 200 None
2026-03-30 06:41:51 [bca.uk] INFO: Saving data for PK23%20HLN: {'auction_closing_time': 1774864800.0, 'created_time': 1774534471.859289, 'last_price_update_time': 1774852911.922149}
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK23%2520HLN') HTTP/1.1" 204 0
2026-03-30 06:41:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc6dc399-7c3a-5c7a-a8cb-2ff864901339 with identifier: DN24%20UOU
2026-03-30 06:41:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc6dc399-7c3a-5c7a-a8cb-2ff864901339 with identifier: DN24%20UOU
2026-03-30 06:41:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc6dc399-7c3a-5c7a-a8cb-2ff864901339 with identifier: DN24%20UOU to the API
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN24%20UOU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cc6dc399-7c3a-5c7a-a8cb-2ff864901339',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN24 UOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN24%20UOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'ARIYA',
 'odometer': 15889,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN ARIYA 178KW 87KWH ADVANCE (22KC) Hatchback',
 'transmission': 'automatic',
 'trim': '178KW 87KWH ADVANCE (22KC)',
 'vin': 'JN1TBAFE0U0309262',
 'year': 2024}
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN24%2520UOU%27 HTTP/1.1" 200 None
2026-03-30 06:41:52 [bca.uk] INFO: Saving data for DN24%20UOU: {'auction_closing_time': 1774864800.0, 'created_time': 1774536253.795042, 'last_price_update_time': 1774852912.341051}
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN24%2520UOU') HTTP/1.1" 204 0
2026-03-30 06:41:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43412a49-f464-503d-9201-d1d83408ed4c with identifier: FH74%20AOW
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=platinum+white+pearl+bi-tone HTTP/1.1" 200 None
2026-03-30 06:41:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:41: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:41:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43412a49-f464-503d-9201-d1d83408ed4c with identifier: FH74%20AOW
2026-03-30 06:41:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43412a49-f464-503d-9201-d1d83408ed4c with identifier: FH74%20AOW to the API
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH74%20AOW-GB',
 'category': 'Car',
 'color': 'platinum white pearl bi',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '43412a49-f464-503d-9201-d1d83408ed4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH74 AOW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH74%20AOW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 8104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 2.0 HYBRID EXCEL (BI-TONE) Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL (BI-TONE)',
 'vin': 'SB1KC3CE60E038736',
 'year': 2025}
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH74%2520AOW%27 HTTP/1.1" 200 None
2026-03-30 06:41:52 [bca.uk] INFO: Saving data for FH74%20AOW: {'auction_closing_time': 1774951200.0, 'created_time': 1773841618.578023, 'last_price_update_time': 1774852912.775503}
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH74%2520AOW') HTTP/1.1" 204 0
2026-03-30 06:41:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2caebe55-c960-5c95-bef9-0b38f6e509bb with identifier: HA10%20CFM
2026-03-30 06:41:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2caebe55-c960-5c95-bef9-0b38f6e509bb with identifier: HA10%20CFM
2026-03-30 06:41:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2caebe55-c960-5c95-bef9-0b38f6e509bb with identifier: HA10%20CFM to the API
2026-03-30 06:41:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HA10%20CFM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2caebe55-c960-5c95-bef9-0b38f6e509bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HA10 CFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HA10%20CFM&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'PEUGEOT',
 'model': 'RCZ',
 'odometer': 50948,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'PEUGEOT RCZ 1.6 THP GT Coupe',
 'transmission': 'manual',
 'trim': 'THP GT',
 'vin': 'VF34J5FV8BP018918',
 'year': 2012}
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HA10%2520CFM%27 HTTP/1.1" 200 None
2026-03-30 06:41:53 [bca.uk] INFO: Saving data for HA10%20CFM: {'auction_closing_time': 1774864800.0, 'created_time': 1773821129.676116, 'last_price_update_time': 1774852913.171797}
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HA10%2520CFM') HTTP/1.1" 204 0
2026-03-30 06:41:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b4b0c2f-4266-5110-964d-c280272efb19 with identifier: SV21%20OOW
2026-03-30 06:41:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b4b0c2f-4266-5110-964d-c280272efb19 with identifier: SV21%20OOW
2026-03-30 06:41:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b4b0c2f-4266-5110-964d-c280272efb19 with identifier: SV21%20OOW to the API
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV21%20OOW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Bi-Fuel',
 'id': '3b4b0c2f-4266-5110-964d-c280272efb19',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV21 OOW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV21%20OOW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 18673,
 'odometer_reading_unit': '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 100 B/F ESSENTIAL Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 100 B/F ESSENTIAL',
 'vin': 'UU1B5220665494846',
 'year': 2021}
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OOW%27 HTTP/1.1" 200 None
2026-03-30 06:41:53 [bca.uk] INFO: Saving data for SV21%20OOW: {'auction_closing_time': 1774864800.0, 'created_time': 1774390537.738713, 'last_price_update_time': 1774852913.48054}
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV21%2520OOW') HTTP/1.1" 204 0
2026-03-30 06:41:53 [bca.uk] INFO: Found listing with ID: RA22%20WTD
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA22%2520WTD%27 HTTP/1.1" 200 None
2026-03-30 06:41:53 [bca.uk] INFO: Scrape type for RA22%20WTD: 2
2026-03-30 06:41:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 732957a1-3bc6-5239-87a4-ba20b547b260 with identifier: RA22%20WTD
2026-03-30 06:41:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 732957a1-3bc6-5239-87a4-ba20b547b260 with scrape type 2
2026-03-30 06:41:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 732957a1-3bc6-5239-87a4-ba20b547b260 with scrape type 2
2026-03-30 06:41:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 732957a1-3bc6-5239-87a4-ba20b547b260, identifier: RA22%20WTD
2026-03-30 06:41:53 [bca.uk] INFO: Found listing with ID: GD25%20NKM
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD25%2520NKM%27 HTTP/1.1" 200 None
2026-03-30 06:41:53 [bca.uk] INFO: Scrape type for GD25%20NKM: 2
2026-03-30 06:41:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c4f375b-9c81-5b50-b788-23c37030c930 with identifier: GD25%20NKM
2026-03-30 06:41:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c4f375b-9c81-5b50-b788-23c37030c930 with scrape type 2
2026-03-30 06:41:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c4f375b-9c81-5b50-b788-23c37030c930 with scrape type 2
2026-03-30 06:41:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c4f375b-9c81-5b50-b788-23c37030c930, identifier: GD25%20NKM
2026-03-30 06:41:53 [bca.uk] INFO: Found listing with ID: OY69%20GMU
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520GMU%27 HTTP/1.1" 200 None
2026-03-30 06:41:53 [bca.uk] INFO: Scrape type for OY69%20GMU: 2
2026-03-30 06:41:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2b10ed3-3101-5e22-9466-de65a53fc18f with identifier: OY69%20GMU
2026-03-30 06:41:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2b10ed3-3101-5e22-9466-de65a53fc18f with scrape type 2
2026-03-30 06:41:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2b10ed3-3101-5e22-9466-de65a53fc18f with scrape type 2
2026-03-30 06:41:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2b10ed3-3101-5e22-9466-de65a53fc18f, identifier: OY69%20GMU
2026-03-30 06:41:53 [bca.uk] INFO: Found listing with ID: KE66%20LUD
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE66%2520LUD%27 HTTP/1.1" 200 None
2026-03-30 06:41:53 [bca.uk] INFO: Scrape type for KE66%20LUD: 2
2026-03-30 06:41:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bd0e196-5bf1-504b-8cef-49ce9ea7bf12 with identifier: KE66%20LUD
2026-03-30 06:41:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bd0e196-5bf1-504b-8cef-49ce9ea7bf12 with scrape type 2
2026-03-30 06:41:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bd0e196-5bf1-504b-8cef-49ce9ea7bf12 with scrape type 2
2026-03-30 06:41:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bd0e196-5bf1-504b-8cef-49ce9ea7bf12, identifier: KE66%20LUD
2026-03-30 06:41:53 [bca.uk] INFO: Found listing with ID: SC09%20GVT
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC09%2520GVT%27 HTTP/1.1" 200 None
2026-03-30 06:41:53 [bca.uk] INFO: Scrape type for SC09%20GVT: 2
2026-03-30 06:41:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab025722-48f6-5510-a635-3d75da40fc0e with identifier: SC09%20GVT
2026-03-30 06:41:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab025722-48f6-5510-a635-3d75da40fc0e with scrape type 2
2026-03-30 06:41:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab025722-48f6-5510-a635-3d75da40fc0e with scrape type 2
2026-03-30 06:41:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab025722-48f6-5510-a635-3d75da40fc0e, identifier: SC09%20GVT
2026-03-30 06:41:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 732957a1-3bc6-5239-87a4-ba20b547b260 with identifier: RA22%20WTD
2026-03-30 06:41:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 732957a1-3bc6-5239-87a4-ba20b547b260 with identifier: RA22%20WTD
2026-03-30 06:41:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 732957a1-3bc6-5239-87a4-ba20b547b260 with identifier: RA22%20WTD to the API
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA22%20WTD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '732957a1-3bc6-5239-87a4-ba20b547b260',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RA22 WTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA22%20WTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 73864,
 'odometer_reading_unit': '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': 'SADHA2A18N1623181',
 'year': 2022}
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA22%2520WTD%27 HTTP/1.1" 200 None
2026-03-30 06:41:54 [bca.uk] INFO: Saving data for RA22%20WTD: {'auction_closing_time': 1774864800.0, 'created_time': 1774534469.928671, 'last_price_update_time': 1774852914.386574}
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA22%2520WTD') HTTP/1.1" 204 0
2026-03-30 06:41:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c4f375b-9c81-5b50-b788-23c37030c930 with identifier: GD25%20NKM
2026-03-30 06:41:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c4f375b-9c81-5b50-b788-23c37030c930 with identifier: GD25%20NKM
2026-03-30 06:41:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c4f375b-9c81-5b50-b788-23c37030c930 with identifier: GD25%20NKM to the API
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD25%20NKM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8c4f375b-9c81-5b50-b788-23c37030c930',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GD25 NKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD25%20NKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 6591,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FSXSC589053',
 'year': 2025}
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD25%2520NKM%27 HTTP/1.1" 200 None
2026-03-30 06:41:54 [bca.uk] INFO: Saving data for GD25%20NKM: {'auction_closing_time': 1774864800.0, 'created_time': 1774536245.448807, 'last_price_update_time': 1774852914.699828}
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD25%2520NKM') HTTP/1.1" 204 0
2026-03-30 06:41:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2b10ed3-3101-5e22-9466-de65a53fc18f with identifier: OY69%20GMU
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=sterling+silver HTTP/1.1" 200 None
2026-03-30 06:41:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:41: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:41:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2b10ed3-3101-5e22-9466-de65a53fc18f with identifier: OY69%20GMU
2026-03-30 06:41:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2b10ed3-3101-5e22-9466-de65a53fc18f with identifier: OY69%20GMU to the API
2026-03-30 06:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY69%20GMU-GB',
 'category': 'Car',
 'color': 'sterling silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b2b10ed3-3101-5e22-9466-de65a53fc18f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY69 GMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY69%20GMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 112908,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 2.0 VVT-I HYBRID EXCEL (BI-TONE) Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID EXCEL (BI-TONE)',
 'vin': 'SB1K53BE90E026821',
 'year': 2019}
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520GMU%27 HTTP/1.1" 200 None
2026-03-30 06:41:55 [bca.uk] INFO: Saving data for OY69%20GMU: {'auction_closing_time': 1774951200.0, 'created_time': 1774016931.896946, 'last_price_update_time': 1774852915.127233}
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY69%2520GMU') HTTP/1.1" 204 0
2026-03-30 06:41:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bd0e196-5bf1-504b-8cef-49ce9ea7bf12 with identifier: KE66%20LUD
2026-03-30 06:41:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bd0e196-5bf1-504b-8cef-49ce9ea7bf12 with identifier: KE66%20LUD
2026-03-30 06:41:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bd0e196-5bf1-504b-8cef-49ce9ea7bf12 with identifier: KE66%20LUD to the API
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE66%20LUD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4bd0e196-5bf1-504b-8cef-49ce9ea7bf12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KE66 LUD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE66%20LUD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 92188,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 75 MATCH EDITION Hatchback',
 'transmission': 'manual',
 'trim': '75 MATCH EDITION',
 'vin': 'WVWZZZ6RZHU037808',
 'year': 2017}
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE66%2520LUD%27 HTTP/1.1" 200 None
2026-03-30 06:41:55 [bca.uk] INFO: Saving data for KE66%20LUD: {'auction_closing_time': 1774864800.0, 'created_time': 1774425721.387216, 'last_price_update_time': 1774852915.433506}
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE66%2520LUD') HTTP/1.1" 204 0
2026-03-30 06:41:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab025722-48f6-5510-a635-3d75da40fc0e with identifier: SC09%20GVT
2026-03-30 06:41:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab025722-48f6-5510-a635-3d75da40fc0e with identifier: SC09%20GVT
2026-03-30 06:41:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab025722-48f6-5510-a635-3d75da40fc0e with identifier: SC09%20GVT to the API
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC09%20GVT-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab025722-48f6-5510-a635-3d75da40fc0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC09 GVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC09%20GVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 106889,
 '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 16V 115 LIFE Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 LIFE',
 'vin': 'W0L0AHL4898061629',
 'year': 2009}
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC09%2520GVT%27 HTTP/1.1" 200 None
2026-03-30 06:41:55 [bca.uk] INFO: Saving data for SC09%20GVT: {'auction_closing_time': 1775037600.0, 'created_time': 1774534518.215678, 'last_price_update_time': 1774852915.714397}
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC09%2520GVT') HTTP/1.1" 204 0
2026-03-30 06:41:55 [bca.uk] INFO: Found listing with ID: RF71%20AEL
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEL%27 HTTP/1.1" 200 None
2026-03-30 06:41:55 [bca.uk] INFO: Scrape type for RF71%20AEL: 2
2026-03-30 06:41:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 805f4ca4-3f13-5be5-9827-e3f0542a5772 with identifier: RF71%20AEL
2026-03-30 06:41:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 805f4ca4-3f13-5be5-9827-e3f0542a5772 with scrape type 2
2026-03-30 06:41:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 805f4ca4-3f13-5be5-9827-e3f0542a5772 with scrape type 2
2026-03-30 06:41:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 805f4ca4-3f13-5be5-9827-e3f0542a5772, identifier: RF71%20AEL
2026-03-30 06:41:55 [bca.uk] INFO: Found listing with ID: HV22%20ZSG
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520ZSG%27 HTTP/1.1" 200 None
2026-03-30 06:41:55 [bca.uk] INFO: Scrape type for HV22%20ZSG: 2
2026-03-30 06:41:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1ea3cbf-ebcd-5b43-9162-2b257bbb1b61 with identifier: HV22%20ZSG
2026-03-30 06:41:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1ea3cbf-ebcd-5b43-9162-2b257bbb1b61 with scrape type 2
2026-03-30 06:41:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1ea3cbf-ebcd-5b43-9162-2b257bbb1b61 with scrape type 2
2026-03-30 06:41:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1ea3cbf-ebcd-5b43-9162-2b257bbb1b61, identifier: HV22%20ZSG
2026-03-30 06:41:55 [bca.uk] INFO: Found listing with ID: SW18%20LJV
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520LJV%27 HTTP/1.1" 200 None
2026-03-30 06:41:55 [bca.uk] INFO: Scrape type for SW18%20LJV: 2
2026-03-30 06:41:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with identifier: SW18%20LJV
2026-03-30 06:41:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with scrape type 2
2026-03-30 06:41:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with scrape type 2
2026-03-30 06:41:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74d04473-a75d-5fa1-9bc6-48ba69c85a96, identifier: SW18%20LJV
2026-03-30 06:41:56 [bca.uk] INFO: Found listing with ID: R3%20LXU
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R3%2520LXU%27 HTTP/1.1" 200 None
2026-03-30 06:41:56 [bca.uk] INFO: Scrape type for R3%20LXU: 2
2026-03-30 06:41:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95a54f0b-3c35-5e5a-a719-e2e12debb99d with identifier: R3%20LXU
2026-03-30 06:41:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95a54f0b-3c35-5e5a-a719-e2e12debb99d with scrape type 2
2026-03-30 06:41:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95a54f0b-3c35-5e5a-a719-e2e12debb99d with scrape type 2
2026-03-30 06:41:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95a54f0b-3c35-5e5a-a719-e2e12debb99d, identifier: R3%20LXU
2026-03-30 06:41:56 [bca.uk] INFO: Found listing with ID: VU68%20NZT
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520NZT%27 HTTP/1.1" 200 None
2026-03-30 06:41:56 [bca.uk] INFO: Scrape type for VU68%20NZT: 2
2026-03-30 06:41:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87b70aa9-8a5a-556b-965d-40feda862f74 with identifier: VU68%20NZT
2026-03-30 06:41:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87b70aa9-8a5a-556b-965d-40feda862f74 with scrape type 2
2026-03-30 06:41:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87b70aa9-8a5a-556b-965d-40feda862f74 with scrape type 2
2026-03-30 06:41:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87b70aa9-8a5a-556b-965d-40feda862f74, identifier: VU68%20NZT
2026-03-30 06:41:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 805f4ca4-3f13-5be5-9827-e3f0542a5772 with identifier: RF71%20AEL
2026-03-30 06:41:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 805f4ca4-3f13-5be5-9827-e3f0542a5772 with identifier: RF71%20AEL
2026-03-30 06:41:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 805f4ca4-3f13-5be5-9827-e3f0542a5772 with identifier: RF71%20AEL to the API
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF71%20AEL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '805f4ca4-3f13-5be5-9827-e3f0542a5772',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF71 AEL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF71%20AEL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 80281,
 'odometer_reading_unit': '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': 'WVGZZZE2ZNP022028',
 'year': 2022}
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF71%2520AEL%27 HTTP/1.1" 200 None
2026-03-30 06:41:56 [bca.uk] INFO: Saving data for RF71%20AEL: {'auction_closing_time': 1774864800.0, 'created_time': 1774534442.957235, 'last_price_update_time': 1774852916.572908}
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF71%2520AEL') HTTP/1.1" 204 0
2026-03-30 06:41:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1ea3cbf-ebcd-5b43-9162-2b257bbb1b61 with identifier: HV22%20ZSG
2026-03-30 06:41:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1ea3cbf-ebcd-5b43-9162-2b257bbb1b61 with identifier: HV22%20ZSG
2026-03-30 06:41:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1ea3cbf-ebcd-5b43-9162-2b257bbb1b61 with identifier: HV22%20ZSG to the API
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV22%20ZSG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1ea3cbf-ebcd-5b43-9162-2b257bbb1b61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HV22 ZSG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV22%20ZSG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500C',
 'odometer': 8966,
 'odometer_reading_unit': '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 500C 1.0 M/H DOLCEVITA Convertible',
 'transmission': 'manual',
 'trim': 'M/H DOLCEVITA',
 'vin': 'ZFABF1CJ3NJF89848',
 'year': 2022}
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41: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%2520ZSG%27 HTTP/1.1" 200 None
2026-03-30 06:41:56 [bca.uk] INFO: Saving data for HV22%20ZSG: {'auction_closing_time': 1774864800.0, 'created_time': 1774536244.167962, 'last_price_update_time': 1774852916.866173}
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520ZSG') HTTP/1.1" 204 0
2026-03-30 06:41:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with identifier: SW18%20LJV
2026-03-30 06:41:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with identifier: SW18%20LJV
2026-03-30 06:41:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74d04473-a75d-5fa1-9bc6-48ba69c85a96 with identifier: SW18%20LJV to the API
2026-03-30 06:41:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW18%20LJV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74d04473-a75d-5fa1-9bc6-48ba69c85a96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW18 LJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW18%20LJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 58408,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 S StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 S',
 'vin': 'SALYA2AN1JA778043',
 'year': 2018}
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520LJV%27 HTTP/1.1" 200 None
2026-03-30 06:41:57 [bca.uk] INFO: Saving data for SW18%20LJV: {'auction_closing_time': 1774864800.0, 'created_time': 1774564950.533695, 'last_price_update_time': 1774852917.17927}
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW18%2520LJV') HTTP/1.1" 204 0
2026-03-30 06:41:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95a54f0b-3c35-5e5a-a719-e2e12debb99d with identifier: R3%20LXU
2026-03-30 06:41:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95a54f0b-3c35-5e5a-a719-e2e12debb99d with identifier: R3%20LXU
2026-03-30 06:41:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95a54f0b-3c35-5e5a-a719-e2e12debb99d with identifier: R3%20LXU to the API
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R3%20LXU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '95a54f0b-3c35-5e5a-a719-e2e12debb99d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'R3 LXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=R3%20LXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': 'M6',
 'odometer': 31810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW M6 4.4 DCT Coupe',
 'transmission': 'automatic',
 'trim': 'DCT',
 'vin': 'WBS6J920X0G518108',
 'year': 2017}
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R3%2520LXU%27 HTTP/1.1" 200 None
2026-03-30 06:41:57 [bca.uk] INFO: Saving data for R3%20LXU: {'auction_closing_time': 1774864800.0, 'created_time': 1773827081.75785, 'last_price_update_time': 1774852917.594606}
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R3%2520LXU') HTTP/1.1" 204 0
2026-03-30 06:41:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87b70aa9-8a5a-556b-965d-40feda862f74 with identifier: VU68%20NZT
2026-03-30 06:41:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87b70aa9-8a5a-556b-965d-40feda862f74 with identifier: VU68%20NZT
2026-03-30 06:41:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87b70aa9-8a5a-556b-965d-40feda862f74 with identifier: VU68%20NZT to the API
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 290,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU68%20NZT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '87b70aa9-8a5a-556b-965d-40feda862f74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU68 NZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU68%20NZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 58090,
 'odometer_reading_unit': '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 5.0 V8 S/C 575 SVR StationWagon',
 'transmission': 'automatic',
 'trim': 'V8 S/C 575 SVR',
 'vin': 'SALWA2AE7KA818036',
 'year': 2018}
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520NZT%27 HTTP/1.1" 200 None
2026-03-30 06:41:57 [bca.uk] INFO: Saving data for VU68%20NZT: {'auction_closing_time': 1775037600.0, 'created_time': 1774534520.18907, 'last_price_update_time': 1774852917.885096}
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU68%2520NZT') HTTP/1.1" 204 0
2026-03-30 06:41:57 [bca.uk] INFO: Found listing with ID: VE71%20WMG
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520WMG%27 HTTP/1.1" 200 None
2026-03-30 06:41:57 [bca.uk] INFO: Scrape type for VE71%20WMG: 2
2026-03-30 06:41:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b61bce24-2f1f-5d4d-a99c-34b4a946ee11 with identifier: VE71%20WMG
2026-03-30 06:41:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b61bce24-2f1f-5d4d-a99c-34b4a946ee11 with scrape type 2
2026-03-30 06:41:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b61bce24-2f1f-5d4d-a99c-34b4a946ee11 with scrape type 2
2026-03-30 06:41:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b61bce24-2f1f-5d4d-a99c-34b4a946ee11, identifier: VE71%20WMG
2026-03-30 06:41:58 [bca.uk] INFO: Found listing with ID: LL72%20BZK
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520BZK%27 HTTP/1.1" 200 None
2026-03-30 06:41:58 [bca.uk] INFO: Scrape type for LL72%20BZK: 2
2026-03-30 06:41:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f611969b-f3e4-52d1-b51f-a62fe4fc8753 with identifier: LL72%20BZK
2026-03-30 06:41:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f611969b-f3e4-52d1-b51f-a62fe4fc8753 with scrape type 2
2026-03-30 06:41:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f611969b-f3e4-52d1-b51f-a62fe4fc8753 with scrape type 2
2026-03-30 06:41:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f611969b-f3e4-52d1-b51f-a62fe4fc8753, identifier: LL72%20BZK
2026-03-30 06:41:58 [bca.uk] INFO: Found listing with ID: WF24%20NKD
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520NKD%27 HTTP/1.1" 200 None
2026-03-30 06:41:58 [bca.uk] INFO: Scrape type for WF24%20NKD: 2
2026-03-30 06:41:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b44ce19a-ab97-51d3-88f9-c411df3444bd with identifier: WF24%20NKD
2026-03-30 06:41:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b44ce19a-ab97-51d3-88f9-c411df3444bd with scrape type 2
2026-03-30 06:41:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b44ce19a-ab97-51d3-88f9-c411df3444bd with scrape type 2
2026-03-30 06:41:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b44ce19a-ab97-51d3-88f9-c411df3444bd, identifier: WF24%20NKD
2026-03-30 06:41:58 [bca.uk] INFO: Found listing with ID: LY12%20AVD
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY12%2520AVD%27 HTTP/1.1" 200 None
2026-03-30 06:41:58 [bca.uk] INFO: Scrape type for LY12%20AVD: 2
2026-03-30 06:41:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23c779b8-84aa-5b16-bc5d-e8419e8f1d39 with identifier: LY12%20AVD
2026-03-30 06:41:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23c779b8-84aa-5b16-bc5d-e8419e8f1d39 with scrape type 2
2026-03-30 06:41:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23c779b8-84aa-5b16-bc5d-e8419e8f1d39 with scrape type 2
2026-03-30 06:41:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23c779b8-84aa-5b16-bc5d-e8419e8f1d39, identifier: LY12%20AVD
2026-03-30 06:41:58 [bca.uk] INFO: Found listing with ID: AF18%20XNJ
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF18%2520XNJ%27 HTTP/1.1" 200 None
2026-03-30 06:41:58 [bca.uk] INFO: Scrape type for AF18%20XNJ: 2
2026-03-30 06:41:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b810301c-806e-5698-a11b-c12617fafbdd with identifier: AF18%20XNJ
2026-03-30 06:41:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b810301c-806e-5698-a11b-c12617fafbdd with scrape type 2
2026-03-30 06:41:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b810301c-806e-5698-a11b-c12617fafbdd with scrape type 2
2026-03-30 06:41:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b810301c-806e-5698-a11b-c12617fafbdd, identifier: AF18%20XNJ
2026-03-30 06:41:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b61bce24-2f1f-5d4d-a99c-34b4a946ee11 with identifier: VE71%20WMG
2026-03-30 06:41:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b61bce24-2f1f-5d4d-a99c-34b4a946ee11 with identifier: VE71%20WMG
2026-03-30 06:41:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b61bce24-2f1f-5d4d-a99c-34b4a946ee11 with identifier: VE71%20WMG to the API
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 50,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE71%20WMG-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': 'b61bce24-2f1f-5d4d-a99c-34b4a946ee11',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE71 WMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE71%20WMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 62547,
 'odometer_reading_unit': '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 R DESIGN PRO StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV R DESIGN PRO',
 'vin': 'YV1XZBBBFN2735363',
 'year': 2022}
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520WMG%27 HTTP/1.1" 200 None
2026-03-30 06:41:58 [bca.uk] INFO: Saving data for VE71%20WMG: {'auction_closing_time': 1774864800.0, 'created_time': 1774534474.619972, 'last_price_update_time': 1774852918.819176}
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE71%2520WMG') HTTP/1.1" 204 0
2026-03-30 06:41:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f611969b-f3e4-52d1-b51f-a62fe4fc8753 with identifier: LL72%20BZK
2026-03-30 06:41:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f611969b-f3e4-52d1-b51f-a62fe4fc8753 with identifier: LL72%20BZK
2026-03-30 06:41:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f611969b-f3e4-52d1-b51f-a62fe4fc8753 with identifier: LL72%20BZK to the API
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL72%20BZK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f611969b-f3e4-52d1-b51f-a62fe4fc8753',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL72 BZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL72%20BZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 72741,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 40 150KW 82KWH SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH SPORT',
 'vin': 'WAUZZZFZ5PP000419',
 'year': 2022}
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL72%2520BZK%27 HTTP/1.1" 200 None
2026-03-30 06:41:59 [bca.uk] INFO: Saving data for LL72%20BZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774536231.344699, 'last_price_update_time': 1774852919.243493}
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL72%2520BZK') HTTP/1.1" 204 0
2026-03-30 06:41:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b44ce19a-ab97-51d3-88f9-c411df3444bd with identifier: WF24%20NKD
2026-03-30 06:41:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b44ce19a-ab97-51d3-88f9-c411df3444bd with identifier: WF24%20NKD
2026-03-30 06:41:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b44ce19a-ab97-51d3-88f9-c411df3444bd with identifier: WF24%20NKD to the API
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF24%20NKD-GB',
 'category': 'Car',
 'color': 'pure white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b44ce19a-ab97-51d3-88f9-c411df3444bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WF24 NKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF24%20NKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 6364,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE S-CVT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I PURE S-CVT',
 'vin': 'JTDAGNAC000190615',
 'year': 2024}
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF24%2520NKD%27 HTTP/1.1" 200 None
2026-03-30 06:41:59 [bca.uk] INFO: Saving data for WF24%20NKD: {'auction_closing_time': 1774951200.0, 'created_time': 1773835056.472074, 'last_price_update_time': 1774852919.568393}
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF24%2520NKD') HTTP/1.1" 204 0
2026-03-30 06:41:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23c779b8-84aa-5b16-bc5d-e8419e8f1d39 with identifier: LY12%20AVD
2026-03-30 06:41:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23c779b8-84aa-5b16-bc5d-e8419e8f1d39 with identifier: LY12%20AVD
2026-03-30 06:41:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23c779b8-84aa-5b16-bc5d-e8419e8f1d39 with identifier: LY12%20AVD to the API
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:41: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:41:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY12%20AVD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '23c779b8-84aa-5b16-bc5d-e8419e8f1d39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY12 AVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY12%20AVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 104779,
 'odometer_reading_unit': '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 TEKNA S/S Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 130 TEKNA S/S',
 'vin': 'SJNFEAJ10U2588020',
 'year': 2012}
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY12%2520AVD%27 HTTP/1.1" 200 None
2026-03-30 06:41:59 [bca.uk] INFO: Saving data for LY12%20AVD: {'auction_closing_time': 1774864800.0, 'created_time': 1774535094.29983, 'last_price_update_time': 1774852919.860544}
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY12%2520AVD') HTTP/1.1" 204 0
2026-03-30 06:41:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b810301c-806e-5698-a11b-c12617fafbdd with identifier: AF18%20XNJ
2026-03-30 06:41:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b810301c-806e-5698-a11b-c12617fafbdd with identifier: AF18%20XNJ
2026-03-30 06:41:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b810301c-806e-5698-a11b-c12617fafbdd with identifier: AF18%20XNJ to the API
2026-03-30 06:41:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF18%20XNJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b810301c-806e-5698-a11b-c12617fafbdd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF18 XNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF18%20XNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 72156,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 AUTOBIOGRAPHY DYNAMIC '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 306 AUTOBIOGRAPHY DYNAMIC',
 'vin': 'SALWA2AK8JA805395',
 'year': 2018}
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF18%2520XNJ%27 HTTP/1.1" 200 None
2026-03-30 06:42:00 [bca.uk] INFO: Saving data for AF18%20XNJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774534521.031019, 'last_price_update_time': 1774852920.221899}
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF18%2520XNJ') HTTP/1.1" 204 0
2026-03-30 06:42:00 [bca.uk] INFO: Found listing with ID: WU23%20FFO
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520FFO%27 HTTP/1.1" 200 None
2026-03-30 06:42:00 [bca.uk] INFO: Scrape type for WU23%20FFO: 2
2026-03-30 06:42:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 943671c2-2978-5609-9e31-5d9c144eb32a with identifier: WU23%20FFO
2026-03-30 06:42:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 943671c2-2978-5609-9e31-5d9c144eb32a with scrape type 2
2026-03-30 06:42:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 943671c2-2978-5609-9e31-5d9c144eb32a with scrape type 2
2026-03-30 06:42:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 943671c2-2978-5609-9e31-5d9c144eb32a, identifier: WU23%20FFO
2026-03-30 06:42:00 [bca.uk] INFO: Found listing with ID: MP73%20HZK
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520HZK%27 HTTP/1.1" 200 None
2026-03-30 06:42:00 [bca.uk] INFO: Scrape type for MP73%20HZK: 2
2026-03-30 06:42:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d29aaebc-2e56-5506-9453-4660e0ebb1a7 with identifier: MP73%20HZK
2026-03-30 06:42:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d29aaebc-2e56-5506-9453-4660e0ebb1a7 with scrape type 2
2026-03-30 06:42:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d29aaebc-2e56-5506-9453-4660e0ebb1a7 with scrape type 2
2026-03-30 06:42:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d29aaebc-2e56-5506-9453-4660e0ebb1a7, identifier: MP73%20HZK
2026-03-30 06:42:00 [bca.uk] INFO: Found listing with ID: HY19%20ASX
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ASX%27 HTTP/1.1" 200 None
2026-03-30 06:42:00 [bca.uk] INFO: Scrape type for HY19%20ASX: 2
2026-03-30 06:42:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 936a541e-ec19-5b0d-8b9d-7dcfa67a2f40 with identifier: HY19%20ASX
2026-03-30 06:42:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 936a541e-ec19-5b0d-8b9d-7dcfa67a2f40 with scrape type 2
2026-03-30 06:42:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 936a541e-ec19-5b0d-8b9d-7dcfa67a2f40 with scrape type 2
2026-03-30 06:42:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 936a541e-ec19-5b0d-8b9d-7dcfa67a2f40, identifier: HY19%20ASX
2026-03-30 06:42:00 [bca.uk] INFO: Found listing with ID: GF60%20AEM
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF60%2520AEM%27 HTTP/1.1" 200 None
2026-03-30 06:42:00 [bca.uk] INFO: Scrape type for GF60%20AEM: 2
2026-03-30 06:42:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f537d3e3-39d2-5afb-9fd8-da1eb73c45f1 with identifier: GF60%20AEM
2026-03-30 06:42:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f537d3e3-39d2-5afb-9fd8-da1eb73c45f1 with scrape type 2
2026-03-30 06:42:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f537d3e3-39d2-5afb-9fd8-da1eb73c45f1 with scrape type 2
2026-03-30 06:42:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f537d3e3-39d2-5afb-9fd8-da1eb73c45f1, identifier: GF60%20AEM
2026-03-30 06:42:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:42:00 [bca.uk] INFO: Found listing with ID: MA21%20URM
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520URM%27 HTTP/1.1" 200 None
2026-03-30 06:42:00 [bca.uk] INFO: Scrape type for MA21%20URM: 2
2026-03-30 06:42:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 928b12ac-cc72-5232-8594-0c50116d0c76 with identifier: MA21%20URM
2026-03-30 06:42:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 928b12ac-cc72-5232-8594-0c50116d0c76 with scrape type 2
2026-03-30 06:42:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 928b12ac-cc72-5232-8594-0c50116d0c76 with scrape type 2
2026-03-30 06:42:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 928b12ac-cc72-5232-8594-0c50116d0c76, identifier: MA21%20URM
2026-03-30 06:42:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 943671c2-2978-5609-9e31-5d9c144eb32a with identifier: WU23%20FFO
2026-03-30 06:42:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 943671c2-2978-5609-9e31-5d9c144eb32a with identifier: WU23%20FFO
2026-03-30 06:42:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 943671c2-2978-5609-9e31-5d9c144eb32a with identifier: WU23%20FFO to the API
2026-03-30 06:42:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU23%20FFO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '943671c2-2978-5609-9e31-5d9c144eb32a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU23 FFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU23%20FFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 27048,
 'odometer_reading_unit': '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': 'LRWYHCEK5PC728393',
 'year': 2023}
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520FFO%27 HTTP/1.1" 200 None
2026-03-30 06:42:01 [bca.uk] INFO: Saving data for WU23%20FFO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534475.525196, 'last_price_update_time': 1774852921.076921}
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU23%2520FFO') HTTP/1.1" 204 0
2026-03-30 06:42:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d29aaebc-2e56-5506-9453-4660e0ebb1a7 with identifier: MP73%20HZK
2026-03-30 06:42:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d29aaebc-2e56-5506-9453-4660e0ebb1a7 with identifier: MP73%20HZK
2026-03-30 06:42:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d29aaebc-2e56-5506-9453-4660e0ebb1a7 with identifier: MP73%20HZK to the API
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MP73%20HZK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd29aaebc-2e56-5506-9453-4660e0ebb1a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MP73 HZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MP73%20HZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 17406,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 AIRCROSS 1.2 P/T 130 MAX Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 MAX',
 'vin': 'VR7ARHNSKRL009381',
 'year': 2024}
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MP73%2520HZK%27 HTTP/1.1" 200 None
2026-03-30 06:42:01 [bca.uk] INFO: Saving data for MP73%20HZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774536233.997593, 'last_price_update_time': 1774852921.411128}
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MP73%2520HZK') HTTP/1.1" 204 0
2026-03-30 06:42:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 936a541e-ec19-5b0d-8b9d-7dcfa67a2f40 with identifier: HY19%20ASX
2026-03-30 06:42:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 936a541e-ec19-5b0d-8b9d-7dcfa67a2f40 with identifier: HY19%20ASX
2026-03-30 06:42:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 936a541e-ec19-5b0d-8b9d-7dcfa67a2f40 with identifier: HY19%20ASX to the API
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY19%20ASX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '936a541e-ec19-5b0d-8b9d-7dcfa67a2f40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY19 ASX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY19%20ASX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 43712,
 'odometer_reading_unit': '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': 'SADFA2AN0K1Z65584',
 'year': 2019}
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ASX%27 HTTP/1.1" 200 None
2026-03-30 06:42:01 [bca.uk] INFO: Saving data for HY19%20ASX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534898.836853, 'last_price_update_time': 1774852921.696168}
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY19%2520ASX') HTTP/1.1" 204 0
2026-03-30 06:42:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f537d3e3-39d2-5afb-9fd8-da1eb73c45f1 with identifier: GF60%20AEM
2026-03-30 06:42:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f537d3e3-39d2-5afb-9fd8-da1eb73c45f1 with identifier: GF60%20AEM
2026-03-30 06:42:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f537d3e3-39d2-5afb-9fd8-da1eb73c45f1 with identifier: GF60%20AEM to the API
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF60%20AEM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f537d3e3-39d2-5afb-9fd8-da1eb73c45f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF60 AEM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF60%20AEM&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'E250',
 'odometer': 107164,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E250 2.1 CDI B/E SPORT TIP Estate',
 'transmission': 'manual',
 'trim': 'CDI B/E SPORT TIP',
 'vin': 'WDD2122032A326637',
 'year': 2010}
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF60%2520AEM%27 HTTP/1.1" 200 None
2026-03-30 06:42:01 [bca.uk] INFO: Saving data for GF60%20AEM: {'auction_closing_time': 1774864800.0, 'created_time': 1773827028.741438, 'last_price_update_time': 1774852921.991919}
2026-03-30 06:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF60%2520AEM') HTTP/1.1" 204 0
2026-03-30 06:42:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 928b12ac-cc72-5232-8594-0c50116d0c76 with identifier: MA21%20URM
2026-03-30 06:42:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 928b12ac-cc72-5232-8594-0c50116d0c76 with identifier: MA21%20URM
2026-03-30 06:42:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 928b12ac-cc72-5232-8594-0c50116d0c76 with identifier: MA21%20URM to the API
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA21%20URM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '928b12ac-cc72-5232-8594-0c50116d0c76',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA21 URM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA21%20URM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 22750,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.0 TSI 95 MONTE CARLO DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 95 MONTE CARLO DSG',
 'vin': 'TMBFP6NJ2MZ058090',
 'year': 2021}
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520URM%27 HTTP/1.1" 200 None
2026-03-30 06:42:02 [bca.uk] INFO: Saving data for MA21%20URM: {'auction_closing_time': 1774864800.0, 'created_time': 1774534480.21135, 'last_price_update_time': 1774852922.307578}
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA21%2520URM') HTTP/1.1" 204 0
2026-03-30 06:42:02 [bca.uk] INFO: Found listing with ID: YG22%20UXL
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520UXL%27 HTTP/1.1" 200 None
2026-03-30 06:42:02 [bca.uk] INFO: Scrape type for YG22%20UXL: 2
2026-03-30 06:42:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bad25a6-f037-536c-9d33-8904ff61dfc5 with identifier: YG22%20UXL
2026-03-30 06:42:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bad25a6-f037-536c-9d33-8904ff61dfc5 with scrape type 2
2026-03-30 06:42:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bad25a6-f037-536c-9d33-8904ff61dfc5 with scrape type 2
2026-03-30 06:42:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bad25a6-f037-536c-9d33-8904ff61dfc5, identifier: YG22%20UXL
2026-03-30 06:42:02 [bca.uk] INFO: Found listing with ID: RA73%20AVN
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520AVN%27 HTTP/1.1" 200 None
2026-03-30 06:42:02 [bca.uk] INFO: Scrape type for RA73%20AVN: 2
2026-03-30 06:42:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc6f2f4e-c423-5275-901c-f56b642e6fce with identifier: RA73%20AVN
2026-03-30 06:42:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc6f2f4e-c423-5275-901c-f56b642e6fce with scrape type 2
2026-03-30 06:42:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc6f2f4e-c423-5275-901c-f56b642e6fce with scrape type 2
2026-03-30 06:42:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc6f2f4e-c423-5275-901c-f56b642e6fce, identifier: RA73%20AVN
2026-03-30 06:42:02 [bca.uk] INFO: Found listing with ID: YY18%20UZA
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY18%2520UZA%27 HTTP/1.1" 200 None
2026-03-30 06:42:02 [bca.uk] INFO: Scrape type for YY18%20UZA: 2
2026-03-30 06:42:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5660d7b2-d795-524f-8795-dc17661d265a with identifier: YY18%20UZA
2026-03-30 06:42:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5660d7b2-d795-524f-8795-dc17661d265a with scrape type 2
2026-03-30 06:42:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5660d7b2-d795-524f-8795-dc17661d265a with scrape type 2
2026-03-30 06:42:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5660d7b2-d795-524f-8795-dc17661d265a, identifier: YY18%20UZA
2026-03-30 06:42:02 [bca.uk] INFO: Found listing with ID: NN11%20BET
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NN11%2520BET%27 HTTP/1.1" 200 None
2026-03-30 06:42:02 [bca.uk] INFO: Scrape type for NN11%20BET: 2
2026-03-30 06:42:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c65151d8-3f59-5382-859d-c684df71b201 with identifier: NN11%20BET
2026-03-30 06:42:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c65151d8-3f59-5382-859d-c684df71b201 with scrape type 2
2026-03-30 06:42:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c65151d8-3f59-5382-859d-c684df71b201 with scrape type 2
2026-03-30 06:42:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c65151d8-3f59-5382-859d-c684df71b201, identifier: NN11%20BET
2026-03-30 06:42:02 [bca.uk] INFO: Found listing with ID: DC71%20FZU
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC71%2520FZU%27 HTTP/1.1" 200 None
2026-03-30 06:42:02 [bca.uk] INFO: Scrape type for DC71%20FZU: 2
2026-03-30 06:42:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85b97747-2499-5360-9833-31ab6f6492be with identifier: DC71%20FZU
2026-03-30 06:42:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85b97747-2499-5360-9833-31ab6f6492be with scrape type 2
2026-03-30 06:42:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85b97747-2499-5360-9833-31ab6f6492be with scrape type 2
2026-03-30 06:42:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85b97747-2499-5360-9833-31ab6f6492be, identifier: DC71%20FZU
2026-03-30 06:42:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bad25a6-f037-536c-9d33-8904ff61dfc5 with identifier: YG22%20UXL
2026-03-30 06:42:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bad25a6-f037-536c-9d33-8904ff61dfc5 with identifier: YG22%20UXL
2026-03-30 06:42:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bad25a6-f037-536c-9d33-8904ff61dfc5 with identifier: YG22%20UXL to the API
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG22%20UXL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4bad25a6-f037-536c-9d33-8904ff61dfc5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG22 UXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG22%20UXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'KIA',
 'model': 'XCEED',
 'odometer': 27111,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA XCEED 1.5 T GDI 160 3 ISG Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 160 3 ISG',
 'vin': 'U5YH5F15LNL096853',
 'year': 2022}
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG22%2520UXL%27 HTTP/1.1" 200 None
2026-03-30 06:42:03 [bca.uk] INFO: Saving data for YG22%20UXL: {'auction_closing_time': 1774864800.0, 'created_time': 1774534476.525498, 'last_price_update_time': 1774852923.243716}
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG22%2520UXL') HTTP/1.1" 204 0
2026-03-30 06:42:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc6f2f4e-c423-5275-901c-f56b642e6fce with identifier: RA73%20AVN
2026-03-30 06:42:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc6f2f4e-c423-5275-901c-f56b642e6fce with identifier: RA73%20AVN
2026-03-30 06:42:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc6f2f4e-c423-5275-901c-f56b642e6fce with identifier: RA73%20AVN to the API
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA73%20AVN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fc6f2f4e-c423-5275-901c-f56b642e6fce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RA73 AVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA73%20AVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 7840,
 'odometer_reading_unit': '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': 'VR3USHNSKPJ924110',
 'year': 2023}
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA73%2520AVN%27 HTTP/1.1" 200 None
2026-03-30 06:42:03 [bca.uk] INFO: Saving data for RA73%20AVN: {'auction_closing_time': 1774864800.0, 'created_time': 1774536237.091838, 'last_price_update_time': 1774852923.568947}
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA73%2520AVN') HTTP/1.1" 204 0
2026-03-30 06:42:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5660d7b2-d795-524f-8795-dc17661d265a with identifier: YY18%20UZA
2026-03-30 06:42:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5660d7b2-d795-524f-8795-dc17661d265a with identifier: YY18%20UZA
2026-03-30 06:42:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5660d7b2-d795-524f-8795-dc17661d265a with identifier: YY18%20UZA to the API
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY18%20UZA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5660d7b2-d795-524f-8795-dc17661d265a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY18 UZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY18%20UZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 64032,
 'odometer_reading_unit': '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 FIRST EDITION Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD FIRST EDITION',
 'vin': 'SADFA2AN3J1Z00663',
 'year': 2018}
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY18%2520UZA%27 HTTP/1.1" 200 None
2026-03-30 06:42:03 [bca.uk] INFO: Saving data for YY18%20UZA: {'auction_closing_time': 1774864800.0, 'created_time': 1774534892.089769, 'last_price_update_time': 1774852923.883374}
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY18%2520UZA') HTTP/1.1" 204 0
2026-03-30 06:42:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c65151d8-3f59-5382-859d-c684df71b201 with identifier: NN11%20BET
2026-03-30 06:42:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c65151d8-3f59-5382-859d-c684df71b201 with identifier: NN11%20BET
2026-03-30 06:42:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c65151d8-3f59-5382-859d-c684df71b201 with identifier: NN11%20BET to the API
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NN11%20BET-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c65151d8-3f59-5382-859d-c684df71b201',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NN11 BET',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NN11%20BET&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 64508,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-TEC+ Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-TEC+',
 'vin': 'SJNFEAJ11U1306639',
 'year': 2015}
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NN11%2520BET%27 HTTP/1.1" 200 None
2026-03-30 06:42:04 [bca.uk] INFO: Saving data for NN11%20BET: {'auction_closing_time': 1774864800.0, 'created_time': 1774047003.595676, 'last_price_update_time': 1774852924.187571}
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NN11%2520BET') HTTP/1.1" 204 0
2026-03-30 06:42:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85b97747-2499-5360-9833-31ab6f6492be with identifier: DC71%20FZU
2026-03-30 06:42:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85b97747-2499-5360-9833-31ab6f6492be with identifier: DC71%20FZU
2026-03-30 06:42:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85b97747-2499-5360-9833-31ab6f6492be with identifier: DC71%20FZU to the API
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '85b97747-2499-5360-9833-31ab6f6492be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DC71 FZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC71%20FZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 50800,
 'odometer_reading_unit': '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': 'SADHA2A16N1622417',
 'year': 2022}
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC71%2520FZU%27 HTTP/1.1" 200 None
2026-03-30 06:42:04 [bca.uk] INFO: Saving data for DC71%20FZU: {'auction_closing_time': 1775037600.0, 'created_time': 1774534507.309272, 'last_price_update_time': 1774852924.50084}
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC71%2520FZU') HTTP/1.1" 204 0
2026-03-30 06:42:04 [bca.uk] INFO: Found listing with ID: CU22%20KWR
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520KWR%27 HTTP/1.1" 200 None
2026-03-30 06:42:04 [bca.uk] INFO: Scrape type for CU22%20KWR: 2
2026-03-30 06:42:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 384f2b40-2cb1-5787-a34d-82fe2dd82b85 with identifier: CU22%20KWR
2026-03-30 06:42:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 384f2b40-2cb1-5787-a34d-82fe2dd82b85 with scrape type 2
2026-03-30 06:42:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 384f2b40-2cb1-5787-a34d-82fe2dd82b85 with scrape type 2
2026-03-30 06:42:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 384f2b40-2cb1-5787-a34d-82fe2dd82b85, identifier: CU22%20KWR
2026-03-30 06:42:04 [bca.uk] INFO: Found listing with ID: YF71%20WKK
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520WKK%27 HTTP/1.1" 200 None
2026-03-30 06:42:04 [bca.uk] INFO: Scrape type for YF71%20WKK: 2
2026-03-30 06:42:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ec32c63-cf9a-5888-8335-6b015f420d9b with identifier: YF71%20WKK
2026-03-30 06:42:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ec32c63-cf9a-5888-8335-6b015f420d9b with scrape type 2
2026-03-30 06:42:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ec32c63-cf9a-5888-8335-6b015f420d9b with scrape type 2
2026-03-30 06:42:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ec32c63-cf9a-5888-8335-6b015f420d9b, identifier: YF71%20WKK
2026-03-30 06:42:04 [bca.uk] INFO: Found listing with ID: LL24%20OAM
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL24%2520OAM%27 HTTP/1.1" 200 None
2026-03-30 06:42:04 [bca.uk] INFO: Scrape type for LL24%20OAM: 2
2026-03-30 06:42:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with identifier: LL24%20OAM
2026-03-30 06:42:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with scrape type 2
2026-03-30 06:42:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with scrape type 2
2026-03-30 06:42:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb, identifier: LL24%20OAM
2026-03-30 06:42:04 [bca.uk] INFO: Found listing with ID: EK21%20VSL
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK21%2520VSL%27 HTTP/1.1" 200 None
2026-03-30 06:42:04 [bca.uk] INFO: Scrape type for EK21%20VSL: 2
2026-03-30 06:42:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 328eb0dd-1be3-5fe3-a2f4-1a6cc0da44ba with identifier: EK21%20VSL
2026-03-30 06:42:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 328eb0dd-1be3-5fe3-a2f4-1a6cc0da44ba with scrape type 2
2026-03-30 06:42:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 328eb0dd-1be3-5fe3-a2f4-1a6cc0da44ba with scrape type 2
2026-03-30 06:42:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 328eb0dd-1be3-5fe3-a2f4-1a6cc0da44ba, identifier: EK21%20VSL
2026-03-30 06:42:04 [bca.uk] INFO: Found listing with ID: KW70%20WBV
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520WBV%27 HTTP/1.1" 200 None
2026-03-30 06:42:04 [bca.uk] INFO: Scrape type for KW70%20WBV: 0
2026-03-30 06:42:04 [bca.uk] INFO: Found listing with ID: SL21%20GVE
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL21%2520GVE%27 HTTP/1.1" 200 None
2026-03-30 06:42:05 [bca.uk] INFO: Scrape type for SL21%20GVE: 2
2026-03-30 06:42:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afa5967f-f4b1-582d-840d-895b0deb3e8c with identifier: SL21%20GVE
2026-03-30 06:42:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afa5967f-f4b1-582d-840d-895b0deb3e8c with scrape type 2
2026-03-30 06:42:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afa5967f-f4b1-582d-840d-895b0deb3e8c with scrape type 2
2026-03-30 06:42:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: afa5967f-f4b1-582d-840d-895b0deb3e8c, identifier: SL21%20GVE
2026-03-30 06:42:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 384f2b40-2cb1-5787-a34d-82fe2dd82b85 with identifier: CU22%20KWR
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=onyx+black+met. HTTP/1.1" 200 None
2026-03-30 06:42:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:42:05 [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:42:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 384f2b40-2cb1-5787-a34d-82fe2dd82b85 with identifier: CU22%20KWR
2026-03-30 06:42:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 384f2b40-2cb1-5787-a34d-82fe2dd82b85 with identifier: CU22%20KWR to the API
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 50,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU22%20KWR-GB',
 'category': 'Car',
 'color': 'onyx black met',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '384f2b40-2cb1-5787-a34d-82fe2dd82b85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CU22 KWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU22%20KWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 61840,
 'odometer_reading_unit': '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 R DESIGN PRO StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV R DESIGN PRO',
 'vin': 'YV1XZBBBFN2752630',
 'year': 2022}
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520KWR%27 HTTP/1.1" 200 None
2026-03-30 06:42:05 [bca.uk] INFO: Saving data for CU22%20KWR: {'auction_closing_time': 1774864800.0, 'created_time': 1774534442.057525, 'last_price_update_time': 1774852925.537445}
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU22%2520KWR') HTTP/1.1" 204 0
2026-03-30 06:42:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ec32c63-cf9a-5888-8335-6b015f420d9b with identifier: YF71%20WKK
2026-03-30 06:42:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ec32c63-cf9a-5888-8335-6b015f420d9b with identifier: YF71%20WKK
2026-03-30 06:42:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ec32c63-cf9a-5888-8335-6b015f420d9b with identifier: YF71%20WKK to the API
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF71%20WKK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0ec32c63-cf9a-5888-8335-6b015f420d9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF71 WKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF71%20WKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 28256,
 'odometer_reading_unit': '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 CLIO 1.0 TCE 90 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ICONIC',
 'vin': 'VF1RJA00X67956367',
 'year': 2022}
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF71%2520WKK%27 HTTP/1.1" 200 None
2026-03-30 06:42:05 [bca.uk] INFO: Saving data for YF71%20WKK: {'auction_closing_time': 1774864800.0, 'created_time': 1774536208.280196, 'last_price_update_time': 1774852925.942335}
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF71%2520WKK') HTTP/1.1" 204 0
2026-03-30 06:42:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with identifier: LL24%20OAM
2026-03-30 06:42:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=eclipse+black HTTP/1.1" 200 None
2026-03-30 06:42:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:42:06 [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:42:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with identifier: LL24%20OAM
2026-03-30 06:42:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb with identifier: LL24%20OAM to the API
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL24%20OAM-GB',
 'category': 'Car',
 'color': 'eclipse black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5c7bc58e-7b96-5394-9c68-0d44c4c6e3eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL24 OAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL24%20OAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 21825,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB00A397890',
 'year': 2024}
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL24%2520OAM%27 HTTP/1.1" 200 None
2026-03-30 06:42:06 [bca.uk] INFO: Saving data for LL24%20OAM: {'auction_closing_time': 1774951200.0, 'created_time': 1773908784.804191, 'last_price_update_time': 1774852926.435089}
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL24%2520OAM') HTTP/1.1" 204 0
2026-03-30 06:42:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 328eb0dd-1be3-5fe3-a2f4-1a6cc0da44ba with identifier: EK21%20VSL
2026-03-30 06:42:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 328eb0dd-1be3-5fe3-a2f4-1a6cc0da44ba with identifier: EK21%20VSL
2026-03-30 06:42:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 328eb0dd-1be3-5fe3-a2f4-1a6cc0da44ba with identifier: EK21%20VSL to the API
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 269,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK21%20VSL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '328eb0dd-1be3-5fe3-a2f4-1a6cc0da44ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK21 VSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK21%20VSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'MUSTANG',
 'odometer': 17535,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD MUSTANG 5.0 V8 GT Coupe',
 'transmission': 'manual',
 'trim': 'V8 GT',
 'vin': '1FA6P8NF3M5100142',
 'year': 2021}
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK21%2520VSL%27 HTTP/1.1" 200 None
2026-03-30 06:42:06 [bca.uk] INFO: Saving data for EK21%20VSL: {'auction_closing_time': 1774864800.0, 'created_time': 1774535066.829315, 'last_price_update_time': 1774852926.725849}
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK21%2520VSL') HTTP/1.1" 204 0
2026-03-30 06:42:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: afa5967f-f4b1-582d-840d-895b0deb3e8c with identifier: SL21%20GVE
2026-03-30 06:42:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: afa5967f-f4b1-582d-840d-895b0deb3e8c with identifier: SL21%20GVE
2026-03-30 06:42:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: afa5967f-f4b1-582d-840d-895b0deb3e8c with identifier: SL21%20GVE to the API
2026-03-30 06:42:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 300,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL21%20GVE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'afa5967f-f4b1-582d-840d-895b0deb3e8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL21 GVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL21%20GVE&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 159179,
 'odometer_reading_unit': '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 LOW FLOOR Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 LOW FLOOR',
 'vin': 'WF0DXXTTRDKT31811',
 'year': 2021}
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL21%2520GVE%27 HTTP/1.1" 200 None
2026-03-30 06:42:07 [bca.uk] INFO: Saving data for SL21%20GVE: {'auction_closing_time': 1774864800.0, 'created_time': 1773825793.498761, 'last_price_update_time': 1774852927.029319}
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL21%2520GVE') HTTP/1.1" 204 0
2026-03-30 06:42:07 [bca.uk] INFO: Found listing with ID: KU22%20YUR
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU22%2520YUR%27 HTTP/1.1" 200 None
2026-03-30 06:42:07 [bca.uk] INFO: Scrape type for KU22%20YUR: 2
2026-03-30 06:42:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d9dfe34-92b3-57b5-b684-760e10d61255 with identifier: KU22%20YUR
2026-03-30 06:42:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d9dfe34-92b3-57b5-b684-760e10d61255 with scrape type 2
2026-03-30 06:42:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d9dfe34-92b3-57b5-b684-760e10d61255 with scrape type 2
2026-03-30 06:42:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d9dfe34-92b3-57b5-b684-760e10d61255, identifier: KU22%20YUR
2026-03-30 06:42:07 [bca.uk] INFO: Found listing with ID: YK24%20AEO
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK24%2520AEO%27 HTTP/1.1" 200 None
2026-03-30 06:42:07 [bca.uk] INFO: Scrape type for YK24%20AEO: 2
2026-03-30 06:42:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be510e37-704b-590d-ba7c-d10a54ba41a7 with identifier: YK24%20AEO
2026-03-30 06:42:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be510e37-704b-590d-ba7c-d10a54ba41a7 with scrape type 2
2026-03-30 06:42:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be510e37-704b-590d-ba7c-d10a54ba41a7 with scrape type 2
2026-03-30 06:42:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be510e37-704b-590d-ba7c-d10a54ba41a7, identifier: YK24%20AEO
2026-03-30 06:42:07 [bca.uk] INFO: Found listing with ID: GC19%20RZR
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC19%2520RZR%27 HTTP/1.1" 200 None
2026-03-30 06:42:07 [bca.uk] INFO: Scrape type for GC19%20RZR: 2
2026-03-30 06:42:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bd7b8cc-0a89-56c2-92ea-1f04f7818078 with identifier: GC19%20RZR
2026-03-30 06:42:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bd7b8cc-0a89-56c2-92ea-1f04f7818078 with scrape type 2
2026-03-30 06:42:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bd7b8cc-0a89-56c2-92ea-1f04f7818078 with scrape type 2
2026-03-30 06:42:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bd7b8cc-0a89-56c2-92ea-1f04f7818078, identifier: GC19%20RZR
2026-03-30 06:42:07 [bca.uk] INFO: Found listing with ID: LD08%20AXH
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD08%2520AXH%27 HTTP/1.1" 200 None
2026-03-30 06:42:07 [bca.uk] INFO: Scrape type for LD08%20AXH: 2
2026-03-30 06:42:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c31a739c-71b0-5b6d-b74c-9a99de7af048 with identifier: LD08%20AXH
2026-03-30 06:42:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c31a739c-71b0-5b6d-b74c-9a99de7af048 with scrape type 2
2026-03-30 06:42:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c31a739c-71b0-5b6d-b74c-9a99de7af048 with scrape type 2
2026-03-30 06:42:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c31a739c-71b0-5b6d-b74c-9a99de7af048, identifier: LD08%20AXH
2026-03-30 06:42:07 [bca.uk] INFO: Total items found: 100
2026-03-30 06:42:07 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded
2026-03-30 06:42:07 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:42:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:42:07 [bca.uk] INFO: Found listing with ID: AX72%20KBV
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBV%27 HTTP/1.1" 200 None
2026-03-30 06:42:07 [bca.uk] INFO: Scrape type for AX72%20KBV: 2
2026-03-30 06:42:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e04f9f1-98a3-5c54-8197-8e5cfd7563b4 with identifier: AX72%20KBV
2026-03-30 06:42:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e04f9f1-98a3-5c54-8197-8e5cfd7563b4 with scrape type 2
2026-03-30 06:42:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e04f9f1-98a3-5c54-8197-8e5cfd7563b4 with scrape type 2
2026-03-30 06:42:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e04f9f1-98a3-5c54-8197-8e5cfd7563b4, identifier: AX72%20KBV
2026-03-30 06:42:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d9dfe34-92b3-57b5-b684-760e10d61255 with identifier: KU22%20YUR
2026-03-30 06:42:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d9dfe34-92b3-57b5-b684-760e10d61255 with identifier: KU22%20YUR
2026-03-30 06:42:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d9dfe34-92b3-57b5-b684-760e10d61255 with identifier: KU22%20YUR to the API
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU22%20YUR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7d9dfe34-92b3-57b5-b684-760e10d61255',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KU22 YUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU22%20YUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 30135,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'D165 2WD',
 'vin': 'SALZB2CN8NH175845',
 'year': 2022}
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU22%2520YUR%27 HTTP/1.1" 200 None
2026-03-30 06:42:07 [bca.uk] INFO: Saving data for KU22%20YUR: {'auction_closing_time': 1775037600.0, 'created_time': 1774534442.514868, 'last_price_update_time': 1774852927.942039}
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU22%2520YUR') HTTP/1.1" 204 0
2026-03-30 06:42:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be510e37-704b-590d-ba7c-d10a54ba41a7 with identifier: YK24%20AEO
2026-03-30 06:42:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be510e37-704b-590d-ba7c-d10a54ba41a7 with identifier: YK24%20AEO
2026-03-30 06:42:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be510e37-704b-590d-ba7c-d10a54ba41a7 with identifier: YK24%20AEO to the API
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK24%20AEO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be510e37-704b-590d-ba7c-d10a54ba41a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YK24 AEO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK24%20AEO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 20549,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 245 GTI DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 245 GTI DSG',
 'vin': 'WVWZZZCD3RW040910',
 'year': 2024}
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK24%2520AEO%27 HTTP/1.1" 200 None
2026-03-30 06:42:08 [bca.uk] INFO: Saving data for YK24%20AEO: {'auction_closing_time': 1774864800.0, 'created_time': 1774536208.692877, 'last_price_update_time': 1774852928.250039}
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK24%2520AEO') HTTP/1.1" 204 0
2026-03-30 06:42:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bd7b8cc-0a89-56c2-92ea-1f04f7818078 with identifier: GC19%20RZR
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=tyrol+silver+bi-tone HTTP/1.1" 200 None
2026-03-30 06:42:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:42: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:42:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bd7b8cc-0a89-56c2-92ea-1f04f7818078 with identifier: GC19%20RZR
2026-03-30 06:42:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bd7b8cc-0a89-56c2-92ea-1f04f7818078 with identifier: GC19%20RZR to the API
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GC19%20RZR-GB',
 'category': 'Car',
 'color': 'tyrol silver bi',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0bd7b8cc-0a89-56c2-92ea-1f04f7818078',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GC19 RZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC19%20RZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 101491,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 VVT-I Y20 (BI-TONE) Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I Y20 (BI-TONE)',
 'vin': 'VNKKG3D380A134248',
 'year': 2019}
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC19%2520RZR%27 HTTP/1.1" 200 None
2026-03-30 06:42:08 [bca.uk] INFO: Saving data for GC19%20RZR: {'auction_closing_time': 1774951200.0, 'created_time': 1773930560.244073, 'last_price_update_time': 1774852928.747462}
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC19%2520RZR') HTTP/1.1" 204 0
2026-03-30 06:42:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c31a739c-71b0-5b6d-b74c-9a99de7af048 with identifier: LD08%20AXH
2026-03-30 06:42:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c31a739c-71b0-5b6d-b74c-9a99de7af048 with identifier: LD08%20AXH
2026-03-30 06:42:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c31a739c-71b0-5b6d-b74c-9a99de7af048 with identifier: LD08%20AXH to the API
2026-03-30 06:42:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 261,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD08%20AXH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c31a739c-71b0-5b6d-b74c-9a99de7af048',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD08 AXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD08%20AXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'GL320',
 'odometer': 90685,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GL320 3.0 CDI StationWagon',
 'transmission': 'manual',
 'trim': 'CDI',
 'vin': 'WDC1648222A270010',
 'year': 2008}
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD08%2520AXH%27 HTTP/1.1" 200 None
2026-03-30 06:42:09 [bca.uk] INFO: Saving data for LD08%20AXH: {'auction_closing_time': 1774864800.0, 'created_time': 1773839271.539617, 'last_price_update_time': 1774852929.346523}
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD08%2520AXH') HTTP/1.1" 204 0
2026-03-30 06:42:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e04f9f1-98a3-5c54-8197-8e5cfd7563b4 with identifier: AX72%20KBV
2026-03-30 06:42:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e04f9f1-98a3-5c54-8197-8e5cfd7563b4 with identifier: AX72%20KBV
2026-03-30 06:42:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e04f9f1-98a3-5c54-8197-8e5cfd7563b4 with identifier: AX72%20KBV to the API
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX72%20KBV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8e04f9f1-98a3-5c54-8197-8e5cfd7563b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AX72 KBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX72%20KBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500',
 'odometer': 19985,
 'odometer_reading_unit': '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': 'ZFACF1CJXNJH16048',
 'year': 2023}
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBV%27 HTTP/1.1" 200 None
2026-03-30 06:42:09 [bca.uk] INFO: Saving data for AX72%20KBV: {'auction_closing_time': 1775037600.0, 'created_time': 1774534486.233094, 'last_price_update_time': 1774852929.639333}
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX72%2520KBV') HTTP/1.1" 204 0
2026-03-30 06:42:09 [bca.uk] INFO: Found listing with ID: DK24%20WNG
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520WNG%27 HTTP/1.1" 200 None
2026-03-30 06:42:09 [bca.uk] INFO: Scrape type for DK24%20WNG: 2
2026-03-30 06:42:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c428b92-5de3-531e-9e00-91d654ca5c06 with identifier: DK24%20WNG
2026-03-30 06:42:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c428b92-5de3-531e-9e00-91d654ca5c06 with scrape type 2
2026-03-30 06:42:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c428b92-5de3-531e-9e00-91d654ca5c06 with scrape type 2
2026-03-30 06:42:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c428b92-5de3-531e-9e00-91d654ca5c06, identifier: DK24%20WNG
2026-03-30 06:42:09 [bca.uk] INFO: Found listing with ID: FP73%20NXV
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520NXV%27 HTTP/1.1" 200 None
2026-03-30 06:42:09 [bca.uk] INFO: Scrape type for FP73%20NXV: 2
2026-03-30 06:42:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbc62844-1d18-5c80-a58f-dd83ecb46a85 with identifier: FP73%20NXV
2026-03-30 06:42:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbc62844-1d18-5c80-a58f-dd83ecb46a85 with scrape type 2
2026-03-30 06:42:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbc62844-1d18-5c80-a58f-dd83ecb46a85 with scrape type 2
2026-03-30 06:42:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbc62844-1d18-5c80-a58f-dd83ecb46a85, identifier: FP73%20NXV
2026-03-30 06:42:09 [bca.uk] INFO: Found listing with ID: HY19%20AZZ
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520AZZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:09 [bca.uk] INFO: Scrape type for HY19%20AZZ: 2
2026-03-30 06:42:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 185e52ae-53b4-5d75-8c82-ffbb16992256 with identifier: HY19%20AZZ
2026-03-30 06:42:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 185e52ae-53b4-5d75-8c82-ffbb16992256 with scrape type 2
2026-03-30 06:42:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 185e52ae-53b4-5d75-8c82-ffbb16992256 with scrape type 2
2026-03-30 06:42:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 185e52ae-53b4-5d75-8c82-ffbb16992256, identifier: HY19%20AZZ
2026-03-30 06:42:10 [bca.uk] INFO: Found listing with ID: KF72%20AON
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520AON%27 HTTP/1.1" 200 None
2026-03-30 06:42:10 [bca.uk] INFO: Scrape type for KF72%20AON: 2
2026-03-30 06:42:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ac0050f-48c2-5819-8b03-74ae2375432d with identifier: KF72%20AON
2026-03-30 06:42:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ac0050f-48c2-5819-8b03-74ae2375432d with scrape type 2
2026-03-30 06:42:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ac0050f-48c2-5819-8b03-74ae2375432d with scrape type 2
2026-03-30 06:42:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ac0050f-48c2-5819-8b03-74ae2375432d, identifier: KF72%20AON
2026-03-30 06:42:10 [bca.uk] INFO: Found listing with ID: LL11%20UUV
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL11%2520UUV%27 HTTP/1.1" 200 None
2026-03-30 06:42:10 [bca.uk] INFO: Scrape type for LL11%20UUV: 2
2026-03-30 06:42:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5997f20-9a02-5210-8ff8-e91de1fd85d7 with identifier: LL11%20UUV
2026-03-30 06:42:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5997f20-9a02-5210-8ff8-e91de1fd85d7 with scrape type 2
2026-03-30 06:42:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5997f20-9a02-5210-8ff8-e91de1fd85d7 with scrape type 2
2026-03-30 06:42:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5997f20-9a02-5210-8ff8-e91de1fd85d7, identifier: LL11%20UUV
2026-03-30 06:42:10 [bca.uk] INFO: Found listing with ID: BX19%20SYY
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520SYY%27 HTTP/1.1" 200 None
2026-03-30 06:42:10 [bca.uk] INFO: Scrape type for BX19%20SYY: 2
2026-03-30 06:42:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5360d65-cc42-5f75-b590-f737367167ac with identifier: BX19%20SYY
2026-03-30 06:42:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5360d65-cc42-5f75-b590-f737367167ac with scrape type 2
2026-03-30 06:42:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5360d65-cc42-5f75-b590-f737367167ac with scrape type 2
2026-03-30 06:42:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5360d65-cc42-5f75-b590-f737367167ac, identifier: BX19%20SYY
2026-03-30 06:42:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c428b92-5de3-531e-9e00-91d654ca5c06 with identifier: DK24%20WNG
2026-03-30 06:42:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c428b92-5de3-531e-9e00-91d654ca5c06 with identifier: DK24%20WNG
2026-03-30 06:42:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c428b92-5de3-531e-9e00-91d654ca5c06 with identifier: DK24%20WNG to the API
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK24%20WNG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2c428b92-5de3-531e-9e00-91d654ca5c06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DK24 WNG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK24%20WNG&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'GWM ORA',
 'model': 'ORA 03',
 'odometer': 11928,
 'odometer_reading_unit': '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': 'LGWEEUA53NK645690',
 'year': 2024}
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK24%2520WNG%27 HTTP/1.1" 200 None
2026-03-30 06:42:10 [bca.uk] INFO: Saving data for DK24%20WNG: {'auction_closing_time': 1774864800.0, 'created_time': 1774534440.369425, 'last_price_update_time': 1774852930.617978}
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK24%2520WNG') HTTP/1.1" 204 0
2026-03-30 06:42:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbc62844-1d18-5c80-a58f-dd83ecb46a85 with identifier: FP73%20NXV
2026-03-30 06:42:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbc62844-1d18-5c80-a58f-dd83ecb46a85 with identifier: FP73%20NXV
2026-03-30 06:42:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbc62844-1d18-5c80-a58f-dd83ecb46a85 with identifier: FP73%20NXV to the API
2026-03-30 06:42:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP73%20NXV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fbc62844-1d18-5c80-a58f-dd83ecb46a85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FP73 NXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP73%20NXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'BMW',
 'model': 'IX1',
 'odometer': 43858,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW IX1 XD30 M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XD30 M SPORT',
 'vin': 'WBY62EF0205Y17111',
 'year': 2023}
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520NXV%27 HTTP/1.1" 200 None
2026-03-30 06:42:11 [bca.uk] INFO: Saving data for FP73%20NXV: {'auction_closing_time': 1774864800.0, 'created_time': 1774536156.433418, 'last_price_update_time': 1774852931.046295}
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP73%2520NXV') HTTP/1.1" 204 0
2026-03-30 06:42:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 185e52ae-53b4-5d75-8c82-ffbb16992256 with identifier: HY19%20AZZ
2026-03-30 06:42:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 185e52ae-53b4-5d75-8c82-ffbb16992256 with identifier: HY19%20AZZ
2026-03-30 06:42:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 185e52ae-53b4-5d75-8c82-ffbb16992256 with identifier: HY19%20AZZ to the API
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY19%20AZZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '185e52ae-53b4-5d75-8c82-ffbb16992256',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY19 AZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY19%20AZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 45716,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE',
 'vin': 'SADHA2A13K1F69674',
 'year': 2019}
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520AZZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:11 [bca.uk] INFO: Saving data for HY19%20AZZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773986807.040056, 'last_price_update_time': 1774852931.384107}
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY19%2520AZZ') HTTP/1.1" 204 0
2026-03-30 06:42:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ac0050f-48c2-5819-8b03-74ae2375432d with identifier: KF72%20AON
2026-03-30 06:42:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ac0050f-48c2-5819-8b03-74ae2375432d with identifier: KF72%20AON
2026-03-30 06:42:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ac0050f-48c2-5819-8b03-74ae2375432d with identifier: KF72%20AON to the API
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF72%20AON-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8ac0050f-48c2-5819-8b03-74ae2375432d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF72 AON',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF72%20AON&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 23275,
 'odometer_reading_unit': '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': 'VXKUPHMHDP4048368',
 'year': 2023}
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF72%2520AON%27 HTTP/1.1" 200 None
2026-03-30 06:42:11 [bca.uk] INFO: Saving data for KF72%20AON: {'auction_closing_time': 1774864800.0, 'created_time': 1774535067.259927, 'last_price_update_time': 1774852931.703001}
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF72%2520AON') HTTP/1.1" 204 0
2026-03-30 06:42:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5997f20-9a02-5210-8ff8-e91de1fd85d7 with identifier: LL11%20UUV
2026-03-30 06:42:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5997f20-9a02-5210-8ff8-e91de1fd85d7 with identifier: LL11%20UUV
2026-03-30 06:42:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5997f20-9a02-5210-8ff8-e91de1fd85d7 with identifier: LL11%20UUV to the API
2026-03-30 06:42:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL11%20UUV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b5997f20-9a02-5210-8ff8-e91de1fd85d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL11 UUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL11%20UUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 62093,
 'odometer_reading_unit': '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 CGI B/E SPORT Saloon',
 'transmission': 'manual',
 'trim': 'CGI B/E SPORT',
 'vin': 'WDD2040492A564350',
 'year': 2011}
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL11%2520UUV%27 HTTP/1.1" 200 None
2026-03-30 06:42:12 [bca.uk] INFO: Saving data for LL11%20UUV: {'auction_closing_time': 1774864800.0, 'created_time': 1774016009.057516, 'last_price_update_time': 1774852932.095486}
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL11%2520UUV') HTTP/1.1" 204 0
2026-03-30 06:42:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5360d65-cc42-5f75-b590-f737367167ac with identifier: BX19%20SYY
2026-03-30 06:42:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5360d65-cc42-5f75-b590-f737367167ac with identifier: BX19%20SYY
2026-03-30 06:42:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5360d65-cc42-5f75-b590-f737367167ac with identifier: BX19%20SYY to the API
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX19%20SYY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5360d65-cc42-5f75-b590-f737367167ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BX19 SYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX19%20SYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 46297,
 'odometer_reading_unit': '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.6 TDI 115 MATCH Estate',
 'transmission': 'manual',
 'trim': 'TDI 115 MATCH',
 'vin': 'WVWZZZAUZKP552447',
 'year': 2019}
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520SYY%27 HTTP/1.1" 200 None
2026-03-30 06:42:12 [bca.uk] INFO: Saving data for BX19%20SYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774277581.387781, 'last_price_update_time': 1774852932.472667}
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX19%2520SYY') HTTP/1.1" 204 0
2026-03-30 06:42:12 [bca.uk] INFO: Found listing with ID: OV66%20GWX
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520GWX%27 HTTP/1.1" 200 None
2026-03-30 06:42:12 [bca.uk] INFO: Scrape type for OV66%20GWX: 2
2026-03-30 06:42:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1089af02-d74a-5a10-a407-9ace96e44760 with identifier: OV66%20GWX
2026-03-30 06:42:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1089af02-d74a-5a10-a407-9ace96e44760 with scrape type 2
2026-03-30 06:42:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1089af02-d74a-5a10-a407-9ace96e44760 with scrape type 2
2026-03-30 06:42:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1089af02-d74a-5a10-a407-9ace96e44760, identifier: OV66%20GWX
2026-03-30 06:42:12 [bca.uk] INFO: Found listing with ID: DP73%20FNK
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP73%2520FNK%27 HTTP/1.1" 200 None
2026-03-30 06:42:12 [bca.uk] INFO: Scrape type for DP73%20FNK: 2
2026-03-30 06:42:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 266df7df-c4b1-5921-94c4-cb8ea8d0019b with identifier: DP73%20FNK
2026-03-30 06:42:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 266df7df-c4b1-5921-94c4-cb8ea8d0019b with scrape type 2
2026-03-30 06:42:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 266df7df-c4b1-5921-94c4-cb8ea8d0019b with scrape type 2
2026-03-30 06:42:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 266df7df-c4b1-5921-94c4-cb8ea8d0019b, identifier: DP73%20FNK
2026-03-30 06:42:12 [bca.uk] INFO: Found listing with ID: KE73%20JXD
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE73%2520JXD%27 HTTP/1.1" 200 None
2026-03-30 06:42:12 [bca.uk] INFO: Scrape type for KE73%20JXD: 2
2026-03-30 06:42:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3e2b316-e03c-5bcd-9658-3f5cc34f0801 with identifier: KE73%20JXD
2026-03-30 06:42:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3e2b316-e03c-5bcd-9658-3f5cc34f0801 with scrape type 2
2026-03-30 06:42:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3e2b316-e03c-5bcd-9658-3f5cc34f0801 with scrape type 2
2026-03-30 06:42:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3e2b316-e03c-5bcd-9658-3f5cc34f0801, identifier: KE73%20JXD
2026-03-30 06:42:12 [bca.uk] INFO: Found listing with ID: EY08%20RMZ
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520RMZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:12 [bca.uk] INFO: Scrape type for EY08%20RMZ: 2
2026-03-30 06:42:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e25011dd-020b-5585-ba57-e9594dd294d5 with identifier: EY08%20RMZ
2026-03-30 06:42:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e25011dd-020b-5585-ba57-e9594dd294d5 with scrape type 2
2026-03-30 06:42:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e25011dd-020b-5585-ba57-e9594dd294d5 with scrape type 2
2026-03-30 06:42:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e25011dd-020b-5585-ba57-e9594dd294d5, identifier: EY08%20RMZ
2026-03-30 06:42:12 [bca.uk] INFO: Found listing with ID: SB18%20AEV
2026-03-30 06:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42: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%2520AEV%27 HTTP/1.1" 200 None
2026-03-30 06:42:12 [bca.uk] INFO: Scrape type for SB18%20AEV: 2
2026-03-30 06:42:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7210d8a2-c7b5-5dcc-a5dd-0754dbae60a3 with identifier: SB18%20AEV
2026-03-30 06:42:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7210d8a2-c7b5-5dcc-a5dd-0754dbae60a3 with scrape type 2
2026-03-30 06:42:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7210d8a2-c7b5-5dcc-a5dd-0754dbae60a3 with scrape type 2
2026-03-30 06:42:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7210d8a2-c7b5-5dcc-a5dd-0754dbae60a3, identifier: SB18%20AEV
2026-03-30 06:42:13 [bca.uk] INFO: Found listing with ID: BK18%20XYL
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK18%2520XYL%27 HTTP/1.1" 200 None
2026-03-30 06:42:13 [bca.uk] INFO: Scrape type for BK18%20XYL: 2
2026-03-30 06:42:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a74fd6b4-83f4-5916-b5ea-cedd2eaf88d9 with identifier: BK18%20XYL
2026-03-30 06:42:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a74fd6b4-83f4-5916-b5ea-cedd2eaf88d9 with scrape type 2
2026-03-30 06:42:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a74fd6b4-83f4-5916-b5ea-cedd2eaf88d9 with scrape type 2
2026-03-30 06:42:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a74fd6b4-83f4-5916-b5ea-cedd2eaf88d9, identifier: BK18%20XYL
2026-03-30 06:42:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1089af02-d74a-5a10-a407-9ace96e44760 with identifier: OV66%20GWX
2026-03-30 06:42:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1089af02-d74a-5a10-a407-9ace96e44760 with identifier: OV66%20GWX
2026-03-30 06:42:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1089af02-d74a-5a10-a407-9ace96e44760 with identifier: OV66%20GWX to the API
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV66%20GWX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1089af02-d74a-5a10-a407-9ace96e44760',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV66 GWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV66%20GWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 105162,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SE EXECUTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'SE EXECUTIVE',
 'vin': 'WDD1760122J515720',
 'year': 2016}
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520GWX%27 HTTP/1.1" 200 None
2026-03-30 06:42:13 [bca.uk] INFO: Saving data for OV66%20GWX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534477.612761, 'last_price_update_time': 1774852933.484653}
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV66%2520GWX') HTTP/1.1" 204 0
2026-03-30 06:42:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 266df7df-c4b1-5921-94c4-cb8ea8d0019b with identifier: DP73%20FNK
2026-03-30 06:42:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 266df7df-c4b1-5921-94c4-cb8ea8d0019b with identifier: DP73%20FNK
2026-03-30 06:42:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 266df7df-c4b1-5921-94c4-cb8ea8d0019b with identifier: DP73%20FNK to the API
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP73%20FNK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '266df7df-c4b1-5921-94c4-cb8ea8d0019b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP73 FNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP73%20FNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 4571,
 'odometer_reading_unit': '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 I20 1.0 T GDI 100 ADVANCE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI 100 ADVANCE DCT',
 'vin': 'NLHBN51G4RZ384917',
 'year': 2023}
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP73%2520FNK%27 HTTP/1.1" 200 None
2026-03-30 06:42:13 [bca.uk] INFO: Saving data for DP73%20FNK: {'auction_closing_time': 1774864800.0, 'created_time': 1774536167.838128, 'last_price_update_time': 1774852933.776123}
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP73%2520FNK') HTTP/1.1" 204 0
2026-03-30 06:42:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3e2b316-e03c-5bcd-9658-3f5cc34f0801 with identifier: KE73%20JXD
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:42:13 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=astral+black HTTP/1.1" 200 None
2026-03-30 06:42:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:42:13 [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:42:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3e2b316-e03c-5bcd-9658-3f5cc34f0801 with identifier: KE73%20JXD
2026-03-30 06:42:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3e2b316-e03c-5bcd-9658-3f5cc34f0801 with identifier: KE73%20JXD to the API
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE73%20JXD-GB',
 'category': 'Car',
 'color': 'astral black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e3e2b316-e03c-5bcd-9658-3f5cc34f0801',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE73 JXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE73%20JXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'BZ4X',
 'odometer': 48675,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA BZ4X 150KW 71KWH VISION (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71KWH VISION (11KC)',
 'vin': 'JTMAABAA30A025456',
 'year': 2024}
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42: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%2520JXD%27 HTTP/1.1" 200 None
2026-03-30 06:42:14 [bca.uk] INFO: Saving data for KE73%20JXD: {'auction_closing_time': 1774951200.0, 'created_time': 1773828283.104525, 'last_price_update_time': 1774852934.186295}
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE73%2520JXD') HTTP/1.1" 204 0
2026-03-30 06:42:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e25011dd-020b-5585-ba57-e9594dd294d5 with identifier: EY08%20RMZ
2026-03-30 06:42:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e25011dd-020b-5585-ba57-e9594dd294d5 with identifier: EY08%20RMZ
2026-03-30 06:42:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e25011dd-020b-5585-ba57-e9594dd294d5 with identifier: EY08%20RMZ to the API
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 265,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY08%20RMZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e25011dd-020b-5585-ba57-e9594dd294d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY08 RMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY08%20RMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 66014,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.7 TDV6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TDV6 HSE',
 'vin': 'SALLSAA138A165394',
 'year': 2008}
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY08%2520RMZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:14 [bca.uk] INFO: Saving data for EY08%20RMZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773839152.44926, 'last_price_update_time': 1774852934.495102}
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY08%2520RMZ') HTTP/1.1" 204 0
2026-03-30 06:42:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7210d8a2-c7b5-5dcc-a5dd-0754dbae60a3 with identifier: SB18%20AEV
2026-03-30 06:42:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7210d8a2-c7b5-5dcc-a5dd-0754dbae60a3 with identifier: SB18%20AEV
2026-03-30 06:42:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7210d8a2-c7b5-5dcc-a5dd-0754dbae60a3 with identifier: SB18%20AEV to the API
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB18%20AEV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7210d8a2-c7b5-5dcc-a5dd-0754dbae60a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB18 AEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB18%20AEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 100869,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF05XXGCC5JT23274',
 'year': 2018}
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB18%2520AEV%27 HTTP/1.1" 200 None
2026-03-30 06:42:14 [bca.uk] INFO: Saving data for SB18%20AEV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535077.955406, 'last_price_update_time': 1774852934.808045}
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB18%2520AEV') HTTP/1.1" 204 0
2026-03-30 06:42:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a74fd6b4-83f4-5916-b5ea-cedd2eaf88d9 with identifier: BK18%20XYL
2026-03-30 06:42:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a74fd6b4-83f4-5916-b5ea-cedd2eaf88d9 with identifier: BK18%20XYL
2026-03-30 06:42:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a74fd6b4-83f4-5916-b5ea-cedd2eaf88d9 with identifier: BK18%20XYL to the API
2026-03-30 06:42:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK18%20XYL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a74fd6b4-83f4-5916-b5ea-cedd2eaf88d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK18 XYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK18%20XYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 119179,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN PASSAT 1.6 TDI 120 SE BUSINESS Estate',
 'transmission': 'manual',
 'trim': 'TDI 120 SE BUSINESS',
 'vin': 'WVWZZZ3CZJE092314',
 'year': 2018}
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK18%2520XYL%27 HTTP/1.1" 200 None
2026-03-30 06:42:15 [bca.uk] INFO: Saving data for BK18%20XYL: {'auction_closing_time': 1774864800.0, 'created_time': 1774277578.359338, 'last_price_update_time': 1774852935.104215}
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK18%2520XYL') HTTP/1.1" 204 0
2026-03-30 06:42:15 [bca.uk] INFO: Found listing with ID: UW11%20LAM
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UW11%2520LAM%27 HTTP/1.1" 200 None
2026-03-30 06:42:15 [bca.uk] INFO: Scrape type for UW11%20LAM: 2
2026-03-30 06:42:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 771f16b9-76f6-5421-b4cd-0d74a64d4fa7 with identifier: UW11%20LAM
2026-03-30 06:42:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 771f16b9-76f6-5421-b4cd-0d74a64d4fa7 with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 771f16b9-76f6-5421-b4cd-0d74a64d4fa7 with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 771f16b9-76f6-5421-b4cd-0d74a64d4fa7, identifier: UW11%20LAM
2026-03-30 06:42:15 [bca.uk] INFO: Found listing with ID: GK72%20OKV
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK72%2520OKV%27 HTTP/1.1" 200 None
2026-03-30 06:42:15 [bca.uk] INFO: Scrape type for GK72%20OKV: 0
2026-03-30 06:42:15 [bca.uk] INFO: Found listing with ID: KR22%20SGY
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520SGY%27 HTTP/1.1" 200 None
2026-03-30 06:42:15 [bca.uk] INFO: Scrape type for KR22%20SGY: 2
2026-03-30 06:42:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19f4202c-caf4-54a7-837d-139abcf623b3 with identifier: KR22%20SGY
2026-03-30 06:42:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19f4202c-caf4-54a7-837d-139abcf623b3 with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19f4202c-caf4-54a7-837d-139abcf623b3 with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19f4202c-caf4-54a7-837d-139abcf623b3, identifier: KR22%20SGY
2026-03-30 06:42:15 [bca.uk] INFO: Found listing with ID: BA19%20YBM
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA19%2520YBM%27 HTTP/1.1" 200 None
2026-03-30 06:42:15 [bca.uk] INFO: Scrape type for BA19%20YBM: 2
2026-03-30 06:42:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with identifier: BA19%20YBM
2026-03-30 06:42:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7188d5d2-3561-57f9-8fd2-2f008be27fa3, identifier: BA19%20YBM
2026-03-30 06:42:15 [bca.uk] INFO: Found listing with ID: WB13%20LEE
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WB13%2520LEE%27 HTTP/1.1" 200 None
2026-03-30 06:42:15 [bca.uk] INFO: Scrape type for WB13%20LEE: 2
2026-03-30 06:42:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bb66584-2b1e-5d52-87fb-ddb5b21a879c with identifier: WB13%20LEE
2026-03-30 06:42:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bb66584-2b1e-5d52-87fb-ddb5b21a879c with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bb66584-2b1e-5d52-87fb-ddb5b21a879c with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5bb66584-2b1e-5d52-87fb-ddb5b21a879c, identifier: WB13%20LEE
2026-03-30 06:42:15 [bca.uk] INFO: Found listing with ID: YP14%20VRL
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP14%2520VRL%27 HTTP/1.1" 200 None
2026-03-30 06:42:15 [bca.uk] INFO: Scrape type for YP14%20VRL: 2
2026-03-30 06:42:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7e8d10d-e492-518c-8eb1-7d9118b79f86 with identifier: YP14%20VRL
2026-03-30 06:42:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7e8d10d-e492-518c-8eb1-7d9118b79f86 with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7e8d10d-e492-518c-8eb1-7d9118b79f86 with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7e8d10d-e492-518c-8eb1-7d9118b79f86, identifier: YP14%20VRL
2026-03-30 06:42:15 [bca.uk] INFO: Found listing with ID: LD22%20AYJ
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520AYJ%27 HTTP/1.1" 200 None
2026-03-30 06:42:15 [bca.uk] INFO: Scrape type for LD22%20AYJ: 2
2026-03-30 06:42:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93cab56c-32ae-5189-b60f-b10274269719 with identifier: LD22%20AYJ
2026-03-30 06:42:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93cab56c-32ae-5189-b60f-b10274269719 with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93cab56c-32ae-5189-b60f-b10274269719 with scrape type 2
2026-03-30 06:42:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93cab56c-32ae-5189-b60f-b10274269719, identifier: LD22%20AYJ
2026-03-30 06:42:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 771f16b9-76f6-5421-b4cd-0d74a64d4fa7 with identifier: UW11%20LAM
2026-03-30 06:42:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 771f16b9-76f6-5421-b4cd-0d74a64d4fa7 with identifier: UW11%20LAM
2026-03-30 06:42:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 771f16b9-76f6-5421-b4cd-0d74a64d4fa7 with identifier: UW11%20LAM to the API
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=UW11%20LAM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '771f16b9-76f6-5421-b4cd-0d74a64d4fa7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'UW11 LAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=UW11%20LAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 45663,
 'odometer_reading_unit': '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': 'WF0AXXWPMAKD57711',
 'year': 2019}
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UW11%2520LAM%27 HTTP/1.1" 200 None
2026-03-30 06:42:16 [bca.uk] INFO: Saving data for UW11%20LAM: {'auction_closing_time': 1774864800.0, 'created_time': 1774534450.936399, 'last_price_update_time': 1774852936.172985}
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='UW11%2520LAM') HTTP/1.1" 204 0
2026-03-30 06:42:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19f4202c-caf4-54a7-837d-139abcf623b3 with identifier: KR22%20SGY
2026-03-30 06:42:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19f4202c-caf4-54a7-837d-139abcf623b3 with identifier: KR22%20SGY
2026-03-30 06:42:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19f4202c-caf4-54a7-837d-139abcf623b3 with identifier: KR22%20SGY to the API
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR22%20SGY-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': '19f4202c-caf4-54a7-837d-139abcf623b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KR22 SGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR22%20SGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 41192,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 3 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 3 DCT',
 'vin': 'KNACC81CVN5548603',
 'year': 2022}
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520SGY%27 HTTP/1.1" 200 None
2026-03-30 06:42:16 [bca.uk] INFO: Saving data for KR22%20SGY: {'auction_closing_time': 1774864800.0, 'created_time': 1774536123.068255, 'last_price_update_time': 1774852936.616025}
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR22%2520SGY') HTTP/1.1" 204 0
2026-03-30 06:42:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with identifier: BA19%20YBM
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=neon+lime+bi-tone HTTP/1.1" 200 None
2026-03-30 06:42:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:42: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:42:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with identifier: BA19%20YBM
2026-03-30 06:42:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7188d5d2-3561-57f9-8fd2-2f008be27fa3 with identifier: BA19%20YBM to the API
2026-03-30 06:42:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 86,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BA19%20YBM-GB',
 'category': 'Car',
 'color': 'neon lime bi',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7188d5d2-3561-57f9-8fd2-2f008be27fa3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BA19 YBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BA19%20YBM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 89026,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 LIME ED. Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 LIME ED.',
 'vin': 'NMTKZ3BX50R303183',
 'year': 2019}
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA19%2520YBM%27 HTTP/1.1" 200 None
2026-03-30 06:42:17 [bca.uk] INFO: Saving data for BA19%20YBM: {'auction_closing_time': 1774951200.0, 'created_time': 1773835063.234476, 'last_price_update_time': 1774852937.027683}
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BA19%2520YBM') HTTP/1.1" 204 0
2026-03-30 06:42:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5bb66584-2b1e-5d52-87fb-ddb5b21a879c with identifier: WB13%20LEE
2026-03-30 06:42:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5bb66584-2b1e-5d52-87fb-ddb5b21a879c with identifier: WB13%20LEE
2026-03-30 06:42:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5bb66584-2b1e-5d52-87fb-ddb5b21a879c with identifier: WB13%20LEE to the API
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WB13%20LEE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5bb66584-2b1e-5d52-87fb-ddb5b21a879c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WB13 LEE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WB13%20LEE&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 87046,
 'odometer_reading_unit': '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': 'W0L0XEP08F4221923',
 'year': 2015}
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WB13%2520LEE%27 HTTP/1.1" 200 None
2026-03-30 06:42:17 [bca.uk] INFO: Saving data for WB13%20LEE: {'auction_closing_time': 1774864800.0, 'created_time': 1773821464.804563, 'last_price_update_time': 1774852937.323455}
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WB13%2520LEE') HTTP/1.1" 204 0
2026-03-30 06:42:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7e8d10d-e492-518c-8eb1-7d9118b79f86 with identifier: YP14%20VRL
2026-03-30 06:42:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7e8d10d-e492-518c-8eb1-7d9118b79f86 with identifier: YP14%20VRL
2026-03-30 06:42:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7e8d10d-e492-518c-8eb1-7d9118b79f86 with identifier: YP14%20VRL to the API
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP14%20VRL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b7e8d10d-e492-518c-8eb1-7d9118b79f86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP14 VRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP14%20VRL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 91906,
 'odometer_reading_unit': '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.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0CXXGAKCDK08004',
 'year': 2014}
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP14%2520VRL%27 HTTP/1.1" 200 None
2026-03-30 06:42:17 [bca.uk] INFO: Saving data for YP14%20VRL: {'auction_closing_time': 1774864800.0, 'created_time': 1774534977.903919, 'last_price_update_time': 1774852937.66641}
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP14%2520VRL') HTTP/1.1" 204 0
2026-03-30 06:42:17 [scrapy.extensions.logstats] INFO: Crawled 106 pages (at 1 pages/min), scraped 4895 items (at 133 items/min)
2026-03-30 06:42:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:42:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93cab56c-32ae-5189-b60f-b10274269719 with identifier: LD22%20AYJ
2026-03-30 06:42:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93cab56c-32ae-5189-b60f-b10274269719 with identifier: LD22%20AYJ
2026-03-30 06:42:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93cab56c-32ae-5189-b60f-b10274269719 with identifier: LD22%20AYJ to the API
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=92&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD22%20AYJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '93cab56c-32ae-5189-b60f-b10274269719',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD22 AYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD22%20AYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 75868,
 'odometer_reading_unit': '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 AUTOBIOGRAPHY DYNAMIC StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 AUTOBIOGRAPHY DYNAMIC',
 'vin': 'SALWA2AW8NA240512',
 'year': 2022}
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520AYJ%27 HTTP/1.1" 200 None
2026-03-30 06:42:17 [bca.uk] INFO: Saving data for LD22%20AYJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534470.846787, 'last_price_update_time': 1774852937.962087}
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD22%2520AYJ') HTTP/1.1" 204 0
2026-03-30 06:42:17 [bca.uk] INFO: Found listing with ID: SJ20%20CTV
2026-03-30 06:42:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ20%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:42:18 [bca.uk] INFO: Scrape type for SJ20%20CTV: 2
2026-03-30 06:42:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b423f01a-ee7d-5ad3-9bc6-b4ee97b95089 with identifier: SJ20%20CTV
2026-03-30 06:42:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b423f01a-ee7d-5ad3-9bc6-b4ee97b95089 with scrape type 2
2026-03-30 06:42:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b423f01a-ee7d-5ad3-9bc6-b4ee97b95089 with scrape type 2
2026-03-30 06:42:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b423f01a-ee7d-5ad3-9bc6-b4ee97b95089, identifier: SJ20%20CTV
2026-03-30 06:42:18 [bca.uk] INFO: Found listing with ID: NL73%20OCS
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL73%2520OCS%27 HTTP/1.1" 200 None
2026-03-30 06:42:18 [bca.uk] INFO: Scrape type for NL73%20OCS: 2
2026-03-30 06:42:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82a154c2-6b46-5c43-93b2-e4ad1e075ff8 with identifier: NL73%20OCS
2026-03-30 06:42:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82a154c2-6b46-5c43-93b2-e4ad1e075ff8 with scrape type 2
2026-03-30 06:42:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82a154c2-6b46-5c43-93b2-e4ad1e075ff8 with scrape type 2
2026-03-30 06:42:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82a154c2-6b46-5c43-93b2-e4ad1e075ff8, identifier: NL73%20OCS
2026-03-30 06:42:18 [bca.uk] INFO: Found listing with ID: NU18%20WJV
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU18%2520WJV%27 HTTP/1.1" 200 None
2026-03-30 06:42:18 [bca.uk] INFO: Scrape type for NU18%20WJV: 2
2026-03-30 06:42:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with identifier: NU18%20WJV
2026-03-30 06:42:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with scrape type 2
2026-03-30 06:42:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with scrape type 2
2026-03-30 06:42:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c859271-8b7e-5d4c-bb1e-832da4b6fadb, identifier: NU18%20WJV
2026-03-30 06:42:18 [bca.uk] INFO: Found listing with ID: PK66%20YYE
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520YYE%27 HTTP/1.1" 200 None
2026-03-30 06:42:18 [bca.uk] INFO: Scrape type for PK66%20YYE: 2
2026-03-30 06:42:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0117713-03bd-5585-a59c-0cafc3101a62 with identifier: PK66%20YYE
2026-03-30 06:42:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0117713-03bd-5585-a59c-0cafc3101a62 with scrape type 2
2026-03-30 06:42:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0117713-03bd-5585-a59c-0cafc3101a62 with scrape type 2
2026-03-30 06:42:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0117713-03bd-5585-a59c-0cafc3101a62, identifier: PK66%20YYE
2026-03-30 06:42:18 [bca.uk] INFO: Found listing with ID: OV65%20FHJ
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520FHJ%27 HTTP/1.1" 200 None
2026-03-30 06:42:18 [bca.uk] INFO: Scrape type for OV65%20FHJ: 2
2026-03-30 06:42:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b3279ba-4a0c-5479-91a1-4dd5ca9e2cf0 with identifier: OV65%20FHJ
2026-03-30 06:42:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b3279ba-4a0c-5479-91a1-4dd5ca9e2cf0 with scrape type 2
2026-03-30 06:42:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b3279ba-4a0c-5479-91a1-4dd5ca9e2cf0 with scrape type 2
2026-03-30 06:42:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b3279ba-4a0c-5479-91a1-4dd5ca9e2cf0, identifier: OV65%20FHJ
2026-03-30 06:42:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b423f01a-ee7d-5ad3-9bc6-b4ee97b95089 with identifier: SJ20%20CTV
2026-03-30 06:42:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b423f01a-ee7d-5ad3-9bc6-b4ee97b95089 with identifier: SJ20%20CTV
2026-03-30 06:42:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b423f01a-ee7d-5ad3-9bc6-b4ee97b95089 with identifier: SJ20%20CTV to the API
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ20%20CTV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b423f01a-ee7d-5ad3-9bc6-b4ee97b95089',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ20 CTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ20%20CTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 50891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.2 DUALJET 90 SHVS SZ-T Hatchback',
 'transmission': 'manual',
 'trim': 'DUALJET 90 SHVS SZ-T',
 'vin': 'JSAAZC53S00302694',
 'year': 2020}
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ20%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:42:18 [bca.uk] INFO: Saving data for SJ20%20CTV: {'auction_closing_time': 1774864800.0, 'created_time': 1774534454.771151, 'last_price_update_time': 1774852938.837911}
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ20%2520CTV') HTTP/1.1" 204 0
2026-03-30 06:42:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82a154c2-6b46-5c43-93b2-e4ad1e075ff8 with identifier: NL73%20OCS
2026-03-30 06:42:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82a154c2-6b46-5c43-93b2-e4ad1e075ff8 with identifier: NL73%20OCS
2026-03-30 06:42:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82a154c2-6b46-5c43-93b2-e4ad1e075ff8 with identifier: NL73%20OCS to the API
2026-03-30 06:42:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL73%20OCS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82a154c2-6b46-5c43-93b2-e4ad1e075ff8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL73 OCS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL73%20OCS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 30609,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI 110 S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '30 TFSI 110 S LINE S-T',
 'vin': 'WAUZZZGB5RR005158',
 'year': 2023}
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL73%2520OCS%27 HTTP/1.1" 200 None
2026-03-30 06:42:19 [bca.uk] INFO: Saving data for NL73%20OCS: {'auction_closing_time': 1774864800.0, 'created_time': 1774536159.742109, 'last_price_update_time': 1774852939.150071}
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL73%2520OCS') HTTP/1.1" 204 0
2026-03-30 06:42:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with identifier: NU18%20WJV
2026-03-30 06:42:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with identifier: NU18%20WJV
2026-03-30 06:42:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c859271-8b7e-5d4c-bb1e-832da4b6fadb with identifier: NU18%20WJV to the API
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU18%20WJV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5c859271-8b7e-5d4c-bb1e-832da4b6fadb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU18 WJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU18%20WJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 108918,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 T 250 AWD R SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'T 250 AWD R SPORT',
 'vin': 'SADCA2AX6JA324989',
 'year': 2018}
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU18%2520WJV%27 HTTP/1.1" 200 None
2026-03-30 06:42:19 [bca.uk] INFO: Saving data for NU18%20WJV: {'auction_closing_time': 1774864800.0, 'created_time': 1773986786.148796, 'last_price_update_time': 1774852939.450279}
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU18%2520WJV') HTTP/1.1" 204 0
2026-03-30 06:42:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0117713-03bd-5585-a59c-0cafc3101a62 with identifier: PK66%20YYE
2026-03-30 06:42:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0117713-03bd-5585-a59c-0cafc3101a62 with identifier: PK66%20YYE
2026-03-30 06:42:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0117713-03bd-5585-a59c-0cafc3101a62 with identifier: PK66%20YYE to the API
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK66%20YYE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd0117713-03bd-5585-a59c-0cafc3101a62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK66 YYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK66%20YYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '640D GRAN COUPE',
 'odometer': 142953,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 640D GRAN COUPE 3.0 M SPORT Coupe',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA6E22010G546217',
 'year': 2016}
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK66%2520YYE%27 HTTP/1.1" 200 None
2026-03-30 06:42:19 [bca.uk] INFO: Saving data for PK66%20YYE: {'auction_closing_time': 1774864800.0, 'created_time': 1774265155.503943, 'last_price_update_time': 1774852939.751754}
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK66%2520YYE') HTTP/1.1" 204 0
2026-03-30 06:42:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b3279ba-4a0c-5479-91a1-4dd5ca9e2cf0 with identifier: OV65%20FHJ
2026-03-30 06:42:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b3279ba-4a0c-5479-91a1-4dd5ca9e2cf0 with identifier: OV65%20FHJ
2026-03-30 06:42:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b3279ba-4a0c-5479-91a1-4dd5ca9e2cf0 with identifier: OV65%20FHJ to the API
2026-03-30 06:42:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV65%20FHJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9b3279ba-4a0c-5479-91a1-4dd5ca9e2cf0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV65 FHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV65%20FHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 17343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 90 SPORT Hatchback',
 'transmission': 'automatic',
 'trim': '90 SPORT',
 'vin': 'MMZDJ6H5A1W145494',
 'year': 2015}
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520FHJ%27 HTTP/1.1" 200 None
2026-03-30 06:42:20 [bca.uk] INFO: Saving data for OV65%20FHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535062.073398, 'last_price_update_time': 1774852940.059861}
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV65%2520FHJ') HTTP/1.1" 204 0
2026-03-30 06:42:20 [bca.uk] INFO: Found listing with ID: MJ68%20OVW
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ68%2520OVW%27 HTTP/1.1" 200 None
2026-03-30 06:42:20 [bca.uk] INFO: Scrape type for MJ68%20OVW: 2
2026-03-30 06:42:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adbf2e03-cc3c-58af-a737-0e5815fb5a6a with identifier: MJ68%20OVW
2026-03-30 06:42:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adbf2e03-cc3c-58af-a737-0e5815fb5a6a with scrape type 2
2026-03-30 06:42:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adbf2e03-cc3c-58af-a737-0e5815fb5a6a with scrape type 2
2026-03-30 06:42:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adbf2e03-cc3c-58af-a737-0e5815fb5a6a, identifier: MJ68%20OVW
2026-03-30 06:42:20 [bca.uk] INFO: Found listing with ID: WR22%20TXW
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR22%2520TXW%27 HTTP/1.1" 200 None
2026-03-30 06:42:20 [bca.uk] INFO: Scrape type for WR22%20TXW: 2
2026-03-30 06:42:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a92382c3-6baa-59f4-b2ca-8daefeffe41d with identifier: WR22%20TXW
2026-03-30 06:42:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a92382c3-6baa-59f4-b2ca-8daefeffe41d with scrape type 2
2026-03-30 06:42:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a92382c3-6baa-59f4-b2ca-8daefeffe41d with scrape type 2
2026-03-30 06:42:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a92382c3-6baa-59f4-b2ca-8daefeffe41d, identifier: WR22%20TXW
2026-03-30 06:42:20 [bca.uk] INFO: Found listing with ID: DS08%20ADZ
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS08%2520ADZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:20 [bca.uk] INFO: Scrape type for DS08%20ADZ: 2
2026-03-30 06:42:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df171e3e-452d-5ded-baf6-58dd0aa936ce with identifier: DS08%20ADZ
2026-03-30 06:42:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df171e3e-452d-5ded-baf6-58dd0aa936ce with scrape type 2
2026-03-30 06:42:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df171e3e-452d-5ded-baf6-58dd0aa936ce with scrape type 2
2026-03-30 06:42:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df171e3e-452d-5ded-baf6-58dd0aa936ce, identifier: DS08%20ADZ
2026-03-30 06:42:20 [bca.uk] INFO: Found listing with ID: WD16%20EWR
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD16%2520EWR%27 HTTP/1.1" 200 None
2026-03-30 06:42:20 [bca.uk] INFO: Scrape type for WD16%20EWR: 2
2026-03-30 06:42:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6a3a30f-a385-5b4c-a241-34ad70524c7f with identifier: WD16%20EWR
2026-03-30 06:42:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6a3a30f-a385-5b4c-a241-34ad70524c7f with scrape type 2
2026-03-30 06:42:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6a3a30f-a385-5b4c-a241-34ad70524c7f with scrape type 2
2026-03-30 06:42:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6a3a30f-a385-5b4c-a241-34ad70524c7f, identifier: WD16%20EWR
2026-03-30 06:42:20 [bca.uk] INFO: Found listing with ID: AK18%20WMA
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK18%2520WMA%27 HTTP/1.1" 200 None
2026-03-30 06:42:20 [bca.uk] INFO: Scrape type for AK18%20WMA: 2
2026-03-30 06:42:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 467d21c3-9945-5344-9dec-c0b08c1e04e1 with identifier: AK18%20WMA
2026-03-30 06:42:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 467d21c3-9945-5344-9dec-c0b08c1e04e1 with scrape type 2
2026-03-30 06:42:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 467d21c3-9945-5344-9dec-c0b08c1e04e1 with scrape type 2
2026-03-30 06:42:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 467d21c3-9945-5344-9dec-c0b08c1e04e1, identifier: AK18%20WMA
2026-03-30 06:42:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adbf2e03-cc3c-58af-a737-0e5815fb5a6a with identifier: MJ68%20OVW
2026-03-30 06:42:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adbf2e03-cc3c-58af-a737-0e5815fb5a6a with identifier: MJ68%20OVW
2026-03-30 06:42:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adbf2e03-cc3c-58af-a737-0e5815fb5a6a with identifier: MJ68%20OVW to the API
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ68%20OVW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'adbf2e03-cc3c-58af-a737-0e5815fb5a6a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ68 OVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ68%20OVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 73534,
 'odometer_reading_unit': '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.0 1 Hatchback',
 'transmission': 'manual',
 'trim': '1',
 'vin': 'KNAB2511LKT380149',
 'year': 2018}
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ68%2520OVW%27 HTTP/1.1" 200 None
2026-03-30 06:42:20 [bca.uk] INFO: Saving data for MJ68%20OVW: {'auction_closing_time': 1774864800.0, 'created_time': 1774534411.952399, 'last_price_update_time': 1774852940.965442}
2026-03-30 06:42:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ68%2520OVW') HTTP/1.1" 204 0
2026-03-30 06:42:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a92382c3-6baa-59f4-b2ca-8daefeffe41d with identifier: WR22%20TXW
2026-03-30 06:42:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a92382c3-6baa-59f4-b2ca-8daefeffe41d with identifier: WR22%20TXW
2026-03-30 06:42:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a92382c3-6baa-59f4-b2ca-8daefeffe41d with identifier: WR22%20TXW to the API
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR22%20TXW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a92382c3-6baa-59f4-b2ca-8daefeffe41d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WR22 TXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR22%20TXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 63773,
 'odometer_reading_unit': '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': 'WVWZZZCDZNW199463',
 'year': 2022}
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR22%2520TXW%27 HTTP/1.1" 200 None
2026-03-30 06:42:21 [bca.uk] INFO: Saving data for WR22%20TXW: {'auction_closing_time': 1774864800.0, 'created_time': 1774536160.141441, 'last_price_update_time': 1774852941.3814}
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR22%2520TXW') HTTP/1.1" 204 0
2026-03-30 06:42:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df171e3e-452d-5ded-baf6-58dd0aa936ce with identifier: DS08%20ADZ
2026-03-30 06:42:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df171e3e-452d-5ded-baf6-58dd0aa936ce with identifier: DS08%20ADZ
2026-03-30 06:42:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df171e3e-452d-5ded-baf6-58dd0aa936ce with identifier: DS08%20ADZ to the API
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS08%20ADZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'df171e3e-452d-5ded-baf6-58dd0aa936ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS08 ADZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS08%20ADZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 116401,
 '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 QASHQAI 2.0 ACENTA Hatchback',
 'transmission': 'automatic',
 'trim': 'ACENTA',
 'vin': 'SJNFBAJ10U1261791',
 'year': 2008}
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS08%2520ADZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:21 [bca.uk] INFO: Saving data for DS08%20ADZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534901.521982, 'last_price_update_time': 1774852941.676312}
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS08%2520ADZ') HTTP/1.1" 204 0
2026-03-30 06:42:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6a3a30f-a385-5b4c-a241-34ad70524c7f with identifier: WD16%20EWR
2026-03-30 06:42:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6a3a30f-a385-5b4c-a241-34ad70524c7f with identifier: WD16%20EWR
2026-03-30 06:42:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6a3a30f-a385-5b4c-a241-34ad70524c7f with identifier: WD16%20EWR to the API
2026-03-30 06:42:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD16%20EWR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c6a3a30f-a385-5b4c-a241-34ad70524c7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD16 EWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD16%20EWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 74069,
 'odometer_reading_unit': '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 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDD1760082V153825',
 'year': 2016}
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD16%2520EWR%27 HTTP/1.1" 200 None
2026-03-30 06:42:22 [bca.uk] INFO: Saving data for WD16%20EWR: {'auction_closing_time': 1774864800.0, 'created_time': 1773821468.521883, 'last_price_update_time': 1774852942.038968}
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD16%2520EWR') HTTP/1.1" 204 0
2026-03-30 06:42:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 467d21c3-9945-5344-9dec-c0b08c1e04e1 with identifier: AK18%20WMA
2026-03-30 06:42:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 467d21c3-9945-5344-9dec-c0b08c1e04e1 with identifier: AK18%20WMA
2026-03-30 06:42:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 467d21c3-9945-5344-9dec-c0b08c1e04e1 with identifier: AK18%20WMA to the API
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK18%20WMA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '467d21c3-9945-5344-9dec-c0b08c1e04e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK18 WMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK18%20WMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 86758,
 'odometer_reading_unit': '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 S Hatchback',
 'transmission': 'manual',
 'trim': 'D150 2WD S',
 'vin': 'SADFB2CN3J1Z28943',
 'year': 2018}
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK18%2520WMA%27 HTTP/1.1" 200 None
2026-03-30 06:42:22 [bca.uk] INFO: Saving data for AK18%20WMA: {'auction_closing_time': 1774864800.0, 'created_time': 1774005311.504347, 'last_price_update_time': 1774852942.331032}
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK18%2520WMA') HTTP/1.1" 204 0
2026-03-30 06:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:42:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:42:22 [bca.uk] INFO: Found listing with ID: BT21%20MXF
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT21%2520MXF%27 HTTP/1.1" 200 None
2026-03-30 06:42:22 [bca.uk] INFO: Scrape type for BT21%20MXF: 2
2026-03-30 06:42:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec8b2523-946f-551a-b839-f0dc05abaa48 with identifier: BT21%20MXF
2026-03-30 06:42:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec8b2523-946f-551a-b839-f0dc05abaa48 with scrape type 2
2026-03-30 06:42:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec8b2523-946f-551a-b839-f0dc05abaa48 with scrape type 2
2026-03-30 06:42:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec8b2523-946f-551a-b839-f0dc05abaa48, identifier: BT21%20MXF
2026-03-30 06:42:22 [bca.uk] INFO: Found listing with ID: YC23%20DXD
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520DXD%27 HTTP/1.1" 200 None
2026-03-30 06:42:22 [bca.uk] INFO: Scrape type for YC23%20DXD: 2
2026-03-30 06:42:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 704b5d80-5484-5e1c-abcc-b3304e860de9 with identifier: YC23%20DXD
2026-03-30 06:42:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 704b5d80-5484-5e1c-abcc-b3304e860de9 with scrape type 2
2026-03-30 06:42:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 704b5d80-5484-5e1c-abcc-b3304e860de9 with scrape type 2
2026-03-30 06:42:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 704b5d80-5484-5e1c-abcc-b3304e860de9, identifier: YC23%20DXD
2026-03-30 06:42:22 [bca.uk] INFO: Found listing with ID: GY19%20VDM
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520VDM%27 HTTP/1.1" 200 None
2026-03-30 06:42:22 [bca.uk] INFO: Scrape type for GY19%20VDM: 2
2026-03-30 06:42:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b54672f-c466-5dc6-8e8b-9be32681ed2d with identifier: GY19%20VDM
2026-03-30 06:42:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b54672f-c466-5dc6-8e8b-9be32681ed2d with scrape type 2
2026-03-30 06:42:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b54672f-c466-5dc6-8e8b-9be32681ed2d with scrape type 2
2026-03-30 06:42:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b54672f-c466-5dc6-8e8b-9be32681ed2d, identifier: GY19%20VDM
2026-03-30 06:42:22 [bca.uk] INFO: Found listing with ID: WP20%20AHD
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520AHD%27 HTTP/1.1" 200 None
2026-03-30 06:42:22 [bca.uk] INFO: Scrape type for WP20%20AHD: 2
2026-03-30 06:42:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a8407bf-10cc-5d38-9366-d4b79393f58d with identifier: WP20%20AHD
2026-03-30 06:42:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a8407bf-10cc-5d38-9366-d4b79393f58d with scrape type 2
2026-03-30 06:42:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a8407bf-10cc-5d38-9366-d4b79393f58d with scrape type 2
2026-03-30 06:42:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a8407bf-10cc-5d38-9366-d4b79393f58d, identifier: WP20%20AHD
2026-03-30 06:42:22 [bca.uk] INFO: Found listing with ID: LS17%20HHO
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS17%2520HHO%27 HTTP/1.1" 200 None
2026-03-30 06:42:22 [bca.uk] INFO: Scrape type for LS17%20HHO: 2
2026-03-30 06:42:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ae08082-f16a-5ff7-a1f3-edd2d4955625 with identifier: LS17%20HHO
2026-03-30 06:42:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae08082-f16a-5ff7-a1f3-edd2d4955625 with scrape type 2
2026-03-30 06:42:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ae08082-f16a-5ff7-a1f3-edd2d4955625 with scrape type 2
2026-03-30 06:42:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ae08082-f16a-5ff7-a1f3-edd2d4955625, identifier: LS17%20HHO
2026-03-30 06:42: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:42:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec8b2523-946f-551a-b839-f0dc05abaa48 with identifier: BT21%20MXF
2026-03-30 06:42:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec8b2523-946f-551a-b839-f0dc05abaa48 with identifier: BT21%20MXF
2026-03-30 06:42:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec8b2523-946f-551a-b839-f0dc05abaa48 with identifier: BT21%20MXF to the API
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT21%20MXF-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ec8b2523-946f-551a-b839-f0dc05abaa48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT21 MXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT21%20MXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'KIA',
 'model': 'XCEED',
 'odometer': 65309,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA XCEED 1.0 T GDI 120 EDITION ISG Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 120 EDITION ISG',
 'vin': 'U5YH5F12LML061087',
 'year': 2021}
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT21%2520MXF%27 HTTP/1.1" 200 None
2026-03-30 06:42:23 [bca.uk] INFO: Saving data for BT21%20MXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534418.908002, 'last_price_update_time': 1774852943.240968}
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT21%2520MXF') HTTP/1.1" 204 0
2026-03-30 06:42:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 704b5d80-5484-5e1c-abcc-b3304e860de9 with identifier: YC23%20DXD
2026-03-30 06:42:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 704b5d80-5484-5e1c-abcc-b3304e860de9 with identifier: YC23%20DXD
2026-03-30 06:42:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 704b5d80-5484-5e1c-abcc-b3304e860de9 with identifier: YC23%20DXD to the API
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC23%20DXD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '704b5d80-5484-5e1c-abcc-b3304e860de9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC23 DXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC23%20DXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'E-TRON GT',
 'odometer': 25811,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON GT 350KW 93KWH QUATTRO Coupe',
 'transmission': 'automatic',
 'trim': '350KW 93KWH QUATTRO',
 'vin': 'WAUZZZFW2P7005275',
 'year': 2023}
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC23%2520DXD%27 HTTP/1.1" 200 None
2026-03-30 06:42:23 [bca.uk] INFO: Saving data for YC23%20DXD: {'auction_closing_time': 1774864800.0, 'created_time': 1773823892.273274, 'last_price_update_time': 1774852943.666494}
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC23%2520DXD') HTTP/1.1" 204 0
2026-03-30 06:42:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b54672f-c466-5dc6-8e8b-9be32681ed2d with identifier: GY19%20VDM
2026-03-30 06:42:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b54672f-c466-5dc6-8e8b-9be32681ed2d with identifier: GY19%20VDM
2026-03-30 06:42:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b54672f-c466-5dc6-8e8b-9be32681ed2d with identifier: GY19%20VDM to the API
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY19%20VDM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b54672f-c466-5dc6-8e8b-9be32681ed2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY19 VDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY19%20VDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 47716,
 'odometer_reading_unit': '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': 'SALVA2AN1KH348590',
 'year': 2019}
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520VDM%27 HTTP/1.1" 200 None
2026-03-30 06:42:23 [bca.uk] INFO: Saving data for GY19%20VDM: {'auction_closing_time': 1774864800.0, 'created_time': 1774534846.115084, 'last_price_update_time': 1774852943.974574}
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY19%2520VDM') HTTP/1.1" 204 0
2026-03-30 06:42:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a8407bf-10cc-5d38-9366-d4b79393f58d with identifier: WP20%20AHD
2026-03-30 06:42:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a8407bf-10cc-5d38-9366-d4b79393f58d with identifier: WP20%20AHD
2026-03-30 06:42:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a8407bf-10cc-5d38-9366-d4b79393f58d with identifier: WP20%20AHD to the API
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP20%20AHD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a8407bf-10cc-5d38-9366-d4b79393f58d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP20 AHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP20%20AHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 99187,
 'odometer_reading_unit': '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.6 TDI 115 GT Estate',
 'transmission': 'manual',
 'trim': 'TDI 115 GT',
 'vin': 'WVWZZZAUZKP569986',
 'year': 2020}
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP20%2520AHD%27 HTTP/1.1" 200 None
2026-03-30 06:42:24 [bca.uk] INFO: Saving data for WP20%20AHD: {'auction_closing_time': 1774864800.0, 'created_time': 1774535065.385083, 'last_price_update_time': 1774852944.269926}
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP20%2520AHD') HTTP/1.1" 204 0
2026-03-30 06:42:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ae08082-f16a-5ff7-a1f3-edd2d4955625 with identifier: LS17%20HHO
2026-03-30 06:42:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ae08082-f16a-5ff7-a1f3-edd2d4955625 with identifier: LS17%20HHO
2026-03-30 06:42:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ae08082-f16a-5ff7-a1f3-edd2d4955625 with identifier: LS17%20HHO to the API
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS17%20HHO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ae08082-f16a-5ff7-a1f3-edd2d4955625',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS17 HHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS17%20HHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 58080,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.5 COOPER ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER ALL4',
 'vin': 'WMWYS520003B62054',
 'year': 2017}
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS17%2520HHO%27 HTTP/1.1" 200 None
2026-03-30 06:42:24 [bca.uk] INFO: Saving data for LS17%20HHO: {'auction_closing_time': 1774864800.0, 'created_time': 1774354539.25321, 'last_price_update_time': 1774852944.552664}
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS17%2520HHO') HTTP/1.1" 204 0
2026-03-30 06:42:24 [bca.uk] INFO: Found listing with ID: KT68%20WRU
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520WRU%27 HTTP/1.1" 200 None
2026-03-30 06:42:24 [bca.uk] INFO: Scrape type for KT68%20WRU: 2
2026-03-30 06:42:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6b390f5-4c66-51ea-8e2a-36263b72d17f with identifier: KT68%20WRU
2026-03-30 06:42:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b390f5-4c66-51ea-8e2a-36263b72d17f with scrape type 2
2026-03-30 06:42:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6b390f5-4c66-51ea-8e2a-36263b72d17f with scrape type 2
2026-03-30 06:42:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6b390f5-4c66-51ea-8e2a-36263b72d17f, identifier: KT68%20WRU
2026-03-30 06:42:24 [bca.uk] INFO: Found listing with ID: YD23%20AOF
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520AOF%27 HTTP/1.1" 200 None
2026-03-30 06:42:24 [bca.uk] INFO: Scrape type for YD23%20AOF: 2
2026-03-30 06:42:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with identifier: YD23%20AOF
2026-03-30 06:42:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with scrape type 2
2026-03-30 06:42:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with scrape type 2
2026-03-30 06:42:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c5d0dce-f0ef-5db2-a615-14e5fd106f54, identifier: YD23%20AOF
2026-03-30 06:42:24 [bca.uk] INFO: Found listing with ID: DA24%20JXK
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA24%2520JXK%27 HTTP/1.1" 200 None
2026-03-30 06:42:24 [bca.uk] INFO: Scrape type for DA24%20JXK: 2
2026-03-30 06:42:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 635dc796-df84-54d1-a7e3-0cc6be422b18 with identifier: DA24%20JXK
2026-03-30 06:42:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 635dc796-df84-54d1-a7e3-0cc6be422b18 with scrape type 2
2026-03-30 06:42:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 635dc796-df84-54d1-a7e3-0cc6be422b18 with scrape type 2
2026-03-30 06:42:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 635dc796-df84-54d1-a7e3-0cc6be422b18, identifier: DA24%20JXK
2026-03-30 06:42:24 [bca.uk] INFO: Found listing with ID: YS64%20XTB
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS64%2520XTB%27 HTTP/1.1" 200 None
2026-03-30 06:42:24 [bca.uk] INFO: Scrape type for YS64%20XTB: 2
2026-03-30 06:42:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cd0e5a5-709e-51f8-8760-3cd0b150494f with identifier: YS64%20XTB
2026-03-30 06:42:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cd0e5a5-709e-51f8-8760-3cd0b150494f with scrape type 2
2026-03-30 06:42:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cd0e5a5-709e-51f8-8760-3cd0b150494f with scrape type 2
2026-03-30 06:42:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cd0e5a5-709e-51f8-8760-3cd0b150494f, identifier: YS64%20XTB
2026-03-30 06:42:25 [bca.uk] INFO: Found listing with ID: FH17%20FCM
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520FCM%27 HTTP/1.1" 200 None
2026-03-30 06:42:25 [bca.uk] INFO: Scrape type for FH17%20FCM: 2
2026-03-30 06:42:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd07a9d5-7d28-54d9-8df9-bd60089278ff with identifier: FH17%20FCM
2026-03-30 06:42:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd07a9d5-7d28-54d9-8df9-bd60089278ff with scrape type 2
2026-03-30 06:42:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd07a9d5-7d28-54d9-8df9-bd60089278ff with scrape type 2
2026-03-30 06:42:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd07a9d5-7d28-54d9-8df9-bd60089278ff, identifier: FH17%20FCM
2026-03-30 06:42:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6b390f5-4c66-51ea-8e2a-36263b72d17f with identifier: KT68%20WRU
2026-03-30 06:42:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6b390f5-4c66-51ea-8e2a-36263b72d17f with identifier: KT68%20WRU
2026-03-30 06:42:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6b390f5-4c66-51ea-8e2a-36263b72d17f with identifier: KT68%20WRU to the API
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT68%20WRU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e6b390f5-4c66-51ea-8e2a-36263b72d17f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT68 WRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT68%20WRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 97548,
 'odometer_reading_unit': '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.0 B-JET SZ-T Hatchback',
 'transmission': 'manual',
 'trim': 'B-JET SZ-T',
 'vin': 'TSMLYD01S00633303',
 'year': 2018}
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520WRU%27 HTTP/1.1" 200 None
2026-03-30 06:42:25 [bca.uk] INFO: Saving data for KT68%20WRU: {'auction_closing_time': 1774864800.0, 'created_time': 1773839579.800461, 'last_price_update_time': 1774852945.440296}
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT68%2520WRU') HTTP/1.1" 204 0
2026-03-30 06:42:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with identifier: YD23%20AOF
2026-03-30 06:42:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with identifier: YD23%20AOF
2026-03-30 06:42:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c5d0dce-f0ef-5db2-a615-14e5fd106f54 with identifier: YD23%20AOF to the API
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD23%20AOF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6c5d0dce-f0ef-5db2-a615-14e5fd106f54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD23 AOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD23%20AOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 16761,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 109KW 52KWH STYLE ED.PURE(110K Hatchback',
 'transmission': 'automatic',
 'trim': '109KW 52KWH STYLE ED.PURE(110K',
 'vin': 'WVGZZZE2ZPE022999',
 'year': 2023}
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520AOF%27 HTTP/1.1" 200 None
2026-03-30 06:42:25 [bca.uk] INFO: Saving data for YD23%20AOF: {'auction_closing_time': 1774864800.0, 'created_time': 1773823890.847084, 'last_price_update_time': 1774852945.737488}
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD23%2520AOF') HTTP/1.1" 204 0
2026-03-30 06:42:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 635dc796-df84-54d1-a7e3-0cc6be422b18 with identifier: DA24%20JXK
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=juniper+blue+bi-tone HTTP/1.1" 200 None
2026-03-30 06:42:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:42:25 [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:42:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 635dc796-df84-54d1-a7e3-0cc6be422b18 with identifier: DA24%20JXK
2026-03-30 06:42:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 635dc796-df84-54d1-a7e3-0cc6be422b18 with identifier: DA24%20JXK to the API
2026-03-30 06:42:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA24%20JXK-GB',
 'category': 'Car',
 'color': 'juniper blue bi',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '635dc796-df84-54d1-a7e3-0cc6be422b18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DA24 JXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA24%20JXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 30097,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I EDGE S-CVT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I EDGE S-CVT',
 'vin': 'JTDAGNAC900193044',
 'year': 2024}
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA24%2520JXK%27 HTTP/1.1" 200 None
2026-03-30 06:42:26 [bca.uk] INFO: Saving data for DA24%20JXK: {'auction_closing_time': 1774951200.0, 'created_time': 1773908807.608688, 'last_price_update_time': 1774852946.161134}
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA24%2520JXK') HTTP/1.1" 204 0
2026-03-30 06:42:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cd0e5a5-709e-51f8-8760-3cd0b150494f with identifier: YS64%20XTB
2026-03-30 06:42:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cd0e5a5-709e-51f8-8760-3cd0b150494f with identifier: YS64%20XTB
2026-03-30 06:42:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cd0e5a5-709e-51f8-8760-3cd0b150494f with identifier: YS64%20XTB to the API
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS64%20XTB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8cd0e5a5-709e-51f8-8760-3cd0b150494f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS64 XTB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS64%20XTB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 113577,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO STEPWAY 1.5 DCI 90 LAUREATE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 LAUREATE',
 'vin': 'UU15SDCLC51924695',
 'year': 2015}
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS64%2520XTB%27 HTTP/1.1" 200 None
2026-03-30 06:42:26 [bca.uk] INFO: Saving data for YS64%20XTB: {'auction_closing_time': 1774864800.0, 'created_time': 1774437538.259064, 'last_price_update_time': 1774852946.455443}
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS64%2520XTB') HTTP/1.1" 204 0
2026-03-30 06:42:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd07a9d5-7d28-54d9-8df9-bd60089278ff with identifier: FH17%20FCM
2026-03-30 06:42:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd07a9d5-7d28-54d9-8df9-bd60089278ff with identifier: FH17%20FCM
2026-03-30 06:42:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd07a9d5-7d28-54d9-8df9-bd60089278ff with identifier: FH17%20FCM to the API
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH17%20FCM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cd07a9d5-7d28-54d9-8df9-bd60089278ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH17 FCM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH17%20FCM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 89235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 SE 9G Estate',
 'transmission': 'manual',
 'trim': 'SE 9G',
 'vin': 'WDD2132042A190201',
 'year': 2017}
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520FCM%27 HTTP/1.1" 200 None
2026-03-30 06:42:26 [bca.uk] INFO: Saving data for FH17%20FCM: {'auction_closing_time': 1774864800.0, 'created_time': 1773832613.961613, 'last_price_update_time': 1774852946.749165}
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH17%2520FCM') HTTP/1.1" 204 0
2026-03-30 06:42:26 [bca.uk] INFO: Found listing with ID: LO66%20VEB
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520VEB%27 HTTP/1.1" 200 None
2026-03-30 06:42:26 [bca.uk] INFO: Scrape type for LO66%20VEB: 2
2026-03-30 06:42:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e4d92b8-ce60-5420-85e9-3c017923ef7b with identifier: LO66%20VEB
2026-03-30 06:42:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e4d92b8-ce60-5420-85e9-3c017923ef7b with scrape type 2
2026-03-30 06:42:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e4d92b8-ce60-5420-85e9-3c017923ef7b with scrape type 2
2026-03-30 06:42:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e4d92b8-ce60-5420-85e9-3c017923ef7b, identifier: LO66%20VEB
2026-03-30 06:42:26 [bca.uk] INFO: Found listing with ID: YR24%20JWZ
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520JWZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:26 [bca.uk] INFO: Scrape type for YR24%20JWZ: 2
2026-03-30 06:42:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20f971e1-7028-5ecb-aa25-9aa8e79986b3 with identifier: YR24%20JWZ
2026-03-30 06:42:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20f971e1-7028-5ecb-aa25-9aa8e79986b3 with scrape type 2
2026-03-30 06:42:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20f971e1-7028-5ecb-aa25-9aa8e79986b3 with scrape type 2
2026-03-30 06:42:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20f971e1-7028-5ecb-aa25-9aa8e79986b3, identifier: YR24%20JWZ
2026-03-30 06:42:26 [bca.uk] INFO: Found listing with ID: BK70%20RXR
2026-03-30 06:42:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK70%2520RXR%27 HTTP/1.1" 200 None
2026-03-30 06:42:27 [bca.uk] INFO: Scrape type for BK70%20RXR: 2
2026-03-30 06:42:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81d98375-894d-5bd0-95aa-1538e9c474ac with identifier: BK70%20RXR
2026-03-30 06:42:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81d98375-894d-5bd0-95aa-1538e9c474ac with scrape type 2
2026-03-30 06:42:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81d98375-894d-5bd0-95aa-1538e9c474ac with scrape type 2
2026-03-30 06:42:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81d98375-894d-5bd0-95aa-1538e9c474ac, identifier: BK70%20RXR
2026-03-30 06:42:27 [bca.uk] INFO: Found listing with ID: DL67%20DDY
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520DDY%27 HTTP/1.1" 200 None
2026-03-30 06:42:27 [bca.uk] INFO: Scrape type for DL67%20DDY: 2
2026-03-30 06:42:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a71cae72-7bc7-51f3-a47e-c2c8c38f3258 with identifier: DL67%20DDY
2026-03-30 06:42:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71cae72-7bc7-51f3-a47e-c2c8c38f3258 with scrape type 2
2026-03-30 06:42:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a71cae72-7bc7-51f3-a47e-c2c8c38f3258 with scrape type 2
2026-03-30 06:42:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a71cae72-7bc7-51f3-a47e-c2c8c38f3258, identifier: DL67%20DDY
2026-03-30 06:42:27 [bca.uk] INFO: Found listing with ID: LL12%20WJG
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL12%2520WJG%27 HTTP/1.1" 200 None
2026-03-30 06:42:27 [bca.uk] INFO: Scrape type for LL12%20WJG: 0
2026-03-30 06:42:27 [bca.uk] INFO: Found listing with ID: BL65%20GHZ
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL65%2520GHZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:27 [bca.uk] INFO: Scrape type for BL65%20GHZ: 2
2026-03-30 06:42:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with identifier: BL65%20GHZ
2026-03-30 06:42:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with scrape type 2
2026-03-30 06:42:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with scrape type 2
2026-03-30 06:42:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0dca19cc-5c44-5442-ab23-7b16de2ed2c7, identifier: BL65%20GHZ
2026-03-30 06:42:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e4d92b8-ce60-5420-85e9-3c017923ef7b with identifier: LO66%20VEB
2026-03-30 06:42:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e4d92b8-ce60-5420-85e9-3c017923ef7b with identifier: LO66%20VEB
2026-03-30 06:42:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e4d92b8-ce60-5420-85e9-3c017923ef7b with identifier: LO66%20VEB to the API
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO66%20VEB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6e4d92b8-ce60-5420-85e9-3c017923ef7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO66 VEB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO66%20VEB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 51721,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM P/S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 180 4WD TITANIUM P/S',
 'vin': 'WF0AXXWPMAGY70619',
 'year': 2016}
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520VEB%27 HTTP/1.1" 200 None
2026-03-30 06:42:27 [bca.uk] INFO: Saving data for LO66%20VEB: {'auction_closing_time': 1774864800.0, 'created_time': 1774534437.384478, 'last_price_update_time': 1774852947.641869}
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO66%2520VEB') HTTP/1.1" 204 0
2026-03-30 06:42:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20f971e1-7028-5ecb-aa25-9aa8e79986b3 with identifier: YR24%20JWZ
2026-03-30 06:42:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20f971e1-7028-5ecb-aa25-9aa8e79986b3 with identifier: YR24%20JWZ
2026-03-30 06:42:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20f971e1-7028-5ecb-aa25-9aa8e79986b3 with identifier: YR24%20JWZ to the API
2026-03-30 06:42:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR24%20JWZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '20f971e1-7028-5ecb-aa25-9aa8e79986b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR24 JWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR24%20JWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC40 ELECTRIC',
 'odometer': 42124,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 ELECTRIC 300KW 82KWH R/C TM ULTIMATE StationWagon',
 'transmission': 'automatic',
 'trim': '300KW 82KWH R/C TM ULTIMATE',
 'vin': 'YV1XZERR5R2347001',
 'year': 2024}
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR24%2520JWZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:28 [bca.uk] INFO: Saving data for YR24%20JWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774536111.539566, 'last_price_update_time': 1774852948.041938}
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR24%2520JWZ') HTTP/1.1" 204 0
2026-03-30 06:42:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81d98375-894d-5bd0-95aa-1538e9c474ac with identifier: BK70%20RXR
2026-03-30 06:42:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81d98375-894d-5bd0-95aa-1538e9c474ac with identifier: BK70%20RXR
2026-03-30 06:42:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81d98375-894d-5bd0-95aa-1538e9c474ac with identifier: BK70%20RXR to the API
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK70%20RXR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '81d98375-894d-5bd0-95aa-1538e9c474ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK70 RXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK70%20RXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2700',
 'odometer': 67934,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2700 1.5 D 100 DYNAMIC L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 DYNAMIC L1 H1',
 'vin': 'VXEVBYHRKL7009837',
 'year': 2021}
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK70%2520RXR%27 HTTP/1.1" 200 None
2026-03-30 06:42:28 [bca.uk] INFO: Saving data for BK70%20RXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774264515.005413, 'last_price_update_time': 1774852948.352334}
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK70%2520RXR') HTTP/1.1" 204 0
2026-03-30 06:42:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a71cae72-7bc7-51f3-a47e-c2c8c38f3258 with identifier: DL67%20DDY
2026-03-30 06:42:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a71cae72-7bc7-51f3-a47e-c2c8c38f3258 with identifier: DL67%20DDY
2026-03-30 06:42:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a71cae72-7bc7-51f3-a47e-c2c8c38f3258 with identifier: DL67%20DDY to the API
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL67%20DDY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a71cae72-7bc7-51f3-a47e-c2c8c38f3258',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL67 DDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL67%20DDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 43181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 110 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 FLAIR',
 'vin': 'VF7SXHNZ6HT719990',
 'year': 2018}
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL67%2520DDY%27 HTTP/1.1" 200 None
2026-03-30 06:42:28 [bca.uk] INFO: Saving data for DL67%20DDY: {'auction_closing_time': 1774864800.0, 'created_time': 1774535052.763581, 'last_price_update_time': 1774852948.646013}
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL67%2520DDY') HTTP/1.1" 204 0
2026-03-30 06:42:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with identifier: BL65%20GHZ
2026-03-30 06:42:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with identifier: BL65%20GHZ
2026-03-30 06:42:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0dca19cc-5c44-5442-ab23-7b16de2ed2c7 with identifier: BL65%20GHZ to the API
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL65%20GHZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0dca19cc-5c44-5442-ab23-7b16de2ed2c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL65 GHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL65%20GHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 106759,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 T8 T/E MOMENTUM G/T StationWagon',
 'transmission': 'manual',
 'trim': 'T8 T/E MOMENTUM G/T',
 'vin': 'YV1LFBABDG1058296',
 'year': 2016}
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL65%2520GHZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:28 [bca.uk] INFO: Saving data for BL65%20GHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774005681.057818, 'last_price_update_time': 1774852948.943466}
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL65%2520GHZ') HTTP/1.1" 204 0
2026-03-30 06:42:28 [bca.uk] INFO: Found listing with ID: SA70%20OGP
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA70%2520OGP%27 HTTP/1.1" 200 None
2026-03-30 06:42:28 [bca.uk] INFO: Scrape type for SA70%20OGP: 2
2026-03-30 06:42:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03ec021e-a877-5919-b127-642c60f6e7de with identifier: SA70%20OGP
2026-03-30 06:42:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03ec021e-a877-5919-b127-642c60f6e7de with scrape type 2
2026-03-30 06:42:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03ec021e-a877-5919-b127-642c60f6e7de with scrape type 2
2026-03-30 06:42:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03ec021e-a877-5919-b127-642c60f6e7de, identifier: SA70%20OGP
2026-03-30 06:42:29 [bca.uk] INFO: Found listing with ID: CF21%20MSU
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF21%2520MSU%27 HTTP/1.1" 200 None
2026-03-30 06:42:29 [bca.uk] INFO: Scrape type for CF21%20MSU: 2
2026-03-30 06:42:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with identifier: CF21%20MSU
2026-03-30 06:42:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with scrape type 2
2026-03-30 06:42:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with scrape type 2
2026-03-30 06:42:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7146b07f-4d3a-5792-867e-fcce2fa4b1ba, identifier: CF21%20MSU
2026-03-30 06:42:29 [bca.uk] INFO: Found listing with ID: OY70%20PWF
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY70%2520PWF%27 HTTP/1.1" 200 None
2026-03-30 06:42:29 [bca.uk] INFO: Scrape type for OY70%20PWF: 2
2026-03-30 06:42:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccd957a1-78d5-5b00-890b-c0c77519b03e with identifier: OY70%20PWF
2026-03-30 06:42:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccd957a1-78d5-5b00-890b-c0c77519b03e with scrape type 2
2026-03-30 06:42:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccd957a1-78d5-5b00-890b-c0c77519b03e with scrape type 2
2026-03-30 06:42:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccd957a1-78d5-5b00-890b-c0c77519b03e, identifier: OY70%20PWF
2026-03-30 06:42:29 [bca.uk] INFO: Found listing with ID: ST67%20BFP
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520BFP%27 HTTP/1.1" 200 None
2026-03-30 06:42:29 [bca.uk] INFO: Scrape type for ST67%20BFP: 2
2026-03-30 06:42:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66956d67-640f-5c16-b8c3-5e4d0239990e with identifier: ST67%20BFP
2026-03-30 06:42:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66956d67-640f-5c16-b8c3-5e4d0239990e with scrape type 2
2026-03-30 06:42:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66956d67-640f-5c16-b8c3-5e4d0239990e with scrape type 2
2026-03-30 06:42:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66956d67-640f-5c16-b8c3-5e4d0239990e, identifier: ST67%20BFP
2026-03-30 06:42:29 [bca.uk] INFO: Found listing with ID: HY16%20VXH
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY16%2520VXH%27 HTTP/1.1" 200 None
2026-03-30 06:42:29 [bca.uk] INFO: Scrape type for HY16%20VXH: 2
2026-03-30 06:42:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d200b485-e913-5340-a9c6-357a9cdc4627 with identifier: HY16%20VXH
2026-03-30 06:42:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d200b485-e913-5340-a9c6-357a9cdc4627 with scrape type 2
2026-03-30 06:42:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d200b485-e913-5340-a9c6-357a9cdc4627 with scrape type 2
2026-03-30 06:42:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d200b485-e913-5340-a9c6-357a9cdc4627, identifier: HY16%20VXH
2026-03-30 06:42:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03ec021e-a877-5919-b127-642c60f6e7de with identifier: SA70%20OGP
2026-03-30 06:42:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03ec021e-a877-5919-b127-642c60f6e7de with identifier: SA70%20OGP
2026-03-30 06:42:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03ec021e-a877-5919-b127-642c60f6e7de with identifier: SA70%20OGP to the API
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA70%20OGP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '03ec021e-a877-5919-b127-642c60f6e7de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA70 OGP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA70%20OGP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 58896,
 'odometer_reading_unit': '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 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 TITANIUM',
 'vin': 'WF02XXERK2LE56114',
 'year': 2020}
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA70%2520OGP%27 HTTP/1.1" 200 None
2026-03-30 06:42:29 [bca.uk] INFO: Saving data for SA70%20OGP: {'auction_closing_time': 1774864800.0, 'created_time': 1774534429.6845, 'last_price_update_time': 1774852949.84142}
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA70%2520OGP') HTTP/1.1" 204 0
2026-03-30 06:42:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with identifier: CF21%20MSU
2026-03-30 06:42:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with identifier: CF21%20MSU
2026-03-30 06:42:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7146b07f-4d3a-5792-867e-fcce2fa4b1ba with identifier: CF21%20MSU to the API
2026-03-30 06:42:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF21%20MSU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7146b07f-4d3a-5792-867e-fcce2fa4b1ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF21 MSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF21%20MSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BMW',
 'model': '330E',
 'odometer': 68594,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SPORT PRO Estate',
 'transmission': 'automatic',
 'trim': 'T SPORT PRO',
 'vin': 'WBA6N32080FL43580',
 'year': 2021}
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF21%2520MSU%27 HTTP/1.1" 200 None
2026-03-30 06:42:30 [bca.uk] INFO: Saving data for CF21%20MSU: {'auction_closing_time': 1774864800.0, 'created_time': 1773931424.38312, 'last_price_update_time': 1774852950.1645}
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF21%2520MSU') HTTP/1.1" 204 0
2026-03-30 06:42:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccd957a1-78d5-5b00-890b-c0c77519b03e with identifier: OY70%20PWF
2026-03-30 06:42:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccd957a1-78d5-5b00-890b-c0c77519b03e with identifier: OY70%20PWF
2026-03-30 06:42:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccd957a1-78d5-5b00-890b-c0c77519b03e with identifier: OY70%20PWF to the API
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY70%20PWF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ccd957a1-78d5-5b00-890b-c0c77519b03e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OY70 PWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY70%20PWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 51169,
 'odometer_reading_unit': '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 S Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 S',
 'vin': 'SADHA2A19L1604250',
 'year': 2020}
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY70%2520PWF%27 HTTP/1.1" 200 None
2026-03-30 06:42:30 [bca.uk] INFO: Saving data for OY70%20PWF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534888.409607, 'last_price_update_time': 1774852950.454365}
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY70%2520PWF') HTTP/1.1" 204 0
2026-03-30 06:42:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66956d67-640f-5c16-b8c3-5e4d0239990e with identifier: ST67%20BFP
2026-03-30 06:42:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66956d67-640f-5c16-b8c3-5e4d0239990e with identifier: ST67%20BFP
2026-03-30 06:42:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66956d67-640f-5c16-b8c3-5e4d0239990e with identifier: ST67%20BFP to the API
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST67%20BFP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66956d67-640f-5c16-b8c3-5e4d0239990e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST67 BFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST67%20BFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 52918,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0JXXGAHJHC47322',
 'year': 2017}
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST67%2520BFP%27 HTTP/1.1" 200 None
2026-03-30 06:42:30 [bca.uk] INFO: Saving data for ST67%20BFP: {'auction_closing_time': 1774864800.0, 'created_time': 1774535053.419759, 'last_price_update_time': 1774852950.738543}
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST67%2520BFP') HTTP/1.1" 204 0
2026-03-30 06:42:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d200b485-e913-5340-a9c6-357a9cdc4627 with identifier: HY16%20VXH
2026-03-30 06:42:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d200b485-e913-5340-a9c6-357a9cdc4627 with identifier: HY16%20VXH
2026-03-30 06:42:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d200b485-e913-5340-a9c6-357a9cdc4627 with identifier: HY16%20VXH to the API
2026-03-30 06:42:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY16%20VXH-GB',
 'category': 'Car',
 'color': 'violet',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd200b485-e913-5340-a9c6-357a9cdc4627',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY16 VXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY16%20VXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3 CABRIO',
 'odometer': 69946,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 CABRIO 1.2 P/T 130 PRESTIGE Convertible',
 'transmission': 'manual',
 'trim': 'P/T 130 PRESTIGE',
 'vin': 'VF7SBHNYMGW521866',
 'year': 2016}
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY16%2520VXH%27 HTTP/1.1" 200 None
2026-03-30 06:42:31 [bca.uk] INFO: Saving data for HY16%20VXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774353509.087367, 'last_price_update_time': 1774852951.026254}
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY16%2520VXH') HTTP/1.1" 204 0
2026-03-30 06:42:31 [bca.uk] INFO: Found listing with ID: SF64%20XAO
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF64%2520XAO%27 HTTP/1.1" 200 None
2026-03-30 06:42:31 [bca.uk] INFO: Scrape type for SF64%20XAO: 2
2026-03-30 06:42:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45cc0a5f-2e39-5525-b461-11ace9727390 with identifier: SF64%20XAO
2026-03-30 06:42:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45cc0a5f-2e39-5525-b461-11ace9727390 with scrape type 2
2026-03-30 06:42:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45cc0a5f-2e39-5525-b461-11ace9727390 with scrape type 2
2026-03-30 06:42:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45cc0a5f-2e39-5525-b461-11ace9727390, identifier: SF64%20XAO
2026-03-30 06:42:31 [bca.uk] INFO: Found listing with ID: FX20%20NUC
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX20%2520NUC%27 HTTP/1.1" 200 None
2026-03-30 06:42:31 [bca.uk] INFO: Scrape type for FX20%20NUC: 2
2026-03-30 06:42:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4501732-0487-5cf0-8f38-df4f682591d9 with identifier: FX20%20NUC
2026-03-30 06:42:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4501732-0487-5cf0-8f38-df4f682591d9 with scrape type 2
2026-03-30 06:42:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4501732-0487-5cf0-8f38-df4f682591d9 with scrape type 2
2026-03-30 06:42:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4501732-0487-5cf0-8f38-df4f682591d9, identifier: FX20%20NUC
2026-03-30 06:42:31 [bca.uk] INFO: Found listing with ID: WFZ%209932
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WFZ%25209932%27 HTTP/1.1" 200 None
2026-03-30 06:42:31 [bca.uk] INFO: Scrape type for WFZ%209932: 2
2026-03-30 06:42:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f137ed8-5c44-5918-bfec-8a8dc9d0e028 with identifier: WFZ%209932
2026-03-30 06:42:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f137ed8-5c44-5918-bfec-8a8dc9d0e028 with scrape type 2
2026-03-30 06:42:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f137ed8-5c44-5918-bfec-8a8dc9d0e028 with scrape type 2
2026-03-30 06:42:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f137ed8-5c44-5918-bfec-8a8dc9d0e028, identifier: WFZ%209932
2026-03-30 06:42:31 [bca.uk] INFO: Found listing with ID: YF14%20CXV
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520CXV%27 HTTP/1.1" 200 None
2026-03-30 06:42:31 [bca.uk] INFO: Scrape type for YF14%20CXV: 2
2026-03-30 06:42:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a0acc36-fc96-55ad-bfaa-983836cb78c2 with identifier: YF14%20CXV
2026-03-30 06:42:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a0acc36-fc96-55ad-bfaa-983836cb78c2 with scrape type 2
2026-03-30 06:42:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a0acc36-fc96-55ad-bfaa-983836cb78c2 with scrape type 2
2026-03-30 06:42:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a0acc36-fc96-55ad-bfaa-983836cb78c2, identifier: YF14%20CXV
2026-03-30 06:42:31 [bca.uk] INFO: Found listing with ID: VE63%20GYB
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE63%2520GYB%27 HTTP/1.1" 200 None
2026-03-30 06:42:31 [bca.uk] INFO: Scrape type for VE63%20GYB: 2
2026-03-30 06:42:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b766859-622f-5eb6-87d8-4242e1d18b70 with identifier: VE63%20GYB
2026-03-30 06:42:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b766859-622f-5eb6-87d8-4242e1d18b70 with scrape type 2
2026-03-30 06:42:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b766859-622f-5eb6-87d8-4242e1d18b70 with scrape type 2
2026-03-30 06:42:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b766859-622f-5eb6-87d8-4242e1d18b70, identifier: VE63%20GYB
2026-03-30 06:42:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45cc0a5f-2e39-5525-b461-11ace9727390 with identifier: SF64%20XAO
2026-03-30 06:42:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45cc0a5f-2e39-5525-b461-11ace9727390 with identifier: SF64%20XAO
2026-03-30 06:42:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45cc0a5f-2e39-5525-b461-11ace9727390 with identifier: SF64%20XAO to the API
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF64%20XAO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '45cc0a5f-2e39-5525-b461-11ace9727390',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF64 XAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF64%20XAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 63826,
 'odometer_reading_unit': '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 A180 1.5 CDI AMG SPORT DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'CDI AMG SPORT DCT',
 'vin': 'WDD1760122J285826',
 'year': 2014}
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF64%2520XAO%27 HTTP/1.1" 200 None
2026-03-30 06:42:32 [bca.uk] INFO: Saving data for SF64%20XAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534427.21726, 'last_price_update_time': 1774852952.169712}
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF64%2520XAO') HTTP/1.1" 204 0
2026-03-30 06:42:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4501732-0487-5cf0-8f38-df4f682591d9 with identifier: FX20%20NUC
2026-03-30 06:42:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4501732-0487-5cf0-8f38-df4f682591d9 with identifier: FX20%20NUC
2026-03-30 06:42:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4501732-0487-5cf0-8f38-df4f682591d9 with identifier: FX20%20NUC to the API
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX20%20NUC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e4501732-0487-5cf0-8f38-df4f682591d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FX20 NUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX20%20NUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 57980,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 1.5 218I T M SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': '218I T M SPORT STEP',
 'vin': 'WBA6S120007F73267',
 'year': 2020}
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX20%2520NUC%27 HTTP/1.1" 200 None
2026-03-30 06:42:32 [bca.uk] INFO: Saving data for FX20%20NUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774536174.529955, 'last_price_update_time': 1774852952.473611}
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX20%2520NUC') HTTP/1.1" 204 0
2026-03-30 06:42:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f137ed8-5c44-5918-bfec-8a8dc9d0e028 with identifier: WFZ%209932
2026-03-30 06:42:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f137ed8-5c44-5918-bfec-8a8dc9d0e028 with identifier: WFZ%209932
2026-03-30 06:42:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f137ed8-5c44-5918-bfec-8a8dc9d0e028 with identifier: WFZ%209932 to the API
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WFZ%209932-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8f137ed8-5c44-5918-bfec-8a8dc9d0e028',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WFZ 9932',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WFZ%209932&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000KG',
 'odometer': 70988,
 'odometer_reading_unit': '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 EXPERT 1000KG 2.0 HDI 130 L1 H1 PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'HDI 130 L1 H1 PROFESSIONAL',
 'vin': 'VF3XSAHZ8FZ020423',
 'year': 2015}
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WFZ%25209932%27 HTTP/1.1" 200 None
2026-03-30 06:42:32 [bca.uk] INFO: Saving data for WFZ%209932: {'auction_closing_time': 1774864800.0, 'created_time': 1774534852.154586, 'last_price_update_time': 1774852952.790225}
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WFZ%25209932') HTTP/1.1" 204 0
2026-03-30 06:42:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a0acc36-fc96-55ad-bfaa-983836cb78c2 with identifier: YF14%20CXV
2026-03-30 06:42:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a0acc36-fc96-55ad-bfaa-983836cb78c2 with identifier: YF14%20CXV
2026-03-30 06:42:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a0acc36-fc96-55ad-bfaa-983836cb78c2 with identifier: YF14%20CXV to the API
2026-03-30 06:42:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF14%20CXV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0a0acc36-fc96-55ad-bfaa-983836cb78c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF14 CXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF14%20CXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '420D',
 'odometer': 156533,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 XDRIVE M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT STEP',
 'vin': 'WBA3P32040KC50711',
 'year': 2014}
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520CXV%27 HTTP/1.1" 200 None
2026-03-30 06:42:33 [bca.uk] INFO: Saving data for YF14%20CXV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535086.440999, 'last_price_update_time': 1774852953.086774}
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF14%2520CXV') HTTP/1.1" 204 0
2026-03-30 06:42:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b766859-622f-5eb6-87d8-4242e1d18b70 with identifier: VE63%20GYB
2026-03-30 06:42:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b766859-622f-5eb6-87d8-4242e1d18b70 with identifier: VE63%20GYB
2026-03-30 06:42:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b766859-622f-5eb6-87d8-4242e1d18b70 with identifier: VE63%20GYB to the API
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE63%20GYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3b766859-622f-5eb6-87d8-4242e1d18b70',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE63 GYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE63%20GYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 71199,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'WMWSV32060T754539',
 'year': 2014}
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE63%2520GYB%27 HTTP/1.1" 200 None
2026-03-30 06:42:33 [bca.uk] INFO: Saving data for VE63%20GYB: {'auction_closing_time': 1774864800.0, 'created_time': 1773839087.325228, 'last_price_update_time': 1774852953.386804}
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE63%2520GYB') HTTP/1.1" 204 0
2026-03-30 06:42:33 [bca.uk] INFO: Found listing with ID: GV74%20LGO
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520LGO%27 HTTP/1.1" 200 None
2026-03-30 06:42:33 [bca.uk] INFO: Scrape type for GV74%20LGO: 2
2026-03-30 06:42:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe46d242-b7cf-5a72-9fb2-12655ec35801 with identifier: GV74%20LGO
2026-03-30 06:42:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe46d242-b7cf-5a72-9fb2-12655ec35801 with scrape type 2
2026-03-30 06:42:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe46d242-b7cf-5a72-9fb2-12655ec35801 with scrape type 2
2026-03-30 06:42:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe46d242-b7cf-5a72-9fb2-12655ec35801, identifier: GV74%20LGO
2026-03-30 06:42:33 [bca.uk] INFO: Found listing with ID: KY22%20CTE
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520CTE%27 HTTP/1.1" 200 None
2026-03-30 06:42:33 [bca.uk] INFO: Scrape type for KY22%20CTE: 2
2026-03-30 06:42:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4a89e29-1e42-5acc-9b9d-d17b5310337e with identifier: KY22%20CTE
2026-03-30 06:42:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4a89e29-1e42-5acc-9b9d-d17b5310337e with scrape type 2
2026-03-30 06:42:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4a89e29-1e42-5acc-9b9d-d17b5310337e with scrape type 2
2026-03-30 06:42:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4a89e29-1e42-5acc-9b9d-d17b5310337e, identifier: KY22%20CTE
2026-03-30 06:42:33 [bca.uk] INFO: Found listing with ID: HS15%20GXG
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS15%2520GXG%27 HTTP/1.1" 200 None
2026-03-30 06:42:33 [bca.uk] INFO: Scrape type for HS15%20GXG: 2
2026-03-30 06:42:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6db12a6-e2e6-5748-8f14-6ea85f11c120 with identifier: HS15%20GXG
2026-03-30 06:42:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6db12a6-e2e6-5748-8f14-6ea85f11c120 with scrape type 2
2026-03-30 06:42:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6db12a6-e2e6-5748-8f14-6ea85f11c120 with scrape type 2
2026-03-30 06:42:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6db12a6-e2e6-5748-8f14-6ea85f11c120, identifier: HS15%20GXG
2026-03-30 06:42:33 [bca.uk] INFO: Found listing with ID: YL73%20AYF
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520AYF%27 HTTP/1.1" 200 None
2026-03-30 06:42:33 [bca.uk] INFO: Scrape type for YL73%20AYF: 2
2026-03-30 06:42:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d6c476a-bc46-55d0-9db2-e005899c86e5 with identifier: YL73%20AYF
2026-03-30 06:42:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d6c476a-bc46-55d0-9db2-e005899c86e5 with scrape type 2
2026-03-30 06:42:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d6c476a-bc46-55d0-9db2-e005899c86e5 with scrape type 2
2026-03-30 06:42:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d6c476a-bc46-55d0-9db2-e005899c86e5, identifier: YL73%20AYF
2026-03-30 06:42:33 [bca.uk] INFO: Found listing with ID: LK66%20ZYC
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK66%2520ZYC%27 HTTP/1.1" 200 None
2026-03-30 06:42:33 [bca.uk] INFO: Scrape type for LK66%20ZYC: 2
2026-03-30 06:42:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2ad1194-6e03-5fdc-ba9f-6c6aad066a88 with identifier: LK66%20ZYC
2026-03-30 06:42:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2ad1194-6e03-5fdc-ba9f-6c6aad066a88 with scrape type 2
2026-03-30 06:42:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2ad1194-6e03-5fdc-ba9f-6c6aad066a88 with scrape type 2
2026-03-30 06:42:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2ad1194-6e03-5fdc-ba9f-6c6aad066a88, identifier: LK66%20ZYC
2026-03-30 06:42:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe46d242-b7cf-5a72-9fb2-12655ec35801 with identifier: GV74%20LGO
2026-03-30 06:42:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe46d242-b7cf-5a72-9fb2-12655ec35801 with identifier: GV74%20LGO
2026-03-30 06:42:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe46d242-b7cf-5a72-9fb2-12655ec35801 with identifier: GV74%20LGO to the API
2026-03-30 06:42:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV74%20LGO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fe46d242-b7cf-5a72-9fb2-12655ec35801',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV74 LGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV74%20LGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQB 300',
 'odometer': 17353,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQB 300 168KW 66KWH 4M AMG LINE PREM+ StationWagon',
 'transmission': 'automatic',
 'trim': '168KW 66KWH 4M AMG LINE PREM+',
 'vin': 'W1N9M0JB6SN126972',
 'year': 2025}
2026-03-30 06:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV74%2520LGO%27 HTTP/1.1" 200 None
2026-03-30 06:42:34 [bca.uk] INFO: Saving data for GV74%20LGO: {'auction_closing_time': 1774864800.0, 'created_time': 1774534424.844612, 'last_price_update_time': 1774852954.309562}
2026-03-30 06:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV74%2520LGO') HTTP/1.1" 204 0
2026-03-30 06:42:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4a89e29-1e42-5acc-9b9d-d17b5310337e with identifier: KY22%20CTE
2026-03-30 06:42:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4a89e29-1e42-5acc-9b9d-d17b5310337e with identifier: KY22%20CTE
2026-03-30 06:42:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4a89e29-1e42-5acc-9b9d-d17b5310337e with identifier: KY22%20CTE to the API
2026-03-30 06:42:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a4a89e29-1e42-5acc-9b9d-d17b5310337e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KY22 CTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY22%20CTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 28856,
 'odometer_reading_unit': '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': 'SALCA2AN4PH916300',
 'year': 2022}
2026-03-30 06:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520CTE%27 HTTP/1.1" 200 None
2026-03-30 06:42:34 [bca.uk] INFO: Saving data for KY22%20CTE: {'auction_closing_time': 1774951200.0, 'created_time': 1774536107.040837, 'last_price_update_time': 1774852954.715329}
2026-03-30 06:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY22%2520CTE') HTTP/1.1" 204 0
2026-03-30 06:42:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6db12a6-e2e6-5748-8f14-6ea85f11c120 with identifier: HS15%20GXG
2026-03-30 06:42:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6db12a6-e2e6-5748-8f14-6ea85f11c120 with identifier: HS15%20GXG
2026-03-30 06:42:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6db12a6-e2e6-5748-8f14-6ea85f11c120 with identifier: HS15%20GXG to the API
2026-03-30 06:42:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HS15%20GXG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f6db12a6-e2e6-5748-8f14-6ea85f11c120',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HS15 GXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HS15%20GXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 94957,
 'odometer_reading_unit': '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 X3 3.0 XDRIVE 30D SE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30D SE STEP',
 'vin': 'WBAWY520000R03789',
 'year': 2015}
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS15%2520GXG%27 HTTP/1.1" 200 None
2026-03-30 06:42:35 [bca.uk] INFO: Saving data for HS15%20GXG: {'auction_closing_time': 1774864800.0, 'created_time': 1773834143.106387, 'last_price_update_time': 1774852955.010952}
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HS15%2520GXG') HTTP/1.1" 204 0
2026-03-30 06:42:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d6c476a-bc46-55d0-9db2-e005899c86e5 with identifier: YL73%20AYF
2026-03-30 06:42:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d6c476a-bc46-55d0-9db2-e005899c86e5 with identifier: YL73%20AYF
2026-03-30 06:42:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d6c476a-bc46-55d0-9db2-e005899c86e5 with identifier: YL73%20AYF to the API
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL73%20AYF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9d6c476a-bc46-55d0-9db2-e005899c86e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YL73 AYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL73%20AYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 21698,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.5 35 TFSI SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '35 TFSI SPORT S-T',
 'vin': 'WAUZZZGY3RA055740',
 'year': 2023}
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL73%2520AYF%27 HTTP/1.1" 200 None
2026-03-30 06:42:35 [bca.uk] INFO: Saving data for YL73%20AYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774535052.293519, 'last_price_update_time': 1774852955.326119}
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL73%2520AYF') HTTP/1.1" 204 0
2026-03-30 06:42:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2ad1194-6e03-5fdc-ba9f-6c6aad066a88 with identifier: LK66%20ZYC
2026-03-30 06:42:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2ad1194-6e03-5fdc-ba9f-6c6aad066a88 with identifier: LK66%20ZYC
2026-03-30 06:42:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2ad1194-6e03-5fdc-ba9f-6c6aad066a88 with identifier: LK66%20ZYC to the API
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK66%20ZYC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a2ad1194-6e03-5fdc-ba9f-6c6aad066a88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK66 ZYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK66%20ZYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'SCENIC',
 'odometer': 81091,
 'odometer_reading_unit': '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 SCENIC 1.6 DCI 160 SIGNATURE EDC MPV',
 'transmission': 'automatic',
 'trim': 'DCI 160 SIGNATURE EDC',
 'vin': 'VF1RFA00755859185',
 'year': 2016}
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK66%2520ZYC%27 HTTP/1.1" 200 None
2026-03-30 06:42:35 [bca.uk] INFO: Saving data for LK66%20ZYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774535047.226101, 'last_price_update_time': 1774852955.613657}
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK66%2520ZYC') HTTP/1.1" 204 0
2026-03-30 06:42:35 [bca.uk] INFO: Found listing with ID: OY75%20FPD
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY75%2520FPD%27 HTTP/1.1" 200 None
2026-03-30 06:42:35 [bca.uk] INFO: Scrape type for OY75%20FPD: 2
2026-03-30 06:42:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e6313fd-82a3-592a-93ea-b176da5da461 with identifier: OY75%20FPD
2026-03-30 06:42:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6313fd-82a3-592a-93ea-b176da5da461 with scrape type 2
2026-03-30 06:42:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e6313fd-82a3-592a-93ea-b176da5da461 with scrape type 2
2026-03-30 06:42:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e6313fd-82a3-592a-93ea-b176da5da461, identifier: OY75%20FPD
2026-03-30 06:42:35 [bca.uk] INFO: Found listing with ID: HD16%20KZW
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD16%2520KZW%27 HTTP/1.1" 200 None
2026-03-30 06:42:35 [bca.uk] INFO: Scrape type for HD16%20KZW: 2
2026-03-30 06:42:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with identifier: HD16%20KZW
2026-03-30 06:42:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with scrape type 2
2026-03-30 06:42:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with scrape type 2
2026-03-30 06:42:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0c1ece6-5ab2-5cec-b3fb-6790e2811a52, identifier: HD16%20KZW
2026-03-30 06:42:35 [bca.uk] INFO: Found listing with ID: PF65%20PJU
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520PJU%27 HTTP/1.1" 200 None
2026-03-30 06:42:35 [bca.uk] INFO: Scrape type for PF65%20PJU: 2
2026-03-30 06:42:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51d032e0-dfb3-5e95-b921-087c26067fb2 with identifier: PF65%20PJU
2026-03-30 06:42:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51d032e0-dfb3-5e95-b921-087c26067fb2 with scrape type 2
2026-03-30 06:42:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51d032e0-dfb3-5e95-b921-087c26067fb2 with scrape type 2
2026-03-30 06:42:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51d032e0-dfb3-5e95-b921-087c26067fb2, identifier: PF65%20PJU
2026-03-30 06:42:35 [bca.uk] INFO: Found listing with ID: WF17%20VVT
2026-03-30 06:42:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42: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%2520VVT%27 HTTP/1.1" 200 None
2026-03-30 06:42:35 [bca.uk] INFO: Scrape type for WF17%20VVT: 2
2026-03-30 06:42:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27d613cc-55cc-5910-9838-247ce349d567 with identifier: WF17%20VVT
2026-03-30 06:42:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27d613cc-55cc-5910-9838-247ce349d567 with scrape type 2
2026-03-30 06:42:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27d613cc-55cc-5910-9838-247ce349d567 with scrape type 2
2026-03-30 06:42:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27d613cc-55cc-5910-9838-247ce349d567, identifier: WF17%20VVT
2026-03-30 06:42:36 [bca.uk] INFO: Found listing with ID: GK15%20XJJ
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK15%2520XJJ%27 HTTP/1.1" 200 None
2026-03-30 06:42:36 [bca.uk] INFO: Scrape type for GK15%20XJJ: 2
2026-03-30 06:42:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7de0da6-9882-5567-9203-8d3146fe7669 with identifier: GK15%20XJJ
2026-03-30 06:42:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7de0da6-9882-5567-9203-8d3146fe7669 with scrape type 2
2026-03-30 06:42:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7de0da6-9882-5567-9203-8d3146fe7669 with scrape type 2
2026-03-30 06:42:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7de0da6-9882-5567-9203-8d3146fe7669, identifier: GK15%20XJJ
2026-03-30 06:42:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e6313fd-82a3-592a-93ea-b176da5da461 with identifier: OY75%20FPD
2026-03-30 06:42:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e6313fd-82a3-592a-93ea-b176da5da461 with identifier: OY75%20FPD
2026-03-30 06:42:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e6313fd-82a3-592a-93ea-b176da5da461 with identifier: OY75%20FPD to the API
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY75%20FPD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0e6313fd-82a3-592a-93ea-b176da5da461',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OY75 FPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY75%20FPD&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'POLESTAR',
 'model': '4',
 'odometer': 3135,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'POLESTAR 4 200KW 100KWH SM LR PLUS Coupe',
 'transmission': 'automatic',
 'trim': '200KW 100KWH SM LR PLUS',
 'vin': 'YSM4ZPBA1TF428395',
 'year': 2025}
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY75%2520FPD%27 HTTP/1.1" 200 None
2026-03-30 06:42:36 [bca.uk] INFO: Saving data for OY75%20FPD: {'auction_closing_time': 1774864800.0, 'created_time': 1774534417.562638, 'last_price_update_time': 1774852956.489886}
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY75%2520FPD') HTTP/1.1" 204 0
2026-03-30 06:42:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with identifier: HD16%20KZW
2026-03-30 06:42:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with identifier: HD16%20KZW
2026-03-30 06:42:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0c1ece6-5ab2-5cec-b3fb-6790e2811a52 with identifier: HD16%20KZW to the API
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f0c1ece6-5ab2-5cec-b3fb-6790e2811a52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HD16 KZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HD16%20KZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 77756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 3.0 TDV6 VOGUE StationWagon',
 'transmission': 'manual',
 'trim': 'TDV6 VOGUE',
 'vin': 'SALGA2KE1GA302443',
 'year': 2016}
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD16%2520KZW%27 HTTP/1.1" 200 None
2026-03-30 06:42:36 [bca.uk] INFO: Saving data for HD16%20KZW: {'auction_closing_time': 1775210400.0, 'created_time': 1774476570.101206, 'last_price_update_time': 1774852956.811902}
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HD16%2520KZW') HTTP/1.1" 204 0
2026-03-30 06:42:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51d032e0-dfb3-5e95-b921-087c26067fb2 with identifier: PF65%20PJU
2026-03-30 06:42:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51d032e0-dfb3-5e95-b921-087c26067fb2 with identifier: PF65%20PJU
2026-03-30 06:42:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51d032e0-dfb3-5e95-b921-087c26067fb2 with identifier: PF65%20PJU to the API
2026-03-30 06:42:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF65%20PJU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '51d032e0-dfb3-5e95-b921-087c26067fb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF65 PJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF65%20PJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 57976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.6 THP 208 GTI PRESTIGE Hatchback',
 'transmission': 'manual',
 'trim': 'THP 208 GTI PRESTIGE',
 'vin': 'VF3CA5GRMFW030236',
 'year': 2016}
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF65%2520PJU%27 HTTP/1.1" 200 None
2026-03-30 06:42:37 [bca.uk] INFO: Saving data for PF65%20PJU: {'auction_closing_time': 1774864800.0, 'created_time': 1773910170.309504, 'last_price_update_time': 1774852957.109633}
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF65%2520PJU') HTTP/1.1" 204 0
2026-03-30 06:42:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27d613cc-55cc-5910-9838-247ce349d567 with identifier: WF17%20VVT
2026-03-30 06:42:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27d613cc-55cc-5910-9838-247ce349d567 with identifier: WF17%20VVT
2026-03-30 06:42:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27d613cc-55cc-5910-9838-247ce349d567 with identifier: WF17%20VVT to the API
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF17%20VVT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '27d613cc-55cc-5910-9838-247ce349d567',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF17 VVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF17%20VVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'A160',
 'odometer': 83302,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A160 1.6 AMG LINE EXECUTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'AMG LINE EXECUTIVE',
 'vin': 'WDD1760412J618854',
 'year': 2017}
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF17%2520VVT%27 HTTP/1.1" 200 None
2026-03-30 06:42:37 [bca.uk] INFO: Saving data for WF17%20VVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774535082.885926, 'last_price_update_time': 1774852957.422037}
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF17%2520VVT') HTTP/1.1" 204 0
2026-03-30 06:42:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7de0da6-9882-5567-9203-8d3146fe7669 with identifier: GK15%20XJJ
2026-03-30 06:42:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7de0da6-9882-5567-9203-8d3146fe7669 with identifier: GK15%20XJJ
2026-03-30 06:42:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7de0da6-9882-5567-9203-8d3146fe7669 with identifier: GK15%20XJJ to the API
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK15%20XJJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b7de0da6-9882-5567-9203-8d3146fe7669',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK15 XJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK15%20XJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 49654,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF05XXGCC5ER05296',
 'year': 2015}
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK15%2520XJJ%27 HTTP/1.1" 200 None
2026-03-30 06:42:37 [bca.uk] INFO: Saving data for GK15%20XJJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535046.756624, 'last_price_update_time': 1774852957.719245}
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK15%2520XJJ') HTTP/1.1" 204 0
2026-03-30 06:42:37 [bca.uk] INFO: Found listing with ID: WM73%20NBF
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520NBF%27 HTTP/1.1" 200 None
2026-03-30 06:42:37 [bca.uk] INFO: Scrape type for WM73%20NBF: 2
2026-03-30 06:42:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 465b28e0-433a-5d39-9db0-ce97ae503351 with identifier: WM73%20NBF
2026-03-30 06:42:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 465b28e0-433a-5d39-9db0-ce97ae503351 with scrape type 2
2026-03-30 06:42:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 465b28e0-433a-5d39-9db0-ce97ae503351 with scrape type 2
2026-03-30 06:42:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 465b28e0-433a-5d39-9db0-ce97ae503351, identifier: WM73%20NBF
2026-03-30 06:42:37 [bca.uk] INFO: Found listing with ID: ST17%20ZSF
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520ZSF%27 HTTP/1.1" 200 None
2026-03-30 06:42:37 [bca.uk] INFO: Scrape type for ST17%20ZSF: 2
2026-03-30 06:42:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10a561c5-7892-5f6a-92cb-bbf492af1a03 with identifier: ST17%20ZSF
2026-03-30 06:42:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10a561c5-7892-5f6a-92cb-bbf492af1a03 with scrape type 2
2026-03-30 06:42:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10a561c5-7892-5f6a-92cb-bbf492af1a03 with scrape type 2
2026-03-30 06:42:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10a561c5-7892-5f6a-92cb-bbf492af1a03, identifier: ST17%20ZSF
2026-03-30 06:42:37 [bca.uk] INFO: Found listing with ID: PY67%20FHR
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520FHR%27 HTTP/1.1" 200 None
2026-03-30 06:42:37 [bca.uk] INFO: Scrape type for PY67%20FHR: 2
2026-03-30 06:42:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e93f3cda-aaf2-5825-9a9c-45309344dbd6 with identifier: PY67%20FHR
2026-03-30 06:42:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e93f3cda-aaf2-5825-9a9c-45309344dbd6 with scrape type 2
2026-03-30 06:42:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e93f3cda-aaf2-5825-9a9c-45309344dbd6 with scrape type 2
2026-03-30 06:42:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e93f3cda-aaf2-5825-9a9c-45309344dbd6, identifier: PY67%20FHR
2026-03-30 06:42:38 [bca.uk] INFO: Found listing with ID: MV14%20KDX
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV14%2520KDX%27 HTTP/1.1" 200 None
2026-03-30 06:42:38 [bca.uk] INFO: Scrape type for MV14%20KDX: 2
2026-03-30 06:42:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15f36cf5-d530-54cd-a1da-3fa1dfd706e2 with identifier: MV14%20KDX
2026-03-30 06:42:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15f36cf5-d530-54cd-a1da-3fa1dfd706e2 with scrape type 2
2026-03-30 06:42:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15f36cf5-d530-54cd-a1da-3fa1dfd706e2 with scrape type 2
2026-03-30 06:42:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15f36cf5-d530-54cd-a1da-3fa1dfd706e2, identifier: MV14%20KDX
2026-03-30 06:42:38 [bca.uk] INFO: Found listing with ID: WN63%20TDO
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN63%2520TDO%27 HTTP/1.1" 200 None
2026-03-30 06:42:38 [bca.uk] INFO: Scrape type for WN63%20TDO: 2
2026-03-30 06:42:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b25ec9d7-cbf1-55e5-8553-d4dd59e1b175 with identifier: WN63%20TDO
2026-03-30 06:42:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b25ec9d7-cbf1-55e5-8553-d4dd59e1b175 with scrape type 2
2026-03-30 06:42:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b25ec9d7-cbf1-55e5-8553-d4dd59e1b175 with scrape type 2
2026-03-30 06:42:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b25ec9d7-cbf1-55e5-8553-d4dd59e1b175, identifier: WN63%20TDO
2026-03-30 06:42:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 465b28e0-433a-5d39-9db0-ce97ae503351 with identifier: WM73%20NBF
2026-03-30 06:42:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 465b28e0-433a-5d39-9db0-ce97ae503351 with identifier: WM73%20NBF
2026-03-30 06:42:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 465b28e0-433a-5d39-9db0-ce97ae503351 with identifier: WM73%20NBF to the API
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM73%20NBF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '465b28e0-433a-5d39-9db0-ce97ae503351',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WM73 NBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM73%20NBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQE 300',
 'odometer': 15610,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQE 300 AMG LINE PREMIUM Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'W1KEG1BB4RF039423',
 'year': 2024}
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520NBF%27 HTTP/1.1" 200 None
2026-03-30 06:42:38 [bca.uk] INFO: Saving data for WM73%20NBF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534389.326151, 'last_price_update_time': 1774852958.605477}
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM73%2520NBF') HTTP/1.1" 204 0
2026-03-30 06:42:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10a561c5-7892-5f6a-92cb-bbf492af1a03 with identifier: ST17%20ZSF
2026-03-30 06:42:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10a561c5-7892-5f6a-92cb-bbf492af1a03 with identifier: ST17%20ZSF
2026-03-30 06:42:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10a561c5-7892-5f6a-92cb-bbf492af1a03 with identifier: ST17%20ZSF to the API
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST17%20ZSF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10a561c5-7892-5f6a-92cb-bbf492af1a03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST17 ZSF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST17%20ZSF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SKODA',
 'model': 'RAPID',
 'odometer': 89476,
 'odometer_reading_unit': '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 RAPID 1.2 TSI 110 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 SPORT',
 'vin': 'TMBBB6NH1H4028219',
 'year': 2017}
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520ZSF%27 HTTP/1.1" 200 None
2026-03-30 06:42:38 [bca.uk] INFO: Saving data for ST17%20ZSF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534585.478826, 'last_price_update_time': 1774852958.890069}
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST17%2520ZSF') HTTP/1.1" 204 0
2026-03-30 06:42:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e93f3cda-aaf2-5825-9a9c-45309344dbd6 with identifier: PY67%20FHR
2026-03-30 06:42:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e93f3cda-aaf2-5825-9a9c-45309344dbd6 with identifier: PY67%20FHR
2026-03-30 06:42:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e93f3cda-aaf2-5825-9a9c-45309344dbd6 with identifier: PY67%20FHR to the API
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY67%20FHR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e93f3cda-aaf2-5825-9a9c-45309344dbd6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY67 FHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY67%20FHR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 57902,
 'odometer_reading_unit': '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 HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN6HH264550',
 'year': 2018}
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520FHR%27 HTTP/1.1" 200 None
2026-03-30 06:42:39 [bca.uk] INFO: Saving data for PY67%20FHR: {'auction_closing_time': 1774864800.0, 'created_time': 1774534882.673503, 'last_price_update_time': 1774852959.177322}
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY67%2520FHR') HTTP/1.1" 204 0
2026-03-30 06:42:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15f36cf5-d530-54cd-a1da-3fa1dfd706e2 with identifier: MV14%20KDX
2026-03-30 06:42:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15f36cf5-d530-54cd-a1da-3fa1dfd706e2 with identifier: MV14%20KDX
2026-03-30 06:42:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15f36cf5-d530-54cd-a1da-3fa1dfd706e2 with identifier: MV14%20KDX to the API
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV14%20KDX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15f36cf5-d530-54cd-a1da-3fa1dfd706e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV14 KDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV14%20KDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'ADAM',
 'odometer': 76865,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ADAM 1.2 VVT 70 JAM Hatchback',
 'transmission': 'manual',
 'trim': 'VVT 70 JAM',
 'vin': 'W0L0MAP08E6030422',
 'year': 2014}
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV14%2520KDX%27 HTTP/1.1" 200 None
2026-03-30 06:42:39 [bca.uk] INFO: Saving data for MV14%20KDX: {'auction_closing_time': 1774864800.0, 'created_time': 1774535073.96137, 'last_price_update_time': 1774852959.483635}
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV14%2520KDX') HTTP/1.1" 204 0
2026-03-30 06:42:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b25ec9d7-cbf1-55e5-8553-d4dd59e1b175 with identifier: WN63%20TDO
2026-03-30 06:42:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b25ec9d7-cbf1-55e5-8553-d4dd59e1b175 with identifier: WN63%20TDO
2026-03-30 06:42:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b25ec9d7-cbf1-55e5-8553-d4dd59e1b175 with identifier: WN63%20TDO to the API
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN63%20TDO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b25ec9d7-cbf1-55e5-8553-d4dd59e1b175',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN63 TDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN63%20TDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 130920,
 'odometer_reading_unit': '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 XC60 2.0 D4 163 2WD SE LUX Estate',
 'transmission': 'manual',
 'trim': 'D4 163 2WD SE LUX',
 'vin': 'YV1DZ88A1E2540771',
 'year': 2013}
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN63%2520TDO%27 HTTP/1.1" 200 None
2026-03-30 06:42:39 [bca.uk] INFO: Saving data for WN63%20TDO: {'auction_closing_time': 1774864800.0, 'created_time': 1773958911.395391, 'last_price_update_time': 1774852959.804016}
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN63%2520TDO') HTTP/1.1" 204 0
2026-03-30 06:42:39 [bca.uk] INFO: Found listing with ID: WX24%20XDW
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX24%2520XDW%27 HTTP/1.1" 200 None
2026-03-30 06:42:39 [bca.uk] INFO: Scrape type for WX24%20XDW: 2
2026-03-30 06:42:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90f99c5f-98dc-5ba1-8374-c8077829276f with identifier: WX24%20XDW
2026-03-30 06:42:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90f99c5f-98dc-5ba1-8374-c8077829276f with scrape type 2
2026-03-30 06:42:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90f99c5f-98dc-5ba1-8374-c8077829276f with scrape type 2
2026-03-30 06:42:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90f99c5f-98dc-5ba1-8374-c8077829276f, identifier: WX24%20XDW
2026-03-30 06:42:39 [bca.uk] INFO: Found listing with ID: GN66%20UUO
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520UUO%27 HTTP/1.1" 200 None
2026-03-30 06:42:39 [bca.uk] INFO: Scrape type for GN66%20UUO: 2
2026-03-30 06:42:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4f260b8-cbec-596f-b107-ac0df02ada42 with identifier: GN66%20UUO
2026-03-30 06:42:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4f260b8-cbec-596f-b107-ac0df02ada42 with scrape type 2
2026-03-30 06:42:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4f260b8-cbec-596f-b107-ac0df02ada42 with scrape type 2
2026-03-30 06:42:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4f260b8-cbec-596f-b107-ac0df02ada42, identifier: GN66%20UUO
2026-03-30 06:42:40 [bca.uk] INFO: Found listing with ID: LT17%20NMZ
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520NMZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:40 [bca.uk] INFO: Scrape type for LT17%20NMZ: 2
2026-03-30 06:42:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6365aa3-ca55-59d7-acac-22ef6201f3a6 with identifier: LT17%20NMZ
2026-03-30 06:42:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6365aa3-ca55-59d7-acac-22ef6201f3a6 with scrape type 2
2026-03-30 06:42:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6365aa3-ca55-59d7-acac-22ef6201f3a6 with scrape type 2
2026-03-30 06:42:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6365aa3-ca55-59d7-acac-22ef6201f3a6, identifier: LT17%20NMZ
2026-03-30 06:42:40 [bca.uk] INFO: Found listing with ID: RE16%20YPD
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520YPD%27 HTTP/1.1" 200 None
2026-03-30 06:42:40 [bca.uk] INFO: Scrape type for RE16%20YPD: 2
2026-03-30 06:42:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aae8ce1-7dc1-53c9-846d-0ab0f23c2bca with identifier: RE16%20YPD
2026-03-30 06:42:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aae8ce1-7dc1-53c9-846d-0ab0f23c2bca with scrape type 2
2026-03-30 06:42:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4aae8ce1-7dc1-53c9-846d-0ab0f23c2bca with scrape type 2
2026-03-30 06:42:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4aae8ce1-7dc1-53c9-846d-0ab0f23c2bca, identifier: RE16%20YPD
2026-03-30 06:42:40 [bca.uk] INFO: Found listing with ID: FG69%20EAP
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG69%2520EAP%27 HTTP/1.1" 200 None
2026-03-30 06:42:40 [bca.uk] INFO: Scrape type for FG69%20EAP: 2
2026-03-30 06:42:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4ff8021-c7f4-52d1-8940-bed87118c12a with identifier: FG69%20EAP
2026-03-30 06:42:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4ff8021-c7f4-52d1-8940-bed87118c12a with scrape type 2
2026-03-30 06:42:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4ff8021-c7f4-52d1-8940-bed87118c12a with scrape type 2
2026-03-30 06:42:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4ff8021-c7f4-52d1-8940-bed87118c12a, identifier: FG69%20EAP
2026-03-30 06:42:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90f99c5f-98dc-5ba1-8374-c8077829276f with identifier: WX24%20XDW
2026-03-30 06:42:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90f99c5f-98dc-5ba1-8374-c8077829276f with identifier: WX24%20XDW
2026-03-30 06:42:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90f99c5f-98dc-5ba1-8374-c8077829276f with identifier: WX24%20XDW to the API
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX24%20XDW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '90f99c5f-98dc-5ba1-8374-c8077829276f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WX24 XDW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX24%20XDW&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQE 300',
 'odometer': 4308,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQE 300 SPORT ED. Saloon',
 'transmission': 'automatic',
 'trim': 'SPORT ED.',
 'vin': 'W1KEG1BB5RF043738',
 'year': 2024}
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX24%2520XDW%27 HTTP/1.1" 200 None
2026-03-30 06:42:40 [bca.uk] INFO: Saving data for WX24%20XDW: {'auction_closing_time': 1774864800.0, 'created_time': 1774534398.877118, 'last_price_update_time': 1774852960.697403}
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX24%2520XDW') HTTP/1.1" 204 0
2026-03-30 06:42:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4f260b8-cbec-596f-b107-ac0df02ada42 with identifier: GN66%20UUO
2026-03-30 06:42:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4f260b8-cbec-596f-b107-ac0df02ada42 with identifier: GN66%20UUO
2026-03-30 06:42:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4f260b8-cbec-596f-b107-ac0df02ada42 with identifier: GN66%20UUO to the API
2026-03-30 06:42:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN66%20UUO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd4f260b8-cbec-596f-b107-ac0df02ada42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN66 UUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN66%20UUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 111622,
 'odometer_reading_unit': '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 A/B DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 A/B DYNAMIC',
 'vin': 'SALWA2KE9GA109971',
 'year': 2016}
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN66%2520UUO%27 HTTP/1.1" 200 None
2026-03-30 06:42:41 [bca.uk] INFO: Saving data for GN66%20UUO: {'auction_closing_time': 1775037600.0, 'created_time': 1774536059.118986, 'last_price_update_time': 1774852961.099621}
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN66%2520UUO') HTTP/1.1" 204 0
2026-03-30 06:42:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6365aa3-ca55-59d7-acac-22ef6201f3a6 with identifier: LT17%20NMZ
2026-03-30 06:42:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6365aa3-ca55-59d7-acac-22ef6201f3a6 with identifier: LT17%20NMZ
2026-03-30 06:42:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6365aa3-ca55-59d7-acac-22ef6201f3a6 with identifier: LT17%20NMZ to the API
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT17%20NMZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c6365aa3-ca55-59d7-acac-22ef6201f3a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT17 NMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT17%20NMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 82325,
 'odometer_reading_unit': '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': 'SALCA2AN6HH692125',
 'year': 2017}
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520NMZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:41 [bca.uk] INFO: Saving data for LT17%20NMZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773839821.213095, 'last_price_update_time': 1774852961.455745}
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT17%2520NMZ') HTTP/1.1" 204 0
2026-03-30 06:42:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4aae8ce1-7dc1-53c9-846d-0ab0f23c2bca with identifier: RE16%20YPD
2026-03-30 06:42:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4aae8ce1-7dc1-53c9-846d-0ab0f23c2bca with identifier: RE16%20YPD
2026-03-30 06:42:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4aae8ce1-7dc1-53c9-846d-0ab0f23c2bca with identifier: RE16%20YPD to the API
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE16%20YPD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4aae8ce1-7dc1-53c9-846d-0ab0f23c2bca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE16 YPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE16%20YPD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 105647,
 'odometer_reading_unit': '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 VTR+ EAT6 MPV',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 120 VTR+ EAT6',
 'vin': 'VF73ABHZTGJ630386',
 'year': 2016}
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE16%2520YPD%27 HTTP/1.1" 200 None
2026-03-30 06:42:41 [bca.uk] INFO: Saving data for RE16%20YPD: {'auction_closing_time': 1774864800.0, 'created_time': 1773823053.279745, 'last_price_update_time': 1774852961.762339}
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE16%2520YPD') HTTP/1.1" 204 0
2026-03-30 06:42:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4ff8021-c7f4-52d1-8940-bed87118c12a with identifier: FG69%20EAP
2026-03-30 06:42:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4ff8021-c7f4-52d1-8940-bed87118c12a with identifier: FG69%20EAP
2026-03-30 06:42:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4ff8021-c7f4-52d1-8940-bed87118c12a with identifier: FG69%20EAP to the API
2026-03-30 06:42:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG69%20EAP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b4ff8021-c7f4-52d1-8940-bed87118c12a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG69 EAP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG69%20EAP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 103309,
 'odometer_reading_unit': '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 2.0 VVT-I HYBRID EXCEL Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID EXCEL',
 'vin': 'SB1Z53BE20E031731',
 'year': 2019}
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG69%2520EAP%27 HTTP/1.1" 200 None
2026-03-30 06:42:42 [bca.uk] INFO: Saving data for FG69%20EAP: {'auction_closing_time': 1774864800.0, 'created_time': 1774339306.679124, 'last_price_update_time': 1774852962.059553}
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG69%2520EAP') HTTP/1.1" 204 0
2026-03-30 06:42:42 [bca.uk] INFO: Found listing with ID: CX59%20YYW
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX59%2520YYW%27 HTTP/1.1" 200 None
2026-03-30 06:42:42 [bca.uk] INFO: Scrape type for CX59%20YYW: 2
2026-03-30 06:42:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cdad2ed-6266-594e-844b-91b24f6b71d2 with identifier: CX59%20YYW
2026-03-30 06:42:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cdad2ed-6266-594e-844b-91b24f6b71d2 with scrape type 2
2026-03-30 06:42:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cdad2ed-6266-594e-844b-91b24f6b71d2 with scrape type 2
2026-03-30 06:42:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cdad2ed-6266-594e-844b-91b24f6b71d2, identifier: CX59%20YYW
2026-03-30 06:42:42 [bca.uk] INFO: Found listing with ID: MJ72%20WSY
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520WSY%27 HTTP/1.1" 200 None
2026-03-30 06:42:42 [bca.uk] INFO: Scrape type for MJ72%20WSY: 2
2026-03-30 06:42:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 884e663a-1d0c-5fa3-861d-bce68e137229 with identifier: MJ72%20WSY
2026-03-30 06:42:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 884e663a-1d0c-5fa3-861d-bce68e137229 with scrape type 2
2026-03-30 06:42:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 884e663a-1d0c-5fa3-861d-bce68e137229 with scrape type 2
2026-03-30 06:42:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 884e663a-1d0c-5fa3-861d-bce68e137229, identifier: MJ72%20WSY
2026-03-30 06:42:42 [bca.uk] INFO: Found listing with ID: LG18%20YTF
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520YTF%27 HTTP/1.1" 200 None
2026-03-30 06:42:42 [bca.uk] INFO: Scrape type for LG18%20YTF: 2
2026-03-30 06:42:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78e68f86-6764-5112-9e85-6b5c5ad4deb8 with identifier: LG18%20YTF
2026-03-30 06:42:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78e68f86-6764-5112-9e85-6b5c5ad4deb8 with scrape type 2
2026-03-30 06:42:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78e68f86-6764-5112-9e85-6b5c5ad4deb8 with scrape type 2
2026-03-30 06:42:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78e68f86-6764-5112-9e85-6b5c5ad4deb8, identifier: LG18%20YTF
2026-03-30 06:42:42 [bca.uk] INFO: Found listing with ID: UGZ%209263
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UGZ%25209263%27 HTTP/1.1" 200 None
2026-03-30 06:42:42 [bca.uk] INFO: Scrape type for UGZ%209263: 2
2026-03-30 06:42:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 650d7ce7-5069-5feb-aeae-6bb1d3dda7be with identifier: UGZ%209263
2026-03-30 06:42:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 650d7ce7-5069-5feb-aeae-6bb1d3dda7be with scrape type 2
2026-03-30 06:42:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 650d7ce7-5069-5feb-aeae-6bb1d3dda7be with scrape type 2
2026-03-30 06:42:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 650d7ce7-5069-5feb-aeae-6bb1d3dda7be, identifier: UGZ%209263
2026-03-30 06:42:42 [bca.uk] INFO: Found listing with ID: FD17%20LHM
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520LHM%27 HTTP/1.1" 200 None
2026-03-30 06:42:42 [bca.uk] INFO: Scrape type for FD17%20LHM: 2
2026-03-30 06:42:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55278b78-6369-5f0c-b280-d12b5a734ed5 with identifier: FD17%20LHM
2026-03-30 06:42:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55278b78-6369-5f0c-b280-d12b5a734ed5 with scrape type 2
2026-03-30 06:42:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55278b78-6369-5f0c-b280-d12b5a734ed5 with scrape type 2
2026-03-30 06:42:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55278b78-6369-5f0c-b280-d12b5a734ed5, identifier: FD17%20LHM
2026-03-30 06:42:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cdad2ed-6266-594e-844b-91b24f6b71d2 with identifier: CX59%20YYW
2026-03-30 06:42:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cdad2ed-6266-594e-844b-91b24f6b71d2 with identifier: CX59%20YYW
2026-03-30 06:42:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cdad2ed-6266-594e-844b-91b24f6b71d2 with identifier: CX59%20YYW to the API
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX59%20YYW-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0cdad2ed-6266-594e-844b-91b24f6b71d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX59 YYW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX59%20YYW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FIAT',
 'model': 'PANDA',
 'odometer': 97581,
 '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': 'ZFA16900001524901',
 'year': 2009}
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX59%2520YYW%27 HTTP/1.1" 200 None
2026-03-30 06:42:42 [bca.uk] INFO: Saving data for CX59%20YYW: {'auction_closing_time': 1774864800.0, 'created_time': 1774534393.555142, 'last_price_update_time': 1774852962.958118}
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX59%2520YYW') HTTP/1.1" 204 0
2026-03-30 06:42:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 884e663a-1d0c-5fa3-861d-bce68e137229 with identifier: MJ72%20WSY
2026-03-30 06:42:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 884e663a-1d0c-5fa3-861d-bce68e137229 with identifier: MJ72%20WSY
2026-03-30 06:42:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 884e663a-1d0c-5fa3-861d-bce68e137229 with identifier: MJ72%20WSY to the API
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ72%20WSY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '884e663a-1d0c-5fa3-861d-bce68e137229',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ72 WSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ72%20WSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 74394,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 STD.PROF.PREMIUM PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 STD.PROF.PREMIUM',
 'vin': 'VF3VBYHRMN7043776',
 'year': 2022}
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520WSY%27 HTTP/1.1" 200 None
2026-03-30 06:42:43 [bca.uk] INFO: Saving data for MJ72%20WSY: {'auction_closing_time': 1774864800.0, 'created_time': 1774536042.076582, 'last_price_update_time': 1774852963.246169}
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ72%2520WSY') HTTP/1.1" 204 0
2026-03-30 06:42:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78e68f86-6764-5112-9e85-6b5c5ad4deb8 with identifier: LG18%20YTF
2026-03-30 06:42:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78e68f86-6764-5112-9e85-6b5c5ad4deb8 with identifier: LG18%20YTF
2026-03-30 06:42:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78e68f86-6764-5112-9e85-6b5c5ad4deb8 with identifier: LG18%20YTF to the API
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG18%20YTF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78e68f86-6764-5112-9e85-6b5c5ad4deb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG18 YTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG18%20YTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 82444,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 GDI 2WD 1 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2WD 1 ISG',
 'vin': 'U5YPG814LJL446699',
 'year': 2018}
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520YTF%27 HTTP/1.1" 200 None
2026-03-30 06:42:43 [bca.uk] INFO: Saving data for LG18%20YTF: {'auction_closing_time': 1774864800.0, 'created_time': 1774091294.146316, 'last_price_update_time': 1774852963.547641}
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG18%2520YTF') HTTP/1.1" 204 0
2026-03-30 06:42:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 650d7ce7-5069-5feb-aeae-6bb1d3dda7be with identifier: UGZ%209263
2026-03-30 06:42:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 650d7ce7-5069-5feb-aeae-6bb1d3dda7be with identifier: UGZ%209263
2026-03-30 06:42:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 650d7ce7-5069-5feb-aeae-6bb1d3dda7be with identifier: UGZ%209263 to the API
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=UGZ%209263-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '650d7ce7-5069-5feb-aeae-6bb1d3dda7be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'UGZ 9263',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=UGZ%209263&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 47896,
 'odometer_reading_unit': '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': 'LRW3F7FA6MC334944',
 'year': 2021}
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27UGZ%25209263%27 HTTP/1.1" 200 None
2026-03-30 06:42:43 [bca.uk] INFO: Saving data for UGZ%209263: {'auction_closing_time': 1774864800.0, 'created_time': 1774535076.166722, 'last_price_update_time': 1774852963.872158}
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='UGZ%25209263') HTTP/1.1" 204 0
2026-03-30 06:42:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55278b78-6369-5f0c-b280-d12b5a734ed5 with identifier: FD17%20LHM
2026-03-30 06:42:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55278b78-6369-5f0c-b280-d12b5a734ed5 with identifier: FD17%20LHM
2026-03-30 06:42:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55278b78-6369-5f0c-b280-d12b5a734ed5 with identifier: FD17%20LHM to the API
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD17%20LHM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '55278b78-6369-5f0c-b280-d12b5a734ed5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD17 LHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD17%20LHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'ALFA ROMEO',
 'model': 'GIULIA',
 'odometer': 79040,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO GIULIA 2.2 JTDM-2 180 SPECIALE Saloon',
 'transmission': 'automatic',
 'trim': 'JTDM-2 180 SPECIALE',
 'vin': 'ZAREAEKU7H7532547',
 'year': 2017}
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD17%2520LHM%27 HTTP/1.1" 200 None
2026-03-30 06:42:44 [bca.uk] INFO: Saving data for FD17%20LHM: {'auction_closing_time': 1774864800.0, 'created_time': 1773958961.13316, 'last_price_update_time': 1774852964.186563}
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD17%2520LHM') HTTP/1.1" 204 0
2026-03-30 06:42:44 [bca.uk] INFO: Found listing with ID: FG66%20HZW
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520HZW%27 HTTP/1.1" 200 None
2026-03-30 06:42:44 [bca.uk] INFO: Scrape type for FG66%20HZW: 2
2026-03-30 06:42:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17dcdc7b-76b3-53eb-a71e-d0495183c6a5 with identifier: FG66%20HZW
2026-03-30 06:42:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17dcdc7b-76b3-53eb-a71e-d0495183c6a5 with scrape type 2
2026-03-30 06:42:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17dcdc7b-76b3-53eb-a71e-d0495183c6a5 with scrape type 2
2026-03-30 06:42:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17dcdc7b-76b3-53eb-a71e-d0495183c6a5, identifier: FG66%20HZW
2026-03-30 06:42:44 [bca.uk] INFO: Found listing with ID: SW17%20WTY
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520WTY%27 HTTP/1.1" 200 None
2026-03-30 06:42:44 [bca.uk] INFO: Scrape type for SW17%20WTY: 2
2026-03-30 06:42:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa28eb67-df63-56c5-8a32-07e26c8f4c4c with identifier: SW17%20WTY
2026-03-30 06:42:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa28eb67-df63-56c5-8a32-07e26c8f4c4c with scrape type 2
2026-03-30 06:42:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa28eb67-df63-56c5-8a32-07e26c8f4c4c with scrape type 2
2026-03-30 06:42:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa28eb67-df63-56c5-8a32-07e26c8f4c4c, identifier: SW17%20WTY
2026-03-30 06:42:44 [bca.uk] INFO: Found listing with ID: YK18%20KVC
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520KVC%27 HTTP/1.1" 200 None
2026-03-30 06:42:44 [bca.uk] INFO: Scrape type for YK18%20KVC: 2
2026-03-30 06:42:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25c6674b-7307-5de4-b073-0f30f220db2b with identifier: YK18%20KVC
2026-03-30 06:42:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25c6674b-7307-5de4-b073-0f30f220db2b with scrape type 2
2026-03-30 06:42:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25c6674b-7307-5de4-b073-0f30f220db2b with scrape type 2
2026-03-30 06:42:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25c6674b-7307-5de4-b073-0f30f220db2b, identifier: YK18%20KVC
2026-03-30 06:42:44 [bca.uk] INFO: Found listing with ID: GN60%20HLV
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN60%2520HLV%27 HTTP/1.1" 200 None
2026-03-30 06:42:44 [bca.uk] INFO: Scrape type for GN60%20HLV: 2
2026-03-30 06:42:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46718d28-ea03-5d11-aa7e-0ceb34fb93e1 with identifier: GN60%20HLV
2026-03-30 06:42:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46718d28-ea03-5d11-aa7e-0ceb34fb93e1 with scrape type 2
2026-03-30 06:42:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46718d28-ea03-5d11-aa7e-0ceb34fb93e1 with scrape type 2
2026-03-30 06:42:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46718d28-ea03-5d11-aa7e-0ceb34fb93e1, identifier: GN60%20HLV
2026-03-30 06:42:44 [bca.uk] INFO: Found listing with ID: NA68%20TDZ
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520TDZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:44 [bca.uk] INFO: Scrape type for NA68%20TDZ: 2
2026-03-30 06:42:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc4b9802-cd6b-5eca-8d96-0fca7553edf3 with identifier: NA68%20TDZ
2026-03-30 06:42:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc4b9802-cd6b-5eca-8d96-0fca7553edf3 with scrape type 2
2026-03-30 06:42:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc4b9802-cd6b-5eca-8d96-0fca7553edf3 with scrape type 2
2026-03-30 06:42:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc4b9802-cd6b-5eca-8d96-0fca7553edf3, identifier: NA68%20TDZ
2026-03-30 06:42:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:42:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17dcdc7b-76b3-53eb-a71e-d0495183c6a5 with identifier: FG66%20HZW
2026-03-30 06:42:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17dcdc7b-76b3-53eb-a71e-d0495183c6a5 with identifier: FG66%20HZW
2026-03-30 06:42:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17dcdc7b-76b3-53eb-a71e-d0495183c6a5 with identifier: FG66%20HZW to the API
2026-03-30 06:42:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG66%20HZW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '17dcdc7b-76b3-53eb-a71e-d0495183c6a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG66 HZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG66%20HZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'UP!',
 'odometer': 44250,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN UP! 1.0 MPI 60 MOVE UP Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 60 MOVE UP',
 'vin': 'WVWZZZAAZHD011413',
 'year': 2016}
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG66%2520HZW%27 HTTP/1.1" 200 None
2026-03-30 06:42:45 [bca.uk] INFO: Saving data for FG66%20HZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774534397.10567, 'last_price_update_time': 1774852965.06274}
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG66%2520HZW') HTTP/1.1" 204 0
2026-03-30 06:42:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa28eb67-df63-56c5-8a32-07e26c8f4c4c with identifier: SW17%20WTY
2026-03-30 06:42:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa28eb67-df63-56c5-8a32-07e26c8f4c4c with identifier: SW17%20WTY
2026-03-30 06:42:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa28eb67-df63-56c5-8a32-07e26c8f4c4c with identifier: SW17%20WTY to the API
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW17%20WTY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa28eb67-df63-56c5-8a32-07e26c8f4c4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW17 WTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW17%20WTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FIAT',
 'model': 'FULLBACK',
 'odometer': 111599,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FIAT FULLBACK 2.4 180 LX 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': '180 LX 4WD',
 'vin': 'ZFAKVJY10G9012586',
 'year': 2017}
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW17%2520WTY%27 HTTP/1.1" 200 None
2026-03-30 06:42:45 [bca.uk] INFO: Saving data for SW17%20WTY: {'auction_closing_time': 1774951200.0, 'created_time': 1774534804.818298, 'last_price_update_time': 1774852965.380625}
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW17%2520WTY') HTTP/1.1" 204 0
2026-03-30 06:42:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25c6674b-7307-5de4-b073-0f30f220db2b with identifier: YK18%20KVC
2026-03-30 06:42:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25c6674b-7307-5de4-b073-0f30f220db2b with identifier: YK18%20KVC
2026-03-30 06:42:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25c6674b-7307-5de4-b073-0f30f220db2b with identifier: YK18%20KVC to the API
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK18%20KVC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '25c6674b-7307-5de4-b073-0f30f220db2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YK18 KVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK18%20KVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 38391,
 'odometer_reading_unit': '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 ED4 2WD SE TECH (5) StationWagon',
 'transmission': 'manual',
 'trim': 'ED4 2WD SE TECH (5)',
 'vin': 'SALCB2CN2JH751056',
 'year': 2018}
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK18%2520KVC%27 HTTP/1.1" 200 None
2026-03-30 06:42:45 [bca.uk] INFO: Saving data for YK18%20KVC: {'auction_closing_time': 1774864800.0, 'created_time': 1774534881.089326, 'last_price_update_time': 1774852965.693723}
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK18%2520KVC') HTTP/1.1" 204 0
2026-03-30 06:42:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46718d28-ea03-5d11-aa7e-0ceb34fb93e1 with identifier: GN60%20HLV
2026-03-30 06:42:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46718d28-ea03-5d11-aa7e-0ceb34fb93e1 with identifier: GN60%20HLV
2026-03-30 06:42:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46718d28-ea03-5d11-aa7e-0ceb34fb93e1 with identifier: GN60%20HLV to the API
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN60%20HLV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '46718d28-ea03-5d11-aa7e-0ceb34fb93e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN60 HLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN60%20HLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 97427,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 140 TITANIUM P/SHIFT MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 140 TITANIUM P/SHIFT',
 'vin': 'WF0SXXGBWSAR05113',
 'year': 2010}
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN60%2520HLV%27 HTTP/1.1" 200 None
2026-03-30 06:42:46 [bca.uk] INFO: Saving data for GN60%20HLV: {'auction_closing_time': 1774864800.0, 'created_time': 1773839054.249654, 'last_price_update_time': 1774852966.000959}
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN60%2520HLV') HTTP/1.1" 204 0
2026-03-30 06:42:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc4b9802-cd6b-5eca-8d96-0fca7553edf3 with identifier: NA68%20TDZ
2026-03-30 06:42:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc4b9802-cd6b-5eca-8d96-0fca7553edf3 with identifier: NA68%20TDZ
2026-03-30 06:42:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc4b9802-cd6b-5eca-8d96-0fca7553edf3 with identifier: NA68%20TDZ to the API
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA68%20TDZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bc4b9802-cd6b-5eca-8d96-0fca7553edf3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA68 TDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA68%20TDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 74402,
 'odometer_reading_unit': '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 160 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 160 N-CONNECTA',
 'vin': 'SJNFFAJ11U2467342',
 'year': 2018}
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520TDZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:46 [bca.uk] INFO: Saving data for NA68%20TDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773909215.986461, 'last_price_update_time': 1774852966.323776}
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA68%2520TDZ') HTTP/1.1" 204 0
2026-03-30 06:42:46 [bca.uk] INFO: Found listing with ID: RK60%20RLZ
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK60%2520RLZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:46 [bca.uk] INFO: Scrape type for RK60%20RLZ: 2
2026-03-30 06:42:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92c24679-6eed-5c5c-99c5-1598053b7f9a with identifier: RK60%20RLZ
2026-03-30 06:42:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92c24679-6eed-5c5c-99c5-1598053b7f9a with scrape type 2
2026-03-30 06:42:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92c24679-6eed-5c5c-99c5-1598053b7f9a with scrape type 2
2026-03-30 06:42:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92c24679-6eed-5c5c-99c5-1598053b7f9a, identifier: RK60%20RLZ
2026-03-30 06:42:46 [bca.uk] INFO: Found listing with ID: PJ21%20KYH
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ21%2520KYH%27 HTTP/1.1" 200 None
2026-03-30 06:42:46 [bca.uk] INFO: Scrape type for PJ21%20KYH: 2
2026-03-30 06:42:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 946e87bd-755e-5122-a999-2167c7f20aed with identifier: PJ21%20KYH
2026-03-30 06:42:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 946e87bd-755e-5122-a999-2167c7f20aed with scrape type 2
2026-03-30 06:42:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 946e87bd-755e-5122-a999-2167c7f20aed with scrape type 2
2026-03-30 06:42:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 946e87bd-755e-5122-a999-2167c7f20aed, identifier: PJ21%20KYH
2026-03-30 06:42:46 [bca.uk] INFO: Found listing with ID: KR65%20LMX
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520LMX%27 HTTP/1.1" 200 None
2026-03-30 06:42:46 [bca.uk] INFO: Scrape type for KR65%20LMX: 2
2026-03-30 06:42:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcea792a-3b7e-51c9-9a7f-21bebb8359d9 with identifier: KR65%20LMX
2026-03-30 06:42:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcea792a-3b7e-51c9-9a7f-21bebb8359d9 with scrape type 2
2026-03-30 06:42:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcea792a-3b7e-51c9-9a7f-21bebb8359d9 with scrape type 2
2026-03-30 06:42:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fcea792a-3b7e-51c9-9a7f-21bebb8359d9, identifier: KR65%20LMX
2026-03-30 06:42:46 [bca.uk] INFO: Found listing with ID: HK74%20JYC
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK74%2520JYC%27 HTTP/1.1" 200 None
2026-03-30 06:42:46 [bca.uk] INFO: Scrape type for HK74%20JYC: 2
2026-03-30 06:42:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with identifier: HK74%20JYC
2026-03-30 06:42:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with scrape type 2
2026-03-30 06:42:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with scrape type 2
2026-03-30 06:42:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038, identifier: HK74%20JYC
2026-03-30 06:42:46 [bca.uk] INFO: Found listing with ID: MT23%20HSE
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520HSE%27 HTTP/1.1" 200 None
2026-03-30 06:42:46 [bca.uk] INFO: Scrape type for MT23%20HSE: 2
2026-03-30 06:42:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20d16942-de2b-574a-b0b7-f76288ac0d6e with identifier: MT23%20HSE
2026-03-30 06:42:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20d16942-de2b-574a-b0b7-f76288ac0d6e with scrape type 2
2026-03-30 06:42:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20d16942-de2b-574a-b0b7-f76288ac0d6e with scrape type 2
2026-03-30 06:42:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20d16942-de2b-574a-b0b7-f76288ac0d6e, identifier: MT23%20HSE
2026-03-30 06:42:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92c24679-6eed-5c5c-99c5-1598053b7f9a with identifier: RK60%20RLZ
2026-03-30 06:42:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92c24679-6eed-5c5c-99c5-1598053b7f9a with identifier: RK60%20RLZ
2026-03-30 06:42:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92c24679-6eed-5c5c-99c5-1598053b7f9a with identifier: RK60%20RLZ to the API
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=93&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK60%20RLZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '92c24679-6eed-5c5c-99c5-1598053b7f9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK60 RLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK60%20RLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FIAT',
 'model': '500',
 'odometer': 67885,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA31200000591400',
 'year': 2010}
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK60%2520RLZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:47 [bca.uk] INFO: Saving data for RK60%20RLZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534398.153047, 'last_price_update_time': 1774852967.235814}
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK60%2520RLZ') HTTP/1.1" 204 0
2026-03-30 06:42:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 946e87bd-755e-5122-a999-2167c7f20aed with identifier: PJ21%20KYH
2026-03-30 06:42:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 946e87bd-755e-5122-a999-2167c7f20aed with identifier: PJ21%20KYH
2026-03-30 06:42:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 946e87bd-755e-5122-a999-2167c7f20aed with identifier: PJ21%20KYH to the API
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ21%20KYH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '946e87bd-755e-5122-a999-2167c7f20aed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ21 KYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ21%20KYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN 109',
 'odometer': 89292,
 'odometer_reading_unit': '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 CITAN 109 1.5 CDI PURE L2 Van',
 'transmission': 'manual',
 'trim': 'CDI PURE L2',
 'vin': 'W1V4156032U295978',
 'year': 2021}
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ21%2520KYH%27 HTTP/1.1" 200 None
2026-03-30 06:42:47 [bca.uk] INFO: Saving data for PJ21%20KYH: {'auction_closing_time': 1775037600.0, 'created_time': 1774534778.471994, 'last_price_update_time': 1774852967.629455}
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ21%2520KYH') HTTP/1.1" 204 0
2026-03-30 06:42:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fcea792a-3b7e-51c9-9a7f-21bebb8359d9 with identifier: KR65%20LMX
2026-03-30 06:42:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fcea792a-3b7e-51c9-9a7f-21bebb8359d9 with identifier: KR65%20LMX
2026-03-30 06:42:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fcea792a-3b7e-51c9-9a7f-21bebb8359d9 with identifier: KR65%20LMX to the API
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR65%20LMX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fcea792a-3b7e-51c9-9a7f-21bebb8359d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR65 LMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR65%20LMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 78569,
 'odometer_reading_unit': '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': 'WDD1760082J454614',
 'year': 2016}
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR65%2520LMX%27 HTTP/1.1" 200 None
2026-03-30 06:42:47 [bca.uk] INFO: Saving data for KR65%20LMX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534881.933459, 'last_price_update_time': 1774852967.917933}
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR65%2520LMX') HTTP/1.1" 204 0
2026-03-30 06:42:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with identifier: HK74%20JYC
2026-03-30 06:42:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with identifier: HK74%20JYC
2026-03-30 06:42:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038 with identifier: HK74%20JYC to the API
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK74%20JYC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2c6d58b2-f8f3-52cb-a9a8-14e90e9dd038',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK74 JYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK74%20JYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 15789,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRL76298',
 'year': 2024}
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK74%2520JYC%27 HTTP/1.1" 200 None
2026-03-30 06:42:48 [bca.uk] INFO: Saving data for HK74%20JYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774278153.294973, 'last_price_update_time': 1774852968.24281}
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK74%2520JYC') HTTP/1.1" 204 0
2026-03-30 06:42:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20d16942-de2b-574a-b0b7-f76288ac0d6e with identifier: MT23%20HSE
2026-03-30 06:42:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20d16942-de2b-574a-b0b7-f76288ac0d6e with identifier: MT23%20HSE
2026-03-30 06:42:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20d16942-de2b-574a-b0b7-f76288ac0d6e with identifier: MT23%20HSE to the API
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 19,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT23%20HSE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '20d16942-de2b-574a-b0b7-f76288ac0d6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MT23 HSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT23%20HSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 25133,
 'odometer_reading_unit': '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 RANGE ROVER 3.0 P440E HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'P440E HSE',
 'vin': 'SALKA9A49PA061162',
 'year': 2023}
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT23%2520HSE%27 HTTP/1.1" 200 None
2026-03-30 06:42:48 [bca.uk] INFO: Saving data for MT23%20HSE: {'auction_closing_time': 1775124000.0, 'created_time': 1774535029.097279, 'last_price_update_time': 1774852968.533241}
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT23%2520HSE') HTTP/1.1" 204 0
2026-03-30 06:42:48 [bca.uk] INFO: Found listing with ID: WJ20%20AFZ
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ20%2520AFZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:48 [bca.uk] INFO: Scrape type for WJ20%20AFZ: 2
2026-03-30 06:42:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9269180-dc1c-504d-a4a9-f299ec9e59f7 with identifier: WJ20%20AFZ
2026-03-30 06:42:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9269180-dc1c-504d-a4a9-f299ec9e59f7 with scrape type 2
2026-03-30 06:42:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9269180-dc1c-504d-a4a9-f299ec9e59f7 with scrape type 2
2026-03-30 06:42:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9269180-dc1c-504d-a4a9-f299ec9e59f7, identifier: WJ20%20AFZ
2026-03-30 06:42:48 [bca.uk] INFO: Found listing with ID: LM15%20FCJ
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM15%2520FCJ%27 HTTP/1.1" 200 None
2026-03-30 06:42:48 [bca.uk] INFO: Scrape type for LM15%20FCJ: 2
2026-03-30 06:42:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fe1eedd-08fa-55df-9580-aa9dfcbadb42 with identifier: LM15%20FCJ
2026-03-30 06:42:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fe1eedd-08fa-55df-9580-aa9dfcbadb42 with scrape type 2
2026-03-30 06:42:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fe1eedd-08fa-55df-9580-aa9dfcbadb42 with scrape type 2
2026-03-30 06:42:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fe1eedd-08fa-55df-9580-aa9dfcbadb42, identifier: LM15%20FCJ
2026-03-30 06:42:48 [bca.uk] INFO: Found listing with ID: RO73%20HYC
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520HYC%27 HTTP/1.1" 200 None
2026-03-30 06:42:48 [bca.uk] INFO: Scrape type for RO73%20HYC: 2
2026-03-30 06:42:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c24d57cb-fa85-5cf7-8fbe-fcff2a177074 with identifier: RO73%20HYC
2026-03-30 06:42:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c24d57cb-fa85-5cf7-8fbe-fcff2a177074 with scrape type 2
2026-03-30 06:42:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c24d57cb-fa85-5cf7-8fbe-fcff2a177074 with scrape type 2
2026-03-30 06:42:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c24d57cb-fa85-5cf7-8fbe-fcff2a177074, identifier: RO73%20HYC
2026-03-30 06:42:48 [bca.uk] INFO: Found listing with ID: EN16%20URX
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520URX%27 HTTP/1.1" 200 None
2026-03-30 06:42:48 [bca.uk] INFO: Scrape type for EN16%20URX: 2
2026-03-30 06:42:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 415751d3-6016-51cc-93a3-24dd9ff4df5f with identifier: EN16%20URX
2026-03-30 06:42:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 415751d3-6016-51cc-93a3-24dd9ff4df5f with scrape type 2
2026-03-30 06:42:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 415751d3-6016-51cc-93a3-24dd9ff4df5f with scrape type 2
2026-03-30 06:42:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 415751d3-6016-51cc-93a3-24dd9ff4df5f, identifier: EN16%20URX
2026-03-30 06:42:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9269180-dc1c-504d-a4a9-f299ec9e59f7 with identifier: WJ20%20AFZ
2026-03-30 06:42:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9269180-dc1c-504d-a4a9-f299ec9e59f7 with identifier: WJ20%20AFZ
2026-03-30 06:42:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9269180-dc1c-504d-a4a9-f299ec9e59f7 with identifier: WJ20%20AFZ to the API
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 206,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ20%20AFZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9269180-dc1c-504d-a4a9-f299ec9e59f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ20 AFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ20%20AFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 117092,
 'odometer_reading_unit': '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 BARBARIAN X CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DI-D 150 4WD BARBARIAN X',
 'vin': 'MMCJLKL60LH010102',
 'year': 2020}
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ20%2520AFZ%27 HTTP/1.1" 200 None
2026-03-30 06:42:49 [bca.uk] INFO: Saving data for WJ20%20AFZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774534801.492896, 'last_price_update_time': 1774852969.295194}
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ20%2520AFZ') HTTP/1.1" 204 0
2026-03-30 06:42:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fe1eedd-08fa-55df-9580-aa9dfcbadb42 with identifier: LM15%20FCJ
2026-03-30 06:42:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fe1eedd-08fa-55df-9580-aa9dfcbadb42 with identifier: LM15%20FCJ
2026-03-30 06:42:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fe1eedd-08fa-55df-9580-aa9dfcbadb42 with identifier: LM15%20FCJ to the API
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM15%20FCJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1fe1eedd-08fa-55df-9580-aa9dfcbadb42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM15 FCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM15%20FCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 82771,
 'odometer_reading_unit': '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 SALOON 1.4 TFSI 150 SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TFSI 150 SPORT S-T',
 'vin': 'WAUZZZ8V4F1107196',
 'year': 2015}
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM15%2520FCJ%27 HTTP/1.1" 200 None
2026-03-30 06:42:49 [bca.uk] INFO: Saving data for LM15%20FCJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773832585.112958, 'last_price_update_time': 1774852969.590188}
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM15%2520FCJ') HTTP/1.1" 204 0
2026-03-30 06:42:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c24d57cb-fa85-5cf7-8fbe-fcff2a177074 with identifier: RO73%20HYC
2026-03-30 06:42:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c24d57cb-fa85-5cf7-8fbe-fcff2a177074 with identifier: RO73%20HYC
2026-03-30 06:42:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c24d57cb-fa85-5cf7-8fbe-fcff2a177074 with identifier: RO73%20HYC to the API
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO73%20HYC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c24d57cb-fa85-5cf7-8fbe-fcff2a177074',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO73 HYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO73%20HYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 10905,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 25 TFSI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '25 TFSI TECHNIK',
 'vin': 'WAUZZZGB1RR003374',
 'year': 2023}
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO73%2520HYC%27 HTTP/1.1" 200 None
2026-03-30 06:42:49 [bca.uk] INFO: Saving data for RO73%20HYC: {'auction_closing_time': 1774864800.0, 'created_time': 1774535059.589144, 'last_price_update_time': 1774852969.884997}
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO73%2520HYC') HTTP/1.1" 204 0
2026-03-30 06:42:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 415751d3-6016-51cc-93a3-24dd9ff4df5f with identifier: EN16%20URX
2026-03-30 06:42:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 415751d3-6016-51cc-93a3-24dd9ff4df5f with identifier: EN16%20URX
2026-03-30 06:42:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 415751d3-6016-51cc-93a3-24dd9ff4df5f with identifier: EN16%20URX to the API
2026-03-30 06:42:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN16%20URX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '415751d3-6016-51cc-93a3-24dd9ff4df5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN16 URX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN16%20URX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 72857,
 'odometer_reading_unit': '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 S Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC S',
 'vin': 'WF05XXGCC5GC70076',
 'year': 2016}
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520URX%27 HTTP/1.1" 200 None
2026-03-30 06:42:50 [bca.uk] INFO: Saving data for EN16%20URX: {'auction_closing_time': 1774864800.0, 'created_time': 1774354735.201764, 'last_price_update_time': 1774852970.182054}
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN16%2520URX') HTTP/1.1" 204 0
2026-03-30 06:42:50 [bca.uk] INFO: Total items found: 100
2026-03-30 06:42:50 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded
2026-03-30 06:42:50 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:42:50 [bca.uk] INFO: Found listing with ID: PK20%20WLJ
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WLJ%27 HTTP/1.1" 200 None
2026-03-30 06:42:50 [bca.uk] INFO: Scrape type for PK20%20WLJ: 2
2026-03-30 06:42:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5b62924-0add-555c-85fe-279190ca30b8 with identifier: PK20%20WLJ
2026-03-30 06:42:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5b62924-0add-555c-85fe-279190ca30b8 with scrape type 2
2026-03-30 06:42:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5b62924-0add-555c-85fe-279190ca30b8 with scrape type 2
2026-03-30 06:42:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5b62924-0add-555c-85fe-279190ca30b8, identifier: PK20%20WLJ
2026-03-30 06:42:50 [bca.uk] INFO: Found listing with ID: HV05%20XAK
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV05%2520XAK%27 HTTP/1.1" 200 None
2026-03-30 06:42:50 [bca.uk] INFO: Scrape type for HV05%20XAK: 2
2026-03-30 06:42:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 038ef3c1-d2a0-5d4e-a845-e9c6ba0e9565 with identifier: HV05%20XAK
2026-03-30 06:42:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 038ef3c1-d2a0-5d4e-a845-e9c6ba0e9565 with scrape type 2
2026-03-30 06:42:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 038ef3c1-d2a0-5d4e-a845-e9c6ba0e9565 with scrape type 2
2026-03-30 06:42:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 038ef3c1-d2a0-5d4e-a845-e9c6ba0e9565, identifier: HV05%20XAK
2026-03-30 06:42:50 [bca.uk] INFO: Found listing with ID: WO15%20WUW
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520WUW%27 HTTP/1.1" 200 None
2026-03-30 06:42:50 [bca.uk] INFO: Scrape type for WO15%20WUW: 2
2026-03-30 06:42:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c2c5429-b9c2-52a5-be65-2e26d920bb42 with identifier: WO15%20WUW
2026-03-30 06:42:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c2c5429-b9c2-52a5-be65-2e26d920bb42 with scrape type 2
2026-03-30 06:42:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c2c5429-b9c2-52a5-be65-2e26d920bb42 with scrape type 2
2026-03-30 06:42:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c2c5429-b9c2-52a5-be65-2e26d920bb42, identifier: WO15%20WUW
2026-03-30 06:42:50 [bca.uk] INFO: Found listing with ID: YF19%20PAE
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF19%2520PAE%27 HTTP/1.1" 200 None
2026-03-30 06:42:50 [bca.uk] INFO: Scrape type for YF19%20PAE: 2
2026-03-30 06:42:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 551d262b-b403-59eb-a66f-e258e2200bf9 with identifier: YF19%20PAE
2026-03-30 06:42:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 551d262b-b403-59eb-a66f-e258e2200bf9 with scrape type 2
2026-03-30 06:42:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 551d262b-b403-59eb-a66f-e258e2200bf9 with scrape type 2
2026-03-30 06:42:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 551d262b-b403-59eb-a66f-e258e2200bf9, identifier: YF19%20PAE
2026-03-30 06:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:42:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5b62924-0add-555c-85fe-279190ca30b8 with identifier: PK20%20WLJ
2026-03-30 06:42:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5b62924-0add-555c-85fe-279190ca30b8 with identifier: PK20%20WLJ
2026-03-30 06:42:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5b62924-0add-555c-85fe-279190ca30b8 with identifier: PK20%20WLJ to the API
2026-03-30 06:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK20%20WLJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5b62924-0add-555c-85fe-279190ca30b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK20 WLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK20%20WLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN DUALINER',
 'odometer': 104177,
 'odometer_reading_unit': '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': 'WDF4156032U275701',
 'year': 2020}
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WLJ%27 HTTP/1.1" 200 None
2026-03-30 06:42:51 [bca.uk] INFO: Saving data for PK20%20WLJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774536111.130576, 'last_price_update_time': 1774852971.02453}
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK20%2520WLJ') HTTP/1.1" 204 0
2026-03-30 06:42:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 038ef3c1-d2a0-5d4e-a845-e9c6ba0e9565 with identifier: HV05%20XAK
2026-03-30 06:42:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 038ef3c1-d2a0-5d4e-a845-e9c6ba0e9565 with identifier: HV05%20XAK
2026-03-30 06:42:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 038ef3c1-d2a0-5d4e-a845-e9c6ba0e9565 with identifier: HV05%20XAK to the API
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV05%20XAK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '038ef3c1-d2a0-5d4e-a845-e9c6ba0e9565',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV05 XAK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV05%20XAK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E200',
 'odometer': 143857,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E200 1.8 K AVANTGARDE Estate',
 'transmission': 'manual',
 'trim': 'K AVANTGARDE',
 'vin': 'WDB2112422A732142',
 'year': 2005}
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV05%2520XAK%27 HTTP/1.1" 200 None
2026-03-30 06:42:51 [bca.uk] INFO: Saving data for HV05%20XAK: {'auction_closing_time': 1774864800.0, 'created_time': 1773839154.150944, 'last_price_update_time': 1774852971.410196}
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV05%2520XAK') HTTP/1.1" 204 0
2026-03-30 06:42:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c2c5429-b9c2-52a5-be65-2e26d920bb42 with identifier: WO15%20WUW
2026-03-30 06:42:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c2c5429-b9c2-52a5-be65-2e26d920bb42 with identifier: WO15%20WUW
2026-03-30 06:42:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c2c5429-b9c2-52a5-be65-2e26d920bb42 with identifier: WO15%20WUW to the API
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO15%20WUW-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1c2c5429-b9c2-52a5-be65-2e26d920bb42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO15 WUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO15%20WUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FIAT',
 'model': '500X',
 'odometer': 52384,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FIAT 500X 2.0 M/JET 140 4X4 CROSS PLUS Hatchback',
 'transmission': 'automatic',
 'trim': 'M/JET 140 4X4 CROSS PLUS',
 'vin': 'ZFA3340000P355685',
 'year': 2015}
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO15%2520WUW%27 HTTP/1.1" 200 None
2026-03-30 06:42:51 [bca.uk] INFO: Saving data for WO15%20WUW: {'auction_closing_time': 1774864800.0, 'created_time': 1773839058.456545, 'last_price_update_time': 1774852971.707862}
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO15%2520WUW') HTTP/1.1" 204 0
2026-03-30 06:42:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 551d262b-b403-59eb-a66f-e258e2200bf9 with identifier: YF19%20PAE
2026-03-30 06:42:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 551d262b-b403-59eb-a66f-e258e2200bf9 with identifier: YF19%20PAE
2026-03-30 06:42:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 551d262b-b403-59eb-a66f-e258e2200bf9 with identifier: YF19%20PAE to the API
2026-03-30 06:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF19%20PAE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '551d262b-b403-59eb-a66f-e258e2200bf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF19 PAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF19%20PAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 108656,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 1.5 216D SE STEP Hatchback',
 'transmission': 'automatic',
 'trim': '216D SE STEP',
 'vin': 'WBA6T520107E50579',
 'year': 2019}
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF19%2520PAE%27 HTTP/1.1" 200 None
2026-03-30 06:42:52 [bca.uk] INFO: Saving data for YF19%20PAE: {'auction_closing_time': 1774864800.0, 'created_time': 1773831222.441421, 'last_price_update_time': 1774852972.011129}
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF19%2520PAE') HTTP/1.1" 204 0
2026-03-30 06:42:52 [bca.uk] INFO: Found listing with ID: FV68%20OEU
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV68%2520OEU%27 HTTP/1.1" 200 None
2026-03-30 06:42:52 [bca.uk] INFO: Scrape type for FV68%20OEU: 2
2026-03-30 06:42:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ff2562-e2fe-510c-a932-d196e6915da0 with identifier: FV68%20OEU
2026-03-30 06:42:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ff2562-e2fe-510c-a932-d196e6915da0 with scrape type 2
2026-03-30 06:42:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42ff2562-e2fe-510c-a932-d196e6915da0 with scrape type 2
2026-03-30 06:42:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42ff2562-e2fe-510c-a932-d196e6915da0, identifier: FV68%20OEU
2026-03-30 06:42:52 [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:42:52 [bca.uk] INFO: Found listing with ID: PK20%20WJA
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WJA%27 HTTP/1.1" 200 None
2026-03-30 06:42:52 [bca.uk] INFO: Scrape type for PK20%20WJA: 2
2026-03-30 06:42:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc164f1f-1c7b-5eee-9c82-d05650d690a7 with identifier: PK20%20WJA
2026-03-30 06:42:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc164f1f-1c7b-5eee-9c82-d05650d690a7 with scrape type 2
2026-03-30 06:42:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc164f1f-1c7b-5eee-9c82-d05650d690a7 with scrape type 2
2026-03-30 06:42:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc164f1f-1c7b-5eee-9c82-d05650d690a7, identifier: PK20%20WJA
2026-03-30 06:42:52 [bca.uk] INFO: Found listing with ID: CE66%20VVM
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE66%2520VVM%27 HTTP/1.1" 200 None
2026-03-30 06:42:52 [bca.uk] INFO: Scrape type for CE66%20VVM: 2
2026-03-30 06:42:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf878c4d-cd80-5faa-91f5-9c7e30183f66 with identifier: CE66%20VVM
2026-03-30 06:42:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf878c4d-cd80-5faa-91f5-9c7e30183f66 with scrape type 2
2026-03-30 06:42:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf878c4d-cd80-5faa-91f5-9c7e30183f66 with scrape type 2
2026-03-30 06:42:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf878c4d-cd80-5faa-91f5-9c7e30183f66, identifier: CE66%20VVM
2026-03-30 06:42:52 [bca.uk] INFO: Found listing with ID: HK74%20GYN
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42: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%2520GYN%27 HTTP/1.1" 200 None
2026-03-30 06:42:52 [bca.uk] INFO: Scrape type for HK74%20GYN: 2
2026-03-30 06:42:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6c868bd-1c6b-58ad-9af1-3bcd5050065b with identifier: HK74%20GYN
2026-03-30 06:42:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6c868bd-1c6b-58ad-9af1-3bcd5050065b with scrape type 2
2026-03-30 06:42:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6c868bd-1c6b-58ad-9af1-3bcd5050065b with scrape type 2
2026-03-30 06:42:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6c868bd-1c6b-58ad-9af1-3bcd5050065b, identifier: HK74%20GYN
2026-03-30 06:42:52 [bca.uk] INFO: Found listing with ID: AK19%20XWL
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK19%2520XWL%27 HTTP/1.1" 200 None
2026-03-30 06:42:52 [bca.uk] INFO: Scrape type for AK19%20XWL: 2
2026-03-30 06:42:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2a54dc5-1e51-5fa8-9163-abb179ce536c with identifier: AK19%20XWL
2026-03-30 06:42:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2a54dc5-1e51-5fa8-9163-abb179ce536c with scrape type 2
2026-03-30 06:42:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2a54dc5-1e51-5fa8-9163-abb179ce536c with scrape type 2
2026-03-30 06:42:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2a54dc5-1e51-5fa8-9163-abb179ce536c, identifier: AK19%20XWL
2026-03-30 06:42:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42ff2562-e2fe-510c-a932-d196e6915da0 with identifier: FV68%20OEU
2026-03-30 06:42:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42ff2562-e2fe-510c-a932-d196e6915da0 with identifier: FV68%20OEU
2026-03-30 06:42:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42ff2562-e2fe-510c-a932-d196e6915da0 with identifier: FV68%20OEU to the API
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV68%20OEU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '42ff2562-e2fe-510c-a932-d196e6915da0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV68 OEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV68%20OEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 46283,
 'odometer_reading_unit': '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 MPV',
 'transmission': 'manual',
 'trim': 'P/T 130 GT LINE',
 'vin': 'VF3CUHNSSJY205198',
 'year': 2019}
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV68%2520OEU%27 HTTP/1.1" 200 None
2026-03-30 06:42:52 [bca.uk] INFO: Saving data for FV68%20OEU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535463.915055, 'last_price_update_time': 1774852972.895019}
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV68%2520OEU') HTTP/1.1" 204 0
2026-03-30 06:42:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc164f1f-1c7b-5eee-9c82-d05650d690a7 with identifier: PK20%20WJA
2026-03-30 06:42:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc164f1f-1c7b-5eee-9c82-d05650d690a7 with identifier: PK20%20WJA
2026-03-30 06:42:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc164f1f-1c7b-5eee-9c82-d05650d690a7 with identifier: PK20%20WJA to the API
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK20%20WJA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bc164f1f-1c7b-5eee-9c82-d05650d690a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK20 WJA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK20%20WJA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CITAN 109',
 'odometer': 88674,
 'odometer_reading_unit': '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 109 1.5 CDI PURE L2 Van',
 'transmission': 'manual',
 'trim': 'CDI PURE L2',
 'vin': 'WDF4156032U275602',
 'year': 2020}
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK20%2520WJA%27 HTTP/1.1" 200 None
2026-03-30 06:42:53 [bca.uk] INFO: Saving data for PK20%20WJA: {'auction_closing_time': 1775037600.0, 'created_time': 1774536136.624951, 'last_price_update_time': 1774852973.29836}
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK20%2520WJA') HTTP/1.1" 204 0
2026-03-30 06:42:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf878c4d-cd80-5faa-91f5-9c7e30183f66 with identifier: CE66%20VVM
2026-03-30 06:42:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf878c4d-cd80-5faa-91f5-9c7e30183f66 with identifier: CE66%20VVM
2026-03-30 06:42:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf878c4d-cd80-5faa-91f5-9c7e30183f66 with identifier: CE66%20VVM to the API
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE66%20VVM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bf878c4d-cd80-5faa-91f5-9c7e30183f66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE66 VVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE66%20VVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 70744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 SE TECH StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 SE TECH',
 'vin': 'SALCA2AN2HH646954',
 'year': 2016}
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE66%2520VVM%27 HTTP/1.1" 200 None
2026-03-30 06:42:53 [bca.uk] INFO: Saving data for CE66%20VVM: {'auction_closing_time': 1774864800.0, 'created_time': 1774005689.859356, 'last_price_update_time': 1774852973.593693}
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE66%2520VVM') HTTP/1.1" 204 0
2026-03-30 06:42:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6c868bd-1c6b-58ad-9af1-3bcd5050065b with identifier: HK74%20GYN
2026-03-30 06:42:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6c868bd-1c6b-58ad-9af1-3bcd5050065b with identifier: HK74%20GYN
2026-03-30 06:42:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6c868bd-1c6b-58ad-9af1-3bcd5050065b with identifier: HK74%20GYN to the API
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK74%20GYN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6c868bd-1c6b-58ad-9af1-3bcd5050065b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK74 GYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK74%20GYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 14702,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRL76919',
 'year': 2024}
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK74%2520GYN%27 HTTP/1.1" 200 None
2026-03-30 06:42:53 [bca.uk] INFO: Saving data for HK74%20GYN: {'auction_closing_time': 1774864800.0, 'created_time': 1774448886.644042, 'last_price_update_time': 1774852973.940478}
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK74%2520GYN') HTTP/1.1" 204 0
2026-03-30 06:42:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2a54dc5-1e51-5fa8-9163-abb179ce536c with identifier: AK19%20XWL
2026-03-30 06:42:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2a54dc5-1e51-5fa8-9163-abb179ce536c with identifier: AK19%20XWL
2026-03-30 06:42:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2a54dc5-1e51-5fa8-9163-abb179ce536c with identifier: AK19%20XWL to the API
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK19%20XWL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2a54dc5-1e51-5fa8-9163-abb179ce536c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK19 XWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK19%20XWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 59274,
 'odometer_reading_unit': '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 130 2WD SE NAV StationWagon',
 'transmission': 'manual',
 'trim': 'TSI EVO 130 2WD SE NAV',
 'vin': 'WVGZZZ5NZKW341084',
 'year': 2019}
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK19%2520XWL%27 HTTP/1.1" 200 None
2026-03-30 06:42:54 [bca.uk] INFO: Saving data for AK19%20XWL: {'auction_closing_time': 1774864800.0, 'created_time': 1774535016.155025, 'last_price_update_time': 1774852974.237783}
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK19%2520XWL') HTTP/1.1" 204 0
2026-03-30 06:42:54 [bca.uk] INFO: Found listing with ID: HG11%20TWL
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG11%2520TWL%27 HTTP/1.1" 200 None
2026-03-30 06:42:54 [bca.uk] INFO: Scrape type for HG11%20TWL: 2
2026-03-30 06:42:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd3c65bd-d115-562b-ae0d-17ca9383a249 with identifier: HG11%20TWL
2026-03-30 06:42:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd3c65bd-d115-562b-ae0d-17ca9383a249 with scrape type 2
2026-03-30 06:42:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd3c65bd-d115-562b-ae0d-17ca9383a249 with scrape type 2
2026-03-30 06:42:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd3c65bd-d115-562b-ae0d-17ca9383a249, identifier: HG11%20TWL
2026-03-30 06:42:54 [bca.uk] INFO: Found listing with ID: WM13%20JVX
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM13%2520JVX%27 HTTP/1.1" 200 None
2026-03-30 06:42:54 [bca.uk] INFO: Scrape type for WM13%20JVX: 2
2026-03-30 06:42:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f532b1b8-a658-5232-a773-96e3d8601248 with identifier: WM13%20JVX
2026-03-30 06:42:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f532b1b8-a658-5232-a773-96e3d8601248 with scrape type 2
2026-03-30 06:42:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f532b1b8-a658-5232-a773-96e3d8601248 with scrape type 2
2026-03-30 06:42:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f532b1b8-a658-5232-a773-96e3d8601248, identifier: WM13%20JVX
2026-03-30 06:42:54 [bca.uk] INFO: Found listing with ID: CF74%20GAU
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GAU%27 HTTP/1.1" 200 None
2026-03-30 06:42:54 [bca.uk] INFO: Scrape type for CF74%20GAU: 2
2026-03-30 06:42:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad44de10-3f27-5dda-8a8b-162bedfe5e67 with identifier: CF74%20GAU
2026-03-30 06:42:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad44de10-3f27-5dda-8a8b-162bedfe5e67 with scrape type 2
2026-03-30 06:42:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad44de10-3f27-5dda-8a8b-162bedfe5e67 with scrape type 2
2026-03-30 06:42:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad44de10-3f27-5dda-8a8b-162bedfe5e67, identifier: CF74%20GAU
2026-03-30 06:42:54 [bca.uk] INFO: Found listing with ID: GL64%20PPF
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520PPF%27 HTTP/1.1" 200 None
2026-03-30 06:42:54 [bca.uk] INFO: Scrape type for GL64%20PPF: 2
2026-03-30 06:42:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a87a0dd-393d-576f-8e74-aac727c93442 with identifier: GL64%20PPF
2026-03-30 06:42:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a87a0dd-393d-576f-8e74-aac727c93442 with scrape type 2
2026-03-30 06:42:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a87a0dd-393d-576f-8e74-aac727c93442 with scrape type 2
2026-03-30 06:42:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a87a0dd-393d-576f-8e74-aac727c93442, identifier: GL64%20PPF
2026-03-30 06:42:54 [bca.uk] INFO: Found listing with ID: WG17%20BYU
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520BYU%27 HTTP/1.1" 200 None
2026-03-30 06:42:54 [bca.uk] INFO: Scrape type for WG17%20BYU: 2
2026-03-30 06:42:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 629af431-46a0-52ce-a1e8-efa6de1a82a2 with identifier: WG17%20BYU
2026-03-30 06:42:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 629af431-46a0-52ce-a1e8-efa6de1a82a2 with scrape type 2
2026-03-30 06:42:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 629af431-46a0-52ce-a1e8-efa6de1a82a2 with scrape type 2
2026-03-30 06:42:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 629af431-46a0-52ce-a1e8-efa6de1a82a2, identifier: WG17%20BYU
2026-03-30 06:42:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd3c65bd-d115-562b-ae0d-17ca9383a249 with identifier: HG11%20TWL
2026-03-30 06:42:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd3c65bd-d115-562b-ae0d-17ca9383a249 with identifier: HG11%20TWL
2026-03-30 06:42:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd3c65bd-d115-562b-ae0d-17ca9383a249 with identifier: HG11%20TWL to the API
2026-03-30 06:42:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG11%20TWL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fd3c65bd-d115-562b-ae0d-17ca9383a249',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG11 TWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG11%20TWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 90807,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0GXXGAJGBD83667',
 'year': 2011}
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG11%2520TWL%27 HTTP/1.1" 200 None
2026-03-30 06:42:55 [bca.uk] INFO: Saving data for HG11%20TWL: {'auction_closing_time': 1774864800.0, 'created_time': 1774535459.744559, 'last_price_update_time': 1774852975.150908}
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG11%2520TWL') HTTP/1.1" 204 0
2026-03-30 06:42:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f532b1b8-a658-5232-a773-96e3d8601248 with identifier: WM13%20JVX
2026-03-30 06:42:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f532b1b8-a658-5232-a773-96e3d8601248 with identifier: WM13%20JVX
2026-03-30 06:42:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f532b1b8-a658-5232-a773-96e3d8601248 with identifier: WM13%20JVX to the API
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM13%20JVX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f532b1b8-a658-5232-a773-96e3d8601248',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM13 JVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM13%20JVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLVO',
 'model': 'XC70',
 'odometer': 100410,
 'odometer_reading_unit': '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 XC70 2.4 D5 215 SE S/S Estate',
 'transmission': 'manual',
 'trim': 'D5 215 SE S/S',
 'vin': 'YV1BZ83A4D1165055',
 'year': 2013}
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM13%2520JVX%27 HTTP/1.1" 200 None
2026-03-30 06:42:55 [bca.uk] INFO: Saving data for WM13%20JVX: {'auction_closing_time': 1775037600.0, 'created_time': 1774534590.248578, 'last_price_update_time': 1774852975.43832}
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM13%2520JVX') HTTP/1.1" 204 0
2026-03-30 06:42:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad44de10-3f27-5dda-8a8b-162bedfe5e67 with identifier: CF74%20GAU
2026-03-30 06:42:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad44de10-3f27-5dda-8a8b-162bedfe5e67 with identifier: CF74%20GAU
2026-03-30 06:42:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad44de10-3f27-5dda-8a8b-162bedfe5e67 with identifier: CF74%20GAU to the API
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF74%20GAU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ad44de10-3f27-5dda-8a8b-162bedfe5e67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF74 GAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF74%20GAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 10823,
 'odometer_reading_unit': '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 MAX EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 110 MAX EAT6',
 'vin': 'VF7SXHNPYRT107947',
 'year': 2024}
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520GAU%27 HTTP/1.1" 200 None
2026-03-30 06:42:55 [bca.uk] INFO: Saving data for CF74%20GAU: {'auction_closing_time': 1775124000.0, 'created_time': 1774534858.493342, 'last_price_update_time': 1774852975.729659}
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF74%2520GAU') HTTP/1.1" 204 0
2026-03-30 06:42:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a87a0dd-393d-576f-8e74-aac727c93442 with identifier: GL64%20PPF
2026-03-30 06:42:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a87a0dd-393d-576f-8e74-aac727c93442 with identifier: GL64%20PPF
2026-03-30 06:42:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a87a0dd-393d-576f-8e74-aac727c93442 with identifier: GL64%20PPF to the API
2026-03-30 06:42:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL64%20PPF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a87a0dd-393d-576f-8e74-aac727c93442',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL64 PPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL64%20PPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'TWINGO',
 'odometer': 76071,
 'odometer_reading_unit': '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 TWINGO 0.9 TCE 90 DYNAMIQUE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 DYNAMIQUE S/S',
 'vin': 'VF1AHB22552028451',
 'year': 2014}
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL64%2520PPF%27 HTTP/1.1" 200 None
2026-03-30 06:42:56 [bca.uk] INFO: Saving data for GL64%20PPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774535061.001582, 'last_price_update_time': 1774852976.036487}
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL64%2520PPF') HTTP/1.1" 204 0
2026-03-30 06:42:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 629af431-46a0-52ce-a1e8-efa6de1a82a2 with identifier: WG17%20BYU
2026-03-30 06:42:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 629af431-46a0-52ce-a1e8-efa6de1a82a2 with identifier: WG17%20BYU
2026-03-30 06:42:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 629af431-46a0-52ce-a1e8-efa6de1a82a2 with identifier: WG17%20BYU to the API
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG17%20BYU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '629af431-46a0-52ce-a1e8-efa6de1a82a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG17 BYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG17%20BYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 80162,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 N-VISION Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 130 N-VISION',
 'vin': 'SJNFDAJ11UZ026462',
 'year': 2017}
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520BYU%27 HTTP/1.1" 200 None
2026-03-30 06:42:56 [bca.uk] INFO: Saving data for WG17%20BYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774351603.199526, 'last_price_update_time': 1774852976.358925}
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG17%2520BYU') HTTP/1.1" 204 0
2026-03-30 06:42:56 [bca.uk] INFO: Found listing with ID: LS65%20DBV
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520DBV%27 HTTP/1.1" 200 None
2026-03-30 06:42:56 [bca.uk] INFO: Scrape type for LS65%20DBV: 2
2026-03-30 06:42:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17bda580-04b3-58c0-bcfb-b1068e60869b with identifier: LS65%20DBV
2026-03-30 06:42:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17bda580-04b3-58c0-bcfb-b1068e60869b with scrape type 2
2026-03-30 06:42:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17bda580-04b3-58c0-bcfb-b1068e60869b with scrape type 2
2026-03-30 06:42:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17bda580-04b3-58c0-bcfb-b1068e60869b, identifier: LS65%20DBV
2026-03-30 06:42:56 [bca.uk] INFO: Found listing with ID: ST21%20DZM
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST21%2520DZM%27 HTTP/1.1" 200 None
2026-03-30 06:42:56 [bca.uk] INFO: Scrape type for ST21%20DZM: 2
2026-03-30 06:42:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42f8f4e2-c0b6-5e59-83ca-8cf9739fa414 with identifier: ST21%20DZM
2026-03-30 06:42:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42f8f4e2-c0b6-5e59-83ca-8cf9739fa414 with scrape type 2
2026-03-30 06:42:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42f8f4e2-c0b6-5e59-83ca-8cf9739fa414 with scrape type 2
2026-03-30 06:42:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42f8f4e2-c0b6-5e59-83ca-8cf9739fa414, identifier: ST21%20DZM
2026-03-30 06:42:56 [bca.uk] INFO: Found listing with ID: CE68%20LPO
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE68%2520LPO%27 HTTP/1.1" 200 None
2026-03-30 06:42:56 [bca.uk] INFO: Scrape type for CE68%20LPO: 2
2026-03-30 06:42:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aa90d01-c0a8-5471-9c03-3d8dadec307b with identifier: CE68%20LPO
2026-03-30 06:42:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aa90d01-c0a8-5471-9c03-3d8dadec307b with scrape type 2
2026-03-30 06:42:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aa90d01-c0a8-5471-9c03-3d8dadec307b with scrape type 2
2026-03-30 06:42:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6aa90d01-c0a8-5471-9c03-3d8dadec307b, identifier: CE68%20LPO
2026-03-30 06:42:56 [bca.uk] INFO: Found listing with ID: BD69%20WKF
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520WKF%27 HTTP/1.1" 200 None
2026-03-30 06:42:56 [bca.uk] INFO: Scrape type for BD69%20WKF: 2
2026-03-30 06:42:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0c6cb63-59f6-57e5-ada2-cb893795cbe4 with identifier: BD69%20WKF
2026-03-30 06:42:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0c6cb63-59f6-57e5-ada2-cb893795cbe4 with scrape type 2
2026-03-30 06:42:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0c6cb63-59f6-57e5-ada2-cb893795cbe4 with scrape type 2
2026-03-30 06:42:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0c6cb63-59f6-57e5-ada2-cb893795cbe4, identifier: BD69%20WKF
2026-03-30 06:42:56 [bca.uk] INFO: Found listing with ID: GU15%20VFA
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU15%2520VFA%27 HTTP/1.1" 200 None
2026-03-30 06:42:56 [bca.uk] INFO: Scrape type for GU15%20VFA: 2
2026-03-30 06:42:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62bc3087-0e31-5ee7-a358-43546d6752df with identifier: GU15%20VFA
2026-03-30 06:42:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62bc3087-0e31-5ee7-a358-43546d6752df with scrape type 2
2026-03-30 06:42:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62bc3087-0e31-5ee7-a358-43546d6752df with scrape type 2
2026-03-30 06:42:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62bc3087-0e31-5ee7-a358-43546d6752df, identifier: GU15%20VFA
2026-03-30 06:42:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17bda580-04b3-58c0-bcfb-b1068e60869b with identifier: LS65%20DBV
2026-03-30 06:42:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17bda580-04b3-58c0-bcfb-b1068e60869b with identifier: LS65%20DBV
2026-03-30 06:42:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17bda580-04b3-58c0-bcfb-b1068e60869b with identifier: LS65%20DBV to the API
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS65%20DBV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '17bda580-04b3-58c0-bcfb-b1068e60869b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS65 DBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS65%20DBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 126648,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 TDCI 120 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 TITANIUM X',
 'vin': 'WF05XXGCC5FS31751',
 'year': 2015}
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520DBV%27 HTTP/1.1" 200 None
2026-03-30 06:42:57 [bca.uk] INFO: Saving data for LS65%20DBV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535458.3772, 'last_price_update_time': 1774852977.268606}
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS65%2520DBV') HTTP/1.1" 204 0
2026-03-30 06:42:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42f8f4e2-c0b6-5e59-83ca-8cf9739fa414 with identifier: ST21%20DZM
2026-03-30 06:42:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42f8f4e2-c0b6-5e59-83ca-8cf9739fa414 with identifier: ST21%20DZM
2026-03-30 06:42:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42f8f4e2-c0b6-5e59-83ca-8cf9739fa414 with identifier: ST21%20DZM to the API
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST21%20DZM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42f8f4e2-c0b6-5e59-83ca-8cf9739fa414',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST21 DZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST21%20DZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 220 D',
 'odometer': 43804,
 'odometer_reading_unit': '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 GLA 220 D 2.0 AMG LINE 4M 8G StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE 4M 8G',
 'vin': 'W1N2477152J201300',
 'year': 2021}
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST21%2520DZM%27 HTTP/1.1" 200 None
2026-03-30 06:42:57 [bca.uk] INFO: Saving data for ST21%20DZM: {'auction_closing_time': 1775037600.0, 'created_time': 1774534638.96207, 'last_price_update_time': 1774852977.568044}
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST21%2520DZM') HTTP/1.1" 204 0
2026-03-30 06:42:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6aa90d01-c0a8-5471-9c03-3d8dadec307b with identifier: CE68%20LPO
2026-03-30 06:42:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6aa90d01-c0a8-5471-9c03-3d8dadec307b with identifier: CE68%20LPO
2026-03-30 06:42:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6aa90d01-c0a8-5471-9c03-3d8dadec307b with identifier: CE68%20LPO to the API
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE68%20LPO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6aa90d01-c0a8-5471-9c03-3d8dadec307b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE68 LPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE68%20LPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'IVECO',
 'model': 'DAILY 35S14',
 'odometer': 102427,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 35S14 2.3 MWB (3520) H/R PanelVan',
 'transmission': 'manual',
 'trim': 'MWB (3520) H/R',
 'vin': 'ZCFCC35A905224984',
 'year': 2018}
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE68%2520LPO%27 HTTP/1.1" 200 None
2026-03-30 06:42:57 [bca.uk] INFO: Saving data for CE68%20LPO: {'auction_closing_time': 1774864800.0, 'created_time': 1773821278.851813, 'last_price_update_time': 1774852977.863326}
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE68%2520LPO') HTTP/1.1" 204 0
2026-03-30 06:42:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0c6cb63-59f6-57e5-ada2-cb893795cbe4 with identifier: BD69%20WKF
2026-03-30 06:42:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0c6cb63-59f6-57e5-ada2-cb893795cbe4 with identifier: BD69%20WKF
2026-03-30 06:42:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0c6cb63-59f6-57e5-ada2-cb893795cbe4 with identifier: BD69%20WKF to the API
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD69%20WKF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a0c6cb63-59f6-57e5-ada2-cb893795cbe4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD69 WKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD69%20WKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA VIGNALE',
 'odometer': 20990,
 'odometer_reading_unit': '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 VIGNALE 1.0 E/B 140 Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 140',
 'vin': 'WF0JXXGAHJKL88360',
 'year': 2019}
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520WKF%27 HTTP/1.1" 200 None
2026-03-30 06:42:58 [bca.uk] INFO: Saving data for BD69%20WKF: {'auction_closing_time': 1774864800.0, 'created_time': 1773824413.707589, 'last_price_update_time': 1774852978.188044}
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD69%2520WKF') HTTP/1.1" 204 0
2026-03-30 06:42:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62bc3087-0e31-5ee7-a358-43546d6752df with identifier: GU15%20VFA
2026-03-30 06:42:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62bc3087-0e31-5ee7-a358-43546d6752df with identifier: GU15%20VFA
2026-03-30 06:42:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62bc3087-0e31-5ee7-a358-43546d6752df with identifier: GU15%20VFA to the API
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU15%20VFA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '62bc3087-0e31-5ee7-a358-43546d6752df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU15 VFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU15%20VFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 112599,
 'odometer_reading_unit': '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 A7 SPORTBACK 3.0 TDI 272 QUATTRO S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 272 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ4G6FN076470',
 'year': 2015}
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU15%2520VFA%27 HTTP/1.1" 200 None
2026-03-30 06:42:58 [bca.uk] INFO: Saving data for GU15%20VFA: {'auction_closing_time': 1774864800.0, 'created_time': 1774534990.250033, 'last_price_update_time': 1774852978.482591}
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU15%2520VFA') HTTP/1.1" 204 0
2026-03-30 06:42:58 [bca.uk] INFO: Found listing with ID: MT15%20GCY
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520GCY%27 HTTP/1.1" 200 None
2026-03-30 06:42:58 [bca.uk] INFO: Scrape type for MT15%20GCY: 2
2026-03-30 06:42:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6458e074-5a54-5ce8-bfbd-02756204358f with identifier: MT15%20GCY
2026-03-30 06:42:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6458e074-5a54-5ce8-bfbd-02756204358f with scrape type 2
2026-03-30 06:42:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6458e074-5a54-5ce8-bfbd-02756204358f with scrape type 2
2026-03-30 06:42:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6458e074-5a54-5ce8-bfbd-02756204358f, identifier: MT15%20GCY
2026-03-30 06:42:58 [bca.uk] INFO: Found listing with ID: DF75%20ECW
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF75%2520ECW%27 HTTP/1.1" 200 None
2026-03-30 06:42:58 [bca.uk] INFO: Scrape type for DF75%20ECW: 2
2026-03-30 06:42:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f875b52-46ab-52eb-a98c-e34b85a56efc with identifier: DF75%20ECW
2026-03-30 06:42:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f875b52-46ab-52eb-a98c-e34b85a56efc with scrape type 2
2026-03-30 06:42:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f875b52-46ab-52eb-a98c-e34b85a56efc with scrape type 2
2026-03-30 06:42:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f875b52-46ab-52eb-a98c-e34b85a56efc, identifier: DF75%20ECW
2026-03-30 06:42:58 [bca.uk] INFO: Found listing with ID: SP13%20YTV
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP13%2520YTV%27 HTTP/1.1" 200 None
2026-03-30 06:42:58 [bca.uk] INFO: Scrape type for SP13%20YTV: 2
2026-03-30 06:42:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d8f9632-e2c7-5a82-893c-a21dac752a86 with identifier: SP13%20YTV
2026-03-30 06:42:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d8f9632-e2c7-5a82-893c-a21dac752a86 with scrape type 2
2026-03-30 06:42:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d8f9632-e2c7-5a82-893c-a21dac752a86 with scrape type 2
2026-03-30 06:42:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d8f9632-e2c7-5a82-893c-a21dac752a86, identifier: SP13%20YTV
2026-03-30 06:42:58 [bca.uk] INFO: Found listing with ID: KY67%20AHV
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY67%2520AHV%27 HTTP/1.1" 200 None
2026-03-30 06:42:58 [bca.uk] INFO: Scrape type for KY67%20AHV: 2
2026-03-30 06:42:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06ca3442-175e-551a-80c8-19940c0e4c67 with identifier: KY67%20AHV
2026-03-30 06:42:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06ca3442-175e-551a-80c8-19940c0e4c67 with scrape type 2
2026-03-30 06:42:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06ca3442-175e-551a-80c8-19940c0e4c67 with scrape type 2
2026-03-30 06:42:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06ca3442-175e-551a-80c8-19940c0e4c67, identifier: KY67%20AHV
2026-03-30 06:42:58 [bca.uk] INFO: Found listing with ID: WN69%20EET
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520EET%27 HTTP/1.1" 200 None
2026-03-30 06:42:58 [bca.uk] INFO: Scrape type for WN69%20EET: 2
2026-03-30 06:42:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de199cb2-49e8-59c1-81dc-9cf704ca95f5 with identifier: WN69%20EET
2026-03-30 06:42:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de199cb2-49e8-59c1-81dc-9cf704ca95f5 with scrape type 2
2026-03-30 06:42:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de199cb2-49e8-59c1-81dc-9cf704ca95f5 with scrape type 2
2026-03-30 06:42:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de199cb2-49e8-59c1-81dc-9cf704ca95f5, identifier: WN69%20EET
2026-03-30 06:42:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6458e074-5a54-5ce8-bfbd-02756204358f with identifier: MT15%20GCY
2026-03-30 06:42:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6458e074-5a54-5ce8-bfbd-02756204358f with identifier: MT15%20GCY
2026-03-30 06:42:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6458e074-5a54-5ce8-bfbd-02756204358f with identifier: MT15%20GCY to the API
2026-03-30 06:42:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT15%20GCY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6458e074-5a54-5ce8-bfbd-02756204358f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT15 GCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT15%20GCY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 78090,
 'odometer_reading_unit': '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': 'WF0DXXGAKDFE29447',
 'year': 2015}
2026-03-30 06:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT15%2520GCY%27 HTTP/1.1" 200 None
2026-03-30 06:42:59 [bca.uk] INFO: Saving data for MT15%20GCY: {'auction_closing_time': 1774864800.0, 'created_time': 1774535432.35045, 'last_price_update_time': 1774852979.326054}
2026-03-30 06:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT15%2520GCY') HTTP/1.1" 204 0
2026-03-30 06:42:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f875b52-46ab-52eb-a98c-e34b85a56efc with identifier: DF75%20ECW
2026-03-30 06:42:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f875b52-46ab-52eb-a98c-e34b85a56efc with identifier: DF75%20ECW
2026-03-30 06:42:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f875b52-46ab-52eb-a98c-e34b85a56efc with identifier: DF75%20ECW to the API
2026-03-30 06:42:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:42:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF75%20ECW-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': '8f875b52-46ab-52eb-a98c-e34b85a56efc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DF75 ECW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF75%20ECW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A5 SALOON',
 'odometer': 652,
 '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 A5 SALOON 2.0 TFSI E 299 Q S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI E 299 Q S LINE S-T',
 'vin': 'WAUZZZFU9SN097021',
 'year': 2025}
2026-03-30 06:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF75%2520ECW%27 HTTP/1.1" 200 None
2026-03-30 06:42:59 [bca.uk] INFO: Saving data for DF75%20ECW: {'auction_closing_time': 1774951200.0, 'created_time': 1774534635.198547, 'last_price_update_time': 1774852979.737503}
2026-03-30 06:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:42:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF75%2520ECW') HTTP/1.1" 204 0
2026-03-30 06:42:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d8f9632-e2c7-5a82-893c-a21dac752a86 with identifier: SP13%20YTV
2026-03-30 06:42:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d8f9632-e2c7-5a82-893c-a21dac752a86 with identifier: SP13%20YTV
2026-03-30 06:42:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d8f9632-e2c7-5a82-893c-a21dac752a86 with identifier: SP13%20YTV to the API
2026-03-30 06:42:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:42: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:43:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP13%20YTV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8d8f9632-e2c7-5a82-893c-a21dac752a86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP13 YTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP13%20YTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 85548,
 'odometer_reading_unit': '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.4 T 140 EXCLUSIV 4X4 S/S StationWagon',
 'transmission': 'manual',
 'trim': 'T 140 EXCLUSIV 4X4 S/S',
 'vin': 'W0LJC7E86DB111258',
 'year': 2013}
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP13%2520YTV%27 HTTP/1.1" 200 None
2026-03-30 06:43:00 [bca.uk] INFO: Saving data for SP13%20YTV: {'auction_closing_time': 1774864800.0, 'created_time': 1773839160.75671, 'last_price_update_time': 1774852980.066905}
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP13%2520YTV') HTTP/1.1" 204 0
2026-03-30 06:43:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06ca3442-175e-551a-80c8-19940c0e4c67 with identifier: KY67%20AHV
2026-03-30 06:43:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06ca3442-175e-551a-80c8-19940c0e4c67 with identifier: KY67%20AHV
2026-03-30 06:43:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06ca3442-175e-551a-80c8-19940c0e4c67 with identifier: KY67%20AHV to the API
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY67%20AHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '06ca3442-175e-551a-80c8-19940c0e4c67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY67 AHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY67%20AHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 220 D',
 'odometer': 103403,
 'odometer_reading_unit': '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 PREMIUM PLUS 4M DCT '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS 4M DCT',
 'vin': 'WDC1569052J428814',
 'year': 2017}
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY67%2520AHV%27 HTTP/1.1" 200 None
2026-03-30 06:43:00 [bca.uk] INFO: Saving data for KY67%20AHV: {'auction_closing_time': 1774864800.0, 'created_time': 1773839022.448875, 'last_price_update_time': 1774852980.384822}
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY67%2520AHV') HTTP/1.1" 204 0
2026-03-30 06:43:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de199cb2-49e8-59c1-81dc-9cf704ca95f5 with identifier: WN69%20EET
2026-03-30 06:43:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de199cb2-49e8-59c1-81dc-9cf704ca95f5 with identifier: WN69%20EET
2026-03-30 06:43:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de199cb2-49e8-59c1-81dc-9cf704ca95f5 with identifier: WN69%20EET to the API
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN69%20EET-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'de199cb2-49e8-59c1-81dc-9cf704ca95f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN69 EET',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN69%20EET&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'C200 EQ-B',
 'odometer': 46142,
 'odometer_reading_unit': '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 AMG LINE PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2050772R529523',
 'year': 2019}
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520EET%27 HTTP/1.1" 200 None
2026-03-30 06:43:00 [bca.uk] INFO: Saving data for WN69%20EET: {'auction_closing_time': 1774864800.0, 'created_time': 1774535048.632227, 'last_price_update_time': 1774852980.6843}
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN69%2520EET') HTTP/1.1" 204 0
2026-03-30 06:43:00 [bca.uk] INFO: Found listing with ID: NL15%20HWO
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520HWO%27 HTTP/1.1" 200 None
2026-03-30 06:43:00 [bca.uk] INFO: Scrape type for NL15%20HWO: 2
2026-03-30 06:43:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34d86db2-3d2d-5952-881d-c6f509eaa05e with identifier: NL15%20HWO
2026-03-30 06:43:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34d86db2-3d2d-5952-881d-c6f509eaa05e with scrape type 2
2026-03-30 06:43:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34d86db2-3d2d-5952-881d-c6f509eaa05e with scrape type 2
2026-03-30 06:43:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34d86db2-3d2d-5952-881d-c6f509eaa05e, identifier: NL15%20HWO
2026-03-30 06:43:00 [bca.uk] INFO: Found listing with ID: SP15%20WMX
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP15%2520WMX%27 HTTP/1.1" 200 None
2026-03-30 06:43:00 [bca.uk] INFO: Scrape type for SP15%20WMX: 2
2026-03-30 06:43:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c33e36a-0a3b-5268-b179-2c04fdb4cc69 with identifier: SP15%20WMX
2026-03-30 06:43:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c33e36a-0a3b-5268-b179-2c04fdb4cc69 with scrape type 2
2026-03-30 06:43:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c33e36a-0a3b-5268-b179-2c04fdb4cc69 with scrape type 2
2026-03-30 06:43:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c33e36a-0a3b-5268-b179-2c04fdb4cc69, identifier: SP15%20WMX
2026-03-30 06:43:00 [bca.uk] INFO: Found listing with ID: LC65%20UMK
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC65%2520UMK%27 HTTP/1.1" 200 None
2026-03-30 06:43:00 [bca.uk] INFO: Scrape type for LC65%20UMK: 2
2026-03-30 06:43:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1ff97c-2d0d-549f-b514-3568513df564 with identifier: LC65%20UMK
2026-03-30 06:43:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1ff97c-2d0d-549f-b514-3568513df564 with scrape type 2
2026-03-30 06:43:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a1ff97c-2d0d-549f-b514-3568513df564 with scrape type 2
2026-03-30 06:43:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a1ff97c-2d0d-549f-b514-3568513df564, identifier: LC65%20UMK
2026-03-30 06:43:01 [bca.uk] INFO: Found listing with ID: RF73%20HGC
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520HGC%27 HTTP/1.1" 200 None
2026-03-30 06:43:01 [bca.uk] INFO: Scrape type for RF73%20HGC: 2
2026-03-30 06:43:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a96ee60-94c0-5df7-a627-2b9611da2361 with identifier: RF73%20HGC
2026-03-30 06:43:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a96ee60-94c0-5df7-a627-2b9611da2361 with scrape type 2
2026-03-30 06:43:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a96ee60-94c0-5df7-a627-2b9611da2361 with scrape type 2
2026-03-30 06:43:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a96ee60-94c0-5df7-a627-2b9611da2361, identifier: RF73%20HGC
2026-03-30 06:43:01 [bca.uk] INFO: Found listing with ID: SL63%20DLO
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520DLO%27 HTTP/1.1" 200 None
2026-03-30 06:43:01 [bca.uk] INFO: Scrape type for SL63%20DLO: 2
2026-03-30 06:43:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47eb0df3-aaeb-58b7-9577-a4c8192a8cef with identifier: SL63%20DLO
2026-03-30 06:43:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47eb0df3-aaeb-58b7-9577-a4c8192a8cef with scrape type 2
2026-03-30 06:43:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47eb0df3-aaeb-58b7-9577-a4c8192a8cef with scrape type 2
2026-03-30 06:43:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47eb0df3-aaeb-58b7-9577-a4c8192a8cef, identifier: SL63%20DLO
2026-03-30 06:43:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34d86db2-3d2d-5952-881d-c6f509eaa05e with identifier: NL15%20HWO
2026-03-30 06:43:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34d86db2-3d2d-5952-881d-c6f509eaa05e with identifier: NL15%20HWO
2026-03-30 06:43:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34d86db2-3d2d-5952-881d-c6f509eaa05e with identifier: NL15%20HWO to the API
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL15%20HWO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '34d86db2-3d2d-5952-881d-c6f509eaa05e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL15 HWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL15%20HWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 85056,
 'odometer_reading_unit': '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': 'WF0DXXGAKDFD72828',
 'year': 2015}
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL15%2520HWO%27 HTTP/1.1" 200 None
2026-03-30 06:43:01 [bca.uk] INFO: Saving data for NL15%20HWO: {'auction_closing_time': 1774864800.0, 'created_time': 1774535462.375742, 'last_price_update_time': 1774852981.574676}
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL15%2520HWO') HTTP/1.1" 204 0
2026-03-30 06:43:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c33e36a-0a3b-5268-b179-2c04fdb4cc69 with identifier: SP15%20WMX
2026-03-30 06:43:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c33e36a-0a3b-5268-b179-2c04fdb4cc69 with identifier: SP15%20WMX
2026-03-30 06:43:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c33e36a-0a3b-5268-b179-2c04fdb4cc69 with identifier: SP15%20WMX to the API
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP15%20WMX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4c33e36a-0a3b-5268-b179-2c04fdb4cc69',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP15 WMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP15%20WMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 155543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.2 SD4 190 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 190 HSE',
 'vin': 'SALCA2AE7FH513507',
 'year': 2015}
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP15%2520WMX%27 HTTP/1.1" 200 None
2026-03-30 06:43:01 [bca.uk] INFO: Saving data for SP15%20WMX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534608.784211, 'last_price_update_time': 1774852981.916374}
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP15%2520WMX') HTTP/1.1" 204 0
2026-03-30 06:43:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a1ff97c-2d0d-549f-b514-3568513df564 with identifier: LC65%20UMK
2026-03-30 06:43:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a1ff97c-2d0d-549f-b514-3568513df564 with identifier: LC65%20UMK
2026-03-30 06:43:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a1ff97c-2d0d-549f-b514-3568513df564 with identifier: LC65%20UMK to the API
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC65%20UMK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a1ff97c-2d0d-549f-b514-3568513df564',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC65 UMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC65%20UMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3 CABRIO',
 'odometer': 51566,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 CABRIO 1.6 THP 165 DSPORT S/S Convertible',
 'transmission': 'manual',
 'trim': 'THP 165 DSPORT S/S',
 'vin': 'VF7SB5GZMFW664035',
 'year': 2015}
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC65%2520UMK%27 HTTP/1.1" 200 None
2026-03-30 06:43:02 [bca.uk] INFO: Saving data for LC65%20UMK: {'auction_closing_time': 1774864800.0, 'created_time': 1773910130.86697, 'last_price_update_time': 1774852982.212871}
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC65%2520UMK') HTTP/1.1" 204 0
2026-03-30 06:43:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a96ee60-94c0-5df7-a627-2b9611da2361 with identifier: RF73%20HGC
2026-03-30 06:43:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a96ee60-94c0-5df7-a627-2b9611da2361 with identifier: RF73%20HGC
2026-03-30 06:43:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a96ee60-94c0-5df7-a627-2b9611da2361 with identifier: RF73%20HGC to the API
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF73%20HGC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9a96ee60-94c0-5df7-a627-2b9611da2361',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF73 HGC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF73%20HGC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 24794,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.5 35 TFSI SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '35 TFSI SPORT S-T',
 'vin': 'WAUZZZGY3RA040879',
 'year': 2023}
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF73%2520HGC%27 HTTP/1.1" 200 None
2026-03-30 06:43:02 [bca.uk] INFO: Saving data for RF73%20HGC: {'auction_closing_time': 1774864800.0, 'created_time': 1774535063.736109, 'last_price_update_time': 1774852982.500456}
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF73%2520HGC') HTTP/1.1" 204 0
2026-03-30 06:43:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47eb0df3-aaeb-58b7-9577-a4c8192a8cef with identifier: SL63%20DLO
2026-03-30 06:43:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47eb0df3-aaeb-58b7-9577-a4c8192a8cef with identifier: SL63%20DLO
2026-03-30 06:43:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47eb0df3-aaeb-58b7-9577-a4c8192a8cef with identifier: SL63%20DLO to the API
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL63%20DLO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '47eb0df3-aaeb-58b7-9577-a4c8192a8cef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL63 DLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL63%20DLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'UP!',
 'odometer': 71255,
 'odometer_reading_unit': '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': 'WVWZZZAAZED038329',
 'year': 2013}
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL63%2520DLO%27 HTTP/1.1" 200 None
2026-03-30 06:43:02 [bca.uk] INFO: Saving data for SL63%20DLO: {'auction_closing_time': 1774864800.0, 'created_time': 1774535049.557599, 'last_price_update_time': 1774852982.814364}
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL63%2520DLO') HTTP/1.1" 204 0
2026-03-30 06:43:02 [bca.uk] INFO: Found listing with ID: PO13%20OZW
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO13%2520OZW%27 HTTP/1.1" 200 None
2026-03-30 06:43:02 [bca.uk] INFO: Scrape type for PO13%20OZW: 2
2026-03-30 06:43:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 959b3ce5-f349-5e68-9eef-b2bb98d4a02c with identifier: PO13%20OZW
2026-03-30 06:43:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 959b3ce5-f349-5e68-9eef-b2bb98d4a02c with scrape type 2
2026-03-30 06:43:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 959b3ce5-f349-5e68-9eef-b2bb98d4a02c with scrape type 2
2026-03-30 06:43:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 959b3ce5-f349-5e68-9eef-b2bb98d4a02c, identifier: PO13%20OZW
2026-03-30 06:43:02 [bca.uk] INFO: Found listing with ID: YF70%20CWL
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF70%2520CWL%27 HTTP/1.1" 200 None
2026-03-30 06:43:02 [bca.uk] INFO: Scrape type for YF70%20CWL: 2
2026-03-30 06:43:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b53342a-37dd-54ac-b179-af42d634e1b2 with identifier: YF70%20CWL
2026-03-30 06:43:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b53342a-37dd-54ac-b179-af42d634e1b2 with scrape type 2
2026-03-30 06:43:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b53342a-37dd-54ac-b179-af42d634e1b2 with scrape type 2
2026-03-30 06:43:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b53342a-37dd-54ac-b179-af42d634e1b2, identifier: YF70%20CWL
2026-03-30 06:43:03 [bca.uk] INFO: Found listing with ID: WD19%20DDU
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD19%2520DDU%27 HTTP/1.1" 200 None
2026-03-30 06:43:03 [bca.uk] INFO: Scrape type for WD19%20DDU: 2
2026-03-30 06:43:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30ed353f-53ae-57b5-9957-48f94a7a94e7 with identifier: WD19%20DDU
2026-03-30 06:43:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30ed353f-53ae-57b5-9957-48f94a7a94e7 with scrape type 2
2026-03-30 06:43:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30ed353f-53ae-57b5-9957-48f94a7a94e7 with scrape type 2
2026-03-30 06:43:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30ed353f-53ae-57b5-9957-48f94a7a94e7, identifier: WD19%20DDU
2026-03-30 06:43:03 [bca.uk] INFO: Found listing with ID: AE63%20KXS
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE63%2520KXS%27 HTTP/1.1" 200 None
2026-03-30 06:43:03 [bca.uk] INFO: Scrape type for AE63%20KXS: 2
2026-03-30 06:43:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 201c0bfc-08b1-565e-bec8-dc2491261e5c with identifier: AE63%20KXS
2026-03-30 06:43:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 201c0bfc-08b1-565e-bec8-dc2491261e5c with scrape type 2
2026-03-30 06:43:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 201c0bfc-08b1-565e-bec8-dc2491261e5c with scrape type 2
2026-03-30 06:43:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 201c0bfc-08b1-565e-bec8-dc2491261e5c, identifier: AE63%20KXS
2026-03-30 06:43:03 [bca.uk] INFO: Found listing with ID: YB69%20PVV
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520PVV%27 HTTP/1.1" 200 None
2026-03-30 06:43:03 [bca.uk] INFO: Scrape type for YB69%20PVV: 2
2026-03-30 06:43:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15b2f883-5b41-5ef2-89ad-7c21ff611568 with identifier: YB69%20PVV
2026-03-30 06:43:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15b2f883-5b41-5ef2-89ad-7c21ff611568 with scrape type 2
2026-03-30 06:43:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15b2f883-5b41-5ef2-89ad-7c21ff611568 with scrape type 2
2026-03-30 06:43:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15b2f883-5b41-5ef2-89ad-7c21ff611568, identifier: YB69%20PVV
2026-03-30 06:43:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 959b3ce5-f349-5e68-9eef-b2bb98d4a02c with identifier: PO13%20OZW
2026-03-30 06:43:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 959b3ce5-f349-5e68-9eef-b2bb98d4a02c with identifier: PO13%20OZW
2026-03-30 06:43:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 959b3ce5-f349-5e68-9eef-b2bb98d4a02c with identifier: PO13%20OZW to the API
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO13%20OZW-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '959b3ce5-f349-5e68-9eef-b2bb98d4a02c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO13 OZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO13%20OZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 133782,
 'odometer_reading_unit': '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 140 ZETEC BUSINESS ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 140 ZETEC BUSINESS ED.',
 'vin': 'WF0EXXGBBECY74705',
 'year': 2013}
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO13%2520OZW%27 HTTP/1.1" 200 None
2026-03-30 06:43:03 [bca.uk] INFO: Saving data for PO13%20OZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774535460.14686, 'last_price_update_time': 1774852983.683612}
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO13%2520OZW') HTTP/1.1" 204 0
2026-03-30 06:43:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b53342a-37dd-54ac-b179-af42d634e1b2 with identifier: YF70%20CWL
2026-03-30 06:43:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b53342a-37dd-54ac-b179-af42d634e1b2 with identifier: YF70%20CWL
2026-03-30 06:43:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b53342a-37dd-54ac-b179-af42d634e1b2 with identifier: YF70%20CWL to the API
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF70%20CWL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1b53342a-37dd-54ac-b179-af42d634e1b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF70 CWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF70%20CWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'DACIA',
 'model': 'DUSTER',
 'odometer': 30879,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'DACIA DUSTER 1.0 TCE 100 COMFORT StationWagon',
 'transmission': 'manual',
 'trim': 'TCE 100 COMFORT',
 'vin': 'VF1HJD20965869100',
 'year': 2020}
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF70%2520CWL%27 HTTP/1.1" 200 None
2026-03-30 06:43:03 [bca.uk] INFO: Saving data for YF70%20CWL: {'auction_closing_time': 1774951200.0, 'created_time': 1774390546.913675, 'last_price_update_time': 1774852983.989615}
2026-03-30 06:43:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF70%2520CWL') HTTP/1.1" 204 0
2026-03-30 06:43:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30ed353f-53ae-57b5-9957-48f94a7a94e7 with identifier: WD19%20DDU
2026-03-30 06:43:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30ed353f-53ae-57b5-9957-48f94a7a94e7 with identifier: WD19%20DDU
2026-03-30 06:43:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30ed353f-53ae-57b5-9957-48f94a7a94e7 with identifier: WD19%20DDU to the API
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD19%20DDU-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '30ed353f-53ae-57b5-9957-48f94a7a94e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD19 DDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD19%20DDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-TRAIL',
 'model': 'FRONTIER',
 'odometer': 11467,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUTO-TRAIL FRONTIER 2.3 DELAWARE S MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'DELAWARE S MOTORHOME',
 'vin': 'ZFA25000002K42369',
 'year': 2019}
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD19%2520DDU%27 HTTP/1.1" 200 None
2026-03-30 06:43:04 [bca.uk] INFO: Saving data for WD19%20DDU: {'auction_closing_time': 1775124000.0, 'created_time': 1774534887.249819, 'last_price_update_time': 1774852984.29019}
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD19%2520DDU') HTTP/1.1" 204 0
2026-03-30 06:43:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 201c0bfc-08b1-565e-bec8-dc2491261e5c with identifier: AE63%20KXS
2026-03-30 06:43:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 201c0bfc-08b1-565e-bec8-dc2491261e5c with identifier: AE63%20KXS
2026-03-30 06:43:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 201c0bfc-08b1-565e-bec8-dc2491261e5c with identifier: AE63%20KXS to the API
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE63%20KXS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '201c0bfc-08b1-565e-bec8-dc2491261e5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE63 KXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE63%20KXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 94098,
 'odometer_reading_unit': '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 X5 3.0 XDRIVE M50D (7S) StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE M50D (7S)',
 'vin': 'WBAKS820X00C39957',
 'year': 2013}
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE63%2520KXS%27 HTTP/1.1" 200 None
2026-03-30 06:43:04 [bca.uk] INFO: Saving data for AE63%20KXS: {'auction_closing_time': 1774864800.0, 'created_time': 1773841525.122119, 'last_price_update_time': 1774852984.597104}
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE63%2520KXS') HTTP/1.1" 204 0
2026-03-30 06:43:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15b2f883-5b41-5ef2-89ad-7c21ff611568 with identifier: YB69%20PVV
2026-03-30 06:43:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15b2f883-5b41-5ef2-89ad-7c21ff611568 with identifier: YB69%20PVV
2026-03-30 06:43:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15b2f883-5b41-5ef2-89ad-7c21ff611568 with identifier: YB69%20PVV to the API
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 83,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB69%20PVV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '15b2f883-5b41-5ef2-89ad-7c21ff611568',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB69 PVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB69%20PVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 48985,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.8 VVT-I HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID DESIGN',
 'vin': 'SB1K93BE20E080000',
 'year': 2019}
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520PVV%27 HTTP/1.1" 200 None
2026-03-30 06:43:04 [bca.uk] INFO: Saving data for YB69%20PVV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535025.626063, 'last_price_update_time': 1774852984.921529}
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB69%2520PVV') HTTP/1.1" 204 0
2026-03-30 06:43:04 [bca.uk] INFO: Found listing with ID: RF16%20NYO
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF16%2520NYO%27 HTTP/1.1" 200 None
2026-03-30 06:43:04 [bca.uk] INFO: Scrape type for RF16%20NYO: 2
2026-03-30 06:43:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b761fd26-d47b-5f04-8dba-0a494eb36466 with identifier: RF16%20NYO
2026-03-30 06:43:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b761fd26-d47b-5f04-8dba-0a494eb36466 with scrape type 2
2026-03-30 06:43:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b761fd26-d47b-5f04-8dba-0a494eb36466 with scrape type 2
2026-03-30 06:43:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b761fd26-d47b-5f04-8dba-0a494eb36466, identifier: RF16%20NYO
2026-03-30 06:43:05 [bca.uk] INFO: Found listing with ID: SR19%20FHB
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520FHB%27 HTTP/1.1" 200 None
2026-03-30 06:43:05 [bca.uk] INFO: Scrape type for SR19%20FHB: 2
2026-03-30 06:43:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb775acd-a986-515d-9da4-375e88a7be55 with identifier: SR19%20FHB
2026-03-30 06:43:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb775acd-a986-515d-9da4-375e88a7be55 with scrape type 2
2026-03-30 06:43:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb775acd-a986-515d-9da4-375e88a7be55 with scrape type 2
2026-03-30 06:43:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb775acd-a986-515d-9da4-375e88a7be55, identifier: SR19%20FHB
2026-03-30 06:43:05 [bca.uk] INFO: Found listing with ID: RX19%20GRU
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520GRU%27 HTTP/1.1" 200 None
2026-03-30 06:43:05 [bca.uk] INFO: Scrape type for RX19%20GRU: 2
2026-03-30 06:43:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f209e7a-df4c-56da-aaf0-911f2ba3b757 with identifier: RX19%20GRU
2026-03-30 06:43:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f209e7a-df4c-56da-aaf0-911f2ba3b757 with scrape type 2
2026-03-30 06:43:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f209e7a-df4c-56da-aaf0-911f2ba3b757 with scrape type 2
2026-03-30 06:43:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f209e7a-df4c-56da-aaf0-911f2ba3b757, identifier: RX19%20GRU
2026-03-30 06:43:05 [bca.uk] INFO: Found listing with ID: MC15%20DPU
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC15%2520DPU%27 HTTP/1.1" 200 None
2026-03-30 06:43:05 [bca.uk] INFO: Scrape type for MC15%20DPU: 2
2026-03-30 06:43:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6c19c31-c490-50f9-abf0-e564fc050bbd with identifier: MC15%20DPU
2026-03-30 06:43:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6c19c31-c490-50f9-abf0-e564fc050bbd with scrape type 2
2026-03-30 06:43:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6c19c31-c490-50f9-abf0-e564fc050bbd with scrape type 2
2026-03-30 06:43:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6c19c31-c490-50f9-abf0-e564fc050bbd, identifier: MC15%20DPU
2026-03-30 06:43:05 [bca.uk] INFO: Found listing with ID: CE06%20SDY
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE06%2520SDY%27 HTTP/1.1" 200 None
2026-03-30 06:43:05 [bca.uk] INFO: Scrape type for CE06%20SDY: 2
2026-03-30 06:43:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1a625aa-0d57-5c1f-8a4b-ce2b14512f72 with identifier: CE06%20SDY
2026-03-30 06:43:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1a625aa-0d57-5c1f-8a4b-ce2b14512f72 with scrape type 2
2026-03-30 06:43:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1a625aa-0d57-5c1f-8a4b-ce2b14512f72 with scrape type 2
2026-03-30 06:43:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1a625aa-0d57-5c1f-8a4b-ce2b14512f72, identifier: CE06%20SDY
2026-03-30 06:43:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b761fd26-d47b-5f04-8dba-0a494eb36466 with identifier: RF16%20NYO
2026-03-30 06:43:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b761fd26-d47b-5f04-8dba-0a494eb36466 with identifier: RF16%20NYO
2026-03-30 06:43:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b761fd26-d47b-5f04-8dba-0a494eb36466 with identifier: RF16%20NYO to the API
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF16%20NYO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b761fd26-d47b-5f04-8dba-0a494eb36466',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF16 NYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF16%20NYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 103306,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0DXXGAKDGB36788',
 'year': 2016}
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF16%2520NYO%27 HTTP/1.1" 200 None
2026-03-30 06:43:05 [bca.uk] INFO: Saving data for RF16%20NYO: {'auction_closing_time': 1774864800.0, 'created_time': 1774535453.637835, 'last_price_update_time': 1774852985.839801}
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF16%2520NYO') HTTP/1.1" 204 0
2026-03-30 06:43:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb775acd-a986-515d-9da4-375e88a7be55 with identifier: SR19%20FHB
2026-03-30 06:43:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb775acd-a986-515d-9da4-375e88a7be55 with identifier: SR19%20FHB
2026-03-30 06:43:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb775acd-a986-515d-9da4-375e88a7be55 with identifier: SR19%20FHB to the API
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 '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': 'bb775acd-a986-515d-9da4-375e88a7be55',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR19 FHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR19%20FHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 81487,
 'odometer_reading_unit': '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 FABIA 1.0 TSI 110 SE Estate',
 'transmission': 'manual',
 'trim': 'TSI 110 SE',
 'vin': 'TMBKR6NJ0KZ089151',
 'year': 2019}
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520FHB%27 HTTP/1.1" 200 None
2026-03-30 06:43:06 [bca.uk] INFO: Saving data for SR19%20FHB: {'auction_closing_time': 1775037600.0, 'created_time': 1774534785.079224, 'last_price_update_time': 1774852986.25762}
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR19%2520FHB') HTTP/1.1" 204 0
2026-03-30 06:43:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f209e7a-df4c-56da-aaf0-911f2ba3b757 with identifier: RX19%20GRU
2026-03-30 06:43:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f209e7a-df4c-56da-aaf0-911f2ba3b757 with identifier: RX19%20GRU
2026-03-30 06:43:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f209e7a-df4c-56da-aaf0-911f2ba3b757 with identifier: RX19%20GRU to the API
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX19%20GRU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f209e7a-df4c-56da-aaf0-911f2ba3b757',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RX19 GRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX19%20GRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 49916,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2026-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 2.0 TDI 150 SE Estate',
 'transmission': 'manual',
 'trim': 'TDI 150 SE',
 'vin': 'TMBKH7NP6K7017850',
 'year': 2026}
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520GRU%27 HTTP/1.1" 200 None
2026-03-30 06:43:06 [bca.uk] INFO: Saving data for RX19%20GRU: {'auction_closing_time': 1774864800.0, 'created_time': 1774005094.972513, 'last_price_update_time': 1774852986.554093}
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX19%2520GRU') HTTP/1.1" 204 0
2026-03-30 06:43:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6c19c31-c490-50f9-abf0-e564fc050bbd with identifier: MC15%20DPU
2026-03-30 06:43:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6c19c31-c490-50f9-abf0-e564fc050bbd with identifier: MC15%20DPU
2026-03-30 06:43:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6c19c31-c490-50f9-abf0-e564fc050bbd with identifier: MC15%20DPU to the API
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC15%20DPU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c6c19c31-c490-50f9-abf0-e564fc050bbd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC15 DPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC15%20DPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 199213,
 'odometer_reading_unit': '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 150 ECO TITANIUM Estate',
 'transmission': 'manual',
 'trim': 'TDCI 150 ECO TITANIUM',
 'vin': 'WF0FXXWPCFEA05774',
 'year': 2015}
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC15%2520DPU%27 HTTP/1.1" 200 None
2026-03-30 06:43:06 [bca.uk] INFO: Saving data for MC15%20DPU: {'auction_closing_time': 1774951200.0, 'created_time': 1774535045.340218, 'last_price_update_time': 1774852986.845367}
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC15%2520DPU') HTTP/1.1" 204 0
2026-03-30 06:43:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1a625aa-0d57-5c1f-8a4b-ce2b14512f72 with identifier: CE06%20SDY
2026-03-30 06:43:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1a625aa-0d57-5c1f-8a4b-ce2b14512f72 with identifier: CE06%20SDY
2026-03-30 06:43:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1a625aa-0d57-5c1f-8a4b-ce2b14512f72 with identifier: CE06%20SDY to the API
2026-03-30 06:43:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 218,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE06%20SDY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f1a625aa-0d57-5c1f-8a4b-ce2b14512f72',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE06 SDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE06%20SDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 61708,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TITANIUM X Hatchback',
 'transmission': 'automatic',
 'trim': 'TITANIUM X',
 'vin': 'WF05XXGBB56L25404',
 'year': 2006}
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE06%2520SDY%27 HTTP/1.1" 200 None
2026-03-30 06:43:07 [bca.uk] INFO: Saving data for CE06%20SDY: {'auction_closing_time': 1774864800.0, 'created_time': 1774535026.733364, 'last_price_update_time': 1774852987.15276}
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE06%2520SDY') HTTP/1.1" 204 0
2026-03-30 06:43:07 [bca.uk] INFO: Found listing with ID: VE14%20GWL
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520GWL%27 HTTP/1.1" 200 None
2026-03-30 06:43:07 [bca.uk] INFO: Scrape type for VE14%20GWL: 2
2026-03-30 06:43:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ebf3825-dff8-524e-a5fa-354182e9b2dc with identifier: VE14%20GWL
2026-03-30 06:43:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ebf3825-dff8-524e-a5fa-354182e9b2dc with scrape type 2
2026-03-30 06:43:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ebf3825-dff8-524e-a5fa-354182e9b2dc with scrape type 2
2026-03-30 06:43:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ebf3825-dff8-524e-a5fa-354182e9b2dc, identifier: VE14%20GWL
2026-03-30 06:43:07 [bca.uk] INFO: Found listing with ID: PK67%20BDX
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520BDX%27 HTTP/1.1" 200 None
2026-03-30 06:43:07 [bca.uk] INFO: Scrape type for PK67%20BDX: 2
2026-03-30 06:43:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c0ac7fa-4a4d-5d70-859a-f7ea7545cb54 with identifier: PK67%20BDX
2026-03-30 06:43:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c0ac7fa-4a4d-5d70-859a-f7ea7545cb54 with scrape type 2
2026-03-30 06:43:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c0ac7fa-4a4d-5d70-859a-f7ea7545cb54 with scrape type 2
2026-03-30 06:43:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c0ac7fa-4a4d-5d70-859a-f7ea7545cb54, identifier: PK67%20BDX
2026-03-30 06:43:07 [bca.uk] INFO: Found listing with ID: GJ11%20DWA
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ11%2520DWA%27 HTTP/1.1" 200 None
2026-03-30 06:43:07 [bca.uk] INFO: Scrape type for GJ11%20DWA: 2
2026-03-30 06:43:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with identifier: GJ11%20DWA
2026-03-30 06:43:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with scrape type 2
2026-03-30 06:43:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with scrape type 2
2026-03-30 06:43:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8aaa25a5-ceed-5568-ab3b-ce91959bc562, identifier: GJ11%20DWA
2026-03-30 06:43:07 [bca.uk] INFO: Found listing with ID: RV05%20AFA
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV05%2520AFA%27 HTTP/1.1" 200 None
2026-03-30 06:43:07 [bca.uk] INFO: Scrape type for RV05%20AFA: 2
2026-03-30 06:43:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c3515b9-0bfe-5ae1-835b-3159330956f6 with identifier: RV05%20AFA
2026-03-30 06:43:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c3515b9-0bfe-5ae1-835b-3159330956f6 with scrape type 2
2026-03-30 06:43:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c3515b9-0bfe-5ae1-835b-3159330956f6 with scrape type 2
2026-03-30 06:43:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c3515b9-0bfe-5ae1-835b-3159330956f6, identifier: RV05%20AFA
2026-03-30 06:43:07 [bca.uk] INFO: Found listing with ID: KV61%20VFF
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520VFF%27 HTTP/1.1" 200 None
2026-03-30 06:43:07 [bca.uk] INFO: Scrape type for KV61%20VFF: 2
2026-03-30 06:43:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e396751-bc14-540d-a473-d3c031347aa1 with identifier: KV61%20VFF
2026-03-30 06:43:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e396751-bc14-540d-a473-d3c031347aa1 with scrape type 2
2026-03-30 06:43:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e396751-bc14-540d-a473-d3c031347aa1 with scrape type 2
2026-03-30 06:43:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e396751-bc14-540d-a473-d3c031347aa1, identifier: KV61%20VFF
2026-03-30 06:43:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ebf3825-dff8-524e-a5fa-354182e9b2dc with identifier: VE14%20GWL
2026-03-30 06:43:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ebf3825-dff8-524e-a5fa-354182e9b2dc with identifier: VE14%20GWL
2026-03-30 06:43:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ebf3825-dff8-524e-a5fa-354182e9b2dc with identifier: VE14%20GWL to the API
2026-03-30 06:43:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE14%20GWL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '1ebf3825-dff8-524e-a5fa-354182e9b2dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE14 GWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE14%20GWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'PRIUS+',
 'odometer': 47236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'TOYOTA PRIUS+ 1.8 VVTI ICON HYBRID MPV',
 'transmission': 'automatic',
 'trim': 'VVTI ICON HYBRID',
 'vin': 'JTDZS3EU903090780',
 'year': 2014}
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520GWL%27 HTTP/1.1" 200 None
2026-03-30 06:43:08 [bca.uk] INFO: Saving data for VE14%20GWL: {'auction_closing_time': 1774864800.0, 'created_time': 1774535484.669188, 'last_price_update_time': 1774852988.074601}
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE14%2520GWL') HTTP/1.1" 204 0
2026-03-30 06:43:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c0ac7fa-4a4d-5d70-859a-f7ea7545cb54 with identifier: PK67%20BDX
2026-03-30 06:43:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c0ac7fa-4a4d-5d70-859a-f7ea7545cb54 with identifier: PK67%20BDX
2026-03-30 06:43:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c0ac7fa-4a4d-5d70-859a-f7ea7545cb54 with identifier: PK67%20BDX to the API
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK67%20BDX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4c0ac7fa-4a4d-5d70-859a-f7ea7545cb54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK67 BDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK67%20BDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'JEEP',
 'model': 'CHEROKEE',
 'odometer': 65658,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JEEP CHEROKEE 2.2 M/JET 200 4WD OVERLAND StationWagon',
 'transmission': 'automatic',
 'trim': 'M/JET 200 4WD OVERLAND',
 'vin': '1C4PJMKUXGW320338',
 'year': 2017}
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK67%2520BDX%27 HTTP/1.1" 200 None
2026-03-30 06:43:08 [bca.uk] INFO: Saving data for PK67%20BDX: {'auction_closing_time': 1775037600.0, 'created_time': 1774534777.189195, 'last_price_update_time': 1774852988.384386}
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK67%2520BDX') HTTP/1.1" 204 0
2026-03-30 06:43:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with identifier: GJ11%20DWA
2026-03-30 06:43:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with identifier: GJ11%20DWA
2026-03-30 06:43:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8aaa25a5-ceed-5568-ab3b-ce91959bc562 with identifier: GJ11%20DWA to the API
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ11%20DWA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8aaa25a5-ceed-5568-ab3b-ce91959bc562',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ11 DWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ11%20DWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SORENTO',
 'odometer': 158249,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'KIA SORENTO 2.2 CRDI KX-3 StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI KX-3',
 'vin': 'KNAKU814NB5138034',
 'year': 2011}
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ11%2520DWA%27 HTTP/1.1" 200 None
2026-03-30 06:43:08 [bca.uk] INFO: Saving data for GJ11%20DWA: {'auction_closing_time': 1774864800.0, 'created_time': 1773828234.866576, 'last_price_update_time': 1774852988.683126}
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ11%2520DWA') HTTP/1.1" 204 0
2026-03-30 06:43:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c3515b9-0bfe-5ae1-835b-3159330956f6 with identifier: RV05%20AFA
2026-03-30 06:43:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c3515b9-0bfe-5ae1-835b-3159330956f6 with identifier: RV05%20AFA
2026-03-30 06:43:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c3515b9-0bfe-5ae1-835b-3159330956f6 with identifier: RV05%20AFA to the API
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV05%20AFA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c3515b9-0bfe-5ae1-835b-3159330956f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV05 AFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV05%20AFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 142412,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 FSI SE Hatchback',
 'transmission': 'manual',
 'trim': 'FSI SE',
 'vin': 'WVWZZZ1KZ5W180505',
 'year': 2005}
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV05%2520AFA%27 HTTP/1.1" 200 None
2026-03-30 06:43:08 [bca.uk] INFO: Saving data for RV05%20AFA: {'auction_closing_time': 1774864800.0, 'created_time': 1774535044.201329, 'last_price_update_time': 1774852988.975421}
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV05%2520AFA') HTTP/1.1" 204 0
2026-03-30 06:43:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e396751-bc14-540d-a473-d3c031347aa1 with identifier: KV61%20VFF
2026-03-30 06:43:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e396751-bc14-540d-a473-d3c031347aa1 with identifier: KV61%20VFF
2026-03-30 06:43:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e396751-bc14-540d-a473-d3c031347aa1 with identifier: KV61%20VFF to the API
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV61%20VFF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5e396751-bc14-540d-a473-d3c031347aa1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV61 VFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV61%20VFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': 'RCZ',
 'odometer': 96938,
 'odometer_reading_unit': '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 RCZ 1.6 THP 200 GT Coupe',
 'transmission': 'manual',
 'trim': 'THP 200 GT',
 'vin': 'VF34J5FU8BP013773',
 'year': 2011}
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520VFF%27 HTTP/1.1" 200 None
2026-03-30 06:43:09 [bca.uk] INFO: Saving data for KV61%20VFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774535027.708071, 'last_price_update_time': 1774852989.262033}
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV61%2520VFF') HTTP/1.1" 204 0
2026-03-30 06:43:09 [bca.uk] INFO: Found listing with ID: VO10%20VKB
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO10%2520VKB%27 HTTP/1.1" 200 None
2026-03-30 06:43:09 [bca.uk] INFO: Scrape type for VO10%20VKB: 2
2026-03-30 06:43:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11599a17-5e7f-5f65-84b8-fe06d691c79b with identifier: VO10%20VKB
2026-03-30 06:43:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11599a17-5e7f-5f65-84b8-fe06d691c79b with scrape type 2
2026-03-30 06:43:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11599a17-5e7f-5f65-84b8-fe06d691c79b with scrape type 2
2026-03-30 06:43:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11599a17-5e7f-5f65-84b8-fe06d691c79b, identifier: VO10%20VKB
2026-03-30 06:43:09 [bca.uk] INFO: Found listing with ID: LS24%20YUT
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520YUT%27 HTTP/1.1" 200 None
2026-03-30 06:43:09 [bca.uk] INFO: Scrape type for LS24%20YUT: 2
2026-03-30 06:43:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b11d764c-a248-58eb-9b30-6ddaf5c7542f with identifier: LS24%20YUT
2026-03-30 06:43:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b11d764c-a248-58eb-9b30-6ddaf5c7542f with scrape type 2
2026-03-30 06:43:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b11d764c-a248-58eb-9b30-6ddaf5c7542f with scrape type 2
2026-03-30 06:43:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b11d764c-a248-58eb-9b30-6ddaf5c7542f, identifier: LS24%20YUT
2026-03-30 06:43:09 [bca.uk] INFO: Found listing with ID: LE05%20BJX
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE05%2520BJX%27 HTTP/1.1" 200 None
2026-03-30 06:43:09 [bca.uk] INFO: Scrape type for LE05%20BJX: 2
2026-03-30 06:43:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 205ccc2e-bb9c-5e2b-b0c9-9a0e8ce25360 with identifier: LE05%20BJX
2026-03-30 06:43:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 205ccc2e-bb9c-5e2b-b0c9-9a0e8ce25360 with scrape type 2
2026-03-30 06:43:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 205ccc2e-bb9c-5e2b-b0c9-9a0e8ce25360 with scrape type 2
2026-03-30 06:43:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 205ccc2e-bb9c-5e2b-b0c9-9a0e8ce25360, identifier: LE05%20BJX
2026-03-30 06:43:09 [bca.uk] INFO: Found listing with ID: DT18%20TGJ
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT18%2520TGJ%27 HTTP/1.1" 200 None
2026-03-30 06:43:09 [bca.uk] INFO: Scrape type for DT18%20TGJ: 2
2026-03-30 06:43:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd8ab1a2-a206-5d25-9018-297730720fad with identifier: DT18%20TGJ
2026-03-30 06:43:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd8ab1a2-a206-5d25-9018-297730720fad with scrape type 2
2026-03-30 06:43:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd8ab1a2-a206-5d25-9018-297730720fad with scrape type 2
2026-03-30 06:43:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd8ab1a2-a206-5d25-9018-297730720fad, identifier: DT18%20TGJ
2026-03-30 06:43:09 [bca.uk] INFO: Found listing with ID: BK60%20KHJ
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK60%2520KHJ%27 HTTP/1.1" 200 None
2026-03-30 06:43:09 [bca.uk] INFO: Scrape type for BK60%20KHJ: 2
2026-03-30 06:43:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cc0da4e-9d67-5df4-95dd-84470e6abde2 with identifier: BK60%20KHJ
2026-03-30 06:43:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cc0da4e-9d67-5df4-95dd-84470e6abde2 with scrape type 2
2026-03-30 06:43:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cc0da4e-9d67-5df4-95dd-84470e6abde2 with scrape type 2
2026-03-30 06:43:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cc0da4e-9d67-5df4-95dd-84470e6abde2, identifier: BK60%20KHJ
2026-03-30 06:43:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11599a17-5e7f-5f65-84b8-fe06d691c79b with identifier: VO10%20VKB
2026-03-30 06:43:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11599a17-5e7f-5f65-84b8-fe06d691c79b with identifier: VO10%20VKB
2026-03-30 06:43:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11599a17-5e7f-5f65-84b8-fe06d691c79b with identifier: VO10%20VKB to the API
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO10%20VKB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '11599a17-5e7f-5f65-84b8-fe06d691c79b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO10 VKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO10%20VKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 76530,
 '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': 'WF0JXXWPJJAL82649',
 'year': 2010}
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO10%2520VKB%27 HTTP/1.1" 200 None
2026-03-30 06:43:10 [bca.uk] INFO: Saving data for VO10%20VKB: {'auction_closing_time': 1774864800.0, 'created_time': 1774535453.250265, 'last_price_update_time': 1774852990.202428}
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO10%2520VKB') HTTP/1.1" 204 0
2026-03-30 06:43:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b11d764c-a248-58eb-9b30-6ddaf5c7542f with identifier: LS24%20YUT
2026-03-30 06:43:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b11d764c-a248-58eb-9b30-6ddaf5c7542f with identifier: LS24%20YUT
2026-03-30 06:43:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b11d764c-a248-58eb-9b30-6ddaf5c7542f with identifier: LS24%20YUT to the API
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20YUT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b11d764c-a248-58eb-9b30-6ddaf5c7542f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 YUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20YUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q8 E-TRON',
 'odometer': 12318,
 'odometer_reading_unit': '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 Q8 E-TRON 55 QUATTRO S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '55 QUATTRO S LINE',
 'vin': 'WAUZZZGE7RB054011',
 'year': 2024}
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520YUT%27 HTTP/1.1" 200 None
2026-03-30 06:43:10 [bca.uk] INFO: Saving data for LS24%20YUT: {'auction_closing_time': 1774951200.0, 'created_time': 1774534723.869677, 'last_price_update_time': 1774852990.492966}
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520YUT') HTTP/1.1" 204 0
2026-03-30 06:43:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 205ccc2e-bb9c-5e2b-b0c9-9a0e8ce25360 with identifier: LE05%20BJX
2026-03-30 06:43:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 205ccc2e-bb9c-5e2b-b0c9-9a0e8ce25360 with identifier: LE05%20BJX
2026-03-30 06:43:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 205ccc2e-bb9c-5e2b-b0c9-9a0e8ce25360 with identifier: LE05%20BJX to the API
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 299,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE05%20BJX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '205ccc2e-bb9c-5e2b-b0c9-9a0e8ce25360',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE05 BJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE05%20BJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 170374,
 'odometer_reading_unit': '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 RANGE ROVER 2.9 TD6 VOGUE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD6 VOGUE',
 'vin': 'SALLMAMC36A202825',
 'year': 2015}
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE05%2520BJX%27 HTTP/1.1" 200 None
2026-03-30 06:43:10 [bca.uk] INFO: Saving data for LE05%20BJX: {'auction_closing_time': 1774864800.0, 'created_time': 1773826234.874394, 'last_price_update_time': 1774852990.80807}
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE05%2520BJX') HTTP/1.1" 204 0
2026-03-30 06:43:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd8ab1a2-a206-5d25-9018-297730720fad with identifier: DT18%20TGJ
2026-03-30 06:43:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd8ab1a2-a206-5d25-9018-297730720fad with identifier: DT18%20TGJ
2026-03-30 06:43:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd8ab1a2-a206-5d25-9018-297730720fad with identifier: DT18%20TGJ to the API
2026-03-30 06:43:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT18%20TGJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bd8ab1a2-a206-5d25-9018-297730720fad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DT18 TGJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT18%20TGJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 77772,
 'odometer_reading_unit': '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 3 Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 120 3',
 'vin': 'KNAD6811LK6197281',
 'year': 2018}
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT18%2520TGJ%27 HTTP/1.1" 200 None
2026-03-30 06:43:11 [bca.uk] INFO: Saving data for DT18%20TGJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773838979.924543, 'last_price_update_time': 1774852991.120828}
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT18%2520TGJ') HTTP/1.1" 204 0
2026-03-30 06:43:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cc0da4e-9d67-5df4-95dd-84470e6abde2 with identifier: BK60%20KHJ
2026-03-30 06:43:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cc0da4e-9d67-5df4-95dd-84470e6abde2 with identifier: BK60%20KHJ
2026-03-30 06:43:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cc0da4e-9d67-5df4-95dd-84470e6abde2 with identifier: BK60%20KHJ to the API
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK60%20KHJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9cc0da4e-9d67-5df4-95dd-84470e6abde2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK60 KHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK60%20KHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': '330D',
 'odometer': 110243,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'BMW 330D 3.0 SE Coupe',
 'transmission': 'automatic',
 'trim': 'SE',
 'vin': 'WBAKK72030E424281',
 'year': 2010}
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK60%2520KHJ%27 HTTP/1.1" 200 None
2026-03-30 06:43:11 [bca.uk] INFO: Saving data for BK60%20KHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773959036.864426, 'last_price_update_time': 1774852991.465874}
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK60%2520KHJ') HTTP/1.1" 204 0
2026-03-30 06:43:11 [bca.uk] INFO: Found listing with ID: WM17%20ZUC
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520ZUC%27 HTTP/1.1" 200 None
2026-03-30 06:43:11 [bca.uk] INFO: Scrape type for WM17%20ZUC: 2
2026-03-30 06:43:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 524be021-aa91-55c7-bfdf-5c953b4abd13 with identifier: WM17%20ZUC
2026-03-30 06:43:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 524be021-aa91-55c7-bfdf-5c953b4abd13 with scrape type 2
2026-03-30 06:43:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 524be021-aa91-55c7-bfdf-5c953b4abd13 with scrape type 2
2026-03-30 06:43:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 524be021-aa91-55c7-bfdf-5c953b4abd13, identifier: WM17%20ZUC
2026-03-30 06:43:11 [bca.uk] INFO: Found listing with ID: LS24%20GUW
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520GUW%27 HTTP/1.1" 200 None
2026-03-30 06:43:11 [bca.uk] INFO: Scrape type for LS24%20GUW: 2
2026-03-30 06:43:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58f50ad2-f77c-5ff9-a24a-928497699d8f with identifier: LS24%20GUW
2026-03-30 06:43:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58f50ad2-f77c-5ff9-a24a-928497699d8f with scrape type 2
2026-03-30 06:43:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58f50ad2-f77c-5ff9-a24a-928497699d8f with scrape type 2
2026-03-30 06:43:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58f50ad2-f77c-5ff9-a24a-928497699d8f, identifier: LS24%20GUW
2026-03-30 06:43:11 [bca.uk] INFO: Found listing with ID: DU72%20CHN
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520CHN%27 HTTP/1.1" 200 None
2026-03-30 06:43:11 [bca.uk] INFO: Scrape type for DU72%20CHN: 2
2026-03-30 06:43:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dec323e7-6fe4-5202-99b7-36e443774f1e with identifier: DU72%20CHN
2026-03-30 06:43:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dec323e7-6fe4-5202-99b7-36e443774f1e with scrape type 2
2026-03-30 06:43:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dec323e7-6fe4-5202-99b7-36e443774f1e with scrape type 2
2026-03-30 06:43:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dec323e7-6fe4-5202-99b7-36e443774f1e, identifier: DU72%20CHN
2026-03-30 06:43:11 [bca.uk] INFO: Found listing with ID: KP69%20SXV
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520SXV%27 HTTP/1.1" 200 None
2026-03-30 06:43:11 [bca.uk] INFO: Scrape type for KP69%20SXV: 2
2026-03-30 06:43:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cdff7c9-fcad-5ecd-a5b3-d642d5693387 with identifier: KP69%20SXV
2026-03-30 06:43:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cdff7c9-fcad-5ecd-a5b3-d642d5693387 with scrape type 2
2026-03-30 06:43:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cdff7c9-fcad-5ecd-a5b3-d642d5693387 with scrape type 2
2026-03-30 06:43:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cdff7c9-fcad-5ecd-a5b3-d642d5693387, identifier: KP69%20SXV
2026-03-30 06:43:11 [bca.uk] INFO: Found listing with ID: KP19%20YHU
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP19%2520YHU%27 HTTP/1.1" 200 None
2026-03-30 06:43:11 [bca.uk] INFO: Scrape type for KP19%20YHU: 2
2026-03-30 06:43:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 217ec8b3-f2a8-5905-a59f-1e213eb8e88c with identifier: KP19%20YHU
2026-03-30 06:43:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 217ec8b3-f2a8-5905-a59f-1e213eb8e88c with scrape type 2
2026-03-30 06:43:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 217ec8b3-f2a8-5905-a59f-1e213eb8e88c with scrape type 2
2026-03-30 06:43:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 217ec8b3-f2a8-5905-a59f-1e213eb8e88c, identifier: KP19%20YHU
2026-03-30 06:43:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 524be021-aa91-55c7-bfdf-5c953b4abd13 with identifier: WM17%20ZUC
2026-03-30 06:43:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 524be021-aa91-55c7-bfdf-5c953b4abd13 with identifier: WM17%20ZUC
2026-03-30 06:43:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 524be021-aa91-55c7-bfdf-5c953b4abd13 with identifier: WM17%20ZUC to the API
2026-03-30 06:43:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM17%20ZUC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '524be021-aa91-55c7-bfdf-5c953b4abd13',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM17 ZUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM17%20ZUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 73786,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF05XXGCC5HR63693',
 'year': 2017}
2026-03-30 06:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520ZUC%27 HTTP/1.1" 200 None
2026-03-30 06:43:12 [bca.uk] INFO: Saving data for WM17%20ZUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774535484.065914, 'last_price_update_time': 1774852992.439003}
2026-03-30 06:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM17%2520ZUC') HTTP/1.1" 204 0
2026-03-30 06:43:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58f50ad2-f77c-5ff9-a24a-928497699d8f with identifier: LS24%20GUW
2026-03-30 06:43:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58f50ad2-f77c-5ff9-a24a-928497699d8f with identifier: LS24%20GUW
2026-03-30 06:43:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58f50ad2-f77c-5ff9-a24a-928497699d8f with identifier: LS24%20GUW to the API
2026-03-30 06:43:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=94&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20GUW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '58f50ad2-f77c-5ff9-a24a-928497699d8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 GUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20GUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'AUDI',
 'model': 'Q3 SPORTBACK',
 'odometer': 31578,
 'odometer_reading_unit': '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 Q3 SPORTBACK 1.4 45 TFSI E BLACK ED.S-T Coupe',
 'transmission': 'automatic',
 'trim': '45 TFSI E BLACK ED.S-T',
 'vin': 'WAUZZZF37R1063815',
 'year': 2024}
2026-03-30 06:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520GUW%27 HTTP/1.1" 200 None
2026-03-30 06:43:12 [bca.uk] INFO: Saving data for LS24%20GUW: {'auction_closing_time': 1774951200.0, 'created_time': 1774534702.489766, 'last_price_update_time': 1774852992.833377}
2026-03-30 06:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520GUW') HTTP/1.1" 204 0
2026-03-30 06:43:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dec323e7-6fe4-5202-99b7-36e443774f1e with identifier: DU72%20CHN
2026-03-30 06:43:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dec323e7-6fe4-5202-99b7-36e443774f1e with identifier: DU72%20CHN
2026-03-30 06:43:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dec323e7-6fe4-5202-99b7-36e443774f1e with identifier: DU72%20CHN to the API
2026-03-30 06:43:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU72%20CHN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dec323e7-6fe4-5202-99b7-36e443774f1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU72 CHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU72%20CHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'KAROQ',
 'odometer': 23931,
 'odometer_reading_unit': '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 KAROQ 1.5 TSI 150 SE L Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 SE L',
 'vin': 'TMBKR7NU3P5006360',
 'year': 2022}
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU72%2520CHN%27 HTTP/1.1" 200 None
2026-03-30 06:43:13 [bca.uk] INFO: Saving data for DU72%20CHN: {'auction_closing_time': 1774864800.0, 'created_time': 1774534861.218145, 'last_price_update_time': 1774852993.139552}
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU72%2520CHN') HTTP/1.1" 204 0
2026-03-30 06:43:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cdff7c9-fcad-5ecd-a5b3-d642d5693387 with identifier: KP69%20SXV
2026-03-30 06:43:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cdff7c9-fcad-5ecd-a5b3-d642d5693387 with identifier: KP69%20SXV
2026-03-30 06:43:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cdff7c9-fcad-5ecd-a5b3-d642d5693387 with identifier: KP69%20SXV to the API
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP69%20SXV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7cdff7c9-fcad-5ecd-a5b3-d642d5693387',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP69 SXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP69%20SXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'C200 EQ-B',
 'odometer': 61692,
 'odometer_reading_unit': '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 Estate',
 'transmission': 'manual',
 'trim': 'SPORT PREMIUM 9G',
 'vin': 'WDD2052772F884620',
 'year': 2019}
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP69%2520SXV%27 HTTP/1.1" 200 None
2026-03-30 06:43:13 [bca.uk] INFO: Saving data for KP69%20SXV: {'auction_closing_time': 1774864800.0, 'created_time': 1773845433.265732, 'last_price_update_time': 1774852993.442647}
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP69%2520SXV') HTTP/1.1" 204 0
2026-03-30 06:43:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 217ec8b3-f2a8-5905-a59f-1e213eb8e88c with identifier: KP19%20YHU
2026-03-30 06:43:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 217ec8b3-f2a8-5905-a59f-1e213eb8e88c with identifier: KP19%20YHU
2026-03-30 06:43:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 217ec8b3-f2a8-5905-a59f-1e213eb8e88c with identifier: KP19%20YHU to the API
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP19%20YHU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '217ec8b3-f2a8-5905-a59f-1e213eb8e88c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP19 YHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP19%20YHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 89093,
 'odometer_reading_unit': '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': 'WDD1770872J081073',
 'year': 2019}
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP19%2520YHU%27 HTTP/1.1" 200 None
2026-03-30 06:43:13 [bca.uk] INFO: Saving data for KP19%20YHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535012.723197, 'last_price_update_time': 1774852993.745164}
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP19%2520YHU') HTTP/1.1" 204 0
2026-03-30 06:43:13 [bca.uk] INFO: Found listing with ID: WU65%20AZT
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU65%2520AZT%27 HTTP/1.1" 200 None
2026-03-30 06:43:13 [bca.uk] INFO: Scrape type for WU65%20AZT: 2
2026-03-30 06:43:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cec04ee5-9a5f-5a3e-af2e-e7de7132045d with identifier: WU65%20AZT
2026-03-30 06:43:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cec04ee5-9a5f-5a3e-af2e-e7de7132045d with scrape type 2
2026-03-30 06:43:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cec04ee5-9a5f-5a3e-af2e-e7de7132045d with scrape type 2
2026-03-30 06:43:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cec04ee5-9a5f-5a3e-af2e-e7de7132045d, identifier: WU65%20AZT
2026-03-30 06:43:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:43:13 [bca.uk] INFO: Found listing with ID: HK14%20XCF
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK14%2520XCF%27 HTTP/1.1" 200 None
2026-03-30 06:43:13 [bca.uk] INFO: Scrape type for HK14%20XCF: 2
2026-03-30 06:43:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7faba481-a0f1-56c6-86d8-8cb9a8a71b82 with identifier: HK14%20XCF
2026-03-30 06:43:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7faba481-a0f1-56c6-86d8-8cb9a8a71b82 with scrape type 2
2026-03-30 06:43:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7faba481-a0f1-56c6-86d8-8cb9a8a71b82 with scrape type 2
2026-03-30 06:43:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7faba481-a0f1-56c6-86d8-8cb9a8a71b82, identifier: HK14%20XCF
2026-03-30 06:43:14 [bca.uk] INFO: Found listing with ID: MK70%20NXZ
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520NXZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:14 [bca.uk] INFO: Scrape type for MK70%20NXZ: 2
2026-03-30 06:43:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92b9783d-f44b-5632-b28f-cc5abf3cb846 with identifier: MK70%20NXZ
2026-03-30 06:43:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92b9783d-f44b-5632-b28f-cc5abf3cb846 with scrape type 2
2026-03-30 06:43:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92b9783d-f44b-5632-b28f-cc5abf3cb846 with scrape type 2
2026-03-30 06:43:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92b9783d-f44b-5632-b28f-cc5abf3cb846, identifier: MK70%20NXZ
2026-03-30 06:43:14 [bca.uk] INFO: Found listing with ID: KR14%20ZYG
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR14%2520ZYG%27 HTTP/1.1" 200 None
2026-03-30 06:43:14 [bca.uk] INFO: Scrape type for KR14%20ZYG: 2
2026-03-30 06:43:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8171086-47ae-5a82-b8f0-60558e148114 with identifier: KR14%20ZYG
2026-03-30 06:43:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8171086-47ae-5a82-b8f0-60558e148114 with scrape type 2
2026-03-30 06:43:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8171086-47ae-5a82-b8f0-60558e148114 with scrape type 2
2026-03-30 06:43:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8171086-47ae-5a82-b8f0-60558e148114, identifier: KR14%20ZYG
2026-03-30 06:43:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cec04ee5-9a5f-5a3e-af2e-e7de7132045d with identifier: WU65%20AZT
2026-03-30 06:43:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cec04ee5-9a5f-5a3e-af2e-e7de7132045d with identifier: WU65%20AZT
2026-03-30 06:43:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cec04ee5-9a5f-5a3e-af2e-e7de7132045d with identifier: WU65%20AZT to the API
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU65%20AZT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cec04ee5-9a5f-5a3e-af2e-e7de7132045d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU65 AZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU65%20AZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 61741,
 'odometer_reading_unit': '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': 'WF0DXXGAKDFT33579',
 'year': 2015}
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU65%2520AZT%27 HTTP/1.1" 200 None
2026-03-30 06:43:14 [bca.uk] INFO: Saving data for WU65%20AZT: {'auction_closing_time': 1774864800.0, 'created_time': 1774535454.293008, 'last_price_update_time': 1774852994.505674}
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU65%2520AZT') HTTP/1.1" 204 0
2026-03-30 06:43:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7faba481-a0f1-56c6-86d8-8cb9a8a71b82 with identifier: HK14%20XCF
2026-03-30 06:43:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7faba481-a0f1-56c6-86d8-8cb9a8a71b82 with identifier: HK14%20XCF
2026-03-30 06:43:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7faba481-a0f1-56c6-86d8-8cb9a8a71b82 with identifier: HK14%20XCF to the API
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK14%20XCF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7faba481-a0f1-56c6-86d8-8cb9a8a71b82',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK14 XCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK14%20XCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 97489,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 0.9 TCE 90 ECO DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ECO DYNAMIQUE',
 'vin': 'VF15R7A0H51250492',
 'year': 2014}
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK14%2520XCF%27 HTTP/1.1" 200 None
2026-03-30 06:43:14 [bca.uk] INFO: Saving data for HK14%20XCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774534855.236845, 'last_price_update_time': 1774852994.802515}
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK14%2520XCF') HTTP/1.1" 204 0
2026-03-30 06:43:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92b9783d-f44b-5632-b28f-cc5abf3cb846 with identifier: MK70%20NXZ
2026-03-30 06:43:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92b9783d-f44b-5632-b28f-cc5abf3cb846 with identifier: MK70%20NXZ
2026-03-30 06:43:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92b9783d-f44b-5632-b28f-cc5abf3cb846 with identifier: MK70%20NXZ to the API
2026-03-30 06:43:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK70%20NXZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '92b9783d-f44b-5632-b28f-cc5abf3cb846',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK70 NXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK70%20NXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 70508,
 'odometer_reading_unit': '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 1.5 TSI EVO 150 2WD R LINE TECH DS StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI EVO 150 2WD R LINE TECH DS',
 'vin': 'WVGZZZ5NZLW899814',
 'year': 2020}
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520NXZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:15 [bca.uk] INFO: Saving data for MK70%20NXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773845439.834102, 'last_price_update_time': 1774852995.157431}
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK70%2520NXZ') HTTP/1.1" 204 0
2026-03-30 06:43:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8171086-47ae-5a82-b8f0-60558e148114 with identifier: KR14%20ZYG
2026-03-30 06:43:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8171086-47ae-5a82-b8f0-60558e148114 with identifier: KR14%20ZYG
2026-03-30 06:43:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8171086-47ae-5a82-b8f0-60558e148114 with identifier: KR14%20ZYG to the API
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR14%20ZYG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8171086-47ae-5a82-b8f0-60558e148114',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR14 ZYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR14%20ZYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'B180',
 'odometer': 81307,
 'odometer_reading_unit': '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 B180 1.5 CDI SE DCT MPV',
 'transmission': 'automatic',
 'trim': 'CDI SE DCT',
 'vin': 'WDD2462122J272119',
 'year': 2014}
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR14%2520ZYG%27 HTTP/1.1" 200 None
2026-03-30 06:43:15 [bca.uk] INFO: Saving data for KR14%20ZYG: {'auction_closing_time': 1774864800.0, 'created_time': 1774535014.017615, 'last_price_update_time': 1774852995.441657}
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR14%2520ZYG') HTTP/1.1" 204 0
2026-03-30 06:43:15 [bca.uk] INFO: Found listing with ID: BF58%20OSL
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF58%2520OSL%27 HTTP/1.1" 200 None
2026-03-30 06:43:15 [bca.uk] INFO: Scrape type for BF58%20OSL: 2
2026-03-30 06:43:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99c25ce1-1118-5d92-b450-1780667783ca with identifier: BF58%20OSL
2026-03-30 06:43:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99c25ce1-1118-5d92-b450-1780667783ca with scrape type 2
2026-03-30 06:43:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99c25ce1-1118-5d92-b450-1780667783ca with scrape type 2
2026-03-30 06:43:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99c25ce1-1118-5d92-b450-1780667783ca, identifier: BF58%20OSL
2026-03-30 06:43:15 [bca.uk] INFO: Found listing with ID: MV67%20GNZ
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520GNZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:15 [bca.uk] INFO: Scrape type for MV67%20GNZ: 2
2026-03-30 06:43:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3a3e748-acfc-51d0-9cb9-05a426f54c4b with identifier: MV67%20GNZ
2026-03-30 06:43:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3a3e748-acfc-51d0-9cb9-05a426f54c4b with scrape type 2
2026-03-30 06:43:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3a3e748-acfc-51d0-9cb9-05a426f54c4b with scrape type 2
2026-03-30 06:43:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3a3e748-acfc-51d0-9cb9-05a426f54c4b, identifier: MV67%20GNZ
2026-03-30 06:43:15 [bca.uk] INFO: Found listing with ID: KE72%20NPC
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520NPC%27 HTTP/1.1" 200 None
2026-03-30 06:43:15 [bca.uk] INFO: Scrape type for KE72%20NPC: 2
2026-03-30 06:43:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 582feecb-9432-5d39-bd69-27fe56041a92 with identifier: KE72%20NPC
2026-03-30 06:43:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 582feecb-9432-5d39-bd69-27fe56041a92 with scrape type 2
2026-03-30 06:43:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 582feecb-9432-5d39-bd69-27fe56041a92 with scrape type 2
2026-03-30 06:43:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 582feecb-9432-5d39-bd69-27fe56041a92, identifier: KE72%20NPC
2026-03-30 06:43:15 [bca.uk] INFO: Found listing with ID: CP19%20VWS
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP19%2520VWS%27 HTTP/1.1" 200 None
2026-03-30 06:43:15 [bca.uk] INFO: Scrape type for CP19%20VWS: 2
2026-03-30 06:43:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f4a7f58-5c48-58bf-a759-92acff233e39 with identifier: CP19%20VWS
2026-03-30 06:43:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f4a7f58-5c48-58bf-a759-92acff233e39 with scrape type 2
2026-03-30 06:43:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f4a7f58-5c48-58bf-a759-92acff233e39 with scrape type 2
2026-03-30 06:43:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f4a7f58-5c48-58bf-a759-92acff233e39, identifier: CP19%20VWS
2026-03-30 06:43:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99c25ce1-1118-5d92-b450-1780667783ca with identifier: BF58%20OSL
2026-03-30 06:43:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99c25ce1-1118-5d92-b450-1780667783ca with identifier: BF58%20OSL
2026-03-30 06:43:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99c25ce1-1118-5d92-b450-1780667783ca with identifier: BF58%20OSL to the API
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF58%20OSL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '99c25ce1-1118-5d92-b450-1780667783ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF58 OSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF58%20OSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 74336,
 '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 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0EXXGCDE8Y56390',
 'year': 2008}
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF58%2520OSL%27 HTTP/1.1" 200 None
2026-03-30 06:43:16 [bca.uk] INFO: Saving data for BF58%20OSL: {'auction_closing_time': 1774864800.0, 'created_time': 1774535464.334398, 'last_price_update_time': 1774852996.204531}
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF58%2520OSL') HTTP/1.1" 204 0
2026-03-30 06:43:16 [scrapy.extensions.logstats] INFO: Crawled 108 pages (at 2 pages/min), scraped 5029 items (at 134 items/min)
2026-03-30 06:43:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-30 06:43:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3a3e748-acfc-51d0-9cb9-05a426f54c4b with identifier: MV67%20GNZ
2026-03-30 06:43:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3a3e748-acfc-51d0-9cb9-05a426f54c4b with identifier: MV67%20GNZ
2026-03-30 06:43:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3a3e748-acfc-51d0-9cb9-05a426f54c4b with identifier: MV67%20GNZ to the API
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV67%20GNZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f3a3e748-acfc-51d0-9cb9-05a426f54c4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV67 GNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV67%20GNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 106588,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD TITANIUM',
 'vin': 'WF0AXXWPMAHA22910',
 'year': 2017}
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520GNZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:16 [bca.uk] INFO: Saving data for MV67%20GNZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534857.109779, 'last_price_update_time': 1774852996.493525}
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV67%2520GNZ') HTTP/1.1" 204 0
2026-03-30 06:43:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 582feecb-9432-5d39-bd69-27fe56041a92 with identifier: KE72%20NPC
2026-03-30 06:43:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 582feecb-9432-5d39-bd69-27fe56041a92 with identifier: KE72%20NPC
2026-03-30 06:43:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 582feecb-9432-5d39-bd69-27fe56041a92 with identifier: KE72%20NPC to the API
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE72%20NPC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '582feecb-9432-5d39-bd69-27fe56041a92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KE72 NPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE72%20NPC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11980,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 GS Hatchback',
 'transmission': 'manual',
 'trim': 'GS',
 'vin': 'VXKUPHMHDP4010269',
 'year': 2023}
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE72%2520NPC%27 HTTP/1.1" 200 None
2026-03-30 06:43:16 [bca.uk] INFO: Saving data for KE72%20NPC: {'auction_closing_time': 1774864800.0, 'created_time': 1773841120.160282, 'last_price_update_time': 1774852996.787436}
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE72%2520NPC') HTTP/1.1" 204 0
2026-03-30 06:43:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f4a7f58-5c48-58bf-a759-92acff233e39 with identifier: CP19%20VWS
2026-03-30 06:43:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f4a7f58-5c48-58bf-a759-92acff233e39 with identifier: CP19%20VWS
2026-03-30 06:43:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f4a7f58-5c48-58bf-a759-92acff233e39 with identifier: CP19%20VWS to the API
2026-03-30 06:43:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP19%20VWS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2f4a7f58-5c48-58bf-a759-92acff233e39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP19 VWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP19%20VWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 164686,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 102 BMT S/L LWB PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 102 BMT S/L LWB',
 'vin': 'WV1ZZZ7HZKH096951',
 'year': 2019}
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43: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%2520VWS%27 HTTP/1.1" 200 None
2026-03-30 06:43:17 [bca.uk] INFO: Saving data for CP19%20VWS: {'auction_closing_time': 1774864800.0, 'created_time': 1773826647.716874, 'last_price_update_time': 1774852997.123063}
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP19%2520VWS') HTTP/1.1" 204 0
2026-03-30 06:43:17 [bca.uk] INFO: Found listing with ID: BJ60%20RHU
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ60%2520RHU%27 HTTP/1.1" 200 None
2026-03-30 06:43:17 [bca.uk] INFO: Scrape type for BJ60%20RHU: 2
2026-03-30 06:43:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59a794b1-8a39-502f-8523-33aacf4bc196 with identifier: BJ60%20RHU
2026-03-30 06:43:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59a794b1-8a39-502f-8523-33aacf4bc196 with scrape type 2
2026-03-30 06:43:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59a794b1-8a39-502f-8523-33aacf4bc196 with scrape type 2
2026-03-30 06:43:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59a794b1-8a39-502f-8523-33aacf4bc196, identifier: BJ60%20RHU
2026-03-30 06:43:17 [bca.uk] INFO: Found listing with ID: YM14%20EYL
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM14%2520EYL%27 HTTP/1.1" 200 None
2026-03-30 06:43:17 [bca.uk] INFO: Scrape type for YM14%20EYL: 2
2026-03-30 06:43:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdbb35cc-0051-52a6-b153-46403e3f6547 with identifier: YM14%20EYL
2026-03-30 06:43:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdbb35cc-0051-52a6-b153-46403e3f6547 with scrape type 2
2026-03-30 06:43:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdbb35cc-0051-52a6-b153-46403e3f6547 with scrape type 2
2026-03-30 06:43:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdbb35cc-0051-52a6-b153-46403e3f6547, identifier: YM14%20EYL
2026-03-30 06:43:17 [bca.uk] INFO: Found listing with ID: WP66%20YFW
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520YFW%27 HTTP/1.1" 200 None
2026-03-30 06:43:17 [bca.uk] INFO: Scrape type for WP66%20YFW: 2
2026-03-30 06:43:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76f80ecd-8794-54a5-b2d9-5d124681577d with identifier: WP66%20YFW
2026-03-30 06:43:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76f80ecd-8794-54a5-b2d9-5d124681577d with scrape type 2
2026-03-30 06:43:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76f80ecd-8794-54a5-b2d9-5d124681577d with scrape type 2
2026-03-30 06:43:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76f80ecd-8794-54a5-b2d9-5d124681577d, identifier: WP66%20YFW
2026-03-30 06:43:17 [bca.uk] INFO: Found listing with ID: KM59%20GXD
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM59%2520GXD%27 HTTP/1.1" 200 None
2026-03-30 06:43:17 [bca.uk] INFO: Scrape type for KM59%20GXD: 2
2026-03-30 06:43:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 927b0fdd-b938-55d6-b96b-06c5f2db2b18 with identifier: KM59%20GXD
2026-03-30 06:43:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 927b0fdd-b938-55d6-b96b-06c5f2db2b18 with scrape type 2
2026-03-30 06:43:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 927b0fdd-b938-55d6-b96b-06c5f2db2b18 with scrape type 2
2026-03-30 06:43:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 927b0fdd-b938-55d6-b96b-06c5f2db2b18, identifier: KM59%20GXD
2026-03-30 06:43:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59a794b1-8a39-502f-8523-33aacf4bc196 with identifier: BJ60%20RHU
2026-03-30 06:43:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59a794b1-8a39-502f-8523-33aacf4bc196 with identifier: BJ60%20RHU
2026-03-30 06:43:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59a794b1-8a39-502f-8523-33aacf4bc196 with identifier: BJ60%20RHU to the API
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ60%20RHU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59a794b1-8a39-502f-8523-33aacf4bc196',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ60 RHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ60%20RHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 83154,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXWPJJAM47281',
 'year': 2010}
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ60%2520RHU%27 HTTP/1.1" 200 None
2026-03-30 06:43:17 [bca.uk] INFO: Saving data for BJ60%20RHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535430.390462, 'last_price_update_time': 1774852997.935388}
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ60%2520RHU') HTTP/1.1" 204 0
2026-03-30 06:43:18 [bca.uk] INFO: Total items found: 100
2026-03-30 06:43:18 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded
2026-03-30 06:43:18 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:43:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdbb35cc-0051-52a6-b153-46403e3f6547 with identifier: YM14%20EYL
2026-03-30 06:43:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdbb35cc-0051-52a6-b153-46403e3f6547 with identifier: YM14%20EYL
2026-03-30 06:43:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdbb35cc-0051-52a6-b153-46403e3f6547 with identifier: YM14%20EYL to the API
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM14%20EYL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bdbb35cc-0051-52a6-b153-46403e3f6547',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM14 EYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM14%20EYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '120D',
 'odometer': 73163,
 'odometer_reading_unit': '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 120D 2.0 XDRIVE SE Hatchback',
 'transmission': 'manual',
 'trim': 'XDRIVE SE',
 'vin': 'WBA1T72050P590959',
 'year': 2014}
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM14%2520EYL%27 HTTP/1.1" 200 None
2026-03-30 06:43:18 [bca.uk] INFO: Saving data for YM14%20EYL: {'auction_closing_time': 1774864800.0, 'created_time': 1774534862.222706, 'last_price_update_time': 1774852998.349263}
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM14%2520EYL') HTTP/1.1" 204 0
2026-03-30 06:43:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76f80ecd-8794-54a5-b2d9-5d124681577d with identifier: WP66%20YFW
2026-03-30 06:43:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76f80ecd-8794-54a5-b2d9-5d124681577d with identifier: WP66%20YFW
2026-03-30 06:43:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76f80ecd-8794-54a5-b2d9-5d124681577d with identifier: WP66%20YFW to the API
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP66%20YFW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '76f80ecd-8794-54a5-b2d9-5d124681577d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP66 YFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP66%20YFW&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 148485,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SEAT ATECA 2.0 TDI 190 4D XCELLENCE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 190 4D XCELLENCE DSG',
 'vin': 'VSSZZZ5FZH6527798',
 'year': 2017}
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP66%2520YFW%27 HTTP/1.1" 200 None
2026-03-30 06:43:18 [bca.uk] INFO: Saving data for WP66%20YFW: {'auction_closing_time': 1774864800.0, 'created_time': 1774535029.994031, 'last_price_update_time': 1774852998.649418}
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP66%2520YFW') HTTP/1.1" 204 0
2026-03-30 06:43:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 927b0fdd-b938-55d6-b96b-06c5f2db2b18 with identifier: KM59%20GXD
2026-03-30 06:43:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 927b0fdd-b938-55d6-b96b-06c5f2db2b18 with identifier: KM59%20GXD
2026-03-30 06:43:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 927b0fdd-b938-55d6-b96b-06c5f2db2b18 with identifier: KM59%20GXD to the API
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM59%20GXD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '927b0fdd-b938-55d6-b96b-06c5f2db2b18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM59 GXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM59%20GXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 146070,
 '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.9 CDTI 150 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 150 SRI',
 'vin': 'W0L0AHL08A5028240',
 'year': 2009}
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM59%2520GXD%27 HTTP/1.1" 200 None
2026-03-30 06:43:18 [bca.uk] INFO: Saving data for KM59%20GXD: {'auction_closing_time': 1774864800.0, 'created_time': 1774535010.421453, 'last_price_update_time': 1774852998.944241}
2026-03-30 06:43:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM59%2520GXD') HTTP/1.1" 204 0
2026-03-30 06:43:19 [bca.uk] INFO: Found listing with ID: BV62%20SWU
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV62%2520SWU%27 HTTP/1.1" 200 None
2026-03-30 06:43:19 [bca.uk] INFO: Scrape type for BV62%20SWU: 2
2026-03-30 06:43:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c225b7c9-f652-5135-b0a8-e4eefade1bfa with identifier: BV62%20SWU
2026-03-30 06:43:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c225b7c9-f652-5135-b0a8-e4eefade1bfa with scrape type 2
2026-03-30 06:43:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c225b7c9-f652-5135-b0a8-e4eefade1bfa with scrape type 2
2026-03-30 06:43:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c225b7c9-f652-5135-b0a8-e4eefade1bfa, identifier: BV62%20SWU
2026-03-30 06:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:43:19 [bca.uk] INFO: Found listing with ID: GN13%20RJV
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN13%2520RJV%27 HTTP/1.1" 200 None
2026-03-30 06:43:19 [bca.uk] INFO: Scrape type for GN13%20RJV: 2
2026-03-30 06:43:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bb1d21d-75a2-5bf7-b49d-b788ad08c2c1 with identifier: GN13%20RJV
2026-03-30 06:43:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bb1d21d-75a2-5bf7-b49d-b788ad08c2c1 with scrape type 2
2026-03-30 06:43:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bb1d21d-75a2-5bf7-b49d-b788ad08c2c1 with scrape type 2
2026-03-30 06:43:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bb1d21d-75a2-5bf7-b49d-b788ad08c2c1, identifier: GN13%20RJV
2026-03-30 06:43:19 [bca.uk] INFO: Found listing with ID: GY09%20JSV
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY09%2520JSV%27 HTTP/1.1" 200 None
2026-03-30 06:43:19 [bca.uk] INFO: Scrape type for GY09%20JSV: 2
2026-03-30 06:43:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c39e5d7-8ee7-5b02-9624-d9a2697066d9 with identifier: GY09%20JSV
2026-03-30 06:43:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c39e5d7-8ee7-5b02-9624-d9a2697066d9 with scrape type 2
2026-03-30 06:43:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c39e5d7-8ee7-5b02-9624-d9a2697066d9 with scrape type 2
2026-03-30 06:43:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c39e5d7-8ee7-5b02-9624-d9a2697066d9, identifier: GY09%20JSV
2026-03-30 06:43:19 [bca.uk] INFO: Found listing with ID: WA17%20YKG
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520YKG%27 HTTP/1.1" 200 None
2026-03-30 06:43:19 [bca.uk] INFO: Scrape type for WA17%20YKG: 2
2026-03-30 06:43:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8da4f455-21b2-54e0-ab90-f9786fafce0d with identifier: WA17%20YKG
2026-03-30 06:43:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8da4f455-21b2-54e0-ab90-f9786fafce0d with scrape type 2
2026-03-30 06:43:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8da4f455-21b2-54e0-ab90-f9786fafce0d with scrape type 2
2026-03-30 06:43:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8da4f455-21b2-54e0-ab90-f9786fafce0d, identifier: WA17%20YKG
2026-03-30 06:43:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c225b7c9-f652-5135-b0a8-e4eefade1bfa with identifier: BV62%20SWU
2026-03-30 06:43:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c225b7c9-f652-5135-b0a8-e4eefade1bfa with identifier: BV62%20SWU
2026-03-30 06:43:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c225b7c9-f652-5135-b0a8-e4eefade1bfa with identifier: BV62%20SWU to the API
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV62%20SWU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c225b7c9-f652-5135-b0a8-e4eefade1bfa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV62 SWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV62%20SWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 59561,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF0KXXGCBKCE81651',
 'year': 2012}
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV62%2520SWU%27 HTTP/1.1" 200 None
2026-03-30 06:43:19 [bca.uk] INFO: Saving data for BV62%20SWU: {'auction_closing_time': 1774864800.0, 'created_time': 1774017112.597385, 'last_price_update_time': 1774852999.854396}
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV62%2520SWU') HTTP/1.1" 204 0
2026-03-30 06:43:19 [bca.uk] INFO: Found listing with ID: Y512%20FBB
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y512%2520FBB%27 HTTP/1.1" 200 None
2026-03-30 06:43:19 [bca.uk] INFO: Scrape type for Y512%20FBB: 0
2026-03-30 06:43:19 [bca.uk] INFO: Found listing with ID: FL06%20XTE
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL06%2520XTE%27 HTTP/1.1" 200 None
2026-03-30 06:43:19 [bca.uk] INFO: Scrape type for FL06%20XTE: 2
2026-03-30 06:43:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11e9cdd1-37d4-5108-b09f-b893fe91e72a with identifier: FL06%20XTE
2026-03-30 06:43:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11e9cdd1-37d4-5108-b09f-b893fe91e72a with scrape type 2
2026-03-30 06:43:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11e9cdd1-37d4-5108-b09f-b893fe91e72a with scrape type 2
2026-03-30 06:43:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11e9cdd1-37d4-5108-b09f-b893fe91e72a, identifier: FL06%20XTE
2026-03-30 06:43: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:43:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bb1d21d-75a2-5bf7-b49d-b788ad08c2c1 with identifier: GN13%20RJV
2026-03-30 06:43:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bb1d21d-75a2-5bf7-b49d-b788ad08c2c1 with identifier: GN13%20RJV
2026-03-30 06:43:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bb1d21d-75a2-5bf7-b49d-b788ad08c2c1 with identifier: GN13%20RJV to the API
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN13%20RJV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4bb1d21d-75a2-5bf7-b49d-b788ad08c2c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN13 RJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN13%20RJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XF SPORTBRAKE',
 'odometer': 95988,
 'odometer_reading_unit': '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': 'SAJAC0321DNS74441',
 'year': 2013}
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN13%2520RJV%27 HTTP/1.1" 200 None
2026-03-30 06:43:20 [bca.uk] INFO: Saving data for GN13%20RJV: {'auction_closing_time': 1774864800.0, 'created_time': 1773821461.443492, 'last_price_update_time': 1774853000.284312}
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN13%2520RJV') HTTP/1.1" 204 0
2026-03-30 06:43:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c39e5d7-8ee7-5b02-9624-d9a2697066d9 with identifier: GY09%20JSV
2026-03-30 06:43:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c39e5d7-8ee7-5b02-9624-d9a2697066d9 with identifier: GY09%20JSV
2026-03-30 06:43:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c39e5d7-8ee7-5b02-9624-d9a2697066d9 with identifier: GY09%20JSV to the API
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY09%20JSV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c39e5d7-8ee7-5b02-9624-d9a2697066d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY09 JSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY09%20JSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C200',
 'odometer': 170823,
 '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 C200 2.1 CDI SPORT Saloon',
 'transmission': 'manual',
 'trim': 'CDI SPORT',
 'vin': 'WDD2040072A290141',
 'year': 2009}
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY09%2520JSV%27 HTTP/1.1" 200 None
2026-03-30 06:43:20 [bca.uk] INFO: Saving data for GY09%20JSV: {'auction_closing_time': 1774951200.0, 'created_time': 1774535021.126879, 'last_price_update_time': 1774853000.597687}
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY09%2520JSV') HTTP/1.1" 204 0
2026-03-30 06:43:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8da4f455-21b2-54e0-ab90-f9786fafce0d with identifier: WA17%20YKG
2026-03-30 06:43:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8da4f455-21b2-54e0-ab90-f9786fafce0d with identifier: WA17%20YKG
2026-03-30 06:43:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8da4f455-21b2-54e0-ab90-f9786fafce0d with identifier: WA17%20YKG to the API
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA17%20YKG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8da4f455-21b2-54e0-ab90-f9786fafce0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA17 YKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA17%20YKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 42133,
 'odometer_reading_unit': '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 AURIS 1.2 T BUSINESS EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'T BUSINESS EDITION',
 'vin': 'SB1MA3JEX0E038790',
 'year': 2017}
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520YKG%27 HTTP/1.1" 200 None
2026-03-30 06:43:20 [bca.uk] INFO: Saving data for WA17%20YKG: {'auction_closing_time': 1774864800.0, 'created_time': 1774535013.578689, 'last_price_update_time': 1774853000.886226}
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA17%2520YKG') HTTP/1.1" 204 0
2026-03-30 06:43:20 [bca.uk] INFO: Found listing with ID: EA16%20NRN
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA16%2520NRN%27 HTTP/1.1" 200 None
2026-03-30 06:43:20 [bca.uk] INFO: Scrape type for EA16%20NRN: 2
2026-03-30 06:43:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d6f1599-df57-563b-8862-23e062b038b1 with identifier: EA16%20NRN
2026-03-30 06:43:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d6f1599-df57-563b-8862-23e062b038b1 with scrape type 2
2026-03-30 06:43:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d6f1599-df57-563b-8862-23e062b038b1 with scrape type 2
2026-03-30 06:43:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d6f1599-df57-563b-8862-23e062b038b1, identifier: EA16%20NRN
2026-03-30 06:43:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11e9cdd1-37d4-5108-b09f-b893fe91e72a with identifier: FL06%20XTE
2026-03-30 06:43:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11e9cdd1-37d4-5108-b09f-b893fe91e72a with identifier: FL06%20XTE
2026-03-30 06:43:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11e9cdd1-37d4-5108-b09f-b893fe91e72a with identifier: FL06%20XTE to the API
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL06%20XTE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11e9cdd1-37d4-5108-b09f-b893fe91e72a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL06 XTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL06%20XTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT 350',
 'odometer': 139258,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 2.4 TDCI 115 (CHASSIS DEV. LTD) Window Van',
 'transmission': 'manual',
 'trim': 'TDCI 115 (CHASSIS DEV. LTD)',
 'vin': 'WF0AXXTTFA5M68588',
 'year': 2006}
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL06%2520XTE%27 HTTP/1.1" 200 None
2026-03-30 06:43:21 [bca.uk] INFO: Saving data for FL06%20XTE: {'auction_closing_time': 1774854000.0, 'created_time': 1774044636.677992, 'last_price_update_time': 1774853001.30997}
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL06%2520XTE') HTTP/1.1" 204 0
2026-03-30 06:43:21 [bca.uk] INFO: Found listing with ID: NX64%20HNN
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520HNN%27 HTTP/1.1" 200 None
2026-03-30 06:43:21 [bca.uk] INFO: Scrape type for NX64%20HNN: 2
2026-03-30 06:43:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with identifier: NX64%20HNN
2026-03-30 06:43:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with scrape type 2
2026-03-30 06:43:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with scrape type 2
2026-03-30 06:43:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb, identifier: NX64%20HNN
2026-03-30 06:43:21 [bca.uk] INFO: Found listing with ID: MT68%20OZM
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520OZM%27 HTTP/1.1" 200 None
2026-03-30 06:43:21 [bca.uk] INFO: Scrape type for MT68%20OZM: 2
2026-03-30 06:43:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42b0c049-8f04-59f5-857a-8e959919b5b6 with identifier: MT68%20OZM
2026-03-30 06:43:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42b0c049-8f04-59f5-857a-8e959919b5b6 with scrape type 2
2026-03-30 06:43:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42b0c049-8f04-59f5-857a-8e959919b5b6 with scrape type 2
2026-03-30 06:43:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42b0c049-8f04-59f5-857a-8e959919b5b6, identifier: MT68%20OZM
2026-03-30 06:43:21 [bca.uk] INFO: Found listing with ID: SB19%20DZS
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520DZS%27 HTTP/1.1" 200 None
2026-03-30 06:43:21 [bca.uk] INFO: Scrape type for SB19%20DZS: 2
2026-03-30 06:43:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33c7704b-4068-5930-8f27-cb18a52a2475 with identifier: SB19%20DZS
2026-03-30 06:43:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33c7704b-4068-5930-8f27-cb18a52a2475 with scrape type 2
2026-03-30 06:43:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33c7704b-4068-5930-8f27-cb18a52a2475 with scrape type 2
2026-03-30 06:43:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33c7704b-4068-5930-8f27-cb18a52a2475, identifier: SB19%20DZS
2026-03-30 06:43:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d6f1599-df57-563b-8862-23e062b038b1 with identifier: EA16%20NRN
2026-03-30 06:43:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d6f1599-df57-563b-8862-23e062b038b1 with identifier: EA16%20NRN
2026-03-30 06:43:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d6f1599-df57-563b-8862-23e062b038b1 with identifier: EA16%20NRN to the API
2026-03-30 06:43:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA16%20NRN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d6f1599-df57-563b-8862-23e062b038b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA16 NRN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA16%20NRN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 65238,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 ZETEC S Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC S',
 'vin': 'WF0CXXGAKCGR54140',
 'year': 2016}
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA16%2520NRN%27 HTTP/1.1" 200 None
2026-03-30 06:43:22 [bca.uk] INFO: Saving data for EA16%20NRN: {'auction_closing_time': 1774864800.0, 'created_time': 1774535464.746991, 'last_price_update_time': 1774853002.062538}
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA16%2520NRN') HTTP/1.1" 204 0
2026-03-30 06:43:22 [bca.uk] INFO: Found listing with ID: AU68%20DAA
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU68%2520DAA%27 HTTP/1.1" 200 None
2026-03-30 06:43:22 [bca.uk] INFO: Scrape type for AU68%20DAA: 2
2026-03-30 06:43:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca9d5e65-8f98-580c-92b7-1734f9b8a07c with identifier: AU68%20DAA
2026-03-30 06:43:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca9d5e65-8f98-580c-92b7-1734f9b8a07c with scrape type 2
2026-03-30 06:43:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca9d5e65-8f98-580c-92b7-1734f9b8a07c with scrape type 2
2026-03-30 06:43:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca9d5e65-8f98-580c-92b7-1734f9b8a07c, identifier: AU68%20DAA
2026-03-30 06:43:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with identifier: NX64%20HNN
2026-03-30 06:43:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with identifier: NX64%20HNN
2026-03-30 06:43:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00fee8b3-0760-5fd6-a99d-ce7610d9c6eb with identifier: NX64%20HNN to the API
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX64%20HNN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '00fee8b3-0760-5fd6-a99d-ce7610d9c6eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX64 HNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX64%20HNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500L MPW',
 'odometer': 96504,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FIAT 500L MPW 1.3 M/JET 85 POP STAR (7ST) MPV',
 'transmission': 'manual',
 'trim': 'M/JET 85 POP STAR (7ST)',
 'vin': 'ZFA19900005173214',
 'year': 2014}
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520HNN%27 HTTP/1.1" 200 None
2026-03-30 06:43:22 [bca.uk] INFO: Saving data for NX64%20HNN: {'auction_closing_time': 1774864800.0, 'created_time': 1773821157.706043, 'last_price_update_time': 1774853002.487952}
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX64%2520HNN') HTTP/1.1" 204 0
2026-03-30 06:43:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42b0c049-8f04-59f5-857a-8e959919b5b6 with identifier: MT68%20OZM
2026-03-30 06:43:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42b0c049-8f04-59f5-857a-8e959919b5b6 with identifier: MT68%20OZM
2026-03-30 06:43:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42b0c049-8f04-59f5-857a-8e959919b5b6 with identifier: MT68%20OZM to the API
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT68%20OZM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42b0c049-8f04-59f5-857a-8e959919b5b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT68 OZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT68%20OZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 104976,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D180 AWD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD R-DYNAMIC S',
 'vin': 'SADFA2AN7K1Z44635',
 'year': 2018}
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520OZM%27 HTTP/1.1" 200 None
2026-03-30 06:43:22 [bca.uk] INFO: Saving data for MT68%20OZM: {'auction_closing_time': 1774864800.0, 'created_time': 1774535035.831345, 'last_price_update_time': 1774853002.882422}
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT68%2520OZM') HTTP/1.1" 204 0
2026-03-30 06:43:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33c7704b-4068-5930-8f27-cb18a52a2475 with identifier: SB19%20DZS
2026-03-30 06:43:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33c7704b-4068-5930-8f27-cb18a52a2475 with identifier: SB19%20DZS
2026-03-30 06:43:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33c7704b-4068-5930-8f27-cb18a52a2475 with identifier: SB19%20DZS to the API
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB19%20DZS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '33c7704b-4068-5930-8f27-cb18a52a2475',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB19 DZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB19%20DZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'RENAULT',
 'model': 'KANGOO',
 'odometer': 22442,
 'odometer_reading_unit': '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 KANGOO ML20 ZE 33KWH 44KW BUS.I-VAN Van',
 'transmission': 'automatic',
 'trim': 'ML20 ZE 33KWH 44KW BUS.I-VAN',
 'vin': 'VF1FWEZBC62601252',
 'year': 2019}
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520DZS%27 HTTP/1.1" 200 None
2026-03-30 06:43:23 [bca.uk] INFO: Saving data for SB19%20DZS: {'auction_closing_time': 1775210400.0, 'created_time': 1773908004.598667, 'last_price_update_time': 1774853003.350813}
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB19%2520DZS') HTTP/1.1" 204 0
2026-03-30 06:43:23 [bca.uk] INFO: Found listing with ID: EK15%20CMF
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520CMF%27 HTTP/1.1" 200 None
2026-03-30 06:43:23 [bca.uk] INFO: Scrape type for EK15%20CMF: 2
2026-03-30 06:43:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19ad3d68-7068-505e-91af-b4c3aa4b29db with identifier: EK15%20CMF
2026-03-30 06:43:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19ad3d68-7068-505e-91af-b4c3aa4b29db with scrape type 2
2026-03-30 06:43:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19ad3d68-7068-505e-91af-b4c3aa4b29db with scrape type 2
2026-03-30 06:43:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19ad3d68-7068-505e-91af-b4c3aa4b29db, identifier: EK15%20CMF
2026-03-30 06:43:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca9d5e65-8f98-580c-92b7-1734f9b8a07c with identifier: AU68%20DAA
2026-03-30 06:43:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca9d5e65-8f98-580c-92b7-1734f9b8a07c with identifier: AU68%20DAA
2026-03-30 06:43:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca9d5e65-8f98-580c-92b7-1734f9b8a07c with identifier: AU68%20DAA to the API
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU68%20DAA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ca9d5e65-8f98-580c-92b7-1734f9b8a07c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AU68 DAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU68%20DAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 46926,
 'odometer_reading_unit': '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 SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER SPORT',
 'vin': 'WMWYW320003H69161',
 'year': 2019}
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU68%2520DAA%27 HTTP/1.1" 200 None
2026-03-30 06:43:23 [bca.uk] INFO: Saving data for AU68%20DAA: {'auction_closing_time': 1774854000.0, 'created_time': 1773828319.533387, 'last_price_update_time': 1774853003.752279}
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU68%2520DAA') HTTP/1.1" 204 0
2026-03-30 06:43:23 [bca.uk] INFO: Found listing with ID: DK06%20RXP
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK06%2520RXP%27 HTTP/1.1" 200 None
2026-03-30 06:43:23 [bca.uk] INFO: Scrape type for DK06%20RXP: 2
2026-03-30 06:43:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with identifier: DK06%20RXP
2026-03-30 06:43:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with scrape type 2
2026-03-30 06:43:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with scrape type 2
2026-03-30 06:43:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a, identifier: DK06%20RXP
2026-03-30 06:43:23 [bca.uk] INFO: Found listing with ID: EB21%20MKY
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EB21%2520MKY%27 HTTP/1.1" 200 None
2026-03-30 06:43:23 [bca.uk] INFO: Scrape type for EB21%20MKY: 2
2026-03-30 06:43:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3b43788-37a5-58e1-9d9d-75d0b18f1aff with identifier: EB21%20MKY
2026-03-30 06:43:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3b43788-37a5-58e1-9d9d-75d0b18f1aff with scrape type 2
2026-03-30 06:43:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3b43788-37a5-58e1-9d9d-75d0b18f1aff with scrape type 2
2026-03-30 06:43:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3b43788-37a5-58e1-9d9d-75d0b18f1aff, identifier: EB21%20MKY
2026-03-30 06:43:24 [bca.uk] INFO: Found listing with ID: GY67%20PNJ
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520PNJ%27 HTTP/1.1" 200 None
2026-03-30 06:43:24 [bca.uk] INFO: Scrape type for GY67%20PNJ: 2
2026-03-30 06:43:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 519b2470-4464-51d7-b2c6-f94ed9463f59 with identifier: GY67%20PNJ
2026-03-30 06:43:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 519b2470-4464-51d7-b2c6-f94ed9463f59 with scrape type 2
2026-03-30 06:43:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 519b2470-4464-51d7-b2c6-f94ed9463f59 with scrape type 2
2026-03-30 06:43:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 519b2470-4464-51d7-b2c6-f94ed9463f59, identifier: GY67%20PNJ
2026-03-30 06:43:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19ad3d68-7068-505e-91af-b4c3aa4b29db with identifier: EK15%20CMF
2026-03-30 06:43:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19ad3d68-7068-505e-91af-b4c3aa4b29db with identifier: EK15%20CMF
2026-03-30 06:43:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19ad3d68-7068-505e-91af-b4c3aa4b29db with identifier: EK15%20CMF to the API
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK15%20CMF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '19ad3d68-7068-505e-91af-b4c3aa4b29db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK15 CMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK15%20CMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 118058,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM X StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 4WD TITANIUM X',
 'vin': 'WF0AXXWPMAFD52718',
 'year': 2015}
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK15%2520CMF%27 HTTP/1.1" 200 None
2026-03-30 06:43:24 [bca.uk] INFO: Saving data for EK15%20CMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774535429.864824, 'last_price_update_time': 1774853004.408491}
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK15%2520CMF') HTTP/1.1" 204 0
2026-03-30 06:43:24 [bca.uk] INFO: Found listing with ID: LC69%20LCU
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LCU%27 HTTP/1.1" 200 None
2026-03-30 06:43:24 [bca.uk] INFO: Scrape type for LC69%20LCU: 2
2026-03-30 06:43:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56515a19-86b7-5ea5-b56d-2498e2688674 with identifier: LC69%20LCU
2026-03-30 06:43:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56515a19-86b7-5ea5-b56d-2498e2688674 with scrape type 2
2026-03-30 06:43:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56515a19-86b7-5ea5-b56d-2498e2688674 with scrape type 2
2026-03-30 06:43:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56515a19-86b7-5ea5-b56d-2498e2688674, identifier: LC69%20LCU
2026-03-30 06:43:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with identifier: DK06%20RXP
2026-03-30 06:43:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with identifier: DK06%20RXP
2026-03-30 06:43:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a with identifier: DK06%20RXP to the API
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK06%20RXP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '708a8ef5-d0c2-5a3e-ba4a-6b851c56c57a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK06 RXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK06%20RXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLK 240',
 'odometer': 88897,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLK 240 2.6 (NON UK) Coupe',
 'transmission': 'automatic',
 'trim': '(NON UK)',
 'vin': 'WDB2093612F157731',
 'year': 2006}
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK06%2520RXP%27 HTTP/1.1" 200 None
2026-03-30 06:43:24 [bca.uk] INFO: Saving data for DK06%20RXP: {'auction_closing_time': 1774864800.0, 'created_time': 1773834065.197852, 'last_price_update_time': 1774853004.817696}
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK06%2520RXP') HTTP/1.1" 204 0
2026-03-30 06:43:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3b43788-37a5-58e1-9d9d-75d0b18f1aff with identifier: EB21%20MKY
2026-03-30 06:43:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3b43788-37a5-58e1-9d9d-75d0b18f1aff with identifier: EB21%20MKY
2026-03-30 06:43:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3b43788-37a5-58e1-9d9d-75d0b18f1aff with identifier: EB21%20MKY to the API
2026-03-30 06:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EB21%20MKY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f3b43788-37a5-58e1-9d9d-75d0b18f1aff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EB21 MKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EB21%20MKY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 65016,
 'odometer_reading_unit': '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 KUGA 2.0 EBL 190 4WD ST-LINE ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'EBL 190 4WD ST-LINE ED.',
 'vin': 'WF0FXXWPMFMJ42480',
 'year': 2021}
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EB21%2520MKY%27 HTTP/1.1" 200 None
2026-03-30 06:43:25 [bca.uk] INFO: Saving data for EB21%20MKY: {'auction_closing_time': 1774864800.0, 'created_time': 1773828321.238849, 'last_price_update_time': 1774853005.106904}
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EB21%2520MKY') HTTP/1.1" 204 0
2026-03-30 06:43:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 519b2470-4464-51d7-b2c6-f94ed9463f59 with identifier: GY67%20PNJ
2026-03-30 06:43:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 519b2470-4464-51d7-b2c6-f94ed9463f59 with identifier: GY67%20PNJ
2026-03-30 06:43:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 519b2470-4464-51d7-b2c6-f94ed9463f59 with identifier: GY67%20PNJ to the API
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY67%20PNJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '519b2470-4464-51d7-b2c6-f94ed9463f59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY67 PNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY67%20PNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 103631,
 'odometer_reading_unit': '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': 'SALVB2CN0JH289122',
 'year': 2017}
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520PNJ%27 HTTP/1.1" 200 None
2026-03-30 06:43:25 [bca.uk] INFO: Saving data for GY67%20PNJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534999.358536, 'last_price_update_time': 1774853005.421576}
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY67%2520PNJ') HTTP/1.1" 204 0
2026-03-30 06:43:25 [bca.uk] INFO: Found listing with ID: FN19%20AEP
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520AEP%27 HTTP/1.1" 200 None
2026-03-30 06:43:25 [bca.uk] INFO: Scrape type for FN19%20AEP: 2
2026-03-30 06:43:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77ccf989-8291-56d4-b495-712cfbcad5dc with identifier: FN19%20AEP
2026-03-30 06:43:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77ccf989-8291-56d4-b495-712cfbcad5dc with scrape type 2
2026-03-30 06:43:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77ccf989-8291-56d4-b495-712cfbcad5dc with scrape type 2
2026-03-30 06:43:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77ccf989-8291-56d4-b495-712cfbcad5dc, identifier: FN19%20AEP
2026-03-30 06:43:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56515a19-86b7-5ea5-b56d-2498e2688674 with identifier: LC69%20LCU
2026-03-30 06:43:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56515a19-86b7-5ea5-b56d-2498e2688674 with identifier: LC69%20LCU
2026-03-30 06:43:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56515a19-86b7-5ea5-b56d-2498e2688674 with identifier: LC69%20LCU to the API
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC69%20LCU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '56515a19-86b7-5ea5-b56d-2498e2688674',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC69 LCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC69%20LCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL S',
 'odometer': 82433,
 'odometer_reading_unit': '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 S 100KWH D/M LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '100KWH D/M LONG RANGE',
 'vin': '5YJSB7E24KF334476',
 'year': 2019}
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LCU%27 HTTP/1.1" 200 None
2026-03-30 06:43:25 [bca.uk] INFO: Saving data for LC69%20LCU: {'auction_closing_time': 1774854000.0, 'created_time': 1773827246.121166, 'last_price_update_time': 1774853005.827141}
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC69%2520LCU') HTTP/1.1" 204 0
2026-03-30 06:43:25 [bca.uk] INFO: Found listing with ID: KX58%20WKN
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX58%2520WKN%27 HTTP/1.1" 200 None
2026-03-30 06:43:25 [bca.uk] INFO: Scrape type for KX58%20WKN: 2
2026-03-30 06:43:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 511eb0ba-856d-5199-a3e2-f7481ace2c60 with identifier: KX58%20WKN
2026-03-30 06:43:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 511eb0ba-856d-5199-a3e2-f7481ace2c60 with scrape type 2
2026-03-30 06:43:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 511eb0ba-856d-5199-a3e2-f7481ace2c60 with scrape type 2
2026-03-30 06:43:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 511eb0ba-856d-5199-a3e2-f7481ace2c60, identifier: KX58%20WKN
2026-03-30 06:43:25 [bca.uk] INFO: Found listing with ID: ML06%20HME
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML06%2520HME%27 HTTP/1.1" 200 None
2026-03-30 06:43:25 [bca.uk] INFO: Scrape type for ML06%20HME: 2
2026-03-30 06:43:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e76b042-5196-5102-96ce-ada821b5ef7e with identifier: ML06%20HME
2026-03-30 06:43:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e76b042-5196-5102-96ce-ada821b5ef7e with scrape type 2
2026-03-30 06:43:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e76b042-5196-5102-96ce-ada821b5ef7e with scrape type 2
2026-03-30 06:43:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e76b042-5196-5102-96ce-ada821b5ef7e, identifier: ML06%20HME
2026-03-30 06:43:26 [bca.uk] INFO: Found listing with ID: DF65%20LLR
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF65%2520LLR%27 HTTP/1.1" 200 None
2026-03-30 06:43:26 [bca.uk] INFO: Scrape type for DF65%20LLR: 2
2026-03-30 06:43:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29cd5e2f-fefc-526a-92f5-2d40150030bd with identifier: DF65%20LLR
2026-03-30 06:43:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29cd5e2f-fefc-526a-92f5-2d40150030bd with scrape type 2
2026-03-30 06:43:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29cd5e2f-fefc-526a-92f5-2d40150030bd with scrape type 2
2026-03-30 06:43:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29cd5e2f-fefc-526a-92f5-2d40150030bd, identifier: DF65%20LLR
2026-03-30 06:43:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77ccf989-8291-56d4-b495-712cfbcad5dc with identifier: FN19%20AEP
2026-03-30 06:43:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77ccf989-8291-56d4-b495-712cfbcad5dc with identifier: FN19%20AEP
2026-03-30 06:43:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77ccf989-8291-56d4-b495-712cfbcad5dc with identifier: FN19%20AEP to the API
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN19%20AEP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77ccf989-8291-56d4-b495-712cfbcad5dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN19 AEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN19%20AEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 91294,
 'odometer_reading_unit': '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 TITANIUM ED. StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 150 2WD TITANIUM ED.',
 'vin': 'WF0AXXWPMAKC89877',
 'year': 2019}
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN19%2520AEP%27 HTTP/1.1" 200 None
2026-03-30 06:43:26 [bca.uk] INFO: Saving data for FN19%20AEP: {'auction_closing_time': 1774864800.0, 'created_time': 1774535445.746994, 'last_price_update_time': 1774853006.494835}
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN19%2520AEP') HTTP/1.1" 204 0
2026-03-30 06:43:26 [bca.uk] INFO: Found listing with ID: MV22%20XWP
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520XWP%27 HTTP/1.1" 200 None
2026-03-30 06:43:26 [bca.uk] INFO: Scrape type for MV22%20XWP: 2
2026-03-30 06:43:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a78ecef-794a-55de-9d15-7508de8ca03e with identifier: MV22%20XWP
2026-03-30 06:43:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a78ecef-794a-55de-9d15-7508de8ca03e with scrape type 2
2026-03-30 06:43:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a78ecef-794a-55de-9d15-7508de8ca03e with scrape type 2
2026-03-30 06:43:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a78ecef-794a-55de-9d15-7508de8ca03e, identifier: MV22%20XWP
2026-03-30 06:43:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 511eb0ba-856d-5199-a3e2-f7481ace2c60 with identifier: KX58%20WKN
2026-03-30 06:43:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 511eb0ba-856d-5199-a3e2-f7481ace2c60 with identifier: KX58%20WKN
2026-03-30 06:43:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 511eb0ba-856d-5199-a3e2-f7481ace2c60 with identifier: KX58%20WKN to the API
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX58%20WKN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '511eb0ba-856d-5199-a3e2-f7481ace2c60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX58 WKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX58%20WKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 26614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 2.0 TDI 140 SE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 140 SE S-T',
 'vin': 'WAUZZZ8P38A191855',
 'year': 2008}
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX58%2520WKN%27 HTTP/1.1" 200 None
2026-03-30 06:43:26 [bca.uk] INFO: Saving data for KX58%20WKN: {'auction_closing_time': 1774864800.0, 'created_time': 1773930616.409097, 'last_price_update_time': 1774853006.929607}
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX58%2520WKN') HTTP/1.1" 204 0
2026-03-30 06:43:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e76b042-5196-5102-96ce-ada821b5ef7e with identifier: ML06%20HME
2026-03-30 06:43:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e76b042-5196-5102-96ce-ada821b5ef7e with identifier: ML06%20HME
2026-03-30 06:43:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e76b042-5196-5102-96ce-ada821b5ef7e with identifier: ML06%20HME to the API
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML06%20HME-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0e76b042-5196-5102-96ce-ada821b5ef7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML06 HME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML06%20HME&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FIAT',
 'model': 'PUNTO',
 'odometer': 103151,
 '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': 'FIAT PUNTO 1.2 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'ZFA18800000895568',
 'year': 2006}
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML06%2520HME%27 HTTP/1.1" 200 None
2026-03-30 06:43:27 [bca.uk] INFO: Saving data for ML06%20HME: {'auction_closing_time': 1774864800.0, 'created_time': 1774535020.744627, 'last_price_update_time': 1774853007.25741}
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML06%2520HME') HTTP/1.1" 204 0
2026-03-30 06:43:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29cd5e2f-fefc-526a-92f5-2d40150030bd with identifier: DF65%20LLR
2026-03-30 06:43:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29cd5e2f-fefc-526a-92f5-2d40150030bd with identifier: DF65%20LLR
2026-03-30 06:43:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29cd5e2f-fefc-526a-92f5-2d40150030bd with identifier: DF65%20LLR to the API
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF65%20LLR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '29cd5e2f-fefc-526a-92f5-2d40150030bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF65 LLR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF65%20LLR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 111073,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 184 GTD Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 184 GTD',
 'vin': 'WVWZZZAUZGW125485',
 'year': 2015}
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF65%2520LLR%27 HTTP/1.1" 200 None
2026-03-30 06:43:27 [bca.uk] INFO: Saving data for DF65%20LLR: {'auction_closing_time': 1774864800.0, 'created_time': 1773839014.711499, 'last_price_update_time': 1774853007.551731}
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF65%2520LLR') HTTP/1.1" 204 0
2026-03-30 06:43:27 [bca.uk] INFO: Found listing with ID: BL70%20ANV
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520ANV%27 HTTP/1.1" 200 None
2026-03-30 06:43:27 [bca.uk] INFO: Scrape type for BL70%20ANV: 2
2026-03-30 06:43:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b2ebe43-625b-5faf-aa4d-924d51fe7d49 with identifier: BL70%20ANV
2026-03-30 06:43:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b2ebe43-625b-5faf-aa4d-924d51fe7d49 with scrape type 2
2026-03-30 06:43:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b2ebe43-625b-5faf-aa4d-924d51fe7d49 with scrape type 2
2026-03-30 06:43:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b2ebe43-625b-5faf-aa4d-924d51fe7d49, identifier: BL70%20ANV
2026-03-30 06:43:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a78ecef-794a-55de-9d15-7508de8ca03e with identifier: MV22%20XWP
2026-03-30 06:43:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a78ecef-794a-55de-9d15-7508de8ca03e with identifier: MV22%20XWP
2026-03-30 06:43:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a78ecef-794a-55de-9d15-7508de8ca03e with identifier: MV22%20XWP to the API
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV22%20XWP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a78ecef-794a-55de-9d15-7508de8ca03e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV22 XWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV22%20XWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 92062,
 'odometer_reading_unit': '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 A7 SPORTBACK 2.0 40 TDI QUATTRO S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '40 TDI QUATTRO S LINE S-T',
 'vin': 'WAUZZZF20NN038572',
 'year': 2022}
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV22%2520XWP%27 HTTP/1.1" 200 None
2026-03-30 06:43:27 [bca.uk] INFO: Saving data for MV22%20XWP: {'auction_closing_time': 1774854000.0, 'created_time': 1773827262.549989, 'last_price_update_time': 1774853007.965751}
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV22%2520XWP') HTTP/1.1" 204 0
2026-03-30 06:43:28 [bca.uk] INFO: Found listing with ID: LR11%20XPL
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR11%2520XPL%27 HTTP/1.1" 200 None
2026-03-30 06:43:28 [bca.uk] INFO: Scrape type for LR11%20XPL: 2
2026-03-30 06:43:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with identifier: LR11%20XPL
2026-03-30 06:43:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with scrape type 2
2026-03-30 06:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with scrape type 2
2026-03-30 06:43:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d63b3d7-d09d-5cea-808f-ab3d26d83244, identifier: LR11%20XPL
2026-03-30 06:43:28 [bca.uk] INFO: Found listing with ID: MK66%20GAU
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK66%2520GAU%27 HTTP/1.1" 200 None
2026-03-30 06:43:28 [bca.uk] INFO: Scrape type for MK66%20GAU: 2
2026-03-30 06:43:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f008f238-f237-55fc-85c8-60ce368f9742 with identifier: MK66%20GAU
2026-03-30 06:43:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f008f238-f237-55fc-85c8-60ce368f9742 with scrape type 2
2026-03-30 06:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f008f238-f237-55fc-85c8-60ce368f9742 with scrape type 2
2026-03-30 06:43:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f008f238-f237-55fc-85c8-60ce368f9742, identifier: MK66%20GAU
2026-03-30 06:43:28 [bca.uk] INFO: Found listing with ID: HF18%20MRY
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF18%2520MRY%27 HTTP/1.1" 200 None
2026-03-30 06:43:28 [bca.uk] INFO: Scrape type for HF18%20MRY: 2
2026-03-30 06:43:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c6733ed-6f2a-5438-b28d-9f1453d6ff70 with identifier: HF18%20MRY
2026-03-30 06:43:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c6733ed-6f2a-5438-b28d-9f1453d6ff70 with scrape type 2
2026-03-30 06:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c6733ed-6f2a-5438-b28d-9f1453d6ff70 with scrape type 2
2026-03-30 06:43:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c6733ed-6f2a-5438-b28d-9f1453d6ff70, identifier: HF18%20MRY
2026-03-30 06:43:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b2ebe43-625b-5faf-aa4d-924d51fe7d49 with identifier: BL70%20ANV
2026-03-30 06:43:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b2ebe43-625b-5faf-aa4d-924d51fe7d49 with identifier: BL70%20ANV
2026-03-30 06:43:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b2ebe43-625b-5faf-aa4d-924d51fe7d49 with identifier: BL70%20ANV to the API
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL70%20ANV-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': '4b2ebe43-625b-5faf-aa4d-924d51fe7d49',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL70 ANV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL70%20ANV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 39491,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AT3LH121662',
 'year': 2020}
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL70%2520ANV%27 HTTP/1.1" 200 None
2026-03-30 06:43:28 [bca.uk] INFO: Saving data for BL70%20ANV: {'auction_closing_time': 1774951200.0, 'created_time': 1773829966.70439, 'last_price_update_time': 1774853008.713992}
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL70%2520ANV') HTTP/1.1" 204 0
2026-03-30 06:43:28 [bca.uk] INFO: Found listing with ID: VN15%20MWL
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN15%2520MWL%27 HTTP/1.1" 200 None
2026-03-30 06:43:28 [bca.uk] INFO: Scrape type for VN15%20MWL: 2
2026-03-30 06:43:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 512ad9b9-3058-51cc-abf4-1bc71642b5bd with identifier: VN15%20MWL
2026-03-30 06:43:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 512ad9b9-3058-51cc-abf4-1bc71642b5bd with scrape type 2
2026-03-30 06:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 512ad9b9-3058-51cc-abf4-1bc71642b5bd with scrape type 2
2026-03-30 06:43:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 512ad9b9-3058-51cc-abf4-1bc71642b5bd, identifier: VN15%20MWL
2026-03-30 06:43:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with identifier: LR11%20XPL
2026-03-30 06:43:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with identifier: LR11%20XPL
2026-03-30 06:43:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d63b3d7-d09d-5cea-808f-ab3d26d83244 with identifier: LR11%20XPL to the API
2026-03-30 06:43:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR11%20XPL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d63b3d7-d09d-5cea-808f-ab3d26d83244',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR11 XPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR11%20XPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 79538,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TDI 143 SE M-T Estate',
 'transmission': 'manual',
 'trim': 'TDI 143 SE M-T',
 'vin': 'WAUZZZ8K3BA102507',
 'year': 2011}
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR11%2520XPL%27 HTTP/1.1" 200 None
2026-03-30 06:43:29 [bca.uk] INFO: Saving data for LR11%20XPL: {'auction_closing_time': 1774864800.0, 'created_time': 1773839347.276383, 'last_price_update_time': 1774853009.112683}
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR11%2520XPL') HTTP/1.1" 204 0
2026-03-30 06:43:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f008f238-f237-55fc-85c8-60ce368f9742 with identifier: MK66%20GAU
2026-03-30 06:43:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f008f238-f237-55fc-85c8-60ce368f9742 with identifier: MK66%20GAU
2026-03-30 06:43:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f008f238-f237-55fc-85c8-60ce368f9742 with identifier: MK66%20GAU to the API
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 88,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK66%20GAU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f008f238-f237-55fc-85c8-60ce368f9742',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK66 GAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK66%20GAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 97503,
 'odometer_reading_unit': '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.6 CDTI 16V E/F DESIGN S/S Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 16V E/F DESIGN S/S',
 'vin': 'W0LBD6EL5HG033368',
 'year': 2016}
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK66%2520GAU%27 HTTP/1.1" 200 None
2026-03-30 06:43:29 [bca.uk] INFO: Saving data for MK66%20GAU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535017.599746, 'last_price_update_time': 1774853009.437701}
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK66%2520GAU') HTTP/1.1" 204 0
2026-03-30 06:43:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c6733ed-6f2a-5438-b28d-9f1453d6ff70 with identifier: HF18%20MRY
2026-03-30 06:43:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c6733ed-6f2a-5438-b28d-9f1453d6ff70 with identifier: HF18%20MRY
2026-03-30 06:43:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c6733ed-6f2a-5438-b28d-9f1453d6ff70 with identifier: HF18%20MRY to the API
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF18%20MRY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c6733ed-6f2a-5438-b28d-9f1453d6ff70',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF18 MRY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF18%20MRY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 47255,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 T 110 ECOTEC SE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 110 ECOTEC SE S/S',
 'vin': 'W0V7D9ED9J4073208',
 'year': 2018}
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF18%2520MRY%27 HTTP/1.1" 200 None
2026-03-30 06:43:29 [bca.uk] INFO: Saving data for HF18%20MRY: {'auction_closing_time': 1774864800.0, 'created_time': 1773827055.781555, 'last_price_update_time': 1774853009.758499}
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF18%2520MRY') HTTP/1.1" 204 0
2026-03-30 06:43:29 [bca.uk] INFO: Found listing with ID: RK21%20VTO
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK21%2520VTO%27 HTTP/1.1" 200 None
2026-03-30 06:43:29 [bca.uk] INFO: Scrape type for RK21%20VTO: 2
2026-03-30 06:43:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 896126ca-9cc8-5eda-afb8-dddcf747729d with identifier: RK21%20VTO
2026-03-30 06:43:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 896126ca-9cc8-5eda-afb8-dddcf747729d with scrape type 2
2026-03-30 06:43:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 896126ca-9cc8-5eda-afb8-dddcf747729d with scrape type 2
2026-03-30 06:43:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 896126ca-9cc8-5eda-afb8-dddcf747729d, identifier: RK21%20VTO
2026-03-30 06:43:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 512ad9b9-3058-51cc-abf4-1bc71642b5bd with identifier: VN15%20MWL
2026-03-30 06:43:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 512ad9b9-3058-51cc-abf4-1bc71642b5bd with identifier: VN15%20MWL
2026-03-30 06:43:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 512ad9b9-3058-51cc-abf4-1bc71642b5bd with identifier: VN15%20MWL to the API
2026-03-30 06:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN15%20MWL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '512ad9b9-3058-51cc-abf4-1bc71642b5bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN15 MWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN15%20MWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 60229,
 'odometer_reading_unit': '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 TOUAREG 3.0 V6 TDI 262 BMT R LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 262 BMT R LINE TIP',
 'vin': 'WVGZZZ7PZFD018810',
 'year': 2015}
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN15%2520MWL%27 HTTP/1.1" 200 None
2026-03-30 06:43:30 [bca.uk] INFO: Saving data for VN15%20MWL: {'auction_closing_time': 1774854000.0, 'created_time': 1773826232.9589, 'last_price_update_time': 1774853010.178182}
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN15%2520MWL') HTTP/1.1" 204 0
2026-03-30 06:43:30 [bca.uk] INFO: Found listing with ID: AK66%20LFU
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK66%2520LFU%27 HTTP/1.1" 200 None
2026-03-30 06:43:30 [bca.uk] INFO: Scrape type for AK66%20LFU: 2
2026-03-30 06:43:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c07ca34b-27e0-50d9-8f4e-0d1b32a363b4 with identifier: AK66%20LFU
2026-03-30 06:43:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c07ca34b-27e0-50d9-8f4e-0d1b32a363b4 with scrape type 2
2026-03-30 06:43:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c07ca34b-27e0-50d9-8f4e-0d1b32a363b4 with scrape type 2
2026-03-30 06:43:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c07ca34b-27e0-50d9-8f4e-0d1b32a363b4, identifier: AK66%20LFU
2026-03-30 06:43:30 [bca.uk] INFO: Found listing with ID: YY57%20NKP
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY57%2520NKP%27 HTTP/1.1" 200 None
2026-03-30 06:43:30 [bca.uk] INFO: Scrape type for YY57%20NKP: 2
2026-03-30 06:43:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76914f16-9e5c-5646-8fe2-70315258a345 with identifier: YY57%20NKP
2026-03-30 06:43:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76914f16-9e5c-5646-8fe2-70315258a345 with scrape type 2
2026-03-30 06:43:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76914f16-9e5c-5646-8fe2-70315258a345 with scrape type 2
2026-03-30 06:43:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76914f16-9e5c-5646-8fe2-70315258a345, identifier: YY57%20NKP
2026-03-30 06:43:30 [bca.uk] INFO: Found listing with ID: GY13%20ELV
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY13%2520ELV%27 HTTP/1.1" 200 None
2026-03-30 06:43:30 [bca.uk] INFO: Scrape type for GY13%20ELV: 2
2026-03-30 06:43:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce1ea71e-ff5c-5cd1-b2bb-8382f5cad5a1 with identifier: GY13%20ELV
2026-03-30 06:43:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce1ea71e-ff5c-5cd1-b2bb-8382f5cad5a1 with scrape type 2
2026-03-30 06:43:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce1ea71e-ff5c-5cd1-b2bb-8382f5cad5a1 with scrape type 2
2026-03-30 06:43:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce1ea71e-ff5c-5cd1-b2bb-8382f5cad5a1, identifier: GY13%20ELV
2026-03-30 06:43:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 896126ca-9cc8-5eda-afb8-dddcf747729d with identifier: RK21%20VTO
2026-03-30 06:43:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 896126ca-9cc8-5eda-afb8-dddcf747729d with identifier: RK21%20VTO
2026-03-30 06:43:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 896126ca-9cc8-5eda-afb8-dddcf747729d with identifier: RK21%20VTO to the API
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK21%20VTO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '896126ca-9cc8-5eda-afb8-dddcf747729d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK21 VTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK21%20VTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 63801,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 136 48V 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 136 48V 2 ISG',
 'vin': 'U5YPH812LML038938',
 'year': 2021}
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK21%2520VTO%27 HTTP/1.1" 200 None
2026-03-30 06:43:30 [bca.uk] INFO: Saving data for RK21%20VTO: {'auction_closing_time': 1774951200.0, 'created_time': 1773829965.865299, 'last_price_update_time': 1774853010.833931}
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK21%2520VTO') HTTP/1.1" 204 0
2026-03-30 06:43:30 [bca.uk] INFO: Found listing with ID: YT65%20OHB
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT65%2520OHB%27 HTTP/1.1" 200 None
2026-03-30 06:43:30 [bca.uk] INFO: Scrape type for YT65%20OHB: 2
2026-03-30 06:43:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d4dc222-7bf7-561b-a3ac-1858337ab025 with identifier: YT65%20OHB
2026-03-30 06:43:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d4dc222-7bf7-561b-a3ac-1858337ab025 with scrape type 2
2026-03-30 06:43:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d4dc222-7bf7-561b-a3ac-1858337ab025 with scrape type 2
2026-03-30 06:43:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d4dc222-7bf7-561b-a3ac-1858337ab025, identifier: YT65%20OHB
2026-03-30 06:43:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c07ca34b-27e0-50d9-8f4e-0d1b32a363b4 with identifier: AK66%20LFU
2026-03-30 06:43:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c07ca34b-27e0-50d9-8f4e-0d1b32a363b4 with identifier: AK66%20LFU
2026-03-30 06:43:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c07ca34b-27e0-50d9-8f4e-0d1b32a363b4 with identifier: AK66%20LFU to the API
2026-03-30 06:43:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK66%20LFU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c07ca34b-27e0-50d9-8f4e-0d1b32a363b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK66 LFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK66%20LFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '2 GRAN TOURER',
 'odometer': 71016,
 'odometer_reading_unit': '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 SE STEP MPV',
 'transmission': 'automatic',
 'trim': '218D SE STEP',
 'vin': 'WBA2E520005E97753',
 'year': 2016}
2026-03-30 06:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK66%2520LFU%27 HTTP/1.1" 200 None
2026-03-30 06:43:31 [bca.uk] INFO: Saving data for AK66%20LFU: {'auction_closing_time': 1774864800.0, 'created_time': 1773839352.24431, 'last_price_update_time': 1774853011.643212}
2026-03-30 06:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK66%2520LFU') HTTP/1.1" 204 0
2026-03-30 06:43:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76914f16-9e5c-5646-8fe2-70315258a345 with identifier: YY57%20NKP
2026-03-30 06:43:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76914f16-9e5c-5646-8fe2-70315258a345 with identifier: YY57%20NKP
2026-03-30 06:43:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76914f16-9e5c-5646-8fe2-70315258a345 with identifier: YY57%20NKP to the API
2026-03-30 06:43:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY57%20NKP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '76914f16-9e5c-5646-8fe2-70315258a345',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY57 NKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY57%20NKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': '207',
 'odometer': 116329,
 '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.6 HDI 90 S Hatchback',
 'transmission': 'manual',
 'trim': 'HDI 90 S',
 'vin': 'VF3WC9HXC34146066',
 'year': 2008}
2026-03-30 06:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY57%2520NKP%27 HTTP/1.1" 200 None
2026-03-30 06:43:31 [bca.uk] INFO: Saving data for YY57%20NKP: {'auction_closing_time': 1774864800.0, 'created_time': 1773842187.675777, 'last_price_update_time': 1774853011.945838}
2026-03-30 06:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY57%2520NKP') HTTP/1.1" 204 0
2026-03-30 06:43:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce1ea71e-ff5c-5cd1-b2bb-8382f5cad5a1 with identifier: GY13%20ELV
2026-03-30 06:43:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce1ea71e-ff5c-5cd1-b2bb-8382f5cad5a1 with identifier: GY13%20ELV
2026-03-30 06:43:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce1ea71e-ff5c-5cd1-b2bb-8382f5cad5a1 with identifier: GY13%20ELV to the API
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY13%20ELV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ce1ea71e-ff5c-5cd1-b2bb-8382f5cad5a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY13 ELV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY13%20ELV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 60524,
 'odometer_reading_unit': '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 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0DXXGAKDDM70905',
 'year': 2013}
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY13%2520ELV%27 HTTP/1.1" 200 None
2026-03-30 06:43:32 [bca.uk] INFO: Saving data for GY13%20ELV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535005.739092, 'last_price_update_time': 1774853012.253613}
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY13%2520ELV') HTTP/1.1" 204 0
2026-03-30 06:43:32 [bca.uk] INFO: Found listing with ID: FV21%20BND
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520BND%27 HTTP/1.1" 200 None
2026-03-30 06:43:32 [bca.uk] INFO: Scrape type for FV21%20BND: 2
2026-03-30 06:43:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27fe9b71-72eb-5fc9-9e3f-144522d72ec3 with identifier: FV21%20BND
2026-03-30 06:43:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27fe9b71-72eb-5fc9-9e3f-144522d72ec3 with scrape type 2
2026-03-30 06:43:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27fe9b71-72eb-5fc9-9e3f-144522d72ec3 with scrape type 2
2026-03-30 06:43:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27fe9b71-72eb-5fc9-9e3f-144522d72ec3, identifier: FV21%20BND
2026-03-30 06:43:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d4dc222-7bf7-561b-a3ac-1858337ab025 with identifier: YT65%20OHB
2026-03-30 06:43:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d4dc222-7bf7-561b-a3ac-1858337ab025 with identifier: YT65%20OHB
2026-03-30 06:43:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d4dc222-7bf7-561b-a3ac-1858337ab025 with identifier: YT65%20OHB to the API
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT65%20OHB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d4dc222-7bf7-561b-a3ac-1858337ab025',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT65 OHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT65%20OHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 93878,
 'odometer_reading_unit': '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 TOUAREG 3.0 V6 TDI 262 BMT R LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 262 BMT R LINE TIP',
 'vin': 'WVGZZZ7PZGD007123',
 'year': 2015}
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT65%2520OHB%27 HTTP/1.1" 200 None
2026-03-30 06:43:32 [bca.uk] INFO: Saving data for YT65%20OHB: {'auction_closing_time': 1774854000.0, 'created_time': 1773826731.690093, 'last_price_update_time': 1774853012.70883}
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT65%2520OHB') HTTP/1.1" 204 0
2026-03-30 06:43:32 [bca.uk] INFO: Found listing with ID: NJ17%20TVF
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520TVF%27 HTTP/1.1" 200 None
2026-03-30 06:43:32 [bca.uk] INFO: Scrape type for NJ17%20TVF: 2
2026-03-30 06:43:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65bca13d-fa49-5143-b755-6bda83d16d93 with identifier: NJ17%20TVF
2026-03-30 06:43:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65bca13d-fa49-5143-b755-6bda83d16d93 with scrape type 2
2026-03-30 06:43:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65bca13d-fa49-5143-b755-6bda83d16d93 with scrape type 2
2026-03-30 06:43:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65bca13d-fa49-5143-b755-6bda83d16d93, identifier: NJ17%20TVF
2026-03-30 06:43:32 [bca.uk] INFO: Found listing with ID: MD67%20HAE
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD67%2520HAE%27 HTTP/1.1" 200 None
2026-03-30 06:43:32 [bca.uk] INFO: Scrape type for MD67%20HAE: 2
2026-03-30 06:43:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27108880-a4ad-5cb6-90b0-d1d02c321566 with identifier: MD67%20HAE
2026-03-30 06:43:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27108880-a4ad-5cb6-90b0-d1d02c321566 with scrape type 2
2026-03-30 06:43:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27108880-a4ad-5cb6-90b0-d1d02c321566 with scrape type 2
2026-03-30 06:43:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27108880-a4ad-5cb6-90b0-d1d02c321566, identifier: MD67%20HAE
2026-03-30 06:43:32 [bca.uk] INFO: Found listing with ID: BW57%20EZO
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW57%2520EZO%27 HTTP/1.1" 200 None
2026-03-30 06:43:32 [bca.uk] INFO: Scrape type for BW57%20EZO: 2
2026-03-30 06:43:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0ad9ad2-3ce3-59db-8048-d122f6962bdf with identifier: BW57%20EZO
2026-03-30 06:43:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0ad9ad2-3ce3-59db-8048-d122f6962bdf with scrape type 2
2026-03-30 06:43:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0ad9ad2-3ce3-59db-8048-d122f6962bdf with scrape type 2
2026-03-30 06:43:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0ad9ad2-3ce3-59db-8048-d122f6962bdf, identifier: BW57%20EZO
2026-03-30 06:43:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27fe9b71-72eb-5fc9-9e3f-144522d72ec3 with identifier: FV21%20BND
2026-03-30 06:43:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27fe9b71-72eb-5fc9-9e3f-144522d72ec3 with identifier: FV21%20BND
2026-03-30 06:43:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27fe9b71-72eb-5fc9-9e3f-144522d72ec3 with identifier: FV21%20BND to the API
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV21%20BND-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '27fe9b71-72eb-5fc9-9e3f-144522d72ec3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV21 BND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV21%20BND&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA GS',
 'odometer': 43455,
 'odometer_reading_unit': '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 INSIGNIA GS 1.5 D 120 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'D 120 ULTIMATE',
 'vin': 'W0VZT6GN0M1000489',
 'year': 2021}
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520BND%27 HTTP/1.1" 200 None
2026-03-30 06:43:33 [bca.uk] INFO: Saving data for FV21%20BND: {'auction_closing_time': 1774864800.0, 'created_time': 1773959562.583487, 'last_price_update_time': 1774853013.370563}
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV21%2520BND') HTTP/1.1" 204 0
2026-03-30 06:43:33 [bca.uk] INFO: Found listing with ID: FE69%20XTH
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520XTH%27 HTTP/1.1" 200 None
2026-03-30 06:43:33 [bca.uk] INFO: Scrape type for FE69%20XTH: 2
2026-03-30 06:43:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8889ba64-24c0-5f21-8d5c-42f148cf6fbd with identifier: FE69%20XTH
2026-03-30 06:43:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8889ba64-24c0-5f21-8d5c-42f148cf6fbd with scrape type 2
2026-03-30 06:43:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8889ba64-24c0-5f21-8d5c-42f148cf6fbd with scrape type 2
2026-03-30 06:43:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8889ba64-24c0-5f21-8d5c-42f148cf6fbd, identifier: FE69%20XTH
2026-03-30 06:43:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65bca13d-fa49-5143-b755-6bda83d16d93 with identifier: NJ17%20TVF
2026-03-30 06:43:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65bca13d-fa49-5143-b755-6bda83d16d93 with identifier: NJ17%20TVF
2026-03-30 06:43:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65bca13d-fa49-5143-b755-6bda83d16d93 with identifier: NJ17%20TVF to the API
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ17%20TVF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '65bca13d-fa49-5143-b755-6bda83d16d93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ17 TVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ17%20TVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 70777,
 'odometer_reading_unit': '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 1.2 P/T 130 FEEL MPV',
 'transmission': 'manual',
 'trim': 'P/T 130 FEEL',
 'vin': 'VF73AHNYMHJ568739',
 'year': 2017}
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520TVF%27 HTTP/1.1" 200 None
2026-03-30 06:43:33 [bca.uk] INFO: Saving data for NJ17%20TVF: {'auction_closing_time': 1774864800.0, 'created_time': 1773839079.692558, 'last_price_update_time': 1774853013.932289}
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ17%2520TVF') HTTP/1.1" 204 0
2026-03-30 06:43:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27108880-a4ad-5cb6-90b0-d1d02c321566 with identifier: MD67%20HAE
2026-03-30 06:43:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27108880-a4ad-5cb6-90b0-d1d02c321566 with identifier: MD67%20HAE
2026-03-30 06:43:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27108880-a4ad-5cb6-90b0-d1d02c321566 with identifier: MD67%20HAE to the API
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD67%20HAE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '27108880-a4ad-5cb6-90b0-d1d02c321566',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD67 HAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD67%20HAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLE 250 D',
 'odometer': 86188,
 'odometer_reading_unit': '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 GLE 250 D 2.1 AMG LINE PREMIUM 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'WDC1660042B029336',
 'year': 2018}
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD67%2520HAE%27 HTTP/1.1" 200 None
2026-03-30 06:43:34 [bca.uk] INFO: Saving data for MD67%20HAE: {'auction_closing_time': 1774864800.0, 'created_time': 1774535015.694034, 'last_price_update_time': 1774853014.237038}
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD67%2520HAE') HTTP/1.1" 204 0
2026-03-30 06:43:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0ad9ad2-3ce3-59db-8048-d122f6962bdf with identifier: BW57%20EZO
2026-03-30 06:43:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0ad9ad2-3ce3-59db-8048-d122f6962bdf with identifier: BW57%20EZO
2026-03-30 06:43:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0ad9ad2-3ce3-59db-8048-d122f6962bdf with identifier: BW57%20EZO to the API
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW57%20EZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0ad9ad2-3ce3-59db-8048-d122f6962bdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW57 EZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW57%20EZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 96130,
 '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 SE M-T Saloon',
 'transmission': 'manual',
 'trim': 'TDI SE M-T',
 'vin': 'WAUZZZ4F38N054971',
 'year': 2008}
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW57%2520EZO%27 HTTP/1.1" 200 None
2026-03-30 06:43:34 [bca.uk] INFO: Saving data for BW57%20EZO: {'auction_closing_time': 1774864800.0, 'created_time': 1773838998.125447, 'last_price_update_time': 1774853014.547468}
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW57%2520EZO') HTTP/1.1" 204 0
2026-03-30 06:43:34 [bca.uk] INFO: Found listing with ID: HX22%20KWM
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520KWM%27 HTTP/1.1" 200 None
2026-03-30 06:43:34 [bca.uk] INFO: Scrape type for HX22%20KWM: 2
2026-03-30 06:43:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 113750cc-d8d9-5ad4-95ea-e17904f500a7 with identifier: HX22%20KWM
2026-03-30 06:43:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 113750cc-d8d9-5ad4-95ea-e17904f500a7 with scrape type 2
2026-03-30 06:43:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 113750cc-d8d9-5ad4-95ea-e17904f500a7 with scrape type 2
2026-03-30 06:43:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 113750cc-d8d9-5ad4-95ea-e17904f500a7, identifier: HX22%20KWM
2026-03-30 06:43:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8889ba64-24c0-5f21-8d5c-42f148cf6fbd with identifier: FE69%20XTH
2026-03-30 06:43:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8889ba64-24c0-5f21-8d5c-42f148cf6fbd with identifier: FE69%20XTH
2026-03-30 06:43:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8889ba64-24c0-5f21-8d5c-42f148cf6fbd with identifier: FE69%20XTH to the API
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 43,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE69%20XTH-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': '8889ba64-24c0-5f21-8d5c-42f148cf6fbd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE69 XTH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE69%20XTH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MINI',
 'model': 'COUNTRYMAN PHEV',
 'odometer': 132614,
 'odometer_reading_unit': '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 PHEV 1.5 COOPER S E CLASSIC ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S E CLASSIC ALL4',
 'vin': 'WMWYU720703L06721',
 'year': 2019}
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520XTH%27 HTTP/1.1" 200 None
2026-03-30 06:43:34 [bca.uk] INFO: Saving data for FE69%20XTH: {'auction_closing_time': 1774854000.0, 'created_time': 1773828291.334076, 'last_price_update_time': 1774853014.972564}
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE69%2520XTH') HTTP/1.1" 204 0
2026-03-30 06:43:34 [bca.uk] INFO: Found listing with ID: OW65%20ENN
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW65%2520ENN%27 HTTP/1.1" 200 None
2026-03-30 06:43:35 [bca.uk] INFO: Scrape type for OW65%20ENN: 2
2026-03-30 06:43:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc774ae7-570e-5025-9c34-c14ac6e1cc97 with identifier: OW65%20ENN
2026-03-30 06:43:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc774ae7-570e-5025-9c34-c14ac6e1cc97 with scrape type 2
2026-03-30 06:43:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc774ae7-570e-5025-9c34-c14ac6e1cc97 with scrape type 2
2026-03-30 06:43:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc774ae7-570e-5025-9c34-c14ac6e1cc97, identifier: OW65%20ENN
2026-03-30 06:43:35 [bca.uk] INFO: Found listing with ID: WJ14%20UJN
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520UJN%27 HTTP/1.1" 200 None
2026-03-30 06:43:35 [bca.uk] INFO: Scrape type for WJ14%20UJN: 2
2026-03-30 06:43:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2564cd3c-ce21-5f66-96b9-9df272e28e75 with identifier: WJ14%20UJN
2026-03-30 06:43:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2564cd3c-ce21-5f66-96b9-9df272e28e75 with scrape type 2
2026-03-30 06:43:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2564cd3c-ce21-5f66-96b9-9df272e28e75 with scrape type 2
2026-03-30 06:43:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2564cd3c-ce21-5f66-96b9-9df272e28e75, identifier: WJ14%20UJN
2026-03-30 06:43:35 [bca.uk] INFO: Found listing with ID: ND73%20HCZ
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND73%2520HCZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:35 [bca.uk] INFO: Scrape type for ND73%20HCZ: 2
2026-03-30 06:43:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45a65899-9584-524c-ab54-c3c1a1cb8fca with identifier: ND73%20HCZ
2026-03-30 06:43:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45a65899-9584-524c-ab54-c3c1a1cb8fca with scrape type 2
2026-03-30 06:43:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45a65899-9584-524c-ab54-c3c1a1cb8fca with scrape type 2
2026-03-30 06:43:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 45a65899-9584-524c-ab54-c3c1a1cb8fca, identifier: ND73%20HCZ
2026-03-30 06:43:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 113750cc-d8d9-5ad4-95ea-e17904f500a7 with identifier: HX22%20KWM
2026-03-30 06:43:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 113750cc-d8d9-5ad4-95ea-e17904f500a7 with identifier: HX22%20KWM
2026-03-30 06:43:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 113750cc-d8d9-5ad4-95ea-e17904f500a7 with identifier: HX22%20KWM to the API
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX22%20KWM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '113750cc-d8d9-5ad4-95ea-e17904f500a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HX22 KWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX22%20KWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 47953,
 'odometer_reading_unit': '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-X 186 GT SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'E-SKY-X 186 GT SPORT',
 'vin': 'JM4BP6HHA01308290',
 'year': 2022}
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520KWM%27 HTTP/1.1" 200 None
2026-03-30 06:43:35 [bca.uk] INFO: Saving data for HX22%20KWM: {'auction_closing_time': 1774864800.0, 'created_time': 1773931309.145876, 'last_price_update_time': 1774853015.681507}
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX22%2520KWM') HTTP/1.1" 204 0
2026-03-30 06:43:35 [bca.uk] INFO: Found listing with ID: GK17%20GZY
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK17%2520GZY%27 HTTP/1.1" 200 None
2026-03-30 06:43:35 [bca.uk] INFO: Scrape type for GK17%20GZY: 2
2026-03-30 06:43:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07a0f73b-8cba-5f26-990f-e263a26eb717 with identifier: GK17%20GZY
2026-03-30 06:43:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07a0f73b-8cba-5f26-990f-e263a26eb717 with scrape type 2
2026-03-30 06:43:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07a0f73b-8cba-5f26-990f-e263a26eb717 with scrape type 2
2026-03-30 06:43:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07a0f73b-8cba-5f26-990f-e263a26eb717, identifier: GK17%20GZY
2026-03-30 06:43:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc774ae7-570e-5025-9c34-c14ac6e1cc97 with identifier: OW65%20ENN
2026-03-30 06:43:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc774ae7-570e-5025-9c34-c14ac6e1cc97 with identifier: OW65%20ENN
2026-03-30 06:43:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc774ae7-570e-5025-9c34-c14ac6e1cc97 with identifier: OW65%20ENN to the API
2026-03-30 06:43:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW65%20ENN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fc774ae7-570e-5025-9c34-c14ac6e1cc97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW65 ENN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW65%20ENN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 105790,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW X5 2.0 SDRIVE 25D 231 M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 25D 231 M SPORT',
 'vin': 'WBAKT420300M46838',
 'year': 2016}
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW65%2520ENN%27 HTTP/1.1" 200 None
2026-03-30 06:43:36 [bca.uk] INFO: Saving data for OW65%20ENN: {'auction_closing_time': 1774864800.0, 'created_time': 1773827171.949294, 'last_price_update_time': 1774853016.10512}
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW65%2520ENN') HTTP/1.1" 204 0
2026-03-30 06:43:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2564cd3c-ce21-5f66-96b9-9df272e28e75 with identifier: WJ14%20UJN
2026-03-30 06:43:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2564cd3c-ce21-5f66-96b9-9df272e28e75 with identifier: WJ14%20UJN
2026-03-30 06:43:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2564cd3c-ce21-5f66-96b9-9df272e28e75 with identifier: WJ14%20UJN to the API
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ14%20UJN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2564cd3c-ce21-5f66-96b9-9df272e28e75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ14 UJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ14%20UJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 77264,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 140 4WD ZETEC P/S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 140 4WD ZETEC P/S',
 'vin': 'WF0AXXWPMAEY60130',
 'year': 2014}
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520UJN%27 HTTP/1.1" 200 None
2026-03-30 06:43:36 [bca.uk] INFO: Saving data for WJ14%20UJN: {'auction_closing_time': 1774864800.0, 'created_time': 1773831319.865829, 'last_price_update_time': 1774853016.398801}
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ14%2520UJN') HTTP/1.1" 204 0
2026-03-30 06:43:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 45a65899-9584-524c-ab54-c3c1a1cb8fca with identifier: ND73%20HCZ
2026-03-30 06:43:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 45a65899-9584-524c-ab54-c3c1a1cb8fca with identifier: ND73%20HCZ
2026-03-30 06:43:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 45a65899-9584-524c-ab54-c3c1a1cb8fca with identifier: ND73%20HCZ to the API
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND73%20HCZ-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '45a65899-9584-524c-ab54-c3c1a1cb8fca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND73 HCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND73%20HCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 25170,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'VNKKBAC390A332275',
 'year': 2024}
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND73%2520HCZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:36 [bca.uk] INFO: Saving data for ND73%20HCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535005.033423, 'last_price_update_time': 1774853016.693788}
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND73%2520HCZ') HTTP/1.1" 204 0
2026-03-30 06:43:36 [bca.uk] INFO: Found listing with ID: X315%20TCX
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27X315%2520TCX%27 HTTP/1.1" 200 None
2026-03-30 06:43:36 [bca.uk] INFO: Scrape type for X315%20TCX: 0
2026-03-30 06:43:36 [bca.uk] INFO: Found listing with ID: AF73%20EVG
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520EVG%27 HTTP/1.1" 200 None
2026-03-30 06:43:36 [bca.uk] INFO: Scrape type for AF73%20EVG: 2
2026-03-30 06:43:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa34a8d6-e426-5ada-8f82-c5394445b2b1 with identifier: AF73%20EVG
2026-03-30 06:43:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa34a8d6-e426-5ada-8f82-c5394445b2b1 with scrape type 2
2026-03-30 06:43:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa34a8d6-e426-5ada-8f82-c5394445b2b1 with scrape type 2
2026-03-30 06:43:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa34a8d6-e426-5ada-8f82-c5394445b2b1, identifier: AF73%20EVG
2026-03-30 06:43:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07a0f73b-8cba-5f26-990f-e263a26eb717 with identifier: GK17%20GZY
2026-03-30 06:43:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07a0f73b-8cba-5f26-990f-e263a26eb717 with identifier: GK17%20GZY
2026-03-30 06:43:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07a0f73b-8cba-5f26-990f-e263a26eb717 with identifier: GK17%20GZY to the API
2026-03-30 06:43:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK17%20GZY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '07a0f73b-8cba-5f26-990f-e263a26eb717',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK17 GZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK17%20GZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 89977,
 'odometer_reading_unit': '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) XTRONIC StationWagon',
 'transmission': 'automatic',
 'trim': 'DCI 130 N-VISION (5ST) XTRONIC',
 'vin': 'JN1TCAT32U0055322',
 'year': 2017}
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK17%2520GZY%27 HTTP/1.1" 200 None
2026-03-30 06:43:37 [bca.uk] INFO: Saving data for GK17%20GZY: {'auction_closing_time': 1774854000.0, 'created_time': 1773845446.439468, 'last_price_update_time': 1774853017.129804}
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK17%2520GZY') HTTP/1.1" 204 0
2026-03-30 06:43:37 [bca.uk] INFO: Found listing with ID: LS23%20RPZ
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520RPZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:37 [bca.uk] INFO: Scrape type for LS23%20RPZ: 2
2026-03-30 06:43:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc775505-1e9c-5531-8d85-220cd3439a48 with identifier: LS23%20RPZ
2026-03-30 06:43:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc775505-1e9c-5531-8d85-220cd3439a48 with scrape type 2
2026-03-30 06:43:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc775505-1e9c-5531-8d85-220cd3439a48 with scrape type 2
2026-03-30 06:43:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc775505-1e9c-5531-8d85-220cd3439a48, identifier: LS23%20RPZ
2026-03-30 06:43:37 [bca.uk] INFO: Found listing with ID: HY19%20ZZL
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ZZL%27 HTTP/1.1" 200 None
2026-03-30 06:43:37 [bca.uk] INFO: Scrape type for HY19%20ZZL: 2
2026-03-30 06:43:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3f08e1f-4549-5eb3-971e-e7da212701e1 with identifier: HY19%20ZZL
2026-03-30 06:43:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3f08e1f-4549-5eb3-971e-e7da212701e1 with scrape type 2
2026-03-30 06:43:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3f08e1f-4549-5eb3-971e-e7da212701e1 with scrape type 2
2026-03-30 06:43:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e3f08e1f-4549-5eb3-971e-e7da212701e1, identifier: HY19%20ZZL
2026-03-30 06:43:37 [bca.uk] INFO: Found listing with ID: DL10%20AOV
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL10%2520AOV%27 HTTP/1.1" 200 None
2026-03-30 06:43:37 [bca.uk] INFO: Scrape type for DL10%20AOV: 2
2026-03-30 06:43:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88fb75be-9093-5fdd-8a13-8f38004fcaf9 with identifier: DL10%20AOV
2026-03-30 06:43:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88fb75be-9093-5fdd-8a13-8f38004fcaf9 with scrape type 2
2026-03-30 06:43:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88fb75be-9093-5fdd-8a13-8f38004fcaf9 with scrape type 2
2026-03-30 06:43:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88fb75be-9093-5fdd-8a13-8f38004fcaf9, identifier: DL10%20AOV
2026-03-30 06:43:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa34a8d6-e426-5ada-8f82-c5394445b2b1 with identifier: AF73%20EVG
2026-03-30 06:43:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa34a8d6-e426-5ada-8f82-c5394445b2b1 with identifier: AF73%20EVG
2026-03-30 06:43:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa34a8d6-e426-5ada-8f82-c5394445b2b1 with identifier: AF73%20EVG to the API
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20EVG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fa34a8d6-e426-5ada-8f82-c5394445b2b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 EVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20EVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 21082,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS8PC041665',
 'year': 2023}
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520EVG%27 HTTP/1.1" 200 None
2026-03-30 06:43:37 [bca.uk] INFO: Saving data for AF73%20EVG: {'auction_closing_time': 1775037600.0, 'created_time': 1773835126.115344, 'last_price_update_time': 1774853017.790047}
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520EVG') HTTP/1.1" 204 0
2026-03-30 06:43:37 [bca.uk] INFO: Found listing with ID: J50%20GRS
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J50%2520GRS%27 HTTP/1.1" 200 None
2026-03-30 06:43:37 [bca.uk] INFO: Scrape type for J50%20GRS: 2
2026-03-30 06:43:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8253c4c-800f-56f7-b304-5faa4fbadadd with identifier: J50%20GRS
2026-03-30 06:43:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8253c4c-800f-56f7-b304-5faa4fbadadd with scrape type 2
2026-03-30 06:43:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8253c4c-800f-56f7-b304-5faa4fbadadd with scrape type 2
2026-03-30 06:43:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8253c4c-800f-56f7-b304-5faa4fbadadd, identifier: J50%20GRS
2026-03-30 06:43:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc775505-1e9c-5531-8d85-220cd3439a48 with identifier: LS23%20RPZ
2026-03-30 06:43:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc775505-1e9c-5531-8d85-220cd3439a48 with identifier: LS23%20RPZ
2026-03-30 06:43:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc775505-1e9c-5531-8d85-220cd3439a48 with identifier: LS23%20RPZ to the API
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS23%20RPZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc775505-1e9c-5531-8d85-220cd3439a48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS23 RPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS23%20RPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 55518,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.0 30 TFSI SPORT Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI SPORT',
 'vin': 'WAUZZZGA9PA028137',
 'year': 2023}
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520RPZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:38 [bca.uk] INFO: Saving data for LS23%20RPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774534878.097598, 'last_price_update_time': 1774853018.332983}
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS23%2520RPZ') HTTP/1.1" 204 0
2026-03-30 06:43:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e3f08e1f-4549-5eb3-971e-e7da212701e1 with identifier: HY19%20ZZL
2026-03-30 06:43:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e3f08e1f-4549-5eb3-971e-e7da212701e1 with identifier: HY19%20ZZL
2026-03-30 06:43:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e3f08e1f-4549-5eb3-971e-e7da212701e1 with identifier: HY19%20ZZL to the API
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY19%20ZZL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e3f08e1f-4549-5eb3-971e-e7da212701e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY19 ZZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY19%20ZZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'PEUGEOT',
 'model': 'BOXER 435',
 'odometer': 76074,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT BOXER 435 2.0 BLUEHDI 130 L4 H2 PROFESSIONAL Bus',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 L4 H2 PROFESSIONAL',
 'vin': 'VF3YD2MFC12K25084',
 'year': 2019}
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY19%2520ZZL%27 HTTP/1.1" 200 None
2026-03-30 06:43:38 [bca.uk] INFO: Saving data for HY19%20ZZL: {'auction_closing_time': 1774864800.0, 'created_time': 1773908339.945917, 'last_price_update_time': 1774853018.646604}
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY19%2520ZZL') HTTP/1.1" 204 0
2026-03-30 06:43:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88fb75be-9093-5fdd-8a13-8f38004fcaf9 with identifier: DL10%20AOV
2026-03-30 06:43:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88fb75be-9093-5fdd-8a13-8f38004fcaf9 with identifier: DL10%20AOV
2026-03-30 06:43:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88fb75be-9093-5fdd-8a13-8f38004fcaf9 with identifier: DL10%20AOV to the API
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL10%20AOV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '88fb75be-9093-5fdd-8a13-8f38004fcaf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL10 AOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL10%20AOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 117990,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 16V SE Hatchback',
 'transmission': 'manual',
 'trim': '16V SE',
 'vin': 'W0L0SDL68A4273382',
 'year': 2010}
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL10%2520AOV%27 HTTP/1.1" 200 None
2026-03-30 06:43:38 [bca.uk] INFO: Saving data for DL10%20AOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535000.636075, 'last_price_update_time': 1774853018.966936}
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL10%2520AOV') HTTP/1.1" 204 0
2026-03-30 06:43:38 [bca.uk] INFO: Found listing with ID: FN23%20OKW
2026-03-30 06:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OKW%27 HTTP/1.1" 200 None
2026-03-30 06:43:39 [bca.uk] INFO: Scrape type for FN23%20OKW: 2
2026-03-30 06:43:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d0e5550-6739-5615-88b3-f756d53b2ede with identifier: FN23%20OKW
2026-03-30 06:43:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d0e5550-6739-5615-88b3-f756d53b2ede with scrape type 2
2026-03-30 06:43:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d0e5550-6739-5615-88b3-f756d53b2ede with scrape type 2
2026-03-30 06:43:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d0e5550-6739-5615-88b3-f756d53b2ede, identifier: FN23%20OKW
2026-03-30 06:43:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8253c4c-800f-56f7-b304-5faa4fbadadd with identifier: J50%20GRS
2026-03-30 06:43:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8253c4c-800f-56f7-b304-5faa4fbadadd with identifier: J50%20GRS
2026-03-30 06:43:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8253c4c-800f-56f7-b304-5faa4fbadadd with identifier: J50%20GRS to the API
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=J50%20GRS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b8253c4c-800f-56f7-b304-5faa4fbadadd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'J50 GRS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=J50%20GRS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 43848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI CR 184 VRS DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI CR 184 VRS DSG',
 'vin': 'TMBBK7NE7F0032095',
 'year': 2014}
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J50%2520GRS%27 HTTP/1.1" 200 None
2026-03-30 06:43:39 [bca.uk] INFO: Saving data for J50%20GRS: {'auction_closing_time': 1774854000.0, 'created_time': 1773828294.045587, 'last_price_update_time': 1774853019.374505}
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='J50%2520GRS') HTTP/1.1" 204 0
2026-03-30 06:43:39 [bca.uk] INFO: Found listing with ID: PF14%20XJC
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF14%2520XJC%27 HTTP/1.1" 200 None
2026-03-30 06:43:39 [bca.uk] INFO: Scrape type for PF14%20XJC: 2
2026-03-30 06:43:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5eff52e3-b20c-5142-8277-fcda100aecda with identifier: PF14%20XJC
2026-03-30 06:43:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5eff52e3-b20c-5142-8277-fcda100aecda with scrape type 2
2026-03-30 06:43:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5eff52e3-b20c-5142-8277-fcda100aecda with scrape type 2
2026-03-30 06:43:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5eff52e3-b20c-5142-8277-fcda100aecda, identifier: PF14%20XJC
2026-03-30 06:43:39 [bca.uk] INFO: Found listing with ID: WM73%20OGU
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OGU%27 HTTP/1.1" 200 None
2026-03-30 06:43:39 [bca.uk] INFO: Scrape type for WM73%20OGU: 2
2026-03-30 06:43:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0eee9cef-f77e-5d53-b442-d9ec9abbe5f3 with identifier: WM73%20OGU
2026-03-30 06:43:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0eee9cef-f77e-5d53-b442-d9ec9abbe5f3 with scrape type 2
2026-03-30 06:43:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0eee9cef-f77e-5d53-b442-d9ec9abbe5f3 with scrape type 2
2026-03-30 06:43:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0eee9cef-f77e-5d53-b442-d9ec9abbe5f3, identifier: WM73%20OGU
2026-03-30 06:43:39 [bca.uk] INFO: Found listing with ID: HY63%20WXZ
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY63%2520WXZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:39 [bca.uk] INFO: Scrape type for HY63%20WXZ: 2
2026-03-30 06:43:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a892bc35-9f8f-59bf-8a4a-25dad7c2d08f with identifier: HY63%20WXZ
2026-03-30 06:43:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a892bc35-9f8f-59bf-8a4a-25dad7c2d08f with scrape type 2
2026-03-30 06:43:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a892bc35-9f8f-59bf-8a4a-25dad7c2d08f with scrape type 2
2026-03-30 06:43:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a892bc35-9f8f-59bf-8a4a-25dad7c2d08f, identifier: HY63%20WXZ
2026-03-30 06:43:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d0e5550-6739-5615-88b3-f756d53b2ede with identifier: FN23%20OKW
2026-03-30 06:43:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d0e5550-6739-5615-88b3-f756d53b2ede with identifier: FN23%20OKW
2026-03-30 06:43:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d0e5550-6739-5615-88b3-f756d53b2ede with identifier: FN23%20OKW to the API
2026-03-30 06:43:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN23%20OKW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d0e5550-6739-5615-88b3-f756d53b2ede',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FN23 OKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN23%20OKW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'PROCEED SW',
 'odometer': 20510,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA PROCEED SW 1.5 T GDI GT-LINE ISG Estate',
 'transmission': 'manual',
 'trim': 'T GDI GT-LINE ISG',
 'vin': 'U5YH2G15LPL066262',
 'year': 2023}
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OKW%27 HTTP/1.1" 200 None
2026-03-30 06:43:40 [bca.uk] INFO: Saving data for FN23%20OKW: {'auction_closing_time': 1774864800.0, 'created_time': 1773908308.446201, 'last_price_update_time': 1774853020.010903}
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN23%2520OKW') HTTP/1.1" 204 0
2026-03-30 06:43:40 [bca.uk] INFO: Found listing with ID: LF19%20BMC
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF19%2520BMC%27 HTTP/1.1" 200 None
2026-03-30 06:43:40 [bca.uk] INFO: Scrape type for LF19%20BMC: 2
2026-03-30 06:43:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c06a291-29b6-5647-9a9e-a5cb91ca2cd4 with identifier: LF19%20BMC
2026-03-30 06:43:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c06a291-29b6-5647-9a9e-a5cb91ca2cd4 with scrape type 2
2026-03-30 06:43:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c06a291-29b6-5647-9a9e-a5cb91ca2cd4 with scrape type 2
2026-03-30 06:43:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9c06a291-29b6-5647-9a9e-a5cb91ca2cd4, identifier: LF19%20BMC
2026-03-30 06:43:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5eff52e3-b20c-5142-8277-fcda100aecda with identifier: PF14%20XJC
2026-03-30 06:43:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5eff52e3-b20c-5142-8277-fcda100aecda with identifier: PF14%20XJC
2026-03-30 06:43:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5eff52e3-b20c-5142-8277-fcda100aecda with identifier: PF14%20XJC to the API
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF14%20XJC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5eff52e3-b20c-5142-8277-fcda100aecda',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF14 XJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF14%20XJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 120607,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T ACENTA PREMIUM',
 'vin': 'SJNFEAJ11U1170093',
 'year': 2014}
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF14%2520XJC%27 HTTP/1.1" 200 None
2026-03-30 06:43:40 [bca.uk] INFO: Saving data for PF14%20XJC: {'auction_closing_time': 1774864800.0, 'created_time': 1773839038.90266, 'last_price_update_time': 1774853020.43661}
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF14%2520XJC') HTTP/1.1" 204 0
2026-03-30 06:43:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0eee9cef-f77e-5d53-b442-d9ec9abbe5f3 with identifier: WM73%20OGU
2026-03-30 06:43:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0eee9cef-f77e-5d53-b442-d9ec9abbe5f3 with identifier: WM73%20OGU
2026-03-30 06:43:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0eee9cef-f77e-5d53-b442-d9ec9abbe5f3 with identifier: WM73%20OGU to the API
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM73%20OGU-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': '0eee9cef-f77e-5d53-b442-d9ec9abbe5f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WM73 OGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM73%20OGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LEXUS',
 'model': 'UX 250H',
 'odometer': 21042,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 250H 2.0 F-SPORT DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'F-SPORT DESIGN',
 'vin': 'JTHY65BH702180954',
 'year': 2023}
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520OGU%27 HTTP/1.1" 200 None
2026-03-30 06:43:40 [bca.uk] INFO: Saving data for WM73%20OGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535017.214891, 'last_price_update_time': 1774853020.732772}
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM73%2520OGU') HTTP/1.1" 204 0
2026-03-30 06:43:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a892bc35-9f8f-59bf-8a4a-25dad7c2d08f with identifier: HY63%20WXZ
2026-03-30 06:43:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a892bc35-9f8f-59bf-8a4a-25dad7c2d08f with identifier: HY63%20WXZ
2026-03-30 06:43:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a892bc35-9f8f-59bf-8a4a-25dad7c2d08f with identifier: HY63%20WXZ to the API
2026-03-30 06:43:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY63%20WXZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a892bc35-9f8f-59bf-8a4a-25dad7c2d08f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY63 WXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY63%20WXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 98393,
 'odometer_reading_unit': '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 2.0 TDCI 140 ZETEC P/SHIFT MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 140 ZETEC P/SHIFT',
 'vin': 'WF0HXXWPBHDC34473',
 'year': 2013}
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY63%2520WXZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:41 [bca.uk] INFO: Saving data for HY63%20WXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535004.168228, 'last_price_update_time': 1774853021.036408}
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY63%2520WXZ') HTTP/1.1" 204 0
2026-03-30 06:43:41 [bca.uk] INFO: Found listing with ID: WG73%20NUB
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520NUB%27 HTTP/1.1" 200 None
2026-03-30 06:43:41 [bca.uk] INFO: Scrape type for WG73%20NUB: 2
2026-03-30 06:43:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with identifier: WG73%20NUB
2026-03-30 06:43:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with scrape type 2
2026-03-30 06:43:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with scrape type 2
2026-03-30 06:43:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753, identifier: WG73%20NUB
2026-03-30 06:43:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9c06a291-29b6-5647-9a9e-a5cb91ca2cd4 with identifier: LF19%20BMC
2026-03-30 06:43:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9c06a291-29b6-5647-9a9e-a5cb91ca2cd4 with identifier: LF19%20BMC
2026-03-30 06:43:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9c06a291-29b6-5647-9a9e-a5cb91ca2cd4 with identifier: LF19%20BMC to the API
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF19%20BMC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9c06a291-29b6-5647-9a9e-a5cb91ca2cd4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF19 BMC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF19%20BMC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 103643,
 'odometer_reading_unit': '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.5 TSI 150 SE DSG Estate',
 'transmission': 'automatic',
 'trim': 'TSI 150 SE DSG',
 'vin': 'TMBKN7NP0K7082072',
 'year': 2019}
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43: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%2520BMC%27 HTTP/1.1" 200 None
2026-03-30 06:43:41 [bca.uk] INFO: Saving data for LF19%20BMC: {'auction_closing_time': 1774854000.0, 'created_time': 1773839092.911924, 'last_price_update_time': 1774853021.451534}
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF19%2520BMC') HTTP/1.1" 204 0
2026-03-30 06:43:41 [bca.uk] INFO: Found listing with ID: LG07%20XYX
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG07%2520XYX%27 HTTP/1.1" 200 None
2026-03-30 06:43:41 [bca.uk] INFO: Scrape type for LG07%20XYX: 2
2026-03-30 06:43:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dd05baa-0799-5c79-bbbb-9f9cc9665fd9 with identifier: LG07%20XYX
2026-03-30 06:43:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dd05baa-0799-5c79-bbbb-9f9cc9665fd9 with scrape type 2
2026-03-30 06:43:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dd05baa-0799-5c79-bbbb-9f9cc9665fd9 with scrape type 2
2026-03-30 06:43:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dd05baa-0799-5c79-bbbb-9f9cc9665fd9, identifier: LG07%20XYX
2026-03-30 06:43:41 [bca.uk] INFO: Found listing with ID: ST10%20VEW
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST10%2520VEW%27 HTTP/1.1" 200 None
2026-03-30 06:43:41 [bca.uk] INFO: Scrape type for ST10%20VEW: 2
2026-03-30 06:43:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4f013e4-7188-5c2c-ac49-dab3887419d3 with identifier: ST10%20VEW
2026-03-30 06:43:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4f013e4-7188-5c2c-ac49-dab3887419d3 with scrape type 2
2026-03-30 06:43:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4f013e4-7188-5c2c-ac49-dab3887419d3 with scrape type 2
2026-03-30 06:43:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4f013e4-7188-5c2c-ac49-dab3887419d3, identifier: ST10%20VEW
2026-03-30 06:43:41 [bca.uk] INFO: Found listing with ID: SK63%20ZTP
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK63%2520ZTP%27 HTTP/1.1" 200 None
2026-03-30 06:43:41 [bca.uk] INFO: Scrape type for SK63%20ZTP: 2
2026-03-30 06:43:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b091a0f-abb5-5887-b735-3397ed5af56d with identifier: SK63%20ZTP
2026-03-30 06:43:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b091a0f-abb5-5887-b735-3397ed5af56d with scrape type 2
2026-03-30 06:43:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b091a0f-abb5-5887-b735-3397ed5af56d with scrape type 2
2026-03-30 06:43:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b091a0f-abb5-5887-b735-3397ed5af56d, identifier: SK63%20ZTP
2026-03-30 06:43:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with identifier: WG73%20NUB
2026-03-30 06:43:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with identifier: WG73%20NUB
2026-03-30 06:43:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d9f2a73-40a5-5c7e-8a16-b9a45ea20753 with identifier: WG73%20NUB to the API
2026-03-30 06:43:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG73%20NUB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0d9f2a73-40a5-5c7e-8a16-b9a45ea20753',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WG73 NUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG73%20NUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 14631,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 B3P CORE G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B3P CORE G/T',
 'vin': 'YV1XZK7V6R2269441',
 'year': 2023}
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG73%2520NUB%27 HTTP/1.1" 200 None
2026-03-30 06:43:42 [bca.uk] INFO: Saving data for WG73%20NUB: {'auction_closing_time': 1774864800.0, 'created_time': 1773908319.325481, 'last_price_update_time': 1774853022.13809}
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG73%2520NUB') HTTP/1.1" 204 0
2026-03-30 06:43:42 [bca.uk] INFO: Found listing with ID: WJ11%20KZW
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ11%2520KZW%27 HTTP/1.1" 200 None
2026-03-30 06:43:42 [bca.uk] INFO: Scrape type for WJ11%20KZW: 2
2026-03-30 06:43:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a20f2149-fba9-58f2-a9b7-fe307938b74e with identifier: WJ11%20KZW
2026-03-30 06:43:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a20f2149-fba9-58f2-a9b7-fe307938b74e with scrape type 2
2026-03-30 06:43:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a20f2149-fba9-58f2-a9b7-fe307938b74e with scrape type 2
2026-03-30 06:43:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a20f2149-fba9-58f2-a9b7-fe307938b74e, identifier: WJ11%20KZW
2026-03-30 06:43:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:43:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dd05baa-0799-5c79-bbbb-9f9cc9665fd9 with identifier: LG07%20XYX
2026-03-30 06:43:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dd05baa-0799-5c79-bbbb-9f9cc9665fd9 with identifier: LG07%20XYX
2026-03-30 06:43:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dd05baa-0799-5c79-bbbb-9f9cc9665fd9 with identifier: LG07%20XYX to the API
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=95&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG07%20XYX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3dd05baa-0799-5c79-bbbb-9f9cc9665fd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG07 XYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG07%20XYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 74073,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 S 80 Hatchback',
 'transmission': 'manual',
 'trim': 'S 80',
 'vin': 'WVWZZZ9NZ7Y151279',
 'year': 2007}
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG07%2520XYX%27 HTTP/1.1" 200 None
2026-03-30 06:43:42 [bca.uk] INFO: Saving data for LG07%20XYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774534876.915941, 'last_price_update_time': 1774853022.579034}
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG07%2520XYX') HTTP/1.1" 204 0
2026-03-30 06:43:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4f013e4-7188-5c2c-ac49-dab3887419d3 with identifier: ST10%20VEW
2026-03-30 06:43:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4f013e4-7188-5c2c-ac49-dab3887419d3 with identifier: ST10%20VEW
2026-03-30 06:43:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4f013e4-7188-5c2c-ac49-dab3887419d3 with identifier: ST10%20VEW to the API
2026-03-30 06:43:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST10%20VEW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f4f013e4-7188-5c2c-ac49-dab3887419d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST10 VEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST10%20VEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SUZUKI',
 'model': 'GRAND VITARA',
 'odometer': 79649,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'SUZUKI GRAND VITARA 2.4 VVT SZ4 StationWagon',
 'transmission': 'manual',
 'trim': 'VVT SZ4',
 'vin': 'JSAJTAA4V00210399',
 'year': 2010}
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST10%2520VEW%27 HTTP/1.1" 200 None
2026-03-30 06:43:43 [bca.uk] INFO: Saving data for ST10%20VEW: {'auction_closing_time': 1774864800.0, 'created_time': 1774005339.486444, 'last_price_update_time': 1774853023.030619}
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST10%2520VEW') HTTP/1.1" 204 0
2026-03-30 06:43:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b091a0f-abb5-5887-b735-3397ed5af56d with identifier: SK63%20ZTP
2026-03-30 06:43:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b091a0f-abb5-5887-b735-3397ed5af56d with identifier: SK63%20ZTP
2026-03-30 06:43:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b091a0f-abb5-5887-b735-3397ed5af56d with identifier: SK63%20ZTP to the API
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK63%20ZTP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b091a0f-abb5-5887-b735-3397ed5af56d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK63 ZTP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK63%20ZTP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 151095,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI A6 AVANT 2.0 TDI 177 BLACK ED.M-T Estate',
 'transmission': 'manual',
 'trim': 'TDI 177 BLACK ED.M-T',
 'vin': 'WAUZZZ4G4EN055986',
 'year': 2013}
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK63%2520ZTP%27 HTTP/1.1" 200 None
2026-03-30 06:43:43 [bca.uk] INFO: Saving data for SK63%20ZTP: {'auction_closing_time': 1774864800.0, 'created_time': 1774535003.236839, 'last_price_update_time': 1774853023.330506}
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK63%2520ZTP') HTTP/1.1" 204 0
2026-03-30 06:43:43 [bca.uk] INFO: Found listing with ID: WV74%20NYT
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NYT%27 HTTP/1.1" 200 None
2026-03-30 06:43:43 [bca.uk] INFO: Scrape type for WV74%20NYT: 2
2026-03-30 06:43:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00105aeb-ab17-5035-bd73-616413ab5603 with identifier: WV74%20NYT
2026-03-30 06:43:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00105aeb-ab17-5035-bd73-616413ab5603 with scrape type 2
2026-03-30 06:43:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00105aeb-ab17-5035-bd73-616413ab5603 with scrape type 2
2026-03-30 06:43:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00105aeb-ab17-5035-bd73-616413ab5603, identifier: WV74%20NYT
2026-03-30 06:43:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a20f2149-fba9-58f2-a9b7-fe307938b74e with identifier: WJ11%20KZW
2026-03-30 06:43:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a20f2149-fba9-58f2-a9b7-fe307938b74e with identifier: WJ11%20KZW
2026-03-30 06:43:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a20f2149-fba9-58f2-a9b7-fe307938b74e with identifier: WJ11%20KZW to the API
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ11%20KZW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a20f2149-fba9-58f2-a9b7-fe307938b74e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ11 KZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ11%20KZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VOLKSWAGEN',
 'model': 'CARAVELLE',
 'odometer': 106991,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CARAVELLE 2.0 TDI 140 EXECUTIVE DSG MPV',
 'transmission': 'automatic',
 'trim': 'TDI 140 EXECUTIVE DSG',
 'vin': 'WV2ZZZ7HZBH089149',
 'year': 2011}
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ11%2520KZW%27 HTTP/1.1" 200 None
2026-03-30 06:43:43 [bca.uk] INFO: Saving data for WJ11%20KZW: {'auction_closing_time': 1774854000.0, 'created_time': 1774354028.199688, 'last_price_update_time': 1774853023.764618}
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ11%2520KZW') HTTP/1.1" 204 0
2026-03-30 06:43:43 [bca.uk] INFO: Found listing with ID: LA17%20WSK
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520WSK%27 HTTP/1.1" 200 None
2026-03-30 06:43:43 [bca.uk] INFO: Scrape type for LA17%20WSK: 2
2026-03-30 06:43:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b4da105-86a1-5bd2-900b-0f197863340e with identifier: LA17%20WSK
2026-03-30 06:43:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b4da105-86a1-5bd2-900b-0f197863340e with scrape type 2
2026-03-30 06:43:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b4da105-86a1-5bd2-900b-0f197863340e with scrape type 2
2026-03-30 06:43:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b4da105-86a1-5bd2-900b-0f197863340e, identifier: LA17%20WSK
2026-03-30 06:43:43 [bca.uk] INFO: Found listing with ID: YE72%20DVF
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520DVF%27 HTTP/1.1" 200 None
2026-03-30 06:43:43 [bca.uk] INFO: Scrape type for YE72%20DVF: 2
2026-03-30 06:43:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c2e4e6c-7ba4-50bb-bf64-ccc6746d8621 with identifier: YE72%20DVF
2026-03-30 06:43:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c2e4e6c-7ba4-50bb-bf64-ccc6746d8621 with scrape type 2
2026-03-30 06:43:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c2e4e6c-7ba4-50bb-bf64-ccc6746d8621 with scrape type 2
2026-03-30 06:43:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c2e4e6c-7ba4-50bb-bf64-ccc6746d8621, identifier: YE72%20DVF
2026-03-30 06:43:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00105aeb-ab17-5035-bd73-616413ab5603 with identifier: WV74%20NYT
2026-03-30 06:43:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00105aeb-ab17-5035-bd73-616413ab5603 with identifier: WV74%20NYT
2026-03-30 06:43:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00105aeb-ab17-5035-bd73-616413ab5603 with identifier: WV74%20NYT to the API
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV74%20NYT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '00105aeb-ab17-5035-bd73-616413ab5603',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV74 NYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV74%20NYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 3120,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.5 MHEV SPRINT Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV SPRINT',
 'vin': 'ZARNASAA5R3088535',
 'year': 2024}
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NYT%27 HTTP/1.1" 200 None
2026-03-30 06:43:44 [bca.uk] INFO: Saving data for WV74%20NYT: {'auction_closing_time': 1775037600.0, 'created_time': 1773833573.605472, 'last_price_update_time': 1774853024.342968}
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV74%2520NYT') HTTP/1.1" 204 0
2026-03-30 06:43:44 [bca.uk] INFO: Found listing with ID: YA67%20NLN
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520NLN%27 HTTP/1.1" 200 None
2026-03-30 06:43:44 [bca.uk] INFO: Scrape type for YA67%20NLN: 2
2026-03-30 06:43:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d0819a6-a7fd-5330-a26c-3e696ce58b56 with identifier: YA67%20NLN
2026-03-30 06:43:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d0819a6-a7fd-5330-a26c-3e696ce58b56 with scrape type 2
2026-03-30 06:43:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d0819a6-a7fd-5330-a26c-3e696ce58b56 with scrape type 2
2026-03-30 06:43:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d0819a6-a7fd-5330-a26c-3e696ce58b56, identifier: YA67%20NLN
2026-03-30 06:43:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b4da105-86a1-5bd2-900b-0f197863340e with identifier: LA17%20WSK
2026-03-30 06:43:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b4da105-86a1-5bd2-900b-0f197863340e with identifier: LA17%20WSK
2026-03-30 06:43:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b4da105-86a1-5bd2-900b-0f197863340e with identifier: LA17%20WSK to the API
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA17%20WSK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b4da105-86a1-5bd2-900b-0f197863340e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA17 WSK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA17%20WSK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 122335,
 'odometer_reading_unit': '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 X1 2.0 SDRIVE 18D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'SDRIVE 18D M SPORT STEP',
 'vin': 'WBAHT720105J94442',
 'year': 2017}
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA17%2520WSK%27 HTTP/1.1" 200 None
2026-03-30 06:43:44 [bca.uk] INFO: Saving data for LA17%20WSK: {'auction_closing_time': 1774864800.0, 'created_time': 1774535050.359678, 'last_price_update_time': 1774853024.755957}
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA17%2520WSK') HTTP/1.1" 204 0
2026-03-30 06:43:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c2e4e6c-7ba4-50bb-bf64-ccc6746d8621 with identifier: YE72%20DVF
2026-03-30 06:43:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c2e4e6c-7ba4-50bb-bf64-ccc6746d8621 with identifier: YE72%20DVF
2026-03-30 06:43:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c2e4e6c-7ba4-50bb-bf64-ccc6746d8621 with identifier: YE72%20DVF to the API
2026-03-30 06:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE72%20DVF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5c2e4e6c-7ba4-50bb-bf64-ccc6746d8621',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE72 DVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE72%20DVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 26667,
 'odometer_reading_unit': '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 ACENTA PREM.X-T Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 MH ACENTA PREM.X-T',
 'vin': 'SJNTAAJ12U1174521',
 'year': 2022}
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520DVF%27 HTTP/1.1" 200 None
2026-03-30 06:43:45 [bca.uk] INFO: Saving data for YE72%20DVF: {'auction_closing_time': 1774864800.0, 'created_time': 1773841610.237941, 'last_price_update_time': 1774853025.049778}
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE72%2520DVF') HTTP/1.1" 204 0
2026-03-30 06:43:45 [bca.uk] INFO: Found listing with ID: WV74%20OBT
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43: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%2520OBT%27 HTTP/1.1" 200 None
2026-03-30 06:43:45 [bca.uk] INFO: Scrape type for WV74%20OBT: 2
2026-03-30 06:43:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with identifier: WV74%20OBT
2026-03-30 06:43:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with scrape type 2
2026-03-30 06:43:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with scrape type 2
2026-03-30 06:43:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e, identifier: WV74%20OBT
2026-03-30 06:43:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d0819a6-a7fd-5330-a26c-3e696ce58b56 with identifier: YA67%20NLN
2026-03-30 06:43:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d0819a6-a7fd-5330-a26c-3e696ce58b56 with identifier: YA67%20NLN
2026-03-30 06:43:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d0819a6-a7fd-5330-a26c-3e696ce58b56 with identifier: YA67%20NLN to the API
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA67%20NLN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8d0819a6-a7fd-5330-a26c-3e696ce58b56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA67 NLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA67%20NLN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 113241,
 'odometer_reading_unit': '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 CX-5 2.2 D 150 SPORT 2WD StationWagon',
 'transmission': 'automatic',
 'trim': 'D 150 SPORT 2WD',
 'vin': 'JMZKF6W1A00664915',
 'year': 2017}
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA67%2520NLN%27 HTTP/1.1" 200 None
2026-03-30 06:43:45 [bca.uk] INFO: Saving data for YA67%20NLN: {'auction_closing_time': 1774854000.0, 'created_time': 1773987198.207516, 'last_price_update_time': 1774853025.465018}
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA67%2520NLN') HTTP/1.1" 204 0
2026-03-30 06:43:45 [bca.uk] INFO: Found listing with ID: LM23%20XOP
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520XOP%27 HTTP/1.1" 200 None
2026-03-30 06:43:45 [bca.uk] INFO: Scrape type for LM23%20XOP: 2
2026-03-30 06:43:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e858195e-12e4-5540-b79c-7a5c23c82709 with identifier: LM23%20XOP
2026-03-30 06:43:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e858195e-12e4-5540-b79c-7a5c23c82709 with scrape type 2
2026-03-30 06:43:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e858195e-12e4-5540-b79c-7a5c23c82709 with scrape type 2
2026-03-30 06:43:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e858195e-12e4-5540-b79c-7a5c23c82709, identifier: LM23%20XOP
2026-03-30 06:43:45 [bca.uk] INFO: Found listing with ID: FN23%20OKM
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OKM%27 HTTP/1.1" 200 None
2026-03-30 06:43:45 [bca.uk] INFO: Scrape type for FN23%20OKM: 2
2026-03-30 06:43:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3a837bc-83f4-5bea-9bf1-6621112a8392 with identifier: FN23%20OKM
2026-03-30 06:43:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3a837bc-83f4-5bea-9bf1-6621112a8392 with scrape type 2
2026-03-30 06:43:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3a837bc-83f4-5bea-9bf1-6621112a8392 with scrape type 2
2026-03-30 06:43:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3a837bc-83f4-5bea-9bf1-6621112a8392, identifier: FN23%20OKM
2026-03-30 06:43:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with identifier: WV74%20OBT
2026-03-30 06:43:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with identifier: WV74%20OBT
2026-03-30 06:43:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e with identifier: WV74%20OBT to the API
2026-03-30 06:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV74%20OBT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fa98cbb3-4c26-50d3-b53b-8ac55abf9a1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV74 OBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV74%20OBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 9376,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.5 MHEV SPRINT Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV SPRINT',
 'vin': 'ZARNASAA7R3088858',
 'year': 2024}
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520OBT%27 HTTP/1.1" 200 None
2026-03-30 06:43:46 [bca.uk] INFO: Saving data for WV74%20OBT: {'auction_closing_time': 1775037600.0, 'created_time': 1773833577.407194, 'last_price_update_time': 1774853026.015102}
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV74%2520OBT') HTTP/1.1" 204 0
2026-03-30 06:43:46 [bca.uk] INFO: Found listing with ID: PO68%20EVP
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO68%2520EVP%27 HTTP/1.1" 200 None
2026-03-30 06:43:46 [bca.uk] INFO: Scrape type for PO68%20EVP: 2
2026-03-30 06:43:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 961ae9f5-038f-53e0-be81-d2d7226188f8 with identifier: PO68%20EVP
2026-03-30 06:43:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 961ae9f5-038f-53e0-be81-d2d7226188f8 with scrape type 2
2026-03-30 06:43:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 961ae9f5-038f-53e0-be81-d2d7226188f8 with scrape type 2
2026-03-30 06:43:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 961ae9f5-038f-53e0-be81-d2d7226188f8, identifier: PO68%20EVP
2026-03-30 06:43:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e858195e-12e4-5540-b79c-7a5c23c82709 with identifier: LM23%20XOP
2026-03-30 06:43:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e858195e-12e4-5540-b79c-7a5c23c82709 with identifier: LM23%20XOP
2026-03-30 06:43:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e858195e-12e4-5540-b79c-7a5c23c82709 with identifier: LM23%20XOP to the API
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM23%20XOP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e858195e-12e4-5540-b79c-7a5c23c82709',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM23 XOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM23%20XOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 22502,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 100 DESIGN',
 'vin': 'VXKUPHNKSP4053716',
 'year': 2023}
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM23%2520XOP%27 HTTP/1.1" 200 None
2026-03-30 06:43:46 [bca.uk] INFO: Saving data for LM23%20XOP: {'auction_closing_time': 1774864800.0, 'created_time': 1774535050.735103, 'last_price_update_time': 1774853026.432633}
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM23%2520XOP') HTTP/1.1" 204 0
2026-03-30 06:43:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3a837bc-83f4-5bea-9bf1-6621112a8392 with identifier: FN23%20OKM
2026-03-30 06:43:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3a837bc-83f4-5bea-9bf1-6621112a8392 with identifier: FN23%20OKM
2026-03-30 06:43:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3a837bc-83f4-5bea-9bf1-6621112a8392 with identifier: FN23%20OKM to the API
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN23%20OKM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b3a837bc-83f4-5bea-9bf1-6621112a8392',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FN23 OKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN23%20OKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'KIA',
 'model': 'PROCEED SW',
 'odometer': 19105,
 'odometer_reading_unit': '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': 'U5YH2G15LPL065858',
 'year': 2023}
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520OKM%27 HTTP/1.1" 200 None
2026-03-30 06:43:46 [bca.uk] INFO: Saving data for FN23%20OKM: {'auction_closing_time': 1774864800.0, 'created_time': 1773843574.515318, 'last_price_update_time': 1774853026.73575}
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN23%2520OKM') HTTP/1.1" 204 0
2026-03-30 06:43:46 [bca.uk] INFO: Found listing with ID: DN25%20HMO
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN25%2520HMO%27 HTTP/1.1" 200 None
2026-03-30 06:43:46 [bca.uk] INFO: Scrape type for DN25%20HMO: 2
2026-03-30 06:43:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with identifier: DN25%20HMO
2026-03-30 06:43:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with scrape type 2
2026-03-30 06:43:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with scrape type 2
2026-03-30 06:43:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13ddb100-68d8-5df4-9ff1-31b81a05aa8a, identifier: DN25%20HMO
2026-03-30 06:43:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 961ae9f5-038f-53e0-be81-d2d7226188f8 with identifier: PO68%20EVP
2026-03-30 06:43:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 961ae9f5-038f-53e0-be81-d2d7226188f8 with identifier: PO68%20EVP
2026-03-30 06:43:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 961ae9f5-038f-53e0-be81-d2d7226188f8 with identifier: PO68%20EVP to the API
2026-03-30 06:43:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO68%20EVP-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '961ae9f5-038f-53e0-be81-d2d7226188f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO68 EVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO68%20EVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'ELDDIS',
 'model': 'MAJESTIC',
 'odometer': 17262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'ELDDIS MAJESTIC 2.0 120 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '120 MOTORHOME',
 'vin': 'VF3YB3MAU12H63794',
 'year': 2018}
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO68%2520EVP%27 HTTP/1.1" 200 None
2026-03-30 06:43:47 [bca.uk] INFO: Saving data for PO68%20EVP: {'auction_closing_time': 1775124000.0, 'created_time': 1774535782.687262, 'last_price_update_time': 1774853027.144953}
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO68%2520EVP') HTTP/1.1" 204 0
2026-03-30 06:43:47 [bca.uk] INFO: Total items found: 100
2026-03-30 06:43:47 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded
2026-03-30 06:43:47 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:43:47 [bca.uk] INFO: Found listing with ID: KS13%20OGR
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS13%2520OGR%27 HTTP/1.1" 200 None
2026-03-30 06:43:47 [bca.uk] INFO: Scrape type for KS13%20OGR: 2
2026-03-30 06:43:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b26bd6e-5b80-5f9b-84b2-123ed098f12b with identifier: KS13%20OGR
2026-03-30 06:43:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b26bd6e-5b80-5f9b-84b2-123ed098f12b with scrape type 2
2026-03-30 06:43:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b26bd6e-5b80-5f9b-84b2-123ed098f12b with scrape type 2
2026-03-30 06:43:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b26bd6e-5b80-5f9b-84b2-123ed098f12b, identifier: KS13%20OGR
2026-03-30 06:43:47 [bca.uk] INFO: Found listing with ID: WV74%20OAP
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520OAP%27 HTTP/1.1" 200 None
2026-03-30 06:43:47 [bca.uk] INFO: Scrape type for WV74%20OAP: 2
2026-03-30 06:43:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55a22a61-8ed9-56b7-aa06-9d42e02ab7d4 with identifier: WV74%20OAP
2026-03-30 06:43:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55a22a61-8ed9-56b7-aa06-9d42e02ab7d4 with scrape type 2
2026-03-30 06:43:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55a22a61-8ed9-56b7-aa06-9d42e02ab7d4 with scrape type 2
2026-03-30 06:43:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55a22a61-8ed9-56b7-aa06-9d42e02ab7d4, identifier: WV74%20OAP
2026-03-30 06:43:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with identifier: DN25%20HMO
2026-03-30 06:43:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with identifier: DN25%20HMO
2026-03-30 06:43:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13ddb100-68d8-5df4-9ff1-31b81a05aa8a with identifier: DN25%20HMO to the API
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN25%20HMO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '13ddb100-68d8-5df4-9ff1-31b81a05aa8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN25 HMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN25%20HMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'CAPRI',
 'odometer': 4307,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD CAPRI 210KW 77KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '210KW 77KWH PREMIUM',
 'vin': 'WF0SPBEF2SSJ46658',
 'year': 2025}
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN25%2520HMO%27 HTTP/1.1" 200 None
2026-03-30 06:43:47 [bca.uk] INFO: Saving data for DN25%20HMO: {'auction_closing_time': 1774864800.0, 'created_time': 1773833424.466632, 'last_price_update_time': 1774853027.677482}
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN25%2520HMO') HTTP/1.1" 204 0
2026-03-30 06:43:47 [bca.uk] INFO: Found listing with ID: BF65%20YHT
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520YHT%27 HTTP/1.1" 200 None
2026-03-30 06:43:47 [bca.uk] INFO: Scrape type for BF65%20YHT: 2
2026-03-30 06:43:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 573c3f69-88c3-5cb1-8e26-daec218d70c7 with identifier: BF65%20YHT
2026-03-30 06:43:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 573c3f69-88c3-5cb1-8e26-daec218d70c7 with scrape type 2
2026-03-30 06:43:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 573c3f69-88c3-5cb1-8e26-daec218d70c7 with scrape type 2
2026-03-30 06:43:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 573c3f69-88c3-5cb1-8e26-daec218d70c7, identifier: BF65%20YHT
2026-03-30 06:43:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b26bd6e-5b80-5f9b-84b2-123ed098f12b with identifier: KS13%20OGR
2026-03-30 06:43:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b26bd6e-5b80-5f9b-84b2-123ed098f12b with identifier: KS13%20OGR
2026-03-30 06:43:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b26bd6e-5b80-5f9b-84b2-123ed098f12b with identifier: KS13%20OGR to the API
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS13%20OGR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b26bd6e-5b80-5f9b-84b2-123ed098f12b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS13 OGR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS13%20OGR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'B180',
 'odometer': 52048,
 'odometer_reading_unit': '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 B180 1.8 CDI B/E SE MPV',
 'transmission': 'automatic',
 'trim': 'CDI B/E SE',
 'vin': 'WDD2462002J175294',
 'year': 2013}
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS13%2520OGR%27 HTTP/1.1" 200 None
2026-03-30 06:43:48 [bca.uk] INFO: Saving data for KS13%20OGR: {'auction_closing_time': 1774864800.0, 'created_time': 1774535026.167969, 'last_price_update_time': 1774853028.190963}
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS13%2520OGR') HTTP/1.1" 204 0
2026-03-30 06:43:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55a22a61-8ed9-56b7-aa06-9d42e02ab7d4 with identifier: WV74%20OAP
2026-03-30 06:43:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55a22a61-8ed9-56b7-aa06-9d42e02ab7d4 with identifier: WV74%20OAP
2026-03-30 06:43:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55a22a61-8ed9-56b7-aa06-9d42e02ab7d4 with identifier: WV74%20OAP to the API
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV74%20OAP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '55a22a61-8ed9-56b7-aa06-9d42e02ab7d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV74 OAP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV74%20OAP&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 15197,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.5 MHEV SPRINT Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV SPRINT',
 'vin': 'ZARNASAA8R3079344',
 'year': 2024}
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520OAP%27 HTTP/1.1" 200 None
2026-03-30 06:43:48 [bca.uk] INFO: Saving data for WV74%20OAP: {'auction_closing_time': 1775037600.0, 'created_time': 1773842579.046582, 'last_price_update_time': 1774853028.493594}
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV74%2520OAP') HTTP/1.1" 204 0
2026-03-30 06:43:48 [bca.uk] INFO: Found listing with ID: MA24%20FLP
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520FLP%27 HTTP/1.1" 200 None
2026-03-30 06:43:48 [bca.uk] INFO: Scrape type for MA24%20FLP: 2
2026-03-30 06:43:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1432bbac-abff-56b2-8d44-f627584c6d9a with identifier: MA24%20FLP
2026-03-30 06:43:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1432bbac-abff-56b2-8d44-f627584c6d9a with scrape type 2
2026-03-30 06:43:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1432bbac-abff-56b2-8d44-f627584c6d9a with scrape type 2
2026-03-30 06:43:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1432bbac-abff-56b2-8d44-f627584c6d9a, identifier: MA24%20FLP
2026-03-30 06:43:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 573c3f69-88c3-5cb1-8e26-daec218d70c7 with identifier: BF65%20YHT
2026-03-30 06:43:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 573c3f69-88c3-5cb1-8e26-daec218d70c7 with identifier: BF65%20YHT
2026-03-30 06:43:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 573c3f69-88c3-5cb1-8e26-daec218d70c7 with identifier: BF65%20YHT to the API
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF65%20YHT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '573c3f69-88c3-5cb1-8e26-daec218d70c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF65 YHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF65%20YHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 83373,
 'odometer_reading_unit': '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': 'SJNFEAF15U7150958',
 'year': 2015}
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF65%2520YHT%27 HTTP/1.1" 200 None
2026-03-30 06:43:48 [bca.uk] INFO: Saving data for BF65%20YHT: {'auction_closing_time': 1774854000.0, 'created_time': 1773826270.529136, 'last_price_update_time': 1774853028.914946}
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF65%2520YHT') HTTP/1.1" 204 0
2026-03-30 06:43:48 [bca.uk] INFO: Found listing with ID: AV22%20NFL
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV22%2520NFL%27 HTTP/1.1" 200 None
2026-03-30 06:43:48 [bca.uk] INFO: Scrape type for AV22%20NFL: 0
2026-03-30 06:43:48 [bca.uk] INFO: Found listing with ID: KP19%20AYF
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP19%2520AYF%27 HTTP/1.1" 200 None
2026-03-30 06:43:48 [bca.uk] INFO: Scrape type for KP19%20AYF: 0
2026-03-30 06:43:48 [bca.uk] INFO: Found listing with ID: KS70%20VSE
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520VSE%27 HTTP/1.1" 200 None
2026-03-30 06:43:48 [bca.uk] INFO: Scrape type for KS70%20VSE: 0
2026-03-30 06:43:48 [bca.uk] INFO: Found listing with ID: YY68%20DWD
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY68%2520DWD%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for YY68%20DWD: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: WJ18%20YRN
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ18%2520YRN%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for WJ18%20YRN: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: YR74%20URV
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR74%2520URV%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for YR74%20URV: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: CP18%20EFT
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520EFT%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for CP18%20EFT: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: NL61%20CUV
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL61%2520CUV%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for NL61%20CUV: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: YF72%20RVK
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520RVK%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for YF72%20RVK: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: LF69%20TDU
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF69%2520TDU%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for LF69%20TDU: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: LP72%20VSY
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520VSY%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for LP72%20VSY: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: DE17%20NXO
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE17%2520NXO%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for DE17%20NXO: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: VK72%20ZPW
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520ZPW%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for VK72%20ZPW: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: DU23%20OPX
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OPX%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for DU23%20OPX: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: BX71%20KWE
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX71%2520KWE%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for BX71%20KWE: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: CU15%20OSF
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU15%2520OSF%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for CU15%20OSF: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: DW16%20HFR
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DW16%2520HFR%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for DW16%20HFR: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: MF69%20OYR
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF69%2520OYR%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for MF69%20OYR: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: VK69%20KYV
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520KYV%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for VK69%20KYV: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: VN18%20UXD
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520UXD%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for VN18%20UXD: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: BD72%20JKV
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520JKV%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for BD72%20JKV: 2
2026-03-30 06:43:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 140f4c8f-7857-5169-b0f4-2538b601d780 with identifier: BD72%20JKV
2026-03-30 06:43:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 140f4c8f-7857-5169-b0f4-2538b601d780 with scrape type 2
2026-03-30 06:43:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 140f4c8f-7857-5169-b0f4-2538b601d780 with scrape type 2
2026-03-30 06:43:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 140f4c8f-7857-5169-b0f4-2538b601d780, identifier: BD72%20JKV
2026-03-30 06:43:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:43:49 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: KP62%20FDG
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP62%2520FDG%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for KP62%20FDG: 0
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: GD17%20XJK
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520XJK%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for GD17%20XJK: 2
2026-03-30 06:43:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84f72c5b-5648-54fc-81cf-01f891de76ce with identifier: GD17%20XJK
2026-03-30 06:43:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84f72c5b-5648-54fc-81cf-01f891de76ce with scrape type 2
2026-03-30 06:43:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84f72c5b-5648-54fc-81cf-01f891de76ce with scrape type 2
2026-03-30 06:43:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84f72c5b-5648-54fc-81cf-01f891de76ce, identifier: GD17%20XJK
2026-03-30 06:43:49 [bca.uk] INFO: Found listing with ID: WV74%20NZP
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43: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%2520NZP%27 HTTP/1.1" 200 None
2026-03-30 06:43:49 [bca.uk] INFO: Scrape type for WV74%20NZP: 2
2026-03-30 06:43:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c33cbc5-a4ec-5174-9373-26767c47eee8 with identifier: WV74%20NZP
2026-03-30 06:43:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c33cbc5-a4ec-5174-9373-26767c47eee8 with scrape type 2
2026-03-30 06:43:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c33cbc5-a4ec-5174-9373-26767c47eee8 with scrape type 2
2026-03-30 06:43:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c33cbc5-a4ec-5174-9373-26767c47eee8, identifier: WV74%20NZP
2026-03-30 06:43:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1432bbac-abff-56b2-8d44-f627584c6d9a with identifier: MA24%20FLP
2026-03-30 06:43:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1432bbac-abff-56b2-8d44-f627584c6d9a with identifier: MA24%20FLP
2026-03-30 06:43:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1432bbac-abff-56b2-8d44-f627584c6d9a with identifier: MA24%20FLP to the API
2026-03-30 06:43:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20FLP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1432bbac-abff-56b2-8d44-f627584c6d9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA24 FLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20FLP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'ID.BUZZ',
 'odometer': 16560,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.BUZZ 150KW 77KWH 1ST EDITION PRO MPV',
 'transmission': 'automatic',
 'trim': '150KW 77KWH 1ST EDITION PRO',
 'vin': 'WV2ZZZEB0RH002648',
 'year': 2024}
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520FLP%27 HTTP/1.1" 200 None
2026-03-30 06:43:50 [bca.uk] INFO: Saving data for MA24%20FLP: {'auction_closing_time': 1774864800.0, 'created_time': 1773833581.593726, 'last_price_update_time': 1774853030.024396}
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520FLP') HTTP/1.1" 204 0
2026-03-30 06:43:50 [bca.uk] INFO: Found listing with ID: BK58%20OEW
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK58%2520OEW%27 HTTP/1.1" 200 None
2026-03-30 06:43:50 [bca.uk] INFO: Scrape type for BK58%20OEW: 2
2026-03-30 06:43:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7615a259-c36d-5632-a16f-8dd80c8296ce with identifier: BK58%20OEW
2026-03-30 06:43:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7615a259-c36d-5632-a16f-8dd80c8296ce with scrape type 2
2026-03-30 06:43:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7615a259-c36d-5632-a16f-8dd80c8296ce with scrape type 2
2026-03-30 06:43:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7615a259-c36d-5632-a16f-8dd80c8296ce, identifier: BK58%20OEW
2026-03-30 06:43:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 140f4c8f-7857-5169-b0f4-2538b601d780 with identifier: BD72%20JKV
2026-03-30 06:43:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 140f4c8f-7857-5169-b0f4-2538b601d780 with identifier: BD72%20JKV
2026-03-30 06:43:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 140f4c8f-7857-5169-b0f4-2538b601d780 with identifier: BD72%20JKV to the API
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 218,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD72%20JKV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '140f4c8f-7857-5169-b0f4-2538b601d780',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD72 JKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD72%20JKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 78014,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 170 XLT CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EBL 170 XLT',
 'vin': '6FPPXXMJ2PNP54203',
 'year': 2022}
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD72%2520JKV%27 HTTP/1.1" 200 None
2026-03-30 06:43:50 [bca.uk] INFO: Saving data for BD72%20JKV: {'auction_closing_time': 1775037600.0, 'created_time': 1773842494.238327, 'last_price_update_time': 1774853030.549706}
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD72%2520JKV') HTTP/1.1" 204 0
2026-03-30 06:43:50 [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:43:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84f72c5b-5648-54fc-81cf-01f891de76ce with identifier: GD17%20XJK
2026-03-30 06:43:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84f72c5b-5648-54fc-81cf-01f891de76ce with identifier: GD17%20XJK
2026-03-30 06:43:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84f72c5b-5648-54fc-81cf-01f891de76ce with identifier: GD17%20XJK to the API
2026-03-30 06:43:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD17%20XJK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '84f72c5b-5648-54fc-81cf-01f891de76ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD17 XJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD17%20XJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 76955,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 125 BMT SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 125 BMT SE',
 'vin': 'WVWZZZAUZHW376456',
 'year': 2017}
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD17%2520XJK%27 HTTP/1.1" 200 None
2026-03-30 06:43:51 [bca.uk] INFO: Saving data for GD17%20XJK: {'auction_closing_time': 1774864800.0, 'created_time': 1774535028.144276, 'last_price_update_time': 1774853031.059848}
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD17%2520XJK') HTTP/1.1" 204 0
2026-03-30 06:43:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c33cbc5-a4ec-5174-9373-26767c47eee8 with identifier: WV74%20NZP
2026-03-30 06:43:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c33cbc5-a4ec-5174-9373-26767c47eee8 with identifier: WV74%20NZP
2026-03-30 06:43:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c33cbc5-a4ec-5174-9373-26767c47eee8 with identifier: WV74%20NZP to the API
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV74%20NZP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4c33cbc5-a4ec-5174-9373-26767c47eee8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV74 NZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV74%20NZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 11841,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.5 MHEV SPRINT Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV SPRINT',
 'vin': 'ZARNASAA8R3077643',
 'year': 2024}
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV74%2520NZP%27 HTTP/1.1" 200 None
2026-03-30 06:43:51 [bca.uk] INFO: Saving data for WV74%20NZP: {'auction_closing_time': 1775037600.0, 'created_time': 1773835029.692257, 'last_price_update_time': 1774853031.394229}
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV74%2520NZP') HTTP/1.1" 204 0
2026-03-30 06:43:51 [bca.uk] INFO: Found listing with ID: WA22%20VXV
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520VXV%27 HTTP/1.1" 200 None
2026-03-30 06:43:51 [bca.uk] INFO: Scrape type for WA22%20VXV: 2
2026-03-30 06:43:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64cd3ff6-3885-597e-9318-5a108a35198c with identifier: WA22%20VXV
2026-03-30 06:43:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64cd3ff6-3885-597e-9318-5a108a35198c with scrape type 2
2026-03-30 06:43:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64cd3ff6-3885-597e-9318-5a108a35198c with scrape type 2
2026-03-30 06:43:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64cd3ff6-3885-597e-9318-5a108a35198c, identifier: WA22%20VXV
2026-03-30 06:43:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7615a259-c36d-5632-a16f-8dd80c8296ce with identifier: BK58%20OEW
2026-03-30 06:43:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7615a259-c36d-5632-a16f-8dd80c8296ce with identifier: BK58%20OEW
2026-03-30 06:43:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7615a259-c36d-5632-a16f-8dd80c8296ce with identifier: BK58%20OEW to the API
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 247,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK58%20OEW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.8L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7615a259-c36d-5632-a16f-8dd80c8296ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK58 OEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK58%20OEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CHRYSLER',
 'model': 'GRAND VOYAGER',
 'odometer': 134191,
 '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': 'CHRYSLER GRAND VOYAGER 2.8 CRD LIMITED MPV',
 'transmission': 'automatic',
 'trim': 'CRD LIMITED',
 'vin': '1A8HTH4938B174834',
 'year': 2008}
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK58%2520OEW%27 HTTP/1.1" 200 None
2026-03-30 06:43:51 [bca.uk] INFO: Saving data for BK58%20OEW: {'auction_closing_time': 1774854000.0, 'created_time': 1773826249.584319, 'last_price_update_time': 1774853031.80542}
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK58%2520OEW') HTTP/1.1" 204 0
2026-03-30 06:43:51 [bca.uk] INFO: Found listing with ID: BK71%20TMV
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520TMV%27 HTTP/1.1" 200 None
2026-03-30 06:43:51 [bca.uk] INFO: Scrape type for BK71%20TMV: 2
2026-03-30 06:43:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ae8058c-2dbe-5501-90f9-aa7fd6a5823b with identifier: BK71%20TMV
2026-03-30 06:43:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ae8058c-2dbe-5501-90f9-aa7fd6a5823b with scrape type 2
2026-03-30 06:43:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ae8058c-2dbe-5501-90f9-aa7fd6a5823b with scrape type 2
2026-03-30 06:43:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ae8058c-2dbe-5501-90f9-aa7fd6a5823b, identifier: BK71%20TMV
2026-03-30 06:43:51 [bca.uk] INFO: Found listing with ID: MT62%20SCZ
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520SCZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:51 [bca.uk] INFO: Scrape type for MT62%20SCZ: 2
2026-03-30 06:43:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec4b406d-59fe-545e-ba39-e28d3fbbcaaf with identifier: MT62%20SCZ
2026-03-30 06:43:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec4b406d-59fe-545e-ba39-e28d3fbbcaaf with scrape type 2
2026-03-30 06:43:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec4b406d-59fe-545e-ba39-e28d3fbbcaaf with scrape type 2
2026-03-30 06:43:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec4b406d-59fe-545e-ba39-e28d3fbbcaaf, identifier: MT62%20SCZ
2026-03-30 06:43:52 [bca.uk] INFO: Found listing with ID: WD74%20EHX
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520EHX%27 HTTP/1.1" 200 None
2026-03-30 06:43:52 [bca.uk] INFO: Scrape type for WD74%20EHX: 2
2026-03-30 06:43:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with identifier: WD74%20EHX
2026-03-30 06:43:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with scrape type 2
2026-03-30 06:43:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with scrape type 2
2026-03-30 06:43:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f, identifier: WD74%20EHX
2026-03-30 06:43:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64cd3ff6-3885-597e-9318-5a108a35198c with identifier: WA22%20VXV
2026-03-30 06:43:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64cd3ff6-3885-597e-9318-5a108a35198c with identifier: WA22%20VXV
2026-03-30 06:43:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64cd3ff6-3885-597e-9318-5a108a35198c with identifier: WA22%20VXV to the API
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA22%20VXV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '64cd3ff6-3885-597e-9318-5a108a35198c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WA22 VXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA22%20VXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180 S/B',
 'odometer': 50789,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 S/B 1.3 AMG LINE PREMIUM DCT Estate',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1186842N293033',
 'year': 2022}
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA22%2520VXV%27 HTTP/1.1" 200 None
2026-03-30 06:43:52 [bca.uk] INFO: Saving data for WA22%20VXV: {'auction_closing_time': 1774864800.0, 'created_time': 1773933181.534618, 'last_price_update_time': 1774853032.4686}
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA22%2520VXV') HTTP/1.1" 204 0
2026-03-30 06:43:52 [bca.uk] INFO: Found listing with ID: DU18%20ZDP
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520ZDP%27 HTTP/1.1" 200 None
2026-03-30 06:43:52 [bca.uk] INFO: Scrape type for DU18%20ZDP: 2
2026-03-30 06:43:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 703dbfa8-1d95-5275-b54d-e6d677231666 with identifier: DU18%20ZDP
2026-03-30 06:43:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 703dbfa8-1d95-5275-b54d-e6d677231666 with scrape type 2
2026-03-30 06:43:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 703dbfa8-1d95-5275-b54d-e6d677231666 with scrape type 2
2026-03-30 06:43:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 703dbfa8-1d95-5275-b54d-e6d677231666, identifier: DU18%20ZDP
2026-03-30 06:43:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ae8058c-2dbe-5501-90f9-aa7fd6a5823b with identifier: BK71%20TMV
2026-03-30 06:43:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ae8058c-2dbe-5501-90f9-aa7fd6a5823b with identifier: BK71%20TMV
2026-03-30 06:43:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ae8058c-2dbe-5501-90f9-aa7fd6a5823b with identifier: BK71%20TMV to the API
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK71%20TMV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1ae8058c-2dbe-5501-90f9-aa7fd6a5823b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK71 TMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK71%20TMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 111287,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 240 L2 TREND L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 120 240 L2 TREND L/R',
 'vin': 'WF0SXXWPGSMA44153',
 'year': 2021}
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK71%2520TMV%27 HTTP/1.1" 200 None
2026-03-30 06:43:52 [bca.uk] INFO: Saving data for BK71%20TMV: {'auction_closing_time': 1775037600.0, 'created_time': 1773842485.070809, 'last_price_update_time': 1774853032.902834}
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK71%2520TMV') HTTP/1.1" 204 0
2026-03-30 06:43:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec4b406d-59fe-545e-ba39-e28d3fbbcaaf with identifier: MT62%20SCZ
2026-03-30 06:43:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec4b406d-59fe-545e-ba39-e28d3fbbcaaf with identifier: MT62%20SCZ
2026-03-30 06:43:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec4b406d-59fe-545e-ba39-e28d3fbbcaaf with identifier: MT62%20SCZ to the API
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT62%20SCZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ec4b406d-59fe-545e-ba39-e28d3fbbcaaf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT62 SCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT62%20SCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SUZUKI',
 'model': 'JIMNY',
 'odometer': 100443,
 'odometer_reading_unit': '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 JIMNY 1.3 VVT SZ4 Estate',
 'transmission': 'automatic',
 'trim': 'VVT SZ4',
 'vin': 'JSAFJB43V00532156',
 'year': 2012}
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520SCZ%27 HTTP/1.1" 200 None
2026-03-30 06:43:53 [bca.uk] INFO: Saving data for MT62%20SCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535078.992194, 'last_price_update_time': 1774853033.251561}
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT62%2520SCZ') HTTP/1.1" 204 0
2026-03-30 06:43:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with identifier: WD74%20EHX
2026-03-30 06:43:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with identifier: WD74%20EHX
2026-03-30 06:43:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72f618b0-f1f4-5b04-90bb-e64fab1d8b9f with identifier: WD74%20EHX to the API
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD74%20EHX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '72f618b0-f1f4-5b04-90bb-e64fab1d8b9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD74 EHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD74%20EHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 9987,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 B5P AWD PLUS DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5P AWD PLUS DARK G/T',
 'vin': 'YV1UZM1V0S1131932',
 'year': 2024}
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520EHX%27 HTTP/1.1" 200 None
2026-03-30 06:43:53 [bca.uk] INFO: Saving data for WD74%20EHX: {'auction_closing_time': 1774864800.0, 'created_time': 1774265586.991125, 'last_price_update_time': 1774853033.548111}
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD74%2520EHX') HTTP/1.1" 204 0
2026-03-30 06:43:53 [bca.uk] INFO: Found listing with ID: MX58%20VOP
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX58%2520VOP%27 HTTP/1.1" 200 None
2026-03-30 06:43:53 [bca.uk] INFO: Scrape type for MX58%20VOP: 2
2026-03-30 06:43:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc28c430-f60b-5d32-ad6f-6bbdc813710a with identifier: MX58%20VOP
2026-03-30 06:43:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc28c430-f60b-5d32-ad6f-6bbdc813710a with scrape type 2
2026-03-30 06:43:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc28c430-f60b-5d32-ad6f-6bbdc813710a with scrape type 2
2026-03-30 06:43:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc28c430-f60b-5d32-ad6f-6bbdc813710a, identifier: MX58%20VOP
2026-03-30 06:43:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 703dbfa8-1d95-5275-b54d-e6d677231666 with identifier: DU18%20ZDP
2026-03-30 06:43:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 703dbfa8-1d95-5275-b54d-e6d677231666 with identifier: DU18%20ZDP
2026-03-30 06:43:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 703dbfa8-1d95-5275-b54d-e6d677231666 with identifier: DU18%20ZDP to the API
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU18%20ZDP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '703dbfa8-1d95-5275-b54d-e6d677231666',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU18 ZDP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU18%20ZDP&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 91427,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 D 116 Hatchback',
 'transmission': 'manual',
 'trim': 'D 116',
 'vin': 'WMWXV32030TE37343',
 'year': 2018}
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU18%2520ZDP%27 HTTP/1.1" 200 None
2026-03-30 06:43:53 [bca.uk] INFO: Saving data for DU18%20ZDP: {'auction_closing_time': 1774854000.0, 'created_time': 1774275506.119803, 'last_price_update_time': 1774853033.959383}
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU18%2520ZDP') HTTP/1.1" 204 0
2026-03-30 06:43:53 [bca.uk] INFO: Found listing with ID: BP21%20XJW
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520XJW%27 HTTP/1.1" 200 None
2026-03-30 06:43:54 [bca.uk] INFO: Scrape type for BP21%20XJW: 2
2026-03-30 06:43:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with identifier: BP21%20XJW
2026-03-30 06:43:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with scrape type 2
2026-03-30 06:43:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with scrape type 2
2026-03-30 06:43:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c, identifier: BP21%20XJW
2026-03-30 06:43:54 [bca.uk] INFO: Found listing with ID: SO14%20KUP
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520KUP%27 HTTP/1.1" 200 None
2026-03-30 06:43:54 [bca.uk] INFO: Scrape type for SO14%20KUP: 2
2026-03-30 06:43:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abae9a99-f4f2-55c1-855e-a29395680eb1 with identifier: SO14%20KUP
2026-03-30 06:43:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abae9a99-f4f2-55c1-855e-a29395680eb1 with scrape type 2
2026-03-30 06:43:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abae9a99-f4f2-55c1-855e-a29395680eb1 with scrape type 2
2026-03-30 06:43:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abae9a99-f4f2-55c1-855e-a29395680eb1, identifier: SO14%20KUP
2026-03-30 06:43:54 [bca.uk] INFO: Found listing with ID: YF23%20OWX
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520OWX%27 HTTP/1.1" 200 None
2026-03-30 06:43:54 [bca.uk] INFO: Scrape type for YF23%20OWX: 2
2026-03-30 06:43:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78b9f146-3a1f-5e60-8069-87fbc4dc5a1e with identifier: YF23%20OWX
2026-03-30 06:43:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78b9f146-3a1f-5e60-8069-87fbc4dc5a1e with scrape type 2
2026-03-30 06:43:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78b9f146-3a1f-5e60-8069-87fbc4dc5a1e with scrape type 2
2026-03-30 06:43:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78b9f146-3a1f-5e60-8069-87fbc4dc5a1e, identifier: YF23%20OWX
2026-03-30 06:43:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc28c430-f60b-5d32-ad6f-6bbdc813710a with identifier: MX58%20VOP
2026-03-30 06:43:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc28c430-f60b-5d32-ad6f-6bbdc813710a with identifier: MX58%20VOP
2026-03-30 06:43:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc28c430-f60b-5d32-ad6f-6bbdc813710a with identifier: MX58%20VOP to the API
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX58%20VOP-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cc28c430-f60b-5d32-ad6f-6bbdc813710a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MX58 VOP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX58%20VOP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BESSACARR',
 'model': 'E500 SERIES',
 'odometer': 59726,
 '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': 'BESSACARR E500 SERIES 2.3 E560 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'E560 MOTORHOME',
 'vin': 'ZFA25000001437105',
 'year': 2009}
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX58%2520VOP%27 HTTP/1.1" 200 None
2026-03-30 06:43:54 [bca.uk] INFO: Saving data for MX58%20VOP: {'auction_closing_time': 1775124000.0, 'created_time': 1774535875.219131, 'last_price_update_time': 1774853034.611147}
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX58%2520VOP') HTTP/1.1" 204 0
2026-03-30 06:43:54 [bca.uk] INFO: Found listing with ID: FT17%20ANF
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT17%2520ANF%27 HTTP/1.1" 200 None
2026-03-30 06:43:54 [bca.uk] INFO: Scrape type for FT17%20ANF: 2
2026-03-30 06:43:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f15e99e-60be-5cc3-8141-18d1c4a04563 with identifier: FT17%20ANF
2026-03-30 06:43:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f15e99e-60be-5cc3-8141-18d1c4a04563 with scrape type 2
2026-03-30 06:43:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f15e99e-60be-5cc3-8141-18d1c4a04563 with scrape type 2
2026-03-30 06:43:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f15e99e-60be-5cc3-8141-18d1c4a04563, identifier: FT17%20ANF
2026-03-30 06:43:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with identifier: BP21%20XJW
2026-03-30 06:43:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with identifier: BP21%20XJW
2026-03-30 06:43:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bc9b620-aaec-542b-b5cc-40d59ffe3e8c with identifier: BP21%20XJW to the API
2026-03-30 06:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP21%20XJW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7bc9b620-aaec-542b-b5cc-40d59ffe3e8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP21 XJW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP21%20XJW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 130858,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 COMPACT PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 COMPACT PROFESSIONAL',
 'vin': 'VF3VBYHRKMZ059193',
 'year': 2021}
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP21%2520XJW%27 HTTP/1.1" 200 None
2026-03-30 06:43:55 [bca.uk] INFO: Saving data for BP21%20XJW: {'auction_closing_time': 1775037600.0, 'created_time': 1773932015.865685, 'last_price_update_time': 1774853035.018143}
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP21%2520XJW') HTTP/1.1" 204 0
2026-03-30 06:43:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abae9a99-f4f2-55c1-855e-a29395680eb1 with identifier: SO14%20KUP
2026-03-30 06:43:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abae9a99-f4f2-55c1-855e-a29395680eb1 with identifier: SO14%20KUP
2026-03-30 06:43:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abae9a99-f4f2-55c1-855e-a29395680eb1 with identifier: SO14%20KUP to the API
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO14%20KUP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'abae9a99-f4f2-55c1-855e-a29395680eb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO14 KUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO14%20KUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 102024,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW X1 2.0 XDRIVE 18D X LINE StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 18D X LINE',
 'vin': 'WBAVP72040VX43865',
 'year': 2014}
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520KUP%27 HTTP/1.1" 200 None
2026-03-30 06:43:55 [bca.uk] INFO: Saving data for SO14%20KUP: {'auction_closing_time': 1774864800.0, 'created_time': 1773839170.403974, 'last_price_update_time': 1774853035.465675}
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO14%2520KUP') HTTP/1.1" 204 0
2026-03-30 06:43:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78b9f146-3a1f-5e60-8069-87fbc4dc5a1e with identifier: YF23%20OWX
2026-03-30 06:43:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78b9f146-3a1f-5e60-8069-87fbc4dc5a1e with identifier: YF23%20OWX
2026-03-30 06:43:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78b9f146-3a1f-5e60-8069-87fbc4dc5a1e with identifier: YF23%20OWX to the API
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF23%20OWX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78b9f146-3a1f-5e60-8069-87fbc4dc5a1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF23 OWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF23%20OWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 18729,
 'odometer_reading_unit': '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': 'JTDAGNAC900107764',
 'year': 2023}
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520OWX%27 HTTP/1.1" 200 None
2026-03-30 06:43:55 [bca.uk] INFO: Saving data for YF23%20OWX: {'auction_closing_time': 1774864800.0, 'created_time': 1773841645.36535, 'last_price_update_time': 1774853035.863775}
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF23%2520OWX') HTTP/1.1" 204 0
2026-03-30 06:43:55 [bca.uk] INFO: Found listing with ID: BT72%20YFK
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520YFK%27 HTTP/1.1" 200 None
2026-03-30 06:43:55 [bca.uk] INFO: Scrape type for BT72%20YFK: 2
2026-03-30 06:43:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2b070c8-a9dc-5bca-a958-cef6159c4811 with identifier: BT72%20YFK
2026-03-30 06:43:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2b070c8-a9dc-5bca-a958-cef6159c4811 with scrape type 2
2026-03-30 06:43:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2b070c8-a9dc-5bca-a958-cef6159c4811 with scrape type 2
2026-03-30 06:43:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2b070c8-a9dc-5bca-a958-cef6159c4811, identifier: BT72%20YFK
2026-03-30 06:43:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f15e99e-60be-5cc3-8141-18d1c4a04563 with identifier: FT17%20ANF
2026-03-30 06:43:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f15e99e-60be-5cc3-8141-18d1c4a04563 with identifier: FT17%20ANF
2026-03-30 06:43:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f15e99e-60be-5cc3-8141-18d1c4a04563 with identifier: FT17%20ANF to the API
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT17%20ANF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f15e99e-60be-5cc3-8141-18d1c4a04563',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT17 ANF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT17%20ANF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 107934,
 'odometer_reading_unit': '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 D 116 Hatchback',
 'transmission': 'manual',
 'trim': 'D 116',
 'vin': 'WMWXN320602E36516',
 'year': 2017}
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT17%2520ANF%27 HTTP/1.1" 200 None
2026-03-30 06:43:56 [bca.uk] INFO: Saving data for FT17%20ANF: {'auction_closing_time': 1774854000.0, 'created_time': 1774015687.802431, 'last_price_update_time': 1774853036.350997}
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT17%2520ANF') HTTP/1.1" 204 0
2026-03-30 06:43:56 [bca.uk] INFO: Found listing with ID: DV20%20WJA
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WJA%27 HTTP/1.1" 200 None
2026-03-30 06:43:56 [bca.uk] INFO: Scrape type for DV20%20WJA: 2
2026-03-30 06:43:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8d73ada-3540-586a-bc9e-82b13fd690ea with identifier: DV20%20WJA
2026-03-30 06:43:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8d73ada-3540-586a-bc9e-82b13fd690ea with scrape type 2
2026-03-30 06:43:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8d73ada-3540-586a-bc9e-82b13fd690ea with scrape type 2
2026-03-30 06:43:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8d73ada-3540-586a-bc9e-82b13fd690ea, identifier: DV20%20WJA
2026-03-30 06:43:56 [bca.uk] INFO: Found listing with ID: DH66%20RRO
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DH66%2520RRO%27 HTTP/1.1" 200 None
2026-03-30 06:43:56 [bca.uk] INFO: Scrape type for DH66%20RRO: 2
2026-03-30 06:43:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6713158f-9d2d-520b-be18-ad0111a42a5b with identifier: DH66%20RRO
2026-03-30 06:43:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6713158f-9d2d-520b-be18-ad0111a42a5b with scrape type 2
2026-03-30 06:43:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6713158f-9d2d-520b-be18-ad0111a42a5b with scrape type 2
2026-03-30 06:43:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6713158f-9d2d-520b-be18-ad0111a42a5b, identifier: DH66%20RRO
2026-03-30 06:43:56 [bca.uk] INFO: Found listing with ID: SH73%20RZG
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH73%2520RZG%27 HTTP/1.1" 200 None
2026-03-30 06:43:56 [bca.uk] INFO: Scrape type for SH73%20RZG: 2
2026-03-30 06:43:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3383d4b7-a4f0-5272-b13d-1d7034d86ad6 with identifier: SH73%20RZG
2026-03-30 06:43:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3383d4b7-a4f0-5272-b13d-1d7034d86ad6 with scrape type 2
2026-03-30 06:43:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3383d4b7-a4f0-5272-b13d-1d7034d86ad6 with scrape type 2
2026-03-30 06:43:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3383d4b7-a4f0-5272-b13d-1d7034d86ad6, identifier: SH73%20RZG
2026-03-30 06:43:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2b070c8-a9dc-5bca-a958-cef6159c4811 with identifier: BT72%20YFK
2026-03-30 06:43:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2b070c8-a9dc-5bca-a958-cef6159c4811 with identifier: BT72%20YFK
2026-03-30 06:43:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2b070c8-a9dc-5bca-a958-cef6159c4811 with identifier: BT72%20YFK to the API
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT72%20YFK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a2b070c8-a9dc-5bca-a958-cef6159c4811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT72 YFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT72%20YFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 38858,
 'odometer_reading_unit': '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': 'LRWYHCEK4PC579412',
 'year': 2022}
2026-03-30 06:43:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520YFK%27 HTTP/1.1" 200 None
2026-03-30 06:43:57 [bca.uk] INFO: Saving data for BT72%20YFK: {'auction_closing_time': 1774864800.0, 'created_time': 1773841620.42481, 'last_price_update_time': 1774853037.010251}
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT72%2520YFK') HTTP/1.1" 204 0
2026-03-30 06:43:57 [bca.uk] INFO: Found listing with ID: HE10%20SCM
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HE10%2520SCM%27 HTTP/1.1" 200 None
2026-03-30 06:43:57 [bca.uk] INFO: Scrape type for HE10%20SCM: 2
2026-03-30 06:43:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fad9652c-f8bb-5b55-8134-e952ed481f8c with identifier: HE10%20SCM
2026-03-30 06:43:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fad9652c-f8bb-5b55-8134-e952ed481f8c with scrape type 2
2026-03-30 06:43:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fad9652c-f8bb-5b55-8134-e952ed481f8c with scrape type 2
2026-03-30 06:43:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fad9652c-f8bb-5b55-8134-e952ed481f8c, identifier: HE10%20SCM
2026-03-30 06:43:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8d73ada-3540-586a-bc9e-82b13fd690ea with identifier: DV20%20WJA
2026-03-30 06:43:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8d73ada-3540-586a-bc9e-82b13fd690ea with identifier: DV20%20WJA
2026-03-30 06:43:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8d73ada-3540-586a-bc9e-82b13fd690ea with identifier: DV20%20WJA to the API
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV20%20WJA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd8d73ada-3540-586a-bc9e-82b13fd690ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV20 WJA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV20%20WJA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 69810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CRAFTER 35 FWD 2.0 TDI 140 LWB T/L BUSINESS H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 LWB T/L BUSINESS H/R',
 'vin': 'WV1ZZZSYZL9029094',
 'year': 2020}
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WJA%27 HTTP/1.1" 200 None
2026-03-30 06:43:57 [bca.uk] INFO: Saving data for DV20%20WJA: {'auction_closing_time': 1775037600.0, 'created_time': 1773931978.847874, 'last_price_update_time': 1774853037.433085}
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV20%2520WJA') HTTP/1.1" 204 0
2026-03-30 06:43:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6713158f-9d2d-520b-be18-ad0111a42a5b with identifier: DH66%20RRO
2026-03-30 06:43:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6713158f-9d2d-520b-be18-ad0111a42a5b with identifier: DH66%20RRO
2026-03-30 06:43:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6713158f-9d2d-520b-be18-ad0111a42a5b with identifier: DH66%20RRO to the API
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DH66%20RRO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6713158f-9d2d-520b-be18-ad0111a42a5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DH66 RRO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DH66%20RRO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 12108,
 'odometer_reading_unit': '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 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 90 MATCH DSG',
 'vin': 'WVWZZZ6RZHU025483',
 'year': 2017}
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DH66%2520RRO%27 HTTP/1.1" 200 None
2026-03-30 06:43:57 [bca.uk] INFO: Saving data for DH66%20RRO: {'auction_closing_time': 1774864800.0, 'created_time': 1774437170.76539, 'last_price_update_time': 1774853037.744018}
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DH66%2520RRO') HTTP/1.1" 204 0
2026-03-30 06:43:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3383d4b7-a4f0-5272-b13d-1d7034d86ad6 with identifier: SH73%20RZG
2026-03-30 06:43:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3383d4b7-a4f0-5272-b13d-1d7034d86ad6 with identifier: SH73%20RZG
2026-03-30 06:43:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3383d4b7-a4f0-5272-b13d-1d7034d86ad6 with identifier: SH73%20RZG to the API
2026-03-30 06:43:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH73%20RZG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3383d4b7-a4f0-5272-b13d-1d7034d86ad6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SH73 RZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH73%20RZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 8479,
 'odometer_reading_unit': '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': 'LRWYHCFS6RC231600',
 'year': 2023}
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH73%2520RZG%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Saving data for SH73%20RZG: {'auction_closing_time': 1775037600.0, 'created_time': 1773832334.3365, 'last_price_update_time': 1774853038.047197}
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH73%2520RZG') HTTP/1.1" 204 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: GF23%20SYV
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520SYV%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for GF23%20SYV: 2
2026-03-30 06:43:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with identifier: GF23%20SYV
2026-03-30 06:43:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with scrape type 2
2026-03-30 06:43:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with scrape type 2
2026-03-30 06:43:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2d4a5fd-b9a9-54af-b423-92ee1f7552c8, identifier: GF23%20SYV
2026-03-30 06:43:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fad9652c-f8bb-5b55-8134-e952ed481f8c with identifier: HE10%20SCM
2026-03-30 06:43:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fad9652c-f8bb-5b55-8134-e952ed481f8c with identifier: HE10%20SCM
2026-03-30 06:43:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fad9652c-f8bb-5b55-8134-e952ed481f8c with identifier: HE10%20SCM to the API
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HE10%20SCM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fad9652c-f8bb-5b55-8134-e952ed481f8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HE10 SCM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HE10%20SCM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '116I',
 'odometer': 108195,
 'odometer_reading_unit': '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 116I 1.6 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1A120X0E693860',
 'year': 2013}
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HE10%2520SCM%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Saving data for HE10%20SCM: {'auction_closing_time': 1774854000.0, 'created_time': 1773826248.193172, 'last_price_update_time': 1774853038.482001}
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HE10%2520SCM') HTTP/1.1" 204 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: MM19%20WRR
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WRR%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for MM19%20WRR: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: MM19%20WYU
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WYU%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for MM19%20WYU: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: GD19%20ZGX
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD19%2520ZGX%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for GD19%20ZGX: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: LC16%20GVV
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC16%2520GVV%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for LC16%20GVV: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: DY72%20ZZP
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY72%2520ZZP%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for DY72%20ZZP: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: LD69%20JUX
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD69%2520JUX%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for LD69%20JUX: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: FD69%20FET
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD69%2520FET%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for FD69%20FET: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: HJ70%20OJS
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ70%2520OJS%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for HJ70%20OJS: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: KS68%20HDN
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS68%2520HDN%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for KS68%20HDN: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: LK68%20UKX
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK68%2520UKX%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for LK68%20UKX: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: PE19%20SPV
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE19%2520SPV%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for PE19%20SPV: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: SO72%20HVT
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO72%2520HVT%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for SO72%20HVT: 0
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: BJ20%20DDA
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520DDA%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for BJ20%20DDA: 2
2026-03-30 06:43:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 236b324a-bdd2-5f69-a696-0988fd27e3b5 with identifier: BJ20%20DDA
2026-03-30 06:43:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 236b324a-bdd2-5f69-a696-0988fd27e3b5 with scrape type 2
2026-03-30 06:43:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 236b324a-bdd2-5f69-a696-0988fd27e3b5 with scrape type 2
2026-03-30 06:43:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 236b324a-bdd2-5f69-a696-0988fd27e3b5, identifier: BJ20%20DDA
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: GX16%20OFD
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520OFD%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for GX16%20OFD: 2
2026-03-30 06:43:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b9cd0d5-2874-5996-afa0-e9f3597d46e8 with identifier: GX16%20OFD
2026-03-30 06:43:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b9cd0d5-2874-5996-afa0-e9f3597d46e8 with scrape type 2
2026-03-30 06:43:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b9cd0d5-2874-5996-afa0-e9f3597d46e8 with scrape type 2
2026-03-30 06:43:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b9cd0d5-2874-5996-afa0-e9f3597d46e8, identifier: GX16%20OFD
2026-03-30 06:43:58 [bca.uk] INFO: Found listing with ID: YE73%20JTX
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520JTX%27 HTTP/1.1" 200 None
2026-03-30 06:43:58 [bca.uk] INFO: Scrape type for YE73%20JTX: 2
2026-03-30 06:43:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06b8bbb3-52b4-5606-8585-a0ff61b94f8a with identifier: YE73%20JTX
2026-03-30 06:43:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06b8bbb3-52b4-5606-8585-a0ff61b94f8a with scrape type 2
2026-03-30 06:43:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06b8bbb3-52b4-5606-8585-a0ff61b94f8a with scrape type 2
2026-03-30 06:43:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06b8bbb3-52b4-5606-8585-a0ff61b94f8a, identifier: YE73%20JTX
2026-03-30 06:43:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with identifier: GF23%20SYV
2026-03-30 06:43:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with identifier: GF23%20SYV
2026-03-30 06:43:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2d4a5fd-b9a9-54af-b423-92ee1f7552c8 with identifier: GF23%20SYV to the API
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF23%20SYV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c2d4a5fd-b9a9-54af-b423-92ee1f7552c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GF23 SYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF23%20SYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 40099,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.3 PHEV AWD VELOCE Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV AWD VELOCE',
 'vin': 'ZARPATDWXN3038570',
 'year': 2023}
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF23%2520SYV%27 HTTP/1.1" 200 None
2026-03-30 06:43:59 [bca.uk] INFO: Saving data for GF23%20SYV: {'auction_closing_time': 1774864800.0, 'created_time': 1773841143.261889, 'last_price_update_time': 1774853039.366514}
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF23%2520SYV') HTTP/1.1" 204 0
2026-03-30 06:43:59 [bca.uk] INFO: Found listing with ID: HG64%20SNV
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520SNV%27 HTTP/1.1" 200 None
2026-03-30 06:43:59 [bca.uk] INFO: Scrape type for HG64%20SNV: 2
2026-03-30 06:43:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cee7e29-6995-5fe4-af12-180538fed304 with identifier: HG64%20SNV
2026-03-30 06:43:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cee7e29-6995-5fe4-af12-180538fed304 with scrape type 2
2026-03-30 06:43:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cee7e29-6995-5fe4-af12-180538fed304 with scrape type 2
2026-03-30 06:43:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cee7e29-6995-5fe4-af12-180538fed304, identifier: HG64%20SNV
2026-03-30 06:43:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 236b324a-bdd2-5f69-a696-0988fd27e3b5 with identifier: BJ20%20DDA
2026-03-30 06:43:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 236b324a-bdd2-5f69-a696-0988fd27e3b5 with identifier: BJ20%20DDA
2026-03-30 06:43:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 236b324a-bdd2-5f69-a696-0988fd27e3b5 with identifier: BJ20%20DDA to the API
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:43: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:43:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ20%20DDA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '236b324a-bdd2-5f69-a696-0988fd27e3b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ20 DDA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ20%20DDA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 102985,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': '5YJ3F7EB8LF573748',
 'year': 2020}
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520DDA%27 HTTP/1.1" 200 None
2026-03-30 06:43:59 [bca.uk] INFO: Saving data for BJ20%20DDA: {'auction_closing_time': 1775037600.0, 'created_time': 1773842398.716936, 'last_price_update_time': 1774853039.850312}
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ20%2520DDA') HTTP/1.1" 204 0
2026-03-30 06:43:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b9cd0d5-2874-5996-afa0-e9f3597d46e8 with identifier: GX16%20OFD
2026-03-30 06:43:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b9cd0d5-2874-5996-afa0-e9f3597d46e8 with identifier: GX16%20OFD
2026-03-30 06:43:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b9cd0d5-2874-5996-afa0-e9f3597d46e8 with identifier: GX16%20OFD to the API
2026-03-30 06:43:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX16%20OFD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b9cd0d5-2874-5996-afa0-e9f3597d46e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX16 OFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX16%20OFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TOYOTA',
 'model': 'GT86',
 'odometer': 97892,
 'odometer_reading_unit': '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 GT86 2.0 D-4S Coupe',
 'transmission': 'manual',
 'trim': 'D-4S',
 'vin': 'JF1ZN6K81GG034647',
 'year': 2016}
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX16%2520OFD%27 HTTP/1.1" 200 None
2026-03-30 06:44:00 [bca.uk] INFO: Saving data for GX16%20OFD: {'auction_closing_time': 1774864800.0, 'created_time': 1773821466.826751, 'last_price_update_time': 1774853040.189056}
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX16%2520OFD') HTTP/1.1" 204 0
2026-03-30 06:44:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06b8bbb3-52b4-5606-8585-a0ff61b94f8a with identifier: YE73%20JTX
2026-03-30 06:44:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06b8bbb3-52b4-5606-8585-a0ff61b94f8a with identifier: YE73%20JTX
2026-03-30 06:44:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06b8bbb3-52b4-5606-8585-a0ff61b94f8a with identifier: YE73%20JTX to the API
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE73%20JTX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '06b8bbb3-52b4-5606-8585-a0ff61b94f8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE73 JTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE73%20JTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JEEP',
 'model': 'AVENGER',
 'odometer': 57968,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 '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': 'ZACNJAC56PJK28766',
 'year': 2023}
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE73%2520JTX%27 HTTP/1.1" 200 None
2026-03-30 06:44:00 [bca.uk] INFO: Saving data for YE73%20JTX: {'auction_closing_time': 1775037600.0, 'created_time': 1773832333.925616, 'last_price_update_time': 1774853040.48895}
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE73%2520JTX') HTTP/1.1" 204 0
2026-03-30 06:44:00 [bca.uk] INFO: Found listing with ID: AE21%20JXN
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE21%2520JXN%27 HTTP/1.1" 200 None
2026-03-30 06:44:00 [bca.uk] INFO: Scrape type for AE21%20JXN: 2
2026-03-30 06:44:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with identifier: AE21%20JXN
2026-03-30 06:44:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with scrape type 2
2026-03-30 06:44:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with scrape type 2
2026-03-30 06:44:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eedb2df9-d9bc-56ec-bfa2-c475ceb3c437, identifier: AE21%20JXN
2026-03-30 06:44:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cee7e29-6995-5fe4-af12-180538fed304 with identifier: HG64%20SNV
2026-03-30 06:44:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cee7e29-6995-5fe4-af12-180538fed304 with identifier: HG64%20SNV
2026-03-30 06:44:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cee7e29-6995-5fe4-af12-180538fed304 with identifier: HG64%20SNV to the API
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG64%20SNV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5cee7e29-6995-5fe4-af12-180538fed304',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG64 SNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG64%20SNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 72602,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 ACENTA PREMIUM XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'ACENTA PREMIUM XTRONIC',
 'vin': 'SJNFBAF15U7091180',
 'year': 2015}
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG64%2520SNV%27 HTTP/1.1" 200 None
2026-03-30 06:44:00 [bca.uk] INFO: Saving data for HG64%20SNV: {'auction_closing_time': 1774854000.0, 'created_time': 1774351852.392771, 'last_price_update_time': 1774853040.90962}
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG64%2520SNV') HTTP/1.1" 204 0
2026-03-30 06:44:00 [bca.uk] INFO: Found listing with ID: CA74%20HZJ
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520HZJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:00 [bca.uk] INFO: Scrape type for CA74%20HZJ: 2
2026-03-30 06:44:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59aa7065-dd54-5223-b650-8e971a80aa35 with identifier: CA74%20HZJ
2026-03-30 06:44:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59aa7065-dd54-5223-b650-8e971a80aa35 with scrape type 2
2026-03-30 06:44:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59aa7065-dd54-5223-b650-8e971a80aa35 with scrape type 2
2026-03-30 06:44:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59aa7065-dd54-5223-b650-8e971a80aa35, identifier: CA74%20HZJ
2026-03-30 06:44:01 [bca.uk] INFO: Found listing with ID: DA16%20WNH
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA16%2520WNH%27 HTTP/1.1" 200 None
2026-03-30 06:44:01 [bca.uk] INFO: Scrape type for DA16%20WNH: 2
2026-03-30 06:44:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91b74f09-9019-5e4a-baa2-b5fb20369dcf with identifier: DA16%20WNH
2026-03-30 06:44:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91b74f09-9019-5e4a-baa2-b5fb20369dcf with scrape type 2
2026-03-30 06:44:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91b74f09-9019-5e4a-baa2-b5fb20369dcf with scrape type 2
2026-03-30 06:44:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91b74f09-9019-5e4a-baa2-b5fb20369dcf, identifier: DA16%20WNH
2026-03-30 06:44:01 [bca.uk] INFO: Found listing with ID: EA71%20DHD
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520DHD%27 HTTP/1.1" 200 None
2026-03-30 06:44:01 [bca.uk] INFO: Scrape type for EA71%20DHD: 2
2026-03-30 06:44:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b8d9e7-bf16-5ec5-9c56-1dada40358be with identifier: EA71%20DHD
2026-03-30 06:44:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b8d9e7-bf16-5ec5-9c56-1dada40358be with scrape type 2
2026-03-30 06:44:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b8d9e7-bf16-5ec5-9c56-1dada40358be with scrape type 2
2026-03-30 06:44:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96b8d9e7-bf16-5ec5-9c56-1dada40358be, identifier: EA71%20DHD
2026-03-30 06:44:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with identifier: AE21%20JXN
2026-03-30 06:44:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with identifier: AE21%20JXN
2026-03-30 06:44:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eedb2df9-d9bc-56ec-bfa2-c475ceb3c437 with identifier: AE21%20JXN to the API
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE21%20JXN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eedb2df9-d9bc-56ec-bfa2-c475ceb3c437',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AE21 JXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE21%20JXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 35171,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'M/H LOUNGE',
 'vin': 'ZFA3120000JE51089',
 'year': 2021}
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE21%2520JXN%27 HTTP/1.1" 200 None
2026-03-30 06:44:01 [bca.uk] INFO: Saving data for AE21%20JXN: {'auction_closing_time': 1775037600.0, 'created_time': 1773841366.856758, 'last_price_update_time': 1774853041.547476}
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE21%2520JXN') HTTP/1.1" 204 0
2026-03-30 06:44:01 [bca.uk] INFO: Found listing with ID: HX13%20SOC
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX13%2520SOC%27 HTTP/1.1" 200 None
2026-03-30 06:44:01 [bca.uk] INFO: Scrape type for HX13%20SOC: 2
2026-03-30 06:44:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0c33440-36fe-59ce-adee-a2588d9b6204 with identifier: HX13%20SOC
2026-03-30 06:44:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0c33440-36fe-59ce-adee-a2588d9b6204 with scrape type 2
2026-03-30 06:44:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0c33440-36fe-59ce-adee-a2588d9b6204 with scrape type 2
2026-03-30 06:44:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0c33440-36fe-59ce-adee-a2588d9b6204, identifier: HX13%20SOC
2026-03-30 06:44:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59aa7065-dd54-5223-b650-8e971a80aa35 with identifier: CA74%20HZJ
2026-03-30 06:44:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59aa7065-dd54-5223-b650-8e971a80aa35 with identifier: CA74%20HZJ
2026-03-30 06:44:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59aa7065-dd54-5223-b650-8e971a80aa35 with identifier: CA74%20HZJ to the API
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA74%20HZJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59aa7065-dd54-5223-b650-8e971a80aa35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA74 HZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA74%20HZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 15938,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI 110 S LINE Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI 110 S LINE',
 'vin': 'WAUZZZGB6SR007474',
 'year': 2024}
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA74%2520HZJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:01 [bca.uk] INFO: Saving data for CA74%20HZJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773842374.304903, 'last_price_update_time': 1774853041.941419}
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA74%2520HZJ') HTTP/1.1" 204 0
2026-03-30 06:44:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91b74f09-9019-5e4a-baa2-b5fb20369dcf with identifier: DA16%20WNH
2026-03-30 06:44:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91b74f09-9019-5e4a-baa2-b5fb20369dcf with identifier: DA16%20WNH
2026-03-30 06:44:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91b74f09-9019-5e4a-baa2-b5fb20369dcf with identifier: DA16%20WNH to the API
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA16%20WNH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '91b74f09-9019-5e4a-baa2-b5fb20369dcf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA16 WNH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA16%20WNH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FIAT',
 'model': '500X',
 'odometer': 41781,
 'odometer_reading_unit': '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 E-TORQ POP Hatchback',
 'transmission': 'manual',
 'trim': 'E-TORQ POP',
 'vin': 'ZFA3340000P466546',
 'year': 2016}
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA16%2520WNH%27 HTTP/1.1" 200 None
2026-03-30 06:44:02 [bca.uk] INFO: Saving data for DA16%20WNH: {'auction_closing_time': 1774864800.0, 'created_time': 1774437133.480199, 'last_price_update_time': 1774853042.291259}
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA16%2520WNH') HTTP/1.1" 204 0
2026-03-30 06:44:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96b8d9e7-bf16-5ec5-9c56-1dada40358be with identifier: EA71%20DHD
2026-03-30 06:44:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96b8d9e7-bf16-5ec5-9c56-1dada40358be with identifier: EA71%20DHD
2026-03-30 06:44:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96b8d9e7-bf16-5ec5-9c56-1dada40358be with identifier: EA71%20DHD to the API
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA71%20DHD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '96b8d9e7-bf16-5ec5-9c56-1dada40358be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EA71 DHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA71%20DHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 61004,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH LA PRIMA Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH LA PRIMA',
 'vin': 'ZFAEFAC43NX054360',
 'year': 2022}
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA71%2520DHD%27 HTTP/1.1" 200 None
2026-03-30 06:44:02 [bca.uk] INFO: Saving data for EA71%20DHD: {'auction_closing_time': 1774864800.0, 'created_time': 1773823581.858464, 'last_price_update_time': 1774853042.6562}
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA71%2520DHD') HTTP/1.1" 204 0
2026-03-30 06:44:02 [bca.uk] INFO: Found listing with ID: FH23%20HHJ
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH23%2520HHJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:02 [bca.uk] INFO: Scrape type for FH23%20HHJ: 2
2026-03-30 06:44:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da73f646-dab8-5acb-80ee-8613cabe7328 with identifier: FH23%20HHJ
2026-03-30 06:44:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da73f646-dab8-5acb-80ee-8613cabe7328 with scrape type 2
2026-03-30 06:44:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da73f646-dab8-5acb-80ee-8613cabe7328 with scrape type 2
2026-03-30 06:44:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da73f646-dab8-5acb-80ee-8613cabe7328, identifier: FH23%20HHJ
2026-03-30 06:44:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0c33440-36fe-59ce-adee-a2588d9b6204 with identifier: HX13%20SOC
2026-03-30 06:44:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0c33440-36fe-59ce-adee-a2588d9b6204 with identifier: HX13%20SOC
2026-03-30 06:44:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0c33440-36fe-59ce-adee-a2588d9b6204 with identifier: HX13%20SOC to the API
2026-03-30 06:44:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX13%20SOC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c0c33440-36fe-59ce-adee-a2588d9b6204',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX13 SOC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX13%20SOC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'C30',
 'odometer': 82438,
 'odometer_reading_unit': '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 C30 1.6 D2 115 R DESIGN S/S Coupe',
 'transmission': 'manual',
 'trim': 'D2 115 R DESIGN S/S',
 'vin': 'YV1MK84E1D2305397',
 'year': 2013}
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX13%2520SOC%27 HTTP/1.1" 200 None
2026-03-30 06:44:03 [bca.uk] INFO: Saving data for HX13%20SOC: {'auction_closing_time': 1774854000.0, 'created_time': 1774005420.01247, 'last_price_update_time': 1774853043.086813}
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX13%2520SOC') HTTP/1.1" 204 0
2026-03-30 06:44:03 [bca.uk] INFO: Found listing with ID: CK71%20OXH
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK71%2520OXH%27 HTTP/1.1" 200 None
2026-03-30 06:44:03 [bca.uk] INFO: Scrape type for CK71%20OXH: 2
2026-03-30 06:44:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with identifier: CK71%20OXH
2026-03-30 06:44:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with scrape type 2
2026-03-30 06:44:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with scrape type 2
2026-03-30 06:44:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bee807e7-2db4-5fe3-91d2-960c5fd1e5b4, identifier: CK71%20OXH
2026-03-30 06:44:03 [bca.uk] INFO: Found listing with ID: YN19%20DBP
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520DBP%27 HTTP/1.1" 200 None
2026-03-30 06:44:03 [bca.uk] INFO: Scrape type for YN19%20DBP: 2
2026-03-30 06:44:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69d86ba3-159c-5e3f-9eef-23c3f98bdc48 with identifier: YN19%20DBP
2026-03-30 06:44:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69d86ba3-159c-5e3f-9eef-23c3f98bdc48 with scrape type 2
2026-03-30 06:44:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69d86ba3-159c-5e3f-9eef-23c3f98bdc48 with scrape type 2
2026-03-30 06:44:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69d86ba3-159c-5e3f-9eef-23c3f98bdc48, identifier: YN19%20DBP
2026-03-30 06:44:03 [bca.uk] INFO: Found listing with ID: LF73%20ZBH
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF73%2520ZBH%27 HTTP/1.1" 200 None
2026-03-30 06:44:03 [bca.uk] INFO: Scrape type for LF73%20ZBH: 2
2026-03-30 06:44:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cedbb00-d342-59cc-90ff-ab5718480b86 with identifier: LF73%20ZBH
2026-03-30 06:44:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cedbb00-d342-59cc-90ff-ab5718480b86 with scrape type 2
2026-03-30 06:44:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cedbb00-d342-59cc-90ff-ab5718480b86 with scrape type 2
2026-03-30 06:44:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0cedbb00-d342-59cc-90ff-ab5718480b86, identifier: LF73%20ZBH
2026-03-30 06:44:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da73f646-dab8-5acb-80ee-8613cabe7328 with identifier: FH23%20HHJ
2026-03-30 06:44:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da73f646-dab8-5acb-80ee-8613cabe7328 with identifier: FH23%20HHJ
2026-03-30 06:44:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da73f646-dab8-5acb-80ee-8613cabe7328 with identifier: FH23%20HHJ to the API
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH23%20HHJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'da73f646-dab8-5acb-80ee-8613cabe7328',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FH23 HHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH23%20HHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 55625,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS3PC971120',
 'year': 2023}
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH23%2520HHJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:03 [bca.uk] INFO: Saving data for FH23%20HHJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773835125.128329, 'last_price_update_time': 1774853043.733644}
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH23%2520HHJ') HTTP/1.1" 204 0
2026-03-30 06:44:03 [bca.uk] INFO: Found listing with ID: KY62%20ORH
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520ORH%27 HTTP/1.1" 200 None
2026-03-30 06:44:03 [bca.uk] INFO: Scrape type for KY62%20ORH: 2
2026-03-30 06:44:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52d60650-82f5-558c-8311-e7b7b6e34528 with identifier: KY62%20ORH
2026-03-30 06:44:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52d60650-82f5-558c-8311-e7b7b6e34528 with scrape type 2
2026-03-30 06:44:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52d60650-82f5-558c-8311-e7b7b6e34528 with scrape type 2
2026-03-30 06:44:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52d60650-82f5-558c-8311-e7b7b6e34528, identifier: KY62%20ORH
2026-03-30 06:44:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with identifier: CK71%20OXH
2026-03-30 06:44:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with identifier: CK71%20OXH
2026-03-30 06:44:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bee807e7-2db4-5fe3-91d2-960c5fd1e5b4 with identifier: CK71%20OXH to the API
2026-03-30 06:44:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK71%20OXH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bee807e7-2db4-5fe3-91d2-960c5fd1e5b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CK71 OXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK71%20OXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 57518,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 40 150KW 82KWH EDITION 1 Coupe',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH EDITION 1',
 'vin': 'WAUZZZFZ7NP017235',
 'year': 2021}
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK71%2520OXH%27 HTTP/1.1" 200 None
2026-03-30 06:44:04 [bca.uk] INFO: Saving data for CK71%20OXH: {'auction_closing_time': 1775037600.0, 'created_time': 1773935712.298194, 'last_price_update_time': 1774853044.161065}
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK71%2520OXH') HTTP/1.1" 204 0
2026-03-30 06:44:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69d86ba3-159c-5e3f-9eef-23c3f98bdc48 with identifier: YN19%20DBP
2026-03-30 06:44:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69d86ba3-159c-5e3f-9eef-23c3f98bdc48 with identifier: YN19%20DBP
2026-03-30 06:44:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69d86ba3-159c-5e3f-9eef-23c3f98bdc48 with identifier: YN19%20DBP to the API
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN19%20DBP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '69d86ba3-159c-5e3f-9eef-23c3f98bdc48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN19 DBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN19%20DBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 155395,
 'odometer_reading_unit': '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 95 STYLE Estate',
 'transmission': 'manual',
 'trim': 'EBL 95 STYLE',
 'vin': 'WF0PXXGCHPKK65658',
 'year': 2019}
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN19%2520DBP%27 HTTP/1.1" 200 None
2026-03-30 06:44:04 [bca.uk] INFO: Saving data for YN19%20DBP: {'auction_closing_time': 1774864800.0, 'created_time': 1773933776.338167, 'last_price_update_time': 1774853044.563897}
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN19%2520DBP') HTTP/1.1" 204 0
2026-03-30 06:44:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0cedbb00-d342-59cc-90ff-ab5718480b86 with identifier: LF73%20ZBH
2026-03-30 06:44:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0cedbb00-d342-59cc-90ff-ab5718480b86 with identifier: LF73%20ZBH
2026-03-30 06:44:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0cedbb00-d342-59cc-90ff-ab5718480b86 with identifier: LF73%20ZBH to the API
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF73%20ZBH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0cedbb00-d342-59cc-90ff-ab5718480b86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF73 ZBH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF73%20ZBH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 13371,
 'odometer_reading_unit': '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': 'LRWYHCFS9RC231283',
 'year': 2023}
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF73%2520ZBH%27 HTTP/1.1" 200 None
2026-03-30 06:44:04 [bca.uk] INFO: Saving data for LF73%20ZBH: {'auction_closing_time': 1774864800.0, 'created_time': 1773933730.961501, 'last_price_update_time': 1774853044.902183}
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF73%2520ZBH') HTTP/1.1" 204 0
2026-03-30 06:44:04 [bca.uk] INFO: Found listing with ID: GD23%20DXH
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520DXH%27 HTTP/1.1" 200 None
2026-03-30 06:44:04 [bca.uk] INFO: Scrape type for GD23%20DXH: 2
2026-03-30 06:44:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b4e8227-1440-5bb0-a80a-bb9999cb5d7f with identifier: GD23%20DXH
2026-03-30 06:44:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b4e8227-1440-5bb0-a80a-bb9999cb5d7f with scrape type 2
2026-03-30 06:44:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b4e8227-1440-5bb0-a80a-bb9999cb5d7f with scrape type 2
2026-03-30 06:44:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b4e8227-1440-5bb0-a80a-bb9999cb5d7f, identifier: GD23%20DXH
2026-03-30 06:44:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52d60650-82f5-558c-8311-e7b7b6e34528 with identifier: KY62%20ORH
2026-03-30 06:44:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52d60650-82f5-558c-8311-e7b7b6e34528 with identifier: KY62%20ORH
2026-03-30 06:44:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52d60650-82f5-558c-8311-e7b7b6e34528 with identifier: KY62%20ORH to the API
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY62%20ORH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52d60650-82f5-558c-8311-e7b7b6e34528',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY62 ORH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY62%20ORH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 88001,
 'odometer_reading_unit': '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': 'WDD2043022F990575',
 'year': 2012}
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520ORH%27 HTTP/1.1" 200 None
2026-03-30 06:44:05 [bca.uk] INFO: Saving data for KY62%20ORH: {'auction_closing_time': 1774854000.0, 'created_time': 1773826622.554164, 'last_price_update_time': 1774853045.36093}
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY62%2520ORH') HTTP/1.1" 204 0
2026-03-30 06:44:05 [bca.uk] INFO: Found listing with ID: LE73%20EPA
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520EPA%27 HTTP/1.1" 200 None
2026-03-30 06:44:05 [bca.uk] INFO: Scrape type for LE73%20EPA: 2
2026-03-30 06:44:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97adeee8-77b9-55bd-8693-8d31f477c688 with identifier: LE73%20EPA
2026-03-30 06:44:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97adeee8-77b9-55bd-8693-8d31f477c688 with scrape type 2
2026-03-30 06:44:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97adeee8-77b9-55bd-8693-8d31f477c688 with scrape type 2
2026-03-30 06:44:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97adeee8-77b9-55bd-8693-8d31f477c688, identifier: LE73%20EPA
2026-03-30 06:44:05 [bca.uk] INFO: Found listing with ID: KM60%20PWZ
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM60%2520PWZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:05 [bca.uk] INFO: Scrape type for KM60%20PWZ: 2
2026-03-30 06:44:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84810744-3354-5b37-9ecf-6248b6a7be20 with identifier: KM60%20PWZ
2026-03-30 06:44:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84810744-3354-5b37-9ecf-6248b6a7be20 with scrape type 2
2026-03-30 06:44:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84810744-3354-5b37-9ecf-6248b6a7be20 with scrape type 2
2026-03-30 06:44:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84810744-3354-5b37-9ecf-6248b6a7be20, identifier: KM60%20PWZ
2026-03-30 06:44:05 [bca.uk] INFO: Found listing with ID: WD74%20FXF
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520FXF%27 HTTP/1.1" 200 None
2026-03-30 06:44:05 [bca.uk] INFO: Scrape type for WD74%20FXF: 2
2026-03-30 06:44:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50091184-12b4-5ffe-8f9b-bdfdf43367ec with identifier: WD74%20FXF
2026-03-30 06:44:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50091184-12b4-5ffe-8f9b-bdfdf43367ec with scrape type 2
2026-03-30 06:44:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50091184-12b4-5ffe-8f9b-bdfdf43367ec with scrape type 2
2026-03-30 06:44:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50091184-12b4-5ffe-8f9b-bdfdf43367ec, identifier: WD74%20FXF
2026-03-30 06:44:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b4e8227-1440-5bb0-a80a-bb9999cb5d7f with identifier: GD23%20DXH
2026-03-30 06:44:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b4e8227-1440-5bb0-a80a-bb9999cb5d7f with identifier: GD23%20DXH
2026-03-30 06:44:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b4e8227-1440-5bb0-a80a-bb9999cb5d7f with identifier: GD23%20DXH to the API
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD23%20DXH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3b4e8227-1440-5bb0-a80a-bb9999cb5d7f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GD23 DXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD23%20DXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 42721,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.3 PHEV AWD VELOCE Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV AWD VELOCE',
 'vin': 'ZARPATDW8N3030953',
 'year': 2023}
2026-03-30 06:44:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520DXH%27 HTTP/1.1" 200 None
2026-03-30 06:44:06 [bca.uk] INFO: Saving data for GD23%20DXH: {'auction_closing_time': 1775037600.0, 'created_time': 1773841389.8721, 'last_price_update_time': 1774853046.007487}
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD23%2520DXH') HTTP/1.1" 204 0
2026-03-30 06:44:06 [bca.uk] INFO: Found listing with ID: LL62%20UJP
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL62%2520UJP%27 HTTP/1.1" 200 None
2026-03-30 06:44:06 [bca.uk] INFO: Scrape type for LL62%20UJP: 2
2026-03-30 06:44:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23f5ff53-fa01-5b0c-b03e-a5229697a0c7 with identifier: LL62%20UJP
2026-03-30 06:44:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23f5ff53-fa01-5b0c-b03e-a5229697a0c7 with scrape type 2
2026-03-30 06:44:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23f5ff53-fa01-5b0c-b03e-a5229697a0c7 with scrape type 2
2026-03-30 06:44:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23f5ff53-fa01-5b0c-b03e-a5229697a0c7, identifier: LL62%20UJP
2026-03-30 06:44:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97adeee8-77b9-55bd-8693-8d31f477c688 with identifier: LE73%20EPA
2026-03-30 06:44:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97adeee8-77b9-55bd-8693-8d31f477c688 with identifier: LE73%20EPA
2026-03-30 06:44:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97adeee8-77b9-55bd-8693-8d31f477c688 with identifier: LE73%20EPA to the API
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE73%20EPA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '97adeee8-77b9-55bd-8693-8d31f477c688',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE73 EPA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE73%20EPA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 17079,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 125KW 51KWH SE Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 51KWH SE',
 'vin': 'LSJWH4091PN133970',
 'year': 2023}
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520EPA%27 HTTP/1.1" 200 None
2026-03-30 06:44:06 [bca.uk] INFO: Saving data for LE73%20EPA: {'auction_closing_time': 1775037600.0, 'created_time': 1773908186.954364, 'last_price_update_time': 1774853046.438207}
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE73%2520EPA') HTTP/1.1" 204 0
2026-03-30 06:44:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84810744-3354-5b37-9ecf-6248b6a7be20 with identifier: KM60%20PWZ
2026-03-30 06:44:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84810744-3354-5b37-9ecf-6248b6a7be20 with identifier: KM60%20PWZ
2026-03-30 06:44:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84810744-3354-5b37-9ecf-6248b6a7be20 with identifier: KM60%20PWZ to the API
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM60%20PWZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '84810744-3354-5b37-9ecf-6248b6a7be20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM60 PWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM60%20PWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 120431,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI S LINE S-T',
 'vin': 'WAUZZZ8X6BB056368',
 'year': 2011}
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM60%2520PWZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:06 [bca.uk] INFO: Saving data for KM60%20PWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773828240.273998, 'last_price_update_time': 1774853046.746407}
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM60%2520PWZ') HTTP/1.1" 204 0
2026-03-30 06:44:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50091184-12b4-5ffe-8f9b-bdfdf43367ec with identifier: WD74%20FXF
2026-03-30 06:44:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50091184-12b4-5ffe-8f9b-bdfdf43367ec with identifier: WD74%20FXF
2026-03-30 06:44:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50091184-12b4-5ffe-8f9b-bdfdf43367ec with identifier: WD74%20FXF to the API
2026-03-30 06:44:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD74%20FXF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '50091184-12b4-5ffe-8f9b-bdfdf43367ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD74 FXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD74%20FXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 18659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 B5P AWD PLUS DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B5P AWD PLUS DARK G/T',
 'vin': 'YV1UZM1V3S1131701',
 'year': 2025}
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD74%2520FXF%27 HTTP/1.1" 200 None
2026-03-30 06:44:07 [bca.uk] INFO: Saving data for WD74%20FXF: {'auction_closing_time': 1774864800.0, 'created_time': 1773835009.598365, 'last_price_update_time': 1774853047.067957}
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD74%2520FXF') HTTP/1.1" 204 0
2026-03-30 06:44:07 [bca.uk] INFO: Found listing with ID: GM23%20KFW
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520KFW%27 HTTP/1.1" 200 None
2026-03-30 06:44:07 [bca.uk] INFO: Scrape type for GM23%20KFW: 2
2026-03-30 06:44:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccf59eff-32f7-5bce-993c-8c40f31673be with identifier: GM23%20KFW
2026-03-30 06:44:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccf59eff-32f7-5bce-993c-8c40f31673be with scrape type 2
2026-03-30 06:44:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccf59eff-32f7-5bce-993c-8c40f31673be with scrape type 2
2026-03-30 06:44:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccf59eff-32f7-5bce-993c-8c40f31673be, identifier: GM23%20KFW
2026-03-30 06:44:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23f5ff53-fa01-5b0c-b03e-a5229697a0c7 with identifier: LL62%20UJP
2026-03-30 06:44:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23f5ff53-fa01-5b0c-b03e-a5229697a0c7 with identifier: LL62%20UJP
2026-03-30 06:44:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23f5ff53-fa01-5b0c-b03e-a5229697a0c7 with identifier: LL62%20UJP to the API
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL62%20UJP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '23f5ff53-fa01-5b0c-b03e-a5229697a0c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL62 UJP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL62%20UJP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 110434,
 'odometer_reading_unit': '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': 'WDD2043022G044237',
 'year': 2012}
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL62%2520UJP%27 HTTP/1.1" 200 None
2026-03-30 06:44:07 [bca.uk] INFO: Saving data for LL62%20UJP: {'auction_closing_time': 1774854000.0, 'created_time': 1774004930.377352, 'last_price_update_time': 1774853047.529081}
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL62%2520UJP') HTTP/1.1" 204 0
2026-03-30 06:44:07 [bca.uk] INFO: Found listing with ID: VK71%20ZSN
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520ZSN%27 HTTP/1.1" 200 None
2026-03-30 06:44:07 [bca.uk] INFO: Scrape type for VK71%20ZSN: 2
2026-03-30 06:44:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with identifier: VK71%20ZSN
2026-03-30 06:44:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with scrape type 2
2026-03-30 06:44:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with scrape type 2
2026-03-30 06:44:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a01ba9a5-a08b-5f7f-9be4-39d893c62c41, identifier: VK71%20ZSN
2026-03-30 06:44:07 [bca.uk] INFO: Found listing with ID: CF22%20BGV
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520BGV%27 HTTP/1.1" 200 None
2026-03-30 06:44:07 [bca.uk] INFO: Scrape type for CF22%20BGV: 2
2026-03-30 06:44:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09a640b0-ff25-50b1-86f4-8fc91e8054b8 with identifier: CF22%20BGV
2026-03-30 06:44:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09a640b0-ff25-50b1-86f4-8fc91e8054b8 with scrape type 2
2026-03-30 06:44:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09a640b0-ff25-50b1-86f4-8fc91e8054b8 with scrape type 2
2026-03-30 06:44:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09a640b0-ff25-50b1-86f4-8fc91e8054b8, identifier: CF22%20BGV
2026-03-30 06:44:07 [bca.uk] INFO: Found listing with ID: AF73%20ESG
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520ESG%27 HTTP/1.1" 200 None
2026-03-30 06:44:07 [bca.uk] INFO: Scrape type for AF73%20ESG: 2
2026-03-30 06:44:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72c5ffe8-3bf3-501a-ac23-7057311212fb with identifier: AF73%20ESG
2026-03-30 06:44:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72c5ffe8-3bf3-501a-ac23-7057311212fb with scrape type 2
2026-03-30 06:44:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72c5ffe8-3bf3-501a-ac23-7057311212fb with scrape type 2
2026-03-30 06:44:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72c5ffe8-3bf3-501a-ac23-7057311212fb, identifier: AF73%20ESG
2026-03-30 06:44:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccf59eff-32f7-5bce-993c-8c40f31673be with identifier: GM23%20KFW
2026-03-30 06:44:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccf59eff-32f7-5bce-993c-8c40f31673be with identifier: GM23%20KFW
2026-03-30 06:44:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccf59eff-32f7-5bce-993c-8c40f31673be with identifier: GM23%20KFW to the API
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 29,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM23%20KFW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ccf59eff-32f7-5bce-993c-8c40f31673be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GM23 KFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM23%20KFW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 38952,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.3 PHEV AWD VELOCE Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV AWD VELOCE',
 'vin': 'ZARPATDW1N3038361',
 'year': 2023}
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM23%2520KFW%27 HTTP/1.1" 200 None
2026-03-30 06:44:08 [bca.uk] INFO: Saving data for GM23%20KFW: {'auction_closing_time': 1775037600.0, 'created_time': 1773933702.289284, 'last_price_update_time': 1774853048.185751}
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM23%2520KFW') HTTP/1.1" 204 0
2026-03-30 06:44:08 [bca.uk] INFO: Found listing with ID: NJ62%20YAE
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520YAE%27 HTTP/1.1" 200 None
2026-03-30 06:44:08 [bca.uk] INFO: Scrape type for NJ62%20YAE: 2
2026-03-30 06:44:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40bb827e-c5ee-50d0-ba5a-95f5b71f0ed0 with identifier: NJ62%20YAE
2026-03-30 06:44:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40bb827e-c5ee-50d0-ba5a-95f5b71f0ed0 with scrape type 2
2026-03-30 06:44:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40bb827e-c5ee-50d0-ba5a-95f5b71f0ed0 with scrape type 2
2026-03-30 06:44:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40bb827e-c5ee-50d0-ba5a-95f5b71f0ed0, identifier: NJ62%20YAE
2026-03-30 06:44:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with identifier: VK71%20ZSN
2026-03-30 06:44:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with identifier: VK71%20ZSN
2026-03-30 06:44:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a01ba9a5-a08b-5f7f-9be4-39d893c62c41 with identifier: VK71%20ZSN to the API
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK71%20ZSN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a01ba9a5-a08b-5f7f-9be4-39d893c62c41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK71 ZSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK71%20ZSN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 78131,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA TOURER 1.5 TURBO D 120 BUSINESS ED. Estate',
 'transmission': 'manual',
 'trim': 'TURBO D 120 BUSINESS ED.',
 'vin': 'W0VBD8EV7N8033480',
 'year': 2022}
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520ZSN%27 HTTP/1.1" 200 None
2026-03-30 06:44:08 [bca.uk] INFO: Saving data for VK71%20ZSN: {'auction_closing_time': 1775037600.0, 'created_time': 1773935705.814799, 'last_price_update_time': 1774853048.591065}
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK71%2520ZSN') HTTP/1.1" 204 0
2026-03-30 06:44:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09a640b0-ff25-50b1-86f4-8fc91e8054b8 with identifier: CF22%20BGV
2026-03-30 06:44:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09a640b0-ff25-50b1-86f4-8fc91e8054b8 with identifier: CF22%20BGV
2026-03-30 06:44:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09a640b0-ff25-50b1-86f4-8fc91e8054b8 with identifier: CF22%20BGV to the API
2026-03-30 06:44:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF22%20BGV-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': '09a640b0-ff25-50b1-86f4-8fc91e8054b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF22 BGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF22%20BGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 7 CROSSBACK',
 'odometer': 42708,
 'odometer_reading_unit': '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': 'VR1J4DGZUNY550831',
 'year': 2022}
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520BGV%27 HTTP/1.1" 200 None
2026-03-30 06:44:09 [bca.uk] INFO: Saving data for CF22%20BGV: {'auction_closing_time': 1774864800.0, 'created_time': 1773908503.11848, 'last_price_update_time': 1774853049.047568}
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF22%2520BGV') HTTP/1.1" 204 0
2026-03-30 06:44:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72c5ffe8-3bf3-501a-ac23-7057311212fb with identifier: AF73%20ESG
2026-03-30 06:44:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72c5ffe8-3bf3-501a-ac23-7057311212fb with identifier: AF73%20ESG
2026-03-30 06:44:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72c5ffe8-3bf3-501a-ac23-7057311212fb with identifier: AF73%20ESG to the API
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20ESG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '72c5ffe8-3bf3-501a-ac23-7057311212fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 ESG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20ESG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 20451,
 'odometer_reading_unit': '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': 'LRWYHCFS4PC040898',
 'year': 2023}
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520ESG%27 HTTP/1.1" 200 None
2026-03-30 06:44:09 [bca.uk] INFO: Saving data for AF73%20ESG: {'auction_closing_time': 1775037600.0, 'created_time': 1773842856.756058, 'last_price_update_time': 1774853049.35699}
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520ESG') HTTP/1.1" 204 0
2026-03-30 06:44:09 [bca.uk] INFO: Found listing with ID: LF73%20PKM
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF73%2520PKM%27 HTTP/1.1" 200 None
2026-03-30 06:44:09 [bca.uk] INFO: Scrape type for LF73%20PKM: 2
2026-03-30 06:44:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0ecf095-e226-5785-8484-001e87767ec9 with identifier: LF73%20PKM
2026-03-30 06:44:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0ecf095-e226-5785-8484-001e87767ec9 with scrape type 2
2026-03-30 06:44:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0ecf095-e226-5785-8484-001e87767ec9 with scrape type 2
2026-03-30 06:44:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0ecf095-e226-5785-8484-001e87767ec9, identifier: LF73%20PKM
2026-03-30 06:44:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40bb827e-c5ee-50d0-ba5a-95f5b71f0ed0 with identifier: NJ62%20YAE
2026-03-30 06:44:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40bb827e-c5ee-50d0-ba5a-95f5b71f0ed0 with identifier: NJ62%20YAE
2026-03-30 06:44:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40bb827e-c5ee-50d0-ba5a-95f5b71f0ed0 with identifier: NJ62%20YAE to the API
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ62%20YAE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '40bb827e-c5ee-50d0-ba5a-95f5b71f0ed0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ62 YAE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ62%20YAE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 106236,
 'odometer_reading_unit': '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 StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 163 4WD TITANIUM X',
 'vin': 'WF0RXXGCDRCB58730',
 'year': 2012}
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ62%2520YAE%27 HTTP/1.1" 200 None
2026-03-30 06:44:09 [bca.uk] INFO: Saving data for NJ62%20YAE: {'auction_closing_time': 1774854000.0, 'created_time': 1773828242.285652, 'last_price_update_time': 1774853049.78257}
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ62%2520YAE') HTTP/1.1" 204 0
2026-03-30 06:44:09 [bca.uk] INFO: Found listing with ID: YD23%20NVS
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520NVS%27 HTTP/1.1" 200 None
2026-03-30 06:44:09 [bca.uk] INFO: Scrape type for YD23%20NVS: 2
2026-03-30 06:44:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a967760d-451f-5e2e-9402-4b071be56b02 with identifier: YD23%20NVS
2026-03-30 06:44:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a967760d-451f-5e2e-9402-4b071be56b02 with scrape type 2
2026-03-30 06:44:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a967760d-451f-5e2e-9402-4b071be56b02 with scrape type 2
2026-03-30 06:44:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a967760d-451f-5e2e-9402-4b071be56b02, identifier: YD23%20NVS
2026-03-30 06:44:10 [bca.uk] INFO: Found listing with ID: EJ17%20NKD
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520NKD%27 HTTP/1.1" 200 None
2026-03-30 06:44:10 [bca.uk] INFO: Scrape type for EJ17%20NKD: 2
2026-03-30 06:44:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 680fc243-6dd7-5f2b-b234-55e8959bd64f with identifier: EJ17%20NKD
2026-03-30 06:44:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 680fc243-6dd7-5f2b-b234-55e8959bd64f with scrape type 2
2026-03-30 06:44:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 680fc243-6dd7-5f2b-b234-55e8959bd64f with scrape type 2
2026-03-30 06:44:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 680fc243-6dd7-5f2b-b234-55e8959bd64f, identifier: EJ17%20NKD
2026-03-30 06:44:10 [bca.uk] INFO: Found listing with ID: AK73%20RXX
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK73%2520RXX%27 HTTP/1.1" 200 None
2026-03-30 06:44:10 [bca.uk] INFO: Scrape type for AK73%20RXX: 2
2026-03-30 06:44:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c33cdd5-da3d-5faa-aba3-4dd4b3a850eb with identifier: AK73%20RXX
2026-03-30 06:44:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c33cdd5-da3d-5faa-aba3-4dd4b3a850eb with scrape type 2
2026-03-30 06:44:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c33cdd5-da3d-5faa-aba3-4dd4b3a850eb with scrape type 2
2026-03-30 06:44:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c33cdd5-da3d-5faa-aba3-4dd4b3a850eb, identifier: AK73%20RXX
2026-03-30 06:44:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0ecf095-e226-5785-8484-001e87767ec9 with identifier: LF73%20PKM
2026-03-30 06:44:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0ecf095-e226-5785-8484-001e87767ec9 with identifier: LF73%20PKM
2026-03-30 06:44:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0ecf095-e226-5785-8484-001e87767ec9 with identifier: LF73%20PKM to the API
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF73%20PKM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f0ecf095-e226-5785-8484-001e87767ec9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF73 PKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF73%20PKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 35029,
 'odometer_reading_unit': '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': 'LRWYHCFS5RC231376',
 'year': 2023}
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF73%2520PKM%27 HTTP/1.1" 200 None
2026-03-30 06:44:10 [bca.uk] INFO: Saving data for LF73%20PKM: {'auction_closing_time': 1775037600.0, 'created_time': 1773908511.293578, 'last_price_update_time': 1774853050.548403}
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF73%2520PKM') HTTP/1.1" 204 0
2026-03-30 06:44:10 [bca.uk] INFO: Found listing with ID: NK13%20ZRX
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK13%2520ZRX%27 HTTP/1.1" 200 None
2026-03-30 06:44:10 [bca.uk] INFO: Scrape type for NK13%20ZRX: 2
2026-03-30 06:44:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40ab4b16-3669-546b-84ad-7bf87c97bb53 with identifier: NK13%20ZRX
2026-03-30 06:44:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40ab4b16-3669-546b-84ad-7bf87c97bb53 with scrape type 2
2026-03-30 06:44:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40ab4b16-3669-546b-84ad-7bf87c97bb53 with scrape type 2
2026-03-30 06:44:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40ab4b16-3669-546b-84ad-7bf87c97bb53, identifier: NK13%20ZRX
2026-03-30 06:44:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a967760d-451f-5e2e-9402-4b071be56b02 with identifier: YD23%20NVS
2026-03-30 06:44:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a967760d-451f-5e2e-9402-4b071be56b02 with identifier: YD23%20NVS
2026-03-30 06:44:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a967760d-451f-5e2e-9402-4b071be56b02 with identifier: YD23%20NVS to the API
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD23%20NVS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a967760d-451f-5e2e-9402-4b071be56b02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YD23 NVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD23%20NVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 51967,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI EVO 150 STYLE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI EVO 150 STYLE DSG',
 'vin': 'WVWZZZCD7PW023119',
 'year': 2023}
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD23%2520NVS%27 HTTP/1.1" 200 None
2026-03-30 06:44:10 [bca.uk] INFO: Saving data for YD23%20NVS: {'auction_closing_time': 1775037600.0, 'created_time': 1773935704.285471, 'last_price_update_time': 1774853050.953165}
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD23%2520NVS') HTTP/1.1" 204 0
2026-03-30 06:44:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 680fc243-6dd7-5f2b-b234-55e8959bd64f with identifier: EJ17%20NKD
2026-03-30 06:44:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 680fc243-6dd7-5f2b-b234-55e8959bd64f with identifier: EJ17%20NKD
2026-03-30 06:44:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 680fc243-6dd7-5f2b-b234-55e8959bd64f with identifier: EJ17%20NKD to the API
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ17%20NKD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '680fc243-6dd7-5f2b-b234-55e8959bd64f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ17 NKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ17%20NKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'B-MAX',
 'odometer': 53830,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD B-MAX 1.0 E/B 100 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM',
 'vin': 'WF0KXXERJKHU68181',
 'year': 2017}
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ17%2520NKD%27 HTTP/1.1" 200 None
2026-03-30 06:44:11 [bca.uk] INFO: Saving data for EJ17%20NKD: {'auction_closing_time': 1774864800.0, 'created_time': 1773827054.817488, 'last_price_update_time': 1774853051.271872}
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ17%2520NKD') HTTP/1.1" 204 0
2026-03-30 06:44:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c33cdd5-da3d-5faa-aba3-4dd4b3a850eb with identifier: AK73%20RXX
2026-03-30 06:44:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c33cdd5-da3d-5faa-aba3-4dd4b3a850eb with identifier: AK73%20RXX
2026-03-30 06:44:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c33cdd5-da3d-5faa-aba3-4dd4b3a850eb with identifier: AK73%20RXX to the API
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK73%20RXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1c33cdd5-da3d-5faa-aba3-4dd4b3a850eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AK73 RXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK73%20RXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 20056,
 'odometer_reading_unit': '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': 'LRWYHCFS5RC229207',
 'year': 2023}
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK73%2520RXX%27 HTTP/1.1" 200 None
2026-03-30 06:44:11 [bca.uk] INFO: Saving data for AK73%20RXX: {'auction_closing_time': 1775037600.0, 'created_time': 1774016630.418949, 'last_price_update_time': 1774853051.564816}
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK73%2520RXX') HTTP/1.1" 204 0
2026-03-30 06:44:11 [bca.uk] INFO: Found listing with ID: WN70%20VXS
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN70%2520VXS%27 HTTP/1.1" 200 None
2026-03-30 06:44:11 [bca.uk] INFO: Scrape type for WN70%20VXS: 2
2026-03-30 06:44:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60a8e3d5-6546-5813-9d47-42b6de7673b3 with identifier: WN70%20VXS
2026-03-30 06:44:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60a8e3d5-6546-5813-9d47-42b6de7673b3 with scrape type 2
2026-03-30 06:44:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60a8e3d5-6546-5813-9d47-42b6de7673b3 with scrape type 2
2026-03-30 06:44:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60a8e3d5-6546-5813-9d47-42b6de7673b3, identifier: WN70%20VXS
2026-03-30 06:44:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40ab4b16-3669-546b-84ad-7bf87c97bb53 with identifier: NK13%20ZRX
2026-03-30 06:44:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40ab4b16-3669-546b-84ad-7bf87c97bb53 with identifier: NK13%20ZRX
2026-03-30 06:44:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40ab4b16-3669-546b-84ad-7bf87c97bb53 with identifier: NK13%20ZRX to the API
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK13%20ZRX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '40ab4b16-3669-546b-84ad-7bf87c97bb53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NK13 ZRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK13%20ZRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 71581,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 2.0 COOPER S D Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER S D',
 'vin': 'WMWZB72050WN79701',
 'year': 2013}
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK13%2520ZRX%27 HTTP/1.1" 200 None
2026-03-30 06:44:11 [bca.uk] INFO: Saving data for NK13%20ZRX: {'auction_closing_time': 1774854000.0, 'created_time': 1773839885.312868, 'last_price_update_time': 1774853051.995845}
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK13%2520ZRX') HTTP/1.1" 204 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: CP71%20MZY
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP71%2520MZY%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for CP71%20MZY: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: DV68%20ADO
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520ADO%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for DV68%20ADO: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: HN23%20DSV
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520DSV%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for HN23%20DSV: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: AX66%20RYP
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX66%2520RYP%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for AX66%20RYP: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: GJ22%20GXH
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520GXH%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for GJ22%20GXH: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: HJ25%20OSD
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ25%2520OSD%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for HJ25%20OSD: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: FX25%20YXO
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX25%2520YXO%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for FX25%20YXO: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: BG67%20ZYF
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG67%2520ZYF%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for BG67%20ZYF: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: EA18%20WHC
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520WHC%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for EA18%20WHC: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: DK19%20YPG
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK19%2520YPG%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for DK19%20YPG: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: FY68%20YRW
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY68%2520YRW%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for FY68%20YRW: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: VGZ%205260
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25205260%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for VGZ%205260: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: YN69%20KYJ
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520KYJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for YN69%20KYJ: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: YP21%20RKX
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP21%2520RKX%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for YP21%20RKX: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: BJ69%20VMW
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ69%2520VMW%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for BJ69%20VMW: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: KM69%20NFK
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM69%2520NFK%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for KM69%20NFK: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: RX71%20NVR
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX71%2520NVR%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for RX71%20NVR: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: GU60%20VRY
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU60%2520VRY%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for GU60%20VRY: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: KP72%20AVN
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP72%2520AVN%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for KP72%20AVN: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: LP24%20HGL
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP24%2520HGL%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for LP24%20HGL: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: LC69%20XYS
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520XYS%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for LC69%20XYS: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: DN72%20UZF
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520UZF%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for DN72%20UZF: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: HV73%20GGX
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520GGX%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for HV73%20GGX: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: LO21%20YZB
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO21%2520YZB%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for LO21%20YZB: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: RJ71%20ULK
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ71%2520ULK%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for RJ71%20ULK: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: FX15%20TXU
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX15%2520TXU%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for FX15%20TXU: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: KR69%20XSP
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR69%2520XSP%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for KR69%20XSP: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: SY15%20LVL
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44: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%2520LVL%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for SY15%20LVL: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: GL20%20TZX
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520TZX%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for GL20%20TZX: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: BW66%20YYM
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW66%2520YYM%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for BW66%20YYM: 0
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: CU17%20AYN
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520AYN%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for CU17%20AYN: 2
2026-03-30 06:44:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d9e8a39-7ee2-553c-87b8-93d554ab915a with identifier: CU17%20AYN
2026-03-30 06:44:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d9e8a39-7ee2-553c-87b8-93d554ab915a with scrape type 2
2026-03-30 06:44:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d9e8a39-7ee2-553c-87b8-93d554ab915a with scrape type 2
2026-03-30 06:44:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d9e8a39-7ee2-553c-87b8-93d554ab915a, identifier: CU17%20AYN
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: AF19%20JVK
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF19%2520JVK%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for AF19%20JVK: 2
2026-03-30 06:44:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeeb998a-f51a-5732-9fae-2eeb7be489cc with identifier: AF19%20JVK
2026-03-30 06:44:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeeb998a-f51a-5732-9fae-2eeb7be489cc with scrape type 2
2026-03-30 06:44:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeeb998a-f51a-5732-9fae-2eeb7be489cc with scrape type 2
2026-03-30 06:44:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aeeb998a-f51a-5732-9fae-2eeb7be489cc, identifier: AF19%20JVK
2026-03-30 06:44:12 [bca.uk] INFO: Found listing with ID: LP23%20GVV
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVV%27 HTTP/1.1" 200 None
2026-03-30 06:44:12 [bca.uk] INFO: Scrape type for LP23%20GVV: 2
2026-03-30 06:44:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9366b946-ee41-5880-ae06-ea75c90832ce with identifier: LP23%20GVV
2026-03-30 06:44:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9366b946-ee41-5880-ae06-ea75c90832ce with scrape type 2
2026-03-30 06:44:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9366b946-ee41-5880-ae06-ea75c90832ce with scrape type 2
2026-03-30 06:44:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9366b946-ee41-5880-ae06-ea75c90832ce, identifier: LP23%20GVV
2026-03-30 06:44:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60a8e3d5-6546-5813-9d47-42b6de7673b3 with identifier: WN70%20VXS
2026-03-30 06:44:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60a8e3d5-6546-5813-9d47-42b6de7673b3 with identifier: WN70%20VXS
2026-03-30 06:44:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60a8e3d5-6546-5813-9d47-42b6de7673b3 with identifier: WN70%20VXS to the API
2026-03-30 06:44:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN70%20VXS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '60a8e3d5-6546-5813-9d47-42b6de7673b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN70 VXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN70%20VXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 35633,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'W1K1771862J262406',
 'year': 2020}
2026-03-30 06:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN70%2520VXS%27 HTTP/1.1" 200 None
2026-03-30 06:44:13 [bca.uk] INFO: Saving data for WN70%20VXS: {'auction_closing_time': 1774864800.0, 'created_time': 1774535885.684299, 'last_price_update_time': 1774853053.459961}
2026-03-30 06:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN70%2520VXS') HTTP/1.1" 204 0
2026-03-30 06:44:13 [bca.uk] INFO: Found listing with ID: RE11%20NYA
2026-03-30 06:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE11%2520NYA%27 HTTP/1.1" 200 None
2026-03-30 06:44:13 [bca.uk] INFO: Scrape type for RE11%20NYA: 2
2026-03-30 06:44:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53b9f7fb-6163-5ffe-a109-dab54c757903 with identifier: RE11%20NYA
2026-03-30 06:44:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53b9f7fb-6163-5ffe-a109-dab54c757903 with scrape type 2
2026-03-30 06:44:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53b9f7fb-6163-5ffe-a109-dab54c757903 with scrape type 2
2026-03-30 06:44:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53b9f7fb-6163-5ffe-a109-dab54c757903, identifier: RE11%20NYA
2026-03-30 06:44:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d9e8a39-7ee2-553c-87b8-93d554ab915a with identifier: CU17%20AYN
2026-03-30 06:44:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d9e8a39-7ee2-553c-87b8-93d554ab915a with identifier: CU17%20AYN
2026-03-30 06:44:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d9e8a39-7ee2-553c-87b8-93d554ab915a with identifier: CU17%20AYN to the API
2026-03-30 06:44:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU17%20AYN-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d9e8a39-7ee2-553c-87b8-93d554ab915a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU17 AYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU17%20AYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-TRAIL',
 'model': 'IMALA',
 'odometer': 40448,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUTO-TRAIL IMALA 2.3 734 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '734 MOTORHOME',
 'vin': 'ZFA25000002C01196',
 'year': 2017}
2026-03-30 06:44:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU17%2520AYN%27 HTTP/1.1" 200 None
2026-03-30 06:44:14 [bca.uk] INFO: Saving data for CU17%20AYN: {'auction_closing_time': 1774854000.0, 'created_time': 1773832988.133926, 'last_price_update_time': 1774853054.006581}
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU17%2520AYN') HTTP/1.1" 204 0
2026-03-30 06:44:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:44:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aeeb998a-f51a-5732-9fae-2eeb7be489cc with identifier: AF19%20JVK
2026-03-30 06:44:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aeeb998a-f51a-5732-9fae-2eeb7be489cc with identifier: AF19%20JVK
2026-03-30 06:44:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aeeb998a-f51a-5732-9fae-2eeb7be489cc with identifier: AF19%20JVK to the API
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF19%20JVK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aeeb998a-f51a-5732-9fae-2eeb7be489cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF19 JVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF19%20JVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 89595,
 'odometer_reading_unit': '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': 'WAUZZZFY4K2036180',
 'year': 2019}
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF19%2520JVK%27 HTTP/1.1" 200 None
2026-03-30 06:44:14 [bca.uk] INFO: Saving data for AF19%20JVK: {'auction_closing_time': 1774864800.0, 'created_time': 1774535086.839894, 'last_price_update_time': 1774853054.31284}
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF19%2520JVK') HTTP/1.1" 204 0
2026-03-30 06:44:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9366b946-ee41-5880-ae06-ea75c90832ce with identifier: LP23%20GVV
2026-03-30 06:44:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9366b946-ee41-5880-ae06-ea75c90832ce with identifier: LP23%20GVV
2026-03-30 06:44:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9366b946-ee41-5880-ae06-ea75c90832ce with identifier: LP23%20GVV to the API
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20GVV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9366b946-ee41-5880-ae06-ea75c90832ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP23 GVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20GVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7783,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4134662',
 'year': 2023}
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVV%27 HTTP/1.1" 200 None
2026-03-30 06:44:14 [bca.uk] INFO: Saving data for LP23%20GVV: {'auction_closing_time': 1775037600.0, 'created_time': 1773841467.776948, 'last_price_update_time': 1774853054.618549}
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520GVV') HTTP/1.1" 204 0
2026-03-30 06:44:14 [bca.uk] INFO: Found listing with ID: AX72%20KBO
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBO%27 HTTP/1.1" 200 None
2026-03-30 06:44:14 [bca.uk] INFO: Scrape type for AX72%20KBO: 2
2026-03-30 06:44:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4b2e4d1-7370-5cbf-b78e-c797b74a12ef with identifier: AX72%20KBO
2026-03-30 06:44:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4b2e4d1-7370-5cbf-b78e-c797b74a12ef with scrape type 2
2026-03-30 06:44:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4b2e4d1-7370-5cbf-b78e-c797b74a12ef with scrape type 2
2026-03-30 06:44:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f4b2e4d1-7370-5cbf-b78e-c797b74a12ef, identifier: AX72%20KBO
2026-03-30 06:44:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53b9f7fb-6163-5ffe-a109-dab54c757903 with identifier: RE11%20NYA
2026-03-30 06:44:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53b9f7fb-6163-5ffe-a109-dab54c757903 with identifier: RE11%20NYA
2026-03-30 06:44:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53b9f7fb-6163-5ffe-a109-dab54c757903 with identifier: RE11%20NYA to the API
2026-03-30 06:44:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE11%20NYA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '53b9f7fb-6163-5ffe-a109-dab54c757903',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE11 NYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE11%20NYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 106149,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.6 TDI CR 90 SEL Hatchback',
 'transmission': 'manual',
 'trim': 'TDI CR 90 SEL',
 'vin': 'WVWZZZ6RZCY011836',
 'year': 2011}
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE11%2520NYA%27 HTTP/1.1" 200 None
2026-03-30 06:44:15 [bca.uk] INFO: Saving data for RE11%20NYA: {'auction_closing_time': 1774854000.0, 'created_time': 1773839062.503862, 'last_price_update_time': 1774853055.020906}
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE11%2520NYA') HTTP/1.1" 204 0
2026-03-30 06:44:15 [bca.uk] INFO: Found listing with ID: CX17%20KUT
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX17%2520KUT%27 HTTP/1.1" 200 None
2026-03-30 06:44:15 [bca.uk] INFO: Scrape type for CX17%20KUT: 2
2026-03-30 06:44:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81786386-5d63-5142-9505-56125239f776 with identifier: CX17%20KUT
2026-03-30 06:44:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81786386-5d63-5142-9505-56125239f776 with scrape type 2
2026-03-30 06:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81786386-5d63-5142-9505-56125239f776 with scrape type 2
2026-03-30 06:44:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81786386-5d63-5142-9505-56125239f776, identifier: CX17%20KUT
2026-03-30 06:44:15 [bca.uk] INFO: Found listing with ID: OE66%20PMU
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520PMU%27 HTTP/1.1" 200 None
2026-03-30 06:44:15 [bca.uk] INFO: Scrape type for OE66%20PMU: 2
2026-03-30 06:44:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2a73572-2ead-5543-b7ac-b81850b62b16 with identifier: OE66%20PMU
2026-03-30 06:44:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2a73572-2ead-5543-b7ac-b81850b62b16 with scrape type 2
2026-03-30 06:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2a73572-2ead-5543-b7ac-b81850b62b16 with scrape type 2
2026-03-30 06:44:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2a73572-2ead-5543-b7ac-b81850b62b16, identifier: OE66%20PMU
2026-03-30 06:44:15 [bca.uk] INFO: Found listing with ID: LR73%20MXT
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR73%2520MXT%27 HTTP/1.1" 200 None
2026-03-30 06:44:15 [bca.uk] INFO: Scrape type for LR73%20MXT: 2
2026-03-30 06:44:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d7fa2fc-adf2-570e-879c-46a1699726f3 with identifier: LR73%20MXT
2026-03-30 06:44:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d7fa2fc-adf2-570e-879c-46a1699726f3 with scrape type 2
2026-03-30 06:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d7fa2fc-adf2-570e-879c-46a1699726f3 with scrape type 2
2026-03-30 06:44:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d7fa2fc-adf2-570e-879c-46a1699726f3, identifier: LR73%20MXT
2026-03-30 06:44:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f4b2e4d1-7370-5cbf-b78e-c797b74a12ef with identifier: AX72%20KBO
2026-03-30 06:44:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f4b2e4d1-7370-5cbf-b78e-c797b74a12ef with identifier: AX72%20KBO
2026-03-30 06:44:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f4b2e4d1-7370-5cbf-b78e-c797b74a12ef with identifier: AX72%20KBO to the API
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX72%20KBO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f4b2e4d1-7370-5cbf-b78e-c797b74a12ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AX72 KBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX72%20KBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 17055,
 'odometer_reading_unit': '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': 'ZFACF1CJ7NJH16072',
 'year': 2023}
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520KBO%27 HTTP/1.1" 200 None
2026-03-30 06:44:15 [bca.uk] INFO: Saving data for AX72%20KBO: {'auction_closing_time': 1774864800.0, 'created_time': 1773825958.974653, 'last_price_update_time': 1774853055.658092}
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX72%2520KBO') HTTP/1.1" 204 0
2026-03-30 06:44:15 [bca.uk] INFO: Found listing with ID: RJ63%20MVF
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ63%2520MVF%27 HTTP/1.1" 200 None
2026-03-30 06:44:15 [bca.uk] INFO: Scrape type for RJ63%20MVF: 2
2026-03-30 06:44:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95bc30e4-5e6a-5634-aa6a-4e4bb3e1be8c with identifier: RJ63%20MVF
2026-03-30 06:44:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95bc30e4-5e6a-5634-aa6a-4e4bb3e1be8c with scrape type 2
2026-03-30 06:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95bc30e4-5e6a-5634-aa6a-4e4bb3e1be8c with scrape type 2
2026-03-30 06:44:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 95bc30e4-5e6a-5634-aa6a-4e4bb3e1be8c, identifier: RJ63%20MVF
2026-03-30 06:44:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81786386-5d63-5142-9505-56125239f776 with identifier: CX17%20KUT
2026-03-30 06:44:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81786386-5d63-5142-9505-56125239f776 with identifier: CX17%20KUT
2026-03-30 06:44:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81786386-5d63-5142-9505-56125239f776 with identifier: CX17%20KUT to the API
2026-03-30 06:44:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX17%20KUT-GB',
 'category': 'Motorhome',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '81786386-5d63-5142-9505-56125239f776',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX17 KUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX17%20KUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 76438,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 CAMPER CONVERSION DSG '
          'CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': 'CAMPER CONVERSION DSG',
 'vin': 'WV1ZZZ7HZHH102196',
 'year': 2017}
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX17%2520KUT%27 HTTP/1.1" 200 None
2026-03-30 06:44:16 [bca.uk] INFO: Saving data for CX17%20KUT: {'auction_closing_time': 1774854000.0, 'created_time': 1773841140.116256, 'last_price_update_time': 1774853056.092705}
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX17%2520KUT') HTTP/1.1" 204 0
2026-03-30 06:44:16 [scrapy.extensions.logstats] INFO: Crawled 110 pages (at 2 pages/min), scraped 5160 items (at 131 items/min)
2026-03-30 06:44:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:44:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2a73572-2ead-5543-b7ac-b81850b62b16 with identifier: OE66%20PMU
2026-03-30 06:44:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2a73572-2ead-5543-b7ac-b81850b62b16 with identifier: OE66%20PMU
2026-03-30 06:44:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2a73572-2ead-5543-b7ac-b81850b62b16 with identifier: OE66%20PMU to the API
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE66%20PMU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': 'e2a73572-2ead-5543-b7ac-b81850b62b16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE66 PMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE66%20PMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 H',
 'odometer': 138410,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C300 H 2.1 SPORT PREMIUM PLUS Saloon',
 'transmission': 'manual',
 'trim': 'SPORT PREMIUM PLUS',
 'vin': 'WDD2050122F524353',
 'year': 2017}
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520PMU%27 HTTP/1.1" 200 None
2026-03-30 06:44:16 [bca.uk] INFO: Saving data for OE66%20PMU: {'auction_closing_time': 1774864800.0, 'created_time': 1773821160.039388, 'last_price_update_time': 1774853056.437564}
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE66%2520PMU') HTTP/1.1" 204 0
2026-03-30 06:44:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d7fa2fc-adf2-570e-879c-46a1699726f3 with identifier: LR73%20MXT
2026-03-30 06:44:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d7fa2fc-adf2-570e-879c-46a1699726f3 with identifier: LR73%20MXT
2026-03-30 06:44:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d7fa2fc-adf2-570e-879c-46a1699726f3 with identifier: LR73%20MXT to the API
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR73%20MXT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1d7fa2fc-adf2-570e-879c-46a1699726f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR73 MXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR73%20MXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 4462,
 'odometer_reading_unit': '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': 'VXKUPHMHDP4233238',
 'year': 2023}
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR73%2520MXT%27 HTTP/1.1" 200 None
2026-03-30 06:44:16 [bca.uk] INFO: Saving data for LR73%20MXT: {'auction_closing_time': 1775037600.0, 'created_time': 1774535160.20848, 'last_price_update_time': 1774853056.736904}
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR73%2520MXT') HTTP/1.1" 204 0
2026-03-30 06:44:16 [bca.uk] INFO: Found listing with ID: SD67%20FNV
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520FNV%27 HTTP/1.1" 200 None
2026-03-30 06:44:16 [bca.uk] INFO: Scrape type for SD67%20FNV: 2
2026-03-30 06:44:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78d41b3b-c17f-5503-89df-695edb1d2573 with identifier: SD67%20FNV
2026-03-30 06:44:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78d41b3b-c17f-5503-89df-695edb1d2573 with scrape type 2
2026-03-30 06:44:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78d41b3b-c17f-5503-89df-695edb1d2573 with scrape type 2
2026-03-30 06:44:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78d41b3b-c17f-5503-89df-695edb1d2573, identifier: SD67%20FNV
2026-03-30 06:44:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 95bc30e4-5e6a-5634-aa6a-4e4bb3e1be8c with identifier: RJ63%20MVF
2026-03-30 06:44:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 95bc30e4-5e6a-5634-aa6a-4e4bb3e1be8c with identifier: RJ63%20MVF
2026-03-30 06:44:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 95bc30e4-5e6a-5634-aa6a-4e4bb3e1be8c with identifier: RJ63%20MVF to the API
2026-03-30 06:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ63%20MVF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '95bc30e4-5e6a-5634-aa6a-4e4bb3e1be8c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ63 MVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ63%20MVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'RENAULT',
 'model': 'MEGANE CC',
 'odometer': 120142,
 'odometer_reading_unit': '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 MEGANE CC 1.6 DCI 130 DYNAMIQUE TOM TOM Convertible',
 'transmission': 'manual',
 'trim': 'DCI 130 DYNAMIQUE TOM TOM',
 'vin': 'VF1EZ000649086493',
 'year': 2013}
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ63%2520MVF%27 HTTP/1.1" 200 None
2026-03-30 06:44:17 [bca.uk] INFO: Saving data for RJ63%20MVF: {'auction_closing_time': 1774854000.0, 'created_time': 1774354664.947481, 'last_price_update_time': 1774853057.167673}
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ63%2520MVF') HTTP/1.1" 204 0
2026-03-30 06:44:17 [bca.uk] INFO: Found listing with ID: DK05%20RYY
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK05%2520RYY%27 HTTP/1.1" 200 None
2026-03-30 06:44:17 [bca.uk] INFO: Scrape type for DK05%20RYY: 2
2026-03-30 06:44:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b49f7c7-888b-52d1-be01-b5f27155899c with identifier: DK05%20RYY
2026-03-30 06:44:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b49f7c7-888b-52d1-be01-b5f27155899c with scrape type 2
2026-03-30 06:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b49f7c7-888b-52d1-be01-b5f27155899c with scrape type 2
2026-03-30 06:44:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b49f7c7-888b-52d1-be01-b5f27155899c, identifier: DK05%20RYY
2026-03-30 06:44:17 [bca.uk] INFO: Found listing with ID: OW69%20CUY
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW69%2520CUY%27 HTTP/1.1" 200 None
2026-03-30 06:44:17 [bca.uk] INFO: Scrape type for OW69%20CUY: 2
2026-03-30 06:44:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86725d48-764d-50d0-966b-b0e75ef3ce71 with identifier: OW69%20CUY
2026-03-30 06:44:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86725d48-764d-50d0-966b-b0e75ef3ce71 with scrape type 2
2026-03-30 06:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86725d48-764d-50d0-966b-b0e75ef3ce71 with scrape type 2
2026-03-30 06:44:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86725d48-764d-50d0-966b-b0e75ef3ce71, identifier: OW69%20CUY
2026-03-30 06:44:17 [bca.uk] INFO: Found listing with ID: HT21%20FOH
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520FOH%27 HTTP/1.1" 200 None
2026-03-30 06:44:17 [bca.uk] INFO: Scrape type for HT21%20FOH: 2
2026-03-30 06:44:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d40d010d-4812-55b4-ad8d-fd44536c5de5 with identifier: HT21%20FOH
2026-03-30 06:44:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d40d010d-4812-55b4-ad8d-fd44536c5de5 with scrape type 2
2026-03-30 06:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d40d010d-4812-55b4-ad8d-fd44536c5de5 with scrape type 2
2026-03-30 06:44:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d40d010d-4812-55b4-ad8d-fd44536c5de5, identifier: HT21%20FOH
2026-03-30 06:44:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78d41b3b-c17f-5503-89df-695edb1d2573 with identifier: SD67%20FNV
2026-03-30 06:44:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78d41b3b-c17f-5503-89df-695edb1d2573 with identifier: SD67%20FNV
2026-03-30 06:44:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78d41b3b-c17f-5503-89df-695edb1d2573 with identifier: SD67%20FNV to the API
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD67%20FNV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '78d41b3b-c17f-5503-89df-695edb1d2573',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD67 FNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD67%20FNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 27574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF12R011558784225',
 'year': 2017}
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD67%2520FNV%27 HTTP/1.1" 200 None
2026-03-30 06:44:17 [bca.uk] INFO: Saving data for SD67%20FNV: {'auction_closing_time': 1775037600.0, 'created_time': 1774535547.901555, 'last_price_update_time': 1774853057.844331}
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD67%2520FNV') HTTP/1.1" 204 0
2026-03-30 06:44:17 [bca.uk] INFO: Found listing with ID: RV13%20EJF
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV13%2520EJF%27 HTTP/1.1" 200 None
2026-03-30 06:44:17 [bca.uk] INFO: Scrape type for RV13%20EJF: 2
2026-03-30 06:44:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb51ba95-3d30-5e63-a44c-5a7d1b6c0411 with identifier: RV13%20EJF
2026-03-30 06:44:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb51ba95-3d30-5e63-a44c-5a7d1b6c0411 with scrape type 2
2026-03-30 06:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb51ba95-3d30-5e63-a44c-5a7d1b6c0411 with scrape type 2
2026-03-30 06:44:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb51ba95-3d30-5e63-a44c-5a7d1b6c0411, identifier: RV13%20EJF
2026-03-30 06:44:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b49f7c7-888b-52d1-be01-b5f27155899c with identifier: DK05%20RYY
2026-03-30 06:44:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b49f7c7-888b-52d1-be01-b5f27155899c with identifier: DK05%20RYY
2026-03-30 06:44:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b49f7c7-888b-52d1-be01-b5f27155899c with identifier: DK05%20RYY to the API
2026-03-30 06:44:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK05%20RYY-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b49f7c7-888b-52d1-be01-b5f27155899c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK05 RYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK05%20RYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RIMOR',
 'model': 'KATAMARANO 6',
 'odometer': 77785,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'RIMOR KATAMARANO 6 2.0 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'MOTORHOME',
 'vin': 'WF0VXXTTFV5B17813',
 'year': 2005}
2026-03-30 06:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK05%2520RYY%27 HTTP/1.1" 200 None
2026-03-30 06:44:18 [bca.uk] INFO: Saving data for DK05%20RYY: {'auction_closing_time': 1774854000.0, 'created_time': 1773845899.679569, 'last_price_update_time': 1774853058.275638}
2026-03-30 06:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK05%2520RYY') HTTP/1.1" 204 0
2026-03-30 06:44:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86725d48-764d-50d0-966b-b0e75ef3ce71 with identifier: OW69%20CUY
2026-03-30 06:44:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86725d48-764d-50d0-966b-b0e75ef3ce71 with identifier: OW69%20CUY
2026-03-30 06:44:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86725d48-764d-50d0-966b-b0e75ef3ce71 with identifier: OW69%20CUY to the API
2026-03-30 06:44:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW69%20CUY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '86725d48-764d-50d0-966b-b0e75ef3ce71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW69 CUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW69%20CUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 87023,
 'odometer_reading_unit': '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 1.3 AMG LINE PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'WDD1770872V050806',
 'year': 2020}
2026-03-30 06:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW69%2520CUY%27 HTTP/1.1" 200 None
2026-03-30 06:44:18 [bca.uk] INFO: Saving data for OW69%20CUY: {'auction_closing_time': 1774864800.0, 'created_time': 1774005389.019384, 'last_price_update_time': 1774853058.65815}
2026-03-30 06:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW69%2520CUY') HTTP/1.1" 204 0
2026-03-30 06:44:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d40d010d-4812-55b4-ad8d-fd44536c5de5 with identifier: HT21%20FOH
2026-03-30 06:44:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d40d010d-4812-55b4-ad8d-fd44536c5de5 with identifier: HT21%20FOH
2026-03-30 06:44:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d40d010d-4812-55b4-ad8d-fd44536c5de5 with identifier: HT21%20FOH to the API
2026-03-30 06:44:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT21%20FOH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd40d010d-4812-55b4-ad8d-fd44536c5de5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT21 FOH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT21%20FOH&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': '218I GRAN COUPE',
 'odometer': 18622,
 'odometer_reading_unit': '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 M SPORT Coupe',
 'transmission': 'manual',
 'trim': '136 M SPORT',
 'vin': 'WBA12AK0007J04610',
 'year': 2021}
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520FOH%27 HTTP/1.1" 200 None
2026-03-30 06:44:19 [bca.uk] INFO: Saving data for HT21%20FOH: {'auction_closing_time': 1774864800.0, 'created_time': 1773843497.343593, 'last_price_update_time': 1774853059.147751}
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT21%2520FOH') HTTP/1.1" 204 0
2026-03-30 06:44:19 [bca.uk] INFO: Found listing with ID: DE17%20XVY
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE17%2520XVY%27 HTTP/1.1" 200 None
2026-03-30 06:44:19 [bca.uk] INFO: Scrape type for DE17%20XVY: 2
2026-03-30 06:44:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c68a1605-b061-56e5-8a52-b9a06c2b7be1 with identifier: DE17%20XVY
2026-03-30 06:44:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c68a1605-b061-56e5-8a52-b9a06c2b7be1 with scrape type 2
2026-03-30 06:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c68a1605-b061-56e5-8a52-b9a06c2b7be1 with scrape type 2
2026-03-30 06:44:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c68a1605-b061-56e5-8a52-b9a06c2b7be1, identifier: DE17%20XVY
2026-03-30 06:44:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb51ba95-3d30-5e63-a44c-5a7d1b6c0411 with identifier: RV13%20EJF
2026-03-30 06:44:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb51ba95-3d30-5e63-a44c-5a7d1b6c0411 with identifier: RV13%20EJF
2026-03-30 06:44:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb51ba95-3d30-5e63-a44c-5a7d1b6c0411 with identifier: RV13%20EJF to the API
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 230,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV13%20EJF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb51ba95-3d30-5e63-a44c-5a7d1b6c0411',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV13 EJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV13%20EJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 83453,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 SE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 SE',
 'vin': 'SALLSAAG5DA801695',
 'year': 2013}
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV13%2520EJF%27 HTTP/1.1" 200 None
2026-03-30 06:44:19 [bca.uk] INFO: Saving data for RV13%20EJF: {'auction_closing_time': 1774854000.0, 'created_time': 1773843506.417208, 'last_price_update_time': 1774853059.553777}
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV13%2520EJF') HTTP/1.1" 204 0
2026-03-30 06:44:19 [bca.uk] INFO: Found listing with ID: HX12%20FDC
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX12%2520FDC%27 HTTP/1.1" 200 None
2026-03-30 06:44:19 [bca.uk] INFO: Scrape type for HX12%20FDC: 2
2026-03-30 06:44:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with identifier: HX12%20FDC
2026-03-30 06:44:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with scrape type 2
2026-03-30 06:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with scrape type 2
2026-03-30 06:44:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdbe03dc-e3bc-5ba0-b490-87098a2770f9, identifier: HX12%20FDC
2026-03-30 06:44:19 [bca.uk] INFO: Found listing with ID: WH19%20UNG
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520UNG%27 HTTP/1.1" 200 None
2026-03-30 06:44:19 [bca.uk] INFO: Scrape type for WH19%20UNG: 2
2026-03-30 06:44:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76003e16-9fbd-56d2-82cd-cc708c8904b0 with identifier: WH19%20UNG
2026-03-30 06:44:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76003e16-9fbd-56d2-82cd-cc708c8904b0 with scrape type 2
2026-03-30 06:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76003e16-9fbd-56d2-82cd-cc708c8904b0 with scrape type 2
2026-03-30 06:44:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76003e16-9fbd-56d2-82cd-cc708c8904b0, identifier: WH19%20UNG
2026-03-30 06:44:19 [bca.uk] INFO: Found listing with ID: LS22%20CXP
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520CXP%27 HTTP/1.1" 200 None
2026-03-30 06:44:19 [bca.uk] INFO: Scrape type for LS22%20CXP: 2
2026-03-30 06:44:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e967e326-7879-504c-83f4-138fa591790c with identifier: LS22%20CXP
2026-03-30 06:44:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e967e326-7879-504c-83f4-138fa591790c with scrape type 2
2026-03-30 06:44:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e967e326-7879-504c-83f4-138fa591790c with scrape type 2
2026-03-30 06:44:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e967e326-7879-504c-83f4-138fa591790c, identifier: LS22%20CXP
2026-03-30 06:44:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c68a1605-b061-56e5-8a52-b9a06c2b7be1 with identifier: DE17%20XVY
2026-03-30 06:44:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c68a1605-b061-56e5-8a52-b9a06c2b7be1 with identifier: DE17%20XVY
2026-03-30 06:44:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c68a1605-b061-56e5-8a52-b9a06c2b7be1 with identifier: DE17%20XVY to the API
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE17%20XVY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c68a1605-b061-56e5-8a52-b9a06c2b7be1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE17 XVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE17%20XVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 117127,
 'odometer_reading_unit': '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': 'manual',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0060524',
 'year': 2017}
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE17%2520XVY%27 HTTP/1.1" 200 None
2026-03-30 06:44:20 [bca.uk] INFO: Saving data for DE17%20XVY: {'auction_closing_time': 1774951200.0, 'created_time': 1774535855.857414, 'last_price_update_time': 1774853060.404468}
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE17%2520XVY') HTTP/1.1" 204 0
2026-03-30 06:44:20 [bca.uk] INFO: Found listing with ID: YK14%20ZJJ
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK14%2520ZJJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:20 [bca.uk] INFO: Scrape type for YK14%20ZJJ: 2
2026-03-30 06:44:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf6e6ee-e427-5b41-a59d-371d2616a688 with identifier: YK14%20ZJJ
2026-03-30 06:44:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf6e6ee-e427-5b41-a59d-371d2616a688 with scrape type 2
2026-03-30 06:44:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf6e6ee-e427-5b41-a59d-371d2616a688 with scrape type 2
2026-03-30 06:44:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf6e6ee-e427-5b41-a59d-371d2616a688, identifier: YK14%20ZJJ
2026-03-30 06:44:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with identifier: HX12%20FDC
2026-03-30 06:44:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with identifier: HX12%20FDC
2026-03-30 06:44:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdbe03dc-e3bc-5ba0-b490-87098a2770f9 with identifier: HX12%20FDC to the API
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX12%20FDC-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bdbe03dc-e3bc-5ba0-b490-87098a2770f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HX12 FDC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX12%20FDC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-TRAIL',
 'model': 'TRACKER',
 'odometer': 82373,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUTO-TRAIL TRACKER 2.3 FB MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'FB MOTORHOME',
 'vin': 'ZFA25000002098678',
 'year': 2012}
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX12%2520FDC%27 HTTP/1.1" 200 None
2026-03-30 06:44:20 [bca.uk] INFO: Saving data for HX12%20FDC: {'auction_closing_time': 1774854000.0, 'created_time': 1773823791.683952, 'last_price_update_time': 1774853060.812297}
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX12%2520FDC') HTTP/1.1" 204 0
2026-03-30 06:44:20 [bca.uk] INFO: Total items found: 100
2026-03-30 06:44:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded
2026-03-30 06:44:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:44:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76003e16-9fbd-56d2-82cd-cc708c8904b0 with identifier: WH19%20UNG
2026-03-30 06:44:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76003e16-9fbd-56d2-82cd-cc708c8904b0 with identifier: WH19%20UNG
2026-03-30 06:44:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76003e16-9fbd-56d2-82cd-cc708c8904b0 with identifier: WH19%20UNG to the API
2026-03-30 06:44:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WH19%20UNG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '76003e16-9fbd-56d2-82cd-cc708c8904b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WH19 UNG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WH19%20UNG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HYUNDAI',
 'model': 'I800',
 'odometer': 50283,
 'odometer_reading_unit': '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 I800 2.5 CRDI SE MPV',
 'transmission': 'manual',
 'trim': 'CRDI SE',
 'vin': 'KMHWH81KLKU082376',
 'year': 2019}
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH19%2520UNG%27 HTTP/1.1" 200 None
2026-03-30 06:44:21 [bca.uk] INFO: Saving data for WH19%20UNG: {'auction_closing_time': 1774864800.0, 'created_time': 1773831247.089866, 'last_price_update_time': 1774853061.129859}
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WH19%2520UNG') HTTP/1.1" 204 0
2026-03-30 06:44:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e967e326-7879-504c-83f4-138fa591790c with identifier: LS22%20CXP
2026-03-30 06:44:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e967e326-7879-504c-83f4-138fa591790c with identifier: LS22%20CXP
2026-03-30 06:44:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e967e326-7879-504c-83f4-138fa591790c with identifier: LS22%20CXP to the API
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS22%20CXP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e967e326-7879-504c-83f4-138fa591790c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS22 CXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS22%20CXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 200',
 'odometer': 18669,
 'odometer_reading_unit': '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 PREMIUM DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1183872N294741',
 'year': 2022}
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520CXP%27 HTTP/1.1" 200 None
2026-03-30 06:44:21 [bca.uk] INFO: Saving data for LS22%20CXP: {'auction_closing_time': 1774864800.0, 'created_time': 1773929532.669289, 'last_price_update_time': 1774853061.421569}
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS22%2520CXP') HTTP/1.1" 204 0
2026-03-30 06:44:21 [bca.uk] INFO: Found listing with ID: BG14%20CME
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520CME%27 HTTP/1.1" 200 None
2026-03-30 06:44:21 [bca.uk] INFO: Scrape type for BG14%20CME: 2
2026-03-30 06:44:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17f5287b-f336-5394-86b0-5746bd7ec226 with identifier: BG14%20CME
2026-03-30 06:44:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17f5287b-f336-5394-86b0-5746bd7ec226 with scrape type 2
2026-03-30 06:44:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17f5287b-f336-5394-86b0-5746bd7ec226 with scrape type 2
2026-03-30 06:44:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17f5287b-f336-5394-86b0-5746bd7ec226, identifier: BG14%20CME
2026-03-30 06:44:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf6e6ee-e427-5b41-a59d-371d2616a688 with identifier: YK14%20ZJJ
2026-03-30 06:44:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf6e6ee-e427-5b41-a59d-371d2616a688 with identifier: YK14%20ZJJ
2026-03-30 06:44:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf6e6ee-e427-5b41-a59d-371d2616a688 with identifier: YK14%20ZJJ to the API
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK14%20ZJJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'acf6e6ee-e427-5b41-a59d-371d2616a688',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK14 ZJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK14%20ZJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 89402,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 163 TITANIUM X SPORT P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 163 TITANIUM X SPORT P/S',
 'vin': 'WF0SXXGBWSEY24771',
 'year': 2014}
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK14%2520ZJJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:21 [bca.uk] INFO: Saving data for YK14%20ZJJ: {'auction_closing_time': 1774854000.0, 'created_time': 1773845506.673884, 'last_price_update_time': 1774853061.830312}
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK14%2520ZJJ') HTTP/1.1" 204 0
2026-03-30 06:44:21 [bca.uk] INFO: Found listing with ID: LC22%20JKK
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520JKK%27 HTTP/1.1" 200 None
2026-03-30 06:44:21 [bca.uk] INFO: Scrape type for LC22%20JKK: 2
2026-03-30 06:44:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with identifier: LC22%20JKK
2026-03-30 06:44:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with scrape type 2
2026-03-30 06:44:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with scrape type 2
2026-03-30 06:44:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d, identifier: LC22%20JKK
2026-03-30 06:44:21 [bca.uk] INFO: Found listing with ID: HX24%20UXP
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520UXP%27 HTTP/1.1" 200 None
2026-03-30 06:44:21 [bca.uk] INFO: Scrape type for HX24%20UXP: 2
2026-03-30 06:44:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32ce7790-a2de-51a8-bd1d-a677ac2cbdcb with identifier: HX24%20UXP
2026-03-30 06:44:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32ce7790-a2de-51a8-bd1d-a677ac2cbdcb with scrape type 2
2026-03-30 06:44:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32ce7790-a2de-51a8-bd1d-a677ac2cbdcb with scrape type 2
2026-03-30 06:44:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32ce7790-a2de-51a8-bd1d-a677ac2cbdcb, identifier: HX24%20UXP
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: WD22%20PXO
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD22%2520PXO%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for WD22%20PXO: 2
2026-03-30 06:44:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9399d8e4-19c1-5a67-83a6-879a4c69ef1c with identifier: WD22%20PXO
2026-03-30 06:44:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9399d8e4-19c1-5a67-83a6-879a4c69ef1c with scrape type 2
2026-03-30 06:44:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9399d8e4-19c1-5a67-83a6-879a4c69ef1c with scrape type 2
2026-03-30 06:44:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9399d8e4-19c1-5a67-83a6-879a4c69ef1c, identifier: WD22%20PXO
2026-03-30 06:44:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17f5287b-f336-5394-86b0-5746bd7ec226 with identifier: BG14%20CME
2026-03-30 06:44:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17f5287b-f336-5394-86b0-5746bd7ec226 with identifier: BG14%20CME
2026-03-30 06:44:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17f5287b-f336-5394-86b0-5746bd7ec226 with identifier: BG14%20CME to the API
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG14%20CME-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Petrol',
 'id': '17f5287b-f336-5394-86b0-5746bd7ec226',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG14 CME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG14%20CME&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 90358,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6500,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 TFSI 225 QUATTRO S LINE+ TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TFSI 225 QUATTRO S LINE+ TIP',
 'vin': 'WAUZZZ8RXEA115045',
 'year': 2014}
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520CME%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Saving data for BG14%20CME: {'auction_closing_time': 1774868400.0, 'created_time': 1773832625.547719, 'last_price_update_time': 1774853062.476155}
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG14%2520CME') HTTP/1.1" 204 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: PH02%20CPH
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PH02%2520CPH%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for PH02%20CPH: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: VE71%20RZV
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520RZV%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for VE71%20RZV: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: NA24%20YHP
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA24%2520YHP%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for NA24%20YHP: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: HT70%20HHG
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT70%2520HHG%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for HT70%20HHG: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: VK21%20SBX
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520SBX%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for VK21%20SBX: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: EO23%20XTE
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO23%2520XTE%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for EO23%20XTE: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: WU09%20YLM
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU09%2520YLM%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for WU09%20YLM: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: YG24%20PNR
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG24%2520PNR%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for YG24%20PNR: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: MJ71%20TRV
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520TRV%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for MJ71%20TRV: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: LC72%20UBY
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520UBY%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for LC72%20UBY: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: LY66%20GYK
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY66%2520GYK%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for LY66%20GYK: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: FG71%20KUW
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520KUW%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for FG71%20KUW: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: EY70%20XVM
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY70%2520XVM%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for EY70%20XVM: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: LV67%20UGL
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520UGL%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for LV67%20UGL: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: LV23%20PKC
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520PKC%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for LV23%20PKC: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: VX13%20GXO
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX13%2520GXO%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for VX13%20GXO: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: LR69%20DFL
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR69%2520DFL%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for LR69%20DFL: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: RO22%20USU
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO22%2520USU%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for RO22%20USU: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: EU12%20KKS
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU12%2520KKS%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for EU12%20KKS: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: EO09%20FYY
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO09%2520FYY%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for EO09%20FYY: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: EA19%20CKX
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA19%2520CKX%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for EA19%20CKX: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: DU66%20LUE
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU66%2520LUE%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for DU66%20LUE: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: KB09%20BAR
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KB09%2520BAR%27 HTTP/1.1" 200 None
2026-03-30 06:44:22 [bca.uk] INFO: Scrape type for KB09%20BAR: 0
2026-03-30 06:44:22 [bca.uk] INFO: Found listing with ID: WV66%20LWN
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV66%2520LWN%27 HTTP/1.1" 200 None
2026-03-30 06:44:23 [bca.uk] INFO: Scrape type for WV66%20LWN: 0
2026-03-30 06:44:23 [bca.uk] INFO: Found listing with ID: BJ19%20VYH
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520VYH%27 HTTP/1.1" 200 None
2026-03-30 06:44:23 [bca.uk] INFO: Scrape type for BJ19%20VYH: 0
2026-03-30 06:44:23 [bca.uk] INFO: Found listing with ID: CV10%20NRY
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV10%2520NRY%27 HTTP/1.1" 200 None
2026-03-30 06:44:23 [bca.uk] INFO: Scrape type for CV10%20NRY: 0
2026-03-30 06:44:23 [bca.uk] INFO: Found listing with ID: BD69%20NRF
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520NRF%27 HTTP/1.1" 200 None
2026-03-30 06:44:23 [bca.uk] INFO: Scrape type for BD69%20NRF: 0
2026-03-30 06:44:23 [bca.uk] INFO: Found listing with ID: RJ21%20KFN
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ21%2520KFN%27 HTTP/1.1" 200 None
2026-03-30 06:44:23 [bca.uk] INFO: Scrape type for RJ21%20KFN: 2
2026-03-30 06:44:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37db7f28-7ea6-5b13-8b2a-7b1ca5fd3915 with identifier: RJ21%20KFN
2026-03-30 06:44:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37db7f28-7ea6-5b13-8b2a-7b1ca5fd3915 with scrape type 2
2026-03-30 06:44:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37db7f28-7ea6-5b13-8b2a-7b1ca5fd3915 with scrape type 2
2026-03-30 06:44:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37db7f28-7ea6-5b13-8b2a-7b1ca5fd3915, identifier: RJ21%20KFN
2026-03-30 06:44:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with identifier: LC22%20JKK
2026-03-30 06:44:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with identifier: LC22%20JKK
2026-03-30 06:44:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d61a61d-ed8c-5b8f-b9fd-12a03b24840d with identifier: LC22%20JKK to the API
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC22%20JKK-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d61a61d-ed8c-5b8f-b9fd-12a03b24840d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC22 JKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC22%20JKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 79980,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WF0YXXTTGYNS58038',
 'year': 2022}
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520JKK%27 HTTP/1.1" 200 None
2026-03-30 06:44:23 [bca.uk] INFO: Saving data for LC22%20JKK: {'auction_closing_time': 1774854000.0, 'created_time': 1773832701.730961, 'last_price_update_time': 1774853063.552183}
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC22%2520JKK') HTTP/1.1" 204 0
2026-03-30 06:44:23 [bca.uk] INFO: Found listing with ID: KM73%20OKB
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OKB%27 HTTP/1.1" 200 None
2026-03-30 06:44:23 [bca.uk] INFO: Scrape type for KM73%20OKB: 0
2026-03-30 06:44:23 [bca.uk] INFO: Found listing with ID: KM73%20OLA
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OLA%27 HTTP/1.1" 200 None
2026-03-30 06:44:23 [bca.uk] INFO: Scrape type for KM73%20OLA: 0
2026-03-30 06:44:23 [bca.uk] INFO: Found listing with ID: KM73%20ONG
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520ONG%27 HTTP/1.1" 200 None
2026-03-30 06:44:23 [bca.uk] INFO: Scrape type for KM73%20ONG: 0
2026-03-30 06:44:23 [bca.uk] INFO: Found listing with ID: KM73%20OSL
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OSL%27 HTTP/1.1" 200 None
2026-03-30 06:44:23 [bca.uk] INFO: Scrape type for KM73%20OSL: 2
2026-03-30 06:44:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90af5779-b079-5ca1-9f88-fae3597f2ab7 with identifier: KM73%20OSL
2026-03-30 06:44:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90af5779-b079-5ca1-9f88-fae3597f2ab7 with scrape type 2
2026-03-30 06:44:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90af5779-b079-5ca1-9f88-fae3597f2ab7 with scrape type 2
2026-03-30 06:44:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90af5779-b079-5ca1-9f88-fae3597f2ab7, identifier: KM73%20OSL
2026-03-30 06:44:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32ce7790-a2de-51a8-bd1d-a677ac2cbdcb with identifier: HX24%20UXP
2026-03-30 06:44:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32ce7790-a2de-51a8-bd1d-a677ac2cbdcb with identifier: HX24%20UXP
2026-03-30 06:44:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32ce7790-a2de-51a8-bd1d-a677ac2cbdcb with identifier: HX24%20UXP to the API
2026-03-30 06:44:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX24%20UXP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '32ce7790-a2de-51a8-bd1d-a677ac2cbdcb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HX24 UXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX24%20UXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'V300 D',
 'odometer': 31441,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ V300 D 2.0 237 AMG LINE (EXTRA LONG) 9G MPV',
 'transmission': 'automatic',
 'trim': '237 AMG LINE (EXTRA LONG) 9G',
 'vin': 'W1VVNLFZ6R4370365',
 'year': 2024}
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX24%2520UXP%27 HTTP/1.1" 200 None
2026-03-30 06:44:24 [bca.uk] INFO: Saving data for HX24%20UXP: {'auction_closing_time': 1774951200.0, 'created_time': 1774535073.484679, 'last_price_update_time': 1774853064.130444}
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX24%2520UXP') HTTP/1.1" 204 0
2026-03-30 06:44:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9399d8e4-19c1-5a67-83a6-879a4c69ef1c with identifier: WD22%20PXO
2026-03-30 06:44:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9399d8e4-19c1-5a67-83a6-879a4c69ef1c with identifier: WD22%20PXO
2026-03-30 06:44:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9399d8e4-19c1-5a67-83a6-879a4c69ef1c with identifier: WD22%20PXO to the API
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD22%20PXO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9399d8e4-19c1-5a67-83a6-879a4c69ef1c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD22 PXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD22%20PXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180 S/B',
 'odometer': 20401,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 S/B 1.3 AMG LINE EXECUTIVE DCT Estate',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'W1K5M8EBXPN324059',
 'year': 2022}
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD22%2520PXO%27 HTTP/1.1" 200 None
2026-03-30 06:44:24 [bca.uk] INFO: Saving data for WD22%20PXO: {'auction_closing_time': 1774864800.0, 'created_time': 1773843504.567751, 'last_price_update_time': 1774853064.540261}
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD22%2520PXO') HTTP/1.1" 204 0
2026-03-30 06:44:24 [bca.uk] INFO: Found listing with ID: BF13%20UEX
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF13%2520UEX%27 HTTP/1.1" 200 None
2026-03-30 06:44:24 [bca.uk] INFO: Scrape type for BF13%20UEX: 2
2026-03-30 06:44:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fa216a1-4a0f-5522-b89b-0dada411b21f with identifier: BF13%20UEX
2026-03-30 06:44:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fa216a1-4a0f-5522-b89b-0dada411b21f with scrape type 2
2026-03-30 06:44:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fa216a1-4a0f-5522-b89b-0dada411b21f with scrape type 2
2026-03-30 06:44:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fa216a1-4a0f-5522-b89b-0dada411b21f, identifier: BF13%20UEX
2026-03-30 06:44:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37db7f28-7ea6-5b13-8b2a-7b1ca5fd3915 with identifier: RJ21%20KFN
2026-03-30 06:44:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37db7f28-7ea6-5b13-8b2a-7b1ca5fd3915 with identifier: RJ21%20KFN
2026-03-30 06:44:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37db7f28-7ea6-5b13-8b2a-7b1ca5fd3915 with identifier: RJ21%20KFN to the API
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ21%20KFN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '37db7f28-7ea6-5b13-8b2a-7b1ca5fd3915',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ21 KFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ21%20KFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 91070,
 'odometer_reading_unit': '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 MASTER 3.5T FWD 2.3 DCI 150 LM BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 LM BUSINESS',
 'vin': 'VF1MA000066630698',
 'year': 2021}
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ21%2520KFN%27 HTTP/1.1" 200 None
2026-03-30 06:44:24 [bca.uk] INFO: Saving data for RJ21%20KFN: {'auction_closing_time': 1774864800.0, 'created_time': 1774264052.204646, 'last_price_update_time': 1774853064.952006}
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ21%2520KFN') HTTP/1.1" 204 0
2026-03-30 06:44:24 [bca.uk] INFO: Found listing with ID: LY15%20RLV
2026-03-30 06:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY15%2520RLV%27 HTTP/1.1" 200 None
2026-03-30 06:44:25 [bca.uk] INFO: Scrape type for LY15%20RLV: 2
2026-03-30 06:44:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdef4276-da09-5099-8791-132d89494d7a with identifier: LY15%20RLV
2026-03-30 06:44:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdef4276-da09-5099-8791-132d89494d7a with scrape type 2
2026-03-30 06:44:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdef4276-da09-5099-8791-132d89494d7a with scrape type 2
2026-03-30 06:44:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdef4276-da09-5099-8791-132d89494d7a, identifier: LY15%20RLV
2026-03-30 06:44:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90af5779-b079-5ca1-9f88-fae3597f2ab7 with identifier: KM73%20OSL
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=obsidian+black+metallic HTTP/1.1" 200 None
2026-03-30 06:44:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:44:25 [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:44:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90af5779-b079-5ca1-9f88-fae3597f2ab7 with identifier: KM73%20OSL
2026-03-30 06:44:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90af5779-b079-5ca1-9f88-fae3597f2ab7 with identifier: KM73%20OSL to the API
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM73%20OSL-GB',
 'category': 'Car',
 'color': 'obsidian black metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '90af5779-b079-5ca1-9f88-fae3597f2ab7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KM73 OSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM73%20OSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQC 400',
 'odometer': 11371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQC 400 AMG LINE PREMIUM StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'W1K8P9AB6PF067685',
 'year': 2023}
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OSL%27 HTTP/1.1" 200 None
2026-03-30 06:44:25 [bca.uk] INFO: Saving data for KM73%20OSL: {'auction_closing_time': 1775642400.0, 'created_time': 1773842180.359909, 'last_price_update_time': 1774853065.489133}
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM73%2520OSL') HTTP/1.1" 204 0
2026-03-30 06:44:25 [bca.uk] INFO: Found listing with ID: LA05%20HHO
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA05%2520HHO%27 HTTP/1.1" 200 None
2026-03-30 06:44:25 [bca.uk] INFO: Scrape type for LA05%20HHO: 2
2026-03-30 06:44:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f2556af-e958-5776-ba48-0c9a4c1699cd with identifier: LA05%20HHO
2026-03-30 06:44:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f2556af-e958-5776-ba48-0c9a4c1699cd with scrape type 2
2026-03-30 06:44:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f2556af-e958-5776-ba48-0c9a4c1699cd with scrape type 2
2026-03-30 06:44:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f2556af-e958-5776-ba48-0c9a4c1699cd, identifier: LA05%20HHO
2026-03-30 06:44:25 [bca.uk] INFO: Found listing with ID: YY23%20UHN
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520UHN%27 HTTP/1.1" 200 None
2026-03-30 06:44:25 [bca.uk] INFO: Scrape type for YY23%20UHN: 2
2026-03-30 06:44:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 096d5f9e-8816-56fc-b7a7-a2b6e0492e4b with identifier: YY23%20UHN
2026-03-30 06:44:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 096d5f9e-8816-56fc-b7a7-a2b6e0492e4b with scrape type 2
2026-03-30 06:44:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 096d5f9e-8816-56fc-b7a7-a2b6e0492e4b with scrape type 2
2026-03-30 06:44:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 096d5f9e-8816-56fc-b7a7-a2b6e0492e4b, identifier: YY23%20UHN
2026-03-30 06:44:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fa216a1-4a0f-5522-b89b-0dada411b21f with identifier: BF13%20UEX
2026-03-30 06:44:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fa216a1-4a0f-5522-b89b-0dada411b21f with identifier: BF13%20UEX
2026-03-30 06:44:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fa216a1-4a0f-5522-b89b-0dada411b21f with identifier: BF13%20UEX to the API
2026-03-30 06:44:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF13%20UEX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6fa216a1-4a0f-5522-b89b-0dada411b21f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF13 UEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF13%20UEX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 62015,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 875,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.6 THP 155 DSPORT Hatchback',
 'transmission': 'manual',
 'trim': 'THP 155 DSPORT',
 'vin': 'VF7SA5FV8CW598519',
 'year': 2013}
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF13%2520UEX%27 HTTP/1.1" 200 None
2026-03-30 06:44:26 [bca.uk] INFO: Saving data for BF13%20UEX: {'auction_closing_time': 1775113200.0, 'created_time': 1773846104.57167, 'last_price_update_time': 1774853066.253899}
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF13%2520UEX') HTTP/1.1" 204 0
2026-03-30 06:44:26 [bca.uk] INFO: Found listing with ID: AK17%20NJZ
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520NJZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:26 [bca.uk] INFO: Scrape type for AK17%20NJZ: 0
2026-03-30 06:44:26 [bca.uk] INFO: Found listing with ID: RK71%20OJM
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK71%2520OJM%27 HTTP/1.1" 200 None
2026-03-30 06:44:26 [bca.uk] INFO: Scrape type for RK71%20OJM: 0
2026-03-30 06:44:26 [bca.uk] INFO: Found listing with ID: LG70%20JZL
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520JZL%27 HTTP/1.1" 200 None
2026-03-30 06:44:26 [bca.uk] INFO: Scrape type for LG70%20JZL: 2
2026-03-30 06:44:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44caf6c7-046c-5e4d-8278-23447e7d61b1 with identifier: LG70%20JZL
2026-03-30 06:44:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44caf6c7-046c-5e4d-8278-23447e7d61b1 with scrape type 2
2026-03-30 06:44:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44caf6c7-046c-5e4d-8278-23447e7d61b1 with scrape type 2
2026-03-30 06:44:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44caf6c7-046c-5e4d-8278-23447e7d61b1, identifier: LG70%20JZL
2026-03-30 06:44:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdef4276-da09-5099-8791-132d89494d7a with identifier: LY15%20RLV
2026-03-30 06:44:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdef4276-da09-5099-8791-132d89494d7a with identifier: LY15%20RLV
2026-03-30 06:44:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdef4276-da09-5099-8791-132d89494d7a with identifier: LY15%20RLV to the API
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY15%20RLV-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bdef4276-da09-5099-8791-132d89494d7a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY15 RLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY15%20RLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'RENAULT',
 'model': 'MASTER',
 'odometer': 215607,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 2.3 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'VF1MAF4YS53315705',
 'year': 2015}
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY15%2520RLV%27 HTTP/1.1" 200 None
2026-03-30 06:44:26 [bca.uk] INFO: Saving data for LY15%20RLV: {'auction_closing_time': 1774854000.0, 'created_time': 1773832697.468445, 'last_price_update_time': 1774853066.685667}
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY15%2520RLV') HTTP/1.1" 204 0
2026-03-30 06:44:26 [bca.uk] INFO: Found listing with ID: KM73%20OVH
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OVH%27 HTTP/1.1" 200 None
2026-03-30 06:44:26 [bca.uk] INFO: Scrape type for KM73%20OVH: 2
2026-03-30 06:44:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af95af8c-ee24-5b7e-95c7-a458b6dfcbe0 with identifier: KM73%20OVH
2026-03-30 06:44:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af95af8c-ee24-5b7e-95c7-a458b6dfcbe0 with scrape type 2
2026-03-30 06:44:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af95af8c-ee24-5b7e-95c7-a458b6dfcbe0 with scrape type 2
2026-03-30 06:44:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af95af8c-ee24-5b7e-95c7-a458b6dfcbe0, identifier: KM73%20OVH
2026-03-30 06:44:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f2556af-e958-5776-ba48-0c9a4c1699cd with identifier: LA05%20HHO
2026-03-30 06:44:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f2556af-e958-5776-ba48-0c9a4c1699cd with identifier: LA05%20HHO
2026-03-30 06:44:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f2556af-e958-5776-ba48-0c9a4c1699cd with identifier: LA05%20HHO to the API
2026-03-30 06:44:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA05%20HHO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1f2556af-e958-5776-ba48-0c9a4c1699cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA05 HHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA05%20HHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SAAB',
 'model': '9-3',
 'odometer': 146975,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'SAAB 9-3 2.0 1.8T VECTOR Convertible',
 'transmission': 'automatic',
 'trim': '1.8T VECTOR',
 'vin': 'YS3FF79F366000713',
 'year': 2005}
2026-03-30 06:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA05%2520HHO%27 HTTP/1.1" 200 None
2026-03-30 06:44:27 [bca.uk] INFO: Saving data for LA05%20HHO: {'auction_closing_time': 1774864800.0, 'created_time': 1773839137.773406, 'last_price_update_time': 1774853067.207396}
2026-03-30 06:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA05%2520HHO') HTTP/1.1" 204 0
2026-03-30 06:44:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 096d5f9e-8816-56fc-b7a7-a2b6e0492e4b with identifier: YY23%20UHN
2026-03-30 06:44:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 096d5f9e-8816-56fc-b7a7-a2b6e0492e4b with identifier: YY23%20UHN
2026-03-30 06:44:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 096d5f9e-8816-56fc-b7a7-a2b6e0492e4b with identifier: YY23%20UHN to the API
2026-03-30 06:44:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 249,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY23%20UHN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '096d5f9e-8816-56fc-b7a7-a2b6e0492e4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY23 UHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY23%20UHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JEEP',
 'model': 'WRANGLER',
 'odometer': 12465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 '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': '1C4HJXLN8PW612521',
 'year': 2023}
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520UHN%27 HTTP/1.1" 200 None
2026-03-30 06:44:28 [bca.uk] INFO: Saving data for YY23%20UHN: {'auction_closing_time': 1774864800.0, 'created_time': 1773845019.651843, 'last_price_update_time': 1774853068.013683}
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY23%2520UHN') HTTP/1.1" 204 0
2026-03-30 06:44:28 [bca.uk] INFO: Found listing with ID: KR16%20UGY
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520UGY%27 HTTP/1.1" 200 None
2026-03-30 06:44:28 [bca.uk] INFO: Scrape type for KR16%20UGY: 2
2026-03-30 06:44:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with identifier: KR16%20UGY
2026-03-30 06:44:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with scrape type 2
2026-03-30 06:44:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with scrape type 2
2026-03-30 06:44:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: caa7d1fe-03e1-5d96-8dad-fd4534c7c64c, identifier: KR16%20UGY
2026-03-30 06:44:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44caf6c7-046c-5e4d-8278-23447e7d61b1 with identifier: LG70%20JZL
2026-03-30 06:44:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44caf6c7-046c-5e4d-8278-23447e7d61b1 with identifier: LG70%20JZL
2026-03-30 06:44:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44caf6c7-046c-5e4d-8278-23447e7d61b1 with identifier: LG70%20JZL to the API
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG70%20JZL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '44caf6c7-046c-5e4d-8278-23447e7d61b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG70 JZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG70%20JZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 63494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1400 2.0 BLUEHDI 120 M ENTERPRISE S/S PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 M ENTERPRISE S/S',
 'vin': 'VF7VFAHKKL7042872',
 'year': 2020}
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG70%2520JZL%27 HTTP/1.1" 200 None
2026-03-30 06:44:28 [bca.uk] INFO: Saving data for LG70%20JZL: {'auction_closing_time': 1774864800.0, 'created_time': 1773919042.03667, 'last_price_update_time': 1774853068.429423}
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG70%2520JZL') HTTP/1.1" 204 0
2026-03-30 06:44:28 [bca.uk] INFO: Found listing with ID: PK06%20AEC
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK06%2520AEC%27 HTTP/1.1" 200 None
2026-03-30 06:44:28 [bca.uk] INFO: Scrape type for PK06%20AEC: 2
2026-03-30 06:44:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb0339cb-ea4c-5954-b730-7c7d444e51ff with identifier: PK06%20AEC
2026-03-30 06:44:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb0339cb-ea4c-5954-b730-7c7d444e51ff with scrape type 2
2026-03-30 06:44:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb0339cb-ea4c-5954-b730-7c7d444e51ff with scrape type 2
2026-03-30 06:44:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb0339cb-ea4c-5954-b730-7c7d444e51ff, identifier: PK06%20AEC
2026-03-30 06:44:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af95af8c-ee24-5b7e-95c7-a458b6dfcbe0 with identifier: KM73%20OVH
2026-03-30 06:44:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af95af8c-ee24-5b7e-95c7-a458b6dfcbe0 with identifier: KM73%20OVH
2026-03-30 06:44:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af95af8c-ee24-5b7e-95c7-a458b6dfcbe0 with identifier: KM73%20OVH to the API
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM73%20OVH-GB',
 'category': 'Car',
 'color': 'obsidian black metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'af95af8c-ee24-5b7e-95c7-a458b6dfcbe0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KM73 OVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM73%20OVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQC 400',
 'odometer': 16123,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQC 400 AMG LINE PREMIUM StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'W1K8P9AB6PF065600',
 'year': 2023}
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OVH%27 HTTP/1.1" 200 None
2026-03-30 06:44:28 [bca.uk] INFO: Saving data for KM73%20OVH: {'auction_closing_time': 1775642400.0, 'created_time': 1773842197.802574, 'last_price_update_time': 1774853068.850688}
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM73%2520OVH') HTTP/1.1" 204 0
2026-03-30 06:44:28 [bca.uk] INFO: Found listing with ID: KV17%20UAN
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV17%2520UAN%27 HTTP/1.1" 200 None
2026-03-30 06:44:28 [bca.uk] INFO: Scrape type for KV17%20UAN: 2
2026-03-30 06:44:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with identifier: KV17%20UAN
2026-03-30 06:44:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with scrape type 2
2026-03-30 06:44:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with scrape type 2
2026-03-30 06:44:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff, identifier: KV17%20UAN
2026-03-30 06:44:28 [bca.uk] INFO: Found listing with ID: OE22%20SZC
2026-03-30 06:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE22%2520SZC%27 HTTP/1.1" 200 None
2026-03-30 06:44:29 [bca.uk] INFO: Scrape type for OE22%20SZC: 2
2026-03-30 06:44:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c42c8f9-66bd-5627-adc5-f3567329f3ac with identifier: OE22%20SZC
2026-03-30 06:44:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c42c8f9-66bd-5627-adc5-f3567329f3ac with scrape type 2
2026-03-30 06:44:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c42c8f9-66bd-5627-adc5-f3567329f3ac with scrape type 2
2026-03-30 06:44:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c42c8f9-66bd-5627-adc5-f3567329f3ac, identifier: OE22%20SZC
2026-03-30 06:44:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with identifier: KR16%20UGY
2026-03-30 06:44:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with identifier: KR16%20UGY
2026-03-30 06:44:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: caa7d1fe-03e1-5d96-8dad-fd4534c7c64c with identifier: KR16%20UGY to the API
2026-03-30 06:44:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR16%20UGY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'caa7d1fe-03e1-5d96-8dad-fd4534c7c64c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR16 UGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR16%20UGY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'SMART',
 'model': 'FORFOUR',
 'odometer': 101803,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 700,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'SMART FORFOUR 1.0 71 PASSION Hatchback',
 'transmission': 'manual',
 'trim': '71 PASSION',
 'vin': 'WME4530422Y078676',
 'year': 2016}
2026-03-30 06:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR16%2520UGY%27 HTTP/1.1" 200 None
2026-03-30 06:44:29 [bca.uk] INFO: Saving data for KR16%20UGY: {'auction_closing_time': 1775113200.0, 'created_time': 1773839125.262193, 'last_price_update_time': 1774853069.584957}
2026-03-30 06:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR16%2520UGY') HTTP/1.1" 204 0
2026-03-30 06:44:29 [bca.uk] INFO: Found listing with ID: FGZ%207364
2026-03-30 06:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FGZ%25207364%27 HTTP/1.1" 200 None
2026-03-30 06:44:29 [bca.uk] INFO: Scrape type for FGZ%207364: 2
2026-03-30 06:44:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7038909-27be-540d-81be-81837bfddb5e with identifier: FGZ%207364
2026-03-30 06:44:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7038909-27be-540d-81be-81837bfddb5e with scrape type 2
2026-03-30 06:44:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7038909-27be-540d-81be-81837bfddb5e with scrape type 2
2026-03-30 06:44:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7038909-27be-540d-81be-81837bfddb5e, identifier: FGZ%207364
2026-03-30 06:44:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb0339cb-ea4c-5954-b730-7c7d444e51ff with identifier: PK06%20AEC
2026-03-30 06:44:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb0339cb-ea4c-5954-b730-7c7d444e51ff with identifier: PK06%20AEC
2026-03-30 06:44:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb0339cb-ea4c-5954-b730-7c7d444e51ff with identifier: PK06%20AEC to the API
2026-03-30 06:44:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK06%20AEC-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb0339cb-ea4c-5954-b730-7c7d444e51ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK06 AEC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK06%20AEC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'DEVON',
 'model': 'PROVENCE',
 'odometer': 70178,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'DEVON PROVENCE 2.5 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'MOTORHOME',
 'vin': 'VF1FDCUL635446610',
 'year': 2006}
2026-03-30 06:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK06%2520AEC%27 HTTP/1.1" 200 None
2026-03-30 06:44:30 [bca.uk] INFO: Saving data for PK06%20AEC: {'auction_closing_time': 1774854000.0, 'created_time': 1773845894.228288, 'last_price_update_time': 1774853070.00202}
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK06%2520AEC') HTTP/1.1" 204 0
2026-03-30 06:44:30 [bca.uk] INFO: Found listing with ID: KM73%20OWB
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OWB%27 HTTP/1.1" 200 None
2026-03-30 06:44:30 [bca.uk] INFO: Scrape type for KM73%20OWB: 2
2026-03-30 06:44:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50196595-5f60-543e-a3eb-48a2ea552331 with identifier: KM73%20OWB
2026-03-30 06:44:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50196595-5f60-543e-a3eb-48a2ea552331 with scrape type 2
2026-03-30 06:44:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50196595-5f60-543e-a3eb-48a2ea552331 with scrape type 2
2026-03-30 06:44:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50196595-5f60-543e-a3eb-48a2ea552331, identifier: KM73%20OWB
2026-03-30 06:44:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with identifier: KV17%20UAN
2026-03-30 06:44:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with identifier: KV17%20UAN
2026-03-30 06:44:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff with identifier: KV17%20UAN to the API
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=96&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV17%20UAN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '54d6b0c1-70ef-5fd0-b7fe-cd586ae594ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV17 UAN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV17%20UAN&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 119578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 1.4 ECO TSI 150 FR TECHNOLOGY DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'ECO TSI 150 FR TECHNOLOGY DSG',
 'vin': 'VSSZZZ5FZHR016528',
 'year': 2017}
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV17%2520UAN%27 HTTP/1.1" 200 None
2026-03-30 06:44:30 [bca.uk] INFO: Saving data for KV17%20UAN: {'auction_closing_time': 1774864800.0, 'created_time': 1774005345.663811, 'last_price_update_time': 1774853070.432582}
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV17%2520UAN') HTTP/1.1" 204 0
2026-03-30 06:44:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c42c8f9-66bd-5627-adc5-f3567329f3ac with identifier: OE22%20SZC
2026-03-30 06:44:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c42c8f9-66bd-5627-adc5-f3567329f3ac with identifier: OE22%20SZC
2026-03-30 06:44:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c42c8f9-66bd-5627-adc5-f3567329f3ac with identifier: OE22%20SZC to the API
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE22%20SZC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0c42c8f9-66bd-5627-adc5-f3567329f3ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE22 SZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE22%20SZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 85802,
 'odometer_reading_unit': '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 170KW 78KWH SM2 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 78KWH SM2 LONG RANGE',
 'vin': 'LPSVSEGEKNL079304',
 'year': 2022}
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE22%2520SZC%27 HTTP/1.1" 200 None
2026-03-30 06:44:30 [bca.uk] INFO: Saving data for OE22%20SZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774535989.351701, 'last_price_update_time': 1774853070.719113}
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE22%2520SZC') HTTP/1.1" 204 0
2026-03-30 06:44:30 [bca.uk] INFO: Found listing with ID: AO61%20YHV
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO61%2520YHV%27 HTTP/1.1" 200 None
2026-03-30 06:44:30 [bca.uk] INFO: Scrape type for AO61%20YHV: 2
2026-03-30 06:44:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f51965c4-4f7f-57cd-af79-de0b40bcf892 with identifier: AO61%20YHV
2026-03-30 06:44:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f51965c4-4f7f-57cd-af79-de0b40bcf892 with scrape type 2
2026-03-30 06:44:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f51965c4-4f7f-57cd-af79-de0b40bcf892 with scrape type 2
2026-03-30 06:44:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f51965c4-4f7f-57cd-af79-de0b40bcf892, identifier: AO61%20YHV
2026-03-30 06:44:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7038909-27be-540d-81be-81837bfddb5e with identifier: FGZ%207364
2026-03-30 06:44:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7038909-27be-540d-81be-81837bfddb5e with identifier: FGZ%207364
2026-03-30 06:44:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7038909-27be-540d-81be-81837bfddb5e with identifier: FGZ%207364 to the API
2026-03-30 06:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FGZ%207364-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7038909-27be-540d-81be-81837bfddb5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FGZ 7364',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FGZ%207364&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 108192,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.7T 1.6 SL27 DCI 120 BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'SL27 DCI 120 BUSINESS',
 'vin': 'VF1FL000357741791',
 'year': 2017}
2026-03-30 06:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FGZ%25207364%27 HTTP/1.1" 200 None
2026-03-30 06:44:31 [bca.uk] INFO: Saving data for FGZ%207364: {'auction_closing_time': 1774864800.0, 'created_time': 1773821193.661532, 'last_price_update_time': 1774853071.492723}
2026-03-30 06:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FGZ%25207364') HTTP/1.1" 204 0
2026-03-30 06:44:31 [bca.uk] INFO: Found listing with ID: T113%20KDA
2026-03-30 06:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T113%2520KDA%27 HTTP/1.1" 200 None
2026-03-30 06:44:31 [bca.uk] INFO: Scrape type for T113%20KDA: 0
2026-03-30 06:44:31 [bca.uk] INFO: Found listing with ID: T28%20FXF
2026-03-30 06:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T28%2520FXF%27 HTTP/1.1" 200 None
2026-03-30 06:44:31 [bca.uk] INFO: Scrape type for T28%20FXF: 2
2026-03-30 06:44:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 663a87af-b9f2-5d6e-a768-cc3ce400f566 with identifier: T28%20FXF
2026-03-30 06:44:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 663a87af-b9f2-5d6e-a768-cc3ce400f566 with scrape type 2
2026-03-30 06:44:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 663a87af-b9f2-5d6e-a768-cc3ce400f566 with scrape type 2
2026-03-30 06:44:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 663a87af-b9f2-5d6e-a768-cc3ce400f566, identifier: T28%20FXF
2026-03-30 06:44:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50196595-5f60-543e-a3eb-48a2ea552331 with identifier: KM73%20OWB
2026-03-30 06:44:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:44:31 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=spectral+blue+metallic HTTP/1.1" 200 None
2026-03-30 06:44:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:44: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:44:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50196595-5f60-543e-a3eb-48a2ea552331 with identifier: KM73%20OWB
2026-03-30 06:44:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50196595-5f60-543e-a3eb-48a2ea552331 with identifier: KM73%20OWB to the API
2026-03-30 06:44:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM73%20OWB-GB',
 'category': 'Car',
 'color': 'spectral blue metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '50196595-5f60-543e-a3eb-48a2ea552331',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KM73 OWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM73%20OWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQC 400',
 'odometer': 19945,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQC 400 AMG LINE PREMIUM StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'W1K8P9AB1PF068341',
 'year': 2023}
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OWB%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Saving data for KM73%20OWB: {'auction_closing_time': 1775642400.0, 'created_time': 1773842198.441107, 'last_price_update_time': 1774853072.064896}
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM73%2520OWB') HTTP/1.1" 204 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: BT06%20NLV
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT06%2520NLV%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for BT06%20NLV: 2
2026-03-30 06:44:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f99eee7-bc26-56a5-84d3-006d51ccca5e with identifier: BT06%20NLV
2026-03-30 06:44:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f99eee7-bc26-56a5-84d3-006d51ccca5e with scrape type 2
2026-03-30 06:44:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f99eee7-bc26-56a5-84d3-006d51ccca5e with scrape type 2
2026-03-30 06:44:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f99eee7-bc26-56a5-84d3-006d51ccca5e, identifier: BT06%20NLV
2026-03-30 06:44:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f51965c4-4f7f-57cd-af79-de0b40bcf892 with identifier: AO61%20YHV
2026-03-30 06:44:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f51965c4-4f7f-57cd-af79-de0b40bcf892 with identifier: AO61%20YHV
2026-03-30 06:44:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f51965c4-4f7f-57cd-af79-de0b40bcf892 with identifier: AO61%20YHV to the API
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO61%20YHV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f51965c4-4f7f-57cd-af79-de0b40bcf892',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO61 YHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO61%20YHV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 89341,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1200,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWZB32020WL73762',
 'year': 2011}
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO61%2520YHV%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Saving data for AO61%20YHV: {'auction_closing_time': 1774868400.0, 'created_time': 1773932499.881232, 'last_price_update_time': 1774853072.473835}
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO61%2520YHV') HTTP/1.1" 204 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: DU19%20BTO
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520BTO%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for DU19%20BTO: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: DF21%20LVJ
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF21%2520LVJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for DF21%20LVJ: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: MT70%20SZL
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT70%2520SZL%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for MT70%20SZL: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: Y23%20MWP
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y23%2520MWP%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for Y23%20MWP: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: YW16%20VXH
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YW16%2520VXH%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for YW16%20VXH: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: CA21%20HDD
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA21%2520HDD%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for CA21%20HDD: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: HJ25%20YJP
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ25%2520YJP%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for HJ25%20YJP: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: YO24%20OSX
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO24%2520OSX%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for YO24%20OSX: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: DS21%20OXF
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OXF%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for DS21%20OXF: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: EX21%20UHT
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520UHT%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for EX21%20UHT: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: RJ70%20LWH
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ70%2520LWH%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for RJ70%20LWH: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: RJ70%20RYZ
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ70%2520RYZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for RJ70%20RYZ: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: RK18%20VWW
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK18%2520VWW%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for RK18%20VWW: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: RK70%20NXD
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK70%2520NXD%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for RK70%20NXD: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: WF70%20HOA
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520HOA%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for WF70%20HOA: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: DN21%20YNU
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN21%2520YNU%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for DN21%20YNU: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: DS21%20OTL
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OTL%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for DS21%20OTL: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: DS21%20OVT
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520OVT%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for DS21%20OVT: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: AY20%20CKJ
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY20%2520CKJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for AY20%20CKJ: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: DU22%20VSZ
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU22%2520VSZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:32 [bca.uk] INFO: Scrape type for DU22%20VSZ: 0
2026-03-30 06:44:32 [bca.uk] INFO: Found listing with ID: FN23%20PYS
2026-03-30 06:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN23%2520PYS%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for FN23%20PYS: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: NV73%20RFF
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV73%2520RFF%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for NV73%20RFF: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: RJ21%20KFG
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ21%2520KFG%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for RJ21%20KFG: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: RX19%20LDV
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDV%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for RX19%20LDV: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: RX19%20LDY
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDY%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for RX19%20LDY: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: RX19%20LDZ
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX19%2520LDZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for RX19%20LDZ: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: YJ19%20LLM
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ19%2520LLM%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for YJ19%20LLM: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: RO70%20JHV
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO70%2520JHV%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for RO70%20JHV: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: CA72%20MXP
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520MXP%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for CA72%20MXP: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: LN73%20VCF
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN73%2520VCF%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for LN73%20VCF: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: GL71%20BCY
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL71%2520BCY%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for GL71%20BCY: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: CV20%20BZC
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV20%2520BZC%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for CV20%20BZC: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: RO25%20DCV
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO25%2520DCV%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for RO25%20DCV: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: RV25%20UYE
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV25%2520UYE%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for RV25%20UYE: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: RV25%20UPH
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV25%2520UPH%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for RV25%20UPH: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: MD19%20HCG
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520HCG%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for MD19%20HCG: 2
2026-03-30 06:44:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bce59b9f-5824-5561-999a-58911c47091b with identifier: MD19%20HCG
2026-03-30 06:44:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bce59b9f-5824-5561-999a-58911c47091b with scrape type 2
2026-03-30 06:44:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bce59b9f-5824-5561-999a-58911c47091b with scrape type 2
2026-03-30 06:44:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bce59b9f-5824-5561-999a-58911c47091b, identifier: MD19%20HCG
2026-03-30 06:44:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 663a87af-b9f2-5d6e-a768-cc3ce400f566 with identifier: T28%20FXF
2026-03-30 06:44:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 663a87af-b9f2-5d6e-a768-cc3ce400f566 with identifier: T28%20FXF
2026-03-30 06:44:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 663a87af-b9f2-5d6e-a768-cc3ce400f566 with identifier: T28%20FXF to the API
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 214,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=T28%20FXF-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '663a87af-b9f2-5d6e-a768-cc3ce400f566',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'T28 FXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=T28%20FXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 155096,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WV1ZZZ7HZEH049532',
 'year': 2013}
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27T28%2520FXF%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Saving data for T28%20FXF: {'auction_closing_time': 1774854000.0, 'created_time': 1774045933.173369, 'last_price_update_time': 1774853073.741892}
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='T28%2520FXF') HTTP/1.1" 204 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: KM73%20PMV
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520PMV%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for KM73%20PMV: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: OE71%20DKD
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44: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%2520DKD%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for OE71%20DKD: 0
2026-03-30 06:44:33 [bca.uk] INFO: Found listing with ID: EN71%20UCD
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UCD%27 HTTP/1.1" 200 None
2026-03-30 06:44:33 [bca.uk] INFO: Scrape type for EN71%20UCD: 2
2026-03-30 06:44:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1844105-18aa-51b2-9af4-4e51ae42cffe with identifier: EN71%20UCD
2026-03-30 06:44:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1844105-18aa-51b2-9af4-4e51ae42cffe with scrape type 2
2026-03-30 06:44:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1844105-18aa-51b2-9af4-4e51ae42cffe with scrape type 2
2026-03-30 06:44:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1844105-18aa-51b2-9af4-4e51ae42cffe, identifier: EN71%20UCD
2026-03-30 06:44:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f99eee7-bc26-56a5-84d3-006d51ccca5e with identifier: BT06%20NLV
2026-03-30 06:44:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f99eee7-bc26-56a5-84d3-006d51ccca5e with identifier: BT06%20NLV
2026-03-30 06:44:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f99eee7-bc26-56a5-84d3-006d51ccca5e with identifier: BT06%20NLV to the API
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT06%20NLV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f99eee7-bc26-56a5-84d3-006d51ccca5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT06 NLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT06%20NLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 100229,
 '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 3 1.6 TS Hatchback',
 'transmission': 'automatic',
 'trim': 'TS',
 'vin': 'JMZBK14Z501364930',
 'year': 2006}
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT06%2520NLV%27 HTTP/1.1" 200 None
2026-03-30 06:44:34 [bca.uk] INFO: Saving data for BT06%20NLV: {'auction_closing_time': 1774864800.0, 'created_time': 1774535988.855191, 'last_price_update_time': 1774853074.279092}
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT06%2520NLV') HTTP/1.1" 204 0
2026-03-30 06:44:34 [bca.uk] INFO: Found listing with ID: DX65%20VKB
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX65%2520VKB%27 HTTP/1.1" 200 None
2026-03-30 06:44:34 [bca.uk] INFO: Scrape type for DX65%20VKB: 2
2026-03-30 06:44:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f86a282d-e433-5c63-bdea-25e98200da6d with identifier: DX65%20VKB
2026-03-30 06:44:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f86a282d-e433-5c63-bdea-25e98200da6d with scrape type 2
2026-03-30 06:44:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f86a282d-e433-5c63-bdea-25e98200da6d with scrape type 2
2026-03-30 06:44:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f86a282d-e433-5c63-bdea-25e98200da6d, identifier: DX65%20VKB
2026-03-30 06:44:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bce59b9f-5824-5561-999a-58911c47091b with identifier: MD19%20HCG
2026-03-30 06:44:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bce59b9f-5824-5561-999a-58911c47091b with identifier: MD19%20HCG
2026-03-30 06:44:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bce59b9f-5824-5561-999a-58911c47091b with identifier: MD19%20HCG to the API
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=99&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD19%20HCG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bce59b9f-5824-5561-999a-58911c47091b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD19 HCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD19%20HCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 87465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 200 L1 LTD.L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 120 200 L1 LTD.L/R',
 'vin': 'WF0RXXWPGRKE72673',
 'year': 2019}
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520HCG%27 HTTP/1.1" 200 None
2026-03-30 06:44:34 [bca.uk] INFO: Saving data for MD19%20HCG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477149.969195, 'last_price_update_time': 1774853074.732461}
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD19%2520HCG') HTTP/1.1" 204 0
2026-03-30 06:44:34 [bca.uk] INFO: Found listing with ID: YC20%20BMU
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520BMU%27 HTTP/1.1" 200 None
2026-03-30 06:44:34 [bca.uk] INFO: Scrape type for YC20%20BMU: 2
2026-03-30 06:44:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with identifier: YC20%20BMU
2026-03-30 06:44:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with scrape type 2
2026-03-30 06:44:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with scrape type 2
2026-03-30 06:44:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4399e1ae-6374-59b3-ab37-ce3f71eb75c2, identifier: YC20%20BMU
2026-03-30 06:44:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1844105-18aa-51b2-9af4-4e51ae42cffe with identifier: EN71%20UCD
2026-03-30 06:44:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1844105-18aa-51b2-9af4-4e51ae42cffe with identifier: EN71%20UCD
2026-03-30 06:44:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1844105-18aa-51b2-9af4-4e51ae42cffe with identifier: EN71%20UCD to the API
2026-03-30 06:44:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN71%20UCD-GB',
 'category': 'Car',
 'color': 'mountain grey metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c1844105-18aa-51b2-9af4-4e51ae42cffe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EN71 UCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN71%20UCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 28150,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66KWH AMG LINE',
 'vin': 'W1N2437012J007239',
 'year': 2021}
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN71%2520UCD%27 HTTP/1.1" 200 None
2026-03-30 06:44:35 [bca.uk] INFO: Saving data for EN71%20UCD: {'auction_closing_time': 1775642400.0, 'created_time': 1773846401.36504, 'last_price_update_time': 1774853075.161937}
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN71%2520UCD') HTTP/1.1" 204 0
2026-03-30 06:44:35 [bca.uk] INFO: Found listing with ID: DA64%20GYF
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520GYF%27 HTTP/1.1" 200 None
2026-03-30 06:44:35 [bca.uk] INFO: Scrape type for DA64%20GYF: 2
2026-03-30 06:44:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c792d559-7382-53ce-9d4a-26983192cde8 with identifier: DA64%20GYF
2026-03-30 06:44:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c792d559-7382-53ce-9d4a-26983192cde8 with scrape type 2
2026-03-30 06:44:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c792d559-7382-53ce-9d4a-26983192cde8 with scrape type 2
2026-03-30 06:44:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c792d559-7382-53ce-9d4a-26983192cde8, identifier: DA64%20GYF
2026-03-30 06:44:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f86a282d-e433-5c63-bdea-25e98200da6d with identifier: DX65%20VKB
2026-03-30 06:44:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f86a282d-e433-5c63-bdea-25e98200da6d with identifier: DX65%20VKB
2026-03-30 06:44:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f86a282d-e433-5c63-bdea-25e98200da6d with identifier: DX65%20VKB to the API
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX65%20VKB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f86a282d-e433-5c63-bdea-25e98200da6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX65 VKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX65%20VKB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 74974,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1700,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.3 CDTI 75 E/F DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 75 E/F DESIGN',
 'vin': 'W0L0XEP68F4115904',
 'year': 2015}
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX65%2520VKB%27 HTTP/1.1" 200 None
2026-03-30 06:44:35 [bca.uk] INFO: Saving data for DX65%20VKB: {'auction_closing_time': 1774868400.0, 'created_time': 1774264607.321151, 'last_price_update_time': 1774853075.578238}
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX65%2520VKB') HTTP/1.1" 204 0
2026-03-30 06:44:35 [bca.uk] INFO: Found listing with ID: YR23%20XTM
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520XTM%27 HTTP/1.1" 200 None
2026-03-30 06:44:35 [bca.uk] INFO: Scrape type for YR23%20XTM: 0
2026-03-30 06:44:35 [bca.uk] INFO: Found listing with ID: LE72%20GLV
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520GLV%27 HTTP/1.1" 200 None
2026-03-30 06:44:35 [bca.uk] INFO: Scrape type for LE72%20GLV: 0
2026-03-30 06:44:35 [bca.uk] INFO: Found listing with ID: LE72%20FZL
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520FZL%27 HTTP/1.1" 200 None
2026-03-30 06:44:35 [bca.uk] INFO: Scrape type for LE72%20FZL: 0
2026-03-30 06:44:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with identifier: YC20%20BMU
2026-03-30 06:44:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with identifier: YC20%20BMU
2026-03-30 06:44:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4399e1ae-6374-59b3-ab37-ce3f71eb75c2 with identifier: YC20%20BMU to the API
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC20%20BMU-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '4399e1ae-6374-59b3-ab37-ce3f71eb75c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC20 BMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC20%20BMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'E-NV200',
 'odometer': 34695,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN E-NV200 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': 'CAMPER CONVERSION',
 'vin': 'VSKYAAME0U0613992',
 'year': 2020}
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC20%2520BMU%27 HTTP/1.1" 200 None
2026-03-30 06:44:35 [bca.uk] INFO: Saving data for YC20%20BMU: {'auction_closing_time': 1774854000.0, 'created_time': 1774045935.676734, 'last_price_update_time': 1774853075.919371}
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC20%2520BMU') HTTP/1.1" 204 0
2026-03-30 06:44:35 [bca.uk] INFO: Found listing with ID: FG71%20JOA
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520JOA%27 HTTP/1.1" 200 None
2026-03-30 06:44:35 [bca.uk] INFO: Scrape type for FG71%20JOA: 2
2026-03-30 06:44:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c32080b-96b3-5247-81a7-e57cddf82b79 with identifier: FG71%20JOA
2026-03-30 06:44:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c32080b-96b3-5247-81a7-e57cddf82b79 with scrape type 2
2026-03-30 06:44:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c32080b-96b3-5247-81a7-e57cddf82b79 with scrape type 2
2026-03-30 06:44:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c32080b-96b3-5247-81a7-e57cddf82b79, identifier: FG71%20JOA
2026-03-30 06:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:44:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c792d559-7382-53ce-9d4a-26983192cde8 with identifier: DA64%20GYF
2026-03-30 06:44:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c792d559-7382-53ce-9d4a-26983192cde8 with identifier: DA64%20GYF
2026-03-30 06:44:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c792d559-7382-53ce-9d4a-26983192cde8 with identifier: DA64%20GYF to the API
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA64%20GYF-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c792d559-7382-53ce-9d4a-26983192cde8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA64 GYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA64%20GYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A3 CABRIOLET',
 'odometer': 125448,
 'odometer_reading_unit': '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 CABRIOLET 2.0 TDI 150 SPORT Convertible',
 'transmission': 'manual',
 'trim': 'TDI 150 SPORT',
 'vin': 'WAUZZZ8V1F1006066',
 'year': 2014}
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA64%2520GYF%27 HTTP/1.1" 200 None
2026-03-30 06:44:36 [bca.uk] INFO: Saving data for DA64%20GYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774535997.229834, 'last_price_update_time': 1774853076.353667}
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA64%2520GYF') HTTP/1.1" 204 0
2026-03-30 06:44:36 [bca.uk] INFO: Found listing with ID: EX60%20DVK
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX60%2520DVK%27 HTTP/1.1" 200 None
2026-03-30 06:44:36 [bca.uk] INFO: Scrape type for EX60%20DVK: 2
2026-03-30 06:44:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10a533de-766b-5785-a81c-1d922b8c1d15 with identifier: EX60%20DVK
2026-03-30 06:44:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10a533de-766b-5785-a81c-1d922b8c1d15 with scrape type 2
2026-03-30 06:44:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10a533de-766b-5785-a81c-1d922b8c1d15 with scrape type 2
2026-03-30 06:44:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10a533de-766b-5785-a81c-1d922b8c1d15, identifier: EX60%20DVK
2026-03-30 06:44:36 [bca.uk] INFO: Found listing with ID: DY74%20BWP
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BWP%27 HTTP/1.1" 200 None
2026-03-30 06:44:36 [bca.uk] INFO: Scrape type for DY74%20BWP: 0
2026-03-30 06:44:36 [bca.uk] INFO: Found listing with ID: DL73%20KYZ
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KYZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:36 [bca.uk] INFO: Scrape type for DL73%20KYZ: 0
2026-03-30 06:44:36 [bca.uk] INFO: Found listing with ID: LL74%20DHD
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHD%27 HTTP/1.1" 200 None
2026-03-30 06:44:36 [bca.uk] INFO: Scrape type for LL74%20DHD: 2
2026-03-30 06:44:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fa4281f-2c02-597d-b882-9bf5f2493695 with identifier: LL74%20DHD
2026-03-30 06:44:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fa4281f-2c02-597d-b882-9bf5f2493695 with scrape type 2
2026-03-30 06:44:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fa4281f-2c02-597d-b882-9bf5f2493695 with scrape type 2
2026-03-30 06:44:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fa4281f-2c02-597d-b882-9bf5f2493695, identifier: LL74%20DHD
2026-03-30 06:44:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c32080b-96b3-5247-81a7-e57cddf82b79 with identifier: FG71%20JOA
2026-03-30 06:44:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c32080b-96b3-5247-81a7-e57cddf82b79 with identifier: FG71%20JOA
2026-03-30 06:44:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c32080b-96b3-5247-81a7-e57cddf82b79 with identifier: FG71%20JOA to the API
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG71%20JOA-GB',
 'category': 'Car',
 'color': 'cosmos black metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3c32080b-96b3-5247-81a7-e57cddf82b79',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FG71 JOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG71%20JOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 250',
 'odometer': 10684,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQA 250 140KW 66.5KWH AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '140KW 66.5KWH AMG LINE',
 'vin': 'W1N2437012J020767',
 'year': 2021}
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520JOA%27 HTTP/1.1" 200 None
2026-03-30 06:44:36 [bca.uk] INFO: Saving data for FG71%20JOA: {'auction_closing_time': 1775642400.0, 'created_time': 1773846398.449448, 'last_price_update_time': 1774853076.914321}
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG71%2520JOA') HTTP/1.1" 204 0
2026-03-30 06:44:37 [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:44:37 [bca.uk] INFO: Found listing with ID: DY15%20BXS
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY15%2520BXS%27 HTTP/1.1" 200 None
2026-03-30 06:44:37 [bca.uk] INFO: Scrape type for DY15%20BXS: 2
2026-03-30 06:44:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37b56b70-456a-5156-a143-0a9664f26fca with identifier: DY15%20BXS
2026-03-30 06:44:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37b56b70-456a-5156-a143-0a9664f26fca with scrape type 2
2026-03-30 06:44:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37b56b70-456a-5156-a143-0a9664f26fca with scrape type 2
2026-03-30 06:44:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37b56b70-456a-5156-a143-0a9664f26fca, identifier: DY15%20BXS
2026-03-30 06:44:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10a533de-766b-5785-a81c-1d922b8c1d15 with identifier: EX60%20DVK
2026-03-30 06:44:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10a533de-766b-5785-a81c-1d922b8c1d15 with identifier: EX60%20DVK
2026-03-30 06:44:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10a533de-766b-5785-a81c-1d922b8c1d15 with identifier: EX60%20DVK to the API
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX60%20DVK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': '10a533de-766b-5785-a81c-1d922b8c1d15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX60 DVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX60%20DVK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'B180',
 'odometer': 88084,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1200,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ B180 2.0 CDI SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'CDI SPORT',
 'vin': 'WDD2452072J613809',
 'year': 2010}
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX60%2520DVK%27 HTTP/1.1" 200 None
2026-03-30 06:44:37 [bca.uk] INFO: Saving data for EX60%20DVK: {'auction_closing_time': 1774868400.0, 'created_time': 1773838963.144262, 'last_price_update_time': 1774853077.450418}
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX60%2520DVK') HTTP/1.1" 204 0
2026-03-30 06:44:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fa4281f-2c02-597d-b882-9bf5f2493695 with identifier: LL74%20DHD
2026-03-30 06:44:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fa4281f-2c02-597d-b882-9bf5f2493695 with identifier: LL74%20DHD
2026-03-30 06:44:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fa4281f-2c02-597d-b882-9bf5f2493695 with identifier: LL74%20DHD to the API
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DHD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0fa4281f-2c02-597d-b882-9bf5f2493695',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8058,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE4R4298507',
 'year': 2024}
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHD%27 HTTP/1.1" 200 None
2026-03-30 06:44:37 [bca.uk] INFO: Saving data for LL74%20DHD: {'auction_closing_time': 1775210400.0, 'created_time': 1773842124.023556, 'last_price_update_time': 1774853077.757329}
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DHD') HTTP/1.1" 204 0
2026-03-30 06:44:37 [bca.uk] INFO: Found listing with ID: GY22%20ZNV
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY22%2520ZNV%27 HTTP/1.1" 200 None
2026-03-30 06:44:37 [bca.uk] INFO: Scrape type for GY22%20ZNV: 0
2026-03-30 06:44:37 [bca.uk] INFO: Found listing with ID: LS71%20NUW
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS71%2520NUW%27 HTTP/1.1" 200 None
2026-03-30 06:44:37 [bca.uk] INFO: Scrape type for LS71%20NUW: 0
2026-03-30 06:44:37 [bca.uk] INFO: Found listing with ID: OE71%20MHA
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520MHA%27 HTTP/1.1" 200 None
2026-03-30 06:44:37 [bca.uk] INFO: Scrape type for OE71%20MHA: 0
2026-03-30 06:44:37 [bca.uk] INFO: Found listing with ID: SN71%20OTH
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44: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%2520OTH%27 HTTP/1.1" 200 None
2026-03-30 06:44:37 [bca.uk] INFO: Scrape type for SN71%20OTH: 0
2026-03-30 06:44:37 [bca.uk] INFO: Found listing with ID: VX71%20KZC
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX71%2520KZC%27 HTTP/1.1" 200 None
2026-03-30 06:44:37 [bca.uk] INFO: Scrape type for VX71%20KZC: 0
2026-03-30 06:44:37 [bca.uk] INFO: Found listing with ID: AJ71%20NZG
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520NZG%27 HTTP/1.1" 200 None
2026-03-30 06:44:37 [bca.uk] INFO: Scrape type for AJ71%20NZG: 2
2026-03-30 06:44:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 811ec96f-c794-56b8-b1e9-fab16f472af1 with identifier: AJ71%20NZG
2026-03-30 06:44:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 811ec96f-c794-56b8-b1e9-fab16f472af1 with scrape type 2
2026-03-30 06:44:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 811ec96f-c794-56b8-b1e9-fab16f472af1 with scrape type 2
2026-03-30 06:44:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 811ec96f-c794-56b8-b1e9-fab16f472af1, identifier: AJ71%20NZG
2026-03-30 06:44:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37b56b70-456a-5156-a143-0a9664f26fca with identifier: DY15%20BXS
2026-03-30 06:44:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37b56b70-456a-5156-a143-0a9664f26fca with identifier: DY15%20BXS
2026-03-30 06:44:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37b56b70-456a-5156-a143-0a9664f26fca with identifier: DY15%20BXS to the API
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY15%20BXS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '37b56b70-456a-5156-a143-0a9664f26fca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY15 BXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY15%20BXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 106670,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI ULTRA 163 SE TECHNIK Saloon',
 'transmission': 'manual',
 'trim': 'TDI ULTRA 163 SE TECHNIK',
 'vin': 'WAUZZZ8K7FA103228',
 'year': 2015}
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY15%2520BXS%27 HTTP/1.1" 200 None
2026-03-30 06:44:38 [bca.uk] INFO: Saving data for DY15%20BXS: {'auction_closing_time': 1774864800.0, 'created_time': 1774536004.161003, 'last_price_update_time': 1774853078.265633}
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY15%2520BXS') HTTP/1.1" 204 0
2026-03-30 06:44:38 [bca.uk] INFO: Found listing with ID: FD13%20LHK
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD13%2520LHK%27 HTTP/1.1" 200 None
2026-03-30 06:44:38 [bca.uk] INFO: Scrape type for FD13%20LHK: 2
2026-03-30 06:44:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c19cfd-7d72-549e-acf3-d05997c1d9ae with identifier: FD13%20LHK
2026-03-30 06:44:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c19cfd-7d72-549e-acf3-d05997c1d9ae with scrape type 2
2026-03-30 06:44:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c19cfd-7d72-549e-acf3-d05997c1d9ae with scrape type 2
2026-03-30 06:44:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2c19cfd-7d72-549e-acf3-d05997c1d9ae, identifier: FD13%20LHK
2026-03-30 06:44:38 [bca.uk] INFO: Found listing with ID: LP23%20GZW
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZW%27 HTTP/1.1" 200 None
2026-03-30 06:44:38 [bca.uk] INFO: Scrape type for LP23%20GZW: 2
2026-03-30 06:44:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7ce544b-aeea-574a-a2e1-40455ac7f725 with identifier: LP23%20GZW
2026-03-30 06:44:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7ce544b-aeea-574a-a2e1-40455ac7f725 with scrape type 2
2026-03-30 06:44:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7ce544b-aeea-574a-a2e1-40455ac7f725 with scrape type 2
2026-03-30 06:44:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7ce544b-aeea-574a-a2e1-40455ac7f725, identifier: LP23%20GZW
2026-03-30 06:44:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 811ec96f-c794-56b8-b1e9-fab16f472af1 with identifier: AJ71%20NZG
2026-03-30 06:44:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 811ec96f-c794-56b8-b1e9-fab16f472af1 with identifier: AJ71%20NZG
2026-03-30 06:44:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 811ec96f-c794-56b8-b1e9-fab16f472af1 with identifier: AJ71%20NZG to the API
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ71%20NZG-GB',
 'category': 'Car',
 'color': 'mountain grey metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '811ec96f-c794-56b8-b1e9-fab16f472af1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ71 NZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ71%20NZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 350',
 'odometer': 35483,
 'odometer_reading_unit': '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 EQA 350 215KW 66KWH 4M AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '215KW 66KWH 4M AMG LINE',
 'vin': 'W1N2437122J019347',
 'year': 2022}
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520NZG%27 HTTP/1.1" 200 None
2026-03-30 06:44:38 [bca.uk] INFO: Saving data for AJ71%20NZG: {'auction_closing_time': 1775642400.0, 'created_time': 1773846313.369342, 'last_price_update_time': 1774853078.803821}
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ71%2520NZG') HTTP/1.1" 204 0
2026-03-30 06:44:38 [bca.uk] INFO: Found listing with ID: EJ65%20HKM
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ65%2520HKM%27 HTTP/1.1" 200 None
2026-03-30 06:44:38 [bca.uk] INFO: Scrape type for EJ65%20HKM: 2
2026-03-30 06:44:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d0882fb-e348-5ce5-98e7-eab2eb3a0a5d with identifier: EJ65%20HKM
2026-03-30 06:44:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d0882fb-e348-5ce5-98e7-eab2eb3a0a5d with scrape type 2
2026-03-30 06:44:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d0882fb-e348-5ce5-98e7-eab2eb3a0a5d with scrape type 2
2026-03-30 06:44:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d0882fb-e348-5ce5-98e7-eab2eb3a0a5d, identifier: EJ65%20HKM
2026-03-30 06:44:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2c19cfd-7d72-549e-acf3-d05997c1d9ae with identifier: FD13%20LHK
2026-03-30 06:44:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2c19cfd-7d72-549e-acf3-d05997c1d9ae with identifier: FD13%20LHK
2026-03-30 06:44:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2c19cfd-7d72-549e-acf3-d05997c1d9ae with identifier: FD13%20LHK to the API
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD13%20LHK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f2c19cfd-7d72-549e-acf3-d05997c1d9ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD13 LHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD13%20LHK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 71994,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1000,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'MALBB51BLDM487011',
 'year': 2013}
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD13%2520LHK%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Saving data for FD13%20LHK: {'auction_closing_time': 1774868400.0, 'created_time': 1773821125.111814, 'last_price_update_time': 1774853079.214369}
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD13%2520LHK') HTTP/1.1" 204 0
2026-03-30 06:44:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7ce544b-aeea-574a-a2e1-40455ac7f725 with identifier: LP23%20GZW
2026-03-30 06:44:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7ce544b-aeea-574a-a2e1-40455ac7f725 with identifier: LP23%20GZW
2026-03-30 06:44:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7ce544b-aeea-574a-a2e1-40455ac7f725 with identifier: LP23%20GZW to the API
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20GZW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f7ce544b-aeea-574a-a2e1-40455ac7f725',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP23 GZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20GZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7541,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4155535',
 'year': 2023}
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZW%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Saving data for LP23%20GZW: {'auction_closing_time': 1775210400.0, 'created_time': 1773842386.203039, 'last_price_update_time': 1774853079.509738}
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520GZW') HTTP/1.1" 204 0
2026-03-30 06:44:39 [bca.uk] INFO: Found listing with ID: AO71%20ZZU
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO71%2520ZZU%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Scrape type for AO71%20ZZU: 0
2026-03-30 06:44:39 [bca.uk] INFO: Found listing with ID: BW71%20WZA
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW71%2520WZA%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Scrape type for BW71%20WZA: 0
2026-03-30 06:44:39 [bca.uk] INFO: Found listing with ID: DE15%20CWM
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE15%2520CWM%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Scrape type for DE15%20CWM: 0
2026-03-30 06:44:39 [bca.uk] INFO: Found listing with ID: DT68%20ONU
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT68%2520ONU%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Scrape type for DT68%20ONU: 0
2026-03-30 06:44:39 [bca.uk] INFO: Found listing with ID: AF64%20LLK
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF64%2520LLK%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Scrape type for AF64%20LLK: 0
2026-03-30 06:44:39 [bca.uk] INFO: Found listing with ID: KS73%20HPA
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520HPA%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Scrape type for KS73%20HPA: 0
2026-03-30 06:44:39 [bca.uk] INFO: Found listing with ID: DX69%20ZKB
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX69%2520ZKB%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Scrape type for DX69%20ZKB: 0
2026-03-30 06:44:39 [bca.uk] INFO: Found listing with ID: FV62%20FWY
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV62%2520FWY%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Scrape type for FV62%20FWY: 0
2026-03-30 06:44:39 [bca.uk] INFO: Found listing with ID: FV65%20JFK
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520JFK%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Scrape type for FV65%20JFK: 0
2026-03-30 06:44:39 [bca.uk] INFO: Found listing with ID: LL15%20VTT
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520VTT%27 HTTP/1.1" 200 None
2026-03-30 06:44:39 [bca.uk] INFO: Scrape type for LL15%20VTT: 2
2026-03-30 06:44:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with identifier: LL15%20VTT
2026-03-30 06:44:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with scrape type 2
2026-03-30 06:44:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with scrape type 2
2026-03-30 06:44:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c, identifier: LL15%20VTT
2026-03-30 06:44:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d0882fb-e348-5ce5-98e7-eab2eb3a0a5d with identifier: EJ65%20HKM
2026-03-30 06:44:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d0882fb-e348-5ce5-98e7-eab2eb3a0a5d with identifier: EJ65%20HKM
2026-03-30 06:44:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d0882fb-e348-5ce5-98e7-eab2eb3a0a5d with identifier: EJ65%20HKM to the API
2026-03-30 06:44:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ65%20HKM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3d0882fb-e348-5ce5-98e7-eab2eb3a0a5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ65 HKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ65%20HKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 54731,
 'odometer_reading_unit': '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 1.5 T E/B 160 TITANIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'T E/B 160 TITANIUM',
 'vin': 'WF0EXXWPCEFU28021',
 'year': 2015}
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ65%2520HKM%27 HTTP/1.1" 200 None
2026-03-30 06:44:40 [bca.uk] INFO: Saving data for EJ65%20HKM: {'auction_closing_time': 1774864800.0, 'created_time': 1774535999.432976, 'last_price_update_time': 1774853080.152151}
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ65%2520HKM') HTTP/1.1" 204 0
2026-03-30 06:44:40 [bca.uk] INFO: Found listing with ID: JL05%20LOR
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JL05%2520LOR%27 HTTP/1.1" 200 None
2026-03-30 06:44:40 [bca.uk] INFO: Scrape type for JL05%20LOR: 2
2026-03-30 06:44:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1656b549-c20c-5197-a423-f318c153981d with identifier: JL05%20LOR
2026-03-30 06:44:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1656b549-c20c-5197-a423-f318c153981d with scrape type 2
2026-03-30 06:44:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1656b549-c20c-5197-a423-f318c153981d with scrape type 2
2026-03-30 06:44:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1656b549-c20c-5197-a423-f318c153981d, identifier: JL05%20LOR
2026-03-30 06:44:40 [bca.uk] INFO: Found listing with ID: DL73%20LFE
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFE%27 HTTP/1.1" 200 None
2026-03-30 06:44:40 [bca.uk] INFO: Scrape type for DL73%20LFE: 2
2026-03-30 06:44:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26b2482f-b4de-5d5f-bff5-43e2137975e8 with identifier: DL73%20LFE
2026-03-30 06:44:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26b2482f-b4de-5d5f-bff5-43e2137975e8 with scrape type 2
2026-03-30 06:44:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26b2482f-b4de-5d5f-bff5-43e2137975e8 with scrape type 2
2026-03-30 06:44:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26b2482f-b4de-5d5f-bff5-43e2137975e8, identifier: DL73%20LFE
2026-03-30 06:44:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with identifier: LL15%20VTT
2026-03-30 06:44:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with identifier: LL15%20VTT
2026-03-30 06:44:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c with identifier: LL15%20VTT to the API
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL15%20VTT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '56fbd5b0-e8dc-5f5f-88e5-1bc669e0775c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL15 VTT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL15%20VTT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 128430,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2800,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.4 TFSI 125 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 125 S LINE',
 'vin': 'WAUZZZ8V4FA112544',
 'year': 2015}
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL15%2520VTT%27 HTTP/1.1" 200 None
2026-03-30 06:44:40 [bca.uk] INFO: Saving data for LL15%20VTT: {'auction_closing_time': 1775113200.0, 'created_time': 1773835001.170658, 'last_price_update_time': 1774853080.759659}
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL15%2520VTT') HTTP/1.1" 204 0
2026-03-30 06:44:40 [bca.uk] INFO: Found listing with ID: EX10%20RNY
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX10%2520RNY%27 HTTP/1.1" 200 None
2026-03-30 06:44:40 [bca.uk] INFO: Scrape type for EX10%20RNY: 2
2026-03-30 06:44:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 682fa689-9b37-5bcd-851c-b19cca7da238 with identifier: EX10%20RNY
2026-03-30 06:44:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 682fa689-9b37-5bcd-851c-b19cca7da238 with scrape type 2
2026-03-30 06:44:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 682fa689-9b37-5bcd-851c-b19cca7da238 with scrape type 2
2026-03-30 06:44:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 682fa689-9b37-5bcd-851c-b19cca7da238, identifier: EX10%20RNY
2026-03-30 06:44:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1656b549-c20c-5197-a423-f318c153981d with identifier: JL05%20LOR
2026-03-30 06:44:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1656b549-c20c-5197-a423-f318c153981d with identifier: JL05%20LOR
2026-03-30 06:44:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1656b549-c20c-5197-a423-f318c153981d with identifier: JL05%20LOR to the API
2026-03-30 06:44:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JL05%20LOR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1656b549-c20c-5197-a423-f318c153981d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'JL05 LOR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=JL05%20LOR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 49612,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1700,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH 3STYLE LUX S/S Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH 3STYLE LUX S/S',
 'vin': 'SDPZ1CBDAGD021649',
 'year': 2017}
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JL05%2520LOR%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Saving data for JL05%20LOR: {'auction_closing_time': 1774868400.0, 'created_time': 1773933738.575089, 'last_price_update_time': 1774853081.175445}
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JL05%2520LOR') HTTP/1.1" 204 0
2026-03-30 06:44:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26b2482f-b4de-5d5f-bff5-43e2137975e8 with identifier: DL73%20LFE
2026-03-30 06:44:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26b2482f-b4de-5d5f-bff5-43e2137975e8 with identifier: DL73%20LFE
2026-03-30 06:44:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26b2482f-b4de-5d5f-bff5-43e2137975e8 with identifier: DL73%20LFE to the API
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LFE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '26b2482f-b4de-5d5f-bff5-43e2137975e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 15461,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4289377',
 'year': 2023}
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFE%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Saving data for DL73%20LFE: {'auction_closing_time': 1775037600.0, 'created_time': 1773842123.459595, 'last_price_update_time': 1774853081.486794}
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LFE') HTTP/1.1" 204 0
2026-03-30 06:44:41 [bca.uk] INFO: Found listing with ID: NJ17%20VFA
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ17%2520VFA%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Scrape type for NJ17%20VFA: 0
2026-03-30 06:44:41 [bca.uk] INFO: Found listing with ID: NX64%20RVE
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX64%2520RVE%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Scrape type for NX64%20RVE: 0
2026-03-30 06:44:41 [bca.uk] INFO: Found listing with ID: ST20%20ZFN
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST20%2520ZFN%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Scrape type for ST20%20ZFN: 0
2026-03-30 06:44:41 [bca.uk] INFO: Found listing with ID: WN20%20RXP
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520RXP%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Scrape type for WN20%20RXP: 0
2026-03-30 06:44:41 [bca.uk] INFO: Found listing with ID: FD68%20NOF
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD68%2520NOF%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Scrape type for FD68%20NOF: 0
2026-03-30 06:44:41 [bca.uk] INFO: Found listing with ID: LF19%20RCA
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44: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%2520RCA%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Scrape type for LF19%20RCA: 0
2026-03-30 06:44:41 [bca.uk] INFO: Found listing with ID: EJ73%20UFM
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520UFM%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Scrape type for EJ73%20UFM: 0
2026-03-30 06:44:41 [bca.uk] INFO: Found listing with ID: DL73%20KRJ
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KRJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Scrape type for DL73%20KRJ: 0
2026-03-30 06:44:41 [bca.uk] INFO: Found listing with ID: DL73%20KXT
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KXT%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Scrape type for DL73%20KXT: 0
2026-03-30 06:44:41 [bca.uk] INFO: Found listing with ID: DV73%20XWU
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520XWU%27 HTTP/1.1" 200 None
2026-03-30 06:44:41 [bca.uk] INFO: Scrape type for DV73%20XWU: 2
2026-03-30 06:44:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7868db52-a548-58f4-a462-7f8922707c3a with identifier: DV73%20XWU
2026-03-30 06:44:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7868db52-a548-58f4-a462-7f8922707c3a with scrape type 2
2026-03-30 06:44:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7868db52-a548-58f4-a462-7f8922707c3a with scrape type 2
2026-03-30 06:44:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7868db52-a548-58f4-a462-7f8922707c3a, identifier: DV73%20XWU
2026-03-30 06:44:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 682fa689-9b37-5bcd-851c-b19cca7da238 with identifier: EX10%20RNY
2026-03-30 06:44:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 682fa689-9b37-5bcd-851c-b19cca7da238 with identifier: EX10%20RNY
2026-03-30 06:44:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 682fa689-9b37-5bcd-851c-b19cca7da238 with identifier: EX10%20RNY to the API
2026-03-30 06:44:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX10%20RNY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '682fa689-9b37-5bcd-851c-b19cca7da238',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX10 RNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX10%20RNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 169937,
 '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 ECONETIC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI ECONETIC',
 'vin': 'WF0GXXGAJGAY09628',
 'year': 2010}
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX10%2520RNY%27 HTTP/1.1" 200 None
2026-03-30 06:44:42 [bca.uk] INFO: Saving data for EX10%20RNY: {'auction_closing_time': 1774864800.0, 'created_time': 1774535993.575809, 'last_price_update_time': 1774853082.110324}
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX10%2520RNY') HTTP/1.1" 204 0
2026-03-30 06:44:42 [bca.uk] INFO: Found listing with ID: MM66%20BOU
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM66%2520BOU%27 HTTP/1.1" 200 None
2026-03-30 06:44:42 [bca.uk] INFO: Scrape type for MM66%20BOU: 2
2026-03-30 06:44:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4431496d-1342-5d25-94e4-8a52116eb9ec with identifier: MM66%20BOU
2026-03-30 06:44:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4431496d-1342-5d25-94e4-8a52116eb9ec with scrape type 2
2026-03-30 06:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4431496d-1342-5d25-94e4-8a52116eb9ec with scrape type 2
2026-03-30 06:44:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4431496d-1342-5d25-94e4-8a52116eb9ec, identifier: MM66%20BOU
2026-03-30 06:44:42 [bca.uk] INFO: Found listing with ID: KF73%20BYY
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BYY%27 HTTP/1.1" 200 None
2026-03-30 06:44:42 [bca.uk] INFO: Scrape type for KF73%20BYY: 2
2026-03-30 06:44:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with identifier: KF73%20BYY
2026-03-30 06:44:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with scrape type 2
2026-03-30 06:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with scrape type 2
2026-03-30 06:44:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2911e831-788e-5a3c-98a8-d4bdb7b876d8, identifier: KF73%20BYY
2026-03-30 06:44:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7868db52-a548-58f4-a462-7f8922707c3a with identifier: DV73%20XWU
2026-03-30 06:44:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7868db52-a548-58f4-a462-7f8922707c3a with identifier: DV73%20XWU
2026-03-30 06:44:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7868db52-a548-58f4-a462-7f8922707c3a with identifier: DV73%20XWU to the API
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV73%20XWU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7868db52-a548-58f4-a462-7f8922707c3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DV73 XWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV73%20XWU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 16791,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12700,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4311729',
 'year': 2023}
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV73%2520XWU%27 HTTP/1.1" 200 None
2026-03-30 06:44:42 [bca.uk] INFO: Saving data for DV73%20XWU: {'auction_closing_time': 1775113200.0, 'created_time': 1773841481.120451, 'last_price_update_time': 1774853082.841646}
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV73%2520XWU') HTTP/1.1" 204 0
2026-03-30 06:44:42 [bca.uk] INFO: Found listing with ID: GP08%20XNK
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP08%2520XNK%27 HTTP/1.1" 200 None
2026-03-30 06:44:42 [bca.uk] INFO: Scrape type for GP08%20XNK: 2
2026-03-30 06:44:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 897664c2-e993-57e6-9d89-83afcec0ed5b with identifier: GP08%20XNK
2026-03-30 06:44:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 897664c2-e993-57e6-9d89-83afcec0ed5b with scrape type 2
2026-03-30 06:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 897664c2-e993-57e6-9d89-83afcec0ed5b with scrape type 2
2026-03-30 06:44:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 897664c2-e993-57e6-9d89-83afcec0ed5b, identifier: GP08%20XNK
2026-03-30 06:44:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4431496d-1342-5d25-94e4-8a52116eb9ec with identifier: MM66%20BOU
2026-03-30 06:44:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4431496d-1342-5d25-94e4-8a52116eb9ec with identifier: MM66%20BOU
2026-03-30 06:44:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4431496d-1342-5d25-94e4-8a52116eb9ec with identifier: MM66%20BOU to the API
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM66%20BOU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4431496d-1342-5d25-94e4-8a52116eb9ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM66 BOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM66%20BOU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 113517,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2300,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 TDCI 120 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 TITANIUM',
 'vin': 'WF05XXGCC5GS40600',
 'year': 2016}
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM66%2520BOU%27 HTTP/1.1" 200 None
2026-03-30 06:44:43 [bca.uk] INFO: Saving data for MM66%20BOU: {'auction_closing_time': 1774868400.0, 'created_time': 1773827217.043486, 'last_price_update_time': 1774853083.461383}
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM66%2520BOU') HTTP/1.1" 204 0
2026-03-30 06:44:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with identifier: KF73%20BYY
2026-03-30 06:44:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with identifier: KF73%20BYY
2026-03-30 06:44:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2911e831-788e-5a3c-98a8-d4bdb7b876d8 with identifier: KF73%20BYY to the API
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20BYY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2911e831-788e-5a3c-98a8-d4bdb7b876d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 BYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20BYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7338,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4295369',
 'year': 2024}
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BYY%27 HTTP/1.1" 200 None
2026-03-30 06:44:43 [bca.uk] INFO: Saving data for KF73%20BYY: {'auction_closing_time': 1775037600.0, 'created_time': 1773842553.856855, 'last_price_update_time': 1774853083.749242}
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520BYY') HTTP/1.1" 204 0
2026-03-30 06:44:43 [bca.uk] INFO: Found listing with ID: KF73%20ASX
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520ASX%27 HTTP/1.1" 200 None
2026-03-30 06:44:43 [bca.uk] INFO: Scrape type for KF73%20ASX: 2
2026-03-30 06:44:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with identifier: KF73%20ASX
2026-03-30 06:44:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with scrape type 2
2026-03-30 06:44:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with scrape type 2
2026-03-30 06:44:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a, identifier: KF73%20ASX
2026-03-30 06:44:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 897664c2-e993-57e6-9d89-83afcec0ed5b with identifier: GP08%20XNK
2026-03-30 06:44:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 897664c2-e993-57e6-9d89-83afcec0ed5b with identifier: GP08%20XNK
2026-03-30 06:44:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 897664c2-e993-57e6-9d89-83afcec0ed5b with identifier: GP08%20XNK to the API
2026-03-30 06:44:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GP08%20XNK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '897664c2-e993-57e6-9d89-83afcec0ed5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GP08 XNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GP08%20XNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 185585,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.6 VVTI T3 Hatchback',
 'transmission': 'manual',
 'trim': 'VVTI T3',
 'vin': 'SB1KV56E00F076328',
 'year': 2008}
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GP08%2520XNK%27 HTTP/1.1" 200 None
2026-03-30 06:44:44 [bca.uk] INFO: Saving data for GP08%20XNK: {'auction_closing_time': 1774864800.0, 'created_time': 1774535985.224585, 'last_price_update_time': 1774853084.163262}
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GP08%2520XNK') HTTP/1.1" 204 0
2026-03-30 06:44:44 [bca.uk] INFO: Found listing with ID: OU67%20VUL
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU67%2520VUL%27 HTTP/1.1" 200 None
2026-03-30 06:44:44 [bca.uk] INFO: Scrape type for OU67%20VUL: 2
2026-03-30 06:44:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7678ed58-1521-5648-8e9d-e42fdf8377d4 with identifier: OU67%20VUL
2026-03-30 06:44:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7678ed58-1521-5648-8e9d-e42fdf8377d4 with scrape type 2
2026-03-30 06:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7678ed58-1521-5648-8e9d-e42fdf8377d4 with scrape type 2
2026-03-30 06:44:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7678ed58-1521-5648-8e9d-e42fdf8377d4, identifier: OU67%20VUL
2026-03-30 06:44:44 [bca.uk] INFO: Found listing with ID: FV72%20TXN
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520TXN%27 HTTP/1.1" 200 None
2026-03-30 06:44:44 [bca.uk] INFO: Scrape type for FV72%20TXN: 0
2026-03-30 06:44:44 [bca.uk] INFO: Found listing with ID: YY73%20NLK
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520NLK%27 HTTP/1.1" 200 None
2026-03-30 06:44:44 [bca.uk] INFO: Scrape type for YY73%20NLK: 0
2026-03-30 06:44:44 [bca.uk] INFO: Found listing with ID: AP71%20FHW
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP71%2520FHW%27 HTTP/1.1" 200 None
2026-03-30 06:44:44 [bca.uk] INFO: Scrape type for AP71%20FHW: 0
2026-03-30 06:44:44 [bca.uk] INFO: Found listing with ID: WV23%20VDA
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520VDA%27 HTTP/1.1" 200 None
2026-03-30 06:44:44 [bca.uk] INFO: Scrape type for WV23%20VDA: 0
2026-03-30 06:44:44 [bca.uk] INFO: Found listing with ID: WR23%20BXH
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR23%2520BXH%27 HTTP/1.1" 200 None
2026-03-30 06:44:44 [bca.uk] INFO: Scrape type for WR23%20BXH: 0
2026-03-30 06:44:44 [bca.uk] INFO: Found listing with ID: HX71%20YJZ
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX71%2520YJZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:44 [bca.uk] INFO: Scrape type for HX71%20YJZ: 2
2026-03-30 06:44:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b779c2f-41a8-5eac-b4dc-0add448a111b with identifier: HX71%20YJZ
2026-03-30 06:44:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b779c2f-41a8-5eac-b4dc-0add448a111b with scrape type 2
2026-03-30 06:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b779c2f-41a8-5eac-b4dc-0add448a111b with scrape type 2
2026-03-30 06:44:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b779c2f-41a8-5eac-b4dc-0add448a111b, identifier: HX71%20YJZ
2026-03-30 06:44:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with identifier: KF73%20ASX
2026-03-30 06:44:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with identifier: KF73%20ASX
2026-03-30 06:44:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a with identifier: KF73%20ASX to the API
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20ASX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '71b0e0a0-c80d-50ee-9d7c-934fc72cdb0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 ASX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20ASX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4300182',
 'year': 2024}
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520ASX%27 HTTP/1.1" 200 None
2026-03-30 06:44:44 [bca.uk] INFO: Saving data for KF73%20ASX: {'auction_closing_time': 1775113200.0, 'created_time': 1773842543.288372, 'last_price_update_time': 1774853084.805345}
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520ASX') HTTP/1.1" 204 0
2026-03-30 06:44:44 [bca.uk] INFO: Found listing with ID: GU02%20EYS
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU02%2520EYS%27 HTTP/1.1" 200 None
2026-03-30 06:44:44 [bca.uk] INFO: Scrape type for GU02%20EYS: 2
2026-03-30 06:44:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7831d3c6-abd7-51a0-89c2-9cbfb96a6de2 with identifier: GU02%20EYS
2026-03-30 06:44:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7831d3c6-abd7-51a0-89c2-9cbfb96a6de2 with scrape type 2
2026-03-30 06:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7831d3c6-abd7-51a0-89c2-9cbfb96a6de2 with scrape type 2
2026-03-30 06:44:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7831d3c6-abd7-51a0-89c2-9cbfb96a6de2, identifier: GU02%20EYS
2026-03-30 06:44:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7678ed58-1521-5648-8e9d-e42fdf8377d4 with identifier: OU67%20VUL
2026-03-30 06:44:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7678ed58-1521-5648-8e9d-e42fdf8377d4 with identifier: OU67%20VUL
2026-03-30 06:44:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7678ed58-1521-5648-8e9d-e42fdf8377d4 with identifier: OU67%20VUL to the API
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU67%20VUL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7678ed58-1521-5648-8e9d-e42fdf8377d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU67 VUL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU67%20VUL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 99879,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 180 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJAB4AN3JCP27733',
 'year': 2017}
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU67%2520VUL%27 HTTP/1.1" 200 None
2026-03-30 06:44:45 [bca.uk] INFO: Saving data for OU67%20VUL: {'auction_closing_time': 1774868400.0, 'created_time': 1774351952.102736, 'last_price_update_time': 1774853085.3392}
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU67%2520VUL') HTTP/1.1" 204 0
2026-03-30 06:44:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b779c2f-41a8-5eac-b4dc-0add448a111b with identifier: HX71%20YJZ
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=graphite+grey+metallic HTTP/1.1" 200 None
2026-03-30 06:44:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:44:45 [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:44:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b779c2f-41a8-5eac-b4dc-0add448a111b with identifier: HX71%20YJZ
2026-03-30 06:44:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b779c2f-41a8-5eac-b4dc-0add448a111b with identifier: HX71%20YJZ to the API
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=100&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX71%20YJZ-GB',
 'category': 'Car',
 'color': 'graphite grey metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-08T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0b779c2f-41a8-5eac-b4dc-0add448a111b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HX71 YJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX71%20YJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQC 400',
 'odometer': 29105,
 'odometer_reading_unit': '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 EQC 400 AMG LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE',
 'vin': 'W1K2938902F039232',
 'year': 2021}
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX71%2520YJZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:45 [bca.uk] INFO: Saving data for HX71%20YJZ: {'auction_closing_time': 1775642400.0, 'created_time': 1773842232.772073, 'last_price_update_time': 1774853085.77128}
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX71%2520YJZ') HTTP/1.1" 204 0
2026-03-30 06:44:45 [bca.uk] INFO: Found listing with ID: KF73%20CGX
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520CGX%27 HTTP/1.1" 200 None
2026-03-30 06:44:45 [bca.uk] INFO: Scrape type for KF73%20CGX: 0
2026-03-30 06:44:45 [bca.uk] INFO: Found listing with ID: LN24%20PMX
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PMX%27 HTTP/1.1" 200 None
2026-03-30 06:44:45 [bca.uk] INFO: Scrape type for LN24%20PMX: 0
2026-03-30 06:44:45 [bca.uk] INFO: Found listing with ID: LN24%20PNY
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PNY%27 HTTP/1.1" 200 None
2026-03-30 06:44:45 [bca.uk] INFO: Scrape type for LN24%20PNY: 0
2026-03-30 06:44:45 [bca.uk] INFO: Found listing with ID: LP23%20GVR
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GVR%27 HTTP/1.1" 200 None
2026-03-30 06:44:45 [bca.uk] INFO: Scrape type for LP23%20GVR: 0
2026-03-30 06:44:45 [bca.uk] INFO: Found listing with ID: LP23%20GXX
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GXX%27 HTTP/1.1" 200 None
2026-03-30 06:44:45 [bca.uk] INFO: Scrape type for LP23%20GXX: 0
2026-03-30 06:44:45 [bca.uk] INFO: Found listing with ID: GX20%20HMD
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520HMD%27 HTTP/1.1" 200 None
2026-03-30 06:44:45 [bca.uk] INFO: Scrape type for GX20%20HMD: 2
2026-03-30 06:44:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with identifier: GX20%20HMD
2026-03-30 06:44:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with scrape type 2
2026-03-30 06:44:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with scrape type 2
2026-03-30 06:44:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebb01b6f-bf2e-5670-befe-ccbccf2b7426, identifier: GX20%20HMD
2026-03-30 06:44:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7831d3c6-abd7-51a0-89c2-9cbfb96a6de2 with identifier: GU02%20EYS
2026-03-30 06:44:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7831d3c6-abd7-51a0-89c2-9cbfb96a6de2 with identifier: GU02%20EYS
2026-03-30 06:44:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7831d3c6-abd7-51a0-89c2-9cbfb96a6de2 with identifier: GU02%20EYS to the API
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 181,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU02%20EYS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7831d3c6-abd7-51a0-89c2-9cbfb96a6de2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU02 EYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU02%20EYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AVENSIS',
 'odometer': 133362,
 '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': 'TOYOTA AVENSIS 2.0 VVTI SR LIFTBACK Hatchback',
 'transmission': 'manual',
 'trim': 'VVTI SR LIFTBACK',
 'vin': 'SB164BBN00E017522',
 'year': 2002}
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU02%2520EYS%27 HTTP/1.1" 200 None
2026-03-30 06:44:46 [bca.uk] INFO: Saving data for GU02%20EYS: {'auction_closing_time': 1774864800.0, 'created_time': 1774535367.26487, 'last_price_update_time': 1774853086.331265}
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU02%2520EYS') HTTP/1.1" 204 0
2026-03-30 06:44:46 [bca.uk] INFO: Found listing with ID: SL16%20MUV
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520MUV%27 HTTP/1.1" 200 None
2026-03-30 06:44:46 [bca.uk] INFO: Scrape type for SL16%20MUV: 2
2026-03-30 06:44:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fd584b6-8c88-5280-b969-605408a310cd with identifier: SL16%20MUV
2026-03-30 06:44:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fd584b6-8c88-5280-b969-605408a310cd with scrape type 2
2026-03-30 06:44:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fd584b6-8c88-5280-b969-605408a310cd with scrape type 2
2026-03-30 06:44:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8fd584b6-8c88-5280-b969-605408a310cd, identifier: SL16%20MUV
2026-03-30 06:44:46 [bca.uk] INFO: Found listing with ID: KM71%20FNP
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520FNP%27 HTTP/1.1" 200 None
2026-03-30 06:44:46 [bca.uk] INFO: Scrape type for KM71%20FNP: 0
2026-03-30 06:44:46 [bca.uk] INFO: Found listing with ID: KM73%20ACO
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520ACO%27 HTTP/1.1" 200 None
2026-03-30 06:44:46 [bca.uk] INFO: Scrape type for KM73%20ACO: 0
2026-03-30 06:44:46 [bca.uk] INFO: Found listing with ID: KM73%20NXO
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520NXO%27 HTTP/1.1" 200 None
2026-03-30 06:44:46 [bca.uk] INFO: Scrape type for KM73%20NXO: 0
2026-03-30 06:44:46 [bca.uk] INFO: Found listing with ID: KM73%20OCG
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OCG%27 HTTP/1.1" 200 None
2026-03-30 06:44:46 [bca.uk] INFO: Scrape type for KM73%20OCG: 0
2026-03-30 06:44:46 [bca.uk] INFO: Found listing with ID: KM73%20OGP
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OGP%27 HTTP/1.1" 200 None
2026-03-30 06:44:46 [bca.uk] INFO: Scrape type for KM73%20OGP: 0
2026-03-30 06:44:46 [bca.uk] INFO: Found listing with ID: KM73%20OJY
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM73%2520OJY%27 HTTP/1.1" 200 None
2026-03-30 06:44:46 [bca.uk] INFO: Scrape type for KM73%20OJY: 0
2026-03-30 06:44:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with identifier: GX20%20HMD
2026-03-30 06:44:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with identifier: GX20%20HMD
2026-03-30 06:44:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebb01b6f-bf2e-5670-befe-ccbccf2b7426 with identifier: GX20%20HMD to the API
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX20%20HMD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ebb01b6f-bf2e-5670-befe-ccbccf2b7426',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX20 HMD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX20%20HMD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 26358,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13700,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 2.3 E/B 280 ST Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 280 ST',
 'vin': 'WF0NXXGCHNKM81123',
 'year': 2020}
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520HMD%27 HTTP/1.1" 200 None
2026-03-30 06:44:46 [bca.uk] INFO: Saving data for GX20%20HMD: {'auction_closing_time': 1774854000.0, 'created_time': 1773828200.107381, 'last_price_update_time': 1774853086.906516}
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX20%2520HMD') HTTP/1.1" 204 0
2026-03-30 06:44:47 [bca.uk] INFO: Found listing with ID: VU11%20NVC
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU11%2520NVC%27 HTTP/1.1" 200 None
2026-03-30 06:44:47 [bca.uk] INFO: Scrape type for VU11%20NVC: 2
2026-03-30 06:44:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7385c488-da45-5613-9574-480951156c9f with identifier: VU11%20NVC
2026-03-30 06:44:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7385c488-da45-5613-9574-480951156c9f with scrape type 2
2026-03-30 06:44:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7385c488-da45-5613-9574-480951156c9f with scrape type 2
2026-03-30 06:44:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7385c488-da45-5613-9574-480951156c9f, identifier: VU11%20NVC
2026-03-30 06:44:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8fd584b6-8c88-5280-b969-605408a310cd with identifier: SL16%20MUV
2026-03-30 06:44:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8fd584b6-8c88-5280-b969-605408a310cd with identifier: SL16%20MUV
2026-03-30 06:44:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8fd584b6-8c88-5280-b969-605408a310cd with identifier: SL16%20MUV to the API
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL16%20MUV-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8fd584b6-8c88-5280-b969-605408a310cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL16 MUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL16%20MUV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 93305,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3000,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 GDI B/D 132 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI B/D 132 2WD SE',
 'vin': 'TMAJ3811LHJ168055',
 'year': 2016}
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL16%2520MUV%27 HTTP/1.1" 200 None
2026-03-30 06:44:47 [bca.uk] INFO: Saving data for SL16%20MUV: {'auction_closing_time': 1774868400.0, 'created_time': 1774351950.464403, 'last_price_update_time': 1774853087.44766}
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL16%2520MUV') HTTP/1.1" 204 0
2026-03-30 06:44:47 [bca.uk] INFO: Found listing with ID: NA20%20KDV
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520KDV%27 HTTP/1.1" 200 None
2026-03-30 06:44:47 [bca.uk] INFO: Scrape type for NA20%20KDV: 2
2026-03-30 06:44:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f403d8d-4e6b-549d-a326-ac07de4aca66 with identifier: NA20%20KDV
2026-03-30 06:44:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f403d8d-4e6b-549d-a326-ac07de4aca66 with scrape type 2
2026-03-30 06:44:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f403d8d-4e6b-549d-a326-ac07de4aca66 with scrape type 2
2026-03-30 06:44:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f403d8d-4e6b-549d-a326-ac07de4aca66, identifier: NA20%20KDV
2026-03-30 06:44:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7385c488-da45-5613-9574-480951156c9f with identifier: VU11%20NVC
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=deep+sea+blue HTTP/1.1" 200 None
2026-03-30 06:44:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:44: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:44:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7385c488-da45-5613-9574-480951156c9f with identifier: VU11%20NVC
2026-03-30 06:44:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7385c488-da45-5613-9574-480951156c9f with identifier: VU11%20NVC to the API
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU11%20NVC-GB',
 'category': 'Car',
 'color': 'deep sea blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7385c488-da45-5613-9574-480951156c9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU11 NVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU11%20NVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '116D',
 'odometer': 118863,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'BMW 116D 2.0 116 SPORT Hatchback',
 'transmission': 'manual',
 'trim': '116 SPORT',
 'vin': 'WBAUH52060E614314',
 'year': 2011}
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU11%2520NVC%27 HTTP/1.1" 200 None
2026-03-30 06:44:47 [bca.uk] INFO: Saving data for VU11%20NVC: {'auction_closing_time': 1774864800.0, 'created_time': 1774535223.797054, 'last_price_update_time': 1774853087.988754}
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU11%2520NVC') HTTP/1.1" 204 0
2026-03-30 06:44:48 [bca.uk] INFO: Found listing with ID: PK17%20RPZ
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520RPZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:48 [bca.uk] INFO: Scrape type for PK17%20RPZ: 2
2026-03-30 06:44:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with identifier: PK17%20RPZ
2026-03-30 06:44:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with scrape type 2
2026-03-30 06:44:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with scrape type 2
2026-03-30 06:44:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19d40d16-273b-588b-9c2a-afe44e8bfbf1, identifier: PK17%20RPZ
2026-03-30 06:44:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f403d8d-4e6b-549d-a326-ac07de4aca66 with identifier: NA20%20KDV
2026-03-30 06:44:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f403d8d-4e6b-549d-a326-ac07de4aca66 with identifier: NA20%20KDV
2026-03-30 06:44:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f403d8d-4e6b-549d-a326-ac07de4aca66 with identifier: NA20%20KDV to the API
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA20%20KDV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4f403d8d-4e6b-549d-a326-ac07de4aca66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA20 KDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA20%20KDV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Crawley',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 16915,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21000,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.5 HYBRID EXCEL 2WD StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL 2WD',
 'vin': 'JTMY23FV80D512082',
 'year': 2020}
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520KDV%27 HTTP/1.1" 200 None
2026-03-30 06:44:48 [bca.uk] INFO: Saving data for NA20%20KDV: {'auction_closing_time': 1774854000.0, 'created_time': 1773828203.252604, 'last_price_update_time': 1774853088.433448}
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA20%2520KDV') HTTP/1.1" 204 0
2026-03-30 06:44:48 [bca.uk] INFO: Found listing with ID: DN07%20XRX
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN07%2520XRX%27 HTTP/1.1" 200 None
2026-03-30 06:44:48 [bca.uk] INFO: Scrape type for DN07%20XRX: 2
2026-03-30 06:44:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee71f9a2-d693-5826-b541-5063aba603be with identifier: DN07%20XRX
2026-03-30 06:44:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee71f9a2-d693-5826-b541-5063aba603be with scrape type 2
2026-03-30 06:44:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee71f9a2-d693-5826-b541-5063aba603be with scrape type 2
2026-03-30 06:44:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee71f9a2-d693-5826-b541-5063aba603be, identifier: DN07%20XRX
2026-03-30 06:44:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with identifier: PK17%20RPZ
2026-03-30 06:44:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with identifier: PK17%20RPZ
2026-03-30 06:44:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19d40d16-273b-588b-9c2a-afe44e8bfbf1 with identifier: PK17%20RPZ to the API
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK17%20RPZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '19d40d16-273b-588b-9c2a-afe44e8bfbf1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK17 RPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK17%20RPZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 73884,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM P/S StationWagon',
 'transmission': 'automatic',
 'trim': 'TDCI 180 4WD TITANIUM P/S',
 'vin': 'WF0AXXWPMAHU26758',
 'year': 2017}
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520RPZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:48 [bca.uk] INFO: Saving data for PK17%20RPZ: {'auction_closing_time': 1775113200.0, 'created_time': 1773831252.732743, 'last_price_update_time': 1774853088.841101}
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK17%2520RPZ') HTTP/1.1" 204 0
2026-03-30 06:44:48 [bca.uk] INFO: Found listing with ID: SY23%20XLB
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY23%2520XLB%27 HTTP/1.1" 200 None
2026-03-30 06:44:48 [bca.uk] INFO: Scrape type for SY23%20XLB: 2
2026-03-30 06:44:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a878b81-f28d-52ba-b081-50ebaf55645a with identifier: SY23%20XLB
2026-03-30 06:44:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a878b81-f28d-52ba-b081-50ebaf55645a with scrape type 2
2026-03-30 06:44:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a878b81-f28d-52ba-b081-50ebaf55645a with scrape type 2
2026-03-30 06:44:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a878b81-f28d-52ba-b081-50ebaf55645a, identifier: SY23%20XLB
2026-03-30 06:44:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee71f9a2-d693-5826-b541-5063aba603be with identifier: DN07%20XRX
2026-03-30 06:44:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee71f9a2-d693-5826-b541-5063aba603be with identifier: DN07%20XRX
2026-03-30 06:44:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee71f9a2-d693-5826-b541-5063aba603be with identifier: DN07%20XRX to the API
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN07%20XRX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee71f9a2-d693-5826-b541-5063aba603be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN07 XRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN07%20XRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 86195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.8 VVT-I SR Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I SR',
 'vin': 'JTDJL963200005072',
 'year': 2007}
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN07%2520XRX%27 HTTP/1.1" 200 None
2026-03-30 06:44:49 [bca.uk] INFO: Saving data for DN07%20XRX: {'auction_closing_time': 1774864800.0, 'created_time': 1774303598.374962, 'last_price_update_time': 1774853089.253682}
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN07%2520XRX') HTTP/1.1" 204 0
2026-03-30 06:44:49 [bca.uk] INFO: Found listing with ID: FV72%20UEJ
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520UEJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:49 [bca.uk] INFO: Scrape type for FV72%20UEJ: 2
2026-03-30 06:44:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5879e1b0-254b-584d-823b-16ffcee833e0 with identifier: FV72%20UEJ
2026-03-30 06:44:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5879e1b0-254b-584d-823b-16ffcee833e0 with scrape type 2
2026-03-30 06:44:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5879e1b0-254b-584d-823b-16ffcee833e0 with scrape type 2
2026-03-30 06:44:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5879e1b0-254b-584d-823b-16ffcee833e0, identifier: FV72%20UEJ
2026-03-30 06:44:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a878b81-f28d-52ba-b081-50ebaf55645a with identifier: SY23%20XLB
2026-03-30 06:44:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a878b81-f28d-52ba-b081-50ebaf55645a with identifier: SY23%20XLB
2026-03-30 06:44:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a878b81-f28d-52ba-b081-50ebaf55645a with identifier: SY23%20XLB to the API
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY23%20XLB-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4a878b81-f28d-52ba-b081-50ebaf55645a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SY23 XLB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY23%20XLB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 31778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 18000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 EXCEL',
 'vin': 'NMTK33BXX0R283014',
 'year': 2023}
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY23%2520XLB%27 HTTP/1.1" 200 None
2026-03-30 06:44:49 [bca.uk] INFO: Saving data for SY23%20XLB: {'auction_closing_time': 1774854000.0, 'created_time': 1774265495.974703, 'last_price_update_time': 1774853089.668856}
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY23%2520XLB') HTTP/1.1" 204 0
2026-03-30 06:44:49 [bca.uk] INFO: Found listing with ID: LF13%20UWB
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520UWB%27 HTTP/1.1" 200 None
2026-03-30 06:44:49 [bca.uk] INFO: Scrape type for LF13%20UWB: 2
2026-03-30 06:44:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27628864-368d-5860-96ec-097bc365b66d with identifier: LF13%20UWB
2026-03-30 06:44:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27628864-368d-5860-96ec-097bc365b66d with scrape type 2
2026-03-30 06:44:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27628864-368d-5860-96ec-097bc365b66d with scrape type 2
2026-03-30 06:44:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27628864-368d-5860-96ec-097bc365b66d, identifier: LF13%20UWB
2026-03-30 06:44:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5879e1b0-254b-584d-823b-16ffcee833e0 with identifier: FV72%20UEJ
2026-03-30 06:44:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5879e1b0-254b-584d-823b-16ffcee833e0 with identifier: FV72%20UEJ
2026-03-30 06:44:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5879e1b0-254b-584d-823b-16ffcee833e0 with identifier: FV72%20UEJ to the API
2026-03-30 06:44:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV72%20UEJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5879e1b0-254b-584d-823b-16ffcee833e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV72 UEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV72%20UEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 18869,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
 'transmission': 'manual',
 'trim': 'M/H DOLCEVITA',
 'vin': 'ZFACF1CJ3NJG90831',
 'year': 2022}
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520UEJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:50 [bca.uk] INFO: Saving data for FV72%20UEJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774592225.695656, 'last_price_update_time': 1774853090.115742}
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV72%2520UEJ') HTTP/1.1" 204 0
2026-03-30 06:44:50 [bca.uk] INFO: Found listing with ID: SM06%20EKK
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM06%2520EKK%27 HTTP/1.1" 200 None
2026-03-30 06:44:50 [bca.uk] INFO: Scrape type for SM06%20EKK: 0
2026-03-30 06:44:50 [bca.uk] INFO: Found listing with ID: SM16%20NPP
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM16%2520NPP%27 HTTP/1.1" 200 None
2026-03-30 06:44:50 [bca.uk] INFO: Scrape type for SM16%20NPP: 2
2026-03-30 06:44:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8826e2f3-2a66-5227-8163-cc288b69294c with identifier: SM16%20NPP
2026-03-30 06:44:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8826e2f3-2a66-5227-8163-cc288b69294c with scrape type 2
2026-03-30 06:44:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8826e2f3-2a66-5227-8163-cc288b69294c with scrape type 2
2026-03-30 06:44:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8826e2f3-2a66-5227-8163-cc288b69294c, identifier: SM16%20NPP
2026-03-30 06:44:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27628864-368d-5860-96ec-097bc365b66d with identifier: LF13%20UWB
2026-03-30 06:44:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27628864-368d-5860-96ec-097bc365b66d with identifier: LF13%20UWB
2026-03-30 06:44:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27628864-368d-5860-96ec-097bc365b66d with identifier: LF13%20UWB to the API
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF13%20UWB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '27628864-368d-5860-96ec-097bc365b66d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF13 UWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF13%20UWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 51924,
 'odometer_reading_unit': '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 JAZZ 1.4 I-VTEC SI Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC SI',
 'vin': 'SHHGG6770DU009110',
 'year': 2013}
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF13%2520UWB%27 HTTP/1.1" 200 None
2026-03-30 06:44:50 [bca.uk] INFO: Saving data for LF13%20UWB: {'auction_closing_time': 1774864800.0, 'created_time': 1774303594.796445, 'last_price_update_time': 1774853090.555745}
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF13%2520UWB') HTTP/1.1" 204 0
2026-03-30 06:44:50 [bca.uk] INFO: Found listing with ID: GD23%20KLM
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520KLM%27 HTTP/1.1" 200 None
2026-03-30 06:44:50 [bca.uk] INFO: Scrape type for GD23%20KLM: 2
2026-03-30 06:44:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 701641e1-9246-58f7-8187-4351041a637e with identifier: GD23%20KLM
2026-03-30 06:44:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 701641e1-9246-58f7-8187-4351041a637e with scrape type 2
2026-03-30 06:44:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 701641e1-9246-58f7-8187-4351041a637e with scrape type 2
2026-03-30 06:44:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 701641e1-9246-58f7-8187-4351041a637e, identifier: GD23%20KLM
2026-03-30 06:44:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8826e2f3-2a66-5227-8163-cc288b69294c with identifier: SM16%20NPP
2026-03-30 06:44:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8826e2f3-2a66-5227-8163-cc288b69294c with identifier: SM16%20NPP
2026-03-30 06:44:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8826e2f3-2a66-5227-8163-cc288b69294c with identifier: SM16%20NPP to the API
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM16%20NPP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8826e2f3-2a66-5227-8163-cc288b69294c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM16 NPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM16%20NPP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 220 D',
 'odometer': 67685,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9250,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 220 D 2.1 AMG LINE PREMIUM PLUS 4M DCT '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS 4M DCT',
 'vin': 'WDC1569052J261805',
 'year': 2016}
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM16%2520NPP%27 HTTP/1.1" 200 None
2026-03-30 06:44:50 [bca.uk] INFO: Saving data for SM16%20NPP: {'auction_closing_time': 1774868400.0, 'created_time': 1773831286.417089, 'last_price_update_time': 1774853090.983353}
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM16%2520NPP') HTTP/1.1" 204 0
2026-03-30 06:44:51 [bca.uk] INFO: Found listing with ID: LP64%20FNN
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP64%2520FNN%27 HTTP/1.1" 200 None
2026-03-30 06:44:51 [bca.uk] INFO: Scrape type for LP64%20FNN: 2
2026-03-30 06:44:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 394795fd-7abe-5a17-bc3b-761928374edd with identifier: LP64%20FNN
2026-03-30 06:44:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 394795fd-7abe-5a17-bc3b-761928374edd with scrape type 2
2026-03-30 06:44:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 394795fd-7abe-5a17-bc3b-761928374edd with scrape type 2
2026-03-30 06:44:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 394795fd-7abe-5a17-bc3b-761928374edd, identifier: LP64%20FNN
2026-03-30 06:44:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 701641e1-9246-58f7-8187-4351041a637e with identifier: GD23%20KLM
2026-03-30 06:44:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 701641e1-9246-58f7-8187-4351041a637e with identifier: GD23%20KLM
2026-03-30 06:44:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 701641e1-9246-58f7-8187-4351041a637e with identifier: GD23%20KLM to the API
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD23%20KLM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '701641e1-9246-58f7-8187-4351041a637e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GD23 KLM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD23%20KLM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500 E',
 'odometer': 13758,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 E 87KW 42KWH ICON Hatchback',
 'transmission': 'automatic',
 'trim': '87KW 42KWH ICON',
 'vin': 'ZFAEFAC4XNX122864',
 'year': 2023}
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520KLM%27 HTTP/1.1" 200 None
2026-03-30 06:44:51 [bca.uk] INFO: Saving data for GD23%20KLM: {'auction_closing_time': 1775037600.0, 'created_time': 1774592228.882362, 'last_price_update_time': 1774853091.388775}
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD23%2520KLM') HTTP/1.1" 204 0
2026-03-30 06:44:51 [bca.uk] INFO: Found listing with ID: VX13%20SPU
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX13%2520SPU%27 HTTP/1.1" 200 None
2026-03-30 06:44:51 [bca.uk] INFO: Scrape type for VX13%20SPU: 0
2026-03-30 06:44:51 [bca.uk] INFO: Found listing with ID: AK64%20TZP
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK64%2520TZP%27 HTTP/1.1" 200 None
2026-03-30 06:44:51 [bca.uk] INFO: Scrape type for AK64%20TZP: 0
2026-03-30 06:44:51 [bca.uk] INFO: Found listing with ID: BU64%20VHW
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU64%2520VHW%27 HTTP/1.1" 200 None
2026-03-30 06:44:51 [bca.uk] INFO: Scrape type for BU64%20VHW: 0
2026-03-30 06:44:51 [bca.uk] INFO: Found listing with ID: CF14%20AXD
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF14%2520AXD%27 HTTP/1.1" 200 None
2026-03-30 06:44:51 [bca.uk] INFO: Scrape type for CF14%20AXD: 2
2026-03-30 06:44:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3183f7f6-54f1-5b08-955a-c9320ea24641 with identifier: CF14%20AXD
2026-03-30 06:44:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3183f7f6-54f1-5b08-955a-c9320ea24641 with scrape type 2
2026-03-30 06:44:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3183f7f6-54f1-5b08-955a-c9320ea24641 with scrape type 2
2026-03-30 06:44:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3183f7f6-54f1-5b08-955a-c9320ea24641, identifier: CF14%20AXD
2026-03-30 06:44:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 394795fd-7abe-5a17-bc3b-761928374edd with identifier: LP64%20FNN
2026-03-30 06:44:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 394795fd-7abe-5a17-bc3b-761928374edd with identifier: LP64%20FNN
2026-03-30 06:44:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 394795fd-7abe-5a17-bc3b-761928374edd with identifier: LP64%20FNN to the API
2026-03-30 06:44:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP64%20FNN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '394795fd-7abe-5a17-bc3b-761928374edd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP64 FNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP64%20FNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 107171,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.2 D 175 SPORT AWD StationWagon',
 'transmission': 'automatic',
 'trim': 'D 175 SPORT AWD',
 'vin': 'JMZKEN92800173194',
 'year': 2015}
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP64%2520FNN%27 HTTP/1.1" 200 None
2026-03-30 06:44:52 [bca.uk] INFO: Saving data for LP64%20FNN: {'auction_closing_time': 1774864800.0, 'created_time': 1774436779.524627, 'last_price_update_time': 1774853092.07579}
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP64%2520FNN') HTTP/1.1" 204 0
2026-03-30 06:44:52 [bca.uk] INFO: Found listing with ID: LE71%20BFL
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BFL%27 HTTP/1.1" 200 None
2026-03-30 06:44:52 [bca.uk] INFO: Scrape type for LE71%20BFL: 2
2026-03-30 06:44:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdddb2ee-d920-5e78-8fb3-0481fda48d1d with identifier: LE71%20BFL
2026-03-30 06:44:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdddb2ee-d920-5e78-8fb3-0481fda48d1d with scrape type 2
2026-03-30 06:44:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdddb2ee-d920-5e78-8fb3-0481fda48d1d with scrape type 2
2026-03-30 06:44:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdddb2ee-d920-5e78-8fb3-0481fda48d1d, identifier: LE71%20BFL
2026-03-30 06:44:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3183f7f6-54f1-5b08-955a-c9320ea24641 with identifier: CF14%20AXD
2026-03-30 06:44:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3183f7f6-54f1-5b08-955a-c9320ea24641 with identifier: CF14%20AXD
2026-03-30 06:44:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3183f7f6-54f1-5b08-955a-c9320ea24641 with identifier: CF14%20AXD to the API
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF14%20AXD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3183f7f6-54f1-5b08-955a-c9320ea24641',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF14 AXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF14%20AXD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 74951,
 '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': 'FORD FOCUS 1.6 TDCI 115 TITANIUM NAVIGATOR Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM NAVIGATOR',
 'vin': 'WF0KXXGCBKEM29113',
 'year': 2014}
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF14%2520AXD%27 HTTP/1.1" 200 None
2026-03-30 06:44:52 [bca.uk] INFO: Saving data for CF14%20AXD: {'auction_closing_time': 1774868400.0, 'created_time': 1773827310.411597, 'last_price_update_time': 1774853092.512131}
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF14%2520AXD') HTTP/1.1" 204 0
2026-03-30 06:44:52 [bca.uk] INFO: Found listing with ID: MV68%20NGN
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV68%2520NGN%27 HTTP/1.1" 200 None
2026-03-30 06:44:52 [bca.uk] INFO: Scrape type for MV68%20NGN: 2
2026-03-30 06:44:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 440065ef-7c6e-5a70-8d71-c57dfac31c6e with identifier: MV68%20NGN
2026-03-30 06:44:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 440065ef-7c6e-5a70-8d71-c57dfac31c6e with scrape type 2
2026-03-30 06:44:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 440065ef-7c6e-5a70-8d71-c57dfac31c6e with scrape type 2
2026-03-30 06:44:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 440065ef-7c6e-5a70-8d71-c57dfac31c6e, identifier: MV68%20NGN
2026-03-30 06:44:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdddb2ee-d920-5e78-8fb3-0481fda48d1d with identifier: LE71%20BFL
2026-03-30 06:44:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdddb2ee-d920-5e78-8fb3-0481fda48d1d with identifier: LE71%20BFL
2026-03-30 06:44:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdddb2ee-d920-5e78-8fb3-0481fda48d1d with identifier: LE71%20BFL to the API
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20BFL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cdddb2ee-d920-5e78-8fb3-0481fda48d1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 BFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20BFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 36839,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJZ14U94MS101815',
 'year': 2022}
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BFL%27 HTTP/1.1" 200 None
2026-03-30 06:44:52 [bca.uk] INFO: Saving data for LE71%20BFL: {'auction_closing_time': 1775037600.0, 'created_time': 1774592227.223841, 'last_price_update_time': 1774853092.940796}
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520BFL') HTTP/1.1" 204 0
2026-03-30 06:44:52 [bca.uk] INFO: Found listing with ID: CY15%20NDD
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CY15%2520NDD%27 HTTP/1.1" 200 None
2026-03-30 06:44:52 [bca.uk] INFO: Scrape type for CY15%20NDD: 0
2026-03-30 06:44:52 [bca.uk] INFO: Found listing with ID: KS09%20KDJ
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS09%2520KDJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:52 [bca.uk] INFO: Scrape type for KS09%20KDJ: 0
2026-03-30 06:44:52 [bca.uk] INFO: Found listing with ID: NK63%20ZCF
2026-03-30 06:44:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK63%2520ZCF%27 HTTP/1.1" 200 None
2026-03-30 06:44:53 [bca.uk] INFO: Scrape type for NK63%20ZCF: 2
2026-03-30 06:44:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c17a9391-a7c6-59cd-9cf6-0d23912b099f with identifier: NK63%20ZCF
2026-03-30 06:44:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c17a9391-a7c6-59cd-9cf6-0d23912b099f with scrape type 2
2026-03-30 06:44:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c17a9391-a7c6-59cd-9cf6-0d23912b099f with scrape type 2
2026-03-30 06:44:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c17a9391-a7c6-59cd-9cf6-0d23912b099f, identifier: NK63%20ZCF
2026-03-30 06:44:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 440065ef-7c6e-5a70-8d71-c57dfac31c6e with identifier: MV68%20NGN
2026-03-30 06:44:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 440065ef-7c6e-5a70-8d71-c57dfac31c6e with identifier: MV68%20NGN
2026-03-30 06:44:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 440065ef-7c6e-5a70-8d71-c57dfac31c6e with identifier: MV68%20NGN to the API
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 82,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV68%20NGN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '440065ef-7c6e-5a70-8d71-c57dfac31c6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV68 NGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV68%20NGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'PRIUS',
 'odometer': 272231,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'TOYOTA PRIUS 1.8 VVTI BUSINESS ED.PLUS Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI BUSINESS ED.PLUS',
 'vin': 'JTDKB3FUX03069095',
 'year': 2018}
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV68%2520NGN%27 HTTP/1.1" 200 None
2026-03-30 06:44:53 [bca.uk] INFO: Saving data for MV68%20NGN: {'auction_closing_time': 1774864800.0, 'created_time': 1774303599.189593, 'last_price_update_time': 1774853093.445265}
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV68%2520NGN') HTTP/1.1" 204 0
2026-03-30 06:44:53 [bca.uk] INFO: Found listing with ID: LE71%20BKO
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BKO%27 HTTP/1.1" 200 None
2026-03-30 06:44:53 [bca.uk] INFO: Scrape type for LE71%20BKO: 2
2026-03-30 06:44:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with identifier: LE71%20BKO
2026-03-30 06:44:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with scrape type 2
2026-03-30 06:44:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with scrape type 2
2026-03-30 06:44:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08425e1e-508f-5c5b-b62b-7606d91d7fb3, identifier: LE71%20BKO
2026-03-30 06:44:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c17a9391-a7c6-59cd-9cf6-0d23912b099f with identifier: NK63%20ZCF
2026-03-30 06:44:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c17a9391-a7c6-59cd-9cf6-0d23912b099f with identifier: NK63%20ZCF
2026-03-30 06:44:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c17a9391-a7c6-59cd-9cf6-0d23912b099f with identifier: NK63%20ZCF to the API
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK63%20ZCF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T11:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c17a9391-a7c6-59cd-9cf6-0d23912b099f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NK63 ZCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK63%20ZCF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 88864,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2000,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.2 D 150 SE-L AWD StationWagon',
 'transmission': 'manual',
 'trim': 'D 150 SE-L AWD',
 'vin': 'JMZKEN91600161169',
 'year': 2013}
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK63%2520ZCF%27 HTTP/1.1" 200 None
2026-03-30 06:44:53 [bca.uk] INFO: Saving data for NK63%20ZCF: {'auction_closing_time': 1774868400.0, 'created_time': 1773830905.175841, 'last_price_update_time': 1774853093.870071}
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK63%2520ZCF') HTTP/1.1" 204 0
2026-03-30 06:44:53 [bca.uk] INFO: Found listing with ID: WP16%20LYT
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP16%2520LYT%27 HTTP/1.1" 200 None
2026-03-30 06:44:53 [bca.uk] INFO: Scrape type for WP16%20LYT: 2
2026-03-30 06:44:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d635849-58d0-5d7e-9221-20f0d4c3945a with identifier: WP16%20LYT
2026-03-30 06:44:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d635849-58d0-5d7e-9221-20f0d4c3945a with scrape type 2
2026-03-30 06:44:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d635849-58d0-5d7e-9221-20f0d4c3945a with scrape type 2
2026-03-30 06:44:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d635849-58d0-5d7e-9221-20f0d4c3945a, identifier: WP16%20LYT
2026-03-30 06:44:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with identifier: LE71%20BKO
2026-03-30 06:44:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with identifier: LE71%20BKO
2026-03-30 06:44:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08425e1e-508f-5c5b-b62b-7606d91d7fb3 with identifier: LE71%20BKO to the API
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20BKO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '08425e1e-508f-5c5b-b62b-7606d91d7fb3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 BKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20BKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 42343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJZ14U95MS101600',
 'year': 2022}
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BKO%27 HTTP/1.1" 200 None
2026-03-30 06:44:54 [bca.uk] INFO: Saving data for LE71%20BKO: {'auction_closing_time': 1775037600.0, 'created_time': 1774592226.848187, 'last_price_update_time': 1774853094.288842}
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520BKO') HTTP/1.1" 204 0
2026-03-30 06:44:54 [bca.uk] INFO: Found listing with ID: RE18%20CXW
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520CXW%27 HTTP/1.1" 200 None
2026-03-30 06:44:54 [bca.uk] INFO: Scrape type for RE18%20CXW: 2
2026-03-30 06:44:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f4e3e5d-dc5d-56fc-8039-82e06f040ccd with identifier: RE18%20CXW
2026-03-30 06:44:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f4e3e5d-dc5d-56fc-8039-82e06f040ccd with scrape type 2
2026-03-30 06:44:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f4e3e5d-dc5d-56fc-8039-82e06f040ccd with scrape type 2
2026-03-30 06:44:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f4e3e5d-dc5d-56fc-8039-82e06f040ccd, identifier: RE18%20CXW
2026-03-30 06:44:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:44:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d635849-58d0-5d7e-9221-20f0d4c3945a with identifier: WP16%20LYT
2026-03-30 06:44:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d635849-58d0-5d7e-9221-20f0d4c3945a with identifier: WP16%20LYT
2026-03-30 06:44:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d635849-58d0-5d7e-9221-20f0d4c3945a with identifier: WP16%20LYT to the API
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP16%20LYT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d635849-58d0-5d7e-9221-20f0d4c3945a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP16 LYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP16%20LYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FIAT',
 'model': '500X',
 'odometer': 116028,
 'odometer_reading_unit': '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 Hatchback',
 'transmission': 'manual',
 'trim': 'M/JET 120 CROSS',
 'vin': 'ZFA3340000P445986',
 'year': 2016}
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP16%2520LYT%27 HTTP/1.1" 200 None
2026-03-30 06:44:54 [bca.uk] INFO: Saving data for WP16%20LYT: {'auction_closing_time': 1774864800.0, 'created_time': 1774265667.651789, 'last_price_update_time': 1774853094.789242}
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP16%2520LYT') HTTP/1.1" 204 0
2026-03-30 06:44:54 [bca.uk] INFO: Found listing with ID: LE71%20BLZ
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BLZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:54 [bca.uk] INFO: Scrape type for LE71%20BLZ: 2
2026-03-30 06:44:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a069ad81-4003-5a76-a045-dbfcab537a80 with identifier: LE71%20BLZ
2026-03-30 06:44:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a069ad81-4003-5a76-a045-dbfcab537a80 with scrape type 2
2026-03-30 06:44:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a069ad81-4003-5a76-a045-dbfcab537a80 with scrape type 2
2026-03-30 06:44:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a069ad81-4003-5a76-a045-dbfcab537a80, identifier: LE71%20BLZ
2026-03-30 06:44:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f4e3e5d-dc5d-56fc-8039-82e06f040ccd with identifier: RE18%20CXW
2026-03-30 06:44:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f4e3e5d-dc5d-56fc-8039-82e06f040ccd with identifier: RE18%20CXW
2026-03-30 06:44:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f4e3e5d-dc5d-56fc-8039-82e06f040ccd with identifier: RE18%20CXW to the API
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 228,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE18%20CXW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-04-02T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6f4e3e5d-dc5d-56fc-8039-82e06f040ccd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE18 CXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE18%20CXW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 75546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 3.2 TDCI 200 LIMITED 2 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDCI 200 LIMITED 2 4WD',
 'vin': '6FPPXXMJ2PHK29192',
 'year': 2018}
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520CXW%27 HTTP/1.1" 200 None
2026-03-30 06:44:55 [bca.uk] INFO: Saving data for RE18%20CXW: {'auction_closing_time': 1775113200.0, 'created_time': 1773842782.495932, 'last_price_update_time': 1774853095.231}
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE18%2520CXW') HTTP/1.1" 204 0
2026-03-30 06:44:55 [bca.uk] INFO: Found listing with ID: BJ09%20OJU
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ09%2520OJU%27 HTTP/1.1" 200 None
2026-03-30 06:44:55 [bca.uk] INFO: Scrape type for BJ09%20OJU: 2
2026-03-30 06:44:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17684a85-5270-58cc-b096-2f2a1afe95de with identifier: BJ09%20OJU
2026-03-30 06:44:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17684a85-5270-58cc-b096-2f2a1afe95de with scrape type 2
2026-03-30 06:44:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17684a85-5270-58cc-b096-2f2a1afe95de with scrape type 2
2026-03-30 06:44:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17684a85-5270-58cc-b096-2f2a1afe95de, identifier: BJ09%20OJU
2026-03-30 06:44:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a069ad81-4003-5a76-a045-dbfcab537a80 with identifier: LE71%20BLZ
2026-03-30 06:44:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a069ad81-4003-5a76-a045-dbfcab537a80 with identifier: LE71%20BLZ
2026-03-30 06:44:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a069ad81-4003-5a76-a045-dbfcab537a80 with identifier: LE71%20BLZ to the API
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20BLZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a069ad81-4003-5a76-a045-dbfcab537a80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 BLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20BLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 33642,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJZ14U98MS101882',
 'year': 2022}
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BLZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:55 [bca.uk] INFO: Saving data for LE71%20BLZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774592229.579919, 'last_price_update_time': 1774853095.661425}
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520BLZ') HTTP/1.1" 204 0
2026-03-30 06:44:55 [bca.uk] INFO: Found listing with ID: YG74%20OUJ
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OUJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:55 [bca.uk] INFO: Scrape type for YG74%20OUJ: 0
2026-03-30 06:44:55 [bca.uk] INFO: Found listing with ID: EN72%20GMG
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN72%2520GMG%27 HTTP/1.1" 200 None
2026-03-30 06:44:55 [bca.uk] INFO: Scrape type for EN72%20GMG: 0
2026-03-30 06:44:55 [bca.uk] INFO: Found listing with ID: FL72%20LKA
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL72%2520LKA%27 HTTP/1.1" 200 None
2026-03-30 06:44:55 [bca.uk] INFO: Scrape type for FL72%20LKA: 0
2026-03-30 06:44:55 [bca.uk] INFO: Found listing with ID: BF24%20EWL
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF24%2520EWL%27 HTTP/1.1" 200 None
2026-03-30 06:44:55 [bca.uk] INFO: Scrape type for BF24%20EWL: 0
2026-03-30 06:44:55 [bca.uk] INFO: Found listing with ID: BK22%20UNZ
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520UNZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:55 [bca.uk] INFO: Scrape type for BK22%20UNZ: 0
2026-03-30 06:44:55 [bca.uk] INFO: Found listing with ID: BK23%20CBF
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520CBF%27 HTTP/1.1" 200 None
2026-03-30 06:44:55 [bca.uk] INFO: Scrape type for BK23%20CBF: 2
2026-03-30 06:44:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f407965-801d-5cdd-81b5-08ba37daffbf with identifier: BK23%20CBF
2026-03-30 06:44:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f407965-801d-5cdd-81b5-08ba37daffbf with scrape type 2
2026-03-30 06:44:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f407965-801d-5cdd-81b5-08ba37daffbf with scrape type 2
2026-03-30 06:44:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f407965-801d-5cdd-81b5-08ba37daffbf, identifier: BK23%20CBF
2026-03-30 06:44:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17684a85-5270-58cc-b096-2f2a1afe95de with identifier: BJ09%20OJU
2026-03-30 06:44:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17684a85-5270-58cc-b096-2f2a1afe95de with identifier: BJ09%20OJU
2026-03-30 06:44:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17684a85-5270-58cc-b096-2f2a1afe95de with identifier: BJ09%20OJU to the API
2026-03-30 06:44:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ09%20OJU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '17684a85-5270-58cc-b096-2f2a1afe95de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ09 OJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ09%20OJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 188883,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 140 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 140 GT',
 'vin': 'WVWZZZ1KZAW072335',
 'year': 2009}
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ09%2520OJU%27 HTTP/1.1" 200 None
2026-03-30 06:44:56 [bca.uk] INFO: Saving data for BJ09%20OJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774535942.826185, 'last_price_update_time': 1774853096.168929}
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ09%2520OJU') HTTP/1.1" 204 0
2026-03-30 06:44:56 [bca.uk] INFO: Found listing with ID: LA71%20ZZN
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520ZZN%27 HTTP/1.1" 200 None
2026-03-30 06:44:56 [bca.uk] INFO: Scrape type for LA71%20ZZN: 2
2026-03-30 06:44:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa982646-27f3-52df-ae3f-c0f49d2fb342 with identifier: LA71%20ZZN
2026-03-30 06:44:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa982646-27f3-52df-ae3f-c0f49d2fb342 with scrape type 2
2026-03-30 06:44:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa982646-27f3-52df-ae3f-c0f49d2fb342 with scrape type 2
2026-03-30 06:44:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa982646-27f3-52df-ae3f-c0f49d2fb342, identifier: LA71%20ZZN
2026-03-30 06:44:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f407965-801d-5cdd-81b5-08ba37daffbf with identifier: BK23%20CBF
2026-03-30 06:44:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f407965-801d-5cdd-81b5-08ba37daffbf with identifier: BK23%20CBF
2026-03-30 06:44:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f407965-801d-5cdd-81b5-08ba37daffbf with identifier: BK23%20CBF to the API
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20CBF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '5f407965-801d-5cdd-81b5-08ba37daffbf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 CBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20CBF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 48384,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE',
 'vin': 'KNAC481AUP5112727',
 'year': 2023}
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520CBF%27 HTTP/1.1" 200 None
2026-03-30 06:44:56 [bca.uk] INFO: Saving data for BK23%20CBF: {'auction_closing_time': 1774854000.0, 'created_time': 1773825501.137309, 'last_price_update_time': 1774853096.61125}
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520CBF') HTTP/1.1" 204 0
2026-03-30 06:44:56 [bca.uk] INFO: Found listing with ID: PO16%20ZDR
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO16%2520ZDR%27 HTTP/1.1" 200 None
2026-03-30 06:44:56 [bca.uk] INFO: Scrape type for PO16%20ZDR: 2
2026-03-30 06:44:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e660b455-597f-50c4-8ced-a0537d9bbe8f with identifier: PO16%20ZDR
2026-03-30 06:44:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e660b455-597f-50c4-8ced-a0537d9bbe8f with scrape type 2
2026-03-30 06:44:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e660b455-597f-50c4-8ced-a0537d9bbe8f with scrape type 2
2026-03-30 06:44:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e660b455-597f-50c4-8ced-a0537d9bbe8f, identifier: PO16%20ZDR
2026-03-30 06:44:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa982646-27f3-52df-ae3f-c0f49d2fb342 with identifier: LA71%20ZZN
2026-03-30 06:44:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa982646-27f3-52df-ae3f-c0f49d2fb342 with identifier: LA71%20ZZN
2026-03-30 06:44:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa982646-27f3-52df-ae3f-c0f49d2fb342 with identifier: LA71%20ZZN to the API
2026-03-30 06:44:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA71%20ZZN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aa982646-27f3-52df-ae3f-c0f49d2fb342',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA71 ZZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA71%20ZZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 31927,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJZ14U97MS101825',
 'year': 2022}
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520ZZN%27 HTTP/1.1" 200 None
2026-03-30 06:44:57 [bca.uk] INFO: Saving data for LA71%20ZZN: {'auction_closing_time': 1775037600.0, 'created_time': 1774592230.888288, 'last_price_update_time': 1774853097.243719}
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA71%2520ZZN') HTTP/1.1" 204 0
2026-03-30 06:44:57 [bca.uk] INFO: Found listing with ID: BK23%20TLY
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520TLY%27 HTTP/1.1" 200 None
2026-03-30 06:44:57 [bca.uk] INFO: Scrape type for BK23%20TLY: 0
2026-03-30 06:44:57 [bca.uk] INFO: Found listing with ID: BP73%20CZS
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520CZS%27 HTTP/1.1" 200 None
2026-03-30 06:44:57 [bca.uk] INFO: Scrape type for BP73%20CZS: 2
2026-03-30 06:44:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0511ded9-7c38-5316-9ce8-49ec855b42c5 with identifier: BP73%20CZS
2026-03-30 06:44:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0511ded9-7c38-5316-9ce8-49ec855b42c5 with scrape type 2
2026-03-30 06:44:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0511ded9-7c38-5316-9ce8-49ec855b42c5 with scrape type 2
2026-03-30 06:44:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0511ded9-7c38-5316-9ce8-49ec855b42c5, identifier: BP73%20CZS
2026-03-30 06:44:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e660b455-597f-50c4-8ced-a0537d9bbe8f with identifier: PO16%20ZDR
2026-03-30 06:44:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e660b455-597f-50c4-8ced-a0537d9bbe8f with identifier: PO16%20ZDR
2026-03-30 06:44:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e660b455-597f-50c4-8ced-a0537d9bbe8f with identifier: PO16%20ZDR to the API
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO16%20ZDR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e660b455-597f-50c4-8ced-a0537d9bbe8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO16 ZDR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO16%20ZDR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 112309,
 'odometer_reading_unit': '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 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD1760122J462226',
 'year': 2016}
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO16%2520ZDR%27 HTTP/1.1" 200 None
2026-03-30 06:44:57 [bca.uk] INFO: Saving data for PO16%20ZDR: {'auction_closing_time': 1774864800.0, 'created_time': 1774535960.869773, 'last_price_update_time': 1774853097.765994}
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO16%2520ZDR') HTTP/1.1" 204 0
2026-03-30 06:44:57 [bca.uk] INFO: Found listing with ID: LE71%20BBN
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBN%27 HTTP/1.1" 200 None
2026-03-30 06:44:57 [bca.uk] INFO: Scrape type for LE71%20BBN: 2
2026-03-30 06:44:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63bdad57-9ecc-5f60-b4a5-56950784e060 with identifier: LE71%20BBN
2026-03-30 06:44:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63bdad57-9ecc-5f60-b4a5-56950784e060 with scrape type 2
2026-03-30 06:44:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63bdad57-9ecc-5f60-b4a5-56950784e060 with scrape type 2
2026-03-30 06:44:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63bdad57-9ecc-5f60-b4a5-56950784e060, identifier: LE71%20BBN
2026-03-30 06:44:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0511ded9-7c38-5316-9ce8-49ec855b42c5 with identifier: BP73%20CZS
2026-03-30 06:44:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0511ded9-7c38-5316-9ce8-49ec855b42c5 with identifier: BP73%20CZS
2026-03-30 06:44:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0511ded9-7c38-5316-9ce8-49ec855b42c5 with identifier: BP73%20CZS to the API
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP73%20CZS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '0511ded9-7c38-5316-9ce8-49ec855b42c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BP73 CZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP73%20CZS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 29672,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS1RC230726',
 'year': 2023}
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP73%2520CZS%27 HTTP/1.1" 200 None
2026-03-30 06:44:58 [bca.uk] INFO: Saving data for BP73%20CZS: {'auction_closing_time': 1774854000.0, 'created_time': 1773825459.977439, 'last_price_update_time': 1774853098.195343}
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP73%2520CZS') HTTP/1.1" 204 0
2026-03-30 06:44:58 [bca.uk] INFO: Total items found: 100
2026-03-30 06:44:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded
2026-03-30 06:44:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:44:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:44:58 [bca.uk] INFO: Found listing with ID: WJ68%20FGN
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520FGN%27 HTTP/1.1" 200 None
2026-03-30 06:44:58 [bca.uk] INFO: Scrape type for WJ68%20FGN: 2
2026-03-30 06:44:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313975ff-ac8e-5f1e-abfa-788e218d80c3 with identifier: WJ68%20FGN
2026-03-30 06:44:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313975ff-ac8e-5f1e-abfa-788e218d80c3 with scrape type 2
2026-03-30 06:44:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313975ff-ac8e-5f1e-abfa-788e218d80c3 with scrape type 2
2026-03-30 06:44:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 313975ff-ac8e-5f1e-abfa-788e218d80c3, identifier: WJ68%20FGN
2026-03-30 06:44:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63bdad57-9ecc-5f60-b4a5-56950784e060 with identifier: LE71%20BBN
2026-03-30 06:44:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63bdad57-9ecc-5f60-b4a5-56950784e060 with identifier: LE71%20BBN
2026-03-30 06:44:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63bdad57-9ecc-5f60-b4a5-56950784e060 with identifier: LE71%20BBN to the API
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20BBN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '63bdad57-9ecc-5f60-b4a5-56950784e060',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 BBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20BBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 31836,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJZ14U94MS087429',
 'year': 2022}
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBN%27 HTTP/1.1" 200 None
2026-03-30 06:44:58 [bca.uk] INFO: Saving data for LE71%20BBN: {'auction_closing_time': 1775037600.0, 'created_time': 1774592232.526847, 'last_price_update_time': 1774853098.638281}
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520BBN') HTTP/1.1" 204 0
2026-03-30 06:44:58 [bca.uk] INFO: Found listing with ID: DE24%20NHX
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE24%2520NHX%27 HTTP/1.1" 200 None
2026-03-30 06:44:58 [bca.uk] INFO: Scrape type for DE24%20NHX: 0
2026-03-30 06:44:58 [bca.uk] INFO: Found listing with ID: FL23%20HVK
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520HVK%27 HTTP/1.1" 200 None
2026-03-30 06:44:58 [bca.uk] INFO: Scrape type for FL23%20HVK: 2
2026-03-30 06:44:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with identifier: FL23%20HVK
2026-03-30 06:44:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with scrape type 2
2026-03-30 06:44:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with scrape type 2
2026-03-30 06:44:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f, identifier: FL23%20HVK
2026-03-30 06:44:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 313975ff-ac8e-5f1e-abfa-788e218d80c3 with identifier: WJ68%20FGN
2026-03-30 06:44:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 313975ff-ac8e-5f1e-abfa-788e218d80c3 with identifier: WJ68%20FGN
2026-03-30 06:44:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 313975ff-ac8e-5f1e-abfa-788e218d80c3 with identifier: WJ68%20FGN to the API
2026-03-30 06:44:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ68%20FGN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '313975ff-ac8e-5f1e-abfa-788e218d80c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ68 FGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ68%20FGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 29149,
 'odometer_reading_unit': '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 CAPTUR 0.9 TCE 90 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ICONIC',
 'vin': 'VF1R8700X61250162',
 'year': 2018}
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520FGN%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Saving data for WJ68%20FGN: {'auction_closing_time': 1774864800.0, 'created_time': 1774303588.471997, 'last_price_update_time': 1774853099.268207}
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ68%2520FGN') HTTP/1.1" 204 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: LE71%20BBU
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBU%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for LE71%20BBU: 2
2026-03-30 06:44:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea04e074-c2d1-57ee-8270-84ad72338333 with identifier: LE71%20BBU
2026-03-30 06:44:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea04e074-c2d1-57ee-8270-84ad72338333 with scrape type 2
2026-03-30 06:44:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea04e074-c2d1-57ee-8270-84ad72338333 with scrape type 2
2026-03-30 06:44:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea04e074-c2d1-57ee-8270-84ad72338333, identifier: LE71%20BBU
2026-03-30 06:44:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with identifier: FL23%20HVK
2026-03-30 06:44:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with identifier: FL23%20HVK
2026-03-30 06:44:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f with identifier: FL23%20HVK to the API
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:44: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:44:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=101&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL23%20HVK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b5a458b3-d1eb-5fdb-bba4-ea0e2519d45f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL23 HVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL23%20HVK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 29163,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 23800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY72AW040FP53452',
 'year': 2023}
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520HVK%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Saving data for FL23%20HVK: {'auction_closing_time': 1774854000.0, 'created_time': 1773825441.761403, 'last_price_update_time': 1774853099.681901}
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL23%2520HVK') HTTP/1.1" 204 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: VN08%20XCY
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN08%2520XCY%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for VN08%20XCY: 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: VE14%20XUZ
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520XUZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for VE14%20XUZ: 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: YX12%20OSP
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX12%2520OSP%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for YX12%20OSP: 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: PX13%20UCN
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX13%2520UCN%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for PX13%20UCN: 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: FV71%20SUO
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV71%2520SUO%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for FV71%20SUO: 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: KR74%20CWC
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520CWC%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for KR74%20CWC: 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: WG21%20KHA
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG21%2520KHA%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for WG21%20KHA: 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: NL09%20KYT
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL09%2520KYT%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for NL09%20KYT: 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: WA68%20NHD
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA68%2520NHD%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for WA68%20NHD: 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: HN67%20XAJ
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520XAJ%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for HN67%20XAJ: 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: HD56%20EFB
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD56%2520EFB%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for HD56%20EFB: 0
2026-03-30 06:44:59 [bca.uk] INFO: Found listing with ID: KR71%20TWZ
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:44:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520TWZ%27 HTTP/1.1" 200 None
2026-03-30 06:44:59 [bca.uk] INFO: Scrape type for KR71%20TWZ: 2
2026-03-30 06:44:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d802d4e-130e-5853-86bc-af8a3c006418 with identifier: KR71%20TWZ
2026-03-30 06:44:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d802d4e-130e-5853-86bc-af8a3c006418 with scrape type 2
2026-03-30 06:44:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d802d4e-130e-5853-86bc-af8a3c006418 with scrape type 2
2026-03-30 06:45:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d802d4e-130e-5853-86bc-af8a3c006418, identifier: KR71%20TWZ
2026-03-30 06:45:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:45:00 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: WA20%20JHX
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA20%2520JHX%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for WA20%20JHX: 2
2026-03-30 06:45:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ac04f11-9291-59e2-b516-5c7aab0c3861 with identifier: WA20%20JHX
2026-03-30 06:45:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ac04f11-9291-59e2-b516-5c7aab0c3861 with scrape type 2
2026-03-30 06:45:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ac04f11-9291-59e2-b516-5c7aab0c3861 with scrape type 2
2026-03-30 06:45:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ac04f11-9291-59e2-b516-5c7aab0c3861, identifier: WA20%20JHX
2026-03-30 06:45:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea04e074-c2d1-57ee-8270-84ad72338333 with identifier: LE71%20BBU
2026-03-30 06:45:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea04e074-c2d1-57ee-8270-84ad72338333 with identifier: LE71%20BBU
2026-03-30 06:45:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea04e074-c2d1-57ee-8270-84ad72338333 with identifier: LE71%20BBU to the API
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE71%20BBU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ea04e074-c2d1-57ee-8270-84ad72338333',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LE71 BBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE71%20BBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 31616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'LSJZ14U97MS101601',
 'year': 2022}
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE71%2520BBU%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Saving data for LE71%20BBU: {'auction_closing_time': 1775037600.0, 'created_time': 1774592230.495226, 'last_price_update_time': 1774853100.482322}
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE71%2520BBU') HTTP/1.1" 204 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: GJ22%20XRM
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520XRM%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for GJ22%20XRM: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: KM23%20LFE
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM23%2520LFE%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for KM23%20LFE: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: LB23%20FYE
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520FYE%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for LB23%20FYE: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: LJ22%20YNW
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ22%2520YNW%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for LJ22%20YNW: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: LL71%20XFO
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL71%2520XFO%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for LL71%20XFO: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: MA22%20EGV
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520EGV%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for MA22%20EGV: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: MD72%20WCO
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520WCO%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for MD72%20WCO: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: NJ22%20TXO
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TXO%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for NJ22%20TXO: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: SA71%20RNO
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA71%2520RNO%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for SA71%20RNO: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: EK24%20HNA
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK24%2520HNA%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for EK24%20HNA: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: FH72%20CPY
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH72%2520CPY%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for FH72%20CPY: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: MK72%20CYU
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK72%2520CYU%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for MK72%20CYU: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: OE72%20NBM
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE72%2520NBM%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for OE72%20NBM: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: SV22%20YHM
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520YHM%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for SV22%20YHM: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: DP21%20JBV
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP21%2520JBV%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for DP21%20JBV: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: DG16%20OMJ
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520OMJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for DG16%20OMJ: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: DA65%20YGJ
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA65%2520YGJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for DA65%20YGJ: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: YA16%20ELX
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520ELX%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for YA16%20ELX: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: MT62%20OMC
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520OMC%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for MT62%20OMC: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: AD15%20SOH
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD15%2520SOH%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for AD15%20SOH: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: BA19%20AVN
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA19%2520AVN%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for BA19%20AVN: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: BA68%20EJE
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA68%2520EJE%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for BA68%20EJE: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: BL22%20LSE
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL22%2520LSE%27 HTTP/1.1" 200 None
2026-03-30 06:45:00 [bca.uk] INFO: Scrape type for BL22%20LSE: 0
2026-03-30 06:45:00 [bca.uk] INFO: Found listing with ID: GJ65%20VBM
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ65%2520VBM%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for GJ65%20VBM: 0
2026-03-30 06:45:01 [bca.uk] INFO: Found listing with ID: GJ72%20NVC
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ72%2520NVC%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for GJ72%20NVC: 0
2026-03-30 06:45:01 [bca.uk] INFO: Found listing with ID: KR13%20MSV
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR13%2520MSV%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for KR13%20MSV: 0
2026-03-30 06:45:01 [bca.uk] INFO: Found listing with ID: WT16%20CGE
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT16%2520CGE%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for WT16%20CGE: 0
2026-03-30 06:45:01 [bca.uk] INFO: Found listing with ID: KW65%20OBH
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW65%2520OBH%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for KW65%20OBH: 0
2026-03-30 06:45:01 [bca.uk] INFO: Found listing with ID: LM68%20ULW
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM68%2520ULW%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for LM68%20ULW: 0
2026-03-30 06:45:01 [bca.uk] INFO: Found listing with ID: YR18%20OCD
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR18%2520OCD%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for YR18%20OCD: 0
2026-03-30 06:45:01 [bca.uk] INFO: Found listing with ID: FD67%20LXW
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD67%2520LXW%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for FD67%20LXW: 0
2026-03-30 06:45:01 [bca.uk] INFO: Found listing with ID: VE65%20VYD
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE65%2520VYD%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for VE65%20VYD: 0
2026-03-30 06:45:01 [bca.uk] INFO: Found listing with ID: BG14%20EPC
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG14%2520EPC%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for BG14%20EPC: 0
2026-03-30 06:45:01 [bca.uk] INFO: Found listing with ID: LG16%20CZE
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG16%2520CZE%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for LG16%20CZE: 0
2026-03-30 06:45:01 [bca.uk] INFO: Found listing with ID: YN15%20NHA
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN15%2520NHA%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Scrape type for YN15%20NHA: 0
2026-03-30 06:45:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d802d4e-130e-5853-86bc-af8a3c006418 with identifier: KR71%20TWZ
2026-03-30 06:45:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d802d4e-130e-5853-86bc-af8a3c006418 with identifier: KR71%20TWZ
2026-03-30 06:45:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d802d4e-130e-5853-86bc-af8a3c006418 with identifier: KR71%20TWZ to the API
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR71%20TWZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5d802d4e-130e-5853-86bc-af8a3c006418',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR71 TWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR71%20TWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '330E',
 'odometer': 74230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SE PRO Estate',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA6N32090FM21347',
 'year': 2022}
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520TWZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:01 [bca.uk] INFO: Saving data for KR71%20TWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774265071.461379, 'last_price_update_time': 1774853101.613025}
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR71%2520TWZ') HTTP/1.1" 204 0
2026-03-30 06:45: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:45:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ac04f11-9291-59e2-b516-5c7aab0c3861 with identifier: WA20%20JHX
2026-03-30 06:45:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ac04f11-9291-59e2-b516-5c7aab0c3861 with identifier: WA20%20JHX
2026-03-30 06:45:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ac04f11-9291-59e2-b516-5c7aab0c3861 with identifier: WA20%20JHX to the API
2026-03-30 06:45:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA20%20JHX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9ac04f11-9291-59e2-b516-5c7aab0c3861',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA20 JHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA20%20JHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FOCUS ACTIVE',
 'odometer': 78908,
 'odometer_reading_unit': '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.5 EBL 120 Hatchback',
 'transmission': 'automatic',
 'trim': 'EBL 120',
 'vin': 'WF0NXXGCHNLB24581',
 'year': 2020}
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA20%2520JHX%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Saving data for WA20%20JHX: {'auction_closing_time': 1774864800.0, 'created_time': 1774265587.904393, 'last_price_update_time': 1774853102.029003}
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA20%2520JHX') HTTP/1.1" 204 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: BT72%20CZA
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520CZA%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for BT72%20CZA: 2
2026-03-30 06:45:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bccfe69-133c-5547-986e-07ca86c7c08e with identifier: BT72%20CZA
2026-03-30 06:45:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bccfe69-133c-5547-986e-07ca86c7c08e with scrape type 2
2026-03-30 06:45:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bccfe69-133c-5547-986e-07ca86c7c08e with scrape type 2
2026-03-30 06:45:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bccfe69-133c-5547-986e-07ca86c7c08e, identifier: BT72%20CZA
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: YR15%20FEK
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR15%2520FEK%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for YR15%20FEK: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: FP10%20UJH
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520UJH%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for FP10%20UJH: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: RA66%20HUP
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA66%2520HUP%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for RA66%20HUP: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: YF65%20HZG
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF65%2520HZG%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for YF65%20HZG: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: F22%20TTS
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27F22%2520TTS%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for F22%20TTS: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: HG68%20HBX
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG68%2520HBX%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for HG68%20HBX: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: HN20%20GLJ
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN20%2520GLJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for HN20%20GLJ: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: LO70%20XHU
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520XHU%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for LO70%20XHU: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: OV71%20VLO
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520VLO%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for OV71%20VLO: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: KR74%20GXX
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520GXX%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for KR74%20GXX: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: KR74%20GZC
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR74%2520GZC%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for KR74%20GZC: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: KX73%20ZVH
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX73%2520ZVH%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for KX73%20ZVH: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: DY18%20KYP
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY18%2520KYP%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for DY18%20KYP: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: AV07%20FZJ
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV07%2520FZJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for AV07%20FZJ: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: KK15%20GKJ
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KK15%2520GKJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for KK15%20GKJ: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: KW23%20XXC
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW23%2520XXC%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for KW23%20XXC: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: LM66%20MYL
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM66%2520MYL%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for LM66%20MYL: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: BJ19%20HKX
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ19%2520HKX%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for BJ19%20HKX: 0
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: AN23%20FAB
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN23%2520FAB%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for AN23%20FAB: 2
2026-03-30 06:45:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebe16b73-490b-5db1-9ffe-45790267cae5 with identifier: AN23%20FAB
2026-03-30 06:45:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebe16b73-490b-5db1-9ffe-45790267cae5 with scrape type 2
2026-03-30 06:45:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebe16b73-490b-5db1-9ffe-45790267cae5 with scrape type 2
2026-03-30 06:45:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebe16b73-490b-5db1-9ffe-45790267cae5, identifier: AN23%20FAB
2026-03-30 06:45:02 [bca.uk] INFO: Found listing with ID: AU69%20RNX
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU69%2520RNX%27 HTTP/1.1" 200 None
2026-03-30 06:45:02 [bca.uk] INFO: Scrape type for AU69%20RNX: 2
2026-03-30 06:45:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04dde0cf-ab97-5de2-b09c-f2d485e4e5d9 with identifier: AU69%20RNX
2026-03-30 06:45:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04dde0cf-ab97-5de2-b09c-f2d485e4e5d9 with scrape type 2
2026-03-30 06:45:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04dde0cf-ab97-5de2-b09c-f2d485e4e5d9 with scrape type 2
2026-03-30 06:45:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04dde0cf-ab97-5de2-b09c-f2d485e4e5d9, identifier: AU69%20RNX
2026-03-30 06:45:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bccfe69-133c-5547-986e-07ca86c7c08e with identifier: BT72%20CZA
2026-03-30 06:45:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bccfe69-133c-5547-986e-07ca86c7c08e with identifier: BT72%20CZA
2026-03-30 06:45:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bccfe69-133c-5547-986e-07ca86c7c08e with identifier: BT72%20CZA to the API
2026-03-30 06:45:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT72%20CZA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0bccfe69-133c-5547-986e-07ca86c7c08e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT72 CZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT72%20CZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 30609,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
 'transmission': 'manual',
 'trim': 'M/H DOLCEVITA',
 'vin': 'ZFACF1CJ9NJH09298',
 'year': 2022}
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520CZA%27 HTTP/1.1" 200 None
2026-03-30 06:45:03 [bca.uk] INFO: Saving data for BT72%20CZA: {'auction_closing_time': 1775037600.0, 'created_time': 1774592232.111803, 'last_price_update_time': 1774853103.169298}
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT72%2520CZA') HTTP/1.1" 204 0
2026-03-30 06:45:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebe16b73-490b-5db1-9ffe-45790267cae5 with identifier: AN23%20FAB
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=multi-coloured HTTP/1.1" 200 None
2026-03-30 06:45:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:45: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:45:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebe16b73-490b-5db1-9ffe-45790267cae5 with identifier: AN23%20FAB
2026-03-30 06:45:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebe16b73-490b-5db1-9ffe-45790267cae5 with identifier: AN23%20FAB to the API
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AN23%20FAB-GB',
 'category': 'Motorcycle',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'ebe16b73-490b-5db1-9ffe-45790267cae5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AN23 FAB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AN23%20FAB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 900',
 'odometer': 3866,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD F 900 R MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'R MOTORBIKE',
 'vin': 'WB10K1102P6G58327',
 'year': 2023}
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AN23%2520FAB%27 HTTP/1.1" 200 None
2026-03-30 06:45:03 [bca.uk] INFO: Saving data for AN23%20FAB: {'auction_closing_time': 1775124000.0, 'created_time': 1773826953.456942, 'last_price_update_time': 1774853103.750401}
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AN23%2520FAB') HTTP/1.1" 204 0
2026-03-30 06:45:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04dde0cf-ab97-5de2-b09c-f2d485e4e5d9 with identifier: AU69%20RNX
2026-03-30 06:45:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04dde0cf-ab97-5de2-b09c-f2d485e4e5d9 with identifier: AU69%20RNX
2026-03-30 06:45:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04dde0cf-ab97-5de2-b09c-f2d485e4e5d9 with identifier: AU69%20RNX to the API
2026-03-30 06:45:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU69%20RNX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04dde0cf-ab97-5de2-b09c-f2d485e4e5d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AU69 RNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU69%20RNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'PROCEED SW',
 'odometer': 72646,
 'odometer_reading_unit': '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 PROCEED SW 1.6 CRDI GT-LINE ISG Estate',
 'transmission': 'manual',
 'trim': 'CRDI GT-LINE ISG',
 'vin': 'U5YH2G19LKL000335',
 'year': 2019}
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU69%2520RNX%27 HTTP/1.1" 200 None
2026-03-30 06:45:04 [bca.uk] INFO: Saving data for AU69%20RNX: {'auction_closing_time': 1774864800.0, 'created_time': 1774303578.571776, 'last_price_update_time': 1774853104.067287}
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU69%2520RNX') HTTP/1.1" 204 0
2026-03-30 06:45:04 [bca.uk] INFO: Found listing with ID: FV72%20NPN
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520NPN%27 HTTP/1.1" 200 None
2026-03-30 06:45:04 [bca.uk] INFO: Scrape type for FV72%20NPN: 2
2026-03-30 06:45:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daf7859e-359e-5c39-b6ba-b141448ca293 with identifier: FV72%20NPN
2026-03-30 06:45:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daf7859e-359e-5c39-b6ba-b141448ca293 with scrape type 2
2026-03-30 06:45:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daf7859e-359e-5c39-b6ba-b141448ca293 with scrape type 2
2026-03-30 06:45:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: daf7859e-359e-5c39-b6ba-b141448ca293, identifier: FV72%20NPN
2026-03-30 06:45:04 [bca.uk] INFO: Found listing with ID: YA19%20PMO
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA19%2520PMO%27 HTTP/1.1" 200 None
2026-03-30 06:45:04 [bca.uk] INFO: Scrape type for YA19%20PMO: 2
2026-03-30 06:45:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88c97070-c341-52e1-aba9-8c28805c0aef with identifier: YA19%20PMO
2026-03-30 06:45:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88c97070-c341-52e1-aba9-8c28805c0aef with scrape type 2
2026-03-30 06:45:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88c97070-c341-52e1-aba9-8c28805c0aef with scrape type 2
2026-03-30 06:45:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88c97070-c341-52e1-aba9-8c28805c0aef, identifier: YA19%20PMO
2026-03-30 06:45:04 [bca.uk] INFO: Found listing with ID: DN66%20CPF
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN66%2520CPF%27 HTTP/1.1" 200 None
2026-03-30 06:45:04 [bca.uk] INFO: Scrape type for DN66%20CPF: 2
2026-03-30 06:45:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdd69889-dcb5-55ee-b398-177b735c7d4b with identifier: DN66%20CPF
2026-03-30 06:45:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdd69889-dcb5-55ee-b398-177b735c7d4b with scrape type 2
2026-03-30 06:45:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdd69889-dcb5-55ee-b398-177b735c7d4b with scrape type 2
2026-03-30 06:45:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fdd69889-dcb5-55ee-b398-177b735c7d4b, identifier: DN66%20CPF
2026-03-30 06:45:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: daf7859e-359e-5c39-b6ba-b141448ca293 with identifier: FV72%20NPN
2026-03-30 06:45:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: daf7859e-359e-5c39-b6ba-b141448ca293 with identifier: FV72%20NPN
2026-03-30 06:45:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: daf7859e-359e-5c39-b6ba-b141448ca293 with identifier: FV72%20NPN to the API
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV72%20NPN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'daf7859e-359e-5c39-b6ba-b141448ca293',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FV72 NPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV72%20NPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 46060,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
 'transmission': 'manual',
 'trim': 'M/H DOLCEVITA',
 'vin': 'ZFACF1CJ0NJG89555',
 'year': 2022}
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV72%2520NPN%27 HTTP/1.1" 200 None
2026-03-30 06:45:04 [bca.uk] INFO: Saving data for FV72%20NPN: {'auction_closing_time': 1775037600.0, 'created_time': 1774592228.468988, 'last_price_update_time': 1774853104.738098}
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV72%2520NPN') HTTP/1.1" 204 0
2026-03-30 06:45:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88c97070-c341-52e1-aba9-8c28805c0aef with identifier: YA19%20PMO
2026-03-30 06:45:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88c97070-c341-52e1-aba9-8c28805c0aef with identifier: YA19%20PMO
2026-03-30 06:45:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88c97070-c341-52e1-aba9-8c28805c0aef with identifier: YA19%20PMO to the API
2026-03-30 06:45:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA19%20PMO-GB',
 'category': 'Motorcycle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '88c97070-c341-52e1-aba9-8c28805c0aef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA19 PMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA19%20PMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 750',
 'odometer': 9874,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD F 750 GS SPORT MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS SPORT MOTORBIKE',
 'vin': 'WB10B0808KZ823995',
 'year': 2019}
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA19%2520PMO%27 HTTP/1.1" 200 None
2026-03-30 06:45:05 [bca.uk] INFO: Saving data for YA19%20PMO: {'auction_closing_time': 1775124000.0, 'created_time': 1773840675.746681, 'last_price_update_time': 1774853105.045708}
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA19%2520PMO') HTTP/1.1" 204 0
2026-03-30 06:45:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fdd69889-dcb5-55ee-b398-177b735c7d4b with identifier: DN66%20CPF
2026-03-30 06:45:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fdd69889-dcb5-55ee-b398-177b735c7d4b with identifier: DN66%20CPF
2026-03-30 06:45:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fdd69889-dcb5-55ee-b398-177b735c7d4b with identifier: DN66%20CPF to the API
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN66%20CPF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fdd69889-dcb5-55ee-b398-177b735c7d4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN66 CPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN66%20CPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'V60 SPORTWAGON',
 'odometer': 41522,
 'odometer_reading_unit': '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 T4 190 SE Estate',
 'transmission': 'manual',
 'trim': 'T4 190 SE',
 'vin': 'YV1FW41L1H1344447',
 'year': 2016}
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN66%2520CPF%27 HTTP/1.1" 200 None
2026-03-30 06:45:05 [bca.uk] INFO: Saving data for DN66%20CPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774535331.396019, 'last_price_update_time': 1774853105.350373}
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN66%2520CPF') HTTP/1.1" 204 0
2026-03-30 06:45:05 [bca.uk] INFO: Found listing with ID: BC74%20EUY
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520EUY%27 HTTP/1.1" 200 None
2026-03-30 06:45:05 [bca.uk] INFO: Scrape type for BC74%20EUY: 2
2026-03-30 06:45:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2746d62e-c6ba-5301-992b-93a618f133ed with identifier: BC74%20EUY
2026-03-30 06:45:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2746d62e-c6ba-5301-992b-93a618f133ed with scrape type 2
2026-03-30 06:45:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2746d62e-c6ba-5301-992b-93a618f133ed with scrape type 2
2026-03-30 06:45:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2746d62e-c6ba-5301-992b-93a618f133ed, identifier: BC74%20EUY
2026-03-30 06:45:05 [bca.uk] INFO: Found listing with ID: KP23%20UYF
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP23%2520UYF%27 HTTP/1.1" 200 None
2026-03-30 06:45:05 [bca.uk] INFO: Scrape type for KP23%20UYF: 2
2026-03-30 06:45:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d66e4053-3616-5ec9-954b-69b06b48d875 with identifier: KP23%20UYF
2026-03-30 06:45:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d66e4053-3616-5ec9-954b-69b06b48d875 with scrape type 2
2026-03-30 06:45:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d66e4053-3616-5ec9-954b-69b06b48d875 with scrape type 2
2026-03-30 06:45:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d66e4053-3616-5ec9-954b-69b06b48d875, identifier: KP23%20UYF
2026-03-30 06:45:05 [bca.uk] INFO: Found listing with ID: OW68%20VKR
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW68%2520VKR%27 HTTP/1.1" 200 None
2026-03-30 06:45:05 [bca.uk] INFO: Scrape type for OW68%20VKR: 2
2026-03-30 06:45:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a2648f6-55bb-5b66-a976-58ee8babfd14 with identifier: OW68%20VKR
2026-03-30 06:45:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a2648f6-55bb-5b66-a976-58ee8babfd14 with scrape type 2
2026-03-30 06:45:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a2648f6-55bb-5b66-a976-58ee8babfd14 with scrape type 2
2026-03-30 06:45:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a2648f6-55bb-5b66-a976-58ee8babfd14, identifier: OW68%20VKR
2026-03-30 06:45:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2746d62e-c6ba-5301-992b-93a618f133ed with identifier: BC74%20EUY
2026-03-30 06:45:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2746d62e-c6ba-5301-992b-93a618f133ed with identifier: BC74%20EUY
2026-03-30 06:45:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2746d62e-c6ba-5301-992b-93a618f133ed with identifier: BC74%20EUY to the API
2026-03-30 06:45:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC74%20EUY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2746d62e-c6ba-5301-992b-93a618f133ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BC74 EUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC74%20EUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 21303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE3R4343874',
 'year': 2025}
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC74%2520EUY%27 HTTP/1.1" 200 None
2026-03-30 06:45:06 [bca.uk] INFO: Saving data for BC74%20EUY: {'auction_closing_time': 1775124000.0, 'created_time': 1774592231.712086, 'last_price_update_time': 1774853106.055821}
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC74%2520EUY') HTTP/1.1" 204 0
2026-03-30 06:45:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d66e4053-3616-5ec9-954b-69b06b48d875 with identifier: KP23%20UYF
2026-03-30 06:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d66e4053-3616-5ec9-954b-69b06b48d875 with identifier: KP23%20UYF
2026-03-30 06:45:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d66e4053-3616-5ec9-954b-69b06b48d875 with identifier: KP23%20UYF to the API
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP23%20UYF-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'd66e4053-3616-5ec9-954b-69b06b48d875',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP23 UYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP23%20UYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 15948,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD R 1250 GS ADVENTURE TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS ADVENTURE TE MOTORBIKE',
 'vin': 'WB10M1109P6H11809',
 'year': 2023}
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP23%2520UYF%27 HTTP/1.1" 200 None
2026-03-30 06:45:06 [bca.uk] INFO: Saving data for KP23%20UYF: {'auction_closing_time': 1775124000.0, 'created_time': 1773826943.477139, 'last_price_update_time': 1774853106.379916}
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP23%2520UYF') HTTP/1.1" 204 0
2026-03-30 06:45:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a2648f6-55bb-5b66-a976-58ee8babfd14 with identifier: OW68%20VKR
2026-03-30 06:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a2648f6-55bb-5b66-a976-58ee8babfd14 with identifier: OW68%20VKR
2026-03-30 06:45:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a2648f6-55bb-5b66-a976-58ee8babfd14 with identifier: OW68%20VKR to the API
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW68%20VKR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a2648f6-55bb-5b66-a976-58ee8babfd14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW68 VKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW68%20VKR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 72858,
 'odometer_reading_unit': '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 240 AWD PORTFOLIO StationWagon',
 'transmission': 'automatic',
 'trim': 'D 240 AWD PORTFOLIO',
 'vin': 'SADCA2AN5KA603320',
 'year': 2019}
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW68%2520VKR%27 HTTP/1.1" 200 None
2026-03-30 06:45:06 [bca.uk] INFO: Saving data for OW68%20VKR: {'auction_closing_time': 1774864800.0, 'created_time': 1774535315.007841, 'last_price_update_time': 1774853106.690117}
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW68%2520VKR') HTTP/1.1" 204 0
2026-03-30 06:45:06 [bca.uk] INFO: Found listing with ID: BK24%20LCA
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520LCA%27 HTTP/1.1" 200 None
2026-03-30 06:45:06 [bca.uk] INFO: Scrape type for BK24%20LCA: 2
2026-03-30 06:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with identifier: BK24%20LCA
2026-03-30 06:45:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with scrape type 2
2026-03-30 06:45:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with scrape type 2
2026-03-30 06:45:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22010a6e-a6d4-5e9c-86a2-4f6541aa0128, identifier: BK24%20LCA
2026-03-30 06:45:06 [bca.uk] INFO: Found listing with ID: SV23%20XNY
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520XNY%27 HTTP/1.1" 200 None
2026-03-30 06:45:06 [bca.uk] INFO: Scrape type for SV23%20XNY: 2
2026-03-30 06:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e79fb985-e4a8-57bd-bebf-9d98a7618397 with identifier: SV23%20XNY
2026-03-30 06:45:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e79fb985-e4a8-57bd-bebf-9d98a7618397 with scrape type 2
2026-03-30 06:45:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e79fb985-e4a8-57bd-bebf-9d98a7618397 with scrape type 2
2026-03-30 06:45:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e79fb985-e4a8-57bd-bebf-9d98a7618397, identifier: SV23%20XNY
2026-03-30 06:45:06 [bca.uk] INFO: Found listing with ID: RO69%20TLK
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520TLK%27 HTTP/1.1" 200 None
2026-03-30 06:45:06 [bca.uk] INFO: Scrape type for RO69%20TLK: 2
2026-03-30 06:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 246b82d4-4628-5e45-b0ff-7632ff1817be with identifier: RO69%20TLK
2026-03-30 06:45:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 246b82d4-4628-5e45-b0ff-7632ff1817be with scrape type 2
2026-03-30 06:45:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 246b82d4-4628-5e45-b0ff-7632ff1817be with scrape type 2
2026-03-30 06:45:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 246b82d4-4628-5e45-b0ff-7632ff1817be, identifier: RO69%20TLK
2026-03-30 06:45:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with identifier: BK24%20LCA
2026-03-30 06:45:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with identifier: BK24%20LCA
2026-03-30 06:45:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22010a6e-a6d4-5e9c-86a2-4f6541aa0128 with identifier: BK24%20LCA to the API
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK24%20LCA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '22010a6e-a6d4-5e9c-86a2-4f6541aa0128',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK24 LCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK24%20LCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 13913,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNS0RY524759',
 'year': 2024}
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520LCA%27 HTTP/1.1" 200 None
2026-03-30 06:45:07 [bca.uk] INFO: Saving data for BK24%20LCA: {'auction_closing_time': 1775124000.0, 'created_time': 1774592175.502104, 'last_price_update_time': 1774853107.347639}
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK24%2520LCA') HTTP/1.1" 204 0
2026-03-30 06:45:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e79fb985-e4a8-57bd-bebf-9d98a7618397 with identifier: SV23%20XNY
2026-03-30 06:45:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e79fb985-e4a8-57bd-bebf-9d98a7618397 with identifier: SV23%20XNY
2026-03-30 06:45:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e79fb985-e4a8-57bd-bebf-9d98a7618397 with identifier: SV23%20XNY to the API
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV23%20XNY-GB',
 'category': 'Motorcycle',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'e79fb985-e4a8-57bd-bebf-9d98a7618397',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV23 XNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV23%20XNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 900',
 'odometer': 6196,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD F 900 R MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'R MOTORBIKE',
 'vin': 'WB10K1107P6H31241',
 'year': 2023}
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520XNY%27 HTTP/1.1" 200 None
2026-03-30 06:45:07 [bca.uk] INFO: Saving data for SV23%20XNY: {'auction_closing_time': 1775124000.0, 'created_time': 1773840680.317193, 'last_price_update_time': 1774853107.650594}
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV23%2520XNY') HTTP/1.1" 204 0
2026-03-30 06:45:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 246b82d4-4628-5e45-b0ff-7632ff1817be with identifier: RO69%20TLK
2026-03-30 06:45:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 246b82d4-4628-5e45-b0ff-7632ff1817be with identifier: RO69%20TLK
2026-03-30 06:45:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 246b82d4-4628-5e45-b0ff-7632ff1817be with identifier: RO69%20TLK to the API
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO69%20TLK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '246b82d4-4628-5e45-b0ff-7632ff1817be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO69 TLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO69%20TLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 47235,
 'odometer_reading_unit': '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 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI EVO 150 MATCH DSG',
 'vin': 'WVWZZZAUZLW016780',
 'year': 2019}
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520TLK%27 HTTP/1.1" 200 None
2026-03-30 06:45:07 [bca.uk] INFO: Saving data for RO69%20TLK: {'auction_closing_time': 1775037600.0, 'created_time': 1774303527.293859, 'last_price_update_time': 1774853107.969126}
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO69%2520TLK') HTTP/1.1" 204 0
2026-03-30 06:45:07 [bca.uk] INFO: Found listing with ID: BK25%20OZT
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520OZT%27 HTTP/1.1" 200 None
2026-03-30 06:45:08 [bca.uk] INFO: Scrape type for BK25%20OZT: 2
2026-03-30 06:45:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8636d750-95cb-591c-8c5b-e441686227b7 with identifier: BK25%20OZT
2026-03-30 06:45:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8636d750-95cb-591c-8c5b-e441686227b7 with scrape type 2
2026-03-30 06:45:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8636d750-95cb-591c-8c5b-e441686227b7 with scrape type 2
2026-03-30 06:45:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8636d750-95cb-591c-8c5b-e441686227b7, identifier: BK25%20OZT
2026-03-30 06:45:08 [bca.uk] INFO: Found listing with ID: MA20%20JXY
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520JXY%27 HTTP/1.1" 200 None
2026-03-30 06:45:08 [bca.uk] INFO: Scrape type for MA20%20JXY: 2
2026-03-30 06:45:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with identifier: MA20%20JXY
2026-03-30 06:45:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with scrape type 2
2026-03-30 06:45:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with scrape type 2
2026-03-30 06:45:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3, identifier: MA20%20JXY
2026-03-30 06:45:08 [bca.uk] INFO: Found listing with ID: WG18%20XNP
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520XNP%27 HTTP/1.1" 200 None
2026-03-30 06:45:08 [bca.uk] INFO: Scrape type for WG18%20XNP: 2
2026-03-30 06:45:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abbe5a10-967a-5573-8719-9b7da756ddd2 with identifier: WG18%20XNP
2026-03-30 06:45:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abbe5a10-967a-5573-8719-9b7da756ddd2 with scrape type 2
2026-03-30 06:45:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abbe5a10-967a-5573-8719-9b7da756ddd2 with scrape type 2
2026-03-30 06:45:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abbe5a10-967a-5573-8719-9b7da756ddd2, identifier: WG18%20XNP
2026-03-30 06:45:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8636d750-95cb-591c-8c5b-e441686227b7 with identifier: BK25%20OZT
2026-03-30 06:45:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8636d750-95cb-591c-8c5b-e441686227b7 with identifier: BK25%20OZT
2026-03-30 06:45:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8636d750-95cb-591c-8c5b-e441686227b7 with identifier: BK25%20OZT to the API
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK25%20OZT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8636d750-95cb-591c-8c5b-e441686227b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK25 OZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK25%20OZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 17013,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 ALLURE E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY8SS007722',
 'year': 2025}
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520OZT%27 HTTP/1.1" 200 None
2026-03-30 06:45:08 [bca.uk] INFO: Saving data for BK25%20OZT: {'auction_closing_time': 1775124000.0, 'created_time': 1774592173.995213, 'last_price_update_time': 1774853108.650027}
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK25%2520OZT') HTTP/1.1" 204 0
2026-03-30 06:45:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with identifier: MA20%20JXY
2026-03-30 06:45:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with identifier: MA20%20JXY
2026-03-30 06:45:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3 with identifier: MA20%20JXY to the API
2026-03-30 06:45:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA20%20JXY-GB',
 'category': 'Motorcycle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '53f8526a-9a3d-5cf0-a239-6b8fbfd5c3f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA20 JXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA20%20JXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 900',
 'odometer': 14912,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD F 900 XR TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'XR TE MOTORBIKE',
 'vin': 'WB10K2108LZ886022',
 'year': 2020}
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520JXY%27 HTTP/1.1" 200 None
2026-03-30 06:45:09 [bca.uk] INFO: Saving data for MA20%20JXY: {'auction_closing_time': 1775124000.0, 'created_time': 1773826937.199967, 'last_price_update_time': 1774853109.058011}
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA20%2520JXY') HTTP/1.1" 204 0
2026-03-30 06:45:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abbe5a10-967a-5573-8719-9b7da756ddd2 with identifier: WG18%20XNP
2026-03-30 06:45:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abbe5a10-967a-5573-8719-9b7da756ddd2 with identifier: WG18%20XNP
2026-03-30 06:45:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abbe5a10-967a-5573-8719-9b7da756ddd2 with identifier: WG18%20XNP to the API
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG18%20XNP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'abbe5a10-967a-5573-8719-9b7da756ddd2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG18 XNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG18%20XNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 40585,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2383142F068096',
 'year': 2018}
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG18%2520XNP%27 HTTP/1.1" 200 None
2026-03-30 06:45:09 [bca.uk] INFO: Saving data for WG18%20XNP: {'auction_closing_time': 1774864800.0, 'created_time': 1774265791.863208, 'last_price_update_time': 1774853109.34838}
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG18%2520XNP') HTTP/1.1" 204 0
2026-03-30 06:45:09 [bca.uk] INFO: Found listing with ID: BK25%20PXW
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520PXW%27 HTTP/1.1" 200 None
2026-03-30 06:45:09 [bca.uk] INFO: Scrape type for BK25%20PXW: 2
2026-03-30 06:45:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f9590f2-eae7-5a04-9a33-01f8ec563866 with identifier: BK25%20PXW
2026-03-30 06:45:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f9590f2-eae7-5a04-9a33-01f8ec563866 with scrape type 2
2026-03-30 06:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f9590f2-eae7-5a04-9a33-01f8ec563866 with scrape type 2
2026-03-30 06:45:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f9590f2-eae7-5a04-9a33-01f8ec563866, identifier: BK25%20PXW
2026-03-30 06:45:09 [bca.uk] INFO: Found listing with ID: LS22%20APX
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520APX%27 HTTP/1.1" 200 None
2026-03-30 06:45:09 [bca.uk] INFO: Scrape type for LS22%20APX: 2
2026-03-30 06:45:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b52a69fd-52c3-53ee-ba33-701ba55298e8 with identifier: LS22%20APX
2026-03-30 06:45:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b52a69fd-52c3-53ee-ba33-701ba55298e8 with scrape type 2
2026-03-30 06:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b52a69fd-52c3-53ee-ba33-701ba55298e8 with scrape type 2
2026-03-30 06:45:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b52a69fd-52c3-53ee-ba33-701ba55298e8, identifier: LS22%20APX
2026-03-30 06:45:09 [bca.uk] INFO: Found listing with ID: BN23%20NZK
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN23%2520NZK%27 HTTP/1.1" 200 None
2026-03-30 06:45:09 [bca.uk] INFO: Scrape type for BN23%20NZK: 2
2026-03-30 06:45:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe339585-2ea6-5fb1-910b-2d59f54c1793 with identifier: BN23%20NZK
2026-03-30 06:45:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe339585-2ea6-5fb1-910b-2d59f54c1793 with scrape type 2
2026-03-30 06:45:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe339585-2ea6-5fb1-910b-2d59f54c1793 with scrape type 2
2026-03-30 06:45:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe339585-2ea6-5fb1-910b-2d59f54c1793, identifier: BN23%20NZK
2026-03-30 06:45:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f9590f2-eae7-5a04-9a33-01f8ec563866 with identifier: BK25%20PXW
2026-03-30 06:45:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f9590f2-eae7-5a04-9a33-01f8ec563866 with identifier: BK25%20PXW
2026-03-30 06:45:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f9590f2-eae7-5a04-9a33-01f8ec563866 with identifier: BK25%20PXW to the API
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK25%20PXW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0f9590f2-eae7-5a04-9a33-01f8ec563866',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK25 PXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK25%20PXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 8841,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 ALLURE E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY1SS008694',
 'year': 2025}
2026-03-30 06:45:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520PXW%27 HTTP/1.1" 200 None
2026-03-30 06:45:10 [bca.uk] INFO: Saving data for BK25%20PXW: {'auction_closing_time': 1775124000.0, 'created_time': 1774592175.117619, 'last_price_update_time': 1774853110.008493}
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK25%2520PXW') HTTP/1.1" 204 0
2026-03-30 06:45:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b52a69fd-52c3-53ee-ba33-701ba55298e8 with identifier: LS22%20APX
2026-03-30 06:45:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b52a69fd-52c3-53ee-ba33-701ba55298e8 with identifier: LS22%20APX
2026-03-30 06:45:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b52a69fd-52c3-53ee-ba33-701ba55298e8 with identifier: LS22%20APX to the API
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS22%20APX-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'b52a69fd-52c3-53ee-ba33-701ba55298e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS22 APX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS22%20APX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R18',
 'odometer': 9947,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD R18 CLASSIC MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'CLASSIC MOTORBIKE',
 'vin': 'WB10L2109M6D61361',
 'year': 2022}
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520APX%27 HTTP/1.1" 200 None
2026-03-30 06:45:10 [bca.uk] INFO: Saving data for LS22%20APX: {'auction_closing_time': 1775124000.0, 'created_time': 1773826935.891953, 'last_price_update_time': 1774853110.330621}
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS22%2520APX') HTTP/1.1" 204 0
2026-03-30 06:45:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe339585-2ea6-5fb1-910b-2d59f54c1793 with identifier: BN23%20NZK
2026-03-30 06:45:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe339585-2ea6-5fb1-910b-2d59f54c1793 with identifier: BN23%20NZK
2026-03-30 06:45:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe339585-2ea6-5fb1-910b-2d59f54c1793 with identifier: BN23%20NZK to the API
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 28,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN23%20NZK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fe339585-2ea6-5fb1-910b-2d59f54c1793',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN23 NZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN23%20NZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 14066,
 'odometer_reading_unit': '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.6 PHEV ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV ULTIMATE',
 'vin': 'W0VZ4DGZ7P6005328',
 'year': 2023}
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN23%2520NZK%27 HTTP/1.1" 200 None
2026-03-30 06:45:10 [bca.uk] INFO: Saving data for BN23%20NZK: {'auction_closing_time': 1775037600.0, 'created_time': 1774535329.843553, 'last_price_update_time': 1774853110.628299}
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN23%2520NZK') HTTP/1.1" 204 0
2026-03-30 06:45:10 [bca.uk] INFO: Found listing with ID: BN25%20RJX
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RJX%27 HTTP/1.1" 200 None
2026-03-30 06:45:10 [bca.uk] INFO: Scrape type for BN25%20RJX: 2
2026-03-30 06:45:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73481ccb-3e8d-5c8a-b139-7f922d12249e with identifier: BN25%20RJX
2026-03-30 06:45:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73481ccb-3e8d-5c8a-b139-7f922d12249e with scrape type 2
2026-03-30 06:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73481ccb-3e8d-5c8a-b139-7f922d12249e with scrape type 2
2026-03-30 06:45:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73481ccb-3e8d-5c8a-b139-7f922d12249e, identifier: BN25%20RJX
2026-03-30 06:45:10 [bca.uk] INFO: Found listing with ID: DG23%20YTS
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520YTS%27 HTTP/1.1" 200 None
2026-03-30 06:45:10 [bca.uk] INFO: Scrape type for DG23%20YTS: 2
2026-03-30 06:45:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with identifier: DG23%20YTS
2026-03-30 06:45:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with scrape type 2
2026-03-30 06:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with scrape type 2
2026-03-30 06:45:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 420deb1b-6ca4-53c3-a0fc-ce6dde912c95, identifier: DG23%20YTS
2026-03-30 06:45:10 [bca.uk] INFO: Found listing with ID: LV12%20XCG
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV12%2520XCG%27 HTTP/1.1" 200 None
2026-03-30 06:45:10 [bca.uk] INFO: Scrape type for LV12%20XCG: 2
2026-03-30 06:45:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3510e8f7-30bf-51cf-a52d-8c2584de6118 with identifier: LV12%20XCG
2026-03-30 06:45:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3510e8f7-30bf-51cf-a52d-8c2584de6118 with scrape type 2
2026-03-30 06:45:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3510e8f7-30bf-51cf-a52d-8c2584de6118 with scrape type 2
2026-03-30 06:45:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3510e8f7-30bf-51cf-a52d-8c2584de6118, identifier: LV12%20XCG
2026-03-30 06:45:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73481ccb-3e8d-5c8a-b139-7f922d12249e with identifier: BN25%20RJX
2026-03-30 06:45:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73481ccb-3e8d-5c8a-b139-7f922d12249e with identifier: BN25%20RJX
2026-03-30 06:45:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73481ccb-3e8d-5c8a-b139-7f922d12249e with identifier: BN25%20RJX to the API
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20RJX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '73481ccb-3e8d-5c8a-b139-7f922d12249e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 RJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20RJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 20881,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VR3USHNS5SJ526673',
 'year': 2025}
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RJX%27 HTTP/1.1" 200 None
2026-03-30 06:45:11 [bca.uk] INFO: Saving data for BN25%20RJX: {'auction_closing_time': 1775124000.0, 'created_time': 1774592177.87596, 'last_price_update_time': 1774853111.331502}
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520RJX') HTTP/1.1" 204 0
2026-03-30 06:45:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with identifier: DG23%20YTS
2026-03-30 06:45:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with identifier: DG23%20YTS
2026-03-30 06:45:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 420deb1b-6ca4-53c3-a0fc-ce6dde912c95 with identifier: DG23%20YTS to the API
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG23%20YTS-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '420deb1b-6ca4-53c3-a0fc-ce6dde912c95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG23 YTS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG23%20YTS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 8583,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD R 1250 RT LE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'RT LE MOTORBIKE',
 'vin': 'WB10L0109P6G55688',
 'year': 2023}
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG23%2520YTS%27 HTTP/1.1" 200 None
2026-03-30 06:45:11 [bca.uk] INFO: Saving data for DG23%20YTS: {'auction_closing_time': 1775124000.0, 'created_time': 1773826947.279707, 'last_price_update_time': 1774853111.632487}
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG23%2520YTS') HTTP/1.1" 204 0
2026-03-30 06:45:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3510e8f7-30bf-51cf-a52d-8c2584de6118 with identifier: LV12%20XCG
2026-03-30 06:45:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3510e8f7-30bf-51cf-a52d-8c2584de6118 with identifier: LV12%20XCG
2026-03-30 06:45:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3510e8f7-30bf-51cf-a52d-8c2584de6118 with identifier: LV12%20XCG to the API
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV12%20XCG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3510e8f7-30bf-51cf-a52d-8c2584de6118',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV12 XCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV12%20XCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 73586,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 LONDON 2012 Hatchback',
 'transmission': 'manual',
 'trim': 'LONDON 2012',
 'vin': 'WMWSU32070T109448',
 'year': 2012}
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV12%2520XCG%27 HTTP/1.1" 200 None
2026-03-30 06:45:11 [bca.uk] INFO: Saving data for LV12%20XCG: {'auction_closing_time': 1774951200.0, 'created_time': 1774016876.23879, 'last_price_update_time': 1774853111.939309}
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV12%2520XCG') HTTP/1.1" 204 0
2026-03-30 06:45:11 [bca.uk] INFO: Found listing with ID: BN74%20PFX
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFX%27 HTTP/1.1" 200 None
2026-03-30 06:45:11 [bca.uk] INFO: Scrape type for BN74%20PFX: 2
2026-03-30 06:45:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d0d872b-3966-50a2-a5ec-cca810a61252 with identifier: BN74%20PFX
2026-03-30 06:45:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d0d872b-3966-50a2-a5ec-cca810a61252 with scrape type 2
2026-03-30 06:45:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d0d872b-3966-50a2-a5ec-cca810a61252 with scrape type 2
2026-03-30 06:45:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d0d872b-3966-50a2-a5ec-cca810a61252, identifier: BN74%20PFX
2026-03-30 06:45:12 [bca.uk] INFO: Found listing with ID: HF69%20LZW
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF69%2520LZW%27 HTTP/1.1" 200 None
2026-03-30 06:45:12 [bca.uk] INFO: Scrape type for HF69%20LZW: 2
2026-03-30 06:45:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7073c54-4eee-504d-86a2-a1baf076a378 with identifier: HF69%20LZW
2026-03-30 06:45:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7073c54-4eee-504d-86a2-a1baf076a378 with scrape type 2
2026-03-30 06:45:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7073c54-4eee-504d-86a2-a1baf076a378 with scrape type 2
2026-03-30 06:45:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7073c54-4eee-504d-86a2-a1baf076a378, identifier: HF69%20LZW
2026-03-30 06:45:12 [bca.uk] INFO: Found listing with ID: FG71%20UKK
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520UKK%27 HTTP/1.1" 200 None
2026-03-30 06:45:12 [bca.uk] INFO: Scrape type for FG71%20UKK: 2
2026-03-30 06:45:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b4f8db0-294c-540b-970e-182951eff97d with identifier: FG71%20UKK
2026-03-30 06:45:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b4f8db0-294c-540b-970e-182951eff97d with scrape type 2
2026-03-30 06:45:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b4f8db0-294c-540b-970e-182951eff97d with scrape type 2
2026-03-30 06:45:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b4f8db0-294c-540b-970e-182951eff97d, identifier: FG71%20UKK
2026-03-30 06:45:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d0d872b-3966-50a2-a5ec-cca810a61252 with identifier: BN74%20PFX
2026-03-30 06:45:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d0d872b-3966-50a2-a5ec-cca810a61252 with identifier: BN74%20PFX
2026-03-30 06:45:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d0d872b-3966-50a2-a5ec-cca810a61252 with identifier: BN74%20PFX to the API
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN74%20PFX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d0d872b-3966-50a2-a5ec-cca810a61252',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN74 PFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN74%20PFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 14269,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNS0RY562489',
 'year': 2024}
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN74%2520PFX%27 HTTP/1.1" 200 None
2026-03-30 06:45:12 [bca.uk] INFO: Saving data for BN74%20PFX: {'auction_closing_time': 1775124000.0, 'created_time': 1774592177.084931, 'last_price_update_time': 1774853112.595155}
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN74%2520PFX') HTTP/1.1" 204 0
2026-03-30 06:45:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7073c54-4eee-504d-86a2-a1baf076a378 with identifier: HF69%20LZW
2026-03-30 06:45:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7073c54-4eee-504d-86a2-a1baf076a378 with identifier: HF69%20LZW
2026-03-30 06:45:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7073c54-4eee-504d-86a2-a1baf076a378 with identifier: HF69%20LZW to the API
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': None,
 'category': 'Motorcycle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'b7073c54-4eee-504d-86a2-a1baf076a378',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF69 LZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF69%20LZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 13372,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD R 1250 RT LE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'RT LE MOTORBIKE',
 'vin': 'WB10J6104LZY35868',
 'year': 2019}
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF69%2520LZW%27 HTTP/1.1" 200 None
2026-03-30 06:45:12 [bca.uk] INFO: Saving data for HF69%20LZW: {'auction_closing_time': 1775124000.0, 'created_time': 1773826962.345494, 'last_price_update_time': 1774853112.897019}
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF69%2520LZW') HTTP/1.1" 204 0
2026-03-30 06:45:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b4f8db0-294c-540b-970e-182951eff97d with identifier: FG71%20UKK
2026-03-30 06:45:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b4f8db0-294c-540b-970e-182951eff97d with identifier: FG71%20UKK
2026-03-30 06:45:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b4f8db0-294c-540b-970e-182951eff97d with identifier: FG71%20UKK to the API
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG71%20UKK-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': '',
 'id': '2b4f8db0-294c-540b-970e-182951eff97d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG71 UKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG71%20UKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HARLEY-DAVIDSON',
 'model': 'FLTRK',
 'odometer': 2101,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON FLTRK ROAD GLIDE LTD.MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'ROAD GLIDE LTD.MOTORBIKE',
 'vin': '5HD1KZF40MS652616',
 'year': 2022}
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG71%2520UKK%27 HTTP/1.1" 200 None
2026-03-30 06:45:13 [bca.uk] INFO: Saving data for FG71%20UKK: {'auction_closing_time': 1774854000.0, 'created_time': 1773842437.962546, 'last_price_update_time': 1774853113.209693}
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG71%2520UKK') HTTP/1.1" 204 0
2026-03-30 06:45:13 [bca.uk] INFO: Found listing with ID: LS73%20TKF
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520TKF%27 HTTP/1.1" 200 None
2026-03-30 06:45:13 [bca.uk] INFO: Scrape type for LS73%20TKF: 2
2026-03-30 06:45:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2d7908e-0efc-5ab8-8aef-8385893978dd with identifier: LS73%20TKF
2026-03-30 06:45:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2d7908e-0efc-5ab8-8aef-8385893978dd with scrape type 2
2026-03-30 06:45:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2d7908e-0efc-5ab8-8aef-8385893978dd with scrape type 2
2026-03-30 06:45:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2d7908e-0efc-5ab8-8aef-8385893978dd, identifier: LS73%20TKF
2026-03-30 06:45:13 [bca.uk] INFO: Found listing with ID: LM61%20OVO
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45: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%2520OVO%27 HTTP/1.1" 200 None
2026-03-30 06:45:13 [bca.uk] INFO: Scrape type for LM61%20OVO: 0
2026-03-30 06:45:13 [bca.uk] INFO: Found listing with ID: AU16%20YYD
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU16%2520YYD%27 HTTP/1.1" 200 None
2026-03-30 06:45:13 [bca.uk] INFO: Scrape type for AU16%20YYD: 0
2026-03-30 06:45:13 [bca.uk] INFO: Found listing with ID: VK72%20HYT
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520HYT%27 HTTP/1.1" 200 None
2026-03-30 06:45:13 [bca.uk] INFO: Scrape type for VK72%20HYT: 2
2026-03-30 06:45:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ecddff1-bb1e-528e-826a-a194fd103fe8 with identifier: VK72%20HYT
2026-03-30 06:45:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ecddff1-bb1e-528e-826a-a194fd103fe8 with scrape type 2
2026-03-30 06:45:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ecddff1-bb1e-528e-826a-a194fd103fe8 with scrape type 2
2026-03-30 06:45:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ecddff1-bb1e-528e-826a-a194fd103fe8, identifier: VK72%20HYT
2026-03-30 06:45:13 [bca.uk] INFO: Found listing with ID: GL72%20JUV
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520JUV%27 HTTP/1.1" 200 None
2026-03-30 06:45:13 [bca.uk] INFO: Scrape type for GL72%20JUV: 2
2026-03-30 06:45:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa23c09e-6fda-5bce-a46b-e6c1253700fd with identifier: GL72%20JUV
2026-03-30 06:45:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa23c09e-6fda-5bce-a46b-e6c1253700fd with scrape type 2
2026-03-30 06:45:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa23c09e-6fda-5bce-a46b-e6c1253700fd with scrape type 2
2026-03-30 06:45:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa23c09e-6fda-5bce-a46b-e6c1253700fd, identifier: GL72%20JUV
2026-03-30 06:45:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2d7908e-0efc-5ab8-8aef-8385893978dd with identifier: LS73%20TKF
2026-03-30 06:45:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2d7908e-0efc-5ab8-8aef-8385893978dd with identifier: LS73%20TKF
2026-03-30 06:45:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2d7908e-0efc-5ab8-8aef-8385893978dd with identifier: LS73%20TKF to the API
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS73%20TKF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b2d7908e-0efc-5ab8-8aef-8385893978dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS73 TKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS73%20TKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '308 SW',
 'odometer': 17104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 SW 1.6 PHEV 180 ALLURE PREM.E-EAT8 Estate',
 'transmission': 'automatic',
 'trim': 'PHEV 180 ALLURE PREM.E-EAT8',
 'vin': 'VR3F4DGXTPY601989',
 'year': 2023}
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS73%2520TKF%27 HTTP/1.1" 200 None
2026-03-30 06:45:13 [bca.uk] INFO: Saving data for LS73%20TKF: {'auction_closing_time': 1775124000.0, 'created_time': 1774592178.959875, 'last_price_update_time': 1774853113.867189}
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS73%2520TKF') HTTP/1.1" 204 0
2026-03-30 06:45:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ecddff1-bb1e-528e-826a-a194fd103fe8 with identifier: VK72%20HYT
2026-03-30 06:45:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ecddff1-bb1e-528e-826a-a194fd103fe8 with identifier: VK72%20HYT
2026-03-30 06:45:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ecddff1-bb1e-528e-826a-a194fd103fe8 with identifier: VK72%20HYT to the API
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK72%20HYT-GB',
 'category': 'Motorcycle',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '4ecddff1-bb1e-528e-826a-a194fd103fe8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK72 HYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK72%20HYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 11192,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD R 1250 GS ADVENTURE TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS ADVENTURE TE MOTORBIKE',
 'vin': 'WB10M1108P6G40974',
 'year': 2022}
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520HYT%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Saving data for VK72%20HYT: {'auction_closing_time': 1775124000.0, 'created_time': 1773840676.691542, 'last_price_update_time': 1774853114.272477}
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK72%2520HYT') HTTP/1.1" 204 0
2026-03-30 06:45:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa23c09e-6fda-5bce-a46b-e6c1253700fd with identifier: GL72%20JUV
2026-03-30 06:45:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa23c09e-6fda-5bce-a46b-e6c1253700fd with identifier: GL72%20JUV
2026-03-30 06:45:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa23c09e-6fda-5bce-a46b-e6c1253700fd with identifier: GL72%20JUV to the API
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL72%20JUV-GB',
 'category': 'Motorcycle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': '',
 'id': 'aa23c09e-6fda-5bce-a46b-e6c1253700fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL72 JUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL72%20JUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'DUCATI',
 'model': 'MULTISTRADA',
 'odometer': 12081,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'DUCATI MULTISTRADA V2 S MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'V2 S MOTORBIKE',
 'vin': 'ZDM2A02AAPB007131',
 'year': 2022}
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520JUV%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Saving data for GL72%20JUV: {'auction_closing_time': 1774854000.0, 'created_time': 1773842427.059432, 'last_price_update_time': 1774853114.580671}
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL72%2520JUV') HTTP/1.1" 204 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: MA24%20VTD
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520VTD%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for MA24%20VTD: 2
2026-03-30 06:45:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with identifier: MA24%20VTD
2026-03-30 06:45:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with scrape type 2
2026-03-30 06:45:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with scrape type 2
2026-03-30 06:45:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5, identifier: MA24%20VTD
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: CN71%20FLM
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520FLM%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for CN71%20FLM: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: LA22%20NCU
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520NCU%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for LA22%20NCU: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: LD72%20AXW
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520AXW%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for LD72%20AXW: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: LD72%20OTX
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD72%2520OTX%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for LD72%20OTX: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: LG72%20RNE
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RNE%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for LG72%20RNE: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: VO23%20ZGV
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520ZGV%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for VO23%20ZGV: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: VO72%20JVK
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520JVK%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for VO72%20JVK: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: YS19%20LKF
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520LKF%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for YS19%20LKF: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: BJ17%20KNB
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ17%2520KNB%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for BJ17%20KNB: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: BL17%20OSB
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL17%2520OSB%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for BL17%20OSB: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: BT72%20VZZ
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT72%2520VZZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for BT72%20VZZ: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: BX21%20HTT
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX21%2520HTT%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for BX21%20HTT: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: DY71%20APX
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520APX%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for DY71%20APX: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: EU20%20MWK
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU20%2520MWK%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for EU20%20MWK: 0
2026-03-30 06:45:14 [bca.uk] INFO: Found listing with ID: HV24%20OJD
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520OJD%27 HTTP/1.1" 200 None
2026-03-30 06:45:14 [bca.uk] INFO: Scrape type for HV24%20OJD: 2
2026-03-30 06:45:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 823e96de-7384-5464-98f9-c7fa608cf1aa with identifier: HV24%20OJD
2026-03-30 06:45:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 823e96de-7384-5464-98f9-c7fa608cf1aa with scrape type 2
2026-03-30 06:45:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 823e96de-7384-5464-98f9-c7fa608cf1aa with scrape type 2
2026-03-30 06:45:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 823e96de-7384-5464-98f9-c7fa608cf1aa, identifier: HV24%20OJD
2026-03-30 06:45:15 [bca.uk] INFO: Found listing with ID: LL63%20OWY
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL63%2520OWY%27 HTTP/1.1" 200 None
2026-03-30 06:45:15 [bca.uk] INFO: Scrape type for LL63%20OWY: 2
2026-03-30 06:45:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 431eb84d-94fd-5fb3-aef5-49b2856a792b with identifier: LL63%20OWY
2026-03-30 06:45:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 431eb84d-94fd-5fb3-aef5-49b2856a792b with scrape type 2
2026-03-30 06:45:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 431eb84d-94fd-5fb3-aef5-49b2856a792b with scrape type 2
2026-03-30 06:45:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 431eb84d-94fd-5fb3-aef5-49b2856a792b, identifier: LL63%20OWY
2026-03-30 06:45:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with identifier: MA24%20VTD
2026-03-30 06:45:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with identifier: MA24%20VTD
2026-03-30 06:45:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ac07288-6c0b-55a1-8b36-1aeb5b8842d5 with identifier: MA24%20VTD to the API
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20VTD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ac07288-6c0b-55a1-8b36-1aeb5b8842d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA24 VTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20VTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 14616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNSTRY514069',
 'year': 2024}
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520VTD%27 HTTP/1.1" 200 None
2026-03-30 06:45:15 [bca.uk] INFO: Saving data for MA24%20VTD: {'auction_closing_time': 1775124000.0, 'created_time': 1774592180.773606, 'last_price_update_time': 1774853115.488081}
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520VTD') HTTP/1.1" 204 0
2026-03-30 06:45:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 823e96de-7384-5464-98f9-c7fa608cf1aa with identifier: HV24%20OJD
2026-03-30 06:45:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 823e96de-7384-5464-98f9-c7fa608cf1aa with identifier: HV24%20OJD
2026-03-30 06:45:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 823e96de-7384-5464-98f9-c7fa608cf1aa with identifier: HV24%20OJD to the API
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV24%20OJD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '823e96de-7384-5464-98f9-c7fa608cf1aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV24 OJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV24%20OJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 25138,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PPM26213',
 'year': 2024}
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520OJD%27 HTTP/1.1" 200 None
2026-03-30 06:45:15 [bca.uk] INFO: Saving data for HV24%20OJD: {'auction_closing_time': 1774864800.0, 'created_time': 1773935359.324911, 'last_price_update_time': 1774853115.86393}
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520OJD') HTTP/1.1" 204 0
2026-03-30 06:45:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 431eb84d-94fd-5fb3-aef5-49b2856a792b with identifier: LL63%20OWY
2026-03-30 06:45:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 431eb84d-94fd-5fb3-aef5-49b2856a792b with identifier: LL63%20OWY
2026-03-30 06:45:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 431eb84d-94fd-5fb3-aef5-49b2856a792b with identifier: LL63%20OWY to the API
2026-03-30 06:45:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL63%20OWY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '431eb84d-94fd-5fb3-aef5-49b2856a792b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL63 OWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL63%20OWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 146034,
 'odometer_reading_unit': '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 A200 1.8 CDI B/E AMG SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT',
 'vin': 'WDD1760012J221077',
 'year': 2013}
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL63%2520OWY%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Saving data for LL63%20OWY: {'auction_closing_time': 1775124000.0, 'created_time': 1774535272.534444, 'last_price_update_time': 1774853116.187519}
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL63%2520OWY') HTTP/1.1" 204 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: RE24%20LFR
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520LFR%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for RE24%20LFR: 2
2026-03-30 06:45:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dee6648-2e69-5211-850d-9502235a8347 with identifier: RE24%20LFR
2026-03-30 06:45:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dee6648-2e69-5211-850d-9502235a8347 with scrape type 2
2026-03-30 06:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dee6648-2e69-5211-850d-9502235a8347 with scrape type 2
2026-03-30 06:45:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9dee6648-2e69-5211-850d-9502235a8347, identifier: RE24%20LFR
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: LC66%20YCW
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520YCW%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for LC66%20YCW: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: LD21%20EZN
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD21%2520EZN%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for LD21%20EZN: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: LF23%20AHW
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520AHW%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for LF23%20AHW: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: ML70%20AOZ
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML70%2520AOZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for ML70%20AOZ: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: BW19%20CGV
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520CGV%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for BW19%20CGV: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: DK73%20OFM
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK73%2520OFM%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for DK73%20OFM: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: EF67%20UBW
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF67%2520UBW%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for EF67%20UBW: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: VE22%20HYT
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE22%2520HYT%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for VE22%20HYT: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: YT20%20UMS
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT20%2520UMS%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for YT20%20UMS: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: KS73%20OUP
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS73%2520OUP%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for KS73%20OUP: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: BG72%20UVK
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520UVK%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for BG72%20UVK: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: BK21%20VBM
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520VBM%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for BK21%20VBM: 0
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: KY23%20LWA
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWA%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for KY23%20LWA: 2
2026-03-30 06:45:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 233cf6c9-577f-5c81-bd9a-f4196825f4af with identifier: KY23%20LWA
2026-03-30 06:45:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 233cf6c9-577f-5c81-bd9a-f4196825f4af with scrape type 2
2026-03-30 06:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 233cf6c9-577f-5c81-bd9a-f4196825f4af with scrape type 2
2026-03-30 06:45:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 233cf6c9-577f-5c81-bd9a-f4196825f4af, identifier: KY23%20LWA
2026-03-30 06:45:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:45:16 [bca.uk] INFO: Found listing with ID: NG12%20XLT
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG12%2520XLT%27 HTTP/1.1" 200 None
2026-03-30 06:45:16 [bca.uk] INFO: Scrape type for NG12%20XLT: 2
2026-03-30 06:45:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17f459df-3ce8-5024-bfb6-22c198efe749 with identifier: NG12%20XLT
2026-03-30 06:45:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17f459df-3ce8-5024-bfb6-22c198efe749 with scrape type 2
2026-03-30 06:45:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17f459df-3ce8-5024-bfb6-22c198efe749 with scrape type 2
2026-03-30 06:45:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17f459df-3ce8-5024-bfb6-22c198efe749, identifier: NG12%20XLT
2026-03-30 06:45:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9dee6648-2e69-5211-850d-9502235a8347 with identifier: RE24%20LFR
2026-03-30 06:45:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9dee6648-2e69-5211-850d-9502235a8347 with identifier: RE24%20LFR
2026-03-30 06:45:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9dee6648-2e69-5211-850d-9502235a8347 with identifier: RE24%20LFR to the API
2026-03-30 06:45:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE24%20LFR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9dee6648-2e69-5211-850d-9502235a8347',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE24 LFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE24%20LFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 16770,
 'odometer_reading_unit': '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': 'VR3FPHNS0RY528942',
 'year': 2024}
2026-03-30 06:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520LFR%27 HTTP/1.1" 200 None
2026-03-30 06:45:17 [bca.uk] INFO: Saving data for RE24%20LFR: {'auction_closing_time': 1775124000.0, 'created_time': 1774535720.189809, 'last_price_update_time': 1774853117.880736}
2026-03-30 06:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE24%2520LFR') HTTP/1.1" 204 0
2026-03-30 06:45:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 233cf6c9-577f-5c81-bd9a-f4196825f4af with identifier: KY23%20LWA
2026-03-30 06:45:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 233cf6c9-577f-5c81-bd9a-f4196825f4af with identifier: KY23%20LWA
2026-03-30 06:45:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 233cf6c9-577f-5c81-bd9a-f4196825f4af with identifier: KY23%20LWA to the API
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY23%20LWA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '233cf6c9-577f-5c81-bd9a-f4196825f4af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY23 LWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY23%20LWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT TRUCKS',
 'model': 'MASTER 3T5 FWD',
 'odometer': 124567,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRUCKS MASTER 3T5 FWD 2.3 DCI 150 L3 H2 RED ED. PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 150 L3 H2 RED ED.',
 'vin': 'VF6MF000470286826',
 'year': 2023}
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY23%2520LWA%27 HTTP/1.1" 200 None
2026-03-30 06:45:18 [bca.uk] INFO: Saving data for KY23%20LWA: {'auction_closing_time': 1774864800.0, 'created_time': 1773825720.606574, 'last_price_update_time': 1774853118.266816}
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY23%2520LWA') HTTP/1.1" 204 0
2026-03-30 06:45:18 [scrapy.extensions.logstats] INFO: Crawled 112 pages (at 2 pages/min), scraped 5282 items (at 122 items/min)
2026-03-30 06:45:18 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:45:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17f459df-3ce8-5024-bfb6-22c198efe749 with identifier: NG12%20XLT
2026-03-30 06:45:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17f459df-3ce8-5024-bfb6-22c198efe749 with identifier: NG12%20XLT
2026-03-30 06:45:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17f459df-3ce8-5024-bfb6-22c198efe749 with identifier: NG12%20XLT to the API
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG12%20XLT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '17f459df-3ce8-5024-bfb6-22c198efe749',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG12 XLT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG12%20XLT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'MERIVA',
 'odometer': 54217,
 'odometer_reading_unit': '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.7 CDTI 16V 110 SE MPV',
 'transmission': 'automatic',
 'trim': 'CDTI 16V 110 SE',
 'vin': 'W0LSH9EK9C4265771',
 'year': 2012}
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG12%2520XLT%27 HTTP/1.1" 200 None
2026-03-30 06:45:18 [bca.uk] INFO: Saving data for NG12%20XLT: {'auction_closing_time': 1774951200.0, 'created_time': 1774362377.186797, 'last_price_update_time': 1774853118.551761}
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG12%2520XLT') HTTP/1.1" 204 0
2026-03-30 06:45:18 [bca.uk] INFO: Found listing with ID: SE65%20ONJ
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE65%2520ONJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:18 [bca.uk] INFO: Scrape type for SE65%20ONJ: 2
2026-03-30 06:45:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfae4c6e-5e6b-5a54-8a15-3acaa7b42b4f with identifier: SE65%20ONJ
2026-03-30 06:45:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfae4c6e-5e6b-5a54-8a15-3acaa7b42b4f with scrape type 2
2026-03-30 06:45:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfae4c6e-5e6b-5a54-8a15-3acaa7b42b4f with scrape type 2
2026-03-30 06:45:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfae4c6e-5e6b-5a54-8a15-3acaa7b42b4f, identifier: SE65%20ONJ
2026-03-30 06:45:18 [bca.uk] INFO: Found listing with ID: LC66%20DZV
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520DZV%27 HTTP/1.1" 200 None
2026-03-30 06:45:18 [bca.uk] INFO: Scrape type for LC66%20DZV: 0
2026-03-30 06:45:18 [bca.uk] INFO: Found listing with ID: CX72%20HRJ
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX72%2520HRJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:18 [bca.uk] INFO: Scrape type for CX72%20HRJ: 0
2026-03-30 06:45:18 [bca.uk] INFO: Found listing with ID: YR70%20AHN
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR70%2520AHN%27 HTTP/1.1" 200 None
2026-03-30 06:45:18 [bca.uk] INFO: Scrape type for YR70%20AHN: 0
2026-03-30 06:45:18 [bca.uk] INFO: Found listing with ID: FE62%20GPU
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45: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%2520GPU%27 HTTP/1.1" 200 None
2026-03-30 06:45:18 [bca.uk] INFO: Scrape type for FE62%20GPU: 0
2026-03-30 06:45:18 [bca.uk] INFO: Found listing with ID: DK67%20XBB
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK67%2520XBB%27 HTTP/1.1" 200 None
2026-03-30 06:45:18 [bca.uk] INFO: Scrape type for DK67%20XBB: 0
2026-03-30 06:45:18 [bca.uk] INFO: Found listing with ID: LC21%20ZKD
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC21%2520ZKD%27 HTTP/1.1" 200 None
2026-03-30 06:45:18 [bca.uk] INFO: Scrape type for LC21%20ZKD: 0
2026-03-30 06:45:18 [bca.uk] INFO: Found listing with ID: AK72%20CVA
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK72%2520CVA%27 HTTP/1.1" 200 None
2026-03-30 06:45:18 [bca.uk] INFO: Scrape type for AK72%20CVA: 2
2026-03-30 06:45:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca71634f-6631-5048-8cd0-9951b3fe636a with identifier: AK72%20CVA
2026-03-30 06:45:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca71634f-6631-5048-8cd0-9951b3fe636a with scrape type 2
2026-03-30 06:45:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca71634f-6631-5048-8cd0-9951b3fe636a with scrape type 2
2026-03-30 06:45:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca71634f-6631-5048-8cd0-9951b3fe636a, identifier: AK72%20CVA
2026-03-30 06:45:18 [bca.uk] INFO: Found listing with ID: WO16%20LWJ
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO16%2520LWJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:18 [bca.uk] INFO: Scrape type for WO16%20LWJ: 2
2026-03-30 06:45:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54433497-f3c8-5388-a7cd-f68faff8f601 with identifier: WO16%20LWJ
2026-03-30 06:45:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54433497-f3c8-5388-a7cd-f68faff8f601 with scrape type 2
2026-03-30 06:45:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54433497-f3c8-5388-a7cd-f68faff8f601 with scrape type 2
2026-03-30 06:45:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54433497-f3c8-5388-a7cd-f68faff8f601, identifier: WO16%20LWJ
2026-03-30 06:45:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfae4c6e-5e6b-5a54-8a15-3acaa7b42b4f with identifier: SE65%20ONJ
2026-03-30 06:45:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfae4c6e-5e6b-5a54-8a15-3acaa7b42b4f with identifier: SE65%20ONJ
2026-03-30 06:45:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfae4c6e-5e6b-5a54-8a15-3acaa7b42b4f with identifier: SE65%20ONJ to the API
2026-03-30 06:45:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE65%20ONJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bfae4c6e-5e6b-5a54-8a15-3acaa7b42b4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE65 ONJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE65%20ONJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': 'M135I',
 'odometer': 74429,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW M135I 3.0 T STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'T STEP',
 'vin': 'WBA1V120205D80910',
 'year': 2016}
2026-03-30 06:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE65%2520ONJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:19 [bca.uk] INFO: Saving data for SE65%20ONJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774535668.66074, 'last_price_update_time': 1774853119.293478}
2026-03-30 06:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE65%2520ONJ') HTTP/1.1" 204 0
2026-03-30 06:45:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca71634f-6631-5048-8cd0-9951b3fe636a with identifier: AK72%20CVA
2026-03-30 06:45:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca71634f-6631-5048-8cd0-9951b3fe636a with identifier: AK72%20CVA
2026-03-30 06:45:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca71634f-6631-5048-8cd0-9951b3fe636a with identifier: AK72%20CVA to the API
2026-03-30 06:45:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK72%20CVA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ca71634f-6631-5048-8cd0-9951b3fe636a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK72 CVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK72%20CVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 47397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 1000 PROF.PREM.STD Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 PROF.PREM.STD',
 'vin': 'VR3EFYHT2NJ754145',
 'year': 2022}
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK72%2520CVA%27 HTTP/1.1" 200 None
2026-03-30 06:45:20 [bca.uk] INFO: Saving data for AK72%20CVA: {'auction_closing_time': 1774864800.0, 'created_time': 1773935334.625176, 'last_price_update_time': 1774853120.37346}
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK72%2520CVA') HTTP/1.1" 204 0
2026-03-30 06:45:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54433497-f3c8-5388-a7cd-f68faff8f601 with identifier: WO16%20LWJ
2026-03-30 06:45:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54433497-f3c8-5388-a7cd-f68faff8f601 with identifier: WO16%20LWJ
2026-03-30 06:45:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54433497-f3c8-5388-a7cd-f68faff8f601 with identifier: WO16%20LWJ to the API
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO16%20LWJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '54433497-f3c8-5388-a7cd-f68faff8f601',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO16 LWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO16%20LWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 63344,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 TITANIUM X',
 'vin': 'WF0DXXGAKDGK81164',
 'year': 2016}
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO16%2520LWJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:20 [bca.uk] INFO: Saving data for WO16%20LWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774535503.712331, 'last_price_update_time': 1774853120.724732}
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO16%2520LWJ') HTTP/1.1" 204 0
2026-03-30 06:45:20 [bca.uk] INFO: Found listing with ID: YF21%20TFA
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520TFA%27 HTTP/1.1" 200 None
2026-03-30 06:45:20 [bca.uk] INFO: Scrape type for YF21%20TFA: 2
2026-03-30 06:45:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c027786f-7759-5b22-90a1-2c9a202aa308 with identifier: YF21%20TFA
2026-03-30 06:45:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c027786f-7759-5b22-90a1-2c9a202aa308 with scrape type 2
2026-03-30 06:45:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c027786f-7759-5b22-90a1-2c9a202aa308 with scrape type 2
2026-03-30 06:45:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c027786f-7759-5b22-90a1-2c9a202aa308, identifier: YF21%20TFA
2026-03-30 06:45:20 [bca.uk] INFO: Found listing with ID: BV66%20HMG
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV66%2520HMG%27 HTTP/1.1" 200 None
2026-03-30 06:45:20 [bca.uk] INFO: Scrape type for BV66%20HMG: 2
2026-03-30 06:45:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with identifier: BV66%20HMG
2026-03-30 06:45:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with scrape type 2
2026-03-30 06:45:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with scrape type 2
2026-03-30 06:45:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a083cfdc-ae2d-575c-b4ce-f93a840e6cc9, identifier: BV66%20HMG
2026-03-30 06:45:20 [bca.uk] INFO: Total items found: 100
2026-03-30 06:45:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded
2026-03-30 06:45:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:45:20 [bca.uk] INFO: Found listing with ID: FL69%20CZE
2026-03-30 06:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520CZE%27 HTTP/1.1" 200 None
2026-03-30 06:45:21 [bca.uk] INFO: Scrape type for FL69%20CZE: 2
2026-03-30 06:45:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c40fc0a-d6fb-58d5-990f-daf9d4f5c55d with identifier: FL69%20CZE
2026-03-30 06:45:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c40fc0a-d6fb-58d5-990f-daf9d4f5c55d with scrape type 2
2026-03-30 06:45:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c40fc0a-d6fb-58d5-990f-daf9d4f5c55d with scrape type 2
2026-03-30 06:45:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c40fc0a-d6fb-58d5-990f-daf9d4f5c55d, identifier: FL69%20CZE
2026-03-30 06:45:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c027786f-7759-5b22-90a1-2c9a202aa308 with identifier: YF21%20TFA
2026-03-30 06:45:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c027786f-7759-5b22-90a1-2c9a202aa308 with identifier: YF21%20TFA
2026-03-30 06:45:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c027786f-7759-5b22-90a1-2c9a202aa308 with identifier: YF21%20TFA to the API
2026-03-30 06:45:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF21%20TFA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c027786f-7759-5b22-90a1-2c9a202aa308',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF21 TFA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF21%20TFA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '118I',
 'odometer': 64826,
 'odometer_reading_unit': '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 SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': '136 SPORT STEP',
 'vin': 'WBA7K320707J34287',
 'year': 2021}
2026-03-30 06:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF21%2520TFA%27 HTTP/1.1" 200 None
2026-03-30 06:45:21 [bca.uk] INFO: Saving data for YF21%20TFA: {'auction_closing_time': 1774864800.0, 'created_time': 1774276739.958844, 'last_price_update_time': 1774853121.457734}
2026-03-30 06:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF21%2520TFA') HTTP/1.1" 204 0
2026-03-30 06:45:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with identifier: BV66%20HMG
2026-03-30 06:45:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with identifier: BV66%20HMG
2026-03-30 06:45:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a083cfdc-ae2d-575c-b4ce-f93a840e6cc9 with identifier: BV66%20HMG to the API
2026-03-30 06:45:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV66%20HMG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a083cfdc-ae2d-575c-b4ce-f93a840e6cc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV66 HMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV66%20HMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.7T',
 'odometer': 82836,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.7T 1.6 CDTI 95 E/F SWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 95 E/F SWB',
 'vin': 'W0LF7F606HV605038',
 'year': 2016}
2026-03-30 06:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV66%2520HMG%27 HTTP/1.1" 200 None
2026-03-30 06:45:22 [bca.uk] INFO: Saving data for BV66%20HMG: {'auction_closing_time': 1774864800.0, 'created_time': 1773935300.536991, 'last_price_update_time': 1774853122.584107}
2026-03-30 06:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV66%2520HMG') HTTP/1.1" 204 0
2026-03-30 06:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:45:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c40fc0a-d6fb-58d5-990f-daf9d4f5c55d with identifier: FL69%20CZE
2026-03-30 06:45:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c40fc0a-d6fb-58d5-990f-daf9d4f5c55d with identifier: FL69%20CZE
2026-03-30 06:45:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c40fc0a-d6fb-58d5-990f-daf9d4f5c55d with identifier: FL69%20CZE to the API
2026-03-30 06:45:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL69%20CZE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1c40fc0a-d6fb-58d5-990f-daf9d4f5c55d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL69 CZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL69%20CZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FOCUS ACTIVE',
 'odometer': 74361,
 'odometer_reading_unit': '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': 'WF0NXXGCHNKT17829',
 'year': 2019}
2026-03-30 06:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520CZE%27 HTTP/1.1" 200 None
2026-03-30 06:45:22 [bca.uk] INFO: Saving data for FL69%20CZE: {'auction_closing_time': 1774951200.0, 'created_time': 1774362379.636, 'last_price_update_time': 1774853122.89883}
2026-03-30 06:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL69%2520CZE') HTTP/1.1" 204 0
2026-03-30 06:45:22 [bca.uk] INFO: Found listing with ID: BA66%20OCO
2026-03-30 06:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA66%2520OCO%27 HTTP/1.1" 200 None
2026-03-30 06:45:22 [bca.uk] INFO: Scrape type for BA66%20OCO: 2
2026-03-30 06:45:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7017b8cd-bfab-5093-97ba-0e952cb2b74d with identifier: BA66%20OCO
2026-03-30 06:45:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7017b8cd-bfab-5093-97ba-0e952cb2b74d with scrape type 2
2026-03-30 06:45:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7017b8cd-bfab-5093-97ba-0e952cb2b74d with scrape type 2
2026-03-30 06:45:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7017b8cd-bfab-5093-97ba-0e952cb2b74d, identifier: BA66%20OCO
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: DS21%20FKJ
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520FKJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for DS21%20FKJ: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: DS72%20XWT
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520XWT%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for DS72%20XWT: 2
2026-03-30 06:45:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 128395f3-fad4-550e-8dfe-42e89b07ce9a with identifier: DS72%20XWT
2026-03-30 06:45:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 128395f3-fad4-550e-8dfe-42e89b07ce9a with scrape type 2
2026-03-30 06:45:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 128395f3-fad4-550e-8dfe-42e89b07ce9a with scrape type 2
2026-03-30 06:45:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 128395f3-fad4-550e-8dfe-42e89b07ce9a, identifier: DS72%20XWT
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: YF14%20VCY
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF14%2520VCY%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for YF14%20VCY: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: PL08%20XKA
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL08%2520XKA%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for PL08%20XKA: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: FP15%20FSZ
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP15%2520FSZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for FP15%20FSZ: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: PF15%20UUE
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF15%2520UUE%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for PF15%20UUE: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: PG15%20FLD
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PG15%2520FLD%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for PG15%20FLD: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: YF10%20SVS
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF10%2520SVS%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for YF10%20SVS: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: FM64%20FXR
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM64%2520FXR%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for FM64%20FXR: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: YF63%20EFE
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF63%2520EFE%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for YF63%20EFE: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: KY59%20XTG
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY59%2520XTG%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for KY59%20XTG: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: YB64%20FPF
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB64%2520FPF%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for YB64%20FPF: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: NA62%20HLY
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA62%2520HLY%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for NA62%20HLY: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: LF67%20SYZ
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520SYZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for LF67%20SYZ: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: SB69%20DFP
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520DFP%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for SB69%20DFP: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: VK67%20YRR
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520YRR%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for VK67%20YRR: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: BV68%20JHX
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV68%2520JHX%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for BV68%20JHX: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: KV61%20YMO
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV61%2520YMO%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for KV61%20YMO: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: VA14%20VAV
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA14%2520VAV%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for VA14%20VAV: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: YN17%20ZXT
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN17%2520ZXT%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for YN17%20ZXT: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: DF14%20OGE
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF14%2520OGE%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for DF14%20OGE: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: DF16%20UXN
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520UXN%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for DF16%20UXN: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: MV62%20YRS
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV62%2520YRS%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for MV62%20YRS: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: WM73%20SRU
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM73%2520SRU%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for WM73%20SRU: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: KE12%20PDK
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE12%2520PDK%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for KE12%20PDK: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: YA13%20HMU
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA13%2520HMU%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for YA13%20HMU: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: PJ70%20PGE
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ70%2520PGE%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for PJ70%20PGE: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: SJ67%20GHV
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ67%2520GHV%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for SJ67%20GHV: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: BF62%20EYU
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF62%2520EYU%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for BF62%20EYU: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: DA15%20KKL
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA15%2520KKL%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for DA15%20KKL: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: YT63%20YVW
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT63%2520YVW%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for YT63%20YVW: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: FN66%20JPY
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520JPY%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for FN66%20JPY: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: MK70%20UBP
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520UBP%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for MK70%20UBP: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: DG65%20FOU
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG65%2520FOU%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for DG65%20FOU: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: NL14%20VWH
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL14%2520VWH%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for NL14%20VWH: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: YK09%20YKR
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK09%2520YKR%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for YK09%20YKR: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: YM64%20MWX
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM64%2520MWX%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for YM64%20MWX: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: MK16%20EUV
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520EUV%27 HTTP/1.1" 200 None
2026-03-30 06:45:23 [bca.uk] INFO: Scrape type for MK16%20EUV: 0
2026-03-30 06:45:23 [bca.uk] INFO: Found listing with ID: BN13%20HXU
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520HXU%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for BN13%20HXU: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: ML14%20FNS
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML14%2520FNS%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for ML14%20FNS: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: SV14%20VHT
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV14%2520VHT%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for SV14%20VHT: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: VO67%20SZZ
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520SZZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for VO67%20SZZ: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: WK67%20RPO
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK67%2520RPO%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for WK67%20RPO: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: BA68%20TXX
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA68%2520TXX%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for BA68%20TXX: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: SV64%20ZFS
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV64%2520ZFS%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for SV64%20ZFS: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: DS20%20HBL
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS20%2520HBL%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for DS20%20HBL: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: DV20%20WGU
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV20%2520WGU%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for DV20%20WGU: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: MM19%20WWL
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WWL%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for MM19%20WWL: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: BJ20%20OGH
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ20%2520OGH%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for BJ20%20OGH: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: DA70%20LNP
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA70%2520LNP%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for DA70%20LNP: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: DE70%20EEM
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EEM%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for DE70%20EEM: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: DE70%20EET
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EET%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for DE70%20EET: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: DE70%20EFH
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE70%2520EFH%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for DE70%20EFH: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: SW18%20EZG
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520EZG%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for SW18%20EZG: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: SH16%20WGD
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH16%2520WGD%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for SH16%20WGD: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: FL69%20MFV
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520MFV%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for FL69%20MFV: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: YD24%20JKV
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD24%2520JKV%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for YD24%20JKV: 0
2026-03-30 06:45:24 [bca.uk] INFO: Found listing with ID: SM65%20ZKU
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520ZKU%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for SM65%20ZKU: 2
2026-03-30 06:45:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cc48e80-4374-503d-9699-314cff7460a6 with identifier: SM65%20ZKU
2026-03-30 06:45:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cc48e80-4374-503d-9699-314cff7460a6 with scrape type 2
2026-03-30 06:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cc48e80-4374-503d-9699-314cff7460a6 with scrape type 2
2026-03-30 06:45:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cc48e80-4374-503d-9699-314cff7460a6, identifier: SM65%20ZKU
2026-03-30 06:45: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:45:24 [bca.uk] INFO: Found listing with ID: LD16%20XHO
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD16%2520XHO%27 HTTP/1.1" 200 None
2026-03-30 06:45:24 [bca.uk] INFO: Scrape type for LD16%20XHO: 2
2026-03-30 06:45:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49433cc4-c773-5a38-86da-9941a01d54af with identifier: LD16%20XHO
2026-03-30 06:45:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49433cc4-c773-5a38-86da-9941a01d54af with scrape type 2
2026-03-30 06:45:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49433cc4-c773-5a38-86da-9941a01d54af with scrape type 2
2026-03-30 06:45:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49433cc4-c773-5a38-86da-9941a01d54af, identifier: LD16%20XHO
2026-03-30 06:45:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7017b8cd-bfab-5093-97ba-0e952cb2b74d with identifier: BA66%20OCO
2026-03-30 06:45:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7017b8cd-bfab-5093-97ba-0e952cb2b74d with identifier: BA66%20OCO
2026-03-30 06:45:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7017b8cd-bfab-5093-97ba-0e952cb2b74d with identifier: BA66%20OCO to the API
2026-03-30 06:45:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BA66%20OCO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7017b8cd-bfab-5093-97ba-0e952cb2b74d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BA66 OCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BA66%20OCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 68165,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 110 MATCH EDITION DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 110 MATCH EDITION DSG',
 'vin': 'WVWZZZAUZHW174576',
 'year': 2017}
2026-03-30 06:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA66%2520OCO%27 HTTP/1.1" 200 None
2026-03-30 06:45:25 [bca.uk] INFO: Saving data for BA66%20OCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774437735.517009, 'last_price_update_time': 1774853125.028517}
2026-03-30 06:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BA66%2520OCO') HTTP/1.1" 204 0
2026-03-30 06:45:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 128395f3-fad4-550e-8dfe-42e89b07ce9a with identifier: DS72%20XWT
2026-03-30 06:45:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 128395f3-fad4-550e-8dfe-42e89b07ce9a with identifier: DS72%20XWT
2026-03-30 06:45:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 128395f3-fad4-550e-8dfe-42e89b07ce9a with identifier: DS72%20XWT to the API
2026-03-30 06:45:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS72%20XWT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '128395f3-fad4-550e-8dfe-42e89b07ce9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS72 XWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS72%20XWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 74429,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 SPORTIVE L2 H1',
 'vin': 'VXEVBYHRMN7076341',
 'year': 2023}
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520XWT%27 HTTP/1.1" 200 None
2026-03-30 06:45:26 [bca.uk] INFO: Saving data for DS72%20XWT: {'auction_closing_time': 1774864800.0, 'created_time': 1773839502.944396, 'last_price_update_time': 1774853126.095011}
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520XWT') HTTP/1.1" 204 0
2026-03-30 06:45:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cc48e80-4374-503d-9699-314cff7460a6 with identifier: SM65%20ZKU
2026-03-30 06:45:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cc48e80-4374-503d-9699-314cff7460a6 with identifier: SM65%20ZKU
2026-03-30 06:45:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6cc48e80-4374-503d-9699-314cff7460a6 with identifier: SM65%20ZKU to the API
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM65%20ZKU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6cc48e80-4374-503d-9699-314cff7460a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM65 ZKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM65%20ZKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '318I',
 'odometer': 82211,
 'odometer_reading_unit': '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 318I 1.5 T SPORT Saloon',
 'transmission': 'manual',
 'trim': 'T SPORT',
 'vin': 'WBA8E32080K563057',
 'year': 2015}
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM65%2520ZKU%27 HTTP/1.1" 200 None
2026-03-30 06:45:26 [bca.uk] INFO: Saving data for SM65%20ZKU: {'auction_closing_time': 1774951200.0, 'created_time': 1774361166.752312, 'last_price_update_time': 1774853126.399252}
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM65%2520ZKU') HTTP/1.1" 204 0
2026-03-30 06:45:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49433cc4-c773-5a38-86da-9941a01d54af with identifier: LD16%20XHO
2026-03-30 06:45:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49433cc4-c773-5a38-86da-9941a01d54af with identifier: LD16%20XHO
2026-03-30 06:45:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49433cc4-c773-5a38-86da-9941a01d54af with identifier: LD16%20XHO to the API
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD16%20XHO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '49433cc4-c773-5a38-86da-9941a01d54af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD16 XHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD16%20XHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250 D',
 'odometer': 41878,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 D 2.1 AMG LINE PREMIUM 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'WDC2539092F102279',
 'year': 2016}
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD16%2520XHO%27 HTTP/1.1" 200 None
2026-03-30 06:45:26 [bca.uk] INFO: Saving data for LD16%20XHO: {'auction_closing_time': 1774864800.0, 'created_time': 1774535902.615923, 'last_price_update_time': 1774853126.742533}
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD16%2520XHO') HTTP/1.1" 204 0
2026-03-30 06:45:26 [bca.uk] INFO: Found listing with ID: DV67%20GZW
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV67%2520GZW%27 HTTP/1.1" 200 None
2026-03-30 06:45:26 [bca.uk] INFO: Scrape type for DV67%20GZW: 2
2026-03-30 06:45:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77d6a0a4-9e96-5262-bf88-f0a13764145b with identifier: DV67%20GZW
2026-03-30 06:45:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77d6a0a4-9e96-5262-bf88-f0a13764145b with scrape type 2
2026-03-30 06:45:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77d6a0a4-9e96-5262-bf88-f0a13764145b with scrape type 2
2026-03-30 06:45:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77d6a0a4-9e96-5262-bf88-f0a13764145b, identifier: DV67%20GZW
2026-03-30 06:45:26 [bca.uk] INFO: Found listing with ID: EN21%20AFE
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN21%2520AFE%27 HTTP/1.1" 200 None
2026-03-30 06:45:26 [bca.uk] INFO: Scrape type for EN21%20AFE: 0
2026-03-30 06:45:26 [bca.uk] INFO: Found listing with ID: MW21%20KRE
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW21%2520KRE%27 HTTP/1.1" 200 None
2026-03-30 06:45:26 [bca.uk] INFO: Scrape type for MW21%20KRE: 0
2026-03-30 06:45:26 [bca.uk] INFO: Found listing with ID: VU20%20KXN
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU20%2520KXN%27 HTTP/1.1" 200 None
2026-03-30 06:45:26 [bca.uk] INFO: Scrape type for VU20%20KXN: 2
2026-03-30 06:45:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b205d2f7-1c3a-5493-a952-e72219fd3b68 with identifier: VU20%20KXN
2026-03-30 06:45:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b205d2f7-1c3a-5493-a952-e72219fd3b68 with scrape type 2
2026-03-30 06:45:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b205d2f7-1c3a-5493-a952-e72219fd3b68 with scrape type 2
2026-03-30 06:45:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b205d2f7-1c3a-5493-a952-e72219fd3b68, identifier: VU20%20KXN
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: YC65%20KTA
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC65%2520KTA%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for YC65%20KTA: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: YE06%20FKT
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE06%2520FKT%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for YE06%20FKT: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: BJ75%20VPK
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520VPK%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for BJ75%20VPK: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: YG63%20VUH
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG63%2520VUH%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for YG63%20VUH: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: LT10%20LNU
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT10%2520LNU%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for LT10%20LNU: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: BJ75%20TYW
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ75%2520TYW%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for BJ75%20TYW: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: KU11%20MKL
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU11%2520MKL%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for KU11%20MKL: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: PX16%20WFA
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX16%2520WFA%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for PX16%20WFA: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: OU64%20OFG
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU64%2520OFG%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for OU64%20OFG: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: BJ23%20FCO
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520FCO%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for BJ23%20FCO: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: CF71%20DZT
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520DZT%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for CF71%20DZT: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: CK23%20GWG
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK23%2520GWG%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for CK23%20GWG: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: DE23%20FWF
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE23%2520FWF%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for DE23%20FWF: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: DL70%20MLK
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL70%2520MLK%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for DL70%20MLK: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: DN72%20WGP
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN72%2520WGP%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for DN72%20WGP: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: DV71%20ULJ
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520ULJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for DV71%20ULJ: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: GF22%20AWJ
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF22%2520AWJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for GF22%20AWJ: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: GJ22%20WZO
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ22%2520WZO%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for GJ22%20WZO: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: HK71%20MFU
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520MFU%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for HK71%20MFU: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: OE71%20HWF
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520HWF%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for OE71%20HWF: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: OE71%20NPD
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE71%2520NPD%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for OE71%20NPD: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: OV71%20WVC
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520WVC%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for OV71%20WVC: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: YM72%20VMV
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520VMV%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for YM72%20VMV: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: YP71%20UCO
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP71%2520UCO%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for YP71%20UCO: 0
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: SV71%20ZXF
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV71%2520ZXF%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for SV71%20ZXF: 2
2026-03-30 06:45:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with identifier: SV71%20ZXF
2026-03-30 06:45:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with scrape type 2
2026-03-30 06:45:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with scrape type 2
2026-03-30 06:45:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33c98cd6-4517-5025-864c-c0fd4fcd3d8e, identifier: SV71%20ZXF
2026-03-30 06:45:27 [bca.uk] INFO: Found listing with ID: FV15%20WTZ
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520WTZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:27 [bca.uk] INFO: Scrape type for FV15%20WTZ: 2
2026-03-30 06:45:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13ba3681-0f0d-55b6-a430-a569d5b4c692 with identifier: FV15%20WTZ
2026-03-30 06:45:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13ba3681-0f0d-55b6-a430-a569d5b4c692 with scrape type 2
2026-03-30 06:45:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13ba3681-0f0d-55b6-a430-a569d5b4c692 with scrape type 2
2026-03-30 06:45:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13ba3681-0f0d-55b6-a430-a569d5b4c692, identifier: FV15%20WTZ
2026-03-30 06:45:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77d6a0a4-9e96-5262-bf88-f0a13764145b with identifier: DV67%20GZW
2026-03-30 06:45:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77d6a0a4-9e96-5262-bf88-f0a13764145b with identifier: DV67%20GZW
2026-03-30 06:45:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77d6a0a4-9e96-5262-bf88-f0a13764145b with identifier: DV67%20GZW to the API
2026-03-30 06:45:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV67%20GZW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77d6a0a4-9e96-5262-bf88-f0a13764145b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV67 GZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV67%20GZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 58077,
 'odometer_reading_unit': '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': 'WF0DXXGAKDHU51545',
 'year': 2017}
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV67%2520GZW%27 HTTP/1.1" 200 None
2026-03-30 06:45:28 [bca.uk] INFO: Saving data for DV67%20GZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774390722.986546, 'last_price_update_time': 1774853128.073497}
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV67%2520GZW') HTTP/1.1" 204 0
2026-03-30 06:45:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b205d2f7-1c3a-5493-a952-e72219fd3b68 with identifier: VU20%20KXN
2026-03-30 06:45:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b205d2f7-1c3a-5493-a952-e72219fd3b68 with identifier: VU20%20KXN
2026-03-30 06:45:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b205d2f7-1c3a-5493-a952-e72219fd3b68 with identifier: VU20%20KXN to the API
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=102&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU20%20KXN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b205d2f7-1c3a-5493-a952-e72219fd3b68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU20 KXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU20%20KXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 131230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CRAFTER 35 FWD 2.0 TDI 140 MWB S/L H/R PanelVan',
 'transmission': 'automatic',
 'trim': 'TDI 140 MWB S/L H/R',
 'vin': 'WV1ZZZSYZL9023061',
 'year': 2020}
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU20%2520KXN%27 HTTP/1.1" 200 None
2026-03-30 06:45:28 [bca.uk] INFO: Saving data for VU20%20KXN: {'auction_closing_time': 1774864800.0, 'created_time': 1774265734.936207, 'last_price_update_time': 1774853128.456638}
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU20%2520KXN') HTTP/1.1" 204 0
2026-03-30 06:45:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with identifier: SV71%20ZXF
2026-03-30 06:45:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with identifier: SV71%20ZXF
2026-03-30 06:45:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33c98cd6-4517-5025-864c-c0fd4fcd3d8e with identifier: SV71%20ZXF to the API
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 250,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33c98cd6-4517-5025-864c-c0fd4fcd3d8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV71 ZXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV71%20ZXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 17671,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 LEADER Dropside',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 LEADER',
 'vin': 'WF0AXXTTRAMC64797',
 'year': 2021}
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV71%2520ZXF%27 HTTP/1.1" 200 None
2026-03-30 06:45:28 [bca.uk] INFO: Saving data for SV71%20ZXF: {'auction_closing_time': 1775210400.0, 'created_time': 1773933438.098553, 'last_price_update_time': 1774853128.772613}
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV71%2520ZXF') HTTP/1.1" 204 0
2026-03-30 06:45:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13ba3681-0f0d-55b6-a430-a569d5b4c692 with identifier: FV15%20WTZ
2026-03-30 06:45:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13ba3681-0f0d-55b6-a430-a569d5b4c692 with identifier: FV15%20WTZ
2026-03-30 06:45:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13ba3681-0f0d-55b6-a430-a569d5b4c692 with identifier: FV15%20WTZ to the API
2026-03-30 06:45:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV15%20WTZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13ba3681-0f0d-55b6-a430-a569d5b4c692',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV15 WTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV15%20WTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 82239,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TDI 150 S LINE StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 S LINE',
 'vin': 'WAUZZZ8U2GR008810',
 'year': 2015}
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520WTZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Saving data for FV15%20WTZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774535519.957554, 'last_price_update_time': 1774853129.068226}
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV15%2520WTZ') HTTP/1.1" 204 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: MK16%20EBC
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520EBC%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for MK16%20EBC: 2
2026-03-30 06:45:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ae7b759-42c2-5d22-8ee2-9730d7789b08 with identifier: MK16%20EBC
2026-03-30 06:45:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ae7b759-42c2-5d22-8ee2-9730d7789b08 with scrape type 2
2026-03-30 06:45:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ae7b759-42c2-5d22-8ee2-9730d7789b08 with scrape type 2
2026-03-30 06:45:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ae7b759-42c2-5d22-8ee2-9730d7789b08, identifier: MK16%20EBC
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: YP24%20NNB
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP24%2520NNB%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for YP24%20NNB: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: DL72%20PGU
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PGU%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for DL72%20PGU: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: LO70%20SNY
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520SNY%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for LO70%20SNY: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: EO72%20JVW
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520JVW%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for EO72%20JVW: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: YR71%20XUZ
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR71%2520XUZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for YR71%20XUZ: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: FT72%20ADZ
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT72%2520ADZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for FT72%20ADZ: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: MA21%20FJE
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520FJE%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for MA21%20FJE: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: VO23%20MRX
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520MRX%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for VO23%20MRX: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: YR19%20BDP
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR19%2520BDP%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for YR19%20BDP: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: YS19%20TGN
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS19%2520TGN%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for YS19%20TGN: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: YT69%20YZL
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT69%2520YZL%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for YT69%20YZL: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: DA22%20XTW
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA22%2520XTW%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for DA22%20XTW: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: HK22%20LFT
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520LFT%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for HK22%20LFT: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: DV71%20NWO
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520NWO%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for DV71%20NWO: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: WJ68%20XCO
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45: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%2520XCO%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for WJ68%20XCO: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: WF70%20BDY
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF70%2520BDY%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for WF70%20BDY: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: DL14%20MVZ
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL14%2520MVZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for DL14%20MVZ: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: DG63%20OCB
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG63%2520OCB%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for DG63%20OCB: 0
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: SM72%20CFE
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520CFE%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for SM72%20CFE: 2
2026-03-30 06:45:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbf18eec-83c2-58c4-908a-75d94df62c40 with identifier: SM72%20CFE
2026-03-30 06:45:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbf18eec-83c2-58c4-908a-75d94df62c40 with scrape type 2
2026-03-30 06:45:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbf18eec-83c2-58c4-908a-75d94df62c40 with scrape type 2
2026-03-30 06:45:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dbf18eec-83c2-58c4-908a-75d94df62c40, identifier: SM72%20CFE
2026-03-30 06:45:29 [bca.uk] INFO: Found listing with ID: WD14%20AXN
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD14%2520AXN%27 HTTP/1.1" 200 None
2026-03-30 06:45:29 [bca.uk] INFO: Scrape type for WD14%20AXN: 2
2026-03-30 06:45:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed893e1a-1371-564c-8050-7a4b91435334 with identifier: WD14%20AXN
2026-03-30 06:45:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed893e1a-1371-564c-8050-7a4b91435334 with scrape type 2
2026-03-30 06:45:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed893e1a-1371-564c-8050-7a4b91435334 with scrape type 2
2026-03-30 06:45:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed893e1a-1371-564c-8050-7a4b91435334, identifier: WD14%20AXN
2026-03-30 06:45:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ae7b759-42c2-5d22-8ee2-9730d7789b08 with identifier: MK16%20EBC
2026-03-30 06:45:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ae7b759-42c2-5d22-8ee2-9730d7789b08 with identifier: MK16%20EBC
2026-03-30 06:45:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ae7b759-42c2-5d22-8ee2-9730d7789b08 with identifier: MK16%20EBC to the API
2026-03-30 06:45:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK16%20EBC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ae7b759-42c2-5d22-8ee2-9730d7789b08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MK16 EBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK16%20EBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 60066,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI TT 1.8 TFSI 180 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'TFSI 180 SPORT',
 'vin': 'TRUZZZFVXG1024935',
 'year': 2016}
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK16%2520EBC%27 HTTP/1.1" 200 None
2026-03-30 06:45:30 [bca.uk] INFO: Saving data for MK16%20EBC: {'auction_closing_time': 1774864800.0, 'created_time': 1774361606.829567, 'last_price_update_time': 1774853130.124168}
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK16%2520EBC') HTTP/1.1" 204 0
2026-03-30 06:45:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dbf18eec-83c2-58c4-908a-75d94df62c40 with identifier: SM72%20CFE
2026-03-30 06:45:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dbf18eec-83c2-58c4-908a-75d94df62c40 with identifier: SM72%20CFE
2026-03-30 06:45:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dbf18eec-83c2-58c4-908a-75d94df62c40 with identifier: SM72%20CFE to the API
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dbf18eec-83c2-58c4-908a-75d94df62c40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM72 CFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM72%20CFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'TOYOTA',
 'model': 'PROACE CITY',
 'odometer': 49298,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE CITY 1.5 D 100 L1 ICON (6SP) Van',
 'transmission': 'manual',
 'trim': 'D 100 L1 ICON (6SP)',
 'vin': 'YAREFYHT2GJ011124',
 'year': 2022}
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM72%2520CFE%27 HTTP/1.1" 200 None
2026-03-30 06:45:30 [bca.uk] INFO: Saving data for SM72%20CFE: {'auction_closing_time': 1775210400.0, 'created_time': 1773933471.194351, 'last_price_update_time': 1774853130.527867}
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM72%2520CFE') HTTP/1.1" 204 0
2026-03-30 06:45:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed893e1a-1371-564c-8050-7a4b91435334 with identifier: WD14%20AXN
2026-03-30 06:45:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed893e1a-1371-564c-8050-7a4b91435334 with identifier: WD14%20AXN
2026-03-30 06:45:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed893e1a-1371-564c-8050-7a4b91435334 with identifier: WD14%20AXN to the API
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD14%20AXN-GB',
 'category': 'Car',
 'color': 'estoril blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed893e1a-1371-564c-8050-7a4b91435334',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD14 AXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD14%20AXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': '320D',
 'odometer': 89069,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'M SPORT TOURING STEP',
 'vin': 'WBA3K32070F794530',
 'year': 2014}
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD14%2520AXN%27 HTTP/1.1" 200 None
2026-03-30 06:45:30 [bca.uk] INFO: Saving data for WD14%20AXN: {'auction_closing_time': 1774864800.0, 'created_time': 1774535511.302252, 'last_price_update_time': 1774853130.852075}
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD14%2520AXN') HTTP/1.1" 204 0
2026-03-30 06:45:30 [bca.uk] INFO: Found listing with ID: KW70%20UYT
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520UYT%27 HTTP/1.1" 200 None
2026-03-30 06:45:30 [bca.uk] INFO: Scrape type for KW70%20UYT: 2
2026-03-30 06:45:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 658e494b-c872-5b20-9ca8-f5ff174d2418 with identifier: KW70%20UYT
2026-03-30 06:45:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 658e494b-c872-5b20-9ca8-f5ff174d2418 with scrape type 2
2026-03-30 06:45:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 658e494b-c872-5b20-9ca8-f5ff174d2418 with scrape type 2
2026-03-30 06:45:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 658e494b-c872-5b20-9ca8-f5ff174d2418, identifier: KW70%20UYT
2026-03-30 06:45:30 [bca.uk] INFO: Found listing with ID: DY22%20BNN
2026-03-30 06:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY22%2520BNN%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for DY22%20BNN: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: EJ73%20RUU
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ73%2520RUU%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for EJ73%20RUU: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: KP70%20ZYR
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP70%2520ZYR%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for KP70%20ZYR: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: DP22%20AVT
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520AVT%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for DP22%20AVT: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: KM17%20CVE
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520CVE%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for KM17%20CVE: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: IXZ%202377
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27IXZ%25202377%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for IXZ%202377: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: B6%20DVS
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27B6%2520DVS%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for B6%20DVS: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: N679%20PYN
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N679%2520PYN%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for N679%20PYN: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: SE10%20GAR
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE10%2520GAR%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for SE10%20GAR: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: M22%20TMX
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M22%2520TMX%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for M22%20TMX: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: LR22%20OUV
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520OUV%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for LR22%20OUV: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: NL21%20WXZ
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520WXZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for NL21%20WXZ: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: FV15%20RLX
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520RLX%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for FV15%20RLX: 0
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: LL74%20BUV
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUV%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for LL74%20BUV: 2
2026-03-30 06:45:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f23fe41b-fd62-549c-894f-a37cb3ab045b with identifier: LL74%20BUV
2026-03-30 06:45:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f23fe41b-fd62-549c-894f-a37cb3ab045b with scrape type 2
2026-03-30 06:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f23fe41b-fd62-549c-894f-a37cb3ab045b with scrape type 2
2026-03-30 06:45:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f23fe41b-fd62-549c-894f-a37cb3ab045b, identifier: LL74%20BUV
2026-03-30 06:45:31 [bca.uk] INFO: Found listing with ID: EO70%20VNT
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO70%2520VNT%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Scrape type for EO70%20VNT: 2
2026-03-30 06:45:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d4e661e-934c-595c-8bd6-695695c36eca with identifier: EO70%20VNT
2026-03-30 06:45:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d4e661e-934c-595c-8bd6-695695c36eca with scrape type 2
2026-03-30 06:45:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d4e661e-934c-595c-8bd6-695695c36eca with scrape type 2
2026-03-30 06:45:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d4e661e-934c-595c-8bd6-695695c36eca, identifier: EO70%20VNT
2026-03-30 06:45:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 658e494b-c872-5b20-9ca8-f5ff174d2418 with identifier: KW70%20UYT
2026-03-30 06:45:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 658e494b-c872-5b20-9ca8-f5ff174d2418 with identifier: KW70%20UYT
2026-03-30 06:45:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 658e494b-c872-5b20-9ca8-f5ff174d2418 with identifier: KW70%20UYT to the API
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW70%20UYT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '658e494b-c872-5b20-9ca8-f5ff174d2418',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW70 UYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW70%20UYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 48081,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 4WD R-DYNAMIC HSE',
 'vin': 'SALZA2ANXLH118744',
 'year': 2020}
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520UYT%27 HTTP/1.1" 200 None
2026-03-30 06:45:31 [bca.uk] INFO: Saving data for KW70%20UYT: {'auction_closing_time': 1775210400.0, 'created_time': 1774535634.964818, 'last_price_update_time': 1774853131.835177}
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW70%2520UYT') HTTP/1.1" 204 0
2026-03-30 06:45:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f23fe41b-fd62-549c-894f-a37cb3ab045b with identifier: LL74%20BUV
2026-03-30 06:45:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f23fe41b-fd62-549c-894f-a37cb3ab045b with identifier: LL74%20BUV
2026-03-30 06:45:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f23fe41b-fd62-549c-894f-a37cb3ab045b with identifier: LL74%20BUV to the API
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BUV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f23fe41b-fd62-549c-894f-a37cb3ab045b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 BUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8625,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE7R4299876',
 'year': 2024}
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUV%27 HTTP/1.1" 200 None
2026-03-30 06:45:32 [bca.uk] INFO: Saving data for LL74%20BUV: {'auction_closing_time': 1775037600.0, 'created_time': 1773958747.787533, 'last_price_update_time': 1774853132.237776}
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BUV') HTTP/1.1" 204 0
2026-03-30 06:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d4e661e-934c-595c-8bd6-695695c36eca with identifier: EO70%20VNT
2026-03-30 06:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d4e661e-934c-595c-8bd6-695695c36eca with identifier: EO70%20VNT
2026-03-30 06:45:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d4e661e-934c-595c-8bd6-695695c36eca with identifier: EO70%20VNT to the API
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO70%20VNT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5d4e661e-934c-595c-8bd6-695695c36eca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO70 VNT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO70%20VNT&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 5822,
 'odometer_reading_unit': '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': 'WF0JXXGAHJLK08571',
 'year': 2020}
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO70%2520VNT%27 HTTP/1.1" 200 None
2026-03-30 06:45:32 [bca.uk] INFO: Saving data for EO70%20VNT: {'auction_closing_time': 1774864800.0, 'created_time': 1773958670.350749, 'last_price_update_time': 1774853132.550495}
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO70%2520VNT') HTTP/1.1" 204 0
2026-03-30 06:45:32 [bca.uk] INFO: Found listing with ID: FH23%20HFT
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH23%2520HFT%27 HTTP/1.1" 200 None
2026-03-30 06:45:32 [bca.uk] INFO: Scrape type for FH23%20HFT: 2
2026-03-30 06:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbc8e4a7-71da-5865-81c3-d73316153fa4 with identifier: FH23%20HFT
2026-03-30 06:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbc8e4a7-71da-5865-81c3-d73316153fa4 with scrape type 2
2026-03-30 06:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbc8e4a7-71da-5865-81c3-d73316153fa4 with scrape type 2
2026-03-30 06:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbc8e4a7-71da-5865-81c3-d73316153fa4, identifier: FH23%20HFT
2026-03-30 06:45:32 [bca.uk] INFO: Found listing with ID: LL74%20BWH
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BWH%27 HTTP/1.1" 200 None
2026-03-30 06:45:32 [bca.uk] INFO: Scrape type for LL74%20BWH: 2
2026-03-30 06:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be93a886-2f3c-511d-9742-b4b42bb14000 with identifier: LL74%20BWH
2026-03-30 06:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be93a886-2f3c-511d-9742-b4b42bb14000 with scrape type 2
2026-03-30 06:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be93a886-2f3c-511d-9742-b4b42bb14000 with scrape type 2
2026-03-30 06:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be93a886-2f3c-511d-9742-b4b42bb14000, identifier: LL74%20BWH
2026-03-30 06:45:32 [bca.uk] INFO: Found listing with ID: MH16%20ZTR
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH16%2520ZTR%27 HTTP/1.1" 200 None
2026-03-30 06:45:32 [bca.uk] INFO: Scrape type for MH16%20ZTR: 2
2026-03-30 06:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 332d93a4-b39a-5579-904b-f99dd2981cf3 with identifier: MH16%20ZTR
2026-03-30 06:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 332d93a4-b39a-5579-904b-f99dd2981cf3 with scrape type 2
2026-03-30 06:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 332d93a4-b39a-5579-904b-f99dd2981cf3 with scrape type 2
2026-03-30 06:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 332d93a4-b39a-5579-904b-f99dd2981cf3, identifier: MH16%20ZTR
2026-03-30 06:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbc8e4a7-71da-5865-81c3-d73316153fa4 with identifier: FH23%20HFT
2026-03-30 06:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbc8e4a7-71da-5865-81c3-d73316153fa4 with identifier: FH23%20HFT
2026-03-30 06:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbc8e4a7-71da-5865-81c3-d73316153fa4 with identifier: FH23%20HFT to the API
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH23%20HFT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cbc8e4a7-71da-5865-81c3-d73316153fa4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FH23 HFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH23%20HFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 12946,
 'odometer_reading_unit': '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': 'LRWYHCFS5PC968932',
 'year': 2023}
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH23%2520HFT%27 HTTP/1.1" 200 None
2026-03-30 06:45:33 [bca.uk] INFO: Saving data for FH23%20HFT: {'auction_closing_time': 1774864800.0, 'created_time': 1773845855.984313, 'last_price_update_time': 1774853133.275723}
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH23%2520HFT') HTTP/1.1" 204 0
2026-03-30 06:45:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be93a886-2f3c-511d-9742-b4b42bb14000 with identifier: LL74%20BWH
2026-03-30 06:45:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be93a886-2f3c-511d-9742-b4b42bb14000 with identifier: LL74%20BWH
2026-03-30 06:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be93a886-2f3c-511d-9742-b4b42bb14000 with identifier: LL74%20BWH to the API
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BWH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be93a886-2f3c-511d-9742-b4b42bb14000',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 BWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE5R4300412',
 'year': 2024}
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BWH%27 HTTP/1.1" 200 None
2026-03-30 06:45:33 [bca.uk] INFO: Saving data for LL74%20BWH: {'auction_closing_time': 1775037600.0, 'created_time': 1773841914.059937, 'last_price_update_time': 1774853133.59602}
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BWH') HTTP/1.1" 204 0
2026-03-30 06:45:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 332d93a4-b39a-5579-904b-f99dd2981cf3 with identifier: MH16%20ZTR
2026-03-30 06:45:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 332d93a4-b39a-5579-904b-f99dd2981cf3 with identifier: MH16%20ZTR
2026-03-30 06:45:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 332d93a4-b39a-5579-904b-f99dd2981cf3 with identifier: MH16%20ZTR to the API
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MH16%20ZTR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '332d93a4-b39a-5579-904b-f99dd2981cf3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MH16 ZTR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MH16%20ZTR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 108462,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI ULTRA 150 SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI ULTRA 150 SPORT S-T',
 'vin': 'WAUZZZF48GA078720',
 'year': 2016}
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH16%2520ZTR%27 HTTP/1.1" 200 None
2026-03-30 06:45:33 [bca.uk] INFO: Saving data for MH16%20ZTR: {'auction_closing_time': 1774864800.0, 'created_time': 1774303615.819775, 'last_price_update_time': 1774853133.887092}
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MH16%2520ZTR') HTTP/1.1" 204 0
2026-03-30 06:45:33 [bca.uk] INFO: Found listing with ID: WN74%20UOV
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520UOV%27 HTTP/1.1" 200 None
2026-03-30 06:45:33 [bca.uk] INFO: Scrape type for WN74%20UOV: 2
2026-03-30 06:45:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 672f413b-4833-5463-8e81-7bd67cb5522b with identifier: WN74%20UOV
2026-03-30 06:45:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 672f413b-4833-5463-8e81-7bd67cb5522b with scrape type 2
2026-03-30 06:45:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 672f413b-4833-5463-8e81-7bd67cb5522b with scrape type 2
2026-03-30 06:45:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 672f413b-4833-5463-8e81-7bd67cb5522b, identifier: WN74%20UOV
2026-03-30 06:45:34 [bca.uk] INFO: Found listing with ID: LL74%20DKN
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKN%27 HTTP/1.1" 200 None
2026-03-30 06:45:34 [bca.uk] INFO: Scrape type for LL74%20DKN: 2
2026-03-30 06:45:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd80f807-501f-54ab-8d03-3be896459556 with identifier: LL74%20DKN
2026-03-30 06:45:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd80f807-501f-54ab-8d03-3be896459556 with scrape type 2
2026-03-30 06:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd80f807-501f-54ab-8d03-3be896459556 with scrape type 2
2026-03-30 06:45:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd80f807-501f-54ab-8d03-3be896459556, identifier: LL74%20DKN
2026-03-30 06:45:34 [bca.uk] INFO: Found listing with ID: SB68%20UFG
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520UFG%27 HTTP/1.1" 200 None
2026-03-30 06:45:34 [bca.uk] INFO: Scrape type for SB68%20UFG: 2
2026-03-30 06:45:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fc72f9c-cd24-559f-90a7-38cd0f529216 with identifier: SB68%20UFG
2026-03-30 06:45:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fc72f9c-cd24-559f-90a7-38cd0f529216 with scrape type 2
2026-03-30 06:45:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fc72f9c-cd24-559f-90a7-38cd0f529216 with scrape type 2
2026-03-30 06:45:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fc72f9c-cd24-559f-90a7-38cd0f529216, identifier: SB68%20UFG
2026-03-30 06:45:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 672f413b-4833-5463-8e81-7bd67cb5522b with identifier: WN74%20UOV
2026-03-30 06:45:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 672f413b-4833-5463-8e81-7bd67cb5522b with identifier: WN74%20UOV
2026-03-30 06:45:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 672f413b-4833-5463-8e81-7bd67cb5522b with identifier: WN74%20UOV to the API
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN74%20UOV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '672f413b-4833-5463-8e81-7bd67cb5522b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN74 UOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN74%20UOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'ALFA ROMEO',
 'model': 'TONALE',
 'odometer': 8739,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO TONALE 1.5 MHEV SPRINT Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV SPRINT',
 'vin': 'ZARNASAA3R3088856',
 'year': 2024}
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN74%2520UOV%27 HTTP/1.1" 200 None
2026-03-30 06:45:34 [bca.uk] INFO: Saving data for WN74%20UOV: {'auction_closing_time': 1774864800.0, 'created_time': 1773834987.558984, 'last_price_update_time': 1774853134.551429}
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN74%2520UOV') HTTP/1.1" 204 0
2026-03-30 06:45:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd80f807-501f-54ab-8d03-3be896459556 with identifier: LL74%20DKN
2026-03-30 06:45:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd80f807-501f-54ab-8d03-3be896459556 with identifier: LL74%20DKN
2026-03-30 06:45:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd80f807-501f-54ab-8d03-3be896459556 with identifier: LL74%20DKN to the API
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DKN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bd80f807-501f-54ab-8d03-3be896459556',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7372,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE3R4300750',
 'year': 2024}
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKN%27 HTTP/1.1" 200 None
2026-03-30 06:45:34 [bca.uk] INFO: Saving data for LL74%20DKN: {'auction_closing_time': 1775037600.0, 'created_time': 1773958556.490147, 'last_price_update_time': 1774853134.850189}
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DKN') HTTP/1.1" 204 0
2026-03-30 06:45:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fc72f9c-cd24-559f-90a7-38cd0f529216 with identifier: SB68%20UFG
2026-03-30 06:45:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fc72f9c-cd24-559f-90a7-38cd0f529216 with identifier: SB68%20UFG
2026-03-30 06:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fc72f9c-cd24-559f-90a7-38cd0f529216 with identifier: SB68%20UFG to the API
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=97&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB68%20UFG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6fc72f9c-cd24-559f-90a7-38cd0f529216',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB68 UFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB68%20UFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 220 D',
 'odometer': 113288,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 220 D 2.1 URBAN ED.4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'URBAN ED.4M 9G',
 'vin': 'WDC2539052F583891',
 'year': 2019}
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520UFG%27 HTTP/1.1" 200 None
2026-03-30 06:45:35 [bca.uk] INFO: Saving data for SB68%20UFG: {'auction_closing_time': 1774864800.0, 'created_time': 1774350996.614239, 'last_price_update_time': 1774853135.222291}
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB68%2520UFG') HTTP/1.1" 204 0
2026-03-30 06:45:35 [bca.uk] INFO: Found listing with ID: YM72%20AHN
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520AHN%27 HTTP/1.1" 200 None
2026-03-30 06:45:35 [bca.uk] INFO: Scrape type for YM72%20AHN: 2
2026-03-30 06:45:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0b31333-cf87-5c01-8ded-b8d7788cf303 with identifier: YM72%20AHN
2026-03-30 06:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0b31333-cf87-5c01-8ded-b8d7788cf303 with scrape type 2
2026-03-30 06:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0b31333-cf87-5c01-8ded-b8d7788cf303 with scrape type 2
2026-03-30 06:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0b31333-cf87-5c01-8ded-b8d7788cf303, identifier: YM72%20AHN
2026-03-30 06:45:35 [bca.uk] INFO: Found listing with ID: LN24%20PFZ
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PFZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:35 [bca.uk] INFO: Scrape type for LN24%20PFZ: 2
2026-03-30 06:45:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e814b603-0e5d-54e2-98ff-02a43cb04259 with identifier: LN24%20PFZ
2026-03-30 06:45:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e814b603-0e5d-54e2-98ff-02a43cb04259 with scrape type 2
2026-03-30 06:45:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e814b603-0e5d-54e2-98ff-02a43cb04259 with scrape type 2
2026-03-30 06:45:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e814b603-0e5d-54e2-98ff-02a43cb04259, identifier: LN24%20PFZ
2026-03-30 06:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0b31333-cf87-5c01-8ded-b8d7788cf303 with identifier: YM72%20AHN
2026-03-30 06:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0b31333-cf87-5c01-8ded-b8d7788cf303 with identifier: YM72%20AHN
2026-03-30 06:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0b31333-cf87-5c01-8ded-b8d7788cf303 with identifier: YM72%20AHN to the API
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM72%20AHN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a0b31333-cf87-5c01-8ded-b8d7788cf303',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM72 AHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM72%20AHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 27552,
 'odometer_reading_unit': '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': 'ZFACF1CJ7NJH06738',
 'year': 2023}
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520AHN%27 HTTP/1.1" 200 None
2026-03-30 06:45:35 [bca.uk] INFO: Saving data for YM72%20AHN: {'auction_closing_time': 1774864800.0, 'created_time': 1773841253.757876, 'last_price_update_time': 1774853135.739038}
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520AHN') HTTP/1.1" 204 0
2026-03-30 06:45:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e814b603-0e5d-54e2-98ff-02a43cb04259 with identifier: LN24%20PFZ
2026-03-30 06:45:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e814b603-0e5d-54e2-98ff-02a43cb04259 with identifier: LN24%20PFZ
2026-03-30 06:45:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e814b603-0e5d-54e2-98ff-02a43cb04259 with identifier: LN24%20PFZ to the API
2026-03-30 06:45:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20PFZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e814b603-0e5d-54e2-98ff-02a43cb04259',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 PFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20PFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6383,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4345049',
 'year': 2024}
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PFZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:36 [bca.uk] INFO: Saving data for LN24%20PFZ: {'auction_closing_time': 1775037600.0, 'created_time': 1773841917.166124, 'last_price_update_time': 1774853136.055088}
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520PFZ') HTTP/1.1" 204 0
2026-03-30 06:45:36 [bca.uk] INFO: Found listing with ID: YM72%20DZH
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520DZH%27 HTTP/1.1" 200 None
2026-03-30 06:45:36 [bca.uk] INFO: Scrape type for YM72%20DZH: 2
2026-03-30 06:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb8ba007-1690-5dfc-9abb-fd1b50813009 with identifier: YM72%20DZH
2026-03-30 06:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb8ba007-1690-5dfc-9abb-fd1b50813009 with scrape type 2
2026-03-30 06:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb8ba007-1690-5dfc-9abb-fd1b50813009 with scrape type 2
2026-03-30 06:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb8ba007-1690-5dfc-9abb-fd1b50813009, identifier: YM72%20DZH
2026-03-30 06:45:36 [bca.uk] INFO: Found listing with ID: LN24%20ROH
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520ROH%27 HTTP/1.1" 200 None
2026-03-30 06:45:36 [bca.uk] INFO: Scrape type for LN24%20ROH: 2
2026-03-30 06:45:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with identifier: LN24%20ROH
2026-03-30 06:45:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with scrape type 2
2026-03-30 06:45:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with scrape type 2
2026-03-30 06:45:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 941a0ceb-e93f-59a8-ab1a-29927642d7e3, identifier: LN24%20ROH
2026-03-30 06:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb8ba007-1690-5dfc-9abb-fd1b50813009 with identifier: YM72%20DZH
2026-03-30 06:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb8ba007-1690-5dfc-9abb-fd1b50813009 with identifier: YM72%20DZH
2026-03-30 06:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb8ba007-1690-5dfc-9abb-fd1b50813009 with identifier: YM72%20DZH to the API
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM72%20DZH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eb8ba007-1690-5dfc-9abb-fd1b50813009',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YM72 DZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM72%20DZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FIAT',
 'model': '500',
 'odometer': 27524,
 'odometer_reading_unit': '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': 'ZFACF1CJ6NJH06682',
 'year': 2023}
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM72%2520DZH%27 HTTP/1.1" 200 None
2026-03-30 06:45:36 [bca.uk] INFO: Saving data for YM72%20DZH: {'auction_closing_time': 1774864800.0, 'created_time': 1773826327.498343, 'last_price_update_time': 1774853136.711096}
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520DZH') HTTP/1.1" 204 0
2026-03-30 06:45:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with identifier: LN24%20ROH
2026-03-30 06:45:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with identifier: LN24%20ROH
2026-03-30 06:45:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 941a0ceb-e93f-59a8-ab1a-29927642d7e3 with identifier: LN24%20ROH to the API
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=103&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20ROH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '941a0ceb-e93f-59a8-ab1a-29927642d7e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 ROH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20ROH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10771,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNS9R4056155',
 'year': 2024}
2026-03-30 06:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520ROH%27 HTTP/1.1" 200 None
2026-03-30 06:45:37 [bca.uk] INFO: Saving data for LN24%20ROH: {'auction_closing_time': 1775037600.0, 'created_time': 1773842100.536547, 'last_price_update_time': 1774853137.00523}
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520ROH') HTTP/1.1" 204 0
2026-03-30 06:45:37 [bca.uk] INFO: Found listing with ID: R100%20CGH
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R100%2520CGH%27 HTTP/1.1" 200 None
2026-03-30 06:45:37 [bca.uk] INFO: Scrape type for R100%20CGH: 2
2026-03-30 06:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d63ec3ab-072a-5e20-90bc-b1d09136ce8b with identifier: R100%20CGH
2026-03-30 06:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d63ec3ab-072a-5e20-90bc-b1d09136ce8b with scrape type 2
2026-03-30 06:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d63ec3ab-072a-5e20-90bc-b1d09136ce8b with scrape type 2
2026-03-30 06:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d63ec3ab-072a-5e20-90bc-b1d09136ce8b, identifier: R100%20CGH
2026-03-30 06:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d63ec3ab-072a-5e20-90bc-b1d09136ce8b with identifier: R100%20CGH
2026-03-30 06:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d63ec3ab-072a-5e20-90bc-b1d09136ce8b with identifier: R100%20CGH
2026-03-30 06:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d63ec3ab-072a-5e20-90bc-b1d09136ce8b with identifier: R100%20CGH to the API
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R100%20CGH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd63ec3ab-072a-5e20-90bc-b1d09136ce8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'R100 CGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=R100%20CGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 71104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN1GH087453',
 'year': 2016}
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R100%2520CGH%27 HTTP/1.1" 200 None
2026-03-30 06:45:37 [bca.uk] INFO: Saving data for R100%20CGH: {'auction_closing_time': 1775210400.0, 'created_time': 1774476667.711723, 'last_price_update_time': 1774853137.403518}
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R100%2520CGH') HTTP/1.1" 204 0
2026-03-30 06:45:37 [bca.uk] INFO: Found listing with ID: KS58%20NYF
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS58%2520NYF%27 HTTP/1.1" 200 None
2026-03-30 06:45:37 [bca.uk] INFO: Scrape type for KS58%20NYF: 2
2026-03-30 06:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41d1c5c4-380d-5683-8165-5f4b918a54d6 with identifier: KS58%20NYF
2026-03-30 06:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41d1c5c4-380d-5683-8165-5f4b918a54d6 with scrape type 2
2026-03-30 06:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41d1c5c4-380d-5683-8165-5f4b918a54d6 with scrape type 2
2026-03-30 06:45:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41d1c5c4-380d-5683-8165-5f4b918a54d6, identifier: KS58%20NYF
2026-03-30 06:45:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41d1c5c4-380d-5683-8165-5f4b918a54d6 with identifier: KS58%20NYF
2026-03-30 06:45:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41d1c5c4-380d-5683-8165-5f4b918a54d6 with identifier: KS58%20NYF
2026-03-30 06:45:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41d1c5c4-380d-5683-8165-5f4b918a54d6 with identifier: KS58%20NYF to the API
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS58%20NYF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '41d1c5c4-380d-5683-8165-5f4b918a54d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS58 NYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS58%20NYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'SL350',
 'odometer': 43981,
 '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 SL350 3.5 TIP Convertible',
 'transmission': 'manual',
 'trim': 'TIP',
 'vin': 'WDB2304582F157508',
 'year': 2009}
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS58%2520NYF%27 HTTP/1.1" 200 None
2026-03-30 06:45:37 [bca.uk] INFO: Saving data for KS58%20NYF: {'auction_closing_time': 1774951200.0, 'created_time': 1774535613.925797, 'last_price_update_time': 1774853137.890151}
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS58%2520NYF') HTTP/1.1" 204 0
2026-03-30 06:45:37 [bca.uk] INFO: Found listing with ID: WM72%20XVT
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520XVT%27 HTTP/1.1" 200 None
2026-03-30 06:45:37 [bca.uk] INFO: Scrape type for WM72%20XVT: 2
2026-03-30 06:45:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87511ab5-3114-5f61-ba42-84faf23890ca with identifier: WM72%20XVT
2026-03-30 06:45:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87511ab5-3114-5f61-ba42-84faf23890ca with scrape type 2
2026-03-30 06:45:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87511ab5-3114-5f61-ba42-84faf23890ca with scrape type 2
2026-03-30 06:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87511ab5-3114-5f61-ba42-84faf23890ca, identifier: WM72%20XVT
2026-03-30 06:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87511ab5-3114-5f61-ba42-84faf23890ca with identifier: WM72%20XVT
2026-03-30 06:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87511ab5-3114-5f61-ba42-84faf23890ca with identifier: WM72%20XVT
2026-03-30 06:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87511ab5-3114-5f61-ba42-84faf23890ca with identifier: WM72%20XVT to the API
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM72%20XVT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '87511ab5-3114-5f61-ba42-84faf23890ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM72 XVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM72%20XVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 168482,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L2 H2 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H2 LEADER',
 'vin': 'WF0EXXTTRENP09949',
 'year': 2023}
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520XVT%27 HTTP/1.1" 200 None
2026-03-30 06:45:38 [bca.uk] INFO: Saving data for WM72%20XVT: {'auction_closing_time': 1774951200.0, 'created_time': 1774535619.792101, 'last_price_update_time': 1774853138.31994}
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM72%2520XVT') HTTP/1.1" 204 0
2026-03-30 06:45:38 [bca.uk] INFO: Found listing with ID: CN09%20BBE
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN09%2520BBE%27 HTTP/1.1" 200 None
2026-03-30 06:45:38 [bca.uk] INFO: Scrape type for CN09%20BBE: 2
2026-03-30 06:45:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d289fee-c035-5f16-91cd-40d920fdce34 with identifier: CN09%20BBE
2026-03-30 06:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d289fee-c035-5f16-91cd-40d920fdce34 with scrape type 2
2026-03-30 06:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d289fee-c035-5f16-91cd-40d920fdce34 with scrape type 2
2026-03-30 06:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d289fee-c035-5f16-91cd-40d920fdce34, identifier: CN09%20BBE
2026-03-30 06:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d289fee-c035-5f16-91cd-40d920fdce34 with identifier: CN09%20BBE
2026-03-30 06:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d289fee-c035-5f16-91cd-40d920fdce34 with identifier: CN09%20BBE
2026-03-30 06:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d289fee-c035-5f16-91cd-40d920fdce34 with identifier: CN09%20BBE to the API
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN09%20BBE-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8d289fee-c035-5f16-91cd-40d920fdce34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN09 BBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN09%20BBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BESSACARR',
 'model': 'E500 SERIES',
 'odometer': 28778,
 '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': 'BESSACARR E500 SERIES 2.3 E520 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'E520 MOTORHOME',
 'vin': 'ZFA25000001616860',
 'year': 2009}
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN09%2520BBE%27 HTTP/1.1" 200 None
2026-03-30 06:45:38 [bca.uk] INFO: Saving data for CN09%20BBE: {'auction_closing_time': 1775124000.0, 'created_time': 1774535610.697575, 'last_price_update_time': 1774853138.749673}
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN09%2520BBE') HTTP/1.1" 204 0
2026-03-30 06:45:38 [bca.uk] INFO: Found listing with ID: VK69%20ZHM
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520ZHM%27 HTTP/1.1" 200 None
2026-03-30 06:45:38 [bca.uk] INFO: Scrape type for VK69%20ZHM: 2
2026-03-30 06:45:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38d29ef3-3156-5714-a427-563684247e63 with identifier: VK69%20ZHM
2026-03-30 06:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38d29ef3-3156-5714-a427-563684247e63 with scrape type 2
2026-03-30 06:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38d29ef3-3156-5714-a427-563684247e63 with scrape type 2
2026-03-30 06:45:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38d29ef3-3156-5714-a427-563684247e63, identifier: VK69%20ZHM
2026-03-30 06:45:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38d29ef3-3156-5714-a427-563684247e63 with identifier: VK69%20ZHM
2026-03-30 06:45:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38d29ef3-3156-5714-a427-563684247e63 with identifier: VK69%20ZHM
2026-03-30 06:45:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38d29ef3-3156-5714-a427-563684247e63 with identifier: VK69%20ZHM to the API
2026-03-30 06:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK69%20ZHM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38d29ef3-3156-5714-a427-563684247e63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK69 ZHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK69%20ZHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 94529,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0JXXGAHJKL84471',
 'year': 2019}
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520ZHM%27 HTTP/1.1" 200 None
2026-03-30 06:45:39 [bca.uk] INFO: Saving data for VK69%20ZHM: {'auction_closing_time': 1774951200.0, 'created_time': 1774535611.911434, 'last_price_update_time': 1774853139.148831}
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK69%2520ZHM') HTTP/1.1" 204 0
2026-03-30 06:45:39 [bca.uk] INFO: Found listing with ID: DE25%20YSR
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE25%2520YSR%27 HTTP/1.1" 200 None
2026-03-30 06:45:39 [bca.uk] INFO: Scrape type for DE25%20YSR: 2
2026-03-30 06:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8505099a-a21a-5300-a93f-009b0ce361b9 with identifier: DE25%20YSR
2026-03-30 06:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8505099a-a21a-5300-a93f-009b0ce361b9 with scrape type 2
2026-03-30 06:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8505099a-a21a-5300-a93f-009b0ce361b9 with scrape type 2
2026-03-30 06:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8505099a-a21a-5300-a93f-009b0ce361b9, identifier: DE25%20YSR
2026-03-30 06:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8505099a-a21a-5300-a93f-009b0ce361b9 with identifier: DE25%20YSR
2026-03-30 06:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8505099a-a21a-5300-a93f-009b0ce361b9 with identifier: DE25%20YSR
2026-03-30 06:45:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8505099a-a21a-5300-a93f-009b0ce361b9 with identifier: DE25%20YSR to the API
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 280,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE25%20YSR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.8L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8505099a-a21a-5300-a93f-009b0ce361b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE25 YSR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE25%20YSR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'LAND CRUISER',
 'odometer': 8659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TOYOTA LAND CRUISER 2.8 D-4D 204 INVINCIBLE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D-4D 204 INVINCIBLE (7ST)',
 'vin': 'JTEAREAJ60K018680',
 'year': 2025}
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE25%2520YSR%27 HTTP/1.1" 200 None
2026-03-30 06:45:39 [bca.uk] INFO: Saving data for DE25%20YSR: {'auction_closing_time': 1775124000.0, 'created_time': 1774535799.863957, 'last_price_update_time': 1774853139.560294}
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE25%2520YSR') HTTP/1.1" 204 0
2026-03-30 06:45:39 [bca.uk] INFO: Found listing with ID: AE67%20XMO
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE67%2520XMO%27 HTTP/1.1" 200 None
2026-03-30 06:45:39 [bca.uk] INFO: Scrape type for AE67%20XMO: 2
2026-03-30 06:45:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad8a6d95-2d58-5e6d-9ac5-a4f4fa44413c with identifier: AE67%20XMO
2026-03-30 06:45:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad8a6d95-2d58-5e6d-9ac5-a4f4fa44413c with scrape type 2
2026-03-30 06:45:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad8a6d95-2d58-5e6d-9ac5-a4f4fa44413c with scrape type 2
2026-03-30 06:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad8a6d95-2d58-5e6d-9ac5-a4f4fa44413c, identifier: AE67%20XMO
2026-03-30 06:45:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad8a6d95-2d58-5e6d-9ac5-a4f4fa44413c with identifier: AE67%20XMO
2026-03-30 06:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad8a6d95-2d58-5e6d-9ac5-a4f4fa44413c with identifier: AE67%20XMO
2026-03-30 06:45:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad8a6d95-2d58-5e6d-9ac5-a4f4fa44413c with identifier: AE67%20XMO to the API
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 302,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE67%20XMO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.9L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ad8a6d95-2d58-5e6d-9ac5-a4f4fa44413c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE67 XMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE67%20XMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'ASTON MARTIN',
 'model': 'VANQUISH',
 'odometer': 29583,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'ASTON MARTIN VANQUISH 5.9 (595) S 2+2 TOUCHTRONIC III Coupe',
 'transmission': 'manual',
 'trim': '(595) S 2+2 TOUCHTRONIC III',
 'vin': 'SCFLLCKZ0JGJ03642',
 'year': 2017}
2026-03-30 06:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE67%2520XMO%27 HTTP/1.1" 200 None
2026-03-30 06:45:40 [bca.uk] INFO: Saving data for AE67%20XMO: {'auction_closing_time': 1775124000.0, 'created_time': 1774535783.097693, 'last_price_update_time': 1774853140.002359}
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE67%2520XMO') HTTP/1.1" 204 0
2026-03-30 06:45:40 [bca.uk] INFO: Found listing with ID: AF62%20HUH
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF62%2520HUH%27 HTTP/1.1" 200 None
2026-03-30 06:45:40 [bca.uk] INFO: Scrape type for AF62%20HUH: 2
2026-03-30 06:45:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3763b2d6-78b7-59cc-8efa-370603c03196 with identifier: AF62%20HUH
2026-03-30 06:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3763b2d6-78b7-59cc-8efa-370603c03196 with scrape type 2
2026-03-30 06:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3763b2d6-78b7-59cc-8efa-370603c03196 with scrape type 2
2026-03-30 06:45:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3763b2d6-78b7-59cc-8efa-370603c03196, identifier: AF62%20HUH
2026-03-30 06:45:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3763b2d6-78b7-59cc-8efa-370603c03196 with identifier: AF62%20HUH
2026-03-30 06:45:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3763b2d6-78b7-59cc-8efa-370603c03196 with identifier: AF62%20HUH
2026-03-30 06:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3763b2d6-78b7-59cc-8efa-370603c03196 with identifier: AF62%20HUH to the API
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF62%20HUH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3763b2d6-78b7-59cc-8efa-370603c03196',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF62 HUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF62%20HUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 110854,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 D 245 TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'D 245 TIPTRONIC S',
 'vin': 'WP1ZZZ92ZDLA21981',
 'year': 2012}
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF62%2520HUH%27 HTTP/1.1" 200 None
2026-03-30 06:45:40 [bca.uk] INFO: Saving data for AF62%20HUH: {'auction_closing_time': 1774951200.0, 'created_time': 1774535795.731521, 'last_price_update_time': 1774853140.407621}
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF62%2520HUH') HTTP/1.1" 204 0
2026-03-30 06:45:40 [bca.uk] INFO: Found listing with ID: NK09%20APX
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK09%2520APX%27 HTTP/1.1" 200 None
2026-03-30 06:45:40 [bca.uk] INFO: Scrape type for NK09%20APX: 2
2026-03-30 06:45:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50f331e1-7e4f-580e-867f-2bb857b9c52a with identifier: NK09%20APX
2026-03-30 06:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50f331e1-7e4f-580e-867f-2bb857b9c52a with scrape type 2
2026-03-30 06:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50f331e1-7e4f-580e-867f-2bb857b9c52a with scrape type 2
2026-03-30 06:45:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50f331e1-7e4f-580e-867f-2bb857b9c52a, identifier: NK09%20APX
2026-03-30 06:45:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50f331e1-7e4f-580e-867f-2bb857b9c52a with identifier: NK09%20APX
2026-03-30 06:45:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50f331e1-7e4f-580e-867f-2bb857b9c52a with identifier: NK09%20APX
2026-03-30 06:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50f331e1-7e4f-580e-867f-2bb857b9c52a with identifier: NK09%20APX to the API
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NK09%20APX-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50f331e1-7e4f-580e-867f-2bb857b9c52a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NK09 APX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NK09%20APX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTOCRUISE CH',
 'model': 'STARDREAM',
 'odometer': 22317,
 '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': 'AUTOCRUISE CH STARDREAM 2.2 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'MOTORHOME',
 'vin': 'VF3YCBMAA11148270',
 'year': 2009}
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NK09%2520APX%27 HTTP/1.1" 200 None
2026-03-30 06:45:40 [bca.uk] INFO: Saving data for NK09%20APX: {'auction_closing_time': 1775124000.0, 'created_time': 1774535783.971896, 'last_price_update_time': 1774853140.851824}
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NK09%2520APX') HTTP/1.1" 204 0
2026-03-30 06:45:40 [bca.uk] INFO: Total items found: 100
2026-03-30 06:45:40 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded
2026-03-30 06:45:40 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:45:40 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:45:40 [bca.uk] INFO: Found listing with ID: EY17%20WPV
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY17%2520WPV%27 HTTP/1.1" 200 None
2026-03-30 06:45:40 [bca.uk] INFO: Scrape type for EY17%20WPV: 2
2026-03-30 06:45:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c995275-a9b5-5b94-b432-fd15881f71c9 with identifier: EY17%20WPV
2026-03-30 06:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c995275-a9b5-5b94-b432-fd15881f71c9 with scrape type 2
2026-03-30 06:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c995275-a9b5-5b94-b432-fd15881f71c9 with scrape type 2
2026-03-30 06:45:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c995275-a9b5-5b94-b432-fd15881f71c9, identifier: EY17%20WPV
2026-03-30 06:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c995275-a9b5-5b94-b432-fd15881f71c9 with identifier: EY17%20WPV
2026-03-30 06:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c995275-a9b5-5b94-b432-fd15881f71c9 with identifier: EY17%20WPV
2026-03-30 06:45:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c995275-a9b5-5b94-b432-fd15881f71c9 with identifier: EY17%20WPV to the API
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY17%20WPV-GB',
 'category': 'Motorhome',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c995275-a9b5-5b94-b432-fd15881f71c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY17 WPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY17%20WPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CHAUSSON',
 'model': 'WELCOME',
 'odometer': 19352,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'CHAUSSON WELCOME 2.0 630 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '630 MOTORHOME',
 'vin': 'WF0JXXTTGJHU83491',
 'year': 2017}
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY17%2520WPV%27 HTTP/1.1" 200 None
2026-03-30 06:45:41 [bca.uk] INFO: Saving data for EY17%20WPV: {'auction_closing_time': 1775124000.0, 'created_time': 1774535775.31545, 'last_price_update_time': 1774853141.331371}
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY17%2520WPV') HTTP/1.1" 204 0
2026-03-30 06:45:41 [bca.uk] INFO: Found listing with ID: LL74%20BUF
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUF%27 HTTP/1.1" 200 None
2026-03-30 06:45:41 [bca.uk] INFO: Scrape type for LL74%20BUF: 2
2026-03-30 06:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ec18cfa-255f-524e-a945-80ac463185bf with identifier: LL74%20BUF
2026-03-30 06:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ec18cfa-255f-524e-a945-80ac463185bf with scrape type 2
2026-03-30 06:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ec18cfa-255f-524e-a945-80ac463185bf with scrape type 2
2026-03-30 06:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ec18cfa-255f-524e-a945-80ac463185bf, identifier: LL74%20BUF
2026-03-30 06:45: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:45:41 [bca.uk] INFO: Found listing with ID: DU21%20NOF
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520NOF%27 HTTP/1.1" 200 None
2026-03-30 06:45:41 [bca.uk] INFO: Scrape type for DU21%20NOF: 2
2026-03-30 06:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08ff7d7c-0ad1-5e2f-8efb-80e6f37a49a0 with identifier: DU21%20NOF
2026-03-30 06:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08ff7d7c-0ad1-5e2f-8efb-80e6f37a49a0 with scrape type 2
2026-03-30 06:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08ff7d7c-0ad1-5e2f-8efb-80e6f37a49a0 with scrape type 2
2026-03-30 06:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08ff7d7c-0ad1-5e2f-8efb-80e6f37a49a0, identifier: DU21%20NOF
2026-03-30 06:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ec18cfa-255f-524e-a945-80ac463185bf with identifier: LL74%20BUF
2026-03-30 06:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ec18cfa-255f-524e-a945-80ac463185bf with identifier: LL74%20BUF
2026-03-30 06:45:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ec18cfa-255f-524e-a945-80ac463185bf with identifier: LL74%20BUF to the API
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BUF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6ec18cfa-255f-524e-a945-80ac463185bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 BUF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BUF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9947,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE4R4299642',
 'year': 2024}
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BUF%27 HTTP/1.1" 200 None
2026-03-30 06:45:41 [bca.uk] INFO: Saving data for LL74%20BUF: {'auction_closing_time': 1775124000.0, 'created_time': 1773841917.133508, 'last_price_update_time': 1774853141.833559}
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BUF') HTTP/1.1" 204 0
2026-03-30 06:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08ff7d7c-0ad1-5e2f-8efb-80e6f37a49a0 with identifier: DU21%20NOF
2026-03-30 06:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08ff7d7c-0ad1-5e2f-8efb-80e6f37a49a0 with identifier: DU21%20NOF
2026-03-30 06:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08ff7d7c-0ad1-5e2f-8efb-80e6f37a49a0 with identifier: DU21%20NOF to the API
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU21%20NOF-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '08ff7d7c-0ad1-5e2f-8efb-80e6f37a49a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU21 NOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU21%20NOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HYMER',
 'model': 'FREE',
 'odometer': 11500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'HYMER FREE 2.3 602 MOTORHOME CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': '602 MOTORHOME',
 'vin': 'ZFA25000002P26532',
 'year': 2021}
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU21%2520NOF%27 HTTP/1.1" 200 None
2026-03-30 06:45:42 [bca.uk] INFO: Saving data for DU21%20NOF: {'auction_closing_time': 1775124000.0, 'created_time': 1774535771.883409, 'last_price_update_time': 1774853142.23232}
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU21%2520NOF') HTTP/1.1" 204 0
2026-03-30 06:45:42 [bca.uk] INFO: Found listing with ID: KF73%20AMX
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AMX%27 HTTP/1.1" 200 None
2026-03-30 06:45:42 [bca.uk] INFO: Scrape type for KF73%20AMX: 2
2026-03-30 06:45:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with identifier: KF73%20AMX
2026-03-30 06:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with scrape type 2
2026-03-30 06:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with scrape type 2
2026-03-30 06:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0e5b7f3-dac8-53b3-93c4-65bd0da22484, identifier: KF73%20AMX
2026-03-30 06:45:42 [bca.uk] INFO: Found listing with ID: VK24%20UPJ
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520UPJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:42 [bca.uk] INFO: Scrape type for VK24%20UPJ: 2
2026-03-30 06:45:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b6b9209-6621-5337-98ff-4a0d4d76bea6 with identifier: VK24%20UPJ
2026-03-30 06:45:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b6b9209-6621-5337-98ff-4a0d4d76bea6 with scrape type 2
2026-03-30 06:45:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b6b9209-6621-5337-98ff-4a0d4d76bea6 with scrape type 2
2026-03-30 06:45:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b6b9209-6621-5337-98ff-4a0d4d76bea6, identifier: VK24%20UPJ
2026-03-30 06:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with identifier: KF73%20AMX
2026-03-30 06:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with identifier: KF73%20AMX
2026-03-30 06:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0e5b7f3-dac8-53b3-93c4-65bd0da22484 with identifier: KF73%20AMX to the API
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20AMX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c0e5b7f3-dac8-53b3-93c4-65bd0da22484',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 AMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20AMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 4151,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4298141',
 'year': 2024}
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AMX%27 HTTP/1.1" 200 None
2026-03-30 06:45:42 [bca.uk] INFO: Saving data for KF73%20AMX: {'auction_closing_time': 1775210400.0, 'created_time': 1773842579.352887, 'last_price_update_time': 1774853142.862229}
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520AMX') HTTP/1.1" 204 0
2026-03-30 06:45:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b6b9209-6621-5337-98ff-4a0d4d76bea6 with identifier: VK24%20UPJ
2026-03-30 06:45:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b6b9209-6621-5337-98ff-4a0d4d76bea6 with identifier: VK24%20UPJ
2026-03-30 06:45:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b6b9209-6621-5337-98ff-4a0d4d76bea6 with identifier: VK24%20UPJ to the API
2026-03-30 06:45:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK24%20UPJ-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b6b9209-6621-5337-98ff-4a0d4d76bea6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK24 UPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK24%20UPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CAMPER KING',
 'model': 'PURSUIT',
 'odometer': 10695,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CAMPER KING PURSUIT 2.0 4 CAMPER CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '4 CAMPER',
 'vin': 'WV1ZZZ7H4RX038256',
 'year': 2024}
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK24%2520UPJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:43 [bca.uk] INFO: Saving data for VK24%20UPJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774535775.765589, 'last_price_update_time': 1774853143.165905}
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK24%2520UPJ') HTTP/1.1" 204 0
2026-03-30 06:45:43 [bca.uk] INFO: Found listing with ID: WV23%20EAE
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520EAE%27 HTTP/1.1" 200 None
2026-03-30 06:45:43 [bca.uk] INFO: Scrape type for WV23%20EAE: 0
2026-03-30 06:45:43 [bca.uk] INFO: Found listing with ID: AP24%20ADY
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP24%2520ADY%27 HTTP/1.1" 200 None
2026-03-30 06:45:43 [bca.uk] INFO: Scrape type for AP24%20ADY: 0
2026-03-30 06:45:43 [bca.uk] INFO: Found listing with ID: AV69%20KTP
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV69%2520KTP%27 HTTP/1.1" 200 None
2026-03-30 06:45:43 [bca.uk] INFO: Scrape type for AV69%20KTP: 0
2026-03-30 06:45:43 [bca.uk] INFO: Found listing with ID: LP23%20GZC
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZC%27 HTTP/1.1" 200 None
2026-03-30 06:45:43 [bca.uk] INFO: Scrape type for LP23%20GZC: 2
2026-03-30 06:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c83d8d66-3125-5b08-89e6-b00ce0048222 with identifier: LP23%20GZC
2026-03-30 06:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c83d8d66-3125-5b08-89e6-b00ce0048222 with scrape type 2
2026-03-30 06:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c83d8d66-3125-5b08-89e6-b00ce0048222 with scrape type 2
2026-03-30 06:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c83d8d66-3125-5b08-89e6-b00ce0048222, identifier: LP23%20GZC
2026-03-30 06:45:43 [bca.uk] INFO: Found listing with ID: WJ14%20TZN
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520TZN%27 HTTP/1.1" 200 None
2026-03-30 06:45:43 [bca.uk] INFO: Scrape type for WJ14%20TZN: 2
2026-03-30 06:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb0a9901-c5d9-56d0-9d2f-a09537403c5f with identifier: WJ14%20TZN
2026-03-30 06:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb0a9901-c5d9-56d0-9d2f-a09537403c5f with scrape type 2
2026-03-30 06:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb0a9901-c5d9-56d0-9d2f-a09537403c5f with scrape type 2
2026-03-30 06:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb0a9901-c5d9-56d0-9d2f-a09537403c5f, identifier: WJ14%20TZN
2026-03-30 06:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c83d8d66-3125-5b08-89e6-b00ce0048222 with identifier: LP23%20GZC
2026-03-30 06:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c83d8d66-3125-5b08-89e6-b00ce0048222 with identifier: LP23%20GZC
2026-03-30 06:45:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c83d8d66-3125-5b08-89e6-b00ce0048222 with identifier: LP23%20GZC to the API
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20GZC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c83d8d66-3125-5b08-89e6-b00ce0048222',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP23 GZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20GZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5581,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4153859',
 'year': 2023}
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZC%27 HTTP/1.1" 200 None
2026-03-30 06:45:43 [bca.uk] INFO: Saving data for LP23%20GZC: {'auction_closing_time': 1775037600.0, 'created_time': 1773842454.213825, 'last_price_update_time': 1774853143.757097}
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520GZC') HTTP/1.1" 204 0
2026-03-30 06:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb0a9901-c5d9-56d0-9d2f-a09537403c5f with identifier: WJ14%20TZN
2026-03-30 06:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb0a9901-c5d9-56d0-9d2f-a09537403c5f with identifier: WJ14%20TZN
2026-03-30 06:45:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb0a9901-c5d9-56d0-9d2f-a09537403c5f with identifier: WJ14%20TZN to the API
2026-03-30 06:45:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ14%20TZN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb0a9901-c5d9-56d0-9d2f-a09537403c5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ14 TZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ14%20TZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 80140,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.5 DI-D 176 LB LWB WARRIOR II 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DI-D 176 LB LWB WARRIOR II 4WD',
 'vin': 'MMCJNKB40FD002104',
 'year': 2014}
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ14%2520TZN%27 HTTP/1.1" 200 None
2026-03-30 06:45:44 [bca.uk] INFO: Saving data for WJ14%20TZN: {'auction_closing_time': 1774854000.0, 'created_time': 1773831311.238995, 'last_price_update_time': 1774853144.052222}
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ14%2520TZN') HTTP/1.1" 204 0
2026-03-30 06:45:44 [bca.uk] INFO: Found listing with ID: LP23%20GZE
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZE%27 HTTP/1.1" 200 None
2026-03-30 06:45:44 [bca.uk] INFO: Scrape type for LP23%20GZE: 2
2026-03-30 06:45:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd35919c-1318-5d88-9f61-349a96fbf9fa with identifier: LP23%20GZE
2026-03-30 06:45:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd35919c-1318-5d88-9f61-349a96fbf9fa with scrape type 2
2026-03-30 06:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd35919c-1318-5d88-9f61-349a96fbf9fa with scrape type 2
2026-03-30 06:45:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd35919c-1318-5d88-9f61-349a96fbf9fa, identifier: LP23%20GZE
2026-03-30 06:45:44 [bca.uk] INFO: Found listing with ID: FD25%20HDX
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDX%27 HTTP/1.1" 200 None
2026-03-30 06:45:44 [bca.uk] INFO: Scrape type for FD25%20HDX: 2
2026-03-30 06:45:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a22ef97a-d610-5005-9e05-3bba3a67ea3a with identifier: FD25%20HDX
2026-03-30 06:45:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a22ef97a-d610-5005-9e05-3bba3a67ea3a with scrape type 2
2026-03-30 06:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a22ef97a-d610-5005-9e05-3bba3a67ea3a with scrape type 2
2026-03-30 06:45:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a22ef97a-d610-5005-9e05-3bba3a67ea3a, identifier: FD25%20HDX
2026-03-30 06:45:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd35919c-1318-5d88-9f61-349a96fbf9fa with identifier: LP23%20GZE
2026-03-30 06:45:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd35919c-1318-5d88-9f61-349a96fbf9fa with identifier: LP23%20GZE
2026-03-30 06:45:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd35919c-1318-5d88-9f61-349a96fbf9fa with identifier: LP23%20GZE to the API
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20GZE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dd35919c-1318-5d88-9f61-349a96fbf9fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP23 GZE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20GZE&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7480,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4156475',
 'year': 2023}
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZE%27 HTTP/1.1" 200 None
2026-03-30 06:45:44 [bca.uk] INFO: Saving data for LP23%20GZE: {'auction_closing_time': 1775037600.0, 'created_time': 1773842564.778815, 'last_price_update_time': 1774853144.595675}
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520GZE') HTTP/1.1" 204 0
2026-03-30 06:45:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a22ef97a-d610-5005-9e05-3bba3a67ea3a with identifier: FD25%20HDX
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=stone+grey HTTP/1.1" 200 None
2026-03-30 06:45:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:45: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:45:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a22ef97a-d610-5005-9e05-3bba3a67ea3a with identifier: FD25%20HDX
2026-03-30 06:45:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a22ef97a-d610-5005-9e05-3bba3a67ea3a with identifier: FD25%20HDX to the API
2026-03-30 06:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD25%20HDX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'stone grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a22ef97a-d610-5005-9e05-3bba3a67ea3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD25 HDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD25%20HDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 5916,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 150 LWB COMMERCE PanelVan',
 'transmission': 'automatic',
 'trim': 'TDI 150 LWB COMMERCE',
 'vin': 'WV4ZZZTV6SK016244',
 'year': 2025}
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDX%27 HTTP/1.1" 200 None
2026-03-30 06:45:45 [bca.uk] INFO: Saving data for FD25%20HDX: {'auction_closing_time': 1774854000.0, 'created_time': 1773823437.250753, 'last_price_update_time': 1774853145.017521}
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD25%2520HDX') HTTP/1.1" 204 0
2026-03-30 06:45:45 [bca.uk] INFO: Found listing with ID: LN24%20PXO
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PXO%27 HTTP/1.1" 200 None
2026-03-30 06:45:45 [bca.uk] INFO: Scrape type for LN24%20PXO: 2
2026-03-30 06:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with identifier: LN24%20PXO
2026-03-30 06:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with scrape type 2
2026-03-30 06:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with scrape type 2
2026-03-30 06:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66b04523-8220-5b2b-b1c9-fba11ba7d1ab, identifier: LN24%20PXO
2026-03-30 06:45:45 [bca.uk] INFO: Found listing with ID: FD25%20HDY
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDY%27 HTTP/1.1" 200 None
2026-03-30 06:45:45 [bca.uk] INFO: Scrape type for FD25%20HDY: 2
2026-03-30 06:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 427f2f09-1ae7-595d-8870-7a5028f5579b with identifier: FD25%20HDY
2026-03-30 06:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 427f2f09-1ae7-595d-8870-7a5028f5579b with scrape type 2
2026-03-30 06:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 427f2f09-1ae7-595d-8870-7a5028f5579b with scrape type 2
2026-03-30 06:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 427f2f09-1ae7-595d-8870-7a5028f5579b, identifier: FD25%20HDY
2026-03-30 06:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with identifier: LN24%20PXO
2026-03-30 06:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with identifier: LN24%20PXO
2026-03-30 06:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66b04523-8220-5b2b-b1c9-fba11ba7d1ab with identifier: LN24%20PXO to the API
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20PXO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66b04523-8220-5b2b-b1c9-fba11ba7d1ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 PXO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20PXO&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9741,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4355405',
 'year': 2024}
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PXO%27 HTTP/1.1" 200 None
2026-03-30 06:45:45 [bca.uk] INFO: Saving data for LN24%20PXO: {'auction_closing_time': 1775124000.0, 'created_time': 1773842456.083055, 'last_price_update_time': 1774853145.543499}
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520PXO') HTTP/1.1" 204 0
2026-03-30 06:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 427f2f09-1ae7-595d-8870-7a5028f5579b with identifier: FD25%20HDY
2026-03-30 06:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 427f2f09-1ae7-595d-8870-7a5028f5579b with identifier: FD25%20HDY
2026-03-30 06:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 427f2f09-1ae7-595d-8870-7a5028f5579b with identifier: FD25%20HDY to the API
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD25%20HDY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'stone grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '427f2f09-1ae7-595d-8870-7a5028f5579b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD25 HDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD25%20HDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 3732,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 150 LWB COMMERCE PanelVan',
 'transmission': 'automatic',
 'trim': 'TDI 150 LWB COMMERCE',
 'vin': 'WV4ZZZTV6SK016129',
 'year': 2025}
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD25%2520HDY%27 HTTP/1.1" 200 None
2026-03-30 06:45:45 [bca.uk] INFO: Saving data for FD25%20HDY: {'auction_closing_time': 1774854000.0, 'created_time': 1773823445.976865, 'last_price_update_time': 1774853145.940525}
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD25%2520HDY') HTTP/1.1" 204 0
2026-03-30 06:45:45 [bca.uk] INFO: Found listing with ID: FW13%20YCL
2026-03-30 06:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FW13%2520YCL%27 HTTP/1.1" 200 None
2026-03-30 06:45:46 [bca.uk] INFO: Scrape type for FW13%20YCL: 2
2026-03-30 06:45:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c37287e5-ba0f-5e4e-b2bc-9b2adc0ede63 with identifier: FW13%20YCL
2026-03-30 06:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c37287e5-ba0f-5e4e-b2bc-9b2adc0ede63 with scrape type 2
2026-03-30 06:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c37287e5-ba0f-5e4e-b2bc-9b2adc0ede63 with scrape type 2
2026-03-30 06:45:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c37287e5-ba0f-5e4e-b2bc-9b2adc0ede63, identifier: FW13%20YCL
2026-03-30 06:45:46 [bca.uk] INFO: Found listing with ID: RY68%20BHX
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY68%2520BHX%27 HTTP/1.1" 200 None
2026-03-30 06:45:46 [bca.uk] INFO: Scrape type for RY68%20BHX: 2
2026-03-30 06:45:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c142f01-07e5-5f18-8938-8c76d65a94b3 with identifier: RY68%20BHX
2026-03-30 06:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c142f01-07e5-5f18-8938-8c76d65a94b3 with scrape type 2
2026-03-30 06:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c142f01-07e5-5f18-8938-8c76d65a94b3 with scrape type 2
2026-03-30 06:45:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c142f01-07e5-5f18-8938-8c76d65a94b3, identifier: RY68%20BHX
2026-03-30 06:45:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c37287e5-ba0f-5e4e-b2bc-9b2adc0ede63 with identifier: FW13%20YCL
2026-03-30 06:45:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c37287e5-ba0f-5e4e-b2bc-9b2adc0ede63 with identifier: FW13%20YCL
2026-03-30 06:45:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c37287e5-ba0f-5e4e-b2bc-9b2adc0ede63 with identifier: FW13%20YCL to the API
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 229,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FW13%20YCL-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.4L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c37287e5-ba0f-5e4e-b2bc-9b2adc0ede63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FW13 YCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FW13%20YCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 81702,
 'odometer_reading_unit': '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 SE StationWagon',
 'transmission': 'manual',
 'trim': 'SDV8 VOGUE SE',
 'vin': 'SALGA2JE9DA116159',
 'year': 2013}
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FW13%2520YCL%27 HTTP/1.1" 200 None
2026-03-30 06:45:46 [bca.uk] INFO: Saving data for FW13%20YCL: {'auction_closing_time': 1775210400.0, 'created_time': 1774353382.952648, 'last_price_update_time': 1774853146.523146}
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FW13%2520YCL') HTTP/1.1" 204 0
2026-03-30 06:45:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c142f01-07e5-5f18-8938-8c76d65a94b3 with identifier: RY68%20BHX
2026-03-30 06:45:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c142f01-07e5-5f18-8938-8c76d65a94b3 with identifier: RY68%20BHX
2026-03-30 06:45:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c142f01-07e5-5f18-8938-8c76d65a94b3 with identifier: RY68%20BHX to the API
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY68%20BHX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5c142f01-07e5-5f18-8938-8c76d65a94b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RY68 BHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY68%20BHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 96480,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D 150 ACTIVE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D 150 ACTIVE 4WD',
 'vin': 'AHTKB3CD902618010',
 'year': 2019}
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY68%2520BHX%27 HTTP/1.1" 200 None
2026-03-30 06:45:46 [bca.uk] INFO: Saving data for RY68%20BHX: {'auction_closing_time': 1775124000.0, 'created_time': 1774535772.701002, 'last_price_update_time': 1774853146.825005}
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY68%2520BHX') HTTP/1.1" 204 0
2026-03-30 06:45:46 [bca.uk] INFO: Found listing with ID: KE23%20LWJ
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LWJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:46 [bca.uk] INFO: Scrape type for KE23%20LWJ: 2
2026-03-30 06:45:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7a567d7-f0a2-5157-a0ff-5e05cc175488 with identifier: KE23%20LWJ
2026-03-30 06:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7a567d7-f0a2-5157-a0ff-5e05cc175488 with scrape type 2
2026-03-30 06:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7a567d7-f0a2-5157-a0ff-5e05cc175488 with scrape type 2
2026-03-30 06:45:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7a567d7-f0a2-5157-a0ff-5e05cc175488, identifier: KE23%20LWJ
2026-03-30 06:45:46 [bca.uk] INFO: Found listing with ID: FJ67%20KVX
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520KVX%27 HTTP/1.1" 200 None
2026-03-30 06:45:46 [bca.uk] INFO: Scrape type for FJ67%20KVX: 2
2026-03-30 06:45:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 961de42a-75cb-54c4-8164-3503b81dde94 with identifier: FJ67%20KVX
2026-03-30 06:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 961de42a-75cb-54c4-8164-3503b81dde94 with scrape type 2
2026-03-30 06:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 961de42a-75cb-54c4-8164-3503b81dde94 with scrape type 2
2026-03-30 06:45:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 961de42a-75cb-54c4-8164-3503b81dde94, identifier: FJ67%20KVX
2026-03-30 06:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7a567d7-f0a2-5157-a0ff-5e05cc175488 with identifier: KE23%20LWJ
2026-03-30 06:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7a567d7-f0a2-5157-a0ff-5e05cc175488 with identifier: KE23%20LWJ
2026-03-30 06:45:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7a567d7-f0a2-5157-a0ff-5e05cc175488 with identifier: KE23%20LWJ to the API
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE23%20LWJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f7a567d7-f0a2-5157-a0ff-5e05cc175488',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE23 LWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE23%20LWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9817,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4144965',
 'year': 2023}
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LWJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:47 [bca.uk] INFO: Saving data for KE23%20LWJ: {'auction_closing_time': 1775124000.0, 'created_time': 1773842092.033, 'last_price_update_time': 1774853147.330897}
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE23%2520LWJ') HTTP/1.1" 204 0
2026-03-30 06:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 961de42a-75cb-54c4-8164-3503b81dde94 with identifier: FJ67%20KVX
2026-03-30 06:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 961de42a-75cb-54c4-8164-3503b81dde94 with identifier: FJ67%20KVX
2026-03-30 06:45:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 961de42a-75cb-54c4-8164-3503b81dde94 with identifier: FJ67%20KVX to the API
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=98&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ67%20KVX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '961de42a-75cb-54c4-8164-3503b81dde94',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FJ67 KVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ67%20KVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 86662,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 SE TECH StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 SE TECH',
 'vin': 'SALCA2AN1JH736313',
 'year': 2025}
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ67%2520KVX%27 HTTP/1.1" 200 None
2026-03-30 06:45:47 [bca.uk] INFO: Saving data for FJ67%20KVX: {'auction_closing_time': 1774854000.0, 'created_time': 1773841398.223191, 'last_price_update_time': 1774853147.63059}
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ67%2520KVX') HTTP/1.1" 204 0
2026-03-30 06:45:47 [bca.uk] INFO: Found listing with ID: CF74%20PFK
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PFK%27 HTTP/1.1" 200 None
2026-03-30 06:45:47 [bca.uk] INFO: Scrape type for CF74%20PFK: 2
2026-03-30 06:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 618ef187-9c13-5667-8bb5-36126aad8666 with identifier: CF74%20PFK
2026-03-30 06:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 618ef187-9c13-5667-8bb5-36126aad8666 with scrape type 2
2026-03-30 06:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 618ef187-9c13-5667-8bb5-36126aad8666 with scrape type 2
2026-03-30 06:45:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 618ef187-9c13-5667-8bb5-36126aad8666, identifier: CF74%20PFK
2026-03-30 06:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 618ef187-9c13-5667-8bb5-36126aad8666 with identifier: CF74%20PFK
2026-03-30 06:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 618ef187-9c13-5667-8bb5-36126aad8666 with identifier: CF74%20PFK
2026-03-30 06:45:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 618ef187-9c13-5667-8bb5-36126aad8666 with identifier: CF74%20PFK to the API
2026-03-30 06:45:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF74%20PFK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '618ef187-9c13-5667-8bb5-36126aad8666',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF74 PFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF74%20PFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 16246,
 'odometer_reading_unit': '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': 'VR3UPHNE2R4309960',
 'year': 2024}
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PFK%27 HTTP/1.1" 200 None
2026-03-30 06:45:48 [bca.uk] INFO: Saving data for CF74%20PFK: {'auction_closing_time': 1774864800.0, 'created_time': 1773841934.221484, 'last_price_update_time': 1774853148.047256}
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF74%2520PFK') HTTP/1.1" 204 0
2026-03-30 06:45:48 [bca.uk] INFO: Found listing with ID: CF74%20PFN
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PFN%27 HTTP/1.1" 200 None
2026-03-30 06:45:48 [bca.uk] INFO: Scrape type for CF74%20PFN: 2
2026-03-30 06:45:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e3fec7a-42ef-500d-9121-a352dfde23c5 with identifier: CF74%20PFN
2026-03-30 06:45:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e3fec7a-42ef-500d-9121-a352dfde23c5 with scrape type 2
2026-03-30 06:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e3fec7a-42ef-500d-9121-a352dfde23c5 with scrape type 2
2026-03-30 06:45:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e3fec7a-42ef-500d-9121-a352dfde23c5, identifier: CF74%20PFN
2026-03-30 06:45:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e3fec7a-42ef-500d-9121-a352dfde23c5 with identifier: CF74%20PFN
2026-03-30 06:45:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e3fec7a-42ef-500d-9121-a352dfde23c5 with identifier: CF74%20PFN
2026-03-30 06:45:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e3fec7a-42ef-500d-9121-a352dfde23c5 with identifier: CF74%20PFN to the API
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF74%20PFN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5e3fec7a-42ef-500d-9121-a352dfde23c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF74 PFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF74%20PFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 8479,
 'odometer_reading_unit': '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': 'VR3UPHNE2R4309988',
 'year': 2024}
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520PFN%27 HTTP/1.1" 200 None
2026-03-30 06:45:48 [bca.uk] INFO: Saving data for CF74%20PFN: {'auction_closing_time': 1774864800.0, 'created_time': 1773841938.604245, 'last_price_update_time': 1774853148.442804}
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF74%2520PFN') HTTP/1.1" 204 0
2026-03-30 06:45:48 [bca.uk] INFO: Found listing with ID: WR70%20KHU
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520KHU%27 HTTP/1.1" 200 None
2026-03-30 06:45:48 [bca.uk] INFO: Scrape type for WR70%20KHU: 0
2026-03-30 06:45:48 [bca.uk] INFO: Found listing with ID: K888%20MWS
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K888%2520MWS%27 HTTP/1.1" 200 None
2026-03-30 06:45:48 [bca.uk] INFO: Scrape type for K888%20MWS: 0
2026-03-30 06:45:48 [bca.uk] INFO: Found listing with ID: NY23%20JOV
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY23%2520JOV%27 HTTP/1.1" 200 None
2026-03-30 06:45:48 [bca.uk] INFO: Scrape type for NY23%20JOV: 0
2026-03-30 06:45:48 [bca.uk] INFO: Found listing with ID: NV65%20XKB
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520XKB%27 HTTP/1.1" 200 None
2026-03-30 06:45:48 [bca.uk] INFO: Scrape type for NV65%20XKB: 0
2026-03-30 06:45:48 [bca.uk] INFO: Found listing with ID: NU71%20XGM
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU71%2520XGM%27 HTTP/1.1" 200 None
2026-03-30 06:45:48 [bca.uk] INFO: Scrape type for NU71%20XGM: 0
2026-03-30 06:45:48 [bca.uk] INFO: Found listing with ID: GU69%20RVJ
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520RVJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:48 [bca.uk] INFO: Scrape type for GU69%20RVJ: 0
2026-03-30 06:45:48 [bca.uk] INFO: Found listing with ID: LN24%20PDO
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45: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%2520PDO%27 HTTP/1.1" 200 None
2026-03-30 06:45:48 [bca.uk] INFO: Scrape type for LN24%20PDO: 2
2026-03-30 06:45:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43881fa3-9db2-57a5-aa5f-42217391a902 with identifier: LN24%20PDO
2026-03-30 06:45:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43881fa3-9db2-57a5-aa5f-42217391a902 with scrape type 2
2026-03-30 06:45:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43881fa3-9db2-57a5-aa5f-42217391a902 with scrape type 2
2026-03-30 06:45:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43881fa3-9db2-57a5-aa5f-42217391a902, identifier: LN24%20PDO
2026-03-30 06:45:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43881fa3-9db2-57a5-aa5f-42217391a902 with identifier: LN24%20PDO
2026-03-30 06:45:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43881fa3-9db2-57a5-aa5f-42217391a902 with identifier: LN24%20PDO
2026-03-30 06:45:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43881fa3-9db2-57a5-aa5f-42217391a902 with identifier: LN24%20PDO to the API
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20PDO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '43881fa3-9db2-57a5-aa5f-42217391a902',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 PDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20PDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7113,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4316079',
 'year': 2024}
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45: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%2520PDO%27 HTTP/1.1" 200 None
2026-03-30 06:45:48 [bca.uk] INFO: Saving data for LN24%20PDO: {'auction_closing_time': 1775037600.0, 'created_time': 1773842446.259794, 'last_price_update_time': 1774853148.972874}
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520PDO') HTTP/1.1" 204 0
2026-03-30 06:45:49 [bca.uk] INFO: Found listing with ID: LL74%20DGO
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGO%27 HTTP/1.1" 200 None
2026-03-30 06:45:49 [bca.uk] INFO: Scrape type for LL74%20DGO: 2
2026-03-30 06:45:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14dc93e8-29c4-5a16-a1e3-af7f6700805e with identifier: LL74%20DGO
2026-03-30 06:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14dc93e8-29c4-5a16-a1e3-af7f6700805e with scrape type 2
2026-03-30 06:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14dc93e8-29c4-5a16-a1e3-af7f6700805e with scrape type 2
2026-03-30 06:45:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14dc93e8-29c4-5a16-a1e3-af7f6700805e, identifier: LL74%20DGO
2026-03-30 06:45:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14dc93e8-29c4-5a16-a1e3-af7f6700805e with identifier: LL74%20DGO
2026-03-30 06:45:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14dc93e8-29c4-5a16-a1e3-af7f6700805e with identifier: LL74%20DGO
2026-03-30 06:45:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14dc93e8-29c4-5a16-a1e3-af7f6700805e with identifier: LL74%20DGO to the API
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DGO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '14dc93e8-29c4-5a16-a1e3-af7f6700805e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 12461,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE8R4299630',
 'year': 2024}
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DGO%27 HTTP/1.1" 200 None
2026-03-30 06:45:49 [bca.uk] INFO: Saving data for LL74%20DGO: {'auction_closing_time': 1775037600.0, 'created_time': 1773842624.046483, 'last_price_update_time': 1774853149.48618}
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DGO') HTTP/1.1" 204 0
2026-03-30 06:45:49 [bca.uk] INFO: Found listing with ID: SL69%20OOV
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520OOV%27 HTTP/1.1" 200 None
2026-03-30 06:45:49 [bca.uk] INFO: Scrape type for SL69%20OOV: 0
2026-03-30 06:45:49 [bca.uk] INFO: Found listing with ID: MW71%20BBN
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW71%2520BBN%27 HTTP/1.1" 200 None
2026-03-30 06:45:49 [bca.uk] INFO: Scrape type for MW71%20BBN: 0
2026-03-30 06:45:49 [bca.uk] INFO: Found listing with ID: DL73%20LCG
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCG%27 HTTP/1.1" 200 None
2026-03-30 06:45:49 [bca.uk] INFO: Scrape type for DL73%20LCG: 2
2026-03-30 06:45:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72f70cd8-9a7f-5706-b0da-fbbb90a63a84 with identifier: DL73%20LCG
2026-03-30 06:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72f70cd8-9a7f-5706-b0da-fbbb90a63a84 with scrape type 2
2026-03-30 06:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72f70cd8-9a7f-5706-b0da-fbbb90a63a84 with scrape type 2
2026-03-30 06:45:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72f70cd8-9a7f-5706-b0da-fbbb90a63a84, identifier: DL73%20LCG
2026-03-30 06:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:45:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72f70cd8-9a7f-5706-b0da-fbbb90a63a84 with identifier: DL73%20LCG
2026-03-30 06:45:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72f70cd8-9a7f-5706-b0da-fbbb90a63a84 with identifier: DL73%20LCG
2026-03-30 06:45:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72f70cd8-9a7f-5706-b0da-fbbb90a63a84 with identifier: DL73%20LCG to the API
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LCG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '72f70cd8-9a7f-5706-b0da-fbbb90a63a84',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 8654,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4277573',
 'year': 2023}
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCG%27 HTTP/1.1" 200 None
2026-03-30 06:45:49 [bca.uk] INFO: Saving data for DL73%20LCG: {'auction_closing_time': 1775037600.0, 'created_time': 1773842448.264731, 'last_price_update_time': 1774853149.933918}
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LCG') HTTP/1.1" 204 0
2026-03-30 06:45:49 [bca.uk] INFO: Found listing with ID: BF17%20BWK
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF17%2520BWK%27 HTTP/1.1" 200 None
2026-03-30 06:45:49 [bca.uk] INFO: Scrape type for BF17%20BWK: 0
2026-03-30 06:45:49 [bca.uk] INFO: Found listing with ID: MA21%20ZDN
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520ZDN%27 HTTP/1.1" 200 None
2026-03-30 06:45:49 [bca.uk] INFO: Scrape type for MA21%20ZDN: 0
2026-03-30 06:45:49 [bca.uk] INFO: Found listing with ID: DP18%20YDO
2026-03-30 06:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP18%2520YDO%27 HTTP/1.1" 200 None
2026-03-30 06:45:50 [bca.uk] INFO: Scrape type for DP18%20YDO: 0
2026-03-30 06:45:50 [bca.uk] INFO: Found listing with ID: NJ18%20ZPS
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520ZPS%27 HTTP/1.1" 200 None
2026-03-30 06:45:50 [bca.uk] INFO: Scrape type for NJ18%20ZPS: 0
2026-03-30 06:45:50 [bca.uk] INFO: Found listing with ID: WP18%20HCJ
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520HCJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:50 [bca.uk] INFO: Scrape type for WP18%20HCJ: 0
2026-03-30 06:45:50 [bca.uk] INFO: Found listing with ID: OV70%20JYR
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV70%2520JYR%27 HTTP/1.1" 200 None
2026-03-30 06:45:50 [bca.uk] INFO: Scrape type for OV70%20JYR: 0
2026-03-30 06:45:50 [bca.uk] INFO: Found listing with ID: DV72%20WBE
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520WBE%27 HTTP/1.1" 200 None
2026-03-30 06:45:50 [bca.uk] INFO: Scrape type for DV72%20WBE: 2
2026-03-30 06:45:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3ebedf0-41f7-5c58-84d7-d601d2b125f7 with identifier: DV72%20WBE
2026-03-30 06:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3ebedf0-41f7-5c58-84d7-d601d2b125f7 with scrape type 2
2026-03-30 06:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3ebedf0-41f7-5c58-84d7-d601d2b125f7 with scrape type 2
2026-03-30 06:45:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3ebedf0-41f7-5c58-84d7-d601d2b125f7, identifier: DV72%20WBE
2026-03-30 06:45:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3ebedf0-41f7-5c58-84d7-d601d2b125f7 with identifier: DV72%20WBE
2026-03-30 06:45:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3ebedf0-41f7-5c58-84d7-d601d2b125f7 with identifier: DV72%20WBE
2026-03-30 06:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3ebedf0-41f7-5c58-84d7-d601d2b125f7 with identifier: DV72%20WBE to the API
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV72%20WBE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c3ebedf0-41f7-5c58-84d7-d601d2b125f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV72 WBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV72%20WBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 29636,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 DYNAMIC L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 DYNAMIC L2 H1',
 'vin': 'VXEVBYHRMN7058815',
 'year': 2022}
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520WBE%27 HTTP/1.1" 200 None
2026-03-30 06:45:50 [bca.uk] INFO: Saving data for DV72%20WBE: {'auction_closing_time': 1774951200.0, 'created_time': 1774361432.720508, 'last_price_update_time': 1774853150.461654}
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV72%2520WBE') HTTP/1.1" 204 0
2026-03-30 06:45:50 [bca.uk] INFO: Found listing with ID: WN20%20YTE
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520YTE%27 HTTP/1.1" 200 None
2026-03-30 06:45:50 [bca.uk] INFO: Scrape type for WN20%20YTE: 2
2026-03-30 06:45:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f1565af-f3ce-5f08-9a4e-74a02b6d7a64 with identifier: WN20%20YTE
2026-03-30 06:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f1565af-f3ce-5f08-9a4e-74a02b6d7a64 with scrape type 2
2026-03-30 06:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f1565af-f3ce-5f08-9a4e-74a02b6d7a64 with scrape type 2
2026-03-30 06:45:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f1565af-f3ce-5f08-9a4e-74a02b6d7a64, identifier: WN20%20YTE
2026-03-30 06:45:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f1565af-f3ce-5f08-9a4e-74a02b6d7a64 with identifier: WN20%20YTE
2026-03-30 06:45:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f1565af-f3ce-5f08-9a4e-74a02b6d7a64 with identifier: WN20%20YTE
2026-03-30 06:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f1565af-f3ce-5f08-9a4e-74a02b6d7a64 with identifier: WN20%20YTE to the API
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN20%20YTE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f1565af-f3ce-5f08-9a4e-74a02b6d7a64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN20 YTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN20%20YTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 96314,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 320 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 320 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYKM16682',
 'year': 2020}
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN20%2520YTE%27 HTTP/1.1" 200 None
2026-03-30 06:45:50 [bca.uk] INFO: Saving data for WN20%20YTE: {'auction_closing_time': 1774951200.0, 'created_time': 1774361420.942851, 'last_price_update_time': 1774853150.992409}
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN20%2520YTE') HTTP/1.1" 204 0
2026-03-30 06:45:51 [bca.uk] INFO: Total items found: 100
2026-03-30 06:45:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded
2026-03-30 06:45:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:45:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: YC21%20FCR
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520FCR%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for YC21%20FCR: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: DL73%20KRK
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KRK%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for DL73%20KRK: 2
2026-03-30 06:45:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1887819a-a831-5370-bd99-cb6f31e064f1 with identifier: DL73%20KRK
2026-03-30 06:45:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1887819a-a831-5370-bd99-cb6f31e064f1 with scrape type 2
2026-03-30 06:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1887819a-a831-5370-bd99-cb6f31e064f1 with scrape type 2
2026-03-30 06:45:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1887819a-a831-5370-bd99-cb6f31e064f1, identifier: DL73%20KRK
2026-03-30 06:45:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:45:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:45:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1887819a-a831-5370-bd99-cb6f31e064f1 with identifier: DL73%20KRK
2026-03-30 06:45:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1887819a-a831-5370-bd99-cb6f31e064f1 with identifier: DL73%20KRK
2026-03-30 06:45:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1887819a-a831-5370-bd99-cb6f31e064f1 with identifier: DL73%20KRK to the API
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KRK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1887819a-a831-5370-bd99-cb6f31e064f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KRK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KRK&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 14897,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4266110',
 'year': 2023}
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KRK%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Saving data for DL73%20KRK: {'auction_closing_time': 1774864800.0, 'created_time': 1773842080.755195, 'last_price_update_time': 1774853151.539736}
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KRK') HTTP/1.1" 204 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: YH16%20JFF
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520JFF%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for YH16%20JFF: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: AF15%20DJV
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF15%2520DJV%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for AF15%20DJV: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: AJ67%20HVO
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ67%2520HVO%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for AJ67%20HVO: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: BT62%20BWL
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520BWL%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for BT62%20BWL: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: FV66%20XBW
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV66%2520XBW%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for FV66%20XBW: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: NU67%20EFD
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45: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%2520EFD%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for NU67%20EFD: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: WN19%20TBZ
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN19%2520TBZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for WN19%20TBZ: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: KM61%20EBN
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM61%2520EBN%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for KM61%20EBN: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: YG23%20XFA
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG23%2520XFA%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for YG23%20XFA: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: DX73%20BTU
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX73%2520BTU%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for DX73%20BTU: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: RK19%20CXP
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK19%2520CXP%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for RK19%20CXP: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: FH69%20KBE
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH69%2520KBE%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for FH69%20KBE: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: L11%20WSK
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L11%2520WSK%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for L11%20WSK: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: GD70%20PNN
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD70%2520PNN%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for GD70%20PNN: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: DF11%20NXL
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF11%2520NXL%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for DF11%20NXL: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: FE62%20KXP
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE62%2520KXP%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for FE62%20KXP: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: KV18%20TYZ
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV18%2520TYZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for KV18%20TYZ: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: SK21%20VMP
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520VMP%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for SK21%20VMP: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: AO72%20ZBC
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO72%2520ZBC%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for AO72%20ZBC: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: LP69%20OCN
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520OCN%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for LP69%20OCN: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: BN20%20UGF
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN20%2520UGF%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for BN20%20UGF: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: BP71%20WPU
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP71%2520WPU%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for BP71%20WPU: 0
2026-03-30 06:45:51 [bca.uk] INFO: Found listing with ID: LV69%20SZF
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520SZF%27 HTTP/1.1" 200 None
2026-03-30 06:45:51 [bca.uk] INFO: Scrape type for LV69%20SZF: 2
2026-03-30 06:45:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40cdcaf0-797c-53ed-adde-d02c2b74c220 with identifier: LV69%20SZF
2026-03-30 06:45:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40cdcaf0-797c-53ed-adde-d02c2b74c220 with scrape type 2
2026-03-30 06:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40cdcaf0-797c-53ed-adde-d02c2b74c220 with scrape type 2
2026-03-30 06:45:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40cdcaf0-797c-53ed-adde-d02c2b74c220, identifier: LV69%20SZF
2026-03-30 06:45:52 [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:45:52 [bca.uk] INFO: Found listing with ID: MT74%20KHC
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT74%2520KHC%27 HTTP/1.1" 200 None
2026-03-30 06:45:52 [bca.uk] INFO: Scrape type for MT74%20KHC: 0
2026-03-30 06:45:52 [bca.uk] INFO: Found listing with ID: EJ16%20PXZ
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ16%2520PXZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:52 [bca.uk] INFO: Scrape type for EJ16%20PXZ: 0
2026-03-30 06:45:52 [bca.uk] INFO: Found listing with ID: FA19%20XRY
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA19%2520XRY%27 HTTP/1.1" 200 None
2026-03-30 06:45:52 [bca.uk] INFO: Scrape type for FA19%20XRY: 0
2026-03-30 06:45:52 [bca.uk] INFO: Found listing with ID: LC19%20VCD
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC19%2520VCD%27 HTTP/1.1" 200 None
2026-03-30 06:45:52 [bca.uk] INFO: Scrape type for LC19%20VCD: 0
2026-03-30 06:45:52 [bca.uk] INFO: Found listing with ID: LS70%20GYB
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520GYB%27 HTTP/1.1" 200 None
2026-03-30 06:45:52 [bca.uk] INFO: Scrape type for LS70%20GYB: 0
2026-03-30 06:45:52 [bca.uk] INFO: Found listing with ID: LV14%20ZZS
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45: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%2520ZZS%27 HTTP/1.1" 200 None
2026-03-30 06:45:52 [bca.uk] INFO: Scrape type for LV14%20ZZS: 0
2026-03-30 06:45:52 [bca.uk] INFO: Found listing with ID: LY22%20BZO
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY22%2520BZO%27 HTTP/1.1" 200 None
2026-03-30 06:45:52 [bca.uk] INFO: Scrape type for LY22%20BZO: 0
2026-03-30 06:45:52 [bca.uk] INFO: Found listing with ID: YL16%20GGZ
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL16%2520GGZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:52 [bca.uk] INFO: Scrape type for YL16%20GGZ: 0
2026-03-30 06:45:52 [bca.uk] INFO: Found listing with ID: LV21%20EYT
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV21%2520EYT%27 HTTP/1.1" 200 None
2026-03-30 06:45:52 [bca.uk] INFO: Scrape type for LV21%20EYT: 0
2026-03-30 06:45:52 [bca.uk] INFO: Found listing with ID: LN24%20PWL
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PWL%27 HTTP/1.1" 200 None
2026-03-30 06:45:52 [bca.uk] INFO: Scrape type for LN24%20PWL: 2
2026-03-30 06:45:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f06edaa0-e71f-5dfd-8d26-e557cbce97ad with identifier: LN24%20PWL
2026-03-30 06:45:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f06edaa0-e71f-5dfd-8d26-e557cbce97ad with scrape type 2
2026-03-30 06:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f06edaa0-e71f-5dfd-8d26-e557cbce97ad with scrape type 2
2026-03-30 06:45:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f06edaa0-e71f-5dfd-8d26-e557cbce97ad, identifier: LN24%20PWL
2026-03-30 06:45:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40cdcaf0-797c-53ed-adde-d02c2b74c220 with identifier: LV69%20SZF
2026-03-30 06:45:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40cdcaf0-797c-53ed-adde-d02c2b74c220 with identifier: LV69%20SZF
2026-03-30 06:45:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40cdcaf0-797c-53ed-adde-d02c2b74c220 with identifier: LV69%20SZF to the API
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV69%20SZF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '40cdcaf0-797c-53ed-adde-d02c2b74c220',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV69 SZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV69%20SZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 52304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 3.0 354 S PDK StationWagon',
 'transmission': 'automatic',
 'trim': '354 S PDK',
 'vin': 'WP1ZZZ95ZLLB34605',
 'year': 2019}
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520SZF%27 HTTP/1.1" 200 None
2026-03-30 06:45:52 [bca.uk] INFO: Saving data for LV69%20SZF: {'auction_closing_time': 1775124000.0, 'created_time': 1774390101.689442, 'last_price_update_time': 1774853152.709478}
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV69%2520SZF') HTTP/1.1" 204 0
2026-03-30 06:45:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f06edaa0-e71f-5dfd-8d26-e557cbce97ad with identifier: LN24%20PWL
2026-03-30 06:45:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f06edaa0-e71f-5dfd-8d26-e557cbce97ad with identifier: LN24%20PWL
2026-03-30 06:45:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f06edaa0-e71f-5dfd-8d26-e557cbce97ad with identifier: LN24%20PWL to the API
2026-03-30 06:45:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20PWL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f06edaa0-e71f-5dfd-8d26-e557cbce97ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 PWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20PWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 4274,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4035992',
 'year': 2024}
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PWL%27 HTTP/1.1" 200 None
2026-03-30 06:45:53 [bca.uk] INFO: Saving data for LN24%20PWL: {'auction_closing_time': 1775037600.0, 'created_time': 1773932450.931944, 'last_price_update_time': 1774853153.246338}
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520PWL') HTTP/1.1" 204 0
2026-03-30 06:45:53 [bca.uk] INFO: Found listing with ID: GN09%20GZC
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN09%2520GZC%27 HTTP/1.1" 200 None
2026-03-30 06:45:53 [bca.uk] INFO: Scrape type for GN09%20GZC: 2
2026-03-30 06:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d91df16-5213-5446-80f5-86498b1de041 with identifier: GN09%20GZC
2026-03-30 06:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d91df16-5213-5446-80f5-86498b1de041 with scrape type 2
2026-03-30 06:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d91df16-5213-5446-80f5-86498b1de041 with scrape type 2
2026-03-30 06:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d91df16-5213-5446-80f5-86498b1de041, identifier: GN09%20GZC
2026-03-30 06:45:53 [bca.uk] INFO: Found listing with ID: LN24%20RUO
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RUO%27 HTTP/1.1" 200 None
2026-03-30 06:45:53 [bca.uk] INFO: Scrape type for LN24%20RUO: 2
2026-03-30 06:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68e84ee8-d480-5f90-8aa8-e6114852ffef with identifier: LN24%20RUO
2026-03-30 06:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68e84ee8-d480-5f90-8aa8-e6114852ffef with scrape type 2
2026-03-30 06:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68e84ee8-d480-5f90-8aa8-e6114852ffef with scrape type 2
2026-03-30 06:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68e84ee8-d480-5f90-8aa8-e6114852ffef, identifier: LN24%20RUO
2026-03-30 06:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d91df16-5213-5446-80f5-86498b1de041 with identifier: GN09%20GZC
2026-03-30 06:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d91df16-5213-5446-80f5-86498b1de041 with identifier: GN09%20GZC
2026-03-30 06:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d91df16-5213-5446-80f5-86498b1de041 with identifier: GN09%20GZC to the API
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 385,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN09%20GZC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8d91df16-5213-5446-80f5-86498b1de041',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN09 GZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN09%20GZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MASERATI',
 'model': 'GRANTURISMO',
 'odometer': 63288,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'MASERATI GRANTURISMO 4.7 V8 S Coupe',
 'transmission': 'automatic',
 'trim': 'V8 S',
 'vin': 'ZAMHH45C000048502',
 'year': 2009}
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN09%2520GZC%27 HTTP/1.1" 200 None
2026-03-30 06:45:53 [bca.uk] INFO: Saving data for GN09%20GZC: {'auction_closing_time': 1774951200.0, 'created_time': 1774479815.422213, 'last_price_update_time': 1774853153.787427}
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN09%2520GZC') HTTP/1.1" 204 0
2026-03-30 06:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68e84ee8-d480-5f90-8aa8-e6114852ffef with identifier: LN24%20RUO
2026-03-30 06:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68e84ee8-d480-5f90-8aa8-e6114852ffef with identifier: LN24%20RUO
2026-03-30 06:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68e84ee8-d480-5f90-8aa8-e6114852ffef with identifier: LN24%20RUO to the API
2026-03-30 06:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RUO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68e84ee8-d480-5f90-8aa8-e6114852ffef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7149,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4033532',
 'year': 2024}
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RUO%27 HTTP/1.1" 200 None
2026-03-30 06:45:54 [bca.uk] INFO: Saving data for LN24%20RUO: {'auction_closing_time': 1775037600.0, 'created_time': 1773932445.303386, 'last_price_update_time': 1774853154.098601}
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RUO') HTTP/1.1" 204 0
2026-03-30 06:45:54 [bca.uk] INFO: Found listing with ID: KP73%20VCJ
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP73%2520VCJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:54 [bca.uk] INFO: Scrape type for KP73%20VCJ: 2
2026-03-30 06:45:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with identifier: KP73%20VCJ
2026-03-30 06:45:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with scrape type 2
2026-03-30 06:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with scrape type 2
2026-03-30 06:45:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27e67379-c2d2-5364-8ab8-399cbaf0ea61, identifier: KP73%20VCJ
2026-03-30 06:45:54 [bca.uk] INFO: Found listing with ID: LN24%20RYT
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RYT%27 HTTP/1.1" 200 None
2026-03-30 06:45:54 [bca.uk] INFO: Scrape type for LN24%20RYT: 2
2026-03-30 06:45:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cad9cee-af08-5c08-8584-0a099d3af99a with identifier: LN24%20RYT
2026-03-30 06:45:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cad9cee-af08-5c08-8584-0a099d3af99a with scrape type 2
2026-03-30 06:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cad9cee-af08-5c08-8584-0a099d3af99a with scrape type 2
2026-03-30 06:45:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cad9cee-af08-5c08-8584-0a099d3af99a, identifier: LN24%20RYT
2026-03-30 06:45:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with identifier: KP73%20VCJ
2026-03-30 06:45:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with identifier: KP73%20VCJ
2026-03-30 06:45:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27e67379-c2d2-5364-8ab8-399cbaf0ea61 with identifier: KP73%20VCJ to the API
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 221,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP73%20VCJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '27e67379-c2d2-5364-8ab8-399cbaf0ea61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP73 VCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP73%20VCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 27339,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 90 3.0 D250 AWD X-DYNAMIC HSE (5ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'D250 AWD X-DYNAMIC HSE (5ST)',
 'vin': 'SALEA6AW4R2255107',
 'year': 2023}
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP73%2520VCJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:54 [bca.uk] INFO: Saving data for KP73%20VCJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774479822.975027, 'last_price_update_time': 1774853154.63119}
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP73%2520VCJ') HTTP/1.1" 204 0
2026-03-30 06:45:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cad9cee-af08-5c08-8584-0a099d3af99a with identifier: LN24%20RYT
2026-03-30 06:45:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cad9cee-af08-5c08-8584-0a099d3af99a with identifier: LN24%20RYT
2026-03-30 06:45:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cad9cee-af08-5c08-8584-0a099d3af99a with identifier: LN24%20RYT to the API
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RYT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5cad9cee-af08-5c08-8584-0a099d3af99a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6032,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4033755',
 'year': 2024}
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RYT%27 HTTP/1.1" 200 None
2026-03-30 06:45:54 [bca.uk] INFO: Saving data for LN24%20RYT: {'auction_closing_time': 1775037600.0, 'created_time': 1773846120.113194, 'last_price_update_time': 1774853154.955886}
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RYT') HTTP/1.1" 204 0
2026-03-30 06:45:54 [bca.uk] INFO: Found listing with ID: CN71%20OMB
2026-03-30 06:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520OMB%27 HTTP/1.1" 200 None
2026-03-30 06:45:55 [bca.uk] INFO: Scrape type for CN71%20OMB: 2
2026-03-30 06:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40293bdd-b961-5fc9-a189-742c9ef280d3 with identifier: CN71%20OMB
2026-03-30 06:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40293bdd-b961-5fc9-a189-742c9ef280d3 with scrape type 2
2026-03-30 06:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40293bdd-b961-5fc9-a189-742c9ef280d3 with scrape type 2
2026-03-30 06:45:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40293bdd-b961-5fc9-a189-742c9ef280d3, identifier: CN71%20OMB
2026-03-30 06:45:55 [bca.uk] INFO: Found listing with ID: GY65%20SKU
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY65%2520SKU%27 HTTP/1.1" 200 None
2026-03-30 06:45:55 [bca.uk] INFO: Scrape type for GY65%20SKU: 0
2026-03-30 06:45:55 [bca.uk] INFO: Found listing with ID: VGZ%209983
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25209983%27 HTTP/1.1" 200 None
2026-03-30 06:45:55 [bca.uk] INFO: Scrape type for VGZ%209983: 0
2026-03-30 06:45:55 [bca.uk] INFO: Found listing with ID: EY57%20PHU
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY57%2520PHU%27 HTTP/1.1" 200 None
2026-03-30 06:45:55 [bca.uk] INFO: Scrape type for EY57%20PHU: 0
2026-03-30 06:45:55 [bca.uk] INFO: Found listing with ID: YE21%20FCC
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE21%2520FCC%27 HTTP/1.1" 200 None
2026-03-30 06:45:55 [bca.uk] INFO: Scrape type for YE21%20FCC: 0
2026-03-30 06:45:55 [bca.uk] INFO: Found listing with ID: DL73%20KVO
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVO%27 HTTP/1.1" 200 None
2026-03-30 06:45:55 [bca.uk] INFO: Scrape type for DL73%20KVO: 2
2026-03-30 06:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b02d6f89-b417-52c9-87d4-f449c71a3ded with identifier: DL73%20KVO
2026-03-30 06:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02d6f89-b417-52c9-87d4-f449c71a3ded with scrape type 2
2026-03-30 06:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b02d6f89-b417-52c9-87d4-f449c71a3ded with scrape type 2
2026-03-30 06:45:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b02d6f89-b417-52c9-87d4-f449c71a3ded, identifier: DL73%20KVO
2026-03-30 06:45:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40293bdd-b961-5fc9-a189-742c9ef280d3 with identifier: CN71%20OMB
2026-03-30 06:45:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40293bdd-b961-5fc9-a189-742c9ef280d3 with identifier: CN71%20OMB
2026-03-30 06:45:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40293bdd-b961-5fc9-a189-742c9ef280d3 with identifier: CN71%20OMB to the API
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 331,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN71%20OMB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '5.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '40293bdd-b961-5fc9-a189-742c9ef280d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN71 OMB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN71%20OMB&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 54337,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 5.0 P575 S/C SVR StationWagon',
 'transmission': 'automatic',
 'trim': 'P575 S/C SVR',
 'vin': 'SALWA2AEXNA223380',
 'year': 2022}
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520OMB%27 HTTP/1.1" 200 None
2026-03-30 06:45:55 [bca.uk] INFO: Saving data for CN71%20OMB: {'auction_closing_time': 1775124000.0, 'created_time': 1774476181.858256, 'last_price_update_time': 1774853155.587985}
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN71%2520OMB') HTTP/1.1" 204 0
2026-03-30 06:45:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b02d6f89-b417-52c9-87d4-f449c71a3ded with identifier: DL73%20KVO
2026-03-30 06:45:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b02d6f89-b417-52c9-87d4-f449c71a3ded with identifier: DL73%20KVO
2026-03-30 06:45:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b02d6f89-b417-52c9-87d4-f449c71a3ded with identifier: DL73%20KVO to the API
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KVO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b02d6f89-b417-52c9-87d4-f449c71a3ded',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4266095',
 'year': 2023}
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVO%27 HTTP/1.1" 200 None
2026-03-30 06:45:55 [bca.uk] INFO: Saving data for DL73%20KVO: {'auction_closing_time': 1774864800.0, 'created_time': 1773932516.712469, 'last_price_update_time': 1774853155.880558}
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KVO') HTTP/1.1" 204 0
2026-03-30 06:45:55 [bca.uk] INFO: Found listing with ID: BP20%20OVJ
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP20%2520OVJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:55 [bca.uk] INFO: Scrape type for BP20%20OVJ: 2
2026-03-30 06:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0f48332-9fbf-565b-bfa6-8944bb96d350 with identifier: BP20%20OVJ
2026-03-30 06:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0f48332-9fbf-565b-bfa6-8944bb96d350 with scrape type 2
2026-03-30 06:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0f48332-9fbf-565b-bfa6-8944bb96d350 with scrape type 2
2026-03-30 06:45:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0f48332-9fbf-565b-bfa6-8944bb96d350, identifier: BP20%20OVJ
2026-03-30 06:45:56 [bca.uk] INFO: Found listing with ID: LL74%20BXC
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BXC%27 HTTP/1.1" 200 None
2026-03-30 06:45:56 [bca.uk] INFO: Scrape type for LL74%20BXC: 2
2026-03-30 06:45:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d434dfe-ac72-5d45-b82f-f183e986acce with identifier: LL74%20BXC
2026-03-30 06:45:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d434dfe-ac72-5d45-b82f-f183e986acce with scrape type 2
2026-03-30 06:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d434dfe-ac72-5d45-b82f-f183e986acce with scrape type 2
2026-03-30 06:45:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d434dfe-ac72-5d45-b82f-f183e986acce, identifier: LL74%20BXC
2026-03-30 06:45:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0f48332-9fbf-565b-bfa6-8944bb96d350 with identifier: BP20%20OVJ
2026-03-30 06:45:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0f48332-9fbf-565b-bfa6-8944bb96d350 with identifier: BP20%20OVJ
2026-03-30 06:45:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0f48332-9fbf-565b-bfa6-8944bb96d350 with identifier: BP20%20OVJ to the API
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP20%20OVJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0f48332-9fbf-565b-bfa6-8944bb96d350',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP20 OVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP20%20OVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 40326,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 2.0 D200 AWD S (5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D200 AWD S (5ST)',
 'vin': 'SALEA7AN3L2008570',
 'year': 2020}
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP20%2520OVJ%27 HTTP/1.1" 200 None
2026-03-30 06:45:56 [bca.uk] INFO: Saving data for BP20%20OVJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774392228.109352, 'last_price_update_time': 1774853156.437943}
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP20%2520OVJ') HTTP/1.1" 204 0
2026-03-30 06:45:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d434dfe-ac72-5d45-b82f-f183e986acce with identifier: LL74%20BXC
2026-03-30 06:45:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d434dfe-ac72-5d45-b82f-f183e986acce with identifier: LL74%20BXC
2026-03-30 06:45:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d434dfe-ac72-5d45-b82f-f183e986acce with identifier: LL74%20BXC to the API
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=104&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BXC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9d434dfe-ac72-5d45-b82f-f183e986acce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 BXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9801,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE3R4298675',
 'year': 2024}
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520BXC%27 HTTP/1.1" 200 None
2026-03-30 06:45:56 [bca.uk] INFO: Saving data for LL74%20BXC: {'auction_closing_time': 1774864800.0, 'created_time': 1773835125.197372, 'last_price_update_time': 1774853156.873641}
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BXC') HTTP/1.1" 204 0
2026-03-30 06:45:56 [bca.uk] INFO: Found listing with ID: RXZ%201425
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RXZ%25201425%27 HTTP/1.1" 200 None
2026-03-30 06:45:56 [bca.uk] INFO: Scrape type for RXZ%201425: 2
2026-03-30 06:45:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bd36584-8ed0-535e-91eb-486f00ae9305 with identifier: RXZ%201425
2026-03-30 06:45:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bd36584-8ed0-535e-91eb-486f00ae9305 with scrape type 2
2026-03-30 06:45:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bd36584-8ed0-535e-91eb-486f00ae9305 with scrape type 2
2026-03-30 06:45:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bd36584-8ed0-535e-91eb-486f00ae9305, identifier: RXZ%201425
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: CA72%20UUR
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520UUR%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for CA72%20UUR: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: CN65%20LRY
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN65%2520LRY%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for CN65%20LRY: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: SL69%20PKF
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL69%2520PKF%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for SL69%20PKF: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: CA65%20WVY
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA65%2520WVY%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for CA65%20WVY: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: CK63%20PYD
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK63%2520PYD%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for CK63%20PYD: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: DN70%20BVW
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN70%2520BVW%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for DN70%20BVW: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: GJ71%20OBT
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520OBT%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for GJ71%20OBT: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: HG67%20YLP
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG67%2520YLP%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for HG67%20YLP: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: HK22%20EVR
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK22%2520EVR%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for HK22%20EVR: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: LL65%20CEA
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL65%2520CEA%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for LL65%20CEA: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: OV18%20BDX
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV18%2520BDX%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for OV18%20BDX: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: SG65%20GCV
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG65%2520GCV%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for SG65%20GCV: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: VN19%20GJE
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520GJE%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for VN19%20GJE: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: YH21%20LGT
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520LGT%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for YH21%20LGT: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: CA19%20TTY
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA19%2520TTY%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for CA19%20TTY: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: VE18%20ECX
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE18%2520ECX%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for VE18%20ECX: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: SV18%20YFO
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV18%2520YFO%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for SV18%20YFO: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: PK72%20ZVO
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK72%2520ZVO%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for PK72%20ZVO: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: DN61%20VMK
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN61%2520VMK%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for DN61%20VMK: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: DT68%20RVZ
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT68%2520RVZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for DT68%20RVZ: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: WO67%20EFC
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO67%2520EFC%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for WO67%20EFC: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: YD22%20EUM
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD22%2520EUM%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for YD22%20EUM: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: YY73%20VNL
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY73%2520VNL%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for YY73%20VNL: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: BW68%20MJU
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW68%2520MJU%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for BW68%20MJU: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: WR67%20UCN
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR67%2520UCN%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for WR67%20UCN: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: SD15%20VYV
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD15%2520VYV%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for SD15%20VYV: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: SD14%20CXL
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD14%2520CXL%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for SD14%20CXL: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: OU68%20WVA
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU68%2520WVA%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for OU68%20WVA: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: MJ15%20HRW
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ15%2520HRW%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for MJ15%20HRW: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: DU61%20RBZ
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU61%2520RBZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for DU61%20RBZ: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: RV68%20WKN
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV68%2520WKN%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for RV68%20WKN: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: LA69%20MWL
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520MWL%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for LA69%20MWL: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: GL68%20FUA
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL68%2520FUA%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for GL68%20FUA: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: MF16%20PPK
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF16%2520PPK%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for MF16%20PPK: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: FN68%20YGL
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN68%2520YGL%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for FN68%20YGL: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: MA59%20KPZ
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA59%2520KPZ%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for MA59%20KPZ: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: VK16%20DHG
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK16%2520DHG%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for VK16%20DHG: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: NV09%20KHR
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV09%2520KHR%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for NV09%20KHR: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: YX20%20KXO
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX20%2520KXO%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for YX20%20KXO: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: PE10%20JUO
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE10%2520JUO%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for PE10%20JUO: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: SA69%20LKV
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA69%2520LKV%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for SA69%20LKV: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: HS19%20PGV
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HS19%2520PGV%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for HS19%20PGV: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: YJ68%20LRA
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ68%2520LRA%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for YJ68%20LRA: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: NA70%20HTG
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA70%2520HTG%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for NA70%20HTG: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: PK17%20BHL
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520BHL%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for PK17%20BHL: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: KN70%20PWK
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN70%2520PWK%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for KN70%20PWK: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: GX14%20YXM
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX14%2520YXM%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for GX14%20YXM: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: WU61%20LRL
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU61%2520LRL%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for WU61%20LRL: 0
2026-03-30 06:45:57 [bca.uk] INFO: Found listing with ID: LT71%20XPE
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT71%2520XPE%27 HTTP/1.1" 200 None
2026-03-30 06:45:57 [bca.uk] INFO: Scrape type for LT71%20XPE: 0
2026-03-30 06:45:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bd36584-8ed0-535e-91eb-486f00ae9305 with identifier: RXZ%201425
2026-03-30 06:45:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bd36584-8ed0-535e-91eb-486f00ae9305 with identifier: RXZ%201425
2026-03-30 06:45:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bd36584-8ed0-535e-91eb-486f00ae9305 with identifier: RXZ%201425 to the API
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 30,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RXZ%201425-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0bd36584-8ed0-535e-91eb-486f00ae9305',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RXZ 1425',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RXZ%201425&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 26320,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 45E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 45E M SPORT',
 'vin': 'WBATA620X09L64543',
 'year': 2022}
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RXZ%25201425%27 HTTP/1.1" 200 None
2026-03-30 06:45:58 [bca.uk] INFO: Saving data for RXZ%201425: {'auction_closing_time': 1775124000.0, 'created_time': 1774476250.078826, 'last_price_update_time': 1774853158.404861}
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RXZ%25201425') HTTP/1.1" 204 0
2026-03-30 06:45:58 [bca.uk] INFO: Found listing with ID: BL66%20PXR
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520PXR%27 HTTP/1.1" 200 None
2026-03-30 06:45:58 [bca.uk] INFO: Scrape type for BL66%20PXR: 2
2026-03-30 06:45:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e29b0b70-645a-541b-90f0-6899eb5380a6 with identifier: BL66%20PXR
2026-03-30 06:45:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e29b0b70-645a-541b-90f0-6899eb5380a6 with scrape type 2
2026-03-30 06:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e29b0b70-645a-541b-90f0-6899eb5380a6 with scrape type 2
2026-03-30 06:45:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e29b0b70-645a-541b-90f0-6899eb5380a6, identifier: BL66%20PXR
2026-03-30 06:45:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e29b0b70-645a-541b-90f0-6899eb5380a6 with identifier: BL66%20PXR
2026-03-30 06:45:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e29b0b70-645a-541b-90f0-6899eb5380a6 with identifier: BL66%20PXR
2026-03-30 06:45:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e29b0b70-645a-541b-90f0-6899eb5380a6 with identifier: BL66%20PXR to the API
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL66%20PXR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e29b0b70-645a-541b-90f0-6899eb5380a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL66 PXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL66%20PXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 104272,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TDI 190 QUATTRO S LINE S-T Estate',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO S LINE S-T',
 'vin': 'WAUZZZF49GA093937',
 'year': 2016}
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL66%2520PXR%27 HTTP/1.1" 200 None
2026-03-30 06:45:58 [bca.uk] INFO: Saving data for BL66%20PXR: {'auction_closing_time': 1775037600.0, 'created_time': 1774476228.602495, 'last_price_update_time': 1774853158.910987}
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL66%2520PXR') HTTP/1.1" 204 0
2026-03-30 06:45:58 [bca.uk] INFO: Found listing with ID: HN71%20ZHH
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-30 06:45:58 [bca.uk] INFO: Scrape type for HN71%20ZHH: 2
2026-03-30 06:45:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bcada50-2310-5cd7-924a-c8677b22d3a4 with identifier: HN71%20ZHH
2026-03-30 06:45:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bcada50-2310-5cd7-924a-c8677b22d3a4 with scrape type 2
2026-03-30 06:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bcada50-2310-5cd7-924a-c8677b22d3a4 with scrape type 2
2026-03-30 06:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bcada50-2310-5cd7-924a-c8677b22d3a4, identifier: HN71%20ZHH
2026-03-30 06:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bcada50-2310-5cd7-924a-c8677b22d3a4 with identifier: HN71%20ZHH
2026-03-30 06:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bcada50-2310-5cd7-924a-c8677b22d3a4 with identifier: HN71%20ZHH
2026-03-30 06:45:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bcada50-2310-5cd7-924a-c8677b22d3a4 with identifier: HN71%20ZHH to the API
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN71%20ZHH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.9L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6bcada50-2310-5cd7-924a-c8677b22d3a4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN71 ZHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN71%20ZHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'S350 D',
 'odometer': 18980,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ S350 D 2.9 AMG LINE PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'W1K2230302A085456',
 'year': 2021}
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN71%2520ZHH%27 HTTP/1.1" 200 None
2026-03-30 06:45:59 [bca.uk] INFO: Saving data for HN71%20ZHH: {'auction_closing_time': 1775124000.0, 'created_time': 1774361746.714959, 'last_price_update_time': 1774853159.311029}
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN71%2520ZHH') HTTP/1.1" 204 0
2026-03-30 06:45:59 [bca.uk] INFO: Found listing with ID: VE11%20WDD
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE11%2520WDD%27 HTTP/1.1" 200 None
2026-03-30 06:45:59 [bca.uk] INFO: Scrape type for VE11%20WDD: 2
2026-03-30 06:45:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b863259a-2db0-511b-b7ba-efef33d603de with identifier: VE11%20WDD
2026-03-30 06:45:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b863259a-2db0-511b-b7ba-efef33d603de with scrape type 2
2026-03-30 06:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b863259a-2db0-511b-b7ba-efef33d603de with scrape type 2
2026-03-30 06:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b863259a-2db0-511b-b7ba-efef33d603de, identifier: VE11%20WDD
2026-03-30 06:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b863259a-2db0-511b-b7ba-efef33d603de with identifier: VE11%20WDD
2026-03-30 06:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b863259a-2db0-511b-b7ba-efef33d603de with identifier: VE11%20WDD
2026-03-30 06:45:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b863259a-2db0-511b-b7ba-efef33d603de with identifier: VE11%20WDD to the API
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:45: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:45:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE11%20WDD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b863259a-2db0-511b-b7ba-efef33d603de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE11 WDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE11%20WDD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 85810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 2.0 CDI AVANTGARDE SE Hatchback',
 'transmission': 'manual',
 'trim': 'CDI AVANTGARDE SE',
 'vin': 'WDD1690072J944955',
 'year': 2011}
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE11%2520WDD%27 HTTP/1.1" 200 None
2026-03-30 06:45:59 [bca.uk] INFO: Saving data for VE11%20WDD: {'auction_closing_time': 1774951200.0, 'created_time': 1773837493.920039, 'last_price_update_time': 1774853159.746106}
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE11%2520WDD') HTTP/1.1" 204 0
2026-03-30 06:45:59 [bca.uk] INFO: Found listing with ID: PX72%20KFY
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520KFY%27 HTTP/1.1" 200 None
2026-03-30 06:45:59 [bca.uk] INFO: Scrape type for PX72%20KFY: 2
2026-03-30 06:45:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 559344b0-1409-5a2e-a42a-835460ec0363 with identifier: PX72%20KFY
2026-03-30 06:45:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 559344b0-1409-5a2e-a42a-835460ec0363 with scrape type 2
2026-03-30 06:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 559344b0-1409-5a2e-a42a-835460ec0363 with scrape type 2
2026-03-30 06:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 559344b0-1409-5a2e-a42a-835460ec0363, identifier: PX72%20KFY
2026-03-30 06:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 559344b0-1409-5a2e-a42a-835460ec0363 with identifier: PX72%20KFY
2026-03-30 06:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 559344b0-1409-5a2e-a42a-835460ec0363 with identifier: PX72%20KFY
2026-03-30 06:45:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 559344b0-1409-5a2e-a42a-835460ec0363 with identifier: PX72%20KFY to the API
2026-03-30 06:45:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX72%20KFY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '559344b0-1409-5a2e-a42a-835460ec0363',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PX72 KFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX72%20KFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 69324,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY72AW040FN61352',
 'year': 2022}
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520KFY%27 HTTP/1.1" 200 None
2026-03-30 06:46:00 [bca.uk] INFO: Saving data for PX72%20KFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774504907.945856, 'last_price_update_time': 1774853160.193111}
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX72%2520KFY') HTTP/1.1" 204 0
2026-03-30 06:46:00 [bca.uk] INFO: Found listing with ID: MC74%20RHU
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC74%2520RHU%27 HTTP/1.1" 200 None
2026-03-30 06:46:00 [bca.uk] INFO: Scrape type for MC74%20RHU: 2
2026-03-30 06:46:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46efead1-fff0-514e-830d-133015b734fa with identifier: MC74%20RHU
2026-03-30 06:46:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46efead1-fff0-514e-830d-133015b734fa with scrape type 2
2026-03-30 06:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46efead1-fff0-514e-830d-133015b734fa with scrape type 2
2026-03-30 06:46:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46efead1-fff0-514e-830d-133015b734fa, identifier: MC74%20RHU
2026-03-30 06:46:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46efead1-fff0-514e-830d-133015b734fa with identifier: MC74%20RHU
2026-03-30 06:46:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46efead1-fff0-514e-830d-133015b734fa with identifier: MC74%20RHU
2026-03-30 06:46:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46efead1-fff0-514e-830d-133015b734fa with identifier: MC74%20RHU to the API
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC74%20RHU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '46efead1-fff0-514e-830d-133015b734fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MC74 RHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC74%20RHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 9950,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'XP7YHCEK2SB588879',
 'year': 2025}
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC74%2520RHU%27 HTTP/1.1" 200 None
2026-03-30 06:46:00 [bca.uk] INFO: Saving data for MC74%20RHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774504906.143112, 'last_price_update_time': 1774853160.599589}
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC74%2520RHU') HTTP/1.1" 204 0
2026-03-30 06:46:00 [bca.uk] INFO: Found listing with ID: LX19%20OHG
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX19%2520OHG%27 HTTP/1.1" 200 None
2026-03-30 06:46:00 [bca.uk] INFO: Scrape type for LX19%20OHG: 2
2026-03-30 06:46:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ef9d583-a82a-5c85-86b1-52f963da46a9 with identifier: LX19%20OHG
2026-03-30 06:46:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ef9d583-a82a-5c85-86b1-52f963da46a9 with scrape type 2
2026-03-30 06:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ef9d583-a82a-5c85-86b1-52f963da46a9 with scrape type 2
2026-03-30 06:46:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ef9d583-a82a-5c85-86b1-52f963da46a9, identifier: LX19%20OHG
2026-03-30 06:46:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ef9d583-a82a-5c85-86b1-52f963da46a9 with identifier: LX19%20OHG
2026-03-30 06:46:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ef9d583-a82a-5c85-86b1-52f963da46a9 with identifier: LX19%20OHG
2026-03-30 06:46:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ef9d583-a82a-5c85-86b1-52f963da46a9 with identifier: LX19%20OHG to the API
2026-03-30 06:46:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX19%20OHG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ef9d583-a82a-5c85-86b1-52f963da46a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LX19 OHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX19%20OHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 83505,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD R SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD R SPORT',
 'vin': 'SADCA2AN6KA612950',
 'year': 2019}
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX19%2520OHG%27 HTTP/1.1" 200 None
2026-03-30 06:46:01 [bca.uk] INFO: Saving data for LX19%20OHG: {'auction_closing_time': 1774951200.0, 'created_time': 1774504968.794188, 'last_price_update_time': 1774853161.017978}
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX19%2520OHG') HTTP/1.1" 204 0
2026-03-30 06:46:01 [bca.uk] INFO: Found listing with ID: KX70%20NLM
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX70%2520NLM%27 HTTP/1.1" 200 None
2026-03-30 06:46:01 [bca.uk] INFO: Scrape type for KX70%20NLM: 2
2026-03-30 06:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb43e668-bc73-5213-a491-09ef5c759247 with identifier: KX70%20NLM
2026-03-30 06:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb43e668-bc73-5213-a491-09ef5c759247 with scrape type 2
2026-03-30 06:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb43e668-bc73-5213-a491-09ef5c759247 with scrape type 2
2026-03-30 06:46:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb43e668-bc73-5213-a491-09ef5c759247, identifier: KX70%20NLM
2026-03-30 06:46:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb43e668-bc73-5213-a491-09ef5c759247 with identifier: KX70%20NLM
2026-03-30 06:46:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb43e668-bc73-5213-a491-09ef5c759247 with identifier: KX70%20NLM
2026-03-30 06:46:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb43e668-bc73-5213-a491-09ef5c759247 with identifier: KX70%20NLM to the API
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX70%20NLM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cb43e668-bc73-5213-a491-09ef5c759247',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX70 NLM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX70%20NLM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 81692,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 200 L1 LTD.L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 120 200 L1 LTD.L/R',
 'vin': 'WF0RXXWPGRLR08137',
 'year': 2020}
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX70%2520NLM%27 HTTP/1.1" 200 None
2026-03-30 06:46:01 [bca.uk] INFO: Saving data for KX70%20NLM: {'auction_closing_time': 1775037600.0, 'created_time': 1774476159.480306, 'last_price_update_time': 1774853161.463536}
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX70%2520NLM') HTTP/1.1" 204 0
2026-03-30 06:46:01 [bca.uk] INFO: Found listing with ID: YR22%20RVW
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520RVW%27 HTTP/1.1" 200 None
2026-03-30 06:46:01 [bca.uk] INFO: Scrape type for YR22%20RVW: 2
2026-03-30 06:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with identifier: YR22%20RVW
2026-03-30 06:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with scrape type 2
2026-03-30 06:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with scrape type 2
2026-03-30 06:46:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9f2d53b-ad3a-5277-b63f-c1c2683dba91, identifier: YR22%20RVW
2026-03-30 06:46:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with identifier: YR22%20RVW
2026-03-30 06:46:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with identifier: YR22%20RVW
2026-03-30 06:46:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9f2d53b-ad3a-5277-b63f-c1c2683dba91 with identifier: YR22%20RVW to the API
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 253,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20RVW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b9f2d53b-ad3a-5277-b63f-c1c2683dba91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR22 RVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20RVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 100083,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PME59998',
 'year': 2022}
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520RVW%27 HTTP/1.1" 200 None
2026-03-30 06:46:01 [bca.uk] INFO: Saving data for YR22%20RVW: {'auction_closing_time': 1775037600.0, 'created_time': 1774476189.852116, 'last_price_update_time': 1774853161.904241}
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520RVW') HTTP/1.1" 204 0
2026-03-30 06:46:01 [bca.uk] INFO: Found listing with ID: LY71%20EVG
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY71%2520EVG%27 HTTP/1.1" 200 None
2026-03-30 06:46:01 [bca.uk] INFO: Scrape type for LY71%20EVG: 2
2026-03-30 06:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with identifier: LY71%20EVG
2026-03-30 06:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with scrape type 2
2026-03-30 06:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with scrape type 2
2026-03-30 06:46:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca, identifier: LY71%20EVG
2026-03-30 06:46:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with identifier: LY71%20EVG
2026-03-30 06:46:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with identifier: LY71%20EVG
2026-03-30 06:46:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca with identifier: LY71%20EVG to the API
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY71%20EVG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ad1cb996-bca2-5cf9-8241-6e6c2b8fbaca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY71 EVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY71%20EVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 90335,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 STORMTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 STORMTRAK',
 'vin': '6FPPXXMJ2PMD55563',
 'year': 2022}
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY71%2520EVG%27 HTTP/1.1" 200 None
2026-03-30 06:46:02 [bca.uk] INFO: Saving data for LY71%20EVG: {'auction_closing_time': 1775037600.0, 'created_time': 1774476179.465768, 'last_price_update_time': 1774853162.341578}
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY71%2520EVG') HTTP/1.1" 204 0
2026-03-30 06:46:02 [bca.uk] INFO: Found listing with ID: MJ72%20KDV
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520KDV%27 HTTP/1.1" 200 None
2026-03-30 06:46:02 [bca.uk] INFO: Scrape type for MJ72%20KDV: 2
2026-03-30 06:46:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20529cf4-ff1f-58b8-b720-ad540849bcb8 with identifier: MJ72%20KDV
2026-03-30 06:46:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20529cf4-ff1f-58b8-b720-ad540849bcb8 with scrape type 2
2026-03-30 06:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20529cf4-ff1f-58b8-b720-ad540849bcb8 with scrape type 2
2026-03-30 06:46:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20529cf4-ff1f-58b8-b720-ad540849bcb8, identifier: MJ72%20KDV
2026-03-30 06:46:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20529cf4-ff1f-58b8-b720-ad540849bcb8 with identifier: MJ72%20KDV
2026-03-30 06:46:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20529cf4-ff1f-58b8-b720-ad540849bcb8 with identifier: MJ72%20KDV
2026-03-30 06:46:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20529cf4-ff1f-58b8-b720-ad540849bcb8 with identifier: MJ72%20KDV to the API
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 225,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ72%20KDV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '20529cf4-ff1f-58b8-b720-ad540849bcb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ72 KDV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ72%20KDV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 35738,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 170 WOLFTRAK CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EBL 170 WOLFTRAK',
 'vin': '6FPPXXMJ2PNP51750',
 'year': 2022}
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520KDV%27 HTTP/1.1" 200 None
2026-03-30 06:46:02 [bca.uk] INFO: Saving data for MJ72%20KDV: {'auction_closing_time': 1775037600.0, 'created_time': 1774476180.554496, 'last_price_update_time': 1774853162.765301}
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ72%2520KDV') HTTP/1.1" 204 0
2026-03-30 06:46:02 [bca.uk] INFO: Found listing with ID: YE19%20FEL
2026-03-30 06:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46: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%2520FEL%27 HTTP/1.1" 200 None
2026-03-30 06:46:02 [bca.uk] INFO: Scrape type for YE19%20FEL: 2
2026-03-30 06:46:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ab5554-3054-5686-841f-dadc7c907544 with identifier: YE19%20FEL
2026-03-30 06:46:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ab5554-3054-5686-841f-dadc7c907544 with scrape type 2
2026-03-30 06:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ab5554-3054-5686-841f-dadc7c907544 with scrape type 2
2026-03-30 06:46:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50ab5554-3054-5686-841f-dadc7c907544, identifier: YE19%20FEL
2026-03-30 06:46:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50ab5554-3054-5686-841f-dadc7c907544 with identifier: YE19%20FEL
2026-03-30 06:46:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50ab5554-3054-5686-841f-dadc7c907544 with identifier: YE19%20FEL
2026-03-30 06:46:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50ab5554-3054-5686-841f-dadc7c907544 with identifier: YE19%20FEL to the API
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE19%20FEL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50ab5554-3054-5686-841f-dadc7c907544',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE19 FEL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE19%20FEL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 71877,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 100 220 L1 TREND L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 100 220 L1 TREND L/R',
 'vin': 'WF04XXWPG4KE89783',
 'year': 2019}
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520FEL%27 HTTP/1.1" 200 None
2026-03-30 06:46:03 [bca.uk] INFO: Saving data for YE19%20FEL: {'auction_closing_time': 1775037600.0, 'created_time': 1774476140.67832, 'last_price_update_time': 1774853163.205815}
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE19%2520FEL') HTTP/1.1" 204 0
2026-03-30 06:46:03 [bca.uk] INFO: Found listing with ID: YR72%20AAX
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520AAX%27 HTTP/1.1" 200 None
2026-03-30 06:46:03 [bca.uk] INFO: Scrape type for YR72%20AAX: 2
2026-03-30 06:46:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with identifier: YR72%20AAX
2026-03-30 06:46:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with scrape type 2
2026-03-30 06:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with scrape type 2
2026-03-30 06:46:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9e2fc26-6d7a-5789-ae59-2332fb1e90c0, identifier: YR72%20AAX
2026-03-30 06:46:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with identifier: YR72%20AAX
2026-03-30 06:46:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with identifier: YR72%20AAX
2026-03-30 06:46:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9e2fc26-6d7a-5789-ae59-2332fb1e90c0 with identifier: YR72%20AAX to the API
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR72%20AAX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9e2fc26-6d7a-5789-ae59-2332fb1e90c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR72 AAX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR72%20AAX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 84877,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H3 LEADER',
 'vin': 'WF0EXXTTRENU48665',
 'year': 2022}
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR72%2520AAX%27 HTTP/1.1" 200 None
2026-03-30 06:46:03 [bca.uk] INFO: Saving data for YR72%20AAX: {'auction_closing_time': 1775037600.0, 'created_time': 1774476168.848239, 'last_price_update_time': 1774853163.734389}
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR72%2520AAX') HTTP/1.1" 204 0
2026-03-30 06:46:03 [bca.uk] INFO: Found listing with ID: SK21%20XXR
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520XXR%27 HTTP/1.1" 200 None
2026-03-30 06:46:03 [bca.uk] INFO: Scrape type for SK21%20XXR: 2
2026-03-30 06:46:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81606d19-0542-5458-ae2c-b010a6ab895c with identifier: SK21%20XXR
2026-03-30 06:46:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81606d19-0542-5458-ae2c-b010a6ab895c with scrape type 2
2026-03-30 06:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81606d19-0542-5458-ae2c-b010a6ab895c with scrape type 2
2026-03-30 06:46:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81606d19-0542-5458-ae2c-b010a6ab895c, identifier: SK21%20XXR
2026-03-30 06:46:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81606d19-0542-5458-ae2c-b010a6ab895c with identifier: SK21%20XXR
2026-03-30 06:46:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81606d19-0542-5458-ae2c-b010a6ab895c with identifier: SK21%20XXR
2026-03-30 06:46:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81606d19-0542-5458-ae2c-b010a6ab895c with identifier: SK21%20XXR to the API
2026-03-30 06:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK21%20XXR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '81606d19-0542-5458-ae2c-b010a6ab895c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK21 XXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK21%20XXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT 290 FWD',
 'odometer': 57833,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 290 FWD 2.0 EBL 130 L2 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H2 TREND',
 'vin': 'WF0EXXTTREMU00628',
 'year': 2021}
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK21%2520XXR%27 HTTP/1.1" 200 None
2026-03-30 06:46:04 [bca.uk] INFO: Saving data for SK21%20XXR: {'auction_closing_time': 1775037600.0, 'created_time': 1774476158.810471, 'last_price_update_time': 1774853164.168865}
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK21%2520XXR') HTTP/1.1" 204 0
2026-03-30 06:46:04 [bca.uk] INFO: Found listing with ID: DS74%20HCY
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS74%2520HCY%27 HTTP/1.1" 200 None
2026-03-30 06:46:04 [bca.uk] INFO: Scrape type for DS74%20HCY: 2
2026-03-30 06:46:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c471e525-1705-507b-b2e4-721cef0a6543 with identifier: DS74%20HCY
2026-03-30 06:46:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c471e525-1705-507b-b2e4-721cef0a6543 with scrape type 2
2026-03-30 06:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c471e525-1705-507b-b2e4-721cef0a6543 with scrape type 2
2026-03-30 06:46:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c471e525-1705-507b-b2e4-721cef0a6543, identifier: DS74%20HCY
2026-03-30 06:46:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c471e525-1705-507b-b2e4-721cef0a6543 with identifier: DS74%20HCY
2026-03-30 06:46:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c471e525-1705-507b-b2e4-721cef0a6543 with identifier: DS74%20HCY
2026-03-30 06:46:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c471e525-1705-507b-b2e4-721cef0a6543 with identifier: DS74%20HCY to the API
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS74%20HCY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c471e525-1705-507b-b2e4-721cef0a6543',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS74 HCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS74%20HCY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 18813,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 165 L3 H2 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 165 L3 H2 LIMITED',
 'vin': 'WF0EXXTTRERL71859',
 'year': 2024}
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS74%2520HCY%27 HTTP/1.1" 200 None
2026-03-30 06:46:04 [bca.uk] INFO: Saving data for DS74%20HCY: {'auction_closing_time': 1775728800.0, 'created_time': 1774448823.433919, 'last_price_update_time': 1774853164.635243}
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS74%2520HCY') HTTP/1.1" 204 0
2026-03-30 06:46:04 [bca.uk] INFO: Found listing with ID: BJ74%20MGU
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ74%2520MGU%27 HTTP/1.1" 200 None
2026-03-30 06:46:04 [bca.uk] INFO: Scrape type for BJ74%20MGU: 2
2026-03-30 06:46:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb1004b-c94a-5206-a699-1385e2082ba3 with identifier: BJ74%20MGU
2026-03-30 06:46:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb1004b-c94a-5206-a699-1385e2082ba3 with scrape type 2
2026-03-30 06:46:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb1004b-c94a-5206-a699-1385e2082ba3 with scrape type 2
2026-03-30 06:46:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edb1004b-c94a-5206-a699-1385e2082ba3, identifier: BJ74%20MGU
2026-03-30 06:46:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edb1004b-c94a-5206-a699-1385e2082ba3 with identifier: BJ74%20MGU
2026-03-30 06:46:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edb1004b-c94a-5206-a699-1385e2082ba3 with identifier: BJ74%20MGU
2026-03-30 06:46:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edb1004b-c94a-5206-a699-1385e2082ba3 with identifier: BJ74%20MGU to the API
2026-03-30 06:46:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ74%20MGU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'edb1004b-c94a-5206-a699-1385e2082ba3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ74 MGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ74%20MGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 18682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 TREND',
 'vin': 'WF0EXXTTRERL75068',
 'year': 2024}
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ74%2520MGU%27 HTTP/1.1" 200 None
2026-03-30 06:46:05 [bca.uk] INFO: Saving data for BJ74%20MGU: {'auction_closing_time': 1775728800.0, 'created_time': 1774448821.424469, 'last_price_update_time': 1774853165.044647}
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ74%2520MGU') HTTP/1.1" 204 0
2026-03-30 06:46:05 [bca.uk] INFO: Found listing with ID: BG74%20YVZ
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520YVZ%27 HTTP/1.1" 200 None
2026-03-30 06:46:05 [bca.uk] INFO: Scrape type for BG74%20YVZ: 2
2026-03-30 06:46:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9dfb119-411b-5d62-9a7e-f469fc26fe3d with identifier: BG74%20YVZ
2026-03-30 06:46:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9dfb119-411b-5d62-9a7e-f469fc26fe3d with scrape type 2
2026-03-30 06:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9dfb119-411b-5d62-9a7e-f469fc26fe3d with scrape type 2
2026-03-30 06:46:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9dfb119-411b-5d62-9a7e-f469fc26fe3d, identifier: BG74%20YVZ
2026-03-30 06:46:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9dfb119-411b-5d62-9a7e-f469fc26fe3d with identifier: BG74%20YVZ
2026-03-30 06:46:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9dfb119-411b-5d62-9a7e-f469fc26fe3d with identifier: BG74%20YVZ
2026-03-30 06:46:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9dfb119-411b-5d62-9a7e-f469fc26fe3d with identifier: BG74%20YVZ to the API
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG74%20YVZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e9dfb119-411b-5d62-9a7e-f469fc26fe3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG74 YVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG74%20YVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 24972,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 TREND',
 'vin': 'WF0EXXTTRERL73794',
 'year': 2024}
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520YVZ%27 HTTP/1.1" 200 None
2026-03-30 06:46:05 [bca.uk] INFO: Saving data for BG74%20YVZ: {'auction_closing_time': 1775728800.0, 'created_time': 1774448811.724602, 'last_price_update_time': 1774853165.463919}
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG74%2520YVZ') HTTP/1.1" 204 0
2026-03-30 06:46:05 [bca.uk] INFO: Found listing with ID: LD23%20HDU
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520HDU%27 HTTP/1.1" 200 None
2026-03-30 06:46:05 [bca.uk] INFO: Scrape type for LD23%20HDU: 2
2026-03-30 06:46:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6ac486b-6747-5278-bce5-128e17bde179 with identifier: LD23%20HDU
2026-03-30 06:46:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6ac486b-6747-5278-bce5-128e17bde179 with scrape type 2
2026-03-30 06:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6ac486b-6747-5278-bce5-128e17bde179 with scrape type 2
2026-03-30 06:46:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6ac486b-6747-5278-bce5-128e17bde179, identifier: LD23%20HDU
2026-03-30 06:46:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6ac486b-6747-5278-bce5-128e17bde179 with identifier: LD23%20HDU
2026-03-30 06:46:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6ac486b-6747-5278-bce5-128e17bde179 with identifier: LD23%20HDU
2026-03-30 06:46:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6ac486b-6747-5278-bce5-128e17bde179 with identifier: LD23%20HDU to the API
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 249,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20HDU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a6ac486b-6747-5278-bce5-128e17bde179',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD23 HDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20HDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 58756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 170 L4 H3 HD LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 170 L4 H3 HD LEADER',
 'vin': 'WF0EXXTTREPC32099',
 'year': 2023}
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520HDU%27 HTTP/1.1" 200 None
2026-03-30 06:46:05 [bca.uk] INFO: Saving data for LD23%20HDU: {'auction_closing_time': 1775728800.0, 'created_time': 1774448849.523545, 'last_price_update_time': 1774853165.869468}
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520HDU') HTTP/1.1" 204 0
2026-03-30 06:46:05 [bca.uk] INFO: Found listing with ID: WK66%20VBY
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK66%2520VBY%27 HTTP/1.1" 200 None
2026-03-30 06:46:05 [bca.uk] INFO: Scrape type for WK66%20VBY: 2
2026-03-30 06:46:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a16b4a14-f7e5-5508-8aa4-94d69a89732a with identifier: WK66%20VBY
2026-03-30 06:46:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a16b4a14-f7e5-5508-8aa4-94d69a89732a with scrape type 2
2026-03-30 06:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a16b4a14-f7e5-5508-8aa4-94d69a89732a with scrape type 2
2026-03-30 06:46:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a16b4a14-f7e5-5508-8aa4-94d69a89732a, identifier: WK66%20VBY
2026-03-30 06:46:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a16b4a14-f7e5-5508-8aa4-94d69a89732a with identifier: WK66%20VBY
2026-03-30 06:46:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a16b4a14-f7e5-5508-8aa4-94d69a89732a with identifier: WK66%20VBY
2026-03-30 06:46:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a16b4a14-f7e5-5508-8aa4-94d69a89732a with identifier: WK66%20VBY to the API
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK66%20VBY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a16b4a14-f7e5-5508-8aa4-94d69a89732a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK66 VBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK66%20VBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'A4 ALLROAD',
 'odometer': 114091,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A4 ALLROAD 2.0 TDI 190 QUATTRO SPORT S-T Estate',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO SPORT S-T',
 'vin': 'WAUZZZF46HA049668',
 'year': 2016}
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK66%2520VBY%27 HTTP/1.1" 200 None
2026-03-30 06:46:06 [bca.uk] INFO: Saving data for WK66%20VBY: {'auction_closing_time': 1774864800.0, 'created_time': 1774476094.852099, 'last_price_update_time': 1774853166.285466}
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK66%2520VBY') HTTP/1.1" 204 0
2026-03-30 06:46:06 [bca.uk] INFO: Found listing with ID: DS72%20VLC
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520VLC%27 HTTP/1.1" 200 None
2026-03-30 06:46:06 [bca.uk] INFO: Scrape type for DS72%20VLC: 2
2026-03-30 06:46:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 082025b4-5f6a-5a63-91f8-b99cf5cac10d with identifier: DS72%20VLC
2026-03-30 06:46:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 082025b4-5f6a-5a63-91f8-b99cf5cac10d with scrape type 2
2026-03-30 06:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 082025b4-5f6a-5a63-91f8-b99cf5cac10d with scrape type 2
2026-03-30 06:46:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 082025b4-5f6a-5a63-91f8-b99cf5cac10d, identifier: DS72%20VLC
2026-03-30 06:46:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 082025b4-5f6a-5a63-91f8-b99cf5cac10d with identifier: DS72%20VLC
2026-03-30 06:46:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 082025b4-5f6a-5a63-91f8-b99cf5cac10d with identifier: DS72%20VLC
2026-03-30 06:46:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 082025b4-5f6a-5a63-91f8-b99cf5cac10d with identifier: DS72%20VLC to the API
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS72%20VLC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-09T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '082025b4-5f6a-5a63-91f8-b99cf5cac10d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS72 VLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS72%20VLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 61146,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 DYNAMIC L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 DYNAMIC L2 H1',
 'vin': 'VXEVBYHRMN7074075',
 'year': 2022}
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520VLC%27 HTTP/1.1" 200 None
2026-03-30 06:46:06 [bca.uk] INFO: Saving data for DS72%20VLC: {'auction_closing_time': 1775728800.0, 'created_time': 1773835172.704611, 'last_price_update_time': 1774853166.73325}
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520VLC') HTTP/1.1" 204 0
2026-03-30 06:46:06 [bca.uk] INFO: Found listing with ID: SH67%20GKV
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520GKV%27 HTTP/1.1" 200 None
2026-03-30 06:46:06 [bca.uk] INFO: Scrape type for SH67%20GKV: 2
2026-03-30 06:46:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with identifier: SH67%20GKV
2026-03-30 06:46:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with scrape type 2
2026-03-30 06:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with scrape type 2
2026-03-30 06:46:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25, identifier: SH67%20GKV
2026-03-30 06:46:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with identifier: SH67%20GKV
2026-03-30 06:46:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with identifier: SH67%20GKV
2026-03-30 06:46:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 586a61e5-2e1e-54b6-9aa6-3995c3fd9d25 with identifier: SH67%20GKV to the API
2026-03-30 06:46:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH67%20GKV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '586a61e5-2e1e-54b6-9aa6-3995c3fd9d25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH67 GKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH67%20GKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 48238,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.2 T 115 EXCEL Hatchback',
 'transmission': 'manual',
 'trim': 'T 115 EXCEL',
 'vin': 'NMTKY3BX50R024920',
 'year': 2017}
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520GKV%27 HTTP/1.1" 200 None
2026-03-30 06:46:07 [bca.uk] INFO: Saving data for SH67%20GKV: {'auction_closing_time': 1774864800.0, 'created_time': 1774476276.19262, 'last_price_update_time': 1774853167.170463}
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH67%2520GKV') HTTP/1.1" 204 0
2026-03-30 06:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:46:07 [bca.uk] INFO: Found listing with ID: SB19%20LHM
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520LHM%27 HTTP/1.1" 200 None
2026-03-30 06:46:07 [bca.uk] INFO: Scrape type for SB19%20LHM: 2
2026-03-30 06:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 233f5e58-2c11-553e-abc8-31dc8f89ca8b with identifier: SB19%20LHM
2026-03-30 06:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 233f5e58-2c11-553e-abc8-31dc8f89ca8b with scrape type 2
2026-03-30 06:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 233f5e58-2c11-553e-abc8-31dc8f89ca8b with scrape type 2
2026-03-30 06:46:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 233f5e58-2c11-553e-abc8-31dc8f89ca8b, identifier: SB19%20LHM
2026-03-30 06:46:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 233f5e58-2c11-553e-abc8-31dc8f89ca8b with identifier: SB19%20LHM
2026-03-30 06:46:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 233f5e58-2c11-553e-abc8-31dc8f89ca8b with identifier: SB19%20LHM
2026-03-30 06:46:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 233f5e58-2c11-553e-abc8-31dc8f89ca8b with identifier: SB19%20LHM to the API
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB19%20LHM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '233f5e58-2c11-553e-abc8-31dc8f89ca8b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB19 LHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB19%20LHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 112114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 GT LINE',
 'vin': 'VF3MCYHZJKS105935',
 'year': 2019}
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB19%2520LHM%27 HTTP/1.1" 200 None
2026-03-30 06:46:07 [bca.uk] INFO: Saving data for SB19%20LHM: {'auction_closing_time': 1774864800.0, 'created_time': 1773933839.953843, 'last_price_update_time': 1774853167.602731}
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB19%2520LHM') HTTP/1.1" 204 0
2026-03-30 06:46:07 [bca.uk] INFO: Found listing with ID: S7%20GPO
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S7%2520GPO%27 HTTP/1.1" 200 None
2026-03-30 06:46:07 [bca.uk] INFO: Scrape type for S7%20GPO: 2
2026-03-30 06:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 164ef0f9-993a-5399-858e-f5bfd0126c43 with identifier: S7%20GPO
2026-03-30 06:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 164ef0f9-993a-5399-858e-f5bfd0126c43 with scrape type 2
2026-03-30 06:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 164ef0f9-993a-5399-858e-f5bfd0126c43 with scrape type 2
2026-03-30 06:46:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 164ef0f9-993a-5399-858e-f5bfd0126c43, identifier: S7%20GPO
2026-03-30 06:46:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 164ef0f9-993a-5399-858e-f5bfd0126c43 with identifier: S7%20GPO
2026-03-30 06:46:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 164ef0f9-993a-5399-858e-f5bfd0126c43 with identifier: S7%20GPO
2026-03-30 06:46:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 164ef0f9-993a-5399-858e-f5bfd0126c43 with identifier: S7%20GPO to the API
2026-03-30 06:46:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=S7%20GPO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '164ef0f9-993a-5399-858e-f5bfd0126c43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'S7 GPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=S7%20GPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '118D',
 'odometer': 90331,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 118D 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1S520X05C97466',
 'year': 2016}
2026-03-30 06:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27S7%2520GPO%27 HTTP/1.1" 200 None
2026-03-30 06:46:08 [bca.uk] INFO: Saving data for S7%20GPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774479753.183266, 'last_price_update_time': 1774853168.028823}
2026-03-30 06:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='S7%2520GPO') HTTP/1.1" 204 0
2026-03-30 06:46:08 [bca.uk] INFO: Total items found: 100
2026-03-30 06:46:08 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded
2026-03-30 06:46:08 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:46:08 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:46:08 [bca.uk] INFO: Found listing with ID: DN16%20EXE
2026-03-30 06:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520EXE%27 HTTP/1.1" 200 None
2026-03-30 06:46:08 [bca.uk] INFO: Scrape type for DN16%20EXE: 2
2026-03-30 06:46:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with identifier: DN16%20EXE
2026-03-30 06:46:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with scrape type 2
2026-03-30 06:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with scrape type 2
2026-03-30 06:46:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5, identifier: DN16%20EXE
2026-03-30 06:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:46:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with identifier: DN16%20EXE
2026-03-30 06:46:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with identifier: DN16%20EXE
2026-03-30 06:46:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32c7f2e6-5074-56da-bf25-8e5d7a9a52a5 with identifier: DN16%20EXE to the API
2026-03-30 06:46:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN16%20EXE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '32c7f2e6-5074-56da-bf25-8e5d7a9a52a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN16 EXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN16%20EXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA TOURER',
 'odometer': 111795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA TOURER 1.6 CDTI 136 E/F DESIGN S/S Estate',
 'transmission': 'manual',
 'trim': 'CDTI 136 E/F DESIGN S/S',
 'vin': 'W0LGM8E33G1084192',
 'year': 2016}
2026-03-30 06:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN16%2520EXE%27 HTTP/1.1" 200 None
2026-03-30 06:46:09 [bca.uk] INFO: Saving data for DN16%20EXE: {'auction_closing_time': 1774864800.0, 'created_time': 1773933838.873798, 'last_price_update_time': 1774853169.604131}
2026-03-30 06:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN16%2520EXE') HTTP/1.1" 204 0
2026-03-30 06:46:09 [bca.uk] INFO: Found listing with ID: MV74%20ENU
2026-03-30 06:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV74%2520ENU%27 HTTP/1.1" 200 None
2026-03-30 06:46:09 [bca.uk] INFO: Scrape type for MV74%20ENU: 2
2026-03-30 06:46:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with identifier: MV74%20ENU
2026-03-30 06:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with scrape type 2
2026-03-30 06:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with scrape type 2
2026-03-30 06:46:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc4d062a-e2a7-5f10-92cb-fc30f82bc958, identifier: MV74%20ENU
2026-03-30 06:46: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:46:09 [bca.uk] INFO: Found listing with ID: GM64%20DGZ
2026-03-30 06:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM64%2520DGZ%27 HTTP/1.1" 200 None
2026-03-30 06:46:09 [bca.uk] INFO: Scrape type for GM64%20DGZ: 2
2026-03-30 06:46:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with identifier: GM64%20DGZ
2026-03-30 06:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with scrape type 2
2026-03-30 06:46:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with scrape type 2
2026-03-30 06:46:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a88f54a0-b2f0-5c8e-b417-85d3bcda6f42, identifier: GM64%20DGZ
2026-03-30 06:46:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with identifier: MV74%20ENU
2026-03-30 06:46:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with identifier: MV74%20ENU
2026-03-30 06:46:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc4d062a-e2a7-5f10-92cb-fc30f82bc958 with identifier: MV74%20ENU to the API
2026-03-30 06:46:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 221,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV74%20ENU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cc4d062a-e2a7-5f10-92cb-fc30f82bc958',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV74 ENU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV74%20ENU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 8270,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 90 3.0 D250 AWD S (3ST) HARD TOP Van',
 'transmission': 'automatic',
 'trim': 'D250 AWD S (3ST) HARD TOP',
 'vin': 'SALEACAW8S2372256',
 'year': 2024}
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV74%2520ENU%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Saving data for MV74%20ENU: {'auction_closing_time': 1775037600.0, 'created_time': 1774505033.681768, 'last_price_update_time': 1774853170.146138}
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV74%2520ENU') HTTP/1.1" 204 0
2026-03-30 06:46:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with identifier: GM64%20DGZ
2026-03-30 06:46:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with identifier: GM64%20DGZ
2026-03-30 06:46:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a88f54a0-b2f0-5c8e-b417-85d3bcda6f42 with identifier: GM64%20DGZ to the API
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM64%20DGZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a88f54a0-b2f0-5c8e-b417-85d3bcda6f42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM64 DGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM64%20DGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'ABARTH',
 'model': '500',
 'odometer': 81479,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'ABARTH 500 1.4 16V T-JET Hatchback',
 'transmission': 'manual',
 'trim': '16V T-JET',
 'vin': 'ZFA3120000J244525',
 'year': 2014}
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM64%2520DGZ%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Saving data for GM64%20DGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774479621.15354, 'last_price_update_time': 1774853170.531511}
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM64%2520DGZ') HTTP/1.1" 204 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: LF23%20NFW
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520NFW%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for LF23%20NFW: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: YF23%20UMR
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF23%2520UMR%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for YF23%20UMR: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: BX22%20SFY
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX22%2520SFY%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for BX22%20SFY: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: DN25%20TKK
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN25%2520TKK%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for DN25%20TKK: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: ND72%20HSA
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND72%2520HSA%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for ND72%20HSA: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: LX66%20UPG
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX66%2520UPG%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for LX66%20UPG: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: MJ24%20WPP
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ24%2520WPP%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for MJ24%20WPP: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: DY74%20BXA
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BXA%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for DY74%20BXA: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: LV59%20EFJ
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520EFJ%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for LV59%20EFJ: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: CJ23%20MYM
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520MYM%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for CJ23%20MYM: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: ML74%20VGT
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML74%2520VGT%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for ML74%20VGT: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: RE24%20KBP
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE24%2520KBP%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for RE24%20KBP: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: GL07%20HNH
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL07%2520HNH%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for GL07%20HNH: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: DY74%20BVT
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY74%2520BVT%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for DY74%20BVT: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: GD23%20DKF
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520DKF%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for GD23%20DKF: 0
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: LS24%20GNX
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520GNX%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for LS24%20GNX: 2
2026-03-30 06:46:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80d281ba-f123-534b-80c9-3f935fd2392e with identifier: LS24%20GNX
2026-03-30 06:46:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80d281ba-f123-534b-80c9-3f935fd2392e with scrape type 2
2026-03-30 06:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80d281ba-f123-534b-80c9-3f935fd2392e with scrape type 2
2026-03-30 06:46:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80d281ba-f123-534b-80c9-3f935fd2392e, identifier: LS24%20GNX
2026-03-30 06:46:10 [bca.uk] INFO: Found listing with ID: SO14%20MWA
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520MWA%27 HTTP/1.1" 200 None
2026-03-30 06:46:10 [bca.uk] INFO: Scrape type for SO14%20MWA: 2
2026-03-30 06:46:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with identifier: SO14%20MWA
2026-03-30 06:46:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with scrape type 2
2026-03-30 06:46:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with scrape type 2
2026-03-30 06:46:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a0bac8d-4a3e-5c13-913f-f37141c86a9e, identifier: SO14%20MWA
2026-03-30 06:46:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80d281ba-f123-534b-80c9-3f935fd2392e with identifier: LS24%20GNX
2026-03-30 06:46:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80d281ba-f123-534b-80c9-3f935fd2392e with identifier: LS24%20GNX
2026-03-30 06:46:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80d281ba-f123-534b-80c9-3f935fd2392e with identifier: LS24%20GNX to the API
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS24%20GNX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '80d281ba-f123-534b-80c9-3f935fd2392e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS24 GNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS24%20GNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 18352,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3USHNSSRJ592909',
 'year': 2024}
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS24%2520GNX%27 HTTP/1.1" 200 None
2026-03-30 06:46:11 [bca.uk] INFO: Saving data for LS24%20GNX: {'auction_closing_time': 1775124000.0, 'created_time': 1774476664.498042, 'last_price_update_time': 1774853171.410438}
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS24%2520GNX') HTTP/1.1" 204 0
2026-03-30 06:46:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with identifier: SO14%20MWA
2026-03-30 06:46:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with identifier: SO14%20MWA
2026-03-30 06:46:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a0bac8d-4a3e-5c13-913f-f37141c86a9e with identifier: SO14%20MWA to the API
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO14%20MWA-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6a0bac8d-4a3e-5c13-913f-f37141c86a9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO14 MWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO14%20MWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 64424,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.6 E-HDI 115 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'E-HDI 115 ALLURE',
 'vin': 'VF3CU9HD8EY069439',
 'year': 2014}
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO14%2520MWA%27 HTTP/1.1" 200 None
2026-03-30 06:46:11 [bca.uk] INFO: Saving data for SO14%20MWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774476499.39146, 'last_price_update_time': 1774853171.821475}
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO14%2520MWA') HTTP/1.1" 204 0
2026-03-30 06:46:11 [bca.uk] INFO: Found listing with ID: LN24%20RHE
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RHE%27 HTTP/1.1" 200 None
2026-03-30 06:46:11 [bca.uk] INFO: Scrape type for LN24%20RHE: 2
2026-03-30 06:46:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with identifier: LN24%20RHE
2026-03-30 06:46:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with scrape type 2
2026-03-30 06:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with scrape type 2
2026-03-30 06:46:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a77d6608-4fca-5bfb-a982-7f0ad9efcdb0, identifier: LN24%20RHE
2026-03-30 06:46:11 [bca.uk] INFO: Found listing with ID: PJ62%20JKF
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ62%2520JKF%27 HTTP/1.1" 200 None
2026-03-30 06:46:11 [bca.uk] INFO: Scrape type for PJ62%20JKF: 2
2026-03-30 06:46:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25a6133a-ba89-5401-9aea-abb33fdd22ea with identifier: PJ62%20JKF
2026-03-30 06:46:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25a6133a-ba89-5401-9aea-abb33fdd22ea with scrape type 2
2026-03-30 06:46:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25a6133a-ba89-5401-9aea-abb33fdd22ea with scrape type 2
2026-03-30 06:46:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25a6133a-ba89-5401-9aea-abb33fdd22ea, identifier: PJ62%20JKF
2026-03-30 06:46:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with identifier: LN24%20RHE
2026-03-30 06:46:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with identifier: LN24%20RHE
2026-03-30 06:46:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a77d6608-4fca-5bfb-a982-7f0ad9efcdb0 with identifier: LN24%20RHE to the API
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RHE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a77d6608-4fca-5bfb-a982-7f0ad9efcdb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 12230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4033752',
 'year': 2024}
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RHE%27 HTTP/1.1" 200 None
2026-03-30 06:46:12 [bca.uk] INFO: Saving data for LN24%20RHE: {'auction_closing_time': 1775037600.0, 'created_time': 1774476699.655548, 'last_price_update_time': 1774853172.362462}
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RHE') HTTP/1.1" 204 0
2026-03-30 06:46:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25a6133a-ba89-5401-9aea-abb33fdd22ea with identifier: PJ62%20JKF
2026-03-30 06:46:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25a6133a-ba89-5401-9aea-abb33fdd22ea with identifier: PJ62%20JKF
2026-03-30 06:46:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25a6133a-ba89-5401-9aea-abb33fdd22ea with identifier: PJ62%20JKF to the API
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ62%20JKF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '25a6133a-ba89-5401-9aea-abb33fdd22ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ62 JKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ62%20JKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 106937,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I TREND Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I TREND',
 'vin': 'VNKKJ3D3X0A093137',
 'year': 2012}
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ62%2520JKF%27 HTTP/1.1" 200 None
2026-03-30 06:46:12 [bca.uk] INFO: Saving data for PJ62%20JKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774476487.522106, 'last_price_update_time': 1774853172.707544}
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ62%2520JKF') HTTP/1.1" 204 0
2026-03-30 06:46:12 [bca.uk] INFO: Found listing with ID: AX72%20JHK
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520JHK%27 HTTP/1.1" 200 None
2026-03-30 06:46:12 [bca.uk] INFO: Scrape type for AX72%20JHK: 2
2026-03-30 06:46:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with identifier: AX72%20JHK
2026-03-30 06:46:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with scrape type 2
2026-03-30 06:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with scrape type 2
2026-03-30 06:46:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7925c6a5-94dc-5e08-b155-78bdb01ecfb2, identifier: AX72%20JHK
2026-03-30 06:46:12 [bca.uk] INFO: Found listing with ID: BX66%20ZNY
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX66%2520ZNY%27 HTTP/1.1" 200 None
2026-03-30 06:46:12 [bca.uk] INFO: Scrape type for BX66%20ZNY: 2
2026-03-30 06:46:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61265425-67a6-5c08-b06a-b74e013ae691 with identifier: BX66%20ZNY
2026-03-30 06:46:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61265425-67a6-5c08-b06a-b74e013ae691 with scrape type 2
2026-03-30 06:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61265425-67a6-5c08-b06a-b74e013ae691 with scrape type 2
2026-03-30 06:46:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61265425-67a6-5c08-b06a-b74e013ae691, identifier: BX66%20ZNY
2026-03-30 06:46:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with identifier: AX72%20JHK
2026-03-30 06:46:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with identifier: AX72%20JHK
2026-03-30 06:46:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7925c6a5-94dc-5e08-b155-78bdb01ecfb2 with identifier: AX72%20JHK to the API
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX72%20JHK-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7925c6a5-94dc-5e08-b155-78bdb01ecfb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AX72 JHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX72%20JHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': '500',
 'odometer': 14796,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.0 M/H DOLCEVITA Hatchback',
 'transmission': 'manual',
 'trim': 'M/H DOLCEVITA',
 'vin': 'ZFACF1CJ2NJH13385',
 'year': 2023}
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX72%2520JHK%27 HTTP/1.1" 200 None
2026-03-30 06:46:13 [bca.uk] INFO: Saving data for AX72%20JHK: {'auction_closing_time': 1775037600.0, 'created_time': 1774476691.83915, 'last_price_update_time': 1774853173.265409}
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX72%2520JHK') HTTP/1.1" 204 0
2026-03-30 06:46:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61265425-67a6-5c08-b06a-b74e013ae691 with identifier: BX66%20ZNY
2026-03-30 06:46:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61265425-67a6-5c08-b06a-b74e013ae691 with identifier: BX66%20ZNY
2026-03-30 06:46:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61265425-67a6-5c08-b06a-b74e013ae691 with identifier: BX66%20ZNY to the API
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX66%20ZNY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61265425-67a6-5c08-b06a-b74e013ae691',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX66 ZNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX66%20ZNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 108139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 AMG LINE Convertible',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD2054042F473422',
 'year': 2017}
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX66%2520ZNY%27 HTTP/1.1" 200 None
2026-03-30 06:46:13 [bca.uk] INFO: Saving data for BX66%20ZNY: {'auction_closing_time': 1774864800.0, 'created_time': 1774479750.948018, 'last_price_update_time': 1774853173.590449}
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX66%2520ZNY') HTTP/1.1" 204 0
2026-03-30 06:46:13 [bca.uk] INFO: Found listing with ID: VX24%20WMP
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WMP%27 HTTP/1.1" 200 None
2026-03-30 06:46:13 [bca.uk] INFO: Scrape type for VX24%20WMP: 2
2026-03-30 06:46:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 306d4f11-a9f2-57e1-bb53-83966f8fe885 with identifier: VX24%20WMP
2026-03-30 06:46:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 306d4f11-a9f2-57e1-bb53-83966f8fe885 with scrape type 2
2026-03-30 06:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 306d4f11-a9f2-57e1-bb53-83966f8fe885 with scrape type 2
2026-03-30 06:46:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 306d4f11-a9f2-57e1-bb53-83966f8fe885, identifier: VX24%20WMP
2026-03-30 06:46:13 [bca.uk] INFO: Found listing with ID: FH17%20VKP
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520VKP%27 HTTP/1.1" 200 None
2026-03-30 06:46:13 [bca.uk] INFO: Scrape type for FH17%20VKP: 2
2026-03-30 06:46:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with identifier: FH17%20VKP
2026-03-30 06:46:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with scrape type 2
2026-03-30 06:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with scrape type 2
2026-03-30 06:46:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24d1ea1d-19b7-5f19-b44e-e2088a0318d8, identifier: FH17%20VKP
2026-03-30 06:46:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 306d4f11-a9f2-57e1-bb53-83966f8fe885 with identifier: VX24%20WMP
2026-03-30 06:46:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 306d4f11-a9f2-57e1-bb53-83966f8fe885 with identifier: VX24%20WMP
2026-03-30 06:46:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 306d4f11-a9f2-57e1-bb53-83966f8fe885 with identifier: VX24%20WMP to the API
2026-03-30 06:46:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX24%20WMP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '306d4f11-a9f2-57e1-bb53-83966f8fe885',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VX24 WMP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX24%20WMP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 7877,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNSTRY516793',
 'year': 2024}
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX24%2520WMP%27 HTTP/1.1" 200 None
2026-03-30 06:46:14 [bca.uk] INFO: Saving data for VX24%20WMP: {'auction_closing_time': 1775037600.0, 'created_time': 1774476657.124747, 'last_price_update_time': 1774853174.13016}
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX24%2520WMP') HTTP/1.1" 204 0
2026-03-30 06:46:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with identifier: FH17%20VKP
2026-03-30 06:46:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with identifier: FH17%20VKP
2026-03-30 06:46:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24d1ea1d-19b7-5f19-b44e-e2088a0318d8 with identifier: FH17%20VKP to the API
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH17%20VKP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '24d1ea1d-19b7-5f19-b44e-e2088a0318d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH17 VKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH17%20VKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 98687,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'JMZBN646601522451',
 'year': 2017}
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH17%2520VKP%27 HTTP/1.1" 200 None
2026-03-30 06:46:14 [bca.uk] INFO: Saving data for FH17%20VKP: {'auction_closing_time': 1774864800.0, 'created_time': 1774479801.959733, 'last_price_update_time': 1774853174.455196}
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH17%2520VKP') HTTP/1.1" 204 0
2026-03-30 06:46:14 [bca.uk] INFO: Found listing with ID: YE72%20CKG
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520CKG%27 HTTP/1.1" 200 None
2026-03-30 06:46:14 [bca.uk] INFO: Scrape type for YE72%20CKG: 2
2026-03-30 06:46:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c21a3795-c18c-5f3c-b387-3a61bb643996 with identifier: YE72%20CKG
2026-03-30 06:46:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c21a3795-c18c-5f3c-b387-3a61bb643996 with scrape type 2
2026-03-30 06:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c21a3795-c18c-5f3c-b387-3a61bb643996 with scrape type 2
2026-03-30 06:46:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c21a3795-c18c-5f3c-b387-3a61bb643996, identifier: YE72%20CKG
2026-03-30 06:46:14 [bca.uk] INFO: Found listing with ID: LL18%20EVB
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520EVB%27 HTTP/1.1" 200 None
2026-03-30 06:46:14 [bca.uk] INFO: Scrape type for LL18%20EVB: 2
2026-03-30 06:46:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe3b079-d5db-5d4a-ae03-549880076566 with identifier: LL18%20EVB
2026-03-30 06:46:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe3b079-d5db-5d4a-ae03-549880076566 with scrape type 2
2026-03-30 06:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe3b079-d5db-5d4a-ae03-549880076566 with scrape type 2
2026-03-30 06:46:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfe3b079-d5db-5d4a-ae03-549880076566, identifier: LL18%20EVB
2026-03-30 06:46:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c21a3795-c18c-5f3c-b387-3a61bb643996 with identifier: YE72%20CKG
2026-03-30 06:46:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c21a3795-c18c-5f3c-b387-3a61bb643996 with identifier: YE72%20CKG
2026-03-30 06:46:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c21a3795-c18c-5f3c-b387-3a61bb643996 with identifier: YE72%20CKG to the API
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE72%20CKG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c21a3795-c18c-5f3c-b387-3a61bb643996',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE72 CKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE72%20CKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'ALFA ROMEO',
 'model': 'GIULIA',
 'odometer': 23572,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO GIULIA 2.0 TB 280 ESTREMA Saloon',
 'transmission': 'automatic',
 'trim': 'TB 280 ESTREMA',
 'vin': 'ZAREAELN5N7671420',
 'year': 2022}
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE72%2520CKG%27 HTTP/1.1" 200 None
2026-03-30 06:46:14 [bca.uk] INFO: Saving data for YE72%20CKG: {'auction_closing_time': 1775037600.0, 'created_time': 1774476656.356044, 'last_price_update_time': 1774853174.972312}
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE72%2520CKG') HTTP/1.1" 204 0
2026-03-30 06:46:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfe3b079-d5db-5d4a-ae03-549880076566 with identifier: LL18%20EVB
2026-03-30 06:46:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfe3b079-d5db-5d4a-ae03-549880076566 with identifier: LL18%20EVB
2026-03-30 06:46:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfe3b079-d5db-5d4a-ae03-549880076566 with identifier: LL18%20EVB to the API
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 86,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL18%20EVB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'dfe3b079-d5db-5d4a-ae03-549880076566',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL18 EVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL18%20EVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 122578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 ICON',
 'vin': 'NMTKZ3BXX0R166435',
 'year': 2018}
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL18%2520EVB%27 HTTP/1.1" 200 None
2026-03-30 06:46:15 [bca.uk] INFO: Saving data for LL18%20EVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774479742.978291, 'last_price_update_time': 1774853175.271163}
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL18%2520EVB') HTTP/1.1" 204 0
2026-03-30 06:46:15 [bca.uk] INFO: Found listing with ID: LM72%20XNW
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520XNW%27 HTTP/1.1" 200 None
2026-03-30 06:46:15 [bca.uk] INFO: Scrape type for LM72%20XNW: 2
2026-03-30 06:46:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with identifier: LM72%20XNW
2026-03-30 06:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with scrape type 2
2026-03-30 06:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with scrape type 2
2026-03-30 06:46:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa2038ce-f57a-54cc-b0bc-e84a8de80d9d, identifier: LM72%20XNW
2026-03-30 06:46:15 [bca.uk] INFO: Found listing with ID: MD66%20HPN
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD66%2520HPN%27 HTTP/1.1" 200 None
2026-03-30 06:46:15 [bca.uk] INFO: Scrape type for MD66%20HPN: 2
2026-03-30 06:46:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 494474fd-baaa-543b-83ca-b3f50b58d8ba with identifier: MD66%20HPN
2026-03-30 06:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 494474fd-baaa-543b-83ca-b3f50b58d8ba with scrape type 2
2026-03-30 06:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 494474fd-baaa-543b-83ca-b3f50b58d8ba with scrape type 2
2026-03-30 06:46:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 494474fd-baaa-543b-83ca-b3f50b58d8ba, identifier: MD66%20HPN
2026-03-30 06:46:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with identifier: LM72%20XNW
2026-03-30 06:46:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with identifier: LM72%20XNW
2026-03-30 06:46:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa2038ce-f57a-54cc-b0bc-e84a8de80d9d with identifier: LM72%20XNW to the API
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM72%20XNW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fa2038ce-f57a-54cc-b0bc-e84a8de80d9d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM72 XNW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM72%20XNW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 19339,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.3 AMG LINE PREMIUM DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1183842N322008',
 'year': 2022}
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM72%2520XNW%27 HTTP/1.1" 200 None
2026-03-30 06:46:15 [bca.uk] INFO: Saving data for LM72%20XNW: {'auction_closing_time': 1775037600.0, 'created_time': 1774476659.094434, 'last_price_update_time': 1774853175.849266}
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM72%2520XNW') HTTP/1.1" 204 0
2026-03-30 06:46:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 494474fd-baaa-543b-83ca-b3f50b58d8ba with identifier: MD66%20HPN
2026-03-30 06:46:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 494474fd-baaa-543b-83ca-b3f50b58d8ba with identifier: MD66%20HPN
2026-03-30 06:46:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 494474fd-baaa-543b-83ca-b3f50b58d8ba with identifier: MD66%20HPN to the API
2026-03-30 06:46:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD66%20HPN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '494474fd-baaa-543b-83ca-b3f50b58d8ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD66 HPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD66%20HPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 101130,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TSI 220 GTI DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 220 GTI DSG',
 'vin': 'WVWZZZAUZHW156972',
 'year': 2017}
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD66%2520HPN%27 HTTP/1.1" 200 None
2026-03-30 06:46:16 [bca.uk] INFO: Saving data for MD66%20HPN: {'auction_closing_time': 1774864800.0, 'created_time': 1774479739.552598, 'last_price_update_time': 1774853176.160713}
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD66%2520HPN') HTTP/1.1" 204 0
2026-03-30 06:46:16 [bca.uk] INFO: Found listing with ID: YH23%20CMY
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520CMY%27 HTTP/1.1" 200 None
2026-03-30 06:46:16 [bca.uk] INFO: Scrape type for YH23%20CMY: 2
2026-03-30 06:46:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d843285-36be-5961-b504-7fa45c53a281 with identifier: YH23%20CMY
2026-03-30 06:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d843285-36be-5961-b504-7fa45c53a281 with scrape type 2
2026-03-30 06:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d843285-36be-5961-b504-7fa45c53a281 with scrape type 2
2026-03-30 06:46:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d843285-36be-5961-b504-7fa45c53a281, identifier: YH23%20CMY
2026-03-30 06:46:16 [scrapy.extensions.logstats] INFO: Crawled 115 pages (at 3 pages/min), scraped 5393 items (at 111 items/min)
2026-03-30 06:46:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:46:16 [bca.uk] INFO: Found listing with ID: AX15%20XZF
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520XZF%27 HTTP/1.1" 200 None
2026-03-30 06:46:16 [bca.uk] INFO: Scrape type for AX15%20XZF: 2
2026-03-30 06:46:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b88f0001-2096-5bd9-a358-54ba848d45a8 with identifier: AX15%20XZF
2026-03-30 06:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b88f0001-2096-5bd9-a358-54ba848d45a8 with scrape type 2
2026-03-30 06:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b88f0001-2096-5bd9-a358-54ba848d45a8 with scrape type 2
2026-03-30 06:46:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b88f0001-2096-5bd9-a358-54ba848d45a8, identifier: AX15%20XZF
2026-03-30 06:46:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d843285-36be-5961-b504-7fa45c53a281 with identifier: YH23%20CMY
2026-03-30 06:46:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d843285-36be-5961-b504-7fa45c53a281 with identifier: YH23%20CMY
2026-03-30 06:46:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d843285-36be-5961-b504-7fa45c53a281 with identifier: YH23%20CMY to the API
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8d843285-36be-5961-b504-7fa45c53a281',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH23 CMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH23%20CMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 17202,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I EDGE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I EDGE',
 'vin': 'JTDAGNAC200108402',
 'year': 2023}
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520CMY%27 HTTP/1.1" 200 None
2026-03-30 06:46:16 [bca.uk] INFO: Saving data for YH23%20CMY: {'auction_closing_time': 1775037600.0, 'created_time': 1774476633.547288, 'last_price_update_time': 1774853176.70194}
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH23%2520CMY') HTTP/1.1" 204 0
2026-03-30 06:46:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b88f0001-2096-5bd9-a358-54ba848d45a8 with identifier: AX15%20XZF
2026-03-30 06:46:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b88f0001-2096-5bd9-a358-54ba848d45a8 with identifier: AX15%20XZF
2026-03-30 06:46:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b88f0001-2096-5bd9-a358-54ba848d45a8 with identifier: AX15%20XZF to the API
2026-03-30 06:46:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX15%20XZF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b88f0001-2096-5bd9-a358-54ba848d45a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX15 XZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX15%20XZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 98412,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 CDI EXECUTIVE SE TIP Coupe',
 'transmission': 'manual',
 'trim': 'CDI EXECUTIVE SE TIP',
 'vin': 'WDD2043022G404738',
 'year': 2015}
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520XZF%27 HTTP/1.1" 200 None
2026-03-30 06:46:17 [bca.uk] INFO: Saving data for AX15%20XZF: {'auction_closing_time': 1774864800.0, 'created_time': 1774479572.857414, 'last_price_update_time': 1774853177.101504}
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX15%2520XZF') HTTP/1.1" 204 0
2026-03-30 06:46:17 [bca.uk] INFO: Found listing with ID: BN25%20RHA
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RHA%27 HTTP/1.1" 200 None
2026-03-30 06:46:17 [bca.uk] INFO: Scrape type for BN25%20RHA: 2
2026-03-30 06:46:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f110f5b2-538b-5131-a956-95755902c5c4 with identifier: BN25%20RHA
2026-03-30 06:46:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f110f5b2-538b-5131-a956-95755902c5c4 with scrape type 2
2026-03-30 06:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f110f5b2-538b-5131-a956-95755902c5c4 with scrape type 2
2026-03-30 06:46:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f110f5b2-538b-5131-a956-95755902c5c4, identifier: BN25%20RHA
2026-03-30 06:46:17 [bca.uk] INFO: Found listing with ID: BL63%20AUT
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520AUT%27 HTTP/1.1" 200 None
2026-03-30 06:46:17 [bca.uk] INFO: Scrape type for BL63%20AUT: 2
2026-03-30 06:46:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 962a3e66-8ca0-52ae-8da4-3a391610225e with identifier: BL63%20AUT
2026-03-30 06:46:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 962a3e66-8ca0-52ae-8da4-3a391610225e with scrape type 2
2026-03-30 06:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 962a3e66-8ca0-52ae-8da4-3a391610225e with scrape type 2
2026-03-30 06:46:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 962a3e66-8ca0-52ae-8da4-3a391610225e, identifier: BL63%20AUT
2026-03-30 06:46:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f110f5b2-538b-5131-a956-95755902c5c4 with identifier: BN25%20RHA
2026-03-30 06:46:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f110f5b2-538b-5131-a956-95755902c5c4 with identifier: BN25%20RHA
2026-03-30 06:46:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f110f5b2-538b-5131-a956-95755902c5c4 with identifier: BN25%20RHA to the API
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20RHA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f110f5b2-538b-5131-a956-95755902c5c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 RHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20RHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 11227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 MHEV 136 ALLURE E-DSC6 StationWagon',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPY3SS020605',
 'year': 2025}
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RHA%27 HTTP/1.1" 200 None
2026-03-30 06:46:17 [bca.uk] INFO: Saving data for BN25%20RHA: {'auction_closing_time': 1775124000.0, 'created_time': 1774476656.738374, 'last_price_update_time': 1774853177.638003}
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520RHA') HTTP/1.1" 204 0
2026-03-30 06:46:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 962a3e66-8ca0-52ae-8da4-3a391610225e with identifier: BL63%20AUT
2026-03-30 06:46:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 962a3e66-8ca0-52ae-8da4-3a391610225e with identifier: BL63%20AUT
2026-03-30 06:46:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 962a3e66-8ca0-52ae-8da4-3a391610225e with identifier: BL63%20AUT to the API
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL63%20AUT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '962a3e66-8ca0-52ae-8da4-3a391610225e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL63 AUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL63%20AUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 80568,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.6  Hatchback',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWSR32030T787714',
 'year': 2014}
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL63%2520AUT%27 HTTP/1.1" 200 None
2026-03-30 06:46:17 [bca.uk] INFO: Saving data for BL63%20AUT: {'auction_closing_time': 1774864800.0, 'created_time': 1774476492.540665, 'last_price_update_time': 1774853177.933732}
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL63%2520AUT') HTTP/1.1" 204 0
2026-03-30 06:46:17 [bca.uk] INFO: Found listing with ID: BN25%20RHF
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RHF%27 HTTP/1.1" 200 None
2026-03-30 06:46:17 [bca.uk] INFO: Scrape type for BN25%20RHF: 2
2026-03-30 06:46:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0686f668-56e9-53f7-a669-2be1215ee26b with identifier: BN25%20RHF
2026-03-30 06:46:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0686f668-56e9-53f7-a669-2be1215ee26b with scrape type 2
2026-03-30 06:46:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0686f668-56e9-53f7-a669-2be1215ee26b with scrape type 2
2026-03-30 06:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0686f668-56e9-53f7-a669-2be1215ee26b, identifier: BN25%20RHF
2026-03-30 06:46:18 [bca.uk] INFO: Found listing with ID: ND13%20LJE
2026-03-30 06:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520LJE%27 HTTP/1.1" 200 None
2026-03-30 06:46:18 [bca.uk] INFO: Scrape type for ND13%20LJE: 2
2026-03-30 06:46:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59028490-94ba-5e97-be88-5efd1ffd7371 with identifier: ND13%20LJE
2026-03-30 06:46:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59028490-94ba-5e97-be88-5efd1ffd7371 with scrape type 2
2026-03-30 06:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59028490-94ba-5e97-be88-5efd1ffd7371 with scrape type 2
2026-03-30 06:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59028490-94ba-5e97-be88-5efd1ffd7371, identifier: ND13%20LJE
2026-03-30 06:46:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0686f668-56e9-53f7-a669-2be1215ee26b with identifier: BN25%20RHF
2026-03-30 06:46:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0686f668-56e9-53f7-a669-2be1215ee26b with identifier: BN25%20RHF
2026-03-30 06:46:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0686f668-56e9-53f7-a669-2be1215ee26b with identifier: BN25%20RHF to the API
2026-03-30 06:46:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN25%20RHF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0686f668-56e9-53f7-a669-2be1215ee26b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN25 RHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN25%20RHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 13878,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 MHEV 136 ALLURE E-DSC6 StationWagon',
 'transmission': 'automatic',
 'trim': 'MHEV 136 ALLURE E-DSC6',
 'vin': 'VR3KAHPYXSS020682',
 'year': 2025}
2026-03-30 06:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN25%2520RHF%27 HTTP/1.1" 200 None
2026-03-30 06:46:18 [bca.uk] INFO: Saving data for BN25%20RHF: {'auction_closing_time': 1775124000.0, 'created_time': 1774476657.733409, 'last_price_update_time': 1774853178.494678}
2026-03-30 06:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN25%2520RHF') HTTP/1.1" 204 0
2026-03-30 06:46:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59028490-94ba-5e97-be88-5efd1ffd7371 with identifier: ND13%20LJE
2026-03-30 06:46:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59028490-94ba-5e97-be88-5efd1ffd7371 with identifier: ND13%20LJE
2026-03-30 06:46:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59028490-94ba-5e97-be88-5efd1ffd7371 with identifier: ND13%20LJE to the API
2026-03-30 06:46:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND13%20LJE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59028490-94ba-5e97-be88-5efd1ffd7371',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND13 LJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND13%20LJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 69742,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 VTI 82 VTR+ Hatchback',
 'transmission': 'manual',
 'trim': 'VTI 82 VTR+',
 'vin': 'VF7SCHMZ0DW607207',
 'year': 2013}
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND13%2520LJE%27 HTTP/1.1" 200 None
2026-03-30 06:46:19 [bca.uk] INFO: Saving data for ND13%20LJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774476474.195899, 'last_price_update_time': 1774853179.121359}
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND13%2520LJE') HTTP/1.1" 204 0
2026-03-30 06:46:19 [bca.uk] INFO: Found listing with ID: BT23%20KAX
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520KAX%27 HTTP/1.1" 200 None
2026-03-30 06:46:19 [bca.uk] INFO: Scrape type for BT23%20KAX: 2
2026-03-30 06:46:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8dc297b-81c8-5cfa-9568-8a6765f7c232 with identifier: BT23%20KAX
2026-03-30 06:46:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8dc297b-81c8-5cfa-9568-8a6765f7c232 with scrape type 2
2026-03-30 06:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8dc297b-81c8-5cfa-9568-8a6765f7c232 with scrape type 2
2026-03-30 06:46:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8dc297b-81c8-5cfa-9568-8a6765f7c232, identifier: BT23%20KAX
2026-03-30 06:46:19 [bca.uk] INFO: Found listing with ID: DU15%20PDZ
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU15%2520PDZ%27 HTTP/1.1" 200 None
2026-03-30 06:46:19 [bca.uk] INFO: Scrape type for DU15%20PDZ: 2
2026-03-30 06:46:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c99e6f57-605f-5610-a8e3-f57c7cbc8dac with identifier: DU15%20PDZ
2026-03-30 06:46:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c99e6f57-605f-5610-a8e3-f57c7cbc8dac with scrape type 2
2026-03-30 06:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c99e6f57-605f-5610-a8e3-f57c7cbc8dac with scrape type 2
2026-03-30 06:46:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c99e6f57-605f-5610-a8e3-f57c7cbc8dac, identifier: DU15%20PDZ
2026-03-30 06:46:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8dc297b-81c8-5cfa-9568-8a6765f7c232 with identifier: BT23%20KAX
2026-03-30 06:46:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8dc297b-81c8-5cfa-9568-8a6765f7c232 with identifier: BT23%20KAX
2026-03-30 06:46:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8dc297b-81c8-5cfa-9568-8a6765f7c232 with identifier: BT23%20KAX to the API
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT23%20KAX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e8dc297b-81c8-5cfa-9568-8a6765f7c232',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BT23 KAX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT23%20KAX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 9072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 100 PERFORMANCE LINE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 PERFORMANCE LINE',
 'vin': 'VR1URHPVKPW030279',
 'year': 2023}
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT23%2520KAX%27 HTTP/1.1" 200 None
2026-03-30 06:46:19 [bca.uk] INFO: Saving data for BT23%20KAX: {'auction_closing_time': 1775124000.0, 'created_time': 1774476716.007641, 'last_price_update_time': 1774853179.690885}
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT23%2520KAX') HTTP/1.1" 204 0
2026-03-30 06:46:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c99e6f57-605f-5610-a8e3-f57c7cbc8dac with identifier: DU15%20PDZ
2026-03-30 06:46:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c99e6f57-605f-5610-a8e3-f57c7cbc8dac with identifier: DU15%20PDZ
2026-03-30 06:46:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c99e6f57-605f-5610-a8e3-f57c7cbc8dac with identifier: DU15%20PDZ to the API
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU15%20PDZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c99e6f57-605f-5610-a8e3-f57c7cbc8dac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU15 PDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU15%20PDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 85351,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 ELITE Hatchback',
 'transmission': 'automatic',
 'trim': '16V 115 ELITE',
 'vin': 'W0LPE6ED1FG084021',
 'year': 2015}
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU15%2520PDZ%27 HTTP/1.1" 200 None
2026-03-30 06:46:19 [bca.uk] INFO: Saving data for DU15%20PDZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774476477.259401, 'last_price_update_time': 1774853179.988094}
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU15%2520PDZ') HTTP/1.1" 204 0
2026-03-30 06:46:20 [bca.uk] INFO: Found listing with ID: KN24%20BNV
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN24%2520BNV%27 HTTP/1.1" 200 None
2026-03-30 06:46:20 [bca.uk] INFO: Scrape type for KN24%20BNV: 2
2026-03-30 06:46:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with identifier: KN24%20BNV
2026-03-30 06:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with scrape type 2
2026-03-30 06:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with scrape type 2
2026-03-30 06:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 412d00d1-59c3-5eeb-abf4-06f84af1fdfa, identifier: KN24%20BNV
2026-03-30 06:46:20 [bca.uk] INFO: Found listing with ID: DA63%20VOD
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA63%2520VOD%27 HTTP/1.1" 200 None
2026-03-30 06:46:20 [bca.uk] INFO: Scrape type for DA63%20VOD: 2
2026-03-30 06:46:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61864e08-ceb6-5702-88a5-a1a035a9e026 with identifier: DA63%20VOD
2026-03-30 06:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61864e08-ceb6-5702-88a5-a1a035a9e026 with scrape type 2
2026-03-30 06:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61864e08-ceb6-5702-88a5-a1a035a9e026 with scrape type 2
2026-03-30 06:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61864e08-ceb6-5702-88a5-a1a035a9e026, identifier: DA63%20VOD
2026-03-30 06:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with identifier: KN24%20BNV
2026-03-30 06:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with identifier: KN24%20BNV
2026-03-30 06:46:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 412d00d1-59c3-5eeb-abf4-06f84af1fdfa with identifier: KN24%20BNV to the API
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN24%20BNV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '412d00d1-59c3-5eeb-abf4-06f84af1fdfa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN24 BNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN24%20BNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 20084,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VR3USHNSKPJ934432',
 'year': 2024}
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN24%2520BNV%27 HTTP/1.1" 200 None
2026-03-30 06:46:20 [bca.uk] INFO: Saving data for KN24%20BNV: {'auction_closing_time': 1775124000.0, 'created_time': 1774476717.796415, 'last_price_update_time': 1774853180.522457}
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN24%2520BNV') HTTP/1.1" 204 0
2026-03-30 06:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61864e08-ceb6-5702-88a5-a1a035a9e026 with identifier: DA63%20VOD
2026-03-30 06:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61864e08-ceb6-5702-88a5-a1a035a9e026 with identifier: DA63%20VOD
2026-03-30 06:46:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61864e08-ceb6-5702-88a5-a1a035a9e026 with identifier: DA63%20VOD to the API
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA63%20VOD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '61864e08-ceb6-5702-88a5-a1a035a9e026',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA63 VOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA63%20VOD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'QASHQAI +2',
 'odometer': 126570,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI +2 1.6 117 360 MPV',
 'transmission': 'manual',
 'trim': '117 360',
 'vin': 'SJNJAAJ10U7197652',
 'year': 2013}
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA63%2520VOD%27 HTTP/1.1" 200 None
2026-03-30 06:46:20 [bca.uk] INFO: Saving data for DA63%20VOD: {'auction_closing_time': 1774864800.0, 'created_time': 1774476460.7843, 'last_price_update_time': 1774853180.832873}
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA63%2520VOD') HTTP/1.1" 204 0
2026-03-30 06:46:20 [bca.uk] INFO: Found listing with ID: MW74%20DVX
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DVX%27 HTTP/1.1" 200 None
2026-03-30 06:46:20 [bca.uk] INFO: Scrape type for MW74%20DVX: 2
2026-03-30 06:46:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07ddc7eb-de98-537a-a825-d034b4d36272 with identifier: MW74%20DVX
2026-03-30 06:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07ddc7eb-de98-537a-a825-d034b4d36272 with scrape type 2
2026-03-30 06:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07ddc7eb-de98-537a-a825-d034b4d36272 with scrape type 2
2026-03-30 06:46:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07ddc7eb-de98-537a-a825-d034b4d36272, identifier: MW74%20DVX
2026-03-30 06:46:21 [bca.uk] INFO: Found listing with ID: GY15%20CYU
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY15%2520CYU%27 HTTP/1.1" 200 None
2026-03-30 06:46:21 [bca.uk] INFO: Scrape type for GY15%20CYU: 2
2026-03-30 06:46:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d33e3a3-a725-58b7-b838-c12461088cab with identifier: GY15%20CYU
2026-03-30 06:46:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d33e3a3-a725-58b7-b838-c12461088cab with scrape type 2
2026-03-30 06:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d33e3a3-a725-58b7-b838-c12461088cab with scrape type 2
2026-03-30 06:46:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d33e3a3-a725-58b7-b838-c12461088cab, identifier: GY15%20CYU
2026-03-30 06:46:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07ddc7eb-de98-537a-a825-d034b4d36272 with identifier: MW74%20DVX
2026-03-30 06:46:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07ddc7eb-de98-537a-a825-d034b4d36272 with identifier: MW74%20DVX
2026-03-30 06:46:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07ddc7eb-de98-537a-a825-d034b4d36272 with identifier: MW74%20DVX to the API
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20DVX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07ddc7eb-de98-537a-a825-d034b4d36272',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW74 DVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20DVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 7666,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNE5R4305465',
 'year': 2024}
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520DVX%27 HTTP/1.1" 200 None
2026-03-30 06:46:21 [bca.uk] INFO: Saving data for MW74%20DVX: {'auction_closing_time': 1775124000.0, 'created_time': 1774476713.054216, 'last_price_update_time': 1774853181.489561}
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520DVX') HTTP/1.1" 204 0
2026-03-30 06:46:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d33e3a3-a725-58b7-b838-c12461088cab with identifier: GY15%20CYU
2026-03-30 06:46:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d33e3a3-a725-58b7-b838-c12461088cab with identifier: GY15%20CYU
2026-03-30 06:46:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d33e3a3-a725-58b7-b838-c12461088cab with identifier: GY15%20CYU to the API
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY15%20CYU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d33e3a3-a725-58b7-b838-c12461088cab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY15 CYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY15%20CYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'CARENS',
 'odometer': 87092,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'KIA CARENS 1.7 CRDI 134 3 MPV',
 'transmission': 'manual',
 'trim': 'CRDI 134 3',
 'vin': 'KNAHU815LF7112413',
 'year': 2015}
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY15%2520CYU%27 HTTP/1.1" 200 None
2026-03-30 06:46:21 [bca.uk] INFO: Saving data for GY15%20CYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774476464.308472, 'last_price_update_time': 1774853181.820129}
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY15%2520CYU') HTTP/1.1" 204 0
2026-03-30 06:46:21 [bca.uk] INFO: Found listing with ID: MW74%20NRE
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520NRE%27 HTTP/1.1" 200 None
2026-03-30 06:46:21 [bca.uk] INFO: Scrape type for MW74%20NRE: 2
2026-03-30 06:46:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd28f1b0-1267-5266-8df2-933add6e90a5 with identifier: MW74%20NRE
2026-03-30 06:46:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd28f1b0-1267-5266-8df2-933add6e90a5 with scrape type 2
2026-03-30 06:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd28f1b0-1267-5266-8df2-933add6e90a5 with scrape type 2
2026-03-30 06:46:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd28f1b0-1267-5266-8df2-933add6e90a5, identifier: MW74%20NRE
2026-03-30 06:46:21 [bca.uk] INFO: Found listing with ID: HG70%20HSV
2026-03-30 06:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG70%2520HSV%27 HTTP/1.1" 200 None
2026-03-30 06:46:22 [bca.uk] INFO: Scrape type for HG70%20HSV: 2
2026-03-30 06:46:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8280371b-f980-50c8-8e49-146666b32387 with identifier: HG70%20HSV
2026-03-30 06:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8280371b-f980-50c8-8e49-146666b32387 with scrape type 2
2026-03-30 06:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8280371b-f980-50c8-8e49-146666b32387 with scrape type 2
2026-03-30 06:46:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8280371b-f980-50c8-8e49-146666b32387, identifier: HG70%20HSV
2026-03-30 06:46:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd28f1b0-1267-5266-8df2-933add6e90a5 with identifier: MW74%20NRE
2026-03-30 06:46:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd28f1b0-1267-5266-8df2-933add6e90a5 with identifier: MW74%20NRE
2026-03-30 06:46:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd28f1b0-1267-5266-8df2-933add6e90a5 with identifier: MW74%20NRE to the API
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20NRE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cd28f1b0-1267-5266-8df2-933add6e90a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MW74 NRE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20NRE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 5072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 100 ALLURE',
 'vin': 'VR3UPHNEXR4305347',
 'year': 2024}
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520NRE%27 HTTP/1.1" 200 None
2026-03-30 06:46:22 [bca.uk] INFO: Saving data for MW74%20NRE: {'auction_closing_time': 1775124000.0, 'created_time': 1774476933.043219, 'last_price_update_time': 1774853182.393929}
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520NRE') HTTP/1.1" 204 0
2026-03-30 06:46:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8280371b-f980-50c8-8e49-146666b32387 with identifier: HG70%20HSV
2026-03-30 06:46:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8280371b-f980-50c8-8e49-146666b32387 with identifier: HG70%20HSV
2026-03-30 06:46:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8280371b-f980-50c8-8e49-146666b32387 with identifier: HG70%20HSV to the API
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 234,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG70%20HSV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8280371b-f980-50c8-8e49-146666b32387',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG70 HSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG70%20HSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 28414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 55 TFSI QUATTRO BLACK ED.TIP StationWagon',
 'transmission': 'manual',
 'trim': '55 TFSI QUATTRO BLACK ED.TIP',
 'vin': 'WAUZZZ4MXMD018533',
 'year': 2021}
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG70%2520HSV%27 HTTP/1.1" 200 None
2026-03-30 06:46:22 [bca.uk] INFO: Saving data for HG70%20HSV: {'auction_closing_time': 1774864800.0, 'created_time': 1774264769.31601, 'last_price_update_time': 1774853182.781195}
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG70%2520HSV') HTTP/1.1" 204 0
2026-03-30 06:46:22 [bca.uk] INFO: Found listing with ID: BP74%20DXT
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP74%2520DXT%27 HTTP/1.1" 200 None
2026-03-30 06:46:22 [bca.uk] INFO: Scrape type for BP74%20DXT: 2
2026-03-30 06:46:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with identifier: BP74%20DXT
2026-03-30 06:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with scrape type 2
2026-03-30 06:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with scrape type 2
2026-03-30 06:46:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c5b1c25-603e-5b1b-9a80-dde7ab49a051, identifier: BP74%20DXT
2026-03-30 06:46:22 [bca.uk] INFO: Found listing with ID: GV13%20WKW
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV13%2520WKW%27 HTTP/1.1" 200 None
2026-03-30 06:46:22 [bca.uk] INFO: Scrape type for GV13%20WKW: 2
2026-03-30 06:46:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d30f8ce-a890-598e-8885-e5c2f5592bfd with identifier: GV13%20WKW
2026-03-30 06:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d30f8ce-a890-598e-8885-e5c2f5592bfd with scrape type 2
2026-03-30 06:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d30f8ce-a890-598e-8885-e5c2f5592bfd with scrape type 2
2026-03-30 06:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d30f8ce-a890-598e-8885-e5c2f5592bfd, identifier: GV13%20WKW
2026-03-30 06:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with identifier: BP74%20DXT
2026-03-30 06:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with identifier: BP74%20DXT
2026-03-30 06:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c5b1c25-603e-5b1b-9a80-dde7ab49a051 with identifier: BP74%20DXT to the API
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP74%20DXT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5c5b1c25-603e-5b1b-9a80-dde7ab49a051',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP74 DXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP74%20DXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 12485,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 90 3.0 D350 AWD X-DYNAMIC HSE(3ST)H/T Van',
 'transmission': 'automatic',
 'trim': 'D350 AWD X-DYNAMIC HSE(3ST)H/T',
 'vin': 'SALEACAW7S2403108',
 'year': 2024}
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP74%2520DXT%27 HTTP/1.1" 200 None
2026-03-30 06:46:23 [bca.uk] INFO: Saving data for BP74%20DXT: {'auction_closing_time': 1775037600.0, 'created_time': 1774476933.446055, 'last_price_update_time': 1774853183.328628}
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP74%2520DXT') HTTP/1.1" 204 0
2026-03-30 06:46:23 [bca.uk] INFO: Total items found: 100
2026-03-30 06:46:23 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded
2026-03-30 06:46:23 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:46:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d30f8ce-a890-598e-8885-e5c2f5592bfd with identifier: GV13%20WKW
2026-03-30 06:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d30f8ce-a890-598e-8885-e5c2f5592bfd with identifier: GV13%20WKW
2026-03-30 06:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d30f8ce-a890-598e-8885-e5c2f5592bfd with identifier: GV13%20WKW to the API
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV13%20WKW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d30f8ce-a890-598e-8885-e5c2f5592bfd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GV13 WKW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV13%20WKW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 93274,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 105 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 105 SE DSG',
 'vin': 'WVWZZZAUZEP008917',
 'year': 2013}
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV13%2520WKW%27 HTTP/1.1" 200 None
2026-03-30 06:46:23 [bca.uk] INFO: Saving data for GV13%20WKW: {'auction_closing_time': 1774864800.0, 'created_time': 1774476440.765456, 'last_price_update_time': 1774853183.645492}
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV13%2520WKW') HTTP/1.1" 204 0
2026-03-30 06:46:23 [bca.uk] INFO: Found listing with ID: BJ25%20XSZ
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ25%2520XSZ%27 HTTP/1.1" 200 None
2026-03-30 06:46:23 [bca.uk] INFO: Scrape type for BJ25%20XSZ: 2
2026-03-30 06:46:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce9e564f-ff56-5d0b-8fee-485864c62914 with identifier: BJ25%20XSZ
2026-03-30 06:46:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce9e564f-ff56-5d0b-8fee-485864c62914 with scrape type 2
2026-03-30 06:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce9e564f-ff56-5d0b-8fee-485864c62914 with scrape type 2
2026-03-30 06:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce9e564f-ff56-5d0b-8fee-485864c62914, identifier: BJ25%20XSZ
2026-03-30 06:46:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:46:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:46:23 [bca.uk] INFO: Found listing with ID: DY68%20MOA
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520MOA%27 HTTP/1.1" 200 None
2026-03-30 06:46:23 [bca.uk] INFO: Scrape type for DY68%20MOA: 2
2026-03-30 06:46:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d859e5e-815c-5847-a851-116ad807b8c5 with identifier: DY68%20MOA
2026-03-30 06:46:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d859e5e-815c-5847-a851-116ad807b8c5 with scrape type 2
2026-03-30 06:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d859e5e-815c-5847-a851-116ad807b8c5 with scrape type 2
2026-03-30 06:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d859e5e-815c-5847-a851-116ad807b8c5, identifier: DY68%20MOA
2026-03-30 06:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce9e564f-ff56-5d0b-8fee-485864c62914 with identifier: BJ25%20XSZ
2026-03-30 06:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce9e564f-ff56-5d0b-8fee-485864c62914 with identifier: BJ25%20XSZ
2026-03-30 06:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce9e564f-ff56-5d0b-8fee-485864c62914 with identifier: BJ25%20XSZ to the API
2026-03-30 06:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ25%20XSZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ce9e564f-ff56-5d0b-8fee-485864c62914',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ25 XSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ25%20XSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 7805,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 90 3.0 D350 AWD X-DYNAMIC HSE(3ST)H/T Van',
 'transmission': 'automatic',
 'trim': 'D350 AWD X-DYNAMIC HSE(3ST)H/T',
 'vin': 'SALEACAW7S2432723',
 'year': 2025}
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ25%2520XSZ%27 HTTP/1.1" 200 None
2026-03-30 06:46:24 [bca.uk] INFO: Saving data for BJ25%20XSZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774476645.004552, 'last_price_update_time': 1774853184.201168}
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ25%2520XSZ') HTTP/1.1" 204 0
2026-03-30 06:46:24 [bca.uk] INFO: Found listing with ID: YD65%20WLG
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520WLG%27 HTTP/1.1" 200 None
2026-03-30 06:46:24 [bca.uk] INFO: Scrape type for YD65%20WLG: 2
2026-03-30 06:46:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3d7345-3de3-581c-8497-b9aecc808edc with identifier: YD65%20WLG
2026-03-30 06:46:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3d7345-3de3-581c-8497-b9aecc808edc with scrape type 2
2026-03-30 06:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de3d7345-3de3-581c-8497-b9aecc808edc with scrape type 2
2026-03-30 06:46:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de3d7345-3de3-581c-8497-b9aecc808edc, identifier: YD65%20WLG
2026-03-30 06:46: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:46:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d859e5e-815c-5847-a851-116ad807b8c5 with identifier: DY68%20MOA
2026-03-30 06:46:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d859e5e-815c-5847-a851-116ad807b8c5 with identifier: DY68%20MOA
2026-03-30 06:46:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d859e5e-815c-5847-a851-116ad807b8c5 with identifier: DY68%20MOA to the API
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY68%20MOA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d859e5e-815c-5847-a851-116ad807b8c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY68 MOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY68%20MOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 56473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 90 SRI VX-LINE BLACK Hatchback',
 'transmission': 'manual',
 'trim': '90 SRI VX-LINE BLACK',
 'vin': 'W0V0XEP68K4010798',
 'year': 2018}
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY68%2520MOA%27 HTTP/1.1" 200 None
2026-03-30 06:46:24 [bca.uk] INFO: Saving data for DY68%20MOA: {'auction_closing_time': 1774864800.0, 'created_time': 1774476443.29146, 'last_price_update_time': 1774853184.615861}
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY68%2520MOA') HTTP/1.1" 204 0
2026-03-30 06:46:24 [bca.uk] INFO: Found listing with ID: VO24%20OOV
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520OOV%27 HTTP/1.1" 200 None
2026-03-30 06:46:24 [bca.uk] INFO: Scrape type for VO24%20OOV: 2
2026-03-30 06:46:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 449e217b-77f4-537f-9831-4c0a770cc50f with identifier: VO24%20OOV
2026-03-30 06:46:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 449e217b-77f4-537f-9831-4c0a770cc50f with scrape type 2
2026-03-30 06:46:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 449e217b-77f4-537f-9831-4c0a770cc50f with scrape type 2
2026-03-30 06:46:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 449e217b-77f4-537f-9831-4c0a770cc50f, identifier: VO24%20OOV
2026-03-30 06:46:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de3d7345-3de3-581c-8497-b9aecc808edc with identifier: YD65%20WLG
2026-03-30 06:46:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de3d7345-3de3-581c-8497-b9aecc808edc with identifier: YD65%20WLG
2026-03-30 06:46:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de3d7345-3de3-581c-8497-b9aecc808edc with identifier: YD65%20WLG to the API
2026-03-30 06:46:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD65%20WLG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'de3d7345-3de3-581c-8497-b9aecc808edc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD65 WLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD65%20WLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '518D',
 'odometer': 89390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 518D 2.0 150 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': '150 M SPORT STEP',
 'vin': 'WBA5E32010G357553',
 'year': 2015}
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD65%2520WLG%27 HTTP/1.1" 200 None
2026-03-30 06:46:25 [bca.uk] INFO: Saving data for YD65%20WLG: {'auction_closing_time': 1774864800.0, 'created_time': 1774476923.198143, 'last_price_update_time': 1774853185.024741}
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD65%2520WLG') HTTP/1.1" 204 0
2026-03-30 06:46:25 [bca.uk] INFO: Found listing with ID: GL21%20VFF
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520VFF%27 HTTP/1.1" 200 None
2026-03-30 06:46:25 [bca.uk] INFO: Scrape type for GL21%20VFF: 2
2026-03-30 06:46:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1b89f3d-8671-5d10-9478-e4861a601fbe with identifier: GL21%20VFF
2026-03-30 06:46:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1b89f3d-8671-5d10-9478-e4861a601fbe with scrape type 2
2026-03-30 06:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1b89f3d-8671-5d10-9478-e4861a601fbe with scrape type 2
2026-03-30 06:46:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1b89f3d-8671-5d10-9478-e4861a601fbe, identifier: GL21%20VFF
2026-03-30 06:46:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 449e217b-77f4-537f-9831-4c0a770cc50f with identifier: VO24%20OOV
2026-03-30 06:46:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 449e217b-77f4-537f-9831-4c0a770cc50f with identifier: VO24%20OOV
2026-03-30 06:46:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 449e217b-77f4-537f-9831-4c0a770cc50f with identifier: VO24%20OOV to the API
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO24%20OOV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '449e217b-77f4-537f-9831-4c0a770cc50f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VO24 OOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO24%20OOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '408 FASTBACK',
 'odometer': 21467,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 408 FASTBACK 1.2 P/T 130 GT EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VR3FPHNSTRY514956',
 'year': 2024}
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO24%2520OOV%27 HTTP/1.1" 200 None
2026-03-30 06:46:25 [bca.uk] INFO: Saving data for VO24%20OOV: {'auction_closing_time': 1775124000.0, 'created_time': 1774476651.603588, 'last_price_update_time': 1774853185.432995}
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO24%2520OOV') HTTP/1.1" 204 0
2026-03-30 06:46:25 [bca.uk] INFO: Found listing with ID: NA20%20NSK
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520NSK%27 HTTP/1.1" 200 None
2026-03-30 06:46:25 [bca.uk] INFO: Scrape type for NA20%20NSK: 2
2026-03-30 06:46:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with identifier: NA20%20NSK
2026-03-30 06:46:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with scrape type 2
2026-03-30 06:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with scrape type 2
2026-03-30 06:46:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e, identifier: NA20%20NSK
2026-03-30 06:46:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1b89f3d-8671-5d10-9478-e4861a601fbe with identifier: GL21%20VFF
2026-03-30 06:46:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1b89f3d-8671-5d10-9478-e4861a601fbe with identifier: GL21%20VFF
2026-03-30 06:46:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1b89f3d-8671-5d10-9478-e4861a601fbe with identifier: GL21%20VFF to the API
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL21%20VFF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c1b89f3d-8671-5d10-9478-e4861a601fbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL21 VFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL21%20VFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 107549,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 P/T 130 GT EAT8 StationWagon',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT EAT8',
 'vin': 'VF3MRHNSULL096116',
 'year': 2021}
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520VFF%27 HTTP/1.1" 200 None
2026-03-30 06:46:25 [bca.uk] INFO: Saving data for GL21%20VFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774265113.41178, 'last_price_update_time': 1774853185.885354}
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL21%2520VFF') HTTP/1.1" 204 0
2026-03-30 06:46:25 [bca.uk] INFO: Found listing with ID: FB19%20ABX
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB19%2520ABX%27 HTTP/1.1" 200 None
2026-03-30 06:46:25 [bca.uk] INFO: Scrape type for FB19%20ABX: 0
2026-03-30 06:46:25 [bca.uk] INFO: Found listing with ID: FM67%20FFV
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM67%2520FFV%27 HTTP/1.1" 200 None
2026-03-30 06:46:25 [bca.uk] INFO: Scrape type for FM67%20FFV: 2
2026-03-30 06:46:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3734ba6-443c-5b9f-a325-751d65dce4e4 with identifier: FM67%20FFV
2026-03-30 06:46:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3734ba6-443c-5b9f-a325-751d65dce4e4 with scrape type 2
2026-03-30 06:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3734ba6-443c-5b9f-a325-751d65dce4e4 with scrape type 2
2026-03-30 06:46:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3734ba6-443c-5b9f-a325-751d65dce4e4, identifier: FM67%20FFV
2026-03-30 06:46:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with identifier: NA20%20NSK
2026-03-30 06:46:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with identifier: NA20%20NSK
2026-03-30 06:46:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 680c2f49-cf4e-53b5-a7de-bf70dfafbc3e with identifier: NA20%20NSK to the API
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA20%20NSK-GB',
 'category': 'Motorcycle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '680c2f49-cf4e-53b5-a7de-bf70dfafbc3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA20 NSK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA20%20NSK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 900',
 'odometer': 7060,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD F 900 XR MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'XR MOTORBIKE',
 'vin': 'WB10K2100L6D34700',
 'year': 2020}
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA20%2520NSK%27 HTTP/1.1" 200 None
2026-03-30 06:46:26 [bca.uk] INFO: Saving data for NA20%20NSK: {'auction_closing_time': 1775124000.0, 'created_time': 1774476911.927995, 'last_price_update_time': 1774853186.318278}
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA20%2520NSK') HTTP/1.1" 204 0
2026-03-30 06:46:26 [bca.uk] INFO: Found listing with ID: ME23%20HPF
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME23%2520HPF%27 HTTP/1.1" 200 None
2026-03-30 06:46:26 [bca.uk] INFO: Scrape type for ME23%20HPF: 2
2026-03-30 06:46:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce884908-4384-5898-962d-da71b12768a3 with identifier: ME23%20HPF
2026-03-30 06:46:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce884908-4384-5898-962d-da71b12768a3 with scrape type 2
2026-03-30 06:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce884908-4384-5898-962d-da71b12768a3 with scrape type 2
2026-03-30 06:46:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce884908-4384-5898-962d-da71b12768a3, identifier: ME23%20HPF
2026-03-30 06:46:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3734ba6-443c-5b9f-a325-751d65dce4e4 with identifier: FM67%20FFV
2026-03-30 06:46:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3734ba6-443c-5b9f-a325-751d65dce4e4 with identifier: FM67%20FFV
2026-03-30 06:46:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3734ba6-443c-5b9f-a325-751d65dce4e4 with identifier: FM67%20FFV to the API
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM67%20FFV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd3734ba6-443c-5b9f-a325-751d65dce4e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM67 FFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM67%20FFV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 134068,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 TDI 190 QUATTRO SE EXEC.S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO SE EXEC.S-T',
 'vin': 'WAUZZZ4G7JN013340',
 'year': 2018}
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM67%2520FFV%27 HTTP/1.1" 200 None
2026-03-30 06:46:26 [bca.uk] INFO: Saving data for FM67%20FFV: {'auction_closing_time': 1775026800.0, 'created_time': 1773907436.103488, 'last_price_update_time': 1774853186.745244}
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM67%2520FFV') HTTP/1.1" 204 0
2026-03-30 06:46:26 [bca.uk] INFO: Found listing with ID: CU72%20NHH
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520NHH%27 HTTP/1.1" 200 None
2026-03-30 06:46:26 [bca.uk] INFO: Scrape type for CU72%20NHH: 2
2026-03-30 06:46:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2de51391-8b07-55ca-8aac-beb5af8fac67 with identifier: CU72%20NHH
2026-03-30 06:46:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de51391-8b07-55ca-8aac-beb5af8fac67 with scrape type 2
2026-03-30 06:46:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2de51391-8b07-55ca-8aac-beb5af8fac67 with scrape type 2
2026-03-30 06:46:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2de51391-8b07-55ca-8aac-beb5af8fac67, identifier: CU72%20NHH
2026-03-30 06:46:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce884908-4384-5898-962d-da71b12768a3 with identifier: ME23%20HPF
2026-03-30 06:46:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce884908-4384-5898-962d-da71b12768a3 with identifier: ME23%20HPF
2026-03-30 06:46:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce884908-4384-5898-962d-da71b12768a3 with identifier: ME23%20HPF to the API
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 293,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME23%20HPF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ce884908-4384-5898-962d-da71b12768a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ME23 HPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME23%20HPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 49226,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRANA01504',
 'year': 2023}
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME23%2520HPF%27 HTTP/1.1" 200 None
2026-03-30 06:46:27 [bca.uk] INFO: Saving data for ME23%20HPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774476409.046837, 'last_price_update_time': 1774853187.265961}
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME23%2520HPF') HTTP/1.1" 204 0
2026-03-30 06:46:27 [bca.uk] INFO: Found listing with ID: KY17%20MBX
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY17%2520MBX%27 HTTP/1.1" 200 None
2026-03-30 06:46:27 [bca.uk] INFO: Scrape type for KY17%20MBX: 2
2026-03-30 06:46:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with identifier: KY17%20MBX
2026-03-30 06:46:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with scrape type 2
2026-03-30 06:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with scrape type 2
2026-03-30 06:46:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e, identifier: KY17%20MBX
2026-03-30 06:46:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2de51391-8b07-55ca-8aac-beb5af8fac67 with identifier: CU72%20NHH
2026-03-30 06:46:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2de51391-8b07-55ca-8aac-beb5af8fac67 with identifier: CU72%20NHH
2026-03-30 06:46:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2de51391-8b07-55ca-8aac-beb5af8fac67 with identifier: CU72%20NHH to the API
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU72%20NHH-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '2de51391-8b07-55ca-8aac-beb5af8fac67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU72 NHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU72%20NHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 6381,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD R 1250 GS ADVENTURE TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS ADVENTURE TE MOTORBIKE',
 'vin': 'WB10M1108P6G71030',
 'year': 2022}
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520NHH%27 HTTP/1.1" 200 None
2026-03-30 06:46:27 [bca.uk] INFO: Saving data for CU72%20NHH: {'auction_closing_time': 1775124000.0, 'created_time': 1774476884.81146, 'last_price_update_time': 1774853187.68926}
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU72%2520NHH') HTTP/1.1" 204 0
2026-03-30 06:46:27 [bca.uk] INFO: Found listing with ID: CE62%20FOV
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE62%2520FOV%27 HTTP/1.1" 200 None
2026-03-30 06:46:27 [bca.uk] INFO: Scrape type for CE62%20FOV: 2
2026-03-30 06:46:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 261ded90-d372-59bd-96dd-58103aec5506 with identifier: CE62%20FOV
2026-03-30 06:46:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 261ded90-d372-59bd-96dd-58103aec5506 with scrape type 2
2026-03-30 06:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 261ded90-d372-59bd-96dd-58103aec5506 with scrape type 2
2026-03-30 06:46:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 261ded90-d372-59bd-96dd-58103aec5506, identifier: CE62%20FOV
2026-03-30 06:46:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with identifier: KY17%20MBX
2026-03-30 06:46:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with identifier: KY17%20MBX
2026-03-30 06:46:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e with identifier: KY17%20MBX to the API
2026-03-30 06:46:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY17%20MBX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c9f2e50a-a15e-5ffe-b316-d2e47ab5b90e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY17 MBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY17%20MBX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 101216,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4000,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TDI ULTRA 150 SPORT Estate',
 'transmission': 'manual',
 'trim': 'TDI ULTRA 150 SPORT',
 'vin': 'WAUZZZF4XGA097060',
 'year': 2017}
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY17%2520MBX%27 HTTP/1.1" 200 None
2026-03-30 06:46:28 [bca.uk] INFO: Saving data for KY17%20MBX: {'auction_closing_time': 1775026800.0, 'created_time': 1773833908.360211, 'last_price_update_time': 1774853188.12605}
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY17%2520MBX') HTTP/1.1" 204 0
2026-03-30 06:46:28 [bca.uk] INFO: Found listing with ID: CU22%20NHB
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520NHB%27 HTTP/1.1" 200 None
2026-03-30 06:46:28 [bca.uk] INFO: Scrape type for CU22%20NHB: 2
2026-03-30 06:46:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c06639fb-c70e-52b6-aafa-b18ed95ec297 with identifier: CU22%20NHB
2026-03-30 06:46:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c06639fb-c70e-52b6-aafa-b18ed95ec297 with scrape type 2
2026-03-30 06:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c06639fb-c70e-52b6-aafa-b18ed95ec297 with scrape type 2
2026-03-30 06:46:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c06639fb-c70e-52b6-aafa-b18ed95ec297, identifier: CU22%20NHB
2026-03-30 06:46:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 261ded90-d372-59bd-96dd-58103aec5506 with identifier: CE62%20FOV
2026-03-30 06:46:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 261ded90-d372-59bd-96dd-58103aec5506 with identifier: CE62%20FOV
2026-03-30 06:46:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 261ded90-d372-59bd-96dd-58103aec5506 with identifier: CE62%20FOV to the API
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE62%20FOV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '261ded90-d372-59bd-96dd-58103aec5506',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE62 FOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE62%20FOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 147533,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 TDI 143 SE TECHNIK M-T Saloon',
 'transmission': 'manual',
 'trim': 'TDI 143 SE TECHNIK M-T',
 'vin': 'WAUZZZ8K5DA103418',
 'year': 2012}
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE62%2520FOV%27 HTTP/1.1" 200 None
2026-03-30 06:46:28 [bca.uk] INFO: Saving data for CE62%20FOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774476396.700573, 'last_price_update_time': 1774853188.545171}
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE62%2520FOV') HTTP/1.1" 204 0
2026-03-30 06:46:28 [bca.uk] INFO: Found listing with ID: YL67%20YBR
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46: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%2520YBR%27 HTTP/1.1" 200 None
2026-03-30 06:46:28 [bca.uk] INFO: Scrape type for YL67%20YBR: 0
2026-03-30 06:46:28 [bca.uk] INFO: Found listing with ID: WP23%20RVN
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520RVN%27 HTTP/1.1" 200 None
2026-03-30 06:46:28 [bca.uk] INFO: Scrape type for WP23%20RVN: 2
2026-03-30 06:46:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3a2de36-e657-5b87-8c45-e2d6f333424b with identifier: WP23%20RVN
2026-03-30 06:46:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3a2de36-e657-5b87-8c45-e2d6f333424b with scrape type 2
2026-03-30 06:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3a2de36-e657-5b87-8c45-e2d6f333424b with scrape type 2
2026-03-30 06:46:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3a2de36-e657-5b87-8c45-e2d6f333424b, identifier: WP23%20RVN
2026-03-30 06:46:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c06639fb-c70e-52b6-aafa-b18ed95ec297 with identifier: CU22%20NHB
2026-03-30 06:46:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c06639fb-c70e-52b6-aafa-b18ed95ec297 with identifier: CU22%20NHB
2026-03-30 06:46:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c06639fb-c70e-52b6-aafa-b18ed95ec297 with identifier: CU22%20NHB to the API
2026-03-30 06:46:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU22%20NHB-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'c06639fb-c70e-52b6-aafa-b18ed95ec297',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU22 NHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU22%20NHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 9126,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD R 1250 GS TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS TE MOTORBIKE',
 'vin': 'WB10M0105N6F12103',
 'year': 2022}
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU22%2520NHB%27 HTTP/1.1" 200 None
2026-03-30 06:46:29 [bca.uk] INFO: Saving data for CU22%20NHB: {'auction_closing_time': 1775124000.0, 'created_time': 1774476880.724031, 'last_price_update_time': 1774853189.245242}
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU22%2520NHB') HTTP/1.1" 204 0
2026-03-30 06:46:29 [bca.uk] INFO: Found listing with ID: WP21%20PWO
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520PWO%27 HTTP/1.1" 200 None
2026-03-30 06:46:29 [bca.uk] INFO: Scrape type for WP21%20PWO: 2
2026-03-30 06:46:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbc261f5-2f19-54fd-832f-58712a1c68e9 with identifier: WP21%20PWO
2026-03-30 06:46:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbc261f5-2f19-54fd-832f-58712a1c68e9 with scrape type 2
2026-03-30 06:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbc261f5-2f19-54fd-832f-58712a1c68e9 with scrape type 2
2026-03-30 06:46:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbc261f5-2f19-54fd-832f-58712a1c68e9, identifier: WP21%20PWO
2026-03-30 06:46:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3a2de36-e657-5b87-8c45-e2d6f333424b with identifier: WP23%20RVN
2026-03-30 06:46:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3a2de36-e657-5b87-8c45-e2d6f333424b with identifier: WP23%20RVN
2026-03-30 06:46:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3a2de36-e657-5b87-8c45-e2d6f333424b with identifier: WP23%20RVN to the API
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP23%20RVN-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'b3a2de36-e657-5b87-8c45-e2d6f333424b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP23 RVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP23%20RVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 850',
 'odometer': 14457,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD F 850 GS TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS TE MOTORBIKE',
 'vin': 'WB10B0907P6H61063',
 'year': 2023}
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520RVN%27 HTTP/1.1" 200 None
2026-03-30 06:46:29 [bca.uk] INFO: Saving data for WP23%20RVN: {'auction_closing_time': 1775124000.0, 'created_time': 1774505012.438497, 'last_price_update_time': 1774853189.699423}
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP23%2520RVN') HTTP/1.1" 204 0
2026-03-30 06:46:29 [bca.uk] INFO: Found listing with ID: BX13%20TGK
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX13%2520TGK%27 HTTP/1.1" 200 None
2026-03-30 06:46:29 [bca.uk] INFO: Scrape type for BX13%20TGK: 2
2026-03-30 06:46:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bdc8e3a-5629-51df-b388-d615d2576737 with identifier: BX13%20TGK
2026-03-30 06:46:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bdc8e3a-5629-51df-b388-d615d2576737 with scrape type 2
2026-03-30 06:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bdc8e3a-5629-51df-b388-d615d2576737 with scrape type 2
2026-03-30 06:46:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4bdc8e3a-5629-51df-b388-d615d2576737, identifier: BX13%20TGK
2026-03-30 06:46:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbc261f5-2f19-54fd-832f-58712a1c68e9 with identifier: WP21%20PWO
2026-03-30 06:46:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbc261f5-2f19-54fd-832f-58712a1c68e9 with identifier: WP21%20PWO
2026-03-30 06:46:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbc261f5-2f19-54fd-832f-58712a1c68e9 with identifier: WP21%20PWO to the API
2026-03-30 06:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP21%20PWO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fbc261f5-2f19-54fd-832f-58712a1c68e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP21 PWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP21%20PWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q8',
 'odometer': 95683,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI Q8 3.0 55 TFSI QUATTRO BLACK ED.TIP Coupe',
 'transmission': 'manual',
 'trim': '55 TFSI QUATTRO BLACK ED.TIP',
 'vin': 'WAUZZZF11MD034770',
 'year': 2021}
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP21%2520PWO%27 HTTP/1.1" 200 None
2026-03-30 06:46:30 [bca.uk] INFO: Saving data for WP21%20PWO: {'auction_closing_time': 1774864800.0, 'created_time': 1773840987.586522, 'last_price_update_time': 1774853190.154337}
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP21%2520PWO') HTTP/1.1" 204 0
2026-03-30 06:46:30 [bca.uk] INFO: Found listing with ID: VX72%20GWK
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX72%2520GWK%27 HTTP/1.1" 200 None
2026-03-30 06:46:30 [bca.uk] INFO: Scrape type for VX72%20GWK: 2
2026-03-30 06:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with identifier: VX72%20GWK
2026-03-30 06:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with scrape type 2
2026-03-30 06:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with scrape type 2
2026-03-30 06:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a5302b8-7c7b-5f70-b753-09ebac6629e9, identifier: VX72%20GWK
2026-03-30 06:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4bdc8e3a-5629-51df-b388-d615d2576737 with identifier: BX13%20TGK
2026-03-30 06:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4bdc8e3a-5629-51df-b388-d615d2576737 with identifier: BX13%20TGK
2026-03-30 06:46:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4bdc8e3a-5629-51df-b388-d615d2576737 with identifier: BX13%20TGK to the API
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX13%20TGK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4bdc8e3a-5629-51df-b388-d615d2576737',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX13 TGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX13%20TGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 80090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 60 MATCH Hatchback',
 'transmission': 'manual',
 'trim': '60 MATCH',
 'vin': 'WVWZZZ6RZDU036893',
 'year': 2013}
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX13%2520TGK%27 HTTP/1.1" 200 None
2026-03-30 06:46:30 [bca.uk] INFO: Saving data for BX13%20TGK: {'auction_closing_time': 1774864800.0, 'created_time': 1774476832.281434, 'last_price_update_time': 1774853190.589228}
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX13%2520TGK') HTTP/1.1" 204 0
2026-03-30 06:46:30 [bca.uk] INFO: Found listing with ID: KP66%20LND
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP66%2520LND%27 HTTP/1.1" 200 None
2026-03-30 06:46:30 [bca.uk] INFO: Scrape type for KP66%20LND: 2
2026-03-30 06:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with identifier: KP66%20LND
2026-03-30 06:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with scrape type 2
2026-03-30 06:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with scrape type 2
2026-03-30 06:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2, identifier: KP66%20LND
2026-03-30 06:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with identifier: VX72%20GWK
2026-03-30 06:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with identifier: VX72%20GWK
2026-03-30 06:46:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a5302b8-7c7b-5f70-b753-09ebac6629e9 with identifier: VX72%20GWK to the API
2026-03-30 06:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX72%20GWK-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '1a5302b8-7c7b-5f70-b753-09ebac6629e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX72 GWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX72%20GWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R18',
 'odometer': 4021,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD R18 MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'MOTORBIKE',
 'vin': 'WB10L110XM6E53346',
 'year': 2022}
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX72%2520GWK%27 HTTP/1.1" 200 None
2026-03-30 06:46:31 [bca.uk] INFO: Saving data for VX72%20GWK: {'auction_closing_time': 1775124000.0, 'created_time': 1774505012.025756, 'last_price_update_time': 1774853191.125581}
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX72%2520GWK') HTTP/1.1" 204 0
2026-03-30 06:46:31 [bca.uk] INFO: Found listing with ID: YX19%20FWF
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520FWF%27 HTTP/1.1" 200 None
2026-03-30 06:46:31 [bca.uk] INFO: Scrape type for YX19%20FWF: 2
2026-03-30 06:46:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed3abcf6-75c8-5807-89b6-ec94f864e336 with identifier: YX19%20FWF
2026-03-30 06:46:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed3abcf6-75c8-5807-89b6-ec94f864e336 with scrape type 2
2026-03-30 06:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed3abcf6-75c8-5807-89b6-ec94f864e336 with scrape type 2
2026-03-30 06:46:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed3abcf6-75c8-5807-89b6-ec94f864e336, identifier: YX19%20FWF
2026-03-30 06:46:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with identifier: KP66%20LND
2026-03-30 06:46:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with identifier: KP66%20LND
2026-03-30 06:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2 with identifier: KP66%20LND to the API
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP66%20LND-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2b99e7d6-cf8b-5a31-9e75-e0678d63a2c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP66 LND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP66%20LND&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA TOURER',
 'odometer': 46371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA TOURER 1.4 T 140 ENERGY MPV',
 'transmission': 'manual',
 'trim': 'T 140 ENERGY',
 'vin': 'W0LPD9EC4H1005748',
 'year': 2016}
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP66%2520LND%27 HTTP/1.1" 200 None
2026-03-30 06:46:31 [bca.uk] INFO: Saving data for KP66%20LND: {'auction_closing_time': 1774864800.0, 'created_time': 1774476424.296287, 'last_price_update_time': 1774853191.747032}
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP66%2520LND') HTTP/1.1" 204 0
2026-03-30 06:46:31 [bca.uk] INFO: Found listing with ID: FL71%20EKN
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520EKN%27 HTTP/1.1" 200 None
2026-03-30 06:46:31 [bca.uk] INFO: Scrape type for FL71%20EKN: 2
2026-03-30 06:46:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with identifier: FL71%20EKN
2026-03-30 06:46:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with scrape type 2
2026-03-30 06:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with scrape type 2
2026-03-30 06:46:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 241b1f06-bcd8-5a77-8a6f-564fa5cd4484, identifier: FL71%20EKN
2026-03-30 06:46:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed3abcf6-75c8-5807-89b6-ec94f864e336 with identifier: YX19%20FWF
2026-03-30 06:46:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed3abcf6-75c8-5807-89b6-ec94f864e336 with identifier: YX19%20FWF
2026-03-30 06:46:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed3abcf6-75c8-5807-89b6-ec94f864e336 with identifier: YX19%20FWF to the API
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX19%20FWF-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed3abcf6-75c8-5807-89b6-ec94f864e336',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX19 FWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX19%20FWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BAILEY',
 'model': 'ALLIANCE',
 'odometer': 7229,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BAILEY ALLIANCE 2.0 66-2 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': '66-2 MOTORHOME',
 'vin': 'VF3YC3MAU12J19148',
 'year': 2019}
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX19%2520FWF%27 HTTP/1.1" 200 None
2026-03-30 06:46:32 [bca.uk] INFO: Saving data for YX19%20FWF: {'auction_closing_time': 1775124000.0, 'created_time': 1774476835.599834, 'last_price_update_time': 1774853192.322865}
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX19%2520FWF') HTTP/1.1" 204 0
2026-03-30 06:46:32 [bca.uk] INFO: Found listing with ID: LJ73%20POK
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ73%2520POK%27 HTTP/1.1" 200 None
2026-03-30 06:46:32 [bca.uk] INFO: Scrape type for LJ73%20POK: 0
2026-03-30 06:46:32 [bca.uk] INFO: Found listing with ID: AU14%20PRV
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU14%2520PRV%27 HTTP/1.1" 200 None
2026-03-30 06:46:32 [bca.uk] INFO: Scrape type for AU14%20PRV: 2
2026-03-30 06:46:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with identifier: AU14%20PRV
2026-03-30 06:46:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with scrape type 2
2026-03-30 06:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with scrape type 2
2026-03-30 06:46:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02fb7c67-20a1-582b-94f6-c3a6ab76a257, identifier: AU14%20PRV
2026-03-30 06:46:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with identifier: FL71%20EKN
2026-03-30 06:46:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with identifier: FL71%20EKN
2026-03-30 06:46:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 241b1f06-bcd8-5a77-8a6f-564fa5cd4484 with identifier: FL71%20EKN to the API
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 36,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL71%20EKN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '241b1f06-bcd8-5a77-8a6f-564fa5cd4484',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL71 EKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL71%20EKN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q5 SPORTBACK',
 'odometer': 40244,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 22000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 SPORTBACK 2.0 50 TFSI E Q SPORT S-T Coupe',
 'transmission': 'automatic',
 'trim': '50 TFSI E Q SPORT S-T',
 'vin': 'WAUZZZFY1M2119231',
 'year': 2021}
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL71%2520EKN%27 HTTP/1.1" 200 None
2026-03-30 06:46:32 [bca.uk] INFO: Saving data for FL71%20EKN: {'auction_closing_time': 1775026800.0, 'created_time': 1773833945.698863, 'last_price_update_time': 1774853192.781157}
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL71%2520EKN') HTTP/1.1" 204 0
2026-03-30 06:46:32 [bca.uk] INFO: Found listing with ID: HV73%20PZA
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520PZA%27 HTTP/1.1" 200 None
2026-03-30 06:46:32 [bca.uk] INFO: Scrape type for HV73%20PZA: 2
2026-03-30 06:46:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3977926e-8f35-569b-9df6-6290a7772db4 with identifier: HV73%20PZA
2026-03-30 06:46:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3977926e-8f35-569b-9df6-6290a7772db4 with scrape type 2
2026-03-30 06:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3977926e-8f35-569b-9df6-6290a7772db4 with scrape type 2
2026-03-30 06:46:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3977926e-8f35-569b-9df6-6290a7772db4, identifier: HV73%20PZA
2026-03-30 06:46:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with identifier: AU14%20PRV
2026-03-30 06:46:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with identifier: AU14%20PRV
2026-03-30 06:46:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02fb7c67-20a1-582b-94f6-c3a6ab76a257 with identifier: AU14%20PRV to the API
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU14%20PRV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '02fb7c67-20a1-582b-94f6-c3a6ab76a257',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AU14 PRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU14%20PRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 116704,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 2.0 CDTI 165 E/F ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 165 E/F ELITE',
 'vin': 'W0LPE6EN6E8037455',
 'year': 2014}
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU14%2520PRV%27 HTTP/1.1" 200 None
2026-03-30 06:46:33 [bca.uk] INFO: Saving data for AU14%20PRV: {'auction_closing_time': 1774864800.0, 'created_time': 1774476429.104548, 'last_price_update_time': 1774853193.222902}
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU14%2520PRV') HTTP/1.1" 204 0
2026-03-30 06:46:33 [bca.uk] INFO: Found listing with ID: FN66%20PKK
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN66%2520PKK%27 HTTP/1.1" 200 None
2026-03-30 06:46:33 [bca.uk] INFO: Scrape type for FN66%20PKK: 0
2026-03-30 06:46:33 [bca.uk] INFO: Found listing with ID: KW21%20WFB
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW21%2520WFB%27 HTTP/1.1" 200 None
2026-03-30 06:46:33 [bca.uk] INFO: Scrape type for KW21%20WFB: 0
2026-03-30 06:46:33 [bca.uk] INFO: Found listing with ID: MW68%20AUV
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520AUV%27 HTTP/1.1" 200 None
2026-03-30 06:46:33 [bca.uk] INFO: Scrape type for MW68%20AUV: 0
2026-03-30 06:46:33 [bca.uk] INFO: Found listing with ID: WF74%20FKV
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF74%2520FKV%27 HTTP/1.1" 200 None
2026-03-30 06:46:33 [bca.uk] INFO: Scrape type for WF74%20FKV: 0
2026-03-30 06:46:33 [bca.uk] INFO: Found listing with ID: WJ73%20RYC
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ73%2520RYC%27 HTTP/1.1" 200 None
2026-03-30 06:46:33 [bca.uk] INFO: Scrape type for WJ73%20RYC: 0
2026-03-30 06:46:33 [bca.uk] INFO: Found listing with ID: WK72%20XPS
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK72%2520XPS%27 HTTP/1.1" 200 None
2026-03-30 06:46:33 [bca.uk] INFO: Scrape type for WK72%20XPS: 2
2026-03-30 06:46:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce8fb26-9ff1-5479-92fe-ce35f481046e with identifier: WK72%20XPS
2026-03-30 06:46:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce8fb26-9ff1-5479-92fe-ce35f481046e with scrape type 2
2026-03-30 06:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce8fb26-9ff1-5479-92fe-ce35f481046e with scrape type 2
2026-03-30 06:46:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dce8fb26-9ff1-5479-92fe-ce35f481046e, identifier: WK72%20XPS
2026-03-30 06:46:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3977926e-8f35-569b-9df6-6290a7772db4 with identifier: HV73%20PZA
2026-03-30 06:46:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3977926e-8f35-569b-9df6-6290a7772db4 with identifier: HV73%20PZA
2026-03-30 06:46:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3977926e-8f35-569b-9df6-6290a7772db4 with identifier: HV73%20PZA to the API
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 19,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV73%20PZA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3977926e-8f35-569b-9df6-6290a7772db4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV73 PZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV73%20PZA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 29424,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 62000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 P440E DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P440E DYNAMIC SE',
 'vin': 'SAL1A2A44PA153024',
 'year': 2023}
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520PZA%27 HTTP/1.1" 200 None
2026-03-30 06:46:33 [bca.uk] INFO: Saving data for HV73%20PZA: {'auction_closing_time': 1775026800.0, 'created_time': 1773826377.334957, 'last_price_update_time': 1774853193.856408}
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV73%2520PZA') HTTP/1.1" 204 0
2026-03-30 06:46:33 [bca.uk] INFO: Found listing with ID: RA19%20VWF
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA19%2520VWF%27 HTTP/1.1" 200 None
2026-03-30 06:46:33 [bca.uk] INFO: Scrape type for RA19%20VWF: 2
2026-03-30 06:46:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a9916f2-542d-59a5-91b0-a08964921555 with identifier: RA19%20VWF
2026-03-30 06:46:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a9916f2-542d-59a5-91b0-a08964921555 with scrape type 2
2026-03-30 06:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a9916f2-542d-59a5-91b0-a08964921555 with scrape type 2
2026-03-30 06:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a9916f2-542d-59a5-91b0-a08964921555, identifier: RA19%20VWF
2026-03-30 06:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dce8fb26-9ff1-5479-92fe-ce35f481046e with identifier: WK72%20XPS
2026-03-30 06:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dce8fb26-9ff1-5479-92fe-ce35f481046e with identifier: WK72%20XPS
2026-03-30 06:46:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dce8fb26-9ff1-5479-92fe-ce35f481046e with identifier: WK72%20XPS to the API
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK72%20XPS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dce8fb26-9ff1-5479-92fe-ce35f481046e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK72 XPS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK72%20XPS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'DACIA',
 'model': 'JOGGER',
 'odometer': 9207,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13300,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'DACIA JOGGER 1.0 TCE EXTREME SE Estate',
 'transmission': 'manual',
 'trim': 'TCE EXTREME SE',
 'vin': 'UU1DJF00269412893',
 'year': 2022}
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK72%2520XPS%27 HTTP/1.1" 200 None
2026-03-30 06:46:34 [bca.uk] INFO: Saving data for WK72%20XPS: {'auction_closing_time': 1775026800.0, 'created_time': 1774304767.227896, 'last_price_update_time': 1774853194.291576}
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK72%2520XPS') HTTP/1.1" 204 0
2026-03-30 06:46:34 [bca.uk] INFO: Found listing with ID: BG71%20OLJ
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520OLJ%27 HTTP/1.1" 200 None
2026-03-30 06:46:34 [bca.uk] INFO: Scrape type for BG71%20OLJ: 2
2026-03-30 06:46:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with identifier: BG71%20OLJ
2026-03-30 06:46:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with scrape type 2
2026-03-30 06:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with scrape type 2
2026-03-30 06:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd, identifier: BG71%20OLJ
2026-03-30 06:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a9916f2-542d-59a5-91b0-a08964921555 with identifier: RA19%20VWF
2026-03-30 06:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a9916f2-542d-59a5-91b0-a08964921555 with identifier: RA19%20VWF
2026-03-30 06:46:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a9916f2-542d-59a5-91b0-a08964921555 with identifier: RA19%20VWF to the API
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA19%20VWF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a9916f2-542d-59a5-91b0-a08964921555',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA19 VWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA19%20VWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 69918,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'TIPTRONIC S',
 'vin': 'WP1ZZZ9YZKDA11116',
 'year': 2019}
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46: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%2520VWF%27 HTTP/1.1" 200 None
2026-03-30 06:46:34 [bca.uk] INFO: Saving data for RA19%20VWF: {'auction_closing_time': 1774864800.0, 'created_time': 1773933836.537082, 'last_price_update_time': 1774853194.833746}
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA19%2520VWF') HTTP/1.1" 204 0
2026-03-30 06:46:34 [bca.uk] INFO: Found listing with ID: YY17%20YYH
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY17%2520YYH%27 HTTP/1.1" 200 None
2026-03-30 06:46:34 [bca.uk] INFO: Scrape type for YY17%20YYH: 0
2026-03-30 06:46:34 [bca.uk] INFO: Found listing with ID: SP22%20ZVJ
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP22%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-30 06:46:34 [bca.uk] INFO: Scrape type for SP22%20ZVJ: 2
2026-03-30 06:46:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0ea486a-bf08-5163-9771-1a32780fa1e7 with identifier: SP22%20ZVJ
2026-03-30 06:46:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0ea486a-bf08-5163-9771-1a32780fa1e7 with scrape type 2
2026-03-30 06:46:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0ea486a-bf08-5163-9771-1a32780fa1e7 with scrape type 2
2026-03-30 06:46:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0ea486a-bf08-5163-9771-1a32780fa1e7, identifier: SP22%20ZVJ
2026-03-30 06:46:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with identifier: BG71%20OLJ
2026-03-30 06:46:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with identifier: BG71%20OLJ
2026-03-30 06:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd with identifier: BG71%20OLJ to the API
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG71%20OLJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0ee54c4f-fad5-54d1-bf5f-9d9d0cc446bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG71 OLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG71%20OLJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'MASERATI',
 'model': 'LEVANTE',
 'odometer': 81433,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MASERATI LEVANTE 2.0 HYBRID GT StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID GT',
 'vin': 'ZN6AU61C00X393727',
 'year': 2022}
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG71%2520OLJ%27 HTTP/1.1" 200 None
2026-03-30 06:46:35 [bca.uk] INFO: Saving data for BG71%20OLJ: {'auction_closing_time': 1775026800.0, 'created_time': 1773821033.824025, 'last_price_update_time': 1774853195.248765}
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG71%2520OLJ') HTTP/1.1" 204 0
2026-03-30 06:46:35 [bca.uk] INFO: Found listing with ID: LE74%20DYD
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE74%2520DYD%27 HTTP/1.1" 200 None
2026-03-30 06:46:35 [bca.uk] INFO: Scrape type for LE74%20DYD: 0
2026-03-30 06:46:35 [bca.uk] INFO: Found listing with ID: SJ19%20YDB
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520YDB%27 HTTP/1.1" 200 None
2026-03-30 06:46:35 [bca.uk] INFO: Scrape type for SJ19%20YDB: 2
2026-03-30 06:46:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33775d6e-bf93-5c95-99b3-5b51564c9813 with identifier: SJ19%20YDB
2026-03-30 06:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33775d6e-bf93-5c95-99b3-5b51564c9813 with scrape type 2
2026-03-30 06:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33775d6e-bf93-5c95-99b3-5b51564c9813 with scrape type 2
2026-03-30 06:46:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33775d6e-bf93-5c95-99b3-5b51564c9813, identifier: SJ19%20YDB
2026-03-30 06:46:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0ea486a-bf08-5163-9771-1a32780fa1e7 with identifier: SP22%20ZVJ
2026-03-30 06:46:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0ea486a-bf08-5163-9771-1a32780fa1e7 with identifier: SP22%20ZVJ
2026-03-30 06:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0ea486a-bf08-5163-9771-1a32780fa1e7 with identifier: SP22%20ZVJ to the API
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP22%20ZVJ-GB',
 'category': 'Motorcycle',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'b0ea486a-bf08-5163-9771-1a32780fa1e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP22 ZVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP22%20ZVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R 1250',
 'odometer': 8691,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD R 1250 GS ADVENTURE TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS ADVENTURE TE MOTORBIKE',
 'vin': 'WB10M1107N6F56755',
 'year': 2022}
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP22%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-30 06:46:35 [bca.uk] INFO: Saving data for SP22%20ZVJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774476706.301289, 'last_price_update_time': 1774853195.709088}
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP22%2520ZVJ') HTTP/1.1" 204 0
2026-03-30 06:46:35 [bca.uk] INFO: Found listing with ID: LA72%20ZKL
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520ZKL%27 HTTP/1.1" 200 None
2026-03-30 06:46:35 [bca.uk] INFO: Scrape type for LA72%20ZKL: 2
2026-03-30 06:46:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c84fffa9-36f5-5ed1-a7b4-027e06003f4b with identifier: LA72%20ZKL
2026-03-30 06:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c84fffa9-36f5-5ed1-a7b4-027e06003f4b with scrape type 2
2026-03-30 06:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c84fffa9-36f5-5ed1-a7b4-027e06003f4b with scrape type 2
2026-03-30 06:46:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c84fffa9-36f5-5ed1-a7b4-027e06003f4b, identifier: LA72%20ZKL
2026-03-30 06:46:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33775d6e-bf93-5c95-99b3-5b51564c9813 with identifier: SJ19%20YDB
2026-03-30 06:46:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33775d6e-bf93-5c95-99b3-5b51564c9813 with identifier: SJ19%20YDB
2026-03-30 06:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33775d6e-bf93-5c95-99b3-5b51564c9813 with identifier: SJ19%20YDB to the API
2026-03-30 06:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ19%20YDB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '33775d6e-bf93-5c95-99b3-5b51564c9813',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ19 YDB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ19%20YDB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'KODIAQ',
 'odometer': 78643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SKODA KODIAQ 1.5 TSI 150 EDITION (7S) StationWagon',
 'transmission': 'manual',
 'trim': 'TSI 150 EDITION (7S)',
 'vin': 'TMBKB7NS7K8017372',
 'year': 2019}
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ19%2520YDB%27 HTTP/1.1" 200 None
2026-03-30 06:46:36 [bca.uk] INFO: Saving data for SJ19%20YDB: {'auction_closing_time': 1774864800.0, 'created_time': 1774278100.638726, 'last_price_update_time': 1774853196.129091}
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ19%2520YDB') HTTP/1.1" 204 0
2026-03-30 06:46:36 [bca.uk] INFO: Found listing with ID: BL74%20UMS
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520UMS%27 HTTP/1.1" 200 None
2026-03-30 06:46:36 [bca.uk] INFO: Scrape type for BL74%20UMS: 2
2026-03-30 06:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with identifier: BL74%20UMS
2026-03-30 06:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with scrape type 2
2026-03-30 06:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with scrape type 2
2026-03-30 06:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f22b086e-50cf-5aa1-a6ca-2bb2ea55600e, identifier: BL74%20UMS
2026-03-30 06:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c84fffa9-36f5-5ed1-a7b4-027e06003f4b with identifier: LA72%20ZKL
2026-03-30 06:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c84fffa9-36f5-5ed1-a7b4-027e06003f4b with identifier: LA72%20ZKL
2026-03-30 06:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c84fffa9-36f5-5ed1-a7b4-027e06003f4b with identifier: LA72%20ZKL to the API
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20ZKL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c84fffa9-36f5-5ed1-a7b4-027e06003f4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 ZKL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20ZKL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 50716,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16900,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 150KW 82KWH 80 LOFT (125KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 82KWH 80 LOFT (125KC)',
 'vin': 'TMBKC7NY4PF021254',
 'year': 2023}
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520ZKL%27 HTTP/1.1" 200 None
2026-03-30 06:46:36 [bca.uk] INFO: Saving data for LA72%20ZKL: {'auction_closing_time': 1775026800.0, 'created_time': 1773821021.832672, 'last_price_update_time': 1774853196.566409}
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520ZKL') HTTP/1.1" 204 0
2026-03-30 06:46:36 [bca.uk] INFO: Found listing with ID: KO24%20RVN
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO24%2520RVN%27 HTTP/1.1" 200 None
2026-03-30 06:46:36 [bca.uk] INFO: Scrape type for KO24%20RVN: 2
2026-03-30 06:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6da333bd-5bb8-51ed-bad2-98648e05a575 with identifier: KO24%20RVN
2026-03-30 06:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6da333bd-5bb8-51ed-bad2-98648e05a575 with scrape type 2
2026-03-30 06:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6da333bd-5bb8-51ed-bad2-98648e05a575 with scrape type 2
2026-03-30 06:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6da333bd-5bb8-51ed-bad2-98648e05a575, identifier: KO24%20RVN
2026-03-30 06:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with identifier: BL74%20UMS
2026-03-30 06:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with identifier: BL74%20UMS
2026-03-30 06:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f22b086e-50cf-5aa1-a6ca-2bb2ea55600e with identifier: BL74%20UMS to the API
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL74%20UMS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f22b086e-50cf-5aa1-a6ca-2bb2ea55600e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL74 UMS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL74%20UMS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 8437,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 30000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 TREND Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRS11926',
 'year': 2025}
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL74%2520UMS%27 HTTP/1.1" 200 None
2026-03-30 06:46:36 [bca.uk] INFO: Saving data for BL74%20UMS: {'auction_closing_time': 1775026800.0, 'created_time': 1773820995.298224, 'last_price_update_time': 1774853196.978041}
2026-03-30 06:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL74%2520UMS') HTTP/1.1" 204 0
2026-03-30 06:46:37 [bca.uk] INFO: Found listing with ID: MJ71%20HZT
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520HZT%27 HTTP/1.1" 200 None
2026-03-30 06:46:37 [bca.uk] INFO: Scrape type for MJ71%20HZT: 2
2026-03-30 06:46:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b211de42-8018-5c79-8537-9e8ec300b322 with identifier: MJ71%20HZT
2026-03-30 06:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b211de42-8018-5c79-8537-9e8ec300b322 with scrape type 2
2026-03-30 06:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b211de42-8018-5c79-8537-9e8ec300b322 with scrape type 2
2026-03-30 06:46:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b211de42-8018-5c79-8537-9e8ec300b322, identifier: MJ71%20HZT
2026-03-30 06:46:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6da333bd-5bb8-51ed-bad2-98648e05a575 with identifier: KO24%20RVN
2026-03-30 06:46:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6da333bd-5bb8-51ed-bad2-98648e05a575 with identifier: KO24%20RVN
2026-03-30 06:46:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6da333bd-5bb8-51ed-bad2-98648e05a575 with identifier: KO24%20RVN to the API
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO24%20RVN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6da333bd-5bb8-51ed-bad2-98648e05a575',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO24 RVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO24%20RVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 50536,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 125 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE X',
 'vin': 'WF02XXERK2RC83196',
 'year': 2024}
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO24%2520RVN%27 HTTP/1.1" 200 None
2026-03-30 06:46:37 [bca.uk] INFO: Saving data for KO24%20RVN: {'auction_closing_time': 1774864800.0, 'created_time': 1773840988.978279, 'last_price_update_time': 1774853197.438443}
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO24%2520RVN') HTTP/1.1" 204 0
2026-03-30 06:46:37 [bca.uk] INFO: Found listing with ID: BT74%20NGF
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520NGF%27 HTTP/1.1" 200 None
2026-03-30 06:46:37 [bca.uk] INFO: Scrape type for BT74%20NGF: 2
2026-03-30 06:46:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a613380-6832-57e9-8a6d-2317d4fa39c1 with identifier: BT74%20NGF
2026-03-30 06:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a613380-6832-57e9-8a6d-2317d4fa39c1 with scrape type 2
2026-03-30 06:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a613380-6832-57e9-8a6d-2317d4fa39c1 with scrape type 2
2026-03-30 06:46:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a613380-6832-57e9-8a6d-2317d4fa39c1, identifier: BT74%20NGF
2026-03-30 06:46:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b211de42-8018-5c79-8537-9e8ec300b322 with identifier: MJ71%20HZT
2026-03-30 06:46:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b211de42-8018-5c79-8537-9e8ec300b322 with identifier: MJ71%20HZT
2026-03-30 06:46:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b211de42-8018-5c79-8537-9e8ec300b322 with identifier: MJ71%20HZT to the API
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 83,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ71%20HZT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b211de42-8018-5c79-8537-9e8ec300b322',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MJ71 HZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ71%20HZT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 69050,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 26000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.0 P400E HSE DYNAMIC BLACK StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E HSE DYNAMIC BLACK',
 'vin': 'SALWA2AY4NA212515',
 'year': 2021}
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ71%2520HZT%27 HTTP/1.1" 200 None
2026-03-30 06:46:37 [bca.uk] INFO: Saving data for MJ71%20HZT: {'auction_closing_time': 1775026800.0, 'created_time': 1773821021.013734, 'last_price_update_time': 1774853197.864525}
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ71%2520HZT') HTTP/1.1" 204 0
2026-03-30 06:46:37 [bca.uk] INFO: Found listing with ID: MC19%20WBE
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520WBE%27 HTTP/1.1" 200 None
2026-03-30 06:46:37 [bca.uk] INFO: Scrape type for MC19%20WBE: 2
2026-03-30 06:46:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 094a42ff-f6da-5a39-8719-e559462340ea with identifier: MC19%20WBE
2026-03-30 06:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 094a42ff-f6da-5a39-8719-e559462340ea with scrape type 2
2026-03-30 06:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 094a42ff-f6da-5a39-8719-e559462340ea with scrape type 2
2026-03-30 06:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 094a42ff-f6da-5a39-8719-e559462340ea, identifier: MC19%20WBE
2026-03-30 06:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a613380-6832-57e9-8a6d-2317d4fa39c1 with identifier: BT74%20NGF
2026-03-30 06:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a613380-6832-57e9-8a6d-2317d4fa39c1 with identifier: BT74%20NGF
2026-03-30 06:46:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a613380-6832-57e9-8a6d-2317d4fa39c1 with identifier: BT74%20NGF to the API
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT74%20NGF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a613380-6832-57e9-8a6d-2317d4fa39c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT74 NGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT74%20NGF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 3499,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 30500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 TREND Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRS12527',
 'year': 2025}
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520NGF%27 HTTP/1.1" 200 None
2026-03-30 06:46:38 [bca.uk] INFO: Saving data for BT74%20NGF: {'auction_closing_time': 1775026800.0, 'created_time': 1773821462.274926, 'last_price_update_time': 1774853198.293408}
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT74%2520NGF') HTTP/1.1" 204 0
2026-03-30 06:46:38 [bca.uk] INFO: Found listing with ID: OV25%20VXC
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520VXC%27 HTTP/1.1" 200 None
2026-03-30 06:46:38 [bca.uk] INFO: Scrape type for OV25%20VXC: 2
2026-03-30 06:46:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with identifier: OV25%20VXC
2026-03-30 06:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with scrape type 2
2026-03-30 06:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with scrape type 2
2026-03-30 06:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cb95016-faed-550b-b0f9-e7fe2ddfb30b, identifier: OV25%20VXC
2026-03-30 06:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 094a42ff-f6da-5a39-8719-e559462340ea with identifier: MC19%20WBE
2026-03-30 06:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 094a42ff-f6da-5a39-8719-e559462340ea with identifier: MC19%20WBE
2026-03-30 06:46:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 094a42ff-f6da-5a39-8719-e559462340ea with identifier: MC19%20WBE to the API
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC19%20WBE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '094a42ff-f6da-5a39-8719-e559462340ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC19 WBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC19%20WBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 67199,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.5 35 TFSI SPORT Hatchback',
 'transmission': 'manual',
 'trim': '35 TFSI SPORT',
 'vin': 'WAUZZZGA6KA078082',
 'year': 2019}
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC19%2520WBE%27 HTTP/1.1" 200 None
2026-03-30 06:46:38 [bca.uk] INFO: Saving data for MC19%20WBE: {'auction_closing_time': 1774864800.0, 'created_time': 1773823624.885342, 'last_price_update_time': 1774853198.793809}
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC19%2520WBE') HTTP/1.1" 204 0
2026-03-30 06:46:38 [bca.uk] INFO: Found listing with ID: RX74%20CCN
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520CCN%27 HTTP/1.1" 200 None
2026-03-30 06:46:38 [bca.uk] INFO: Scrape type for RX74%20CCN: 2
2026-03-30 06:46:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with identifier: RX74%20CCN
2026-03-30 06:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with scrape type 2
2026-03-30 06:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with scrape type 2
2026-03-30 06:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135, identifier: RX74%20CCN
2026-03-30 06:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with identifier: OV25%20VXC
2026-03-30 06:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with identifier: OV25%20VXC
2026-03-30 06:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cb95016-faed-550b-b0f9-e7fe2ddfb30b with identifier: OV25%20VXC to the API
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV25%20VXC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '7cb95016-faed-550b-b0f9-e7fe2ddfb30b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV25 VXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV25%20VXC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'POLESTAR',
 'model': '3',
 'odometer': 1618,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 46000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'POLESTAR 3 360KW 111KWH DM4 LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '360KW 111KWH DM4 LONG RANGE',
 'vin': 'YSMYKEAE0SB026310',
 'year': 2025}
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520VXC%27 HTTP/1.1" 200 None
2026-03-30 06:46:39 [bca.uk] INFO: Saving data for OV25%20VXC: {'auction_closing_time': 1775026800.0, 'created_time': 1773821022.380318, 'last_price_update_time': 1774853199.233155}
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV25%2520VXC') HTTP/1.1" 204 0
2026-03-30 06:46:39 [bca.uk] INFO: Found listing with ID: YT22%20VLG
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-30 06:46:39 [bca.uk] INFO: Scrape type for YT22%20VLG: 2
2026-03-30 06:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fd8209f-09f1-52e1-b692-380beb7d9e7b with identifier: YT22%20VLG
2026-03-30 06:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fd8209f-09f1-52e1-b692-380beb7d9e7b with scrape type 2
2026-03-30 06:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fd8209f-09f1-52e1-b692-380beb7d9e7b with scrape type 2
2026-03-30 06:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fd8209f-09f1-52e1-b692-380beb7d9e7b, identifier: YT22%20VLG
2026-03-30 06:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with identifier: RX74%20CCN
2026-03-30 06:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with identifier: RX74%20CCN
2026-03-30 06:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b2a1f36-c33b-5d95-b9d0-2c3bf246f135 with identifier: RX74%20CCN to the API
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX74%20CCN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7b2a1f36-c33b-5d95-b9d0-2c3bf246f135',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX74 CCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX74%20CCN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 5826,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 30650,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LIMITED Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LIMITED',
 'vin': 'WF0MXXTTRMRK44366',
 'year': 2024}
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX74%2520CCN%27 HTTP/1.1" 200 None
2026-03-30 06:46:39 [bca.uk] INFO: Saving data for RX74%20CCN: {'auction_closing_time': 1775026800.0, 'created_time': 1773821478.315434, 'last_price_update_time': 1774853199.682704}
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX74%2520CCN') HTTP/1.1" 204 0
2026-03-30 06:46:39 [bca.uk] INFO: Found listing with ID: OV74%20CVH
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV74%2520CVH%27 HTTP/1.1" 200 None
2026-03-30 06:46:39 [bca.uk] INFO: Scrape type for OV74%20CVH: 2
2026-03-30 06:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2240cfcb-3ad9-571f-9755-5f7befa824e8 with identifier: OV74%20CVH
2026-03-30 06:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2240cfcb-3ad9-571f-9755-5f7befa824e8 with scrape type 2
2026-03-30 06:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2240cfcb-3ad9-571f-9755-5f7befa824e8 with scrape type 2
2026-03-30 06:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2240cfcb-3ad9-571f-9755-5f7befa824e8, identifier: OV74%20CVH
2026-03-30 06:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fd8209f-09f1-52e1-b692-380beb7d9e7b with identifier: YT22%20VLG
2026-03-30 06:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fd8209f-09f1-52e1-b692-380beb7d9e7b with identifier: YT22%20VLG
2026-03-30 06:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fd8209f-09f1-52e1-b692-380beb7d9e7b with identifier: YT22%20VLG to the API
2026-03-30 06:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 25,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT22%20VLG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7fd8209f-09f1-52e1-b692-380beb7d9e7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YT22 VLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT22%20VLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 20336,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.5 E/B PHEV 2WD ST-LINE X ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B PHEV 2WD ST-LINE X ED.',
 'vin': 'WF0FXXWPMHME34317',
 'year': 2022}
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT22%2520VLG%27 HTTP/1.1" 200 None
2026-03-30 06:46:40 [bca.uk] INFO: Saving data for YT22%20VLG: {'auction_closing_time': 1774864800.0, 'created_time': 1774476485.13393, 'last_price_update_time': 1774853200.11875}
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT22%2520VLG') HTTP/1.1" 204 0
2026-03-30 06:46:40 [bca.uk] INFO: Found listing with ID: WT25%20UGC
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGC%27 HTTP/1.1" 200 None
2026-03-30 06:46:40 [bca.uk] INFO: Scrape type for WT25%20UGC: 2
2026-03-30 06:46:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d84b263-3b31-579e-ab95-a850998c6cb9 with identifier: WT25%20UGC
2026-03-30 06:46:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d84b263-3b31-579e-ab95-a850998c6cb9 with scrape type 2
2026-03-30 06:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d84b263-3b31-579e-ab95-a850998c6cb9 with scrape type 2
2026-03-30 06:46:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d84b263-3b31-579e-ab95-a850998c6cb9, identifier: WT25%20UGC
2026-03-30 06:46:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2240cfcb-3ad9-571f-9755-5f7befa824e8 with identifier: OV74%20CVH
2026-03-30 06:46:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2240cfcb-3ad9-571f-9755-5f7befa824e8 with identifier: OV74%20CVH
2026-03-30 06:46:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2240cfcb-3ad9-571f-9755-5f7befa824e8 with identifier: OV74%20CVH to the API
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV74%20CVH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '2240cfcb-3ad9-571f-9755-5f7befa824e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV74 CVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV74%20CVH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'GENESIS',
 'model': 'GV70 E',
 'odometer': 6621,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 30000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'GENESIS GV70 E 360KW 77KWH AWD SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '360KW 77KWH AWD SPORT',
 'vin': 'KMTMA811RRU008991',
 'year': 2024}
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV74%2520CVH%27 HTTP/1.1" 200 None
2026-03-30 06:46:40 [bca.uk] INFO: Saving data for OV74%20CVH: {'auction_closing_time': 1775026800.0, 'created_time': 1773821021.448803, 'last_price_update_time': 1774853200.553677}
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV74%2520CVH') HTTP/1.1" 204 0
2026-03-30 06:46:40 [bca.uk] INFO: Found listing with ID: RF21%20KJE
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF21%2520KJE%27 HTTP/1.1" 200 None
2026-03-30 06:46:40 [bca.uk] INFO: Scrape type for RF21%20KJE: 2
2026-03-30 06:46:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cca11a93-ae63-5346-9475-e394f90b1761 with identifier: RF21%20KJE
2026-03-30 06:46:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cca11a93-ae63-5346-9475-e394f90b1761 with scrape type 2
2026-03-30 06:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cca11a93-ae63-5346-9475-e394f90b1761 with scrape type 2
2026-03-30 06:46:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cca11a93-ae63-5346-9475-e394f90b1761, identifier: RF21%20KJE
2026-03-30 06:46:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d84b263-3b31-579e-ab95-a850998c6cb9 with identifier: WT25%20UGC
2026-03-30 06:46:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d84b263-3b31-579e-ab95-a850998c6cb9 with identifier: WT25%20UGC
2026-03-30 06:46:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d84b263-3b31-579e-ab95-a850998c6cb9 with identifier: WT25%20UGC to the API
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UGC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d84b263-3b31-579e-ab95-a850998c6cb9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UGC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UGC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 6548,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25900,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA6RSM03656',
 'year': 2025}
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UGC%27 HTTP/1.1" 200 None
2026-03-30 06:46:40 [bca.uk] INFO: Saving data for WT25%20UGC: {'auction_closing_time': 1775026800.0, 'created_time': 1773908133.944434, 'last_price_update_time': 1774853200.955554}
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UGC') HTTP/1.1" 204 0
2026-03-30 06:46:40 [bca.uk] INFO: Found listing with ID: KP20%20WJK
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP20%2520WJK%27 HTTP/1.1" 200 None
2026-03-30 06:46:40 [bca.uk] INFO: Scrape type for KP20%20WJK: 2
2026-03-30 06:46:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d528775-3398-5805-8395-b735c85b9da6 with identifier: KP20%20WJK
2026-03-30 06:46:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d528775-3398-5805-8395-b735c85b9da6 with scrape type 2
2026-03-30 06:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d528775-3398-5805-8395-b735c85b9da6 with scrape type 2
2026-03-30 06:46:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d528775-3398-5805-8395-b735c85b9da6, identifier: KP20%20WJK
2026-03-30 06:46:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cca11a93-ae63-5346-9475-e394f90b1761 with identifier: RF21%20KJE
2026-03-30 06:46:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cca11a93-ae63-5346-9475-e394f90b1761 with identifier: RF21%20KJE
2026-03-30 06:46:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cca11a93-ae63-5346-9475-e394f90b1761 with identifier: RF21%20KJE to the API
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF21%20KJE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cca11a93-ae63-5346-9475-e394f90b1761',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF21 KJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF21%20KJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'KIA',
 'model': 'XCEED',
 'odometer': 102634,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KIA XCEED 1.6 GDI PHEV 3 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 3 DCT',
 'vin': 'U5YH5F1AVML016660',
 'year': 2021}
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF21%2520KJE%27 HTTP/1.1" 200 None
2026-03-30 06:46:41 [bca.uk] INFO: Saving data for RF21%20KJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774476485.641794, 'last_price_update_time': 1774853201.372745}
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF21%2520KJE') HTTP/1.1" 204 0
2026-03-30 06:46:41 [bca.uk] INFO: Found listing with ID: YM74%20KJY
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KJY%27 HTTP/1.1" 200 None
2026-03-30 06:46:41 [bca.uk] INFO: Scrape type for YM74%20KJY: 2
2026-03-30 06:46:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 244c2dcd-4a43-5238-8760-4b82e3178089 with identifier: YM74%20KJY
2026-03-30 06:46:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 244c2dcd-4a43-5238-8760-4b82e3178089 with scrape type 2
2026-03-30 06:46:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 244c2dcd-4a43-5238-8760-4b82e3178089 with scrape type 2
2026-03-30 06:46:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 244c2dcd-4a43-5238-8760-4b82e3178089, identifier: YM74%20KJY
2026-03-30 06:46:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d528775-3398-5805-8395-b735c85b9da6 with identifier: KP20%20WJK
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brilliant+blue+metallic HTTP/1.1" 200 None
2026-03-30 06:46:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:46:41 [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:46:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d528775-3398-5805-8395-b735c85b9da6 with identifier: KP20%20WJK
2026-03-30 06:46:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d528775-3398-5805-8395-b735c85b9da6 with identifier: KP20%20WJK to the API
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP20%20WJK-GB',
 'category': 'Car',
 'color': 'brilliant blue metallic',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d528775-3398-5805-8395-b735c85b9da6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KP20 WJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP20%20WJK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 D',
 'odometer': 51971,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14800,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C300 D 2.0 AMG LINE ED.PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE ED.PREMIUM 9G',
 'vin': 'WDD2050182R545624',
 'year': 2020}
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP20%2520WJK%27 HTTP/1.1" 200 None
2026-03-30 06:46:41 [bca.uk] INFO: Saving data for KP20%20WJK: {'auction_closing_time': 1775026800.0, 'created_time': 1773842007.738251, 'last_price_update_time': 1774853201.899083}
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP20%2520WJK') HTTP/1.1" 204 0
2026-03-30 06:46:41 [bca.uk] INFO: Total items found: 100
2026-03-30 06:46:41 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded
2026-03-30 06:46:41 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:46:41 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:46:41 [bca.uk] INFO: Found listing with ID: HT71%20GXX
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520GXX%27 HTTP/1.1" 200 None
2026-03-30 06:46:41 [bca.uk] INFO: Scrape type for HT71%20GXX: 2
2026-03-30 06:46:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with identifier: HT71%20GXX
2026-03-30 06:46:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with scrape type 2
2026-03-30 06:46:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with scrape type 2
2026-03-30 06:46:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2, identifier: HT71%20GXX
2026-03-30 06:46:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 244c2dcd-4a43-5238-8760-4b82e3178089 with identifier: YM74%20KJY
2026-03-30 06:46:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 244c2dcd-4a43-5238-8760-4b82e3178089 with identifier: YM74%20KJY
2026-03-30 06:46:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 244c2dcd-4a43-5238-8760-4b82e3178089 with identifier: YM74%20KJY to the API
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20KJY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '244c2dcd-4a43-5238-8760-4b82e3178089',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM74 KJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KJY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 6342,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 28200,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'manual',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMRE65771',
 'year': 2024}
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KJY%27 HTTP/1.1" 200 None
2026-03-30 06:46:42 [bca.uk] INFO: Saving data for YM74%20KJY: {'auction_closing_time': 1775026800.0, 'created_time': 1773820989.563627, 'last_price_update_time': 1774853202.358255}
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KJY') HTTP/1.1" 204 0
2026-03-30 06:46:42 [bca.uk] INFO: Found listing with ID: PO21%20XJG
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520XJG%27 HTTP/1.1" 200 None
2026-03-30 06:46:42 [bca.uk] INFO: Scrape type for PO21%20XJG: 2
2026-03-30 06:46:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7681616-8e7a-5331-99d5-0ea94d35a246 with identifier: PO21%20XJG
2026-03-30 06:46:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7681616-8e7a-5331-99d5-0ea94d35a246 with scrape type 2
2026-03-30 06:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7681616-8e7a-5331-99d5-0ea94d35a246 with scrape type 2
2026-03-30 06:46:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7681616-8e7a-5331-99d5-0ea94d35a246, identifier: PO21%20XJG
2026-03-30 06:46:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with identifier: HT71%20GXX
2026-03-30 06:46:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with identifier: HT71%20GXX
2026-03-30 06:46:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b884642-b6b3-50cb-b5a6-2fa62a3c87e2 with identifier: HT71%20GXX to the API
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT71%20GXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8b884642-b6b3-50cb-b5a6-2fa62a3c87e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT71 GXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT71%20GXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 82297,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE PREMIUM PLUS ED.DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS ED.DCT',
 'vin': 'W1K1771862J330154',
 'year': 2022}
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520GXX%27 HTTP/1.1" 200 None
2026-03-30 06:46:42 [bca.uk] INFO: Saving data for HT71%20GXX: {'auction_closing_time': 1774864800.0, 'created_time': 1774476476.906867, 'last_price_update_time': 1774853202.831908}
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520GXX') HTTP/1.1" 204 0
2026-03-30 06:46:42 [bca.uk] INFO: Found listing with ID: YM74%20KKS
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KKS%27 HTTP/1.1" 200 None
2026-03-30 06:46:42 [bca.uk] INFO: Scrape type for YM74%20KKS: 2
2026-03-30 06:46:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with identifier: YM74%20KKS
2026-03-30 06:46:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with scrape type 2
2026-03-30 06:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with scrape type 2
2026-03-30 06:46:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6363f37d-70f4-5774-a3ef-b7517c4fb6f4, identifier: YM74%20KKS
2026-03-30 06:46:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7681616-8e7a-5331-99d5-0ea94d35a246 with identifier: PO21%20XJG
2026-03-30 06:46:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:46:43 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=bodypanels+in+white HTTP/1.1" 200 None
2026-03-30 06:46:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:46:43 [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:46:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7681616-8e7a-5331-99d5-0ea94d35a246 with identifier: PO21%20XJG
2026-03-30 06:46:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7681616-8e7a-5331-99d5-0ea94d35a246 with identifier: PO21%20XJG to the API
2026-03-30 06:46:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO21%20XJG-GB',
 'category': 'Car',
 'color': 'bodypanels in white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f7681616-8e7a-5331-99d5-0ea94d35a246',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO21 XJG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO21%20XJG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'SMART',
 'model': 'EQ FORFOUR',
 'odometer': 28253,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4900,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SMART EQ FORFOUR 17KWH 60KW PRIME EXCLS.(22KW) Hatchback',
 'transmission': 'automatic',
 'trim': '17KWH 60KW PRIME EXCLS.(22KW)',
 'vin': 'W1A4530912Y252716',
 'year': 2021}
2026-03-30 06:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO21%2520XJG%27 HTTP/1.1" 200 None
2026-03-30 06:46:43 [bca.uk] INFO: Saving data for PO21%20XJG: {'auction_closing_time': 1775026800.0, 'created_time': 1773841872.954683, 'last_price_update_time': 1774853203.385611}
2026-03-30 06:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO21%2520XJG') HTTP/1.1" 204 0
2026-03-30 06:46:43 [bca.uk] INFO: Found listing with ID: WN14%20NWW
2026-03-30 06:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520NWW%27 HTTP/1.1" 200 None
2026-03-30 06:46:43 [bca.uk] INFO: Scrape type for WN14%20NWW: 2
2026-03-30 06:46:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3817ef2c-2274-5563-a805-6cdfcc29084e with identifier: WN14%20NWW
2026-03-30 06:46:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3817ef2c-2274-5563-a805-6cdfcc29084e with scrape type 2
2026-03-30 06:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3817ef2c-2274-5563-a805-6cdfcc29084e with scrape type 2
2026-03-30 06:46:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3817ef2c-2274-5563-a805-6cdfcc29084e, identifier: WN14%20NWW
2026-03-30 06:46:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:46:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:46:43 [bca.uk] INFO: Found listing with ID: ML22%20ZRR
2026-03-30 06:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520ZRR%27 HTTP/1.1" 200 None
2026-03-30 06:46:43 [bca.uk] INFO: Scrape type for ML22%20ZRR: 2
2026-03-30 06:46:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feb7baa2-219c-5296-ae6e-5554ed10ce5e with identifier: ML22%20ZRR
2026-03-30 06:46:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feb7baa2-219c-5296-ae6e-5554ed10ce5e with scrape type 2
2026-03-30 06:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feb7baa2-219c-5296-ae6e-5554ed10ce5e with scrape type 2
2026-03-30 06:46:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: feb7baa2-219c-5296-ae6e-5554ed10ce5e, identifier: ML22%20ZRR
2026-03-30 06:46:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with identifier: YM74%20KKS
2026-03-30 06:46:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with identifier: YM74%20KKS
2026-03-30 06:46:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6363f37d-70f4-5774-a3ef-b7517c4fb6f4 with identifier: YM74%20KKS to the API
2026-03-30 06:46:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20KKS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6363f37d-70f4-5774-a3ef-b7517c4fb6f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM74 KKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KKS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 16361,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 26050,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'manual',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMRE62219',
 'year': 2024}
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KKS%27 HTTP/1.1" 200 None
2026-03-30 06:46:44 [bca.uk] INFO: Saving data for YM74%20KKS: {'auction_closing_time': 1775026800.0, 'created_time': 1773820972.979557, 'last_price_update_time': 1774853204.036443}
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KKS') HTTP/1.1" 204 0
2026-03-30 06:46:44 [bca.uk] INFO: Found listing with ID: WG71%20AZO
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG71%2520AZO%27 HTTP/1.1" 200 None
2026-03-30 06:46:44 [bca.uk] INFO: Scrape type for WG71%20AZO: 2
2026-03-30 06:46:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a51cc57b-209c-5dca-aae4-02bbd1792aa1 with identifier: WG71%20AZO
2026-03-30 06:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a51cc57b-209c-5dca-aae4-02bbd1792aa1 with scrape type 2
2026-03-30 06:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a51cc57b-209c-5dca-aae4-02bbd1792aa1 with scrape type 2
2026-03-30 06:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a51cc57b-209c-5dca-aae4-02bbd1792aa1, identifier: WG71%20AZO
2026-03-30 06:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3817ef2c-2274-5563-a805-6cdfcc29084e with identifier: WN14%20NWW
2026-03-30 06:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3817ef2c-2274-5563-a805-6cdfcc29084e with identifier: WN14%20NWW
2026-03-30 06:46:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3817ef2c-2274-5563-a805-6cdfcc29084e with identifier: WN14%20NWW to the API
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN14%20NWW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3817ef2c-2274-5563-a805-6cdfcc29084e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN14 NWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN14%20NWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 49125,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 VTI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACTIVE',
 'vin': 'VF3CCHMZ0EW024162',
 'year': 2014}
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520NWW%27 HTTP/1.1" 200 None
2026-03-30 06:46:44 [bca.uk] INFO: Saving data for WN14%20NWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774477073.304022, 'last_price_update_time': 1774853204.457016}
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN14%2520NWW') HTTP/1.1" 204 0
2026-03-30 06:46: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:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: feb7baa2-219c-5296-ae6e-5554ed10ce5e with identifier: ML22%20ZRR
2026-03-30 06:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: feb7baa2-219c-5296-ae6e-5554ed10ce5e with identifier: ML22%20ZRR
2026-03-30 06:46:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: feb7baa2-219c-5296-ae6e-5554ed10ce5e with identifier: ML22%20ZRR to the API
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML22%20ZRR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'feb7baa2-219c-5296-ae6e-5554ed10ce5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML22 ZRR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML22%20ZRR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 127940,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI HEV GT-LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI HEV GT-LINE',
 'vin': 'U5YPX81GMNL010786',
 'year': 2022}
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML22%2520ZRR%27 HTTP/1.1" 200 None
2026-03-30 06:46:44 [bca.uk] INFO: Saving data for ML22%20ZRR: {'auction_closing_time': 1774864800.0, 'created_time': 1774476462.967807, 'last_price_update_time': 1774853204.77583}
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML22%2520ZRR') HTTP/1.1" 204 0
2026-03-30 06:46:44 [bca.uk] INFO: Found listing with ID: YM74%20KLC
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLC%27 HTTP/1.1" 200 None
2026-03-30 06:46:44 [bca.uk] INFO: Scrape type for YM74%20KLC: 2
2026-03-30 06:46:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24349137-33ce-55f7-ac40-2eb60605061a with identifier: YM74%20KLC
2026-03-30 06:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24349137-33ce-55f7-ac40-2eb60605061a with scrape type 2
2026-03-30 06:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24349137-33ce-55f7-ac40-2eb60605061a with scrape type 2
2026-03-30 06:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24349137-33ce-55f7-ac40-2eb60605061a, identifier: YM74%20KLC
2026-03-30 06:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a51cc57b-209c-5dca-aae4-02bbd1792aa1 with identifier: WG71%20AZO
2026-03-30 06:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a51cc57b-209c-5dca-aae4-02bbd1792aa1 with identifier: WG71%20AZO
2026-03-30 06:46:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a51cc57b-209c-5dca-aae4-02bbd1792aa1 with identifier: WG71%20AZO to the API
2026-03-30 06:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG71%20AZO-GB',
 'category': 'Car',
 'color': 'digital white metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a51cc57b-209c-5dca-aae4-02bbd1792aa1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WG71 AZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG71%20AZO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 250 E',
 'odometer': 40962,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 250 E 1.3 EXCLUSIVE ED.PREMIUM DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE ED.PREMIUM DCT',
 'vin': 'W1N2477862J313006',
 'year': 2022}
2026-03-30 06:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG71%2520AZO%27 HTTP/1.1" 200 None
2026-03-30 06:46:45 [bca.uk] INFO: Saving data for WG71%20AZO: {'auction_closing_time': 1775026800.0, 'created_time': 1773842659.076869, 'last_price_update_time': 1774853205.650271}
2026-03-30 06:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG71%2520AZO') HTTP/1.1" 204 0
2026-03-30 06:46:45 [bca.uk] INFO: Found listing with ID: YG61%20RVP
2026-03-30 06:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG61%2520RVP%27 HTTP/1.1" 200 None
2026-03-30 06:46:45 [bca.uk] INFO: Scrape type for YG61%20RVP: 2
2026-03-30 06:46:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with identifier: YG61%20RVP
2026-03-30 06:46:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with scrape type 2
2026-03-30 06:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with scrape type 2
2026-03-30 06:46:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f7e1db1-0fa7-5028-97d4-4cbeee948b01, identifier: YG61%20RVP
2026-03-30 06:46:45 [bca.uk] INFO: Found listing with ID: FN22%20KZM
2026-03-30 06:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520KZM%27 HTTP/1.1" 200 None
2026-03-30 06:46:45 [bca.uk] INFO: Scrape type for FN22%20KZM: 2
2026-03-30 06:46:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5434daf-56b6-5c03-b27d-0929eb820af7 with identifier: FN22%20KZM
2026-03-30 06:46:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5434daf-56b6-5c03-b27d-0929eb820af7 with scrape type 2
2026-03-30 06:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5434daf-56b6-5c03-b27d-0929eb820af7 with scrape type 2
2026-03-30 06:46:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5434daf-56b6-5c03-b27d-0929eb820af7, identifier: FN22%20KZM
2026-03-30 06:46:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24349137-33ce-55f7-ac40-2eb60605061a with identifier: YM74%20KLC
2026-03-30 06:46:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24349137-33ce-55f7-ac40-2eb60605061a with identifier: YM74%20KLC
2026-03-30 06:46:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24349137-33ce-55f7-ac40-2eb60605061a with identifier: YM74%20KLC to the API
2026-03-30 06:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20KLC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '24349137-33ce-55f7-ac40-2eb60605061a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM74 KLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KLC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 10918,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 28000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'manual',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMRE66829',
 'year': 2024}
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLC%27 HTTP/1.1" 200 None
2026-03-30 06:46:46 [bca.uk] INFO: Saving data for YM74%20KLC: {'auction_closing_time': 1775026800.0, 'created_time': 1773821465.564138, 'last_price_update_time': 1774853206.250355}
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KLC') HTTP/1.1" 204 0
2026-03-30 06:46:46 [bca.uk] INFO: Found listing with ID: WX73%20VAV
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX73%2520VAV%27 HTTP/1.1" 200 None
2026-03-30 06:46:46 [bca.uk] INFO: Scrape type for WX73%20VAV: 2
2026-03-30 06:46:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cc70b6f-102a-5fcb-b237-551396a61ed4 with identifier: WX73%20VAV
2026-03-30 06:46:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc70b6f-102a-5fcb-b237-551396a61ed4 with scrape type 2
2026-03-30 06:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cc70b6f-102a-5fcb-b237-551396a61ed4 with scrape type 2
2026-03-30 06:46:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cc70b6f-102a-5fcb-b237-551396a61ed4, identifier: WX73%20VAV
2026-03-30 06:46:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with identifier: YG61%20RVP
2026-03-30 06:46:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with identifier: YG61%20RVP
2026-03-30 06:46:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f7e1db1-0fa7-5028-97d4-4cbeee948b01 with identifier: YG61%20RVP to the API
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG61%20RVP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f7e1db1-0fa7-5028-97d4-4cbeee948b01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG61 RVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG61%20RVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 46123,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 VVT EXCITE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT EXCITE',
 'vin': 'W0L0SDL68C4006689',
 'year': 2011}
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG61%2520RVP%27 HTTP/1.1" 200 None
2026-03-30 06:46:46 [bca.uk] INFO: Saving data for YG61%20RVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477072.645629, 'last_price_update_time': 1774853206.675097}
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG61%2520RVP') HTTP/1.1" 204 0
2026-03-30 06:46:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5434daf-56b6-5c03-b27d-0929eb820af7 with identifier: FN22%20KZM
2026-03-30 06:46:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5434daf-56b6-5c03-b27d-0929eb820af7 with identifier: FN22%20KZM
2026-03-30 06:46:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5434daf-56b6-5c03-b27d-0929eb820af7 with identifier: FN22%20KZM to the API
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN22%20KZM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e5434daf-56b6-5c03-b27d-0929eb820af7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FN22 KZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN22%20KZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 24846,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACB81CVN5526486',
 'year': 2022}
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN22%2520KZM%27 HTTP/1.1" 200 None
2026-03-30 06:46:46 [bca.uk] INFO: Saving data for FN22%20KZM: {'auction_closing_time': 1774864800.0, 'created_time': 1774476443.775388, 'last_price_update_time': 1774853206.969828}
2026-03-30 06:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN22%2520KZM') HTTP/1.1" 204 0
2026-03-30 06:46:47 [bca.uk] INFO: Found listing with ID: YM74%20KLP
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLP%27 HTTP/1.1" 200 None
2026-03-30 06:46:47 [bca.uk] INFO: Scrape type for YM74%20KLP: 2
2026-03-30 06:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d10bb3ec-e298-5999-88eb-9e5c66c90be9 with identifier: YM74%20KLP
2026-03-30 06:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d10bb3ec-e298-5999-88eb-9e5c66c90be9 with scrape type 2
2026-03-30 06:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d10bb3ec-e298-5999-88eb-9e5c66c90be9 with scrape type 2
2026-03-30 06:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d10bb3ec-e298-5999-88eb-9e5c66c90be9, identifier: YM74%20KLP
2026-03-30 06:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cc70b6f-102a-5fcb-b237-551396a61ed4 with identifier: WX73%20VAV
2026-03-30 06:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cc70b6f-102a-5fcb-b237-551396a61ed4 with identifier: WX73%20VAV
2026-03-30 06:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cc70b6f-102a-5fcb-b237-551396a61ed4 with identifier: WX73%20VAV to the API
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX73%20VAV-GB',
 'category': 'Car',
 'color': 'cosmos black metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8cc70b6f-102a-5fcb-b237-551396a61ed4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WX73 VAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX73%20VAV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 9237,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.3 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'W1K3F8HB0RN320649',
 'year': 2023}
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX73%2520VAV%27 HTTP/1.1" 200 None
2026-03-30 06:46:47 [bca.uk] INFO: Saving data for WX73%20VAV: {'auction_closing_time': 1775026800.0, 'created_time': 1773842659.980637, 'last_price_update_time': 1774853207.387946}
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX73%2520VAV') HTTP/1.1" 204 0
2026-03-30 06:46:47 [bca.uk] INFO: Found listing with ID: BN65%20OAW
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN65%2520OAW%27 HTTP/1.1" 200 None
2026-03-30 06:46:47 [bca.uk] INFO: Scrape type for BN65%20OAW: 2
2026-03-30 06:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 356a891e-f757-5303-b8c3-7db1abe20531 with identifier: BN65%20OAW
2026-03-30 06:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 356a891e-f757-5303-b8c3-7db1abe20531 with scrape type 2
2026-03-30 06:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 356a891e-f757-5303-b8c3-7db1abe20531 with scrape type 2
2026-03-30 06:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 356a891e-f757-5303-b8c3-7db1abe20531, identifier: BN65%20OAW
2026-03-30 06:46:47 [bca.uk] INFO: Found listing with ID: AF72%20URN
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520URN%27 HTTP/1.1" 200 None
2026-03-30 06:46:47 [bca.uk] INFO: Scrape type for AF72%20URN: 2
2026-03-30 06:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with identifier: AF72%20URN
2026-03-30 06:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with scrape type 2
2026-03-30 06:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with scrape type 2
2026-03-30 06:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb1980b1-1eb8-5ccc-ada7-28ce719ab849, identifier: AF72%20URN
2026-03-30 06:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d10bb3ec-e298-5999-88eb-9e5c66c90be9 with identifier: YM74%20KLP
2026-03-30 06:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d10bb3ec-e298-5999-88eb-9e5c66c90be9 with identifier: YM74%20KLP
2026-03-30 06:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d10bb3ec-e298-5999-88eb-9e5c66c90be9 with identifier: YM74%20KLP to the API
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20KLP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd10bb3ec-e298-5999-88eb-9e5c66c90be9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM74 KLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KLP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 6583,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 28200,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'manual',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMRE62455',
 'year': 2024}
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLP%27 HTTP/1.1" 200 None
2026-03-30 06:46:47 [bca.uk] INFO: Saving data for YM74%20KLP: {'auction_closing_time': 1775026800.0, 'created_time': 1773820975.684005, 'last_price_update_time': 1774853207.919582}
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KLP') HTTP/1.1" 204 0
2026-03-30 06:46:47 [bca.uk] INFO: Found listing with ID: DL73%20KOV
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOV%27 HTTP/1.1" 200 None
2026-03-30 06:46:47 [bca.uk] INFO: Scrape type for DL73%20KOV: 2
2026-03-30 06:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6ebc277-4e0d-5811-bb31-62fc9254246a with identifier: DL73%20KOV
2026-03-30 06:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6ebc277-4e0d-5811-bb31-62fc9254246a with scrape type 2
2026-03-30 06:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6ebc277-4e0d-5811-bb31-62fc9254246a with scrape type 2
2026-03-30 06:46:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6ebc277-4e0d-5811-bb31-62fc9254246a, identifier: DL73%20KOV
2026-03-30 06:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 356a891e-f757-5303-b8c3-7db1abe20531 with identifier: BN65%20OAW
2026-03-30 06:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 356a891e-f757-5303-b8c3-7db1abe20531 with identifier: BN65%20OAW
2026-03-30 06:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 356a891e-f757-5303-b8c3-7db1abe20531 with identifier: BN65%20OAW to the API
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN65%20OAW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '356a891e-f757-5303-b8c3-7db1abe20531',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN65 OAW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN65%20OAW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 92627,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC S Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC S',
 'vin': 'WF05XXGCC5FJ88409',
 'year': 2015}
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN65%2520OAW%27 HTTP/1.1" 200 None
2026-03-30 06:46:48 [bca.uk] INFO: Saving data for BN65%20OAW: {'auction_closing_time': 1774864800.0, 'created_time': 1773837567.625132, 'last_price_update_time': 1774853208.373202}
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN65%2520OAW') HTTP/1.1" 204 0
2026-03-30 06:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with identifier: AF72%20URN
2026-03-30 06:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with identifier: AF72%20URN
2026-03-30 06:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb1980b1-1eb8-5ccc-ada7-28ce719ab849 with identifier: AF72%20URN to the API
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF72%20URN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fb1980b1-1eb8-5ccc-ada7-28ce719ab849',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF72 URN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF72%20URN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 71417,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK7NC447807',
 'year': 2022}
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520URN%27 HTTP/1.1" 200 None
2026-03-30 06:46:48 [bca.uk] INFO: Saving data for AF72%20URN: {'auction_closing_time': 1774864800.0, 'created_time': 1774476450.587486, 'last_price_update_time': 1774853208.775482}
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF72%2520URN') HTTP/1.1" 204 0
2026-03-30 06:46:48 [bca.uk] INFO: Found listing with ID: YM74%20KLU
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLU%27 HTTP/1.1" 200 None
2026-03-30 06:46:48 [bca.uk] INFO: Scrape type for YM74%20KLU: 2
2026-03-30 06:46:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with identifier: YM74%20KLU
2026-03-30 06:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with scrape type 2
2026-03-30 06:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with scrape type 2
2026-03-30 06:46:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff, identifier: YM74%20KLU
2026-03-30 06:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6ebc277-4e0d-5811-bb31-62fc9254246a with identifier: DL73%20KOV
2026-03-30 06:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6ebc277-4e0d-5811-bb31-62fc9254246a with identifier: DL73%20KOV
2026-03-30 06:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6ebc277-4e0d-5811-bb31-62fc9254246a with identifier: DL73%20KOV to the API
2026-03-30 06:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KOV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c6ebc277-4e0d-5811-bb31-62fc9254246a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KOV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 19899,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4266107',
 'year': 2023}
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOV%27 HTTP/1.1" 200 None
2026-03-30 06:46:49 [bca.uk] INFO: Saving data for DL73%20KOV: {'auction_closing_time': 1775026800.0, 'created_time': 1773839645.636328, 'last_price_update_time': 1774853209.180797}
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KOV') HTTP/1.1" 204 0
2026-03-30 06:46:49 [bca.uk] INFO: Found listing with ID: ND61%20FXY
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND61%2520FXY%27 HTTP/1.1" 200 None
2026-03-30 06:46:49 [bca.uk] INFO: Scrape type for ND61%20FXY: 0
2026-03-30 06:46:49 [bca.uk] INFO: Found listing with ID: NV13%20UCS
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV13%2520UCS%27 HTTP/1.1" 200 None
2026-03-30 06:46:49 [bca.uk] INFO: Scrape type for NV13%20UCS: 2
2026-03-30 06:46:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bbc6831-10e3-51f7-9430-ddefba9b4bea with identifier: NV13%20UCS
2026-03-30 06:46:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bbc6831-10e3-51f7-9430-ddefba9b4bea with scrape type 2
2026-03-30 06:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bbc6831-10e3-51f7-9430-ddefba9b4bea with scrape type 2
2026-03-30 06:46:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bbc6831-10e3-51f7-9430-ddefba9b4bea, identifier: NV13%20UCS
2026-03-30 06:46:49 [bca.uk] INFO: Found listing with ID: LL70%20YVB
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520YVB%27 HTTP/1.1" 200 None
2026-03-30 06:46:49 [bca.uk] INFO: Scrape type for LL70%20YVB: 2
2026-03-30 06:46:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with identifier: LL70%20YVB
2026-03-30 06:46:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with scrape type 2
2026-03-30 06:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with scrape type 2
2026-03-30 06:46:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c728ac81-d04c-5bd3-a5e1-6ba2d6377342, identifier: LL70%20YVB
2026-03-30 06:46:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with identifier: YM74%20KLU
2026-03-30 06:46:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with identifier: YM74%20KLU
2026-03-30 06:46:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff with identifier: YM74%20KLU to the API
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM74%20KLU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a81afa8-8c0a-5f1f-b461-ef30dd5db6ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM74 KLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM74%20KLU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 7210,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 28100,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'manual',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMRE65724',
 'year': 2024}
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM74%2520KLU%27 HTTP/1.1" 200 None
2026-03-30 06:46:49 [bca.uk] INFO: Saving data for YM74%20KLU: {'auction_closing_time': 1775026800.0, 'created_time': 1773841131.992183, 'last_price_update_time': 1774853209.743804}
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM74%2520KLU') HTTP/1.1" 204 0
2026-03-30 06:46:49 [bca.uk] INFO: Found listing with ID: DL73%20KTF
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KTF%27 HTTP/1.1" 200 None
2026-03-30 06:46:49 [bca.uk] INFO: Scrape type for DL73%20KTF: 2
2026-03-30 06:46:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30983d1e-4e35-547c-9bc3-17435461f551 with identifier: DL73%20KTF
2026-03-30 06:46:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30983d1e-4e35-547c-9bc3-17435461f551 with scrape type 2
2026-03-30 06:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30983d1e-4e35-547c-9bc3-17435461f551 with scrape type 2
2026-03-30 06:46:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30983d1e-4e35-547c-9bc3-17435461f551, identifier: DL73%20KTF
2026-03-30 06:46:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bbc6831-10e3-51f7-9430-ddefba9b4bea with identifier: NV13%20UCS
2026-03-30 06:46:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bbc6831-10e3-51f7-9430-ddefba9b4bea with identifier: NV13%20UCS
2026-03-30 06:46:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bbc6831-10e3-51f7-9430-ddefba9b4bea with identifier: NV13%20UCS to the API
2026-03-30 06:46:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV13%20UCS-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0bbc6831-10e3-51f7-9430-ddefba9b4bea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV13 UCS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV13%20UCS&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'C3 PICASSO',
 'odometer': 62130,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 PICASSO 1.6 VTI EXCLUSIVE EGS6 MPV',
 'transmission': 'automatic',
 'trim': 'VTI EXCLUSIVE EGS6',
 'vin': 'VF7SH5FS8DT536717',
 'year': 2013}
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV13%2520UCS%27 HTTP/1.1" 200 None
2026-03-30 06:46:50 [bca.uk] INFO: Saving data for NV13%20UCS: {'auction_closing_time': 1774864800.0, 'created_time': 1774479201.133506, 'last_price_update_time': 1774853210.224048}
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV13%2520UCS') HTTP/1.1" 204 0
2026-03-30 06:46:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with identifier: LL70%20YVB
2026-03-30 06:46:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with identifier: LL70%20YVB
2026-03-30 06:46:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c728ac81-d04c-5bd3-a5e1-6ba2d6377342 with identifier: LL70%20YVB to the API
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL70%20YVB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c728ac81-d04c-5bd3-a5e1-6ba2d6377342',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL70 YVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL70%20YVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '330E',
 'odometer': 58144,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T SE PRO Saloon',
 'transmission': 'automatic',
 'trim': 'T SE PRO',
 'vin': 'WBA5P52020FK76959',
 'year': 2021}
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL70%2520YVB%27 HTTP/1.1" 200 None
2026-03-30 06:46:50 [bca.uk] INFO: Saving data for LL70%20YVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774476407.679853, 'last_price_update_time': 1774853210.520989}
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL70%2520YVB') HTTP/1.1" 204 0
2026-03-30 06:46:50 [bca.uk] INFO: Found listing with ID: YP74%20VLO
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLO%27 HTTP/1.1" 200 None
2026-03-30 06:46:50 [bca.uk] INFO: Scrape type for YP74%20VLO: 2
2026-03-30 06:46:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f13da83-e289-5d59-9439-4022f1233df7 with identifier: YP74%20VLO
2026-03-30 06:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f13da83-e289-5d59-9439-4022f1233df7 with scrape type 2
2026-03-30 06:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f13da83-e289-5d59-9439-4022f1233df7 with scrape type 2
2026-03-30 06:46:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f13da83-e289-5d59-9439-4022f1233df7, identifier: YP74%20VLO
2026-03-30 06:46:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30983d1e-4e35-547c-9bc3-17435461f551 with identifier: DL73%20KTF
2026-03-30 06:46:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30983d1e-4e35-547c-9bc3-17435461f551 with identifier: DL73%20KTF
2026-03-30 06:46:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30983d1e-4e35-547c-9bc3-17435461f551 with identifier: DL73%20KTF to the API
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KTF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30983d1e-4e35-547c-9bc3-17435461f551',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KTF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 13163,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11300,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4288848',
 'year': 2023}
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KTF%27 HTTP/1.1" 200 None
2026-03-30 06:46:50 [bca.uk] INFO: Saving data for DL73%20KTF: {'auction_closing_time': 1775026800.0, 'created_time': 1773833259.930144, 'last_price_update_time': 1774853210.945528}
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KTF') HTTP/1.1" 204 0
2026-03-30 06:46:50 [bca.uk] INFO: Found listing with ID: NY60%20FRX
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY60%2520FRX%27 HTTP/1.1" 200 None
2026-03-30 06:46:50 [bca.uk] INFO: Scrape type for NY60%20FRX: 2
2026-03-30 06:46:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with identifier: NY60%20FRX
2026-03-30 06:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with scrape type 2
2026-03-30 06:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with scrape type 2
2026-03-30 06:46:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd, identifier: NY60%20FRX
2026-03-30 06:46:51 [bca.uk] INFO: Found listing with ID: BD71%20HWO
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD71%2520HWO%27 HTTP/1.1" 200 None
2026-03-30 06:46:51 [bca.uk] INFO: Scrape type for BD71%20HWO: 2
2026-03-30 06:46:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with identifier: BD71%20HWO
2026-03-30 06:46:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with scrape type 2
2026-03-30 06:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with scrape type 2
2026-03-30 06:46:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36, identifier: BD71%20HWO
2026-03-30 06:46:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f13da83-e289-5d59-9439-4022f1233df7 with identifier: YP74%20VLO
2026-03-30 06:46:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f13da83-e289-5d59-9439-4022f1233df7 with identifier: YP74%20VLO
2026-03-30 06:46:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f13da83-e289-5d59-9439-4022f1233df7 with identifier: YP74%20VLO to the API
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP74%20VLO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f13da83-e289-5d59-9439-4022f1233df7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP74 VLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP74%20VLO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 14096,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 26600,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRC33789',
 'year': 2024}
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VLO%27 HTTP/1.1" 200 None
2026-03-30 06:46:51 [bca.uk] INFO: Saving data for YP74%20VLO: {'auction_closing_time': 1775026800.0, 'created_time': 1773841116.968089, 'last_price_update_time': 1774853211.479498}
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP74%2520VLO') HTTP/1.1" 204 0
2026-03-30 06:46:51 [bca.uk] INFO: Found listing with ID: DL73%20KUR
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KUR%27 HTTP/1.1" 200 None
2026-03-30 06:46:51 [bca.uk] INFO: Scrape type for DL73%20KUR: 2
2026-03-30 06:46:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bde08866-e8a9-573f-80c9-98a26bba4074 with identifier: DL73%20KUR
2026-03-30 06:46:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bde08866-e8a9-573f-80c9-98a26bba4074 with scrape type 2
2026-03-30 06:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bde08866-e8a9-573f-80c9-98a26bba4074 with scrape type 2
2026-03-30 06:46:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bde08866-e8a9-573f-80c9-98a26bba4074, identifier: DL73%20KUR
2026-03-30 06:46:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with identifier: NY60%20FRX
2026-03-30 06:46:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with identifier: NY60%20FRX
2026-03-30 06:46:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f3923d4-bb65-5aa7-bbe5-d0b031b193bd with identifier: NY60%20FRX to the API
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NY60%20FRX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f3923d4-bb65-5aa7-bbe5-d0b031b193bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NY60 FRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NY60%20FRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 79462,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-DTEC EX Estate',
 'transmission': 'automatic',
 'trim': 'I-DTEC EX',
 'vin': 'SHSRE6870BU000285',
 'year': 2010}
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NY60%2520FRX%27 HTTP/1.1" 200 None
2026-03-30 06:46:51 [bca.uk] INFO: Saving data for NY60%20FRX: {'auction_closing_time': 1774864800.0, 'created_time': 1774479070.10371, 'last_price_update_time': 1774853211.88289}
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NY60%2520FRX') HTTP/1.1" 204 0
2026-03-30 06:46:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with identifier: BD71%20HWO
2026-03-30 06:46:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with identifier: BD71%20HWO
2026-03-30 06:46:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36 with identifier: BD71%20HWO to the API
2026-03-30 06:46:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD71%20HWO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4aa2cfd0-8aa9-5d0a-995c-874ac9b52f36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BD71 HWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD71%20HWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 39766,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': 'LRW3F7FA3MC404626',
 'year': 2021}
2026-03-30 06:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD71%2520HWO%27 HTTP/1.1" 200 None
2026-03-30 06:46:52 [bca.uk] INFO: Saving data for BD71%20HWO: {'auction_closing_time': 1774864800.0, 'created_time': 1774476449.389558, 'last_price_update_time': 1774853212.689894}
2026-03-30 06:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD71%2520HWO') HTTP/1.1" 204 0
2026-03-30 06:46:52 [bca.uk] INFO: Found listing with ID: DC72%20MDK
2026-03-30 06:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC72%2520MDK%27 HTTP/1.1" 200 None
2026-03-30 06:46:52 [bca.uk] INFO: Scrape type for DC72%20MDK: 0
2026-03-30 06:46:52 [bca.uk] INFO: Found listing with ID: EF68%20NYN
2026-03-30 06:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF68%2520NYN%27 HTTP/1.1" 200 None
2026-03-30 06:46:52 [bca.uk] INFO: Scrape type for EF68%20NYN: 2
2026-03-30 06:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4de33efe-45e2-5775-b84f-39dff4cca09b with identifier: EF68%20NYN
2026-03-30 06:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4de33efe-45e2-5775-b84f-39dff4cca09b with scrape type 2
2026-03-30 06:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4de33efe-45e2-5775-b84f-39dff4cca09b with scrape type 2
2026-03-30 06:46:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4de33efe-45e2-5775-b84f-39dff4cca09b, identifier: EF68%20NYN
2026-03-30 06:46:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bde08866-e8a9-573f-80c9-98a26bba4074 with identifier: DL73%20KUR
2026-03-30 06:46:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bde08866-e8a9-573f-80c9-98a26bba4074 with identifier: DL73%20KUR
2026-03-30 06:46:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bde08866-e8a9-573f-80c9-98a26bba4074 with identifier: DL73%20KUR to the API
2026-03-30 06:46:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KUR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bde08866-e8a9-573f-80c9-98a26bba4074',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KUR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11385,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11400,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4269802',
 'year': 2023}
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KUR%27 HTTP/1.1" 200 None
2026-03-30 06:46:53 [bca.uk] INFO: Saving data for DL73%20KUR: {'auction_closing_time': 1775026800.0, 'created_time': 1773833259.561775, 'last_price_update_time': 1774853213.130145}
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KUR') HTTP/1.1" 204 0
2026-03-30 06:46:53 [bca.uk] INFO: Found listing with ID: VX65%20LMY
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX65%2520LMY%27 HTTP/1.1" 200 None
2026-03-30 06:46:53 [bca.uk] INFO: Scrape type for VX65%20LMY: 2
2026-03-30 06:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6161605-771d-56bc-a5e4-505f733c787b with identifier: VX65%20LMY
2026-03-30 06:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6161605-771d-56bc-a5e4-505f733c787b with scrape type 2
2026-03-30 06:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6161605-771d-56bc-a5e4-505f733c787b with scrape type 2
2026-03-30 06:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6161605-771d-56bc-a5e4-505f733c787b, identifier: VX65%20LMY
2026-03-30 06:46:53 [bca.uk] INFO: Found listing with ID: LV67%20VRD
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520VRD%27 HTTP/1.1" 200 None
2026-03-30 06:46:53 [bca.uk] INFO: Scrape type for LV67%20VRD: 2
2026-03-30 06:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with identifier: LV67%20VRD
2026-03-30 06:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with scrape type 2
2026-03-30 06:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with scrape type 2
2026-03-30 06:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23, identifier: LV67%20VRD
2026-03-30 06:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4de33efe-45e2-5775-b84f-39dff4cca09b with identifier: EF68%20NYN
2026-03-30 06:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4de33efe-45e2-5775-b84f-39dff4cca09b with identifier: EF68%20NYN
2026-03-30 06:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4de33efe-45e2-5775-b84f-39dff4cca09b with identifier: EF68%20NYN to the API
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF68%20NYN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4de33efe-45e2-5775-b84f-39dff4cca09b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF68 NYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF68%20NYN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 54242,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 40 TDI QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '40 TDI QUATTRO S LINE S-T',
 'vin': 'WAUZZZFY8J2237367',
 'year': 2018}
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF68%2520NYN%27 HTTP/1.1" 200 None
2026-03-30 06:46:53 [bca.uk] INFO: Saving data for EF68%20NYN: {'auction_closing_time': 1775026800.0, 'created_time': 1773933602.526193, 'last_price_update_time': 1774853213.777797}
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF68%2520NYN') HTTP/1.1" 204 0
2026-03-30 06:46:53 [bca.uk] INFO: Found listing with ID: DL73%20KXJ
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KXJ%27 HTTP/1.1" 200 None
2026-03-30 06:46:53 [bca.uk] INFO: Scrape type for DL73%20KXJ: 2
2026-03-30 06:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c039f86a-dbb3-53af-a590-f9787380703f with identifier: DL73%20KXJ
2026-03-30 06:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c039f86a-dbb3-53af-a590-f9787380703f with scrape type 2
2026-03-30 06:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c039f86a-dbb3-53af-a590-f9787380703f with scrape type 2
2026-03-30 06:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c039f86a-dbb3-53af-a590-f9787380703f, identifier: DL73%20KXJ
2026-03-30 06:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6161605-771d-56bc-a5e4-505f733c787b with identifier: VX65%20LMY
2026-03-30 06:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6161605-771d-56bc-a5e4-505f733c787b with identifier: VX65%20LMY
2026-03-30 06:46:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6161605-771d-56bc-a5e4-505f733c787b with identifier: VX65%20LMY to the API
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX65%20LMY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e6161605-771d-56bc-a5e4-505f733c787b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX65 LMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX65%20LMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 54450,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0CXXGAKCFY88128',
 'year': 2015}
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX65%2520LMY%27 HTTP/1.1" 200 None
2026-03-30 06:46:54 [bca.uk] INFO: Saving data for VX65%20LMY: {'auction_closing_time': 1774864800.0, 'created_time': 1774479050.556058, 'last_price_update_time': 1774853214.281784}
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX65%2520LMY') HTTP/1.1" 204 0
2026-03-30 06:46:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with identifier: LV67%20VRD
2026-03-30 06:46:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with identifier: LV67%20VRD
2026-03-30 06:46:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a26ccd2-2740-53c1-91ea-ad39b5bdbb23 with identifier: LV67%20VRD to the API
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV67%20VRD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a26ccd2-2740-53c1-91ea-ad39b5bdbb23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV67 VRD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV67%20VRD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 99076,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD LANDMARK Hatchback',
 'transmission': 'manual',
 'trim': 'TD4 180 4WD LANDMARK',
 'vin': 'SALVA2CNXJH274050',
 'year': 2017}
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV67%2520VRD%27 HTTP/1.1" 200 None
2026-03-30 06:46:54 [bca.uk] INFO: Saving data for LV67%20VRD: {'auction_closing_time': 1774951200.0, 'created_time': 1774476405.351009, 'last_price_update_time': 1774853214.589064}
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV67%2520VRD') HTTP/1.1" 204 0
2026-03-30 06:46:54 [bca.uk] INFO: Found listing with ID: GX20%20UMK
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520UMK%27 HTTP/1.1" 200 None
2026-03-30 06:46:54 [bca.uk] INFO: Scrape type for GX20%20UMK: 2
2026-03-30 06:46:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92a8dee7-fd80-5d7b-9a83-84687261bf01 with identifier: GX20%20UMK
2026-03-30 06:46:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92a8dee7-fd80-5d7b-9a83-84687261bf01 with scrape type 2
2026-03-30 06:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92a8dee7-fd80-5d7b-9a83-84687261bf01 with scrape type 2
2026-03-30 06:46:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92a8dee7-fd80-5d7b-9a83-84687261bf01, identifier: GX20%20UMK
2026-03-30 06:46:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c039f86a-dbb3-53af-a590-f9787380703f with identifier: DL73%20KXJ
2026-03-30 06:46:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c039f86a-dbb3-53af-a590-f9787380703f with identifier: DL73%20KXJ
2026-03-30 06:46:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c039f86a-dbb3-53af-a590-f9787380703f with identifier: DL73%20KXJ to the API
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KXJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c039f86a-dbb3-53af-a590-f9787380703f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KXJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 15882,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4281969',
 'year': 2023}
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KXJ%27 HTTP/1.1" 200 None
2026-03-30 06:46:54 [bca.uk] INFO: Saving data for DL73%20KXJ: {'auction_closing_time': 1775026800.0, 'created_time': 1773833248.527747, 'last_price_update_time': 1774853214.998025}
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KXJ') HTTP/1.1" 204 0
2026-03-30 06:46:55 [bca.uk] INFO: Found listing with ID: BD11%20UYV
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD11%2520UYV%27 HTTP/1.1" 200 None
2026-03-30 06:46:55 [bca.uk] INFO: Scrape type for BD11%20UYV: 2
2026-03-30 06:46:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1512bce-a641-5268-8b90-0d7f84744787 with identifier: BD11%20UYV
2026-03-30 06:46:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1512bce-a641-5268-8b90-0d7f84744787 with scrape type 2
2026-03-30 06:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1512bce-a641-5268-8b90-0d7f84744787 with scrape type 2
2026-03-30 06:46:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1512bce-a641-5268-8b90-0d7f84744787, identifier: BD11%20UYV
2026-03-30 06:46:55 [bca.uk] INFO: Found listing with ID: BV72%20ZJZ
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520ZJZ%27 HTTP/1.1" 200 None
2026-03-30 06:46:55 [bca.uk] INFO: Scrape type for BV72%20ZJZ: 2
2026-03-30 06:46:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 951cce0b-e225-5568-ad1a-4bb0e68201b7 with identifier: BV72%20ZJZ
2026-03-30 06:46:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 951cce0b-e225-5568-ad1a-4bb0e68201b7 with scrape type 2
2026-03-30 06:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 951cce0b-e225-5568-ad1a-4bb0e68201b7 with scrape type 2
2026-03-30 06:46:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 951cce0b-e225-5568-ad1a-4bb0e68201b7, identifier: BV72%20ZJZ
2026-03-30 06:46:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92a8dee7-fd80-5d7b-9a83-84687261bf01 with identifier: GX20%20UMK
2026-03-30 06:46:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92a8dee7-fd80-5d7b-9a83-84687261bf01 with identifier: GX20%20UMK
2026-03-30 06:46:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92a8dee7-fd80-5d7b-9a83-84687261bf01 with identifier: GX20%20UMK to the API
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX20%20UMK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '92a8dee7-fd80-5d7b-9a83-84687261bf01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX20 UMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX20%20UMK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 90007,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20300,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 LANDMARK ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 306 LANDMARK ED.',
 'vin': 'SALRA2AK5L2427904',
 'year': 2020}
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520UMK%27 HTTP/1.1" 200 None
2026-03-30 06:46:55 [bca.uk] INFO: Saving data for GX20%20UMK: {'auction_closing_time': 1775026800.0, 'created_time': 1774015644.555659, 'last_price_update_time': 1774853215.571042}
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX20%2520UMK') HTTP/1.1" 204 0
2026-03-30 06:46:55 [bca.uk] INFO: Found listing with ID: DL73%20KZW
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KZW%27 HTTP/1.1" 200 None
2026-03-30 06:46:55 [bca.uk] INFO: Scrape type for DL73%20KZW: 2
2026-03-30 06:46:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adf19696-430b-565f-9dfe-d777ae2ce322 with identifier: DL73%20KZW
2026-03-30 06:46:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adf19696-430b-565f-9dfe-d777ae2ce322 with scrape type 2
2026-03-30 06:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adf19696-430b-565f-9dfe-d777ae2ce322 with scrape type 2
2026-03-30 06:46:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adf19696-430b-565f-9dfe-d777ae2ce322, identifier: DL73%20KZW
2026-03-30 06:46:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1512bce-a641-5268-8b90-0d7f84744787 with identifier: BD11%20UYV
2026-03-30 06:46:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1512bce-a641-5268-8b90-0d7f84744787 with identifier: BD11%20UYV
2026-03-30 06:46:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1512bce-a641-5268-8b90-0d7f84744787 with identifier: BD11%20UYV to the API
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD11%20UYV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd1512bce-a641-5268-8b90-0d7f84744787',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD11 UYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD11%20UYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 56816,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TI-VCT 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TI-VCT 125 TITANIUM',
 'vin': 'WF0KXXGCBKBD12026',
 'year': 2011}
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD11%2520UYV%27 HTTP/1.1" 200 None
2026-03-30 06:46:55 [bca.uk] INFO: Saving data for BD11%20UYV: {'auction_closing_time': 1774864800.0, 'created_time': 1774479041.015069, 'last_price_update_time': 1774853215.988191}
2026-03-30 06:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD11%2520UYV') HTTP/1.1" 204 0
2026-03-30 06:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 951cce0b-e225-5568-ad1a-4bb0e68201b7 with identifier: BV72%20ZJZ
2026-03-30 06:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 951cce0b-e225-5568-ad1a-4bb0e68201b7 with identifier: BV72%20ZJZ
2026-03-30 06:46:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 951cce0b-e225-5568-ad1a-4bb0e68201b7 with identifier: BV72%20ZJZ to the API
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV72%20ZJZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '951cce0b-e225-5568-ad1a-4bb0e68201b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV72 ZJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV72%20ZJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 37361,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD EDITION Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD EDITION',
 'vin': 'SALZA2AT6PH201270',
 'year': 2022}
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520ZJZ%27 HTTP/1.1" 200 None
2026-03-30 06:46:56 [bca.uk] INFO: Saving data for BV72%20ZJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774479510.71937, 'last_price_update_time': 1774853216.293581}
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV72%2520ZJZ') HTTP/1.1" 204 0
2026-03-30 06:46:56 [bca.uk] INFO: Found listing with ID: GY14%20NPF
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520NPF%27 HTTP/1.1" 200 None
2026-03-30 06:46:56 [bca.uk] INFO: Scrape type for GY14%20NPF: 2
2026-03-30 06:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68a9379e-2926-5693-a162-1fc2b174a0c2 with identifier: GY14%20NPF
2026-03-30 06:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68a9379e-2926-5693-a162-1fc2b174a0c2 with scrape type 2
2026-03-30 06:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68a9379e-2926-5693-a162-1fc2b174a0c2 with scrape type 2
2026-03-30 06:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68a9379e-2926-5693-a162-1fc2b174a0c2, identifier: GY14%20NPF
2026-03-30 06:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adf19696-430b-565f-9dfe-d777ae2ce322 with identifier: DL73%20KZW
2026-03-30 06:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adf19696-430b-565f-9dfe-d777ae2ce322 with identifier: DL73%20KZW
2026-03-30 06:46:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adf19696-430b-565f-9dfe-d777ae2ce322 with identifier: DL73%20KZW to the API
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KZW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'adf19696-430b-565f-9dfe-d777ae2ce322',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KZW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 19842,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12600,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4270675',
 'year': 2023}
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KZW%27 HTTP/1.1" 200 None
2026-03-30 06:46:56 [bca.uk] INFO: Saving data for DL73%20KZW: {'auction_closing_time': 1775026800.0, 'created_time': 1773842147.001582, 'last_price_update_time': 1774853216.733921}
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KZW') HTTP/1.1" 204 0
2026-03-30 06:46:56 [bca.uk] INFO: Found listing with ID: RO11%20CRF
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520CRF%27 HTTP/1.1" 200 None
2026-03-30 06:46:56 [bca.uk] INFO: Scrape type for RO11%20CRF: 2
2026-03-30 06:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with identifier: RO11%20CRF
2026-03-30 06:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with scrape type 2
2026-03-30 06:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with scrape type 2
2026-03-30 06:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db, identifier: RO11%20CRF
2026-03-30 06:46:56 [bca.uk] INFO: Found listing with ID: KP22%20GXA
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520GXA%27 HTTP/1.1" 200 None
2026-03-30 06:46:56 [bca.uk] INFO: Scrape type for KP22%20GXA: 2
2026-03-30 06:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db410fad-34e0-5bbe-aa51-e99e1cdcf51c with identifier: KP22%20GXA
2026-03-30 06:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db410fad-34e0-5bbe-aa51-e99e1cdcf51c with scrape type 2
2026-03-30 06:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db410fad-34e0-5bbe-aa51-e99e1cdcf51c with scrape type 2
2026-03-30 06:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db410fad-34e0-5bbe-aa51-e99e1cdcf51c, identifier: KP22%20GXA
2026-03-30 06:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68a9379e-2926-5693-a162-1fc2b174a0c2 with identifier: GY14%20NPF
2026-03-30 06:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68a9379e-2926-5693-a162-1fc2b174a0c2 with identifier: GY14%20NPF
2026-03-30 06:46:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68a9379e-2926-5693-a162-1fc2b174a0c2 with identifier: GY14%20NPF to the API
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 71,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY14%20NPF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '68a9379e-2926-5693-a162-1fc2b174a0c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY14 NPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY14%20NPF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'PORSCHE',
 'model': 'PANAMERA',
 'odometer': 100769,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11500,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PORSCHE PANAMERA 3.0 V6 S E-HYBRID TIPTRONIC S Hatchback',
 'transmission': 'manual',
 'trim': 'V6 S E-HYBRID TIPTRONIC S',
 'vin': 'WP0ZZZ97ZEL041486',
 'year': 2014}
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520NPF%27 HTTP/1.1" 200 None
2026-03-30 06:46:57 [bca.uk] INFO: Saving data for GY14%20NPF: {'auction_closing_time': 1775026800.0, 'created_time': 1773825661.444875, 'last_price_update_time': 1774853217.261657}
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY14%2520NPF') HTTP/1.1" 204 0
2026-03-30 06:46:57 [bca.uk] INFO: Found listing with ID: DL73%20LFM
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFM%27 HTTP/1.1" 200 None
2026-03-30 06:46:57 [bca.uk] INFO: Scrape type for DL73%20LFM: 2
2026-03-30 06:46:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81c7fdc5-d395-59ad-9385-476fbc6dc136 with identifier: DL73%20LFM
2026-03-30 06:46:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81c7fdc5-d395-59ad-9385-476fbc6dc136 with scrape type 2
2026-03-30 06:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81c7fdc5-d395-59ad-9385-476fbc6dc136 with scrape type 2
2026-03-30 06:46:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81c7fdc5-d395-59ad-9385-476fbc6dc136, identifier: DL73%20LFM
2026-03-30 06:46:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with identifier: RO11%20CRF
2026-03-30 06:46:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with identifier: RO11%20CRF
2026-03-30 06:46:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db with identifier: RO11%20CRF to the API
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO11%20CRF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c5d6dc09-dbf4-57bc-aaf7-5d0151a6c5db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO11 CRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO11%20CRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'CR-Z',
 'odometer': 42632,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HONDA CR-Z 1.5 IMA GT HYBRID Coupe',
 'transmission': 'manual',
 'trim': 'IMA GT HYBRID',
 'vin': 'JHMZF1360BS211554',
 'year': 2011}
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO11%2520CRF%27 HTTP/1.1" 200 None
2026-03-30 06:46:57 [bca.uk] INFO: Saving data for RO11%20CRF: {'auction_closing_time': 1774864800.0, 'created_time': 1774479373.024501, 'last_price_update_time': 1774853217.685655}
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO11%2520CRF') HTTP/1.1" 204 0
2026-03-30 06:46:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db410fad-34e0-5bbe-aa51-e99e1cdcf51c with identifier: KP22%20GXA
2026-03-30 06:46:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db410fad-34e0-5bbe-aa51-e99e1cdcf51c with identifier: KP22%20GXA
2026-03-30 06:46:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db410fad-34e0-5bbe-aa51-e99e1cdcf51c with identifier: KP22%20GXA to the API
2026-03-30 06:46:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP22%20GXA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'db410fad-34e0-5bbe-aa51-e99e1cdcf51c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP22 GXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP22%20GXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 33770,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 PROGRESSIVE Luton',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 PROGRESSIVE',
 'vin': 'W1V9071352N188021',
 'year': 2022}
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP22%2520GXA%27 HTTP/1.1" 200 None
2026-03-30 06:46:58 [bca.uk] INFO: Saving data for KP22%20GXA: {'auction_closing_time': 1774864800.0, 'created_time': 1773834057.910041, 'last_price_update_time': 1774853218.115151}
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP22%2520GXA') HTTP/1.1" 204 0
2026-03-30 06:46:58 [bca.uk] INFO: Found listing with ID: GY64%20NJV
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520NJV%27 HTTP/1.1" 200 None
2026-03-30 06:46:58 [bca.uk] INFO: Scrape type for GY64%20NJV: 2
2026-03-30 06:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eff39763-2e3d-5764-b142-f82713443b14 with identifier: GY64%20NJV
2026-03-30 06:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eff39763-2e3d-5764-b142-f82713443b14 with scrape type 2
2026-03-30 06:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eff39763-2e3d-5764-b142-f82713443b14 with scrape type 2
2026-03-30 06:46:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eff39763-2e3d-5764-b142-f82713443b14, identifier: GY64%20NJV
2026-03-30 06:46:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81c7fdc5-d395-59ad-9385-476fbc6dc136 with identifier: DL73%20LFM
2026-03-30 06:46:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81c7fdc5-d395-59ad-9385-476fbc6dc136 with identifier: DL73%20LFM
2026-03-30 06:46:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81c7fdc5-d395-59ad-9385-476fbc6dc136 with identifier: DL73%20LFM to the API
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LFM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '81c7fdc5-d395-59ad-9385-476fbc6dc136',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LFM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LFM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 18446,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12300,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4289378',
 'year': 2023}
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFM%27 HTTP/1.1" 200 None
2026-03-30 06:46:58 [bca.uk] INFO: Saving data for DL73%20LFM: {'auction_closing_time': 1775026800.0, 'created_time': 1773841495.108597, 'last_price_update_time': 1774853218.535562}
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LFM') HTTP/1.1" 204 0
2026-03-30 06:46:58 [bca.uk] INFO: Found listing with ID: VK04%20TUA
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK04%2520TUA%27 HTTP/1.1" 200 None
2026-03-30 06:46:58 [bca.uk] INFO: Scrape type for VK04%20TUA: 2
2026-03-30 06:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 679782da-2c1f-5a5d-930e-030a43e6ffaa with identifier: VK04%20TUA
2026-03-30 06:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 679782da-2c1f-5a5d-930e-030a43e6ffaa with scrape type 2
2026-03-30 06:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 679782da-2c1f-5a5d-930e-030a43e6ffaa with scrape type 2
2026-03-30 06:46:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 679782da-2c1f-5a5d-930e-030a43e6ffaa, identifier: VK04%20TUA
2026-03-30 06:46:58 [bca.uk] INFO: Found listing with ID: NU20%20ZTD
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520ZTD%27 HTTP/1.1" 200 None
2026-03-30 06:46:58 [bca.uk] INFO: Scrape type for NU20%20ZTD: 2
2026-03-30 06:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c685c378-40bd-5c0b-aaf6-faaf37ef295e with identifier: NU20%20ZTD
2026-03-30 06:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c685c378-40bd-5c0b-aaf6-faaf37ef295e with scrape type 2
2026-03-30 06:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c685c378-40bd-5c0b-aaf6-faaf37ef295e with scrape type 2
2026-03-30 06:46:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c685c378-40bd-5c0b-aaf6-faaf37ef295e, identifier: NU20%20ZTD
2026-03-30 06:46:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eff39763-2e3d-5764-b142-f82713443b14 with identifier: GY64%20NJV
2026-03-30 06:46:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eff39763-2e3d-5764-b142-f82713443b14 with identifier: GY64%20NJV
2026-03-30 06:46:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eff39763-2e3d-5764-b142-f82713443b14 with identifier: GY64%20NJV to the API
2026-03-30 06:46:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY64%20NJV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eff39763-2e3d-5764-b142-f82713443b14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY64 NJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY64%20NJV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 92644,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6600,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D SE STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D SE STEP',
 'vin': 'WBAWZ520700K88459',
 'year': 2014}
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY64%2520NJV%27 HTTP/1.1" 200 None
2026-03-30 06:46:59 [bca.uk] INFO: Saving data for GY64%20NJV: {'auction_closing_time': 1775026800.0, 'created_time': 1773829928.719167, 'last_price_update_time': 1774853219.065722}
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY64%2520NJV') HTTP/1.1" 204 0
2026-03-30 06:46:59 [bca.uk] INFO: Found listing with ID: DL73%20LFW
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFW%27 HTTP/1.1" 200 None
2026-03-30 06:46:59 [bca.uk] INFO: Scrape type for DL73%20LFW: 2
2026-03-30 06:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 929d9e4b-f385-5d57-a360-6394c76e2a10 with identifier: DL73%20LFW
2026-03-30 06:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 929d9e4b-f385-5d57-a360-6394c76e2a10 with scrape type 2
2026-03-30 06:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 929d9e4b-f385-5d57-a360-6394c76e2a10 with scrape type 2
2026-03-30 06:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 929d9e4b-f385-5d57-a360-6394c76e2a10, identifier: DL73%20LFW
2026-03-30 06:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 679782da-2c1f-5a5d-930e-030a43e6ffaa with identifier: VK04%20TUA
2026-03-30 06:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 679782da-2c1f-5a5d-930e-030a43e6ffaa with identifier: VK04%20TUA
2026-03-30 06:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 679782da-2c1f-5a5d-930e-030a43e6ffaa with identifier: VK04%20TUA to the API
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK04%20TUA-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '679782da-2c1f-5a5d-930e-030a43e6ffaa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK04 TUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK04%20TUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'JAGUAR',
 'model': 'X-TYPE',
 'odometer': 36292,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2004-01-01',
 'seller_name': None,
 'title': 'JAGUAR X-TYPE 2.5 V6 Saloon',
 'transmission': 'automatic',
 'trim': 'V6',
 'vin': 'SAJAC52M54XE05152',
 'year': 2004}
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK04%2520TUA%27 HTTP/1.1" 200 None
2026-03-30 06:46:59 [bca.uk] INFO: Saving data for VK04%20TUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774478976.462392, 'last_price_update_time': 1774853219.485878}
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK04%2520TUA') HTTP/1.1" 204 0
2026-03-30 06:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c685c378-40bd-5c0b-aaf6-faaf37ef295e with identifier: NU20%20ZTD
2026-03-30 06:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c685c378-40bd-5c0b-aaf6-faaf37ef295e with identifier: NU20%20ZTD
2026-03-30 06:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c685c378-40bd-5c0b-aaf6-faaf37ef295e with identifier: NU20%20ZTD to the API
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:46: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:46:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 250,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU20%20ZTD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c685c378-40bd-5c0b-aaf6-faaf37ef295e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU20 ZTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU20%20ZTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LDV',
 'model': 'V80',
 'odometer': 99134,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LDV V80 2.5 TD LWB M/R PanelVan',
 'transmission': 'manual',
 'trim': 'TD LWB M/R',
 'vin': 'LSKG5GL17GA227035',
 'year': 2020}
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520ZTD%27 HTTP/1.1" 200 None
2026-03-30 06:46:59 [bca.uk] INFO: Saving data for NU20%20ZTD: {'auction_closing_time': 1774951200.0, 'created_time': 1774479445.973365, 'last_price_update_time': 1774853219.796302}
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU20%2520ZTD') HTTP/1.1" 204 0
2026-03-30 06:46:59 [bca.uk] INFO: Found listing with ID: LB68%20CAV
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520CAV%27 HTTP/1.1" 200 None
2026-03-30 06:46:59 [bca.uk] INFO: Scrape type for LB68%20CAV: 2
2026-03-30 06:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 269d41eb-79eb-5607-a205-e8e8b8f6a816 with identifier: LB68%20CAV
2026-03-30 06:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 269d41eb-79eb-5607-a205-e8e8b8f6a816 with scrape type 2
2026-03-30 06:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 269d41eb-79eb-5607-a205-e8e8b8f6a816 with scrape type 2
2026-03-30 06:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 269d41eb-79eb-5607-a205-e8e8b8f6a816, identifier: LB68%20CAV
2026-03-30 06:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 929d9e4b-f385-5d57-a360-6394c76e2a10 with identifier: DL73%20LFW
2026-03-30 06:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 929d9e4b-f385-5d57-a360-6394c76e2a10 with identifier: DL73%20LFW
2026-03-30 06:47:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 929d9e4b-f385-5d57-a360-6394c76e2a10 with identifier: DL73%20LFW to the API
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LFW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '929d9e4b-f385-5d57-a360-6394c76e2a10',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LFW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 18134,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12700,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4277304',
 'year': 2023}
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFW%27 HTTP/1.1" 200 None
2026-03-30 06:47:00 [bca.uk] INFO: Saving data for DL73%20LFW: {'auction_closing_time': 1775026800.0, 'created_time': 1773842119.323796, 'last_price_update_time': 1774853220.269781}
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LFW') HTTP/1.1" 204 0
2026-03-30 06:47:00 [bca.uk] INFO: Found listing with ID: BV71%20OTX
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV71%2520OTX%27 HTTP/1.1" 200 None
2026-03-30 06:47:00 [bca.uk] INFO: Scrape type for BV71%20OTX: 2
2026-03-30 06:47:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38057940-2c0c-501a-a704-d78c4a45721c with identifier: BV71%20OTX
2026-03-30 06:47:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38057940-2c0c-501a-a704-d78c4a45721c with scrape type 2
2026-03-30 06:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38057940-2c0c-501a-a704-d78c4a45721c with scrape type 2
2026-03-30 06:47:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38057940-2c0c-501a-a704-d78c4a45721c, identifier: BV71%20OTX
2026-03-30 06:47:00 [bca.uk] INFO: Found listing with ID: YP72%20RVU
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520RVU%27 HTTP/1.1" 200 None
2026-03-30 06:47:00 [bca.uk] INFO: Scrape type for YP72%20RVU: 2
2026-03-30 06:47:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with identifier: YP72%20RVU
2026-03-30 06:47:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with scrape type 2
2026-03-30 06:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with scrape type 2
2026-03-30 06:47:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aa0c58a-a40d-5b75-99ee-7c64650b2acc, identifier: YP72%20RVU
2026-03-30 06:47:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 269d41eb-79eb-5607-a205-e8e8b8f6a816 with identifier: LB68%20CAV
2026-03-30 06:47:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 269d41eb-79eb-5607-a205-e8e8b8f6a816 with identifier: LB68%20CAV
2026-03-30 06:47:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 269d41eb-79eb-5607-a205-e8e8b8f6a816 with identifier: LB68%20CAV to the API
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB68%20CAV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '269d41eb-79eb-5607-a205-e8e8b8f6a816',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB68 CAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB68%20CAV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 116224,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9800,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 P250 AWD R-DYNAMIC HSE Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 AWD R-DYNAMIC HSE',
 'vin': 'SADFA2AX4K1Z48059',
 'year': 2018}
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB68%2520CAV%27 HTTP/1.1" 200 None
2026-03-30 06:47:00 [bca.uk] INFO: Saving data for LB68%20CAV: {'auction_closing_time': 1775026800.0, 'created_time': 1773933597.085044, 'last_price_update_time': 1774853220.784691}
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB68%2520CAV') HTTP/1.1" 204 0
2026-03-30 06:47:00 [bca.uk] INFO: Found listing with ID: DL73%20LGO
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LGO%27 HTTP/1.1" 200 None
2026-03-30 06:47:00 [bca.uk] INFO: Scrape type for DL73%20LGO: 2
2026-03-30 06:47:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2621925d-dae8-59d6-a032-9b82de0757c5 with identifier: DL73%20LGO
2026-03-30 06:47:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2621925d-dae8-59d6-a032-9b82de0757c5 with scrape type 2
2026-03-30 06:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2621925d-dae8-59d6-a032-9b82de0757c5 with scrape type 2
2026-03-30 06:47:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2621925d-dae8-59d6-a032-9b82de0757c5, identifier: DL73%20LGO
2026-03-30 06:47:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38057940-2c0c-501a-a704-d78c4a45721c with identifier: BV71%20OTX
2026-03-30 06:47:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38057940-2c0c-501a-a704-d78c4a45721c with identifier: BV71%20OTX
2026-03-30 06:47:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38057940-2c0c-501a-a704-d78c4a45721c with identifier: BV71%20OTX to the API
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV71%20OTX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38057940-2c0c-501a-a704-d78c4a45721c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV71 OTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV71%20OTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY MAXI',
 'odometer': 8896,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY MAXI 1.5 TSI 114 LIFE DSG MPV',
 'transmission': 'automatic',
 'trim': 'TSI 114 LIFE DSG',
 'vin': 'WV2ZZZSKZNX009289',
 'year': 2022}
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV71%2520OTX%27 HTTP/1.1" 200 None
2026-03-30 06:47:01 [bca.uk] INFO: Saving data for BV71%20OTX: {'auction_closing_time': 1775037600.0, 'created_time': 1774477310.477301, 'last_price_update_time': 1774853221.20397}
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV71%2520OTX') HTTP/1.1" 204 0
2026-03-30 06:47:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with identifier: YP72%20RVU
2026-03-30 06:47:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with identifier: YP72%20RVU
2026-03-30 06:47:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2aa0c58a-a40d-5b75-99ee-7c64650b2acc with identifier: YP72%20RVU to the API
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP72%20RVU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2aa0c58a-a40d-5b75-99ee-7c64650b2acc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YP72 RVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP72%20RVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 70466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV CORE BRIGHT StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV CORE BRIGHT',
 'vin': 'YV1XZBWV0P2975965',
 'year': 2022}
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520RVU%27 HTTP/1.1" 200 None
2026-03-30 06:47:01 [bca.uk] INFO: Saving data for YP72%20RVU: {'auction_closing_time': 1774864800.0, 'created_time': 1774476672.260825, 'last_price_update_time': 1774853221.549978}
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP72%2520RVU') HTTP/1.1" 204 0
2026-03-30 06:47:01 [bca.uk] INFO: Found listing with ID: MV59%20XBC
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV59%2520XBC%27 HTTP/1.1" 200 None
2026-03-30 06:47:01 [bca.uk] INFO: Scrape type for MV59%20XBC: 2
2026-03-30 06:47:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 885ee24f-d81c-5449-ac11-a15c3cb7715b with identifier: MV59%20XBC
2026-03-30 06:47:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 885ee24f-d81c-5449-ac11-a15c3cb7715b with scrape type 2
2026-03-30 06:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 885ee24f-d81c-5449-ac11-a15c3cb7715b with scrape type 2
2026-03-30 06:47:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 885ee24f-d81c-5449-ac11-a15c3cb7715b, identifier: MV59%20XBC
2026-03-30 06:47:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2621925d-dae8-59d6-a032-9b82de0757c5 with identifier: DL73%20LGO
2026-03-30 06:47:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2621925d-dae8-59d6-a032-9b82de0757c5 with identifier: DL73%20LGO
2026-03-30 06:47:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2621925d-dae8-59d6-a032-9b82de0757c5 with identifier: DL73%20LGO to the API
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LGO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2621925d-dae8-59d6-a032-9b82de0757c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LGO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 13648,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4277571',
 'year': 2023}
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LGO%27 HTTP/1.1" 200 None
2026-03-30 06:47:01 [bca.uk] INFO: Saving data for DL73%20LGO: {'auction_closing_time': 1775026800.0, 'created_time': 1773841447.718594, 'last_price_update_time': 1774853221.972213}
2026-03-30 06:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LGO') HTTP/1.1" 204 0
2026-03-30 06:47:02 [bca.uk] INFO: Found listing with ID: KV67%20KHA
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV67%2520KHA%27 HTTP/1.1" 200 None
2026-03-30 06:47:02 [bca.uk] INFO: Scrape type for KV67%20KHA: 2
2026-03-30 06:47:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c143b2eb-fe0f-5746-85a5-57db803c81f0 with identifier: KV67%20KHA
2026-03-30 06:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c143b2eb-fe0f-5746-85a5-57db803c81f0 with scrape type 2
2026-03-30 06:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c143b2eb-fe0f-5746-85a5-57db803c81f0 with scrape type 2
2026-03-30 06:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c143b2eb-fe0f-5746-85a5-57db803c81f0, identifier: KV67%20KHA
2026-03-30 06:47:02 [bca.uk] INFO: Found listing with ID: LC69%20LPN
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LPN%27 HTTP/1.1" 200 None
2026-03-30 06:47:02 [bca.uk] INFO: Scrape type for LC69%20LPN: 2
2026-03-30 06:47:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 875392ac-7c41-5447-b404-7dfc57b86917 with identifier: LC69%20LPN
2026-03-30 06:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 875392ac-7c41-5447-b404-7dfc57b86917 with scrape type 2
2026-03-30 06:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 875392ac-7c41-5447-b404-7dfc57b86917 with scrape type 2
2026-03-30 06:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 875392ac-7c41-5447-b404-7dfc57b86917, identifier: LC69%20LPN
2026-03-30 06:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 885ee24f-d81c-5449-ac11-a15c3cb7715b with identifier: MV59%20XBC
2026-03-30 06:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 885ee24f-d81c-5449-ac11-a15c3cb7715b with identifier: MV59%20XBC
2026-03-30 06:47:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 885ee24f-d81c-5449-ac11-a15c3cb7715b with identifier: MV59%20XBC to the API
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV59%20XBC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.5L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '885ee24f-d81c-5449-ac11-a15c3cb7715b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV59 XBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV59%20XBC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'LEXUS',
 'model': 'RX',
 'odometer': 110527,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4800,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'LEXUS RX 3.5 450 H SE-L StationWagon',
 'transmission': 'automatic',
 'trim': '450 H SE-L',
 'vin': 'JTJBC11A202007448',
 'year': 2009}
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV59%2520XBC%27 HTTP/1.1" 200 None
2026-03-30 06:47:02 [bca.uk] INFO: Saving data for MV59%20XBC: {'auction_closing_time': 1775026800.0, 'created_time': 1774005125.011111, 'last_price_update_time': 1774853222.510491}
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV59%2520XBC') HTTP/1.1" 204 0
2026-03-30 06:47:02 [bca.uk] INFO: Found listing with ID: DL73%20LTA
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LTA%27 HTTP/1.1" 200 None
2026-03-30 06:47:02 [bca.uk] INFO: Scrape type for DL73%20LTA: 2
2026-03-30 06:47:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with identifier: DL73%20LTA
2026-03-30 06:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with scrape type 2
2026-03-30 06:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with scrape type 2
2026-03-30 06:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e651e9ab-ad33-5b14-a06e-6f68c0fc8691, identifier: DL73%20LTA
2026-03-30 06:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c143b2eb-fe0f-5746-85a5-57db803c81f0 with identifier: KV67%20KHA
2026-03-30 06:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c143b2eb-fe0f-5746-85a5-57db803c81f0 with identifier: KV67%20KHA
2026-03-30 06:47:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c143b2eb-fe0f-5746-85a5-57db803c81f0 with identifier: KV67%20KHA to the API
2026-03-30 06:47:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV67%20KHA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c143b2eb-fe0f-5746-85a5-57db803c81f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV67 KHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV67%20KHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 50924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 N-CONNECTA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 130 N-CONNECTA XTRONIC',
 'vin': 'SJNFDAJ11U2047433',
 'year': 2017}
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV67%2520KHA%27 HTTP/1.1" 200 None
2026-03-30 06:47:03 [bca.uk] INFO: Saving data for KV67%20KHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774479384.17241, 'last_price_update_time': 1774853223.057524}
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV67%2520KHA') HTTP/1.1" 204 0
2026-03-30 06:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 875392ac-7c41-5447-b404-7dfc57b86917 with identifier: LC69%20LPN
2026-03-30 06:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 875392ac-7c41-5447-b404-7dfc57b86917 with identifier: LC69%20LPN
2026-03-30 06:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 875392ac-7c41-5447-b404-7dfc57b86917 with identifier: LC69%20LPN to the API
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC69%20LPN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '875392ac-7c41-5447-b404-7dfc57b86917',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC69 LPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC69%20LPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 101826,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 EBL 120 ZETEC P/S Estate',
 'transmission': 'automatic',
 'trim': 'EBL 120 ZETEC P/S',
 'vin': 'WF0PXXGCHPKU49214',
 'year': 2019}
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520LPN%27 HTTP/1.1" 200 None
2026-03-30 06:47:03 [bca.uk] INFO: Saving data for LC69%20LPN: {'auction_closing_time': 1774864800.0, 'created_time': 1774479418.791447, 'last_price_update_time': 1774853223.345739}
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC69%2520LPN') HTTP/1.1" 204 0
2026-03-30 06:47:03 [bca.uk] INFO: Found listing with ID: SB69%20UXK
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520UXK%27 HTTP/1.1" 200 None
2026-03-30 06:47:03 [bca.uk] INFO: Scrape type for SB69%20UXK: 0
2026-03-30 06:47:03 [bca.uk] INFO: Found listing with ID: SL15%20VMP
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL15%2520VMP%27 HTTP/1.1" 200 None
2026-03-30 06:47:03 [bca.uk] INFO: Scrape type for SL15%20VMP: 2
2026-03-30 06:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74974fcf-4aba-51e0-b6aa-f53ef38d804f with identifier: SL15%20VMP
2026-03-30 06:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74974fcf-4aba-51e0-b6aa-f53ef38d804f with scrape type 2
2026-03-30 06:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74974fcf-4aba-51e0-b6aa-f53ef38d804f with scrape type 2
2026-03-30 06:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74974fcf-4aba-51e0-b6aa-f53ef38d804f, identifier: SL15%20VMP
2026-03-30 06:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with identifier: DL73%20LTA
2026-03-30 06:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with identifier: DL73%20LTA
2026-03-30 06:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e651e9ab-ad33-5b14-a06e-6f68c0fc8691 with identifier: DL73%20LTA to the API
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LTA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e651e9ab-ad33-5b14-a06e-6f68c0fc8691',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LTA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 19991,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4259967',
 'year': 2023}
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LTA%27 HTTP/1.1" 200 None
2026-03-30 06:47:03 [bca.uk] INFO: Saving data for DL73%20LTA: {'auction_closing_time': 1775026800.0, 'created_time': 1773842117.555847, 'last_price_update_time': 1774853223.825102}
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LTA') HTTP/1.1" 204 0
2026-03-30 06:47:03 [bca.uk] INFO: Found listing with ID: OV70%20HLC
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV70%2520HLC%27 HTTP/1.1" 200 None
2026-03-30 06:47:03 [bca.uk] INFO: Scrape type for OV70%20HLC: 2
2026-03-30 06:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dfbde1e-5aee-5777-860a-bb1600483976 with identifier: OV70%20HLC
2026-03-30 06:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dfbde1e-5aee-5777-860a-bb1600483976 with scrape type 2
2026-03-30 06:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dfbde1e-5aee-5777-860a-bb1600483976 with scrape type 2
2026-03-30 06:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5dfbde1e-5aee-5777-860a-bb1600483976, identifier: OV70%20HLC
2026-03-30 06:47:03 [bca.uk] INFO: Found listing with ID: HN16%20WFK
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520WFK%27 HTTP/1.1" 200 None
2026-03-30 06:47:03 [bca.uk] INFO: Scrape type for HN16%20WFK: 2
2026-03-30 06:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with identifier: HN16%20WFK
2026-03-30 06:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with scrape type 2
2026-03-30 06:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with scrape type 2
2026-03-30 06:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e1d4fed-d572-5d98-be35-b8cef71ee0c0, identifier: HN16%20WFK
2026-03-30 06:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74974fcf-4aba-51e0-b6aa-f53ef38d804f with identifier: SL15%20VMP
2026-03-30 06:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74974fcf-4aba-51e0-b6aa-f53ef38d804f with identifier: SL15%20VMP
2026-03-30 06:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74974fcf-4aba-51e0-b6aa-f53ef38d804f with identifier: SL15%20VMP to the API
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL15%20VMP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74974fcf-4aba-51e0-b6aa-f53ef38d804f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL15 VMP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL15%20VMP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '640D',
 'odometer': 150455,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5600,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 640D 3.0 M SPORT Convertible',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBALZ72090D937573',
 'year': 2015}
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL15%2520VMP%27 HTTP/1.1" 200 None
2026-03-30 06:47:04 [bca.uk] INFO: Saving data for SL15%20VMP: {'auction_closing_time': 1775026800.0, 'created_time': 1773825616.876297, 'last_price_update_time': 1774853224.389278}
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL15%2520VMP') HTTP/1.1" 204 0
2026-03-30 06:47:04 [bca.uk] INFO: Found listing with ID: DL73%20ULU
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520ULU%27 HTTP/1.1" 200 None
2026-03-30 06:47:04 [bca.uk] INFO: Scrape type for DL73%20ULU: 2
2026-03-30 06:47:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3651c454-849d-5912-9ffd-038de7f71e06 with identifier: DL73%20ULU
2026-03-30 06:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3651c454-849d-5912-9ffd-038de7f71e06 with scrape type 2
2026-03-30 06:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3651c454-849d-5912-9ffd-038de7f71e06 with scrape type 2
2026-03-30 06:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3651c454-849d-5912-9ffd-038de7f71e06, identifier: DL73%20ULU
2026-03-30 06:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5dfbde1e-5aee-5777-860a-bb1600483976 with identifier: OV70%20HLC
2026-03-30 06:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5dfbde1e-5aee-5777-860a-bb1600483976 with identifier: OV70%20HLC
2026-03-30 06:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5dfbde1e-5aee-5777-860a-bb1600483976 with identifier: OV70%20HLC to the API
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV70%20HLC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5dfbde1e-5aee-5777-860a-bb1600483976',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV70 HLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV70%20HLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 71262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 T 110 GRIFFIN (6)S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 110 GRIFFIN (6)S/S',
 'vin': 'W0V7D9ED4L4339799',
 'year': 2020}
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV70%2520HLC%27 HTTP/1.1" 200 None
2026-03-30 06:47:04 [bca.uk] INFO: Saving data for OV70%20HLC: {'auction_closing_time': 1774864800.0, 'created_time': 1774479383.814869, 'last_price_update_time': 1774853224.833457}
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV70%2520HLC') HTTP/1.1" 204 0
2026-03-30 06:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with identifier: HN16%20WFK
2026-03-30 06:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with identifier: HN16%20WFK
2026-03-30 06:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e1d4fed-d572-5d98-be35-b8cef71ee0c0 with identifier: HN16%20WFK to the API
2026-03-30 06:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN16%20WFK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6e1d4fed-d572-5d98-be35-b8cef71ee0c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN16 WFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN16%20WFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '116D',
 'odometer': 95795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 116D 1.5 EFD PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'EFD PLUS',
 'vin': 'WBA1V92010V770747',
 'year': 2016}
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN16%2520WFK%27 HTTP/1.1" 200 None
2026-03-30 06:47:05 [bca.uk] INFO: Saving data for HN16%20WFK: {'auction_closing_time': 1774951200.0, 'created_time': 1774479424.965595, 'last_price_update_time': 1774853225.130561}
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN16%2520WFK') HTTP/1.1" 204 0
2026-03-30 06:47:05 [bca.uk] INFO: Found listing with ID: HJ74%20VSC
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ74%2520VSC%27 HTTP/1.1" 200 None
2026-03-30 06:47:05 [bca.uk] INFO: Scrape type for HJ74%20VSC: 0
2026-03-30 06:47:05 [bca.uk] INFO: Found listing with ID: KR70%20YJP
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520YJP%27 HTTP/1.1" 200 None
2026-03-30 06:47:05 [bca.uk] INFO: Scrape type for KR70%20YJP: 2
2026-03-30 06:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with identifier: KR70%20YJP
2026-03-30 06:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with scrape type 2
2026-03-30 06:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with scrape type 2
2026-03-30 06:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0f154c4-95a6-5234-a7d5-2e76f9cbbf92, identifier: KR70%20YJP
2026-03-30 06:47:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3651c454-849d-5912-9ffd-038de7f71e06 with identifier: DL73%20ULU
2026-03-30 06:47:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3651c454-849d-5912-9ffd-038de7f71e06 with identifier: DL73%20ULU
2026-03-30 06:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3651c454-849d-5912-9ffd-038de7f71e06 with identifier: DL73%20ULU to the API
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20ULU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3651c454-849d-5912-9ffd-038de7f71e06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 ULU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20ULU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 1411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4314780',
 'year': 2023}
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520ULU%27 HTTP/1.1" 200 None
2026-03-30 06:47:05 [bca.uk] INFO: Saving data for DL73%20ULU: {'auction_closing_time': 1775026800.0, 'created_time': 1773821535.700198, 'last_price_update_time': 1774853225.567381}
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520ULU') HTTP/1.1" 204 0
2026-03-30 06:47:05 [bca.uk] INFO: Found listing with ID: HK19%20PCZ
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520PCZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:05 [bca.uk] INFO: Scrape type for HK19%20PCZ: 2
2026-03-30 06:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with identifier: HK19%20PCZ
2026-03-30 06:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with scrape type 2
2026-03-30 06:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with scrape type 2
2026-03-30 06:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3, identifier: HK19%20PCZ
2026-03-30 06:47:05 [bca.uk] INFO: Found listing with ID: P20%20OPT
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P20%2520OPT%27 HTTP/1.1" 200 None
2026-03-30 06:47:05 [bca.uk] INFO: Scrape type for P20%20OPT: 2
2026-03-30 06:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 831d7f0e-d34b-57d2-9517-76e5d363a427 with identifier: P20%20OPT
2026-03-30 06:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 831d7f0e-d34b-57d2-9517-76e5d363a427 with scrape type 2
2026-03-30 06:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 831d7f0e-d34b-57d2-9517-76e5d363a427 with scrape type 2
2026-03-30 06:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 831d7f0e-d34b-57d2-9517-76e5d363a427, identifier: P20%20OPT
2026-03-30 06:47:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with identifier: KR70%20YJP
2026-03-30 06:47:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with identifier: KR70%20YJP
2026-03-30 06:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0f154c4-95a6-5234-a7d5-2e76f9cbbf92 with identifier: KR70%20YJP to the API
2026-03-30 06:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR70%20YJP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f0f154c4-95a6-5234-a7d5-2e76f9cbbf92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR70 YJP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR70%20YJP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 26380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16350,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE PREMIUM DCT Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1771862J279477',
 'year': 2020}
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR70%2520YJP%27 HTTP/1.1" 200 None
2026-03-30 06:47:06 [bca.uk] INFO: Saving data for KR70%20YJP: {'auction_closing_time': 1775026800.0, 'created_time': 1774265873.042468, 'last_price_update_time': 1774853226.099688}
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR70%2520YJP') HTTP/1.1" 204 0
2026-03-30 06:47:06 [bca.uk] INFO: Found listing with ID: DY71%20OAA
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520OAA%27 HTTP/1.1" 200 None
2026-03-30 06:47:06 [bca.uk] INFO: Scrape type for DY71%20OAA: 2
2026-03-30 06:47:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30966cbc-0229-5f4f-8860-48735feb08f0 with identifier: DY71%20OAA
2026-03-30 06:47:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30966cbc-0229-5f4f-8860-48735feb08f0 with scrape type 2
2026-03-30 06:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30966cbc-0229-5f4f-8860-48735feb08f0 with scrape type 2
2026-03-30 06:47:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30966cbc-0229-5f4f-8860-48735feb08f0, identifier: DY71%20OAA
2026-03-30 06:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with identifier: HK19%20PCZ
2026-03-30 06:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with identifier: HK19%20PCZ
2026-03-30 06:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 080d3aef-350f-5914-a7fa-2eb1b1b9f8e3 with identifier: HK19%20PCZ to the API
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK19%20PCZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '080d3aef-350f-5914-a7fa-2eb1b1b9f8e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK19 PCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK19%20PCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 80924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 0.9 TCE 90 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ICONIC',
 'vin': 'VF1R9800062377922',
 'year': 2019}
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK19%2520PCZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:06 [bca.uk] INFO: Saving data for HK19%20PCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774479054.920674, 'last_price_update_time': 1774853226.515832}
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK19%2520PCZ') HTTP/1.1" 204 0
2026-03-30 06:47:06 [bca.uk] INFO: Total items found: 100
2026-03-30 06:47:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded
2026-03-30 06:47:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:47:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 831d7f0e-d34b-57d2-9517-76e5d363a427 with identifier: P20%20OPT
2026-03-30 06:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 831d7f0e-d34b-57d2-9517-76e5d363a427 with identifier: P20%20OPT
2026-03-30 06:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 831d7f0e-d34b-57d2-9517-76e5d363a427 with identifier: P20%20OPT to the API
2026-03-30 06:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=P20%20OPT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '831d7f0e-d34b-57d2-9517-76e5d363a427',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'P20 OPT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=P20%20OPT&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A5',
 'odometer': 111686,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI A5 3.0 TDI 245 QUATTRO BLACK ED.S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TDI 245 QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ8T6EA069791',
 'year': 2014}
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P20%2520OPT%27 HTTP/1.1" 200 None
2026-03-30 06:47:07 [bca.uk] INFO: Saving data for P20%20OPT: {'auction_closing_time': 1774951200.0, 'created_time': 1774476613.206776, 'last_price_update_time': 1774853227.022852}
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='P20%2520OPT') HTTP/1.1" 204 0
2026-03-30 06:47:07 [bca.uk] INFO: Found listing with ID: VU21%20WPR
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU21%2520WPR%27 HTTP/1.1" 200 None
2026-03-30 06:47:07 [bca.uk] INFO: Scrape type for VU21%20WPR: 2
2026-03-30 06:47:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with identifier: VU21%20WPR
2026-03-30 06:47:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with scrape type 2
2026-03-30 06:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with scrape type 2
2026-03-30 06:47:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dc03a42-22b2-5518-a1c9-ce67b646a8e9, identifier: VU21%20WPR
2026-03-30 06:47:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30966cbc-0229-5f4f-8860-48735feb08f0 with identifier: DY71%20OAA
2026-03-30 06:47:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30966cbc-0229-5f4f-8860-48735feb08f0 with identifier: DY71%20OAA
2026-03-30 06:47:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30966cbc-0229-5f4f-8860-48735feb08f0 with identifier: DY71%20OAA to the API
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY71%20OAA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30966cbc-0229-5f4f-8860-48735feb08f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY71 OAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY71%20OAA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 23292,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9100,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ELITE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ELITE PREMIUM',
 'vin': 'VXKUPHNEKM4306880',
 'year': 2021}
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520OAA%27 HTTP/1.1" 200 None
2026-03-30 06:47:07 [bca.uk] INFO: Saving data for DY71%20OAA: {'auction_closing_time': 1775026800.0, 'created_time': 1773933805.008778, 'last_price_update_time': 1774853227.424846}
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY71%2520OAA') HTTP/1.1" 204 0
2026-03-30 06:47:07 [bca.uk] INFO: Found listing with ID: SD12%20EHL
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD12%2520EHL%27 HTTP/1.1" 200 None
2026-03-30 06:47:07 [bca.uk] INFO: Scrape type for SD12%20EHL: 2
2026-03-30 06:47:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6813bc0-5631-5c60-a4f6-a2c819867993 with identifier: SD12%20EHL
2026-03-30 06:47:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6813bc0-5631-5c60-a4f6-a2c819867993 with scrape type 2
2026-03-30 06:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6813bc0-5631-5c60-a4f6-a2c819867993 with scrape type 2
2026-03-30 06:47:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6813bc0-5631-5c60-a4f6-a2c819867993, identifier: SD12%20EHL
2026-03-30 06:47:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:47:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:47:07 [bca.uk] INFO: Found listing with ID: FN72%20OKB
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN72%2520OKB%27 HTTP/1.1" 200 None
2026-03-30 06:47:07 [bca.uk] INFO: Scrape type for FN72%20OKB: 2
2026-03-30 06:47:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bde7660b-c0e0-544d-99aa-d3f7ec069312 with identifier: FN72%20OKB
2026-03-30 06:47:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bde7660b-c0e0-544d-99aa-d3f7ec069312 with scrape type 2
2026-03-30 06:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bde7660b-c0e0-544d-99aa-d3f7ec069312 with scrape type 2
2026-03-30 06:47:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bde7660b-c0e0-544d-99aa-d3f7ec069312, identifier: FN72%20OKB
2026-03-30 06:47:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with identifier: VU21%20WPR
2026-03-30 06:47:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with identifier: VU21%20WPR
2026-03-30 06:47:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dc03a42-22b2-5518-a1c9-ce67b646a8e9 with identifier: VU21%20WPR to the API
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU21%20WPR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3dc03a42-22b2-5518-a1c9-ce67b646a8e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU21 WPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU21%20WPR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 82277,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.5 BLUEHDI 100 GT Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 GT',
 'vin': 'VR3UBYHTKLT142461',
 'year': 2021}
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU21%2520WPR%27 HTTP/1.1" 200 None
2026-03-30 06:47:07 [bca.uk] INFO: Saving data for VU21%20WPR: {'auction_closing_time': 1775026800.0, 'created_time': 1774265862.353073, 'last_price_update_time': 1774853227.979554}
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU21%2520WPR') HTTP/1.1" 204 0
2026-03-30 06:47:07 [bca.uk] INFO: Found listing with ID: DL73%20KOA
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOA%27 HTTP/1.1" 200 None
2026-03-30 06:47:08 [bca.uk] INFO: Scrape type for DL73%20KOA: 2
2026-03-30 06:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f18eeb64-d4b8-567f-938a-9d04583e6b09 with identifier: DL73%20KOA
2026-03-30 06:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f18eeb64-d4b8-567f-938a-9d04583e6b09 with scrape type 2
2026-03-30 06:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f18eeb64-d4b8-567f-938a-9d04583e6b09 with scrape type 2
2026-03-30 06:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f18eeb64-d4b8-567f-938a-9d04583e6b09, identifier: DL73%20KOA
2026-03-30 06:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6813bc0-5631-5c60-a4f6-a2c819867993 with identifier: SD12%20EHL
2026-03-30 06:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6813bc0-5631-5c60-a4f6-a2c819867993 with identifier: SD12%20EHL
2026-03-30 06:47:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6813bc0-5631-5c60-a4f6-a2c819867993 with identifier: SD12%20EHL to the API
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD12%20EHL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6813bc0-5631-5c60-a4f6-a2c819867993',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD12 EHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD12%20EHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 95862,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.5 DCI SHIRO Hatchback',
 'transmission': 'manual',
 'trim': 'DCI SHIRO',
 'vin': 'SJNFCAF15U6214631',
 'year': 2012}
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD12%2520EHL%27 HTTP/1.1" 200 None
2026-03-30 06:47:08 [bca.uk] INFO: Saving data for SD12%20EHL: {'auction_closing_time': 1774864800.0, 'created_time': 1774479176.503131, 'last_price_update_time': 1774853228.429934}
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD12%2520EHL') HTTP/1.1" 204 0
2026-03-30 06:47:08 [bca.uk] INFO: Found listing with ID: DU70%20TNX
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520TNX%27 HTTP/1.1" 200 None
2026-03-30 06:47:08 [bca.uk] INFO: Scrape type for DU70%20TNX: 2
2026-03-30 06:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with identifier: DU70%20TNX
2026-03-30 06:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with scrape type 2
2026-03-30 06:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with scrape type 2
2026-03-30 06:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7199bb2b-3249-51b7-9c78-6de1ab2ad04c, identifier: DU70%20TNX
2026-03-30 06:47: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:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bde7660b-c0e0-544d-99aa-d3f7ec069312 with identifier: FN72%20OKB
2026-03-30 06:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bde7660b-c0e0-544d-99aa-d3f7ec069312 with identifier: FN72%20OKB
2026-03-30 06:47:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bde7660b-c0e0-544d-99aa-d3f7ec069312 with identifier: FN72%20OKB to the API
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN72%20OKB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'bde7660b-c0e0-544d-99aa-d3f7ec069312',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN72 OKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN72%20OKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 63377,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI PHEV 4WD ULTIMATE StationWagon',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV 4WD ULTIMATE',
 'vin': 'TMAJE812SNJ137244',
 'year': 2022}
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN72%2520OKB%27 HTTP/1.1" 200 None
2026-03-30 06:47:08 [bca.uk] INFO: Saving data for FN72%20OKB: {'auction_closing_time': 1774951200.0, 'created_time': 1774476621.931345, 'last_price_update_time': 1774853228.839283}
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN72%2520OKB') HTTP/1.1" 204 0
2026-03-30 06:47:08 [bca.uk] INFO: Found listing with ID: BU68%20VHV
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520VHV%27 HTTP/1.1" 200 None
2026-03-30 06:47:08 [bca.uk] INFO: Scrape type for BU68%20VHV: 0
2026-03-30 06:47:08 [bca.uk] INFO: Found listing with ID: CN72%20XPC
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN72%2520XPC%27 HTTP/1.1" 200 None
2026-03-30 06:47:08 [bca.uk] INFO: Scrape type for CN72%20XPC: 2
2026-03-30 06:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50af50dd-4e90-5678-a32e-711c30a9331c with identifier: CN72%20XPC
2026-03-30 06:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50af50dd-4e90-5678-a32e-711c30a9331c with scrape type 2
2026-03-30 06:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50af50dd-4e90-5678-a32e-711c30a9331c with scrape type 2
2026-03-30 06:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50af50dd-4e90-5678-a32e-711c30a9331c, identifier: CN72%20XPC
2026-03-30 06:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f18eeb64-d4b8-567f-938a-9d04583e6b09 with identifier: DL73%20KOA
2026-03-30 06:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f18eeb64-d4b8-567f-938a-9d04583e6b09 with identifier: DL73%20KOA
2026-03-30 06:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f18eeb64-d4b8-567f-938a-9d04583e6b09 with identifier: DL73%20KOA to the API
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KOA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f18eeb64-d4b8-567f-938a-9d04583e6b09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KOA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 3816,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4266100',
 'year': 2023}
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KOA%27 HTTP/1.1" 200 None
2026-03-30 06:47:09 [bca.uk] INFO: Saving data for DL73%20KOA: {'auction_closing_time': 1775026800.0, 'created_time': 1773841756.443434, 'last_price_update_time': 1774853229.446224}
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KOA') HTTP/1.1" 204 0
2026-03-30 06:47:09 [bca.uk] INFO: Found listing with ID: WU63%20VWS
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU63%2520VWS%27 HTTP/1.1" 200 None
2026-03-30 06:47:09 [bca.uk] INFO: Scrape type for WU63%20VWS: 2
2026-03-30 06:47:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b7a440b-12fd-5804-802b-324ad311c45f with identifier: WU63%20VWS
2026-03-30 06:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b7a440b-12fd-5804-802b-324ad311c45f with scrape type 2
2026-03-30 06:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b7a440b-12fd-5804-802b-324ad311c45f with scrape type 2
2026-03-30 06:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b7a440b-12fd-5804-802b-324ad311c45f, identifier: WU63%20VWS
2026-03-30 06:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with identifier: DU70%20TNX
2026-03-30 06:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with identifier: DU70%20TNX
2026-03-30 06:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7199bb2b-3249-51b7-9c78-6de1ab2ad04c with identifier: DU70%20TNX to the API
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU70%20TNX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7199bb2b-3249-51b7-9c78-6de1ab2ad04c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU70 TNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU70%20TNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'NISSAN',
 'model': 'E-NV200',
 'odometer': 15301,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN E-NV200 40KWH 109 ACENTA (6.6/50KC) PanelVan',
 'transmission': 'automatic',
 'trim': '40KWH 109 ACENTA (6.6/50KC)',
 'vin': 'VSKYAAME0U0612058',
 'year': 2020}
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520TNX%27 HTTP/1.1" 200 None
2026-03-30 06:47:09 [bca.uk] INFO: Saving data for DU70%20TNX: {'auction_closing_time': 1774864800.0, 'created_time': 1774477293.103439, 'last_price_update_time': 1774853229.868993}
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU70%2520TNX') HTTP/1.1" 204 0
2026-03-30 06:47:09 [bca.uk] INFO: Found listing with ID: WN75%20GDK
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GDK%27 HTTP/1.1" 200 None
2026-03-30 06:47:09 [bca.uk] INFO: Scrape type for WN75%20GDK: 0
2026-03-30 06:47:09 [bca.uk] INFO: Found listing with ID: BD73%20HLH
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD73%2520HLH%27 HTTP/1.1" 200 None
2026-03-30 06:47:09 [bca.uk] INFO: Scrape type for BD73%20HLH: 2
2026-03-30 06:47:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with identifier: BD73%20HLH
2026-03-30 06:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with scrape type 2
2026-03-30 06:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with scrape type 2
2026-03-30 06:47:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0be404b5-fd68-59fa-a8a3-582dc58fd7a5, identifier: BD73%20HLH
2026-03-30 06:47:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50af50dd-4e90-5678-a32e-711c30a9331c with identifier: CN72%20XPC
2026-03-30 06:47:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50af50dd-4e90-5678-a32e-711c30a9331c with identifier: CN72%20XPC
2026-03-30 06:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50af50dd-4e90-5678-a32e-711c30a9331c with identifier: CN72%20XPC to the API
2026-03-30 06:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN72%20XPC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '50af50dd-4e90-5678-a32e-711c30a9331c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CN72 XPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN72%20XPC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 250 E S/B',
 'odometer': 93237,
 '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': 'MERCEDES-BENZ CLA 250 E S/B 1.3 AMG LINE PREMIUM DCT Estate',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K5M8GB0PN341725',
 'year': 2022}
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN72%2520XPC%27 HTTP/1.1" 200 None
2026-03-30 06:47:11 [bca.uk] INFO: Saving data for CN72%20XPC: {'auction_closing_time': 1775026800.0, 'created_time': 1773933601.188742, 'last_price_update_time': 1774853231.209586}
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN72%2520XPC') HTTP/1.1" 204 0
2026-03-30 06:47:11 [bca.uk] INFO: Found listing with ID: DL73%20KPZ
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KPZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:11 [bca.uk] INFO: Scrape type for DL73%20KPZ: 2
2026-03-30 06:47:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 122e4443-75c9-58d3-8177-4382acff5d52 with identifier: DL73%20KPZ
2026-03-30 06:47:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 122e4443-75c9-58d3-8177-4382acff5d52 with scrape type 2
2026-03-30 06:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 122e4443-75c9-58d3-8177-4382acff5d52 with scrape type 2
2026-03-30 06:47:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 122e4443-75c9-58d3-8177-4382acff5d52, identifier: DL73%20KPZ
2026-03-30 06:47:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b7a440b-12fd-5804-802b-324ad311c45f with identifier: WU63%20VWS
2026-03-30 06:47:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b7a440b-12fd-5804-802b-324ad311c45f with identifier: WU63%20VWS
2026-03-30 06:47:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b7a440b-12fd-5804-802b-324ad311c45f with identifier: WU63%20VWS to the API
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU63%20VWS-GB',
 'category': 'Car',
 'color': 'british racing green',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b7a440b-12fd-5804-802b-324ad311c45f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU63 VWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU63%20VWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 77098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.6  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWZM32000T582218',
 'year': 2013}
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU63%2520VWS%27 HTTP/1.1" 200 None
2026-03-30 06:47:11 [bca.uk] INFO: Saving data for WU63%20VWS: {'auction_closing_time': 1774864800.0, 'created_time': 1774479188.864677, 'last_price_update_time': 1774853231.795236}
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU63%2520VWS') HTTP/1.1" 204 0
2026-03-30 06:47:11 [bca.uk] INFO: Found listing with ID: EO20%20HXG
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520HXG%27 HTTP/1.1" 200 None
2026-03-30 06:47:11 [bca.uk] INFO: Scrape type for EO20%20HXG: 2
2026-03-30 06:47:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 920fce49-8782-50f5-a011-929cf8b2a9b6 with identifier: EO20%20HXG
2026-03-30 06:47:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 920fce49-8782-50f5-a011-929cf8b2a9b6 with scrape type 2
2026-03-30 06:47:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 920fce49-8782-50f5-a011-929cf8b2a9b6 with scrape type 2
2026-03-30 06:47:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 920fce49-8782-50f5-a011-929cf8b2a9b6, identifier: EO20%20HXG
2026-03-30 06:47:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with identifier: BD73%20HLH
2026-03-30 06:47:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with identifier: BD73%20HLH
2026-03-30 06:47:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0be404b5-fd68-59fa-a8a3-582dc58fd7a5 with identifier: BD73%20HLH to the API
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD73%20HLH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0be404b5-fd68-59fa-a8a3-582dc58fd7a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD73 HLH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD73%20HLH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'TARRACO',
 'odometer': 35720,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SEAT TARRACO 2.0 TDI 150 XPERIENCE LUX DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 XPERIENCE LUX DSG',
 'vin': 'VSSZZZKN1RW002908',
 'year': 2023}
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD73%2520HLH%27 HTTP/1.1" 200 None
2026-03-30 06:47:12 [bca.uk] INFO: Saving data for BD73%20HLH: {'auction_closing_time': 1774864800.0, 'created_time': 1774479425.410026, 'last_price_update_time': 1774853232.294849}
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD73%2520HLH') HTTP/1.1" 204 0
2026-03-30 06:47:12 [bca.uk] INFO: Found listing with ID: CU67%20XHE
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU67%2520XHE%27 HTTP/1.1" 200 None
2026-03-30 06:47:12 [bca.uk] INFO: Scrape type for CU67%20XHE: 0
2026-03-30 06:47:12 [bca.uk] INFO: Found listing with ID: CU71%20KKR
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU71%2520KKR%27 HTTP/1.1" 200 None
2026-03-30 06:47:12 [bca.uk] INFO: Scrape type for CU71%20KKR: 0
2026-03-30 06:47:12 [bca.uk] INFO: Found listing with ID: CU71%20MJJ
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU71%2520MJJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:12 [bca.uk] INFO: Scrape type for CU71%20MJJ: 0
2026-03-30 06:47:12 [bca.uk] INFO: Found listing with ID: CV74%20NFE
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV74%2520NFE%27 HTTP/1.1" 200 None
2026-03-30 06:47:12 [bca.uk] INFO: Scrape type for CV74%20NFE: 2
2026-03-30 06:47:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b549573c-0ff5-57c0-9c38-ac252b23699f with identifier: CV74%20NFE
2026-03-30 06:47:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b549573c-0ff5-57c0-9c38-ac252b23699f with scrape type 2
2026-03-30 06:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b549573c-0ff5-57c0-9c38-ac252b23699f with scrape type 2
2026-03-30 06:47:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b549573c-0ff5-57c0-9c38-ac252b23699f, identifier: CV74%20NFE
2026-03-30 06:47:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 122e4443-75c9-58d3-8177-4382acff5d52 with identifier: DL73%20KPZ
2026-03-30 06:47:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 122e4443-75c9-58d3-8177-4382acff5d52 with identifier: DL73%20KPZ
2026-03-30 06:47:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 122e4443-75c9-58d3-8177-4382acff5d52 with identifier: DL73%20KPZ to the API
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KPZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '122e4443-75c9-58d3-8177-4382acff5d52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KPZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7195,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11800,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4269799',
 'year': 2023}
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KPZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:12 [bca.uk] INFO: Saving data for DL73%20KPZ: {'auction_closing_time': 1775026800.0, 'created_time': 1773935658.347293, 'last_price_update_time': 1774853232.754252}
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KPZ') HTTP/1.1" 204 0
2026-03-30 06:47:12 [bca.uk] INFO: Found listing with ID: VK71%20FYB
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520FYB%27 HTTP/1.1" 200 None
2026-03-30 06:47:12 [bca.uk] INFO: Scrape type for VK71%20FYB: 2
2026-03-30 06:47:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07afedee-ed3b-585c-a352-a6537f285e23 with identifier: VK71%20FYB
2026-03-30 06:47:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07afedee-ed3b-585c-a352-a6537f285e23 with scrape type 2
2026-03-30 06:47:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07afedee-ed3b-585c-a352-a6537f285e23 with scrape type 2
2026-03-30 06:47:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07afedee-ed3b-585c-a352-a6537f285e23, identifier: VK71%20FYB
2026-03-30 06:47:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 920fce49-8782-50f5-a011-929cf8b2a9b6 with identifier: EO20%20HXG
2026-03-30 06:47:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 920fce49-8782-50f5-a011-929cf8b2a9b6 with identifier: EO20%20HXG
2026-03-30 06:47:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 920fce49-8782-50f5-a011-929cf8b2a9b6 with identifier: EO20%20HXG to the API
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO20%20HXG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '920fce49-8782-50f5-a011-929cf8b2a9b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO20 HXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO20%20HXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 38835,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 LWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 LWB LEADER L/R',
 'vin': 'WF0YXXTTGYLB75943',
 'year': 2020}
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO20%2520HXG%27 HTTP/1.1" 200 None
2026-03-30 06:47:13 [bca.uk] INFO: Saving data for EO20%20HXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477292.333356, 'last_price_update_time': 1774853233.189752}
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO20%2520HXG') HTTP/1.1" 204 0
2026-03-30 06:47:13 [bca.uk] INFO: Found listing with ID: DT24%20NXY
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT24%2520NXY%27 HTTP/1.1" 200 None
2026-03-30 06:47:13 [bca.uk] INFO: Scrape type for DT24%20NXY: 2
2026-03-30 06:47:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 807afbee-ba3e-55a7-8db2-ab78618ce00b with identifier: DT24%20NXY
2026-03-30 06:47:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 807afbee-ba3e-55a7-8db2-ab78618ce00b with scrape type 2
2026-03-30 06:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 807afbee-ba3e-55a7-8db2-ab78618ce00b with scrape type 2
2026-03-30 06:47:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 807afbee-ba3e-55a7-8db2-ab78618ce00b, identifier: DT24%20NXY
2026-03-30 06:47:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b549573c-0ff5-57c0-9c38-ac252b23699f with identifier: CV74%20NFE
2026-03-30 06:47:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b549573c-0ff5-57c0-9c38-ac252b23699f with identifier: CV74%20NFE
2026-03-30 06:47:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b549573c-0ff5-57c0-9c38-ac252b23699f with identifier: CV74%20NFE to the API
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 16,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV74%20NFE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b549573c-0ff5-57c0-9c38-ac252b23699f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV74 NFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV74%20NFE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 6091,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 73000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 P460E DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'P460E DYNAMIC SE',
 'vin': 'SAL1A2A41RA190938',
 'year': 2024}
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV74%2520NFE%27 HTTP/1.1" 200 None
2026-03-30 06:47:13 [bca.uk] INFO: Saving data for CV74%20NFE: {'auction_closing_time': 1775026800.0, 'created_time': 1774304838.320579, 'last_price_update_time': 1774853233.602019}
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV74%2520NFE') HTTP/1.1" 204 0
2026-03-30 06:47:13 [bca.uk] INFO: Found listing with ID: DL73%20UHR
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UHR%27 HTTP/1.1" 200 None
2026-03-30 06:47:13 [bca.uk] INFO: Scrape type for DL73%20UHR: 2
2026-03-30 06:47:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db9e237c-1b09-5109-9c49-e136de211c5c with identifier: DL73%20UHR
2026-03-30 06:47:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db9e237c-1b09-5109-9c49-e136de211c5c with scrape type 2
2026-03-30 06:47:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db9e237c-1b09-5109-9c49-e136de211c5c with scrape type 2
2026-03-30 06:47:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db9e237c-1b09-5109-9c49-e136de211c5c, identifier: DL73%20UHR
2026-03-30 06:47:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07afedee-ed3b-585c-a352-a6537f285e23 with identifier: VK71%20FYB
2026-03-30 06:47:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07afedee-ed3b-585c-a352-a6537f285e23 with identifier: VK71%20FYB
2026-03-30 06:47:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07afedee-ed3b-585c-a352-a6537f285e23 with identifier: VK71%20FYB to the API
2026-03-30 06:47:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK71%20FYB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07afedee-ed3b-585c-a352-a6537f285e23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK71 FYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK71%20FYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 64344,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 1.5 TSI EVO 150 FR Estate',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 FR',
 'vin': 'VSSZZZKLZNR010067',
 'year': 2021}
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK71%2520FYB%27 HTTP/1.1" 200 None
2026-03-30 06:47:14 [bca.uk] INFO: Saving data for VK71%20FYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774477324.107314, 'last_price_update_time': 1774853234.029457}
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK71%2520FYB') HTTP/1.1" 204 0
2026-03-30 06:47:14 [bca.uk] INFO: Found listing with ID: LB22%20JGZ
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:14 [bca.uk] INFO: Scrape type for LB22%20JGZ: 2
2026-03-30 06:47:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fabfedfe-2f73-575e-ac2f-160ccd678e73 with identifier: LB22%20JGZ
2026-03-30 06:47:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fabfedfe-2f73-575e-ac2f-160ccd678e73 with scrape type 2
2026-03-30 06:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fabfedfe-2f73-575e-ac2f-160ccd678e73 with scrape type 2
2026-03-30 06:47:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fabfedfe-2f73-575e-ac2f-160ccd678e73, identifier: LB22%20JGZ
2026-03-30 06:47:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 807afbee-ba3e-55a7-8db2-ab78618ce00b with identifier: DT24%20NXY
2026-03-30 06:47:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 807afbee-ba3e-55a7-8db2-ab78618ce00b with identifier: DT24%20NXY
2026-03-30 06:47:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 807afbee-ba3e-55a7-8db2-ab78618ce00b with identifier: DT24%20NXY to the API
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT24%20NXY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '807afbee-ba3e-55a7-8db2-ab78618ce00b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DT24 NXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT24%20NXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 15814,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 160KW 65KWH N LINE S Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 65KWH N LINE S',
 'vin': 'TMAH781A4RJ033311',
 'year': 2024}
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT24%2520NXY%27 HTTP/1.1" 200 None
2026-03-30 06:47:14 [bca.uk] INFO: Saving data for DT24%20NXY: {'auction_closing_time': 1775037600.0, 'created_time': 1774505035.688881, 'last_price_update_time': 1774853234.453429}
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT24%2520NXY') HTTP/1.1" 204 0
2026-03-30 06:47:14 [bca.uk] INFO: Found listing with ID: MA20%20BKJ
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA20%2520BKJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:14 [bca.uk] INFO: Scrape type for MA20%20BKJ: 0
2026-03-30 06:47:14 [bca.uk] INFO: Found listing with ID: YK22%20LPZ
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520LPZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:14 [bca.uk] INFO: Scrape type for YK22%20LPZ: 2
2026-03-30 06:47:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad84e836-7360-51ce-bac9-3e4b586bddc2 with identifier: YK22%20LPZ
2026-03-30 06:47:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad84e836-7360-51ce-bac9-3e4b586bddc2 with scrape type 2
2026-03-30 06:47:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad84e836-7360-51ce-bac9-3e4b586bddc2 with scrape type 2
2026-03-30 06:47:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad84e836-7360-51ce-bac9-3e4b586bddc2, identifier: YK22%20LPZ
2026-03-30 06:47:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db9e237c-1b09-5109-9c49-e136de211c5c with identifier: DL73%20UHR
2026-03-30 06:47:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db9e237c-1b09-5109-9c49-e136de211c5c with identifier: DL73%20UHR
2026-03-30 06:47:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db9e237c-1b09-5109-9c49-e136de211c5c with identifier: DL73%20UHR to the API
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20UHR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'db9e237c-1b09-5109-9c49-e136de211c5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 UHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20UHR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5345,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4310171',
 'year': 2023}
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UHR%27 HTTP/1.1" 200 None
2026-03-30 06:47:14 [bca.uk] INFO: Saving data for DL73%20UHR: {'auction_closing_time': 1775026800.0, 'created_time': 1774004658.219349, 'last_price_update_time': 1774853234.892411}
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520UHR') HTTP/1.1" 204 0
2026-03-30 06:47:14 [bca.uk] INFO: Found listing with ID: VU17%20TSX
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520TSX%27 HTTP/1.1" 200 None
2026-03-30 06:47:15 [bca.uk] INFO: Scrape type for VU17%20TSX: 2
2026-03-30 06:47:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15103dbf-f6f6-5356-b612-98e03fb5d98e with identifier: VU17%20TSX
2026-03-30 06:47:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15103dbf-f6f6-5356-b612-98e03fb5d98e with scrape type 2
2026-03-30 06:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15103dbf-f6f6-5356-b612-98e03fb5d98e with scrape type 2
2026-03-30 06:47:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15103dbf-f6f6-5356-b612-98e03fb5d98e, identifier: VU17%20TSX
2026-03-30 06:47:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fabfedfe-2f73-575e-ac2f-160ccd678e73 with identifier: LB22%20JGZ
2026-03-30 06:47:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fabfedfe-2f73-575e-ac2f-160ccd678e73 with identifier: LB22%20JGZ
2026-03-30 06:47:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fabfedfe-2f73-575e-ac2f-160ccd678e73 with identifier: LB22%20JGZ to the API
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB22%20JGZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fabfedfe-2f73-575e-ac2f-160ccd678e73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB22 JGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB22%20JGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 76887,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNS53507',
 'year': 2022}
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520JGZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:15 [bca.uk] INFO: Saving data for LB22%20JGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477242.477766, 'last_price_update_time': 1774853235.399716}
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB22%2520JGZ') HTTP/1.1" 204 0
2026-03-30 06:47:15 [bca.uk] INFO: Found listing with ID: DY71%20ODW
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520ODW%27 HTTP/1.1" 200 None
2026-03-30 06:47:15 [bca.uk] INFO: Scrape type for DY71%20ODW: 2
2026-03-30 06:47:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with identifier: DY71%20ODW
2026-03-30 06:47:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with scrape type 2
2026-03-30 06:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with scrape type 2
2026-03-30 06:47:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c371c66-1af6-5ccd-9e5d-ec5218124a41, identifier: DY71%20ODW
2026-03-30 06:47:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad84e836-7360-51ce-bac9-3e4b586bddc2 with identifier: YK22%20LPZ
2026-03-30 06:47:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad84e836-7360-51ce-bac9-3e4b586bddc2 with identifier: YK22%20LPZ
2026-03-30 06:47:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad84e836-7360-51ce-bac9-3e4b586bddc2 with identifier: YK22%20LPZ to the API
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK22%20LPZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ad84e836-7360-51ce-bac9-3e4b586bddc2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK22 LPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK22%20LPZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 220 D',
 'odometer': 65650,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 220 D 2.0 AMG LINE PREMIUM 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'W1N2539152G056268',
 'year': 2022}
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK22%2520LPZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:15 [bca.uk] INFO: Saving data for YK22%20LPZ: {'auction_closing_time': 1775026800.0, 'created_time': 1773933185.088597, 'last_price_update_time': 1774853235.809296}
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK22%2520LPZ') HTTP/1.1" 204 0
2026-03-30 06:47:15 [bca.uk] INFO: Found listing with ID: GX15%20AOW
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX15%2520AOW%27 HTTP/1.1" 200 None
2026-03-30 06:47:15 [bca.uk] INFO: Scrape type for GX15%20AOW: 2
2026-03-30 06:47:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d0cbf3a-17fa-559c-9f92-38074377d49b with identifier: GX15%20AOW
2026-03-30 06:47:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d0cbf3a-17fa-559c-9f92-38074377d49b with scrape type 2
2026-03-30 06:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d0cbf3a-17fa-559c-9f92-38074377d49b with scrape type 2
2026-03-30 06:47:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d0cbf3a-17fa-559c-9f92-38074377d49b, identifier: GX15%20AOW
2026-03-30 06:47:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15103dbf-f6f6-5356-b612-98e03fb5d98e with identifier: VU17%20TSX
2026-03-30 06:47:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15103dbf-f6f6-5356-b612-98e03fb5d98e with identifier: VU17%20TSX
2026-03-30 06:47:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15103dbf-f6f6-5356-b612-98e03fb5d98e with identifier: VU17%20TSX to the API
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU17%20TSX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '15103dbf-f6f6-5356-b612-98e03fb5d98e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU17 TSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU17%20TSX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'PULSAR',
 'odometer': 135281,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN PULSAR 1.5 DCI 110 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 N-CONNECTA',
 'vin': 'VSKDAAC13U0100540',
 'year': 2017}
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU17%2520TSX%27 HTTP/1.1" 200 None
2026-03-30 06:47:16 [bca.uk] INFO: Saving data for VU17%20TSX: {'auction_closing_time': 1775037600.0, 'created_time': 1774477304.802947, 'last_price_update_time': 1774853236.23422}
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU17%2520TSX') HTTP/1.1" 204 0
2026-03-30 06:47:16 [bca.uk] INFO: Found listing with ID: LG72%20RFE
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RFE%27 HTTP/1.1" 200 None
2026-03-30 06:47:16 [bca.uk] INFO: Scrape type for LG72%20RFE: 2
2026-03-30 06:47:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aba80c00-3d16-589a-8db3-1f24edc64cd8 with identifier: LG72%20RFE
2026-03-30 06:47:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aba80c00-3d16-589a-8db3-1f24edc64cd8 with scrape type 2
2026-03-30 06:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aba80c00-3d16-589a-8db3-1f24edc64cd8 with scrape type 2
2026-03-30 06:47:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aba80c00-3d16-589a-8db3-1f24edc64cd8, identifier: LG72%20RFE
2026-03-30 06:47:16 [scrapy.extensions.logstats] INFO: Crawled 118 pages (at 3 pages/min), scraped 5520 items (at 127 items/min)
2026-03-30 06:47:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:47:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with identifier: DY71%20ODW
2026-03-30 06:47:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with identifier: DY71%20ODW
2026-03-30 06:47:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c371c66-1af6-5ccd-9e5d-ec5218124a41 with identifier: DY71%20ODW to the API
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=105&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY71%20ODW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c371c66-1af6-5ccd-9e5d-ec5218124a41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DY71 ODW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY71%20ODW&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 35845,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.5 TURBO D 130 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 130 SRI',
 'vin': 'W0VZCYHZ2MS241798',
 'year': 2022}
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY71%2520ODW%27 HTTP/1.1" 200 None
2026-03-30 06:47:16 [bca.uk] INFO: Saving data for DY71%20ODW: {'auction_closing_time': 1775037600.0, 'created_time': 1774505040.923698, 'last_price_update_time': 1774853236.687093}
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY71%2520ODW') HTTP/1.1" 204 0
2026-03-30 06:47:16 [bca.uk] INFO: Found listing with ID: CE22%20FFH
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE22%2520FFH%27 HTTP/1.1" 200 None
2026-03-30 06:47:16 [bca.uk] INFO: Scrape type for CE22%20FFH: 2
2026-03-30 06:47:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6ef03a7-8e74-5e83-8516-21bc78de28fe with identifier: CE22%20FFH
2026-03-30 06:47:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6ef03a7-8e74-5e83-8516-21bc78de28fe with scrape type 2
2026-03-30 06:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6ef03a7-8e74-5e83-8516-21bc78de28fe with scrape type 2
2026-03-30 06:47:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b6ef03a7-8e74-5e83-8516-21bc78de28fe, identifier: CE22%20FFH
2026-03-30 06:47:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d0cbf3a-17fa-559c-9f92-38074377d49b with identifier: GX15%20AOW
2026-03-30 06:47:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d0cbf3a-17fa-559c-9f92-38074377d49b with identifier: GX15%20AOW
2026-03-30 06:47:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d0cbf3a-17fa-559c-9f92-38074377d49b with identifier: GX15%20AOW to the API
2026-03-30 06:47:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX15%20AOW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d0cbf3a-17fa-559c-9f92-38074377d49b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX15 AOW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX15%20AOW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 126498,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 2.0 TDCI 185 ST-3 Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 185 ST-3',
 'vin': 'WF05XXGCC5FE32469',
 'year': 2015}
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX15%2520AOW%27 HTTP/1.1" 200 None
2026-03-30 06:47:17 [bca.uk] INFO: Saving data for GX15%20AOW: {'auction_closing_time': 1774864800.0, 'created_time': 1774364044.289687, 'last_price_update_time': 1774853237.10473}
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX15%2520AOW') HTTP/1.1" 204 0
2026-03-30 06:47:17 [bca.uk] INFO: Found listing with ID: WO66%20PUY
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO66%2520PUY%27 HTTP/1.1" 200 None
2026-03-30 06:47:17 [bca.uk] INFO: Scrape type for WO66%20PUY: 2
2026-03-30 06:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28032964-4118-5644-8e1e-9e4ba89dbd5b with identifier: WO66%20PUY
2026-03-30 06:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28032964-4118-5644-8e1e-9e4ba89dbd5b with scrape type 2
2026-03-30 06:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28032964-4118-5644-8e1e-9e4ba89dbd5b with scrape type 2
2026-03-30 06:47:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28032964-4118-5644-8e1e-9e4ba89dbd5b, identifier: WO66%20PUY
2026-03-30 06:47:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aba80c00-3d16-589a-8db3-1f24edc64cd8 with identifier: LG72%20RFE
2026-03-30 06:47:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aba80c00-3d16-589a-8db3-1f24edc64cd8 with identifier: LG72%20RFE
2026-03-30 06:47:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aba80c00-3d16-589a-8db3-1f24edc64cd8 with identifier: LG72%20RFE to the API
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG72%20RFE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aba80c00-3d16-589a-8db3-1f24edc64cd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG72 RFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG72%20RFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 59011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYNU63393',
 'year': 2022}
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG72%2520RFE%27 HTTP/1.1" 200 None
2026-03-30 06:47:17 [bca.uk] INFO: Saving data for LG72%20RFE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477246.986922, 'last_price_update_time': 1774853237.521925}
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG72%2520RFE') HTTP/1.1" 204 0
2026-03-30 06:47:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b6ef03a7-8e74-5e83-8516-21bc78de28fe with identifier: CE22%20FFH
2026-03-30 06:47:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b6ef03a7-8e74-5e83-8516-21bc78de28fe with identifier: CE22%20FFH
2026-03-30 06:47:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b6ef03a7-8e74-5e83-8516-21bc78de28fe with identifier: CE22%20FFH to the API
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE22%20FFH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b6ef03a7-8e74-5e83-8516-21bc78de28fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CE22 FFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE22%20FFH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 52693,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 40 150KW 82KWH EDITION 1 Coupe',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH EDITION 1',
 'vin': 'WAUZZZFZ4NP024448',
 'year': 2022}
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE22%2520FFH%27 HTTP/1.1" 200 None
2026-03-30 06:47:17 [bca.uk] INFO: Saving data for CE22%20FFH: {'auction_closing_time': 1775026800.0, 'created_time': 1773931843.588963, 'last_price_update_time': 1774853237.837677}
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE22%2520FFH') HTTP/1.1" 204 0
2026-03-30 06:47:17 [bca.uk] INFO: Found listing with ID: SG23%20VHH
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520VHH%27 HTTP/1.1" 200 None
2026-03-30 06:47:17 [bca.uk] INFO: Scrape type for SG23%20VHH: 2
2026-03-30 06:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63c6728d-b412-589e-b653-cd63c67a23ea with identifier: SG23%20VHH
2026-03-30 06:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63c6728d-b412-589e-b653-cd63c67a23ea with scrape type 2
2026-03-30 06:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63c6728d-b412-589e-b653-cd63c67a23ea with scrape type 2
2026-03-30 06:47:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63c6728d-b412-589e-b653-cd63c67a23ea, identifier: SG23%20VHH
2026-03-30 06:47:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28032964-4118-5644-8e1e-9e4ba89dbd5b with identifier: WO66%20PUY
2026-03-30 06:47:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:47:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=moonwalk+grey+met. HTTP/1.1" 200 None
2026-03-30 06:47:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:47: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:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28032964-4118-5644-8e1e-9e4ba89dbd5b with identifier: WO66%20PUY
2026-03-30 06:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28032964-4118-5644-8e1e-9e4ba89dbd5b with identifier: WO66%20PUY to the API
2026-03-30 06:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO66%20PUY-GB',
 'category': 'Car',
 'color': 'moonwalk gray with',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28032964-4118-5644-8e1e-9e4ba89dbd5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO66 PUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO66%20PUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 78987,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 2.0 192 S Hatchback',
 'transmission': 'automatic',
 'trim': '192 S',
 'vin': 'WMWXM720702E24756',
 'year': 2017}
2026-03-30 06:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO66%2520PUY%27 HTTP/1.1" 200 None
2026-03-30 06:47:18 [bca.uk] INFO: Saving data for WO66%20PUY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477305.193114, 'last_price_update_time': 1774853238.701898}
2026-03-30 06:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO66%2520PUY') HTTP/1.1" 204 0
2026-03-30 06:47:18 [bca.uk] INFO: Found listing with ID: MA21%20ZPP
2026-03-30 06:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520ZPP%27 HTTP/1.1" 200 None
2026-03-30 06:47:18 [bca.uk] INFO: Scrape type for MA21%20ZPP: 2
2026-03-30 06:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f749ff3-1b0c-5309-a4e2-4834671739d6 with identifier: MA21%20ZPP
2026-03-30 06:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f749ff3-1b0c-5309-a4e2-4834671739d6 with scrape type 2
2026-03-30 06:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f749ff3-1b0c-5309-a4e2-4834671739d6 with scrape type 2
2026-03-30 06:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f749ff3-1b0c-5309-a4e2-4834671739d6, identifier: MA21%20ZPP
2026-03-30 06:47:18 [bca.uk] INFO: Found listing with ID: CF71%20VNY
2026-03-30 06:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520VNY%27 HTTP/1.1" 200 None
2026-03-30 06:47:18 [bca.uk] INFO: Scrape type for CF71%20VNY: 2
2026-03-30 06:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with identifier: CF71%20VNY
2026-03-30 06:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with scrape type 2
2026-03-30 06:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with scrape type 2
2026-03-30 06:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9980eaef-7bea-510a-b6ce-0c5abd1ea652, identifier: CF71%20VNY
2026-03-30 06:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63c6728d-b412-589e-b653-cd63c67a23ea with identifier: SG23%20VHH
2026-03-30 06:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63c6728d-b412-589e-b653-cd63c67a23ea with identifier: SG23%20VHH
2026-03-30 06:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63c6728d-b412-589e-b653-cd63c67a23ea with identifier: SG23%20VHH to the API
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG23%20VHH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'ice white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '63c6728d-b412-589e-b653-cd63c67a23ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG23 VHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG23%20VHH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': 'E-PARTNER STD',
 'odometer': 12163,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-PARTNER STD 100KW 50KWH 800 PROF.PREM+ Van',
 'transmission': 'automatic',
 'trim': '100KW 50KWH 800 PROF.PREM+',
 'vin': 'VR3EAZKXZPJ543047',
 'year': 2023}
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520VHH%27 HTTP/1.1" 200 None
2026-03-30 06:47:19 [bca.uk] INFO: Saving data for SG23%20VHH: {'auction_closing_time': 1775026800.0, 'created_time': 1773828685.44168, 'last_price_update_time': 1774853239.249171}
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG23%2520VHH') HTTP/1.1" 204 0
2026-03-30 06:47:19 [bca.uk] INFO: Found listing with ID: WV16%20KMY
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV16%2520KMY%27 HTTP/1.1" 200 None
2026-03-30 06:47:19 [bca.uk] INFO: Scrape type for WV16%20KMY: 2
2026-03-30 06:47:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb7571a6-a759-50b9-81b1-3360b523add3 with identifier: WV16%20KMY
2026-03-30 06:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb7571a6-a759-50b9-81b1-3360b523add3 with scrape type 2
2026-03-30 06:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb7571a6-a759-50b9-81b1-3360b523add3 with scrape type 2
2026-03-30 06:47:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb7571a6-a759-50b9-81b1-3360b523add3, identifier: WV16%20KMY
2026-03-30 06:47:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f749ff3-1b0c-5309-a4e2-4834671739d6 with identifier: MA21%20ZPP
2026-03-30 06:47:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f749ff3-1b0c-5309-a4e2-4834671739d6 with identifier: MA21%20ZPP
2026-03-30 06:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f749ff3-1b0c-5309-a4e2-4834671739d6 with identifier: MA21%20ZPP to the API
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA21%20ZPP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f749ff3-1b0c-5309-a4e2-4834671739d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA21 ZPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA21%20ZPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 118426,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 280 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 280 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYLT62070',
 'year': 2021}
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA21%2520ZPP%27 HTTP/1.1" 200 None
2026-03-30 06:47:19 [bca.uk] INFO: Saving data for MA21%20ZPP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477294.959121, 'last_price_update_time': 1774853239.655409}
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA21%2520ZPP') HTTP/1.1" 204 0
2026-03-30 06:47:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with identifier: CF71%20VNY
2026-03-30 06:47:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with identifier: CF71%20VNY
2026-03-30 06:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9980eaef-7bea-510a-b6ce-0c5abd1ea652 with identifier: CF71%20VNY to the API
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF71%20VNY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '9980eaef-7bea-510a-b6ce-0c5abd1ea652',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF71 VNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF71%20VNY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 39705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 35 125KW 55KWH S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH S LINE',
 'vin': 'WAUZZZFZXNP027127',
 'year': 2022}
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520VNY%27 HTTP/1.1" 200 None
2026-03-30 06:47:19 [bca.uk] INFO: Saving data for CF71%20VNY: {'auction_closing_time': 1775026800.0, 'created_time': 1773935713.077903, 'last_price_update_time': 1774853239.972776}
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF71%2520VNY') HTTP/1.1" 204 0
2026-03-30 06:47:19 [bca.uk] INFO: Found listing with ID: CK17%20NPX
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK17%2520NPX%27 HTTP/1.1" 200 None
2026-03-30 06:47:20 [bca.uk] INFO: Scrape type for CK17%20NPX: 2
2026-03-30 06:47:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with identifier: CK17%20NPX
2026-03-30 06:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with scrape type 2
2026-03-30 06:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with scrape type 2
2026-03-30 06:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd, identifier: CK17%20NPX
2026-03-30 06:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb7571a6-a759-50b9-81b1-3360b523add3 with identifier: WV16%20KMY
2026-03-30 06:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb7571a6-a759-50b9-81b1-3360b523add3 with identifier: WV16%20KMY
2026-03-30 06:47:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb7571a6-a759-50b9-81b1-3360b523add3 with identifier: WV16%20KMY to the API
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV16%20KMY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fb7571a6-a759-50b9-81b1-3360b523add3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV16 KMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV16%20KMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 57393,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 65 1 Hatchback',
 'transmission': 'manual',
 'trim': '65 1',
 'vin': 'KNABE511LGT206054',
 'year': 2016}
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV16%2520KMY%27 HTTP/1.1" 200 None
2026-03-30 06:47:20 [bca.uk] INFO: Saving data for WV16%20KMY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477290.970638, 'last_price_update_time': 1774853240.396139}
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV16%2520KMY') HTTP/1.1" 204 0
2026-03-30 06:47:20 [bca.uk] INFO: Found listing with ID: HT71%20UDN
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520UDN%27 HTTP/1.1" 200 None
2026-03-30 06:47:20 [bca.uk] INFO: Scrape type for HT71%20UDN: 2
2026-03-30 06:47:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with identifier: HT71%20UDN
2026-03-30 06:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with scrape type 2
2026-03-30 06:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with scrape type 2
2026-03-30 06:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21700b9a-a79f-5d56-8a09-90fdc9ada8cf, identifier: HT71%20UDN
2026-03-30 06:47:20 [bca.uk] INFO: Found listing with ID: DX71%20FVV
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520FVV%27 HTTP/1.1" 200 None
2026-03-30 06:47:20 [bca.uk] INFO: Scrape type for DX71%20FVV: 2
2026-03-30 06:47:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with identifier: DX71%20FVV
2026-03-30 06:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with scrape type 2
2026-03-30 06:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with scrape type 2
2026-03-30 06:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5ced8e4-44d7-57dc-ac74-0065bc1e72cf, identifier: DX71%20FVV
2026-03-30 06:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with identifier: CK17%20NPX
2026-03-30 06:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with identifier: CK17%20NPX
2026-03-30 06:47:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd with identifier: CK17%20NPX to the API
2026-03-30 06:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK17%20NPX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1fe85e5c-eaaa-5eff-af47-286e4f0bf8bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK17 NPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK17%20NPX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 90745,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7200,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.6 AMG LINE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDD1760432J610563',
 'year': 2017}
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK17%2520NPX%27 HTTP/1.1" 200 None
2026-03-30 06:47:21 [bca.uk] INFO: Saving data for CK17%20NPX: {'auction_closing_time': 1774854000.0, 'created_time': 1773908206.16596, 'last_price_update_time': 1774853241.120115}
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK17%2520NPX') HTTP/1.1" 204 0
2026-03-30 06:47:21 [bca.uk] INFO: Found listing with ID: YY23%20OMA
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520OMA%27 HTTP/1.1" 200 None
2026-03-30 06:47:21 [bca.uk] INFO: Scrape type for YY23%20OMA: 2
2026-03-30 06:47:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5951f4c6-dad2-5993-a453-d95a0ed902dd with identifier: YY23%20OMA
2026-03-30 06:47:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5951f4c6-dad2-5993-a453-d95a0ed902dd with scrape type 2
2026-03-30 06:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5951f4c6-dad2-5993-a453-d95a0ed902dd with scrape type 2
2026-03-30 06:47:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5951f4c6-dad2-5993-a453-d95a0ed902dd, identifier: YY23%20OMA
2026-03-30 06:47:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with identifier: HT71%20UDN
2026-03-30 06:47:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with identifier: HT71%20UDN
2026-03-30 06:47:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21700b9a-a79f-5d56-8a09-90fdc9ada8cf with identifier: HT71%20UDN to the API
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT71%20UDN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21700b9a-a79f-5d56-8a09-90fdc9ada8cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT71 UDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT71%20UDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 95940,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 320 SWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 130 320 SWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZME52321',
 'year': 2022}
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520UDN%27 HTTP/1.1" 200 None
2026-03-30 06:47:21 [bca.uk] INFO: Saving data for HT71%20UDN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477242.123767, 'last_price_update_time': 1774853241.535422}
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520UDN') HTTP/1.1" 204 0
2026-03-30 06:47:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with identifier: DX71%20FVV
2026-03-30 06:47:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with identifier: DX71%20FVV
2026-03-30 06:47:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5ced8e4-44d7-57dc-ac74-0065bc1e72cf with identifier: DX71%20FVV to the API
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX71%20FVV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f5ced8e4-44d7-57dc-ac74-0065bc1e72cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX71 FVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX71%20FVV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 105761,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T5 PHEV INSCRIPTION StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV INSCRIPTION',
 'vin': 'YV1XZBBVFN2683419',
 'year': 2021}
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX71%2520FVV%27 HTTP/1.1" 200 None
2026-03-30 06:47:21 [bca.uk] INFO: Saving data for DX71%20FVV: {'auction_closing_time': 1775026800.0, 'created_time': 1773908208.09953, 'last_price_update_time': 1774853241.820862}
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX71%2520FVV') HTTP/1.1" 204 0
2026-03-30 06:47:21 [bca.uk] INFO: Found listing with ID: DY69%20SYR
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY69%2520SYR%27 HTTP/1.1" 200 None
2026-03-30 06:47:21 [bca.uk] INFO: Scrape type for DY69%20SYR: 2
2026-03-30 06:47:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with identifier: DY69%20SYR
2026-03-30 06:47:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with scrape type 2
2026-03-30 06:47:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with scrape type 2
2026-03-30 06:47:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c, identifier: DY69%20SYR
2026-03-30 06:47:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5951f4c6-dad2-5993-a453-d95a0ed902dd with identifier: YY23%20OMA
2026-03-30 06:47:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5951f4c6-dad2-5993-a453-d95a0ed902dd with identifier: YY23%20OMA
2026-03-30 06:47:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5951f4c6-dad2-5993-a453-d95a0ed902dd with identifier: YY23%20OMA to the API
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY23%20OMA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5951f4c6-dad2-5993-a453-d95a0ed902dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY23 OMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY23%20OMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 38557,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 3.3 SKY-D 200 EXCLUSIVE-LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'SKY-D 200 EXCLUSIVE-LINE',
 'vin': 'JMZKH0CF501122488',
 'year': 2023}
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520OMA%27 HTTP/1.1" 200 None
2026-03-30 06:47:22 [bca.uk] INFO: Saving data for YY23%20OMA: {'auction_closing_time': 1775037600.0, 'created_time': 1774477292.728576, 'last_price_update_time': 1774853242.266222}
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY23%2520OMA') HTTP/1.1" 204 0
2026-03-30 06:47:22 [bca.uk] INFO: Found listing with ID: HV72%20XWP
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV72%2520XWP%27 HTTP/1.1" 200 None
2026-03-30 06:47:22 [bca.uk] INFO: Scrape type for HV72%20XWP: 2
2026-03-30 06:47:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with identifier: HV72%20XWP
2026-03-30 06:47:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with scrape type 2
2026-03-30 06:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with scrape type 2
2026-03-30 06:47:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b486e1c-811e-560a-be6e-b35b01c2bbe2, identifier: HV72%20XWP
2026-03-30 06:47:22 [bca.uk] INFO: Found listing with ID: DX72%20XDH
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX72%2520XDH%27 HTTP/1.1" 200 None
2026-03-30 06:47:22 [bca.uk] INFO: Scrape type for DX72%20XDH: 2
2026-03-30 06:47:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc52bad8-97b7-5071-a19f-63bb74abfc5d with identifier: DX72%20XDH
2026-03-30 06:47:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc52bad8-97b7-5071-a19f-63bb74abfc5d with scrape type 2
2026-03-30 06:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc52bad8-97b7-5071-a19f-63bb74abfc5d with scrape type 2
2026-03-30 06:47:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc52bad8-97b7-5071-a19f-63bb74abfc5d, identifier: DX72%20XDH
2026-03-30 06:47:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with identifier: DY69%20SYR
2026-03-30 06:47:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with identifier: DY69%20SYR
2026-03-30 06:47:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c with identifier: DY69%20SYR to the API
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY69%20SYR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1cd05b0-f2a4-50df-a7ec-6ca6c5dfb54c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY69 SYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY69%20SYR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'FIAT',
 'model': '500',
 'odometer': 55532,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FIAT 500 0.9 TWINAIR 85 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'TWINAIR 85 LOUNGE',
 'vin': 'ZFA3120000JB34453',
 'year': 2020}
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY69%2520SYR%27 HTTP/1.1" 200 None
2026-03-30 06:47:22 [bca.uk] INFO: Saving data for DY69%20SYR: {'auction_closing_time': 1774854000.0, 'created_time': 1773908181.806047, 'last_price_update_time': 1774853242.78869}
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY69%2520SYR') HTTP/1.1" 204 0
2026-03-30 06:47:22 [bca.uk] INFO: Found listing with ID: YY72%20OHG
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY72%2520OHG%27 HTTP/1.1" 200 None
2026-03-30 06:47:22 [bca.uk] INFO: Scrape type for YY72%20OHG: 2
2026-03-30 06:47:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with identifier: YY72%20OHG
2026-03-30 06:47:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with scrape type 2
2026-03-30 06:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with scrape type 2
2026-03-30 06:47:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b2c4233-1d27-5d04-bb67-fb0c528fa496, identifier: YY72%20OHG
2026-03-30 06:47:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with identifier: HV72%20XWP
2026-03-30 06:47:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with identifier: HV72%20XWP
2026-03-30 06:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b486e1c-811e-560a-be6e-b35b01c2bbe2 with identifier: HV72%20XWP to the API
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV72%20XWP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3b486e1c-811e-560a-be6e-b35b01c2bbe2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV72 XWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV72%20XWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 52129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PNM34765',
 'year': 2022}
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV72%2520XWP%27 HTTP/1.1" 200 None
2026-03-30 06:47:23 [bca.uk] INFO: Saving data for HV72%20XWP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477272.223599, 'last_price_update_time': 1774853243.242391}
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV72%2520XWP') HTTP/1.1" 204 0
2026-03-30 06:47:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc52bad8-97b7-5071-a19f-63bb74abfc5d with identifier: DX72%20XDH
2026-03-30 06:47:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc52bad8-97b7-5071-a19f-63bb74abfc5d with identifier: DX72%20XDH
2026-03-30 06:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc52bad8-97b7-5071-a19f-63bb74abfc5d with identifier: DX72%20XDH to the API
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX72%20XDH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bc52bad8-97b7-5071-a19f-63bb74abfc5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX72 XDH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX72%20XDH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 87558,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 40 150KW 82KWH S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH S LINE',
 'vin': 'WAUZZZFZ8PP012922',
 'year': 2022}
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX72%2520XDH%27 HTTP/1.1" 200 None
2026-03-30 06:47:23 [bca.uk] INFO: Saving data for DX72%20XDH: {'auction_closing_time': 1775026800.0, 'created_time': 1773842145.848994, 'last_price_update_time': 1774853243.56915}
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX72%2520XDH') HTTP/1.1" 204 0
2026-03-30 06:47:23 [bca.uk] INFO: Found listing with ID: KT17%20OAW
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520OAW%27 HTTP/1.1" 200 None
2026-03-30 06:47:23 [bca.uk] INFO: Scrape type for KT17%20OAW: 2
2026-03-30 06:47:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with identifier: KT17%20OAW
2026-03-30 06:47:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with scrape type 2
2026-03-30 06:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with scrape type 2
2026-03-30 06:47:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a3eea6a-0f5c-5dd5-851f-542530fb4a07, identifier: KT17%20OAW
2026-03-30 06:47:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with identifier: YY72%20OHG
2026-03-30 06:47:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with identifier: YY72%20OHG
2026-03-30 06:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b2c4233-1d27-5d04-bb67-fb0c528fa496 with identifier: YY72%20OHG to the API
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY72%20OHG-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2b2c4233-1d27-5d04-bb67-fb0c528fa496',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY72 OHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY72%20OHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 14110,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 2.0 S RESOLUTE ED. Hatchback',
 'transmission': 'automatic',
 'trim': 'S RESOLUTE ED.',
 'vin': 'WMW52DK0202T98222',
 'year': 2022}
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY72%2520OHG%27 HTTP/1.1" 200 None
2026-03-30 06:47:23 [bca.uk] INFO: Saving data for YY72%20OHG: {'auction_closing_time': 1775037600.0, 'created_time': 1774477233.218022, 'last_price_update_time': 1774853243.99022}
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY72%2520OHG') HTTP/1.1" 204 0
2026-03-30 06:47:24 [bca.uk] INFO: Found listing with ID: MX21%20XUK
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX21%2520XUK%27 HTTP/1.1" 200 None
2026-03-30 06:47:24 [bca.uk] INFO: Scrape type for MX21%20XUK: 2
2026-03-30 06:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58a05d35-33ec-5b8b-999c-872c7d7cd241 with identifier: MX21%20XUK
2026-03-30 06:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58a05d35-33ec-5b8b-999c-872c7d7cd241 with scrape type 2
2026-03-30 06:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58a05d35-33ec-5b8b-999c-872c7d7cd241 with scrape type 2
2026-03-30 06:47:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58a05d35-33ec-5b8b-999c-872c7d7cd241, identifier: MX21%20XUK
2026-03-30 06:47:24 [bca.uk] INFO: Found listing with ID: GJ71%20VJZ
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520VJZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:24 [bca.uk] INFO: Scrape type for GJ71%20VJZ: 2
2026-03-30 06:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d406080b-0cda-55ea-ac60-3d0493a23dec with identifier: GJ71%20VJZ
2026-03-30 06:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d406080b-0cda-55ea-ac60-3d0493a23dec with scrape type 2
2026-03-30 06:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d406080b-0cda-55ea-ac60-3d0493a23dec with scrape type 2
2026-03-30 06:47:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d406080b-0cda-55ea-ac60-3d0493a23dec, identifier: GJ71%20VJZ
2026-03-30 06:47:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with identifier: KT17%20OAW
2026-03-30 06:47:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with identifier: KT17%20OAW
2026-03-30 06:47:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a3eea6a-0f5c-5dd5-851f-542530fb4a07 with identifier: KT17%20OAW to the API
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT17%20OAW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1a3eea6a-0f5c-5dd5-851f-542530fb4a07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT17 OAW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT17%20OAW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'C200',
 'odometer': 110571,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6000,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C200 2.0 T SPORT PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'T SPORT PREMIUM 9G',
 'vin': 'WDD2050422R290074',
 'year': 2017}
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520OAW%27 HTTP/1.1" 200 None
2026-03-30 06:47:24 [bca.uk] INFO: Saving data for KT17%20OAW: {'auction_closing_time': 1774854000.0, 'created_time': 1773834327.94595, 'last_price_update_time': 1774853244.553752}
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT17%2520OAW') HTTP/1.1" 204 0
2026-03-30 06:47:24 [bca.uk] INFO: Found listing with ID: BG23%20YSW
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520YSW%27 HTTP/1.1" 200 None
2026-03-30 06:47:24 [bca.uk] INFO: Scrape type for BG23%20YSW: 2
2026-03-30 06:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0921e688-e6f2-5d3b-8939-2722bc3e842e with identifier: BG23%20YSW
2026-03-30 06:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0921e688-e6f2-5d3b-8939-2722bc3e842e with scrape type 2
2026-03-30 06:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0921e688-e6f2-5d3b-8939-2722bc3e842e with scrape type 2
2026-03-30 06:47:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0921e688-e6f2-5d3b-8939-2722bc3e842e, identifier: BG23%20YSW
2026-03-30 06:47:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58a05d35-33ec-5b8b-999c-872c7d7cd241 with identifier: MX21%20XUK
2026-03-30 06:47:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58a05d35-33ec-5b8b-999c-872c7d7cd241 with identifier: MX21%20XUK
2026-03-30 06:47:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58a05d35-33ec-5b8b-999c-872c7d7cd241 with identifier: MX21%20XUK to the API
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 234,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MX21%20XUK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58a05d35-33ec-5b8b-999c-872c7d7cd241',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MX21 XUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MX21%20XUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 146208,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 H3 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H3 TREND',
 'vin': 'WF0EXXTTRELY68241',
 'year': 2021}
2026-03-30 06:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX21%2520XUK%27 HTTP/1.1" 200 None
2026-03-30 06:47:25 [bca.uk] INFO: Saving data for MX21%20XUK: {'auction_closing_time': 1774864800.0, 'created_time': 1774477273.70674, 'last_price_update_time': 1774853245.00858}
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MX21%2520XUK') HTTP/1.1" 204 0
2026-03-30 06:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d406080b-0cda-55ea-ac60-3d0493a23dec with identifier: GJ71%20VJZ
2026-03-30 06:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d406080b-0cda-55ea-ac60-3d0493a23dec with identifier: GJ71%20VJZ
2026-03-30 06:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d406080b-0cda-55ea-ac60-3d0493a23dec with identifier: GJ71%20VJZ to the API
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ71%20VJZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd406080b-0cda-55ea-ac60-3d0493a23dec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ71 VJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ71%20VJZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 88465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10600,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': 'LRW3F7FA4MC335512',
 'year': 2021}
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ71%2520VJZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:25 [bca.uk] INFO: Saving data for GJ71%20VJZ: {'auction_closing_time': 1775026800.0, 'created_time': 1773932244.122046, 'last_price_update_time': 1774853245.400522}
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ71%2520VJZ') HTTP/1.1" 204 0
2026-03-30 06:47:25 [bca.uk] INFO: Found listing with ID: LO19%20APU
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO19%2520APU%27 HTTP/1.1" 200 None
2026-03-30 06:47:25 [bca.uk] INFO: Scrape type for LO19%20APU: 2
2026-03-30 06:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 522b9793-ed2c-5476-a49d-04351d9fc739 with identifier: LO19%20APU
2026-03-30 06:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 522b9793-ed2c-5476-a49d-04351d9fc739 with scrape type 2
2026-03-30 06:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 522b9793-ed2c-5476-a49d-04351d9fc739 with scrape type 2
2026-03-30 06:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 522b9793-ed2c-5476-a49d-04351d9fc739, identifier: LO19%20APU
2026-03-30 06:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0921e688-e6f2-5d3b-8939-2722bc3e842e with identifier: BG23%20YSW
2026-03-30 06:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0921e688-e6f2-5d3b-8939-2722bc3e842e with identifier: BG23%20YSW
2026-03-30 06:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0921e688-e6f2-5d3b-8939-2722bc3e842e with identifier: BG23%20YSW to the API
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG23%20YSW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0921e688-e6f2-5d3b-8939-2722bc3e842e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG23 YSW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG23%20YSW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 64175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 MPI 80 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 80 LIFE',
 'vin': 'WVWZZZAWZPU038437',
 'year': 2023}
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG23%2520YSW%27 HTTP/1.1" 200 None
2026-03-30 06:47:25 [bca.uk] INFO: Saving data for BG23%20YSW: {'auction_closing_time': 1775037600.0, 'created_time': 1774477246.268387, 'last_price_update_time': 1774853245.816753}
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG23%2520YSW') HTTP/1.1" 204 0
2026-03-30 06:47:25 [bca.uk] INFO: Found listing with ID: YT68%20VAV
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VAV%27 HTTP/1.1" 200 None
2026-03-30 06:47:25 [bca.uk] INFO: Scrape type for YT68%20VAV: 2
2026-03-30 06:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ffbe7ac-8c81-58da-b37d-03deb09da127 with identifier: YT68%20VAV
2026-03-30 06:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ffbe7ac-8c81-58da-b37d-03deb09da127 with scrape type 2
2026-03-30 06:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ffbe7ac-8c81-58da-b37d-03deb09da127 with scrape type 2
2026-03-30 06:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ffbe7ac-8c81-58da-b37d-03deb09da127, identifier: YT68%20VAV
2026-03-30 06:47:25 [bca.uk] INFO: Found listing with ID: GM21%20MXU
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM21%2520MXU%27 HTTP/1.1" 200 None
2026-03-30 06:47:25 [bca.uk] INFO: Scrape type for GM21%20MXU: 2
2026-03-30 06:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with identifier: GM21%20MXU
2026-03-30 06:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with scrape type 2
2026-03-30 06:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with scrape type 2
2026-03-30 06:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02fa49f2-dc9d-5cef-8671-e9a40addcdb6, identifier: GM21%20MXU
2026-03-30 06:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 522b9793-ed2c-5476-a49d-04351d9fc739 with identifier: LO19%20APU
2026-03-30 06:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 522b9793-ed2c-5476-a49d-04351d9fc739 with identifier: LO19%20APU
2026-03-30 06:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 522b9793-ed2c-5476-a49d-04351d9fc739 with identifier: LO19%20APU to the API
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO19%20APU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '522b9793-ed2c-5476-a49d-04351d9fc739',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO19 APU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO19%20APU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'JEEP',
 'model': 'COMPASS',
 'odometer': 58640,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7400,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JEEP COMPASS 1.4 M/AIR 140 2WD NIGHT EAGLE StationWagon',
 'transmission': 'manual',
 'trim': 'M/AIR 140 2WD NIGHT EAGLE',
 'vin': 'MCANJPBH6KFA42511',
 'year': 2019}
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO19%2520APU%27 HTTP/1.1" 200 None
2026-03-30 06:47:26 [bca.uk] INFO: Saving data for LO19%20APU: {'auction_closing_time': 1774854000.0, 'created_time': 1774005395.345507, 'last_price_update_time': 1774853246.372303}
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO19%2520APU') HTTP/1.1" 204 0
2026-03-30 06:47:26 [bca.uk] INFO: Found listing with ID: BW17%20BYB
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW17%2520BYB%27 HTTP/1.1" 200 None
2026-03-30 06:47:26 [bca.uk] INFO: Scrape type for BW17%20BYB: 2
2026-03-30 06:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44b244de-5058-5f0a-a246-cbe4b107d2f0 with identifier: BW17%20BYB
2026-03-30 06:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44b244de-5058-5f0a-a246-cbe4b107d2f0 with scrape type 2
2026-03-30 06:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44b244de-5058-5f0a-a246-cbe4b107d2f0 with scrape type 2
2026-03-30 06:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44b244de-5058-5f0a-a246-cbe4b107d2f0, identifier: BW17%20BYB
2026-03-30 06:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ffbe7ac-8c81-58da-b37d-03deb09da127 with identifier: YT68%20VAV
2026-03-30 06:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ffbe7ac-8c81-58da-b37d-03deb09da127 with identifier: YT68%20VAV
2026-03-30 06:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ffbe7ac-8c81-58da-b37d-03deb09da127 with identifier: YT68%20VAV to the API
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT68%20VAV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3ffbe7ac-8c81-58da-b37d-03deb09da127',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT68 VAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT68%20VAV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 36156,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 320 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 320 SWB L/R',
 'vin': 'WF0YXXTTGYJM51964',
 'year': 2018}
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VAV%27 HTTP/1.1" 200 None
2026-03-30 06:47:26 [bca.uk] INFO: Saving data for YT68%20VAV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477280.328757, 'last_price_update_time': 1774853246.820447}
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT68%2520VAV') HTTP/1.1" 204 0
2026-03-30 06:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with identifier: GM21%20MXU
2026-03-30 06:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with identifier: GM21%20MXU
2026-03-30 06:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02fa49f2-dc9d-5cef-8671-e9a40addcdb6 with identifier: GM21%20MXU to the API
2026-03-30 06:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM21%20MXU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '02fa49f2-dc9d-5cef-8671-e9a40addcdb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GM21 MXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM21%20MXU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 34979,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH LIFE PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH LIFE PRO PERF.',
 'vin': 'WVWZZZE1ZMP079009',
 'year': 2021}
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM21%2520MXU%27 HTTP/1.1" 200 None
2026-03-30 06:47:27 [bca.uk] INFO: Saving data for GM21%20MXU: {'auction_closing_time': 1775026800.0, 'created_time': 1773935700.892811, 'last_price_update_time': 1774853247.130267}
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM21%2520MXU') HTTP/1.1" 204 0
2026-03-30 06:47:27 [bca.uk] INFO: Found listing with ID: NU68%20MFY
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47: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%2520MFY%27 HTTP/1.1" 200 None
2026-03-30 06:47:27 [bca.uk] INFO: Scrape type for NU68%20MFY: 2
2026-03-30 06:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97931a67-55ad-5eb1-b958-496d849d8fdc with identifier: NU68%20MFY
2026-03-30 06:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97931a67-55ad-5eb1-b958-496d849d8fdc with scrape type 2
2026-03-30 06:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97931a67-55ad-5eb1-b958-496d849d8fdc with scrape type 2
2026-03-30 06:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97931a67-55ad-5eb1-b958-496d849d8fdc, identifier: NU68%20MFY
2026-03-30 06:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44b244de-5058-5f0a-a246-cbe4b107d2f0 with identifier: BW17%20BYB
2026-03-30 06:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44b244de-5058-5f0a-a246-cbe4b107d2f0 with identifier: BW17%20BYB
2026-03-30 06:47:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44b244de-5058-5f0a-a246-cbe4b107d2f0 with identifier: BW17%20BYB to the API
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW17%20BYB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '44b244de-5058-5f0a-a246-cbe4b107d2f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW17 BYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW17%20BYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 21481,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.4 TSI 150 BMT 2WD SE NAV StationWagon',
 'transmission': 'manual',
 'trim': 'TSI 150 BMT 2WD SE NAV',
 'vin': 'WVGZZZ5NZHW939632',
 'year': 2017}
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW17%2520BYB%27 HTTP/1.1" 200 None
2026-03-30 06:47:27 [bca.uk] INFO: Saving data for BW17%20BYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774477295.32385, 'last_price_update_time': 1774853247.536495}
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW17%2520BYB') HTTP/1.1" 204 0
2026-03-30 06:47:27 [bca.uk] INFO: Found listing with ID: AF71%20VKZ
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520VKZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:27 [bca.uk] INFO: Scrape type for AF71%20VKZ: 2
2026-03-30 06:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6458e10f-e475-5d94-9d72-35c630bd8b3c with identifier: AF71%20VKZ
2026-03-30 06:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6458e10f-e475-5d94-9d72-35c630bd8b3c with scrape type 2
2026-03-30 06:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6458e10f-e475-5d94-9d72-35c630bd8b3c with scrape type 2
2026-03-30 06:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6458e10f-e475-5d94-9d72-35c630bd8b3c, identifier: AF71%20VKZ
2026-03-30 06:47:27 [bca.uk] INFO: Found listing with ID: KN23%20UGL
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520UGL%27 HTTP/1.1" 200 None
2026-03-30 06:47:27 [bca.uk] INFO: Scrape type for KN23%20UGL: 2
2026-03-30 06:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with identifier: KN23%20UGL
2026-03-30 06:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with scrape type 2
2026-03-30 06:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with scrape type 2
2026-03-30 06:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0222bf4f-be1c-5549-9ae3-3011f0d29c43, identifier: KN23%20UGL
2026-03-30 06:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97931a67-55ad-5eb1-b958-496d849d8fdc with identifier: NU68%20MFY
2026-03-30 06:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97931a67-55ad-5eb1-b958-496d849d8fdc with identifier: NU68%20MFY
2026-03-30 06:47:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97931a67-55ad-5eb1-b958-496d849d8fdc with identifier: NU68%20MFY to the API
2026-03-30 06:47:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU68%20MFY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '97931a67-55ad-5eb1-b958-496d849d8fdc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU68 MFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU68%20MFY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 115832,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 AMG LINE StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDC1569432J572012',
 'year': 2018}
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU68%2520MFY%27 HTTP/1.1" 200 None
2026-03-30 06:47:28 [bca.uk] INFO: Saving data for NU68%20MFY: {'auction_closing_time': 1774854000.0, 'created_time': 1773834131.72225, 'last_price_update_time': 1774853248.056448}
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU68%2520MFY') HTTP/1.1" 204 0
2026-03-30 06:47:28 [bca.uk] INFO: Found listing with ID: DV62%20RWO
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV62%2520RWO%27 HTTP/1.1" 200 None
2026-03-30 06:47:28 [bca.uk] INFO: Scrape type for DV62%20RWO: 2
2026-03-30 06:47:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5779fba-2297-58b2-88ff-99192f3e738c with identifier: DV62%20RWO
2026-03-30 06:47:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5779fba-2297-58b2-88ff-99192f3e738c with scrape type 2
2026-03-30 06:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5779fba-2297-58b2-88ff-99192f3e738c with scrape type 2
2026-03-30 06:47:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5779fba-2297-58b2-88ff-99192f3e738c, identifier: DV62%20RWO
2026-03-30 06:47:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6458e10f-e475-5d94-9d72-35c630bd8b3c with identifier: AF71%20VKZ
2026-03-30 06:47:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6458e10f-e475-5d94-9d72-35c630bd8b3c with identifier: AF71%20VKZ
2026-03-30 06:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6458e10f-e475-5d94-9d72-35c630bd8b3c with identifier: AF71%20VKZ to the API
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF71%20VKZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6458e10f-e475-5d94-9d72-35c630bd8b3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF71 VKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF71%20VKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SSANGYONG',
 'model': 'KORANDO',
 'odometer': 53271,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SSANGYONG KORANDO 1.5 T 161 ULTIMATE StationWagon',
 'transmission': 'manual',
 'trim': 'T 161 ULTIMATE',
 'vin': 'KPT70A1YSKP014914',
 'year': 2021}
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF71%2520VKZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:28 [bca.uk] INFO: Saving data for AF71%20VKZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774477253.456917, 'last_price_update_time': 1774853248.629609}
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF71%2520VKZ') HTTP/1.1" 204 0
2026-03-30 06:47:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with identifier: KN23%20UGL
2026-03-30 06:47:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with identifier: KN23%20UGL
2026-03-30 06:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0222bf4f-be1c-5549-9ae3-3011f0d29c43 with identifier: KN23%20UGL to the API
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN23%20UGL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '0222bf4f-be1c-5549-9ae3-3011f0d29c43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN23 UGL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN23%20UGL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 32917,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 20000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 166KW 77.4KWH RWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '166KW 77.4KWH RWD GT-LINE',
 'vin': 'KNAC481AUP5107143',
 'year': 2023}
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520UGL%27 HTTP/1.1" 200 None
2026-03-30 06:47:28 [bca.uk] INFO: Saving data for KN23%20UGL: {'auction_closing_time': 1775026800.0, 'created_time': 1773935697.538686, 'last_price_update_time': 1774853248.916175}
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN23%2520UGL') HTTP/1.1" 204 0
2026-03-30 06:47:28 [bca.uk] INFO: Found listing with ID: NX70%20VVE
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520VVE%27 HTTP/1.1" 200 None
2026-03-30 06:47:28 [bca.uk] INFO: Scrape type for NX70%20VVE: 2
2026-03-30 06:47:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with identifier: NX70%20VVE
2026-03-30 06:47:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with scrape type 2
2026-03-30 06:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with scrape type 2
2026-03-30 06:47:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ace3dfd-f749-59c1-9000-9c3d02e3c80b, identifier: NX70%20VVE
2026-03-30 06:47:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5779fba-2297-58b2-88ff-99192f3e738c with identifier: DV62%20RWO
2026-03-30 06:47:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5779fba-2297-58b2-88ff-99192f3e738c with identifier: DV62%20RWO
2026-03-30 06:47:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5779fba-2297-58b2-88ff-99192f3e738c with identifier: DV62%20RWO to the API
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV62%20RWO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e5779fba-2297-58b2-88ff-99192f3e738c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV62 RWO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV62%20RWO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E250',
 'odometer': 109265,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E250 2.1 CDI B/E SPORT EDITION 125 Convertible',
 'transmission': 'manual',
 'trim': 'CDI B/E SPORT EDITION 125',
 'vin': 'WDD2074032F145846',
 'year': 2012}
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV62%2520RWO%27 HTTP/1.1" 200 None
2026-03-30 06:47:29 [bca.uk] INFO: Saving data for DV62%20RWO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477232.005735, 'last_price_update_time': 1774853249.318184}
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV62%2520RWO') HTTP/1.1" 204 0
2026-03-30 06:47:29 [bca.uk] INFO: Found listing with ID: YS69%20PBU
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS69%2520PBU%27 HTTP/1.1" 200 None
2026-03-30 06:47:29 [bca.uk] INFO: Scrape type for YS69%20PBU: 2
2026-03-30 06:47:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with identifier: YS69%20PBU
2026-03-30 06:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with scrape type 2
2026-03-30 06:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with scrape type 2
2026-03-30 06:47:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12a8ae4e-5598-509a-b5e1-38cd1bce4b87, identifier: YS69%20PBU
2026-03-30 06:47:29 [bca.uk] INFO: Found listing with ID: MM19%20WRX
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WRX%27 HTTP/1.1" 200 None
2026-03-30 06:47:29 [bca.uk] INFO: Scrape type for MM19%20WRX: 2
2026-03-30 06:47:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa8fd25f-d81e-566f-99c1-e5afaa327c77 with identifier: MM19%20WRX
2026-03-30 06:47:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa8fd25f-d81e-566f-99c1-e5afaa327c77 with scrape type 2
2026-03-30 06:47:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa8fd25f-d81e-566f-99c1-e5afaa327c77 with scrape type 2
2026-03-30 06:47:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa8fd25f-d81e-566f-99c1-e5afaa327c77, identifier: MM19%20WRX
2026-03-30 06:47:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with identifier: NX70%20VVE
2026-03-30 06:47:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with identifier: NX70%20VVE
2026-03-30 06:47:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ace3dfd-f749-59c1-9000-9c3d02e3c80b with identifier: NX70%20VVE to the API
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX70%20VVE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4ace3dfd-f749-59c1-9000-9c3d02e3c80b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX70 VVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX70%20VVE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 47406,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.0 IG-T 100 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'IG-T 100 TEKNA',
 'vin': 'VNVK1400865028390',
 'year': 2020}
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX70%2520VVE%27 HTTP/1.1" 200 None
2026-03-30 06:47:29 [bca.uk] INFO: Saving data for NX70%20VVE: {'auction_closing_time': 1774854000.0, 'created_time': 1773842800.300722, 'last_price_update_time': 1774853249.908418}
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX70%2520VVE') HTTP/1.1" 204 0
2026-03-30 06:47:30 [bca.uk] INFO: Found listing with ID: FJ68%20NRO
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ68%2520NRO%27 HTTP/1.1" 200 None
2026-03-30 06:47:30 [bca.uk] INFO: Scrape type for FJ68%20NRO: 2
2026-03-30 06:47:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f421436-25f2-5ced-ae29-fd7579c0d73d with identifier: FJ68%20NRO
2026-03-30 06:47:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f421436-25f2-5ced-ae29-fd7579c0d73d with scrape type 2
2026-03-30 06:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f421436-25f2-5ced-ae29-fd7579c0d73d with scrape type 2
2026-03-30 06:47:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f421436-25f2-5ced-ae29-fd7579c0d73d, identifier: FJ68%20NRO
2026-03-30 06:47:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with identifier: YS69%20PBU
2026-03-30 06:47:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with identifier: YS69%20PBU
2026-03-30 06:47:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12a8ae4e-5598-509a-b5e1-38cd1bce4b87 with identifier: YS69%20PBU to the API
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS69%20PBU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '12a8ae4e-5598-509a-b5e1-38cd1bce4b87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS69 PBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS69%20PBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 51956,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB LEADER H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB LEADER H/R',
 'vin': 'WF0YXXTTGYKM11761',
 'year': 2020}
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47: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%2520PBU%27 HTTP/1.1" 200 None
2026-03-30 06:47:30 [bca.uk] INFO: Saving data for YS69%20PBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477256.603196, 'last_price_update_time': 1774853250.439164}
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520PBU') HTTP/1.1" 204 0
2026-03-30 06:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:47:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa8fd25f-d81e-566f-99c1-e5afaa327c77 with identifier: MM19%20WRX
2026-03-30 06:47:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa8fd25f-d81e-566f-99c1-e5afaa327c77 with identifier: MM19%20WRX
2026-03-30 06:47:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa8fd25f-d81e-566f-99c1-e5afaa327c77 with identifier: MM19%20WRX to the API
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM19%20WRX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa8fd25f-d81e-566f-99c1-e5afaa327c77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM19 WRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM19%20WRX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 107544,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4900,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.9T 1.6 CDTI 125 ECOTEC LWB SPORTIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 125 ECOTEC LWB SPORTIVE',
 'vin': 'W0VF7D607KV642294',
 'year': 2019}
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM19%2520WRX%27 HTTP/1.1" 200 None
2026-03-30 06:47:30 [bca.uk] INFO: Saving data for MM19%20WRX: {'auction_closing_time': 1775026800.0, 'created_time': 1773846543.35877, 'last_price_update_time': 1774853250.749304}
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM19%2520WRX') HTTP/1.1" 204 0
2026-03-30 06:47:30 [bca.uk] INFO: Found listing with ID: YY69%20FEJ
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520FEJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:30 [bca.uk] INFO: Scrape type for YY69%20FEJ: 2
2026-03-30 06:47:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82946d27-65df-5153-b4f6-5d17fce7fbb4 with identifier: YY69%20FEJ
2026-03-30 06:47:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82946d27-65df-5153-b4f6-5d17fce7fbb4 with scrape type 2
2026-03-30 06:47:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82946d27-65df-5153-b4f6-5d17fce7fbb4 with scrape type 2
2026-03-30 06:47:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82946d27-65df-5153-b4f6-5d17fce7fbb4, identifier: YY69%20FEJ
2026-03-30 06:47:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f421436-25f2-5ced-ae29-fd7579c0d73d with identifier: FJ68%20NRO
2026-03-30 06:47:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f421436-25f2-5ced-ae29-fd7579c0d73d with identifier: FJ68%20NRO
2026-03-30 06:47:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f421436-25f2-5ced-ae29-fd7579c0d73d with identifier: FJ68%20NRO to the API
2026-03-30 06:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ68%20NRO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7f421436-25f2-5ced-ae29-fd7579c0d73d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ68 NRO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ68%20NRO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 102403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.2 TDCI 160 LIMITED 2 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TDCI 160 LIMITED 2 4WD',
 'vin': '6FPPXXMJ2PJR43723',
 'year': 2019}
2026-03-30 06:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ68%2520NRO%27 HTTP/1.1" 200 None
2026-03-30 06:47:31 [bca.uk] INFO: Saving data for FJ68%20NRO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477269.56546, 'last_price_update_time': 1774853251.460888}
2026-03-30 06:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ68%2520NRO') HTTP/1.1" 204 0
2026-03-30 06:47:31 [bca.uk] INFO: Found listing with ID: YT19%20ERL
2026-03-30 06:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520ERL%27 HTTP/1.1" 200 None
2026-03-30 06:47:31 [bca.uk] INFO: Scrape type for YT19%20ERL: 2
2026-03-30 06:47:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c604a440-c402-5db6-a5e9-34dd5fd7f745 with identifier: YT19%20ERL
2026-03-30 06:47:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c604a440-c402-5db6-a5e9-34dd5fd7f745 with scrape type 2
2026-03-30 06:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c604a440-c402-5db6-a5e9-34dd5fd7f745 with scrape type 2
2026-03-30 06:47:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c604a440-c402-5db6-a5e9-34dd5fd7f745, identifier: YT19%20ERL
2026-03-30 06:47:31 [bca.uk] INFO: Found listing with ID: OV71%20YGZ
2026-03-30 06:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520YGZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:31 [bca.uk] INFO: Scrape type for OV71%20YGZ: 2
2026-03-30 06:47:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c00721a8-1ee8-52a0-bc1e-462a9218f926 with identifier: OV71%20YGZ
2026-03-30 06:47:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c00721a8-1ee8-52a0-bc1e-462a9218f926 with scrape type 2
2026-03-30 06:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c00721a8-1ee8-52a0-bc1e-462a9218f926 with scrape type 2
2026-03-30 06:47:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c00721a8-1ee8-52a0-bc1e-462a9218f926, identifier: OV71%20YGZ
2026-03-30 06:47:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82946d27-65df-5153-b4f6-5d17fce7fbb4 with identifier: YY69%20FEJ
2026-03-30 06:47:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82946d27-65df-5153-b4f6-5d17fce7fbb4 with identifier: YY69%20FEJ
2026-03-30 06:47:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82946d27-65df-5153-b4f6-5d17fce7fbb4 with identifier: YY69%20FEJ to the API
2026-03-30 06:47:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY69%20FEJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82946d27-65df-5153-b4f6-5d17fce7fbb4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY69 FEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY69%20FEJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 103823,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7700,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.5 35 TFSI S LINE Hatchback',
 'transmission': 'manual',
 'trim': '35 TFSI S LINE',
 'vin': 'WAUZZZ8V0LA016342',
 'year': 2019}
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY69%2520FEJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:32 [bca.uk] INFO: Saving data for YY69%20FEJ: {'auction_closing_time': 1774854000.0, 'created_time': 1773834166.524723, 'last_price_update_time': 1774853252.158541}
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY69%2520FEJ') HTTP/1.1" 204 0
2026-03-30 06:47:32 [bca.uk] INFO: Found listing with ID: HN59%20OAH
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN59%2520OAH%27 HTTP/1.1" 200 None
2026-03-30 06:47:32 [bca.uk] INFO: Scrape type for HN59%20OAH: 2
2026-03-30 06:47:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10fa289d-769e-5f80-bfdd-f81c3304a597 with identifier: HN59%20OAH
2026-03-30 06:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10fa289d-769e-5f80-bfdd-f81c3304a597 with scrape type 2
2026-03-30 06:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10fa289d-769e-5f80-bfdd-f81c3304a597 with scrape type 2
2026-03-30 06:47:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10fa289d-769e-5f80-bfdd-f81c3304a597, identifier: HN59%20OAH
2026-03-30 06:47:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c604a440-c402-5db6-a5e9-34dd5fd7f745 with identifier: YT19%20ERL
2026-03-30 06:47:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c604a440-c402-5db6-a5e9-34dd5fd7f745 with identifier: YT19%20ERL
2026-03-30 06:47:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c604a440-c402-5db6-a5e9-34dd5fd7f745 with identifier: YT19%20ERL to the API
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT19%20ERL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c604a440-c402-5db6-a5e9-34dd5fd7f745',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT19 ERL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT19%20ERL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 49443,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYKD06914',
 'year': 2019}
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT19%2520ERL%27 HTTP/1.1" 200 None
2026-03-30 06:47:32 [bca.uk] INFO: Saving data for YT19%20ERL: {'auction_closing_time': 1774864800.0, 'created_time': 1774477238.16636, 'last_price_update_time': 1774853252.551486}
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT19%2520ERL') HTTP/1.1" 204 0
2026-03-30 06:47:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c00721a8-1ee8-52a0-bc1e-462a9218f926 with identifier: OV71%20YGZ
2026-03-30 06:47:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c00721a8-1ee8-52a0-bc1e-462a9218f926 with identifier: OV71%20YGZ
2026-03-30 06:47:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c00721a8-1ee8-52a0-bc1e-462a9218f926 with identifier: OV71%20YGZ to the API
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV71%20YGZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c00721a8-1ee8-52a0-bc1e-462a9218f926',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV71 YGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV71%20YGZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 14882,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16900,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 165KW 64KWH SM2 STD.RANGE Coupe',
 'transmission': 'automatic',
 'trim': '165KW 64KWH SM2 STD.RANGE',
 'vin': 'LPSVSECEKNL057659',
 'year': 2021}
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520YGZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:32 [bca.uk] INFO: Saving data for OV71%20YGZ: {'auction_closing_time': 1775026800.0, 'created_time': 1773935709.122227, 'last_price_update_time': 1774853252.882671}
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV71%2520YGZ') HTTP/1.1" 204 0
2026-03-30 06:47:32 [bca.uk] INFO: Found listing with ID: DA12%20RCV
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA12%2520RCV%27 HTTP/1.1" 200 None
2026-03-30 06:47:32 [bca.uk] INFO: Scrape type for DA12%20RCV: 2
2026-03-30 06:47:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adedde83-09ce-53d2-bf1b-e0105643a22d with identifier: DA12%20RCV
2026-03-30 06:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adedde83-09ce-53d2-bf1b-e0105643a22d with scrape type 2
2026-03-30 06:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adedde83-09ce-53d2-bf1b-e0105643a22d with scrape type 2
2026-03-30 06:47:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adedde83-09ce-53d2-bf1b-e0105643a22d, identifier: DA12%20RCV
2026-03-30 06:47:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10fa289d-769e-5f80-bfdd-f81c3304a597 with identifier: HN59%20OAH
2026-03-30 06:47:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10fa289d-769e-5f80-bfdd-f81c3304a597 with identifier: HN59%20OAH
2026-03-30 06:47:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10fa289d-769e-5f80-bfdd-f81c3304a597 with identifier: HN59%20OAH to the API
2026-03-30 06:47:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN59%20OAH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10fa289d-769e-5f80-bfdd-f81c3304a597',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN59 OAH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN59%20OAH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 49749,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I BLUE MMT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I BLUE MMT',
 'vin': 'JTDKG18C70N422777',
 'year': 2009}
2026-03-30 06:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN59%2520OAH%27 HTTP/1.1" 200 None
2026-03-30 06:47:33 [bca.uk] INFO: Saving data for HN59%20OAH: {'auction_closing_time': 1775037600.0, 'created_time': 1774477271.5097, 'last_price_update_time': 1774853253.846686}
2026-03-30 06:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN59%2520OAH') HTTP/1.1" 204 0
2026-03-30 06:47:33 [bca.uk] INFO: Found listing with ID: HN25%20VNT
2026-03-30 06:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520VNT%27 HTTP/1.1" 200 None
2026-03-30 06:47:33 [bca.uk] INFO: Scrape type for HN25%20VNT: 2
2026-03-30 06:47:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2d5bc86-0570-59a8-ac3e-6f6384582e92 with identifier: HN25%20VNT
2026-03-30 06:47:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2d5bc86-0570-59a8-ac3e-6f6384582e92 with scrape type 2
2026-03-30 06:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2d5bc86-0570-59a8-ac3e-6f6384582e92 with scrape type 2
2026-03-30 06:47:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2d5bc86-0570-59a8-ac3e-6f6384582e92, identifier: HN25%20VNT
2026-03-30 06:47:33 [bca.uk] INFO: Found listing with ID: WN22%20HMC
2026-03-30 06:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HMC%27 HTTP/1.1" 200 None
2026-03-30 06:47:34 [bca.uk] INFO: Scrape type for WN22%20HMC: 2
2026-03-30 06:47:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4261836d-c034-59ad-8082-4124d60c7990 with identifier: WN22%20HMC
2026-03-30 06:47:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4261836d-c034-59ad-8082-4124d60c7990 with scrape type 2
2026-03-30 06:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4261836d-c034-59ad-8082-4124d60c7990 with scrape type 2
2026-03-30 06:47:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4261836d-c034-59ad-8082-4124d60c7990, identifier: WN22%20HMC
2026-03-30 06:47:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adedde83-09ce-53d2-bf1b-e0105643a22d with identifier: DA12%20RCV
2026-03-30 06:47:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adedde83-09ce-53d2-bf1b-e0105643a22d with identifier: DA12%20RCV
2026-03-30 06:47:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adedde83-09ce-53d2-bf1b-e0105643a22d with identifier: DA12%20RCV to the API
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA12%20RCV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'adedde83-09ce-53d2-bf1b-e0105643a22d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA12 RCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA12%20RCV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 118432,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 600,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.7 CRDI 2 StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 2',
 'vin': 'U5YPC815LCL188261',
 'year': 2012}
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA12%2520RCV%27 HTTP/1.1" 200 None
2026-03-30 06:47:34 [bca.uk] INFO: Saving data for DA12%20RCV: {'auction_closing_time': 1775026800.0, 'created_time': 1773825803.9702, 'last_price_update_time': 1774853254.394432}
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA12%2520RCV') HTTP/1.1" 204 0
2026-03-30 06:47:34 [bca.uk] INFO: Found listing with ID: LS69%20FWL
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520FWL%27 HTTP/1.1" 200 None
2026-03-30 06:47:34 [bca.uk] INFO: Scrape type for LS69%20FWL: 2
2026-03-30 06:47:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6334a468-bf84-5f1c-abd0-8fde505c4a97 with identifier: LS69%20FWL
2026-03-30 06:47:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6334a468-bf84-5f1c-abd0-8fde505c4a97 with scrape type 2
2026-03-30 06:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6334a468-bf84-5f1c-abd0-8fde505c4a97 with scrape type 2
2026-03-30 06:47:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6334a468-bf84-5f1c-abd0-8fde505c4a97, identifier: LS69%20FWL
2026-03-30 06:47:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2d5bc86-0570-59a8-ac3e-6f6384582e92 with identifier: HN25%20VNT
2026-03-30 06:47:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2d5bc86-0570-59a8-ac3e-6f6384582e92 with identifier: HN25%20VNT
2026-03-30 06:47:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2d5bc86-0570-59a8-ac3e-6f6384582e92 with identifier: HN25%20VNT to the API
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN25%20VNT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c2d5bc86-0570-59a8-ac3e-6f6384582e92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN25 VNT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN25%20VNT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 15784,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 280 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 280 L1 H1 LIMITED',
 'vin': 'WF0RXXTA3RRY87857',
 'year': 2025}
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520VNT%27 HTTP/1.1" 200 None
2026-03-30 06:47:34 [bca.uk] INFO: Saving data for HN25%20VNT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477240.272192, 'last_price_update_time': 1774853254.801175}
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN25%2520VNT') HTTP/1.1" 204 0
2026-03-30 06:47:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4261836d-c034-59ad-8082-4124d60c7990 with identifier: WN22%20HMC
2026-03-30 06:47:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4261836d-c034-59ad-8082-4124d60c7990 with identifier: WN22%20HMC
2026-03-30 06:47:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4261836d-c034-59ad-8082-4124d60c7990 with identifier: WN22%20HMC to the API
2026-03-30 06:47:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20HMC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '4261836d-c034-59ad-8082-4124d60c7990',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN22 HMC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20HMC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 59719,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19400,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK7NC239880',
 'year': 2022}
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HMC%27 HTTP/1.1" 200 None
2026-03-30 06:47:35 [bca.uk] INFO: Saving data for WN22%20HMC: {'auction_closing_time': 1775026800.0, 'created_time': 1773935705.428684, 'last_price_update_time': 1774853255.113802}
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520HMC') HTTP/1.1" 204 0
2026-03-30 06:47:35 [bca.uk] INFO: Found listing with ID: FE53%20KTN
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE53%2520KTN%27 HTTP/1.1" 200 None
2026-03-30 06:47:35 [bca.uk] INFO: Scrape type for FE53%20KTN: 0
2026-03-30 06:47:35 [bca.uk] INFO: Found listing with ID: FV57%20MYX
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV57%2520MYX%27 HTTP/1.1" 200 None
2026-03-30 06:47:35 [bca.uk] INFO: Scrape type for FV57%20MYX: 2
2026-03-30 06:47:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with identifier: FV57%20MYX
2026-03-30 06:47:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with scrape type 2
2026-03-30 06:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with scrape type 2
2026-03-30 06:47:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4740e150-7d09-5dcd-b6e0-36bc56ba64bb, identifier: FV57%20MYX
2026-03-30 06:47:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6334a468-bf84-5f1c-abd0-8fde505c4a97 with identifier: LS69%20FWL
2026-03-30 06:47:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6334a468-bf84-5f1c-abd0-8fde505c4a97 with identifier: LS69%20FWL
2026-03-30 06:47:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6334a468-bf84-5f1c-abd0-8fde505c4a97 with identifier: LS69%20FWL to the API
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS69%20FWL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6334a468-bf84-5f1c-abd0-8fde505c4a97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS69 FWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS69%20FWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 S/B',
 'odometer': 97465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 S/B 2.0 AMG LINE NIGHT ED.PLUS 4M DCT Estate',
 'transmission': 'automatic',
 'trim': 'AMG LINE NIGHT ED.PLUS 4M DCT',
 'vin': 'WDD1179472N768522',
 'year': 2019}
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS69%2520FWL%27 HTTP/1.1" 200 None
2026-03-30 06:47:35 [bca.uk] INFO: Saving data for LS69%20FWL: {'auction_closing_time': 1775037600.0, 'created_time': 1774477278.457328, 'last_price_update_time': 1774853255.561213}
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS69%2520FWL') HTTP/1.1" 204 0
2026-03-30 06:47:35 [bca.uk] INFO: Found listing with ID: WA21%20OKE
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520OKE%27 HTTP/1.1" 200 None
2026-03-30 06:47:35 [bca.uk] INFO: Scrape type for WA21%20OKE: 2
2026-03-30 06:47:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12ce5e07-dccd-55b7-865f-6811c872b0a9 with identifier: WA21%20OKE
2026-03-30 06:47:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12ce5e07-dccd-55b7-865f-6811c872b0a9 with scrape type 2
2026-03-30 06:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12ce5e07-dccd-55b7-865f-6811c872b0a9 with scrape type 2
2026-03-30 06:47:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12ce5e07-dccd-55b7-865f-6811c872b0a9, identifier: WA21%20OKE
2026-03-30 06:47:35 [bca.uk] INFO: Total items found: 100
2026-03-30 06:47:35 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded
2026-03-30 06:47:35 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:47:35 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:47:35 [bca.uk] INFO: Found listing with ID: SA73%20BZJ
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520BZJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:35 [bca.uk] INFO: Scrape type for SA73%20BZJ: 2
2026-03-30 06:47:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ed8bca-7a71-50e8-b02a-911ac24704dc with identifier: SA73%20BZJ
2026-03-30 06:47:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ed8bca-7a71-50e8-b02a-911ac24704dc with scrape type 2
2026-03-30 06:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16ed8bca-7a71-50e8-b02a-911ac24704dc with scrape type 2
2026-03-30 06:47:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16ed8bca-7a71-50e8-b02a-911ac24704dc, identifier: SA73%20BZJ
2026-03-30 06:47:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with identifier: FV57%20MYX
2026-03-30 06:47:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with identifier: FV57%20MYX
2026-03-30 06:47:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4740e150-7d09-5dcd-b6e0-36bc56ba64bb with identifier: FV57%20MYX to the API
2026-03-30 06:47:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV57%20MYX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4740e150-7d09-5dcd-b6e0-36bc56ba64bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV57 MYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV57%20MYX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 120439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 600,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.6 SPECIAL EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'SPECIAL EDITION',
 'vin': 'WAUZZZ8P18A088501',
 'year': 2007}
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV57%2520MYX%27 HTTP/1.1" 200 None
2026-03-30 06:47:36 [bca.uk] INFO: Saving data for FV57%20MYX: {'auction_closing_time': 1775026800.0, 'created_time': 1774005062.929788, 'last_price_update_time': 1774853256.174227}
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV57%2520MYX') HTTP/1.1" 204 0
2026-03-30 06:47:36 [bca.uk] INFO: Found listing with ID: LS72%20ZVO
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520ZVO%27 HTTP/1.1" 200 None
2026-03-30 06:47:36 [bca.uk] INFO: Scrape type for LS72%20ZVO: 2
2026-03-30 06:47:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc1f3837-1223-59c8-9c8d-00e401a9be0f with identifier: LS72%20ZVO
2026-03-30 06:47:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc1f3837-1223-59c8-9c8d-00e401a9be0f with scrape type 2
2026-03-30 06:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc1f3837-1223-59c8-9c8d-00e401a9be0f with scrape type 2
2026-03-30 06:47:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc1f3837-1223-59c8-9c8d-00e401a9be0f, identifier: LS72%20ZVO
2026-03-30 06:47:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12ce5e07-dccd-55b7-865f-6811c872b0a9 with identifier: WA21%20OKE
2026-03-30 06:47:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12ce5e07-dccd-55b7-865f-6811c872b0a9 with identifier: WA21%20OKE
2026-03-30 06:47:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12ce5e07-dccd-55b7-865f-6811c872b0a9 with identifier: WA21%20OKE to the API
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA21%20OKE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '12ce5e07-dccd-55b7-865f-6811c872b0a9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA21 OKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA21%20OKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': 'DOBLO CARGO',
 'odometer': 51786,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FIAT DOBLO CARGO 1.3 M/JET 95 SWB TECNICO S/S Van',
 'transmission': 'manual',
 'trim': 'M/JET 95 SWB TECNICO S/S',
 'vin': 'ZFA26300006T35628',
 'year': 2021}
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA21%2520OKE%27 HTTP/1.1" 200 None
2026-03-30 06:47:36 [bca.uk] INFO: Saving data for WA21%20OKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477243.234, 'last_price_update_time': 1774853256.609203}
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA21%2520OKE') HTTP/1.1" 204 0
2026-03-30 06:47:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:47:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:47:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16ed8bca-7a71-50e8-b02a-911ac24704dc with identifier: SA73%20BZJ
2026-03-30 06:47:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16ed8bca-7a71-50e8-b02a-911ac24704dc with identifier: SA73%20BZJ
2026-03-30 06:47:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16ed8bca-7a71-50e8-b02a-911ac24704dc with identifier: SA73%20BZJ to the API
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA73%20BZJ-GB',
 'category': 'Motorcycle',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '16ed8bca-7a71-50e8-b02a-911ac24704dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA73 BZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA73%20BZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'F 750',
 'odometer': 1313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD F 750 GS TE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'GS TE MOTORBIKE',
 'vin': 'WB10B0809P6H64435',
 'year': 2023}
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520BZJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:36 [bca.uk] INFO: Saving data for SA73%20BZJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774476853.271661, 'last_price_update_time': 1774853256.905861}
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA73%2520BZJ') HTTP/1.1" 204 0
2026-03-30 06:47:36 [bca.uk] INFO: Found listing with ID: LR67%20UVK
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR67%2520UVK%27 HTTP/1.1" 200 None
2026-03-30 06:47:36 [bca.uk] INFO: Scrape type for LR67%20UVK: 2
2026-03-30 06:47:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b68316-e4f0-5964-bcdf-4e86c4738363 with identifier: LR67%20UVK
2026-03-30 06:47:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b68316-e4f0-5964-bcdf-4e86c4738363 with scrape type 2
2026-03-30 06:47:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b68316-e4f0-5964-bcdf-4e86c4738363 with scrape type 2
2026-03-30 06:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1b68316-e4f0-5964-bcdf-4e86c4738363, identifier: LR67%20UVK
2026-03-30 06:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc1f3837-1223-59c8-9c8d-00e401a9be0f with identifier: LS72%20ZVO
2026-03-30 06:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc1f3837-1223-59c8-9c8d-00e401a9be0f with identifier: LS72%20ZVO
2026-03-30 06:47:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc1f3837-1223-59c8-9c8d-00e401a9be0f with identifier: LS72%20ZVO to the API
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20ZVO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc1f3837-1223-59c8-9c8d-00e401a9be0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS72 ZVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20ZVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 11786,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT PREMIUM EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT PREMIUM EAT8',
 'vin': 'VF3MRHNSUNS133130',
 'year': 2022}
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520ZVO%27 HTTP/1.1" 200 None
2026-03-30 06:47:37 [bca.uk] INFO: Saving data for LS72%20ZVO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477257.744162, 'last_price_update_time': 1774853257.330991}
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520ZVO') HTTP/1.1" 204 0
2026-03-30 06:47:37 [bca.uk] INFO: Found listing with ID: BU18%20NKA
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU18%2520NKA%27 HTTP/1.1" 200 None
2026-03-30 06:47:37 [bca.uk] INFO: Scrape type for BU18%20NKA: 2
2026-03-30 06:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with identifier: BU18%20NKA
2026-03-30 06:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with scrape type 2
2026-03-30 06:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with scrape type 2
2026-03-30 06:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0af10bb-2bf5-589b-a4df-f4a8ad4589d1, identifier: BU18%20NKA
2026-03-30 06:47:37 [bca.uk] INFO: Found listing with ID: SD22%20FBN
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD22%2520FBN%27 HTTP/1.1" 200 None
2026-03-30 06:47:37 [bca.uk] INFO: Scrape type for SD22%20FBN: 0
2026-03-30 06:47:37 [bca.uk] INFO: Found listing with ID: BYZ%207625
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BYZ%25207625%27 HTTP/1.1" 200 None
2026-03-30 06:47:37 [bca.uk] INFO: Scrape type for BYZ%207625: 0
2026-03-30 06:47:37 [bca.uk] INFO: Found listing with ID: EJ72%20WPF
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520WPF%27 HTTP/1.1" 200 None
2026-03-30 06:47:37 [bca.uk] INFO: Scrape type for EJ72%20WPF: 0
2026-03-30 06:47:37 [bca.uk] INFO: Found listing with ID: NU72%20GXJ
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU72%2520GXJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:37 [bca.uk] INFO: Scrape type for NU72%20GXJ: 0
2026-03-30 06:47:37 [bca.uk] INFO: Found listing with ID: ST73%20FJO
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST73%2520FJO%27 HTTP/1.1" 200 None
2026-03-30 06:47:37 [bca.uk] INFO: Scrape type for ST73%20FJO: 0
2026-03-30 06:47:37 [bca.uk] INFO: Found listing with ID: YE23%20RFL
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520RFL%27 HTTP/1.1" 200 None
2026-03-30 06:47:37 [bca.uk] INFO: Scrape type for YE23%20RFL: 0
2026-03-30 06:47:37 [bca.uk] INFO: Found listing with ID: AO15%20WKS
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO15%2520WKS%27 HTTP/1.1" 200 None
2026-03-30 06:47:37 [bca.uk] INFO: Scrape type for AO15%20WKS: 2
2026-03-30 06:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d99e1e53-774e-54ab-9546-69c69e517d28 with identifier: AO15%20WKS
2026-03-30 06:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d99e1e53-774e-54ab-9546-69c69e517d28 with scrape type 2
2026-03-30 06:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d99e1e53-774e-54ab-9546-69c69e517d28 with scrape type 2
2026-03-30 06:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d99e1e53-774e-54ab-9546-69c69e517d28, identifier: AO15%20WKS
2026-03-30 06:47:37 [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:47:37 [bca.uk] INFO: Found listing with ID: LC66%20BWN
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520BWN%27 HTTP/1.1" 200 None
2026-03-30 06:47:37 [bca.uk] INFO: Scrape type for LC66%20BWN: 0
2026-03-30 06:47:37 [bca.uk] INFO: Found listing with ID: GF71%20TYU
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520TYU%27 HTTP/1.1" 200 None
2026-03-30 06:47:37 [bca.uk] INFO: Scrape type for GF71%20TYU: 2
2026-03-30 06:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93bea594-7e36-5c50-8480-1b11dd41eb54 with identifier: GF71%20TYU
2026-03-30 06:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93bea594-7e36-5c50-8480-1b11dd41eb54 with scrape type 2
2026-03-30 06:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93bea594-7e36-5c50-8480-1b11dd41eb54 with scrape type 2
2026-03-30 06:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93bea594-7e36-5c50-8480-1b11dd41eb54, identifier: GF71%20TYU
2026-03-30 06:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1b68316-e4f0-5964-bcdf-4e86c4738363 with identifier: LR67%20UVK
2026-03-30 06:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1b68316-e4f0-5964-bcdf-4e86c4738363 with identifier: LR67%20UVK
2026-03-30 06:47:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1b68316-e4f0-5964-bcdf-4e86c4738363 with identifier: LR67%20UVK to the API
2026-03-30 06:47:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR67%20UVK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1b68316-e4f0-5964-bcdf-4e86c4738363',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR67 UVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR67%20UVK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'E200 D',
 'odometer': 85673,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7600,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E200 D 2.0 SE 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE 9G',
 'vin': 'WDD2130132A310457',
 'year': 2017}
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR67%2520UVK%27 HTTP/1.1" 200 None
2026-03-30 06:47:38 [bca.uk] INFO: Saving data for LR67%20UVK: {'auction_closing_time': 1775026800.0, 'created_time': 1773825712.068598, 'last_price_update_time': 1774853258.124844}
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR67%2520UVK') HTTP/1.1" 204 0
2026-03-30 06:47:38 [bca.uk] INFO: Found listing with ID: MM15%20KJZ
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM15%2520KJZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:38 [bca.uk] INFO: Scrape type for MM15%20KJZ: 0
2026-03-30 06:47:38 [bca.uk] INFO: Found listing with ID: NV65%20RVM
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520RVM%27 HTTP/1.1" 200 None
2026-03-30 06:47:38 [bca.uk] INFO: Scrape type for NV65%20RVM: 2
2026-03-30 06:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4407c34f-e25e-5409-9b3c-d4291af910d6 with identifier: NV65%20RVM
2026-03-30 06:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4407c34f-e25e-5409-9b3c-d4291af910d6 with scrape type 2
2026-03-30 06:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4407c34f-e25e-5409-9b3c-d4291af910d6 with scrape type 2
2026-03-30 06:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4407c34f-e25e-5409-9b3c-d4291af910d6, identifier: NV65%20RVM
2026-03-30 06:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with identifier: BU18%20NKA
2026-03-30 06:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with identifier: BU18%20NKA
2026-03-30 06:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0af10bb-2bf5-589b-a4df-f4a8ad4589d1 with identifier: BU18%20NKA to the API
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU18%20NKA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c0af10bb-2bf5-589b-a4df-f4a8ad4589d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU18 NKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU18%20NKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 77214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 130 L2 H2 PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 130 L2 H2',
 'vin': 'W0VMRY607HB138959',
 'year': 2018}
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU18%2520NKA%27 HTTP/1.1" 200 None
2026-03-30 06:47:38 [bca.uk] INFO: Saving data for BU18%20NKA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477227.379537, 'last_price_update_time': 1774853258.659437}
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU18%2520NKA') HTTP/1.1" 204 0
2026-03-30 06:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d99e1e53-774e-54ab-9546-69c69e517d28 with identifier: AO15%20WKS
2026-03-30 06:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d99e1e53-774e-54ab-9546-69c69e517d28 with identifier: AO15%20WKS
2026-03-30 06:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d99e1e53-774e-54ab-9546-69c69e517d28 with identifier: AO15%20WKS to the API
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO15%20WKS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd99e1e53-774e-54ab-9546-69c69e517d28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO15 WKS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO15%20WKS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 93263,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF05XXGCC5ER13237',
 'year': 2015}
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO15%2520WKS%27 HTTP/1.1" 200 None
2026-03-30 06:47:38 [bca.uk] INFO: Saving data for AO15%20WKS: {'auction_closing_time': 1774951200.0, 'created_time': 1774478141.338818, 'last_price_update_time': 1774853258.957148}
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO15%2520WKS') HTTP/1.1" 204 0
2026-03-30 06:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93bea594-7e36-5c50-8480-1b11dd41eb54 with identifier: GF71%20TYU
2026-03-30 06:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93bea594-7e36-5c50-8480-1b11dd41eb54 with identifier: GF71%20TYU
2026-03-30 06:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93bea594-7e36-5c50-8480-1b11dd41eb54 with identifier: GF71%20TYU to the API
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF71%20TYU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '93bea594-7e36-5c50-8480-1b11dd41eb54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GF71 TYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF71%20TYU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 46866,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14800,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': 'LRW3F7EB7MC400492',
 'year': 2021}
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520TYU%27 HTTP/1.1" 200 None
2026-03-30 06:47:39 [bca.uk] INFO: Saving data for GF71%20TYU: {'auction_closing_time': 1774854000.0, 'created_time': 1774277605.917067, 'last_price_update_time': 1774853259.25265}
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF71%2520TYU') HTTP/1.1" 204 0
2026-03-30 06:47:39 [bca.uk] INFO: Found listing with ID: MW68%20CLN
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520CLN%27 HTTP/1.1" 200 None
2026-03-30 06:47:39 [bca.uk] INFO: Scrape type for MW68%20CLN: 2
2026-03-30 06:47:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 811231c5-0828-51b2-8136-5d31975acdc6 with identifier: MW68%20CLN
2026-03-30 06:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 811231c5-0828-51b2-8136-5d31975acdc6 with scrape type 2
2026-03-30 06:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 811231c5-0828-51b2-8136-5d31975acdc6 with scrape type 2
2026-03-30 06:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 811231c5-0828-51b2-8136-5d31975acdc6, identifier: MW68%20CLN
2026-03-30 06:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4407c34f-e25e-5409-9b3c-d4291af910d6 with identifier: NV65%20RVM
2026-03-30 06:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4407c34f-e25e-5409-9b3c-d4291af910d6 with identifier: NV65%20RVM
2026-03-30 06:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4407c34f-e25e-5409-9b3c-d4291af910d6 with identifier: NV65%20RVM to the API
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV65%20RVM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4407c34f-e25e-5409-9b3c-d4291af910d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV65 RVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV65%20RVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 130400,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.4 D5 220 AWD SE LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D5 220 AWD SE LUX G/T',
 'vin': 'YV1DZ97C6G2869445',
 'year': 2015}
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV65%2520RVM%27 HTTP/1.1" 200 None
2026-03-30 06:47:39 [bca.uk] INFO: Saving data for NV65%20RVM: {'auction_closing_time': 1775037600.0, 'created_time': 1774477224.319849, 'last_price_update_time': 1774853259.690318}
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV65%2520RVM') HTTP/1.1" 204 0
2026-03-30 06:47:39 [bca.uk] INFO: Found listing with ID: KD16%20UTF
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD16%2520UTF%27 HTTP/1.1" 200 None
2026-03-30 06:47:39 [bca.uk] INFO: Scrape type for KD16%20UTF: 2
2026-03-30 06:47:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80d2a01a-44a4-52ee-8489-2124d69bd35d with identifier: KD16%20UTF
2026-03-30 06:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80d2a01a-44a4-52ee-8489-2124d69bd35d with scrape type 2
2026-03-30 06:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80d2a01a-44a4-52ee-8489-2124d69bd35d with scrape type 2
2026-03-30 06:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80d2a01a-44a4-52ee-8489-2124d69bd35d, identifier: KD16%20UTF
2026-03-30 06:47:39 [bca.uk] INFO: Found listing with ID: CMZ%205390
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CMZ%25205390%27 HTTP/1.1" 200 None
2026-03-30 06:47:39 [bca.uk] INFO: Scrape type for CMZ%205390: 0
2026-03-30 06:47:39 [bca.uk] INFO: Found listing with ID: WN17%20ZHH
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN17%2520ZHH%27 HTTP/1.1" 200 None
2026-03-30 06:47:39 [bca.uk] INFO: Scrape type for WN17%20ZHH: 0
2026-03-30 06:47:39 [bca.uk] INFO: Found listing with ID: RJ15%20OBV
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ15%2520OBV%27 HTTP/1.1" 200 None
2026-03-30 06:47:39 [bca.uk] INFO: Scrape type for RJ15%20OBV: 2
2026-03-30 06:47:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da25da18-fdca-505e-bd3e-38c0a03aa53f with identifier: RJ15%20OBV
2026-03-30 06:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da25da18-fdca-505e-bd3e-38c0a03aa53f with scrape type 2
2026-03-30 06:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da25da18-fdca-505e-bd3e-38c0a03aa53f with scrape type 2
2026-03-30 06:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da25da18-fdca-505e-bd3e-38c0a03aa53f, identifier: RJ15%20OBV
2026-03-30 06:47:39 [bca.uk] INFO: Found listing with ID: LV23%20WOH
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520WOH%27 HTTP/1.1" 200 None
2026-03-30 06:47:40 [bca.uk] INFO: Scrape type for LV23%20WOH: 0
2026-03-30 06:47:40 [bca.uk] INFO: Found listing with ID: WV70%20XUT
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV70%2520XUT%27 HTTP/1.1" 200 None
2026-03-30 06:47:40 [bca.uk] INFO: Scrape type for WV70%20XUT: 0
2026-03-30 06:47:40 [bca.uk] INFO: Found listing with ID: MT71%20NLD
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47: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%2520NLD%27 HTTP/1.1" 200 None
2026-03-30 06:47:40 [bca.uk] INFO: Scrape type for MT71%20NLD: 2
2026-03-30 06:47:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ae4dd49-5ead-5146-a59e-65d7b888e397 with identifier: MT71%20NLD
2026-03-30 06:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ae4dd49-5ead-5146-a59e-65d7b888e397 with scrape type 2
2026-03-30 06:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ae4dd49-5ead-5146-a59e-65d7b888e397 with scrape type 2
2026-03-30 06:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ae4dd49-5ead-5146-a59e-65d7b888e397, identifier: MT71%20NLD
2026-03-30 06:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 811231c5-0828-51b2-8136-5d31975acdc6 with identifier: MW68%20CLN
2026-03-30 06:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 811231c5-0828-51b2-8136-5d31975acdc6 with identifier: MW68%20CLN
2026-03-30 06:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 811231c5-0828-51b2-8136-5d31975acdc6 with identifier: MW68%20CLN to the API
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW68%20CLN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '811231c5-0828-51b2-8136-5d31975acdc6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW68 CLN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW68%20CLN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 60310,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7600,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI SPORT Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI SPORT',
 'vin': 'WAUZZZGB3KR008761',
 'year': 2018}
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520CLN%27 HTTP/1.1" 200 None
2026-03-30 06:47:40 [bca.uk] INFO: Saving data for MW68%20CLN: {'auction_closing_time': 1775026800.0, 'created_time': 1773825656.854498, 'last_price_update_time': 1774853260.405535}
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW68%2520CLN') HTTP/1.1" 204 0
2026-03-30 06:47:40 [bca.uk] INFO: Found listing with ID: OW69%20CEO
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW69%2520CEO%27 HTTP/1.1" 200 None
2026-03-30 06:47:40 [bca.uk] INFO: Scrape type for OW69%20CEO: 2
2026-03-30 06:47:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2202f4da-5759-5871-9066-fb9caf04b2aa with identifier: OW69%20CEO
2026-03-30 06:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2202f4da-5759-5871-9066-fb9caf04b2aa with scrape type 2
2026-03-30 06:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2202f4da-5759-5871-9066-fb9caf04b2aa with scrape type 2
2026-03-30 06:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2202f4da-5759-5871-9066-fb9caf04b2aa, identifier: OW69%20CEO
2026-03-30 06:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80d2a01a-44a4-52ee-8489-2124d69bd35d with identifier: KD16%20UTF
2026-03-30 06:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80d2a01a-44a4-52ee-8489-2124d69bd35d with identifier: KD16%20UTF
2026-03-30 06:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80d2a01a-44a4-52ee-8489-2124d69bd35d with identifier: KD16%20UTF to the API
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD16%20UTF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '80d2a01a-44a4-52ee-8489-2124d69bd35d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KD16 UTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD16%20UTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'NP300 NAVARA',
 'odometer': 96003,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN NP300 NAVARA 2.3 DCI 190 4WD N-CONNECTA CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 190 4WD N-CONNECTA',
 'vin': 'VSKCTND23U0027458',
 'year': 2016}
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD16%2520UTF%27 HTTP/1.1" 200 None
2026-03-30 06:47:40 [bca.uk] INFO: Saving data for KD16%20UTF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477165.620158, 'last_price_update_time': 1774853260.797322}
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD16%2520UTF') HTTP/1.1" 204 0
2026-03-30 06:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da25da18-fdca-505e-bd3e-38c0a03aa53f with identifier: RJ15%20OBV
2026-03-30 06:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da25da18-fdca-505e-bd3e-38c0a03aa53f with identifier: RJ15%20OBV
2026-03-30 06:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da25da18-fdca-505e-bd3e-38c0a03aa53f with identifier: RJ15%20OBV to the API
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ15%20OBV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da25da18-fdca-505e-bd3e-38c0a03aa53f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ15 OBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ15%20OBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 93837,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TDI 150 QUATTRO S LINE+ StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 QUATTRO S LINE+',
 'vin': 'WAUZZZ8U3GR006113',
 'year': 2015}
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ15%2520OBV%27 HTTP/1.1" 200 None
2026-03-30 06:47:41 [bca.uk] INFO: Saving data for RJ15%20OBV: {'auction_closing_time': 1774951200.0, 'created_time': 1774478102.043578, 'last_price_update_time': 1774853261.220672}
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ15%2520OBV') HTTP/1.1" 204 0
2026-03-30 06:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ae4dd49-5ead-5146-a59e-65d7b888e397 with identifier: MT71%20NLD
2026-03-30 06:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ae4dd49-5ead-5146-a59e-65d7b888e397 with identifier: MT71%20NLD
2026-03-30 06:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ae4dd49-5ead-5146-a59e-65d7b888e397 with identifier: MT71%20NLD to the API
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT71%20NLD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0ae4dd49-5ead-5146-a59e-65d7b888e397',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MT71 NLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT71%20NLD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 34805,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15500,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD R-DYNAMIC SE',
 'vin': 'SALZA2AT0NH166027',
 'year': 2021}
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT71%2520NLD%27 HTTP/1.1" 200 None
2026-03-30 06:47:41 [bca.uk] INFO: Saving data for MT71%20NLD: {'auction_closing_time': 1774854000.0, 'created_time': 1773825018.269203, 'last_price_update_time': 1774853261.522115}
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT71%2520NLD') HTTP/1.1" 204 0
2026-03-30 06:47:41 [bca.uk] INFO: Found listing with ID: NC06%20MUP
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC06%2520MUP%27 HTTP/1.1" 200 None
2026-03-30 06:47:41 [bca.uk] INFO: Scrape type for NC06%20MUP: 2
2026-03-30 06:47:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a81b77d2-51e6-5c23-9680-ff6d3838916a with identifier: NC06%20MUP
2026-03-30 06:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a81b77d2-51e6-5c23-9680-ff6d3838916a with scrape type 2
2026-03-30 06:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a81b77d2-51e6-5c23-9680-ff6d3838916a with scrape type 2
2026-03-30 06:47:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a81b77d2-51e6-5c23-9680-ff6d3838916a, identifier: NC06%20MUP
2026-03-30 06:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2202f4da-5759-5871-9066-fb9caf04b2aa with identifier: OW69%20CEO
2026-03-30 06:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2202f4da-5759-5871-9066-fb9caf04b2aa with identifier: OW69%20CEO
2026-03-30 06:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2202f4da-5759-5871-9066-fb9caf04b2aa with identifier: OW69%20CEO to the API
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW69%20CEO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2202f4da-5759-5871-9066-fb9caf04b2aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW69 CEO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW69%20CEO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 92385,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 D180 R-DYNAMIC HSE (7ST) '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC HSE (7ST)',
 'vin': 'SALCA2AN1LH858236',
 'year': 2020}
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW69%2520CEO%27 HTTP/1.1" 200 None
2026-03-30 06:47:41 [bca.uk] INFO: Saving data for OW69%20CEO: {'auction_closing_time': 1775037600.0, 'created_time': 1774477208.279653, 'last_price_update_time': 1774853261.939879}
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW69%2520CEO') HTTP/1.1" 204 0
2026-03-30 06:47:41 [bca.uk] INFO: Found listing with ID: VK23%20GOJ
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520GOJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:41 [bca.uk] INFO: Scrape type for VK23%20GOJ: 2
2026-03-30 06:47:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 541da209-ee36-5c7e-873e-b3804756249f with identifier: VK23%20GOJ
2026-03-30 06:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 541da209-ee36-5c7e-873e-b3804756249f with scrape type 2
2026-03-30 06:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 541da209-ee36-5c7e-873e-b3804756249f with scrape type 2
2026-03-30 06:47:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 541da209-ee36-5c7e-873e-b3804756249f, identifier: VK23%20GOJ
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: HT21%20WCA
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520WCA%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for HT21%20WCA: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: KN23%20VCG
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN23%2520VCG%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for KN23%20VCG: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: MT72%20VOO
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT72%2520VOO%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for MT72%20VOO: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: PK17%20VPG
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK17%2520VPG%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for PK17%20VPG: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: PX70%20XUH
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX70%2520XUH%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for PX70%20XUH: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: SF72%20RXK
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF72%2520RXK%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for SF72%20RXK: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: VN21%20SFX
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN21%2520SFX%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for VN21%20SFX: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: CV66%20EES
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV66%2520EES%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for CV66%20EES: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: DV71%20FFL
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV71%2520FFL%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for DV71%20FFL: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: LB69%20KHC
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520KHC%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for LB69%20KHC: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: LD65%20VGJ
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD65%2520VGJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for LD65%20VGJ: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: LK20%20HUZ
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK20%2520HUZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for LK20%20HUZ: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: LW19%20LHT
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LW19%2520LHT%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for LW19%20LHT: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: OY22%20WNU
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520WNU%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for OY22%20WNU: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: RO18%20YSH
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO18%2520YSH%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for RO18%20YSH: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: SP19%20DVR
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP19%2520DVR%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for SP19%20DVR: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: WF72%20GHX
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520GHX%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for WF72%20GHX: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: Y14%20MRT
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y14%2520MRT%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for Y14%20MRT: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: YC21%20HHF
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC21%2520HHF%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for YC21%20HHF: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: YF19%20JKM
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF19%2520JKM%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for YF19%20JKM: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: YP67%20CXV
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP67%2520CXV%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for YP67%20CXV: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: AY18%20WXU
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY18%2520WXU%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for AY18%20WXU: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: EG17%20OYH
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EG17%2520OYH%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for EG17%20OYH: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: EK72%20HYO
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520HYO%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for EK72%20HYO: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: GL21%20YDO
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL21%2520YDO%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for GL21%20YDO: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: KM71%20BWL
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM71%2520BWL%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for KM71%20BWL: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: KS20%20SDY
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS20%2520SDY%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for KS20%20SDY: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: LS23%20TMZ
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520TMZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for LS23%20TMZ: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: YL68%20JTV
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL68%2520JTV%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for YL68%20JTV: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: WP71%20XJO
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJO%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for WP71%20XJO: 0
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: WA66%20PMY
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA66%2520PMY%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for WA66%20PMY: 2
2026-03-30 06:47:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with identifier: WA66%20PMY
2026-03-30 06:47:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with scrape type 2
2026-03-30 06:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with scrape type 2
2026-03-30 06:47:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b87b5dcd-8630-54b3-b13b-6efdda7a4f4f, identifier: WA66%20PMY
2026-03-30 06:47:42 [bca.uk] INFO: Found listing with ID: OW24%20UHX
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW24%2520UHX%27 HTTP/1.1" 200 None
2026-03-30 06:47:42 [bca.uk] INFO: Scrape type for OW24%20UHX: 2
2026-03-30 06:47:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b17c7383-392b-5c6d-a404-cf92ef1ad9ff with identifier: OW24%20UHX
2026-03-30 06:47:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b17c7383-392b-5c6d-a404-cf92ef1ad9ff with scrape type 2
2026-03-30 06:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b17c7383-392b-5c6d-a404-cf92ef1ad9ff with scrape type 2
2026-03-30 06:47:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b17c7383-392b-5c6d-a404-cf92ef1ad9ff, identifier: OW24%20UHX
2026-03-30 06:47:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a81b77d2-51e6-5c23-9680-ff6d3838916a with identifier: NC06%20MUP
2026-03-30 06:47:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a81b77d2-51e6-5c23-9680-ff6d3838916a with identifier: NC06%20MUP
2026-03-30 06:47:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a81b77d2-51e6-5c23-9680-ff6d3838916a with identifier: NC06%20MUP to the API
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC06%20MUP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a81b77d2-51e6-5c23-9680-ff6d3838916a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NC06 MUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC06%20MUP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 79109,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 400,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TI-VCT 115 GHIA Hatchback',
 'transmission': 'manual',
 'trim': 'TI-VCT 115 GHIA',
 'vin': 'WF05XXWPD56J74604',
 'year': 2006}
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC06%2520MUP%27 HTTP/1.1" 200 None
2026-03-30 06:47:43 [bca.uk] INFO: Saving data for NC06%20MUP: {'auction_closing_time': 1775026800.0, 'created_time': 1774005143.954507, 'last_price_update_time': 1774853263.230276}
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC06%2520MUP') HTTP/1.1" 204 0
2026-03-30 06:47:43 [bca.uk] INFO: Found listing with ID: YA69%20BZC
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA69%2520BZC%27 HTTP/1.1" 200 None
2026-03-30 06:47:43 [bca.uk] INFO: Scrape type for YA69%20BZC: 2
2026-03-30 06:47:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47240ee9-f915-5991-93f9-94101bccd4b0 with identifier: YA69%20BZC
2026-03-30 06:47:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47240ee9-f915-5991-93f9-94101bccd4b0 with scrape type 2
2026-03-30 06:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47240ee9-f915-5991-93f9-94101bccd4b0 with scrape type 2
2026-03-30 06:47:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47240ee9-f915-5991-93f9-94101bccd4b0, identifier: YA69%20BZC
2026-03-30 06:47:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 541da209-ee36-5c7e-873e-b3804756249f with identifier: VK23%20GOJ
2026-03-30 06:47:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 541da209-ee36-5c7e-873e-b3804756249f with identifier: VK23%20GOJ
2026-03-30 06:47:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 541da209-ee36-5c7e-873e-b3804756249f with identifier: VK23%20GOJ to the API
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 223,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK23%20GOJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '541da209-ee36-5c7e-873e-b3804756249f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK23 GOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK23%20GOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'CRAFTER 35 FWD',
 'odometer': 35613,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CRAFTER 35 FWD 2.0 TDI 140 MWB S/L BUSINESS H/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 140 MWB S/L BUSINESS H/R',
 'vin': 'WV1ZZZSY1P9043861',
 'year': 2023}
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520GOJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:43 [bca.uk] INFO: Saving data for VK23%20GOJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477214.192391, 'last_price_update_time': 1774853263.761606}
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK23%2520GOJ') HTTP/1.1" 204 0
2026-03-30 06:47:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with identifier: WA66%20PMY
2026-03-30 06:47:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with identifier: WA66%20PMY
2026-03-30 06:47:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b87b5dcd-8630-54b3-b13b-6efdda7a4f4f with identifier: WA66%20PMY to the API
2026-03-30 06:47:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA66%20PMY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b87b5dcd-8630-54b3-b13b-6efdda7a4f4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA66 PMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA66%20PMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 200 D',
 'odometer': 126168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 200 D 2.1 SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': 'SPORT DCT',
 'vin': 'WDD1173082N421218',
 'year': 2016}
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA66%2520PMY%27 HTTP/1.1" 200 None
2026-03-30 06:47:44 [bca.uk] INFO: Saving data for WA66%20PMY: {'auction_closing_time': 1774864800.0, 'created_time': 1774263900.737856, 'last_price_update_time': 1774853264.113287}
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA66%2520PMY') HTTP/1.1" 204 0
2026-03-30 06:47:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b17c7383-392b-5c6d-a404-cf92ef1ad9ff with identifier: OW24%20UHX
2026-03-30 06:47:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b17c7383-392b-5c6d-a404-cf92ef1ad9ff with identifier: OW24%20UHX
2026-03-30 06:47:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b17c7383-392b-5c6d-a404-cf92ef1ad9ff with identifier: OW24%20UHX to the API
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW24%20UHX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b17c7383-392b-5c6d-a404-cf92ef1ad9ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW24 UHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW24%20UHX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'SMART',
 'model': '#3',
 'odometer': 7397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SMART #3 200KW 66KWH PRO PLUS Hatchback',
 'transmission': 'automatic',
 'trim': '200KW 66KWH PRO PLUS',
 'vin': 'HESCR1C48PS237024',
 'year': 2024}
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW24%2520UHX%27 HTTP/1.1" 200 None
2026-03-30 06:47:44 [bca.uk] INFO: Saving data for OW24%20UHX: {'auction_closing_time': 1774854000.0, 'created_time': 1773908341.971085, 'last_price_update_time': 1774853264.413201}
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW24%2520UHX') HTTP/1.1" 204 0
2026-03-30 06:47:44 [bca.uk] INFO: Found listing with ID: PE11%20XTH
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE11%2520XTH%27 HTTP/1.1" 200 None
2026-03-30 06:47:44 [bca.uk] INFO: Scrape type for PE11%20XTH: 2
2026-03-30 06:47:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with identifier: PE11%20XTH
2026-03-30 06:47:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with scrape type 2
2026-03-30 06:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with scrape type 2
2026-03-30 06:47:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81e99e16-55cb-5f9a-95e0-83e0d1c654d2, identifier: PE11%20XTH
2026-03-30 06:47:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47240ee9-f915-5991-93f9-94101bccd4b0 with identifier: YA69%20BZC
2026-03-30 06:47:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47240ee9-f915-5991-93f9-94101bccd4b0 with identifier: YA69%20BZC
2026-03-30 06:47:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47240ee9-f915-5991-93f9-94101bccd4b0 with identifier: YA69%20BZC to the API
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA69%20BZC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47240ee9-f915-5991-93f9-94101bccd4b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA69 BZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA69%20BZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 92050,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 SD6 306 LANDMARK ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'SD6 306 LANDMARK ED.',
 'vin': 'SALRA2AK7L2422980',
 'year': 2019}
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA69%2520BZC%27 HTTP/1.1" 200 None
2026-03-30 06:47:44 [bca.uk] INFO: Saving data for YA69%20BZC: {'auction_closing_time': 1775037600.0, 'created_time': 1774477171.710083, 'last_price_update_time': 1774853264.805994}
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA69%2520BZC') HTTP/1.1" 204 0
2026-03-30 06:47:44 [bca.uk] INFO: Found listing with ID: WU11%20YEF
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU11%2520YEF%27 HTTP/1.1" 200 None
2026-03-30 06:47:44 [bca.uk] INFO: Scrape type for WU11%20YEF: 2
2026-03-30 06:47:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eacef89b-52b8-5ba8-9a5d-3db367087e9e with identifier: WU11%20YEF
2026-03-30 06:47:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eacef89b-52b8-5ba8-9a5d-3db367087e9e with scrape type 2
2026-03-30 06:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eacef89b-52b8-5ba8-9a5d-3db367087e9e with scrape type 2
2026-03-30 06:47:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eacef89b-52b8-5ba8-9a5d-3db367087e9e, identifier: WU11%20YEF
2026-03-30 06:47:44 [bca.uk] INFO: Found listing with ID: FX63%20KFF
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX63%2520KFF%27 HTTP/1.1" 200 None
2026-03-30 06:47:44 [bca.uk] INFO: Scrape type for FX63%20KFF: 2
2026-03-30 06:47:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with identifier: FX63%20KFF
2026-03-30 06:47:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with scrape type 2
2026-03-30 06:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with scrape type 2
2026-03-30 06:47:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eebb6b1b-1c4b-585f-8cb4-a25a51bb35de, identifier: FX63%20KFF
2026-03-30 06:47:45 [bca.uk] INFO: Found listing with ID: SC69%20FVG
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SC69%2520FVG%27 HTTP/1.1" 200 None
2026-03-30 06:47:45 [bca.uk] INFO: Scrape type for SC69%20FVG: 2
2026-03-30 06:47:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e981ad54-ed6a-5712-ac12-a6e9af93bf3c with identifier: SC69%20FVG
2026-03-30 06:47:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e981ad54-ed6a-5712-ac12-a6e9af93bf3c with scrape type 2
2026-03-30 06:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e981ad54-ed6a-5712-ac12-a6e9af93bf3c with scrape type 2
2026-03-30 06:47:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e981ad54-ed6a-5712-ac12-a6e9af93bf3c, identifier: SC69%20FVG
2026-03-30 06:47:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with identifier: PE11%20XTH
2026-03-30 06:47:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with identifier: PE11%20XTH
2026-03-30 06:47:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81e99e16-55cb-5f9a-95e0-83e0d1c654d2 with identifier: PE11%20XTH to the API
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE11%20XTH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '81e99e16-55cb-5f9a-95e0-83e0d1c654d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE11 XTH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE11%20XTH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 139680,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1000,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWZB32050WL73738',
 'year': 2011}
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE11%2520XTH%27 HTTP/1.1" 200 None
2026-03-30 06:47:45 [bca.uk] INFO: Saving data for PE11%20XTH: {'auction_closing_time': 1775026800.0, 'created_time': 1774005185.275086, 'last_price_update_time': 1774853265.445396}
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE11%2520XTH') HTTP/1.1" 204 0
2026-03-30 06:47:45 [bca.uk] INFO: Found listing with ID: BU19%20KKE
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU19%2520KKE%27 HTTP/1.1" 200 None
2026-03-30 06:47:45 [bca.uk] INFO: Scrape type for BU19%20KKE: 2
2026-03-30 06:47:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17748f10-ab4f-5d67-9d68-e7093ab3d766 with identifier: BU19%20KKE
2026-03-30 06:47:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17748f10-ab4f-5d67-9d68-e7093ab3d766 with scrape type 2
2026-03-30 06:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17748f10-ab4f-5d67-9d68-e7093ab3d766 with scrape type 2
2026-03-30 06:47:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17748f10-ab4f-5d67-9d68-e7093ab3d766, identifier: BU19%20KKE
2026-03-30 06:47:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eacef89b-52b8-5ba8-9a5d-3db367087e9e with identifier: WU11%20YEF
2026-03-30 06:47:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eacef89b-52b8-5ba8-9a5d-3db367087e9e with identifier: WU11%20YEF
2026-03-30 06:47:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eacef89b-52b8-5ba8-9a5d-3db367087e9e with identifier: WU11%20YEF to the API
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU11%20YEF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eacef89b-52b8-5ba8-9a5d-3db367087e9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WU11 YEF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU11%20YEF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 77020,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'TEKNA',
 'vin': 'SJNFBAF15U6051903',
 'year': 2011}
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU11%2520YEF%27 HTTP/1.1" 200 None
2026-03-30 06:47:45 [bca.uk] INFO: Saving data for WU11%20YEF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477216.598143, 'last_price_update_time': 1774853265.862265}
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU11%2520YEF') HTTP/1.1" 204 0
2026-03-30 06:47:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with identifier: FX63%20KFF
2026-03-30 06:47:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with identifier: FX63%20KFF
2026-03-30 06:47:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eebb6b1b-1c4b-585f-8cb4-a25a51bb35de with identifier: FX63%20KFF to the API
2026-03-30 06:47:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX63%20KFF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eebb6b1b-1c4b-585f-8cb4-a25a51bb35de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX63 KFF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX63%20KFF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 96783,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I TR M/DRIVE-S Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I TR M/DRIVE-S',
 'vin': 'VNKKJ3D300A170209',
 'year': 2013}
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX63%2520KFF%27 HTTP/1.1" 200 None
2026-03-30 06:47:46 [bca.uk] INFO: Saving data for FX63%20KFF: {'auction_closing_time': 1774864800.0, 'created_time': 1774046059.429968, 'last_price_update_time': 1774853266.177115}
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX63%2520KFF') HTTP/1.1" 204 0
2026-03-30 06:47:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e981ad54-ed6a-5712-ac12-a6e9af93bf3c with identifier: SC69%20FVG
2026-03-30 06:47:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e981ad54-ed6a-5712-ac12-a6e9af93bf3c with identifier: SC69%20FVG
2026-03-30 06:47:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e981ad54-ed6a-5712-ac12-a6e9af93bf3c with identifier: SC69%20FVG to the API
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SC69%20FVG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e981ad54-ed6a-5712-ac12-a6e9af93bf3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SC69 FVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SC69%20FVG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 27816,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8500,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.3 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD1770872J169143',
 'year': 2020}
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47: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%2520FVG%27 HTTP/1.1" 200 None
2026-03-30 06:47:46 [bca.uk] INFO: Saving data for SC69%20FVG: {'auction_closing_time': 1774854000.0, 'created_time': 1773843613.289859, 'last_price_update_time': 1774853266.547412}
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SC69%2520FVG') HTTP/1.1" 204 0
2026-03-30 06:47:46 [bca.uk] INFO: Found listing with ID: PX66%20XYP
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX66%2520XYP%27 HTTP/1.1" 200 None
2026-03-30 06:47:46 [bca.uk] INFO: Scrape type for PX66%20XYP: 0
2026-03-30 06:47:46 [bca.uk] INFO: Found listing with ID: WA64%20EWR
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA64%2520EWR%27 HTTP/1.1" 200 None
2026-03-30 06:47:46 [bca.uk] INFO: Scrape type for WA64%20EWR: 0
2026-03-30 06:47:46 [bca.uk] INFO: Found listing with ID: WD13%20EZZ
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD13%2520EZZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:46 [bca.uk] INFO: Scrape type for WD13%20EZZ: 2
2026-03-30 06:47:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e7bded9-8cf1-5163-b752-372b3badf97b with identifier: WD13%20EZZ
2026-03-30 06:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e7bded9-8cf1-5163-b752-372b3badf97b with scrape type 2
2026-03-30 06:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e7bded9-8cf1-5163-b752-372b3badf97b with scrape type 2
2026-03-30 06:47:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e7bded9-8cf1-5163-b752-372b3badf97b, identifier: WD13%20EZZ
2026-03-30 06:47:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17748f10-ab4f-5d67-9d68-e7093ab3d766 with identifier: BU19%20KKE
2026-03-30 06:47:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17748f10-ab4f-5d67-9d68-e7093ab3d766 with identifier: BU19%20KKE
2026-03-30 06:47:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17748f10-ab4f-5d67-9d68-e7093ab3d766 with identifier: BU19%20KKE to the API
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU19%20KKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '17748f10-ab4f-5d67-9d68-e7093ab3d766',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BU19 KKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU19%20KKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 39451,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ST-LINE',
 'vin': 'WF0FXXGAHFKK85552',
 'year': 2019}
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU19%2520KKE%27 HTTP/1.1" 200 None
2026-03-30 06:47:46 [bca.uk] INFO: Saving data for BU19%20KKE: {'auction_closing_time': 1775124000.0, 'created_time': 1774477174.101569, 'last_price_update_time': 1774853266.980911}
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU19%2520KKE') HTTP/1.1" 204 0
2026-03-30 06:47:47 [bca.uk] INFO: Found listing with ID: WP07%20XKZ
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP07%2520XKZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:47 [bca.uk] INFO: Scrape type for WP07%20XKZ: 2
2026-03-30 06:47:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with identifier: WP07%20XKZ
2026-03-30 06:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with scrape type 2
2026-03-30 06:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with scrape type 2
2026-03-30 06:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df84cdb0-e4e0-53f8-94d4-03d0351d20f9, identifier: WP07%20XKZ
2026-03-30 06:47:47 [bca.uk] INFO: Found listing with ID: WP71%20XJE
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJE%27 HTTP/1.1" 200 None
2026-03-30 06:47:47 [bca.uk] INFO: Scrape type for WP71%20XJE: 2
2026-03-30 06:47:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99f27c20-f587-5e7f-82e1-2de30935aae1 with identifier: WP71%20XJE
2026-03-30 06:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99f27c20-f587-5e7f-82e1-2de30935aae1 with scrape type 2
2026-03-30 06:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99f27c20-f587-5e7f-82e1-2de30935aae1 with scrape type 2
2026-03-30 06:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 99f27c20-f587-5e7f-82e1-2de30935aae1, identifier: WP71%20XJE
2026-03-30 06:47:47 [bca.uk] INFO: Found listing with ID: DS23%20OED
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520OED%27 HTTP/1.1" 200 None
2026-03-30 06:47:47 [bca.uk] INFO: Scrape type for DS23%20OED: 2
2026-03-30 06:47:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f78b977a-5c42-56dd-bdf5-315a3a72d23f with identifier: DS23%20OED
2026-03-30 06:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f78b977a-5c42-56dd-bdf5-315a3a72d23f with scrape type 2
2026-03-30 06:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f78b977a-5c42-56dd-bdf5-315a3a72d23f with scrape type 2
2026-03-30 06:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f78b977a-5c42-56dd-bdf5-315a3a72d23f, identifier: DS23%20OED
2026-03-30 06:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e7bded9-8cf1-5163-b752-372b3badf97b with identifier: WD13%20EZZ
2026-03-30 06:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e7bded9-8cf1-5163-b752-372b3badf97b with identifier: WD13%20EZZ
2026-03-30 06:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e7bded9-8cf1-5163-b752-372b3badf97b with identifier: WD13%20EZZ to the API
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD13%20EZZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3e7bded9-8cf1-5163-b752-372b3badf97b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD13 EZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD13%20EZZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '118D',
 'odometer': 128317,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1800,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 118D 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1C12080J090956',
 'year': 2013}
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD13%2520EZZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:47 [bca.uk] INFO: Saving data for WD13%20EZZ: {'auction_closing_time': 1775026800.0, 'created_time': 1774005116.793941, 'last_price_update_time': 1774853267.598219}
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD13%2520EZZ') HTTP/1.1" 204 0
2026-03-30 06:47:47 [bca.uk] INFO: Found listing with ID: VK66%20AEX
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520AEX%27 HTTP/1.1" 200 None
2026-03-30 06:47:47 [bca.uk] INFO: Scrape type for VK66%20AEX: 2
2026-03-30 06:47:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with identifier: VK66%20AEX
2026-03-30 06:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with scrape type 2
2026-03-30 06:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with scrape type 2
2026-03-30 06:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4, identifier: VK66%20AEX
2026-03-30 06:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with identifier: WP07%20XKZ
2026-03-30 06:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with identifier: WP07%20XKZ
2026-03-30 06:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df84cdb0-e4e0-53f8-94d4-03d0351d20f9 with identifier: WP07%20XKZ to the API
2026-03-30 06:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP07%20XKZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'df84cdb0-e4e0-53f8-94d4-03d0351d20f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP07 XKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP07%20XKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SUZUKI',
 'model': 'SX4',
 'odometer': 181682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'SUZUKI SX4 1.6 GLX Hatchback',
 'transmission': 'manual',
 'trim': 'GLX',
 'vin': 'TSMEYA21S00190948',
 'year': 2007}
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP07%2520XKZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:48 [bca.uk] INFO: Saving data for WP07%20XKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477220.127187, 'last_price_update_time': 1774853268.118933}
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP07%2520XKZ') HTTP/1.1" 204 0
2026-03-30 06:47:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 99f27c20-f587-5e7f-82e1-2de30935aae1 with identifier: WP71%20XJE
2026-03-30 06:47:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 99f27c20-f587-5e7f-82e1-2de30935aae1 with identifier: WP71%20XJE
2026-03-30 06:47:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 99f27c20-f587-5e7f-82e1-2de30935aae1 with identifier: WP71%20XJE to the API
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20XJE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '99f27c20-f587-5e7f-82e1-2de30935aae1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP71 XJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20XJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 22750,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 ICONIC (50KW)',
 'vin': 'VF1AG000168514870',
 'year': 2021}
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJE%27 HTTP/1.1" 200 None
2026-03-30 06:47:48 [bca.uk] INFO: Saving data for WP71%20XJE: {'auction_closing_time': 1774951200.0, 'created_time': 1774304940.310397, 'last_price_update_time': 1774853268.403503}
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520XJE') HTTP/1.1" 204 0
2026-03-30 06:47:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f78b977a-5c42-56dd-bdf5-315a3a72d23f with identifier: DS23%20OED
2026-03-30 06:47:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f78b977a-5c42-56dd-bdf5-315a3a72d23f with identifier: DS23%20OED
2026-03-30 06:47:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f78b977a-5c42-56dd-bdf5-315a3a72d23f with identifier: DS23%20OED to the API
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS23%20OED-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f78b977a-5c42-56dd-bdf5-315a3a72d23f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS23 OED',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS23%20OED&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2700',
 'odometer': 28595,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2700 1.5 D 120 PRO L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 PRO L1 H1',
 'vin': 'VXEVBYHVMP7814497',
 'year': 2023}
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS23%2520OED%27 HTTP/1.1" 200 None
2026-03-30 06:47:48 [bca.uk] INFO: Saving data for DS23%20OED: {'auction_closing_time': 1774940400.0, 'created_time': 1773833561.692154, 'last_price_update_time': 1774853268.696002}
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS23%2520OED') HTTP/1.1" 204 0
2026-03-30 06:47:48 [bca.uk] INFO: Found listing with ID: BD20%20FSX
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520FSX%27 HTTP/1.1" 200 None
2026-03-30 06:47:48 [bca.uk] INFO: Scrape type for BD20%20FSX: 2
2026-03-30 06:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9127bb72-0470-5e11-82bd-f01bc8ad7afa with identifier: BD20%20FSX
2026-03-30 06:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9127bb72-0470-5e11-82bd-f01bc8ad7afa with scrape type 2
2026-03-30 06:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9127bb72-0470-5e11-82bd-f01bc8ad7afa with scrape type 2
2026-03-30 06:47:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9127bb72-0470-5e11-82bd-f01bc8ad7afa, identifier: BD20%20FSX
2026-03-30 06:47:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with identifier: VK66%20AEX
2026-03-30 06:47:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with identifier: VK66%20AEX
2026-03-30 06:47:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4 with identifier: VK66%20AEX to the API
2026-03-30 06:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK66%20AEX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '56c7c6f9-5cf1-5026-a1c2-e8ab8adaf1c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK66 AEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK66%20AEX&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 94358,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.2 D SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'D SPORT',
 'vin': 'JMZBN642601501919',
 'year': 2016}
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK66%2520AEX%27 HTTP/1.1" 200 None
2026-03-30 06:47:49 [bca.uk] INFO: Saving data for VK66%20AEX: {'auction_closing_time': 1775124000.0, 'created_time': 1774477174.757573, 'last_price_update_time': 1774853269.096291}
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK66%2520AEX') HTTP/1.1" 204 0
2026-03-30 06:47:49 [bca.uk] INFO: Found listing with ID: WL64%20CXC
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL64%2520CXC%27 HTTP/1.1" 200 None
2026-03-30 06:47:49 [bca.uk] INFO: Scrape type for WL64%20CXC: 2
2026-03-30 06:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8fa288c-af01-59fa-9bb4-073f3a01920a with identifier: WL64%20CXC
2026-03-30 06:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8fa288c-af01-59fa-9bb4-073f3a01920a with scrape type 2
2026-03-30 06:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8fa288c-af01-59fa-9bb4-073f3a01920a with scrape type 2
2026-03-30 06:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8fa288c-af01-59fa-9bb4-073f3a01920a, identifier: WL64%20CXC
2026-03-30 06:47:49 [bca.uk] INFO: Found listing with ID: GV66%20KCE
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV66%2520KCE%27 HTTP/1.1" 200 None
2026-03-30 06:47:49 [bca.uk] INFO: Scrape type for GV66%20KCE: 0
2026-03-30 06:47:49 [bca.uk] INFO: Found listing with ID: CN16%20WVR
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN16%2520WVR%27 HTTP/1.1" 200 None
2026-03-30 06:47:49 [bca.uk] INFO: Scrape type for CN16%20WVR: 2
2026-03-30 06:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1b1a18-7781-5718-8b74-31c4716a562b with identifier: CN16%20WVR
2026-03-30 06:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1b1a18-7781-5718-8b74-31c4716a562b with scrape type 2
2026-03-30 06:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a1b1a18-7781-5718-8b74-31c4716a562b with scrape type 2
2026-03-30 06:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a1b1a18-7781-5718-8b74-31c4716a562b, identifier: CN16%20WVR
2026-03-30 06:47:49 [bca.uk] INFO: Found listing with ID: DS72%20PZK
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520PZK%27 HTTP/1.1" 200 None
2026-03-30 06:47:49 [bca.uk] INFO: Scrape type for DS72%20PZK: 2
2026-03-30 06:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b31994d-4959-52c7-bc21-a3f54396a9fb with identifier: DS72%20PZK
2026-03-30 06:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b31994d-4959-52c7-bc21-a3f54396a9fb with scrape type 2
2026-03-30 06:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b31994d-4959-52c7-bc21-a3f54396a9fb with scrape type 2
2026-03-30 06:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b31994d-4959-52c7-bc21-a3f54396a9fb, identifier: DS72%20PZK
2026-03-30 06:47:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9127bb72-0470-5e11-82bd-f01bc8ad7afa with identifier: BD20%20FSX
2026-03-30 06:47:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9127bb72-0470-5e11-82bd-f01bc8ad7afa with identifier: BD20%20FSX
2026-03-30 06:47:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9127bb72-0470-5e11-82bd-f01bc8ad7afa with identifier: BD20%20FSX to the API
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD20%20FSX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9127bb72-0470-5e11-82bd-f01bc8ad7afa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD20 FSX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD20%20FSX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 97553,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4200,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0JXXGAHJLB52577',
 'year': 2020}
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520FSX%27 HTTP/1.1" 200 None
2026-03-30 06:47:49 [bca.uk] INFO: Saving data for BD20%20FSX: {'auction_closing_time': 1774854000.0, 'created_time': 1774005437.021805, 'last_price_update_time': 1774853269.774555}
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD20%2520FSX') HTTP/1.1" 204 0
2026-03-30 06:47:49 [bca.uk] INFO: Found listing with ID: GU18%20LFN
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU18%2520LFN%27 HTTP/1.1" 200 None
2026-03-30 06:47:49 [bca.uk] INFO: Scrape type for GU18%20LFN: 2
2026-03-30 06:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 708c26d3-94ce-5879-ab18-8ad44d9d3810 with identifier: GU18%20LFN
2026-03-30 06:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 708c26d3-94ce-5879-ab18-8ad44d9d3810 with scrape type 2
2026-03-30 06:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 708c26d3-94ce-5879-ab18-8ad44d9d3810 with scrape type 2
2026-03-30 06:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 708c26d3-94ce-5879-ab18-8ad44d9d3810, identifier: GU18%20LFN
2026-03-30 06:47:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8fa288c-af01-59fa-9bb4-073f3a01920a with identifier: WL64%20CXC
2026-03-30 06:47:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8fa288c-af01-59fa-9bb4-073f3a01920a with identifier: WL64%20CXC
2026-03-30 06:47:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8fa288c-af01-59fa-9bb4-073f3a01920a with identifier: WL64%20CXC to the API
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL64%20CXC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8fa288c-af01-59fa-9bb4-073f3a01920a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL64 CXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL64%20CXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '116D',
 'odometer': 176363,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 116D 2.0 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1C72020P584455',
 'year': 2014}
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL64%2520CXC%27 HTTP/1.1" 200 None
2026-03-30 06:47:50 [bca.uk] INFO: Saving data for WL64%20CXC: {'auction_closing_time': 1774864800.0, 'created_time': 1774477206.676473, 'last_price_update_time': 1774853270.228711}
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL64%2520CXC') HTTP/1.1" 204 0
2026-03-30 06:47:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a1b1a18-7781-5718-8b74-31c4716a562b with identifier: CN16%20WVR
2026-03-30 06:47:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a1b1a18-7781-5718-8b74-31c4716a562b with identifier: CN16%20WVR
2026-03-30 06:47:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a1b1a18-7781-5718-8b74-31c4716a562b with identifier: CN16%20WVR to the API
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN16%20WVR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a1b1a18-7781-5718-8b74-31c4716a562b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN16 WVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN16%20WVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 75164,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 ZETEC BLACK EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC BLACK EDITION',
 'vin': 'WF0UXXLTRUFT67066',
 'year': 2016}
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN16%2520WVR%27 HTTP/1.1" 200 None
2026-03-30 06:47:50 [bca.uk] INFO: Saving data for CN16%20WVR: {'auction_closing_time': 1774864800.0, 'created_time': 1774015857.356516, 'last_price_update_time': 1774853270.510937}
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN16%2520WVR') HTTP/1.1" 204 0
2026-03-30 06:47:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b31994d-4959-52c7-bc21-a3f54396a9fb with identifier: DS72%20PZK
2026-03-30 06:47:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b31994d-4959-52c7-bc21-a3f54396a9fb with identifier: DS72%20PZK
2026-03-30 06:47:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b31994d-4959-52c7-bc21-a3f54396a9fb with identifier: DS72%20PZK to the API
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS72%20PZK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2b31994d-4959-52c7-bc21-a3f54396a9fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS72 PZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS72%20PZK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 56420,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.2 TD 140 L3 H2 PRIME PanelVan',
 'transmission': 'manual',
 'trim': 'TD 140 L3 H2 PRIME',
 'vin': 'VXEYCBPFCNG022694',
 'year': 2023}
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS72%2520PZK%27 HTTP/1.1" 200 None
2026-03-30 06:47:50 [bca.uk] INFO: Saving data for DS72%20PZK: {'auction_closing_time': 1774940400.0, 'created_time': 1774265741.847773, 'last_price_update_time': 1774853270.805402}
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS72%2520PZK') HTTP/1.1" 204 0
2026-03-30 06:47:50 [bca.uk] INFO: Found listing with ID: LV65%20GGO
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV65%2520GGO%27 HTTP/1.1" 200 None
2026-03-30 06:47:50 [bca.uk] INFO: Scrape type for LV65%20GGO: 2
2026-03-30 06:47:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef1bccc5-dc41-5825-bbbd-f68987ca58ef with identifier: LV65%20GGO
2026-03-30 06:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef1bccc5-dc41-5825-bbbd-f68987ca58ef with scrape type 2
2026-03-30 06:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef1bccc5-dc41-5825-bbbd-f68987ca58ef with scrape type 2
2026-03-30 06:47:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef1bccc5-dc41-5825-bbbd-f68987ca58ef, identifier: LV65%20GGO
2026-03-30 06:47:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 708c26d3-94ce-5879-ab18-8ad44d9d3810 with identifier: GU18%20LFN
2026-03-30 06:47:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 708c26d3-94ce-5879-ab18-8ad44d9d3810 with identifier: GU18%20LFN
2026-03-30 06:47:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 708c26d3-94ce-5879-ab18-8ad44d9d3810 with identifier: GU18%20LFN to the API
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU18%20LFN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '708c26d3-94ce-5879-ab18-8ad44d9d3810',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU18 LFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU18%20LFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 35966,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 SE StationWagon',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WDC1569432J508619',
 'year': 2018}
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47: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%2520LFN%27 HTTP/1.1" 200 None
2026-03-30 06:47:51 [bca.uk] INFO: Saving data for GU18%20LFN: {'auction_closing_time': 1775124000.0, 'created_time': 1774477158.283767, 'last_price_update_time': 1774853271.20366}
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU18%2520LFN') HTTP/1.1" 204 0
2026-03-30 06:47:51 [bca.uk] INFO: Found listing with ID: WM25%20EUZ
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM25%2520EUZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:51 [bca.uk] INFO: Scrape type for WM25%20EUZ: 2
2026-03-30 06:47:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be97a92f-7a79-5fc1-bab0-580a5141ef99 with identifier: WM25%20EUZ
2026-03-30 06:47:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be97a92f-7a79-5fc1-bab0-580a5141ef99 with scrape type 2
2026-03-30 06:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be97a92f-7a79-5fc1-bab0-580a5141ef99 with scrape type 2
2026-03-30 06:47:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be97a92f-7a79-5fc1-bab0-580a5141ef99, identifier: WM25%20EUZ
2026-03-30 06:47:51 [bca.uk] INFO: Found listing with ID: WV12%20VMF
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV12%2520VMF%27 HTTP/1.1" 200 None
2026-03-30 06:47:51 [bca.uk] INFO: Scrape type for WV12%20VMF: 2
2026-03-30 06:47:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with identifier: WV12%20VMF
2026-03-30 06:47:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with scrape type 2
2026-03-30 06:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with scrape type 2
2026-03-30 06:47:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c682069-fc6a-51c7-a29b-35c9d14ffd02, identifier: WV12%20VMF
2026-03-30 06:47:51 [bca.uk] INFO: Found listing with ID: MA75%20FOJ
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520FOJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:51 [bca.uk] INFO: Scrape type for MA75%20FOJ: 2
2026-03-30 06:47:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with identifier: MA75%20FOJ
2026-03-30 06:47:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with scrape type 2
2026-03-30 06:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with scrape type 2
2026-03-30 06:47:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c, identifier: MA75%20FOJ
2026-03-30 06:47:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef1bccc5-dc41-5825-bbbd-f68987ca58ef with identifier: LV65%20GGO
2026-03-30 06:47:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef1bccc5-dc41-5825-bbbd-f68987ca58ef with identifier: LV65%20GGO
2026-03-30 06:47:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef1bccc5-dc41-5825-bbbd-f68987ca58ef with identifier: LV65%20GGO to the API
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV65%20GGO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ef1bccc5-dc41-5825-bbbd-f68987ca58ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV65 GGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV65%20GGO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 83636,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4500,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.6 DIG-T TEKNA (5ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA (5ST)',
 'vin': 'JN1TDAT32U0000853',
 'year': 2015}
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV65%2520GGO%27 HTTP/1.1" 200 None
2026-03-30 06:47:51 [bca.uk] INFO: Saving data for LV65%20GGO: {'auction_closing_time': 1774854000.0, 'created_time': 1773907914.922011, 'last_price_update_time': 1774853271.922415}
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV65%2520GGO') HTTP/1.1" 204 0
2026-03-30 06:47:52 [bca.uk] INFO: Found listing with ID: SW18%20VAU
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520VAU%27 HTTP/1.1" 200 None
2026-03-30 06:47:52 [bca.uk] INFO: Scrape type for SW18%20VAU: 2
2026-03-30 06:47:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with identifier: SW18%20VAU
2026-03-30 06:47:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with scrape type 2
2026-03-30 06:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with scrape type 2
2026-03-30 06:47:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca, identifier: SW18%20VAU
2026-03-30 06:47:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be97a92f-7a79-5fc1-bab0-580a5141ef99 with identifier: WM25%20EUZ
2026-03-30 06:47:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be97a92f-7a79-5fc1-bab0-580a5141ef99 with identifier: WM25%20EUZ
2026-03-30 06:47:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be97a92f-7a79-5fc1-bab0-580a5141ef99 with identifier: WM25%20EUZ to the API
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM25%20EUZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'be97a92f-7a79-5fc1-bab0-580a5141ef99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM25 EUZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM25%20EUZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 14560,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L2 H1 TRAIL PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L2 H1 TRAIL',
 'vin': 'WF0RXXTA6RRT40372',
 'year': 2025}
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM25%2520EUZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:52 [bca.uk] INFO: Saving data for WM25%20EUZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773841326.764624, 'last_price_update_time': 1774853272.448551}
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM25%2520EUZ') HTTP/1.1" 204 0
2026-03-30 06:47:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with identifier: WV12%20VMF
2026-03-30 06:47:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with identifier: WV12%20VMF
2026-03-30 06:47:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c682069-fc6a-51c7-a29b-35c9d14ffd02 with identifier: WV12%20VMF to the API
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV12%20VMF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0c682069-fc6a-51c7-a29b-35c9d14ffd02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV12 VMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV12%20VMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA TOURER',
 'odometer': 133704,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA TOURER 2.0 CDTI 160 SRI Estate',
 'transmission': 'manual',
 'trim': 'CDTI 160 SRI',
 'vin': 'W0LGS8EM3C1090308',
 'year': 2012}
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV12%2520VMF%27 HTTP/1.1" 200 None
2026-03-30 06:47:52 [bca.uk] INFO: Saving data for WV12%20VMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774015825.822851, 'last_price_update_time': 1774853272.763965}
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV12%2520VMF') HTTP/1.1" 204 0
2026-03-30 06:47:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with identifier: MA75%20FOJ
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:47:52 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=glacier+white HTTP/1.1" 200 None
2026-03-30 06:47:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:47: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:47:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with identifier: MA75%20FOJ
2026-03-30 06:47:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c with identifier: MA75%20FOJ to the API
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA75%20FOJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'glacier white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a931f02-1d71-5ae5-bf4c-f6374d0f2f2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA75 FOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA75%20FOJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 3354,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 19500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL ADVANCE PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL ADVANCE',
 'vin': 'VF1FL000974697963',
 'year': 2025}
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA75%2520FOJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:53 [bca.uk] INFO: Saving data for MA75%20FOJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773824041.691565, 'last_price_update_time': 1774853273.47335}
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA75%2520FOJ') HTTP/1.1" 204 0
2026-03-30 06:47:53 [bca.uk] INFO: Found listing with ID: VE15%20EKR
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE15%2520EKR%27 HTTP/1.1" 200 None
2026-03-30 06:47:53 [bca.uk] INFO: Scrape type for VE15%20EKR: 2
2026-03-30 06:47:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with identifier: VE15%20EKR
2026-03-30 06:47:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with scrape type 2
2026-03-30 06:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with scrape type 2
2026-03-30 06:47:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90db445a-d5e8-5a1e-bb2e-524c03ad9425, identifier: VE15%20EKR
2026-03-30 06:47:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with identifier: SW18%20VAU
2026-03-30 06:47:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with identifier: SW18%20VAU
2026-03-30 06:47:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92eec7da-7c6a-5e8f-ae4c-1925b92b7fca with identifier: SW18%20VAU to the API
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW18%20VAU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '92eec7da-7c6a-5e8f-ae4c-1925b92b7fca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW18 VAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW18%20VAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 38812,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 SPORT',
 'vin': 'W0VZRHNY2JS300953',
 'year': 2018}
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW18%2520VAU%27 HTTP/1.1" 200 None
2026-03-30 06:47:53 [bca.uk] INFO: Saving data for SW18%20VAU: {'auction_closing_time': 1775124000.0, 'created_time': 1774477159.955459, 'last_price_update_time': 1774853273.877275}
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW18%2520VAU') HTTP/1.1" 204 0
2026-03-30 06:47:53 [bca.uk] INFO: Found listing with ID: RO62%20YXR
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO62%2520YXR%27 HTTP/1.1" 200 None
2026-03-30 06:47:53 [bca.uk] INFO: Scrape type for RO62%20YXR: 2
2026-03-30 06:47:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a154e206-3f56-5bba-9c77-38a094b26ac7 with identifier: RO62%20YXR
2026-03-30 06:47:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a154e206-3f56-5bba-9c77-38a094b26ac7 with scrape type 2
2026-03-30 06:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a154e206-3f56-5bba-9c77-38a094b26ac7 with scrape type 2
2026-03-30 06:47:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a154e206-3f56-5bba-9c77-38a094b26ac7, identifier: RO62%20YXR
2026-03-30 06:47:54 [bca.uk] INFO: Found listing with ID: WP71%20XJD
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJD%27 HTTP/1.1" 200 None
2026-03-30 06:47:54 [bca.uk] INFO: Scrape type for WP71%20XJD: 2
2026-03-30 06:47:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with identifier: WP71%20XJD
2026-03-30 06:47:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with scrape type 2
2026-03-30 06:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with scrape type 2
2026-03-30 06:47:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5aadc749-4c00-5332-8546-9f3a1b2b2d90, identifier: WP71%20XJD
2026-03-30 06:47:54 [bca.uk] INFO: Found listing with ID: MJ72%20HRU
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520HRU%27 HTTP/1.1" 200 None
2026-03-30 06:47:54 [bca.uk] INFO: Scrape type for MJ72%20HRU: 2
2026-03-30 06:47:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dc36f2a-80c4-5282-873a-4d0576bb1777 with identifier: MJ72%20HRU
2026-03-30 06:47:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dc36f2a-80c4-5282-873a-4d0576bb1777 with scrape type 2
2026-03-30 06:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dc36f2a-80c4-5282-873a-4d0576bb1777 with scrape type 2
2026-03-30 06:47:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dc36f2a-80c4-5282-873a-4d0576bb1777, identifier: MJ72%20HRU
2026-03-30 06:47:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with identifier: VE15%20EKR
2026-03-30 06:47:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with identifier: VE15%20EKR
2026-03-30 06:47:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90db445a-d5e8-5a1e-bb2e-524c03ad9425 with identifier: VE15%20EKR to the API
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE15%20EKR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '90db445a-d5e8-5a1e-bb2e-524c03ad9425',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE15 EKR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE15%20EKR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 21059,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5200,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.6 V-MATIC ICON Hatchback',
 'transmission': 'manual',
 'trim': 'V-MATIC ICON',
 'vin': 'SB1ME3JE30E082554',
 'year': 2015}
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE15%2520EKR%27 HTTP/1.1" 200 None
2026-03-30 06:47:54 [bca.uk] INFO: Saving data for VE15%20EKR: {'auction_closing_time': 1774854000.0, 'created_time': 1773823459.397538, 'last_price_update_time': 1774853274.545371}
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE15%2520EKR') HTTP/1.1" 204 0
2026-03-30 06:47:54 [bca.uk] INFO: Found listing with ID: NJ18%20FYE
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520FYE%27 HTTP/1.1" 200 None
2026-03-30 06:47:54 [bca.uk] INFO: Scrape type for NJ18%20FYE: 2
2026-03-30 06:47:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with identifier: NJ18%20FYE
2026-03-30 06:47:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with scrape type 2
2026-03-30 06:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with scrape type 2
2026-03-30 06:47:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0, identifier: NJ18%20FYE
2026-03-30 06:47:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a154e206-3f56-5bba-9c77-38a094b26ac7 with identifier: RO62%20YXR
2026-03-30 06:47:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a154e206-3f56-5bba-9c77-38a094b26ac7 with identifier: RO62%20YXR
2026-03-30 06:47:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a154e206-3f56-5bba-9c77-38a094b26ac7 with identifier: RO62%20YXR to the API
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO62%20YXR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a154e206-3f56-5bba-9c77-38a094b26ac7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO62 YXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO62%20YXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 152684,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 140 TITANIUM X MPV',
 'transmission': 'manual',
 'trim': 'TDCI 140 TITANIUM X',
 'vin': 'WF0MXXGBWMCE49403',
 'year': 2012}
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO62%2520YXR%27 HTTP/1.1" 200 None
2026-03-30 06:47:54 [bca.uk] INFO: Saving data for RO62%20YXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774477206.328687, 'last_price_update_time': 1774853274.946924}
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO62%2520YXR') HTTP/1.1" 204 0
2026-03-30 06:47:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with identifier: WP71%20XJD
2026-03-30 06:47:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with identifier: WP71%20XJD
2026-03-30 06:47:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5aadc749-4c00-5332-8546-9f3a1b2b2d90 with identifier: WP71%20XJD to the API
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20XJD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5aadc749-4c00-5332-8546-9f3a1b2b2d90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP71 XJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20XJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 22256,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 ICONIC (50KW)',
 'vin': 'VF1AG000568488242',
 'year': 2021}
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJD%27 HTTP/1.1" 200 None
2026-03-30 06:47:55 [bca.uk] INFO: Saving data for WP71%20XJD: {'auction_closing_time': 1774951200.0, 'created_time': 1774305006.158435, 'last_price_update_time': 1774853275.244983}
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520XJD') HTTP/1.1" 204 0
2026-03-30 06:47:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dc36f2a-80c4-5282-873a-4d0576bb1777 with identifier: MJ72%20HRU
2026-03-30 06:47:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dc36f2a-80c4-5282-873a-4d0576bb1777 with identifier: MJ72%20HRU
2026-03-30 06:47:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7dc36f2a-80c4-5282-873a-4d0576bb1777 with identifier: MJ72%20HRU to the API
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 251,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ72%20HRU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7dc36f2a-80c4-5282-873a-4d0576bb1777',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ72 HRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ72%20HRU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 116506,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7200,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 135 LH BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 LH BUSINESS',
 'vin': 'VF1MA000469699022',
 'year': 2022}
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ72%2520HRU%27 HTTP/1.1" 200 None
2026-03-30 06:47:55 [bca.uk] INFO: Saving data for MJ72%20HRU: {'auction_closing_time': 1774940400.0, 'created_time': 1774265732.949179, 'last_price_update_time': 1774853275.542025}
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ72%2520HRU') HTTP/1.1" 204 0
2026-03-30 06:47:55 [bca.uk] INFO: Found listing with ID: AD19%20BYV
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520BYV%27 HTTP/1.1" 200 None
2026-03-30 06:47:55 [bca.uk] INFO: Scrape type for AD19%20BYV: 2
2026-03-30 06:47:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa71f155-4da1-5ab9-90d0-40baedfeb5ba with identifier: AD19%20BYV
2026-03-30 06:47:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa71f155-4da1-5ab9-90d0-40baedfeb5ba with scrape type 2
2026-03-30 06:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa71f155-4da1-5ab9-90d0-40baedfeb5ba with scrape type 2
2026-03-30 06:47:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa71f155-4da1-5ab9-90d0-40baedfeb5ba, identifier: AD19%20BYV
2026-03-30 06:47:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with identifier: NJ18%20FYE
2026-03-30 06:47:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with identifier: NJ18%20FYE
2026-03-30 06:47:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0 with identifier: NJ18%20FYE to the API
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ18%20FYE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba5f9340-cdc5-5ad9-9a2b-6e597de05bf0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ18 FYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ18%20FYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 81236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 AMG LINE DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDD1173422N653284',
 'year': 2018}
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520FYE%27 HTTP/1.1" 200 None
2026-03-30 06:47:55 [bca.uk] INFO: Saving data for NJ18%20FYE: {'auction_closing_time': 1775124000.0, 'created_time': 1774477163.803626, 'last_price_update_time': 1774853275.947}
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ18%2520FYE') HTTP/1.1" 204 0
2026-03-30 06:47:55 [bca.uk] INFO: Found listing with ID: CJ25%20GZF
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ25%2520GZF%27 HTTP/1.1" 200 None
2026-03-30 06:47:55 [bca.uk] INFO: Scrape type for CJ25%20GZF: 2
2026-03-30 06:47:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c6893af-6a0d-501f-9f66-9d4b0bbc99a8 with identifier: CJ25%20GZF
2026-03-30 06:47:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c6893af-6a0d-501f-9f66-9d4b0bbc99a8 with scrape type 2
2026-03-30 06:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c6893af-6a0d-501f-9f66-9d4b0bbc99a8 with scrape type 2
2026-03-30 06:47:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c6893af-6a0d-501f-9f66-9d4b0bbc99a8, identifier: CJ25%20GZF
2026-03-30 06:47:56 [bca.uk] INFO: Found listing with ID: BK23%20GNY
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GNY%27 HTTP/1.1" 200 None
2026-03-30 06:47:56 [bca.uk] INFO: Scrape type for BK23%20GNY: 2
2026-03-30 06:47:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2921288c-3cde-5553-aea4-fa07eda1a42f with identifier: BK23%20GNY
2026-03-30 06:47:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2921288c-3cde-5553-aea4-fa07eda1a42f with scrape type 2
2026-03-30 06:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2921288c-3cde-5553-aea4-fa07eda1a42f with scrape type 2
2026-03-30 06:47:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2921288c-3cde-5553-aea4-fa07eda1a42f, identifier: BK23%20GNY
2026-03-30 06:47:56 [bca.uk] INFO: Found listing with ID: NL22%20GOJ
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520GOJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:56 [bca.uk] INFO: Scrape type for NL22%20GOJ: 2
2026-03-30 06:47:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with identifier: NL22%20GOJ
2026-03-30 06:47:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with scrape type 2
2026-03-30 06:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with scrape type 2
2026-03-30 06:47:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5a3b819-c0fe-570e-8bdb-4a3dfa99458f, identifier: NL22%20GOJ
2026-03-30 06:47:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa71f155-4da1-5ab9-90d0-40baedfeb5ba with identifier: AD19%20BYV
2026-03-30 06:47:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa71f155-4da1-5ab9-90d0-40baedfeb5ba with identifier: AD19%20BYV
2026-03-30 06:47:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa71f155-4da1-5ab9-90d0-40baedfeb5ba with identifier: AD19%20BYV to the API
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD19%20BYV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fa71f155-4da1-5ab9-90d0-40baedfeb5ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AD19 BYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD19%20BYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 79050,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 LANDMARK StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 LANDMARK',
 'vin': 'SALCA2AN4KH796698',
 'year': 2019}
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD19%2520BYV%27 HTTP/1.1" 200 None
2026-03-30 06:47:56 [bca.uk] INFO: Saving data for AD19%20BYV: {'auction_closing_time': 1774951200.0, 'created_time': 1774479073.101165, 'last_price_update_time': 1774853276.594568}
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD19%2520BYV') HTTP/1.1" 204 0
2026-03-30 06:47:56 [bca.uk] INFO: Found listing with ID: YC16%20WHU
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520WHU%27 HTTP/1.1" 200 None
2026-03-30 06:47:56 [bca.uk] INFO: Scrape type for YC16%20WHU: 2
2026-03-30 06:47:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8615e756-983e-567a-84f9-55f15715f147 with identifier: YC16%20WHU
2026-03-30 06:47:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8615e756-983e-567a-84f9-55f15715f147 with scrape type 2
2026-03-30 06:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8615e756-983e-567a-84f9-55f15715f147 with scrape type 2
2026-03-30 06:47:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8615e756-983e-567a-84f9-55f15715f147, identifier: YC16%20WHU
2026-03-30 06:47:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c6893af-6a0d-501f-9f66-9d4b0bbc99a8 with identifier: CJ25%20GZF
2026-03-30 06:47:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c6893af-6a0d-501f-9f66-9d4b0bbc99a8 with identifier: CJ25%20GZF
2026-03-30 06:47:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c6893af-6a0d-501f-9f66-9d4b0bbc99a8 with identifier: CJ25%20GZF to the API
2026-03-30 06:47:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ25%20GZF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'ice white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1c6893af-6a0d-501f-9f66-9d4b0bbc99a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CJ25 GZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ25%20GZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': 'EXPERT',
 'odometer': 12799,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1.5 B/HDI 120 L2 PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 120 L2 PROFESSIONAL',
 'vin': 'VF3VJYHV0S7811735',
 'year': 2025}
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ25%2520GZF%27 HTTP/1.1" 200 None
2026-03-30 06:47:57 [bca.uk] INFO: Saving data for CJ25%20GZF: {'auction_closing_time': 1774951200.0, 'created_time': 1773821560.183698, 'last_price_update_time': 1774853277.015124}
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ25%2520GZF') HTTP/1.1" 204 0
2026-03-30 06:47:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2921288c-3cde-5553-aea4-fa07eda1a42f with identifier: BK23%20GNY
2026-03-30 06:47:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2921288c-3cde-5553-aea4-fa07eda1a42f with identifier: BK23%20GNY
2026-03-30 06:47:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2921288c-3cde-5553-aea4-fa07eda1a42f with identifier: BK23%20GNY to the API
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20GNY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2921288c-3cde-5553-aea4-fa07eda1a42f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 GNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20GNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 18026,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK4PC728093',
 'year': 2023}
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GNY%27 HTTP/1.1" 200 None
2026-03-30 06:47:57 [bca.uk] INFO: Saving data for BK23%20GNY: {'auction_closing_time': 1774864800.0, 'created_time': 1774478101.131377, 'last_price_update_time': 1774853277.398718}
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520GNY') HTTP/1.1" 204 0
2026-03-30 06:47:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with identifier: NL22%20GOJ
2026-03-30 06:47:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with identifier: NL22%20GOJ
2026-03-30 06:47:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5a3b819-c0fe-570e-8bdb-4a3dfa99458f with identifier: NL22%20GOJ to the API
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=106&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': None,
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'c5a3b819-c0fe-570e-8bdb-4a3dfa99458f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL22 GOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL22%20GOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW MOTORRAD',
 'model': 'R18',
 'odometer': 1573,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW MOTORRAD R18 MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'MOTORBIKE',
 'vin': 'WB10L1102M6E11866',
 'year': 2022}
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520GOJ%27 HTTP/1.1" 200 None
2026-03-30 06:47:57 [bca.uk] INFO: Saving data for NL22%20GOJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774476917.573124, 'last_price_update_time': 1774853277.71282}
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL22%2520GOJ') HTTP/1.1" 204 0
2026-03-30 06:47:57 [bca.uk] INFO: Found listing with ID: WM65%20NGY
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM65%2520NGY%27 HTTP/1.1" 200 None
2026-03-30 06:47:57 [bca.uk] INFO: Scrape type for WM65%20NGY: 2
2026-03-30 06:47:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c307c381-8712-5885-9ef4-0fb20d125fb0 with identifier: WM65%20NGY
2026-03-30 06:47:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c307c381-8712-5885-9ef4-0fb20d125fb0 with scrape type 2
2026-03-30 06:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c307c381-8712-5885-9ef4-0fb20d125fb0 with scrape type 2
2026-03-30 06:47:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c307c381-8712-5885-9ef4-0fb20d125fb0, identifier: WM65%20NGY
2026-03-30 06:47:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8615e756-983e-567a-84f9-55f15715f147 with identifier: YC16%20WHU
2026-03-30 06:47:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8615e756-983e-567a-84f9-55f15715f147 with identifier: YC16%20WHU
2026-03-30 06:47:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8615e756-983e-567a-84f9-55f15715f147 with identifier: YC16%20WHU to the API
2026-03-30 06:47:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC16%20WHU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8615e756-983e-567a-84f9-55f15715f147',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC16 WHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC16%20WHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 98288,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE TECH Hatchback',
 'transmission': 'manual',
 'trim': 'TD4 180 4WD SE TECH',
 'vin': 'SALVA2CNXGH139367',
 'year': 2016}
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520WHU%27 HTTP/1.1" 200 None
2026-03-30 06:47:58 [bca.uk] INFO: Saving data for YC16%20WHU: {'auction_closing_time': 1775037600.0, 'created_time': 1774477146.968438, 'last_price_update_time': 1774853278.124769}
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC16%2520WHU') HTTP/1.1" 204 0
2026-03-30 06:47:58 [bca.uk] INFO: Found listing with ID: WN75%20CVV
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520CVV%27 HTTP/1.1" 200 None
2026-03-30 06:47:58 [bca.uk] INFO: Scrape type for WN75%20CVV: 0
2026-03-30 06:47:58 [bca.uk] INFO: Found listing with ID: WN24%20KZZ
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520KZZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:58 [bca.uk] INFO: Scrape type for WN24%20KZZ: 2
2026-03-30 06:47:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c494a96a-18da-5efd-93cc-ca26bdabab3c with identifier: WN24%20KZZ
2026-03-30 06:47:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c494a96a-18da-5efd-93cc-ca26bdabab3c with scrape type 2
2026-03-30 06:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c494a96a-18da-5efd-93cc-ca26bdabab3c with scrape type 2
2026-03-30 06:47:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c494a96a-18da-5efd-93cc-ca26bdabab3c, identifier: WN24%20KZZ
2026-03-30 06:47:58 [bca.uk] INFO: Found listing with ID: WN71%20VUV
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN71%2520VUV%27 HTTP/1.1" 200 None
2026-03-30 06:47:58 [bca.uk] INFO: Scrape type for WN71%20VUV: 2
2026-03-30 06:47:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52cca001-8a5a-538f-99c6-5f4e8facbfcb with identifier: WN71%20VUV
2026-03-30 06:47:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52cca001-8a5a-538f-99c6-5f4e8facbfcb with scrape type 2
2026-03-30 06:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52cca001-8a5a-538f-99c6-5f4e8facbfcb with scrape type 2
2026-03-30 06:47:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52cca001-8a5a-538f-99c6-5f4e8facbfcb, identifier: WN71%20VUV
2026-03-30 06:47:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c307c381-8712-5885-9ef4-0fb20d125fb0 with identifier: WM65%20NGY
2026-03-30 06:47:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c307c381-8712-5885-9ef4-0fb20d125fb0 with identifier: WM65%20NGY
2026-03-30 06:47:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c307c381-8712-5885-9ef4-0fb20d125fb0 with identifier: WM65%20NGY to the API
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM65%20NGY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c307c381-8712-5885-9ef4-0fb20d125fb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM65 NGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM65%20NGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 85707,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 180 4WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 4WD TITANIUM',
 'vin': 'WF0AXXWPMAFP07338',
 'year': 2015}
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM65%2520NGY%27 HTTP/1.1" 200 None
2026-03-30 06:47:58 [bca.uk] INFO: Saving data for WM65%20NGY: {'auction_closing_time': 1774864800.0, 'created_time': 1774479193.108088, 'last_price_update_time': 1774853278.654607}
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM65%2520NGY') HTTP/1.1" 204 0
2026-03-30 06:47:58 [bca.uk] INFO: Found listing with ID: WX69%20UXG
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX69%2520UXG%27 HTTP/1.1" 200 None
2026-03-30 06:47:58 [bca.uk] INFO: Scrape type for WX69%20UXG: 2
2026-03-30 06:47:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a81d5350-224d-5ab6-abf5-84e49bdd3fbf with identifier: WX69%20UXG
2026-03-30 06:47:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a81d5350-224d-5ab6-abf5-84e49bdd3fbf with scrape type 2
2026-03-30 06:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a81d5350-224d-5ab6-abf5-84e49bdd3fbf with scrape type 2
2026-03-30 06:47:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a81d5350-224d-5ab6-abf5-84e49bdd3fbf, identifier: WX69%20UXG
2026-03-30 06:47:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c494a96a-18da-5efd-93cc-ca26bdabab3c with identifier: WN24%20KZZ
2026-03-30 06:47:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c494a96a-18da-5efd-93cc-ca26bdabab3c with identifier: WN24%20KZZ
2026-03-30 06:47:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c494a96a-18da-5efd-93cc-ca26bdabab3c with identifier: WN24%20KZZ to the API
2026-03-30 06:47:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN24%20KZZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c494a96a-18da-5efd-93cc-ca26bdabab3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN24 KZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN24%20KZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 28808,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTAXRPP86052',
 'year': 2024}
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520KZZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:59 [bca.uk] INFO: Saving data for WN24%20KZZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773986800.737152, 'last_price_update_time': 1774853279.08234}
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN24%2520KZZ') HTTP/1.1" 204 0
2026-03-30 06:47:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52cca001-8a5a-538f-99c6-5f4e8facbfcb with identifier: WN71%20VUV
2026-03-30 06:47:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52cca001-8a5a-538f-99c6-5f4e8facbfcb with identifier: WN71%20VUV
2026-03-30 06:47:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52cca001-8a5a-538f-99c6-5f4e8facbfcb with identifier: WN71%20VUV to the API
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN71%20VUV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '52cca001-8a5a-538f-99c6-5f4e8facbfcb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN71 VUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN71%20VUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 21088,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 ICONIC (50KW)',
 'vin': 'VF1AG000367841096',
 'year': 2021}
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN71%2520VUV%27 HTTP/1.1" 200 None
2026-03-30 06:47:59 [bca.uk] INFO: Saving data for WN71%20VUV: {'auction_closing_time': 1774951200.0, 'created_time': 1774304872.451532, 'last_price_update_time': 1774853279.383301}
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN71%2520VUV') HTTP/1.1" 204 0
2026-03-30 06:47:59 [bca.uk] INFO: Found listing with ID: YH61%20CKP
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH61%2520CKP%27 HTTP/1.1" 200 None
2026-03-30 06:47:59 [bca.uk] INFO: Scrape type for YH61%20CKP: 2
2026-03-30 06:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with identifier: YH61%20CKP
2026-03-30 06:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with scrape type 2
2026-03-30 06:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with scrape type 2
2026-03-30 06:47:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e730fcc7-2a16-5eec-a464-aad3cbbc02f8, identifier: YH61%20CKP
2026-03-30 06:47:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a81d5350-224d-5ab6-abf5-84e49bdd3fbf with identifier: WX69%20UXG
2026-03-30 06:47:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a81d5350-224d-5ab6-abf5-84e49bdd3fbf with identifier: WX69%20UXG
2026-03-30 06:47:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a81d5350-224d-5ab6-abf5-84e49bdd3fbf with identifier: WX69%20UXG to the API
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:47: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:47:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX69%20UXG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a81d5350-224d-5ab6-abf5-84e49bdd3fbf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX69 UXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX69%20UXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 31682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J664832',
 'year': 2019}
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX69%2520UXG%27 HTTP/1.1" 200 None
2026-03-30 06:47:59 [bca.uk] INFO: Saving data for WX69%20UXG: {'auction_closing_time': 1775124000.0, 'created_time': 1774477151.988724, 'last_price_update_time': 1774853279.812728}
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX69%2520UXG') HTTP/1.1" 204 0
2026-03-30 06:47:59 [bca.uk] INFO: Found listing with ID: NU60%20DNX
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU60%2520DNX%27 HTTP/1.1" 200 None
2026-03-30 06:47:59 [bca.uk] INFO: Scrape type for NU60%20DNX: 2
2026-03-30 06:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e562a786-4e83-5a92-b139-ec44c6b002b2 with identifier: NU60%20DNX
2026-03-30 06:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e562a786-4e83-5a92-b139-ec44c6b002b2 with scrape type 2
2026-03-30 06:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e562a786-4e83-5a92-b139-ec44c6b002b2 with scrape type 2
2026-03-30 06:47:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e562a786-4e83-5a92-b139-ec44c6b002b2, identifier: NU60%20DNX
2026-03-30 06:47:59 [bca.uk] INFO: Found listing with ID: WV71%20SYZ
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYZ%27 HTTP/1.1" 200 None
2026-03-30 06:47:59 [bca.uk] INFO: Scrape type for WV71%20SYZ: 2
2026-03-30 06:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3a91323-70d2-5822-9633-e83e313ebe7b with identifier: WV71%20SYZ
2026-03-30 06:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3a91323-70d2-5822-9633-e83e313ebe7b with scrape type 2
2026-03-30 06:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3a91323-70d2-5822-9633-e83e313ebe7b with scrape type 2
2026-03-30 06:48:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3a91323-70d2-5822-9633-e83e313ebe7b, identifier: WV71%20SYZ
2026-03-30 06:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:48:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with identifier: YH61%20CKP
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=reef+blue HTTP/1.1" 200 None
2026-03-30 06:48:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:48:00 [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:48:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with identifier: YH61%20CKP
2026-03-30 06:48:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e730fcc7-2a16-5eec-a464-aad3cbbc02f8 with identifier: YH61%20CKP to the API
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH61%20CKP-GB',
 'category': 'Car',
 'color': 'reef blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e730fcc7-2a16-5eec-a464-aad3cbbc02f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH61 CKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH61%20CKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER CLUBMAN',
 'odometer': 45135,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER CLUBMAN 2.0 D HAMPTON Estate',
 'transmission': 'automatic',
 'trim': 'D HAMPTON',
 'vin': 'WMWXE520X0T146184',
 'year': 2011}
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH61%2520CKP%27 HTTP/1.1" 200 None
2026-03-30 06:48:00 [bca.uk] INFO: Saving data for YH61%20CKP: {'auction_closing_time': 1774864800.0, 'created_time': 1774045151.709203, 'last_price_update_time': 1774853280.531254}
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH61%2520CKP') HTTP/1.1" 204 0
2026-03-30 06:48:00 [bca.uk] INFO: Found listing with ID: CA68%20NBN
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA68%2520NBN%27 HTTP/1.1" 200 None
2026-03-30 06:48:00 [bca.uk] INFO: Scrape type for CA68%20NBN: 2
2026-03-30 06:48:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 633dcc8c-1839-5714-ab79-df07e047e7cc with identifier: CA68%20NBN
2026-03-30 06:48:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 633dcc8c-1839-5714-ab79-df07e047e7cc with scrape type 2
2026-03-30 06:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 633dcc8c-1839-5714-ab79-df07e047e7cc with scrape type 2
2026-03-30 06:48:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 633dcc8c-1839-5714-ab79-df07e047e7cc, identifier: CA68%20NBN
2026-03-30 06:48:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e562a786-4e83-5a92-b139-ec44c6b002b2 with identifier: NU60%20DNX
2026-03-30 06:48:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e562a786-4e83-5a92-b139-ec44c6b002b2 with identifier: NU60%20DNX
2026-03-30 06:48:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e562a786-4e83-5a92-b139-ec44c6b002b2 with identifier: NU60%20DNX to the API
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU60%20DNX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e562a786-4e83-5a92-b139-ec44c6b002b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU60 DNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU60%20DNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA',
 'odometer': 159759,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA 1.6 VVT 115 EXCLUSIV MPV',
 'transmission': 'manual',
 'trim': 'VVT 115 EXCLUSIV',
 'vin': 'W0L0AHM75B2006334',
 'year': 2010}
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU60%2520DNX%27 HTTP/1.1" 200 None
2026-03-30 06:48:00 [bca.uk] INFO: Saving data for NU60%20DNX: {'auction_closing_time': 1774864800.0, 'created_time': 1774477127.701808, 'last_price_update_time': 1774853280.944413}
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU60%2520DNX') HTTP/1.1" 204 0
2026-03-30 06:48:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3a91323-70d2-5822-9633-e83e313ebe7b with identifier: WV71%20SYZ
2026-03-30 06:48:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3a91323-70d2-5822-9633-e83e313ebe7b with identifier: WV71%20SYZ
2026-03-30 06:48:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3a91323-70d2-5822-9633-e83e313ebe7b with identifier: WV71%20SYZ to the API
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV71%20SYZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd3a91323-70d2-5822-9633-e83e313ebe7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV71 SYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV71%20SYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 27114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 ICONIC (50KW)',
 'vin': 'VF1AG000767621881',
 'year': 2021}
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV71%2520SYZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:01 [bca.uk] INFO: Saving data for WV71%20SYZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774392176.106396, 'last_price_update_time': 1774853281.271637}
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV71%2520SYZ') HTTP/1.1" 204 0
2026-03-30 06:48:01 [bca.uk] INFO: Found listing with ID: EX70%20PYS
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX70%2520PYS%27 HTTP/1.1" 200 None
2026-03-30 06:48:01 [bca.uk] INFO: Scrape type for EX70%20PYS: 2
2026-03-30 06:48:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c075daf-67f2-5e83-9626-1b7623cd6a20 with identifier: EX70%20PYS
2026-03-30 06:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c075daf-67f2-5e83-9626-1b7623cd6a20 with scrape type 2
2026-03-30 06:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c075daf-67f2-5e83-9626-1b7623cd6a20 with scrape type 2
2026-03-30 06:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c075daf-67f2-5e83-9626-1b7623cd6a20, identifier: EX70%20PYS
2026-03-30 06:48:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 633dcc8c-1839-5714-ab79-df07e047e7cc with identifier: CA68%20NBN
2026-03-30 06:48:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 633dcc8c-1839-5714-ab79-df07e047e7cc with identifier: CA68%20NBN
2026-03-30 06:48:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 633dcc8c-1839-5714-ab79-df07e047e7cc with identifier: CA68%20NBN to the API
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA68%20NBN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '633dcc8c-1839-5714-ab79-df07e047e7cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CA68 NBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA68%20NBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 91189,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 180 PORTFOLIO Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 PORTFOLIO',
 'vin': 'SAJAB4AN8KCP50801',
 'year': 2018}
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA68%2520NBN%27 HTTP/1.1" 200 None
2026-03-30 06:48:01 [bca.uk] INFO: Saving data for CA68%20NBN: {'auction_closing_time': 1775124000.0, 'created_time': 1774477135.262096, 'last_price_update_time': 1774853281.704497}
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA68%2520NBN') HTTP/1.1" 204 0
2026-03-30 06:48:01 [bca.uk] INFO: Found listing with ID: HY60%20OHT
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY60%2520OHT%27 HTTP/1.1" 200 None
2026-03-30 06:48:01 [bca.uk] INFO: Scrape type for HY60%20OHT: 2
2026-03-30 06:48:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94746625-fffb-5c78-b7d6-0e49201305cd with identifier: HY60%20OHT
2026-03-30 06:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94746625-fffb-5c78-b7d6-0e49201305cd with scrape type 2
2026-03-30 06:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94746625-fffb-5c78-b7d6-0e49201305cd with scrape type 2
2026-03-30 06:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94746625-fffb-5c78-b7d6-0e49201305cd, identifier: HY60%20OHT
2026-03-30 06:48:01 [bca.uk] INFO: Found listing with ID: WP71%20XJW
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJW%27 HTTP/1.1" 200 None
2026-03-30 06:48:01 [bca.uk] INFO: Scrape type for WP71%20XJW: 2
2026-03-30 06:48:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 545e5c18-fa87-5663-8904-c462763548a1 with identifier: WP71%20XJW
2026-03-30 06:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 545e5c18-fa87-5663-8904-c462763548a1 with scrape type 2
2026-03-30 06:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 545e5c18-fa87-5663-8904-c462763548a1 with scrape type 2
2026-03-30 06:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 545e5c18-fa87-5663-8904-c462763548a1, identifier: WP71%20XJW
2026-03-30 06:48:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c075daf-67f2-5e83-9626-1b7623cd6a20 with identifier: EX70%20PYS
2026-03-30 06:48:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c075daf-67f2-5e83-9626-1b7623cd6a20 with identifier: EX70%20PYS
2026-03-30 06:48:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c075daf-67f2-5e83-9626-1b7623cd6a20 with identifier: EX70%20PYS to the API
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX70%20PYS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2c075daf-67f2-5e83-9626-1b7623cd6a20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX70 PYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX70%20PYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 75555,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 SRI',
 'vin': 'VXKUPHNKKL4334769',
 'year': 2020}
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX70%2520PYS%27 HTTP/1.1" 200 None
2026-03-30 06:48:02 [bca.uk] INFO: Saving data for EX70%20PYS: {'auction_closing_time': 1774864800.0, 'created_time': 1774303862.433736, 'last_price_update_time': 1774853282.246669}
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX70%2520PYS') HTTP/1.1" 204 0
2026-03-30 06:48:02 [bca.uk] INFO: Found listing with ID: GU68%20EZO
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520EZO%27 HTTP/1.1" 200 None
2026-03-30 06:48:02 [bca.uk] INFO: Scrape type for GU68%20EZO: 2
2026-03-30 06:48:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf39017b-133c-596c-b1e2-dc851c75813b with identifier: GU68%20EZO
2026-03-30 06:48:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf39017b-133c-596c-b1e2-dc851c75813b with scrape type 2
2026-03-30 06:48:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf39017b-133c-596c-b1e2-dc851c75813b with scrape type 2
2026-03-30 06:48:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf39017b-133c-596c-b1e2-dc851c75813b, identifier: GU68%20EZO
2026-03-30 06:48:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94746625-fffb-5c78-b7d6-0e49201305cd with identifier: HY60%20OHT
2026-03-30 06:48:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94746625-fffb-5c78-b7d6-0e49201305cd with identifier: HY60%20OHT
2026-03-30 06:48:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94746625-fffb-5c78-b7d6-0e49201305cd with identifier: HY60%20OHT to the API
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY60%20OHT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '94746625-fffb-5c78-b7d6-0e49201305cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY60 OHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY60%20OHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '320D',
 'odometer': 138665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 184 ES Saloon',
 'transmission': 'manual',
 'trim': '184 ES',
 'vin': 'WBAPP12030A916272',
 'year': 2010}
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY60%2520OHT%27 HTTP/1.1" 200 None
2026-03-30 06:48:02 [bca.uk] INFO: Saving data for HY60%20OHT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477172.51997, 'last_price_update_time': 1774853282.758856}
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY60%2520OHT') HTTP/1.1" 204 0
2026-03-30 06:48:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 545e5c18-fa87-5663-8904-c462763548a1 with identifier: WP71%20XJW
2026-03-30 06:48:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 545e5c18-fa87-5663-8904-c462763548a1 with identifier: WP71%20XJW
2026-03-30 06:48:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 545e5c18-fa87-5663-8904-c462763548a1 with identifier: WP71%20XJW to the API
2026-03-30 06:48:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20XJW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '545e5c18-fa87-5663-8904-c462763548a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP71 XJW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20XJW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 20850,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 110 ICONIC (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 110 ICONIC (50KW)',
 'vin': 'VF1AG000768488274',
 'year': 2021}
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520XJW%27 HTTP/1.1" 200 None
2026-03-30 06:48:03 [bca.uk] INFO: Saving data for WP71%20XJW: {'auction_closing_time': 1774951200.0, 'created_time': 1774390460.384213, 'last_price_update_time': 1774853283.08102}
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520XJW') HTTP/1.1" 204 0
2026-03-30 06:48:03 [bca.uk] INFO: Found listing with ID: FV21%20KFD
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520KFD%27 HTTP/1.1" 200 None
2026-03-30 06:48:03 [bca.uk] INFO: Scrape type for FV21%20KFD: 2
2026-03-30 06:48:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with identifier: FV21%20KFD
2026-03-30 06:48:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with scrape type 2
2026-03-30 06:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with scrape type 2
2026-03-30 06:48:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 756e9f9d-7648-5a5f-9e5b-7b6a3f587108, identifier: FV21%20KFD
2026-03-30 06:48:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf39017b-133c-596c-b1e2-dc851c75813b with identifier: GU68%20EZO
2026-03-30 06:48:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf39017b-133c-596c-b1e2-dc851c75813b with identifier: GU68%20EZO
2026-03-30 06:48:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf39017b-133c-596c-b1e2-dc851c75813b with identifier: GU68%20EZO to the API
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU68%20EZO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cf39017b-133c-596c-b1e2-dc851c75813b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU68 EZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU68%20EZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 60494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 AMG LINE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDC1569432J569565',
 'year': 2018}
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU68%2520EZO%27 HTTP/1.1" 200 None
2026-03-30 06:48:03 [bca.uk] INFO: Saving data for GU68%20EZO: {'auction_closing_time': 1775124000.0, 'created_time': 1774477138.296971, 'last_price_update_time': 1774853283.483969}
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU68%2520EZO') HTTP/1.1" 204 0
2026-03-30 06:48:03 [bca.uk] INFO: Found listing with ID: FE23%20YCO
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520YCO%27 HTTP/1.1" 200 None
2026-03-30 06:48:03 [bca.uk] INFO: Scrape type for FE23%20YCO: 2
2026-03-30 06:48:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf59ada6-c186-53be-94be-461fb21aebe4 with identifier: FE23%20YCO
2026-03-30 06:48:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf59ada6-c186-53be-94be-461fb21aebe4 with scrape type 2
2026-03-30 06:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf59ada6-c186-53be-94be-461fb21aebe4 with scrape type 2
2026-03-30 06:48:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf59ada6-c186-53be-94be-461fb21aebe4, identifier: FE23%20YCO
2026-03-30 06:48:03 [bca.uk] INFO: Found listing with ID: KT06%20KZK
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT06%2520KZK%27 HTTP/1.1" 200 None
2026-03-30 06:48:03 [bca.uk] INFO: Scrape type for KT06%20KZK: 2
2026-03-30 06:48:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5b2578b-2c16-512c-a3b5-ed596944cd7e with identifier: KT06%20KZK
2026-03-30 06:48:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5b2578b-2c16-512c-a3b5-ed596944cd7e with scrape type 2
2026-03-30 06:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5b2578b-2c16-512c-a3b5-ed596944cd7e with scrape type 2
2026-03-30 06:48:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5b2578b-2c16-512c-a3b5-ed596944cd7e, identifier: KT06%20KZK
2026-03-30 06:48:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with identifier: FV21%20KFD
2026-03-30 06:48:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with identifier: FV21%20KFD
2026-03-30 06:48:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 756e9f9d-7648-5a5f-9e5b-7b6a3f587108 with identifier: FV21%20KFD to the API
2026-03-30 06:48:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV21%20KFD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '756e9f9d-7648-5a5f-9e5b-7b6a3f587108',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV21 KFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV21%20KFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'A35 AMG',
 'odometer': 49837,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A35 AMG 2.0 4MATIC PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': '4MATIC PREMIUM PLUS DCT',
 'vin': 'W1K1770512N237855',
 'year': 2021}
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520KFD%27 HTTP/1.1" 200 None
2026-03-30 06:48:04 [bca.uk] INFO: Saving data for FV21%20KFD: {'auction_closing_time': 1774864800.0, 'created_time': 1774045273.716611, 'last_price_update_time': 1774853284.042346}
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV21%2520KFD') HTTP/1.1" 204 0
2026-03-30 06:48:04 [bca.uk] INFO: Found listing with ID: MC17%20KHM
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC17%2520KHM%27 HTTP/1.1" 200 None
2026-03-30 06:48:04 [bca.uk] INFO: Scrape type for MC17%20KHM: 2
2026-03-30 06:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with identifier: MC17%20KHM
2026-03-30 06:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with scrape type 2
2026-03-30 06:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with scrape type 2
2026-03-30 06:48:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74d8b9a3-baad-5770-9ee7-c74dd8fdb576, identifier: MC17%20KHM
2026-03-30 06:48:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf59ada6-c186-53be-94be-461fb21aebe4 with identifier: FE23%20YCO
2026-03-30 06:48:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf59ada6-c186-53be-94be-461fb21aebe4 with identifier: FE23%20YCO
2026-03-30 06:48:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf59ada6-c186-53be-94be-461fb21aebe4 with identifier: FE23%20YCO to the API
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20YCO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bf59ada6-c186-53be-94be-461fb21aebe4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE23 YCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20YCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 19310,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRANJ41268',
 'year': 2023}
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520YCO%27 HTTP/1.1" 200 None
2026-03-30 06:48:04 [bca.uk] INFO: Saving data for FE23%20YCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774265058.127291, 'last_price_update_time': 1774853284.517839}
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520YCO') HTTP/1.1" 204 0
2026-03-30 06:48:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5b2578b-2c16-512c-a3b5-ed596944cd7e with identifier: KT06%20KZK
2026-03-30 06:48:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5b2578b-2c16-512c-a3b5-ed596944cd7e with identifier: KT06%20KZK
2026-03-30 06:48:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5b2578b-2c16-512c-a3b5-ed596944cd7e with identifier: KT06%20KZK to the API
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT06%20KZK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e5b2578b-2c16-512c-a3b5-ed596944cd7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT06 KZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT06%20KZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 96272,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C180 1.8 K AVANTGARDE SE Saloon',
 'transmission': 'manual',
 'trim': 'K AVANTGARDE SE',
 'vin': 'WDC2030462R229718',
 'year': 2006}
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT06%2520KZK%27 HTTP/1.1" 200 None
2026-03-30 06:48:04 [bca.uk] INFO: Saving data for KT06%20KZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774363676.282574, 'last_price_update_time': 1774853284.823326}
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT06%2520KZK') HTTP/1.1" 204 0
2026-03-30 06:48:04 [bca.uk] INFO: Total items found: 100
2026-03-30 06:48:04 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded
2026-03-30 06:48:04 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:48:04 [bca.uk] INFO: Found listing with ID: GL66%20DZX
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL66%2520DZX%27 HTTP/1.1" 200 None
2026-03-30 06:48:04 [bca.uk] INFO: Scrape type for GL66%20DZX: 2
2026-03-30 06:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with identifier: GL66%20DZX
2026-03-30 06:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with scrape type 2
2026-03-30 06:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with scrape type 2
2026-03-30 06:48:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fcc1e6d-d7c4-5e12-b8ee-e40777080243, identifier: GL66%20DZX
2026-03-30 06:48:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with identifier: MC17%20KHM
2026-03-30 06:48:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with identifier: MC17%20KHM
2026-03-30 06:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74d8b9a3-baad-5770-9ee7-c74dd8fdb576 with identifier: MC17%20KHM to the API
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC17%20KHM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74d8b9a3-baad-5770-9ee7-c74dd8fdb576',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC17 KHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC17%20KHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 85505,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE PREMIUM PLUS 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 9G',
 'vin': 'WDD2130042A312071',
 'year': 2017}
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC17%2520KHM%27 HTTP/1.1" 200 None
2026-03-30 06:48:05 [bca.uk] INFO: Saving data for MC17%20KHM: {'auction_closing_time': 1775124000.0, 'created_time': 1774477117.659415, 'last_price_update_time': 1774853285.256603}
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC17%2520KHM') HTTP/1.1" 204 0
2026-03-30 06:48:05 [bca.uk] INFO: Found listing with ID: WO74%20DTV
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO74%2520DTV%27 HTTP/1.1" 200 None
2026-03-30 06:48:05 [bca.uk] INFO: Scrape type for WO74%20DTV: 0
2026-03-30 06:48:05 [bca.uk] INFO: Found listing with ID: NG64%20WKZ
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG64%2520WKZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:05 [bca.uk] INFO: Scrape type for NG64%20WKZ: 0
2026-03-30 06:48:05 [bca.uk] INFO: Found listing with ID: BN08%20AHA
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN08%2520AHA%27 HTTP/1.1" 200 None
2026-03-30 06:48:05 [bca.uk] INFO: Scrape type for BN08%20AHA: 2
2026-03-30 06:48:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with identifier: BN08%20AHA
2026-03-30 06:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with scrape type 2
2026-03-30 06:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with scrape type 2
2026-03-30 06:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c7505a6-2f42-5e4f-b3a6-6a68755a119f, identifier: BN08%20AHA
2026-03-30 06:48:05 [bca.uk] INFO: Found listing with ID: WV23%20YEX
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YEX%27 HTTP/1.1" 200 None
2026-03-30 06:48:05 [bca.uk] INFO: Scrape type for WV23%20YEX: 2
2026-03-30 06:48:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b78d5477-6b62-5289-93bd-b1c1857f47ac with identifier: WV23%20YEX
2026-03-30 06:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b78d5477-6b62-5289-93bd-b1c1857f47ac with scrape type 2
2026-03-30 06:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b78d5477-6b62-5289-93bd-b1c1857f47ac with scrape type 2
2026-03-30 06:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b78d5477-6b62-5289-93bd-b1c1857f47ac, identifier: WV23%20YEX
2026-03-30 06:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:48:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with identifier: GL66%20DZX
2026-03-30 06:48:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with identifier: GL66%20DZX
2026-03-30 06:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fcc1e6d-d7c4-5e12-b8ee-e40777080243 with identifier: GL66%20DZX to the API
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL66%20DZX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1fcc1e6d-d7c4-5e12-b8ee-e40777080243',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL66 DZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL66%20DZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 88309,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 HSE DYNAMIC',
 'vin': 'SALWA2KE5GA115251',
 'year': 2016}
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL66%2520DZX%27 HTTP/1.1" 200 None
2026-03-30 06:48:05 [bca.uk] INFO: Saving data for GL66%20DZX: {'auction_closing_time': 1774864800.0, 'created_time': 1774478929.957972, 'last_price_update_time': 1774853285.831556}
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL66%2520DZX') HTTP/1.1" 204 0
2026-03-30 06:48:05 [bca.uk] INFO: Found listing with ID: NA69%20AOL
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520AOL%27 HTTP/1.1" 200 None
2026-03-30 06:48:05 [bca.uk] INFO: Scrape type for NA69%20AOL: 2
2026-03-30 06:48:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6e17186-62f0-5681-b1f1-30a01d08f6da with identifier: NA69%20AOL
2026-03-30 06:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6e17186-62f0-5681-b1f1-30a01d08f6da with scrape type 2
2026-03-30 06:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6e17186-62f0-5681-b1f1-30a01d08f6da with scrape type 2
2026-03-30 06:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6e17186-62f0-5681-b1f1-30a01d08f6da, identifier: NA69%20AOL
2026-03-30 06:48:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with identifier: BN08%20AHA
2026-03-30 06:48:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with identifier: BN08%20AHA
2026-03-30 06:48:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c7505a6-2f42-5e4f-b3a6-6a68755a119f with identifier: BN08%20AHA to the API
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 374,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN08%20AHA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0c7505a6-2f42-5e4f-b3a6-6a68755a119f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN08 AHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN08%20AHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 95893,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 4.2 V8 SUPERCHARGED 1ST EDITION StationWagon',
 'transmission': 'automatic',
 'trim': 'V8 SUPERCHARGED 1ST EDITION',
 'vin': 'SALLSAA338A166050',
 'year': 2008}
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN08%2520AHA%27 HTTP/1.1" 200 None
2026-03-30 06:48:06 [bca.uk] INFO: Saving data for BN08%20AHA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477119.013223, 'last_price_update_time': 1774853286.28708}
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN08%2520AHA') HTTP/1.1" 204 0
2026-03-30 06:48:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b78d5477-6b62-5289-93bd-b1c1857f47ac with identifier: WV23%20YEX
2026-03-30 06:48:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b78d5477-6b62-5289-93bd-b1c1857f47ac with identifier: WV23%20YEX
2026-03-30 06:48:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b78d5477-6b62-5289-93bd-b1c1857f47ac with identifier: WV23%20YEX to the API
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV23%20YEX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b78d5477-6b62-5289-93bd-b1c1857f47ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WV23 YEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV23%20YEX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 44388,
 'odometer_reading_unit': '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': 'LRWYHCFS8PC754890',
 'year': 2023}
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520YEX%27 HTTP/1.1" 200 None
2026-03-30 06:48:06 [bca.uk] INFO: Saving data for WV23%20YEX: {'auction_closing_time': 1774864800.0, 'created_time': 1774447414.602575, 'last_price_update_time': 1774853286.66549}
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV23%2520YEX') HTTP/1.1" 204 0
2026-03-30 06:48:06 [bca.uk] INFO: Found listing with ID: DF16%20EWJ
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520EWJ%27 HTTP/1.1" 200 None
2026-03-30 06:48:06 [bca.uk] INFO: Scrape type for DF16%20EWJ: 2
2026-03-30 06:48:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52889fbf-1517-528d-ab96-ff01ee0c225d with identifier: DF16%20EWJ
2026-03-30 06:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52889fbf-1517-528d-ab96-ff01ee0c225d with scrape type 2
2026-03-30 06:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52889fbf-1517-528d-ab96-ff01ee0c225d with scrape type 2
2026-03-30 06:48:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52889fbf-1517-528d-ab96-ff01ee0c225d, identifier: DF16%20EWJ
2026-03-30 06:48:06 [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:48:06 [bca.uk] INFO: Found listing with ID: KS17%20VUM
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS17%2520VUM%27 HTTP/1.1" 200 None
2026-03-30 06:48:06 [bca.uk] INFO: Scrape type for KS17%20VUM: 2
2026-03-30 06:48:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62f63200-e3be-50e6-89cb-14ccfc882da1 with identifier: KS17%20VUM
2026-03-30 06:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62f63200-e3be-50e6-89cb-14ccfc882da1 with scrape type 2
2026-03-30 06:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62f63200-e3be-50e6-89cb-14ccfc882da1 with scrape type 2
2026-03-30 06:48:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62f63200-e3be-50e6-89cb-14ccfc882da1, identifier: KS17%20VUM
2026-03-30 06:48:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6e17186-62f0-5681-b1f1-30a01d08f6da with identifier: NA69%20AOL
2026-03-30 06:48:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6e17186-62f0-5681-b1f1-30a01d08f6da with identifier: NA69%20AOL
2026-03-30 06:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6e17186-62f0-5681-b1f1-30a01d08f6da with identifier: NA69%20AOL to the API
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA69%20AOL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c6e17186-62f0-5681-b1f1-30a01d08f6da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA69 AOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA69%20AOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 41733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 75 GRIFFIN Hatchback',
 'transmission': 'manual',
 'trim': '75 GRIFFIN',
 'vin': 'W0V0XEP68K4445398',
 'year': 2019}
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48: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%2520AOL%27 HTTP/1.1" 200 None
2026-03-30 06:48:07 [bca.uk] INFO: Saving data for NA69%20AOL: {'auction_closing_time': 1775124000.0, 'created_time': 1774477121.439028, 'last_price_update_time': 1774853287.191664}
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520AOL') HTTP/1.1" 204 0
2026-03-30 06:48:07 [bca.uk] INFO: Found listing with ID: CV64%20WNG
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520WNG%27 HTTP/1.1" 200 None
2026-03-30 06:48:07 [bca.uk] INFO: Scrape type for CV64%20WNG: 2
2026-03-30 06:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17e25561-2b71-5969-a944-6976aa7512a1 with identifier: CV64%20WNG
2026-03-30 06:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17e25561-2b71-5969-a944-6976aa7512a1 with scrape type 2
2026-03-30 06:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17e25561-2b71-5969-a944-6976aa7512a1 with scrape type 2
2026-03-30 06:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17e25561-2b71-5969-a944-6976aa7512a1, identifier: CV64%20WNG
2026-03-30 06:48:07 [bca.uk] INFO: Found listing with ID: GK56%20OMR
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK56%2520OMR%27 HTTP/1.1" 200 None
2026-03-30 06:48:07 [bca.uk] INFO: Scrape type for GK56%20OMR: 2
2026-03-30 06:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d687e46a-e104-50fe-af83-0a4495f6987a with identifier: GK56%20OMR
2026-03-30 06:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d687e46a-e104-50fe-af83-0a4495f6987a with scrape type 2
2026-03-30 06:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d687e46a-e104-50fe-af83-0a4495f6987a with scrape type 2
2026-03-30 06:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d687e46a-e104-50fe-af83-0a4495f6987a, identifier: GK56%20OMR
2026-03-30 06:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52889fbf-1517-528d-ab96-ff01ee0c225d with identifier: DF16%20EWJ
2026-03-30 06:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52889fbf-1517-528d-ab96-ff01ee0c225d with identifier: DF16%20EWJ
2026-03-30 06:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52889fbf-1517-528d-ab96-ff01ee0c225d with identifier: DF16%20EWJ to the API
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF16%20EWJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52889fbf-1517-528d-ab96-ff01ee0c225d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF16 EWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF16%20EWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 82254,
 'odometer_reading_unit': '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 2.0 CRDI AWD KX-2 StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI AWD KX-2',
 'vin': 'U5YPH813SGL099218',
 'year': 2016}
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520EWJ%27 HTTP/1.1" 200 None
2026-03-30 06:48:07 [bca.uk] INFO: Saving data for DF16%20EWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774447308.566282, 'last_price_update_time': 1774853287.745934}
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF16%2520EWJ') HTTP/1.1" 204 0
2026-03-30 06:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62f63200-e3be-50e6-89cb-14ccfc882da1 with identifier: KS17%20VUM
2026-03-30 06:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62f63200-e3be-50e6-89cb-14ccfc882da1 with identifier: KS17%20VUM
2026-03-30 06:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62f63200-e3be-50e6-89cb-14ccfc882da1 with identifier: KS17%20VUM to the API
2026-03-30 06:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS17%20VUM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '62f63200-e3be-50e6-89cb-14ccfc882da1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS17 VUM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS17%20VUM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 102778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 2.0 TDI 150 FR TECHNOLOGY Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 FR TECHNOLOGY',
 'vin': 'VSSZZZ5FZHR060116',
 'year': 2017}
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS17%2520VUM%27 HTTP/1.1" 200 None
2026-03-30 06:48:08 [bca.uk] INFO: Saving data for KS17%20VUM: {'auction_closing_time': 1774864800.0, 'created_time': 1774303848.560041, 'last_price_update_time': 1774853288.045607}
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS17%2520VUM') HTTP/1.1" 204 0
2026-03-30 06:48:08 [bca.uk] INFO: Found listing with ID: MD69%20TWV
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD69%2520TWV%27 HTTP/1.1" 200 None
2026-03-30 06:48:08 [bca.uk] INFO: Scrape type for MD69%20TWV: 2
2026-03-30 06:48:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67d2638d-78eb-5574-bfdf-09f92f7ea310 with identifier: MD69%20TWV
2026-03-30 06:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d2638d-78eb-5574-bfdf-09f92f7ea310 with scrape type 2
2026-03-30 06:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67d2638d-78eb-5574-bfdf-09f92f7ea310 with scrape type 2
2026-03-30 06:48:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 67d2638d-78eb-5574-bfdf-09f92f7ea310, identifier: MD69%20TWV
2026-03-30 06:48:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17e25561-2b71-5969-a944-6976aa7512a1 with identifier: CV64%20WNG
2026-03-30 06:48:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17e25561-2b71-5969-a944-6976aa7512a1 with identifier: CV64%20WNG
2026-03-30 06:48:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17e25561-2b71-5969-a944-6976aa7512a1 with identifier: CV64%20WNG to the API
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '17e25561-2b71-5969-a944-6976aa7512a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV64 WNG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV64%20WNG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '320D',
 'odometer': 130027,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT Saloon',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA3D32080J371415',
 'year': 2014}
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV64%2520WNG%27 HTTP/1.1" 200 None
2026-03-30 06:48:08 [bca.uk] INFO: Saving data for CV64%20WNG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477310.848782, 'last_price_update_time': 1774853288.506304}
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV64%2520WNG') HTTP/1.1" 204 0
2026-03-30 06:48:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d687e46a-e104-50fe-af83-0a4495f6987a with identifier: GK56%20OMR
2026-03-30 06:48:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d687e46a-e104-50fe-af83-0a4495f6987a with identifier: GK56%20OMR
2026-03-30 06:48:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d687e46a-e104-50fe-af83-0a4495f6987a with identifier: GK56%20OMR to the API
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK56%20OMR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd687e46a-e104-50fe-af83-0a4495f6987a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK56 OMR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK56%20OMR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'COROLLA VERSO',
 'odometer': 221749,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA VERSO 2.2 D-4D T3 MPV',
 'transmission': 'manual',
 'trim': 'D-4D T3',
 'vin': 'NMTEA16R20R052644',
 'year': 2006}
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK56%2520OMR%27 HTTP/1.1" 200 None
2026-03-30 06:48:08 [bca.uk] INFO: Saving data for GK56%20OMR: {'auction_closing_time': 1774864800.0, 'created_time': 1774447409.212467, 'last_price_update_time': 1774853288.801055}
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK56%2520OMR') HTTP/1.1" 204 0
2026-03-30 06:48:08 [bca.uk] INFO: Found listing with ID: BD74%20SMO
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520SMO%27 HTTP/1.1" 200 None
2026-03-30 06:48:08 [bca.uk] INFO: Scrape type for BD74%20SMO: 2
2026-03-30 06:48:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79dbe523-6624-5955-bf60-63c485fbdc02 with identifier: BD74%20SMO
2026-03-30 06:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79dbe523-6624-5955-bf60-63c485fbdc02 with scrape type 2
2026-03-30 06:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79dbe523-6624-5955-bf60-63c485fbdc02 with scrape type 2
2026-03-30 06:48:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 79dbe523-6624-5955-bf60-63c485fbdc02, identifier: BD74%20SMO
2026-03-30 06:48:08 [bca.uk] INFO: Found listing with ID: KU67%20OWA
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520OWA%27 HTTP/1.1" 200 None
2026-03-30 06:48:08 [bca.uk] INFO: Scrape type for KU67%20OWA: 2
2026-03-30 06:48:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38ea26b7-977d-50d0-82e4-834b7b0eda40 with identifier: KU67%20OWA
2026-03-30 06:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38ea26b7-977d-50d0-82e4-834b7b0eda40 with scrape type 2
2026-03-30 06:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38ea26b7-977d-50d0-82e4-834b7b0eda40 with scrape type 2
2026-03-30 06:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38ea26b7-977d-50d0-82e4-834b7b0eda40, identifier: KU67%20OWA
2026-03-30 06:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 67d2638d-78eb-5574-bfdf-09f92f7ea310 with identifier: MD69%20TWV
2026-03-30 06:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 67d2638d-78eb-5574-bfdf-09f92f7ea310 with identifier: MD69%20TWV
2026-03-30 06:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 67d2638d-78eb-5574-bfdf-09f92f7ea310 with identifier: MD69%20TWV to the API
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD69%20TWV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '67d2638d-78eb-5574-bfdf-09f92f7ea310',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD69 TWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD69%20TWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 37369,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF0NXXGCHNKJ37446',
 'year': 2020}
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD69%2520TWV%27 HTTP/1.1" 200 None
2026-03-30 06:48:09 [bca.uk] INFO: Saving data for MD69%20TWV: {'auction_closing_time': 1775124000.0, 'created_time': 1774477106.928915, 'last_price_update_time': 1774853289.337953}
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD69%2520TWV') HTTP/1.1" 204 0
2026-03-30 06:48:09 [bca.uk] INFO: Found listing with ID: WL65%20DVH
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL65%2520DVH%27 HTTP/1.1" 200 None
2026-03-30 06:48:09 [bca.uk] INFO: Scrape type for WL65%20DVH: 2
2026-03-30 06:48:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd10df12-3242-530f-b537-f49464b07ea9 with identifier: WL65%20DVH
2026-03-30 06:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd10df12-3242-530f-b537-f49464b07ea9 with scrape type 2
2026-03-30 06:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd10df12-3242-530f-b537-f49464b07ea9 with scrape type 2
2026-03-30 06:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd10df12-3242-530f-b537-f49464b07ea9, identifier: WL65%20DVH
2026-03-30 06:48:09 [bca.uk] INFO: Found listing with ID: WP72%20PHU
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520PHU%27 HTTP/1.1" 200 None
2026-03-30 06:48:09 [bca.uk] INFO: Scrape type for WP72%20PHU: 2
2026-03-30 06:48:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with identifier: WP72%20PHU
2026-03-30 06:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with scrape type 2
2026-03-30 06:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with scrape type 2
2026-03-30 06:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5, identifier: WP72%20PHU
2026-03-30 06:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 79dbe523-6624-5955-bf60-63c485fbdc02 with identifier: BD74%20SMO
2026-03-30 06:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 79dbe523-6624-5955-bf60-63c485fbdc02 with identifier: BD74%20SMO
2026-03-30 06:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 79dbe523-6624-5955-bf60-63c485fbdc02 with identifier: BD74%20SMO to the API
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD74%20SMO-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': '79dbe523-6624-5955-bf60-63c485fbdc02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD74 SMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD74%20SMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 7842,
 'odometer_reading_unit': '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.6 E-T FHEV 145 ESPRIT ALPINE Hatchback',
 'transmission': 'automatic',
 'trim': 'E-T FHEV 145 ESPRIT ALPINE',
 'vin': 'VF1RJA00473666747',
 'year': 2024}
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD74%2520SMO%27 HTTP/1.1" 200 None
2026-03-30 06:48:09 [bca.uk] INFO: Saving data for BD74%20SMO: {'auction_closing_time': 1774951200.0, 'created_time': 1774447356.196532, 'last_price_update_time': 1774853289.885564}
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD74%2520SMO') HTTP/1.1" 204 0
2026-03-30 06:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38ea26b7-977d-50d0-82e4-834b7b0eda40 with identifier: KU67%20OWA
2026-03-30 06:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38ea26b7-977d-50d0-82e4-834b7b0eda40 with identifier: KU67%20OWA
2026-03-30 06:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38ea26b7-977d-50d0-82e4-834b7b0eda40 with identifier: KU67%20OWA to the API
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU67%20OWA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '38ea26b7-977d-50d0-82e4-834b7b0eda40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU67 OWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU67%20OWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 67564,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.1 SPORT PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT PREMIUM PLUS DCT',
 'vin': 'WDD1760082J666453',
 'year': 2017}
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520OWA%27 HTTP/1.1" 200 None
2026-03-30 06:48:10 [bca.uk] INFO: Saving data for KU67%20OWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477343.068829, 'last_price_update_time': 1774853290.180527}
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU67%2520OWA') HTTP/1.1" 204 0
2026-03-30 06:48:10 [bca.uk] INFO: Found listing with ID: MW68%20WAU
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520WAU%27 HTTP/1.1" 200 None
2026-03-30 06:48:10 [bca.uk] INFO: Scrape type for MW68%20WAU: 2
2026-03-30 06:48:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58c7d06b-0607-58c7-a852-834d5053bd4e with identifier: MW68%20WAU
2026-03-30 06:48:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58c7d06b-0607-58c7-a852-834d5053bd4e with scrape type 2
2026-03-30 06:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58c7d06b-0607-58c7-a852-834d5053bd4e with scrape type 2
2026-03-30 06:48:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58c7d06b-0607-58c7-a852-834d5053bd4e, identifier: MW68%20WAU
2026-03-30 06:48:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd10df12-3242-530f-b537-f49464b07ea9 with identifier: WL65%20DVH
2026-03-30 06:48:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd10df12-3242-530f-b537-f49464b07ea9 with identifier: WL65%20DVH
2026-03-30 06:48:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd10df12-3242-530f-b537-f49464b07ea9 with identifier: WL65%20DVH to the API
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WL65%20DVH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bd10df12-3242-530f-b537-f49464b07ea9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WL65 DVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WL65%20DVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 88168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 TSI 90 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 90 SE',
 'vin': 'WVWZZZ6RZGU016111',
 'year': 2016}
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WL65%2520DVH%27 HTTP/1.1" 200 None
2026-03-30 06:48:10 [bca.uk] INFO: Saving data for WL65%20DVH: {'auction_closing_time': 1774864800.0, 'created_time': 1774477268.981284, 'last_price_update_time': 1774853290.592663}
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WL65%2520DVH') HTTP/1.1" 204 0
2026-03-30 06:48:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with identifier: WP72%20PHU
2026-03-30 06:48:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with identifier: WP72%20PHU
2026-03-30 06:48:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5 with identifier: WP72%20PHU to the API
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20PHU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5ae933f7-6fe8-5794-aa24-eacbbd4b5fe5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP72 PHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20PHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 19837,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 135 GT LINE+ (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 135 GT LINE+ (50KW)',
 'vin': 'VF1AG000269849551',
 'year': 2022}
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520PHU%27 HTTP/1.1" 200 None
2026-03-30 06:48:10 [bca.uk] INFO: Saving data for WP72%20PHU: {'auction_closing_time': 1774951200.0, 'created_time': 1774304860.123855, 'last_price_update_time': 1774853290.90713}
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520PHU') HTTP/1.1" 204 0
2026-03-30 06:48:10 [bca.uk] INFO: Found listing with ID: AF22%20UON
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UON%27 HTTP/1.1" 200 None
2026-03-30 06:48:10 [bca.uk] INFO: Scrape type for AF22%20UON: 2
2026-03-30 06:48:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9096cc6e-5662-5a44-9775-e8c5d6fd027d with identifier: AF22%20UON
2026-03-30 06:48:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9096cc6e-5662-5a44-9775-e8c5d6fd027d with scrape type 2
2026-03-30 06:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9096cc6e-5662-5a44-9775-e8c5d6fd027d with scrape type 2
2026-03-30 06:48:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9096cc6e-5662-5a44-9775-e8c5d6fd027d, identifier: AF22%20UON
2026-03-30 06:48:11 [bca.uk] INFO: Found listing with ID: MM64%20CCZ
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM64%2520CCZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:11 [bca.uk] INFO: Scrape type for MM64%20CCZ: 2
2026-03-30 06:48:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with identifier: MM64%20CCZ
2026-03-30 06:48:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with scrape type 2
2026-03-30 06:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with scrape type 2
2026-03-30 06:48:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73, identifier: MM64%20CCZ
2026-03-30 06:48:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58c7d06b-0607-58c7-a852-834d5053bd4e with identifier: MW68%20WAU
2026-03-30 06:48:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58c7d06b-0607-58c7-a852-834d5053bd4e with identifier: MW68%20WAU
2026-03-30 06:48:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58c7d06b-0607-58c7-a852-834d5053bd4e with identifier: MW68%20WAU to the API
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW68%20WAU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '58c7d06b-0607-58c7-a852-834d5053bd4e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW68 WAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW68%20WAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 51419,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VF3MRHNSJKS103363',
 'year': 2019}
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW68%2520WAU%27 HTTP/1.1" 200 None
2026-03-30 06:48:11 [bca.uk] INFO: Saving data for MW68%20WAU: {'auction_closing_time': 1775124000.0, 'created_time': 1774477108.703417, 'last_price_update_time': 1774853291.487222}
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW68%2520WAU') HTTP/1.1" 204 0
2026-03-30 06:48:11 [bca.uk] INFO: Found listing with ID: PY65%20CZP
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY65%2520CZP%27 HTTP/1.1" 200 None
2026-03-30 06:48:11 [bca.uk] INFO: Scrape type for PY65%20CZP: 2
2026-03-30 06:48:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with identifier: PY65%20CZP
2026-03-30 06:48:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with scrape type 2
2026-03-30 06:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with scrape type 2
2026-03-30 06:48:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bbe1f3b-fd93-53cf-8fac-da3bde526c89, identifier: PY65%20CZP
2026-03-30 06:48:11 [bca.uk] INFO: Found listing with ID: WM72%20HPA
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM72%2520HPA%27 HTTP/1.1" 200 None
2026-03-30 06:48:11 [bca.uk] INFO: Scrape type for WM72%20HPA: 0
2026-03-30 06:48:11 [bca.uk] INFO: Found listing with ID: BK22%20CCF
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520CCF%27 HTTP/1.1" 200 None
2026-03-30 06:48:11 [bca.uk] INFO: Scrape type for BK22%20CCF: 2
2026-03-30 06:48:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with identifier: BK22%20CCF
2026-03-30 06:48:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with scrape type 2
2026-03-30 06:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with scrape type 2
2026-03-30 06:48:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6, identifier: BK22%20CCF
2026-03-30 06:48:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9096cc6e-5662-5a44-9775-e8c5d6fd027d with identifier: AF22%20UON
2026-03-30 06:48:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9096cc6e-5662-5a44-9775-e8c5d6fd027d with identifier: AF22%20UON
2026-03-30 06:48:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9096cc6e-5662-5a44-9775-e8c5d6fd027d with identifier: AF22%20UON to the API
2026-03-30 06:48:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20UON-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9096cc6e-5662-5a44-9775-e8c5d6fd027d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF22 UON',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20UON&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '116D',
 'odometer': 53506,
 'odometer_reading_unit': '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 116D 1.5 SPORT (LCP) Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT (LCP)',
 'vin': 'WBA7M720907K73757',
 'year': 2022}
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520UON%27 HTTP/1.1" 200 None
2026-03-30 06:48:12 [bca.uk] INFO: Saving data for AF22%20UON: {'auction_closing_time': 1774864800.0, 'created_time': 1774339289.985221, 'last_price_update_time': 1774853292.145579}
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520UON') HTTP/1.1" 204 0
2026-03-30 06:48:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with identifier: MM64%20CCZ
2026-03-30 06:48:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with identifier: MM64%20CCZ
2026-03-30 06:48:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73 with identifier: MM64%20CCZ to the API
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 213,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM64%20CCZ-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fbbc4a6a-3542-5fc4-8fdf-6e0d95ac7f73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM64 CCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM64%20CCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 4',
 'odometer': 119311,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 4 3.0 SDV6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 HSE',
 'vin': 'SALLAAAG5FA749705',
 'year': 2014}
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM64%2520CCZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:12 [bca.uk] INFO: Saving data for MM64%20CCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774476969.635052, 'last_price_update_time': 1774853292.44038}
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM64%2520CCZ') HTTP/1.1" 204 0
2026-03-30 06:48:12 [bca.uk] INFO: Found listing with ID: PE18%20UHL
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE18%2520UHL%27 HTTP/1.1" 200 None
2026-03-30 06:48:12 [bca.uk] INFO: Scrape type for PE18%20UHL: 2
2026-03-30 06:48:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e895f9d2-b405-5c57-9040-698adde009f8 with identifier: PE18%20UHL
2026-03-30 06:48:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e895f9d2-b405-5c57-9040-698adde009f8 with scrape type 2
2026-03-30 06:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e895f9d2-b405-5c57-9040-698adde009f8 with scrape type 2
2026-03-30 06:48:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e895f9d2-b405-5c57-9040-698adde009f8, identifier: PE18%20UHL
2026-03-30 06:48:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with identifier: PY65%20CZP
2026-03-30 06:48:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with identifier: PY65%20CZP
2026-03-30 06:48:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bbe1f3b-fd93-53cf-8fac-da3bde526c89 with identifier: PY65%20CZP to the API
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY65%20CZP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7bbe1f3b-fd93-53cf-8fac-da3bde526c89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY65 CZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY65%20CZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 72544,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 D 116 Hatchback',
 'transmission': 'manual',
 'trim': 'D 116',
 'vin': 'WMWXT320302C10035',
 'year': 2015}
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY65%2520CZP%27 HTTP/1.1" 200 None
2026-03-30 06:48:12 [bca.uk] INFO: Saving data for PY65%20CZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477274.321458, 'last_price_update_time': 1774853292.846675}
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY65%2520CZP') HTTP/1.1" 204 0
2026-03-30 06:48:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with identifier: BK22%20CCF
2026-03-30 06:48:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with identifier: BK22%20CCF
2026-03-30 06:48:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9eb4a92f-a4ac-5fa1-8c44-a04013e281b6 with identifier: BK22%20CCF to the API
2026-03-30 06:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20CCF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9eb4a92f-a4ac-5fa1-8c44-a04013e281b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 CCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20CCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 61105,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEKXNC239100',
 'year': 2022}
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520CCF%27 HTTP/1.1" 200 None
2026-03-30 06:48:13 [bca.uk] INFO: Saving data for BK22%20CCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774391571.873381, 'last_price_update_time': 1774853293.177784}
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520CCF') HTTP/1.1" 204 0
2026-03-30 06:48:13 [bca.uk] INFO: Found listing with ID: YP15%20RRZ
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520RRZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:13 [bca.uk] INFO: Scrape type for YP15%20RRZ: 2
2026-03-30 06:48:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83e0f24f-f0dc-51c0-8fd8-828c2dd0141a with identifier: YP15%20RRZ
2026-03-30 06:48:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83e0f24f-f0dc-51c0-8fd8-828c2dd0141a with scrape type 2
2026-03-30 06:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83e0f24f-f0dc-51c0-8fd8-828c2dd0141a with scrape type 2
2026-03-30 06:48:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83e0f24f-f0dc-51c0-8fd8-828c2dd0141a, identifier: YP15%20RRZ
2026-03-30 06:48:13 [bca.uk] INFO: Found listing with ID: NGZ%201668
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NGZ%25201668%27 HTTP/1.1" 200 None
2026-03-30 06:48:13 [bca.uk] INFO: Scrape type for NGZ%201668: 2
2026-03-30 06:48:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b60fc92-eb13-58e2-ab37-16e124fd0684 with identifier: NGZ%201668
2026-03-30 06:48:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b60fc92-eb13-58e2-ab37-16e124fd0684 with scrape type 2
2026-03-30 06:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b60fc92-eb13-58e2-ab37-16e124fd0684 with scrape type 2
2026-03-30 06:48:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b60fc92-eb13-58e2-ab37-16e124fd0684, identifier: NGZ%201668
2026-03-30 06:48:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e895f9d2-b405-5c57-9040-698adde009f8 with identifier: PE18%20UHL
2026-03-30 06:48:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e895f9d2-b405-5c57-9040-698adde009f8 with identifier: PE18%20UHL
2026-03-30 06:48:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e895f9d2-b405-5c57-9040-698adde009f8 with identifier: PE18%20UHL to the API
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE18%20UHL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e895f9d2-b405-5c57-9040-698adde009f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE18 UHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE18%20UHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 79822,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 GDI 2WD 1 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 2WD 1 ISG',
 'vin': 'U5YPG814LHL377889',
 'year': 2018}
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE18%2520UHL%27 HTTP/1.1" 200 None
2026-03-30 06:48:13 [bca.uk] INFO: Saving data for PE18%20UHL: {'auction_closing_time': 1775124000.0, 'created_time': 1774477088.343496, 'last_price_update_time': 1774853293.84506}
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE18%2520UHL') HTTP/1.1" 204 0
2026-03-30 06:48:13 [bca.uk] INFO: Found listing with ID: ET59%20FKE
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET59%2520FKE%27 HTTP/1.1" 200 None
2026-03-30 06:48:13 [bca.uk] INFO: Scrape type for ET59%20FKE: 2
2026-03-30 06:48:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with identifier: ET59%20FKE
2026-03-30 06:48:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with scrape type 2
2026-03-30 06:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with scrape type 2
2026-03-30 06:48:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa, identifier: ET59%20FKE
2026-03-30 06:48:13 [bca.uk] INFO: Found listing with ID: OV25%20CLX
2026-03-30 06:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520CLX%27 HTTP/1.1" 200 None
2026-03-30 06:48:14 [bca.uk] INFO: Scrape type for OV25%20CLX: 2
2026-03-30 06:48:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b54978db-fac8-5f83-bc42-a4c6e8b1089d with identifier: OV25%20CLX
2026-03-30 06:48:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b54978db-fac8-5f83-bc42-a4c6e8b1089d with scrape type 2
2026-03-30 06:48:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b54978db-fac8-5f83-bc42-a4c6e8b1089d with scrape type 2
2026-03-30 06:48:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b54978db-fac8-5f83-bc42-a4c6e8b1089d, identifier: OV25%20CLX
2026-03-30 06:48:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83e0f24f-f0dc-51c0-8fd8-828c2dd0141a with identifier: YP15%20RRZ
2026-03-30 06:48:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83e0f24f-f0dc-51c0-8fd8-828c2dd0141a with identifier: YP15%20RRZ
2026-03-30 06:48:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83e0f24f-f0dc-51c0-8fd8-828c2dd0141a with identifier: YP15%20RRZ to the API
2026-03-30 06:48:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP15%20RRZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '83e0f24f-f0dc-51c0-8fd8-828c2dd0141a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP15 RRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP15%20RRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 58411,
 'odometer_reading_unit': '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 125 SE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 125 SE S-T',
 'vin': 'WAUZZZ8V3FA143090',
 'year': 2015}
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520RRZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:15 [bca.uk] INFO: Saving data for YP15%20RRZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774447342.511217, 'last_price_update_time': 1774853295.098668}
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP15%2520RRZ') HTTP/1.1" 204 0
2026-03-30 06:48:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b60fc92-eb13-58e2-ab37-16e124fd0684 with identifier: NGZ%201668
2026-03-30 06:48:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b60fc92-eb13-58e2-ab37-16e124fd0684 with identifier: NGZ%201668
2026-03-30 06:48:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b60fc92-eb13-58e2-ab37-16e124fd0684 with identifier: NGZ%201668 to the API
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NGZ%201668-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b60fc92-eb13-58e2-ab37-16e124fd0684',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NGZ 1668',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NGZ%201668&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 38881,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 P200 AWD SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P200 AWD SE',
 'vin': 'SADFA2AX6K1Z61945',
 'year': 2019}
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NGZ%25201668%27 HTTP/1.1" 200 None
2026-03-30 06:48:15 [bca.uk] INFO: Saving data for NGZ%201668: {'auction_closing_time': 1774864800.0, 'created_time': 1774303832.680043, 'last_price_update_time': 1774853295.380806}
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NGZ%25201668') HTTP/1.1" 204 0
2026-03-30 06:48:15 [bca.uk] INFO: Found listing with ID: KR23%20GYS
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR23%2520GYS%27 HTTP/1.1" 200 None
2026-03-30 06:48:15 [bca.uk] INFO: Scrape type for KR23%20GYS: 2
2026-03-30 06:48:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52b3c319-5106-5324-b1a4-4c7f19595bb6 with identifier: KR23%20GYS
2026-03-30 06:48:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52b3c319-5106-5324-b1a4-4c7f19595bb6 with scrape type 2
2026-03-30 06:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52b3c319-5106-5324-b1a4-4c7f19595bb6 with scrape type 2
2026-03-30 06:48:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52b3c319-5106-5324-b1a4-4c7f19595bb6, identifier: KR23%20GYS
2026-03-30 06:48:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with identifier: ET59%20FKE
2026-03-30 06:48:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with identifier: ET59%20FKE
2026-03-30 06:48:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 448d6efd-74c9-580d-a1a1-4c8a2d93b9fa with identifier: ET59%20FKE to the API
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET59%20FKE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '448d6efd-74c9-580d-a1a1-4c8a2d93b9fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET59 FKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET59%20FKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 96731,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I30 1.6 CRDI EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI EDITION',
 'vin': 'TMADB51SLAJ097375',
 'year': 2010}
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET59%2520FKE%27 HTTP/1.1" 200 None
2026-03-30 06:48:15 [bca.uk] INFO: Saving data for ET59%20FKE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477279.94978, 'last_price_update_time': 1774853295.805385}
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET59%2520FKE') HTTP/1.1" 204 0
2026-03-30 06:48:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b54978db-fac8-5f83-bc42-a4c6e8b1089d with identifier: OV25%20CLX
2026-03-30 06:48:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b54978db-fac8-5f83-bc42-a4c6e8b1089d with identifier: OV25%20CLX
2026-03-30 06:48:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b54978db-fac8-5f83-bc42-a4c6e8b1089d with identifier: OV25%20CLX to the API
2026-03-30 06:48:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV25%20CLX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b54978db-fac8-5f83-bc42-a4c6e8b1089d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV25 CLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV25%20CLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 19848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 220KW 82KWH SM LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '220KW 82KWH SM LONG RANGE',
 'vin': 'YSMVSFER0SL319723',
 'year': 2025}
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV25%2520CLX%27 HTTP/1.1" 200 None
2026-03-30 06:48:16 [bca.uk] INFO: Saving data for OV25%20CLX: {'auction_closing_time': 1774864800.0, 'created_time': 1774447394.655268, 'last_price_update_time': 1774853296.129294}
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV25%2520CLX') HTTP/1.1" 204 0
2026-03-30 06:48:16 [bca.uk] INFO: Found listing with ID: GL17%20LUH
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL17%2520LUH%27 HTTP/1.1" 200 None
2026-03-30 06:48:16 [bca.uk] INFO: Scrape type for GL17%20LUH: 2
2026-03-30 06:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e4d2f5f-c860-51a3-8fcb-3072a54e10e8 with identifier: GL17%20LUH
2026-03-30 06:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e4d2f5f-c860-51a3-8fcb-3072a54e10e8 with scrape type 2
2026-03-30 06:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e4d2f5f-c860-51a3-8fcb-3072a54e10e8 with scrape type 2
2026-03-30 06:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4e4d2f5f-c860-51a3-8fcb-3072a54e10e8, identifier: GL17%20LUH
2026-03-30 06:48:16 [bca.uk] INFO: Found listing with ID: WD64%20TRX
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD64%2520TRX%27 HTTP/1.1" 200 None
2026-03-30 06:48:16 [bca.uk] INFO: Scrape type for WD64%20TRX: 2
2026-03-30 06:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 660f6db4-b8de-5db9-a180-c2b7994794aa with identifier: WD64%20TRX
2026-03-30 06:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 660f6db4-b8de-5db9-a180-c2b7994794aa with scrape type 2
2026-03-30 06:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 660f6db4-b8de-5db9-a180-c2b7994794aa with scrape type 2
2026-03-30 06:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 660f6db4-b8de-5db9-a180-c2b7994794aa, identifier: WD64%20TRX
2026-03-30 06:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52b3c319-5106-5324-b1a4-4c7f19595bb6 with identifier: KR23%20GYS
2026-03-30 06:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52b3c319-5106-5324-b1a4-4c7f19595bb6 with identifier: KR23%20GYS
2026-03-30 06:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52b3c319-5106-5324-b1a4-4c7f19595bb6 with identifier: KR23%20GYS to the API
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR23%20GYS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52b3c319-5106-5324-b1a4-4c7f19595bb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR23 GYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR23%20GYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 D',
 'odometer': 29133,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C300 D 2.0 AMG LINE 9G Estate',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'W1KAH0GBXPF078531',
 'year': 2023}
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR23%2520GYS%27 HTTP/1.1" 200 None
2026-03-30 06:48:16 [bca.uk] INFO: Saving data for KR23%20GYS: {'auction_closing_time': 1774864800.0, 'created_time': 1773833398.374804, 'last_price_update_time': 1774853296.658593}
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR23%2520GYS') HTTP/1.1" 204 0
2026-03-30 06:48:16 [bca.uk] INFO: Found listing with ID: WH21%20CTV
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:48:16 [bca.uk] INFO: Scrape type for WH21%20CTV: 2
2026-03-30 06:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aba413ea-9539-50b5-a9ee-3364a981b837 with identifier: WH21%20CTV
2026-03-30 06:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aba413ea-9539-50b5-a9ee-3364a981b837 with scrape type 2
2026-03-30 06:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aba413ea-9539-50b5-a9ee-3364a981b837 with scrape type 2
2026-03-30 06:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aba413ea-9539-50b5-a9ee-3364a981b837, identifier: WH21%20CTV
2026-03-30 06:48:16 [bca.uk] INFO: Found listing with ID: OV71%20NVZ
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520NVZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:16 [bca.uk] INFO: Scrape type for OV71%20NVZ: 2
2026-03-30 06:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0449824-406f-5b07-978a-56bffb257369 with identifier: OV71%20NVZ
2026-03-30 06:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0449824-406f-5b07-978a-56bffb257369 with scrape type 2
2026-03-30 06:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0449824-406f-5b07-978a-56bffb257369 with scrape type 2
2026-03-30 06:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c0449824-406f-5b07-978a-56bffb257369, identifier: OV71%20NVZ
2026-03-30 06:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4e4d2f5f-c860-51a3-8fcb-3072a54e10e8 with identifier: GL17%20LUH
2026-03-30 06:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4e4d2f5f-c860-51a3-8fcb-3072a54e10e8 with identifier: GL17%20LUH
2026-03-30 06:48:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4e4d2f5f-c860-51a3-8fcb-3072a54e10e8 with identifier: GL17%20LUH to the API
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL17%20LUH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4e4d2f5f-c860-51a3-8fcb-3072a54e10e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL17 LUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL17%20LUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 115742,
 'odometer_reading_unit': '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.4 TDI 75 MATCH EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 75 MATCH EDITION',
 'vin': 'WVWZZZ6RZHU051663',
 'year': 2017}
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL17%2520LUH%27 HTTP/1.1" 200 None
2026-03-30 06:48:17 [bca.uk] INFO: Saving data for GL17%20LUH: {'auction_closing_time': 1774951200.0, 'created_time': 1774447327.675869, 'last_price_update_time': 1774853297.271164}
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL17%2520LUH') HTTP/1.1" 204 0
2026-03-30 06:48:17 [scrapy.extensions.logstats] INFO: Crawled 120 pages (at 2 pages/min), scraped 5651 items (at 131 items/min)
2026-03-30 06:48:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:48:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 660f6db4-b8de-5db9-a180-c2b7994794aa with identifier: WD64%20TRX
2026-03-30 06:48:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 660f6db4-b8de-5db9-a180-c2b7994794aa with identifier: WD64%20TRX
2026-03-30 06:48:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 660f6db4-b8de-5db9-a180-c2b7994794aa with identifier: WD64%20TRX to the API
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD64%20TRX-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '660f6db4-b8de-5db9-a180-c2b7994794aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD64 TRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD64%20TRX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 59284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 DIG-T 187 TEKNA 4WD XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 187 TEKNA 4WD XTRONIC',
 'vin': 'SJNFANF15U7056651',
 'year': 2014}
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD64%2520TRX%27 HTTP/1.1" 200 None
2026-03-30 06:48:17 [bca.uk] INFO: Saving data for WD64%20TRX: {'auction_closing_time': 1774864800.0, 'created_time': 1774303820.567086, 'last_price_update_time': 1774853297.594206}
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD64%2520TRX') HTTP/1.1" 204 0
2026-03-30 06:48:17 [bca.uk] INFO: Found listing with ID: FL67%20MFP
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520MFP%27 HTTP/1.1" 200 None
2026-03-30 06:48:17 [bca.uk] INFO: Scrape type for FL67%20MFP: 2
2026-03-30 06:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4f02fb5-baa9-53df-9c3f-027f17977b3c with identifier: FL67%20MFP
2026-03-30 06:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4f02fb5-baa9-53df-9c3f-027f17977b3c with scrape type 2
2026-03-30 06:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4f02fb5-baa9-53df-9c3f-027f17977b3c with scrape type 2
2026-03-30 06:48:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4f02fb5-baa9-53df-9c3f-027f17977b3c, identifier: FL67%20MFP
2026-03-30 06:48:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aba413ea-9539-50b5-a9ee-3364a981b837 with identifier: WH21%20CTV
2026-03-30 06:48:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aba413ea-9539-50b5-a9ee-3364a981b837 with identifier: WH21%20CTV
2026-03-30 06:48:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aba413ea-9539-50b5-a9ee-3364a981b837 with identifier: WH21%20CTV to the API
2026-03-30 06:48:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WH21%20CTV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'aba413ea-9539-50b5-a9ee-3364a981b837',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WH21 CTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WH21%20CTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'E-TRON S/B',
 'odometer': 32715,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON S/B 71KWH 50 Q S LINE Coupe',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q S LINE',
 'vin': 'WAUZZZGE7MB031093',
 'year': 2021}
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WH21%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:48:18 [bca.uk] INFO: Saving data for WH21%20CTV: {'auction_closing_time': 1774951200.0, 'created_time': 1774477215.89352, 'last_price_update_time': 1774853298.01337}
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WH21%2520CTV') HTTP/1.1" 204 0
2026-03-30 06:48:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c0449824-406f-5b07-978a-56bffb257369 with identifier: OV71%20NVZ
2026-03-30 06:48:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c0449824-406f-5b07-978a-56bffb257369 with identifier: OV71%20NVZ
2026-03-30 06:48:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c0449824-406f-5b07-978a-56bffb257369 with identifier: OV71%20NVZ to the API
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV71%20NVZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c0449824-406f-5b07-978a-56bffb257369',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV71 NVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV71%20NVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 52511,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 165KW 64KWH SM2 STD.RANGE Coupe',
 'transmission': 'automatic',
 'trim': '165KW 64KWH SM2 STD.RANGE',
 'vin': 'LPSVSECEKNL047465',
 'year': 2021}
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV71%2520NVZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:18 [bca.uk] INFO: Saving data for OV71%20NVZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774447390.959106, 'last_price_update_time': 1774853298.311096}
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV71%2520NVZ') HTTP/1.1" 204 0
2026-03-30 06:48:18 [bca.uk] INFO: Found listing with ID: FY63%20ZPE
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY63%2520ZPE%27 HTTP/1.1" 200 None
2026-03-30 06:48:18 [bca.uk] INFO: Scrape type for FY63%20ZPE: 2
2026-03-30 06:48:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a0d251e-804a-55c0-8f5a-2b60fa0ba4e7 with identifier: FY63%20ZPE
2026-03-30 06:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a0d251e-804a-55c0-8f5a-2b60fa0ba4e7 with scrape type 2
2026-03-30 06:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a0d251e-804a-55c0-8f5a-2b60fa0ba4e7 with scrape type 2
2026-03-30 06:48:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a0d251e-804a-55c0-8f5a-2b60fa0ba4e7, identifier: FY63%20ZPE
2026-03-30 06:48:18 [bca.uk] INFO: Found listing with ID: WF69%20GXA
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF69%2520GXA%27 HTTP/1.1" 200 None
2026-03-30 06:48:18 [bca.uk] INFO: Scrape type for WF69%20GXA: 2
2026-03-30 06:48:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with identifier: WF69%20GXA
2026-03-30 06:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with scrape type 2
2026-03-30 06:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with scrape type 2
2026-03-30 06:48:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 57ebfca2-ae31-5626-a629-f4f679dbe8c8, identifier: WF69%20GXA
2026-03-30 06:48:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4f02fb5-baa9-53df-9c3f-027f17977b3c with identifier: FL67%20MFP
2026-03-30 06:48:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4f02fb5-baa9-53df-9c3f-027f17977b3c with identifier: FL67%20MFP
2026-03-30 06:48:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4f02fb5-baa9-53df-9c3f-027f17977b3c with identifier: FL67%20MFP to the API
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL67%20MFP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e4f02fb5-baa9-53df-9c3f-027f17977b3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL67 MFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL67%20MFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 112030,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 180 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 180 ST-LINE X',
 'vin': 'WF0EXXWPCEHC14088',
 'year': 2017}
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520MFP%27 HTTP/1.1" 200 None
2026-03-30 06:48:18 [bca.uk] INFO: Saving data for FL67%20MFP: {'auction_closing_time': 1775124000.0, 'created_time': 1774477070.338198, 'last_price_update_time': 1774853298.841229}
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL67%2520MFP') HTTP/1.1" 204 0
2026-03-30 06:48:18 [bca.uk] INFO: Found listing with ID: RK14%20KJE
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK14%2520KJE%27 HTTP/1.1" 200 None
2026-03-30 06:48:18 [bca.uk] INFO: Scrape type for RK14%20KJE: 2
2026-03-30 06:48:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ff775e2-5517-578b-8df6-4c6de81d620f with identifier: RK14%20KJE
2026-03-30 06:48:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ff775e2-5517-578b-8df6-4c6de81d620f with scrape type 2
2026-03-30 06:48:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ff775e2-5517-578b-8df6-4c6de81d620f with scrape type 2
2026-03-30 06:48:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ff775e2-5517-578b-8df6-4c6de81d620f, identifier: RK14%20KJE
2026-03-30 06:48:18 [bca.uk] INFO: Found listing with ID: YB69%20VVR
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520VVR%27 HTTP/1.1" 200 None
2026-03-30 06:48:19 [bca.uk] INFO: Scrape type for YB69%20VVR: 2
2026-03-30 06:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7740f808-f27b-5b14-a946-5b7ad0953f5c with identifier: YB69%20VVR
2026-03-30 06:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7740f808-f27b-5b14-a946-5b7ad0953f5c with scrape type 2
2026-03-30 06:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7740f808-f27b-5b14-a946-5b7ad0953f5c with scrape type 2
2026-03-30 06:48:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7740f808-f27b-5b14-a946-5b7ad0953f5c, identifier: YB69%20VVR
2026-03-30 06:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a0d251e-804a-55c0-8f5a-2b60fa0ba4e7 with identifier: FY63%20ZPE
2026-03-30 06:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a0d251e-804a-55c0-8f5a-2b60fa0ba4e7 with identifier: FY63%20ZPE
2026-03-30 06:48:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a0d251e-804a-55c0-8f5a-2b60fa0ba4e7 with identifier: FY63%20ZPE to the API
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY63%20ZPE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3a0d251e-804a-55c0-8f5a-2b60fa0ba4e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY63 ZPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY63%20ZPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 33420,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.4 TFSI 120 S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 120 S LINE S-T',
 'vin': 'WAUZZZ8X2EB037563',
 'year': 2013}
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY63%2520ZPE%27 HTTP/1.1" 200 None
2026-03-30 06:48:19 [bca.uk] INFO: Saving data for FY63%20ZPE: {'auction_closing_time': 1774951200.0, 'created_time': 1774447328.494516, 'last_price_update_time': 1774853299.404997}
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY63%2520ZPE') HTTP/1.1" 204 0
2026-03-30 06:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with identifier: WF69%20GXA
2026-03-30 06:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with identifier: WF69%20GXA
2026-03-30 06:48:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 57ebfca2-ae31-5626-a629-f4f679dbe8c8 with identifier: WF69%20GXA to the API
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF69%20GXA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '57ebfca2-ae31-5626-a629-f4f679dbe8c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF69 GXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF69%20GXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 51027,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 B4D AWD INSCRIPTION PRO StationWagon',
 'transmission': 'automatic',
 'trim': 'B4D AWD INSCRIPTION PRO',
 'vin': 'YV1UZK5UCL1431983',
 'year': 2019}
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF69%2520GXA%27 HTTP/1.1" 200 None
2026-03-30 06:48:19 [bca.uk] INFO: Saving data for WF69%20GXA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477324.919562, 'last_price_update_time': 1774853299.7154}
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF69%2520GXA') HTTP/1.1" 204 0
2026-03-30 06:48:19 [bca.uk] INFO: Found listing with ID: YE23%20FBN
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520FBN%27 HTTP/1.1" 200 None
2026-03-30 06:48:19 [bca.uk] INFO: Scrape type for YE23%20FBN: 2
2026-03-30 06:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with identifier: YE23%20FBN
2026-03-30 06:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with scrape type 2
2026-03-30 06:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with scrape type 2
2026-03-30 06:48:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a399ffe-7bf2-5192-a0ae-51b822ab0c05, identifier: YE23%20FBN
2026-03-30 06:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ff775e2-5517-578b-8df6-4c6de81d620f with identifier: RK14%20KJE
2026-03-30 06:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ff775e2-5517-578b-8df6-4c6de81d620f with identifier: RK14%20KJE
2026-03-30 06:48:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ff775e2-5517-578b-8df6-4c6de81d620f with identifier: RK14%20KJE to the API
2026-03-30 06:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 270,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK14%20KJE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ff775e2-5517-578b-8df6-4c6de81d620f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK14 KJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK14%20KJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 119031,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 4.8 TURBO TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'TURBO TIPTRONIC S',
 'vin': 'WP1ZZZ92ZELA80646',
 'year': 2014}
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK14%2520KJE%27 HTTP/1.1" 200 None
2026-03-30 06:48:20 [bca.uk] INFO: Saving data for RK14%20KJE: {'auction_closing_time': 1774951200.0, 'created_time': 1774080086.479312, 'last_price_update_time': 1774853300.140932}
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK14%2520KJE') HTTP/1.1" 204 0
2026-03-30 06:48:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7740f808-f27b-5b14-a946-5b7ad0953f5c with identifier: YB69%20VVR
2026-03-30 06:48:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7740f808-f27b-5b14-a946-5b7ad0953f5c with identifier: YB69%20VVR
2026-03-30 06:48:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7740f808-f27b-5b14-a946-5b7ad0953f5c with identifier: YB69%20VVR to the API
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB69%20VVR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7740f808-f27b-5b14-a946-5b7ad0953f5c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB69 VVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB69%20VVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 136 48V 2 ISG DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI 136 48V 2 ISG DCT',
 'vin': 'U5YPH812VLL811547',
 'year': 2019}
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB69%2520VVR%27 HTTP/1.1" 200 None
2026-03-30 06:48:20 [bca.uk] INFO: Saving data for YB69%20VVR: {'auction_closing_time': 1774951200.0, 'created_time': 1774447380.244557, 'last_price_update_time': 1774853300.437204}
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB69%2520VVR') HTTP/1.1" 204 0
2026-03-30 06:48:20 [bca.uk] INFO: Found listing with ID: FM16%20SJX
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520SJX%27 HTTP/1.1" 200 None
2026-03-30 06:48:20 [bca.uk] INFO: Scrape type for FM16%20SJX: 2
2026-03-30 06:48:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dedb37ad-c421-5f9b-8b59-bf8ace0e758a with identifier: FM16%20SJX
2026-03-30 06:48:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dedb37ad-c421-5f9b-8b59-bf8ace0e758a with scrape type 2
2026-03-30 06:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dedb37ad-c421-5f9b-8b59-bf8ace0e758a with scrape type 2
2026-03-30 06:48:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dedb37ad-c421-5f9b-8b59-bf8ace0e758a, identifier: FM16%20SJX
2026-03-30 06:48:20 [bca.uk] INFO: Found listing with ID: WG16%20OFV
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520OFV%27 HTTP/1.1" 200 None
2026-03-30 06:48:20 [bca.uk] INFO: Scrape type for WG16%20OFV: 2
2026-03-30 06:48:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e414d84c-af58-55f9-8070-649ecd906ccd with identifier: WG16%20OFV
2026-03-30 06:48:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e414d84c-af58-55f9-8070-649ecd906ccd with scrape type 2
2026-03-30 06:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e414d84c-af58-55f9-8070-649ecd906ccd with scrape type 2
2026-03-30 06:48:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e414d84c-af58-55f9-8070-649ecd906ccd, identifier: WG16%20OFV
2026-03-30 06:48:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with identifier: YE23%20FBN
2026-03-30 06:48:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with identifier: YE23%20FBN
2026-03-30 06:48:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a399ffe-7bf2-5192-a0ae-51b822ab0c05 with identifier: YE23%20FBN to the API
2026-03-30 06:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE23%20FBN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a399ffe-7bf2-5192-a0ae-51b822ab0c05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YE23 FBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE23%20FBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 31194,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.0 DIG-T 114 TEKNA+ DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 114 TEKNA+ DCT',
 'vin': 'SJNFAAF16U1227818',
 'year': 2023}
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520FBN%27 HTTP/1.1" 200 None
2026-03-30 06:48:21 [bca.uk] INFO: Saving data for YE23%20FBN: {'auction_closing_time': 1775124000.0, 'created_time': 1774477090.105479, 'last_price_update_time': 1774853301.065784}
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE23%2520FBN') HTTP/1.1" 204 0
2026-03-30 06:48:21 [bca.uk] INFO: Found listing with ID: SM73%20UHL
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM73%2520UHL%27 HTTP/1.1" 200 None
2026-03-30 06:48:21 [bca.uk] INFO: Scrape type for SM73%20UHL: 2
2026-03-30 06:48:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with identifier: SM73%20UHL
2026-03-30 06:48:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with scrape type 2
2026-03-30 06:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with scrape type 2
2026-03-30 06:48:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5, identifier: SM73%20UHL
2026-03-30 06:48:21 [bca.uk] INFO: Found listing with ID: BJ66%20HWE
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ66%2520HWE%27 HTTP/1.1" 200 None
2026-03-30 06:48:21 [bca.uk] INFO: Scrape type for BJ66%20HWE: 2
2026-03-30 06:48:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a483b81-253c-5460-a727-289184f1eac8 with identifier: BJ66%20HWE
2026-03-30 06:48:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a483b81-253c-5460-a727-289184f1eac8 with scrape type 2
2026-03-30 06:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a483b81-253c-5460-a727-289184f1eac8 with scrape type 2
2026-03-30 06:48:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a483b81-253c-5460-a727-289184f1eac8, identifier: BJ66%20HWE
2026-03-30 06:48:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dedb37ad-c421-5f9b-8b59-bf8ace0e758a with identifier: FM16%20SJX
2026-03-30 06:48:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dedb37ad-c421-5f9b-8b59-bf8ace0e758a with identifier: FM16%20SJX
2026-03-30 06:48:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dedb37ad-c421-5f9b-8b59-bf8ace0e758a with identifier: FM16%20SJX to the API
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM16%20SJX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dedb37ad-c421-5f9b-8b59-bf8ace0e758a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM16 SJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM16%20SJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 84231,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO GIULIETTA 1.4 TB M/AIR 150 SUPER Hatchback',
 'transmission': 'manual',
 'trim': 'TB M/AIR 150 SUPER',
 'vin': 'ZAR94000007439957',
 'year': 2016}
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM16%2520SJX%27 HTTP/1.1" 200 None
2026-03-30 06:48:21 [bca.uk] INFO: Saving data for FM16%20SJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774447321.482067, 'last_price_update_time': 1774853301.611731}
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM16%2520SJX') HTTP/1.1" 204 0
2026-03-30 06:48:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e414d84c-af58-55f9-8070-649ecd906ccd with identifier: WG16%20OFV
2026-03-30 06:48:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e414d84c-af58-55f9-8070-649ecd906ccd with identifier: WG16%20OFV
2026-03-30 06:48:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e414d84c-af58-55f9-8070-649ecd906ccd with identifier: WG16%20OFV to the API
2026-03-30 06:48:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG16%20OFV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e414d84c-af58-55f9-8070-649ecd906ccd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG16 OFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG16%20OFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'V60 SPORTWAGON',
 'odometer': 51138,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLVO V60 SPORTWAGON 2.0 D4 190 SE LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 SE LUX G/T',
 'vin': 'YV1FWA8CDG1325955',
 'year': 2016}
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG16%2520OFV%27 HTTP/1.1" 200 None
2026-03-30 06:48:22 [bca.uk] INFO: Saving data for WG16%20OFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477337.589063, 'last_price_update_time': 1774853302.01913}
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG16%2520OFV') HTTP/1.1" 204 0
2026-03-30 06:48:22 [bca.uk] INFO: Found listing with ID: MW67%20AZF
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520AZF%27 HTTP/1.1" 200 None
2026-03-30 06:48:22 [bca.uk] INFO: Scrape type for MW67%20AZF: 2
2026-03-30 06:48:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with identifier: MW67%20AZF
2026-03-30 06:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with scrape type 2
2026-03-30 06:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with scrape type 2
2026-03-30 06:48:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd, identifier: MW67%20AZF
2026-03-30 06:48:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with identifier: SM73%20UHL
2026-03-30 06:48:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with identifier: SM73%20UHL
2026-03-30 06:48:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5 with identifier: SM73%20UHL to the API
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM73%20UHL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e7a3dafa-fc3e-53ec-954d-b16f65f9e2e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM73 UHL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM73%20UHL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'LEXUS',
 'model': 'UX 300E',
 'odometer': 11915,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 300E 150KW 72.8KWH (TAKUMI PK)E-CVT Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 72.8KWH (TAKUMI PK)E-CVT',
 'vin': 'JTHAABBH902013719',
 'year': 2024}
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM73%2520UHL%27 HTTP/1.1" 200 None
2026-03-30 06:48:22 [bca.uk] INFO: Saving data for SM73%20UHL: {'auction_closing_time': 1774864800.0, 'created_time': 1774477528.773843, 'last_price_update_time': 1774853302.488295}
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM73%2520UHL') HTTP/1.1" 204 0
2026-03-30 06:48:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a483b81-253c-5460-a727-289184f1eac8 with identifier: BJ66%20HWE
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=earl+grey HTTP/1.1" 200 None
2026-03-30 06:48:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:48: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:48:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a483b81-253c-5460-a727-289184f1eac8 with identifier: BJ66%20HWE
2026-03-30 06:48:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a483b81-253c-5460-a727-289184f1eac8 with identifier: BJ66%20HWE to the API
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ66%20HWE-GB',
 'category': 'Car',
 'color': 'earl grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5a483b81-253c-5460-a727-289184f1eac8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ66 HWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ66%20HWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 63532,
 'odometer_reading_unit': '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 D PARK LANE ALL4 Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER D PARK LANE ALL4',
 'vin': 'WMWZD52040WS02033',
 'year': 2016}
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ66%2520HWE%27 HTTP/1.1" 200 None
2026-03-30 06:48:22 [bca.uk] INFO: Saving data for BJ66%20HWE: {'auction_closing_time': 1774864800.0, 'created_time': 1774447387.869395, 'last_price_update_time': 1774853302.893591}
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ66%2520HWE') HTTP/1.1" 204 0
2026-03-30 06:48:22 [bca.uk] INFO: Found listing with ID: DK14%20XHT
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK14%2520XHT%27 HTTP/1.1" 200 None
2026-03-30 06:48:22 [bca.uk] INFO: Scrape type for DK14%20XHT: 2
2026-03-30 06:48:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edd91f86-2f30-5d07-94ad-74874a967823 with identifier: DK14%20XHT
2026-03-30 06:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edd91f86-2f30-5d07-94ad-74874a967823 with scrape type 2
2026-03-30 06:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edd91f86-2f30-5d07-94ad-74874a967823 with scrape type 2
2026-03-30 06:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edd91f86-2f30-5d07-94ad-74874a967823, identifier: DK14%20XHT
2026-03-30 06:48:23 [bca.uk] INFO: Found listing with ID: WG65%20CFK
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG65%2520CFK%27 HTTP/1.1" 200 None
2026-03-30 06:48:23 [bca.uk] INFO: Scrape type for WG65%20CFK: 2
2026-03-30 06:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with identifier: WG65%20CFK
2026-03-30 06:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with scrape type 2
2026-03-30 06:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with scrape type 2
2026-03-30 06:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbe6f8bd-0891-5ee0-b1c1-32445b3e4636, identifier: WG65%20CFK
2026-03-30 06:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with identifier: MW67%20AZF
2026-03-30 06:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with identifier: MW67%20AZF
2026-03-30 06:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd with identifier: MW67%20AZF to the API
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW67%20AZF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1f1ca8ed-3c3a-5bf5-8767-1bc79c748ebd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW67 AZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW67%20AZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 107346,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 SE TECH StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 SE TECH',
 'vin': 'SALCA2AN2JH743772',
 'year': 2017}
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW67%2520AZF%27 HTTP/1.1" 200 None
2026-03-30 06:48:23 [bca.uk] INFO: Saving data for MW67%20AZF: {'auction_closing_time': 1775037600.0, 'created_time': 1774477093.457703, 'last_price_update_time': 1774853303.429568}
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW67%2520AZF') HTTP/1.1" 204 0
2026-03-30 06:48:23 [bca.uk] INFO: Found listing with ID: VN72%20UVR
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520UVR%27 HTTP/1.1" 200 None
2026-03-30 06:48:23 [bca.uk] INFO: Scrape type for VN72%20UVR: 2
2026-03-30 06:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66e21954-aa6b-5c24-ac07-e98aff699d78 with identifier: VN72%20UVR
2026-03-30 06:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66e21954-aa6b-5c24-ac07-e98aff699d78 with scrape type 2
2026-03-30 06:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66e21954-aa6b-5c24-ac07-e98aff699d78 with scrape type 2
2026-03-30 06:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66e21954-aa6b-5c24-ac07-e98aff699d78, identifier: VN72%20UVR
2026-03-30 06:48:23 [bca.uk] INFO: Found listing with ID: WP23%20OEG
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP23%2520OEG%27 HTTP/1.1" 200 None
2026-03-30 06:48:23 [bca.uk] INFO: Scrape type for WP23%20OEG: 0
2026-03-30 06:48:23 [bca.uk] INFO: Found listing with ID: LA72%20AJR
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520AJR%27 HTTP/1.1" 200 None
2026-03-30 06:48:23 [bca.uk] INFO: Scrape type for LA72%20AJR: 2
2026-03-30 06:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c400a377-25db-58e4-b851-8a8965908a93 with identifier: LA72%20AJR
2026-03-30 06:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c400a377-25db-58e4-b851-8a8965908a93 with scrape type 2
2026-03-30 06:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c400a377-25db-58e4-b851-8a8965908a93 with scrape type 2
2026-03-30 06:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c400a377-25db-58e4-b851-8a8965908a93, identifier: LA72%20AJR
2026-03-30 06:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edd91f86-2f30-5d07-94ad-74874a967823 with identifier: DK14%20XHT
2026-03-30 06:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edd91f86-2f30-5d07-94ad-74874a967823 with identifier: DK14%20XHT
2026-03-30 06:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edd91f86-2f30-5d07-94ad-74874a967823 with identifier: DK14%20XHT to the API
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK14%20XHT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'edd91f86-2f30-5d07-94ad-74874a967823',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK14 XHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK14%20XHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A4 AVANT',
 'odometer': 92114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI A4 AVANT 2.0 TDI 177 QUATTRO SE TECHNIK Estate',
 'transmission': 'manual',
 'trim': 'TDI 177 QUATTRO SE TECHNIK',
 'vin': 'WAUZZZ8K5EA101041',
 'year': 2014}
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK14%2520XHT%27 HTTP/1.1" 200 None
2026-03-30 06:48:23 [bca.uk] INFO: Saving data for DK14%20XHT: {'auction_closing_time': 1774951200.0, 'created_time': 1774447311.748622, 'last_price_update_time': 1774853303.972097}
2026-03-30 06:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK14%2520XHT') HTTP/1.1" 204 0
2026-03-30 06:48:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with identifier: WG65%20CFK
2026-03-30 06:48:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with identifier: WG65%20CFK
2026-03-30 06:48:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbe6f8bd-0891-5ee0-b1c1-32445b3e4636 with identifier: WG65%20CFK to the API
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG65%20CFK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bbe6f8bd-0891-5ee0-b1c1-32445b3e4636',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG65 CFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG65%20CFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 97209,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 D5 225 AWD INSCRIPTION G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 225 AWD INSCRIPTION G/T',
 'vin': 'YV1LFA4BCG1025848',
 'year': 2015}
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG65%2520CFK%27 HTTP/1.1" 200 None
2026-03-30 06:48:24 [bca.uk] INFO: Saving data for WG65%20CFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774477311.661212, 'last_price_update_time': 1774853304.271283}
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG65%2520CFK') HTTP/1.1" 204 0
2026-03-30 06:48:24 [bca.uk] INFO: Found listing with ID: NU20%20NLC
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520NLC%27 HTTP/1.1" 200 None
2026-03-30 06:48:24 [bca.uk] INFO: Scrape type for NU20%20NLC: 2
2026-03-30 06:48:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with identifier: NU20%20NLC
2026-03-30 06:48:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with scrape type 2
2026-03-30 06:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with scrape type 2
2026-03-30 06:48:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddc50b4a-2259-538e-8e1d-5fb4ea3a3811, identifier: NU20%20NLC
2026-03-30 06:48:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66e21954-aa6b-5c24-ac07-e98aff699d78 with identifier: VN72%20UVR
2026-03-30 06:48:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66e21954-aa6b-5c24-ac07-e98aff699d78 with identifier: VN72%20UVR
2026-03-30 06:48:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66e21954-aa6b-5c24-ac07-e98aff699d78 with identifier: VN72%20UVR to the API
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN72%20UVR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66e21954-aa6b-5c24-ac07-e98aff699d78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN72 UVR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN72%20UVR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'BAYON',
 'odometer': 13249,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'HYUNDAI BAYON 1.0 TGDI 100 48V MHEV PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'TGDI 100 48V MHEV PREMIUM DCT',
 'vin': 'NLHBR81GVPZ249761',
 'year': 2023}
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520UVR%27 HTTP/1.1" 200 None
2026-03-30 06:48:24 [bca.uk] INFO: Saving data for VN72%20UVR: {'auction_closing_time': 1775037600.0, 'created_time': 1774477586.297011, 'last_price_update_time': 1774853304.702278}
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520UVR') HTTP/1.1" 204 0
2026-03-30 06:48:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c400a377-25db-58e4-b851-8a8965908a93 with identifier: LA72%20AJR
2026-03-30 06:48:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c400a377-25db-58e4-b851-8a8965908a93 with identifier: LA72%20AJR
2026-03-30 06:48:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c400a377-25db-58e4-b851-8a8965908a93 with identifier: LA72%20AJR to the API
2026-03-30 06:48:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20AJR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c400a377-25db-58e4-b851-8a8965908a93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 AJR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20AJR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 75168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK9PC577820',
 'year': 2022}
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520AJR%27 HTTP/1.1" 200 None
2026-03-30 06:48:25 [bca.uk] INFO: Saving data for LA72%20AJR: {'auction_closing_time': 1774864800.0, 'created_time': 1774276867.789139, 'last_price_update_time': 1774853305.263564}
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520AJR') HTTP/1.1" 204 0
2026-03-30 06:48:25 [bca.uk] INFO: Found listing with ID: DF63%20KBE
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF63%2520KBE%27 HTTP/1.1" 200 None
2026-03-30 06:48:25 [bca.uk] INFO: Scrape type for DF63%20KBE: 2
2026-03-30 06:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7a11c37-78d6-522e-abc6-e96b3e080768 with identifier: DF63%20KBE
2026-03-30 06:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7a11c37-78d6-522e-abc6-e96b3e080768 with scrape type 2
2026-03-30 06:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7a11c37-78d6-522e-abc6-e96b3e080768 with scrape type 2
2026-03-30 06:48:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7a11c37-78d6-522e-abc6-e96b3e080768, identifier: DF63%20KBE
2026-03-30 06:48:25 [bca.uk] INFO: Found listing with ID: WJ66%20FHR
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ66%2520FHR%27 HTTP/1.1" 200 None
2026-03-30 06:48:25 [bca.uk] INFO: Scrape type for WJ66%20FHR: 2
2026-03-30 06:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e8df344-c5c6-55c8-9885-f5405f65aa3d with identifier: WJ66%20FHR
2026-03-30 06:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e8df344-c5c6-55c8-9885-f5405f65aa3d with scrape type 2
2026-03-30 06:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e8df344-c5c6-55c8-9885-f5405f65aa3d with scrape type 2
2026-03-30 06:48:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e8df344-c5c6-55c8-9885-f5405f65aa3d, identifier: WJ66%20FHR
2026-03-30 06:48:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with identifier: NU20%20NLC
2026-03-30 06:48:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with identifier: NU20%20NLC
2026-03-30 06:48:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddc50b4a-2259-538e-8e1d-5fb4ea3a3811 with identifier: NU20%20NLC to the API
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU20%20NLC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ddc50b4a-2259-538e-8e1d-5fb4ea3a3811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU20 NLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU20%20NLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 51389,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D150 2WD R-DYNAMIC S Hatchback',
 'transmission': 'manual',
 'trim': 'D150 2WD R-DYNAMIC S',
 'vin': 'SALZB2CN5LH097120',
 'year': 2020}
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU20%2520NLC%27 HTTP/1.1" 200 None
2026-03-30 06:48:25 [bca.uk] INFO: Saving data for NU20%20NLC: {'auction_closing_time': 1775037600.0, 'created_time': 1774477090.672945, 'last_price_update_time': 1774853305.786037}
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU20%2520NLC') HTTP/1.1" 204 0
2026-03-30 06:48:25 [bca.uk] INFO: Found listing with ID: LN65%20LZL
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN65%2520LZL%27 HTTP/1.1" 200 None
2026-03-30 06:48:25 [bca.uk] INFO: Scrape type for LN65%20LZL: 2
2026-03-30 06:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b90c18b5-4068-505c-ba0a-5d0076498a92 with identifier: LN65%20LZL
2026-03-30 06:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b90c18b5-4068-505c-ba0a-5d0076498a92 with scrape type 2
2026-03-30 06:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b90c18b5-4068-505c-ba0a-5d0076498a92 with scrape type 2
2026-03-30 06:48:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b90c18b5-4068-505c-ba0a-5d0076498a92, identifier: LN65%20LZL
2026-03-30 06:48:25 [bca.uk] INFO: Found listing with ID: YS71%20MWW
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS71%2520MWW%27 HTTP/1.1" 200 None
2026-03-30 06:48:25 [bca.uk] INFO: Scrape type for YS71%20MWW: 2
2026-03-30 06:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with identifier: YS71%20MWW
2026-03-30 06:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with scrape type 2
2026-03-30 06:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with scrape type 2
2026-03-30 06:48:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86cc6ce6-0297-52af-a4f2-63e1bca4f2db, identifier: YS71%20MWW
2026-03-30 06:48:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7a11c37-78d6-522e-abc6-e96b3e080768 with identifier: DF63%20KBE
2026-03-30 06:48:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7a11c37-78d6-522e-abc6-e96b3e080768 with identifier: DF63%20KBE
2026-03-30 06:48:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7a11c37-78d6-522e-abc6-e96b3e080768 with identifier: DF63%20KBE to the API
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF63%20KBE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f7a11c37-78d6-522e-abc6-e96b3e080768',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF63 KBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF63%20KBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 55448,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.6 TDI 105 S Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 105 S',
 'vin': 'WVWZZZAUZEW107445',
 'year': 2013}
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF63%2520KBE%27 HTTP/1.1" 200 None
2026-03-30 06:48:26 [bca.uk] INFO: Saving data for DF63%20KBE: {'auction_closing_time': 1774951200.0, 'created_time': 1774447314.004694, 'last_price_update_time': 1774853306.310621}
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF63%2520KBE') HTTP/1.1" 204 0
2026-03-30 06:48:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e8df344-c5c6-55c8-9885-f5405f65aa3d with identifier: WJ66%20FHR
2026-03-30 06:48:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e8df344-c5c6-55c8-9885-f5405f65aa3d with identifier: WJ66%20FHR
2026-03-30 06:48:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e8df344-c5c6-55c8-9885-f5405f65aa3d with identifier: WJ66%20FHR to the API
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ66%20FHR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0e8df344-c5c6-55c8-9885-f5405f65aa3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ66 FHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ66%20FHR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 116218,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE LUXURY',
 'vin': 'SALCA2ANXHH640075',
 'year': 2016}
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ66%2520FHR%27 HTTP/1.1" 200 None
2026-03-30 06:48:26 [bca.uk] INFO: Saving data for WJ66%20FHR: {'auction_closing_time': 1774864800.0, 'created_time': 1774477317.629112, 'last_price_update_time': 1774853306.73969}
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ66%2520FHR') HTTP/1.1" 204 0
2026-03-30 06:48:26 [bca.uk] INFO: Found listing with ID: YB67%20HVG
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB67%2520HVG%27 HTTP/1.1" 200 None
2026-03-30 06:48:26 [bca.uk] INFO: Scrape type for YB67%20HVG: 2
2026-03-30 06:48:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with identifier: YB67%20HVG
2026-03-30 06:48:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with scrape type 2
2026-03-30 06:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with scrape type 2
2026-03-30 06:48:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0, identifier: YB67%20HVG
2026-03-30 06:48:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b90c18b5-4068-505c-ba0a-5d0076498a92 with identifier: LN65%20LZL
2026-03-30 06:48:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b90c18b5-4068-505c-ba0a-5d0076498a92 with identifier: LN65%20LZL
2026-03-30 06:48:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b90c18b5-4068-505c-ba0a-5d0076498a92 with identifier: LN65%20LZL to the API
2026-03-30 06:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN65%20LZL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b90c18b5-4068-505c-ba0a-5d0076498a92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN65 LZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN65%20LZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'A45 AMG',
 'odometer': 81615,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A45 AMG 2.0 4MATIC DCT Hatchback',
 'transmission': 'automatic',
 'trim': '4MATIC DCT',
 'vin': 'WDD1760522J350075',
 'year': 2015}
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN65%2520LZL%27 HTTP/1.1" 200 None
2026-03-30 06:48:27 [bca.uk] INFO: Saving data for LN65%20LZL: {'auction_closing_time': 1774951200.0, 'created_time': 1774390244.372932, 'last_price_update_time': 1774853307.152556}
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN65%2520LZL') HTTP/1.1" 204 0
2026-03-30 06:48:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with identifier: YS71%20MWW
2026-03-30 06:48:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with identifier: YS71%20MWW
2026-03-30 06:48:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86cc6ce6-0297-52af-a4f2-63e1bca4f2db with identifier: YS71%20MWW to the API
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 48,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS71%20MWW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '86cc6ce6-0297-52af-a4f2-63e1bca4f2db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YS71 MWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS71%20MWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 137608,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV INSCRIPTION EXPRESSION StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV INSCRIPTION EXPRESSION',
 'vin': 'YV1XZBWVFN2711513',
 'year': 2021}
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS71%2520MWW%27 HTTP/1.1" 200 None
2026-03-30 06:48:27 [bca.uk] INFO: Saving data for YS71%20MWW: {'auction_closing_time': 1774864800.0, 'created_time': 1774276870.094035, 'last_price_update_time': 1774853307.449182}
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS71%2520MWW') HTTP/1.1" 204 0
2026-03-30 06:48:27 [bca.uk] INFO: Found listing with ID: SG71%20OBV
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG71%2520OBV%27 HTTP/1.1" 200 None
2026-03-30 06:48:27 [bca.uk] INFO: Scrape type for SG71%20OBV: 2
2026-03-30 06:48:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8eb2730-a330-550a-b10f-57750ab7c7f6 with identifier: SG71%20OBV
2026-03-30 06:48:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8eb2730-a330-550a-b10f-57750ab7c7f6 with scrape type 2
2026-03-30 06:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8eb2730-a330-550a-b10f-57750ab7c7f6 with scrape type 2
2026-03-30 06:48:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8eb2730-a330-550a-b10f-57750ab7c7f6, identifier: SG71%20OBV
2026-03-30 06:48:27 [bca.uk] INFO: Found listing with ID: WK69%20PXF
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520PXF%27 HTTP/1.1" 200 None
2026-03-30 06:48:27 [bca.uk] INFO: Scrape type for WK69%20PXF: 2
2026-03-30 06:48:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 180bc39b-a207-5b95-bba5-905a378ce679 with identifier: WK69%20PXF
2026-03-30 06:48:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 180bc39b-a207-5b95-bba5-905a378ce679 with scrape type 2
2026-03-30 06:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 180bc39b-a207-5b95-bba5-905a378ce679 with scrape type 2
2026-03-30 06:48:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 180bc39b-a207-5b95-bba5-905a378ce679, identifier: WK69%20PXF
2026-03-30 06:48:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with identifier: YB67%20HVG
2026-03-30 06:48:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with identifier: YB67%20HVG
2026-03-30 06:48:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6251bb80-5b8f-532d-b6c2-e0ebec08a9e0 with identifier: YB67%20HVG to the API
2026-03-30 06:48:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB67%20HVG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6251bb80-5b8f-532d-b6c2-e0ebec08a9e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB67 HVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB67%20HVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 55080,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE DYNAMIC LUXURY '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE DYNAMIC LUXURY',
 'vin': 'SALCA2AN7HH710552',
 'year': 2018}
2026-03-30 06:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB67%2520HVG%27 HTTP/1.1" 200 None
2026-03-30 06:48:28 [bca.uk] INFO: Saving data for YB67%20HVG: {'auction_closing_time': 1775037600.0, 'created_time': 1774477096.145922, 'last_price_update_time': 1774853308.657931}
2026-03-30 06:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB67%2520HVG') HTTP/1.1" 204 0
2026-03-30 06:48:28 [bca.uk] INFO: Found listing with ID: BF12%20TTX
2026-03-30 06:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF12%2520TTX%27 HTTP/1.1" 200 None
2026-03-30 06:48:28 [bca.uk] INFO: Scrape type for BF12%20TTX: 2
2026-03-30 06:48:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd71da12-df71-574a-b7bf-65d6e3cf9792 with identifier: BF12%20TTX
2026-03-30 06:48:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd71da12-df71-574a-b7bf-65d6e3cf9792 with scrape type 2
2026-03-30 06:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd71da12-df71-574a-b7bf-65d6e3cf9792 with scrape type 2
2026-03-30 06:48:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd71da12-df71-574a-b7bf-65d6e3cf9792, identifier: BF12%20TTX
2026-03-30 06:48:28 [bca.uk] INFO: Found listing with ID: NL22%20RXP
2026-03-30 06:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520RXP%27 HTTP/1.1" 200 None
2026-03-30 06:48:28 [bca.uk] INFO: Scrape type for NL22%20RXP: 2
2026-03-30 06:48:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with identifier: NL22%20RXP
2026-03-30 06:48:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with scrape type 2
2026-03-30 06:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with scrape type 2
2026-03-30 06:48:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd389b23-ceb2-51bb-8586-0b1f2c0e1625, identifier: NL22%20RXP
2026-03-30 06:48:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8eb2730-a330-550a-b10f-57750ab7c7f6 with identifier: SG71%20OBV
2026-03-30 06:48:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8eb2730-a330-550a-b10f-57750ab7c7f6 with identifier: SG71%20OBV
2026-03-30 06:48:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8eb2730-a330-550a-b10f-57750ab7c7f6 with identifier: SG71%20OBV to the API
2026-03-30 06:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 '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': 'd8eb2730-a330-550a-b10f-57750ab7c7f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG71 OBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG71%20OBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 66087,
 'odometer_reading_unit': '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 TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 280 SWB TREND L/R',
 'vin': 'WF0YXXTTGYMC01299',
 'year': 2021}
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG71%2520OBV%27 HTTP/1.1" 200 None
2026-03-30 06:48:29 [bca.uk] INFO: Saving data for SG71%20OBV: {'auction_closing_time': 1775210400.0, 'created_time': 1774447305.239638, 'last_price_update_time': 1774853309.201693}
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG71%2520OBV') HTTP/1.1" 204 0
2026-03-30 06:48:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 180bc39b-a207-5b95-bba5-905a378ce679 with identifier: WK69%20PXF
2026-03-30 06:48:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 180bc39b-a207-5b95-bba5-905a378ce679 with identifier: WK69%20PXF
2026-03-30 06:48:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 180bc39b-a207-5b95-bba5-905a378ce679 with identifier: WK69%20PXF to the API
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK69%20PXF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '180bc39b-a207-5b95-bba5-905a378ce679',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK69 PXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK69%20PXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 44901,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VF3MRHNSMKS338611',
 'year': 2019}
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK69%2520PXF%27 HTTP/1.1" 200 None
2026-03-30 06:48:29 [bca.uk] INFO: Saving data for WK69%20PXF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477319.895546, 'last_price_update_time': 1774853309.513453}
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK69%2520PXF') HTTP/1.1" 204 0
2026-03-30 06:48:29 [bca.uk] INFO: Found listing with ID: CA16%20FPG
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA16%2520FPG%27 HTTP/1.1" 200 None
2026-03-30 06:48:29 [bca.uk] INFO: Scrape type for CA16%20FPG: 2
2026-03-30 06:48:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f360d7e-958d-5f22-81b9-20967643dbdd with identifier: CA16%20FPG
2026-03-30 06:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f360d7e-958d-5f22-81b9-20967643dbdd with scrape type 2
2026-03-30 06:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f360d7e-958d-5f22-81b9-20967643dbdd with scrape type 2
2026-03-30 06:48:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f360d7e-958d-5f22-81b9-20967643dbdd, identifier: CA16%20FPG
2026-03-30 06:48:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd71da12-df71-574a-b7bf-65d6e3cf9792 with identifier: BF12%20TTX
2026-03-30 06:48:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd71da12-df71-574a-b7bf-65d6e3cf9792 with identifier: BF12%20TTX
2026-03-30 06:48:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd71da12-df71-574a-b7bf-65d6e3cf9792 with identifier: BF12%20TTX to the API
2026-03-30 06:48:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF12%20TTX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd71da12-df71-574a-b7bf-65d6e3cf9792',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF12 TTX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF12%20TTX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 250',
 'odometer': 90324,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 250 2.1 CDI B/E AMG SPORT TIP Roadster',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT TIP',
 'vin': 'WDD1724032F036655',
 'year': 2012}
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF12%2520TTX%27 HTTP/1.1" 200 None
2026-03-30 06:48:30 [bca.uk] INFO: Saving data for BF12%20TTX: {'auction_closing_time': 1774951200.0, 'created_time': 1774477479.114953, 'last_price_update_time': 1774853310.082596}
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF12%2520TTX') HTTP/1.1" 204 0
2026-03-30 06:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with identifier: NL22%20RXP
2026-03-30 06:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with identifier: NL22%20RXP
2026-03-30 06:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd389b23-ceb2-51bb-8586-0b1f2c0e1625 with identifier: NL22%20RXP to the API
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL22%20RXP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cd389b23-ceb2-51bb-8586-0b1f2c0e1625',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL22 RXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL22%20RXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 23389,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK0NC345412',
 'year': 2022}
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL22%2520RXP%27 HTTP/1.1" 200 None
2026-03-30 06:48:30 [bca.uk] INFO: Saving data for NL22%20RXP: {'auction_closing_time': 1774864800.0, 'created_time': 1774276830.530747, 'last_price_update_time': 1774853310.36663}
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL22%2520RXP') HTTP/1.1" 204 0
2026-03-30 06:48:30 [bca.uk] INFO: Found listing with ID: SG22%20NNY
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520NNY%27 HTTP/1.1" 200 None
2026-03-30 06:48:30 [bca.uk] INFO: Scrape type for SG22%20NNY: 2
2026-03-30 06:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9aef5112-76fd-592a-a866-ce1cde2b1ecc with identifier: SG22%20NNY
2026-03-30 06:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9aef5112-76fd-592a-a866-ce1cde2b1ecc with scrape type 2
2026-03-30 06:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9aef5112-76fd-592a-a866-ce1cde2b1ecc with scrape type 2
2026-03-30 06:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9aef5112-76fd-592a-a866-ce1cde2b1ecc, identifier: SG22%20NNY
2026-03-30 06:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:48:30 [bca.uk] INFO: Found listing with ID: YD17%20MTC
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD17%2520MTC%27 HTTP/1.1" 200 None
2026-03-30 06:48:30 [bca.uk] INFO: Scrape type for YD17%20MTC: 2
2026-03-30 06:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with identifier: YD17%20MTC
2026-03-30 06:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with scrape type 2
2026-03-30 06:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with scrape type 2
2026-03-30 06:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9, identifier: YD17%20MTC
2026-03-30 06:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f360d7e-958d-5f22-81b9-20967643dbdd with identifier: CA16%20FPG
2026-03-30 06:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f360d7e-958d-5f22-81b9-20967643dbdd with identifier: CA16%20FPG
2026-03-30 06:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f360d7e-958d-5f22-81b9-20967643dbdd with identifier: CA16%20FPG to the API
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA16%20FPG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2f360d7e-958d-5f22-81b9-20967643dbdd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA16 FPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA16%20FPG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 56894,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 0.9 TCE 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 DYNAMIQUE',
 'vin': 'VF12RD11A55496234',
 'year': 2016}
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA16%2520FPG%27 HTTP/1.1" 200 None
2026-03-30 06:48:30 [bca.uk] INFO: Saving data for CA16%20FPG: {'auction_closing_time': 1775124000.0, 'created_time': 1774477096.844865, 'last_price_update_time': 1774853310.967546}
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA16%2520FPG') HTTP/1.1" 204 0
2026-03-30 06:48:30 [bca.uk] INFO: Found listing with ID: HN61%20HZX
2026-03-30 06:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520HZX%27 HTTP/1.1" 200 None
2026-03-30 06:48:31 [bca.uk] INFO: Scrape type for HN61%20HZX: 2
2026-03-30 06:48:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with identifier: HN61%20HZX
2026-03-30 06:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with scrape type 2
2026-03-30 06:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with scrape type 2
2026-03-30 06:48:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7, identifier: HN61%20HZX
2026-03-30 06:48:31 [bca.uk] INFO: Found listing with ID: MA23%20DWF
2026-03-30 06:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520DWF%27 HTTP/1.1" 200 None
2026-03-30 06:48:31 [bca.uk] INFO: Scrape type for MA23%20DWF: 2
2026-03-30 06:48:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f02ee01-a3d1-57f1-838d-c51e675ff511 with identifier: MA23%20DWF
2026-03-30 06:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f02ee01-a3d1-57f1-838d-c51e675ff511 with scrape type 2
2026-03-30 06:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f02ee01-a3d1-57f1-838d-c51e675ff511 with scrape type 2
2026-03-30 06:48:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f02ee01-a3d1-57f1-838d-c51e675ff511, identifier: MA23%20DWF
2026-03-30 06:48:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9aef5112-76fd-592a-a866-ce1cde2b1ecc with identifier: SG22%20NNY
2026-03-30 06:48:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9aef5112-76fd-592a-a866-ce1cde2b1ecc with identifier: SG22%20NNY
2026-03-30 06:48:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9aef5112-76fd-592a-a866-ce1cde2b1ecc with identifier: SG22%20NNY to the API
2026-03-30 06:48:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9aef5112-76fd-592a-a866-ce1cde2b1ecc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG22 NNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG22%20NNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 104327,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB TREND L/R',
 'vin': 'WF0YXXTTGYMD48413',
 'year': 2022}
2026-03-30 06:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520NNY%27 HTTP/1.1" 200 None
2026-03-30 06:48:32 [bca.uk] INFO: Saving data for SG22%20NNY: {'auction_closing_time': 1775210400.0, 'created_time': 1774447411.143776, 'last_price_update_time': 1774853312.006138}
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520NNY') HTTP/1.1" 204 0
2026-03-30 06:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with identifier: YD17%20MTC
2026-03-30 06:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with identifier: YD17%20MTC
2026-03-30 06:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9 with identifier: YD17%20MTC to the API
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD17%20MTC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9ab7fa1d-2f1c-5534-9c58-2f89648fb1c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD17 MTC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD17%20MTC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 64056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.6 TDI 116 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 116 SPORT',
 'vin': 'WAUZZZGA0HA002933',
 'year': 2017}
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD17%2520MTC%27 HTTP/1.1" 200 None
2026-03-30 06:48:32 [bca.uk] INFO: Saving data for YD17%20MTC: {'auction_closing_time': 1774864800.0, 'created_time': 1774477309.229604, 'last_price_update_time': 1774853312.282517}
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD17%2520MTC') HTTP/1.1" 204 0
2026-03-30 06:48:32 [bca.uk] INFO: Found listing with ID: DSZ%204629
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DSZ%25204629%27 HTTP/1.1" 200 None
2026-03-30 06:48:32 [bca.uk] INFO: Scrape type for DSZ%204629: 2
2026-03-30 06:48:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de5ca64a-50c4-50f0-9b8e-041745594059 with identifier: DSZ%204629
2026-03-30 06:48:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de5ca64a-50c4-50f0-9b8e-041745594059 with scrape type 2
2026-03-30 06:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de5ca64a-50c4-50f0-9b8e-041745594059 with scrape type 2
2026-03-30 06:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de5ca64a-50c4-50f0-9b8e-041745594059, identifier: DSZ%204629
2026-03-30 06:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with identifier: HN61%20HZX
2026-03-30 06:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with identifier: HN61%20HZX
2026-03-30 06:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7 with identifier: HN61%20HZX to the API
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN61%20HZX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9b5e6b8a-057a-59e9-ad22-1b060b1ba7f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN61 HZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN61%20HZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 66393,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S JOHN COOPER WORKS Hatchback',
 'transmission': 'manual',
 'trim': 'S JOHN COOPER WORKS',
 'vin': 'WMWSV92010T238589',
 'year': 2011}
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520HZX%27 HTTP/1.1" 200 None
2026-03-30 06:48:32 [bca.uk] INFO: Saving data for HN61%20HZX: {'auction_closing_time': 1774951200.0, 'created_time': 1774477523.506819, 'last_price_update_time': 1774853312.721556}
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN61%2520HZX') HTTP/1.1" 204 0
2026-03-30 06:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f02ee01-a3d1-57f1-838d-c51e675ff511 with identifier: MA23%20DWF
2026-03-30 06:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f02ee01-a3d1-57f1-838d-c51e675ff511 with identifier: MA23%20DWF
2026-03-30 06:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f02ee01-a3d1-57f1-838d-c51e675ff511 with identifier: MA23%20DWF to the API
2026-03-30 06:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20DWF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5f02ee01-a3d1-57f1-838d-c51e675ff511',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA23 DWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20DWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 24701,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 HYBRID AGILE Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID AGILE',
 'vin': 'JMZKBAC360A278164',
 'year': 2023}
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520DWF%27 HTTP/1.1" 200 None
2026-03-30 06:48:33 [bca.uk] INFO: Saving data for MA23%20DWF: {'auction_closing_time': 1774864800.0, 'created_time': 1774276831.431316, 'last_price_update_time': 1774853313.109236}
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520DWF') HTTP/1.1" 204 0
2026-03-30 06:48:33 [bca.uk] INFO: Found listing with ID: LB69%20SKO
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520SKO%27 HTTP/1.1" 200 None
2026-03-30 06:48:33 [bca.uk] INFO: Scrape type for LB69%20SKO: 2
2026-03-30 06:48:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03a084e7-7a91-5810-9b45-533922de19a0 with identifier: LB69%20SKO
2026-03-30 06:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03a084e7-7a91-5810-9b45-533922de19a0 with scrape type 2
2026-03-30 06:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03a084e7-7a91-5810-9b45-533922de19a0 with scrape type 2
2026-03-30 06:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03a084e7-7a91-5810-9b45-533922de19a0, identifier: LB69%20SKO
2026-03-30 06:48:33 [bca.uk] INFO: Found listing with ID: YJ65%20YRV
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520YRV%27 HTTP/1.1" 200 None
2026-03-30 06:48:33 [bca.uk] INFO: Scrape type for YJ65%20YRV: 2
2026-03-30 06:48:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69660855-f1df-59d1-8a07-da3b05d6b270 with identifier: YJ65%20YRV
2026-03-30 06:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69660855-f1df-59d1-8a07-da3b05d6b270 with scrape type 2
2026-03-30 06:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69660855-f1df-59d1-8a07-da3b05d6b270 with scrape type 2
2026-03-30 06:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69660855-f1df-59d1-8a07-da3b05d6b270, identifier: YJ65%20YRV
2026-03-30 06:48:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de5ca64a-50c4-50f0-9b8e-041745594059 with identifier: DSZ%204629
2026-03-30 06:48:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de5ca64a-50c4-50f0-9b8e-041745594059 with identifier: DSZ%204629
2026-03-30 06:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de5ca64a-50c4-50f0-9b8e-041745594059 with identifier: DSZ%204629 to the API
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DSZ%204629-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'de5ca64a-50c4-50f0-9b8e-041745594059',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DSZ 4629',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DSZ%204629&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 54867,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.5 VTI-TECH EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCLUSIVE',
 'vin': 'SDPW7CBDAKZ072718',
 'year': 2019}
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DSZ%25204629%27 HTTP/1.1" 200 None
2026-03-30 06:48:33 [bca.uk] INFO: Saving data for DSZ%204629: {'auction_closing_time': 1775124000.0, 'created_time': 1774477043.66304, 'last_price_update_time': 1774853313.653074}
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DSZ%25204629') HTTP/1.1" 204 0
2026-03-30 06:48:33 [bca.uk] INFO: Found listing with ID: FB03%20FKM
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB03%2520FKM%27 HTTP/1.1" 200 None
2026-03-30 06:48:33 [bca.uk] INFO: Scrape type for FB03%20FKM: 2
2026-03-30 06:48:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 642b63b7-4596-592f-a48e-b56e43b8e344 with identifier: FB03%20FKM
2026-03-30 06:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 642b63b7-4596-592f-a48e-b56e43b8e344 with scrape type 2
2026-03-30 06:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 642b63b7-4596-592f-a48e-b56e43b8e344 with scrape type 2
2026-03-30 06:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 642b63b7-4596-592f-a48e-b56e43b8e344, identifier: FB03%20FKM
2026-03-30 06:48:33 [bca.uk] INFO: Found listing with ID: MA72%20YBB
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520YBB%27 HTTP/1.1" 200 None
2026-03-30 06:48:33 [bca.uk] INFO: Scrape type for MA72%20YBB: 2
2026-03-30 06:48:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da369d85-3b08-5153-962d-44302acc77f5 with identifier: MA72%20YBB
2026-03-30 06:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da369d85-3b08-5153-962d-44302acc77f5 with scrape type 2
2026-03-30 06:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da369d85-3b08-5153-962d-44302acc77f5 with scrape type 2
2026-03-30 06:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da369d85-3b08-5153-962d-44302acc77f5, identifier: MA72%20YBB
2026-03-30 06:48:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03a084e7-7a91-5810-9b45-533922de19a0 with identifier: LB69%20SKO
2026-03-30 06:48:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03a084e7-7a91-5810-9b45-533922de19a0 with identifier: LB69%20SKO
2026-03-30 06:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03a084e7-7a91-5810-9b45-533922de19a0 with identifier: LB69%20SKO to the API
2026-03-30 06:48:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB69%20SKO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '03a084e7-7a91-5810-9b45-533922de19a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB69 SKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB69%20SKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 22033,
 'odometer_reading_unit': '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 SPORT PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT PREMIUM DCT',
 'vin': 'WDD1770872J169883',
 'year': 2019}
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB69%2520SKO%27 HTTP/1.1" 200 None
2026-03-30 06:48:34 [bca.uk] INFO: Saving data for LB69%20SKO: {'auction_closing_time': 1774864800.0, 'created_time': 1774447415.086481, 'last_price_update_time': 1774853314.16405}
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB69%2520SKO') HTTP/1.1" 204 0
2026-03-30 06:48:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69660855-f1df-59d1-8a07-da3b05d6b270 with identifier: YJ65%20YRV
2026-03-30 06:48:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69660855-f1df-59d1-8a07-da3b05d6b270 with identifier: YJ65%20YRV
2026-03-30 06:48:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69660855-f1df-59d1-8a07-da3b05d6b270 with identifier: YJ65%20YRV to the API
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ65%20YRV-GB',
 'category': 'Car',
 'color': 'glacier silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '69660855-f1df-59d1-8a07-da3b05d6b270',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ65 YRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ65%20YRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '220D',
 'odometer': 87585,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 220D 2.0 190 SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': '190 SPORT STEP',
 'vin': 'WBA2G72080V297352',
 'year': 2015}
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ65%2520YRV%27 HTTP/1.1" 200 None
2026-03-30 06:48:34 [bca.uk] INFO: Saving data for YJ65%20YRV: {'auction_closing_time': 1774864800.0, 'created_time': 1773822534.399612, 'last_price_update_time': 1774853314.482889}
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ65%2520YRV') HTTP/1.1" 204 0
2026-03-30 06:48:34 [bca.uk] INFO: Found listing with ID: LJ18%20VEY
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ18%2520VEY%27 HTTP/1.1" 200 None
2026-03-30 06:48:34 [bca.uk] INFO: Scrape type for LJ18%20VEY: 2
2026-03-30 06:48:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2c0bee6-5b49-5ded-956f-4465975f75e3 with identifier: LJ18%20VEY
2026-03-30 06:48:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2c0bee6-5b49-5ded-956f-4465975f75e3 with scrape type 2
2026-03-30 06:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2c0bee6-5b49-5ded-956f-4465975f75e3 with scrape type 2
2026-03-30 06:48:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2c0bee6-5b49-5ded-956f-4465975f75e3, identifier: LJ18%20VEY
2026-03-30 06:48:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 642b63b7-4596-592f-a48e-b56e43b8e344 with identifier: FB03%20FKM
2026-03-30 06:48:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 642b63b7-4596-592f-a48e-b56e43b8e344 with identifier: FB03%20FKM
2026-03-30 06:48:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 642b63b7-4596-592f-a48e-b56e43b8e344 with identifier: FB03%20FKM to the API
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 255,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FB03%20FKM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '642b63b7-4596-592f-a48e-b56e43b8e344',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FB03 FKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FB03%20FKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'BOXSTER',
 'odometer': 101329,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'PORSCHE BOXSTER 3.2 S 260 Roadster',
 'transmission': 'manual',
 'trim': 'S 260',
 'vin': 'WP0ZZZ98Z3U644411',
 'year': 2003}
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB03%2520FKM%27 HTTP/1.1" 200 None
2026-03-30 06:48:34 [bca.uk] INFO: Saving data for FB03%20FKM: {'auction_closing_time': 1774951200.0, 'created_time': 1774477470.11377, 'last_price_update_time': 1774853314.906277}
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FB03%2520FKM') HTTP/1.1" 204 0
2026-03-30 06:48:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da369d85-3b08-5153-962d-44302acc77f5 with identifier: MA72%20YBB
2026-03-30 06:48:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da369d85-3b08-5153-962d-44302acc77f5 with identifier: MA72%20YBB
2026-03-30 06:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da369d85-3b08-5153-962d-44302acc77f5 with identifier: MA72%20YBB to the API
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA72%20YBB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'da369d85-3b08-5153-962d-44302acc77f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA72 YBB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA72%20YBB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'ZOE E-TECH',
 'odometer': 29737,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT ZOE E-TECH 50KWH 135 GT LINE+ (50KW) Hatchback',
 'transmission': 'automatic',
 'trim': '50KWH 135 GT LINE+ (50KW)',
 'vin': 'VF1AG000669595343',
 'year': 2022}
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA72%2520YBB%27 HTTP/1.1" 200 None
2026-03-30 06:48:35 [bca.uk] INFO: Saving data for MA72%20YBB: {'auction_closing_time': 1774864800.0, 'created_time': 1774276834.42778, 'last_price_update_time': 1774853315.200593}
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA72%2520YBB') HTTP/1.1" 204 0
2026-03-30 06:48:35 [bca.uk] INFO: Found listing with ID: BJ73%20LGA
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ73%2520LGA%27 HTTP/1.1" 200 None
2026-03-30 06:48:35 [bca.uk] INFO: Scrape type for BJ73%20LGA: 2
2026-03-30 06:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f524f214-ee82-549c-9dbe-c1f3490d7663 with identifier: BJ73%20LGA
2026-03-30 06:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f524f214-ee82-549c-9dbe-c1f3490d7663 with scrape type 2
2026-03-30 06:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f524f214-ee82-549c-9dbe-c1f3490d7663 with scrape type 2
2026-03-30 06:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f524f214-ee82-549c-9dbe-c1f3490d7663, identifier: BJ73%20LGA
2026-03-30 06:48:35 [bca.uk] INFO: Found listing with ID: AF63%20PHX
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF63%2520PHX%27 HTTP/1.1" 200 None
2026-03-30 06:48:35 [bca.uk] INFO: Scrape type for AF63%20PHX: 2
2026-03-30 06:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with identifier: AF63%20PHX
2026-03-30 06:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with scrape type 2
2026-03-30 06:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with scrape type 2
2026-03-30 06:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9, identifier: AF63%20PHX
2026-03-30 06:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2c0bee6-5b49-5ded-956f-4465975f75e3 with identifier: LJ18%20VEY
2026-03-30 06:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2c0bee6-5b49-5ded-956f-4465975f75e3 with identifier: LJ18%20VEY
2026-03-30 06:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2c0bee6-5b49-5ded-956f-4465975f75e3 with identifier: LJ18%20VEY to the API
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a2c0bee6-5b49-5ded-956f-4465975f75e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ18 VEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ18%20VEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 102055,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 306 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 306 HSE',
 'vin': 'SALWA2AKXJA400770',
 'year': 2018}
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ18%2520VEY%27 HTTP/1.1" 200 None
2026-03-30 06:48:35 [bca.uk] INFO: Saving data for LJ18%20VEY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477074.635899, 'last_price_update_time': 1774853315.763138}
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ18%2520VEY') HTTP/1.1" 204 0
2026-03-30 06:48:35 [bca.uk] INFO: Found listing with ID: YJ15%20ENE
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ15%2520ENE%27 HTTP/1.1" 200 None
2026-03-30 06:48:35 [bca.uk] INFO: Scrape type for YJ15%20ENE: 2
2026-03-30 06:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ddda4ab-89fc-578e-a943-8312abee0df2 with identifier: YJ15%20ENE
2026-03-30 06:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ddda4ab-89fc-578e-a943-8312abee0df2 with scrape type 2
2026-03-30 06:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ddda4ab-89fc-578e-a943-8312abee0df2 with scrape type 2
2026-03-30 06:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ddda4ab-89fc-578e-a943-8312abee0df2, identifier: YJ15%20ENE
2026-03-30 06:48:35 [bca.uk] INFO: Found listing with ID: GJ19%20VTE
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ19%2520VTE%27 HTTP/1.1" 200 None
2026-03-30 06:48:35 [bca.uk] INFO: Scrape type for GJ19%20VTE: 2
2026-03-30 06:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82b75204-6dbf-5301-856e-7a47d89327ea with identifier: GJ19%20VTE
2026-03-30 06:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82b75204-6dbf-5301-856e-7a47d89327ea with scrape type 2
2026-03-30 06:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82b75204-6dbf-5301-856e-7a47d89327ea with scrape type 2
2026-03-30 06:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82b75204-6dbf-5301-856e-7a47d89327ea, identifier: GJ19%20VTE
2026-03-30 06:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f524f214-ee82-549c-9dbe-c1f3490d7663 with identifier: BJ73%20LGA
2026-03-30 06:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f524f214-ee82-549c-9dbe-c1f3490d7663 with identifier: BJ73%20LGA
2026-03-30 06:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f524f214-ee82-549c-9dbe-c1f3490d7663 with identifier: BJ73%20LGA to the API
2026-03-30 06:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 193,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ73%20LGA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f524f214-ee82-549c-9dbe-c1f3490d7663',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ73 LGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ73%20LGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 54847,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYPY00951',
 'year': 2023}
2026-03-30 06:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ73%2520LGA%27 HTTP/1.1" 200 None
2026-03-30 06:48:36 [bca.uk] INFO: Saving data for BJ73%20LGA: {'auction_closing_time': 1775037600.0, 'created_time': 1774392229.998769, 'last_price_update_time': 1774853316.289577}
2026-03-30 06:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ73%2520LGA') HTTP/1.1" 204 0
2026-03-30 06:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with identifier: AF63%20PHX
2026-03-30 06:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:48:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=imperial+blue HTTP/1.1" 200 None
2026-03-30 06:48:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:48:36 [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:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with identifier: AF63%20PHX
2026-03-30 06:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09bf1cb6-d18a-5e02-b49a-4af27d2f91e9 with identifier: AF63%20PHX to the API
2026-03-30 06:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF63%20PHX-GB',
 'category': 'Car',
 'color': 'imperial blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '09bf1cb6-d18a-5e02-b49a-4af27d2f91e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF63 PHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF63%20PHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '520D',
 'odometer': 144854,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 SE TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'SE TOURING STEP',
 'vin': 'WBA5J32070D695066',
 'year': 2013}
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF63%2520PHX%27 HTTP/1.1" 200 None
2026-03-30 06:48:37 [bca.uk] INFO: Saving data for AF63%20PHX: {'auction_closing_time': 1774864800.0, 'created_time': 1774477307.790877, 'last_price_update_time': 1774853317.374146}
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF63%2520PHX') HTTP/1.1" 204 0
2026-03-30 06:48:37 [bca.uk] INFO: Found listing with ID: BP19%20JJK
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520JJK%27 HTTP/1.1" 200 None
2026-03-30 06:48:37 [bca.uk] INFO: Scrape type for BP19%20JJK: 2
2026-03-30 06:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 333a7098-2034-5e24-8777-5064b4c76efd with identifier: BP19%20JJK
2026-03-30 06:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 333a7098-2034-5e24-8777-5064b4c76efd with scrape type 2
2026-03-30 06:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 333a7098-2034-5e24-8777-5064b4c76efd with scrape type 2
2026-03-30 06:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 333a7098-2034-5e24-8777-5064b4c76efd, identifier: BP19%20JJK
2026-03-30 06:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ddda4ab-89fc-578e-a943-8312abee0df2 with identifier: YJ15%20ENE
2026-03-30 06:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ddda4ab-89fc-578e-a943-8312abee0df2 with identifier: YJ15%20ENE
2026-03-30 06:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ddda4ab-89fc-578e-a943-8312abee0df2 with identifier: YJ15%20ENE to the API
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 211,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ15%20ENE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7ddda4ab-89fc-578e-a943-8312abee0df2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ15 ENE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ15%20ENE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 22262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 LM DCI 110 BUSINESS (MOBILITY) Bus',
 'transmission': 'manual',
 'trim': 'LM DCI 110 BUSINESS (MOBILITY)',
 'vin': 'VF1MAF4RE52038854',
 'year': 2015}
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ15%2520ENE%27 HTTP/1.1" 200 None
2026-03-30 06:48:37 [bca.uk] INFO: Saving data for YJ15%20ENE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477580.756644, 'last_price_update_time': 1774853317.797247}
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ15%2520ENE') HTTP/1.1" 204 0
2026-03-30 06:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82b75204-6dbf-5301-856e-7a47d89327ea with identifier: GJ19%20VTE
2026-03-30 06:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82b75204-6dbf-5301-856e-7a47d89327ea with identifier: GJ19%20VTE
2026-03-30 06:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82b75204-6dbf-5301-856e-7a47d89327ea with identifier: GJ19%20VTE to the API
2026-03-30 06:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ19%20VTE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82b75204-6dbf-5301-856e-7a47d89327ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ19 VTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ19%20VTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 60865,
 'odometer_reading_unit': '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 FABIA 1.0 MPI 75 SE Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 75 SE',
 'vin': 'TMBFB6NJ3KZ087514',
 'year': 2019}
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ19%2520VTE%27 HTTP/1.1" 200 None
2026-03-30 06:48:38 [bca.uk] INFO: Saving data for GJ19%20VTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774447403.750568, 'last_price_update_time': 1774853318.102958}
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ19%2520VTE') HTTP/1.1" 204 0
2026-03-30 06:48:38 [bca.uk] INFO: Found listing with ID: OE18%20UCD
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520UCD%27 HTTP/1.1" 200 None
2026-03-30 06:48:38 [bca.uk] INFO: Scrape type for OE18%20UCD: 2
2026-03-30 06:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 547a5193-92a2-5f41-abc3-cd13499ddf11 with identifier: OE18%20UCD
2026-03-30 06:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 547a5193-92a2-5f41-abc3-cd13499ddf11 with scrape type 2
2026-03-30 06:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 547a5193-92a2-5f41-abc3-cd13499ddf11 with scrape type 2
2026-03-30 06:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 547a5193-92a2-5f41-abc3-cd13499ddf11, identifier: OE18%20UCD
2026-03-30 06:48:38 [bca.uk] INFO: Total items found: 100
2026-03-30 06:48:38 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded
2026-03-30 06:48:38 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:48:38 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:48:38 [bca.uk] INFO: Found listing with ID: BD58%20DZK
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD58%2520DZK%27 HTTP/1.1" 200 None
2026-03-30 06:48:38 [bca.uk] INFO: Scrape type for BD58%20DZK: 2
2026-03-30 06:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b95f0fd-8497-5436-bdd0-c1e1da985687 with identifier: BD58%20DZK
2026-03-30 06:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b95f0fd-8497-5436-bdd0-c1e1da985687 with scrape type 2
2026-03-30 06:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b95f0fd-8497-5436-bdd0-c1e1da985687 with scrape type 2
2026-03-30 06:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b95f0fd-8497-5436-bdd0-c1e1da985687, identifier: BD58%20DZK
2026-03-30 06:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 333a7098-2034-5e24-8777-5064b4c76efd with identifier: BP19%20JJK
2026-03-30 06:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 333a7098-2034-5e24-8777-5064b4c76efd with identifier: BP19%20JJK
2026-03-30 06:48:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 333a7098-2034-5e24-8777-5064b4c76efd with identifier: BP19%20JJK to the API
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP19%20JJK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '333a7098-2034-5e24-8777-5064b4c76efd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP19 JJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP19%20JJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 40520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D150 2WD R-DYNAMIC S Hatchback',
 'transmission': 'manual',
 'trim': 'D150 2WD R-DYNAMIC S',
 'vin': 'SADFB2CN4K1Z67476',
 'year': 2019}
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP19%2520JJK%27 HTTP/1.1" 200 None
2026-03-30 06:48:38 [bca.uk] INFO: Saving data for BP19%20JJK: {'auction_closing_time': 1775124000.0, 'created_time': 1774477059.775715, 'last_price_update_time': 1774853318.627652}
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP19%2520JJK') HTTP/1.1" 204 0
2026-03-30 06:48:38 [bca.uk] INFO: Found listing with ID: MM72%20NMV
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520NMV%27 HTTP/1.1" 200 None
2026-03-30 06:48:38 [bca.uk] INFO: Scrape type for MM72%20NMV: 2
2026-03-30 06:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b66cf044-f625-5a32-a9ce-72c968793e93 with identifier: MM72%20NMV
2026-03-30 06:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b66cf044-f625-5a32-a9ce-72c968793e93 with scrape type 2
2026-03-30 06:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b66cf044-f625-5a32-a9ce-72c968793e93 with scrape type 2
2026-03-30 06:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b66cf044-f625-5a32-a9ce-72c968793e93, identifier: MM72%20NMV
2026-03-30 06:48:38 [bca.uk] INFO: Found listing with ID: KT08%20GPU
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT08%2520GPU%27 HTTP/1.1" 200 None
2026-03-30 06:48:38 [bca.uk] INFO: Scrape type for KT08%20GPU: 2
2026-03-30 06:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38835f48-bca7-502d-b6db-de6802229e0a with identifier: KT08%20GPU
2026-03-30 06:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38835f48-bca7-502d-b6db-de6802229e0a with scrape type 2
2026-03-30 06:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38835f48-bca7-502d-b6db-de6802229e0a with scrape type 2
2026-03-30 06:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38835f48-bca7-502d-b6db-de6802229e0a, identifier: KT08%20GPU
2026-03-30 06:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 547a5193-92a2-5f41-abc3-cd13499ddf11 with identifier: OE18%20UCD
2026-03-30 06:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 547a5193-92a2-5f41-abc3-cd13499ddf11 with identifier: OE18%20UCD
2026-03-30 06:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 547a5193-92a2-5f41-abc3-cd13499ddf11 with identifier: OE18%20UCD to the API
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE18%20UCD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '547a5193-92a2-5f41-abc3-cd13499ddf11',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE18 UCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE18%20UCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 57709,
 'odometer_reading_unit': '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 TDI 190 QUATTRO SPORT S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO SPORT S-T',
 'vin': 'WAUZZZFY3J2091699',
 'year': 2018}
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520UCD%27 HTTP/1.1" 200 None
2026-03-30 06:48:39 [bca.uk] INFO: Saving data for OE18%20UCD: {'auction_closing_time': 1774864800.0, 'created_time': 1774264218.648531, 'last_price_update_time': 1774853319.232178}
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE18%2520UCD') HTTP/1.1" 204 0
2026-03-30 06:48:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b95f0fd-8497-5436-bdd0-c1e1da985687 with identifier: BD58%20DZK
2026-03-30 06:48:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b95f0fd-8497-5436-bdd0-c1e1da985687 with identifier: BD58%20DZK
2026-03-30 06:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b95f0fd-8497-5436-bdd0-c1e1da985687 with identifier: BD58%20DZK to the API
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 210,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD58%20DZK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b95f0fd-8497-5436-bdd0-c1e1da985687',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD58 DZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD58%20DZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CHEVROLET',
 'model': 'LACETTI',
 'odometer': 41513,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'CHEVROLET LACETTI 1.8 SX SW Estate',
 'transmission': 'automatic',
 'trim': 'SX SW',
 'vin': 'KL1NA35BJ9K081913',
 'year': 2009}
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD58%2520DZK%27 HTTP/1.1" 200 None
2026-03-30 06:48:39 [bca.uk] INFO: Saving data for BD58%20DZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774477296.163718, 'last_price_update_time': 1774853319.535245}
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD58%2520DZK') HTTP/1.1" 204 0
2026-03-30 06:48:39 [bca.uk] INFO: Found listing with ID: KJ17%20LNG
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520LNG%27 HTTP/1.1" 200 None
2026-03-30 06:48:39 [bca.uk] INFO: Scrape type for KJ17%20LNG: 2
2026-03-30 06:48:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1cb5461-30f8-5c60-aa55-6a3a0892df4f with identifier: KJ17%20LNG
2026-03-30 06:48:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1cb5461-30f8-5c60-aa55-6a3a0892df4f with scrape type 2
2026-03-30 06:48:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1cb5461-30f8-5c60-aa55-6a3a0892df4f with scrape type 2
2026-03-30 06:48:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1cb5461-30f8-5c60-aa55-6a3a0892df4f, identifier: KJ17%20LNG
2026-03-30 06:48:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b66cf044-f625-5a32-a9ce-72c968793e93 with identifier: MM72%20NMV
2026-03-30 06:48:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b66cf044-f625-5a32-a9ce-72c968793e93 with identifier: MM72%20NMV
2026-03-30 06:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b66cf044-f625-5a32-a9ce-72c968793e93 with identifier: MM72%20NMV to the API
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM72%20NMV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b66cf044-f625-5a32-a9ce-72c968793e93',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM72 NMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM72%20NMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 49660,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS1PC690019',
 'year': 2022}
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520NMV%27 HTTP/1.1" 200 None
2026-03-30 06:48:39 [bca.uk] INFO: Saving data for MM72%20NMV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477580.376263, 'last_price_update_time': 1774853319.957314}
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520NMV') HTTP/1.1" 204 0
2026-03-30 06:48:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38835f48-bca7-502d-b6db-de6802229e0a with identifier: KT08%20GPU
2026-03-30 06:48:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38835f48-bca7-502d-b6db-de6802229e0a with identifier: KT08%20GPU
2026-03-30 06:48:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38835f48-bca7-502d-b6db-de6802229e0a with identifier: KT08%20GPU to the API
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT08%20GPU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38835f48-bca7-502d-b6db-de6802229e0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT08 GPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT08%20GPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 108852,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE',
 'vin': 'LUCGE375083219149',
 'year': 2008}
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT08%2520GPU%27 HTTP/1.1" 200 None
2026-03-30 06:48:40 [bca.uk] INFO: Saving data for KT08%20GPU: {'auction_closing_time': 1774864800.0, 'created_time': 1774447395.064445, 'last_price_update_time': 1774853320.264516}
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT08%2520GPU') HTTP/1.1" 204 0
2026-03-30 06:48:40 [bca.uk] INFO: Found listing with ID: KW70%20MDF
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520MDF%27 HTTP/1.1" 200 None
2026-03-30 06:48:40 [bca.uk] INFO: Scrape type for KW70%20MDF: 0
2026-03-30 06:48:40 [bca.uk] INFO: Found listing with ID: FP65%20HNC
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP65%2520HNC%27 HTTP/1.1" 200 None
2026-03-30 06:48:40 [bca.uk] INFO: Scrape type for FP65%20HNC: 0
2026-03-30 06:48:40 [bca.uk] INFO: Found listing with ID: YC69%20WJU
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC69%2520WJU%27 HTTP/1.1" 200 None
2026-03-30 06:48:40 [bca.uk] INFO: Scrape type for YC69%20WJU: 0
2026-03-30 06:48:40 [bca.uk] INFO: Found listing with ID: YB18%20JZN
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520JZN%27 HTTP/1.1" 200 None
2026-03-30 06:48:40 [bca.uk] INFO: Scrape type for YB18%20JZN: 2
2026-03-30 06:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42921f27-a6c5-53ae-a113-16e99ccdf48d with identifier: YB18%20JZN
2026-03-30 06:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42921f27-a6c5-53ae-a113-16e99ccdf48d with scrape type 2
2026-03-30 06:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42921f27-a6c5-53ae-a113-16e99ccdf48d with scrape type 2
2026-03-30 06:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42921f27-a6c5-53ae-a113-16e99ccdf48d, identifier: YB18%20JZN
2026-03-30 06:48:40 [bca.uk] INFO: Found listing with ID: WV21%20RYH
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV21%2520RYH%27 HTTP/1.1" 200 None
2026-03-30 06:48:40 [bca.uk] INFO: Scrape type for WV21%20RYH: 2
2026-03-30 06:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with identifier: WV21%20RYH
2026-03-30 06:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with scrape type 2
2026-03-30 06:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with scrape type 2
2026-03-30 06:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0241b6a-0dd8-5f0c-a925-b3f9661fbc27, identifier: WV21%20RYH
2026-03-30 06:48:40 [bca.uk] INFO: Found listing with ID: BN57%20NXY
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN57%2520NXY%27 HTTP/1.1" 200 None
2026-03-30 06:48:40 [bca.uk] INFO: Scrape type for BN57%20NXY: 2
2026-03-30 06:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f31dc73d-4498-5d0a-a971-a1be062fd018 with identifier: BN57%20NXY
2026-03-30 06:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f31dc73d-4498-5d0a-a971-a1be062fd018 with scrape type 2
2026-03-30 06:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f31dc73d-4498-5d0a-a971-a1be062fd018 with scrape type 2
2026-03-30 06:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f31dc73d-4498-5d0a-a971-a1be062fd018, identifier: BN57%20NXY
2026-03-30 06:48:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1cb5461-30f8-5c60-aa55-6a3a0892df4f with identifier: KJ17%20LNG
2026-03-30 06:48:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1cb5461-30f8-5c60-aa55-6a3a0892df4f with identifier: KJ17%20LNG
2026-03-30 06:48:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1cb5461-30f8-5c60-aa55-6a3a0892df4f with identifier: KJ17%20LNG to the API
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ17%20LNG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1cb5461-30f8-5c60-aa55-6a3a0892df4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ17 LNG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ17%20LNG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 57558,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 TDI 190 QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO S LINE S-T',
 'vin': 'WAUZZZFY3H2018200',
 'year': 2017}
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520LNG%27 HTTP/1.1" 200 None
2026-03-30 06:48:40 [bca.uk] INFO: Saving data for KJ17%20LNG: {'auction_closing_time': 1775124000.0, 'created_time': 1774477056.285464, 'last_price_update_time': 1774853320.933751}
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ17%2520LNG') HTTP/1.1" 204 0
2026-03-30 06:48:40 [bca.uk] INFO: Found listing with ID: MD72%20VXG
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VXG%27 HTTP/1.1" 200 None
2026-03-30 06:48:40 [bca.uk] INFO: Scrape type for MD72%20VXG: 2
2026-03-30 06:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7e3218f-df28-588c-85d8-6ce1b5345202 with identifier: MD72%20VXG
2026-03-30 06:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7e3218f-df28-588c-85d8-6ce1b5345202 with scrape type 2
2026-03-30 06:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7e3218f-df28-588c-85d8-6ce1b5345202 with scrape type 2
2026-03-30 06:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7e3218f-df28-588c-85d8-6ce1b5345202, identifier: MD72%20VXG
2026-03-30 06:48:41 [bca.uk] INFO: Found listing with ID: MV20%20AZA
2026-03-30 06:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV20%2520AZA%27 HTTP/1.1" 200 None
2026-03-30 06:48:41 [bca.uk] INFO: Scrape type for MV20%20AZA: 2
2026-03-30 06:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55e0f5b6-5197-531f-8073-25143a4e14e0 with identifier: MV20%20AZA
2026-03-30 06:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55e0f5b6-5197-531f-8073-25143a4e14e0 with scrape type 2
2026-03-30 06:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55e0f5b6-5197-531f-8073-25143a4e14e0 with scrape type 2
2026-03-30 06:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55e0f5b6-5197-531f-8073-25143a4e14e0, identifier: MV20%20AZA
2026-03-30 06:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42921f27-a6c5-53ae-a113-16e99ccdf48d with identifier: YB18%20JZN
2026-03-30 06:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42921f27-a6c5-53ae-a113-16e99ccdf48d with identifier: YB18%20JZN
2026-03-30 06:48:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42921f27-a6c5-53ae-a113-16e99ccdf48d with identifier: YB18%20JZN to the API
2026-03-30 06:48:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB18%20JZN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '42921f27-a6c5-53ae-a113-16e99ccdf48d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB18 JZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB18%20JZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '220I',
 'odometer': 49851,
 'odometer_reading_unit': '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 220I 2.0 T SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T SPORT STEP',
 'vin': 'WBA2H52040VD46647',
 'year': 2018}
2026-03-30 06:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB18%2520JZN%27 HTTP/1.1" 200 None
2026-03-30 06:48:41 [bca.uk] INFO: Saving data for YB18%20JZN: {'auction_closing_time': 1774864800.0, 'created_time': 1774264639.780704, 'last_price_update_time': 1774853321.749939}
2026-03-30 06:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB18%2520JZN') HTTP/1.1" 204 0
2026-03-30 06:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with identifier: WV21%20RYH
2026-03-30 06:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with identifier: WV21%20RYH
2026-03-30 06:48:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0241b6a-0dd8-5f0c-a925-b3f9661fbc27 with identifier: WV21%20RYH to the API
2026-03-30 06:48:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV21%20RYH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd0241b6a-0dd8-5f0c-a925-b3f9661fbc27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV21 RYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV21%20RYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 77254,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L2 ChassisCab',
 'transmission': 'manual',
 'trim': 'EBL 130 L2',
 'vin': 'WF0AXXTTRALK63678',
 'year': 2021}
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV21%2520RYH%27 HTTP/1.1" 200 None
2026-03-30 06:48:42 [bca.uk] INFO: Saving data for WV21%20RYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774448846.274787, 'last_price_update_time': 1774853322.14398}
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV21%2520RYH') HTTP/1.1" 204 0
2026-03-30 06:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f31dc73d-4498-5d0a-a971-a1be062fd018 with identifier: BN57%20NXY
2026-03-30 06:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f31dc73d-4498-5d0a-a971-a1be062fd018 with identifier: BN57%20NXY
2026-03-30 06:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f31dc73d-4498-5d0a-a971-a1be062fd018 with identifier: BN57%20NXY to the API
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN57%20NXY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f31dc73d-4498-5d0a-a971-a1be062fd018',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN57 NXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN57%20NXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'CLK 220',
 'odometer': 111795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLK 220 2.1 CDI AVANTGARDE TIP Coupe',
 'transmission': 'manual',
 'trim': 'CDI AVANTGARDE TIP',
 'vin': 'WDB2093082F238229',
 'year': 2007}
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN57%2520NXY%27 HTTP/1.1" 200 None
2026-03-30 06:48:42 [bca.uk] INFO: Saving data for BN57%20NXY: {'auction_closing_time': 1774864800.0, 'created_time': 1774303657.707131, 'last_price_update_time': 1774853322.440286}
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN57%2520NXY') HTTP/1.1" 204 0
2026-03-30 06:48:42 [bca.uk] INFO: Found listing with ID: LO66%20CTV
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:48:42 [bca.uk] INFO: Scrape type for LO66%20CTV: 2
2026-03-30 06:48:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01500873-bf20-5b7c-89b4-7355ff86af24 with identifier: LO66%20CTV
2026-03-30 06:48:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01500873-bf20-5b7c-89b4-7355ff86af24 with scrape type 2
2026-03-30 06:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01500873-bf20-5b7c-89b4-7355ff86af24 with scrape type 2
2026-03-30 06:48:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01500873-bf20-5b7c-89b4-7355ff86af24, identifier: LO66%20CTV
2026-03-30 06:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7e3218f-df28-588c-85d8-6ce1b5345202 with identifier: MD72%20VXG
2026-03-30 06:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7e3218f-df28-588c-85d8-6ce1b5345202 with identifier: MD72%20VXG
2026-03-30 06:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7e3218f-df28-588c-85d8-6ce1b5345202 with identifier: MD72%20VXG to the API
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD72%20VXG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c7e3218f-df28-588c-85d8-6ce1b5345202',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MD72 VXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD72%20VXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 28959,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 E-TSI 150 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-TSI 150 LIFE DSG',
 'vin': 'WVWZZZCD5PW144375',
 'year': 2023}
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520VXG%27 HTTP/1.1" 200 None
2026-03-30 06:48:42 [bca.uk] INFO: Saving data for MD72%20VXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477552.872855, 'last_price_update_time': 1774853322.847482}
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520VXG') HTTP/1.1" 204 0
2026-03-30 06:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55e0f5b6-5197-531f-8073-25143a4e14e0 with identifier: MV20%20AZA
2026-03-30 06:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55e0f5b6-5197-531f-8073-25143a4e14e0 with identifier: MV20%20AZA
2026-03-30 06:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55e0f5b6-5197-531f-8073-25143a4e14e0 with identifier: MV20%20AZA to the API
2026-03-30 06:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV20%20AZA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '55e0f5b6-5197-531f-8073-25143a4e14e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV20 AZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV20%20AZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 55090,
 'odometer_reading_unit': '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 1.5 COOPER EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER EXCLUSIVE',
 'vin': 'WMWYW320603L52088',
 'year': 2020}
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV20%2520AZA%27 HTTP/1.1" 200 None
2026-03-30 06:48:43 [bca.uk] INFO: Saving data for MV20%20AZA: {'auction_closing_time': 1774864800.0, 'created_time': 1774447397.746975, 'last_price_update_time': 1774853323.148114}
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV20%2520AZA') HTTP/1.1" 204 0
2026-03-30 06:48:43 [bca.uk] INFO: Found listing with ID: LC18%20YMG
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC18%2520YMG%27 HTTP/1.1" 200 None
2026-03-30 06:48:43 [bca.uk] INFO: Scrape type for LC18%20YMG: 0
2026-03-30 06:48:43 [bca.uk] INFO: Found listing with ID: DA21%20FXK
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA21%2520FXK%27 HTTP/1.1" 200 None
2026-03-30 06:48:43 [bca.uk] INFO: Scrape type for DA21%20FXK: 0
2026-03-30 06:48:43 [bca.uk] INFO: Found listing with ID: SM19%20EWD
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM19%2520EWD%27 HTTP/1.1" 200 None
2026-03-30 06:48:43 [bca.uk] INFO: Scrape type for SM19%20EWD: 0
2026-03-30 06:48:43 [bca.uk] INFO: Found listing with ID: SN20%20VNS
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN20%2520VNS%27 HTTP/1.1" 200 None
2026-03-30 06:48:43 [bca.uk] INFO: Scrape type for SN20%20VNS: 2
2026-03-30 06:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2f72610-c67b-5495-8dcb-679d3f3197ab with identifier: SN20%20VNS
2026-03-30 06:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2f72610-c67b-5495-8dcb-679d3f3197ab with scrape type 2
2026-03-30 06:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2f72610-c67b-5495-8dcb-679d3f3197ab with scrape type 2
2026-03-30 06:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2f72610-c67b-5495-8dcb-679d3f3197ab, identifier: SN20%20VNS
2026-03-30 06:48:43 [bca.uk] INFO: Found listing with ID: WP72%20TJX
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520TJX%27 HTTP/1.1" 200 None
2026-03-30 06:48:43 [bca.uk] INFO: Scrape type for WP72%20TJX: 2
2026-03-30 06:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0601c07-ca3d-5875-935b-5b66798fd84c with identifier: WP72%20TJX
2026-03-30 06:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0601c07-ca3d-5875-935b-5b66798fd84c with scrape type 2
2026-03-30 06:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0601c07-ca3d-5875-935b-5b66798fd84c with scrape type 2
2026-03-30 06:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0601c07-ca3d-5875-935b-5b66798fd84c, identifier: WP72%20TJX
2026-03-30 06:48:43 [bca.uk] INFO: Found listing with ID: BP11%20DJP
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP11%2520DJP%27 HTTP/1.1" 200 None
2026-03-30 06:48:43 [bca.uk] INFO: Scrape type for BP11%20DJP: 2
2026-03-30 06:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a886ad4-43ec-5c88-94af-444f39b01819 with identifier: BP11%20DJP
2026-03-30 06:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a886ad4-43ec-5c88-94af-444f39b01819 with scrape type 2
2026-03-30 06:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a886ad4-43ec-5c88-94af-444f39b01819 with scrape type 2
2026-03-30 06:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a886ad4-43ec-5c88-94af-444f39b01819, identifier: BP11%20DJP
2026-03-30 06:48:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01500873-bf20-5b7c-89b4-7355ff86af24 with identifier: LO66%20CTV
2026-03-30 06:48:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01500873-bf20-5b7c-89b4-7355ff86af24 with identifier: LO66%20CTV
2026-03-30 06:48:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01500873-bf20-5b7c-89b4-7355ff86af24 with identifier: LO66%20CTV to the API
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO66%20CTV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '01500873-bf20-5b7c-89b4-7355ff86af24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO66 CTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO66%20CTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 99873,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 SE PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE PREMIUM 9G',
 'vin': 'WDD2130042A107500',
 'year': 2016}
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO66%2520CTV%27 HTTP/1.1" 200 None
2026-03-30 06:48:43 [bca.uk] INFO: Saving data for LO66%20CTV: {'auction_closing_time': 1775124000.0, 'created_time': 1774477048.498815, 'last_price_update_time': 1774853323.853948}
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO66%2520CTV') HTTP/1.1" 204 0
2026-03-30 06:48:43 [bca.uk] INFO: Found listing with ID: LD23%20DHM
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520DHM%27 HTTP/1.1" 200 None
2026-03-30 06:48:43 [bca.uk] INFO: Scrape type for LD23%20DHM: 2
2026-03-30 06:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 345b30c1-5173-5131-a410-5ae2a98004ad with identifier: LD23%20DHM
2026-03-30 06:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 345b30c1-5173-5131-a410-5ae2a98004ad with scrape type 2
2026-03-30 06:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 345b30c1-5173-5131-a410-5ae2a98004ad with scrape type 2
2026-03-30 06:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 345b30c1-5173-5131-a410-5ae2a98004ad, identifier: LD23%20DHM
2026-03-30 06:48:43 [bca.uk] INFO: Found listing with ID: OE74%20YKV
2026-03-30 06:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520YKV%27 HTTP/1.1" 200 None
2026-03-30 06:48:44 [bca.uk] INFO: Scrape type for OE74%20YKV: 2
2026-03-30 06:48:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f6b3cca-56b0-56aa-82e4-fbf5d182be61 with identifier: OE74%20YKV
2026-03-30 06:48:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f6b3cca-56b0-56aa-82e4-fbf5d182be61 with scrape type 2
2026-03-30 06:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f6b3cca-56b0-56aa-82e4-fbf5d182be61 with scrape type 2
2026-03-30 06:48:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f6b3cca-56b0-56aa-82e4-fbf5d182be61, identifier: OE74%20YKV
2026-03-30 06:48:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2f72610-c67b-5495-8dcb-679d3f3197ab with identifier: SN20%20VNS
2026-03-30 06:48:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2f72610-c67b-5495-8dcb-679d3f3197ab with identifier: SN20%20VNS
2026-03-30 06:48:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2f72610-c67b-5495-8dcb-679d3f3197ab with identifier: SN20%20VNS to the API
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN20%20VNS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2f72610-c67b-5495-8dcb-679d3f3197ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN20 VNS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN20%20VNS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 70790,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 2.0 242 PDK StationWagon',
 'transmission': 'automatic',
 'trim': '242 PDK',
 'vin': 'WP1ZZZ95ZLLB09465',
 'year': 2020}
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN20%2520VNS%27 HTTP/1.1" 200 None
2026-03-30 06:48:44 [bca.uk] INFO: Saving data for SN20%20VNS: {'auction_closing_time': 1774864800.0, 'created_time': 1774264554.696835, 'last_price_update_time': 1774853324.398859}
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN20%2520VNS') HTTP/1.1" 204 0
2026-03-30 06:48:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0601c07-ca3d-5875-935b-5b66798fd84c with identifier: WP72%20TJX
2026-03-30 06:48:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0601c07-ca3d-5875-935b-5b66798fd84c with identifier: WP72%20TJX
2026-03-30 06:48:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0601c07-ca3d-5875-935b-5b66798fd84c with identifier: WP72%20TJX to the API
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20TJX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f0601c07-ca3d-5875-935b-5b66798fd84c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP72 TJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20TJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 36869,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 170 320 SWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 SWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZNR48924',
 'year': 2022}
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520TJX%27 HTTP/1.1" 200 None
2026-03-30 06:48:44 [bca.uk] INFO: Saving data for WP72%20TJX: {'auction_closing_time': 1774864800.0, 'created_time': 1774448809.875359, 'last_price_update_time': 1774853324.697545}
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520TJX') HTTP/1.1" 204 0
2026-03-30 06:48:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a886ad4-43ec-5c88-94af-444f39b01819 with identifier: BP11%20DJP
2026-03-30 06:48:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a886ad4-43ec-5c88-94af-444f39b01819 with identifier: BP11%20DJP
2026-03-30 06:48:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a886ad4-43ec-5c88-94af-444f39b01819 with identifier: BP11%20DJP to the API
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP11%20DJP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a886ad4-43ec-5c88-94af-444f39b01819',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP11 DJP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP11%20DJP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 107886,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 163 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 163 ZETEC',
 'vin': 'WF0EXXGBBEBL24805',
 'year': 2011}
2026-03-30 06:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP11%2520DJP%27 HTTP/1.1" 200 None
2026-03-30 06:48:45 [bca.uk] INFO: Saving data for BP11%20DJP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477285.179492, 'last_price_update_time': 1774853325.009031}
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP11%2520DJP') HTTP/1.1" 204 0
2026-03-30 06:48:45 [bca.uk] INFO: Found listing with ID: EY19%20WBO
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520WBO%27 HTTP/1.1" 200 None
2026-03-30 06:48:45 [bca.uk] INFO: Scrape type for EY19%20WBO: 2
2026-03-30 06:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f05314f-e36e-5867-a4d9-029b12489a00 with identifier: EY19%20WBO
2026-03-30 06:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f05314f-e36e-5867-a4d9-029b12489a00 with scrape type 2
2026-03-30 06:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f05314f-e36e-5867-a4d9-029b12489a00 with scrape type 2
2026-03-30 06:48:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f05314f-e36e-5867-a4d9-029b12489a00, identifier: EY19%20WBO
2026-03-30 06:48:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 345b30c1-5173-5131-a410-5ae2a98004ad with identifier: LD23%20DHM
2026-03-30 06:48:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 345b30c1-5173-5131-a410-5ae2a98004ad with identifier: LD23%20DHM
2026-03-30 06:48:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 345b30c1-5173-5131-a410-5ae2a98004ad with identifier: LD23%20DHM to the API
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20DHM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '345b30c1-5173-5131-a410-5ae2a98004ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD23 DHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20DHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 36885,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK7PC728136',
 'year': 2023}
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520DHM%27 HTTP/1.1" 200 None
2026-03-30 06:48:45 [bca.uk] INFO: Saving data for LD23%20DHM: {'auction_closing_time': 1774864800.0, 'created_time': 1774477555.267547, 'last_price_update_time': 1774853325.409302}
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520DHM') HTTP/1.1" 204 0
2026-03-30 06:48:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f6b3cca-56b0-56aa-82e4-fbf5d182be61 with identifier: OE74%20YKV
2026-03-30 06:48:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f6b3cca-56b0-56aa-82e4-fbf5d182be61 with identifier: OE74%20YKV
2026-03-30 06:48:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f6b3cca-56b0-56aa-82e4-fbf5d182be61 with identifier: OE74%20YKV to the API
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE74%20YKV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f6b3cca-56b0-56aa-82e4-fbf5d182be61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE74 YKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE74%20YKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 8573,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.0 T GDI 100 ULTIMATE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI 100 ULTIMATE DCT',
 'vin': 'NLHBR51G1SZ506420',
 'year': 2025}
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520YKV%27 HTTP/1.1" 200 None
2026-03-30 06:48:45 [bca.uk] INFO: Saving data for OE74%20YKV: {'auction_closing_time': 1774864800.0, 'created_time': 1774447391.431398, 'last_price_update_time': 1774853325.699906}
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE74%2520YKV') HTTP/1.1" 204 0
2026-03-30 06:48:45 [bca.uk] INFO: Found listing with ID: YJ13%20RHK
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ13%2520RHK%27 HTTP/1.1" 200 None
2026-03-30 06:48:45 [bca.uk] INFO: Scrape type for YJ13%20RHK: 2
2026-03-30 06:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f7782f0-9d79-5454-abff-8ee083f9c4ee with identifier: YJ13%20RHK
2026-03-30 06:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f7782f0-9d79-5454-abff-8ee083f9c4ee with scrape type 2
2026-03-30 06:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f7782f0-9d79-5454-abff-8ee083f9c4ee with scrape type 2
2026-03-30 06:48:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f7782f0-9d79-5454-abff-8ee083f9c4ee, identifier: YJ13%20RHK
2026-03-30 06:48:45 [bca.uk] INFO: Found listing with ID: WN71%20KBZ
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN71%2520KBZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:45 [bca.uk] INFO: Scrape type for WN71%20KBZ: 2
2026-03-30 06:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fc932bc-223e-5554-82b0-5cbe14b514f9 with identifier: WN71%20KBZ
2026-03-30 06:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fc932bc-223e-5554-82b0-5cbe14b514f9 with scrape type 2
2026-03-30 06:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fc932bc-223e-5554-82b0-5cbe14b514f9 with scrape type 2
2026-03-30 06:48:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fc932bc-223e-5554-82b0-5cbe14b514f9, identifier: WN71%20KBZ
2026-03-30 06:48:45 [bca.uk] INFO: Found listing with ID: CP10%20FWA
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP10%2520FWA%27 HTTP/1.1" 200 None
2026-03-30 06:48:45 [bca.uk] INFO: Scrape type for CP10%20FWA: 2
2026-03-30 06:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with identifier: CP10%20FWA
2026-03-30 06:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with scrape type 2
2026-03-30 06:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with scrape type 2
2026-03-30 06:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e4de2f7-d89a-556c-bd41-225b52a7e2e5, identifier: CP10%20FWA
2026-03-30 06:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f05314f-e36e-5867-a4d9-029b12489a00 with identifier: EY19%20WBO
2026-03-30 06:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f05314f-e36e-5867-a4d9-029b12489a00 with identifier: EY19%20WBO
2026-03-30 06:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f05314f-e36e-5867-a4d9-029b12489a00 with identifier: EY19%20WBO to the API
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY19%20WBO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f05314f-e36e-5867-a4d9-029b12489a00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY19 WBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY19%20WBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 57957,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD ST-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD ST-LINE',
 'vin': 'WF0AXXWPMAKK25966',
 'year': 2019}
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY19%2520WBO%27 HTTP/1.1" 200 None
2026-03-30 06:48:46 [bca.uk] INFO: Saving data for EY19%20WBO: {'auction_closing_time': 1775124000.0, 'created_time': 1774477050.19989, 'last_price_update_time': 1774853326.344002}
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY19%2520WBO') HTTP/1.1" 204 0
2026-03-30 06:48:46 [bca.uk] INFO: Found listing with ID: EF18%20HGN
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520HGN%27 HTTP/1.1" 200 None
2026-03-30 06:48:46 [bca.uk] INFO: Scrape type for EF18%20HGN: 2
2026-03-30 06:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44192759-b46d-5fcc-8df8-8dc71c0e79cb with identifier: EF18%20HGN
2026-03-30 06:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44192759-b46d-5fcc-8df8-8dc71c0e79cb with scrape type 2
2026-03-30 06:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44192759-b46d-5fcc-8df8-8dc71c0e79cb with scrape type 2
2026-03-30 06:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44192759-b46d-5fcc-8df8-8dc71c0e79cb, identifier: EF18%20HGN
2026-03-30 06:48:46 [bca.uk] INFO: Found listing with ID: OV22%20HPU
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520HPU%27 HTTP/1.1" 200 None
2026-03-30 06:48:46 [bca.uk] INFO: Scrape type for OV22%20HPU: 2
2026-03-30 06:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49c39c5f-b6e0-5c68-a03d-14f09b356c0b with identifier: OV22%20HPU
2026-03-30 06:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49c39c5f-b6e0-5c68-a03d-14f09b356c0b with scrape type 2
2026-03-30 06:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49c39c5f-b6e0-5c68-a03d-14f09b356c0b with scrape type 2
2026-03-30 06:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49c39c5f-b6e0-5c68-a03d-14f09b356c0b, identifier: OV22%20HPU
2026-03-30 06:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f7782f0-9d79-5454-abff-8ee083f9c4ee with identifier: YJ13%20RHK
2026-03-30 06:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f7782f0-9d79-5454-abff-8ee083f9c4ee with identifier: YJ13%20RHK
2026-03-30 06:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f7782f0-9d79-5454-abff-8ee083f9c4ee with identifier: YJ13%20RHK to the API
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJ13%20RHK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f7782f0-9d79-5454-abff-8ee083f9c4ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJ13 RHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJ13%20RHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 250',
 'odometer': 117327,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 250 2.1 CDI B/E AMG SPORT TIP Roadster',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT TIP',
 'vin': 'WDD1724032F067959',
 'year': 2013}
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ13%2520RHK%27 HTTP/1.1" 200 None
2026-03-30 06:48:46 [bca.uk] INFO: Saving data for YJ13%20RHK: {'auction_closing_time': 1774951200.0, 'created_time': 1774447701.447901, 'last_price_update_time': 1774853326.948781}
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ13%2520RHK') HTTP/1.1" 204 0
2026-03-30 06:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fc932bc-223e-5554-82b0-5cbe14b514f9 with identifier: WN71%20KBZ
2026-03-30 06:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fc932bc-223e-5554-82b0-5cbe14b514f9 with identifier: WN71%20KBZ
2026-03-30 06:48:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fc932bc-223e-5554-82b0-5cbe14b514f9 with identifier: WN71%20KBZ to the API
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN71%20KBZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3fc932bc-223e-5554-82b0-5cbe14b514f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN71 KBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN71%20KBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 31510,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L2 LEADER 1-WAY Tipper',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 LEADER 1-WAY',
 'vin': 'WF0AXXTTRAMA11256',
 'year': 2021}
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN71%2520KBZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:47 [bca.uk] INFO: Saving data for WN71%20KBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448847.133966, 'last_price_update_time': 1774853327.223229}
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN71%2520KBZ') HTTP/1.1" 204 0
2026-03-30 06:48:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with identifier: CP10%20FWA
2026-03-30 06:48:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with identifier: CP10%20FWA
2026-03-30 06:48:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e4de2f7-d89a-556c-bd41-225b52a7e2e5 with identifier: CP10%20FWA to the API
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP10%20FWA-GB',
 'category': 'Car',
 'color': 'jet black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e4de2f7-d89a-556c-bd41-225b52a7e2e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP10 FWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP10%20FWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '320I',
 'odometer': 142646,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'BMW 320I 2.0 SE TOURING Estate',
 'transmission': 'manual',
 'trim': 'SE TOURING',
 'vin': 'WBAUS92060A537217',
 'year': 2010}
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP10%2520FWA%27 HTTP/1.1" 200 None
2026-03-30 06:48:47 [bca.uk] INFO: Saving data for CP10%20FWA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477289.840448, 'last_price_update_time': 1774853327.528324}
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP10%2520FWA') HTTP/1.1" 204 0
2026-03-30 06:48:47 [bca.uk] INFO: Found listing with ID: GN67%20WMT
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN67%2520WMT%27 HTTP/1.1" 200 None
2026-03-30 06:48:47 [bca.uk] INFO: Scrape type for GN67%20WMT: 2
2026-03-30 06:48:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3491196c-eb43-5e52-b373-60025395b68d with identifier: GN67%20WMT
2026-03-30 06:48:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3491196c-eb43-5e52-b373-60025395b68d with scrape type 2
2026-03-30 06:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3491196c-eb43-5e52-b373-60025395b68d with scrape type 2
2026-03-30 06:48:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3491196c-eb43-5e52-b373-60025395b68d, identifier: GN67%20WMT
2026-03-30 06:48:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44192759-b46d-5fcc-8df8-8dc71c0e79cb with identifier: EF18%20HGN
2026-03-30 06:48:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44192759-b46d-5fcc-8df8-8dc71c0e79cb with identifier: EF18%20HGN
2026-03-30 06:48:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44192759-b46d-5fcc-8df8-8dc71c0e79cb with identifier: EF18%20HGN to the API
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF18%20HGN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '44192759-b46d-5fcc-8df8-8dc71c0e79cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF18 HGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF18%20HGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 41395,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.0 TFSI 115 BLACK ED.S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 115 BLACK ED.S-T',
 'vin': 'WAUZZZ8VXJA113870',
 'year': 2018}
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF18%2520HGN%27 HTTP/1.1" 200 None
2026-03-30 06:48:47 [bca.uk] INFO: Saving data for EF18%20HGN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477557.684146, 'last_price_update_time': 1774853327.95143}
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF18%2520HGN') HTTP/1.1" 204 0
2026-03-30 06:48:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49c39c5f-b6e0-5c68-a03d-14f09b356c0b with identifier: OV22%20HPU
2026-03-30 06:48:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49c39c5f-b6e0-5c68-a03d-14f09b356c0b with identifier: OV22%20HPU
2026-03-30 06:48:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49c39c5f-b6e0-5c68-a03d-14f09b356c0b with identifier: OV22%20HPU to the API
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV22%20HPU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '49c39c5f-b6e0-5c68-a03d-14f09b356c0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV22 HPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV22%20HPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 67202,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 2WD SE CONNECT StationWagon',
 'transmission': 'manual',
 'trim': 'T-GDI 2WD SE CONNECT',
 'vin': 'TMAJC81BLNJ206815',
 'year': 2022}
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV22%2520HPU%27 HTTP/1.1" 200 None
2026-03-30 06:48:48 [bca.uk] INFO: Saving data for OV22%20HPU: {'auction_closing_time': 1774864800.0, 'created_time': 1774447372.788154, 'last_price_update_time': 1774853328.261048}
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV22%2520HPU') HTTP/1.1" 204 0
2026-03-30 06:48:48 [bca.uk] INFO: Found listing with ID: LT15%20FGD
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520FGD%27 HTTP/1.1" 200 None
2026-03-30 06:48:48 [bca.uk] INFO: Scrape type for LT15%20FGD: 2
2026-03-30 06:48:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55dbe18f-820b-58bf-ae32-45f912bed310 with identifier: LT15%20FGD
2026-03-30 06:48:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55dbe18f-820b-58bf-ae32-45f912bed310 with scrape type 2
2026-03-30 06:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55dbe18f-820b-58bf-ae32-45f912bed310 with scrape type 2
2026-03-30 06:48:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55dbe18f-820b-58bf-ae32-45f912bed310, identifier: LT15%20FGD
2026-03-30 06:48:48 [bca.uk] INFO: Found listing with ID: DS25%20OMB
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS25%2520OMB%27 HTTP/1.1" 200 None
2026-03-30 06:48:48 [bca.uk] INFO: Scrape type for DS25%20OMB: 2
2026-03-30 06:48:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with identifier: DS25%20OMB
2026-03-30 06:48:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with scrape type 2
2026-03-30 06:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with scrape type 2
2026-03-30 06:48:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7c209bf-9bdf-5ae8-bf78-f33dd25105f2, identifier: DS25%20OMB
2026-03-30 06:48:48 [bca.uk] INFO: Found listing with ID: CV15%20YZR
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520YZR%27 HTTP/1.1" 200 None
2026-03-30 06:48:48 [bca.uk] INFO: Scrape type for CV15%20YZR: 2
2026-03-30 06:48:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with identifier: CV15%20YZR
2026-03-30 06:48:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with scrape type 2
2026-03-30 06:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with scrape type 2
2026-03-30 06:48:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a90e6c8-a05f-59ae-ba67-efd707efb2e1, identifier: CV15%20YZR
2026-03-30 06:48:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3491196c-eb43-5e52-b373-60025395b68d with identifier: GN67%20WMT
2026-03-30 06:48:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3491196c-eb43-5e52-b373-60025395b68d with identifier: GN67%20WMT
2026-03-30 06:48:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3491196c-eb43-5e52-b373-60025395b68d with identifier: GN67%20WMT to the API
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GN67%20WMT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3491196c-eb43-5e52-b373-60025395b68d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GN67 WMT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GN67%20WMT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 35629,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.5 112 ZETEC StationWagon',
 'transmission': 'manual',
 'trim': '112 ZETEC',
 'vin': 'WF0BXXMRKBHR65460',
 'year': 2017}
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN67%2520WMT%27 HTTP/1.1" 200 None
2026-03-30 06:48:48 [bca.uk] INFO: Saving data for GN67%20WMT: {'auction_closing_time': 1775124000.0, 'created_time': 1774477038.617318, 'last_price_update_time': 1774853328.883766}
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GN67%2520WMT') HTTP/1.1" 204 0
2026-03-30 06:48:48 [bca.uk] INFO: Found listing with ID: FY71%20ZHF
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520ZHF%27 HTTP/1.1" 200 None
2026-03-30 06:48:48 [bca.uk] INFO: Scrape type for FY71%20ZHF: 2
2026-03-30 06:48:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dde42116-c463-55b7-996a-f9033a76cbfc with identifier: FY71%20ZHF
2026-03-30 06:48:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dde42116-c463-55b7-996a-f9033a76cbfc with scrape type 2
2026-03-30 06:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dde42116-c463-55b7-996a-f9033a76cbfc with scrape type 2
2026-03-30 06:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dde42116-c463-55b7-996a-f9033a76cbfc, identifier: FY71%20ZHF
2026-03-30 06:48:49 [bca.uk] INFO: Found listing with ID: OY10%20VGA
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY10%2520VGA%27 HTTP/1.1" 200 None
2026-03-30 06:48:49 [bca.uk] INFO: Scrape type for OY10%20VGA: 2
2026-03-30 06:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 050f3ccf-a126-5fc6-887a-15d263166ac3 with identifier: OY10%20VGA
2026-03-30 06:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 050f3ccf-a126-5fc6-887a-15d263166ac3 with scrape type 2
2026-03-30 06:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 050f3ccf-a126-5fc6-887a-15d263166ac3 with scrape type 2
2026-03-30 06:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 050f3ccf-a126-5fc6-887a-15d263166ac3, identifier: OY10%20VGA
2026-03-30 06:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55dbe18f-820b-58bf-ae32-45f912bed310 with identifier: LT15%20FGD
2026-03-30 06:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55dbe18f-820b-58bf-ae32-45f912bed310 with identifier: LT15%20FGD
2026-03-30 06:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55dbe18f-820b-58bf-ae32-45f912bed310 with identifier: LT15%20FGD to the API
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT15%20FGD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '55dbe18f-820b-58bf-ae32-45f912bed310',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT15 FGD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT15%20FGD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': '3',
 'odometer': 77436,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 3 2.0 SE-L Hatchback',
 'transmission': 'manual',
 'trim': 'SE-L',
 'vin': 'JMZBM546611199540',
 'year': 2015}
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT15%2520FGD%27 HTTP/1.1" 200 None
2026-03-30 06:48:49 [bca.uk] INFO: Saving data for LT15%20FGD: {'auction_closing_time': 1775037600.0, 'created_time': 1774447537.353593, 'last_price_update_time': 1774853329.407847}
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT15%2520FGD') HTTP/1.1" 204 0
2026-03-30 06:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with identifier: DS25%20OMB
2026-03-30 06:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with identifier: DS25%20OMB
2026-03-30 06:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7c209bf-9bdf-5ae8-bf78-f33dd25105f2 with identifier: DS25%20OMB to the API
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 264,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS25%20OMB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd7c209bf-9bdf-5ae8-bf78-f33dd25105f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS25 OMB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS25%20OMB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 49121,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 H3 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0EXXTTRESM60688',
 'year': 2025}
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS25%2520OMB%27 HTTP/1.1" 200 None
2026-03-30 06:48:49 [bca.uk] INFO: Saving data for DS25%20OMB: {'auction_closing_time': 1774864800.0, 'created_time': 1774448828.454707, 'last_price_update_time': 1774853329.693171}
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS25%2520OMB') HTTP/1.1" 204 0
2026-03-30 06:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with identifier: CV15%20YZR
2026-03-30 06:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with identifier: CV15%20YZR
2026-03-30 06:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a90e6c8-a05f-59ae-ba67-efd707efb2e1 with identifier: CV15%20YZR to the API
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV15%20YZR-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2a90e6c8-a05f-59ae-ba67-efd707efb2e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV15 YZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV15%20YZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 36409,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '82 ZETEC',
 'vin': 'WF0DXXGAKDFC77451',
 'year': 2015}
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV15%2520YZR%27 HTTP/1.1" 200 None
2026-03-30 06:48:49 [bca.uk] INFO: Saving data for CV15%20YZR: {'auction_closing_time': 1774864800.0, 'created_time': 1774476979.144889, 'last_price_update_time': 1774853329.993526}
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV15%2520YZR') HTTP/1.1" 204 0
2026-03-30 06:48:50 [bca.uk] INFO: Found listing with ID: LS18%20MOV
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520MOV%27 HTTP/1.1" 200 None
2026-03-30 06:48:50 [bca.uk] INFO: Scrape type for LS18%20MOV: 2
2026-03-30 06:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a296464-9214-59b5-aa25-e1b6f5c16c50 with identifier: LS18%20MOV
2026-03-30 06:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a296464-9214-59b5-aa25-e1b6f5c16c50 with scrape type 2
2026-03-30 06:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a296464-9214-59b5-aa25-e1b6f5c16c50 with scrape type 2
2026-03-30 06:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a296464-9214-59b5-aa25-e1b6f5c16c50, identifier: LS18%20MOV
2026-03-30 06:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dde42116-c463-55b7-996a-f9033a76cbfc with identifier: FY71%20ZHF
2026-03-30 06:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dde42116-c463-55b7-996a-f9033a76cbfc with identifier: FY71%20ZHF
2026-03-30 06:48:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dde42116-c463-55b7-996a-f9033a76cbfc with identifier: FY71%20ZHF to the API
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 44,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY71%20ZHF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'dde42116-c463-55b7-996a-f9033a76cbfc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FY71 ZHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY71%20ZHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 58814,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 1.5 P300E 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD R-DYNAMIC S',
 'vin': 'SALZA2AT3NH165566',
 'year': 2021}
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY71%2520ZHF%27 HTTP/1.1" 200 None
2026-03-30 06:48:50 [bca.uk] INFO: Saving data for FY71%20ZHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477503.701837, 'last_price_update_time': 1774853330.439469}
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY71%2520ZHF') HTTP/1.1" 204 0
2026-03-30 06:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 050f3ccf-a126-5fc6-887a-15d263166ac3 with identifier: OY10%20VGA
2026-03-30 06:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 050f3ccf-a126-5fc6-887a-15d263166ac3 with identifier: OY10%20VGA
2026-03-30 06:48:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 050f3ccf-a126-5fc6-887a-15d263166ac3 with identifier: OY10%20VGA to the API
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY10%20VGA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '050f3ccf-a126-5fc6-887a-15d263166ac3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY10 VGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY10%20VGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 113347,
 '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 EX Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC EX',
 'vin': 'SHHGG6780AU006878',
 'year': 2010}
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY10%2520VGA%27 HTTP/1.1" 200 None
2026-03-30 06:48:50 [bca.uk] INFO: Saving data for OY10%20VGA: {'auction_closing_time': 1774864800.0, 'created_time': 1774447364.211482, 'last_price_update_time': 1774853330.739463}
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY10%2520VGA') HTTP/1.1" 204 0
2026-03-30 06:48:50 [bca.uk] INFO: Found listing with ID: YD61%20LCP
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD61%2520LCP%27 HTTP/1.1" 200 None
2026-03-30 06:48:50 [bca.uk] INFO: Scrape type for YD61%20LCP: 2
2026-03-30 06:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be3c5757-39dc-5244-93be-d20811496239 with identifier: YD61%20LCP
2026-03-30 06:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be3c5757-39dc-5244-93be-d20811496239 with scrape type 2
2026-03-30 06:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be3c5757-39dc-5244-93be-d20811496239 with scrape type 2
2026-03-30 06:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be3c5757-39dc-5244-93be-d20811496239, identifier: YD61%20LCP
2026-03-30 06:48:50 [bca.uk] INFO: Found listing with ID: FL22%20WAJ
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520WAJ%27 HTTP/1.1" 200 None
2026-03-30 06:48:50 [bca.uk] INFO: Scrape type for FL22%20WAJ: 2
2026-03-30 06:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with identifier: FL22%20WAJ
2026-03-30 06:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with scrape type 2
2026-03-30 06:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with scrape type 2
2026-03-30 06:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: faeacea3-2b0d-5e9d-8c20-74de1bde3f7b, identifier: FL22%20WAJ
2026-03-30 06:48:50 [bca.uk] INFO: Found listing with ID: FN67%20FRL
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520FRL%27 HTTP/1.1" 200 None
2026-03-30 06:48:51 [bca.uk] INFO: Scrape type for FN67%20FRL: 2
2026-03-30 06:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with identifier: FN67%20FRL
2026-03-30 06:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with scrape type 2
2026-03-30 06:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with scrape type 2
2026-03-30 06:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d9ffcb5-1322-55fa-a7f2-3819794d1143, identifier: FN67%20FRL
2026-03-30 06:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a296464-9214-59b5-aa25-e1b6f5c16c50 with identifier: LS18%20MOV
2026-03-30 06:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a296464-9214-59b5-aa25-e1b6f5c16c50 with identifier: LS18%20MOV
2026-03-30 06:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a296464-9214-59b5-aa25-e1b6f5c16c50 with identifier: LS18%20MOV to the API
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS18%20MOV-GB',
 'category': 'Car',
 'color': 'cream',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3a296464-9214-59b5-aa25-e1b6f5c16c50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS18 MOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS18%20MOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 36315,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 110 PARTHENON CREAM Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 PARTHENON CREAM',
 'vin': 'VF7SAHNZ6HW527732',
 'year': 2018}
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520MOV%27 HTTP/1.1" 200 None
2026-03-30 06:48:51 [bca.uk] INFO: Saving data for LS18%20MOV: {'auction_closing_time': 1775124000.0, 'created_time': 1774477039.977521, 'last_price_update_time': 1774853331.400983}
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS18%2520MOV') HTTP/1.1" 204 0
2026-03-30 06:48:51 [bca.uk] INFO: Found listing with ID: FX71%20UJZ
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520UJZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:51 [bca.uk] INFO: Scrape type for FX71%20UJZ: 2
2026-03-30 06:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a07590bb-34bb-5d36-a055-01746afd33d7 with identifier: FX71%20UJZ
2026-03-30 06:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a07590bb-34bb-5d36-a055-01746afd33d7 with scrape type 2
2026-03-30 06:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a07590bb-34bb-5d36-a055-01746afd33d7 with scrape type 2
2026-03-30 06:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a07590bb-34bb-5d36-a055-01746afd33d7, identifier: FX71%20UJZ
2026-03-30 06:48:51 [bca.uk] INFO: Found listing with ID: VK63%20AHD
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK63%2520AHD%27 HTTP/1.1" 200 None
2026-03-30 06:48:51 [bca.uk] INFO: Scrape type for VK63%20AHD: 2
2026-03-30 06:48:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49012872-baa9-5c92-9c94-959c459a8f97 with identifier: VK63%20AHD
2026-03-30 06:48:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49012872-baa9-5c92-9c94-959c459a8f97 with scrape type 2
2026-03-30 06:48:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49012872-baa9-5c92-9c94-959c459a8f97 with scrape type 2
2026-03-30 06:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49012872-baa9-5c92-9c94-959c459a8f97, identifier: VK63%20AHD
2026-03-30 06:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be3c5757-39dc-5244-93be-d20811496239 with identifier: YD61%20LCP
2026-03-30 06:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be3c5757-39dc-5244-93be-d20811496239 with identifier: YD61%20LCP
2026-03-30 06:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be3c5757-39dc-5244-93be-d20811496239 with identifier: YD61%20LCP to the API
2026-03-30 06:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 181,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD61%20LCP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be3c5757-39dc-5244-93be-d20811496239',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD61 LCP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD61%20LCP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': 'MX-5 ROADSTER',
 'odometer': 82272,
 'odometer_reading_unit': '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 MX-5 ROADSTER 2.0 SPORT TECH Coupe',
 'transmission': 'manual',
 'trim': 'SPORT TECH',
 'vin': 'JMZNCA8F600257887',
 'year': 2011}
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD61%2520LCP%27 HTTP/1.1" 200 None
2026-03-30 06:48:52 [bca.uk] INFO: Saving data for YD61%20LCP: {'auction_closing_time': 1775037600.0, 'created_time': 1774447531.599338, 'last_price_update_time': 1774853332.026368}
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD61%2520LCP') HTTP/1.1" 204 0
2026-03-30 06:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with identifier: FL22%20WAJ
2026-03-30 06:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with identifier: FL22%20WAJ
2026-03-30 06:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: faeacea3-2b0d-5e9d-8c20-74de1bde3f7b with identifier: FL22%20WAJ to the API
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL22%20WAJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'faeacea3-2b0d-5e9d-8c20-74de1bde3f7b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL22 WAJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL22%20WAJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 61671,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D ICON 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D ICON 4WD',
 'vin': 'AHTBB3CD001777603',
 'year': 2022}
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL22%2520WAJ%27 HTTP/1.1" 200 None
2026-03-30 06:48:52 [bca.uk] INFO: Saving data for FL22%20WAJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448807.21998, 'last_price_update_time': 1774853332.309907}
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL22%2520WAJ') HTTP/1.1" 204 0
2026-03-30 06:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with identifier: FN67%20FRL
2026-03-30 06:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with identifier: FN67%20FRL
2026-03-30 06:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d9ffcb5-1322-55fa-a7f2-3819794d1143 with identifier: FN67%20FRL to the API
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN67%20FRL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d9ffcb5-1322-55fa-a7f2-3819794d1143',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN67 FRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN67%20FRL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 58319,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.6 CDTI 136 ACTIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'CDTI 136 ACTIVE',
 'vin': 'W0LJC7EC9HB245952',
 'year': 2017}
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN67%2520FRL%27 HTTP/1.1" 200 None
2026-03-30 06:48:52 [bca.uk] INFO: Saving data for FN67%20FRL: {'auction_closing_time': 1774864800.0, 'created_time': 1774477268.089602, 'last_price_update_time': 1774853332.598013}
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN67%2520FRL') HTTP/1.1" 204 0
2026-03-30 06:48:52 [bca.uk] INFO: Found listing with ID: LF17%20GDU
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520GDU%27 HTTP/1.1" 200 None
2026-03-30 06:48:52 [bca.uk] INFO: Scrape type for LF17%20GDU: 2
2026-03-30 06:48:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with identifier: LF17%20GDU
2026-03-30 06:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with scrape type 2
2026-03-30 06:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with scrape type 2
2026-03-30 06:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb6e561a-b130-5c3e-b7f0-dbccb4a9da69, identifier: LF17%20GDU
2026-03-30 06:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a07590bb-34bb-5d36-a055-01746afd33d7 with identifier: FX71%20UJZ
2026-03-30 06:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a07590bb-34bb-5d36-a055-01746afd33d7 with identifier: FX71%20UJZ
2026-03-30 06:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a07590bb-34bb-5d36-a055-01746afd33d7 with identifier: FX71%20UJZ to the API
2026-03-30 06:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a07590bb-34bb-5d36-a055-01746afd33d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FX71 UJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX71%20UJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 73621,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D165 AWD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'D165 AWD R-DYNAMIC S',
 'vin': 'SADFA2ANXN1029914',
 'year': 2021}
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX71%2520UJZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:53 [bca.uk] INFO: Saving data for FX71%20UJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477534.728517, 'last_price_update_time': 1774853333.029671}
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX71%2520UJZ') HTTP/1.1" 204 0
2026-03-30 06:48:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49012872-baa9-5c92-9c94-959c459a8f97 with identifier: VK63%20AHD
2026-03-30 06:48:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49012872-baa9-5c92-9c94-959c459a8f97 with identifier: VK63%20AHD
2026-03-30 06:48:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49012872-baa9-5c92-9c94-959c459a8f97 with identifier: VK63%20AHD to the API
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK63%20AHD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '49012872-baa9-5c92-9c94-959c459a8f97',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK63 AHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK63%20AHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 151229,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI ACT 140 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI ACT 140 GT',
 'vin': 'WVWZZZAUZEW075927',
 'year': 2013}
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK63%2520AHD%27 HTTP/1.1" 200 None
2026-03-30 06:48:53 [bca.uk] INFO: Saving data for VK63%20AHD: {'auction_closing_time': 1774864800.0, 'created_time': 1774447289.073235, 'last_price_update_time': 1774853333.332259}
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK63%2520AHD') HTTP/1.1" 204 0
2026-03-30 06:48:53 [bca.uk] INFO: Found listing with ID: YT54%20EZO
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT54%2520EZO%27 HTTP/1.1" 200 None
2026-03-30 06:48:53 [bca.uk] INFO: Scrape type for YT54%20EZO: 2
2026-03-30 06:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d40011e7-fb1a-5dcb-9f2c-55476ba62c31 with identifier: YT54%20EZO
2026-03-30 06:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d40011e7-fb1a-5dcb-9f2c-55476ba62c31 with scrape type 2
2026-03-30 06:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d40011e7-fb1a-5dcb-9f2c-55476ba62c31 with scrape type 2
2026-03-30 06:48:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d40011e7-fb1a-5dcb-9f2c-55476ba62c31, identifier: YT54%20EZO
2026-03-30 06:48:53 [bca.uk] INFO: Found listing with ID: MD72%20CHF
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520CHF%27 HTTP/1.1" 200 None
2026-03-30 06:48:53 [bca.uk] INFO: Scrape type for MD72%20CHF: 2
2026-03-30 06:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with identifier: MD72%20CHF
2026-03-30 06:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with scrape type 2
2026-03-30 06:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with scrape type 2
2026-03-30 06:48:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3, identifier: MD72%20CHF
2026-03-30 06:48:53 [bca.uk] INFO: Found listing with ID: GC15%20SNZ
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC15%2520SNZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:53 [bca.uk] INFO: Scrape type for GC15%20SNZ: 2
2026-03-30 06:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with identifier: GC15%20SNZ
2026-03-30 06:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with scrape type 2
2026-03-30 06:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with scrape type 2
2026-03-30 06:48:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61c6e33d-9582-5a2c-930d-0b8a0688f8bc, identifier: GC15%20SNZ
2026-03-30 06:48:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with identifier: LF17%20GDU
2026-03-30 06:48:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with identifier: LF17%20GDU
2026-03-30 06:48:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb6e561a-b130-5c3e-b7f0-dbccb4a9da69 with identifier: LF17%20GDU to the API
2026-03-30 06:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF17%20GDU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eb6e561a-b130-5c3e-b7f0-dbccb4a9da69',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF17 GDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF17%20GDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 150714,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 105 310 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 105 310 SWB L/R',
 'vin': 'WF0YXXTTGYHJ48991',
 'year': 2017}
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520GDU%27 HTTP/1.1" 200 None
2026-03-30 06:48:54 [bca.uk] INFO: Saving data for LF17%20GDU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477032.557335, 'last_price_update_time': 1774853334.021761}
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF17%2520GDU') HTTP/1.1" 204 0
2026-03-30 06:48:54 [bca.uk] INFO: Found listing with ID: AV71%20OEW
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520OEW%27 HTTP/1.1" 200 None
2026-03-30 06:48:54 [bca.uk] INFO: Scrape type for AV71%20OEW: 2
2026-03-30 06:48:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with identifier: AV71%20OEW
2026-03-30 06:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with scrape type 2
2026-03-30 06:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with scrape type 2
2026-03-30 06:48:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a, identifier: AV71%20OEW
2026-03-30 06:48:54 [bca.uk] INFO: Found listing with ID: WJ13%20XSM
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ13%2520XSM%27 HTTP/1.1" 200 None
2026-03-30 06:48:54 [bca.uk] INFO: Scrape type for WJ13%20XSM: 2
2026-03-30 06:48:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b9ade36-6b3c-51fe-b7d7-ee28b1f2e6d1 with identifier: WJ13%20XSM
2026-03-30 06:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b9ade36-6b3c-51fe-b7d7-ee28b1f2e6d1 with scrape type 2
2026-03-30 06:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b9ade36-6b3c-51fe-b7d7-ee28b1f2e6d1 with scrape type 2
2026-03-30 06:48:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b9ade36-6b3c-51fe-b7d7-ee28b1f2e6d1, identifier: WJ13%20XSM
2026-03-30 06:48:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d40011e7-fb1a-5dcb-9f2c-55476ba62c31 with identifier: YT54%20EZO
2026-03-30 06:48:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d40011e7-fb1a-5dcb-9f2c-55476ba62c31 with identifier: YT54%20EZO
2026-03-30 06:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d40011e7-fb1a-5dcb-9f2c-55476ba62c31 with identifier: YT54%20EZO to the API
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 193,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT54%20EZO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd40011e7-fb1a-5dcb-9f2c-55476ba62c31',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT54 EZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT54%20EZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 83964,
 '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 C180 1.8 K SE Coupe',
 'transmission': 'manual',
 'trim': 'K SE',
 'vin': 'WDB2037462A681992',
 'year': 2004}
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT54%2520EZO%27 HTTP/1.1" 200 None
2026-03-30 06:48:54 [bca.uk] INFO: Saving data for YT54%20EZO: {'auction_closing_time': 1775037600.0, 'created_time': 1774447524.807513, 'last_price_update_time': 1774853334.54941}
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT54%2520EZO') HTTP/1.1" 204 0
2026-03-30 06:48:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with identifier: MD72%20CHF
2026-03-30 06:48:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with identifier: MD72%20CHF
2026-03-30 06:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3 with identifier: MD72%20CHF to the API
2026-03-30 06:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD72%20CHF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dc6bee3e-dec2-5d44-8bf7-6bc31e80d8c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD72 CHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD72%20CHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 57227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 150 LL SPORT CrewCab Van',
 'transmission': 'manual',
 'trim': 'B/DCI 150 LL SPORT',
 'vin': 'VF1FL000070059172',
 'year': 2023}
2026-03-30 06:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD72%2520CHF%27 HTTP/1.1" 200 None
2026-03-30 06:48:55 [bca.uk] INFO: Saving data for MD72%20CHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774448803.229824, 'last_price_update_time': 1774853335.498277}
2026-03-30 06:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD72%2520CHF') HTTP/1.1" 204 0
2026-03-30 06:48:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with identifier: GC15%20SNZ
2026-03-30 06:48:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with identifier: GC15%20SNZ
2026-03-30 06:48:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61c6e33d-9582-5a2c-930d-0b8a0688f8bc with identifier: GC15%20SNZ to the API
2026-03-30 06:48:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GC15%20SNZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '61c6e33d-9582-5a2c-930d-0b8a0688f8bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GC15 SNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GC15%20SNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 161656,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 TSI 90 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 90 SE',
 'vin': 'WVWZZZ6RZFU090125',
 'year': 2015}
2026-03-30 06:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GC15%2520SNZ%27 HTTP/1.1" 200 None
2026-03-30 06:48:56 [bca.uk] INFO: Saving data for GC15%20SNZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774303860.997762, 'last_price_update_time': 1774853336.059289}
2026-03-30 06:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GC15%2520SNZ') HTTP/1.1" 204 0
2026-03-30 06:48:56 [bca.uk] INFO: Found listing with ID: BK68%20AUA
2026-03-30 06:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520AUA%27 HTTP/1.1" 200 None
2026-03-30 06:48:56 [bca.uk] INFO: Scrape type for BK68%20AUA: 2
2026-03-30 06:48:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70507964-cfff-5d6b-910a-ce403466fcfa with identifier: BK68%20AUA
2026-03-30 06:48:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70507964-cfff-5d6b-910a-ce403466fcfa with scrape type 2
2026-03-30 06:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70507964-cfff-5d6b-910a-ce403466fcfa with scrape type 2
2026-03-30 06:48:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70507964-cfff-5d6b-910a-ce403466fcfa, identifier: BK68%20AUA
2026-03-30 06:48:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with identifier: AV71%20OEW
2026-03-30 06:48:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with identifier: AV71%20OEW
2026-03-30 06:48:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a with identifier: AV71%20OEW to the API
2026-03-30 06:48:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 213,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV71%20OEW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '017d68ea-7fac-5e5e-bf5f-1dfe151f3b1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV71 OEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV71%20OEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 117877,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L2 H2 TREND CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H2 TREND',
 'vin': 'WF0FXXTTRFMC88160',
 'year': 2022}
2026-03-30 06:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520OEW%27 HTTP/1.1" 200 None
2026-03-30 06:48:56 [bca.uk] INFO: Saving data for AV71%20OEW: {'auction_closing_time': 1774864800.0, 'created_time': 1774477510.952783, 'last_price_update_time': 1774853336.997272}
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV71%2520OEW') HTTP/1.1" 204 0
2026-03-30 06:48:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b9ade36-6b3c-51fe-b7d7-ee28b1f2e6d1 with identifier: WJ13%20XSM
2026-03-30 06:48:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b9ade36-6b3c-51fe-b7d7-ee28b1f2e6d1 with identifier: WJ13%20XSM
2026-03-30 06:48:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b9ade36-6b3c-51fe-b7d7-ee28b1f2e6d1 with identifier: WJ13%20XSM to the API
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ13%20XSM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b9ade36-6b3c-51fe-b7d7-ee28b1f2e6d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ13 XSM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ13%20XSM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 96549,
 'odometer_reading_unit': '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': 'MALAN51CLDM217659',
 'year': 2013}
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ13%2520XSM%27 HTTP/1.1" 200 None
2026-03-30 06:48:57 [bca.uk] INFO: Saving data for WJ13%20XSM: {'auction_closing_time': 1774864800.0, 'created_time': 1774447363.385109, 'last_price_update_time': 1774853337.271146}
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ13%2520XSM') HTTP/1.1" 204 0
2026-03-30 06:48:57 [bca.uk] INFO: Found listing with ID: LL68%20GZO
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL68%2520GZO%27 HTTP/1.1" 200 None
2026-03-30 06:48:57 [bca.uk] INFO: Scrape type for LL68%20GZO: 2
2026-03-30 06:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 884b2061-2071-50d7-a65d-50547bdd3e16 with identifier: LL68%20GZO
2026-03-30 06:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 884b2061-2071-50d7-a65d-50547bdd3e16 with scrape type 2
2026-03-30 06:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 884b2061-2071-50d7-a65d-50547bdd3e16 with scrape type 2
2026-03-30 06:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 884b2061-2071-50d7-a65d-50547bdd3e16, identifier: LL68%20GZO
2026-03-30 06:48:57 [bca.uk] INFO: Found listing with ID: KT70%20TVL
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT70%2520TVL%27 HTTP/1.1" 200 None
2026-03-30 06:48:57 [bca.uk] INFO: Scrape type for KT70%20TVL: 2
2026-03-30 06:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2137618-3f55-56e3-b18c-62db86fdef75 with identifier: KT70%20TVL
2026-03-30 06:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2137618-3f55-56e3-b18c-62db86fdef75 with scrape type 2
2026-03-30 06:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2137618-3f55-56e3-b18c-62db86fdef75 with scrape type 2
2026-03-30 06:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2137618-3f55-56e3-b18c-62db86fdef75, identifier: KT70%20TVL
2026-03-30 06:48:57 [bca.uk] INFO: Found listing with ID: HG16%20FMK
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG16%2520FMK%27 HTTP/1.1" 200 None
2026-03-30 06:48:57 [bca.uk] INFO: Scrape type for HG16%20FMK: 2
2026-03-30 06:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with identifier: HG16%20FMK
2026-03-30 06:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with scrape type 2
2026-03-30 06:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with scrape type 2
2026-03-30 06:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4, identifier: HG16%20FMK
2026-03-30 06:48:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70507964-cfff-5d6b-910a-ce403466fcfa with identifier: BK68%20AUA
2026-03-30 06:48:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70507964-cfff-5d6b-910a-ce403466fcfa with identifier: BK68%20AUA
2026-03-30 06:48:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70507964-cfff-5d6b-910a-ce403466fcfa with identifier: BK68%20AUA to the API
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK68%20AUA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70507964-cfff-5d6b-910a-ce403466fcfa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK68 AUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK68%20AUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 101718,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 130 L2 H2 (MESS UNIT) CrewCab Van',
 'transmission': 'manual',
 'trim': 'CDTI 130 L2 H2 (MESS UNIT)',
 'vin': 'W0VMRY606JB161512',
 'year': 2018}
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK68%2520AUA%27 HTTP/1.1" 200 None
2026-03-30 06:48:57 [bca.uk] INFO: Saving data for BK68%20AUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477033.172437, 'last_price_update_time': 1774853337.894353}
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK68%2520AUA') HTTP/1.1" 204 0
2026-03-30 06:48:58 [bca.uk] INFO: Found listing with ID: AO68%20MVY
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO68%2520MVY%27 HTTP/1.1" 200 None
2026-03-30 06:48:58 [bca.uk] INFO: Scrape type for AO68%20MVY: 2
2026-03-30 06:48:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b35ea80d-86e4-50a3-81b4-0616c09f2659 with identifier: AO68%20MVY
2026-03-30 06:48:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b35ea80d-86e4-50a3-81b4-0616c09f2659 with scrape type 2
2026-03-30 06:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b35ea80d-86e4-50a3-81b4-0616c09f2659 with scrape type 2
2026-03-30 06:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b35ea80d-86e4-50a3-81b4-0616c09f2659, identifier: AO68%20MVY
2026-03-30 06:48:58 [bca.uk] INFO: Found listing with ID: WV21%20ZXL
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV21%2520ZXL%27 HTTP/1.1" 200 None
2026-03-30 06:48:58 [bca.uk] INFO: Scrape type for WV21%20ZXL: 2
2026-03-30 06:48:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with identifier: WV21%20ZXL
2026-03-30 06:48:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with scrape type 2
2026-03-30 06:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with scrape type 2
2026-03-30 06:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12, identifier: WV21%20ZXL
2026-03-30 06:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 884b2061-2071-50d7-a65d-50547bdd3e16 with identifier: LL68%20GZO
2026-03-30 06:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 884b2061-2071-50d7-a65d-50547bdd3e16 with identifier: LL68%20GZO
2026-03-30 06:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 884b2061-2071-50d7-a65d-50547bdd3e16 with identifier: LL68%20GZO to the API
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL68%20GZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '884b2061-2071-50d7-a65d-50547bdd3e16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL68 GZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL68%20GZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 66996,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 40 TDI SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TDI SPORT S-T',
 'vin': 'WAUZZZF23KN016917',
 'year': 2018}
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL68%2520GZO%27 HTTP/1.1" 200 None
2026-03-30 06:48:58 [bca.uk] INFO: Saving data for LL68%20GZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774447722.280451, 'last_price_update_time': 1774853338.541302}
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL68%2520GZO') HTTP/1.1" 204 0
2026-03-30 06:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2137618-3f55-56e3-b18c-62db86fdef75 with identifier: KT70%20TVL
2026-03-30 06:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2137618-3f55-56e3-b18c-62db86fdef75 with identifier: KT70%20TVL
2026-03-30 06:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2137618-3f55-56e3-b18c-62db86fdef75 with identifier: KT70%20TVL to the API
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT70%20TVL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f2137618-3f55-56e3-b18c-62db86fdef75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT70 TVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT70%20TVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 75464,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 H2 PROGRESSIVE',
 'vin': 'W1V9076332P326054',
 'year': 2021}
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT70%2520TVL%27 HTTP/1.1" 200 None
2026-03-30 06:48:58 [bca.uk] INFO: Saving data for KT70%20TVL: {'auction_closing_time': 1774864800.0, 'created_time': 1774448806.707051, 'last_price_update_time': 1774853338.825552}
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT70%2520TVL') HTTP/1.1" 204 0
2026-03-30 06:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with identifier: HG16%20FMK
2026-03-30 06:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with identifier: HG16%20FMK
2026-03-30 06:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4 with identifier: HG16%20FMK to the API
2026-03-30 06:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:48: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:48:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG16%20FMK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2af0a1ec-c6a9-561f-a0b4-440e6ffbd2b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG16 FMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG16%20FMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HONDA',
 'model': 'CIVIC TOURER',
 'odometer': 123846,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC TOURER 1.6 I-DTEC 120 SE PLUS Estate',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SE PLUS',
 'vin': 'SHHFK3750FU705190',
 'year': 2016}
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG16%2520FMK%27 HTTP/1.1" 200 None
2026-03-30 06:49:00 [bca.uk] INFO: Saving data for HG16%20FMK: {'auction_closing_time': 1774864800.0, 'created_time': 1774477259.388855, 'last_price_update_time': 1774853340.014826}
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG16%2520FMK') HTTP/1.1" 204 0
2026-03-30 06:49:00 [bca.uk] INFO: Found listing with ID: BN19%20XDB
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN19%2520XDB%27 HTTP/1.1" 200 None
2026-03-30 06:49:00 [bca.uk] INFO: Scrape type for BN19%20XDB: 2
2026-03-30 06:49:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with identifier: BN19%20XDB
2026-03-30 06:49:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with scrape type 2
2026-03-30 06:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with scrape type 2
2026-03-30 06:49:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed901164-5aeb-50f6-bb8c-0dea21ac0a5e, identifier: BN19%20XDB
2026-03-30 06:49:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b35ea80d-86e4-50a3-81b4-0616c09f2659 with identifier: AO68%20MVY
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=bmw+ind+grigio+medio HTTP/1.1" 200 None
2026-03-30 06:49:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:49:00 [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:49:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b35ea80d-86e4-50a3-81b4-0616c09f2659 with identifier: AO68%20MVY
2026-03-30 06:49:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b35ea80d-86e4-50a3-81b4-0616c09f2659 with identifier: AO68%20MVY to the API
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO68%20MVY-GB',
 'category': 'Car',
 'color': 'bmw in grigio medio',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '4.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b35ea80d-86e4-50a3-81b4-0616c09f2659',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO68 MVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO68%20MVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': 'M5',
 'odometer': 87448,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW M5 4.4 600 XDRIVE STEP Saloon',
 'transmission': 'automatic',
 'trim': '600 XDRIVE STEP',
 'vin': 'WBSJF02060GA02922',
 'year': 2018}
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO68%2520MVY%27 HTTP/1.1" 200 None
2026-03-30 06:49:00 [bca.uk] INFO: Saving data for AO68%20MVY: {'auction_closing_time': 1774864800.0, 'created_time': 1774477419.575198, 'last_price_update_time': 1774853340.967023}
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO68%2520MVY') HTTP/1.1" 204 0
2026-03-30 06:49:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with identifier: WV21%20ZXL
2026-03-30 06:49:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with identifier: WV21%20ZXL
2026-03-30 06:49:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12 with identifier: WV21%20ZXL to the API
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 201,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV21%20ZXL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '73fe2a29-ce8a-59ef-a6d2-4c695ee0ed12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV21 ZXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV21%20ZXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E450',
 'odometer': 30544,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E450 3.0 AMG LINE NIGHT ED.PREM+ 4M 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE NIGHT ED.PREM+ 4M 9G',
 'vin': 'W1K2383592F164531',
 'year': 2021}
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV21%2520ZXL%27 HTTP/1.1" 200 None
2026-03-30 06:49:01 [bca.uk] INFO: Saving data for WV21%20ZXL: {'auction_closing_time': 1774864800.0, 'created_time': 1774447290.527376, 'last_price_update_time': 1774853341.262337}
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV21%2520ZXL') HTTP/1.1" 204 0
2026-03-30 06:49:01 [bca.uk] INFO: Found listing with ID: A25%20LDS
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A25%2520LDS%27 HTTP/1.1" 200 None
2026-03-30 06:49:01 [bca.uk] INFO: Scrape type for A25%20LDS: 2
2026-03-30 06:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42bd0243-034d-5fbd-a7f5-405e8d99ab6f with identifier: A25%20LDS
2026-03-30 06:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42bd0243-034d-5fbd-a7f5-405e8d99ab6f with scrape type 2
2026-03-30 06:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42bd0243-034d-5fbd-a7f5-405e8d99ab6f with scrape type 2
2026-03-30 06:49:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42bd0243-034d-5fbd-a7f5-405e8d99ab6f, identifier: A25%20LDS
2026-03-30 06:49:01 [bca.uk] INFO: Found listing with ID: WIG%207642
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WIG%25207642%27 HTTP/1.1" 200 None
2026-03-30 06:49:01 [bca.uk] INFO: Scrape type for WIG%207642: 2
2026-03-30 06:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c209a78a-84a4-5a21-b03b-016fb16343d0 with identifier: WIG%207642
2026-03-30 06:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c209a78a-84a4-5a21-b03b-016fb16343d0 with scrape type 2
2026-03-30 06:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c209a78a-84a4-5a21-b03b-016fb16343d0 with scrape type 2
2026-03-30 06:49:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c209a78a-84a4-5a21-b03b-016fb16343d0, identifier: WIG%207642
2026-03-30 06:49:01 [bca.uk] INFO: Found listing with ID: HG61%20GZK
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG61%2520GZK%27 HTTP/1.1" 200 None
2026-03-30 06:49:01 [bca.uk] INFO: Scrape type for HG61%20GZK: 2
2026-03-30 06:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66d9c9f5-a338-5b3d-bc02-9145e832079e with identifier: HG61%20GZK
2026-03-30 06:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66d9c9f5-a338-5b3d-bc02-9145e832079e with scrape type 2
2026-03-30 06:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66d9c9f5-a338-5b3d-bc02-9145e832079e with scrape type 2
2026-03-30 06:49:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66d9c9f5-a338-5b3d-bc02-9145e832079e, identifier: HG61%20GZK
2026-03-30 06:49:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with identifier: BN19%20XDB
2026-03-30 06:49:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with identifier: BN19%20XDB
2026-03-30 06:49:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed901164-5aeb-50f6-bb8c-0dea21ac0a5e with identifier: BN19%20XDB to the API
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN19%20XDB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed901164-5aeb-50f6-bb8c-0dea21ac0a5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN19 XDB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN19%20XDB&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 68319,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.3 CDTI 130 L2 H2 (MESS UNIT) CrewCab Van',
 'transmission': 'manual',
 'trim': 'CDTI 130 L2 H2 (MESS UNIT)',
 'vin': 'W0VMRY606KB169286',
 'year': 2019}
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN19%2520XDB%27 HTTP/1.1" 200 None
2026-03-30 06:49:01 [bca.uk] INFO: Saving data for BN19%20XDB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477029.809275, 'last_price_update_time': 1774853341.92223}
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN19%2520XDB') HTTP/1.1" 204 0
2026-03-30 06:49:01 [bca.uk] INFO: Found listing with ID: AX15%20YTV
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520YTV%27 HTTP/1.1" 200 None
2026-03-30 06:49:01 [bca.uk] INFO: Scrape type for AX15%20YTV: 2
2026-03-30 06:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with identifier: AX15%20YTV
2026-03-30 06:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with scrape type 2
2026-03-30 06:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with scrape type 2
2026-03-30 06:49:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8, identifier: AX15%20YTV
2026-03-30 06:49:02 [bca.uk] INFO: Found listing with ID: NA69%20USD
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49: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%2520USD%27 HTTP/1.1" 200 None
2026-03-30 06:49:02 [bca.uk] INFO: Scrape type for NA69%20USD: 2
2026-03-30 06:49:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 733b9258-4433-536e-8de8-f7cf62f88ebe with identifier: NA69%20USD
2026-03-30 06:49:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 733b9258-4433-536e-8de8-f7cf62f88ebe with scrape type 2
2026-03-30 06:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 733b9258-4433-536e-8de8-f7cf62f88ebe with scrape type 2
2026-03-30 06:49:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 733b9258-4433-536e-8de8-f7cf62f88ebe, identifier: NA69%20USD
2026-03-30 06:49:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42bd0243-034d-5fbd-a7f5-405e8d99ab6f with identifier: A25%20LDS
2026-03-30 06:49:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42bd0243-034d-5fbd-a7f5-405e8d99ab6f with identifier: A25%20LDS
2026-03-30 06:49:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42bd0243-034d-5fbd-a7f5-405e8d99ab6f with identifier: A25%20LDS to the API
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=A25%20LDS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '42bd0243-034d-5fbd-a7f5-405e8d99ab6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'A25 LDS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=A25%20LDS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'S3',
 'odometer': 85128,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI S3 2.0 TFSI 300 QUATTRO S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 300 QUATTRO S-T',
 'vin': 'WAUZZZ8V0FA095290',
 'year': 2015}
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A25%2520LDS%27 HTTP/1.1" 200 None
2026-03-30 06:49:02 [bca.uk] INFO: Saving data for A25%20LDS: {'auction_closing_time': 1774951200.0, 'created_time': 1774447579.111556, 'last_price_update_time': 1774853342.461061}
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='A25%2520LDS') HTTP/1.1" 204 0
2026-03-30 06:49:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c209a78a-84a4-5a21-b03b-016fb16343d0 with identifier: WIG%207642
2026-03-30 06:49:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c209a78a-84a4-5a21-b03b-016fb16343d0 with identifier: WIG%207642
2026-03-30 06:49:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c209a78a-84a4-5a21-b03b-016fb16343d0 with identifier: WIG%207642 to the API
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WIG%207642-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c209a78a-84a4-5a21-b03b-016fb16343d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WIG 7642',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WIG%207642&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 87755,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 170 LIMITED 1 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EBL 170 LIMITED 1',
 'vin': '6FPPXXMJ2PNM37338',
 'year': 2023}
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WIG%25207642%27 HTTP/1.1" 200 None
2026-03-30 06:49:02 [bca.uk] INFO: Saving data for WIG%207642: {'auction_closing_time': 1774864800.0, 'created_time': 1774448751.163588, 'last_price_update_time': 1774853342.77824}
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WIG%25207642') HTTP/1.1" 204 0
2026-03-30 06:49:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66d9c9f5-a338-5b3d-bc02-9145e832079e with identifier: HG61%20GZK
2026-03-30 06:49:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66d9c9f5-a338-5b3d-bc02-9145e832079e with identifier: HG61%20GZK
2026-03-30 06:49:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66d9c9f5-a338-5b3d-bc02-9145e832079e with identifier: HG61%20GZK to the API
2026-03-30 06:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG61%20GZK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '66d9c9f5-a338-5b3d-bc02-9145e832079e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG61 GZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG61%20GZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 128236,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 150 XS StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 150 XS',
 'vin': 'SALFA2CC5BH273067',
 'year': 2011}
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG61%2520GZK%27 HTTP/1.1" 200 None
2026-03-30 06:49:03 [bca.uk] INFO: Saving data for HG61%20GZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774477276.133025, 'last_price_update_time': 1774853343.090738}
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG61%2520GZK') HTTP/1.1" 204 0
2026-03-30 06:49:03 [bca.uk] INFO: Found listing with ID: YO68%20DXB
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520DXB%27 HTTP/1.1" 200 None
2026-03-30 06:49:03 [bca.uk] INFO: Scrape type for YO68%20DXB: 2
2026-03-30 06:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d57eb49b-747a-5fc1-a963-7e48087a7960 with identifier: YO68%20DXB
2026-03-30 06:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d57eb49b-747a-5fc1-a963-7e48087a7960 with scrape type 2
2026-03-30 06:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d57eb49b-747a-5fc1-a963-7e48087a7960 with scrape type 2
2026-03-30 06:49:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d57eb49b-747a-5fc1-a963-7e48087a7960, identifier: YO68%20DXB
2026-03-30 06:49:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with identifier: AX15%20YTV
2026-03-30 06:49:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with identifier: AX15%20YTV
2026-03-30 06:49:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 025feb03-cf0a-5eb3-bb90-f2eb5880ceb8 with identifier: AX15%20YTV to the API
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX15%20YTV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '025feb03-cf0a-5eb3-bb90-f2eb5880ceb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AX15 YTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX15%20YTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 100032,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 75 SE-L Hatchback',
 'transmission': 'manual',
 'trim': '75 SE-L',
 'vin': 'MMZDJ6HV51W126740',
 'year': 2015}
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX15%2520YTV%27 HTTP/1.1" 200 None
2026-03-30 06:49:03 [bca.uk] INFO: Saving data for AX15%20YTV: {'auction_closing_time': 1774864800.0, 'created_time': 1774391010.426194, 'last_price_update_time': 1774853343.492657}
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX15%2520YTV') HTTP/1.1" 204 0
2026-03-30 06:49:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 733b9258-4433-536e-8de8-f7cf62f88ebe with identifier: NA69%20USD
2026-03-30 06:49:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 733b9258-4433-536e-8de8-f7cf62f88ebe with identifier: NA69%20USD
2026-03-30 06:49:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 733b9258-4433-536e-8de8-f7cf62f88ebe with identifier: NA69%20USD to the API
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA69%20USD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '733b9258-4433-536e-8de8-f7cf62f88ebe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NA69 USD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA69%20USD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 34414,
 'odometer_reading_unit': '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 X2 1.5 SDRIVE 18I SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SDRIVE 18I SPORT',
 'vin': 'WBAYH120405P55800',
 'year': 2019}
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520USD%27 HTTP/1.1" 200 None
2026-03-30 06:49:03 [bca.uk] INFO: Saving data for NA69%20USD: {'auction_closing_time': 1774864800.0, 'created_time': 1774447390.018165, 'last_price_update_time': 1774853343.802481}
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520USD') HTTP/1.1" 204 0
2026-03-30 06:49:03 [bca.uk] INFO: Found listing with ID: PY67%20KFD
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520KFD%27 HTTP/1.1" 200 None
2026-03-30 06:49:03 [bca.uk] INFO: Scrape type for PY67%20KFD: 2
2026-03-30 06:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: caf396d5-b4a3-52d2-8b75-15791b10d996 with identifier: PY67%20KFD
2026-03-30 06:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item caf396d5-b4a3-52d2-8b75-15791b10d996 with scrape type 2
2026-03-30 06:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item caf396d5-b4a3-52d2-8b75-15791b10d996 with scrape type 2
2026-03-30 06:49:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: caf396d5-b4a3-52d2-8b75-15791b10d996, identifier: PY67%20KFD
2026-03-30 06:49:03 [bca.uk] INFO: Found listing with ID: CV73%20HLJ
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520HLJ%27 HTTP/1.1" 200 None
2026-03-30 06:49:03 [bca.uk] INFO: Scrape type for CV73%20HLJ: 2
2026-03-30 06:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with identifier: CV73%20HLJ
2026-03-30 06:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with scrape type 2
2026-03-30 06:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with scrape type 2
2026-03-30 06:49:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6345ac5c-839b-5a8a-99e8-fca7f7686a48, identifier: CV73%20HLJ
2026-03-30 06:49:04 [bca.uk] INFO: Found listing with ID: LR62%20FFH
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR62%2520FFH%27 HTTP/1.1" 200 None
2026-03-30 06:49:04 [bca.uk] INFO: Scrape type for LR62%20FFH: 2
2026-03-30 06:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ef6eeb7-784b-5a94-8ff6-af469356686a with identifier: LR62%20FFH
2026-03-30 06:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ef6eeb7-784b-5a94-8ff6-af469356686a with scrape type 2
2026-03-30 06:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ef6eeb7-784b-5a94-8ff6-af469356686a with scrape type 2
2026-03-30 06:49:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ef6eeb7-784b-5a94-8ff6-af469356686a, identifier: LR62%20FFH
2026-03-30 06:49:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d57eb49b-747a-5fc1-a963-7e48087a7960 with identifier: YO68%20DXB
2026-03-30 06:49:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d57eb49b-747a-5fc1-a963-7e48087a7960 with identifier: YO68%20DXB
2026-03-30 06:49:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d57eb49b-747a-5fc1-a963-7e48087a7960 with identifier: YO68%20DXB to the API
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO68%20DXB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd57eb49b-747a-5fc1-a963-7e48087a7960',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO68 DXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO68%20DXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 63423,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 100 220 L1 L/R Van',
 'transmission': 'manual',
 'trim': 'EBL 100 220 L1 L/R',
 'vin': 'WF0RXXWPGRJR82412',
 'year': 2019}
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO68%2520DXB%27 HTTP/1.1" 200 None
2026-03-30 06:49:04 [bca.uk] INFO: Saving data for YO68%20DXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477019.563387, 'last_price_update_time': 1774853344.487368}
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO68%2520DXB') HTTP/1.1" 204 0
2026-03-30 06:49:04 [bca.uk] INFO: Found listing with ID: SL61%20OZC
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL61%2520OZC%27 HTTP/1.1" 200 None
2026-03-30 06:49:04 [bca.uk] INFO: Scrape type for SL61%20OZC: 2
2026-03-30 06:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c64a36c-097d-5f09-9126-44b45911bd4c with identifier: SL61%20OZC
2026-03-30 06:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c64a36c-097d-5f09-9126-44b45911bd4c with scrape type 2
2026-03-30 06:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c64a36c-097d-5f09-9126-44b45911bd4c with scrape type 2
2026-03-30 06:49:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c64a36c-097d-5f09-9126-44b45911bd4c, identifier: SL61%20OZC
2026-03-30 06:49:04 [bca.uk] INFO: Found listing with ID: SB17%20XVZ
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB17%2520XVZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:04 [bca.uk] INFO: Scrape type for SB17%20XVZ: 2
2026-03-30 06:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52962c9d-a6b8-5582-a454-b5edf068ca7e with identifier: SB17%20XVZ
2026-03-30 06:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52962c9d-a6b8-5582-a454-b5edf068ca7e with scrape type 2
2026-03-30 06:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52962c9d-a6b8-5582-a454-b5edf068ca7e with scrape type 2
2026-03-30 06:49:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52962c9d-a6b8-5582-a454-b5edf068ca7e, identifier: SB17%20XVZ
2026-03-30 06:49:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: caf396d5-b4a3-52d2-8b75-15791b10d996 with identifier: PY67%20KFD
2026-03-30 06:49:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: caf396d5-b4a3-52d2-8b75-15791b10d996 with identifier: PY67%20KFD
2026-03-30 06:49:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: caf396d5-b4a3-52d2-8b75-15791b10d996 with identifier: PY67%20KFD to the API
2026-03-30 06:49:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY67%20KFD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'caf396d5-b4a3-52d2-8b75-15791b10d996',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY67 KFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY67%20KFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA ST',
 'odometer': 55542,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA ST 2.0 TURBO D ELITE Estate',
 'transmission': 'manual',
 'trim': 'TURBO D ELITE',
 'vin': 'W0VZT8EG5J1037579',
 'year': 2017}
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY67%2520KFD%27 HTTP/1.1" 200 None
2026-03-30 06:49:05 [bca.uk] INFO: Saving data for PY67%20KFD: {'auction_closing_time': 1774864800.0, 'created_time': 1774447530.459864, 'last_price_update_time': 1774853345.129919}
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY67%2520KFD') HTTP/1.1" 204 0
2026-03-30 06:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with identifier: CV73%20HLJ
2026-03-30 06:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with identifier: CV73%20HLJ
2026-03-30 06:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6345ac5c-839b-5a8a-99e8-fca7f7686a48 with identifier: CV73%20HLJ to the API
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV73%20HLJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6345ac5c-839b-5a8a-99e8-fca7f7686a48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV73 HLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV73%20HLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'SSANGYONG',
 'model': 'MUSSO',
 'odometer': 17968,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SSANGYONG MUSSO 2.2 199 SARACEN PLUS AWD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': '199 SARACEN PLUS AWD',
 'vin': 'KPAY61EESPP215331',
 'year': 2023}
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV73%2520HLJ%27 HTTP/1.1" 200 None
2026-03-30 06:49:05 [bca.uk] INFO: Saving data for CV73%20HLJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448761.124207, 'last_price_update_time': 1774853345.460187}
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV73%2520HLJ') HTTP/1.1" 204 0
2026-03-30 06:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ef6eeb7-784b-5a94-8ff6-af469356686a with identifier: LR62%20FFH
2026-03-30 06:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ef6eeb7-784b-5a94-8ff6-af469356686a with identifier: LR62%20FFH
2026-03-30 06:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ef6eeb7-784b-5a94-8ff6-af469356686a with identifier: LR62%20FFH to the API
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR62%20FFH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ef6eeb7-784b-5a94-8ff6-af469356686a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR62 FFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR62%20FFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 74287,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 SE Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 SE',
 'vin': 'W0LPE6ED9DG007118',
 'year': 2012}
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR62%2520FFH%27 HTTP/1.1" 200 None
2026-03-30 06:49:05 [bca.uk] INFO: Saving data for LR62%20FFH: {'auction_closing_time': 1774864800.0, 'created_time': 1774303831.756249, 'last_price_update_time': 1774853345.758878}
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR62%2520FFH') HTTP/1.1" 204 0
2026-03-30 06:49:05 [bca.uk] INFO: Found listing with ID: YV68%20JVT
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV68%2520JVT%27 HTTP/1.1" 200 None
2026-03-30 06:49:05 [bca.uk] INFO: Scrape type for YV68%20JVT: 2
2026-03-30 06:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 911de69e-1359-5ed7-a138-b48596b76a41 with identifier: YV68%20JVT
2026-03-30 06:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 911de69e-1359-5ed7-a138-b48596b76a41 with scrape type 2
2026-03-30 06:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 911de69e-1359-5ed7-a138-b48596b76a41 with scrape type 2
2026-03-30 06:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 911de69e-1359-5ed7-a138-b48596b76a41, identifier: YV68%20JVT
2026-03-30 06:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c64a36c-097d-5f09-9126-44b45911bd4c with identifier: SL61%20OZC
2026-03-30 06:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c64a36c-097d-5f09-9126-44b45911bd4c with identifier: SL61%20OZC
2026-03-30 06:49:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c64a36c-097d-5f09-9126-44b45911bd4c with identifier: SL61%20OZC to the API
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL61%20OZC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c64a36c-097d-5f09-9126-44b45911bd4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL61 OZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL61%20OZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 99039,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 N-TEC Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 N-TEC',
 'vin': 'SJNFCAJ10U2393490',
 'year': 2011}
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL61%2520OZC%27 HTTP/1.1" 200 None
2026-03-30 06:49:06 [bca.uk] INFO: Saving data for SL61%20OZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774361602.453638, 'last_price_update_time': 1774853346.175639}
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL61%2520OZC') HTTP/1.1" 204 0
2026-03-30 06:49:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52962c9d-a6b8-5582-a454-b5edf068ca7e with identifier: SB17%20XVZ
2026-03-30 06:49:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52962c9d-a6b8-5582-a454-b5edf068ca7e with identifier: SB17%20XVZ
2026-03-30 06:49:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52962c9d-a6b8-5582-a454-b5edf068ca7e with identifier: SB17%20XVZ to the API
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB17%20XVZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '52962c9d-a6b8-5582-a454-b5edf068ca7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB17 XVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB17%20XVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 77042,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 125 BMT SE NAV Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 125 BMT SE NAV',
 'vin': 'WVWZZZAUZJW036925',
 'year': 2017}
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB17%2520XVZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:06 [bca.uk] INFO: Saving data for SB17%20XVZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774447386.868955, 'last_price_update_time': 1774853346.461023}
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB17%2520XVZ') HTTP/1.1" 204 0
2026-03-30 06:49:06 [bca.uk] INFO: Found listing with ID: LA71%20HLO
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520HLO%27 HTTP/1.1" 200 None
2026-03-30 06:49:06 [bca.uk] INFO: Scrape type for LA71%20HLO: 2
2026-03-30 06:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f95021dc-2dbb-5fcb-8496-e2e101ab1b6f with identifier: LA71%20HLO
2026-03-30 06:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f95021dc-2dbb-5fcb-8496-e2e101ab1b6f with scrape type 2
2026-03-30 06:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f95021dc-2dbb-5fcb-8496-e2e101ab1b6f with scrape type 2
2026-03-30 06:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f95021dc-2dbb-5fcb-8496-e2e101ab1b6f, identifier: LA71%20HLO
2026-03-30 06:49:06 [bca.uk] INFO: Found listing with ID: HN23%20GYS
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520GYS%27 HTTP/1.1" 200 None
2026-03-30 06:49:06 [bca.uk] INFO: Scrape type for HN23%20GYS: 2
2026-03-30 06:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c13bef47-0363-5f38-95c2-0d10ca6a3dca with identifier: HN23%20GYS
2026-03-30 06:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c13bef47-0363-5f38-95c2-0d10ca6a3dca with scrape type 2
2026-03-30 06:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c13bef47-0363-5f38-95c2-0d10ca6a3dca with scrape type 2
2026-03-30 06:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c13bef47-0363-5f38-95c2-0d10ca6a3dca, identifier: HN23%20GYS
2026-03-30 06:49:06 [bca.uk] INFO: Found listing with ID: WG08%20KYB
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG08%2520KYB%27 HTTP/1.1" 200 None
2026-03-30 06:49:06 [bca.uk] INFO: Scrape type for WG08%20KYB: 2
2026-03-30 06:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7deb3195-0e6f-542c-a63f-9727f61960e8 with identifier: WG08%20KYB
2026-03-30 06:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7deb3195-0e6f-542c-a63f-9727f61960e8 with scrape type 2
2026-03-30 06:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7deb3195-0e6f-542c-a63f-9727f61960e8 with scrape type 2
2026-03-30 06:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7deb3195-0e6f-542c-a63f-9727f61960e8, identifier: WG08%20KYB
2026-03-30 06:49:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 911de69e-1359-5ed7-a138-b48596b76a41 with identifier: YV68%20JVT
2026-03-30 06:49:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 911de69e-1359-5ed7-a138-b48596b76a41 with identifier: YV68%20JVT
2026-03-30 06:49:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 911de69e-1359-5ed7-a138-b48596b76a41 with identifier: YV68%20JVT to the API
2026-03-30 06:49:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YV68%20JVT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '911de69e-1359-5ed7-a138-b48596b76a41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YV68 JVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YV68%20JVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 71298,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.2 TDCI 160 XLT 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'TDCI 160 XLT 4WD',
 'vin': '6FPPXXMJ2PJA53382',
 'year': 2019}
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV68%2520JVT%27 HTTP/1.1" 200 None
2026-03-30 06:49:07 [bca.uk] INFO: Saving data for YV68%20JVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477021.769807, 'last_price_update_time': 1774853347.113861}
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YV68%2520JVT') HTTP/1.1" 204 0
2026-03-30 06:49:07 [bca.uk] INFO: Found listing with ID: DV11%20XXS
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV11%2520XXS%27 HTTP/1.1" 200 None
2026-03-30 06:49:07 [bca.uk] INFO: Scrape type for DV11%20XXS: 2
2026-03-30 06:49:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1550274f-a46a-5da9-995b-8c4957c42a5b with identifier: DV11%20XXS
2026-03-30 06:49:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1550274f-a46a-5da9-995b-8c4957c42a5b with scrape type 2
2026-03-30 06:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1550274f-a46a-5da9-995b-8c4957c42a5b with scrape type 2
2026-03-30 06:49:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1550274f-a46a-5da9-995b-8c4957c42a5b, identifier: DV11%20XXS
2026-03-30 06:49:07 [bca.uk] INFO: Found listing with ID: CJ23%20FFK
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520FFK%27 HTTP/1.1" 200 None
2026-03-30 06:49:07 [bca.uk] INFO: Scrape type for CJ23%20FFK: 2
2026-03-30 06:49:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12cdc0ad-e2d6-51f6-89ba-bfd0b639e872 with identifier: CJ23%20FFK
2026-03-30 06:49:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12cdc0ad-e2d6-51f6-89ba-bfd0b639e872 with scrape type 2
2026-03-30 06:49:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12cdc0ad-e2d6-51f6-89ba-bfd0b639e872 with scrape type 2
2026-03-30 06:49:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12cdc0ad-e2d6-51f6-89ba-bfd0b639e872, identifier: CJ23%20FFK
2026-03-30 06:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f95021dc-2dbb-5fcb-8496-e2e101ab1b6f with identifier: LA71%20HLO
2026-03-30 06:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f95021dc-2dbb-5fcb-8496-e2e101ab1b6f with identifier: LA71%20HLO
2026-03-30 06:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f95021dc-2dbb-5fcb-8496-e2e101ab1b6f with identifier: LA71%20HLO to the API
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA71%20HLO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f95021dc-2dbb-5fcb-8496-e2e101ab1b6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA71 HLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA71%20HLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3 CROSSBACK',
 'odometer': 58017,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 CROSSBACK 1.2 P/T 130 PERFORMANCE LINE EAT8 '
          'Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PERFORMANCE LINE EAT8',
 'vin': 'VR1URHNSSMW096978',
 'year': 2021}
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA71%2520HLO%27 HTTP/1.1" 200 None
2026-03-30 06:49:07 [bca.uk] INFO: Saving data for LA71%20HLO: {'auction_closing_time': 1774951200.0, 'created_time': 1774447522.894367, 'last_price_update_time': 1774853347.643335}
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA71%2520HLO') HTTP/1.1" 204 0
2026-03-30 06:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c13bef47-0363-5f38-95c2-0d10ca6a3dca with identifier: HN23%20GYS
2026-03-30 06:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c13bef47-0363-5f38-95c2-0d10ca6a3dca with identifier: HN23%20GYS
2026-03-30 06:49:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c13bef47-0363-5f38-95c2-0d10ca6a3dca with identifier: HN23%20GYS to the API
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN23%20GYS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c13bef47-0363-5f38-95c2-0d10ca6a3dca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN23 GYS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN23%20GYS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 12588,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 135 LM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 LM BUSINESS+',
 'vin': 'VF1MA000X70577156',
 'year': 2023}
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520GYS%27 HTTP/1.1" 200 None
2026-03-30 06:49:07 [bca.uk] INFO: Saving data for HN23%20GYS: {'auction_closing_time': 1774864800.0, 'created_time': 1774448883.921205, 'last_price_update_time': 1774853347.933115}
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN23%2520GYS') HTTP/1.1" 204 0
2026-03-30 06:49:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7deb3195-0e6f-542c-a63f-9727f61960e8 with identifier: WG08%20KYB
2026-03-30 06:49:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7deb3195-0e6f-542c-a63f-9727f61960e8 with identifier: WG08%20KYB
2026-03-30 06:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7deb3195-0e6f-542c-a63f-9727f61960e8 with identifier: WG08%20KYB to the API
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG08%20KYB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7deb3195-0e6f-542c-a63f-9727f61960e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG08 KYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG08%20KYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FIAT',
 'model': '500',
 'odometer': 85631,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.4 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'ZFA31200000135627',
 'year': 2008}
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG08%2520KYB%27 HTTP/1.1" 200 None
2026-03-30 06:49:08 [bca.uk] INFO: Saving data for WG08%20KYB: {'auction_closing_time': 1774864800.0, 'created_time': 1774303818.049518, 'last_price_update_time': 1774853348.239976}
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG08%2520KYB') HTTP/1.1" 204 0
2026-03-30 06:49:08 [bca.uk] INFO: Found listing with ID: DS21%20HWB
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520HWB%27 HTTP/1.1" 200 None
2026-03-30 06:49:08 [bca.uk] INFO: Scrape type for DS21%20HWB: 2
2026-03-30 06:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with identifier: DS21%20HWB
2026-03-30 06:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with scrape type 2
2026-03-30 06:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with scrape type 2
2026-03-30 06:49:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b522d48-ff10-5d1c-9b3b-a8618470e9c7, identifier: DS21%20HWB
2026-03-30 06:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1550274f-a46a-5da9-995b-8c4957c42a5b with identifier: DV11%20XXS
2026-03-30 06:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1550274f-a46a-5da9-995b-8c4957c42a5b with identifier: DV11%20XXS
2026-03-30 06:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1550274f-a46a-5da9-995b-8c4957c42a5b with identifier: DV11%20XXS to the API
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV11%20XXS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1550274f-a46a-5da9-995b-8c4957c42a5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV11 XXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV11%20XXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA TOURER',
 'odometer': 64245,
 'odometer_reading_unit': '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 INSIGNIA TOURER 2.0 CDTI 160 EXCLUSIV Estate',
 'transmission': 'automatic',
 'trim': 'CDTI 160 EXCLUSIV',
 'vin': 'W0LGM8EM4B1151948',
 'year': 2011}
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV11%2520XXS%27 HTTP/1.1" 200 None
2026-03-30 06:49:08 [bca.uk] INFO: Saving data for DV11%20XXS: {'auction_closing_time': 1774864800.0, 'created_time': 1774361589.281482, 'last_price_update_time': 1774853348.633962}
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV11%2520XXS') HTTP/1.1" 204 0
2026-03-30 06:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12cdc0ad-e2d6-51f6-89ba-bfd0b639e872 with identifier: CJ23%20FFK
2026-03-30 06:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12cdc0ad-e2d6-51f6-89ba-bfd0b639e872 with identifier: CJ23%20FFK
2026-03-30 06:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12cdc0ad-e2d6-51f6-89ba-bfd0b639e872 with identifier: CJ23%20FFK to the API
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ23%20FFK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '12cdc0ad-e2d6-51f6-89ba-bfd0b639e872',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CJ23 FFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ23%20FFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'CITROEN',
 'model': 'E-BERLINGO M',
 'odometer': 17603,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN E-BERLINGO M 100KW 50KWH 800 ENTERPRISE ED. Van',
 'transmission': 'automatic',
 'trim': '100KW 50KWH 800 ENTERPRISE ED.',
 'vin': 'VR7EAZKXZPJ608447',
 'year': 2023}
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ23%2520FFK%27 HTTP/1.1" 200 None
2026-03-30 06:49:08 [bca.uk] INFO: Saving data for CJ23%20FFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774447376.363658, 'last_price_update_time': 1774853348.910904}
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ23%2520FFK') HTTP/1.1" 204 0
2026-03-30 06:49:08 [bca.uk] INFO: Found listing with ID: GX68%20YBC
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520YBC%27 HTTP/1.1" 200 None
2026-03-30 06:49:08 [bca.uk] INFO: Scrape type for GX68%20YBC: 2
2026-03-30 06:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e5554f1-0364-5786-860e-d32341f3df7e with identifier: GX68%20YBC
2026-03-30 06:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e5554f1-0364-5786-860e-d32341f3df7e with scrape type 2
2026-03-30 06:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e5554f1-0364-5786-860e-d32341f3df7e with scrape type 2
2026-03-30 06:49:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e5554f1-0364-5786-860e-d32341f3df7e, identifier: GX68%20YBC
2026-03-30 06:49:09 [bca.uk] INFO: Found listing with ID: HK23%20WLV
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WLV%27 HTTP/1.1" 200 None
2026-03-30 06:49:09 [bca.uk] INFO: Scrape type for HK23%20WLV: 2
2026-03-30 06:49:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with identifier: HK23%20WLV
2026-03-30 06:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with scrape type 2
2026-03-30 06:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with scrape type 2
2026-03-30 06:49:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14adb049-6e56-58a5-b5b2-16e5a5ea83fb, identifier: HK23%20WLV
2026-03-30 06:49:09 [bca.uk] INFO: Found listing with ID: WG11%20AMV
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG11%2520AMV%27 HTTP/1.1" 200 None
2026-03-30 06:49:09 [bca.uk] INFO: Scrape type for WG11%20AMV: 2
2026-03-30 06:49:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2efc5ca-5913-5743-8217-571a86f5f715 with identifier: WG11%20AMV
2026-03-30 06:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2efc5ca-5913-5743-8217-571a86f5f715 with scrape type 2
2026-03-30 06:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2efc5ca-5913-5743-8217-571a86f5f715 with scrape type 2
2026-03-30 06:49:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2efc5ca-5913-5743-8217-571a86f5f715, identifier: WG11%20AMV
2026-03-30 06:49:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with identifier: DS21%20HWB
2026-03-30 06:49:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with identifier: DS21%20HWB
2026-03-30 06:49:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b522d48-ff10-5d1c-9b3b-a8618470e9c7 with identifier: DS21%20HWB to the API
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS21%20HWB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5b522d48-ff10-5d1c-9b3b-a8618470e9c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS21 HWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS21%20HWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 3100',
 'odometer': 32901,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 3100 2.0 D 120 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 120 SPORTIVE L2 H1',
 'vin': 'VXEVFAHKKM7814887',
 'year': 2021}
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520HWB%27 HTTP/1.1" 200 None
2026-03-30 06:49:09 [bca.uk] INFO: Saving data for DS21%20HWB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477023.10099, 'last_price_update_time': 1774853349.718044}
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS21%2520HWB') HTTP/1.1" 204 0
2026-03-30 06:49:09 [bca.uk] INFO: Found listing with ID: LV68%20SRZ
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520SRZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:09 [bca.uk] INFO: Scrape type for LV68%20SRZ: 2
2026-03-30 06:49:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71ef1f4f-a1e8-5e41-8a3b-536bd1dbd5fa with identifier: LV68%20SRZ
2026-03-30 06:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71ef1f4f-a1e8-5e41-8a3b-536bd1dbd5fa with scrape type 2
2026-03-30 06:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71ef1f4f-a1e8-5e41-8a3b-536bd1dbd5fa with scrape type 2
2026-03-30 06:49:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71ef1f4f-a1e8-5e41-8a3b-536bd1dbd5fa, identifier: LV68%20SRZ
2026-03-30 06:49:09 [bca.uk] INFO: Found listing with ID: HN25%20JHY
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520JHY%27 HTTP/1.1" 200 None
2026-03-30 06:49:09 [bca.uk] INFO: Scrape type for HN25%20JHY: 2
2026-03-30 06:49:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5135539-8a96-5daf-853c-29495a30a5df with identifier: HN25%20JHY
2026-03-30 06:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5135539-8a96-5daf-853c-29495a30a5df with scrape type 2
2026-03-30 06:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5135539-8a96-5daf-853c-29495a30a5df with scrape type 2
2026-03-30 06:49:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5135539-8a96-5daf-853c-29495a30a5df, identifier: HN25%20JHY
2026-03-30 06:49:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e5554f1-0364-5786-860e-d32341f3df7e with identifier: GX68%20YBC
2026-03-30 06:49:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e5554f1-0364-5786-860e-d32341f3df7e with identifier: GX68%20YBC
2026-03-30 06:49:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e5554f1-0364-5786-860e-d32341f3df7e with identifier: GX68%20YBC to the API
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX68%20YBC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7e5554f1-0364-5786-860e-d32341f3df7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX68 YBC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX68%20YBC&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 67985,
 'odometer_reading_unit': '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': 'W0VZRHNY7JS225215',
 'year': 2018}
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520YBC%27 HTTP/1.1" 200 None
2026-03-30 06:49:10 [bca.uk] INFO: Saving data for GX68%20YBC: {'auction_closing_time': 1774864800.0, 'created_time': 1774447518.067385, 'last_price_update_time': 1774853350.347581}
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX68%2520YBC') HTTP/1.1" 204 0
2026-03-30 06:49:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with identifier: HK23%20WLV
2026-03-30 06:49:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with identifier: HK23%20WLV
2026-03-30 06:49:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14adb049-6e56-58a5-b5b2-16e5a5ea83fb with identifier: HK23%20WLV to the API
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20WLV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '14adb049-6e56-58a5-b5b2-16e5a5ea83fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK23 WLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20WLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 7844,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 135 LM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 LM BUSINESS+',
 'vin': 'VF1MA000570892737',
 'year': 2023}
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WLV%27 HTTP/1.1" 200 None
2026-03-30 06:49:10 [bca.uk] INFO: Saving data for HK23%20WLV: {'auction_closing_time': 1774864800.0, 'created_time': 1774448871.1509, 'last_price_update_time': 1774853350.671339}
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520WLV') HTTP/1.1" 204 0
2026-03-30 06:49:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2efc5ca-5913-5743-8217-571a86f5f715 with identifier: WG11%20AMV
2026-03-30 06:49:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2efc5ca-5913-5743-8217-571a86f5f715 with identifier: WG11%20AMV
2026-03-30 06:49:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2efc5ca-5913-5743-8217-571a86f5f715 with identifier: WG11%20AMV to the API
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG11%20AMV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2efc5ca-5913-5743-8217-571a86f5f715',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG11 AMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG11%20AMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 83209,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.2 I-VTEC S Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC S',
 'vin': 'SHHGG5730CU001020',
 'year': 2011}
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG11%2520AMV%27 HTTP/1.1" 200 None
2026-03-30 06:49:10 [bca.uk] INFO: Saving data for WG11%20AMV: {'auction_closing_time': 1774864800.0, 'created_time': 1774303681.423571, 'last_price_update_time': 1774853350.967287}
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG11%2520AMV') HTTP/1.1" 204 0
2026-03-30 06:49:10 [bca.uk] INFO: Found listing with ID: EX20%20WBE
2026-03-30 06:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX20%2520WBE%27 HTTP/1.1" 200 None
2026-03-30 06:49:11 [bca.uk] INFO: Scrape type for EX20%20WBE: 2
2026-03-30 06:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21300795-a765-59a8-9529-f4a110089a6f with identifier: EX20%20WBE
2026-03-30 06:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21300795-a765-59a8-9529-f4a110089a6f with scrape type 2
2026-03-30 06:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21300795-a765-59a8-9529-f4a110089a6f with scrape type 2
2026-03-30 06:49:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21300795-a765-59a8-9529-f4a110089a6f, identifier: EX20%20WBE
2026-03-30 06:49:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71ef1f4f-a1e8-5e41-8a3b-536bd1dbd5fa with identifier: LV68%20SRZ
2026-03-30 06:49:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71ef1f4f-a1e8-5e41-8a3b-536bd1dbd5fa with identifier: LV68%20SRZ
2026-03-30 06:49:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71ef1f4f-a1e8-5e41-8a3b-536bd1dbd5fa with identifier: LV68%20SRZ to the API
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV68%20SRZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '71ef1f4f-a1e8-5e41-8a3b-536bd1dbd5fa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV68 SRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV68%20SRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'KAROQ',
 'odometer': 73276,
 'odometer_reading_unit': '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 KAROQ 1.6 TDI 115 SE L Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 115 SE L',
 'vin': 'TMBKG7NU0K2025285',
 'year': 2018}
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV68%2520SRZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:11 [bca.uk] INFO: Saving data for LV68%20SRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774350354.29805, 'last_price_update_time': 1774853351.366757}
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV68%2520SRZ') HTTP/1.1" 204 0
2026-03-30 06:49:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5135539-8a96-5daf-853c-29495a30a5df with identifier: HN25%20JHY
2026-03-30 06:49:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5135539-8a96-5daf-853c-29495a30a5df with identifier: HN25%20JHY
2026-03-30 06:49:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5135539-8a96-5daf-853c-29495a30a5df with identifier: HN25%20JHY to the API
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b5135539-8a96-5daf-853c-29495a30a5df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN25 JHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN25%20JHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 9670,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 130 L4 H3 TREND Bus',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 TREND',
 'vin': 'WF0MXXTTRMRD55009',
 'year': 2025}
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN25%2520JHY%27 HTTP/1.1" 200 None
2026-03-30 06:49:11 [bca.uk] INFO: Saving data for HN25%20JHY: {'auction_closing_time': 1774864800.0, 'created_time': 1774447372.328218, 'last_price_update_time': 1774853351.643385}
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN25%2520JHY') HTTP/1.1" 204 0
2026-03-30 06:49:11 [bca.uk] INFO: Found listing with ID: VE71%20WPF
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520WPF%27 HTTP/1.1" 200 None
2026-03-30 06:49:11 [bca.uk] INFO: Scrape type for VE71%20WPF: 2
2026-03-30 06:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00f35b59-2f4b-5018-81f6-5fe97e78c787 with identifier: VE71%20WPF
2026-03-30 06:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00f35b59-2f4b-5018-81f6-5fe97e78c787 with scrape type 2
2026-03-30 06:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00f35b59-2f4b-5018-81f6-5fe97e78c787 with scrape type 2
2026-03-30 06:49:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00f35b59-2f4b-5018-81f6-5fe97e78c787, identifier: VE71%20WPF
2026-03-30 06:49:11 [bca.uk] INFO: Found listing with ID: HK23%20WLO
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WLO%27 HTTP/1.1" 200 None
2026-03-30 06:49:11 [bca.uk] INFO: Scrape type for HK23%20WLO: 2
2026-03-30 06:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e522b48c-ae26-5e41-96f1-6cf89c2378db with identifier: HK23%20WLO
2026-03-30 06:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e522b48c-ae26-5e41-96f1-6cf89c2378db with scrape type 2
2026-03-30 06:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e522b48c-ae26-5e41-96f1-6cf89c2378db with scrape type 2
2026-03-30 06:49:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e522b48c-ae26-5e41-96f1-6cf89c2378db, identifier: HK23%20WLO
2026-03-30 06:49:11 [bca.uk] INFO: Found listing with ID: WG14%20MKX
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520MKX%27 HTTP/1.1" 200 None
2026-03-30 06:49:11 [bca.uk] INFO: Scrape type for WG14%20MKX: 2
2026-03-30 06:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4864dbb5-1973-55b5-af0c-757c5d5a3077 with identifier: WG14%20MKX
2026-03-30 06:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4864dbb5-1973-55b5-af0c-757c5d5a3077 with scrape type 2
2026-03-30 06:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4864dbb5-1973-55b5-af0c-757c5d5a3077 with scrape type 2
2026-03-30 06:49:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4864dbb5-1973-55b5-af0c-757c5d5a3077, identifier: WG14%20MKX
2026-03-30 06:49:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21300795-a765-59a8-9529-f4a110089a6f with identifier: EX20%20WBE
2026-03-30 06:49:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21300795-a765-59a8-9529-f4a110089a6f with identifier: EX20%20WBE
2026-03-30 06:49:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21300795-a765-59a8-9529-f4a110089a6f with identifier: EX20%20WBE to the API
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX20%20WBE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '21300795-a765-59a8-9529-f4a110089a6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX20 WBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX20%20WBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 33981,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 LWB LEADER H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 LWB LEADER H/R',
 'vin': 'WF0YXXTTGYKM29270',
 'year': 2020}
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX20%2520WBE%27 HTTP/1.1" 200 None
2026-03-30 06:49:12 [bca.uk] INFO: Saving data for EX20%20WBE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477021.074474, 'last_price_update_time': 1774853352.279301}
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX20%2520WBE') HTTP/1.1" 204 0
2026-03-30 06:49:12 [bca.uk] INFO: Found listing with ID: LP16%20UPS
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP16%2520UPS%27 HTTP/1.1" 200 None
2026-03-30 06:49:12 [bca.uk] INFO: Scrape type for LP16%20UPS: 2
2026-03-30 06:49:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8ed8bc2-116c-542d-a880-e88652997d54 with identifier: LP16%20UPS
2026-03-30 06:49:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8ed8bc2-116c-542d-a880-e88652997d54 with scrape type 2
2026-03-30 06:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8ed8bc2-116c-542d-a880-e88652997d54 with scrape type 2
2026-03-30 06:49:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8ed8bc2-116c-542d-a880-e88652997d54, identifier: LP16%20UPS
2026-03-30 06:49:12 [bca.uk] INFO: Found listing with ID: HT23%20GDK
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT23%2520GDK%27 HTTP/1.1" 200 None
2026-03-30 06:49:12 [bca.uk] INFO: Scrape type for HT23%20GDK: 2
2026-03-30 06:49:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 497ac466-ad61-57fa-adcc-b0bdcc3a0c59 with identifier: HT23%20GDK
2026-03-30 06:49:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 497ac466-ad61-57fa-adcc-b0bdcc3a0c59 with scrape type 2
2026-03-30 06:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 497ac466-ad61-57fa-adcc-b0bdcc3a0c59 with scrape type 2
2026-03-30 06:49:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 497ac466-ad61-57fa-adcc-b0bdcc3a0c59, identifier: HT23%20GDK
2026-03-30 06:49:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00f35b59-2f4b-5018-81f6-5fe97e78c787 with identifier: VE71%20WPF
2026-03-30 06:49:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00f35b59-2f4b-5018-81f6-5fe97e78c787 with identifier: VE71%20WPF
2026-03-30 06:49:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00f35b59-2f4b-5018-81f6-5fe97e78c787 with identifier: VE71%20WPF to the API
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE71%20WPF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '00f35b59-2f4b-5018-81f6-5fe97e78c787',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE71 WPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE71%20WPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 38465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH FAMILY PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH FAMILY PRO PERF.',
 'vin': 'WVWZZZE1ZNP020581',
 'year': 2022}
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE71%2520WPF%27 HTTP/1.1" 200 None
2026-03-30 06:49:12 [bca.uk] INFO: Saving data for VE71%20WPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774391818.46012, 'last_price_update_time': 1774853352.800069}
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE71%2520WPF') HTTP/1.1" 204 0
2026-03-30 06:49:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e522b48c-ae26-5e41-96f1-6cf89c2378db with identifier: HK23%20WLO
2026-03-30 06:49:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e522b48c-ae26-5e41-96f1-6cf89c2378db with identifier: HK23%20WLO
2026-03-30 06:49:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e522b48c-ae26-5e41-96f1-6cf89c2378db with identifier: HK23%20WLO to the API
2026-03-30 06:49:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20WLO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e522b48c-ae26-5e41-96f1-6cf89c2378db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK23 WLO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20WLO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 44143,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 135 LM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 LM BUSINESS+',
 'vin': 'VF1MA000X70602945',
 'year': 2023}
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520WLO%27 HTTP/1.1" 200 None
2026-03-30 06:49:13 [bca.uk] INFO: Saving data for HK23%20WLO: {'auction_closing_time': 1774864800.0, 'created_time': 1774448869.238624, 'last_price_update_time': 1774853353.097512}
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520WLO') HTTP/1.1" 204 0
2026-03-30 06:49:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4864dbb5-1973-55b5-af0c-757c5d5a3077 with identifier: WG14%20MKX
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=ice+blue HTTP/1.1" 200 None
2026-03-30 06:49:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:49:13 [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:49:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4864dbb5-1973-55b5-af0c-757c5d5a3077 with identifier: WG14%20MKX
2026-03-30 06:49:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4864dbb5-1973-55b5-af0c-757c5d5a3077 with identifier: WG14%20MKX to the API
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG14%20MKX-GB',
 'category': 'Car',
 'color': 'ice blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4864dbb5-1973-55b5-af0c-757c5d5a3077',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG14 MKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG14%20MKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MINI',
 'model': 'ONE CLUBMAN',
 'odometer': 130340,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MINI ONE CLUBMAN 1.6 D Estate',
 'transmission': 'manual',
 'trim': 'D',
 'vin': 'WMWZH12070T715050',
 'year': 2014}
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG14%2520MKX%27 HTTP/1.1" 200 None
2026-03-30 06:49:13 [bca.uk] INFO: Saving data for WG14%20MKX: {'auction_closing_time': 1774864800.0, 'created_time': 1774045149.771194, 'last_price_update_time': 1774853353.629738}
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG14%2520MKX') HTTP/1.1" 204 0
2026-03-30 06:49:13 [bca.uk] INFO: Found listing with ID: HF23%20YHR
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520YHR%27 HTTP/1.1" 200 None
2026-03-30 06:49:13 [bca.uk] INFO: Scrape type for HF23%20YHR: 2
2026-03-30 06:49:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with identifier: HF23%20YHR
2026-03-30 06:49:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with scrape type 2
2026-03-30 06:49:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with scrape type 2
2026-03-30 06:49:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f, identifier: HF23%20YHR
2026-03-30 06:49:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8ed8bc2-116c-542d-a880-e88652997d54 with identifier: LP16%20UPS
2026-03-30 06:49:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8ed8bc2-116c-542d-a880-e88652997d54 with identifier: LP16%20UPS
2026-03-30 06:49:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8ed8bc2-116c-542d-a880-e88652997d54 with identifier: LP16%20UPS to the API
2026-03-30 06:49:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP16%20UPS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f8ed8bc2-116c-542d-a880-e88652997d54',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP16 UPS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP16%20UPS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 83782,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 82 EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 EDITION',
 'vin': 'VF7SCHMZ6GW599607',
 'year': 2016}
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP16%2520UPS%27 HTTP/1.1" 200 None
2026-03-30 06:49:14 [bca.uk] INFO: Saving data for LP16%20UPS: {'auction_closing_time': 1774864800.0, 'created_time': 1774350306.805156, 'last_price_update_time': 1774853354.20869}
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP16%2520UPS') HTTP/1.1" 204 0
2026-03-30 06:49:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 497ac466-ad61-57fa-adcc-b0bdcc3a0c59 with identifier: HT23%20GDK
2026-03-30 06:49:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 497ac466-ad61-57fa-adcc-b0bdcc3a0c59 with identifier: HT23%20GDK
2026-03-30 06:49:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 497ac466-ad61-57fa-adcc-b0bdcc3a0c59 with identifier: HT23%20GDK to the API
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT23%20GDK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '497ac466-ad61-57fa-adcc-b0bdcc3a0c59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT23 GDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT23%20GDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FIAT',
 'model': 'DUCATO 35',
 'odometer': 8462,
 'odometer_reading_unit': '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 DUCATO 35 2.2 M/JET 140 L3 H2 BUSINESS PRO PanelVan',
 'transmission': 'manual',
 'trim': 'M/JET 140 L3 H2 BUSINESS PRO',
 'vin': 'ZFA25000002X50824',
 'year': 2023}
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT23%2520GDK%27 HTTP/1.1" 200 None
2026-03-30 06:49:14 [bca.uk] INFO: Saving data for HT23%20GDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774447369.238932, 'last_price_update_time': 1774853354.576587}
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT23%2520GDK') HTTP/1.1" 204 0
2026-03-30 06:49:14 [bca.uk] INFO: Found listing with ID: ML23%20RVY
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520RVY%27 HTTP/1.1" 200 None
2026-03-30 06:49:14 [bca.uk] INFO: Scrape type for ML23%20RVY: 2
2026-03-30 06:49:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with identifier: ML23%20RVY
2026-03-30 06:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with scrape type 2
2026-03-30 06:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with scrape type 2
2026-03-30 06:49:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 038cad3b-b391-5ac9-a8a2-f211b6a0af82, identifier: ML23%20RVY
2026-03-30 06:49:14 [bca.uk] INFO: Found listing with ID: HK23%20ESF
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520ESF%27 HTTP/1.1" 200 None
2026-03-30 06:49:14 [bca.uk] INFO: Scrape type for HK23%20ESF: 2
2026-03-30 06:49:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb170acf-5d44-58e7-8213-e5bdd7f57720 with identifier: HK23%20ESF
2026-03-30 06:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb170acf-5d44-58e7-8213-e5bdd7f57720 with scrape type 2
2026-03-30 06:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb170acf-5d44-58e7-8213-e5bdd7f57720 with scrape type 2
2026-03-30 06:49:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb170acf-5d44-58e7-8213-e5bdd7f57720, identifier: HK23%20ESF
2026-03-30 06:49:14 [bca.uk] INFO: Found listing with ID: WX64%20BSZ
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX64%2520BSZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:14 [bca.uk] INFO: Scrape type for WX64%20BSZ: 2
2026-03-30 06:49:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with identifier: WX64%20BSZ
2026-03-30 06:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with scrape type 2
2026-03-30 06:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with scrape type 2
2026-03-30 06:49:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c272ac9-05f9-5910-b5d4-55454f04c6f5, identifier: WX64%20BSZ
2026-03-30 06:49:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with identifier: HF23%20YHR
2026-03-30 06:49:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with identifier: HF23%20YHR
2026-03-30 06:49:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b44f70e-d30e-5f08-92d8-b2d8efb3f24f with identifier: HF23%20YHR to the API
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 242,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF23%20YHR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3b44f70e-d30e-5f08-92d8-b2d8efb3f24f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HF23 YHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF23%20YHR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 3930,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D ACTIVE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D ACTIVE 4WD',
 'vin': 'AHTKB3CD402653473',
 'year': 2023}
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520YHR%27 HTTP/1.1" 200 None
2026-03-30 06:49:15 [bca.uk] INFO: Saving data for HF23%20YHR: {'auction_closing_time': 1774864800.0, 'created_time': 1774477024.5251, 'last_price_update_time': 1774853355.196863}
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF23%2520YHR') HTTP/1.1" 204 0
2026-03-30 06:49:15 [bca.uk] INFO: Found listing with ID: CU16%20HXE
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU16%2520HXE%27 HTTP/1.1" 200 None
2026-03-30 06:49:15 [bca.uk] INFO: Scrape type for CU16%20HXE: 2
2026-03-30 06:49:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87eea711-f533-5e63-b756-4ebbe4077560 with identifier: CU16%20HXE
2026-03-30 06:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87eea711-f533-5e63-b756-4ebbe4077560 with scrape type 2
2026-03-30 06:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87eea711-f533-5e63-b756-4ebbe4077560 with scrape type 2
2026-03-30 06:49:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 87eea711-f533-5e63-b756-4ebbe4077560, identifier: CU16%20HXE
2026-03-30 06:49:15 [bca.uk] INFO: Found listing with ID: MM74%20YOF
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOF%27 HTTP/1.1" 200 None
2026-03-30 06:49:15 [bca.uk] INFO: Scrape type for MM74%20YOF: 2
2026-03-30 06:49:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e7065e5-dc0c-5712-9c08-2126dcf250a2 with identifier: MM74%20YOF
2026-03-30 06:49:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e7065e5-dc0c-5712-9c08-2126dcf250a2 with scrape type 2
2026-03-30 06:49:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e7065e5-dc0c-5712-9c08-2126dcf250a2 with scrape type 2
2026-03-30 06:49:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e7065e5-dc0c-5712-9c08-2126dcf250a2, identifier: MM74%20YOF
2026-03-30 06:49:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with identifier: ML23%20RVY
2026-03-30 06:49:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with identifier: ML23%20RVY
2026-03-30 06:49:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 038cad3b-b391-5ac9-a8a2-f211b6a0af82 with identifier: ML23%20RVY to the API
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML23%20RVY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '038cad3b-b391-5ac9-a8a2-f211b6a0af82',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML23 RVY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML23%20RVY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 44349,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 107KW 58KWH LIFE PRO Hatchback',
 'transmission': 'automatic',
 'trim': '107KW 58KWH LIFE PRO',
 'vin': 'WVWZZZE1ZPP021360',
 'year': 2023}
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520RVY%27 HTTP/1.1" 200 None
2026-03-30 06:49:15 [bca.uk] INFO: Saving data for ML23%20RVY: {'auction_closing_time': 1774864800.0, 'created_time': 1774391812.705934, 'last_price_update_time': 1774853355.840115}
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML23%2520RVY') HTTP/1.1" 204 0
2026-03-30 06:49:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb170acf-5d44-58e7-8213-e5bdd7f57720 with identifier: HK23%20ESF
2026-03-30 06:49:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb170acf-5d44-58e7-8213-e5bdd7f57720 with identifier: HK23%20ESF
2026-03-30 06:49:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb170acf-5d44-58e7-8213-e5bdd7f57720 with identifier: HK23%20ESF to the API
2026-03-30 06:49:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20ESF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb170acf-5d44-58e7-8213-e5bdd7f57720',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK23 ESF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20ESF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 14016,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 DCI 135 LM BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 135 LM BUSINESS+',
 'vin': 'VF1MA000X70781682',
 'year': 2023}
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520ESF%27 HTTP/1.1" 200 None
2026-03-30 06:49:17 [bca.uk] INFO: Saving data for HK23%20ESF: {'auction_closing_time': 1774864800.0, 'created_time': 1774448864.576774, 'last_price_update_time': 1774853357.047884}
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520ESF') HTTP/1.1" 204 0
2026-03-30 06:49:17 [scrapy.extensions.logstats] INFO: Crawled 121 pages (at 1 pages/min), scraped 5774 items (at 123 items/min)
2026-03-30 06:49:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with identifier: WX64%20BSZ
2026-03-30 06:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with identifier: WX64%20BSZ
2026-03-30 06:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c272ac9-05f9-5910-b5d4-55454f04c6f5 with identifier: WX64%20BSZ to the API
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WX64%20BSZ-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c272ac9-05f9-5910-b5d4-55454f04c6f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WX64 BSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WX64%20BSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-TRAIL',
 'model': 'FRONTIER',
 'odometer': 14801,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUTO-TRAIL FRONTIER 2.3 DAKOTA MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'DAKOTA MOTORHOME',
 'vin': 'ZFA25000002496365',
 'year': 2014}
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WX64%2520BSZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:17 [bca.uk] INFO: Saving data for WX64%20BSZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774479223.834026, 'last_price_update_time': 1774853357.343636}
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WX64%2520BSZ') HTTP/1.1" 204 0
2026-03-30 06:49:17 [bca.uk] INFO: Found listing with ID: HV22%20OAB
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OAB%27 HTTP/1.1" 200 None
2026-03-30 06:49:17 [bca.uk] INFO: Scrape type for HV22%20OAB: 2
2026-03-30 06:49:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a0d188c-cd65-55e3-83c4-91978c6fa33d with identifier: HV22%20OAB
2026-03-30 06:49:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a0d188c-cd65-55e3-83c4-91978c6fa33d with scrape type 2
2026-03-30 06:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a0d188c-cd65-55e3-83c4-91978c6fa33d with scrape type 2
2026-03-30 06:49:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a0d188c-cd65-55e3-83c4-91978c6fa33d, identifier: HV22%20OAB
2026-03-30 06:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 87eea711-f533-5e63-b756-4ebbe4077560 with identifier: CU16%20HXE
2026-03-30 06:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 87eea711-f533-5e63-b756-4ebbe4077560 with identifier: CU16%20HXE
2026-03-30 06:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 87eea711-f533-5e63-b756-4ebbe4077560 with identifier: CU16%20HXE to the API
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU16%20HXE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '87eea711-f533-5e63-b756-4ebbe4077560',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU16 HXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU16%20HXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'PULSAR',
 'odometer': 87734,
 'odometer_reading_unit': '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 PULSAR 1.5 DCI 110 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 TEKNA',
 'vin': 'VSKDAAC13U0063747',
 'year': 2016}
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU16%2520HXE%27 HTTP/1.1" 200 None
2026-03-30 06:49:17 [bca.uk] INFO: Saving data for CU16%20HXE: {'auction_closing_time': 1774864800.0, 'created_time': 1774350270.60539, 'last_price_update_time': 1774853357.743564}
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU16%2520HXE') HTTP/1.1" 204 0
2026-03-30 06:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e7065e5-dc0c-5712-9c08-2126dcf250a2 with identifier: MM74%20YOF
2026-03-30 06:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e7065e5-dc0c-5712-9c08-2126dcf250a2 with identifier: MM74%20YOF
2026-03-30 06:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e7065e5-dc0c-5712-9c08-2126dcf250a2 with identifier: MM74%20YOF to the API
2026-03-30 06:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1e7065e5-dc0c-5712-9c08-2126dcf250a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM74 YOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM74%20YOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 33718,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L2 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L2 H1 LIMITED',
 'vin': 'WF0RXXTA7RRD36561',
 'year': 2024}
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YOF%27 HTTP/1.1" 200 None
2026-03-30 06:49:18 [bca.uk] INFO: Saving data for MM74%20YOF: {'auction_closing_time': 1774864800.0, 'created_time': 1774447366.246162, 'last_price_update_time': 1774853358.037316}
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM74%2520YOF') HTTP/1.1" 204 0
2026-03-30 06:49:18 [bca.uk] INFO: Found listing with ID: LG23%20VTF
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520VTF%27 HTTP/1.1" 200 None
2026-03-30 06:49:18 [bca.uk] INFO: Scrape type for LG23%20VTF: 2
2026-03-30 06:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 570ec27d-107d-51f3-ab16-3f85d0403c56 with identifier: LG23%20VTF
2026-03-30 06:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 570ec27d-107d-51f3-ab16-3f85d0403c56 with scrape type 2
2026-03-30 06:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 570ec27d-107d-51f3-ab16-3f85d0403c56 with scrape type 2
2026-03-30 06:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 570ec27d-107d-51f3-ab16-3f85d0403c56, identifier: LG23%20VTF
2026-03-30 06:49:18 [bca.uk] INFO: Found listing with ID: NV72%20BKF
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV72%2520BKF%27 HTTP/1.1" 200 None
2026-03-30 06:49:18 [bca.uk] INFO: Scrape type for NV72%20BKF: 2
2026-03-30 06:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4107a619-0ff7-5734-b877-39c61ce79a1a with identifier: NV72%20BKF
2026-03-30 06:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4107a619-0ff7-5734-b877-39c61ce79a1a with scrape type 2
2026-03-30 06:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4107a619-0ff7-5734-b877-39c61ce79a1a with scrape type 2
2026-03-30 06:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4107a619-0ff7-5734-b877-39c61ce79a1a, identifier: NV72%20BKF
2026-03-30 06:49:18 [bca.uk] INFO: Found listing with ID: BN09%20FJU
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520FJU%27 HTTP/1.1" 200 None
2026-03-30 06:49:18 [bca.uk] INFO: Scrape type for BN09%20FJU: 2
2026-03-30 06:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with identifier: BN09%20FJU
2026-03-30 06:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with scrape type 2
2026-03-30 06:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with scrape type 2
2026-03-30 06:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a2ab1b8-d38a-5a74-9f02-1731535b6091, identifier: BN09%20FJU
2026-03-30 06:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a0d188c-cd65-55e3-83c4-91978c6fa33d with identifier: HV22%20OAB
2026-03-30 06:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a0d188c-cd65-55e3-83c4-91978c6fa33d with identifier: HV22%20OAB
2026-03-30 06:49:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a0d188c-cd65-55e3-83c4-91978c6fa33d with identifier: HV22%20OAB to the API
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 253,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV22%20OAB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9a0d188c-cd65-55e3-83c4-91978c6fa33d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV22 OAB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV22%20OAB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 73733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PMD55962',
 'year': 2022}
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520OAB%27 HTTP/1.1" 200 None
2026-03-30 06:49:18 [bca.uk] INFO: Saving data for HV22%20OAB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477024.025388, 'last_price_update_time': 1774853358.669414}
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520OAB') HTTP/1.1" 204 0
2026-03-30 06:49:18 [bca.uk] INFO: Found listing with ID: DV14%20JJY
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520JJY%27 HTTP/1.1" 200 None
2026-03-30 06:49:18 [bca.uk] INFO: Scrape type for DV14%20JJY: 2
2026-03-30 06:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with identifier: DV14%20JJY
2026-03-30 06:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with scrape type 2
2026-03-30 06:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with scrape type 2
2026-03-30 06:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71452cc8-27f6-5bb5-8fa6-7294b2b79545, identifier: DV14%20JJY
2026-03-30 06:49:18 [bca.uk] INFO: Found listing with ID: AF72%20TYP
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520TYP%27 HTTP/1.1" 200 None
2026-03-30 06:49:18 [bca.uk] INFO: Scrape type for AF72%20TYP: 2
2026-03-30 06:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d46574c-8c57-5e97-b963-104568f74017 with identifier: AF72%20TYP
2026-03-30 06:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d46574c-8c57-5e97-b963-104568f74017 with scrape type 2
2026-03-30 06:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d46574c-8c57-5e97-b963-104568f74017 with scrape type 2
2026-03-30 06:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d46574c-8c57-5e97-b963-104568f74017, identifier: AF72%20TYP
2026-03-30 06:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 570ec27d-107d-51f3-ab16-3f85d0403c56 with identifier: LG23%20VTF
2026-03-30 06:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 570ec27d-107d-51f3-ab16-3f85d0403c56 with identifier: LG23%20VTF
2026-03-30 06:49:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 570ec27d-107d-51f3-ab16-3f85d0403c56 with identifier: LG23%20VTF to the API
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 34,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG23%20VTF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '570ec27d-107d-51f3-ab16-3f85d0403c56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LG23 VTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG23%20VTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 88182,
 'odometer_reading_unit': '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 AUTOBIOGRAPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'P300E 4WD AUTOBIOGRAPHY',
 'vin': 'SALZA2ATXPH213972',
 'year': 2023}
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520VTF%27 HTTP/1.1" 200 None
2026-03-30 06:49:19 [bca.uk] INFO: Saving data for LG23%20VTF: {'auction_closing_time': 1774864800.0, 'created_time': 1774447629.961283, 'last_price_update_time': 1774853359.204113}
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG23%2520VTF') HTTP/1.1" 204 0
2026-03-30 06:49:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4107a619-0ff7-5734-b877-39c61ce79a1a with identifier: NV72%20BKF
2026-03-30 06:49:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4107a619-0ff7-5734-b877-39c61ce79a1a with identifier: NV72%20BKF
2026-03-30 06:49:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4107a619-0ff7-5734-b877-39c61ce79a1a with identifier: NV72%20BKF to the API
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV72%20BKF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4107a619-0ff7-5734-b877-39c61ce79a1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV72 BKF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV72%20BKF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'IVECO',
 'model': 'DAILY 35S14',
 'odometer': 61407,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'IVECO DAILY 35S14 2.3 MWB (3450) Dropside',
 'transmission': 'manual',
 'trim': 'MWB (3450)',
 'vin': 'ZCFCL35A40D718336',
 'year': 2022}
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV72%2520BKF%27 HTTP/1.1" 200 None
2026-03-30 06:49:19 [bca.uk] INFO: Saving data for NV72%20BKF: {'auction_closing_time': 1774864800.0, 'created_time': 1774448863.091045, 'last_price_update_time': 1774853359.492305}
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV72%2520BKF') HTTP/1.1" 204 0
2026-03-30 06:49:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with identifier: BN09%20FJU
2026-03-30 06:49:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with identifier: BN09%20FJU
2026-03-30 06:49:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a2ab1b8-d38a-5a74-9f02-1731535b6091 with identifier: BN09%20FJU to the API
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN09%20FJU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a2ab1b8-d38a-5a74-9f02-1731535b6091',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN09 FJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN09%20FJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 114456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.2 I-VTEC SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC SE',
 'vin': 'JHMGG17309S205028',
 'year': 2009}
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520FJU%27 HTTP/1.1" 200 None
2026-03-30 06:49:19 [bca.uk] INFO: Saving data for BN09%20FJU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477294.142837, 'last_price_update_time': 1774853359.796015}
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN09%2520FJU') HTTP/1.1" 204 0
2026-03-30 06:49:19 [bca.uk] INFO: Found listing with ID: HY21%20EYL
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY21%2520EYL%27 HTTP/1.1" 200 None
2026-03-30 06:49:19 [bca.uk] INFO: Scrape type for HY21%20EYL: 2
2026-03-30 06:49:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with identifier: HY21%20EYL
2026-03-30 06:49:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with scrape type 2
2026-03-30 06:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with scrape type 2
2026-03-30 06:49:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a89ab7cb-71de-5799-a7b7-6e4bea11ec04, identifier: HY21%20EYL
2026-03-30 06:49:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with identifier: DV14%20JJY
2026-03-30 06:49:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with identifier: DV14%20JJY
2026-03-30 06:49:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71452cc8-27f6-5bb5-8fa6-7294b2b79545 with identifier: DV14%20JJY to the API
2026-03-30 06:49:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV14%20JJY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '71452cc8-27f6-5bb5-8fa6-7294b2b79545',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV14 JJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV14%20JJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 85345,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 2.0 CDTI 165 E/F SRI Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 165 E/F SRI',
 'vin': 'W0LPF6EN9E1096019',
 'year': 2014}
2026-03-30 06:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV14%2520JJY%27 HTTP/1.1" 200 None
2026-03-30 06:49:21 [bca.uk] INFO: Saving data for DV14%20JJY: {'auction_closing_time': 1775037600.0, 'created_time': 1774477671.484211, 'last_price_update_time': 1774853361.997395}
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV14%2520JJY') HTTP/1.1" 204 0
2026-03-30 06:49:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d46574c-8c57-5e97-b963-104568f74017 with identifier: AF72%20TYP
2026-03-30 06:49:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d46574c-8c57-5e97-b963-104568f74017 with identifier: AF72%20TYP
2026-03-30 06:49:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d46574c-8c57-5e97-b963-104568f74017 with identifier: AF72%20TYP to the API
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF72%20TYP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9d46574c-8c57-5e97-b963-104568f74017',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF72 TYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF72%20TYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 56239,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK8NC446892',
 'year': 2022}
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520TYP%27 HTTP/1.1" 200 None
2026-03-30 06:49:22 [bca.uk] INFO: Saving data for AF72%20TYP: {'auction_closing_time': 1774864800.0, 'created_time': 1774276833.187191, 'last_price_update_time': 1774853362.317529}
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF72%2520TYP') HTTP/1.1" 204 0
2026-03-30 06:49:22 [bca.uk] INFO: Found listing with ID: WP71%20HXE
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49: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%2520HXE%27 HTTP/1.1" 200 None
2026-03-30 06:49:22 [bca.uk] INFO: Scrape type for WP71%20HXE: 2
2026-03-30 06:49:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f261ae06-7bf6-53f2-b3e6-56915deabd6f with identifier: WP71%20HXE
2026-03-30 06:49:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f261ae06-7bf6-53f2-b3e6-56915deabd6f with scrape type 2
2026-03-30 06:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f261ae06-7bf6-53f2-b3e6-56915deabd6f with scrape type 2
2026-03-30 06:49:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f261ae06-7bf6-53f2-b3e6-56915deabd6f, identifier: WP71%20HXE
2026-03-30 06:49:22 [bca.uk] INFO: Found listing with ID: DY70%20WLZ
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520WLZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:22 [bca.uk] INFO: Scrape type for DY70%20WLZ: 2
2026-03-30 06:49:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63cca2c9-ed87-5db4-b2d9-97af9daa60df with identifier: DY70%20WLZ
2026-03-30 06:49:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63cca2c9-ed87-5db4-b2d9-97af9daa60df with scrape type 2
2026-03-30 06:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63cca2c9-ed87-5db4-b2d9-97af9daa60df with scrape type 2
2026-03-30 06:49:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63cca2c9-ed87-5db4-b2d9-97af9daa60df, identifier: DY70%20WLZ
2026-03-30 06:49:22 [bca.uk] INFO: Found listing with ID: EJ52%20FWV
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ52%2520FWV%27 HTTP/1.1" 200 None
2026-03-30 06:49:22 [bca.uk] INFO: Scrape type for EJ52%20FWV: 2
2026-03-30 06:49:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38a98373-f0d1-58b2-bdbd-6db15e814f44 with identifier: EJ52%20FWV
2026-03-30 06:49:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38a98373-f0d1-58b2-bdbd-6db15e814f44 with scrape type 2
2026-03-30 06:49:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38a98373-f0d1-58b2-bdbd-6db15e814f44 with scrape type 2
2026-03-30 06:49:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38a98373-f0d1-58b2-bdbd-6db15e814f44, identifier: EJ52%20FWV
2026-03-30 06:49:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with identifier: HY21%20EYL
2026-03-30 06:49:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with identifier: HY21%20EYL
2026-03-30 06:49:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a89ab7cb-71de-5799-a7b7-6e4bea11ec04 with identifier: HY21%20EYL to the API
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 46,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY21%20EYL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a89ab7cb-71de-5799-a7b7-6e4bea11ec04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY21 EYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY21%20EYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 59918,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.4 PHEV REFLEX PLUS COMM.4WD Van',
 'transmission': 'automatic',
 'trim': 'PHEV REFLEX PLUS COMM.4WD',
 'vin': 'JMAXDGG3WLZ005608',
 'year': 2021}
2026-03-30 06:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY21%2520EYL%27 HTTP/1.1" 200 None
2026-03-30 06:49:23 [bca.uk] INFO: Saving data for HY21%20EYL: {'auction_closing_time': 1774864800.0, 'created_time': 1774479038.945031, 'last_price_update_time': 1774853363.001742}
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY21%2520EYL') HTTP/1.1" 204 0
2026-03-30 06:49:23 [bca.uk] INFO: Found listing with ID: YB71%20RKN
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520RKN%27 HTTP/1.1" 200 None
2026-03-30 06:49:23 [bca.uk] INFO: Scrape type for YB71%20RKN: 2
2026-03-30 06:49:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with identifier: YB71%20RKN
2026-03-30 06:49:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with scrape type 2
2026-03-30 06:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with scrape type 2
2026-03-30 06:49:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a10a4d56-f927-5f28-ba4e-e6aeac36bf71, identifier: YB71%20RKN
2026-03-30 06:49:23 [bca.uk] INFO: Found listing with ID: RX24%20CXK
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX24%2520CXK%27 HTTP/1.1" 200 None
2026-03-30 06:49:23 [bca.uk] INFO: Scrape type for RX24%20CXK: 2
2026-03-30 06:49:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f904d13-339e-5fdf-a4d4-1a879566db78 with identifier: RX24%20CXK
2026-03-30 06:49:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f904d13-339e-5fdf-a4d4-1a879566db78 with scrape type 2
2026-03-30 06:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f904d13-339e-5fdf-a4d4-1a879566db78 with scrape type 2
2026-03-30 06:49:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f904d13-339e-5fdf-a4d4-1a879566db78, identifier: RX24%20CXK
2026-03-30 06:49:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f261ae06-7bf6-53f2-b3e6-56915deabd6f with identifier: WP71%20HXE
2026-03-30 06:49:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f261ae06-7bf6-53f2-b3e6-56915deabd6f with identifier: WP71%20HXE
2026-03-30 06:49:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f261ae06-7bf6-53f2-b3e6-56915deabd6f with identifier: WP71%20HXE to the API
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20HXE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f261ae06-7bf6-53f2-b3e6-56915deabd6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP71 HXE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20HXE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 39698,
 'odometer_reading_unit': '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.0 E-TSI 110 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-TSI 110 LIFE DSG',
 'vin': 'WVWZZZCDZNW138408',
 'year': 2022}
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49: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%2520HXE%27 HTTP/1.1" 200 None
2026-03-30 06:49:23 [bca.uk] INFO: Saving data for WP71%20HXE: {'auction_closing_time': 1774864800.0, 'created_time': 1774447584.594992, 'last_price_update_time': 1774853363.624261}
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520HXE') HTTP/1.1" 204 0
2026-03-30 06:49:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63cca2c9-ed87-5db4-b2d9-97af9daa60df with identifier: DY70%20WLZ
2026-03-30 06:49:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63cca2c9-ed87-5db4-b2d9-97af9daa60df with identifier: DY70%20WLZ
2026-03-30 06:49:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63cca2c9-ed87-5db4-b2d9-97af9daa60df with identifier: DY70%20WLZ to the API
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY70%20WLZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '63cca2c9-ed87-5db4-b2d9-97af9daa60df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY70 WLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY70%20WLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L2',
 'odometer': 72627,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO CARGO L2 1.5 TURBO D 100 2300 SPORTIVE Van',
 'transmission': 'manual',
 'trim': 'TURBO D 100 2300 SPORTIVE',
 'vin': 'W0VEFYHYCLJ784886',
 'year': 2020}
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY70%2520WLZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:23 [bca.uk] INFO: Saving data for DY70%20WLZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448879.264011, 'last_price_update_time': 1774853363.910652}
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY70%2520WLZ') HTTP/1.1" 204 0
2026-03-30 06:49:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38a98373-f0d1-58b2-bdbd-6db15e814f44 with identifier: EJ52%20FWV
2026-03-30 06:49:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38a98373-f0d1-58b2-bdbd-6db15e814f44 with identifier: EJ52%20FWV
2026-03-30 06:49:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38a98373-f0d1-58b2-bdbd-6db15e814f44 with identifier: EJ52%20FWV to the API
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ52%20FWV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38a98373-f0d1-58b2-bdbd-6db15e814f44',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ52 FWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ52%20FWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 50782,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 ELEGANCE 16V Hatchback',
 'transmission': 'automatic',
 'trim': 'ELEGANCE 16V',
 'vin': 'W0L0XCF6834095669',
 'year': 2002}
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ52%2520FWV%27 HTTP/1.1" 200 None
2026-03-30 06:49:24 [bca.uk] INFO: Saving data for EJ52%20FWV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477290.599541, 'last_price_update_time': 1774853364.192583}
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ52%2520FWV') HTTP/1.1" 204 0
2026-03-30 06:49:24 [bca.uk] INFO: Found listing with ID: LC66%20XZW
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520XZW%27 HTTP/1.1" 200 None
2026-03-30 06:49:24 [bca.uk] INFO: Scrape type for LC66%20XZW: 2
2026-03-30 06:49:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with identifier: LC66%20XZW
2026-03-30 06:49:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with scrape type 2
2026-03-30 06:49:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with scrape type 2
2026-03-30 06:49:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3, identifier: LC66%20XZW
2026-03-30 06:49:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with identifier: YB71%20RKN
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=moonwalk+grey%40 HTTP/1.1" 200 None
2026-03-30 06:49:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:49: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:49:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with identifier: YB71%20RKN
2026-03-30 06:49:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a10a4d56-f927-5f28-ba4e-e6aeac36bf71 with identifier: YB71%20RKN to the API
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB71%20RKN-GB',
 'category': 'Car',
 'color': 'moonwalk grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a10a4d56-f927-5f28-ba4e-e6aeac36bf71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB71 RKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB71%20RKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 11910,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
 'transmission': 'automatic',
 'trim': '135KW 33KWH COOPER S L2',
 'vin': 'WMW12DJ0702S06440',
 'year': 2022}
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520RKN%27 HTTP/1.1" 200 None
2026-03-30 06:49:24 [bca.uk] INFO: Saving data for YB71%20RKN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477670.727625, 'last_price_update_time': 1774853364.738703}
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB71%2520RKN') HTTP/1.1" 204 0
2026-03-30 06:49:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f904d13-339e-5fdf-a4d4-1a879566db78 with identifier: RX24%20CXK
2026-03-30 06:49:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f904d13-339e-5fdf-a4d4-1a879566db78 with identifier: RX24%20CXK
2026-03-30 06:49:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f904d13-339e-5fdf-a4d4-1a879566db78 with identifier: RX24%20CXK to the API
2026-03-30 06:49:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8f904d13-339e-5fdf-a4d4-1a879566db78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX24 CXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX24%20CXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 33982,
 'odometer_reading_unit': '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 130 320 LWB LIMITED L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 320 LWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZPJ64411',
 'year': 2024}
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX24%2520CXK%27 HTTP/1.1" 200 None
2026-03-30 06:49:25 [bca.uk] INFO: Saving data for RX24%20CXK: {'auction_closing_time': 1774864800.0, 'created_time': 1774447365.370278, 'last_price_update_time': 1774853365.032814}
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX24%2520CXK') HTTP/1.1" 204 0
2026-03-30 06:49:25 [bca.uk] INFO: Found listing with ID: YK21%20UXD
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520UXD%27 HTTP/1.1" 200 None
2026-03-30 06:49:25 [bca.uk] INFO: Scrape type for YK21%20UXD: 2
2026-03-30 06:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce643d3d-5569-5d55-91d2-5eba49bedbbf with identifier: YK21%20UXD
2026-03-30 06:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce643d3d-5569-5d55-91d2-5eba49bedbbf with scrape type 2
2026-03-30 06:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce643d3d-5569-5d55-91d2-5eba49bedbbf with scrape type 2
2026-03-30 06:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce643d3d-5569-5d55-91d2-5eba49bedbbf, identifier: YK21%20UXD
2026-03-30 06:49:25 [bca.uk] INFO: Found listing with ID: AF72%20JFU
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520JFU%27 HTTP/1.1" 200 None
2026-03-30 06:49:25 [bca.uk] INFO: Scrape type for AF72%20JFU: 2
2026-03-30 06:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8c6dc80-ba49-576f-8efe-c468ae116758 with identifier: AF72%20JFU
2026-03-30 06:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8c6dc80-ba49-576f-8efe-c468ae116758 with scrape type 2
2026-03-30 06:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8c6dc80-ba49-576f-8efe-c468ae116758 with scrape type 2
2026-03-30 06:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8c6dc80-ba49-576f-8efe-c468ae116758, identifier: AF72%20JFU
2026-03-30 06:49:25 [bca.uk] INFO: Found listing with ID: LT13%20TVF
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520TVF%27 HTTP/1.1" 200 None
2026-03-30 06:49:25 [bca.uk] INFO: Scrape type for LT13%20TVF: 2
2026-03-30 06:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with identifier: LT13%20TVF
2026-03-30 06:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with scrape type 2
2026-03-30 06:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with scrape type 2
2026-03-30 06:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e, identifier: LT13%20TVF
2026-03-30 06:49:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with identifier: LC66%20XZW
2026-03-30 06:49:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with identifier: LC66%20XZW
2026-03-30 06:49:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3 with identifier: LC66%20XZW to the API
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC66%20XZW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c67a1983-b8d7-5ec5-b9cb-11a3efcf36c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC66 XZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC66%20XZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 30293,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 105 310 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 105 310 SWB L/R',
 'vin': 'WF0YXXTTGYGS12025',
 'year': 2016}
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC66%2520XZW%27 HTTP/1.1" 200 None
2026-03-30 06:49:25 [bca.uk] INFO: Saving data for LC66%20XZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774478990.518943, 'last_price_update_time': 1774853365.665218}
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC66%2520XZW') HTTP/1.1" 204 0
2026-03-30 06:49:25 [bca.uk] INFO: Found listing with ID: HK21%20NMJ
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-30 06:49:25 [bca.uk] INFO: Scrape type for HK21%20NMJ: 2
2026-03-30 06:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc867386-a5ae-500f-82f5-da659122d474 with identifier: HK21%20NMJ
2026-03-30 06:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc867386-a5ae-500f-82f5-da659122d474 with scrape type 2
2026-03-30 06:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc867386-a5ae-500f-82f5-da659122d474 with scrape type 2
2026-03-30 06:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc867386-a5ae-500f-82f5-da659122d474, identifier: HK21%20NMJ
2026-03-30 06:49:25 [bca.uk] INFO: Found listing with ID: WN22%20HXL
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HXL%27 HTTP/1.1" 200 None
2026-03-30 06:49:25 [bca.uk] INFO: Scrape type for WN22%20HXL: 2
2026-03-30 06:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5153690-57fb-5b4b-a17e-b15ce14eb803 with identifier: WN22%20HXL
2026-03-30 06:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5153690-57fb-5b4b-a17e-b15ce14eb803 with scrape type 2
2026-03-30 06:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5153690-57fb-5b4b-a17e-b15ce14eb803 with scrape type 2
2026-03-30 06:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5153690-57fb-5b4b-a17e-b15ce14eb803, identifier: WN22%20HXL
2026-03-30 06:49:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce643d3d-5569-5d55-91d2-5eba49bedbbf with identifier: YK21%20UXD
2026-03-30 06:49:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce643d3d-5569-5d55-91d2-5eba49bedbbf with identifier: YK21%20UXD
2026-03-30 06:49:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce643d3d-5569-5d55-91d2-5eba49bedbbf with identifier: YK21%20UXD to the API
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK21%20UXD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ce643d3d-5569-5d55-91d2-5eba49bedbbf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YK21 UXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK21%20UXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 47731,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'W1K1770862J298753',
 'year': 2021}
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520UXD%27 HTTP/1.1" 200 None
2026-03-30 06:49:26 [bca.uk] INFO: Saving data for YK21%20UXD: {'auction_closing_time': 1774864800.0, 'created_time': 1774447639.388645, 'last_price_update_time': 1774853366.212647}
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK21%2520UXD') HTTP/1.1" 204 0
2026-03-30 06:49:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8c6dc80-ba49-576f-8efe-c468ae116758 with identifier: AF72%20JFU
2026-03-30 06:49:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8c6dc80-ba49-576f-8efe-c468ae116758 with identifier: AF72%20JFU
2026-03-30 06:49:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8c6dc80-ba49-576f-8efe-c468ae116758 with identifier: AF72%20JFU to the API
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF72%20JFU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c8c6dc80-ba49-576f-8efe-c468ae116758',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF72 JFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF72%20JFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L1',
 'odometer': 48360,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO CARGO L1 1.2 TURBO 2000 SPORTIVE Van',
 'transmission': 'manual',
 'trim': 'TURBO 2000 SPORTIVE',
 'vin': 'W0VEFYHT2NJ736617',
 'year': 2022}
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520JFU%27 HTTP/1.1" 200 None
2026-03-30 06:49:26 [bca.uk] INFO: Saving data for AF72%20JFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774448869.926442, 'last_price_update_time': 1774853366.489795}
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF72%2520JFU') HTTP/1.1" 204 0
2026-03-30 06:49:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with identifier: LT13%20TVF
2026-03-30 06:49:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with identifier: LT13%20TVF
2026-03-30 06:49:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4dbf9c7a-0c90-525a-8792-60d25c1c4a0e with identifier: LT13%20TVF to the API
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT13%20TVF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4dbf9c7a-0c90-525a-8792-60d25c1c4a0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT13 TVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT13%20TVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 61945,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 EDGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'EDGE S/S',
 'vin': 'WF0UXXLTRUDB26621',
 'year': 2013}
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT13%2520TVF%27 HTTP/1.1" 200 None
2026-03-30 06:49:26 [bca.uk] INFO: Saving data for LT13%20TVF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477232.827078, 'last_price_update_time': 1774853366.776109}
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT13%2520TVF') HTTP/1.1" 204 0
2026-03-30 06:49:26 [bca.uk] INFO: Found listing with ID: LF17%20OTK
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520OTK%27 HTTP/1.1" 200 None
2026-03-30 06:49:26 [bca.uk] INFO: Scrape type for LF17%20OTK: 2
2026-03-30 06:49:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8985a184-702e-5853-a349-0611c9a49e3a with identifier: LF17%20OTK
2026-03-30 06:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8985a184-702e-5853-a349-0611c9a49e3a with scrape type 2
2026-03-30 06:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8985a184-702e-5853-a349-0611c9a49e3a with scrape type 2
2026-03-30 06:49:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8985a184-702e-5853-a349-0611c9a49e3a, identifier: LF17%20OTK
2026-03-30 06:49:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc867386-a5ae-500f-82f5-da659122d474 with identifier: HK21%20NMJ
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:49:26 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black+sapphire%40 HTTP/1.1" 200 None
2026-03-30 06:49:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:49:27 [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:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc867386-a5ae-500f-82f5-da659122d474 with identifier: HK21%20NMJ
2026-03-30 06:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc867386-a5ae-500f-82f5-da659122d474 with identifier: HK21%20NMJ to the API
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK21%20NMJ-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'dc867386-a5ae-500f-82f5-da659122d474',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HK21 NMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK21%20NMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '330E',
 'odometer': 48303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA5P52000FL22093',
 'year': 2021}
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK21%2520NMJ%27 HTTP/1.1" 200 None
2026-03-30 06:49:27 [bca.uk] INFO: Saving data for HK21%20NMJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477677.020043, 'last_price_update_time': 1774853367.330158}
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK21%2520NMJ') HTTP/1.1" 204 0
2026-03-30 06:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5153690-57fb-5b4b-a17e-b15ce14eb803 with identifier: WN22%20HXL
2026-03-30 06:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5153690-57fb-5b4b-a17e-b15ce14eb803 with identifier: WN22%20HXL
2026-03-30 06:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5153690-57fb-5b4b-a17e-b15ce14eb803 with identifier: WN22%20HXL to the API
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20HXL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e5153690-57fb-5b4b-a17e-b15ce14eb803',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN22 HXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20HXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 72136,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK3NC260869',
 'year': 2022}
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520HXL%27 HTTP/1.1" 200 None
2026-03-30 06:49:27 [bca.uk] INFO: Saving data for WN22%20HXL: {'auction_closing_time': 1774864800.0, 'created_time': 1774276125.543115, 'last_price_update_time': 1774853367.639575}
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520HXL') HTTP/1.1" 204 0
2026-03-30 06:49:27 [bca.uk] INFO: Found listing with ID: RO72%20SZR
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520SZR%27 HTTP/1.1" 200 None
2026-03-30 06:49:27 [bca.uk] INFO: Scrape type for RO72%20SZR: 2
2026-03-30 06:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6deb92b6-2c58-5a58-95b8-5388eb457bc9 with identifier: RO72%20SZR
2026-03-30 06:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6deb92b6-2c58-5a58-95b8-5388eb457bc9 with scrape type 2
2026-03-30 06:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6deb92b6-2c58-5a58-95b8-5388eb457bc9 with scrape type 2
2026-03-30 06:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6deb92b6-2c58-5a58-95b8-5388eb457bc9, identifier: RO72%20SZR
2026-03-30 06:49:27 [bca.uk] INFO: Found listing with ID: LA72%20HMH
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520HMH%27 HTTP/1.1" 200 None
2026-03-30 06:49:27 [bca.uk] INFO: Scrape type for LA72%20HMH: 2
2026-03-30 06:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 759c4452-f675-5b6d-87c0-44d1435deeb7 with identifier: LA72%20HMH
2026-03-30 06:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 759c4452-f675-5b6d-87c0-44d1435deeb7 with scrape type 2
2026-03-30 06:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 759c4452-f675-5b6d-87c0-44d1435deeb7 with scrape type 2
2026-03-30 06:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 759c4452-f675-5b6d-87c0-44d1435deeb7, identifier: LA72%20HMH
2026-03-30 06:49:27 [bca.uk] INFO: Found listing with ID: PF15%20TXD
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF15%2520TXD%27 HTTP/1.1" 200 None
2026-03-30 06:49:27 [bca.uk] INFO: Scrape type for PF15%20TXD: 2
2026-03-30 06:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with identifier: PF15%20TXD
2026-03-30 06:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with scrape type 2
2026-03-30 06:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with scrape type 2
2026-03-30 06:49:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48cdfa2d-e21f-585b-acd8-8cf510e806f8, identifier: PF15%20TXD
2026-03-30 06:49:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8985a184-702e-5853-a349-0611c9a49e3a with identifier: LF17%20OTK
2026-03-30 06:49:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8985a184-702e-5853-a349-0611c9a49e3a with identifier: LF17%20OTK
2026-03-30 06:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8985a184-702e-5853-a349-0611c9a49e3a with identifier: LF17%20OTK to the API
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF17%20OTK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8985a184-702e-5853-a349-0611c9a49e3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF17 OTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF17%20OTK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 115793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 TDCI 105 310 SWB L/R PanelVan',
 'transmission': 'manual',
 'trim': 'TDCI 105 310 SWB L/R',
 'vin': 'WF0YXXTTGYHJ55427',
 'year': 2017}
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520OTK%27 HTTP/1.1" 200 None
2026-03-30 06:49:28 [bca.uk] INFO: Saving data for LF17%20OTK: {'auction_closing_time': 1774864800.0, 'created_time': 1774478993.924575, 'last_price_update_time': 1774853368.274337}
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF17%2520OTK') HTTP/1.1" 204 0
2026-03-30 06:49:28 [bca.uk] INFO: Found listing with ID: BK23%20XZX
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520XZX%27 HTTP/1.1" 200 None
2026-03-30 06:49:28 [bca.uk] INFO: Scrape type for BK23%20XZX: 2
2026-03-30 06:49:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 221122e0-258b-5105-b745-65c0360694bb with identifier: BK23%20XZX
2026-03-30 06:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 221122e0-258b-5105-b745-65c0360694bb with scrape type 2
2026-03-30 06:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 221122e0-258b-5105-b745-65c0360694bb with scrape type 2
2026-03-30 06:49:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 221122e0-258b-5105-b745-65c0360694bb, identifier: BK23%20XZX
2026-03-30 06:49:28 [bca.uk] INFO: Found listing with ID: BK23%20GYH
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GYH%27 HTTP/1.1" 200 None
2026-03-30 06:49:28 [bca.uk] INFO: Scrape type for BK23%20GYH: 2
2026-03-30 06:49:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b91501fd-5f74-57f8-ab86-ee0f0615f606 with identifier: BK23%20GYH
2026-03-30 06:49:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b91501fd-5f74-57f8-ab86-ee0f0615f606 with scrape type 2
2026-03-30 06:49:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b91501fd-5f74-57f8-ab86-ee0f0615f606 with scrape type 2
2026-03-30 06:49:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b91501fd-5f74-57f8-ab86-ee0f0615f606, identifier: BK23%20GYH
2026-03-30 06:49:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6deb92b6-2c58-5a58-95b8-5388eb457bc9 with identifier: RO72%20SZR
2026-03-30 06:49:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6deb92b6-2c58-5a58-95b8-5388eb457bc9 with identifier: RO72%20SZR
2026-03-30 06:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6deb92b6-2c58-5a58-95b8-5388eb457bc9 with identifier: RO72%20SZR to the API
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO72%20SZR-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': '6deb92b6-2c58-5a58-95b8-5388eb457bc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO72 SZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO72%20SZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 33482,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 2.0 VVT-I HYBRID GR-SPORT Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID GR-SPORT',
 'vin': 'SB1Z53BE90E111916',
 'year': 2022}
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO72%2520SZR%27 HTTP/1.1" 200 None
2026-03-30 06:49:28 [bca.uk] INFO: Saving data for RO72%20SZR: {'auction_closing_time': 1775037600.0, 'created_time': 1774447907.270351, 'last_price_update_time': 1774853368.89096}
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO72%2520SZR') HTTP/1.1" 204 0
2026-03-30 06:49:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 759c4452-f675-5b6d-87c0-44d1435deeb7 with identifier: LA72%20HMH
2026-03-30 06:49:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 759c4452-f675-5b6d-87c0-44d1435deeb7 with identifier: LA72%20HMH
2026-03-30 06:49:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 759c4452-f675-5b6d-87c0-44d1435deeb7 with identifier: LA72%20HMH to the API
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20HMH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '759c4452-f675-5b6d-87c0-44d1435deeb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA72 HMH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20HMH&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 50416,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.5 B/HDI 100 1000 ENTERPRISE ED. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 ENTERPRISE ED.',
 'vin': 'VR7EFYHT2NJ814216',
 'year': 2022}
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520HMH%27 HTTP/1.1" 200 None
2026-03-30 06:49:29 [bca.uk] INFO: Saving data for LA72%20HMH: {'auction_closing_time': 1774864800.0, 'created_time': 1774448850.687646, 'last_price_update_time': 1774853369.172277}
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520HMH') HTTP/1.1" 204 0
2026-03-30 06:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with identifier: PF15%20TXD
2026-03-30 06:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with identifier: PF15%20TXD
2026-03-30 06:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48cdfa2d-e21f-585b-acd8-8cf510e806f8 with identifier: PF15%20TXD to the API
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF15%20TXD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '48cdfa2d-e21f-585b-acd8-8cf510e806f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF15 TXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF15%20TXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 95002,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0DXXGAKDFL61046',
 'year': 2015}
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF15%2520TXD%27 HTTP/1.1" 200 None
2026-03-30 06:49:29 [bca.uk] INFO: Saving data for PF15%20TXD: {'auction_closing_time': 1774864800.0, 'created_time': 1774477270.658163, 'last_price_update_time': 1774853369.457741}
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF15%2520TXD') HTTP/1.1" 204 0
2026-03-30 06:49:29 [bca.uk] INFO: Found listing with ID: BP66%20MZY
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520MZY%27 HTTP/1.1" 200 None
2026-03-30 06:49:29 [bca.uk] INFO: Scrape type for BP66%20MZY: 2
2026-03-30 06:49:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe129b4-fb3b-553a-8aa2-c14e51a85798 with identifier: BP66%20MZY
2026-03-30 06:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe129b4-fb3b-553a-8aa2-c14e51a85798 with scrape type 2
2026-03-30 06:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbe129b4-fb3b-553a-8aa2-c14e51a85798 with scrape type 2
2026-03-30 06:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbe129b4-fb3b-553a-8aa2-c14e51a85798, identifier: BP66%20MZY
2026-03-30 06:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 221122e0-258b-5105-b745-65c0360694bb with identifier: BK23%20XZX
2026-03-30 06:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 221122e0-258b-5105-b745-65c0360694bb with identifier: BK23%20XZX
2026-03-30 06:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 221122e0-258b-5105-b745-65c0360694bb with identifier: BK23%20XZX to the API
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20XZX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '221122e0-258b-5105-b745-65c0360694bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK23 XZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20XZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'TOURNEO CONNECT',
 'odometer': 16686,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TOURNEO CONNECT 1.5 E/B ACTIVE MPV',
 'transmission': 'manual',
 'trim': 'E/B ACTIVE',
 'vin': 'WF0EXXSKXPX001437',
 'year': 2023}
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520XZX%27 HTTP/1.1" 200 None
2026-03-30 06:49:29 [bca.uk] INFO: Saving data for BK23%20XZX: {'auction_closing_time': 1774951200.0, 'created_time': 1774477951.356961, 'last_price_update_time': 1774853369.861812}
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520XZX') HTTP/1.1" 204 0
2026-03-30 06:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b91501fd-5f74-57f8-ab86-ee0f0615f606 with identifier: BK23%20GYH
2026-03-30 06:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b91501fd-5f74-57f8-ab86-ee0f0615f606 with identifier: BK23%20GYH
2026-03-30 06:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b91501fd-5f74-57f8-ab86-ee0f0615f606 with identifier: BK23%20GYH to the API
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK23%20GYH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b91501fd-5f74-57f8-ab86-ee0f0615f606',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK23 GYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK23%20GYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'KIA',
 'model': 'EV6',
 'odometer': 35894,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA EV6 236KW 77.4KWH AWD GT-LINE Hatchback',
 'transmission': 'automatic',
 'trim': '236KW 77.4KWH AWD GT-LINE',
 'vin': 'KNAC481CRP5109423',
 'year': 2023}
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GYH%27 HTTP/1.1" 200 None
2026-03-30 06:49:30 [bca.uk] INFO: Saving data for BK23%20GYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774276120.735485, 'last_price_update_time': 1774853370.183778}
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK23%2520GYH') HTTP/1.1" 204 0
2026-03-30 06:49:30 [bca.uk] INFO: Found listing with ID: BD23%20WGM
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD23%2520WGM%27 HTTP/1.1" 200 None
2026-03-30 06:49:30 [bca.uk] INFO: Scrape type for BD23%20WGM: 2
2026-03-30 06:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3aad93c8-1d41-54f9-902e-1890fe2a1668 with identifier: BD23%20WGM
2026-03-30 06:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3aad93c8-1d41-54f9-902e-1890fe2a1668 with scrape type 2
2026-03-30 06:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3aad93c8-1d41-54f9-902e-1890fe2a1668 with scrape type 2
2026-03-30 06:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3aad93c8-1d41-54f9-902e-1890fe2a1668, identifier: BD23%20WGM
2026-03-30 06:49:30 [bca.uk] INFO: Found listing with ID: HV22%20UTT
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520UTT%27 HTTP/1.1" 200 None
2026-03-30 06:49:30 [bca.uk] INFO: Scrape type for HV22%20UTT: 2
2026-03-30 06:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1582ef09-923b-5820-babd-fef9e75c1f74 with identifier: HV22%20UTT
2026-03-30 06:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1582ef09-923b-5820-babd-fef9e75c1f74 with scrape type 2
2026-03-30 06:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1582ef09-923b-5820-babd-fef9e75c1f74 with scrape type 2
2026-03-30 06:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1582ef09-923b-5820-babd-fef9e75c1f74, identifier: HV22%20UTT
2026-03-30 06:49:30 [bca.uk] INFO: Found listing with ID: FP62%20BPO
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP62%2520BPO%27 HTTP/1.1" 200 None
2026-03-30 06:49:30 [bca.uk] INFO: Scrape type for FP62%20BPO: 2
2026-03-30 06:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e410949-add1-5611-b30e-d3b682339d26 with identifier: FP62%20BPO
2026-03-30 06:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e410949-add1-5611-b30e-d3b682339d26 with scrape type 2
2026-03-30 06:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e410949-add1-5611-b30e-d3b682339d26 with scrape type 2
2026-03-30 06:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e410949-add1-5611-b30e-d3b682339d26, identifier: FP62%20BPO
2026-03-30 06:49:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbe129b4-fb3b-553a-8aa2-c14e51a85798 with identifier: BP66%20MZY
2026-03-30 06:49:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbe129b4-fb3b-553a-8aa2-c14e51a85798 with identifier: BP66%20MZY
2026-03-30 06:49:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbe129b4-fb3b-553a-8aa2-c14e51a85798 with identifier: BP66%20MZY to the API
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP66%20MZY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fbe129b4-fb3b-553a-8aa2-c14e51a85798',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP66 MZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP66%20MZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 64485,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN NAVARA 2.3 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0039695',
 'year': 2016}
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP66%2520MZY%27 HTTP/1.1" 200 None
2026-03-30 06:49:30 [bca.uk] INFO: Saving data for BP66%20MZY: {'auction_closing_time': 1774864800.0, 'created_time': 1774479376.052411, 'last_price_update_time': 1774853370.826603}
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP66%2520MZY') HTTP/1.1" 204 0
2026-03-30 06:49:30 [bca.uk] INFO: Found listing with ID: LB23%20GYM
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520GYM%27 HTTP/1.1" 200 None
2026-03-30 06:49:30 [bca.uk] INFO: Scrape type for LB23%20GYM: 2
2026-03-30 06:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with identifier: LB23%20GYM
2026-03-30 06:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with scrape type 2
2026-03-30 06:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with scrape type 2
2026-03-30 06:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6767b66b-3c5f-5c5a-b8eb-524e3790ff58, identifier: LB23%20GYM
2026-03-30 06:49:30 [bca.uk] INFO: Found listing with ID: AF72%20WDN
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520WDN%27 HTTP/1.1" 200 None
2026-03-30 06:49:30 [bca.uk] INFO: Scrape type for AF72%20WDN: 2
2026-03-30 06:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa391915-defd-50ef-845c-b0eb3d24fc56 with identifier: AF72%20WDN
2026-03-30 06:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa391915-defd-50ef-845c-b0eb3d24fc56 with scrape type 2
2026-03-30 06:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa391915-defd-50ef-845c-b0eb3d24fc56 with scrape type 2
2026-03-30 06:49:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fa391915-defd-50ef-845c-b0eb3d24fc56, identifier: AF72%20WDN
2026-03-30 06:49:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3aad93c8-1d41-54f9-902e-1890fe2a1668 with identifier: BD23%20WGM
2026-03-30 06:49:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3aad93c8-1d41-54f9-902e-1890fe2a1668 with identifier: BD23%20WGM
2026-03-30 06:49:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3aad93c8-1d41-54f9-902e-1890fe2a1668 with identifier: BD23%20WGM to the API
2026-03-30 06:49:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD23%20WGM-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': '3aad93c8-1d41-54f9-902e-1890fe2a1668',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD23 WGM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD23%20WGM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LEXUS',
 'model': 'UX 250H',
 'odometer': 20161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 250H 2.0 F-SPORT DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'F-SPORT DESIGN',
 'vin': 'JTHY65BHX02154087',
 'year': 2023}
2026-03-30 06:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD23%2520WGM%27 HTTP/1.1" 200 None
2026-03-30 06:49:31 [bca.uk] INFO: Saving data for BD23%20WGM: {'auction_closing_time': 1775037600.0, 'created_time': 1774447906.021256, 'last_price_update_time': 1774853371.775913}
2026-03-30 06:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD23%2520WGM') HTTP/1.1" 204 0
2026-03-30 06:49:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1582ef09-923b-5820-babd-fef9e75c1f74 with identifier: HV22%20UTT
2026-03-30 06:49:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1582ef09-923b-5820-babd-fef9e75c1f74 with identifier: HV22%20UTT
2026-03-30 06:49:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1582ef09-923b-5820-babd-fef9e75c1f74 with identifier: HV22%20UTT to the API
2026-03-30 06:49:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV22%20UTT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1582ef09-923b-5820-babd-fef9e75c1f74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HV22 UTT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV22%20UTT&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '520D',
 'odometer': 36207,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 MHT M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BN010CJ53137',
 'year': 2022}
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520UTT%27 HTTP/1.1" 200 None
2026-03-30 06:49:32 [bca.uk] INFO: Saving data for HV22%20UTT: {'auction_closing_time': 1774864800.0, 'created_time': 1774448830.700057, 'last_price_update_time': 1774853372.090228}
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520UTT') HTTP/1.1" 204 0
2026-03-30 06:49:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e410949-add1-5611-b30e-d3b682339d26 with identifier: FP62%20BPO
2026-03-30 06:49:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e410949-add1-5611-b30e-d3b682339d26 with identifier: FP62%20BPO
2026-03-30 06:49:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e410949-add1-5611-b30e-d3b682339d26 with identifier: FP62%20BPO to the API
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP62%20BPO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7e410949-add1-5611-b30e-d3b682339d26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP62 BPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP62%20BPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 65788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM',
 'vin': 'WF0KXXGCBKCS86692',
 'year': 2012}
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP62%2520BPO%27 HTTP/1.1" 200 None
2026-03-30 06:49:32 [bca.uk] INFO: Saving data for FP62%20BPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774477241.757138, 'last_price_update_time': 1774853372.381159}
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP62%2520BPO') HTTP/1.1" 204 0
2026-03-30 06:49:32 [bca.uk] INFO: Found listing with ID: DL72%20PFN
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PFN%27 HTTP/1.1" 200 None
2026-03-30 06:49:32 [bca.uk] INFO: Scrape type for DL72%20PFN: 2
2026-03-30 06:49:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with identifier: DL72%20PFN
2026-03-30 06:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with scrape type 2
2026-03-30 06:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with scrape type 2
2026-03-30 06:49:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efbd6b08-f3e1-50a0-91c8-e2592a8456b2, identifier: DL72%20PFN
2026-03-30 06:49:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with identifier: LB23%20GYM
2026-03-30 06:49:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with identifier: LB23%20GYM
2026-03-30 06:49:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6767b66b-3c5f-5c5a-b8eb-524e3790ff58 with identifier: LB23%20GYM to the API
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB23%20GYM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6767b66b-3c5f-5c5a-b8eb-524e3790ff58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB23 GYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB23%20GYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 2440,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.5 BLUEHDI 100 1000 DRIVER ED. Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 1000 DRIVER ED.',
 'vin': 'VR7EFYHT2PJ767793',
 'year': 2023}
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520GYM%27 HTTP/1.1" 200 None
2026-03-30 06:49:32 [bca.uk] INFO: Saving data for LB23%20GYM: {'auction_closing_time': 1774864800.0, 'created_time': 1774478336.365614, 'last_price_update_time': 1774853372.825624}
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB23%2520GYM') HTTP/1.1" 204 0
2026-03-30 06:49:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fa391915-defd-50ef-845c-b0eb3d24fc56 with identifier: AF72%20WDN
2026-03-30 06:49:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fa391915-defd-50ef-845c-b0eb3d24fc56 with identifier: AF72%20WDN
2026-03-30 06:49:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fa391915-defd-50ef-845c-b0eb3d24fc56 with identifier: AF72%20WDN to the API
2026-03-30 06:49:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF72%20WDN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fa391915-defd-50ef-845c-b0eb3d24fc56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF72 WDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF72%20WDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 49768,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK7NC446981',
 'year': 2022}
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF72%2520WDN%27 HTTP/1.1" 200 None
2026-03-30 06:49:33 [bca.uk] INFO: Saving data for AF72%20WDN: {'auction_closing_time': 1774864800.0, 'created_time': 1774276913.556179, 'last_price_update_time': 1774853373.118898}
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF72%2520WDN') HTTP/1.1" 204 0
2026-03-30 06:49:33 [bca.uk] INFO: Found listing with ID: VA21%20XUR
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520XUR%27 HTTP/1.1" 200 None
2026-03-30 06:49:33 [bca.uk] INFO: Scrape type for VA21%20XUR: 2
2026-03-30 06:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aff8fac3-d3a2-52e4-8385-67218c58d26a with identifier: VA21%20XUR
2026-03-30 06:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aff8fac3-d3a2-52e4-8385-67218c58d26a with scrape type 2
2026-03-30 06:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aff8fac3-d3a2-52e4-8385-67218c58d26a with scrape type 2
2026-03-30 06:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aff8fac3-d3a2-52e4-8385-67218c58d26a, identifier: VA21%20XUR
2026-03-30 06:49:33 [bca.uk] INFO: Found listing with ID: YGZ%204294
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25204294%27 HTTP/1.1" 200 None
2026-03-30 06:49:33 [bca.uk] INFO: Scrape type for YGZ%204294: 2
2026-03-30 06:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df9459d-1e3a-5c79-9bb0-115c2df191df with identifier: YGZ%204294
2026-03-30 06:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df9459d-1e3a-5c79-9bb0-115c2df191df with scrape type 2
2026-03-30 06:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df9459d-1e3a-5c79-9bb0-115c2df191df with scrape type 2
2026-03-30 06:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9df9459d-1e3a-5c79-9bb0-115c2df191df, identifier: YGZ%204294
2026-03-30 06:49:33 [bca.uk] INFO: Found listing with ID: KF07%20UOW
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF07%2520UOW%27 HTTP/1.1" 200 None
2026-03-30 06:49:33 [bca.uk] INFO: Scrape type for KF07%20UOW: 2
2026-03-30 06:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with identifier: KF07%20UOW
2026-03-30 06:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with scrape type 2
2026-03-30 06:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with scrape type 2
2026-03-30 06:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a20d2a4-7470-5077-8b2e-b91dea96f0b3, identifier: KF07%20UOW
2026-03-30 06:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with identifier: DL72%20PFN
2026-03-30 06:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with identifier: DL72%20PFN
2026-03-30 06:49:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efbd6b08-f3e1-50a0-91c8-e2592a8456b2 with identifier: DL72%20PFN to the API
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL72%20PFN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'efbd6b08-f3e1-50a0-91c8-e2592a8456b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL72 PFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL72%20PFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO 3100',
 'odometer': 7069,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 3100 2.0 D 145 PRO L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 145 PRO L2 H1',
 'vin': 'VXEVFEHTMN7080144',
 'year': 2023}
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520PFN%27 HTTP/1.1" 200 None
2026-03-30 06:49:33 [bca.uk] INFO: Saving data for DL72%20PFN: {'auction_closing_time': 1774864800.0, 'created_time': 1774479391.607849, 'last_price_update_time': 1774853373.767534}
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL72%2520PFN') HTTP/1.1" 204 0
2026-03-30 06:49:33 [bca.uk] INFO: Found listing with ID: EO74%20KJN
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO74%2520KJN%27 HTTP/1.1" 200 None
2026-03-30 06:49:33 [bca.uk] INFO: Scrape type for EO74%20KJN: 2
2026-03-30 06:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with identifier: EO74%20KJN
2026-03-30 06:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with scrape type 2
2026-03-30 06:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with scrape type 2
2026-03-30 06:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13eddf5c-ac83-5aea-8dec-3870dc4075b5, identifier: EO74%20KJN
2026-03-30 06:49:34 [bca.uk] INFO: Found listing with ID: LB23%20EZP
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520EZP%27 HTTP/1.1" 200 None
2026-03-30 06:49:34 [bca.uk] INFO: Scrape type for LB23%20EZP: 2
2026-03-30 06:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28fc80a7-ad15-5521-ac71-416e321eae8d with identifier: LB23%20EZP
2026-03-30 06:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28fc80a7-ad15-5521-ac71-416e321eae8d with scrape type 2
2026-03-30 06:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28fc80a7-ad15-5521-ac71-416e321eae8d with scrape type 2
2026-03-30 06:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28fc80a7-ad15-5521-ac71-416e321eae8d, identifier: LB23%20EZP
2026-03-30 06:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aff8fac3-d3a2-52e4-8385-67218c58d26a with identifier: VA21%20XUR
2026-03-30 06:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aff8fac3-d3a2-52e4-8385-67218c58d26a with identifier: VA21%20XUR
2026-03-30 06:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aff8fac3-d3a2-52e4-8385-67218c58d26a with identifier: VA21%20XUR to the API
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA21%20XUR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aff8fac3-d3a2-52e4-8385-67218c58d26a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA21 XUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA21%20XUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 45751,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW560032',
 'year': 2021}
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520XUR%27 HTTP/1.1" 200 None
2026-03-30 06:49:34 [bca.uk] INFO: Saving data for VA21%20XUR: {'auction_closing_time': 1775037600.0, 'created_time': 1774447903.653698, 'last_price_update_time': 1774853374.536555}
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA21%2520XUR') HTTP/1.1" 204 0
2026-03-30 06:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9df9459d-1e3a-5c79-9bb0-115c2df191df with identifier: YGZ%204294
2026-03-30 06:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9df9459d-1e3a-5c79-9bb0-115c2df191df with identifier: YGZ%204294
2026-03-30 06:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9df9459d-1e3a-5c79-9bb0-115c2df191df with identifier: YGZ%204294 to the API
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YGZ%204294-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9df9459d-1e3a-5c79-9bb0-115c2df191df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YGZ 4294',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YGZ%204294&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'I4 GRAN COUPE',
 'odometer': 53101,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW I4 GRAN COUPE 250KW 84KWH ED40 M SPORT Coupe',
 'transmission': 'automatic',
 'trim': '250KW 84KWH ED40 M SPORT',
 'vin': 'WBY72AW050FP01330',
 'year': 2022}
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25204294%27 HTTP/1.1" 200 None
2026-03-30 06:49:34 [bca.uk] INFO: Saving data for YGZ%204294: {'auction_closing_time': 1774864800.0, 'created_time': 1774448831.151659, 'last_price_update_time': 1774853374.846619}
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YGZ%25204294') HTTP/1.1" 204 0
2026-03-30 06:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with identifier: KF07%20UOW
2026-03-30 06:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with identifier: KF07%20UOW
2026-03-30 06:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a20d2a4-7470-5077-8b2e-b91dea96f0b3 with identifier: KF07%20UOW to the API
2026-03-30 06:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF07%20UOW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0a20d2a4-7470-5077-8b2e-b91dea96f0b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF07 UOW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF07%20UOW&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 24771,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I ZINC MMT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I ZINC MMT',
 'vin': 'VNKKL96310A161707',
 'year': 2007}
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF07%2520UOW%27 HTTP/1.1" 200 None
2026-03-30 06:49:35 [bca.uk] INFO: Saving data for KF07%20UOW: {'auction_closing_time': 1774864800.0, 'created_time': 1774303825.092907, 'last_price_update_time': 1774853375.153999}
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF07%2520UOW') HTTP/1.1" 204 0
2026-03-30 06:49:35 [bca.uk] INFO: Found listing with ID: EK72%20FTE
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520FTE%27 HTTP/1.1" 200 None
2026-03-30 06:49:35 [bca.uk] INFO: Scrape type for EK72%20FTE: 2
2026-03-30 06:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58df2037-1b76-5e4d-a011-de3b9fca5b8a with identifier: EK72%20FTE
2026-03-30 06:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58df2037-1b76-5e4d-a011-de3b9fca5b8a with scrape type 2
2026-03-30 06:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58df2037-1b76-5e4d-a011-de3b9fca5b8a with scrape type 2
2026-03-30 06:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58df2037-1b76-5e4d-a011-de3b9fca5b8a, identifier: EK72%20FTE
2026-03-30 06:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with identifier: EO74%20KJN
2026-03-30 06:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with identifier: EO74%20KJN
2026-03-30 06:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13eddf5c-ac83-5aea-8dec-3870dc4075b5 with identifier: EO74%20KJN to the API
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 210,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO74%20KJN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13eddf5c-ac83-5aea-8dec-3870dc4075b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO74 KJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO74%20KJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'CITROEN',
 'model': 'RELAY 3500',
 'odometer': 543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 3500 2.2 B/HDI 140 L2 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 140 L2 H2 ENTERPRISE',
 'vin': 'VF7YCF6F1RMA00479',
 'year': 2024}
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO74%2520KJN%27 HTTP/1.1" 200 None
2026-03-30 06:49:35 [bca.uk] INFO: Saving data for EO74%20KJN: {'auction_closing_time': 1774864800.0, 'created_time': 1774478313.478278, 'last_price_update_time': 1774853375.581347}
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO74%2520KJN') HTTP/1.1" 204 0
2026-03-30 06:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28fc80a7-ad15-5521-ac71-416e321eae8d with identifier: LB23%20EZP
2026-03-30 06:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28fc80a7-ad15-5521-ac71-416e321eae8d with identifier: LB23%20EZP
2026-03-30 06:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28fc80a7-ad15-5521-ac71-416e321eae8d with identifier: LB23%20EZP to the API
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB23%20EZP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '28fc80a7-ad15-5521-ac71-416e321eae8d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB23 EZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB23%20EZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 21614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS9PC830018',
 'year': 2023}
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520EZP%27 HTTP/1.1" 200 None
2026-03-30 06:49:35 [bca.uk] INFO: Saving data for LB23%20EZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774276995.369182, 'last_price_update_time': 1774853375.876644}
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB23%2520EZP') HTTP/1.1" 204 0
2026-03-30 06:49:35 [bca.uk] INFO: Found listing with ID: SP70%20VDA
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP70%2520VDA%27 HTTP/1.1" 200 None
2026-03-30 06:49:35 [bca.uk] INFO: Scrape type for SP70%20VDA: 2
2026-03-30 06:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8569db07-2b13-5137-9e8f-ac4950ffa036 with identifier: SP70%20VDA
2026-03-30 06:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8569db07-2b13-5137-9e8f-ac4950ffa036 with scrape type 2
2026-03-30 06:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8569db07-2b13-5137-9e8f-ac4950ffa036 with scrape type 2
2026-03-30 06:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8569db07-2b13-5137-9e8f-ac4950ffa036, identifier: SP70%20VDA
2026-03-30 06:49:36 [bca.uk] INFO: Found listing with ID: BJ60%20HMF
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ60%2520HMF%27 HTTP/1.1" 200 None
2026-03-30 06:49:36 [bca.uk] INFO: Scrape type for BJ60%20HMF: 2
2026-03-30 06:49:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with identifier: BJ60%20HMF
2026-03-30 06:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with scrape type 2
2026-03-30 06:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with scrape type 2
2026-03-30 06:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c52791ef-dd33-5cb7-a7d7-58be367ab8e7, identifier: BJ60%20HMF
2026-03-30 06:49:36 [bca.uk] INFO: Found listing with ID: KY62%20XWE
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520XWE%27 HTTP/1.1" 200 None
2026-03-30 06:49:36 [bca.uk] INFO: Scrape type for KY62%20XWE: 2
2026-03-30 06:49:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dde1018e-b62a-5eb8-a147-8c4707042708 with identifier: KY62%20XWE
2026-03-30 06:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dde1018e-b62a-5eb8-a147-8c4707042708 with scrape type 2
2026-03-30 06:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dde1018e-b62a-5eb8-a147-8c4707042708 with scrape type 2
2026-03-30 06:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dde1018e-b62a-5eb8-a147-8c4707042708, identifier: KY62%20XWE
2026-03-30 06:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58df2037-1b76-5e4d-a011-de3b9fca5b8a with identifier: EK72%20FTE
2026-03-30 06:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58df2037-1b76-5e4d-a011-de3b9fca5b8a with identifier: EK72%20FTE
2026-03-30 06:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58df2037-1b76-5e4d-a011-de3b9fca5b8a with identifier: EK72%20FTE to the API
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 243,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK72%20FTE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '58df2037-1b76-5e4d-a011-de3b9fca5b8a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK72 FTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK72%20FTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 31309,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 H2 PROGRESSIVE',
 'vin': 'W1V9076352P497148',
 'year': 2022}
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK72%2520FTE%27 HTTP/1.1" 200 None
2026-03-30 06:49:36 [bca.uk] INFO: Saving data for EK72%20FTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774479189.297361, 'last_price_update_time': 1774853376.556111}
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK72%2520FTE') HTTP/1.1" 204 0
2026-03-30 06:49:36 [bca.uk] INFO: Found listing with ID: EK20%20XGG
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520XGG%27 HTTP/1.1" 200 None
2026-03-30 06:49:36 [bca.uk] INFO: Scrape type for EK20%20XGG: 2
2026-03-30 06:49:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6629eee4-e62a-59ac-bcac-eb3b158f1647 with identifier: EK20%20XGG
2026-03-30 06:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6629eee4-e62a-59ac-bcac-eb3b158f1647 with scrape type 2
2026-03-30 06:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6629eee4-e62a-59ac-bcac-eb3b158f1647 with scrape type 2
2026-03-30 06:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6629eee4-e62a-59ac-bcac-eb3b158f1647, identifier: EK20%20XGG
2026-03-30 06:49:36 [bca.uk] INFO: Found listing with ID: YS16%20YDY
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS16%2520YDY%27 HTTP/1.1" 200 None
2026-03-30 06:49:36 [bca.uk] INFO: Scrape type for YS16%20YDY: 2
2026-03-30 06:49:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5c53f06-17b1-5897-b44c-4983103ce943 with identifier: YS16%20YDY
2026-03-30 06:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5c53f06-17b1-5897-b44c-4983103ce943 with scrape type 2
2026-03-30 06:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5c53f06-17b1-5897-b44c-4983103ce943 with scrape type 2
2026-03-30 06:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5c53f06-17b1-5897-b44c-4983103ce943, identifier: YS16%20YDY
2026-03-30 06:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8569db07-2b13-5137-9e8f-ac4950ffa036 with identifier: SP70%20VDA
2026-03-30 06:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8569db07-2b13-5137-9e8f-ac4950ffa036 with identifier: SP70%20VDA
2026-03-30 06:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8569db07-2b13-5137-9e8f-ac4950ffa036 with identifier: SP70%20VDA to the API
2026-03-30 06:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP70%20VDA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8569db07-2b13-5137-9e8f-ac4950ffa036',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP70 VDA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP70%20VDA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 50150,
 'odometer_reading_unit': '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 2.0 TDI 150 SE L 1ST EDITION DSG Estate',
 'transmission': 'automatic',
 'trim': 'TDI 150 SE L 1ST EDITION DSG',
 'vin': 'TMBKJ7NX6LY028847',
 'year': 2020}
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP70%2520VDA%27 HTTP/1.1" 200 None
2026-03-30 06:49:37 [bca.uk] INFO: Saving data for SP70%20VDA: {'auction_closing_time': 1775037600.0, 'created_time': 1774447886.393387, 'last_price_update_time': 1774853377.074713}
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP70%2520VDA') HTTP/1.1" 204 0
2026-03-30 06:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with identifier: BJ60%20HMF
2026-03-30 06:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with identifier: BJ60%20HMF
2026-03-30 06:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c52791ef-dd33-5cb7-a7d7-58be367ab8e7 with identifier: BJ60%20HMF to the API
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ60%20HMF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c52791ef-dd33-5cb7-a7d7-58be367ab8e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ60 HMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ60%20HMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 53984,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 EXCLUSIV Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 EXCLUSIV',
 'vin': 'W0LPD6ED3A8089789',
 'year': 2010}
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ60%2520HMF%27 HTTP/1.1" 200 None
2026-03-30 06:49:37 [bca.uk] INFO: Saving data for BJ60%20HMF: {'auction_closing_time': 1774864800.0, 'created_time': 1774448849.107657, 'last_price_update_time': 1774853377.363218}
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ60%2520HMF') HTTP/1.1" 204 0
2026-03-30 06:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dde1018e-b62a-5eb8-a147-8c4707042708 with identifier: KY62%20XWE
2026-03-30 06:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dde1018e-b62a-5eb8-a147-8c4707042708 with identifier: KY62%20XWE
2026-03-30 06:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dde1018e-b62a-5eb8-a147-8c4707042708 with identifier: KY62%20XWE to the API
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY62%20XWE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dde1018e-b62a-5eb8-a147-8c4707042708',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY62 XWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY62%20XWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 66459,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A4 1.8 TFSI 170 S LINE Saloon',
 'transmission': 'manual',
 'trim': 'TFSI 170 S LINE',
 'vin': 'WAUZZZ8K9DA116088',
 'year': 2012}
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY62%2520XWE%27 HTTP/1.1" 200 None
2026-03-30 06:49:37 [bca.uk] INFO: Saving data for KY62%20XWE: {'auction_closing_time': 1774864800.0, 'created_time': 1774477238.845473, 'last_price_update_time': 1774853377.674825}
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY62%2520XWE') HTTP/1.1" 204 0
2026-03-30 06:49:37 [bca.uk] INFO: Found listing with ID: FV21%20WKN
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520WKN%27 HTTP/1.1" 200 None
2026-03-30 06:49:37 [bca.uk] INFO: Scrape type for FV21%20WKN: 2
2026-03-30 06:49:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with identifier: FV21%20WKN
2026-03-30 06:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with scrape type 2
2026-03-30 06:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with scrape type 2
2026-03-30 06:49:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 150c0cdd-35c0-53db-b0bf-40be8bd8df4f, identifier: FV21%20WKN
2026-03-30 06:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6629eee4-e62a-59ac-bcac-eb3b158f1647 with identifier: EK20%20XGG
2026-03-30 06:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6629eee4-e62a-59ac-bcac-eb3b158f1647 with identifier: EK20%20XGG
2026-03-30 06:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6629eee4-e62a-59ac-bcac-eb3b158f1647 with identifier: EK20%20XGG to the API
2026-03-30 06:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6629eee4-e62a-59ac-bcac-eb3b158f1647',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK20 XGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK20%20XGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 70705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 RAPTOR CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 RAPTOR',
 'vin': '6FPPXXMJ2PKS27690',
 'year': 2020}
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK20%2520XGG%27 HTTP/1.1" 200 None
2026-03-30 06:49:38 [bca.uk] INFO: Saving data for EK20%20XGG: {'auction_closing_time': 1774951200.0, 'created_time': 1774477880.83609, 'last_price_update_time': 1774853378.079625}
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK20%2520XGG') HTTP/1.1" 204 0
2026-03-30 06:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5c53f06-17b1-5897-b44c-4983103ce943 with identifier: YS16%20YDY
2026-03-30 06:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5c53f06-17b1-5897-b44c-4983103ce943 with identifier: YS16%20YDY
2026-03-30 06:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5c53f06-17b1-5897-b44c-4983103ce943 with identifier: YS16%20YDY to the API
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS16%20YDY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e5c53f06-17b1-5897-b44c-4983103ce943',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS16 YDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS16%20YDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 88565,
 'odometer_reading_unit': '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 SCR 190 GT Estate',
 'transmission': 'manual',
 'trim': 'TDI SCR 190 GT',
 'vin': 'WVWZZZ3CZGE073576',
 'year': 2016}
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS16%2520YDY%27 HTTP/1.1" 200 None
2026-03-30 06:49:38 [bca.uk] INFO: Saving data for YS16%20YDY: {'auction_closing_time': 1774951200.0, 'created_time': 1774447343.546632, 'last_price_update_time': 1774853378.371822}
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS16%2520YDY') HTTP/1.1" 204 0
2026-03-30 06:49:38 [bca.uk] INFO: Found listing with ID: AJ16%20SVA
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ16%2520SVA%27 HTTP/1.1" 200 None
2026-03-30 06:49:38 [bca.uk] INFO: Scrape type for AJ16%20SVA: 2
2026-03-30 06:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42be257c-7f52-5887-b1f1-1ca407c531b7 with identifier: AJ16%20SVA
2026-03-30 06:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42be257c-7f52-5887-b1f1-1ca407c531b7 with scrape type 2
2026-03-30 06:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42be257c-7f52-5887-b1f1-1ca407c531b7 with scrape type 2
2026-03-30 06:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42be257c-7f52-5887-b1f1-1ca407c531b7, identifier: AJ16%20SVA
2026-03-30 06:49:38 [bca.uk] INFO: Found listing with ID: FG12%20SZK
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520SZK%27 HTTP/1.1" 200 None
2026-03-30 06:49:38 [bca.uk] INFO: Scrape type for FG12%20SZK: 2
2026-03-30 06:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with identifier: FG12%20SZK
2026-03-30 06:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with scrape type 2
2026-03-30 06:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with scrape type 2
2026-03-30 06:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6, identifier: FG12%20SZK
2026-03-30 06:49:38 [bca.uk] INFO: Found listing with ID: LG18%20ETA
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520ETA%27 HTTP/1.1" 200 None
2026-03-30 06:49:38 [bca.uk] INFO: Scrape type for LG18%20ETA: 2
2026-03-30 06:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d276f4a4-5d71-5734-9214-5355ea3ad8d7 with identifier: LG18%20ETA
2026-03-30 06:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d276f4a4-5d71-5734-9214-5355ea3ad8d7 with scrape type 2
2026-03-30 06:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d276f4a4-5d71-5734-9214-5355ea3ad8d7 with scrape type 2
2026-03-30 06:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d276f4a4-5d71-5734-9214-5355ea3ad8d7, identifier: LG18%20ETA
2026-03-30 06:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with identifier: FV21%20WKN
2026-03-30 06:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with identifier: FV21%20WKN
2026-03-30 06:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 150c0cdd-35c0-53db-b0bf-40be8bd8df4f with identifier: FV21%20WKN to the API
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV21%20WKN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '150c0cdd-35c0-53db-b0bf-40be8bd8df4f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV21 WKN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV21%20WKN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1400',
 'odometer': 49701,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1400 2.0 B/HDI 120 STD.PROFESSIONAL PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 120 STD.PROFESSIONAL',
 'vin': 'VF3VFAHKKL7042438',
 'year': 2021}
2026-03-30 06:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV21%2520WKN%27 HTTP/1.1" 200 None
2026-03-30 06:49:39 [bca.uk] INFO: Saving data for FV21%20WKN: {'auction_closing_time': 1774864800.0, 'created_time': 1774479176.132867, 'last_price_update_time': 1774853379.004631}
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV21%2520WKN') HTTP/1.1" 204 0
2026-03-30 06:49:39 [bca.uk] INFO: Found listing with ID: AJ68%20WHV
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ68%2520WHV%27 HTTP/1.1" 200 None
2026-03-30 06:49:39 [bca.uk] INFO: Scrape type for AJ68%20WHV: 0
2026-03-30 06:49:39 [bca.uk] INFO: Found listing with ID: FP10%20YEK
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520YEK%27 HTTP/1.1" 200 None
2026-03-30 06:49:39 [bca.uk] INFO: Scrape type for FP10%20YEK: 2
2026-03-30 06:49:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with identifier: FP10%20YEK
2026-03-30 06:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with scrape type 2
2026-03-30 06:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with scrape type 2
2026-03-30 06:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c5672db-c0e6-55f9-aaa8-10d8f9e14698, identifier: FP10%20YEK
2026-03-30 06:49:39 [bca.uk] INFO: Found listing with ID: YD18%20BJY
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520BJY%27 HTTP/1.1" 200 None
2026-03-30 06:49:39 [bca.uk] INFO: Scrape type for YD18%20BJY: 2
2026-03-30 06:49:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc49a6dd-f19a-53e3-ae84-c96d28fd5afc with identifier: YD18%20BJY
2026-03-30 06:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc49a6dd-f19a-53e3-ae84-c96d28fd5afc with scrape type 2
2026-03-30 06:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc49a6dd-f19a-53e3-ae84-c96d28fd5afc with scrape type 2
2026-03-30 06:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc49a6dd-f19a-53e3-ae84-c96d28fd5afc, identifier: YD18%20BJY
2026-03-30 06:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42be257c-7f52-5887-b1f1-1ca407c531b7 with identifier: AJ16%20SVA
2026-03-30 06:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42be257c-7f52-5887-b1f1-1ca407c531b7 with identifier: AJ16%20SVA
2026-03-30 06:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42be257c-7f52-5887-b1f1-1ca407c531b7 with identifier: AJ16%20SVA to the API
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ16%20SVA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42be257c-7f52-5887-b1f1-1ca407c531b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ16 SVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ16%20SVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'V40',
 'odometer': 74412,
 'odometer_reading_unit': '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 2.0 D4 190 R DESIGN PRO Hatchback',
 'transmission': 'manual',
 'trim': 'D4 190 R DESIGN PRO',
 'vin': 'YV1MVA8L1H2374166',
 'year': 2016}
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ16%2520SVA%27 HTTP/1.1" 200 None
2026-03-30 06:49:39 [bca.uk] INFO: Saving data for AJ16%20SVA: {'auction_closing_time': 1775037600.0, 'created_time': 1774447903.20737, 'last_price_update_time': 1774853379.629431}
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ16%2520SVA') HTTP/1.1" 204 0
2026-03-30 06:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with identifier: FG12%20SZK
2026-03-30 06:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with identifier: FG12%20SZK
2026-03-30 06:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4482f8b3-1c3d-5321-98ba-9ecc1e626ca6 with identifier: FG12%20SZK to the API
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG12%20SZK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4482f8b3-1c3d-5321-98ba-9ecc1e626ca6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG12 SZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG12%20SZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 71513,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 VVT SXI Hatchback',
 'transmission': 'manual',
 'trim': 'VVT SXI',
 'vin': 'W0L0SDL08B6124649',
 'year': 2012}
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520SZK%27 HTTP/1.1" 200 None
2026-03-30 06:49:39 [bca.uk] INFO: Saving data for FG12%20SZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774448837.83274, 'last_price_update_time': 1774853379.917042}
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG12%2520SZK') HTTP/1.1" 204 0
2026-03-30 06:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d276f4a4-5d71-5734-9214-5355ea3ad8d7 with identifier: LG18%20ETA
2026-03-30 06:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d276f4a4-5d71-5734-9214-5355ea3ad8d7 with identifier: LG18%20ETA
2026-03-30 06:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d276f4a4-5d71-5734-9214-5355ea3ad8d7 with identifier: LG18%20ETA to the API
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG18%20ETA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd276f4a4-5d71-5734-9214-5355ea3ad8d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG18 ETA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG18%20ETA&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'KIA',
 'model': 'OPTIMA SP/WAGON',
 'odometer': 99256,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA OPTIMA SP/WAGON 1.7 CRDI 140 ISG 3 DCT Estate',
 'transmission': 'automatic',
 'trim': 'CRDI 140 ISG 3 DCT',
 'vin': 'KNAGU815VJ5212223',
 'year': 2018}
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520ETA%27 HTTP/1.1" 200 None
2026-03-30 06:49:40 [bca.uk] INFO: Saving data for LG18%20ETA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477230.19079, 'last_price_update_time': 1774853380.227566}
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG18%2520ETA') HTTP/1.1" 204 0
2026-03-30 06:49:40 [bca.uk] INFO: Found listing with ID: VO23%20NRZ
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520NRZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:40 [bca.uk] INFO: Scrape type for VO23%20NRZ: 2
2026-03-30 06:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0428c855-8f0a-507d-8f75-c647cd3a7a75 with identifier: VO23%20NRZ
2026-03-30 06:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0428c855-8f0a-507d-8f75-c647cd3a7a75 with scrape type 2
2026-03-30 06:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0428c855-8f0a-507d-8f75-c647cd3a7a75 with scrape type 2
2026-03-30 06:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0428c855-8f0a-507d-8f75-c647cd3a7a75, identifier: VO23%20NRZ
2026-03-30 06:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with identifier: FP10%20YEK
2026-03-30 06:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with identifier: FP10%20YEK
2026-03-30 06:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c5672db-c0e6-55f9-aaa8-10d8f9e14698 with identifier: FP10%20YEK to the API
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP10%20YEK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c5672db-c0e6-55f9-aaa8-10d8f9e14698',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP10 YEK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP10%20YEK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 106006,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 EXCLUSIV Hatchback',
 'transmission': 'automatic',
 'trim': '16V 115 EXCLUSIV',
 'vin': 'W0LPD6ED4A8074802',
 'year': 2010}
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520YEK%27 HTTP/1.1" 200 None
2026-03-30 06:49:40 [bca.uk] INFO: Saving data for FP10%20YEK: {'auction_closing_time': 1774951200.0, 'created_time': 1774505283.671956, 'last_price_update_time': 1774853380.653352}
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP10%2520YEK') HTTP/1.1" 204 0
2026-03-30 06:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc49a6dd-f19a-53e3-ae84-c96d28fd5afc with identifier: YD18%20BJY
2026-03-30 06:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc49a6dd-f19a-53e3-ae84-c96d28fd5afc with identifier: YD18%20BJY
2026-03-30 06:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc49a6dd-f19a-53e3-ae84-c96d28fd5afc with identifier: YD18%20BJY to the API
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD18%20BJY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bc49a6dd-f19a-53e3-ae84-c96d28fd5afc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD18 BJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD18%20BJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '420I GRAN COUPE',
 'odometer': 89055,
 'odometer_reading_unit': '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 420I GRAN COUPE 2.0 T M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA4H32060BH13031',
 'year': 2018}
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD18%2520BJY%27 HTTP/1.1" 200 None
2026-03-30 06:49:40 [bca.uk] INFO: Saving data for YD18%20BJY: {'auction_closing_time': 1774951200.0, 'created_time': 1774447341.340832, 'last_price_update_time': 1774853380.95197}
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD18%2520BJY') HTTP/1.1" 204 0
2026-03-30 06:49:40 [bca.uk] INFO: Found listing with ID: LD63%20SYY
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD63%2520SYY%27 HTTP/1.1" 200 None
2026-03-30 06:49:40 [bca.uk] INFO: Scrape type for LD63%20SYY: 2
2026-03-30 06:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81bf6f65-1fc8-5d69-9d4f-c870041fffe4 with identifier: LD63%20SYY
2026-03-30 06:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81bf6f65-1fc8-5d69-9d4f-c870041fffe4 with scrape type 2
2026-03-30 06:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81bf6f65-1fc8-5d69-9d4f-c870041fffe4 with scrape type 2
2026-03-30 06:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 81bf6f65-1fc8-5d69-9d4f-c870041fffe4, identifier: LD63%20SYY
2026-03-30 06:49:41 [bca.uk] INFO: Found listing with ID: BP67%20PFD
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP67%2520PFD%27 HTTP/1.1" 200 None
2026-03-30 06:49:41 [bca.uk] INFO: Scrape type for BP67%20PFD: 0
2026-03-30 06:49:41 [bca.uk] INFO: Found listing with ID: BX13%20VFM
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX13%2520VFM%27 HTTP/1.1" 200 None
2026-03-30 06:49:41 [bca.uk] INFO: Scrape type for BX13%20VFM: 0
2026-03-30 06:49:41 [bca.uk] INFO: Found listing with ID: RA65%20JWF
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA65%2520JWF%27 HTTP/1.1" 200 None
2026-03-30 06:49:41 [bca.uk] INFO: Scrape type for RA65%20JWF: 0
2026-03-30 06:49:41 [bca.uk] INFO: Found listing with ID: PF71%20KXD
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF71%2520KXD%27 HTTP/1.1" 200 None
2026-03-30 06:49:41 [bca.uk] INFO: Scrape type for PF71%20KXD: 2
2026-03-30 06:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5427896a-0dd8-556d-b774-1a3130d60a4e with identifier: PF71%20KXD
2026-03-30 06:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5427896a-0dd8-556d-b774-1a3130d60a4e with scrape type 2
2026-03-30 06:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5427896a-0dd8-556d-b774-1a3130d60a4e with scrape type 2
2026-03-30 06:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5427896a-0dd8-556d-b774-1a3130d60a4e, identifier: PF71%20KXD
2026-03-30 06:49:41 [bca.uk] INFO: Found listing with ID: OE65%20LXT
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE65%2520LXT%27 HTTP/1.1" 200 None
2026-03-30 06:49:41 [bca.uk] INFO: Scrape type for OE65%20LXT: 2
2026-03-30 06:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ecbe880-7b01-5796-a74e-855296de7c00 with identifier: OE65%20LXT
2026-03-30 06:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ecbe880-7b01-5796-a74e-855296de7c00 with scrape type 2
2026-03-30 06:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ecbe880-7b01-5796-a74e-855296de7c00 with scrape type 2
2026-03-30 06:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ecbe880-7b01-5796-a74e-855296de7c00, identifier: OE65%20LXT
2026-03-30 06:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0428c855-8f0a-507d-8f75-c647cd3a7a75 with identifier: VO23%20NRZ
2026-03-30 06:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0428c855-8f0a-507d-8f75-c647cd3a7a75 with identifier: VO23%20NRZ
2026-03-30 06:49:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0428c855-8f0a-507d-8f75-c647cd3a7a75 with identifier: VO23%20NRZ to the API
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO23%20NRZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0428c855-8f0a-507d-8f75-c647cd3a7a75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO23 NRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO23%20NRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T30',
 'odometer': 13502,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T30 2.0 TDI 150 LWB H/L PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 150 LWB H/L',
 'vin': 'WV1ZZZ7HZPH052792',
 'year': 2023}
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO23%2520NRZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:41 [bca.uk] INFO: Saving data for VO23%20NRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774479189.679098, 'last_price_update_time': 1774853381.686007}
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO23%2520NRZ') HTTP/1.1" 204 0
2026-03-30 06:49:41 [bca.uk] INFO: Found listing with ID: LT70%20AUR
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT70%2520AUR%27 HTTP/1.1" 200 None
2026-03-30 06:49:41 [bca.uk] INFO: Scrape type for LT70%20AUR: 2
2026-03-30 06:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a352c399-4492-518e-bd20-56c237aedd23 with identifier: LT70%20AUR
2026-03-30 06:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a352c399-4492-518e-bd20-56c237aedd23 with scrape type 2
2026-03-30 06:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a352c399-4492-518e-bd20-56c237aedd23 with scrape type 2
2026-03-30 06:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a352c399-4492-518e-bd20-56c237aedd23, identifier: LT70%20AUR
2026-03-30 06:49:41 [bca.uk] INFO: Found listing with ID: BK23%20GWC
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK23%2520GWC%27 HTTP/1.1" 200 None
2026-03-30 06:49:41 [bca.uk] INFO: Scrape type for BK23%20GWC: 0
2026-03-30 06:49:41 [bca.uk] INFO: Found listing with ID: WM67%20OGL
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520OGL%27 HTTP/1.1" 200 None
2026-03-30 06:49:41 [bca.uk] INFO: Scrape type for WM67%20OGL: 2
2026-03-30 06:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09eb4436-3789-5c05-bdad-4cc6375a9e00 with identifier: WM67%20OGL
2026-03-30 06:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09eb4436-3789-5c05-bdad-4cc6375a9e00 with scrape type 2
2026-03-30 06:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09eb4436-3789-5c05-bdad-4cc6375a9e00 with scrape type 2
2026-03-30 06:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09eb4436-3789-5c05-bdad-4cc6375a9e00, identifier: WM67%20OGL
2026-03-30 06:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 81bf6f65-1fc8-5d69-9d4f-c870041fffe4 with identifier: LD63%20SYY
2026-03-30 06:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 81bf6f65-1fc8-5d69-9d4f-c870041fffe4 with identifier: LD63%20SYY
2026-03-30 06:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 81bf6f65-1fc8-5d69-9d4f-c870041fffe4 with identifier: LD63%20SYY to the API
2026-03-30 06:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD63%20SYY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '81bf6f65-1fc8-5d69-9d4f-c870041fffe4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD63 SYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD63%20SYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 160570,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PURE Hatchback',
 'transmission': 'manual',
 'trim': 'SD4 4WD PURE',
 'vin': 'SALVA2CE1EH862330',
 'year': 2013}
2026-03-30 06:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD63%2520SYY%27 HTTP/1.1" 200 None
2026-03-30 06:49:42 [bca.uk] INFO: Saving data for LD63%20SYY: {'auction_closing_time': 1775037600.0, 'created_time': 1774447900.57431, 'last_price_update_time': 1774853382.289323}
2026-03-30 06:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD63%2520SYY') HTTP/1.1" 204 0
2026-03-30 06:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5427896a-0dd8-556d-b774-1a3130d60a4e with identifier: PF71%20KXD
2026-03-30 06:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5427896a-0dd8-556d-b774-1a3130d60a4e with identifier: PF71%20KXD
2026-03-30 06:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5427896a-0dd8-556d-b774-1a3130d60a4e with identifier: PF71%20KXD to the API
2026-03-30 06:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 40,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF71%20KXD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5427896a-0dd8-556d-b774-1a3130d60a4e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PF71 KXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF71%20KXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'COUNTRYMAN PHEV',
 'odometer': 31258,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN PHEV 1.5 COOPER S E CLASSIC ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S E CLASSIC ALL4',
 'vin': 'WMW22BS0903P14295',
 'year': 2022}
2026-03-30 06:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF71%2520KXD%27 HTTP/1.1" 200 None
2026-03-30 06:49:42 [bca.uk] INFO: Saving data for PF71%20KXD: {'auction_closing_time': 1774864800.0, 'created_time': 1774448763.806551, 'last_price_update_time': 1774853382.752633}
2026-03-30 06:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF71%2520KXD') HTTP/1.1" 204 0
2026-03-30 06:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ecbe880-7b01-5796-a74e-855296de7c00 with identifier: OE65%20LXT
2026-03-30 06:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ecbe880-7b01-5796-a74e-855296de7c00 with identifier: OE65%20LXT
2026-03-30 06:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ecbe880-7b01-5796-a74e-855296de7c00 with identifier: OE65%20LXT to the API
2026-03-30 06:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE65%20LXT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ecbe880-7b01-5796-a74e-855296de7c00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE65 LXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE65%20LXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'C4 PICASSO',
 'odometer': 79800,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 PICASSO 1.6 BLUEHDI 100 VTR+ MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 VTR+',
 'vin': 'VF73DBHY6FJ754884',
 'year': 2015}
2026-03-30 06:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE65%2520LXT%27 HTTP/1.1" 200 None
2026-03-30 06:49:43 [bca.uk] INFO: Saving data for OE65%20LXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477222.834919, 'last_price_update_time': 1774853383.83801}
2026-03-30 06:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE65%2520LXT') HTTP/1.1" 204 0
2026-03-30 06:49:43 [bca.uk] INFO: Found listing with ID: YT68%20VBB
2026-03-30 06:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VBB%27 HTTP/1.1" 200 None
2026-03-30 06:49:43 [bca.uk] INFO: Scrape type for YT68%20VBB: 2
2026-03-30 06:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cad85633-81ed-5837-afc7-da15936c78e4 with identifier: YT68%20VBB
2026-03-30 06:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cad85633-81ed-5837-afc7-da15936c78e4 with scrape type 2
2026-03-30 06:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cad85633-81ed-5837-afc7-da15936c78e4 with scrape type 2
2026-03-30 06:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cad85633-81ed-5837-afc7-da15936c78e4, identifier: YT68%20VBB
2026-03-30 06:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a352c399-4492-518e-bd20-56c237aedd23 with identifier: LT70%20AUR
2026-03-30 06:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a352c399-4492-518e-bd20-56c237aedd23 with identifier: LT70%20AUR
2026-03-30 06:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a352c399-4492-518e-bd20-56c237aedd23 with identifier: LT70%20AUR to the API
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 296,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a352c399-4492-518e-bd20-56c237aedd23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT70 AUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT70%20AUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MASERATI',
 'model': 'LEVANTE',
 'odometer': 82395,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MASERATI LEVANTE 3.0 V6 350 GRANSPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'V6 350 GRANSPORT',
 'vin': 'ZN6XU61C00X349378',
 'year': 2020}
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT70%2520AUR%27 HTTP/1.1" 200 None
2026-03-30 06:49:44 [bca.uk] INFO: Saving data for LT70%20AUR: {'auction_closing_time': 1774951200.0, 'created_time': 1774652112.568005, 'last_price_update_time': 1774853384.254965}
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT70%2520AUR') HTTP/1.1" 204 0
2026-03-30 06:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09eb4436-3789-5c05-bdad-4cc6375a9e00 with identifier: WM67%20OGL
2026-03-30 06:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09eb4436-3789-5c05-bdad-4cc6375a9e00 with identifier: WM67%20OGL
2026-03-30 06:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09eb4436-3789-5c05-bdad-4cc6375a9e00 with identifier: WM67%20OGL to the API
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM67%20OGL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '09eb4436-3789-5c05-bdad-4cc6375a9e00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM67 OGL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM67%20OGL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'B200',
 'odometer': 121934,
 'odometer_reading_unit': '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 B200 1.6 EXCLUSIVE EDITION MPV',
 'transmission': 'automatic',
 'trim': 'EXCLUSIVE EDITION',
 'vin': 'WDD2462432N240095',
 'year': 2018}
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520OGL%27 HTTP/1.1" 200 None
2026-03-30 06:49:44 [bca.uk] INFO: Saving data for WM67%20OGL: {'auction_closing_time': 1774951200.0, 'created_time': 1774447338.219469, 'last_price_update_time': 1774853384.54957}
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM67%2520OGL') HTTP/1.1" 204 0
2026-03-30 06:49:44 [bca.uk] INFO: Found listing with ID: BL71%20FWN
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520FWN%27 HTTP/1.1" 200 None
2026-03-30 06:49:44 [bca.uk] INFO: Scrape type for BL71%20FWN: 2
2026-03-30 06:49:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5e19c4b-99ec-51f6-b39e-882af87bf413 with identifier: BL71%20FWN
2026-03-30 06:49:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5e19c4b-99ec-51f6-b39e-882af87bf413 with scrape type 2
2026-03-30 06:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5e19c4b-99ec-51f6-b39e-882af87bf413 with scrape type 2
2026-03-30 06:49:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5e19c4b-99ec-51f6-b39e-882af87bf413, identifier: BL71%20FWN
2026-03-30 06:49:44 [bca.uk] INFO: Found listing with ID: WF72%20HWT
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520HWT%27 HTTP/1.1" 200 None
2026-03-30 06:49:44 [bca.uk] INFO: Scrape type for WF72%20HWT: 2
2026-03-30 06:49:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with identifier: WF72%20HWT
2026-03-30 06:49:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with scrape type 2
2026-03-30 06:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with scrape type 2
2026-03-30 06:49:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 070a9c35-d251-56ed-a9eb-dcf4e66214e4, identifier: WF72%20HWT
2026-03-30 06:49:44 [bca.uk] INFO: Found listing with ID: SM67%20SNF
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM67%2520SNF%27 HTTP/1.1" 200 None
2026-03-30 06:49:44 [bca.uk] INFO: Scrape type for SM67%20SNF: 2
2026-03-30 06:49:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with identifier: SM67%20SNF
2026-03-30 06:49:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with scrape type 2
2026-03-30 06:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with scrape type 2
2026-03-30 06:49:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a, identifier: SM67%20SNF
2026-03-30 06:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cad85633-81ed-5837-afc7-da15936c78e4 with identifier: YT68%20VBB
2026-03-30 06:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cad85633-81ed-5837-afc7-da15936c78e4 with identifier: YT68%20VBB
2026-03-30 06:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cad85633-81ed-5837-afc7-da15936c78e4 with identifier: YT68%20VBB to the API
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT68%20VBB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cad85633-81ed-5837-afc7-da15936c78e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT68 VBB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT68%20VBB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 148230,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 TDCI 100 220 L1 L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 100 220 L1 L/R',
 'vin': 'WF0RXXWPGRJT87315',
 'year': 2018}
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT68%2520VBB%27 HTTP/1.1" 200 None
2026-03-30 06:49:45 [bca.uk] INFO: Saving data for YT68%20VBB: {'auction_closing_time': 1774864800.0, 'created_time': 1774479028.113948, 'last_price_update_time': 1774853385.199505}
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT68%2520VBB') HTTP/1.1" 204 0
2026-03-30 06:49:45 [bca.uk] INFO: Found listing with ID: VX67%20KZW
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX67%2520KZW%27 HTTP/1.1" 200 None
2026-03-30 06:49:45 [bca.uk] INFO: Scrape type for VX67%20KZW: 2
2026-03-30 06:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 830e6aa3-940d-5e31-8864-b92616d5db75 with identifier: VX67%20KZW
2026-03-30 06:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 830e6aa3-940d-5e31-8864-b92616d5db75 with scrape type 2
2026-03-30 06:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 830e6aa3-940d-5e31-8864-b92616d5db75 with scrape type 2
2026-03-30 06:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 830e6aa3-940d-5e31-8864-b92616d5db75, identifier: VX67%20KZW
2026-03-30 06:49:45 [bca.uk] INFO: Found listing with ID: WM57%20GGZ
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM57%2520GGZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:45 [bca.uk] INFO: Scrape type for WM57%20GGZ: 2
2026-03-30 06:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19d78483-a4ae-5a37-a18e-35fde4a51452 with identifier: WM57%20GGZ
2026-03-30 06:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19d78483-a4ae-5a37-a18e-35fde4a51452 with scrape type 2
2026-03-30 06:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19d78483-a4ae-5a37-a18e-35fde4a51452 with scrape type 2
2026-03-30 06:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19d78483-a4ae-5a37-a18e-35fde4a51452, identifier: WM57%20GGZ
2026-03-30 06:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5e19c4b-99ec-51f6-b39e-882af87bf413 with identifier: BL71%20FWN
2026-03-30 06:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5e19c4b-99ec-51f6-b39e-882af87bf413 with identifier: BL71%20FWN
2026-03-30 06:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5e19c4b-99ec-51f6-b39e-882af87bf413 with identifier: BL71%20FWN to the API
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL71%20FWN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c5e19c4b-99ec-51f6-b39e-882af87bf413',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL71 FWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL71%20FWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 45839,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'NISSAN NAVARA 2.3 DCI 190 TT 4WD N-GUARD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DCI 190 TT 4WD N-GUARD',
 'vin': 'VSKCTND23U0176921',
 'year': 2021}
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL71%2520FWN%27 HTTP/1.1" 200 None
2026-03-30 06:49:45 [bca.uk] INFO: Saving data for BL71%20FWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774447894.13299, 'last_price_update_time': 1774853385.726282}
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL71%2520FWN') HTTP/1.1" 204 0
2026-03-30 06:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with identifier: WF72%20HWT
2026-03-30 06:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with identifier: WF72%20HWT
2026-03-30 06:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 070a9c35-d251-56ed-a9eb-dcf4e66214e4 with identifier: WF72%20HWT to the API
2026-03-30 06:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF72%20HWT-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '070a9c35-d251-56ed-a9eb-dcf4e66214e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WF72 HWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF72%20HWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MINI',
 'model': 'ELECTRIC',
 'odometer': 6373,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI ELECTRIC 135KW 33KWH COOPER S L2 Hatchback',
 'transmission': 'automatic',
 'trim': '135KW 33KWH COOPER S L2',
 'vin': 'WMW12DJ0102T55328',
 'year': 2022}
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF72%2520HWT%27 HTTP/1.1" 200 None
2026-03-30 06:49:46 [bca.uk] INFO: Saving data for WF72%20HWT: {'auction_closing_time': 1774864800.0, 'created_time': 1774448764.221563, 'last_price_update_time': 1774853386.028849}
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF72%2520HWT') HTTP/1.1" 204 0
2026-03-30 06:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with identifier: SM67%20SNF
2026-03-30 06:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with identifier: SM67%20SNF
2026-03-30 06:49:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a with identifier: SM67%20SNF to the API
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM67%20SNF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5e7db8a-e1ee-5ba7-8f7b-5d454a74698a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM67 SNF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM67%20SNF&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'DACIA',
 'model': 'SANDERO STEPWAY',
 'odometer': 49573,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'DACIA SANDERO STEPWAY 0.9 TCE 90 LAUREATE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 LAUREATE',
 'vin': 'UU15SDL1C58478407',
 'year': 2018}
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM67%2520SNF%27 HTTP/1.1" 200 None
2026-03-30 06:49:46 [bca.uk] INFO: Saving data for SM67%20SNF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477217.714473, 'last_price_update_time': 1774853386.346506}
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM67%2520SNF') HTTP/1.1" 204 0
2026-03-30 06:49:46 [bca.uk] INFO: Found listing with ID: YV19%20ZVO
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV19%2520ZVO%27 HTTP/1.1" 200 None
2026-03-30 06:49:46 [bca.uk] INFO: Scrape type for YV19%20ZVO: 2
2026-03-30 06:49:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f066c171-b8a0-5021-8680-5d3644ca5130 with identifier: YV19%20ZVO
2026-03-30 06:49:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f066c171-b8a0-5021-8680-5d3644ca5130 with scrape type 2
2026-03-30 06:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f066c171-b8a0-5021-8680-5d3644ca5130 with scrape type 2
2026-03-30 06:49:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f066c171-b8a0-5021-8680-5d3644ca5130, identifier: YV19%20ZVO
2026-03-30 06:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 830e6aa3-940d-5e31-8864-b92616d5db75 with identifier: VX67%20KZW
2026-03-30 06:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 830e6aa3-940d-5e31-8864-b92616d5db75 with identifier: VX67%20KZW
2026-03-30 06:49:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 830e6aa3-940d-5e31-8864-b92616d5db75 with identifier: VX67%20KZW to the API
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '830e6aa3-940d-5e31-8864-b92616d5db75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX67 KZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX67%20KZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA ST',
 'odometer': 46693,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA ST 1.6 TURBO D 136 ECOTEC DESIGN Estate',
 'transmission': 'manual',
 'trim': 'TURBO D 136 ECOTEC DESIGN',
 'vin': 'W0VZM8EF3J1054093',
 'year': 2017}
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX67%2520KZW%27 HTTP/1.1" 200 None
2026-03-30 06:49:46 [bca.uk] INFO: Saving data for VX67%20KZW: {'auction_closing_time': 1774951200.0, 'created_time': 1774505284.061339, 'last_price_update_time': 1774853386.733302}
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX67%2520KZW') HTTP/1.1" 204 0
2026-03-30 06:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19d78483-a4ae-5a37-a18e-35fde4a51452 with identifier: WM57%20GGZ
2026-03-30 06:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19d78483-a4ae-5a37-a18e-35fde4a51452 with identifier: WM57%20GGZ
2026-03-30 06:49:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19d78483-a4ae-5a37-a18e-35fde4a51452 with identifier: WM57%20GGZ to the API
2026-03-30 06:49:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM57%20GGZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '19d78483-a4ae-5a37-a18e-35fde4a51452',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM57 GGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM57%20GGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 109823,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 140 SPORTLINE Estate',
 'transmission': 'manual',
 'trim': 'TDI 140 SPORTLINE',
 'vin': 'WVWZZZ1KZ8M332980',
 'year': 2008}
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM57%2520GGZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:47 [bca.uk] INFO: Saving data for WM57%20GGZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774447337.291361, 'last_price_update_time': 1774853387.024136}
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM57%2520GGZ') HTTP/1.1" 204 0
2026-03-30 06:49:47 [bca.uk] INFO: Found listing with ID: EK61%20WMF
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK61%2520WMF%27 HTTP/1.1" 200 None
2026-03-30 06:49:47 [bca.uk] INFO: Scrape type for EK61%20WMF: 2
2026-03-30 06:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5053314-1ac7-5c68-8660-bb7ee87ca9b7 with identifier: EK61%20WMF
2026-03-30 06:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5053314-1ac7-5c68-8660-bb7ee87ca9b7 with scrape type 2
2026-03-30 06:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5053314-1ac7-5c68-8660-bb7ee87ca9b7 with scrape type 2
2026-03-30 06:49:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5053314-1ac7-5c68-8660-bb7ee87ca9b7, identifier: EK61%20WMF
2026-03-30 06:49:47 [bca.uk] INFO: Found listing with ID: HV22%20LHN
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520LHN%27 HTTP/1.1" 200 None
2026-03-30 06:49:47 [bca.uk] INFO: Scrape type for HV22%20LHN: 2
2026-03-30 06:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with identifier: HV22%20LHN
2026-03-30 06:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with scrape type 2
2026-03-30 06:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with scrape type 2
2026-03-30 06:49:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09dacad6-710a-5c4c-8bbc-3fd5571d6019, identifier: HV22%20LHN
2026-03-30 06:49:47 [bca.uk] INFO: Found listing with ID: YP15%20JHF
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520JHF%27 HTTP/1.1" 200 None
2026-03-30 06:49:47 [bca.uk] INFO: Scrape type for YP15%20JHF: 2
2026-03-30 06:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with identifier: YP15%20JHF
2026-03-30 06:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with scrape type 2
2026-03-30 06:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with scrape type 2
2026-03-30 06:49:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3055a4d-1cdd-52b9-ab79-e49cb13cb170, identifier: YP15%20JHF
2026-03-30 06:49:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f066c171-b8a0-5021-8680-5d3644ca5130 with identifier: YV19%20ZVO
2026-03-30 06:49:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f066c171-b8a0-5021-8680-5d3644ca5130 with identifier: YV19%20ZVO
2026-03-30 06:49:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f066c171-b8a0-5021-8680-5d3644ca5130 with identifier: YV19%20ZVO to the API
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YV19%20ZVO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f066c171-b8a0-5021-8680-5d3644ca5130',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YV19 ZVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YV19%20ZVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 87304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB H/R',
 'vin': 'WF0YXXTTGYKE26496',
 'year': 2019}
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YV19%2520ZVO%27 HTTP/1.1" 200 None
2026-03-30 06:49:47 [bca.uk] INFO: Saving data for YV19%20ZVO: {'auction_closing_time': 1774864800.0, 'created_time': 1774479020.746023, 'last_price_update_time': 1774853387.672538}
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YV19%2520ZVO') HTTP/1.1" 204 0
2026-03-30 06:49:47 [bca.uk] INFO: Found listing with ID: YF69%20KXX
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF69%2520KXX%27 HTTP/1.1" 200 None
2026-03-30 06:49:47 [bca.uk] INFO: Scrape type for YF69%20KXX: 2
2026-03-30 06:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 315c04d3-e896-5f6c-9719-e3797644da91 with identifier: YF69%20KXX
2026-03-30 06:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 315c04d3-e896-5f6c-9719-e3797644da91 with scrape type 2
2026-03-30 06:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 315c04d3-e896-5f6c-9719-e3797644da91 with scrape type 2
2026-03-30 06:49:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 315c04d3-e896-5f6c-9719-e3797644da91, identifier: YF69%20KXX
2026-03-30 06:49:47 [bca.uk] INFO: Found listing with ID: PK65%20FWG
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520FWG%27 HTTP/1.1" 200 None
2026-03-30 06:49:47 [bca.uk] INFO: Scrape type for PK65%20FWG: 2
2026-03-30 06:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b500c3de-cf76-5a51-8b74-f46eb56fd437 with identifier: PK65%20FWG
2026-03-30 06:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b500c3de-cf76-5a51-8b74-f46eb56fd437 with scrape type 2
2026-03-30 06:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b500c3de-cf76-5a51-8b74-f46eb56fd437 with scrape type 2
2026-03-30 06:49:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b500c3de-cf76-5a51-8b74-f46eb56fd437, identifier: PK65%20FWG
2026-03-30 06:49:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5053314-1ac7-5c68-8660-bb7ee87ca9b7 with identifier: EK61%20WMF
2026-03-30 06:49:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5053314-1ac7-5c68-8660-bb7ee87ca9b7 with identifier: EK61%20WMF
2026-03-30 06:49:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5053314-1ac7-5c68-8660-bb7ee87ca9b7 with identifier: EK61%20WMF to the API
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK61%20WMF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a5053314-1ac7-5c68-8660-bb7ee87ca9b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK61 WMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK61%20WMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 134272,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.6 TDI 105 SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 105 SPORT S-T',
 'vin': 'WAUZZZ8PXCA048328',
 'year': 2011}
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK61%2520WMF%27 HTTP/1.1" 200 None
2026-03-30 06:49:48 [bca.uk] INFO: Saving data for EK61%20WMF: {'auction_closing_time': 1775037600.0, 'created_time': 1774447825.603682, 'last_price_update_time': 1774853388.204464}
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK61%2520WMF') HTTP/1.1" 204 0
2026-03-30 06:49:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with identifier: HV22%20LHN
2026-03-30 06:49:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with identifier: HV22%20LHN
2026-03-30 06:49:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09dacad6-710a-5c4c-8bbc-3fd5571d6019 with identifier: HV22%20LHN to the API
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV22%20LHN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '09dacad6-710a-5c4c-8bbc-3fd5571d6019',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HV22 LHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV22%20LHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'IX3',
 'odometer': 31551,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX3 210KW 80KWH M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '210KW 80KWH M SPORT',
 'vin': 'WBY42DU0X0S324136',
 'year': 2022}
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520LHN%27 HTTP/1.1" 200 None
2026-03-30 06:49:48 [bca.uk] INFO: Saving data for HV22%20LHN: {'auction_closing_time': 1774864800.0, 'created_time': 1774448744.115558, 'last_price_update_time': 1774853388.603835}
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV22%2520LHN') HTTP/1.1" 204 0
2026-03-30 06:49:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with identifier: YP15%20JHF
2026-03-30 06:49:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with identifier: YP15%20JHF
2026-03-30 06:49:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3055a4d-1cdd-52b9-ab79-e49cb13cb170 with identifier: YP15%20JHF to the API
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP15%20JHF-GB',
 'category': 'Car',
 'color': 'midnight black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a3055a4d-1cdd-52b9-ab79-e49cb13cb170',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP15 JHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP15%20JHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 105865,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Hatchback',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWXM520403A50492',
 'year': 2015}
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP15%2520JHF%27 HTTP/1.1" 200 None
2026-03-30 06:49:48 [bca.uk] INFO: Saving data for YP15%20JHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477215.26102, 'last_price_update_time': 1774853388.893848}
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP15%2520JHF') HTTP/1.1" 204 0
2026-03-30 06:49:48 [bca.uk] INFO: Found listing with ID: AV71%20CFP
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520CFP%27 HTTP/1.1" 200 None
2026-03-30 06:49:48 [bca.uk] INFO: Scrape type for AV71%20CFP: 2
2026-03-30 06:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with identifier: AV71%20CFP
2026-03-30 06:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with scrape type 2
2026-03-30 06:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with scrape type 2
2026-03-30 06:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 465965d5-2fcd-598d-8bb7-aea1c4caf3f7, identifier: AV71%20CFP
2026-03-30 06:49:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 315c04d3-e896-5f6c-9719-e3797644da91 with identifier: YF69%20KXX
2026-03-30 06:49:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 315c04d3-e896-5f6c-9719-e3797644da91 with identifier: YF69%20KXX
2026-03-30 06:49:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 315c04d3-e896-5f6c-9719-e3797644da91 with identifier: YF69%20KXX to the API
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF69%20KXX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '315c04d3-e896-5f6c-9719-e3797644da91',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF69 KXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF69%20KXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 55393,
 'odometer_reading_unit': '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 1.5 SDRIVE 18I M SPORT STEP StationWagon',
 'transmission': 'automatic',
 'trim': 'SDRIVE 18I M SPORT STEP',
 'vin': 'WBA32AA0505P43619',
 'year': 2019}
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF69%2520KXX%27 HTTP/1.1" 200 None
2026-03-30 06:49:49 [bca.uk] INFO: Saving data for YF69%20KXX: {'auction_closing_time': 1774864800.0, 'created_time': 1773960073.284185, 'last_price_update_time': 1774853389.327078}
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF69%2520KXX') HTTP/1.1" 204 0
2026-03-30 06:49:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b500c3de-cf76-5a51-8b74-f46eb56fd437 with identifier: PK65%20FWG
2026-03-30 06:49:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b500c3de-cf76-5a51-8b74-f46eb56fd437 with identifier: PK65%20FWG
2026-03-30 06:49:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b500c3de-cf76-5a51-8b74-f46eb56fd437 with identifier: PK65%20FWG to the API
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK65%20FWG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b500c3de-cf76-5a51-8b74-f46eb56fd437',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK65 FWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK65%20FWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 81219,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 60 S Hatchback',
 'transmission': 'manual',
 'trim': '60 S',
 'vin': 'WVWZZZ6RZGY089030',
 'year': 2015}
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK65%2520FWG%27 HTTP/1.1" 200 None
2026-03-30 06:49:49 [bca.uk] INFO: Saving data for PK65%20FWG: {'auction_closing_time': 1774951200.0, 'created_time': 1774447323.674215, 'last_price_update_time': 1774853389.616371}
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK65%2520FWG') HTTP/1.1" 204 0
2026-03-30 06:49:49 [bca.uk] INFO: Found listing with ID: KR22%20EXJ
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520EXJ%27 HTTP/1.1" 200 None
2026-03-30 06:49:49 [bca.uk] INFO: Scrape type for KR22%20EXJ: 2
2026-03-30 06:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 318c9f13-61eb-5174-90ad-c77518539fff with identifier: KR22%20EXJ
2026-03-30 06:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 318c9f13-61eb-5174-90ad-c77518539fff with scrape type 2
2026-03-30 06:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 318c9f13-61eb-5174-90ad-c77518539fff with scrape type 2
2026-03-30 06:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 318c9f13-61eb-5174-90ad-c77518539fff, identifier: KR22%20EXJ
2026-03-30 06:49:49 [bca.uk] INFO: Found listing with ID: HK72%20TZU
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520TZU%27 HTTP/1.1" 200 None
2026-03-30 06:49:49 [bca.uk] INFO: Scrape type for HK72%20TZU: 2
2026-03-30 06:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61f16e63-c0f1-597e-95cd-77df574d3554 with identifier: HK72%20TZU
2026-03-30 06:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61f16e63-c0f1-597e-95cd-77df574d3554 with scrape type 2
2026-03-30 06:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61f16e63-c0f1-597e-95cd-77df574d3554 with scrape type 2
2026-03-30 06:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61f16e63-c0f1-597e-95cd-77df574d3554, identifier: HK72%20TZU
2026-03-30 06:49:49 [bca.uk] INFO: Found listing with ID: FV08%20DVP
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV08%2520DVP%27 HTTP/1.1" 200 None
2026-03-30 06:49:49 [bca.uk] INFO: Scrape type for FV08%20DVP: 2
2026-03-30 06:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with identifier: FV08%20DVP
2026-03-30 06:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with scrape type 2
2026-03-30 06:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with scrape type 2
2026-03-30 06:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e, identifier: FV08%20DVP
2026-03-30 06:49:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with identifier: AV71%20CFP
2026-03-30 06:49:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with identifier: AV71%20CFP
2026-03-30 06:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 465965d5-2fcd-598d-8bb7-aea1c4caf3f7 with identifier: AV71%20CFP to the API
2026-03-30 06:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV71%20CFP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '465965d5-2fcd-598d-8bb7-aea1c4caf3f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV71 CFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV71%20CFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 86065,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL20 4X4 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DL20 4X4',
 'vin': 'MPATFS87JMT009113',
 'year': 2022}
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV71%2520CFP%27 HTTP/1.1" 200 None
2026-03-30 06:49:51 [bca.uk] INFO: Saving data for AV71%20CFP: {'auction_closing_time': 1774864800.0, 'created_time': 1774479035.275065, 'last_price_update_time': 1774853391.295639}
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV71%2520CFP') HTTP/1.1" 204 0
2026-03-30 06:49:51 [bca.uk] INFO: Found listing with ID: HV74%20BWD
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520BWD%27 HTTP/1.1" 200 None
2026-03-30 06:49:51 [bca.uk] INFO: Scrape type for HV74%20BWD: 2
2026-03-30 06:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69ce2029-ee37-539e-84c7-ee44d7febe1a with identifier: HV74%20BWD
2026-03-30 06:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69ce2029-ee37-539e-84c7-ee44d7febe1a with scrape type 2
2026-03-30 06:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69ce2029-ee37-539e-84c7-ee44d7febe1a with scrape type 2
2026-03-30 06:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69ce2029-ee37-539e-84c7-ee44d7febe1a, identifier: HV74%20BWD
2026-03-30 06:49:51 [bca.uk] INFO: Found listing with ID: NJ15%20CDU
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ15%2520CDU%27 HTTP/1.1" 200 None
2026-03-30 06:49:51 [bca.uk] INFO: Scrape type for NJ15%20CDU: 2
2026-03-30 06:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 196660d4-1ec5-5c4e-b2ad-06fa04d7990c with identifier: NJ15%20CDU
2026-03-30 06:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 196660d4-1ec5-5c4e-b2ad-06fa04d7990c with scrape type 2
2026-03-30 06:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 196660d4-1ec5-5c4e-b2ad-06fa04d7990c with scrape type 2
2026-03-30 06:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 196660d4-1ec5-5c4e-b2ad-06fa04d7990c, identifier: NJ15%20CDU
2026-03-30 06:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 318c9f13-61eb-5174-90ad-c77518539fff with identifier: KR22%20EXJ
2026-03-30 06:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 318c9f13-61eb-5174-90ad-c77518539fff with identifier: KR22%20EXJ
2026-03-30 06:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 318c9f13-61eb-5174-90ad-c77518539fff with identifier: KR22%20EXJ to the API
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR22%20EXJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '318c9f13-61eb-5174-90ad-c77518539fff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KR22 EXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR22%20EXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'SUZUKI',
 'model': 'S-CROSS',
 'odometer': 43750,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SUZUKI S-CROSS 1.4 B/JET 48V MHEV MOTION Hatchback',
 'transmission': 'manual',
 'trim': 'B/JET 48V MHEV MOTION',
 'vin': 'TSMJYAD2S00A05476',
 'year': 2022}
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR22%2520EXJ%27 HTTP/1.1" 200 None
2026-03-30 06:49:51 [bca.uk] INFO: Saving data for KR22%20EXJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774447817.529655, 'last_price_update_time': 1774853391.81537}
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR22%2520EXJ') HTTP/1.1" 204 0
2026-03-30 06:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61f16e63-c0f1-597e-95cd-77df574d3554 with identifier: HK72%20TZU
2026-03-30 06:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61f16e63-c0f1-597e-95cd-77df574d3554 with identifier: HK72%20TZU
2026-03-30 06:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61f16e63-c0f1-597e-95cd-77df574d3554 with identifier: HK72%20TZU to the API
2026-03-30 06:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK72%20TZU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '61f16e63-c0f1-597e-95cd-77df574d3554',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HK72 TZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK72%20TZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 36692,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 MHT M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BN080CL95780',
 'year': 2022}
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520TZU%27 HTTP/1.1" 200 None
2026-03-30 06:49:52 [bca.uk] INFO: Saving data for HK72%20TZU: {'auction_closing_time': 1774864800.0, 'created_time': 1774448769.456313, 'last_price_update_time': 1774853392.141224}
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK72%2520TZU') HTTP/1.1" 204 0
2026-03-30 06:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with identifier: FV08%20DVP
2026-03-30 06:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with identifier: FV08%20DVP
2026-03-30 06:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8dc634fe-45bd-5bd8-856a-24a5dfd65c3e with identifier: FV08%20DVP to the API
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV08%20DVP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8dc634fe-45bd-5bd8-856a-24a5dfd65c3e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV08 DVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV08%20DVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 43414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.4 I-DSI SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-DSI SE',
 'vin': 'LUCGE375083214052',
 'year': 2008}
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV08%2520DVP%27 HTTP/1.1" 200 None
2026-03-30 06:49:52 [bca.uk] INFO: Saving data for FV08%20DVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774476988.331897, 'last_price_update_time': 1774853392.452005}
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV08%2520DVP') HTTP/1.1" 204 0
2026-03-30 06:49:52 [bca.uk] INFO: Found listing with ID: BP72%20RCZ
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49: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%2520RCZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:52 [bca.uk] INFO: Scrape type for BP72%20RCZ: 2
2026-03-30 06:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d946926-1b4b-559a-a691-c14ffd5e67cf with identifier: BP72%20RCZ
2026-03-30 06:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d946926-1b4b-559a-a691-c14ffd5e67cf with scrape type 2
2026-03-30 06:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d946926-1b4b-559a-a691-c14ffd5e67cf with scrape type 2
2026-03-30 06:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d946926-1b4b-559a-a691-c14ffd5e67cf, identifier: BP72%20RCZ
2026-03-30 06:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69ce2029-ee37-539e-84c7-ee44d7febe1a with identifier: HV74%20BWD
2026-03-30 06:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69ce2029-ee37-539e-84c7-ee44d7febe1a with identifier: HV74%20BWD
2026-03-30 06:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69ce2029-ee37-539e-84c7-ee44d7febe1a with identifier: HV74%20BWD to the API
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV74%20BWD-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '69ce2029-ee37-539e-84c7-ee44d7febe1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV74 BWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV74%20BWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KNAUS',
 'model': 'TOURER VAN',
 'odometer': 1436,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'KNAUS TOURER VAN 2.0 500 LT VANSATION MOTORHOME CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': '500 LT VANSATION MOTORHOME',
 'vin': 'WV3ZZZ7J9PX038731',
 'year': 2024}
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520BWD%27 HTTP/1.1" 200 None
2026-03-30 06:49:52 [bca.uk] INFO: Saving data for HV74%20BWD: {'auction_closing_time': 1775124000.0, 'created_time': 1774478087.300642, 'last_price_update_time': 1774853392.869779}
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV74%2520BWD') HTTP/1.1" 204 0
2026-03-30 06:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 196660d4-1ec5-5c4e-b2ad-06fa04d7990c with identifier: NJ15%20CDU
2026-03-30 06:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 196660d4-1ec5-5c4e-b2ad-06fa04d7990c with identifier: NJ15%20CDU
2026-03-30 06:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 196660d4-1ec5-5c4e-b2ad-06fa04d7990c with identifier: NJ15%20CDU to the API
2026-03-30 06:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ15%20CDU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '196660d4-1ec5-5c4e-b2ad-06fa04d7990c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ15 CDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ15%20CDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 59509,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 90 E/F SRI Hatchback',
 'transmission': 'manual',
 'trim': '90 E/F SRI',
 'vin': 'W0L0XEP68F4095808',
 'year': 2015}
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ15%2520CDU%27 HTTP/1.1" 200 None
2026-03-30 06:49:53 [bca.uk] INFO: Saving data for NJ15%20CDU: {'auction_closing_time': 1774951200.0, 'created_time': 1774447331.28049, 'last_price_update_time': 1774853393.193936}
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ15%2520CDU') HTTP/1.1" 204 0
2026-03-30 06:49:53 [bca.uk] INFO: Found listing with ID: AF57%20ZHA
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF57%2520ZHA%27 HTTP/1.1" 200 None
2026-03-30 06:49:53 [bca.uk] INFO: Scrape type for AF57%20ZHA: 2
2026-03-30 06:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d273378d-b71c-5d76-b486-58059471c294 with identifier: AF57%20ZHA
2026-03-30 06:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d273378d-b71c-5d76-b486-58059471c294 with scrape type 2
2026-03-30 06:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d273378d-b71c-5d76-b486-58059471c294 with scrape type 2
2026-03-30 06:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d273378d-b71c-5d76-b486-58059471c294, identifier: AF57%20ZHA
2026-03-30 06:49:53 [bca.uk] INFO: Found listing with ID: LO72%20JBU
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520JBU%27 HTTP/1.1" 200 None
2026-03-30 06:49:53 [bca.uk] INFO: Scrape type for LO72%20JBU: 2
2026-03-30 06:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with identifier: LO72%20JBU
2026-03-30 06:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with scrape type 2
2026-03-30 06:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with scrape type 2
2026-03-30 06:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b, identifier: LO72%20JBU
2026-03-30 06:49:53 [bca.uk] INFO: Found listing with ID: HW63%20CYA
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW63%2520CYA%27 HTTP/1.1" 200 None
2026-03-30 06:49:53 [bca.uk] INFO: Scrape type for HW63%20CYA: 2
2026-03-30 06:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 390ee038-1813-52c5-9a07-7a979c28b3b5 with identifier: HW63%20CYA
2026-03-30 06:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390ee038-1813-52c5-9a07-7a979c28b3b5 with scrape type 2
2026-03-30 06:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 390ee038-1813-52c5-9a07-7a979c28b3b5 with scrape type 2
2026-03-30 06:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 390ee038-1813-52c5-9a07-7a979c28b3b5, identifier: HW63%20CYA
2026-03-30 06:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d946926-1b4b-559a-a691-c14ffd5e67cf with identifier: BP72%20RCZ
2026-03-30 06:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d946926-1b4b-559a-a691-c14ffd5e67cf with identifier: BP72%20RCZ
2026-03-30 06:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d946926-1b4b-559a-a691-c14ffd5e67cf with identifier: BP72%20RCZ to the API
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP72%20RCZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d946926-1b4b-559a-a691-c14ffd5e67cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP72 RCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP72%20RCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T32',
 'odometer': 30546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T32 2.0 TDI 110 SWB S/L BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'TDI 110 SWB S/L BUSINESS',
 'vin': 'WV1ZZZ7H1PX020147',
 'year': 2023}
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP72%2520RCZ%27 HTTP/1.1" 200 None
2026-03-30 06:49:53 [bca.uk] INFO: Saving data for BP72%20RCZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774478932.411805, 'last_price_update_time': 1774853393.816622}
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520RCZ') HTTP/1.1" 204 0
2026-03-30 06:49:53 [bca.uk] INFO: Found listing with ID: DV16%20WYW
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV16%2520WYW%27 HTTP/1.1" 200 None
2026-03-30 06:49:53 [bca.uk] INFO: Scrape type for DV16%20WYW: 2
2026-03-30 06:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with identifier: DV16%20WYW
2026-03-30 06:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with scrape type 2
2026-03-30 06:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with scrape type 2
2026-03-30 06:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34780ac7-7fbb-50b7-b22f-92fa04e4f72e, identifier: DV16%20WYW
2026-03-30 06:49:53 [bca.uk] INFO: Found listing with ID: LB59%20AYN
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB59%2520AYN%27 HTTP/1.1" 200 None
2026-03-30 06:49:53 [bca.uk] INFO: Scrape type for LB59%20AYN: 2
2026-03-30 06:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e74e1efa-317e-553e-9fdd-b34531e100de with identifier: LB59%20AYN
2026-03-30 06:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e74e1efa-317e-553e-9fdd-b34531e100de with scrape type 2
2026-03-30 06:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e74e1efa-317e-553e-9fdd-b34531e100de with scrape type 2
2026-03-30 06:49:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e74e1efa-317e-553e-9fdd-b34531e100de, identifier: LB59%20AYN
2026-03-30 06:49:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d273378d-b71c-5d76-b486-58059471c294 with identifier: AF57%20ZHA
2026-03-30 06:49:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d273378d-b71c-5d76-b486-58059471c294 with identifier: AF57%20ZHA
2026-03-30 06:49:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d273378d-b71c-5d76-b486-58059471c294 with identifier: AF57%20ZHA to the API
2026-03-30 06:49:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF57%20ZHA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.9L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd273378d-b71c-5d76-b486-58059471c294',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF57 ZHA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF57%20ZHA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TOURAN',
 'odometer': 147682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOURAN 1.9 TDI 105 SE MPV',
 'transmission': 'manual',
 'trim': 'TDI 105 SE',
 'vin': 'WVGZZZ1TZ7W087030',
 'year': 2007}
2026-03-30 06:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF57%2520ZHA%27 HTTP/1.1" 200 None
2026-03-30 06:49:54 [bca.uk] INFO: Saving data for AF57%20ZHA: {'auction_closing_time': 1775037600.0, 'created_time': 1774447789.647995, 'last_price_update_time': 1774853394.388902}
2026-03-30 06:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF57%2520ZHA') HTTP/1.1" 204 0
2026-03-30 06:49:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with identifier: LO72%20JBU
2026-03-30 06:49:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with identifier: LO72%20JBU
2026-03-30 06:49:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b with identifier: LO72%20JBU to the API
2026-03-30 06:49:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20JBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b4e54ac-0295-5a70-a5d5-5cb6ea06c88b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 JBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20JBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '220D GRAN COUPE',
 'odometer': 44395,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 220D GRAN COUPE 2.0 M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA52AM0407L81792',
 'year': 2022}
2026-03-30 06:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520JBU%27 HTTP/1.1" 200 None
2026-03-30 06:49:54 [bca.uk] INFO: Saving data for LO72%20JBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774448775.516537, 'last_price_update_time': 1774853394.804018}
2026-03-30 06:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520JBU') HTTP/1.1" 204 0
2026-03-30 06:49:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 390ee038-1813-52c5-9a07-7a979c28b3b5 with identifier: HW63%20CYA
2026-03-30 06:49:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 390ee038-1813-52c5-9a07-7a979c28b3b5 with identifier: HW63%20CYA
2026-03-30 06:49:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 390ee038-1813-52c5-9a07-7a979c28b3b5 with identifier: HW63%20CYA to the API
2026-03-30 06:49:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HW63%20CYA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '390ee038-1813-52c5-9a07-7a979c28b3b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HW63 CYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HW63%20CYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 144434,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 1.6 I-DTEC 120 SE 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SE 2WD',
 'vin': 'SHSRE6740EU203875',
 'year': 2013}
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HW63%2520CYA%27 HTTP/1.1" 200 None
2026-03-30 06:49:55 [bca.uk] INFO: Saving data for HW63%20CYA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477192.937381, 'last_price_update_time': 1774853395.178223}
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HW63%2520CYA') HTTP/1.1" 204 0
2026-03-30 06:49:55 [bca.uk] INFO: Found listing with ID: BW70%20KKT
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW70%2520KKT%27 HTTP/1.1" 200 None
2026-03-30 06:49:55 [bca.uk] INFO: Scrape type for BW70%20KKT: 2
2026-03-30 06:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with identifier: BW70%20KKT
2026-03-30 06:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with scrape type 2
2026-03-30 06:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with scrape type 2
2026-03-30 06:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5, identifier: BW70%20KKT
2026-03-30 06:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with identifier: DV16%20WYW
2026-03-30 06:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with identifier: DV16%20WYW
2026-03-30 06:49:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34780ac7-7fbb-50b7-b22f-92fa04e4f72e with identifier: DV16%20WYW to the API
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV16%20WYW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '34780ac7-7fbb-50b7-b22f-92fa04e4f72e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV16 WYW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV16%20WYW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 108421,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 3.0 TDV6 VOGUE SE StationWagon',
 'transmission': 'manual',
 'trim': 'TDV6 VOGUE SE',
 'vin': 'SALGA2KE1GA289936',
 'year': 2016}
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV16%2520WYW%27 HTTP/1.1" 200 None
2026-03-30 06:49:55 [bca.uk] INFO: Saving data for DV16%20WYW: {'auction_closing_time': 1774951200.0, 'created_time': 1774478073.345228, 'last_price_update_time': 1774853395.60998}
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV16%2520WYW') HTTP/1.1" 204 0
2026-03-30 06:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e74e1efa-317e-553e-9fdd-b34531e100de with identifier: LB59%20AYN
2026-03-30 06:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e74e1efa-317e-553e-9fdd-b34531e100de with identifier: LB59%20AYN
2026-03-30 06:49:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e74e1efa-317e-553e-9fdd-b34531e100de with identifier: LB59%20AYN to the API
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB59%20AYN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e74e1efa-317e-553e-9fdd-b34531e100de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB59 AYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB59%20AYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'SOUL',
 'odometer': 63595,
 '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 SOUL 1.6 2 Hatchback',
 'transmission': 'manual',
 'trim': '2',
 'vin': 'KNAJG551297095797',
 'year': 2009}
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB59%2520AYN%27 HTTP/1.1" 200 None
2026-03-30 06:49:55 [bca.uk] INFO: Saving data for LB59%20AYN: {'auction_closing_time': 1774951200.0, 'created_time': 1774447353.362529, 'last_price_update_time': 1774853395.914291}
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB59%2520AYN') HTTP/1.1" 204 0
2026-03-30 06:49:55 [bca.uk] INFO: Found listing with ID: OY24%20CWP
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY24%2520CWP%27 HTTP/1.1" 200 None
2026-03-30 06:49:55 [bca.uk] INFO: Scrape type for OY24%20CWP: 2
2026-03-30 06:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bec5b9a1-c3f6-50c4-9c32-e120092fd2db with identifier: OY24%20CWP
2026-03-30 06:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bec5b9a1-c3f6-50c4-9c32-e120092fd2db with scrape type 2
2026-03-30 06:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bec5b9a1-c3f6-50c4-9c32-e120092fd2db with scrape type 2
2026-03-30 06:49:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bec5b9a1-c3f6-50c4-9c32-e120092fd2db, identifier: OY24%20CWP
2026-03-30 06:49:56 [bca.uk] INFO: Found listing with ID: ND23%20GSO
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND23%2520GSO%27 HTTP/1.1" 200 None
2026-03-30 06:49:56 [bca.uk] INFO: Scrape type for ND23%20GSO: 2
2026-03-30 06:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1953dd91-0da4-5495-aca7-ca54a5ed8154 with identifier: ND23%20GSO
2026-03-30 06:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1953dd91-0da4-5495-aca7-ca54a5ed8154 with scrape type 2
2026-03-30 06:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1953dd91-0da4-5495-aca7-ca54a5ed8154 with scrape type 2
2026-03-30 06:49:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1953dd91-0da4-5495-aca7-ca54a5ed8154, identifier: ND23%20GSO
2026-03-30 06:49:56 [bca.uk] INFO: Found listing with ID: PL63%20ABF
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL63%2520ABF%27 HTTP/1.1" 200 None
2026-03-30 06:49:56 [bca.uk] INFO: Scrape type for PL63%20ABF: 2
2026-03-30 06:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5969d545-b84c-5753-8fdc-b5e2ae886489 with identifier: PL63%20ABF
2026-03-30 06:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5969d545-b84c-5753-8fdc-b5e2ae886489 with scrape type 2
2026-03-30 06:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5969d545-b84c-5753-8fdc-b5e2ae886489 with scrape type 2
2026-03-30 06:49:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5969d545-b84c-5753-8fdc-b5e2ae886489, identifier: PL63%20ABF
2026-03-30 06:49:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with identifier: BW70%20KKT
2026-03-30 06:49:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with identifier: BW70%20KKT
2026-03-30 06:49:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5 with identifier: BW70%20KKT to the API
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW70%20KKT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c3f3ba43-2b96-59ac-a9c5-e84bcbcbe3f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW70 KKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW70%20KKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 122114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 340 SWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 340 SWB LEADER L/R',
 'vin': 'WF0YXXTTGYLL39822',
 'year': 2021}
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW70%2520KKT%27 HTTP/1.1" 200 None
2026-03-30 06:49:56 [bca.uk] INFO: Saving data for BW70%20KKT: {'auction_closing_time': 1774864800.0, 'created_time': 1774477350.833061, 'last_price_update_time': 1774853396.584889}
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW70%2520KKT') HTTP/1.1" 204 0
2026-03-30 06:49:56 [bca.uk] INFO: Found listing with ID: AO63%20RYV
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520RYV%27 HTTP/1.1" 200 None
2026-03-30 06:49:56 [bca.uk] INFO: Scrape type for AO63%20RYV: 2
2026-03-30 06:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with identifier: AO63%20RYV
2026-03-30 06:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with scrape type 2
2026-03-30 06:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with scrape type 2
2026-03-30 06:49:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1b80d8a-ea50-57ab-bec0-e0aa87ab1166, identifier: AO63%20RYV
2026-03-30 06:49:56 [bca.uk] INFO: Found listing with ID: KS21%20YZO
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS21%2520YZO%27 HTTP/1.1" 200 None
2026-03-30 06:49:56 [bca.uk] INFO: Scrape type for KS21%20YZO: 2
2026-03-30 06:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6979bc32-9901-50c0-8b1a-f30d08d5bd3c with identifier: KS21%20YZO
2026-03-30 06:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6979bc32-9901-50c0-8b1a-f30d08d5bd3c with scrape type 2
2026-03-30 06:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6979bc32-9901-50c0-8b1a-f30d08d5bd3c with scrape type 2
2026-03-30 06:49:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6979bc32-9901-50c0-8b1a-f30d08d5bd3c, identifier: KS21%20YZO
2026-03-30 06:49:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bec5b9a1-c3f6-50c4-9c32-e120092fd2db with identifier: OY24%20CWP
2026-03-30 06:49:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bec5b9a1-c3f6-50c4-9c32-e120092fd2db with identifier: OY24%20CWP
2026-03-30 06:49:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bec5b9a1-c3f6-50c4-9c32-e120092fd2db with identifier: OY24%20CWP to the API
2026-03-30 06:49:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY24%20CWP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bec5b9a1-c3f6-50c4-9c32-e120092fd2db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY24 CWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY24%20CWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 13774,
 'odometer_reading_unit': '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 A4 2.0 40 TFSI 204 SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TFSI 204 SPORT S-T',
 'vin': 'WAUZZZF49RN009658',
 'year': 2024}
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY24%2520CWP%27 HTTP/1.1" 200 None
2026-03-30 06:49:57 [bca.uk] INFO: Saving data for OY24%20CWP: {'auction_closing_time': 1774951200.0, 'created_time': 1774447791.396211, 'last_price_update_time': 1774853397.125004}
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY24%2520CWP') HTTP/1.1" 204 0
2026-03-30 06:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1953dd91-0da4-5495-aca7-ca54a5ed8154 with identifier: ND23%20GSO
2026-03-30 06:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1953dd91-0da4-5495-aca7-ca54a5ed8154 with identifier: ND23%20GSO
2026-03-30 06:49:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1953dd91-0da4-5495-aca7-ca54a5ed8154 with identifier: ND23%20GSO to the API
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND23%20GSO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '1953dd91-0da4-5495-aca7-ca54a5ed8154',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ND23 GSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND23%20GSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': '330E',
 'odometer': 30179,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA20FS0308D28362',
 'year': 2023}
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND23%2520GSO%27 HTTP/1.1" 200 None
2026-03-30 06:49:57 [bca.uk] INFO: Saving data for ND23%20GSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774448749.177531, 'last_price_update_time': 1774853397.430325}
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND23%2520GSO') HTTP/1.1" 204 0
2026-03-30 06:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5969d545-b84c-5753-8fdc-b5e2ae886489 with identifier: PL63%20ABF
2026-03-30 06:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5969d545-b84c-5753-8fdc-b5e2ae886489 with identifier: PL63%20ABF
2026-03-30 06:49:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5969d545-b84c-5753-8fdc-b5e2ae886489 with identifier: PL63%20ABF to the API
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL63%20ABF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5969d545-b84c-5753-8fdc-b5e2ae886489',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PL63 ABF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL63%20ABF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 145080,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ACENTA PREMIUM',
 'vin': 'SJNFAAJ11U1034990',
 'year': 2014}
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL63%2520ABF%27 HTTP/1.1" 200 None
2026-03-30 06:49:57 [bca.uk] INFO: Saving data for PL63%20ABF: {'auction_closing_time': 1774864800.0, 'created_time': 1774477123.693196, 'last_price_update_time': 1774853397.742525}
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL63%2520ABF') HTTP/1.1" 204 0
2026-03-30 06:49:57 [bca.uk] INFO: Found listing with ID: DU23%20OGN
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OGN%27 HTTP/1.1" 200 None
2026-03-30 06:49:57 [bca.uk] INFO: Scrape type for DU23%20OGN: 2
2026-03-30 06:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97540a40-a4d5-5c1a-929c-8fb852809962 with identifier: DU23%20OGN
2026-03-30 06:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97540a40-a4d5-5c1a-929c-8fb852809962 with scrape type 2
2026-03-30 06:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97540a40-a4d5-5c1a-929c-8fb852809962 with scrape type 2
2026-03-30 06:49:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97540a40-a4d5-5c1a-929c-8fb852809962, identifier: DU23%20OGN
2026-03-30 06:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with identifier: AO63%20RYV
2026-03-30 06:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with identifier: AO63%20RYV
2026-03-30 06:49:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1b80d8a-ea50-57ab-bec0-e0aa87ab1166 with identifier: AO63%20RYV to the API
2026-03-30 06:49:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO63%20RYV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1b80d8a-ea50-57ab-bec0-e0aa87ab1166',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AO63 RYV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO63%20RYV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 112246,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PURE Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PURE',
 'vin': 'SALVA2AE8EH871934',
 'year': 2013}
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO63%2520RYV%27 HTTP/1.1" 200 None
2026-03-30 06:49:58 [bca.uk] INFO: Saving data for AO63%20RYV: {'auction_closing_time': 1774951200.0, 'created_time': 1774478080.939846, 'last_price_update_time': 1774853398.213431}
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO63%2520RYV') HTTP/1.1" 204 0
2026-03-30 06:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6979bc32-9901-50c0-8b1a-f30d08d5bd3c with identifier: KS21%20YZO
2026-03-30 06:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6979bc32-9901-50c0-8b1a-f30d08d5bd3c with identifier: KS21%20YZO
2026-03-30 06:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6979bc32-9901-50c0-8b1a-f30d08d5bd3c with identifier: KS21%20YZO to the API
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS21%20YZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6979bc32-9901-50c0-8b1a-f30d08d5bd3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS21 YZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS21%20YZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 73927,
 'odometer_reading_unit': '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 XC60 2.0 B5P 250 AWD INSCRIPTION PRO GT StationWagon',
 'transmission': 'automatic',
 'trim': 'B5P 250 AWD INSCRIPTION PRO GT',
 'vin': 'YV1UZL1VCM1818958',
 'year': 2021}
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49: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%2520YZO%27 HTTP/1.1" 200 None
2026-03-30 06:49:58 [bca.uk] INFO: Saving data for KS21%20YZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774447322.129178, 'last_price_update_time': 1774853398.516462}
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS21%2520YZO') HTTP/1.1" 204 0
2026-03-30 06:49:58 [bca.uk] INFO: Found listing with ID: KE15%20NKJ
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520NKJ%27 HTTP/1.1" 200 None
2026-03-30 06:49:58 [bca.uk] INFO: Scrape type for KE15%20NKJ: 0
2026-03-30 06:49:58 [bca.uk] INFO: Found listing with ID: OY12%20PHN
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY12%2520PHN%27 HTTP/1.1" 200 None
2026-03-30 06:49:58 [bca.uk] INFO: Scrape type for OY12%20PHN: 2
2026-03-30 06:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6633b065-71f1-529a-998a-aff60691aef3 with identifier: OY12%20PHN
2026-03-30 06:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6633b065-71f1-529a-998a-aff60691aef3 with scrape type 2
2026-03-30 06:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6633b065-71f1-529a-998a-aff60691aef3 with scrape type 2
2026-03-30 06:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6633b065-71f1-529a-998a-aff60691aef3, identifier: OY12%20PHN
2026-03-30 06:49:58 [bca.uk] INFO: Found listing with ID: LS18%20ZPH
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520ZPH%27 HTTP/1.1" 200 None
2026-03-30 06:49:58 [bca.uk] INFO: Scrape type for LS18%20ZPH: 2
2026-03-30 06:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9218a956-e0b8-562d-a855-ebab9ffa2e5b with identifier: LS18%20ZPH
2026-03-30 06:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9218a956-e0b8-562d-a855-ebab9ffa2e5b with scrape type 2
2026-03-30 06:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9218a956-e0b8-562d-a855-ebab9ffa2e5b with scrape type 2
2026-03-30 06:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9218a956-e0b8-562d-a855-ebab9ffa2e5b, identifier: LS18%20ZPH
2026-03-30 06:49:58 [bca.uk] INFO: Found listing with ID: DY16%20LZS
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY16%2520LZS%27 HTTP/1.1" 200 None
2026-03-30 06:49:58 [bca.uk] INFO: Scrape type for DY16%20LZS: 2
2026-03-30 06:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75dc56c6-731a-598d-9881-493643fb3d02 with identifier: DY16%20LZS
2026-03-30 06:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75dc56c6-731a-598d-9881-493643fb3d02 with scrape type 2
2026-03-30 06:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75dc56c6-731a-598d-9881-493643fb3d02 with scrape type 2
2026-03-30 06:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75dc56c6-731a-598d-9881-493643fb3d02, identifier: DY16%20LZS
2026-03-30 06:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97540a40-a4d5-5c1a-929c-8fb852809962 with identifier: DU23%20OGN
2026-03-30 06:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97540a40-a4d5-5c1a-929c-8fb852809962 with identifier: DU23%20OGN
2026-03-30 06:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97540a40-a4d5-5c1a-929c-8fb852809962 with identifier: DU23%20OGN to the API
2026-03-30 06:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU23%20OGN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '97540a40-a4d5-5c1a-929c-8fb852809962',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU23 OGN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU23%20OGN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'CITROEN',
 'model': 'E-BERLINGO M',
 'odometer': 11100,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN E-BERLINGO M 100KW 50KWH 800 ENTERPRISE ED. Van',
 'transmission': 'automatic',
 'trim': '100KW 50KWH 800 ENTERPRISE ED.',
 'vin': 'VR7EAZKXZNJ878503',
 'year': 2023}
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU23%2520OGN%27 HTTP/1.1" 200 None
2026-03-30 06:49:59 [bca.uk] INFO: Saving data for DU23%20OGN: {'auction_closing_time': 1774864800.0, 'created_time': 1774477351.37276, 'last_price_update_time': 1774853399.165913}
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU23%2520OGN') HTTP/1.1" 204 0
2026-03-30 06:49:59 [bca.uk] INFO: Found listing with ID: WF12%20BZC
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF12%2520BZC%27 HTTP/1.1" 200 None
2026-03-30 06:49:59 [bca.uk] INFO: Scrape type for WF12%20BZC: 2
2026-03-30 06:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0079314d-488f-5b99-b32e-785c70b8e321 with identifier: WF12%20BZC
2026-03-30 06:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0079314d-488f-5b99-b32e-785c70b8e321 with scrape type 2
2026-03-30 06:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0079314d-488f-5b99-b32e-785c70b8e321 with scrape type 2
2026-03-30 06:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0079314d-488f-5b99-b32e-785c70b8e321, identifier: WF12%20BZC
2026-03-30 06:49:59 [bca.uk] INFO: Found listing with ID: KM75%20OLB
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM75%2520OLB%27 HTTP/1.1" 200 None
2026-03-30 06:49:59 [bca.uk] INFO: Scrape type for KM75%20OLB: 2
2026-03-30 06:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a02824e1-49a8-568e-8452-2b9839fd9b3d with identifier: KM75%20OLB
2026-03-30 06:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a02824e1-49a8-568e-8452-2b9839fd9b3d with scrape type 2
2026-03-30 06:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a02824e1-49a8-568e-8452-2b9839fd9b3d with scrape type 2
2026-03-30 06:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a02824e1-49a8-568e-8452-2b9839fd9b3d, identifier: KM75%20OLB
2026-03-30 06:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6633b065-71f1-529a-998a-aff60691aef3 with identifier: OY12%20PHN
2026-03-30 06:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6633b065-71f1-529a-998a-aff60691aef3 with identifier: OY12%20PHN
2026-03-30 06:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6633b065-71f1-529a-998a-aff60691aef3 with identifier: OY12%20PHN to the API
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY12%20PHN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6633b065-71f1-529a-998a-aff60691aef3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY12 PHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY12%20PHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3',
 'odometer': 92463,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A3 1.8 TFSI 180 SPORT S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TFSI 180 SPORT S-T',
 'vin': 'WAUZZZ8V5DA001689',
 'year': 2012}
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY12%2520PHN%27 HTTP/1.1" 200 None
2026-03-30 06:49:59 [bca.uk] INFO: Saving data for OY12%20PHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774447804.227129, 'last_price_update_time': 1774853399.792746}
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY12%2520PHN') HTTP/1.1" 204 0
2026-03-30 06:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9218a956-e0b8-562d-a855-ebab9ffa2e5b with identifier: LS18%20ZPH
2026-03-30 06:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9218a956-e0b8-562d-a855-ebab9ffa2e5b with identifier: LS18%20ZPH
2026-03-30 06:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9218a956-e0b8-562d-a855-ebab9ffa2e5b with identifier: LS18%20ZPH to the API
2026-03-30 06:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:49: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:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS18%20ZPH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9218a956-e0b8-562d-a855-ebab9ffa2e5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS18 ZPH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS18%20ZPH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '520D',
 'odometer': 95884,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJC32040B082374',
 'year': 2018}
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS18%2520ZPH%27 HTTP/1.1" 200 None
2026-03-30 06:50:00 [bca.uk] INFO: Saving data for LS18%20ZPH: {'auction_closing_time': 1774951200.0, 'created_time': 1774448737.495446, 'last_price_update_time': 1774853400.11878}
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS18%2520ZPH') HTTP/1.1" 204 0
2026-03-30 06:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75dc56c6-731a-598d-9881-493643fb3d02 with identifier: DY16%20LZS
2026-03-30 06:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75dc56c6-731a-598d-9881-493643fb3d02 with identifier: DY16%20LZS
2026-03-30 06:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75dc56c6-731a-598d-9881-493643fb3d02 with identifier: DY16%20LZS to the API
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=107&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY16%20LZS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '75dc56c6-731a-598d-9881-493643fb3d02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY16 LZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY16%20LZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 76990,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.6 CDTI 136 TECH LINE 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'CDTI 136 TECH LINE 2WD',
 'vin': 'W0LJC7EC0GB629598',
 'year': 2016}
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY16%2520LZS%27 HTTP/1.1" 200 None
2026-03-30 06:50:00 [bca.uk] INFO: Saving data for DY16%20LZS: {'auction_closing_time': 1774864800.0, 'created_time': 1774477078.967404, 'last_price_update_time': 1774853400.407709}
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY16%2520LZS') HTTP/1.1" 204 0
2026-03-30 06:50:00 [bca.uk] INFO: Found listing with ID: DV19%20RMU
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520RMU%27 HTTP/1.1" 200 None
2026-03-30 06:50:00 [bca.uk] INFO: Scrape type for DV19%20RMU: 2
2026-03-30 06:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42d0990b-b361-52af-a076-46a76d26e20f with identifier: DV19%20RMU
2026-03-30 06:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42d0990b-b361-52af-a076-46a76d26e20f with scrape type 2
2026-03-30 06:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42d0990b-b361-52af-a076-46a76d26e20f with scrape type 2
2026-03-30 06:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42d0990b-b361-52af-a076-46a76d26e20f, identifier: DV19%20RMU
2026-03-30 06:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0079314d-488f-5b99-b32e-785c70b8e321 with identifier: WF12%20BZC
2026-03-30 06:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0079314d-488f-5b99-b32e-785c70b8e321 with identifier: WF12%20BZC
2026-03-30 06:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0079314d-488f-5b99-b32e-785c70b8e321 with identifier: WF12%20BZC to the API
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF12%20BZC-GB',
 'category': 'Motorhome',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0079314d-488f-5b99-b32e-785c70b8e321',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF12 BZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF12%20BZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'TRANSPORTER T28',
 'odometer': 79936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TRANSPORTER T28 2.0 CAMPER CONVERSION CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'CAMPER CONVERSION',
 'vin': 'WV1ZZZ7HZCH097895',
 'year': 2012}
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF12%2520BZC%27 HTTP/1.1" 200 None
2026-03-30 06:50:00 [bca.uk] INFO: Saving data for WF12%20BZC: {'auction_closing_time': 1775124000.0, 'created_time': 1774478069.910092, 'last_price_update_time': 1774853400.846361}
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF12%2520BZC') HTTP/1.1" 204 0
2026-03-30 06:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a02824e1-49a8-568e-8452-2b9839fd9b3d with identifier: KM75%20OLB
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:50:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=alpine+grey HTTP/1.1" 200 None
2026-03-30 06:50:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:50:00 [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:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a02824e1-49a8-568e-8452-2b9839fd9b3d with identifier: KM75%20OLB
2026-03-30 06:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a02824e1-49a8-568e-8452-2b9839fd9b3d with identifier: KM75%20OLB to the API
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM75%20OLB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'alpine grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a02824e1-49a8-568e-8452-2b9839fd9b3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KM75 OLB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM75%20OLB&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO TOURER 114',
 'odometer': 6262,
 '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 VITO TOURER 114 2.0 CDI RWD L3 PRO 9G Bus',
 'transmission': 'automatic',
 'trim': 'CDI RWD L3 PRO 9G',
 'vin': 'W1VVKGFZ6T4570024',
 'year': 2025}
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM75%2520OLB%27 HTTP/1.1" 200 None
2026-03-30 06:50:01 [bca.uk] INFO: Saving data for KM75%20OLB: {'auction_closing_time': 1774951200.0, 'created_time': 1774447354.199135, 'last_price_update_time': 1774853401.297922}
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM75%2520OLB') HTTP/1.1" 204 0
2026-03-30 06:50:01 [bca.uk] INFO: Found listing with ID: LX05%20WVB
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX05%2520WVB%27 HTTP/1.1" 200 None
2026-03-30 06:50:01 [bca.uk] INFO: Scrape type for LX05%20WVB: 2
2026-03-30 06:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0da58ed7-68fb-575e-ba0f-b1c331e0762c with identifier: LX05%20WVB
2026-03-30 06:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0da58ed7-68fb-575e-ba0f-b1c331e0762c with scrape type 2
2026-03-30 06:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0da58ed7-68fb-575e-ba0f-b1c331e0762c with scrape type 2
2026-03-30 06:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0da58ed7-68fb-575e-ba0f-b1c331e0762c, identifier: LX05%20WVB
2026-03-30 06:50:01 [bca.uk] INFO: Found listing with ID: LF16%20ZVH
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF16%2520ZVH%27 HTTP/1.1" 200 None
2026-03-30 06:50:01 [bca.uk] INFO: Scrape type for LF16%20ZVH: 2
2026-03-30 06:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a60510cb-580f-5fcb-b43d-ac14436e6c25 with identifier: LF16%20ZVH
2026-03-30 06:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a60510cb-580f-5fcb-b43d-ac14436e6c25 with scrape type 2
2026-03-30 06:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a60510cb-580f-5fcb-b43d-ac14436e6c25 with scrape type 2
2026-03-30 06:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a60510cb-580f-5fcb-b43d-ac14436e6c25, identifier: LF16%20ZVH
2026-03-30 06:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42d0990b-b361-52af-a076-46a76d26e20f with identifier: DV19%20RMU
2026-03-30 06:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42d0990b-b361-52af-a076-46a76d26e20f with identifier: DV19%20RMU
2026-03-30 06:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42d0990b-b361-52af-a076-46a76d26e20f with identifier: DV19%20RMU to the API
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV19%20RMU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42d0990b-b361-52af-a076-46a76d26e20f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV19 RMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV19%20RMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 85823,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.4 DI-D 178 BARBARIAN 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DI-D 178 BARBARIAN 4WD',
 'vin': 'MMCJJKL10KH005892',
 'year': 2019}
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV19%2520RMU%27 HTTP/1.1" 200 None
2026-03-30 06:50:01 [bca.uk] INFO: Saving data for DV19%20RMU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477344.265311, 'last_price_update_time': 1774853401.850834}
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV19%2520RMU') HTTP/1.1" 204 0
2026-03-30 06:50:01 [bca.uk] INFO: Found listing with ID: DK62%20SJX
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK62%2520SJX%27 HTTP/1.1" 200 None
2026-03-30 06:50:02 [bca.uk] INFO: Scrape type for DK62%20SJX: 2
2026-03-30 06:50:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 065d6b7a-8b63-589f-bfba-85289e8d713a with identifier: DK62%20SJX
2026-03-30 06:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 065d6b7a-8b63-589f-bfba-85289e8d713a with scrape type 2
2026-03-30 06:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 065d6b7a-8b63-589f-bfba-85289e8d713a with scrape type 2
2026-03-30 06:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 065d6b7a-8b63-589f-bfba-85289e8d713a, identifier: DK62%20SJX
2026-03-30 06:50:02 [bca.uk] INFO: Found listing with ID: KM75%20OLC
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM75%2520OLC%27 HTTP/1.1" 200 None
2026-03-30 06:50:02 [bca.uk] INFO: Scrape type for KM75%20OLC: 2
2026-03-30 06:50:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b729701-b6f6-51b2-9934-abebbab2dfaa with identifier: KM75%20OLC
2026-03-30 06:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b729701-b6f6-51b2-9934-abebbab2dfaa with scrape type 2
2026-03-30 06:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b729701-b6f6-51b2-9934-abebbab2dfaa with scrape type 2
2026-03-30 06:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b729701-b6f6-51b2-9934-abebbab2dfaa, identifier: KM75%20OLC
2026-03-30 06:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0da58ed7-68fb-575e-ba0f-b1c331e0762c with identifier: LX05%20WVB
2026-03-30 06:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0da58ed7-68fb-575e-ba0f-b1c331e0762c with identifier: LX05%20WVB
2026-03-30 06:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0da58ed7-68fb-575e-ba0f-b1c331e0762c with identifier: LX05%20WVB to the API
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX05%20WVB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0da58ed7-68fb-575e-ba0f-b1c331e0762c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX05 WVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX05%20WVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 106782,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 LX Hatchback',
 'transmission': 'manual',
 'trim': 'LX',
 'vin': 'WF0AXXWPDA4Y73094',
 'year': 2005}
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX05%2520WVB%27 HTTP/1.1" 200 None
2026-03-30 06:50:02 [bca.uk] INFO: Saving data for LX05%20WVB: {'auction_closing_time': 1775037600.0, 'created_time': 1774447816.169535, 'last_price_update_time': 1774853402.610313}
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX05%2520WVB') HTTP/1.1" 204 0
2026-03-30 06:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a60510cb-580f-5fcb-b43d-ac14436e6c25 with identifier: LF16%20ZVH
2026-03-30 06:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a60510cb-580f-5fcb-b43d-ac14436e6c25 with identifier: LF16%20ZVH
2026-03-30 06:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a60510cb-580f-5fcb-b43d-ac14436e6c25 with identifier: LF16%20ZVH to the API
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF16%20ZVH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a60510cb-580f-5fcb-b43d-ac14436e6c25',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF16 ZVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF16%20ZVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 105526,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 2.0 192 S Hatchback',
 'transmission': 'manual',
 'trim': '192 S',
 'vin': 'WMWXM72010T963641',
 'year': 2016}
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF16%2520ZVH%27 HTTP/1.1" 200 None
2026-03-30 06:50:02 [bca.uk] INFO: Saving data for LF16%20ZVH: {'auction_closing_time': 1774951200.0, 'created_time': 1774448701.794326, 'last_price_update_time': 1774853402.966446}
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF16%2520ZVH') HTTP/1.1" 204 0
2026-03-30 06:50:02 [bca.uk] INFO: Found listing with ID: NL21%20OVA
2026-03-30 06:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520OVA%27 HTTP/1.1" 200 None
2026-03-30 06:50:03 [bca.uk] INFO: Scrape type for NL21%20OVA: 2
2026-03-30 06:50:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccc9fbea-4ef3-50e9-9141-d43ced87937f with identifier: NL21%20OVA
2026-03-30 06:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccc9fbea-4ef3-50e9-9141-d43ced87937f with scrape type 2
2026-03-30 06:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccc9fbea-4ef3-50e9-9141-d43ced87937f with scrape type 2
2026-03-30 06:50:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ccc9fbea-4ef3-50e9-9141-d43ced87937f, identifier: NL21%20OVA
2026-03-30 06:50:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 065d6b7a-8b63-589f-bfba-85289e8d713a with identifier: DK62%20SJX
2026-03-30 06:50:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 065d6b7a-8b63-589f-bfba-85289e8d713a with identifier: DK62%20SJX
2026-03-30 06:50:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 065d6b7a-8b63-589f-bfba-85289e8d713a with identifier: DK62%20SJX to the API
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK62%20SJX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '065d6b7a-8b63-589f-bfba-85289e8d713a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK62 SJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK62%20SJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 105970,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI CR 170 VRS Estate',
 'transmission': 'manual',
 'trim': 'TDI CR 170 VRS',
 'vin': 'TMBUH21Z3D2046189',
 'year': 2012}
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK62%2520SJX%27 HTTP/1.1" 200 None
2026-03-30 06:50:03 [bca.uk] INFO: Saving data for DK62%20SJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774478065.961993, 'last_price_update_time': 1774853403.40126}
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK62%2520SJX') HTTP/1.1" 204 0
2026-03-30 06:50:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b729701-b6f6-51b2-9934-abebbab2dfaa with identifier: KM75%20OLC
2026-03-30 06:50:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b729701-b6f6-51b2-9934-abebbab2dfaa with identifier: KM75%20OLC
2026-03-30 06:50:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b729701-b6f6-51b2-9934-abebbab2dfaa with identifier: KM75%20OLC to the API
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM75%20OLC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'alpine grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b729701-b6f6-51b2-9934-abebbab2dfaa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KM75 OLC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM75%20OLC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO TOURER 114',
 'odometer': 7489,
 '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 VITO TOURER 114 2.0 CDI RWD L3 PRO 9G Bus',
 'transmission': 'automatic',
 'trim': 'CDI RWD L3 PRO 9G',
 'vin': 'W1VVKGFZ1T4570562',
 'year': 2025}
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM75%2520OLC%27 HTTP/1.1" 200 None
2026-03-30 06:50:03 [bca.uk] INFO: Saving data for KM75%20OLC: {'auction_closing_time': 1774951200.0, 'created_time': 1774447353.752823, 'last_price_update_time': 1774853403.695608}
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM75%2520OLC') HTTP/1.1" 204 0
2026-03-30 06:50:03 [bca.uk] INFO: Found listing with ID: DE11%20YLA
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE11%2520YLA%27 HTTP/1.1" 200 None
2026-03-30 06:50:03 [bca.uk] INFO: Scrape type for DE11%20YLA: 2
2026-03-30 06:50:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff6c10e1-1f62-52cf-b3c3-5188b984ddf8 with identifier: DE11%20YLA
2026-03-30 06:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff6c10e1-1f62-52cf-b3c3-5188b984ddf8 with scrape type 2
2026-03-30 06:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff6c10e1-1f62-52cf-b3c3-5188b984ddf8 with scrape type 2
2026-03-30 06:50:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff6c10e1-1f62-52cf-b3c3-5188b984ddf8, identifier: DE11%20YLA
2026-03-30 06:50:03 [bca.uk] INFO: Found listing with ID: LC12%20MZO
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC12%2520MZO%27 HTTP/1.1" 200 None
2026-03-30 06:50:03 [bca.uk] INFO: Scrape type for LC12%20MZO: 2
2026-03-30 06:50:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66df810c-f269-54ef-ab65-0087ddb29857 with identifier: LC12%20MZO
2026-03-30 06:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66df810c-f269-54ef-ab65-0087ddb29857 with scrape type 2
2026-03-30 06:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66df810c-f269-54ef-ab65-0087ddb29857 with scrape type 2
2026-03-30 06:50:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66df810c-f269-54ef-ab65-0087ddb29857, identifier: LC12%20MZO
2026-03-30 06:50:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ccc9fbea-4ef3-50e9-9141-d43ced87937f with identifier: NL21%20OVA
2026-03-30 06:50:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ccc9fbea-4ef3-50e9-9141-d43ced87937f with identifier: NL21%20OVA
2026-03-30 06:50:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ccc9fbea-4ef3-50e9-9141-d43ced87937f with identifier: NL21%20OVA to the API
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 255,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL21%20OVA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ccc9fbea-4ef3-50e9-9141-d43ced87937f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL21 OVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL21%20OVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 47624,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D ACTIVE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D ACTIVE 4WD',
 'vin': 'AHTKB3CD102635996',
 'year': 2021}
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL21%2520OVA%27 HTTP/1.1" 200 None
2026-03-30 06:50:04 [bca.uk] INFO: Saving data for NL21%20OVA: {'auction_closing_time': 1774864800.0, 'created_time': 1774477331.234059, 'last_price_update_time': 1774853404.26007}
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL21%2520OVA') HTTP/1.1" 204 0
2026-03-30 06:50:04 [bca.uk] INFO: Found listing with ID: SB68%20VUP
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520VUP%27 HTTP/1.1" 200 None
2026-03-30 06:50:04 [bca.uk] INFO: Scrape type for SB68%20VUP: 2
2026-03-30 06:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 645509d1-7ef9-5af9-ae03-980d7ca27766 with identifier: SB68%20VUP
2026-03-30 06:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 645509d1-7ef9-5af9-ae03-980d7ca27766 with scrape type 2
2026-03-30 06:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 645509d1-7ef9-5af9-ae03-980d7ca27766 with scrape type 2
2026-03-30 06:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 645509d1-7ef9-5af9-ae03-980d7ca27766, identifier: SB68%20VUP
2026-03-30 06:50:04 [bca.uk] INFO: Found listing with ID: BT73%20NKE
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520NKE%27 HTTP/1.1" 200 None
2026-03-30 06:50:04 [bca.uk] INFO: Scrape type for BT73%20NKE: 2
2026-03-30 06:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cebc7f84-0283-51e5-a1ad-15161caf053d with identifier: BT73%20NKE
2026-03-30 06:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cebc7f84-0283-51e5-a1ad-15161caf053d with scrape type 2
2026-03-30 06:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cebc7f84-0283-51e5-a1ad-15161caf053d with scrape type 2
2026-03-30 06:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cebc7f84-0283-51e5-a1ad-15161caf053d, identifier: BT73%20NKE
2026-03-30 06:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff6c10e1-1f62-52cf-b3c3-5188b984ddf8 with identifier: DE11%20YLA
2026-03-30 06:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff6c10e1-1f62-52cf-b3c3-5188b984ddf8 with identifier: DE11%20YLA
2026-03-30 06:50:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff6c10e1-1f62-52cf-b3c3-5188b984ddf8 with identifier: DE11%20YLA to the API
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE11%20YLA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ff6c10e1-1f62-52cf-b3c3-5188b984ddf8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE11 YLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE11%20YLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '320D',
 'odometer': 257381,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 EFFICIENTDYNAMICS Saloon',
 'transmission': 'manual',
 'trim': 'EFFICIENTDYNAMICS',
 'vin': 'WBAPP52050F062301',
 'year': 2011}
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE11%2520YLA%27 HTTP/1.1" 200 None
2026-03-30 06:50:04 [bca.uk] INFO: Saving data for DE11%20YLA: {'auction_closing_time': 1775037600.0, 'created_time': 1774447807.883708, 'last_price_update_time': 1774853404.813383}
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE11%2520YLA') HTTP/1.1" 204 0
2026-03-30 06:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66df810c-f269-54ef-ab65-0087ddb29857 with identifier: LC12%20MZO
2026-03-30 06:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66df810c-f269-54ef-ab65-0087ddb29857 with identifier: LC12%20MZO
2026-03-30 06:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66df810c-f269-54ef-ab65-0087ddb29857 with identifier: LC12%20MZO to the API
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC12%20MZO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66df810c-f269-54ef-ab65-0087ddb29857',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC12 MZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC12%20MZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 77859,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 12V SE Hatchback',
 'transmission': 'manual',
 'trim': '12V SE',
 'vin': 'TMBFH25J0C3171074',
 'year': 2012}
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC12%2520MZO%27 HTTP/1.1" 200 None
2026-03-30 06:50:05 [bca.uk] INFO: Saving data for LC12%20MZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774448735.366318, 'last_price_update_time': 1774853405.208515}
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC12%2520MZO') HTTP/1.1" 204 0
2026-03-30 06:50:05 [bca.uk] INFO: Found listing with ID: YK72%20USO
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520USO%27 HTTP/1.1" 200 None
2026-03-30 06:50:05 [bca.uk] INFO: Scrape type for YK72%20USO: 2
2026-03-30 06:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with identifier: YK72%20USO
2026-03-30 06:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with scrape type 2
2026-03-30 06:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with scrape type 2
2026-03-30 06:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e, identifier: YK72%20USO
2026-03-30 06:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 645509d1-7ef9-5af9-ae03-980d7ca27766 with identifier: SB68%20VUP
2026-03-30 06:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 645509d1-7ef9-5af9-ae03-980d7ca27766 with identifier: SB68%20VUP
2026-03-30 06:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 645509d1-7ef9-5af9-ae03-980d7ca27766 with identifier: SB68%20VUP to the API
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB68%20VUP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '645509d1-7ef9-5af9-ae03-980d7ca27766',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB68 VUP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB68%20VUP&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 58505,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 180 ST-LINE ED.P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'TDCI 180 ST-LINE ED.P/S',
 'vin': 'WF0EXXWPCEJR88385',
 'year': 2018}
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520VUP%27 HTTP/1.1" 200 None
2026-03-30 06:50:05 [bca.uk] INFO: Saving data for SB68%20VUP: {'auction_closing_time': 1774951200.0, 'created_time': 1774478067.842721, 'last_price_update_time': 1774853405.619399}
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB68%2520VUP') HTTP/1.1" 204 0
2026-03-30 06:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cebc7f84-0283-51e5-a1ad-15161caf053d with identifier: BT73%20NKE
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=obsidian+grey HTTP/1.1" 200 None
2026-03-30 06:50:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:50:05 [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:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cebc7f84-0283-51e5-a1ad-15161caf053d with identifier: BT73%20NKE
2026-03-30 06:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cebc7f84-0283-51e5-a1ad-15161caf053d with identifier: BT73%20NKE to the API
2026-03-30 06:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=110&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT73%20NKE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'obsidian grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cebc7f84-0283-51e5-a1ad-15161caf053d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT73 NKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT73%20NKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 22674,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL20 4X4 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DL20 4X4',
 'vin': 'MPATFS87JPT024798',
 'year': 2023}
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT73%2520NKE%27 HTTP/1.1" 200 None
2026-03-30 06:50:06 [bca.uk] INFO: Saving data for BT73%20NKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774447323.262693, 'last_price_update_time': 1774853406.060568}
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT73%2520NKE') HTTP/1.1" 204 0
2026-03-30 06:50:06 [bca.uk] INFO: Found listing with ID: FY24%20XRC
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY24%2520XRC%27 HTTP/1.1" 200 None
2026-03-30 06:50:06 [bca.uk] INFO: Scrape type for FY24%20XRC: 2
2026-03-30 06:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 752d6437-7cfc-57d3-8650-7a4e66811018 with identifier: FY24%20XRC
2026-03-30 06:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 752d6437-7cfc-57d3-8650-7a4e66811018 with scrape type 2
2026-03-30 06:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 752d6437-7cfc-57d3-8650-7a4e66811018 with scrape type 2
2026-03-30 06:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 752d6437-7cfc-57d3-8650-7a4e66811018, identifier: FY24%20XRC
2026-03-30 06:50:06 [bca.uk] INFO: Found listing with ID: KN17%20ZSJ
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:06 [bca.uk] INFO: Scrape type for KN17%20ZSJ: 2
2026-03-30 06:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37b509e3-fe15-5a60-979f-17a03c35de6e with identifier: KN17%20ZSJ
2026-03-30 06:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37b509e3-fe15-5a60-979f-17a03c35de6e with scrape type 2
2026-03-30 06:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37b509e3-fe15-5a60-979f-17a03c35de6e with scrape type 2
2026-03-30 06:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37b509e3-fe15-5a60-979f-17a03c35de6e, identifier: KN17%20ZSJ
2026-03-30 06:50:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:50:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with identifier: YK72%20USO
2026-03-30 06:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with identifier: YK72%20USO
2026-03-30 06:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e with identifier: YK72%20USO to the API
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK72%20USO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59383f8d-fbf5-5d0d-ad6b-40b34bb9e37e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK72 USO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK72%20USO&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 88705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 D300 R-DYNAMIC HSE COMMERCIAL Van',
 'transmission': 'automatic',
 'trim': 'D300 R-DYNAMIC HSE COMMERCIAL',
 'vin': 'SALRACAW3P2474959',
 'year': 2022}
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK72%2520USO%27 HTTP/1.1" 200 None
2026-03-30 06:50:06 [bca.uk] INFO: Saving data for YK72%20USO: {'auction_closing_time': 1774864800.0, 'created_time': 1774477308.868291, 'last_price_update_time': 1774853406.586823}
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK72%2520USO') HTTP/1.1" 204 0
2026-03-30 06:50:06 [bca.uk] INFO: Found listing with ID: AA72%20JAY
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AA72%2520JAY%27 HTTP/1.1" 200 None
2026-03-30 06:50:06 [bca.uk] INFO: Scrape type for AA72%20JAY: 0
2026-03-30 06:50:06 [bca.uk] INFO: Found listing with ID: DA72%20VFB
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520VFB%27 HTTP/1.1" 200 None
2026-03-30 06:50:06 [bca.uk] INFO: Scrape type for DA72%20VFB: 0
2026-03-30 06:50:06 [bca.uk] INFO: Found listing with ID: HX22%20OTG
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX22%2520OTG%27 HTTP/1.1" 200 None
2026-03-30 06:50:06 [bca.uk] INFO: Scrape type for HX22%20OTG: 0
2026-03-30 06:50:06 [bca.uk] INFO: Found listing with ID: LM70%20HNG
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520HNG%27 HTTP/1.1" 200 None
2026-03-30 06:50:06 [bca.uk] INFO: Scrape type for LM70%20HNG: 0
2026-03-30 06:50:06 [bca.uk] INFO: Found listing with ID: VO22%20WBD
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO22%2520WBD%27 HTTP/1.1" 200 None
2026-03-30 06:50:06 [bca.uk] INFO: Scrape type for VO22%20WBD: 0
2026-03-30 06:50:06 [bca.uk] INFO: Found listing with ID: VO67%20NPA
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520NPA%27 HTTP/1.1" 200 None
2026-03-30 06:50:06 [bca.uk] INFO: Scrape type for VO67%20NPA: 0
2026-03-30 06:50:06 [bca.uk] INFO: Found listing with ID: FY19%20CPE
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY19%2520CPE%27 HTTP/1.1" 200 None
2026-03-30 06:50:06 [bca.uk] INFO: Scrape type for FY19%20CPE: 2
2026-03-30 06:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44941cdb-095f-514f-be9d-dc5584bbcff0 with identifier: FY19%20CPE
2026-03-30 06:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44941cdb-095f-514f-be9d-dc5584bbcff0 with scrape type 2
2026-03-30 06:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44941cdb-095f-514f-be9d-dc5584bbcff0 with scrape type 2
2026-03-30 06:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44941cdb-095f-514f-be9d-dc5584bbcff0, identifier: FY19%20CPE
2026-03-30 06:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 752d6437-7cfc-57d3-8650-7a4e66811018 with identifier: FY24%20XRC
2026-03-30 06:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 752d6437-7cfc-57d3-8650-7a4e66811018 with identifier: FY24%20XRC
2026-03-30 06:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 752d6437-7cfc-57d3-8650-7a4e66811018 with identifier: FY24%20XRC to the API
2026-03-30 06:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 223,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY24%20XRC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '752d6437-7cfc-57d3-8650-7a4e66811018',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FY24 XRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY24%20XRC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 51798,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 90 3.0 I6 D300 AWD X-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'I6 D300 AWD X-DYNAMIC HSE',
 'vin': 'SALEA6AW5R2317596',
 'year': 2024}
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY24%2520XRC%27 HTTP/1.1" 200 None
2026-03-30 06:50:07 [bca.uk] INFO: Saving data for FY24%20XRC: {'auction_closing_time': 1774951200.0, 'created_time': 1774447773.043367, 'last_price_update_time': 1774853407.125294}
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY24%2520XRC') HTTP/1.1" 204 0
2026-03-30 06:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37b509e3-fe15-5a60-979f-17a03c35de6e with identifier: KN17%20ZSJ
2026-03-30 06:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37b509e3-fe15-5a60-979f-17a03c35de6e with identifier: KN17%20ZSJ
2026-03-30 06:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37b509e3-fe15-5a60-979f-17a03c35de6e with identifier: KN17%20ZSJ to the API
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN17%20ZSJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '37b509e3-fe15-5a60-979f-17a03c35de6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN17 ZSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN17%20ZSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 54543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 1.5 218I T LUXURY STEP Hatchback',
 'transmission': 'automatic',
 'trim': '218I T LUXURY STEP',
 'vin': 'WBA2A32030V465859',
 'year': 2017}
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN17%2520ZSJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:07 [bca.uk] INFO: Saving data for KN17%20ZSJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774448711.954246, 'last_price_update_time': 1774853407.428997}
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN17%2520ZSJ') HTTP/1.1" 204 0
2026-03-30 06:50: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:50:07 [bca.uk] INFO: Found listing with ID: CX71%20BVB
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BVB%27 HTTP/1.1" 200 None
2026-03-30 06:50:07 [bca.uk] INFO: Scrape type for CX71%20BVB: 2
2026-03-30 06:50:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5c36405-259d-5a59-9960-fa6aaf1f2ffc with identifier: CX71%20BVB
2026-03-30 06:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5c36405-259d-5a59-9960-fa6aaf1f2ffc with scrape type 2
2026-03-30 06:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5c36405-259d-5a59-9960-fa6aaf1f2ffc with scrape type 2
2026-03-30 06:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5c36405-259d-5a59-9960-fa6aaf1f2ffc, identifier: CX71%20BVB
2026-03-30 06:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44941cdb-095f-514f-be9d-dc5584bbcff0 with identifier: FY19%20CPE
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gold%2Fwhite HTTP/1.1" 200 None
2026-03-30 06:50:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:50:07 [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:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44941cdb-095f-514f-be9d-dc5584bbcff0 with identifier: FY19%20CPE
2026-03-30 06:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44941cdb-095f-514f-be9d-dc5584bbcff0 with identifier: FY19%20CPE to the API
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=109&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY19%20CPE-GB',
 'category': 'Motorhome',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '44941cdb-095f-514f-be9d-dc5584bbcff0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY19 CPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY19%20CPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SWIFT',
 'model': 'CHAMPAGNE',
 'odometer': 16745,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SWIFT CHAMPAGNE 2.3 622 MOTORHOME CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': '622 MOTORHOME',
 'vin': 'ZFA25000002K06500',
 'year': 2019}
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY19%2520CPE%27 HTTP/1.1" 200 None
2026-03-30 06:50:07 [bca.uk] INFO: Saving data for FY19%20CPE: {'auction_closing_time': 1775124000.0, 'created_time': 1774478067.085016, 'last_price_update_time': 1774853407.981502}
2026-03-30 06:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY19%2520CPE') HTTP/1.1" 204 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: KE15%20FHM
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520FHM%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for KE15%20FHM: 2
2026-03-30 06:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 184147dc-8368-528d-bf9f-7324604381cb with identifier: KE15%20FHM
2026-03-30 06:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 184147dc-8368-528d-bf9f-7324604381cb with scrape type 2
2026-03-30 06:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 184147dc-8368-528d-bf9f-7324604381cb with scrape type 2
2026-03-30 06:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 184147dc-8368-528d-bf9f-7324604381cb, identifier: KE15%20FHM
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: SR19%20EJJ
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520EJJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for SR19%20EJJ: 2
2026-03-30 06:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3634aa07-1a14-5274-a30f-323e0e25a1ab with identifier: SR19%20EJJ
2026-03-30 06:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3634aa07-1a14-5274-a30f-323e0e25a1ab with scrape type 2
2026-03-30 06:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3634aa07-1a14-5274-a30f-323e0e25a1ab with scrape type 2
2026-03-30 06:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3634aa07-1a14-5274-a30f-323e0e25a1ab, identifier: SR19%20EJJ
2026-03-30 06:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5c36405-259d-5a59-9960-fa6aaf1f2ffc with identifier: CX71%20BVB
2026-03-30 06:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5c36405-259d-5a59-9960-fa6aaf1f2ffc with identifier: CX71%20BVB
2026-03-30 06:50:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5c36405-259d-5a59-9960-fa6aaf1f2ffc with identifier: CX71%20BVB to the API
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX71%20BVB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c5c36405-259d-5a59-9960-fa6aaf1f2ffc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX71 BVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX71%20BVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FIAT',
 'model': 'DOBLO MAXI',
 'odometer': 37440,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FIAT DOBLO MAXI 1.6 M/J 105 L2 TECNICO S/S Van',
 'transmission': 'manual',
 'trim': 'M/J 105 L2 TECNICO S/S',
 'vin': 'ZFA26300006V24668',
 'year': 2021}
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BVB%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Saving data for CX71%20BVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477330.460489, 'last_price_update_time': 1774853408.625087}
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX71%2520BVB') HTTP/1.1" 204 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: AJ73%20OMM
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ73%2520OMM%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for AJ73%20OMM: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: AK22%20EPD
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520EPD%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for AK22%20EPD: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: DG70%20XGV
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG70%2520XGV%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for DG70%20XGV: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: DU70%20VGF
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU70%2520VGF%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for DU70%20VGF: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: EF71%20AVB
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF71%2520AVB%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for EF71%20AVB: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: EU73%20FFR
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU73%2520FFR%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for EU73%20FFR: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: FJ22%20TVW
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ22%2520TVW%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for FJ22%20TVW: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: FT71%20CZW
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT71%2520CZW%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for FT71%20CZW: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: HT71%20NLN
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT71%2520NLN%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for HT71%20NLN: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: RJ22%20VVK
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ22%2520VVK%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for RJ22%20VVK: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: SW69%20HWF
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520HWF%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for SW69%20HWF: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: YK21%20BBD
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK21%2520BBD%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for YK21%20BBD: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: YE19%20YMV
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520YMV%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for YE19%20YMV: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: DC66%20KXZ
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC66%2520KXZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for DC66%20KXZ: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: FL23%20XLO
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520XLO%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for FL23%20XLO: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: FL23%20ZHB
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520ZHB%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for FL23%20ZHB: 0
2026-03-30 06:50:08 [bca.uk] INFO: Found listing with ID: VGZ%202125
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VGZ%25202125%27 HTTP/1.1" 200 None
2026-03-30 06:50:08 [bca.uk] INFO: Scrape type for VGZ%202125: 0
2026-03-30 06:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 184147dc-8368-528d-bf9f-7324604381cb with identifier: KE15%20FHM
2026-03-30 06:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 184147dc-8368-528d-bf9f-7324604381cb with identifier: KE15%20FHM
2026-03-30 06:50:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 184147dc-8368-528d-bf9f-7324604381cb with identifier: KE15%20FHM to the API
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE15%20FHM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '184147dc-8368-528d-bf9f-7324604381cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KE15 FHM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE15%20FHM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 48643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T TEKNA',
 'vin': 'SJNFEAJ11U1424484',
 'year': 2015}
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE15%2520FHM%27 HTTP/1.1" 200 None
2026-03-30 06:50:09 [bca.uk] INFO: Saving data for KE15%20FHM: {'auction_closing_time': 1774951200.0, 'created_time': 1774448527.49988, 'last_price_update_time': 1774853409.281579}
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE15%2520FHM') HTTP/1.1" 204 0
2026-03-30 06:50:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3634aa07-1a14-5274-a30f-323e0e25a1ab with identifier: SR19%20EJJ
2026-03-30 06:50:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3634aa07-1a14-5274-a30f-323e0e25a1ab with identifier: SR19%20EJJ
2026-03-30 06:50:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3634aa07-1a14-5274-a30f-323e0e25a1ab with identifier: SR19%20EJJ to the API
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR19%20EJJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3634aa07-1a14-5274-a30f-323e0e25a1ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR19 EJJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR19%20EJJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 122301,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 105 300 SWB H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 105 300 SWB H/R',
 'vin': 'WF0YXXTTGYKC25822',
 'year': 2019}
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR19%2520EJJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:09 [bca.uk] INFO: Saving data for SR19%20EJJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773839395.7163, 'last_price_update_time': 1774853409.687174}
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR19%2520EJJ') HTTP/1.1" 204 0
2026-03-30 06:50:09 [bca.uk] INFO: Found listing with ID: YM18%20PKV
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM18%2520PKV%27 HTTP/1.1" 200 None
2026-03-30 06:50:09 [bca.uk] INFO: Scrape type for YM18%20PKV: 2
2026-03-30 06:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with identifier: YM18%20PKV
2026-03-30 06:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with scrape type 2
2026-03-30 06:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with scrape type 2
2026-03-30 06:50:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8, identifier: YM18%20PKV
2026-03-30 06:50:09 [bca.uk] INFO: Found listing with ID: VX73%20AWA
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX73%2520AWA%27 HTTP/1.1" 200 None
2026-03-30 06:50:09 [bca.uk] INFO: Scrape type for VX73%20AWA: 2
2026-03-30 06:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1508dfb-1b48-5d8b-8726-125464b41539 with identifier: VX73%20AWA
2026-03-30 06:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1508dfb-1b48-5d8b-8726-125464b41539 with scrape type 2
2026-03-30 06:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1508dfb-1b48-5d8b-8726-125464b41539 with scrape type 2
2026-03-30 06:50:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1508dfb-1b48-5d8b-8726-125464b41539, identifier: VX73%20AWA
2026-03-30 06:50:09 [bca.uk] INFO: Found listing with ID: HK17%20LRL
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK17%2520LRL%27 HTTP/1.1" 200 None
2026-03-30 06:50:09 [bca.uk] INFO: Scrape type for HK17%20LRL: 2
2026-03-30 06:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e230232-6634-5cb4-a71b-58f711ff62ee with identifier: HK17%20LRL
2026-03-30 06:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e230232-6634-5cb4-a71b-58f711ff62ee with scrape type 2
2026-03-30 06:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e230232-6634-5cb4-a71b-58f711ff62ee with scrape type 2
2026-03-30 06:50:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e230232-6634-5cb4-a71b-58f711ff62ee, identifier: HK17%20LRL
2026-03-30 06:50:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with identifier: YM18%20PKV
2026-03-30 06:50:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with identifier: YM18%20PKV
2026-03-30 06:50:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8 with identifier: YM18%20PKV to the API
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM18%20PKV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2b32fd6f-5b54-59e7-98d0-2a6cfaf5f7c8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM18 PKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM18%20PKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 43027,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 TDCI 100 220 L1 L/R Van',
 'transmission': 'manual',
 'trim': 'TDCI 100 220 L1 L/R',
 'vin': 'WF0RXXWPGRJT79708',
 'year': 2018}
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM18%2520PKV%27 HTTP/1.1" 200 None
2026-03-30 06:50:10 [bca.uk] INFO: Saving data for YM18%20PKV: {'auction_closing_time': 1774864800.0, 'created_time': 1774477332.89689, 'last_price_update_time': 1774853410.357726}
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM18%2520PKV') HTTP/1.1" 204 0
2026-03-30 06:50:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1508dfb-1b48-5d8b-8726-125464b41539 with identifier: VX73%20AWA
2026-03-30 06:50:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1508dfb-1b48-5d8b-8726-125464b41539 with identifier: VX73%20AWA
2026-03-30 06:50:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1508dfb-1b48-5d8b-8726-125464b41539 with identifier: VX73%20AWA to the API
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 309,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX73%20AWA-GB',
 'category': 'Motorhome',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e1508dfb-1b48-5d8b-8726-125464b41539',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX73 AWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX73%20AWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUTO-SLEEPERS',
 'model': 'BROADWAY',
 'odometer': 3759,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUTO-SLEEPERS BROADWAY 2.2 EL MOTORHOME CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': 'EL MOTORHOME',
 'vin': 'ZFA25000002W35133',
 'year': 2023}
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX73%2520AWA%27 HTTP/1.1" 200 None
2026-03-30 06:50:10 [bca.uk] INFO: Saving data for VX73%20AWA: {'auction_closing_time': 1775124000.0, 'created_time': 1774448188.536479, 'last_price_update_time': 1774853410.64164}
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX73%2520AWA') HTTP/1.1" 204 0
2026-03-30 06:50:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e230232-6634-5cb4-a71b-58f711ff62ee with identifier: HK17%20LRL
2026-03-30 06:50:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e230232-6634-5cb4-a71b-58f711ff62ee with identifier: HK17%20LRL
2026-03-30 06:50:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e230232-6634-5cb4-a71b-58f711ff62ee with identifier: HK17%20LRL to the API
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK17%20LRL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e230232-6634-5cb4-a71b-58f711ff62ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK17 LRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK17%20LRL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 61430,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 1.5 218I T SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': '218I T SPORT STEP',
 'vin': 'WBA2A32060V464303',
 'year': 2017}
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK17%2520LRL%27 HTTP/1.1" 200 None
2026-03-30 06:50:10 [bca.uk] INFO: Saving data for HK17%20LRL: {'auction_closing_time': 1774951200.0, 'created_time': 1774448719.343831, 'last_price_update_time': 1774853410.943885}
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK17%2520LRL') HTTP/1.1" 204 0
2026-03-30 06:50:10 [bca.uk] INFO: Found listing with ID: CA72%20FPZ
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520FPZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:10 [bca.uk] INFO: Scrape type for CA72%20FPZ: 2
2026-03-30 06:50:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b17a351-f8eb-51bd-a970-c377b74a206c with identifier: CA72%20FPZ
2026-03-30 06:50:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b17a351-f8eb-51bd-a970-c377b74a206c with scrape type 2
2026-03-30 06:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b17a351-f8eb-51bd-a970-c377b74a206c with scrape type 2
2026-03-30 06:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b17a351-f8eb-51bd-a970-c377b74a206c, identifier: CA72%20FPZ
2026-03-30 06:50:11 [bca.uk] INFO: Found listing with ID: BC06%20SYD
2026-03-30 06:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC06%2520SYD%27 HTTP/1.1" 200 None
2026-03-30 06:50:11 [bca.uk] INFO: Scrape type for BC06%20SYD: 2
2026-03-30 06:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4b93bbd-bd55-5d24-a0eb-3ed9e3f11f59 with identifier: BC06%20SYD
2026-03-30 06:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b93bbd-bd55-5d24-a0eb-3ed9e3f11f59 with scrape type 2
2026-03-30 06:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4b93bbd-bd55-5d24-a0eb-3ed9e3f11f59 with scrape type 2
2026-03-30 06:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4b93bbd-bd55-5d24-a0eb-3ed9e3f11f59, identifier: BC06%20SYD
2026-03-30 06:50:11 [bca.uk] INFO: Found listing with ID: FX70%20VGD
2026-03-30 06:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX70%2520VGD%27 HTTP/1.1" 200 None
2026-03-30 06:50:11 [bca.uk] INFO: Scrape type for FX70%20VGD: 2
2026-03-30 06:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with identifier: FX70%20VGD
2026-03-30 06:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with scrape type 2
2026-03-30 06:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with scrape type 2
2026-03-30 06:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc, identifier: FX70%20VGD
2026-03-30 06:50:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b17a351-f8eb-51bd-a970-c377b74a206c with identifier: CA72%20FPZ
2026-03-30 06:50:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b17a351-f8eb-51bd-a970-c377b74a206c with identifier: CA72%20FPZ
2026-03-30 06:50:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b17a351-f8eb-51bd-a970-c377b74a206c with identifier: CA72%20FPZ to the API
2026-03-30 06:50:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA72%20FPZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5b17a351-f8eb-51bd-a970-c377b74a206c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA72 FPZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA72%20FPZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 27954,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 LONG PROF.PREMIUM PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 LONG PROF.PREMIUM',
 'vin': 'VF3VBYHRMN7047240',
 'year': 2022}
2026-03-30 06:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA72%2520FPZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:11 [bca.uk] INFO: Saving data for CA72%20FPZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774477333.277501, 'last_price_update_time': 1774853411.571177}
2026-03-30 06:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA72%2520FPZ') HTTP/1.1" 204 0
2026-03-30 06:50:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4b93bbd-bd55-5d24-a0eb-3ed9e3f11f59 with identifier: BC06%20SYD
2026-03-30 06:50:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4b93bbd-bd55-5d24-a0eb-3ed9e3f11f59 with identifier: BC06%20SYD
2026-03-30 06:50:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4b93bbd-bd55-5d24-a0eb-3ed9e3f11f59 with identifier: BC06%20SYD to the API
2026-03-30 06:50:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC06%20SYD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4b93bbd-bd55-5d24-a0eb-3ed9e3f11f59',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC06 SYD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC06%20SYD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.0 VTEC TURBO 126 SPORT LINE Hatchback',
 'transmission': 'automatic',
 'trim': 'VTEC TURBO 126 SPORT LINE',
 'vin': 'SHHFK6800KU000446',
 'year': 2020}
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC06%2520SYD%27 HTTP/1.1" 200 None
2026-03-30 06:50:12 [bca.uk] INFO: Saving data for BC06%20SYD: {'auction_closing_time': 1774951200.0, 'created_time': 1774449059.909878, 'last_price_update_time': 1774853412.05936}
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC06%2520SYD') HTTP/1.1" 204 0
2026-03-30 06:50:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with identifier: FX70%20VGD
2026-03-30 06:50:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with identifier: FX70%20VGD
2026-03-30 06:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc with identifier: FX70%20VGD to the API
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 222,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX70%20VGD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6c4a017a-b547-57c6-aca3-ddeb9dfe9ccc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX70 VGD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX70%20VGD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 48222,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 45 TDI QUATTRO SPORT TIP StationWagon',
 'transmission': 'manual',
 'trim': '45 TDI QUATTRO SPORT TIP',
 'vin': 'WAUZZZ4MXLD002492',
 'year': 2020}
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX70%2520VGD%27 HTTP/1.1" 200 None
2026-03-30 06:50:12 [bca.uk] INFO: Saving data for FX70%20VGD: {'auction_closing_time': 1774951200.0, 'created_time': 1774448732.200075, 'last_price_update_time': 1774853412.356185}
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX70%2520VGD') HTTP/1.1" 204 0
2026-03-30 06:50:12 [bca.uk] INFO: Found listing with ID: CX71%20BUW
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BUW%27 HTTP/1.1" 200 None
2026-03-30 06:50:12 [bca.uk] INFO: Scrape type for CX71%20BUW: 2
2026-03-30 06:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with identifier: CX71%20BUW
2026-03-30 06:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with scrape type 2
2026-03-30 06:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with scrape type 2
2026-03-30 06:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6fbdb1f-ae5b-5b78-a274-e6a68c503513, identifier: CX71%20BUW
2026-03-30 06:50:12 [bca.uk] INFO: Found listing with ID: KE70%20SVD
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE70%2520SVD%27 HTTP/1.1" 200 None
2026-03-30 06:50:12 [bca.uk] INFO: Scrape type for KE70%20SVD: 2
2026-03-30 06:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 435559ba-cd6e-5813-a6c9-23b0df62d791 with identifier: KE70%20SVD
2026-03-30 06:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 435559ba-cd6e-5813-a6c9-23b0df62d791 with scrape type 2
2026-03-30 06:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 435559ba-cd6e-5813-a6c9-23b0df62d791 with scrape type 2
2026-03-30 06:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 435559ba-cd6e-5813-a6c9-23b0df62d791, identifier: KE70%20SVD
2026-03-30 06:50:12 [bca.uk] INFO: Found listing with ID: FG12%20LSD
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520LSD%27 HTTP/1.1" 200 None
2026-03-30 06:50:12 [bca.uk] INFO: Scrape type for FG12%20LSD: 2
2026-03-30 06:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4d32b93-90fc-5152-a9d6-35f15d7de947 with identifier: FG12%20LSD
2026-03-30 06:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4d32b93-90fc-5152-a9d6-35f15d7de947 with scrape type 2
2026-03-30 06:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4d32b93-90fc-5152-a9d6-35f15d7de947 with scrape type 2
2026-03-30 06:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4d32b93-90fc-5152-a9d6-35f15d7de947, identifier: FG12%20LSD
2026-03-30 06:50:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with identifier: CX71%20BUW
2026-03-30 06:50:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with identifier: CX71%20BUW
2026-03-30 06:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6fbdb1f-ae5b-5b78-a274-e6a68c503513 with identifier: CX71%20BUW to the API
2026-03-30 06:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX71%20BUW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6fbdb1f-ae5b-5b78-a274-e6a68c503513',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX71 BUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX71%20BUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FIAT',
 'model': 'DOBLO MAXI',
 'odometer': 47692,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FIAT DOBLO MAXI 1.6 M/J 105 L2 TECNICO S/S Van',
 'transmission': 'manual',
 'trim': 'M/J 105 L2 TECNICO S/S',
 'vin': 'ZFA26300006V25341',
 'year': 2021}
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX71%2520BUW%27 HTTP/1.1" 200 None
2026-03-30 06:50:13 [bca.uk] INFO: Saving data for CX71%20BUW: {'auction_closing_time': 1774864800.0, 'created_time': 1774477336.817011, 'last_price_update_time': 1774853413.012964}
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX71%2520BUW') HTTP/1.1" 204 0
2026-03-30 06:50:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 435559ba-cd6e-5813-a6c9-23b0df62d791 with identifier: KE70%20SVD
2026-03-30 06:50:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 435559ba-cd6e-5813-a6c9-23b0df62d791 with identifier: KE70%20SVD
2026-03-30 06:50:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 435559ba-cd6e-5813-a6c9-23b0df62d791 with identifier: KE70%20SVD to the API
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE70%20SVD-GB',
 'category': 'Motorhome',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '435559ba-cd6e-5813-a6c9-23b0df62d791',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KE70 SVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE70%20SVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CARTHAGO',
 'model': 'C-COMPACTLINE',
 'odometer': 35869,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CARTHAGO C-COMPACTLINE 2.3 I 143 MOTORHOME CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'I 143 MOTORHOME',
 'vin': 'ZFA25000002N93443',
 'year': 2020}
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE70%2520SVD%27 HTTP/1.1" 200 None
2026-03-30 06:50:13 [bca.uk] INFO: Saving data for KE70%20SVD: {'auction_closing_time': 1775124000.0, 'created_time': 1774448146.922795, 'last_price_update_time': 1774853413.321537}
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE70%2520SVD') HTTP/1.1" 204 0
2026-03-30 06:50:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4d32b93-90fc-5152-a9d6-35f15d7de947 with identifier: FG12%20LSD
2026-03-30 06:50:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4d32b93-90fc-5152-a9d6-35f15d7de947 with identifier: FG12%20LSD
2026-03-30 06:50:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4d32b93-90fc-5152-a9d6-35f15d7de947 with identifier: FG12%20LSD to the API
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG12%20LSD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4d32b93-90fc-5152-a9d6-35f15d7de947',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG12 LSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG12%20LSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 115474,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I SR Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I SR',
 'vin': 'VNKKJ3D300A075844',
 'year': 2012}
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG12%2520LSD%27 HTTP/1.1" 200 None
2026-03-30 06:50:13 [bca.uk] INFO: Saving data for FG12%20LSD: {'auction_closing_time': 1774951200.0, 'created_time': 1774448720.812058, 'last_price_update_time': 1774853413.609057}
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG12%2520LSD') HTTP/1.1" 204 0
2026-03-30 06:50:13 [bca.uk] INFO: Found listing with ID: YM23%20NFL
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM23%2520NFL%27 HTTP/1.1" 200 None
2026-03-30 06:50:13 [bca.uk] INFO: Scrape type for YM23%20NFL: 2
2026-03-30 06:50:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 447b6c62-e42b-543f-b05e-817a8b43ba56 with identifier: YM23%20NFL
2026-03-30 06:50:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447b6c62-e42b-543f-b05e-817a8b43ba56 with scrape type 2
2026-03-30 06:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 447b6c62-e42b-543f-b05e-817a8b43ba56 with scrape type 2
2026-03-30 06:50:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 447b6c62-e42b-543f-b05e-817a8b43ba56, identifier: YM23%20NFL
2026-03-30 06:50:13 [bca.uk] INFO: Found listing with ID: YR23%20FSV
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520FSV%27 HTTP/1.1" 200 None
2026-03-30 06:50:13 [bca.uk] INFO: Scrape type for YR23%20FSV: 2
2026-03-30 06:50:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2de9ed4-d8f9-50ad-9f3a-d001fe1a0def with identifier: YR23%20FSV
2026-03-30 06:50:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2de9ed4-d8f9-50ad-9f3a-d001fe1a0def with scrape type 2
2026-03-30 06:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2de9ed4-d8f9-50ad-9f3a-d001fe1a0def with scrape type 2
2026-03-30 06:50:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2de9ed4-d8f9-50ad-9f3a-d001fe1a0def, identifier: YR23%20FSV
2026-03-30 06:50:13 [bca.uk] INFO: Found listing with ID: CP61%20ZGH
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP61%2520ZGH%27 HTTP/1.1" 200 None
2026-03-30 06:50:13 [bca.uk] INFO: Scrape type for CP61%20ZGH: 2
2026-03-30 06:50:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe45018d-5c17-5d32-b027-6491ea8a54cf with identifier: CP61%20ZGH
2026-03-30 06:50:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe45018d-5c17-5d32-b027-6491ea8a54cf with scrape type 2
2026-03-30 06:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe45018d-5c17-5d32-b027-6491ea8a54cf with scrape type 2
2026-03-30 06:50:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe45018d-5c17-5d32-b027-6491ea8a54cf, identifier: CP61%20ZGH
2026-03-30 06:50:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 447b6c62-e42b-543f-b05e-817a8b43ba56 with identifier: YM23%20NFL
2026-03-30 06:50:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 447b6c62-e42b-543f-b05e-817a8b43ba56 with identifier: YM23%20NFL
2026-03-30 06:50:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 447b6c62-e42b-543f-b05e-817a8b43ba56 with identifier: YM23%20NFL to the API
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM23%20NFL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '447b6c62-e42b-543f-b05e-817a8b43ba56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM23 NFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM23%20NFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 28331,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYNG12446',
 'year': 2023}
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM23%2520NFL%27 HTTP/1.1" 200 None
2026-03-30 06:50:14 [bca.uk] INFO: Saving data for YM23%20NFL: {'auction_closing_time': 1774864800.0, 'created_time': 1774477337.177853, 'last_price_update_time': 1774853414.277839}
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM23%2520NFL') HTTP/1.1" 204 0
2026-03-30 06:50:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2de9ed4-d8f9-50ad-9f3a-d001fe1a0def with identifier: YR23%20FSV
2026-03-30 06:50:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2de9ed4-d8f9-50ad-9f3a-d001fe1a0def with identifier: YR23%20FSV
2026-03-30 06:50:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2de9ed4-d8f9-50ad-9f3a-d001fe1a0def with identifier: YR23%20FSV to the API
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR23%20FSV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e2de9ed4-d8f9-50ad-9f3a-d001fe1a0def',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR23 FSV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR23%20FSV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 26756,
 'odometer_reading_unit': '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': 'WAUZZZFZ8PP026321',
 'year': 2023}
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR23%2520FSV%27 HTTP/1.1" 200 None
2026-03-30 06:50:14 [bca.uk] INFO: Saving data for YR23%20FSV: {'auction_closing_time': 1774864800.0, 'created_time': 1774448215.093438, 'last_price_update_time': 1774853414.686698}
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR23%2520FSV') HTTP/1.1" 204 0
2026-03-30 06:50:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe45018d-5c17-5d32-b027-6491ea8a54cf with identifier: CP61%20ZGH
2026-03-30 06:50:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe45018d-5c17-5d32-b027-6491ea8a54cf with identifier: CP61%20ZGH
2026-03-30 06:50:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe45018d-5c17-5d32-b027-6491ea8a54cf with identifier: CP61%20ZGH to the API
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP61%20ZGH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fe45018d-5c17-5d32-b027-6491ea8a54cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP61 ZGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP61%20ZGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 119526,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D SE StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D SE',
 'vin': 'WBAZW62070L479440',
 'year': 2011}
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP61%2520ZGH%27 HTTP/1.1" 200 None
2026-03-30 06:50:14 [bca.uk] INFO: Saving data for CP61%20ZGH: {'auction_closing_time': 1774951200.0, 'created_time': 1774448721.240419, 'last_price_update_time': 1774853414.994174}
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP61%2520ZGH') HTTP/1.1" 204 0
2026-03-30 06:50:15 [bca.uk] INFO: Found listing with ID: SJ21%20AZP
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520AZP%27 HTTP/1.1" 200 None
2026-03-30 06:50:15 [bca.uk] INFO: Scrape type for SJ21%20AZP: 2
2026-03-30 06:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b978732-3701-5c54-8b04-9e6e54f3cd67 with identifier: SJ21%20AZP
2026-03-30 06:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b978732-3701-5c54-8b04-9e6e54f3cd67 with scrape type 2
2026-03-30 06:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b978732-3701-5c54-8b04-9e6e54f3cd67 with scrape type 2
2026-03-30 06:50:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b978732-3701-5c54-8b04-9e6e54f3cd67, identifier: SJ21%20AZP
2026-03-30 06:50:15 [bca.uk] INFO: Found listing with ID: YH24%20AAJ
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH24%2520AAJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:15 [bca.uk] INFO: Scrape type for YH24%20AAJ: 2
2026-03-30 06:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d780409-397b-5c9a-a31b-b8a3ef34e1cc with identifier: YH24%20AAJ
2026-03-30 06:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d780409-397b-5c9a-a31b-b8a3ef34e1cc with scrape type 2
2026-03-30 06:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d780409-397b-5c9a-a31b-b8a3ef34e1cc with scrape type 2
2026-03-30 06:50:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d780409-397b-5c9a-a31b-b8a3ef34e1cc, identifier: YH24%20AAJ
2026-03-30 06:50:15 [bca.uk] INFO: Found listing with ID: BN22%20GVC
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN22%2520GVC%27 HTTP/1.1" 200 None
2026-03-30 06:50:15 [bca.uk] INFO: Scrape type for BN22%20GVC: 2
2026-03-30 06:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with identifier: BN22%20GVC
2026-03-30 06:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with scrape type 2
2026-03-30 06:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with scrape type 2
2026-03-30 06:50:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02, identifier: BN22%20GVC
2026-03-30 06:50:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b978732-3701-5c54-8b04-9e6e54f3cd67 with identifier: SJ21%20AZP
2026-03-30 06:50:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b978732-3701-5c54-8b04-9e6e54f3cd67 with identifier: SJ21%20AZP
2026-03-30 06:50:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b978732-3701-5c54-8b04-9e6e54f3cd67 with identifier: SJ21%20AZP to the API
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ21%20AZP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7b978732-3701-5c54-8b04-9e6e54f3cd67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ21 AZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ21%20AZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 64470,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 V-CROSS 4X4 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'V-CROSS 4X4',
 'vin': 'MPATFS87JMT001932',
 'year': 2021}
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520AZP%27 HTTP/1.1" 200 None
2026-03-30 06:50:15 [bca.uk] INFO: Saving data for SJ21%20AZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774477320.291512, 'last_price_update_time': 1774853415.641726}
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ21%2520AZP') HTTP/1.1" 204 0
2026-03-30 06:50:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d780409-397b-5c9a-a31b-b8a3ef34e1cc with identifier: YH24%20AAJ
2026-03-30 06:50:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d780409-397b-5c9a-a31b-b8a3ef34e1cc with identifier: YH24%20AAJ
2026-03-30 06:50:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d780409-397b-5c9a-a31b-b8a3ef34e1cc with identifier: YH24%20AAJ to the API
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH24%20AAJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0d780409-397b-5c9a-a31b-b8a3ef34e1cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH24 AAJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH24%20AAJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TOYOTA',
 'model': 'BZ4X',
 'odometer': 16101,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA BZ4X 150KW 71KWH MOTION (11KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 71KWH MOTION (11KC)',
 'vin': 'JTMAABAA70A026321',
 'year': 2024}
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH24%2520AAJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:15 [bca.uk] INFO: Saving data for YH24%20AAJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448125.139166, 'last_price_update_time': 1774853415.929075}
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH24%2520AAJ') HTTP/1.1" 204 0
2026-03-30 06:50:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with identifier: BN22%20GVC
2026-03-30 06:50:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with identifier: BN22%20GVC
2026-03-30 06:50:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02 with identifier: BN22%20GVC to the API
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN22%20GVC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e4f6e6a8-73ed-5d3b-b0a8-3950b248fb02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN22 GVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN22%20GVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 4078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.3 SPORT EXECUTIVE ED.DCT Saloon',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE ED.DCT',
 'vin': 'W1K1771842J351414',
 'year': 2022}
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN22%2520GVC%27 HTTP/1.1" 200 None
2026-03-30 06:50:16 [bca.uk] INFO: Saving data for BN22%20GVC: {'auction_closing_time': 1774951200.0, 'created_time': 1773959544.578311, 'last_price_update_time': 1774853416.261736}
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN22%2520GVC') HTTP/1.1" 204 0
2026-03-30 06:50:16 [bca.uk] INFO: Found listing with ID: BG72%20FXX
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520FXX%27 HTTP/1.1" 200 None
2026-03-30 06:50:16 [bca.uk] INFO: Scrape type for BG72%20FXX: 2
2026-03-30 06:50:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with identifier: BG72%20FXX
2026-03-30 06:50:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with scrape type 2
2026-03-30 06:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with scrape type 2
2026-03-30 06:50:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9d936378-b5dc-5ae2-a8d5-9c288ef240ee, identifier: BG72%20FXX
2026-03-30 06:50:16 [bca.uk] INFO: Found listing with ID: OE24%20CFU
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE24%2520CFU%27 HTTP/1.1" 200 None
2026-03-30 06:50:16 [bca.uk] INFO: Scrape type for OE24%20CFU: 2
2026-03-30 06:50:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf2b3c5-50d3-5a6c-847e-ebec512690dd with identifier: OE24%20CFU
2026-03-30 06:50:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf2b3c5-50d3-5a6c-847e-ebec512690dd with scrape type 2
2026-03-30 06:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf2b3c5-50d3-5a6c-847e-ebec512690dd with scrape type 2
2026-03-30 06:50:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf2b3c5-50d3-5a6c-847e-ebec512690dd, identifier: OE24%20CFU
2026-03-30 06:50:16 [bca.uk] INFO: Found listing with ID: FP10%20UZC
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520UZC%27 HTTP/1.1" 200 None
2026-03-30 06:50:16 [bca.uk] INFO: Scrape type for FP10%20UZC: 2
2026-03-30 06:50:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 105b8c14-39c4-5957-b824-fc08e36eba5f with identifier: FP10%20UZC
2026-03-30 06:50:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 105b8c14-39c4-5957-b824-fc08e36eba5f with scrape type 2
2026-03-30 06:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 105b8c14-39c4-5957-b824-fc08e36eba5f with scrape type 2
2026-03-30 06:50:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 105b8c14-39c4-5957-b824-fc08e36eba5f, identifier: FP10%20UZC
2026-03-30 06:50:16 [scrapy.extensions.logstats] INFO: Crawled 121 pages (at 0 pages/min), scraped 5899 items (at 125 items/min)
2026-03-30 06:50:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:50:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with identifier: BG72%20FXX
2026-03-30 06:50:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with identifier: BG72%20FXX
2026-03-30 06:50:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9d936378-b5dc-5ae2-a8d5-9c288ef240ee with identifier: BG72%20FXX to the API
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 255,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG72%20FXX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9d936378-b5dc-5ae2-a8d5-9c288ef240ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG72 FXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG72%20FXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 43515,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PNM37231',
 'year': 2022}
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520FXX%27 HTTP/1.1" 200 None
2026-03-30 06:50:16 [bca.uk] INFO: Saving data for BG72%20FXX: {'auction_closing_time': 1774864800.0, 'created_time': 1774477320.653022, 'last_price_update_time': 1774853416.911965}
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG72%2520FXX') HTTP/1.1" 204 0
2026-03-30 06:50:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf2b3c5-50d3-5a6c-847e-ebec512690dd with identifier: OE24%20CFU
2026-03-30 06:50:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf2b3c5-50d3-5a6c-847e-ebec512690dd with identifier: OE24%20CFU
2026-03-30 06:50:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf2b3c5-50d3-5a6c-847e-ebec512690dd with identifier: OE24%20CFU to the API
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE24%20CFU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'acf2b3c5-50d3-5a6c-847e-ebec512690dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE24 CFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE24%20CFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 35404,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 310KW 82KWH DM4 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '310KW 82KWH DM4 LONG RANGE',
 'vin': 'YSMVSFDE2RL222158',
 'year': 2024}
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE24%2520CFU%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Saving data for OE24%20CFU: {'auction_closing_time': 1774864800.0, 'created_time': 1774448127.628755, 'last_price_update_time': 1774853417.187723}
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE24%2520CFU') HTTP/1.1" 204 0
2026-03-30 06:50:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 105b8c14-39c4-5957-b824-fc08e36eba5f with identifier: FP10%20UZC
2026-03-30 06:50:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 105b8c14-39c4-5957-b824-fc08e36eba5f with identifier: FP10%20UZC
2026-03-30 06:50:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 105b8c14-39c4-5957-b824-fc08e36eba5f with identifier: FP10%20UZC to the API
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP10%20UZC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '105b8c14-39c4-5957-b824-fc08e36eba5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP10 UZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP10%20UZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 99304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXGAJJAU56607',
 'year': 2010}
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520UZC%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Saving data for FP10%20UZC: {'auction_closing_time': 1774951200.0, 'created_time': 1774448860.303988, 'last_price_update_time': 1774853417.482277}
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP10%2520UZC') HTTP/1.1" 204 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: DL72%20TYU
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520TYU%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for DL72%20TYU: 2
2026-03-30 06:50:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a06c8958-ca4a-59be-a1da-7f417a8883d8 with identifier: DL72%20TYU
2026-03-30 06:50:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a06c8958-ca4a-59be-a1da-7f417a8883d8 with scrape type 2
2026-03-30 06:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a06c8958-ca4a-59be-a1da-7f417a8883d8 with scrape type 2
2026-03-30 06:50:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a06c8958-ca4a-59be-a1da-7f417a8883d8, identifier: DL72%20TYU
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: NL23%20OWE
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OWE%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for NL23%20OWE: 2
2026-03-30 06:50:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e49568f-d71e-5c12-b69a-054ab8c7d2e8 with identifier: NL23%20OWE
2026-03-30 06:50:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e49568f-d71e-5c12-b69a-054ab8c7d2e8 with scrape type 2
2026-03-30 06:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e49568f-d71e-5c12-b69a-054ab8c7d2e8 with scrape type 2
2026-03-30 06:50:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e49568f-d71e-5c12-b69a-054ab8c7d2e8, identifier: NL23%20OWE
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: LR22%20VZL
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR22%2520VZL%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for LR22%20VZL: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: MF25%20FMC
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520FMC%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for MF25%20FMC: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: BD23%20XDV
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD23%2520XDV%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for BD23%20XDV: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: OE24%20UCG
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE24%2520UCG%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for OE24%20UCG: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: BA68%20CSU
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA68%2520CSU%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for BA68%20CSU: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: BC05%20PFG
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC05%2520PFG%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for BC05%20PFG: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: BL15%20DHA
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL15%2520DHA%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for BL15%20DHA: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: CV65%20NKL
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV65%2520NKL%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for CV65%20NKL: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: FL52%20BCX
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL52%2520BCX%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for FL52%20BCX: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: HY17%20FVP
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY17%2520FVP%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for HY17%20FVP: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: KO73%20FYG
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO73%2520FYG%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for KO73%20FYG: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: LM18%20LWD
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM18%2520LWD%27 HTTP/1.1" 200 None
2026-03-30 06:50:17 [bca.uk] INFO: Scrape type for LM18%20LWD: 0
2026-03-30 06:50:17 [bca.uk] INFO: Found listing with ID: WU65%20AVC
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU65%2520AVC%27 HTTP/1.1" 200 None
2026-03-30 06:50:18 [bca.uk] INFO: Scrape type for WU65%20AVC: 0
2026-03-30 06:50:18 [bca.uk] INFO: Found listing with ID: HN72%20NRY
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520NRY%27 HTTP/1.1" 200 None
2026-03-30 06:50:18 [bca.uk] INFO: Scrape type for HN72%20NRY: 2
2026-03-30 06:50:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with identifier: HN72%20NRY
2026-03-30 06:50:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with scrape type 2
2026-03-30 06:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with scrape type 2
2026-03-30 06:50:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88, identifier: HN72%20NRY
2026-03-30 06:50:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a06c8958-ca4a-59be-a1da-7f417a8883d8 with identifier: DL72%20TYU
2026-03-30 06:50:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a06c8958-ca4a-59be-a1da-7f417a8883d8 with identifier: DL72%20TYU
2026-03-30 06:50:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a06c8958-ca4a-59be-a1da-7f417a8883d8 with identifier: DL72%20TYU to the API
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL72%20TYU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a06c8958-ca4a-59be-a1da-7f417a8883d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL72 TYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL72%20TYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'VIVARO 3100',
 'odometer': 34278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 3100 2.0 D 145 PRO L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 145 PRO L2 H1',
 'vin': 'VXEVFEHTMN7080300',
 'year': 2023}
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL72%2520TYU%27 HTTP/1.1" 200 None
2026-03-30 06:50:18 [bca.uk] INFO: Saving data for DL72%20TYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477321.240128, 'last_price_update_time': 1774853418.407224}
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL72%2520TYU') HTTP/1.1" 204 0
2026-03-30 06:50:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e49568f-d71e-5c12-b69a-054ab8c7d2e8 with identifier: NL23%20OWE
2026-03-30 06:50:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e49568f-d71e-5c12-b69a-054ab8c7d2e8 with identifier: NL23%20OWE
2026-03-30 06:50:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e49568f-d71e-5c12-b69a-054ab8c7d2e8 with identifier: NL23%20OWE to the API
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20OWE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7e49568f-d71e-5c12-b69a-054ab8c7d2e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 OWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20OWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'Q4 E-TRON S/B',
 'odometer': 34256,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON S/B 35 125KW 55KWH S LINE Coupe',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH S LINE',
 'vin': 'WAUZZZFZ7PP028156',
 'year': 2023}
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OWE%27 HTTP/1.1" 200 None
2026-03-30 06:50:18 [bca.uk] INFO: Saving data for NL23%20OWE: {'auction_closing_time': 1774864800.0, 'created_time': 1774448104.594595, 'last_price_update_time': 1774853418.828702}
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520OWE') HTTP/1.1" 204 0
2026-03-30 06:50:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with identifier: HN72%20NRY
2026-03-30 06:50:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with identifier: HN72%20NRY
2026-03-30 06:50:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88 with identifier: HN72%20NRY to the API
2026-03-30 06:50:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN72%20NRY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75cbc15d-7aa0-5fb0-93e9-0e049c9dfc88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN72 NRY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN72%20NRY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 14788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10250,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 TSI 110 FR EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 FR EDITION',
 'vin': 'VSSZZZKJ3PR035952',
 'year': 2022}
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520NRY%27 HTTP/1.1" 200 None
2026-03-30 06:50:19 [bca.uk] INFO: Saving data for HN72%20NRY: {'auction_closing_time': 1775026800.0, 'created_time': 1774303864.809816, 'last_price_update_time': 1774853419.109811}
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN72%2520NRY') HTTP/1.1" 204 0
2026-03-30 06:50:19 [bca.uk] INFO: Found listing with ID: ML23%20OXU
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520OXU%27 HTTP/1.1" 200 None
2026-03-30 06:50:19 [bca.uk] INFO: Scrape type for ML23%20OXU: 2
2026-03-30 06:50:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48af4b9a-5953-5007-b4c9-6ce72052143a with identifier: ML23%20OXU
2026-03-30 06:50:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48af4b9a-5953-5007-b4c9-6ce72052143a with scrape type 2
2026-03-30 06:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48af4b9a-5953-5007-b4c9-6ce72052143a with scrape type 2
2026-03-30 06:50:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 48af4b9a-5953-5007-b4c9-6ce72052143a, identifier: ML23%20OXU
2026-03-30 06:50:19 [bca.uk] INFO: Found listing with ID: LS23%20KHJ
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520KHJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:19 [bca.uk] INFO: Scrape type for LS23%20KHJ: 2
2026-03-30 06:50:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c796199-e147-5a08-a9f2-d52a98f01193 with identifier: LS23%20KHJ
2026-03-30 06:50:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c796199-e147-5a08-a9f2-d52a98f01193 with scrape type 2
2026-03-30 06:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c796199-e147-5a08-a9f2-d52a98f01193 with scrape type 2
2026-03-30 06:50:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c796199-e147-5a08-a9f2-d52a98f01193, identifier: LS23%20KHJ
2026-03-30 06:50:19 [bca.uk] INFO: Found listing with ID: BV72%20ZXC
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520ZXC%27 HTTP/1.1" 200 None
2026-03-30 06:50:19 [bca.uk] INFO: Scrape type for BV72%20ZXC: 2
2026-03-30 06:50:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e88b74b-5d77-5b34-83bd-7035923fd58f with identifier: BV72%20ZXC
2026-03-30 06:50:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e88b74b-5d77-5b34-83bd-7035923fd58f with scrape type 2
2026-03-30 06:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e88b74b-5d77-5b34-83bd-7035923fd58f with scrape type 2
2026-03-30 06:50:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e88b74b-5d77-5b34-83bd-7035923fd58f, identifier: BV72%20ZXC
2026-03-30 06:50:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 48af4b9a-5953-5007-b4c9-6ce72052143a with identifier: ML23%20OXU
2026-03-30 06:50:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 48af4b9a-5953-5007-b4c9-6ce72052143a with identifier: ML23%20OXU
2026-03-30 06:50:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 48af4b9a-5953-5007-b4c9-6ce72052143a with identifier: ML23%20OXU to the API
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML23%20OXU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '48af4b9a-5953-5007-b4c9-6ce72052143a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML23 OXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML23%20OXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000',
 'odometer': 23082,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1000 1.5 B/HDI 100 M ENTERPRISE PRO PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 M ENTERPRISE PRO',
 'vin': 'VF7VBYHRMN7066628',
 'year': 2023}
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520OXU%27 HTTP/1.1" 200 None
2026-03-30 06:50:19 [bca.uk] INFO: Saving data for ML23%20OXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774477321.916151, 'last_price_update_time': 1774853419.87608}
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML23%2520OXU') HTTP/1.1" 204 0
2026-03-30 06:50:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c796199-e147-5a08-a9f2-d52a98f01193 with identifier: LS23%20KHJ
2026-03-30 06:50:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c796199-e147-5a08-a9f2-d52a98f01193 with identifier: LS23%20KHJ
2026-03-30 06:50:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c796199-e147-5a08-a9f2-d52a98f01193 with identifier: LS23%20KHJ to the API
2026-03-30 06:50:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS23%20KHJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7c796199-e147-5a08-a9f2-d52a98f01193',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS23 KHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS23%20KHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQC 400',
 'odometer': 18960,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQC 400 AMG LINE PREMIUM PLUS StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS',
 'vin': 'W1K8P9AB9PF061766',
 'year': 2023}
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS23%2520KHJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:20 [bca.uk] INFO: Saving data for LS23%20KHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448108.025691, 'last_price_update_time': 1774853420.167566}
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS23%2520KHJ') HTTP/1.1" 204 0
2026-03-30 06:50:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e88b74b-5d77-5b34-83bd-7035923fd58f with identifier: BV72%20ZXC
2026-03-30 06:50:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e88b74b-5d77-5b34-83bd-7035923fd58f with identifier: BV72%20ZXC
2026-03-30 06:50:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e88b74b-5d77-5b34-83bd-7035923fd58f with identifier: BV72%20ZXC to the API
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 57,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV72%20ZXC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3e88b74b-5d77-5b34-83bd-7035923fd58f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV72 ZXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV72%20ZXC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Preston',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 46603,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 30000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 P400E PHEV R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'P400E PHEV R-DYNAMIC HSE',
 'vin': 'SALYA2AY7PA361691',
 'year': 2023}
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV72%2520ZXC%27 HTTP/1.1" 200 None
2026-03-30 06:50:20 [bca.uk] INFO: Saving data for BV72%20ZXC: {'auction_closing_time': 1774854000.0, 'created_time': 1774355425.5537, 'last_price_update_time': 1774853420.505043}
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV72%2520ZXC') HTTP/1.1" 204 0
2026-03-30 06:50:20 [bca.uk] INFO: Found listing with ID: MF70%20UMB
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520UMB%27 HTTP/1.1" 200 None
2026-03-30 06:50:20 [bca.uk] INFO: Scrape type for MF70%20UMB: 2
2026-03-30 06:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7429b135-9c59-5898-a88c-160fbfa95c1f with identifier: MF70%20UMB
2026-03-30 06:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7429b135-9c59-5898-a88c-160fbfa95c1f with scrape type 2
2026-03-30 06:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7429b135-9c59-5898-a88c-160fbfa95c1f with scrape type 2
2026-03-30 06:50:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7429b135-9c59-5898-a88c-160fbfa95c1f, identifier: MF70%20UMB
2026-03-30 06:50:20 [bca.uk] INFO: Found listing with ID: GX23%20XTC
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XTC%27 HTTP/1.1" 200 None
2026-03-30 06:50:20 [bca.uk] INFO: Scrape type for GX23%20XTC: 2
2026-03-30 06:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca5e75f4-f952-5b5e-9acc-42b705ef5b01 with identifier: GX23%20XTC
2026-03-30 06:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca5e75f4-f952-5b5e-9acc-42b705ef5b01 with scrape type 2
2026-03-30 06:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca5e75f4-f952-5b5e-9acc-42b705ef5b01 with scrape type 2
2026-03-30 06:50:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca5e75f4-f952-5b5e-9acc-42b705ef5b01, identifier: GX23%20XTC
2026-03-30 06:50:20 [bca.uk] INFO: Found listing with ID: CN71%20LKM
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520LKM%27 HTTP/1.1" 200 None
2026-03-30 06:50:20 [bca.uk] INFO: Scrape type for CN71%20LKM: 2
2026-03-30 06:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce40ec10-34c1-5bdd-8866-1394272273a6 with identifier: CN71%20LKM
2026-03-30 06:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce40ec10-34c1-5bdd-8866-1394272273a6 with scrape type 2
2026-03-30 06:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce40ec10-34c1-5bdd-8866-1394272273a6 with scrape type 2
2026-03-30 06:50:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ce40ec10-34c1-5bdd-8866-1394272273a6, identifier: CN71%20LKM
2026-03-30 06:50:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7429b135-9c59-5898-a88c-160fbfa95c1f with identifier: MF70%20UMB
2026-03-30 06:50:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7429b135-9c59-5898-a88c-160fbfa95c1f with identifier: MF70%20UMB
2026-03-30 06:50:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7429b135-9c59-5898-a88c-160fbfa95c1f with identifier: MF70%20UMB to the API
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF70%20UMB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7429b135-9c59-5898-a88c-160fbfa95c1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF70 UMB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF70%20UMB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'KANGOO MAXI',
 'odometer': 61972,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'RENAULT KANGOO MAXI 1.5 LL21DCI ENERGY 115 BUSINESS Van',
 'transmission': 'manual',
 'trim': 'LL21DCI ENERGY 115 BUSINESS',
 'vin': 'VF1WF000465355420',
 'year': 2020}
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF70%2520UMB%27 HTTP/1.1" 200 None
2026-03-30 06:50:21 [bca.uk] INFO: Saving data for MF70%20UMB: {'auction_closing_time': 1774864800.0, 'created_time': 1774477301.471592, 'last_price_update_time': 1774853421.379662}
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF70%2520UMB') HTTP/1.1" 204 0
2026-03-30 06:50:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca5e75f4-f952-5b5e-9acc-42b705ef5b01 with identifier: GX23%20XTC
2026-03-30 06:50:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca5e75f4-f952-5b5e-9acc-42b705ef5b01 with identifier: GX23%20XTC
2026-03-30 06:50:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca5e75f4-f952-5b5e-9acc-42b705ef5b01 with identifier: GX23%20XTC to the API
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX23%20XTC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ca5e75f4-f952-5b5e-9acc-42b705ef5b01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GX23 XTC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX23%20XTC&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'AUDI',
 'model': 'E-TRON GT',
 'odometer': 14990,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON GT 350KW 93KWH QUATTRO Coupe',
 'transmission': 'automatic',
 'trim': '350KW 93KWH QUATTRO',
 'vin': 'WAUZZZFW3P7000408',
 'year': 2023}
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX23%2520XTC%27 HTTP/1.1" 200 None
2026-03-30 06:50:21 [bca.uk] INFO: Saving data for GX23%20XTC: {'auction_closing_time': 1774864800.0, 'created_time': 1774448109.412525, 'last_price_update_time': 1774853421.664592}
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX23%2520XTC') HTTP/1.1" 204 0
2026-03-30 06:50:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ce40ec10-34c1-5bdd-8866-1394272273a6 with identifier: CN71%20LKM
2026-03-30 06:50:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ce40ec10-34c1-5bdd-8866-1394272273a6 with identifier: CN71%20LKM
2026-03-30 06:50:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ce40ec10-34c1-5bdd-8866-1394272273a6 with identifier: CN71%20LKM to the API
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN71%20LKM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ce40ec10-34c1-5bdd-8866-1394272273a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CN71 LKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN71%20LKM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 69963,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11750,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 SE (11KW) Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 SE (11KW)',
 'vin': 'SADHA2A19N1620483',
 'year': 2021}
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN71%2520LKM%27 HTTP/1.1" 200 None
2026-03-30 06:50:21 [bca.uk] INFO: Saving data for CN71%20LKM: {'auction_closing_time': 1774854000.0, 'created_time': 1773826753.367271, 'last_price_update_time': 1774853421.965512}
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN71%2520LKM') HTTP/1.1" 204 0
2026-03-30 06:50:21 [bca.uk] INFO: Found listing with ID: NA69%20KUG
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520KUG%27 HTTP/1.1" 200 None
2026-03-30 06:50:22 [bca.uk] INFO: Scrape type for NA69%20KUG: 2
2026-03-30 06:50:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70c7a512-76e5-5bd5-a353-5620978523cc with identifier: NA69%20KUG
2026-03-30 06:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70c7a512-76e5-5bd5-a353-5620978523cc with scrape type 2
2026-03-30 06:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70c7a512-76e5-5bd5-a353-5620978523cc with scrape type 2
2026-03-30 06:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70c7a512-76e5-5bd5-a353-5620978523cc, identifier: NA69%20KUG
2026-03-30 06:50:22 [bca.uk] INFO: Found listing with ID: GU23%20XZM
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520XZM%27 HTTP/1.1" 200 None
2026-03-30 06:50:22 [bca.uk] INFO: Scrape type for GU23%20XZM: 2
2026-03-30 06:50:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70c1687f-2613-53d9-869b-3f6901dcb587 with identifier: GU23%20XZM
2026-03-30 06:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70c1687f-2613-53d9-869b-3f6901dcb587 with scrape type 2
2026-03-30 06:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70c1687f-2613-53d9-869b-3f6901dcb587 with scrape type 2
2026-03-30 06:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70c1687f-2613-53d9-869b-3f6901dcb587, identifier: GU23%20XZM
2026-03-30 06:50:22 [bca.uk] INFO: Found listing with ID: NJ22%20TKA
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TKA%27 HTTP/1.1" 200 None
2026-03-30 06:50:22 [bca.uk] INFO: Scrape type for NJ22%20TKA: 2
2026-03-30 06:50:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca827360-b10b-5de3-bad5-d823a6bb9f2b with identifier: NJ22%20TKA
2026-03-30 06:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca827360-b10b-5de3-bad5-d823a6bb9f2b with scrape type 2
2026-03-30 06:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca827360-b10b-5de3-bad5-d823a6bb9f2b with scrape type 2
2026-03-30 06:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca827360-b10b-5de3-bad5-d823a6bb9f2b, identifier: NJ22%20TKA
2026-03-30 06:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:50:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70c7a512-76e5-5bd5-a353-5620978523cc with identifier: NA69%20KUG
2026-03-30 06:50:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70c7a512-76e5-5bd5-a353-5620978523cc with identifier: NA69%20KUG
2026-03-30 06:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70c7a512-76e5-5bd5-a353-5620978523cc with identifier: NA69%20KUG to the API
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA69%20KUG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70c7a512-76e5-5bd5-a353-5620978523cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA69 KUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA69%20KUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 57873,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.5 BLUEHDI 75 1000 WORKER Van',
 'transmission': 'manual',
 'trim': 'BLUEHDI 75 1000 WORKER',
 'vin': 'VR7EFYHWCKJ832801',
 'year': 2020}
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA69%2520KUG%27 HTTP/1.1" 200 None
2026-03-30 06:50:22 [bca.uk] INFO: Saving data for NA69%20KUG: {'auction_closing_time': 1774864800.0, 'created_time': 1774477305.599412, 'last_price_update_time': 1774853422.596295}
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA69%2520KUG') HTTP/1.1" 204 0
2026-03-30 06:50:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70c1687f-2613-53d9-869b-3f6901dcb587 with identifier: GU23%20XZM
2026-03-30 06:50:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70c1687f-2613-53d9-869b-3f6901dcb587 with identifier: GU23%20XZM
2026-03-30 06:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70c1687f-2613-53d9-869b-3f6901dcb587 with identifier: GU23%20XZM to the API
2026-03-30 06:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU23%20XZM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '70c1687f-2613-53d9-869b-3f6901dcb587',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU23 XZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU23%20XZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'MERCEDES-BENZ',
 'model': 'EQB 300',
 'odometer': 22579,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQB 300 168KW 66KWH 4M AMG LINE StationWagon',
 'transmission': 'automatic',
 'trim': '168KW 66KWH 4M AMG LINE',
 'vin': 'W1N9M0JB2PN034958',
 'year': 2023}
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU23%2520XZM%27 HTTP/1.1" 200 None
2026-03-30 06:50:23 [bca.uk] INFO: Saving data for GU23%20XZM: {'auction_closing_time': 1774864800.0, 'created_time': 1774448070.798098, 'last_price_update_time': 1774853423.06377}
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU23%2520XZM') HTTP/1.1" 204 0
2026-03-30 06:50:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca827360-b10b-5de3-bad5-d823a6bb9f2b with identifier: NJ22%20TKA
2026-03-30 06:50:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca827360-b10b-5de3-bad5-d823a6bb9f2b with identifier: NJ22%20TKA
2026-03-30 06:50:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca827360-b10b-5de3-bad5-d823a6bb9f2b with identifier: NJ22%20TKA to the API
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ22%20TKA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ca827360-b10b-5de3-bad5-d823a6bb9f2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ22 TKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ22%20TKA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 109530,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15350,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK9NC233434',
 'year': 2022}
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TKA%27 HTTP/1.1" 200 None
2026-03-30 06:50:23 [bca.uk] INFO: Saving data for NJ22%20TKA: {'auction_closing_time': 1774854000.0, 'created_time': 1773826750.903056, 'last_price_update_time': 1774853423.387694}
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ22%2520TKA') HTTP/1.1" 204 0
2026-03-30 06:50:23 [bca.uk] INFO: Found listing with ID: YHZ%207217
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YHZ%25207217%27 HTTP/1.1" 200 None
2026-03-30 06:50:23 [bca.uk] INFO: Scrape type for YHZ%207217: 2
2026-03-30 06:50:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with identifier: YHZ%207217
2026-03-30 06:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with scrape type 2
2026-03-30 06:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with scrape type 2
2026-03-30 06:50:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a, identifier: YHZ%207217
2026-03-30 06:50:23 [bca.uk] INFO: Found listing with ID: DG24%20LRZ
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LRZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:23 [bca.uk] INFO: Scrape type for DG24%20LRZ: 2
2026-03-30 06:50:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bc02b91-0380-56a1-ae75-da5011ef2b02 with identifier: DG24%20LRZ
2026-03-30 06:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bc02b91-0380-56a1-ae75-da5011ef2b02 with scrape type 2
2026-03-30 06:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bc02b91-0380-56a1-ae75-da5011ef2b02 with scrape type 2
2026-03-30 06:50:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bc02b91-0380-56a1-ae75-da5011ef2b02, identifier: DG24%20LRZ
2026-03-30 06:50:23 [bca.uk] INFO: Found listing with ID: SG22%20RPO
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG22%2520RPO%27 HTTP/1.1" 200 None
2026-03-30 06:50:23 [bca.uk] INFO: Scrape type for SG22%20RPO: 2
2026-03-30 06:50:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5317fb0-e3c7-5597-a8a0-1b2a61466879 with identifier: SG22%20RPO
2026-03-30 06:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5317fb0-e3c7-5597-a8a0-1b2a61466879 with scrape type 2
2026-03-30 06:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5317fb0-e3c7-5597-a8a0-1b2a61466879 with scrape type 2
2026-03-30 06:50:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c5317fb0-e3c7-5597-a8a0-1b2a61466879, identifier: SG22%20RPO
2026-03-30 06:50:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with identifier: YHZ%207217
2026-03-30 06:50:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with identifier: YHZ%207217
2026-03-30 06:50:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a with identifier: YHZ%207217 to the API
2026-03-30 06:50:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=108&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 220,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YHZ%207217-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1cf1fa9b-df7c-513b-8415-3cb0c8e07f3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YHZ 7217',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YHZ%207217&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 21514,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL40 4X4 CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DL40 4X4',
 'vin': 'MPATFS87JMT013741',
 'year': 2022}
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YHZ%25207217%27 HTTP/1.1" 200 None
2026-03-30 06:50:24 [bca.uk] INFO: Saving data for YHZ%207217: {'auction_closing_time': 1774864800.0, 'created_time': 1774477307.420228, 'last_price_update_time': 1774853424.057951}
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YHZ%25207217') HTTP/1.1" 204 0
2026-03-30 06:50:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bc02b91-0380-56a1-ae75-da5011ef2b02 with identifier: DG24%20LRZ
2026-03-30 06:50:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bc02b91-0380-56a1-ae75-da5011ef2b02 with identifier: DG24%20LRZ
2026-03-30 06:50:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8bc02b91-0380-56a1-ae75-da5011ef2b02 with identifier: DG24%20LRZ to the API
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG24%20LRZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8bc02b91-0380-56a1-ae75-da5011ef2b02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DG24 LRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG24%20LRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 25574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 85 X4 SPORTLINE PLUS Hatchback',
 'transmission': 'automatic',
 'trim': '85 X4 SPORTLINE PLUS',
 'vin': 'TMBMH9NY8RF018737',
 'year': 2024}
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LRZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:24 [bca.uk] INFO: Saving data for DG24%20LRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774448112.484927, 'last_price_update_time': 1774853424.455314}
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520LRZ') HTTP/1.1" 204 0
2026-03-30 06:50:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c5317fb0-e3c7-5597-a8a0-1b2a61466879 with identifier: SG22%20RPO
2026-03-30 06:50:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c5317fb0-e3c7-5597-a8a0-1b2a61466879 with identifier: SG22%20RPO
2026-03-30 06:50:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c5317fb0-e3c7-5597-a8a0-1b2a61466879 with identifier: SG22%20RPO to the API
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 23,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG22%20RPO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'c5317fb0-e3c7-5597-a8a0-1b2a61466879',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG22 RPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG22%20RPO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 250 E',
 'odometer': 55730,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 16350,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 250 E 1.3 AMG LINE PREMIUM DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'W1K1183862N268594',
 'year': 2022}
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50: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%2520RPO%27 HTTP/1.1" 200 None
2026-03-30 06:50:24 [bca.uk] INFO: Saving data for SG22%20RPO: {'auction_closing_time': 1774854000.0, 'created_time': 1773826780.674242, 'last_price_update_time': 1774853424.753555}
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG22%2520RPO') HTTP/1.1" 204 0
2026-03-30 06:50:24 [bca.uk] INFO: Found listing with ID: DG24%20LDY
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LDY%27 HTTP/1.1" 200 None
2026-03-30 06:50:24 [bca.uk] INFO: Scrape type for DG24%20LDY: 2
2026-03-30 06:50:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b81bf1c0-a839-50da-885b-5f05ecb25e70 with identifier: DG24%20LDY
2026-03-30 06:50:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b81bf1c0-a839-50da-885b-5f05ecb25e70 with scrape type 2
2026-03-30 06:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b81bf1c0-a839-50da-885b-5f05ecb25e70 with scrape type 2
2026-03-30 06:50:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b81bf1c0-a839-50da-885b-5f05ecb25e70, identifier: DG24%20LDY
2026-03-30 06:50:24 [bca.uk] INFO: Found listing with ID: WD70%20SDZ
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD70%2520SDZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:24 [bca.uk] INFO: Scrape type for WD70%20SDZ: 2
2026-03-30 06:50:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cd25843-1e87-5852-895f-71cb2e00e2fe with identifier: WD70%20SDZ
2026-03-30 06:50:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cd25843-1e87-5852-895f-71cb2e00e2fe with scrape type 2
2026-03-30 06:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cd25843-1e87-5852-895f-71cb2e00e2fe with scrape type 2
2026-03-30 06:50:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cd25843-1e87-5852-895f-71cb2e00e2fe, identifier: WD70%20SDZ
2026-03-30 06:50:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b81bf1c0-a839-50da-885b-5f05ecb25e70 with identifier: DG24%20LDY
2026-03-30 06:50:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b81bf1c0-a839-50da-885b-5f05ecb25e70 with identifier: DG24%20LDY
2026-03-30 06:50:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b81bf1c0-a839-50da-885b-5f05ecb25e70 with identifier: DG24%20LDY to the API
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG24%20LDY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b81bf1c0-a839-50da-885b-5f05ecb25e70',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DG24 LDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG24%20LDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'SKODA',
 'model': 'ENYAQ',
 'odometer': 16850,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SKODA ENYAQ 85 X4 SPORTLINE PLUS Hatchback',
 'transmission': 'automatic',
 'trim': '85 X4 SPORTLINE PLUS',
 'vin': 'TMBMH9NY5RF018274',
 'year': 2024}
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG24%2520LDY%27 HTTP/1.1" 200 None
2026-03-30 06:50:25 [bca.uk] INFO: Saving data for DG24%20LDY: {'auction_closing_time': 1774864800.0, 'created_time': 1774448090.829619, 'last_price_update_time': 1774853425.282418}
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG24%2520LDY') HTTP/1.1" 204 0
2026-03-30 06:50:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cd25843-1e87-5852-895f-71cb2e00e2fe with identifier: WD70%20SDZ
2026-03-30 06:50:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cd25843-1e87-5852-895f-71cb2e00e2fe with identifier: WD70%20SDZ
2026-03-30 06:50:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cd25843-1e87-5852-895f-71cb2e00e2fe with identifier: WD70%20SDZ to the API
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 48,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD70%20SDZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '4cd25843-1e87-5852-895f-71cb2e00e2fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WD70 SDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD70%20SDZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 136054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8350,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV R DESIGN',
 'vin': 'YV1XZBWVFM2526453',
 'year': 2021}
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD70%2520SDZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:25 [bca.uk] INFO: Saving data for WD70%20SDZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773826705.745955, 'last_price_update_time': 1774853425.574982}
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD70%2520SDZ') HTTP/1.1" 204 0
2026-03-30 06:50:25 [bca.uk] INFO: Total items found: 100
2026-03-30 06:50:25 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded
2026-03-30 06:50:25 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:50:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:50:25 [bca.uk] INFO: Found listing with ID: DC73%20HND
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520HND%27 HTTP/1.1" 200 None
2026-03-30 06:50:25 [bca.uk] INFO: Scrape type for DC73%20HND: 2
2026-03-30 06:50:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e4001cc-788b-5b44-90c5-7d60c67ea29c with identifier: DC73%20HND
2026-03-30 06:50:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e4001cc-788b-5b44-90c5-7d60c67ea29c with scrape type 2
2026-03-30 06:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e4001cc-788b-5b44-90c5-7d60c67ea29c with scrape type 2
2026-03-30 06:50:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e4001cc-788b-5b44-90c5-7d60c67ea29c, identifier: DC73%20HND
2026-03-30 06:50:25 [bca.uk] INFO: Found listing with ID: YB71%20XPR
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520XPR%27 HTTP/1.1" 200 None
2026-03-30 06:50:25 [bca.uk] INFO: Scrape type for YB71%20XPR: 2
2026-03-30 06:50:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b94c98a1-13fe-504e-a344-f8c0e0884c86 with identifier: YB71%20XPR
2026-03-30 06:50:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b94c98a1-13fe-504e-a344-f8c0e0884c86 with scrape type 2
2026-03-30 06:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b94c98a1-13fe-504e-a344-f8c0e0884c86 with scrape type 2
2026-03-30 06:50:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b94c98a1-13fe-504e-a344-f8c0e0884c86, identifier: YB71%20XPR
2026-03-30 06:50:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:50:25 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:50:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e4001cc-788b-5b44-90c5-7d60c67ea29c with identifier: DC73%20HND
2026-03-30 06:50:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e4001cc-788b-5b44-90c5-7d60c67ea29c with identifier: DC73%20HND
2026-03-30 06:50:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e4001cc-788b-5b44-90c5-7d60c67ea29c with identifier: DC73%20HND to the API
2026-03-30 06:50:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC73%20HND-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0e4001cc-788b-5b44-90c5-7d60c67ea29c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DC73 HND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC73%20HND&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'CUPRA',
 'model': 'BORN',
 'odometer': 18154,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CUPRA BORN 150KW 58KWH V2 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH V2',
 'vin': 'VSSZZZK18RP011452',
 'year': 2023}
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520HND%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Saving data for DC73%20HND: {'auction_closing_time': 1774864800.0, 'created_time': 1774448062.356248, 'last_price_update_time': 1774853426.11077}
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC73%2520HND') HTTP/1.1" 204 0
2026-03-30 06:50:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b94c98a1-13fe-504e-a344-f8c0e0884c86 with identifier: YB71%20XPR
2026-03-30 06:50:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b94c98a1-13fe-504e-a344-f8c0e0884c86 with identifier: YB71%20XPR
2026-03-30 06:50:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b94c98a1-13fe-504e-a344-f8c0e0884c86 with identifier: YB71%20XPR to the API
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB71%20XPR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b94c98a1-13fe-504e-a344-f8c0e0884c86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB71 XPR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB71%20XPR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': '330E',
 'odometer': 114055,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11750,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA6N32020FM31668',
 'year': 2022}
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB71%2520XPR%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Saving data for YB71%20XPR: {'auction_closing_time': 1774854000.0, 'created_time': 1773826703.67241, 'last_price_update_time': 1774853426.3967}
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB71%2520XPR') HTTP/1.1" 204 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: SA73%20FSE
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA73%2520FSE%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for SA73%20FSE: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: MH72%20BWP
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MH72%2520BWP%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for MH72%20BWP: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: HJ72%20MKN
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520MKN%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for HJ72%20MKN: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: FX23%20USP
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50: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%2520USP%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for FX23%20USP: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: FD73%20EWX
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD73%2520EWX%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for FD73%20EWX: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: BJ23%20KXM
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ23%2520KXM%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for BJ23%20KXM: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: BC72%20AXG
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC72%2520AXG%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for BC72%20AXG: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: LR66%20LHF
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR66%2520LHF%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for LR66%20LHF: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: YD16%20CVG
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD16%2520CVG%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for YD16%20CVG: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: EX67%20PCO
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX67%2520PCO%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for EX67%20PCO: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: YF16%20RWY
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF16%2520RWY%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for YF16%20RWY: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: LD13%20HXN
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD13%2520HXN%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for LD13%20HXN: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: CP18%20NTA
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520NTA%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for CP18%20NTA: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: WV19%20KDU
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV19%2520KDU%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for WV19%20KDU: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: CP67%20BBU
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP67%2520BBU%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for CP67%20BBU: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: HY69%20WNN
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY69%2520WNN%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for HY69%20WNN: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: AJ19%20FFD
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ19%2520FFD%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for AJ19%20FFD: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: NA68%20LZW
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA68%2520LZW%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for NA68%20LZW: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: FA15%20AUK
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA15%2520AUK%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for FA15%20AUK: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: HK16%20ZVT
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520ZVT%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for HK16%20ZVT: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: MK17%20WNM
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK17%2520WNM%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for MK17%20WNM: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: WO68%20ETE
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO68%2520ETE%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for WO68%20ETE: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: FB19%20YRT
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FB19%2520YRT%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for FB19%20YRT: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: RF17%20MWK
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF17%2520MWK%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for RF17%20MWK: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: RE67%20DAU
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE67%2520DAU%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for RE67%20DAU: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: AV67%20XUZ
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV67%2520XUZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for AV67%20XUZ: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: AP18%20EUV
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AP18%2520EUV%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for AP18%20EUV: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: DP17%20ONN
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP17%2520ONN%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for DP17%20ONN: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: WR70%20ZYC
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR70%2520ZYC%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for WR70%20ZYC: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: LD66%20TXP
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD66%2520TXP%27 HTTP/1.1" 200 None
2026-03-30 06:50:26 [bca.uk] INFO: Scrape type for LD66%20TXP: 0
2026-03-30 06:50:26 [bca.uk] INFO: Found listing with ID: HV22%20WSK
2026-03-30 06:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV22%2520WSK%27 HTTP/1.1" 200 None
2026-03-30 06:50:27 [bca.uk] INFO: Scrape type for HV22%20WSK: 0
2026-03-30 06:50:27 [bca.uk] INFO: Found listing with ID: KN18%20MWF
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN18%2520MWF%27 HTTP/1.1" 200 None
2026-03-30 06:50:27 [bca.uk] INFO: Scrape type for KN18%20MWF: 0
2026-03-30 06:50:27 [bca.uk] INFO: Found listing with ID: DG16%20XDM
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520XDM%27 HTTP/1.1" 200 None
2026-03-30 06:50:27 [bca.uk] INFO: Scrape type for DG16%20XDM: 2
2026-03-30 06:50:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35bb4b69-4973-512c-b421-2cd8ae077d2a with identifier: DG16%20XDM
2026-03-30 06:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35bb4b69-4973-512c-b421-2cd8ae077d2a with scrape type 2
2026-03-30 06:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35bb4b69-4973-512c-b421-2cd8ae077d2a with scrape type 2
2026-03-30 06:50:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35bb4b69-4973-512c-b421-2cd8ae077d2a, identifier: DG16%20XDM
2026-03-30 06:50:27 [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:50:27 [bca.uk] INFO: Found listing with ID: BJ72%20HCK
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520HCK%27 HTTP/1.1" 200 None
2026-03-30 06:50:27 [bca.uk] INFO: Scrape type for BJ72%20HCK: 2
2026-03-30 06:50:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c313f252-548c-5a80-9c2b-d6b9231bf3d0 with identifier: BJ72%20HCK
2026-03-30 06:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c313f252-548c-5a80-9c2b-d6b9231bf3d0 with scrape type 2
2026-03-30 06:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c313f252-548c-5a80-9c2b-d6b9231bf3d0 with scrape type 2
2026-03-30 06:50:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c313f252-548c-5a80-9c2b-d6b9231bf3d0, identifier: BJ72%20HCK
2026-03-30 06:50:27 [bca.uk] INFO: Found listing with ID: SA66%20CFO
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520CFO%27 HTTP/1.1" 200 None
2026-03-30 06:50:27 [bca.uk] INFO: Scrape type for SA66%20CFO: 2
2026-03-30 06:50:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7df721b-a971-5f02-a361-017051016f74 with identifier: SA66%20CFO
2026-03-30 06:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7df721b-a971-5f02-a361-017051016f74 with scrape type 2
2026-03-30 06:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7df721b-a971-5f02-a361-017051016f74 with scrape type 2
2026-03-30 06:50:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7df721b-a971-5f02-a361-017051016f74, identifier: SA66%20CFO
2026-03-30 06:50:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35bb4b69-4973-512c-b421-2cd8ae077d2a with identifier: DG16%20XDM
2026-03-30 06:50:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35bb4b69-4973-512c-b421-2cd8ae077d2a with identifier: DG16%20XDM
2026-03-30 06:50:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35bb4b69-4973-512c-b421-2cd8ae077d2a with identifier: DG16%20XDM to the API
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG16%20XDM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '35bb4b69-4973-512c-b421-2cd8ae077d2a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG16 XDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG16%20XDM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 93360,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8250,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 TDI 190 QUATTRO S LINE+ S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO S LINE+ S-T',
 'vin': 'WAUZZZ8R3GA110692',
 'year': 2016}
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG16%2520XDM%27 HTTP/1.1" 200 None
2026-03-30 06:50:27 [bca.uk] INFO: Saving data for DG16%20XDM: {'auction_closing_time': 1775026800.0, 'created_time': 1773829909.40287, 'last_price_update_time': 1774853427.683762}
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG16%2520XDM') HTTP/1.1" 204 0
2026-03-30 06:50:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c313f252-548c-5a80-9c2b-d6b9231bf3d0 with identifier: BJ72%20HCK
2026-03-30 06:50:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c313f252-548c-5a80-9c2b-d6b9231bf3d0 with identifier: BJ72%20HCK
2026-03-30 06:50:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c313f252-548c-5a80-9c2b-d6b9231bf3d0 with identifier: BJ72%20HCK to the API
2026-03-30 06:50:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ72%20HCK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c313f252-548c-5a80-9c2b-d6b9231bf3d0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ72 HCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ72%20HCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'MUSTANG MACH-E',
 'odometer': 13790,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD MUSTANG MACH-E 258KW 91KWH AWD EXTENDED RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '258KW 91KWH AWD EXTENDED RANGE',
 'vin': 'WF0TR3SU2NMA35272',
 'year': 2022}
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520HCK%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Saving data for BJ72%20HCK: {'auction_closing_time': 1774864800.0, 'created_time': 1774448095.624511, 'last_price_update_time': 1774853428.246936}
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ72%2520HCK') HTTP/1.1" 204 0
2026-03-30 06:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7df721b-a971-5f02-a361-017051016f74 with identifier: SA66%20CFO
2026-03-30 06:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7df721b-a971-5f02-a361-017051016f74 with identifier: SA66%20CFO
2026-03-30 06:50:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7df721b-a971-5f02-a361-017051016f74 with identifier: SA66%20CFO to the API
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=112&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 211,
 'car_expert_report_source_url': None,
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b7df721b-a971-5f02-a361-017051016f74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA66 CFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA66%20CFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'MASTER 3.5T FWD',
 'odometer': 209736,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT MASTER 3.5T FWD 2.3 LM DCI 125 BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'LM DCI 125 BUSINESS',
 'vin': 'VF1MAF4SE54840865',
 'year': 2016}
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520CFO%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Saving data for SA66%20CFO: {'auction_closing_time': 1774951200.0, 'created_time': 1774390917.598469, 'last_price_update_time': 1774853428.549451}
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA66%2520CFO') HTTP/1.1" 204 0
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: LA19%20XKJ
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520XKJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Scrape type for LA19%20XKJ: 0
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: VN20%20WMD
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN20%2520WMD%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Scrape type for VN20%20WMD: 0
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: WG17%20VWY
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520VWY%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Scrape type for WG17%20VWY: 2
2026-03-30 06:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63383f0f-6471-5551-b184-5337fb675d9a with identifier: WG17%20VWY
2026-03-30 06:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63383f0f-6471-5551-b184-5337fb675d9a with scrape type 2
2026-03-30 06:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63383f0f-6471-5551-b184-5337fb675d9a with scrape type 2
2026-03-30 06:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63383f0f-6471-5551-b184-5337fb675d9a, identifier: WG17%20VWY
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: ML23%20GXU
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520GXU%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Scrape type for ML23%20GXU: 2
2026-03-30 06:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0b63a39-9665-51a7-9724-08d9a316a2dd with identifier: ML23%20GXU
2026-03-30 06:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0b63a39-9665-51a7-9724-08d9a316a2dd with scrape type 2
2026-03-30 06:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0b63a39-9665-51a7-9724-08d9a316a2dd with scrape type 2
2026-03-30 06:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0b63a39-9665-51a7-9724-08d9a316a2dd, identifier: ML23%20GXU
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: AJ71%20UZA
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520UZA%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Scrape type for AJ71%20UZA: 0
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: BK24%20PFA
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK24%2520PFA%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Scrape type for BK24%20PFA: 0
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: MV18%20CGO
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV18%2520CGO%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Scrape type for MV18%20CGO: 0
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: LN24%20TXE
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TXE%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Scrape type for LN24%20TXE: 0
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: KY22%20TFE
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520TFE%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Scrape type for KY22%20TFE: 0
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: DE14%20BEO
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE14%2520BEO%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Scrape type for DE14%20BEO: 0
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: LG14%20FWW
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG14%2520FWW%27 HTTP/1.1" 200 None
2026-03-30 06:50:28 [bca.uk] INFO: Scrape type for LG14%20FWW: 0
2026-03-30 06:50:28 [bca.uk] INFO: Found listing with ID: LV59%20EJU
2026-03-30 06:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV59%2520EJU%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for LV59%20EJU: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: OY66%20RKJ
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520RKJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for OY66%20RKJ: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: RO13%20ZWN
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO13%2520ZWN%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for RO13%20ZWN: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: WM23%20TUW
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM23%2520TUW%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for WM23%20TUW: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: WO23%20FUT
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO23%2520FUT%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for WO23%20FUT: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: CF74%20UJV
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF74%2520UJV%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for CF74%20UJV: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: YC25%20OHB
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OHB%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for YC25%20OHB: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: YG74%20OSN
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OSN%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for YG74%20OSN: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: YG74%20OCE
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCE%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for YG74%20OCE: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: YG74%20OHH
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHH%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for YG74%20OHH: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: YG74%20OCU
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCU%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for YG74%20OCU: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: DG68%20UWR
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG68%2520UWR%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for DG68%20UWR: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: SL66%20KZN
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL66%2520KZN%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for SL66%20KZN: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: FD16%20HPY
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD16%2520HPY%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for FD16%20HPY: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: SE65%20DWP
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE65%2520DWP%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for SE65%20DWP: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: RO12%20XAC
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO12%2520XAC%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for RO12%20XAC: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: LP62%20FSU
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP62%2520FSU%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for LP62%20FSU: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: LK18%20WZY
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK18%2520WZY%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for LK18%20WZY: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: AJ72%20TPY
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520TPY%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for AJ72%20TPY: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: BG72%20AYB
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG72%2520AYB%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for BG72%20AYB: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: BK25%20KKU
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK25%2520KKU%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for BK25%20KKU: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: BK72%20XNZ
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520XNZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for BK72%20XNZ: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: CF72%20XTX
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520XTX%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for CF72%20XTX: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: GD75%20AGX
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD75%2520AGX%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for GD75%20AGX: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: LJ72%20HES
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ72%2520HES%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for LJ72%20HES: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: LL25%20ZVB
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL25%2520ZVB%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for LL25%20ZVB: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: ML73%20DLK
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML73%2520DLK%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for ML73%20DLK: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: PY72%20JXS
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520JXS%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for PY72%20JXS: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: WD72%20CAA
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520CAA%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for WD72%20CAA: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: LL75%20OPD
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL75%2520OPD%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for LL75%20OPD: 0
2026-03-30 06:50:29 [bca.uk] INFO: Found listing with ID: YGZ%203701
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25203701%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Scrape type for YGZ%203701: 0
2026-03-30 06:50:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63383f0f-6471-5551-b184-5337fb675d9a with identifier: WG17%20VWY
2026-03-30 06:50:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63383f0f-6471-5551-b184-5337fb675d9a with identifier: WG17%20VWY
2026-03-30 06:50:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63383f0f-6471-5551-b184-5337fb675d9a with identifier: WG17%20VWY to the API
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG17%20VWY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '63383f0f-6471-5551-b184-5337fb675d9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG17 VWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG17%20VWY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'ALFA ROMEO',
 'model': 'GIULIETTA',
 'odometer': 48111,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6000,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'ALFA ROMEO GIULIETTA 1.4 TB M/AIR 150 SPECIALE Hatchback',
 'transmission': 'manual',
 'trim': 'TB M/AIR 150 SPECIALE',
 'vin': 'ZAR94000007474187',
 'year': 2017}
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520VWY%27 HTTP/1.1" 200 None
2026-03-30 06:50:29 [bca.uk] INFO: Saving data for WG17%20VWY: {'auction_closing_time': 1775026800.0, 'created_time': 1774265493.749461, 'last_price_update_time': 1774853429.995674}
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG17%2520VWY') HTTP/1.1" 204 0
2026-03-30 06:50:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0b63a39-9665-51a7-9724-08d9a316a2dd with identifier: ML23%20GXU
2026-03-30 06:50:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0b63a39-9665-51a7-9724-08d9a316a2dd with identifier: ML23%20GXU
2026-03-30 06:50:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0b63a39-9665-51a7-9724-08d9a316a2dd with identifier: ML23%20GXU to the API
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML23%20GXU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a0b63a39-9665-51a7-9724-08d9a316a2dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML23 GXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML23%20GXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 22911,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 150/77 LIFE ED.PRO PERF(125KC) Hatchback',
 'transmission': 'automatic',
 'trim': '150/77 LIFE ED.PRO PERF(125KC)',
 'vin': 'WVGZZZE2ZPE059175',
 'year': 2023}
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520GXU%27 HTTP/1.1" 200 None
2026-03-30 06:50:30 [bca.uk] INFO: Saving data for ML23%20GXU: {'auction_closing_time': 1774864800.0, 'created_time': 1774448060.443327, 'last_price_update_time': 1774853430.407318}
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML23%2520GXU') HTTP/1.1" 204 0
2026-03-30 06:50:30 [bca.uk] INFO: Found listing with ID: GN16%20RHU
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520RHU%27 HTTP/1.1" 200 None
2026-03-30 06:50:30 [bca.uk] INFO: Scrape type for GN16%20RHU: 0
2026-03-30 06:50:30 [bca.uk] INFO: Found listing with ID: BG74%20TDX
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG74%2520TDX%27 HTTP/1.1" 200 None
2026-03-30 06:50:30 [bca.uk] INFO: Scrape type for BG74%20TDX: 0
2026-03-30 06:50:30 [bca.uk] INFO: Found listing with ID: BK74%20ZPG
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520ZPG%27 HTTP/1.1" 200 None
2026-03-30 06:50:30 [bca.uk] INFO: Scrape type for BK74%20ZPG: 0
2026-03-30 06:50:30 [bca.uk] INFO: Found listing with ID: MM74%20YPO
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM74%2520YPO%27 HTTP/1.1" 200 None
2026-03-30 06:50:30 [bca.uk] INFO: Scrape type for MM74%20YPO: 0
2026-03-30 06:50:30 [bca.uk] INFO: Found listing with ID: WT25%20UFU
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFU%27 HTTP/1.1" 200 None
2026-03-30 06:50:30 [bca.uk] INFO: Scrape type for WT25%20UFU: 0
2026-03-30 06:50:30 [bca.uk] INFO: Found listing with ID: WT25%20UHC
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHC%27 HTTP/1.1" 200 None
2026-03-30 06:50:30 [bca.uk] INFO: Scrape type for WT25%20UHC: 0
2026-03-30 06:50:30 [bca.uk] INFO: Found listing with ID: YP74%20VUE
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP74%2520VUE%27 HTTP/1.1" 200 None
2026-03-30 06:50:30 [bca.uk] INFO: Scrape type for YP74%20VUE: 0
2026-03-30 06:50:30 [bca.uk] INFO: Found listing with ID: GF69%20USW
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF69%2520USW%27 HTTP/1.1" 200 None
2026-03-30 06:50:30 [bca.uk] INFO: Scrape type for GF69%20USW: 0
2026-03-30 06:50:30 [bca.uk] INFO: Found listing with ID: AK17%20BYL
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520BYL%27 HTTP/1.1" 200 None
2026-03-30 06:50:30 [bca.uk] INFO: Scrape type for AK17%20BYL: 2
2026-03-30 06:50:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with identifier: AK17%20BYL
2026-03-30 06:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with scrape type 2
2026-03-30 06:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with scrape type 2
2026-03-30 06:50:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a0393d5-8274-5be6-b20f-5f5ff2814b67, identifier: AK17%20BYL
2026-03-30 06:50:30 [bca.uk] INFO: Found listing with ID: AD72%20JZK
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD72%2520JZK%27 HTTP/1.1" 200 None
2026-03-30 06:50:30 [bca.uk] INFO: Scrape type for AD72%20JZK: 2
2026-03-30 06:50:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e434a729-c98f-5019-8ebe-49f883f83e66 with identifier: AD72%20JZK
2026-03-30 06:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e434a729-c98f-5019-8ebe-49f883f83e66 with scrape type 2
2026-03-30 06:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e434a729-c98f-5019-8ebe-49f883f83e66 with scrape type 2
2026-03-30 06:50:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e434a729-c98f-5019-8ebe-49f883f83e66, identifier: AD72%20JZK
2026-03-30 06:50:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with identifier: AK17%20BYL
2026-03-30 06:50:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with identifier: AK17%20BYL
2026-03-30 06:50:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a0393d5-8274-5be6-b20f-5f5ff2814b67 with identifier: AK17%20BYL to the API
2026-03-30 06:50:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK17%20BYL-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1a0393d5-8274-5be6-b20f-5f5ff2814b67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK17 BYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK17%20BYL&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 54000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA XTRONIC',
 'vin': 'SJNFBAF15U7336261',
 'year': 2017}
2026-03-30 06:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520BYL%27 HTTP/1.1" 200 None
2026-03-30 06:50:31 [bca.uk] INFO: Saving data for AK17%20BYL: {'auction_closing_time': 1775026800.0, 'created_time': 1774006001.184712, 'last_price_update_time': 1774853431.458801}
2026-03-30 06:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK17%2520BYL') HTTP/1.1" 204 0
2026-03-30 06:50:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e434a729-c98f-5019-8ebe-49f883f83e66 with identifier: AD72%20JZK
2026-03-30 06:50:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e434a729-c98f-5019-8ebe-49f883f83e66 with identifier: AD72%20JZK
2026-03-30 06:50:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e434a729-c98f-5019-8ebe-49f883f83e66 with identifier: AD72%20JZK to the API
2026-03-30 06:50:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD72%20JZK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e434a729-c98f-5019-8ebe-49f883f83e66',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AD72 JZK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD72%20JZK&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': 'IX1',
 'odometer': 49756,
 'odometer_reading_unit': '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': 'WBY62EF0805W31024',
 'year': 2023}
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD72%2520JZK%27 HTTP/1.1" 200 None
2026-03-30 06:50:32 [bca.uk] INFO: Saving data for AD72%20JZK: {'auction_closing_time': 1774864800.0, 'created_time': 1774448079.336679, 'last_price_update_time': 1774853432.172761}
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD72%2520JZK') HTTP/1.1" 204 0
2026-03-30 06:50:32 [bca.uk] INFO: Found listing with ID: FG70%20XSO
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG70%2520XSO%27 HTTP/1.1" 200 None
2026-03-30 06:50:32 [bca.uk] INFO: Scrape type for FG70%20XSO: 2
2026-03-30 06:50:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with identifier: FG70%20XSO
2026-03-30 06:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with scrape type 2
2026-03-30 06:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with scrape type 2
2026-03-30 06:50:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6605f766-cabc-5db9-ab9f-f97d7ed03c38, identifier: FG70%20XSO
2026-03-30 06:50:32 [bca.uk] INFO: Found listing with ID: OE23%20JJL
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520JJL%27 HTTP/1.1" 200 None
2026-03-30 06:50:32 [bca.uk] INFO: Scrape type for OE23%20JJL: 2
2026-03-30 06:50:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34ee13d5-8e00-50ad-a1d6-a841712c0bd6 with identifier: OE23%20JJL
2026-03-30 06:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34ee13d5-8e00-50ad-a1d6-a841712c0bd6 with scrape type 2
2026-03-30 06:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34ee13d5-8e00-50ad-a1d6-a841712c0bd6 with scrape type 2
2026-03-30 06:50:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34ee13d5-8e00-50ad-a1d6-a841712c0bd6, identifier: OE23%20JJL
2026-03-30 06:50:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with identifier: FG70%20XSO
2026-03-30 06:50:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with identifier: FG70%20XSO
2026-03-30 06:50:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6605f766-cabc-5db9-ab9f-f97d7ed03c38 with identifier: FG70%20XSO to the API
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG70%20XSO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6605f766-cabc-5db9-ab9f-f97d7ed03c38',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG70 XSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG70%20XSO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 32205,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9000,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF02XXERK2LR76585',
 'year': 2020}
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG70%2520XSO%27 HTTP/1.1" 200 None
2026-03-30 06:50:32 [bca.uk] INFO: Saving data for FG70%20XSO: {'auction_closing_time': 1775026800.0, 'created_time': 1773841408.864452, 'last_price_update_time': 1774853432.880464}
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG70%2520XSO') HTTP/1.1" 204 0
2026-03-30 06:50:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34ee13d5-8e00-50ad-a1d6-a841712c0bd6 with identifier: OE23%20JJL
2026-03-30 06:50:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34ee13d5-8e00-50ad-a1d6-a841712c0bd6 with identifier: OE23%20JJL
2026-03-30 06:50:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34ee13d5-8e00-50ad-a1d6-a841712c0bd6 with identifier: OE23%20JJL to the API
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE23%20JJL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '34ee13d5-8e00-50ad-a1d6-a841712c0bd6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE23 JJL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE23%20JJL&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 35497,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 170KW 78KWH SM2 LONG RANGE Coupe',
 'transmission': 'automatic',
 'trim': '170KW 78KWH SM2 LONG RANGE',
 'vin': 'YSMVSEGE3PL157954',
 'year': 2023}
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520JJL%27 HTTP/1.1" 200 None
2026-03-30 06:50:33 [bca.uk] INFO: Saving data for OE23%20JJL: {'auction_closing_time': 1774864800.0, 'created_time': 1774448068.032232, 'last_price_update_time': 1774853433.285146}
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE23%2520JJL') HTTP/1.1" 204 0
2026-03-30 06:50:33 [bca.uk] INFO: Found listing with ID: SW71%20RHJ
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW71%2520RHJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:33 [bca.uk] INFO: Scrape type for SW71%20RHJ: 0
2026-03-30 06:50:33 [bca.uk] INFO: Found listing with ID: LL74%20DLF
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DLF%27 HTTP/1.1" 200 None
2026-03-30 06:50:33 [bca.uk] INFO: Scrape type for LL74%20DLF: 0
2026-03-30 06:50:33 [bca.uk] INFO: Found listing with ID: EY67%20LHH
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY67%2520LHH%27 HTTP/1.1" 200 None
2026-03-30 06:50:33 [bca.uk] INFO: Scrape type for EY67%20LHH: 2
2026-03-30 06:50:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with identifier: EY67%20LHH
2026-03-30 06:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with scrape type 2
2026-03-30 06:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with scrape type 2
2026-03-30 06:50:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed, identifier: EY67%20LHH
2026-03-30 06:50:33 [bca.uk] INFO: Found listing with ID: FE14%20YGX
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50: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%2520YGX%27 HTTP/1.1" 200 None
2026-03-30 06:50:33 [bca.uk] INFO: Scrape type for FE14%20YGX: 2
2026-03-30 06:50:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 098ba985-fe3a-59f5-939b-649e96963ace with identifier: FE14%20YGX
2026-03-30 06:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 098ba985-fe3a-59f5-939b-649e96963ace with scrape type 2
2026-03-30 06:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 098ba985-fe3a-59f5-939b-649e96963ace with scrape type 2
2026-03-30 06:50:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 098ba985-fe3a-59f5-939b-649e96963ace, identifier: FE14%20YGX
2026-03-30 06:50:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with identifier: EY67%20LHH
2026-03-30 06:50:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with identifier: EY67%20LHH
2026-03-30 06:50:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed with identifier: EY67%20LHH to the API
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY67%20LHH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7cdc44ab-bbe3-5ebc-a462-b3ed0d52b1ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EY67 LHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY67%20LHH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 63557,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5850,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA+ Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA+',
 'vin': 'SJNFEAJ11U2159017',
 'year': 2018}
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY67%2520LHH%27 HTTP/1.1" 200 None
2026-03-30 06:50:33 [bca.uk] INFO: Saving data for EY67%20LHH: {'auction_closing_time': 1775026800.0, 'created_time': 1773828120.984452, 'last_price_update_time': 1774853433.867895}
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY67%2520LHH') HTTP/1.1" 204 0
2026-03-30 06:50:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 098ba985-fe3a-59f5-939b-649e96963ace with identifier: FE14%20YGX
2026-03-30 06:50:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 098ba985-fe3a-59f5-939b-649e96963ace with identifier: FE14%20YGX
2026-03-30 06:50:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 098ba985-fe3a-59f5-939b-649e96963ace with identifier: FE14%20YGX to the API
2026-03-30 06:50:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE14%20YGX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '098ba985-fe3a-59f5-939b-649e96963ace',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE14 YGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE14%20YGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'TT RS',
 'odometer': 66207,
 'odometer_reading_unit': '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 TT RS 2.5 TFSI QUATTRO PLUS S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TFSI QUATTRO PLUS S-T',
 'vin': 'TRUZZZ8J2E1900291',
 'year': 2014}
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE14%2520YGX%27 HTTP/1.1" 200 None
2026-03-30 06:50:34 [bca.uk] INFO: Saving data for FE14%20YGX: {'auction_closing_time': 1774864800.0, 'created_time': 1774448068.438199, 'last_price_update_time': 1774853434.167262}
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE14%2520YGX') HTTP/1.1" 204 0
2026-03-30 06:50:34 [bca.uk] INFO: Found listing with ID: LA69%20ZWT
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA69%2520ZWT%27 HTTP/1.1" 200 None
2026-03-30 06:50:34 [bca.uk] INFO: Scrape type for LA69%20ZWT: 0
2026-03-30 06:50:34 [bca.uk] INFO: Found listing with ID: LC72%20PNU
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520PNU%27 HTTP/1.1" 200 None
2026-03-30 06:50:34 [bca.uk] INFO: Scrape type for LC72%20PNU: 2
2026-03-30 06:50:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa673694-53c3-5513-95e3-099b488a6f61 with identifier: LC72%20PNU
2026-03-30 06:50:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa673694-53c3-5513-95e3-099b488a6f61 with scrape type 2
2026-03-30 06:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa673694-53c3-5513-95e3-099b488a6f61 with scrape type 2
2026-03-30 06:50:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa673694-53c3-5513-95e3-099b488a6f61, identifier: LC72%20PNU
2026-03-30 06:50:34 [bca.uk] INFO: Found listing with ID: YT72%20DXY
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT72%2520DXY%27 HTTP/1.1" 200 None
2026-03-30 06:50:34 [bca.uk] INFO: Scrape type for YT72%20DXY: 2
2026-03-30 06:50:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf37154d-aaca-5eae-8c37-2b527ae54b1d with identifier: YT72%20DXY
2026-03-30 06:50:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf37154d-aaca-5eae-8c37-2b527ae54b1d with scrape type 2
2026-03-30 06:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf37154d-aaca-5eae-8c37-2b527ae54b1d with scrape type 2
2026-03-30 06:50:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf37154d-aaca-5eae-8c37-2b527ae54b1d, identifier: YT72%20DXY
2026-03-30 06:50:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa673694-53c3-5513-95e3-099b488a6f61 with identifier: LC72%20PNU
2026-03-30 06:50:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa673694-53c3-5513-95e3-099b488a6f61 with identifier: LC72%20PNU
2026-03-30 06:50:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa673694-53c3-5513-95e3-099b488a6f61 with identifier: LC72%20PNU to the API
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC72%20PNU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'aa673694-53c3-5513-95e3-099b488a6f61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC72 PNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC72%20PNU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'MOKKA-E',
 'odometer': 11878,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10750,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA-E 100KW 50KWH GS Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GS',
 'vin': 'VXKUKZKXZNW121332',
 'year': 2023}
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520PNU%27 HTTP/1.1" 200 None
2026-03-30 06:50:34 [bca.uk] INFO: Saving data for LC72%20PNU: {'auction_closing_time': 1775026800.0, 'created_time': 1773828111.320272, 'last_price_update_time': 1774853434.733727}
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC72%2520PNU') HTTP/1.1" 204 0
2026-03-30 06:50:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf37154d-aaca-5eae-8c37-2b527ae54b1d with identifier: YT72%20DXY
2026-03-30 06:50:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf37154d-aaca-5eae-8c37-2b527ae54b1d with identifier: YT72%20DXY
2026-03-30 06:50:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf37154d-aaca-5eae-8c37-2b527ae54b1d with identifier: YT72%20DXY to the API
2026-03-30 06:50:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT72%20DXY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cf37154d-aaca-5eae-8c37-2b527ae54b1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YT72 DXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT72%20DXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 21783,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q BLACK ED.',
 'vin': 'WAUZZZGE0PB015452',
 'year': 2022}
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT72%2520DXY%27 HTTP/1.1" 200 None
2026-03-30 06:50:35 [bca.uk] INFO: Saving data for YT72%20DXY: {'auction_closing_time': 1774864800.0, 'created_time': 1774448039.44319, 'last_price_update_time': 1774853435.029054}
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT72%2520DXY') HTTP/1.1" 204 0
2026-03-30 06:50:35 [bca.uk] INFO: Found listing with ID: LE72%20BJO
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520BJO%27 HTTP/1.1" 200 None
2026-03-30 06:50:35 [bca.uk] INFO: Scrape type for LE72%20BJO: 2
2026-03-30 06:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a673e6f-ff2e-5962-b8d6-bed23206965d with identifier: LE72%20BJO
2026-03-30 06:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a673e6f-ff2e-5962-b8d6-bed23206965d with scrape type 2
2026-03-30 06:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a673e6f-ff2e-5962-b8d6-bed23206965d with scrape type 2
2026-03-30 06:50:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a673e6f-ff2e-5962-b8d6-bed23206965d, identifier: LE72%20BJO
2026-03-30 06:50:35 [bca.uk] INFO: Found listing with ID: FY15%20FDD
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY15%2520FDD%27 HTTP/1.1" 200 None
2026-03-30 06:50:35 [bca.uk] INFO: Scrape type for FY15%20FDD: 2
2026-03-30 06:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e86e42d2-8a42-5669-8931-e74cf726d940 with identifier: FY15%20FDD
2026-03-30 06:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e86e42d2-8a42-5669-8931-e74cf726d940 with scrape type 2
2026-03-30 06:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e86e42d2-8a42-5669-8931-e74cf726d940 with scrape type 2
2026-03-30 06:50:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e86e42d2-8a42-5669-8931-e74cf726d940, identifier: FY15%20FDD
2026-03-30 06:50:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a673e6f-ff2e-5962-b8d6-bed23206965d with identifier: LE72%20BJO
2026-03-30 06:50:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a673e6f-ff2e-5962-b8d6-bed23206965d with identifier: LE72%20BJO
2026-03-30 06:50:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a673e6f-ff2e-5962-b8d6-bed23206965d with identifier: LE72%20BJO to the API
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE72%20BJO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4a673e6f-ff2e-5962-b8d6-bed23206965d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE72 BJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE72%20BJO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 39040,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.0 DIG-T 114 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 114 N-CONNECTA',
 'vin': 'SJNFAAF16U1216112',
 'year': 2023}
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE72%2520BJO%27 HTTP/1.1" 200 None
2026-03-30 06:50:35 [bca.uk] INFO: Saving data for LE72%20BJO: {'auction_closing_time': 1775026800.0, 'created_time': 1773828102.527756, 'last_price_update_time': 1774853435.572643}
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE72%2520BJO') HTTP/1.1" 204 0
2026-03-30 06:50:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e86e42d2-8a42-5669-8931-e74cf726d940 with identifier: FY15%20FDD
2026-03-30 06:50:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e86e42d2-8a42-5669-8931-e74cf726d940 with identifier: FY15%20FDD
2026-03-30 06:50:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e86e42d2-8a42-5669-8931-e74cf726d940 with identifier: FY15%20FDD to the API
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY15%20FDD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e86e42d2-8a42-5669-8931-e74cf726d940',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY15 FDD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY15%20FDD&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'A220',
 'odometer': 85674,
 'odometer_reading_unit': '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 A220 2.1 CDI AMG SPORT DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'CDI AMG SPORT DCT',
 'vin': 'WDD1760032V045929',
 'year': 2015}
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY15%2520FDD%27 HTTP/1.1" 200 None
2026-03-30 06:50:35 [bca.uk] INFO: Saving data for FY15%20FDD: {'auction_closing_time': 1774864800.0, 'created_time': 1774448474.506414, 'last_price_update_time': 1774853435.875237}
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY15%2520FDD') HTTP/1.1" 204 0
2026-03-30 06:50:35 [bca.uk] INFO: Found listing with ID: LS65%20WHH
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520WHH%27 HTTP/1.1" 200 None
2026-03-30 06:50:35 [bca.uk] INFO: Scrape type for LS65%20WHH: 2
2026-03-30 06:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 500f8839-a10b-5141-943c-7aac4ed49c02 with identifier: LS65%20WHH
2026-03-30 06:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 500f8839-a10b-5141-943c-7aac4ed49c02 with scrape type 2
2026-03-30 06:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 500f8839-a10b-5141-943c-7aac4ed49c02 with scrape type 2
2026-03-30 06:50:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 500f8839-a10b-5141-943c-7aac4ed49c02, identifier: LS65%20WHH
2026-03-30 06:50:36 [bca.uk] INFO: Found listing with ID: LA19%20EGE
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520EGE%27 HTTP/1.1" 200 None
2026-03-30 06:50:36 [bca.uk] INFO: Scrape type for LA19%20EGE: 2
2026-03-30 06:50:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44e3025a-2c82-594e-bc6f-b2ea805c189f with identifier: LA19%20EGE
2026-03-30 06:50:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44e3025a-2c82-594e-bc6f-b2ea805c189f with scrape type 2
2026-03-30 06:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44e3025a-2c82-594e-bc6f-b2ea805c189f with scrape type 2
2026-03-30 06:50:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 44e3025a-2c82-594e-bc6f-b2ea805c189f, identifier: LA19%20EGE
2026-03-30 06:50:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 500f8839-a10b-5141-943c-7aac4ed49c02 with identifier: LS65%20WHH
2026-03-30 06:50:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 500f8839-a10b-5141-943c-7aac4ed49c02 with identifier: LS65%20WHH
2026-03-30 06:50:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 500f8839-a10b-5141-943c-7aac4ed49c02 with identifier: LS65%20WHH to the API
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS65%20WHH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '500f8839-a10b-5141-943c-7aac4ed49c02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS65 WHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS65%20WHH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 105115,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11500,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 TDI 218 QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 218 QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M3GD020872',
 'year': 2015}
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS65%2520WHH%27 HTTP/1.1" 200 None
2026-03-30 06:50:36 [bca.uk] INFO: Saving data for LS65%20WHH: {'auction_closing_time': 1775026800.0, 'created_time': 1773829863.749554, 'last_price_update_time': 1774853436.406865}
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS65%2520WHH') HTTP/1.1" 204 0
2026-03-30 06:50:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 44e3025a-2c82-594e-bc6f-b2ea805c189f with identifier: LA19%20EGE
2026-03-30 06:50:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 44e3025a-2c82-594e-bc6f-b2ea805c189f with identifier: LA19%20EGE
2026-03-30 06:50:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 44e3025a-2c82-594e-bc6f-b2ea805c189f with identifier: LA19%20EGE to the API
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA19%20EGE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '44e3025a-2c82-594e-bc6f-b2ea805c189f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA19 EGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA19%20EGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 48832,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': '85 ZETEC',
 'vin': 'WF0JXXGAHJKK86768',
 'year': 2019}
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA19%2520EGE%27 HTTP/1.1" 200 None
2026-03-30 06:50:36 [bca.uk] INFO: Saving data for LA19%20EGE: {'auction_closing_time': 1774864800.0, 'created_time': 1774448471.617395, 'last_price_update_time': 1774853436.796273}
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA19%2520EGE') HTTP/1.1" 204 0
2026-03-30 06:50:36 [bca.uk] INFO: Found listing with ID: LV23%20MPF
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520MPF%27 HTTP/1.1" 200 None
2026-03-30 06:50:36 [bca.uk] INFO: Scrape type for LV23%20MPF: 2
2026-03-30 06:50:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32182ec3-f52f-5d69-aee0-71f32cf0df34 with identifier: LV23%20MPF
2026-03-30 06:50:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32182ec3-f52f-5d69-aee0-71f32cf0df34 with scrape type 2
2026-03-30 06:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32182ec3-f52f-5d69-aee0-71f32cf0df34 with scrape type 2
2026-03-30 06:50:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32182ec3-f52f-5d69-aee0-71f32cf0df34, identifier: LV23%20MPF
2026-03-30 06:50:36 [bca.uk] INFO: Found listing with ID: PY07%20NKM
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY07%2520NKM%27 HTTP/1.1" 200 None
2026-03-30 06:50:36 [bca.uk] INFO: Scrape type for PY07%20NKM: 2
2026-03-30 06:50:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f176b3db-1b58-54c7-9d4c-260581d7665f with identifier: PY07%20NKM
2026-03-30 06:50:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f176b3db-1b58-54c7-9d4c-260581d7665f with scrape type 2
2026-03-30 06:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f176b3db-1b58-54c7-9d4c-260581d7665f with scrape type 2
2026-03-30 06:50:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f176b3db-1b58-54c7-9d4c-260581d7665f, identifier: PY07%20NKM
2026-03-30 06:50:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32182ec3-f52f-5d69-aee0-71f32cf0df34 with identifier: LV23%20MPF
2026-03-30 06:50:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32182ec3-f52f-5d69-aee0-71f32cf0df34 with identifier: LV23%20MPF
2026-03-30 06:50:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32182ec3-f52f-5d69-aee0-71f32cf0df34 with identifier: LV23%20MPF to the API
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV23%20MPF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '32182ec3-f52f-5d69-aee0-71f32cf0df34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV23 MPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV23%20MPF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 9139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 150KW 64KWH SE LR Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH SE LR',
 'vin': 'LSJWH4096PN107493',
 'year': 2023}
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520MPF%27 HTTP/1.1" 200 None
2026-03-30 06:50:37 [bca.uk] INFO: Saving data for LV23%20MPF: {'auction_closing_time': 1775026800.0, 'created_time': 1773828268.805203, 'last_price_update_time': 1774853437.38054}
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV23%2520MPF') HTTP/1.1" 204 0
2026-03-30 06:50:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f176b3db-1b58-54c7-9d4c-260581d7665f with identifier: PY07%20NKM
2026-03-30 06:50:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f176b3db-1b58-54c7-9d4c-260581d7665f with identifier: PY07%20NKM
2026-03-30 06:50:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f176b3db-1b58-54c7-9d4c-260581d7665f with identifier: PY07%20NKM to the API
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY07%20NKM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f176b3db-1b58-54c7-9d4c-260581d7665f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY07 NKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY07%20NKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 170519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.8 TDCI 75 200 SWB L Refrigerated',
 'transmission': 'manual',
 'trim': 'TDCI 75 200 SWB L',
 'vin': 'WF0TXXTTPT7E47667',
 'year': 2007}
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY07%2520NKM%27 HTTP/1.1" 200 None
2026-03-30 06:50:37 [bca.uk] INFO: Saving data for PY07%20NKM: {'auction_closing_time': 1774951200.0, 'created_time': 1774448255.877878, 'last_price_update_time': 1774853437.688476}
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY07%2520NKM') HTTP/1.1" 204 0
2026-03-30 06:50:37 [bca.uk] INFO: Found listing with ID: LV23%20SVP
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV23%2520SVP%27 HTTP/1.1" 200 None
2026-03-30 06:50:37 [bca.uk] INFO: Scrape type for LV23%20SVP: 0
2026-03-30 06:50:37 [bca.uk] INFO: Found listing with ID: LX73%20OAC
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX73%2520OAC%27 HTTP/1.1" 200 None
2026-03-30 06:50:37 [bca.uk] INFO: Scrape type for LX73%20OAC: 2
2026-03-30 06:50:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15150655-b7ad-500f-bab1-336758afc724 with identifier: LX73%20OAC
2026-03-30 06:50:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15150655-b7ad-500f-bab1-336758afc724 with scrape type 2
2026-03-30 06:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15150655-b7ad-500f-bab1-336758afc724 with scrape type 2
2026-03-30 06:50:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15150655-b7ad-500f-bab1-336758afc724, identifier: LX73%20OAC
2026-03-30 06:50:37 [bca.uk] INFO: Found listing with ID: SM19%20UCL
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM19%2520UCL%27 HTTP/1.1" 200 None
2026-03-30 06:50:37 [bca.uk] INFO: Scrape type for SM19%20UCL: 2
2026-03-30 06:50:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4955c338-270b-5a59-af5c-bdabd8ca98b3 with identifier: SM19%20UCL
2026-03-30 06:50:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4955c338-270b-5a59-af5c-bdabd8ca98b3 with scrape type 2
2026-03-30 06:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4955c338-270b-5a59-af5c-bdabd8ca98b3 with scrape type 2
2026-03-30 06:50:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4955c338-270b-5a59-af5c-bdabd8ca98b3, identifier: SM19%20UCL
2026-03-30 06:50:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15150655-b7ad-500f-bab1-336758afc724 with identifier: LX73%20OAC
2026-03-30 06:50:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15150655-b7ad-500f-bab1-336758afc724 with identifier: LX73%20OAC
2026-03-30 06:50:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15150655-b7ad-500f-bab1-336758afc724 with identifier: LX73%20OAC to the API
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX73%20OAC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '15150655-b7ad-500f-bab1-336758afc724',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX73 OAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX73%20OAC&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 7813,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 29600,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.0 E-HEV 4WD ELEGANCE E-CVT StationWagon',
 'transmission': 'automatic',
 'trim': 'E-HEV 4WD ELEGANCE E-CVT',
 'vin': 'LVHRS686XR7702109',
 'year': 2024}
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX73%2520OAC%27 HTTP/1.1" 200 None
2026-03-30 06:50:38 [bca.uk] INFO: Saving data for LX73%20OAC: {'auction_closing_time': 1775026800.0, 'created_time': 1773933777.704201, 'last_price_update_time': 1774853438.254786}
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX73%2520OAC') HTTP/1.1" 204 0
2026-03-30 06:50:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4955c338-270b-5a59-af5c-bdabd8ca98b3 with identifier: SM19%20UCL
2026-03-30 06:50:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4955c338-270b-5a59-af5c-bdabd8ca98b3 with identifier: SM19%20UCL
2026-03-30 06:50:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4955c338-270b-5a59-af5c-bdabd8ca98b3 with identifier: SM19%20UCL to the API
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM19%20UCL-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4955c338-270b-5a59-af5c-bdabd8ca98b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM19 UCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM19%20UCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 63718,
 'odometer_reading_unit': '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 TECH LINE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 TECH LINE',
 'vin': 'W0VZRHNSXKS166691',
 'year': 2019}
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM19%2520UCL%27 HTTP/1.1" 200 None
2026-03-30 06:50:38 [bca.uk] INFO: Saving data for SM19%20UCL: {'auction_closing_time': 1774864800.0, 'created_time': 1774448516.608277, 'last_price_update_time': 1774853438.575822}
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM19%2520UCL') HTTP/1.1" 204 0
2026-03-30 06:50:38 [bca.uk] INFO: Found listing with ID: LY73%20HVJ
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520HVJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:38 [bca.uk] INFO: Scrape type for LY73%20HVJ: 2
2026-03-30 06:50:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3591d91-3ae3-53eb-8bf7-9aec54029da3 with identifier: LY73%20HVJ
2026-03-30 06:50:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3591d91-3ae3-53eb-8bf7-9aec54029da3 with scrape type 2
2026-03-30 06:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3591d91-3ae3-53eb-8bf7-9aec54029da3 with scrape type 2
2026-03-30 06:50:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b3591d91-3ae3-53eb-8bf7-9aec54029da3, identifier: LY73%20HVJ
2026-03-30 06:50:38 [bca.uk] INFO: Found listing with ID: R77%20MXR
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R77%2520MXR%27 HTTP/1.1" 200 None
2026-03-30 06:50:38 [bca.uk] INFO: Scrape type for R77%20MXR: 2
2026-03-30 06:50:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf2f00cb-a4de-58a3-adcb-16a5fc6f0b27 with identifier: R77%20MXR
2026-03-30 06:50:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf2f00cb-a4de-58a3-adcb-16a5fc6f0b27 with scrape type 2
2026-03-30 06:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf2f00cb-a4de-58a3-adcb-16a5fc6f0b27 with scrape type 2
2026-03-30 06:50:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bf2f00cb-a4de-58a3-adcb-16a5fc6f0b27, identifier: R77%20MXR
2026-03-30 06:50:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b3591d91-3ae3-53eb-8bf7-9aec54029da3 with identifier: LY73%20HVJ
2026-03-30 06:50:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b3591d91-3ae3-53eb-8bf7-9aec54029da3 with identifier: LY73%20HVJ
2026-03-30 06:50:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b3591d91-3ae3-53eb-8bf7-9aec54029da3 with identifier: LY73%20HVJ to the API
2026-03-30 06:50:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY73%20HVJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b3591d91-3ae3-53eb-8bf7-9aec54029da3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY73 HVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY73%20HVJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 5585,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15250,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.2 TURBO 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 GS',
 'vin': 'VXKUSHNSSPW118118',
 'year': 2024}
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY73%2520HVJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:39 [bca.uk] INFO: Saving data for LY73%20HVJ: {'auction_closing_time': 1775026800.0, 'created_time': 1773829870.137812, 'last_price_update_time': 1774853439.111084}
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY73%2520HVJ') HTTP/1.1" 204 0
2026-03-30 06:50:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bf2f00cb-a4de-58a3-adcb-16a5fc6f0b27 with identifier: R77%20MXR
2026-03-30 06:50:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bf2f00cb-a4de-58a3-adcb-16a5fc6f0b27 with identifier: R77%20MXR
2026-03-30 06:50:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bf2f00cb-a4de-58a3-adcb-16a5fc6f0b27 with identifier: R77%20MXR to the API
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R77%20MXR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'bf2f00cb-a4de-58a3-adcb-16a5fc6f0b27',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'R77 MXR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=R77%20MXR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 37089,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF E-GOLF Hatchback',
 'transmission': 'automatic',
 'trim': 'E-GOLF',
 'vin': 'WVWZZZAUZLW901391',
 'year': 2019}
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R77%2520MXR%27 HTTP/1.1" 200 None
2026-03-30 06:50:39 [bca.uk] INFO: Saving data for R77%20MXR: {'auction_closing_time': 1774864800.0, 'created_time': 1774448435.815259, 'last_price_update_time': 1774853439.447817}
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R77%2520MXR') HTTP/1.1" 204 0
2026-03-30 06:50:39 [bca.uk] INFO: Found listing with ID: NA13%20KJV
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA13%2520KJV%27 HTTP/1.1" 200 None
2026-03-30 06:50:39 [bca.uk] INFO: Scrape type for NA13%20KJV: 2
2026-03-30 06:50:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with identifier: NA13%20KJV
2026-03-30 06:50:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with scrape type 2
2026-03-30 06:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with scrape type 2
2026-03-30 06:50:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e, identifier: NA13%20KJV
2026-03-30 06:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:50:39 [bca.uk] INFO: Found listing with ID: KU70%20UVS
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU70%2520UVS%27 HTTP/1.1" 200 None
2026-03-30 06:50:39 [bca.uk] INFO: Scrape type for KU70%20UVS: 2
2026-03-30 06:50:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9151cc0-b499-5ad3-8ca7-c797309f0e8d with identifier: KU70%20UVS
2026-03-30 06:50:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9151cc0-b499-5ad3-8ca7-c797309f0e8d with scrape type 2
2026-03-30 06:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9151cc0-b499-5ad3-8ca7-c797309f0e8d with scrape type 2
2026-03-30 06:50:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9151cc0-b499-5ad3-8ca7-c797309f0e8d, identifier: KU70%20UVS
2026-03-30 06:50:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with identifier: NA13%20KJV
2026-03-30 06:50:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with identifier: NA13%20KJV
2026-03-30 06:50:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b5efaf0-9cb2-5937-81d8-13dcdc3b307e with identifier: NA13%20KJV to the API
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA13%20KJV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b5efaf0-9cb2-5937-81d8-13dcdc3b307e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA13 KJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA13%20KJV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 109396,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1300,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'STYLE',
 'vin': 'MALBB51BLDM476701',
 'year': 2013}
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA13%2520KJV%27 HTTP/1.1" 200 None
2026-03-30 06:50:39 [bca.uk] INFO: Saving data for NA13%20KJV: {'auction_closing_time': 1775026800.0, 'created_time': 1773839534.602518, 'last_price_update_time': 1774853439.971401}
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA13%2520KJV') HTTP/1.1" 204 0
2026-03-30 06:50:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9151cc0-b499-5ad3-8ca7-c797309f0e8d with identifier: KU70%20UVS
2026-03-30 06:50:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9151cc0-b499-5ad3-8ca7-c797309f0e8d with identifier: KU70%20UVS
2026-03-30 06:50:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9151cc0-b499-5ad3-8ca7-c797309f0e8d with identifier: KU70%20UVS to the API
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU70%20UVS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9151cc0-b499-5ad3-8ca7-c797309f0e8d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KU70 UVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU70%20UVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 68642,
 'odometer_reading_unit': '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': 'SALCA2AN4LH871868',
 'year': 2020}
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU70%2520UVS%27 HTTP/1.1" 200 None
2026-03-30 06:50:40 [bca.uk] INFO: Saving data for KU70%20UVS: {'auction_closing_time': 1774951200.0, 'created_time': 1774448450.360312, 'last_price_update_time': 1774853440.280035}
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU70%2520UVS') HTTP/1.1" 204 0
2026-03-30 06:50:40 [bca.uk] INFO: Found listing with ID: PN20%20PBZ
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN20%2520PBZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:40 [bca.uk] INFO: Scrape type for PN20%20PBZ: 0
2026-03-30 06:50:40 [bca.uk] INFO: Found listing with ID: WN69%20RLX
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520RLX%27 HTTP/1.1" 200 None
2026-03-30 06:50:40 [bca.uk] INFO: Scrape type for WN69%20RLX: 2
2026-03-30 06:50:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with identifier: WN69%20RLX
2026-03-30 06:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with scrape type 2
2026-03-30 06:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with scrape type 2
2026-03-30 06:50:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320, identifier: WN69%20RLX
2026-03-30 06:50:40 [bca.uk] INFO: Found listing with ID: EX12%20FZW
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX12%2520FZW%27 HTTP/1.1" 200 None
2026-03-30 06:50:40 [bca.uk] INFO: Scrape type for EX12%20FZW: 2
2026-03-30 06:50:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da65be7f-05e2-5945-b2ad-6d128f9b4616 with identifier: EX12%20FZW
2026-03-30 06:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da65be7f-05e2-5945-b2ad-6d128f9b4616 with scrape type 2
2026-03-30 06:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da65be7f-05e2-5945-b2ad-6d128f9b4616 with scrape type 2
2026-03-30 06:50:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da65be7f-05e2-5945-b2ad-6d128f9b4616, identifier: EX12%20FZW
2026-03-30 06:50:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with identifier: WN69%20RLX
2026-03-30 06:50:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with identifier: WN69%20RLX
2026-03-30 06:50:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320 with identifier: WN69%20RLX to the API
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN69%20RLX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b80e56c-a7e5-5dbf-afd0-9b1ca9a95320',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN69 RLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN69%20RLX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 31739,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 17500,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A6 AVANT 2.0 45 TFSI QUATTRO SPORT S-T Estate',
 'transmission': 'automatic',
 'trim': '45 TFSI QUATTRO SPORT S-T',
 'vin': 'WAUZZZF20LN023177',
 'year': 2019}
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN69%2520RLX%27 HTTP/1.1" 200 None
2026-03-30 06:50:40 [bca.uk] INFO: Saving data for WN69%20RLX: {'auction_closing_time': 1775026800.0, 'created_time': 1773828336.275589, 'last_price_update_time': 1774853440.824635}
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN69%2520RLX') HTTP/1.1" 204 0
2026-03-30 06:50:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da65be7f-05e2-5945-b2ad-6d128f9b4616 with identifier: EX12%20FZW
2026-03-30 06:50:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da65be7f-05e2-5945-b2ad-6d128f9b4616 with identifier: EX12%20FZW
2026-03-30 06:50:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da65be7f-05e2-5945-b2ad-6d128f9b4616 with identifier: EX12%20FZW to the API
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX12%20FZW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da65be7f-05e2-5945-b2ad-6d128f9b4616',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX12 FZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX12%20FZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 83270,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 TDCI 70 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 70 TITANIUM',
 'vin': 'WF0JXXGAJJBP88403',
 'year': 2012}
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX12%2520FZW%27 HTTP/1.1" 200 None
2026-03-30 06:50:41 [bca.uk] INFO: Saving data for EX12%20FZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774448375.761952, 'last_price_update_time': 1774853441.204189}
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX12%2520FZW') HTTP/1.1" 204 0
2026-03-30 06:50:41 [bca.uk] INFO: Found listing with ID: BW68%20EAO
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW68%2520EAO%27 HTTP/1.1" 200 None
2026-03-30 06:50:41 [bca.uk] INFO: Scrape type for BW68%20EAO: 2
2026-03-30 06:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with identifier: BW68%20EAO
2026-03-30 06:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with scrape type 2
2026-03-30 06:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with scrape type 2
2026-03-30 06:50:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 965022f0-a8ac-5666-bdc8-12bbbbf89aa8, identifier: BW68%20EAO
2026-03-30 06:50:41 [bca.uk] INFO: Total items found: 100
2026-03-30 06:50:41 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded
2026-03-30 06:50:41 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:50:41 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:50:41 [bca.uk] INFO: Found listing with ID: SF22%20XWM
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF22%2520XWM%27 HTTP/1.1" 200 None
2026-03-30 06:50:41 [bca.uk] INFO: Scrape type for SF22%20XWM: 2
2026-03-30 06:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1267300b-d63c-5fdd-8937-03b90ad714ac with identifier: SF22%20XWM
2026-03-30 06:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1267300b-d63c-5fdd-8937-03b90ad714ac with scrape type 2
2026-03-30 06:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1267300b-d63c-5fdd-8937-03b90ad714ac with scrape type 2
2026-03-30 06:50:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1267300b-d63c-5fdd-8937-03b90ad714ac, identifier: SF22%20XWM
2026-03-30 06:50:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with identifier: BW68%20EAO
2026-03-30 06:50:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with identifier: BW68%20EAO
2026-03-30 06:50:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 965022f0-a8ac-5666-bdc8-12bbbbf89aa8 with identifier: BW68%20EAO to the API
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW68%20EAO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '965022f0-a8ac-5666-bdc8-12bbbbf89aa8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW68 EAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW68%20EAO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'E200',
 'odometer': 38795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15000,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E200 2.0 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2130422A526892',
 'year': 2018}
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW68%2520EAO%27 HTTP/1.1" 200 None
2026-03-30 06:50:41 [bca.uk] INFO: Saving data for BW68%20EAO: {'auction_closing_time': 1775026800.0, 'created_time': 1773828950.729046, 'last_price_update_time': 1774853441.942133}
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW68%2520EAO') HTTP/1.1" 204 0
2026-03-30 06:50:41 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:50:41 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:50:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1267300b-d63c-5fdd-8937-03b90ad714ac with identifier: SF22%20XWM
2026-03-30 06:50:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1267300b-d63c-5fdd-8937-03b90ad714ac with identifier: SF22%20XWM
2026-03-30 06:50:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1267300b-d63c-5fdd-8937-03b90ad714ac with identifier: SF22%20XWM to the API
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF22%20XWM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1267300b-d63c-5fdd-8937-03b90ad714ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF22 XWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF22%20XWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 23892,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 EXCLUSIVE Convertible',
 'transmission': 'manual',
 'trim': 'EXCLUSIVE',
 'vin': 'WMW22DL0303P21544',
 'year': 2022}
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF22%2520XWM%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Saving data for SF22%20XWM: {'auction_closing_time': 1774864800.0, 'created_time': 1774448434.17512, 'last_price_update_time': 1774853442.251681}
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF22%2520XWM') HTTP/1.1" 204 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: PX72%20UDD
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX72%2520UDD%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for PX72%20UDD: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: VK69%20KBN
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520KBN%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for VK69%20KBN: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: KN71%20FFP
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520FFP%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for KN71%20FFP: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: MJ22%20DBO
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ22%2520DBO%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for MJ22%20DBO: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: WG66%20DZC
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG66%2520DZC%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for WG66%20DZC: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: KY07%20FKE
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY07%2520FKE%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for KY07%20FKE: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: KF66%20EAA
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF66%2520EAA%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for KF66%20EAA: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: HV71%20MVZ
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV71%2520MVZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for HV71%20MVZ: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: HV59%20YKP
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV59%2520YKP%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for HV59%20YKP: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: RV72%20XDG
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV72%2520XDG%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for RV72%20XDG: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: HD19%20OVR
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD19%2520OVR%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for HD19%20OVR: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: GN16%20OGB
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GN16%2520OGB%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for GN16%20OGB: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: DL66%20LDC
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL66%2520LDC%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for DL66%20LDC: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: DK19%20HRO
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK19%2520HRO%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for DK19%20HRO: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: BF16%20HGP
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520HGP%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for BF16%20HGP: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: LC22%20BYA
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC22%2520BYA%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for LC22%20BYA: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: LL22%20RBY
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520RBY%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for LL22%20RBY: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: MX70%20UWD
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MX70%2520UWD%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for MX70%20UWD: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: YS72%20BKU
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS72%2520BKU%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for YS72%20BKU: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: BK21%20YDO
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK21%2520YDO%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for BK21%20YDO: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: DG17%20GYY
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG17%2520GYY%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for DG17%20GYY: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: AY70%20JCZ
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY70%2520JCZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for AY70%20JCZ: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: BN13%20OUP
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN13%2520OUP%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for BN13%20OUP: 0
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: VE16%20WBZ
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520WBZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for VE16%20WBZ: 2
2026-03-30 06:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01ec182d-6d42-5099-ae58-b218ef78139c with identifier: VE16%20WBZ
2026-03-30 06:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01ec182d-6d42-5099-ae58-b218ef78139c with scrape type 2
2026-03-30 06:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01ec182d-6d42-5099-ae58-b218ef78139c with scrape type 2
2026-03-30 06:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 01ec182d-6d42-5099-ae58-b218ef78139c, identifier: VE16%20WBZ
2026-03-30 06:50:42 [bca.uk] INFO: Found listing with ID: WP72%20UBK
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520UBK%27 HTTP/1.1" 200 None
2026-03-30 06:50:42 [bca.uk] INFO: Scrape type for WP72%20UBK: 2
2026-03-30 06:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b704bc4d-89fa-5866-b88a-bc436fff0d39 with identifier: WP72%20UBK
2026-03-30 06:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b704bc4d-89fa-5866-b88a-bc436fff0d39 with scrape type 2
2026-03-30 06:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b704bc4d-89fa-5866-b88a-bc436fff0d39 with scrape type 2
2026-03-30 06:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b704bc4d-89fa-5866-b88a-bc436fff0d39, identifier: WP72%20UBK
2026-03-30 06:50: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:50:43 [bca.uk] INFO: Found listing with ID: PO19%20XED
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520XED%27 HTTP/1.1" 200 None
2026-03-30 06:50:43 [bca.uk] INFO: Scrape type for PO19%20XED: 2
2026-03-30 06:50:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b3d5459-1303-5e5f-994a-b3bd7f773f3a with identifier: PO19%20XED
2026-03-30 06:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b3d5459-1303-5e5f-994a-b3bd7f773f3a with scrape type 2
2026-03-30 06:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b3d5459-1303-5e5f-994a-b3bd7f773f3a with scrape type 2
2026-03-30 06:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b3d5459-1303-5e5f-994a-b3bd7f773f3a, identifier: PO19%20XED
2026-03-30 06:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 01ec182d-6d42-5099-ae58-b218ef78139c with identifier: VE16%20WBZ
2026-03-30 06:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 01ec182d-6d42-5099-ae58-b218ef78139c with identifier: VE16%20WBZ
2026-03-30 06:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 01ec182d-6d42-5099-ae58-b218ef78139c with identifier: VE16%20WBZ to the API
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE16%20WBZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '01ec182d-6d42-5099-ae58-b218ef78139c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE16 WBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE16%20WBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 125607,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A6 AVANT 2.0 TDI 190 QUATTRO BLACK ED.S-T Estate',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ4GXGN161300',
 'year': 2016}
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE16%2520WBZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:43 [bca.uk] INFO: Saving data for VE16%20WBZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774449335.107823, 'last_price_update_time': 1774853443.43294}
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE16%2520WBZ') HTTP/1.1" 204 0
2026-03-30 06:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b704bc4d-89fa-5866-b88a-bc436fff0d39 with identifier: WP72%20UBK
2026-03-30 06:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b704bc4d-89fa-5866-b88a-bc436fff0d39 with identifier: WP72%20UBK
2026-03-30 06:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b704bc4d-89fa-5866-b88a-bc436fff0d39 with identifier: WP72%20UBK to the API
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP72%20UBK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b704bc4d-89fa-5866-b88a-bc436fff0d39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WP72 UBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP72%20UBK&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 32002,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS6PC676150',
 'year': 2022}
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP72%2520UBK%27 HTTP/1.1" 200 None
2026-03-30 06:50:43 [bca.uk] INFO: Saving data for WP72%20UBK: {'auction_closing_time': 1774864800.0, 'created_time': 1774390287.301861, 'last_price_update_time': 1774853443.841021}
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP72%2520UBK') HTTP/1.1" 204 0
2026-03-30 06:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b3d5459-1303-5e5f-994a-b3bd7f773f3a with identifier: PO19%20XED
2026-03-30 06:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b3d5459-1303-5e5f-994a-b3bd7f773f3a with identifier: PO19%20XED
2026-03-30 06:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b3d5459-1303-5e5f-994a-b3bd7f773f3a with identifier: PO19%20XED to the API
2026-03-30 06:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO19%20XED-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b3d5459-1303-5e5f-994a-b3bd7f773f3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO19 XED',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO19%20XED&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'B200',
 'odometer': 21246,
 'odometer_reading_unit': '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 B200 1.3 AMG LINE PREMIUM DCT MPV',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'WDD2470872J021030',
 'year': 2019}
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520XED%27 HTTP/1.1" 200 None
2026-03-30 06:50:44 [bca.uk] INFO: Saving data for PO19%20XED: {'auction_closing_time': 1775037600.0, 'created_time': 1774448356.947163, 'last_price_update_time': 1774853444.144454}
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO19%2520XED') HTTP/1.1" 204 0
2026-03-30 06:50:44 [bca.uk] INFO: Found listing with ID: GJ12%20NBD
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ12%2520NBD%27 HTTP/1.1" 200 None
2026-03-30 06:50:44 [bca.uk] INFO: Scrape type for GJ12%20NBD: 0
2026-03-30 06:50:44 [bca.uk] INFO: Found listing with ID: MV68%20EOJ
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV68%2520EOJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:44 [bca.uk] INFO: Scrape type for MV68%20EOJ: 0
2026-03-30 06:50:44 [bca.uk] INFO: Found listing with ID: LX15%20HNK
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX15%2520HNK%27 HTTP/1.1" 200 None
2026-03-30 06:50:44 [bca.uk] INFO: Scrape type for LX15%20HNK: 2
2026-03-30 06:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2174525-f152-538a-80c8-b288faf8d46d with identifier: LX15%20HNK
2026-03-30 06:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2174525-f152-538a-80c8-b288faf8d46d with scrape type 2
2026-03-30 06:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2174525-f152-538a-80c8-b288faf8d46d with scrape type 2
2026-03-30 06:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2174525-f152-538a-80c8-b288faf8d46d, identifier: LX15%20HNK
2026-03-30 06:50:44 [bca.uk] INFO: Found listing with ID: KY22%20VTN
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520VTN%27 HTTP/1.1" 200 None
2026-03-30 06:50:44 [bca.uk] INFO: Scrape type for KY22%20VTN: 2
2026-03-30 06:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37f517ec-4626-5373-9fe5-4047cf42b88b with identifier: KY22%20VTN
2026-03-30 06:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37f517ec-4626-5373-9fe5-4047cf42b88b with scrape type 2
2026-03-30 06:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37f517ec-4626-5373-9fe5-4047cf42b88b with scrape type 2
2026-03-30 06:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 37f517ec-4626-5373-9fe5-4047cf42b88b, identifier: KY22%20VTN
2026-03-30 06:50:44 [bca.uk] INFO: Found listing with ID: WV59%20VZJ
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV59%2520VZJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:44 [bca.uk] INFO: Scrape type for WV59%20VZJ: 2
2026-03-30 06:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0101ba12-ad2d-5aa9-8d4e-28f57ff9deff with identifier: WV59%20VZJ
2026-03-30 06:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0101ba12-ad2d-5aa9-8d4e-28f57ff9deff with scrape type 2
2026-03-30 06:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0101ba12-ad2d-5aa9-8d4e-28f57ff9deff with scrape type 2
2026-03-30 06:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0101ba12-ad2d-5aa9-8d4e-28f57ff9deff, identifier: WV59%20VZJ
2026-03-30 06:50:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2174525-f152-538a-80c8-b288faf8d46d with identifier: LX15%20HNK
2026-03-30 06:50:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2174525-f152-538a-80c8-b288faf8d46d with identifier: LX15%20HNK
2026-03-30 06:50:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2174525-f152-538a-80c8-b288faf8d46d with identifier: LX15%20HNK to the API
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX15%20HNK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c2174525-f152-538a-80c8-b288faf8d46d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX15 HNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX15%20HNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'SQ5',
 'odometer': 75535,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI SQ5 3.0 BITDI 313 QUATTRO TIP StationWagon',
 'transmission': 'manual',
 'trim': 'BITDI 313 QUATTRO TIP',
 'vin': 'WAUZZZ8R7FA098108',
 'year': 2015}
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX15%2520HNK%27 HTTP/1.1" 200 None
2026-03-30 06:50:44 [bca.uk] INFO: Saving data for LX15%20HNK: {'auction_closing_time': 1774864800.0, 'created_time': 1774352751.469401, 'last_price_update_time': 1774853444.795183}
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX15%2520HNK') HTTP/1.1" 204 0
2026-03-30 06:50:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 37f517ec-4626-5373-9fe5-4047cf42b88b with identifier: KY22%20VTN
2026-03-30 06:50:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 37f517ec-4626-5373-9fe5-4047cf42b88b with identifier: KY22%20VTN
2026-03-30 06:50:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 37f517ec-4626-5373-9fe5-4047cf42b88b with identifier: KY22%20VTN to the API
2026-03-30 06:50:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY22%20VTN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '37f517ec-4626-5373-9fe5-4047cf42b88b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KY22 VTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY22%20VTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 15973,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 150KW 64KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH PREMIUM',
 'vin': 'KMHK381GUNU147620',
 'year': 2022}
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY22%2520VTN%27 HTTP/1.1" 200 None
2026-03-30 06:50:45 [bca.uk] INFO: Saving data for KY22%20VTN: {'auction_closing_time': 1774864800.0, 'created_time': 1774390274.66094, 'last_price_update_time': 1774853445.347724}
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY22%2520VTN') HTTP/1.1" 204 0
2026-03-30 06:50:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0101ba12-ad2d-5aa9-8d4e-28f57ff9deff with identifier: WV59%20VZJ
2026-03-30 06:50:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0101ba12-ad2d-5aa9-8d4e-28f57ff9deff with identifier: WV59%20VZJ
2026-03-30 06:50:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0101ba12-ad2d-5aa9-8d4e-28f57ff9deff with identifier: WV59%20VZJ to the API
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV59%20VZJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0101ba12-ad2d-5aa9-8d4e-28f57ff9deff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV59 VZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV59%20VZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 114342,
 '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 (6) Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I TR (6)',
 'vin': 'VNKKH98300A070345',
 'year': 2009}
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV59%2520VZJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:45 [bca.uk] INFO: Saving data for WV59%20VZJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774448318.978977, 'last_price_update_time': 1774853445.678957}
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV59%2520VZJ') HTTP/1.1" 204 0
2026-03-30 06:50:45 [bca.uk] INFO: Found listing with ID: FH57%20CHZ
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH57%2520CHZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:45 [bca.uk] INFO: Scrape type for FH57%20CHZ: 2
2026-03-30 06:50:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 985334af-9f2c-5c40-980e-4417eaee75a6 with identifier: FH57%20CHZ
2026-03-30 06:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 985334af-9f2c-5c40-980e-4417eaee75a6 with scrape type 2
2026-03-30 06:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 985334af-9f2c-5c40-980e-4417eaee75a6 with scrape type 2
2026-03-30 06:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 985334af-9f2c-5c40-980e-4417eaee75a6, identifier: FH57%20CHZ
2026-03-30 06:50:45 [bca.uk] INFO: Found listing with ID: NJ22%20KGG
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520KGG%27 HTTP/1.1" 200 None
2026-03-30 06:50:45 [bca.uk] INFO: Scrape type for NJ22%20KGG: 2
2026-03-30 06:50:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with identifier: NJ22%20KGG
2026-03-30 06:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with scrape type 2
2026-03-30 06:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with scrape type 2
2026-03-30 06:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b, identifier: NJ22%20KGG
2026-03-30 06:50:45 [bca.uk] INFO: Found listing with ID: YF60%20KBZ
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF60%2520KBZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:45 [bca.uk] INFO: Scrape type for YF60%20KBZ: 2
2026-03-30 06:50:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 495fc315-1065-5919-ac8a-ce0e50ed04e8 with identifier: YF60%20KBZ
2026-03-30 06:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 495fc315-1065-5919-ac8a-ce0e50ed04e8 with scrape type 2
2026-03-30 06:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 495fc315-1065-5919-ac8a-ce0e50ed04e8 with scrape type 2
2026-03-30 06:50:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 495fc315-1065-5919-ac8a-ce0e50ed04e8, identifier: YF60%20KBZ
2026-03-30 06:50:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 985334af-9f2c-5c40-980e-4417eaee75a6 with identifier: FH57%20CHZ
2026-03-30 06:50:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 985334af-9f2c-5c40-980e-4417eaee75a6 with identifier: FH57%20CHZ
2026-03-30 06:50:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 985334af-9f2c-5c40-980e-4417eaee75a6 with identifier: FH57%20CHZ to the API
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH57%20CHZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '985334af-9f2c-5c40-980e-4417eaee75a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH57 CHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH57%20CHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 122334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 S 80 Hatchback',
 'transmission': 'manual',
 'trim': 'S 80',
 'vin': 'WVWZZZ9NZ8Y088685',
 'year': 2007}
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH57%2520CHZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:46 [bca.uk] INFO: Saving data for FH57%20CHZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774505595.385325, 'last_price_update_time': 1774853446.35385}
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH57%2520CHZ') HTTP/1.1" 204 0
2026-03-30 06:50:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with identifier: NJ22%20KGG
2026-03-30 06:50:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with identifier: NJ22%20KGG
2026-03-30 06:50:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 530f2e2e-173c-5a74-8eeb-e8d1e9a1643b with identifier: NJ22%20KGG to the API
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ22%20KGG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '530f2e2e-173c-5a74-8eeb-e8d1e9a1643b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NJ22 KGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ22%20KGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'KIA',
 'model': 'E-NIRO',
 'odometer': 50154,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA E-NIRO 150KW 64KWH 4+ Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH 4+',
 'vin': 'KNACC81GUN5149135',
 'year': 2022}
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520KGG%27 HTTP/1.1" 200 None
2026-03-30 06:50:46 [bca.uk] INFO: Saving data for NJ22%20KGG: {'auction_closing_time': 1774864800.0, 'created_time': 1774390264.423772, 'last_price_update_time': 1774853446.66578}
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ22%2520KGG') HTTP/1.1" 204 0
2026-03-30 06:50:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 495fc315-1065-5919-ac8a-ce0e50ed04e8 with identifier: YF60%20KBZ
2026-03-30 06:50:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 495fc315-1065-5919-ac8a-ce0e50ed04e8 with identifier: YF60%20KBZ
2026-03-30 06:50:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 495fc315-1065-5919-ac8a-ce0e50ed04e8 with identifier: YF60%20KBZ to the API
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF60%20KBZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '495fc315-1065-5919-ac8a-ce0e50ed04e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF60 KBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF60%20KBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 73763,
 'odometer_reading_unit': '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 YARIS 1.4 D-4D T SPIRIT Hatchback',
 'transmission': 'manual',
 'trim': 'D-4D T SPIRIT',
 'vin': 'VNKKC96380A270892',
 'year': 2011}
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF60%2520KBZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:46 [bca.uk] INFO: Saving data for YF60%20KBZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774448317.6108, 'last_price_update_time': 1774853446.957445}
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF60%2520KBZ') HTTP/1.1" 204 0
2026-03-30 06:50:46 [bca.uk] INFO: Found listing with ID: FX17%20VRV
2026-03-30 06:50:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX17%2520VRV%27 HTTP/1.1" 200 None
2026-03-30 06:50:47 [bca.uk] INFO: Scrape type for FX17%20VRV: 2
2026-03-30 06:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with identifier: FX17%20VRV
2026-03-30 06:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with scrape type 2
2026-03-30 06:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with scrape type 2
2026-03-30 06:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd, identifier: FX17%20VRV
2026-03-30 06:50:47 [bca.uk] INFO: Found listing with ID: WV07%20DPF
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV07%2520DPF%27 HTTP/1.1" 200 None
2026-03-30 06:50:47 [bca.uk] INFO: Scrape type for WV07%20DPF: 2
2026-03-30 06:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with identifier: WV07%20DPF
2026-03-30 06:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with scrape type 2
2026-03-30 06:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with scrape type 2
2026-03-30 06:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fcebfac-5ec3-5ffe-b7f3-868d20388b85, identifier: WV07%20DPF
2026-03-30 06:50:47 [bca.uk] INFO: Found listing with ID: LJ65%20YCW
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ65%2520YCW%27 HTTP/1.1" 200 None
2026-03-30 06:50:47 [bca.uk] INFO: Scrape type for LJ65%20YCW: 2
2026-03-30 06:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61d00fe7-7a0f-5a12-96e1-e88a406fad7e with identifier: LJ65%20YCW
2026-03-30 06:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61d00fe7-7a0f-5a12-96e1-e88a406fad7e with scrape type 2
2026-03-30 06:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61d00fe7-7a0f-5a12-96e1-e88a406fad7e with scrape type 2
2026-03-30 06:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61d00fe7-7a0f-5a12-96e1-e88a406fad7e, identifier: LJ65%20YCW
2026-03-30 06:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with identifier: FX17%20VRV
2026-03-30 06:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with identifier: FX17%20VRV
2026-03-30 06:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd with identifier: FX17%20VRV to the API
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX17%20VRV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aaf2bd91-dee2-5bb6-bb6a-dc331baa18fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX17 VRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX17%20VRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 127611,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 3.2 TDCI 200 WILDTRAK 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'TDCI 200 WILDTRAK 4WD',
 'vin': '6FPPXXMJ2PGS28539',
 'year': 2017}
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX17%2520VRV%27 HTTP/1.1" 200 None
2026-03-30 06:50:47 [bca.uk] INFO: Saving data for FX17%20VRV: {'auction_closing_time': 1774864800.0, 'created_time': 1774353920.665576, 'last_price_update_time': 1774853447.618391}
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX17%2520VRV') HTTP/1.1" 204 0
2026-03-30 06:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with identifier: WV07%20DPF
2026-03-30 06:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with identifier: WV07%20DPF
2026-03-30 06:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fcebfac-5ec3-5ffe-b7f3-868d20388b85 with identifier: WV07%20DPF to the API
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 294,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV07%20DPF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4fcebfac-5ec3-5ffe-b7f3-868d20388b85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV07 DPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV07%20DPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'JAGUAR',
 'model': 'XKR',
 'odometer': 83908,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'JAGUAR XKR 4.2 V8 SUPERCHARGED Convertible',
 'transmission': 'automatic',
 'trim': 'V8 SUPERCHARGED',
 'vin': 'SAJAC44R989B20323',
 'year': 2007}
2026-03-30 06:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV07%2520DPF%27 HTTP/1.1" 200 None
2026-03-30 06:50:48 [bca.uk] INFO: Saving data for WV07%20DPF: {'auction_closing_time': 1774951200.0, 'created_time': 1774390262.745464, 'last_price_update_time': 1774853448.005179}
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV07%2520DPF') HTTP/1.1" 204 0
2026-03-30 06:50:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61d00fe7-7a0f-5a12-96e1-e88a406fad7e with identifier: LJ65%20YCW
2026-03-30 06:50:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61d00fe7-7a0f-5a12-96e1-e88a406fad7e with identifier: LJ65%20YCW
2026-03-30 06:50:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61d00fe7-7a0f-5a12-96e1-e88a406fad7e with identifier: LJ65%20YCW to the API
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 82,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ65%20YCW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '61d00fe7-7a0f-5a12-96e1-e88a406fad7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ65 YCW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ65%20YCW&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 64978,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 VVT-I HYBRID SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID SPORT',
 'vin': 'VNKKD3D350A186333',
 'year': 2015}
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ65%2520YCW%27 HTTP/1.1" 200 None
2026-03-30 06:50:48 [bca.uk] INFO: Saving data for LJ65%20YCW: {'auction_closing_time': 1775124000.0, 'created_time': 1774448392.843397, 'last_price_update_time': 1774853448.311516}
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ65%2520YCW') HTTP/1.1" 204 0
2026-03-30 06:50:48 [bca.uk] INFO: Found listing with ID: BL19%20WLJ
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520WLJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:48 [bca.uk] INFO: Scrape type for BL19%20WLJ: 2
2026-03-30 06:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with identifier: BL19%20WLJ
2026-03-30 06:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with scrape type 2
2026-03-30 06:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with scrape type 2
2026-03-30 06:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e63c216-91d7-5f4f-a89f-6a14d5985a80, identifier: BL19%20WLJ
2026-03-30 06:50:48 [bca.uk] INFO: Found listing with ID: BW73%20SVD
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520SVD%27 HTTP/1.1" 200 None
2026-03-30 06:50:48 [bca.uk] INFO: Scrape type for BW73%20SVD: 2
2026-03-30 06:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with identifier: BW73%20SVD
2026-03-30 06:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with scrape type 2
2026-03-30 06:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with scrape type 2
2026-03-30 06:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 21a08ba6-837f-5275-a7c2-4ee49ed54cc6, identifier: BW73%20SVD
2026-03-30 06:50:48 [bca.uk] INFO: Found listing with ID: LG16%20FFX
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG16%2520FFX%27 HTTP/1.1" 200 None
2026-03-30 06:50:48 [bca.uk] INFO: Scrape type for LG16%20FFX: 2
2026-03-30 06:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b65a748b-09bc-508f-8274-7a6b115ce8f8 with identifier: LG16%20FFX
2026-03-30 06:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b65a748b-09bc-508f-8274-7a6b115ce8f8 with scrape type 2
2026-03-30 06:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b65a748b-09bc-508f-8274-7a6b115ce8f8 with scrape type 2
2026-03-30 06:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b65a748b-09bc-508f-8274-7a6b115ce8f8, identifier: LG16%20FFX
2026-03-30 06:50:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with identifier: BL19%20WLJ
2026-03-30 06:50:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with identifier: BL19%20WLJ
2026-03-30 06:50:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e63c216-91d7-5f4f-a89f-6a14d5985a80 with identifier: BL19%20WLJ to the API
2026-03-30 06:50:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL19%20WLJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2e63c216-91d7-5f4f-a89f-6a14d5985a80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL19 WLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL19%20WLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'NAVARA',
 'odometer': 67338,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN NAVARA 2.3 DCI 190 4WD TEKNA CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DCI 190 4WD TEKNA',
 'vin': 'VSKCTND23U0124468',
 'year': 2019}
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL19%2520WLJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:50 [bca.uk] INFO: Saving data for BL19%20WLJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774352806.962587, 'last_price_update_time': 1774853450.295524}
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL19%2520WLJ') HTTP/1.1" 204 0
2026-03-30 06:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with identifier: BW73%20SVD
2026-03-30 06:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with identifier: BW73%20SVD
2026-03-30 06:50:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 21a08ba6-837f-5275-a7c2-4ee49ed54cc6 with identifier: BW73%20SVD to the API
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW73%20SVD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '21a08ba6-837f-5275-a7c2-4ee49ed54cc6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BW73 SVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW73%20SVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'XC90 RECHARGE',
 'odometer': 27150,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 RECHARGE 2.0 T8 455 PHEV AWD PLUS DARK StationWagon',
 'transmission': 'automatic',
 'trim': 'T8 455 PHEV AWD PLUS DARK',
 'vin': 'YV1LFH7V2R1219412',
 'year': 2024}
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520SVD%27 HTTP/1.1" 200 None
2026-03-30 06:50:50 [bca.uk] INFO: Saving data for BW73%20SVD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390253.388763, 'last_price_update_time': 1774853450.580205}
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW73%2520SVD') HTTP/1.1" 204 0
2026-03-30 06:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b65a748b-09bc-508f-8274-7a6b115ce8f8 with identifier: LG16%20FFX
2026-03-30 06:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b65a748b-09bc-508f-8274-7a6b115ce8f8 with identifier: LG16%20FFX
2026-03-30 06:50:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b65a748b-09bc-508f-8274-7a6b115ce8f8 with identifier: LG16%20FFX to the API
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG16%20FFX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b65a748b-09bc-508f-8274-7a6b115ce8f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG16 FFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG16%20FFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'FORD',
 'model': 'B-MAX',
 'odometer': 33200,
 'odometer_reading_unit': '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 B-MAX 1.6 TITANIUM P/SHIFT MPV',
 'transmission': 'automatic',
 'trim': 'TITANIUM P/SHIFT',
 'vin': 'WF0KXXERJKGR28304',
 'year': 2016}
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG16%2520FFX%27 HTTP/1.1" 200 None
2026-03-30 06:50:50 [bca.uk] INFO: Saving data for LG16%20FFX: {'auction_closing_time': 1775124000.0, 'created_time': 1774448370.900701, 'last_price_update_time': 1774853450.873946}
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG16%2520FFX') HTTP/1.1" 204 0
2026-03-30 06:50:50 [bca.uk] INFO: Found listing with ID: KV66%20XCL
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520XCL%27 HTTP/1.1" 200 None
2026-03-30 06:50:50 [bca.uk] INFO: Scrape type for KV66%20XCL: 2
2026-03-30 06:50:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5860f8ed-ed35-5c62-b3f6-197e2696c58e with identifier: KV66%20XCL
2026-03-30 06:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5860f8ed-ed35-5c62-b3f6-197e2696c58e with scrape type 2
2026-03-30 06:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5860f8ed-ed35-5c62-b3f6-197e2696c58e with scrape type 2
2026-03-30 06:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5860f8ed-ed35-5c62-b3f6-197e2696c58e, identifier: KV66%20XCL
2026-03-30 06:50:51 [bca.uk] INFO: Found listing with ID: VU68%20XEH
2026-03-30 06:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520XEH%27 HTTP/1.1" 200 None
2026-03-30 06:50:51 [bca.uk] INFO: Scrape type for VU68%20XEH: 2
2026-03-30 06:50:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a06d37ae-4c26-530f-ab52-416d575ac97c with identifier: VU68%20XEH
2026-03-30 06:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a06d37ae-4c26-530f-ab52-416d575ac97c with scrape type 2
2026-03-30 06:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a06d37ae-4c26-530f-ab52-416d575ac97c with scrape type 2
2026-03-30 06:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a06d37ae-4c26-530f-ab52-416d575ac97c, identifier: VU68%20XEH
2026-03-30 06:50:51 [bca.uk] INFO: Found listing with ID: CU72%20UFW
2026-03-30 06:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520UFW%27 HTTP/1.1" 200 None
2026-03-30 06:50:51 [bca.uk] INFO: Scrape type for CU72%20UFW: 2
2026-03-30 06:50:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ff9666b-8699-5b69-a41b-5dcaa76fc2be with identifier: CU72%20UFW
2026-03-30 06:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ff9666b-8699-5b69-a41b-5dcaa76fc2be with scrape type 2
2026-03-30 06:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ff9666b-8699-5b69-a41b-5dcaa76fc2be with scrape type 2
2026-03-30 06:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ff9666b-8699-5b69-a41b-5dcaa76fc2be, identifier: CU72%20UFW
2026-03-30 06:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5860f8ed-ed35-5c62-b3f6-197e2696c58e with identifier: KV66%20XCL
2026-03-30 06:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5860f8ed-ed35-5c62-b3f6-197e2696c58e with identifier: KV66%20XCL
2026-03-30 06:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5860f8ed-ed35-5c62-b3f6-197e2696c58e with identifier: KV66%20XCL to the API
2026-03-30 06:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV66%20XCL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5860f8ed-ed35-5c62-b3f6-197e2696c58e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV66 XCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV66%20XCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 102200,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.4 D4 190 AWD R DESIGN LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 AWD R DESIGN LUX G/T',
 'vin': 'YV1DZA5C6H2051610',
 'year': 2016}
2026-03-30 06:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV66%2520XCL%27 HTTP/1.1" 200 None
2026-03-30 06:50:51 [bca.uk] INFO: Saving data for KV66%20XCL: {'auction_closing_time': 1774864800.0, 'created_time': 1774352753.343929, 'last_price_update_time': 1774853451.545333}
2026-03-30 06:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV66%2520XCL') HTTP/1.1" 204 0
2026-03-30 06:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a06d37ae-4c26-530f-ab52-416d575ac97c with identifier: VU68%20XEH
2026-03-30 06:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a06d37ae-4c26-530f-ab52-416d575ac97c with identifier: VU68%20XEH
2026-03-30 06:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a06d37ae-4c26-530f-ab52-416d575ac97c with identifier: VU68%20XEH to the API
2026-03-30 06:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU68%20XEH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a06d37ae-4c26-530f-ab52-416d575ac97c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU68 XEH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU68%20XEH&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 34156,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFEAJ11U2221080',
 'year': 2018}
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU68%2520XEH%27 HTTP/1.1" 200 None
2026-03-30 06:50:52 [bca.uk] INFO: Saving data for VU68%20XEH: {'auction_closing_time': 1774951200.0, 'created_time': 1774390256.391755, 'last_price_update_time': 1774853452.221509}
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU68%2520XEH') HTTP/1.1" 204 0
2026-03-30 06:50:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ff9666b-8699-5b69-a41b-5dcaa76fc2be with identifier: CU72%20UFW
2026-03-30 06:50:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ff9666b-8699-5b69-a41b-5dcaa76fc2be with identifier: CU72%20UFW
2026-03-30 06:50:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ff9666b-8699-5b69-a41b-5dcaa76fc2be with identifier: CU72%20UFW to the API
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CU72%20UFW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3ff9666b-8699-5b69-a41b-5dcaa76fc2be',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CU72 UFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CU72%20UFW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 39253,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.5 35 TFSI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '35 TFSI TECHNIK',
 'vin': 'WAUZZZGY8PA022651',
 'year': 2022}
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CU72%2520UFW%27 HTTP/1.1" 200 None
2026-03-30 06:50:52 [bca.uk] INFO: Saving data for CU72%20UFW: {'auction_closing_time': 1774951200.0, 'created_time': 1774304837.557498, 'last_price_update_time': 1774853452.526096}
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CU72%2520UFW') HTTP/1.1" 204 0
2026-03-30 06:50:52 [bca.uk] INFO: Found listing with ID: FN70%20VDR
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN70%2520VDR%27 HTTP/1.1" 200 None
2026-03-30 06:50:52 [bca.uk] INFO: Scrape type for FN70%20VDR: 2
2026-03-30 06:50:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 544c30e2-0cbf-5eff-8d95-125255a3520d with identifier: FN70%20VDR
2026-03-30 06:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 544c30e2-0cbf-5eff-8d95-125255a3520d with scrape type 2
2026-03-30 06:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 544c30e2-0cbf-5eff-8d95-125255a3520d with scrape type 2
2026-03-30 06:50:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 544c30e2-0cbf-5eff-8d95-125255a3520d, identifier: FN70%20VDR
2026-03-30 06:50:52 [bca.uk] INFO: Found listing with ID: LY16%20OWA
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520OWA%27 HTTP/1.1" 200 None
2026-03-30 06:50:52 [bca.uk] INFO: Scrape type for LY16%20OWA: 2
2026-03-30 06:50:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8478ef3b-dea0-5c64-a58f-021ddcdf078d with identifier: LY16%20OWA
2026-03-30 06:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8478ef3b-dea0-5c64-a58f-021ddcdf078d with scrape type 2
2026-03-30 06:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8478ef3b-dea0-5c64-a58f-021ddcdf078d with scrape type 2
2026-03-30 06:50:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8478ef3b-dea0-5c64-a58f-021ddcdf078d, identifier: LY16%20OWA
2026-03-30 06:50:52 [bca.uk] INFO: Found listing with ID: CA20%20SFY
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520SFY%27 HTTP/1.1" 200 None
2026-03-30 06:50:52 [bca.uk] INFO: Scrape type for CA20%20SFY: 2
2026-03-30 06:50:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1303edc-1ab2-5b4e-a420-1939fb09acbf with identifier: CA20%20SFY
2026-03-30 06:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1303edc-1ab2-5b4e-a420-1939fb09acbf with scrape type 2
2026-03-30 06:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1303edc-1ab2-5b4e-a420-1939fb09acbf with scrape type 2
2026-03-30 06:50:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1303edc-1ab2-5b4e-a420-1939fb09acbf, identifier: CA20%20SFY
2026-03-30 06:50:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 544c30e2-0cbf-5eff-8d95-125255a3520d with identifier: FN70%20VDR
2026-03-30 06:50:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 544c30e2-0cbf-5eff-8d95-125255a3520d with identifier: FN70%20VDR
2026-03-30 06:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 544c30e2-0cbf-5eff-8d95-125255a3520d with identifier: FN70%20VDR to the API
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN70%20VDR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '544c30e2-0cbf-5eff-8d95-125255a3520d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN70 VDR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN70%20VDR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 46119,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I X-TREND Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I X-TREND',
 'vin': 'JTDKGNEC60N559818',
 'year': 2020}
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN70%2520VDR%27 HTTP/1.1" 200 None
2026-03-30 06:50:53 [bca.uk] INFO: Saving data for FN70%20VDR: {'auction_closing_time': 1774864800.0, 'created_time': 1774352757.758992, 'last_price_update_time': 1774853453.262089}
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN70%2520VDR') HTTP/1.1" 204 0
2026-03-30 06:50:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8478ef3b-dea0-5c64-a58f-021ddcdf078d with identifier: LY16%20OWA
2026-03-30 06:50:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8478ef3b-dea0-5c64-a58f-021ddcdf078d with identifier: LY16%20OWA
2026-03-30 06:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8478ef3b-dea0-5c64-a58f-021ddcdf078d with identifier: LY16%20OWA to the API
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY16%20OWA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8478ef3b-dea0-5c64-a58f-021ddcdf078d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY16 OWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY16%20OWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 85959,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.6 TDI 110 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 110 S LINE',
 'vin': 'WAUZZZ8V4GA169036',
 'year': 2016}
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY16%2520OWA%27 HTTP/1.1" 200 None
2026-03-30 06:50:53 [bca.uk] INFO: Saving data for LY16%20OWA: {'auction_closing_time': 1774951200.0, 'created_time': 1774390233.258227, 'last_price_update_time': 1774853453.563298}
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY16%2520OWA') HTTP/1.1" 204 0
2026-03-30 06:50:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1303edc-1ab2-5b4e-a420-1939fb09acbf with identifier: CA20%20SFY
2026-03-30 06:50:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1303edc-1ab2-5b4e-a420-1939fb09acbf with identifier: CA20%20SFY
2026-03-30 06:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1303edc-1ab2-5b4e-a420-1939fb09acbf with identifier: CA20%20SFY to the API
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 286,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CA20%20SFY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b1303edc-1ab2-5b4e-a420-1939fb09acbf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CA20 SFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CA20%20SFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 103093,
 'odometer_reading_unit': '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 4.4 SDV8 339 AUTOBIOGRAPHY StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV8 339 AUTOBIOGRAPHY',
 'vin': 'SALGA2AJ2LA405606',
 'year': 2020}
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CA20%2520SFY%27 HTTP/1.1" 200 None
2026-03-30 06:50:53 [bca.uk] INFO: Saving data for CA20%20SFY: {'auction_closing_time': 1774951200.0, 'created_time': 1774448505.65134, 'last_price_update_time': 1774853453.913817}
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CA20%2520SFY') HTTP/1.1" 204 0
2026-03-30 06:50:53 [bca.uk] INFO: Found listing with ID: FJ23%20NXU
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ23%2520NXU%27 HTTP/1.1" 200 None
2026-03-30 06:50:53 [bca.uk] INFO: Scrape type for FJ23%20NXU: 2
2026-03-30 06:50:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8905210-1721-55a9-995a-292ea3c7c7db with identifier: FJ23%20NXU
2026-03-30 06:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8905210-1721-55a9-995a-292ea3c7c7db with scrape type 2
2026-03-30 06:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8905210-1721-55a9-995a-292ea3c7c7db with scrape type 2
2026-03-30 06:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8905210-1721-55a9-995a-292ea3c7c7db, identifier: FJ23%20NXU
2026-03-30 06:50:54 [bca.uk] INFO: Found listing with ID: LM20%20PDX
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520PDX%27 HTTP/1.1" 200 None
2026-03-30 06:50:54 [bca.uk] INFO: Scrape type for LM20%20PDX: 2
2026-03-30 06:50:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with identifier: LM20%20PDX
2026-03-30 06:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with scrape type 2
2026-03-30 06:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with scrape type 2
2026-03-30 06:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9eb1f002-eb45-5c44-a956-6c45e1ae7e43, identifier: LM20%20PDX
2026-03-30 06:50:54 [bca.uk] INFO: Found listing with ID: GU20%20VSD
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520VSD%27 HTTP/1.1" 200 None
2026-03-30 06:50:54 [bca.uk] INFO: Scrape type for GU20%20VSD: 2
2026-03-30 06:50:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with identifier: GU20%20VSD
2026-03-30 06:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with scrape type 2
2026-03-30 06:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with scrape type 2
2026-03-30 06:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbb40779-c0e9-51a2-8700-5c4d5f0abe01, identifier: GU20%20VSD
2026-03-30 06:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8905210-1721-55a9-995a-292ea3c7c7db with identifier: FJ23%20NXU
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=acid+green HTTP/1.1" 200 None
2026-03-30 06:50:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:50: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:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8905210-1721-55a9-995a-292ea3c7c7db with identifier: FJ23%20NXU
2026-03-30 06:50:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8905210-1721-55a9-995a-292ea3c7c7db with identifier: FJ23%20NXU to the API
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FJ23%20NXU-GB',
 'category': 'Car',
 'color': 'acid green',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c8905210-1721-55a9-995a-292ea3c7c7db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FJ23 NXU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FJ23%20NXU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'ABARTH',
 'model': '500 E',
 'odometer': 8168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'ABARTH 500 E 114KW 42.2KWH TURISMO Hatchback',
 'transmission': 'automatic',
 'trim': '114KW 42.2KWH TURISMO',
 'vin': 'ZFAEFA261RX168043',
 'year': 2023}
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FJ23%2520NXU%27 HTTP/1.1" 200 None
2026-03-30 06:50:54 [bca.uk] INFO: Saving data for FJ23%20NXU: {'auction_closing_time': 1774951200.0, 'created_time': 1773838003.305785, 'last_price_update_time': 1774853454.723462}
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ23%2520NXU') HTTP/1.1" 204 0
2026-03-30 06:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with identifier: LM20%20PDX
2026-03-30 06:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with identifier: LM20%20PDX
2026-03-30 06:50:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9eb1f002-eb45-5c44-a956-6c45e1ae7e43 with identifier: LM20%20PDX to the API
2026-03-30 06:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM20%20PDX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9eb1f002-eb45-5c44-a956-6c45e1ae7e43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM20 PDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM20%20PDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 58993,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 140 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 TEKNA',
 'vin': 'SJNFFAJ11U2655474',
 'year': 2020}
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520PDX%27 HTTP/1.1" 200 None
2026-03-30 06:50:55 [bca.uk] INFO: Saving data for LM20%20PDX: {'auction_closing_time': 1774951200.0, 'created_time': 1773959021.819148, 'last_price_update_time': 1774853455.103901}
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM20%2520PDX') HTTP/1.1" 204 0
2026-03-30 06:50:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with identifier: GU20%20VSD
2026-03-30 06:50:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with identifier: GU20%20VSD
2026-03-30 06:50:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbb40779-c0e9-51a2-8700-5c4d5f0abe01 with identifier: GU20%20VSD to the API
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 194,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU20%20VSD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bbb40779-c0e9-51a2-8700-5c4d5f0abe01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU20 VSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU20%20VSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 40930,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 40 TDI QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '40 TDI QUATTRO S LINE S-T',
 'vin': 'WAUZZZFYXL2048948',
 'year': 2020}
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520VSD%27 HTTP/1.1" 200 None
2026-03-30 06:50:55 [bca.uk] INFO: Saving data for GU20%20VSD: {'auction_closing_time': 1774951200.0, 'created_time': 1774353715.931504, 'last_price_update_time': 1774853455.386259}
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU20%2520VSD') HTTP/1.1" 204 0
2026-03-30 06:50:55 [bca.uk] INFO: Found listing with ID: EF22%20AOU
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF22%2520AOU%27 HTTP/1.1" 200 None
2026-03-30 06:50:55 [bca.uk] INFO: Scrape type for EF22%20AOU: 0
2026-03-30 06:50:55 [bca.uk] INFO: Found listing with ID: NL72%20ZFR
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520ZFR%27 HTTP/1.1" 200 None
2026-03-30 06:50:55 [bca.uk] INFO: Scrape type for NL72%20ZFR: 2
2026-03-30 06:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf377e3-5438-5100-8c2f-7bd962168731 with identifier: NL72%20ZFR
2026-03-30 06:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf377e3-5438-5100-8c2f-7bd962168731 with scrape type 2
2026-03-30 06:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf377e3-5438-5100-8c2f-7bd962168731 with scrape type 2
2026-03-30 06:50:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf377e3-5438-5100-8c2f-7bd962168731, identifier: NL72%20ZFR
2026-03-30 06:50:55 [bca.uk] INFO: Found listing with ID: BG12%20NBZ
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG12%2520NBZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:55 [bca.uk] INFO: Scrape type for BG12%20NBZ: 2
2026-03-30 06:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with identifier: BG12%20NBZ
2026-03-30 06:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with scrape type 2
2026-03-30 06:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with scrape type 2
2026-03-30 06:50:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0dc428a2-9799-5e5e-ad2d-6a9957d88315, identifier: BG12%20NBZ
2026-03-30 06:50:55 [bca.uk] INFO: Found listing with ID: BP70%20YFR
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP70%2520YFR%27 HTTP/1.1" 200 None
2026-03-30 06:50:55 [bca.uk] INFO: Scrape type for BP70%20YFR: 2
2026-03-30 06:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with identifier: BP70%20YFR
2026-03-30 06:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with scrape type 2
2026-03-30 06:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with scrape type 2
2026-03-30 06:50:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2c6e787-e47f-5dfd-86a3-0f73cb32f761, identifier: BP70%20YFR
2026-03-30 06:50:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf377e3-5438-5100-8c2f-7bd962168731 with identifier: NL72%20ZFR
2026-03-30 06:50:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf377e3-5438-5100-8c2f-7bd962168731 with identifier: NL72%20ZFR
2026-03-30 06:50:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf377e3-5438-5100-8c2f-7bd962168731 with identifier: NL72%20ZFR to the API
2026-03-30 06:50:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 236,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL72%20ZFR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'acf377e3-5438-5100-8c2f-7bd962168731',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NL72 ZFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL72%20ZFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 99914,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L2 PROG. (BOX) '
          'Refrigerated',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L2 PROG. (BOX)',
 'vin': 'W1V9071332N211965',
 'year': 2023}
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL72%2520ZFR%27 HTTP/1.1" 200 None
2026-03-30 06:50:56 [bca.uk] INFO: Saving data for NL72%20ZFR: {'auction_closing_time': 1774951200.0, 'created_time': 1773821113.756802, 'last_price_update_time': 1774853456.041017}
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL72%2520ZFR') HTTP/1.1" 204 0
2026-03-30 06:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with identifier: BG12%20NBZ
2026-03-30 06:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with identifier: BG12%20NBZ
2026-03-30 06:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0dc428a2-9799-5e5e-ad2d-6a9957d88315 with identifier: BG12%20NBZ to the API
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 332,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG12%20NBZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0dc428a2-9799-5e5e-ad2d-6a9957d88315',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG12 NBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG12%20NBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'R8 SPYDER',
 'odometer': 35755,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI R8 SPYDER 5.2 V10 FSI QUATTRO R-T Roadster',
 'transmission': 'automatic',
 'trim': 'V10 FSI QUATTRO R-T',
 'vin': 'WUAZZZ428CN001632',
 'year': 2012}
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG12%2520NBZ%27 HTTP/1.1" 200 None
2026-03-30 06:50:56 [bca.uk] INFO: Saving data for BG12%20NBZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390232.124375, 'last_price_update_time': 1774853456.357621}
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG12%2520NBZ') HTTP/1.1" 204 0
2026-03-30 06:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with identifier: BP70%20YFR
2026-03-30 06:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with identifier: BP70%20YFR
2026-03-30 06:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2c6e787-e47f-5dfd-86a3-0f73cb32f761 with identifier: BP70%20YFR to the API
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP70%20YFR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2c6e787-e47f-5dfd-86a3-0f73cb32f761',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP70 YFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP70%20YFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '5008',
 'odometer': 30578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 5008 1.2 P/T 130 GT PREMIUM EAT8 StationWagon',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT PREMIUM EAT8',
 'vin': 'VF3MRHNSULS294363',
 'year': 2021}
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP70%2520YFR%27 HTTP/1.1" 200 None
2026-03-30 06:50:56 [bca.uk] INFO: Saving data for BP70%20YFR: {'auction_closing_time': 1775037600.0, 'created_time': 1774478519.697318, 'last_price_update_time': 1774853456.683146}
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP70%2520YFR') HTTP/1.1" 204 0
2026-03-30 06:50:56 [bca.uk] INFO: Found listing with ID: SG08%20HWS
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG08%2520HWS%27 HTTP/1.1" 200 None
2026-03-30 06:50:56 [bca.uk] INFO: Scrape type for SG08%20HWS: 2
2026-03-30 06:50:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e27980da-ba2f-5a70-904b-82d5a53fa0b7 with identifier: SG08%20HWS
2026-03-30 06:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e27980da-ba2f-5a70-904b-82d5a53fa0b7 with scrape type 2
2026-03-30 06:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e27980da-ba2f-5a70-904b-82d5a53fa0b7 with scrape type 2
2026-03-30 06:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e27980da-ba2f-5a70-904b-82d5a53fa0b7, identifier: SG08%20HWS
2026-03-30 06:50:56 [bca.uk] INFO: Found listing with ID: BU15%20ORW
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU15%2520ORW%27 HTTP/1.1" 200 None
2026-03-30 06:50:56 [bca.uk] INFO: Scrape type for BU15%20ORW: 2
2026-03-30 06:50:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f89c9a4f-645a-5578-a278-0947ea0b4bb1 with identifier: BU15%20ORW
2026-03-30 06:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f89c9a4f-645a-5578-a278-0947ea0b4bb1 with scrape type 2
2026-03-30 06:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f89c9a4f-645a-5578-a278-0947ea0b4bb1 with scrape type 2
2026-03-30 06:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f89c9a4f-645a-5578-a278-0947ea0b4bb1, identifier: BU15%20ORW
2026-03-30 06:50:56 [bca.uk] INFO: Found listing with ID: CS16%20KAS
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CS16%2520KAS%27 HTTP/1.1" 200 None
2026-03-30 06:50:56 [bca.uk] INFO: Scrape type for CS16%20KAS: 2
2026-03-30 06:50:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf3c3f79-7c85-516a-8b26-02f88679d0e5 with identifier: CS16%20KAS
2026-03-30 06:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf3c3f79-7c85-516a-8b26-02f88679d0e5 with scrape type 2
2026-03-30 06:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf3c3f79-7c85-516a-8b26-02f88679d0e5 with scrape type 2
2026-03-30 06:50:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf3c3f79-7c85-516a-8b26-02f88679d0e5, identifier: CS16%20KAS
2026-03-30 06:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e27980da-ba2f-5a70-904b-82d5a53fa0b7 with identifier: SG08%20HWS
2026-03-30 06:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e27980da-ba2f-5a70-904b-82d5a53fa0b7 with identifier: SG08%20HWS
2026-03-30 06:50:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e27980da-ba2f-5a70-904b-82d5a53fa0b7 with identifier: SG08%20HWS to the API
2026-03-30 06:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 269,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG08%20HWS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e27980da-ba2f-5a70-904b-82d5a53fa0b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG08 HWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG08%20HWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'JAGUAR',
 'model': 'XK',
 'odometer': 57661,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'JAGUAR XK 4.2 V8 Coupe',
 'transmission': 'automatic',
 'trim': 'V8',
 'vin': 'SAJAC43P585B27731',
 'year': 2008}
2026-03-30 06:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG08%2520HWS%27 HTTP/1.1" 200 None
2026-03-30 06:50:57 [bca.uk] INFO: Saving data for SG08%20HWS: {'auction_closing_time': 1774951200.0, 'created_time': 1774390311.173159, 'last_price_update_time': 1774853457.404271}
2026-03-30 06:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG08%2520HWS') HTTP/1.1" 204 0
2026-03-30 06:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f89c9a4f-645a-5578-a278-0947ea0b4bb1 with identifier: BU15%20ORW
2026-03-30 06:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f89c9a4f-645a-5578-a278-0947ea0b4bb1 with identifier: BU15%20ORW
2026-03-30 06:50:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f89c9a4f-645a-5578-a278-0947ea0b4bb1 with identifier: BU15%20ORW to the API
2026-03-30 06:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU15%20ORW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f89c9a4f-645a-5578-a278-0947ea0b4bb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU15 ORW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU15%20ORW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 78544,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 VTI STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI STYLE',
 'vin': 'VF3CCHMZ6FT118087',
 'year': 2015}
2026-03-30 06:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU15%2520ORW%27 HTTP/1.1" 200 None
2026-03-30 06:50:57 [bca.uk] INFO: Saving data for BU15%20ORW: {'auction_closing_time': 1774864800.0, 'created_time': 1774390233.70073, 'last_price_update_time': 1774853457.733459}
2026-03-30 06:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU15%2520ORW') HTTP/1.1" 204 0
2026-03-30 06:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf3c3f79-7c85-516a-8b26-02f88679d0e5 with identifier: CS16%20KAS
2026-03-30 06:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf3c3f79-7c85-516a-8b26-02f88679d0e5 with identifier: CS16%20KAS
2026-03-30 06:50:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf3c3f79-7c85-516a-8b26-02f88679d0e5 with identifier: CS16%20KAS to the API
2026-03-30 06:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CS16%20KAS-GB',
 'category': 'Motorhome',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cf3c3f79-7c85-516a-8b26-02f88679d0e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CS16 KAS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CS16%20KAS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LUNAR',
 'model': 'LANDSTAR',
 'odometer': 20882,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LUNAR LANDSTAR 2.1 EW MOTORHOME CoachbuiltBespoke',
 'transmission': 'automatic',
 'trim': 'EW MOTORHOME',
 'vin': 'WDB9066352P113990',
 'year': 2016}
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CS16%2520KAS%27 HTTP/1.1" 200 None
2026-03-30 06:50:58 [bca.uk] INFO: Saving data for CS16%20KAS: {'auction_closing_time': 1775124000.0, 'created_time': 1774448593.513953, 'last_price_update_time': 1774853458.046149}
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CS16%2520KAS') HTTP/1.1" 204 0
2026-03-30 06:50:58 [bca.uk] INFO: Found listing with ID: SN57%20FBK
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN57%2520FBK%27 HTTP/1.1" 200 None
2026-03-30 06:50:58 [bca.uk] INFO: Scrape type for SN57%20FBK: 2
2026-03-30 06:50:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with identifier: SN57%20FBK
2026-03-30 06:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with scrape type 2
2026-03-30 06:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with scrape type 2
2026-03-30 06:50:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4035fbc8-2a36-5f70-90e8-9038d29a4a76, identifier: SN57%20FBK
2026-03-30 06:50:58 [bca.uk] INFO: Found listing with ID: NJ14%20SZW
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ14%2520SZW%27 HTTP/1.1" 200 None
2026-03-30 06:50:58 [bca.uk] INFO: Scrape type for NJ14%20SZW: 2
2026-03-30 06:50:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 598df8b3-2b89-563a-8dd9-9255ef82de9d with identifier: NJ14%20SZW
2026-03-30 06:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 598df8b3-2b89-563a-8dd9-9255ef82de9d with scrape type 2
2026-03-30 06:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 598df8b3-2b89-563a-8dd9-9255ef82de9d with scrape type 2
2026-03-30 06:50:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 598df8b3-2b89-563a-8dd9-9255ef82de9d, identifier: NJ14%20SZW
2026-03-30 06:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:50:58 [bca.uk] INFO: Found listing with ID: HV73%20OVB
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520OVB%27 HTTP/1.1" 200 None
2026-03-30 06:50:58 [bca.uk] INFO: Scrape type for HV73%20OVB: 2
2026-03-30 06:50:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e46e84bd-af36-5d95-a279-fda2ed9cc227 with identifier: HV73%20OVB
2026-03-30 06:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e46e84bd-af36-5d95-a279-fda2ed9cc227 with scrape type 2
2026-03-30 06:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e46e84bd-af36-5d95-a279-fda2ed9cc227 with scrape type 2
2026-03-30 06:50:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e46e84bd-af36-5d95-a279-fda2ed9cc227, identifier: HV73%20OVB
2026-03-30 06:50:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with identifier: SN57%20FBK
2026-03-30 06:50:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with identifier: SN57%20FBK
2026-03-30 06:50:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4035fbc8-2a36-5f70-90e8-9038d29a4a76 with identifier: SN57%20FBK to the API
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 396,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN57%20FBK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '6.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4035fbc8-2a36-5f70-90e8-9038d29a4a76',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN57 FBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN57%20FBK&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BENTLEY',
 'model': 'CONTINENTAL GT',
 'odometer': 29688,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'BENTLEY CONTINENTAL GT 6.0 W12 SPEED Coupe',
 'transmission': 'manual',
 'trim': 'W12 SPEED',
 'vin': 'SCBCF63W48C053845',
 'year': 2007}
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN57%2520FBK%27 HTTP/1.1" 200 None
2026-03-30 06:50:58 [bca.uk] INFO: Saving data for SN57%20FBK: {'auction_closing_time': 1774951200.0, 'created_time': 1774390325.140126, 'last_price_update_time': 1774853458.758158}
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN57%2520FBK') HTTP/1.1" 204 0
2026-03-30 06:50:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 598df8b3-2b89-563a-8dd9-9255ef82de9d with identifier: NJ14%20SZW
2026-03-30 06:50:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 598df8b3-2b89-563a-8dd9-9255ef82de9d with identifier: NJ14%20SZW
2026-03-30 06:50:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 598df8b3-2b89-563a-8dd9-9255ef82de9d with identifier: NJ14%20SZW to the API
2026-03-30 06:50:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ14%20SZW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '598df8b3-2b89-563a-8dd9-9255ef82de9d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ14 SZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ14%20SZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 39789,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 N-TEC Hatchback',
 'transmission': 'automatic',
 'trim': 'N-TEC',
 'vin': 'SJNFBAF15U6490934',
 'year': 2014}
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ14%2520SZW%27 HTTP/1.1" 200 None
2026-03-30 06:50:59 [bca.uk] INFO: Saving data for NJ14%20SZW: {'auction_closing_time': 1774864800.0, 'created_time': 1774390232.697309, 'last_price_update_time': 1774853459.274763}
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ14%2520SZW') HTTP/1.1" 204 0
2026-03-30 06:50:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e46e84bd-af36-5d95-a279-fda2ed9cc227 with identifier: HV73%20OVB
2026-03-30 06:50:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e46e84bd-af36-5d95-a279-fda2ed9cc227 with identifier: HV73%20OVB
2026-03-30 06:50:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e46e84bd-af36-5d95-a279-fda2ed9cc227 with identifier: HV73%20OVB to the API
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:50: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:50:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 259,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV73%20OVB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e46e84bd-af36-5d95-a279-fda2ed9cc227',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV73 OVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV73%20OVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 63264,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 H3 LEADER',
 'vin': 'WF0EXXTTREPY07617',
 'year': 2023}
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV73%2520OVB%27 HTTP/1.1" 200 None
2026-03-30 06:50:59 [bca.uk] INFO: Saving data for HV73%20OVB: {'auction_closing_time': 1774864800.0, 'created_time': 1774448592.883747, 'last_price_update_time': 1774853459.569421}
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV73%2520OVB') HTTP/1.1" 204 0
2026-03-30 06:50:59 [bca.uk] INFO: Found listing with ID: HN61%20EVJ
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520EVJ%27 HTTP/1.1" 200 None
2026-03-30 06:50:59 [bca.uk] INFO: Scrape type for HN61%20EVJ: 2
2026-03-30 06:50:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 551935c9-b30c-5995-8f12-b38b2d843478 with identifier: HN61%20EVJ
2026-03-30 06:50:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 551935c9-b30c-5995-8f12-b38b2d843478 with scrape type 2
2026-03-30 06:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 551935c9-b30c-5995-8f12-b38b2d843478 with scrape type 2
2026-03-30 06:50:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 551935c9-b30c-5995-8f12-b38b2d843478, identifier: HN61%20EVJ
2026-03-30 06:50:59 [bca.uk] INFO: Found listing with ID: NU67%20PBX
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520PBX%27 HTTP/1.1" 200 None
2026-03-30 06:50:59 [bca.uk] INFO: Scrape type for NU67%20PBX: 2
2026-03-30 06:50:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with identifier: NU67%20PBX
2026-03-30 06:50:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with scrape type 2
2026-03-30 06:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with scrape type 2
2026-03-30 06:50:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d27f12dd-e297-5cae-a1d1-eb8c78bf7041, identifier: NU67%20PBX
2026-03-30 06:50:59 [bca.uk] INFO: Found listing with ID: VK70%20ZYO
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK70%2520ZYO%27 HTTP/1.1" 200 None
2026-03-30 06:50:59 [bca.uk] INFO: Scrape type for VK70%20ZYO: 2
2026-03-30 06:50:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2db4b95-114a-5705-a611-7dc9615aa570 with identifier: VK70%20ZYO
2026-03-30 06:50:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2db4b95-114a-5705-a611-7dc9615aa570 with scrape type 2
2026-03-30 06:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2db4b95-114a-5705-a611-7dc9615aa570 with scrape type 2
2026-03-30 06:50:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2db4b95-114a-5705-a611-7dc9615aa570, identifier: VK70%20ZYO
2026-03-30 06:50:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 551935c9-b30c-5995-8f12-b38b2d843478 with identifier: HN61%20EVJ
2026-03-30 06:50:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 551935c9-b30c-5995-8f12-b38b2d843478 with identifier: HN61%20EVJ
2026-03-30 06:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 551935c9-b30c-5995-8f12-b38b2d843478 with identifier: HN61%20EVJ to the API
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN61%20EVJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '551935c9-b30c-5995-8f12-b38b2d843478',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN61 EVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN61%20EVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 200',
 'odometer': 66125,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 200 1.8 B/E TIP Roadster',
 'transmission': 'manual',
 'trim': 'B/E TIP',
 'vin': 'WDD1724482F018945',
 'year': 2011}
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN61%2520EVJ%27 HTTP/1.1" 200 None
2026-03-30 06:51:00 [bca.uk] INFO: Saving data for HN61%20EVJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774390295.755556, 'last_price_update_time': 1774853460.246946}
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN61%2520EVJ') HTTP/1.1" 204 0
2026-03-30 06:51:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with identifier: NU67%20PBX
2026-03-30 06:51:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with identifier: NU67%20PBX
2026-03-30 06:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d27f12dd-e297-5cae-a1d1-eb8c78bf7041 with identifier: NU67%20PBX to the API
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU67%20PBX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd27f12dd-e297-5cae-a1d1-eb8c78bf7041',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU67 PBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU67%20PBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 130572,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A7 SPORTBACK 3.0 TDI 272 QUATTRO BLACK ED.S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 272 QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ4G1JN033583',
 'year': 2017}
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU67%2520PBX%27 HTTP/1.1" 200 None
2026-03-30 06:51:00 [bca.uk] INFO: Saving data for NU67%20PBX: {'auction_closing_time': 1774864800.0, 'created_time': 1774044968.005973, 'last_price_update_time': 1774853460.640165}
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU67%2520PBX') HTTP/1.1" 204 0
2026-03-30 06:51:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2db4b95-114a-5705-a611-7dc9615aa570 with identifier: VK70%20ZYO
2026-03-30 06:51:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2db4b95-114a-5705-a611-7dc9615aa570 with identifier: VK70%20ZYO
2026-03-30 06:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2db4b95-114a-5705-a611-7dc9615aa570 with identifier: VK70%20ZYO to the API
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK70%20ZYO-GB',
 'category': 'Motorhome',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b2db4b95-114a-5705-a611-7dc9615aa570',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK70 ZYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK70%20ZYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CAMPER KING',
 'model': 'T6 VW',
 'odometer': 18501,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CAMPER KING T6 VW 2.0 ST TROPEZ CAMPER CoachbuiltBespoke',
 'transmission': 'manual',
 'trim': 'ST TROPEZ CAMPER',
 'vin': 'WV2ZZZ7HZLH050995',
 'year': 2021}
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK70%2520ZYO%27 HTTP/1.1" 200 None
2026-03-30 06:51:00 [bca.uk] INFO: Saving data for VK70%20ZYO: {'auction_closing_time': 1775124000.0, 'created_time': 1774448592.444649, 'last_price_update_time': 1774853460.949123}
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK70%2520ZYO') HTTP/1.1" 204 0
2026-03-30 06:51:00 [bca.uk] INFO: Found listing with ID: KUI%20550
2026-03-30 06:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KUI%2520550%27 HTTP/1.1" 200 None
2026-03-30 06:51:01 [bca.uk] INFO: Scrape type for KUI%20550: 2
2026-03-30 06:51:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c65210ca-2145-5b8a-a019-27386d902c50 with identifier: KUI%20550
2026-03-30 06:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c65210ca-2145-5b8a-a019-27386d902c50 with scrape type 2
2026-03-30 06:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c65210ca-2145-5b8a-a019-27386d902c50 with scrape type 2
2026-03-30 06:51:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c65210ca-2145-5b8a-a019-27386d902c50, identifier: KUI%20550
2026-03-30 06:51:01 [bca.uk] INFO: Found listing with ID: OV65%20DZJ
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520DZJ%27 HTTP/1.1" 200 None
2026-03-30 06:51:01 [bca.uk] INFO: Scrape type for OV65%20DZJ: 2
2026-03-30 06:51:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb4675e-af6d-5867-8243-b2495a4e2cc3 with identifier: OV65%20DZJ
2026-03-30 06:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb4675e-af6d-5867-8243-b2495a4e2cc3 with scrape type 2
2026-03-30 06:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb4675e-af6d-5867-8243-b2495a4e2cc3 with scrape type 2
2026-03-30 06:51:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edb4675e-af6d-5867-8243-b2495a4e2cc3, identifier: OV65%20DZJ
2026-03-30 06:51:01 [bca.uk] INFO: Found listing with ID: YC59%20RWZ
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC59%2520RWZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:01 [bca.uk] INFO: Scrape type for YC59%20RWZ: 2
2026-03-30 06:51:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa43ae00-c12d-53bf-a098-42c6434114a7 with identifier: YC59%20RWZ
2026-03-30 06:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa43ae00-c12d-53bf-a098-42c6434114a7 with scrape type 2
2026-03-30 06:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa43ae00-c12d-53bf-a098-42c6434114a7 with scrape type 2
2026-03-30 06:51:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa43ae00-c12d-53bf-a098-42c6434114a7, identifier: YC59%20RWZ
2026-03-30 06:51:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c65210ca-2145-5b8a-a019-27386d902c50 with identifier: KUI%20550
2026-03-30 06:51:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c65210ca-2145-5b8a-a019-27386d902c50 with identifier: KUI%20550
2026-03-30 06:51:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c65210ca-2145-5b8a-a019-27386d902c50 with identifier: KUI%20550 to the API
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=113&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 255,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KUI%20550-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c65210ca-2145-5b8a-a019-27386d902c50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KUI 550',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KUI%20550&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'PORSCHE',
 'model': 'BOXSTER',
 'odometer': 95391,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'PORSCHE BOXSTER 3.2 S 260 Roadster',
 'transmission': 'manual',
 'trim': 'S 260',
 'vin': 'WP0ZZZ98Z3U640600',
 'year': 2002}
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KUI%2520550%27 HTTP/1.1" 200 None
2026-03-30 06:51:01 [bca.uk] INFO: Saving data for KUI%20550: {'auction_closing_time': 1774951200.0, 'created_time': 1774390284.055403, 'last_price_update_time': 1774853461.699943}
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KUI%2520550') HTTP/1.1" 204 0
2026-03-30 06:51:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edb4675e-af6d-5867-8243-b2495a4e2cc3 with identifier: OV65%20DZJ
2026-03-30 06:51:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edb4675e-af6d-5867-8243-b2495a4e2cc3 with identifier: OV65%20DZJ
2026-03-30 06:51:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edb4675e-af6d-5867-8243-b2495a4e2cc3 with identifier: OV65%20DZJ to the API
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV65%20DZJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'edb4675e-af6d-5867-8243-b2495a4e2cc3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV65 DZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV65%20DZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': '2',
 'odometer': 65090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA 2 1.5 90 SE-L Hatchback',
 'transmission': 'manual',
 'trim': '90 SE-L',
 'vin': 'MMZDJ6H551W155992',
 'year': 2015}
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520DZJ%27 HTTP/1.1" 200 None
2026-03-30 06:51:01 [bca.uk] INFO: Saving data for OV65%20DZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390222.850903, 'last_price_update_time': 1774853461.989744}
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV65%2520DZJ') HTTP/1.1" 204 0
2026-03-30 06:51:02 [bca.uk] INFO: Total items found: 100
2026-03-30 06:51:02 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded
2026-03-30 06:51:02 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:51:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:51:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa43ae00-c12d-53bf-a098-42c6434114a7 with identifier: YC59%20RWZ
2026-03-30 06:51:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa43ae00-c12d-53bf-a098-42c6434114a7 with identifier: YC59%20RWZ
2026-03-30 06:51:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa43ae00-c12d-53bf-a098-42c6434114a7 with identifier: YC59%20RWZ to the API
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC59%20RWZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aa43ae00-c12d-53bf-a098-42c6434114a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC59 RWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC59%20RWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 159427,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 170 GTD Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 170 GTD',
 'vin': 'WVWZZZ1KZAW172646',
 'year': 2009}
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC59%2520RWZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:02 [bca.uk] INFO: Saving data for YC59%20RWZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774437728.201979, 'last_price_update_time': 1774853462.290988}
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC59%2520RWZ') HTTP/1.1" 204 0
2026-03-30 06:51:02 [bca.uk] INFO: Found listing with ID: LJ69%20KSE
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ69%2520KSE%27 HTTP/1.1" 200 None
2026-03-30 06:51:02 [bca.uk] INFO: Scrape type for LJ69%20KSE: 2
2026-03-30 06:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c435a039-c8ed-57cd-ab5e-35c454813a29 with identifier: LJ69%20KSE
2026-03-30 06:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c435a039-c8ed-57cd-ab5e-35c454813a29 with scrape type 2
2026-03-30 06:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c435a039-c8ed-57cd-ab5e-35c454813a29 with scrape type 2
2026-03-30 06:51:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c435a039-c8ed-57cd-ab5e-35c454813a29, identifier: LJ69%20KSE
2026-03-30 06:51:02 [bca.uk] INFO: Found listing with ID: NL23%20OHY
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51: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%2520OHY%27 HTTP/1.1" 200 None
2026-03-30 06:51:02 [bca.uk] INFO: Scrape type for NL23%20OHY: 2
2026-03-30 06:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with identifier: NL23%20OHY
2026-03-30 06:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with scrape type 2
2026-03-30 06:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with scrape type 2
2026-03-30 06:51:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9, identifier: NL23%20OHY
2026-03-30 06:51:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c435a039-c8ed-57cd-ab5e-35c454813a29 with identifier: LJ69%20KSE
2026-03-30 06:51:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c435a039-c8ed-57cd-ab5e-35c454813a29 with identifier: LJ69%20KSE
2026-03-30 06:51:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c435a039-c8ed-57cd-ab5e-35c454813a29 with identifier: LJ69%20KSE to the API
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ69%20KSE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c435a039-c8ed-57cd-ab5e-35c454813a29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ69 KSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ69%20KSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 37548,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 1.5 T3 163 INSCRIPTION PRO StationWagon',
 'transmission': 'manual',
 'trim': 'T3 163 INSCRIPTION PRO',
 'vin': 'YV1XZ11V1L2278350',
 'year': 2020}
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ69%2520KSE%27 HTTP/1.1" 200 None
2026-03-30 06:51:02 [bca.uk] INFO: Saving data for LJ69%20KSE: {'auction_closing_time': 1774951200.0, 'created_time': 1774005439.506533, 'last_price_update_time': 1774853462.825998}
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ69%2520KSE') HTTP/1.1" 204 0
2026-03-30 06:51:02 [bca.uk] INFO: Found listing with ID: NJ10%20VAM
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ10%2520VAM%27 HTTP/1.1" 200 None
2026-03-30 06:51:02 [bca.uk] INFO: Scrape type for NJ10%20VAM: 2
2026-03-30 06:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with identifier: NJ10%20VAM
2026-03-30 06:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with scrape type 2
2026-03-30 06:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with scrape type 2
2026-03-30 06:51:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65, identifier: NJ10%20VAM
2026-03-30 06:51:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:51:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:51:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with identifier: NL23%20OHY
2026-03-30 06:51:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with identifier: NL23%20OHY
2026-03-30 06:51:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33fc1b32-ed8e-5ec0-a304-6ff061cc53b9 with identifier: NL23%20OHY to the API
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20OHY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '33fc1b32-ed8e-5ec0-a304-6ff061cc53b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 OHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20OHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'IX1',
 'odometer': 29575,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW IX1 XD30 M SPORT (22KC) StationWagon',
 'transmission': 'automatic',
 'trim': 'XD30 M SPORT (22KC)',
 'vin': 'WBY62EF0805W39706',
 'year': 2023}
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520OHY%27 HTTP/1.1" 200 None
2026-03-30 06:51:03 [bca.uk] INFO: Saving data for NL23%20OHY: {'auction_closing_time': 1774864800.0, 'created_time': 1774448867.130272, 'last_price_update_time': 1774853463.236319}
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520OHY') HTTP/1.1" 204 0
2026-03-30 06:51:03 [bca.uk] INFO: Found listing with ID: H19%20RGH
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H19%2520RGH%27 HTTP/1.1" 200 None
2026-03-30 06:51:03 [bca.uk] INFO: Scrape type for H19%20RGH: 2
2026-03-30 06:51:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with identifier: H19%20RGH
2026-03-30 06:51:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with scrape type 2
2026-03-30 06:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with scrape type 2
2026-03-30 06:51:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ea75f91-5749-5ae3-8e44-c00c9ac3d847, identifier: H19%20RGH
2026-03-30 06:51:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with identifier: NJ10%20VAM
2026-03-30 06:51:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with identifier: NJ10%20VAM
2026-03-30 06:51:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f58ec63-5213-5af1-b0b1-3c08a1c1fe65 with identifier: NJ10%20VAM to the API
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ10%20VAM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f58ec63-5213-5af1-b0b1-3c08a1c1fe65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ10 VAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ10%20VAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 75363,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-DTEC ES-T Estate',
 'transmission': 'manual',
 'trim': 'I-DTEC ES-T',
 'vin': 'SHSRE6750AU002584',
 'year': 2010}
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ10%2520VAM%27 HTTP/1.1" 200 None
2026-03-30 06:51:03 [bca.uk] INFO: Saving data for NJ10%20VAM: {'auction_closing_time': 1774864800.0, 'created_time': 1774303721.771097, 'last_price_update_time': 1774853463.660998}
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ10%2520VAM') HTTP/1.1" 204 0
2026-03-30 06:51:03 [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:51:03 [bca.uk] INFO: Found listing with ID: NL23%20YJG
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520YJG%27 HTTP/1.1" 200 None
2026-03-30 06:51:03 [bca.uk] INFO: Scrape type for NL23%20YJG: 2
2026-03-30 06:51:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 940e9572-70a4-51b7-96dd-a65d6e8ac26d with identifier: NL23%20YJG
2026-03-30 06:51:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 940e9572-70a4-51b7-96dd-a65d6e8ac26d with scrape type 2
2026-03-30 06:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 940e9572-70a4-51b7-96dd-a65d6e8ac26d with scrape type 2
2026-03-30 06:51:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 940e9572-70a4-51b7-96dd-a65d6e8ac26d, identifier: NL23%20YJG
2026-03-30 06:51:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with identifier: H19%20RGH
2026-03-30 06:51:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with identifier: H19%20RGH
2026-03-30 06:51:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ea75f91-5749-5ae3-8e44-c00c9ac3d847 with identifier: H19%20RGH to the API
2026-03-30 06:51:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=H19%20RGH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ea75f91-5749-5ae3-8e44-c00c9ac3d847',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'H19 RGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=H19%20RGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 45225,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TFSI 180 QUATTRO S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 180 QUATTRO S LINE S-T',
 'vin': 'WAUZZZ8U4FR025865',
 'year': 2015}
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27H19%2520RGH%27 HTTP/1.1" 200 None
2026-03-30 06:51:04 [bca.uk] INFO: Saving data for H19%20RGH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390315.479088, 'last_price_update_time': 1774853464.087969}
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='H19%2520RGH') HTTP/1.1" 204 0
2026-03-30 06:51:04 [bca.uk] INFO: Found listing with ID: SM18%20UEA
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520UEA%27 HTTP/1.1" 200 None
2026-03-30 06:51:04 [bca.uk] INFO: Scrape type for SM18%20UEA: 2
2026-03-30 06:51:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with identifier: SM18%20UEA
2026-03-30 06:51:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with scrape type 2
2026-03-30 06:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with scrape type 2
2026-03-30 06:51:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a521f253-6d12-5a4e-a6e2-e12ac9bd7afb, identifier: SM18%20UEA
2026-03-30 06:51:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 940e9572-70a4-51b7-96dd-a65d6e8ac26d with identifier: NL23%20YJG
2026-03-30 06:51:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 940e9572-70a4-51b7-96dd-a65d6e8ac26d with identifier: NL23%20YJG
2026-03-30 06:51:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 940e9572-70a4-51b7-96dd-a65d6e8ac26d with identifier: NL23%20YJG to the API
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20YJG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '940e9572-70a4-51b7-96dd-a65d6e8ac26d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 YJG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20YJG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'IX1',
 'odometer': 20674,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BMW IX1 XD30 M SPORT (22KC) StationWagon',
 'transmission': 'automatic',
 'trim': 'XD30 M SPORT (22KC)',
 'vin': 'WBY62EF0705W79419',
 'year': 2023}
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520YJG%27 HTTP/1.1" 200 None
2026-03-30 06:51:04 [bca.uk] INFO: Saving data for NL23%20YJG: {'auction_closing_time': 1774864800.0, 'created_time': 1774448867.746447, 'last_price_update_time': 1774853464.674314}
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520YJG') HTTP/1.1" 204 0
2026-03-30 06:51:04 [bca.uk] INFO: Found listing with ID: GL69%20XJX
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL69%2520XJX%27 HTTP/1.1" 200 None
2026-03-30 06:51:04 [bca.uk] INFO: Scrape type for GL69%20XJX: 2
2026-03-30 06:51:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7ffc75e-8813-549c-8e5f-ce613533b140 with identifier: GL69%20XJX
2026-03-30 06:51:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7ffc75e-8813-549c-8e5f-ce613533b140 with scrape type 2
2026-03-30 06:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7ffc75e-8813-549c-8e5f-ce613533b140 with scrape type 2
2026-03-30 06:51:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c7ffc75e-8813-549c-8e5f-ce613533b140, identifier: GL69%20XJX
2026-03-30 06:51:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with identifier: SM18%20UEA
2026-03-30 06:51:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with identifier: SM18%20UEA
2026-03-30 06:51:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a521f253-6d12-5a4e-a6e2-e12ac9bd7afb with identifier: SM18%20UEA to the API
2026-03-30 06:51:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM18%20UEA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a521f253-6d12-5a4e-a6e2-e12ac9bd7afb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM18 UEA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM18%20UEA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 51524,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Hatchback',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWXS520402H26967',
 'year': 2018}
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520UEA%27 HTTP/1.1" 200 None
2026-03-30 06:51:05 [bca.uk] INFO: Saving data for SM18%20UEA: {'auction_closing_time': 1775037600.0, 'created_time': 1774390479.624074, 'last_price_update_time': 1774853465.079708}
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM18%2520UEA') HTTP/1.1" 204 0
2026-03-30 06:51:05 [bca.uk] INFO: Found listing with ID: GY55%20YSK
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY55%2520YSK%27 HTTP/1.1" 200 None
2026-03-30 06:51:05 [bca.uk] INFO: Scrape type for GY55%20YSK: 2
2026-03-30 06:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with identifier: GY55%20YSK
2026-03-30 06:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with scrape type 2
2026-03-30 06:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with scrape type 2
2026-03-30 06:51:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3873a2e-67f0-5d27-9c0b-44d9c6d83752, identifier: GY55%20YSK
2026-03-30 06:51:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c7ffc75e-8813-549c-8e5f-ce613533b140 with identifier: GL69%20XJX
2026-03-30 06:51:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c7ffc75e-8813-549c-8e5f-ce613533b140 with identifier: GL69%20XJX
2026-03-30 06:51:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c7ffc75e-8813-549c-8e5f-ce613533b140 with identifier: GL69%20XJX to the API
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL69%20XJX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c7ffc75e-8813-549c-8e5f-ce613533b140',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL69 XJX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL69%20XJX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 94385,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.3 DIG-T N-CONNECTA (5ST) DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'DIG-T N-CONNECTA (5ST) DCT',
 'vin': 'JN1TGAT32U0000749',
 'year': 2019}
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL69%2520XJX%27 HTTP/1.1" 200 None
2026-03-30 06:51:05 [bca.uk] INFO: Saving data for GL69%20XJX: {'auction_closing_time': 1774951200.0, 'created_time': 1774390269.761431, 'last_price_update_time': 1774853465.499789}
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL69%2520XJX') HTTP/1.1" 204 0
2026-03-30 06:51:05 [bca.uk] INFO: Found listing with ID: ND62%20NNH
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND62%2520NNH%27 HTTP/1.1" 200 None
2026-03-30 06:51:05 [bca.uk] INFO: Scrape type for ND62%20NNH: 2
2026-03-30 06:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 643c580f-8314-5a95-bd13-dcd8cfdf621e with identifier: ND62%20NNH
2026-03-30 06:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 643c580f-8314-5a95-bd13-dcd8cfdf621e with scrape type 2
2026-03-30 06:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 643c580f-8314-5a95-bd13-dcd8cfdf621e with scrape type 2
2026-03-30 06:51:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 643c580f-8314-5a95-bd13-dcd8cfdf621e, identifier: ND62%20NNH
2026-03-30 06:51:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with identifier: GY55%20YSK
2026-03-30 06:51:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with identifier: GY55%20YSK
2026-03-30 06:51:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3873a2e-67f0-5d27-9c0b-44d9c6d83752 with identifier: GY55%20YSK to the API
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY55%20YSK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a3873a2e-67f0-5d27-9c0b-44d9c6d83752',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY55 YSK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY55%20YSK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 161756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 900,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'AUDI TT 1.8 T 225 QUATTRO Coupe',
 'transmission': 'manual',
 'trim': 'T 225 QUATTRO',
 'vin': 'TRUZZZ8N561002854',
 'year': 2005}
2026-03-30 06:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY55%2520YSK%27 HTTP/1.1" 200 None
2026-03-30 06:51:06 [bca.uk] INFO: Saving data for GY55%20YSK: {'auction_closing_time': 1775026800.0, 'created_time': 1773841402.839685, 'last_price_update_time': 1774853466.005795}
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY55%2520YSK') HTTP/1.1" 204 0
2026-03-30 06:51:06 [bca.uk] INFO: Found listing with ID: GD18%20DZZ
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD18%2520DZZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:06 [bca.uk] INFO: Scrape type for GD18%20DZZ: 2
2026-03-30 06:51:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with identifier: GD18%20DZZ
2026-03-30 06:51:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with scrape type 2
2026-03-30 06:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with scrape type 2
2026-03-30 06:51:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4ece5a6b-9f2d-59c3-83fc-99ed222f5135, identifier: GD18%20DZZ
2026-03-30 06:51:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 643c580f-8314-5a95-bd13-dcd8cfdf621e with identifier: ND62%20NNH
2026-03-30 06:51:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 643c580f-8314-5a95-bd13-dcd8cfdf621e with identifier: ND62%20NNH
2026-03-30 06:51:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 643c580f-8314-5a95-bd13-dcd8cfdf621e with identifier: ND62%20NNH to the API
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND62%20NNH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '643c580f-8314-5a95-bd13-dcd8cfdf621e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND62 NNH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND62%20NNH&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 87880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 VVT ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT ACTIVE',
 'vin': 'W0L0SDL08C6108835',
 'year': 2012}
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND62%2520NNH%27 HTTP/1.1" 200 None
2026-03-30 06:51:06 [bca.uk] INFO: Saving data for ND62%20NNH: {'auction_closing_time': 1774864800.0, 'created_time': 1774045124.775953, 'last_price_update_time': 1774853466.49932}
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND62%2520NNH') HTTP/1.1" 204 0
2026-03-30 06:51:06 [bca.uk] INFO: Found listing with ID: NRZ%202102
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NRZ%25202102%27 HTTP/1.1" 200 None
2026-03-30 06:51:06 [bca.uk] INFO: Scrape type for NRZ%202102: 2
2026-03-30 06:51:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0159dd1-3445-5453-872c-1c7dfea29ff2 with identifier: NRZ%202102
2026-03-30 06:51:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0159dd1-3445-5453-872c-1c7dfea29ff2 with scrape type 2
2026-03-30 06:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0159dd1-3445-5453-872c-1c7dfea29ff2 with scrape type 2
2026-03-30 06:51:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b0159dd1-3445-5453-872c-1c7dfea29ff2, identifier: NRZ%202102
2026-03-30 06:51:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with identifier: GD18%20DZZ
2026-03-30 06:51:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with identifier: GD18%20DZZ
2026-03-30 06:51:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4ece5a6b-9f2d-59c3-83fc-99ed222f5135 with identifier: GD18%20DZZ to the API
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD18%20DZZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4ece5a6b-9f2d-59c3-83fc-99ed222f5135',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD18 DZZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD18%20DZZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 35148,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DIG-T TEKNA+ Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA+',
 'vin': 'SJNFCAJ11U2312817',
 'year': 2018}
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD18%2520DZZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:06 [bca.uk] INFO: Saving data for GD18%20DZZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774390296.776724, 'last_price_update_time': 1774853466.948671}
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD18%2520DZZ') HTTP/1.1" 204 0
2026-03-30 06:51:06 [bca.uk] INFO: Found listing with ID: YA64%20MXT
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA64%2520MXT%27 HTTP/1.1" 200 None
2026-03-30 06:51:06 [bca.uk] INFO: Scrape type for YA64%20MXT: 2
2026-03-30 06:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0cc51e5-2372-5f2f-8424-6825abf80cdc with identifier: YA64%20MXT
2026-03-30 06:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0cc51e5-2372-5f2f-8424-6825abf80cdc with scrape type 2
2026-03-30 06:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0cc51e5-2372-5f2f-8424-6825abf80cdc with scrape type 2
2026-03-30 06:51:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0cc51e5-2372-5f2f-8424-6825abf80cdc, identifier: YA64%20MXT
2026-03-30 06:51:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b0159dd1-3445-5453-872c-1c7dfea29ff2 with identifier: NRZ%202102
2026-03-30 06:51:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b0159dd1-3445-5453-872c-1c7dfea29ff2 with identifier: NRZ%202102
2026-03-30 06:51:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b0159dd1-3445-5453-872c-1c7dfea29ff2 with identifier: NRZ%202102 to the API
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NRZ%202102-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b0159dd1-3445-5453-872c-1c7dfea29ff2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NRZ 2102',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NRZ%202102&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 110822,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 150 TITANIUM X MPV',
 'transmission': 'manual',
 'trim': 'TDCI 150 TITANIUM X',
 'vin': 'WF0KXXWPCKHK36900',
 'year': 2017}
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NRZ%25202102%27 HTTP/1.1" 200 None
2026-03-30 06:51:07 [bca.uk] INFO: Saving data for NRZ%202102: {'auction_closing_time': 1775026800.0, 'created_time': 1773828313.525426, 'last_price_update_time': 1774853467.368496}
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NRZ%25202102') HTTP/1.1" 204 0
2026-03-30 06:51:07 [bca.uk] INFO: Found listing with ID: AE21%20EOG
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE21%2520EOG%27 HTTP/1.1" 200 None
2026-03-30 06:51:07 [bca.uk] INFO: Scrape type for AE21%20EOG: 2
2026-03-30 06:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5226420-01bf-5d11-abb9-a854f51fff83 with identifier: AE21%20EOG
2026-03-30 06:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5226420-01bf-5d11-abb9-a854f51fff83 with scrape type 2
2026-03-30 06:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5226420-01bf-5d11-abb9-a854f51fff83 with scrape type 2
2026-03-30 06:51:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5226420-01bf-5d11-abb9-a854f51fff83, identifier: AE21%20EOG
2026-03-30 06:51:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0cc51e5-2372-5f2f-8424-6825abf80cdc with identifier: YA64%20MXT
2026-03-30 06:51:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0cc51e5-2372-5f2f-8424-6825abf80cdc with identifier: YA64%20MXT
2026-03-30 06:51:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0cc51e5-2372-5f2f-8424-6825abf80cdc with identifier: YA64%20MXT to the API
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA64%20MXT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd0cc51e5-2372-5f2f-8424-6825abf80cdc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA64 MXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA64%20MXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 62574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.2 P/T 110 DSTYLE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 DSTYLE PLUS',
 'vin': 'VF7SAHNZ6FW503570',
 'year': 2015}
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA64%2520MXT%27 HTTP/1.1" 200 None
2026-03-30 06:51:07 [bca.uk] INFO: Saving data for YA64%20MXT: {'auction_closing_time': 1774864800.0, 'created_time': 1774045135.140955, 'last_price_update_time': 1774853467.769515}
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA64%2520MXT') HTTP/1.1" 204 0
2026-03-30 06:51:07 [bca.uk] INFO: Found listing with ID: VXZ%204474
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VXZ%25204474%27 HTTP/1.1" 200 None
2026-03-30 06:51:07 [bca.uk] INFO: Scrape type for VXZ%204474: 2
2026-03-30 06:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80665f2f-f56e-5c92-b082-e32d21704814 with identifier: VXZ%204474
2026-03-30 06:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80665f2f-f56e-5c92-b082-e32d21704814 with scrape type 2
2026-03-30 06:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80665f2f-f56e-5c92-b082-e32d21704814 with scrape type 2
2026-03-30 06:51:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80665f2f-f56e-5c92-b082-e32d21704814, identifier: VXZ%204474
2026-03-30 06:51:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5226420-01bf-5d11-abb9-a854f51fff83 with identifier: AE21%20EOG
2026-03-30 06:51:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5226420-01bf-5d11-abb9-a854f51fff83 with identifier: AE21%20EOG
2026-03-30 06:51:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5226420-01bf-5d11-abb9-a854f51fff83 with identifier: AE21%20EOG to the API
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE21%20EOG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f5226420-01bf-5d11-abb9-a854f51fff83',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE21 EOG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE21%20EOG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'SHOGUN SPORT',
 'odometer': 56380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI SHOGUN SPORT 2.4 DI-DC 4 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'DI-DC 4 4WD',
 'vin': 'MMAGUKS10JH003333',
 'year': 2021}
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE21%2520EOG%27 HTTP/1.1" 200 None
2026-03-30 06:51:08 [bca.uk] INFO: Saving data for AE21%20EOG: {'auction_closing_time': 1774864800.0, 'created_time': 1774390277.449282, 'last_price_update_time': 1774853468.203708}
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE21%2520EOG') HTTP/1.1" 204 0
2026-03-30 06:51:08 [bca.uk] INFO: Found listing with ID: EN68%20XVL
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520XVL%27 HTTP/1.1" 200 None
2026-03-30 06:51:08 [bca.uk] INFO: Scrape type for EN68%20XVL: 2
2026-03-30 06:51:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc33b921-43df-5178-ac33-842b491d1834 with identifier: EN68%20XVL
2026-03-30 06:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc33b921-43df-5178-ac33-842b491d1834 with scrape type 2
2026-03-30 06:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc33b921-43df-5178-ac33-842b491d1834 with scrape type 2
2026-03-30 06:51:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc33b921-43df-5178-ac33-842b491d1834, identifier: EN68%20XVL
2026-03-30 06:51:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80665f2f-f56e-5c92-b082-e32d21704814 with identifier: VXZ%204474
2026-03-30 06:51:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80665f2f-f56e-5c92-b082-e32d21704814 with identifier: VXZ%204474
2026-03-30 06:51:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80665f2f-f56e-5c92-b082-e32d21704814 with identifier: VXZ%204474 to the API
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 224,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VXZ%204474-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '80665f2f-f56e-5c92-b082-e32d21704814',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VXZ 4474',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VXZ%204474&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 123993,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25025,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 D300 R-DYNAMIC SE COMMERCIAL Van',
 'transmission': 'automatic',
 'trim': 'D300 R-DYNAMIC SE COMMERCIAL',
 'vin': 'SALRACAW9P2471435',
 'year': 2022}
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VXZ%25204474%27 HTTP/1.1" 200 None
2026-03-30 06:51:08 [bca.uk] INFO: Saving data for VXZ%204474: {'auction_closing_time': 1775026800.0, 'created_time': 1774448855.874498, 'last_price_update_time': 1774853468.695059}
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VXZ%25204474') HTTP/1.1" 204 0
2026-03-30 06:51:08 [bca.uk] INFO: Found listing with ID: DK65%20YRD
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520YRD%27 HTTP/1.1" 200 None
2026-03-30 06:51:08 [bca.uk] INFO: Scrape type for DK65%20YRD: 2
2026-03-30 06:51:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69c483f1-9236-56d8-8bcb-f30018196adb with identifier: DK65%20YRD
2026-03-30 06:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c483f1-9236-56d8-8bcb-f30018196adb with scrape type 2
2026-03-30 06:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69c483f1-9236-56d8-8bcb-f30018196adb with scrape type 2
2026-03-30 06:51:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69c483f1-9236-56d8-8bcb-f30018196adb, identifier: DK65%20YRD
2026-03-30 06:51:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc33b921-43df-5178-ac33-842b491d1834 with identifier: EN68%20XVL
2026-03-30 06:51:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc33b921-43df-5178-ac33-842b491d1834 with identifier: EN68%20XVL
2026-03-30 06:51:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc33b921-43df-5178-ac33-842b491d1834 with identifier: EN68%20XVL to the API
2026-03-30 06:51:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN68%20XVL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bc33b921-43df-5178-ac33-842b491d1834',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN68 XVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN68%20XVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 102300,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 MPI SE Hatchback',
 'transmission': 'manual',
 'trim': 'MPI SE',
 'vin': 'NLHB351BLKZ478817',
 'year': 2019}
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN68%2520XVL%27 HTTP/1.1" 200 None
2026-03-30 06:51:09 [bca.uk] INFO: Saving data for EN68%20XVL: {'auction_closing_time': 1775037600.0, 'created_time': 1774390492.05306, 'last_price_update_time': 1774853469.103678}
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN68%2520XVL') HTTP/1.1" 204 0
2026-03-30 06:51:09 [bca.uk] INFO: Found listing with ID: AF70%20UZB
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520UZB%27 HTTP/1.1" 200 None
2026-03-30 06:51:09 [bca.uk] INFO: Scrape type for AF70%20UZB: 2
2026-03-30 06:51:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5240878-f495-5bda-b7b8-840cf5f04e67 with identifier: AF70%20UZB
2026-03-30 06:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5240878-f495-5bda-b7b8-840cf5f04e67 with scrape type 2
2026-03-30 06:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5240878-f495-5bda-b7b8-840cf5f04e67 with scrape type 2
2026-03-30 06:51:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5240878-f495-5bda-b7b8-840cf5f04e67, identifier: AF70%20UZB
2026-03-30 06:51:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69c483f1-9236-56d8-8bcb-f30018196adb with identifier: DK65%20YRD
2026-03-30 06:51:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69c483f1-9236-56d8-8bcb-f30018196adb with identifier: DK65%20YRD
2026-03-30 06:51:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69c483f1-9236-56d8-8bcb-f30018196adb with identifier: DK65%20YRD to the API
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK65%20YRD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '69c483f1-9236-56d8-8bcb-f30018196adb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK65 YRD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK65%20YRD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SEAT',
 'model': 'LEON SC',
 'odometer': 42960,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SEAT LEON SC 1.8 TSI 180 FR DSG Coupe',
 'transmission': 'automatic',
 'trim': 'TSI 180 FR DSG',
 'vin': 'VSSZZZ5FZGR012819',
 'year': 2015}
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520YRD%27 HTTP/1.1" 200 None
2026-03-30 06:51:09 [bca.uk] INFO: Saving data for DK65%20YRD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390276.622309, 'last_price_update_time': 1774853469.562744}
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK65%2520YRD') HTTP/1.1" 204 0
2026-03-30 06:51:09 [bca.uk] INFO: Found listing with ID: NA17%20YFK
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520YFK%27 HTTP/1.1" 200 None
2026-03-30 06:51:09 [bca.uk] INFO: Scrape type for NA17%20YFK: 2
2026-03-30 06:51:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9258f40-5e0b-51d8-952a-f90856f99ebd with identifier: NA17%20YFK
2026-03-30 06:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9258f40-5e0b-51d8-952a-f90856f99ebd with scrape type 2
2026-03-30 06:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9258f40-5e0b-51d8-952a-f90856f99ebd with scrape type 2
2026-03-30 06:51:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9258f40-5e0b-51d8-952a-f90856f99ebd, identifier: NA17%20YFK
2026-03-30 06:51:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5240878-f495-5bda-b7b8-840cf5f04e67 with identifier: AF70%20UZB
2026-03-30 06:51:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5240878-f495-5bda-b7b8-840cf5f04e67 with identifier: AF70%20UZB
2026-03-30 06:51:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5240878-f495-5bda-b7b8-840cf5f04e67 with identifier: AF70%20UZB to the API
2026-03-30 06:51:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 143,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF70%20UZB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b5240878-f495-5bda-b7b8-840cf5f04e67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF70 UZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF70%20UZB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'SKODA',
 'model': 'KAROQ',
 'odometer': 127910,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5100,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SKODA KAROQ 1.5 TSI 150 SE TECHNOLOGY Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 SE TECHNOLOGY',
 'vin': 'TMBKR7NU3M5010629',
 'year': 2021}
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF70%2520UZB%27 HTTP/1.1" 200 None
2026-03-30 06:51:10 [bca.uk] INFO: Saving data for AF70%20UZB: {'auction_closing_time': 1774854000.0, 'created_time': 1773826719.101211, 'last_price_update_time': 1774853470.072064}
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF70%2520UZB') HTTP/1.1" 204 0
2026-03-30 06:51:10 [bca.uk] INFO: Found listing with ID: KW59%20GTY
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW59%2520GTY%27 HTTP/1.1" 200 None
2026-03-30 06:51:10 [bca.uk] INFO: Scrape type for KW59%20GTY: 2
2026-03-30 06:51:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84579b5d-ecc7-5b76-8b05-221adb5579df with identifier: KW59%20GTY
2026-03-30 06:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84579b5d-ecc7-5b76-8b05-221adb5579df with scrape type 2
2026-03-30 06:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84579b5d-ecc7-5b76-8b05-221adb5579df with scrape type 2
2026-03-30 06:51:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84579b5d-ecc7-5b76-8b05-221adb5579df, identifier: KW59%20GTY
2026-03-30 06:51:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9258f40-5e0b-51d8-952a-f90856f99ebd with identifier: NA17%20YFK
2026-03-30 06:51:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9258f40-5e0b-51d8-952a-f90856f99ebd with identifier: NA17%20YFK
2026-03-30 06:51:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9258f40-5e0b-51d8-952a-f90856f99ebd with identifier: NA17%20YFK to the API
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA17%20YFK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9258f40-5e0b-51d8-952a-f90856f99ebd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA17 YFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA17%20YFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 104592,
 'odometer_reading_unit': '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 JAZZ 1.3 I-VTEC 102 S Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC 102 S',
 'vin': 'JHMGK3730HX222535',
 'year': 2017}
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA17%2520YFK%27 HTTP/1.1" 200 None
2026-03-30 06:51:10 [bca.uk] INFO: Saving data for NA17%20YFK: {'auction_closing_time': 1774864800.0, 'created_time': 1774045119.162321, 'last_price_update_time': 1774853470.475646}
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA17%2520YFK') HTTP/1.1" 204 0
2026-03-30 06:51:10 [bca.uk] INFO: Found listing with ID: FM21%20NWU
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520NWU%27 HTTP/1.1" 200 None
2026-03-30 06:51:10 [bca.uk] INFO: Scrape type for FM21%20NWU: 2
2026-03-30 06:51:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28af2aa5-c15d-56cb-9e82-90edc75fc515 with identifier: FM21%20NWU
2026-03-30 06:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28af2aa5-c15d-56cb-9e82-90edc75fc515 with scrape type 2
2026-03-30 06:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28af2aa5-c15d-56cb-9e82-90edc75fc515 with scrape type 2
2026-03-30 06:51:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28af2aa5-c15d-56cb-9e82-90edc75fc515, identifier: FM21%20NWU
2026-03-30 06:51:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84579b5d-ecc7-5b76-8b05-221adb5579df with identifier: KW59%20GTY
2026-03-30 06:51:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84579b5d-ecc7-5b76-8b05-221adb5579df with identifier: KW59%20GTY
2026-03-30 06:51:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84579b5d-ecc7-5b76-8b05-221adb5579df with identifier: KW59%20GTY to the API
2026-03-30 06:51:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW59%20GTY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '84579b5d-ecc7-5b76-8b05-221adb5579df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW59 GTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW59%20GTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'C350',
 'odometer': 100909,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C350 3.0 CDI B/E SPORT Saloon',
 'transmission': 'manual',
 'trim': 'CDI B/E SPORT',
 'vin': 'WDD2040252A359881',
 'year': 2010}
2026-03-30 06:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW59%2520GTY%27 HTTP/1.1" 200 None
2026-03-30 06:51:11 [bca.uk] INFO: Saving data for KW59%20GTY: {'auction_closing_time': 1774864800.0, 'created_time': 1774390274.113696, 'last_price_update_time': 1774853471.281589}
2026-03-30 06:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW59%2520GTY') HTTP/1.1" 204 0
2026-03-30 06:51:11 [bca.uk] INFO: Found listing with ID: KJ17%20PXS
2026-03-30 06:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520PXS%27 HTTP/1.1" 200 None
2026-03-30 06:51:11 [bca.uk] INFO: Scrape type for KJ17%20PXS: 2
2026-03-30 06:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b45bc080-601f-5a64-8c68-51b0b13a053b with identifier: KJ17%20PXS
2026-03-30 06:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b45bc080-601f-5a64-8c68-51b0b13a053b with scrape type 2
2026-03-30 06:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b45bc080-601f-5a64-8c68-51b0b13a053b with scrape type 2
2026-03-30 06:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b45bc080-601f-5a64-8c68-51b0b13a053b, identifier: KJ17%20PXS
2026-03-30 06:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28af2aa5-c15d-56cb-9e82-90edc75fc515 with identifier: FM21%20NWU
2026-03-30 06:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28af2aa5-c15d-56cb-9e82-90edc75fc515 with identifier: FM21%20NWU
2026-03-30 06:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28af2aa5-c15d-56cb-9e82-90edc75fc515 with identifier: FM21%20NWU to the API
2026-03-30 06:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=111&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM21%20NWU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '28af2aa5-c15d-56cb-9e82-90edc75fc515',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FM21 NWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM21%20NWU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 68356,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4100,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.5 TURBO D 100 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 100 SE',
 'vin': 'VXKUBYHTKM4206857',
 'year': 2021}
2026-03-30 06:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM21%2520NWU%27 HTTP/1.1" 200 None
2026-03-30 06:51:12 [bca.uk] INFO: Saving data for FM21%20NWU: {'auction_closing_time': 1774854000.0, 'created_time': 1773826720.517098, 'last_price_update_time': 1774853472.582666}
2026-03-30 06:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM21%2520NWU') HTTP/1.1" 204 0
2026-03-30 06:51:12 [bca.uk] INFO: Found listing with ID: MJ61%20SGU
2026-03-30 06:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ61%2520SGU%27 HTTP/1.1" 200 None
2026-03-30 06:51:12 [bca.uk] INFO: Scrape type for MJ61%20SGU: 2
2026-03-30 06:51:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with identifier: MJ61%20SGU
2026-03-30 06:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with scrape type 2
2026-03-30 06:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with scrape type 2
2026-03-30 06:51:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56ab0cd8-fcbf-5a42-98f9-99a772b6797c, identifier: MJ61%20SGU
2026-03-30 06:51:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b45bc080-601f-5a64-8c68-51b0b13a053b with identifier: KJ17%20PXS
2026-03-30 06:51:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b45bc080-601f-5a64-8c68-51b0b13a053b with identifier: KJ17%20PXS
2026-03-30 06:51:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b45bc080-601f-5a64-8c68-51b0b13a053b with identifier: KJ17%20PXS to the API
2026-03-30 06:51:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ17%20PXS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b45bc080-601f-5a64-8c68-51b0b13a053b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ17 PXS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ17%20PXS&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 110111,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 1.6 TDI 115 SE DYNAMIC TECH.DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 115 SE DYNAMIC TECH.DSG',
 'vin': 'VSSZZZ5FZHR066983',
 'year': 2017}
2026-03-30 06:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ17%2520PXS%27 HTTP/1.1" 200 None
2026-03-30 06:51:13 [bca.uk] INFO: Saving data for KJ17%20PXS: {'auction_closing_time': 1775037600.0, 'created_time': 1774390455.657379, 'last_price_update_time': 1774853473.816009}
2026-03-30 06:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ17%2520PXS') HTTP/1.1" 204 0
2026-03-30 06:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with identifier: MJ61%20SGU
2026-03-30 06:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with identifier: MJ61%20SGU
2026-03-30 06:51:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56ab0cd8-fcbf-5a42-98f9-99a772b6797c with identifier: MJ61%20SGU to the API
2026-03-30 06:51:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 230,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MJ61%20SGU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '56ab0cd8-fcbf-5a42-98f9-99a772b6797c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MJ61 SGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MJ61%20SGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 93509,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 HSE',
 'vin': 'SALLSAAG5CA731738',
 'year': 2011}
2026-03-30 06:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MJ61%2520SGU%27 HTTP/1.1" 200 None
2026-03-30 06:51:15 [bca.uk] INFO: Saving data for MJ61%20SGU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390267.947921, 'last_price_update_time': 1774853475.023696}
2026-03-30 06:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ61%2520SGU') HTTP/1.1" 204 0
2026-03-30 06:51:15 [bca.uk] INFO: Found listing with ID: SK15%20LXB
2026-03-30 06:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK15%2520LXB%27 HTTP/1.1" 200 None
2026-03-30 06:51:15 [bca.uk] INFO: Scrape type for SK15%20LXB: 2
2026-03-30 06:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fe515d5-74e4-55ae-808c-0d4882ba13f2 with identifier: SK15%20LXB
2026-03-30 06:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fe515d5-74e4-55ae-808c-0d4882ba13f2 with scrape type 2
2026-03-30 06:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fe515d5-74e4-55ae-808c-0d4882ba13f2 with scrape type 2
2026-03-30 06:51:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1fe515d5-74e4-55ae-808c-0d4882ba13f2, identifier: SK15%20LXB
2026-03-30 06:51:15 [bca.uk] INFO: Found listing with ID: VN03%20DXB
2026-03-30 06:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN03%2520DXB%27 HTTP/1.1" 200 None
2026-03-30 06:51:15 [bca.uk] INFO: Scrape type for VN03%20DXB: 2
2026-03-30 06:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acf84a90-440f-59f4-9201-16ad1e957fd1 with identifier: VN03%20DXB
2026-03-30 06:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acf84a90-440f-59f4-9201-16ad1e957fd1 with scrape type 2
2026-03-30 06:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acf84a90-440f-59f4-9201-16ad1e957fd1 with scrape type 2
2026-03-30 06:51:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: acf84a90-440f-59f4-9201-16ad1e957fd1, identifier: VN03%20DXB
2026-03-30 06:51:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1fe515d5-74e4-55ae-808c-0d4882ba13f2 with identifier: SK15%20LXB
2026-03-30 06:51:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1fe515d5-74e4-55ae-808c-0d4882ba13f2 with identifier: SK15%20LXB
2026-03-30 06:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1fe515d5-74e4-55ae-808c-0d4882ba13f2 with identifier: SK15%20LXB to the API
2026-03-30 06:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK15%20LXB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1fe515d5-74e4-55ae-808c-0d4882ba13f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK15 LXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK15%20LXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'FIAT',
 'model': '500L TREKKING',
 'odometer': 36635,
 'odometer_reading_unit': '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 500L TREKKING 1.6 M/JET 105 MPV',
 'transmission': 'manual',
 'trim': 'M/JET 105',
 'vin': 'ZFA19900005178623',
 'year': 2015}
2026-03-30 06:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK15%2520LXB%27 HTTP/1.1" 200 None
2026-03-30 06:51:16 [bca.uk] INFO: Saving data for SK15%20LXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774045131.99315, 'last_price_update_time': 1774853476.875729}
2026-03-30 06:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK15%2520LXB') HTTP/1.1" 204 0
2026-03-30 06:51:16 [scrapy.extensions.logstats] INFO: Crawled 124 pages (at 3 pages/min), scraped 6012 items (at 113 items/min)
2026-03-30 06:51:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:51:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: acf84a90-440f-59f4-9201-16ad1e957fd1 with identifier: VN03%20DXB
2026-03-30 06:51:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: acf84a90-440f-59f4-9201-16ad1e957fd1 with identifier: VN03%20DXB
2026-03-30 06:51:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: acf84a90-440f-59f4-9201-16ad1e957fd1 with identifier: VN03%20DXB to the API
2026-03-30 06:51:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN03%20DXB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'acf84a90-440f-59f4-9201-16ad1e957fd1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN03 DXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN03%20DXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'Z4',
 'odometer': 103584,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2003-01-01',
 'seller_name': None,
 'title': 'BMW Z4 2.5  Roadster',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WBABT32060LR40488',
 'year': 2003}
2026-03-30 06:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN03%2520DXB%27 HTTP/1.1" 200 None
2026-03-30 06:51:17 [bca.uk] INFO: Saving data for VN03%20DXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774390235.13281, 'last_price_update_time': 1774853477.178917}
2026-03-30 06:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN03%2520DXB') HTTP/1.1" 204 0
2026-03-30 06:51:17 [bca.uk] INFO: Found listing with ID: ET17%20VUE
2026-03-30 06:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET17%2520VUE%27 HTTP/1.1" 200 None
2026-03-30 06:51:17 [bca.uk] INFO: Scrape type for ET17%20VUE: 2
2026-03-30 06:51:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with identifier: ET17%20VUE
2026-03-30 06:51:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with scrape type 2
2026-03-30 06:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with scrape type 2
2026-03-30 06:51:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7dcd6e3-fa42-5d2d-9f6b-79d727b55610, identifier: ET17%20VUE
2026-03-30 06:51:17 [bca.uk] INFO: Found listing with ID: WN14%20HNM
2026-03-30 06:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520HNM%27 HTTP/1.1" 200 None
2026-03-30 06:51:17 [bca.uk] INFO: Scrape type for WN14%20HNM: 2
2026-03-30 06:51:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with identifier: WN14%20HNM
2026-03-30 06:51:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with scrape type 2
2026-03-30 06:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with scrape type 2
2026-03-30 06:51:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4f994c7-3b34-5482-932e-f8dfafa1a7d5, identifier: WN14%20HNM
2026-03-30 06:51:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with identifier: ET17%20VUE
2026-03-30 06:51:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with identifier: ET17%20VUE
2026-03-30 06:51:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7dcd6e3-fa42-5d2d-9f6b-79d727b55610 with identifier: ET17%20VUE to the API
2026-03-30 06:51:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET17%20VUE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7dcd6e3-fa42-5d2d-9f6b-79d727b55610',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET17 VUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET17%20VUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 123380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.7 CRDI B/D 116 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI B/D 116 2WD SE',
 'vin': 'TMAJ3815LJJ469344',
 'year': 2017}
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET17%2520VUE%27 HTTP/1.1" 200 None
2026-03-30 06:51:18 [bca.uk] INFO: Saving data for ET17%20VUE: {'auction_closing_time': 1775037600.0, 'created_time': 1774390443.968958, 'last_price_update_time': 1774853478.37802}
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET17%2520VUE') HTTP/1.1" 204 0
2026-03-30 06:51:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with identifier: WN14%20HNM
2026-03-30 06:51:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with identifier: WN14%20HNM
2026-03-30 06:51:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4f994c7-3b34-5482-932e-f8dfafa1a7d5 with identifier: WN14%20HNM to the API
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN14%20HNM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4f994c7-3b34-5482-932e-f8dfafa1a7d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN14 HNM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN14%20HNM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XF SPORTBRAKE',
 'odometer': 92766,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF SPORTBRAKE 2.2 D 200 PREMIUM LUXURY Estate',
 'transmission': 'automatic',
 'trim': 'D 200 PREMIUM LUXURY',
 'vin': 'SAJAC02K0EDU31210',
 'year': 2014}
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520HNM%27 HTTP/1.1" 200 None
2026-03-30 06:51:18 [bca.uk] INFO: Saving data for WN14%20HNM: {'auction_closing_time': 1774864800.0, 'created_time': 1774390256.031456, 'last_price_update_time': 1774853478.795679}
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN14%2520HNM') HTTP/1.1" 204 0
2026-03-30 06:51:18 [bca.uk] INFO: Found listing with ID: NC71%20FGZ
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520FGZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:18 [bca.uk] INFO: Scrape type for NC71%20FGZ: 2
2026-03-30 06:51:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcf39e9c-a4c1-5e2a-8a80-e781bdd359d4 with identifier: NC71%20FGZ
2026-03-30 06:51:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcf39e9c-a4c1-5e2a-8a80-e781bdd359d4 with scrape type 2
2026-03-30 06:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcf39e9c-a4c1-5e2a-8a80-e781bdd359d4 with scrape type 2
2026-03-30 06:51:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bcf39e9c-a4c1-5e2a-8a80-e781bdd359d4, identifier: NC71%20FGZ
2026-03-30 06:51:18 [bca.uk] INFO: Found listing with ID: FG65%20FCP
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG65%2520FCP%27 HTTP/1.1" 200 None
2026-03-30 06:51:18 [bca.uk] INFO: Scrape type for FG65%20FCP: 2
2026-03-30 06:51:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 586eb36b-29f4-5542-b2bb-76fdbc305e53 with identifier: FG65%20FCP
2026-03-30 06:51:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 586eb36b-29f4-5542-b2bb-76fdbc305e53 with scrape type 2
2026-03-30 06:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 586eb36b-29f4-5542-b2bb-76fdbc305e53 with scrape type 2
2026-03-30 06:51:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 586eb36b-29f4-5542-b2bb-76fdbc305e53, identifier: FG65%20FCP
2026-03-30 06:51:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bcf39e9c-a4c1-5e2a-8a80-e781bdd359d4 with identifier: NC71%20FGZ
2026-03-30 06:51:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bcf39e9c-a4c1-5e2a-8a80-e781bdd359d4 with identifier: NC71%20FGZ
2026-03-30 06:51:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bcf39e9c-a4c1-5e2a-8a80-e781bdd359d4 with identifier: NC71%20FGZ to the API
2026-03-30 06:51:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NC71%20FGZ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bcf39e9c-a4c1-5e2a-8a80-e781bdd359d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NC71 FGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NC71%20FGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 35924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 ELITE ED. Hatchback',
 'transmission': 'manual',
 'trim': '75 ELITE ED.',
 'vin': 'VXKUPHMHDN4117663',
 'year': 2022}
2026-03-30 06:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NC71%2520FGZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:19 [bca.uk] INFO: Saving data for NC71%20FGZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774045246.184078, 'last_price_update_time': 1774853479.881035}
2026-03-30 06:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NC71%2520FGZ') HTTP/1.1" 204 0
2026-03-30 06:51:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 586eb36b-29f4-5542-b2bb-76fdbc305e53 with identifier: FG65%20FCP
2026-03-30 06:51:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 586eb36b-29f4-5542-b2bb-76fdbc305e53 with identifier: FG65%20FCP
2026-03-30 06:51:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 586eb36b-29f4-5542-b2bb-76fdbc305e53 with identifier: FG65%20FCP to the API
2026-03-30 06:51:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG65%20FCP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '586eb36b-29f4-5542-b2bb-76fdbc305e53',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG65 FCP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG65%20FCP&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 47777,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 16V EXCITE Hatchback',
 'transmission': 'manual',
 'trim': '16V EXCITE',
 'vin': 'W0LPC6EB1FG092883',
 'year': 2015}
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG65%2520FCP%27 HTTP/1.1" 200 None
2026-03-30 06:51:20 [bca.uk] INFO: Saving data for FG65%20FCP: {'auction_closing_time': 1774951200.0, 'created_time': 1774390242.104832, 'last_price_update_time': 1774853480.176857}
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG65%2520FCP') HTTP/1.1" 204 0
2026-03-30 06:51:20 [bca.uk] INFO: Found listing with ID: EO17%20AEJ
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520AEJ%27 HTTP/1.1" 200 None
2026-03-30 06:51:20 [bca.uk] INFO: Scrape type for EO17%20AEJ: 2
2026-03-30 06:51:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb490327-97db-579c-99f9-14f957e168d7 with identifier: EO17%20AEJ
2026-03-30 06:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb490327-97db-579c-99f9-14f957e168d7 with scrape type 2
2026-03-30 06:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb490327-97db-579c-99f9-14f957e168d7 with scrape type 2
2026-03-30 06:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb490327-97db-579c-99f9-14f957e168d7, identifier: EO17%20AEJ
2026-03-30 06:51:20 [bca.uk] INFO: Found listing with ID: EK62%20XGV
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520XGV%27 HTTP/1.1" 200 None
2026-03-30 06:51:20 [bca.uk] INFO: Scrape type for EK62%20XGV: 2
2026-03-30 06:51:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 980b2d06-fc08-516f-bdf1-b2264a7e957d with identifier: EK62%20XGV
2026-03-30 06:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 980b2d06-fc08-516f-bdf1-b2264a7e957d with scrape type 2
2026-03-30 06:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 980b2d06-fc08-516f-bdf1-b2264a7e957d with scrape type 2
2026-03-30 06:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 980b2d06-fc08-516f-bdf1-b2264a7e957d, identifier: EK62%20XGV
2026-03-30 06:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb490327-97db-579c-99f9-14f957e168d7 with identifier: EO17%20AEJ
2026-03-30 06:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb490327-97db-579c-99f9-14f957e168d7 with identifier: EO17%20AEJ
2026-03-30 06:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb490327-97db-579c-99f9-14f957e168d7 with identifier: EO17%20AEJ to the API
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO17%20AEJ-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb490327-97db-579c-99f9-14f957e168d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO17 AEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO17%20AEJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 126227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 TDCI 120 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 120 2WD TITANIUM',
 'vin': 'WF0AXXWPMAHB51127',
 'year': 2017}
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO17%2520AEJ%27 HTTP/1.1" 200 None
2026-03-30 06:51:20 [bca.uk] INFO: Saving data for EO17%20AEJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774390438.214691, 'last_price_update_time': 1774853480.741447}
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO17%2520AEJ') HTTP/1.1" 204 0
2026-03-30 06:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 980b2d06-fc08-516f-bdf1-b2264a7e957d with identifier: EK62%20XGV
2026-03-30 06:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 980b2d06-fc08-516f-bdf1-b2264a7e957d with identifier: EK62%20XGV
2026-03-30 06:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 980b2d06-fc08-516f-bdf1-b2264a7e957d with identifier: EK62%20XGV to the API
2026-03-30 06:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK62%20XGV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '980b2d06-fc08-516f-bdf1-b2264a7e957d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK62 XGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK62%20XGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'C180',
 'odometer': 99362,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C180 1.6 B/E AMG SPORT PLUS TIP Estate',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT PLUS TIP',
 'vin': 'WDD2042312F983833',
 'year': 2012}
2026-03-30 06:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK62%2520XGV%27 HTTP/1.1" 200 None
2026-03-30 06:51:21 [bca.uk] INFO: Saving data for EK62%20XGV: {'auction_closing_time': 1774951200.0, 'created_time': 1774390229.697351, 'last_price_update_time': 1774853481.178416}
2026-03-30 06:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK62%2520XGV') HTTP/1.1" 204 0
2026-03-30 06:51:21 [bca.uk] INFO: Found listing with ID: LF66%20TYH
2026-03-30 06:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF66%2520TYH%27 HTTP/1.1" 200 None
2026-03-30 06:51:21 [bca.uk] INFO: Scrape type for LF66%20TYH: 2
2026-03-30 06:51:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c27be38a-0a53-52d8-bc03-8a667d2584eb with identifier: LF66%20TYH
2026-03-30 06:51:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c27be38a-0a53-52d8-bc03-8a667d2584eb with scrape type 2
2026-03-30 06:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c27be38a-0a53-52d8-bc03-8a667d2584eb with scrape type 2
2026-03-30 06:51:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c27be38a-0a53-52d8-bc03-8a667d2584eb, identifier: LF66%20TYH
2026-03-30 06:51:21 [bca.uk] INFO: Found listing with ID: FY61%20ZGZ
2026-03-30 06:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY61%2520ZGZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:21 [bca.uk] INFO: Scrape type for FY61%20ZGZ: 2
2026-03-30 06:51:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71babd1e-0634-5deb-9fb1-aad3a885fe6c with identifier: FY61%20ZGZ
2026-03-30 06:51:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71babd1e-0634-5deb-9fb1-aad3a885fe6c with scrape type 2
2026-03-30 06:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71babd1e-0634-5deb-9fb1-aad3a885fe6c with scrape type 2
2026-03-30 06:51:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71babd1e-0634-5deb-9fb1-aad3a885fe6c, identifier: FY61%20ZGZ
2026-03-30 06:51:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c27be38a-0a53-52d8-bc03-8a667d2584eb with identifier: LF66%20TYH
2026-03-30 06:51:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:51:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=pure+burgundy HTTP/1.1" 200 None
2026-03-30 06:51:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:51:21 [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:51:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c27be38a-0a53-52d8-bc03-8a667d2584eb with identifier: LF66%20TYH
2026-03-30 06:51:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c27be38a-0a53-52d8-bc03-8a667d2584eb with identifier: LF66%20TYH to the API
2026-03-30 06:51:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF66%20TYH-GB',
 'category': 'Car',
 'color': 'pure burgundy',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c27be38a-0a53-52d8-bc03-8a667d2584eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF66 TYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF66%20TYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 129436,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MINI CLUBMAN 1.5 COOPER Estate',
 'transmission': 'manual',
 'trim': 'COOPER',
 'vin': 'WMWLN320002D91541',
 'year': 2016}
2026-03-30 06:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF66%2520TYH%27 HTTP/1.1" 200 None
2026-03-30 06:51:22 [bca.uk] INFO: Saving data for LF66%20TYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774303732.34077, 'last_price_update_time': 1774853482.053571}
2026-03-30 06:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF66%2520TYH') HTTP/1.1" 204 0
2026-03-30 06:51:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71babd1e-0634-5deb-9fb1-aad3a885fe6c with identifier: FY61%20ZGZ
2026-03-30 06:51:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71babd1e-0634-5deb-9fb1-aad3a885fe6c with identifier: FY61%20ZGZ
2026-03-30 06:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71babd1e-0634-5deb-9fb1-aad3a885fe6c with identifier: FY61%20ZGZ to the API
2026-03-30 06:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY61%20ZGZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '71babd1e-0634-5deb-9fb1-aad3a885fe6c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY61 ZGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY61%20ZGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 200',
 'odometer': 77882,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 200 1.8 B/E AMG SPORT EDITION 125 TIP Roadster',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT EDITION 125 TIP',
 'vin': 'WDD1724482F021228',
 'year': 2011}
2026-03-30 06:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY61%2520ZGZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:22 [bca.uk] INFO: Saving data for FY61%20ZGZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773957737.767118, 'last_price_update_time': 1774853482.86636}
2026-03-30 06:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY61%2520ZGZ') HTTP/1.1" 204 0
2026-03-30 06:51:22 [bca.uk] INFO: Found listing with ID: NX63%20RJV
2026-03-30 06:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520RJV%27 HTTP/1.1" 200 None
2026-03-30 06:51:22 [bca.uk] INFO: Scrape type for NX63%20RJV: 2
2026-03-30 06:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with identifier: NX63%20RJV
2026-03-30 06:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with scrape type 2
2026-03-30 06:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with scrape type 2
2026-03-30 06:51:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0f073a7-dd80-5b0b-b002-56b7a05f2a3a, identifier: NX63%20RJV
2026-03-30 06:51:23 [bca.uk] INFO: Found listing with ID: YN22%20UNJ
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520UNJ%27 HTTP/1.1" 200 None
2026-03-30 06:51:23 [bca.uk] INFO: Scrape type for YN22%20UNJ: 2
2026-03-30 06:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78b1a4be-e463-5112-81c6-144de4916566 with identifier: YN22%20UNJ
2026-03-30 06:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78b1a4be-e463-5112-81c6-144de4916566 with scrape type 2
2026-03-30 06:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78b1a4be-e463-5112-81c6-144de4916566 with scrape type 2
2026-03-30 06:51:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78b1a4be-e463-5112-81c6-144de4916566, identifier: YN22%20UNJ
2026-03-30 06:51:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with identifier: NX63%20RJV
2026-03-30 06:51:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with identifier: NX63%20RJV
2026-03-30 06:51:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0f073a7-dd80-5b0b-b002-56b7a05f2a3a with identifier: NX63%20RJV to the API
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX63%20RJV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e0f073a7-dd80-5b0b-b002-56b7a05f2a3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX63 RJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX63%20RJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 43294,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALAN51CLEM469294',
 'year': 2013}
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX63%2520RJV%27 HTTP/1.1" 200 None
2026-03-30 06:51:23 [bca.uk] INFO: Saving data for NX63%20RJV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390456.171231, 'last_price_update_time': 1774853483.433406}
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX63%2520RJV') HTTP/1.1" 204 0
2026-03-30 06:51:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78b1a4be-e463-5112-81c6-144de4916566 with identifier: YN22%20UNJ
2026-03-30 06:51:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78b1a4be-e463-5112-81c6-144de4916566 with identifier: YN22%20UNJ
2026-03-30 06:51:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78b1a4be-e463-5112-81c6-144de4916566 with identifier: YN22%20UNJ to the API
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN22%20UNJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78b1a4be-e463-5112-81c6-144de4916566',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YN22 UNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN22%20UNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 20226,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.5 CLASSIC STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'CLASSIC STEP',
 'vin': 'WMW22DK0002S42263',
 'year': 2022}
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN22%2520UNJ%27 HTTP/1.1" 200 None
2026-03-30 06:51:23 [bca.uk] INFO: Saving data for YN22%20UNJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390192.090327, 'last_price_update_time': 1774853483.752511}
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN22%2520UNJ') HTTP/1.1" 204 0
2026-03-30 06:51:23 [bca.uk] INFO: Found listing with ID: KT17%20YTF
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520YTF%27 HTTP/1.1" 200 None
2026-03-30 06:51:23 [bca.uk] INFO: Scrape type for KT17%20YTF: 2
2026-03-30 06:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with identifier: KT17%20YTF
2026-03-30 06:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with scrape type 2
2026-03-30 06:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with scrape type 2
2026-03-30 06:51:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2, identifier: KT17%20YTF
2026-03-30 06:51:23 [bca.uk] INFO: Total items found: 100
2026-03-30 06:51:23 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded
2026-03-30 06:51:23 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:51:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:51:23 [bca.uk] INFO: Found listing with ID: CF22%20YZB
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520YZB%27 HTTP/1.1" 200 None
2026-03-30 06:51:23 [bca.uk] INFO: Scrape type for CF22%20YZB: 2
2026-03-30 06:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with identifier: CF22%20YZB
2026-03-30 06:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with scrape type 2
2026-03-30 06:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with scrape type 2
2026-03-30 06:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920, identifier: CF22%20YZB
2026-03-30 06:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with identifier: KT17%20YTF
2026-03-30 06:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with identifier: KT17%20YTF
2026-03-30 06:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b8f4d4f-4782-5624-9061-1a3d3b8b91a2 with identifier: KT17%20YTF to the API
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT17%20YTF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b8f4d4f-4782-5624-9061-1a3d3b8b91a2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT17 YTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT17%20YTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'A160',
 'odometer': 84094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A160 1.6 SE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SE EXECUTIVE DCT',
 'vin': 'WDD1760412J640501',
 'year': 2017}
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT17%2520YTF%27 HTTP/1.1" 200 None
2026-03-30 06:51:24 [bca.uk] INFO: Saving data for KT17%20YTF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303738.324294, 'last_price_update_time': 1774853484.300245}
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT17%2520YTF') HTTP/1.1" 204 0
2026-03-30 06:51:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:51:24 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with identifier: CF22%20YZB
2026-03-30 06:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with identifier: CF22%20YZB
2026-03-30 06:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920 with identifier: CF22%20YZB to the API
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 256,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF22%20YZB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6a1f9ea8-e306-5d31-b9f4-ac3a33ab1920',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF22 YZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF22%20YZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 63036,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 MS-RT LTD.ED. CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 MS-RT LTD.ED.',
 'vin': '6FPPXXMJ2PNT02346',
 'year': 2022}
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF22%2520YZB%27 HTTP/1.1" 200 None
2026-03-30 06:51:24 [bca.uk] INFO: Saving data for CF22%20YZB: {'auction_closing_time': 1775037600.0, 'created_time': 1774392223.635983, 'last_price_update_time': 1774853484.681608}
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF22%2520YZB') HTTP/1.1" 204 0
2026-03-30 06:51:24 [bca.uk] INFO: Found listing with ID: SN67%20OPL
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN67%2520OPL%27 HTTP/1.1" 200 None
2026-03-30 06:51:24 [bca.uk] INFO: Scrape type for SN67%20OPL: 2
2026-03-30 06:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a555fb99-fdea-5087-b2a4-b07a0f409d15 with identifier: SN67%20OPL
2026-03-30 06:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a555fb99-fdea-5087-b2a4-b07a0f409d15 with scrape type 2
2026-03-30 06:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a555fb99-fdea-5087-b2a4-b07a0f409d15 with scrape type 2
2026-03-30 06:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a555fb99-fdea-5087-b2a4-b07a0f409d15, identifier: SN67%20OPL
2026-03-30 06:51:24 [bca.uk] INFO: Found listing with ID: FP67%20ZKX
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520ZKX%27 HTTP/1.1" 200 None
2026-03-30 06:51:24 [bca.uk] INFO: Scrape type for FP67%20ZKX: 2
2026-03-30 06:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54da8f51-8bbb-589e-a608-dbb4fb67d912 with identifier: FP67%20ZKX
2026-03-30 06:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54da8f51-8bbb-589e-a608-dbb4fb67d912 with scrape type 2
2026-03-30 06:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54da8f51-8bbb-589e-a608-dbb4fb67d912 with scrape type 2
2026-03-30 06:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 54da8f51-8bbb-589e-a608-dbb4fb67d912, identifier: FP67%20ZKX
2026-03-30 06:51: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:51:24 [bca.uk] INFO: Found listing with ID: CN22%20TCZ
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN22%2520TCZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:24 [bca.uk] INFO: Scrape type for CN22%20TCZ: 2
2026-03-30 06:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with identifier: CN22%20TCZ
2026-03-30 06:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with scrape type 2
2026-03-30 06:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with scrape type 2
2026-03-30 06:51:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d4c8d4e-9e9e-5162-b724-3b4053203ff2, identifier: CN22%20TCZ
2026-03-30 06:51:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a555fb99-fdea-5087-b2a4-b07a0f409d15 with identifier: SN67%20OPL
2026-03-30 06:51:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a555fb99-fdea-5087-b2a4-b07a0f409d15 with identifier: SN67%20OPL
2026-03-30 06:51:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a555fb99-fdea-5087-b2a4-b07a0f409d15 with identifier: SN67%20OPL to the API
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN67%20OPL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a555fb99-fdea-5087-b2a4-b07a0f409d15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN67 OPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN67%20OPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 134651,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.6 BLUEHDI 100 ELEGANCE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 ELEGANCE',
 'vin': 'VF7SABHY6HW515672',
 'year': 2017}
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN67%2520OPL%27 HTTP/1.1" 200 None
2026-03-30 06:51:25 [bca.uk] INFO: Saving data for SN67%20OPL: {'auction_closing_time': 1774864800.0, 'created_time': 1773907426.690108, 'last_price_update_time': 1774853485.357206}
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN67%2520OPL') HTTP/1.1" 204 0
2026-03-30 06:51:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 54da8f51-8bbb-589e-a608-dbb4fb67d912 with identifier: FP67%20ZKX
2026-03-30 06:51:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 54da8f51-8bbb-589e-a608-dbb4fb67d912 with identifier: FP67%20ZKX
2026-03-30 06:51:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 54da8f51-8bbb-589e-a608-dbb4fb67d912 with identifier: FP67%20ZKX to the API
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP67%20ZKX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '54da8f51-8bbb-589e-a608-dbb4fb67d912',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP67 ZKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP67%20ZKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 86414,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.4 TFSI 150 S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 150 S LINE S-T',
 'vin': 'WAUZZZ8U3JR027941',
 'year': 2017}
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP67%2520ZKX%27 HTTP/1.1" 200 None
2026-03-30 06:51:25 [bca.uk] INFO: Saving data for FP67%20ZKX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390626.585327, 'last_price_update_time': 1774853485.652386}
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP67%2520ZKX') HTTP/1.1" 204 0
2026-03-30 06:51:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with identifier: CN22%20TCZ
2026-03-30 06:51:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with identifier: CN22%20TCZ
2026-03-30 06:51:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d4c8d4e-9e9e-5162-b724-3b4053203ff2 with identifier: CN22%20TCZ to the API
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 201,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN22%20TCZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1d4c8d4e-9e9e-5162-b724-3b4053203ff2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN22 TCZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN22%20TCZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 110744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 185 320 SWB SPORT L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 185 320 SWB SPORT L/R',
 'vin': 'WF0ZXXTTGZNL26126',
 'year': 2022}
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN22%2520TCZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:25 [bca.uk] INFO: Saving data for CN22%20TCZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774392218.023409, 'last_price_update_time': 1774853485.980624}
2026-03-30 06:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN22%2520TCZ') HTTP/1.1" 204 0
2026-03-30 06:51:26 [bca.uk] INFO: Found listing with ID: YJZ%209398
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25209398%27 HTTP/1.1" 200 None
2026-03-30 06:51:26 [bca.uk] INFO: Scrape type for YJZ%209398: 2
2026-03-30 06:51:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c5ec04f-4908-5796-bca9-050958dc1a4c with identifier: YJZ%209398
2026-03-30 06:51:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c5ec04f-4908-5796-bca9-050958dc1a4c with scrape type 2
2026-03-30 06:51:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c5ec04f-4908-5796-bca9-050958dc1a4c with scrape type 2
2026-03-30 06:51:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c5ec04f-4908-5796-bca9-050958dc1a4c, identifier: YJZ%209398
2026-03-30 06:51:26 [bca.uk] INFO: Found listing with ID: FT63%20DVG
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520DVG%27 HTTP/1.1" 200 None
2026-03-30 06:51:26 [bca.uk] INFO: Scrape type for FT63%20DVG: 2
2026-03-30 06:51:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2728bd2-abb4-598e-8e97-d15aa012f21e with identifier: FT63%20DVG
2026-03-30 06:51:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2728bd2-abb4-598e-8e97-d15aa012f21e with scrape type 2
2026-03-30 06:51:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2728bd2-abb4-598e-8e97-d15aa012f21e with scrape type 2
2026-03-30 06:51:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2728bd2-abb4-598e-8e97-d15aa012f21e, identifier: FT63%20DVG
2026-03-30 06:51:26 [bca.uk] INFO: Found listing with ID: HK71%20WMZ
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520WMZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:26 [bca.uk] INFO: Scrape type for HK71%20WMZ: 2
2026-03-30 06:51:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a79d297b-7e9d-545a-971f-140a62c6ad75 with identifier: HK71%20WMZ
2026-03-30 06:51:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a79d297b-7e9d-545a-971f-140a62c6ad75 with scrape type 2
2026-03-30 06:51:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a79d297b-7e9d-545a-971f-140a62c6ad75 with scrape type 2
2026-03-30 06:51:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a79d297b-7e9d-545a-971f-140a62c6ad75, identifier: HK71%20WMZ
2026-03-30 06:51:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c5ec04f-4908-5796-bca9-050958dc1a4c with identifier: YJZ%209398
2026-03-30 06:51:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c5ec04f-4908-5796-bca9-050958dc1a4c with identifier: YJZ%209398
2026-03-30 06:51:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c5ec04f-4908-5796-bca9-050958dc1a4c with identifier: YJZ%209398 to the API
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJZ%209398-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2c5ec04f-4908-5796-bca9-050958dc1a4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJZ 9398',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJZ%209398&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 100518,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.5 DCI TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI TEKNA',
 'vin': 'SJNFCAF15U7275894',
 'year': 2016}
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25209398%27 HTTP/1.1" 200 None
2026-03-30 06:51:26 [bca.uk] INFO: Saving data for YJZ%209398: {'auction_closing_time': 1774864800.0, 'created_time': 1774305365.071521, 'last_price_update_time': 1774853486.616122}
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJZ%25209398') HTTP/1.1" 204 0
2026-03-30 06:51:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2728bd2-abb4-598e-8e97-d15aa012f21e with identifier: FT63%20DVG
2026-03-30 06:51:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2728bd2-abb4-598e-8e97-d15aa012f21e with identifier: FT63%20DVG
2026-03-30 06:51:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2728bd2-abb4-598e-8e97-d15aa012f21e with identifier: FT63%20DVG to the API
2026-03-30 06:51:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT63%20DVG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2728bd2-abb4-598e-8e97-d15aa012f21e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT63 DVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT63%20DVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 147623,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.2 TSI 85 S Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 85 S',
 'vin': 'WVWZZZAUZEW188626',
 'year': 2013}
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT63%2520DVG%27 HTTP/1.1" 200 None
2026-03-30 06:51:27 [bca.uk] INFO: Saving data for FT63%20DVG: {'auction_closing_time': 1775037600.0, 'created_time': 1774390625.85432, 'last_price_update_time': 1774853487.028306}
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT63%2520DVG') HTTP/1.1" 204 0
2026-03-30 06:51:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a79d297b-7e9d-545a-971f-140a62c6ad75 with identifier: HK71%20WMZ
2026-03-30 06:51:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a79d297b-7e9d-545a-971f-140a62c6ad75 with identifier: HK71%20WMZ
2026-03-30 06:51:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a79d297b-7e9d-545a-971f-140a62c6ad75 with identifier: HK71%20WMZ to the API
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 208,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK71%20WMZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a79d297b-7e9d-545a-971f-140a62c6ad75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK71 WMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK71%20WMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 290 FWD',
 'odometer': 120778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 290 FWD 2.0 EBL 130 L2 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H2 TREND',
 'vin': 'WF0EXXTTREMC78592',
 'year': 2021}
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK71%2520WMZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:27 [bca.uk] INFO: Saving data for HK71%20WMZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774392221.469495, 'last_price_update_time': 1774853487.346765}
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK71%2520WMZ') HTTP/1.1" 204 0
2026-03-30 06:51:27 [bca.uk] INFO: Found listing with ID: WJ68%20FYX
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WJ68%2520FYX%27 HTTP/1.1" 200 None
2026-03-30 06:51:27 [bca.uk] INFO: Scrape type for WJ68%20FYX: 2
2026-03-30 06:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with identifier: WJ68%20FYX
2026-03-30 06:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with scrape type 2
2026-03-30 06:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with scrape type 2
2026-03-30 06:51:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4472bc3f-679c-59ac-9b18-c522d88ae6a1, identifier: WJ68%20FYX
2026-03-30 06:51:27 [bca.uk] INFO: Found listing with ID: GU12%20LSE
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU12%2520LSE%27 HTTP/1.1" 200 None
2026-03-30 06:51:27 [bca.uk] INFO: Scrape type for GU12%20LSE: 2
2026-03-30 06:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59ea7f25-d539-50c4-ae62-da3e5c97f20d with identifier: GU12%20LSE
2026-03-30 06:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59ea7f25-d539-50c4-ae62-da3e5c97f20d with scrape type 2
2026-03-30 06:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59ea7f25-d539-50c4-ae62-da3e5c97f20d with scrape type 2
2026-03-30 06:51:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59ea7f25-d539-50c4-ae62-da3e5c97f20d, identifier: GU12%20LSE
2026-03-30 06:51:27 [bca.uk] INFO: Found listing with ID: SO21%20GXG
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXG%27 HTTP/1.1" 200 None
2026-03-30 06:51:27 [bca.uk] INFO: Scrape type for SO21%20GXG: 2
2026-03-30 06:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 958111fb-a4fa-5f49-b808-0f94c7db1c43 with identifier: SO21%20GXG
2026-03-30 06:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 958111fb-a4fa-5f49-b808-0f94c7db1c43 with scrape type 2
2026-03-30 06:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 958111fb-a4fa-5f49-b808-0f94c7db1c43 with scrape type 2
2026-03-30 06:51:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 958111fb-a4fa-5f49-b808-0f94c7db1c43, identifier: SO21%20GXG
2026-03-30 06:51:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with identifier: WJ68%20FYX
2026-03-30 06:51:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with identifier: WJ68%20FYX
2026-03-30 06:51:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4472bc3f-679c-59ac-9b18-c522d88ae6a1 with identifier: WJ68%20FYX to the API
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WJ68%20FYX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4472bc3f-679c-59ac-9b18-c522d88ae6a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WJ68 FYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WJ68%20FYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 70562,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.0 MPI 75 SE L Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 75 SE L',
 'vin': 'TMBFB6NJ1KZ033533',
 'year': 2018}
2026-03-30 06:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51: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%2520FYX%27 HTTP/1.1" 200 None
2026-03-30 06:51:28 [bca.uk] INFO: Saving data for WJ68%20FYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774305372.177637, 'last_price_update_time': 1774853488.009532}
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ68%2520FYX') HTTP/1.1" 204 0
2026-03-30 06:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59ea7f25-d539-50c4-ae62-da3e5c97f20d with identifier: GU12%20LSE
2026-03-30 06:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59ea7f25-d539-50c4-ae62-da3e5c97f20d with identifier: GU12%20LSE
2026-03-30 06:51:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59ea7f25-d539-50c4-ae62-da3e5c97f20d with identifier: GU12%20LSE to the API
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU12%20LSE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '59ea7f25-d539-50c4-ae62-da3e5c97f20d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU12 LSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU12%20LSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'PRIUS PLUG-IN',
 'odometer': 181787,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'TOYOTA PRIUS PLUG-IN 1.8 VVTI Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI',
 'vin': 'JTDKN36P903014266',
 'year': 2012}
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51: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%2520LSE%27 HTTP/1.1" 200 None
2026-03-30 06:51:28 [bca.uk] INFO: Saving data for GU12%20LSE: {'auction_closing_time': 1775037600.0, 'created_time': 1774390574.742181, 'last_price_update_time': 1774853488.334254}
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU12%2520LSE') HTTP/1.1" 204 0
2026-03-30 06:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 958111fb-a4fa-5f49-b808-0f94c7db1c43 with identifier: SO21%20GXG
2026-03-30 06:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 958111fb-a4fa-5f49-b808-0f94c7db1c43 with identifier: SO21%20GXG
2026-03-30 06:51:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 958111fb-a4fa-5f49-b808-0f94c7db1c43 with identifier: SO21%20GXG to the API
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 209,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20GXG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '958111fb-a4fa-5f49-b808-0f94c7db1c43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 GXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20GXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 290 FWD',
 'odometer': 76342,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 290 FWD 2.0 EBL 130 L2 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L2 H2 TREND',
 'vin': 'WF0EXXTTREMR00022',
 'year': 2021}
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXG%27 HTTP/1.1" 200 None
2026-03-30 06:51:28 [bca.uk] INFO: Saving data for SO21%20GXG: {'auction_closing_time': 1775037600.0, 'created_time': 1774392223.301505, 'last_price_update_time': 1774853488.622523}
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520GXG') HTTP/1.1" 204 0
2026-03-30 06:51:28 [bca.uk] INFO: Found listing with ID: YY71%20LUB
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520LUB%27 HTTP/1.1" 200 None
2026-03-30 06:51:28 [bca.uk] INFO: Scrape type for YY71%20LUB: 2
2026-03-30 06:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7aebff50-32f6-5ed2-81fd-82e81edd4553 with identifier: YY71%20LUB
2026-03-30 06:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7aebff50-32f6-5ed2-81fd-82e81edd4553 with scrape type 2
2026-03-30 06:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7aebff50-32f6-5ed2-81fd-82e81edd4553 with scrape type 2
2026-03-30 06:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7aebff50-32f6-5ed2-81fd-82e81edd4553, identifier: YY71%20LUB
2026-03-30 06:51:28 [bca.uk] INFO: Found listing with ID: VK72%20AYP
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520AYP%27 HTTP/1.1" 200 None
2026-03-30 06:51:28 [bca.uk] INFO: Scrape type for VK72%20AYP: 2
2026-03-30 06:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5381a810-e67e-5190-aad9-79619c23256f with identifier: VK72%20AYP
2026-03-30 06:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5381a810-e67e-5190-aad9-79619c23256f with scrape type 2
2026-03-30 06:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5381a810-e67e-5190-aad9-79619c23256f with scrape type 2
2026-03-30 06:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5381a810-e67e-5190-aad9-79619c23256f, identifier: VK72%20AYP
2026-03-30 06:51:28 [bca.uk] INFO: Found listing with ID: FE71%20UZR
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE71%2520UZR%27 HTTP/1.1" 200 None
2026-03-30 06:51:28 [bca.uk] INFO: Scrape type for FE71%20UZR: 2
2026-03-30 06:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with identifier: FE71%20UZR
2026-03-30 06:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with scrape type 2
2026-03-30 06:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with scrape type 2
2026-03-30 06:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ee8e6c0-7948-5429-b1a6-919f7489edd3, identifier: FE71%20UZR
2026-03-30 06:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7aebff50-32f6-5ed2-81fd-82e81edd4553 with identifier: YY71%20LUB
2026-03-30 06:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7aebff50-32f6-5ed2-81fd-82e81edd4553 with identifier: YY71%20LUB
2026-03-30 06:51:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7aebff50-32f6-5ed2-81fd-82e81edd4553 with identifier: YY71%20LUB to the API
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY71%20LUB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7aebff50-32f6-5ed2-81fd-82e81edd4553',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY71 LUB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY71%20LUB&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 38965,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X1 1.5 XDRIVE 25E SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E SPORT',
 'vin': 'WBA72AB0305U46364',
 'year': 2021}
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY71%2520LUB%27 HTTP/1.1" 200 None
2026-03-30 06:51:29 [bca.uk] INFO: Saving data for YY71%20LUB: {'auction_closing_time': 1774864800.0, 'created_time': 1774390433.019428, 'last_price_update_time': 1774853489.256}
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY71%2520LUB') HTTP/1.1" 204 0
2026-03-30 06:51:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5381a810-e67e-5190-aad9-79619c23256f with identifier: VK72%20AYP
2026-03-30 06:51:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5381a810-e67e-5190-aad9-79619c23256f with identifier: VK72%20AYP
2026-03-30 06:51:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5381a810-e67e-5190-aad9-79619c23256f with identifier: VK72%20AYP to the API
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK72%20AYP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5381a810-e67e-5190-aad9-79619c23256f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK72 AYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK72%20AYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 65114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 40 TFSI S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TFSI S LINE S-T',
 'vin': 'WAUZZZF20PN004179',
 'year': 2022}
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520AYP%27 HTTP/1.1" 200 None
2026-03-30 06:51:29 [bca.uk] INFO: Saving data for VK72%20AYP: {'auction_closing_time': 1775037600.0, 'created_time': 1774390567.775335, 'last_price_update_time': 1774853489.580741}
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK72%2520AYP') HTTP/1.1" 204 0
2026-03-30 06:51:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with identifier: FE71%20UZR
2026-03-30 06:51:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with identifier: FE71%20UZR
2026-03-30 06:51:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ee8e6c0-7948-5429-b1a6-919f7489edd3 with identifier: FE71%20UZR to the API
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 242,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE71%20UZR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7ee8e6c0-7948-5429-b1a6-919f7489edd3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE71 UZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE71%20UZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 32468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D-4D INVINCIBLE 4WD CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'D-4D INVINCIBLE 4WD',
 'vin': 'AHTBB3CD501775295',
 'year': 2021}
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE71%2520UZR%27 HTTP/1.1" 200 None
2026-03-30 06:51:29 [bca.uk] INFO: Saving data for FE71%20UZR: {'auction_closing_time': 1775037600.0, 'created_time': 1774392204.264897, 'last_price_update_time': 1774853489.874508}
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE71%2520UZR') HTTP/1.1" 204 0
2026-03-30 06:51:29 [bca.uk] INFO: Found listing with ID: PE58%20MVT
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE58%2520MVT%27 HTTP/1.1" 200 None
2026-03-30 06:51:29 [bca.uk] INFO: Scrape type for PE58%20MVT: 2
2026-03-30 06:51:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 077a4f7a-161f-5fc8-8986-b9139a24a883 with identifier: PE58%20MVT
2026-03-30 06:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 077a4f7a-161f-5fc8-8986-b9139a24a883 with scrape type 2
2026-03-30 06:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 077a4f7a-161f-5fc8-8986-b9139a24a883 with scrape type 2
2026-03-30 06:51:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 077a4f7a-161f-5fc8-8986-b9139a24a883, identifier: PE58%20MVT
2026-03-30 06:51:30 [bca.uk] INFO: Found listing with ID: DL73%20KSN
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KSN%27 HTTP/1.1" 200 None
2026-03-30 06:51:30 [bca.uk] INFO: Scrape type for DL73%20KSN: 2
2026-03-30 06:51:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0495a450-a284-529b-8c8f-765d84ec10cf with identifier: DL73%20KSN
2026-03-30 06:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0495a450-a284-529b-8c8f-765d84ec10cf with scrape type 2
2026-03-30 06:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0495a450-a284-529b-8c8f-765d84ec10cf with scrape type 2
2026-03-30 06:51:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0495a450-a284-529b-8c8f-765d84ec10cf, identifier: DL73%20KSN
2026-03-30 06:51:30 [bca.uk] INFO: Found listing with ID: FD21%20CYL
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520CYL%27 HTTP/1.1" 200 None
2026-03-30 06:51:30 [bca.uk] INFO: Scrape type for FD21%20CYL: 2
2026-03-30 06:51:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e536bea0-21b4-5a21-b50d-b82d6d832347 with identifier: FD21%20CYL
2026-03-30 06:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e536bea0-21b4-5a21-b50d-b82d6d832347 with scrape type 2
2026-03-30 06:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e536bea0-21b4-5a21-b50d-b82d6d832347 with scrape type 2
2026-03-30 06:51:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e536bea0-21b4-5a21-b50d-b82d6d832347, identifier: FD21%20CYL
2026-03-30 06:51:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 077a4f7a-161f-5fc8-8986-b9139a24a883 with identifier: PE58%20MVT
2026-03-30 06:51:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 077a4f7a-161f-5fc8-8986-b9139a24a883 with identifier: PE58%20MVT
2026-03-30 06:51:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 077a4f7a-161f-5fc8-8986-b9139a24a883 with identifier: PE58%20MVT to the API
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE58%20MVT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '077a4f7a-161f-5fc8-8986-b9139a24a883',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE58 MVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE58%20MVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'C4',
 'odometer': 72496,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 1.6 SX Hatchback',
 'transmission': 'automatic',
 'trim': 'SX',
 'vin': 'VF7LCNFUF74874339',
 'year': 2008}
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE58%2520MVT%27 HTTP/1.1" 200 None
2026-03-30 06:51:30 [bca.uk] INFO: Saving data for PE58%20MVT: {'auction_closing_time': 1775037600.0, 'created_time': 1774305797.43864, 'last_price_update_time': 1774853490.518868}
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE58%2520MVT') HTTP/1.1" 204 0
2026-03-30 06:51:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0495a450-a284-529b-8c8f-765d84ec10cf with identifier: DL73%20KSN
2026-03-30 06:51:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0495a450-a284-529b-8c8f-765d84ec10cf with identifier: DL73%20KSN
2026-03-30 06:51:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0495a450-a284-529b-8c8f-765d84ec10cf with identifier: DL73%20KSN to the API
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KSN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0495a450-a284-529b-8c8f-765d84ec10cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KSN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KSN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 12766,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4262057',
 'year': 2023}
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KSN%27 HTTP/1.1" 200 None
2026-03-30 06:51:30 [bca.uk] INFO: Saving data for DL73%20KSN: {'auction_closing_time': 1774940400.0, 'created_time': 1773842089.751894, 'last_price_update_time': 1774853490.806058}
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KSN') HTTP/1.1" 204 0
2026-03-30 06:51:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e536bea0-21b4-5a21-b50d-b82d6d832347 with identifier: FD21%20CYL
2026-03-30 06:51:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e536bea0-21b4-5a21-b50d-b82d6d832347 with identifier: FD21%20CYL
2026-03-30 06:51:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e536bea0-21b4-5a21-b50d-b82d6d832347 with identifier: FD21%20CYL to the API
2026-03-30 06:51:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD21%20CYL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e536bea0-21b4-5a21-b50d-b82d6d832347',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD21 CYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD21%20CYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 119672,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB ACTIVE L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB ACTIVE L/R',
 'vin': 'WF0YXXTTGYMJ71263',
 'year': 2021}
2026-03-30 06:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520CYL%27 HTTP/1.1" 200 None
2026-03-30 06:51:31 [bca.uk] INFO: Saving data for FD21%20CYL: {'auction_closing_time': 1775037600.0, 'created_time': 1774392232.124263, 'last_price_update_time': 1774853491.52709}
2026-03-30 06:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD21%2520CYL') HTTP/1.1" 204 0
2026-03-30 06:51:31 [bca.uk] INFO: Found listing with ID: LG60%20YJF
2026-03-30 06:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520YJF%27 HTTP/1.1" 200 None
2026-03-30 06:51:31 [bca.uk] INFO: Scrape type for LG60%20YJF: 2
2026-03-30 06:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee370ff1-c496-56d7-aa5c-811b5899549e with identifier: LG60%20YJF
2026-03-30 06:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee370ff1-c496-56d7-aa5c-811b5899549e with scrape type 2
2026-03-30 06:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee370ff1-c496-56d7-aa5c-811b5899549e with scrape type 2
2026-03-30 06:51:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee370ff1-c496-56d7-aa5c-811b5899549e, identifier: LG60%20YJF
2026-03-30 06:51:31 [bca.uk] INFO: Found listing with ID: DL73%20KVH
2026-03-30 06:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVH%27 HTTP/1.1" 200 None
2026-03-30 06:51:31 [bca.uk] INFO: Scrape type for DL73%20KVH: 2
2026-03-30 06:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 196684c1-185b-58e2-958a-468b06cd3ec6 with identifier: DL73%20KVH
2026-03-30 06:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 196684c1-185b-58e2-958a-468b06cd3ec6 with scrape type 2
2026-03-30 06:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 196684c1-185b-58e2-958a-468b06cd3ec6 with scrape type 2
2026-03-30 06:51:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 196684c1-185b-58e2-958a-468b06cd3ec6, identifier: DL73%20KVH
2026-03-30 06:51:31 [bca.uk] INFO: Found listing with ID: SM21%20DHV
2026-03-30 06:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520DHV%27 HTTP/1.1" 200 None
2026-03-30 06:51:31 [bca.uk] INFO: Scrape type for SM21%20DHV: 2
2026-03-30 06:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5fd722e-9ac3-58d5-be06-738e691c861b with identifier: SM21%20DHV
2026-03-30 06:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5fd722e-9ac3-58d5-be06-738e691c861b with scrape type 2
2026-03-30 06:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5fd722e-9ac3-58d5-be06-738e691c861b with scrape type 2
2026-03-30 06:51:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5fd722e-9ac3-58d5-be06-738e691c861b, identifier: SM21%20DHV
2026-03-30 06:51:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee370ff1-c496-56d7-aa5c-811b5899549e with identifier: LG60%20YJF
2026-03-30 06:51:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee370ff1-c496-56d7-aa5c-811b5899549e with identifier: LG60%20YJF
2026-03-30 06:51:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee370ff1-c496-56d7-aa5c-811b5899549e with identifier: LG60%20YJF to the API
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG60%20YJF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee370ff1-c496-56d7-aa5c-811b5899549e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG60 YJF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG60%20YJF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 85800,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 122 Convertible',
 'transmission': 'manual',
 'trim': '122',
 'vin': 'WMWZN32080TZ14998',
 'year': 2010}
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG60%2520YJF%27 HTTP/1.1" 200 None
2026-03-30 06:51:32 [bca.uk] INFO: Saving data for LG60%20YJF: {'auction_closing_time': 1775037600.0, 'created_time': 1774390425.298883, 'last_price_update_time': 1774853492.199612}
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG60%2520YJF') HTTP/1.1" 204 0
2026-03-30 06:51:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 196684c1-185b-58e2-958a-468b06cd3ec6 with identifier: DL73%20KVH
2026-03-30 06:51:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 196684c1-185b-58e2-958a-468b06cd3ec6 with identifier: DL73%20KVH
2026-03-30 06:51:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 196684c1-185b-58e2-958a-468b06cd3ec6 with identifier: DL73%20KVH to the API
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20KVH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '196684c1-185b-58e2-958a-468b06cd3ec6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 KVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20KVH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 17651,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10700,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4269808',
 'year': 2023}
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520KVH%27 HTTP/1.1" 200 None
2026-03-30 06:51:32 [bca.uk] INFO: Saving data for DL73%20KVH: {'auction_closing_time': 1774940400.0, 'created_time': 1773839600.197402, 'last_price_update_time': 1774853492.606458}
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520KVH') HTTP/1.1" 204 0
2026-03-30 06:51:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5fd722e-9ac3-58d5-be06-738e691c861b with identifier: SM21%20DHV
2026-03-30 06:51:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5fd722e-9ac3-58d5-be06-738e691c861b with identifier: SM21%20DHV
2026-03-30 06:51:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5fd722e-9ac3-58d5-be06-738e691c861b with identifier: SM21%20DHV to the API
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM21%20DHV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a5fd722e-9ac3-58d5-be06-738e691c861b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM21 DHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM21%20DHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 81048,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYMP67065',
 'year': 2021}
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520DHV%27 HTTP/1.1" 200 None
2026-03-30 06:51:32 [bca.uk] INFO: Saving data for SM21%20DHV: {'auction_closing_time': 1775037600.0, 'created_time': 1774392228.867588, 'last_price_update_time': 1774853492.950957}
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM21%2520DHV') HTTP/1.1" 204 0
2026-03-30 06:51:32 [bca.uk] INFO: Found listing with ID: MW13%20NCU
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520NCU%27 HTTP/1.1" 200 None
2026-03-30 06:51:32 [bca.uk] INFO: Scrape type for MW13%20NCU: 2
2026-03-30 06:51:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6081ddc0-c877-584d-850b-53bd9090002b with identifier: MW13%20NCU
2026-03-30 06:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6081ddc0-c877-584d-850b-53bd9090002b with scrape type 2
2026-03-30 06:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6081ddc0-c877-584d-850b-53bd9090002b with scrape type 2
2026-03-30 06:51:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6081ddc0-c877-584d-850b-53bd9090002b, identifier: MW13%20NCU
2026-03-30 06:51:33 [bca.uk] INFO: Found listing with ID: LN24%20RRU
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRU%27 HTTP/1.1" 200 None
2026-03-30 06:51:33 [bca.uk] INFO: Scrape type for LN24%20RRU: 2
2026-03-30 06:51:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15749a1d-1299-54f6-aa4f-a731cd88efa6 with identifier: LN24%20RRU
2026-03-30 06:51:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15749a1d-1299-54f6-aa4f-a731cd88efa6 with scrape type 2
2026-03-30 06:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15749a1d-1299-54f6-aa4f-a731cd88efa6 with scrape type 2
2026-03-30 06:51:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15749a1d-1299-54f6-aa4f-a731cd88efa6, identifier: LN24%20RRU
2026-03-30 06:51:33 [bca.uk] INFO: Found listing with ID: SO21%20GZM
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GZM%27 HTTP/1.1" 200 None
2026-03-30 06:51:33 [bca.uk] INFO: Scrape type for SO21%20GZM: 2
2026-03-30 06:51:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8875adf7-506d-5bc7-b174-c81f0b040012 with identifier: SO21%20GZM
2026-03-30 06:51:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8875adf7-506d-5bc7-b174-c81f0b040012 with scrape type 2
2026-03-30 06:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8875adf7-506d-5bc7-b174-c81f0b040012 with scrape type 2
2026-03-30 06:51:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8875adf7-506d-5bc7-b174-c81f0b040012, identifier: SO21%20GZM
2026-03-30 06:51:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6081ddc0-c877-584d-850b-53bd9090002b with identifier: MW13%20NCU
2026-03-30 06:51:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6081ddc0-c877-584d-850b-53bd9090002b with identifier: MW13%20NCU
2026-03-30 06:51:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6081ddc0-c877-584d-850b-53bd9090002b with identifier: MW13%20NCU to the API
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW13%20NCU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6081ddc0-c877-584d-850b-53bd9090002b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW13 NCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW13%20NCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SKODA',
 'model': 'CITIGO',
 'odometer': 77616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'SKODA CITIGO 1.0 MPI 60 SE GREENTECH Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 60 SE GREENTECH',
 'vin': 'TMBZZZAAZED601335',
 'year': 2013}
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520NCU%27 HTTP/1.1" 200 None
2026-03-30 06:51:33 [bca.uk] INFO: Saving data for MW13%20NCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390404.779314, 'last_price_update_time': 1774853493.597019}
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW13%2520NCU') HTTP/1.1" 204 0
2026-03-30 06:51:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15749a1d-1299-54f6-aa4f-a731cd88efa6 with identifier: LN24%20RRU
2026-03-30 06:51:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15749a1d-1299-54f6-aa4f-a731cd88efa6 with identifier: LN24%20RRU
2026-03-30 06:51:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15749a1d-1299-54f6-aa4f-a731cd88efa6 with identifier: LN24%20RRU to the API
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RRU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '15749a1d-1299-54f6-aa4f-a731cd88efa6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RRU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9889,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13400,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4035506',
 'year': 2024}
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRU%27 HTTP/1.1" 200 None
2026-03-30 06:51:33 [bca.uk] INFO: Saving data for LN24%20RRU: {'auction_closing_time': 1774940400.0, 'created_time': 1773842369.457831, 'last_price_update_time': 1774853493.915167}
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RRU') HTTP/1.1" 204 0
2026-03-30 06:51:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8875adf7-506d-5bc7-b174-c81f0b040012 with identifier: SO21%20GZM
2026-03-30 06:51:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8875adf7-506d-5bc7-b174-c81f0b040012 with identifier: SO21%20GZM
2026-03-30 06:51:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8875adf7-506d-5bc7-b174-c81f0b040012 with identifier: SO21%20GZM to the API
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 218,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20GZM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8875adf7-506d-5bc7-b174-c81f0b040012',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 GZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20GZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT 310 FWD',
 'odometer': 99549,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 310 FWD 2.0 EBL 130 L3 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 TREND',
 'vin': 'WF0EXXTTREMP61904',
 'year': 2021}
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GZM%27 HTTP/1.1" 200 None
2026-03-30 06:51:34 [bca.uk] INFO: Saving data for SO21%20GZM: {'auction_closing_time': 1775037600.0, 'created_time': 1774392227.415707, 'last_price_update_time': 1774853494.209448}
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520GZM') HTTP/1.1" 204 0
2026-03-30 06:51:34 [bca.uk] INFO: Found listing with ID: MT18%20HXA
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520HXA%27 HTTP/1.1" 200 None
2026-03-30 06:51:34 [bca.uk] INFO: Scrape type for MT18%20HXA: 2
2026-03-30 06:51:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8ab5fb9-a7f4-5c65-9afa-594699945f08 with identifier: MT18%20HXA
2026-03-30 06:51:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8ab5fb9-a7f4-5c65-9afa-594699945f08 with scrape type 2
2026-03-30 06:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8ab5fb9-a7f4-5c65-9afa-594699945f08 with scrape type 2
2026-03-30 06:51:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8ab5fb9-a7f4-5c65-9afa-594699945f08, identifier: MT18%20HXA
2026-03-30 06:51:34 [bca.uk] INFO: Found listing with ID: LN24%20RRV
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRV%27 HTTP/1.1" 200 None
2026-03-30 06:51:34 [bca.uk] INFO: Scrape type for LN24%20RRV: 2
2026-03-30 06:51:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b53bbbd6-31b1-5d18-8dc0-dca572955141 with identifier: LN24%20RRV
2026-03-30 06:51:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b53bbbd6-31b1-5d18-8dc0-dca572955141 with scrape type 2
2026-03-30 06:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b53bbbd6-31b1-5d18-8dc0-dca572955141 with scrape type 2
2026-03-30 06:51:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b53bbbd6-31b1-5d18-8dc0-dca572955141, identifier: LN24%20RRV
2026-03-30 06:51:34 [bca.uk] INFO: Found listing with ID: BK73%20LWA
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520LWA%27 HTTP/1.1" 200 None
2026-03-30 06:51:34 [bca.uk] INFO: Scrape type for BK73%20LWA: 2
2026-03-30 06:51:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c37e585-5bb2-5bac-89c3-cfb94354da3c with identifier: BK73%20LWA
2026-03-30 06:51:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c37e585-5bb2-5bac-89c3-cfb94354da3c with scrape type 2
2026-03-30 06:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c37e585-5bb2-5bac-89c3-cfb94354da3c with scrape type 2
2026-03-30 06:51:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c37e585-5bb2-5bac-89c3-cfb94354da3c, identifier: BK73%20LWA
2026-03-30 06:51:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8ab5fb9-a7f4-5c65-9afa-594699945f08 with identifier: MT18%20HXA
2026-03-30 06:51:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8ab5fb9-a7f4-5c65-9afa-594699945f08 with identifier: MT18%20HXA
2026-03-30 06:51:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8ab5fb9-a7f4-5c65-9afa-594699945f08 with identifier: MT18%20HXA to the API
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT18%20HXA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a8ab5fb9-a7f4-5c65-9afa-594699945f08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT18 HXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT18%20HXA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 88255,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I30 2.0 T GDI 275 N PERFORMANCE Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 275 N PERFORMANCE',
 'vin': 'TMAHC51ALJJ002382',
 'year': 2018}
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT18%2520HXA%27 HTTP/1.1" 200 None
2026-03-30 06:51:34 [bca.uk] INFO: Saving data for MT18%20HXA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390401.27462, 'last_price_update_time': 1774853494.986458}
2026-03-30 06:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT18%2520HXA') HTTP/1.1" 204 0
2026-03-30 06:51:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b53bbbd6-31b1-5d18-8dc0-dca572955141 with identifier: LN24%20RRV
2026-03-30 06:51:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b53bbbd6-31b1-5d18-8dc0-dca572955141 with identifier: LN24%20RRV
2026-03-30 06:51:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b53bbbd6-31b1-5d18-8dc0-dca572955141 with identifier: LN24%20RRV to the API
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RRV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b53bbbd6-31b1-5d18-8dc0-dca572955141',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RRV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4035832',
 'year': 2024}
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRV%27 HTTP/1.1" 200 None
2026-03-30 06:51:35 [bca.uk] INFO: Saving data for LN24%20RRV: {'auction_closing_time': 1774940400.0, 'created_time': 1773842370.744952, 'last_price_update_time': 1774853495.379991}
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RRV') HTTP/1.1" 204 0
2026-03-30 06:51:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c37e585-5bb2-5bac-89c3-cfb94354da3c with identifier: BK73%20LWA
2026-03-30 06:51:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c37e585-5bb2-5bac-89c3-cfb94354da3c with identifier: BK73%20LWA
2026-03-30 06:51:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c37e585-5bb2-5bac-89c3-cfb94354da3c with identifier: BK73%20LWA to the API
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK73%20LWA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1c37e585-5bb2-5bac-89c3-cfb94354da3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK73 LWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK73%20LWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 47659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LIMITED H/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LIMITED H/R',
 'vin': 'WF0YXXTTGYPY77049',
 'year': 2023}
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK73%2520LWA%27 HTTP/1.1" 200 None
2026-03-30 06:51:35 [bca.uk] INFO: Saving data for BK73%20LWA: {'auction_closing_time': 1775037600.0, 'created_time': 1774392217.270957, 'last_price_update_time': 1774853495.673124}
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK73%2520LWA') HTTP/1.1" 204 0
2026-03-30 06:51:35 [bca.uk] INFO: Found listing with ID: CX12%20YCN
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX12%2520YCN%27 HTTP/1.1" 200 None
2026-03-30 06:51:35 [bca.uk] INFO: Scrape type for CX12%20YCN: 2
2026-03-30 06:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with identifier: CX12%20YCN
2026-03-30 06:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with scrape type 2
2026-03-30 06:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with scrape type 2
2026-03-30 06:51:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14c8a666-6655-5f55-bfe9-f8af78b0bf9e, identifier: CX12%20YCN
2026-03-30 06:51:35 [bca.uk] INFO: Found listing with ID: LN24%20RRX
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRX%27 HTTP/1.1" 200 None
2026-03-30 06:51:35 [bca.uk] INFO: Scrape type for LN24%20RRX: 2
2026-03-30 06:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f02c80da-6289-551d-8c0d-00a5e6406ef7 with identifier: LN24%20RRX
2026-03-30 06:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f02c80da-6289-551d-8c0d-00a5e6406ef7 with scrape type 2
2026-03-30 06:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f02c80da-6289-551d-8c0d-00a5e6406ef7 with scrape type 2
2026-03-30 06:51:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f02c80da-6289-551d-8c0d-00a5e6406ef7, identifier: LN24%20RRX
2026-03-30 06:51:35 [bca.uk] INFO: Found listing with ID: MT68%20FXH
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-30 06:51:35 [bca.uk] INFO: Scrape type for MT68%20FXH: 2
2026-03-30 06:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 322d331a-0e38-5bdc-9dd3-248db6dfb223 with identifier: MT68%20FXH
2026-03-30 06:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 322d331a-0e38-5bdc-9dd3-248db6dfb223 with scrape type 2
2026-03-30 06:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 322d331a-0e38-5bdc-9dd3-248db6dfb223 with scrape type 2
2026-03-30 06:51:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 322d331a-0e38-5bdc-9dd3-248db6dfb223, identifier: MT68%20FXH
2026-03-30 06:51:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with identifier: CX12%20YCN
2026-03-30 06:51:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with identifier: CX12%20YCN
2026-03-30 06:51:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14c8a666-6655-5f55-bfe9-f8af78b0bf9e with identifier: CX12%20YCN to the API
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX12%20YCN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '14c8a666-6655-5f55-bfe9-f8af78b0bf9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX12 YCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX12%20YCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 156136,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM',
 'vin': 'WF0KXXGCBKCA21706',
 'year': 2012}
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX12%2520YCN%27 HTTP/1.1" 200 None
2026-03-30 06:51:36 [bca.uk] INFO: Saving data for CX12%20YCN: {'auction_closing_time': 1775037600.0, 'created_time': 1774390418.21584, 'last_price_update_time': 1774853496.285891}
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX12%2520YCN') HTTP/1.1" 204 0
2026-03-30 06:51:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f02c80da-6289-551d-8c0d-00a5e6406ef7 with identifier: LN24%20RRX
2026-03-30 06:51:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f02c80da-6289-551d-8c0d-00a5e6406ef7 with identifier: LN24%20RRX
2026-03-30 06:51:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f02c80da-6289-551d-8c0d-00a5e6406ef7 with identifier: LN24%20RRX to the API
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RRX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f02c80da-6289-551d-8c0d-00a5e6406ef7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RRX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RRX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6875,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13600,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4033535',
 'year': 2024}
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RRX%27 HTTP/1.1" 200 None
2026-03-30 06:51:36 [bca.uk] INFO: Saving data for LN24%20RRX: {'auction_closing_time': 1774940400.0, 'created_time': 1773842373.465083, 'last_price_update_time': 1774853496.59692}
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RRX') HTTP/1.1" 204 0
2026-03-30 06:51:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 322d331a-0e38-5bdc-9dd3-248db6dfb223 with identifier: MT68%20FXH
2026-03-30 06:51:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 322d331a-0e38-5bdc-9dd3-248db6dfb223 with identifier: MT68%20FXH
2026-03-30 06:51:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 322d331a-0e38-5bdc-9dd3-248db6dfb223 with identifier: MT68%20FXH to the API
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT68%20FXH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '322d331a-0e38-5bdc-9dd3-248db6dfb223',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT68 FXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT68%20FXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 51429,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 SD4 240 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 240 HSE',
 'vin': 'SALCA2AN4KH798032',
 'year': 2018}
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520FXH%27 HTTP/1.1" 200 None
2026-03-30 06:51:36 [bca.uk] INFO: Saving data for MT68%20FXH: {'auction_closing_time': 1774951200.0, 'created_time': 1774390503.129952, 'last_price_update_time': 1774853496.889472}
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT68%2520FXH') HTTP/1.1" 204 0
2026-03-30 06:51:36 [bca.uk] INFO: Found listing with ID: YR14%20HTU
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520HTU%27 HTTP/1.1" 200 None
2026-03-30 06:51:36 [bca.uk] INFO: Scrape type for YR14%20HTU: 2
2026-03-30 06:51:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fc76590-7e88-5f34-849b-7117ba74ee20 with identifier: YR14%20HTU
2026-03-30 06:51:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fc76590-7e88-5f34-849b-7117ba74ee20 with scrape type 2
2026-03-30 06:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fc76590-7e88-5f34-849b-7117ba74ee20 with scrape type 2
2026-03-30 06:51:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7fc76590-7e88-5f34-849b-7117ba74ee20, identifier: YR14%20HTU
2026-03-30 06:51:37 [bca.uk] INFO: Found listing with ID: LN24%20RVJ
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RVJ%27 HTTP/1.1" 200 None
2026-03-30 06:51:37 [bca.uk] INFO: Scrape type for LN24%20RVJ: 2
2026-03-30 06:51:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb2091f7-d824-5fc9-b7c7-bc979b996aeb with identifier: LN24%20RVJ
2026-03-30 06:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb2091f7-d824-5fc9-b7c7-bc979b996aeb with scrape type 2
2026-03-30 06:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb2091f7-d824-5fc9-b7c7-bc979b996aeb with scrape type 2
2026-03-30 06:51:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb2091f7-d824-5fc9-b7c7-bc979b996aeb, identifier: LN24%20RVJ
2026-03-30 06:51:37 [bca.uk] INFO: Found listing with ID: HK66%20VOD
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK66%2520VOD%27 HTTP/1.1" 200 None
2026-03-30 06:51:37 [bca.uk] INFO: Scrape type for HK66%20VOD: 2
2026-03-30 06:51:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43653a57-cda5-5316-87af-1f5a274a8247 with identifier: HK66%20VOD
2026-03-30 06:51:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43653a57-cda5-5316-87af-1f5a274a8247 with scrape type 2
2026-03-30 06:51:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43653a57-cda5-5316-87af-1f5a274a8247 with scrape type 2
2026-03-30 06:51:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 43653a57-cda5-5316-87af-1f5a274a8247, identifier: HK66%20VOD
2026-03-30 06:51:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7fc76590-7e88-5f34-849b-7117ba74ee20 with identifier: YR14%20HTU
2026-03-30 06:51:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7fc76590-7e88-5f34-849b-7117ba74ee20 with identifier: YR14%20HTU
2026-03-30 06:51:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7fc76590-7e88-5f34-849b-7117ba74ee20 with identifier: YR14%20HTU to the API
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR14%20HTU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7fc76590-7e88-5f34-849b-7117ba74ee20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR14 HTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR14%20HTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SEAT',
 'model': 'LEON',
 'odometer': 166500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SEAT LEON 2.0 TDI 184 FR Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 184 FR',
 'vin': 'VSSZZZ5FZER019784',
 'year': 2014}
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR14%2520HTU%27 HTTP/1.1" 200 None
2026-03-30 06:51:37 [bca.uk] INFO: Saving data for YR14%20HTU: {'auction_closing_time': 1774864800.0, 'created_time': 1774392150.809448, 'last_price_update_time': 1774853497.543467}
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR14%2520HTU') HTTP/1.1" 204 0
2026-03-30 06:51:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb2091f7-d824-5fc9-b7c7-bc979b996aeb with identifier: LN24%20RVJ
2026-03-30 06:51:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb2091f7-d824-5fc9-b7c7-bc979b996aeb with identifier: LN24%20RVJ
2026-03-30 06:51:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb2091f7-d824-5fc9-b7c7-bc979b996aeb with identifier: LN24%20RVJ to the API
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RVJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb2091f7-d824-5fc9-b7c7-bc979b996aeb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RVJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9645,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13600,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4037070',
 'year': 2024}
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RVJ%27 HTTP/1.1" 200 None
2026-03-30 06:51:37 [bca.uk] INFO: Saving data for LN24%20RVJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773842373.827228, 'last_price_update_time': 1774853497.937655}
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RVJ') HTTP/1.1" 204 0
2026-03-30 06:51:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 43653a57-cda5-5316-87af-1f5a274a8247 with identifier: HK66%20VOD
2026-03-30 06:51:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 43653a57-cda5-5316-87af-1f5a274a8247 with identifier: HK66%20VOD
2026-03-30 06:51:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 43653a57-cda5-5316-87af-1f5a274a8247 with identifier: HK66%20VOD to the API
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK66%20VOD-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '43653a57-cda5-5316-87af-1f5a274a8247',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK66 VOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK66%20VOD&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '320D',
 'odometer': 76935,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 XDRIVE SPORT TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'XDRIVE SPORT TOURING STEP',
 'vin': 'WBA8J12010K894465',
 'year': 2017}
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK66%2520VOD%27 HTTP/1.1" 200 None
2026-03-30 06:51:38 [bca.uk] INFO: Saving data for HK66%20VOD: {'auction_closing_time': 1774951200.0, 'created_time': 1774392178.309655, 'last_price_update_time': 1774853498.273687}
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK66%2520VOD') HTTP/1.1" 204 0
2026-03-30 06:51:38 [bca.uk] INFO: Found listing with ID: YF20%20LTE
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520LTE%27 HTTP/1.1" 200 None
2026-03-30 06:51:38 [bca.uk] INFO: Scrape type for YF20%20LTE: 2
2026-03-30 06:51:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b781929-d2a2-5580-9b21-bee0952150e1 with identifier: YF20%20LTE
2026-03-30 06:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b781929-d2a2-5580-9b21-bee0952150e1 with scrape type 2
2026-03-30 06:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b781929-d2a2-5580-9b21-bee0952150e1 with scrape type 2
2026-03-30 06:51:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b781929-d2a2-5580-9b21-bee0952150e1, identifier: YF20%20LTE
2026-03-30 06:51:38 [bca.uk] INFO: Found listing with ID: LP23%20GZY
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZY%27 HTTP/1.1" 200 None
2026-03-30 06:51:38 [bca.uk] INFO: Scrape type for LP23%20GZY: 2
2026-03-30 06:51:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0576ba77-b9db-5942-986d-619c91c2c208 with identifier: LP23%20GZY
2026-03-30 06:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0576ba77-b9db-5942-986d-619c91c2c208 with scrape type 2
2026-03-30 06:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0576ba77-b9db-5942-986d-619c91c2c208 with scrape type 2
2026-03-30 06:51:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0576ba77-b9db-5942-986d-619c91c2c208, identifier: LP23%20GZY
2026-03-30 06:51:38 [bca.uk] INFO: Found listing with ID: GY14%20NZG
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520NZG%27 HTTP/1.1" 200 None
2026-03-30 06:51:38 [bca.uk] INFO: Scrape type for GY14%20NZG: 2
2026-03-30 06:51:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f590465-a3c6-5412-a65c-2c947056dec6 with identifier: GY14%20NZG
2026-03-30 06:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f590465-a3c6-5412-a65c-2c947056dec6 with scrape type 2
2026-03-30 06:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f590465-a3c6-5412-a65c-2c947056dec6 with scrape type 2
2026-03-30 06:51:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f590465-a3c6-5412-a65c-2c947056dec6, identifier: GY14%20NZG
2026-03-30 06:51:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b781929-d2a2-5580-9b21-bee0952150e1 with identifier: YF20%20LTE
2026-03-30 06:51:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b781929-d2a2-5580-9b21-bee0952150e1 with identifier: YF20%20LTE
2026-03-30 06:51:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b781929-d2a2-5580-9b21-bee0952150e1 with identifier: YF20%20LTE to the API
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF20%20LTE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b781929-d2a2-5580-9b21-bee0952150e1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF20 LTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF20%20LTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 57597,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF02XXERK2LA80459',
 'year': 2020}
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF20%2520LTE%27 HTTP/1.1" 200 None
2026-03-30 06:51:38 [bca.uk] INFO: Saving data for YF20%20LTE: {'auction_closing_time': 1774864800.0, 'created_time': 1774392149.859472, 'last_price_update_time': 1774853498.96843}
2026-03-30 06:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF20%2520LTE') HTTP/1.1" 204 0
2026-03-30 06:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0576ba77-b9db-5942-986d-619c91c2c208 with identifier: LP23%20GZY
2026-03-30 06:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0576ba77-b9db-5942-986d-619c91c2c208 with identifier: LP23%20GZY
2026-03-30 06:51:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0576ba77-b9db-5942-986d-619c91c2c208 with identifier: LP23%20GZY to the API
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP23%20GZY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0576ba77-b9db-5942-986d-619c91c2c208',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP23 GZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP23%20GZY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11290,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13400,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4141912',
 'year': 2023}
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP23%2520GZY%27 HTTP/1.1" 200 None
2026-03-30 06:51:39 [bca.uk] INFO: Saving data for LP23%20GZY: {'auction_closing_time': 1774940400.0, 'created_time': 1773842151.222262, 'last_price_update_time': 1774853499.289752}
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP23%2520GZY') HTTP/1.1" 204 0
2026-03-30 06:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f590465-a3c6-5412-a65c-2c947056dec6 with identifier: GY14%20NZG
2026-03-30 06:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f590465-a3c6-5412-a65c-2c947056dec6 with identifier: GY14%20NZG
2026-03-30 06:51:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f590465-a3c6-5412-a65c-2c947056dec6 with identifier: GY14%20NZG to the API
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY14%20NZG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8f590465-a3c6-5412-a65c-2c947056dec6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY14 NZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY14%20NZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '320D',
 'odometer': 63647,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 EFD BUSINESS Saloon',
 'transmission': 'manual',
 'trim': 'EFD BUSINESS',
 'vin': 'WBA3E12020F167150',
 'year': 2014}
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY14%2520NZG%27 HTTP/1.1" 200 None
2026-03-30 06:51:39 [bca.uk] INFO: Saving data for GY14%20NZG: {'auction_closing_time': 1774951200.0, 'created_time': 1774390514.941386, 'last_price_update_time': 1774853499.581123}
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY14%2520NZG') HTTP/1.1" 204 0
2026-03-30 06:51:39 [bca.uk] INFO: Found listing with ID: FA16%20NUY
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA16%2520NUY%27 HTTP/1.1" 200 None
2026-03-30 06:51:39 [bca.uk] INFO: Scrape type for FA16%20NUY: 2
2026-03-30 06:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 867f30d9-307c-5d1d-ad63-1d00bf792e09 with identifier: FA16%20NUY
2026-03-30 06:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 867f30d9-307c-5d1d-ad63-1d00bf792e09 with scrape type 2
2026-03-30 06:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 867f30d9-307c-5d1d-ad63-1d00bf792e09 with scrape type 2
2026-03-30 06:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 867f30d9-307c-5d1d-ad63-1d00bf792e09, identifier: FA16%20NUY
2026-03-30 06:51:39 [bca.uk] INFO: Found listing with ID: WN25%20UGV
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520UGV%27 HTTP/1.1" 200 None
2026-03-30 06:51:39 [bca.uk] INFO: Scrape type for WN25%20UGV: 2
2026-03-30 06:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with identifier: WN25%20UGV
2026-03-30 06:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with scrape type 2
2026-03-30 06:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with scrape type 2
2026-03-30 06:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d49534e4-cf6e-5f96-8cfe-48e78a3facb0, identifier: WN25%20UGV
2026-03-30 06:51:39 [bca.uk] INFO: Found listing with ID: FL57%20GVM
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL57%2520GVM%27 HTTP/1.1" 200 None
2026-03-30 06:51:39 [bca.uk] INFO: Scrape type for FL57%20GVM: 2
2026-03-30 06:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with identifier: FL57%20GVM
2026-03-30 06:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with scrape type 2
2026-03-30 06:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with scrape type 2
2026-03-30 06:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc, identifier: FL57%20GVM
2026-03-30 06:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 867f30d9-307c-5d1d-ad63-1d00bf792e09 with identifier: FA16%20NUY
2026-03-30 06:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 867f30d9-307c-5d1d-ad63-1d00bf792e09 with identifier: FA16%20NUY
2026-03-30 06:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 867f30d9-307c-5d1d-ad63-1d00bf792e09 with identifier: FA16%20NUY to the API
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FA16%20NUY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '867f30d9-307c-5d1d-ad63-1d00bf792e09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FA16 NUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FA16%20NUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '108 TOP!',
 'odometer': 48990,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 TOP! 1.2 P/T ROLAND GARROS Hatchback',
 'transmission': 'manual',
 'trim': 'P/T ROLAND GARROS',
 'vin': 'VF3PAHMTCGR290691',
 'year': 2016}
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FA16%2520NUY%27 HTTP/1.1" 200 None
2026-03-30 06:51:40 [bca.uk] INFO: Saving data for FA16%20NUY: {'auction_closing_time': 1774864800.0, 'created_time': 1774392123.840514, 'last_price_update_time': 1774853500.26651}
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FA16%2520NUY') HTTP/1.1" 204 0
2026-03-30 06:51:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with identifier: WN25%20UGV
2026-03-30 06:51:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with identifier: WN25%20UGV
2026-03-30 06:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d49534e4-cf6e-5f96-8cfe-48e78a3facb0 with identifier: WN25%20UGV to the API
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN25%20UGV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd49534e4-cf6e-5f96-8cfe-48e78a3facb0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN25 UGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN25%20UGV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 15945,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 24750,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 TRAIL PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 TRAIL',
 'vin': 'WF0RXXTAXRRS21711',
 'year': 2025}
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520UGV%27 HTTP/1.1" 200 None
2026-03-30 06:51:40 [bca.uk] INFO: Saving data for WN25%20UGV: {'auction_closing_time': 1775026800.0, 'created_time': 1773821833.678083, 'last_price_update_time': 1774853500.572389}
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN25%2520UGV') HTTP/1.1" 204 0
2026-03-30 06:51:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with identifier: FL57%20GVM
2026-03-30 06:51:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with identifier: FL57%20GVM
2026-03-30 06:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ae569b6-d0ee-5e8d-807a-8f8ba93426fc with identifier: FL57%20GVM to the API
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL57%20GVM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ae569b6-d0ee-5e8d-807a-8f8ba93426fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL57 GVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL57%20GVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 139117,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.6  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWRD32080TJ90068',
 'year': 2007}
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL57%2520GVM%27 HTTP/1.1" 200 None
2026-03-30 06:51:40 [bca.uk] INFO: Saving data for FL57%20GVM: {'auction_closing_time': 1774951200.0, 'created_time': 1774390498.938803, 'last_price_update_time': 1774853500.854662}
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL57%2520GVM') HTTP/1.1" 204 0
2026-03-30 06:51:40 [bca.uk] INFO: Found listing with ID: PJ63%20KCN
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ63%2520KCN%27 HTTP/1.1" 200 None
2026-03-30 06:51:40 [bca.uk] INFO: Scrape type for PJ63%20KCN: 2
2026-03-30 06:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7452d8c-a05f-5b06-9540-981b56edacef with identifier: PJ63%20KCN
2026-03-30 06:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7452d8c-a05f-5b06-9540-981b56edacef with scrape type 2
2026-03-30 06:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7452d8c-a05f-5b06-9540-981b56edacef with scrape type 2
2026-03-30 06:51:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7452d8c-a05f-5b06-9540-981b56edacef, identifier: PJ63%20KCN
2026-03-30 06:51:40 [bca.uk] INFO: Found listing with ID: WP25%20XKT
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP25%2520XKT%27 HTTP/1.1" 200 None
2026-03-30 06:51:41 [bca.uk] INFO: Scrape type for WP25%20XKT: 0
2026-03-30 06:51:41 [bca.uk] INFO: Found listing with ID: DS66%20WRG
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS66%2520WRG%27 HTTP/1.1" 200 None
2026-03-30 06:51:41 [bca.uk] INFO: Scrape type for DS66%20WRG: 2
2026-03-30 06:51:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3418d23c-1214-54ee-a9db-7cd733dd5576 with identifier: DS66%20WRG
2026-03-30 06:51:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3418d23c-1214-54ee-a9db-7cd733dd5576 with scrape type 2
2026-03-30 06:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3418d23c-1214-54ee-a9db-7cd733dd5576 with scrape type 2
2026-03-30 06:51:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3418d23c-1214-54ee-a9db-7cd733dd5576, identifier: DS66%20WRG
2026-03-30 06:51:41 [bca.uk] INFO: Found listing with ID: SL72%20FCA
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL72%2520FCA%27 HTTP/1.1" 200 None
2026-03-30 06:51:41 [bca.uk] INFO: Scrape type for SL72%20FCA: 2
2026-03-30 06:51:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27ea087e-f769-53ea-91cc-6f8b8193654b with identifier: SL72%20FCA
2026-03-30 06:51:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27ea087e-f769-53ea-91cc-6f8b8193654b with scrape type 2
2026-03-30 06:51:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27ea087e-f769-53ea-91cc-6f8b8193654b with scrape type 2
2026-03-30 06:51:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27ea087e-f769-53ea-91cc-6f8b8193654b, identifier: SL72%20FCA
2026-03-30 06:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7452d8c-a05f-5b06-9540-981b56edacef with identifier: PJ63%20KCN
2026-03-30 06:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7452d8c-a05f-5b06-9540-981b56edacef with identifier: PJ63%20KCN
2026-03-30 06:51:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7452d8c-a05f-5b06-9540-981b56edacef with identifier: PJ63%20KCN to the API
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ63%20KCN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b7452d8c-a05f-5b06-9540-981b56edacef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PJ63 KCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ63%20KCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 90821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I MODE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I MODE',
 'vin': 'JTDKG10C30N736065',
 'year': 2013}
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ63%2520KCN%27 HTTP/1.1" 200 None
2026-03-30 06:51:41 [bca.uk] INFO: Saving data for PJ63%20KCN: {'auction_closing_time': 1774864800.0, 'created_time': 1774392143.393721, 'last_price_update_time': 1774853501.540232}
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ63%2520KCN') HTTP/1.1" 204 0
2026-03-30 06:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3418d23c-1214-54ee-a9db-7cd733dd5576 with identifier: DS66%20WRG
2026-03-30 06:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3418d23c-1214-54ee-a9db-7cd733dd5576 with identifier: DS66%20WRG
2026-03-30 06:51:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3418d23c-1214-54ee-a9db-7cd733dd5576 with identifier: DS66%20WRG to the API
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS66%20WRG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3418d23c-1214-54ee-a9db-7cd733dd5576',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS66 WRG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS66%20WRG&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 104415,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.0 T 12V 105 E/F DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'T 12V 105 E/F DESIGN',
 'vin': 'W0LBD6EA9HG045490',
 'year': 2016}
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS66%2520WRG%27 HTTP/1.1" 200 None
2026-03-30 06:51:41 [bca.uk] INFO: Saving data for DS66%20WRG: {'auction_closing_time': 1774864800.0, 'created_time': 1774390776.191197, 'last_price_update_time': 1774853501.833552}
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS66%2520WRG') HTTP/1.1" 204 0
2026-03-30 06:51:41 [bca.uk] INFO: Total items found: 100
2026-03-30 06:51:41 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded
2026-03-30 06:51:41 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:51:41 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27ea087e-f769-53ea-91cc-6f8b8193654b with identifier: SL72%20FCA
2026-03-30 06:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27ea087e-f769-53ea-91cc-6f8b8193654b with identifier: SL72%20FCA
2026-03-30 06:51:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27ea087e-f769-53ea-91cc-6f8b8193654b with identifier: SL72%20FCA to the API
2026-03-30 06:51:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL72%20FCA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '27ea087e-f769-53ea-91cc-6f8b8193654b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL72 FCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL72%20FCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 39201,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 95KWH 55 Q BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q BLACK ED.',
 'vin': 'WAUZZZGE0PB013863',
 'year': 2022}
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL72%2520FCA%27 HTTP/1.1" 200 None
2026-03-30 06:51:42 [bca.uk] INFO: Saving data for SL72%20FCA: {'auction_closing_time': 1775037600.0, 'created_time': 1774390481.089742, 'last_price_update_time': 1774853502.144928}
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL72%2520FCA') HTTP/1.1" 204 0
2026-03-30 06:51:42 [bca.uk] INFO: Found listing with ID: SA61%20YWS
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA61%2520YWS%27 HTTP/1.1" 200 None
2026-03-30 06:51:42 [bca.uk] INFO: Scrape type for SA61%20YWS: 2
2026-03-30 06:51:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 391a6c1e-5a30-5340-a336-6a178463e515 with identifier: SA61%20YWS
2026-03-30 06:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 391a6c1e-5a30-5340-a336-6a178463e515 with scrape type 2
2026-03-30 06:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 391a6c1e-5a30-5340-a336-6a178463e515 with scrape type 2
2026-03-30 06:51:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 391a6c1e-5a30-5340-a336-6a178463e515, identifier: SA61%20YWS
2026-03-30 06:51:42 [bca.uk] INFO: Found listing with ID: BA69%20NWH
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA69%2520NWH%27 HTTP/1.1" 200 None
2026-03-30 06:51:42 [bca.uk] INFO: Scrape type for BA69%20NWH: 2
2026-03-30 06:51:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with identifier: BA69%20NWH
2026-03-30 06:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with scrape type 2
2026-03-30 06:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with scrape type 2
2026-03-30 06:51:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1376b7b2-de05-56aa-b084-7c2a2cb73df5, identifier: BA69%20NWH
2026-03-30 06:51:42 [bca.uk] INFO: Found listing with ID: AF22%20DHY
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520DHY%27 HTTP/1.1" 200 None
2026-03-30 06:51:42 [bca.uk] INFO: Scrape type for AF22%20DHY: 2
2026-03-30 06:51:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3295a7bf-5486-5777-ad7b-2602eb92736f with identifier: AF22%20DHY
2026-03-30 06:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3295a7bf-5486-5777-ad7b-2602eb92736f with scrape type 2
2026-03-30 06:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3295a7bf-5486-5777-ad7b-2602eb92736f with scrape type 2
2026-03-30 06:51:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3295a7bf-5486-5777-ad7b-2602eb92736f, identifier: AF22%20DHY
2026-03-30 06:51:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 391a6c1e-5a30-5340-a336-6a178463e515 with identifier: SA61%20YWS
2026-03-30 06:51:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 391a6c1e-5a30-5340-a336-6a178463e515 with identifier: SA61%20YWS
2026-03-30 06:51:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 391a6c1e-5a30-5340-a336-6a178463e515 with identifier: SA61%20YWS to the API
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA61%20YWS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '391a6c1e-5a30-5340-a336-6a178463e515',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA61 YWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA61%20YWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 139749,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TDCI 115 TITANIUM X Estate',
 'transmission': 'manual',
 'trim': 'TDCI 115 TITANIUM X',
 'vin': 'WF0LXXGCBLBT77606',
 'year': 2011}
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA61%2520YWS%27 HTTP/1.1" 200 None
2026-03-30 06:51:42 [bca.uk] INFO: Saving data for SA61%20YWS: {'auction_closing_time': 1774864800.0, 'created_time': 1774392144.814972, 'last_price_update_time': 1774853502.793691}
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA61%2520YWS') HTTP/1.1" 204 0
2026-03-30 06:51:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with identifier: BA69%20NWH
2026-03-30 06:51:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with identifier: BA69%20NWH
2026-03-30 06:51:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1376b7b2-de05-56aa-b084-7c2a2cb73df5 with identifier: BA69%20NWH to the API
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BA69%20NWH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1376b7b2-de05-56aa-b084-7c2a2cb73df5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BA69 NWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BA69%20NWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 44363,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH TEKNA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH TEKNA (6.6KC)',
 'vin': 'SJNFAAZE1U0072441',
 'year': 2019}
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA69%2520NWH%27 HTTP/1.1" 200 None
2026-03-30 06:51:43 [bca.uk] INFO: Saving data for BA69%20NWH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390777.255818, 'last_price_update_time': 1774853503.245208}
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BA69%2520NWH') HTTP/1.1" 204 0
2026-03-30 06:51:43 [bca.uk] INFO: Found listing with ID: SP67%20XLT
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP67%2520XLT%27 HTTP/1.1" 200 None
2026-03-30 06:51:43 [bca.uk] INFO: Scrape type for SP67%20XLT: 2
2026-03-30 06:51:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e7dedfa-e30a-534c-a984-2865bc990a81 with identifier: SP67%20XLT
2026-03-30 06:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e7dedfa-e30a-534c-a984-2865bc990a81 with scrape type 2
2026-03-30 06:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e7dedfa-e30a-534c-a984-2865bc990a81 with scrape type 2
2026-03-30 06:51:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e7dedfa-e30a-534c-a984-2865bc990a81, identifier: SP67%20XLT
2026-03-30 06:51:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:51:43 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:51:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3295a7bf-5486-5777-ad7b-2602eb92736f with identifier: AF22%20DHY
2026-03-30 06:51:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3295a7bf-5486-5777-ad7b-2602eb92736f with identifier: AF22%20DHY
2026-03-30 06:51:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3295a7bf-5486-5777-ad7b-2602eb92736f with identifier: AF22%20DHY to the API
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20DHY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3295a7bf-5486-5777-ad7b-2602eb92736f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF22 DHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20DHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 94664,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEKXNC250095',
 'year': 2022}
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520DHY%27 HTTP/1.1" 200 None
2026-03-30 06:51:43 [bca.uk] INFO: Saving data for AF22%20DHY: {'auction_closing_time': 1775037600.0, 'created_time': 1774390468.128834, 'last_price_update_time': 1774853503.688979}
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520DHY') HTTP/1.1" 204 0
2026-03-30 06:51:43 [bca.uk] INFO: Found listing with ID: KT56%20LVF
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT56%2520LVF%27 HTTP/1.1" 200 None
2026-03-30 06:51:43 [bca.uk] INFO: Scrape type for KT56%20LVF: 2
2026-03-30 06:51:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with identifier: KT56%20LVF
2026-03-30 06:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with scrape type 2
2026-03-30 06:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with scrape type 2
2026-03-30 06:51:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3eefe901-a63e-57df-8bdc-81e7fa0f53d6, identifier: KT56%20LVF
2026-03-30 06:51:43 [bca.uk] INFO: Found listing with ID: LE08%20HOL
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE08%2520HOL%27 HTTP/1.1" 200 None
2026-03-30 06:51:43 [bca.uk] INFO: Scrape type for LE08%20HOL: 2
2026-03-30 06:51:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d6b9725-8359-5508-9490-f27b44a7bba4 with identifier: LE08%20HOL
2026-03-30 06:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d6b9725-8359-5508-9490-f27b44a7bba4 with scrape type 2
2026-03-30 06:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d6b9725-8359-5508-9490-f27b44a7bba4 with scrape type 2
2026-03-30 06:51:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7d6b9725-8359-5508-9490-f27b44a7bba4, identifier: LE08%20HOL
2026-03-30 06:51:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e7dedfa-e30a-534c-a984-2865bc990a81 with identifier: SP67%20XLT
2026-03-30 06:51:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e7dedfa-e30a-534c-a984-2865bc990a81 with identifier: SP67%20XLT
2026-03-30 06:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e7dedfa-e30a-534c-a984-2865bc990a81 with identifier: SP67%20XLT to the API
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP67%20XLT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6e7dedfa-e30a-534c-a984-2865bc990a81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP67 XLT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP67%20XLT&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 86310,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 184 GTD DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 184 GTD DSG',
 'vin': 'WVWZZZAUZJW052764',
 'year': 2017}
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP67%2520XLT%27 HTTP/1.1" 200 None
2026-03-30 06:51:44 [bca.uk] INFO: Saving data for SP67%20XLT: {'auction_closing_time': 1775124000.0, 'created_time': 1774391078.020673, 'last_price_update_time': 1774853504.218046}
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP67%2520XLT') HTTP/1.1" 204 0
2026-03-30 06:51: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:51:44 [bca.uk] INFO: Found listing with ID: LC68%20MVX
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC68%2520MVX%27 HTTP/1.1" 200 None
2026-03-30 06:51:44 [bca.uk] INFO: Scrape type for LC68%20MVX: 2
2026-03-30 06:51:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80a8dd48-d8c4-51d0-81f6-62afe81203fc with identifier: LC68%20MVX
2026-03-30 06:51:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80a8dd48-d8c4-51d0-81f6-62afe81203fc with scrape type 2
2026-03-30 06:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80a8dd48-d8c4-51d0-81f6-62afe81203fc with scrape type 2
2026-03-30 06:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80a8dd48-d8c4-51d0-81f6-62afe81203fc, identifier: LC68%20MVX
2026-03-30 06:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with identifier: KT56%20LVF
2026-03-30 06:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with identifier: KT56%20LVF
2026-03-30 06:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3eefe901-a63e-57df-8bdc-81e7fa0f53d6 with identifier: KT56%20LVF to the API
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT56%20LVF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3eefe901-a63e-57df-8bdc-81e7fa0f53d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT56 LVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT56%20LVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MERCEDES-BENZ',
 'model': 'A150',
 'odometer': 40019,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A150 1.5 AVANTGARDE SE Hatchback',
 'transmission': 'manual',
 'trim': 'AVANTGARDE SE',
 'vin': 'WDD1693312J428571',
 'year': 2007}
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT56%2520LVF%27 HTTP/1.1" 200 None
2026-03-30 06:51:44 [bca.uk] INFO: Saving data for KT56%20LVF: {'auction_closing_time': 1775037600.0, 'created_time': 1774392125.023824, 'last_price_update_time': 1774853504.654287}
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT56%2520LVF') HTTP/1.1" 204 0
2026-03-30 06:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7d6b9725-8359-5508-9490-f27b44a7bba4 with identifier: LE08%20HOL
2026-03-30 06:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7d6b9725-8359-5508-9490-f27b44a7bba4 with identifier: LE08%20HOL
2026-03-30 06:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7d6b9725-8359-5508-9490-f27b44a7bba4 with identifier: LE08%20HOL to the API
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE08%20HOL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7d6b9725-8359-5508-9490-f27b44a7bba4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE08 HOL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE08%20HOL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '116D',
 'odometer': 103908,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 116D 1.6 EFFICIENTDYNAMICS Hatchback',
 'transmission': 'manual',
 'trim': 'EFFICIENTDYNAMICS',
 'vin': 'WBA1C92010J435341',
 'year': 2014}
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE08%2520HOL%27 HTTP/1.1" 200 None
2026-03-30 06:51:44 [bca.uk] INFO: Saving data for LE08%20HOL: {'auction_closing_time': 1774864800.0, 'created_time': 1774390773.157733, 'last_price_update_time': 1774853504.983878}
2026-03-30 06:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE08%2520HOL') HTTP/1.1" 204 0
2026-03-30 06:51:45 [bca.uk] INFO: Found listing with ID: AK16%20PDY
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520PDY%27 HTTP/1.1" 200 None
2026-03-30 06:51:45 [bca.uk] INFO: Scrape type for AK16%20PDY: 2
2026-03-30 06:51:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 124ddca9-1082-51d8-bc76-868d339357e4 with identifier: AK16%20PDY
2026-03-30 06:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 124ddca9-1082-51d8-bc76-868d339357e4 with scrape type 2
2026-03-30 06:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 124ddca9-1082-51d8-bc76-868d339357e4 with scrape type 2
2026-03-30 06:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 124ddca9-1082-51d8-bc76-868d339357e4, identifier: AK16%20PDY
2026-03-30 06:51:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80a8dd48-d8c4-51d0-81f6-62afe81203fc with identifier: LC68%20MVX
2026-03-30 06:51:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80a8dd48-d8c4-51d0-81f6-62afe81203fc with identifier: LC68%20MVX
2026-03-30 06:51:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80a8dd48-d8c4-51d0-81f6-62afe81203fc with identifier: LC68%20MVX to the API
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC68%20MVX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '80a8dd48-d8c4-51d0-81f6-62afe81203fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC68 MVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC68%20MVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'TESLA',
 'model': 'MODEL X',
 'odometer': 56930,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL X 75KWH D/M StationWagon',
 'transmission': 'automatic',
 'trim': '75KWH D/M',
 'vin': '5YJXDCE25JF130275',
 'year': 2018}
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC68%2520MVX%27 HTTP/1.1" 200 None
2026-03-30 06:51:45 [bca.uk] INFO: Saving data for LC68%20MVX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390445.178258, 'last_price_update_time': 1774853505.412047}
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC68%2520MVX') HTTP/1.1" 204 0
2026-03-30 06:51:45 [bca.uk] INFO: Found listing with ID: SH67%20GKG
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520GKG%27 HTTP/1.1" 200 None
2026-03-30 06:51:45 [bca.uk] INFO: Scrape type for SH67%20GKG: 2
2026-03-30 06:51:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with identifier: SH67%20GKG
2026-03-30 06:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with scrape type 2
2026-03-30 06:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with scrape type 2
2026-03-30 06:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b045440-8b3c-5dd3-8686-d84ef67c7c2d, identifier: SH67%20GKG
2026-03-30 06:51:45 [bca.uk] INFO: Found listing with ID: JU63%20NEW
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JU63%2520NEW%27 HTTP/1.1" 200 None
2026-03-30 06:51:45 [bca.uk] INFO: Scrape type for JU63%20NEW: 2
2026-03-30 06:51:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80d05b15-0659-503e-a060-392e19151093 with identifier: JU63%20NEW
2026-03-30 06:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80d05b15-0659-503e-a060-392e19151093 with scrape type 2
2026-03-30 06:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80d05b15-0659-503e-a060-392e19151093 with scrape type 2
2026-03-30 06:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80d05b15-0659-503e-a060-392e19151093, identifier: JU63%20NEW
2026-03-30 06:51:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 124ddca9-1082-51d8-bc76-868d339357e4 with identifier: AK16%20PDY
2026-03-30 06:51:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 124ddca9-1082-51d8-bc76-868d339357e4 with identifier: AK16%20PDY
2026-03-30 06:51:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 124ddca9-1082-51d8-bc76-868d339357e4 with identifier: AK16%20PDY to the API
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK16%20PDY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '124ddca9-1082-51d8-bc76-868d339357e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK16 PDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK16%20PDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 92048,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD PRESTIGE StationWagon',
 'transmission': 'manual',
 'trim': 'D 180 AWD PRESTIGE',
 'vin': 'SADCA2CN8JA237526',
 'year': 2018}
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK16%2520PDY%27 HTTP/1.1" 200 None
2026-03-30 06:51:45 [bca.uk] INFO: Saving data for AK16%20PDY: {'auction_closing_time': 1774951200.0, 'created_time': 1774391079.817712, 'last_price_update_time': 1774853505.936711}
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK16%2520PDY') HTTP/1.1" 204 0
2026-03-30 06:51:45 [bca.uk] INFO: Found listing with ID: GU21%20HZV
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU21%2520HZV%27 HTTP/1.1" 200 None
2026-03-30 06:51:45 [bca.uk] INFO: Scrape type for GU21%20HZV: 2
2026-03-30 06:51:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec4e9777-048a-5045-a8f4-0c19de986a57 with identifier: GU21%20HZV
2026-03-30 06:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec4e9777-048a-5045-a8f4-0c19de986a57 with scrape type 2
2026-03-30 06:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec4e9777-048a-5045-a8f4-0c19de986a57 with scrape type 2
2026-03-30 06:51:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec4e9777-048a-5045-a8f4-0c19de986a57, identifier: GU21%20HZV
2026-03-30 06:51:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with identifier: SH67%20GKG
2026-03-30 06:51:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with identifier: SH67%20GKG
2026-03-30 06:51:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b045440-8b3c-5dd3-8686-d84ef67c7c2d with identifier: SH67%20GKG to the API
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH67%20GKG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b045440-8b3c-5dd3-8686-d84ef67c7c2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH67 GKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH67%20GKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 18060,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 82 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 ALLURE',
 'vin': 'VF3CCHMZ6HW199415',
 'year': 2018}
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520GKG%27 HTTP/1.1" 200 None
2026-03-30 06:51:46 [bca.uk] INFO: Saving data for SH67%20GKG: {'auction_closing_time': 1774864800.0, 'created_time': 1774392143.040118, 'last_price_update_time': 1774853506.373276}
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH67%2520GKG') HTTP/1.1" 204 0
2026-03-30 06:51:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80d05b15-0659-503e-a060-392e19151093 with identifier: JU63%20NEW
2026-03-30 06:51:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80d05b15-0659-503e-a060-392e19151093 with identifier: JU63%20NEW
2026-03-30 06:51:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80d05b15-0659-503e-a060-392e19151093 with identifier: JU63%20NEW to the API
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JU63%20NEW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '80d05b15-0659-503e-a060-392e19151093',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'JU63 NEW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=JU63%20NEW&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': '525D',
 'odometer': 134054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 525D 2.0 M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA5C72070D344594',
 'year': 2014}
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JU63%2520NEW%27 HTTP/1.1" 200 None
2026-03-30 06:51:46 [bca.uk] INFO: Saving data for JU63%20NEW: {'auction_closing_time': 1774864800.0, 'created_time': 1774390770.166766, 'last_price_update_time': 1774853506.680046}
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JU63%2520NEW') HTTP/1.1" 204 0
2026-03-30 06:51:46 [bca.uk] INFO: Found listing with ID: AV17%20XDO
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV17%2520XDO%27 HTTP/1.1" 200 None
2026-03-30 06:51:46 [bca.uk] INFO: Scrape type for AV17%20XDO: 2
2026-03-30 06:51:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with identifier: AV17%20XDO
2026-03-30 06:51:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with scrape type 2
2026-03-30 06:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with scrape type 2
2026-03-30 06:51:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a8a0ca2-89ff-5474-a595-5099066ff0d7, identifier: AV17%20XDO
2026-03-30 06:51:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec4e9777-048a-5045-a8f4-0c19de986a57 with identifier: GU21%20HZV
2026-03-30 06:51:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec4e9777-048a-5045-a8f4-0c19de986a57 with identifier: GU21%20HZV
2026-03-30 06:51:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec4e9777-048a-5045-a8f4-0c19de986a57 with identifier: GU21%20HZV to the API
2026-03-30 06:51:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU21%20HZV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ec4e9777-048a-5045-a8f4-0c19de986a57',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU21 HZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU21%20HZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 17625,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'VNKKBAC390A101215',
 'year': 2021}
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU21%2520HZV%27 HTTP/1.1" 200 None
2026-03-30 06:51:47 [bca.uk] INFO: Saving data for GU21%20HZV: {'auction_closing_time': 1775037600.0, 'created_time': 1774390416.478382, 'last_price_update_time': 1774853507.078213}
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU21%2520HZV') HTTP/1.1" 204 0
2026-03-30 06:51:47 [bca.uk] INFO: Found listing with ID: FG21%20ZGH
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51: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%2520ZGH%27 HTTP/1.1" 200 None
2026-03-30 06:51:47 [bca.uk] INFO: Scrape type for FG21%20ZGH: 2
2026-03-30 06:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee16ffd6-550e-5e05-874b-159f5eb50a5e with identifier: FG21%20ZGH
2026-03-30 06:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee16ffd6-550e-5e05-874b-159f5eb50a5e with scrape type 2
2026-03-30 06:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee16ffd6-550e-5e05-874b-159f5eb50a5e with scrape type 2
2026-03-30 06:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee16ffd6-550e-5e05-874b-159f5eb50a5e, identifier: FG21%20ZGH
2026-03-30 06:51:47 [bca.uk] INFO: Found listing with ID: PN66%20WWD
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520WWD%27 HTTP/1.1" 200 None
2026-03-30 06:51:47 [bca.uk] INFO: Scrape type for PN66%20WWD: 2
2026-03-30 06:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with identifier: PN66%20WWD
2026-03-30 06:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with scrape type 2
2026-03-30 06:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with scrape type 2
2026-03-30 06:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1, identifier: PN66%20WWD
2026-03-30 06:51:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with identifier: AV17%20XDO
2026-03-30 06:51:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with identifier: AV17%20XDO
2026-03-30 06:51:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a8a0ca2-89ff-5474-a595-5099066ff0d7 with identifier: AV17%20XDO to the API
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV17%20XDO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a8a0ca2-89ff-5474-a595-5099066ff0d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AV17 XDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV17%20XDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 56392,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 E/B 240 TITANIUM X MPV',
 'transmission': 'automatic',
 'trim': 'E/B 240 TITANIUM X',
 'vin': 'WF0KXXWPCKHP18420',
 'year': 2017}
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV17%2520XDO%27 HTTP/1.1" 200 None
2026-03-30 06:51:47 [bca.uk] INFO: Saving data for AV17%20XDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774391049.71176, 'last_price_update_time': 1774853507.590322}
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV17%2520XDO') HTTP/1.1" 204 0
2026-03-30 06:51:47 [bca.uk] INFO: Found listing with ID: LB70%20VFR
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520VFR%27 HTTP/1.1" 200 None
2026-03-30 06:51:47 [bca.uk] INFO: Scrape type for LB70%20VFR: 2
2026-03-30 06:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e7e7668-ea36-5536-830d-06ca0810c52e with identifier: LB70%20VFR
2026-03-30 06:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e7e7668-ea36-5536-830d-06ca0810c52e with scrape type 2
2026-03-30 06:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e7e7668-ea36-5536-830d-06ca0810c52e with scrape type 2
2026-03-30 06:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e7e7668-ea36-5536-830d-06ca0810c52e, identifier: LB70%20VFR
2026-03-30 06:51:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee16ffd6-550e-5e05-874b-159f5eb50a5e with identifier: FG21%20ZGH
2026-03-30 06:51:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee16ffd6-550e-5e05-874b-159f5eb50a5e with identifier: FG21%20ZGH
2026-03-30 06:51:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee16ffd6-550e-5e05-874b-159f5eb50a5e with identifier: FG21%20ZGH to the API
2026-03-30 06:51:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG21%20ZGH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee16ffd6-550e-5e05-874b-159f5eb50a5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG21 ZGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG21%20ZGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SSANGYONG',
 'model': 'KORANDO',
 'odometer': 33318,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SSANGYONG KORANDO 1.5 T 161 ULTIMATE StationWagon',
 'transmission': 'automatic',
 'trim': 'T 161 ULTIMATE',
 'vin': 'KPT70A1YSKP011744',
 'year': 2021}
2026-03-30 06:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG21%2520ZGH%27 HTTP/1.1" 200 None
2026-03-30 06:51:48 [bca.uk] INFO: Saving data for FG21%20ZGH: {'auction_closing_time': 1774864800.0, 'created_time': 1774392145.1873, 'last_price_update_time': 1774853508.54342}
2026-03-30 06:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG21%2520ZGH') HTTP/1.1" 204 0
2026-03-30 06:51:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with identifier: PN66%20WWD
2026-03-30 06:51:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with identifier: PN66%20WWD
2026-03-30 06:51:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1 with identifier: PN66%20WWD to the API
2026-03-30 06:51:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN66%20WWD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c38e3abc-7fd0-58ee-bb7b-f6220af5a9c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN66 WWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN66%20WWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 49175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': 'N-CONNECTA',
 'vin': 'SJNFBAF15U7272207',
 'year': 2016}
2026-03-30 06:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN66%2520WWD%27 HTTP/1.1" 200 None
2026-03-30 06:51:48 [bca.uk] INFO: Saving data for PN66%20WWD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390772.06502, 'last_price_update_time': 1774853508.848461}
2026-03-30 06:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN66%2520WWD') HTTP/1.1" 204 0
2026-03-30 06:51:48 [bca.uk] INFO: Found listing with ID: AX19%20PZO
2026-03-30 06:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520PZO%27 HTTP/1.1" 200 None
2026-03-30 06:51:48 [bca.uk] INFO: Scrape type for AX19%20PZO: 2
2026-03-30 06:51:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with identifier: AX19%20PZO
2026-03-30 06:51:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with scrape type 2
2026-03-30 06:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with scrape type 2
2026-03-30 06:51:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f4b449d-3128-57f6-9d63-8ad36305e9c3, identifier: AX19%20PZO
2026-03-30 06:51:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e7e7668-ea36-5536-830d-06ca0810c52e with identifier: LB70%20VFR
2026-03-30 06:51:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e7e7668-ea36-5536-830d-06ca0810c52e with identifier: LB70%20VFR
2026-03-30 06:51:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e7e7668-ea36-5536-830d-06ca0810c52e with identifier: LB70%20VFR to the API
2026-03-30 06:51:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB70%20VFR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1e7e7668-ea36-5536-830d-06ca0810c52e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB70 VFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB70%20VFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 91251,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 PERFORMANCE AWD (UPGRADE) Saloon',
 'transmission': 'automatic',
 'trim': 'PERFORMANCE AWD (UPGRADE)',
 'vin': '5YJ3F7EC9MF830197',
 'year': 2020}
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520VFR%27 HTTP/1.1" 200 None
2026-03-30 06:51:50 [bca.uk] INFO: Saving data for LB70%20VFR: {'auction_closing_time': 1775037600.0, 'created_time': 1774390416.124259, 'last_price_update_time': 1774853510.067626}
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB70%2520VFR') HTTP/1.1" 204 0
2026-03-30 06:51:50 [bca.uk] INFO: Found listing with ID: MA18%20ZVU
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA18%2520ZVU%27 HTTP/1.1" 200 None
2026-03-30 06:51:50 [bca.uk] INFO: Scrape type for MA18%20ZVU: 2
2026-03-30 06:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 944b2c3f-5e9e-54c2-9202-5afa675504ec with identifier: MA18%20ZVU
2026-03-30 06:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 944b2c3f-5e9e-54c2-9202-5afa675504ec with scrape type 2
2026-03-30 06:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 944b2c3f-5e9e-54c2-9202-5afa675504ec with scrape type 2
2026-03-30 06:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 944b2c3f-5e9e-54c2-9202-5afa675504ec, identifier: MA18%20ZVU
2026-03-30 06:51:50 [bca.uk] INFO: Found listing with ID: LM19%20WLD
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520WLD%27 HTTP/1.1" 200 None
2026-03-30 06:51:50 [bca.uk] INFO: Scrape type for LM19%20WLD: 2
2026-03-30 06:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba9655aa-fb5f-5ddf-b02b-dff5752285cd with identifier: LM19%20WLD
2026-03-30 06:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba9655aa-fb5f-5ddf-b02b-dff5752285cd with scrape type 2
2026-03-30 06:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba9655aa-fb5f-5ddf-b02b-dff5752285cd with scrape type 2
2026-03-30 06:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba9655aa-fb5f-5ddf-b02b-dff5752285cd, identifier: LM19%20WLD
2026-03-30 06:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with identifier: AX19%20PZO
2026-03-30 06:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with identifier: AX19%20PZO
2026-03-30 06:51:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f4b449d-3128-57f6-9d63-8ad36305e9c3 with identifier: AX19%20PZO to the API
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AX19%20PZO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f4b449d-3128-57f6-9d63-8ad36305e9c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AX19 PZO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AX19%20PZO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 7 CROSSBACK',
 'odometer': 75810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 7 CROSSBACK 1.5 B-HDI 130 PRESTIGE StationWagon',
 'transmission': 'manual',
 'trim': 'B-HDI 130 PRESTIGE',
 'vin': 'VR1JCYHZJKY094461',
 'year': 2019}
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AX19%2520PZO%27 HTTP/1.1" 200 None
2026-03-30 06:51:50 [bca.uk] INFO: Saving data for AX19%20PZO: {'auction_closing_time': 1774951200.0, 'created_time': 1774391052.780898, 'last_price_update_time': 1774853510.577745}
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AX19%2520PZO') HTTP/1.1" 204 0
2026-03-30 06:51:50 [bca.uk] INFO: Found listing with ID: BD19%20MKJ
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD19%2520MKJ%27 HTTP/1.1" 200 None
2026-03-30 06:51:50 [bca.uk] INFO: Scrape type for BD19%20MKJ: 2
2026-03-30 06:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with identifier: BD19%20MKJ
2026-03-30 06:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with scrape type 2
2026-03-30 06:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with scrape type 2
2026-03-30 06:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b83feaab-ca52-5e9b-8f71-fe0aaeef2d96, identifier: BD19%20MKJ
2026-03-30 06:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 944b2c3f-5e9e-54c2-9202-5afa675504ec with identifier: MA18%20ZVU
2026-03-30 06:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 944b2c3f-5e9e-54c2-9202-5afa675504ec with identifier: MA18%20ZVU
2026-03-30 06:51:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 944b2c3f-5e9e-54c2-9202-5afa675504ec with identifier: MA18%20ZVU to the API
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA18%20ZVU-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '944b2c3f-5e9e-54c2-9202-5afa675504ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA18 ZVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA18%20ZVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': '2 ACTIVE TOURER',
 'odometer': 118848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 2 ACTIVE TOURER 2.0 218D SPORT Hatchback',
 'transmission': 'manual',
 'trim': '218D SPORT',
 'vin': 'WBA2C12090V540370',
 'year': 2018}
2026-03-30 06:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA18%2520ZVU%27 HTTP/1.1" 200 None
2026-03-30 06:51:51 [bca.uk] INFO: Saving data for MA18%20ZVU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303672.25686, 'last_price_update_time': 1774853511.002587}
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA18%2520ZVU') HTTP/1.1" 204 0
2026-03-30 06:51:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba9655aa-fb5f-5ddf-b02b-dff5752285cd with identifier: LM19%20WLD
2026-03-30 06:51:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba9655aa-fb5f-5ddf-b02b-dff5752285cd with identifier: LM19%20WLD
2026-03-30 06:51:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba9655aa-fb5f-5ddf-b02b-dff5752285cd with identifier: LM19%20WLD to the API
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM19%20WLD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba9655aa-fb5f-5ddf-b02b-dff5752285cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM19 WLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM19%20WLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 68571,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.3 AMG LINE Hatchback',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1770842V023071',
 'year': 2019}
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM19%2520WLD%27 HTTP/1.1" 200 None
2026-03-30 06:51:51 [bca.uk] INFO: Saving data for LM19%20WLD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390768.570856, 'last_price_update_time': 1774853511.338375}
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM19%2520WLD') HTTP/1.1" 204 0
2026-03-30 06:51:51 [bca.uk] INFO: Found listing with ID: FD20%20POA
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD20%2520POA%27 HTTP/1.1" 200 None
2026-03-30 06:51:51 [bca.uk] INFO: Scrape type for FD20%20POA: 2
2026-03-30 06:51:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7a4a98a-767a-5782-b8c5-a44d037c4356 with identifier: FD20%20POA
2026-03-30 06:51:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7a4a98a-767a-5782-b8c5-a44d037c4356 with scrape type 2
2026-03-30 06:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7a4a98a-767a-5782-b8c5-a44d037c4356 with scrape type 2
2026-03-30 06:51:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7a4a98a-767a-5782-b8c5-a44d037c4356, identifier: FD20%20POA
2026-03-30 06:51:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with identifier: BD19%20MKJ
2026-03-30 06:51:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with identifier: BD19%20MKJ
2026-03-30 06:51:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b83feaab-ca52-5e9b-8f71-fe0aaeef2d96 with identifier: BD19%20MKJ to the API
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD19%20MKJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.9L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b83feaab-ca52-5e9b-8f71-fe0aaeef2d96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD19 MKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD19%20MKJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 97331,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3100,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 0.9 TCE 90 ICONIC Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 90 ICONIC',
 'vin': 'VF1R9800X62059192',
 'year': 2019}
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD19%2520MKJ%27 HTTP/1.1" 200 None
2026-03-30 06:51:51 [bca.uk] INFO: Saving data for BD19%20MKJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773820981.042341, 'last_price_update_time': 1774853511.756625}
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD19%2520MKJ') HTTP/1.1" 204 0
2026-03-30 06:51:51 [bca.uk] INFO: Found listing with ID: SF15%20JKM
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF15%2520JKM%27 HTTP/1.1" 200 None
2026-03-30 06:51:51 [bca.uk] INFO: Scrape type for SF15%20JKM: 2
2026-03-30 06:51:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5253a71b-dba4-5032-b232-4f2be54380ed with identifier: SF15%20JKM
2026-03-30 06:51:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5253a71b-dba4-5032-b232-4f2be54380ed with scrape type 2
2026-03-30 06:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5253a71b-dba4-5032-b232-4f2be54380ed with scrape type 2
2026-03-30 06:51:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5253a71b-dba4-5032-b232-4f2be54380ed, identifier: SF15%20JKM
2026-03-30 06:51:51 [bca.uk] INFO: Found listing with ID: WT19%20YML
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520YML%27 HTTP/1.1" 200 None
2026-03-30 06:51:51 [bca.uk] INFO: Scrape type for WT19%20YML: 2
2026-03-30 06:51:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with identifier: WT19%20YML
2026-03-30 06:51:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with scrape type 2
2026-03-30 06:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with scrape type 2
2026-03-30 06:51:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323, identifier: WT19%20YML
2026-03-30 06:51:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7a4a98a-767a-5782-b8c5-a44d037c4356 with identifier: FD20%20POA
2026-03-30 06:51:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7a4a98a-767a-5782-b8c5-a44d037c4356 with identifier: FD20%20POA
2026-03-30 06:51:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7a4a98a-767a-5782-b8c5-a44d037c4356 with identifier: FD20%20POA to the API
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD20%20POA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd7a4a98a-767a-5782-b8c5-a44d037c4356',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD20 POA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD20%20POA&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLB 220 D',
 'odometer': 50697,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLB 220 D 2.0 AMG LINE PREMIUM 4M (5ST) 8G '
          'StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM 4M (5ST) 8G',
 'vin': 'W1N2476152W015802',
 'year': 2020}
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD20%2520POA%27 HTTP/1.1" 200 None
2026-03-30 06:51:52 [bca.uk] INFO: Saving data for FD20%20POA: {'auction_closing_time': 1774951200.0, 'created_time': 1774391056.760223, 'last_price_update_time': 1774853512.288158}
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD20%2520POA') HTTP/1.1" 204 0
2026-03-30 06:51:52 [bca.uk] INFO: Found listing with ID: BW19%20FZR
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520FZR%27 HTTP/1.1" 200 None
2026-03-30 06:51:52 [bca.uk] INFO: Scrape type for BW19%20FZR: 2
2026-03-30 06:51:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with identifier: BW19%20FZR
2026-03-30 06:51:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with scrape type 2
2026-03-30 06:51:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with scrape type 2
2026-03-30 06:51:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a53c58b-d1fb-54f1-8981-13a00bd78f51, identifier: BW19%20FZR
2026-03-30 06:51:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5253a71b-dba4-5032-b232-4f2be54380ed with identifier: SF15%20JKM
2026-03-30 06:51:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5253a71b-dba4-5032-b232-4f2be54380ed with identifier: SF15%20JKM
2026-03-30 06:51:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5253a71b-dba4-5032-b232-4f2be54380ed with identifier: SF15%20JKM to the API
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF15%20JKM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5253a71b-dba4-5032-b232-4f2be54380ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF15 JKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF15%20JKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 43350,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 90 E/F SRI Hatchback',
 'transmission': 'manual',
 'trim': '90 E/F SRI',
 'vin': 'W0L0XEP08F6086718',
 'year': 2015}
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF15%2520JKM%27 HTTP/1.1" 200 None
2026-03-30 06:51:52 [bca.uk] INFO: Saving data for SF15%20JKM: {'auction_closing_time': 1774864800.0, 'created_time': 1774303675.103586, 'last_price_update_time': 1774853512.694692}
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF15%2520JKM') HTTP/1.1" 204 0
2026-03-30 06:51:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with identifier: WT19%20YML
2026-03-30 06:51:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with identifier: WT19%20YML
2026-03-30 06:51:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323 with identifier: WT19%20YML to the API
2026-03-30 06:51:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 40,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT19%20YML-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '72fbbcf0-7ea3-5725-9e0d-83cfcb9d5323',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT19 YML',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT19%20YML&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 49466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.4 PHEV 4H 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'PHEV 4H 4WD',
 'vin': 'JMAXDGG3WKZ009947',
 'year': 2019}
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT19%2520YML%27 HTTP/1.1" 200 None
2026-03-30 06:51:53 [bca.uk] INFO: Saving data for WT19%20YML: {'auction_closing_time': 1774864800.0, 'created_time': 1774390767.688033, 'last_price_update_time': 1774853513.015599}
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT19%2520YML') HTTP/1.1" 204 0
2026-03-30 06:51:53 [bca.uk] INFO: Found listing with ID: NX68%20GDO
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520GDO%27 HTTP/1.1" 200 None
2026-03-30 06:51:53 [bca.uk] INFO: Scrape type for NX68%20GDO: 2
2026-03-30 06:51:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with identifier: NX68%20GDO
2026-03-30 06:51:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with scrape type 2
2026-03-30 06:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with scrape type 2
2026-03-30 06:51:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b5b697f-23f0-5f9d-b852-9a9a193c7e01, identifier: NX68%20GDO
2026-03-30 06:51:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with identifier: BW19%20FZR
2026-03-30 06:51:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with identifier: BW19%20FZR
2026-03-30 06:51:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a53c58b-d1fb-54f1-8981-13a00bd78f51 with identifier: BW19%20FZR to the API
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW19%20FZR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9a53c58b-d1fb-54f1-8981-13a00bd78f51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW19 FZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW19%20FZR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '218I',
 'odometer': 122825,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6000,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 218I 1.5 T M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA2H320707D97665',
 'year': 2019}
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW19%2520FZR%27 HTTP/1.1" 200 None
2026-03-30 06:51:53 [bca.uk] INFO: Saving data for BW19%20FZR: {'auction_closing_time': 1774940400.0, 'created_time': 1773821133.920605, 'last_price_update_time': 1774853513.43365}
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW19%2520FZR') HTTP/1.1" 204 0
2026-03-30 06:51:53 [bca.uk] INFO: Found listing with ID: ST66%20HYA
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST66%2520HYA%27 HTTP/1.1" 200 None
2026-03-30 06:51:53 [bca.uk] INFO: Scrape type for ST66%20HYA: 2
2026-03-30 06:51:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe8970d7-12ce-54a1-a6d6-0673edee16fd with identifier: ST66%20HYA
2026-03-30 06:51:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe8970d7-12ce-54a1-a6d6-0673edee16fd with scrape type 2
2026-03-30 06:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe8970d7-12ce-54a1-a6d6-0673edee16fd with scrape type 2
2026-03-30 06:51:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe8970d7-12ce-54a1-a6d6-0673edee16fd, identifier: ST66%20HYA
2026-03-30 06:51:53 [bca.uk] INFO: Found listing with ID: RO69%20ZBU
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520ZBU%27 HTTP/1.1" 200 None
2026-03-30 06:51:53 [bca.uk] INFO: Scrape type for RO69%20ZBU: 2
2026-03-30 06:51:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f250c66a-7f62-598b-b138-ea02e2e177cb with identifier: RO69%20ZBU
2026-03-30 06:51:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f250c66a-7f62-598b-b138-ea02e2e177cb with scrape type 2
2026-03-30 06:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f250c66a-7f62-598b-b138-ea02e2e177cb with scrape type 2
2026-03-30 06:51:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f250c66a-7f62-598b-b138-ea02e2e177cb, identifier: RO69%20ZBU
2026-03-30 06:51:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with identifier: NX68%20GDO
2026-03-30 06:51:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with identifier: NX68%20GDO
2026-03-30 06:51:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b5b697f-23f0-5f9d-b852-9a9a193c7e01 with identifier: NX68%20GDO to the API
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 162,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX68%20GDO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b5b697f-23f0-5f9d-b852-9a9a193c7e01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX68 GDO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX68%20GDO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 101462,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 D5 PP 235 AWD MOMENTUM G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 PP 235 AWD MOMENTUM G/T',
 'vin': 'YV1LF68TCJ1390988',
 'year': 2018}
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520GDO%27 HTTP/1.1" 200 None
2026-03-30 06:51:53 [bca.uk] INFO: Saving data for NX68%20GDO: {'auction_closing_time': 1774951200.0, 'created_time': 1774390813.451962, 'last_price_update_time': 1774853513.948248}
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX68%2520GDO') HTTP/1.1" 204 0
2026-03-30 06:51:54 [bca.uk] INFO: Found listing with ID: FL17%20UDY
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520UDY%27 HTTP/1.1" 200 None
2026-03-30 06:51:54 [bca.uk] INFO: Scrape type for FL17%20UDY: 2
2026-03-30 06:51:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1851b510-8433-54c6-9219-f932aeb90b61 with identifier: FL17%20UDY
2026-03-30 06:51:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1851b510-8433-54c6-9219-f932aeb90b61 with scrape type 2
2026-03-30 06:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1851b510-8433-54c6-9219-f932aeb90b61 with scrape type 2
2026-03-30 06:51:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1851b510-8433-54c6-9219-f932aeb90b61, identifier: FL17%20UDY
2026-03-30 06:51:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe8970d7-12ce-54a1-a6d6-0673edee16fd with identifier: ST66%20HYA
2026-03-30 06:51:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe8970d7-12ce-54a1-a6d6-0673edee16fd with identifier: ST66%20HYA
2026-03-30 06:51:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe8970d7-12ce-54a1-a6d6-0673edee16fd with identifier: ST66%20HYA to the API
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST66%20HYA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fe8970d7-12ce-54a1-a6d6-0673edee16fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST66 HYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST66%20HYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 60078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.2 P/T 82 FEEL Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 FEEL',
 'vin': 'VF7PAHMTCGR789993',
 'year': 2016}
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST66%2520HYA%27 HTTP/1.1" 200 None
2026-03-30 06:51:54 [bca.uk] INFO: Saving data for ST66%20HYA: {'auction_closing_time': 1774864800.0, 'created_time': 1774303676.706493, 'last_price_update_time': 1774853514.499097}
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST66%2520HYA') HTTP/1.1" 204 0
2026-03-30 06:51:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f250c66a-7f62-598b-b138-ea02e2e177cb with identifier: RO69%20ZBU
2026-03-30 06:51:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f250c66a-7f62-598b-b138-ea02e2e177cb with identifier: RO69%20ZBU
2026-03-30 06:51:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f250c66a-7f62-598b-b138-ea02e2e177cb with identifier: RO69%20ZBU to the API
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO69%20ZBU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f250c66a-7f62-598b-b138-ea02e2e177cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO69 ZBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO69%20ZBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LEXUS',
 'model': 'IS 300H',
 'odometer': 41456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LEXUS IS 300H 2.5  Saloon',
 'transmission': 'manual',
 'trim': '',
 'vin': 'JTHBH5D2X05080080',
 'year': 2019}
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO69%2520ZBU%27 HTTP/1.1" 200 None
2026-03-30 06:51:54 [bca.uk] INFO: Saving data for RO69%20ZBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390794.095919, 'last_price_update_time': 1774853514.809385}
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO69%2520ZBU') HTTP/1.1" 204 0
2026-03-30 06:51:54 [bca.uk] INFO: Found listing with ID: YG68%20VCW
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520VCW%27 HTTP/1.1" 200 None
2026-03-30 06:51:54 [bca.uk] INFO: Scrape type for YG68%20VCW: 2
2026-03-30 06:51:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with identifier: YG68%20VCW
2026-03-30 06:51:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with scrape type 2
2026-03-30 06:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with scrape type 2
2026-03-30 06:51:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6, identifier: YG68%20VCW
2026-03-30 06:51:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1851b510-8433-54c6-9219-f932aeb90b61 with identifier: FL17%20UDY
2026-03-30 06:51:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1851b510-8433-54c6-9219-f932aeb90b61 with identifier: FL17%20UDY
2026-03-30 06:51:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1851b510-8433-54c6-9219-f932aeb90b61 with identifier: FL17%20UDY to the API
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL17%20UDY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1851b510-8433-54c6-9219-f932aeb90b61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL17 UDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL17%20UDY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 117353,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4200,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 2.0 192 S Hatchback',
 'transmission': 'manual',
 'trim': '192 S',
 'vin': 'WMWXS720502C71204',
 'year': 2017}
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL17%2520UDY%27 HTTP/1.1" 200 None
2026-03-30 06:51:55 [bca.uk] INFO: Saving data for FL17%20UDY: {'auction_closing_time': 1774940400.0, 'created_time': 1773820979.341945, 'last_price_update_time': 1774853515.198232}
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL17%2520UDY') HTTP/1.1" 204 0
2026-03-30 06:51:55 [bca.uk] INFO: Found listing with ID: DA17%20CUO
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA17%2520CUO%27 HTTP/1.1" 200 None
2026-03-30 06:51:55 [bca.uk] INFO: Scrape type for DA17%20CUO: 2
2026-03-30 06:51:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f897aef-ec17-5816-a60d-caf3fcc873de with identifier: DA17%20CUO
2026-03-30 06:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f897aef-ec17-5816-a60d-caf3fcc873de with scrape type 2
2026-03-30 06:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f897aef-ec17-5816-a60d-caf3fcc873de with scrape type 2
2026-03-30 06:51:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f897aef-ec17-5816-a60d-caf3fcc873de, identifier: DA17%20CUO
2026-03-30 06:51:55 [bca.uk] INFO: Found listing with ID: LS70%20NSO
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520NSO%27 HTTP/1.1" 200 None
2026-03-30 06:51:55 [bca.uk] INFO: Scrape type for LS70%20NSO: 2
2026-03-30 06:51:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efb4d66d-cfb9-5c7c-b464-9874713a7e77 with identifier: LS70%20NSO
2026-03-30 06:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efb4d66d-cfb9-5c7c-b464-9874713a7e77 with scrape type 2
2026-03-30 06:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efb4d66d-cfb9-5c7c-b464-9874713a7e77 with scrape type 2
2026-03-30 06:51:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efb4d66d-cfb9-5c7c-b464-9874713a7e77, identifier: LS70%20NSO
2026-03-30 06:51:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with identifier: YG68%20VCW
2026-03-30 06:51:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with identifier: YG68%20VCW
2026-03-30 06:51:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6 with identifier: YG68%20VCW to the API
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG68%20VCW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7da709a4-b2b4-55ac-aa7c-f4de50bb6ce6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG68 VCW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG68%20VCW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 110382,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.3 AMG LINE PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'WDD1770872N003801',
 'year': 2018}
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520VCW%27 HTTP/1.1" 200 None
2026-03-30 06:51:55 [bca.uk] INFO: Saving data for YG68%20VCW: {'auction_closing_time': 1774951200.0, 'created_time': 1774391055.386085, 'last_price_update_time': 1774853515.724291}
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG68%2520VCW') HTTP/1.1" 204 0
2026-03-30 06:51:55 [bca.uk] INFO: Found listing with ID: SJ15%20EGS
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520EGS%27 HTTP/1.1" 200 None
2026-03-30 06:51:55 [bca.uk] INFO: Scrape type for SJ15%20EGS: 2
2026-03-30 06:51:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f72b18f-e6e7-5539-a54e-1d14574405c1 with identifier: SJ15%20EGS
2026-03-30 06:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f72b18f-e6e7-5539-a54e-1d14574405c1 with scrape type 2
2026-03-30 06:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f72b18f-e6e7-5539-a54e-1d14574405c1 with scrape type 2
2026-03-30 06:51:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f72b18f-e6e7-5539-a54e-1d14574405c1, identifier: SJ15%20EGS
2026-03-30 06:51:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f897aef-ec17-5816-a60d-caf3fcc873de with identifier: DA17%20CUO
2026-03-30 06:51:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f897aef-ec17-5816-a60d-caf3fcc873de with identifier: DA17%20CUO
2026-03-30 06:51:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f897aef-ec17-5816-a60d-caf3fcc873de with identifier: DA17%20CUO to the API
2026-03-30 06:51:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA17%20CUO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f897aef-ec17-5816-a60d-caf3fcc873de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA17 CUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA17%20CUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 82523,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 125 BMT SE NAV Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 125 BMT SE NAV',
 'vin': 'WVWZZZAUZHW332214',
 'year': 2017}
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA17%2520CUO%27 HTTP/1.1" 200 None
2026-03-30 06:51:56 [bca.uk] INFO: Saving data for DA17%20CUO: {'auction_closing_time': 1774864800.0, 'created_time': 1774303671.104139, 'last_price_update_time': 1774853516.137983}
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA17%2520CUO') HTTP/1.1" 204 0
2026-03-30 06:51:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efb4d66d-cfb9-5c7c-b464-9874713a7e77 with identifier: LS70%20NSO
2026-03-30 06:51:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efb4d66d-cfb9-5c7c-b464-9874713a7e77 with identifier: LS70%20NSO
2026-03-30 06:51:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efb4d66d-cfb9-5c7c-b464-9874713a7e77 with identifier: LS70%20NSO to the API
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 50,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS70%20NSO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'efb4d66d-cfb9-5c7c-b464-9874713a7e77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS70 NSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS70%20NSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 60939,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T5 PHEV R DESIGN PRO StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV R DESIGN PRO',
 'vin': 'YV1XZBBBFM2394476',
 'year': 2020}
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS70%2520NSO%27 HTTP/1.1" 200 None
2026-03-30 06:51:56 [bca.uk] INFO: Saving data for LS70%20NSO: {'auction_closing_time': 1775037600.0, 'created_time': 1774047229.368544, 'last_price_update_time': 1774853516.420423}
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS70%2520NSO') HTTP/1.1" 204 0
2026-03-30 06:51:56 [bca.uk] INFO: Found listing with ID: KU16%20MKX
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520MKX%27 HTTP/1.1" 200 None
2026-03-30 06:51:56 [bca.uk] INFO: Scrape type for KU16%20MKX: 2
2026-03-30 06:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d463c864-e811-5417-9a1f-58af6fb1bd07 with identifier: KU16%20MKX
2026-03-30 06:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d463c864-e811-5417-9a1f-58af6fb1bd07 with scrape type 2
2026-03-30 06:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d463c864-e811-5417-9a1f-58af6fb1bd07 with scrape type 2
2026-03-30 06:51:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d463c864-e811-5417-9a1f-58af6fb1bd07, identifier: KU16%20MKX
2026-03-30 06:51:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f72b18f-e6e7-5539-a54e-1d14574405c1 with identifier: SJ15%20EGS
2026-03-30 06:51:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f72b18f-e6e7-5539-a54e-1d14574405c1 with identifier: SJ15%20EGS
2026-03-30 06:51:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f72b18f-e6e7-5539-a54e-1d14574405c1 with identifier: SJ15%20EGS to the API
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ15%20EGS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5f72b18f-e6e7-5539-a54e-1d14574405c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ15 EGS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ15%20EGS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 85112,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 TDI 190 QUATTRO SE S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO SE S-T',
 'vin': 'WAUZZZ8R9GA007759',
 'year': 2015}
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ15%2520EGS%27 HTTP/1.1" 200 None
2026-03-30 06:51:56 [bca.uk] INFO: Saving data for SJ15%20EGS: {'auction_closing_time': 1774940400.0, 'created_time': 1773821112.948906, 'last_price_update_time': 1774853516.852528}
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ15%2520EGS') HTTP/1.1" 204 0
2026-03-30 06:51:56 [bca.uk] INFO: Found listing with ID: SB68%20WFR
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520WFR%27 HTTP/1.1" 200 None
2026-03-30 06:51:56 [bca.uk] INFO: Scrape type for SB68%20WFR: 2
2026-03-30 06:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c851e851-3aac-5390-a18d-f7fdf21b1eaa with identifier: SB68%20WFR
2026-03-30 06:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c851e851-3aac-5390-a18d-f7fdf21b1eaa with scrape type 2
2026-03-30 06:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c851e851-3aac-5390-a18d-f7fdf21b1eaa with scrape type 2
2026-03-30 06:51:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c851e851-3aac-5390-a18d-f7fdf21b1eaa, identifier: SB68%20WFR
2026-03-30 06:51:56 [bca.uk] INFO: Found listing with ID: LV22%20LGZ
2026-03-30 06:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV22%2520LGZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:57 [bca.uk] INFO: Scrape type for LV22%20LGZ: 2
2026-03-30 06:51:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b945da98-78fb-5348-abfe-086ee7e63587 with identifier: LV22%20LGZ
2026-03-30 06:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b945da98-78fb-5348-abfe-086ee7e63587 with scrape type 2
2026-03-30 06:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b945da98-78fb-5348-abfe-086ee7e63587 with scrape type 2
2026-03-30 06:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b945da98-78fb-5348-abfe-086ee7e63587, identifier: LV22%20LGZ
2026-03-30 06:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d463c864-e811-5417-9a1f-58af6fb1bd07 with identifier: KU16%20MKX
2026-03-30 06:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d463c864-e811-5417-9a1f-58af6fb1bd07 with identifier: KU16%20MKX
2026-03-30 06:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d463c864-e811-5417-9a1f-58af6fb1bd07 with identifier: KU16%20MKX to the API
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU16%20MKX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd463c864-e811-5417-9a1f-58af6fb1bd07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU16 MKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU16%20MKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 220 D',
 'odometer': 79896,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 220 D 2.1 AMG LINE PREMIUM 4M DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM 4M DCT',
 'vin': 'WDC1569052J226687',
 'year': 2016}
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520MKX%27 HTTP/1.1" 200 None
2026-03-30 06:51:57 [bca.uk] INFO: Saving data for KU16%20MKX: {'auction_closing_time': 1774951200.0, 'created_time': 1774391009.382529, 'last_price_update_time': 1774853517.376622}
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU16%2520MKX') HTTP/1.1" 204 0
2026-03-30 06:51:57 [bca.uk] INFO: Found listing with ID: VA63%20EWR
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA63%2520EWR%27 HTTP/1.1" 200 None
2026-03-30 06:51:57 [bca.uk] INFO: Scrape type for VA63%20EWR: 2
2026-03-30 06:51:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with identifier: VA63%20EWR
2026-03-30 06:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with scrape type 2
2026-03-30 06:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with scrape type 2
2026-03-30 06:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7916f7e6-5151-5fe2-9f4b-cdb0be95784b, identifier: VA63%20EWR
2026-03-30 06:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c851e851-3aac-5390-a18d-f7fdf21b1eaa with identifier: SB68%20WFR
2026-03-30 06:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c851e851-3aac-5390-a18d-f7fdf21b1eaa with identifier: SB68%20WFR
2026-03-30 06:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c851e851-3aac-5390-a18d-f7fdf21b1eaa with identifier: SB68%20WFR to the API
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB68%20WFR-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c851e851-3aac-5390-a18d-f7fdf21b1eaa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB68 WFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB68%20WFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 149520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBATX36060NB85630',
 'year': 2018}
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520WFR%27 HTTP/1.1" 200 None
2026-03-30 06:51:57 [bca.uk] INFO: Saving data for SB68%20WFR: {'auction_closing_time': 1774864800.0, 'created_time': 1774303821.931635, 'last_price_update_time': 1774853517.791066}
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB68%2520WFR') HTTP/1.1" 204 0
2026-03-30 06:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b945da98-78fb-5348-abfe-086ee7e63587 with identifier: LV22%20LGZ
2026-03-30 06:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b945da98-78fb-5348-abfe-086ee7e63587 with identifier: LV22%20LGZ
2026-03-30 06:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b945da98-78fb-5348-abfe-086ee7e63587 with identifier: LV22%20LGZ to the API
2026-03-30 06:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 49,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV22%20LGZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b945da98-78fb-5348-abfe-086ee7e63587',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LV22 LGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV22%20LGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 21365,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T5 PHEV ULTIMATE DARK StationWagon',
 'transmission': 'automatic',
 'trim': 'T5 PHEV ULTIMATE DARK',
 'vin': 'YV1XZBBV1P2915585',
 'year': 2022}
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51: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%2520LGZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:58 [bca.uk] INFO: Saving data for LV22%20LGZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774390696.93298, 'last_price_update_time': 1774853518.096524}
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV22%2520LGZ') HTTP/1.1" 204 0
2026-03-30 06:51:58 [bca.uk] INFO: Found listing with ID: OE18%20KSZ
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520KSZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:58 [bca.uk] INFO: Scrape type for OE18%20KSZ: 2
2026-03-30 06:51:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with identifier: OE18%20KSZ
2026-03-30 06:51:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with scrape type 2
2026-03-30 06:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with scrape type 2
2026-03-30 06:51:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d75207a-b3fb-5712-9d5b-51a84d11bc5a, identifier: OE18%20KSZ
2026-03-30 06:51:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with identifier: VA63%20EWR
2026-03-30 06:51:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with identifier: VA63%20EWR
2026-03-30 06:51:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7916f7e6-5151-5fe2-9f4b-cdb0be95784b with identifier: VA63%20EWR to the API
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA63%20EWR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7916f7e6-5151-5fe2-9f4b-cdb0be95784b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA63 EWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA63%20EWR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 119066,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 900,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA TOURER 1.6 CDTI 136 E/F SRI Estate',
 'transmission': 'manual',
 'trim': 'CDTI 136 E/F SRI',
 'vin': 'W0LPF8E39E8031530',
 'year': 2014}
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA63%2520EWR%27 HTTP/1.1" 200 None
2026-03-30 06:51:58 [bca.uk] INFO: Saving data for VA63%20EWR: {'auction_closing_time': 1774940400.0, 'created_time': 1773935639.680652, 'last_price_update_time': 1774853518.491637}
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA63%2520EWR') HTTP/1.1" 204 0
2026-03-30 06:51:58 [bca.uk] INFO: Found listing with ID: SF66%20ALZ
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF66%2520ALZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:58 [bca.uk] INFO: Scrape type for SF66%20ALZ: 2
2026-03-30 06:51:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e11ac340-9094-5cb5-a3f8-958764507d39 with identifier: SF66%20ALZ
2026-03-30 06:51:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e11ac340-9094-5cb5-a3f8-958764507d39 with scrape type 2
2026-03-30 06:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e11ac340-9094-5cb5-a3f8-958764507d39 with scrape type 2
2026-03-30 06:51:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e11ac340-9094-5cb5-a3f8-958764507d39, identifier: SF66%20ALZ
2026-03-30 06:51:58 [bca.uk] INFO: Found listing with ID: MM71%20ZYA
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520ZYA%27 HTTP/1.1" 200 None
2026-03-30 06:51:58 [bca.uk] INFO: Scrape type for MM71%20ZYA: 2
2026-03-30 06:51:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c203debd-a912-5aa5-9d94-fe787d44565c with identifier: MM71%20ZYA
2026-03-30 06:51:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c203debd-a912-5aa5-9d94-fe787d44565c with scrape type 2
2026-03-30 06:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c203debd-a912-5aa5-9d94-fe787d44565c with scrape type 2
2026-03-30 06:51:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c203debd-a912-5aa5-9d94-fe787d44565c, identifier: MM71%20ZYA
2026-03-30 06:51:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with identifier: OE18%20KSZ
2026-03-30 06:51:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with identifier: OE18%20KSZ
2026-03-30 06:51:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d75207a-b3fb-5712-9d5b-51a84d11bc5a with identifier: OE18%20KSZ to the API
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE18%20KSZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4d75207a-b3fb-5712-9d5b-51a84d11bc5a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE18 KSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE18%20KSZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250 D',
 'odometer': 64390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 D 2.1 AMG LINE PREMIUM 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'WDC2539092V101160',
 'year': 2018}
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE18%2520KSZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:59 [bca.uk] INFO: Saving data for OE18%20KSZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391058.658561, 'last_price_update_time': 1774853518.999919}
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE18%2520KSZ') HTTP/1.1" 204 0
2026-03-30 06:51:59 [bca.uk] INFO: Found listing with ID: VE64%20CNA
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE64%2520CNA%27 HTTP/1.1" 200 None
2026-03-30 06:51:59 [bca.uk] INFO: Scrape type for VE64%20CNA: 2
2026-03-30 06:51:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0db3a3bd-1d94-54c3-bc55-af750905152e with identifier: VE64%20CNA
2026-03-30 06:51:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0db3a3bd-1d94-54c3-bc55-af750905152e with scrape type 2
2026-03-30 06:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0db3a3bd-1d94-54c3-bc55-af750905152e with scrape type 2
2026-03-30 06:51:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0db3a3bd-1d94-54c3-bc55-af750905152e, identifier: VE64%20CNA
2026-03-30 06:51:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e11ac340-9094-5cb5-a3f8-958764507d39 with identifier: SF66%20ALZ
2026-03-30 06:51:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e11ac340-9094-5cb5-a3f8-958764507d39 with identifier: SF66%20ALZ
2026-03-30 06:51:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e11ac340-9094-5cb5-a3f8-958764507d39 with identifier: SF66%20ALZ to the API
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SF66%20ALZ-GB',
 'category': 'Car',
 'color': 'jet black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e11ac340-9094-5cb5-a3f8-958764507d39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SF66 ALZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SF66%20ALZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'BMW',
 'model': '218I',
 'odometer': 54335,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 218I 1.5 T SPORT Coupe',
 'transmission': 'manual',
 'trim': 'T SPORT',
 'vin': 'WBA2F12020V966778',
 'year': 2017}
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SF66%2520ALZ%27 HTTP/1.1" 200 None
2026-03-30 06:51:59 [bca.uk] INFO: Saving data for SF66%20ALZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774303821.24828, 'last_price_update_time': 1774853519.499587}
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SF66%2520ALZ') HTTP/1.1" 204 0
2026-03-30 06:51:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c203debd-a912-5aa5-9d94-fe787d44565c with identifier: MM71%20ZYA
2026-03-30 06:51:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c203debd-a912-5aa5-9d94-fe787d44565c with identifier: MM71%20ZYA
2026-03-30 06:51:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c203debd-a912-5aa5-9d94-fe787d44565c with identifier: MM71%20ZYA to the API
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:51: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:51:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM71%20ZYA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c203debd-a912-5aa5-9d94-fe787d44565c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM71 ZYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM71%20ZYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 37119,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 150KW 64KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH PREMIUM',
 'vin': 'KMHK381GUNU147445',
 'year': 2022}
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM71%2520ZYA%27 HTTP/1.1" 200 None
2026-03-30 06:51:59 [bca.uk] INFO: Saving data for MM71%20ZYA: {'auction_closing_time': 1775037600.0, 'created_time': 1774044588.180691, 'last_price_update_time': 1774853519.796921}
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM71%2520ZYA') HTTP/1.1" 204 0
2026-03-30 06:51:59 [bca.uk] INFO: Found listing with ID: PGZ%202810
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:51:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25202810%27 HTTP/1.1" 200 None
2026-03-30 06:51:59 [bca.uk] INFO: Scrape type for PGZ%202810: 2
2026-03-30 06:51:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with identifier: PGZ%202810
2026-03-30 06:51:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with scrape type 2
2026-03-30 06:51:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with scrape type 2
2026-03-30 06:51:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a0f5055-d219-5df9-a6b4-c84fe48804c4, identifier: PGZ%202810
2026-03-30 06:51:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0db3a3bd-1d94-54c3-bc55-af750905152e with identifier: VE64%20CNA
2026-03-30 06:51:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0db3a3bd-1d94-54c3-bc55-af750905152e with identifier: VE64%20CNA
2026-03-30 06:52:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0db3a3bd-1d94-54c3-bc55-af750905152e with identifier: VE64%20CNA to the API
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE64%20CNA-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0db3a3bd-1d94-54c3-bc55-af750905152e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE64 CNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE64%20CNA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 101630,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 850,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 16V SRI Hatchback',
 'transmission': 'manual',
 'trim': '16V SRI',
 'vin': 'W0L0SDL08E4324809',
 'year': 2015}
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE64%2520CNA%27 HTTP/1.1" 200 None
2026-03-30 06:52:00 [bca.uk] INFO: Saving data for VE64%20CNA: {'auction_closing_time': 1774940400.0, 'created_time': 1773935683.318373, 'last_price_update_time': 1774853520.232716}
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE64%2520CNA') HTTP/1.1" 204 0
2026-03-30 06:52:00 [bca.uk] INFO: Found listing with ID: SN13%20XJC
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520XJC%27 HTTP/1.1" 200 None
2026-03-30 06:52:00 [bca.uk] INFO: Scrape type for SN13%20XJC: 2
2026-03-30 06:52:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb2cbcca-5948-5e46-8509-65395b3dc739 with identifier: SN13%20XJC
2026-03-30 06:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb2cbcca-5948-5e46-8509-65395b3dc739 with scrape type 2
2026-03-30 06:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb2cbcca-5948-5e46-8509-65395b3dc739 with scrape type 2
2026-03-30 06:52:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb2cbcca-5948-5e46-8509-65395b3dc739, identifier: SN13%20XJC
2026-03-30 06:52:00 [bca.uk] INFO: Found listing with ID: LO72%20FTF
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520FTF%27 HTTP/1.1" 200 None
2026-03-30 06:52:00 [bca.uk] INFO: Scrape type for LO72%20FTF: 2
2026-03-30 06:52:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4074f27-4347-5a76-932e-89d8d4f89b1f with identifier: LO72%20FTF
2026-03-30 06:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4074f27-4347-5a76-932e-89d8d4f89b1f with scrape type 2
2026-03-30 06:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4074f27-4347-5a76-932e-89d8d4f89b1f with scrape type 2
2026-03-30 06:52:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4074f27-4347-5a76-932e-89d8d4f89b1f, identifier: LO72%20FTF
2026-03-30 06:52:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with identifier: PGZ%202810
2026-03-30 06:52:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with identifier: PGZ%202810
2026-03-30 06:52:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a0f5055-d219-5df9-a6b4-c84fe48804c4 with identifier: PGZ%202810 to the API
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PGZ%202810-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6a0f5055-d219-5df9-a6b4-c84fe48804c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PGZ 2810',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PGZ%202810&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'CITROEN',
 'model': 'C5 AIRCROSS',
 'odometer': 62293,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN C5 AIRCROSS 1.5 BLUEHDI 130 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 FLAIR',
 'vin': 'VR7ACYHZJKL093034',
 'year': 2019}
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PGZ%25202810%27 HTTP/1.1" 200 None
2026-03-30 06:52:00 [bca.uk] INFO: Saving data for PGZ%202810: {'auction_closing_time': 1774951200.0, 'created_time': 1774391063.920869, 'last_price_update_time': 1774853520.739004}
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PGZ%25202810') HTTP/1.1" 204 0
2026-03-30 06:52:00 [bca.uk] INFO: Found listing with ID: YF58%20OPU
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF58%2520OPU%27 HTTP/1.1" 200 None
2026-03-30 06:52:00 [bca.uk] INFO: Scrape type for YF58%20OPU: 2
2026-03-30 06:52:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6faf7361-a465-5ada-bf65-4ca5cb139b4d with identifier: YF58%20OPU
2026-03-30 06:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6faf7361-a465-5ada-bf65-4ca5cb139b4d with scrape type 2
2026-03-30 06:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6faf7361-a465-5ada-bf65-4ca5cb139b4d with scrape type 2
2026-03-30 06:52:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6faf7361-a465-5ada-bf65-4ca5cb139b4d, identifier: YF58%20OPU
2026-03-30 06:52:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb2cbcca-5948-5e46-8509-65395b3dc739 with identifier: SN13%20XJC
2026-03-30 06:52:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb2cbcca-5948-5e46-8509-65395b3dc739 with identifier: SN13%20XJC
2026-03-30 06:52:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb2cbcca-5948-5e46-8509-65395b3dc739 with identifier: SN13%20XJC to the API
2026-03-30 06:52:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN13%20XJC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cb2cbcca-5948-5e46-8509-65395b3dc739',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN13 XJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN13%20XJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 108503,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.6 E-HDI A/D SELECTION Hatchback',
 'transmission': 'manual',
 'trim': 'E-HDI A/D SELECTION',
 'vin': 'VF7SC9HPKDW523756',
 'year': 2013}
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN13%2520XJC%27 HTTP/1.1" 200 None
2026-03-30 06:52:01 [bca.uk] INFO: Saving data for SN13%20XJC: {'auction_closing_time': 1774864800.0, 'created_time': 1774392148.484545, 'last_price_update_time': 1774853521.148989}
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN13%2520XJC') HTTP/1.1" 204 0
2026-03-30 06:52:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4074f27-4347-5a76-932e-89d8d4f89b1f with identifier: LO72%20FTF
2026-03-30 06:52:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4074f27-4347-5a76-932e-89d8d4f89b1f with identifier: LO72%20FTF
2026-03-30 06:52:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4074f27-4347-5a76-932e-89d8d4f89b1f with identifier: LO72%20FTF to the API
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20FTF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b4074f27-4347-5a76-932e-89d8d4f89b1f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 FTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20FTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'KIA',
 'model': 'NIRO EV',
 'odometer': 168919,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO EV 150KW 65KWH 3 Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 65KWH 3',
 'vin': 'KNACR811UP5025020',
 'year': 2023}
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520FTF%27 HTTP/1.1" 200 None
2026-03-30 06:52:01 [bca.uk] INFO: Saving data for LO72%20FTF: {'auction_closing_time': 1775037600.0, 'created_time': 1774390714.257945, 'last_price_update_time': 1774853521.467843}
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520FTF') HTTP/1.1" 204 0
2026-03-30 06:52:01 [bca.uk] INFO: Found listing with ID: OY21%20UFL
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY21%2520UFL%27 HTTP/1.1" 200 None
2026-03-30 06:52:01 [bca.uk] INFO: Scrape type for OY21%20UFL: 2
2026-03-30 06:52:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29eccabc-7f5f-59c5-91ee-47e85f4b462b with identifier: OY21%20UFL
2026-03-30 06:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29eccabc-7f5f-59c5-91ee-47e85f4b462b with scrape type 2
2026-03-30 06:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29eccabc-7f5f-59c5-91ee-47e85f4b462b with scrape type 2
2026-03-30 06:52:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29eccabc-7f5f-59c5-91ee-47e85f4b462b, identifier: OY21%20UFL
2026-03-30 06:52:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6faf7361-a465-5ada-bf65-4ca5cb139b4d with identifier: YF58%20OPU
2026-03-30 06:52:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6faf7361-a465-5ada-bf65-4ca5cb139b4d with identifier: YF58%20OPU
2026-03-30 06:52:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6faf7361-a465-5ada-bf65-4ca5cb139b4d with identifier: YF58%20OPU to the API
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF58%20OPU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6faf7361-a465-5ada-bf65-4ca5cb139b4d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF58 OPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF58%20OPU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 119418,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 900,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.4 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC',
 'vin': 'WF0JXXGAJJ8Y87999',
 'year': 2009}
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF58%2520OPU%27 HTTP/1.1" 200 None
2026-03-30 06:52:01 [bca.uk] INFO: Saving data for YF58%20OPU: {'auction_closing_time': 1774940400.0, 'created_time': 1773821112.510277, 'last_price_update_time': 1774853521.871774}
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF58%2520OPU') HTTP/1.1" 204 0
2026-03-30 06:52:01 [bca.uk] INFO: Found listing with ID: ST17%20GMG
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520GMG%27 HTTP/1.1" 200 None
2026-03-30 06:52:01 [bca.uk] INFO: Scrape type for ST17%20GMG: 2
2026-03-30 06:52:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with identifier: ST17%20GMG
2026-03-30 06:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with scrape type 2
2026-03-30 06:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with scrape type 2
2026-03-30 06:52:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2854b8a-7fdc-50f8-9b9f-3098f47392c6, identifier: ST17%20GMG
2026-03-30 06:52:02 [bca.uk] INFO: Found listing with ID: HV67%20RYZ
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520RYZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:02 [bca.uk] INFO: Scrape type for HV67%20RYZ: 2
2026-03-30 06:52:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eebb9ada-9e9f-5898-9076-29cc9837a31c with identifier: HV67%20RYZ
2026-03-30 06:52:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eebb9ada-9e9f-5898-9076-29cc9837a31c with scrape type 2
2026-03-30 06:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eebb9ada-9e9f-5898-9076-29cc9837a31c with scrape type 2
2026-03-30 06:52:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eebb9ada-9e9f-5898-9076-29cc9837a31c, identifier: HV67%20RYZ
2026-03-30 06:52:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29eccabc-7f5f-59c5-91ee-47e85f4b462b with identifier: OY21%20UFL
2026-03-30 06:52:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29eccabc-7f5f-59c5-91ee-47e85f4b462b with identifier: OY21%20UFL
2026-03-30 06:52:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29eccabc-7f5f-59c5-91ee-47e85f4b462b with identifier: OY21%20UFL to the API
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY21%20UFL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '29eccabc-7f5f-59c5-91ee-47e85f4b462b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OY21 UFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY21%20UFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'POLESTAR',
 'model': '2',
 'odometer': 71688,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'POLESTAR 2 300KW 78KWH DM4 PILOT PLUS Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH DM4 PILOT PLUS',
 'vin': 'LPSVSEDEEML020153',
 'year': 2021}
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY21%2520UFL%27 HTTP/1.1" 200 None
2026-03-30 06:52:02 [bca.uk] INFO: Saving data for OY21%20UFL: {'auction_closing_time': 1775124000.0, 'created_time': 1774391062.254404, 'last_price_update_time': 1774853522.386989}
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY21%2520UFL') HTTP/1.1" 204 0
2026-03-30 06:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:52:02 [bca.uk] INFO: Found listing with ID: YT64%20UXH
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520UXH%27 HTTP/1.1" 200 None
2026-03-30 06:52:02 [bca.uk] INFO: Scrape type for YT64%20UXH: 2
2026-03-30 06:52:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dee0271-7617-5a52-bda6-63312b62363a with identifier: YT64%20UXH
2026-03-30 06:52:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dee0271-7617-5a52-bda6-63312b62363a with scrape type 2
2026-03-30 06:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dee0271-7617-5a52-bda6-63312b62363a with scrape type 2
2026-03-30 06:52:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dee0271-7617-5a52-bda6-63312b62363a, identifier: YT64%20UXH
2026-03-30 06:52:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with identifier: ST17%20GMG
2026-03-30 06:52:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with identifier: ST17%20GMG
2026-03-30 06:52:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2854b8a-7fdc-50f8-9b9f-3098f47392c6 with identifier: ST17%20GMG to the API
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST17%20GMG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2854b8a-7fdc-50f8-9b9f-3098f47392c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST17 GMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST17%20GMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 37320,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHA851ALHZ334890',
 'year': 2017}
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST17%2520GMG%27 HTTP/1.1" 200 None
2026-03-30 06:52:02 [bca.uk] INFO: Saving data for ST17%20GMG: {'auction_closing_time': 1774864800.0, 'created_time': 1774390515.890949, 'last_price_update_time': 1774853522.816501}
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST17%2520GMG') HTTP/1.1" 204 0
2026-03-30 06:52:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eebb9ada-9e9f-5898-9076-29cc9837a31c with identifier: HV67%20RYZ
2026-03-30 06:52:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eebb9ada-9e9f-5898-9076-29cc9837a31c with identifier: HV67%20RYZ
2026-03-30 06:52:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eebb9ada-9e9f-5898-9076-29cc9837a31c with identifier: HV67%20RYZ to the API
2026-03-30 06:52:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV67%20RYZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'eebb9ada-9e9f-5898-9076-29cc9837a31c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV67 RYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV67%20RYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 75039,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.0 TDCI 150 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 150 2WD TITANIUM',
 'vin': 'WF0AXXWPMAHG58914',
 'year': 2017}
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520RYZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:03 [bca.uk] INFO: Saving data for HV67%20RYZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774047229.72069, 'last_price_update_time': 1774853523.133322}
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV67%2520RYZ') HTTP/1.1" 204 0
2026-03-30 06:52:03 [bca.uk] INFO: Found listing with ID: SH69%20GUA
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH69%2520GUA%27 HTTP/1.1" 200 None
2026-03-30 06:52:03 [bca.uk] INFO: Scrape type for SH69%20GUA: 2
2026-03-30 06:52:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with identifier: SH69%20GUA
2026-03-30 06:52:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with scrape type 2
2026-03-30 06:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with scrape type 2
2026-03-30 06:52:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15a626b9-5ed4-5168-885b-2a8c14b7b8f8, identifier: SH69%20GUA
2026-03-30 06:52:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dee0271-7617-5a52-bda6-63312b62363a with identifier: YT64%20UXH
2026-03-30 06:52:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dee0271-7617-5a52-bda6-63312b62363a with identifier: YT64%20UXH
2026-03-30 06:52:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4dee0271-7617-5a52-bda6-63312b62363a with identifier: YT64%20UXH to the API
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT64%20UXH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4dee0271-7617-5a52-bda6-63312b62363a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT64 UXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT64%20UXH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220',
 'odometer': 85449,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5700,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 2.1 CDI AMG SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': 'CDI AMG SPORT DCT',
 'vin': 'WDD1173032N085519',
 'year': 2014}
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT64%2520UXH%27 HTTP/1.1" 200 None
2026-03-30 06:52:03 [bca.uk] INFO: Saving data for YT64%20UXH: {'auction_closing_time': 1774940400.0, 'created_time': 1773821366.575247, 'last_price_update_time': 1774853523.549379}
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT64%2520UXH') HTTP/1.1" 204 0
2026-03-30 06:52:03 [bca.uk] INFO: Found listing with ID: LF15%20MFX
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520MFX%27 HTTP/1.1" 200 None
2026-03-30 06:52:03 [bca.uk] INFO: Scrape type for LF15%20MFX: 2
2026-03-30 06:52:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a26b5811-3c09-5cff-a334-aaa20373f64a with identifier: LF15%20MFX
2026-03-30 06:52:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a26b5811-3c09-5cff-a334-aaa20373f64a with scrape type 2
2026-03-30 06:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a26b5811-3c09-5cff-a334-aaa20373f64a with scrape type 2
2026-03-30 06:52:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a26b5811-3c09-5cff-a334-aaa20373f64a, identifier: LF15%20MFX
2026-03-30 06:52:03 [bca.uk] INFO: Found listing with ID: KP71%20XXK
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520XXK%27 HTTP/1.1" 200 None
2026-03-30 06:52:03 [bca.uk] INFO: Scrape type for KP71%20XXK: 2
2026-03-30 06:52:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with identifier: KP71%20XXK
2026-03-30 06:52:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with scrape type 2
2026-03-30 06:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with scrape type 2
2026-03-30 06:52:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e5a1e34-8fe6-5355-9f24-39c96fd526c4, identifier: KP71%20XXK
2026-03-30 06:52:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with identifier: SH69%20GUA
2026-03-30 06:52:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with identifier: SH69%20GUA
2026-03-30 06:52:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15a626b9-5ed4-5168-885b-2a8c14b7b8f8 with identifier: SH69%20GUA to the API
2026-03-30 06:52:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH69%20GUA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '15a626b9-5ed4-5168-885b-2a8c14b7b8f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH69 GUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH69%20GUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 45193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 40KWH TEKNA (6.6KC) Hatchback',
 'transmission': 'automatic',
 'trim': '40KWH TEKNA (6.6KC)',
 'vin': 'SJNFAAZE1U0076896',
 'year': 2019}
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH69%2520GUA%27 HTTP/1.1" 200 None
2026-03-30 06:52:04 [bca.uk] INFO: Saving data for SH69%20GUA: {'auction_closing_time': 1775124000.0, 'created_time': 1774390963.652484, 'last_price_update_time': 1774853524.092714}
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH69%2520GUA') HTTP/1.1" 204 0
2026-03-30 06:52:04 [bca.uk] INFO: Found listing with ID: KO68%20LBU
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520LBU%27 HTTP/1.1" 200 None
2026-03-30 06:52:04 [bca.uk] INFO: Scrape type for KO68%20LBU: 2
2026-03-30 06:52:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c37ea6fc-f11d-508a-8aea-d4425f640fb1 with identifier: KO68%20LBU
2026-03-30 06:52:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c37ea6fc-f11d-508a-8aea-d4425f640fb1 with scrape type 2
2026-03-30 06:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c37ea6fc-f11d-508a-8aea-d4425f640fb1 with scrape type 2
2026-03-30 06:52:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c37ea6fc-f11d-508a-8aea-d4425f640fb1, identifier: KO68%20LBU
2026-03-30 06:52:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a26b5811-3c09-5cff-a334-aaa20373f64a with identifier: LF15%20MFX
2026-03-30 06:52:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a26b5811-3c09-5cff-a334-aaa20373f64a with identifier: LF15%20MFX
2026-03-30 06:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a26b5811-3c09-5cff-a334-aaa20373f64a with identifier: LF15%20MFX to the API
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF15%20MFX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a26b5811-3c09-5cff-a334-aaa20373f64a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF15 MFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF15%20MFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 59926,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 2 Hatchback',
 'transmission': 'manual',
 'trim': '2',
 'vin': 'KNABX511LFT957435',
 'year': 2015}
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF15%2520MFX%27 HTTP/1.1" 200 None
2026-03-30 06:52:04 [bca.uk] INFO: Saving data for LF15%20MFX: {'auction_closing_time': 1774864800.0, 'created_time': 1774392146.134612, 'last_price_update_time': 1774853524.625432}
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF15%2520MFX') HTTP/1.1" 204 0
2026-03-30 06:52:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with identifier: KP71%20XXK
2026-03-30 06:52:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with identifier: KP71%20XXK
2026-03-30 06:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e5a1e34-8fe6-5355-9f24-39c96fd526c4 with identifier: KP71%20XXK to the API
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP71%20XXK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1e5a1e34-8fe6-5355-9f24-39c96fd526c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KP71 XXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP71%20XXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 23582,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74099MZ225898',
 'year': 2022}
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP71%2520XXK%27 HTTP/1.1" 200 None
2026-03-30 06:52:04 [bca.uk] INFO: Saving data for KP71%20XXK: {'auction_closing_time': 1775037600.0, 'created_time': 1774390710.484083, 'last_price_update_time': 1774853524.943821}
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP71%2520XXK') HTTP/1.1" 204 0
2026-03-30 06:52:04 [bca.uk] INFO: Found listing with ID: DG66%20AUN
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG66%2520AUN%27 HTTP/1.1" 200 None
2026-03-30 06:52:04 [bca.uk] INFO: Scrape type for DG66%20AUN: 2
2026-03-30 06:52:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 523224bb-43c2-5dc7-97f9-6d524b329482 with identifier: DG66%20AUN
2026-03-30 06:52:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 523224bb-43c2-5dc7-97f9-6d524b329482 with scrape type 2
2026-03-30 06:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 523224bb-43c2-5dc7-97f9-6d524b329482 with scrape type 2
2026-03-30 06:52:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 523224bb-43c2-5dc7-97f9-6d524b329482, identifier: DG66%20AUN
2026-03-30 06:52:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c37ea6fc-f11d-508a-8aea-d4425f640fb1 with identifier: KO68%20LBU
2026-03-30 06:52:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c37ea6fc-f11d-508a-8aea-d4425f640fb1 with identifier: KO68%20LBU
2026-03-30 06:52:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c37ea6fc-f11d-508a-8aea-d4425f640fb1 with identifier: KO68%20LBU to the API
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO68%20LBU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c37ea6fc-f11d-508a-8aea-d4425f640fb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO68 LBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO68%20LBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 48058,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SEAT ATECA 1.5 TSI EVO XCELLENCE LUX EZ DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI EVO XCELLENCE LUX EZ DSG',
 'vin': 'VSSZZZ5FZK6531399',
 'year': 2019}
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO68%2520LBU%27 HTTP/1.1" 200 None
2026-03-30 06:52:05 [bca.uk] INFO: Saving data for KO68%20LBU: {'auction_closing_time': 1775037600.0, 'created_time': 1774392198.020017, 'last_price_update_time': 1774853525.341955}
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO68%2520LBU') HTTP/1.1" 204 0
2026-03-30 06:52:05 [bca.uk] INFO: Found listing with ID: SM12%20MXH
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM12%2520MXH%27 HTTP/1.1" 200 None
2026-03-30 06:52:05 [bca.uk] INFO: Scrape type for SM12%20MXH: 2
2026-03-30 06:52:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with identifier: SM12%20MXH
2026-03-30 06:52:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with scrape type 2
2026-03-30 06:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with scrape type 2
2026-03-30 06:52:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35664e59-1553-59a7-aa8c-8fa7c3db3d06, identifier: SM12%20MXH
2026-03-30 06:52:05 [bca.uk] INFO: Found listing with ID: BJ68%20DCF
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520DCF%27 HTTP/1.1" 200 None
2026-03-30 06:52:05 [bca.uk] INFO: Scrape type for BJ68%20DCF: 2
2026-03-30 06:52:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abd11bc9-1ea0-5130-b28c-e12153b17c32 with identifier: BJ68%20DCF
2026-03-30 06:52:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abd11bc9-1ea0-5130-b28c-e12153b17c32 with scrape type 2
2026-03-30 06:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abd11bc9-1ea0-5130-b28c-e12153b17c32 with scrape type 2
2026-03-30 06:52:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: abd11bc9-1ea0-5130-b28c-e12153b17c32, identifier: BJ68%20DCF
2026-03-30 06:52:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 523224bb-43c2-5dc7-97f9-6d524b329482 with identifier: DG66%20AUN
2026-03-30 06:52:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 523224bb-43c2-5dc7-97f9-6d524b329482 with identifier: DG66%20AUN
2026-03-30 06:52:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 523224bb-43c2-5dc7-97f9-6d524b329482 with identifier: DG66%20AUN to the API
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG66%20AUN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '523224bb-43c2-5dc7-97f9-6d524b329482',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG66 AUN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG66%20AUN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 68900,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 30KWH TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': '30KWH TEKNA',
 'vin': 'SJNFAAZE0U6053130',
 'year': 2016}
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG66%2520AUN%27 HTTP/1.1" 200 None
2026-03-30 06:52:05 [bca.uk] INFO: Saving data for DG66%20AUN: {'auction_closing_time': 1774951200.0, 'created_time': 1774391068.323149, 'last_price_update_time': 1774853525.869247}
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG66%2520AUN') HTTP/1.1" 204 0
2026-03-30 06:52:05 [bca.uk] INFO: Found listing with ID: VK69%20RRU
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520RRU%27 HTTP/1.1" 200 None
2026-03-30 06:52:05 [bca.uk] INFO: Scrape type for VK69%20RRU: 2
2026-03-30 06:52:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb97619-41e6-5f5b-9aae-6a6385442257 with identifier: VK69%20RRU
2026-03-30 06:52:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb97619-41e6-5f5b-9aae-6a6385442257 with scrape type 2
2026-03-30 06:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb97619-41e6-5f5b-9aae-6a6385442257 with scrape type 2
2026-03-30 06:52:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: edb97619-41e6-5f5b-9aae-6a6385442257, identifier: VK69%20RRU
2026-03-30 06:52:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with identifier: SM12%20MXH
2026-03-30 06:52:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with identifier: SM12%20MXH
2026-03-30 06:52:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35664e59-1553-59a7-aa8c-8fa7c3db3d06 with identifier: SM12%20MXH to the API
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM12%20MXH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '35664e59-1553-59a7-aa8c-8fa7c3db3d06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM12 MXH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM12%20MXH&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'I20',
 'odometer': 84525,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I20 1.2 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'MALBA51BLDM413303',
 'year': 2012}
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM12%2520MXH%27 HTTP/1.1" 200 None
2026-03-30 06:52:06 [bca.uk] INFO: Saving data for SM12%20MXH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390516.696495, 'last_price_update_time': 1774853526.284819}
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM12%2520MXH') HTTP/1.1" 204 0
2026-03-30 06:52:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: abd11bc9-1ea0-5130-b28c-e12153b17c32 with identifier: BJ68%20DCF
2026-03-30 06:52:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: abd11bc9-1ea0-5130-b28c-e12153b17c32 with identifier: BJ68%20DCF
2026-03-30 06:52:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: abd11bc9-1ea0-5130-b28c-e12153b17c32 with identifier: BJ68%20DCF to the API
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ68%20DCF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'abd11bc9-1ea0-5130-b28c-e12153b17c32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ68 DCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ68%20DCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 87286,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC HSE',
 'vin': 'SALYA2AN2KA789702',
 'year': 2018}
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ68%2520DCF%27 HTTP/1.1" 200 None
2026-03-30 06:52:06 [bca.uk] INFO: Saving data for BJ68%20DCF: {'auction_closing_time': 1775037600.0, 'created_time': 1774390713.098316, 'last_price_update_time': 1774853526.582141}
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ68%2520DCF') HTTP/1.1" 204 0
2026-03-30 06:52:06 [bca.uk] INFO: Found listing with ID: LO68%20ZYL
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO68%2520ZYL%27 HTTP/1.1" 200 None
2026-03-30 06:52:06 [bca.uk] INFO: Scrape type for LO68%20ZYL: 2
2026-03-30 06:52:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba953fd3-8236-5462-95e3-b027c963d0ce with identifier: LO68%20ZYL
2026-03-30 06:52:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba953fd3-8236-5462-95e3-b027c963d0ce with scrape type 2
2026-03-30 06:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba953fd3-8236-5462-95e3-b027c963d0ce with scrape type 2
2026-03-30 06:52:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba953fd3-8236-5462-95e3-b027c963d0ce, identifier: LO68%20ZYL
2026-03-30 06:52:06 [bca.uk] INFO: Total items found: 100
2026-03-30 06:52:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded
2026-03-30 06:52:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:52:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:52:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: edb97619-41e6-5f5b-9aae-6a6385442257 with identifier: VK69%20RRU
2026-03-30 06:52:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: edb97619-41e6-5f5b-9aae-6a6385442257 with identifier: VK69%20RRU
2026-03-30 06:52:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: edb97619-41e6-5f5b-9aae-6a6385442257 with identifier: VK69%20RRU to the API
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK69%20RRU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'edb97619-41e6-5f5b-9aae-6a6385442257',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK69 RRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK69%20RRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 42677,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.6 30 TDI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '30 TDI TECHNIK',
 'vin': 'WAUZZZGA2LA001470',
 'year': 2019}
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK69%2520RRU%27 HTTP/1.1" 200 None
2026-03-30 06:52:06 [bca.uk] INFO: Saving data for VK69%20RRU: {'auction_closing_time': 1774951200.0, 'created_time': 1774392197.12509, 'last_price_update_time': 1774853526.987634}
2026-03-30 06:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK69%2520RRU') HTTP/1.1" 204 0
2026-03-30 06:52:07 [bca.uk] INFO: Found listing with ID: SN16%20NPE
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520NPE%27 HTTP/1.1" 200 None
2026-03-30 06:52:07 [bca.uk] INFO: Scrape type for SN16%20NPE: 2
2026-03-30 06:52:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc05a020-4295-51ac-a759-5d4977e09811 with identifier: SN16%20NPE
2026-03-30 06:52:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc05a020-4295-51ac-a759-5d4977e09811 with scrape type 2
2026-03-30 06:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc05a020-4295-51ac-a759-5d4977e09811 with scrape type 2
2026-03-30 06:52:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc05a020-4295-51ac-a759-5d4977e09811, identifier: SN16%20NPE
2026-03-30 06:52:07 [bca.uk] INFO: Found listing with ID: GU73%20NSJ
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU73%2520NSJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:07 [bca.uk] INFO: Scrape type for GU73%20NSJ: 2
2026-03-30 06:52:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5537063-58f1-5422-b184-f7153252739d with identifier: GU73%20NSJ
2026-03-30 06:52:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5537063-58f1-5422-b184-f7153252739d with scrape type 2
2026-03-30 06:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5537063-58f1-5422-b184-f7153252739d with scrape type 2
2026-03-30 06:52:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5537063-58f1-5422-b184-f7153252739d, identifier: GU73%20NSJ
2026-03-30 06:52:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba953fd3-8236-5462-95e3-b027c963d0ce with identifier: LO68%20ZYL
2026-03-30 06:52:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba953fd3-8236-5462-95e3-b027c963d0ce with identifier: LO68%20ZYL
2026-03-30 06:52:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba953fd3-8236-5462-95e3-b027c963d0ce with identifier: LO68%20ZYL to the API
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO68%20ZYL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba953fd3-8236-5462-95e3-b027c963d0ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO68 ZYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO68%20ZYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 250',
 'odometer': 49745,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 250 2.0 SPORT EXECUTIVE 4M DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE 4M DCT',
 'vin': 'WDC1569462J588190',
 'year': 2019}
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO68%2520ZYL%27 HTTP/1.1" 200 None
2026-03-30 06:52:07 [bca.uk] INFO: Saving data for LO68%20ZYL: {'auction_closing_time': 1774951200.0, 'created_time': 1774391029.088808, 'last_price_update_time': 1774853527.554528}
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO68%2520ZYL') HTTP/1.1" 204 0
2026-03-30 06:52:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:52:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:52:07 [bca.uk] INFO: Found listing with ID: KS70%20WBU
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520WBU%27 HTTP/1.1" 200 None
2026-03-30 06:52:07 [bca.uk] INFO: Scrape type for KS70%20WBU: 2
2026-03-30 06:52:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with identifier: KS70%20WBU
2026-03-30 06:52:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with scrape type 2
2026-03-30 06:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with scrape type 2
2026-03-30 06:52:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80, identifier: KS70%20WBU
2026-03-30 06:52:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc05a020-4295-51ac-a759-5d4977e09811 with identifier: SN16%20NPE
2026-03-30 06:52:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc05a020-4295-51ac-a759-5d4977e09811 with identifier: SN16%20NPE
2026-03-30 06:52:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc05a020-4295-51ac-a759-5d4977e09811 with identifier: SN16%20NPE to the API
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN16%20NPE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cc05a020-4295-51ac-a759-5d4977e09811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN16 NPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN16%20NPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'I30',
 'odometer': 76276,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I30 1.4 B/D 100 SE Hatchback',
 'transmission': 'manual',
 'trim': 'B/D 100 SE',
 'vin': 'TMAD3516LHJ329734',
 'year': 2016}
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520NPE%27 HTTP/1.1" 200 None
2026-03-30 06:52:07 [bca.uk] INFO: Saving data for SN16%20NPE: {'auction_closing_time': 1774864800.0, 'created_time': 1774392145.533378, 'last_price_update_time': 1774853527.952156}
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN16%2520NPE') HTTP/1.1" 204 0
2026-03-30 06:52:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5537063-58f1-5422-b184-f7153252739d with identifier: GU73%20NSJ
2026-03-30 06:52:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5537063-58f1-5422-b184-f7153252739d with identifier: GU73%20NSJ
2026-03-30 06:52:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5537063-58f1-5422-b184-f7153252739d with identifier: GU73%20NSJ to the API
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU73%20NSJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd5537063-58f1-5422-b184-f7153252739d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU73 NSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU73%20NSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 22536,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 T-GDI TROPHY Hatchback',
 'transmission': 'manual',
 'trim': 'T-GDI TROPHY',
 'vin': 'LSJA24U92PN296424',
 'year': 2024}
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU73%2520NSJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:08 [bca.uk] INFO: Saving data for GU73%20NSJ: {'auction_closing_time': 1775037600.0, 'created_time': 1773824169.481539, 'last_price_update_time': 1774853528.257484}
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU73%2520NSJ') HTTP/1.1" 204 0
2026-03-30 06:52:08 [bca.uk] INFO: Found listing with ID: SH68%20GWJ
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520GWJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:08 [bca.uk] INFO: Scrape type for SH68%20GWJ: 2
2026-03-30 06:52:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 050dfc60-411f-52aa-a5c3-7d0f7867104e with identifier: SH68%20GWJ
2026-03-30 06:52:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 050dfc60-411f-52aa-a5c3-7d0f7867104e with scrape type 2
2026-03-30 06:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 050dfc60-411f-52aa-a5c3-7d0f7867104e with scrape type 2
2026-03-30 06:52:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 050dfc60-411f-52aa-a5c3-7d0f7867104e, identifier: SH68%20GWJ
2026-03-30 06:52:08 [bca.uk] INFO: Found listing with ID: KR71%20ZFN
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520ZFN%27 HTTP/1.1" 200 None
2026-03-30 06:52:08 [bca.uk] INFO: Scrape type for KR71%20ZFN: 2
2026-03-30 06:52:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f87aa08-54ce-5081-94e3-f6f7be2739f6 with identifier: KR71%20ZFN
2026-03-30 06:52:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f87aa08-54ce-5081-94e3-f6f7be2739f6 with scrape type 2
2026-03-30 06:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f87aa08-54ce-5081-94e3-f6f7be2739f6 with scrape type 2
2026-03-30 06:52:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f87aa08-54ce-5081-94e3-f6f7be2739f6, identifier: KR71%20ZFN
2026-03-30 06:52: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:52:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with identifier: KS70%20WBU
2026-03-30 06:52:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with identifier: KS70%20WBU
2026-03-30 06:52:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35c639d1-bf8d-5aa3-9a05-74a57ffc3a80 with identifier: KS70%20WBU to the API
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS70%20WBU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '35c639d1-bf8d-5aa3-9a05-74a57ffc3a80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS70 WBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS70%20WBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 71821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 95KWH 55 QUATTRO StationWagon',
 'transmission': 'automatic',
 'trim': '95KWH 55 QUATTRO',
 'vin': 'WAUZZZGE2LB018606',
 'year': 2020}
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS70%2520WBU%27 HTTP/1.1" 200 None
2026-03-30 06:52:08 [bca.uk] INFO: Saving data for KS70%20WBU: {'auction_closing_time': 1774951200.0, 'created_time': 1774392170.208295, 'last_price_update_time': 1774853528.776897}
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS70%2520WBU') HTTP/1.1" 204 0
2026-03-30 06:52:08 [bca.uk] INFO: Found listing with ID: EN16%20HNP
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520HNP%27 HTTP/1.1" 200 None
2026-03-30 06:52:08 [bca.uk] INFO: Scrape type for EN16%20HNP: 2
2026-03-30 06:52:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with identifier: EN16%20HNP
2026-03-30 06:52:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with scrape type 2
2026-03-30 06:52:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with scrape type 2
2026-03-30 06:52:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29, identifier: EN16%20HNP
2026-03-30 06:52:09 [bca.uk] INFO: Found listing with ID: N27%20JVH
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N27%2520JVH%27 HTTP/1.1" 200 None
2026-03-30 06:52:09 [bca.uk] INFO: Scrape type for N27%20JVH: 2
2026-03-30 06:52:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8292a94b-6f54-5167-a9e4-7e5866b41810 with identifier: N27%20JVH
2026-03-30 06:52:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8292a94b-6f54-5167-a9e4-7e5866b41810 with scrape type 2
2026-03-30 06:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8292a94b-6f54-5167-a9e4-7e5866b41810 with scrape type 2
2026-03-30 06:52:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8292a94b-6f54-5167-a9e4-7e5866b41810, identifier: N27%20JVH
2026-03-30 06:52:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 050dfc60-411f-52aa-a5c3-7d0f7867104e with identifier: SH68%20GWJ
2026-03-30 06:52:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 050dfc60-411f-52aa-a5c3-7d0f7867104e with identifier: SH68%20GWJ
2026-03-30 06:52:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 050dfc60-411f-52aa-a5c3-7d0f7867104e with identifier: SH68%20GWJ to the API
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH68%20GWJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '050dfc60-411f-52aa-a5c3-7d0f7867104e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH68 GWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH68%20GWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 68208,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.3 TCE 140 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 140 DYNAMIQUE',
 'vin': 'VF1RFE00761960033',
 'year': 2019}
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH68%2520GWJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:09 [bca.uk] INFO: Saving data for SH68%20GWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391032.206073, 'last_price_update_time': 1774853529.395406}
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH68%2520GWJ') HTTP/1.1" 204 0
2026-03-30 06:52:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f87aa08-54ce-5081-94e3-f6f7be2739f6 with identifier: KR71%20ZFN
2026-03-30 06:52:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f87aa08-54ce-5081-94e3-f6f7be2739f6 with identifier: KR71%20ZFN
2026-03-30 06:52:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f87aa08-54ce-5081-94e3-f6f7be2739f6 with identifier: KR71%20ZFN to the API
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 40,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR71%20ZFN-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': '6f87aa08-54ce-5081-94e3-f6f7be2739f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KR71 ZFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR71%20ZFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'BMW',
 'model': 'X2',
 'odometer': 32038,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X2 1.5 XDRIVE 25E SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E SPORT',
 'vin': 'WBAYN920905U40319',
 'year': 2021}
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR71%2520ZFN%27 HTTP/1.1" 200 None
2026-03-30 06:52:09 [bca.uk] INFO: Saving data for KR71%20ZFN: {'auction_closing_time': 1774864800.0, 'created_time': 1773825391.511335, 'last_price_update_time': 1774853529.704568}
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR71%2520ZFN') HTTP/1.1" 204 0
2026-03-30 06:52:09 [bca.uk] INFO: Found listing with ID: BK22%20VXC
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520VXC%27 HTTP/1.1" 200 None
2026-03-30 06:52:09 [bca.uk] INFO: Scrape type for BK22%20VXC: 2
2026-03-30 06:52:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with identifier: BK22%20VXC
2026-03-30 06:52:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with scrape type 2
2026-03-30 06:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with scrape type 2
2026-03-30 06:52:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9f5898c-89dc-5452-a634-0bac7b4ed3b9, identifier: BK22%20VXC
2026-03-30 06:52:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with identifier: EN16%20HNP
2026-03-30 06:52:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with identifier: EN16%20HNP
2026-03-30 06:52:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29 with identifier: EN16%20HNP to the API
2026-03-30 06:52:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN16%20HNP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd63eec4b-ec7c-5bc2-b3bb-6aefbc22ce29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN16 HNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN16%20HNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 69035,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 GDI B/D 132 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI B/D 132 2WD SE',
 'vin': 'TMAJ3811LHJ208515',
 'year': 2016}
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN16%2520HNP%27 HTTP/1.1" 200 None
2026-03-30 06:52:10 [bca.uk] INFO: Saving data for EN16%20HNP: {'auction_closing_time': 1774864800.0, 'created_time': 1774392143.743181, 'last_price_update_time': 1774853530.118147}
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN16%2520HNP') HTTP/1.1" 204 0
2026-03-30 06:52:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8292a94b-6f54-5167-a9e4-7e5866b41810 with identifier: N27%20JVH
2026-03-30 06:52:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8292a94b-6f54-5167-a9e4-7e5866b41810 with identifier: N27%20JVH
2026-03-30 06:52:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8292a94b-6f54-5167-a9e4-7e5866b41810 with identifier: N27%20JVH to the API
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N27%20JVH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8292a94b-6f54-5167-a9e4-7e5866b41810',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'N27 JVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=N27%20JVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'FIAT',
 'model': '500',
 'odometer': 62566,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE',
 'vin': 'ZFA3120000J816424',
 'year': 2017}
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N27%2520JVH%27 HTTP/1.1" 200 None
2026-03-30 06:52:10 [bca.uk] INFO: Saving data for N27%20JVH: {'auction_closing_time': 1775037600.0, 'created_time': 1774046873.383926, 'last_price_update_time': 1774853530.415339}
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N27%2520JVH') HTTP/1.1" 204 0
2026-03-30 06:52:10 [bca.uk] INFO: Found listing with ID: EJ67%20JKZ
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ67%2520JKZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:10 [bca.uk] INFO: Scrape type for EJ67%20JKZ: 2
2026-03-30 06:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with identifier: EJ67%20JKZ
2026-03-30 06:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with scrape type 2
2026-03-30 06:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with scrape type 2
2026-03-30 06:52:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c, identifier: EJ67%20JKZ
2026-03-30 06:52:10 [bca.uk] INFO: Found listing with ID: WO24%20NGV
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NGV%27 HTTP/1.1" 200 None
2026-03-30 06:52:10 [bca.uk] INFO: Scrape type for WO24%20NGV: 2
2026-03-30 06:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with identifier: WO24%20NGV
2026-03-30 06:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with scrape type 2
2026-03-30 06:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with scrape type 2
2026-03-30 06:52:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06d71a56-e12b-58e0-924c-9b6b7fac4cd8, identifier: WO24%20NGV
2026-03-30 06:52:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with identifier: BK22%20VXC
2026-03-30 06:52:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with identifier: BK22%20VXC
2026-03-30 06:52:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9f5898c-89dc-5452-a634-0bac7b4ed3b9 with identifier: BK22%20VXC to the API
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20VXC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c9f5898c-89dc-5452-a634-0bac7b4ed3b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 VXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20VXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 98368,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': 'LRW3F7FS3NC497500',
 'year': 2022}
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520VXC%27 HTTP/1.1" 200 None
2026-03-30 06:52:10 [bca.uk] INFO: Saving data for BK22%20VXC: {'auction_closing_time': 1775037600.0, 'created_time': 1774392172.679798, 'last_price_update_time': 1774853530.950953}
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520VXC') HTTP/1.1" 204 0
2026-03-30 06:52:10 [bca.uk] INFO: Found listing with ID: SN19%20DPH
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN19%2520DPH%27 HTTP/1.1" 200 None
2026-03-30 06:52:10 [bca.uk] INFO: Scrape type for SN19%20DPH: 2
2026-03-30 06:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with identifier: SN19%20DPH
2026-03-30 06:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with scrape type 2
2026-03-30 06:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with scrape type 2
2026-03-30 06:52:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c, identifier: SN19%20DPH
2026-03-30 06:52:11 [bca.uk] INFO: Found listing with ID: YE68%20TVF
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE68%2520TVF%27 HTTP/1.1" 200 None
2026-03-30 06:52:11 [bca.uk] INFO: Scrape type for YE68%20TVF: 2
2026-03-30 06:52:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7dc8d7a-d696-5e57-9456-922ae8569cf5 with identifier: YE68%20TVF
2026-03-30 06:52:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7dc8d7a-d696-5e57-9456-922ae8569cf5 with scrape type 2
2026-03-30 06:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7dc8d7a-d696-5e57-9456-922ae8569cf5 with scrape type 2
2026-03-30 06:52:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a7dc8d7a-d696-5e57-9456-922ae8569cf5, identifier: YE68%20TVF
2026-03-30 06:52:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with identifier: EJ67%20JKZ
2026-03-30 06:52:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with identifier: EJ67%20JKZ
2026-03-30 06:52:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c with identifier: EJ67%20JKZ to the API
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 84,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ67%20JKZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bd579463-5d9a-5c44-a6ef-3d4fa5e57f4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ67 JKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ67%20JKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 63245,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.5 TDCI 85 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 85 ZETEC',
 'vin': 'WF0JXXGAHJHK70345',
 'year': 2017}
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ67%2520JKZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:11 [bca.uk] INFO: Saving data for EJ67%20JKZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774391034.935277, 'last_price_update_time': 1774853531.477197}
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ67%2520JKZ') HTTP/1.1" 204 0
2026-03-30 06:52:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with identifier: WO24%20NGV
2026-03-30 06:52:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with identifier: WO24%20NGV
2026-03-30 06:52:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06d71a56-e12b-58e0-924c-9b6b7fac4cd8 with identifier: WO24%20NGV to the API
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO24%20NGV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '06d71a56-e12b-58e0-924c-9b6b7fac4cd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO24 NGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO24%20NGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 25781,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA0RPJ58906',
 'year': 2024}
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NGV%27 HTTP/1.1" 200 None
2026-03-30 06:52:11 [bca.uk] INFO: Saving data for WO24%20NGV: {'auction_closing_time': 1774951200.0, 'created_time': 1774391445.427545, 'last_price_update_time': 1774853531.792562}
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO24%2520NGV') HTTP/1.1" 204 0
2026-03-30 06:52:11 [bca.uk] INFO: Found listing with ID: HK12%20PMV
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK12%2520PMV%27 HTTP/1.1" 200 None
2026-03-30 06:52:11 [bca.uk] INFO: Scrape type for HK12%20PMV: 2
2026-03-30 06:52:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b309de2-0718-5d60-a22a-16c43eae411b with identifier: HK12%20PMV
2026-03-30 06:52:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b309de2-0718-5d60-a22a-16c43eae411b with scrape type 2
2026-03-30 06:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b309de2-0718-5d60-a22a-16c43eae411b with scrape type 2
2026-03-30 06:52:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b309de2-0718-5d60-a22a-16c43eae411b, identifier: HK12%20PMV
2026-03-30 06:52:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with identifier: SN19%20DPH
2026-03-30 06:52:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with identifier: SN19%20DPH
2026-03-30 06:52:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c with identifier: SN19%20DPH to the API
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN19%20DPH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1ca89ced-e9a3-53c3-9d70-9a52eb0cad9c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN19 DPH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN19%20DPH&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 36637,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.0 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'NLHA851ALKZ521277',
 'year': 2019}
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN19%2520DPH%27 HTTP/1.1" 200 None
2026-03-30 06:52:12 [bca.uk] INFO: Saving data for SN19%20DPH: {'auction_closing_time': 1774864800.0, 'created_time': 1774392141.915772, 'last_price_update_time': 1774853532.237923}
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN19%2520DPH') HTTP/1.1" 204 0
2026-03-30 06:52:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a7dc8d7a-d696-5e57-9456-922ae8569cf5 with identifier: YE68%20TVF
2026-03-30 06:52:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a7dc8d7a-d696-5e57-9456-922ae8569cf5 with identifier: YE68%20TVF
2026-03-30 06:52:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a7dc8d7a-d696-5e57-9456-922ae8569cf5 with identifier: YE68%20TVF to the API
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE68%20TVF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a7dc8d7a-d696-5e57-9456-922ae8569cf5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE68 TVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE68%20TVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 57789,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD PORTFOLIO StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD PORTFOLIO',
 'vin': 'SADCA2AN9KA354469',
 'year': 2018}
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE68%2520TVF%27 HTTP/1.1" 200 None
2026-03-30 06:52:12 [bca.uk] INFO: Saving data for YE68%20TVF: {'auction_closing_time': 1775037600.0, 'created_time': 1774046873.750024, 'last_price_update_time': 1774853532.628244}
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE68%2520TVF') HTTP/1.1" 204 0
2026-03-30 06:52:12 [bca.uk] INFO: Found listing with ID: HJ68%20FZS
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ68%2520FZS%27 HTTP/1.1" 200 None
2026-03-30 06:52:12 [bca.uk] INFO: Scrape type for HJ68%20FZS: 2
2026-03-30 06:52:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a72a390c-1607-54c9-b60f-d1b126c3299c with identifier: HJ68%20FZS
2026-03-30 06:52:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a72a390c-1607-54c9-b60f-d1b126c3299c with scrape type 2
2026-03-30 06:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a72a390c-1607-54c9-b60f-d1b126c3299c with scrape type 2
2026-03-30 06:52:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a72a390c-1607-54c9-b60f-d1b126c3299c, identifier: HJ68%20FZS
2026-03-30 06:52:12 [bca.uk] INFO: Found listing with ID: WV24%20YBE
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV24%2520YBE%27 HTTP/1.1" 200 None
2026-03-30 06:52:12 [bca.uk] INFO: Scrape type for WV24%20YBE: 2
2026-03-30 06:52:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae9c2628-0868-55a2-8069-46ce4d588ed3 with identifier: WV24%20YBE
2026-03-30 06:52:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae9c2628-0868-55a2-8069-46ce4d588ed3 with scrape type 2
2026-03-30 06:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae9c2628-0868-55a2-8069-46ce4d588ed3 with scrape type 2
2026-03-30 06:52:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae9c2628-0868-55a2-8069-46ce4d588ed3, identifier: WV24%20YBE
2026-03-30 06:52:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b309de2-0718-5d60-a22a-16c43eae411b with identifier: HK12%20PMV
2026-03-30 06:52:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b309de2-0718-5d60-a22a-16c43eae411b with identifier: HK12%20PMV
2026-03-30 06:52:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b309de2-0718-5d60-a22a-16c43eae411b with identifier: HK12%20PMV to the API
2026-03-30 06:52:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK12%20PMV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9b309de2-0718-5d60-a22a-16c43eae411b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK12 PMV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK12%20PMV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 111333,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.2 82 EDGE Hatchback',
 'transmission': 'manual',
 'trim': '82 EDGE',
 'vin': 'WF0JXXGAJJCD34810',
 'year': 2012}
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK12%2520PMV%27 HTTP/1.1" 200 None
2026-03-30 06:52:13 [bca.uk] INFO: Saving data for HK12%20PMV: {'auction_closing_time': 1774951200.0, 'created_time': 1774390488.759912, 'last_price_update_time': 1774853533.14649}
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK12%2520PMV') HTTP/1.1" 204 0
2026-03-30 06:52:13 [bca.uk] INFO: Found listing with ID: FH68%20SXJ
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH68%2520SXJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:13 [bca.uk] INFO: Scrape type for FH68%20SXJ: 2
2026-03-30 06:52:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 616b64f7-0eed-5e6b-a791-7e14a4d71468 with identifier: FH68%20SXJ
2026-03-30 06:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 616b64f7-0eed-5e6b-a791-7e14a4d71468 with scrape type 2
2026-03-30 06:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 616b64f7-0eed-5e6b-a791-7e14a4d71468 with scrape type 2
2026-03-30 06:52:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 616b64f7-0eed-5e6b-a791-7e14a4d71468, identifier: FH68%20SXJ
2026-03-30 06:52:13 [bca.uk] INFO: Found listing with ID: KW70%20WTA
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520WTA%27 HTTP/1.1" 200 None
2026-03-30 06:52:13 [bca.uk] INFO: Scrape type for KW70%20WTA: 2
2026-03-30 06:52:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with identifier: KW70%20WTA
2026-03-30 06:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with scrape type 2
2026-03-30 06:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with scrape type 2
2026-03-30 06:52:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c, identifier: KW70%20WTA
2026-03-30 06:52:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a72a390c-1607-54c9-b60f-d1b126c3299c with identifier: HJ68%20FZS
2026-03-30 06:52:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a72a390c-1607-54c9-b60f-d1b126c3299c with identifier: HJ68%20FZS
2026-03-30 06:52:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a72a390c-1607-54c9-b60f-d1b126c3299c with identifier: HJ68%20FZS to the API
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ68%20FZS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a72a390c-1607-54c9-b60f-d1b126c3299c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HJ68 FZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ68%20FZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'KIA',
 'model': 'CEED SW',
 'odometer': 65846,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA CEED SW 1.6 CRDI 3 ISG Estate',
 'transmission': 'manual',
 'trim': 'CRDI 3 ISG',
 'vin': 'U5YH5819LKL002790',
 'year': 2018}
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ68%2520FZS%27 HTTP/1.1" 200 None
2026-03-30 06:52:13 [bca.uk] INFO: Saving data for HJ68%20FZS: {'auction_closing_time': 1775124000.0, 'created_time': 1774391018.389392, 'last_price_update_time': 1774853533.666625}
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ68%2520FZS') HTTP/1.1" 204 0
2026-03-30 06:52:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae9c2628-0868-55a2-8069-46ce4d588ed3 with identifier: WV24%20YBE
2026-03-30 06:52:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae9c2628-0868-55a2-8069-46ce4d588ed3 with identifier: WV24%20YBE
2026-03-30 06:52:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae9c2628-0868-55a2-8069-46ce4d588ed3 with identifier: WV24%20YBE to the API
2026-03-30 06:52:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV24%20YBE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ae9c2628-0868-55a2-8069-46ce4d588ed3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV24 YBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV24%20YBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 27779,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA2RPJ62990',
 'year': 2024}
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV24%2520YBE%27 HTTP/1.1" 200 None
2026-03-30 06:52:14 [bca.uk] INFO: Saving data for WV24%20YBE: {'auction_closing_time': 1774951200.0, 'created_time': 1774391401.140877, 'last_price_update_time': 1774853534.088587}
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV24%2520YBE') HTTP/1.1" 204 0
2026-03-30 06:52:14 [bca.uk] INFO: Found listing with ID: GY18%20LZH
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY18%2520LZH%27 HTTP/1.1" 200 None
2026-03-30 06:52:14 [bca.uk] INFO: Scrape type for GY18%20LZH: 2
2026-03-30 06:52:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with identifier: GY18%20LZH
2026-03-30 06:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with scrape type 2
2026-03-30 06:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with scrape type 2
2026-03-30 06:52:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f9d0f3f-a96b-5667-804a-ef30a9bdc991, identifier: GY18%20LZH
2026-03-30 06:52:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 616b64f7-0eed-5e6b-a791-7e14a4d71468 with identifier: FH68%20SXJ
2026-03-30 06:52:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 616b64f7-0eed-5e6b-a791-7e14a4d71468 with identifier: FH68%20SXJ
2026-03-30 06:52:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 616b64f7-0eed-5e6b-a791-7e14a4d71468 with identifier: FH68%20SXJ to the API
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH68%20SXJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '616b64f7-0eed-5e6b-a791-7e14a4d71468',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH68 SXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH68%20SXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 79776,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 I-DTEC 120 EX Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 EX',
 'vin': 'SHHFK9780JU008511',
 'year': 2018}
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH68%2520SXJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:14 [bca.uk] INFO: Saving data for FH68%20SXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774392149.135621, 'last_price_update_time': 1774853534.490936}
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH68%2520SXJ') HTTP/1.1" 204 0
2026-03-30 06:52:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with identifier: KW70%20WTA
2026-03-30 06:52:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with identifier: KW70%20WTA
2026-03-30 06:52:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c with identifier: KW70%20WTA to the API
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 207,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KW70%20WTA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ed4be3e8-fcc2-5b06-8fec-5d3d1c33307c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KW70 WTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KW70%20WTA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 53681,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 P250 4WD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'P250 4WD R-DYNAMIC S',
 'vin': 'SALZA2AX1LH120903',
 'year': 2020}
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KW70%2520WTA%27 HTTP/1.1" 200 None
2026-03-30 06:52:14 [bca.uk] INFO: Saving data for KW70%20WTA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390709.137139, 'last_price_update_time': 1774853534.798432}
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KW70%2520WTA') HTTP/1.1" 204 0
2026-03-30 06:52:14 [bca.uk] INFO: Found listing with ID: KX18%20JBV
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520JBV%27 HTTP/1.1" 200 None
2026-03-30 06:52:14 [bca.uk] INFO: Scrape type for KX18%20JBV: 2
2026-03-30 06:52:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 523c0e93-197a-5ce7-8472-5d20da048f2f with identifier: KX18%20JBV
2026-03-30 06:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 523c0e93-197a-5ce7-8472-5d20da048f2f with scrape type 2
2026-03-30 06:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 523c0e93-197a-5ce7-8472-5d20da048f2f with scrape type 2
2026-03-30 06:52:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 523c0e93-197a-5ce7-8472-5d20da048f2f, identifier: KX18%20JBV
2026-03-30 06:52:14 [bca.uk] INFO: Found listing with ID: WO24%20NKP
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NKP%27 HTTP/1.1" 200 None
2026-03-30 06:52:14 [bca.uk] INFO: Scrape type for WO24%20NKP: 2
2026-03-30 06:52:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with identifier: WO24%20NKP
2026-03-30 06:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with scrape type 2
2026-03-30 06:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with scrape type 2
2026-03-30 06:52:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d5ac6b5-2605-58db-960c-335b2ff59dc0, identifier: WO24%20NKP
2026-03-30 06:52:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with identifier: GY18%20LZH
2026-03-30 06:52:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with identifier: GY18%20LZH
2026-03-30 06:52:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f9d0f3f-a96b-5667-804a-ef30a9bdc991 with identifier: GY18%20LZH to the API
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY18%20LZH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f9d0f3f-a96b-5667-804a-ef30a9bdc991',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY18 LZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY18%20LZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'C200 D',
 'odometer': 79984,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C200 D 1.6 SPORT Saloon',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD2050372R303853',
 'year': 2018}
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY18%2520LZH%27 HTTP/1.1" 200 None
2026-03-30 06:52:15 [bca.uk] INFO: Saving data for GY18%20LZH: {'auction_closing_time': 1774951200.0, 'created_time': 1774390467.749197, 'last_price_update_time': 1774853535.342327}
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY18%2520LZH') HTTP/1.1" 204 0
2026-03-30 06:52:15 [bca.uk] INFO: Found listing with ID: WF07%20TTV
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF07%2520TTV%27 HTTP/1.1" 200 None
2026-03-30 06:52:15 [bca.uk] INFO: Scrape type for WF07%20TTV: 2
2026-03-30 06:52:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2758114c-82fe-5d81-b782-6943ecb81b5b with identifier: WF07%20TTV
2026-03-30 06:52:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2758114c-82fe-5d81-b782-6943ecb81b5b with scrape type 2
2026-03-30 06:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2758114c-82fe-5d81-b782-6943ecb81b5b with scrape type 2
2026-03-30 06:52:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2758114c-82fe-5d81-b782-6943ecb81b5b, identifier: WF07%20TTV
2026-03-30 06:52:15 [bca.uk] INFO: Found listing with ID: SR14%20LFJ
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR14%2520LFJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:15 [bca.uk] INFO: Scrape type for SR14%20LFJ: 0
2026-03-30 06:52:15 [bca.uk] INFO: Found listing with ID: BK74%20ZPD
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK74%2520ZPD%27 HTTP/1.1" 200 None
2026-03-30 06:52:15 [bca.uk] INFO: Scrape type for BK74%20ZPD: 0
2026-03-30 06:52:15 [bca.uk] INFO: Found listing with ID: WT25%20SWF
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520SWF%27 HTTP/1.1" 200 None
2026-03-30 06:52:15 [bca.uk] INFO: Scrape type for WT25%20SWF: 2
2026-03-30 06:52:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8618f055-d665-59be-a8c8-f53921d240bb with identifier: WT25%20SWF
2026-03-30 06:52:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8618f055-d665-59be-a8c8-f53921d240bb with scrape type 2
2026-03-30 06:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8618f055-d665-59be-a8c8-f53921d240bb with scrape type 2
2026-03-30 06:52:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8618f055-d665-59be-a8c8-f53921d240bb, identifier: WT25%20SWF
2026-03-30 06:52:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 523c0e93-197a-5ce7-8472-5d20da048f2f with identifier: KX18%20JBV
2026-03-30 06:52:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 523c0e93-197a-5ce7-8472-5d20da048f2f with identifier: KX18%20JBV
2026-03-30 06:52:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 523c0e93-197a-5ce7-8472-5d20da048f2f with identifier: KX18%20JBV to the API
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX18%20JBV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '523c0e93-197a-5ce7-8472-5d20da048f2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX18 JBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX18%20JBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 67697,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DIG-T N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T N-CONNECTA',
 'vin': 'SJNFCAJ11U2204116',
 'year': 2018}
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX18%2520JBV%27 HTTP/1.1" 200 None
2026-03-30 06:52:15 [bca.uk] INFO: Saving data for KX18%20JBV: {'auction_closing_time': 1775124000.0, 'created_time': 1774391020.466432, 'last_price_update_time': 1774853535.906671}
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX18%2520JBV') HTTP/1.1" 204 0
2026-03-30 06:52:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with identifier: WO24%20NKP
2026-03-30 06:52:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with identifier: WO24%20NKP
2026-03-30 06:52:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d5ac6b5-2605-58db-960c-335b2ff59dc0 with identifier: WO24%20NKP to the API
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO24%20NKP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3d5ac6b5-2605-58db-960c-335b2ff59dc0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO24 NKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO24%20NKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 26104,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTA4RPP86029',
 'year': 2024}
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NKP%27 HTTP/1.1" 200 None
2026-03-30 06:52:16 [bca.uk] INFO: Saving data for WO24%20NKP: {'auction_closing_time': 1774951200.0, 'created_time': 1774391366.930721, 'last_price_update_time': 1774853536.206714}
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO24%2520NKP') HTTP/1.1" 204 0
2026-03-30 06:52:16 [bca.uk] INFO: Found listing with ID: BF64%20YBL
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF64%2520YBL%27 HTTP/1.1" 200 None
2026-03-30 06:52:16 [bca.uk] INFO: Scrape type for BF64%20YBL: 2
2026-03-30 06:52:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with identifier: BF64%20YBL
2026-03-30 06:52:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with scrape type 2
2026-03-30 06:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with scrape type 2
2026-03-30 06:52:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 327350a7-de5e-5bca-9fa7-0dc10c44dcc9, identifier: BF64%20YBL
2026-03-30 06:52:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2758114c-82fe-5d81-b782-6943ecb81b5b with identifier: WF07%20TTV
2026-03-30 06:52:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2758114c-82fe-5d81-b782-6943ecb81b5b with identifier: WF07%20TTV
2026-03-30 06:52:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2758114c-82fe-5d81-b782-6943ecb81b5b with identifier: WF07%20TTV to the API
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 200,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WF07%20TTV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2758114c-82fe-5d81-b782-6943ecb81b5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WF07 TTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WF07%20TTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'CLS 320',
 'odometer': 149078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLS 320 3.0 CDI 7G Coupe',
 'transmission': 'manual',
 'trim': 'CDI 7G',
 'vin': 'WDD2193222A116605',
 'year': 2007}
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF07%2520TTV%27 HTTP/1.1" 200 None
2026-03-30 06:52:16 [bca.uk] INFO: Saving data for WF07%20TTV: {'auction_closing_time': 1775037600.0, 'created_time': 1774392133.33065, 'last_price_update_time': 1774853536.62915}
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WF07%2520TTV') HTTP/1.1" 204 0
2026-03-30 06:52:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8618f055-d665-59be-a8c8-f53921d240bb with identifier: WT25%20SWF
2026-03-30 06:52:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8618f055-d665-59be-a8c8-f53921d240bb with identifier: WT25%20SWF
2026-03-30 06:52:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8618f055-d665-59be-a8c8-f53921d240bb with identifier: WT25%20SWF to the API
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20SWF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8618f055-d665-59be-a8c8-f53921d240bb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 SWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20SWF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 5643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 25500,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA5RSU83855',
 'year': 2025}
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520SWF%27 HTTP/1.1" 200 None
2026-03-30 06:52:16 [bca.uk] INFO: Saving data for WT25%20SWF: {'auction_closing_time': 1774940400.0, 'created_time': 1774277379.819736, 'last_price_update_time': 1774853536.924854}
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520SWF') HTTP/1.1" 204 0
2026-03-30 06:52:16 [bca.uk] INFO: Found listing with ID: PK19%20ZLZ
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:16 [bca.uk] INFO: Scrape type for PK19%20ZLZ: 2
2026-03-30 06:52:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e2502e3-5e49-5c82-b936-741519ecc7a0 with identifier: PK19%20ZLZ
2026-03-30 06:52:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e2502e3-5e49-5c82-b936-741519ecc7a0 with scrape type 2
2026-03-30 06:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e2502e3-5e49-5c82-b936-741519ecc7a0 with scrape type 2
2026-03-30 06:52:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e2502e3-5e49-5c82-b936-741519ecc7a0, identifier: PK19%20ZLZ
2026-03-30 06:52:17 [bca.uk] INFO: Found listing with ID: WM24%20DLV
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM24%2520DLV%27 HTTP/1.1" 200 None
2026-03-30 06:52:17 [bca.uk] INFO: Scrape type for WM24%20DLV: 0
2026-03-30 06:52:17 [bca.uk] INFO: Found listing with ID: WR75%20VSD
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520VSD%27 HTTP/1.1" 200 None
2026-03-30 06:52:17 [bca.uk] INFO: Scrape type for WR75%20VSD: 2
2026-03-30 06:52:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 966a1d44-3220-58fd-ab34-d9218c34e560 with identifier: WR75%20VSD
2026-03-30 06:52:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 966a1d44-3220-58fd-ab34-d9218c34e560 with scrape type 2
2026-03-30 06:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 966a1d44-3220-58fd-ab34-d9218c34e560 with scrape type 2
2026-03-30 06:52:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 966a1d44-3220-58fd-ab34-d9218c34e560, identifier: WR75%20VSD
2026-03-30 06:52:17 [scrapy.extensions.logstats] INFO: Crawled 127 pages (at 3 pages/min), scraped 6142 items (at 130 items/min)
2026-03-30 06:52:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:52:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with identifier: BF64%20YBL
2026-03-30 06:52:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with identifier: BF64%20YBL
2026-03-30 06:52:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 327350a7-de5e-5bca-9fa7-0dc10c44dcc9 with identifier: BF64%20YBL to the API
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF64%20YBL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '327350a7-de5e-5bca-9fa7-0dc10c44dcc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF64 YBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF64%20YBL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 89982,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD C-MAX 1.6 TDCI 115 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'TDCI 115 ZETEC',
 'vin': 'WF0JXXGCBJEP54859',
 'year': 2014}
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF64%2520YBL%27 HTTP/1.1" 200 None
2026-03-30 06:52:17 [bca.uk] INFO: Saving data for BF64%20YBL: {'auction_closing_time': 1774864800.0, 'created_time': 1774390457.219571, 'last_price_update_time': 1774853537.450593}
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF64%2520YBL') HTTP/1.1" 204 0
2026-03-30 06:52:17 [bca.uk] INFO: Found listing with ID: DE09%20GUC
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE09%2520GUC%27 HTTP/1.1" 200 None
2026-03-30 06:52:17 [bca.uk] INFO: Scrape type for DE09%20GUC: 2
2026-03-30 06:52:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7f7d0a0-9401-565c-9839-99afcb277d87 with identifier: DE09%20GUC
2026-03-30 06:52:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7f7d0a0-9401-565c-9839-99afcb277d87 with scrape type 2
2026-03-30 06:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7f7d0a0-9401-565c-9839-99afcb277d87 with scrape type 2
2026-03-30 06:52:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7f7d0a0-9401-565c-9839-99afcb277d87, identifier: DE09%20GUC
2026-03-30 06:52:17 [bca.uk] INFO: Found listing with ID: WT25%20UFS
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFS%27 HTTP/1.1" 200 None
2026-03-30 06:52:17 [bca.uk] INFO: Scrape type for WT25%20UFS: 2
2026-03-30 06:52:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbfec8b8-f718-547a-aa0e-2b38228bf7a8 with identifier: WT25%20UFS
2026-03-30 06:52:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbfec8b8-f718-547a-aa0e-2b38228bf7a8 with scrape type 2
2026-03-30 06:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbfec8b8-f718-547a-aa0e-2b38228bf7a8 with scrape type 2
2026-03-30 06:52:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbfec8b8-f718-547a-aa0e-2b38228bf7a8, identifier: WT25%20UFS
2026-03-30 06:52:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e2502e3-5e49-5c82-b936-741519ecc7a0 with identifier: PK19%20ZLZ
2026-03-30 06:52:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e2502e3-5e49-5c82-b936-741519ecc7a0 with identifier: PK19%20ZLZ
2026-03-30 06:52:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e2502e3-5e49-5c82-b936-741519ecc7a0 with identifier: PK19%20ZLZ to the API
2026-03-30 06:52:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK19%20ZLZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8e2502e3-5e49-5c82-b936-741519ecc7a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK19 ZLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK19%20ZLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 53339,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D150 AWD S Hatchback',
 'transmission': 'automatic',
 'trim': 'D150 AWD S',
 'vin': 'SADFA2AN1K1Z60071',
 'year': 2019}
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK19%2520ZLZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:18 [bca.uk] INFO: Saving data for PK19%20ZLZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774391022.488173, 'last_price_update_time': 1774853538.1097}
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK19%2520ZLZ') HTTP/1.1" 204 0
2026-03-30 06:52:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 966a1d44-3220-58fd-ab34-d9218c34e560 with identifier: WR75%20VSD
2026-03-30 06:52:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 966a1d44-3220-58fd-ab34-d9218c34e560 with identifier: WR75%20VSD
2026-03-30 06:52:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 966a1d44-3220-58fd-ab34-d9218c34e560 with identifier: WR75%20VSD to the API
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR75%20VSD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '966a1d44-3220-58fd-ab34-d9218c34e560',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR75 VSD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR75%20VSD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 3871,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 150 320 L1 H1 SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 150 320 L1 H1 SPORT',
 'vin': 'WF0RXXTA1RSG42941',
 'year': 2025}
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520VSD%27 HTTP/1.1" 200 None
2026-03-30 06:52:18 [bca.uk] INFO: Saving data for WR75%20VSD: {'auction_closing_time': 1774951200.0, 'created_time': 1774391484.431605, 'last_price_update_time': 1774853538.418855}
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR75%2520VSD') HTTP/1.1" 204 0
2026-03-30 06:52:18 [bca.uk] INFO: Found listing with ID: FY17%20OYM
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY17%2520OYM%27 HTTP/1.1" 200 None
2026-03-30 06:52:18 [bca.uk] INFO: Scrape type for FY17%20OYM: 2
2026-03-30 06:52:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with identifier: FY17%20OYM
2026-03-30 06:52:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with scrape type 2
2026-03-30 06:52:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with scrape type 2
2026-03-30 06:52:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311, identifier: FY17%20OYM
2026-03-30 06:52:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7f7d0a0-9401-565c-9839-99afcb277d87 with identifier: DE09%20GUC
2026-03-30 06:52:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7f7d0a0-9401-565c-9839-99afcb277d87 with identifier: DE09%20GUC
2026-03-30 06:52:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7f7d0a0-9401-565c-9839-99afcb277d87 with identifier: DE09%20GUC to the API
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE09%20GUC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd7f7d0a0-9401-565c-9839-99afcb277d87',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DE09 GUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE09%20GUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'MEGANE',
 'odometer': 97882,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'RENAULT MEGANE 1.6 16V EXPRESSION Hatchback',
 'transmission': 'manual',
 'trim': '16V EXPRESSION',
 'vin': 'VF1BZ0H0541764621',
 'year': 2009}
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE09%2520GUC%27 HTTP/1.1" 200 None
2026-03-30 06:52:18 [bca.uk] INFO: Saving data for DE09%20GUC: {'auction_closing_time': 1775037600.0, 'created_time': 1774392136.096956, 'last_price_update_time': 1774853538.82233}
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE09%2520GUC') HTTP/1.1" 204 0
2026-03-30 06:52:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbfec8b8-f718-547a-aa0e-2b38228bf7a8 with identifier: WT25%20UFS
2026-03-30 06:52:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbfec8b8-f718-547a-aa0e-2b38228bf7a8 with identifier: WT25%20UFS
2026-03-30 06:52:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbfec8b8-f718-547a-aa0e-2b38228bf7a8 with identifier: WT25%20UFS to the API
2026-03-30 06:52:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UFS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cbfec8b8-f718-547a-aa0e-2b38228bf7a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UFS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UFS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 7259,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 24000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA6RSM03737',
 'year': 2025}
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFS%27 HTTP/1.1" 200 None
2026-03-30 06:52:19 [bca.uk] INFO: Saving data for WT25%20UFS: {'auction_closing_time': 1774940400.0, 'created_time': 1773908155.546735, 'last_price_update_time': 1774853539.133913}
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UFS') HTTP/1.1" 204 0
2026-03-30 06:52:19 [bca.uk] INFO: Found listing with ID: PX68%20XXB
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX68%2520XXB%27 HTTP/1.1" 200 None
2026-03-30 06:52:19 [bca.uk] INFO: Scrape type for PX68%20XXB: 2
2026-03-30 06:52:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with identifier: PX68%20XXB
2026-03-30 06:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with scrape type 2
2026-03-30 06:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with scrape type 2
2026-03-30 06:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf, identifier: PX68%20XXB
2026-03-30 06:52:19 [bca.uk] INFO: Found listing with ID: WN75%20AZD
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZD%27 HTTP/1.1" 200 None
2026-03-30 06:52:19 [bca.uk] INFO: Scrape type for WN75%20AZD: 2
2026-03-30 06:52:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with identifier: WN75%20AZD
2026-03-30 06:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with scrape type 2
2026-03-30 06:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with scrape type 2
2026-03-30 06:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90cbc7cd-e88e-5243-9f1c-92422f1fbd36, identifier: WN75%20AZD
2026-03-30 06:52:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with identifier: FY17%20OYM
2026-03-30 06:52:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with identifier: FY17%20OYM
2026-03-30 06:52:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d43c6c1a-184a-5f4f-8a5d-3fb7b4ced311 with identifier: FY17%20OYM to the API
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY17%20OYM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd43c6c1a-184a-5f4f-8a5d-3fb7b4ced311',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FY17 OYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY17%20OYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 173419,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 TDCI 120 ZETEC EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 ZETEC EDITION',
 'vin': 'WF05XXGCC5HU54653',
 'year': 2017}
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY17%2520OYM%27 HTTP/1.1" 200 None
2026-03-30 06:52:19 [bca.uk] INFO: Saving data for FY17%20OYM: {'auction_closing_time': 1774864800.0, 'created_time': 1774303875.732957, 'last_price_update_time': 1774853539.680057}
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY17%2520OYM') HTTP/1.1" 204 0
2026-03-30 06:52:19 [bca.uk] INFO: Found listing with ID: OV57%20VLB
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV57%2520VLB%27 HTTP/1.1" 200 None
2026-03-30 06:52:19 [bca.uk] INFO: Scrape type for OV57%20VLB: 2
2026-03-30 06:52:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3068ea45-0350-59e4-990a-a5356cf1a468 with identifier: OV57%20VLB
2026-03-30 06:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3068ea45-0350-59e4-990a-a5356cf1a468 with scrape type 2
2026-03-30 06:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3068ea45-0350-59e4-990a-a5356cf1a468 with scrape type 2
2026-03-30 06:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3068ea45-0350-59e4-990a-a5356cf1a468, identifier: OV57%20VLB
2026-03-30 06:52:19 [bca.uk] INFO: Found listing with ID: WT25%20UFX
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UFX%27 HTTP/1.1" 200 None
2026-03-30 06:52:19 [bca.uk] INFO: Scrape type for WT25%20UFX: 0
2026-03-30 06:52:19 [bca.uk] INFO: Found listing with ID: WT25%20UHA
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHA%27 HTTP/1.1" 200 None
2026-03-30 06:52:19 [bca.uk] INFO: Scrape type for WT25%20UHA: 0
2026-03-30 06:52:19 [bca.uk] INFO: Found listing with ID: WT25%20UHJ
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:19 [bca.uk] INFO: Scrape type for WT25%20UHJ: 2
2026-03-30 06:52:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0480d85a-b66e-5047-89cc-5307be47b7f5 with identifier: WT25%20UHJ
2026-03-30 06:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0480d85a-b66e-5047-89cc-5307be47b7f5 with scrape type 2
2026-03-30 06:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0480d85a-b66e-5047-89cc-5307be47b7f5 with scrape type 2
2026-03-30 06:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0480d85a-b66e-5047-89cc-5307be47b7f5, identifier: WT25%20UHJ
2026-03-30 06:52:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with identifier: PX68%20XXB
2026-03-30 06:52:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with identifier: PX68%20XXB
2026-03-30 06:52:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6591db0a-d1fa-5a50-9155-a0a4a2f28cdf with identifier: PX68%20XXB to the API
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX68%20XXB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6591db0a-d1fa-5a50-9155-a0a4a2f28cdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX68 XXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX68%20XXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 47840,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.0 TSI 115 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 DESIGN',
 'vin': 'WVGZZZA1ZKV019641',
 'year': 2018}
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX68%2520XXB%27 HTTP/1.1" 200 None
2026-03-30 06:52:20 [bca.uk] INFO: Saving data for PX68%20XXB: {'auction_closing_time': 1774951200.0, 'created_time': 1774391006.095511, 'last_price_update_time': 1774853540.238734}
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX68%2520XXB') HTTP/1.1" 204 0
2026-03-30 06:52:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with identifier: WN75%20AZD
2026-03-30 06:52:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with identifier: WN75%20AZD
2026-03-30 06:52:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90cbc7cd-e88e-5243-9f1c-92422f1fbd36 with identifier: WN75%20AZD to the API
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20AZD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '90cbc7cd-e88e-5243-9f1c-92422f1fbd36',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 AZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20AZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 12863,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 TRAIL PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 TRAIL',
 'vin': 'WF0RXXTA1RRG69726',
 'year': 2025}
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZD%27 HTTP/1.1" 200 None
2026-03-30 06:52:20 [bca.uk] INFO: Saving data for WN75%20AZD: {'auction_closing_time': 1774951200.0, 'created_time': 1774391493.110552, 'last_price_update_time': 1774853540.54389}
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520AZD') HTTP/1.1" 204 0
2026-03-30 06:52:20 [bca.uk] INFO: Found listing with ID: LM66%20LVO
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM66%2520LVO%27 HTTP/1.1" 200 None
2026-03-30 06:52:20 [bca.uk] INFO: Scrape type for LM66%20LVO: 2
2026-03-30 06:52:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with identifier: LM66%20LVO
2026-03-30 06:52:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with scrape type 2
2026-03-30 06:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with scrape type 2
2026-03-30 06:52:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 71d2eda5-eb2f-5da7-ab20-4addfb674db3, identifier: LM66%20LVO
2026-03-30 06:52:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3068ea45-0350-59e4-990a-a5356cf1a468 with identifier: OV57%20VLB
2026-03-30 06:52:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3068ea45-0350-59e4-990a-a5356cf1a468 with identifier: OV57%20VLB
2026-03-30 06:52:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3068ea45-0350-59e4-990a-a5356cf1a468 with identifier: OV57%20VLB to the API
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV57%20VLB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3068ea45-0350-59e4-990a-a5356cf1a468',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV57 VLB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV57%20VLB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 166444,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-CDTI EX Estate',
 'transmission': 'manual',
 'trim': 'I-CDTI EX',
 'vin': 'SHSRE67707U038859',
 'year': 2007}
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV57%2520VLB%27 HTTP/1.1" 200 None
2026-03-30 06:52:20 [bca.uk] INFO: Saving data for OV57%20VLB: {'auction_closing_time': 1775037600.0, 'created_time': 1773928908.133008, 'last_price_update_time': 1774853540.949666}
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV57%2520VLB') HTTP/1.1" 204 0
2026-03-30 06:52:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0480d85a-b66e-5047-89cc-5307be47b7f5 with identifier: WT25%20UHJ
2026-03-30 06:52:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0480d85a-b66e-5047-89cc-5307be47b7f5 with identifier: WT25%20UHJ
2026-03-30 06:52:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0480d85a-b66e-5047-89cc-5307be47b7f5 with identifier: WT25%20UHJ to the API
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WT25%20UHJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0480d85a-b66e-5047-89cc-5307be47b7f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WT25 UHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WT25%20UHJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 9203,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 24000,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA6RSM03785',
 'year': 2025}
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WT25%2520UHJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:21 [bca.uk] INFO: Saving data for WT25%20UHJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773820987.034541, 'last_price_update_time': 1774853541.266505}
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WT25%2520UHJ') HTTP/1.1" 204 0
2026-03-30 06:52:21 [bca.uk] INFO: Found listing with ID: EF21%20VVB
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF21%2520VVB%27 HTTP/1.1" 200 None
2026-03-30 06:52:21 [bca.uk] INFO: Scrape type for EF21%20VVB: 2
2026-03-30 06:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 446e412a-982e-5ea6-ac96-f0627957ea74 with identifier: EF21%20VVB
2026-03-30 06:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 446e412a-982e-5ea6-ac96-f0627957ea74 with scrape type 2
2026-03-30 06:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 446e412a-982e-5ea6-ac96-f0627957ea74 with scrape type 2
2026-03-30 06:52:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 446e412a-982e-5ea6-ac96-f0627957ea74, identifier: EF21%20VVB
2026-03-30 06:52:21 [bca.uk] INFO: Found listing with ID: WN25%20TKJ
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520TKJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:21 [bca.uk] INFO: Scrape type for WN25%20TKJ: 2
2026-03-30 06:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with identifier: WN25%20TKJ
2026-03-30 06:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with scrape type 2
2026-03-30 06:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with scrape type 2
2026-03-30 06:52:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30, identifier: WN25%20TKJ
2026-03-30 06:52:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with identifier: LM66%20LVO
2026-03-30 06:52:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with identifier: LM66%20LVO
2026-03-30 06:52:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 71d2eda5-eb2f-5da7-ab20-4addfb674db3 with identifier: LM66%20LVO to the API
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM66%20LVO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '71d2eda5-eb2f-5da7-ab20-4addfb674db3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM66 LVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM66%20LVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'C200 D',
 'odometer': 95553,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C200 D 1.6 SPORT Saloon',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD2050372R237955',
 'year': 2016}
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM66%2520LVO%27 HTTP/1.1" 200 None
2026-03-30 06:52:21 [bca.uk] INFO: Saving data for LM66%20LVO: {'auction_closing_time': 1774951200.0, 'created_time': 1774016893.606612, 'last_price_update_time': 1774853541.806773}
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM66%2520LVO') HTTP/1.1" 204 0
2026-03-30 06:52:21 [bca.uk] INFO: Found listing with ID: WM57%20RXB
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM57%2520RXB%27 HTTP/1.1" 200 None
2026-03-30 06:52:21 [bca.uk] INFO: Scrape type for WM57%20RXB: 2
2026-03-30 06:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3afc67f5-4a38-5d94-a9ab-552f43235c2f with identifier: WM57%20RXB
2026-03-30 06:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3afc67f5-4a38-5d94-a9ab-552f43235c2f with scrape type 2
2026-03-30 06:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3afc67f5-4a38-5d94-a9ab-552f43235c2f with scrape type 2
2026-03-30 06:52:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3afc67f5-4a38-5d94-a9ab-552f43235c2f, identifier: WM57%20RXB
2026-03-30 06:52:22 [bca.uk] INFO: Found listing with ID: LF69%20KAA
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF69%2520KAA%27 HTTP/1.1" 200 None
2026-03-30 06:52:22 [bca.uk] INFO: Scrape type for LF69%20KAA: 2
2026-03-30 06:52:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4887dad4-2a2f-596b-a945-b5bcc169f92f with identifier: LF69%20KAA
2026-03-30 06:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4887dad4-2a2f-596b-a945-b5bcc169f92f with scrape type 2
2026-03-30 06:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4887dad4-2a2f-596b-a945-b5bcc169f92f with scrape type 2
2026-03-30 06:52:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4887dad4-2a2f-596b-a945-b5bcc169f92f, identifier: LF69%20KAA
2026-03-30 06:52:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 446e412a-982e-5ea6-ac96-f0627957ea74 with identifier: EF21%20VVB
2026-03-30 06:52:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 446e412a-982e-5ea6-ac96-f0627957ea74 with identifier: EF21%20VVB
2026-03-30 06:52:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 446e412a-982e-5ea6-ac96-f0627957ea74 with identifier: EF21%20VVB to the API
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF21%20VVB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '446e412a-982e-5ea6-ac96-f0627957ea74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF21 VVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF21%20VVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'HYUNDAI',
 'model': 'IONIQ ELECTRIC',
 'odometer': 45003,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IONIQ ELECTRIC 100KW (38KWH) PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '100KW (38KWH) PREMIUM',
 'vin': 'KMHC851JUMU080017',
 'year': 2021}
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF21%2520VVB%27 HTTP/1.1" 200 None
2026-03-30 06:52:22 [bca.uk] INFO: Saving data for EF21%20VVB: {'auction_closing_time': 1774951200.0, 'created_time': 1774391007.409775, 'last_price_update_time': 1774853542.442619}
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF21%2520VVB') HTTP/1.1" 204 0
2026-03-30 06:52:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with identifier: WN25%20TKJ
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=lucid+red HTTP/1.1" 200 None
2026-03-30 06:52:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:52: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:52:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with identifier: WN25%20TKJ
2026-03-30 06:52:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b30fbf5-9a11-5f4d-8474-24cfb4b46c30 with identifier: WN25%20TKJ to the API
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 266,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN25%20TKJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'lucid red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6b30fbf5-9a11-5f4d-8474-24cfb4b46c30',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN25 TKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN25%20TKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 10313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 3.0 EBL 240 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 240 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PRS82603',
 'year': 2025}
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520TKJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:22 [bca.uk] INFO: Saving data for WN25%20TKJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391499.137368, 'last_price_update_time': 1774853542.873593}
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN25%2520TKJ') HTTP/1.1" 204 0
2026-03-30 06:52:22 [bca.uk] INFO: Found listing with ID: BC69%20CYY
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC69%2520CYY%27 HTTP/1.1" 200 None
2026-03-30 06:52:22 [bca.uk] INFO: Scrape type for BC69%20CYY: 2
2026-03-30 06:52:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2b91b6a-4777-5480-9b05-e086e65dafa7 with identifier: BC69%20CYY
2026-03-30 06:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2b91b6a-4777-5480-9b05-e086e65dafa7 with scrape type 2
2026-03-30 06:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2b91b6a-4777-5480-9b05-e086e65dafa7 with scrape type 2
2026-03-30 06:52:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e2b91b6a-4777-5480-9b05-e086e65dafa7, identifier: BC69%20CYY
2026-03-30 06:52:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3afc67f5-4a38-5d94-a9ab-552f43235c2f with identifier: WM57%20RXB
2026-03-30 06:52:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3afc67f5-4a38-5d94-a9ab-552f43235c2f with identifier: WM57%20RXB
2026-03-30 06:52:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3afc67f5-4a38-5d94-a9ab-552f43235c2f with identifier: WM57%20RXB to the API
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM57%20RXB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3afc67f5-4a38-5d94-a9ab-552f43235c2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM57 RXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM57%20RXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'COLT',
 'odometer': 143735,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI COLT 1.1 CZ1 Hatchback',
 'transmission': 'manual',
 'trim': 'CZ1',
 'vin': 'XMDMNZ32A8F029415',
 'year': 2008}
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM57%2520RXB%27 HTTP/1.1" 200 None
2026-03-30 06:52:23 [bca.uk] INFO: Saving data for WM57%20RXB: {'auction_closing_time': 1775037600.0, 'created_time': 1774392098.862562, 'last_price_update_time': 1774853543.314355}
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM57%2520RXB') HTTP/1.1" 204 0
2026-03-30 06:52:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4887dad4-2a2f-596b-a945-b5bcc169f92f with identifier: LF69%20KAA
2026-03-30 06:52:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4887dad4-2a2f-596b-a945-b5bcc169f92f with identifier: LF69%20KAA
2026-03-30 06:52:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4887dad4-2a2f-596b-a945-b5bcc169f92f with identifier: LF69%20KAA to the API
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF69%20KAA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4887dad4-2a2f-596b-a945-b5bcc169f92f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF69 KAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF69%20KAA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'CADDY C20',
 'odometer': 99651,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5500,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN CADDY C20 2.0 TDI 102 BMT STARTLINE DSG Van',
 'transmission': 'automatic',
 'trim': 'TDI 102 BMT STARTLINE DSG',
 'vin': 'WV1ZZZ2KZLX013595',
 'year': 2019}
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF69%2520KAA%27 HTTP/1.1" 200 None
2026-03-30 06:52:23 [bca.uk] INFO: Saving data for LF69%20KAA: {'auction_closing_time': 1774940400.0, 'created_time': 1773932469.569582, 'last_price_update_time': 1774853543.599676}
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF69%2520KAA') HTTP/1.1" 204 0
2026-03-30 06:52:23 [bca.uk] INFO: Found listing with ID: SO71%20DRZ
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO71%2520DRZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:23 [bca.uk] INFO: Scrape type for SO71%20DRZ: 2
2026-03-30 06:52:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dac6aab0-5931-5671-a7ab-9f498eb61d62 with identifier: SO71%20DRZ
2026-03-30 06:52:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dac6aab0-5931-5671-a7ab-9f498eb61d62 with scrape type 2
2026-03-30 06:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dac6aab0-5931-5671-a7ab-9f498eb61d62 with scrape type 2
2026-03-30 06:52:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dac6aab0-5931-5671-a7ab-9f498eb61d62, identifier: SO71%20DRZ
2026-03-30 06:52:23 [bca.uk] INFO: Found listing with ID: WV75%20TUH
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV75%2520TUH%27 HTTP/1.1" 200 None
2026-03-30 06:52:23 [bca.uk] INFO: Scrape type for WV75%20TUH: 2
2026-03-30 06:52:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with identifier: WV75%20TUH
2026-03-30 06:52:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with scrape type 2
2026-03-30 06:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with scrape type 2
2026-03-30 06:52:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d, identifier: WV75%20TUH
2026-03-30 06:52:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e2b91b6a-4777-5480-9b05-e086e65dafa7 with identifier: BC69%20CYY
2026-03-30 06:52:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e2b91b6a-4777-5480-9b05-e086e65dafa7 with identifier: BC69%20CYY
2026-03-30 06:52:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e2b91b6a-4777-5480-9b05-e086e65dafa7 with identifier: BC69%20CYY to the API
2026-03-30 06:52:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC69%20CYY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e2b91b6a-4777-5480-9b05-e086e65dafa7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC69 CYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC69%20CYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JEEP',
 'model': 'RENEGADE',
 'odometer': 41543,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'JEEP RENEGADE 1.0 T3 120 GSE NIGHT EAGLE II Hatchback',
 'transmission': 'manual',
 'trim': 'T3 120 GSE NIGHT EAGLE II',
 'vin': '1C4BU0000KPL10615',
 'year': 2020}
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC69%2520CYY%27 HTTP/1.1" 200 None
2026-03-30 06:52:24 [bca.uk] INFO: Saving data for BC69%20CYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774303645.374794, 'last_price_update_time': 1774853544.160248}
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC69%2520CYY') HTTP/1.1" 204 0
2026-03-30 06:52:24 [bca.uk] INFO: Found listing with ID: HT66%20UZV
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT66%2520UZV%27 HTTP/1.1" 200 None
2026-03-30 06:52:24 [bca.uk] INFO: Scrape type for HT66%20UZV: 2
2026-03-30 06:52:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with identifier: HT66%20UZV
2026-03-30 06:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with scrape type 2
2026-03-30 06:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with scrape type 2
2026-03-30 06:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4aa739d-a20c-5d1a-864d-f007fc2e7cd5, identifier: HT66%20UZV
2026-03-30 06:52:24 [bca.uk] INFO: Found listing with ID: GL20%20CGG
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520CGG%27 HTTP/1.1" 200 None
2026-03-30 06:52:24 [bca.uk] INFO: Scrape type for GL20%20CGG: 2
2026-03-30 06:52:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdf3a5c2-0918-5ba8-a99f-5985809ca56f with identifier: GL20%20CGG
2026-03-30 06:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdf3a5c2-0918-5ba8-a99f-5985809ca56f with scrape type 2
2026-03-30 06:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdf3a5c2-0918-5ba8-a99f-5985809ca56f with scrape type 2
2026-03-30 06:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdf3a5c2-0918-5ba8-a99f-5985809ca56f, identifier: GL20%20CGG
2026-03-30 06:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dac6aab0-5931-5671-a7ab-9f498eb61d62 with identifier: SO71%20DRZ
2026-03-30 06:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dac6aab0-5931-5671-a7ab-9f498eb61d62 with identifier: SO71%20DRZ
2026-03-30 06:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dac6aab0-5931-5671-a7ab-9f498eb61d62 with identifier: SO71%20DRZ to the API
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO71%20DRZ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dac6aab0-5931-5671-a7ab-9f498eb61d62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO71 DRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO71%20DRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 23570,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCITE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCITE DCT',
 'vin': 'LSJW74C96MZ197408',
 'year': 2021}
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO71%2520DRZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:24 [bca.uk] INFO: Saving data for SO71%20DRZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774390996.683314, 'last_price_update_time': 1774853544.671113}
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO71%2520DRZ') HTTP/1.1" 204 0
2026-03-30 06:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with identifier: WV75%20TUH
2026-03-30 06:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with identifier: WV75%20TUH
2026-03-30 06:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b89ca94-fbb3-5ac9-9af3-cb014cf8528d with identifier: WV75%20TUH to the API
2026-03-30 06:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV75%20TUH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6b89ca94-fbb3-5ac9-9af3-cb014cf8528d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV75 TUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV75%20TUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 3582,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD E-TRANSIT CUSTM 160KW 320 RWD L1H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L1H1 LIMITED',
 'vin': 'WF0RXXTA7BSP43582',
 'year': 2025}
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV75%2520TUH%27 HTTP/1.1" 200 None
2026-03-30 06:52:25 [bca.uk] INFO: Saving data for WV75%20TUH: {'auction_closing_time': 1774951200.0, 'created_time': 1773825495.871833, 'last_price_update_time': 1774853545.008829}
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV75%2520TUH') HTTP/1.1" 204 0
2026-03-30 06:52:25 [bca.uk] INFO: Found listing with ID: FL12%20VNS
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL12%2520VNS%27 HTTP/1.1" 200 None
2026-03-30 06:52:25 [bca.uk] INFO: Scrape type for FL12%20VNS: 2
2026-03-30 06:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a51543de-9825-5a49-91c4-a487b814f50f with identifier: FL12%20VNS
2026-03-30 06:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a51543de-9825-5a49-91c4-a487b814f50f with scrape type 2
2026-03-30 06:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a51543de-9825-5a49-91c4-a487b814f50f with scrape type 2
2026-03-30 06:52:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a51543de-9825-5a49-91c4-a487b814f50f, identifier: FL12%20VNS
2026-03-30 06:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with identifier: HT66%20UZV
2026-03-30 06:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with identifier: HT66%20UZV
2026-03-30 06:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4aa739d-a20c-5d1a-864d-f007fc2e7cd5 with identifier: HT66%20UZV to the API
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT66%20UZV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c4aa739d-a20c-5d1a-864d-f007fc2e7cd5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT66 UZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT66%20UZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'RENAULT',
 'model': 'CAPTUR',
 'odometer': 106137,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'RENAULT CAPTUR 1.5 DCI 110 ENERGY SIGNATURE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ENERGY SIGNATURE',
 'vin': 'VF12RBR1C57311449',
 'year': 2017}
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT66%2520UZV%27 HTTP/1.1" 200 None
2026-03-30 06:52:25 [bca.uk] INFO: Saving data for HT66%20UZV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390521.068537, 'last_price_update_time': 1774853545.61215}
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT66%2520UZV') HTTP/1.1" 204 0
2026-03-30 06:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdf3a5c2-0918-5ba8-a99f-5985809ca56f with identifier: GL20%20CGG
2026-03-30 06:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdf3a5c2-0918-5ba8-a99f-5985809ca56f with identifier: GL20%20CGG
2026-03-30 06:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdf3a5c2-0918-5ba8-a99f-5985809ca56f with identifier: GL20%20CGG to the API
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL20%20CGG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bdf3a5c2-0918-5ba8-a99f-5985809ca56f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL20 CGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL20%20CGG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 124928,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13000,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAUZ36010N039230',
 'year': 2020}
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL20%2520CGG%27 HTTP/1.1" 200 None
2026-03-30 06:52:25 [bca.uk] INFO: Saving data for GL20%20CGG: {'auction_closing_time': 1774940400.0, 'created_time': 1773820976.525453, 'last_price_update_time': 1774853545.913539}
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL20%2520CGG') HTTP/1.1" 204 0
2026-03-30 06:52:25 [bca.uk] INFO: Found listing with ID: LA67%20AZJ
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA67%2520AZJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:25 [bca.uk] INFO: Scrape type for LA67%20AZJ: 2
2026-03-30 06:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with identifier: LA67%20AZJ
2026-03-30 06:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with scrape type 2
2026-03-30 06:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with scrape type 2
2026-03-30 06:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0, identifier: LA67%20AZJ
2026-03-30 06:52:26 [bca.uk] INFO: Found listing with ID: WN75%20TGE
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520TGE%27 HTTP/1.1" 200 None
2026-03-30 06:52:26 [bca.uk] INFO: Scrape type for WN75%20TGE: 2
2026-03-30 06:52:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fc3059c-02c9-5e15-9d2d-7db408affc78 with identifier: WN75%20TGE
2026-03-30 06:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fc3059c-02c9-5e15-9d2d-7db408affc78 with scrape type 2
2026-03-30 06:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fc3059c-02c9-5e15-9d2d-7db408affc78 with scrape type 2
2026-03-30 06:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5fc3059c-02c9-5e15-9d2d-7db408affc78, identifier: WN75%20TGE
2026-03-30 06:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a51543de-9825-5a49-91c4-a487b814f50f with identifier: FL12%20VNS
2026-03-30 06:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a51543de-9825-5a49-91c4-a487b814f50f with identifier: FL12%20VNS
2026-03-30 06:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a51543de-9825-5a49-91c4-a487b814f50f with identifier: FL12%20VNS to the API
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL12%20VNS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a51543de-9825-5a49-91c4-a487b814f50f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL12 VNS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL12%20VNS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 143862,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.0 V-MATIC XT-R M-DRIVE S StationWagon',
 'transmission': 'manual',
 'trim': 'V-MATIC XT-R M-DRIVE S',
 'vin': 'JTMBE31V90D079103',
 'year': 2012}
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL12%2520VNS%27 HTTP/1.1" 200 None
2026-03-30 06:52:26 [bca.uk] INFO: Saving data for FL12%20VNS: {'auction_closing_time': 1774864800.0, 'created_time': 1774303877.131751, 'last_price_update_time': 1774853546.452062}
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL12%2520VNS') HTTP/1.1" 204 0
2026-03-30 06:52:26 [bca.uk] INFO: Found listing with ID: YR10%20FMA
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR10%2520FMA%27 HTTP/1.1" 200 None
2026-03-30 06:52:26 [bca.uk] INFO: Scrape type for YR10%20FMA: 2
2026-03-30 06:52:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cae8058-e573-56a1-84d9-bfaa59efe103 with identifier: YR10%20FMA
2026-03-30 06:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cae8058-e573-56a1-84d9-bfaa59efe103 with scrape type 2
2026-03-30 06:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cae8058-e573-56a1-84d9-bfaa59efe103 with scrape type 2
2026-03-30 06:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cae8058-e573-56a1-84d9-bfaa59efe103, identifier: YR10%20FMA
2026-03-30 06:52:26 [bca.uk] INFO: Found listing with ID: GU69%20WBK
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520WBK%27 HTTP/1.1" 200 None
2026-03-30 06:52:26 [bca.uk] INFO: Scrape type for GU69%20WBK: 2
2026-03-30 06:52:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with identifier: GU69%20WBK
2026-03-30 06:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with scrape type 2
2026-03-30 06:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with scrape type 2
2026-03-30 06:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a197aa4-883a-53c7-90ce-cf250b46e4c1, identifier: GU69%20WBK
2026-03-30 06:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with identifier: LA67%20AZJ
2026-03-30 06:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with identifier: LA67%20AZJ
2026-03-30 06:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b85ecf7-15eb-5b4c-8f9c-5166a82828c0 with identifier: LA67%20AZJ to the API
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA67%20AZJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b85ecf7-15eb-5b4c-8f9c-5166a82828c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA67 AZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA67%20AZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 90413,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 82 FEEL Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 FEEL',
 'vin': 'VF7SXHMZ6JT507228',
 'year': 2018}
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA67%2520AZJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:26 [bca.uk] INFO: Saving data for LA67%20AZJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774390998.173888, 'last_price_update_time': 1774853546.955172}
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA67%2520AZJ') HTTP/1.1" 204 0
2026-03-30 06:52:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5fc3059c-02c9-5e15-9d2d-7db408affc78 with identifier: WN75%20TGE
2026-03-30 06:52:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5fc3059c-02c9-5e15-9d2d-7db408affc78 with identifier: WN75%20TGE
2026-03-30 06:52:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5fc3059c-02c9-5e15-9d2d-7db408affc78 with identifier: WN75%20TGE to the API
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20TGE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '5fc3059c-02c9-5e15-9d2d-7db408affc78',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 TGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20TGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 3324,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD E-TRANSIT CUSTM 160KW 320 RWD L1H1 SPORT PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L1H1 SPORT',
 'vin': 'WF0RXXTA9BSP43602',
 'year': 2025}
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520TGE%27 HTTP/1.1" 200 None
2026-03-30 06:52:27 [bca.uk] INFO: Saving data for WN75%20TGE: {'auction_closing_time': 1774951200.0, 'created_time': 1774391413.528469, 'last_price_update_time': 1774853547.347367}
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520TGE') HTTP/1.1" 204 0
2026-03-30 06:52:27 [bca.uk] INFO: Found listing with ID: LR08%20UEL
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR08%2520UEL%27 HTTP/1.1" 200 None
2026-03-30 06:52:27 [bca.uk] INFO: Scrape type for LR08%20UEL: 2
2026-03-30 06:52:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 612a210f-c017-5335-8694-cab7fbb50f75 with identifier: LR08%20UEL
2026-03-30 06:52:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 612a210f-c017-5335-8694-cab7fbb50f75 with scrape type 2
2026-03-30 06:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 612a210f-c017-5335-8694-cab7fbb50f75 with scrape type 2
2026-03-30 06:52:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 612a210f-c017-5335-8694-cab7fbb50f75, identifier: LR08%20UEL
2026-03-30 06:52:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cae8058-e573-56a1-84d9-bfaa59efe103 with identifier: YR10%20FMA
2026-03-30 06:52:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cae8058-e573-56a1-84d9-bfaa59efe103 with identifier: YR10%20FMA
2026-03-30 06:52:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cae8058-e573-56a1-84d9-bfaa59efe103 with identifier: YR10%20FMA to the API
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR10%20FMA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8cae8058-e573-56a1-84d9-bfaa59efe103',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR10 FMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR10%20FMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FIAT',
 'model': '500',
 'odometer': 86802,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE',
 'vin': 'ZFA31200000488805',
 'year': 2010}
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR10%2520FMA%27 HTTP/1.1" 200 None
2026-03-30 06:52:27 [bca.uk] INFO: Saving data for YR10%20FMA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390522.684209, 'last_price_update_time': 1774853547.761711}
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR10%2520FMA') HTTP/1.1" 204 0
2026-03-30 06:52:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with identifier: GU69%20WBK
2026-03-30 06:52:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with identifier: GU69%20WBK
2026-03-30 06:52:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a197aa4-883a-53c7-90ce-cf250b46e4c1 with identifier: GU69%20WBK to the API
2026-03-30 06:52:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU69%20WBK-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2a197aa4-883a-53c7-90ce-cf250b46e4c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU69 WBK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU69%20WBK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'A180',
 'odometer': 45025,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9700,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 1.3 SPORT EXECUTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT EXECUTIVE',
 'vin': 'WDD1770842J130907',
 'year': 2019}
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU69%2520WBK%27 HTTP/1.1" 200 None
2026-03-30 06:52:28 [bca.uk] INFO: Saving data for GU69%20WBK: {'auction_closing_time': 1774940400.0, 'created_time': 1773935692.717826, 'last_price_update_time': 1774853548.051507}
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU69%2520WBK') HTTP/1.1" 204 0
2026-03-30 06:52:28 [bca.uk] INFO: Found listing with ID: NX17%20YNN
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX17%2520YNN%27 HTTP/1.1" 200 None
2026-03-30 06:52:28 [bca.uk] INFO: Scrape type for NX17%20YNN: 2
2026-03-30 06:52:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be4cc545-8dd4-5bcc-9057-0f5659ac02db with identifier: NX17%20YNN
2026-03-30 06:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be4cc545-8dd4-5bcc-9057-0f5659ac02db with scrape type 2
2026-03-30 06:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be4cc545-8dd4-5bcc-9057-0f5659ac02db with scrape type 2
2026-03-30 06:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be4cc545-8dd4-5bcc-9057-0f5659ac02db, identifier: NX17%20YNN
2026-03-30 06:52:28 [bca.uk] INFO: Found listing with ID: WV23%20XMZ
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520XMZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:28 [bca.uk] INFO: Scrape type for WV23%20XMZ: 2
2026-03-30 06:52:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db31e196-8a1b-578a-b3be-1466ddcb0342 with identifier: WV23%20XMZ
2026-03-30 06:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db31e196-8a1b-578a-b3be-1466ddcb0342 with scrape type 2
2026-03-30 06:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db31e196-8a1b-578a-b3be-1466ddcb0342 with scrape type 2
2026-03-30 06:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db31e196-8a1b-578a-b3be-1466ddcb0342, identifier: WV23%20XMZ
2026-03-30 06:52:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 612a210f-c017-5335-8694-cab7fbb50f75 with identifier: LR08%20UEL
2026-03-30 06:52:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 612a210f-c017-5335-8694-cab7fbb50f75 with identifier: LR08%20UEL
2026-03-30 06:52:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 612a210f-c017-5335-8694-cab7fbb50f75 with identifier: LR08%20UEL to the API
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR08%20UEL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '612a210f-c017-5335-8694-cab7fbb50f75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR08 UEL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR08%20UEL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '107',
 'odometer': 50119,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 107 1.0 URBAN Hatchback',
 'transmission': 'manual',
 'trim': 'URBAN',
 'vin': 'VF3PMCFAC88224518',
 'year': 2008}
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR08%2520UEL%27 HTTP/1.1" 200 None
2026-03-30 06:52:28 [bca.uk] INFO: Saving data for LR08%20UEL: {'auction_closing_time': 1774864800.0, 'created_time': 1774303874.401626, 'last_price_update_time': 1774853548.586994}
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR08%2520UEL') HTTP/1.1" 204 0
2026-03-30 06:52:28 [bca.uk] INFO: Found listing with ID: DP19%20DYH
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520DYH%27 HTTP/1.1" 200 None
2026-03-30 06:52:28 [bca.uk] INFO: Scrape type for DP19%20DYH: 2
2026-03-30 06:52:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 855bc5c9-40ba-5537-9138-be8e9c9f0104 with identifier: DP19%20DYH
2026-03-30 06:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 855bc5c9-40ba-5537-9138-be8e9c9f0104 with scrape type 2
2026-03-30 06:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 855bc5c9-40ba-5537-9138-be8e9c9f0104 with scrape type 2
2026-03-30 06:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 855bc5c9-40ba-5537-9138-be8e9c9f0104, identifier: DP19%20DYH
2026-03-30 06:52:28 [bca.uk] INFO: Found listing with ID: KM21%20BWZ
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM21%2520BWZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:28 [bca.uk] INFO: Scrape type for KM21%20BWZ: 2
2026-03-30 06:52:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with identifier: KM21%20BWZ
2026-03-30 06:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with scrape type 2
2026-03-30 06:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with scrape type 2
2026-03-30 06:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3, identifier: KM21%20BWZ
2026-03-30 06:52:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be4cc545-8dd4-5bcc-9057-0f5659ac02db with identifier: NX17%20YNN
2026-03-30 06:52:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be4cc545-8dd4-5bcc-9057-0f5659ac02db with identifier: NX17%20YNN
2026-03-30 06:52:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be4cc545-8dd4-5bcc-9057-0f5659ac02db with identifier: NX17%20YNN to the API
2026-03-30 06:52:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX17%20YNN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'be4cc545-8dd4-5bcc-9057-0f5659ac02db',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX17 YNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX17%20YNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'NISSAN',
 'model': 'LEAF',
 'odometer': 61923,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN LEAF 30KWH TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': '30KWH TEKNA',
 'vin': 'SJNFAAZE0U6066633',
 'year': 2017}
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX17%2520YNN%27 HTTP/1.1" 200 None
2026-03-30 06:52:29 [bca.uk] INFO: Saving data for NX17%20YNN: {'auction_closing_time': 1775124000.0, 'created_time': 1774390988.089201, 'last_price_update_time': 1774853549.119756}
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX17%2520YNN') HTTP/1.1" 204 0
2026-03-30 06:52:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db31e196-8a1b-578a-b3be-1466ddcb0342 with identifier: WV23%20XMZ
2026-03-30 06:52:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db31e196-8a1b-578a-b3be-1466ddcb0342 with identifier: WV23%20XMZ
2026-03-30 06:52:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db31e196-8a1b-578a-b3be-1466ddcb0342 with identifier: WV23%20XMZ to the API
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV23%20XMZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'metamorphosis silver',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'db31e196-8a1b-578a-b3be-1466ddcb0342',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV23 XMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV23%20XMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 36484,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 170 320 LWB LIMITED L/R CrewCab Van',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 LWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZNG14619',
 'year': 2023}
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV23%2520XMZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:29 [bca.uk] INFO: Saving data for WV23%20XMZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774391765.270022, 'last_price_update_time': 1774853549.433814}
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV23%2520XMZ') HTTP/1.1" 204 0
2026-03-30 06:52:29 [bca.uk] INFO: Found listing with ID: ML15%20EZS
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520EZS%27 HTTP/1.1" 200 None
2026-03-30 06:52:29 [bca.uk] INFO: Scrape type for ML15%20EZS: 2
2026-03-30 06:52:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f90d280-18cb-5219-933a-310ec0c33f22 with identifier: ML15%20EZS
2026-03-30 06:52:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f90d280-18cb-5219-933a-310ec0c33f22 with scrape type 2
2026-03-30 06:52:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f90d280-18cb-5219-933a-310ec0c33f22 with scrape type 2
2026-03-30 06:52:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f90d280-18cb-5219-933a-310ec0c33f22, identifier: ML15%20EZS
2026-03-30 06:52:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 855bc5c9-40ba-5537-9138-be8e9c9f0104 with identifier: DP19%20DYH
2026-03-30 06:52:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 855bc5c9-40ba-5537-9138-be8e9c9f0104 with identifier: DP19%20DYH
2026-03-30 06:52:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 855bc5c9-40ba-5537-9138-be8e9c9f0104 with identifier: DP19%20DYH to the API
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP19%20DYH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '855bc5c9-40ba-5537-9138-be8e9c9f0104',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP19 DYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP19%20DYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 32911,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SE',
 'vin': 'W0VZRHNS4KS202486',
 'year': 2019}
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP19%2520DYH%27 HTTP/1.1" 200 None
2026-03-30 06:52:29 [bca.uk] INFO: Saving data for DP19%20DYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390795.688119, 'last_price_update_time': 1774853549.855038}
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP19%2520DYH') HTTP/1.1" 204 0
2026-03-30 06:52:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with identifier: KM21%20BWZ
2026-03-30 06:52:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with identifier: KM21%20BWZ
2026-03-30 06:52:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3 with identifier: KM21%20BWZ to the API
2026-03-30 06:52:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM21%20BWZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1cfa2ffd-acb1-54ec-80c6-ccbf5abd5cf3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM21 BWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM21%20BWZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 107474,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11350,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 40 TFSI SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TFSI SPORT S-T',
 'vin': 'WAUZZZF20MN051577',
 'year': 2021}
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM21%2520BWZ%27 HTTP/1.1" 200 None
2026-03-30 06:52:30 [bca.uk] INFO: Saving data for KM21%20BWZ: {'auction_closing_time': 1774940400.0, 'created_time': 1773829929.12895, 'last_price_update_time': 1774853550.142637}
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM21%2520BWZ') HTTP/1.1" 204 0
2026-03-30 06:52:30 [bca.uk] INFO: Found listing with ID: EX68%20EYK
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX68%2520EYK%27 HTTP/1.1" 200 None
2026-03-30 06:52:30 [bca.uk] INFO: Scrape type for EX68%20EYK: 2
2026-03-30 06:52:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee0730cc-2368-506b-999e-aa5e2dbddac9 with identifier: EX68%20EYK
2026-03-30 06:52:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee0730cc-2368-506b-999e-aa5e2dbddac9 with scrape type 2
2026-03-30 06:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee0730cc-2368-506b-999e-aa5e2dbddac9 with scrape type 2
2026-03-30 06:52:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee0730cc-2368-506b-999e-aa5e2dbddac9, identifier: EX68%20EYK
2026-03-30 06:52:30 [bca.uk] INFO: Found listing with ID: WN75%20GBY
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GBY%27 HTTP/1.1" 200 None
2026-03-30 06:52:30 [bca.uk] INFO: Scrape type for WN75%20GBY: 0
2026-03-30 06:52:30 [bca.uk] INFO: Found listing with ID: WN25%20HKJ
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520HKJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:30 [bca.uk] INFO: Scrape type for WN25%20HKJ: 2
2026-03-30 06:52:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7db1273f-ea44-5cf0-a697-4d9765031471 with identifier: WN25%20HKJ
2026-03-30 06:52:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7db1273f-ea44-5cf0-a697-4d9765031471 with scrape type 2
2026-03-30 06:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7db1273f-ea44-5cf0-a697-4d9765031471 with scrape type 2
2026-03-30 06:52:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7db1273f-ea44-5cf0-a697-4d9765031471, identifier: WN25%20HKJ
2026-03-30 06:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:52:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f90d280-18cb-5219-933a-310ec0c33f22 with identifier: ML15%20EZS
2026-03-30 06:52:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f90d280-18cb-5219-933a-310ec0c33f22 with identifier: ML15%20EZS
2026-03-30 06:52:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f90d280-18cb-5219-933a-310ec0c33f22 with identifier: ML15%20EZS to the API
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML15%20EZS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f90d280-18cb-5219-933a-310ec0c33f22',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML15 EZS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML15%20EZS&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 85833,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 TEKNA XTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TEKNA XTRONIC',
 'vin': 'SJNFBAF15U7104847',
 'year': 2015}
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML15%2520EZS%27 HTTP/1.1" 200 None
2026-03-30 06:52:30 [bca.uk] INFO: Saving data for ML15%20EZS: {'auction_closing_time': 1774864800.0, 'created_time': 1774303876.751305, 'last_price_update_time': 1774853550.682307}
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML15%2520EZS') HTTP/1.1" 204 0
2026-03-30 06:52:30 [bca.uk] INFO: Found listing with ID: YD66%20OCH
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD66%2520OCH%27 HTTP/1.1" 200 None
2026-03-30 06:52:30 [bca.uk] INFO: Scrape type for YD66%20OCH: 2
2026-03-30 06:52:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c47999e2-3efd-5a05-a770-60cc2ccc72eb with identifier: YD66%20OCH
2026-03-30 06:52:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c47999e2-3efd-5a05-a770-60cc2ccc72eb with scrape type 2
2026-03-30 06:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c47999e2-3efd-5a05-a770-60cc2ccc72eb with scrape type 2
2026-03-30 06:52:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c47999e2-3efd-5a05-a770-60cc2ccc72eb, identifier: YD66%20OCH
2026-03-30 06:52:30 [bca.uk] INFO: Found listing with ID: LV69%20JZG
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520JZG%27 HTTP/1.1" 200 None
2026-03-30 06:52:30 [bca.uk] INFO: Scrape type for LV69%20JZG: 2
2026-03-30 06:52:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with identifier: LV69%20JZG
2026-03-30 06:52:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with scrape type 2
2026-03-30 06:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with scrape type 2
2026-03-30 06:52:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e6b655b-a0ef-504b-b3fb-c0500e56e602, identifier: LV69%20JZG
2026-03-30 06:52:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee0730cc-2368-506b-999e-aa5e2dbddac9 with identifier: EX68%20EYK
2026-03-30 06:52:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee0730cc-2368-506b-999e-aa5e2dbddac9 with identifier: EX68%20EYK
2026-03-30 06:52:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee0730cc-2368-506b-999e-aa5e2dbddac9 with identifier: EX68%20EYK to the API
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX68%20EYK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ee0730cc-2368-506b-999e-aa5e2dbddac9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX68 EYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX68%20EYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D',
 'odometer': 65506,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 D 2.1 AMG LINE NIGHT ED.DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE NIGHT ED.DCT',
 'vin': 'WDD1173032N719748',
 'year': 2018}
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX68%2520EYK%27 HTTP/1.1" 200 None
2026-03-30 06:52:31 [bca.uk] INFO: Saving data for EX68%20EYK: {'auction_closing_time': 1774951200.0, 'created_time': 1774390989.724251, 'last_price_update_time': 1774853551.400185}
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX68%2520EYK') HTTP/1.1" 204 0
2026-03-30 06:52:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7db1273f-ea44-5cf0-a697-4d9765031471 with identifier: WN25%20HKJ
2026-03-30 06:52:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7db1273f-ea44-5cf0-a697-4d9765031471 with identifier: WN25%20HKJ
2026-03-30 06:52:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7db1273f-ea44-5cf0-a697-4d9765031471 with identifier: WN25%20HKJ to the API
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN25%20HKJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7db1273f-ea44-5cf0-a697-4d9765031471',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN25 HKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN25%20HKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 9244,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H2 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 130 L3 H2 LIMITED',
 'vin': 'WF0EXXTTRERT19246',
 'year': 2025}
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN25%2520HKJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:31 [bca.uk] INFO: Saving data for WN25%20HKJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773825509.337839, 'last_price_update_time': 1774853551.778584}
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN25%2520HKJ') HTTP/1.1" 204 0
2026-03-30 06:52:31 [bca.uk] INFO: Found listing with ID: FY07%20NVF
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY07%2520NVF%27 HTTP/1.1" 200 None
2026-03-30 06:52:31 [bca.uk] INFO: Scrape type for FY07%20NVF: 2
2026-03-30 06:52:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b6502be-5071-51fe-8039-334a1642b0a8 with identifier: FY07%20NVF
2026-03-30 06:52:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b6502be-5071-51fe-8039-334a1642b0a8 with scrape type 2
2026-03-30 06:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b6502be-5071-51fe-8039-334a1642b0a8 with scrape type 2
2026-03-30 06:52:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6b6502be-5071-51fe-8039-334a1642b0a8, identifier: FY07%20NVF
2026-03-30 06:52:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c47999e2-3efd-5a05-a770-60cc2ccc72eb with identifier: YD66%20OCH
2026-03-30 06:52:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c47999e2-3efd-5a05-a770-60cc2ccc72eb with identifier: YD66%20OCH
2026-03-30 06:52:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c47999e2-3efd-5a05-a770-60cc2ccc72eb with identifier: YD66%20OCH to the API
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD66%20OCH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c47999e2-3efd-5a05-a770-60cc2ccc72eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD66 OCH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD66%20OCH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 72315,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.3 VVT-I ICON Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I ICON',
 'vin': 'VNKKJ3D350A364671',
 'year': 2016}
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD66%2520OCH%27 HTTP/1.1" 200 None
2026-03-30 06:52:32 [bca.uk] INFO: Saving data for YD66%20OCH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390527.149395, 'last_price_update_time': 1774853552.203979}
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD66%2520OCH') HTTP/1.1" 204 0
2026-03-30 06:52:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with identifier: LV69%20JZG
2026-03-30 06:52:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with identifier: LV69%20JZG
2026-03-30 06:52:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e6b655b-a0ef-504b-b3fb-c0500e56e602 with identifier: LV69%20JZG to the API
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV69%20JZG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5e6b655b-a0ef-504b-b3fb-c0500e56e602',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV69 JZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV69%20JZG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 76801,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11500,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 D180 4WD SE Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 4WD SE',
 'vin': 'SALZA2AN3LH014256',
 'year': 2019}
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV69%2520JZG%27 HTTP/1.1" 200 None
2026-03-30 06:52:32 [bca.uk] INFO: Saving data for LV69%20JZG: {'auction_closing_time': 1774940400.0, 'created_time': 1773829442.161274, 'last_price_update_time': 1774853552.500152}
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV69%2520JZG') HTTP/1.1" 204 0
2026-03-30 06:52:32 [bca.uk] INFO: Found listing with ID: LT22%20HZA
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520HZA%27 HTTP/1.1" 200 None
2026-03-30 06:52:32 [bca.uk] INFO: Scrape type for LT22%20HZA: 2
2026-03-30 06:52:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b77889ef-cfb7-5710-903a-3e6300c8c02a with identifier: LT22%20HZA
2026-03-30 06:52:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b77889ef-cfb7-5710-903a-3e6300c8c02a with scrape type 2
2026-03-30 06:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b77889ef-cfb7-5710-903a-3e6300c8c02a with scrape type 2
2026-03-30 06:52:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b77889ef-cfb7-5710-903a-3e6300c8c02a, identifier: LT22%20HZA
2026-03-30 06:52:32 [bca.uk] INFO: Found listing with ID: HN74%20OVS
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN74%2520OVS%27 HTTP/1.1" 200 None
2026-03-30 06:52:32 [bca.uk] INFO: Scrape type for HN74%20OVS: 2
2026-03-30 06:52:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1069864e-a0c7-5bb7-b438-95e456ea1e2f with identifier: HN74%20OVS
2026-03-30 06:52:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1069864e-a0c7-5bb7-b438-95e456ea1e2f with scrape type 2
2026-03-30 06:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1069864e-a0c7-5bb7-b438-95e456ea1e2f with scrape type 2
2026-03-30 06:52:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1069864e-a0c7-5bb7-b438-95e456ea1e2f, identifier: HN74%20OVS
2026-03-30 06:52:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6b6502be-5071-51fe-8039-334a1642b0a8 with identifier: FY07%20NVF
2026-03-30 06:52:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6b6502be-5071-51fe-8039-334a1642b0a8 with identifier: FY07%20NVF
2026-03-30 06:52:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6b6502be-5071-51fe-8039-334a1642b0a8 with identifier: FY07%20NVF to the API
2026-03-30 06:52:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY07%20NVF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6b6502be-5071-51fe-8039-334a1642b0a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY07 NVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY07%20NVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 95494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.4 VVTI COLOUR COLLECTION Hatchback',
 'transmission': 'manual',
 'trim': 'VVTI COLOUR COLLECTION',
 'vin': 'SB1KM20E50F057400',
 'year': 2007}
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY07%2520NVF%27 HTTP/1.1" 200 None
2026-03-30 06:52:33 [bca.uk] INFO: Saving data for FY07%20NVF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303651.487203, 'last_price_update_time': 1774853553.055711}
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY07%2520NVF') HTTP/1.1" 204 0
2026-03-30 06:52:33 [bca.uk] INFO: Found listing with ID: FN13%20WVD
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520WVD%27 HTTP/1.1" 200 None
2026-03-30 06:52:33 [bca.uk] INFO: Scrape type for FN13%20WVD: 2
2026-03-30 06:52:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42199c7a-08a8-5324-8269-9959620bd9fb with identifier: FN13%20WVD
2026-03-30 06:52:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42199c7a-08a8-5324-8269-9959620bd9fb with scrape type 2
2026-03-30 06:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42199c7a-08a8-5324-8269-9959620bd9fb with scrape type 2
2026-03-30 06:52:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42199c7a-08a8-5324-8269-9959620bd9fb, identifier: FN13%20WVD
2026-03-30 06:52:33 [bca.uk] INFO: Found listing with ID: OV65%20VFK
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520VFK%27 HTTP/1.1" 200 None
2026-03-30 06:52:33 [bca.uk] INFO: Scrape type for OV65%20VFK: 2
2026-03-30 06:52:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 294c0b7b-a55e-52e1-8aba-247f192a4c06 with identifier: OV65%20VFK
2026-03-30 06:52:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 294c0b7b-a55e-52e1-8aba-247f192a4c06 with scrape type 2
2026-03-30 06:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 294c0b7b-a55e-52e1-8aba-247f192a4c06 with scrape type 2
2026-03-30 06:52:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 294c0b7b-a55e-52e1-8aba-247f192a4c06, identifier: OV65%20VFK
2026-03-30 06:52:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b77889ef-cfb7-5710-903a-3e6300c8c02a with identifier: LT22%20HZA
2026-03-30 06:52:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b77889ef-cfb7-5710-903a-3e6300c8c02a with identifier: LT22%20HZA
2026-03-30 06:52:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b77889ef-cfb7-5710-903a-3e6300c8c02a with identifier: LT22%20HZA to the API
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT22%20HZA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b77889ef-cfb7-5710-903a-3e6300c8c02a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LT22 HZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT22%20HZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'E-TRON S/B',
 'odometer': 32788,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON S/B 95KWH 55 Q S LINE Coupe',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q S LINE',
 'vin': 'WAUZZZGE6NB017364',
 'year': 2022}
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT22%2520HZA%27 HTTP/1.1" 200 None
2026-03-30 06:52:33 [bca.uk] INFO: Saving data for LT22%20HZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774390979.032545, 'last_price_update_time': 1774853553.595969}
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT22%2520HZA') HTTP/1.1" 204 0
2026-03-30 06:52:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1069864e-a0c7-5bb7-b438-95e456ea1e2f with identifier: HN74%20OVS
2026-03-30 06:52:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1069864e-a0c7-5bb7-b438-95e456ea1e2f with identifier: HN74%20OVS
2026-03-30 06:52:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1069864e-a0c7-5bb7-b438-95e456ea1e2f with identifier: HN74%20OVS to the API
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN74%20OVS-GB',
 'category': 'LightCommercialVehicle',
 'color': 'agate black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1069864e-a0c7-5bb7-b438-95e456ea1e2f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN74 OVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN74%20OVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 12151,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 170 4WD XLT CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EBL 170 4WD XLT',
 'vin': '6FPPXXMJ2PRD37817',
 'year': 2025}
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN74%2520OVS%27 HTTP/1.1" 200 None
2026-03-30 06:52:33 [bca.uk] INFO: Saving data for HN74%20OVS: {'auction_closing_time': 1774864800.0, 'created_time': 1774391743.275044, 'last_price_update_time': 1774853553.909308}
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN74%2520OVS') HTTP/1.1" 204 0
2026-03-30 06:52:33 [bca.uk] INFO: Found listing with ID: YM67%20GSU
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520GSU%27 HTTP/1.1" 200 None
2026-03-30 06:52:33 [bca.uk] INFO: Scrape type for YM67%20GSU: 2
2026-03-30 06:52:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb2da336-e3f0-5331-bda2-738214e66685 with identifier: YM67%20GSU
2026-03-30 06:52:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb2da336-e3f0-5331-bda2-738214e66685 with scrape type 2
2026-03-30 06:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb2da336-e3f0-5331-bda2-738214e66685 with scrape type 2
2026-03-30 06:52:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eb2da336-e3f0-5331-bda2-738214e66685, identifier: YM67%20GSU
2026-03-30 06:52:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42199c7a-08a8-5324-8269-9959620bd9fb with identifier: FN13%20WVD
2026-03-30 06:52:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42199c7a-08a8-5324-8269-9959620bd9fb with identifier: FN13%20WVD
2026-03-30 06:52:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42199c7a-08a8-5324-8269-9959620bd9fb with identifier: FN13%20WVD to the API
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN13%20WVD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '42199c7a-08a8-5324-8269-9959620bd9fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN13 WVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN13%20WVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 127015,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 SE',
 'vin': 'WVWZZZAUZDW059103',
 'year': 2013}
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN13%2520WVD%27 HTTP/1.1" 200 None
2026-03-30 06:52:34 [bca.uk] INFO: Saving data for FN13%20WVD: {'auction_closing_time': 1774864800.0, 'created_time': 1774392136.750704, 'last_price_update_time': 1774853554.382475}
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN13%2520WVD') HTTP/1.1" 204 0
2026-03-30 06:52:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 294c0b7b-a55e-52e1-8aba-247f192a4c06 with identifier: OV65%20VFK
2026-03-30 06:52:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 294c0b7b-a55e-52e1-8aba-247f192a4c06 with identifier: OV65%20VFK
2026-03-30 06:52:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 294c0b7b-a55e-52e1-8aba-247f192a4c06 with identifier: OV65%20VFK to the API
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV65%20VFK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '294c0b7b-a55e-52e1-8aba-247f192a4c06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV65 VFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV65%20VFK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220',
 'odometer': 61900,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6750,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 2.1 CDI B/T AMG LINE TIP Convertible',
 'transmission': 'manual',
 'trim': 'CDI B/T AMG LINE TIP',
 'vin': 'WDD2074012F337672',
 'year': 2015}
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520VFK%27 HTTP/1.1" 200 None
2026-03-30 06:52:34 [bca.uk] INFO: Saving data for OV65%20VFK: {'auction_closing_time': 1774940400.0, 'created_time': 1773935640.501221, 'last_price_update_time': 1774853554.712642}
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV65%2520VFK') HTTP/1.1" 204 0
2026-03-30 06:52:34 [bca.uk] INFO: Found listing with ID: OE70%20KBX
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520KBX%27 HTTP/1.1" 200 None
2026-03-30 06:52:34 [bca.uk] INFO: Scrape type for OE70%20KBX: 2
2026-03-30 06:52:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with identifier: OE70%20KBX
2026-03-30 06:52:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with scrape type 2
2026-03-30 06:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with scrape type 2
2026-03-30 06:52:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18ab99f3-8c0c-5d83-9f40-5bc9e6426598, identifier: OE70%20KBX
2026-03-30 06:52:34 [bca.uk] INFO: Found listing with ID: EU73%20MMK
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU73%2520MMK%27 HTTP/1.1" 200 None
2026-03-30 06:52:34 [bca.uk] INFO: Scrape type for EU73%20MMK: 2
2026-03-30 06:52:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with identifier: EU73%20MMK
2026-03-30 06:52:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with scrape type 2
2026-03-30 06:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with scrape type 2
2026-03-30 06:52:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0, identifier: EU73%20MMK
2026-03-30 06:52:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eb2da336-e3f0-5331-bda2-738214e66685 with identifier: YM67%20GSU
2026-03-30 06:52:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eb2da336-e3f0-5331-bda2-738214e66685 with identifier: YM67%20GSU
2026-03-30 06:52:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eb2da336-e3f0-5331-bda2-738214e66685 with identifier: YM67%20GSU to the API
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM67%20GSU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eb2da336-e3f0-5331-bda2-738214e66685',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM67 GSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM67%20GSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 55318,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I X-PLAY Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I X-PLAY',
 'vin': 'JTDKGNEC80N330797',
 'year': 2018}
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520GSU%27 HTTP/1.1" 200 None
2026-03-30 06:52:35 [bca.uk] INFO: Saving data for YM67%20GSU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303831.372332, 'last_price_update_time': 1774853555.240096}
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM67%2520GSU') HTTP/1.1" 204 0
2026-03-30 06:52:35 [bca.uk] INFO: Found listing with ID: KO15%20AKX
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO15%2520AKX%27 HTTP/1.1" 200 None
2026-03-30 06:52:35 [bca.uk] INFO: Scrape type for KO15%20AKX: 2
2026-03-30 06:52:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a701bc72-b840-591a-a955-fd55dc5b2c2e with identifier: KO15%20AKX
2026-03-30 06:52:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a701bc72-b840-591a-a955-fd55dc5b2c2e with scrape type 2
2026-03-30 06:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a701bc72-b840-591a-a955-fd55dc5b2c2e with scrape type 2
2026-03-30 06:52:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a701bc72-b840-591a-a955-fd55dc5b2c2e, identifier: KO15%20AKX
2026-03-30 06:52:35 [bca.uk] INFO: Found listing with ID: PK68%20GNX
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK68%2520GNX%27 HTTP/1.1" 200 None
2026-03-30 06:52:35 [bca.uk] INFO: Scrape type for PK68%20GNX: 2
2026-03-30 06:52:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5186970f-acbb-5442-b2de-194483e6b043 with identifier: PK68%20GNX
2026-03-30 06:52:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5186970f-acbb-5442-b2de-194483e6b043 with scrape type 2
2026-03-30 06:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5186970f-acbb-5442-b2de-194483e6b043 with scrape type 2
2026-03-30 06:52:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5186970f-acbb-5442-b2de-194483e6b043, identifier: PK68%20GNX
2026-03-30 06:52:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with identifier: OE70%20KBX
2026-03-30 06:52:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with identifier: OE70%20KBX
2026-03-30 06:52:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18ab99f3-8c0c-5d83-9f40-5bc9e6426598 with identifier: OE70%20KBX to the API
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE70%20KBX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '18ab99f3-8c0c-5d83-9f40-5bc9e6426598',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE70 KBX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE70%20KBX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 64719,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'JAGUAR I-PACE EV400 HSE (11KW) Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 HSE (11KW)',
 'vin': 'SADHA2A11M1606611',
 'year': 2020}
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE70%2520KBX%27 HTTP/1.1" 200 None
2026-03-30 06:52:35 [bca.uk] INFO: Saving data for OE70%20KBX: {'auction_closing_time': 1774951200.0, 'created_time': 1774390982.708812, 'last_price_update_time': 1774853555.772584}
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE70%2520KBX') HTTP/1.1" 204 0
2026-03-30 06:52:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with identifier: EU73%20MMK
2026-03-30 06:52:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with identifier: EU73%20MMK
2026-03-30 06:52:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0 with identifier: EU73%20MMK to the API
2026-03-30 06:52:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU73%20MMK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7f0f36c2-22ee-5ad8-a1cc-b23ec06d87c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU73 MMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU73%20MMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'SKODA',
 'model': 'SUPERB',
 'odometer': 12262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SKODA SUPERB 2.0 TDI CR 200 LAUREN+KLEMENT DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI CR 200 LAUREN+KLEMENT DSG',
 'vin': 'TMBBR7NP6R7016043',
 'year': 2023}
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU73%2520MMK%27 HTTP/1.1" 200 None
2026-03-30 06:52:36 [bca.uk] INFO: Saving data for EU73%20MMK: {'auction_closing_time': 1774854000.0, 'created_time': 1773842382.607703, 'last_price_update_time': 1774853556.113837}
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU73%2520MMK') HTTP/1.1" 204 0
2026-03-30 06:52:36 [bca.uk] INFO: Total items found: 100
2026-03-30 06:52:36 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded
2026-03-30 06:52:36 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:52:36 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:52:36 [bca.uk] INFO: Found listing with ID: AY17%20WJA
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY17%2520WJA%27 HTTP/1.1" 200 None
2026-03-30 06:52:36 [bca.uk] INFO: Scrape type for AY17%20WJA: 2
2026-03-30 06:52:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5655951-38c5-50be-8173-d7c2e8a64ad1 with identifier: AY17%20WJA
2026-03-30 06:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5655951-38c5-50be-8173-d7c2e8a64ad1 with scrape type 2
2026-03-30 06:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5655951-38c5-50be-8173-d7c2e8a64ad1 with scrape type 2
2026-03-30 06:52:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d5655951-38c5-50be-8173-d7c2e8a64ad1, identifier: AY17%20WJA
2026-03-30 06:52:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a701bc72-b840-591a-a955-fd55dc5b2c2e with identifier: KO15%20AKX
2026-03-30 06:52:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a701bc72-b840-591a-a955-fd55dc5b2c2e with identifier: KO15%20AKX
2026-03-30 06:52:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a701bc72-b840-591a-a955-fd55dc5b2c2e with identifier: KO15%20AKX to the API
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KO15%20AKX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a701bc72-b840-591a-a955-fd55dc5b2c2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KO15 AKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KO15%20AKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 73891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.6 BLUEHDI 100 DSTYLE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 DSTYLE S/S',
 'vin': 'VF7SABHY6FW580730',
 'year': 2015}
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KO15%2520AKX%27 HTTP/1.1" 200 None
2026-03-30 06:52:36 [bca.uk] INFO: Saving data for KO15%20AKX: {'auction_closing_time': 1774864800.0, 'created_time': 1774392100.684511, 'last_price_update_time': 1774853556.701192}
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KO15%2520AKX') HTTP/1.1" 204 0
2026-03-30 06:52:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5186970f-acbb-5442-b2de-194483e6b043 with identifier: PK68%20GNX
2026-03-30 06:52:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5186970f-acbb-5442-b2de-194483e6b043 with identifier: PK68%20GNX
2026-03-30 06:52:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5186970f-acbb-5442-b2de-194483e6b043 with identifier: PK68%20GNX to the API
2026-03-30 06:52:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK68%20GNX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5186970f-acbb-5442-b2de-194483e6b043',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK68 GNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK68%20GNX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 51352,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12400,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 P200 AWD R-DYNAMIC S Hatchback',
 'transmission': 'automatic',
 'trim': 'P200 AWD R-DYNAMIC S',
 'vin': 'SADFA2AX3K1Z35996',
 'year': 2018}
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK68%2520GNX%27 HTTP/1.1" 200 None
2026-03-30 06:52:37 [bca.uk] INFO: Saving data for PK68%20GNX: {'auction_closing_time': 1774940400.0, 'created_time': 1773932411.894372, 'last_price_update_time': 1774853557.086722}
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK68%2520GNX') HTTP/1.1" 204 0
2026-03-30 06:52:37 [bca.uk] INFO: Found listing with ID: YS70%20VRU
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520VRU%27 HTTP/1.1" 200 None
2026-03-30 06:52:37 [bca.uk] INFO: Scrape type for YS70%20VRU: 2
2026-03-30 06:52:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f32f0292-4a10-5d93-a423-ec8bbef722f9 with identifier: YS70%20VRU
2026-03-30 06:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f32f0292-4a10-5d93-a423-ec8bbef722f9 with scrape type 2
2026-03-30 06:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f32f0292-4a10-5d93-a423-ec8bbef722f9 with scrape type 2
2026-03-30 06:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f32f0292-4a10-5d93-a423-ec8bbef722f9, identifier: YS70%20VRU
2026-03-30 06:52:37 [bca.uk] INFO: Found listing with ID: GY19%20WHW
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520WHW%27 HTTP/1.1" 200 None
2026-03-30 06:52:37 [bca.uk] INFO: Scrape type for GY19%20WHW: 2
2026-03-30 06:52:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4680da9-5a09-5485-98a3-ef82048be2aa with identifier: GY19%20WHW
2026-03-30 06:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4680da9-5a09-5485-98a3-ef82048be2aa with scrape type 2
2026-03-30 06:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4680da9-5a09-5485-98a3-ef82048be2aa with scrape type 2
2026-03-30 06:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4680da9-5a09-5485-98a3-ef82048be2aa, identifier: GY19%20WHW
2026-03-30 06:52:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d5655951-38c5-50be-8173-d7c2e8a64ad1 with identifier: AY17%20WJA
2026-03-30 06:52:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d5655951-38c5-50be-8173-d7c2e8a64ad1 with identifier: AY17%20WJA
2026-03-30 06:52:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d5655951-38c5-50be-8173-d7c2e8a64ad1 with identifier: AY17%20WJA to the API
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 87,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY17%20WJA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd5655951-38c5-50be-8173-d7c2e8a64ad1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY17 WJA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY17%20WJA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 95475,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 DYNAMIC',
 'vin': 'NMTKZ3BX50R016054',
 'year': 2017}
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY17%2520WJA%27 HTTP/1.1" 200 None
2026-03-30 06:52:37 [bca.uk] INFO: Saving data for AY17%20WJA: {'auction_closing_time': 1774864800.0, 'created_time': 1774303644.710351, 'last_price_update_time': 1774853557.626809}
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY17%2520WJA') HTTP/1.1" 204 0
2026-03-30 06:52:37 [bca.uk] INFO: Found listing with ID: YP10%20EOJ
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP10%2520EOJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:37 [bca.uk] INFO: Scrape type for YP10%20EOJ: 2
2026-03-30 06:52:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with identifier: YP10%20EOJ
2026-03-30 06:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with scrape type 2
2026-03-30 06:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with scrape type 2
2026-03-30 06:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4e01a1f-b2a0-5c52-9881-e8a703a71f81, identifier: YP10%20EOJ
2026-03-30 06:52:37 [bca.uk] INFO: Found listing with ID: RJ17%20GXM
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ17%2520GXM%27 HTTP/1.1" 200 None
2026-03-30 06:52:37 [bca.uk] INFO: Scrape type for RJ17%20GXM: 2
2026-03-30 06:52:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11255725-d6c7-5953-a85b-e2c01a3213af with identifier: RJ17%20GXM
2026-03-30 06:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11255725-d6c7-5953-a85b-e2c01a3213af with scrape type 2
2026-03-30 06:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11255725-d6c7-5953-a85b-e2c01a3213af with scrape type 2
2026-03-30 06:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11255725-d6c7-5953-a85b-e2c01a3213af, identifier: RJ17%20GXM
2026-03-30 06:52:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f32f0292-4a10-5d93-a423-ec8bbef722f9 with identifier: YS70%20VRU
2026-03-30 06:52:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f32f0292-4a10-5d93-a423-ec8bbef722f9 with identifier: YS70%20VRU
2026-03-30 06:52:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f32f0292-4a10-5d93-a423-ec8bbef722f9 with identifier: YS70%20VRU to the API
2026-03-30 06:52:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS70%20VRU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f32f0292-4a10-5d93-a423-ec8bbef722f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS70 VRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS70%20VRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 54135,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q TECHNIK StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q TECHNIK',
 'vin': 'WAUZZZGE6MB015015',
 'year': 2020}
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS70%2520VRU%27 HTTP/1.1" 200 None
2026-03-30 06:52:38 [bca.uk] INFO: Saving data for YS70%20VRU: {'auction_closing_time': 1774951200.0, 'created_time': 1774390943.630196, 'last_price_update_time': 1774853558.162135}
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS70%2520VRU') HTTP/1.1" 204 0
2026-03-30 06:52:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4680da9-5a09-5485-98a3-ef82048be2aa with identifier: GY19%20WHW
2026-03-30 06:52:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4680da9-5a09-5485-98a3-ef82048be2aa with identifier: GY19%20WHW
2026-03-30 06:52:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4680da9-5a09-5485-98a3-ef82048be2aa with identifier: GY19%20WHW to the API
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY19%20WHW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c4680da9-5a09-5485-98a3-ef82048be2aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY19 WHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY19%20WHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': 'Z4',
 'odometer': 31539,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW Z4 3.0 SDRIVE M40I Roadster',
 'transmission': 'automatic',
 'trim': 'SDRIVE M40I',
 'vin': 'WBAHF52030WW26079',
 'year': 2019}
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY19%2520WHW%27 HTTP/1.1" 200 None
2026-03-30 06:52:38 [bca.uk] INFO: Saving data for GY19%20WHW: {'auction_closing_time': 1774854000.0, 'created_time': 1773832044.285186, 'last_price_update_time': 1774853558.497852}
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY19%2520WHW') HTTP/1.1" 204 0
2026-03-30 06:52:38 [bca.uk] INFO: Found listing with ID: OY62%20XSC
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY62%2520XSC%27 HTTP/1.1" 200 None
2026-03-30 06:52:38 [bca.uk] INFO: Scrape type for OY62%20XSC: 2
2026-03-30 06:52:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8a34ace-454f-5e5d-83c2-272352d01016 with identifier: OY62%20XSC
2026-03-30 06:52:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8a34ace-454f-5e5d-83c2-272352d01016 with scrape type 2
2026-03-30 06:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8a34ace-454f-5e5d-83c2-272352d01016 with scrape type 2
2026-03-30 06:52:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8a34ace-454f-5e5d-83c2-272352d01016, identifier: OY62%20XSC
2026-03-30 06:52:38 [bca.uk] INFO: Found listing with ID: MA24%20ZXL
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520ZXL%27 HTTP/1.1" 200 None
2026-03-30 06:52:38 [bca.uk] INFO: Scrape type for MA24%20ZXL: 2
2026-03-30 06:52:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9914a083-ae91-52c9-8e44-f738f02b00c1 with identifier: MA24%20ZXL
2026-03-30 06:52:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9914a083-ae91-52c9-8e44-f738f02b00c1 with scrape type 2
2026-03-30 06:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9914a083-ae91-52c9-8e44-f738f02b00c1 with scrape type 2
2026-03-30 06:52:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9914a083-ae91-52c9-8e44-f738f02b00c1, identifier: MA24%20ZXL
2026-03-30 06:52:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with identifier: YP10%20EOJ
2026-03-30 06:52:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with identifier: YP10%20EOJ
2026-03-30 06:52:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4e01a1f-b2a0-5c52-9881-e8a703a71f81 with identifier: YP10%20EOJ to the API
2026-03-30 06:52:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP10%20EOJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b4e01a1f-b2a0-5c52-9881-e8a703a71f81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP10 EOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP10%20EOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 51571,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.0 1 Hatchback',
 'transmission': 'manual',
 'trim': '1',
 'vin': 'KNABF514LAT955984',
 'year': 2010}
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP10%2520EOJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:39 [bca.uk] INFO: Saving data for YP10%20EOJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390780.968095, 'last_price_update_time': 1774853559.010297}
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP10%2520EOJ') HTTP/1.1" 204 0
2026-03-30 06:52:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11255725-d6c7-5953-a85b-e2c01a3213af with identifier: RJ17%20GXM
2026-03-30 06:52:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11255725-d6c7-5953-a85b-e2c01a3213af with identifier: RJ17%20GXM
2026-03-30 06:52:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11255725-d6c7-5953-a85b-e2c01a3213af with identifier: RJ17%20GXM to the API
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ17%20GXM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11255725-d6c7-5953-a85b-e2c01a3213af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ17 GXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ17%20GXM&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 114729,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13400,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 TD6 258 FIRST EDITION StationWagon',
 'transmission': 'automatic',
 'trim': 'TD6 258 FIRST EDITION',
 'vin': 'SALRA2AK3HA004882',
 'year': 2017}
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ17%2520GXM%27 HTTP/1.1" 200 None
2026-03-30 06:52:39 [bca.uk] INFO: Saving data for RJ17%20GXM: {'auction_closing_time': 1774940400.0, 'created_time': 1773935601.908245, 'last_price_update_time': 1774853559.306884}
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ17%2520GXM') HTTP/1.1" 204 0
2026-03-30 06:52:39 [bca.uk] INFO: Found listing with ID: BV20%20XBO
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV20%2520XBO%27 HTTP/1.1" 200 None
2026-03-30 06:52:39 [bca.uk] INFO: Scrape type for BV20%20XBO: 2
2026-03-30 06:52:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc954c32-5474-57ae-af20-123d638a4d89 with identifier: BV20%20XBO
2026-03-30 06:52:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc954c32-5474-57ae-af20-123d638a4d89 with scrape type 2
2026-03-30 06:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc954c32-5474-57ae-af20-123d638a4d89 with scrape type 2
2026-03-30 06:52:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc954c32-5474-57ae-af20-123d638a4d89, identifier: BV20%20XBO
2026-03-30 06:52:39 [bca.uk] INFO: Found listing with ID: HN72%20EEU
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520EEU%27 HTTP/1.1" 200 None
2026-03-30 06:52:39 [bca.uk] INFO: Scrape type for HN72%20EEU: 2
2026-03-30 06:52:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2b12ca1-c577-5819-9459-b98bda133822 with identifier: HN72%20EEU
2026-03-30 06:52:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2b12ca1-c577-5819-9459-b98bda133822 with scrape type 2
2026-03-30 06:52:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2b12ca1-c577-5819-9459-b98bda133822 with scrape type 2
2026-03-30 06:52:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2b12ca1-c577-5819-9459-b98bda133822, identifier: HN72%20EEU
2026-03-30 06:52:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8a34ace-454f-5e5d-83c2-272352d01016 with identifier: OY62%20XSC
2026-03-30 06:52:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8a34ace-454f-5e5d-83c2-272352d01016 with identifier: OY62%20XSC
2026-03-30 06:52:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8a34ace-454f-5e5d-83c2-272352d01016 with identifier: OY62%20XSC to the API
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY62%20XSC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f8a34ace-454f-5e5d-83c2-272352d01016',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY62 XSC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY62%20XSC&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 118495,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 TDI 245 QUATTRO S LINE+ TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 245 QUATTRO S LINE+ TIP',
 'vin': 'WAUZZZ4L3DD010152',
 'year': 2013}
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY62%2520XSC%27 HTTP/1.1" 200 None
2026-03-30 06:52:39 [bca.uk] INFO: Saving data for OY62%20XSC: {'auction_closing_time': 1775037600.0, 'created_time': 1774362011.234371, 'last_price_update_time': 1774853559.843537}
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY62%2520XSC') HTTP/1.1" 204 0
2026-03-30 06:52:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9914a083-ae91-52c9-8e44-f738f02b00c1 with identifier: MA24%20ZXL
2026-03-30 06:52:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9914a083-ae91-52c9-8e44-f738f02b00c1 with identifier: MA24%20ZXL
2026-03-30 06:52:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9914a083-ae91-52c9-8e44-f738f02b00c1 with identifier: MA24%20ZXL to the API
2026-03-30 06:52:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA24%20ZXL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9914a083-ae91-52c9-8e44-f738f02b00c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA24 ZXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA24%20ZXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 14339,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PPP40418',
 'year': 2024}
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA24%2520ZXL%27 HTTP/1.1" 200 None
2026-03-30 06:52:40 [bca.uk] INFO: Saving data for MA24%20ZXL: {'auction_closing_time': 1774951200.0, 'created_time': 1774390472.430248, 'last_price_update_time': 1774853560.162179}
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA24%2520ZXL') HTTP/1.1" 204 0
2026-03-30 06:52:40 [bca.uk] INFO: Found listing with ID: LP10%20ULA
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP10%2520ULA%27 HTTP/1.1" 200 None
2026-03-30 06:52:40 [bca.uk] INFO: Scrape type for LP10%20ULA: 2
2026-03-30 06:52:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 705206db-6e10-5d5c-9d54-45c2b734e237 with identifier: LP10%20ULA
2026-03-30 06:52:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 705206db-6e10-5d5c-9d54-45c2b734e237 with scrape type 2
2026-03-30 06:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 705206db-6e10-5d5c-9d54-45c2b734e237 with scrape type 2
2026-03-30 06:52:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 705206db-6e10-5d5c-9d54-45c2b734e237, identifier: LP10%20ULA
2026-03-30 06:52:40 [bca.uk] INFO: Found listing with ID: RO20%20CNN
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO20%2520CNN%27 HTTP/1.1" 200 None
2026-03-30 06:52:40 [bca.uk] INFO: Scrape type for RO20%20CNN: 2
2026-03-30 06:52:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with identifier: RO20%20CNN
2026-03-30 06:52:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with scrape type 2
2026-03-30 06:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with scrape type 2
2026-03-30 06:52:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2efb4668-fdd2-51f0-9950-bb13ca8f8fda, identifier: RO20%20CNN
2026-03-30 06:52:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc954c32-5474-57ae-af20-123d638a4d89 with identifier: BV20%20XBO
2026-03-30 06:52:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc954c32-5474-57ae-af20-123d638a4d89 with identifier: BV20%20XBO
2026-03-30 06:52:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc954c32-5474-57ae-af20-123d638a4d89 with identifier: BV20%20XBO to the API
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV20%20XBO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'dc954c32-5474-57ae-af20-123d638a4d89',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV20 XBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV20%20XBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 26761,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-2008 100KW 50KWH GT LINE Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GT LINE',
 'vin': 'VR3UKZKXZLJ655559',
 'year': 2020}
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV20%2520XBO%27 HTTP/1.1" 200 None
2026-03-30 06:52:40 [bca.uk] INFO: Saving data for BV20%20XBO: {'auction_closing_time': 1775124000.0, 'created_time': 1774392082.175451, 'last_price_update_time': 1774853560.691037}
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV20%2520XBO') HTTP/1.1" 204 0
2026-03-30 06:52:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2b12ca1-c577-5819-9459-b98bda133822 with identifier: HN72%20EEU
2026-03-30 06:52:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2b12ca1-c577-5819-9459-b98bda133822 with identifier: HN72%20EEU
2026-03-30 06:52:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2b12ca1-c577-5819-9459-b98bda133822 with identifier: HN72%20EEU to the API
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN72%20EEU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd2b12ca1-c577-5819-9459-b98bda133822',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HN72 EEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN72%20EEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'BMW',
 'model': '330E',
 'odometer': 51851,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Estate',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA82CY020FN48191',
 'year': 2022}
2026-03-30 06:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN72%2520EEU%27 HTTP/1.1" 200 None
2026-03-30 06:52:41 [bca.uk] INFO: Saving data for HN72%20EEU: {'auction_closing_time': 1774864800.0, 'created_time': 1774391663.584547, 'last_price_update_time': 1774853561.008628}
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN72%2520EEU') HTTP/1.1" 204 0
2026-03-30 06:52:41 [bca.uk] INFO: Found listing with ID: EA67%20HVH
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520HVH%27 HTTP/1.1" 200 None
2026-03-30 06:52:41 [bca.uk] INFO: Scrape type for EA67%20HVH: 2
2026-03-30 06:52:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d399b7cc-fc9b-559f-a195-54a3d3623da6 with identifier: EA67%20HVH
2026-03-30 06:52:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d399b7cc-fc9b-559f-a195-54a3d3623da6 with scrape type 2
2026-03-30 06:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d399b7cc-fc9b-559f-a195-54a3d3623da6 with scrape type 2
2026-03-30 06:52:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d399b7cc-fc9b-559f-a195-54a3d3623da6, identifier: EA67%20HVH
2026-03-30 06:52:41 [bca.uk] INFO: Found listing with ID: YM67%20EZP
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520EZP%27 HTTP/1.1" 200 None
2026-03-30 06:52:41 [bca.uk] INFO: Scrape type for YM67%20EZP: 2
2026-03-30 06:52:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db709ac0-14f7-5092-ae99-656191a5314b with identifier: YM67%20EZP
2026-03-30 06:52:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db709ac0-14f7-5092-ae99-656191a5314b with scrape type 2
2026-03-30 06:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db709ac0-14f7-5092-ae99-656191a5314b with scrape type 2
2026-03-30 06:52:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: db709ac0-14f7-5092-ae99-656191a5314b, identifier: YM67%20EZP
2026-03-30 06:52:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 705206db-6e10-5d5c-9d54-45c2b734e237 with identifier: LP10%20ULA
2026-03-30 06:52:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 705206db-6e10-5d5c-9d54-45c2b734e237 with identifier: LP10%20ULA
2026-03-30 06:52:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 705206db-6e10-5d5c-9d54-45c2b734e237 with identifier: LP10%20ULA to the API
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP10%20ULA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '705206db-6e10-5d5c-9d54-45c2b734e237',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP10 ULA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP10%20ULA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 69845,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.6 TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': 'TECHNIK',
 'vin': 'WAUZZZ8P3AA147960',
 'year': 2010}
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP10%2520ULA%27 HTTP/1.1" 200 None
2026-03-30 06:52:41 [bca.uk] INFO: Saving data for LP10%20ULA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390536.694129, 'last_price_update_time': 1774853561.564105}
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP10%2520ULA') HTTP/1.1" 204 0
2026-03-30 06:52:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with identifier: RO20%20CNN
2026-03-30 06:52:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with identifier: RO20%20CNN
2026-03-30 06:52:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2efb4668-fdd2-51f0-9950-bb13ca8f8fda with identifier: RO20%20CNN to the API
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO20%20CNN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2efb4668-fdd2-51f0-9950-bb13ca8f8fda',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO20 CNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO20%20CNN&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 82006,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12750,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 D180 R-DYNAMIC SE (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE (7ST)',
 'vin': 'SALCA2AN2LH850906',
 'year': 2020}
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO20%2520CNN%27 HTTP/1.1" 200 None
2026-03-30 06:52:41 [bca.uk] INFO: Saving data for RO20%20CNN: {'auction_closing_time': 1774940400.0, 'created_time': 1773935614.898081, 'last_price_update_time': 1774853561.935995}
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO20%2520CNN') HTTP/1.1" 204 0
2026-03-30 06:52:41 [bca.uk] INFO: Found listing with ID: CT17%20CXK
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT17%2520CXK%27 HTTP/1.1" 200 None
2026-03-30 06:52:41 [bca.uk] INFO: Scrape type for CT17%20CXK: 2
2026-03-30 06:52:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with identifier: CT17%20CXK
2026-03-30 06:52:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with scrape type 2
2026-03-30 06:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with scrape type 2
2026-03-30 06:52:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5ee9f3f-f5fc-5430-80b9-82bbf60071f8, identifier: CT17%20CXK
2026-03-30 06:52:42 [bca.uk] INFO: Found listing with ID: FN11%20OHJ
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN11%2520OHJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:42 [bca.uk] INFO: Scrape type for FN11%20OHJ: 2
2026-03-30 06:52:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9532fa11-56d9-5f59-8703-3039850b3062 with identifier: FN11%20OHJ
2026-03-30 06:52:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9532fa11-56d9-5f59-8703-3039850b3062 with scrape type 2
2026-03-30 06:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9532fa11-56d9-5f59-8703-3039850b3062 with scrape type 2
2026-03-30 06:52:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9532fa11-56d9-5f59-8703-3039850b3062, identifier: FN11%20OHJ
2026-03-30 06:52:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d399b7cc-fc9b-559f-a195-54a3d3623da6 with identifier: EA67%20HVH
2026-03-30 06:52:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d399b7cc-fc9b-559f-a195-54a3d3623da6 with identifier: EA67%20HVH
2026-03-30 06:52:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d399b7cc-fc9b-559f-a195-54a3d3623da6 with identifier: EA67%20HVH to the API
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA67%20HVH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd399b7cc-fc9b-559f-a195-54a3d3623da6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA67 HVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA67%20HVH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 76370,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 GDI B/D 132 2WD SE StationWagon',
 'transmission': 'manual',
 'trim': 'GDI B/D 132 2WD SE',
 'vin': 'TMAJ3811LJJ532543',
 'year': 2017}
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA67%2520HVH%27 HTTP/1.1" 200 None
2026-03-30 06:52:42 [bca.uk] INFO: Saving data for EA67%20HVH: {'auction_closing_time': 1775037600.0, 'created_time': 1773959880.658092, 'last_price_update_time': 1774853562.552187}
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA67%2520HVH') HTTP/1.1" 204 0
2026-03-30 06:52:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: db709ac0-14f7-5092-ae99-656191a5314b with identifier: YM67%20EZP
2026-03-30 06:52:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: db709ac0-14f7-5092-ae99-656191a5314b with identifier: YM67%20EZP
2026-03-30 06:52:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: db709ac0-14f7-5092-ae99-656191a5314b with identifier: YM67%20EZP to the API
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM67%20EZP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'db709ac0-14f7-5092-ae99-656191a5314b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM67 EZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM67%20EZP&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 46502,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.7 CRDI 2WD 2 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 2WD 2 ISG',
 'vin': 'U5YPH815LHL413751',
 'year': 2018}
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM67%2520EZP%27 HTTP/1.1" 200 None
2026-03-30 06:52:42 [bca.uk] INFO: Saving data for YM67%20EZP: {'auction_closing_time': 1774864800.0, 'created_time': 1774303837.048134, 'last_price_update_time': 1774853562.833359}
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM67%2520EZP') HTTP/1.1" 204 0
2026-03-30 06:52:42 [bca.uk] INFO: Found listing with ID: PN61%20OPD
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN61%2520OPD%27 HTTP/1.1" 200 None
2026-03-30 06:52:42 [bca.uk] INFO: Scrape type for PN61%20OPD: 2
2026-03-30 06:52:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with identifier: PN61%20OPD
2026-03-30 06:52:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with scrape type 2
2026-03-30 06:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with scrape type 2
2026-03-30 06:52:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0b6707fd-d742-5dbd-a5a2-6c92064c4786, identifier: PN61%20OPD
2026-03-30 06:52:42 [bca.uk] INFO: Found listing with ID: ST13%20JKV
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST13%2520JKV%27 HTTP/1.1" 200 None
2026-03-30 06:52:42 [bca.uk] INFO: Scrape type for ST13%20JKV: 2
2026-03-30 06:52:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29c7a589-5848-5c64-a6c4-6675a33fbaff with identifier: ST13%20JKV
2026-03-30 06:52:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29c7a589-5848-5c64-a6c4-6675a33fbaff with scrape type 2
2026-03-30 06:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29c7a589-5848-5c64-a6c4-6675a33fbaff with scrape type 2
2026-03-30 06:52:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29c7a589-5848-5c64-a6c4-6675a33fbaff, identifier: ST13%20JKV
2026-03-30 06:52:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with identifier: CT17%20CXK
2026-03-30 06:52:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with identifier: CT17%20CXK
2026-03-30 06:52:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5ee9f3f-f5fc-5430-80b9-82bbf60071f8 with identifier: CT17%20CXK to the API
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CT17%20CXK-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a5ee9f3f-f5fc-5430-80b9-82bbf60071f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CT17 CXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CT17%20CXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'SUZUKI',
 'model': 'IGNIS',
 'odometer': 62069,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SUZUKI IGNIS 1.2 DUALJET SHVS SZ5 Hatchback',
 'transmission': 'manual',
 'trim': 'DUALJET SHVS SZ5',
 'vin': 'JSAMFH21S00101290',
 'year': 2017}
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CT17%2520CXK%27 HTTP/1.1" 200 None
2026-03-30 06:52:43 [bca.uk] INFO: Saving data for CT17%20CXK: {'auction_closing_time': 1775124000.0, 'created_time': 1774392061.328158, 'last_price_update_time': 1774853563.356841}
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CT17%2520CXK') HTTP/1.1" 204 0
2026-03-30 06:52:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9532fa11-56d9-5f59-8703-3039850b3062 with identifier: FN11%20OHJ
2026-03-30 06:52:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9532fa11-56d9-5f59-8703-3039850b3062 with identifier: FN11%20OHJ
2026-03-30 06:52:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9532fa11-56d9-5f59-8703-3039850b3062 with identifier: FN11%20OHJ to the API
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN11%20OHJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9532fa11-56d9-5f59-8703-3039850b3062',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN11 OHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN11%20OHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 78882,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.6 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TITANIUM',
 'vin': 'WF0PXXGCDPAP53912',
 'year': 2011}
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN11%2520OHJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:43 [bca.uk] INFO: Saving data for FN11%20OHJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391575.576796, 'last_price_update_time': 1774853563.653142}
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN11%2520OHJ') HTTP/1.1" 204 0
2026-03-30 06:52:43 [bca.uk] INFO: Found listing with ID: BN64%20YAW
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520YAW%27 HTTP/1.1" 200 None
2026-03-30 06:52:43 [bca.uk] INFO: Scrape type for BN64%20YAW: 2
2026-03-30 06:52:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with identifier: BN64%20YAW
2026-03-30 06:52:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with scrape type 2
2026-03-30 06:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with scrape type 2
2026-03-30 06:52:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3a803429-bb00-58ba-a4fa-b50c5c8172b0, identifier: BN64%20YAW
2026-03-30 06:52:43 [bca.uk] INFO: Found listing with ID: BL13%20EEV
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL13%2520EEV%27 HTTP/1.1" 200 None
2026-03-30 06:52:43 [bca.uk] INFO: Scrape type for BL13%20EEV: 2
2026-03-30 06:52:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with identifier: BL13%20EEV
2026-03-30 06:52:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with scrape type 2
2026-03-30 06:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with scrape type 2
2026-03-30 06:52:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d954c5c-c731-50a2-9893-8bfa7980b1d7, identifier: BL13%20EEV
2026-03-30 06:52:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with identifier: PN61%20OPD
2026-03-30 06:52:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with identifier: PN61%20OPD
2026-03-30 06:52:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0b6707fd-d742-5dbd-a5a2-6c92064c4786 with identifier: PN61%20OPD to the API
2026-03-30 06:52:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN61%20OPD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0b6707fd-d742-5dbd-a5a2-6c92064c4786',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN61 OPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN61%20OPD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FIAT',
 'model': '500',
 'odometer': 26000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S D/LOGIC Hatchback',
 'transmission': 'automatic',
 'trim': 'LOUNGE S/S D/LOGIC',
 'vin': 'ZFA31200000748961',
 'year': 2011}
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN61%2520OPD%27 HTTP/1.1" 200 None
2026-03-30 06:52:44 [bca.uk] INFO: Saving data for PN61%20OPD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390539.024425, 'last_price_update_time': 1774853564.152749}
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN61%2520OPD') HTTP/1.1" 204 0
2026-03-30 06:52:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29c7a589-5848-5c64-a6c4-6675a33fbaff with identifier: ST13%20JKV
2026-03-30 06:52:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29c7a589-5848-5c64-a6c4-6675a33fbaff with identifier: ST13%20JKV
2026-03-30 06:52:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29c7a589-5848-5c64-a6c4-6675a33fbaff with identifier: ST13%20JKV to the API
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST13%20JKV-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '29c7a589-5848-5c64-a6c4-6675a33fbaff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ST13 JKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST13%20JKV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow',
 'make': 'MERCEDES-BENZ',
 'model': 'C220',
 'odometer': 95806,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2700,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 2.1 CDI B/E AMG SPORT Saloon',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT',
 'vin': 'WDD2040022A867444',
 'year': 2013}
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST13%2520JKV%27 HTTP/1.1" 200 None
2026-03-30 06:52:44 [bca.uk] INFO: Saving data for ST13%20JKV: {'auction_closing_time': 1774940400.0, 'created_time': 1773821347.482026, 'last_price_update_time': 1774853564.484642}
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST13%2520JKV') HTTP/1.1" 204 0
2026-03-30 06:52:44 [bca.uk] INFO: Found listing with ID: RJ67%20CWL
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ67%2520CWL%27 HTTP/1.1" 200 None
2026-03-30 06:52:44 [bca.uk] INFO: Scrape type for RJ67%20CWL: 2
2026-03-30 06:52:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5136db5b-e3c5-559e-b280-e156fff2928b with identifier: RJ67%20CWL
2026-03-30 06:52:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5136db5b-e3c5-559e-b280-e156fff2928b with scrape type 2
2026-03-30 06:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5136db5b-e3c5-559e-b280-e156fff2928b with scrape type 2
2026-03-30 06:52:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5136db5b-e3c5-559e-b280-e156fff2928b, identifier: RJ67%20CWL
2026-03-30 06:52:44 [bca.uk] INFO: Found listing with ID: FN17%20FDM
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520FDM%27 HTTP/1.1" 200 None
2026-03-30 06:52:44 [bca.uk] INFO: Scrape type for FN17%20FDM: 2
2026-03-30 06:52:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1dc5222-1a98-52d1-b384-1ddea8155a4b with identifier: FN17%20FDM
2026-03-30 06:52:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1dc5222-1a98-52d1-b384-1ddea8155a4b with scrape type 2
2026-03-30 06:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1dc5222-1a98-52d1-b384-1ddea8155a4b with scrape type 2
2026-03-30 06:52:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1dc5222-1a98-52d1-b384-1ddea8155a4b, identifier: FN17%20FDM
2026-03-30 06:52:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with identifier: BN64%20YAW
2026-03-30 06:52:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with identifier: BN64%20YAW
2026-03-30 06:52:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3a803429-bb00-58ba-a4fa-b50c5c8172b0 with identifier: BN64%20YAW to the API
2026-03-30 06:52:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN64%20YAW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3a803429-bb00-58ba-a4fa-b50c5c8172b0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN64 YAW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN64%20YAW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 96849,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0DXXGAKDEP38956',
 'year': 2014}
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN64%2520YAW%27 HTTP/1.1" 200 None
2026-03-30 06:52:45 [bca.uk] INFO: Saving data for BN64%20YAW: {'auction_closing_time': 1775037600.0, 'created_time': 1774365699.077765, 'last_price_update_time': 1774853565.165575}
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN64%2520YAW') HTTP/1.1" 204 0
2026-03-30 06:52:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with identifier: BL13%20EEV
2026-03-30 06:52:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with identifier: BL13%20EEV
2026-03-30 06:52:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d954c5c-c731-50a2-9893-8bfa7980b1d7 with identifier: BL13%20EEV to the API
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL13%20EEV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8d954c5c-c731-50a2-9893-8bfa7980b1d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL13 EEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL13%20EEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HYUNDAI',
 'model': 'IX35',
 'odometer': 130553,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HYUNDAI IX35 2.0 CRDI PREMIUM 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI PREMIUM 4WD',
 'vin': 'TMAJU81VSDJ462824',
 'year': 2013}
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL13%2520EEV%27 HTTP/1.1" 200 None
2026-03-30 06:52:45 [bca.uk] INFO: Saving data for BL13%20EEV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390447.525532, 'last_price_update_time': 1774853565.453148}
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL13%2520EEV') HTTP/1.1" 204 0
2026-03-30 06:52:45 [bca.uk] INFO: Found listing with ID: PF63%20ZKD
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF63%2520ZKD%27 HTTP/1.1" 200 None
2026-03-30 06:52:45 [bca.uk] INFO: Scrape type for PF63%20ZKD: 2
2026-03-30 06:52:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fe386be-ea6f-5277-ab07-662afa4b822e with identifier: PF63%20ZKD
2026-03-30 06:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fe386be-ea6f-5277-ab07-662afa4b822e with scrape type 2
2026-03-30 06:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fe386be-ea6f-5277-ab07-662afa4b822e with scrape type 2
2026-03-30 06:52:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4fe386be-ea6f-5277-ab07-662afa4b822e, identifier: PF63%20ZKD
2026-03-30 06:52:45 [bca.uk] INFO: Found listing with ID: WP71%20GDY
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520GDY%27 HTTP/1.1" 200 None
2026-03-30 06:52:45 [bca.uk] INFO: Scrape type for WP71%20GDY: 2
2026-03-30 06:52:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c5e706e-098b-5706-8df8-53c973278ad4 with identifier: WP71%20GDY
2026-03-30 06:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c5e706e-098b-5706-8df8-53c973278ad4 with scrape type 2
2026-03-30 06:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c5e706e-098b-5706-8df8-53c973278ad4 with scrape type 2
2026-03-30 06:52:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c5e706e-098b-5706-8df8-53c973278ad4, identifier: WP71%20GDY
2026-03-30 06:52:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5136db5b-e3c5-559e-b280-e156fff2928b with identifier: RJ67%20CWL
2026-03-30 06:52:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5136db5b-e3c5-559e-b280-e156fff2928b with identifier: RJ67%20CWL
2026-03-30 06:52:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5136db5b-e3c5-559e-b280-e156fff2928b with identifier: RJ67%20CWL to the API
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ67%20CWL-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5136db5b-e3c5-559e-b280-e156fff2928b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ67 CWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ67%20CWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 49649,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE PREMIUM 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2383142F046005',
 'year': 2018}
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ67%2520CWL%27 HTTP/1.1" 200 None
2026-03-30 06:52:45 [bca.uk] INFO: Saving data for RJ67%20CWL: {'auction_closing_time': 1775124000.0, 'created_time': 1774392077.267705, 'last_price_update_time': 1774853565.974242}
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ67%2520CWL') HTTP/1.1" 204 0
2026-03-30 06:52:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1dc5222-1a98-52d1-b384-1ddea8155a4b with identifier: FN17%20FDM
2026-03-30 06:52:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1dc5222-1a98-52d1-b384-1ddea8155a4b with identifier: FN17%20FDM
2026-03-30 06:52:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1dc5222-1a98-52d1-b384-1ddea8155a4b with identifier: FN17%20FDM to the API
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN17%20FDM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1dc5222-1a98-52d1-b384-1ddea8155a4b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN17 FDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN17%20FDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 65193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF05XXGCC5GD41477',
 'year': 2017}
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN17%2520FDM%27 HTTP/1.1" 200 None
2026-03-30 06:52:46 [bca.uk] INFO: Saving data for FN17%20FDM: {'auction_closing_time': 1774951200.0, 'created_time': 1774391578.177837, 'last_price_update_time': 1774853566.277427}
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN17%2520FDM') HTTP/1.1" 204 0
2026-03-30 06:52:46 [bca.uk] INFO: Found listing with ID: PF60%20CLY
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF60%2520CLY%27 HTTP/1.1" 200 None
2026-03-30 06:52:46 [bca.uk] INFO: Scrape type for PF60%20CLY: 2
2026-03-30 06:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3242039c-12b4-59ff-91e6-ac7e82f44550 with identifier: PF60%20CLY
2026-03-30 06:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3242039c-12b4-59ff-91e6-ac7e82f44550 with scrape type 2
2026-03-30 06:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3242039c-12b4-59ff-91e6-ac7e82f44550 with scrape type 2
2026-03-30 06:52:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3242039c-12b4-59ff-91e6-ac7e82f44550, identifier: PF60%20CLY
2026-03-30 06:52:46 [bca.uk] INFO: Found listing with ID: BK67%20UHT
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520UHT%27 HTTP/1.1" 200 None
2026-03-30 06:52:46 [bca.uk] INFO: Scrape type for BK67%20UHT: 2
2026-03-30 06:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70454dbd-fbd6-5ec6-ab20-239886428f98 with identifier: BK67%20UHT
2026-03-30 06:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70454dbd-fbd6-5ec6-ab20-239886428f98 with scrape type 2
2026-03-30 06:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70454dbd-fbd6-5ec6-ab20-239886428f98 with scrape type 2
2026-03-30 06:52:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70454dbd-fbd6-5ec6-ab20-239886428f98, identifier: BK67%20UHT
2026-03-30 06:52:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4fe386be-ea6f-5277-ab07-662afa4b822e with identifier: PF63%20ZKD
2026-03-30 06:52:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4fe386be-ea6f-5277-ab07-662afa4b822e with identifier: PF63%20ZKD
2026-03-30 06:52:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4fe386be-ea6f-5277-ab07-662afa4b822e with identifier: PF63%20ZKD to the API
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF63%20ZKD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4fe386be-ea6f-5277-ab07-662afa4b822e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF63 ZKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF63%20ZKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'AVENSIS',
 'odometer': 90394,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'TOYOTA AVENSIS 2.0 D-4D ICON Estate',
 'transmission': 'manual',
 'trim': 'D-4D ICON',
 'vin': 'SB1ED76L70E125900',
 'year': 2014}
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF63%2520ZKD%27 HTTP/1.1" 200 None
2026-03-30 06:52:46 [bca.uk] INFO: Saving data for PF63%20ZKD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390534.096885, 'last_price_update_time': 1774853566.822593}
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF63%2520ZKD') HTTP/1.1" 204 0
2026-03-30 06:52:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c5e706e-098b-5706-8df8-53c973278ad4 with identifier: WP71%20GDY
2026-03-30 06:52:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c5e706e-098b-5706-8df8-53c973278ad4 with identifier: WP71%20GDY
2026-03-30 06:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c5e706e-098b-5706-8df8-53c973278ad4 with identifier: WP71%20GDY to the API
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 330,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP71%20GDY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1c5e706e-098b-5706-8df8-53c973278ad4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP71 GDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP71%20GDY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 90',
 'odometer': 17924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 63000,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 90 5.0 P525 AWD CARPATHIAN ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'P525 AWD CARPATHIAN ED.',
 'vin': 'SALEA6AEXN2094683',
 'year': 2021}
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP71%2520GDY%27 HTTP/1.1" 200 None
2026-03-30 06:52:47 [bca.uk] INFO: Saving data for WP71%20GDY: {'auction_closing_time': 1774940400.0, 'created_time': 1773821366.222323, 'last_price_update_time': 1774853567.211744}
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP71%2520GDY') HTTP/1.1" 204 0
2026-03-30 06:52:47 [bca.uk] INFO: Found listing with ID: WM67%20YVJ
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520YVJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:47 [bca.uk] INFO: Scrape type for WM67%20YVJ: 2
2026-03-30 06:52:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with identifier: WM67%20YVJ
2026-03-30 06:52:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with scrape type 2
2026-03-30 06:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with scrape type 2
2026-03-30 06:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1, identifier: WM67%20YVJ
2026-03-30 06:52:47 [bca.uk] INFO: Found listing with ID: GU20%20KOJ
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520KOJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:47 [bca.uk] INFO: Scrape type for GU20%20KOJ: 2
2026-03-30 06:52:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfec50f5-c613-5a2e-9dcf-6df505a4517b with identifier: GU20%20KOJ
2026-03-30 06:52:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfec50f5-c613-5a2e-9dcf-6df505a4517b with scrape type 2
2026-03-30 06:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfec50f5-c613-5a2e-9dcf-6df505a4517b with scrape type 2
2026-03-30 06:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bfec50f5-c613-5a2e-9dcf-6df505a4517b, identifier: GU20%20KOJ
2026-03-30 06:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3242039c-12b4-59ff-91e6-ac7e82f44550 with identifier: PF60%20CLY
2026-03-30 06:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3242039c-12b4-59ff-91e6-ac7e82f44550 with identifier: PF60%20CLY
2026-03-30 06:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3242039c-12b4-59ff-91e6-ac7e82f44550 with identifier: PF60%20CLY to the API
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF60%20CLY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3242039c-12b4-59ff-91e6-ac7e82f44550',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF60 CLY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF60%20CLY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 95102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 60 MODA Hatchback',
 'transmission': 'manual',
 'trim': '60 MODA',
 'vin': 'WVWZZZ6RZBU033245',
 'year': 2011}
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF60%2520CLY%27 HTTP/1.1" 200 None
2026-03-30 06:52:47 [bca.uk] INFO: Saving data for PF60%20CLY: {'auction_closing_time': 1775037600.0, 'created_time': 1773959953.607354, 'last_price_update_time': 1774853567.753117}
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF60%2520CLY') HTTP/1.1" 204 0
2026-03-30 06:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70454dbd-fbd6-5ec6-ab20-239886428f98 with identifier: BK67%20UHT
2026-03-30 06:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70454dbd-fbd6-5ec6-ab20-239886428f98 with identifier: BK67%20UHT
2026-03-30 06:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70454dbd-fbd6-5ec6-ab20-239886428f98 with identifier: BK67%20UHT to the API
2026-03-30 06:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK67%20UHT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '70454dbd-fbd6-5ec6-ab20-239886428f98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK67 UHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK67%20UHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 78047,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF05XXGCC5HC47212',
 'year': 2017}
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK67%2520UHT%27 HTTP/1.1" 200 None
2026-03-30 06:52:48 [bca.uk] INFO: Saving data for BK67%20UHT: {'auction_closing_time': 1774864800.0, 'created_time': 1774303646.816837, 'last_price_update_time': 1774853568.054634}
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK67%2520UHT') HTTP/1.1" 204 0
2026-03-30 06:52:48 [bca.uk] INFO: Found listing with ID: LK13%20OLA
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520OLA%27 HTTP/1.1" 200 None
2026-03-30 06:52:48 [bca.uk] INFO: Scrape type for LK13%20OLA: 2
2026-03-30 06:52:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbe66b85-c947-521f-b394-03982060c59e with identifier: LK13%20OLA
2026-03-30 06:52:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbe66b85-c947-521f-b394-03982060c59e with scrape type 2
2026-03-30 06:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbe66b85-c947-521f-b394-03982060c59e with scrape type 2
2026-03-30 06:52:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbe66b85-c947-521f-b394-03982060c59e, identifier: LK13%20OLA
2026-03-30 06:52:48 [bca.uk] INFO: Found listing with ID: YH18%20TNP
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520TNP%27 HTTP/1.1" 200 None
2026-03-30 06:52:48 [bca.uk] INFO: Scrape type for YH18%20TNP: 2
2026-03-30 06:52:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1600303-c882-5e17-b5c7-b40c01a053b6 with identifier: YH18%20TNP
2026-03-30 06:52:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1600303-c882-5e17-b5c7-b40c01a053b6 with scrape type 2
2026-03-30 06:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1600303-c882-5e17-b5c7-b40c01a053b6 with scrape type 2
2026-03-30 06:52:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1600303-c882-5e17-b5c7-b40c01a053b6, identifier: YH18%20TNP
2026-03-30 06:52:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with identifier: WM67%20YVJ
2026-03-30 06:52:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with identifier: WM67%20YVJ
2026-03-30 06:52:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1 with identifier: WM67%20YVJ to the API
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM67%20YVJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c9a6c8b6-fe7e-5739-8bc0-252ad6c980c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM67 YVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM67%20YVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'E300',
 'odometer': 56381,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E300 2.0 AMG LINE PREMIUM 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2383482F050743',
 'year': 2018}
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM67%2520YVJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:48 [bca.uk] INFO: Saving data for WM67%20YVJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774392083.489202, 'last_price_update_time': 1774853568.60285}
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM67%2520YVJ') HTTP/1.1" 204 0
2026-03-30 06:52:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bfec50f5-c613-5a2e-9dcf-6df505a4517b with identifier: GU20%20KOJ
2026-03-30 06:52:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bfec50f5-c613-5a2e-9dcf-6df505a4517b with identifier: GU20%20KOJ
2026-03-30 06:52:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bfec50f5-c613-5a2e-9dcf-6df505a4517b with identifier: GU20%20KOJ to the API
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU20%20KOJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bfec50f5-c613-5a2e-9dcf-6df505a4517b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU20 KOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU20%20KOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 97275,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 95 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 95 TITANIUM',
 'vin': 'WF0JXXGAHJLR59421',
 'year': 2020}
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU20%2520KOJ%27 HTTP/1.1" 200 None
2026-03-30 06:52:48 [bca.uk] INFO: Saving data for GU20%20KOJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391573.831532, 'last_price_update_time': 1774853568.90287}
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU20%2520KOJ') HTTP/1.1" 204 0
2026-03-30 06:52:48 [bca.uk] INFO: Found listing with ID: MV15%20MWW
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV15%2520MWW%27 HTTP/1.1" 200 None
2026-03-30 06:52:48 [bca.uk] INFO: Scrape type for MV15%20MWW: 2
2026-03-30 06:52:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with identifier: MV15%20MWW
2026-03-30 06:52:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with scrape type 2
2026-03-30 06:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with scrape type 2
2026-03-30 06:52:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ce5d25f-5528-520d-adbd-e0d2cf01f192, identifier: MV15%20MWW
2026-03-30 06:52:49 [bca.uk] INFO: Found listing with ID: SG67%20ZFW
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG67%2520ZFW%27 HTTP/1.1" 200 None
2026-03-30 06:52:49 [bca.uk] INFO: Scrape type for SG67%20ZFW: 2
2026-03-30 06:52:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with identifier: SG67%20ZFW
2026-03-30 06:52:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with scrape type 2
2026-03-30 06:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with scrape type 2
2026-03-30 06:52:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03041aa0-c2e7-5d61-93d4-fedc3d27d335, identifier: SG67%20ZFW
2026-03-30 06:52:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbe66b85-c947-521f-b394-03982060c59e with identifier: LK13%20OLA
2026-03-30 06:52:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbe66b85-c947-521f-b394-03982060c59e with identifier: LK13%20OLA
2026-03-30 06:52:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbe66b85-c947-521f-b394-03982060c59e with identifier: LK13%20OLA to the API
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LK13%20OLA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bbe66b85-c947-521f-b394-03982060c59e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LK13 OLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LK13%20OLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 83156,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI ACT 140 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI ACT 140 GT',
 'vin': 'WVWZZZAUZDW086167',
 'year': 2013}
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LK13%2520OLA%27 HTTP/1.1" 200 None
2026-03-30 06:52:49 [bca.uk] INFO: Saving data for LK13%20OLA: {'auction_closing_time': 1774864800.0, 'created_time': 1774390532.445084, 'last_price_update_time': 1774853569.436939}
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LK13%2520OLA') HTTP/1.1" 204 0
2026-03-30 06:52:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1600303-c882-5e17-b5c7-b40c01a053b6 with identifier: YH18%20TNP
2026-03-30 06:52:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1600303-c882-5e17-b5c7-b40c01a053b6 with identifier: YH18%20TNP
2026-03-30 06:52:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1600303-c882-5e17-b5c7-b40c01a053b6 with identifier: YH18%20TNP to the API
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH18%20TNP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f1600303-c882-5e17-b5c7-b40c01a053b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH18 TNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH18%20TNP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 29262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8400,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI 125 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 125 SPORT',
 'vin': 'WAUZZZ8X0JB093687',
 'year': 2018}
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520TNP%27 HTTP/1.1" 200 None
2026-03-30 06:52:49 [bca.uk] INFO: Saving data for YH18%20TNP: {'auction_closing_time': 1774940400.0, 'created_time': 1773932475.705642, 'last_price_update_time': 1774853569.739144}
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH18%2520TNP') HTTP/1.1" 204 0
2026-03-30 06:52:49 [bca.uk] INFO: Found listing with ID: YO69%20JZX
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO69%2520JZX%27 HTTP/1.1" 200 None
2026-03-30 06:52:49 [bca.uk] INFO: Scrape type for YO69%20JZX: 2
2026-03-30 06:52:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with identifier: YO69%20JZX
2026-03-30 06:52:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with scrape type 2
2026-03-30 06:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with scrape type 2
2026-03-30 06:52:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71, identifier: YO69%20JZX
2026-03-30 06:52:49 [bca.uk] INFO: Found listing with ID: LN63%20UUK
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN63%2520UUK%27 HTTP/1.1" 200 None
2026-03-30 06:52:49 [bca.uk] INFO: Scrape type for LN63%20UUK: 2
2026-03-30 06:52:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be7104d0-b967-5868-89b9-5991061d0e43 with identifier: LN63%20UUK
2026-03-30 06:52:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be7104d0-b967-5868-89b9-5991061d0e43 with scrape type 2
2026-03-30 06:52:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be7104d0-b967-5868-89b9-5991061d0e43 with scrape type 2
2026-03-30 06:52:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be7104d0-b967-5868-89b9-5991061d0e43, identifier: LN63%20UUK
2026-03-30 06:52:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with identifier: MV15%20MWW
2026-03-30 06:52:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with identifier: MV15%20MWW
2026-03-30 06:52:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ce5d25f-5528-520d-adbd-e0d2cf01f192 with identifier: MV15%20MWW to the API
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV15%20MWW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6ce5d25f-5528-520d-adbd-e0d2cf01f192',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV15 MWW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV15%20MWW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 29576,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.2 TFSI 110 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 110 SE',
 'vin': 'WAUZZZ8V0GA019912',
 'year': 2015}
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV15%2520MWW%27 HTTP/1.1" 200 None
2026-03-30 06:52:50 [bca.uk] INFO: Saving data for MV15%20MWW: {'auction_closing_time': 1775037600.0, 'created_time': 1773928909.236869, 'last_price_update_time': 1774853570.266363}
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV15%2520MWW') HTTP/1.1" 204 0
2026-03-30 06:52:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with identifier: SG67%20ZFW
2026-03-30 06:52:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with identifier: SG67%20ZFW
2026-03-30 06:52:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03041aa0-c2e7-5d61-93d4-fedc3d27d335 with identifier: SG67%20ZFW to the API
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG67%20ZFW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '03041aa0-c2e7-5d61-93d4-fedc3d27d335',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SG67 ZFW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG67%20ZFW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 120286,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.2 GT-LINE S Hatchback',
 'transmission': 'manual',
 'trim': 'GT-LINE S',
 'vin': 'KNAB3512LJT135219',
 'year': 2017}
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG67%2520ZFW%27 HTTP/1.1" 200 None
2026-03-30 06:52:50 [bca.uk] INFO: Saving data for SG67%20ZFW: {'auction_closing_time': 1774864800.0, 'created_time': 1774303842.90387, 'last_price_update_time': 1774853570.540579}
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG67%2520ZFW') HTTP/1.1" 204 0
2026-03-30 06:52:50 [bca.uk] INFO: Found listing with ID: P123%20DLG
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P123%2520DLG%27 HTTP/1.1" 200 None
2026-03-30 06:52:50 [bca.uk] INFO: Scrape type for P123%20DLG: 2
2026-03-30 06:52:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcd55770-564f-558e-9788-cde8d0f96812 with identifier: P123%20DLG
2026-03-30 06:52:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcd55770-564f-558e-9788-cde8d0f96812 with scrape type 2
2026-03-30 06:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcd55770-564f-558e-9788-cde8d0f96812 with scrape type 2
2026-03-30 06:52:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcd55770-564f-558e-9788-cde8d0f96812, identifier: P123%20DLG
2026-03-30 06:52:50 [bca.uk] INFO: Found listing with ID: YJ66%20ZUD
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJ66%2520ZUD%27 HTTP/1.1" 200 None
2026-03-30 06:52:50 [bca.uk] INFO: Scrape type for YJ66%20ZUD: 0
2026-03-30 06:52:50 [bca.uk] INFO: Found listing with ID: WG69%20UDN
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG69%2520UDN%27 HTTP/1.1" 200 None
2026-03-30 06:52:50 [bca.uk] INFO: Scrape type for WG69%20UDN: 2
2026-03-30 06:52:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with identifier: WG69%20UDN
2026-03-30 06:52:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with scrape type 2
2026-03-30 06:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with scrape type 2
2026-03-30 06:52:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 262771b3-7bc8-513f-b5ca-6c6c55e8a146, identifier: WG69%20UDN
2026-03-30 06:52:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with identifier: YO69%20JZX
2026-03-30 06:52:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with identifier: YO69%20JZX
2026-03-30 06:52:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 039afd19-e7ef-50d8-89f3-3a5e3bbc3a71 with identifier: YO69%20JZX to the API
2026-03-30 06:52:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO69%20JZX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '039afd19-e7ef-50d8-89f3-3a5e3bbc3a71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO69 JZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO69%20JZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 27108,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 TITANIUM P/S Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 100 TITANIUM P/S',
 'vin': 'WF0JXXGAHJKT45864',
 'year': 2020}
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO69%2520JZX%27 HTTP/1.1" 200 None
2026-03-30 06:52:51 [bca.uk] INFO: Saving data for YO69%20JZX: {'auction_closing_time': 1774951200.0, 'created_time': 1774392076.491911, 'last_price_update_time': 1774853571.105379}
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO69%2520JZX') HTTP/1.1" 204 0
2026-03-30 06:52:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be7104d0-b967-5868-89b9-5991061d0e43 with identifier: LN63%20UUK
2026-03-30 06:52:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be7104d0-b967-5868-89b9-5991061d0e43 with identifier: LN63%20UUK
2026-03-30 06:52:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be7104d0-b967-5868-89b9-5991061d0e43 with identifier: LN63%20UUK to the API
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN63%20UUK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'be7104d0-b967-5868-89b9-5991061d0e43',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN63 UUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN63%20UUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 90531,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.6 16V 115 SRI Hatchback',
 'transmission': 'manual',
 'trim': '16V 115 SRI',
 'vin': 'W0LPF6ED5EG002951',
 'year': 2013}
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN63%2520UUK%27 HTTP/1.1" 200 None
2026-03-30 06:52:51 [bca.uk] INFO: Saving data for LN63%20UUK: {'auction_closing_time': 1774951200.0, 'created_time': 1774391573.474, 'last_price_update_time': 1774853571.511836}
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN63%2520UUK') HTTP/1.1" 204 0
2026-03-30 06:52:51 [bca.uk] INFO: Found listing with ID: RE68%20XKH
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520XKH%27 HTTP/1.1" 200 None
2026-03-30 06:52:51 [bca.uk] INFO: Scrape type for RE68%20XKH: 2
2026-03-30 06:52:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28c70f76-a0f7-53eb-a787-57219c94fc77 with identifier: RE68%20XKH
2026-03-30 06:52:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28c70f76-a0f7-53eb-a787-57219c94fc77 with scrape type 2
2026-03-30 06:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28c70f76-a0f7-53eb-a787-57219c94fc77 with scrape type 2
2026-03-30 06:52:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28c70f76-a0f7-53eb-a787-57219c94fc77, identifier: RE68%20XKH
2026-03-30 06:52:51 [bca.uk] INFO: Found listing with ID: FL69%20PYA
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520PYA%27 HTTP/1.1" 200 None
2026-03-30 06:52:51 [bca.uk] INFO: Scrape type for FL69%20PYA: 2
2026-03-30 06:52:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8201ca05-bf1b-5da2-8666-b73a22c001c4 with identifier: FL69%20PYA
2026-03-30 06:52:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8201ca05-bf1b-5da2-8666-b73a22c001c4 with scrape type 2
2026-03-30 06:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8201ca05-bf1b-5da2-8666-b73a22c001c4 with scrape type 2
2026-03-30 06:52:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8201ca05-bf1b-5da2-8666-b73a22c001c4, identifier: FL69%20PYA
2026-03-30 06:52:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcd55770-564f-558e-9788-cde8d0f96812 with identifier: P123%20DLG
2026-03-30 06:52:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcd55770-564f-558e-9788-cde8d0f96812 with identifier: P123%20DLG
2026-03-30 06:52:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcd55770-564f-558e-9788-cde8d0f96812 with identifier: P123%20DLG to the API
2026-03-30 06:52:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=P123%20DLG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dcd55770-564f-558e-9788-cde8d0f96812',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'P123 DLG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=P123%20DLG&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 113922,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TDI 177 QUATTRO S LINE+ S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 177 QUATTRO S LINE+ S-T',
 'vin': 'WAUZZZ8U5ER143924',
 'year': 2015}
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27P123%2520DLG%27 HTTP/1.1" 200 None
2026-03-30 06:52:52 [bca.uk] INFO: Saving data for P123%20DLG: {'auction_closing_time': 1774864800.0, 'created_time': 1773837471.07274, 'last_price_update_time': 1774853572.022873}
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='P123%2520DLG') HTTP/1.1" 204 0
2026-03-30 06:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with identifier: WG69%20UDN
2026-03-30 06:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with identifier: WG69%20UDN
2026-03-30 06:52:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 262771b3-7bc8-513f-b5ca-6c6c55e8a146 with identifier: WG69%20UDN to the API
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG69%20UDN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '262771b3-7bc8-513f-b5ca-6c6c55e8a146',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG69 UDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG69%20UDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 51851,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 1.5 T3 163 R DESIGN StationWagon',
 'transmission': 'manual',
 'trim': 'T3 163 R DESIGN',
 'vin': 'YV1XZ11V1L2263165',
 'year': 2019}
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG69%2520UDN%27 HTTP/1.1" 200 None
2026-03-30 06:52:52 [bca.uk] INFO: Saving data for WG69%20UDN: {'auction_closing_time': 1775037600.0, 'created_time': 1773824085.943593, 'last_price_update_time': 1774853572.382497}
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG69%2520UDN') HTTP/1.1" 204 0
2026-03-30 06:52:52 [bca.uk] INFO: Found listing with ID: BF68%20NXT
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF68%2520NXT%27 HTTP/1.1" 200 None
2026-03-30 06:52:52 [bca.uk] INFO: Scrape type for BF68%20NXT: 2
2026-03-30 06:52:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with identifier: BF68%20NXT
2026-03-30 06:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with scrape type 2
2026-03-30 06:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with scrape type 2
2026-03-30 06:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c38c0efa-c5e5-5ee4-90e7-e20e474cfe11, identifier: BF68%20NXT
2026-03-30 06:52:52 [bca.uk] INFO: Found listing with ID: YC16%20UWB
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520UWB%27 HTTP/1.1" 200 None
2026-03-30 06:52:52 [bca.uk] INFO: Scrape type for YC16%20UWB: 2
2026-03-30 06:52:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with identifier: YC16%20UWB
2026-03-30 06:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with scrape type 2
2026-03-30 06:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with scrape type 2
2026-03-30 06:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e, identifier: YC16%20UWB
2026-03-30 06:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28c70f76-a0f7-53eb-a787-57219c94fc77 with identifier: RE68%20XKH
2026-03-30 06:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28c70f76-a0f7-53eb-a787-57219c94fc77 with identifier: RE68%20XKH
2026-03-30 06:52:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28c70f76-a0f7-53eb-a787-57219c94fc77 with identifier: RE68%20XKH to the API
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE68%20XKH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28c70f76-a0f7-53eb-a787-57219c94fc77',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE68 XKH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE68%20XKH&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'SEAT',
 'model': 'ARONA',
 'odometer': 96048,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SEAT ARONA 1.0 TSI 115 SE TECHNOLOGY EZ DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 115 SE TECHNOLOGY EZ DSG',
 'vin': 'VSSZZZKJZKR047412',
 'year': 2018}
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE68%2520XKH%27 HTTP/1.1" 200 None
2026-03-30 06:52:52 [bca.uk] INFO: Saving data for RE68%20XKH: {'auction_closing_time': 1775037600.0, 'created_time': 1774365658.46077, 'last_price_update_time': 1774853572.907437}
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE68%2520XKH') HTTP/1.1" 204 0
2026-03-30 06:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8201ca05-bf1b-5da2-8666-b73a22c001c4 with identifier: FL69%20PYA
2026-03-30 06:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8201ca05-bf1b-5da2-8666-b73a22c001c4 with identifier: FL69%20PYA
2026-03-30 06:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8201ca05-bf1b-5da2-8666-b73a22c001c4 with identifier: FL69%20PYA to the API
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL69%20PYA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8201ca05-bf1b-5da2-8666-b73a22c001c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL69 PYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL69%20PYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 74541,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 CRDI 136 48V MHD 2WD N LINE DC StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI 136 48V MHD 2WD N LINE DC',
 'vin': 'TMAJ3817VLJ003265',
 'year': 2019}
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL69%2520PYA%27 HTTP/1.1" 200 None
2026-03-30 06:52:53 [bca.uk] INFO: Saving data for FL69%20PYA: {'auction_closing_time': 1774864800.0, 'created_time': 1774303650.102337, 'last_price_update_time': 1774853573.210841}
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL69%2520PYA') HTTP/1.1" 204 0
2026-03-30 06:52:53 [bca.uk] INFO: Found listing with ID: YB22%20PDK
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB22%2520PDK%27 HTTP/1.1" 200 None
2026-03-30 06:52:53 [bca.uk] INFO: Scrape type for YB22%20PDK: 2
2026-03-30 06:52:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 699d3586-80aa-5297-9da4-a863899405ba with identifier: YB22%20PDK
2026-03-30 06:52:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 699d3586-80aa-5297-9da4-a863899405ba with scrape type 2
2026-03-30 06:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 699d3586-80aa-5297-9da4-a863899405ba with scrape type 2
2026-03-30 06:52:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 699d3586-80aa-5297-9da4-a863899405ba, identifier: YB22%20PDK
2026-03-30 06:52:53 [bca.uk] INFO: Found listing with ID: DS24%20SEO
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520SEO%27 HTTP/1.1" 200 None
2026-03-30 06:52:53 [bca.uk] INFO: Scrape type for DS24%20SEO: 2
2026-03-30 06:52:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8be97ca2-ceaf-5b0f-95d7-1a8bdd221e16 with identifier: DS24%20SEO
2026-03-30 06:52:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8be97ca2-ceaf-5b0f-95d7-1a8bdd221e16 with scrape type 2
2026-03-30 06:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8be97ca2-ceaf-5b0f-95d7-1a8bdd221e16 with scrape type 2
2026-03-30 06:52:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8be97ca2-ceaf-5b0f-95d7-1a8bdd221e16, identifier: DS24%20SEO
2026-03-30 06:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with identifier: BF68%20NXT
2026-03-30 06:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with identifier: BF68%20NXT
2026-03-30 06:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c38c0efa-c5e5-5ee4-90e7-e20e474cfe11 with identifier: BF68%20NXT to the API
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF68%20NXT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c38c0efa-c5e5-5ee4-90e7-e20e474cfe11',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BF68 NXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF68%20NXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 48160,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 AMG LINE PREMIUM PLUS StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS',
 'vin': 'WDC1569432J541728',
 'year': 2018}
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF68%2520NXT%27 HTTP/1.1" 200 None
2026-03-30 06:52:53 [bca.uk] INFO: Saving data for BF68%20NXT: {'auction_closing_time': 1775124000.0, 'created_time': 1774392076.862208, 'last_price_update_time': 1774853573.770985}
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF68%2520NXT') HTTP/1.1" 204 0
2026-03-30 06:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with identifier: YC16%20UWB
2026-03-30 06:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with identifier: YC16%20UWB
2026-03-30 06:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e with identifier: YC16%20UWB to the API
2026-03-30 06:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC16%20UWB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '097fd1ad-7c2f-5b50-b1e1-2c93b3661a0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC16 UWB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC16%20UWB&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 51515,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA 1.4 T 16V 150 ELITE Hatchback',
 'transmission': 'manual',
 'trim': 'T 16V 150 ELITE',
 'vin': 'W0LBE6EC2G8078161',
 'year': 2016}
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC16%2520UWB%27 HTTP/1.1" 200 None
2026-03-30 06:52:54 [bca.uk] INFO: Saving data for YC16%20UWB: {'auction_closing_time': 1774951200.0, 'created_time': 1774391556.660698, 'last_price_update_time': 1774853574.105355}
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC16%2520UWB') HTTP/1.1" 204 0
2026-03-30 06:52:54 [bca.uk] INFO: Found listing with ID: BL64%20OCA
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520OCA%27 HTTP/1.1" 200 None
2026-03-30 06:52:54 [bca.uk] INFO: Scrape type for BL64%20OCA: 2
2026-03-30 06:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02a6db2f-8414-5132-b59e-cd034f458c23 with identifier: BL64%20OCA
2026-03-30 06:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02a6db2f-8414-5132-b59e-cd034f458c23 with scrape type 2
2026-03-30 06:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02a6db2f-8414-5132-b59e-cd034f458c23 with scrape type 2
2026-03-30 06:52:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02a6db2f-8414-5132-b59e-cd034f458c23, identifier: BL64%20OCA
2026-03-30 06:52:54 [bca.uk] INFO: Found listing with ID: RA21%20EXC
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA21%2520EXC%27 HTTP/1.1" 200 None
2026-03-30 06:52:54 [bca.uk] INFO: Scrape type for RA21%20EXC: 2
2026-03-30 06:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with identifier: RA21%20EXC
2026-03-30 06:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with scrape type 2
2026-03-30 06:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with scrape type 2
2026-03-30 06:52:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0, identifier: RA21%20EXC
2026-03-30 06:52:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 699d3586-80aa-5297-9da4-a863899405ba with identifier: YB22%20PDK
2026-03-30 06:52:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 699d3586-80aa-5297-9da4-a863899405ba with identifier: YB22%20PDK
2026-03-30 06:52:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 699d3586-80aa-5297-9da4-a863899405ba with identifier: YB22%20PDK to the API
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB22%20PDK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '699d3586-80aa-5297-9da4-a863899405ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB22 PDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB22%20PDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 39038,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZNW064825',
 'year': 2022}
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB22%2520PDK%27 HTTP/1.1" 200 None
2026-03-30 06:52:54 [bca.uk] INFO: Saving data for YB22%20PDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774303690.876872, 'last_price_update_time': 1774853574.637048}
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB22%2520PDK') HTTP/1.1" 204 0
2026-03-30 06:52:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8be97ca2-ceaf-5b0f-95d7-1a8bdd221e16 with identifier: DS24%20SEO
2026-03-30 06:52:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8be97ca2-ceaf-5b0f-95d7-1a8bdd221e16 with identifier: DS24%20SEO
2026-03-30 06:52:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8be97ca2-ceaf-5b0f-95d7-1a8bdd221e16 with identifier: DS24%20SEO to the API
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 202,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS24%20SEO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8be97ca2-ceaf-5b0f-95d7-1a8bdd221e16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DS24 SEO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS24%20SEO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'VIVARO',
 'odometer': 12665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 15250,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.0 TD 145 L2 H1 PRIME PanelVan',
 'transmission': 'manual',
 'trim': 'TD 145 L2 H1 PRIME',
 'vin': 'VXEVLEHT9RZ024332',
 'year': 2024}
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS24%2520SEO%27 HTTP/1.1" 200 None
2026-03-30 06:52:54 [bca.uk] INFO: Saving data for DS24%20SEO: {'auction_closing_time': 1774940400.0, 'created_time': 1773986792.391595, 'last_price_update_time': 1774853574.917618}
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS24%2520SEO') HTTP/1.1" 204 0
2026-03-30 06:52:54 [bca.uk] INFO: Found listing with ID: KR66%20HEV
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR66%2520HEV%27 HTTP/1.1" 200 None
2026-03-30 06:52:54 [bca.uk] INFO: Scrape type for KR66%20HEV: 2
2026-03-30 06:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb7e524e-425b-59b4-a83c-11d52e55c9c7 with identifier: KR66%20HEV
2026-03-30 06:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb7e524e-425b-59b4-a83c-11d52e55c9c7 with scrape type 2
2026-03-30 06:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb7e524e-425b-59b4-a83c-11d52e55c9c7 with scrape type 2
2026-03-30 06:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb7e524e-425b-59b4-a83c-11d52e55c9c7, identifier: KR66%20HEV
2026-03-30 06:52:55 [bca.uk] INFO: Found listing with ID: YPDY03354
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YPDY03354%27 HTTP/1.1" 200 None
2026-03-30 06:52:55 [bca.uk] INFO: Scrape type for YPDY03354: 2
2026-03-30 06:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with identifier: YPDY03354
2026-03-30 06:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with scrape type 2
2026-03-30 06:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with scrape type 2
2026-03-30 06:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8abdc92-12dc-5af0-ad30-77ba54f8ae6d, identifier: YPDY03354
2026-03-30 06:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02a6db2f-8414-5132-b59e-cd034f458c23 with identifier: BL64%20OCA
2026-03-30 06:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02a6db2f-8414-5132-b59e-cd034f458c23 with identifier: BL64%20OCA
2026-03-30 06:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02a6db2f-8414-5132-b59e-cd034f458c23 with identifier: BL64%20OCA to the API
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL64%20OCA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '02a6db2f-8414-5132-b59e-cd034f458c23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL64 OCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL64%20OCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'HONDA',
 'model': 'CR-V',
 'odometer': 87879,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'HONDA CR-V 2.2 I-DTEC EX 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'I-DTEC EX 4WD',
 'vin': 'SHSRE6890EU016796',
 'year': 2015}
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL64%2520OCA%27 HTTP/1.1" 200 None
2026-03-30 06:52:55 [bca.uk] INFO: Saving data for BL64%20OCA: {'auction_closing_time': 1775037600.0, 'created_time': 1774418905.233058, 'last_price_update_time': 1774853575.443697}
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL64%2520OCA') HTTP/1.1" 204 0
2026-03-30 06:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with identifier: RA21%20EXC
2026-03-30 06:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with identifier: RA21%20EXC
2026-03-30 06:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ab31d1a-2e78-50a7-bf03-e6d0de5942a0 with identifier: RA21%20EXC to the API
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA21%20EXC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ab31d1a-2e78-50a7-bf03-e6d0de5942a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA21 EXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA21%20EXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 84388,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 P400 HST StationWagon',
 'transmission': 'automatic',
 'trim': 'P400 HST',
 'vin': 'SALWA2AU3NA204600',
 'year': 2021}
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA21%2520EXC%27 HTTP/1.1" 200 None
2026-03-30 06:52:55 [bca.uk] INFO: Saving data for RA21%20EXC: {'auction_closing_time': 1774951200.0, 'created_time': 1774390440.789966, 'last_price_update_time': 1774853575.8023}
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA21%2520EXC') HTTP/1.1" 204 0
2026-03-30 06:52:55 [bca.uk] INFO: Found listing with ID: YB62%20UTR
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB62%2520UTR%27 HTTP/1.1" 200 None
2026-03-30 06:52:55 [bca.uk] INFO: Scrape type for YB62%20UTR: 2
2026-03-30 06:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38c1a530-a659-58c6-9d54-34733a5a9fdf with identifier: YB62%20UTR
2026-03-30 06:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38c1a530-a659-58c6-9d54-34733a5a9fdf with scrape type 2
2026-03-30 06:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38c1a530-a659-58c6-9d54-34733a5a9fdf with scrape type 2
2026-03-30 06:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38c1a530-a659-58c6-9d54-34733a5a9fdf, identifier: YB62%20UTR
2026-03-30 06:52:55 [bca.uk] INFO: Found listing with ID: WM71%20JXY
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520JXY%27 HTTP/1.1" 200 None
2026-03-30 06:52:55 [bca.uk] INFO: Scrape type for WM71%20JXY: 2
2026-03-30 06:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d033fd5-d8f5-5c56-bca4-e0286f40e51d with identifier: WM71%20JXY
2026-03-30 06:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d033fd5-d8f5-5c56-bca4-e0286f40e51d with scrape type 2
2026-03-30 06:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d033fd5-d8f5-5c56-bca4-e0286f40e51d with scrape type 2
2026-03-30 06:52:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5d033fd5-d8f5-5c56-bca4-e0286f40e51d, identifier: WM71%20JXY
2026-03-30 06:52:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb7e524e-425b-59b4-a83c-11d52e55c9c7 with identifier: KR66%20HEV
2026-03-30 06:52:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb7e524e-425b-59b4-a83c-11d52e55c9c7 with identifier: KR66%20HEV
2026-03-30 06:52:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb7e524e-425b-59b4-a83c-11d52e55c9c7 with identifier: KR66%20HEV to the API
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR66%20HEV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cb7e524e-425b-59b4-a83c-11d52e55c9c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR66 HEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR66%20HEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 61226,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1173422N464498',
 'year': 2016}
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR66%2520HEV%27 HTTP/1.1" 200 None
2026-03-30 06:52:56 [bca.uk] INFO: Saving data for KR66%20HEV: {'auction_closing_time': 1775124000.0, 'created_time': 1774392081.693951, 'last_price_update_time': 1774853576.412085}
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR66%2520HEV') HTTP/1.1" 204 0
2026-03-30 06:52:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with identifier: YPDY03354
2026-03-30 06:52:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with identifier: YPDY03354
2026-03-30 06:52:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8abdc92-12dc-5af0-ad30-77ba54f8ae6d with identifier: YPDY03354 to the API
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YPDY03354-GB',
 'category': 'Caravan',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'e8abdc92-12dc-5af0-ad30-77ba54f8ae6d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YPDY03354',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YPDY03354&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BAILEY',
 'model': 'DISCOVERY',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BAILEY DISCOVERY D4-2 CARAVAN',
 'transmission': 'automatic',
 'trim': 'D4-2 CARAVAN',
 'vin': 'SGBS1BBBYPDY03354',
 'year': 2023}
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YPDY03354%27 HTTP/1.1" 200 None
2026-03-30 06:52:56 [bca.uk] INFO: Saving data for YPDY03354: {'auction_closing_time': 1775124000.0, 'created_time': 1774391565.341322, 'last_price_update_time': 1774853576.799936}
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YPDY03354') HTTP/1.1" 204 0
2026-03-30 06:52:56 [bca.uk] INFO: Found listing with ID: RA16%20AZG
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA16%2520AZG%27 HTTP/1.1" 200 None
2026-03-30 06:52:56 [bca.uk] INFO: Scrape type for RA16%20AZG: 2
2026-03-30 06:52:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with identifier: RA16%20AZG
2026-03-30 06:52:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with scrape type 2
2026-03-30 06:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with scrape type 2
2026-03-30 06:52:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 225c6ffd-9eb5-57a6-a728-5f6a11251e90, identifier: RA16%20AZG
2026-03-30 06:52:56 [bca.uk] INFO: Found listing with ID: MT67%20LJO
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520LJO%27 HTTP/1.1" 200 None
2026-03-30 06:52:56 [bca.uk] INFO: Scrape type for MT67%20LJO: 2
2026-03-30 06:52:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5630d365-9342-5f95-8ed1-ca2205be2e24 with identifier: MT67%20LJO
2026-03-30 06:52:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5630d365-9342-5f95-8ed1-ca2205be2e24 with scrape type 2
2026-03-30 06:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5630d365-9342-5f95-8ed1-ca2205be2e24 with scrape type 2
2026-03-30 06:52:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5630d365-9342-5f95-8ed1-ca2205be2e24, identifier: MT67%20LJO
2026-03-30 06:52:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38c1a530-a659-58c6-9d54-34733a5a9fdf with identifier: YB62%20UTR
2026-03-30 06:52:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38c1a530-a659-58c6-9d54-34733a5a9fdf with identifier: YB62%20UTR
2026-03-30 06:52:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38c1a530-a659-58c6-9d54-34733a5a9fdf with identifier: YB62%20UTR to the API
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB62%20UTR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38c1a530-a659-58c6-9d54-34733a5a9fdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB62 UTR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB62%20UTR&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'MICRA',
 'odometer': 75140,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'NISSAN MICRA 1.2 ELLE Hatchback',
 'transmission': 'manual',
 'trim': 'ELLE',
 'vin': 'MDHFBUK13U0512330',
 'year': 2013}
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB62%2520UTR%27 HTTP/1.1" 200 None
2026-03-30 06:52:57 [bca.uk] INFO: Saving data for YB62%20UTR: {'auction_closing_time': 1774864800.0, 'created_time': 1774303767.83158, 'last_price_update_time': 1774853577.34952}
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB62%2520UTR') HTTP/1.1" 204 0
2026-03-30 06:52:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5d033fd5-d8f5-5c56-bca4-e0286f40e51d with identifier: WM71%20JXY
2026-03-30 06:52:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5d033fd5-d8f5-5c56-bca4-e0286f40e51d with identifier: WM71%20JXY
2026-03-30 06:52:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5d033fd5-d8f5-5c56-bca4-e0286f40e51d with identifier: WM71%20JXY to the API
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 226,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM71%20JXY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5d033fd5-d8f5-5c56-bca4-e0286f40e51d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM71 JXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM71%20JXY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 42592,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12200,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 170 XLT CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'EBL 170 XLT',
 'vin': '6FPPXXMJ2PMD52730',
 'year': 2022}
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520JXY%27 HTTP/1.1" 200 None
2026-03-30 06:52:57 [bca.uk] INFO: Saving data for WM71%20JXY: {'auction_closing_time': 1774940400.0, 'created_time': 1773960490.799018, 'last_price_update_time': 1774853577.660558}
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM71%2520JXY') HTTP/1.1" 204 0
2026-03-30 06:52:57 [bca.uk] INFO: Found listing with ID: SR18%20HAA
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR18%2520HAA%27 HTTP/1.1" 200 None
2026-03-30 06:52:57 [bca.uk] INFO: Scrape type for SR18%20HAA: 2
2026-03-30 06:52:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f590448-d06e-5e5c-bc0e-cf665578a498 with identifier: SR18%20HAA
2026-03-30 06:52:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f590448-d06e-5e5c-bc0e-cf665578a498 with scrape type 2
2026-03-30 06:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f590448-d06e-5e5c-bc0e-cf665578a498 with scrape type 2
2026-03-30 06:52:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f590448-d06e-5e5c-bc0e-cf665578a498, identifier: SR18%20HAA
2026-03-30 06:52:57 [bca.uk] INFO: Found listing with ID: MC1242474
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC1242474%27 HTTP/1.1" 200 None
2026-03-30 06:52:57 [bca.uk] INFO: Scrape type for MC1242474: 2
2026-03-30 06:52:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 025705c0-6591-562e-b6cb-ea98d050a0c0 with identifier: MC1242474
2026-03-30 06:52:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 025705c0-6591-562e-b6cb-ea98d050a0c0 with scrape type 2
2026-03-30 06:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 025705c0-6591-562e-b6cb-ea98d050a0c0 with scrape type 2
2026-03-30 06:52:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 025705c0-6591-562e-b6cb-ea98d050a0c0, identifier: MC1242474
2026-03-30 06:52:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with identifier: RA16%20AZG
2026-03-30 06:52:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with identifier: RA16%20AZG
2026-03-30 06:52:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 225c6ffd-9eb5-57a6-a728-5f6a11251e90 with identifier: RA16%20AZG to the API
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA16%20AZG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '225c6ffd-9eb5-57a6-a728-5f6a11251e90',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA16 AZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA16%20AZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 75465,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 180 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJAB4ANXHA956688',
 'year': 2016}
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52: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%2520AZG%27 HTTP/1.1" 200 None
2026-03-30 06:52:58 [bca.uk] INFO: Saving data for RA16%20AZG: {'auction_closing_time': 1775037600.0, 'created_time': 1774418860.82974, 'last_price_update_time': 1774853578.202237}
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA16%2520AZG') HTTP/1.1" 204 0
2026-03-30 06:52:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5630d365-9342-5f95-8ed1-ca2205be2e24 with identifier: MT67%20LJO
2026-03-30 06:52:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5630d365-9342-5f95-8ed1-ca2205be2e24 with identifier: MT67%20LJO
2026-03-30 06:52:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5630d365-9342-5f95-8ed1-ca2205be2e24 with identifier: MT67%20LJO to the API
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT67%20LJO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5630d365-9342-5f95-8ed1-ca2205be2e24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT67 LJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT67%20LJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 87999,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD PORTFOLIO StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD PORTFOLIO',
 'vin': 'SADCA2AN6JA268776',
 'year': 2017}
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT67%2520LJO%27 HTTP/1.1" 200 None
2026-03-30 06:52:58 [bca.uk] INFO: Saving data for MT67%20LJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774390435.260053, 'last_price_update_time': 1774853578.516642}
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT67%2520LJO') HTTP/1.1" 204 0
2026-03-30 06:52:58 [bca.uk] INFO: Found listing with ID: HK16%20UGH
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520UGH%27 HTTP/1.1" 200 None
2026-03-30 06:52:58 [bca.uk] INFO: Scrape type for HK16%20UGH: 2
2026-03-30 06:52:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb70d2c0-a8ec-5336-983e-852c42bfbcce with identifier: HK16%20UGH
2026-03-30 06:52:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb70d2c0-a8ec-5336-983e-852c42bfbcce with scrape type 2
2026-03-30 06:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb70d2c0-a8ec-5336-983e-852c42bfbcce with scrape type 2
2026-03-30 06:52:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb70d2c0-a8ec-5336-983e-852c42bfbcce, identifier: HK16%20UGH
2026-03-30 06:52:58 [bca.uk] INFO: Found listing with ID: WR23%20PBO
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR23%2520PBO%27 HTTP/1.1" 200 None
2026-03-30 06:52:58 [bca.uk] INFO: Scrape type for WR23%20PBO: 2
2026-03-30 06:52:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05c2f572-998a-5485-8a1f-8e1c2a3f3cf4 with identifier: WR23%20PBO
2026-03-30 06:52:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05c2f572-998a-5485-8a1f-8e1c2a3f3cf4 with scrape type 2
2026-03-30 06:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05c2f572-998a-5485-8a1f-8e1c2a3f3cf4 with scrape type 2
2026-03-30 06:52:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05c2f572-998a-5485-8a1f-8e1c2a3f3cf4, identifier: WR23%20PBO
2026-03-30 06:52:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f590448-d06e-5e5c-bc0e-cf665578a498 with identifier: SR18%20HAA
2026-03-30 06:52:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f590448-d06e-5e5c-bc0e-cf665578a498 with identifier: SR18%20HAA
2026-03-30 06:52:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f590448-d06e-5e5c-bc0e-cf665578a498 with identifier: SR18%20HAA to the API
2026-03-30 06:52:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR18%20HAA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5f590448-d06e-5e5c-bc0e-cf665578a498',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SR18 HAA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR18%20HAA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 41371,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 SE EXECUTIVE StationWagon',
 'transmission': 'manual',
 'trim': 'SE EXECUTIVE',
 'vin': 'WDC1569432J541761',
 'year': 2018}
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR18%2520HAA%27 HTTP/1.1" 200 None
2026-03-30 06:52:59 [bca.uk] INFO: Saving data for SR18%20HAA: {'auction_closing_time': 1775124000.0, 'created_time': 1774392097.141934, 'last_price_update_time': 1774853579.066446}
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR18%2520HAA') HTTP/1.1" 204 0
2026-03-30 06:52:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 025705c0-6591-562e-b6cb-ea98d050a0c0 with identifier: MC1242474
2026-03-30 06:52:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 025705c0-6591-562e-b6cb-ea98d050a0c0 with identifier: MC1242474
2026-03-30 06:52:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 025705c0-6591-562e-b6cb-ea98d050a0c0 with identifier: MC1242474 to the API
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:52:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC1242474-GB',
 'category': 'Caravan',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '025705c0-6591-562e-b6cb-ea98d050a0c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MC1242474',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC1242474&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'COACHMAN',
 'model': 'PASTICHE',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'COACHMAN PASTICHE 560/4 CARAVAN',
 'transmission': 'automatic',
 'trim': '560/4 CARAVAN',
 'vin': 'SG4S000CMC1242474',
 'year': 2012}
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC1242474%27 HTTP/1.1" 200 None
2026-03-30 06:52:59 [bca.uk] INFO: Saving data for MC1242474: {'auction_closing_time': 1775124000.0, 'created_time': 1774391778.078535, 'last_price_update_time': 1774853579.390024}
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC1242474') HTTP/1.1" 204 0
2026-03-30 06:52:59 [bca.uk] INFO: Found listing with ID: AK61%20KFU
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK61%2520KFU%27 HTTP/1.1" 200 None
2026-03-30 06:52:59 [bca.uk] INFO: Scrape type for AK61%20KFU: 2
2026-03-30 06:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22684a42-0bd4-545c-9767-be7b4d581063 with identifier: AK61%20KFU
2026-03-30 06:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22684a42-0bd4-545c-9767-be7b4d581063 with scrape type 2
2026-03-30 06:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22684a42-0bd4-545c-9767-be7b4d581063 with scrape type 2
2026-03-30 06:52:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22684a42-0bd4-545c-9767-be7b4d581063, identifier: AK61%20KFU
2026-03-30 06:52:59 [bca.uk] INFO: Found listing with ID: OY15%20NVV
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY15%2520NVV%27 HTTP/1.1" 200 None
2026-03-30 06:52:59 [bca.uk] INFO: Scrape type for OY15%20NVV: 2
2026-03-30 06:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with identifier: OY15%20NVV
2026-03-30 06:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with scrape type 2
2026-03-30 06:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with scrape type 2
2026-03-30 06:52:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 781a18c5-e5e0-5ffb-a345-fde90ffc5411, identifier: OY15%20NVV
2026-03-30 06:52:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb70d2c0-a8ec-5336-983e-852c42bfbcce with identifier: HK16%20UGH
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=light+white HTTP/1.1" 200 None
2026-03-30 06:52:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:52: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:52:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb70d2c0-a8ec-5336-983e-852c42bfbcce with identifier: HK16%20UGH
2026-03-30 06:52:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb70d2c0-a8ec-5336-983e-852c42bfbcce with identifier: HK16%20UGH to the API
2026-03-30 06:52:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:52: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:53:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK16%20UGH-GB',
 'category': 'Car',
 'color': 'light white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb70d2c0-a8ec-5336-983e-852c42bfbcce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK16 UGH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK16%20UGH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MINI',
 'model': 'PACEMAN',
 'odometer': 84372,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MINI PACEMAN 2.0 COOPER S D ALL4 Coupe',
 'transmission': 'manual',
 'trim': 'COOPER S D ALL4',
 'vin': 'WMWRS92030WN96685',
 'year': 2016}
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK16%2520UGH%27 HTTP/1.1" 200 None
2026-03-30 06:53:00 [bca.uk] INFO: Saving data for HK16%20UGH: {'auction_closing_time': 1774864800.0, 'created_time': 1774390538.372116, 'last_price_update_time': 1774853580.108221}
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK16%2520UGH') HTTP/1.1" 204 0
2026-03-30 06:53:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05c2f572-998a-5485-8a1f-8e1c2a3f3cf4 with identifier: WR23%20PBO
2026-03-30 06:53:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05c2f572-998a-5485-8a1f-8e1c2a3f3cf4 with identifier: WR23%20PBO
2026-03-30 06:53:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05c2f572-998a-5485-8a1f-8e1c2a3f3cf4 with identifier: WR23%20PBO to the API
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 263,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR23%20PBO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '05c2f572-998a-5485-8a1f-8e1c2a3f3cf4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR23 PBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR23%20PBO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 58381,
 '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': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRANU49393',
 'year': 2023}
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR23%2520PBO%27 HTTP/1.1" 200 None
2026-03-30 06:53:00 [bca.uk] INFO: Saving data for WR23%20PBO: {'auction_closing_time': 1774940400.0, 'created_time': 1773960485.16044, 'last_price_update_time': 1774853580.403284}
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR23%2520PBO') HTTP/1.1" 204 0
2026-03-30 06:53:00 [bca.uk] INFO: Found listing with ID: VN71%20GUX
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN71%2520GUX%27 HTTP/1.1" 200 None
2026-03-30 06:53:00 [bca.uk] INFO: Scrape type for VN71%20GUX: 2
2026-03-30 06:53:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96f451b9-d0b2-5408-9fe0-0570c6b328fc with identifier: VN71%20GUX
2026-03-30 06:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96f451b9-d0b2-5408-9fe0-0570c6b328fc with scrape type 2
2026-03-30 06:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96f451b9-d0b2-5408-9fe0-0570c6b328fc with scrape type 2
2026-03-30 06:53:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96f451b9-d0b2-5408-9fe0-0570c6b328fc, identifier: VN71%20GUX
2026-03-30 06:53:00 [bca.uk] INFO: Found listing with ID: BX19%20WYL
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520WYL%27 HTTP/1.1" 200 None
2026-03-30 06:53:00 [bca.uk] INFO: Scrape type for BX19%20WYL: 2
2026-03-30 06:53:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with identifier: BX19%20WYL
2026-03-30 06:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with scrape type 2
2026-03-30 06:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with scrape type 2
2026-03-30 06:53:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10dc2a0a-bff2-5170-88fa-44c829d1cde9, identifier: BX19%20WYL
2026-03-30 06:53:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22684a42-0bd4-545c-9767-be7b4d581063 with identifier: AK61%20KFU
2026-03-30 06:53:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22684a42-0bd4-545c-9767-be7b4d581063 with identifier: AK61%20KFU
2026-03-30 06:53:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22684a42-0bd4-545c-9767-be7b4d581063 with identifier: AK61%20KFU to the API
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK61%20KFU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '22684a42-0bd4-545c-9767-be7b4d581063',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK61 KFU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK61%20KFU&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 203863,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN PASSAT 2.0 TDI 140 BMT SE Estate',
 'transmission': 'manual',
 'trim': 'TDI 140 BMT SE',
 'vin': 'WVWZZZ3CZCE011862',
 'year': 2011}
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK61%2520KFU%27 HTTP/1.1" 200 None
2026-03-30 06:53:00 [bca.uk] INFO: Saving data for AK61%20KFU: {'auction_closing_time': 1775037600.0, 'created_time': 1774047378.038305, 'last_price_update_time': 1774853580.925269}
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK61%2520KFU') HTTP/1.1" 204 0
2026-03-30 06:53:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with identifier: OY15%20NVV
2026-03-30 06:53:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with identifier: OY15%20NVV
2026-03-30 06:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 781a18c5-e5e0-5ffb-a345-fde90ffc5411 with identifier: OY15%20NVV to the API
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY15%20NVV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '781a18c5-e5e0-5ffb-a345-fde90ffc5411',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY15 NVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY15%20NVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 83342,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.2 SD4 190 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 190 HSE LUXURY',
 'vin': 'SALCA2AE4FH512783',
 'year': 2015}
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY15%2520NVV%27 HTTP/1.1" 200 None
2026-03-30 06:53:01 [bca.uk] INFO: Saving data for OY15%20NVV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390403.215802, 'last_price_update_time': 1774853581.258309}
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY15%2520NVV') HTTP/1.1" 204 0
2026-03-30 06:53:01 [bca.uk] INFO: Found listing with ID: BL73%20GWN
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL73%2520GWN%27 HTTP/1.1" 200 None
2026-03-30 06:53:01 [bca.uk] INFO: Scrape type for BL73%20GWN: 2
2026-03-30 06:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1ed3eac-d278-525e-a9c6-54b406b09b06 with identifier: BL73%20GWN
2026-03-30 06:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1ed3eac-d278-525e-a9c6-54b406b09b06 with scrape type 2
2026-03-30 06:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1ed3eac-d278-525e-a9c6-54b406b09b06 with scrape type 2
2026-03-30 06:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1ed3eac-d278-525e-a9c6-54b406b09b06, identifier: BL73%20GWN
2026-03-30 06:53:01 [bca.uk] INFO: Found listing with ID: WA69%20KKG
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA69%2520KKG%27 HTTP/1.1" 200 None
2026-03-30 06:53:01 [bca.uk] INFO: Scrape type for WA69%20KKG: 2
2026-03-30 06:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f14710c1-b07b-5862-a827-f229fb6953f1 with identifier: WA69%20KKG
2026-03-30 06:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f14710c1-b07b-5862-a827-f229fb6953f1 with scrape type 2
2026-03-30 06:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f14710c1-b07b-5862-a827-f229fb6953f1 with scrape type 2
2026-03-30 06:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f14710c1-b07b-5862-a827-f229fb6953f1, identifier: WA69%20KKG
2026-03-30 06:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96f451b9-d0b2-5408-9fe0-0570c6b328fc with identifier: VN71%20GUX
2026-03-30 06:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96f451b9-d0b2-5408-9fe0-0570c6b328fc with identifier: VN71%20GUX
2026-03-30 06:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96f451b9-d0b2-5408-9fe0-0570c6b328fc with identifier: VN71%20GUX to the API
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN71%20GUX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '96f451b9-d0b2-5408-9fe0-0570c6b328fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN71 GUX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN71%20GUX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 47712,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 150KW 58KWH LIFE PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH LIFE PRO PERF.',
 'vin': 'WVWZZZE1ZNP014682',
 'year': 2021}
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN71%2520GUX%27 HTTP/1.1" 200 None
2026-03-30 06:53:01 [bca.uk] INFO: Saving data for VN71%20GUX: {'auction_closing_time': 1775124000.0, 'created_time': 1774392044.27315, 'last_price_update_time': 1774853581.785581}
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN71%2520GUX') HTTP/1.1" 204 0
2026-03-30 06:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with identifier: BX19%20WYL
2026-03-30 06:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with identifier: BX19%20WYL
2026-03-30 06:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10dc2a0a-bff2-5170-88fa-44c829d1cde9 with identifier: BX19%20WYL to the API
2026-03-30 06:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BX19%20WYL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10dc2a0a-bff2-5170-88fa-44c829d1cde9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BX19 WYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BX19%20WYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 1,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF0NXXGCHNJB56984',
 'year': 2019}
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BX19%2520WYL%27 HTTP/1.1" 200 None
2026-03-30 06:53:02 [bca.uk] INFO: Saving data for BX19%20WYL: {'auction_closing_time': 1774951200.0, 'created_time': 1774391821.825691, 'last_price_update_time': 1774853582.193301}
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BX19%2520WYL') HTTP/1.1" 204 0
2026-03-30 06:53:02 [bca.uk] INFO: Found listing with ID: SH61%20BHK
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH61%2520BHK%27 HTTP/1.1" 200 None
2026-03-30 06:53:02 [bca.uk] INFO: Scrape type for SH61%20BHK: 2
2026-03-30 06:53:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with identifier: SH61%20BHK
2026-03-30 06:53:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with scrape type 2
2026-03-30 06:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with scrape type 2
2026-03-30 06:53:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 51e9b2ea-58b8-5279-bf00-b17dc1000d0d, identifier: SH61%20BHK
2026-03-30 06:53:02 [bca.uk] INFO: Found listing with ID: YT14%20EEU
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520EEU%27 HTTP/1.1" 200 None
2026-03-30 06:53:02 [bca.uk] INFO: Scrape type for YT14%20EEU: 2
2026-03-30 06:53:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1790d74-6295-52ee-896d-703308856f14 with identifier: YT14%20EEU
2026-03-30 06:53:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1790d74-6295-52ee-896d-703308856f14 with scrape type 2
2026-03-30 06:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1790d74-6295-52ee-896d-703308856f14 with scrape type 2
2026-03-30 06:53:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1790d74-6295-52ee-896d-703308856f14, identifier: YT14%20EEU
2026-03-30 06:53:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1ed3eac-d278-525e-a9c6-54b406b09b06 with identifier: BL73%20GWN
2026-03-30 06:53:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1ed3eac-d278-525e-a9c6-54b406b09b06 with identifier: BL73%20GWN
2026-03-30 06:53:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1ed3eac-d278-525e-a9c6-54b406b09b06 with identifier: BL73%20GWN to the API
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BL73%20GWN-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b1ed3eac-d278-525e-a9c6-54b406b09b06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BL73 GWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BL73%20GWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 11213,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT STEP',
 'vin': 'WMW32DK0002V61358',
 'year': 2023}
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BL73%2520GWN%27 HTTP/1.1" 200 None
2026-03-30 06:53:02 [bca.uk] INFO: Saving data for BL73%20GWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774390785.141383, 'last_price_update_time': 1774853582.748013}
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BL73%2520GWN') HTTP/1.1" 204 0
2026-03-30 06:53:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f14710c1-b07b-5862-a827-f229fb6953f1 with identifier: WA69%20KKG
2026-03-30 06:53:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f14710c1-b07b-5862-a827-f229fb6953f1 with identifier: WA69%20KKG
2026-03-30 06:53:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f14710c1-b07b-5862-a827-f229fb6953f1 with identifier: WA69%20KKG to the API
2026-03-30 06:53:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA69%20KKG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f14710c1-b07b-5862-a827-f229fb6953f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA69 KKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA69%20KKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VOLVO',
 'model': 'V60 SPORTWAGON',
 'odometer': 74682,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO V60 SPORTWAGON 2.0 D4 190 R DESIGN PRO Estate',
 'transmission': 'manual',
 'trim': 'D4 190 R DESIGN PRO',
 'vin': 'YV1ZWA8T1K1028627',
 'year': 2019}
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA69%2520KKG%27 HTTP/1.1" 200 None
2026-03-30 06:53:03 [bca.uk] INFO: Saving data for WA69%20KKG: {'auction_closing_time': 1775037600.0, 'created_time': 1774390761.473063, 'last_price_update_time': 1774853583.042577}
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA69%2520KKG') HTTP/1.1" 204 0
2026-03-30 06:53:03 [bca.uk] INFO: Found listing with ID: KF17%20CZB
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF17%2520CZB%27 HTTP/1.1" 200 None
2026-03-30 06:53:03 [bca.uk] INFO: Scrape type for KF17%20CZB: 2
2026-03-30 06:53:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with identifier: KF17%20CZB
2026-03-30 06:53:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with scrape type 2
2026-03-30 06:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with scrape type 2
2026-03-30 06:53:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49026b7f-1d0f-55ba-bcfd-157e580dfd45, identifier: KF17%20CZB
2026-03-30 06:53:03 [bca.uk] INFO: Found listing with ID: VF18%20AUL
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF18%2520AUL%27 HTTP/1.1" 200 None
2026-03-30 06:53:03 [bca.uk] INFO: Scrape type for VF18%20AUL: 2
2026-03-30 06:53:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1918489a-b9b5-5225-90e7-7c9a4990adbe with identifier: VF18%20AUL
2026-03-30 06:53:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1918489a-b9b5-5225-90e7-7c9a4990adbe with scrape type 2
2026-03-30 06:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1918489a-b9b5-5225-90e7-7c9a4990adbe with scrape type 2
2026-03-30 06:53:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1918489a-b9b5-5225-90e7-7c9a4990adbe, identifier: VF18%20AUL
2026-03-30 06:53:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with identifier: SH61%20BHK
2026-03-30 06:53:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with identifier: SH61%20BHK
2026-03-30 06:53:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 51e9b2ea-58b8-5279-bf00-b17dc1000d0d with identifier: SH61%20BHK to the API
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH61%20BHK-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '51e9b2ea-58b8-5279-bf00-b17dc1000d0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH61 BHK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH61%20BHK&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 94667,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 ACENTA',
 'vin': 'SJNFCAJ10U2412716',
 'year': 2011}
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH61%2520BHK%27 HTTP/1.1" 200 None
2026-03-30 06:53:03 [bca.uk] INFO: Saving data for SH61%20BHK: {'auction_closing_time': 1775037600.0, 'created_time': 1774418858.684592, 'last_price_update_time': 1774853583.574442}
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH61%2520BHK') HTTP/1.1" 204 0
2026-03-30 06:53:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1790d74-6295-52ee-896d-703308856f14 with identifier: YT14%20EEU
2026-03-30 06:53:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1790d74-6295-52ee-896d-703308856f14 with identifier: YT14%20EEU
2026-03-30 06:53:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1790d74-6295-52ee-896d-703308856f14 with identifier: YT14%20EEU to the API
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT14%20EEU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1790d74-6295-52ee-896d-703308856f14',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT14 EEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT14%20EEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 50394,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.5 DCI N-TEC S/S Hatchback',
 'transmission': 'manual',
 'trim': 'DCI N-TEC S/S',
 'vin': 'SJNFCAF15U6509035',
 'year': 2014}
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520EEU%27 HTTP/1.1" 200 None
2026-03-30 06:53:03 [bca.uk] INFO: Saving data for YT14%20EEU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390399.750814, 'last_price_update_time': 1774853583.884947}
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT14%2520EEU') HTTP/1.1" 204 0
2026-03-30 06:53:03 [bca.uk] INFO: Found listing with ID: BN10%20OCF
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN10%2520OCF%27 HTTP/1.1" 200 None
2026-03-30 06:53:03 [bca.uk] INFO: Scrape type for BN10%20OCF: 2
2026-03-30 06:53:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffa1a48a-7135-561b-b65d-bdbcc0819fde with identifier: BN10%20OCF
2026-03-30 06:53:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffa1a48a-7135-561b-b65d-bdbcc0819fde with scrape type 2
2026-03-30 06:53:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffa1a48a-7135-561b-b65d-bdbcc0819fde with scrape type 2
2026-03-30 06:53:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffa1a48a-7135-561b-b65d-bdbcc0819fde, identifier: BN10%20OCF
2026-03-30 06:53:04 [bca.uk] INFO: Found listing with ID: WO67%20LZC
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO67%2520LZC%27 HTTP/1.1" 200 None
2026-03-30 06:53:04 [bca.uk] INFO: Scrape type for WO67%20LZC: 2
2026-03-30 06:53:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with identifier: WO67%20LZC
2026-03-30 06:53:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with scrape type 2
2026-03-30 06:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with scrape type 2
2026-03-30 06:53:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c16ff70-c9ed-5702-a1e6-f6da7499f01e, identifier: WO67%20LZC
2026-03-30 06:53:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with identifier: KF17%20CZB
2026-03-30 06:53:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with identifier: KF17%20CZB
2026-03-30 06:53:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49026b7f-1d0f-55ba-bcfd-157e580dfd45 with identifier: KF17%20CZB to the API
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF17%20CZB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '49026b7f-1d0f-55ba-bcfd-157e580dfd45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF17 CZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF17%20CZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A5',
 'odometer': 71824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A5 2.0 TFSI 190 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'TFSI 190 SPORT',
 'vin': 'WAUZZZF54JA032303',
 'year': 2017}
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF17%2520CZB%27 HTTP/1.1" 200 None
2026-03-30 06:53:04 [bca.uk] INFO: Saving data for KF17%20CZB: {'auction_closing_time': 1774951200.0, 'created_time': 1774392110.885517, 'last_price_update_time': 1774853584.456542}
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF17%2520CZB') HTTP/1.1" 204 0
2026-03-30 06:53:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1918489a-b9b5-5225-90e7-7c9a4990adbe with identifier: VF18%20AUL
2026-03-30 06:53:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1918489a-b9b5-5225-90e7-7c9a4990adbe with identifier: VF18%20AUL
2026-03-30 06:53:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1918489a-b9b5-5225-90e7-7c9a4990adbe with identifier: VF18%20AUL to the API
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VF18%20AUL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1918489a-b9b5-5225-90e7-7c9a4990adbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VF18 AUL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VF18%20AUL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 57821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TFSI 180 QUATTRO S LINE ED.ST StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 180 QUATTRO S LINE ED.ST',
 'vin': 'WAUZZZ8U3JR095687',
 'year': 2018}
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VF18%2520AUL%27 HTTP/1.1" 200 None
2026-03-30 06:53:04 [bca.uk] INFO: Saving data for VF18%20AUL: {'auction_closing_time': 1774951200.0, 'created_time': 1774391836.024396, 'last_price_update_time': 1774853584.75649}
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VF18%2520AUL') HTTP/1.1" 204 0
2026-03-30 06:53:04 [bca.uk] INFO: Found listing with ID: BK72%20PXC
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520PXC%27 HTTP/1.1" 200 None
2026-03-30 06:53:04 [bca.uk] INFO: Scrape type for BK72%20PXC: 2
2026-03-30 06:53:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64cb5157-e538-5ecc-9f7c-3327a6d5315d with identifier: BK72%20PXC
2026-03-30 06:53:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64cb5157-e538-5ecc-9f7c-3327a6d5315d with scrape type 2
2026-03-30 06:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64cb5157-e538-5ecc-9f7c-3327a6d5315d with scrape type 2
2026-03-30 06:53:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64cb5157-e538-5ecc-9f7c-3327a6d5315d, identifier: BK72%20PXC
2026-03-30 06:53:04 [bca.uk] INFO: Found listing with ID: NU64%20XCC
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU64%2520XCC%27 HTTP/1.1" 200 None
2026-03-30 06:53:04 [bca.uk] INFO: Scrape type for NU64%20XCC: 2
2026-03-30 06:53:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 318ab577-136a-54c1-9299-d1748c7ee6bc with identifier: NU64%20XCC
2026-03-30 06:53:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 318ab577-136a-54c1-9299-d1748c7ee6bc with scrape type 2
2026-03-30 06:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 318ab577-136a-54c1-9299-d1748c7ee6bc with scrape type 2
2026-03-30 06:53:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 318ab577-136a-54c1-9299-d1748c7ee6bc, identifier: NU64%20XCC
2026-03-30 06:53:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffa1a48a-7135-561b-b65d-bdbcc0819fde with identifier: BN10%20OCF
2026-03-30 06:53:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffa1a48a-7135-561b-b65d-bdbcc0819fde with identifier: BN10%20OCF
2026-03-30 06:53:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffa1a48a-7135-561b-b65d-bdbcc0819fde with identifier: BN10%20OCF to the API
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN10%20OCF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ffa1a48a-7135-561b-b65d-bdbcc0819fde',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN10 OCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN10%20OCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 121168,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 E XS StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 E XS',
 'vin': 'SALFA2CB4AH188680',
 'year': 2010}
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN10%2520OCF%27 HTTP/1.1" 200 None
2026-03-30 06:53:05 [bca.uk] INFO: Saving data for BN10%20OCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303819.869271, 'last_price_update_time': 1774853585.293528}
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN10%2520OCF') HTTP/1.1" 204 0
2026-03-30 06:53:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with identifier: WO67%20LZC
2026-03-30 06:53:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with identifier: WO67%20LZC
2026-03-30 06:53:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c16ff70-c9ed-5702-a1e6-f6da7499f01e with identifier: WO67%20LZC to the API
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO67%20LZC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8c16ff70-c9ed-5702-a1e6-f6da7499f01e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO67 LZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO67%20LZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 76805,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 2.0 SD4 240 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'SD4 240 HSE',
 'vin': 'SALWA2EK2HA163924',
 'year': 2017}
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO67%2520LZC%27 HTTP/1.1" 200 None
2026-03-30 06:53:05 [bca.uk] INFO: Saving data for WO67%20LZC: {'auction_closing_time': 1775037600.0, 'created_time': 1774390753.611774, 'last_price_update_time': 1774853585.586797}
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO67%2520LZC') HTTP/1.1" 204 0
2026-03-30 06:53:05 [bca.uk] INFO: Found listing with ID: KP17%20OAH
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP17%2520OAH%27 HTTP/1.1" 200 None
2026-03-30 06:53:05 [bca.uk] INFO: Scrape type for KP17%20OAH: 2
2026-03-30 06:53:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with identifier: KP17%20OAH
2026-03-30 06:53:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with scrape type 2
2026-03-30 06:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with scrape type 2
2026-03-30 06:53:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07, identifier: KP17%20OAH
2026-03-30 06:53:05 [bca.uk] INFO: Found listing with ID: RX13%20VTO
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX13%2520VTO%27 HTTP/1.1" 200 None
2026-03-30 06:53:05 [bca.uk] INFO: Scrape type for RX13%20VTO: 2
2026-03-30 06:53:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e448557b-c7b3-58d9-9289-e0a98ab990e6 with identifier: RX13%20VTO
2026-03-30 06:53:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e448557b-c7b3-58d9-9289-e0a98ab990e6 with scrape type 2
2026-03-30 06:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e448557b-c7b3-58d9-9289-e0a98ab990e6 with scrape type 2
2026-03-30 06:53:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e448557b-c7b3-58d9-9289-e0a98ab990e6, identifier: RX13%20VTO
2026-03-30 06:53:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64cb5157-e538-5ecc-9f7c-3327a6d5315d with identifier: BK72%20PXC
2026-03-30 06:53:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64cb5157-e538-5ecc-9f7c-3327a6d5315d with identifier: BK72%20PXC
2026-03-30 06:53:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64cb5157-e538-5ecc-9f7c-3327a6d5315d with identifier: BK72%20PXC to the API
2026-03-30 06:53:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK72%20PXC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '64cb5157-e538-5ecc-9f7c-3327a6d5315d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK72 PXC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK72%20PXC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 26375,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 PERFORMANCE AWD (UPGRADE) Saloon',
 'transmission': 'automatic',
 'trim': 'PERFORMANCE AWD (UPGRADE)',
 'vin': 'LRW3F7EL8NC615096',
 'year': 2022}
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520PXC%27 HTTP/1.1" 200 None
2026-03-30 06:53:06 [bca.uk] INFO: Saving data for BK72%20PXC: {'auction_closing_time': 1775037600.0, 'created_time': 1774362426.202044, 'last_price_update_time': 1774853586.128852}
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK72%2520PXC') HTTP/1.1" 204 0
2026-03-30 06:53:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 318ab577-136a-54c1-9299-d1748c7ee6bc with identifier: NU64%20XCC
2026-03-30 06:53:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 318ab577-136a-54c1-9299-d1748c7ee6bc with identifier: NU64%20XCC
2026-03-30 06:53:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 318ab577-136a-54c1-9299-d1748c7ee6bc with identifier: NU64%20XCC to the API
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU64%20XCC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '318ab577-136a-54c1-9299-d1748c7ee6bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU64 XCC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU64%20XCC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 102676,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 2.0 TDI CR 184 VRS Hatchback',
 'transmission': 'manual',
 'trim': 'TDI CR 184 VRS',
 'vin': 'TMBBK7NE2F0060015',
 'year': 2014}
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU64%2520XCC%27 HTTP/1.1" 200 None
2026-03-30 06:53:06 [bca.uk] INFO: Saving data for NU64%20XCC: {'auction_closing_time': 1774864800.0, 'created_time': 1774390393.641936, 'last_price_update_time': 1774853586.432219}
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU64%2520XCC') HTTP/1.1" 204 0
2026-03-30 06:53:06 [bca.uk] INFO: Found listing with ID: FD21%20MBF
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520MBF%27 HTTP/1.1" 200 None
2026-03-30 06:53:06 [bca.uk] INFO: Scrape type for FD21%20MBF: 2
2026-03-30 06:53:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e7fae26-5d2e-5116-bda6-70e373777b80 with identifier: FD21%20MBF
2026-03-30 06:53:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e7fae26-5d2e-5116-bda6-70e373777b80 with scrape type 2
2026-03-30 06:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e7fae26-5d2e-5116-bda6-70e373777b80 with scrape type 2
2026-03-30 06:53:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0e7fae26-5d2e-5116-bda6-70e373777b80, identifier: FD21%20MBF
2026-03-30 06:53:06 [bca.uk] INFO: Found listing with ID: VA22%20FNN
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA22%2520FNN%27 HTTP/1.1" 200 None
2026-03-30 06:53:06 [bca.uk] INFO: Scrape type for VA22%20FNN: 2
2026-03-30 06:53:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with identifier: VA22%20FNN
2026-03-30 06:53:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with scrape type 2
2026-03-30 06:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with scrape type 2
2026-03-30 06:53:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dea7a4ef-5582-5ecc-80dc-f5342b340cd4, identifier: VA22%20FNN
2026-03-30 06:53:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with identifier: KP17%20OAH
2026-03-30 06:53:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with identifier: KP17%20OAH
2026-03-30 06:53:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ba01e74-59d2-5cfb-8eeb-248a4a3dad07 with identifier: KP17%20OAH to the API
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP17%20OAH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ba01e74-59d2-5cfb-8eeb-248a4a3dad07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP17 OAH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP17%20OAH&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLE 350 D',
 'odometer': 57878,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLE 350 D 3.0 AMG LINE 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'WDC1660242A926043',
 'year': 2017}
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP17%2520OAH%27 HTTP/1.1" 200 None
2026-03-30 06:53:06 [bca.uk] INFO: Saving data for KP17%20OAH: {'auction_closing_time': 1774951200.0, 'created_time': 1774392025.339395, 'last_price_update_time': 1774853586.944981}
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP17%2520OAH') HTTP/1.1" 204 0
2026-03-30 06:53:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e448557b-c7b3-58d9-9289-e0a98ab990e6 with identifier: RX13%20VTO
2026-03-30 06:53:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e448557b-c7b3-58d9-9289-e0a98ab990e6 with identifier: RX13%20VTO
2026-03-30 06:53:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e448557b-c7b3-58d9-9289-e0a98ab990e6 with identifier: RX13%20VTO to the API
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX13%20VTO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e448557b-c7b3-58d9-9289-e0a98ab990e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX13 VTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX13%20VTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 98943,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.2 SD4 4WD PURE Hatchback',
 'transmission': 'automatic',
 'trim': 'SD4 4WD PURE',
 'vin': 'SALVA2AE5DH765486',
 'year': 2013}
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX13%2520VTO%27 HTTP/1.1" 200 None
2026-03-30 06:53:07 [bca.uk] INFO: Saving data for RX13%20VTO: {'auction_closing_time': 1774951200.0, 'created_time': 1774391845.509128, 'last_price_update_time': 1774853587.339406}
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX13%2520VTO') HTTP/1.1" 204 0
2026-03-30 06:53:07 [bca.uk] INFO: Found listing with ID: AF22%20TLZ
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520TLZ%27 HTTP/1.1" 200 None
2026-03-30 06:53:07 [bca.uk] INFO: Scrape type for AF22%20TLZ: 2
2026-03-30 06:53:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with identifier: AF22%20TLZ
2026-03-30 06:53:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with scrape type 2
2026-03-30 06:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with scrape type 2
2026-03-30 06:53:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c, identifier: AF22%20TLZ
2026-03-30 06:53:07 [bca.uk] INFO: Found listing with ID: SY17%20YFJ
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY17%2520YFJ%27 HTTP/1.1" 200 None
2026-03-30 06:53:07 [bca.uk] INFO: Scrape type for SY17%20YFJ: 2
2026-03-30 06:53:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7129aa05-0986-5344-a3e8-c493d5f67e13 with identifier: SY17%20YFJ
2026-03-30 06:53:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7129aa05-0986-5344-a3e8-c493d5f67e13 with scrape type 2
2026-03-30 06:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7129aa05-0986-5344-a3e8-c493d5f67e13 with scrape type 2
2026-03-30 06:53:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7129aa05-0986-5344-a3e8-c493d5f67e13, identifier: SY17%20YFJ
2026-03-30 06:53:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0e7fae26-5d2e-5116-bda6-70e373777b80 with identifier: FD21%20MBF
2026-03-30 06:53:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0e7fae26-5d2e-5116-bda6-70e373777b80 with identifier: FD21%20MBF
2026-03-30 06:53:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0e7fae26-5d2e-5116-bda6-70e373777b80 with identifier: FD21%20MBF to the API
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD21%20MBF-GB',
 'category': 'Car',
 'color': 'mineral grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0e7fae26-5d2e-5116-bda6-70e373777b80',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD21 MBF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD21%20MBF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'BMW',
 'model': '218I',
 'odometer': 73814,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 218I 2.0 T M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA12DE0407J29202',
 'year': 2021}
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD21%2520MBF%27 HTTP/1.1" 200 None
2026-03-30 06:53:07 [bca.uk] INFO: Saving data for FD21%20MBF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303817.403789, 'last_price_update_time': 1774853587.874985}
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD21%2520MBF') HTTP/1.1" 204 0
2026-03-30 06:53:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with identifier: VA22%20FNN
2026-03-30 06:53:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with identifier: VA22%20FNN
2026-03-30 06:53:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dea7a4ef-5582-5ecc-80dc-f5342b340cd4 with identifier: VA22%20FNN to the API
2026-03-30 06:53:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA22%20FNN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dea7a4ef-5582-5ecc-80dc-f5342b340cd4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA22 FNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA22%20FNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 42725,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 D300 HSE DYNAMIC BLACK StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 HSE DYNAMIC BLACK',
 'vin': 'SALWA2AW0NA244778',
 'year': 2022}
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA22%2520FNN%27 HTTP/1.1" 200 None
2026-03-30 06:53:08 [bca.uk] INFO: Saving data for VA22%20FNN: {'auction_closing_time': 1775037600.0, 'created_time': 1774390752.444089, 'last_price_update_time': 1774853588.185232}
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA22%2520FNN') HTTP/1.1" 204 0
2026-03-30 06:53:08 [bca.uk] INFO: Found listing with ID: LG68%20OWJ
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520OWJ%27 HTTP/1.1" 200 None
2026-03-30 06:53:08 [bca.uk] INFO: Scrape type for LG68%20OWJ: 2
2026-03-30 06:53:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60c9da38-1b60-5f92-999c-cba4692070fb with identifier: LG68%20OWJ
2026-03-30 06:53:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60c9da38-1b60-5f92-999c-cba4692070fb with scrape type 2
2026-03-30 06:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60c9da38-1b60-5f92-999c-cba4692070fb with scrape type 2
2026-03-30 06:53:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60c9da38-1b60-5f92-999c-cba4692070fb, identifier: LG68%20OWJ
2026-03-30 06:53:08 [bca.uk] INFO: Found listing with ID: GK64%20YBE
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK64%2520YBE%27 HTTP/1.1" 200 None
2026-03-30 06:53:08 [bca.uk] INFO: Scrape type for GK64%20YBE: 2
2026-03-30 06:53:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 237c73f4-b4f4-5bcb-846a-82eb9715790b with identifier: GK64%20YBE
2026-03-30 06:53:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 237c73f4-b4f4-5bcb-846a-82eb9715790b with scrape type 2
2026-03-30 06:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 237c73f4-b4f4-5bcb-846a-82eb9715790b with scrape type 2
2026-03-30 06:53:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 237c73f4-b4f4-5bcb-846a-82eb9715790b, identifier: GK64%20YBE
2026-03-30 06:53:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with identifier: AF22%20TLZ
2026-03-30 06:53:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with identifier: AF22%20TLZ
2026-03-30 06:53:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c with identifier: AF22%20TLZ to the API
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20TLZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e073c4bc-cc88-5cb2-a1c6-95b4fc03b31c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF22 TLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20TLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 52103,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK5NC242096',
 'year': 2022}
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520TLZ%27 HTTP/1.1" 200 None
2026-03-30 06:53:08 [bca.uk] INFO: Saving data for AF22%20TLZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774362401.972107, 'last_price_update_time': 1774853588.757585}
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520TLZ') HTTP/1.1" 204 0
2026-03-30 06:53:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7129aa05-0986-5344-a3e8-c493d5f67e13 with identifier: SY17%20YFJ
2026-03-30 06:53:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7129aa05-0986-5344-a3e8-c493d5f67e13 with identifier: SY17%20YFJ
2026-03-30 06:53:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7129aa05-0986-5344-a3e8-c493d5f67e13 with identifier: SY17%20YFJ to the API
2026-03-30 06:53:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY17%20YFJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7129aa05-0986-5344-a3e8-c493d5f67e13',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY17 YFJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY17%20YFJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 44485,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.2 TSI 110 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 110 SE DSG',
 'vin': 'TMBFN6NJ1HZ178748',
 'year': 2017}
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY17%2520YFJ%27 HTTP/1.1" 200 None
2026-03-30 06:53:09 [bca.uk] INFO: Saving data for SY17%20YFJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390398.216378, 'last_price_update_time': 1774853589.047559}
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY17%2520YFJ') HTTP/1.1" 204 0
2026-03-30 06:53:09 [bca.uk] INFO: Found listing with ID: YL18%20AYE
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL18%2520AYE%27 HTTP/1.1" 200 None
2026-03-30 06:53:09 [bca.uk] INFO: Scrape type for YL18%20AYE: 2
2026-03-30 06:53:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 086f1b00-0e44-5acc-954f-0ad71163780e with identifier: YL18%20AYE
2026-03-30 06:53:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 086f1b00-0e44-5acc-954f-0ad71163780e with scrape type 2
2026-03-30 06:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 086f1b00-0e44-5acc-954f-0ad71163780e with scrape type 2
2026-03-30 06:53:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 086f1b00-0e44-5acc-954f-0ad71163780e, identifier: YL18%20AYE
2026-03-30 06:53:09 [bca.uk] INFO: Found listing with ID: PL72%20WSF
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520WSF%27 HTTP/1.1" 200 None
2026-03-30 06:53:09 [bca.uk] INFO: Scrape type for PL72%20WSF: 2
2026-03-30 06:53:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93bba22d-9b08-5de3-bc00-d195f53e06c6 with identifier: PL72%20WSF
2026-03-30 06:53:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93bba22d-9b08-5de3-bc00-d195f53e06c6 with scrape type 2
2026-03-30 06:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93bba22d-9b08-5de3-bc00-d195f53e06c6 with scrape type 2
2026-03-30 06:53:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93bba22d-9b08-5de3-bc00-d195f53e06c6, identifier: PL72%20WSF
2026-03-30 06:53:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60c9da38-1b60-5f92-999c-cba4692070fb with identifier: LG68%20OWJ
2026-03-30 06:53:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60c9da38-1b60-5f92-999c-cba4692070fb with identifier: LG68%20OWJ
2026-03-30 06:53:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60c9da38-1b60-5f92-999c-cba4692070fb with identifier: LG68%20OWJ to the API
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG68%20OWJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '60c9da38-1b60-5f92-999c-cba4692070fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG68 OWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG68%20OWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'OPTIMA SP/WAGON',
 'odometer': 68129,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA OPTIMA SP/WAGON 1.6 CRDI 136 3 ISG DCT Estate',
 'transmission': 'automatic',
 'trim': 'CRDI 136 3 ISG DCT',
 'vin': 'KNAGU819VK5282140',
 'year': 2018}
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG68%2520OWJ%27 HTTP/1.1" 200 None
2026-03-30 06:53:09 [bca.uk] INFO: Saving data for LG68%20OWJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774392029.932663, 'last_price_update_time': 1774853589.587996}
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG68%2520OWJ') HTTP/1.1" 204 0
2026-03-30 06:53:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 237c73f4-b4f4-5bcb-846a-82eb9715790b with identifier: GK64%20YBE
2026-03-30 06:53:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 237c73f4-b4f4-5bcb-846a-82eb9715790b with identifier: GK64%20YBE
2026-03-30 06:53:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 237c73f4-b4f4-5bcb-846a-82eb9715790b with identifier: GK64%20YBE to the API
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK64%20YBE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '237c73f4-b4f4-5bcb-846a-82eb9715790b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK64 YBE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK64%20YBE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 65189,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R SPORT 3.0 SDV6 HSE StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 HSE',
 'vin': 'SALWA2KE3EA394924',
 'year': 2014}
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK64%2520YBE%27 HTTP/1.1" 200 None
2026-03-30 06:53:09 [bca.uk] INFO: Saving data for GK64%20YBE: {'auction_closing_time': 1774951200.0, 'created_time': 1774391847.39621, 'last_price_update_time': 1774853589.902433}
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK64%2520YBE') HTTP/1.1" 204 0
2026-03-30 06:53:09 [bca.uk] INFO: Found listing with ID: SJ21%20DFZ
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520DFZ%27 HTTP/1.1" 200 None
2026-03-30 06:53:09 [bca.uk] INFO: Scrape type for SJ21%20DFZ: 2
2026-03-30 06:53:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d8346fe-45da-5ebf-9417-93fcb0463239 with identifier: SJ21%20DFZ
2026-03-30 06:53:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d8346fe-45da-5ebf-9417-93fcb0463239 with scrape type 2
2026-03-30 06:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d8346fe-45da-5ebf-9417-93fcb0463239 with scrape type 2
2026-03-30 06:53:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d8346fe-45da-5ebf-9417-93fcb0463239, identifier: SJ21%20DFZ
2026-03-30 06:53:10 [bca.uk] INFO: Found listing with ID: VA19%20SYJ
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520SYJ%27 HTTP/1.1" 200 None
2026-03-30 06:53:10 [bca.uk] INFO: Scrape type for VA19%20SYJ: 2
2026-03-30 06:53:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f6a872f-65c9-55b2-ac91-20496a1f7079 with identifier: VA19%20SYJ
2026-03-30 06:53:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f6a872f-65c9-55b2-ac91-20496a1f7079 with scrape type 2
2026-03-30 06:53:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f6a872f-65c9-55b2-ac91-20496a1f7079 with scrape type 2
2026-03-30 06:53:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f6a872f-65c9-55b2-ac91-20496a1f7079, identifier: VA19%20SYJ
2026-03-30 06:53:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 086f1b00-0e44-5acc-954f-0ad71163780e with identifier: YL18%20AYE
2026-03-30 06:53:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 086f1b00-0e44-5acc-954f-0ad71163780e with identifier: YL18%20AYE
2026-03-30 06:53:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 086f1b00-0e44-5acc-954f-0ad71163780e with identifier: YL18%20AYE to the API
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL18%20AYE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '086f1b00-0e44-5acc-954f-0ad71163780e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL18 AYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL18%20AYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'ZAFIRA TOURER',
 'odometer': 53980,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ZAFIRA TOURER 1.4 T 140 ENERGY MPV',
 'transmission': 'manual',
 'trim': 'T 140 ENERGY',
 'vin': 'W0VPD9ECXJ1150581',
 'year': 2018}
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL18%2520AYE%27 HTTP/1.1" 200 None
2026-03-30 06:53:10 [bca.uk] INFO: Saving data for YL18%20AYE: {'auction_closing_time': 1774864800.0, 'created_time': 1774390539.39538, 'last_price_update_time': 1774853590.47192}
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL18%2520AYE') HTTP/1.1" 204 0
2026-03-30 06:53:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93bba22d-9b08-5de3-bc00-d195f53e06c6 with identifier: PL72%20WSF
2026-03-30 06:53:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93bba22d-9b08-5de3-bc00-d195f53e06c6 with identifier: PL72%20WSF
2026-03-30 06:53:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93bba22d-9b08-5de3-bc00-d195f53e06c6 with identifier: PL72%20WSF to the API
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PL72%20WSF-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '93bba22d-9b08-5de3-bc00-d195f53e06c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PL72 WSF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PL72%20WSF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 41721,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 150KW 64KWH TROPHY LR Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH TROPHY LR',
 'vin': 'LSJWH409XNN190987',
 'year': 2023}
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PL72%2520WSF%27 HTTP/1.1" 200 None
2026-03-30 06:53:10 [bca.uk] INFO: Saving data for PL72%20WSF: {'auction_closing_time': 1774864800.0, 'created_time': 1774390753.993736, 'last_price_update_time': 1774853590.761374}
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PL72%2520WSF') HTTP/1.1" 204 0
2026-03-30 06:53:10 [bca.uk] INFO: Found listing with ID: ML69%20XDA
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520XDA%27 HTTP/1.1" 200 None
2026-03-30 06:53:10 [bca.uk] INFO: Scrape type for ML69%20XDA: 2
2026-03-30 06:53:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 912988e9-0a26-5c84-a218-fa2613a71ad2 with identifier: ML69%20XDA
2026-03-30 06:53:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 912988e9-0a26-5c84-a218-fa2613a71ad2 with scrape type 2
2026-03-30 06:53:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 912988e9-0a26-5c84-a218-fa2613a71ad2 with scrape type 2
2026-03-30 06:53:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 912988e9-0a26-5c84-a218-fa2613a71ad2, identifier: ML69%20XDA
2026-03-30 06:53:10 [bca.uk] INFO: Found listing with ID: BD20%20HWA
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520HWA%27 HTTP/1.1" 200 None
2026-03-30 06:53:10 [bca.uk] INFO: Scrape type for BD20%20HWA: 2
2026-03-30 06:53:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with identifier: BD20%20HWA
2026-03-30 06:53:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with scrape type 2
2026-03-30 06:53:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with scrape type 2
2026-03-30 06:53:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977, identifier: BD20%20HWA
2026-03-30 06:53:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d8346fe-45da-5ebf-9417-93fcb0463239 with identifier: SJ21%20DFZ
2026-03-30 06:53:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d8346fe-45da-5ebf-9417-93fcb0463239 with identifier: SJ21%20DFZ
2026-03-30 06:53:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d8346fe-45da-5ebf-9417-93fcb0463239 with identifier: SJ21%20DFZ to the API
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 252,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ21%20DFZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-03T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8d8346fe-45da-5ebf-9417-93fcb0463239',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ21 DFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ21%20DFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 117255,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 H2 PROGRESSIVE',
 'vin': 'W1V9076352P369031',
 'year': 2021}
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ21%2520DFZ%27 HTTP/1.1" 200 None
2026-03-30 06:53:11 [bca.uk] INFO: Saving data for SJ21%20DFZ: {'auction_closing_time': 1775210400.0, 'created_time': 1774362255.29882, 'last_price_update_time': 1774853591.284195}
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ21%2520DFZ') HTTP/1.1" 204 0
2026-03-30 06:53:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f6a872f-65c9-55b2-ac91-20496a1f7079 with identifier: VA19%20SYJ
2026-03-30 06:53:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f6a872f-65c9-55b2-ac91-20496a1f7079 with identifier: VA19%20SYJ
2026-03-30 06:53:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f6a872f-65c9-55b2-ac91-20496a1f7079 with identifier: VA19%20SYJ to the API
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA19%20SYJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0f6a872f-65c9-55b2-ac91-20496a1f7079',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA19 SYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA19%20SYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 55439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 140 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 TEKNA',
 'vin': 'SJNFFAJ11U2535956',
 'year': 2019}
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA19%2520SYJ%27 HTTP/1.1" 200 None
2026-03-30 06:53:11 [bca.uk] INFO: Saving data for VA19%20SYJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390398.540877, 'last_price_update_time': 1774853591.562419}
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA19%2520SYJ') HTTP/1.1" 204 0
2026-03-30 06:53:11 [bca.uk] INFO: Found listing with ID: YC15%20NJN
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520NJN%27 HTTP/1.1" 200 None
2026-03-30 06:53:11 [bca.uk] INFO: Scrape type for YC15%20NJN: 2
2026-03-30 06:53:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with identifier: YC15%20NJN
2026-03-30 06:53:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with scrape type 2
2026-03-30 06:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with scrape type 2
2026-03-30 06:53:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62ab394c-fa01-5f41-aac5-56cc24a7b6ea, identifier: YC15%20NJN
2026-03-30 06:53:11 [bca.uk] INFO: Found listing with ID: HJ71%20VMK
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ71%2520VMK%27 HTTP/1.1" 200 None
2026-03-30 06:53:11 [bca.uk] INFO: Scrape type for HJ71%20VMK: 2
2026-03-30 06:53:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 756de384-ea85-53a9-81de-b2a79416a59e with identifier: HJ71%20VMK
2026-03-30 06:53:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 756de384-ea85-53a9-81de-b2a79416a59e with scrape type 2
2026-03-30 06:53:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 756de384-ea85-53a9-81de-b2a79416a59e with scrape type 2
2026-03-30 06:53:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 756de384-ea85-53a9-81de-b2a79416a59e, identifier: HJ71%20VMK
2026-03-30 06:53:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 912988e9-0a26-5c84-a218-fa2613a71ad2 with identifier: ML69%20XDA
2026-03-30 06:53:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 912988e9-0a26-5c84-a218-fa2613a71ad2 with identifier: ML69%20XDA
2026-03-30 06:53:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 912988e9-0a26-5c84-a218-fa2613a71ad2 with identifier: ML69%20XDA to the API
2026-03-30 06:53:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML69%20XDA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '912988e9-0a26-5c84-a218-fa2613a71ad2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML69 XDA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML69%20XDA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 39155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 AMG LINE ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE ED.DCT',
 'vin': 'WDC1569432J662389',
 'year': 2019}
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML69%2520XDA%27 HTTP/1.1" 200 None
2026-03-30 06:53:12 [bca.uk] INFO: Saving data for ML69%20XDA: {'auction_closing_time': 1774951200.0, 'created_time': 1774392024.318389, 'last_price_update_time': 1774853592.099652}
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML69%2520XDA') HTTP/1.1" 204 0
2026-03-30 06:53:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with identifier: BD20%20HWA
2026-03-30 06:53:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with identifier: BD20%20HWA
2026-03-30 06:53:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977 with identifier: BD20%20HWA to the API
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD20%20HWA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1bd8e7f-7ce8-5fbb-81f4-2f8e8666f977',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD20 HWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD20%20HWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DEFENDER 110',
 'odometer': 60923,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DEFENDER 110 2.0 D240 AWD HSE (5ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D240 AWD HSE (5ST)',
 'vin': 'SALEA7AN2L2013727',
 'year': 2020}
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD20%2520HWA%27 HTTP/1.1" 200 None
2026-03-30 06:53:12 [bca.uk] INFO: Saving data for BD20%20HWA: {'auction_closing_time': 1774951200.0, 'created_time': 1774391819.396672, 'last_price_update_time': 1774853592.557486}
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD20%2520HWA') HTTP/1.1" 204 0
2026-03-30 06:53:12 [bca.uk] INFO: Found listing with ID: LB18%20VTG
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB18%2520VTG%27 HTTP/1.1" 200 None
2026-03-30 06:53:12 [bca.uk] INFO: Scrape type for LB18%20VTG: 2
2026-03-30 06:53:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb54429c-017e-5d1e-8f18-a7313729a636 with identifier: LB18%20VTG
2026-03-30 06:53:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb54429c-017e-5d1e-8f18-a7313729a636 with scrape type 2
2026-03-30 06:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb54429c-017e-5d1e-8f18-a7313729a636 with scrape type 2
2026-03-30 06:53:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb54429c-017e-5d1e-8f18-a7313729a636, identifier: LB18%20VTG
2026-03-30 06:53:12 [bca.uk] INFO: Found listing with ID: YR62%20YYU
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR62%2520YYU%27 HTTP/1.1" 200 None
2026-03-30 06:53:12 [bca.uk] INFO: Scrape type for YR62%20YYU: 2
2026-03-30 06:53:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8037995e-b4d6-5df3-a159-b67de5d5c113 with identifier: YR62%20YYU
2026-03-30 06:53:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8037995e-b4d6-5df3-a159-b67de5d5c113 with scrape type 2
2026-03-30 06:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8037995e-b4d6-5df3-a159-b67de5d5c113 with scrape type 2
2026-03-30 06:53:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8037995e-b4d6-5df3-a159-b67de5d5c113, identifier: YR62%20YYU
2026-03-30 06:53:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with identifier: YC15%20NJN
2026-03-30 06:53:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with identifier: YC15%20NJN
2026-03-30 06:53:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62ab394c-fa01-5f41-aac5-56cc24a7b6ea with identifier: YC15%20NJN to the API
2026-03-30 06:53:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC15%20NJN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '62ab394c-fa01-5f41-aac5-56cc24a7b6ea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC15 NJN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC15%20NJN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'AYGO',
 'odometer': 75773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO 1.0 VVT-I X-PRESSION Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I X-PRESSION',
 'vin': 'JTDKGNEC60N072375',
 'year': 2015}
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC15%2520NJN%27 HTTP/1.1" 200 None
2026-03-30 06:53:13 [bca.uk] INFO: Saving data for YC15%20NJN: {'auction_closing_time': 1774864800.0, 'created_time': 1774303692.466171, 'last_price_update_time': 1774853593.162765}
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC15%2520NJN') HTTP/1.1" 204 0
2026-03-30 06:53:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 756de384-ea85-53a9-81de-b2a79416a59e with identifier: HJ71%20VMK
2026-03-30 06:53:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 756de384-ea85-53a9-81de-b2a79416a59e with identifier: HJ71%20VMK
2026-03-30 06:53:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 756de384-ea85-53a9-81de-b2a79416a59e with identifier: HJ71%20VMK to the API
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ71%20VMK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '756de384-ea85-53a9-81de-b2a79416a59e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HJ71 VMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ71%20VMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 35295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-G MHEV SE-L LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-G MHEV SE-L LUX',
 'vin': 'JMZDM6WE600301649',
 'year': 2022}
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ71%2520VMK%27 HTTP/1.1" 200 None
2026-03-30 06:53:13 [bca.uk] INFO: Saving data for HJ71%20VMK: {'auction_closing_time': 1775037600.0, 'created_time': 1774046623.86269, 'last_price_update_time': 1774853593.459496}
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ71%2520VMK') HTTP/1.1" 204 0
2026-03-30 06:53:13 [bca.uk] INFO: Found listing with ID: SN68%20WLV
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN68%2520WLV%27 HTTP/1.1" 200 None
2026-03-30 06:53:13 [bca.uk] INFO: Scrape type for SN68%20WLV: 2
2026-03-30 06:53:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d71a522-c11b-521c-9e76-21898e5cd2d1 with identifier: SN68%20WLV
2026-03-30 06:53:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d71a522-c11b-521c-9e76-21898e5cd2d1 with scrape type 2
2026-03-30 06:53:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d71a522-c11b-521c-9e76-21898e5cd2d1 with scrape type 2
2026-03-30 06:53:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d71a522-c11b-521c-9e76-21898e5cd2d1, identifier: SN68%20WLV
2026-03-30 06:53:13 [bca.uk] INFO: Found listing with ID: KY64%20OLK
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53: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%2520OLK%27 HTTP/1.1" 200 None
2026-03-30 06:53:13 [bca.uk] INFO: Scrape type for KY64%20OLK: 2
2026-03-30 06:53:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07d8825c-984f-5d6b-8b81-9d223f9f389e with identifier: KY64%20OLK
2026-03-30 06:53:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07d8825c-984f-5d6b-8b81-9d223f9f389e with scrape type 2
2026-03-30 06:53:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07d8825c-984f-5d6b-8b81-9d223f9f389e with scrape type 2
2026-03-30 06:53:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07d8825c-984f-5d6b-8b81-9d223f9f389e, identifier: KY64%20OLK
2026-03-30 06:53:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb54429c-017e-5d1e-8f18-a7313729a636 with identifier: LB18%20VTG
2026-03-30 06:53:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb54429c-017e-5d1e-8f18-a7313729a636 with identifier: LB18%20VTG
2026-03-30 06:53:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb54429c-017e-5d1e-8f18-a7313729a636 with identifier: LB18%20VTG to the API
2026-03-30 06:53:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB18%20VTG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cb54429c-017e-5d1e-8f18-a7313729a636',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB18 VTG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB18%20VTG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'BMW',
 'model': '530D',
 'odometer': 72274,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 530D 3.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJC92040B289964',
 'year': 2018}
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB18%2520VTG%27 HTTP/1.1" 200 None
2026-03-30 06:53:14 [bca.uk] INFO: Saving data for LB18%20VTG: {'auction_closing_time': 1775037600.0, 'created_time': 1773907362.264547, 'last_price_update_time': 1774853594.257075}
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB18%2520VTG') HTTP/1.1" 204 0
2026-03-30 06:53:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8037995e-b4d6-5df3-a159-b67de5d5c113 with identifier: YR62%20YYU
2026-03-30 06:53:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8037995e-b4d6-5df3-a159-b67de5d5c113 with identifier: YR62%20YYU
2026-03-30 06:53:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8037995e-b4d6-5df3-a159-b67de5d5c113 with identifier: YR62%20YYU to the API
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR62%20YYU-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8037995e-b4d6-5df3-a159-b67de5d5c113',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR62 YYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR62%20YYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 122608,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 2.0 CRDI KX-4 StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI KX-4',
 'vin': 'U5YPC813NDL230341',
 'year': 2012}
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR62%2520YYU%27 HTTP/1.1" 200 None
2026-03-30 06:53:14 [bca.uk] INFO: Saving data for YR62%20YYU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303830.107797, 'last_price_update_time': 1774853594.677905}
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR62%2520YYU') HTTP/1.1" 204 0
2026-03-30 06:53:14 [bca.uk] INFO: Found listing with ID: YG67%20GGY
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG67%2520GGY%27 HTTP/1.1" 200 None
2026-03-30 06:53:14 [bca.uk] INFO: Scrape type for YG67%20GGY: 2
2026-03-30 06:53:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 253fd04c-e04b-5de4-935c-d2363256bba7 with identifier: YG67%20GGY
2026-03-30 06:53:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 253fd04c-e04b-5de4-935c-d2363256bba7 with scrape type 2
2026-03-30 06:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 253fd04c-e04b-5de4-935c-d2363256bba7 with scrape type 2
2026-03-30 06:53:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 253fd04c-e04b-5de4-935c-d2363256bba7, identifier: YG67%20GGY
2026-03-30 06:53:14 [bca.uk] INFO: Found listing with ID: RK68%20CCO
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520CCO%27 HTTP/1.1" 200 None
2026-03-30 06:53:14 [bca.uk] INFO: Scrape type for RK68%20CCO: 2
2026-03-30 06:53:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with identifier: RK68%20CCO
2026-03-30 06:53:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with scrape type 2
2026-03-30 06:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with scrape type 2
2026-03-30 06:53:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7, identifier: RK68%20CCO
2026-03-30 06:53:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d71a522-c11b-521c-9e76-21898e5cd2d1 with identifier: SN68%20WLV
2026-03-30 06:53:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d71a522-c11b-521c-9e76-21898e5cd2d1 with identifier: SN68%20WLV
2026-03-30 06:53:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d71a522-c11b-521c-9e76-21898e5cd2d1 with identifier: SN68%20WLV to the API
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN68%20WLV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d71a522-c11b-521c-9e76-21898e5cd2d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN68 WLV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN68%20WLV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 34733,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J576549',
 'year': 2018}
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN68%2520WLV%27 HTTP/1.1" 200 None
2026-03-30 06:53:15 [bca.uk] INFO: Saving data for SN68%20WLV: {'auction_closing_time': 1774951200.0, 'created_time': 1774392007.806406, 'last_price_update_time': 1774853595.351185}
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN68%2520WLV') HTTP/1.1" 204 0
2026-03-30 06:53:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07d8825c-984f-5d6b-8b81-9d223f9f389e with identifier: KY64%20OLK
2026-03-30 06:53:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07d8825c-984f-5d6b-8b81-9d223f9f389e with identifier: KY64%20OLK
2026-03-30 06:53:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07d8825c-984f-5d6b-8b81-9d223f9f389e with identifier: KY64%20OLK to the API
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY64%20OLK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07d8825c-984f-5d6b-8b81-9d223f9f389e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY64 OLK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY64%20OLK&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 35476,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 122 SE DSG',
 'vin': 'WVWZZZAUZFW036887',
 'year': 2014}
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY64%2520OLK%27 HTTP/1.1" 200 None
2026-03-30 06:53:15 [bca.uk] INFO: Saving data for KY64%20OLK: {'auction_closing_time': 1774864800.0, 'created_time': 1774391784.05229, 'last_price_update_time': 1774853595.657558}
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY64%2520OLK') HTTP/1.1" 204 0
2026-03-30 06:53:15 [bca.uk] INFO: Found listing with ID: AJ74%20GMG
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ74%2520GMG%27 HTTP/1.1" 200 None
2026-03-30 06:53:15 [bca.uk] INFO: Scrape type for AJ74%20GMG: 2
2026-03-30 06:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2942a241-78c8-5346-9f1a-7dd925fabdcd with identifier: AJ74%20GMG
2026-03-30 06:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2942a241-78c8-5346-9f1a-7dd925fabdcd with scrape type 2
2026-03-30 06:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2942a241-78c8-5346-9f1a-7dd925fabdcd with scrape type 2
2026-03-30 06:53:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2942a241-78c8-5346-9f1a-7dd925fabdcd, identifier: AJ74%20GMG
2026-03-30 06:53:15 [bca.uk] INFO: Found listing with ID: DP22%20TKT
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520TKT%27 HTTP/1.1" 200 None
2026-03-30 06:53:15 [bca.uk] INFO: Scrape type for DP22%20TKT: 2
2026-03-30 06:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a7374c1-774c-5719-b1ee-004062a8350a with identifier: DP22%20TKT
2026-03-30 06:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a7374c1-774c-5719-b1ee-004062a8350a with scrape type 2
2026-03-30 06:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a7374c1-774c-5719-b1ee-004062a8350a with scrape type 2
2026-03-30 06:53:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a7374c1-774c-5719-b1ee-004062a8350a, identifier: DP22%20TKT
2026-03-30 06:53:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 253fd04c-e04b-5de4-935c-d2363256bba7 with identifier: YG67%20GGY
2026-03-30 06:53:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 253fd04c-e04b-5de4-935c-d2363256bba7 with identifier: YG67%20GGY
2026-03-30 06:53:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 253fd04c-e04b-5de4-935c-d2363256bba7 with identifier: YG67%20GGY to the API
2026-03-30 06:53:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG67%20GGY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '253fd04c-e04b-5de4-935c-d2363256bba7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG67 GGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG67%20GGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'B-MAX',
 'odometer': 72923,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD B-MAX 1.0 E/B 125 ZETEC MPV',
 'transmission': 'manual',
 'trim': 'E/B 125 ZETEC',
 'vin': 'WF0KXXERJKHG10418',
 'year': 2017}
2026-03-30 06:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG67%2520GGY%27 HTTP/1.1" 200 None
2026-03-30 06:53:16 [bca.uk] INFO: Saving data for YG67%20GGY: {'auction_closing_time': 1774864800.0, 'created_time': 1774303766.601378, 'last_price_update_time': 1774853596.743559}
2026-03-30 06:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG67%2520GGY') HTTP/1.1" 204 0
2026-03-30 06:53:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with identifier: RK68%20CCO
2026-03-30 06:53:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with identifier: RK68%20CCO
2026-03-30 06:53:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e8a3e2e-93b3-59d8-944f-74d8c733dcb7 with identifier: RK68%20CCO to the API
2026-03-30 06:53:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK68%20CCO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9e8a3e2e-93b3-59d8-944f-74d8c733dcb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK68 CCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK68%20CCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 96194,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2383142F072533',
 'year': 2018}
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520CCO%27 HTTP/1.1" 200 None
2026-03-30 06:53:17 [bca.uk] INFO: Saving data for RK68%20CCO: {'auction_closing_time': 1775037600.0, 'created_time': 1774390734.337987, 'last_price_update_time': 1774853597.259214}
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK68%2520CCO') HTTP/1.1" 204 0
2026-03-30 06:53:17 [bca.uk] INFO: Found listing with ID: YG68%20DTD
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520DTD%27 HTTP/1.1" 200 None
2026-03-30 06:53:17 [bca.uk] INFO: Scrape type for YG68%20DTD: 2
2026-03-30 06:53:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with identifier: YG68%20DTD
2026-03-30 06:53:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with scrape type 2
2026-03-30 06:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with scrape type 2
2026-03-30 06:53:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d, identifier: YG68%20DTD
2026-03-30 06:53:17 [bca.uk] INFO: Found listing with ID: KU67%20UDL
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520UDL%27 HTTP/1.1" 200 None
2026-03-30 06:53:17 [bca.uk] INFO: Scrape type for KU67%20UDL: 2
2026-03-30 06:53:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with identifier: KU67%20UDL
2026-03-30 06:53:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with scrape type 2
2026-03-30 06:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with scrape type 2
2026-03-30 06:53:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13358e59-ab86-55fe-a18c-d1b9d2aee9fb, identifier: KU67%20UDL
2026-03-30 06:53:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2942a241-78c8-5346-9f1a-7dd925fabdcd with identifier: AJ74%20GMG
2026-03-30 06:53:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2942a241-78c8-5346-9f1a-7dd925fabdcd with identifier: AJ74%20GMG
2026-03-30 06:53:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2942a241-78c8-5346-9f1a-7dd925fabdcd with identifier: AJ74%20GMG to the API
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ74%20GMG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2942a241-78c8-5346-9f1a-7dd925fabdcd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ74 GMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ74%20GMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 6497,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-2008 100KW 50KWH ACTIVE PREMIUM+ Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ACTIVE PREMIUM+',
 'vin': 'VR3UKZKXZPJ716578',
 'year': 2025}
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ74%2520GMG%27 HTTP/1.1" 200 None
2026-03-30 06:53:17 [bca.uk] INFO: Saving data for AJ74%20GMG: {'auction_closing_time': 1775037600.0, 'created_time': 1774362378.579211, 'last_price_update_time': 1774853597.87595}
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ74%2520GMG') HTTP/1.1" 204 0
2026-03-30 06:53:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a7374c1-774c-5719-b1ee-004062a8350a with identifier: DP22%20TKT
2026-03-30 06:53:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a7374c1-774c-5719-b1ee-004062a8350a with identifier: DP22%20TKT
2026-03-30 06:53:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a7374c1-774c-5719-b1ee-004062a8350a with identifier: DP22%20TKT to the API
2026-03-30 06:53:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP22%20TKT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a7374c1-774c-5719-b1ee-004062a8350a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP22 TKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP22%20TKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3 SALOON',
 'odometer': 41545,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SALOON 1.5 35 TFSI SPORT Saloon',
 'transmission': 'manual',
 'trim': '35 TFSI SPORT',
 'vin': 'WAUZZZGYXNA081441',
 'year': 2022}
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP22%2520TKT%27 HTTP/1.1" 200 None
2026-03-30 06:53:18 [bca.uk] INFO: Saving data for DP22%20TKT: {'auction_closing_time': 1774951200.0, 'created_time': 1774390427.838975, 'last_price_update_time': 1774853598.247218}
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP22%2520TKT') HTTP/1.1" 204 0
2026-03-30 06:53:18 [bca.uk] INFO: Found listing with ID: PF69%20GRZ
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF69%2520GRZ%27 HTTP/1.1" 200 None
2026-03-30 06:53:18 [bca.uk] INFO: Scrape type for PF69%20GRZ: 2
2026-03-30 06:53:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 997438a5-9430-57de-99a9-494d989f1331 with identifier: PF69%20GRZ
2026-03-30 06:53:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 997438a5-9430-57de-99a9-494d989f1331 with scrape type 2
2026-03-30 06:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 997438a5-9430-57de-99a9-494d989f1331 with scrape type 2
2026-03-30 06:53:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 997438a5-9430-57de-99a9-494d989f1331, identifier: PF69%20GRZ
2026-03-30 06:53:18 [bca.uk] INFO: Found listing with ID: SN71%20GZA
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN71%2520GZA%27 HTTP/1.1" 200 None
2026-03-30 06:53:18 [bca.uk] INFO: Scrape type for SN71%20GZA: 2
2026-03-30 06:53:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00c47b77-7b64-5ac5-921d-1873b19de4eb with identifier: SN71%20GZA
2026-03-30 06:53:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00c47b77-7b64-5ac5-921d-1873b19de4eb with scrape type 2
2026-03-30 06:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00c47b77-7b64-5ac5-921d-1873b19de4eb with scrape type 2
2026-03-30 06:53:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00c47b77-7b64-5ac5-921d-1873b19de4eb, identifier: SN71%20GZA
2026-03-30 06:53:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with identifier: YG68%20DTD
2026-03-30 06:53:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with identifier: YG68%20DTD
2026-03-30 06:53:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d with identifier: YG68%20DTD to the API
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG68%20DTD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0bc92fe9-e685-5f9d-9ff1-b8bac4be1a1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG68 DTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG68%20DTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 50706,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.3 TCE 140 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'TCE 140 DYNAMIQUE',
 'vin': 'VF1RFE00161959461',
 'year': 2019}
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG68%2520DTD%27 HTTP/1.1" 200 None
2026-03-30 06:53:18 [bca.uk] INFO: Saving data for YG68%20DTD: {'auction_closing_time': 1774951200.0, 'created_time': 1774392116.754553, 'last_price_update_time': 1774853598.863904}
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG68%2520DTD') HTTP/1.1" 204 0
2026-03-30 06:53:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with identifier: KU67%20UDL
2026-03-30 06:53:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with identifier: KU67%20UDL
2026-03-30 06:53:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13358e59-ab86-55fe-a18c-d1b9d2aee9fb with identifier: KU67%20UDL to the API
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU67%20UDL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13358e59-ab86-55fe-a18c-d1b9d2aee9fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU67 UDL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU67%20UDL&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MERCEDES-BENZ',
 'model': 'C250 D',
 'odometer': 66709,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C250 D 2.1 AMG LINE PREMIUM PLUS Convertible',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS',
 'vin': 'WDD2054082F626636',
 'year': 2017}
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU67%2520UDL%27 HTTP/1.1" 200 None
2026-03-30 06:53:19 [bca.uk] INFO: Saving data for KU67%20UDL: {'auction_closing_time': 1774864800.0, 'created_time': 1774391802.073296, 'last_price_update_time': 1774853599.26377}
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU67%2520UDL') HTTP/1.1" 204 0
2026-03-30 06:53:19 [bca.uk] INFO: Found listing with ID: AE66%20MFO
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE66%2520MFO%27 HTTP/1.1" 200 None
2026-03-30 06:53:19 [bca.uk] INFO: Scrape type for AE66%20MFO: 2
2026-03-30 06:53:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34550a4d-ee92-56a0-ba59-1fc934edddf9 with identifier: AE66%20MFO
2026-03-30 06:53:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34550a4d-ee92-56a0-ba59-1fc934edddf9 with scrape type 2
2026-03-30 06:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34550a4d-ee92-56a0-ba59-1fc934edddf9 with scrape type 2
2026-03-30 06:53:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34550a4d-ee92-56a0-ba59-1fc934edddf9, identifier: AE66%20MFO
2026-03-30 06:53:19 [scrapy.extensions.logstats] INFO: Crawled 128 pages (at 1 pages/min), scraped 6280 items (at 138 items/min)
2026-03-30 06:53:19 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:53:19 [bca.uk] INFO: Found listing with ID: BW11%20RXL
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW11%2520RXL%27 HTTP/1.1" 200 None
2026-03-30 06:53:19 [bca.uk] INFO: Scrape type for BW11%20RXL: 2
2026-03-30 06:53:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62b6f953-d542-553f-bbbf-ebd84d580631 with identifier: BW11%20RXL
2026-03-30 06:53:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62b6f953-d542-553f-bbbf-ebd84d580631 with scrape type 2
2026-03-30 06:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62b6f953-d542-553f-bbbf-ebd84d580631 with scrape type 2
2026-03-30 06:53:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62b6f953-d542-553f-bbbf-ebd84d580631, identifier: BW11%20RXL
2026-03-30 06:53:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 997438a5-9430-57de-99a9-494d989f1331 with identifier: PF69%20GRZ
2026-03-30 06:53:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 997438a5-9430-57de-99a9-494d989f1331 with identifier: PF69%20GRZ
2026-03-30 06:53:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 997438a5-9430-57de-99a9-494d989f1331 with identifier: PF69%20GRZ to the API
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF69%20GRZ-GB',
 'category': 'Car',
 'color': 'violet',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '997438a5-9430-57de-99a9-494d989f1331',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF69 GRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF69%20GRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3 CROSSBACK',
 'odometer': 39648,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 CROSSBACK 1.2 P/T 130 PRESTIGE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 PRESTIGE EAT8',
 'vin': 'VR1URHNSSKW056047',
 'year': 2019}
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF69%2520GRZ%27 HTTP/1.1" 200 None
2026-03-30 06:53:19 [bca.uk] INFO: Saving data for PF69%20GRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774303789.925248, 'last_price_update_time': 1774853599.95795}
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF69%2520GRZ') HTTP/1.1" 204 0
2026-03-30 06:53:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00c47b77-7b64-5ac5-921d-1873b19de4eb with identifier: SN71%20GZA
2026-03-30 06:53:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00c47b77-7b64-5ac5-921d-1873b19de4eb with identifier: SN71%20GZA
2026-03-30 06:53:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00c47b77-7b64-5ac5-921d-1873b19de4eb with identifier: SN71%20GZA to the API
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN71%20GZA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '00c47b77-7b64-5ac5-921d-1873b19de4eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN71 GZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN71%20GZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 24914,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-X 186 GT SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-X 186 GT SPORT',
 'vin': 'JMZDM6WH600201773',
 'year': 2021}
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53: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%2520GZA%27 HTTP/1.1" 200 None
2026-03-30 06:53:20 [bca.uk] INFO: Saving data for SN71%20GZA: {'auction_closing_time': 1775037600.0, 'created_time': 1774046565.579797, 'last_price_update_time': 1774853600.264266}
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN71%2520GZA') HTTP/1.1" 204 0
2026-03-30 06:53:20 [bca.uk] INFO: Found listing with ID: YK69%20KNP
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK69%2520KNP%27 HTTP/1.1" 200 None
2026-03-30 06:53:20 [bca.uk] INFO: Scrape type for YK69%20KNP: 2
2026-03-30 06:53:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16306f3f-117c-51b6-81d1-2b9cdb1580eb with identifier: YK69%20KNP
2026-03-30 06:53:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16306f3f-117c-51b6-81d1-2b9cdb1580eb with scrape type 2
2026-03-30 06:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16306f3f-117c-51b6-81d1-2b9cdb1580eb with scrape type 2
2026-03-30 06:53:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16306f3f-117c-51b6-81d1-2b9cdb1580eb, identifier: YK69%20KNP
2026-03-30 06:53:20 [bca.uk] INFO: Found listing with ID: GY67%20ZBR
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520ZBR%27 HTTP/1.1" 200 None
2026-03-30 06:53:20 [bca.uk] INFO: Scrape type for GY67%20ZBR: 2
2026-03-30 06:53:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82447fe2-42b1-50de-a8f3-83a015ed5975 with identifier: GY67%20ZBR
2026-03-30 06:53:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82447fe2-42b1-50de-a8f3-83a015ed5975 with scrape type 2
2026-03-30 06:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82447fe2-42b1-50de-a8f3-83a015ed5975 with scrape type 2
2026-03-30 06:53:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82447fe2-42b1-50de-a8f3-83a015ed5975, identifier: GY67%20ZBR
2026-03-30 06:53:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34550a4d-ee92-56a0-ba59-1fc934edddf9 with identifier: AE66%20MFO
2026-03-30 06:53:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34550a4d-ee92-56a0-ba59-1fc934edddf9 with identifier: AE66%20MFO
2026-03-30 06:53:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34550a4d-ee92-56a0-ba59-1fc934edddf9 with identifier: AE66%20MFO to the API
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE66%20MFO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '34550a4d-ee92-56a0-ba59-1fc934edddf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE66 MFO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE66%20MFO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 61528,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0DXXGAKDGC56303',
 'year': 2016}
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE66%2520MFO%27 HTTP/1.1" 200 None
2026-03-30 06:53:20 [bca.uk] INFO: Saving data for AE66%20MFO: {'auction_closing_time': 1774951200.0, 'created_time': 1774362247.341343, 'last_price_update_time': 1774853600.866319}
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE66%2520MFO') HTTP/1.1" 204 0
2026-03-30 06:53:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62b6f953-d542-553f-bbbf-ebd84d580631 with identifier: BW11%20RXL
2026-03-30 06:53:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62b6f953-d542-553f-bbbf-ebd84d580631 with identifier: BW11%20RXL
2026-03-30 06:53:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62b6f953-d542-553f-bbbf-ebd84d580631 with identifier: BW11%20RXL to the API
2026-03-30 06:53:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW11%20RXL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '62b6f953-d542-553f-bbbf-ebd84d580631',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW11 RXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW11%20RXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 65122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.4 TFSI SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI SPORT',
 'vin': 'WAUZZZ8X3CB004889',
 'year': 2011}
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW11%2520RXL%27 HTTP/1.1" 200 None
2026-03-30 06:53:21 [bca.uk] INFO: Saving data for BW11%20RXL: {'auction_closing_time': 1774951200.0, 'created_time': 1774392169.324005, 'last_price_update_time': 1774853601.164948}
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW11%2520RXL') HTTP/1.1" 204 0
2026-03-30 06:53:21 [bca.uk] INFO: Found listing with ID: LB13%20DCU
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB13%2520DCU%27 HTTP/1.1" 200 None
2026-03-30 06:53:21 [bca.uk] INFO: Scrape type for LB13%20DCU: 2
2026-03-30 06:53:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 027adee3-90c2-50ce-a61b-3b6989f14d04 with identifier: LB13%20DCU
2026-03-30 06:53:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 027adee3-90c2-50ce-a61b-3b6989f14d04 with scrape type 2
2026-03-30 06:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 027adee3-90c2-50ce-a61b-3b6989f14d04 with scrape type 2
2026-03-30 06:53:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 027adee3-90c2-50ce-a61b-3b6989f14d04, identifier: LB13%20DCU
2026-03-30 06:53:21 [bca.uk] INFO: Found listing with ID: WV67%20WGA
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV67%2520WGA%27 HTTP/1.1" 200 None
2026-03-30 06:53:21 [bca.uk] INFO: Scrape type for WV67%20WGA: 2
2026-03-30 06:53:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with identifier: WV67%20WGA
2026-03-30 06:53:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with scrape type 2
2026-03-30 06:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with scrape type 2
2026-03-30 06:53:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c, identifier: WV67%20WGA
2026-03-30 06:53:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16306f3f-117c-51b6-81d1-2b9cdb1580eb with identifier: YK69%20KNP
2026-03-30 06:53:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16306f3f-117c-51b6-81d1-2b9cdb1580eb with identifier: YK69%20KNP
2026-03-30 06:53:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16306f3f-117c-51b6-81d1-2b9cdb1580eb with identifier: YK69%20KNP to the API
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK69%20KNP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16306f3f-117c-51b6-81d1-2b9cdb1580eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK69 KNP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK69%20KNP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 35659,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD CHEQUERED FLAG StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD CHEQUERED FLAG',
 'vin': 'SADCA2ANXLA626335',
 'year': 2019}
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK69%2520KNP%27 HTTP/1.1" 200 None
2026-03-30 06:53:21 [bca.uk] INFO: Saving data for YK69%20KNP: {'auction_closing_time': 1774951200.0, 'created_time': 1774392008.71533, 'last_price_update_time': 1774853601.781261}
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK69%2520KNP') HTTP/1.1" 204 0
2026-03-30 06:53:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82447fe2-42b1-50de-a8f3-83a015ed5975 with identifier: GY67%20ZBR
2026-03-30 06:53:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82447fe2-42b1-50de-a8f3-83a015ed5975 with identifier: GY67%20ZBR
2026-03-30 06:53:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82447fe2-42b1-50de-a8f3-83a015ed5975 with identifier: GY67%20ZBR to the API
2026-03-30 06:53:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY67%20ZBR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82447fe2-42b1-50de-a8f3-83a015ed5975',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY67 ZBR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY67%20ZBR&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': '2 GRAN TOURER',
 'odometer': 78920,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 2 GRAN TOURER 1.5 218I T SPORT STEP MPV',
 'transmission': 'automatic',
 'trim': '218I T SPORT STEP',
 'vin': 'WBA2D320605J59715',
 'year': 2017}
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY67%2520ZBR%27 HTTP/1.1" 200 None
2026-03-30 06:53:22 [bca.uk] INFO: Saving data for GY67%20ZBR: {'auction_closing_time': 1774864800.0, 'created_time': 1774391785.724831, 'last_price_update_time': 1774853602.105424}
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY67%2520ZBR') HTTP/1.1" 204 0
2026-03-30 06:53:22 [bca.uk] INFO: Found listing with ID: AJ18%20OFN
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520OFN%27 HTTP/1.1" 200 None
2026-03-30 06:53:22 [bca.uk] INFO: Scrape type for AJ18%20OFN: 2
2026-03-30 06:53:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78d91e79-6a28-5dea-8368-0acc89e93dfc with identifier: AJ18%20OFN
2026-03-30 06:53:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78d91e79-6a28-5dea-8368-0acc89e93dfc with scrape type 2
2026-03-30 06:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78d91e79-6a28-5dea-8368-0acc89e93dfc with scrape type 2
2026-03-30 06:53:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78d91e79-6a28-5dea-8368-0acc89e93dfc, identifier: AJ18%20OFN
2026-03-30 06:53:22 [bca.uk] INFO: Found listing with ID: YT14%20WYY
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YT14%2520WYY%27 HTTP/1.1" 200 None
2026-03-30 06:53:22 [bca.uk] INFO: Scrape type for YT14%20WYY: 2
2026-03-30 06:53:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 765cf389-bd9e-50dd-9f59-ec9f0b84eead with identifier: YT14%20WYY
2026-03-30 06:53:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 765cf389-bd9e-50dd-9f59-ec9f0b84eead with scrape type 2
2026-03-30 06:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 765cf389-bd9e-50dd-9f59-ec9f0b84eead with scrape type 2
2026-03-30 06:53:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 765cf389-bd9e-50dd-9f59-ec9f0b84eead, identifier: YT14%20WYY
2026-03-30 06:53:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 027adee3-90c2-50ce-a61b-3b6989f14d04 with identifier: LB13%20DCU
2026-03-30 06:53:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 027adee3-90c2-50ce-a61b-3b6989f14d04 with identifier: LB13%20DCU
2026-03-30 06:53:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 027adee3-90c2-50ce-a61b-3b6989f14d04 with identifier: LB13%20DCU to the API
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB13%20DCU-GB',
 'category': 'Car',
 'color': 'light white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '027adee3-90c2-50ce-a61b-3b6989f14d04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LB13 DCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB13%20DCU&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MINI',
 'model': 'PACEMAN',
 'odometer': 81169,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MINI PACEMAN 1.6 COOPER S ALL4 Coupe',
 'transmission': 'manual',
 'trim': 'COOPER S ALL4',
 'vin': 'WMWSS72090WN50980',
 'year': 2013}
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB13%2520DCU%27 HTTP/1.1" 200 None
2026-03-30 06:53:22 [bca.uk] INFO: Saving data for LB13%20DCU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303802.476104, 'last_price_update_time': 1774853602.701242}
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB13%2520DCU') HTTP/1.1" 204 0
2026-03-30 06:53:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with identifier: WV67%20WGA
2026-03-30 06:53:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with identifier: WV67%20WGA
2026-03-30 06:53:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c with identifier: WV67%20WGA to the API
2026-03-30 06:53:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV67%20WGA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7cef5bbf-da50-5b0e-9dce-3a9fbf620f4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV67 WGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV67%20WGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 87351,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE BLACK StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE BLACK',
 'vin': 'SALCA2AN6JH727185',
 'year': 2017}
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV67%2520WGA%27 HTTP/1.1" 200 None
2026-03-30 06:53:23 [bca.uk] INFO: Saving data for WV67%20WGA: {'auction_closing_time': 1775037600.0, 'created_time': 1774390749.857686, 'last_price_update_time': 1774853603.037429}
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV67%2520WGA') HTTP/1.1" 204 0
2026-03-30 06:53:23 [bca.uk] INFO: Found listing with ID: A9%20VVA
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A9%2520VVA%27 HTTP/1.1" 200 None
2026-03-30 06:53:23 [bca.uk] INFO: Scrape type for A9%20VVA: 2
2026-03-30 06:53:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52e8f3ed-36da-5277-b752-ca28255397d5 with identifier: A9%20VVA
2026-03-30 06:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52e8f3ed-36da-5277-b752-ca28255397d5 with scrape type 2
2026-03-30 06:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52e8f3ed-36da-5277-b752-ca28255397d5 with scrape type 2
2026-03-30 06:53:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52e8f3ed-36da-5277-b752-ca28255397d5, identifier: A9%20VVA
2026-03-30 06:53:23 [bca.uk] INFO: Found listing with ID: GL22%20ONW
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL22%2520ONW%27 HTTP/1.1" 200 None
2026-03-30 06:53:23 [bca.uk] INFO: Scrape type for GL22%20ONW: 2
2026-03-30 06:53:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3361c37-c7f6-5eca-b247-7c2f508906c6 with identifier: GL22%20ONW
2026-03-30 06:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3361c37-c7f6-5eca-b247-7c2f508906c6 with scrape type 2
2026-03-30 06:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3361c37-c7f6-5eca-b247-7c2f508906c6 with scrape type 2
2026-03-30 06:53:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f3361c37-c7f6-5eca-b247-7c2f508906c6, identifier: GL22%20ONW
2026-03-30 06:53:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78d91e79-6a28-5dea-8368-0acc89e93dfc with identifier: AJ18%20OFN
2026-03-30 06:53:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78d91e79-6a28-5dea-8368-0acc89e93dfc with identifier: AJ18%20OFN
2026-03-30 06:53:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78d91e79-6a28-5dea-8368-0acc89e93dfc with identifier: AJ18%20OFN to the API
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ18%20OFN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78d91e79-6a28-5dea-8368-0acc89e93dfc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ18 OFN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ18%20OFN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA ACTIVE',
 'odometer': 74553,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA ACTIVE 1.0 E/B 100 X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 X',
 'vin': 'WF0JXXGAHJJJ75414',
 'year': 2018}
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ18%2520OFN%27 HTTP/1.1" 200 None
2026-03-30 06:53:23 [bca.uk] INFO: Saving data for AJ18%20OFN: {'auction_closing_time': 1774951200.0, 'created_time': 1774362381.92931, 'last_price_update_time': 1774853603.595679}
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ18%2520OFN') HTTP/1.1" 204 0
2026-03-30 06:53:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 765cf389-bd9e-50dd-9f59-ec9f0b84eead with identifier: YT14%20WYY
2026-03-30 06:53:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 765cf389-bd9e-50dd-9f59-ec9f0b84eead with identifier: YT14%20WYY
2026-03-30 06:53:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 765cf389-bd9e-50dd-9f59-ec9f0b84eead with identifier: YT14%20WYY to the API
2026-03-30 06:53:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YT14%20WYY-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '765cf389-bd9e-50dd-9f59-ec9f0b84eead',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YT14 WYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YT14%20WYY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'BMW',
 'model': '420D',
 'odometer': 109714,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 SPORT Convertible',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA3U12080J965653',
 'year': 2014}
2026-03-30 06:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53: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%2520WYY%27 HTTP/1.1" 200 None
2026-03-30 06:53:25 [bca.uk] INFO: Saving data for YT14%20WYY: {'auction_closing_time': 1774864800.0, 'created_time': 1774390340.769355, 'last_price_update_time': 1774853605.174568}
2026-03-30 06:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YT14%2520WYY') HTTP/1.1" 204 0
2026-03-30 06:53:25 [bca.uk] INFO: Found listing with ID: SP63%20LTO
2026-03-30 06:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP63%2520LTO%27 HTTP/1.1" 200 None
2026-03-30 06:53:25 [bca.uk] INFO: Scrape type for SP63%20LTO: 2
2026-03-30 06:53:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with identifier: SP63%20LTO
2026-03-30 06:53:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with scrape type 2
2026-03-30 06:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with scrape type 2
2026-03-30 06:53:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dcb08835-9d3c-5f34-bf8a-91562b4ab1b1, identifier: SP63%20LTO
2026-03-30 06:53:25 [bca.uk] INFO: Found listing with ID: L19%20WTE
2026-03-30 06:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L19%2520WTE%27 HTTP/1.1" 200 None
2026-03-30 06:53:25 [bca.uk] INFO: Scrape type for L19%20WTE: 2
2026-03-30 06:53:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with identifier: L19%20WTE
2026-03-30 06:53:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with scrape type 2
2026-03-30 06:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with scrape type 2
2026-03-30 06:53:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 20e04376-6c6a-5ba3-bf02-a9f3325e67cc, identifier: L19%20WTE
2026-03-30 06:53:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52e8f3ed-36da-5277-b752-ca28255397d5 with identifier: A9%20VVA
2026-03-30 06:53:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52e8f3ed-36da-5277-b752-ca28255397d5 with identifier: A9%20VVA
2026-03-30 06:53:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52e8f3ed-36da-5277-b752-ca28255397d5 with identifier: A9%20VVA to the API
2026-03-30 06:53:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=A9%20VVA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52e8f3ed-36da-5277-b752-ca28255397d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'A9 VVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=A9%20VVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 200 D',
 'odometer': 59932,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 200 D 2.1 SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': 'SPORT DCT',
 'vin': 'WDD1173082N423409',
 'year': 2016}
2026-03-30 06:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A9%2520VVA%27 HTTP/1.1" 200 None
2026-03-30 06:53:26 [bca.uk] INFO: Saving data for A9%20VVA: {'auction_closing_time': 1775124000.0, 'created_time': 1774392009.091776, 'last_price_update_time': 1774853606.274573}
2026-03-30 06:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='A9%2520VVA') HTTP/1.1" 204 0
2026-03-30 06:53:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f3361c37-c7f6-5eca-b247-7c2f508906c6 with identifier: GL22%20ONW
2026-03-30 06:53:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f3361c37-c7f6-5eca-b247-7c2f508906c6 with identifier: GL22%20ONW
2026-03-30 06:53:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f3361c37-c7f6-5eca-b247-7c2f508906c6 with identifier: GL22%20ONW to the API
2026-03-30 06:53:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL22%20ONW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f3361c37-c7f6-5eca-b247-7c2f508906c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL22 ONW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL22%20ONW&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 51975,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 LIFE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 95 LIFE DSG',
 'vin': 'WVWZZZAWZNU050548',
 'year': 2022}
2026-03-30 06:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL22%2520ONW%27 HTTP/1.1" 200 None
2026-03-30 06:53:27 [bca.uk] INFO: Saving data for GL22%20ONW: {'auction_closing_time': 1774864800.0, 'created_time': 1774391784.698791, 'last_price_update_time': 1774853607.765312}
2026-03-30 06:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL22%2520ONW') HTTP/1.1" 204 0
2026-03-30 06:53:27 [bca.uk] INFO: Found listing with ID: AF19%20KFX
2026-03-30 06:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF19%2520KFX%27 HTTP/1.1" 200 None
2026-03-30 06:53:27 [bca.uk] INFO: Scrape type for AF19%20KFX: 2
2026-03-30 06:53:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f83bb730-723c-558a-bb0d-12e4e745e1fc with identifier: AF19%20KFX
2026-03-30 06:53:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f83bb730-723c-558a-bb0d-12e4e745e1fc with scrape type 2
2026-03-30 06:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f83bb730-723c-558a-bb0d-12e4e745e1fc with scrape type 2
2026-03-30 06:53:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f83bb730-723c-558a-bb0d-12e4e745e1fc, identifier: AF19%20KFX
2026-03-30 06:53:27 [bca.uk] INFO: Found listing with ID: OU63%20WVW
2026-03-30 06:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU63%2520WVW%27 HTTP/1.1" 200 None
2026-03-30 06:53:27 [bca.uk] INFO: Scrape type for OU63%20WVW: 2
2026-03-30 06:53:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d089802e-3ecc-5ffc-8676-9803f26f2c58 with identifier: OU63%20WVW
2026-03-30 06:53:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d089802e-3ecc-5ffc-8676-9803f26f2c58 with scrape type 2
2026-03-30 06:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d089802e-3ecc-5ffc-8676-9803f26f2c58 with scrape type 2
2026-03-30 06:53:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d089802e-3ecc-5ffc-8676-9803f26f2c58, identifier: OU63%20WVW
2026-03-30 06:53:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with identifier: SP63%20LTO
2026-03-30 06:53:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with identifier: SP63%20LTO
2026-03-30 06:53:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dcb08835-9d3c-5f34-bf8a-91562b4ab1b1 with identifier: SP63%20LTO to the API
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP63%20LTO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'dcb08835-9d3c-5f34-bf8a-91562b4ab1b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP63 LTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP63%20LTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'DACIA',
 'model': 'DUSTER',
 'odometer': 88359,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'DACIA DUSTER 1.5 DCI 110 LAUREATE StationWagon',
 'transmission': 'manual',
 'trim': 'DCI 110 LAUREATE',
 'vin': 'UV1HSDAC600004288',
 'year': 2013}
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP63%2520LTO%27 HTTP/1.1" 200 None
2026-03-30 06:53:28 [bca.uk] INFO: Saving data for SP63%20LTO: {'auction_closing_time': 1774864800.0, 'created_time': 1774390775.648692, 'last_price_update_time': 1774853608.297037}
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP63%2520LTO') HTTP/1.1" 204 0
2026-03-30 06:53:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with identifier: L19%20WTE
2026-03-30 06:53:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with identifier: L19%20WTE
2026-03-30 06:53:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 20e04376-6c6a-5ba3-bf02-a9f3325e67cc with identifier: L19%20WTE to the API
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=L19%20WTE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '20e04376-6c6a-5ba3-bf02-a9f3325e67cc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'L19 WTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=L19%20WTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 47919,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE PREMIUM 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2383142F074962',
 'year': 2018}
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27L19%2520WTE%27 HTTP/1.1" 200 None
2026-03-30 06:53:28 [bca.uk] INFO: Saving data for L19%20WTE: {'auction_closing_time': 1775037600.0, 'created_time': 1774390741.837784, 'last_price_update_time': 1774853608.609801}
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='L19%2520WTE') HTTP/1.1" 204 0
2026-03-30 06:53:28 [bca.uk] INFO: Found listing with ID: HN67%20HBZ
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520HBZ%27 HTTP/1.1" 200 None
2026-03-30 06:53:28 [bca.uk] INFO: Scrape type for HN67%20HBZ: 2
2026-03-30 06:53:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with identifier: HN67%20HBZ
2026-03-30 06:53:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with scrape type 2
2026-03-30 06:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with scrape type 2
2026-03-30 06:53:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cf3c7ea-d896-5930-8c04-e61eeff4de8f, identifier: HN67%20HBZ
2026-03-30 06:53:28 [bca.uk] INFO: Found listing with ID: GK63%20YPD
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK63%2520YPD%27 HTTP/1.1" 200 None
2026-03-30 06:53:28 [bca.uk] INFO: Scrape type for GK63%20YPD: 2
2026-03-30 06:53:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0d789c3-fd07-5c31-9345-d1f8323cb0bc with identifier: GK63%20YPD
2026-03-30 06:53:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0d789c3-fd07-5c31-9345-d1f8323cb0bc with scrape type 2
2026-03-30 06:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0d789c3-fd07-5c31-9345-d1f8323cb0bc with scrape type 2
2026-03-30 06:53:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0d789c3-fd07-5c31-9345-d1f8323cb0bc, identifier: GK63%20YPD
2026-03-30 06:53:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f83bb730-723c-558a-bb0d-12e4e745e1fc with identifier: AF19%20KFX
2026-03-30 06:53:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f83bb730-723c-558a-bb0d-12e4e745e1fc with identifier: AF19%20KFX
2026-03-30 06:53:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f83bb730-723c-558a-bb0d-12e4e745e1fc with identifier: AF19%20KFX to the API
2026-03-30 06:53:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF19%20KFX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f83bb730-723c-558a-bb0d-12e4e745e1fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF19 KFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF19%20KFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 76593,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 40 TDI SPORT S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TDI SPORT S-T',
 'vin': 'WAUZZZF2XKN079271',
 'year': 2019}
2026-03-30 06:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF19%2520KFX%27 HTTP/1.1" 200 None
2026-03-30 06:53:29 [bca.uk] INFO: Saving data for AF19%20KFX: {'auction_closing_time': 1775037600.0, 'created_time': 1774362368.691452, 'last_price_update_time': 1774853609.142645}
2026-03-30 06:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF19%2520KFX') HTTP/1.1" 204 0
2026-03-30 06:53:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d089802e-3ecc-5ffc-8676-9803f26f2c58 with identifier: OU63%20WVW
2026-03-30 06:53:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d089802e-3ecc-5ffc-8676-9803f26f2c58 with identifier: OU63%20WVW
2026-03-30 06:53:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d089802e-3ecc-5ffc-8676-9803f26f2c58 with identifier: OU63%20WVW to the API
2026-03-30 06:53:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU63%20WVW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd089802e-3ecc-5ffc-8676-9803f26f2c58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU63 WVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU63%20WVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 95803,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 I-DTEC 120 EX Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 EX',
 'vin': 'SHHFK3790DU215920',
 'year': 2013}
2026-03-30 06:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU63%2520WVW%27 HTTP/1.1" 200 None
2026-03-30 06:53:30 [bca.uk] INFO: Saving data for OU63%20WVW: {'auction_closing_time': 1774864800.0, 'created_time': 1774303872.433205, 'last_price_update_time': 1774853610.437353}
2026-03-30 06:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU63%2520WVW') HTTP/1.1" 204 0
2026-03-30 06:53:30 [bca.uk] INFO: Found listing with ID: GU70%20XTC
2026-03-30 06:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU70%2520XTC%27 HTTP/1.1" 200 None
2026-03-30 06:53:30 [bca.uk] INFO: Scrape type for GU70%20XTC: 2
2026-03-30 06:53:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with identifier: GU70%20XTC
2026-03-30 06:53:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with scrape type 2
2026-03-30 06:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with scrape type 2
2026-03-30 06:53:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098, identifier: GU70%20XTC
2026-03-30 06:53:30 [bca.uk] INFO: Found listing with ID: RV23%20KUR
2026-03-30 06:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV23%2520KUR%27 HTTP/1.1" 200 None
2026-03-30 06:53:30 [bca.uk] INFO: Scrape type for RV23%20KUR: 2
2026-03-30 06:53:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with identifier: RV23%20KUR
2026-03-30 06:53:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with scrape type 2
2026-03-30 06:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with scrape type 2
2026-03-30 06:53:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e, identifier: RV23%20KUR
2026-03-30 06:53:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with identifier: HN67%20HBZ
2026-03-30 06:53:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with identifier: HN67%20HBZ
2026-03-30 06:53:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cf3c7ea-d896-5930-8c04-e61eeff4de8f with identifier: HN67%20HBZ to the API
2026-03-30 06:53:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN67%20HBZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9cf3c7ea-d896-5930-8c04-e61eeff4de8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN67 HBZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN67%20HBZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 38403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 SPORT Coupe',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD1173422N620761',
 'year': 2017}
2026-03-30 06:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN67%2520HBZ%27 HTTP/1.1" 200 None
2026-03-30 06:53:31 [bca.uk] INFO: Saving data for HN67%20HBZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774392107.161673, 'last_price_update_time': 1774853611.765162}
2026-03-30 06:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN67%2520HBZ') HTTP/1.1" 204 0
2026-03-30 06:53:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0d789c3-fd07-5c31-9345-d1f8323cb0bc with identifier: GK63%20YPD
2026-03-30 06:53:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0d789c3-fd07-5c31-9345-d1f8323cb0bc with identifier: GK63%20YPD
2026-03-30 06:53:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0d789c3-fd07-5c31-9345-d1f8323cb0bc with identifier: GK63%20YPD to the API
2026-03-30 06:53:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK63%20YPD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e0d789c3-fd07-5c31-9345-d1f8323cb0bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK63 YPD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK63%20YPD&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'BMW',
 'model': '530D',
 'odometer': 178617,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'BMW 530D 3.0 M SPORT TOURING STEP Estate',
 'transmission': 'manual',
 'trim': 'M SPORT TOURING STEP',
 'vin': 'WBA5K12030D341546',
 'year': 2013}
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK63%2520YPD%27 HTTP/1.1" 200 None
2026-03-30 06:53:33 [bca.uk] INFO: Saving data for GK63%20YPD: {'auction_closing_time': 1774864800.0, 'created_time': 1774391799.062867, 'last_price_update_time': 1774853613.074063}
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK63%2520YPD') HTTP/1.1" 204 0
2026-03-30 06:53:33 [bca.uk] INFO: Found listing with ID: YF18%20AZL
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520AZL%27 HTTP/1.1" 200 None
2026-03-30 06:53:33 [bca.uk] INFO: Scrape type for YF18%20AZL: 2
2026-03-30 06:53:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with identifier: YF18%20AZL
2026-03-30 06:53:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with scrape type 2
2026-03-30 06:53:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with scrape type 2
2026-03-30 06:53:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fee5b91-c8ec-5393-85b0-a453ecef7c9b, identifier: YF18%20AZL
2026-03-30 06:53:33 [bca.uk] INFO: Found listing with ID: YA69%20MKD
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA69%2520MKD%27 HTTP/1.1" 200 None
2026-03-30 06:53:33 [bca.uk] INFO: Scrape type for YA69%20MKD: 2
2026-03-30 06:53:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 038b7e97-33c6-5907-a91f-41c42e6d896c with identifier: YA69%20MKD
2026-03-30 06:53:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 038b7e97-33c6-5907-a91f-41c42e6d896c with scrape type 2
2026-03-30 06:53:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 038b7e97-33c6-5907-a91f-41c42e6d896c with scrape type 2
2026-03-30 06:53:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 038b7e97-33c6-5907-a91f-41c42e6d896c, identifier: YA69%20MKD
2026-03-30 06:53:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with identifier: GU70%20XTC
2026-03-30 06:53:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with identifier: GU70%20XTC
2026-03-30 06:53:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098 with identifier: GU70%20XTC to the API
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 24,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU70%20XTC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3dc5d6ed-5dc3-56f6-b2ad-505bb58f3098',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU70 XTC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU70%20XTC&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'A250 E',
 'odometer': 51462,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A250 E 1.3 AMG LINE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'W1K1770862V079999',
 'year': 2020}
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU70%2520XTC%27 HTTP/1.1" 200 None
2026-03-30 06:53:33 [bca.uk] INFO: Saving data for GU70%20XTC: {'auction_closing_time': 1774864800.0, 'created_time': 1774390546.054044, 'last_price_update_time': 1774853613.622911}
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU70%2520XTC') HTTP/1.1" 204 0
2026-03-30 06:53:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with identifier: RV23%20KUR
2026-03-30 06:53:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with identifier: RV23%20KUR
2026-03-30 06:53:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e with identifier: RV23%20KUR to the API
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV23%20KUR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '32ebc1dc-a5af-5d2f-b1a6-e5d9c6be604e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RV23 KUR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV23%20KUR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 64122,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN',
 'vin': 'VXKUPHMHDP4212978',
 'year': 2023}
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV23%2520KUR%27 HTTP/1.1" 200 None
2026-03-30 06:53:33 [bca.uk] INFO: Saving data for RV23%20KUR: {'auction_closing_time': 1775037600.0, 'created_time': 1774390741.48391, 'last_price_update_time': 1774853613.932164}
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV23%2520KUR') HTTP/1.1" 204 0
2026-03-30 06:53:33 [bca.uk] INFO: Found listing with ID: LC69%20HNB
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520HNB%27 HTTP/1.1" 200 None
2026-03-30 06:53:33 [bca.uk] INFO: Scrape type for LC69%20HNB: 2
2026-03-30 06:53:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba2b6b42-4305-5ac9-9fa5-48956420dbce with identifier: LC69%20HNB
2026-03-30 06:53:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba2b6b42-4305-5ac9-9fa5-48956420dbce with scrape type 2
2026-03-30 06:53:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba2b6b42-4305-5ac9-9fa5-48956420dbce with scrape type 2
2026-03-30 06:53:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ba2b6b42-4305-5ac9-9fa5-48956420dbce, identifier: LC69%20HNB
2026-03-30 06:53:34 [bca.uk] INFO: Found listing with ID: GF21%20KPX
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520KPX%27 HTTP/1.1" 200 None
2026-03-30 06:53:34 [bca.uk] INFO: Scrape type for GF21%20KPX: 2
2026-03-30 06:53:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with identifier: GF21%20KPX
2026-03-30 06:53:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with scrape type 2
2026-03-30 06:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with scrape type 2
2026-03-30 06:53:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85ad6ed8-4275-5c95-8564-be26c8f53ba5, identifier: GF21%20KPX
2026-03-30 06:53:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with identifier: YF18%20AZL
2026-03-30 06:53:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with identifier: YF18%20AZL
2026-03-30 06:53:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fee5b91-c8ec-5393-85b0-a453ecef7c9b with identifier: YF18%20AZL to the API
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF18%20AZL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2fee5b91-c8ec-5393-85b0-a453ecef7c9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF18 AZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF18%20AZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 33720,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 2.0 COOPER S D ALL4 Hatchback',
 'transmission': 'automatic',
 'trim': 'COOPER S D ALL4',
 'vin': 'WMWYY920603E81416',
 'year': 2018}
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF18%2520AZL%27 HTTP/1.1" 200 None
2026-03-30 06:53:34 [bca.uk] INFO: Saving data for YF18%20AZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774362351.77333, 'last_price_update_time': 1774853614.54841}
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF18%2520AZL') HTTP/1.1" 204 0
2026-03-30 06:53:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 038b7e97-33c6-5907-a91f-41c42e6d896c with identifier: YA69%20MKD
2026-03-30 06:53:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 038b7e97-33c6-5907-a91f-41c42e6d896c with identifier: YA69%20MKD
2026-03-30 06:53:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 038b7e97-33c6-5907-a91f-41c42e6d896c with identifier: YA69%20MKD to the API
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA69%20MKD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '038b7e97-33c6-5907-a91f-41c42e6d896c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA69 MKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA69%20MKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 41210,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 CLASSIC Hatchback',
 'transmission': 'manual',
 'trim': 'CLASSIC',
 'vin': 'WMWXU720302L70286',
 'year': 2019}
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA69%2520MKD%27 HTTP/1.1" 200 None
2026-03-30 06:53:34 [bca.uk] INFO: Saving data for YA69%20MKD: {'auction_closing_time': 1775037600.0, 'created_time': 1774392177.221881, 'last_price_update_time': 1774853614.844623}
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA69%2520MKD') HTTP/1.1" 204 0
2026-03-30 06:53:34 [bca.uk] INFO: Found listing with ID: YB17%20TYX
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB17%2520TYX%27 HTTP/1.1" 200 None
2026-03-30 06:53:34 [bca.uk] INFO: Scrape type for YB17%20TYX: 2
2026-03-30 06:53:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with identifier: YB17%20TYX
2026-03-30 06:53:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with scrape type 2
2026-03-30 06:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with scrape type 2
2026-03-30 06:53:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1da3cd1e-9f0e-53a3-a6a1-3f861a970714, identifier: YB17%20TYX
2026-03-30 06:53:34 [bca.uk] INFO: Found listing with ID: PJ73%20WEV
2026-03-30 06:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ73%2520WEV%27 HTTP/1.1" 200 None
2026-03-30 06:53:35 [bca.uk] INFO: Scrape type for PJ73%20WEV: 2
2026-03-30 06:53:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e24c152-4912-5da6-a44e-3a75eb32591c with identifier: PJ73%20WEV
2026-03-30 06:53:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e24c152-4912-5da6-a44e-3a75eb32591c with scrape type 2
2026-03-30 06:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e24c152-4912-5da6-a44e-3a75eb32591c with scrape type 2
2026-03-30 06:53:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e24c152-4912-5da6-a44e-3a75eb32591c, identifier: PJ73%20WEV
2026-03-30 06:53:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ba2b6b42-4305-5ac9-9fa5-48956420dbce with identifier: LC69%20HNB
2026-03-30 06:53:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ba2b6b42-4305-5ac9-9fa5-48956420dbce with identifier: LC69%20HNB
2026-03-30 06:53:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ba2b6b42-4305-5ac9-9fa5-48956420dbce with identifier: LC69%20HNB to the API
2026-03-30 06:53:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC69%20HNB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ba2b6b42-4305-5ac9-9fa5-48956420dbce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC69 HNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC69%20HNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 68081,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI GT-LINE ISG StationWagon',
 'transmission': 'manual',
 'trim': 'T GDI GT-LINE ISG',
 'vin': 'U5YPK816LLL798825',
 'year': 2019}
2026-03-30 06:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC69%2520HNB%27 HTTP/1.1" 200 None
2026-03-30 06:53:36 [bca.uk] INFO: Saving data for LC69%20HNB: {'auction_closing_time': 1775124000.0, 'created_time': 1774392090.506652, 'last_price_update_time': 1774853616.765256}
2026-03-30 06:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC69%2520HNB') HTTP/1.1" 204 0
2026-03-30 06:53:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with identifier: GF21%20KPX
2026-03-30 06:53:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with identifier: GF21%20KPX
2026-03-30 06:53:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85ad6ed8-4275-5c95-8564-be26c8f53ba5 with identifier: GF21%20KPX to the API
2026-03-30 06:53:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF21%20KPX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85ad6ed8-4275-5c95-8564-be26c8f53ba5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF21 KPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF21%20KPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 32343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 30 TFSI 110 S LINE Hatchback',
 'transmission': 'manual',
 'trim': '30 TFSI 110 S LINE',
 'vin': 'WAUZZZGBXMR050539',
 'year': 2021}
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF21%2520KPX%27 HTTP/1.1" 200 None
2026-03-30 06:53:37 [bca.uk] INFO: Saving data for GF21%20KPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774391804.993539, 'last_price_update_time': 1774853617.145951}
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF21%2520KPX') HTTP/1.1" 204 0
2026-03-30 06:53:37 [bca.uk] INFO: Found listing with ID: LF23%20SPM
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520SPM%27 HTTP/1.1" 200 None
2026-03-30 06:53:37 [bca.uk] INFO: Scrape type for LF23%20SPM: 2
2026-03-30 06:53:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c726b62-1400-5cfe-9dff-7f705e00c50e with identifier: LF23%20SPM
2026-03-30 06:53:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c726b62-1400-5cfe-9dff-7f705e00c50e with scrape type 2
2026-03-30 06:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c726b62-1400-5cfe-9dff-7f705e00c50e with scrape type 2
2026-03-30 06:53:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c726b62-1400-5cfe-9dff-7f705e00c50e, identifier: LF23%20SPM
2026-03-30 06:53:37 [bca.uk] INFO: Found listing with ID: ML08%20EVN
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML08%2520EVN%27 HTTP/1.1" 200 None
2026-03-30 06:53:37 [bca.uk] INFO: Scrape type for ML08%20EVN: 2
2026-03-30 06:53:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af3ec5e8-e8d0-5061-b45f-00445ae268ff with identifier: ML08%20EVN
2026-03-30 06:53:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af3ec5e8-e8d0-5061-b45f-00445ae268ff with scrape type 2
2026-03-30 06:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af3ec5e8-e8d0-5061-b45f-00445ae268ff with scrape type 2
2026-03-30 06:53:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af3ec5e8-e8d0-5061-b45f-00445ae268ff, identifier: ML08%20EVN
2026-03-30 06:53:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with identifier: YB17%20TYX
2026-03-30 06:53:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with identifier: YB17%20TYX
2026-03-30 06:53:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1da3cd1e-9f0e-53a3-a6a1-3f861a970714 with identifier: YB17%20TYX to the API
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB17%20TYX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1da3cd1e-9f0e-53a3-a6a1-3f861a970714',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB17 TYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB17%20TYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 25795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 90 ENERGY Hatchback',
 'transmission': 'automatic',
 'trim': '90 ENERGY',
 'vin': 'W0L0XEP08H6078665',
 'year': 2017}
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB17%2520TYX%27 HTTP/1.1" 200 None
2026-03-30 06:53:37 [bca.uk] INFO: Saving data for YB17%20TYX: {'auction_closing_time': 1774864800.0, 'created_time': 1774390641.395198, 'last_price_update_time': 1774853617.704567}
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB17%2520TYX') HTTP/1.1" 204 0
2026-03-30 06:53:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e24c152-4912-5da6-a44e-3a75eb32591c with identifier: PJ73%20WEV
2026-03-30 06:53:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e24c152-4912-5da6-a44e-3a75eb32591c with identifier: PJ73%20WEV
2026-03-30 06:53:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e24c152-4912-5da6-a44e-3a75eb32591c with identifier: PJ73%20WEV to the API
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 369,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ73%20WEV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9e24c152-4912-5da6-a44e-3a75eb32591c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PJ73 WEV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ73%20WEV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'G63 AMG',
 'odometer': 24052,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ G63 AMG 4.0 (585) CARBON EDITION 9G StationWagon',
 'transmission': 'manual',
 'trim': '(585) CARBON EDITION 9G',
 'vin': 'W1NYC7GJ3PX486198',
 'year': 2023}
2026-03-30 06:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ73%2520WEV%27 HTTP/1.1" 200 None
2026-03-30 06:53:38 [bca.uk] INFO: Saving data for PJ73%20WEV: {'auction_closing_time': 1775124000.0, 'created_time': 1774390762.541139, 'last_price_update_time': 1774853618.007268}
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ73%2520WEV') HTTP/1.1" 204 0
2026-03-30 06:53:38 [bca.uk] INFO: Found listing with ID: NX69%20KTD
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX69%2520KTD%27 HTTP/1.1" 200 None
2026-03-30 06:53:38 [bca.uk] INFO: Scrape type for NX69%20KTD: 2
2026-03-30 06:53:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b05eae3b-ef24-5fa9-b998-cf61d213b3bd with identifier: NX69%20KTD
2026-03-30 06:53:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b05eae3b-ef24-5fa9-b998-cf61d213b3bd with scrape type 2
2026-03-30 06:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b05eae3b-ef24-5fa9-b998-cf61d213b3bd with scrape type 2
2026-03-30 06:53:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b05eae3b-ef24-5fa9-b998-cf61d213b3bd, identifier: NX69%20KTD
2026-03-30 06:53:38 [bca.uk] INFO: Found listing with ID: EK69%20OJC
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520OJC%27 HTTP/1.1" 200 None
2026-03-30 06:53:38 [bca.uk] INFO: Scrape type for EK69%20OJC: 2
2026-03-30 06:53:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae68e27e-4ae0-5212-828b-c523c30c77ee with identifier: EK69%20OJC
2026-03-30 06:53:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae68e27e-4ae0-5212-828b-c523c30c77ee with scrape type 2
2026-03-30 06:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae68e27e-4ae0-5212-828b-c523c30c77ee with scrape type 2
2026-03-30 06:53:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae68e27e-4ae0-5212-828b-c523c30c77ee, identifier: EK69%20OJC
2026-03-30 06:53:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c726b62-1400-5cfe-9dff-7f705e00c50e with identifier: LF23%20SPM
2026-03-30 06:53:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c726b62-1400-5cfe-9dff-7f705e00c50e with identifier: LF23%20SPM
2026-03-30 06:53:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c726b62-1400-5cfe-9dff-7f705e00c50e with identifier: LF23%20SPM to the API
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 18,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF23%20SPM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7c726b62-1400-5cfe-9dff-7f705e00c50e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF23 SPM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF23%20SPM&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 98175,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI PHEV 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI PHEV 2 DCT',
 'vin': 'KNACU81FVR5103756',
 'year': 2023}
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520SPM%27 HTTP/1.1" 200 None
2026-03-30 06:53:38 [bca.uk] INFO: Saving data for LF23%20SPM: {'auction_closing_time': 1775037600.0, 'created_time': 1773960066.095582, 'last_price_update_time': 1774853618.549342}
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520SPM') HTTP/1.1" 204 0
2026-03-30 06:53:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af3ec5e8-e8d0-5061-b45f-00445ae268ff with identifier: ML08%20EVN
2026-03-30 06:53:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af3ec5e8-e8d0-5061-b45f-00445ae268ff with identifier: ML08%20EVN
2026-03-30 06:53:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af3ec5e8-e8d0-5061-b45f-00445ae268ff with identifier: ML08%20EVN to the API
2026-03-30 06:53:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML08%20EVN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af3ec5e8-e8d0-5061-b45f-00445ae268ff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML08 EVN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML08%20EVN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 80527,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'CITROEN C1 1.0 VIBE Hatchback',
 'transmission': 'manual',
 'trim': 'VIBE',
 'vin': 'VF7PMCFAC89222216',
 'year': 2008}
2026-03-30 06:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML08%2520EVN%27 HTTP/1.1" 200 None
2026-03-30 06:53:39 [bca.uk] INFO: Saving data for ML08%20EVN: {'auction_closing_time': 1774864800.0, 'created_time': 1773958495.711406, 'last_price_update_time': 1774853619.281416}
2026-03-30 06:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML08%2520EVN') HTTP/1.1" 204 0
2026-03-30 06:53:39 [bca.uk] INFO: Found listing with ID: YE68%20VRM
2026-03-30 06:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE68%2520VRM%27 HTTP/1.1" 200 None
2026-03-30 06:53:39 [bca.uk] INFO: Scrape type for YE68%20VRM: 2
2026-03-30 06:53:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8523960-20ba-5c7f-8fe3-a499a50e37d2 with identifier: YE68%20VRM
2026-03-30 06:53:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8523960-20ba-5c7f-8fe3-a499a50e37d2 with scrape type 2
2026-03-30 06:53:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8523960-20ba-5c7f-8fe3-a499a50e37d2 with scrape type 2
2026-03-30 06:53:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a8523960-20ba-5c7f-8fe3-a499a50e37d2, identifier: YE68%20VRM
2026-03-30 06:53:39 [bca.uk] INFO: Found listing with ID: J608%20NKO
2026-03-30 06:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27J608%2520NKO%27 HTTP/1.1" 200 None
2026-03-30 06:53:39 [bca.uk] INFO: Scrape type for J608%20NKO: 0
2026-03-30 06:53:39 [bca.uk] INFO: Found listing with ID: WO75%20BZU
2026-03-30 06:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO75%2520BZU%27 HTTP/1.1" 200 None
2026-03-30 06:53:39 [bca.uk] INFO: Scrape type for WO75%20BZU: 2
2026-03-30 06:53:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with identifier: WO75%20BZU
2026-03-30 06:53:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with scrape type 2
2026-03-30 06:53:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with scrape type 2
2026-03-30 06:53:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8856ca8c-693b-5179-aaaa-d1fe6db7a524, identifier: WO75%20BZU
2026-03-30 06:53:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b05eae3b-ef24-5fa9-b998-cf61d213b3bd with identifier: NX69%20KTD
2026-03-30 06:53:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b05eae3b-ef24-5fa9-b998-cf61d213b3bd with identifier: NX69%20KTD
2026-03-30 06:53:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b05eae3b-ef24-5fa9-b998-cf61d213b3bd with identifier: NX69%20KTD to the API
2026-03-30 06:53:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX69%20KTD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b05eae3b-ef24-5fa9-b998-cf61d213b3bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX69 KTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX69%20KTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'SUZUKI',
 'model': 'SWIFT',
 'odometer': 52588,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'SUZUKI SWIFT 1.0 BOOSTERJET 110 SHVS SZ5 Hatchback',
 'transmission': 'manual',
 'trim': 'BOOSTERJET 110 SHVS SZ5',
 'vin': 'JSAAZC23S00253065',
 'year': 2019}
2026-03-30 06:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX69%2520KTD%27 HTTP/1.1" 200 None
2026-03-30 06:53:41 [bca.uk] INFO: Saving data for NX69%20KTD: {'auction_closing_time': 1775124000.0, 'created_time': 1774392093.136565, 'last_price_update_time': 1774853621.833019}
2026-03-30 06:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX69%2520KTD') HTTP/1.1" 204 0
2026-03-30 06:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae68e27e-4ae0-5212-828b-c523c30c77ee with identifier: EK69%20OJC
2026-03-30 06:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae68e27e-4ae0-5212-828b-c523c30c77ee with identifier: EK69%20OJC
2026-03-30 06:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae68e27e-4ae0-5212-828b-c523c30c77ee with identifier: EK69%20OJC to the API
2026-03-30 06:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK69%20OJC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ae68e27e-4ae0-5212-828b-c523c30c77ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK69 OJC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK69%20OJC&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 47924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 184 GTD DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 184 GTD DSG',
 'vin': 'WVWZZZAUZKW194971',
 'year': 2019}
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK69%2520OJC%27 HTTP/1.1" 200 None
2026-03-30 06:53:42 [bca.uk] INFO: Saving data for EK69%20OJC: {'auction_closing_time': 1774864800.0, 'created_time': 1774391800.866209, 'last_price_update_time': 1774853622.14059}
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK69%2520OJC') HTTP/1.1" 204 0
2026-03-30 06:53:42 [bca.uk] INFO: Found listing with ID: BG69%20BVF
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG69%2520BVF%27 HTTP/1.1" 200 None
2026-03-30 06:53:42 [bca.uk] INFO: Scrape type for BG69%20BVF: 2
2026-03-30 06:53:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with identifier: BG69%20BVF
2026-03-30 06:53:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with scrape type 2
2026-03-30 06:53:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with scrape type 2
2026-03-30 06:53:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da5fbfe6-cc4a-5637-abf3-8c023eef1fc6, identifier: BG69%20BVF
2026-03-30 06:53:42 [bca.uk] INFO: Found listing with ID: EO72%20UGE
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520UGE%27 HTTP/1.1" 200 None
2026-03-30 06:53:42 [bca.uk] INFO: Scrape type for EO72%20UGE: 2
2026-03-30 06:53:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aedd0649-a585-5b95-b2ac-2287e0a48183 with identifier: EO72%20UGE
2026-03-30 06:53:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aedd0649-a585-5b95-b2ac-2287e0a48183 with scrape type 2
2026-03-30 06:53:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aedd0649-a585-5b95-b2ac-2287e0a48183 with scrape type 2
2026-03-30 06:53:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aedd0649-a585-5b95-b2ac-2287e0a48183, identifier: EO72%20UGE
2026-03-30 06:53:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a8523960-20ba-5c7f-8fe3-a499a50e37d2 with identifier: YE68%20VRM
2026-03-30 06:53:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a8523960-20ba-5c7f-8fe3-a499a50e37d2 with identifier: YE68%20VRM
2026-03-30 06:53:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a8523960-20ba-5c7f-8fe3-a499a50e37d2 with identifier: YE68%20VRM to the API
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE68%20VRM-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a8523960-20ba-5c7f-8fe3-a499a50e37d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE68 VRM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE68%20VRM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 36643,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.8 HYBRID ICON TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON TECH',
 'vin': 'SB1MS3JE70E469374',
 'year': 2018}
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE68%2520VRM%27 HTTP/1.1" 200 None
2026-03-30 06:53:42 [bca.uk] INFO: Saving data for YE68%20VRM: {'auction_closing_time': 1774864800.0, 'created_time': 1774303691.983793, 'last_price_update_time': 1774853622.75014}
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE68%2520VRM') HTTP/1.1" 204 0
2026-03-30 06:53:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with identifier: WO75%20BZU
2026-03-30 06:53:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with identifier: WO75%20BZU
2026-03-30 06:53:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8856ca8c-693b-5179-aaaa-d1fe6db7a524 with identifier: WO75%20BZU to the API
2026-03-30 06:53:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO75%20BZU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8856ca8c-693b-5179-aaaa-d1fe6db7a524',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WO75 BZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO75%20BZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 281,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2026-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 E/B 150 2WD ST-LINE X StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 150 2WD ST-LINE X',
 'vin': 'WF0FXXWPMFSJ02482',
 'year': 2026}
2026-03-30 06:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO75%2520BZU%27 HTTP/1.1" 200 None
2026-03-30 06:53:43 [bca.uk] INFO: Saving data for WO75%20BZU: {'auction_closing_time': 1774864800.0, 'created_time': 1774278176.607737, 'last_price_update_time': 1774853623.056919}
2026-03-30 06:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO75%2520BZU') HTTP/1.1" 204 0
2026-03-30 06:53:43 [bca.uk] INFO: Found listing with ID: GV68%20UWS
2026-03-30 06:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV68%2520UWS%27 HTTP/1.1" 200 None
2026-03-30 06:53:43 [bca.uk] INFO: Scrape type for GV68%20UWS: 2
2026-03-30 06:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85a03829-a7c2-56cb-a086-4f378d37ca5d with identifier: GV68%20UWS
2026-03-30 06:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85a03829-a7c2-56cb-a086-4f378d37ca5d with scrape type 2
2026-03-30 06:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85a03829-a7c2-56cb-a086-4f378d37ca5d with scrape type 2
2026-03-30 06:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85a03829-a7c2-56cb-a086-4f378d37ca5d, identifier: GV68%20UWS
2026-03-30 06:53:43 [bca.uk] INFO: Found listing with ID: LG64%20KLL
2026-03-30 06:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520KLL%27 HTTP/1.1" 200 None
2026-03-30 06:53:43 [bca.uk] INFO: Scrape type for LG64%20KLL: 2
2026-03-30 06:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c40c5fe-7b4e-5434-b440-4840f91bba18 with identifier: LG64%20KLL
2026-03-30 06:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c40c5fe-7b4e-5434-b440-4840f91bba18 with scrape type 2
2026-03-30 06:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c40c5fe-7b4e-5434-b440-4840f91bba18 with scrape type 2
2026-03-30 06:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c40c5fe-7b4e-5434-b440-4840f91bba18, identifier: LG64%20KLL
2026-03-30 06:53:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with identifier: BG69%20BVF
2026-03-30 06:53:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with identifier: BG69%20BVF
2026-03-30 06:53:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da5fbfe6-cc4a-5637-abf3-8c023eef1fc6 with identifier: BG69%20BVF to the API
2026-03-30 06:53:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG69%20BVF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da5fbfe6-cc4a-5637-abf3-8c023eef1fc6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG69 BVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG69%20BVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 85847,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 2.0 D 180 AWD CHEQUERED FLAG StationWagon',
 'transmission': 'automatic',
 'trim': 'D 180 AWD CHEQUERED FLAG',
 'vin': 'SADCA2AN5LA628283',
 'year': 2019}
2026-03-30 06:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG69%2520BVF%27 HTTP/1.1" 200 None
2026-03-30 06:53:44 [bca.uk] INFO: Saving data for BG69%20BVF: {'auction_closing_time': 1775037600.0, 'created_time': 1773960065.137575, 'last_price_update_time': 1774853624.849284}
2026-03-30 06:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG69%2520BVF') HTTP/1.1" 204 0
2026-03-30 06:53:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aedd0649-a585-5b95-b2ac-2287e0a48183 with identifier: EO72%20UGE
2026-03-30 06:53:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aedd0649-a585-5b95-b2ac-2287e0a48183 with identifier: EO72%20UGE
2026-03-30 06:53:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aedd0649-a585-5b95-b2ac-2287e0a48183 with identifier: EO72%20UGE to the API
2026-03-30 06:53:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EO72%20UGE-GB',
 'category': 'Car',
 'color': 'white silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'aedd0649-a585-5b95-b2ac-2287e0a48183',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EO72 UGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EO72%20UGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 10450,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 CLASSIC STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'CLASSIC STEP',
 'vin': 'WMW32DH0002T69171',
 'year': 2022}
2026-03-30 06:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EO72%2520UGE%27 HTTP/1.1" 200 None
2026-03-30 06:53:45 [bca.uk] INFO: Saving data for EO72%20UGE: {'auction_closing_time': 1774864800.0, 'created_time': 1774303746.930414, 'last_price_update_time': 1774853625.660109}
2026-03-30 06:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EO72%2520UGE') HTTP/1.1" 204 0
2026-03-30 06:53:45 [bca.uk] INFO: Found listing with ID: MV10%20UAR
2026-03-30 06:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV10%2520UAR%27 HTTP/1.1" 200 None
2026-03-30 06:53:45 [bca.uk] INFO: Scrape type for MV10%20UAR: 2
2026-03-30 06:53:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ffbc035-453e-5137-8e98-2e5a7bc354df with identifier: MV10%20UAR
2026-03-30 06:53:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ffbc035-453e-5137-8e98-2e5a7bc354df with scrape type 2
2026-03-30 06:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ffbc035-453e-5137-8e98-2e5a7bc354df with scrape type 2
2026-03-30 06:53:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ffbc035-453e-5137-8e98-2e5a7bc354df, identifier: MV10%20UAR
2026-03-30 06:53:45 [bca.uk] INFO: Found listing with ID: OE17%20OCV
2026-03-30 06:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520OCV%27 HTTP/1.1" 200 None
2026-03-30 06:53:45 [bca.uk] INFO: Scrape type for OE17%20OCV: 2
2026-03-30 06:53:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with identifier: OE17%20OCV
2026-03-30 06:53:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with scrape type 2
2026-03-30 06:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with scrape type 2
2026-03-30 06:53:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d, identifier: OE17%20OCV
2026-03-30 06:53:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85a03829-a7c2-56cb-a086-4f378d37ca5d with identifier: GV68%20UWS
2026-03-30 06:53:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85a03829-a7c2-56cb-a086-4f378d37ca5d with identifier: GV68%20UWS
2026-03-30 06:53:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85a03829-a7c2-56cb-a086-4f378d37ca5d with identifier: GV68%20UWS to the API
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV68%20UWS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85a03829-a7c2-56cb-a086-4f378d37ca5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV68 UWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV68%20UWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 88334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SPORT EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'WDD1770032V008439',
 'year': 2019}
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV68%2520UWS%27 HTTP/1.1" 200 None
2026-03-30 06:53:46 [bca.uk] INFO: Saving data for GV68%20UWS: {'auction_closing_time': 1774951200.0, 'created_time': 1774392095.65087, 'last_price_update_time': 1774853626.416461}
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV68%2520UWS') HTTP/1.1" 204 0
2026-03-30 06:53:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c40c5fe-7b4e-5434-b440-4840f91bba18 with identifier: LG64%20KLL
2026-03-30 06:53:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c40c5fe-7b4e-5434-b440-4840f91bba18 with identifier: LG64%20KLL
2026-03-30 06:53:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c40c5fe-7b4e-5434-b440-4840f91bba18 with identifier: LG64%20KLL to the API
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG64%20KLL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c40c5fe-7b4e-5434-b440-4840f91bba18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG64 KLL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG64%20KLL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 68989,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 GDI 2 ECODYNAMICS Hatchback',
 'transmission': 'manual',
 'trim': 'GDI 2 ECODYNAMICS',
 'vin': 'U5YHN513LFL156243',
 'year': 2014}
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG64%2520KLL%27 HTTP/1.1" 200 None
2026-03-30 06:53:46 [bca.uk] INFO: Saving data for LG64%20KLL: {'auction_closing_time': 1775037600.0, 'created_time': 1774418793.080465, 'last_price_update_time': 1774853626.736578}
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG64%2520KLL') HTTP/1.1" 204 0
2026-03-30 06:53:46 [bca.uk] INFO: Found listing with ID: DK16%20OSM
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520OSM%27 HTTP/1.1" 200 None
2026-03-30 06:53:46 [bca.uk] INFO: Scrape type for DK16%20OSM: 2
2026-03-30 06:53:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with identifier: DK16%20OSM
2026-03-30 06:53:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with scrape type 2
2026-03-30 06:53:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with scrape type 2
2026-03-30 06:53:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48, identifier: DK16%20OSM
2026-03-30 06:53:46 [bca.uk] INFO: Found listing with ID: LE19%20ODY
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520ODY%27 HTTP/1.1" 200 None
2026-03-30 06:53:46 [bca.uk] INFO: Scrape type for LE19%20ODY: 2
2026-03-30 06:53:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5606a864-b41d-5873-a0fe-0a5833df932a with identifier: LE19%20ODY
2026-03-30 06:53:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5606a864-b41d-5873-a0fe-0a5833df932a with scrape type 2
2026-03-30 06:53:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5606a864-b41d-5873-a0fe-0a5833df932a with scrape type 2
2026-03-30 06:53:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5606a864-b41d-5873-a0fe-0a5833df932a, identifier: LE19%20ODY
2026-03-30 06:53:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ffbc035-453e-5137-8e98-2e5a7bc354df with identifier: MV10%20UAR
2026-03-30 06:53:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ffbc035-453e-5137-8e98-2e5a7bc354df with identifier: MV10%20UAR
2026-03-30 06:53:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ffbc035-453e-5137-8e98-2e5a7bc354df with identifier: MV10%20UAR to the API
2026-03-30 06:53:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MV10%20UAR-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0ffbc035-453e-5137-8e98-2e5a7bc354df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV10 UAR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV10%20UAR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLC 220',
 'odometer': 117512,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLC 220 2.1 CDI SPORT Coupe',
 'transmission': 'manual',
 'trim': 'CDI SPORT',
 'vin': 'WDB2037082E079713',
 'year': 2010}
2026-03-30 06:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV10%2520UAR%27 HTTP/1.1" 200 None
2026-03-30 06:53:47 [bca.uk] INFO: Saving data for MV10%20UAR: {'auction_closing_time': 1774864800.0, 'created_time': 1774390547.881539, 'last_price_update_time': 1774853627.256151}
2026-03-30 06:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV10%2520UAR') HTTP/1.1" 204 0
2026-03-30 06:53:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with identifier: OE17%20OCV
2026-03-30 06:53:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with identifier: OE17%20OCV
2026-03-30 06:53:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 094cbc5d-2d37-5464-ad32-2ae13ec6ed2d with identifier: OE17%20OCV to the API
2026-03-30 06:53:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE17%20OCV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '094cbc5d-2d37-5464-ad32-2ae13ec6ed2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE17 OCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE17%20OCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Edinburgh',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 104810,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 2.3 E/B 350 RS Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 350 RS',
 'vin': 'WF05XXGCC5HM61995',
 'year': 2017}
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE17%2520OCV%27 HTTP/1.1" 200 None
2026-03-30 06:53:48 [bca.uk] INFO: Saving data for OE17%20OCV: {'auction_closing_time': 1774951200.0, 'created_time': 1774044523.042299, 'last_price_update_time': 1774853628.240529}
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE17%2520OCV') HTTP/1.1" 204 0
2026-03-30 06:53:48 [bca.uk] INFO: Found listing with ID: K23%20DNJ
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K23%2520DNJ%27 HTTP/1.1" 200 None
2026-03-30 06:53:48 [bca.uk] INFO: Scrape type for K23%20DNJ: 2
2026-03-30 06:53:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d98d87e5-d60f-53a3-9036-dea252371497 with identifier: K23%20DNJ
2026-03-30 06:53:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d98d87e5-d60f-53a3-9036-dea252371497 with scrape type 2
2026-03-30 06:53:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d98d87e5-d60f-53a3-9036-dea252371497 with scrape type 2
2026-03-30 06:53:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d98d87e5-d60f-53a3-9036-dea252371497, identifier: K23%20DNJ
2026-03-30 06:53:48 [bca.uk] INFO: Found listing with ID: LS63%20RGO
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS63%2520RGO%27 HTTP/1.1" 200 None
2026-03-30 06:53:48 [bca.uk] INFO: Scrape type for LS63%20RGO: 2
2026-03-30 06:53:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34c75cf4-07cf-5169-8098-18b3e58ba40b with identifier: LS63%20RGO
2026-03-30 06:53:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34c75cf4-07cf-5169-8098-18b3e58ba40b with scrape type 2
2026-03-30 06:53:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34c75cf4-07cf-5169-8098-18b3e58ba40b with scrape type 2
2026-03-30 06:53:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34c75cf4-07cf-5169-8098-18b3e58ba40b, identifier: LS63%20RGO
2026-03-30 06:53:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with identifier: DK16%20OSM
2026-03-30 06:53:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with identifier: DK16%20OSM
2026-03-30 06:53:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3fa04f57-22a3-5df5-aed6-3d45a4c2dd48 with identifier: DK16%20OSM to the API
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK16%20OSM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3fa04f57-22a3-5df5-aed6-3d45a4c2dd48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK16 OSM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK16%20OSM&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250 D',
 'odometer': 92155,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 D 2.1 AMG LINE PREMIUM 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 4M 9G',
 'vin': 'WDC2539092F059560',
 'year': 2016}
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520OSM%27 HTTP/1.1" 200 None
2026-03-30 06:53:48 [bca.uk] INFO: Saving data for DK16%20OSM: {'auction_closing_time': 1775037600.0, 'created_time': 1774362307.317668, 'last_price_update_time': 1774853628.801321}
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK16%2520OSM') HTTP/1.1" 204 0
2026-03-30 06:53:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5606a864-b41d-5873-a0fe-0a5833df932a with identifier: LE19%20ODY
2026-03-30 06:53:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5606a864-b41d-5873-a0fe-0a5833df932a with identifier: LE19%20ODY
2026-03-30 06:53:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5606a864-b41d-5873-a0fe-0a5833df932a with identifier: LE19%20ODY to the API
2026-03-30 06:53:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE19%20ODY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5606a864-b41d-5873-a0fe-0a5833df932a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE19 ODY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE19%20ODY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 36702,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 CRDI 115 1 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 115 1 ISG',
 'vin': 'U5YPG812LKL719268',
 'year': 2019}
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE19%2520ODY%27 HTTP/1.1" 200 None
2026-03-30 06:53:49 [bca.uk] INFO: Saving data for LE19%20ODY: {'auction_closing_time': 1775037600.0, 'created_time': 1774015584.356921, 'last_price_update_time': 1774853629.088392}
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE19%2520ODY') HTTP/1.1" 204 0
2026-03-30 06:53:49 [bca.uk] INFO: Found listing with ID: GM16%20MWV
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM16%2520MWV%27 HTTP/1.1" 200 None
2026-03-30 06:53:49 [bca.uk] INFO: Scrape type for GM16%20MWV: 2
2026-03-30 06:53:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16a7669b-d012-5e99-bcc6-2d126c5fa91e with identifier: GM16%20MWV
2026-03-30 06:53:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16a7669b-d012-5e99-bcc6-2d126c5fa91e with scrape type 2
2026-03-30 06:53:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16a7669b-d012-5e99-bcc6-2d126c5fa91e with scrape type 2
2026-03-30 06:53:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16a7669b-d012-5e99-bcc6-2d126c5fa91e, identifier: GM16%20MWV
2026-03-30 06:53:49 [bca.uk] INFO: Found listing with ID: KD23%20GZP
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GZP%27 HTTP/1.1" 200 None
2026-03-30 06:53:49 [bca.uk] INFO: Scrape type for KD23%20GZP: 2
2026-03-30 06:53:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7983d786-4138-53bd-8479-81ee6a93fe9e with identifier: KD23%20GZP
2026-03-30 06:53:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7983d786-4138-53bd-8479-81ee6a93fe9e with scrape type 2
2026-03-30 06:53:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7983d786-4138-53bd-8479-81ee6a93fe9e with scrape type 2
2026-03-30 06:53:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7983d786-4138-53bd-8479-81ee6a93fe9e, identifier: KD23%20GZP
2026-03-30 06:53:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d98d87e5-d60f-53a3-9036-dea252371497 with identifier: K23%20DNJ
2026-03-30 06:53:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d98d87e5-d60f-53a3-9036-dea252371497 with identifier: K23%20DNJ
2026-03-30 06:53:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d98d87e5-d60f-53a3-9036-dea252371497 with identifier: K23%20DNJ to the API
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=K23%20DNJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd98d87e5-d60f-53a3-9036-dea252371497',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'K23 DNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=K23%20DNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'KUGA VIGNALE',
 'odometer': 92817,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD KUGA VIGNALE 2.0 TDCI 180 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 4WD',
 'vin': 'WF0AXXWPMAJT77277',
 'year': 2018}
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K23%2520DNJ%27 HTTP/1.1" 200 None
2026-03-30 06:53:49 [bca.uk] INFO: Saving data for K23%20DNJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774392069.027613, 'last_price_update_time': 1774853629.638344}
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='K23%2520DNJ') HTTP/1.1" 204 0
2026-03-30 06:53:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34c75cf4-07cf-5169-8098-18b3e58ba40b with identifier: LS63%20RGO
2026-03-30 06:53:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34c75cf4-07cf-5169-8098-18b3e58ba40b with identifier: LS63%20RGO
2026-03-30 06:53:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34c75cf4-07cf-5169-8098-18b3e58ba40b with identifier: LS63%20RGO to the API
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS63%20RGO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '34c75cf4-07cf-5169-8098-18b3e58ba40b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS63 RGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS63%20RGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 99364,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI ACT 140 GT DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI ACT 140 GT DSG',
 'vin': 'WVWZZZAUZEP029930',
 'year': 2013}
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS63%2520RGO%27 HTTP/1.1" 200 None
2026-03-30 06:53:49 [bca.uk] INFO: Saving data for LS63%20RGO: {'auction_closing_time': 1775037600.0, 'created_time': 1774418793.672551, 'last_price_update_time': 1774853629.95052}
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS63%2520RGO') HTTP/1.1" 204 0
2026-03-30 06:53:49 [bca.uk] INFO: Found listing with ID: LG23%20YLR
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YLR%27 HTTP/1.1" 200 None
2026-03-30 06:53:49 [bca.uk] INFO: Scrape type for LG23%20YLR: 2
2026-03-30 06:53:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1971f15-3c6f-5677-922f-fa629a75ad3d with identifier: LG23%20YLR
2026-03-30 06:53:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1971f15-3c6f-5677-922f-fa629a75ad3d with scrape type 2
2026-03-30 06:53:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1971f15-3c6f-5677-922f-fa629a75ad3d with scrape type 2
2026-03-30 06:53:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1971f15-3c6f-5677-922f-fa629a75ad3d, identifier: LG23%20YLR
2026-03-30 06:53:50 [bca.uk] INFO: Found listing with ID: MW13%20GHH
2026-03-30 06:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520GHH%27 HTTP/1.1" 200 None
2026-03-30 06:53:50 [bca.uk] INFO: Scrape type for MW13%20GHH: 2
2026-03-30 06:53:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00d7a688-ce8a-5ec6-b524-7bea058d577a with identifier: MW13%20GHH
2026-03-30 06:53:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00d7a688-ce8a-5ec6-b524-7bea058d577a with scrape type 2
2026-03-30 06:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00d7a688-ce8a-5ec6-b524-7bea058d577a with scrape type 2
2026-03-30 06:53:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00d7a688-ce8a-5ec6-b524-7bea058d577a, identifier: MW13%20GHH
2026-03-30 06:53:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16a7669b-d012-5e99-bcc6-2d126c5fa91e with identifier: GM16%20MWV
2026-03-30 06:53:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16a7669b-d012-5e99-bcc6-2d126c5fa91e with identifier: GM16%20MWV
2026-03-30 06:53:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16a7669b-d012-5e99-bcc6-2d126c5fa91e with identifier: GM16%20MWV to the API
2026-03-30 06:53:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM16%20MWV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '16a7669b-d012-5e99-bcc6-2d126c5fa91e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM16 MWV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM16%20MWV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'CEED',
 'odometer': 80367,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA CEED 1.6 CRDI 134 GT-LINE ISG Hatchback',
 'transmission': 'manual',
 'trim': 'CRDI 134 GT-LINE ISG',
 'vin': 'U5YHN516LGL261786',
 'year': 2016}
2026-03-30 06:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM16%2520MWV%27 HTTP/1.1" 200 None
2026-03-30 06:53:50 [bca.uk] INFO: Saving data for GM16%20MWV: {'auction_closing_time': 1774864800.0, 'created_time': 1774390644.005457, 'last_price_update_time': 1774853630.965492}
2026-03-30 06:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM16%2520MWV') HTTP/1.1" 204 0
2026-03-30 06:53:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7983d786-4138-53bd-8479-81ee6a93fe9e with identifier: KD23%20GZP
2026-03-30 06:53:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7983d786-4138-53bd-8479-81ee6a93fe9e with identifier: KD23%20GZP
2026-03-30 06:53:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7983d786-4138-53bd-8479-81ee6a93fe9e with identifier: KD23%20GZP to the API
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD23%20GZP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7983d786-4138-53bd-8479-81ee6a93fe9e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KD23 GZP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD23%20GZP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 33078,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 21333,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI HEV GT-LINE S StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI HEV GT-LINE S',
 'vin': 'U5YPX81GMPL070387',
 'year': 2023}
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GZP%27 HTTP/1.1" 200 None
2026-03-30 06:53:51 [bca.uk] INFO: Saving data for KD23%20GZP: {'auction_closing_time': 1774940400.0, 'created_time': 1774005937.117326, 'last_price_update_time': 1774853631.459575}
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD23%2520GZP') HTTP/1.1" 204 0
2026-03-30 06:53:51 [bca.uk] INFO: Found listing with ID: KM17%20YJE
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520YJE%27 HTTP/1.1" 200 None
2026-03-30 06:53:51 [bca.uk] INFO: Scrape type for KM17%20YJE: 2
2026-03-30 06:53:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18d32915-a9a1-5d7a-9220-17f44592dba4 with identifier: KM17%20YJE
2026-03-30 06:53:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18d32915-a9a1-5d7a-9220-17f44592dba4 with scrape type 2
2026-03-30 06:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18d32915-a9a1-5d7a-9220-17f44592dba4 with scrape type 2
2026-03-30 06:53:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 18d32915-a9a1-5d7a-9220-17f44592dba4, identifier: KM17%20YJE
2026-03-30 06:53:51 [bca.uk] INFO: Found listing with ID: LV16%20JVF
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV16%2520JVF%27 HTTP/1.1" 200 None
2026-03-30 06:53:51 [bca.uk] INFO: Scrape type for LV16%20JVF: 2
2026-03-30 06:53:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60605982-e88e-5675-b95a-efd565c48983 with identifier: LV16%20JVF
2026-03-30 06:53:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60605982-e88e-5675-b95a-efd565c48983 with scrape type 2
2026-03-30 06:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60605982-e88e-5675-b95a-efd565c48983 with scrape type 2
2026-03-30 06:53:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60605982-e88e-5675-b95a-efd565c48983, identifier: LV16%20JVF
2026-03-30 06:53:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1971f15-3c6f-5677-922f-fa629a75ad3d with identifier: LG23%20YLR
2026-03-30 06:53:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1971f15-3c6f-5677-922f-fa629a75ad3d with identifier: LG23%20YLR
2026-03-30 06:53:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1971f15-3c6f-5677-922f-fa629a75ad3d with identifier: LG23%20YLR to the API
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG23%20YLR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f1971f15-3c6f-5677-922f-fa629a75ad3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG23 YLR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG23%20YLR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 106748,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FSXPC689970',
 'year': 2023}
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG23%2520YLR%27 HTTP/1.1" 200 None
2026-03-30 06:53:51 [bca.uk] INFO: Saving data for LG23%20YLR: {'auction_closing_time': 1775037600.0, 'created_time': 1774362268.056311, 'last_price_update_time': 1774853631.997544}
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG23%2520YLR') HTTP/1.1" 204 0
2026-03-30 06:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00d7a688-ce8a-5ec6-b524-7bea058d577a with identifier: MW13%20GHH
2026-03-30 06:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00d7a688-ce8a-5ec6-b524-7bea058d577a with identifier: MW13%20GHH
2026-03-30 06:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00d7a688-ce8a-5ec6-b524-7bea058d577a with identifier: MW13%20GHH to the API
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW13%20GHH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '00d7a688-ce8a-5ec6-b524-7bea058d577a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW13 GHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW13%20GHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 128530,
 'odometer_reading_unit': '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 R LINE STYLE Hatchback',
 'transmission': 'manual',
 'trim': '60 R LINE STYLE',
 'vin': 'WVWZZZ6RZEY013428',
 'year': 2013}
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520GHH%27 HTTP/1.1" 200 None
2026-03-30 06:53:52 [bca.uk] INFO: Saving data for MW13%20GHH: {'auction_closing_time': 1774864800.0, 'created_time': 1774045117.194784, 'last_price_update_time': 1774853632.44849}
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW13%2520GHH') HTTP/1.1" 204 0
2026-03-30 06:53:52 [bca.uk] INFO: Found listing with ID: SP17%20CPX
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520CPX%27 HTTP/1.1" 200 None
2026-03-30 06:53:52 [bca.uk] INFO: Scrape type for SP17%20CPX: 2
2026-03-30 06:53:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 767d3873-2f32-5545-95a3-860f77aa648d with identifier: SP17%20CPX
2026-03-30 06:53:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 767d3873-2f32-5545-95a3-860f77aa648d with scrape type 2
2026-03-30 06:53:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 767d3873-2f32-5545-95a3-860f77aa648d with scrape type 2
2026-03-30 06:53:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 767d3873-2f32-5545-95a3-860f77aa648d, identifier: SP17%20CPX
2026-03-30 06:53:52 [bca.uk] INFO: Found listing with ID: HX20%20OJJ
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX20%2520OJJ%27 HTTP/1.1" 200 None
2026-03-30 06:53:52 [bca.uk] INFO: Scrape type for HX20%20OJJ: 0
2026-03-30 06:53:52 [bca.uk] INFO: Found listing with ID: LA70%20HDN
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA70%2520HDN%27 HTTP/1.1" 200 None
2026-03-30 06:53:52 [bca.uk] INFO: Scrape type for LA70%20HDN: 0
2026-03-30 06:53:52 [bca.uk] INFO: Found listing with ID: MF64%20KUH
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520KUH%27 HTTP/1.1" 200 None
2026-03-30 06:53:52 [bca.uk] INFO: Scrape type for MF64%20KUH: 2
2026-03-30 06:53:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2cf5493-2404-594b-909b-8755ebd6a26d with identifier: MF64%20KUH
2026-03-30 06:53:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2cf5493-2404-594b-909b-8755ebd6a26d with scrape type 2
2026-03-30 06:53:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2cf5493-2404-594b-909b-8755ebd6a26d with scrape type 2
2026-03-30 06:53:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c2cf5493-2404-594b-909b-8755ebd6a26d, identifier: MF64%20KUH
2026-03-30 06:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 18d32915-a9a1-5d7a-9220-17f44592dba4 with identifier: KM17%20YJE
2026-03-30 06:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 18d32915-a9a1-5d7a-9220-17f44592dba4 with identifier: KM17%20YJE
2026-03-30 06:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 18d32915-a9a1-5d7a-9220-17f44592dba4 with identifier: KM17%20YJE to the API
2026-03-30 06:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM17%20YJE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '18d32915-a9a1-5d7a-9220-17f44592dba4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM17 YJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM17%20YJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 83479,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.6 DCI 130 TEKNA Hatchback',
 'transmission': 'automatic',
 'trim': 'DCI 130 TEKNA',
 'vin': 'SJNFDAJ11UZ005599',
 'year': 2017}
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM17%2520YJE%27 HTTP/1.1" 200 None
2026-03-30 06:53:53 [bca.uk] INFO: Saving data for KM17%20YJE: {'auction_closing_time': 1774951200.0, 'created_time': 1774392073.515874, 'last_price_update_time': 1774853633.040456}
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM17%2520YJE') HTTP/1.1" 204 0
2026-03-30 06:53:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60605982-e88e-5675-b95a-efd565c48983 with identifier: LV16%20JVF
2026-03-30 06:53:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60605982-e88e-5675-b95a-efd565c48983 with identifier: LV16%20JVF
2026-03-30 06:53:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60605982-e88e-5675-b95a-efd565c48983 with identifier: LV16%20JVF to the API
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV16%20JVF-GB',
 'category': 'Car',
 'color': 'glacier silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '60605982-e88e-5675-b95a-efd565c48983',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV16 JVF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV16%20JVF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'M135I',
 'odometer': 114313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW M135I 3.0 T STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'T STEP',
 'vin': 'WBA1Y720705B42142',
 'year': 2016}
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV16%2520JVF%27 HTTP/1.1" 200 None
2026-03-30 06:53:53 [bca.uk] INFO: Saving data for LV16%20JVF: {'auction_closing_time': 1775037600.0, 'created_time': 1774016449.648559, 'last_price_update_time': 1774853633.375188}
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV16%2520JVF') HTTP/1.1" 204 0
2026-03-30 06:53:53 [bca.uk] INFO: Found listing with ID: CN67%20UVV
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN67%2520UVV%27 HTTP/1.1" 200 None
2026-03-30 06:53:53 [bca.uk] INFO: Scrape type for CN67%20UVV: 2
2026-03-30 06:53:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a897a595-cf7d-53d0-8acf-ea3e8f579634 with identifier: CN67%20UVV
2026-03-30 06:53:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a897a595-cf7d-53d0-8acf-ea3e8f579634 with scrape type 2
2026-03-30 06:53:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a897a595-cf7d-53d0-8acf-ea3e8f579634 with scrape type 2
2026-03-30 06:53:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a897a595-cf7d-53d0-8acf-ea3e8f579634, identifier: CN67%20UVV
2026-03-30 06:53:53 [bca.uk] INFO: Found listing with ID: MD19%20FAO
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520FAO%27 HTTP/1.1" 200 None
2026-03-30 06:53:53 [bca.uk] INFO: Scrape type for MD19%20FAO: 2
2026-03-30 06:53:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 322e8f67-2868-5cb2-ab9c-9486768614b1 with identifier: MD19%20FAO
2026-03-30 06:53:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 322e8f67-2868-5cb2-ab9c-9486768614b1 with scrape type 2
2026-03-30 06:53:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 322e8f67-2868-5cb2-ab9c-9486768614b1 with scrape type 2
2026-03-30 06:53:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 322e8f67-2868-5cb2-ab9c-9486768614b1, identifier: MD19%20FAO
2026-03-30 06:53:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 767d3873-2f32-5545-95a3-860f77aa648d with identifier: SP17%20CPX
2026-03-30 06:53:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 767d3873-2f32-5545-95a3-860f77aa648d with identifier: SP17%20CPX
2026-03-30 06:53:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 767d3873-2f32-5545-95a3-860f77aa648d with identifier: SP17%20CPX to the API
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SP17%20CPX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '767d3873-2f32-5545-95a3-860f77aa648d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SP17 CPX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SP17%20CPX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 83218,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 180 R SPORT Saloon',
 'transmission': 'manual',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJAB4CN4HCP11225',
 'year': 2017}
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP17%2520CPX%27 HTTP/1.1" 200 None
2026-03-30 06:53:53 [bca.uk] INFO: Saving data for SP17%20CPX: {'auction_closing_time': 1774864800.0, 'created_time': 1774390551.893937, 'last_price_update_time': 1774853633.931308}
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SP17%2520CPX') HTTP/1.1" 204 0
2026-03-30 06:53:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c2cf5493-2404-594b-909b-8755ebd6a26d with identifier: MF64%20KUH
2026-03-30 06:53:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c2cf5493-2404-594b-909b-8755ebd6a26d with identifier: MF64%20KUH
2026-03-30 06:53:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c2cf5493-2404-594b-909b-8755ebd6a26d with identifier: MF64%20KUH to the API
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF64%20KUH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c2cf5493-2404-594b-909b-8755ebd6a26d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF64 KUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF64%20KUH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2.9T',
 'odometer': 130004,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1100,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2.9T 2.0 CDTI 90 E/F SWB PanelVan',
 'transmission': 'manual',
 'trim': 'CDTI 90 E/F SWB',
 'vin': 'W0LF7B0A3EV639643',
 'year': 2014}
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF64%2520KUH%27 HTTP/1.1" 200 None
2026-03-30 06:53:54 [bca.uk] INFO: Saving data for MF64%20KUH: {'auction_closing_time': 1774940400.0, 'created_time': 1773829429.671029, 'last_price_update_time': 1774853634.240268}
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF64%2520KUH') HTTP/1.1" 204 0
2026-03-30 06:53:54 [bca.uk] INFO: Found listing with ID: MT17%20JKE
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT17%2520JKE%27 HTTP/1.1" 200 None
2026-03-30 06:53:54 [bca.uk] INFO: Scrape type for MT17%20JKE: 2
2026-03-30 06:53:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with identifier: MT17%20JKE
2026-03-30 06:53:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with scrape type 2
2026-03-30 06:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with scrape type 2
2026-03-30 06:53:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f6605b91-d5da-50c3-9ec6-b3830e4fcd5d, identifier: MT17%20JKE
2026-03-30 06:53:54 [bca.uk] INFO: Found listing with ID: MA62%20CKO
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520CKO%27 HTTP/1.1" 200 None
2026-03-30 06:53:54 [bca.uk] INFO: Scrape type for MA62%20CKO: 2
2026-03-30 06:53:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with identifier: MA62%20CKO
2026-03-30 06:53:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with scrape type 2
2026-03-30 06:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with scrape type 2
2026-03-30 06:53:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1411701f-d5d0-5ca9-9592-89c8a9c19a2c, identifier: MA62%20CKO
2026-03-30 06:53:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a897a595-cf7d-53d0-8acf-ea3e8f579634 with identifier: CN67%20UVV
2026-03-30 06:53:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a897a595-cf7d-53d0-8acf-ea3e8f579634 with identifier: CN67%20UVV
2026-03-30 06:53:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a897a595-cf7d-53d0-8acf-ea3e8f579634 with identifier: CN67%20UVV to the API
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 46,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN67%20UVV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a897a595-cf7d-53d0-8acf-ea3e8f579634',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CN67 UVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN67%20UVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '530E',
 'odometer': 66844,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 530E 2.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJA920X0G989495',
 'year': 2017}
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN67%2520UVV%27 HTTP/1.1" 200 None
2026-03-30 06:53:54 [bca.uk] INFO: Saving data for CN67%20UVV: {'auction_closing_time': 1775037600.0, 'created_time': 1774362310.550234, 'last_price_update_time': 1774853634.755151}
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN67%2520UVV') HTTP/1.1" 204 0
2026-03-30 06:53:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 322e8f67-2868-5cb2-ab9c-9486768614b1 with identifier: MD19%20FAO
2026-03-30 06:53:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 322e8f67-2868-5cb2-ab9c-9486768614b1 with identifier: MD19%20FAO
2026-03-30 06:53:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 322e8f67-2868-5cb2-ab9c-9486768614b1 with identifier: MD19%20FAO to the API
2026-03-30 06:53:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD19%20FAO-GB',
 'category': 'Car',
 'color': 'estoril blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '322e8f67-2868-5cb2-ab9c-9486768614b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD19 FAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD19%20FAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '118I',
 'odometer': 61398,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 M SPORT SHADOW ED. Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT SHADOW ED.',
 'vin': 'WBA1R520907D92827',
 'year': 2019}
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD19%2520FAO%27 HTTP/1.1" 200 None
2026-03-30 06:53:55 [bca.uk] INFO: Saving data for MD19%20FAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774045257.877996, 'last_price_update_time': 1774853635.041947}
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD19%2520FAO') HTTP/1.1" 204 0
2026-03-30 06:53:55 [bca.uk] INFO: Found listing with ID: FP16%20KXZ
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP16%2520KXZ%27 HTTP/1.1" 200 None
2026-03-30 06:53:55 [bca.uk] INFO: Scrape type for FP16%20KXZ: 2
2026-03-30 06:53:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with identifier: FP16%20KXZ
2026-03-30 06:53:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with scrape type 2
2026-03-30 06:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with scrape type 2
2026-03-30 06:53:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e, identifier: FP16%20KXZ
2026-03-30 06:53:55 [bca.uk] INFO: Found listing with ID: WN24%20ZYL
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520ZYL%27 HTTP/1.1" 200 None
2026-03-30 06:53:55 [bca.uk] INFO: Scrape type for WN24%20ZYL: 2
2026-03-30 06:53:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with identifier: WN24%20ZYL
2026-03-30 06:53:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with scrape type 2
2026-03-30 06:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with scrape type 2
2026-03-30 06:53:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1, identifier: WN24%20ZYL
2026-03-30 06:53:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with identifier: MT17%20JKE
2026-03-30 06:53:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with identifier: MT17%20JKE
2026-03-30 06:53:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f6605b91-d5da-50c3-9ec6-b3830e4fcd5d with identifier: MT17%20JKE to the API
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT17%20JKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f6605b91-d5da-50c3-9ec6-b3830e4fcd5d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT17 JKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT17%20JKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 63757,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 100 ZETEC EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC EDITION',
 'vin': 'WF05XXGCC5HB47420',
 'year': 2017}
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT17%2520JKE%27 HTTP/1.1" 200 None
2026-03-30 06:53:55 [bca.uk] INFO: Saving data for MT17%20JKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774392049.071868, 'last_price_update_time': 1774853635.555566}
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT17%2520JKE') HTTP/1.1" 204 0
2026-03-30 06:53:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with identifier: MA62%20CKO
2026-03-30 06:53:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with identifier: MA62%20CKO
2026-03-30 06:53:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1411701f-d5d0-5ca9-9592-89c8a9c19a2c with identifier: MA62%20CKO to the API
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA62%20CKO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1411701f-d5d0-5ca9-9592-89c8a9c19a2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA62 CKO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA62%20CKO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'VERSO',
 'odometer': 92411,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'TOYOTA VERSO 2.0 D-4D TR MPV',
 'transmission': 'manual',
 'trim': 'D-4D TR',
 'vin': 'NMTDD26R80R069053',
 'year': 2012}
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA62%2520CKO%27 HTTP/1.1" 200 None
2026-03-30 06:53:55 [bca.uk] INFO: Saving data for MA62%20CKO: {'auction_closing_time': 1775037600.0, 'created_time': 1774418810.371738, 'last_price_update_time': 1774853635.850134}
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA62%2520CKO') HTTP/1.1" 204 0
2026-03-30 06:53:55 [bca.uk] INFO: Found listing with ID: LG20%20YMJ
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520YMJ%27 HTTP/1.1" 200 None
2026-03-30 06:53:55 [bca.uk] INFO: Scrape type for LG20%20YMJ: 2
2026-03-30 06:53:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a254a0d-77c2-5246-912b-e81ded3616f0 with identifier: LG20%20YMJ
2026-03-30 06:53:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a254a0d-77c2-5246-912b-e81ded3616f0 with scrape type 2
2026-03-30 06:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a254a0d-77c2-5246-912b-e81ded3616f0 with scrape type 2
2026-03-30 06:53:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a254a0d-77c2-5246-912b-e81ded3616f0, identifier: LG20%20YMJ
2026-03-30 06:53:56 [bca.uk] INFO: Found listing with ID: NV15%20HWN
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV15%2520HWN%27 HTTP/1.1" 200 None
2026-03-30 06:53:56 [bca.uk] INFO: Scrape type for NV15%20HWN: 2
2026-03-30 06:53:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df4fb454-1275-5885-b235-905495b8ed42 with identifier: NV15%20HWN
2026-03-30 06:53:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df4fb454-1275-5885-b235-905495b8ed42 with scrape type 2
2026-03-30 06:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df4fb454-1275-5885-b235-905495b8ed42 with scrape type 2
2026-03-30 06:53:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df4fb454-1275-5885-b235-905495b8ed42, identifier: NV15%20HWN
2026-03-30 06:53:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with identifier: FP16%20KXZ
2026-03-30 06:53:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with identifier: FP16%20KXZ
2026-03-30 06:53:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e with identifier: FP16%20KXZ to the API
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 161,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP16%20KXZ-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bb8cd9c9-a6a1-53c3-b3e1-eb0a5439fa7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP16 KXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP16%20KXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '220I',
 'odometer': 69009,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 220I 2.0 T M SPORT Convertible',
 'transmission': 'manual',
 'trim': 'T M SPORT',
 'vin': 'WBA1L72060V301177',
 'year': 2016}
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP16%2520KXZ%27 HTTP/1.1" 200 None
2026-03-30 06:53:56 [bca.uk] INFO: Saving data for FP16%20KXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390638.946983, 'last_price_update_time': 1774853636.380058}
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP16%2520KXZ') HTTP/1.1" 204 0
2026-03-30 06:53:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with identifier: WN24%20ZYL
2026-03-30 06:53:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with identifier: WN24%20ZYL
2026-03-30 06:53:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1 with identifier: WN24%20ZYL to the API
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN24%20ZYL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '52e18652-e80e-5ec2-9d8d-4cfb4f0d51f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN24 ZYL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN24%20ZYL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 27114,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTA7RRB96351',
 'year': 2024}
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520ZYL%27 HTTP/1.1" 200 None
2026-03-30 06:53:56 [bca.uk] INFO: Saving data for WN24%20ZYL: {'auction_closing_time': 1775026800.0, 'created_time': 1773821619.637346, 'last_price_update_time': 1774853636.794624}
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN24%2520ZYL') HTTP/1.1" 204 0
2026-03-30 06:53:56 [bca.uk] INFO: Found listing with ID: PY16%20OZA
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520OZA%27 HTTP/1.1" 200 None
2026-03-30 06:53:56 [bca.uk] INFO: Scrape type for PY16%20OZA: 2
2026-03-30 06:53:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73f584a7-4354-5414-b511-6ea9b9a756a8 with identifier: PY16%20OZA
2026-03-30 06:53:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73f584a7-4354-5414-b511-6ea9b9a756a8 with scrape type 2
2026-03-30 06:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73f584a7-4354-5414-b511-6ea9b9a756a8 with scrape type 2
2026-03-30 06:53:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73f584a7-4354-5414-b511-6ea9b9a756a8, identifier: PY16%20OZA
2026-03-30 06:53:56 [bca.uk] INFO: Found listing with ID: MT62%20HND
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520HND%27 HTTP/1.1" 200 None
2026-03-30 06:53:56 [bca.uk] INFO: Scrape type for MT62%20HND: 2
2026-03-30 06:53:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72399967-15bb-5aa1-ba1c-6651c516ed50 with identifier: MT62%20HND
2026-03-30 06:53:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72399967-15bb-5aa1-ba1c-6651c516ed50 with scrape type 2
2026-03-30 06:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72399967-15bb-5aa1-ba1c-6651c516ed50 with scrape type 2
2026-03-30 06:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72399967-15bb-5aa1-ba1c-6651c516ed50, identifier: MT62%20HND
2026-03-30 06:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a254a0d-77c2-5246-912b-e81ded3616f0 with identifier: LG20%20YMJ
2026-03-30 06:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a254a0d-77c2-5246-912b-e81ded3616f0 with identifier: LG20%20YMJ
2026-03-30 06:53:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a254a0d-77c2-5246-912b-e81ded3616f0 with identifier: LG20%20YMJ to the API
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG20%20YMJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9a254a0d-77c2-5246-912b-e81ded3616f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG20 YMJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG20%20YMJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 51264,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': '5YJ3F7EA6LF686430',
 'year': 2020}
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520YMJ%27 HTTP/1.1" 200 None
2026-03-30 06:53:57 [bca.uk] INFO: Saving data for LG20%20YMJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774365542.717971, 'last_price_update_time': 1774853637.307413}
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG20%2520YMJ') HTTP/1.1" 204 0
2026-03-30 06:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df4fb454-1275-5885-b235-905495b8ed42 with identifier: NV15%20HWN
2026-03-30 06:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df4fb454-1275-5885-b235-905495b8ed42 with identifier: NV15%20HWN
2026-03-30 06:53:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df4fb454-1275-5885-b235-905495b8ed42 with identifier: NV15%20HWN to the API
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NV15%20HWN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'df4fb454-1275-5885-b235-905495b8ed42',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NV15 HWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NV15%20HWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'LEXUS',
 'model': 'CT 200H',
 'odometer': 37164,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LEXUS CT 200H 1.8 PREMIER Hatchback',
 'transmission': 'automatic',
 'trim': 'PREMIER',
 'vin': 'JTHKD5BH102238620',
 'year': 2015}
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NV15%2520HWN%27 HTTP/1.1" 200 None
2026-03-30 06:53:57 [bca.uk] INFO: Saving data for NV15%20HWN: {'auction_closing_time': 1774864800.0, 'created_time': 1774390490.192237, 'last_price_update_time': 1774853637.60474}
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NV15%2520HWN') HTTP/1.1" 204 0
2026-03-30 06:53:57 [bca.uk] INFO: Found listing with ID: SE66%20ZRP
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE66%2520ZRP%27 HTTP/1.1" 200 None
2026-03-30 06:53:57 [bca.uk] INFO: Scrape type for SE66%20ZRP: 2
2026-03-30 06:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40eae49c-40b5-5066-a3cb-423d01781ee0 with identifier: SE66%20ZRP
2026-03-30 06:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40eae49c-40b5-5066-a3cb-423d01781ee0 with scrape type 2
2026-03-30 06:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40eae49c-40b5-5066-a3cb-423d01781ee0 with scrape type 2
2026-03-30 06:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 40eae49c-40b5-5066-a3cb-423d01781ee0, identifier: SE66%20ZRP
2026-03-30 06:53:57 [bca.uk] INFO: Found listing with ID: WN75%20SZR
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520SZR%27 HTTP/1.1" 200 None
2026-03-30 06:53:57 [bca.uk] INFO: Scrape type for WN75%20SZR: 2
2026-03-30 06:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12d5ecfb-eadb-553e-bb61-68e785acc73d with identifier: WN75%20SZR
2026-03-30 06:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12d5ecfb-eadb-553e-bb61-68e785acc73d with scrape type 2
2026-03-30 06:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12d5ecfb-eadb-553e-bb61-68e785acc73d with scrape type 2
2026-03-30 06:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12d5ecfb-eadb-553e-bb61-68e785acc73d, identifier: WN75%20SZR
2026-03-30 06:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73f584a7-4354-5414-b511-6ea9b9a756a8 with identifier: PY16%20OZA
2026-03-30 06:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73f584a7-4354-5414-b511-6ea9b9a756a8 with identifier: PY16%20OZA
2026-03-30 06:53:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73f584a7-4354-5414-b511-6ea9b9a756a8 with identifier: PY16%20OZA to the API
2026-03-30 06:53:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY16%20OZA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '73f584a7-4354-5414-b511-6ea9b9a756a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY16 OZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY16%20OZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 71185,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI AWD GT-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'T GDI AWD GT-LINE',
 'vin': 'U5YPK816NGL127867',
 'year': 2016}
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520OZA%27 HTTP/1.1" 200 None
2026-03-30 06:53:58 [bca.uk] INFO: Saving data for PY16%20OZA: {'auction_closing_time': 1774951200.0, 'created_time': 1774392053.873219, 'last_price_update_time': 1774853638.1481}
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY16%2520OZA') HTTP/1.1" 204 0
2026-03-30 06:53:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72399967-15bb-5aa1-ba1c-6651c516ed50 with identifier: MT62%20HND
2026-03-30 06:53:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72399967-15bb-5aa1-ba1c-6651c516ed50 with identifier: MT62%20HND
2026-03-30 06:53:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72399967-15bb-5aa1-ba1c-6651c516ed50 with identifier: MT62%20HND to the API
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT62%20HND-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '72399967-15bb-5aa1-ba1c-6651c516ed50',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT62 HND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT62%20HND&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FIAT',
 'model': '500',
 'odometer': 65768,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE S/S Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE S/S',
 'vin': 'ZFA31200000903640',
 'year': 2012}
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT62%2520HND%27 HTTP/1.1" 200 None
2026-03-30 06:53:58 [bca.uk] INFO: Saving data for MT62%20HND: {'auction_closing_time': 1775037600.0, 'created_time': 1774418806.912124, 'last_price_update_time': 1774853638.427954}
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT62%2520HND') HTTP/1.1" 204 0
2026-03-30 06:53:58 [bca.uk] INFO: Found listing with ID: DG18%20ZBP
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG18%2520ZBP%27 HTTP/1.1" 200 None
2026-03-30 06:53:58 [bca.uk] INFO: Scrape type for DG18%20ZBP: 2
2026-03-30 06:53:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8199c1e-e04b-5ace-a114-da0a8cb36af6 with identifier: DG18%20ZBP
2026-03-30 06:53:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8199c1e-e04b-5ace-a114-da0a8cb36af6 with scrape type 2
2026-03-30 06:53:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8199c1e-e04b-5ace-a114-da0a8cb36af6 with scrape type 2
2026-03-30 06:53:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8199c1e-e04b-5ace-a114-da0a8cb36af6, identifier: DG18%20ZBP
2026-03-30 06:53:58 [bca.uk] INFO: Found listing with ID: YH16%20SYF
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520SYF%27 HTTP/1.1" 200 None
2026-03-30 06:53:58 [bca.uk] INFO: Scrape type for YH16%20SYF: 2
2026-03-30 06:53:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6202aab5-2b5c-55b6-af84-4f69c4b870fb with identifier: YH16%20SYF
2026-03-30 06:53:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6202aab5-2b5c-55b6-af84-4f69c4b870fb with scrape type 2
2026-03-30 06:53:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6202aab5-2b5c-55b6-af84-4f69c4b870fb with scrape type 2
2026-03-30 06:53:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6202aab5-2b5c-55b6-af84-4f69c4b870fb, identifier: YH16%20SYF
2026-03-30 06:53:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 40eae49c-40b5-5066-a3cb-423d01781ee0 with identifier: SE66%20ZRP
2026-03-30 06:53:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 40eae49c-40b5-5066-a3cb-423d01781ee0 with identifier: SE66%20ZRP
2026-03-30 06:53:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 40eae49c-40b5-5066-a3cb-423d01781ee0 with identifier: SE66%20ZRP to the API
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE66%20ZRP-GB',
 'category': 'Car',
 'color': 'moonwalk grey',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '40eae49c-40b5-5066-a3cb-423d01781ee0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE66 ZRP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE66%20ZRP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 42110,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.2 102 Hatchback',
 'transmission': 'manual',
 'trim': '102',
 'vin': 'WMWXN720302D86102',
 'year': 2016}
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE66%2520ZRP%27 HTTP/1.1" 200 None
2026-03-30 06:53:58 [bca.uk] INFO: Saving data for SE66%20ZRP: {'auction_closing_time': 1774864800.0, 'created_time': 1774390642.044171, 'last_price_update_time': 1774853638.933617}
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE66%2520ZRP') HTTP/1.1" 204 0
2026-03-30 06:53:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12d5ecfb-eadb-553e-bb61-68e785acc73d with identifier: WN75%20SZR
2026-03-30 06:53:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12d5ecfb-eadb-553e-bb61-68e785acc73d with identifier: WN75%20SZR
2026-03-30 06:53:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12d5ecfb-eadb-553e-bb61-68e785acc73d with identifier: WN75%20SZR to the API
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20SZR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '12d5ecfb-eadb-553e-bb61-68e785acc73d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 SZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20SZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 2486,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD E-TRANSIT CUSTM 160KW 320 RWD L2H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L2H1 LIMITED',
 'vin': 'WF0RXXTA3BSP48911',
 'year': 2025}
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520SZR%27 HTTP/1.1" 200 None
2026-03-30 06:53:59 [bca.uk] INFO: Saving data for WN75%20SZR: {'auction_closing_time': 1775026800.0, 'created_time': 1773821659.851892, 'last_price_update_time': 1774853639.231868}
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520SZR') HTTP/1.1" 204 0
2026-03-30 06:53:59 [bca.uk] INFO: Found listing with ID: KS18%20YWN
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS18%2520YWN%27 HTTP/1.1" 200 None
2026-03-30 06:53:59 [bca.uk] INFO: Scrape type for KS18%20YWN: 2
2026-03-30 06:53:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91042152-6b47-5b28-ae5c-77d509df22b5 with identifier: KS18%20YWN
2026-03-30 06:53:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91042152-6b47-5b28-ae5c-77d509df22b5 with scrape type 2
2026-03-30 06:53:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91042152-6b47-5b28-ae5c-77d509df22b5 with scrape type 2
2026-03-30 06:53:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91042152-6b47-5b28-ae5c-77d509df22b5, identifier: KS18%20YWN
2026-03-30 06:53:59 [bca.uk] INFO: Found listing with ID: MW13%20ABU
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520ABU%27 HTTP/1.1" 200 None
2026-03-30 06:53:59 [bca.uk] INFO: Scrape type for MW13%20ABU: 2
2026-03-30 06:53:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 232bfd6a-4f8b-51c4-b493-da5fa925d54b with identifier: MW13%20ABU
2026-03-30 06:53:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 232bfd6a-4f8b-51c4-b493-da5fa925d54b with scrape type 2
2026-03-30 06:53:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 232bfd6a-4f8b-51c4-b493-da5fa925d54b with scrape type 2
2026-03-30 06:53:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 232bfd6a-4f8b-51c4-b493-da5fa925d54b, identifier: MW13%20ABU
2026-03-30 06:53:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8199c1e-e04b-5ace-a114-da0a8cb36af6 with identifier: DG18%20ZBP
2026-03-30 06:53:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8199c1e-e04b-5ace-a114-da0a8cb36af6 with identifier: DG18%20ZBP
2026-03-30 06:53:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8199c1e-e04b-5ace-a114-da0a8cb36af6 with identifier: DG18%20ZBP to the API
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:53:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 28,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG18%20ZBP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'd8199c1e-e04b-5ace-a114-da0a8cb36af6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG18 ZBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG18%20ZBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'TOYOTA',
 'model': 'PRIUS PLUG-IN',
 'odometer': 87621,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'TOYOTA PRIUS PLUG-IN 1.8 VVTI EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'VVTI EXCEL',
 'vin': 'JTDKA3FPX03078411',
 'year': 2018}
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG18%2520ZBP%27 HTTP/1.1" 200 None
2026-03-30 06:53:59 [bca.uk] INFO: Saving data for DG18%20ZBP: {'auction_closing_time': 1775037600.0, 'created_time': 1774365643.043586, 'last_price_update_time': 1774853639.771518}
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG18%2520ZBP') HTTP/1.1" 204 0
2026-03-30 06:53:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6202aab5-2b5c-55b6-af84-4f69c4b870fb with identifier: YH16%20SYF
2026-03-30 06:53:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6202aab5-2b5c-55b6-af84-4f69c4b870fb with identifier: YH16%20SYF
2026-03-30 06:53:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6202aab5-2b5c-55b6-af84-4f69c4b870fb with identifier: YH16%20SYF to the API
2026-03-30 06:53:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:53: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:54:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH16%20SYF-GB',
 'category': 'Car',
 'color': 'jet black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6202aab5-2b5c-55b6-af84-4f69c4b870fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH16 SYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH16%20SYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '118I',
 'odometer': 93835,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT STEP',
 'vin': 'WBA1R52050V746383',
 'year': 2016}
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH16%2520SYF%27 HTTP/1.1" 200 None
2026-03-30 06:54:00 [bca.uk] INFO: Saving data for YH16%20SYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774045261.61472, 'last_price_update_time': 1774853640.083938}
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH16%2520SYF') HTTP/1.1" 204 0
2026-03-30 06:54:00 [bca.uk] INFO: Found listing with ID: GK61%20OYE
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK61%2520OYE%27 HTTP/1.1" 200 None
2026-03-30 06:54:00 [bca.uk] INFO: Scrape type for GK61%20OYE: 2
2026-03-30 06:54:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b3f9f51-8251-56e2-87e0-0480f15549a8 with identifier: GK61%20OYE
2026-03-30 06:54:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b3f9f51-8251-56e2-87e0-0480f15549a8 with scrape type 2
2026-03-30 06:54:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b3f9f51-8251-56e2-87e0-0480f15549a8 with scrape type 2
2026-03-30 06:54:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b3f9f51-8251-56e2-87e0-0480f15549a8, identifier: GK61%20OYE
2026-03-30 06:54:00 [bca.uk] INFO: Found listing with ID: WV73%20ZPP
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV73%2520ZPP%27 HTTP/1.1" 200 None
2026-03-30 06:54:00 [bca.uk] INFO: Scrape type for WV73%20ZPP: 2
2026-03-30 06:54:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2717d828-1edd-55c4-aede-fd6882ae14c6 with identifier: WV73%20ZPP
2026-03-30 06:54:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2717d828-1edd-55c4-aede-fd6882ae14c6 with scrape type 2
2026-03-30 06:54:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2717d828-1edd-55c4-aede-fd6882ae14c6 with scrape type 2
2026-03-30 06:54:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2717d828-1edd-55c4-aede-fd6882ae14c6, identifier: WV73%20ZPP
2026-03-30 06:54:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91042152-6b47-5b28-ae5c-77d509df22b5 with identifier: KS18%20YWN
2026-03-30 06:54:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91042152-6b47-5b28-ae5c-77d509df22b5 with identifier: KS18%20YWN
2026-03-30 06:54:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91042152-6b47-5b28-ae5c-77d509df22b5 with identifier: KS18%20YWN to the API
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS18%20YWN-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '91042152-6b47-5b28-ae5c-77d509df22b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS18 YWN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS18%20YWN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 72156,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 ALLURE',
 'vin': 'VF3MCYHZJJS229459',
 'year': 2018}
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS18%2520YWN%27 HTTP/1.1" 200 None
2026-03-30 06:54:00 [bca.uk] INFO: Saving data for KS18%20YWN: {'auction_closing_time': 1774951200.0, 'created_time': 1774392038.548433, 'last_price_update_time': 1774853640.608783}
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS18%2520YWN') HTTP/1.1" 204 0
2026-03-30 06:54:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 232bfd6a-4f8b-51c4-b493-da5fa925d54b with identifier: MW13%20ABU
2026-03-30 06:54:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 232bfd6a-4f8b-51c4-b493-da5fa925d54b with identifier: MW13%20ABU
2026-03-30 06:54:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 232bfd6a-4f8b-51c4-b493-da5fa925d54b with identifier: MW13%20ABU to the API
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW13%20ABU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '232bfd6a-4f8b-51c4-b493-da5fa925d54b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW13 ABU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW13%20ABU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 139350,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.4 TFSI 120 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 120 SPORT',
 'vin': 'WAUZZZ8X7EB004784',
 'year': 2013}
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW13%2520ABU%27 HTTP/1.1" 200 None
2026-03-30 06:54:00 [bca.uk] INFO: Saving data for MW13%20ABU: {'auction_closing_time': 1775037600.0, 'created_time': 1774418809.550825, 'last_price_update_time': 1774853640.905337}
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW13%2520ABU') HTTP/1.1" 204 0
2026-03-30 06:54:00 [bca.uk] INFO: Found listing with ID: BH19%20VDA
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BH19%2520VDA%27 HTTP/1.1" 200 None
2026-03-30 06:54:00 [bca.uk] INFO: Scrape type for BH19%20VDA: 2
2026-03-30 06:54:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with identifier: BH19%20VDA
2026-03-30 06:54:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with scrape type 2
2026-03-30 06:54:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with scrape type 2
2026-03-30 06:54:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdb4ce63-fc35-577c-95b9-e5f9b95be6d3, identifier: BH19%20VDA
2026-03-30 06:54:01 [bca.uk] INFO: Found listing with ID: MM13%20KZA
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520KZA%27 HTTP/1.1" 200 None
2026-03-30 06:54:01 [bca.uk] INFO: Scrape type for MM13%20KZA: 2
2026-03-30 06:54:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bab07795-ceb3-5043-b851-674627514e07 with identifier: MM13%20KZA
2026-03-30 06:54:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bab07795-ceb3-5043-b851-674627514e07 with scrape type 2
2026-03-30 06:54:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bab07795-ceb3-5043-b851-674627514e07 with scrape type 2
2026-03-30 06:54:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bab07795-ceb3-5043-b851-674627514e07, identifier: MM13%20KZA
2026-03-30 06:54:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b3f9f51-8251-56e2-87e0-0480f15549a8 with identifier: GK61%20OYE
2026-03-30 06:54:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b3f9f51-8251-56e2-87e0-0480f15549a8 with identifier: GK61%20OYE
2026-03-30 06:54:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b3f9f51-8251-56e2-87e0-0480f15549a8 with identifier: GK61%20OYE to the API
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK61%20OYE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b3f9f51-8251-56e2-87e0-0480f15549a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK61 OYE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK61%20OYE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 61588,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 85 SEL Hatchback',
 'transmission': 'manual',
 'trim': '85 SEL',
 'vin': 'WVWZZZ6RZCY511868',
 'year': 2011}
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK61%2520OYE%27 HTTP/1.1" 200 None
2026-03-30 06:54:01 [bca.uk] INFO: Saving data for GK61%20OYE: {'auction_closing_time': 1774864800.0, 'created_time': 1774390636.472596, 'last_price_update_time': 1774853641.470736}
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK61%2520OYE') HTTP/1.1" 204 0
2026-03-30 06:54:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2717d828-1edd-55c4-aede-fd6882ae14c6 with identifier: WV73%20ZPP
2026-03-30 06:54:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2717d828-1edd-55c4-aede-fd6882ae14c6 with identifier: WV73%20ZPP
2026-03-30 06:54:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2717d828-1edd-55c4-aede-fd6882ae14c6 with identifier: WV73%20ZPP to the API
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV73%20ZPP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2717d828-1edd-55c4-aede-fd6882ae14c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV73 ZPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV73%20ZPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 16225,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMPE37861',
 'year': 2023}
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV73%2520ZPP%27 HTTP/1.1" 200 None
2026-03-30 06:54:01 [bca.uk] INFO: Saving data for WV73%20ZPP: {'auction_closing_time': 1775026800.0, 'created_time': 1773821645.255444, 'last_price_update_time': 1774853641.856512}
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV73%2520ZPP') HTTP/1.1" 204 0
2026-03-30 06:54:01 [bca.uk] INFO: Found listing with ID: FG18%20HGX
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520HGX%27 HTTP/1.1" 200 None
2026-03-30 06:54:01 [bca.uk] INFO: Scrape type for FG18%20HGX: 2
2026-03-30 06:54:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1da43802-62a9-5457-bb3c-89b67a02120c with identifier: FG18%20HGX
2026-03-30 06:54:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1da43802-62a9-5457-bb3c-89b67a02120c with scrape type 2
2026-03-30 06:54:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1da43802-62a9-5457-bb3c-89b67a02120c with scrape type 2
2026-03-30 06:54:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1da43802-62a9-5457-bb3c-89b67a02120c, identifier: FG18%20HGX
2026-03-30 06:54:01 [bca.uk] INFO: Found listing with ID: ND21%20YOF
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520YOF%27 HTTP/1.1" 200 None
2026-03-30 06:54:02 [bca.uk] INFO: Scrape type for ND21%20YOF: 2
2026-03-30 06:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98622de3-ff73-5139-859e-4e5532e3c5ac with identifier: ND21%20YOF
2026-03-30 06:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98622de3-ff73-5139-859e-4e5532e3c5ac with scrape type 2
2026-03-30 06:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98622de3-ff73-5139-859e-4e5532e3c5ac with scrape type 2
2026-03-30 06:54:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98622de3-ff73-5139-859e-4e5532e3c5ac, identifier: ND21%20YOF
2026-03-30 06:54:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with identifier: BH19%20VDA
2026-03-30 06:54:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with identifier: BH19%20VDA
2026-03-30 06:54:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdb4ce63-fc35-577c-95b9-e5f9b95be6d3 with identifier: BH19%20VDA to the API
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BH19%20VDA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cdb4ce63-fc35-577c-95b9-e5f9b95be6d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BH19 VDA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BH19%20VDA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 69617,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D180 R-DYNAMIC SE Saloon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE',
 'vin': 'SAJAB4AN5LCP56878',
 'year': 2019}
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BH19%2520VDA%27 HTTP/1.1" 200 None
2026-03-30 06:54:02 [bca.uk] INFO: Saving data for BH19%20VDA: {'auction_closing_time': 1775037600.0, 'created_time': 1774365602.130867, 'last_price_update_time': 1774853642.388455}
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BH19%2520VDA') HTTP/1.1" 204 0
2026-03-30 06:54:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bab07795-ceb3-5043-b851-674627514e07 with identifier: MM13%20KZA
2026-03-30 06:54:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bab07795-ceb3-5043-b851-674627514e07 with identifier: MM13%20KZA
2026-03-30 06:54:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bab07795-ceb3-5043-b851-674627514e07 with identifier: MM13%20KZA to the API
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM13%20KZA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bab07795-ceb3-5043-b851-674627514e07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM13 KZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM13%20KZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'SUBARU',
 'model': 'BRZ',
 'odometer': 66532,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SUBARU BRZ 2.0 SE LUX Coupe',
 'transmission': 'manual',
 'trim': 'SE LUX',
 'vin': 'JF1ZC6K7ZDG002002',
 'year': 2015}
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM13%2520KZA%27 HTTP/1.1" 200 None
2026-03-30 06:54:02 [bca.uk] INFO: Saving data for MM13%20KZA: {'auction_closing_time': 1774864800.0, 'created_time': 1773958394.078651, 'last_price_update_time': 1774853642.706174}
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM13%2520KZA') HTTP/1.1" 204 0
2026-03-30 06:54:02 [bca.uk] INFO: Found listing with ID: LX58%20VHC
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520VHC%27 HTTP/1.1" 200 None
2026-03-30 06:54:02 [bca.uk] INFO: Scrape type for LX58%20VHC: 2
2026-03-30 06:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09d1339d-4912-5dbf-92c9-5463a4205cb7 with identifier: LX58%20VHC
2026-03-30 06:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09d1339d-4912-5dbf-92c9-5463a4205cb7 with scrape type 2
2026-03-30 06:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09d1339d-4912-5dbf-92c9-5463a4205cb7 with scrape type 2
2026-03-30 06:54:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 09d1339d-4912-5dbf-92c9-5463a4205cb7, identifier: LX58%20VHC
2026-03-30 06:54:02 [bca.uk] INFO: Found listing with ID: KT68%20XTO
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520XTO%27 HTTP/1.1" 200 None
2026-03-30 06:54:02 [bca.uk] INFO: Scrape type for KT68%20XTO: 2
2026-03-30 06:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8210719d-154a-5e39-903a-d18fa1968adc with identifier: KT68%20XTO
2026-03-30 06:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8210719d-154a-5e39-903a-d18fa1968adc with scrape type 2
2026-03-30 06:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8210719d-154a-5e39-903a-d18fa1968adc with scrape type 2
2026-03-30 06:54:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8210719d-154a-5e39-903a-d18fa1968adc, identifier: KT68%20XTO
2026-03-30 06:54:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1da43802-62a9-5457-bb3c-89b67a02120c with identifier: FG18%20HGX
2026-03-30 06:54:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1da43802-62a9-5457-bb3c-89b67a02120c with identifier: FG18%20HGX
2026-03-30 06:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1da43802-62a9-5457-bb3c-89b67a02120c with identifier: FG18%20HGX to the API
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG18%20HGX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1da43802-62a9-5457-bb3c-89b67a02120c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG18 HGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG18%20HGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 51651,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2130042A407980',
 'year': 2018}
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG18%2520HGX%27 HTTP/1.1" 200 None
2026-03-30 06:54:03 [bca.uk] INFO: Saving data for FG18%20HGX: {'auction_closing_time': 1775124000.0, 'created_time': 1774392039.27887, 'last_price_update_time': 1774853643.225178}
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG18%2520HGX') HTTP/1.1" 204 0
2026-03-30 06:54:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98622de3-ff73-5139-859e-4e5532e3c5ac with identifier: ND21%20YOF
2026-03-30 06:54:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98622de3-ff73-5139-859e-4e5532e3c5ac with identifier: ND21%20YOF
2026-03-30 06:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98622de3-ff73-5139-859e-4e5532e3c5ac with identifier: ND21%20YOF to the API
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND21%20YOF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98622de3-ff73-5139-859e-4e5532e3c5ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND21 YOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND21%20YOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 75808,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE NIGHT ED.PREM.PLUS 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE NIGHT ED.PREM.PLUS 9G',
 'vin': 'W1K2130042A925665',
 'year': 2021}
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND21%2520YOF%27 HTTP/1.1" 200 None
2026-03-30 06:54:03 [bca.uk] INFO: Saving data for ND21%20YOF: {'auction_closing_time': 1775037600.0, 'created_time': 1774418792.670658, 'last_price_update_time': 1774853643.519062}
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND21%2520YOF') HTTP/1.1" 204 0
2026-03-30 06:54:03 [bca.uk] INFO: Found listing with ID: VE73%20NKG
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520NKG%27 HTTP/1.1" 200 None
2026-03-30 06:54:03 [bca.uk] INFO: Scrape type for VE73%20NKG: 2
2026-03-30 06:54:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2513c0d2-18e6-5f2e-bead-8eb185c2915d with identifier: VE73%20NKG
2026-03-30 06:54:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2513c0d2-18e6-5f2e-bead-8eb185c2915d with scrape type 2
2026-03-30 06:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2513c0d2-18e6-5f2e-bead-8eb185c2915d with scrape type 2
2026-03-30 06:54:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2513c0d2-18e6-5f2e-bead-8eb185c2915d, identifier: VE73%20NKG
2026-03-30 06:54:03 [bca.uk] INFO: Found listing with ID: BN09%20DHO
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520DHO%27 HTTP/1.1" 200 None
2026-03-30 06:54:03 [bca.uk] INFO: Scrape type for BN09%20DHO: 2
2026-03-30 06:54:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d25431a-3797-58d0-bb58-15828359c32d with identifier: BN09%20DHO
2026-03-30 06:54:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d25431a-3797-58d0-bb58-15828359c32d with scrape type 2
2026-03-30 06:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d25431a-3797-58d0-bb58-15828359c32d with scrape type 2
2026-03-30 06:54:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4d25431a-3797-58d0-bb58-15828359c32d, identifier: BN09%20DHO
2026-03-30 06:54:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 09d1339d-4912-5dbf-92c9-5463a4205cb7 with identifier: LX58%20VHC
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:54:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=space+grey HTTP/1.1" 200 None
2026-03-30 06:54:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:54: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:54:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 09d1339d-4912-5dbf-92c9-5463a4205cb7 with identifier: LX58%20VHC
2026-03-30 06:54:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 09d1339d-4912-5dbf-92c9-5463a4205cb7 with identifier: LX58%20VHC to the API
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 142,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX58%20VHC-GB',
 'category': 'Car',
 'color': 'space grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '09d1339d-4912-5dbf-92c9-5463a4205cb7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX58 VHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX58%20VHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '318I',
 'odometer': 59259,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'BMW 318I 2.0 SE Saloon',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WBAPF52010A500330',
 'year': 2008}
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX58%2520VHC%27 HTTP/1.1" 200 None
2026-03-30 06:54:04 [bca.uk] INFO: Saving data for LX58%20VHC: {'auction_closing_time': 1774864800.0, 'created_time': 1774390628.713728, 'last_price_update_time': 1774853644.192}
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX58%2520VHC') HTTP/1.1" 204 0
2026-03-30 06:54:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8210719d-154a-5e39-903a-d18fa1968adc with identifier: KT68%20XTO
2026-03-30 06:54:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8210719d-154a-5e39-903a-d18fa1968adc with identifier: KT68%20XTO
2026-03-30 06:54:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8210719d-154a-5e39-903a-d18fa1968adc with identifier: KT68%20XTO to the API
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT68%20XTO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8210719d-154a-5e39-903a-d18fa1968adc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT68 XTO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT68%20XTO&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 54617,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED. StationWagon',
 'transmission': 'manual',
 'trim': 'URBAN ED.',
 'vin': 'WDC1569422J600374',
 'year': 2019}
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT68%2520XTO%27 HTTP/1.1" 200 None
2026-03-30 06:54:04 [bca.uk] INFO: Saving data for KT68%20XTO: {'auction_closing_time': 1774951200.0, 'created_time': 1774392029.062781, 'last_price_update_time': 1774853644.491599}
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT68%2520XTO') HTTP/1.1" 204 0
2026-03-30 06:54:04 [bca.uk] INFO: Found listing with ID: ND68%20VPG
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND68%2520VPG%27 HTTP/1.1" 200 None
2026-03-30 06:54:04 [bca.uk] INFO: Scrape type for ND68%20VPG: 2
2026-03-30 06:54:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with identifier: ND68%20VPG
2026-03-30 06:54:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with scrape type 2
2026-03-30 06:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with scrape type 2
2026-03-30 06:54:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea, identifier: ND68%20VPG
2026-03-30 06:54:04 [bca.uk] INFO: Found listing with ID: OE74%20FUG
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520FUG%27 HTTP/1.1" 200 None
2026-03-30 06:54:04 [bca.uk] INFO: Scrape type for OE74%20FUG: 2
2026-03-30 06:54:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8dab67e-ab7c-5ac0-af7c-be09450ad348 with identifier: OE74%20FUG
2026-03-30 06:54:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8dab67e-ab7c-5ac0-af7c-be09450ad348 with scrape type 2
2026-03-30 06:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8dab67e-ab7c-5ac0-af7c-be09450ad348 with scrape type 2
2026-03-30 06:54:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d8dab67e-ab7c-5ac0-af7c-be09450ad348, identifier: OE74%20FUG
2026-03-30 06:54:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2513c0d2-18e6-5f2e-bead-8eb185c2915d with identifier: VE73%20NKG
2026-03-30 06:54:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2513c0d2-18e6-5f2e-bead-8eb185c2915d with identifier: VE73%20NKG
2026-03-30 06:54:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2513c0d2-18e6-5f2e-bead-8eb185c2915d with identifier: VE73%20NKG to the API
2026-03-30 06:54:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE73%20NKG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2513c0d2-18e6-5f2e-bead-8eb185c2915d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE73 NKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE73%20NKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': 'E-208',
 'odometer': 35413,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-208 100KW 50KWH ACTIVE PREMIUM+ Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH ACTIVE PREMIUM+',
 'vin': 'VR3UHZKXZPT696753',
 'year': 2023}
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520NKG%27 HTTP/1.1" 200 None
2026-03-30 06:54:05 [bca.uk] INFO: Saving data for VE73%20NKG: {'auction_closing_time': 1775037600.0, 'created_time': 1774362836.335271, 'last_price_update_time': 1774853645.042207}
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE73%2520NKG') HTTP/1.1" 204 0
2026-03-30 06:54:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4d25431a-3797-58d0-bb58-15828359c32d with identifier: BN09%20DHO
2026-03-30 06:54:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4d25431a-3797-58d0-bb58-15828359c32d with identifier: BN09%20DHO
2026-03-30 06:54:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4d25431a-3797-58d0-bb58-15828359c32d with identifier: BN09%20DHO to the API
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN09%20DHO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4d25431a-3797-58d0-bb58-15828359c32d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN09 DHO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN09%20DHO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 105978,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.6 ACENTA Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA',
 'vin': 'SJNFCAE11U2000524',
 'year': 2009}
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN09%2520DHO%27 HTTP/1.1" 200 None
2026-03-30 06:54:05 [bca.uk] INFO: Saving data for BN09%20DHO: {'auction_closing_time': 1774864800.0, 'created_time': 1774305361.88333, 'last_price_update_time': 1774853645.341439}
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN09%2520DHO') HTTP/1.1" 204 0
2026-03-30 06:54:05 [bca.uk] INFO: Found listing with ID: ML67%20TGE
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520TGE%27 HTTP/1.1" 200 None
2026-03-30 06:54:05 [bca.uk] INFO: Scrape type for ML67%20TGE: 2
2026-03-30 06:54:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77f4c930-1e3a-5d84-a78d-826a8b3a305f with identifier: ML67%20TGE
2026-03-30 06:54:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77f4c930-1e3a-5d84-a78d-826a8b3a305f with scrape type 2
2026-03-30 06:54:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77f4c930-1e3a-5d84-a78d-826a8b3a305f with scrape type 2
2026-03-30 06:54:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 77f4c930-1e3a-5d84-a78d-826a8b3a305f, identifier: ML67%20TGE
2026-03-30 06:54:05 [bca.uk] INFO: Found listing with ID: LX17%20VND
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520VND%27 HTTP/1.1" 200 None
2026-03-30 06:54:05 [bca.uk] INFO: Scrape type for LX17%20VND: 2
2026-03-30 06:54:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with identifier: LX17%20VND
2026-03-30 06:54:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with scrape type 2
2026-03-30 06:54:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with scrape type 2
2026-03-30 06:54:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61, identifier: LX17%20VND
2026-03-30 06:54:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with identifier: ND68%20VPG
2026-03-30 06:54:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with identifier: ND68%20VPG
2026-03-30 06:54:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea with identifier: ND68%20VPG to the API
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND68%20VPG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bc0ff0d4-c4e0-5a04-8c94-442f8dac9cea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND68 VPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND68%20VPG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 52319,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 SPORT EXECUTIVE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'WDC1569432J580882',
 'year': 2018}
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND68%2520VPG%27 HTTP/1.1" 200 None
2026-03-30 06:54:05 [bca.uk] INFO: Saving data for ND68%20VPG: {'auction_closing_time': 1775124000.0, 'created_time': 1774392020.835387, 'last_price_update_time': 1774853645.894289}
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND68%2520VPG') HTTP/1.1" 204 0
2026-03-30 06:54:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d8dab67e-ab7c-5ac0-af7c-be09450ad348 with identifier: OE74%20FUG
2026-03-30 06:54:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d8dab67e-ab7c-5ac0-af7c-be09450ad348 with identifier: OE74%20FUG
2026-03-30 06:54:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d8dab67e-ab7c-5ac0-af7c-be09450ad348 with identifier: OE74%20FUG to the API
2026-03-30 06:54:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE74%20FUG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd8dab67e-ab7c-5ac0-af7c-be09450ad348',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE74 FUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE74%20FUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 7743,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 125 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 TITANIUM',
 'vin': 'WF02XXERK2RG61262',
 'year': 2024}
2026-03-30 06:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE74%2520FUG%27 HTTP/1.1" 200 None
2026-03-30 06:54:06 [bca.uk] INFO: Saving data for OE74%20FUG: {'auction_closing_time': 1775037600.0, 'created_time': 1774418811.488229, 'last_price_update_time': 1774853646.263076}
2026-03-30 06:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE74%2520FUG') HTTP/1.1" 204 0
2026-03-30 06:54:06 [bca.uk] INFO: Found listing with ID: FY26%20VDK
2026-03-30 06:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY26%2520VDK%27 HTTP/1.1" 200 None
2026-03-30 06:54:06 [bca.uk] INFO: Scrape type for FY26%20VDK: 2
2026-03-30 06:54:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c397e46-9b41-54e6-9807-77eccef5602c with identifier: FY26%20VDK
2026-03-30 06:54:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c397e46-9b41-54e6-9807-77eccef5602c with scrape type 2
2026-03-30 06:54:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c397e46-9b41-54e6-9807-77eccef5602c with scrape type 2
2026-03-30 06:54:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c397e46-9b41-54e6-9807-77eccef5602c, identifier: FY26%20VDK
2026-03-30 06:54:06 [bca.uk] INFO: Found listing with ID: YH64%20CGX
2026-03-30 06:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH64%2520CGX%27 HTTP/1.1" 200 None
2026-03-30 06:54:06 [bca.uk] INFO: Scrape type for YH64%20CGX: 2
2026-03-30 06:54:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19138283-9508-5d3e-b84d-2307628f652a with identifier: YH64%20CGX
2026-03-30 06:54:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19138283-9508-5d3e-b84d-2307628f652a with scrape type 2
2026-03-30 06:54:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19138283-9508-5d3e-b84d-2307628f652a with scrape type 2
2026-03-30 06:54:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 19138283-9508-5d3e-b84d-2307628f652a, identifier: YH64%20CGX
2026-03-30 06:54:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 77f4c930-1e3a-5d84-a78d-826a8b3a305f with identifier: ML67%20TGE
2026-03-30 06:54:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 77f4c930-1e3a-5d84-a78d-826a8b3a305f with identifier: ML67%20TGE
2026-03-30 06:54:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 77f4c930-1e3a-5d84-a78d-826a8b3a305f with identifier: ML67%20TGE to the API
2026-03-30 06:54:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML67%20TGE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '77f4c930-1e3a-5d84-a78d-826a8b3a305f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML67 TGE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML67%20TGE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 56101,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TSI 180 BMT 4M R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 180 BMT 4M R LINE DSG',
 'vin': 'WVGZZZ5NZJW335963',
 'year': 2017}
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML67%2520TGE%27 HTTP/1.1" 200 None
2026-03-30 06:54:07 [bca.uk] INFO: Saving data for ML67%20TGE: {'auction_closing_time': 1774864800.0, 'created_time': 1774390620.620051, 'last_price_update_time': 1774853647.016851}
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML67%2520TGE') HTTP/1.1" 204 0
2026-03-30 06:54:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with identifier: LX17%20VND
2026-03-30 06:54:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with identifier: LX17%20VND
2026-03-30 06:54:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e4b6ffa-6bcd-5414-9f50-c810fc91ae61 with identifier: LX17%20VND to the API
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX17%20VND-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3e4b6ffa-6bcd-5414-9f50-c810fc91ae61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX17 VND',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX17%20VND&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 84556,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 AMG LINE PREMIUM DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'WDC1569432J365499',
 'year': 2017}
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520VND%27 HTTP/1.1" 200 None
2026-03-30 06:54:07 [bca.uk] INFO: Saving data for LX17%20VND: {'auction_closing_time': 1774951200.0, 'created_time': 1774392023.441188, 'last_price_update_time': 1774853647.4103}
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX17%2520VND') HTTP/1.1" 204 0
2026-03-30 06:54:07 [bca.uk] INFO: Found listing with ID: OE68%20KBN
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520KBN%27 HTTP/1.1" 200 None
2026-03-30 06:54:07 [bca.uk] INFO: Scrape type for OE68%20KBN: 2
2026-03-30 06:54:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63af5aca-5cae-5fd7-993f-fc441d21af8e with identifier: OE68%20KBN
2026-03-30 06:54:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63af5aca-5cae-5fd7-993f-fc441d21af8e with scrape type 2
2026-03-30 06:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63af5aca-5cae-5fd7-993f-fc441d21af8e with scrape type 2
2026-03-30 06:54:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 63af5aca-5cae-5fd7-993f-fc441d21af8e, identifier: OE68%20KBN
2026-03-30 06:54:07 [bca.uk] INFO: Found listing with ID: OY69%20OMO
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520OMO%27 HTTP/1.1" 200 None
2026-03-30 06:54:07 [bca.uk] INFO: Scrape type for OY69%20OMO: 2
2026-03-30 06:54:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with identifier: OY69%20OMO
2026-03-30 06:54:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with scrape type 2
2026-03-30 06:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with scrape type 2
2026-03-30 06:54:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3afb6dcf-7077-56dd-aef7-db7255fcdb0a, identifier: OY69%20OMO
2026-03-30 06:54:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c397e46-9b41-54e6-9807-77eccef5602c with identifier: FY26%20VDK
2026-03-30 06:54:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c397e46-9b41-54e6-9807-77eccef5602c with identifier: FY26%20VDK
2026-03-30 06:54:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c397e46-9b41-54e6-9807-77eccef5602c with identifier: FY26%20VDK to the API
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY26%20VDK-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7c397e46-9b41-54e6-9807-77eccef5602c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FY26 VDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY26%20VDK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 11,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2026-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 2.5 FHEV 2WD ST-LINE X StationWagon',
 'transmission': 'automatic',
 'trim': 'FHEV 2WD ST-LINE X',
 'vin': 'WF0FXXWPMHRY70260',
 'year': 2026}
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY26%2520VDK%27 HTTP/1.1" 200 None
2026-03-30 06:54:07 [bca.uk] INFO: Saving data for FY26%20VDK: {'auction_closing_time': 1774864800.0, 'created_time': 1774391961.489281, 'last_price_update_time': 1774853647.955319}
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY26%2520VDK') HTTP/1.1" 204 0
2026-03-30 06:54:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 19138283-9508-5d3e-b84d-2307628f652a with identifier: YH64%20CGX
2026-03-30 06:54:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=callisto+grey HTTP/1.1" 200 None
2026-03-30 06:54:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:54: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:54:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 19138283-9508-5d3e-b84d-2307628f652a with identifier: YH64%20CGX
2026-03-30 06:54:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 19138283-9508-5d3e-b84d-2307628f652a with identifier: YH64%20CGX to the API
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH64%20CGX-GB',
 'category': 'Car',
 'color': 'callisto grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '19138283-9508-5d3e-b84d-2307628f652a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH64 CGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH64%20CGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': '520D',
 'odometer': 55698,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 LUXURY TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'LUXURY TOURING STEP',
 'vin': 'WBA5J32010D717823',
 'year': 2014}
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH64%2520CGX%27 HTTP/1.1" 200 None
2026-03-30 06:54:08 [bca.uk] INFO: Saving data for YH64%20CGX: {'auction_closing_time': 1774864800.0, 'created_time': 1774305368.873878, 'last_price_update_time': 1774853648.373728}
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH64%2520CGX') HTTP/1.1" 204 0
2026-03-30 06:54:08 [bca.uk] INFO: Found listing with ID: LC14%20OPL
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC14%2520OPL%27 HTTP/1.1" 200 None
2026-03-30 06:54:08 [bca.uk] INFO: Scrape type for LC14%20OPL: 2
2026-03-30 06:54:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with identifier: LC14%20OPL
2026-03-30 06:54:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with scrape type 2
2026-03-30 06:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with scrape type 2
2026-03-30 06:54:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82d4d94c-57bf-5ed5-b050-3bd89a8301e2, identifier: LC14%20OPL
2026-03-30 06:54:08 [bca.uk] INFO: Found listing with ID: NJ18%20PNY
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520PNY%27 HTTP/1.1" 200 None
2026-03-30 06:54:08 [bca.uk] INFO: Scrape type for NJ18%20PNY: 2
2026-03-30 06:54:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91fddb92-fd29-5564-ae3c-ca103e8c3afe with identifier: NJ18%20PNY
2026-03-30 06:54:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91fddb92-fd29-5564-ae3c-ca103e8c3afe with scrape type 2
2026-03-30 06:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91fddb92-fd29-5564-ae3c-ca103e8c3afe with scrape type 2
2026-03-30 06:54:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91fddb92-fd29-5564-ae3c-ca103e8c3afe, identifier: NJ18%20PNY
2026-03-30 06:54:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 63af5aca-5cae-5fd7-993f-fc441d21af8e with identifier: OE68%20KBN
2026-03-30 06:54:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 63af5aca-5cae-5fd7-993f-fc441d21af8e with identifier: OE68%20KBN
2026-03-30 06:54:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 63af5aca-5cae-5fd7-993f-fc441d21af8e with identifier: OE68%20KBN to the API
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 172,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE68%20KBN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '63af5aca-5cae-5fd7-993f-fc441d21af8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE68 KBN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE68%20KBN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250',
 'odometer': 93302,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 2.0 AMG LINE PREMIUM PLUS 4M 9G StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 4M 9G',
 'vin': 'WDC2539462F576887',
 'year': 2019}
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE68%2520KBN%27 HTTP/1.1" 200 None
2026-03-30 06:54:08 [bca.uk] INFO: Saving data for OE68%20KBN: {'auction_closing_time': 1775124000.0, 'created_time': 1774392014.771559, 'last_price_update_time': 1774853648.912986}
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE68%2520KBN') HTTP/1.1" 204 0
2026-03-30 06:54:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with identifier: OY69%20OMO
2026-03-30 06:54:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with identifier: OY69%20OMO
2026-03-30 06:54:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3afb6dcf-7077-56dd-aef7-db7255fcdb0a with identifier: OY69%20OMO to the API
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY69%20OMO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3afb6dcf-7077-56dd-aef7-db7255fcdb0a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY69 OMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY69%20OMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 83666,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SPORT EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'WDD1770032J139728',
 'year': 2019}
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY69%2520OMO%27 HTTP/1.1" 200 None
2026-03-30 06:54:09 [bca.uk] INFO: Saving data for OY69%20OMO: {'auction_closing_time': 1775037600.0, 'created_time': 1774361470.893859, 'last_price_update_time': 1774853649.207582}
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY69%2520OMO') HTTP/1.1" 204 0
2026-03-30 06:54:09 [bca.uk] INFO: Found listing with ID: EJ08%20CHN
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ08%2520CHN%27 HTTP/1.1" 200 None
2026-03-30 06:54:09 [bca.uk] INFO: Scrape type for EJ08%20CHN: 2
2026-03-30 06:54:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a182da4-4490-59f2-8caa-ffd6924d5782 with identifier: EJ08%20CHN
2026-03-30 06:54:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a182da4-4490-59f2-8caa-ffd6924d5782 with scrape type 2
2026-03-30 06:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a182da4-4490-59f2-8caa-ffd6924d5782 with scrape type 2
2026-03-30 06:54:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a182da4-4490-59f2-8caa-ffd6924d5782, identifier: EJ08%20CHN
2026-03-30 06:54:09 [bca.uk] INFO: Found listing with ID: NG59%20FUE
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG59%2520FUE%27 HTTP/1.1" 200 None
2026-03-30 06:54:09 [bca.uk] INFO: Scrape type for NG59%20FUE: 2
2026-03-30 06:54:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88d68243-e69b-59b6-a9eb-8a9ad939abf9 with identifier: NG59%20FUE
2026-03-30 06:54:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88d68243-e69b-59b6-a9eb-8a9ad939abf9 with scrape type 2
2026-03-30 06:54:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88d68243-e69b-59b6-a9eb-8a9ad939abf9 with scrape type 2
2026-03-30 06:54:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88d68243-e69b-59b6-a9eb-8a9ad939abf9, identifier: NG59%20FUE
2026-03-30 06:54:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with identifier: LC14%20OPL
2026-03-30 06:54:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with identifier: LC14%20OPL
2026-03-30 06:54:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82d4d94c-57bf-5ed5-b050-3bd89a8301e2 with identifier: LC14%20OPL to the API
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LC14%20OPL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82d4d94c-57bf-5ed5-b050-3bd89a8301e2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LC14 OPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LC14%20OPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 45303,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.2 E-THP 130 FELINE Hatchback',
 'transmission': 'manual',
 'trim': 'E-THP 130 FELINE',
 'vin': 'VF3LPHNYHES037945',
 'year': 2014}
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC14%2520OPL%27 HTTP/1.1" 200 None
2026-03-30 06:54:09 [bca.uk] INFO: Saving data for LC14%20OPL: {'auction_closing_time': 1774864800.0, 'created_time': 1774390620.231448, 'last_price_update_time': 1774853649.731518}
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LC14%2520OPL') HTTP/1.1" 204 0
2026-03-30 06:54:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91fddb92-fd29-5564-ae3c-ca103e8c3afe with identifier: NJ18%20PNY
2026-03-30 06:54:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91fddb92-fd29-5564-ae3c-ca103e8c3afe with identifier: NJ18%20PNY
2026-03-30 06:54:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91fddb92-fd29-5564-ae3c-ca103e8c3afe with identifier: NJ18%20PNY to the API
2026-03-30 06:54:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NJ18%20PNY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '91fddb92-fd29-5564-ae3c-ca103e8c3afe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NJ18 PNY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NJ18%20PNY&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 89263,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 2.0 TDI 150 QUATTRO EDITION 1 S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI 150 QUATTRO EDITION 1 S-T',
 'vin': 'WAUZZZGA3HA057747',
 'year': 2018}
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ18%2520PNY%27 HTTP/1.1" 200 None
2026-03-30 06:54:10 [bca.uk] INFO: Saving data for NJ18%20PNY: {'auction_closing_time': 1774951200.0, 'created_time': 1774392024.696982, 'last_price_update_time': 1774853650.02616}
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ18%2520PNY') HTTP/1.1" 204 0
2026-03-30 06:54:10 [bca.uk] INFO: Found listing with ID: RX21%20HYT
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX21%2520HYT%27 HTTP/1.1" 200 None
2026-03-30 06:54:10 [bca.uk] INFO: Scrape type for RX21%20HYT: 2
2026-03-30 06:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55f9a50c-6aed-5820-a277-aaaceffe8d41 with identifier: RX21%20HYT
2026-03-30 06:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55f9a50c-6aed-5820-a277-aaaceffe8d41 with scrape type 2
2026-03-30 06:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55f9a50c-6aed-5820-a277-aaaceffe8d41 with scrape type 2
2026-03-30 06:54:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55f9a50c-6aed-5820-a277-aaaceffe8d41, identifier: RX21%20HYT
2026-03-30 06:54:10 [bca.uk] INFO: Found listing with ID: PE14%20YWH
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE14%2520YWH%27 HTTP/1.1" 200 None
2026-03-30 06:54:10 [bca.uk] INFO: Scrape type for PE14%20YWH: 2
2026-03-30 06:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78bf134b-deac-55c1-9afe-c1435c79d5e5 with identifier: PE14%20YWH
2026-03-30 06:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78bf134b-deac-55c1-9afe-c1435c79d5e5 with scrape type 2
2026-03-30 06:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78bf134b-deac-55c1-9afe-c1435c79d5e5 with scrape type 2
2026-03-30 06:54:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78bf134b-deac-55c1-9afe-c1435c79d5e5, identifier: PE14%20YWH
2026-03-30 06:54:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a182da4-4490-59f2-8caa-ffd6924d5782 with identifier: EJ08%20CHN
2026-03-30 06:54:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a182da4-4490-59f2-8caa-ffd6924d5782 with identifier: EJ08%20CHN
2026-03-30 06:54:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a182da4-4490-59f2-8caa-ffd6924d5782 with identifier: EJ08%20CHN to the API
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ08%20CHN-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a182da4-4490-59f2-8caa-ffd6924d5782',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ08 CHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ08%20CHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MINI',
 'model': 'ONE',
 'odometer': 67870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'MINI ONE 1.6  Convertible',
 'transmission': 'manual',
 'trim': '',
 'vin': 'WMWRD32020TL03500',
 'year': 2008}
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ08%2520CHN%27 HTTP/1.1" 200 None
2026-03-30 06:54:10 [bca.uk] INFO: Saving data for EJ08%20CHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774362771.678845, 'last_price_update_time': 1774853650.537487}
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ08%2520CHN') HTTP/1.1" 204 0
2026-03-30 06:54:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88d68243-e69b-59b6-a9eb-8a9ad939abf9 with identifier: NG59%20FUE
2026-03-30 06:54:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88d68243-e69b-59b6-a9eb-8a9ad939abf9 with identifier: NG59%20FUE
2026-03-30 06:54:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88d68243-e69b-59b6-a9eb-8a9ad939abf9 with identifier: NG59%20FUE to the API
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG59%20FUE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '88d68243-e69b-59b6-a9eb-8a9ad939abf9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG59 FUE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG59%20FUE&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'CITROEN',
 'model': 'C1',
 'odometer': 80406,
 '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': 'VF7PMCFAC89414571',
 'year': 2010}
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG59%2520FUE%27 HTTP/1.1" 200 None
2026-03-30 06:54:10 [bca.uk] INFO: Saving data for NG59%20FUE: {'auction_closing_time': 1774864800.0, 'created_time': 1774045125.183765, 'last_price_update_time': 1774853650.853545}
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG59%2520FUE') HTTP/1.1" 204 0
2026-03-30 06:54:10 [bca.uk] INFO: Found listing with ID: PK12%20LDY
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520LDY%27 HTTP/1.1" 200 None
2026-03-30 06:54:10 [bca.uk] INFO: Scrape type for PK12%20LDY: 2
2026-03-30 06:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with identifier: PK12%20LDY
2026-03-30 06:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with scrape type 2
2026-03-30 06:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with scrape type 2
2026-03-30 06:54:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb, identifier: PK12%20LDY
2026-03-30 06:54:10 [bca.uk] INFO: Found listing with ID: SA66%20XTT
2026-03-30 06:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520XTT%27 HTTP/1.1" 200 None
2026-03-30 06:54:11 [bca.uk] INFO: Scrape type for SA66%20XTT: 2
2026-03-30 06:54:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with identifier: SA66%20XTT
2026-03-30 06:54:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with scrape type 2
2026-03-30 06:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with scrape type 2
2026-03-30 06:54:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a35cd97-0239-54a0-9fe8-cc97229e07d5, identifier: SA66%20XTT
2026-03-30 06:54:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55f9a50c-6aed-5820-a277-aaaceffe8d41 with identifier: RX21%20HYT
2026-03-30 06:54:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55f9a50c-6aed-5820-a277-aaaceffe8d41 with identifier: RX21%20HYT
2026-03-30 06:54:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55f9a50c-6aed-5820-a277-aaaceffe8d41 with identifier: RX21%20HYT to the API
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX21%20HYT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '55f9a50c-6aed-5820-a277-aaaceffe8d41',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RX21 HYT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX21%20HYT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'MUSTANG MACH-E',
 'odometer': 70985,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD MUSTANG MACH-E 258KW 88KWH AWD EXTENDED RANGE Hatchback',
 'transmission': 'automatic',
 'trim': '258KW 88KWH AWD EXTENDED RANGE',
 'vin': 'WF0TR3SU0MMA18923',
 'year': 2021}
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX21%2520HYT%27 HTTP/1.1" 200 None
2026-03-30 06:54:11 [bca.uk] INFO: Saving data for RX21%20HYT: {'auction_closing_time': 1775124000.0, 'created_time': 1774392006.078134, 'last_price_update_time': 1774853651.573088}
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX21%2520HYT') HTTP/1.1" 204 0
2026-03-30 06:54:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78bf134b-deac-55c1-9afe-c1435c79d5e5 with identifier: PE14%20YWH
2026-03-30 06:54:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78bf134b-deac-55c1-9afe-c1435c79d5e5 with identifier: PE14%20YWH
2026-03-30 06:54:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78bf134b-deac-55c1-9afe-c1435c79d5e5 with identifier: PE14%20YWH to the API
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PE14%20YWH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78bf134b-deac-55c1-9afe-c1435c79d5e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PE14 YWH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PE14%20YWH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 64206,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 VTI ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACTIVE',
 'vin': 'VF3CAHMZ0DT127342',
 'year': 2014}
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PE14%2520YWH%27 HTTP/1.1" 200 None
2026-03-30 06:54:11 [bca.uk] INFO: Saving data for PE14%20YWH: {'auction_closing_time': 1775037600.0, 'created_time': 1774361473.047697, 'last_price_update_time': 1774853651.85316}
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PE14%2520YWH') HTTP/1.1" 204 0
2026-03-30 06:54:11 [bca.uk] INFO: Found listing with ID: PO19%20ZRL
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520ZRL%27 HTTP/1.1" 200 None
2026-03-30 06:54:11 [bca.uk] INFO: Scrape type for PO19%20ZRL: 2
2026-03-30 06:54:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6feb368-20ac-5f1f-9628-48f8508a54f2 with identifier: PO19%20ZRL
2026-03-30 06:54:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6feb368-20ac-5f1f-9628-48f8508a54f2 with scrape type 2
2026-03-30 06:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6feb368-20ac-5f1f-9628-48f8508a54f2 with scrape type 2
2026-03-30 06:54:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6feb368-20ac-5f1f-9628-48f8508a54f2, identifier: PO19%20ZRL
2026-03-30 06:54:12 [bca.uk] INFO: Found listing with ID: BK20%20LEU
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK20%2520LEU%27 HTTP/1.1" 200 None
2026-03-30 06:54:12 [bca.uk] INFO: Scrape type for BK20%20LEU: 2
2026-03-30 06:54:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58847df3-7379-5ad7-afca-23a09e0e4467 with identifier: BK20%20LEU
2026-03-30 06:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58847df3-7379-5ad7-afca-23a09e0e4467 with scrape type 2
2026-03-30 06:54:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58847df3-7379-5ad7-afca-23a09e0e4467 with scrape type 2
2026-03-30 06:54:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 58847df3-7379-5ad7-afca-23a09e0e4467, identifier: BK20%20LEU
2026-03-30 06:54:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with identifier: PK12%20LDY
2026-03-30 06:54:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with identifier: PK12%20LDY
2026-03-30 06:54:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb with identifier: PK12%20LDY to the API
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK12%20LDY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c67f27ca-bf4f-53ef-95c1-8a2dac4b2dbb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK12 LDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK12%20LDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 60818,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.4 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'MATCH',
 'vin': 'WVWZZZ6RZCU057421',
 'year': 2012}
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK12%2520LDY%27 HTTP/1.1" 200 None
2026-03-30 06:54:12 [bca.uk] INFO: Saving data for PK12%20LDY: {'auction_closing_time': 1774864800.0, 'created_time': 1774390619.384137, 'last_price_update_time': 1774853652.3896}
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK12%2520LDY') HTTP/1.1" 204 0
2026-03-30 06:54:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with identifier: SA66%20XTT
2026-03-30 06:54:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with identifier: SA66%20XTT
2026-03-30 06:54:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a35cd97-0239-54a0-9fe8-cc97229e07d5 with identifier: SA66%20XTT to the API
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA66%20XTT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8a35cd97-0239-54a0-9fe8-cc97229e07d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA66 XTT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA66%20XTT&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 78845,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.6 TDI 110 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 110 SPORT',
 'vin': 'WAUZZZ8V0HA023427',
 'year': 2016}
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA66%2520XTT%27 HTTP/1.1" 200 None
2026-03-30 06:54:12 [bca.uk] INFO: Saving data for SA66%20XTT: {'auction_closing_time': 1774951200.0, 'created_time': 1774392113.981194, 'last_price_update_time': 1774853652.78535}
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA66%2520XTT') HTTP/1.1" 204 0
2026-03-30 06:54:12 [bca.uk] INFO: Found listing with ID: WA69%20VKC
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA69%2520VKC%27 HTTP/1.1" 200 None
2026-03-30 06:54:12 [bca.uk] INFO: Scrape type for WA69%20VKC: 2
2026-03-30 06:54:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7751b346-7ee2-55b0-88da-005dde847d1a with identifier: WA69%20VKC
2026-03-30 06:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7751b346-7ee2-55b0-88da-005dde847d1a with scrape type 2
2026-03-30 06:54:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7751b346-7ee2-55b0-88da-005dde847d1a with scrape type 2
2026-03-30 06:54:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7751b346-7ee2-55b0-88da-005dde847d1a, identifier: WA69%20VKC
2026-03-30 06:54:12 [bca.uk] INFO: Found listing with ID: PF66%20EAM
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF66%2520EAM%27 HTTP/1.1" 200 None
2026-03-30 06:54:12 [bca.uk] INFO: Scrape type for PF66%20EAM: 2
2026-03-30 06:54:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with identifier: PF66%20EAM
2026-03-30 06:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with scrape type 2
2026-03-30 06:54:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with scrape type 2
2026-03-30 06:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ab11fb0-90f8-5a7a-9c36-f81414a54406, identifier: PF66%20EAM
2026-03-30 06:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6feb368-20ac-5f1f-9628-48f8508a54f2 with identifier: PO19%20ZRL
2026-03-30 06:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6feb368-20ac-5f1f-9628-48f8508a54f2 with identifier: PO19%20ZRL
2026-03-30 06:54:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6feb368-20ac-5f1f-9628-48f8508a54f2 with identifier: PO19%20ZRL to the API
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 230,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PO19%20ZRL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6feb368-20ac-5f1f-9628-48f8508a54f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PO19 ZRL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PO19%20ZRL&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'X350 D',
 'odometer': 45504,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ X350 D 3.0 V6 4MATIC POWER 7G+ CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'V6 4MATIC POWER 7G+',
 'vin': 'WDF4702522G030720',
 'year': 2019}
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PO19%2520ZRL%27 HTTP/1.1" 200 None
2026-03-30 06:54:13 [bca.uk] INFO: Saving data for PO19%20ZRL: {'auction_closing_time': 1774951200.0, 'created_time': 1774362778.926944, 'last_price_update_time': 1774853653.324987}
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PO19%2520ZRL') HTTP/1.1" 204 0
2026-03-30 06:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 58847df3-7379-5ad7-afca-23a09e0e4467 with identifier: BK20%20LEU
2026-03-30 06:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 58847df3-7379-5ad7-afca-23a09e0e4467 with identifier: BK20%20LEU
2026-03-30 06:54:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 58847df3-7379-5ad7-afca-23a09e0e4467 with identifier: BK20%20LEU to the API
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=114&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK20%20LEU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '58847df3-7379-5ad7-afca-23a09e0e4467',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BK20 LEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK20%20LEU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 57545,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 T 130 ELITE S/S Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ELITE S/S',
 'vin': 'W0V7H9EB9L4162458',
 'year': 2020}
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK20%2520LEU%27 HTTP/1.1" 200 None
2026-03-30 06:54:13 [bca.uk] INFO: Saving data for BK20%20LEU: {'auction_closing_time': 1775037600.0, 'created_time': 1774390489.148309, 'last_price_update_time': 1774853653.614243}
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK20%2520LEU') HTTP/1.1" 204 0
2026-03-30 06:54:13 [bca.uk] INFO: Found listing with ID: VU65%20ZVJ
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:13 [bca.uk] INFO: Scrape type for VU65%20ZVJ: 2
2026-03-30 06:54:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a71547a2-fee6-59be-92fd-b502dbcdc5cb with identifier: VU65%20ZVJ
2026-03-30 06:54:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71547a2-fee6-59be-92fd-b502dbcdc5cb with scrape type 2
2026-03-30 06:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a71547a2-fee6-59be-92fd-b502dbcdc5cb with scrape type 2
2026-03-30 06:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a71547a2-fee6-59be-92fd-b502dbcdc5cb, identifier: VU65%20ZVJ
2026-03-30 06:54:13 [bca.uk] INFO: Found listing with ID: LN67%20KPL
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN67%2520KPL%27 HTTP/1.1" 200 None
2026-03-30 06:54:13 [bca.uk] INFO: Scrape type for LN67%20KPL: 2
2026-03-30 06:54:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c55737be-c9e4-5d80-9b6c-542fae52e6fe with identifier: LN67%20KPL
2026-03-30 06:54:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c55737be-c9e4-5d80-9b6c-542fae52e6fe with scrape type 2
2026-03-30 06:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c55737be-c9e4-5d80-9b6c-542fae52e6fe with scrape type 2
2026-03-30 06:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c55737be-c9e4-5d80-9b6c-542fae52e6fe, identifier: LN67%20KPL
2026-03-30 06:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7751b346-7ee2-55b0-88da-005dde847d1a with identifier: WA69%20VKC
2026-03-30 06:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7751b346-7ee2-55b0-88da-005dde847d1a with identifier: WA69%20VKC
2026-03-30 06:54:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7751b346-7ee2-55b0-88da-005dde847d1a with identifier: WA69%20VKC to the API
2026-03-30 06:54:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA69%20VKC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7751b346-7ee2-55b0-88da-005dde847d1a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WA69 VKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA69%20VKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 39194,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'W1N1569422J691188',
 'year': 2019}
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA69%2520VKC%27 HTTP/1.1" 200 None
2026-03-30 06:54:14 [bca.uk] INFO: Saving data for WA69%20VKC: {'auction_closing_time': 1775124000.0, 'created_time': 1774392005.087356, 'last_price_update_time': 1774853654.157047}
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA69%2520VKC') HTTP/1.1" 204 0
2026-03-30 06:54:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with identifier: PF66%20EAM
2026-03-30 06:54:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with identifier: PF66%20EAM
2026-03-30 06:54:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ab11fb0-90f8-5a7a-9c36-f81414a54406 with identifier: PF66%20EAM to the API
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF66%20EAM-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ab11fb0-90f8-5a7a-9c36-f81414a54406',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF66 EAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF66%20EAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'C4 CACTUS',
 'odometer': 59437,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'CITROEN C4 CACTUS 1.2 P/T 75 TOUCH Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 75 TOUCH',
 'vin': 'VF70PHMUBFE572662',
 'year': 2016}
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF66%2520EAM%27 HTTP/1.1" 200 None
2026-03-30 06:54:14 [bca.uk] INFO: Saving data for PF66%20EAM: {'auction_closing_time': 1775037600.0, 'created_time': 1774361458.074627, 'last_price_update_time': 1774853654.480254}
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF66%2520EAM') HTTP/1.1" 204 0
2026-03-30 06:54:14 [bca.uk] INFO: Found listing with ID: KS15%20GCO
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS15%2520GCO%27 HTTP/1.1" 200 None
2026-03-30 06:54:14 [bca.uk] INFO: Scrape type for KS15%20GCO: 2
2026-03-30 06:54:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a776c6d-60e2-5f88-b212-39312eafd361 with identifier: KS15%20GCO
2026-03-30 06:54:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a776c6d-60e2-5f88-b212-39312eafd361 with scrape type 2
2026-03-30 06:54:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a776c6d-60e2-5f88-b212-39312eafd361 with scrape type 2
2026-03-30 06:54:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a776c6d-60e2-5f88-b212-39312eafd361, identifier: KS15%20GCO
2026-03-30 06:54:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a71547a2-fee6-59be-92fd-b502dbcdc5cb with identifier: VU65%20ZVJ
2026-03-30 06:54:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a71547a2-fee6-59be-92fd-b502dbcdc5cb with identifier: VU65%20ZVJ
2026-03-30 06:54:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a71547a2-fee6-59be-92fd-b502dbcdc5cb with identifier: VU65%20ZVJ to the API
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU65%20ZVJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a71547a2-fee6-59be-92fd-b502dbcdc5cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU65 ZVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU65%20ZVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 143224,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 MATCH',
 'vin': 'WVWZZZAUZGW038431',
 'year': 2015}
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520ZVJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:14 [bca.uk] INFO: Saving data for VU65%20ZVJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390649.870726, 'last_price_update_time': 1774853654.893764}
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU65%2520ZVJ') HTTP/1.1" 204 0
2026-03-30 06:54:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c55737be-c9e4-5d80-9b6c-542fae52e6fe with identifier: LN67%20KPL
2026-03-30 06:54:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c55737be-c9e4-5d80-9b6c-542fae52e6fe with identifier: LN67%20KPL
2026-03-30 06:54:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c55737be-c9e4-5d80-9b6c-542fae52e6fe with identifier: LN67%20KPL to the API
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN67%20KPL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c55737be-c9e4-5d80-9b6c-542fae52e6fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN67 KPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN67%20KPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'AUDI',
 'model': 'A7 SPORTBACK',
 'odometer': 171463,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI A7 SPORTBACK 3.0 TDI ULTRA 218 SE EXECUTIVE S-T Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI ULTRA 218 SE EXECUTIVE S-T',
 'vin': 'WAUZZZ4G5JN023929',
 'year': 2017}
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN67%2520KPL%27 HTTP/1.1" 200 None
2026-03-30 06:54:15 [bca.uk] INFO: Saving data for LN67%20KPL: {'auction_closing_time': 1774951200.0, 'created_time': 1774392114.494283, 'last_price_update_time': 1774853655.18204}
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN67%2520KPL') HTTP/1.1" 204 0
2026-03-30 06:54:15 [bca.uk] INFO: Found listing with ID: WG17%20MFZ
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520MFZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:15 [bca.uk] INFO: Scrape type for WG17%20MFZ: 2
2026-03-30 06:54:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with identifier: WG17%20MFZ
2026-03-30 06:54:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with scrape type 2
2026-03-30 06:54:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with scrape type 2
2026-03-30 06:54:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0ee6c73-c7c5-5486-89d3-c5946cec3fa4, identifier: WG17%20MFZ
2026-03-30 06:54:15 [bca.uk] INFO: Found listing with ID: PN67%20XGM
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520XGM%27 HTTP/1.1" 200 None
2026-03-30 06:54:15 [bca.uk] INFO: Scrape type for PN67%20XGM: 2
2026-03-30 06:54:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4270809c-0005-5010-b286-a1b52f35de3c with identifier: PN67%20XGM
2026-03-30 06:54:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4270809c-0005-5010-b286-a1b52f35de3c with scrape type 2
2026-03-30 06:54:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4270809c-0005-5010-b286-a1b52f35de3c with scrape type 2
2026-03-30 06:54:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4270809c-0005-5010-b286-a1b52f35de3c, identifier: PN67%20XGM
2026-03-30 06:54:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a776c6d-60e2-5f88-b212-39312eafd361 with identifier: KS15%20GCO
2026-03-30 06:54:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a776c6d-60e2-5f88-b212-39312eafd361 with identifier: KS15%20GCO
2026-03-30 06:54:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a776c6d-60e2-5f88-b212-39312eafd361 with identifier: KS15%20GCO to the API
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS15%20GCO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a776c6d-60e2-5f88-b212-39312eafd361',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS15 GCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS15%20GCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 34415,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.2 P/T 130 ALLURE EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 ALLURE EAT6',
 'vin': 'VF3LPHNYWFS130423',
 'year': 2015}
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS15%2520GCO%27 HTTP/1.1" 200 None
2026-03-30 06:54:15 [bca.uk] INFO: Saving data for KS15%20GCO: {'auction_closing_time': 1774951200.0, 'created_time': 1774362748.691489, 'last_price_update_time': 1774853655.71068}
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS15%2520GCO') HTTP/1.1" 204 0
2026-03-30 06:54:15 [bca.uk] INFO: Found listing with ID: VK18%20EKZ
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520EKZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:15 [bca.uk] INFO: Scrape type for VK18%20EKZ: 2
2026-03-30 06:54:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bac06bf-0913-529e-8a4a-085709623053 with identifier: VK18%20EKZ
2026-03-30 06:54:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bac06bf-0913-529e-8a4a-085709623053 with scrape type 2
2026-03-30 06:54:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bac06bf-0913-529e-8a4a-085709623053 with scrape type 2
2026-03-30 06:54:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bac06bf-0913-529e-8a4a-085709623053, identifier: VK18%20EKZ
2026-03-30 06:54:15 [bca.uk] INFO: Found listing with ID: DP70%20XYZ
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP70%2520XYZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:15 [bca.uk] INFO: Scrape type for DP70%20XYZ: 2
2026-03-30 06:54:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88beae7d-07ca-5ab4-89a8-938c73e78154 with identifier: DP70%20XYZ
2026-03-30 06:54:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88beae7d-07ca-5ab4-89a8-938c73e78154 with scrape type 2
2026-03-30 06:54:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88beae7d-07ca-5ab4-89a8-938c73e78154 with scrape type 2
2026-03-30 06:54:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88beae7d-07ca-5ab4-89a8-938c73e78154, identifier: DP70%20XYZ
2026-03-30 06:54:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with identifier: WG17%20MFZ
2026-03-30 06:54:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with identifier: WG17%20MFZ
2026-03-30 06:54:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0ee6c73-c7c5-5486-89d3-c5946cec3fa4 with identifier: WG17%20MFZ to the API
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WG17%20MFZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f0ee6c73-c7c5-5486-89d3-c5946cec3fa4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WG17 MFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WG17%20MFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 67352,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'WDD1760122J616339',
 'year': 2017}
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WG17%2520MFZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:16 [bca.uk] INFO: Saving data for WG17%20MFZ: {'auction_closing_time': 1775124000.0, 'created_time': 1774391259.871949, 'last_price_update_time': 1774853656.2856}
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WG17%2520MFZ') HTTP/1.1" 204 0
2026-03-30 06:54:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4270809c-0005-5010-b286-a1b52f35de3c with identifier: PN67%20XGM
2026-03-30 06:54:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4270809c-0005-5010-b286-a1b52f35de3c with identifier: PN67%20XGM
2026-03-30 06:54:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4270809c-0005-5010-b286-a1b52f35de3c with identifier: PN67%20XGM to the API
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN67%20XGM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4270809c-0005-5010-b286-a1b52f35de3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PN67 XGM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN67%20XGM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'HR-V',
 'odometer': 107152,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HONDA HR-V 1.6 I-DTEC 120 S Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 S',
 'vin': '3HGRU8730HM301017',
 'year': 2017}
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN67%2520XGM%27 HTTP/1.1" 200 None
2026-03-30 06:54:16 [bca.uk] INFO: Saving data for PN67%20XGM: {'auction_closing_time': 1775037600.0, 'created_time': 1774361447.342313, 'last_price_update_time': 1774853656.596275}
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN67%2520XGM') HTTP/1.1" 204 0
2026-03-30 06:54:16 [bca.uk] INFO: Found listing with ID: KY09%20LBG
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY09%2520LBG%27 HTTP/1.1" 200 None
2026-03-30 06:54:16 [bca.uk] INFO: Scrape type for KY09%20LBG: 2
2026-03-30 06:54:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d686586d-5be8-5b03-b1f8-e18e789f0405 with identifier: KY09%20LBG
2026-03-30 06:54:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d686586d-5be8-5b03-b1f8-e18e789f0405 with scrape type 2
2026-03-30 06:54:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d686586d-5be8-5b03-b1f8-e18e789f0405 with scrape type 2
2026-03-30 06:54:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d686586d-5be8-5b03-b1f8-e18e789f0405, identifier: KY09%20LBG
2026-03-30 06:54:16 [scrapy.extensions.logstats] INFO: Crawled 128 pages (at 0 pages/min), scraped 6381 items (at 101 items/min)
2026-03-30 06:54:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:54:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bac06bf-0913-529e-8a4a-085709623053 with identifier: VK18%20EKZ
2026-03-30 06:54:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bac06bf-0913-529e-8a4a-085709623053 with identifier: VK18%20EKZ
2026-03-30 06:54:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8bac06bf-0913-529e-8a4a-085709623053 with identifier: VK18%20EKZ to the API
2026-03-30 06:54:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK18%20EKZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8bac06bf-0913-529e-8a4a-085709623053',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK18 EKZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK18%20EKZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 79057,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 1.4 TFSI 150 S LINE ED. StationWagon',
 'transmission': 'manual',
 'trim': 'TFSI 150 S LINE ED.',
 'vin': 'WAUZZZ8U4JR058308',
 'year': 2018}
2026-03-30 06:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520EKZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:17 [bca.uk] INFO: Saving data for VK18%20EKZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774390552.625072, 'last_price_update_time': 1774853657.900094}
2026-03-30 06:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK18%2520EKZ') HTTP/1.1" 204 0
2026-03-30 06:54:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88beae7d-07ca-5ab4-89a8-938c73e78154 with identifier: DP70%20XYZ
2026-03-30 06:54:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88beae7d-07ca-5ab4-89a8-938c73e78154 with identifier: DP70%20XYZ
2026-03-30 06:54:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88beae7d-07ca-5ab4-89a8-938c73e78154 with identifier: DP70%20XYZ to the API
2026-03-30 06:54:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP70%20XYZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '88beae7d-07ca-5ab4-89a8-938c73e78154',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DP70 XYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP70%20XYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 55594,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SE PREMIUM',
 'vin': 'W0VZRHNS4L6046850',
 'year': 2020}
2026-03-30 06:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54: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%2520XYZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:18 [bca.uk] INFO: Saving data for DP70%20XYZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391999.197769, 'last_price_update_time': 1774853658.268264}
2026-03-30 06:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP70%2520XYZ') HTTP/1.1" 204 0
2026-03-30 06:54:18 [bca.uk] INFO: Found listing with ID: FG19%20OYC
2026-03-30 06:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54: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%2520OYC%27 HTTP/1.1" 200 None
2026-03-30 06:54:18 [bca.uk] INFO: Scrape type for FG19%20OYC: 2
2026-03-30 06:54:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with identifier: FG19%20OYC
2026-03-30 06:54:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with scrape type 2
2026-03-30 06:54:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with scrape type 2
2026-03-30 06:54:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8df9e059-1b24-59bf-98e7-24d1e9ceabd9, identifier: FG19%20OYC
2026-03-30 06:54:18 [bca.uk] INFO: Found listing with ID: PX67%20ZSU
2026-03-30 06:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX67%2520ZSU%27 HTTP/1.1" 200 None
2026-03-30 06:54:18 [bca.uk] INFO: Scrape type for PX67%20ZSU: 2
2026-03-30 06:54:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 873facec-f539-5d66-b800-56e2890cbe0f with identifier: PX67%20ZSU
2026-03-30 06:54:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 873facec-f539-5d66-b800-56e2890cbe0f with scrape type 2
2026-03-30 06:54:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 873facec-f539-5d66-b800-56e2890cbe0f with scrape type 2
2026-03-30 06:54:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 873facec-f539-5d66-b800-56e2890cbe0f, identifier: PX67%20ZSU
2026-03-30 06:54:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d686586d-5be8-5b03-b1f8-e18e789f0405 with identifier: KY09%20LBG
2026-03-30 06:54:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d686586d-5be8-5b03-b1f8-e18e789f0405 with identifier: KY09%20LBG
2026-03-30 06:54:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d686586d-5be8-5b03-b1f8-e18e789f0405 with identifier: KY09%20LBG to the API
2026-03-30 06:54:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY09%20LBG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd686586d-5be8-5b03-b1f8-e18e789f0405',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY09 LBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY09%20LBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 95246,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 140 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 140 GT',
 'vin': 'WVWZZZ1KZ9W508310',
 'year': 2009}
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY09%2520LBG%27 HTTP/1.1" 200 None
2026-03-30 06:54:19 [bca.uk] INFO: Saving data for KY09%20LBG: {'auction_closing_time': 1774951200.0, 'created_time': 1774362645.461517, 'last_price_update_time': 1774853659.065798}
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY09%2520LBG') HTTP/1.1" 204 0
2026-03-30 06:54:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:54:19 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:54:19 [bca.uk] INFO: Found listing with ID: VT19%20YCD
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520YCD%27 HTTP/1.1" 200 None
2026-03-30 06:54:19 [bca.uk] INFO: Scrape type for VT19%20YCD: 2
2026-03-30 06:54:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c70c1b2-de94-55b6-bf37-16fdb994015b with identifier: VT19%20YCD
2026-03-30 06:54:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c70c1b2-de94-55b6-bf37-16fdb994015b with scrape type 2
2026-03-30 06:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c70c1b2-de94-55b6-bf37-16fdb994015b with scrape type 2
2026-03-30 06:54:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c70c1b2-de94-55b6-bf37-16fdb994015b, identifier: VT19%20YCD
2026-03-30 06:54:19 [bca.uk] INFO: Found listing with ID: ET21%20MWE
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET21%2520MWE%27 HTTP/1.1" 200 None
2026-03-30 06:54:19 [bca.uk] INFO: Scrape type for ET21%20MWE: 2
2026-03-30 06:54:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with identifier: ET21%20MWE
2026-03-30 06:54:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with scrape type 2
2026-03-30 06:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with scrape type 2
2026-03-30 06:54:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9, identifier: ET21%20MWE
2026-03-30 06:54:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with identifier: FG19%20OYC
2026-03-30 06:54:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with identifier: FG19%20OYC
2026-03-30 06:54:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8df9e059-1b24-59bf-98e7-24d1e9ceabd9 with identifier: FG19%20OYC to the API
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG19%20OYC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8df9e059-1b24-59bf-98e7-24d1e9ceabd9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG19 OYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG19%20OYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 50857,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.0 GT SPORT+ StationWagon',
 'transmission': 'automatic',
 'trim': 'GT SPORT+',
 'vin': 'JMZKF6W7A00835805',
 'year': 2019}
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54: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%2520OYC%27 HTTP/1.1" 200 None
2026-03-30 06:54:19 [bca.uk] INFO: Saving data for FG19%20OYC: {'auction_closing_time': 1774951200.0, 'created_time': 1774391167.895442, 'last_price_update_time': 1774853659.837645}
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG19%2520OYC') HTTP/1.1" 204 0
2026-03-30 06:54:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 873facec-f539-5d66-b800-56e2890cbe0f with identifier: PX67%20ZSU
2026-03-30 06:54:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 873facec-f539-5d66-b800-56e2890cbe0f with identifier: PX67%20ZSU
2026-03-30 06:54:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 873facec-f539-5d66-b800-56e2890cbe0f with identifier: PX67%20ZSU to the API
2026-03-30 06:54:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 212,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PX67%20ZSU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '873facec-f539-5d66-b800-56e2890cbe0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PX67 ZSU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PX67%20ZSU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 88741,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 3.0 360 GTS PDK StationWagon',
 'transmission': 'automatic',
 'trim': '360 GTS PDK',
 'vin': 'WP1ZZZ95ZJLB72825',
 'year': 2018}
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PX67%2520ZSU%27 HTTP/1.1" 200 None
2026-03-30 06:54:20 [bca.uk] INFO: Saving data for PX67%20ZSU: {'auction_closing_time': 1775037600.0, 'created_time': 1774361431.359238, 'last_price_update_time': 1774853660.153205}
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PX67%2520ZSU') HTTP/1.1" 204 0
2026-03-30 06:54:20 [bca.uk] INFO: Found listing with ID: FD22%20JVR
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD22%2520JVR%27 HTTP/1.1" 200 None
2026-03-30 06:54:20 [bca.uk] INFO: Scrape type for FD22%20JVR: 0
2026-03-30 06:54:20 [bca.uk] INFO: Found listing with ID: SV21%20OGE
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV21%2520OGE%27 HTTP/1.1" 200 None
2026-03-30 06:54:20 [bca.uk] INFO: Scrape type for SV21%20OGE: 0
2026-03-30 06:54:20 [bca.uk] INFO: Found listing with ID: BK72%20UOJ
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520UOJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:20 [bca.uk] INFO: Scrape type for BK72%20UOJ: 2
2026-03-30 06:54:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4acdf497-3dad-5412-bb35-be55e10cc8a8 with identifier: BK72%20UOJ
2026-03-30 06:54:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4acdf497-3dad-5412-bb35-be55e10cc8a8 with scrape type 2
2026-03-30 06:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4acdf497-3dad-5412-bb35-be55e10cc8a8 with scrape type 2
2026-03-30 06:54:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4acdf497-3dad-5412-bb35-be55e10cc8a8, identifier: BK72%20UOJ
2026-03-30 06:54: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:54:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c70c1b2-de94-55b6-bf37-16fdb994015b with identifier: VT19%20YCD
2026-03-30 06:54:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c70c1b2-de94-55b6-bf37-16fdb994015b with identifier: VT19%20YCD
2026-03-30 06:54:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c70c1b2-de94-55b6-bf37-16fdb994015b with identifier: VT19%20YCD to the API
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VT19%20YCD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3c70c1b2-de94-55b6-bf37-16fdb994015b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VT19 YCD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VT19%20YCD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 81429,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI EVO 150 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 MATCH',
 'vin': 'WVWZZZAUZKW228668',
 'year': 2019}
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VT19%2520YCD%27 HTTP/1.1" 200 None
2026-03-30 06:54:20 [bca.uk] INFO: Saving data for VT19%20YCD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390634.159434, 'last_price_update_time': 1774853660.697762}
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VT19%2520YCD') HTTP/1.1" 204 0
2026-03-30 06:54:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with identifier: ET21%20MWE
2026-03-30 06:54:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with identifier: ET21%20MWE
2026-03-30 06:54:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9 with identifier: ET21%20MWE to the API
2026-03-30 06:54:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET21%20MWE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e56c953f-87c3-5aba-b0e1-c2a5d3bef4e9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET21 MWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET21%20MWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 52925,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 155 ST-LINE X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 155 ST-LINE X',
 'vin': 'WF02XXERK2MB34978',
 'year': 2021}
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET21%2520MWE%27 HTTP/1.1" 200 None
2026-03-30 06:54:21 [bca.uk] INFO: Saving data for ET21%20MWE: {'auction_closing_time': 1774951200.0, 'created_time': 1774390800.69659, 'last_price_update_time': 1774853661.073698}
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET21%2520MWE') HTTP/1.1" 204 0
2026-03-30 06:54:21 [bca.uk] INFO: Found listing with ID: RK17%20PLX
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54: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%2520PLX%27 HTTP/1.1" 200 None
2026-03-30 06:54:21 [bca.uk] INFO: Scrape type for RK17%20PLX: 2
2026-03-30 06:54:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d6f4973-720b-5df5-b900-b8967147e47a with identifier: RK17%20PLX
2026-03-30 06:54:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d6f4973-720b-5df5-b900-b8967147e47a with scrape type 2
2026-03-30 06:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d6f4973-720b-5df5-b900-b8967147e47a with scrape type 2
2026-03-30 06:54:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3d6f4973-720b-5df5-b900-b8967147e47a, identifier: RK17%20PLX
2026-03-30 06:54:21 [bca.uk] INFO: Found listing with ID: RJ66%20VZR
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ66%2520VZR%27 HTTP/1.1" 200 None
2026-03-30 06:54:21 [bca.uk] INFO: Scrape type for RJ66%20VZR: 2
2026-03-30 06:54:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f055b09-b948-5ba4-96d0-eef76253f078 with identifier: RJ66%20VZR
2026-03-30 06:54:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f055b09-b948-5ba4-96d0-eef76253f078 with scrape type 2
2026-03-30 06:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f055b09-b948-5ba4-96d0-eef76253f078 with scrape type 2
2026-03-30 06:54:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f055b09-b948-5ba4-96d0-eef76253f078, identifier: RJ66%20VZR
2026-03-30 06:54:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4acdf497-3dad-5412-bb35-be55e10cc8a8 with identifier: BK72%20UOJ
2026-03-30 06:54:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4acdf497-3dad-5412-bb35-be55e10cc8a8 with identifier: BK72%20UOJ
2026-03-30 06:54:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4acdf497-3dad-5412-bb35-be55e10cc8a8 with identifier: BK72%20UOJ to the API
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK72%20UOJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4acdf497-3dad-5412-bb35-be55e10cc8a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK72 UOJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK72%20UOJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 30850,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 RWD Saloon',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRW3F7FS9PC675428',
 'year': 2022}
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK72%2520UOJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:21 [bca.uk] INFO: Saving data for BK72%20UOJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773958409.078257, 'last_price_update_time': 1774853661.600652}
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK72%2520UOJ') HTTP/1.1" 204 0
2026-03-30 06:54:21 [bca.uk] INFO: Found listing with ID: VU65%20ZWD
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520ZWD%27 HTTP/1.1" 200 None
2026-03-30 06:54:21 [bca.uk] INFO: Scrape type for VU65%20ZWD: 2
2026-03-30 06:54:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9d12e72-481f-58b9-ad02-62055b1a345d with identifier: VU65%20ZWD
2026-03-30 06:54:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9d12e72-481f-58b9-ad02-62055b1a345d with scrape type 2
2026-03-30 06:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9d12e72-481f-58b9-ad02-62055b1a345d with scrape type 2
2026-03-30 06:54:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9d12e72-481f-58b9-ad02-62055b1a345d, identifier: VU65%20ZWD
2026-03-30 06:54:21 [bca.uk] INFO: Found listing with ID: LT17%20KPV
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520KPV%27 HTTP/1.1" 200 None
2026-03-30 06:54:21 [bca.uk] INFO: Scrape type for LT17%20KPV: 2
2026-03-30 06:54:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with identifier: LT17%20KPV
2026-03-30 06:54:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with scrape type 2
2026-03-30 06:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with scrape type 2
2026-03-30 06:54:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: be3ac12f-f1f3-523f-9ff8-e35567ded9b5, identifier: LT17%20KPV
2026-03-30 06:54:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3d6f4973-720b-5df5-b900-b8967147e47a with identifier: RK17%20PLX
2026-03-30 06:54:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3d6f4973-720b-5df5-b900-b8967147e47a with identifier: RK17%20PLX
2026-03-30 06:54:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3d6f4973-720b-5df5-b900-b8967147e47a with identifier: RK17%20PLX to the API
2026-03-30 06:54:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK17%20PLX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3d6f4973-720b-5df5-b900-b8967147e47a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RK17 PLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK17%20PLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 79711,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.4 TFSI 150 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 150 S LINE',
 'vin': 'WAUZZZGA0HA028450',
 'year': 2017}
2026-03-30 06:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK17%2520PLX%27 HTTP/1.1" 200 None
2026-03-30 06:54:22 [bca.uk] INFO: Saving data for RK17%20PLX: {'auction_closing_time': 1774951200.0, 'created_time': 1774391073.985638, 'last_price_update_time': 1774853662.134802}
2026-03-30 06:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK17%2520PLX') HTTP/1.1" 204 0
2026-03-30 06:54:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f055b09-b948-5ba4-96d0-eef76253f078 with identifier: RJ66%20VZR
2026-03-30 06:54:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f055b09-b948-5ba4-96d0-eef76253f078 with identifier: RJ66%20VZR
2026-03-30 06:54:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f055b09-b948-5ba4-96d0-eef76253f078 with identifier: RJ66%20VZR to the API
2026-03-30 06:54:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ66%20VZR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f055b09-b948-5ba4-96d0-eef76253f078',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ66 VZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ66%20VZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 95362,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 3.0 V6 D 260 TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'V6 D 260 TIPTRONIC S',
 'vin': 'WP1ZZZ92ZHLA31412',
 'year': 2016}
2026-03-30 06:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ66%2520VZR%27 HTTP/1.1" 200 None
2026-03-30 06:54:22 [bca.uk] INFO: Saving data for RJ66%20VZR: {'auction_closing_time': 1775037600.0, 'created_time': 1774361450.50606, 'last_price_update_time': 1774853662.9682}
2026-03-30 06:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ66%2520VZR') HTTP/1.1" 204 0
2026-03-30 06:54:22 [bca.uk] INFO: Found listing with ID: OV74%20EUZ
2026-03-30 06:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV74%2520EUZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:23 [bca.uk] INFO: Scrape type for OV74%20EUZ: 2
2026-03-30 06:54:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ed767cd-4517-5de5-9835-1d0788b8950b with identifier: OV74%20EUZ
2026-03-30 06:54:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ed767cd-4517-5de5-9835-1d0788b8950b with scrape type 2
2026-03-30 06:54:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ed767cd-4517-5de5-9835-1d0788b8950b with scrape type 2
2026-03-30 06:54:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6ed767cd-4517-5de5-9835-1d0788b8950b, identifier: OV74%20EUZ
2026-03-30 06:54:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9d12e72-481f-58b9-ad02-62055b1a345d with identifier: VU65%20ZWD
2026-03-30 06:54:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9d12e72-481f-58b9-ad02-62055b1a345d with identifier: VU65%20ZWD
2026-03-30 06:54:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9d12e72-481f-58b9-ad02-62055b1a345d with identifier: VU65%20ZWD to the API
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VU65%20ZWD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9d12e72-481f-58b9-ad02-62055b1a345d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VU65 ZWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VU65%20ZWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 18947,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 TSI 90 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 90 SE',
 'vin': 'WVWZZZ6RZFU102359',
 'year': 2015}
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VU65%2520ZWD%27 HTTP/1.1" 200 None
2026-03-30 06:54:23 [bca.uk] INFO: Saving data for VU65%20ZWD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390635.333133, 'last_price_update_time': 1774853663.381151}
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VU65%2520ZWD') HTTP/1.1" 204 0
2026-03-30 06:54:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with identifier: LT17%20KPV
2026-03-30 06:54:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with identifier: LT17%20KPV
2026-03-30 06:54:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: be3ac12f-f1f3-523f-9ff8-e35567ded9b5 with identifier: LT17%20KPV to the API
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT17%20KPV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'be3ac12f-f1f3-523f-9ff8-e35567ded9b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT17 KPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT17%20KPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MASERATI',
 'model': 'LEVANTE',
 'odometer': 90006,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MASERATI LEVANTE 3.0 V6D 275 StationWagon',
 'transmission': 'automatic',
 'trim': 'V6D 275',
 'vin': 'ZN6TU61C00X237796',
 'year': 2017}
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT17%2520KPV%27 HTTP/1.1" 200 None
2026-03-30 06:54:23 [bca.uk] INFO: Saving data for LT17%20KPV: {'auction_closing_time': 1775124000.0, 'created_time': 1774392114.908474, 'last_price_update_time': 1774853663.695158}
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT17%2520KPV') HTTP/1.1" 204 0
2026-03-30 06:54:23 [bca.uk] INFO: Found listing with ID: YC68%20ADH
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520ADH%27 HTTP/1.1" 200 None
2026-03-30 06:54:23 [bca.uk] INFO: Scrape type for YC68%20ADH: 2
2026-03-30 06:54:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8194ed09-a017-5ac4-87ce-e218371c4a29 with identifier: YC68%20ADH
2026-03-30 06:54:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8194ed09-a017-5ac4-87ce-e218371c4a29 with scrape type 2
2026-03-30 06:54:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8194ed09-a017-5ac4-87ce-e218371c4a29 with scrape type 2
2026-03-30 06:54:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8194ed09-a017-5ac4-87ce-e218371c4a29, identifier: YC68%20ADH
2026-03-30 06:54:23 [bca.uk] INFO: Found listing with ID: RX54%20WJE
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX54%2520WJE%27 HTTP/1.1" 200 None
2026-03-30 06:54:23 [bca.uk] INFO: Scrape type for RX54%20WJE: 2
2026-03-30 06:54:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66659447-e6a5-516c-b54e-c39a7f8377cb with identifier: RX54%20WJE
2026-03-30 06:54:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66659447-e6a5-516c-b54e-c39a7f8377cb with scrape type 2
2026-03-30 06:54:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66659447-e6a5-516c-b54e-c39a7f8377cb with scrape type 2
2026-03-30 06:54:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66659447-e6a5-516c-b54e-c39a7f8377cb, identifier: RX54%20WJE
2026-03-30 06:54:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6ed767cd-4517-5de5-9835-1d0788b8950b with identifier: OV74%20EUZ
2026-03-30 06:54:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6ed767cd-4517-5de5-9835-1d0788b8950b with identifier: OV74%20EUZ
2026-03-30 06:54:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6ed767cd-4517-5de5-9835-1d0788b8950b with identifier: OV74%20EUZ to the API
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV74%20EUZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6ed767cd-4517-5de5-9835-1d0788b8950b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV74 EUZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV74%20EUZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'EQB 250+',
 'odometer': 22987,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQB 250+ 140KW 70.5KWH AMG LINE EXEC. StationWagon',
 'transmission': 'automatic',
 'trim': '140KW 70.5KWH AMG LINE EXEC.',
 'vin': 'W1N9M0CB3SN109219',
 'year': 2024}
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV74%2520EUZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:24 [bca.uk] INFO: Saving data for OV74%20EUZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773958311.832564, 'last_price_update_time': 1774853664.237734}
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV74%2520EUZ') HTTP/1.1" 204 0
2026-03-30 06:54:24 [bca.uk] INFO: Found listing with ID: N555%20JKE
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N555%2520JKE%27 HTTP/1.1" 200 None
2026-03-30 06:54:24 [bca.uk] INFO: Scrape type for N555%20JKE: 2
2026-03-30 06:54:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fca29ad-a763-5861-897e-e1b6253019b6 with identifier: N555%20JKE
2026-03-30 06:54:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fca29ad-a763-5861-897e-e1b6253019b6 with scrape type 2
2026-03-30 06:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fca29ad-a763-5861-897e-e1b6253019b6 with scrape type 2
2026-03-30 06:54:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fca29ad-a763-5861-897e-e1b6253019b6, identifier: N555%20JKE
2026-03-30 06:54:24 [bca.uk] INFO: Found listing with ID: FR19%20LDN
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR19%2520LDN%27 HTTP/1.1" 200 None
2026-03-30 06:54:24 [bca.uk] INFO: Scrape type for FR19%20LDN: 2
2026-03-30 06:54:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f0fda8f-b66e-5221-a3ab-72994f777b09 with identifier: FR19%20LDN
2026-03-30 06:54:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f0fda8f-b66e-5221-a3ab-72994f777b09 with scrape type 2
2026-03-30 06:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f0fda8f-b66e-5221-a3ab-72994f777b09 with scrape type 2
2026-03-30 06:54:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f0fda8f-b66e-5221-a3ab-72994f777b09, identifier: FR19%20LDN
2026-03-30 06:54:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8194ed09-a017-5ac4-87ce-e218371c4a29 with identifier: YC68%20ADH
2026-03-30 06:54:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8194ed09-a017-5ac4-87ce-e218371c4a29 with identifier: YC68%20ADH
2026-03-30 06:54:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8194ed09-a017-5ac4-87ce-e218371c4a29 with identifier: YC68%20ADH to the API
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC68%20ADH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8194ed09-a017-5ac4-87ce-e218371c4a29',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC68 ADH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC68%20ADH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 43435,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.0 E/B 125 TITANIUM StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF01XXERK1JA64027',
 'year': 2019}
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520ADH%27 HTTP/1.1" 200 None
2026-03-30 06:54:24 [bca.uk] INFO: Saving data for YC68%20ADH: {'auction_closing_time': 1774951200.0, 'created_time': 1774391036.428056, 'last_price_update_time': 1774853664.889858}
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520ADH') HTTP/1.1" 204 0
2026-03-30 06:54:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66659447-e6a5-516c-b54e-c39a7f8377cb with identifier: RX54%20WJE
2026-03-30 06:54:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66659447-e6a5-516c-b54e-c39a7f8377cb with identifier: RX54%20WJE
2026-03-30 06:54:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66659447-e6a5-516c-b54e-c39a7f8377cb with identifier: RX54%20WJE to the API
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 266,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX54%20WJE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66659447-e6a5-516c-b54e-c39a7f8377cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RX54 WJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX54%20WJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 78687,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2005-01-01',
 'seller_name': None,
 'title': 'PORSCHE 911 3.6 CARRERA (997) Coupe',
 'transmission': 'manual',
 'trim': 'CARRERA (997)',
 'vin': 'WP0ZZZ99Z5S702180',
 'year': 2005}
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX54%2520WJE%27 HTTP/1.1" 200 None
2026-03-30 06:54:25 [bca.uk] INFO: Saving data for RX54%20WJE: {'auction_closing_time': 1775037600.0, 'created_time': 1774361435.151149, 'last_price_update_time': 1774853665.190125}
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX54%2520WJE') HTTP/1.1" 204 0
2026-03-30 06:54:25 [bca.uk] INFO: Found listing with ID: MF25%20XLB
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF25%2520XLB%27 HTTP/1.1" 200 None
2026-03-30 06:54:25 [bca.uk] INFO: Scrape type for MF25%20XLB: 0
2026-03-30 06:54:25 [bca.uk] INFO: Found listing with ID: OY75%20UCW
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY75%2520UCW%27 HTTP/1.1" 200 None
2026-03-30 06:54:25 [bca.uk] INFO: Scrape type for OY75%20UCW: 0
2026-03-30 06:54:25 [bca.uk] INFO: Found listing with ID: MA23%20UZO
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520UZO%27 HTTP/1.1" 200 None
2026-03-30 06:54:25 [bca.uk] INFO: Scrape type for MA23%20UZO: 0
2026-03-30 06:54:25 [bca.uk] INFO: Found listing with ID: OY20%20UVA
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY20%2520UVA%27 HTTP/1.1" 200 None
2026-03-30 06:54:25 [bca.uk] INFO: Scrape type for OY20%20UVA: 0
2026-03-30 06:54:25 [bca.uk] INFO: Found listing with ID: MM69%20OCA
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520OCA%27 HTTP/1.1" 200 None
2026-03-30 06:54:25 [bca.uk] INFO: Scrape type for MM69%20OCA: 2
2026-03-30 06:54:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eda7c48-9345-56d7-8307-fbbd4283cbb4 with identifier: MM69%20OCA
2026-03-30 06:54:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eda7c48-9345-56d7-8307-fbbd4283cbb4 with scrape type 2
2026-03-30 06:54:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eda7c48-9345-56d7-8307-fbbd4283cbb4 with scrape type 2
2026-03-30 06:54:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9eda7c48-9345-56d7-8307-fbbd4283cbb4, identifier: MM69%20OCA
2026-03-30 06:54:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fca29ad-a763-5861-897e-e1b6253019b6 with identifier: N555%20JKE
2026-03-30 06:54:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fca29ad-a763-5861-897e-e1b6253019b6 with identifier: N555%20JKE
2026-03-30 06:54:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fca29ad-a763-5861-897e-e1b6253019b6 with identifier: N555%20JKE to the API
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=N555%20JKE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0fca29ad-a763-5861-897e-e1b6253019b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'N555 JKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=N555%20JKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 120137,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.5 DCI N-VISION Hatchback',
 'transmission': 'manual',
 'trim': 'DCI N-VISION',
 'vin': 'SJNFCAF15U7279402',
 'year': 2016}
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27N555%2520JKE%27 HTTP/1.1" 200 None
2026-03-30 06:54:25 [bca.uk] INFO: Saving data for N555%20JKE: {'auction_closing_time': 1774864800.0, 'created_time': 1773958697.334836, 'last_price_update_time': 1774853665.691511}
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='N555%2520JKE') HTTP/1.1" 204 0
2026-03-30 06:54:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f0fda8f-b66e-5221-a3ab-72994f777b09 with identifier: FR19%20LDN
2026-03-30 06:54:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f0fda8f-b66e-5221-a3ab-72994f777b09 with identifier: FR19%20LDN
2026-03-30 06:54:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f0fda8f-b66e-5221-a3ab-72994f777b09 with identifier: FR19%20LDN to the API
2026-03-30 06:54:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FR19%20LDN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5f0fda8f-b66e-5221-a3ab-72994f777b09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FR19 LDN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FR19%20LDN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 76453,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D150 2WD R-DYNAMIC S Hatchback',
 'transmission': 'manual',
 'trim': 'D150 2WD R-DYNAMIC S',
 'vin': 'SADFB2CN5K1Z70869',
 'year': 2019}
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR19%2520LDN%27 HTTP/1.1" 200 None
2026-03-30 06:54:26 [bca.uk] INFO: Saving data for FR19%20LDN: {'auction_closing_time': 1774951200.0, 'created_time': 1774392092.122956, 'last_price_update_time': 1774853666.014793}
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FR19%2520LDN') HTTP/1.1" 204 0
2026-03-30 06:54:26 [bca.uk] INFO: Found listing with ID: EU18%20OZB
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520OZB%27 HTTP/1.1" 200 None
2026-03-30 06:54:26 [bca.uk] INFO: Scrape type for EU18%20OZB: 2
2026-03-30 06:54:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 357a8b4c-e079-5d48-aa91-c1b775a1764a with identifier: EU18%20OZB
2026-03-30 06:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 357a8b4c-e079-5d48-aa91-c1b775a1764a with scrape type 2
2026-03-30 06:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 357a8b4c-e079-5d48-aa91-c1b775a1764a with scrape type 2
2026-03-30 06:54:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 357a8b4c-e079-5d48-aa91-c1b775a1764a, identifier: EU18%20OZB
2026-03-30 06:54:26 [bca.uk] INFO: Found listing with ID: SV68%20HRJ
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV68%2520HRJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:26 [bca.uk] INFO: Scrape type for SV68%20HRJ: 2
2026-03-30 06:54:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with identifier: SV68%20HRJ
2026-03-30 06:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with scrape type 2
2026-03-30 06:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with scrape type 2
2026-03-30 06:54:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1, identifier: SV68%20HRJ
2026-03-30 06:54:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9eda7c48-9345-56d7-8307-fbbd4283cbb4 with identifier: MM69%20OCA
2026-03-30 06:54:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9eda7c48-9345-56d7-8307-fbbd4283cbb4 with identifier: MM69%20OCA
2026-03-30 06:54:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9eda7c48-9345-56d7-8307-fbbd4283cbb4 with identifier: MM69%20OCA to the API
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 37,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM69%20OCA-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9eda7c48-9345-56d7-8307-fbbd4283cbb4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MM69 OCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM69%20OCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '330E',
 'odometer': 80957,
 'odometer_reading_unit': '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 330E 2.0 T SPORT PRO Saloon',
 'transmission': 'automatic',
 'trim': 'T SPORT PRO',
 'vin': 'WBA5X72070FJ24655',
 'year': 2019}
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM69%2520OCA%27 HTTP/1.1" 200 None
2026-03-30 06:54:26 [bca.uk] INFO: Saving data for MM69%20OCA: {'auction_closing_time': 1774864800.0, 'created_time': 1773958315.130561, 'last_price_update_time': 1774853666.523025}
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM69%2520OCA') HTTP/1.1" 204 0
2026-03-30 06:54:26 [bca.uk] INFO: Found listing with ID: EY15%20RNU
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520RNU%27 HTTP/1.1" 200 None
2026-03-30 06:54:26 [bca.uk] INFO: Scrape type for EY15%20RNU: 2
2026-03-30 06:54:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with identifier: EY15%20RNU
2026-03-30 06:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with scrape type 2
2026-03-30 06:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with scrape type 2
2026-03-30 06:54:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f807bd5a-0327-5725-a6f0-e8a5cd6b23b2, identifier: EY15%20RNU
2026-03-30 06:54:26 [bca.uk] INFO: Found listing with ID: KT67%20TNX
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT67%2520TNX%27 HTTP/1.1" 200 None
2026-03-30 06:54:26 [bca.uk] INFO: Scrape type for KT67%20TNX: 2
2026-03-30 06:54:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ab9560-88a5-533c-8668-3f6cde412526 with identifier: KT67%20TNX
2026-03-30 06:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ab9560-88a5-533c-8668-3f6cde412526 with scrape type 2
2026-03-30 06:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42ab9560-88a5-533c-8668-3f6cde412526 with scrape type 2
2026-03-30 06:54:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 42ab9560-88a5-533c-8668-3f6cde412526, identifier: KT67%20TNX
2026-03-30 06:54:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 357a8b4c-e079-5d48-aa91-c1b775a1764a with identifier: EU18%20OZB
2026-03-30 06:54:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 357a8b4c-e079-5d48-aa91-c1b775a1764a with identifier: EU18%20OZB
2026-03-30 06:54:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 357a8b4c-e079-5d48-aa91-c1b775a1764a with identifier: EU18%20OZB to the API
2026-03-30 06:54:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU18%20OZB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '357a8b4c-e079-5d48-aa91-c1b775a1764a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU18 OZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU18%20OZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 25032,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0FXXGAHFJY82684',
 'year': 2018}
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU18%2520OZB%27 HTTP/1.1" 200 None
2026-03-30 06:54:27 [bca.uk] INFO: Saving data for EU18%20OZB: {'auction_closing_time': 1775124000.0, 'created_time': 1774391047.541922, 'last_price_update_time': 1774853667.068389}
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU18%2520OZB') HTTP/1.1" 204 0
2026-03-30 06:54:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with identifier: SV68%20HRJ
2026-03-30 06:54:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with identifier: SV68%20HRJ
2026-03-30 06:54:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b19d55e-4dc8-54af-83ec-22f0c73c7dc1 with identifier: SV68%20HRJ to the API
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV68%20HRJ-GB',
 'category': 'Car',
 'color': 'moonwalk gray with',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5b19d55e-4dc8-54af-83ec-22f0c73c7dc1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV68 HRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV68%20HRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 38997,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MINI CLUBMAN 2.0 COOPER S (7) Estate',
 'transmission': 'automatic',
 'trim': 'COOPER S (7)',
 'vin': 'WMWJZ52010TR23863',
 'year': 2018}
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV68%2520HRJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:27 [bca.uk] INFO: Saving data for SV68%20HRJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361439.6878, 'last_price_update_time': 1774853667.450873}
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV68%2520HRJ') HTTP/1.1" 204 0
2026-03-30 06:54:27 [bca.uk] INFO: Found listing with ID: BU22%20YRT
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520YRT%27 HTTP/1.1" 200 None
2026-03-30 06:54:27 [bca.uk] INFO: Scrape type for BU22%20YRT: 2
2026-03-30 06:54:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 940afdf1-862f-5395-a77a-401eb1f136c2 with identifier: BU22%20YRT
2026-03-30 06:54:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 940afdf1-862f-5395-a77a-401eb1f136c2 with scrape type 2
2026-03-30 06:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 940afdf1-862f-5395-a77a-401eb1f136c2 with scrape type 2
2026-03-30 06:54:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 940afdf1-862f-5395-a77a-401eb1f136c2, identifier: BU22%20YRT
2026-03-30 06:54:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with identifier: EY15%20RNU
2026-03-30 06:54:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with identifier: EY15%20RNU
2026-03-30 06:54:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f807bd5a-0327-5725-a6f0-e8a5cd6b23b2 with identifier: EY15%20RNU to the API
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EY15%20RNU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f807bd5a-0327-5725-a6f0-e8a5cd6b23b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EY15 RNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EY15%20RNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MINI',
 'model': 'COUNTRYMAN',
 'odometer': 10436,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MINI COUNTRYMAN 1.6 COOPER D Hatchback',
 'transmission': 'manual',
 'trim': 'COOPER D',
 'vin': 'WMWZD32020WR64717',
 'year': 2015}
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EY15%2520RNU%27 HTTP/1.1" 200 None
2026-03-30 06:54:27 [bca.uk] INFO: Saving data for EY15%20RNU: {'auction_closing_time': 1774864800.0, 'created_time': 1774390654.962392, 'last_price_update_time': 1774853667.861498}
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EY15%2520RNU') HTTP/1.1" 204 0
2026-03-30 06:54:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 42ab9560-88a5-533c-8668-3f6cde412526 with identifier: KT67%20TNX
2026-03-30 06:54:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 42ab9560-88a5-533c-8668-3f6cde412526 with identifier: KT67%20TNX
2026-03-30 06:54:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 42ab9560-88a5-533c-8668-3f6cde412526 with identifier: KT67%20TNX to the API
2026-03-30 06:54:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KT67%20TNX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '42ab9560-88a5-533c-8668-3f6cde412526',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KT67 TNX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KT67%20TNX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'CITROEN',
 'model': 'C3 AIRCROSS',
 'odometer': 89841,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 AIRCROSS 1.6 BLUEHDI 120 FLAIR Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 FLAIR',
 'vin': 'VF72CBHZHJ4071865',
 'year': 2018}
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KT67%2520TNX%27 HTTP/1.1" 200 None
2026-03-30 06:54:28 [bca.uk] INFO: Saving data for KT67%20TNX: {'auction_closing_time': 1774951200.0, 'created_time': 1774392093.489882, 'last_price_update_time': 1774853668.175283}
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KT67%2520TNX') HTTP/1.1" 204 0
2026-03-30 06:54:28 [bca.uk] INFO: Found listing with ID: FD70%20JZT
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520JZT%27 HTTP/1.1" 200 None
2026-03-30 06:54:28 [bca.uk] INFO: Scrape type for FD70%20JZT: 2
2026-03-30 06:54:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with identifier: FD70%20JZT
2026-03-30 06:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with scrape type 2
2026-03-30 06:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with scrape type 2
2026-03-30 06:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24f1963b-45fb-5db0-8224-bfdd7a2a6349, identifier: FD70%20JZT
2026-03-30 06:54:28 [bca.uk] INFO: Found listing with ID: VE66%20ZPC
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE66%2520ZPC%27 HTTP/1.1" 200 None
2026-03-30 06:54:28 [bca.uk] INFO: Scrape type for VE66%20ZPC: 2
2026-03-30 06:54:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b703a38f-6bca-5ca9-8d2c-85f3c93882bc with identifier: VE66%20ZPC
2026-03-30 06:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b703a38f-6bca-5ca9-8d2c-85f3c93882bc with scrape type 2
2026-03-30 06:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b703a38f-6bca-5ca9-8d2c-85f3c93882bc with scrape type 2
2026-03-30 06:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b703a38f-6bca-5ca9-8d2c-85f3c93882bc, identifier: VE66%20ZPC
2026-03-30 06:54:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 940afdf1-862f-5395-a77a-401eb1f136c2 with identifier: BU22%20YRT
2026-03-30 06:54:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 940afdf1-862f-5395-a77a-401eb1f136c2 with identifier: BU22%20YRT
2026-03-30 06:54:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 940afdf1-862f-5395-a77a-401eb1f136c2 with identifier: BU22%20YRT to the API
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU22%20YRT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '940afdf1-862f-5395-a77a-401eb1f136c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BU22 YRT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU22%20YRT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 56621,
 'odometer_reading_unit': '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': 'LRWYHCEK5NC234158',
 'year': 2022}
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU22%2520YRT%27 HTTP/1.1" 200 None
2026-03-30 06:54:28 [bca.uk] INFO: Saving data for BU22%20YRT: {'auction_closing_time': 1774864800.0, 'created_time': 1773958313.060907, 'last_price_update_time': 1774853668.726113}
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU22%2520YRT') HTTP/1.1" 204 0
2026-03-30 06:54:28 [bca.uk] INFO: Found listing with ID: HT70%20HHD
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT70%2520HHD%27 HTTP/1.1" 200 None
2026-03-30 06:54:28 [bca.uk] INFO: Scrape type for HT70%20HHD: 2
2026-03-30 06:54:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd6f3d50-463b-5800-bcb5-c09f845474d3 with identifier: HT70%20HHD
2026-03-30 06:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd6f3d50-463b-5800-bcb5-c09f845474d3 with scrape type 2
2026-03-30 06:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd6f3d50-463b-5800-bcb5-c09f845474d3 with scrape type 2
2026-03-30 06:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd6f3d50-463b-5800-bcb5-c09f845474d3, identifier: HT70%20HHD
2026-03-30 06:54:28 [bca.uk] INFO: Found listing with ID: OE66%20ONK
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520ONK%27 HTTP/1.1" 200 None
2026-03-30 06:54:28 [bca.uk] INFO: Scrape type for OE66%20ONK: 2
2026-03-30 06:54:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with identifier: OE66%20ONK
2026-03-30 06:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with scrape type 2
2026-03-30 06:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with scrape type 2
2026-03-30 06:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785, identifier: OE66%20ONK
2026-03-30 06:54:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with identifier: FD70%20JZT
2026-03-30 06:54:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with identifier: FD70%20JZT
2026-03-30 06:54:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24f1963b-45fb-5db0-8224-bfdd7a2a6349 with identifier: FD70%20JZT to the API
2026-03-30 06:54:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD70%20JZT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '24f1963b-45fb-5db0-8224-bfdd7a2a6349',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD70 JZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD70%20JZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 54061,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 83 ELITE Hatchback',
 'transmission': 'manual',
 'trim': '83 ELITE',
 'vin': 'W0V7H9EE4L4454531',
 'year': 2020}
2026-03-30 06:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520JZT%27 HTTP/1.1" 200 None
2026-03-30 06:54:29 [bca.uk] INFO: Saving data for FD70%20JZT: {'auction_closing_time': 1775124000.0, 'created_time': 1774391051.845584, 'last_price_update_time': 1774853669.266957}
2026-03-30 06:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD70%2520JZT') HTTP/1.1" 204 0
2026-03-30 06:54:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b703a38f-6bca-5ca9-8d2c-85f3c93882bc with identifier: VE66%20ZPC
2026-03-30 06:54:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b703a38f-6bca-5ca9-8d2c-85f3c93882bc with identifier: VE66%20ZPC
2026-03-30 06:54:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b703a38f-6bca-5ca9-8d2c-85f3c93882bc with identifier: VE66%20ZPC to the API
2026-03-30 06:54:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE66%20ZPC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b703a38f-6bca-5ca9-8d2c-85f3c93882bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE66 ZPC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE66%20ZPC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 86420,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD SE TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD SE TECH',
 'vin': 'SALVA2AN9HH209588',
 'year': 2016}
2026-03-30 06:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE66%2520ZPC%27 HTTP/1.1" 200 None
2026-03-30 06:54:30 [bca.uk] INFO: Saving data for VE66%20ZPC: {'auction_closing_time': 1775037600.0, 'created_time': 1774361436.585786, 'last_price_update_time': 1774853670.775751}
2026-03-30 06:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE66%2520ZPC') HTTP/1.1" 204 0
2026-03-30 06:54:30 [bca.uk] INFO: Found listing with ID: LR71%20OXM
2026-03-30 06:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR71%2520OXM%27 HTTP/1.1" 200 None
2026-03-30 06:54:30 [bca.uk] INFO: Scrape type for LR71%20OXM: 0
2026-03-30 06:54:30 [bca.uk] INFO: Found listing with ID: WA17%20VHW
2026-03-30 06:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520VHW%27 HTTP/1.1" 200 None
2026-03-30 06:54:30 [bca.uk] INFO: Scrape type for WA17%20VHW: 2
2026-03-30 06:54:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3477a1d4-1e74-5015-8f1a-9e2a7747252f with identifier: WA17%20VHW
2026-03-30 06:54:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3477a1d4-1e74-5015-8f1a-9e2a7747252f with scrape type 2
2026-03-30 06:54:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3477a1d4-1e74-5015-8f1a-9e2a7747252f with scrape type 2
2026-03-30 06:54:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3477a1d4-1e74-5015-8f1a-9e2a7747252f, identifier: WA17%20VHW
2026-03-30 06:54:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd6f3d50-463b-5800-bcb5-c09f845474d3 with identifier: HT70%20HHD
2026-03-30 06:54:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd6f3d50-463b-5800-bcb5-c09f845474d3 with identifier: HT70%20HHD
2026-03-30 06:54:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd6f3d50-463b-5800-bcb5-c09f845474d3 with identifier: HT70%20HHD to the API
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT70%20HHD-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fd6f3d50-463b-5800-bcb5-c09f845474d3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT70 HHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT70%20HHD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 39522,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 MHT M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BL020CG18871',
 'year': 2021}
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT70%2520HHD%27 HTTP/1.1" 200 None
2026-03-30 06:54:31 [bca.uk] INFO: Saving data for HT70%20HHD: {'auction_closing_time': 1774864800.0, 'created_time': 1774390632.187201, 'last_price_update_time': 1774853671.522339}
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT70%2520HHD') HTTP/1.1" 204 0
2026-03-30 06:54:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with identifier: OE66%20ONK
2026-03-30 06:54:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with identifier: OE66%20ONK
2026-03-30 06:54:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785 with identifier: OE66%20ONK to the API
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE66%20ONK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7991b7cc-ac3b-5ec0-8177-ad4d4bb0a785',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE66 ONK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE66%20ONK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'V90',
 'odometer': 121970,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLVO V90 2.0 D4 190 MOMENTUM G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 MOMENTUM G/T',
 'vin': 'YV1PWA8BDH1007810',
 'year': 2017}
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE66%2520ONK%27 HTTP/1.1" 200 None
2026-03-30 06:54:31 [bca.uk] INFO: Saving data for OE66%20ONK: {'auction_closing_time': 1774951200.0, 'created_time': 1774392066.954168, 'last_price_update_time': 1774853671.807196}
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE66%2520ONK') HTTP/1.1" 204 0
2026-03-30 06:54:31 [bca.uk] INFO: Found listing with ID: GU17%20SDY
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU17%2520SDY%27 HTTP/1.1" 200 None
2026-03-30 06:54:31 [bca.uk] INFO: Scrape type for GU17%20SDY: 2
2026-03-30 06:54:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with identifier: GU17%20SDY
2026-03-30 06:54:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with scrape type 2
2026-03-30 06:54:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with scrape type 2
2026-03-30 06:54:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28da2ebd-b0b5-576f-9a93-d6decf465aa6, identifier: GU17%20SDY
2026-03-30 06:54:31 [bca.uk] INFO: Found listing with ID: VK18%20AEP
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520AEP%27 HTTP/1.1" 200 None
2026-03-30 06:54:31 [bca.uk] INFO: Scrape type for VK18%20AEP: 2
2026-03-30 06:54:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4456e6ff-b28f-5950-884f-396b65122f96 with identifier: VK18%20AEP
2026-03-30 06:54:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4456e6ff-b28f-5950-884f-396b65122f96 with scrape type 2
2026-03-30 06:54:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4456e6ff-b28f-5950-884f-396b65122f96 with scrape type 2
2026-03-30 06:54:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4456e6ff-b28f-5950-884f-396b65122f96, identifier: VK18%20AEP
2026-03-30 06:54:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3477a1d4-1e74-5015-8f1a-9e2a7747252f with identifier: WA17%20VHW
2026-03-30 06:54:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3477a1d4-1e74-5015-8f1a-9e2a7747252f with identifier: WA17%20VHW
2026-03-30 06:54:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3477a1d4-1e74-5015-8f1a-9e2a7747252f with identifier: WA17%20VHW to the API
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA17%20VHW-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '3477a1d4-1e74-5015-8f1a-9e2a7747252f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA17 VHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA17%20VHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HARLEY-DAVIDSON',
 'model': 'XL 1200',
 'odometer': 6380,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON XL 1200 ROADSTER MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'ROADSTER MOTORBIKE',
 'vin': '5HD1LM3C9HC402030',
 'year': 2017}
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA17%2520VHW%27 HTTP/1.1" 200 None
2026-03-30 06:54:32 [bca.uk] INFO: Saving data for WA17%20VHW: {'auction_closing_time': 1775124000.0, 'created_time': 1774365501.222176, 'last_price_update_time': 1774853672.349364}
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA17%2520VHW') HTTP/1.1" 204 0
2026-03-30 06:54:32 [bca.uk] INFO: Found listing with ID: LD22%20AWC
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520AWC%27 HTTP/1.1" 200 None
2026-03-30 06:54:32 [bca.uk] INFO: Scrape type for LD22%20AWC: 2
2026-03-30 06:54:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1cd9233-68f1-52e8-9e61-fb804653041b with identifier: LD22%20AWC
2026-03-30 06:54:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1cd9233-68f1-52e8-9e61-fb804653041b with scrape type 2
2026-03-30 06:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1cd9233-68f1-52e8-9e61-fb804653041b with scrape type 2
2026-03-30 06:54:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b1cd9233-68f1-52e8-9e61-fb804653041b, identifier: LD22%20AWC
2026-03-30 06:54:32 [bca.uk] INFO: Found listing with ID: MC16%20ULH
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC16%2520ULH%27 HTTP/1.1" 200 None
2026-03-30 06:54:32 [bca.uk] INFO: Scrape type for MC16%20ULH: 2
2026-03-30 06:54:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with identifier: MC16%20ULH
2026-03-30 06:54:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with scrape type 2
2026-03-30 06:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with scrape type 2
2026-03-30 06:54:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3f32a77-1e9d-5883-8e04-f05a2cdbb189, identifier: MC16%20ULH
2026-03-30 06:54:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with identifier: GU17%20SDY
2026-03-30 06:54:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with identifier: GU17%20SDY
2026-03-30 06:54:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28da2ebd-b0b5-576f-9a93-d6decf465aa6 with identifier: GU17%20SDY to the API
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU17%20SDY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28da2ebd-b0b5-576f-9a93-d6decf465aa6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GU17 SDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU17%20SDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 78249,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.0 VTEC TURBO 129 SR Hatchback',
 'transmission': 'automatic',
 'trim': 'VTEC TURBO 129 SR',
 'vin': 'SHHFK6860HU002922',
 'year': 2017}
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU17%2520SDY%27 HTTP/1.1" 200 None
2026-03-30 06:54:32 [bca.uk] INFO: Saving data for GU17%20SDY: {'auction_closing_time': 1775124000.0, 'created_time': 1774391055.997477, 'last_price_update_time': 1774853672.880781}
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU17%2520SDY') HTTP/1.1" 204 0
2026-03-30 06:54:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4456e6ff-b28f-5950-884f-396b65122f96 with identifier: VK18%20AEP
2026-03-30 06:54:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4456e6ff-b28f-5950-884f-396b65122f96 with identifier: VK18%20AEP
2026-03-30 06:54:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4456e6ff-b28f-5950-884f-396b65122f96 with identifier: VK18%20AEP to the API
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK18%20AEP-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4456e6ff-b28f-5950-884f-396b65122f96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK18 AEP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK18%20AEP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 52199,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 VVT-I ICON TECH Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I ICON TECH',
 'vin': 'VNKKG3D350A063557',
 'year': 2018}
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK18%2520AEP%27 HTTP/1.1" 200 None
2026-03-30 06:54:33 [bca.uk] INFO: Saving data for VK18%20AEP: {'auction_closing_time': 1775037600.0, 'created_time': 1774361413.324853, 'last_price_update_time': 1774853673.2831}
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK18%2520AEP') HTTP/1.1" 204 0
2026-03-30 06:54:33 [bca.uk] INFO: Found listing with ID: YH23%20RSY
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520RSY%27 HTTP/1.1" 200 None
2026-03-30 06:54:33 [bca.uk] INFO: Scrape type for YH23%20RSY: 2
2026-03-30 06:54:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8065d686-040a-56c2-b22b-84e11113e60d with identifier: YH23%20RSY
2026-03-30 06:54:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8065d686-040a-56c2-b22b-84e11113e60d with scrape type 2
2026-03-30 06:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8065d686-040a-56c2-b22b-84e11113e60d with scrape type 2
2026-03-30 06:54:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8065d686-040a-56c2-b22b-84e11113e60d, identifier: YH23%20RSY
2026-03-30 06:54:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b1cd9233-68f1-52e8-9e61-fb804653041b with identifier: LD22%20AWC
2026-03-30 06:54:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b1cd9233-68f1-52e8-9e61-fb804653041b with identifier: LD22%20AWC
2026-03-30 06:54:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b1cd9233-68f1-52e8-9e61-fb804653041b with identifier: LD22%20AWC to the API
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD22%20AWC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b1cd9233-68f1-52e8-9e61-fb804653041b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD22 AWC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD22%20AWC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '520D',
 'odometer': 26061,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 MHT M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'MHT M SPORT',
 'vin': 'WBA32BL000CK12181',
 'year': 2022}
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD22%2520AWC%27 HTTP/1.1" 200 None
2026-03-30 06:54:33 [bca.uk] INFO: Saving data for LD22%20AWC: {'auction_closing_time': 1774864800.0, 'created_time': 1774390779.866652, 'last_price_update_time': 1774853673.709257}
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD22%2520AWC') HTTP/1.1" 204 0
2026-03-30 06:54:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with identifier: MC16%20ULH
2026-03-30 06:54:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with identifier: MC16%20ULH
2026-03-30 06:54:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3f32a77-1e9d-5883-8e04-f05a2cdbb189 with identifier: MC16%20ULH to the API
2026-03-30 06:54:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MC16%20ULH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd3f32a77-1e9d-5883-8e04-f05a2cdbb189',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MC16 ULH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MC16%20ULH&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 66382,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.7 CRDI 2WD 1 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 2WD 1 ISG',
 'vin': 'U5YPG815LGL126952',
 'year': 2016}
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MC16%2520ULH%27 HTTP/1.1" 200 None
2026-03-30 06:54:34 [bca.uk] INFO: Saving data for MC16%20ULH: {'auction_closing_time': 1774951200.0, 'created_time': 1774392070.36486, 'last_price_update_time': 1774853674.093078}
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MC16%2520ULH') HTTP/1.1" 204 0
2026-03-30 06:54:34 [bca.uk] INFO: Found listing with ID: GX17%20LVB
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX17%2520LVB%27 HTTP/1.1" 200 None
2026-03-30 06:54:34 [bca.uk] INFO: Scrape type for GX17%20LVB: 2
2026-03-30 06:54:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with identifier: GX17%20LVB
2026-03-30 06:54:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with scrape type 2
2026-03-30 06:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with scrape type 2
2026-03-30 06:54:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563, identifier: GX17%20LVB
2026-03-30 06:54:34 [bca.uk] INFO: Found listing with ID: VK19%20FNS
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK19%2520FNS%27 HTTP/1.1" 200 None
2026-03-30 06:54:34 [bca.uk] INFO: Scrape type for VK19%20FNS: 2
2026-03-30 06:54:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16013f56-4373-527e-835e-5ee2944e452f with identifier: VK19%20FNS
2026-03-30 06:54:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16013f56-4373-527e-835e-5ee2944e452f with scrape type 2
2026-03-30 06:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16013f56-4373-527e-835e-5ee2944e452f with scrape type 2
2026-03-30 06:54:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16013f56-4373-527e-835e-5ee2944e452f, identifier: VK19%20FNS
2026-03-30 06:54:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8065d686-040a-56c2-b22b-84e11113e60d with identifier: YH23%20RSY
2026-03-30 06:54:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8065d686-040a-56c2-b22b-84e11113e60d with identifier: YH23%20RSY
2026-03-30 06:54:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8065d686-040a-56c2-b22b-84e11113e60d with identifier: YH23%20RSY to the API
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH23%20RSY-GB',
 'category': 'Motorcycle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '8065d686-040a-56c2-b22b-84e11113e60d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH23 RSY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH23%20RSY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KAWASAKI',
 'model': 'ER',
 'odometer': 4660,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KAWASAKI ER 650 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '650 MOTORBIKE',
 'vin': 'ML5ER650SSDA93607',
 'year': 2023}
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH23%2520RSY%27 HTTP/1.1" 200 None
2026-03-30 06:54:34 [bca.uk] INFO: Saving data for YH23%20RSY: {'auction_closing_time': 1775124000.0, 'created_time': 1774363587.941663, 'last_price_update_time': 1774853674.857367}
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH23%2520RSY') HTTP/1.1" 204 0
2026-03-30 06:54:34 [bca.uk] INFO: Found listing with ID: HT21%20XPB
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520XPB%27 HTTP/1.1" 200 None
2026-03-30 06:54:34 [bca.uk] INFO: Scrape type for HT21%20XPB: 2
2026-03-30 06:54:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with identifier: HT21%20XPB
2026-03-30 06:54:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with scrape type 2
2026-03-30 06:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with scrape type 2
2026-03-30 06:54:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4916c9ee-2abc-5ca3-ab73-ba94dec94b86, identifier: HT21%20XPB
2026-03-30 06:54:34 [bca.uk] INFO: Found listing with ID: BJ18%20ANF
2026-03-30 06:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ18%2520ANF%27 HTTP/1.1" 200 None
2026-03-30 06:54:35 [bca.uk] INFO: Scrape type for BJ18%20ANF: 2
2026-03-30 06:54:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a971ad39-609d-50fd-a46b-3f378d09fe2c with identifier: BJ18%20ANF
2026-03-30 06:54:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a971ad39-609d-50fd-a46b-3f378d09fe2c with scrape type 2
2026-03-30 06:54:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a971ad39-609d-50fd-a46b-3f378d09fe2c with scrape type 2
2026-03-30 06:54:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a971ad39-609d-50fd-a46b-3f378d09fe2c, identifier: BJ18%20ANF
2026-03-30 06:54:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with identifier: GX17%20LVB
2026-03-30 06:54:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with identifier: GX17%20LVB
2026-03-30 06:54:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563 with identifier: GX17%20LVB to the API
2026-03-30 06:54:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 89,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX17%20LVB-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7a0b06f7-5eec-5b7f-a1c4-63f5e35d2563',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX17 LVB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX17%20LVB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 34662,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SE Hatchback',
 'transmission': 'manual',
 'trim': 'SE',
 'vin': 'WDD1760122J596348',
 'year': 2017}
2026-03-30 06:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX17%2520LVB%27 HTTP/1.1" 200 None
2026-03-30 06:54:35 [bca.uk] INFO: Saving data for GX17%20LVB: {'auction_closing_time': 1775124000.0, 'created_time': 1774391054.189601, 'last_price_update_time': 1774853675.654242}
2026-03-30 06:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX17%2520LVB') HTTP/1.1" 204 0
2026-03-30 06:54:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16013f56-4373-527e-835e-5ee2944e452f with identifier: VK19%20FNS
2026-03-30 06:54:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16013f56-4373-527e-835e-5ee2944e452f with identifier: VK19%20FNS
2026-03-30 06:54:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16013f56-4373-527e-835e-5ee2944e452f with identifier: VK19%20FNS to the API
2026-03-30 06:54:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 76,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK19%20FNS-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '16013f56-4373-527e-835e-5ee2944e452f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK19 FNS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK19%20FNS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 72278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.8 VVT-I HYBRID ICON TECH Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON TECH',
 'vin': 'SB1K93BE60E003209',
 'year': 2019}
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK19%2520FNS%27 HTTP/1.1" 200 None
2026-03-30 06:54:36 [bca.uk] INFO: Saving data for VK19%20FNS: {'auction_closing_time': 1775037600.0, 'created_time': 1774361449.775478, 'last_price_update_time': 1774853676.141345}
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK19%2520FNS') HTTP/1.1" 204 0
2026-03-30 06:54:36 [bca.uk] INFO: Found listing with ID: CGZ%202547
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CGZ%25202547%27 HTTP/1.1" 200 None
2026-03-30 06:54:36 [bca.uk] INFO: Scrape type for CGZ%202547: 2
2026-03-30 06:54:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with identifier: CGZ%202547
2026-03-30 06:54:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with scrape type 2
2026-03-30 06:54:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with scrape type 2
2026-03-30 06:54:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6ba1d1c-151d-5f58-b9a4-4de0e39c962c, identifier: CGZ%202547
2026-03-30 06:54:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with identifier: HT21%20XPB
2026-03-30 06:54:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with identifier: HT21%20XPB
2026-03-30 06:54:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4916c9ee-2abc-5ca3-ab73-ba94dec94b86 with identifier: HT21%20XPB to the API
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT21%20XPB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4916c9ee-2abc-5ca3-ab73-ba94dec94b86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HT21 XPB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT21%20XPB&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': '320I',
 'odometer': 33067,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW 320I 2.0 T M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA5F300908B96463',
 'year': 2021}
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520XPB%27 HTTP/1.1" 200 None
2026-03-30 06:54:36 [bca.uk] INFO: Saving data for HT21%20XPB: {'auction_closing_time': 1774864800.0, 'created_time': 1774390779.448267, 'last_price_update_time': 1774853676.653646}
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT21%2520XPB') HTTP/1.1" 204 0
2026-03-30 06:54:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a971ad39-609d-50fd-a46b-3f378d09fe2c with identifier: BJ18%20ANF
2026-03-30 06:54:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a971ad39-609d-50fd-a46b-3f378d09fe2c with identifier: BJ18%20ANF
2026-03-30 06:54:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a971ad39-609d-50fd-a46b-3f378d09fe2c with identifier: BJ18%20ANF to the API
2026-03-30 06:54:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ18%20ANF-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a971ad39-609d-50fd-a46b-3f378d09fe2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ18 ANF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ18%20ANF&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 83944,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 TDCI 120 2WD TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 120 2WD TITANIUM',
 'vin': 'WF0AXXWPMAJY11097',
 'year': 2018}
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ18%2520ANF%27 HTTP/1.1" 200 None
2026-03-30 06:54:37 [bca.uk] INFO: Saving data for BJ18%20ANF: {'auction_closing_time': 1775124000.0, 'created_time': 1774392075.146163, 'last_price_update_time': 1774853677.353956}
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ18%2520ANF') HTTP/1.1" 204 0
2026-03-30 06:54:37 [bca.uk] INFO: Found listing with ID: VN67%20LSE
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN67%2520LSE%27 HTTP/1.1" 200 None
2026-03-30 06:54:37 [bca.uk] INFO: Scrape type for VN67%20LSE: 2
2026-03-30 06:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a73eaf49-c042-547b-a72f-178ffc455811 with identifier: VN67%20LSE
2026-03-30 06:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a73eaf49-c042-547b-a72f-178ffc455811 with scrape type 2
2026-03-30 06:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a73eaf49-c042-547b-a72f-178ffc455811 with scrape type 2
2026-03-30 06:54:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a73eaf49-c042-547b-a72f-178ffc455811, identifier: VN67%20LSE
2026-03-30 06:54:37 [bca.uk] INFO: Found listing with ID: VK67%20BYF
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520BYF%27 HTTP/1.1" 200 None
2026-03-30 06:54:37 [bca.uk] INFO: Scrape type for VK67%20BYF: 2
2026-03-30 06:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with identifier: VK67%20BYF
2026-03-30 06:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with scrape type 2
2026-03-30 06:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with scrape type 2
2026-03-30 06:54:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7, identifier: VK67%20BYF
2026-03-30 06:54:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with identifier: CGZ%202547
2026-03-30 06:54:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with identifier: CGZ%202547
2026-03-30 06:54:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6ba1d1c-151d-5f58-b9a4-4de0e39c962c with identifier: CGZ%202547 to the API
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CGZ%202547-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6ba1d1c-151d-5f58-b9a4-4de0e39c962c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CGZ 2547',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CGZ%202547&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 99705,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1950,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.6 BLUEHDI 120 ALLURE MPV',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 ALLURE',
 'vin': 'VF30UBHZMGS126537',
 'year': 2016}
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CGZ%25202547%27 HTTP/1.1" 200 None
2026-03-30 06:54:37 [bca.uk] INFO: Saving data for CGZ%202547: {'auction_closing_time': 1774940400.0, 'created_time': 1773933806.870898, 'last_price_update_time': 1774853677.961893}
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CGZ%25202547') HTTP/1.1" 204 0
2026-03-30 06:54:37 [bca.uk] INFO: Found listing with ID: BD21%20MHX
2026-03-30 06:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-30 06:54:38 [bca.uk] INFO: Scrape type for BD21%20MHX: 2
2026-03-30 06:54:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4240dd72-d989-5485-a54b-3e98b57c4aff with identifier: BD21%20MHX
2026-03-30 06:54:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4240dd72-d989-5485-a54b-3e98b57c4aff with scrape type 2
2026-03-30 06:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4240dd72-d989-5485-a54b-3e98b57c4aff with scrape type 2
2026-03-30 06:54:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4240dd72-d989-5485-a54b-3e98b57c4aff, identifier: BD21%20MHX
2026-03-30 06:54:38 [bca.uk] INFO: Found listing with ID: HV67%20XJD
2026-03-30 06:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520XJD%27 HTTP/1.1" 200 None
2026-03-30 06:54:38 [bca.uk] INFO: Scrape type for HV67%20XJD: 2
2026-03-30 06:54:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with identifier: HV67%20XJD
2026-03-30 06:54:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with scrape type 2
2026-03-30 06:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with scrape type 2
2026-03-30 06:54:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16ad12d4-c43f-555e-b83e-5bd6f2e21444, identifier: HV67%20XJD
2026-03-30 06:54:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a73eaf49-c042-547b-a72f-178ffc455811 with identifier: VN67%20LSE
2026-03-30 06:54:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a73eaf49-c042-547b-a72f-178ffc455811 with identifier: VN67%20LSE
2026-03-30 06:54:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a73eaf49-c042-547b-a72f-178ffc455811 with identifier: VN67%20LSE to the API
2026-03-30 06:54:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN67%20LSE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a73eaf49-c042-547b-a72f-178ffc455811',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VN67 LSE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN67%20LSE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 101266,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 150 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 150 TITANIUM',
 'vin': 'WF0JXXWPCJHG65114',
 'year': 2017}
2026-03-30 06:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN67%2520LSE%27 HTTP/1.1" 200 None
2026-03-30 06:54:38 [bca.uk] INFO: Saving data for VN67%20LSE: {'auction_closing_time': 1775124000.0, 'created_time': 1774391000.390465, 'last_price_update_time': 1774853678.849791}
2026-03-30 06:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN67%2520LSE') HTTP/1.1" 204 0
2026-03-30 06:54:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with identifier: VK67%20BYF
2026-03-30 06:54:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with identifier: VK67%20BYF
2026-03-30 06:54:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e250c0b-c27f-54cf-a25c-e6d75d1c56a7 with identifier: VK67%20BYF to the API
2026-03-30 06:54:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK67%20BYF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7e250c0b-c27f-54cf-a25c-e6d75d1c56a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK67 BYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK67%20BYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 66879,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 TSI 95 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 SE',
 'vin': 'VSSZZZKJZJR037572',
 'year': 2017}
2026-03-30 06:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520BYF%27 HTTP/1.1" 200 None
2026-03-30 06:54:39 [bca.uk] INFO: Saving data for VK67%20BYF: {'auction_closing_time': 1775037600.0, 'created_time': 1774361411.462788, 'last_price_update_time': 1774853679.550819}
2026-03-30 06:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK67%2520BYF') HTTP/1.1" 204 0
2026-03-30 06:54:39 [bca.uk] INFO: Found listing with ID: RF63%20FCY
2026-03-30 06:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF63%2520FCY%27 HTTP/1.1" 200 None
2026-03-30 06:54:39 [bca.uk] INFO: Scrape type for RF63%20FCY: 2
2026-03-30 06:54:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b1770cb-a998-5baa-b336-1eecb2f0cecd with identifier: RF63%20FCY
2026-03-30 06:54:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b1770cb-a998-5baa-b336-1eecb2f0cecd with scrape type 2
2026-03-30 06:54:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b1770cb-a998-5baa-b336-1eecb2f0cecd with scrape type 2
2026-03-30 06:54:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3b1770cb-a998-5baa-b336-1eecb2f0cecd, identifier: RF63%20FCY
2026-03-30 06:54:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4240dd72-d989-5485-a54b-3e98b57c4aff with identifier: BD21%20MHX
2026-03-30 06:54:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4240dd72-d989-5485-a54b-3e98b57c4aff with identifier: BD21%20MHX
2026-03-30 06:54:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4240dd72-d989-5485-a54b-3e98b57c4aff with identifier: BD21%20MHX to the API
2026-03-30 06:54:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD21%20MHX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4240dd72-d989-5485-a54b-3e98b57c4aff',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD21 MHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD21%20MHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 13347,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.0 TSI 95 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 MATCH',
 'vin': 'WVWZZZAWZMU042555',
 'year': 2021}
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD21%2520MHX%27 HTTP/1.1" 200 None
2026-03-30 06:54:40 [bca.uk] INFO: Saving data for BD21%20MHX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390632.653329, 'last_price_update_time': 1774853680.145223}
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD21%2520MHX') HTTP/1.1" 204 0
2026-03-30 06:54:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with identifier: HV67%20XJD
2026-03-30 06:54:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with identifier: HV67%20XJD
2026-03-30 06:54:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16ad12d4-c43f-555e-b83e-5bd6f2e21444 with identifier: HV67%20XJD to the API
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV67%20XJD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '16ad12d4-c43f-555e-b83e-5bd6f2e21444',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV67 XJD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV67%20XJD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 78405,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1173422N595942',
 'year': 2017}
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV67%2520XJD%27 HTTP/1.1" 200 None
2026-03-30 06:54:40 [bca.uk] INFO: Saving data for HV67%20XJD: {'auction_closing_time': 1775124000.0, 'created_time': 1774392048.654768, 'last_price_update_time': 1774853680.642686}
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV67%2520XJD') HTTP/1.1" 204 0
2026-03-30 06:54:40 [bca.uk] INFO: Found listing with ID: WM17%20XTH
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520XTH%27 HTTP/1.1" 200 None
2026-03-30 06:54:40 [bca.uk] INFO: Scrape type for WM17%20XTH: 2
2026-03-30 06:54:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b783718e-516a-5e71-813d-f8193481b137 with identifier: WM17%20XTH
2026-03-30 06:54:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b783718e-516a-5e71-813d-f8193481b137 with scrape type 2
2026-03-30 06:54:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b783718e-516a-5e71-813d-f8193481b137 with scrape type 2
2026-03-30 06:54:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b783718e-516a-5e71-813d-f8193481b137, identifier: WM17%20XTH
2026-03-30 06:54:40 [bca.uk] INFO: Found listing with ID: VK67%20HTY
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520HTY%27 HTTP/1.1" 200 None
2026-03-30 06:54:40 [bca.uk] INFO: Scrape type for VK67%20HTY: 2
2026-03-30 06:54:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24ce3f66-61e7-5e55-93fd-3838b6383828 with identifier: VK67%20HTY
2026-03-30 06:54:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24ce3f66-61e7-5e55-93fd-3838b6383828 with scrape type 2
2026-03-30 06:54:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24ce3f66-61e7-5e55-93fd-3838b6383828 with scrape type 2
2026-03-30 06:54:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24ce3f66-61e7-5e55-93fd-3838b6383828, identifier: VK67%20HTY
2026-03-30 06:54:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3b1770cb-a998-5baa-b336-1eecb2f0cecd with identifier: RF63%20FCY
2026-03-30 06:54:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3b1770cb-a998-5baa-b336-1eecb2f0cecd with identifier: RF63%20FCY
2026-03-30 06:54:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3b1770cb-a998-5baa-b336-1eecb2f0cecd with identifier: RF63%20FCY to the API
2026-03-30 06:54:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF63%20FCY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3b1770cb-a998-5baa-b336-1eecb2f0cecd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF63 FCY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF63%20FCY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 122726,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2650,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 140 BMT 4M MATCH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 140 BMT 4M MATCH DSG',
 'vin': 'WVGZZZ5NZEW078743',
 'year': 2014}
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF63%2520FCY%27 HTTP/1.1" 200 None
2026-03-30 06:54:41 [bca.uk] INFO: Saving data for RF63%20FCY: {'auction_closing_time': 1774940400.0, 'created_time': 1773933799.421882, 'last_price_update_time': 1774853681.159237}
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF63%2520FCY') HTTP/1.1" 204 0
2026-03-30 06:54:41 [bca.uk] INFO: Found listing with ID: BN15%20MMX
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN15%2520MMX%27 HTTP/1.1" 200 None
2026-03-30 06:54:41 [bca.uk] INFO: Scrape type for BN15%20MMX: 2
2026-03-30 06:54:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3904feb-0d81-5a8a-87b0-1b05a7773998 with identifier: BN15%20MMX
2026-03-30 06:54:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3904feb-0d81-5a8a-87b0-1b05a7773998 with scrape type 2
2026-03-30 06:54:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3904feb-0d81-5a8a-87b0-1b05a7773998 with scrape type 2
2026-03-30 06:54:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3904feb-0d81-5a8a-87b0-1b05a7773998, identifier: BN15%20MMX
2026-03-30 06:54:41 [bca.uk] INFO: Found listing with ID: RO17%20JZC
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520JZC%27 HTTP/1.1" 200 None
2026-03-30 06:54:41 [bca.uk] INFO: Scrape type for RO17%20JZC: 2
2026-03-30 06:54:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with identifier: RO17%20JZC
2026-03-30 06:54:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with scrape type 2
2026-03-30 06:54:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with scrape type 2
2026-03-30 06:54:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a, identifier: RO17%20JZC
2026-03-30 06:54:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b783718e-516a-5e71-813d-f8193481b137 with identifier: WM17%20XTH
2026-03-30 06:54:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b783718e-516a-5e71-813d-f8193481b137 with identifier: WM17%20XTH
2026-03-30 06:54:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b783718e-516a-5e71-813d-f8193481b137 with identifier: WM17%20XTH to the API
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM17%20XTH-GB',
 'category': 'Car',
 'color': 'pink',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b783718e-516a-5e71-813d-f8193481b137',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM17 XTH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM17%20XTH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': '500',
 'odometer': 58030,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FIAT 500 1.2 LOUNGE Hatchback',
 'transmission': 'manual',
 'trim': 'LOUNGE',
 'vin': 'ZFA3120000J797870',
 'year': 2017}
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM17%2520XTH%27 HTTP/1.1" 200 None
2026-03-30 06:54:41 [bca.uk] INFO: Saving data for WM17%20XTH: {'auction_closing_time': 1775124000.0, 'created_time': 1774391009.005062, 'last_price_update_time': 1774853681.742134}
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM17%2520XTH') HTTP/1.1" 204 0
2026-03-30 06:54:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24ce3f66-61e7-5e55-93fd-3838b6383828 with identifier: VK67%20HTY
2026-03-30 06:54:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24ce3f66-61e7-5e55-93fd-3838b6383828 with identifier: VK67%20HTY
2026-03-30 06:54:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24ce3f66-61e7-5e55-93fd-3838b6383828 with identifier: VK67%20HTY to the API
2026-03-30 06:54:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK67%20HTY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '24ce3f66-61e7-5e55-93fd-3838b6383828',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK67 HTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK67%20HTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 53171,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.5 HYBRID ICON 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'HYBRID ICON 4WD',
 'vin': 'JTMRJREV30D149525',
 'year': 2017}
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520HTY%27 HTTP/1.1" 200 None
2026-03-30 06:54:42 [bca.uk] INFO: Saving data for VK67%20HTY: {'auction_closing_time': 1775037600.0, 'created_time': 1774361452.468464, 'last_price_update_time': 1774853682.064626}
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK67%2520HTY') HTTP/1.1" 204 0
2026-03-30 06:54:42 [bca.uk] INFO: Found listing with ID: RJ04%20ODU
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ04%2520ODU%27 HTTP/1.1" 200 None
2026-03-30 06:54:42 [bca.uk] INFO: Scrape type for RJ04%20ODU: 2
2026-03-30 06:54:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cab0721-1bef-504c-9edb-e88c2f59fc3c with identifier: RJ04%20ODU
2026-03-30 06:54:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cab0721-1bef-504c-9edb-e88c2f59fc3c with scrape type 2
2026-03-30 06:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cab0721-1bef-504c-9edb-e88c2f59fc3c with scrape type 2
2026-03-30 06:54:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5cab0721-1bef-504c-9edb-e88c2f59fc3c, identifier: RJ04%20ODU
2026-03-30 06:54:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3904feb-0d81-5a8a-87b0-1b05a7773998 with identifier: BN15%20MMX
2026-03-30 06:54:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3904feb-0d81-5a8a-87b0-1b05a7773998 with identifier: BN15%20MMX
2026-03-30 06:54:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3904feb-0d81-5a8a-87b0-1b05a7773998 with identifier: BN15%20MMX to the API
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN15%20MMX-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a3904feb-0d81-5a8a-87b0-1b05a7773998',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN15 MMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN15%20MMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'SHARAN',
 'odometer': 86100,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN SHARAN 2.0 TDI CR 177 BMT SEL DSG MPV',
 'transmission': 'automatic',
 'trim': 'TDI CR 177 BMT SEL DSG',
 'vin': 'WVWZZZ7NZFV031597',
 'year': 2015}
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN15%2520MMX%27 HTTP/1.1" 200 None
2026-03-30 06:54:42 [bca.uk] INFO: Saving data for BN15%20MMX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390630.815642, 'last_price_update_time': 1774853682.556173}
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN15%2520MMX') HTTP/1.1" 204 0
2026-03-30 06:54:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with identifier: RO17%20JZC
2026-03-30 06:54:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with identifier: RO17%20JZC
2026-03-30 06:54:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a with identifier: RO17%20JZC to the API
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO17%20JZC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2d9ab88f-c103-5bdf-98f0-cc2eb438ce2a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO17 JZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO17%20JZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 56193,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1173422N515930',
 'year': 2017}
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520JZC%27 HTTP/1.1" 200 None
2026-03-30 06:54:42 [bca.uk] INFO: Saving data for RO17%20JZC: {'auction_closing_time': 1775124000.0, 'created_time': 1774392052.754013, 'last_price_update_time': 1774853682.951013}
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO17%2520JZC') HTTP/1.1" 204 0
2026-03-30 06:54:42 [bca.uk] INFO: Found listing with ID: YB19%20POM
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520POM%27 HTTP/1.1" 200 None
2026-03-30 06:54:42 [bca.uk] INFO: Scrape type for YB19%20POM: 2
2026-03-30 06:54:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with identifier: YB19%20POM
2026-03-30 06:54:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with scrape type 2
2026-03-30 06:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with scrape type 2
2026-03-30 06:54:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ee1948a-85fc-5b44-9de2-1cdb37f58a00, identifier: YB19%20POM
2026-03-30 06:54:43 [bca.uk] INFO: Found listing with ID: VN19%20JWG
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520JWG%27 HTTP/1.1" 200 None
2026-03-30 06:54:43 [bca.uk] INFO: Scrape type for VN19%20JWG: 2
2026-03-30 06:54:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d473f6d9-74a4-5487-8501-f16221d28e48 with identifier: VN19%20JWG
2026-03-30 06:54:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d473f6d9-74a4-5487-8501-f16221d28e48 with scrape type 2
2026-03-30 06:54:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d473f6d9-74a4-5487-8501-f16221d28e48 with scrape type 2
2026-03-30 06:54:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d473f6d9-74a4-5487-8501-f16221d28e48, identifier: VN19%20JWG
2026-03-30 06:54:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5cab0721-1bef-504c-9edb-e88c2f59fc3c with identifier: RJ04%20ODU
2026-03-30 06:54:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5cab0721-1bef-504c-9edb-e88c2f59fc3c with identifier: RJ04%20ODU
2026-03-30 06:54:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5cab0721-1bef-504c-9edb-e88c2f59fc3c with identifier: RJ04%20ODU to the API
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RJ04%20ODU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5cab0721-1bef-504c-9edb-e88c2f59fc3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RJ04 ODU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RJ04%20ODU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 118265,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4325,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 SE EXECUTIVE Saloon',
 'transmission': 'manual',
 'trim': 'SE EXECUTIVE',
 'vin': 'WDD2050042R151386',
 'year': 2016}
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RJ04%2520ODU%27 HTTP/1.1" 200 None
2026-03-30 06:54:43 [bca.uk] INFO: Saving data for RJ04%20ODU: {'auction_closing_time': 1774940400.0, 'created_time': 1774004655.929626, 'last_price_update_time': 1774853683.56367}
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ04%2520ODU') HTTP/1.1" 204 0
2026-03-30 06:54:43 [bca.uk] INFO: Found listing with ID: BU70%20KNJ
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU70%2520KNJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:43 [bca.uk] INFO: Scrape type for BU70%20KNJ: 2
2026-03-30 06:54:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with identifier: BU70%20KNJ
2026-03-30 06:54:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with scrape type 2
2026-03-30 06:54:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with scrape type 2
2026-03-30 06:54:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac6eeb8e-9e92-5ded-ba9f-7026856d94a3, identifier: BU70%20KNJ
2026-03-30 06:54:43 [bca.uk] INFO: Found listing with ID: BT18%20PZB
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520PZB%27 HTTP/1.1" 200 None
2026-03-30 06:54:43 [bca.uk] INFO: Scrape type for BT18%20PZB: 2
2026-03-30 06:54:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef95fb18-709b-590a-8c04-56b5c155845c with identifier: BT18%20PZB
2026-03-30 06:54:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef95fb18-709b-590a-8c04-56b5c155845c with scrape type 2
2026-03-30 06:54:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef95fb18-709b-590a-8c04-56b5c155845c with scrape type 2
2026-03-30 06:54:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ef95fb18-709b-590a-8c04-56b5c155845c, identifier: BT18%20PZB
2026-03-30 06:54:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with identifier: YB19%20POM
2026-03-30 06:54:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with identifier: YB19%20POM
2026-03-30 06:54:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ee1948a-85fc-5b44-9de2-1cdb37f58a00 with identifier: YB19%20POM to the API
2026-03-30 06:54:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB19%20POM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8ee1948a-85fc-5b44-9de2-1cdb37f58a00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB19 POM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB19%20POM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 31919,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 140 N-CONNECTA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 140 N-CONNECTA',
 'vin': 'SJNFFAJ11U2505565',
 'year': 2019}
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB19%2520POM%27 HTTP/1.1" 200 None
2026-03-30 06:54:44 [bca.uk] INFO: Saving data for YB19%20POM: {'auction_closing_time': 1775124000.0, 'created_time': 1774391011.355907, 'last_price_update_time': 1774853684.15972}
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB19%2520POM') HTTP/1.1" 204 0
2026-03-30 06:54:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d473f6d9-74a4-5487-8501-f16221d28e48 with identifier: VN19%20JWG
2026-03-30 06:54:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d473f6d9-74a4-5487-8501-f16221d28e48 with identifier: VN19%20JWG
2026-03-30 06:54:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d473f6d9-74a4-5487-8501-f16221d28e48 with identifier: VN19%20JWG to the API
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN19%20JWG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd473f6d9-74a4-5487-8501-f16221d28e48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN19 JWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN19%20JWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 60058,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 EBL 240 ST-LINE (8SP) MPV',
 'transmission': 'automatic',
 'trim': 'EBL 240 ST-LINE (8SP)',
 'vin': 'WF0JXXWPCJJA39488',
 'year': 2019}
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN19%2520JWG%27 HTTP/1.1" 200 None
2026-03-30 06:54:44 [bca.uk] INFO: Saving data for VN19%20JWG: {'auction_closing_time': 1775037600.0, 'created_time': 1774361406.617919, 'last_price_update_time': 1774853684.547135}
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN19%2520JWG') HTTP/1.1" 204 0
2026-03-30 06:54:44 [bca.uk] INFO: Found listing with ID: CE17%20ZGG
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE17%2520ZGG%27 HTTP/1.1" 200 None
2026-03-30 06:54:44 [bca.uk] INFO: Scrape type for CE17%20ZGG: 2
2026-03-30 06:54:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75d8e16f-9a19-5091-9730-e886b8e0a461 with identifier: CE17%20ZGG
2026-03-30 06:54:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75d8e16f-9a19-5091-9730-e886b8e0a461 with scrape type 2
2026-03-30 06:54:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75d8e16f-9a19-5091-9730-e886b8e0a461 with scrape type 2
2026-03-30 06:54:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75d8e16f-9a19-5091-9730-e886b8e0a461, identifier: CE17%20ZGG
2026-03-30 06:54:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with identifier: BU70%20KNJ
2026-03-30 06:54:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with identifier: BU70%20KNJ
2026-03-30 06:54:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac6eeb8e-9e92-5ded-ba9f-7026856d94a3 with identifier: BU70%20KNJ to the API
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU70%20KNJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ac6eeb8e-9e92-5ded-ba9f-7026856d94a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU70 KNJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU70%20KNJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'E300 D',
 'odometer': 47248,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E300 D 2.0 AMG LINE PREMIUM 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'W1K2383182F145052',
 'year': 2020}
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU70%2520KNJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:44 [bca.uk] INFO: Saving data for BU70%20KNJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774390623.973163, 'last_price_update_time': 1774853684.960707}
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU70%2520KNJ') HTTP/1.1" 204 0
2026-03-30 06:54:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ef95fb18-709b-590a-8c04-56b5c155845c with identifier: BT18%20PZB
2026-03-30 06:54:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ef95fb18-709b-590a-8c04-56b5c155845c with identifier: BT18%20PZB
2026-03-30 06:54:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ef95fb18-709b-590a-8c04-56b5c155845c with identifier: BT18%20PZB to the API
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT18%20PZB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ef95fb18-709b-590a-8c04-56b5c155845c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT18 PZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT18%20PZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 66072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 D180 AWD S Hatchback',
 'transmission': 'automatic',
 'trim': 'D180 AWD S',
 'vin': 'SADFA2AN5J1Z25306',
 'year': 2018}
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT18%2520PZB%27 HTTP/1.1" 200 None
2026-03-30 06:54:45 [bca.uk] INFO: Saving data for BT18%20PZB: {'auction_closing_time': 1774951200.0, 'created_time': 1774392037.345148, 'last_price_update_time': 1774853685.237065}
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT18%2520PZB') HTTP/1.1" 204 0
2026-03-30 06:54:45 [bca.uk] INFO: Found listing with ID: FP10%20ONE
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520ONE%27 HTTP/1.1" 200 None
2026-03-30 06:54:45 [bca.uk] INFO: Scrape type for FP10%20ONE: 2
2026-03-30 06:54:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 117b7cfd-7eee-56db-974a-b40255e587cd with identifier: FP10%20ONE
2026-03-30 06:54:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 117b7cfd-7eee-56db-974a-b40255e587cd with scrape type 2
2026-03-30 06:54:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 117b7cfd-7eee-56db-974a-b40255e587cd with scrape type 2
2026-03-30 06:54:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 117b7cfd-7eee-56db-974a-b40255e587cd, identifier: FP10%20ONE
2026-03-30 06:54:45 [bca.uk] INFO: Found listing with ID: VO66%20LFY
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520LFY%27 HTTP/1.1" 200 None
2026-03-30 06:54:45 [bca.uk] INFO: Scrape type for VO66%20LFY: 2
2026-03-30 06:54:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with identifier: VO66%20LFY
2026-03-30 06:54:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with scrape type 2
2026-03-30 06:54:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with scrape type 2
2026-03-30 06:54:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9db094f7-62e8-54ef-bb56-4dabc8ee7c96, identifier: VO66%20LFY
2026-03-30 06:54:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75d8e16f-9a19-5091-9730-e886b8e0a461 with identifier: CE17%20ZGG
2026-03-30 06:54:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75d8e16f-9a19-5091-9730-e886b8e0a461 with identifier: CE17%20ZGG
2026-03-30 06:54:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75d8e16f-9a19-5091-9730-e886b8e0a461 with identifier: CE17%20ZGG to the API
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CE17%20ZGG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '75d8e16f-9a19-5091-9730-e886b8e0a461',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CE17 ZGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CE17%20ZGG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'DS AUTOMOBILES',
 'model': 'DS 3',
 'odometer': 78905,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 1700,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'DS AUTOMOBILES DS 3 1.2 P/T 82 CHIC Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 82 CHIC',
 'vin': 'VF7SAHMZ6HW502010',
 'year': 2017}
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CE17%2520ZGG%27 HTTP/1.1" 200 None
2026-03-30 06:54:45 [bca.uk] INFO: Saving data for CE17%20ZGG: {'auction_closing_time': 1774940400.0, 'created_time': 1773933047.089015, 'last_price_update_time': 1774853685.784075}
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CE17%2520ZGG') HTTP/1.1" 204 0
2026-03-30 06:54:45 [bca.uk] INFO: Found listing with ID: CX19%20KCF
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX19%2520KCF%27 HTTP/1.1" 200 None
2026-03-30 06:54:45 [bca.uk] INFO: Scrape type for CX19%20KCF: 2
2026-03-30 06:54:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb20a60a-0548-5c7a-8c81-03f51045a439 with identifier: CX19%20KCF
2026-03-30 06:54:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb20a60a-0548-5c7a-8c81-03f51045a439 with scrape type 2
2026-03-30 06:54:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb20a60a-0548-5c7a-8c81-03f51045a439 with scrape type 2
2026-03-30 06:54:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb20a60a-0548-5c7a-8c81-03f51045a439, identifier: CX19%20KCF
2026-03-30 06:54:46 [bca.uk] INFO: Found listing with ID: DA66%20VHZ
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA66%2520VHZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:46 [bca.uk] INFO: Scrape type for DA66%20VHZ: 2
2026-03-30 06:54:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9be83de-a01a-51b7-9450-1f06310a656a with identifier: DA66%20VHZ
2026-03-30 06:54:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9be83de-a01a-51b7-9450-1f06310a656a with scrape type 2
2026-03-30 06:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9be83de-a01a-51b7-9450-1f06310a656a with scrape type 2
2026-03-30 06:54:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9be83de-a01a-51b7-9450-1f06310a656a, identifier: DA66%20VHZ
2026-03-30 06:54:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 117b7cfd-7eee-56db-974a-b40255e587cd with identifier: FP10%20ONE
2026-03-30 06:54:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 117b7cfd-7eee-56db-974a-b40255e587cd with identifier: FP10%20ONE
2026-03-30 06:54:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 117b7cfd-7eee-56db-974a-b40255e587cd with identifier: FP10%20ONE to the API
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP10%20ONE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '117b7cfd-7eee-56db-974a-b40255e587cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP10 ONE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP10%20ONE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 79702,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 3.0 D V6 300 AWD S StationWagon',
 'transmission': 'automatic',
 'trim': 'D V6 300 AWD S',
 'vin': 'SADCA2AK8JA279235',
 'year': 2017}
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP10%2520ONE%27 HTTP/1.1" 200 None
2026-03-30 06:54:46 [bca.uk] INFO: Saving data for FP10%20ONE: {'auction_closing_time': 1774951200.0, 'created_time': 1774391065.331606, 'last_price_update_time': 1774853686.467794}
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP10%2520ONE') HTTP/1.1" 204 0
2026-03-30 06:54:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with identifier: VO66%20LFY
2026-03-30 06:54:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with identifier: VO66%20LFY
2026-03-30 06:54:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9db094f7-62e8-54ef-bb56-4dabc8ee7c96 with identifier: VO66%20LFY to the API
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO66%20LFY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9db094f7-62e8-54ef-bb56-4dabc8ee7c96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO66 LFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO66%20LFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'CIVIC',
 'odometer': 48938,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'HONDA CIVIC 1.6 I-DTEC 120 SE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'I-DTEC 120 SE PLUS',
 'vin': 'SHHFK3770GU603030',
 'year': 2016}
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO66%2520LFY%27 HTTP/1.1" 200 None
2026-03-30 06:54:46 [bca.uk] INFO: Saving data for VO66%20LFY: {'auction_closing_time': 1775037600.0, 'created_time': 1774361405.281244, 'last_price_update_time': 1774853686.787083}
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO66%2520LFY') HTTP/1.1" 204 0
2026-03-30 06:54:46 [bca.uk] INFO: Found listing with ID: YA16%20GDK
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520GDK%27 HTTP/1.1" 200 None
2026-03-30 06:54:46 [bca.uk] INFO: Scrape type for YA16%20GDK: 2
2026-03-30 06:54:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with identifier: YA16%20GDK
2026-03-30 06:54:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with scrape type 2
2026-03-30 06:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with scrape type 2
2026-03-30 06:54:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 73b86c6b-6303-5f29-a8b9-a9fbac8f7275, identifier: YA16%20GDK
2026-03-30 06:54:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:54:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb20a60a-0548-5c7a-8c81-03f51045a439 with identifier: CX19%20KCF
2026-03-30 06:54:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb20a60a-0548-5c7a-8c81-03f51045a439 with identifier: CX19%20KCF
2026-03-30 06:54:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb20a60a-0548-5c7a-8c81-03f51045a439 with identifier: CX19%20KCF to the API
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CX19%20KCF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cb20a60a-0548-5c7a-8c81-03f51045a439',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CX19 KCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CX19%20KCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 66424,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 LANDMARK StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 LANDMARK',
 'vin': 'SALCA2AN3KH806394',
 'year': 2019}
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CX19%2520KCF%27 HTTP/1.1" 200 None
2026-03-30 06:54:47 [bca.uk] INFO: Saving data for CX19%20KCF: {'auction_closing_time': 1775037600.0, 'created_time': 1774390623.241818, 'last_price_update_time': 1774853687.189023}
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CX19%2520KCF') HTTP/1.1" 204 0
2026-03-30 06:54:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9be83de-a01a-51b7-9450-1f06310a656a with identifier: DA66%20VHZ
2026-03-30 06:54:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9be83de-a01a-51b7-9450-1f06310a656a with identifier: DA66%20VHZ
2026-03-30 06:54:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9be83de-a01a-51b7-9450-1f06310a656a with identifier: DA66%20VHZ to the API
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA66%20VHZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f9be83de-a01a-51b7-9450-1f06310a656a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA66 VHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA66%20VHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 68124,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1173422N441216',
 'year': 2016}
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA66%2520VHZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:47 [bca.uk] INFO: Saving data for DA66%20VHZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774392039.646618, 'last_price_update_time': 1774853687.492068}
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA66%2520VHZ') HTTP/1.1" 204 0
2026-03-30 06:54:47 [bca.uk] INFO: Found listing with ID: LO70%20WRN
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520WRN%27 HTTP/1.1" 200 None
2026-03-30 06:54:47 [bca.uk] INFO: Scrape type for LO70%20WRN: 2
2026-03-30 06:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8afa941-4e18-51ee-9011-8dfa01d6c560 with identifier: LO70%20WRN
2026-03-30 06:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8afa941-4e18-51ee-9011-8dfa01d6c560 with scrape type 2
2026-03-30 06:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8afa941-4e18-51ee-9011-8dfa01d6c560 with scrape type 2
2026-03-30 06:54:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8afa941-4e18-51ee-9011-8dfa01d6c560, identifier: LO70%20WRN
2026-03-30 06:54:47 [bca.uk] INFO: Found listing with ID: VO70%20VOU
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520VOU%27 HTTP/1.1" 200 None
2026-03-30 06:54:47 [bca.uk] INFO: Scrape type for VO70%20VOU: 2
2026-03-30 06:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with identifier: VO70%20VOU
2026-03-30 06:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with scrape type 2
2026-03-30 06:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with scrape type 2
2026-03-30 06:54:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6581fd2-74cf-5eda-9a27-7acdc15fbcc2, identifier: VO70%20VOU
2026-03-30 06:54:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with identifier: YA16%20GDK
2026-03-30 06:54:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with identifier: YA16%20GDK
2026-03-30 06:54:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 73b86c6b-6303-5f29-a8b9-a9fbac8f7275 with identifier: YA16%20GDK to the API
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA16%20GDK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '73b86c6b-6303-5f29-a8b9-a9fbac8f7275',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA16 GDK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA16%20GDK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '118I',
 'odometer': 90198,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3100,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1R52010V554300',
 'year': 2016}
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA16%2520GDK%27 HTTP/1.1" 200 None
2026-03-30 06:54:47 [bca.uk] INFO: Saving data for YA16%20GDK: {'auction_closing_time': 1774940400.0, 'created_time': 1773933796.669276, 'last_price_update_time': 1774853687.991099}
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA16%2520GDK') HTTP/1.1" 204 0
2026-03-30 06:54:48 [bca.uk] INFO: Found listing with ID: FP58%20MGX
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP58%2520MGX%27 HTTP/1.1" 200 None
2026-03-30 06:54:48 [bca.uk] INFO: Scrape type for FP58%20MGX: 2
2026-03-30 06:54:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b10f29dc-f6f7-5d93-867d-e3a544848975 with identifier: FP58%20MGX
2026-03-30 06:54:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b10f29dc-f6f7-5d93-867d-e3a544848975 with scrape type 2
2026-03-30 06:54:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b10f29dc-f6f7-5d93-867d-e3a544848975 with scrape type 2
2026-03-30 06:54:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b10f29dc-f6f7-5d93-867d-e3a544848975, identifier: FP58%20MGX
2026-03-30 06:54:48 [bca.uk] INFO: Found listing with ID: ET66%20EHE
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520EHE%27 HTTP/1.1" 200 None
2026-03-30 06:54:48 [bca.uk] INFO: Scrape type for ET66%20EHE: 2
2026-03-30 06:54:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb2a0cb1-b855-5fcd-aa94-aee546432e86 with identifier: ET66%20EHE
2026-03-30 06:54:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb2a0cb1-b855-5fcd-aa94-aee546432e86 with scrape type 2
2026-03-30 06:54:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb2a0cb1-b855-5fcd-aa94-aee546432e86 with scrape type 2
2026-03-30 06:54:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb2a0cb1-b855-5fcd-aa94-aee546432e86, identifier: ET66%20EHE
2026-03-30 06:54:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8afa941-4e18-51ee-9011-8dfa01d6c560 with identifier: LO70%20WRN
2026-03-30 06:54:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8afa941-4e18-51ee-9011-8dfa01d6c560 with identifier: LO70%20WRN
2026-03-30 06:54:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8afa941-4e18-51ee-9011-8dfa01d6c560 with identifier: LO70%20WRN to the API
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO70%20WRN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b8afa941-4e18-51ee-9011-8dfa01d6c560',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO70 WRN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO70%20WRN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'E-TRON',
 'odometer': 39379,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON 71KWH 50 Q TECHNIK StationWagon',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q TECHNIK',
 'vin': 'WAUZZZGE6MB019050',
 'year': 2021}
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO70%2520WRN%27 HTTP/1.1" 200 None
2026-03-30 06:54:48 [bca.uk] INFO: Saving data for LO70%20WRN: {'auction_closing_time': 1774951200.0, 'created_time': 1774391068.681295, 'last_price_update_time': 1774853688.526426}
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO70%2520WRN') HTTP/1.1" 204 0
2026-03-30 06:54:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with identifier: VO70%20VOU
2026-03-30 06:54:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with identifier: VO70%20VOU
2026-03-30 06:54:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6581fd2-74cf-5eda-9a27-7acdc15fbcc2 with identifier: VO70%20VOU to the API
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 210,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO70%20VOU-GB',
 'category': 'Car',
 'color': 'mineral white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e6581fd2-74cf-5eda-9a27-7acdc15fbcc2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO70 VOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO70%20VOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 83986,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 30D M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 30D M SPORT',
 'vin': 'WBACV620809C82057',
 'year': 2020}
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54: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%2520VOU%27 HTTP/1.1" 200 None
2026-03-30 06:54:48 [bca.uk] INFO: Saving data for VO70%20VOU: {'auction_closing_time': 1775037600.0, 'created_time': 1774361419.136851, 'last_price_update_time': 1774853688.829374}
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO70%2520VOU') HTTP/1.1" 204 0
2026-03-30 06:54:48 [bca.uk] INFO: Found listing with ID: VO69%20HUK
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520HUK%27 HTTP/1.1" 200 None
2026-03-30 06:54:48 [bca.uk] INFO: Scrape type for VO69%20HUK: 2
2026-03-30 06:54:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe5c904-777a-5f2d-9f92-e6aff802e1fe with identifier: VO69%20HUK
2026-03-30 06:54:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe5c904-777a-5f2d-9f92-e6aff802e1fe with scrape type 2
2026-03-30 06:54:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbe5c904-777a-5f2d-9f92-e6aff802e1fe with scrape type 2
2026-03-30 06:54:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fbe5c904-777a-5f2d-9f92-e6aff802e1fe, identifier: VO69%20HUK
2026-03-30 06:54:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b10f29dc-f6f7-5d93-867d-e3a544848975 with identifier: FP58%20MGX
2026-03-30 06:54:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b10f29dc-f6f7-5d93-867d-e3a544848975 with identifier: FP58%20MGX
2026-03-30 06:54:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b10f29dc-f6f7-5d93-867d-e3a544848975 with identifier: FP58%20MGX to the API
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=115&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP58%20MGX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b10f29dc-f6f7-5d93-867d-e3a544848975',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP58 MGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP58%20MGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 147524,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.2 D-4D XT-R StationWagon',
 'transmission': 'manual',
 'trim': 'D-4D XT-R',
 'vin': 'JTMBA31V006102655',
 'year': 2009}
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP58%2520MGX%27 HTTP/1.1" 200 None
2026-03-30 06:54:49 [bca.uk] INFO: Saving data for FP58%20MGX: {'auction_closing_time': 1775037600.0, 'created_time': 1774390621.98462, 'last_price_update_time': 1774853689.227162}
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP58%2520MGX') HTTP/1.1" 204 0
2026-03-30 06:54:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb2a0cb1-b855-5fcd-aa94-aee546432e86 with identifier: ET66%20EHE
2026-03-30 06:54:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb2a0cb1-b855-5fcd-aa94-aee546432e86 with identifier: ET66%20EHE
2026-03-30 06:54:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb2a0cb1-b855-5fcd-aa94-aee546432e86 with identifier: ET66%20EHE to the API
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ET66%20EHE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb2a0cb1-b855-5fcd-aa94-aee546432e86',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ET66 EHE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ET66%20EHE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D',
 'odometer': 79579,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 D 2.1 AMG LINE 4M DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE 4M DCT',
 'vin': 'WDD1173052N480110',
 'year': 2017}
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ET66%2520EHE%27 HTTP/1.1" 200 None
2026-03-30 06:54:49 [bca.uk] INFO: Saving data for ET66%20EHE: {'auction_closing_time': 1774951200.0, 'created_time': 1774392020.380707, 'last_price_update_time': 1774853689.512405}
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ET66%2520EHE') HTTP/1.1" 204 0
2026-03-30 06:54:49 [bca.uk] INFO: Found listing with ID: HG18%20GLJ
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520GLJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:49 [bca.uk] INFO: Scrape type for HG18%20GLJ: 2
2026-03-30 06:54:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 973e2453-b8ec-58a9-bb33-ac86479e1e5e with identifier: HG18%20GLJ
2026-03-30 06:54:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 973e2453-b8ec-58a9-bb33-ac86479e1e5e with scrape type 2
2026-03-30 06:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 973e2453-b8ec-58a9-bb33-ac86479e1e5e with scrape type 2
2026-03-30 06:54:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 973e2453-b8ec-58a9-bb33-ac86479e1e5e, identifier: HG18%20GLJ
2026-03-30 06:54:49 [bca.uk] INFO: Found listing with ID: VX71%20CYA
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX71%2520CYA%27 HTTP/1.1" 200 None
2026-03-30 06:54:49 [bca.uk] INFO: Scrape type for VX71%20CYA: 2
2026-03-30 06:54:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9ec2cf1-2afa-5865-b103-35123f785b9c with identifier: VX71%20CYA
2026-03-30 06:54:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9ec2cf1-2afa-5865-b103-35123f785b9c with scrape type 2
2026-03-30 06:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9ec2cf1-2afa-5865-b103-35123f785b9c with scrape type 2
2026-03-30 06:54:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d9ec2cf1-2afa-5865-b103-35123f785b9c, identifier: VX71%20CYA
2026-03-30 06:54:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fbe5c904-777a-5f2d-9f92-e6aff802e1fe with identifier: VO69%20HUK
2026-03-30 06:54:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fbe5c904-777a-5f2d-9f92-e6aff802e1fe with identifier: VO69%20HUK
2026-03-30 06:54:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fbe5c904-777a-5f2d-9f92-e6aff802e1fe with identifier: VO69%20HUK to the API
2026-03-30 06:54:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO69%20HUK-GB',
 'category': 'Motorcycle',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'fbe5c904-777a-5f2d-9f92-e6aff802e1fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO69 HUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO69%20HUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'DUCATI',
 'model': 'MULTISTRADA',
 'odometer': 17771,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'DUCATI MULTISTRADA 1260 S D-AIR MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1260 S D-AIR MOTORBIKE',
 'vin': 'ZDMAC00AALB011920',
 'year': 2019}
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520HUK%27 HTTP/1.1" 200 None
2026-03-30 06:54:50 [bca.uk] INFO: Saving data for VO69%20HUK: {'auction_closing_time': 1775124000.0, 'created_time': 1774362846.537155, 'last_price_update_time': 1774853690.039358}
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO69%2520HUK') HTTP/1.1" 204 0
2026-03-30 06:54:50 [bca.uk] INFO: Found listing with ID: OY67%20SZD
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY67%2520SZD%27 HTTP/1.1" 200 None
2026-03-30 06:54:50 [bca.uk] INFO: Scrape type for OY67%20SZD: 2
2026-03-30 06:54:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13703345-e3bb-568b-b09b-725a98e35052 with identifier: OY67%20SZD
2026-03-30 06:54:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13703345-e3bb-568b-b09b-725a98e35052 with scrape type 2
2026-03-30 06:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13703345-e3bb-568b-b09b-725a98e35052 with scrape type 2
2026-03-30 06:54:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13703345-e3bb-568b-b09b-725a98e35052, identifier: OY67%20SZD
2026-03-30 06:54:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 973e2453-b8ec-58a9-bb33-ac86479e1e5e with identifier: HG18%20GLJ
2026-03-30 06:54:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 973e2453-b8ec-58a9-bb33-ac86479e1e5e with identifier: HG18%20GLJ
2026-03-30 06:54:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 973e2453-b8ec-58a9-bb33-ac86479e1e5e with identifier: HG18%20GLJ to the API
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG18%20GLJ-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '973e2453-b8ec-58a9-bb33-ac86479e1e5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG18 GLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG18%20GLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 63299,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.3 I-VTEC 102 SE Hatchback',
 'transmission': 'manual',
 'trim': 'I-VTEC 102 SE',
 'vin': 'JHMGK3750JX222609',
 'year': 2018}
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG18%2520GLJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:50 [bca.uk] INFO: Saving data for HG18%20GLJ: {'auction_closing_time': 1775124000.0, 'created_time': 1774391066.53102, 'last_price_update_time': 1774853690.557502}
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG18%2520GLJ') HTTP/1.1" 204 0
2026-03-30 06:54:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d9ec2cf1-2afa-5865-b103-35123f785b9c with identifier: VX71%20CYA
2026-03-30 06:54:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d9ec2cf1-2afa-5865-b103-35123f785b9c with identifier: VX71%20CYA
2026-03-30 06:54:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d9ec2cf1-2afa-5865-b103-35123f785b9c with identifier: VX71%20CYA to the API
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX71%20CYA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd9ec2cf1-2afa-5865-b103-35123f785b9c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX71 CYA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX71%20CYA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 40261,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.2 D SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'D SPORT',
 'vin': 'JMZKF6W1690250039',
 'year': 2022}
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX71%2520CYA%27 HTTP/1.1" 200 None
2026-03-30 06:54:50 [bca.uk] INFO: Saving data for VX71%20CYA: {'auction_closing_time': 1775037600.0, 'created_time': 1774005102.024676, 'last_price_update_time': 1774853690.937806}
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX71%2520CYA') HTTP/1.1" 204 0
2026-03-30 06:54:50 [bca.uk] INFO: Found listing with ID: DG22%20XCA
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520XCA%27 HTTP/1.1" 200 None
2026-03-30 06:54:50 [bca.uk] INFO: Scrape type for DG22%20XCA: 2
2026-03-30 06:54:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with identifier: DG22%20XCA
2026-03-30 06:54:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with scrape type 2
2026-03-30 06:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with scrape type 2
2026-03-30 06:54:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fd9c9f8-9220-5cd3-9234-a6014d65d09e, identifier: DG22%20XCA
2026-03-30 06:54:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13703345-e3bb-568b-b09b-725a98e35052 with identifier: OY67%20SZD
2026-03-30 06:54:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13703345-e3bb-568b-b09b-725a98e35052 with identifier: OY67%20SZD
2026-03-30 06:54:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13703345-e3bb-568b-b09b-725a98e35052 with identifier: OY67%20SZD to the API
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY67%20SZD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13703345-e3bb-568b-b09b-725a98e35052',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY67 SZD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY67%20SZD&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D S/B',
 'odometer': 67654,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 D S/B 2.1 AMG LINE DCT Estate',
 'transmission': 'automatic',
 'trim': 'AMG LINE DCT',
 'vin': 'WDD1179032N583834',
 'year': 2017}
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY67%2520SZD%27 HTTP/1.1" 200 None
2026-03-30 06:54:51 [bca.uk] INFO: Saving data for OY67%20SZD: {'auction_closing_time': 1774951200.0, 'created_time': 1774392018.472656, 'last_price_update_time': 1774853691.373333}
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY67%2520SZD') HTTP/1.1" 204 0
2026-03-30 06:54:51 [bca.uk] INFO: Found listing with ID: BN69%20HDG
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520HDG%27 HTTP/1.1" 200 None
2026-03-30 06:54:51 [bca.uk] INFO: Scrape type for BN69%20HDG: 2
2026-03-30 06:54:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b378e22-642e-5b9d-80e1-570d08fc0fdf with identifier: BN69%20HDG
2026-03-30 06:54:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b378e22-642e-5b9d-80e1-570d08fc0fdf with scrape type 2
2026-03-30 06:54:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b378e22-642e-5b9d-80e1-570d08fc0fdf with scrape type 2
2026-03-30 06:54:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b378e22-642e-5b9d-80e1-570d08fc0fdf, identifier: BN69%20HDG
2026-03-30 06:54:51 [bca.uk] INFO: Found listing with ID: WP18%20NGU
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520NGU%27 HTTP/1.1" 200 None
2026-03-30 06:54:51 [bca.uk] INFO: Scrape type for WP18%20NGU: 2
2026-03-30 06:54:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab118bac-06be-51eb-9f76-e07030b5b65c with identifier: WP18%20NGU
2026-03-30 06:54:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab118bac-06be-51eb-9f76-e07030b5b65c with scrape type 2
2026-03-30 06:54:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab118bac-06be-51eb-9f76-e07030b5b65c with scrape type 2
2026-03-30 06:54:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ab118bac-06be-51eb-9f76-e07030b5b65c, identifier: WP18%20NGU
2026-03-30 06:54:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with identifier: DG22%20XCA
2026-03-30 06:54:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with identifier: DG22%20XCA
2026-03-30 06:54:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fd9c9f8-9220-5cd3-9234-a6014d65d09e with identifier: DG22%20XCA to the API
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG22%20XCA-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '2fd9c9f8-9220-5cd3-9234-a6014d65d09e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG22 XCA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG22%20XCA&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'HARLEY-DAVIDSON',
 'model': 'FLSB',
 'odometer': 1793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON FLSB (1745) S/T SPORT GLIDE MBK',
 'transmission': 'automatic',
 'trim': '(1745) S/T SPORT GLIDE MBK',
 'vin': '5HD1YMJ4XMS059113',
 'year': 2022}
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG22%2520XCA%27 HTTP/1.1" 200 None
2026-03-30 06:54:51 [bca.uk] INFO: Saving data for DG22%20XCA: {'auction_closing_time': 1775124000.0, 'created_time': 1774365503.222366, 'last_price_update_time': 1774853691.890181}
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG22%2520XCA') HTTP/1.1" 204 0
2026-03-30 06:54:51 [bca.uk] INFO: Total items found: 100
2026-03-30 06:54:51 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded
2026-03-30 06:54:51 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:54:51 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:54:51 [bca.uk] INFO: Found listing with ID: SN16%20YVU
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520YVU%27 HTTP/1.1" 200 None
2026-03-30 06:54:51 [bca.uk] INFO: Scrape type for SN16%20YVU: 2
2026-03-30 06:54:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fa42021-29e5-55f7-9cda-a0a651b8439d with identifier: SN16%20YVU
2026-03-30 06:54:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fa42021-29e5-55f7-9cda-a0a651b8439d with scrape type 2
2026-03-30 06:54:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fa42021-29e5-55f7-9cda-a0a651b8439d with scrape type 2
2026-03-30 06:54:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0fa42021-29e5-55f7-9cda-a0a651b8439d, identifier: SN16%20YVU
2026-03-30 06:54:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b378e22-642e-5b9d-80e1-570d08fc0fdf with identifier: BN69%20HDG
2026-03-30 06:54:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b378e22-642e-5b9d-80e1-570d08fc0fdf with identifier: BN69%20HDG
2026-03-30 06:54:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b378e22-642e-5b9d-80e1-570d08fc0fdf with identifier: BN69%20HDG to the API
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN69%20HDG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7b378e22-642e-5b9d-80e1-570d08fc0fdf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BN69 HDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN69%20HDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LEXUS',
 'model': 'IS 300H',
 'odometer': 68646,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LEXUS IS 300H 2.5  Saloon',
 'transmission': 'manual',
 'trim': '',
 'vin': 'JTHBH5D2205079196',
 'year': 2019}
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN69%2520HDG%27 HTTP/1.1" 200 None
2026-03-30 06:54:52 [bca.uk] INFO: Saving data for BN69%20HDG: {'auction_closing_time': 1774951200.0, 'created_time': 1774391031.431204, 'last_price_update_time': 1774853692.369396}
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN69%2520HDG') HTTP/1.1" 204 0
2026-03-30 06:54:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ab118bac-06be-51eb-9f76-e07030b5b65c with identifier: WP18%20NGU
2026-03-30 06:54:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ab118bac-06be-51eb-9f76-e07030b5b65c with identifier: WP18%20NGU
2026-03-30 06:54:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ab118bac-06be-51eb-9f76-e07030b5b65c with identifier: WP18%20NGU to the API
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP18%20NGU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ab118bac-06be-51eb-9f76-e07030b5b65c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP18 NGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP18%20NGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MITSUBISHI',
 'model': 'ASX',
 'odometer': 35696,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI ASX 1.6 4 Estate',
 'transmission': 'manual',
 'trim': '4',
 'vin': 'JMAXNGA1WJU000588',
 'year': 2018}
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP18%2520NGU%27 HTTP/1.1" 200 None
2026-03-30 06:54:52 [bca.uk] INFO: Saving data for WP18%20NGU: {'auction_closing_time': 1775037600.0, 'created_time': 1774361425.293046, 'last_price_update_time': 1774853692.669957}
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP18%2520NGU') HTTP/1.1" 204 0
2026-03-30 06:54:52 [bca.uk] INFO: Found listing with ID: AK22%20FXF
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520FXF%27 HTTP/1.1" 200 None
2026-03-30 06:54:52 [bca.uk] INFO: Scrape type for AK22%20FXF: 2
2026-03-30 06:54:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1edcbb2-f70d-5a97-8937-1916ae298c15 with identifier: AK22%20FXF
2026-03-30 06:54:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1edcbb2-f70d-5a97-8937-1916ae298c15 with scrape type 2
2026-03-30 06:54:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1edcbb2-f70d-5a97-8937-1916ae298c15 with scrape type 2
2026-03-30 06:54:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1edcbb2-f70d-5a97-8937-1916ae298c15, identifier: AK22%20FXF
2026-03-30 06:54:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:54:52 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:54:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0fa42021-29e5-55f7-9cda-a0a651b8439d with identifier: SN16%20YVU
2026-03-30 06:54:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0fa42021-29e5-55f7-9cda-a0a651b8439d with identifier: SN16%20YVU
2026-03-30 06:54:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0fa42021-29e5-55f7-9cda-a0a651b8439d with identifier: SN16%20YVU to the API
2026-03-30 06:54:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN16%20YVU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0fa42021-29e5-55f7-9cda-a0a651b8439d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SN16 YVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN16%20YVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 88206,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 AMG SPORT Coupe',
 'transmission': 'manual',
 'trim': 'AMG SPORT',
 'vin': 'WDD1173422N384127',
 'year': 2016}
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN16%2520YVU%27 HTTP/1.1" 200 None
2026-03-30 06:54:53 [bca.uk] INFO: Saving data for SN16%20YVU: {'auction_closing_time': 1774951200.0, 'created_time': 1774392006.734674, 'last_price_update_time': 1774853693.094632}
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN16%2520YVU') HTTP/1.1" 204 0
2026-03-30 06:54:53 [bca.uk] INFO: Found listing with ID: KJ19%20YKA
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520YKA%27 HTTP/1.1" 200 None
2026-03-30 06:54:53 [bca.uk] INFO: Scrape type for KJ19%20YKA: 2
2026-03-30 06:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with identifier: KJ19%20YKA
2026-03-30 06:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with scrape type 2
2026-03-30 06:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with scrape type 2
2026-03-30 06:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c20a2285-d9ac-5bb4-822e-9fb4d92b8f51, identifier: KJ19%20YKA
2026-03-30 06:54:53 [bca.uk] INFO: Found listing with ID: YE19%20YTF
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520YTF%27 HTTP/1.1" 200 None
2026-03-30 06:54:53 [bca.uk] INFO: Scrape type for YE19%20YTF: 2
2026-03-30 06:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with identifier: YE19%20YTF
2026-03-30 06:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with scrape type 2
2026-03-30 06:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with scrape type 2
2026-03-30 06:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecae3da3-2348-5dbf-a3b0-e7ece8542e32, identifier: YE19%20YTF
2026-03-30 06:54:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1edcbb2-f70d-5a97-8937-1916ae298c15 with identifier: AK22%20FXF
2026-03-30 06:54:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1edcbb2-f70d-5a97-8937-1916ae298c15 with identifier: AK22%20FXF
2026-03-30 06:54:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1edcbb2-f70d-5a97-8937-1916ae298c15 with identifier: AK22%20FXF to the API
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK22%20FXF-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'c1edcbb2-f70d-5a97-8937-1916ae298c15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK22 FXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK22%20FXF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KAWASAKI',
 'model': 'VERSYS',
 'odometer': 14652,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KAWASAKI VERSYS KLZ1000 MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'KLZ1000 MOTORBIKE',
 'vin': 'JKALZT00CDA018937',
 'year': 2022}
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK22%2520FXF%27 HTTP/1.1" 200 None
2026-03-30 06:54:53 [bca.uk] INFO: Saving data for AK22%20FXF: {'auction_closing_time': 1775124000.0, 'created_time': 1774365485.577017, 'last_price_update_time': 1774853693.633695}
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK22%2520FXF') HTTP/1.1" 204 0
2026-03-30 06:54:53 [bca.uk] INFO: Found listing with ID: GF71%20RYH
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520RYH%27 HTTP/1.1" 200 None
2026-03-30 06:54:53 [bca.uk] INFO: Scrape type for GF71%20RYH: 2
2026-03-30 06:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with identifier: GF71%20RYH
2026-03-30 06:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with scrape type 2
2026-03-30 06:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with scrape type 2
2026-03-30 06:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: eadbcbaa-3849-572b-ae3c-2f3bfd814b15, identifier: GF71%20RYH
2026-03-30 06:54: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:54:53 [bca.uk] INFO: Found listing with ID: VK67%20AYX
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520AYX%27 HTTP/1.1" 200 None
2026-03-30 06:54:53 [bca.uk] INFO: Scrape type for VK67%20AYX: 2
2026-03-30 06:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with identifier: VK67%20AYX
2026-03-30 06:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with scrape type 2
2026-03-30 06:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with scrape type 2
2026-03-30 06:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6, identifier: VK67%20AYX
2026-03-30 06:54:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with identifier: KJ19%20YKA
2026-03-30 06:54:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with identifier: KJ19%20YKA
2026-03-30 06:54:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c20a2285-d9ac-5bb4-822e-9fb4d92b8f51 with identifier: KJ19%20YKA to the API
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KJ19%20YKA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'c20a2285-d9ac-5bb4-822e-9fb4d92b8f51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KJ19 YKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KJ19%20YKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 68613,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF E-GOLF Hatchback',
 'transmission': 'automatic',
 'trim': 'E-GOLF',
 'vin': 'WVWZZZAUZKW915327',
 'year': 2019}
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KJ19%2520YKA%27 HTTP/1.1" 200 None
2026-03-30 06:54:54 [bca.uk] INFO: Saving data for KJ19%20YKA: {'auction_closing_time': 1774951200.0, 'created_time': 1774391035.300801, 'last_price_update_time': 1774853694.178937}
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ19%2520YKA') HTTP/1.1" 204 0
2026-03-30 06:54:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with identifier: YE19%20YTF
2026-03-30 06:54:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with identifier: YE19%20YTF
2026-03-30 06:54:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecae3da3-2348-5dbf-a3b0-e7ece8542e32 with identifier: YE19%20YTF to the API
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE19%20YTF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ecae3da3-2348-5dbf-a3b0-e7ece8542e32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE19 YTF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE19%20YTF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '318D',
 'odometer': 119780,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'BMW 318D 2.0 M SPORT Saloon',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA5V320X0AF76808',
 'year': 2019}
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE19%2520YTF%27 HTTP/1.1" 200 None
2026-03-30 06:54:54 [bca.uk] INFO: Saving data for YE19%20YTF: {'auction_closing_time': 1775037600.0, 'created_time': 1774361408.855374, 'last_price_update_time': 1774853694.485473}
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE19%2520YTF') HTTP/1.1" 204 0
2026-03-30 06:54:54 [bca.uk] INFO: Found listing with ID: VE21%20BRF
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520BRF%27 HTTP/1.1" 200 None
2026-03-30 06:54:54 [bca.uk] INFO: Scrape type for VE21%20BRF: 2
2026-03-30 06:54:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with identifier: VE21%20BRF
2026-03-30 06:54:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with scrape type 2
2026-03-30 06:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with scrape type 2
2026-03-30 06:54:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf74fc0a-bff0-5655-bd19-f9d10dfd41fe, identifier: VE21%20BRF
2026-03-30 06:54:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with identifier: GF71%20RYH
2026-03-30 06:54:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with identifier: GF71%20RYH
2026-03-30 06:54:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: eadbcbaa-3849-572b-ae3c-2f3bfd814b15 with identifier: GF71%20RYH to the API
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF71%20RYH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'eadbcbaa-3849-572b-ae3c-2f3bfd814b15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF71 RYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF71%20RYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'JAGUAR',
 'model': 'E-PACE',
 'odometer': 22252,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'JAGUAR E-PACE 2.0 P200 AWD R-DYNAMIC SE Hatchback',
 'transmission': 'automatic',
 'trim': 'P200 AWD R-DYNAMIC SE',
 'vin': 'SADFA2AX9N1028500',
 'year': 2021}
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF71%2520RYH%27 HTTP/1.1" 200 None
2026-03-30 06:54:54 [bca.uk] INFO: Saving data for GF71%20RYH: {'auction_closing_time': 1775037600.0, 'created_time': 1774363775.456493, 'last_price_update_time': 1774853694.924522}
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF71%2520RYH') HTTP/1.1" 204 0
2026-03-30 06:54:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with identifier: VK67%20AYX
2026-03-30 06:54:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with identifier: VK67%20AYX
2026-03-30 06:54:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 417ca0d1-4554-596e-9ef4-3c8fc2bef0b6 with identifier: VK67%20AYX to the API
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK67%20AYX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '417ca0d1-4554-596e-9ef4-3c8fc2bef0b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK67 AYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK67%20AYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 53674,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.5 DCI TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI TEKNA',
 'vin': 'SJNFCAF15U7380696',
 'year': 2017}
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK67%2520AYX%27 HTTP/1.1" 200 None
2026-03-30 06:54:55 [bca.uk] INFO: Saving data for VK67%20AYX: {'auction_closing_time': 1774951200.0, 'created_time': 1774392004.440034, 'last_price_update_time': 1774853695.222112}
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK67%2520AYX') HTTP/1.1" 204 0
2026-03-30 06:54:55 [bca.uk] INFO: Found listing with ID: WD68%20MFP
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD68%2520MFP%27 HTTP/1.1" 200 None
2026-03-30 06:54:55 [bca.uk] INFO: Scrape type for WD68%20MFP: 2
2026-03-30 06:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efc50ce3-10be-5573-92c2-adf8bb46518e with identifier: WD68%20MFP
2026-03-30 06:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efc50ce3-10be-5573-92c2-adf8bb46518e with scrape type 2
2026-03-30 06:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efc50ce3-10be-5573-92c2-adf8bb46518e with scrape type 2
2026-03-30 06:54:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efc50ce3-10be-5573-92c2-adf8bb46518e, identifier: WD68%20MFP
2026-03-30 06:54:55 [bca.uk] INFO: Found listing with ID: YF17%20ABZ
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF17%2520ABZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:55 [bca.uk] INFO: Scrape type for YF17%20ABZ: 2
2026-03-30 06:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1e74600-3603-5641-8a7d-4cc9442ef7fd with identifier: YF17%20ABZ
2026-03-30 06:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1e74600-3603-5641-8a7d-4cc9442ef7fd with scrape type 2
2026-03-30 06:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1e74600-3603-5641-8a7d-4cc9442ef7fd with scrape type 2
2026-03-30 06:54:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d1e74600-3603-5641-8a7d-4cc9442ef7fd, identifier: YF17%20ABZ
2026-03-30 06:54:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with identifier: VE21%20BRF
2026-03-30 06:54:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with identifier: VE21%20BRF
2026-03-30 06:54:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf74fc0a-bff0-5655-bd19-f9d10dfd41fe with identifier: VE21%20BRF to the API
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE21%20BRF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cf74fc0a-bff0-5655-bd19-f9d10dfd41fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE21 BRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE21%20BRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 48687,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 R LINE DSG',
 'vin': 'WVGZZZ5NZMW533324',
 'year': 2021}
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE21%2520BRF%27 HTTP/1.1" 200 None
2026-03-30 06:54:55 [bca.uk] INFO: Saving data for VE21%20BRF: {'auction_closing_time': 1774864800.0, 'created_time': 1774365480.572144, 'last_price_update_time': 1774853695.736231}
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE21%2520BRF') HTTP/1.1" 204 0
2026-03-30 06:54:55 [bca.uk] INFO: Found listing with ID: DL73%20OXJ
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520OXJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:55 [bca.uk] INFO: Scrape type for DL73%20OXJ: 2
2026-03-30 06:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f71e78d-c269-55b9-a03e-df9e58526dc9 with identifier: DL73%20OXJ
2026-03-30 06:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f71e78d-c269-55b9-a03e-df9e58526dc9 with scrape type 2
2026-03-30 06:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f71e78d-c269-55b9-a03e-df9e58526dc9 with scrape type 2
2026-03-30 06:54:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f71e78d-c269-55b9-a03e-df9e58526dc9, identifier: DL73%20OXJ
2026-03-30 06:54:55 [bca.uk] INFO: Found listing with ID: KF19%20TMU
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520TMU%27 HTTP/1.1" 200 None
2026-03-30 06:54:56 [bca.uk] INFO: Scrape type for KF19%20TMU: 2
2026-03-30 06:54:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with identifier: KF19%20TMU
2026-03-30 06:54:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with scrape type 2
2026-03-30 06:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with scrape type 2
2026-03-30 06:54:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5ff3ec56-e3c5-5494-a65b-18dbbf642e07, identifier: KF19%20TMU
2026-03-30 06:54:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efc50ce3-10be-5573-92c2-adf8bb46518e with identifier: WD68%20MFP
2026-03-30 06:54:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efc50ce3-10be-5573-92c2-adf8bb46518e with identifier: WD68%20MFP
2026-03-30 06:54:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efc50ce3-10be-5573-92c2-adf8bb46518e with identifier: WD68%20MFP to the API
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD68%20MFP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'efc50ce3-10be-5573-92c2-adf8bb46518e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD68 MFP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD68%20MFP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'A200',
 'odometer': 71299,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 1.3 AMG LINE PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'WDD1770872V015987',
 'year': 2018}
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD68%2520MFP%27 HTTP/1.1" 200 None
2026-03-30 06:54:56 [bca.uk] INFO: Saving data for WD68%20MFP: {'auction_closing_time': 1774951200.0, 'created_time': 1774391018.967906, 'last_price_update_time': 1774853696.360129}
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD68%2520MFP') HTTP/1.1" 204 0
2026-03-30 06:54:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d1e74600-3603-5641-8a7d-4cc9442ef7fd with identifier: YF17%20ABZ
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=tanzanite+blue HTTP/1.1" 200 None
2026-03-30 06:54:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:54:56 [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:54:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d1e74600-3603-5641-8a7d-4cc9442ef7fd with identifier: YF17%20ABZ
2026-03-30 06:54:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d1e74600-3603-5641-8a7d-4cc9442ef7fd with identifier: YF17%20ABZ to the API
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF17%20ABZ-GB',
 'category': 'Car',
 'color': 'tanzanite blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd1e74600-3603-5641-8a7d-4cc9442ef7fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF17 ABZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF17%20ABZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '435D',
 'odometer': 98398,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW 435D 3.0 XDRIVE M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT STEP',
 'vin': 'WBA4Y32090AA41830',
 'year': 2017}
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF17%2520ABZ%27 HTTP/1.1" 200 None
2026-03-30 06:54:56 [bca.uk] INFO: Saving data for YF17%20ABZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361385.682412, 'last_price_update_time': 1774853696.808444}
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF17%2520ABZ') HTTP/1.1" 204 0
2026-03-30 06:54:56 [bca.uk] INFO: Found listing with ID: GJ24%20UFX
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ24%2520UFX%27 HTTP/1.1" 200 None
2026-03-30 06:54:56 [bca.uk] INFO: Scrape type for GJ24%20UFX: 2
2026-03-30 06:54:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with identifier: GJ24%20UFX
2026-03-30 06:54:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with scrape type 2
2026-03-30 06:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with scrape type 2
2026-03-30 06:54:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6, identifier: GJ24%20UFX
2026-03-30 06:54:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f71e78d-c269-55b9-a03e-df9e58526dc9 with identifier: DL73%20OXJ
2026-03-30 06:54:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f71e78d-c269-55b9-a03e-df9e58526dc9 with identifier: DL73%20OXJ
2026-03-30 06:54:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f71e78d-c269-55b9-a03e-df9e58526dc9 with identifier: DL73%20OXJ to the API
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 240,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20OXJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f71e78d-c269-55b9-a03e-df9e58526dc9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL73 OXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20OXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 73093,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L3 H2 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 TREND',
 'vin': 'WF0EXXTTREPJ84269',
 'year': 2023}
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520OXJ%27 HTTP/1.1" 200 None
2026-03-30 06:54:57 [bca.uk] INFO: Saving data for DL73%20OXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774418992.034977, 'last_price_update_time': 1774853697.218746}
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520OXJ') HTTP/1.1" 204 0
2026-03-30 06:54:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with identifier: KF19%20TMU
2026-03-30 06:54:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with identifier: KF19%20TMU
2026-03-30 06:54:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5ff3ec56-e3c5-5494-a65b-18dbbf642e07 with identifier: KF19%20TMU to the API
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF19%20TMU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5ff3ec56-e3c5-5494-a65b-18dbbf642e07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KF19 TMU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF19%20TMU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 29697,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED. StationWagon',
 'transmission': 'manual',
 'trim': 'URBAN ED.',
 'vin': 'WDC1569422J651976',
 'year': 2019}
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF19%2520TMU%27 HTTP/1.1" 200 None
2026-03-30 06:54:57 [bca.uk] INFO: Saving data for KF19%20TMU: {'auction_closing_time': 1775124000.0, 'created_time': 1774391037.055459, 'last_price_update_time': 1774853697.515461}
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF19%2520TMU') HTTP/1.1" 204 0
2026-03-30 06:54:57 [bca.uk] INFO: Found listing with ID: LM21%20NVC
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520NVC%27 HTTP/1.1" 200 None
2026-03-30 06:54:57 [bca.uk] INFO: Scrape type for LM21%20NVC: 2
2026-03-30 06:54:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2635bd6f-5436-5d95-8c2e-03ed64da687b with identifier: LM21%20NVC
2026-03-30 06:54:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2635bd6f-5436-5d95-8c2e-03ed64da687b with scrape type 2
2026-03-30 06:54:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2635bd6f-5436-5d95-8c2e-03ed64da687b with scrape type 2
2026-03-30 06:54:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2635bd6f-5436-5d95-8c2e-03ed64da687b, identifier: LM21%20NVC
2026-03-30 06:54:57 [bca.uk] INFO: Found listing with ID: YG20%20ZZT
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520ZZT%27 HTTP/1.1" 200 None
2026-03-30 06:54:57 [bca.uk] INFO: Scrape type for YG20%20ZZT: 2
2026-03-30 06:54:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with identifier: YG20%20ZZT
2026-03-30 06:54:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with scrape type 2
2026-03-30 06:54:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with scrape type 2
2026-03-30 06:54:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8e6a482-9b6f-5699-ab1a-e92ea074ad06, identifier: YG20%20ZZT
2026-03-30 06:54:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with identifier: GJ24%20UFX
2026-03-30 06:54:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with identifier: GJ24%20UFX
2026-03-30 06:54:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72f5f31e-ceb5-54a8-ad9c-368df7a3feb6 with identifier: GJ24%20UFX to the API
2026-03-30 06:54:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ24%20UFX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '72f5f31e-ceb5-54a8-ad9c-368df7a3feb6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GJ24 UFX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ24%20UFX&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 32451,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS8RC361457',
 'year': 2024}
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ24%2520UFX%27 HTTP/1.1" 200 None
2026-03-30 06:54:58 [bca.uk] INFO: Saving data for GJ24%20UFX: {'auction_closing_time': 1774864800.0, 'created_time': 1774365481.951141, 'last_price_update_time': 1774853698.054014}
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ24%2520UFX') HTTP/1.1" 204 0
2026-03-30 06:54:58 [bca.uk] INFO: Found listing with ID: LS60%20FTN
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS60%2520FTN%27 HTTP/1.1" 200 None
2026-03-30 06:54:58 [bca.uk] INFO: Scrape type for LS60%20FTN: 2
2026-03-30 06:54:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 160e6a2d-9ae7-5d13-af73-e18fa053134f with identifier: LS60%20FTN
2026-03-30 06:54:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 160e6a2d-9ae7-5d13-af73-e18fa053134f with scrape type 2
2026-03-30 06:54:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 160e6a2d-9ae7-5d13-af73-e18fa053134f with scrape type 2
2026-03-30 06:54:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 160e6a2d-9ae7-5d13-af73-e18fa053134f, identifier: LS60%20FTN
2026-03-30 06:54:58 [bca.uk] INFO: Found listing with ID: ND66%20XBT
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520XBT%27 HTTP/1.1" 200 None
2026-03-30 06:54:58 [bca.uk] INFO: Scrape type for ND66%20XBT: 2
2026-03-30 06:54:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6eb29ff9-a305-5238-bc58-36d78261e596 with identifier: ND66%20XBT
2026-03-30 06:54:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6eb29ff9-a305-5238-bc58-36d78261e596 with scrape type 2
2026-03-30 06:54:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6eb29ff9-a305-5238-bc58-36d78261e596 with scrape type 2
2026-03-30 06:54:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6eb29ff9-a305-5238-bc58-36d78261e596, identifier: ND66%20XBT
2026-03-30 06:54:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2635bd6f-5436-5d95-8c2e-03ed64da687b with identifier: LM21%20NVC
2026-03-30 06:54:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2635bd6f-5436-5d95-8c2e-03ed64da687b with identifier: LM21%20NVC
2026-03-30 06:54:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2635bd6f-5436-5d95-8c2e-03ed64da687b with identifier: LM21%20NVC to the API
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM21%20NVC-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2635bd6f-5436-5d95-8c2e-03ed64da687b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM21 NVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM21%20NVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 54998,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B MHEV 125 ST-LINE ED. Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE ED.',
 'vin': 'WF0FXXGAHFLS89614',
 'year': 2021}
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520NVC%27 HTTP/1.1" 200 None
2026-03-30 06:54:58 [bca.uk] INFO: Saving data for LM21%20NVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774391020.848522, 'last_price_update_time': 1774853698.592633}
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520NVC') HTTP/1.1" 204 0
2026-03-30 06:54:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with identifier: YG20%20ZZT
2026-03-30 06:54:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with identifier: YG20%20ZZT
2026-03-30 06:54:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8e6a482-9b6f-5699-ab1a-e92ea074ad06 with identifier: YG20%20ZZT to the API
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG20%20ZZT-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e8e6a482-9b6f-5699-ab1a-e92ea074ad06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YG20 ZZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG20%20ZZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '118I',
 'odometer': 31632,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 M SPORT STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'M SPORT STEP',
 'vin': 'WBA7K320505R16227',
 'year': 2020}
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG20%2520ZZT%27 HTTP/1.1" 200 None
2026-03-30 06:54:58 [bca.uk] INFO: Saving data for YG20%20ZZT: {'auction_closing_time': 1775037600.0, 'created_time': 1774361371.950295, 'last_price_update_time': 1774853698.909263}
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG20%2520ZZT') HTTP/1.1" 204 0
2026-03-30 06:54:58 [bca.uk] INFO: Found listing with ID: BK22%20WBT
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520WBT%27 HTTP/1.1" 200 None
2026-03-30 06:54:58 [bca.uk] INFO: Scrape type for BK22%20WBT: 2
2026-03-30 06:54:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d807487-3667-5dd0-a67e-864ec51b001f with identifier: BK22%20WBT
2026-03-30 06:54:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d807487-3667-5dd0-a67e-864ec51b001f with scrape type 2
2026-03-30 06:54:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d807487-3667-5dd0-a67e-864ec51b001f with scrape type 2
2026-03-30 06:54:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d807487-3667-5dd0-a67e-864ec51b001f, identifier: BK22%20WBT
2026-03-30 06:54:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 160e6a2d-9ae7-5d13-af73-e18fa053134f with identifier: LS60%20FTN
2026-03-30 06:54:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 160e6a2d-9ae7-5d13-af73-e18fa053134f with identifier: LS60%20FTN
2026-03-30 06:54:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 160e6a2d-9ae7-5d13-af73-e18fa053134f with identifier: LS60%20FTN to the API
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS60%20FTN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '160e6a2d-9ae7-5d13-af73-e18fa053134f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS60 FTN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS60%20FTN&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'JAGUAR',
 'model': 'XJ SERIES',
 'odometer': 80494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2010-01-01',
 'seller_name': None,
 'title': 'JAGUAR XJ SERIES 3.0 D V6 275 PORTFOLIO Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 275 PORTFOLIO',
 'vin': 'SAJAC1623ANV02890',
 'year': 2010}
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS60%2520FTN%27 HTTP/1.1" 200 None
2026-03-30 06:54:59 [bca.uk] INFO: Saving data for LS60%20FTN: {'auction_closing_time': 1774951200.0, 'created_time': 1774364395.148333, 'last_price_update_time': 1774853699.338406}
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS60%2520FTN') HTTP/1.1" 204 0
2026-03-30 06:54:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6eb29ff9-a305-5238-bc58-36d78261e596 with identifier: ND66%20XBT
2026-03-30 06:54:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6eb29ff9-a305-5238-bc58-36d78261e596 with identifier: ND66%20XBT
2026-03-30 06:54:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6eb29ff9-a305-5238-bc58-36d78261e596 with identifier: ND66%20XBT to the API
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:54: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:54:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=116&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND66%20XBT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6eb29ff9-a305-5238-bc58-36d78261e596',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND66 XBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND66%20XBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'SEAT',
 'model': 'ATECA',
 'odometer': 110327,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SEAT ATECA 2.0 TDI 150 4D XCELLENCE StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 4D XCELLENCE',
 'vin': 'VSSZZZ5FZH6531736',
 'year': 2017}
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND66%2520XBT%27 HTTP/1.1" 200 None
2026-03-30 06:54:59 [bca.uk] INFO: Saving data for ND66%20XBT: {'auction_closing_time': 1775124000.0, 'created_time': 1774391075.483351, 'last_price_update_time': 1774853699.66933}
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND66%2520XBT') HTTP/1.1" 204 0
2026-03-30 06:54:59 [bca.uk] INFO: Found listing with ID: VO67%20XWL
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520XWL%27 HTTP/1.1" 200 None
2026-03-30 06:54:59 [bca.uk] INFO: Scrape type for VO67%20XWL: 2
2026-03-30 06:54:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d91303b7-8ab8-57f2-a7a0-f4224e0575fc with identifier: VO67%20XWL
2026-03-30 06:54:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d91303b7-8ab8-57f2-a7a0-f4224e0575fc with scrape type 2
2026-03-30 06:54:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d91303b7-8ab8-57f2-a7a0-f4224e0575fc with scrape type 2
2026-03-30 06:54:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d91303b7-8ab8-57f2-a7a0-f4224e0575fc, identifier: VO67%20XWL
2026-03-30 06:54:59 [bca.uk] INFO: Found listing with ID: YH62%20KLP
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520KLP%27 HTTP/1.1" 200 None
2026-03-30 06:54:59 [bca.uk] INFO: Scrape type for YH62%20KLP: 2
2026-03-30 06:54:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3645432e-a272-5c26-90c9-976db9a9290b with identifier: YH62%20KLP
2026-03-30 06:54:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3645432e-a272-5c26-90c9-976db9a9290b with scrape type 2
2026-03-30 06:54:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3645432e-a272-5c26-90c9-976db9a9290b with scrape type 2
2026-03-30 06:54:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3645432e-a272-5c26-90c9-976db9a9290b, identifier: YH62%20KLP
2026-03-30 06:54:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d807487-3667-5dd0-a67e-864ec51b001f with identifier: BK22%20WBT
2026-03-30 06:54:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d807487-3667-5dd0-a67e-864ec51b001f with identifier: BK22%20WBT
2026-03-30 06:55:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d807487-3667-5dd0-a67e-864ec51b001f with identifier: BK22%20WBT to the API
2026-03-30 06:55:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BK22%20WBT-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6d807487-3667-5dd0-a67e-864ec51b001f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BK22 WBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BK22%20WBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 51356,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK7NC260583',
 'year': 2022}
2026-03-30 06:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520WBT%27 HTTP/1.1" 200 None
2026-03-30 06:55:00 [bca.uk] INFO: Saving data for BK22%20WBT: {'auction_closing_time': 1774864800.0, 'created_time': 1774365467.353928, 'last_price_update_time': 1774853700.650011}
2026-03-30 06:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BK22%2520WBT') HTTP/1.1" 204 0
2026-03-30 06:55:00 [bca.uk] INFO: Found listing with ID: M666%20MOG
2026-03-30 06:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M666%2520MOG%27 HTTP/1.1" 200 None
2026-03-30 06:55:00 [bca.uk] INFO: Scrape type for M666%20MOG: 2
2026-03-30 06:55:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96bb8533-1e3d-52ff-a310-2c3e48494b73 with identifier: M666%20MOG
2026-03-30 06:55:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96bb8533-1e3d-52ff-a310-2c3e48494b73 with scrape type 2
2026-03-30 06:55:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96bb8533-1e3d-52ff-a310-2c3e48494b73 with scrape type 2
2026-03-30 06:55:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96bb8533-1e3d-52ff-a310-2c3e48494b73, identifier: M666%20MOG
2026-03-30 06:55:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d91303b7-8ab8-57f2-a7a0-f4224e0575fc with identifier: VO67%20XWL
2026-03-30 06:55:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d91303b7-8ab8-57f2-a7a0-f4224e0575fc with identifier: VO67%20XWL
2026-03-30 06:55:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d91303b7-8ab8-57f2-a7a0-f4224e0575fc with identifier: VO67%20XWL to the API
2026-03-30 06:55:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO67%20XWL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd91303b7-8ab8-57f2-a7a0-f4224e0575fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO67 XWL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO67%20XWL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 97143,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.0 D 143 EXCEL 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'D 143 EXCEL 2WD',
 'vin': 'JTMYPREV10D029653',
 'year': 2017}
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO67%2520XWL%27 HTTP/1.1" 200 None
2026-03-30 06:55:01 [bca.uk] INFO: Saving data for VO67%20XWL: {'auction_closing_time': 1774951200.0, 'created_time': 1774391021.791345, 'last_price_update_time': 1774853701.080877}
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO67%2520XWL') HTTP/1.1" 204 0
2026-03-30 06:55:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3645432e-a272-5c26-90c9-976db9a9290b with identifier: YH62%20KLP
2026-03-30 06:55:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3645432e-a272-5c26-90c9-976db9a9290b with identifier: YH62%20KLP
2026-03-30 06:55:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3645432e-a272-5c26-90c9-976db9a9290b with identifier: YH62%20KLP to the API
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH62%20KLP-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3645432e-a272-5c26-90c9-976db9a9290b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH62 KLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH62%20KLP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 115515,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 1.6 TDCI ECO TITANIUM X S/S Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI ECO TITANIUM X S/S',
 'vin': 'WF0EXXGBBECE42476',
 'year': 2012}
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH62%2520KLP%27 HTTP/1.1" 200 None
2026-03-30 06:55:01 [bca.uk] INFO: Saving data for YH62%20KLP: {'auction_closing_time': 1775037600.0, 'created_time': 1774361381.195249, 'last_price_update_time': 1774853701.493316}
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH62%2520KLP') HTTP/1.1" 204 0
2026-03-30 06:55:01 [bca.uk] INFO: Found listing with ID: SD69%20UCR
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD69%2520UCR%27 HTTP/1.1" 200 None
2026-03-30 06:55:01 [bca.uk] INFO: Scrape type for SD69%20UCR: 2
2026-03-30 06:55:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0783fea-2877-5a0e-a51e-ed8063371dd7 with identifier: SD69%20UCR
2026-03-30 06:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0783fea-2877-5a0e-a51e-ed8063371dd7 with scrape type 2
2026-03-30 06:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0783fea-2877-5a0e-a51e-ed8063371dd7 with scrape type 2
2026-03-30 06:55:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d0783fea-2877-5a0e-a51e-ed8063371dd7, identifier: SD69%20UCR
2026-03-30 06:55:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96bb8533-1e3d-52ff-a310-2c3e48494b73 with identifier: M666%20MOG
2026-03-30 06:55:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96bb8533-1e3d-52ff-a310-2c3e48494b73 with identifier: M666%20MOG
2026-03-30 06:55:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96bb8533-1e3d-52ff-a310-2c3e48494b73 with identifier: M666%20MOG to the API
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 285,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=M666%20MOG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '96bb8533-1e3d-52ff-a310-2c3e48494b73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'M666 MOG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=M666%20MOG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 67616,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2007-01-01',
 'seller_name': None,
 'title': 'PORSCHE 911 3.8 CARRERA 4 S (997) Convertible',
 'transmission': 'manual',
 'trim': 'CARRERA 4 S (997)',
 'vin': 'WP0ZZZ99Z7S773834',
 'year': 2007}
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M666%2520MOG%27 HTTP/1.1" 200 None
2026-03-30 06:55:01 [bca.uk] INFO: Saving data for M666%20MOG: {'auction_closing_time': 1774951200.0, 'created_time': 1774364396.219433, 'last_price_update_time': 1774853701.914515}
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='M666%2520MOG') HTTP/1.1" 204 0
2026-03-30 06:55:01 [bca.uk] INFO: Found listing with ID: DS21%20KRV
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520KRV%27 HTTP/1.1" 200 None
2026-03-30 06:55:01 [bca.uk] INFO: Scrape type for DS21%20KRV: 2
2026-03-30 06:55:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with identifier: DS21%20KRV
2026-03-30 06:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with scrape type 2
2026-03-30 06:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with scrape type 2
2026-03-30 06:55:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6955ef1f-450e-5e32-901e-7fa9f3d3ca98, identifier: DS21%20KRV
2026-03-30 06:55:02 [bca.uk] INFO: Found listing with ID: YK16%20OLA
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520OLA%27 HTTP/1.1" 200 None
2026-03-30 06:55:02 [bca.uk] INFO: Scrape type for YK16%20OLA: 2
2026-03-30 06:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with identifier: YK16%20OLA
2026-03-30 06:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with scrape type 2
2026-03-30 06:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with scrape type 2
2026-03-30 06:55:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52, identifier: YK16%20OLA
2026-03-30 06:55:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d0783fea-2877-5a0e-a51e-ed8063371dd7 with identifier: SD69%20UCR
2026-03-30 06:55:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d0783fea-2877-5a0e-a51e-ed8063371dd7 with identifier: SD69%20UCR
2026-03-30 06:55:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d0783fea-2877-5a0e-a51e-ed8063371dd7 with identifier: SD69%20UCR to the API
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD69%20UCR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd0783fea-2877-5a0e-a51e-ed8063371dd7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SD69 UCR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD69%20UCR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 55530,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.0 AMG LINE EXECUTIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE EXECUTIVE DCT',
 'vin': 'WDD1770122N113444',
 'year': 2019}
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD69%2520UCR%27 HTTP/1.1" 200 None
2026-03-30 06:55:02 [bca.uk] INFO: Saving data for SD69%20UCR: {'auction_closing_time': 1774864800.0, 'created_time': 1774365470.120954, 'last_price_update_time': 1774853702.503521}
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD69%2520UCR') HTTP/1.1" 204 0
2026-03-30 06:55:02 [bca.uk] INFO: Found listing with ID: WO72%20OTD
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520OTD%27 HTTP/1.1" 200 None
2026-03-30 06:55:02 [bca.uk] INFO: Scrape type for WO72%20OTD: 2
2026-03-30 06:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with identifier: WO72%20OTD
2026-03-30 06:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with scrape type 2
2026-03-30 06:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with scrape type 2
2026-03-30 06:55:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd, identifier: WO72%20OTD
2026-03-30 06:55:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with identifier: DS21%20KRV
2026-03-30 06:55:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with identifier: DS21%20KRV
2026-03-30 06:55:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6955ef1f-450e-5e32-901e-7fa9f3d3ca98 with identifier: DS21%20KRV to the API
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DS21%20KRV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6955ef1f-450e-5e32-901e-7fa9f3d3ca98',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DS21 KRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DS21%20KRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 69436,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SE PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SE PREMIUM',
 'vin': 'W0VZRHNS4MS060658',
 'year': 2021}
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DS21%2520KRV%27 HTTP/1.1" 200 None
2026-03-30 06:55:02 [bca.uk] INFO: Saving data for DS21%20KRV: {'auction_closing_time': 1775124000.0, 'created_time': 1774391008.142248, 'last_price_update_time': 1774853702.983888}
2026-03-30 06:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DS21%2520KRV') HTTP/1.1" 204 0
2026-03-30 06:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with identifier: YK16%20OLA
2026-03-30 06:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with identifier: YK16%20OLA
2026-03-30 06:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2aa99955-f1a2-5bd7-b45c-1dfe86a55d52 with identifier: YK16%20OLA to the API
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK16%20OLA-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2aa99955-f1a2-5bd7-b45c-1dfe86a55d52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK16 OLA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK16%20OLA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '118I',
 'odometer': 69560,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WBA1R52090V553203',
 'year': 2016}
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK16%2520OLA%27 HTTP/1.1" 200 None
2026-03-30 06:55:03 [bca.uk] INFO: Saving data for YK16%20OLA: {'auction_closing_time': 1775037600.0, 'created_time': 1774361395.96764, 'last_price_update_time': 1774853703.298364}
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK16%2520OLA') HTTP/1.1" 204 0
2026-03-30 06:55:03 [bca.uk] INFO: Found listing with ID: FG74%20KDZ
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520KDZ%27 HTTP/1.1" 200 None
2026-03-30 06:55:03 [bca.uk] INFO: Scrape type for FG74%20KDZ: 2
2026-03-30 06:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with identifier: FG74%20KDZ
2026-03-30 06:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with scrape type 2
2026-03-30 06:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with scrape type 2
2026-03-30 06:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0626070d-74ac-56a9-9c7c-3a70ccf53b12, identifier: FG74%20KDZ
2026-03-30 06:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with identifier: WO72%20OTD
2026-03-30 06:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with identifier: WO72%20OTD
2026-03-30 06:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 206c55f0-0a9e-5c61-8afa-cf2c152dfcfd with identifier: WO72%20OTD to the API
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO72%20OTD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '206c55f0-0a9e-5c61-8afa-cf2c152dfcfd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO72 OTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO72%20OTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'CITROEN',
 'model': 'BERLINGO M',
 'odometer': 46322,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN BERLINGO M 1.5 B/HDI 100 1000 ENTERPRISE ED. Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 1000 ENTERPRISE ED.',
 'vin': 'VR7EFYHT2PJ549815',
 'year': 2023}
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520OTD%27 HTTP/1.1" 200 None
2026-03-30 06:55:03 [bca.uk] INFO: Saving data for WO72%20OTD: {'auction_closing_time': 1774864800.0, 'created_time': 1774364320.632634, 'last_price_update_time': 1774853703.740952}
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO72%2520OTD') HTTP/1.1" 204 0
2026-03-30 06:55:03 [bca.uk] INFO: Found listing with ID: CP16%20HPU
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP16%2520HPU%27 HTTP/1.1" 200 None
2026-03-30 06:55:03 [bca.uk] INFO: Scrape type for CP16%20HPU: 2
2026-03-30 06:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 499afcc8-4bed-53c2-92d0-05aa12273b8f with identifier: CP16%20HPU
2026-03-30 06:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 499afcc8-4bed-53c2-92d0-05aa12273b8f with scrape type 2
2026-03-30 06:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 499afcc8-4bed-53c2-92d0-05aa12273b8f with scrape type 2
2026-03-30 06:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 499afcc8-4bed-53c2-92d0-05aa12273b8f, identifier: CP16%20HPU
2026-03-30 06:55:03 [bca.uk] INFO: Found listing with ID: YX18%20OEH
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX18%2520OEH%27 HTTP/1.1" 200 None
2026-03-30 06:55:03 [bca.uk] INFO: Scrape type for YX18%20OEH: 2
2026-03-30 06:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8a88043-d53f-507e-ac30-065e712781e0 with identifier: YX18%20OEH
2026-03-30 06:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8a88043-d53f-507e-ac30-065e712781e0 with scrape type 2
2026-03-30 06:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8a88043-d53f-507e-ac30-065e712781e0 with scrape type 2
2026-03-30 06:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8a88043-d53f-507e-ac30-065e712781e0, identifier: YX18%20OEH
2026-03-30 06:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with identifier: FG74%20KDZ
2026-03-30 06:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with identifier: FG74%20KDZ
2026-03-30 06:55:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0626070d-74ac-56a9-9c7c-3a70ccf53b12 with identifier: FG74%20KDZ to the API
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG74%20KDZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0626070d-74ac-56a9-9c7c-3a70ccf53b12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG74 KDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG74%20KDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 23532,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L2 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 300 L2 H1 LIMITED',
 'vin': 'WF0RXXTA1RRC73408',
 'year': 2024}
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG74%2520KDZ%27 HTTP/1.1" 200 None
2026-03-30 06:55:04 [bca.uk] INFO: Saving data for FG74%20KDZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774363590.574428, 'last_price_update_time': 1774853704.271704}
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG74%2520KDZ') HTTP/1.1" 204 0
2026-03-30 06:55:04 [bca.uk] INFO: Found listing with ID: SW62%20CWT
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW62%2520CWT%27 HTTP/1.1" 200 None
2026-03-30 06:55:04 [bca.uk] INFO: Scrape type for SW62%20CWT: 2
2026-03-30 06:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66ed24ab-772d-52d3-a36c-56f86b318234 with identifier: SW62%20CWT
2026-03-30 06:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66ed24ab-772d-52d3-a36c-56f86b318234 with scrape type 2
2026-03-30 06:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66ed24ab-772d-52d3-a36c-56f86b318234 with scrape type 2
2026-03-30 06:55:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 66ed24ab-772d-52d3-a36c-56f86b318234, identifier: SW62%20CWT
2026-03-30 06:55:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 499afcc8-4bed-53c2-92d0-05aa12273b8f with identifier: CP16%20HPU
2026-03-30 06:55:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 499afcc8-4bed-53c2-92d0-05aa12273b8f with identifier: CP16%20HPU
2026-03-30 06:55:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 499afcc8-4bed-53c2-92d0-05aa12273b8f with identifier: CP16%20HPU to the API
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP16%20HPU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '499afcc8-4bed-53c2-92d0-05aa12273b8f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP16 HPU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP16%20HPU&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 82606,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI AWD GT-LINE StationWagon',
 'transmission': 'manual',
 'trim': 'T GDI AWD GT-LINE',
 'vin': 'U5YPK816NGL099086',
 'year': 2016}
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP16%2520HPU%27 HTTP/1.1" 200 None
2026-03-30 06:55:04 [bca.uk] INFO: Saving data for CP16%20HPU: {'auction_closing_time': 1774951200.0, 'created_time': 1774390995.952943, 'last_price_update_time': 1774853704.724273}
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP16%2520HPU') HTTP/1.1" 204 0
2026-03-30 06:55:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8a88043-d53f-507e-ac30-065e712781e0 with identifier: YX18%20OEH
2026-03-30 06:55:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8a88043-d53f-507e-ac30-065e712781e0 with identifier: YX18%20OEH
2026-03-30 06:55:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8a88043-d53f-507e-ac30-065e712781e0 with identifier: YX18%20OEH to the API
2026-03-30 06:55:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YX18%20OEH-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b8a88043-d53f-507e-ac30-065e712781e0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YX18 OEH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YX18%20OEH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 71110,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.2 DIG-T 113 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T 113 TEKNA',
 'vin': 'SJNFEAF15U7422555',
 'year': 2018}
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX18%2520OEH%27 HTTP/1.1" 200 None
2026-03-30 06:55:05 [bca.uk] INFO: Saving data for YX18%20OEH: {'auction_closing_time': 1775037600.0, 'created_time': 1774361359.474357, 'last_price_update_time': 1774853705.015073}
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YX18%2520OEH') HTTP/1.1" 204 0
2026-03-30 06:55:05 [bca.uk] INFO: Found listing with ID: YS22%20GKA
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS22%2520GKA%27 HTTP/1.1" 200 None
2026-03-30 06:55:05 [bca.uk] INFO: Scrape type for YS22%20GKA: 2
2026-03-30 06:55:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 713f8897-6841-5521-95a1-876b254e738b with identifier: YS22%20GKA
2026-03-30 06:55:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 713f8897-6841-5521-95a1-876b254e738b with scrape type 2
2026-03-30 06:55:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 713f8897-6841-5521-95a1-876b254e738b with scrape type 2
2026-03-30 06:55:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 713f8897-6841-5521-95a1-876b254e738b, identifier: YS22%20GKA
2026-03-30 06:55:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 66ed24ab-772d-52d3-a36c-56f86b318234 with identifier: SW62%20CWT
2026-03-30 06:55:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 66ed24ab-772d-52d3-a36c-56f86b318234 with identifier: SW62%20CWT
2026-03-30 06:55:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 66ed24ab-772d-52d3-a36c-56f86b318234 with identifier: SW62%20CWT to the API
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW62%20CWT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '66ed24ab-772d-52d3-a36c-56f86b318234',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW62 CWT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW62%20CWT&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'AUDI',
 'model': 'TTS',
 'odometer': 79675,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI TTS 2.0 TFSI QUATTRO BLACK ED. Coupe',
 'transmission': 'manual',
 'trim': 'TFSI QUATTRO BLACK ED.',
 'vin': 'TRUZZZ8J7D1007595',
 'year': 2012}
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW62%2520CWT%27 HTTP/1.1" 200 None
2026-03-30 06:55:05 [bca.uk] INFO: Saving data for SW62%20CWT: {'auction_closing_time': 1774951200.0, 'created_time': 1774364221.747334, 'last_price_update_time': 1774853705.423581}
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW62%2520CWT') HTTP/1.1" 204 0
2026-03-30 06:55:05 [bca.uk] INFO: Found listing with ID: FL67%20WXM
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520WXM%27 HTTP/1.1" 200 None
2026-03-30 06:55:05 [bca.uk] INFO: Scrape type for FL67%20WXM: 2
2026-03-30 06:55:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a187410-a6c6-5f54-afa0-f34094b8019b with identifier: FL67%20WXM
2026-03-30 06:55:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a187410-a6c6-5f54-afa0-f34094b8019b with scrape type 2
2026-03-30 06:55:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a187410-a6c6-5f54-afa0-f34094b8019b with scrape type 2
2026-03-30 06:55:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a187410-a6c6-5f54-afa0-f34094b8019b, identifier: FL67%20WXM
2026-03-30 06:55:05 [bca.uk] INFO: Found listing with ID: AU67%20ZMZ
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU67%2520ZMZ%27 HTTP/1.1" 200 None
2026-03-30 06:55:05 [bca.uk] INFO: Scrape type for AU67%20ZMZ: 2
2026-03-30 06:55:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with identifier: AU67%20ZMZ
2026-03-30 06:55:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with scrape type 2
2026-03-30 06:55:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with scrape type 2
2026-03-30 06:55:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 599fe5fb-21ab-503b-9526-6e4f8aad41f8, identifier: AU67%20ZMZ
2026-03-30 06:55:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 713f8897-6841-5521-95a1-876b254e738b with identifier: YS22%20GKA
2026-03-30 06:55:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 713f8897-6841-5521-95a1-876b254e738b with identifier: YS22%20GKA
2026-03-30 06:55:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 713f8897-6841-5521-95a1-876b254e738b with identifier: YS22%20GKA to the API
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS22%20GKA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '713f8897-6841-5521-95a1-876b254e738b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS22 GKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS22%20GKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 41826,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 B4D AWD R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'B4D AWD R DESIGN',
 'vin': 'YV1UZK5VCN1082081',
 'year': 2022}
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS22%2520GKA%27 HTTP/1.1" 200 None
2026-03-30 06:55:05 [bca.uk] INFO: Saving data for YS22%20GKA: {'auction_closing_time': 1774864800.0, 'created_time': 1774363175.754504, 'last_price_update_time': 1774853705.974939}
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS22%2520GKA') HTTP/1.1" 204 0
2026-03-30 06:55:06 [bca.uk] INFO: Found listing with ID: WK14%20XXV
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520XXV%27 HTTP/1.1" 200 None
2026-03-30 06:55:06 [bca.uk] INFO: Scrape type for WK14%20XXV: 2
2026-03-30 06:55:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bebbc9de-ab9b-5329-8f38-647fc1550b12 with identifier: WK14%20XXV
2026-03-30 06:55:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bebbc9de-ab9b-5329-8f38-647fc1550b12 with scrape type 2
2026-03-30 06:55:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bebbc9de-ab9b-5329-8f38-647fc1550b12 with scrape type 2
2026-03-30 06:55:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bebbc9de-ab9b-5329-8f38-647fc1550b12, identifier: WK14%20XXV
2026-03-30 06:55:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a187410-a6c6-5f54-afa0-f34094b8019b with identifier: FL67%20WXM
2026-03-30 06:55:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a187410-a6c6-5f54-afa0-f34094b8019b with identifier: FL67%20WXM
2026-03-30 06:55:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a187410-a6c6-5f54-afa0-f34094b8019b with identifier: FL67%20WXM to the API
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL67%20WXM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4a187410-a6c6-5f54-afa0-f34094b8019b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL67 WXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL67%20WXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'INSIGNIA GS',
 'odometer': 67390,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL INSIGNIA GS 1.6 TURBO D 110 ECOTEC TECH LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO D 110 ECOTEC TECH LINE',
 'vin': 'W0VZT6EE2J1057646',
 'year': 2017}
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL67%2520WXM%27 HTTP/1.1" 200 None
2026-03-30 06:55:06 [bca.uk] INFO: Saving data for FL67%20WXM: {'auction_closing_time': 1774951200.0, 'created_time': 1774390997.414082, 'last_price_update_time': 1774853706.491125}
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL67%2520WXM') HTTP/1.1" 204 0
2026-03-30 06:55:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with identifier: AU67%20ZMZ
2026-03-30 06:55:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with identifier: AU67%20ZMZ
2026-03-30 06:55:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 599fe5fb-21ab-503b-9526-6e4f8aad41f8 with identifier: AU67%20ZMZ to the API
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU67%20ZMZ-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '599fe5fb-21ab-503b-9526-6e4f8aad41f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AU67 ZMZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU67%20ZMZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 86331,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBAWZ520100W95340',
 'year': 2017}
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU67%2520ZMZ%27 HTTP/1.1" 200 None
2026-03-30 06:55:06 [bca.uk] INFO: Saving data for AU67%20ZMZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361373.752287, 'last_price_update_time': 1774853706.854025}
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU67%2520ZMZ') HTTP/1.1" 204 0
2026-03-30 06:55:06 [bca.uk] INFO: Found listing with ID: NU21%20LXK
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU21%2520LXK%27 HTTP/1.1" 200 None
2026-03-30 06:55:06 [bca.uk] INFO: Scrape type for NU21%20LXK: 2
2026-03-30 06:55:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 393eefbe-384f-5e77-9a1e-096c8e68360f with identifier: NU21%20LXK
2026-03-30 06:55:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 393eefbe-384f-5e77-9a1e-096c8e68360f with scrape type 2
2026-03-30 06:55:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 393eefbe-384f-5e77-9a1e-096c8e68360f with scrape type 2
2026-03-30 06:55:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 393eefbe-384f-5e77-9a1e-096c8e68360f, identifier: NU21%20LXK
2026-03-30 06:55:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bebbc9de-ab9b-5329-8f38-647fc1550b12 with identifier: WK14%20XXV
2026-03-30 06:55:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bebbc9de-ab9b-5329-8f38-647fc1550b12 with identifier: WK14%20XXV
2026-03-30 06:55:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bebbc9de-ab9b-5329-8f38-647fc1550b12 with identifier: WK14%20XXV to the API
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 285,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WK14%20XXV-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '6.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bebbc9de-ab9b-5329-8f38-647fc1550b12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WK14 XXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WK14%20XXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MERCEDES-BENZ',
 'model': 'C63 AMG',
 'odometer': 70993,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C63 AMG 6.2 (451) Estate',
 'transmission': 'manual',
 'trim': '(451)',
 'vin': 'WDD2042772G306319',
 'year': 2014}
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WK14%2520XXV%27 HTTP/1.1" 200 None
2026-03-30 06:55:07 [bca.uk] INFO: Saving data for WK14%20XXV: {'auction_closing_time': 1774951200.0, 'created_time': 1774044532.530895, 'last_price_update_time': 1774853707.265956}
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WK14%2520XXV') HTTP/1.1" 204 0
2026-03-30 06:55:07 [bca.uk] INFO: Found listing with ID: BV67%20UDJ
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520UDJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:07 [bca.uk] INFO: Scrape type for BV67%20UDJ: 2
2026-03-30 06:55:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd1764ea-8856-5251-98d3-5510b1bea6d5 with identifier: BV67%20UDJ
2026-03-30 06:55:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd1764ea-8856-5251-98d3-5510b1bea6d5 with scrape type 2
2026-03-30 06:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd1764ea-8856-5251-98d3-5510b1bea6d5 with scrape type 2
2026-03-30 06:55:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd1764ea-8856-5251-98d3-5510b1bea6d5, identifier: BV67%20UDJ
2026-03-30 06:55:07 [bca.uk] INFO: Found listing with ID: BG63%20EOM
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG63%2520EOM%27 HTTP/1.1" 200 None
2026-03-30 06:55:07 [bca.uk] INFO: Scrape type for BG63%20EOM: 2
2026-03-30 06:55:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 674d219b-52ae-55d7-a323-47953034ec5b with identifier: BG63%20EOM
2026-03-30 06:55:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 674d219b-52ae-55d7-a323-47953034ec5b with scrape type 2
2026-03-30 06:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 674d219b-52ae-55d7-a323-47953034ec5b with scrape type 2
2026-03-30 06:55:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 674d219b-52ae-55d7-a323-47953034ec5b, identifier: BG63%20EOM
2026-03-30 06:55:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 393eefbe-384f-5e77-9a1e-096c8e68360f with identifier: NU21%20LXK
2026-03-30 06:55:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 393eefbe-384f-5e77-9a1e-096c8e68360f with identifier: NU21%20LXK
2026-03-30 06:55:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 393eefbe-384f-5e77-9a1e-096c8e68360f with identifier: NU21%20LXK to the API
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NU21%20LXK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '393eefbe-384f-5e77-9a1e-096c8e68360f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NU21 LXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NU21%20LXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': 'PARTNER',
 'odometer': 84928,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT PARTNER 1.5 B/HDI 100 950 PROF.LONG Van',
 'transmission': 'manual',
 'trim': 'B/HDI 100 950 PROF.LONG',
 'vin': 'VR3EFYHYCMJ598309',
 'year': 2021}
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU21%2520LXK%27 HTTP/1.1" 200 None
2026-03-30 06:55:07 [bca.uk] INFO: Saving data for NU21%20LXK: {'auction_closing_time': 1775037600.0, 'created_time': 1774363213.851085, 'last_price_update_time': 1774853707.810327}
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NU21%2520LXK') HTTP/1.1" 204 0
2026-03-30 06:55:07 [bca.uk] INFO: Found listing with ID: FV15%20ZYO
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520ZYO%27 HTTP/1.1" 200 None
2026-03-30 06:55:07 [bca.uk] INFO: Scrape type for FV15%20ZYO: 2
2026-03-30 06:55:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12cfa091-58fd-565c-872f-31700576187e with identifier: FV15%20ZYO
2026-03-30 06:55:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12cfa091-58fd-565c-872f-31700576187e with scrape type 2
2026-03-30 06:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12cfa091-58fd-565c-872f-31700576187e with scrape type 2
2026-03-30 06:55:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12cfa091-58fd-565c-872f-31700576187e, identifier: FV15%20ZYO
2026-03-30 06:55:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd1764ea-8856-5251-98d3-5510b1bea6d5 with identifier: BV67%20UDJ
2026-03-30 06:55:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd1764ea-8856-5251-98d3-5510b1bea6d5 with identifier: BV67%20UDJ
2026-03-30 06:55:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd1764ea-8856-5251-98d3-5510b1bea6d5 with identifier: BV67%20UDJ to the API
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV67%20UDJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fd1764ea-8856-5251-98d3-5510b1bea6d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV67 UDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV67%20UDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'SMART',
 'model': 'FORTWO',
 'odometer': 65062,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SMART FORTWO 1.0 71 PRIME SPORT PREMIUM Convertible',
 'transmission': 'automatic',
 'trim': '71 PRIME SPORT PREMIUM',
 'vin': 'WME4534422K228107',
 'year': 2017}
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520UDJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:08 [bca.uk] INFO: Saving data for BV67%20UDJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774390972.074945, 'last_price_update_time': 1774853708.251971}
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV67%2520UDJ') HTTP/1.1" 204 0
2026-03-30 06:55:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 674d219b-52ae-55d7-a323-47953034ec5b with identifier: BG63%20EOM
2026-03-30 06:55:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 674d219b-52ae-55d7-a323-47953034ec5b with identifier: BG63%20EOM
2026-03-30 06:55:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 674d219b-52ae-55d7-a323-47953034ec5b with identifier: BG63%20EOM to the API
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG63%20EOM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '674d219b-52ae-55d7-a323-47953034ec5b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG63 EOM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG63%20EOM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 127368,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 VVT LTD.EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'VVT LTD.EDITION',
 'vin': 'W0L0SDL08D4226381',
 'year': 2013}
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG63%2520EOM%27 HTTP/1.1" 200 None
2026-03-30 06:55:08 [bca.uk] INFO: Saving data for BG63%20EOM: {'auction_closing_time': 1775037600.0, 'created_time': 1774361343.767701, 'last_price_update_time': 1774853708.594537}
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG63%2520EOM') HTTP/1.1" 204 0
2026-03-30 06:55:08 [bca.uk] INFO: Found listing with ID: LL22%20FNE
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520FNE%27 HTTP/1.1" 200 None
2026-03-30 06:55:08 [bca.uk] INFO: Scrape type for LL22%20FNE: 2
2026-03-30 06:55:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb0ae856-a93b-53ed-80e8-128a351c61e6 with identifier: LL22%20FNE
2026-03-30 06:55:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb0ae856-a93b-53ed-80e8-128a351c61e6 with scrape type 2
2026-03-30 06:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb0ae856-a93b-53ed-80e8-128a351c61e6 with scrape type 2
2026-03-30 06:55:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cb0ae856-a93b-53ed-80e8-128a351c61e6, identifier: LL22%20FNE
2026-03-30 06:55:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12cfa091-58fd-565c-872f-31700576187e with identifier: FV15%20ZYO
2026-03-30 06:55:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12cfa091-58fd-565c-872f-31700576187e with identifier: FV15%20ZYO
2026-03-30 06:55:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12cfa091-58fd-565c-872f-31700576187e with identifier: FV15%20ZYO to the API
2026-03-30 06:55:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV15%20ZYO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '12cfa091-58fd-565c-872f-31700576187e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV15 ZYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV15%20ZYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'TT',
 'odometer': 97516,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI TT 2.0 TDI ULTRA 184 S LINE Coupe',
 'transmission': 'manual',
 'trim': 'TDI ULTRA 184 S LINE',
 'vin': 'TRUZZZFV6F1020038',
 'year': 2015}
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV15%2520ZYO%27 HTTP/1.1" 200 None
2026-03-30 06:55:10 [bca.uk] INFO: Saving data for FV15%20ZYO: {'auction_closing_time': 1774951200.0, 'created_time': 1774364735.387136, 'last_price_update_time': 1774853710.016942}
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV15%2520ZYO') HTTP/1.1" 204 0
2026-03-30 06:55:10 [bca.uk] INFO: Found listing with ID: MT20%20CHN
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT20%2520CHN%27 HTTP/1.1" 200 None
2026-03-30 06:55:10 [bca.uk] INFO: Scrape type for MT20%20CHN: 2
2026-03-30 06:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with identifier: MT20%20CHN
2026-03-30 06:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with scrape type 2
2026-03-30 06:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with scrape type 2
2026-03-30 06:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a749a52-5a30-5925-a630-0a9aef0fb5a8, identifier: MT20%20CHN
2026-03-30 06:55:10 [bca.uk] INFO: Found listing with ID: BJ72%20AEB
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520AEB%27 HTTP/1.1" 200 None
2026-03-30 06:55:10 [bca.uk] INFO: Scrape type for BJ72%20AEB: 2
2026-03-30 06:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with identifier: BJ72%20AEB
2026-03-30 06:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with scrape type 2
2026-03-30 06:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with scrape type 2
2026-03-30 06:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ded12a6a-3c97-5c38-b6fc-11ab8ff0a841, identifier: BJ72%20AEB
2026-03-30 06:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cb0ae856-a93b-53ed-80e8-128a351c61e6 with identifier: LL22%20FNE
2026-03-30 06:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cb0ae856-a93b-53ed-80e8-128a351c61e6 with identifier: LL22%20FNE
2026-03-30 06:55:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cb0ae856-a93b-53ed-80e8-128a351c61e6 with identifier: LL22%20FNE to the API
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL22%20FNE-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cb0ae856-a93b-53ed-80e8-128a351c61e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL22 FNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL22%20FNE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 62227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW IX 240KW 76KWH XD40 SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 SPORT',
 'vin': 'WBY12CF040CK50524',
 'year': 2022}
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL22%2520FNE%27 HTTP/1.1" 200 None
2026-03-30 06:55:10 [bca.uk] INFO: Saving data for LL22%20FNE: {'auction_closing_time': 1774864800.0, 'created_time': 1774363123.690585, 'last_price_update_time': 1774853710.568443}
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL22%2520FNE') HTTP/1.1" 204 0
2026-03-30 06:55:10 [bca.uk] INFO: Found listing with ID: CLZ%20987
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CLZ%2520987%27 HTTP/1.1" 200 None
2026-03-30 06:55:10 [bca.uk] INFO: Scrape type for CLZ%20987: 2
2026-03-30 06:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with identifier: CLZ%20987
2026-03-30 06:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with scrape type 2
2026-03-30 06:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with scrape type 2
2026-03-30 06:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6, identifier: CLZ%20987
2026-03-30 06:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with identifier: MT20%20CHN
2026-03-30 06:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with identifier: MT20%20CHN
2026-03-30 06:55:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a749a52-5a30-5925-a630-0a9aef0fb5a8 with identifier: MT20%20CHN to the API
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT20%20CHN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a749a52-5a30-5925-a630-0a9aef0fb5a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT20 CHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT20%20CHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 40975,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCLUSIVE DCT',
 'vin': 'SDPW7CBECKZ276817',
 'year': 2020}
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT20%2520CHN%27 HTTP/1.1" 200 None
2026-03-30 06:55:10 [bca.uk] INFO: Saving data for MT20%20CHN: {'auction_closing_time': 1774951200.0, 'created_time': 1774390973.80102, 'last_price_update_time': 1774853710.978586}
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT20%2520CHN') HTTP/1.1" 204 0
2026-03-30 06:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with identifier: BJ72%20AEB
2026-03-30 06:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with identifier: BJ72%20AEB
2026-03-30 06:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ded12a6a-3c97-5c38-b6fc-11ab8ff0a841 with identifier: BJ72%20AEB to the API
2026-03-30 06:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ72%20AEB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ded12a6a-3c97-5c38-b6fc-11ab8ff0a841',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ72 AEB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ72%20AEB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 15279,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B MHEV 125 TITANIUM P/S Estate',
 'transmission': 'automatic',
 'trim': 'E/B MHEV 125 TITANIUM P/S',
 'vin': 'WF0PXXGCHPNB84673',
 'year': 2022}
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ72%2520AEB%27 HTTP/1.1" 200 None
2026-03-30 06:55:12 [bca.uk] INFO: Saving data for BJ72%20AEB: {'auction_closing_time': 1775037600.0, 'created_time': 1773958249.317912, 'last_price_update_time': 1774853712.338901}
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ72%2520AEB') HTTP/1.1" 204 0
2026-03-30 06:55:12 [bca.uk] INFO: Found listing with ID: DY20%20PZH
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY20%2520PZH%27 HTTP/1.1" 200 None
2026-03-30 06:55:12 [bca.uk] INFO: Scrape type for DY20%20PZH: 2
2026-03-30 06:55:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34b4faf7-ea02-596f-a659-9bd3340549df with identifier: DY20%20PZH
2026-03-30 06:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34b4faf7-ea02-596f-a659-9bd3340549df with scrape type 2
2026-03-30 06:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34b4faf7-ea02-596f-a659-9bd3340549df with scrape type 2
2026-03-30 06:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34b4faf7-ea02-596f-a659-9bd3340549df, identifier: DY20%20PZH
2026-03-30 06:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with identifier: CLZ%20987
2026-03-30 06:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with identifier: CLZ%20987
2026-03-30 06:55:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a468f8f-e0c7-5d22-ab79-5d37b74e8da6 with identifier: CLZ%20987 to the API
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CLZ%20987-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4a468f8f-e0c7-5d22-ab79-5d37b74e8da6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CLZ 987',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CLZ%20987&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PORSCHE',
 'model': 'CAYMAN',
 'odometer': 95641,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYMAN 3.4 S Coupe',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'WP0ZZZ98Z6U777698',
 'year': 2006}
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CLZ%2520987%27 HTTP/1.1" 200 None
2026-03-30 06:55:12 [bca.uk] INFO: Saving data for CLZ%20987: {'auction_closing_time': 1774951200.0, 'created_time': 1774364740.025567, 'last_price_update_time': 1774853712.753469}
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CLZ%2520987') HTTP/1.1" 204 0
2026-03-30 06:55:12 [bca.uk] INFO: Found listing with ID: MV67%20OMT
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520OMT%27 HTTP/1.1" 200 None
2026-03-30 06:55:12 [bca.uk] INFO: Scrape type for MV67%20OMT: 2
2026-03-30 06:55:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with identifier: MV67%20OMT
2026-03-30 06:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with scrape type 2
2026-03-30 06:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with scrape type 2
2026-03-30 06:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88f78fd7-cff2-5ef6-948d-97ebcba628b8, identifier: MV67%20OMT
2026-03-30 06:55:12 [bca.uk] INFO: Found listing with ID: BV18%20ZNA
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520ZNA%27 HTTP/1.1" 200 None
2026-03-30 06:55:12 [bca.uk] INFO: Scrape type for BV18%20ZNA: 2
2026-03-30 06:55:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5852941d-3eee-5f29-9a57-6889ddc71aa0 with identifier: BV18%20ZNA
2026-03-30 06:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5852941d-3eee-5f29-9a57-6889ddc71aa0 with scrape type 2
2026-03-30 06:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5852941d-3eee-5f29-9a57-6889ddc71aa0 with scrape type 2
2026-03-30 06:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5852941d-3eee-5f29-9a57-6889ddc71aa0, identifier: BV18%20ZNA
2026-03-30 06:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34b4faf7-ea02-596f-a659-9bd3340549df with identifier: DY20%20PZH
2026-03-30 06:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34b4faf7-ea02-596f-a659-9bd3340549df with identifier: DY20%20PZH
2026-03-30 06:55:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34b4faf7-ea02-596f-a659-9bd3340549df with identifier: DY20%20PZH to the API
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY20%20PZH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '34b4faf7-ea02-596f-a659-9bd3340549df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY20 PZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY20%20PZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'COMBO CARGO L1',
 'odometer': 50375,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO CARGO L1 1.5 TURBO D 100 2300 SPORTIVE Van',
 'transmission': 'manual',
 'trim': 'TURBO D 100 2300 SPORTIVE',
 'vin': 'W0VEFYHYCLJ549212',
 'year': 2020}
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY20%2520PZH%27 HTTP/1.1" 200 None
2026-03-30 06:55:13 [bca.uk] INFO: Saving data for DY20%20PZH: {'auction_closing_time': 1775037600.0, 'created_time': 1774363226.239055, 'last_price_update_time': 1774853713.262997}
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY20%2520PZH') HTTP/1.1" 204 0
2026-03-30 06:55:13 [bca.uk] INFO: Found listing with ID: LD61%20KWR
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD61%2520KWR%27 HTTP/1.1" 200 None
2026-03-30 06:55:13 [bca.uk] INFO: Scrape type for LD61%20KWR: 2
2026-03-30 06:55:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e333845c-a29f-5c92-874c-01001a05519c with identifier: LD61%20KWR
2026-03-30 06:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e333845c-a29f-5c92-874c-01001a05519c with scrape type 2
2026-03-30 06:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e333845c-a29f-5c92-874c-01001a05519c with scrape type 2
2026-03-30 06:55:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e333845c-a29f-5c92-874c-01001a05519c, identifier: LD61%20KWR
2026-03-30 06:55:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with identifier: MV67%20OMT
2026-03-30 06:55:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with identifier: MV67%20OMT
2026-03-30 06:55:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88f78fd7-cff2-5ef6-948d-97ebcba628b8 with identifier: MV67%20OMT to the API
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': None,
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '88f78fd7-cff2-5ef6-948d-97ebcba628b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MV67 OMT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MV67%20OMT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 84334,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM DCT',
 'vin': 'WDD1760122J672797',
 'year': 2017}
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MV67%2520OMT%27 HTTP/1.1" 200 None
2026-03-30 06:55:13 [bca.uk] INFO: Saving data for MV67%20OMT: {'auction_closing_time': 1774951200.0, 'created_time': 1774390964.781409, 'last_price_update_time': 1774853713.896288}
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MV67%2520OMT') HTTP/1.1" 204 0
2026-03-30 06:55:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5852941d-3eee-5f29-9a57-6889ddc71aa0 with identifier: BV18%20ZNA
2026-03-30 06:55:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5852941d-3eee-5f29-9a57-6889ddc71aa0 with identifier: BV18%20ZNA
2026-03-30 06:55:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5852941d-3eee-5f29-9a57-6889ddc71aa0 with identifier: BV18%20ZNA to the API
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV18%20ZNA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5852941d-3eee-5f29-9a57-6889ddc71aa0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BV18 ZNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV18%20ZNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 65827,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI EVO 130 SE NAV Estate',
 'transmission': 'manual',
 'trim': 'TSI EVO 130 SE NAV',
 'vin': 'WVWZZZAUZJP585419',
 'year': 2018}
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV18%2520ZNA%27 HTTP/1.1" 200 None
2026-03-30 06:55:14 [bca.uk] INFO: Saving data for BV18%20ZNA: {'auction_closing_time': 1775037600.0, 'created_time': 1774361347.749435, 'last_price_update_time': 1774853714.373005}
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV18%2520ZNA') HTTP/1.1" 204 0
2026-03-30 06:55:14 [bca.uk] INFO: Found listing with ID: YK70%20ZSP
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520ZSP%27 HTTP/1.1" 200 None
2026-03-30 06:55:14 [bca.uk] INFO: Scrape type for YK70%20ZSP: 2
2026-03-30 06:55:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with identifier: YK70%20ZSP
2026-03-30 06:55:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with scrape type 2
2026-03-30 06:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with scrape type 2
2026-03-30 06:55:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 346b27b5-5daf-5999-8b8f-fee3df5ec5ec, identifier: YK70%20ZSP
2026-03-30 06:55:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e333845c-a29f-5c92-874c-01001a05519c with identifier: LD61%20KWR
2026-03-30 06:55:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e333845c-a29f-5c92-874c-01001a05519c with identifier: LD61%20KWR
2026-03-30 06:55:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e333845c-a29f-5c92-874c-01001a05519c with identifier: LD61%20KWR to the API
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD61%20KWR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e333845c-a29f-5c92-874c-01001a05519c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD61 KWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD61%20KWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 350',
 'odometer': 73208,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 350 3.5 B/E AMG SPORT EDITION 125 TIP Roadster',
 'transmission': 'manual',
 'trim': 'B/E AMG SPORT EDITION 125 TIP',
 'vin': 'WDD1724572F027349',
 'year': 2011}
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD61%2520KWR%27 HTTP/1.1" 200 None
2026-03-30 06:55:14 [bca.uk] INFO: Saving data for LD61%20KWR: {'auction_closing_time': 1774951200.0, 'created_time': 1774364741.238943, 'last_price_update_time': 1774853714.833578}
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD61%2520KWR') HTTP/1.1" 204 0
2026-03-30 06:55:14 [bca.uk] INFO: Found listing with ID: YH18%20YUY
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520YUY%27 HTTP/1.1" 200 None
2026-03-30 06:55:14 [bca.uk] INFO: Scrape type for YH18%20YUY: 2
2026-03-30 06:55:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 155e9393-c255-5d17-9c52-befe8af5ce51 with identifier: YH18%20YUY
2026-03-30 06:55:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 155e9393-c255-5d17-9c52-befe8af5ce51 with scrape type 2
2026-03-30 06:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 155e9393-c255-5d17-9c52-befe8af5ce51 with scrape type 2
2026-03-30 06:55:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 155e9393-c255-5d17-9c52-befe8af5ce51, identifier: YH18%20YUY
2026-03-30 06:55:14 [bca.uk] INFO: Found listing with ID: BV73%20XSL
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV73%2520XSL%27 HTTP/1.1" 200 None
2026-03-30 06:55:14 [bca.uk] INFO: Scrape type for BV73%20XSL: 2
2026-03-30 06:55:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2afef474-9efb-54b4-a673-01cf92712478 with identifier: BV73%20XSL
2026-03-30 06:55:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2afef474-9efb-54b4-a673-01cf92712478 with scrape type 2
2026-03-30 06:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2afef474-9efb-54b4-a673-01cf92712478 with scrape type 2
2026-03-30 06:55:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2afef474-9efb-54b4-a673-01cf92712478, identifier: BV73%20XSL
2026-03-30 06:55:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with identifier: YK70%20ZSP
2026-03-30 06:55:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with identifier: YK70%20ZSP
2026-03-30 06:55:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 346b27b5-5daf-5999-8b8f-fee3df5ec5ec with identifier: YK70%20ZSP to the API
2026-03-30 06:55:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK70%20ZSP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '346b27b5-5daf-5999-8b8f-fee3df5ec5ec',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YK70 ZSP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK70%20ZSP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 118130,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 40 TDI S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': '40 TDI S LINE S-T',
 'vin': 'WAUZZZF20LN101442',
 'year': 2020}
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK70%2520ZSP%27 HTTP/1.1" 200 None
2026-03-30 06:55:16 [bca.uk] INFO: Saving data for YK70%20ZSP: {'auction_closing_time': 1774864800.0, 'created_time': 1774363116.167147, 'last_price_update_time': 1774853716.373411}
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK70%2520ZSP') HTTP/1.1" 204 0
2026-03-30 06:55:16 [bca.uk] INFO: Found listing with ID: YH21%20LPO
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520LPO%27 HTTP/1.1" 200 None
2026-03-30 06:55:16 [bca.uk] INFO: Scrape type for YH21%20LPO: 2
2026-03-30 06:55:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with identifier: YH21%20LPO
2026-03-30 06:55:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with scrape type 2
2026-03-30 06:55:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with scrape type 2
2026-03-30 06:55:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92, identifier: YH21%20LPO
2026-03-30 06:55:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:55:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 155e9393-c255-5d17-9c52-befe8af5ce51 with identifier: YH18%20YUY
2026-03-30 06:55:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 155e9393-c255-5d17-9c52-befe8af5ce51 with identifier: YH18%20YUY
2026-03-30 06:55:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 155e9393-c255-5d17-9c52-befe8af5ce51 with identifier: YH18%20YUY to the API
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH18%20YUY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '155e9393-c255-5d17-9c52-befe8af5ce51',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH18 YUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH18%20YUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 220 D',
 'odometer': 67238,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 220 D 2.1 AMG LINE PREMIUM 4M DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM 4M DCT',
 'vin': 'WDC1569052J504180',
 'year': 2018}
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH18%2520YUY%27 HTTP/1.1" 200 None
2026-03-30 06:55:16 [bca.uk] INFO: Saving data for YH18%20YUY: {'auction_closing_time': 1774951200.0, 'created_time': 1774390950.458723, 'last_price_update_time': 1774853716.826081}
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH18%2520YUY') HTTP/1.1" 204 0
2026-03-30 06:55:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2afef474-9efb-54b4-a673-01cf92712478 with identifier: BV73%20XSL
2026-03-30 06:55:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2afef474-9efb-54b4-a673-01cf92712478 with identifier: BV73%20XSL
2026-03-30 06:55:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2afef474-9efb-54b4-a673-01cf92712478 with identifier: BV73%20XSL to the API
2026-03-30 06:55:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV73%20XSL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2afef474-9efb-54b4-a673-01cf92712478',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV73 XSL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV73%20XSL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 15394,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 TSI 110 XCELLENCE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 110 XCELLENCE',
 'vin': 'VSSZZZKJ7RR052949',
 'year': 2023}
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV73%2520XSL%27 HTTP/1.1" 200 None
2026-03-30 06:55:17 [bca.uk] INFO: Saving data for BV73%20XSL: {'auction_closing_time': 1775037600.0, 'created_time': 1774361337.669536, 'last_price_update_time': 1774853717.118711}
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV73%2520XSL') HTTP/1.1" 204 0
2026-03-30 06:55:17 [bca.uk] INFO: Found listing with ID: RF68%20KPP
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520KPP%27 HTTP/1.1" 200 None
2026-03-30 06:55:17 [bca.uk] INFO: Scrape type for RF68%20KPP: 2
2026-03-30 06:55:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c486738-9202-5946-ab3a-cf0b015298d5 with identifier: RF68%20KPP
2026-03-30 06:55:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c486738-9202-5946-ab3a-cf0b015298d5 with scrape type 2
2026-03-30 06:55:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c486738-9202-5946-ab3a-cf0b015298d5 with scrape type 2
2026-03-30 06:55:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c486738-9202-5946-ab3a-cf0b015298d5, identifier: RF68%20KPP
2026-03-30 06:55:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with identifier: YH21%20LPO
2026-03-30 06:55:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with identifier: YH21%20LPO
2026-03-30 06:55:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92 with identifier: YH21%20LPO to the API
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH21%20LPO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b2b71d7b-6e8a-59c3-aad0-1e8ddf5c8d92',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH21 LPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH21%20LPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 65102,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 DESIGN',
 'vin': 'NMTK33BX30R090901',
 'year': 2021}
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH21%2520LPO%27 HTTP/1.1" 200 None
2026-03-30 06:55:17 [bca.uk] INFO: Saving data for YH21%20LPO: {'auction_closing_time': 1775556000.0, 'created_time': 1774364849.754753, 'last_price_update_time': 1774853717.557018}
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH21%2520LPO') HTTP/1.1" 204 0
2026-03-30 06:55:17 [scrapy.extensions.logstats] INFO: Crawled 130 pages (at 2 pages/min), scraped 6498 items (at 117 items/min)
2026-03-30 06:55:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:55:17 [bca.uk] INFO: Found listing with ID: DP67%20AVV
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520AVV%27 HTTP/1.1" 200 None
2026-03-30 06:55:17 [bca.uk] INFO: Scrape type for DP67%20AVV: 2
2026-03-30 06:55:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60c2a992-0c14-546a-b954-90a1e12c4976 with identifier: DP67%20AVV
2026-03-30 06:55:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60c2a992-0c14-546a-b954-90a1e12c4976 with scrape type 2
2026-03-30 06:55:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60c2a992-0c14-546a-b954-90a1e12c4976 with scrape type 2
2026-03-30 06:55:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 60c2a992-0c14-546a-b954-90a1e12c4976, identifier: DP67%20AVV
2026-03-30 06:55:17 [bca.uk] INFO: Found listing with ID: CF16%20NXL
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF16%2520NXL%27 HTTP/1.1" 200 None
2026-03-30 06:55:17 [bca.uk] INFO: Scrape type for CF16%20NXL: 2
2026-03-30 06:55:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa3220f1-c73a-51bc-864a-93c3f38c5e67 with identifier: CF16%20NXL
2026-03-30 06:55:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa3220f1-c73a-51bc-864a-93c3f38c5e67 with scrape type 2
2026-03-30 06:55:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa3220f1-c73a-51bc-864a-93c3f38c5e67 with scrape type 2
2026-03-30 06:55:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aa3220f1-c73a-51bc-864a-93c3f38c5e67, identifier: CF16%20NXL
2026-03-30 06:55:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c486738-9202-5946-ab3a-cf0b015298d5 with identifier: RF68%20KPP
2026-03-30 06:55:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c486738-9202-5946-ab3a-cf0b015298d5 with identifier: RF68%20KPP
2026-03-30 06:55:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c486738-9202-5946-ab3a-cf0b015298d5 with identifier: RF68%20KPP to the API
2026-03-30 06:55:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF68%20KPP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4c486738-9202-5946-ab3a-cf0b015298d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF68 KPP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF68%20KPP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 71754,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J582111',
 'year': 2018}
2026-03-30 06:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF68%2520KPP%27 HTTP/1.1" 200 None
2026-03-30 06:55:18 [bca.uk] INFO: Saving data for RF68%20KPP: {'auction_closing_time': 1774864800.0, 'created_time': 1774363162.963552, 'last_price_update_time': 1774853718.09504}
2026-03-30 06:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF68%2520KPP') HTTP/1.1" 204 0
2026-03-30 06:55:18 [bca.uk] INFO: Found listing with ID: SH22%20LHV
2026-03-30 06:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH22%2520LHV%27 HTTP/1.1" 200 None
2026-03-30 06:55:18 [bca.uk] INFO: Scrape type for SH22%20LHV: 2
2026-03-30 06:55:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with identifier: SH22%20LHV
2026-03-30 06:55:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with scrape type 2
2026-03-30 06:55:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with scrape type 2
2026-03-30 06:55:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59621c69-cc4d-5ed6-88f9-ba21e8b6da04, identifier: SH22%20LHV
2026-03-30 06:55:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 60c2a992-0c14-546a-b954-90a1e12c4976 with identifier: DP67%20AVV
2026-03-30 06:55:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 60c2a992-0c14-546a-b954-90a1e12c4976 with identifier: DP67%20AVV
2026-03-30 06:55:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 60c2a992-0c14-546a-b954-90a1e12c4976 with identifier: DP67%20AVV to the API
2026-03-30 06:55:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP67%20AVV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '60c2a992-0c14-546a-b954-90a1e12c4976',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP67 AVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP67%20AVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 75848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2383142F048615',
 'year': 2018}
2026-03-30 06:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP67%2520AVV%27 HTTP/1.1" 200 None
2026-03-30 06:55:19 [bca.uk] INFO: Saving data for DP67%20AVV: {'auction_closing_time': 1775124000.0, 'created_time': 1774390938.234098, 'last_price_update_time': 1774853719.491217}
2026-03-30 06:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP67%2520AVV') HTTP/1.1" 204 0
2026-03-30 06:55:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aa3220f1-c73a-51bc-864a-93c3f38c5e67 with identifier: CF16%20NXL
2026-03-30 06:55:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aa3220f1-c73a-51bc-864a-93c3f38c5e67 with identifier: CF16%20NXL
2026-03-30 06:55:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aa3220f1-c73a-51bc-864a-93c3f38c5e67 with identifier: CF16%20NXL to the API
2026-03-30 06:55:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 108,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF16%20NXL-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aa3220f1-c73a-51bc-864a-93c3f38c5e67',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF16 NXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF16%20NXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'A3 SPORTBACK',
 'odometer': 74490,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A3 SPORTBACK 1.6 TDI 110 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 110 S LINE',
 'vin': 'WAUZZZ8V5HA020118',
 'year': 2016}
2026-03-30 06:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF16%2520NXL%27 HTTP/1.1" 200 None
2026-03-30 06:55:19 [bca.uk] INFO: Saving data for CF16%20NXL: {'auction_closing_time': 1775037600.0, 'created_time': 1774361398.069008, 'last_price_update_time': 1774853719.813649}
2026-03-30 06:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF16%2520NXL') HTTP/1.1" 204 0
2026-03-30 06:55:19 [bca.uk] INFO: Found listing with ID: GV72%20FCO
2026-03-30 06:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520FCO%27 HTTP/1.1" 200 None
2026-03-30 06:55:19 [bca.uk] INFO: Scrape type for GV72%20FCO: 2
2026-03-30 06:55:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f65f415a-f669-504b-98bb-7e4d079247d2 with identifier: GV72%20FCO
2026-03-30 06:55:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f65f415a-f669-504b-98bb-7e4d079247d2 with scrape type 2
2026-03-30 06:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f65f415a-f669-504b-98bb-7e4d079247d2 with scrape type 2
2026-03-30 06:55:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f65f415a-f669-504b-98bb-7e4d079247d2, identifier: GV72%20FCO
2026-03-30 06:55:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with identifier: SH22%20LHV
2026-03-30 06:55:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with identifier: SH22%20LHV
2026-03-30 06:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59621c69-cc4d-5ed6-88f9-ba21e8b6da04 with identifier: SH22%20LHV to the API
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH22%20LHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '59621c69-cc4d-5ed6-88f9-ba21e8b6da04',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SH22 LHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH22%20LHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'PROACE VERSO',
 'odometer': 23653,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE VERSO 2.0 D 140 SHUTTLE LONG MPV',
 'transmission': 'manual',
 'trim': 'D 140 SHUTTLE LONG',
 'vin': 'YARVEEHTMGZ226840',
 'year': 2022}
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH22%2520LHV%27 HTTP/1.1" 200 None
2026-03-30 06:55:20 [bca.uk] INFO: Saving data for SH22%20LHV: {'auction_closing_time': 1775556000.0, 'created_time': 1774364701.110461, 'last_price_update_time': 1774853720.220896}
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH22%2520LHV') HTTP/1.1" 204 0
2026-03-30 06:55:20 [bca.uk] INFO: Found listing with ID: GK18%20TVW
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK18%2520TVW%27 HTTP/1.1" 200 None
2026-03-30 06:55:20 [bca.uk] INFO: Scrape type for GK18%20TVW: 2
2026-03-30 06:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0b103e6-6486-5a95-972e-82268ba94828 with identifier: GK18%20TVW
2026-03-30 06:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0b103e6-6486-5a95-972e-82268ba94828 with scrape type 2
2026-03-30 06:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0b103e6-6486-5a95-972e-82268ba94828 with scrape type 2
2026-03-30 06:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f0b103e6-6486-5a95-972e-82268ba94828, identifier: GK18%20TVW
2026-03-30 06:55:20 [bca.uk] INFO: Found listing with ID: DF16%20VHJ
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520VHJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:20 [bca.uk] INFO: Scrape type for DF16%20VHJ: 2
2026-03-30 06:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with identifier: DF16%20VHJ
2026-03-30 06:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with scrape type 2
2026-03-30 06:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with scrape type 2
2026-03-30 06:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12c6c705-5cbf-5b7d-b392-0ac43ff8b906, identifier: DF16%20VHJ
2026-03-30 06:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f65f415a-f669-504b-98bb-7e4d079247d2 with identifier: GV72%20FCO
2026-03-30 06:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f65f415a-f669-504b-98bb-7e4d079247d2 with identifier: GV72%20FCO
2026-03-30 06:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f65f415a-f669-504b-98bb-7e4d079247d2 with identifier: GV72%20FCO to the API
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV72%20FCO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f65f415a-f669-504b-98bb-7e4d079247d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV72 FCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV72%20FCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'EQE 300',
 'odometer': 16076,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ EQE 300 AMG LINE PREMIUM Saloon',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM',
 'vin': 'W1KEG1BB5PF015046',
 'year': 2023}
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520FCO%27 HTTP/1.1" 200 None
2026-03-30 06:55:20 [bca.uk] INFO: Saving data for GV72%20FCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774363085.942998, 'last_price_update_time': 1774853720.754045}
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520FCO') HTTP/1.1" 204 0
2026-03-30 06:55:20 [bca.uk] INFO: Found listing with ID: PN24%20UFH
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN24%2520UFH%27 HTTP/1.1" 200 None
2026-03-30 06:55:20 [bca.uk] INFO: Scrape type for PN24%20UFH: 2
2026-03-30 06:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with identifier: PN24%20UFH
2026-03-30 06:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with scrape type 2
2026-03-30 06:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with scrape type 2
2026-03-30 06:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32, identifier: PN24%20UFH
2026-03-30 06:55:20 [bca.uk] INFO: Total items found: 100
2026-03-30 06:55:20 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded
2026-03-30 06:55:20 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:55:20 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f0b103e6-6486-5a95-972e-82268ba94828 with identifier: GK18%20TVW
2026-03-30 06:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f0b103e6-6486-5a95-972e-82268ba94828 with identifier: GK18%20TVW
2026-03-30 06:55:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f0b103e6-6486-5a95-972e-82268ba94828 with identifier: GK18%20TVW to the API
2026-03-30 06:55:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK18%20TVW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f0b103e6-6486-5a95-972e-82268ba94828',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GK18 TVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK18%20TVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MITSUBISHI',
 'model': 'OUTLANDER',
 'odometer': 126174,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI OUTLANDER 2.0 PHEV GX4HS 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'PHEV GX4HS 4WD',
 'vin': 'JMAXDGG2WJZ001884',
 'year': 2018}
2026-03-30 06:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK18%2520TVW%27 HTTP/1.1" 200 None
2026-03-30 06:55:21 [bca.uk] INFO: Saving data for GK18%20TVW: {'auction_closing_time': 1775124000.0, 'created_time': 1774390938.580436, 'last_price_update_time': 1774853721.29131}
2026-03-30 06:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK18%2520TVW') HTTP/1.1" 204 0
2026-03-30 06:55:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with identifier: DF16%20VHJ
2026-03-30 06:55:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with identifier: DF16%20VHJ
2026-03-30 06:55:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12c6c705-5cbf-5b7d-b392-0ac43ff8b906 with identifier: DF16%20VHJ to the API
2026-03-30 06:55:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF16%20VHJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '12c6c705-5cbf-5b7d-b392-0ac43ff8b906',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF16 VHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF16%20VHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'KA',
 'odometer': 30962,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD KA 1.2 ZETEC BLACK EDITION Hatchback',
 'transmission': 'manual',
 'trim': 'ZETEC BLACK EDITION',
 'vin': 'WF0UXXLTRUGG85786',
 'year': 2016}
2026-03-30 06:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF16%2520VHJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:22 [bca.uk] INFO: Saving data for DF16%20VHJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361401.936503, 'last_price_update_time': 1774853722.633057}
2026-03-30 06:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF16%2520VHJ') HTTP/1.1" 204 0
2026-03-30 06:55:22 [bca.uk] INFO: Found listing with ID: LF68%20UJS
2026-03-30 06:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520UJS%27 HTTP/1.1" 200 None
2026-03-30 06:55:22 [bca.uk] INFO: Scrape type for LF68%20UJS: 2
2026-03-30 06:55:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64efe1e8-1f57-50ab-b484-462cd1206e24 with identifier: LF68%20UJS
2026-03-30 06:55:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64efe1e8-1f57-50ab-b484-462cd1206e24 with scrape type 2
2026-03-30 06:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64efe1e8-1f57-50ab-b484-462cd1206e24 with scrape type 2
2026-03-30 06:55:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64efe1e8-1f57-50ab-b484-462cd1206e24, identifier: LF68%20UJS
2026-03-30 06:55:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with identifier: PN24%20UFH
2026-03-30 06:55:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with identifier: PN24%20UFH
2026-03-30 06:55:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32 with identifier: PN24%20UFH to the API
2026-03-30 06:55:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN24%20UFH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cc60bb2f-08b4-5fa7-8d69-3bc3109a0b32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PN24 UFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN24%20UFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 33377,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL',
 'vin': 'JTDKBABB00A350715',
 'year': 2024}
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN24%2520UFH%27 HTTP/1.1" 200 None
2026-03-30 06:55:23 [bca.uk] INFO: Saving data for PN24%20UFH: {'auction_closing_time': 1775556000.0, 'created_time': 1774364702.702589, 'last_price_update_time': 1774853723.060153}
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN24%2520UFH') HTTP/1.1" 204 0
2026-03-30 06:55:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:55:23 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:55:23 [bca.uk] INFO: Found listing with ID: LP19%20HDX
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520HDX%27 HTTP/1.1" 200 None
2026-03-30 06:55:23 [bca.uk] INFO: Scrape type for LP19%20HDX: 2
2026-03-30 06:55:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 609f8754-0132-5bc4-a676-32c47a4e1fbe with identifier: LP19%20HDX
2026-03-30 06:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 609f8754-0132-5bc4-a676-32c47a4e1fbe with scrape type 2
2026-03-30 06:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 609f8754-0132-5bc4-a676-32c47a4e1fbe with scrape type 2
2026-03-30 06:55:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 609f8754-0132-5bc4-a676-32c47a4e1fbe, identifier: LP19%20HDX
2026-03-30 06:55:23 [bca.uk] INFO: Found listing with ID: DL18%20OTR
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520OTR%27 HTTP/1.1" 200 None
2026-03-30 06:55:23 [bca.uk] INFO: Scrape type for DL18%20OTR: 2
2026-03-30 06:55:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59633683-7564-5066-97da-87efc9447e2e with identifier: DL18%20OTR
2026-03-30 06:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59633683-7564-5066-97da-87efc9447e2e with scrape type 2
2026-03-30 06:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59633683-7564-5066-97da-87efc9447e2e with scrape type 2
2026-03-30 06:55:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59633683-7564-5066-97da-87efc9447e2e, identifier: DL18%20OTR
2026-03-30 06:55:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64efe1e8-1f57-50ab-b484-462cd1206e24 with identifier: LF68%20UJS
2026-03-30 06:55:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64efe1e8-1f57-50ab-b484-462cd1206e24 with identifier: LF68%20UJS
2026-03-30 06:55:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64efe1e8-1f57-50ab-b484-462cd1206e24 with identifier: LF68%20UJS to the API
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF68%20UJS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '64efe1e8-1f57-50ab-b484-462cd1206e24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF68 UJS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF68%20UJS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PORSCHE',
 'model': 'MACAN',
 'odometer': 70869,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PORSCHE MACAN 2.0 242 PDK StationWagon',
 'transmission': 'automatic',
 'trim': '242 PDK',
 'vin': 'WP1ZZZ95ZKLB06305',
 'year': 2018}
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF68%2520UJS%27 HTTP/1.1" 200 None
2026-03-30 06:55:23 [bca.uk] INFO: Saving data for LF68%20UJS: {'auction_closing_time': 1774864800.0, 'created_time': 1774363076.641347, 'last_price_update_time': 1774853723.623048}
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF68%2520UJS') HTTP/1.1" 204 0
2026-03-30 06:55:23 [bca.uk] INFO: Found listing with ID: NL23%20KYC
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520KYC%27 HTTP/1.1" 200 None
2026-03-30 06:55:23 [bca.uk] INFO: Scrape type for NL23%20KYC: 2
2026-03-30 06:55:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with identifier: NL23%20KYC
2026-03-30 06:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with scrape type 2
2026-03-30 06:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with scrape type 2
2026-03-30 06:55:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e, identifier: NL23%20KYC
2026-03-30 06:55:23 [bca.uk] INFO: Found listing with ID: PK23%20EKM
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520EKM%27 HTTP/1.1" 200 None
2026-03-30 06:55:23 [bca.uk] INFO: Scrape type for PK23%20EKM: 2
2026-03-30 06:55:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: affc6185-761c-58da-8021-e86cb5f2a19c with identifier: PK23%20EKM
2026-03-30 06:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item affc6185-761c-58da-8021-e86cb5f2a19c with scrape type 2
2026-03-30 06:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item affc6185-761c-58da-8021-e86cb5f2a19c with scrape type 2
2026-03-30 06:55:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: affc6185-761c-58da-8021-e86cb5f2a19c, identifier: PK23%20EKM
2026-03-30 06:55:23 [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:55:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 609f8754-0132-5bc4-a676-32c47a4e1fbe with identifier: LP19%20HDX
2026-03-30 06:55:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 609f8754-0132-5bc4-a676-32c47a4e1fbe with identifier: LP19%20HDX
2026-03-30 06:55:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 609f8754-0132-5bc4-a676-32c47a4e1fbe with identifier: LP19%20HDX to the API
2026-03-30 06:55:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP19%20HDX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '609f8754-0132-5bc4-a676-32c47a4e1fbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP19 HDX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP19%20HDX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 220 D',
 'odometer': 56007,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 220 D 2.1 AMG LINE 4M 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'WDC2533052F638267',
 'year': 2019}
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP19%2520HDX%27 HTTP/1.1" 200 None
2026-03-30 06:55:24 [bca.uk] INFO: Saving data for LP19%20HDX: {'auction_closing_time': 1775124000.0, 'created_time': 1774390940.498458, 'last_price_update_time': 1774853724.17352}
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP19%2520HDX') HTTP/1.1" 204 0
2026-03-30 06:55:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59633683-7564-5066-97da-87efc9447e2e with identifier: DL18%20OTR
2026-03-30 06:55:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59633683-7564-5066-97da-87efc9447e2e with identifier: DL18%20OTR
2026-03-30 06:55:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59633683-7564-5066-97da-87efc9447e2e with identifier: DL18%20OTR to the API
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL18%20OTR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59633683-7564-5066-97da-87efc9447e2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL18 OTR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL18%20OTR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 56397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.4 90 SRI Hatchback',
 'transmission': 'manual',
 'trim': '90 SRI',
 'vin': 'W0V0XEP68J4362200',
 'year': 2018}
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL18%2520OTR%27 HTTP/1.1" 200 None
2026-03-30 06:55:24 [bca.uk] INFO: Saving data for DL18%20OTR: {'auction_closing_time': 1775037600.0, 'created_time': 1774361357.150147, 'last_price_update_time': 1774853724.4997}
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL18%2520OTR') HTTP/1.1" 204 0
2026-03-30 06:55:24 [bca.uk] INFO: Found listing with ID: HK23%20EZB
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520EZB%27 HTTP/1.1" 200 None
2026-03-30 06:55:24 [bca.uk] INFO: Scrape type for HK23%20EZB: 2
2026-03-30 06:55:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d76086f5-5663-583b-b845-13e2d8f13419 with identifier: HK23%20EZB
2026-03-30 06:55:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d76086f5-5663-583b-b845-13e2d8f13419 with scrape type 2
2026-03-30 06:55:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d76086f5-5663-583b-b845-13e2d8f13419 with scrape type 2
2026-03-30 06:55:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d76086f5-5663-583b-b845-13e2d8f13419, identifier: HK23%20EZB
2026-03-30 06:55:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with identifier: NL23%20KYC
2026-03-30 06:55:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with identifier: NL23%20KYC
2026-03-30 06:55:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b8e9953-ee72-5ea0-afea-aa8aacc59d6e with identifier: NL23%20KYC to the API
2026-03-30 06:55:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NL23%20KYC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '9b8e9953-ee72-5ea0-afea-aa8aacc59d6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NL23 KYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NL23%20KYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 25639,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB90A173114',
 'year': 2023}
2026-03-30 06:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NL23%2520KYC%27 HTTP/1.1" 200 None
2026-03-30 06:55:25 [bca.uk] INFO: Saving data for NL23%20KYC: {'auction_closing_time': 1775556000.0, 'created_time': 1774364686.127705, 'last_price_update_time': 1774853725.72899}
2026-03-30 06:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NL23%2520KYC') HTTP/1.1" 204 0
2026-03-30 06:55:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: affc6185-761c-58da-8021-e86cb5f2a19c with identifier: PK23%20EKM
2026-03-30 06:55:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: affc6185-761c-58da-8021-e86cb5f2a19c with identifier: PK23%20EKM
2026-03-30 06:55:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: affc6185-761c-58da-8021-e86cb5f2a19c with identifier: PK23%20EKM to the API
2026-03-30 06:55:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK23%20EKM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'affc6185-761c-58da-8021-e86cb5f2a19c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PK23 EKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK23%20EKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 40029,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 EXCEL',
 'vin': 'NMTK33BXX0R247355',
 'year': 2023}
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK23%2520EKM%27 HTTP/1.1" 200 None
2026-03-30 06:55:26 [bca.uk] INFO: Saving data for PK23%20EKM: {'auction_closing_time': 1775037600.0, 'created_time': 1774392126.128815, 'last_price_update_time': 1774853726.061954}
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK23%2520EKM') HTTP/1.1" 204 0
2026-03-30 06:55:26 [bca.uk] INFO: Found listing with ID: OU19%20SUV
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520SUV%27 HTTP/1.1" 200 None
2026-03-30 06:55:26 [bca.uk] INFO: Scrape type for OU19%20SUV: 2
2026-03-30 06:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90e36b31-9603-5241-b17c-53700272ffb5 with identifier: OU19%20SUV
2026-03-30 06:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90e36b31-9603-5241-b17c-53700272ffb5 with scrape type 2
2026-03-30 06:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90e36b31-9603-5241-b17c-53700272ffb5 with scrape type 2
2026-03-30 06:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90e36b31-9603-5241-b17c-53700272ffb5, identifier: OU19%20SUV
2026-03-30 06:55:26 [bca.uk] INFO: Found listing with ID: FL15%20OFK
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55: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%2520OFK%27 HTTP/1.1" 200 None
2026-03-30 06:55:26 [bca.uk] INFO: Scrape type for FL15%20OFK: 2
2026-03-30 06:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with identifier: FL15%20OFK
2026-03-30 06:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with scrape type 2
2026-03-30 06:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with scrape type 2
2026-03-30 06:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6, identifier: FL15%20OFK
2026-03-30 06:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d76086f5-5663-583b-b845-13e2d8f13419 with identifier: HK23%20EZB
2026-03-30 06:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d76086f5-5663-583b-b845-13e2d8f13419 with identifier: HK23%20EZB
2026-03-30 06:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d76086f5-5663-583b-b845-13e2d8f13419 with identifier: HK23%20EZB to the API
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK23%20EZB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd76086f5-5663-583b-b845-13e2d8f13419',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK23 EZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK23%20EZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 24255,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS+',
 'vin': 'VF1FL000X70617349',
 'year': 2023}
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK23%2520EZB%27 HTTP/1.1" 200 None
2026-03-30 06:55:26 [bca.uk] INFO: Saving data for HK23%20EZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774363549.781815, 'last_price_update_time': 1774853726.610962}
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK23%2520EZB') HTTP/1.1" 204 0
2026-03-30 06:55:26 [bca.uk] INFO: Found listing with ID: MA23%20DHG
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520DHG%27 HTTP/1.1" 200 None
2026-03-30 06:55:26 [bca.uk] INFO: Scrape type for MA23%20DHG: 2
2026-03-30 06:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33277351-3175-5016-a2d9-e36fa342cbaa with identifier: MA23%20DHG
2026-03-30 06:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33277351-3175-5016-a2d9-e36fa342cbaa with scrape type 2
2026-03-30 06:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33277351-3175-5016-a2d9-e36fa342cbaa with scrape type 2
2026-03-30 06:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33277351-3175-5016-a2d9-e36fa342cbaa, identifier: MA23%20DHG
2026-03-30 06:55:26 [bca.uk] INFO: Found listing with ID: NA23%20MTZ
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520MTZ%27 HTTP/1.1" 200 None
2026-03-30 06:55:26 [bca.uk] INFO: Scrape type for NA23%20MTZ: 2
2026-03-30 06:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f5bf335-9317-57d9-9e6f-3ccbce673add with identifier: NA23%20MTZ
2026-03-30 06:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f5bf335-9317-57d9-9e6f-3ccbce673add with scrape type 2
2026-03-30 06:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f5bf335-9317-57d9-9e6f-3ccbce673add with scrape type 2
2026-03-30 06:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7f5bf335-9317-57d9-9e6f-3ccbce673add, identifier: NA23%20MTZ
2026-03-30 06:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90e36b31-9603-5241-b17c-53700272ffb5 with identifier: OU19%20SUV
2026-03-30 06:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90e36b31-9603-5241-b17c-53700272ffb5 with identifier: OU19%20SUV
2026-03-30 06:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90e36b31-9603-5241-b17c-53700272ffb5 with identifier: OU19%20SUV to the API
2026-03-30 06:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OU19%20SUV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '90e36b31-9603-5241-b17c-53700272ffb5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OU19 SUV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OU19%20SUV&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 67789,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J617384',
 'year': 2019}
2026-03-30 06:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OU19%2520SUV%27 HTTP/1.1" 200 None
2026-03-30 06:55:27 [bca.uk] INFO: Saving data for OU19%20SUV: {'auction_closing_time': 1775124000.0, 'created_time': 1774390923.264141, 'last_price_update_time': 1774853727.136081}
2026-03-30 06:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OU19%2520SUV') HTTP/1.1" 204 0
2026-03-30 06:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with identifier: FL15%20OFK
2026-03-30 06:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with identifier: FL15%20OFK
2026-03-30 06:55:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e6dbc24-75d6-56d6-a388-6a226ce0e2a6 with identifier: FL15%20OFK to the API
2026-03-30 06:55:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL15%20OFK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2e6dbc24-75d6-56d6-a388-6a226ce0e2a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL15 OFK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL15%20OFK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CITROEN',
 'model': 'GRAND PICASSO',
 'odometer': 78650,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND PICASSO 1.6 E-HDI 115 VTR+ ETG6 MPV',
 'transmission': 'automatic',
 'trim': 'E-HDI 115 VTR+ ETG6',
 'vin': 'VF73A9HC8FJ590184',
 'year': 2015}
2026-03-30 06:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL15%2520OFK%27 HTTP/1.1" 200 None
2026-03-30 06:55:29 [bca.uk] INFO: Saving data for FL15%20OFK: {'auction_closing_time': 1775037600.0, 'created_time': 1774361320.871184, 'last_price_update_time': 1774853729.568822}
2026-03-30 06:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL15%2520OFK') HTTP/1.1" 204 0
2026-03-30 06:55:29 [bca.uk] INFO: Found listing with ID: LT23%20EHJ
2026-03-30 06:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT23%2520EHJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:29 [bca.uk] INFO: Scrape type for LT23%20EHJ: 2
2026-03-30 06:55:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with identifier: LT23%20EHJ
2026-03-30 06:55:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with scrape type 2
2026-03-30 06:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with scrape type 2
2026-03-30 06:55:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ccfe64a-457d-54a3-82b6-8e650d2279e4, identifier: LT23%20EHJ
2026-03-30 06:55:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33277351-3175-5016-a2d9-e36fa342cbaa with identifier: MA23%20DHG
2026-03-30 06:55:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33277351-3175-5016-a2d9-e36fa342cbaa with identifier: MA23%20DHG
2026-03-30 06:55:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33277351-3175-5016-a2d9-e36fa342cbaa with identifier: MA23%20DHG to the API
2026-03-30 06:55:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA23%20DHG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '33277351-3175-5016-a2d9-e36fa342cbaa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA23 DHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA23%20DHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 16720,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 EXCEL',
 'vin': 'NMTK33BX00R255982',
 'year': 2023}
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA23%2520DHG%27 HTTP/1.1" 200 None
2026-03-30 06:55:30 [bca.uk] INFO: Saving data for MA23%20DHG: {'auction_closing_time': 1775556000.0, 'created_time': 1774364613.365855, 'last_price_update_time': 1774853730.030032}
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA23%2520DHG') HTTP/1.1" 204 0
2026-03-30 06:55:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7f5bf335-9317-57d9-9e6f-3ccbce673add with identifier: NA23%20MTZ
2026-03-30 06:55:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7f5bf335-9317-57d9-9e6f-3ccbce673add with identifier: NA23%20MTZ
2026-03-30 06:55:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7f5bf335-9317-57d9-9e6f-3ccbce673add with identifier: NA23%20MTZ to the API
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NA23%20MTZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7f5bf335-9317-57d9-9e6f-3ccbce673add',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NA23 MTZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NA23%20MTZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 13525,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA STONIC 1.0 T GDI 120 GT-LINE S DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI 120 GT-LINE S DCT',
 'vin': 'KNADD817VP6847556',
 'year': 2023}
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NA23%2520MTZ%27 HTTP/1.1" 200 None
2026-03-30 06:55:30 [bca.uk] INFO: Saving data for NA23%20MTZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774392128.997442, 'last_price_update_time': 1774853730.341545}
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NA23%2520MTZ') HTTP/1.1" 204 0
2026-03-30 06:55:30 [bca.uk] INFO: Found listing with ID: FY21%20LHR
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY21%2520LHR%27 HTTP/1.1" 200 None
2026-03-30 06:55:30 [bca.uk] INFO: Scrape type for FY21%20LHR: 2
2026-03-30 06:55:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with identifier: FY21%20LHR
2026-03-30 06:55:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with scrape type 2
2026-03-30 06:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with scrape type 2
2026-03-30 06:55:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee, identifier: FY21%20LHR
2026-03-30 06:55:30 [bca.uk] INFO: Found listing with ID: FL66%20FRU
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL66%2520FRU%27 HTTP/1.1" 200 None
2026-03-30 06:55:30 [bca.uk] INFO: Scrape type for FL66%20FRU: 2
2026-03-30 06:55:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93aa4cd8-1422-57e0-8032-d805a1558eb4 with identifier: FL66%20FRU
2026-03-30 06:55:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93aa4cd8-1422-57e0-8032-d805a1558eb4 with scrape type 2
2026-03-30 06:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93aa4cd8-1422-57e0-8032-d805a1558eb4 with scrape type 2
2026-03-30 06:55:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93aa4cd8-1422-57e0-8032-d805a1558eb4, identifier: FL66%20FRU
2026-03-30 06:55:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with identifier: LT23%20EHJ
2026-03-30 06:55:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with identifier: LT23%20EHJ
2026-03-30 06:55:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ccfe64a-457d-54a3-82b6-8e650d2279e4 with identifier: LT23%20EHJ to the API
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT23%20EHJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3ccfe64a-457d-54a3-82b6-8e650d2279e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT23 EHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT23%20EHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'ISUZU TRUCKS',
 'model': 'N35.125S',
 'odometer': 43941,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'ISUZU TRUCKS N35.125S 1.9 GRAFTER SWB Tipper',
 'transmission': 'manual',
 'trim': 'GRAFTER SWB',
 'vin': 'JAANLR87EM7103807',
 'year': 2023}
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT23%2520EHJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:30 [bca.uk] INFO: Saving data for LT23%20EHJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363500.486643, 'last_price_update_time': 1774853730.884286}
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT23%2520EHJ') HTTP/1.1" 204 0
2026-03-30 06:55:30 [bca.uk] INFO: Found listing with ID: LS72%20YXL
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXL%27 HTTP/1.1" 200 None
2026-03-30 06:55:30 [bca.uk] INFO: Scrape type for LS72%20YXL: 2
2026-03-30 06:55:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1341b1df-1613-5e59-a492-606fde06bb76 with identifier: LS72%20YXL
2026-03-30 06:55:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1341b1df-1613-5e59-a492-606fde06bb76 with scrape type 2
2026-03-30 06:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1341b1df-1613-5e59-a492-606fde06bb76 with scrape type 2
2026-03-30 06:55:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1341b1df-1613-5e59-a492-606fde06bb76, identifier: LS72%20YXL
2026-03-30 06:55:31 [bca.uk] INFO: Found listing with ID: LT74%20PVV
2026-03-30 06:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT74%2520PVV%27 HTTP/1.1" 200 None
2026-03-30 06:55:31 [bca.uk] INFO: Scrape type for LT74%20PVV: 2
2026-03-30 06:55:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08b576ff-e288-57f1-8ff8-3635b9c87a75 with identifier: LT74%20PVV
2026-03-30 06:55:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08b576ff-e288-57f1-8ff8-3635b9c87a75 with scrape type 2
2026-03-30 06:55:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08b576ff-e288-57f1-8ff8-3635b9c87a75 with scrape type 2
2026-03-30 06:55:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 08b576ff-e288-57f1-8ff8-3635b9c87a75, identifier: LT74%20PVV
2026-03-30 06:55:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with identifier: FY21%20LHR
2026-03-30 06:55:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with identifier: FY21%20LHR
2026-03-30 06:55:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 828496b4-5f2d-53d2-ab7d-6c3bada0a6ee with identifier: FY21%20LHR to the API
2026-03-30 06:55:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY21%20LHR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '828496b4-5f2d-53d2-ab7d-6c3bada0a6ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FY21 LHR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY21%20LHR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'C3',
 'odometer': 34734,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CITROEN C3 1.2 P/T 110 SHINE PLUS EAT6 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 110 SHINE PLUS EAT6',
 'vin': 'VF7SXHNPYMT529467',
 'year': 2021}
2026-03-30 06:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY21%2520LHR%27 HTTP/1.1" 200 None
2026-03-30 06:55:31 [bca.uk] INFO: Saving data for FY21%20LHR: {'auction_closing_time': 1774951200.0, 'created_time': 1774390925.421062, 'last_price_update_time': 1774853731.817865}
2026-03-30 06:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY21%2520LHR') HTTP/1.1" 204 0
2026-03-30 06:55:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93aa4cd8-1422-57e0-8032-d805a1558eb4 with identifier: FL66%20FRU
2026-03-30 06:55:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93aa4cd8-1422-57e0-8032-d805a1558eb4 with identifier: FL66%20FRU
2026-03-30 06:55:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93aa4cd8-1422-57e0-8032-d805a1558eb4 with identifier: FL66%20FRU to the API
2026-03-30 06:55:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL66%20FRU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '93aa4cd8-1422-57e0-8032-d805a1558eb4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL66 FRU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL66%20FRU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'NOTE',
 'odometer': 54655,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN NOTE 1.2 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'ACENTA PREMIUM',
 'vin': 'SJNTAAE12U1157355',
 'year': 2016}
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL66%2520FRU%27 HTTP/1.1" 200 None
2026-03-30 06:55:32 [bca.uk] INFO: Saving data for FL66%20FRU: {'auction_closing_time': 1775037600.0, 'created_time': 1774361325.746755, 'last_price_update_time': 1774853732.123458}
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL66%2520FRU') HTTP/1.1" 204 0
2026-03-30 06:55:32 [bca.uk] INFO: Found listing with ID: LA23%20HSG
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA23%2520HSG%27 HTTP/1.1" 200 None
2026-03-30 06:55:32 [bca.uk] INFO: Scrape type for LA23%20HSG: 2
2026-03-30 06:55:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd25840e-e812-5a42-b9ea-ad818aea9df0 with identifier: LA23%20HSG
2026-03-30 06:55:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd25840e-e812-5a42-b9ea-ad818aea9df0 with scrape type 2
2026-03-30 06:55:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd25840e-e812-5a42-b9ea-ad818aea9df0 with scrape type 2
2026-03-30 06:55:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cd25840e-e812-5a42-b9ea-ad818aea9df0, identifier: LA23%20HSG
2026-03-30 06:55:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1341b1df-1613-5e59-a492-606fde06bb76 with identifier: LS72%20YXL
2026-03-30 06:55:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1341b1df-1613-5e59-a492-606fde06bb76 with identifier: LS72%20YXL
2026-03-30 06:55:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1341b1df-1613-5e59-a492-606fde06bb76 with identifier: LS72%20YXL to the API
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20YXL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1341b1df-1613-5e59-a492-606fde06bb76',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 YXL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20YXL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 19472,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC900071090',
 'year': 2022}
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXL%27 HTTP/1.1" 200 None
2026-03-30 06:55:32 [bca.uk] INFO: Saving data for LS72%20YXL: {'auction_closing_time': 1775556000.0, 'created_time': 1774364597.543469, 'last_price_update_time': 1774853732.567755}
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YXL') HTTP/1.1" 204 0
2026-03-30 06:55:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 08b576ff-e288-57f1-8ff8-3635b9c87a75 with identifier: LT74%20PVV
2026-03-30 06:55:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 08b576ff-e288-57f1-8ff8-3635b9c87a75 with identifier: LT74%20PVV
2026-03-30 06:55:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 08b576ff-e288-57f1-8ff8-3635b9c87a75 with identifier: LT74%20PVV to the API
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 19,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LT74%20PVV-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': '08b576ff-e288-57f1-8ff8-3635b9c87a75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LT74 PVV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LT74%20PVV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 6625,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 2.0 PHEV GR SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV GR SPORT',
 'vin': 'JTPABACA00R013371',
 'year': 2024}
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LT74%2520PVV%27 HTTP/1.1" 200 None
2026-03-30 06:55:32 [bca.uk] INFO: Saving data for LT74%20PVV: {'auction_closing_time': 1775037600.0, 'created_time': 1773833181.834018, 'last_price_update_time': 1774853732.884636}
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LT74%2520PVV') HTTP/1.1" 204 0
2026-03-30 06:55:32 [bca.uk] INFO: Found listing with ID: LL17%20FEX
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520FEX%27 HTTP/1.1" 200 None
2026-03-30 06:55:32 [bca.uk] INFO: Scrape type for LL17%20FEX: 2
2026-03-30 06:55:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30f18d5d-189b-56f5-9482-c5f37dc7707e with identifier: LL17%20FEX
2026-03-30 06:55:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30f18d5d-189b-56f5-9482-c5f37dc7707e with scrape type 2
2026-03-30 06:55:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30f18d5d-189b-56f5-9482-c5f37dc7707e with scrape type 2
2026-03-30 06:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 30f18d5d-189b-56f5-9482-c5f37dc7707e, identifier: LL17%20FEX
2026-03-30 06:55:33 [bca.uk] INFO: Found listing with ID: FM17%20GYU
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520GYU%27 HTTP/1.1" 200 None
2026-03-30 06:55:33 [bca.uk] INFO: Scrape type for FM17%20GYU: 2
2026-03-30 06:55:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59bca800-ebf3-5e17-be8c-8866510ce561 with identifier: FM17%20GYU
2026-03-30 06:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59bca800-ebf3-5e17-be8c-8866510ce561 with scrape type 2
2026-03-30 06:55:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59bca800-ebf3-5e17-be8c-8866510ce561 with scrape type 2
2026-03-30 06:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59bca800-ebf3-5e17-be8c-8866510ce561, identifier: FM17%20GYU
2026-03-30 06:55:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cd25840e-e812-5a42-b9ea-ad818aea9df0 with identifier: LA23%20HSG
2026-03-30 06:55:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cd25840e-e812-5a42-b9ea-ad818aea9df0 with identifier: LA23%20HSG
2026-03-30 06:55:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cd25840e-e812-5a42-b9ea-ad818aea9df0 with identifier: LA23%20HSG to the API
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA23%20HSG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cd25840e-e812-5a42-b9ea-ad818aea9df0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA23 HSG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA23%20HSG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 67406,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H3 LEADER',
 'vin': 'WF0EXXTTRENB35057',
 'year': 2023}
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA23%2520HSG%27 HTTP/1.1" 200 None
2026-03-30 06:55:33 [bca.uk] INFO: Saving data for LA23%20HSG: {'auction_closing_time': 1774864800.0, 'created_time': 1774363564.015712, 'last_price_update_time': 1774853733.427246}
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA23%2520HSG') HTTP/1.1" 204 0
2026-03-30 06:55:33 [bca.uk] INFO: Found listing with ID: LS72%20YXG
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXG%27 HTTP/1.1" 200 None
2026-03-30 06:55:33 [bca.uk] INFO: Scrape type for LS72%20YXG: 2
2026-03-30 06:55:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with identifier: LS72%20YXG
2026-03-30 06:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with scrape type 2
2026-03-30 06:55:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with scrape type 2
2026-03-30 06:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c04cdb8-9c0f-5017-b1de-de447f2cfb33, identifier: LS72%20YXG
2026-03-30 06:55:33 [bca.uk] INFO: Found listing with ID: DG72%20VTM
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG72%2520VTM%27 HTTP/1.1" 200 None
2026-03-30 06:55:33 [bca.uk] INFO: Scrape type for DG72%20VTM: 2
2026-03-30 06:55:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07085bac-f595-51ec-8522-d9d815f96ade with identifier: DG72%20VTM
2026-03-30 06:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07085bac-f595-51ec-8522-d9d815f96ade with scrape type 2
2026-03-30 06:55:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07085bac-f595-51ec-8522-d9d815f96ade with scrape type 2
2026-03-30 06:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07085bac-f595-51ec-8522-d9d815f96ade, identifier: DG72%20VTM
2026-03-30 06:55:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 30f18d5d-189b-56f5-9482-c5f37dc7707e with identifier: LL17%20FEX
2026-03-30 06:55:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 30f18d5d-189b-56f5-9482-c5f37dc7707e with identifier: LL17%20FEX
2026-03-30 06:55:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 30f18d5d-189b-56f5-9482-c5f37dc7707e with identifier: LL17%20FEX to the API
2026-03-30 06:55:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL17%20FEX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '30f18d5d-189b-56f5-9482-c5f37dc7707e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL17 FEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL17%20FEX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SMART',
 'model': 'FORFOUR',
 'odometer': 57688,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SMART FORFOUR 1.0 71 PASSION PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '71 PASSION PREMIUM',
 'vin': 'WME4530422Y140996',
 'year': 2017}
2026-03-30 06:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520FEX%27 HTTP/1.1" 200 None
2026-03-30 06:55:34 [bca.uk] INFO: Saving data for LL17%20FEX: {'auction_closing_time': 1774951200.0, 'created_time': 1774390927.569553, 'last_price_update_time': 1774853734.965754}
2026-03-30 06:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL17%2520FEX') HTTP/1.1" 204 0
2026-03-30 06:55:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59bca800-ebf3-5e17-be8c-8866510ce561 with identifier: FM17%20GYU
2026-03-30 06:55:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=caribbean+aqua+met. HTTP/1.1" 200 None
2026-03-30 06:55:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:55: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:55:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59bca800-ebf3-5e17-be8c-8866510ce561 with identifier: FM17%20GYU
2026-03-30 06:55:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59bca800-ebf3-5e17-be8c-8866510ce561 with identifier: FM17%20GYU to the API
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM17%20GYU-GB',
 'category': 'Car',
 'color': 'caribbean aqua met',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59bca800-ebf3-5e17-be8c-8866510ce561',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM17 GYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM17%20GYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 37602,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.5 136 Convertible',
 'transmission': 'manual',
 'trim': '136',
 'vin': 'WMWWG320203C38659',
 'year': 2017}
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM17%2520GYU%27 HTTP/1.1" 200 None
2026-03-30 06:55:35 [bca.uk] INFO: Saving data for FM17%20GYU: {'auction_closing_time': 1775037600.0, 'created_time': 1774361341.04625, 'last_price_update_time': 1774853735.417893}
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM17%2520GYU') HTTP/1.1" 204 0
2026-03-30 06:55:35 [bca.uk] INFO: Found listing with ID: LA22%20VMR
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520VMR%27 HTTP/1.1" 200 None
2026-03-30 06:55:35 [bca.uk] INFO: Scrape type for LA22%20VMR: 2
2026-03-30 06:55:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with identifier: LA22%20VMR
2026-03-30 06:55:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with scrape type 2
2026-03-30 06:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with scrape type 2
2026-03-30 06:55:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 50d6e3d3-87d1-5832-95f3-7f0ff3885d64, identifier: LA22%20VMR
2026-03-30 06:55:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with identifier: LS72%20YXG
2026-03-30 06:55:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with identifier: LS72%20YXG
2026-03-30 06:55:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c04cdb8-9c0f-5017-b1de-de447f2cfb33 with identifier: LS72%20YXG to the API
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20YXG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c04cdb8-9c0f-5017-b1de-de447f2cfb33',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 YXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20YXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 18694,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC700070634',
 'year': 2022}
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520YXG%27 HTTP/1.1" 200 None
2026-03-30 06:55:35 [bca.uk] INFO: Saving data for LS72%20YXG: {'auction_closing_time': 1775556000.0, 'created_time': 1774364550.34652, 'last_price_update_time': 1774853735.862466}
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520YXG') HTTP/1.1" 204 0
2026-03-30 06:55:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07085bac-f595-51ec-8522-d9d815f96ade with identifier: DG72%20VTM
2026-03-30 06:55:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07085bac-f595-51ec-8522-d9d815f96ade with identifier: DG72%20VTM
2026-03-30 06:55:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07085bac-f595-51ec-8522-d9d815f96ade with identifier: DG72%20VTM to the API
2026-03-30 06:55:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG72%20VTM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '07085bac-f595-51ec-8522-d9d815f96ade',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG72 VTM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG72%20VTM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 28899,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS5N6844521',
 'year': 2023}
2026-03-30 06:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG72%2520VTM%27 HTTP/1.1" 200 None
2026-03-30 06:55:36 [bca.uk] INFO: Saving data for DG72%20VTM: {'auction_closing_time': 1775037600.0, 'created_time': 1774355082.753511, 'last_price_update_time': 1774853736.24457}
2026-03-30 06:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG72%2520VTM') HTTP/1.1" 204 0
2026-03-30 06:55:36 [bca.uk] INFO: Found listing with ID: YK19%20VJA
2026-03-30 06:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520VJA%27 HTTP/1.1" 200 None
2026-03-30 06:55:36 [bca.uk] INFO: Scrape type for YK19%20VJA: 2
2026-03-30 06:55:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0faa6e20-aede-517a-916d-e283784b903b with identifier: YK19%20VJA
2026-03-30 06:55:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0faa6e20-aede-517a-916d-e283784b903b with scrape type 2
2026-03-30 06:55:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0faa6e20-aede-517a-916d-e283784b903b with scrape type 2
2026-03-30 06:55:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0faa6e20-aede-517a-916d-e283784b903b, identifier: YK19%20VJA
2026-03-30 06:55:36 [bca.uk] INFO: Found listing with ID: FT17%20CYW
2026-03-30 06:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT17%2520CYW%27 HTTP/1.1" 200 None
2026-03-30 06:55:36 [bca.uk] INFO: Scrape type for FT17%20CYW: 2
2026-03-30 06:55:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b40aa7b-624f-52be-b773-379f41d76af0 with identifier: FT17%20CYW
2026-03-30 06:55:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b40aa7b-624f-52be-b773-379f41d76af0 with scrape type 2
2026-03-30 06:55:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b40aa7b-624f-52be-b773-379f41d76af0 with scrape type 2
2026-03-30 06:55:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b40aa7b-624f-52be-b773-379f41d76af0, identifier: FT17%20CYW
2026-03-30 06:55:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with identifier: LA22%20VMR
2026-03-30 06:55:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with identifier: LA22%20VMR
2026-03-30 06:55:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 50d6e3d3-87d1-5832-95f3-7f0ff3885d64 with identifier: LA22%20VMR to the API
2026-03-30 06:55:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 195,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA22%20VMR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '50d6e3d3-87d1-5832-95f3-7f0ff3885d64',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LA22 VMR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA22%20VMR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 61184,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1400 2.0 B/HDI 145 XL ENTERPRISE PRO EA PanelVan',
 'transmission': 'automatic',
 'trim': 'B/HDI 145 XL ENTERPRISE PRO EA',
 'vin': 'VF7VFEHS7N7038988',
 'year': 2022}
2026-03-30 06:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA22%2520VMR%27 HTTP/1.1" 200 None
2026-03-30 06:55:37 [bca.uk] INFO: Saving data for LA22%20VMR: {'auction_closing_time': 1774864800.0, 'created_time': 1774363496.253411, 'last_price_update_time': 1774853737.86131}
2026-03-30 06:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA22%2520VMR') HTTP/1.1" 204 0
2026-03-30 06:55:37 [bca.uk] INFO: Found listing with ID: LO72%20ACF
2026-03-30 06:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ACF%27 HTTP/1.1" 200 None
2026-03-30 06:55:37 [bca.uk] INFO: Scrape type for LO72%20ACF: 2
2026-03-30 06:55:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with identifier: LO72%20ACF
2026-03-30 06:55:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with scrape type 2
2026-03-30 06:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with scrape type 2
2026-03-30 06:55:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 97e0621c-eda0-5fac-ac00-fd9ff41b19e3, identifier: LO72%20ACF
2026-03-30 06:55:37 [bca.uk] INFO: Found listing with ID: BF74%20XYK
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF74%2520XYK%27 HTTP/1.1" 200 None
2026-03-30 06:55:38 [bca.uk] INFO: Scrape type for BF74%20XYK: 2
2026-03-30 06:55:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ff92d81-20a9-5141-92fa-d7f6e334ccb2 with identifier: BF74%20XYK
2026-03-30 06:55:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ff92d81-20a9-5141-92fa-d7f6e334ccb2 with scrape type 2
2026-03-30 06:55:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ff92d81-20a9-5141-92fa-d7f6e334ccb2 with scrape type 2
2026-03-30 06:55:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1ff92d81-20a9-5141-92fa-d7f6e334ccb2, identifier: BF74%20XYK
2026-03-30 06:55:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0faa6e20-aede-517a-916d-e283784b903b with identifier: YK19%20VJA
2026-03-30 06:55:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0faa6e20-aede-517a-916d-e283784b903b with identifier: YK19%20VJA
2026-03-30 06:55:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0faa6e20-aede-517a-916d-e283784b903b with identifier: YK19%20VJA to the API
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK19%20VJA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0faa6e20-aede-517a-916d-e283784b903b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK19 VJA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK19%20VJA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 88378,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J617368',
 'year': 2019}
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK19%2520VJA%27 HTTP/1.1" 200 None
2026-03-30 06:55:38 [bca.uk] INFO: Saving data for YK19%20VJA: {'auction_closing_time': 1774951200.0, 'created_time': 1774390911.101532, 'last_price_update_time': 1774853738.394864}
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK19%2520VJA') HTTP/1.1" 204 0
2026-03-30 06:55:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b40aa7b-624f-52be-b773-379f41d76af0 with identifier: FT17%20CYW
2026-03-30 06:55:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b40aa7b-624f-52be-b773-379f41d76af0 with identifier: FT17%20CYW
2026-03-30 06:55:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b40aa7b-624f-52be-b773-379f41d76af0 with identifier: FT17%20CYW to the API
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FT17%20CYW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b40aa7b-624f-52be-b773-379f41d76af0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FT17 CYW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FT17%20CYW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'C220 D',
 'odometer': 137897,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C220 D 2.1 SE EXECUTIVE EDITION 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE EXECUTIVE EDITION 9G',
 'vin': 'WDD2050042R316226',
 'year': 2017}
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FT17%2520CYW%27 HTTP/1.1" 200 None
2026-03-30 06:55:38 [bca.uk] INFO: Saving data for FT17%20CYW: {'auction_closing_time': 1775037600.0, 'created_time': 1774361301.029123, 'last_price_update_time': 1774853738.697664}
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FT17%2520CYW') HTTP/1.1" 204 0
2026-03-30 06:55:38 [bca.uk] INFO: Found listing with ID: FE22%20URW
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520URW%27 HTTP/1.1" 200 None
2026-03-30 06:55:38 [bca.uk] INFO: Scrape type for FE22%20URW: 2
2026-03-30 06:55:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c5e2284-e182-5bbc-8cd6-660a96078c56 with identifier: FE22%20URW
2026-03-30 06:55:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c5e2284-e182-5bbc-8cd6-660a96078c56 with scrape type 2
2026-03-30 06:55:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c5e2284-e182-5bbc-8cd6-660a96078c56 with scrape type 2
2026-03-30 06:55:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c5e2284-e182-5bbc-8cd6-660a96078c56, identifier: FE22%20URW
2026-03-30 06:55:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with identifier: LO72%20ACF
2026-03-30 06:55:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with identifier: LO72%20ACF
2026-03-30 06:55:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 97e0621c-eda0-5fac-ac00-fd9ff41b19e3 with identifier: LO72%20ACF to the API
2026-03-30 06:55:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20ACF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '97e0621c-eda0-5fac-ac00-fd9ff41b19e3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 ACF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20ACF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 19082,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC800071100',
 'year': 2022}
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ACF%27 HTTP/1.1" 200 None
2026-03-30 06:55:39 [bca.uk] INFO: Saving data for LO72%20ACF: {'auction_closing_time': 1775556000.0, 'created_time': 1774364557.772429, 'last_price_update_time': 1774853739.108839}
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520ACF') HTTP/1.1" 204 0
2026-03-30 06:55:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1ff92d81-20a9-5141-92fa-d7f6e334ccb2 with identifier: BF74%20XYK
2026-03-30 06:55:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1ff92d81-20a9-5141-92fa-d7f6e334ccb2 with identifier: BF74%20XYK
2026-03-30 06:55:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1ff92d81-20a9-5141-92fa-d7f6e334ccb2 with identifier: BF74%20XYK to the API
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF74%20XYK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1ff92d81-20a9-5141-92fa-d7f6e334ccb2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF74 XYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF74%20XYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'COMBO-E LIFE',
 'odometer': 10220,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL COMBO-E LIFE 100KW 52KWH DESIGN XL (7ST) MPV',
 'transmission': 'automatic',
 'trim': '100KW 52KWH DESIGN XL (7ST)',
 'vin': 'W0VEMZKU1RJ938682',
 'year': 2024}
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF74%2520XYK%27 HTTP/1.1" 200 None
2026-03-30 06:55:39 [bca.uk] INFO: Saving data for BF74%20XYK: {'auction_closing_time': 1775037600.0, 'created_time': 1774351048.501264, 'last_price_update_time': 1774853739.419553}
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF74%2520XYK') HTTP/1.1" 204 0
2026-03-30 06:55:39 [bca.uk] INFO: Found listing with ID: EK19%20YVS
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK19%2520YVS%27 HTTP/1.1" 200 None
2026-03-30 06:55:39 [bca.uk] INFO: Scrape type for EK19%20YVS: 2
2026-03-30 06:55:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8bc63f5-5217-508a-8432-36ef2e1c974b with identifier: EK19%20YVS
2026-03-30 06:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8bc63f5-5217-508a-8432-36ef2e1c974b with scrape type 2
2026-03-30 06:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8bc63f5-5217-508a-8432-36ef2e1c974b with scrape type 2
2026-03-30 06:55:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f8bc63f5-5217-508a-8432-36ef2e1c974b, identifier: EK19%20YVS
2026-03-30 06:55:39 [bca.uk] INFO: Found listing with ID: FV17%20BEY
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520BEY%27 HTTP/1.1" 200 None
2026-03-30 06:55:39 [bca.uk] INFO: Scrape type for FV17%20BEY: 2
2026-03-30 06:55:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d15e5370-b157-5d98-b081-6216ec444a3a with identifier: FV17%20BEY
2026-03-30 06:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d15e5370-b157-5d98-b081-6216ec444a3a with scrape type 2
2026-03-30 06:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d15e5370-b157-5d98-b081-6216ec444a3a with scrape type 2
2026-03-30 06:55:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d15e5370-b157-5d98-b081-6216ec444a3a, identifier: FV17%20BEY
2026-03-30 06:55:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c5e2284-e182-5bbc-8cd6-660a96078c56 with identifier: FE22%20URW
2026-03-30 06:55:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c5e2284-e182-5bbc-8cd6-660a96078c56 with identifier: FE22%20URW
2026-03-30 06:55:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c5e2284-e182-5bbc-8cd6-660a96078c56 with identifier: FE22%20URW to the API
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 235,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20URW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c5e2284-e182-5bbc-8cd6-660a96078c56',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE22 URW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20URW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 38089,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D-4D INVINCIBLE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D-4D INVINCIBLE 4WD',
 'vin': 'AHTBB3CD901777132',
 'year': 2022}
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520URW%27 HTTP/1.1" 200 None
2026-03-30 06:55:39 [bca.uk] INFO: Saving data for FE22%20URW: {'auction_closing_time': 1774864800.0, 'created_time': 1774363505.13366, 'last_price_update_time': 1774853739.952874}
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520URW') HTTP/1.1" 204 0
2026-03-30 06:55:39 [bca.uk] INFO: Found listing with ID: GF15%20ZYM
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520ZYM%27 HTTP/1.1" 200 None
2026-03-30 06:55:39 [bca.uk] INFO: Scrape type for GF15%20ZYM: 2
2026-03-30 06:55:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0940b4da-7245-5b07-be0c-9aee71bf34a1 with identifier: GF15%20ZYM
2026-03-30 06:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0940b4da-7245-5b07-be0c-9aee71bf34a1 with scrape type 2
2026-03-30 06:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0940b4da-7245-5b07-be0c-9aee71bf34a1 with scrape type 2
2026-03-30 06:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0940b4da-7245-5b07-be0c-9aee71bf34a1, identifier: GF15%20ZYM
2026-03-30 06:55:40 [bca.uk] INFO: Found listing with ID: YC25%20EKK
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520EKK%27 HTTP/1.1" 200 None
2026-03-30 06:55:40 [bca.uk] INFO: Scrape type for YC25%20EKK: 2
2026-03-30 06:55:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49c16480-0cbd-55ed-b0f6-07d868c312c6 with identifier: YC25%20EKK
2026-03-30 06:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49c16480-0cbd-55ed-b0f6-07d868c312c6 with scrape type 2
2026-03-30 06:55:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49c16480-0cbd-55ed-b0f6-07d868c312c6 with scrape type 2
2026-03-30 06:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49c16480-0cbd-55ed-b0f6-07d868c312c6, identifier: YC25%20EKK
2026-03-30 06:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f8bc63f5-5217-508a-8432-36ef2e1c974b with identifier: EK19%20YVS
2026-03-30 06:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f8bc63f5-5217-508a-8432-36ef2e1c974b with identifier: EK19%20YVS
2026-03-30 06:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f8bc63f5-5217-508a-8432-36ef2e1c974b with identifier: EK19%20YVS to the API
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 160,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK19%20YVS-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f8bc63f5-5217-508a-8432-36ef2e1c974b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK19 YVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK19%20YVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 62292,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD KUGA 1.5 E/B 150 2WD ST-LINE ED. StationWagon',
 'transmission': 'manual',
 'trim': 'E/B 150 2WD ST-LINE ED.',
 'vin': 'WF0AXXWPMAKC08159',
 'year': 2019}
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK19%2520YVS%27 HTTP/1.1" 200 None
2026-03-30 06:55:40 [bca.uk] INFO: Saving data for EK19%20YVS: {'auction_closing_time': 1775124000.0, 'created_time': 1774390896.905034, 'last_price_update_time': 1774853740.494982}
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK19%2520YVS') HTTP/1.1" 204 0
2026-03-30 06:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d15e5370-b157-5d98-b081-6216ec444a3a with identifier: FV17%20BEY
2026-03-30 06:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d15e5370-b157-5d98-b081-6216ec444a3a with identifier: FV17%20BEY
2026-03-30 06:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d15e5370-b157-5d98-b081-6216ec444a3a with identifier: FV17%20BEY to the API
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV17%20BEY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd15e5370-b157-5d98-b081-6216ec444a3a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV17 BEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV17%20BEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 125021,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'SPORT',
 'vin': 'WDD1760122J631906',
 'year': 2017}
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV17%2520BEY%27 HTTP/1.1" 200 None
2026-03-30 06:55:40 [bca.uk] INFO: Saving data for FV17%20BEY: {'auction_closing_time': 1775037600.0, 'created_time': 1774361309.619044, 'last_price_update_time': 1774853740.795404}
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV17%2520BEY') HTTP/1.1" 204 0
2026-03-30 06:55:40 [bca.uk] INFO: Found listing with ID: DP73%20YRF
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP73%2520YRF%27 HTTP/1.1" 200 None
2026-03-30 06:55:40 [bca.uk] INFO: Scrape type for DP73%20YRF: 2
2026-03-30 06:55:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 771d4e73-44a0-5970-89d6-0af1d8c11994 with identifier: DP73%20YRF
2026-03-30 06:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 771d4e73-44a0-5970-89d6-0af1d8c11994 with scrape type 2
2026-03-30 06:55:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 771d4e73-44a0-5970-89d6-0af1d8c11994 with scrape type 2
2026-03-30 06:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 771d4e73-44a0-5970-89d6-0af1d8c11994, identifier: DP73%20YRF
2026-03-30 06:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0940b4da-7245-5b07-be0c-9aee71bf34a1 with identifier: GF15%20ZYM
2026-03-30 06:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0940b4da-7245-5b07-be0c-9aee71bf34a1 with identifier: GF15%20ZYM
2026-03-30 06:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0940b4da-7245-5b07-be0c-9aee71bf34a1 with identifier: GF15%20ZYM to the API
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF15%20ZYM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.8L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0940b4da-7245-5b07-be0c-9aee71bf34a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF15 ZYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF15%20ZYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 200',
 'odometer': 18692,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 200 1.8 AMG SPORT TIP Roadster',
 'transmission': 'manual',
 'trim': 'AMG SPORT TIP',
 'vin': 'WDD1724482F108410',
 'year': 2015}
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF15%2520ZYM%27 HTTP/1.1" 200 None
2026-03-30 06:55:41 [bca.uk] INFO: Saving data for GF15%20ZYM: {'auction_closing_time': 1774864800.0, 'created_time': 1774364533.620561, 'last_price_update_time': 1774853741.22239}
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF15%2520ZYM') HTTP/1.1" 204 0
2026-03-30 06:55:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49c16480-0cbd-55ed-b0f6-07d868c312c6 with identifier: YC25%20EKK
2026-03-30 06:55:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49c16480-0cbd-55ed-b0f6-07d868c312c6 with identifier: YC25%20EKK
2026-03-30 06:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49c16480-0cbd-55ed-b0f6-07d868c312c6 with identifier: YC25%20EKK to the API
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC25%20EKK-GB',
 'category': 'Car',
 'color': 'sophisto grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '49c16480-0cbd-55ed-b0f6-07d868c312c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC25 EKK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC25%20EKK&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 14532,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 30E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 30E M SPORT',
 'vin': 'WBA66GP0X0N327464',
 'year': 2025}
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520EKK%27 HTTP/1.1" 200 None
2026-03-30 06:55:41 [bca.uk] INFO: Saving data for YC25%20EKK: {'auction_closing_time': 1774864800.0, 'created_time': 1773931914.737392, 'last_price_update_time': 1774853741.518483}
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC25%2520EKK') HTTP/1.1" 204 0
2026-03-30 06:55:41 [bca.uk] INFO: Found listing with ID: EU68%20VXN
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU68%2520VXN%27 HTTP/1.1" 200 None
2026-03-30 06:55:41 [bca.uk] INFO: Scrape type for EU68%20VXN: 2
2026-03-30 06:55:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea26252b-1184-58d7-b459-c7b236a757b8 with identifier: EU68%20VXN
2026-03-30 06:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea26252b-1184-58d7-b459-c7b236a757b8 with scrape type 2
2026-03-30 06:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea26252b-1184-58d7-b459-c7b236a757b8 with scrape type 2
2026-03-30 06:55:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea26252b-1184-58d7-b459-c7b236a757b8, identifier: EU68%20VXN
2026-03-30 06:55:41 [bca.uk] INFO: Found listing with ID: FV61%20VCK
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520VCK%27 HTTP/1.1" 200 None
2026-03-30 06:55:41 [bca.uk] INFO: Scrape type for FV61%20VCK: 2
2026-03-30 06:55:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82852717-97a2-5aa4-8264-167fddbaab74 with identifier: FV61%20VCK
2026-03-30 06:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82852717-97a2-5aa4-8264-167fddbaab74 with scrape type 2
2026-03-30 06:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82852717-97a2-5aa4-8264-167fddbaab74 with scrape type 2
2026-03-30 06:55:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 82852717-97a2-5aa4-8264-167fddbaab74, identifier: FV61%20VCK
2026-03-30 06:55:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 771d4e73-44a0-5970-89d6-0af1d8c11994 with identifier: DP73%20YRF
2026-03-30 06:55:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 771d4e73-44a0-5970-89d6-0af1d8c11994 with identifier: DP73%20YRF
2026-03-30 06:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 771d4e73-44a0-5970-89d6-0af1d8c11994 with identifier: DP73%20YRF to the API
2026-03-30 06:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 237,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP73%20YRF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '771d4e73-44a0-5970-89d6-0af1d8c11994',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP73 YRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP73%20YRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 16799,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H2 TREND CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H2 TREND',
 'vin': 'WF0FXXTTRFPM17094',
 'year': 2024}
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP73%2520YRF%27 HTTP/1.1" 200 None
2026-03-30 06:55:42 [bca.uk] INFO: Saving data for DP73%20YRF: {'auction_closing_time': 1774864800.0, 'created_time': 1774363543.147995, 'last_price_update_time': 1774853742.039615}
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP73%2520YRF') HTTP/1.1" 204 0
2026-03-30 06:55:42 [bca.uk] INFO: Found listing with ID: FL23%20AOF
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520AOF%27 HTTP/1.1" 200 None
2026-03-30 06:55:42 [bca.uk] INFO: Scrape type for FL23%20AOF: 2
2026-03-30 06:55:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83e3c04d-3c0e-5e39-bda6-3f623df97468 with identifier: FL23%20AOF
2026-03-30 06:55:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83e3c04d-3c0e-5e39-bda6-3f623df97468 with scrape type 2
2026-03-30 06:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83e3c04d-3c0e-5e39-bda6-3f623df97468 with scrape type 2
2026-03-30 06:55:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 83e3c04d-3c0e-5e39-bda6-3f623df97468, identifier: FL23%20AOF
2026-03-30 06:55:42 [bca.uk] INFO: Found listing with ID: YC25%20OMX
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OMX%27 HTTP/1.1" 200 None
2026-03-30 06:55:42 [bca.uk] INFO: Scrape type for YC25%20OMX: 2
2026-03-30 06:55:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4b6893e-61a6-5113-936f-39b1bf486f45 with identifier: YC25%20OMX
2026-03-30 06:55:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4b6893e-61a6-5113-936f-39b1bf486f45 with scrape type 2
2026-03-30 06:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4b6893e-61a6-5113-936f-39b1bf486f45 with scrape type 2
2026-03-30 06:55:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4b6893e-61a6-5113-936f-39b1bf486f45, identifier: YC25%20OMX
2026-03-30 06:55:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea26252b-1184-58d7-b459-c7b236a757b8 with identifier: EU68%20VXN
2026-03-30 06:55:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea26252b-1184-58d7-b459-c7b236a757b8 with identifier: EU68%20VXN
2026-03-30 06:55:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea26252b-1184-58d7-b459-c7b236a757b8 with identifier: EU68%20VXN to the API
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EU68%20VXN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ea26252b-1184-58d7-b459-c7b236a757b8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EU68 VXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EU68%20VXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 52860,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 E/B 182 ST-LINE X Estate',
 'transmission': 'manual',
 'trim': 'E/B 182 ST-LINE X',
 'vin': 'WF0PXXGCHPJP29332',
 'year': 2018}
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EU68%2520VXN%27 HTTP/1.1" 200 None
2026-03-30 06:55:42 [bca.uk] INFO: Saving data for EU68%20VXN: {'auction_closing_time': 1775124000.0, 'created_time': 1774390898.340231, 'last_price_update_time': 1774853742.635199}
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EU68%2520VXN') HTTP/1.1" 204 0
2026-03-30 06:55:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 82852717-97a2-5aa4-8264-167fddbaab74 with identifier: FV61%20VCK
2026-03-30 06:55:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 82852717-97a2-5aa4-8264-167fddbaab74 with identifier: FV61%20VCK
2026-03-30 06:55:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 82852717-97a2-5aa4-8264-167fddbaab74 with identifier: FV61%20VCK to the API
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV61%20VCK-GB',
 'category': 'Car',
 'color': 'chili red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '82852717-97a2-5aa4-8264-167fddbaab74',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV61 VCK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV61%20VCK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 67597,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 1.6 S Hatchback',
 'transmission': 'manual',
 'trim': 'S',
 'vin': 'WMWSV32070T050673',
 'year': 2011}
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV61%2520VCK%27 HTTP/1.1" 200 None
2026-03-30 06:55:42 [bca.uk] INFO: Saving data for FV61%20VCK: {'auction_closing_time': 1775037600.0, 'created_time': 1774361328.922385, 'last_price_update_time': 1774853742.936924}
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV61%2520VCK') HTTP/1.1" 204 0
2026-03-30 06:55:42 [bca.uk] INFO: Found listing with ID: LF23%20GTW
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520GTW%27 HTTP/1.1" 200 None
2026-03-30 06:55:42 [bca.uk] INFO: Scrape type for LF23%20GTW: 2
2026-03-30 06:55:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47a212e3-bbe6-5bef-a898-513cecf80221 with identifier: LF23%20GTW
2026-03-30 06:55:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47a212e3-bbe6-5bef-a898-513cecf80221 with scrape type 2
2026-03-30 06:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47a212e3-bbe6-5bef-a898-513cecf80221 with scrape type 2
2026-03-30 06:55:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47a212e3-bbe6-5bef-a898-513cecf80221, identifier: LF23%20GTW
2026-03-30 06:55:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 83e3c04d-3c0e-5e39-bda6-3f623df97468 with identifier: FL23%20AOF
2026-03-30 06:55:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 83e3c04d-3c0e-5e39-bda6-3f623df97468 with identifier: FL23%20AOF
2026-03-30 06:55:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 83e3c04d-3c0e-5e39-bda6-3f623df97468 with identifier: FL23%20AOF to the API
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL23%20AOF-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '83e3c04d-3c0e-5e39-bda6-3f623df97468',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL23 AOF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL23%20AOF&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 31136,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 DESIGN',
 'vin': 'NMTK33BX10R255117',
 'year': 2023}
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL23%2520AOF%27 HTTP/1.1" 200 None
2026-03-30 06:55:43 [bca.uk] INFO: Saving data for FL23%20AOF: {'auction_closing_time': 1775556000.0, 'created_time': 1774364750.177948, 'last_price_update_time': 1774853743.363381}
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL23%2520AOF') HTTP/1.1" 204 0
2026-03-30 06:55:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4b6893e-61a6-5113-936f-39b1bf486f45 with identifier: YC25%20OMX
2026-03-30 06:55:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4b6893e-61a6-5113-936f-39b1bf486f45 with identifier: YC25%20OMX
2026-03-30 06:55:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4b6893e-61a6-5113-936f-39b1bf486f45 with identifier: YC25%20OMX to the API
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 21,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC25%20OMX-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e4b6893e-61a6-5113-936f-39b1bf486f45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC25 OMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC25%20OMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'BMW',
 'model': '330E',
 'odometer': 9281,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T 22.3KWH M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T 22.3KWH M SPORT',
 'vin': 'WBA40GK0208F31791',
 'year': 2025}
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OMX%27 HTTP/1.1" 200 None
2026-03-30 06:55:43 [bca.uk] INFO: Saving data for YC25%20OMX: {'auction_closing_time': 1774864800.0, 'created_time': 1774351882.067505, 'last_price_update_time': 1774853743.662027}
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC25%2520OMX') HTTP/1.1" 204 0
2026-03-30 06:55:43 [bca.uk] INFO: Found listing with ID: BV67%20ZJY
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520ZJY%27 HTTP/1.1" 200 None
2026-03-30 06:55:43 [bca.uk] INFO: Scrape type for BV67%20ZJY: 2
2026-03-30 06:55:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f354dc0c-6bb0-5f07-a263-250b1d9099a0 with identifier: BV67%20ZJY
2026-03-30 06:55:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f354dc0c-6bb0-5f07-a263-250b1d9099a0 with scrape type 2
2026-03-30 06:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f354dc0c-6bb0-5f07-a263-250b1d9099a0 with scrape type 2
2026-03-30 06:55:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f354dc0c-6bb0-5f07-a263-250b1d9099a0, identifier: BV67%20ZJY
2026-03-30 06:55:43 [bca.uk] INFO: Found listing with ID: FV65%20HVW
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520HVW%27 HTTP/1.1" 200 None
2026-03-30 06:55:43 [bca.uk] INFO: Scrape type for FV65%20HVW: 2
2026-03-30 06:55:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 561f39e0-a009-50c4-b39d-98bf8ae6d40e with identifier: FV65%20HVW
2026-03-30 06:55:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 561f39e0-a009-50c4-b39d-98bf8ae6d40e with scrape type 2
2026-03-30 06:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 561f39e0-a009-50c4-b39d-98bf8ae6d40e with scrape type 2
2026-03-30 06:55:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 561f39e0-a009-50c4-b39d-98bf8ae6d40e, identifier: FV65%20HVW
2026-03-30 06:55:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47a212e3-bbe6-5bef-a898-513cecf80221 with identifier: LF23%20GTW
2026-03-30 06:55:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47a212e3-bbe6-5bef-a898-513cecf80221 with identifier: LF23%20GTW
2026-03-30 06:55:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47a212e3-bbe6-5bef-a898-513cecf80221 with identifier: LF23%20GTW to the API
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF23%20GTW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '47a212e3-bbe6-5bef-a898-513cecf80221',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF23 GTW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF23%20GTW&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 32399,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYPK73481',
 'year': 2023}
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF23%2520GTW%27 HTTP/1.1" 200 None
2026-03-30 06:55:44 [bca.uk] INFO: Saving data for LF23%20GTW: {'auction_closing_time': 1774864800.0, 'created_time': 1774363443.437852, 'last_price_update_time': 1774853744.254076}
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF23%2520GTW') HTTP/1.1" 204 0
2026-03-30 06:55:44 [bca.uk] INFO: Found listing with ID: DC73%20XAR
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520XAR%27 HTTP/1.1" 200 None
2026-03-30 06:55:44 [bca.uk] INFO: Scrape type for DC73%20XAR: 2
2026-03-30 06:55:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91f91b79-b0e4-5783-bae4-8266c4e77998 with identifier: DC73%20XAR
2026-03-30 06:55:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91f91b79-b0e4-5783-bae4-8266c4e77998 with scrape type 2
2026-03-30 06:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91f91b79-b0e4-5783-bae4-8266c4e77998 with scrape type 2
2026-03-30 06:55:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91f91b79-b0e4-5783-bae4-8266c4e77998, identifier: DC73%20XAR
2026-03-30 06:55:44 [bca.uk] INFO: Found listing with ID: YG74%20OHZ
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHZ%27 HTTP/1.1" 200 None
2026-03-30 06:55:44 [bca.uk] INFO: Scrape type for YG74%20OHZ: 2
2026-03-30 06:55:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14f746e7-c2f1-530a-96b1-c5e8d0b132d9 with identifier: YG74%20OHZ
2026-03-30 06:55:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14f746e7-c2f1-530a-96b1-c5e8d0b132d9 with scrape type 2
2026-03-30 06:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14f746e7-c2f1-530a-96b1-c5e8d0b132d9 with scrape type 2
2026-03-30 06:55:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14f746e7-c2f1-530a-96b1-c5e8d0b132d9, identifier: YG74%20OHZ
2026-03-30 06:55:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f354dc0c-6bb0-5f07-a263-250b1d9099a0 with identifier: BV67%20ZJY
2026-03-30 06:55:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f354dc0c-6bb0-5f07-a263-250b1d9099a0 with identifier: BV67%20ZJY
2026-03-30 06:55:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f354dc0c-6bb0-5f07-a263-250b1d9099a0 with identifier: BV67%20ZJY to the API
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV67%20ZJY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f354dc0c-6bb0-5f07-a263-250b1d9099a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV67 ZJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV67%20ZJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 36337,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH 3FORM SPORT S/S Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH 3FORM SPORT S/S',
 'vin': 'SDPZ1BBDAHS059219',
 'year': 2017}
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520ZJY%27 HTTP/1.1" 200 None
2026-03-30 06:55:44 [bca.uk] INFO: Saving data for BV67%20ZJY: {'auction_closing_time': 1774951200.0, 'created_time': 1774390902.278634, 'last_price_update_time': 1774853744.794032}
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV67%2520ZJY') HTTP/1.1" 204 0
2026-03-30 06:55:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 561f39e0-a009-50c4-b39d-98bf8ae6d40e with identifier: FV65%20HVW
2026-03-30 06:55:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 561f39e0-a009-50c4-b39d-98bf8ae6d40e with identifier: FV65%20HVW
2026-03-30 06:55:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 561f39e0-a009-50c4-b39d-98bf8ae6d40e with identifier: FV65%20HVW to the API
2026-03-30 06:55:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FV65%20HVW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '561f39e0-a009-50c4-b39d-98bf8ae6d40e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FV65 HVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FV65%20HVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 54473,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.2 D 150 SPORT 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'D 150 SPORT 2WD',
 'vin': 'JMZKEF91600463938',
 'year': 2015}
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FV65%2520HVW%27 HTTP/1.1" 200 None
2026-03-30 06:55:45 [bca.uk] INFO: Saving data for FV65%20HVW: {'auction_closing_time': 1775037600.0, 'created_time': 1774361318.440932, 'last_price_update_time': 1774853745.097217}
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FV65%2520HVW') HTTP/1.1" 204 0
2026-03-30 06:55:45 [bca.uk] INFO: Found listing with ID: LD23%20THN
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520THN%27 HTTP/1.1" 200 None
2026-03-30 06:55:45 [bca.uk] INFO: Scrape type for LD23%20THN: 2
2026-03-30 06:55:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70e6a92d-ce32-56ef-9656-da44422773c1 with identifier: LD23%20THN
2026-03-30 06:55:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70e6a92d-ce32-56ef-9656-da44422773c1 with scrape type 2
2026-03-30 06:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70e6a92d-ce32-56ef-9656-da44422773c1 with scrape type 2
2026-03-30 06:55:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 70e6a92d-ce32-56ef-9656-da44422773c1, identifier: LD23%20THN
2026-03-30 06:55:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91f91b79-b0e4-5783-bae4-8266c4e77998 with identifier: DC73%20XAR
2026-03-30 06:55:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91f91b79-b0e4-5783-bae4-8266c4e77998 with identifier: DC73%20XAR
2026-03-30 06:55:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91f91b79-b0e4-5783-bae4-8266c4e77998 with identifier: DC73%20XAR to the API
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC73%20XAR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '91f91b79-b0e4-5783-bae4-8266c4e77998',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DC73 XAR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC73%20XAR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 14867,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'VNKKBAC340A327503',
 'year': 2024}
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520XAR%27 HTTP/1.1" 200 None
2026-03-30 06:55:45 [bca.uk] INFO: Saving data for DC73%20XAR: {'auction_closing_time': 1775556000.0, 'created_time': 1774364707.381024, 'last_price_update_time': 1774853745.538387}
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC73%2520XAR') HTTP/1.1" 204 0
2026-03-30 06:55:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14f746e7-c2f1-530a-96b1-c5e8d0b132d9 with identifier: YG74%20OHZ
2026-03-30 06:55:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14f746e7-c2f1-530a-96b1-c5e8d0b132d9 with identifier: YG74%20OHZ
2026-03-30 06:55:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14f746e7-c2f1-530a-96b1-c5e8d0b132d9 with identifier: YG74%20OHZ to the API
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG74%20OHZ-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '14f746e7-c2f1-530a-96b1-c5e8d0b132d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG74 OHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG74%20OHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'BMW',
 'model': '320I',
 'odometer': 12432,
 'odometer_reading_unit': '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 320I 2.0 T M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA50FF0908E76166',
 'year': 2024}
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHZ%27 HTTP/1.1" 200 None
2026-03-30 06:55:45 [bca.uk] INFO: Saving data for YG74%20OHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774351906.651812, 'last_price_update_time': 1774853745.83476}
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG74%2520OHZ') HTTP/1.1" 204 0
2026-03-30 06:55:45 [bca.uk] INFO: Found listing with ID: MA19%20ZXM
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA19%2520ZXM%27 HTTP/1.1" 200 None
2026-03-30 06:55:45 [bca.uk] INFO: Scrape type for MA19%20ZXM: 2
2026-03-30 06:55:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e22de377-cae0-5a77-9496-e1a49eb64b37 with identifier: MA19%20ZXM
2026-03-30 06:55:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e22de377-cae0-5a77-9496-e1a49eb64b37 with scrape type 2
2026-03-30 06:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e22de377-cae0-5a77-9496-e1a49eb64b37 with scrape type 2
2026-03-30 06:55:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e22de377-cae0-5a77-9496-e1a49eb64b37, identifier: MA19%20ZXM
2026-03-30 06:55:45 [bca.uk] INFO: Found listing with ID: GJ17%20ZWP
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520ZWP%27 HTTP/1.1" 200 None
2026-03-30 06:55:45 [bca.uk] INFO: Scrape type for GJ17%20ZWP: 2
2026-03-30 06:55:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with identifier: GJ17%20ZWP
2026-03-30 06:55:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with scrape type 2
2026-03-30 06:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with scrape type 2
2026-03-30 06:55:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd, identifier: GJ17%20ZWP
2026-03-30 06:55:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 70e6a92d-ce32-56ef-9656-da44422773c1 with identifier: LD23%20THN
2026-03-30 06:55:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 70e6a92d-ce32-56ef-9656-da44422773c1 with identifier: LD23%20THN
2026-03-30 06:55:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 70e6a92d-ce32-56ef-9656-da44422773c1 with identifier: LD23%20THN to the API
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 245,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20THN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '70e6a92d-ce32-56ef-9656-da44422773c1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD23 THN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20THN&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 71581,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H3 LEADER PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 L3 H3 LEADER',
 'vin': 'WF0EXXTTRENB35890',
 'year': 2023}
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520THN%27 HTTP/1.1" 200 None
2026-03-30 06:55:46 [bca.uk] INFO: Saving data for LD23%20THN: {'auction_closing_time': 1774864800.0, 'created_time': 1774363407.383148, 'last_price_update_time': 1774853746.399816}
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520THN') HTTP/1.1" 204 0
2026-03-30 06:55:46 [bca.uk] INFO: Found listing with ID: RK68%20HRC
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520HRC%27 HTTP/1.1" 200 None
2026-03-30 06:55:46 [bca.uk] INFO: Scrape type for RK68%20HRC: 2
2026-03-30 06:55:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with identifier: RK68%20HRC
2026-03-30 06:55:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with scrape type 2
2026-03-30 06:55:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with scrape type 2
2026-03-30 06:55:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2c41d61-c38f-51cf-bafc-d1cfcfc985ef, identifier: RK68%20HRC
2026-03-30 06:55:46 [bca.uk] INFO: Found listing with ID: YB25%20FHF
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520FHF%27 HTTP/1.1" 200 None
2026-03-30 06:55:46 [bca.uk] INFO: Scrape type for YB25%20FHF: 2
2026-03-30 06:55:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b977c5e0-db8f-5861-9ebf-bdd542bec3b9 with identifier: YB25%20FHF
2026-03-30 06:55:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b977c5e0-db8f-5861-9ebf-bdd542bec3b9 with scrape type 2
2026-03-30 06:55:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b977c5e0-db8f-5861-9ebf-bdd542bec3b9 with scrape type 2
2026-03-30 06:55:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b977c5e0-db8f-5861-9ebf-bdd542bec3b9, identifier: YB25%20FHF
2026-03-30 06:55:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e22de377-cae0-5a77-9496-e1a49eb64b37 with identifier: MA19%20ZXM
2026-03-30 06:55:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e22de377-cae0-5a77-9496-e1a49eb64b37 with identifier: MA19%20ZXM
2026-03-30 06:55:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e22de377-cae0-5a77-9496-e1a49eb64b37 with identifier: MA19%20ZXM to the API
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA19%20ZXM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e22de377-cae0-5a77-9496-e1a49eb64b37',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA19 ZXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA19%20ZXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 63747,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.0 TSI 115 SE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 SE',
 'vin': 'WVGZZZA1ZKV090841',
 'year': 2019}
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA19%2520ZXM%27 HTTP/1.1" 200 None
2026-03-30 06:55:46 [bca.uk] INFO: Saving data for MA19%20ZXM: {'auction_closing_time': 1774951200.0, 'created_time': 1774390887.871558, 'last_price_update_time': 1774853746.941956}
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA19%2520ZXM') HTTP/1.1" 204 0
2026-03-30 06:55:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with identifier: GJ17%20ZWP
2026-03-30 06:55:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with identifier: GJ17%20ZWP
2026-03-30 06:55:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3dc417f7-d63d-56f7-acf0-a5de9c3cfddd with identifier: GJ17%20ZWP to the API
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 95,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ17%20ZWP-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3dc417f7-d63d-56f7-acf0-a5de9c3cfddd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ17 ZWP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ17%20ZWP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '108',
 'odometer': 52326,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 108 1.0 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'VF3PSCFBCGR139042',
 'year': 2017}
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ17%2520ZWP%27 HTTP/1.1" 200 None
2026-03-30 06:55:47 [bca.uk] INFO: Saving data for GJ17%20ZWP: {'auction_closing_time': 1775037600.0, 'created_time': 1774361285.569406, 'last_price_update_time': 1774853747.338904}
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ17%2520ZWP') HTTP/1.1" 204 0
2026-03-30 06:55:47 [bca.uk] INFO: Found listing with ID: LD23%20RYF
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520RYF%27 HTTP/1.1" 200 None
2026-03-30 06:55:47 [bca.uk] INFO: Scrape type for LD23%20RYF: 2
2026-03-30 06:55:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7419b502-204d-592c-a24a-1c5fff0f169d with identifier: LD23%20RYF
2026-03-30 06:55:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7419b502-204d-592c-a24a-1c5fff0f169d with scrape type 2
2026-03-30 06:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7419b502-204d-592c-a24a-1c5fff0f169d with scrape type 2
2026-03-30 06:55:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7419b502-204d-592c-a24a-1c5fff0f169d, identifier: LD23%20RYF
2026-03-30 06:55:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with identifier: RK68%20HRC
2026-03-30 06:55:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with identifier: RK68%20HRC
2026-03-30 06:55:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2c41d61-c38f-51cf-bafc-d1cfcfc985ef with identifier: RK68%20HRC to the API
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 94,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK68%20HRC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b2c41d61-c38f-51cf-bafc-d1cfcfc985ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK68 HRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK68%20HRC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AURIS',
 'odometer': 27954,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'TOYOTA AURIS 1.8 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'SB1MS3JE60E450055',
 'year': 2018}
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK68%2520HRC%27 HTTP/1.1" 200 None
2026-03-30 06:55:47 [bca.uk] INFO: Saving data for RK68%20HRC: {'auction_closing_time': 1775556000.0, 'created_time': 1774364751.799501, 'last_price_update_time': 1774853747.750913}
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK68%2520HRC') HTTP/1.1" 204 0
2026-03-30 06:55:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b977c5e0-db8f-5861-9ebf-bdd542bec3b9 with identifier: YB25%20FHF
2026-03-30 06:55:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b977c5e0-db8f-5861-9ebf-bdd542bec3b9 with identifier: YB25%20FHF
2026-03-30 06:55:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b977c5e0-db8f-5861-9ebf-bdd542bec3b9 with identifier: YB25%20FHF to the API
2026-03-30 06:55:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB25%20FHF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b977c5e0-db8f-5861-9ebf-bdd542bec3b9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB25 FHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB25%20FHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 8205,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20 M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 20 M SPORT',
 'vin': 'WBA36GP090N337535',
 'year': 2025}
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520FHF%27 HTTP/1.1" 200 None
2026-03-30 06:55:48 [bca.uk] INFO: Saving data for YB25%20FHF: {'auction_closing_time': 1774864800.0, 'created_time': 1773824936.259948, 'last_price_update_time': 1774853748.17855}
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB25%2520FHF') HTTP/1.1" 204 0
2026-03-30 06:55:48 [bca.uk] INFO: Found listing with ID: YY67%20LLJ
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY67%2520LLJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:48 [bca.uk] INFO: Scrape type for YY67%20LLJ: 2
2026-03-30 06:55:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with identifier: YY67%20LLJ
2026-03-30 06:55:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with scrape type 2
2026-03-30 06:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with scrape type 2
2026-03-30 06:55:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6addf0e3-15a7-53ed-b8f3-b2d20917c527, identifier: YY67%20LLJ
2026-03-30 06:55:48 [bca.uk] INFO: Found listing with ID: HK68%20VMM
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK68%2520VMM%27 HTTP/1.1" 200 None
2026-03-30 06:55:48 [bca.uk] INFO: Scrape type for HK68%20VMM: 2
2026-03-30 06:55:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8369e888-818c-5d82-bb41-d0f1418fc547 with identifier: HK68%20VMM
2026-03-30 06:55:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8369e888-818c-5d82-bb41-d0f1418fc547 with scrape type 2
2026-03-30 06:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8369e888-818c-5d82-bb41-d0f1418fc547 with scrape type 2
2026-03-30 06:55:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8369e888-818c-5d82-bb41-d0f1418fc547, identifier: HK68%20VMM
2026-03-30 06:55:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7419b502-204d-592c-a24a-1c5fff0f169d with identifier: LD23%20RYF
2026-03-30 06:55:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7419b502-204d-592c-a24a-1c5fff0f169d with identifier: LD23%20RYF
2026-03-30 06:55:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7419b502-204d-592c-a24a-1c5fff0f169d with identifier: LD23%20RYF to the API
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20RYF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7419b502-204d-592c-a24a-1c5fff0f169d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LD23 RYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20RYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 39728,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LIMITED L/R',
 'vin': 'WF0YXXTTGYNM03349',
 'year': 2023}
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520RYF%27 HTTP/1.1" 200 None
2026-03-30 06:55:48 [bca.uk] INFO: Saving data for LD23%20RYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774363405.225717, 'last_price_update_time': 1774853748.755818}
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520RYF') HTTP/1.1" 204 0
2026-03-30 06:55:48 [bca.uk] INFO: Found listing with ID: MK21%20TKU
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK21%2520TKU%27 HTTP/1.1" 200 None
2026-03-30 06:55:48 [bca.uk] INFO: Scrape type for MK21%20TKU: 2
2026-03-30 06:55:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23126eef-7c90-529b-b616-9fe3fa9738cb with identifier: MK21%20TKU
2026-03-30 06:55:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23126eef-7c90-529b-b616-9fe3fa9738cb with scrape type 2
2026-03-30 06:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23126eef-7c90-529b-b616-9fe3fa9738cb with scrape type 2
2026-03-30 06:55:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23126eef-7c90-529b-b616-9fe3fa9738cb, identifier: MK21%20TKU
2026-03-30 06:55:48 [bca.uk] INFO: Found listing with ID: YC25%20WFR
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520WFR%27 HTTP/1.1" 200 None
2026-03-30 06:55:48 [bca.uk] INFO: Scrape type for YC25%20WFR: 2
2026-03-30 06:55:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16204876-3bb7-5d5c-964e-90fc163de215 with identifier: YC25%20WFR
2026-03-30 06:55:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16204876-3bb7-5d5c-964e-90fc163de215 with scrape type 2
2026-03-30 06:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16204876-3bb7-5d5c-964e-90fc163de215 with scrape type 2
2026-03-30 06:55:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16204876-3bb7-5d5c-964e-90fc163de215, identifier: YC25%20WFR
2026-03-30 06:55:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with identifier: YY67%20LLJ
2026-03-30 06:55:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with identifier: YY67%20LLJ
2026-03-30 06:55:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6addf0e3-15a7-53ed-b8f3-b2d20917c527 with identifier: YY67%20LLJ to the API
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY67%20LLJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6addf0e3-15a7-53ed-b8f3-b2d20917c527',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YY67 LLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY67%20LLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FIAT',
 'model': 'DUCATO 35',
 'odometer': 161282,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FIAT DUCATO 35 2.3 M/JET 130 LWB H/R (A&E) Ambulance',
 'transmission': 'manual',
 'trim': 'M/JET 130 LWB H/R (A&E)',
 'vin': 'ZFA25000002F41753',
 'year': 2017}
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY67%2520LLJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:49 [bca.uk] INFO: Saving data for YY67%20LLJ: {'auction_closing_time': 1774951200.0, 'created_time': 1774391012.584134, 'last_price_update_time': 1774853749.263654}
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY67%2520LLJ') HTTP/1.1" 204 0
2026-03-30 06:55:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8369e888-818c-5d82-bb41-d0f1418fc547 with identifier: HK68%20VMM
2026-03-30 06:55:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8369e888-818c-5d82-bb41-d0f1418fc547 with identifier: HK68%20VMM
2026-03-30 06:55:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8369e888-818c-5d82-bb41-d0f1418fc547 with identifier: HK68%20VMM to the API
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK68%20VMM-GB',
 'category': 'Car',
 'color': 'phytonic blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8369e888-818c-5d82-bb41-d0f1418fc547',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK68 VMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK68%20VMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 73141,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20D M SPORT STEP StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 20D M SPORT STEP',
 'vin': 'WBATX36060NB96160',
 'year': 2018}
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK68%2520VMM%27 HTTP/1.1" 200 None
2026-03-30 06:55:49 [bca.uk] INFO: Saving data for HK68%20VMM: {'auction_closing_time': 1775037600.0, 'created_time': 1774006115.66952, 'last_price_update_time': 1774853749.661276}
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK68%2520VMM') HTTP/1.1" 204 0
2026-03-30 06:55:49 [bca.uk] INFO: Found listing with ID: DY73%20HZB
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520HZB%27 HTTP/1.1" 200 None
2026-03-30 06:55:49 [bca.uk] INFO: Scrape type for DY73%20HZB: 2
2026-03-30 06:55:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with identifier: DY73%20HZB
2026-03-30 06:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with scrape type 2
2026-03-30 06:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with scrape type 2
2026-03-30 06:55:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 04d938bb-7aad-56c7-8a1e-3b08b377b7dc, identifier: DY73%20HZB
2026-03-30 06:55:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23126eef-7c90-529b-b616-9fe3fa9738cb with identifier: MK21%20TKU
2026-03-30 06:55:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23126eef-7c90-529b-b616-9fe3fa9738cb with identifier: MK21%20TKU
2026-03-30 06:55:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23126eef-7c90-529b-b616-9fe3fa9738cb with identifier: MK21%20TKU to the API
2026-03-30 06:55:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MK21%20TKU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '23126eef-7c90-529b-b616-9fe3fa9738cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MK21 TKU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MK21%20TKU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 83936,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 VVT-I HYBRID ICON TECH Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON TECH',
 'vin': 'SB1Z93BE80E210117',
 'year': 2021}
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK21%2520TKU%27 HTTP/1.1" 200 None
2026-03-30 06:55:50 [bca.uk] INFO: Saving data for MK21%20TKU: {'auction_closing_time': 1775556000.0, 'created_time': 1774364678.121102, 'last_price_update_time': 1774853750.164584}
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MK21%2520TKU') HTTP/1.1" 204 0
2026-03-30 06:55:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16204876-3bb7-5d5c-964e-90fc163de215 with identifier: YC25%20WFR
2026-03-30 06:55:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16204876-3bb7-5d5c-964e-90fc163de215 with identifier: YC25%20WFR
2026-03-30 06:55:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16204876-3bb7-5d5c-964e-90fc163de215 with identifier: YC25%20WFR to the API
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 20,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC25%20WFR-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '16204876-3bb7-5d5c-964e-90fc163de215',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC25 WFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC25%20WFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': '330E',
 'odometer': 6760,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T 22.3KWH SPORT Estate',
 'transmission': 'automatic',
 'trim': 'T 22.3KWH SPORT',
 'vin': 'WBA42GL060FU85187',
 'year': 2025}
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520WFR%27 HTTP/1.1" 200 None
2026-03-30 06:55:50 [bca.uk] INFO: Saving data for YC25%20WFR: {'auction_closing_time': 1774864800.0, 'created_time': 1774351857.577213, 'last_price_update_time': 1774853750.454529}
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC25%2520WFR') HTTP/1.1" 204 0
2026-03-30 06:55:50 [bca.uk] INFO: Found listing with ID: KN71%20EZW
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520EZW%27 HTTP/1.1" 200 None
2026-03-30 06:55:50 [bca.uk] INFO: Scrape type for KN71%20EZW: 2
2026-03-30 06:55:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with identifier: KN71%20EZW
2026-03-30 06:55:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with scrape type 2
2026-03-30 06:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with scrape type 2
2026-03-30 06:55:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b51c65d1-bad8-5c6b-8c0c-ba27cfb25154, identifier: KN71%20EZW
2026-03-30 06:55:50 [bca.uk] INFO: Found listing with ID: KL19%20CLJ
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL19%2520CLJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:50 [bca.uk] INFO: Scrape type for KL19%20CLJ: 2
2026-03-30 06:55:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 898557d3-28e9-5d67-8a7f-526bd51febed with identifier: KL19%20CLJ
2026-03-30 06:55:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 898557d3-28e9-5d67-8a7f-526bd51febed with scrape type 2
2026-03-30 06:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 898557d3-28e9-5d67-8a7f-526bd51febed with scrape type 2
2026-03-30 06:55:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 898557d3-28e9-5d67-8a7f-526bd51febed, identifier: KL19%20CLJ
2026-03-30 06:55:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with identifier: DY73%20HZB
2026-03-30 06:55:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with identifier: DY73%20HZB
2026-03-30 06:55:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 04d938bb-7aad-56c7-8a1e-3b08b377b7dc with identifier: DY73%20HZB to the API
2026-03-30 06:55:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 191,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DY73%20HZB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '04d938bb-7aad-56c7-8a1e-3b08b377b7dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DY73 HZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DY73%20HZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 22493,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 SWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 SWB TREND L/R',
 'vin': 'WF0YXXTTGYPS37115',
 'year': 2023}
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DY73%2520HZB%27 HTTP/1.1" 200 None
2026-03-30 06:55:51 [bca.uk] INFO: Saving data for DY73%20HZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774363400.248568, 'last_price_update_time': 1774853751.096123}
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DY73%2520HZB') HTTP/1.1" 204 0
2026-03-30 06:55:51 [bca.uk] INFO: Found listing with ID: LS72%20XFB
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XFB%27 HTTP/1.1" 200 None
2026-03-30 06:55:51 [bca.uk] INFO: Scrape type for LS72%20XFB: 2
2026-03-30 06:55:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc616c82-bfb1-52b2-a2c2-5a007b946836 with identifier: LS72%20XFB
2026-03-30 06:55:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc616c82-bfb1-52b2-a2c2-5a007b946836 with scrape type 2
2026-03-30 06:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc616c82-bfb1-52b2-a2c2-5a007b946836 with scrape type 2
2026-03-30 06:55:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dc616c82-bfb1-52b2-a2c2-5a007b946836, identifier: LS72%20XFB
2026-03-30 06:55:51 [bca.uk] INFO: Found listing with ID: YC25%20OGS
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OGS%27 HTTP/1.1" 200 None
2026-03-30 06:55:51 [bca.uk] INFO: Scrape type for YC25%20OGS: 2
2026-03-30 06:55:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 531c79f2-68a9-5103-9c3f-53e019ce2f35 with identifier: YC25%20OGS
2026-03-30 06:55:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 531c79f2-68a9-5103-9c3f-53e019ce2f35 with scrape type 2
2026-03-30 06:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 531c79f2-68a9-5103-9c3f-53e019ce2f35 with scrape type 2
2026-03-30 06:55:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 531c79f2-68a9-5103-9c3f-53e019ce2f35, identifier: YC25%20OGS
2026-03-30 06:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:55:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with identifier: KN71%20EZW
2026-03-30 06:55:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with identifier: KN71%20EZW
2026-03-30 06:55:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b51c65d1-bad8-5c6b-8c0c-ba27cfb25154 with identifier: KN71%20EZW to the API
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 253,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN71%20EZW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b51c65d1-bad8-5c6b-8c0c-ba27cfb25154',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN71 EZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN71%20EZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 106011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 H2 PROGRESSIVE',
 'vin': 'W1V9076352P400508',
 'year': 2021}
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN71%2520EZW%27 HTTP/1.1" 200 None
2026-03-30 06:55:51 [bca.uk] INFO: Saving data for KN71%20EZW: {'auction_closing_time': 1774951200.0, 'created_time': 1774391064.294344, 'last_price_update_time': 1774853751.847477}
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN71%2520EZW') HTTP/1.1" 204 0
2026-03-30 06:55:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 898557d3-28e9-5d67-8a7f-526bd51febed with identifier: KL19%20CLJ
2026-03-30 06:55:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 898557d3-28e9-5d67-8a7f-526bd51febed with identifier: KL19%20CLJ
2026-03-30 06:55:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 898557d3-28e9-5d67-8a7f-526bd51febed with identifier: KL19%20CLJ to the API
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KL19%20CLJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '898557d3-28e9-5d67-8a7f-526bd51febed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KL19 CLJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KL19%20CLJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 56461,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 110 GT LINE (M6) Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 GT LINE (M6)',
 'vin': 'VF3CCHNPSKW037168',
 'year': 2019}
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KL19%2520CLJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:52 [bca.uk] INFO: Saving data for KL19%20CLJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361290.853032, 'last_price_update_time': 1774853752.270368}
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KL19%2520CLJ') HTTP/1.1" 204 0
2026-03-30 06:55:52 [bca.uk] INFO: Found listing with ID: DT23%20UYJ
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT23%2520UYJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:52 [bca.uk] INFO: Scrape type for DT23%20UYJ: 2
2026-03-30 06:55:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62e44e55-b388-5ea2-8fb6-8e766abd5fae with identifier: DT23%20UYJ
2026-03-30 06:55:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62e44e55-b388-5ea2-8fb6-8e766abd5fae with scrape type 2
2026-03-30 06:55:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62e44e55-b388-5ea2-8fb6-8e766abd5fae with scrape type 2
2026-03-30 06:55:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62e44e55-b388-5ea2-8fb6-8e766abd5fae, identifier: DT23%20UYJ
2026-03-30 06:55:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dc616c82-bfb1-52b2-a2c2-5a007b946836 with identifier: LS72%20XFB
2026-03-30 06:55:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dc616c82-bfb1-52b2-a2c2-5a007b946836 with identifier: LS72%20XFB
2026-03-30 06:55:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dc616c82-bfb1-52b2-a2c2-5a007b946836 with identifier: LS72%20XFB to the API
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20XFB-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dc616c82-bfb1-52b2-a2c2-5a007b946836',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 XFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20XFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 19061,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC300071747',
 'year': 2022}
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XFB%27 HTTP/1.1" 200 None
2026-03-30 06:55:52 [bca.uk] INFO: Saving data for LS72%20XFB: {'auction_closing_time': 1775556000.0, 'created_time': 1774364741.748133, 'last_price_update_time': 1774853752.756096}
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520XFB') HTTP/1.1" 204 0
2026-03-30 06:55:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 531c79f2-68a9-5103-9c3f-53e019ce2f35 with identifier: YC25%20OGS
2026-03-30 06:55:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 531c79f2-68a9-5103-9c3f-53e019ce2f35 with identifier: YC25%20OGS
2026-03-30 06:55:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 531c79f2-68a9-5103-9c3f-53e019ce2f35 with identifier: YC25%20OGS to the API
2026-03-30 06:55:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 21,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC25%20OGS-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '531c79f2-68a9-5103-9c3f-53e019ce2f35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC25 OGS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC25%20OGS&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': '330E',
 'odometer': 5790,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T 22.3KWH M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T 22.3KWH M SPORT',
 'vin': 'WBA40GK0108F34228',
 'year': 2025}
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OGS%27 HTTP/1.1" 200 None
2026-03-30 06:55:53 [bca.uk] INFO: Saving data for YC25%20OGS: {'auction_closing_time': 1774864800.0, 'created_time': 1774351867.464154, 'last_price_update_time': 1774853753.226275}
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC25%2520OGS') HTTP/1.1" 204 0
2026-03-30 06:55:53 [bca.uk] INFO: Found listing with ID: WM68%20UCG
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM68%2520UCG%27 HTTP/1.1" 200 None
2026-03-30 06:55:53 [bca.uk] INFO: Scrape type for WM68%20UCG: 2
2026-03-30 06:55:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1c17d98-2ba2-58dd-b0cf-d93201858bfe with identifier: WM68%20UCG
2026-03-30 06:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1c17d98-2ba2-58dd-b0cf-d93201858bfe with scrape type 2
2026-03-30 06:55:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1c17d98-2ba2-58dd-b0cf-d93201858bfe with scrape type 2
2026-03-30 06:55:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1c17d98-2ba2-58dd-b0cf-d93201858bfe, identifier: WM68%20UCG
2026-03-30 06:55:53 [bca.uk] INFO: Found listing with ID: KV20%20XHJ
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520XHJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:53 [bca.uk] INFO: Scrape type for KV20%20XHJ: 2
2026-03-30 06:55:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with identifier: KV20%20XHJ
2026-03-30 06:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with scrape type 2
2026-03-30 06:55:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with scrape type 2
2026-03-30 06:55:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 15e73a33-bd8b-5990-9a9d-30ba169b4e07, identifier: KV20%20XHJ
2026-03-30 06:55:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62e44e55-b388-5ea2-8fb6-8e766abd5fae with identifier: DT23%20UYJ
2026-03-30 06:55:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62e44e55-b388-5ea2-8fb6-8e766abd5fae with identifier: DT23%20UYJ
2026-03-30 06:55:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62e44e55-b388-5ea2-8fb6-8e766abd5fae with identifier: DT23%20UYJ to the API
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT23%20UYJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '62e44e55-b388-5ea2-8fb6-8e766abd5fae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DT23 UYJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT23%20UYJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 25276,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 320 LWB LIMITED L/R CrewCab Van',
 'transmission': 'manual',
 'trim': 'EBL 130 320 LWB LIMITED L/R',
 'vin': 'WF0ZXXTTGZPL58777',
 'year': 2023}
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT23%2520UYJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:53 [bca.uk] INFO: Saving data for DT23%20UYJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363402.909554, 'last_price_update_time': 1774853753.730208}
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT23%2520UYJ') HTTP/1.1" 204 0
2026-03-30 06:55:53 [bca.uk] INFO: Found listing with ID: PV19%20SXW
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PV19%2520SXW%27 HTTP/1.1" 200 None
2026-03-30 06:55:53 [bca.uk] INFO: Scrape type for PV19%20SXW: 2
2026-03-30 06:55:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with identifier: PV19%20SXW
2026-03-30 06:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with scrape type 2
2026-03-30 06:55:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with scrape type 2
2026-03-30 06:55:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00263c28-9b2a-5f1f-ae42-4395d04b8f73, identifier: PV19%20SXW
2026-03-30 06:55:53 [bca.uk] INFO: Found listing with ID: YB25%20PGX
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520PGX%27 HTTP/1.1" 200 None
2026-03-30 06:55:53 [bca.uk] INFO: Scrape type for YB25%20PGX: 2
2026-03-30 06:55:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3866d624-b34a-511a-8a38-ce972753e3ef with identifier: YB25%20PGX
2026-03-30 06:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3866d624-b34a-511a-8a38-ce972753e3ef with scrape type 2
2026-03-30 06:55:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3866d624-b34a-511a-8a38-ce972753e3ef with scrape type 2
2026-03-30 06:55:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3866d624-b34a-511a-8a38-ce972753e3ef, identifier: YB25%20PGX
2026-03-30 06:55:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1c17d98-2ba2-58dd-b0cf-d93201858bfe with identifier: WM68%20UCG
2026-03-30 06:55:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1c17d98-2ba2-58dd-b0cf-d93201858bfe with identifier: WM68%20UCG
2026-03-30 06:55:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1c17d98-2ba2-58dd-b0cf-d93201858bfe with identifier: WM68%20UCG to the API
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 173,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM68%20UCG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1c17d98-2ba2-58dd-b0cf-d93201858bfe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WM68 UCG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM68%20UCG&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 114',
 'odometer': 155446,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 114 2.0 CDI L1 RWD PROGRESSIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDI L1 RWD PROGRESSIVE',
 'vin': 'WDF44770323573290',
 'year': 2019}
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM68%2520UCG%27 HTTP/1.1" 200 None
2026-03-30 06:55:54 [bca.uk] INFO: Saving data for WM68%20UCG: {'auction_closing_time': 1774951200.0, 'created_time': 1774391064.665052, 'last_price_update_time': 1774853754.304985}
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM68%2520UCG') HTTP/1.1" 204 0
2026-03-30 06:55:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with identifier: KV20%20XHJ
2026-03-30 06:55:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with identifier: KV20%20XHJ
2026-03-30 06:55:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 15e73a33-bd8b-5990-9a9d-30ba169b4e07 with identifier: KV20%20XHJ to the API
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV20%20XHJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '15e73a33-bd8b-5990-9a9d-30ba169b4e07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV20 XHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV20%20XHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 D',
 'odometer': 86940,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C300 D 2.0 AMG LINE PREMIUM PLUS 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 9G',
 'vin': 'W1K2053182G004366',
 'year': 2020}
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV20%2520XHJ%27 HTTP/1.1" 200 None
2026-03-30 06:55:54 [bca.uk] INFO: Saving data for KV20%20XHJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774361304.552559, 'last_price_update_time': 1774853754.762074}
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV20%2520XHJ') HTTP/1.1" 204 0
2026-03-30 06:55:54 [bca.uk] INFO: Found listing with ID: SA17%20CNK
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520CNK%27 HTTP/1.1" 200 None
2026-03-30 06:55:54 [bca.uk] INFO: Scrape type for SA17%20CNK: 2
2026-03-30 06:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with identifier: SA17%20CNK
2026-03-30 06:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with scrape type 2
2026-03-30 06:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with scrape type 2
2026-03-30 06:55:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7be75647-d8a8-5c03-a012-8a4bc00f3b28, identifier: SA17%20CNK
2026-03-30 06:55:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with identifier: PV19%20SXW
2026-03-30 06:55:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with identifier: PV19%20SXW
2026-03-30 06:55:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00263c28-9b2a-5f1f-ae42-4395d04b8f73 with identifier: PV19%20SXW to the API
2026-03-30 06:55:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 178,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PV19%20SXW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '00263c28-9b2a-5f1f-ae42-4395d04b8f73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PV19 SXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PV19%20SXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 43439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 45 TDI QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': '45 TDI QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M4KD033431',
 'year': 2019}
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PV19%2520SXW%27 HTTP/1.1" 200 None
2026-03-30 06:55:55 [bca.uk] INFO: Saving data for PV19%20SXW: {'auction_closing_time': 1774951200.0, 'created_time': 1774364622.879345, 'last_price_update_time': 1774853755.369834}
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PV19%2520SXW') HTTP/1.1" 204 0
2026-03-30 06:55:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3866d624-b34a-511a-8a38-ce972753e3ef with identifier: YB25%20PGX
2026-03-30 06:55:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3866d624-b34a-511a-8a38-ce972753e3ef with identifier: YB25%20PGX
2026-03-30 06:55:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3866d624-b34a-511a-8a38-ce972753e3ef with identifier: YB25%20PGX to the API
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 159,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB25%20PGX-GB',
 'category': 'Car',
 'color': 'black sapphire',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3866d624-b34a-511a-8a38-ce972753e3ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YB25 PGX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB25%20PGX&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 12424,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 20 M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 20 M SPORT',
 'vin': 'WBA36GP070N337761',
 'year': 2025}
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB25%2520PGX%27 HTTP/1.1" 200 None
2026-03-30 06:55:55 [bca.uk] INFO: Saving data for YB25%20PGX: {'auction_closing_time': 1774864800.0, 'created_time': 1773824944.084035, 'last_price_update_time': 1774853755.656508}
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB25%2520PGX') HTTP/1.1" 204 0
2026-03-30 06:55:55 [bca.uk] INFO: Found listing with ID: LJ73%20PHC
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ73%2520PHC%27 HTTP/1.1" 200 None
2026-03-30 06:55:55 [bca.uk] INFO: Scrape type for LJ73%20PHC: 2
2026-03-30 06:55:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e36d2f70-3004-5616-a7c6-d1ef22ea246b with identifier: LJ73%20PHC
2026-03-30 06:55:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e36d2f70-3004-5616-a7c6-d1ef22ea246b with scrape type 2
2026-03-30 06:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e36d2f70-3004-5616-a7c6-d1ef22ea246b with scrape type 2
2026-03-30 06:55:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e36d2f70-3004-5616-a7c6-d1ef22ea246b, identifier: LJ73%20PHC
2026-03-30 06:55:55 [bca.uk] INFO: Found listing with ID: KV65%20WGM
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV65%2520WGM%27 HTTP/1.1" 200 None
2026-03-30 06:55:55 [bca.uk] INFO: Scrape type for KV65%20WGM: 2
2026-03-30 06:55:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371dd43f-0b45-59a3-a694-fa7d758204a8 with identifier: KV65%20WGM
2026-03-30 06:55:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371dd43f-0b45-59a3-a694-fa7d758204a8 with scrape type 2
2026-03-30 06:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 371dd43f-0b45-59a3-a694-fa7d758204a8 with scrape type 2
2026-03-30 06:55:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 371dd43f-0b45-59a3-a694-fa7d758204a8, identifier: KV65%20WGM
2026-03-30 06:55:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with identifier: SA17%20CNK
2026-03-30 06:55:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with identifier: SA17%20CNK
2026-03-30 06:55:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7be75647-d8a8-5c03-a012-8a4bc00f3b28 with identifier: SA17%20CNK to the API
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SA17%20CNK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7be75647-d8a8-5c03-a012-8a4bc00f3b28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SA17 CNK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SA17%20CNK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MITSUBISHI',
 'model': 'L200',
 'odometer': 77782,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MITSUBISHI L200 2.4 DI-D 151 4LIFE 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'DI-D 151 4LIFE 4WD',
 'vin': 'MMCJJKL20HH002274',
 'year': 2017}
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SA17%2520CNK%27 HTTP/1.1" 200 None
2026-03-30 06:55:56 [bca.uk] INFO: Saving data for SA17%20CNK: {'auction_closing_time': 1774951200.0, 'created_time': 1774363276.258349, 'last_price_update_time': 1774853756.223502}
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SA17%2520CNK') HTTP/1.1" 204 0
2026-03-30 06:55:56 [bca.uk] INFO: Found listing with ID: LP72%20NVL
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520NVL%27 HTTP/1.1" 200 None
2026-03-30 06:55:56 [bca.uk] INFO: Scrape type for LP72%20NVL: 2
2026-03-30 06:55:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02bfdf3e-9a10-506a-978c-03120e7f1095 with identifier: LP72%20NVL
2026-03-30 06:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02bfdf3e-9a10-506a-978c-03120e7f1095 with scrape type 2
2026-03-30 06:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02bfdf3e-9a10-506a-978c-03120e7f1095 with scrape type 2
2026-03-30 06:55:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 02bfdf3e-9a10-506a-978c-03120e7f1095, identifier: LP72%20NVL
2026-03-30 06:55:56 [bca.uk] INFO: Found listing with ID: YC25%20OMF
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OMF%27 HTTP/1.1" 200 None
2026-03-30 06:55:56 [bca.uk] INFO: Scrape type for YC25%20OMF: 2
2026-03-30 06:55:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6f616d2-5fc9-5815-aaaf-06dfba5af529 with identifier: YC25%20OMF
2026-03-30 06:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6f616d2-5fc9-5815-aaaf-06dfba5af529 with scrape type 2
2026-03-30 06:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6f616d2-5fc9-5815-aaaf-06dfba5af529 with scrape type 2
2026-03-30 06:55:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6f616d2-5fc9-5815-aaaf-06dfba5af529, identifier: YC25%20OMF
2026-03-30 06:55:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e36d2f70-3004-5616-a7c6-d1ef22ea246b with identifier: LJ73%20PHC
2026-03-30 06:55:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e36d2f70-3004-5616-a7c6-d1ef22ea246b with identifier: LJ73%20PHC
2026-03-30 06:55:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e36d2f70-3004-5616-a7c6-d1ef22ea246b with identifier: LJ73%20PHC to the API
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=117&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ73%20PHC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e36d2f70-3004-5616-a7c6-d1ef22ea246b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LJ73 PHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ73%20PHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'BMW',
 'model': 'IX',
 'odometer': 16502,
 'odometer_reading_unit': '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 IX 240KW 76KWH XD40 M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': '240KW 76KWH XD40 M SPORT',
 'vin': 'WBY12CF050CR09372',
 'year': 2023}
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ73%2520PHC%27 HTTP/1.1" 200 None
2026-03-30 06:55:56 [bca.uk] INFO: Saving data for LJ73%20PHC: {'auction_closing_time': 1774864800.0, 'created_time': 1774073365.112525, 'last_price_update_time': 1774853756.787028}
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ73%2520PHC') HTTP/1.1" 204 0
2026-03-30 06:55:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 371dd43f-0b45-59a3-a694-fa7d758204a8 with identifier: KV65%20WGM
2026-03-30 06:55:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 371dd43f-0b45-59a3-a694-fa7d758204a8 with identifier: KV65%20WGM
2026-03-30 06:55:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 371dd43f-0b45-59a3-a694-fa7d758204a8 with identifier: KV65%20WGM to the API
2026-03-30 06:55:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV65%20WGM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '371dd43f-0b45-59a3-a694-fa7d758204a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV65 WGM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV65%20WGM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'V60 X-COUNTRY',
 'odometer': 110262,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLVO V60 X-COUNTRY 2.0 D4 190 LUX G/T Estate',
 'transmission': 'manual',
 'trim': 'D4 190 LUX G/T',
 'vin': 'YV1FZA8CDG1008298',
 'year': 2015}
2026-03-30 06:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV65%2520WGM%27 HTTP/1.1" 200 None
2026-03-30 06:55:57 [bca.uk] INFO: Saving data for KV65%20WGM: {'auction_closing_time': 1775037600.0, 'created_time': 1774361278.09318, 'last_price_update_time': 1774853757.085647}
2026-03-30 06:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV65%2520WGM') HTTP/1.1" 204 0
2026-03-30 06:55:57 [bca.uk] INFO: Found listing with ID: SB68%20NNT
2026-03-30 06:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520NNT%27 HTTP/1.1" 200 None
2026-03-30 06:55:57 [bca.uk] INFO: Scrape type for SB68%20NNT: 2
2026-03-30 06:55:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8588c104-71ba-5193-8aab-f53b6386b151 with identifier: SB68%20NNT
2026-03-30 06:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8588c104-71ba-5193-8aab-f53b6386b151 with scrape type 2
2026-03-30 06:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8588c104-71ba-5193-8aab-f53b6386b151 with scrape type 2
2026-03-30 06:55:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8588c104-71ba-5193-8aab-f53b6386b151, identifier: SB68%20NNT
2026-03-30 06:55:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 02bfdf3e-9a10-506a-978c-03120e7f1095 with identifier: LP72%20NVL
2026-03-30 06:55:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 02bfdf3e-9a10-506a-978c-03120e7f1095 with identifier: LP72%20NVL
2026-03-30 06:55:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 02bfdf3e-9a10-506a-978c-03120e7f1095 with identifier: LP72%20NVL to the API
2026-03-30 06:55:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP72%20NVL-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '02bfdf3e-9a10-506a-978c-03120e7f1095',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP72 NVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP72%20NVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LEXUS',
 'model': 'UX 300E',
 'odometer': 9615,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 300E 150KW 54KWH (PREM+ PK) E-CVT Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 54KWH (PREM+ PK) E-CVT',
 'vin': 'JTHAABBH502012955',
 'year': 2023}
2026-03-30 06:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP72%2520NVL%27 HTTP/1.1" 200 None
2026-03-30 06:55:58 [bca.uk] INFO: Saving data for LP72%20NVL: {'auction_closing_time': 1775556000.0, 'created_time': 1774364670.936305, 'last_price_update_time': 1774853758.487944}
2026-03-30 06:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP72%2520NVL') HTTP/1.1" 204 0
2026-03-30 06:55:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6f616d2-5fc9-5815-aaaf-06dfba5af529 with identifier: YC25%20OMF
2026-03-30 06:55:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6f616d2-5fc9-5815-aaaf-06dfba5af529 with identifier: YC25%20OMF
2026-03-30 06:55:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6f616d2-5fc9-5815-aaaf-06dfba5af529 with identifier: YC25%20OMF to the API
2026-03-30 06:55:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 21,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC25%20OMF-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a6f616d2-5fc9-5815-aaaf-06dfba5af529',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC25 OMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC25%20OMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '330E',
 'odometer': 6154,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T 22.3KWH M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T 22.3KWH M SPORT',
 'vin': 'WBA40GK0708F31768',
 'year': 2025}
2026-03-30 06:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520OMF%27 HTTP/1.1" 200 None
2026-03-30 06:55:58 [bca.uk] INFO: Saving data for YC25%20OMF: {'auction_closing_time': 1774864800.0, 'created_time': 1773842197.022272, 'last_price_update_time': 1774853758.783122}
2026-03-30 06:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC25%2520OMF') HTTP/1.1" 204 0
2026-03-30 06:55:58 [bca.uk] INFO: Total items found: 100
2026-03-30 06:55:58 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded
2026-03-30 06:55:58 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:55:58 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:55:58 [bca.uk] INFO: Found listing with ID: KX67%20OKP
2026-03-30 06:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX67%2520OKP%27 HTTP/1.1" 200 None
2026-03-30 06:55:58 [bca.uk] INFO: Scrape type for KX67%20OKP: 2
2026-03-30 06:55:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with identifier: KX67%20OKP
2026-03-30 06:55:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with scrape type 2
2026-03-30 06:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with scrape type 2
2026-03-30 06:55:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad, identifier: KX67%20OKP
2026-03-30 06:55:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8588c104-71ba-5193-8aab-f53b6386b151 with identifier: SB68%20NNT
2026-03-30 06:55:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8588c104-71ba-5193-8aab-f53b6386b151 with identifier: SB68%20NNT
2026-03-30 06:55:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8588c104-71ba-5193-8aab-f53b6386b151 with identifier: SB68%20NNT to the API
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 93,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB68%20NNT-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8588c104-71ba-5193-8aab-f53b6386b151',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SB68 NNT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB68%20NNT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 53501,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 EBL 120 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120 ST-LINE',
 'vin': 'WF0NXXGCHNJA00270',
 'year': 2019}
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB68%2520NNT%27 HTTP/1.1" 200 None
2026-03-30 06:55:59 [bca.uk] INFO: Saving data for SB68%20NNT: {'auction_closing_time': 1774951200.0, 'created_time': 1774363347.4041, 'last_price_update_time': 1774853759.226691}
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB68%2520NNT') HTTP/1.1" 204 0
2026-03-30 06:55:59 [bca.uk] INFO: Found listing with ID: PN20%20HZM
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN20%2520HZM%27 HTTP/1.1" 200 None
2026-03-30 06:55:59 [bca.uk] INFO: Scrape type for PN20%20HZM: 2
2026-03-30 06:55:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f281857f-edf3-5580-97a2-21c8b80f62fc with identifier: PN20%20HZM
2026-03-30 06:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f281857f-edf3-5580-97a2-21c8b80f62fc with scrape type 2
2026-03-30 06:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f281857f-edf3-5580-97a2-21c8b80f62fc with scrape type 2
2026-03-30 06:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f281857f-edf3-5580-97a2-21c8b80f62fc, identifier: PN20%20HZM
2026-03-30 06:55:59 [bca.uk] INFO: Found listing with ID: YG74%20OTR
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OTR%27 HTTP/1.1" 200 None
2026-03-30 06:55:59 [bca.uk] INFO: Scrape type for YG74%20OTR: 2
2026-03-30 06:55:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e0ddb66-20a6-5db7-9adc-aa99a522ec02 with identifier: YG74%20OTR
2026-03-30 06:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e0ddb66-20a6-5db7-9adc-aa99a522ec02 with scrape type 2
2026-03-30 06:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e0ddb66-20a6-5db7-9adc-aa99a522ec02 with scrape type 2
2026-03-30 06:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1e0ddb66-20a6-5db7-9adc-aa99a522ec02, identifier: YG74%20OTR
2026-03-30 06:55:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with identifier: KX67%20OKP
2026-03-30 06:55:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with identifier: KX67%20OKP
2026-03-30 06:55:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a9bb51c-a078-5885-a885-a5e1cdd4b1ad with identifier: KX67%20OKP to the API
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:55: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:55:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX67%20OKP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.1L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a9bb51c-a078-5885-a885-a5e1cdd4b1ad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX67 OKP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX67%20OKP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'A200 D',
 'odometer': 96024,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A200 D 2.1 AMG LINE PREMIUM PLUS DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'AMG LINE PREMIUM PLUS DCT',
 'vin': 'WDD1760082J679339',
 'year': 2017}
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX67%2520OKP%27 HTTP/1.1" 200 None
2026-03-30 06:55:59 [bca.uk] INFO: Saving data for KX67%20OKP: {'auction_closing_time': 1775037600.0, 'created_time': 1774361273.844158, 'last_price_update_time': 1774853759.85117}
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX67%2520OKP') HTTP/1.1" 204 0
2026-03-30 06:55:59 [bca.uk] INFO: Found listing with ID: YL19%20XAC
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL19%2520XAC%27 HTTP/1.1" 200 None
2026-03-30 06:55:59 [bca.uk] INFO: Scrape type for YL19%20XAC: 2
2026-03-30 06:55:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 232979a8-84a2-5961-8c90-927348769bc8 with identifier: YL19%20XAC
2026-03-30 06:55:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 232979a8-84a2-5961-8c90-927348769bc8 with scrape type 2
2026-03-30 06:55:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 232979a8-84a2-5961-8c90-927348769bc8 with scrape type 2
2026-03-30 06:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 232979a8-84a2-5961-8c90-927348769bc8, identifier: YL19%20XAC
2026-03-30 06:55:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f281857f-edf3-5580-97a2-21c8b80f62fc with identifier: PN20%20HZM
2026-03-30 06:55:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f281857f-edf3-5580-97a2-21c8b80f62fc with identifier: PN20%20HZM
2026-03-30 06:56:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f281857f-edf3-5580-97a2-21c8b80f62fc with identifier: PN20%20HZM to the API
2026-03-30 06:56:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 56,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PN20%20HZM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f281857f-edf3-5580-97a2-21c8b80f62fc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PN20 HZM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PN20%20HZM&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q5',
 'odometer': 54440,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI Q5 2.0 55 TFSI E Q COMP.S LINE S-T StationWagon',
 'transmission': 'automatic',
 'trim': '55 TFSI E Q COMP.S LINE S-T',
 'vin': 'WAUZZZFY8L2082726',
 'year': 2020}
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN20%2520HZM%27 HTTP/1.1" 200 None
2026-03-30 06:56:01 [bca.uk] INFO: Saving data for PN20%20HZM: {'auction_closing_time': 1774951200.0, 'created_time': 1773820383.16938, 'last_price_update_time': 1774853761.117175}
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PN20%2520HZM') HTTP/1.1" 204 0
2026-03-30 06:56:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1e0ddb66-20a6-5db7-9adc-aa99a522ec02 with identifier: YG74%20OTR
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brooklyn+grey HTTP/1.1" 200 None
2026-03-30 06:56:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 06:56:01 [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:56:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1e0ddb66-20a6-5db7-9adc-aa99a522ec02 with identifier: YG74%20OTR
2026-03-30 06:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1e0ddb66-20a6-5db7-9adc-aa99a522ec02 with identifier: YG74%20OTR to the API
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG74%20OTR-GB',
 'category': 'Car',
 'color': 'brooklyn grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1e0ddb66-20a6-5db7-9adc-aa99a522ec02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG74 OTR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG74%20OTR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '320I',
 'odometer': 21791,
 'odometer_reading_unit': '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 320I 2.0 T M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA50FF0908E82100',
 'year': 2024}
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OTR%27 HTTP/1.1" 200 None
2026-03-30 06:56:01 [bca.uk] INFO: Saving data for YG74%20OTR: {'auction_closing_time': 1774864800.0, 'created_time': 1774351822.401052, 'last_price_update_time': 1774853761.56691}
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG74%2520OTR') HTTP/1.1" 204 0
2026-03-30 06:56:01 [bca.uk] INFO: Found listing with ID: MF59%20EPL
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF59%2520EPL%27 HTTP/1.1" 200 None
2026-03-30 06:56:01 [bca.uk] INFO: Scrape type for MF59%20EPL: 2
2026-03-30 06:56:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9832cb1-8748-5305-80b0-7bfcd4ce3bad with identifier: MF59%20EPL
2026-03-30 06:56:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9832cb1-8748-5305-80b0-7bfcd4ce3bad with scrape type 2
2026-03-30 06:56:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9832cb1-8748-5305-80b0-7bfcd4ce3bad with scrape type 2
2026-03-30 06:56:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f9832cb1-8748-5305-80b0-7bfcd4ce3bad, identifier: MF59%20EPL
2026-03-30 06:56:01 [bca.uk] INFO: Found listing with ID: ML11%20BDF
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML11%2520BDF%27 HTTP/1.1" 200 None
2026-03-30 06:56:01 [bca.uk] INFO: Scrape type for ML11%20BDF: 2
2026-03-30 06:56:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbd3fdf7-6b91-51a2-974e-f84634083358 with identifier: ML11%20BDF
2026-03-30 06:56:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbd3fdf7-6b91-51a2-974e-f84634083358 with scrape type 2
2026-03-30 06:56:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbd3fdf7-6b91-51a2-974e-f84634083358 with scrape type 2
2026-03-30 06:56:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bbd3fdf7-6b91-51a2-974e-f84634083358, identifier: ML11%20BDF
2026-03-30 06:56:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 232979a8-84a2-5961-8c90-927348769bc8 with identifier: YL19%20XAC
2026-03-30 06:56:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 232979a8-84a2-5961-8c90-927348769bc8 with identifier: YL19%20XAC
2026-03-30 06:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 232979a8-84a2-5961-8c90-927348769bc8 with identifier: YL19%20XAC to the API
2026-03-30 06:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL19%20XAC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '232979a8-84a2-5961-8c90-927348769bc8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL19 XAC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL19%20XAC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 109045,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.5 HYBRID DESIGN 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN 4WD',
 'vin': 'JTMRW3FV90D505232',
 'year': 2019}
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL19%2520XAC%27 HTTP/1.1" 200 None
2026-03-30 06:56:02 [bca.uk] INFO: Saving data for YL19%20XAC: {'auction_closing_time': 1774864800.0, 'created_time': 1774363321.179971, 'last_price_update_time': 1774853762.099946}
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL19%2520XAC') HTTP/1.1" 204 0
2026-03-30 06:56:02 [bca.uk] INFO: Found listing with ID: LF72%20XGZ
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520XGZ%27 HTTP/1.1" 200 None
2026-03-30 06:56:02 [bca.uk] INFO: Scrape type for LF72%20XGZ: 2
2026-03-30 06:56:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3308afe8-beb4-52ea-9434-be38f57d01dd with identifier: LF72%20XGZ
2026-03-30 06:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3308afe8-beb4-52ea-9434-be38f57d01dd with scrape type 2
2026-03-30 06:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3308afe8-beb4-52ea-9434-be38f57d01dd with scrape type 2
2026-03-30 06:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3308afe8-beb4-52ea-9434-be38f57d01dd, identifier: LF72%20XGZ
2026-03-30 06:56:02 [bca.uk] INFO: Found listing with ID: YG74%20OCH
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCH%27 HTTP/1.1" 200 None
2026-03-30 06:56:02 [bca.uk] INFO: Scrape type for YG74%20OCH: 2
2026-03-30 06:56:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0599d69d-4164-5416-8287-9b0b60911bcc with identifier: YG74%20OCH
2026-03-30 06:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0599d69d-4164-5416-8287-9b0b60911bcc with scrape type 2
2026-03-30 06:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0599d69d-4164-5416-8287-9b0b60911bcc with scrape type 2
2026-03-30 06:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0599d69d-4164-5416-8287-9b0b60911bcc, identifier: YG74%20OCH
2026-03-30 06:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f9832cb1-8748-5305-80b0-7bfcd4ce3bad with identifier: MF59%20EPL
2026-03-30 06:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f9832cb1-8748-5305-80b0-7bfcd4ce3bad with identifier: MF59%20EPL
2026-03-30 06:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f9832cb1-8748-5305-80b0-7bfcd4ce3bad with identifier: MF59%20EPL to the API
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 201,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF59%20EPL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f9832cb1-8748-5305-80b0-7bfcd4ce3bad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF59 EPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF59%20EPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'MERCEDES-BENZ',
 'model': 'S350',
 'odometer': 119061,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ S350 3.0 CDI B/E TIP Saloon',
 'transmission': 'manual',
 'trim': 'CDI B/E TIP',
 'vin': 'WDD2210222A299737',
 'year': 2009}
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF59%2520EPL%27 HTTP/1.1" 200 None
2026-03-30 06:56:02 [bca.uk] INFO: Saving data for MF59%20EPL: {'auction_closing_time': 1774951200.0, 'created_time': 1774305736.829701, 'last_price_update_time': 1774853762.689274}
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF59%2520EPL') HTTP/1.1" 204 0
2026-03-30 06:56:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:56:02 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bbd3fdf7-6b91-51a2-974e-f84634083358 with identifier: ML11%20BDF
2026-03-30 06:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bbd3fdf7-6b91-51a2-974e-f84634083358 with identifier: ML11%20BDF
2026-03-30 06:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bbd3fdf7-6b91-51a2-974e-f84634083358 with identifier: ML11%20BDF to the API
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML11%20BDF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bbd3fdf7-6b91-51a2-974e-f84634083358',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML11 BDF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML11%20BDF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'JAGUAR',
 'model': 'XJ SERIES',
 'odometer': 79811,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'JAGUAR XJ SERIES 3.0 D V6 275 PORTFOLIO Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 275 PORTFOLIO',
 'vin': 'SAJAC1627BNV14977',
 'year': 2011}
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML11%2520BDF%27 HTTP/1.1" 200 None
2026-03-30 06:56:02 [bca.uk] INFO: Saving data for ML11%20BDF: {'auction_closing_time': 1774951200.0, 'created_time': 1774361760.062863, 'last_price_update_time': 1774853762.984478}
2026-03-30 06:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML11%2520BDF') HTTP/1.1" 204 0
2026-03-30 06:56:03 [bca.uk] INFO: Found listing with ID: KX19%20WAO
2026-03-30 06:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX19%2520WAO%27 HTTP/1.1" 200 None
2026-03-30 06:56:03 [bca.uk] INFO: Scrape type for KX19%20WAO: 2
2026-03-30 06:56:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with identifier: KX19%20WAO
2026-03-30 06:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with scrape type 2
2026-03-30 06:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with scrape type 2
2026-03-30 06:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e, identifier: KX19%20WAO
2026-03-30 06:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3308afe8-beb4-52ea-9434-be38f57d01dd with identifier: LF72%20XGZ
2026-03-30 06:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3308afe8-beb4-52ea-9434-be38f57d01dd with identifier: LF72%20XGZ
2026-03-30 06:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3308afe8-beb4-52ea-9434-be38f57d01dd with identifier: LF72%20XGZ to the API
2026-03-30 06:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF72%20XGZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3308afe8-beb4-52ea-9434-be38f57d01dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF72 XGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF72%20XGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 60282,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 GR-SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 GR-SPORT',
 'vin': 'NMTK33BX00R223324',
 'year': 2023}
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF72%2520XGZ%27 HTTP/1.1" 200 None
2026-03-30 06:56:04 [bca.uk] INFO: Saving data for LF72%20XGZ: {'auction_closing_time': 1775556000.0, 'created_time': 1774364675.53515, 'last_price_update_time': 1774853764.013903}
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF72%2520XGZ') HTTP/1.1" 204 0
2026-03-30 06:56:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0599d69d-4164-5416-8287-9b0b60911bcc with identifier: YG74%20OCH
2026-03-30 06:56:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0599d69d-4164-5416-8287-9b0b60911bcc with identifier: YG74%20OCH
2026-03-30 06:56:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0599d69d-4164-5416-8287-9b0b60911bcc with identifier: YG74%20OCH to the API
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG74%20OCH-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0599d69d-4164-5416-8287-9b0b60911bcc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG74 OCH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG74%20OCH&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '320I',
 'odometer': 11118,
 'odometer_reading_unit': '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 320I 2.0 T M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA50FF0508E80912',
 'year': 2024}
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCH%27 HTTP/1.1" 200 None
2026-03-30 06:56:04 [bca.uk] INFO: Saving data for YG74%20OCH: {'auction_closing_time': 1774864800.0, 'created_time': 1774351787.073624, 'last_price_update_time': 1774853764.338616}
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG74%2520OCH') HTTP/1.1" 204 0
2026-03-30 06:56:04 [bca.uk] INFO: Found listing with ID: RS05%20GAL
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RS05%2520GAL%27 HTTP/1.1" 200 None
2026-03-30 06:56:04 [bca.uk] INFO: Scrape type for RS05%20GAL: 2
2026-03-30 06:56:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e54de8aa-e9fa-54c8-a178-c9dc17731561 with identifier: RS05%20GAL
2026-03-30 06:56:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e54de8aa-e9fa-54c8-a178-c9dc17731561 with scrape type 2
2026-03-30 06:56:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e54de8aa-e9fa-54c8-a178-c9dc17731561 with scrape type 2
2026-03-30 06:56:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e54de8aa-e9fa-54c8-a178-c9dc17731561, identifier: RS05%20GAL
2026-03-30 06:56:04 [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:56:04 [bca.uk] INFO: Found listing with ID: AJ71%20TNO
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520TNO%27 HTTP/1.1" 200 None
2026-03-30 06:56:04 [bca.uk] INFO: Scrape type for AJ71%20TNO: 2
2026-03-30 06:56:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 501c81b9-0817-5995-8142-467a36e9707c with identifier: AJ71%20TNO
2026-03-30 06:56:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 501c81b9-0817-5995-8142-467a36e9707c with scrape type 2
2026-03-30 06:56:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 501c81b9-0817-5995-8142-467a36e9707c with scrape type 2
2026-03-30 06:56:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 501c81b9-0817-5995-8142-467a36e9707c, identifier: AJ71%20TNO
2026-03-30 06:56:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with identifier: KX19%20WAO
2026-03-30 06:56:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with identifier: KX19%20WAO
2026-03-30 06:56:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e with identifier: KX19%20WAO to the API
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX19%20WAO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '85de8320-1f5f-5ed4-ad2e-6a38c68d2b6e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX19 WAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX19%20WAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'VOLVO',
 'model': 'V40',
 'odometer': 45791,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VOLVO V40 1.5 T3 152 R DESIGN PRO G/T Hatchback',
 'transmission': 'manual',
 'trim': 'T3 152 R DESIGN PRO G/T',
 'vin': 'YV1MV32T0K2574297',
 'year': 2019}
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX19%2520WAO%27 HTTP/1.1" 200 None
2026-03-30 06:56:04 [bca.uk] INFO: Saving data for KX19%20WAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774303586.349303, 'last_price_update_time': 1774853764.917347}
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX19%2520WAO') HTTP/1.1" 204 0
2026-03-30 06:56:04 [bca.uk] INFO: Found listing with ID: GU24%20WHF
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU24%2520WHF%27 HTTP/1.1" 200 None
2026-03-30 06:56:04 [bca.uk] INFO: Scrape type for GU24%20WHF: 2
2026-03-30 06:56:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with identifier: GU24%20WHF
2026-03-30 06:56:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with scrape type 2
2026-03-30 06:56:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with scrape type 2
2026-03-30 06:56:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b, identifier: GU24%20WHF
2026-03-30 06:56:05 [bca.uk] INFO: Found listing with ID: YG74%20OCF
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCF%27 HTTP/1.1" 200 None
2026-03-30 06:56:05 [bca.uk] INFO: Scrape type for YG74%20OCF: 2
2026-03-30 06:56:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d87248a-3fb5-5dc4-a891-6da98f8c90b6 with identifier: YG74%20OCF
2026-03-30 06:56:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d87248a-3fb5-5dc4-a891-6da98f8c90b6 with scrape type 2
2026-03-30 06:56:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d87248a-3fb5-5dc4-a891-6da98f8c90b6 with scrape type 2
2026-03-30 06:56:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d87248a-3fb5-5dc4-a891-6da98f8c90b6, identifier: YG74%20OCF
2026-03-30 06:56:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e54de8aa-e9fa-54c8-a178-c9dc17731561 with identifier: RS05%20GAL
2026-03-30 06:56:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e54de8aa-e9fa-54c8-a178-c9dc17731561 with identifier: RS05%20GAL
2026-03-30 06:56:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e54de8aa-e9fa-54c8-a178-c9dc17731561 with identifier: RS05%20GAL to the API
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 252,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RS05%20GAL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '4.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e54de8aa-e9fa-54c8-a178-c9dc17731561',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RS05 GAL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RS05%20GAL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'RS5',
 'odometer': 71542,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'AUDI RS5 4.2 FSI QUATTRO S-T Coupe',
 'transmission': 'automatic',
 'trim': 'FSI QUATTRO S-T',
 'vin': 'WUAZZZ8T2BA903153',
 'year': 2011}
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RS05%2520GAL%27 HTTP/1.1" 200 None
2026-03-30 06:56:05 [bca.uk] INFO: Saving data for RS05%20GAL: {'auction_closing_time': 1774951200.0, 'created_time': 1774305718.808402, 'last_price_update_time': 1774853765.473054}
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RS05%2520GAL') HTTP/1.1" 204 0
2026-03-30 06:56:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 501c81b9-0817-5995-8142-467a36e9707c with identifier: AJ71%20TNO
2026-03-30 06:56:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 501c81b9-0817-5995-8142-467a36e9707c with identifier: AJ71%20TNO
2026-03-30 06:56:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 501c81b9-0817-5995-8142-467a36e9707c with identifier: AJ71%20TNO to the API
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ71%20TNO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '501c81b9-0817-5995-8142-467a36e9707c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ71 TNO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ71%20TNO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 79582,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK3NC223160',
 'year': 2022}
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520TNO%27 HTTP/1.1" 200 None
2026-03-30 06:56:05 [bca.uk] INFO: Saving data for AJ71%20TNO: {'auction_closing_time': 1774864800.0, 'created_time': 1774361865.5112, 'last_price_update_time': 1774853765.843979}
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ71%2520TNO') HTTP/1.1" 204 0
2026-03-30 06:56:05 [bca.uk] INFO: Found listing with ID: DV68%20SXT
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520SXT%27 HTTP/1.1" 200 None
2026-03-30 06:56:05 [bca.uk] INFO: Scrape type for DV68%20SXT: 2
2026-03-30 06:56:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d80f16f3-4836-54a4-a77f-7aeda34958f3 with identifier: DV68%20SXT
2026-03-30 06:56:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d80f16f3-4836-54a4-a77f-7aeda34958f3 with scrape type 2
2026-03-30 06:56:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d80f16f3-4836-54a4-a77f-7aeda34958f3 with scrape type 2
2026-03-30 06:56:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d80f16f3-4836-54a4-a77f-7aeda34958f3, identifier: DV68%20SXT
2026-03-30 06:56:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with identifier: GU24%20WHF
2026-03-30 06:56:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with identifier: GU24%20WHF
2026-03-30 06:56:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c1350d4-3cde-5654-9fd6-ffeb4ca3131b with identifier: GU24%20WHF to the API
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU24%20WHF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3c1350d4-3cde-5654-9fd6-ffeb4ca3131b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU24 WHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU24%20WHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 35211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'JTDKBABB80A293471',
 'year': 2024}
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU24%2520WHF%27 HTTP/1.1" 200 None
2026-03-30 06:56:06 [bca.uk] INFO: Saving data for GU24%20WHF: {'auction_closing_time': 1775556000.0, 'created_time': 1774364527.485239, 'last_price_update_time': 1774853766.277576}
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU24%2520WHF') HTTP/1.1" 204 0
2026-03-30 06:56:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d87248a-3fb5-5dc4-a891-6da98f8c90b6 with identifier: YG74%20OCF
2026-03-30 06:56:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d87248a-3fb5-5dc4-a891-6da98f8c90b6 with identifier: YG74%20OCF
2026-03-30 06:56:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d87248a-3fb5-5dc4-a891-6da98f8c90b6 with identifier: YG74%20OCF to the API
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG74%20OCF-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0d87248a-3fb5-5dc4-a891-6da98f8c90b6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG74 OCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG74%20OCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'BMW',
 'model': '320I',
 'odometer': 10002,
 'odometer_reading_unit': '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 320I 2.0 T M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA50FF0908E80850',
 'year': 2024}
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OCF%27 HTTP/1.1" 200 None
2026-03-30 06:56:06 [bca.uk] INFO: Saving data for YG74%20OCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774351796.389406, 'last_price_update_time': 1774853766.923449}
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG74%2520OCF') HTTP/1.1" 204 0
2026-03-30 06:56:06 [bca.uk] INFO: Found listing with ID: DL65%20CWY
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520CWY%27 HTTP/1.1" 200 None
2026-03-30 06:56:06 [bca.uk] INFO: Scrape type for DL65%20CWY: 2
2026-03-30 06:56:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f37beddc-518b-55fc-a8e3-f1a965e030e5 with identifier: DL65%20CWY
2026-03-30 06:56:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f37beddc-518b-55fc-a8e3-f1a965e030e5 with scrape type 2
2026-03-30 06:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f37beddc-518b-55fc-a8e3-f1a965e030e5 with scrape type 2
2026-03-30 06:56:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f37beddc-518b-55fc-a8e3-f1a965e030e5, identifier: DL65%20CWY
2026-03-30 06:56:07 [bca.uk] INFO: Found listing with ID: LD23%20MXG
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520MXG%27 HTTP/1.1" 200 None
2026-03-30 06:56:07 [bca.uk] INFO: Scrape type for LD23%20MXG: 2
2026-03-30 06:56:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with identifier: LD23%20MXG
2026-03-30 06:56:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with scrape type 2
2026-03-30 06:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with scrape type 2
2026-03-30 06:56:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06865b65-9ef4-59ba-b04f-ebfabaa6de9a, identifier: LD23%20MXG
2026-03-30 06:56:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d80f16f3-4836-54a4-a77f-7aeda34958f3 with identifier: DV68%20SXT
2026-03-30 06:56:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d80f16f3-4836-54a4-a77f-7aeda34958f3 with identifier: DV68%20SXT
2026-03-30 06:56:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d80f16f3-4836-54a4-a77f-7aeda34958f3 with identifier: DV68%20SXT to the API
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV68%20SXT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd80f16f3-4836-54a4-a77f-7aeda34958f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV68 SXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV68%20SXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 78824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE',
 'vin': 'SALCA2AN1KH784945',
 'year': 2018}
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV68%2520SXT%27 HTTP/1.1" 200 None
2026-03-30 06:56:07 [bca.uk] INFO: Saving data for DV68%20SXT: {'auction_closing_time': 1775037600.0, 'created_time': 1774365427.306821, 'last_price_update_time': 1774853767.456475}
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV68%2520SXT') HTTP/1.1" 204 0
2026-03-30 06:56:07 [bca.uk] INFO: Found listing with ID: FG22%20FDM
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520FDM%27 HTTP/1.1" 200 None
2026-03-30 06:56:07 [bca.uk] INFO: Scrape type for FG22%20FDM: 2
2026-03-30 06:56:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c596e42-1f3a-54d8-a90b-38988044b2a6 with identifier: FG22%20FDM
2026-03-30 06:56:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c596e42-1f3a-54d8-a90b-38988044b2a6 with scrape type 2
2026-03-30 06:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c596e42-1f3a-54d8-a90b-38988044b2a6 with scrape type 2
2026-03-30 06:56:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1c596e42-1f3a-54d8-a90b-38988044b2a6, identifier: FG22%20FDM
2026-03-30 06:56:07 [bca.uk] INFO: Found listing with ID: YC25%20VKT
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520VKT%27 HTTP/1.1" 200 None
2026-03-30 06:56:07 [bca.uk] INFO: Scrape type for YC25%20VKT: 2
2026-03-30 06:56:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a89b8a12-c42b-5bad-b688-9aec1dffeb03 with identifier: YC25%20VKT
2026-03-30 06:56:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a89b8a12-c42b-5bad-b688-9aec1dffeb03 with scrape type 2
2026-03-30 06:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a89b8a12-c42b-5bad-b688-9aec1dffeb03 with scrape type 2
2026-03-30 06:56:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a89b8a12-c42b-5bad-b688-9aec1dffeb03, identifier: YC25%20VKT
2026-03-30 06:56:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f37beddc-518b-55fc-a8e3-f1a965e030e5 with identifier: DL65%20CWY
2026-03-30 06:56:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f37beddc-518b-55fc-a8e3-f1a965e030e5 with identifier: DL65%20CWY
2026-03-30 06:56:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f37beddc-518b-55fc-a8e3-f1a965e030e5 with identifier: DL65%20CWY to the API
2026-03-30 06:56:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 199,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL65%20CWY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f37beddc-518b-55fc-a8e3-f1a965e030e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DL65 CWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL65%20CWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow - East',
 'make': 'JAGUAR',
 'model': 'F-TYPE',
 'odometer': 45094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-TYPE 3.0 V6 S/C 340 Roadster',
 'transmission': 'manual',
 'trim': 'V6 S/C 340',
 'vin': 'SAJAC64F5G8K27212',
 'year': 2016}
2026-03-30 06:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL65%2520CWY%27 HTTP/1.1" 200 None
2026-03-30 06:56:08 [bca.uk] INFO: Saving data for DL65%20CWY: {'auction_closing_time': 1774951200.0, 'created_time': 1774305696.554052, 'last_price_update_time': 1774853768.013455}
2026-03-30 06:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL65%2520CWY') HTTP/1.1" 204 0
2026-03-30 06:56:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with identifier: LD23%20MXG
2026-03-30 06:56:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with identifier: LD23%20MXG
2026-03-30 06:56:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06865b65-9ef4-59ba-b04f-ebfabaa6de9a with identifier: LD23%20MXG to the API
2026-03-30 06:56:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD23%20MXG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '06865b65-9ef4-59ba-b04f-ebfabaa6de9a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD23 MXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD23%20MXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 27528,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFSXPC705349',
 'year': 2023}
2026-03-30 06:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD23%2520MXG%27 HTTP/1.1" 200 None
2026-03-30 06:56:09 [bca.uk] INFO: Saving data for LD23%20MXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774361876.740864, 'last_price_update_time': 1774853769.518516}
2026-03-30 06:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD23%2520MXG') HTTP/1.1" 204 0
2026-03-30 06:56:09 [bca.uk] INFO: Found listing with ID: HY68%20NBM
2026-03-30 06:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY68%2520NBM%27 HTTP/1.1" 200 None
2026-03-30 06:56:09 [bca.uk] INFO: Scrape type for HY68%20NBM: 2
2026-03-30 06:56:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with identifier: HY68%20NBM
2026-03-30 06:56:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with scrape type 2
2026-03-30 06:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with scrape type 2
2026-03-30 06:56:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9, identifier: HY68%20NBM
2026-03-30 06:56:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1c596e42-1f3a-54d8-a90b-38988044b2a6 with identifier: FG22%20FDM
2026-03-30 06:56:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1c596e42-1f3a-54d8-a90b-38988044b2a6 with identifier: FG22%20FDM
2026-03-30 06:56:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1c596e42-1f3a-54d8-a90b-38988044b2a6 with identifier: FG22%20FDM to the API
2026-03-30 06:56:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG22%20FDM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '1c596e42-1f3a-54d8-a90b-38988044b2a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FG22 FDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG22%20FDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 43835,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB40A051227',
 'year': 2022}
2026-03-30 06:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG22%2520FDM%27 HTTP/1.1" 200 None
2026-03-30 06:56:09 [bca.uk] INFO: Saving data for FG22%20FDM: {'auction_closing_time': 1775556000.0, 'created_time': 1774364544.237017, 'last_price_update_time': 1774853769.942279}
2026-03-30 06:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG22%2520FDM') HTTP/1.1" 204 0
2026-03-30 06:56:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a89b8a12-c42b-5bad-b688-9aec1dffeb03 with identifier: YC25%20VKT
2026-03-30 06:56:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a89b8a12-c42b-5bad-b688-9aec1dffeb03 with identifier: YC25%20VKT
2026-03-30 06:56:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a89b8a12-c42b-5bad-b688-9aec1dffeb03 with identifier: YC25%20VKT to the API
2026-03-30 06:56:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 21,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC25%20VKT-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a89b8a12-c42b-5bad-b688-9aec1dffeb03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC25 VKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC25%20VKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': '330E',
 'odometer': 5742,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T 22.3KWH M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T 22.3KWH M SPORT',
 'vin': 'WBA40GK0608F34323',
 'year': 2025}
2026-03-30 06:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC25%2520VKT%27 HTTP/1.1" 200 None
2026-03-30 06:56:10 [bca.uk] INFO: Saving data for YC25%20VKT: {'auction_closing_time': 1774864800.0, 'created_time': 1774351775.063309, 'last_price_update_time': 1774853770.45005}
2026-03-30 06:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC25%2520VKT') HTTP/1.1" 204 0
2026-03-30 06:56:10 [bca.uk] INFO: Found listing with ID: MW64%20JVU
2026-03-30 06:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW64%2520JVU%27 HTTP/1.1" 200 None
2026-03-30 06:56:10 [bca.uk] INFO: Scrape type for MW64%20JVU: 2
2026-03-30 06:56:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dc26e20-c41c-51b1-949e-9caa1001cad8 with identifier: MW64%20JVU
2026-03-30 06:56:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dc26e20-c41c-51b1-949e-9caa1001cad8 with scrape type 2
2026-03-30 06:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dc26e20-c41c-51b1-949e-9caa1001cad8 with scrape type 2
2026-03-30 06:56:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4dc26e20-c41c-51b1-949e-9caa1001cad8, identifier: MW64%20JVU
2026-03-30 06:56:10 [bca.uk] INFO: Found listing with ID: AF22%20ZPK
2026-03-30 06:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520ZPK%27 HTTP/1.1" 200 None
2026-03-30 06:56:10 [bca.uk] INFO: Scrape type for AF22%20ZPK: 2
2026-03-30 06:56:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 760b6067-0676-5de1-b5bd-cb958e89a1aa with identifier: AF22%20ZPK
2026-03-30 06:56:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 760b6067-0676-5de1-b5bd-cb958e89a1aa with scrape type 2
2026-03-30 06:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 760b6067-0676-5de1-b5bd-cb958e89a1aa with scrape type 2
2026-03-30 06:56:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 760b6067-0676-5de1-b5bd-cb958e89a1aa, identifier: AF22%20ZPK
2026-03-30 06:56:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with identifier: HY68%20NBM
2026-03-30 06:56:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with identifier: HY68%20NBM
2026-03-30 06:56:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f02607f-00c9-5f81-b51d-0aaf96a1f7c9 with identifier: HY68%20NBM to the API
2026-03-30 06:56:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY68%20NBM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9f02607f-00c9-5f81-b51d-0aaf96a1f7c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY68 NBM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY68%20NBM&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 46206,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED. StationWagon',
 'transmission': 'manual',
 'trim': 'URBAN ED.',
 'vin': 'WDC1569422J579333',
 'year': 2018}
2026-03-30 06:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY68%2520NBM%27 HTTP/1.1" 200 None
2026-03-30 06:56:11 [bca.uk] INFO: Saving data for HY68%20NBM: {'auction_closing_time': 1774864800.0, 'created_time': 1774101865.762975, 'last_price_update_time': 1774853771.023224}
2026-03-30 06:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY68%2520NBM') HTTP/1.1" 204 0
2026-03-30 06:56:11 [bca.uk] INFO: Found listing with ID: FE22%20ZKM
2026-03-30 06:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZKM%27 HTTP/1.1" 200 None
2026-03-30 06:56:11 [bca.uk] INFO: Scrape type for FE22%20ZKM: 2
2026-03-30 06:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22603e95-d6a3-5ae3-b510-246f5990a610 with identifier: FE22%20ZKM
2026-03-30 06:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22603e95-d6a3-5ae3-b510-246f5990a610 with scrape type 2
2026-03-30 06:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22603e95-d6a3-5ae3-b510-246f5990a610 with scrape type 2
2026-03-30 06:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 22603e95-d6a3-5ae3-b510-246f5990a610, identifier: FE22%20ZKM
2026-03-30 06:56:11 [bca.uk] INFO: Found listing with ID: YG74%20OHX
2026-03-30 06:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHX%27 HTTP/1.1" 200 None
2026-03-30 06:56:11 [bca.uk] INFO: Scrape type for YG74%20OHX: 2
2026-03-30 06:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dbb63a4-f5ed-555d-96b9-7fd951243805 with identifier: YG74%20OHX
2026-03-30 06:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dbb63a4-f5ed-555d-96b9-7fd951243805 with scrape type 2
2026-03-30 06:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dbb63a4-f5ed-555d-96b9-7fd951243805 with scrape type 2
2026-03-30 06:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7dbb63a4-f5ed-555d-96b9-7fd951243805, identifier: YG74%20OHX
2026-03-30 06:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4dc26e20-c41c-51b1-949e-9caa1001cad8 with identifier: MW64%20JVU
2026-03-30 06:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4dc26e20-c41c-51b1-949e-9caa1001cad8 with identifier: MW64%20JVU
2026-03-30 06:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4dc26e20-c41c-51b1-949e-9caa1001cad8 with identifier: MW64%20JVU to the API
2026-03-30 06:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW64%20JVU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4dc26e20-c41c-51b1-949e-9caa1001cad8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW64 JVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW64%20JVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A6 ALLROAD',
 'odometer': 116383,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'AUDI A6 ALLROAD 3.0 TDI 245 QUATTRO S-T Estate',
 'transmission': 'automatic',
 'trim': 'TDI 245 QUATTRO S-T',
 'vin': 'WAUZZZ4G5EN181760',
 'year': 2014}
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW64%2520JVU%27 HTTP/1.1" 200 None
2026-03-30 06:56:12 [bca.uk] INFO: Saving data for MW64%20JVU: {'auction_closing_time': 1774951200.0, 'created_time': 1774305670.583598, 'last_price_update_time': 1774853772.230974}
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW64%2520JVU') HTTP/1.1" 204 0
2026-03-30 06:56:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 760b6067-0676-5de1-b5bd-cb958e89a1aa with identifier: AF22%20ZPK
2026-03-30 06:56:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 760b6067-0676-5de1-b5bd-cb958e89a1aa with identifier: AF22%20ZPK
2026-03-30 06:56:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 760b6067-0676-5de1-b5bd-cb958e89a1aa with identifier: AF22%20ZPK to the API
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF22%20ZPK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '760b6067-0676-5de1-b5bd-cb958e89a1aa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF22 ZPK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF22%20ZPK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 40434,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 STANDARD PLUS Saloon',
 'transmission': 'automatic',
 'trim': 'STANDARD PLUS',
 'vin': 'LRW3F7FS3NC505451',
 'year': 2022}
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF22%2520ZPK%27 HTTP/1.1" 200 None
2026-03-30 06:56:12 [bca.uk] INFO: Saving data for AF22%20ZPK: {'auction_closing_time': 1774864800.0, 'created_time': 1774361826.496319, 'last_price_update_time': 1774853772.560466}
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF22%2520ZPK') HTTP/1.1" 204 0
2026-03-30 06:56:12 [bca.uk] INFO: Found listing with ID: DX23%20TRZ
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX23%2520TRZ%27 HTTP/1.1" 200 None
2026-03-30 06:56:12 [bca.uk] INFO: Scrape type for DX23%20TRZ: 2
2026-03-30 06:56:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with identifier: DX23%20TRZ
2026-03-30 06:56:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with scrape type 2
2026-03-30 06:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with scrape type 2
2026-03-30 06:56:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3679a31-b0b4-5970-83ab-ce2e11c7cf35, identifier: DX23%20TRZ
2026-03-30 06:56:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 22603e95-d6a3-5ae3-b510-246f5990a610 with identifier: FE22%20ZKM
2026-03-30 06:56:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 22603e95-d6a3-5ae3-b510-246f5990a610 with identifier: FE22%20ZKM
2026-03-30 06:56:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 22603e95-d6a3-5ae3-b510-246f5990a610 with identifier: FE22%20ZKM to the API
2026-03-30 06:56:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20ZKM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '22603e95-d6a3-5ae3-b510-246f5990a610',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE22 ZKM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20ZKM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 47847,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB90A048971',
 'year': 2022}
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZKM%27 HTTP/1.1" 200 None
2026-03-30 06:56:13 [bca.uk] INFO: Saving data for FE22%20ZKM: {'auction_closing_time': 1775556000.0, 'created_time': 1774364535.630197, 'last_price_update_time': 1774853773.015165}
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520ZKM') HTTP/1.1" 204 0
2026-03-30 06:56:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7dbb63a4-f5ed-555d-96b9-7fd951243805 with identifier: YG74%20OHX
2026-03-30 06:56:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7dbb63a4-f5ed-555d-96b9-7fd951243805 with identifier: YG74%20OHX
2026-03-30 06:56:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7dbb63a4-f5ed-555d-96b9-7fd951243805 with identifier: YG74%20OHX to the API
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG74%20OHX-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7dbb63a4-f5ed-555d-96b9-7fd951243805',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG74 OHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG74%20OHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': '320I',
 'odometer': 21301,
 'odometer_reading_unit': '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 320I 2.0 T M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA50FF0608E76058',
 'year': 2024}
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OHX%27 HTTP/1.1" 200 None
2026-03-30 06:56:13 [bca.uk] INFO: Saving data for YG74%20OHX: {'auction_closing_time': 1774864800.0, 'created_time': 1774351669.705939, 'last_price_update_time': 1774853773.414331}
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG74%2520OHX') HTTP/1.1" 204 0
2026-03-30 06:56:13 [bca.uk] INFO: Found listing with ID: RE18%20ZRA
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520ZRA%27 HTTP/1.1" 200 None
2026-03-30 06:56:13 [bca.uk] INFO: Scrape type for RE18%20ZRA: 2
2026-03-30 06:56:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a111e3d-ae7d-5148-9703-17ecf08829b1 with identifier: RE18%20ZRA
2026-03-30 06:56:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a111e3d-ae7d-5148-9703-17ecf08829b1 with scrape type 2
2026-03-30 06:56:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a111e3d-ae7d-5148-9703-17ecf08829b1 with scrape type 2
2026-03-30 06:56:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7a111e3d-ae7d-5148-9703-17ecf08829b1, identifier: RE18%20ZRA
2026-03-30 06:56:13 [bca.uk] INFO: Found listing with ID: LB73%20GJZ
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB73%2520GJZ%27 HTTP/1.1" 200 None
2026-03-30 06:56:13 [bca.uk] INFO: Scrape type for LB73%20GJZ: 2
2026-03-30 06:56:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with identifier: LB73%20GJZ
2026-03-30 06:56:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with scrape type 2
2026-03-30 06:56:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with scrape type 2
2026-03-30 06:56:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 07728dbf-8b85-5d6f-8727-9bc3958f36f9, identifier: LB73%20GJZ
2026-03-30 06:56:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with identifier: DX23%20TRZ
2026-03-30 06:56:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with identifier: DX23%20TRZ
2026-03-30 06:56:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3679a31-b0b4-5970-83ab-ce2e11c7cf35 with identifier: DX23%20TRZ to the API
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX23%20TRZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'a3679a31-b0b4-5970-83ab-ce2e11c7cf35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DX23 TRZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX23%20TRZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 45466,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG5 EV 115KW 61KWH TROPHY LR Estate',
 'transmission': 'automatic',
 'trim': '115KW 61KWH TROPHY LR',
 'vin': 'LSJE24095NG110352',
 'year': 2023}
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX23%2520TRZ%27 HTTP/1.1" 200 None
2026-03-30 06:56:13 [bca.uk] INFO: Saving data for DX23%20TRZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774188126.688685, 'last_price_update_time': 1774853773.979271}
2026-03-30 06:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX23%2520TRZ') HTTP/1.1" 204 0
2026-03-30 06:56:14 [bca.uk] INFO: Found listing with ID: FE22%20ZKB
2026-03-30 06:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZKB%27 HTTP/1.1" 200 None
2026-03-30 06:56:14 [bca.uk] INFO: Scrape type for FE22%20ZKB: 2
2026-03-30 06:56:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 353b73a6-aef6-5aba-afe7-0daff78ef71f with identifier: FE22%20ZKB
2026-03-30 06:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 353b73a6-aef6-5aba-afe7-0daff78ef71f with scrape type 2
2026-03-30 06:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 353b73a6-aef6-5aba-afe7-0daff78ef71f with scrape type 2
2026-03-30 06:56:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 353b73a6-aef6-5aba-afe7-0daff78ef71f, identifier: FE22%20ZKB
2026-03-30 06:56:14 [bca.uk] INFO: Found listing with ID: YG74%20OSO
2026-03-30 06:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OSO%27 HTTP/1.1" 200 None
2026-03-30 06:56:14 [bca.uk] INFO: Scrape type for YG74%20OSO: 2
2026-03-30 06:56:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10d828d4-3ac4-5a99-9715-1aefdca3aadb with identifier: YG74%20OSO
2026-03-30 06:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10d828d4-3ac4-5a99-9715-1aefdca3aadb with scrape type 2
2026-03-30 06:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10d828d4-3ac4-5a99-9715-1aefdca3aadb with scrape type 2
2026-03-30 06:56:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10d828d4-3ac4-5a99-9715-1aefdca3aadb, identifier: YG74%20OSO
2026-03-30 06:56:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7a111e3d-ae7d-5148-9703-17ecf08829b1 with identifier: RE18%20ZRA
2026-03-30 06:56:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7a111e3d-ae7d-5148-9703-17ecf08829b1 with identifier: RE18%20ZRA
2026-03-30 06:56:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7a111e3d-ae7d-5148-9703-17ecf08829b1 with identifier: RE18%20ZRA to the API
2026-03-30 06:56:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 258,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE18%20ZRA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7a111e3d-ae7d-5148-9703-17ecf08829b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE18 ZRA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE18%20ZRA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X5M',
 'odometer': 60856,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X5M 4.4 XDRIVE X5M Estate',
 'transmission': 'manual',
 'trim': 'XDRIVE X5M',
 'vin': 'WBSKT620800C95778',
 'year': 2018}
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE18%2520ZRA%27 HTTP/1.1" 200 None
2026-03-30 06:56:15 [bca.uk] INFO: Saving data for RE18%20ZRA: {'auction_closing_time': 1774951200.0, 'created_time': 1774305649.557237, 'last_price_update_time': 1774853775.235188}
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE18%2520ZRA') HTTP/1.1" 204 0
2026-03-30 06:56:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with identifier: LB73%20GJZ
2026-03-30 06:56:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with identifier: LB73%20GJZ
2026-03-30 06:56:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 07728dbf-8b85-5d6f-8727-9bc3958f36f9 with identifier: LB73%20GJZ to the API
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB73%20GJZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '07728dbf-8b85-5d6f-8727-9bc3958f36f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB73 GJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB73%20GJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 15023,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y RWD Hatchback',
 'transmission': 'automatic',
 'trim': 'RWD',
 'vin': 'LRWYHCFS0PC139962',
 'year': 2023}
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB73%2520GJZ%27 HTTP/1.1" 200 None
2026-03-30 06:56:15 [bca.uk] INFO: Saving data for LB73%20GJZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774361706.544918, 'last_price_update_time': 1774853775.518113}
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB73%2520GJZ') HTTP/1.1" 204 0
2026-03-30 06:56:15 [bca.uk] INFO: Found listing with ID: GD23%20TVP
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520TVP%27 HTTP/1.1" 200 None
2026-03-30 06:56:15 [bca.uk] INFO: Scrape type for GD23%20TVP: 2
2026-03-30 06:56:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 691d3f95-3994-50bc-8880-abf1cc65ada8 with identifier: GD23%20TVP
2026-03-30 06:56:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691d3f95-3994-50bc-8880-abf1cc65ada8 with scrape type 2
2026-03-30 06:56:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 691d3f95-3994-50bc-8880-abf1cc65ada8 with scrape type 2
2026-03-30 06:56:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 691d3f95-3994-50bc-8880-abf1cc65ada8, identifier: GD23%20TVP
2026-03-30 06:56:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 353b73a6-aef6-5aba-afe7-0daff78ef71f with identifier: FE22%20ZKB
2026-03-30 06:56:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 353b73a6-aef6-5aba-afe7-0daff78ef71f with identifier: FE22%20ZKB
2026-03-30 06:56:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 353b73a6-aef6-5aba-afe7-0daff78ef71f with identifier: FE22%20ZKB to the API
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20ZKB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '353b73a6-aef6-5aba-afe7-0daff78ef71f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE22 ZKB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20ZKB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 45391,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB20A048097',
 'year': 2022}
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZKB%27 HTTP/1.1" 200 None
2026-03-30 06:56:15 [bca.uk] INFO: Saving data for FE22%20ZKB: {'auction_closing_time': 1775556000.0, 'created_time': 1774364524.770598, 'last_price_update_time': 1774853775.928974}
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520ZKB') HTTP/1.1" 204 0
2026-03-30 06:56:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10d828d4-3ac4-5a99-9715-1aefdca3aadb with identifier: YG74%20OSO
2026-03-30 06:56:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10d828d4-3ac4-5a99-9715-1aefdca3aadb with identifier: YG74%20OSO
2026-03-30 06:56:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10d828d4-3ac4-5a99-9715-1aefdca3aadb with identifier: YG74%20OSO to the API
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YG74%20OSO-GB',
 'category': 'Car',
 'color': 'alpine white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10d828d4-3ac4-5a99-9715-1aefdca3aadb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YG74 OSO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YG74%20OSO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': '320I',
 'odometer': 17550,
 'odometer_reading_unit': '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 320I 2.0 T M SPORT STEP Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT STEP',
 'vin': 'WBA50FF0308E76244',
 'year': 2024}
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YG74%2520OSO%27 HTTP/1.1" 200 None
2026-03-30 06:56:16 [bca.uk] INFO: Saving data for YG74%20OSO: {'auction_closing_time': 1774864800.0, 'created_time': 1774351948.296685, 'last_price_update_time': 1774853776.259852}
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YG74%2520OSO') HTTP/1.1" 204 0
2026-03-30 06:56:16 [bca.uk] INFO: Found listing with ID: A5%20BPN
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A5%2520BPN%27 HTTP/1.1" 200 None
2026-03-30 06:56:16 [bca.uk] INFO: Scrape type for A5%20BPN: 2
2026-03-30 06:56:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with identifier: A5%20BPN
2026-03-30 06:56:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with scrape type 2
2026-03-30 06:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with scrape type 2
2026-03-30 06:56:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a, identifier: A5%20BPN
2026-03-30 06:56:16 [bca.uk] INFO: Found listing with ID: Y777%20TTS
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y777%2520TTS%27 HTTP/1.1" 200 None
2026-03-30 06:56:16 [bca.uk] INFO: Scrape type for Y777%20TTS: 2
2026-03-30 06:56:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dab109fd-2b60-597c-a4ad-4475692604ca with identifier: Y777%20TTS
2026-03-30 06:56:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dab109fd-2b60-597c-a4ad-4475692604ca with scrape type 2
2026-03-30 06:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dab109fd-2b60-597c-a4ad-4475692604ca with scrape type 2
2026-03-30 06:56:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dab109fd-2b60-597c-a4ad-4475692604ca, identifier: Y777%20TTS
2026-03-30 06:56:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 691d3f95-3994-50bc-8880-abf1cc65ada8 with identifier: GD23%20TVP
2026-03-30 06:56:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 691d3f95-3994-50bc-8880-abf1cc65ada8 with identifier: GD23%20TVP
2026-03-30 06:56:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 691d3f95-3994-50bc-8880-abf1cc65ada8 with identifier: GD23%20TVP to the API
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD23%20TVP-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '691d3f95-3994-50bc-8880-abf1cc65ada8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GD23 TVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD23%20TVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 22500,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY LR',
 'vin': 'LSJW74094PZ132727',
 'year': 2023}
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD23%2520TVP%27 HTTP/1.1" 200 None
2026-03-30 06:56:16 [bca.uk] INFO: Saving data for GD23%20TVP: {'auction_closing_time': 1775037600.0, 'created_time': 1774363869.380717, 'last_price_update_time': 1774853776.796012}
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD23%2520TVP') HTTP/1.1" 204 0
2026-03-30 06:56:16 [bca.uk] INFO: Found listing with ID: FE22%20ZDH
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZDH%27 HTTP/1.1" 200 None
2026-03-30 06:56:16 [bca.uk] INFO: Scrape type for FE22%20ZDH: 2
2026-03-30 06:56:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with identifier: FE22%20ZDH
2026-03-30 06:56:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with scrape type 2
2026-03-30 06:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with scrape type 2
2026-03-30 06:56:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61, identifier: FE22%20ZDH
2026-03-30 06:56:16 [bca.uk] INFO: Found listing with ID: EF69%20RXB
2026-03-30 06:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56: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%2520RXB%27 HTTP/1.1" 200 None
2026-03-30 06:56:16 [bca.uk] INFO: Scrape type for EF69%20RXB: 2
2026-03-30 06:56:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25779c96-e95a-5336-a640-c9831ae5c4a8 with identifier: EF69%20RXB
2026-03-30 06:56:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25779c96-e95a-5336-a640-c9831ae5c4a8 with scrape type 2
2026-03-30 06:56:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25779c96-e95a-5336-a640-c9831ae5c4a8 with scrape type 2
2026-03-30 06:56:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 25779c96-e95a-5336-a640-c9831ae5c4a8, identifier: EF69%20RXB
2026-03-30 06:56:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with identifier: A5%20BPN
2026-03-30 06:56:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with identifier: A5%20BPN
2026-03-30 06:56:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a with identifier: A5%20BPN to the API
2026-03-30 06:56:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 324,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=A5%20BPN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '69b5b4b1-8e84-5318-8aa0-2c5cc9a8b48a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'A5 BPN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=A5%20BPN&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'MERCEDES-BENZ',
 'model': 'SL55 AMG',
 'odometer': 57756,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2002-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SL55 AMG 5.4 (476) Convertible',
 'transmission': 'manual',
 'trim': '(476)',
 'vin': 'WDB2304742F033308',
 'year': 2002}
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27A5%2520BPN%27 HTTP/1.1" 200 None
2026-03-30 06:56:18 [bca.uk] INFO: Saving data for A5%20BPN: {'auction_closing_time': 1774951200.0, 'created_time': 1774305612.409818, 'last_price_update_time': 1774853778.237109}
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='A5%2520BPN') HTTP/1.1" 204 0
2026-03-30 06:56:18 [scrapy.extensions.logstats] INFO: Crawled 131 pages (at 1 pages/min), scraped 6602 items (at 104 items/min)
2026-03-30 06:56:18 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:56:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dab109fd-2b60-597c-a4ad-4475692604ca with identifier: Y777%20TTS
2026-03-30 06:56:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dab109fd-2b60-597c-a4ad-4475692604ca with identifier: Y777%20TTS
2026-03-30 06:56:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dab109fd-2b60-597c-a4ad-4475692604ca with identifier: Y777%20TTS to the API
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=Y777%20TTS-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dab109fd-2b60-597c-a4ad-4475692604ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'Y777 TTS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=Y777%20TTS&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'AUDI',
 'model': 'TTS',
 'odometer': 94474,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'AUDI TTS 2.0 TFSI QUATTRO S-T Coupe',
 'transmission': 'automatic',
 'trim': 'TFSI QUATTRO S-T',
 'vin': 'TRUZZZ8J891013672',
 'year': 2008}
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27Y777%2520TTS%27 HTTP/1.1" 200 None
2026-03-30 06:56:18 [bca.uk] INFO: Saving data for Y777%20TTS: {'auction_closing_time': 1774951200.0, 'created_time': 1774361647.493009, 'last_price_update_time': 1774853778.543564}
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='Y777%2520TTS') HTTP/1.1" 204 0
2026-03-30 06:56:18 [bca.uk] INFO: Found listing with ID: KP68%20UZX
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP68%2520UZX%27 HTTP/1.1" 200 None
2026-03-30 06:56:18 [bca.uk] INFO: Scrape type for KP68%20UZX: 2
2026-03-30 06:56:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with identifier: KP68%20UZX
2026-03-30 06:56:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with scrape type 2
2026-03-30 06:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with scrape type 2
2026-03-30 06:56:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cffd08f4-0e98-51e4-bc1e-8cf4b84f7445, identifier: KP68%20UZX
2026-03-30 06:56:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with identifier: FE22%20ZDH
2026-03-30 06:56:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with identifier: FE22%20ZDH
2026-03-30 06:56:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61 with identifier: FE22%20ZDH to the API
2026-03-30 06:56:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20ZDH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5b8fa02d-f41c-51e6-9bf3-0d7f72e93f61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE22 ZDH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20ZDH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 50254,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB50A048210',
 'year': 2022}
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZDH%27 HTTP/1.1" 200 None
2026-03-30 06:56:19 [bca.uk] INFO: Saving data for FE22%20ZDH: {'auction_closing_time': 1775556000.0, 'created_time': 1774364525.649021, 'last_price_update_time': 1774853779.028371}
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520ZDH') HTTP/1.1" 204 0
2026-03-30 06:56:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 25779c96-e95a-5336-a640-c9831ae5c4a8 with identifier: EF69%20RXB
2026-03-30 06:56:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 25779c96-e95a-5336-a640-c9831ae5c4a8 with identifier: EF69%20RXB
2026-03-30 06:56:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 25779c96-e95a-5336-a640-c9831ae5c4a8 with identifier: EF69%20RXB to the API
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF69%20RXB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '25779c96-e95a-5336-a640-c9831ae5c4a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF69 RXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF69%20RXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 69147,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.1 85 TREND Hatchback',
 'transmission': 'manual',
 'trim': '85 TREND',
 'vin': 'WF0JXXGAHJKU78414',
 'year': 2019}
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF69%2520RXB%27 HTTP/1.1" 200 None
2026-03-30 06:56:19 [bca.uk] INFO: Saving data for EF69%20RXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774351608.436814, 'last_price_update_time': 1774853779.443234}
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF69%2520RXB') HTTP/1.1" 204 0
2026-03-30 06:56:19 [bca.uk] INFO: Found listing with ID: SW69%20JXZ
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520JXZ%27 HTTP/1.1" 200 None
2026-03-30 06:56:19 [bca.uk] INFO: Scrape type for SW69%20JXZ: 2
2026-03-30 06:56:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with identifier: SW69%20JXZ
2026-03-30 06:56:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with scrape type 2
2026-03-30 06:56:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with scrape type 2
2026-03-30 06:56:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ecb0a2af-e1f7-54d5-b759-57e408e0fa4e, identifier: SW69%20JXZ
2026-03-30 06:56:19 [bca.uk] INFO: Found listing with ID: ML68%20AMK
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML68%2520AMK%27 HTTP/1.1" 200 None
2026-03-30 06:56:19 [bca.uk] INFO: Scrape type for ML68%20AMK: 2
2026-03-30 06:56:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4887c640-8e62-56f2-826e-d6a2a011fb03 with identifier: ML68%20AMK
2026-03-30 06:56:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4887c640-8e62-56f2-826e-d6a2a011fb03 with scrape type 2
2026-03-30 06:56:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4887c640-8e62-56f2-826e-d6a2a011fb03 with scrape type 2
2026-03-30 06:56:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4887c640-8e62-56f2-826e-d6a2a011fb03, identifier: ML68%20AMK
2026-03-30 06:56:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with identifier: KP68%20UZX
2026-03-30 06:56:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with identifier: KP68%20UZX
2026-03-30 06:56:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cffd08f4-0e98-51e4-bc1e-8cf4b84f7445 with identifier: KP68%20UZX to the API
2026-03-30 06:56:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KP68%20UZX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cffd08f4-0e98-51e4-bc1e-8cf4b84f7445',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KP68 UZX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KP68%20UZX&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 50503,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 AMG LINE StationWagon',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDC1569432J571355',
 'year': 2018}
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KP68%2520UZX%27 HTTP/1.1" 200 None
2026-03-30 06:56:21 [bca.uk] INFO: Saving data for KP68%20UZX: {'auction_closing_time': 1775037600.0, 'created_time': 1774363866.788675, 'last_price_update_time': 1774853781.058204}
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KP68%2520UZX') HTTP/1.1" 204 0
2026-03-30 06:56:21 [bca.uk] INFO: Found listing with ID: FE22%20ZDG
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZDG%27 HTTP/1.1" 200 None
2026-03-30 06:56:21 [bca.uk] INFO: Scrape type for FE22%20ZDG: 2
2026-03-30 06:56:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff7a9e5d-a4fa-5236-857e-2b488b98b857 with identifier: FE22%20ZDG
2026-03-30 06:56:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff7a9e5d-a4fa-5236-857e-2b488b98b857 with scrape type 2
2026-03-30 06:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff7a9e5d-a4fa-5236-857e-2b488b98b857 with scrape type 2
2026-03-30 06:56:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ff7a9e5d-a4fa-5236-857e-2b488b98b857, identifier: FE22%20ZDG
2026-03-30 06:56:21 [bca.uk] INFO: Found listing with ID: DU67%20GCO
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU67%2520GCO%27 HTTP/1.1" 200 None
2026-03-30 06:56:21 [bca.uk] INFO: Scrape type for DU67%20GCO: 2
2026-03-30 06:56:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c809ff8-54f4-5aac-b010-7caa44cb0b39 with identifier: DU67%20GCO
2026-03-30 06:56:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c809ff8-54f4-5aac-b010-7caa44cb0b39 with scrape type 2
2026-03-30 06:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c809ff8-54f4-5aac-b010-7caa44cb0b39 with scrape type 2
2026-03-30 06:56:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c809ff8-54f4-5aac-b010-7caa44cb0b39, identifier: DU67%20GCO
2026-03-30 06:56:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with identifier: SW69%20JXZ
2026-03-30 06:56:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with identifier: SW69%20JXZ
2026-03-30 06:56:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ecb0a2af-e1f7-54d5-b759-57e408e0fa4e with identifier: SW69%20JXZ to the API
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SW69%20JXZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ecb0a2af-e1f7-54d5-b759-57e408e0fa4e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SW69 JXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SW69%20JXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 48374,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB TREND L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB TREND L/R',
 'vin': 'WF0YXXTTGYKK62632',
 'year': 2020}
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SW69%2520JXZ%27 HTTP/1.1" 200 None
2026-03-30 06:56:21 [bca.uk] INFO: Saving data for SW69%20JXZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774303355.54895, 'last_price_update_time': 1774853781.776228}
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SW69%2520JXZ') HTTP/1.1" 204 0
2026-03-30 06:56:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4887c640-8e62-56f2-826e-d6a2a011fb03 with identifier: ML68%20AMK
2026-03-30 06:56:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4887c640-8e62-56f2-826e-d6a2a011fb03 with identifier: ML68%20AMK
2026-03-30 06:56:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4887c640-8e62-56f2-826e-d6a2a011fb03 with identifier: ML68%20AMK to the API
2026-03-30 06:56:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 96,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML68%20AMK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4887c640-8e62-56f2-826e-d6a2a011fb03',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML68 AMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML68%20AMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'SKODA',
 'model': 'CITIGO',
 'odometer': 38518,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SKODA CITIGO 1.0 MPI 60 COLOUR ED.GREENTECH Hatchback',
 'transmission': 'manual',
 'trim': 'MPI 60 COLOUR ED.GREENTECH',
 'vin': 'TMBZZZAAZKD602934',
 'year': 2018}
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML68%2520AMK%27 HTTP/1.1" 200 None
2026-03-30 06:56:22 [bca.uk] INFO: Saving data for ML68%20AMK: {'auction_closing_time': 1775037600.0, 'created_time': 1774361717.243014, 'last_price_update_time': 1774853782.174099}
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML68%2520AMK') HTTP/1.1" 204 0
2026-03-30 06:56:22 [bca.uk] INFO: Found listing with ID: FE23%20WWJ
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WWJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:22 [bca.uk] INFO: Scrape type for FE23%20WWJ: 2
2026-03-30 06:56:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 225c33c2-cc0f-53e3-be34-08f74743324c with identifier: FE23%20WWJ
2026-03-30 06:56:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 225c33c2-cc0f-53e3-be34-08f74743324c with scrape type 2
2026-03-30 06:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 225c33c2-cc0f-53e3-be34-08f74743324c with scrape type 2
2026-03-30 06:56:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 225c33c2-cc0f-53e3-be34-08f74743324c, identifier: FE23%20WWJ
2026-03-30 06:56:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ff7a9e5d-a4fa-5236-857e-2b488b98b857 with identifier: FE22%20ZDG
2026-03-30 06:56:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ff7a9e5d-a4fa-5236-857e-2b488b98b857 with identifier: FE22%20ZDG
2026-03-30 06:56:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ff7a9e5d-a4fa-5236-857e-2b488b98b857 with identifier: FE22%20ZDG to the API
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE22%20ZDG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ff7a9e5d-a4fa-5236-857e-2b488b98b857',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE22 ZDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE22%20ZDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 51685,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB00A048180',
 'year': 2022}
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE22%2520ZDG%27 HTTP/1.1" 200 None
2026-03-30 06:56:22 [bca.uk] INFO: Saving data for FE22%20ZDG: {'auction_closing_time': 1775556000.0, 'created_time': 1774364494.397763, 'last_price_update_time': 1774853782.603458}
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE22%2520ZDG') HTTP/1.1" 204 0
2026-03-30 06:56:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c809ff8-54f4-5aac-b010-7caa44cb0b39 with identifier: DU67%20GCO
2026-03-30 06:56:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c809ff8-54f4-5aac-b010-7caa44cb0b39 with identifier: DU67%20GCO
2026-03-30 06:56:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c809ff8-54f4-5aac-b010-7caa44cb0b39 with identifier: DU67%20GCO to the API
2026-03-30 06:56:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU67%20GCO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2c809ff8-54f4-5aac-b010-7caa44cb0b39',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU67 GCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU67%20GCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 74068,
 'odometer_reading_unit': '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': 'W0LJC7E86HB235195',
 'year': 2017}
2026-03-30 06:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU67%2520GCO%27 HTTP/1.1" 200 None
2026-03-30 06:56:23 [bca.uk] INFO: Saving data for DU67%20GCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774352365.661288, 'last_price_update_time': 1774853783.884064}
2026-03-30 06:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU67%2520GCO') HTTP/1.1" 204 0
2026-03-30 06:56:23 [bca.uk] INFO: Found listing with ID: KX23%20OZT
2026-03-30 06:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX23%2520OZT%27 HTTP/1.1" 200 None
2026-03-30 06:56:23 [bca.uk] INFO: Scrape type for KX23%20OZT: 2
2026-03-30 06:56:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with identifier: KX23%20OZT
2026-03-30 06:56:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with scrape type 2
2026-03-30 06:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with scrape type 2
2026-03-30 06:56:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fc66fb31-c2a1-59a2-a8ce-f7d126c1d247, identifier: KX23%20OZT
2026-03-30 06:56:24 [bca.uk] INFO: Found listing with ID: AY14%20NHT
2026-03-30 06:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY14%2520NHT%27 HTTP/1.1" 200 None
2026-03-30 06:56:24 [bca.uk] INFO: Scrape type for AY14%20NHT: 2
2026-03-30 06:56:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c913587-7763-57c5-83b8-1da1ed339486 with identifier: AY14%20NHT
2026-03-30 06:56:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c913587-7763-57c5-83b8-1da1ed339486 with scrape type 2
2026-03-30 06:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c913587-7763-57c5-83b8-1da1ed339486 with scrape type 2
2026-03-30 06:56:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2c913587-7763-57c5-83b8-1da1ed339486, identifier: AY14%20NHT
2026-03-30 06:56:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 225c33c2-cc0f-53e3-be34-08f74743324c with identifier: FE23%20WWJ
2026-03-30 06:56:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 225c33c2-cc0f-53e3-be34-08f74743324c with identifier: FE23%20WWJ
2026-03-30 06:56:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 225c33c2-cc0f-53e3-be34-08f74743324c with identifier: FE23%20WWJ to the API
2026-03-30 06:56:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE23%20WWJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '225c33c2-cc0f-53e3-be34-08f74743324c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FE23 WWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE23%20WWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'KIA',
 'model': 'PROCEED SW',
 'odometer': 15507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA PROCEED SW 1.5 T GDI GT-LINE ISG Estate',
 'transmission': 'manual',
 'trim': 'T GDI GT-LINE ISG',
 'vin': 'U5YH2G15LPL065807',
 'year': 2023}
2026-03-30 06:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WWJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:24 [bca.uk] INFO: Saving data for FE23%20WWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363844.813974, 'last_price_update_time': 1774853784.768459}
2026-03-30 06:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE23%2520WWJ') HTTP/1.1" 204 0
2026-03-30 06:56:24 [bca.uk] INFO: Found listing with ID: EA72%20XMD
2026-03-30 06:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520XMD%27 HTTP/1.1" 200 None
2026-03-30 06:56:24 [bca.uk] INFO: Scrape type for EA72%20XMD: 2
2026-03-30 06:56:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1732f59d-531b-52c4-9c43-ff94da95ed23 with identifier: EA72%20XMD
2026-03-30 06:56:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1732f59d-531b-52c4-9c43-ff94da95ed23 with scrape type 2
2026-03-30 06:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1732f59d-531b-52c4-9c43-ff94da95ed23 with scrape type 2
2026-03-30 06:56:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1732f59d-531b-52c4-9c43-ff94da95ed23, identifier: EA72%20XMD
2026-03-30 06:56:24 [bca.uk] INFO: Found listing with ID: FL70%20WVT
2026-03-30 06:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520WVT%27 HTTP/1.1" 200 None
2026-03-30 06:56:24 [bca.uk] INFO: Scrape type for FL70%20WVT: 2
2026-03-30 06:56:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a9d6cd7-1eb5-5ff7-88dd-fb9cff4d0a52 with identifier: FL70%20WVT
2026-03-30 06:56:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a9d6cd7-1eb5-5ff7-88dd-fb9cff4d0a52 with scrape type 2
2026-03-30 06:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a9d6cd7-1eb5-5ff7-88dd-fb9cff4d0a52 with scrape type 2
2026-03-30 06:56:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a9d6cd7-1eb5-5ff7-88dd-fb9cff4d0a52, identifier: FL70%20WVT
2026-03-30 06:56:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with identifier: KX23%20OZT
2026-03-30 06:56:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with identifier: KX23%20OZT
2026-03-30 06:56:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fc66fb31-c2a1-59a2-a8ce-f7d126c1d247 with identifier: KX23%20OZT to the API
2026-03-30 06:56:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KX23%20OZT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fc66fb31-c2a1-59a2-a8ce-f7d126c1d247',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KX23 OZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KX23%20OZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 84181,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 170 310 LWB SPORT L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 170 310 LWB SPORT L/R',
 'vin': 'WF0YXXTTGYNG27432',
 'year': 2023}
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KX23%2520OZT%27 HTTP/1.1" 200 None
2026-03-30 06:56:26 [bca.uk] INFO: Saving data for KX23%20OZT: {'auction_closing_time': 1775037600.0, 'created_time': 1774303359.935243, 'last_price_update_time': 1774853786.042031}
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KX23%2520OZT') HTTP/1.1" 204 0
2026-03-30 06:56:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2c913587-7763-57c5-83b8-1da1ed339486 with identifier: AY14%20NHT
2026-03-30 06:56:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2c913587-7763-57c5-83b8-1da1ed339486 with identifier: AY14%20NHT
2026-03-30 06:56:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2c913587-7763-57c5-83b8-1da1ed339486 with identifier: AY14%20NHT to the API
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AY14%20NHT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2c913587-7763-57c5-83b8-1da1ed339486',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AY14 NHT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AY14%20NHT&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 46548,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ZETEC Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ZETEC',
 'vin': 'WF0DXXGAKDEL04313',
 'year': 2014}
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY14%2520NHT%27 HTTP/1.1" 200 None
2026-03-30 06:56:26 [bca.uk] INFO: Saving data for AY14%20NHT: {'auction_closing_time': 1775037600.0, 'created_time': 1774362062.58549, 'last_price_update_time': 1774853786.599012}
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AY14%2520NHT') HTTP/1.1" 204 0
2026-03-30 06:56:26 [bca.uk] INFO: Found listing with ID: SG23%20PCX
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520PCX%27 HTTP/1.1" 200 None
2026-03-30 06:56:26 [bca.uk] INFO: Scrape type for SG23%20PCX: 2
2026-03-30 06:56:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with identifier: SG23%20PCX
2026-03-30 06:56:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with scrape type 2
2026-03-30 06:56:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with scrape type 2
2026-03-30 06:56:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 564bb684-a5a5-56b1-a2fe-222a6cd28ebd, identifier: SG23%20PCX
2026-03-30 06:56:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1732f59d-531b-52c4-9c43-ff94da95ed23 with identifier: EA72%20XMD
2026-03-30 06:56:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1732f59d-531b-52c4-9c43-ff94da95ed23 with identifier: EA72%20XMD
2026-03-30 06:56:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1732f59d-531b-52c4-9c43-ff94da95ed23 with identifier: EA72%20XMD to the API
2026-03-30 06:56:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA72%20XMD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '1732f59d-531b-52c4-9c43-ff94da95ed23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EA72 XMD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA72%20XMD&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 34211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 VVT-I HYBRID DESIGN Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID DESIGN',
 'vin': 'SB1Z93BE60E345449',
 'year': 2022}
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520XMD%27 HTTP/1.1" 200 None
2026-03-30 06:56:27 [bca.uk] INFO: Saving data for EA72%20XMD: {'auction_closing_time': 1775556000.0, 'created_time': 1774364873.169333, 'last_price_update_time': 1774853787.028313}
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA72%2520XMD') HTTP/1.1" 204 0
2026-03-30 06:56:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a9d6cd7-1eb5-5ff7-88dd-fb9cff4d0a52 with identifier: FL70%20WVT
2026-03-30 06:56:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a9d6cd7-1eb5-5ff7-88dd-fb9cff4d0a52 with identifier: FL70%20WVT
2026-03-30 06:56:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a9d6cd7-1eb5-5ff7-88dd-fb9cff4d0a52 with identifier: FL70%20WVT to the API
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL70%20WVT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9a9d6cd7-1eb5-5ff7-88dd-fb9cff4d0a52',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FL70 WVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL70%20WVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 74921,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 ST-LINE Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 125 ST-LINE',
 'vin': 'WF0NXXGCHNLK13247',
 'year': 2020}
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL70%2520WVT%27 HTTP/1.1" 200 None
2026-03-30 06:56:27 [bca.uk] INFO: Saving data for FL70%20WVT: {'auction_closing_time': 1774864800.0, 'created_time': 1774352338.923207, 'last_price_update_time': 1774853787.365834}
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL70%2520WVT') HTTP/1.1" 204 0
2026-03-30 06:56:27 [bca.uk] INFO: Found listing with ID: PK21%20KZG
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK21%2520KZG%27 HTTP/1.1" 200 None
2026-03-30 06:56:27 [bca.uk] INFO: Scrape type for PK21%20KZG: 2
2026-03-30 06:56:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with identifier: PK21%20KZG
2026-03-30 06:56:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with scrape type 2
2026-03-30 06:56:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with scrape type 2
2026-03-30 06:56:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c, identifier: PK21%20KZG
2026-03-30 06:56:27 [bca.uk] INFO: Found listing with ID: DU58%20GWM
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU58%2520GWM%27 HTTP/1.1" 200 None
2026-03-30 06:56:27 [bca.uk] INFO: Scrape type for DU58%20GWM: 2
2026-03-30 06:56:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f46bb26d-6e6b-584b-80fb-1df9f31f04fb with identifier: DU58%20GWM
2026-03-30 06:56:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f46bb26d-6e6b-584b-80fb-1df9f31f04fb with scrape type 2
2026-03-30 06:56:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f46bb26d-6e6b-584b-80fb-1df9f31f04fb with scrape type 2
2026-03-30 06:56:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f46bb26d-6e6b-584b-80fb-1df9f31f04fb, identifier: DU58%20GWM
2026-03-30 06:56:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with identifier: SG23%20PCX
2026-03-30 06:56:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with identifier: SG23%20PCX
2026-03-30 06:56:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 564bb684-a5a5-56b1-a2fe-222a6cd28ebd with identifier: SG23%20PCX to the API
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG23%20PCX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '564bb684-a5a5-56b1-a2fe-222a6cd28ebd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SG23 PCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG23%20PCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 22161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCLUSIVE DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'T GDI EXCLUSIVE DCT',
 'vin': 'LSJW74C93PZ258959',
 'year': 2023}
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SG23%2520PCX%27 HTTP/1.1" 200 None
2026-03-30 06:56:27 [bca.uk] INFO: Saving data for SG23%20PCX: {'auction_closing_time': 1774864800.0, 'created_time': 1774363833.318292, 'last_price_update_time': 1774853787.882331}
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG23%2520PCX') HTTP/1.1" 204 0
2026-03-30 06:56:27 [bca.uk] INFO: Found listing with ID: LF17%20HUH
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520HUH%27 HTTP/1.1" 200 None
2026-03-30 06:56:27 [bca.uk] INFO: Scrape type for LF17%20HUH: 2
2026-03-30 06:56:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80fde086-babd-507b-a059-d943d9a307c7 with identifier: LF17%20HUH
2026-03-30 06:56:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80fde086-babd-507b-a059-d943d9a307c7 with scrape type 2
2026-03-30 06:56:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80fde086-babd-507b-a059-d943d9a307c7 with scrape type 2
2026-03-30 06:56:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 80fde086-babd-507b-a059-d943d9a307c7, identifier: LF17%20HUH
2026-03-30 06:56:28 [bca.uk] INFO: Found listing with ID: GM22%20AVJ
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM22%2520AVJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:28 [bca.uk] INFO: Scrape type for GM22%20AVJ: 2
2026-03-30 06:56:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bc3b6f0-e041-538e-bb6f-67b21df2f0b2 with identifier: GM22%20AVJ
2026-03-30 06:56:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bc3b6f0-e041-538e-bb6f-67b21df2f0b2 with scrape type 2
2026-03-30 06:56:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bc3b6f0-e041-538e-bb6f-67b21df2f0b2 with scrape type 2
2026-03-30 06:56:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8bc3b6f0-e041-538e-bb6f-67b21df2f0b2, identifier: GM22%20AVJ
2026-03-30 06:56:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with identifier: PK21%20KZG
2026-03-30 06:56:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with identifier: PK21%20KZG
2026-03-30 06:56:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c with identifier: PK21%20KZG to the API
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 42,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PK21%20KZG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0f4b0b16-4e28-5ab0-93d7-27dc9eb6626c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PK21 KZG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PK21%20KZG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 43801,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X1 1.5 XDRIVE 25E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E M SPORT',
 'vin': 'WBA72AB0005T43466',
 'year': 2021}
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PK21%2520KZG%27 HTTP/1.1" 200 None
2026-03-30 06:56:28 [bca.uk] INFO: Saving data for PK21%20KZG: {'auction_closing_time': 1774864800.0, 'created_time': 1774303329.081912, 'last_price_update_time': 1774853788.397897}
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PK21%2520KZG') HTTP/1.1" 204 0
2026-03-30 06:56:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f46bb26d-6e6b-584b-80fb-1df9f31f04fb with identifier: DU58%20GWM
2026-03-30 06:56:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f46bb26d-6e6b-584b-80fb-1df9f31f04fb with identifier: DU58%20GWM
2026-03-30 06:56:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f46bb26d-6e6b-584b-80fb-1df9f31f04fb with identifier: DU58%20GWM to the API
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU58%20GWM-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f46bb26d-6e6b-584b-80fb-1df9f31f04fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU58 GWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU58%20GWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '318I',
 'odometer': 76157,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'BMW 318I 2.0 SE TOURING Estate',
 'transmission': 'manual',
 'trim': 'SE TOURING',
 'vin': 'WBAUS32070A535568',
 'year': 2008}
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU58%2520GWM%27 HTTP/1.1" 200 None
2026-03-30 06:56:28 [bca.uk] INFO: Saving data for DU58%20GWM: {'auction_closing_time': 1775037600.0, 'created_time': 1774362018.781559, 'last_price_update_time': 1774853788.777082}
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU58%2520GWM') HTTP/1.1" 204 0
2026-03-30 06:56:28 [bca.uk] INFO: Found listing with ID: SL22%20FZN
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520FZN%27 HTTP/1.1" 200 None
2026-03-30 06:56:28 [bca.uk] INFO: Scrape type for SL22%20FZN: 2
2026-03-30 06:56:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d40a4bb5-37d2-5c0a-b986-908c4a365632 with identifier: SL22%20FZN
2026-03-30 06:56:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d40a4bb5-37d2-5c0a-b986-908c4a365632 with scrape type 2
2026-03-30 06:56:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d40a4bb5-37d2-5c0a-b986-908c4a365632 with scrape type 2
2026-03-30 06:56:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d40a4bb5-37d2-5c0a-b986-908c4a365632, identifier: SL22%20FZN
2026-03-30 06:56:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 80fde086-babd-507b-a059-d943d9a307c7 with identifier: LF17%20HUH
2026-03-30 06:56:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 80fde086-babd-507b-a059-d943d9a307c7 with identifier: LF17%20HUH
2026-03-30 06:56:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 80fde086-babd-507b-a059-d943d9a307c7 with identifier: LF17%20HUH to the API
2026-03-30 06:56:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF17%20HUH-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '80fde086-babd-507b-a059-d943d9a307c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF17 HUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF17%20HUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 75908,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VF3MRHNYHHS143030',
 'year': 2017}
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF17%2520HUH%27 HTTP/1.1" 200 None
2026-03-30 06:56:29 [bca.uk] INFO: Saving data for LF17%20HUH: {'auction_closing_time': 1774951200.0, 'created_time': 1773825127.748055, 'last_price_update_time': 1774853789.175809}
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF17%2520HUH') HTTP/1.1" 204 0
2026-03-30 06:56:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8bc3b6f0-e041-538e-bb6f-67b21df2f0b2 with identifier: GM22%20AVJ
2026-03-30 06:56:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8bc3b6f0-e041-538e-bb6f-67b21df2f0b2 with identifier: GM22%20AVJ
2026-03-30 06:56:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8bc3b6f0-e041-538e-bb6f-67b21df2f0b2 with identifier: GM22%20AVJ to the API
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM22%20AVJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8bc3b6f0-e041-538e-bb6f-67b21df2f0b2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM22 AVJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM22%20AVJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 76290,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 25 TFSI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '25 TFSI TECHNIK',
 'vin': 'WAUZZZGB8NR033384',
 'year': 2022}
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM22%2520AVJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:29 [bca.uk] INFO: Saving data for GM22%20AVJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774352316.505579, 'last_price_update_time': 1774853789.488676}
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM22%2520AVJ') HTTP/1.1" 204 0
2026-03-30 06:56:29 [bca.uk] INFO: Found listing with ID: LV21%20XYO
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV21%2520XYO%27 HTTP/1.1" 200 None
2026-03-30 06:56:29 [bca.uk] INFO: Scrape type for LV21%20XYO: 2
2026-03-30 06:56:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 479932f5-5a3b-5b28-860d-7ccc4023c75f with identifier: LV21%20XYO
2026-03-30 06:56:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 479932f5-5a3b-5b28-860d-7ccc4023c75f with scrape type 2
2026-03-30 06:56:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 479932f5-5a3b-5b28-860d-7ccc4023c75f with scrape type 2
2026-03-30 06:56:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 479932f5-5a3b-5b28-860d-7ccc4023c75f, identifier: LV21%20XYO
2026-03-30 06:56:29 [bca.uk] INFO: Found listing with ID: YB09%20YDY
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB09%2520YDY%27 HTTP/1.1" 200 None
2026-03-30 06:56:29 [bca.uk] INFO: Scrape type for YB09%20YDY: 2
2026-03-30 06:56:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 314aa3d4-07f2-5381-9c30-101cb116adf2 with identifier: YB09%20YDY
2026-03-30 06:56:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 314aa3d4-07f2-5381-9c30-101cb116adf2 with scrape type 2
2026-03-30 06:56:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 314aa3d4-07f2-5381-9c30-101cb116adf2 with scrape type 2
2026-03-30 06:56:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 314aa3d4-07f2-5381-9c30-101cb116adf2, identifier: YB09%20YDY
2026-03-30 06:56:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d40a4bb5-37d2-5c0a-b986-908c4a365632 with identifier: SL22%20FZN
2026-03-30 06:56:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d40a4bb5-37d2-5c0a-b986-908c4a365632 with identifier: SL22%20FZN
2026-03-30 06:56:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d40a4bb5-37d2-5c0a-b986-908c4a365632 with identifier: SL22%20FZN to the API
2026-03-30 06:56:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL22%20FZN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd40a4bb5-37d2-5c0a-b986-908c4a365632',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SL22 FZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL22%20FZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 12306,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-X 186 SE-L LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-X 186 SE-L LUX',
 'vin': 'JMZDM6WH600307771',
 'year': 2022}
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520FZN%27 HTTP/1.1" 200 None
2026-03-30 06:56:30 [bca.uk] INFO: Saving data for SL22%20FZN: {'auction_closing_time': 1774864800.0, 'created_time': 1774363838.880633, 'last_price_update_time': 1774853790.036418}
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL22%2520FZN') HTTP/1.1" 204 0
2026-03-30 06:56:30 [bca.uk] INFO: Found listing with ID: CF72%20XKA
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520XKA%27 HTTP/1.1" 200 None
2026-03-30 06:56:30 [bca.uk] INFO: Scrape type for CF72%20XKA: 2
2026-03-30 06:56:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8052f315-28af-5fe2-9cea-23df5323a1a3 with identifier: CF72%20XKA
2026-03-30 06:56:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8052f315-28af-5fe2-9cea-23df5323a1a3 with scrape type 2
2026-03-30 06:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8052f315-28af-5fe2-9cea-23df5323a1a3 with scrape type 2
2026-03-30 06:56:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8052f315-28af-5fe2-9cea-23df5323a1a3, identifier: CF72%20XKA
2026-03-30 06:56:30 [bca.uk] INFO: Found listing with ID: LG66%20XRN
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520XRN%27 HTTP/1.1" 200 None
2026-03-30 06:56:30 [bca.uk] INFO: Scrape type for LG66%20XRN: 2
2026-03-30 06:56:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f7295cc-fe77-5f14-9549-5919cd125301 with identifier: LG66%20XRN
2026-03-30 06:56:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f7295cc-fe77-5f14-9549-5919cd125301 with scrape type 2
2026-03-30 06:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f7295cc-fe77-5f14-9549-5919cd125301 with scrape type 2
2026-03-30 06:56:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8f7295cc-fe77-5f14-9549-5919cd125301, identifier: LG66%20XRN
2026-03-30 06:56:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 479932f5-5a3b-5b28-860d-7ccc4023c75f with identifier: LV21%20XYO
2026-03-30 06:56:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 479932f5-5a3b-5b28-860d-7ccc4023c75f with identifier: LV21%20XYO
2026-03-30 06:56:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 479932f5-5a3b-5b28-860d-7ccc4023c75f with identifier: LV21%20XYO to the API
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LV21%20XYO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '479932f5-5a3b-5b28-860d-7ccc4023c75f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LV21 XYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LV21%20XYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CONNECT',
 'odometer': 96609,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CONNECT 1.5 EBL 120 240 L2 LTD.L/R P/S Van',
 'transmission': 'automatic',
 'trim': 'EBL 120 240 L2 LTD.L/R P/S',
 'vin': 'WF0SXXWPGSMM85565',
 'year': 2021}
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LV21%2520XYO%27 HTTP/1.1" 200 None
2026-03-30 06:56:30 [bca.uk] INFO: Saving data for LV21%20XYO: {'auction_closing_time': 1775037600.0, 'created_time': 1774303359.124745, 'last_price_update_time': 1774853790.559217}
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LV21%2520XYO') HTTP/1.1" 204 0
2026-03-30 06:56:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 314aa3d4-07f2-5381-9c30-101cb116adf2 with identifier: YB09%20YDY
2026-03-30 06:56:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 314aa3d4-07f2-5381-9c30-101cb116adf2 with identifier: YB09%20YDY
2026-03-30 06:56:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 314aa3d4-07f2-5381-9c30-101cb116adf2 with identifier: YB09%20YDY to the API
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=118&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YB09%20YDY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '314aa3d4-07f2-5381-9c30-101cb116adf2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YB09 YDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YB09%20YDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': '320D',
 'odometer': 158000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 M SPORT TOURING Estate',
 'transmission': 'manual',
 'trim': 'M SPORT TOURING',
 'vin': 'WBAUX32030A388134',
 'year': 2009}
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YB09%2520YDY%27 HTTP/1.1" 200 None
2026-03-30 06:56:30 [bca.uk] INFO: Saving data for YB09%20YDY: {'auction_closing_time': 1775037600.0, 'created_time': 1774362044.92347, 'last_price_update_time': 1774853790.862267}
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YB09%2520YDY') HTTP/1.1" 204 0
2026-03-30 06:56:30 [bca.uk] INFO: Found listing with ID: DT69%20XNC
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT69%2520XNC%27 HTTP/1.1" 200 None
2026-03-30 06:56:30 [bca.uk] INFO: Scrape type for DT69%20XNC: 2
2026-03-30 06:56:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with identifier: DT69%20XNC
2026-03-30 06:56:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with scrape type 2
2026-03-30 06:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with scrape type 2
2026-03-30 06:56:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14c6144e-aa73-5db8-b14c-f2d69ce932d7, identifier: DT69%20XNC
2026-03-30 06:56:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8052f315-28af-5fe2-9cea-23df5323a1a3 with identifier: CF72%20XKA
2026-03-30 06:56:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8052f315-28af-5fe2-9cea-23df5323a1a3 with identifier: CF72%20XKA
2026-03-30 06:56:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8052f315-28af-5fe2-9cea-23df5323a1a3 with identifier: CF72%20XKA to the API
2026-03-30 06:56:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF72%20XKA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '8052f315-28af-5fe2-9cea-23df5323a1a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CF72 XKA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF72%20XKA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 37831,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 1.8 HYBRID 122 ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID 122 ICON',
 'vin': 'NMTK33BX60R243383',
 'year': 2023}
2026-03-30 06:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF72%2520XKA%27 HTTP/1.1" 200 None
2026-03-30 06:56:31 [bca.uk] INFO: Saving data for CF72%20XKA: {'auction_closing_time': 1775556000.0, 'created_time': 1774364874.451993, 'last_price_update_time': 1774853791.633951}
2026-03-30 06:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF72%2520XKA') HTTP/1.1" 204 0
2026-03-30 06:56:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8f7295cc-fe77-5f14-9549-5919cd125301 with identifier: LG66%20XRN
2026-03-30 06:56:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8f7295cc-fe77-5f14-9549-5919cd125301 with identifier: LG66%20XRN
2026-03-30 06:56:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8f7295cc-fe77-5f14-9549-5919cd125301 with identifier: LG66%20XRN to the API
2026-03-30 06:56:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG66%20XRN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8f7295cc-fe77-5f14-9549-5919cd125301',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG66 XRN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG66%20XRN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'C200',
 'odometer': 120167,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C200 2.0 T SPORT Estate',
 'transmission': 'manual',
 'trim': 'T SPORT',
 'vin': 'WDD2052422F410997',
 'year': 2016}
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG66%2520XRN%27 HTTP/1.1" 200 None
2026-03-30 06:56:32 [bca.uk] INFO: Saving data for LG66%20XRN: {'auction_closing_time': 1774864800.0, 'created_time': 1774352335.360814, 'last_price_update_time': 1774853792.07179}
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG66%2520XRN') HTTP/1.1" 204 0
2026-03-30 06:56:32 [bca.uk] INFO: Found listing with ID: SM21%20DVC
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520DVC%27 HTTP/1.1" 200 None
2026-03-30 06:56:32 [bca.uk] INFO: Scrape type for SM21%20DVC: 2
2026-03-30 06:56:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ee145b-dc9a-554f-9a33-d8019e23ea85 with identifier: SM21%20DVC
2026-03-30 06:56:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ee145b-dc9a-554f-9a33-d8019e23ea85 with scrape type 2
2026-03-30 06:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88ee145b-dc9a-554f-9a33-d8019e23ea85 with scrape type 2
2026-03-30 06:56:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 88ee145b-dc9a-554f-9a33-d8019e23ea85, identifier: SM21%20DVC
2026-03-30 06:56:32 [bca.uk] INFO: Found listing with ID: OY62%20XSC
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY62%2520XSC%27 HTTP/1.1" 200 None
2026-03-30 06:56:32 [bca.uk] INFO: Scrape type for OY62%20XSC: 0
2026-03-30 06:56:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with identifier: DT69%20XNC
2026-03-30 06:56:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with identifier: DT69%20XNC
2026-03-30 06:56:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14c6144e-aa73-5db8-b14c-f2d69ce932d7 with identifier: DT69%20XNC to the API
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT69%20XNC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '14c6144e-aa73-5db8-b14c-f2d69ce932d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DT69 XNC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT69%20XNC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 47235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.2 T 130 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'T 130 SRI',
 'vin': 'W0VZRHNS5L6020340',
 'year': 2020}
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT69%2520XNC%27 HTTP/1.1" 200 None
2026-03-30 06:56:32 [bca.uk] INFO: Saving data for DT69%20XNC: {'auction_closing_time': 1775037600.0, 'created_time': 1774363877.098586, 'last_price_update_time': 1774853792.567647}
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT69%2520XNC') HTTP/1.1" 204 0
2026-03-30 06:56:32 [bca.uk] INFO: Found listing with ID: WA16%20DXM
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520DXM%27 HTTP/1.1" 200 None
2026-03-30 06:56:32 [bca.uk] INFO: Scrape type for WA16%20DXM: 2
2026-03-30 06:56:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8015bdd-b26b-5869-b364-d33621e1454a with identifier: WA16%20DXM
2026-03-30 06:56:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8015bdd-b26b-5869-b364-d33621e1454a with scrape type 2
2026-03-30 06:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8015bdd-b26b-5869-b364-d33621e1454a with scrape type 2
2026-03-30 06:56:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8015bdd-b26b-5869-b364-d33621e1454a, identifier: WA16%20DXM
2026-03-30 06:56:32 [bca.uk] INFO: Found listing with ID: LJ67%20XFS
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ67%2520XFS%27 HTTP/1.1" 200 None
2026-03-30 06:56:32 [bca.uk] INFO: Scrape type for LJ67%20XFS: 2
2026-03-30 06:56:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f11924e4-45d5-5c40-9ece-ea86fe3f3396 with identifier: LJ67%20XFS
2026-03-30 06:56:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f11924e4-45d5-5c40-9ece-ea86fe3f3396 with scrape type 2
2026-03-30 06:56:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f11924e4-45d5-5c40-9ece-ea86fe3f3396 with scrape type 2
2026-03-30 06:56:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f11924e4-45d5-5c40-9ece-ea86fe3f3396, identifier: LJ67%20XFS
2026-03-30 06:56:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 88ee145b-dc9a-554f-9a33-d8019e23ea85 with identifier: SM21%20DVC
2026-03-30 06:56:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 88ee145b-dc9a-554f-9a33-d8019e23ea85 with identifier: SM21%20DVC
2026-03-30 06:56:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 88ee145b-dc9a-554f-9a33-d8019e23ea85 with identifier: SM21%20DVC to the API
2026-03-30 06:56:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM21%20DVC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '88ee145b-dc9a-554f-9a33-d8019e23ea85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM21 DVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM21%20DVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 80291,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYMP67057',
 'year': 2021}
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520DVC%27 HTTP/1.1" 200 None
2026-03-30 06:56:33 [bca.uk] INFO: Saving data for SM21%20DVC: {'auction_closing_time': 1775037600.0, 'created_time': 1774303328.672268, 'last_price_update_time': 1774853793.182504}
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM21%2520DVC') HTTP/1.1" 204 0
2026-03-30 06:56:33 [bca.uk] INFO: Found listing with ID: RX23%20KBY
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX23%2520KBY%27 HTTP/1.1" 200 None
2026-03-30 06:56:33 [bca.uk] INFO: Scrape type for RX23%20KBY: 2
2026-03-30 06:56:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f26807f5-3e0c-508b-86e1-c69514adccbb with identifier: RX23%20KBY
2026-03-30 06:56:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f26807f5-3e0c-508b-86e1-c69514adccbb with scrape type 2
2026-03-30 06:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f26807f5-3e0c-508b-86e1-c69514adccbb with scrape type 2
2026-03-30 06:56:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f26807f5-3e0c-508b-86e1-c69514adccbb, identifier: RX23%20KBY
2026-03-30 06:56:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8015bdd-b26b-5869-b364-d33621e1454a with identifier: WA16%20DXM
2026-03-30 06:56:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8015bdd-b26b-5869-b364-d33621e1454a with identifier: WA16%20DXM
2026-03-30 06:56:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8015bdd-b26b-5869-b364-d33621e1454a with identifier: WA16%20DXM to the API
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WA16%20DXM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e8015bdd-b26b-5869-b364-d33621e1454a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WA16 DXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WA16%20DXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 93622,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'manual',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2CNXGH130491',
 'year': 2016}
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WA16%2520DXM%27 HTTP/1.1" 200 None
2026-03-30 06:56:33 [bca.uk] INFO: Saving data for WA16%20DXM: {'auction_closing_time': 1774951200.0, 'created_time': 1774364875.629049, 'last_price_update_time': 1774853793.592088}
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WA16%2520DXM') HTTP/1.1" 204 0
2026-03-30 06:56:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f11924e4-45d5-5c40-9ece-ea86fe3f3396 with identifier: LJ67%20XFS
2026-03-30 06:56:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f11924e4-45d5-5c40-9ece-ea86fe3f3396 with identifier: LJ67%20XFS
2026-03-30 06:56:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f11924e4-45d5-5c40-9ece-ea86fe3f3396 with identifier: LJ67%20XFS to the API
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ67%20XFS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f11924e4-45d5-5c40-9ece-ea86fe3f3396',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ67 XFS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ67%20XFS&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC90',
 'odometer': 104903,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VOLVO XC90 2.0 D5 PP 235 AWD MOMENTUM PRO G/T StationWagon',
 'transmission': 'manual',
 'trim': 'D5 PP 235 AWD MOMENTUM PRO G/T',
 'vin': 'YV1LF68BCJ1212373',
 'year': 2017}
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ67%2520XFS%27 HTTP/1.1" 200 None
2026-03-30 06:56:33 [bca.uk] INFO: Saving data for LJ67%20XFS: {'auction_closing_time': 1774864800.0, 'created_time': 1774352295.682289, 'last_price_update_time': 1774853793.993972}
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ67%2520XFS') HTTP/1.1" 204 0
2026-03-30 06:56:34 [bca.uk] INFO: Found listing with ID: SM21%20EBP
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520EBP%27 HTTP/1.1" 200 None
2026-03-30 06:56:34 [bca.uk] INFO: Scrape type for SM21%20EBP: 2
2026-03-30 06:56:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aee8f81b-f74b-5876-ad17-ad479eee6423 with identifier: SM21%20EBP
2026-03-30 06:56:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aee8f81b-f74b-5876-ad17-ad479eee6423 with scrape type 2
2026-03-30 06:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aee8f81b-f74b-5876-ad17-ad479eee6423 with scrape type 2
2026-03-30 06:56:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aee8f81b-f74b-5876-ad17-ad479eee6423, identifier: SM21%20EBP
2026-03-30 06:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:56:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f26807f5-3e0c-508b-86e1-c69514adccbb with identifier: RX23%20KBY
2026-03-30 06:56:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f26807f5-3e0c-508b-86e1-c69514adccbb with identifier: RX23%20KBY
2026-03-30 06:56:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f26807f5-3e0c-508b-86e1-c69514adccbb with identifier: RX23%20KBY to the API
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RX23%20KBY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'f26807f5-3e0c-508b-86e1-c69514adccbb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RX23 KBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RX23%20KBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 28692,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD TAKUMI StationWagon',
 'transmission': 'automatic',
 'trim': 'E-SKY PHEV AWD TAKUMI',
 'vin': 'JMZKH0HB501113196',
 'year': 2023}
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RX23%2520KBY%27 HTTP/1.1" 200 None
2026-03-30 06:56:34 [bca.uk] INFO: Saving data for RX23%20KBY: {'auction_closing_time': 1775037600.0, 'created_time': 1774363873.152171, 'last_price_update_time': 1774853794.435088}
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RX23%2520KBY') HTTP/1.1" 204 0
2026-03-30 06:56:34 [bca.uk] INFO: Found listing with ID: BG73%20MWY
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520MWY%27 HTTP/1.1" 200 None
2026-03-30 06:56:34 [bca.uk] INFO: Scrape type for BG73%20MWY: 2
2026-03-30 06:56:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af92e737-a1ec-5b1c-8215-d11c88d362d8 with identifier: BG73%20MWY
2026-03-30 06:56:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af92e737-a1ec-5b1c-8215-d11c88d362d8 with scrape type 2
2026-03-30 06:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af92e737-a1ec-5b1c-8215-d11c88d362d8 with scrape type 2
2026-03-30 06:56:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af92e737-a1ec-5b1c-8215-d11c88d362d8, identifier: BG73%20MWY
2026-03-30 06:56:34 [bca.uk] INFO: Found listing with ID: LN64%20FAM
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN64%2520FAM%27 HTTP/1.1" 200 None
2026-03-30 06:56:34 [bca.uk] INFO: Scrape type for LN64%20FAM: 2
2026-03-30 06:56:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adcc62fe-280a-5ff3-a09c-a2679d2d5817 with identifier: LN64%20FAM
2026-03-30 06:56:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adcc62fe-280a-5ff3-a09c-a2679d2d5817 with scrape type 2
2026-03-30 06:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adcc62fe-280a-5ff3-a09c-a2679d2d5817 with scrape type 2
2026-03-30 06:56:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: adcc62fe-280a-5ff3-a09c-a2679d2d5817, identifier: LN64%20FAM
2026-03-30 06:56:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aee8f81b-f74b-5876-ad17-ad479eee6423 with identifier: SM21%20EBP
2026-03-30 06:56:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aee8f81b-f74b-5876-ad17-ad479eee6423 with identifier: SM21%20EBP
2026-03-30 06:56:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aee8f81b-f74b-5876-ad17-ad479eee6423 with identifier: SM21%20EBP to the API
2026-03-30 06:56:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM21%20EBP-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'aee8f81b-f74b-5876-ad17-ad479eee6423',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM21 EBP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM21%20EBP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 84077,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYMP67047',
 'year': 2021}
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM21%2520EBP%27 HTTP/1.1" 200 None
2026-03-30 06:56:35 [bca.uk] INFO: Saving data for SM21%20EBP: {'auction_closing_time': 1775037600.0, 'created_time': 1774303362.181422, 'last_price_update_time': 1774853795.075898}
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM21%2520EBP') HTTP/1.1" 204 0
2026-03-30 06:56:35 [bca.uk] INFO: Found listing with ID: SE19%20DHC
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520DHC%27 HTTP/1.1" 200 None
2026-03-30 06:56:35 [bca.uk] INFO: Scrape type for SE19%20DHC: 2
2026-03-30 06:56:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 994a1328-e4be-58a3-92ef-31870925bde5 with identifier: SE19%20DHC
2026-03-30 06:56:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 994a1328-e4be-58a3-92ef-31870925bde5 with scrape type 2
2026-03-30 06:56:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 994a1328-e4be-58a3-92ef-31870925bde5 with scrape type 2
2026-03-30 06:56:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 994a1328-e4be-58a3-92ef-31870925bde5, identifier: SE19%20DHC
2026-03-30 06:56:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af92e737-a1ec-5b1c-8215-d11c88d362d8 with identifier: BG73%20MWY
2026-03-30 06:56:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af92e737-a1ec-5b1c-8215-d11c88d362d8 with identifier: BG73%20MWY
2026-03-30 06:56:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af92e737-a1ec-5b1c-8215-d11c88d362d8 with identifier: BG73%20MWY to the API
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG73%20MWY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'af92e737-a1ec-5b1c-8215-d11c88d362d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BG73 MWY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG73%20MWY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LEXUS',
 'model': 'UX 250H',
 'odometer': 53650,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS UX 250H 2.0  Hatchback',
 'transmission': 'automatic',
 'trim': '',
 'vin': 'JTHY65BHX02175876',
 'year': 2023}
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520MWY%27 HTTP/1.1" 200 None
2026-03-30 06:56:35 [bca.uk] INFO: Saving data for BG73%20MWY: {'auction_closing_time': 1775556000.0, 'created_time': 1774364860.370674, 'last_price_update_time': 1774853795.473922}
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG73%2520MWY') HTTP/1.1" 204 0
2026-03-30 06:56:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: adcc62fe-280a-5ff3-a09c-a2679d2d5817 with identifier: LN64%20FAM
2026-03-30 06:56:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: adcc62fe-280a-5ff3-a09c-a2679d2d5817 with identifier: LN64%20FAM
2026-03-30 06:56:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: adcc62fe-280a-5ff3-a09c-a2679d2d5817 with identifier: LN64%20FAM to the API
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN64%20FAM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'adcc62fe-280a-5ff3-a09c-a2679d2d5817',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LN64 FAM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN64%20FAM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 106195,
 'odometer_reading_unit': '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 TIGUAN 2.0 TDI 140 BMT 4M MATCH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 140 BMT 4M MATCH DSG',
 'vin': 'WVGZZZ5NZFW025926',
 'year': 2014}
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN64%2520FAM%27 HTTP/1.1" 200 None
2026-03-30 06:56:35 [bca.uk] INFO: Saving data for LN64%20FAM: {'auction_closing_time': 1774864800.0, 'created_time': 1774352305.085957, 'last_price_update_time': 1774853795.789176}
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN64%2520FAM') HTTP/1.1" 204 0
2026-03-30 06:56:35 [bca.uk] INFO: Found listing with ID: SO21%20GXX
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXX%27 HTTP/1.1" 200 None
2026-03-30 06:56:35 [bca.uk] INFO: Scrape type for SO21%20GXX: 2
2026-03-30 06:56:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0760e589-6127-52af-9057-856a37401cca with identifier: SO21%20GXX
2026-03-30 06:56:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0760e589-6127-52af-9057-856a37401cca with scrape type 2
2026-03-30 06:56:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0760e589-6127-52af-9057-856a37401cca with scrape type 2
2026-03-30 06:56:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0760e589-6127-52af-9057-856a37401cca, identifier: SO21%20GXX
2026-03-30 06:56:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 994a1328-e4be-58a3-92ef-31870925bde5 with identifier: SE19%20DHC
2026-03-30 06:56:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 994a1328-e4be-58a3-92ef-31870925bde5 with identifier: SE19%20DHC
2026-03-30 06:56:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 994a1328-e4be-58a3-92ef-31870925bde5 with identifier: SE19%20DHC to the API
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 215,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE19%20DHC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.9L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '994a1328-e4be-58a3-92ef-31870925bde5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE19 DHC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE19%20DHC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'PORSCHE',
 'model': 'CAYENNE',
 'odometer': 45793,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'PORSCHE CAYENNE 2.9 S TIPTRONIC S Estate',
 'transmission': 'manual',
 'trim': 'S TIPTRONIC S',
 'vin': 'WP1ZZZ9YZKDA65928',
 'year': 2019}
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE19%2520DHC%27 HTTP/1.1" 200 None
2026-03-30 06:56:36 [bca.uk] INFO: Saving data for SE19%20DHC: {'auction_closing_time': 1775037600.0, 'created_time': 1774005727.562918, 'last_price_update_time': 1774853796.313944}
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE19%2520DHC') HTTP/1.1" 204 0
2026-03-30 06:56:36 [bca.uk] INFO: Found listing with ID: AO72%20ZCX
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO72%2520ZCX%27 HTTP/1.1" 200 None
2026-03-30 06:56:36 [bca.uk] INFO: Scrape type for AO72%20ZCX: 2
2026-03-30 06:56:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92dce21b-b64e-5432-98d9-bd910e460460 with identifier: AO72%20ZCX
2026-03-30 06:56:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92dce21b-b64e-5432-98d9-bd910e460460 with scrape type 2
2026-03-30 06:56:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92dce21b-b64e-5432-98d9-bd910e460460 with scrape type 2
2026-03-30 06:56:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92dce21b-b64e-5432-98d9-bd910e460460, identifier: AO72%20ZCX
2026-03-30 06:56:36 [bca.uk] INFO: Found listing with ID: NG13%20HBL
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG13%2520HBL%27 HTTP/1.1" 200 None
2026-03-30 06:56:36 [bca.uk] INFO: Scrape type for NG13%20HBL: 2
2026-03-30 06:56:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2f4ec02-1331-5a24-9d69-485ba966b2ce with identifier: NG13%20HBL
2026-03-30 06:56:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2f4ec02-1331-5a24-9d69-485ba966b2ce with scrape type 2
2026-03-30 06:56:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2f4ec02-1331-5a24-9d69-485ba966b2ce with scrape type 2
2026-03-30 06:56:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f2f4ec02-1331-5a24-9d69-485ba966b2ce, identifier: NG13%20HBL
2026-03-30 06:56:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0760e589-6127-52af-9057-856a37401cca with identifier: SO21%20GXX
2026-03-30 06:56:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0760e589-6127-52af-9057-856a37401cca with identifier: SO21%20GXX
2026-03-30 06:56:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0760e589-6127-52af-9057-856a37401cca with identifier: SO21%20GXX to the API
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20GXX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0760e589-6127-52af-9057-856a37401cca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 GXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20GXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 102043,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYMP67036',
 'year': 2021}
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GXX%27 HTTP/1.1" 200 None
2026-03-30 06:56:36 [bca.uk] INFO: Saving data for SO21%20GXX: {'auction_closing_time': 1775037600.0, 'created_time': 1774303363.915243, 'last_price_update_time': 1774853796.937902}
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520GXX') HTTP/1.1" 204 0
2026-03-30 06:56:36 [bca.uk] INFO: Found listing with ID: SN20%20WGJ
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN20%2520WGJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:36 [bca.uk] INFO: Scrape type for SN20%20WGJ: 2
2026-03-30 06:56:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10615a29-4dfa-5d7d-8750-9232df600955 with identifier: SN20%20WGJ
2026-03-30 06:56:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10615a29-4dfa-5d7d-8750-9232df600955 with scrape type 2
2026-03-30 06:56:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10615a29-4dfa-5d7d-8750-9232df600955 with scrape type 2
2026-03-30 06:56:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10615a29-4dfa-5d7d-8750-9232df600955, identifier: SN20%20WGJ
2026-03-30 06:56:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92dce21b-b64e-5432-98d9-bd910e460460 with identifier: AO72%20ZCX
2026-03-30 06:56:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92dce21b-b64e-5432-98d9-bd910e460460 with identifier: AO72%20ZCX
2026-03-30 06:56:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92dce21b-b64e-5432-98d9-bd910e460460 with identifier: AO72%20ZCX to the API
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO72%20ZCX-GB',
 'category': 'Car',
 'color': 'beige',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '92dce21b-b64e-5432-98d9-bd910e460460',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AO72 ZCX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO72%20ZCX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 29507,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I EXCLUSIVE S-CVT Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I EXCLUSIVE S-CVT',
 'vin': 'JTDAGNAC600081964',
 'year': 2023}
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO72%2520ZCX%27 HTTP/1.1" 200 None
2026-03-30 06:56:37 [bca.uk] INFO: Saving data for AO72%20ZCX: {'auction_closing_time': 1775556000.0, 'created_time': 1774364859.996491, 'last_price_update_time': 1774853797.359444}
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO72%2520ZCX') HTTP/1.1" 204 0
2026-03-30 06:56:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f2f4ec02-1331-5a24-9d69-485ba966b2ce with identifier: NG13%20HBL
2026-03-30 06:56:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f2f4ec02-1331-5a24-9d69-485ba966b2ce with identifier: NG13%20HBL
2026-03-30 06:56:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f2f4ec02-1331-5a24-9d69-485ba966b2ce with identifier: NG13%20HBL to the API
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 98,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NG13%20HBL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f2f4ec02-1331-5a24-9d69-485ba966b2ce',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NG13 HBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NG13%20HBL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'CITROEN',
 'model': 'DS3',
 'odometer': 90290,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'CITROEN DS3 1.6 E-HDI A/D DSTYLE PLUS Hatchback',
 'transmission': 'manual',
 'trim': 'E-HDI A/D DSTYLE PLUS',
 'vin': 'VF7SA9HPKDW584094',
 'year': 2013}
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NG13%2520HBL%27 HTTP/1.1" 200 None
2026-03-30 06:56:37 [bca.uk] INFO: Saving data for NG13%20HBL: {'auction_closing_time': 1774864800.0, 'created_time': 1774352286.782255, 'last_price_update_time': 1774853797.666189}
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NG13%2520HBL') HTTP/1.1" 204 0
2026-03-30 06:56:37 [bca.uk] INFO: Found listing with ID: SO21%20GYG
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GYG%27 HTTP/1.1" 200 None
2026-03-30 06:56:37 [bca.uk] INFO: Scrape type for SO21%20GYG: 2
2026-03-30 06:56:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with identifier: SO21%20GYG
2026-03-30 06:56:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with scrape type 2
2026-03-30 06:56:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with scrape type 2
2026-03-30 06:56:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee, identifier: SO21%20GYG
2026-03-30 06:56:37 [bca.uk] INFO: Total items found: 100
2026-03-30 06:56:37 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded
2026-03-30 06:56:37 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:56:37 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:56:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10615a29-4dfa-5d7d-8750-9232df600955 with identifier: SN20%20WGJ
2026-03-30 06:56:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10615a29-4dfa-5d7d-8750-9232df600955 with identifier: SN20%20WGJ
2026-03-30 06:56:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10615a29-4dfa-5d7d-8750-9232df600955 with identifier: SN20%20WGJ to the API
2026-03-30 06:56:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SN20%20WGJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '10615a29-4dfa-5d7d-8750-9232df600955',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SN20 WGJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SN20%20WGJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 81495,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 PERFORMANCE AWD (UPGRADE) Saloon',
 'transmission': 'automatic',
 'trim': 'PERFORMANCE AWD (UPGRADE)',
 'vin': '5YJ3F7EC0LF595123',
 'year': 2020}
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SN20%2520WGJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:38 [bca.uk] INFO: Saving data for SN20%20WGJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774046781.162852, 'last_price_update_time': 1774853798.114545}
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SN20%2520WGJ') HTTP/1.1" 204 0
2026-03-30 06:56:38 [bca.uk] INFO: Found listing with ID: AJ72%20OSW
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520OSW%27 HTTP/1.1" 200 None
2026-03-30 06:56:38 [bca.uk] INFO: Scrape type for AJ72%20OSW: 2
2026-03-30 06:56:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with identifier: AJ72%20OSW
2026-03-30 06:56:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with scrape type 2
2026-03-30 06:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with scrape type 2
2026-03-30 06:56:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75, identifier: AJ72%20OSW
2026-03-30 06:56:38 [bca.uk] INFO: Found listing with ID: RE15%20AUY
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE15%2520AUY%27 HTTP/1.1" 200 None
2026-03-30 06:56:38 [bca.uk] INFO: Scrape type for RE15%20AUY: 2
2026-03-30 06:56:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1883715-092a-5edc-b82a-ef2425f53da6 with identifier: RE15%20AUY
2026-03-30 06:56:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1883715-092a-5edc-b82a-ef2425f53da6 with scrape type 2
2026-03-30 06:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1883715-092a-5edc-b82a-ef2425f53da6 with scrape type 2
2026-03-30 06:56:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1883715-092a-5edc-b82a-ef2425f53da6, identifier: RE15%20AUY
2026-03-30 06:56:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with identifier: SO21%20GYG
2026-03-30 06:56:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with identifier: SO21%20GYG
2026-03-30 06:56:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee with identifier: SO21%20GYG to the API
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20GYG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b4f0fc7b-11e6-5d0c-b91a-bcf3b056deee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 GYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20GYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 87094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYMP67041',
 'year': 2021}
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520GYG%27 HTTP/1.1" 200 None
2026-03-30 06:56:38 [bca.uk] INFO: Saving data for SO21%20GYG: {'auction_closing_time': 1775037600.0, 'created_time': 1774303367.120576, 'last_price_update_time': 1774853798.655322}
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520GYG') HTTP/1.1" 204 0
2026-03-30 06:56:38 [bca.uk] INFO: Found listing with ID: RF22%20TJU
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF22%2520TJU%27 HTTP/1.1" 200 None
2026-03-30 06:56:38 [bca.uk] INFO: Scrape type for RF22%20TJU: 2
2026-03-30 06:56:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03828c61-6501-5735-94e1-539f8b8b37f6 with identifier: RF22%20TJU
2026-03-30 06:56:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03828c61-6501-5735-94e1-539f8b8b37f6 with scrape type 2
2026-03-30 06:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03828c61-6501-5735-94e1-539f8b8b37f6 with scrape type 2
2026-03-30 06:56:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03828c61-6501-5735-94e1-539f8b8b37f6, identifier: RF22%20TJU
2026-03-30 06:56:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with identifier: AJ72%20OSW
2026-03-30 06:56:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with identifier: AJ72%20OSW
2026-03-30 06:56:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 96e85a3b-01af-5edf-ae9f-3c68b2ebcc75 with identifier: AJ72%20OSW to the API
2026-03-30 06:56:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ72%20OSW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '96e85a3b-01af-5edf-ae9f-3c68b2ebcc75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ72 OSW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ72%20OSW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LEXUS',
 'model': 'NX 450H+',
 'odometer': 18520,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS NX 450H+ 2.5 4WD (PREMIUM PK) E-CVT StationWagon',
 'transmission': 'automatic',
 'trim': '4WD (PREMIUM PK) E-CVT',
 'vin': 'JTJCKBFZ402012615',
 'year': 2023}
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ72%2520OSW%27 HTTP/1.1" 200 None
2026-03-30 06:56:39 [bca.uk] INFO: Saving data for AJ72%20OSW: {'auction_closing_time': 1775556000.0, 'created_time': 1774364859.572149, 'last_price_update_time': 1774853799.147365}
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ72%2520OSW') HTTP/1.1" 204 0
2026-03-30 06:56:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1883715-092a-5edc-b82a-ef2425f53da6 with identifier: RE15%20AUY
2026-03-30 06:56:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1883715-092a-5edc-b82a-ef2425f53da6 with identifier: RE15%20AUY
2026-03-30 06:56:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1883715-092a-5edc-b82a-ef2425f53da6 with identifier: RE15%20AUY to the API
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE15%20AUY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c1883715-092a-5edc-b82a-ef2425f53da6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RE15 AUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE15%20AUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF CABRIOLET',
 'odometer': 93719,
 'odometer_reading_unit': '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 CABRIOLET 1.4 TSI 160 GT DSG Convertible',
 'transmission': 'automatic',
 'trim': 'TSI 160 GT DSG',
 'vin': 'WVWZZZ1KZFK008199',
 'year': 2015}
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE15%2520AUY%27 HTTP/1.1" 200 None
2026-03-30 06:56:39 [bca.uk] INFO: Saving data for RE15%20AUY: {'auction_closing_time': 1774864800.0, 'created_time': 1774352273.094123, 'last_price_update_time': 1774853799.434057}
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE15%2520AUY') HTTP/1.1" 204 0
2026-03-30 06:56:39 [bca.uk] INFO: Found listing with ID: SO21%20GZH
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56: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%2520GZH%27 HTTP/1.1" 200 None
2026-03-30 06:56:39 [bca.uk] INFO: Scrape type for SO21%20GZH: 2
2026-03-30 06:56:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with identifier: SO21%20GZH
2026-03-30 06:56:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with scrape type 2
2026-03-30 06:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with scrape type 2
2026-03-30 06:56:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d, identifier: SO21%20GZH
2026-03-30 06:56:39 [bca.uk] INFO: Found listing with ID: BP25%20TXN
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP25%2520TXN%27 HTTP/1.1" 200 None
2026-03-30 06:56:39 [bca.uk] INFO: Scrape type for BP25%20TXN: 2
2026-03-30 06:56:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with identifier: BP25%20TXN
2026-03-30 06:56:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with scrape type 2
2026-03-30 06:56:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with scrape type 2
2026-03-30 06:56:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ebbb53e-3d20-596b-85f2-272ca7b57b2b, identifier: BP25%20TXN
2026-03-30 06:56:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:56:39 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:56:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03828c61-6501-5735-94e1-539f8b8b37f6 with identifier: RF22%20TJU
2026-03-30 06:56:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03828c61-6501-5735-94e1-539f8b8b37f6 with identifier: RF22%20TJU
2026-03-30 06:56:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03828c61-6501-5735-94e1-539f8b8b37f6 with identifier: RF22%20TJU to the API
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF22%20TJU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '03828c61-6501-5735-94e1-539f8b8b37f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RF22 TJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF22%20TJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 33773,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 B4P ULTIMATE DARK G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B4P ULTIMATE DARK G/T',
 'vin': 'YV1XZK8V3P2917734',
 'year': 2022}
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF22%2520TJU%27 HTTP/1.1" 200 None
2026-03-30 06:56:39 [bca.uk] INFO: Saving data for RF22%20TJU: {'auction_closing_time': 1775037600.0, 'created_time': 1774363822.733613, 'last_price_update_time': 1774853799.974365}
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF22%2520TJU') HTTP/1.1" 204 0
2026-03-30 06:56:39 [bca.uk] INFO: Found listing with ID: AF23%20BXW
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520BXW%27 HTTP/1.1" 200 None
2026-03-30 06:56:40 [bca.uk] INFO: Scrape type for AF23%20BXW: 2
2026-03-30 06:56:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00959853-e74f-5fce-95d0-5c30bbb3185a with identifier: AF23%20BXW
2026-03-30 06:56:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00959853-e74f-5fce-95d0-5c30bbb3185a with scrape type 2
2026-03-30 06:56:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00959853-e74f-5fce-95d0-5c30bbb3185a with scrape type 2
2026-03-30 06:56:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 00959853-e74f-5fce-95d0-5c30bbb3185a, identifier: AF23%20BXW
2026-03-30 06:56:40 [bca.uk] INFO: Found listing with ID: RF13%20JJO
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF13%2520JJO%27 HTTP/1.1" 200 None
2026-03-30 06:56:40 [bca.uk] INFO: Scrape type for RF13%20JJO: 2
2026-03-30 06:56:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7ecc2c2-d7bb-5383-972d-58d4d445afb9 with identifier: RF13%20JJO
2026-03-30 06:56:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7ecc2c2-d7bb-5383-972d-58d4d445afb9 with scrape type 2
2026-03-30 06:56:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7ecc2c2-d7bb-5383-972d-58d4d445afb9 with scrape type 2
2026-03-30 06:56:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d7ecc2c2-d7bb-5383-972d-58d4d445afb9, identifier: RF13%20JJO
2026-03-30 06:56:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with identifier: SO21%20GZH
2026-03-30 06:56:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with identifier: SO21%20GZH
2026-03-30 06:56:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d with identifier: SO21%20GZH to the API
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20GZH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6aef66bf-4ba1-5c7c-85e5-5a927d5cb87d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 GZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20GZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 76664,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 280 SWB LIMITED L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 280 SWB LIMITED L/R',
 'vin': 'WF0YXXTTGYMP67035',
 'year': 2021}
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56: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%2520GZH%27 HTTP/1.1" 200 None
2026-03-30 06:56:40 [bca.uk] INFO: Saving data for SO21%20GZH: {'auction_closing_time': 1775037600.0, 'created_time': 1774303365.03119, 'last_price_update_time': 1774853800.569803}
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520GZH') HTTP/1.1" 204 0
2026-03-30 06:56:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with identifier: BP25%20TXN
2026-03-30 06:56:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with identifier: BP25%20TXN
2026-03-30 06:56:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ebbb53e-3d20-596b-85f2-272ca7b57b2b with identifier: BP25%20TXN to the API
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP25%20TXN-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2ebbb53e-3d20-596b-85f2-272ca7b57b2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP25 TXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP25%20TXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLVO',
 'model': 'XC40',
 'odometer': 14641,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 2.0 B4P PLUS BLACK ED.G/T StationWagon',
 'transmission': 'automatic',
 'trim': 'B4P PLUS BLACK ED.G/T',
 'vin': 'YV1XZK8V9T2674246',
 'year': 2025}
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP25%2520TXN%27 HTTP/1.1" 200 None
2026-03-30 06:56:40 [bca.uk] INFO: Saving data for BP25%20TXN: {'auction_closing_time': 1775037600.0, 'created_time': 1774304760.261081, 'last_price_update_time': 1774853800.9331}
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP25%2520TXN') HTTP/1.1" 204 0
2026-03-30 06:56: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:56:40 [bca.uk] INFO: Found listing with ID: DK72%20MGO
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK72%2520MGO%27 HTTP/1.1" 200 None
2026-03-30 06:56:40 [bca.uk] INFO: Scrape type for DK72%20MGO: 2
2026-03-30 06:56:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5e58104-479d-555d-97e8-3f944806bb05 with identifier: DK72%20MGO
2026-03-30 06:56:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5e58104-479d-555d-97e8-3f944806bb05 with scrape type 2
2026-03-30 06:56:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5e58104-479d-555d-97e8-3f944806bb05 with scrape type 2
2026-03-30 06:56:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f5e58104-479d-555d-97e8-3f944806bb05, identifier: DK72%20MGO
2026-03-30 06:56:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 00959853-e74f-5fce-95d0-5c30bbb3185a with identifier: AF23%20BXW
2026-03-30 06:56:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 00959853-e74f-5fce-95d0-5c30bbb3185a with identifier: AF23%20BXW
2026-03-30 06:56:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 00959853-e74f-5fce-95d0-5c30bbb3185a with identifier: AF23%20BXW to the API
2026-03-30 06:56:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20BXW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '00959853-e74f-5fce-95d0-5c30bbb3185a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF23 BXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20BXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 42452,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB20A171205',
 'year': 2023}
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56: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%2520BXW%27 HTTP/1.1" 200 None
2026-03-30 06:56:42 [bca.uk] INFO: Saving data for AF23%20BXW: {'auction_closing_time': 1775556000.0, 'created_time': 1774364833.999185, 'last_price_update_time': 1774853802.266429}
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520BXW') HTTP/1.1" 204 0
2026-03-30 06:56:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d7ecc2c2-d7bb-5383-972d-58d4d445afb9 with identifier: RF13%20JJO
2026-03-30 06:56:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d7ecc2c2-d7bb-5383-972d-58d4d445afb9 with identifier: RF13%20JJO
2026-03-30 06:56:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d7ecc2c2-d7bb-5383-972d-58d4d445afb9 with identifier: RF13%20JJO to the API
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RF13%20JJO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd7ecc2c2-d7bb-5383-972d-58d4d445afb9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RF13 JJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RF13%20JJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 130451,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.2 D 175 SPORT AWD StationWagon',
 'transmission': 'manual',
 'trim': 'D 175 SPORT AWD',
 'vin': 'JMZKEN92600158491',
 'year': 2013}
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RF13%2520JJO%27 HTTP/1.1" 200 None
2026-03-30 06:56:42 [bca.uk] INFO: Saving data for RF13%20JJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774352281.080987, 'last_price_update_time': 1774853802.551422}
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RF13%2520JJO') HTTP/1.1" 204 0
2026-03-30 06:56:42 [bca.uk] INFO: Found listing with ID: YA22%20NZR
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA22%2520NZR%27 HTTP/1.1" 200 None
2026-03-30 06:56:42 [bca.uk] INFO: Scrape type for YA22%20NZR: 2
2026-03-30 06:56:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with identifier: YA22%20NZR
2026-03-30 06:56:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with scrape type 2
2026-03-30 06:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with scrape type 2
2026-03-30 06:56:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28, identifier: YA22%20NZR
2026-03-30 06:56:42 [bca.uk] INFO: Found listing with ID: BT74%20OBJ
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520OBJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:42 [bca.uk] INFO: Scrape type for BT74%20OBJ: 2
2026-03-30 06:56:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38b20f5a-801a-51f9-8b1a-0305e291f126 with identifier: BT74%20OBJ
2026-03-30 06:56:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b20f5a-801a-51f9-8b1a-0305e291f126 with scrape type 2
2026-03-30 06:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38b20f5a-801a-51f9-8b1a-0305e291f126 with scrape type 2
2026-03-30 06:56:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 38b20f5a-801a-51f9-8b1a-0305e291f126, identifier: BT74%20OBJ
2026-03-30 06:56:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f5e58104-479d-555d-97e8-3f944806bb05 with identifier: DK72%20MGO
2026-03-30 06:56:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f5e58104-479d-555d-97e8-3f944806bb05 with identifier: DK72%20MGO
2026-03-30 06:56:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f5e58104-479d-555d-97e8-3f944806bb05 with identifier: DK72%20MGO to the API
2026-03-30 06:56:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 166,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK72%20MGO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f5e58104-479d-555d-97e8-3f944806bb05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DK72 MGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK72%20MGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MAZDA',
 'model': 'CX-5',
 'odometer': 18096,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-5 2.0 SPORT BLACK ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'SPORT BLACK ED.',
 'vin': 'JMZKF6W7A90278350',
 'year': 2023}
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK72%2520MGO%27 HTTP/1.1" 200 None
2026-03-30 06:56:43 [bca.uk] INFO: Saving data for DK72%20MGO: {'auction_closing_time': 1775037600.0, 'created_time': 1774363846.859882, 'last_price_update_time': 1774853803.08826}
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK72%2520MGO') HTTP/1.1" 204 0
2026-03-30 06:56:43 [bca.uk] INFO: Found listing with ID: DT68%20KJY
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT68%2520KJY%27 HTTP/1.1" 200 None
2026-03-30 06:56:43 [bca.uk] INFO: Scrape type for DT68%20KJY: 2
2026-03-30 06:56:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c19f2ab-8a0c-5f18-8fb7-32c2597b384d with identifier: DT68%20KJY
2026-03-30 06:56:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c19f2ab-8a0c-5f18-8fb7-32c2597b384d with scrape type 2
2026-03-30 06:56:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c19f2ab-8a0c-5f18-8fb7-32c2597b384d with scrape type 2
2026-03-30 06:56:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4c19f2ab-8a0c-5f18-8fb7-32c2597b384d, identifier: DT68%20KJY
2026-03-30 06:56:43 [bca.uk] INFO: Found listing with ID: RO17%20XFT
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520XFT%27 HTTP/1.1" 200 None
2026-03-30 06:56:43 [bca.uk] INFO: Scrape type for RO17%20XFT: 2
2026-03-30 06:56:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cb76a1b-12a7-560c-bc50-c231abd965e4 with identifier: RO17%20XFT
2026-03-30 06:56:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cb76a1b-12a7-560c-bc50-c231abd965e4 with scrape type 2
2026-03-30 06:56:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cb76a1b-12a7-560c-bc50-c231abd965e4 with scrape type 2
2026-03-30 06:56:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cb76a1b-12a7-560c-bc50-c231abd965e4, identifier: RO17%20XFT
2026-03-30 06:56:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with identifier: YA22%20NZR
2026-03-30 06:56:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with identifier: YA22%20NZR
2026-03-30 06:56:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28 with identifier: YA22%20NZR to the API
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA22%20NZR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4a2c3f3e-afd9-59fc-a4e4-45d856dc8d28',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA22 NZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA22%20NZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 87099,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 STORMTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 STORMTRAK',
 'vin': '6FPPXXMJ2PNU24971',
 'year': 2022}
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA22%2520NZR%27 HTTP/1.1" 200 None
2026-03-30 06:56:43 [bca.uk] INFO: Saving data for YA22%20NZR: {'auction_closing_time': 1775037600.0, 'created_time': 1774303366.137255, 'last_price_update_time': 1774853803.619327}
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA22%2520NZR') HTTP/1.1" 204 0
2026-03-30 06:56:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 38b20f5a-801a-51f9-8b1a-0305e291f126 with identifier: BT74%20OBJ
2026-03-30 06:56:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 38b20f5a-801a-51f9-8b1a-0305e291f126 with identifier: BT74%20OBJ
2026-03-30 06:56:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 38b20f5a-801a-51f9-8b1a-0305e291f126 with identifier: BT74%20OBJ to the API
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT74%20OBJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '38b20f5a-801a-51f9-8b1a-0305e291f126',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT74 OBJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT74%20OBJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 24235,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': '75 DESIGN',
 'vin': 'VXKUPHMH9R4300229',
 'year': 2024}
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT74%2520OBJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:43 [bca.uk] INFO: Saving data for BT74%20OBJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774304761.411966, 'last_price_update_time': 1774853803.931721}
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT74%2520OBJ') HTTP/1.1" 204 0
2026-03-30 06:56:43 [bca.uk] INFO: Found listing with ID: RY73%20PHF
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520PHF%27 HTTP/1.1" 200 None
2026-03-30 06:56:43 [bca.uk] INFO: Scrape type for RY73%20PHF: 2
2026-03-30 06:56:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with identifier: RY73%20PHF
2026-03-30 06:56:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with scrape type 2
2026-03-30 06:56:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with scrape type 2
2026-03-30 06:56:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b, identifier: RY73%20PHF
2026-03-30 06:56:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4c19f2ab-8a0c-5f18-8fb7-32c2597b384d with identifier: DT68%20KJY
2026-03-30 06:56:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4c19f2ab-8a0c-5f18-8fb7-32c2597b384d with identifier: DT68%20KJY
2026-03-30 06:56:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4c19f2ab-8a0c-5f18-8fb7-32c2597b384d with identifier: DT68%20KJY to the API
2026-03-30 06:56:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DT68%20KJY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4c19f2ab-8a0c-5f18-8fb7-32c2597b384d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DT68 KJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DT68%20KJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 73849,
 'odometer_reading_unit': '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': 'SJNFFAJ11U2474242',
 'year': 2019}
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DT68%2520KJY%27 HTTP/1.1" 200 None
2026-03-30 06:56:45 [bca.uk] INFO: Saving data for DT68%20KJY: {'auction_closing_time': 1774951200.0, 'created_time': 1773825108.735644, 'last_price_update_time': 1774853805.263931}
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DT68%2520KJY') HTTP/1.1" 204 0
2026-03-30 06:56:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cb76a1b-12a7-560c-bc50-c231abd965e4 with identifier: RO17%20XFT
2026-03-30 06:56:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cb76a1b-12a7-560c-bc50-c231abd965e4 with identifier: RO17%20XFT
2026-03-30 06:56:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cb76a1b-12a7-560c-bc50-c231abd965e4 with identifier: RO17%20XFT to the API
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO17%20XFT-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9cb76a1b-12a7-560c-bc50-c231abd965e4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RO17 XFT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO17%20XFT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 54992,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 110 ALLURE EAT6 MPV',
 'transmission': 'automatic',
 'trim': 'P/T 110 ALLURE EAT6',
 'vin': 'VF3CUHNZTHY113630',
 'year': 2017}
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO17%2520XFT%27 HTTP/1.1" 200 None
2026-03-30 06:56:45 [bca.uk] INFO: Saving data for RO17%20XFT: {'auction_closing_time': 1774864800.0, 'created_time': 1774352226.092648, 'last_price_update_time': 1774853805.654595}
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO17%2520XFT') HTTP/1.1" 204 0
2026-03-30 06:56:45 [bca.uk] INFO: Found listing with ID: DE71%20XWR
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE71%2520XWR%27 HTTP/1.1" 200 None
2026-03-30 06:56:45 [bca.uk] INFO: Scrape type for DE71%20XWR: 2
2026-03-30 06:56:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85eebdde-257c-5dce-82df-8e980442ca24 with identifier: DE71%20XWR
2026-03-30 06:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85eebdde-257c-5dce-82df-8e980442ca24 with scrape type 2
2026-03-30 06:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85eebdde-257c-5dce-82df-8e980442ca24 with scrape type 2
2026-03-30 06:56:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85eebdde-257c-5dce-82df-8e980442ca24, identifier: DE71%20XWR
2026-03-30 06:56:45 [bca.uk] INFO: Found listing with ID: CV22%20YMP
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520YMP%27 HTTP/1.1" 200 None
2026-03-30 06:56:45 [bca.uk] INFO: Scrape type for CV22%20YMP: 2
2026-03-30 06:56:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with identifier: CV22%20YMP
2026-03-30 06:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with scrape type 2
2026-03-30 06:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with scrape type 2
2026-03-30 06:56:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c59b76bd-1ee9-5e32-8f04-d90a3a4299f5, identifier: CV22%20YMP
2026-03-30 06:56:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with identifier: RY73%20PHF
2026-03-30 06:56:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with identifier: RY73%20PHF
2026-03-30 06:56:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4eb95e92-fbb4-53fa-af86-fb6ca35efc9b with identifier: RY73%20PHF to the API
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RY73%20PHF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4eb95e92-fbb4-53fa-af86-fb6ca35efc9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RY73 PHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RY73%20PHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 18899,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUSHNSSPW095542',
 'year': 2023}
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RY73%2520PHF%27 HTTP/1.1" 200 None
2026-03-30 06:56:46 [bca.uk] INFO: Saving data for RY73%20PHF: {'auction_closing_time': 1775037600.0, 'created_time': 1774363798.259948, 'last_price_update_time': 1774853806.230266}
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RY73%2520PHF') HTTP/1.1" 204 0
2026-03-30 06:56:46 [bca.uk] INFO: Found listing with ID: KM66%20WVP
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM66%2520WVP%27 HTTP/1.1" 200 None
2026-03-30 06:56:46 [bca.uk] INFO: Scrape type for KM66%20WVP: 2
2026-03-30 06:56:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d35fdb3-bbfd-593c-82d1-3171aa4a70ac with identifier: KM66%20WVP
2026-03-30 06:56:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d35fdb3-bbfd-593c-82d1-3171aa4a70ac with scrape type 2
2026-03-30 06:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d35fdb3-bbfd-593c-82d1-3171aa4a70ac with scrape type 2
2026-03-30 06:56:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2d35fdb3-bbfd-593c-82d1-3171aa4a70ac, identifier: KM66%20WVP
2026-03-30 06:56:46 [bca.uk] INFO: Found listing with ID: SB67%20TOU
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB67%2520TOU%27 HTTP/1.1" 200 None
2026-03-30 06:56:46 [bca.uk] INFO: Scrape type for SB67%20TOU: 2
2026-03-30 06:56:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69349fcf-4668-57ae-a003-b257c4f5c1bc with identifier: SB67%20TOU
2026-03-30 06:56:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69349fcf-4668-57ae-a003-b257c4f5c1bc with scrape type 2
2026-03-30 06:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69349fcf-4668-57ae-a003-b257c4f5c1bc with scrape type 2
2026-03-30 06:56:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69349fcf-4668-57ae-a003-b257c4f5c1bc, identifier: SB67%20TOU
2026-03-30 06:56:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85eebdde-257c-5dce-82df-8e980442ca24 with identifier: DE71%20XWR
2026-03-30 06:56:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85eebdde-257c-5dce-82df-8e980442ca24 with identifier: DE71%20XWR
2026-03-30 06:56:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85eebdde-257c-5dce-82df-8e980442ca24 with identifier: DE71%20XWR to the API
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 47,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DE71%20XWR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '85eebdde-257c-5dce-82df-8e980442ca24',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DE71 XWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DE71%20XWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 25968,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X3 2.0 XDRIVE 30E M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 30E M SPORT',
 'vin': 'WBA62DP0909J78094',
 'year': 2021}
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DE71%2520XWR%27 HTTP/1.1" 200 None
2026-03-30 06:56:46 [bca.uk] INFO: Saving data for DE71%20XWR: {'auction_closing_time': 1774864800.0, 'created_time': 1774303367.67327, 'last_price_update_time': 1774853806.758427}
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DE71%2520XWR') HTTP/1.1" 204 0
2026-03-30 06:56:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with identifier: CV22%20YMP
2026-03-30 06:56:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with identifier: CV22%20YMP
2026-03-30 06:56:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c59b76bd-1ee9-5e32-8f04-d90a3a4299f5 with identifier: CV22%20YMP to the API
2026-03-30 06:56:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV22%20YMP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c59b76bd-1ee9-5e32-8f04-d90a3a4299f5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV22 YMP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV22%20YMP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 35790,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.2 TURBO 130 SRI PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 130 SRI PREMIUM',
 'vin': 'VXKUSHNSKNW037376',
 'year': 2022}
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV22%2520YMP%27 HTTP/1.1" 200 None
2026-03-30 06:56:47 [bca.uk] INFO: Saving data for CV22%20YMP: {'auction_closing_time': 1775037600.0, 'created_time': 1774304762.108039, 'last_price_update_time': 1774853807.040437}
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV22%2520YMP') HTTP/1.1" 204 0
2026-03-30 06:56:47 [bca.uk] INFO: Found listing with ID: YF68%20TOA
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520TOA%27 HTTP/1.1" 200 None
2026-03-30 06:56:47 [bca.uk] INFO: Scrape type for YF68%20TOA: 2
2026-03-30 06:56:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with identifier: YF68%20TOA
2026-03-30 06:56:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with scrape type 2
2026-03-30 06:56:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with scrape type 2
2026-03-30 06:56:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ad31785-9edf-5c1a-a8eb-f4aae82287a8, identifier: YF68%20TOA
2026-03-30 06:56:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2d35fdb3-bbfd-593c-82d1-3171aa4a70ac with identifier: KM66%20WVP
2026-03-30 06:56:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2d35fdb3-bbfd-593c-82d1-3171aa4a70ac with identifier: KM66%20WVP
2026-03-30 06:56:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2d35fdb3-bbfd-593c-82d1-3171aa4a70ac with identifier: KM66%20WVP to the API
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM66%20WVP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2d35fdb3-bbfd-593c-82d1-3171aa4a70ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM66 WVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM66%20WVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 220 D',
 'odometer': 90036,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 220 D 2.1 177 SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': '177 SPORT DCT',
 'vin': 'WDD1173032N458359',
 'year': 2016}
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM66%2520WVP%27 HTTP/1.1" 200 None
2026-03-30 06:56:47 [bca.uk] INFO: Saving data for KM66%20WVP: {'auction_closing_time': 1774951200.0, 'created_time': 1773825096.586892, 'last_price_update_time': 1774853807.468722}
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM66%2520WVP') HTTP/1.1" 204 0
2026-03-30 06:56:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69349fcf-4668-57ae-a003-b257c4f5c1bc with identifier: SB67%20TOU
2026-03-30 06:56:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69349fcf-4668-57ae-a003-b257c4f5c1bc with identifier: SB67%20TOU
2026-03-30 06:56:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69349fcf-4668-57ae-a003-b257c4f5c1bc with identifier: SB67%20TOU to the API
2026-03-30 06:56:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB67%20TOU-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '69349fcf-4668-57ae-a003-b257c4f5c1bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB67 TOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB67%20TOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 79363,
 'odometer_reading_unit': '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 VITARA 1.4 B-JET S ALLGRIP Hatchback',
 'transmission': 'manual',
 'trim': 'B-JET S ALLGRIP',
 'vin': 'TSMLYEA1S00333202',
 'year': 2017}
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB67%2520TOU%27 HTTP/1.1" 200 None
2026-03-30 06:56:48 [bca.uk] INFO: Saving data for SB67%20TOU: {'auction_closing_time': 1774864800.0, 'created_time': 1774352243.186287, 'last_price_update_time': 1774853808.282098}
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB67%2520TOU') HTTP/1.1" 204 0
2026-03-30 06:56:48 [bca.uk] INFO: Found listing with ID: YR22%20LVP
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520LVP%27 HTTP/1.1" 200 None
2026-03-30 06:56:48 [bca.uk] INFO: Scrape type for YR22%20LVP: 2
2026-03-30 06:56:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with identifier: YR22%20LVP
2026-03-30 06:56:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with scrape type 2
2026-03-30 06:56:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with scrape type 2
2026-03-30 06:56:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a92ec7c-9b38-5c67-a146-f590c6fcead7, identifier: YR22%20LVP
2026-03-30 06:56:48 [bca.uk] INFO: Found listing with ID: OW72%20WVK
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVK%27 HTTP/1.1" 200 None
2026-03-30 06:56:48 [bca.uk] INFO: Scrape type for OW72%20WVK: 2
2026-03-30 06:56:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6006a16-88bf-54b0-8c16-2412f51dc52a with identifier: OW72%20WVK
2026-03-30 06:56:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6006a16-88bf-54b0-8c16-2412f51dc52a with scrape type 2
2026-03-30 06:56:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6006a16-88bf-54b0-8c16-2412f51dc52a with scrape type 2
2026-03-30 06:56:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c6006a16-88bf-54b0-8c16-2412f51dc52a, identifier: OW72%20WVK
2026-03-30 06:56:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with identifier: YF68%20TOA
2026-03-30 06:56:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with identifier: YF68%20TOA
2026-03-30 06:56:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ad31785-9edf-5c1a-a8eb-f4aae82287a8 with identifier: YF68%20TOA to the API
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF68%20TOA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2ad31785-9edf-5c1a-a8eb-f4aae82287a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF68 TOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF68%20TOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 73177,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI AWD GT-LINE S DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI AWD GT-LINE S DCT',
 'vin': 'U5YPK816WKL636700',
 'year': 2018}
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF68%2520TOA%27 HTTP/1.1" 200 None
2026-03-30 06:56:48 [bca.uk] INFO: Saving data for YF68%20TOA: {'auction_closing_time': 1775037600.0, 'created_time': 1774363791.310463, 'last_price_update_time': 1774853808.810679}
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF68%2520TOA') HTTP/1.1" 204 0
2026-03-30 06:56:48 [bca.uk] INFO: Found listing with ID: GL16%20XBT
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520XBT%27 HTTP/1.1" 200 None
2026-03-30 06:56:48 [bca.uk] INFO: Scrape type for GL16%20XBT: 2
2026-03-30 06:56:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7826122-62b1-5f84-831e-805b3e50f471 with identifier: GL16%20XBT
2026-03-30 06:56:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7826122-62b1-5f84-831e-805b3e50f471 with scrape type 2
2026-03-30 06:56:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7826122-62b1-5f84-831e-805b3e50f471 with scrape type 2
2026-03-30 06:56:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7826122-62b1-5f84-831e-805b3e50f471, identifier: GL16%20XBT
2026-03-30 06:56:48 [bca.uk] INFO: Found listing with ID: AE18%20NYH
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE18%2520NYH%27 HTTP/1.1" 200 None
2026-03-30 06:56:48 [bca.uk] INFO: Scrape type for AE18%20NYH: 2
2026-03-30 06:56:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14909a0c-854e-5c1d-8478-70c846f08004 with identifier: AE18%20NYH
2026-03-30 06:56:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14909a0c-854e-5c1d-8478-70c846f08004 with scrape type 2
2026-03-30 06:56:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14909a0c-854e-5c1d-8478-70c846f08004 with scrape type 2
2026-03-30 06:56:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 14909a0c-854e-5c1d-8478-70c846f08004, identifier: AE18%20NYH
2026-03-30 06:56:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with identifier: YR22%20LVP
2026-03-30 06:56:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with identifier: YR22%20LVP
2026-03-30 06:56:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a92ec7c-9b38-5c67-a146-f590c6fcead7 with identifier: YR22%20LVP to the API
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 48,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR22%20LVP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5a92ec7c-9b38-5c67-a146-f590c6fcead7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YR22 LVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR22%20LVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC40 RECHARGE',
 'odometer': 67421,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLVO XC40 RECHARGE 1.5 T4 PHEV R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'T4 PHEV R DESIGN',
 'vin': 'YV1XZBWVFN2759587',
 'year': 2022}
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR22%2520LVP%27 HTTP/1.1" 200 None
2026-03-30 06:56:49 [bca.uk] INFO: Saving data for YR22%20LVP: {'auction_closing_time': 1774864800.0, 'created_time': 1774303369.018897, 'last_price_update_time': 1774853809.348985}
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR22%2520LVP') HTTP/1.1" 204 0
2026-03-30 06:56:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c6006a16-88bf-54b0-8c16-2412f51dc52a with identifier: OW72%20WVK
2026-03-30 06:56:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c6006a16-88bf-54b0-8c16-2412f51dc52a with identifier: OW72%20WVK
2026-03-30 06:56:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c6006a16-88bf-54b0-8c16-2412f51dc52a with identifier: OW72%20WVK to the API
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW72%20WVK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c6006a16-88bf-54b0-8c16-2412f51dc52a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW72 WVK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW72%20WVK&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': 'BOXER 335',
 'odometer': 53116,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT BOXER 335 2.2 B/HDI 140 L2 H2 PROF.PREMIUM+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 140 L2 H2 PROF.PREMIUM+',
 'vin': 'VF3YCBPFB12W36335',
 'year': 2023}
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVK%27 HTTP/1.1" 200 None
2026-03-30 06:56:49 [bca.uk] INFO: Saving data for OW72%20WVK: {'auction_closing_time': 1774864800.0, 'created_time': 1774274820.951653, 'last_price_update_time': 1774853809.64058}
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW72%2520WVK') HTTP/1.1" 204 0
2026-03-30 06:56:49 [bca.uk] INFO: Found listing with ID: LF18%20KPE
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF18%2520KPE%27 HTTP/1.1" 200 None
2026-03-30 06:56:49 [bca.uk] INFO: Scrape type for LF18%20KPE: 2
2026-03-30 06:56:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfce60b5-0d2a-5895-9d27-a6a892fd0713 with identifier: LF18%20KPE
2026-03-30 06:56:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfce60b5-0d2a-5895-9d27-a6a892fd0713 with scrape type 2
2026-03-30 06:56:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfce60b5-0d2a-5895-9d27-a6a892fd0713 with scrape type 2
2026-03-30 06:56:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfce60b5-0d2a-5895-9d27-a6a892fd0713, identifier: LF18%20KPE
2026-03-30 06:56:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7826122-62b1-5f84-831e-805b3e50f471 with identifier: GL16%20XBT
2026-03-30 06:56:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7826122-62b1-5f84-831e-805b3e50f471 with identifier: GL16%20XBT
2026-03-30 06:56:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7826122-62b1-5f84-831e-805b3e50f471 with identifier: GL16%20XBT to the API
2026-03-30 06:56:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL16%20XBT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7826122-62b1-5f84-831e-805b3e50f471',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL16 XBT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL16%20XBT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 164990,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD AUTOBIOGRAPHY Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD AUTOBIOGRAPHY',
 'vin': 'SALVA2AN9GH150346',
 'year': 2016}
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL16%2520XBT%27 HTTP/1.1" 200 None
2026-03-30 06:56:50 [bca.uk] INFO: Saving data for GL16%20XBT: {'auction_closing_time': 1774951200.0, 'created_time': 1774364818.431783, 'last_price_update_time': 1774853810.060072}
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL16%2520XBT') HTTP/1.1" 204 0
2026-03-30 06:56:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 14909a0c-854e-5c1d-8478-70c846f08004 with identifier: AE18%20NYH
2026-03-30 06:56:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 14909a0c-854e-5c1d-8478-70c846f08004 with identifier: AE18%20NYH
2026-03-30 06:56:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 14909a0c-854e-5c1d-8478-70c846f08004 with identifier: AE18%20NYH to the API
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 167,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE18%20NYH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '14909a0c-854e-5c1d-8478-70c846f08004',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE18 NYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE18%20NYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 76421,
 'odometer_reading_unit': '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 D300 SE StationWagon',
 'transmission': 'automatic',
 'trim': 'D300 SE',
 'vin': 'SALYA2AK2JA757191',
 'year': 2018}
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE18%2520NYH%27 HTTP/1.1" 200 None
2026-03-30 06:56:50 [bca.uk] INFO: Saving data for AE18%20NYH: {'auction_closing_time': 1774864800.0, 'created_time': 1774352425.898303, 'last_price_update_time': 1774853810.36652}
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE18%2520NYH') HTTP/1.1" 204 0
2026-03-30 06:56:50 [bca.uk] INFO: Found listing with ID: MD21%20FME
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520FME%27 HTTP/1.1" 200 None
2026-03-30 06:56:50 [bca.uk] INFO: Scrape type for MD21%20FME: 2
2026-03-30 06:56:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with identifier: MD21%20FME
2026-03-30 06:56:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with scrape type 2
2026-03-30 06:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with scrape type 2
2026-03-30 06:56:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b6e1596-3267-55b1-b1f3-cf4feb7de01c, identifier: MD21%20FME
2026-03-30 06:56:50 [bca.uk] INFO: Found listing with ID: OW72%20WVC
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVC%27 HTTP/1.1" 200 None
2026-03-30 06:56:50 [bca.uk] INFO: Scrape type for OW72%20WVC: 2
2026-03-30 06:56:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed84017d-0cbd-54f2-afc3-3584006fe21f with identifier: OW72%20WVC
2026-03-30 06:56:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed84017d-0cbd-54f2-afc3-3584006fe21f with scrape type 2
2026-03-30 06:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed84017d-0cbd-54f2-afc3-3584006fe21f with scrape type 2
2026-03-30 06:56:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ed84017d-0cbd-54f2-afc3-3584006fe21f, identifier: OW72%20WVC
2026-03-30 06:56:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfce60b5-0d2a-5895-9d27-a6a892fd0713 with identifier: LF18%20KPE
2026-03-30 06:56:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfce60b5-0d2a-5895-9d27-a6a892fd0713 with identifier: LF18%20KPE
2026-03-30 06:56:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfce60b5-0d2a-5895-9d27-a6a892fd0713 with identifier: LF18%20KPE to the API
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF18%20KPE-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dfce60b5-0d2a-5895-9d27-a6a892fd0713',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LF18 KPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF18%20KPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 68313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN PASSAT 1.4 TSI 150 GT Estate',
 'transmission': 'manual',
 'trim': 'TSI 150 GT',
 'vin': 'WVWZZZ3CZJE149537',
 'year': 2018}
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF18%2520KPE%27 HTTP/1.1" 200 None
2026-03-30 06:56:50 [bca.uk] INFO: Saving data for LF18%20KPE: {'auction_closing_time': 1774864800.0, 'created_time': 1774265589.774148, 'last_price_update_time': 1774853810.908428}
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF18%2520KPE') HTTP/1.1" 204 0
2026-03-30 06:56:51 [bca.uk] INFO: Found listing with ID: YN69%20ZKX
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520ZKX%27 HTTP/1.1" 200 None
2026-03-30 06:56:51 [bca.uk] INFO: Scrape type for YN69%20ZKX: 2
2026-03-30 06:56:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bfbb8f8-2e62-5ce9-8d75-037ec99e0793 with identifier: YN69%20ZKX
2026-03-30 06:56:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bfbb8f8-2e62-5ce9-8d75-037ec99e0793 with scrape type 2
2026-03-30 06:56:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bfbb8f8-2e62-5ce9-8d75-037ec99e0793 with scrape type 2
2026-03-30 06:56:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bfbb8f8-2e62-5ce9-8d75-037ec99e0793, identifier: YN69%20ZKX
2026-03-30 06:56:51 [bca.uk] INFO: Found listing with ID: CP18%20JVC
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520JVC%27 HTTP/1.1" 200 None
2026-03-30 06:56:51 [bca.uk] INFO: Scrape type for CP18%20JVC: 2
2026-03-30 06:56:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca24a3f0-bff3-514e-864e-afabaf064f96 with identifier: CP18%20JVC
2026-03-30 06:56:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca24a3f0-bff3-514e-864e-afabaf064f96 with scrape type 2
2026-03-30 06:56:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca24a3f0-bff3-514e-864e-afabaf064f96 with scrape type 2
2026-03-30 06:56:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ca24a3f0-bff3-514e-864e-afabaf064f96, identifier: CP18%20JVC
2026-03-30 06:56:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with identifier: MD21%20FME
2026-03-30 06:56:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with identifier: MD21%20FME
2026-03-30 06:56:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b6e1596-3267-55b1-b1f3-cf4feb7de01c with identifier: MD21%20FME to the API
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 188,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD21%20FME-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b6e1596-3267-55b1-b1f3-cf4feb7de01c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD21 FME',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD21%20FME&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 70943,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 DCI 120 SL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'DCI 120 SL BUSINESS',
 'vin': 'VF1FL000067100681',
 'year': 2021}
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520FME%27 HTTP/1.1" 200 None
2026-03-30 06:56:51 [bca.uk] INFO: Saving data for MD21%20FME: {'auction_closing_time': 1775037600.0, 'created_time': 1774303342.108943, 'last_price_update_time': 1774853811.542546}
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD21%2520FME') HTTP/1.1" 204 0
2026-03-30 06:56:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ed84017d-0cbd-54f2-afc3-3584006fe21f with identifier: OW72%20WVC
2026-03-30 06:56:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ed84017d-0cbd-54f2-afc3-3584006fe21f with identifier: OW72%20WVC
2026-03-30 06:56:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ed84017d-0cbd-54f2-afc3-3584006fe21f with identifier: OW72%20WVC to the API
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW72%20WVC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ed84017d-0cbd-54f2-afc3-3584006fe21f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW72 WVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW72%20WVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': 'BOXER 335',
 'odometer': 57490,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT BOXER 335 2.2 B/HDI 140 L2 H2 PROF.PREMIUM+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 140 L2 H2 PROF.PREMIUM+',
 'vin': 'VF3YCBPFB12W32549',
 'year': 2023}
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WVC%27 HTTP/1.1" 200 None
2026-03-30 06:56:51 [bca.uk] INFO: Saving data for OW72%20WVC: {'auction_closing_time': 1774864800.0, 'created_time': 1774274810.764625, 'last_price_update_time': 1774853811.84779}
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW72%2520WVC') HTTP/1.1" 204 0
2026-03-30 06:56:51 [bca.uk] INFO: Found listing with ID: VO18%20XCJ
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO18%2520XCJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:51 [bca.uk] INFO: Scrape type for VO18%20XCJ: 2
2026-03-30 06:56:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b4df4de-a433-5933-864e-f930119b3d6f with identifier: VO18%20XCJ
2026-03-30 06:56:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b4df4de-a433-5933-864e-f930119b3d6f with scrape type 2
2026-03-30 06:56:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b4df4de-a433-5933-864e-f930119b3d6f with scrape type 2
2026-03-30 06:56:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4b4df4de-a433-5933-864e-f930119b3d6f, identifier: VO18%20XCJ
2026-03-30 06:56:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bfbb8f8-2e62-5ce9-8d75-037ec99e0793 with identifier: YN69%20ZKX
2026-03-30 06:56:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bfbb8f8-2e62-5ce9-8d75-037ec99e0793 with identifier: YN69%20ZKX
2026-03-30 06:56:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bfbb8f8-2e62-5ce9-8d75-037ec99e0793 with identifier: YN69%20ZKX to the API
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN69%20ZKX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '7bfbb8f8-2e62-5ce9-8d75-037ec99e0793',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YN69 ZKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN69%20ZKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'I-PACE',
 'odometer': 29630,
 'odometer_reading_unit': '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 SE Hatchback',
 'transmission': 'automatic',
 'trim': 'EV400 SE',
 'vin': 'SADHA2A16L1F80198',
 'year': 2019}
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN69%2520ZKX%27 HTTP/1.1" 200 None
2026-03-30 06:56:52 [bca.uk] INFO: Saving data for YN69%20ZKX: {'auction_closing_time': 1774951200.0, 'created_time': 1773828192.116725, 'last_price_update_time': 1774853812.274342}
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN69%2520ZKX') HTTP/1.1" 204 0
2026-03-30 06:56:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ca24a3f0-bff3-514e-864e-afabaf064f96 with identifier: CP18%20JVC
2026-03-30 06:56:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ca24a3f0-bff3-514e-864e-afabaf064f96 with identifier: CP18%20JVC
2026-03-30 06:56:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ca24a3f0-bff3-514e-864e-afabaf064f96 with identifier: CP18%20JVC to the API
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CP18%20JVC-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ca24a3f0-bff3-514e-864e-afabaf064f96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CP18 JVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CP18%20JVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'SX4 S CROSS',
 'odometer': 38898,
 'odometer_reading_unit': '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 SX4 S CROSS 1.0 B-JET SZ-T Hatchback',
 'transmission': 'automatic',
 'trim': 'B-JET SZ-T',
 'vin': 'TSMJYA02S00585453',
 'year': 2018}
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CP18%2520JVC%27 HTTP/1.1" 200 None
2026-03-30 06:56:52 [bca.uk] INFO: Saving data for CP18%20JVC: {'auction_closing_time': 1774864800.0, 'created_time': 1774352368.71697, 'last_price_update_time': 1774853812.563352}
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CP18%2520JVC') HTTP/1.1" 204 0
2026-03-30 06:56:52 [bca.uk] INFO: Found listing with ID: SO21%20PVX
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520PVX%27 HTTP/1.1" 200 None
2026-03-30 06:56:52 [bca.uk] INFO: Scrape type for SO21%20PVX: 2
2026-03-30 06:56:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65cce09f-650d-5e2b-9be2-92311cc43fd1 with identifier: SO21%20PVX
2026-03-30 06:56:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65cce09f-650d-5e2b-9be2-92311cc43fd1 with scrape type 2
2026-03-30 06:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65cce09f-650d-5e2b-9be2-92311cc43fd1 with scrape type 2
2026-03-30 06:56:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65cce09f-650d-5e2b-9be2-92311cc43fd1, identifier: SO21%20PVX
2026-03-30 06:56:52 [bca.uk] INFO: Found listing with ID: MM72%20DCF
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520DCF%27 HTTP/1.1" 200 None
2026-03-30 06:56:52 [bca.uk] INFO: Scrape type for MM72%20DCF: 2
2026-03-30 06:56:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with identifier: MM72%20DCF
2026-03-30 06:56:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with scrape type 2
2026-03-30 06:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with scrape type 2
2026-03-30 06:56:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e, identifier: MM72%20DCF
2026-03-30 06:56:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4b4df4de-a433-5933-864e-f930119b3d6f with identifier: VO18%20XCJ
2026-03-30 06:56:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4b4df4de-a433-5933-864e-f930119b3d6f with identifier: VO18%20XCJ
2026-03-30 06:56:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4b4df4de-a433-5933-864e-f930119b3d6f with identifier: VO18%20XCJ to the API
2026-03-30 06:56:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=119&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO18%20XCJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4b4df4de-a433-5933-864e-f930119b3d6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO18 XCJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO18%20XCJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 42565,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI EVO 150 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI EVO 150 GT',
 'vin': 'WVWZZZAUZJW165062',
 'year': 2018}
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO18%2520XCJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:53 [bca.uk] INFO: Saving data for VO18%20XCJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774363857.181274, 'last_price_update_time': 1774853813.084176}
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO18%2520XCJ') HTTP/1.1" 204 0
2026-03-30 06:56:53 [bca.uk] INFO: Found listing with ID: VE70%20OAW
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520OAW%27 HTTP/1.1" 200 None
2026-03-30 06:56:53 [bca.uk] INFO: Scrape type for VE70%20OAW: 2
2026-03-30 06:56:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 230a6445-25b3-576a-9b5f-1e4746c329df with identifier: VE70%20OAW
2026-03-30 06:56:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 230a6445-25b3-576a-9b5f-1e4746c329df with scrape type 2
2026-03-30 06:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 230a6445-25b3-576a-9b5f-1e4746c329df with scrape type 2
2026-03-30 06:56:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 230a6445-25b3-576a-9b5f-1e4746c329df, identifier: VE70%20OAW
2026-03-30 06:56:53 [bca.uk] INFO: Found listing with ID: LH16%20CGY
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LH16%2520CGY%27 HTTP/1.1" 200 None
2026-03-30 06:56:53 [bca.uk] INFO: Scrape type for LH16%20CGY: 2
2026-03-30 06:56:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da37b93f-f735-5d40-9822-dcd62dfdcf45 with identifier: LH16%20CGY
2026-03-30 06:56:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da37b93f-f735-5d40-9822-dcd62dfdcf45 with scrape type 2
2026-03-30 06:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da37b93f-f735-5d40-9822-dcd62dfdcf45 with scrape type 2
2026-03-30 06:56:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da37b93f-f735-5d40-9822-dcd62dfdcf45, identifier: LH16%20CGY
2026-03-30 06:56:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65cce09f-650d-5e2b-9be2-92311cc43fd1 with identifier: SO21%20PVX
2026-03-30 06:56:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65cce09f-650d-5e2b-9be2-92311cc43fd1 with identifier: SO21%20PVX
2026-03-30 06:56:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65cce09f-650d-5e2b-9be2-92311cc43fd1 with identifier: SO21%20PVX to the API
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 244,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SO21%20PVX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '65cce09f-650d-5e2b-9be2-92311cc43fd1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SO21 PVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SO21%20PVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 103149,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PMR27018',
 'year': 2021}
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SO21%2520PVX%27 HTTP/1.1" 200 None
2026-03-30 06:56:53 [bca.uk] INFO: Saving data for SO21%20PVX: {'auction_closing_time': 1775037600.0, 'created_time': 1774303343.714606, 'last_price_update_time': 1774853813.594551}
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SO21%2520PVX') HTTP/1.1" 204 0
2026-03-30 06:56:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with identifier: MM72%20DCF
2026-03-30 06:56:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with identifier: MM72%20DCF
2026-03-30 06:56:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5e2d4ee7-48d8-5408-9c5b-f4c3290af09e with identifier: MM72%20DCF to the API
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MM72%20DCF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5e2d4ee7-48d8-5408-9c5b-f4c3290af09e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MM72 DCF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MM72%20DCF&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 52527,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 DYNAMIC L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 DYNAMIC L1 H1',
 'vin': 'VXEVBYHRMN7069675',
 'year': 2022}
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MM72%2520DCF%27 HTTP/1.1" 200 None
2026-03-30 06:56:53 [bca.uk] INFO: Saving data for MM72%20DCF: {'auction_closing_time': 1774864800.0, 'created_time': 1774274938.767083, 'last_price_update_time': 1774853813.913257}
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MM72%2520DCF') HTTP/1.1" 204 0
2026-03-30 06:56:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 230a6445-25b3-576a-9b5f-1e4746c329df with identifier: VE70%20OAW
2026-03-30 06:56:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 230a6445-25b3-576a-9b5f-1e4746c329df with identifier: VE70%20OAW
2026-03-30 06:56:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 230a6445-25b3-576a-9b5f-1e4746c329df with identifier: VE70%20OAW to the API
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE70%20OAW-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '230a6445-25b3-576a-9b5f-1e4746c329df',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE70 OAW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE70%20OAW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 34321,
 'odometer_reading_unit': '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 BUSINESS PRO PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 58KWH BUSINESS PRO PERF.',
 'vin': 'WVWZZZE1ZMP031799',
 'year': 2020}
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE70%2520OAW%27 HTTP/1.1" 200 None
2026-03-30 06:56:54 [bca.uk] INFO: Saving data for VE70%20OAW: {'auction_closing_time': 1774951200.0, 'created_time': 1773825070.816026, 'last_price_update_time': 1774853814.225199}
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE70%2520OAW') HTTP/1.1" 204 0
2026-03-30 06:56:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da37b93f-f735-5d40-9822-dcd62dfdcf45 with identifier: LH16%20CGY
2026-03-30 06:56:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da37b93f-f735-5d40-9822-dcd62dfdcf45 with identifier: LH16%20CGY
2026-03-30 06:56:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da37b93f-f735-5d40-9822-dcd62dfdcf45 with identifier: LH16%20CGY to the API
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 219,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LH16%20CGY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'da37b93f-f735-5d40-9822-dcd62dfdcf45',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LH16 CGY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LH16%20CGY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'LAND ROVER',
 'model': 'RANGE ROVER',
 'odometer': 106142,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER RANGE ROVER 4.4 SDV8 VOGUE StationWagon',
 'transmission': 'manual',
 'trim': 'SDV8 VOGUE',
 'vin': 'SALGA2JE8GA286940',
 'year': 2016}
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LH16%2520CGY%27 HTTP/1.1" 200 None
2026-03-30 06:56:54 [bca.uk] INFO: Saving data for LH16%20CGY: {'auction_closing_time': 1774864800.0, 'created_time': 1774352361.989861, 'last_price_update_time': 1774853814.549507}
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LH16%2520CGY') HTTP/1.1" 204 0
2026-03-30 06:56:54 [bca.uk] INFO: Found listing with ID: VK21%20YJR
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520YJR%27 HTTP/1.1" 200 None
2026-03-30 06:56:54 [bca.uk] INFO: Scrape type for VK21%20YJR: 2
2026-03-30 06:56:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d353f25-65dd-57b5-b0ff-23160091fef5 with identifier: VK21%20YJR
2026-03-30 06:56:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d353f25-65dd-57b5-b0ff-23160091fef5 with scrape type 2
2026-03-30 06:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d353f25-65dd-57b5-b0ff-23160091fef5 with scrape type 2
2026-03-30 06:56:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0d353f25-65dd-57b5-b0ff-23160091fef5, identifier: VK21%20YJR
2026-03-30 06:56:54 [bca.uk] INFO: Found listing with ID: AVZ%205811
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AVZ%25205811%27 HTTP/1.1" 200 None
2026-03-30 06:56:54 [bca.uk] INFO: Scrape type for AVZ%205811: 2
2026-03-30 06:56:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with identifier: AVZ%205811
2026-03-30 06:56:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with scrape type 2
2026-03-30 06:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with scrape type 2
2026-03-30 06:56:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 144529a5-27a7-5e6c-9c73-1d2b14e62e96, identifier: AVZ%205811
2026-03-30 06:56:54 [bca.uk] INFO: Found listing with ID: LE23%20GHF
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE23%2520GHF%27 HTTP/1.1" 200 None
2026-03-30 06:56:54 [bca.uk] INFO: Scrape type for LE23%20GHF: 2
2026-03-30 06:56:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a85926ba-f181-5d08-b70b-477f282e377c with identifier: LE23%20GHF
2026-03-30 06:56:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a85926ba-f181-5d08-b70b-477f282e377c with scrape type 2
2026-03-30 06:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a85926ba-f181-5d08-b70b-477f282e377c with scrape type 2
2026-03-30 06:56:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a85926ba-f181-5d08-b70b-477f282e377c, identifier: LE23%20GHF
2026-03-30 06:56:54 [bca.uk] INFO: Found listing with ID: MA17%20HXJ
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520HXJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:54 [bca.uk] INFO: Scrape type for MA17%20HXJ: 2
2026-03-30 06:56:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a4adf58-35b1-549a-99d1-771de427a878 with identifier: MA17%20HXJ
2026-03-30 06:56:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a4adf58-35b1-549a-99d1-771de427a878 with scrape type 2
2026-03-30 06:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a4adf58-35b1-549a-99d1-771de427a878 with scrape type 2
2026-03-30 06:56:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0a4adf58-35b1-549a-99d1-771de427a878, identifier: MA17%20HXJ
2026-03-30 06:56:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0d353f25-65dd-57b5-b0ff-23160091fef5 with identifier: VK21%20YJR
2026-03-30 06:56:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0d353f25-65dd-57b5-b0ff-23160091fef5 with identifier: VK21%20YJR
2026-03-30 06:56:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0d353f25-65dd-57b5-b0ff-23160091fef5 with identifier: VK21%20YJR to the API
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 232,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK21%20YJR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0d353f25-65dd-57b5-b0ff-23160091fef5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK21 YJR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK21%20YJR&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY',
 'odometer': 131596,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY 3.0 D300 HSE COMMERCIAL Van',
 'transmission': 'automatic',
 'trim': 'D300 HSE COMMERCIAL',
 'vin': 'SALRACAW3N2457799',
 'year': 2021}
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520YJR%27 HTTP/1.1" 200 None
2026-03-30 06:56:55 [bca.uk] INFO: Saving data for VK21%20YJR: {'auction_closing_time': 1775037600.0, 'created_time': 1774303344.549089, 'last_price_update_time': 1774853815.338436}
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK21%2520YJR') HTTP/1.1" 204 0
2026-03-30 06:56:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with identifier: AVZ%205811
2026-03-30 06:56:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with identifier: AVZ%205811
2026-03-30 06:56:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 144529a5-27a7-5e6c-9c73-1d2b14e62e96 with identifier: AVZ%205811 to the API
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AVZ%205811-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '144529a5-27a7-5e6c-9c73-1d2b14e62e96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AVZ 5811',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AVZ%205811&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'MOVANO 3500 FWD',
 'odometer': 85704,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOVANO 3500 FWD 2.2 TD 140 L2 H2 PRIME PanelVan',
 'transmission': 'manual',
 'trim': 'TD 140 L2 H2 PRIME',
 'vin': 'VXEYCBPFB12W64531',
 'year': 2023}
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AVZ%25205811%27 HTTP/1.1" 200 None
2026-03-30 06:56:55 [bca.uk] INFO: Saving data for AVZ%205811: {'auction_closing_time': 1774864800.0, 'created_time': 1774274787.303296, 'last_price_update_time': 1774853815.710654}
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AVZ%25205811') HTTP/1.1" 204 0
2026-03-30 06:56:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a85926ba-f181-5d08-b70b-477f282e377c with identifier: LE23%20GHF
2026-03-30 06:56:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a85926ba-f181-5d08-b70b-477f282e377c with identifier: LE23%20GHF
2026-03-30 06:56:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a85926ba-f181-5d08-b70b-477f282e377c with identifier: LE23%20GHF to the API
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE23%20GHF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a85926ba-f181-5d08-b70b-477f282e377c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE23 GHF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE23%20GHF&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 45231,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 130 300 LWB LEADER L/R PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 130 300 LWB LEADER L/R',
 'vin': 'WF0YXXTTGYPD86865',
 'year': 2023}
2026-03-30 06:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE23%2520GHF%27 HTTP/1.1" 200 None
2026-03-30 06:56:56 [bca.uk] INFO: Saving data for LE23%20GHF: {'auction_closing_time': 1774864800.0, 'created_time': 1774364786.423241, 'last_price_update_time': 1774853816.007134}
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE23%2520GHF') HTTP/1.1" 204 0
2026-03-30 06:56:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0a4adf58-35b1-549a-99d1-771de427a878 with identifier: MA17%20HXJ
2026-03-30 06:56:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0a4adf58-35b1-549a-99d1-771de427a878 with identifier: MA17%20HXJ
2026-03-30 06:56:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0a4adf58-35b1-549a-99d1-771de427a878 with identifier: MA17%20HXJ to the API
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA17%20HXJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0a4adf58-35b1-549a-99d1-771de427a878',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MA17 HXJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA17%20HXJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HYUNDAI',
 'model': 'SANTA FE',
 'odometer': 65947,
 'odometer_reading_unit': '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 SANTA FE 2.2 CRDI B/D PREMIUM SE (7ST) 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'CRDI B/D PREMIUM SE (7ST) 4WD',
 'vin': 'KMHSW81XSHU760633',
 'year': 2017}
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA17%2520HXJ%27 HTTP/1.1" 200 None
2026-03-30 06:56:56 [bca.uk] INFO: Saving data for MA17%20HXJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774352285.10261, 'last_price_update_time': 1774853816.296292}
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA17%2520HXJ') HTTP/1.1" 204 0
2026-03-30 06:56:56 [bca.uk] INFO: Found listing with ID: OE23%20WTL
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520WTL%27 HTTP/1.1" 200 None
2026-03-30 06:56:56 [bca.uk] INFO: Scrape type for OE23%20WTL: 2
2026-03-30 06:56:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c74b36b-5aa4-5c82-ad40-58d54530410b with identifier: OE23%20WTL
2026-03-30 06:56:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c74b36b-5aa4-5c82-ad40-58d54530410b with scrape type 2
2026-03-30 06:56:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c74b36b-5aa4-5c82-ad40-58d54530410b with scrape type 2
2026-03-30 06:56:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c74b36b-5aa4-5c82-ad40-58d54530410b, identifier: OE23%20WTL
2026-03-30 06:56:56 [bca.uk] INFO: Found listing with ID: LJ72%20RDE
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ72%2520RDE%27 HTTP/1.1" 200 None
2026-03-30 06:56:56 [bca.uk] INFO: Scrape type for LJ72%20RDE: 2
2026-03-30 06:56:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64e7ac68-5517-5bff-b3a6-9914ba42081c with identifier: LJ72%20RDE
2026-03-30 06:56:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64e7ac68-5517-5bff-b3a6-9914ba42081c with scrape type 2
2026-03-30 06:56:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64e7ac68-5517-5bff-b3a6-9914ba42081c with scrape type 2
2026-03-30 06:56:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64e7ac68-5517-5bff-b3a6-9914ba42081c, identifier: LJ72%20RDE
2026-03-30 06:56:56 [bca.uk] INFO: Found listing with ID: BT25%20KMY
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT25%2520KMY%27 HTTP/1.1" 200 None
2026-03-30 06:56:56 [bca.uk] INFO: Scrape type for BT25%20KMY: 2
2026-03-30 06:56:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a66176e-6e6e-5cc5-a897-39b5fc516781 with identifier: BT25%20KMY
2026-03-30 06:56:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a66176e-6e6e-5cc5-a897-39b5fc516781 with scrape type 2
2026-03-30 06:56:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a66176e-6e6e-5cc5-a897-39b5fc516781 with scrape type 2
2026-03-30 06:56:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a66176e-6e6e-5cc5-a897-39b5fc516781, identifier: BT25%20KMY
2026-03-30 06:56:56 [bca.uk] INFO: Found listing with ID: NX68%20WTA
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520WTA%27 HTTP/1.1" 200 None
2026-03-30 06:56:56 [bca.uk] INFO: Scrape type for NX68%20WTA: 2
2026-03-30 06:56:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aca4ee6-0e89-56f8-84c0-1f1ced09cea1 with identifier: NX68%20WTA
2026-03-30 06:56:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aca4ee6-0e89-56f8-84c0-1f1ced09cea1 with scrape type 2
2026-03-30 06:56:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4aca4ee6-0e89-56f8-84c0-1f1ced09cea1 with scrape type 2
2026-03-30 06:56:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4aca4ee6-0e89-56f8-84c0-1f1ced09cea1, identifier: NX68%20WTA
2026-03-30 06:56:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c74b36b-5aa4-5c82-ad40-58d54530410b with identifier: OE23%20WTL
2026-03-30 06:56:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c74b36b-5aa4-5c82-ad40-58d54530410b with identifier: OE23%20WTL
2026-03-30 06:56:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c74b36b-5aa4-5c82-ad40-58d54530410b with identifier: OE23%20WTL to the API
2026-03-30 06:56:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 12,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE23%20WTL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7c74b36b-5aa4-5c82-ad40-58d54530410b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OE23 WTL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE23%20WTL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'C300 E',
 'odometer': 57833,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ C300 E 2.0 AMG LINE PREMIUM 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'W1KAF5EB2PR121828',
 'year': 2023}
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE23%2520WTL%27 HTTP/1.1" 200 None
2026-03-30 06:56:57 [bca.uk] INFO: Saving data for OE23%20WTL: {'auction_closing_time': 1774864800.0, 'created_time': 1774303346.705331, 'last_price_update_time': 1774853817.175998}
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE23%2520WTL') HTTP/1.1" 204 0
2026-03-30 06:56:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64e7ac68-5517-5bff-b3a6-9914ba42081c with identifier: LJ72%20RDE
2026-03-30 06:56:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64e7ac68-5517-5bff-b3a6-9914ba42081c with identifier: LJ72%20RDE
2026-03-30 06:56:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64e7ac68-5517-5bff-b3a6-9914ba42081c with identifier: LJ72%20RDE to the API
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ72%20RDE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '64e7ac68-5517-5bff-b3a6-9914ba42081c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ72 RDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ72%20RDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 83446,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.2 BLUEHDI 140 L3 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L3 H2 ENTERPRISE',
 'vin': 'VF7YCBPFC12W21366',
 'year': 2023}
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ72%2520RDE%27 HTTP/1.1" 200 None
2026-03-30 06:56:57 [bca.uk] INFO: Saving data for LJ72%20RDE: {'auction_closing_time': 1774864800.0, 'created_time': 1774274766.338471, 'last_price_update_time': 1774853817.457927}
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ72%2520RDE') HTTP/1.1" 204 0
2026-03-30 06:56:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a66176e-6e6e-5cc5-a897-39b5fc516781 with identifier: BT25%20KMY
2026-03-30 06:56:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a66176e-6e6e-5cc5-a897-39b5fc516781 with identifier: BT25%20KMY
2026-03-30 06:56:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a66176e-6e6e-5cc5-a897-39b5fc516781 with identifier: BT25%20KMY to the API
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT25%20KMY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a66176e-6e6e-5cc5-a897-39b5fc516781',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT25 KMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT25%20KMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 11054,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 100 ULTIMATE',
 'vin': 'VXKUPHNK1S4092329',
 'year': 2025}
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT25%2520KMY%27 HTTP/1.1" 200 None
2026-03-30 06:56:57 [bca.uk] INFO: Saving data for BT25%20KMY: {'auction_closing_time': 1775037600.0, 'created_time': 1774276547.879788, 'last_price_update_time': 1774853817.744869}
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT25%2520KMY') HTTP/1.1" 204 0
2026-03-30 06:56:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4aca4ee6-0e89-56f8-84c0-1f1ced09cea1 with identifier: NX68%20WTA
2026-03-30 06:56:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4aca4ee6-0e89-56f8-84c0-1f1ced09cea1 with identifier: NX68%20WTA
2026-03-30 06:56:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4aca4ee6-0e89-56f8-84c0-1f1ced09cea1 with identifier: NX68%20WTA to the API
2026-03-30 06:56:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX68%20WTA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4aca4ee6-0e89-56f8-84c0-1f1ced09cea1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX68 WTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX68%20WTA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 30349,
 'odometer_reading_unit': '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 TIGUAN 1.4 TSI 150 BMT 4M SE NAV DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI 150 BMT 4M SE NAV DSG',
 'vin': 'WVGZZZ5NZJW919151',
 'year': 2018}
2026-03-30 06:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX68%2520WTA%27 HTTP/1.1" 200 None
2026-03-30 06:56:58 [bca.uk] INFO: Saving data for NX68%20WTA: {'auction_closing_time': 1774864800.0, 'created_time': 1774352283.181797, 'last_price_update_time': 1774853818.780555}
2026-03-30 06:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX68%2520WTA') HTTP/1.1" 204 0
2026-03-30 06:56:58 [bca.uk] INFO: Found listing with ID: EF22%20VUA
2026-03-30 06:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF22%2520VUA%27 HTTP/1.1" 200 None
2026-03-30 06:56:58 [bca.uk] INFO: Scrape type for EF22%20VUA: 2
2026-03-30 06:56:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f44c4de-c0f8-534e-b8dc-240cf679c141 with identifier: EF22%20VUA
2026-03-30 06:56:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f44c4de-c0f8-534e-b8dc-240cf679c141 with scrape type 2
2026-03-30 06:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f44c4de-c0f8-534e-b8dc-240cf679c141 with scrape type 2
2026-03-30 06:56:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f44c4de-c0f8-534e-b8dc-240cf679c141, identifier: EF22%20VUA
2026-03-30 06:56:58 [bca.uk] INFO: Found listing with ID: EX21%20UKD
2026-03-30 06:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520UKD%27 HTTP/1.1" 200 None
2026-03-30 06:56:58 [bca.uk] INFO: Scrape type for EX21%20UKD: 2
2026-03-30 06:56:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with identifier: EX21%20UKD
2026-03-30 06:56:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with scrape type 2
2026-03-30 06:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with scrape type 2
2026-03-30 06:56:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b52ffa2-ef71-51a3-8f42-efefe6b075d2, identifier: EX21%20UKD
2026-03-30 06:56:59 [bca.uk] INFO: Found listing with ID: BW25%20HZB
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW25%2520HZB%27 HTTP/1.1" 200 None
2026-03-30 06:56:59 [bca.uk] INFO: Scrape type for BW25%20HZB: 2
2026-03-30 06:56:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with identifier: BW25%20HZB
2026-03-30 06:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with scrape type 2
2026-03-30 06:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with scrape type 2
2026-03-30 06:56:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0, identifier: BW25%20HZB
2026-03-30 06:56:59 [bca.uk] INFO: Found listing with ID: SS16%20MFY
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SS16%2520MFY%27 HTTP/1.1" 200 None
2026-03-30 06:56:59 [bca.uk] INFO: Scrape type for SS16%20MFY: 2
2026-03-30 06:56:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f4d6c7a-80b3-5868-b12a-29acc5328718 with identifier: SS16%20MFY
2026-03-30 06:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f4d6c7a-80b3-5868-b12a-29acc5328718 with scrape type 2
2026-03-30 06:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f4d6c7a-80b3-5868-b12a-29acc5328718 with scrape type 2
2026-03-30 06:56:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5f4d6c7a-80b3-5868-b12a-29acc5328718, identifier: SS16%20MFY
2026-03-30 06:56:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f44c4de-c0f8-534e-b8dc-240cf679c141 with identifier: EF22%20VUA
2026-03-30 06:56:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f44c4de-c0f8-534e-b8dc-240cf679c141 with identifier: EF22%20VUA
2026-03-30 06:56:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f44c4de-c0f8-534e-b8dc-240cf679c141 with identifier: EF22%20VUA to the API
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF22%20VUA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '1f44c4de-c0f8-534e-b8dc-240cf679c141',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EF22 VUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF22%20VUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 48796,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 T GDI HEV GT-LINE StationWagon',
 'transmission': 'automatic',
 'trim': 'T GDI HEV GT-LINE',
 'vin': 'U5YPX81GMNL035370',
 'year': 2022}
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF22%2520VUA%27 HTTP/1.1" 200 None
2026-03-30 06:56:59 [bca.uk] INFO: Saving data for EF22%20VUA: {'auction_closing_time': 1774864800.0, 'created_time': 1774303315.488025, 'last_price_update_time': 1774853819.517986}
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF22%2520VUA') HTTP/1.1" 204 0
2026-03-30 06:56:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with identifier: EX21%20UKD
2026-03-30 06:56:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with identifier: EX21%20UKD
2026-03-30 06:56:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b52ffa2-ef71-51a3-8f42-efefe6b075d2 with identifier: EX21%20UKD to the API
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:56:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX21%20UKD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b52ffa2-ef71-51a3-8f42-efefe6b075d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX21 UKD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX21%20UKD&vehicleType=*',
 'listing': 'auction',
 'location': 'Crawley',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 82403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1400 2.0 BLUEHDI 120 M ENTERPRISE S/S PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 120 M ENTERPRISE S/S',
 'vin': 'VF7VFAHKKM7814518',
 'year': 2021}
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX21%2520UKD%27 HTTP/1.1" 200 None
2026-03-30 06:56:59 [bca.uk] INFO: Saving data for EX21%20UKD: {'auction_closing_time': 1774864800.0, 'created_time': 1774275333.817629, 'last_price_update_time': 1774853819.808147}
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX21%2520UKD') HTTP/1.1" 204 0
2026-03-30 06:56:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with identifier: BW25%20HZB
2026-03-30 06:56:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with identifier: BW25%20HZB
2026-03-30 06:56:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0715a9ed-fbd6-5938-b3e4-ba21ac6726a0 with identifier: BW25%20HZB to the API
2026-03-30 06:56:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:56: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:57:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW25%20HZB-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0715a9ed-fbd6-5938-b3e4-ba21ac6726a0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW25 HZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW25%20HZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 6136,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.0 TSI 115 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 MATCH',
 'vin': 'WVGZZZA15SV134920',
 'year': 2025}
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW25%2520HZB%27 HTTP/1.1" 200 None
2026-03-30 06:57:00 [bca.uk] INFO: Saving data for BW25%20HZB: {'auction_closing_time': 1775037600.0, 'created_time': 1774365023.419681, 'last_price_update_time': 1774853820.110349}
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW25%2520HZB') HTTP/1.1" 204 0
2026-03-30 06:57:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5f4d6c7a-80b3-5868-b12a-29acc5328718 with identifier: SS16%20MFY
2026-03-30 06:57:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5f4d6c7a-80b3-5868-b12a-29acc5328718 with identifier: SS16%20MFY
2026-03-30 06:57:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5f4d6c7a-80b3-5868-b12a-29acc5328718 with identifier: SS16%20MFY to the API
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 138,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SS16%20MFY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5f4d6c7a-80b3-5868-b12a-29acc5328718',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SS16 MFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SS16%20MFY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A6 AVANT',
 'odometer': 105158,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A6 AVANT 2.0 TDI 190 QUATTRO BLACK ED.S-T Estate',
 'transmission': 'automatic',
 'trim': 'TDI 190 QUATTRO BLACK ED.S-T',
 'vin': 'WAUZZZ4G6GN185108',
 'year': 2016}
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SS16%2520MFY%27 HTTP/1.1" 200 None
2026-03-30 06:57:00 [bca.uk] INFO: Saving data for SS16%20MFY: {'auction_closing_time': 1774864800.0, 'created_time': 1774352279.025523, 'last_price_update_time': 1774853820.413995}
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SS16%2520MFY') HTTP/1.1" 204 0
2026-03-30 06:57:00 [bca.uk] INFO: Found listing with ID: LM21%20ZPF
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520ZPF%27 HTTP/1.1" 200 None
2026-03-30 06:57:00 [bca.uk] INFO: Scrape type for LM21%20ZPF: 2
2026-03-30 06:57:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with identifier: LM21%20ZPF
2026-03-30 06:57:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with scrape type 2
2026-03-30 06:57:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with scrape type 2
2026-03-30 06:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ddc7045c-e9f5-5490-9b2b-1df3f37fee2e, identifier: LM21%20ZPF
2026-03-30 06:57:00 [bca.uk] INFO: Found listing with ID: DN22%20ZZU
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN22%2520ZZU%27 HTTP/1.1" 200 None
2026-03-30 06:57:00 [bca.uk] INFO: Scrape type for DN22%20ZZU: 2
2026-03-30 06:57:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9b5d3a7-2f64-539c-960e-2b0575d73e85 with identifier: DN22%20ZZU
2026-03-30 06:57:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9b5d3a7-2f64-539c-960e-2b0575d73e85 with scrape type 2
2026-03-30 06:57:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9b5d3a7-2f64-539c-960e-2b0575d73e85 with scrape type 2
2026-03-30 06:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9b5d3a7-2f64-539c-960e-2b0575d73e85, identifier: DN22%20ZZU
2026-03-30 06:57:00 [bca.uk] INFO: Found listing with ID: MW74%20VTE
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520VTE%27 HTTP/1.1" 200 None
2026-03-30 06:57:00 [bca.uk] INFO: Scrape type for MW74%20VTE: 2
2026-03-30 06:57:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with identifier: MW74%20VTE
2026-03-30 06:57:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with scrape type 2
2026-03-30 06:57:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with scrape type 2
2026-03-30 06:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1, identifier: MW74%20VTE
2026-03-30 06:57:00 [bca.uk] INFO: Found listing with ID: VN18%20NPO
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520NPO%27 HTTP/1.1" 200 None
2026-03-30 06:57:00 [bca.uk] INFO: Scrape type for VN18%20NPO: 2
2026-03-30 06:57:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a7e7104-e8b7-57e8-9701-896ea8bd69a6 with identifier: VN18%20NPO
2026-03-30 06:57:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a7e7104-e8b7-57e8-9701-896ea8bd69a6 with scrape type 2
2026-03-30 06:57:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a7e7104-e8b7-57e8-9701-896ea8bd69a6 with scrape type 2
2026-03-30 06:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a7e7104-e8b7-57e8-9701-896ea8bd69a6, identifier: VN18%20NPO
2026-03-30 06:57:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with identifier: LM21%20ZPF
2026-03-30 06:57:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with identifier: LM21%20ZPF
2026-03-30 06:57:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ddc7045c-e9f5-5490-9b2b-1df3f37fee2e with identifier: LM21%20ZPF to the API
2026-03-30 06:57:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 42,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM21%20ZPF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ddc7045c-e9f5-5490-9b2b-1df3f37fee2e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM21 ZPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM21%20ZPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': 'X1',
 'odometer': 42949,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'BMW X1 1.5 XDRIVE 25E M SPORT StationWagon',
 'transmission': 'automatic',
 'trim': 'XDRIVE 25E M SPORT',
 'vin': 'WBA72AB0505T72462',
 'year': 2021}
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM21%2520ZPF%27 HTTP/1.1" 200 None
2026-03-30 06:57:01 [bca.uk] INFO: Saving data for LM21%20ZPF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303315.127485, 'last_price_update_time': 1774853821.146619}
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520ZPF') HTTP/1.1" 204 0
2026-03-30 06:57:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9b5d3a7-2f64-539c-960e-2b0575d73e85 with identifier: DN22%20ZZU
2026-03-30 06:57:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9b5d3a7-2f64-539c-960e-2b0575d73e85 with identifier: DN22%20ZZU
2026-03-30 06:57:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9b5d3a7-2f64-539c-960e-2b0575d73e85 with identifier: DN22%20ZZU to the API
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN22%20ZZU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b9b5d3a7-2f64-539c-960e-2b0575d73e85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DN22 ZZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN22%20ZZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 38753,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 130KW 51KWH TROPHY Hatchback',
 'transmission': 'automatic',
 'trim': '130KW 51KWH TROPHY',
 'vin': 'LSJW74097NZ136364',
 'year': 2022}
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN22%2520ZZU%27 HTTP/1.1" 200 None
2026-03-30 06:57:01 [bca.uk] INFO: Saving data for DN22%20ZZU: {'auction_closing_time': 1774864800.0, 'created_time': 1774276268.696231, 'last_price_update_time': 1774853821.542048}
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN22%2520ZZU') HTTP/1.1" 204 0
2026-03-30 06:57:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with identifier: MW74%20VTE
2026-03-30 06:57:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with identifier: MW74%20VTE
2026-03-30 06:57:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1 with identifier: MW74%20VTE to the API
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MW74%20VTE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a2b4ab7d-cf84-5722-aa5e-1d41cc8d27d1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MW74 VTE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MW74%20VTE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 9213,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI 115 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 115 MATCH',
 'vin': 'WVWZZZCD8SW181350',
 'year': 2025}
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MW74%2520VTE%27 HTTP/1.1" 200 None
2026-03-30 06:57:01 [bca.uk] INFO: Saving data for MW74%20VTE: {'auction_closing_time': 1775037600.0, 'created_time': 1774365009.051588, 'last_price_update_time': 1774853821.872129}
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MW74%2520VTE') HTTP/1.1" 204 0
2026-03-30 06:57:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a7e7104-e8b7-57e8-9701-896ea8bd69a6 with identifier: VN18%20NPO
2026-03-30 06:57:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a7e7104-e8b7-57e8-9701-896ea8bd69a6 with identifier: VN18%20NPO
2026-03-30 06:57:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a7e7104-e8b7-57e8-9701-896ea8bd69a6 with identifier: VN18%20NPO to the API
2026-03-30 06:57:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN18%20NPO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a7e7104-e8b7-57e8-9701-896ea8bd69a6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN18 NPO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN18%20NPO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '435D GRAN COUPE',
 'odometer': 56654,
 'odometer_reading_unit': '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 435D GRAN COUPE 3.0 XDRIVE M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT STEP',
 'vin': 'WBA4L32010BN92534',
 'year': 2018}
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN18%2520NPO%27 HTTP/1.1" 200 None
2026-03-30 06:57:02 [bca.uk] INFO: Saving data for VN18%20NPO: {'auction_closing_time': 1774864800.0, 'created_time': 1774352346.123378, 'last_price_update_time': 1774853822.156493}
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN18%2520NPO') HTTP/1.1" 204 0
2026-03-30 06:57:02 [bca.uk] INFO: Found listing with ID: GJ67%20PXZ
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520PXZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:02 [bca.uk] INFO: Scrape type for GJ67%20PXZ: 2
2026-03-30 06:57:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bafddb2d-1f30-515b-9475-c3a7a5fca87c with identifier: GJ67%20PXZ
2026-03-30 06:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bafddb2d-1f30-515b-9475-c3a7a5fca87c with scrape type 2
2026-03-30 06:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bafddb2d-1f30-515b-9475-c3a7a5fca87c with scrape type 2
2026-03-30 06:57:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bafddb2d-1f30-515b-9475-c3a7a5fca87c, identifier: GJ67%20PXZ
2026-03-30 06:57:02 [bca.uk] INFO: Found listing with ID: BU68%20XUO
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520XUO%27 HTTP/1.1" 200 None
2026-03-30 06:57:02 [bca.uk] INFO: Scrape type for BU68%20XUO: 2
2026-03-30 06:57:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c868156b-dc9c-502d-a0c9-b977030a96c3 with identifier: BU68%20XUO
2026-03-30 06:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c868156b-dc9c-502d-a0c9-b977030a96c3 with scrape type 2
2026-03-30 06:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c868156b-dc9c-502d-a0c9-b977030a96c3 with scrape type 2
2026-03-30 06:57:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c868156b-dc9c-502d-a0c9-b977030a96c3, identifier: BU68%20XUO
2026-03-30 06:57:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:57:02 [bca.uk] INFO: Found listing with ID: LG20%20FYR
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520FYR%27 HTTP/1.1" 200 None
2026-03-30 06:57:02 [bca.uk] INFO: Scrape type for LG20%20FYR: 2
2026-03-30 06:57:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a82c0609-1f3a-5b6c-a5e7-743c377d8607 with identifier: LG20%20FYR
2026-03-30 06:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a82c0609-1f3a-5b6c-a5e7-743c377d8607 with scrape type 2
2026-03-30 06:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a82c0609-1f3a-5b6c-a5e7-743c377d8607 with scrape type 2
2026-03-30 06:57:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a82c0609-1f3a-5b6c-a5e7-743c377d8607, identifier: LG20%20FYR
2026-03-30 06:57:02 [bca.uk] INFO: Found listing with ID: CV11%20YVH
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520YVH%27 HTTP/1.1" 200 None
2026-03-30 06:57:02 [bca.uk] INFO: Scrape type for CV11%20YVH: 2
2026-03-30 06:57:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d87630c6-95c0-504b-be4c-9c148c4343ee with identifier: CV11%20YVH
2026-03-30 06:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d87630c6-95c0-504b-be4c-9c148c4343ee with scrape type 2
2026-03-30 06:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d87630c6-95c0-504b-be4c-9c148c4343ee with scrape type 2
2026-03-30 06:57:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d87630c6-95c0-504b-be4c-9c148c4343ee, identifier: CV11%20YVH
2026-03-30 06:57:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bafddb2d-1f30-515b-9475-c3a7a5fca87c with identifier: GJ67%20PXZ
2026-03-30 06:57:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bafddb2d-1f30-515b-9475-c3a7a5fca87c with identifier: GJ67%20PXZ
2026-03-30 06:57:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bafddb2d-1f30-515b-9475-c3a7a5fca87c with identifier: GJ67%20PXZ to the API
2026-03-30 06:57:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 82,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ67%20PXZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'bafddb2d-1f30-515b-9475-c3a7a5fca87c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ67 PXZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ67%20PXZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 90614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 VVT-I HYBRID EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID EXCEL',
 'vin': 'VNKKD3D310A379546',
 'year': 2017}
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ67%2520PXZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:03 [bca.uk] INFO: Saving data for GJ67%20PXZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773959553.342129, 'last_price_update_time': 1774853823.034222}
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ67%2520PXZ') HTTP/1.1" 204 0
2026-03-30 06:57:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c868156b-dc9c-502d-a0c9-b977030a96c3 with identifier: BU68%20XUO
2026-03-30 06:57:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c868156b-dc9c-502d-a0c9-b977030a96c3 with identifier: BU68%20XUO
2026-03-30 06:57:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c868156b-dc9c-502d-a0c9-b977030a96c3 with identifier: BU68%20XUO to the API
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU68%20XUO-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c868156b-dc9c-502d-a0c9-b977030a96c3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BU68 XUO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU68%20XUO&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 68797,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 ED4 150 2WD SE TECH Hatchback',
 'transmission': 'manual',
 'trim': 'ED4 150 2WD SE TECH',
 'vin': 'SALVB2CN0KH338238',
 'year': 2018}
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU68%2520XUO%27 HTTP/1.1" 200 None
2026-03-30 06:57:03 [bca.uk] INFO: Saving data for BU68%20XUO: {'auction_closing_time': 1774864800.0, 'created_time': 1774276668.267126, 'last_price_update_time': 1774853823.382374}
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU68%2520XUO') HTTP/1.1" 204 0
2026-03-30 06:57:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a82c0609-1f3a-5b6c-a5e7-743c377d8607 with identifier: LG20%20FYR
2026-03-30 06:57:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a82c0609-1f3a-5b6c-a5e7-743c377d8607 with identifier: LG20%20FYR
2026-03-30 06:57:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a82c0609-1f3a-5b6c-a5e7-743c377d8607 with identifier: LG20%20FYR to the API
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG20%20FYR-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a82c0609-1f3a-5b6c-a5e7-743c377d8607',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG20 FYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG20%20FYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'CITROEN',
 'model': 'DISPATCH 1000',
 'odometer': 103712,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1000 1.5 B/HDI 100 M ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 M ENTERPRISE',
 'vin': 'VF7VBYHRKL7019670',
 'year': 2020}
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG20%2520FYR%27 HTTP/1.1" 200 None
2026-03-30 06:57:03 [bca.uk] INFO: Saving data for LG20%20FYR: {'auction_closing_time': 1774864800.0, 'created_time': 1774365152.737938, 'last_price_update_time': 1774853823.694021}
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG20%2520FYR') HTTP/1.1" 204 0
2026-03-30 06:57:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d87630c6-95c0-504b-be4c-9c148c4343ee with identifier: CV11%20YVH
2026-03-30 06:57:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d87630c6-95c0-504b-be4c-9c148c4343ee with identifier: CV11%20YVH
2026-03-30 06:57:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d87630c6-95c0-504b-be4c-9c148c4343ee with identifier: CV11%20YVH to the API
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV11%20YVH-GB',
 'category': 'Car',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd87630c6-95c0-504b-be4c-9c148c4343ee',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CV11 YVH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV11%20YVH&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 87436,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3500,
 'price_includes_vat': False,
 'registration_date': '2011-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 150 GS StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 150 GS',
 'vin': 'SALFA2CC8BH241102',
 'year': 2011}
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV11%2520YVH%27 HTTP/1.1" 200 None
2026-03-30 06:57:03 [bca.uk] INFO: Saving data for CV11%20YVH: {'auction_closing_time': 1774940400.0, 'created_time': 1773827021.965008, 'last_price_update_time': 1774853823.994951}
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV11%2520YVH') HTTP/1.1" 204 0
2026-03-30 06:57:04 [bca.uk] INFO: Found listing with ID: HT21%20ATV
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520ATV%27 HTTP/1.1" 200 None
2026-03-30 06:57:04 [bca.uk] INFO: Scrape type for HT21%20ATV: 2
2026-03-30 06:57:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3f5f35e-1fb4-5234-80e4-a54b00424130 with identifier: HT21%20ATV
2026-03-30 06:57:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3f5f35e-1fb4-5234-80e4-a54b00424130 with scrape type 2
2026-03-30 06:57:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3f5f35e-1fb4-5234-80e4-a54b00424130 with scrape type 2
2026-03-30 06:57:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3f5f35e-1fb4-5234-80e4-a54b00424130, identifier: HT21%20ATV
2026-03-30 06:57:04 [bca.uk] INFO: Found listing with ID: GX68%20WRV
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520WRV%27 HTTP/1.1" 200 None
2026-03-30 06:57:04 [bca.uk] INFO: Scrape type for GX68%20WRV: 2
2026-03-30 06:57:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with identifier: GX68%20WRV
2026-03-30 06:57:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with scrape type 2
2026-03-30 06:57:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with scrape type 2
2026-03-30 06:57:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f269ed0-17c8-5170-aa6f-33ea6700b9f6, identifier: GX68%20WRV
2026-03-30 06:57:04 [bca.uk] INFO: Found listing with ID: BF16%20ZYN
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520ZYN%27 HTTP/1.1" 200 None
2026-03-30 06:57:04 [bca.uk] INFO: Scrape type for BF16%20ZYN: 2
2026-03-30 06:57:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with identifier: BF16%20ZYN
2026-03-30 06:57:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with scrape type 2
2026-03-30 06:57:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with scrape type 2
2026-03-30 06:57:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ffd6e9f5-b4c2-564a-9d5b-83c57259c850, identifier: BF16%20ZYN
2026-03-30 06:57:04 [bca.uk] INFO: Found listing with ID: LO64%20UBA
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520UBA%27 HTTP/1.1" 200 None
2026-03-30 06:57:04 [bca.uk] INFO: Scrape type for LO64%20UBA: 2
2026-03-30 06:57:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2026038-a255-5594-b3e5-29491978f7a7 with identifier: LO64%20UBA
2026-03-30 06:57:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2026038-a255-5594-b3e5-29491978f7a7 with scrape type 2
2026-03-30 06:57:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2026038-a255-5594-b3e5-29491978f7a7 with scrape type 2
2026-03-30 06:57:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2026038-a255-5594-b3e5-29491978f7a7, identifier: LO64%20UBA
2026-03-30 06:57:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3f5f35e-1fb4-5234-80e4-a54b00424130 with identifier: HT21%20ATV
2026-03-30 06:57:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3f5f35e-1fb4-5234-80e4-a54b00424130 with identifier: HT21%20ATV
2026-03-30 06:57:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3f5f35e-1fb4-5234-80e4-a54b00424130 with identifier: HT21%20ATV to the API
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT21%20ATV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a3f5f35e-1fb4-5234-80e4-a54b00424130',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT21 ATV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT21%20ATV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 51530,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B MHEV 155 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 155 TITANIUM X',
 'vin': 'WF0JXXGAHJMU29891',
 'year': 2021}
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT21%2520ATV%27 HTTP/1.1" 200 None
2026-03-30 06:57:04 [bca.uk] INFO: Saving data for HT21%20ATV: {'auction_closing_time': 1774864800.0, 'created_time': 1774303595.414368, 'last_price_update_time': 1774853824.754692}
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT21%2520ATV') HTTP/1.1" 204 0
2026-03-30 06:57:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with identifier: GX68%20WRV
2026-03-30 06:57:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with identifier: GX68%20WRV
2026-03-30 06:57:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f269ed0-17c8-5170-aa6f-33ea6700b9f6 with identifier: GX68%20WRV to the API
2026-03-30 06:57:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX68%20WRV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3f269ed0-17c8-5170-aa6f-33ea6700b9f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX68 WRV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX68%20WRV&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 65728,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 S StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 S',
 'vin': 'SALYA2AN7KA200451',
 'year': 2018}
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX68%2520WRV%27 HTTP/1.1" 200 None
2026-03-30 06:57:05 [bca.uk] INFO: Saving data for GX68%20WRV: {'auction_closing_time': 1774864800.0, 'created_time': 1774276474.241594, 'last_price_update_time': 1774853825.068763}
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX68%2520WRV') HTTP/1.1" 204 0
2026-03-30 06:57:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with identifier: BF16%20ZYN
2026-03-30 06:57:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with identifier: BF16%20ZYN
2026-03-30 06:57:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ffd6e9f5-b4c2-564a-9d5b-83c57259c850 with identifier: BF16%20ZYN to the API
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF16%20ZYN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ffd6e9f5-b4c2-564a-9d5b-83c57259c850',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF16 ZYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF16%20ZYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'TRAFIC 2.7T',
 'odometer': 100125,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 2.7T 1.6 SL27 DCI 115 BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'SL27 DCI 115 BUSINESS',
 'vin': 'VF13FL00254851020',
 'year': 2016}
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520ZYN%27 HTTP/1.1" 200 None
2026-03-30 06:57:05 [bca.uk] INFO: Saving data for BF16%20ZYN: {'auction_closing_time': 1774864800.0, 'created_time': 1774365164.770185, 'last_price_update_time': 1774853825.352796}
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF16%2520ZYN') HTTP/1.1" 204 0
2026-03-30 06:57:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2026038-a255-5594-b3e5-29491978f7a7 with identifier: LO64%20UBA
2026-03-30 06:57:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2026038-a255-5594-b3e5-29491978f7a7 with identifier: LO64%20UBA
2026-03-30 06:57:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2026038-a255-5594-b3e5-29491978f7a7 with identifier: LO64%20UBA to the API
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO64%20UBA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd2026038-a255-5594-b3e5-29491978f7a7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LO64 UBA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO64%20UBA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'E220',
 'odometer': 104799,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 4350,
 'price_includes_vat': False,
 'registration_date': '2014-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': 'WDD2073012F303191',
 'year': 2014}
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO64%2520UBA%27 HTTP/1.1" 200 None
2026-03-30 06:57:05 [bca.uk] INFO: Saving data for LO64%20UBA: {'auction_closing_time': 1774940400.0, 'created_time': 1773909170.271084, 'last_price_update_time': 1774853825.642957}
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO64%2520UBA') HTTP/1.1" 204 0
2026-03-30 06:57:05 [bca.uk] INFO: Found listing with ID: OY20%20POV
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY20%2520POV%27 HTTP/1.1" 200 None
2026-03-30 06:57:05 [bca.uk] INFO: Scrape type for OY20%20POV: 2
2026-03-30 06:57:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98bb682a-99be-5c6c-aca2-0d0692c92979 with identifier: OY20%20POV
2026-03-30 06:57:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98bb682a-99be-5c6c-aca2-0d0692c92979 with scrape type 2
2026-03-30 06:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98bb682a-99be-5c6c-aca2-0d0692c92979 with scrape type 2
2026-03-30 06:57:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98bb682a-99be-5c6c-aca2-0d0692c92979, identifier: OY20%20POV
2026-03-30 06:57:05 [bca.uk] INFO: Found listing with ID: ST73%20UHY
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST73%2520UHY%27 HTTP/1.1" 200 None
2026-03-30 06:57:05 [bca.uk] INFO: Scrape type for ST73%20UHY: 2
2026-03-30 06:57:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with identifier: ST73%20UHY
2026-03-30 06:57:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with scrape type 2
2026-03-30 06:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with scrape type 2
2026-03-30 06:57:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bc3b6387-86e0-5cb7-88c3-d54cb20ec675, identifier: ST73%20UHY
2026-03-30 06:57:05 [bca.uk] INFO: Found listing with ID: SD72%20MDZ
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD72%2520MDZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:05 [bca.uk] INFO: Scrape type for SD72%20MDZ: 2
2026-03-30 06:57:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ebf70ef-66f2-5083-9056-74d4128c78dd with identifier: SD72%20MDZ
2026-03-30 06:57:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ebf70ef-66f2-5083-9056-74d4128c78dd with scrape type 2
2026-03-30 06:57:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ebf70ef-66f2-5083-9056-74d4128c78dd with scrape type 2
2026-03-30 06:57:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ebf70ef-66f2-5083-9056-74d4128c78dd, identifier: SD72%20MDZ
2026-03-30 06:57:06 [bca.uk] INFO: Found listing with ID: OE16%20HTK
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520HTK%27 HTTP/1.1" 200 None
2026-03-30 06:57:06 [bca.uk] INFO: Scrape type for OE16%20HTK: 2
2026-03-30 06:57:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 922b0537-bd00-5d96-96cc-7a87083d2997 with identifier: OE16%20HTK
2026-03-30 06:57:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 922b0537-bd00-5d96-96cc-7a87083d2997 with scrape type 2
2026-03-30 06:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 922b0537-bd00-5d96-96cc-7a87083d2997 with scrape type 2
2026-03-30 06:57:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 922b0537-bd00-5d96-96cc-7a87083d2997, identifier: OE16%20HTK
2026-03-30 06:57:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98bb682a-99be-5c6c-aca2-0d0692c92979 with identifier: OY20%20POV
2026-03-30 06:57:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98bb682a-99be-5c6c-aca2-0d0692c92979 with identifier: OY20%20POV
2026-03-30 06:57:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98bb682a-99be-5c6c-aca2-0d0692c92979 with identifier: OY20%20POV to the API
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 198,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY20%20POV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '4.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98bb682a-99be-5c6c-aca2-0d0692c92979',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY20 POV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY20%20POV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'SQ7',
 'odometer': 30924,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI SQ7 4.0 TDI 430 QUATTRO TIP StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 430 QUATTRO TIP',
 'vin': 'WAUZZZ4M6LD014820',
 'year': 2020}
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY20%2520POV%27 HTTP/1.1" 200 None
2026-03-30 06:57:06 [bca.uk] INFO: Saving data for OY20%20POV: {'auction_closing_time': 1774951200.0, 'created_time': 1773958195.448067, 'last_price_update_time': 1774853826.406192}
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY20%2520POV') HTTP/1.1" 204 0
2026-03-30 06:57:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with identifier: ST73%20UHY
2026-03-30 06:57:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with identifier: ST73%20UHY
2026-03-30 06:57:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bc3b6387-86e0-5cb7-88c3-d54cb20ec675 with identifier: ST73%20UHY to the API
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 21,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ST73%20UHY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'bc3b6387-86e0-5cb7-88c3-d54cb20ec675',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ST73 UHY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ST73%20UHY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MAZDA',
 'model': 'MX-30 R-EV',
 'odometer': 27361,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA MX-30 R-EV 125KW 17.8KWH EDITION R Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 17.8KWH EDITION R',
 'vin': 'JMZDR6WJJ00214011',
 'year': 2023}
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST73%2520UHY%27 HTTP/1.1" 200 None
2026-03-30 06:57:06 [bca.uk] INFO: Saving data for ST73%20UHY: {'auction_closing_time': 1774864800.0, 'created_time': 1774276452.870863, 'last_price_update_time': 1774853826.789381}
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ST73%2520UHY') HTTP/1.1" 204 0
2026-03-30 06:57:06 [bca.uk] INFO: Total items found: 95
2026-03-30 06:57:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded
2026-03-30 06:57:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-30 06:57:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:57:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ebf70ef-66f2-5083-9056-74d4128c78dd with identifier: SD72%20MDZ
2026-03-30 06:57:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ebf70ef-66f2-5083-9056-74d4128c78dd with identifier: SD72%20MDZ
2026-03-30 06:57:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ebf70ef-66f2-5083-9056-74d4128c78dd with identifier: SD72%20MDZ to the API
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SD72%20MDZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8ebf70ef-66f2-5083-9056-74d4128c78dd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SD72 MDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SD72%20MDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'ID.5',
 'odometer': 56121,
 'odometer_reading_unit': '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.5 128KW 77KWH STYLE PRO Coupe',
 'transmission': 'automatic',
 'trim': '128KW 77KWH STYLE PRO',
 'vin': 'WVGZZZE2ZPP503901',
 'year': 2022}
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SD72%2520MDZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:07 [bca.uk] INFO: Saving data for SD72%20MDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773823331.18812, 'last_price_update_time': 1774853827.207503}
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SD72%2520MDZ') HTTP/1.1" 204 0
2026-03-30 06:57:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 922b0537-bd00-5d96-96cc-7a87083d2997 with identifier: OE16%20HTK
2026-03-30 06:57:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 922b0537-bd00-5d96-96cc-7a87083d2997 with identifier: OE16%20HTK
2026-03-30 06:57:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 922b0537-bd00-5d96-96cc-7a87083d2997 with identifier: OE16%20HTK to the API
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OE16%20HTK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '922b0537-bd00-5d96-96cc-7a87083d2997',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OE16 HTK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OE16%20HTK&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 90460,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6500,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE LUXURY',
 'vin': 'SALCA2AN7GH620770',
 'year': 2016}
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OE16%2520HTK%27 HTTP/1.1" 200 None
2026-03-30 06:57:07 [bca.uk] INFO: Saving data for OE16%20HTK: {'auction_closing_time': 1774940400.0, 'created_time': 1773909236.723347, 'last_price_update_time': 1774853827.550211}
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OE16%2520HTK') HTTP/1.1" 204 0
2026-03-30 06:57:07 [bca.uk] INFO: Found listing with ID: WP22%20BHW
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520BHW%27 HTTP/1.1" 200 None
2026-03-30 06:57:07 [bca.uk] INFO: Scrape type for WP22%20BHW: 2
2026-03-30 06:57:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 732879e3-25c2-5ef0-976d-d93a03a5c272 with identifier: WP22%20BHW
2026-03-30 06:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 732879e3-25c2-5ef0-976d-d93a03a5c272 with scrape type 2
2026-03-30 06:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 732879e3-25c2-5ef0-976d-d93a03a5c272 with scrape type 2
2026-03-30 06:57:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 732879e3-25c2-5ef0-976d-d93a03a5c272, identifier: WP22%20BHW
2026-03-30 06:57:07 [bca.uk] INFO: Found listing with ID: GV72%20ORU
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520ORU%27 HTTP/1.1" 200 None
2026-03-30 06:57:07 [bca.uk] INFO: Scrape type for GV72%20ORU: 2
2026-03-30 06:57:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with identifier: GV72%20ORU
2026-03-30 06:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with scrape type 2
2026-03-30 06:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with scrape type 2
2026-03-30 06:57:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9, identifier: GV72%20ORU
2026-03-30 06:57:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:57:07 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-30 06:57:07 [bca.uk] INFO: Found listing with ID: WO72%20JYX
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520JYX%27 HTTP/1.1" 200 None
2026-03-30 06:57:07 [bca.uk] INFO: Scrape type for WO72%20JYX: 2
2026-03-30 06:57:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69f8a69b-0399-5a5f-8f31-09cbbe347540 with identifier: WO72%20JYX
2026-03-30 06:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69f8a69b-0399-5a5f-8f31-09cbbe347540 with scrape type 2
2026-03-30 06:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69f8a69b-0399-5a5f-8f31-09cbbe347540 with scrape type 2
2026-03-30 06:57:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 69f8a69b-0399-5a5f-8f31-09cbbe347540, identifier: WO72%20JYX
2026-03-30 06:57:07 [bca.uk] INFO: Found listing with ID: FE69%20YPM
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520YPM%27 HTTP/1.1" 200 None
2026-03-30 06:57:07 [bca.uk] INFO: Scrape type for FE69%20YPM: 2
2026-03-30 06:57:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33f6bac0-e681-5e7d-9605-ebc814b69f3c with identifier: FE69%20YPM
2026-03-30 06:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33f6bac0-e681-5e7d-9605-ebc814b69f3c with scrape type 2
2026-03-30 06:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33f6bac0-e681-5e7d-9605-ebc814b69f3c with scrape type 2
2026-03-30 06:57:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33f6bac0-e681-5e7d-9605-ebc814b69f3c, identifier: FE69%20YPM
2026-03-30 06:57:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 732879e3-25c2-5ef0-976d-d93a03a5c272 with identifier: WP22%20BHW
2026-03-30 06:57:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 732879e3-25c2-5ef0-976d-d93a03a5c272 with identifier: WP22%20BHW
2026-03-30 06:57:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 732879e3-25c2-5ef0-976d-d93a03a5c272 with identifier: WP22%20BHW to the API
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP22%20BHW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '732879e3-25c2-5ef0-976d-d93a03a5c272',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP22 BHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP22%20BHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'VITO 114',
 'odometer': 101093,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ VITO 114 2.0 CDI L1 RWD PROGRESSIVE PanelVan',
 'transmission': 'manual',
 'trim': 'CDI L1 RWD PROGRESSIVE',
 'vin': 'W1V44760124136757',
 'year': 2022}
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP22%2520BHW%27 HTTP/1.1" 200 None
2026-03-30 06:57:08 [bca.uk] INFO: Saving data for WP22%20BHW: {'auction_closing_time': 1774951200.0, 'created_time': 1773839398.527109, 'last_price_update_time': 1774853828.300903}
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP22%2520BHW') HTTP/1.1" 204 0
2026-03-30 06:57:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with identifier: GV72%20ORU
2026-03-30 06:57:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with identifier: GV72%20ORU
2026-03-30 06:57:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 03a4a2f4-e9d8-54af-9a17-9749b52ba4c9 with identifier: GV72%20ORU to the API
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GV72%20ORU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '03a4a2f4-e9d8-54af-9a17-9749b52ba4c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GV72 ORU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GV72%20ORU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 29951,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE (110KC) Hatchback',
 'transmission': 'automatic',
 'trim': '109KW 52KWH LIFE PURE (110KC)',
 'vin': 'WVGZZZE2ZPE023796',
 'year': 2023}
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GV72%2520ORU%27 HTTP/1.1" 200 None
2026-03-30 06:57:08 [bca.uk] INFO: Saving data for GV72%20ORU: {'auction_closing_time': 1774951200.0, 'created_time': 1774276460.413854, 'last_price_update_time': 1774853828.598703}
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GV72%2520ORU') HTTP/1.1" 204 0
2026-03-30 06:57:08 [bca.uk] INFO: Found listing with ID: FL73%20NZR
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL73%2520NZR%27 HTTP/1.1" 200 None
2026-03-30 06:57:08 [bca.uk] INFO: Scrape type for FL73%20NZR: 2
2026-03-30 06:57:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33da6a41-fc29-559c-ba56-8224166c5bbf with identifier: FL73%20NZR
2026-03-30 06:57:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33da6a41-fc29-559c-ba56-8224166c5bbf with scrape type 2
2026-03-30 06:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33da6a41-fc29-559c-ba56-8224166c5bbf with scrape type 2
2026-03-30 06:57:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33da6a41-fc29-559c-ba56-8224166c5bbf, identifier: FL73%20NZR
2026-03-30 06:57: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:57:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 69f8a69b-0399-5a5f-8f31-09cbbe347540 with identifier: WO72%20JYX
2026-03-30 06:57:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 69f8a69b-0399-5a5f-8f31-09cbbe347540 with identifier: WO72%20JYX
2026-03-30 06:57:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 69f8a69b-0399-5a5f-8f31-09cbbe347540 with identifier: WO72%20JYX to the API
2026-03-30 06:57:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO72%20JYX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '69f8a69b-0399-5a5f-8f31-09cbbe347540',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WO72 JYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO72%20JYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 18611,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.5 TSI 150 R LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 R LINE',
 'vin': 'WVWZZZCDXPW133291',
 'year': 2023}
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520JYX%27 HTTP/1.1" 200 None
2026-03-30 06:57:09 [bca.uk] INFO: Saving data for WO72%20JYX: {'auction_closing_time': 1774951200.0, 'created_time': 1774365120.629372, 'last_price_update_time': 1774853829.018015}
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO72%2520JYX') HTTP/1.1" 204 0
2026-03-30 06:57:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33f6bac0-e681-5e7d-9605-ebc814b69f3c with identifier: FE69%20YPM
2026-03-30 06:57:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33f6bac0-e681-5e7d-9605-ebc814b69f3c with identifier: FE69%20YPM
2026-03-30 06:57:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33f6bac0-e681-5e7d-9605-ebc814b69f3c with identifier: FE69%20YPM to the API
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FE69%20YPM-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33f6bac0-e681-5e7d-9605-ebc814b69f3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FE69 YPM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FE69%20YPM&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 81333,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 213 WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 213 WILDTRAK',
 'vin': '6FPPXXMJ2PKY21283',
 'year': 2019}
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE69%2520YPM%27 HTTP/1.1" 200 None
2026-03-30 06:57:09 [bca.uk] INFO: Saving data for FE69%20YPM: {'auction_closing_time': 1774951200.0, 'created_time': 1774353219.194474, 'last_price_update_time': 1774853829.316685}
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FE69%2520YPM') HTTP/1.1" 204 0
2026-03-30 06:57:09 [bca.uk] INFO: Found listing with ID: RE70%20FXU
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE70%2520FXU%27 HTTP/1.1" 200 None
2026-03-30 06:57:09 [bca.uk] INFO: Scrape type for RE70%20FXU: 0
2026-03-30 06:57:09 [bca.uk] INFO: Found listing with ID: YS18%20ZFV
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520ZFV%27 HTTP/1.1" 200 None
2026-03-30 06:57:09 [bca.uk] INFO: Scrape type for YS18%20ZFV: 2
2026-03-30 06:57:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb8ee1c1-3910-5f2c-a235-3dc1155477eb with identifier: YS18%20ZFV
2026-03-30 06:57:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb8ee1c1-3910-5f2c-a235-3dc1155477eb with scrape type 2
2026-03-30 06:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb8ee1c1-3910-5f2c-a235-3dc1155477eb with scrape type 2
2026-03-30 06:57:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fb8ee1c1-3910-5f2c-a235-3dc1155477eb, identifier: YS18%20ZFV
2026-03-30 06:57:09 [bca.uk] INFO: Found listing with ID: VE72%20EZL
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520EZL%27 HTTP/1.1" 200 None
2026-03-30 06:57:09 [bca.uk] INFO: Scrape type for VE72%20EZL: 2
2026-03-30 06:57:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afe3cf9e-c466-5888-a63c-7d2b75d9527e with identifier: VE72%20EZL
2026-03-30 06:57:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe3cf9e-c466-5888-a63c-7d2b75d9527e with scrape type 2
2026-03-30 06:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afe3cf9e-c466-5888-a63c-7d2b75d9527e with scrape type 2
2026-03-30 06:57:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: afe3cf9e-c466-5888-a63c-7d2b75d9527e, identifier: VE72%20EZL
2026-03-30 06:57:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33da6a41-fc29-559c-ba56-8224166c5bbf with identifier: FL73%20NZR
2026-03-30 06:57:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33da6a41-fc29-559c-ba56-8224166c5bbf with identifier: FL73%20NZR
2026-03-30 06:57:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33da6a41-fc29-559c-ba56-8224166c5bbf with identifier: FL73%20NZR to the API
2026-03-30 06:57:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FL73%20NZR-GB',
 'category': 'Car',
 'color': 'multi',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '33da6a41-fc29-559c-ba56-8224166c5bbf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FL73 NZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FL73%20NZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LEXUS',
 'model': 'RZ 450E',
 'odometer': 28784,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS RZ 450E 230KW 71KWH D4 TAKUMI Hatchback',
 'transmission': 'automatic',
 'trim': '230KW 71KWH D4 TAKUMI',
 'vin': 'JTJAABAB60A008091',
 'year': 2023}
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FL73%2520NZR%27 HTTP/1.1" 200 None
2026-03-30 06:57:10 [bca.uk] INFO: Saving data for FL73%20NZR: {'auction_closing_time': 1775556000.0, 'created_time': 1774333740.017317, 'last_price_update_time': 1774853830.066089}
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FL73%2520NZR') HTTP/1.1" 204 0
2026-03-30 06:57:10 [bca.uk] INFO: Found listing with ID: ME73%20DVC
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520DVC%27 HTTP/1.1" 200 None
2026-03-30 06:57:10 [bca.uk] INFO: Scrape type for ME73%20DVC: 2
2026-03-30 06:57:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with identifier: ME73%20DVC
2026-03-30 06:57:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with scrape type 2
2026-03-30 06:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with scrape type 2
2026-03-30 06:57:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c, identifier: ME73%20DVC
2026-03-30 06:57:10 [bca.uk] INFO: Found listing with ID: JO54%20JAV
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JO54%2520JAV%27 HTTP/1.1" 200 None
2026-03-30 06:57:10 [bca.uk] INFO: Scrape type for JO54%20JAV: 2
2026-03-30 06:57:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1aca1382-c671-5adc-ab98-5f5d837a4483 with identifier: JO54%20JAV
2026-03-30 06:57:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aca1382-c671-5adc-ab98-5f5d837a4483 with scrape type 2
2026-03-30 06:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1aca1382-c671-5adc-ab98-5f5d837a4483 with scrape type 2
2026-03-30 06:57:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1aca1382-c671-5adc-ab98-5f5d837a4483, identifier: JO54%20JAV
2026-03-30 06:57:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fb8ee1c1-3910-5f2c-a235-3dc1155477eb with identifier: YS18%20ZFV
2026-03-30 06:57:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fb8ee1c1-3910-5f2c-a235-3dc1155477eb with identifier: YS18%20ZFV
2026-03-30 06:57:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fb8ee1c1-3910-5f2c-a235-3dc1155477eb with identifier: YS18%20ZFV to the API
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS18%20ZFV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'fb8ee1c1-3910-5f2c-a235-3dc1155477eb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YS18 ZFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS18%20ZFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'BMW',
 'model': '520D',
 'odometer': 102718,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'M SPORT',
 'vin': 'WBAJC32070B342606',
 'year': 2018}
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS18%2520ZFV%27 HTTP/1.1" 200 None
2026-03-30 06:57:10 [bca.uk] INFO: Saving data for YS18%20ZFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774303850.936414, 'last_price_update_time': 1774853830.619021}
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS18%2520ZFV') HTTP/1.1" 204 0
2026-03-30 06:57:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: afe3cf9e-c466-5888-a63c-7d2b75d9527e with identifier: VE72%20EZL
2026-03-30 06:57:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: afe3cf9e-c466-5888-a63c-7d2b75d9527e with identifier: VE72%20EZL
2026-03-30 06:57:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: afe3cf9e-c466-5888-a63c-7d2b75d9527e with identifier: VE72%20EZL to the API
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20EZL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'afe3cf9e-c466-5888-a63c-7d2b75d9527e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE72 EZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20EZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'PROACE CITY',
 'odometer': 43865,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE CITY 1.5 D 100 L1 ICON (6SP) Van',
 'transmission': 'manual',
 'trim': 'D 100 L1 ICON (6SP)',
 'vin': 'YAREFYHT2GJ015669',
 'year': 2023}
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520EZL%27 HTTP/1.1" 200 None
2026-03-30 06:57:10 [bca.uk] INFO: Saving data for VE72%20EZL: {'auction_closing_time': 1774864800.0, 'created_time': 1774276266.715817, 'last_price_update_time': 1774853830.909568}
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520EZL') HTTP/1.1" 204 0
2026-03-30 06:57:10 [bca.uk] INFO: Found listing with ID: DC73%20AKG
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520AKG%27 HTTP/1.1" 200 None
2026-03-30 06:57:10 [bca.uk] INFO: Scrape type for DC73%20AKG: 2
2026-03-30 06:57:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62e2c403-226e-5b43-b1e4-a8438f293a07 with identifier: DC73%20AKG
2026-03-30 06:57:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62e2c403-226e-5b43-b1e4-a8438f293a07 with scrape type 2
2026-03-30 06:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62e2c403-226e-5b43-b1e4-a8438f293a07 with scrape type 2
2026-03-30 06:57:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 62e2c403-226e-5b43-b1e4-a8438f293a07, identifier: DC73%20AKG
2026-03-30 06:57:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with identifier: ME73%20DVC
2026-03-30 06:57:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with identifier: ME73%20DVC
2026-03-30 06:57:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c with identifier: ME73%20DVC to the API
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 35,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME73%20DVC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'cf1ce1e2-bfaf-53f3-9c98-b8df8b30c16c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ME73 DVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME73%20DVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 10161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.4 TSI PHEV BLACK ED.DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TSI PHEV BLACK ED.DSG',
 'vin': 'WVGZZZ5N5RW409915',
 'year': 2024}
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME73%2520DVC%27 HTTP/1.1" 200 None
2026-03-30 06:57:11 [bca.uk] INFO: Saving data for ME73%20DVC: {'auction_closing_time': 1774951200.0, 'created_time': 1774365097.371793, 'last_price_update_time': 1774853831.337184}
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME73%2520DVC') HTTP/1.1" 204 0
2026-03-30 06:57:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1aca1382-c671-5adc-ab98-5f5d837a4483 with identifier: JO54%20JAV
2026-03-30 06:57:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1aca1382-c671-5adc-ab98-5f5d837a4483 with identifier: JO54%20JAV
2026-03-30 06:57:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1aca1382-c671-5adc-ab98-5f5d837a4483 with identifier: JO54%20JAV to the API
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=JO54%20JAV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1aca1382-c671-5adc-ab98-5f5d837a4483',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'JO54 JAV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=JO54%20JAV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'BMW',
 'model': 'M135I',
 'odometer': 62009,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10700,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW M135I 3.0 T STEP Hatchback',
 'transmission': 'automatic',
 'trim': 'T STEP',
 'vin': 'WBA1Y720805B42019',
 'year': 2015}
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27JO54%2520JAV%27 HTTP/1.1" 200 None
2026-03-30 06:57:11 [bca.uk] INFO: Saving data for JO54%20JAV: {'auction_closing_time': 1774940400.0, 'created_time': 1773933795.010396, 'last_price_update_time': 1774853831.735326}
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='JO54%2520JAV') HTTP/1.1" 204 0
2026-03-30 06:57:11 [bca.uk] INFO: Found listing with ID: LF67%20WRA
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520WRA%27 HTTP/1.1" 200 None
2026-03-30 06:57:11 [bca.uk] INFO: Scrape type for LF67%20WRA: 2
2026-03-30 06:57:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c096878-4fb3-5c5b-884d-bd83881af39e with identifier: LF67%20WRA
2026-03-30 06:57:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c096878-4fb3-5c5b-884d-bd83881af39e with scrape type 2
2026-03-30 06:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c096878-4fb3-5c5b-884d-bd83881af39e with scrape type 2
2026-03-30 06:57:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3c096878-4fb3-5c5b-884d-bd83881af39e, identifier: LF67%20WRA
2026-03-30 06:57:11 [bca.uk] INFO: Found listing with ID: VE72%20FTD
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520FTD%27 HTTP/1.1" 200 None
2026-03-30 06:57:11 [bca.uk] INFO: Scrape type for VE72%20FTD: 2
2026-03-30 06:57:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e093d94e-75d7-5c88-a67f-a6b34b120664 with identifier: VE72%20FTD
2026-03-30 06:57:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e093d94e-75d7-5c88-a67f-a6b34b120664 with scrape type 2
2026-03-30 06:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e093d94e-75d7-5c88-a67f-a6b34b120664 with scrape type 2
2026-03-30 06:57:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e093d94e-75d7-5c88-a67f-a6b34b120664, identifier: VE72%20FTD
2026-03-30 06:57:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 62e2c403-226e-5b43-b1e4-a8438f293a07 with identifier: DC73%20AKG
2026-03-30 06:57:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 62e2c403-226e-5b43-b1e4-a8438f293a07 with identifier: DC73%20AKG
2026-03-30 06:57:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 62e2c403-226e-5b43-b1e4-a8438f293a07 with identifier: DC73%20AKG to the API
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DC73%20AKG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '62e2c403-226e-5b43-b1e4-a8438f293a07',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DC73 AKG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DC73%20AKG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 14306,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'VNKKBAC340A330269',
 'year': 2024}
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DC73%2520AKG%27 HTTP/1.1" 200 None
2026-03-30 06:57:12 [bca.uk] INFO: Saving data for DC73%20AKG: {'auction_closing_time': 1775556000.0, 'created_time': 1774333736.923958, 'last_price_update_time': 1774853832.287482}
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DC73%2520AKG') HTTP/1.1" 204 0
2026-03-30 06:57:12 [bca.uk] INFO: Found listing with ID: YP72%20JHJ
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520JHJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:12 [bca.uk] INFO: Scrape type for YP72%20JHJ: 2
2026-03-30 06:57:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9e04e3c-c713-5632-9eb2-277d399f1b75 with identifier: YP72%20JHJ
2026-03-30 06:57:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9e04e3c-c713-5632-9eb2-277d399f1b75 with scrape type 2
2026-03-30 06:57:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9e04e3c-c713-5632-9eb2-277d399f1b75 with scrape type 2
2026-03-30 06:57:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b9e04e3c-c713-5632-9eb2-277d399f1b75, identifier: YP72%20JHJ
2026-03-30 06:57:12 [bca.uk] INFO: Found listing with ID: BF16%20HHD
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520HHD%27 HTTP/1.1" 200 None
2026-03-30 06:57:12 [bca.uk] INFO: Scrape type for BF16%20HHD: 2
2026-03-30 06:57:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 696683a8-62da-578c-a699-2f414566ddbd with identifier: BF16%20HHD
2026-03-30 06:57:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 696683a8-62da-578c-a699-2f414566ddbd with scrape type 2
2026-03-30 06:57:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 696683a8-62da-578c-a699-2f414566ddbd with scrape type 2
2026-03-30 06:57:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 696683a8-62da-578c-a699-2f414566ddbd, identifier: BF16%20HHD
2026-03-30 06:57:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3c096878-4fb3-5c5b-884d-bd83881af39e with identifier: LF67%20WRA
2026-03-30 06:57:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3c096878-4fb3-5c5b-884d-bd83881af39e with identifier: LF67%20WRA
2026-03-30 06:57:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3c096878-4fb3-5c5b-884d-bd83881af39e with identifier: LF67%20WRA to the API
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF67%20WRA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3c096878-4fb3-5c5b-884d-bd83881af39e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF67 WRA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF67%20WRA&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 109631,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 150 TITANIUM X P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 150 TITANIUM X P/S',
 'vin': 'WF0KXXWPCKHK26995',
 'year': 2017}
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF67%2520WRA%27 HTTP/1.1" 200 None
2026-03-30 06:57:12 [bca.uk] INFO: Saving data for LF67%20WRA: {'auction_closing_time': 1774864800.0, 'created_time': 1774303843.614008, 'last_price_update_time': 1774853832.824387}
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF67%2520WRA') HTTP/1.1" 204 0
2026-03-30 06:57:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e093d94e-75d7-5c88-a67f-a6b34b120664 with identifier: VE72%20FTD
2026-03-30 06:57:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e093d94e-75d7-5c88-a67f-a6b34b120664 with identifier: VE72%20FTD
2026-03-30 06:57:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e093d94e-75d7-5c88-a67f-a6b34b120664 with identifier: VE72%20FTD to the API
2026-03-30 06:57:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20FTD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e093d94e-75d7-5c88-a67f-a6b34b120664',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE72 FTD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20FTD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'PROACE CITY',
 'odometer': 49706,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE CITY 1.5 D 100 L1 ICON (6SP) Van',
 'transmission': 'manual',
 'trim': 'D 100 L1 ICON (6SP)',
 'vin': 'YAREFYHT2GJ016619',
 'year': 2023}
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520FTD%27 HTTP/1.1" 200 None
2026-03-30 06:57:13 [bca.uk] INFO: Saving data for VE72%20FTD: {'auction_closing_time': 1774864800.0, 'created_time': 1774276267.61874, 'last_price_update_time': 1774853833.11285}
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520FTD') HTTP/1.1" 204 0
2026-03-30 06:57:13 [bca.uk] INFO: Found listing with ID: KN22%20KFE
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520KFE%27 HTTP/1.1" 200 None
2026-03-30 06:57:13 [bca.uk] INFO: Scrape type for KN22%20KFE: 2
2026-03-30 06:57:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06c3e9a7-ebaa-52ff-a998-d2485ecf5252 with identifier: KN22%20KFE
2026-03-30 06:57:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06c3e9a7-ebaa-52ff-a998-d2485ecf5252 with scrape type 2
2026-03-30 06:57:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06c3e9a7-ebaa-52ff-a998-d2485ecf5252 with scrape type 2
2026-03-30 06:57:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 06c3e9a7-ebaa-52ff-a998-d2485ecf5252, identifier: KN22%20KFE
2026-03-30 06:57:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b9e04e3c-c713-5632-9eb2-277d399f1b75 with identifier: YP72%20JHJ
2026-03-30 06:57:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b9e04e3c-c713-5632-9eb2-277d399f1b75 with identifier: YP72%20JHJ
2026-03-30 06:57:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b9e04e3c-c713-5632-9eb2-277d399f1b75 with identifier: YP72%20JHJ to the API
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP72%20JHJ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b9e04e3c-c713-5632-9eb2-277d399f1b75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP72 JHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP72%20JHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 70412,
 'odometer_reading_unit': '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 LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY LR',
 'vin': 'LSJW74090NZ266423',
 'year': 2022}
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP72%2520JHJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:13 [bca.uk] INFO: Saving data for YP72%20JHJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774350220.38006, 'last_price_update_time': 1774853833.536802}
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP72%2520JHJ') HTTP/1.1" 204 0
2026-03-30 06:57:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 696683a8-62da-578c-a699-2f414566ddbd with identifier: BF16%20HHD
2026-03-30 06:57:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 696683a8-62da-578c-a699-2f414566ddbd with identifier: BF16%20HHD
2026-03-30 06:57:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 696683a8-62da-578c-a699-2f414566ddbd with identifier: BF16%20HHD to the API
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF16%20HHD-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '696683a8-62da-578c-a699-2f414566ddbd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF16 HHD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF16%20HHD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 124494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 3525,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.6 DCI 130 N-TEC (7ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DCI 130 N-TEC (7ST)',
 'vin': 'JN1JCAT32U0026945',
 'year': 2016}
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF16%2520HHD%27 HTTP/1.1" 200 None
2026-03-30 06:57:13 [bca.uk] INFO: Saving data for BF16%20HHD: {'auction_closing_time': 1774940400.0, 'created_time': 1773933788.488801, 'last_price_update_time': 1774853833.834549}
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF16%2520HHD') HTTP/1.1" 204 0
2026-03-30 06:57:13 [bca.uk] INFO: Found listing with ID: KV73%20WZJ
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WZJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:13 [bca.uk] INFO: Scrape type for KV73%20WZJ: 2
2026-03-30 06:57:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af120a65-df4e-532b-9ff2-435edabda5ae with identifier: KV73%20WZJ
2026-03-30 06:57:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af120a65-df4e-532b-9ff2-435edabda5ae with scrape type 2
2026-03-30 06:57:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af120a65-df4e-532b-9ff2-435edabda5ae with scrape type 2
2026-03-30 06:57:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af120a65-df4e-532b-9ff2-435edabda5ae, identifier: KV73%20WZJ
2026-03-30 06:57:13 [bca.uk] INFO: Found listing with ID: VE72%20RNZ
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520RNZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:13 [bca.uk] INFO: Scrape type for VE72%20RNZ: 2
2026-03-30 06:57:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with identifier: VE72%20RNZ
2026-03-30 06:57:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with scrape type 2
2026-03-30 06:57:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with scrape type 2
2026-03-30 06:57:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f649d1a6-2fd9-5fab-9819-6221eae3c8a1, identifier: VE72%20RNZ
2026-03-30 06:57:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 06c3e9a7-ebaa-52ff-a998-d2485ecf5252 with identifier: KN22%20KFE
2026-03-30 06:57:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 06c3e9a7-ebaa-52ff-a998-d2485ecf5252 with identifier: KN22%20KFE
2026-03-30 06:57:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 06c3e9a7-ebaa-52ff-a998-d2485ecf5252 with identifier: KN22%20KFE to the API
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN22%20KFE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '06c3e9a7-ebaa-52ff-a998-d2485ecf5252',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN22 KFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN22%20KFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 80763,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 VVT-I HYBRID ICON Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON',
 'vin': 'SB1Z93BE70E287237',
 'year': 2022}
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN22%2520KFE%27 HTTP/1.1" 200 None
2026-03-30 06:57:14 [bca.uk] INFO: Saving data for KN22%20KFE: {'auction_closing_time': 1775556000.0, 'created_time': 1774333736.555116, 'last_price_update_time': 1774853834.373735}
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN22%2520KFE') HTTP/1.1" 204 0
2026-03-30 06:57:14 [bca.uk] INFO: Found listing with ID: DK65%20UKV
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520UKV%27 HTTP/1.1" 200 None
2026-03-30 06:57:14 [bca.uk] INFO: Scrape type for DK65%20UKV: 2
2026-03-30 06:57:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdabec52-670d-5c95-bc0d-d52251858049 with identifier: DK65%20UKV
2026-03-30 06:57:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdabec52-670d-5c95-bc0d-d52251858049 with scrape type 2
2026-03-30 06:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdabec52-670d-5c95-bc0d-d52251858049 with scrape type 2
2026-03-30 06:57:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bdabec52-670d-5c95-bc0d-d52251858049, identifier: DK65%20UKV
2026-03-30 06:57:14 [bca.uk] INFO: Found listing with ID: ESZ%201074
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ESZ%25201074%27 HTTP/1.1" 200 None
2026-03-30 06:57:14 [bca.uk] INFO: Scrape type for ESZ%201074: 2
2026-03-30 06:57:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11a1cc02-750c-5016-89ef-08c8fb2cce01 with identifier: ESZ%201074
2026-03-30 06:57:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11a1cc02-750c-5016-89ef-08c8fb2cce01 with scrape type 2
2026-03-30 06:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11a1cc02-750c-5016-89ef-08c8fb2cce01 with scrape type 2
2026-03-30 06:57:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11a1cc02-750c-5016-89ef-08c8fb2cce01, identifier: ESZ%201074
2026-03-30 06:57:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af120a65-df4e-532b-9ff2-435edabda5ae with identifier: KV73%20WZJ
2026-03-30 06:57:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af120a65-df4e-532b-9ff2-435edabda5ae with identifier: KV73%20WZJ
2026-03-30 06:57:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af120a65-df4e-532b-9ff2-435edabda5ae with identifier: KV73%20WZJ to the API
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20WZJ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'af120a65-df4e-532b-9ff2-435edabda5ae',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 WZJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20WZJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 59922,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW74097PZ222275',
 'year': 2023}
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WZJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:14 [bca.uk] INFO: Saving data for KV73%20WZJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774303901.304598, 'last_price_update_time': 1774853834.939116}
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520WZJ') HTTP/1.1" 204 0
2026-03-30 06:57:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with identifier: VE72%20RNZ
2026-03-30 06:57:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with identifier: VE72%20RNZ
2026-03-30 06:57:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f649d1a6-2fd9-5fab-9819-6221eae3c8a1 with identifier: VE72%20RNZ to the API
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 150,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE72%20RNZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f649d1a6-2fd9-5fab-9819-6221eae3c8a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE72 RNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE72%20RNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'PROACE CITY',
 'odometer': 37278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE CITY 1.5 D 100 L1 ICON (6SP) Van',
 'transmission': 'manual',
 'trim': 'D 100 L1 ICON (6SP)',
 'vin': 'YAREFYHT2GJ019683',
 'year': 2023}
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE72%2520RNZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:15 [bca.uk] INFO: Saving data for VE72%20RNZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774276270.256982, 'last_price_update_time': 1774853835.244617}
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE72%2520RNZ') HTTP/1.1" 204 0
2026-03-30 06:57:15 [bca.uk] INFO: Found listing with ID: CK72%20EWM
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520EWM%27 HTTP/1.1" 200 None
2026-03-30 06:57:15 [bca.uk] INFO: Scrape type for CK72%20EWM: 2
2026-03-30 06:57:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cfec706-6c54-55fe-8638-38c7a1344f9b with identifier: CK72%20EWM
2026-03-30 06:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cfec706-6c54-55fe-8638-38c7a1344f9b with scrape type 2
2026-03-30 06:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cfec706-6c54-55fe-8638-38c7a1344f9b with scrape type 2
2026-03-30 06:57:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cfec706-6c54-55fe-8638-38c7a1344f9b, identifier: CK72%20EWM
2026-03-30 06:57:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bdabec52-670d-5c95-bc0d-d52251858049 with identifier: DK65%20UKV
2026-03-30 06:57:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bdabec52-670d-5c95-bc0d-d52251858049 with identifier: DK65%20UKV
2026-03-30 06:57:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bdabec52-670d-5c95-bc0d-d52251858049 with identifier: DK65%20UKV to the API
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK65%20UKV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bdabec52-670d-5c95-bc0d-d52251858049',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK65 UKV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK65%20UKV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'RS Q3',
 'odometer': 68397,
 'odometer_reading_unit': '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 RS Q3 2.5 TFSI 335 QUATTRO S-T StationWagon',
 'transmission': 'automatic',
 'trim': 'TFSI 335 QUATTRO S-T',
 'vin': 'WUAZZZ8U0GR900530',
 'year': 2015}
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK65%2520UKV%27 HTTP/1.1" 200 None
2026-03-30 06:57:15 [bca.uk] INFO: Saving data for DK65%20UKV: {'auction_closing_time': 1774864800.0, 'created_time': 1774350074.301846, 'last_price_update_time': 1774853835.637311}
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK65%2520UKV') HTTP/1.1" 204 0
2026-03-30 06:57:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11a1cc02-750c-5016-89ef-08c8fb2cce01 with identifier: ESZ%201074
2026-03-30 06:57:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11a1cc02-750c-5016-89ef-08c8fb2cce01 with identifier: ESZ%201074
2026-03-30 06:57:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11a1cc02-750c-5016-89ef-08c8fb2cce01 with identifier: ESZ%201074 to the API
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 153,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ESZ%201074-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '11a1cc02-750c-5016-89ef-08c8fb2cce01',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ESZ 1074',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ESZ%201074&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 89439,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 5100,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 140 BMT 4M MATCH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 140 BMT 4M MATCH DSG',
 'vin': 'WVGZZZ5NZFW082451',
 'year': 2015}
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ESZ%25201074%27 HTTP/1.1" 200 None
2026-03-30 06:57:15 [bca.uk] INFO: Saving data for ESZ%201074: {'auction_closing_time': 1774940400.0, 'created_time': 1773933765.620209, 'last_price_update_time': 1774853835.928268}
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ESZ%25201074') HTTP/1.1" 204 0
2026-03-30 06:57:15 [bca.uk] INFO: Found listing with ID: KV73%20WZC
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WZC%27 HTTP/1.1" 200 None
2026-03-30 06:57:15 [bca.uk] INFO: Scrape type for KV73%20WZC: 2
2026-03-30 06:57:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 116a9657-3513-5270-9489-20e1b6b16ad9 with identifier: KV73%20WZC
2026-03-30 06:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 116a9657-3513-5270-9489-20e1b6b16ad9 with scrape type 2
2026-03-30 06:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 116a9657-3513-5270-9489-20e1b6b16ad9 with scrape type 2
2026-03-30 06:57:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 116a9657-3513-5270-9489-20e1b6b16ad9, identifier: KV73%20WZC
2026-03-30 06:57:16 [bca.uk] INFO: Found listing with ID: VN72%20WXD
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520WXD%27 HTTP/1.1" 200 None
2026-03-30 06:57:16 [bca.uk] INFO: Scrape type for VN72%20WXD: 2
2026-03-30 06:57:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with identifier: VN72%20WXD
2026-03-30 06:57:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with scrape type 2
2026-03-30 06:57:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with scrape type 2
2026-03-30 06:57:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9b9e4a6e-a322-51f9-b2ea-d8505a375e44, identifier: VN72%20WXD
2026-03-30 06:57:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cfec706-6c54-55fe-8638-38c7a1344f9b with identifier: CK72%20EWM
2026-03-30 06:57:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cfec706-6c54-55fe-8638-38c7a1344f9b with identifier: CK72%20EWM
2026-03-30 06:57:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cfec706-6c54-55fe-8638-38c7a1344f9b with identifier: CK72%20EWM to the API
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK72%20EWM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2cfec706-6c54-55fe-8638-38c7a1344f9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CK72 EWM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK72%20EWM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 15127,
 'odometer_reading_unit': '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 RAV4 2.5 HYBRID DESIGN 2WD StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN 2WD',
 'vin': 'JTMW53FV90J016613',
 'year': 2022}
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK72%2520EWM%27 HTTP/1.1" 200 None
2026-03-30 06:57:16 [bca.uk] INFO: Saving data for CK72%20EWM: {'auction_closing_time': 1775556000.0, 'created_time': 1774333748.128662, 'last_price_update_time': 1774853836.479079}
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK72%2520EWM') HTTP/1.1" 204 0
2026-03-30 06:57:16 [bca.uk] INFO: Found listing with ID: PY16%20UKT
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520UKT%27 HTTP/1.1" 200 None
2026-03-30 06:57:16 [bca.uk] INFO: Scrape type for PY16%20UKT: 2
2026-03-30 06:57:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13edaf6a-104e-57fe-bcc1-45fe18f679a1 with identifier: PY16%20UKT
2026-03-30 06:57:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13edaf6a-104e-57fe-bcc1-45fe18f679a1 with scrape type 2
2026-03-30 06:57:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13edaf6a-104e-57fe-bcc1-45fe18f679a1 with scrape type 2
2026-03-30 06:57:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 13edaf6a-104e-57fe-bcc1-45fe18f679a1, identifier: PY16%20UKT
2026-03-30 06:57:16 [bca.uk] INFO: Found listing with ID: SM15%20HEJ
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM15%2520HEJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:16 [bca.uk] INFO: Scrape type for SM15%20HEJ: 2
2026-03-30 06:57:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c9dddbc-4a01-5e1d-898a-00a4aa9bce2b with identifier: SM15%20HEJ
2026-03-30 06:57:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c9dddbc-4a01-5e1d-898a-00a4aa9bce2b with scrape type 2
2026-03-30 06:57:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c9dddbc-4a01-5e1d-898a-00a4aa9bce2b with scrape type 2
2026-03-30 06:57:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c9dddbc-4a01-5e1d-898a-00a4aa9bce2b, identifier: SM15%20HEJ
2026-03-30 06:57:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 116a9657-3513-5270-9489-20e1b6b16ad9 with identifier: KV73%20WZC
2026-03-30 06:57:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 116a9657-3513-5270-9489-20e1b6b16ad9 with identifier: KV73%20WZC
2026-03-30 06:57:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 116a9657-3513-5270-9489-20e1b6b16ad9 with identifier: KV73%20WZC to the API
2026-03-30 06:57:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20WZC-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '116a9657-3513-5270-9489-20e1b6b16ad9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 WZC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20WZC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 62574,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW74095PZ223926',
 'year': 2023}
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WZC%27 HTTP/1.1" 200 None
2026-03-30 06:57:17 [bca.uk] INFO: Saving data for KV73%20WZC: {'auction_closing_time': 1774864800.0, 'created_time': 1774303815.937376, 'last_price_update_time': 1774853837.133689}
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520WZC') HTTP/1.1" 204 0
2026-03-30 06:57:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with identifier: VN72%20WXD
2026-03-30 06:57:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with identifier: VN72%20WXD
2026-03-30 06:57:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9b9e4a6e-a322-51f9-b2ea-d8505a375e44 with identifier: VN72%20WXD to the API
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 151,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN72%20WXD-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9b9e4a6e-a322-51f9-b2ea-d8505a375e44',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN72 WXD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN72%20WXD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'TOYOTA',
 'model': 'PROACE CITY',
 'odometer': 32396,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE CITY 1.5 D 100 L1 ICON (6SP) Van',
 'transmission': 'manual',
 'trim': 'D 100 L1 ICON (6SP)',
 'vin': 'YAREFYHT2GJ014149',
 'year': 2022}
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520WXD%27 HTTP/1.1" 200 None
2026-03-30 06:57:17 [bca.uk] INFO: Saving data for VN72%20WXD: {'auction_closing_time': 1774864800.0, 'created_time': 1774276269.427777, 'last_price_update_time': 1774853837.442835}
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520WXD') HTTP/1.1" 204 0
2026-03-30 06:57:17 [bca.uk] INFO: Found listing with ID: YH75%20BYG
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH75%2520BYG%27 HTTP/1.1" 200 None
2026-03-30 06:57:17 [bca.uk] INFO: Scrape type for YH75%20BYG: 2
2026-03-30 06:57:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64766d99-118b-5a2a-b279-a99a36e7e592 with identifier: YH75%20BYG
2026-03-30 06:57:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64766d99-118b-5a2a-b279-a99a36e7e592 with scrape type 2
2026-03-30 06:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64766d99-118b-5a2a-b279-a99a36e7e592 with scrape type 2
2026-03-30 06:57:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64766d99-118b-5a2a-b279-a99a36e7e592, identifier: YH75%20BYG
2026-03-30 06:57:17 [scrapy.extensions.logstats] INFO: Crawled 133 pages (at 2 pages/min), scraped 6721 items (at 119 items/min)
2026-03-30 06:57:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:57:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 13edaf6a-104e-57fe-bcc1-45fe18f679a1 with identifier: PY16%20UKT
2026-03-30 06:57:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 13edaf6a-104e-57fe-bcc1-45fe18f679a1 with identifier: PY16%20UKT
2026-03-30 06:57:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 13edaf6a-104e-57fe-bcc1-45fe18f679a1 with identifier: PY16%20UKT to the API
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY16%20UKT-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '13edaf6a-104e-57fe-bcc1-45fe18f679a1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PY16 UKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY16%20UKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY 4',
 'odometer': 149215,
 'odometer_reading_unit': '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 4 3.0 SDV6 LANDMARK StationWagon',
 'transmission': 'automatic',
 'trim': 'SDV6 LANDMARK',
 'vin': 'SALLAAAG5GA810740',
 'year': 2016}
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY16%2520UKT%27 HTTP/1.1" 200 None
2026-03-30 06:57:17 [bca.uk] INFO: Saving data for PY16%20UKT: {'auction_closing_time': 1774864800.0, 'created_time': 1774350070.192861, 'last_price_update_time': 1774853837.847581}
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY16%2520UKT') HTTP/1.1" 204 0
2026-03-30 06:57:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c9dddbc-4a01-5e1d-898a-00a4aa9bce2b with identifier: SM15%20HEJ
2026-03-30 06:57:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c9dddbc-4a01-5e1d-898a-00a4aa9bce2b with identifier: SM15%20HEJ
2026-03-30 06:57:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c9dddbc-4a01-5e1d-898a-00a4aa9bce2b with identifier: SM15%20HEJ to the API
2026-03-30 06:57:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM15%20HEJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7c9dddbc-4a01-5e1d-898a-00a4aa9bce2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM15 HEJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM15%20HEJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 75945,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 6800,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TDI 150 QUATTRO S LINE+ StationWagon',
 'transmission': 'manual',
 'trim': 'TDI 150 QUATTRO S LINE+',
 'vin': 'WAUZZZ8U7FR044345',
 'year': 2015}
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM15%2520HEJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:18 [bca.uk] INFO: Saving data for SM15%20HEJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773933960.181576, 'last_price_update_time': 1774853838.167378}
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM15%2520HEJ') HTTP/1.1" 204 0
2026-03-30 06:57:18 [bca.uk] INFO: Found listing with ID: KV73%20WYR
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WYR%27 HTTP/1.1" 200 None
2026-03-30 06:57:18 [bca.uk] INFO: Scrape type for KV73%20WYR: 2
2026-03-30 06:57:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fba5e314-2ac7-5812-ad46-39ec2f4e3777 with identifier: KV73%20WYR
2026-03-30 06:57:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fba5e314-2ac7-5812-ad46-39ec2f4e3777 with scrape type 2
2026-03-30 06:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fba5e314-2ac7-5812-ad46-39ec2f4e3777 with scrape type 2
2026-03-30 06:57:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fba5e314-2ac7-5812-ad46-39ec2f4e3777, identifier: KV73%20WYR
2026-03-30 06:57:18 [bca.uk] INFO: Found listing with ID: WU23%20LZB
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520LZB%27 HTTP/1.1" 200 None
2026-03-30 06:57:18 [bca.uk] INFO: Scrape type for WU23%20LZB: 2
2026-03-30 06:57:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with identifier: WU23%20LZB
2026-03-30 06:57:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with scrape type 2
2026-03-30 06:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with scrape type 2
2026-03-30 06:57:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca, identifier: WU23%20LZB
2026-03-30 06:57:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64766d99-118b-5a2a-b279-a99a36e7e592 with identifier: YH75%20BYG
2026-03-30 06:57:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64766d99-118b-5a2a-b279-a99a36e7e592 with identifier: YH75%20BYG
2026-03-30 06:57:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64766d99-118b-5a2a-b279-a99a36e7e592 with identifier: YH75%20BYG to the API
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH75%20BYG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '64766d99-118b-5a2a-b279-a99a36e7e592',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH75 BYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH75%20BYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 8328,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 1.5 E-TSI 150 R LINE DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'E-TSI 150 R LINE DSG',
 'vin': 'WVGZZZCT7TW012098',
 'year': 2025}
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH75%2520BYG%27 HTTP/1.1" 200 None
2026-03-30 06:57:18 [bca.uk] INFO: Saving data for YH75%20BYG: {'auction_closing_time': 1774951200.0, 'created_time': 1774046379.960781, 'last_price_update_time': 1774853838.718459}
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH75%2520BYG') HTTP/1.1" 204 0
2026-03-30 06:57:18 [bca.uk] INFO: Found listing with ID: SE63%20BOV
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE63%2520BOV%27 HTTP/1.1" 200 None
2026-03-30 06:57:18 [bca.uk] INFO: Scrape type for SE63%20BOV: 2
2026-03-30 06:57:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a11bc314-9636-5526-b315-8f7961d3e912 with identifier: SE63%20BOV
2026-03-30 06:57:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a11bc314-9636-5526-b315-8f7961d3e912 with scrape type 2
2026-03-30 06:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a11bc314-9636-5526-b315-8f7961d3e912 with scrape type 2
2026-03-30 06:57:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a11bc314-9636-5526-b315-8f7961d3e912, identifier: SE63%20BOV
2026-03-30 06:57:18 [bca.uk] INFO: Found listing with ID: DL73%20UHJ
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UHJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:18 [bca.uk] INFO: Scrape type for DL73%20UHJ: 2
2026-03-30 06:57:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10ddfad2-e7d6-5976-94b8-727cb5123ba9 with identifier: DL73%20UHJ
2026-03-30 06:57:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10ddfad2-e7d6-5976-94b8-727cb5123ba9 with scrape type 2
2026-03-30 06:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10ddfad2-e7d6-5976-94b8-727cb5123ba9 with scrape type 2
2026-03-30 06:57:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10ddfad2-e7d6-5976-94b8-727cb5123ba9, identifier: DL73%20UHJ
2026-03-30 06:57:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fba5e314-2ac7-5812-ad46-39ec2f4e3777 with identifier: KV73%20WYR
2026-03-30 06:57:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fba5e314-2ac7-5812-ad46-39ec2f4e3777 with identifier: KV73%20WYR
2026-03-30 06:57:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fba5e314-2ac7-5812-ad46-39ec2f4e3777 with identifier: KV73%20WYR to the API
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20WYR-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'fba5e314-2ac7-5812-ad46-39ec2f4e3777',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 WYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20WYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 84944,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW74095PZ224624',
 'year': 2023}
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WYR%27 HTTP/1.1" 200 None
2026-03-30 06:57:19 [bca.uk] INFO: Saving data for KV73%20WYR: {'auction_closing_time': 1774864800.0, 'created_time': 1774303800.382328, 'last_price_update_time': 1774853839.244553}
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520WYR') HTTP/1.1" 204 0
2026-03-30 06:57:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with identifier: WU23%20LZB
2026-03-30 06:57:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with identifier: WU23%20LZB
2026-03-30 06:57:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca with identifier: WU23%20LZB to the API
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 216,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU23%20LZB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f5c2a01-65e1-5e9b-95e8-83b2a98dc4ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU23 LZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU23%20LZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 31139,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOUAREG 3.0 V6 TDI 286 4M BLACK ED.TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 286 4M BLACK ED.TIP',
 'vin': 'WVGZZZCR2PD013911',
 'year': 2023}
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520LZB%27 HTTP/1.1" 200 None
2026-03-30 06:57:19 [bca.uk] INFO: Saving data for WU23%20LZB: {'auction_closing_time': 1774951200.0, 'created_time': 1774276242.839615, 'last_price_update_time': 1774853839.553293}
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU23%2520LZB') HTTP/1.1" 204 0
2026-03-30 06:57:19 [bca.uk] INFO: Found listing with ID: ML23%20LHP
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520LHP%27 HTTP/1.1" 200 None
2026-03-30 06:57:19 [bca.uk] INFO: Scrape type for ML23%20LHP: 2
2026-03-30 06:57:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a964e65-1219-5d7a-ad1b-ae0d2225b241 with identifier: ML23%20LHP
2026-03-30 06:57:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a964e65-1219-5d7a-ad1b-ae0d2225b241 with scrape type 2
2026-03-30 06:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a964e65-1219-5d7a-ad1b-ae0d2225b241 with scrape type 2
2026-03-30 06:57:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4a964e65-1219-5d7a-ad1b-ae0d2225b241, identifier: ML23%20LHP
2026-03-30 06:57:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a11bc314-9636-5526-b315-8f7961d3e912 with identifier: SE63%20BOV
2026-03-30 06:57:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a11bc314-9636-5526-b315-8f7961d3e912 with identifier: SE63%20BOV
2026-03-30 06:57:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a11bc314-9636-5526-b315-8f7961d3e912 with identifier: SE63%20BOV to the API
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 90,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SE63%20BOV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a11bc314-9636-5526-b315-8f7961d3e912',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SE63 BOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SE63%20BOV&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 110835,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'RENAULT CLIO 1.5 DCI 90 DYNAMIQUE Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 90 DYNAMIQUE',
 'vin': 'VF15RRL0H49908891',
 'year': 2014}
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SE63%2520BOV%27 HTTP/1.1" 200 None
2026-03-30 06:57:19 [bca.uk] INFO: Saving data for SE63%20BOV: {'auction_closing_time': 1774864800.0, 'created_time': 1774350071.159283, 'last_price_update_time': 1774853839.988035}
2026-03-30 06:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SE63%2520BOV') HTTP/1.1" 204 0
2026-03-30 06:57:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10ddfad2-e7d6-5976-94b8-727cb5123ba9 with identifier: DL73%20UHJ
2026-03-30 06:57:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10ddfad2-e7d6-5976-94b8-727cb5123ba9 with identifier: DL73%20UHJ
2026-03-30 06:57:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10ddfad2-e7d6-5976-94b8-727cb5123ba9 with identifier: DL73%20UHJ to the API
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20UHJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '10ddfad2-e7d6-5976-94b8-727cb5123ba9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 UHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20UHJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 14568,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12600,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4293816',
 'year': 2023}
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520UHJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:20 [bca.uk] INFO: Saving data for DL73%20UHJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773834908.023558, 'last_price_update_time': 1774853840.328046}
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520UHJ') HTTP/1.1" 204 0
2026-03-30 06:57:20 [bca.uk] INFO: Found listing with ID: EA72%20FHZ
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520FHZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:20 [bca.uk] INFO: Scrape type for EA72%20FHZ: 2
2026-03-30 06:57:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1e069a6-a537-5063-ba8b-81702e83cfea with identifier: EA72%20FHZ
2026-03-30 06:57:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1e069a6-a537-5063-ba8b-81702e83cfea with scrape type 2
2026-03-30 06:57:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1e069a6-a537-5063-ba8b-81702e83cfea with scrape type 2
2026-03-30 06:57:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1e069a6-a537-5063-ba8b-81702e83cfea, identifier: EA72%20FHZ
2026-03-30 06:57:20 [bca.uk] INFO: Found listing with ID: WR69%20WBV
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR69%2520WBV%27 HTTP/1.1" 200 None
2026-03-30 06:57:20 [bca.uk] INFO: Scrape type for WR69%20WBV: 2
2026-03-30 06:57:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with identifier: WR69%20WBV
2026-03-30 06:57:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with scrape type 2
2026-03-30 06:57:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with scrape type 2
2026-03-30 06:57:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ff89a96-a744-5dc7-a30f-8fab138da7d5, identifier: WR69%20WBV
2026-03-30 06:57:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4a964e65-1219-5d7a-ad1b-ae0d2225b241 with identifier: ML23%20LHP
2026-03-30 06:57:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4a964e65-1219-5d7a-ad1b-ae0d2225b241 with identifier: ML23%20LHP
2026-03-30 06:57:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4a964e65-1219-5d7a-ad1b-ae0d2225b241 with identifier: ML23%20LHP to the API
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 217,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML23%20LHP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4a964e65-1219-5d7a-ad1b-ae0d2225b241',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ML23 LHP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML23%20LHP&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'VOLKSWAGEN',
 'model': 'TOUAREG',
 'odometer': 17870,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TOUAREG 3.0 V6 TDI 231 4M BLACK ED.TIP StationWagon',
 'transmission': 'manual',
 'trim': 'V6 TDI 231 4M BLACK ED.TIP',
 'vin': 'WVGZZZCR9PD014280',
 'year': 2023}
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML23%2520LHP%27 HTTP/1.1" 200 None
2026-03-30 06:57:20 [bca.uk] INFO: Saving data for ML23%20LHP: {'auction_closing_time': 1774951200.0, 'created_time': 1774047026.458831, 'last_price_update_time': 1774853840.840388}
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML23%2520LHP') HTTP/1.1" 204 0
2026-03-30 06:57:20 [bca.uk] INFO: Found listing with ID: SH67%20OEY
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520OEY%27 HTTP/1.1" 200 None
2026-03-30 06:57:20 [bca.uk] INFO: Scrape type for SH67%20OEY: 2
2026-03-30 06:57:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2daa17f2-0b3a-5650-ab3f-23d815cc16bc with identifier: SH67%20OEY
2026-03-30 06:57:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2daa17f2-0b3a-5650-ab3f-23d815cc16bc with scrape type 2
2026-03-30 06:57:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2daa17f2-0b3a-5650-ab3f-23d815cc16bc with scrape type 2
2026-03-30 06:57:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2daa17f2-0b3a-5650-ab3f-23d815cc16bc, identifier: SH67%20OEY
2026-03-30 06:57:20 [bca.uk] INFO: Found listing with ID: KE23%20LXF
2026-03-30 06:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LXF%27 HTTP/1.1" 200 None
2026-03-30 06:57:21 [bca.uk] INFO: Scrape type for KE23%20LXF: 2
2026-03-30 06:57:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78dd1530-9761-56bb-8aac-c8c773815981 with identifier: KE23%20LXF
2026-03-30 06:57:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78dd1530-9761-56bb-8aac-c8c773815981 with scrape type 2
2026-03-30 06:57:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78dd1530-9761-56bb-8aac-c8c773815981 with scrape type 2
2026-03-30 06:57:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78dd1530-9761-56bb-8aac-c8c773815981, identifier: KE23%20LXF
2026-03-30 06:57:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1e069a6-a537-5063-ba8b-81702e83cfea with identifier: EA72%20FHZ
2026-03-30 06:57:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1e069a6-a537-5063-ba8b-81702e83cfea with identifier: EA72%20FHZ
2026-03-30 06:57:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1e069a6-a537-5063-ba8b-81702e83cfea with identifier: EA72%20FHZ to the API
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA72%20FHZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f1e069a6-a537-5063-ba8b-81702e83cfea',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EA72 FHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA72%20FHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 69180,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG5 EV 115KW 61KWH TROPHY LR Estate',
 'transmission': 'automatic',
 'trim': '115KW 61KWH TROPHY LR',
 'vin': 'LSJE24090NG114227',
 'year': 2023}
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA72%2520FHZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:21 [bca.uk] INFO: Saving data for EA72%20FHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774303754.020314, 'last_price_update_time': 1774853841.379063}
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA72%2520FHZ') HTTP/1.1" 204 0
2026-03-30 06:57:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with identifier: WR69%20WBV
2026-03-30 06:57:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with identifier: WR69%20WBV
2026-03-30 06:57:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ff89a96-a744-5dc7-a30f-8fab138da7d5 with identifier: WR69%20WBV to the API
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR69%20WBV-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ff89a96-a744-5dc7-a30f-8fab138da7d5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WR69 WBV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR69%20WBV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'A1 SPORTBACK',
 'odometer': 27573,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI A1 SPORTBACK 1.0 25 TFSI TECHNIK Hatchback',
 'transmission': 'manual',
 'trim': '25 TFSI TECHNIK',
 'vin': 'WAUZZZGB7LR012409',
 'year': 2019}
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR69%2520WBV%27 HTTP/1.1" 200 None
2026-03-30 06:57:21 [bca.uk] INFO: Saving data for WR69%20WBV: {'auction_closing_time': 1774951200.0, 'created_time': 1773824185.969979, 'last_price_update_time': 1774853841.844632}
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR69%2520WBV') HTTP/1.1" 204 0
2026-03-30 06:57:21 [bca.uk] INFO: Found listing with ID: LS22%20HFG
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520HFG%27 HTTP/1.1" 200 None
2026-03-30 06:57:21 [bca.uk] INFO: Scrape type for LS22%20HFG: 2
2026-03-30 06:57:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27376f37-36a6-5ada-8196-f8e194dead5a with identifier: LS22%20HFG
2026-03-30 06:57:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27376f37-36a6-5ada-8196-f8e194dead5a with scrape type 2
2026-03-30 06:57:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27376f37-36a6-5ada-8196-f8e194dead5a with scrape type 2
2026-03-30 06:57:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27376f37-36a6-5ada-8196-f8e194dead5a, identifier: LS22%20HFG
2026-03-30 06:57:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2daa17f2-0b3a-5650-ab3f-23d815cc16bc with identifier: SH67%20OEY
2026-03-30 06:57:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2daa17f2-0b3a-5650-ab3f-23d815cc16bc with identifier: SH67%20OEY
2026-03-30 06:57:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2daa17f2-0b3a-5650-ab3f-23d815cc16bc with identifier: SH67%20OEY to the API
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH67%20OEY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2daa17f2-0b3a-5650-ab3f-23d815cc16bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH67 OEY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH67%20OEY&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 'odometer': 92709,
 'odometer_reading_unit': '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.6 CDTI 16V 110 SRI VX-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'CDTI 16V 110 SRI VX-LINE',
 'vin': 'W0VBF6EK5JG032025',
 'year': 2017}
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH67%2520OEY%27 HTTP/1.1" 200 None
2026-03-30 06:57:22 [bca.uk] INFO: Saving data for SH67%20OEY: {'auction_closing_time': 1774864800.0, 'created_time': 1773958150.189146, 'last_price_update_time': 1774853842.27891}
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH67%2520OEY') HTTP/1.1" 204 0
2026-03-30 06:57:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78dd1530-9761-56bb-8aac-c8c773815981 with identifier: KE23%20LXF
2026-03-30 06:57:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78dd1530-9761-56bb-8aac-c8c773815981 with identifier: KE23%20LXF
2026-03-30 06:57:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78dd1530-9761-56bb-8aac-c8c773815981 with identifier: KE23%20LXF to the API
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE23%20LXF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78dd1530-9761-56bb-8aac-c8c773815981',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE23 LXF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE23%20LXF&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 4996,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13800,
 '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': 'VXKUPHNSSP4136826',
 'year': 2023}
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LXF%27 HTTP/1.1" 200 None
2026-03-30 06:57:22 [bca.uk] INFO: Saving data for KE23%20LXF: {'auction_closing_time': 1774940400.0, 'created_time': 1773842388.536144, 'last_price_update_time': 1774853842.597213}
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE23%2520LXF') HTTP/1.1" 204 0
2026-03-30 06:57:22 [bca.uk] INFO: Found listing with ID: EA18%20HKY
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520HKY%27 HTTP/1.1" 200 None
2026-03-30 06:57:22 [bca.uk] INFO: Scrape type for EA18%20HKY: 2
2026-03-30 06:57:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with identifier: EA18%20HKY
2026-03-30 06:57:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with scrape type 2
2026-03-30 06:57:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with scrape type 2
2026-03-30 06:57:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b63f7a09-9581-57b9-bb0f-1e7f2449bb0b, identifier: EA18%20HKY
2026-03-30 06:57:22 [bca.uk] INFO: Found listing with ID: GY23%20XLW
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520XLW%27 HTTP/1.1" 200 None
2026-03-30 06:57:22 [bca.uk] INFO: Scrape type for GY23%20XLW: 2
2026-03-30 06:57:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with identifier: GY23%20XLW
2026-03-30 06:57:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with scrape type 2
2026-03-30 06:57:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with scrape type 2
2026-03-30 06:57:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 730d00d8-af86-53ff-9856-8f8cdc2b4f72, identifier: GY23%20XLW
2026-03-30 06:57:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27376f37-36a6-5ada-8196-f8e194dead5a with identifier: LS22%20HFG
2026-03-30 06:57:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27376f37-36a6-5ada-8196-f8e194dead5a with identifier: LS22%20HFG
2026-03-30 06:57:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27376f37-36a6-5ada-8196-f8e194dead5a with identifier: LS22%20HFG to the API
2026-03-30 06:57:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS22%20HFG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '27376f37-36a6-5ada-8196-f8e194dead5a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS22 HFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS22%20HFG&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'VOLKSWAGEN',
 'model': 'ID.3',
 'odometer': 3227,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.3 107KW 58KWH LIFE PRO Hatchback',
 'transmission': 'automatic',
 'trim': '107KW 58KWH LIFE PRO',
 'vin': 'WVWZZZE1ZNP024700',
 'year': 2022}
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS22%2520HFG%27 HTTP/1.1" 200 None
2026-03-30 06:57:23 [bca.uk] INFO: Saving data for LS22%20HFG: {'auction_closing_time': 1774951200.0, 'created_time': 1774046939.906938, 'last_price_update_time': 1774853843.129487}
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS22%2520HFG') HTTP/1.1" 204 0
2026-03-30 06:57:23 [bca.uk] INFO: Found listing with ID: GK16%20VXP
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK16%2520VXP%27 HTTP/1.1" 200 None
2026-03-30 06:57:23 [bca.uk] INFO: Scrape type for GK16%20VXP: 2
2026-03-30 06:57:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1beeed0-34e0-5100-9991-66a700a71fdd with identifier: GK16%20VXP
2026-03-30 06:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1beeed0-34e0-5100-9991-66a700a71fdd with scrape type 2
2026-03-30 06:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1beeed0-34e0-5100-9991-66a700a71fdd with scrape type 2
2026-03-30 06:57:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c1beeed0-34e0-5100-9991-66a700a71fdd, identifier: GK16%20VXP
2026-03-30 06:57:23 [bca.uk] INFO: Found listing with ID: KE23%20LXW
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LXW%27 HTTP/1.1" 200 None
2026-03-30 06:57:23 [bca.uk] INFO: Scrape type for KE23%20LXW: 2
2026-03-30 06:57:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91736b49-996e-517c-82e6-c75d48213f68 with identifier: KE23%20LXW
2026-03-30 06:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91736b49-996e-517c-82e6-c75d48213f68 with scrape type 2
2026-03-30 06:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91736b49-996e-517c-82e6-c75d48213f68 with scrape type 2
2026-03-30 06:57:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 91736b49-996e-517c-82e6-c75d48213f68, identifier: KE23%20LXW
2026-03-30 06:57:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with identifier: EA18%20HKY
2026-03-30 06:57:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with identifier: EA18%20HKY
2026-03-30 06:57:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b63f7a09-9581-57b9-bb0f-1e7f2449bb0b with identifier: EA18%20HKY to the API
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA18%20HKY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b63f7a09-9581-57b9-bb0f-1e7f2449bb0b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EA18 HKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA18%20HKY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 144498,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 150 TITANIUM P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 150 TITANIUM P/S',
 'vin': 'WF0KXXWPCKJU62703',
 'year': 2018}
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA18%2520HKY%27 HTTP/1.1" 200 None
2026-03-30 06:57:23 [bca.uk] INFO: Saving data for EA18%20HKY: {'auction_closing_time': 1774864800.0, 'created_time': 1774303744.567653, 'last_price_update_time': 1774853843.666608}
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA18%2520HKY') HTTP/1.1" 204 0
2026-03-30 06:57:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with identifier: GY23%20XLW
2026-03-30 06:57:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with identifier: GY23%20XLW
2026-03-30 06:57:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 730d00d8-af86-53ff-9856-8f8cdc2b4f72 with identifier: GY23%20XLW to the API
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY23%20XLW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '730d00d8-af86-53ff-9856-8f8cdc2b4f72',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GY23 XLW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY23%20XLW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 26744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 125KW 52KWH LIFE PURE PERF. Hatchback',
 'transmission': 'automatic',
 'trim': '125KW 52KWH LIFE PURE PERF.',
 'vin': 'WVGZZZE2ZPP008613',
 'year': 2023}
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY23%2520XLW%27 HTTP/1.1" 200 None
2026-03-30 06:57:23 [bca.uk] INFO: Saving data for GY23%20XLW: {'auction_closing_time': 1774951200.0, 'created_time': 1773823273.0699, 'last_price_update_time': 1774853843.969668}
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY23%2520XLW') HTTP/1.1" 204 0
2026-03-30 06:57:23 [bca.uk] INFO: Found listing with ID: WO72%20AVT
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520AVT%27 HTTP/1.1" 200 None
2026-03-30 06:57:24 [bca.uk] INFO: Scrape type for WO72%20AVT: 2
2026-03-30 06:57:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b10c137-3254-5292-9446-49aac057748c with identifier: WO72%20AVT
2026-03-30 06:57:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b10c137-3254-5292-9446-49aac057748c with scrape type 2
2026-03-30 06:57:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b10c137-3254-5292-9446-49aac057748c with scrape type 2
2026-03-30 06:57:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b10c137-3254-5292-9446-49aac057748c, identifier: WO72%20AVT
2026-03-30 06:57:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c1beeed0-34e0-5100-9991-66a700a71fdd with identifier: GK16%20VXP
2026-03-30 06:57:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c1beeed0-34e0-5100-9991-66a700a71fdd with identifier: GK16%20VXP
2026-03-30 06:57:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c1beeed0-34e0-5100-9991-66a700a71fdd with identifier: GK16%20VXP to the API
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK16%20VXP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c1beeed0-34e0-5100-9991-66a700a71fdd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK16 VXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK16%20VXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'RENAULT',
 'model': 'KADJAR',
 'odometer': 58450,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'RENAULT KADJAR 1.5 DCI 110 DYNAMIQUE S Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 DYNAMIQUE S',
 'vin': 'VF1RFE00354877499',
 'year': 2016}
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK16%2520VXP%27 HTTP/1.1" 200 None
2026-03-30 06:57:24 [bca.uk] INFO: Saving data for GK16%20VXP: {'auction_closing_time': 1774864800.0, 'created_time': 1774350075.029414, 'last_price_update_time': 1774853844.401919}
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK16%2520VXP') HTTP/1.1" 204 0
2026-03-30 06:57:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 91736b49-996e-517c-82e6-c75d48213f68 with identifier: KE23%20LXW
2026-03-30 06:57:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 91736b49-996e-517c-82e6-c75d48213f68 with identifier: KE23%20LXW
2026-03-30 06:57:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 91736b49-996e-517c-82e6-c75d48213f68 with identifier: KE23%20LXW to the API
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE23%20LXW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '91736b49-996e-517c-82e6-c75d48213f68',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE23 LXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE23%20LXW&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5620,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13500,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4146789',
 'year': 2023}
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LXW%27 HTTP/1.1" 200 None
2026-03-30 06:57:24 [bca.uk] INFO: Saving data for KE23%20LXW: {'auction_closing_time': 1774940400.0, 'created_time': 1773846541.416286, 'last_price_update_time': 1774853844.727504}
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE23%2520LXW') HTTP/1.1" 204 0
2026-03-30 06:57:24 [bca.uk] INFO: Found listing with ID: CN69%20WYF
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN69%2520WYF%27 HTTP/1.1" 200 None
2026-03-30 06:57:24 [bca.uk] INFO: Scrape type for CN69%20WYF: 2
2026-03-30 06:57:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f339e0b-08c5-5212-97cc-71756baa29f3 with identifier: CN69%20WYF
2026-03-30 06:57:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f339e0b-08c5-5212-97cc-71756baa29f3 with scrape type 2
2026-03-30 06:57:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f339e0b-08c5-5212-97cc-71756baa29f3 with scrape type 2
2026-03-30 06:57:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0f339e0b-08c5-5212-97cc-71756baa29f3, identifier: CN69%20WYF
2026-03-30 06:57:24 [bca.uk] INFO: Found listing with ID: BC23%20PGK
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC23%2520PGK%27 HTTP/1.1" 200 None
2026-03-30 06:57:24 [bca.uk] INFO: Scrape type for BC23%20PGK: 2
2026-03-30 06:57:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23449d2d-d8f3-5b56-8107-2ed62f25812c with identifier: BC23%20PGK
2026-03-30 06:57:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23449d2d-d8f3-5b56-8107-2ed62f25812c with scrape type 2
2026-03-30 06:57:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23449d2d-d8f3-5b56-8107-2ed62f25812c with scrape type 2
2026-03-30 06:57:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23449d2d-d8f3-5b56-8107-2ed62f25812c, identifier: BC23%20PGK
2026-03-30 06:57:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b10c137-3254-5292-9446-49aac057748c with identifier: WO72%20AVT
2026-03-30 06:57:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b10c137-3254-5292-9446-49aac057748c with identifier: WO72%20AVT
2026-03-30 06:57:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b10c137-3254-5292-9446-49aac057748c with identifier: WO72%20AVT to the API
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO72%20AVT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8b10c137-3254-5292-9446-49aac057748c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WO72 AVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO72%20AVT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'E-TRON S/B',
 'odometer': 24484,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON S/B 71KWH 50 Q BLACK ED. Coupe',
 'transmission': 'automatic',
 'trim': '71KWH 50 Q BLACK ED.',
 'vin': 'WAUZZZGE0PB018481',
 'year': 2023}
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO72%2520AVT%27 HTTP/1.1" 200 None
2026-03-30 06:57:25 [bca.uk] INFO: Saving data for WO72%20AVT: {'auction_closing_time': 1774951200.0, 'created_time': 1774046939.53978, 'last_price_update_time': 1774853845.278063}
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO72%2520AVT') HTTP/1.1" 204 0
2026-03-30 06:57:25 [bca.uk] INFO: Found listing with ID: KU16%20LSJ
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520LSJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:25 [bca.uk] INFO: Scrape type for KU16%20LSJ: 2
2026-03-30 06:57:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7cee41c-6b89-5cb0-8b0d-b6e0945ac752 with identifier: KU16%20LSJ
2026-03-30 06:57:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7cee41c-6b89-5cb0-8b0d-b6e0945ac752 with scrape type 2
2026-03-30 06:57:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7cee41c-6b89-5cb0-8b0d-b6e0945ac752 with scrape type 2
2026-03-30 06:57:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7cee41c-6b89-5cb0-8b0d-b6e0945ac752, identifier: KU16%20LSJ
2026-03-30 06:57:25 [bca.uk] INFO: Found listing with ID: LL74%20DKX
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKX%27 HTTP/1.1" 200 None
2026-03-30 06:57:25 [bca.uk] INFO: Scrape type for LL74%20DKX: 2
2026-03-30 06:57:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90fd13dc-295e-508a-a7fb-87c22b71ef85 with identifier: LL74%20DKX
2026-03-30 06:57:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90fd13dc-295e-508a-a7fb-87c22b71ef85 with scrape type 2
2026-03-30 06:57:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90fd13dc-295e-508a-a7fb-87c22b71ef85 with scrape type 2
2026-03-30 06:57:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 90fd13dc-295e-508a-a7fb-87c22b71ef85, identifier: LL74%20DKX
2026-03-30 06:57:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0f339e0b-08c5-5212-97cc-71756baa29f3 with identifier: CN69%20WYF
2026-03-30 06:57:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0f339e0b-08c5-5212-97cc-71756baa29f3 with identifier: CN69%20WYF
2026-03-30 06:57:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0f339e0b-08c5-5212-97cc-71756baa29f3 with identifier: CN69%20WYF to the API
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CN69%20WYF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0f339e0b-08c5-5212-97cc-71756baa29f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CN69 WYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CN69%20WYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 108456,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 SE 9G Saloon',
 'transmission': 'manual',
 'trim': 'SE 9G',
 'vin': 'WDD2130042A709948',
 'year': 2019}
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CN69%2520WYF%27 HTTP/1.1" 200 None
2026-03-30 06:57:25 [bca.uk] INFO: Saving data for CN69%20WYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774303783.251408, 'last_price_update_time': 1774853845.810466}
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CN69%2520WYF') HTTP/1.1" 204 0
2026-03-30 06:57:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23449d2d-d8f3-5b56-8107-2ed62f25812c with identifier: BC23%20PGK
2026-03-30 06:57:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23449d2d-d8f3-5b56-8107-2ed62f25812c with identifier: BC23%20PGK
2026-03-30 06:57:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23449d2d-d8f3-5b56-8107-2ed62f25812c with identifier: BC23%20PGK to the API
2026-03-30 06:57:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC23%20PGK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '23449d2d-d8f3-5b56-8107-2ed62f25812c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC23 PGK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC23%20PGK&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 55575,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B 100 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 ST-LINE',
 'vin': 'WF0JXXGAHJPD30873',
 'year': 2023}
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC23%2520PGK%27 HTTP/1.1" 200 None
2026-03-30 06:57:26 [bca.uk] INFO: Saving data for BC23%20PGK: {'auction_closing_time': 1775037600.0, 'created_time': 1774276528.405696, 'last_price_update_time': 1774853846.178511}
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC23%2520PGK') HTTP/1.1" 204 0
2026-03-30 06:57:26 [bca.uk] INFO: Found listing with ID: HF23%20VMA
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520VMA%27 HTTP/1.1" 200 None
2026-03-30 06:57:26 [bca.uk] INFO: Scrape type for HF23%20VMA: 2
2026-03-30 06:57:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with identifier: HF23%20VMA
2026-03-30 06:57:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with scrape type 2
2026-03-30 06:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with scrape type 2
2026-03-30 06:57:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23, identifier: HF23%20VMA
2026-03-30 06:57:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7cee41c-6b89-5cb0-8b0d-b6e0945ac752 with identifier: KU16%20LSJ
2026-03-30 06:57:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7cee41c-6b89-5cb0-8b0d-b6e0945ac752 with identifier: KU16%20LSJ
2026-03-30 06:57:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7cee41c-6b89-5cb0-8b0d-b6e0945ac752 with identifier: KU16%20LSJ to the API
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU16%20LSJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b7cee41c-6b89-5cb0-8b0d-b6e0945ac752',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU16 LSJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU16%20LSJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 97342,
 'odometer_reading_unit': '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 SRI Hatchback',
 'transmission': 'manual',
 'trim': '90 E/F SRI',
 'vin': 'W0L0XEP08G6044803',
 'year': 2016}
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU16%2520LSJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:26 [bca.uk] INFO: Saving data for KU16%20LSJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774350080.740955, 'last_price_update_time': 1774853846.599987}
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU16%2520LSJ') HTTP/1.1" 204 0
2026-03-30 06:57:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 90fd13dc-295e-508a-a7fb-87c22b71ef85 with identifier: LL74%20DKX
2026-03-30 06:57:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 90fd13dc-295e-508a-a7fb-87c22b71ef85 with identifier: LL74%20DKX
2026-03-30 06:57:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 90fd13dc-295e-508a-a7fb-87c22b71ef85 with identifier: LL74%20DKX to the API
2026-03-30 06:57:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DKX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '90fd13dc-295e-508a-a7fb-87c22b71ef85',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DKX&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6860,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE5R4298189',
 'year': 2024}
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DKX%27 HTTP/1.1" 200 None
2026-03-30 06:57:27 [bca.uk] INFO: Saving data for LL74%20DKX: {'auction_closing_time': 1774940400.0, 'created_time': 1773842368.279735, 'last_price_update_time': 1774853847.015985}
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DKX') HTTP/1.1" 204 0
2026-03-30 06:57:27 [bca.uk] INFO: Found listing with ID: AF73%20LNU
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LNU%27 HTTP/1.1" 200 None
2026-03-30 06:57:27 [bca.uk] INFO: Scrape type for AF73%20LNU: 2
2026-03-30 06:57:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf155c2c-7c01-55ca-b5f2-db689be34e34 with identifier: AF73%20LNU
2026-03-30 06:57:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf155c2c-7c01-55ca-b5f2-db689be34e34 with scrape type 2
2026-03-30 06:57:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf155c2c-7c01-55ca-b5f2-db689be34e34 with scrape type 2
2026-03-30 06:57:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cf155c2c-7c01-55ca-b5f2-db689be34e34, identifier: AF73%20LNU
2026-03-30 06:57:27 [bca.uk] INFO: Found listing with ID: BC24%20RJY
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC24%2520RJY%27 HTTP/1.1" 200 None
2026-03-30 06:57:27 [bca.uk] INFO: Scrape type for BC24%20RJY: 2
2026-03-30 06:57:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9af80e90-96c5-5e12-a9ee-47285480960b with identifier: BC24%20RJY
2026-03-30 06:57:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9af80e90-96c5-5e12-a9ee-47285480960b with scrape type 2
2026-03-30 06:57:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9af80e90-96c5-5e12-a9ee-47285480960b with scrape type 2
2026-03-30 06:57:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9af80e90-96c5-5e12-a9ee-47285480960b, identifier: BC24%20RJY
2026-03-30 06:57:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with identifier: HF23%20VMA
2026-03-30 06:57:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with identifier: HF23%20VMA
2026-03-30 06:57:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23 with identifier: HF23%20VMA to the API
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HF23%20VMA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4cd63ba9-a8aa-547e-9fa3-fd1669ab6f23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HF23 VMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HF23%20VMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 28279,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 35 125KW 55KWH S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '35 125KW 55KWH S LINE',
 'vin': 'WAUZZZFZ6PP028911',
 'year': 2023}
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HF23%2520VMA%27 HTTP/1.1" 200 None
2026-03-30 06:57:27 [bca.uk] INFO: Saving data for HF23%20VMA: {'auction_closing_time': 1774951200.0, 'created_time': 1773908133.388194, 'last_price_update_time': 1774853847.56607}
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HF23%2520VMA') HTTP/1.1" 204 0
2026-03-30 06:57:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=125&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-30 06:57:27 [bca.uk] INFO: Found listing with ID: ML66%20PCO
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520PCO%27 HTTP/1.1" 200 None
2026-03-30 06:57:27 [bca.uk] INFO: Scrape type for ML66%20PCO: 2
2026-03-30 06:57:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ccd38de-0fa3-58a3-abd6-5744c0b0490e with identifier: ML66%20PCO
2026-03-30 06:57:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ccd38de-0fa3-58a3-abd6-5744c0b0490e with scrape type 2
2026-03-30 06:57:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ccd38de-0fa3-58a3-abd6-5744c0b0490e with scrape type 2
2026-03-30 06:57:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2ccd38de-0fa3-58a3-abd6-5744c0b0490e, identifier: ML66%20PCO
2026-03-30 06:57:27 [bca.uk] INFO: Found listing with ID: LN24%20PWJ
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PWJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:27 [bca.uk] INFO: Scrape type for LN24%20PWJ: 2
2026-03-30 06:57:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7fcf8a3-e8b0-5652-8ffb-4539e83c7955 with identifier: LN24%20PWJ
2026-03-30 06:57:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7fcf8a3-e8b0-5652-8ffb-4539e83c7955 with scrape type 2
2026-03-30 06:57:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7fcf8a3-e8b0-5652-8ffb-4539e83c7955 with scrape type 2
2026-03-30 06:57:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7fcf8a3-e8b0-5652-8ffb-4539e83c7955, identifier: LN24%20PWJ
2026-03-30 06:57:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cf155c2c-7c01-55ca-b5f2-db689be34e34 with identifier: AF73%20LNU
2026-03-30 06:57:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cf155c2c-7c01-55ca-b5f2-db689be34e34 with identifier: AF73%20LNU
2026-03-30 06:57:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cf155c2c-7c01-55ca-b5f2-db689be34e34 with identifier: AF73%20LNU to the API
2026-03-30 06:57:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20LNU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'cf155c2c-7c01-55ca-b5f2-db689be34e34',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 LNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20LNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 70896,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW74099PZ224657',
 'year': 2023}
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LNU%27 HTTP/1.1" 200 None
2026-03-30 06:57:28 [bca.uk] INFO: Saving data for AF73%20LNU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303785.109262, 'last_price_update_time': 1774853848.117902}
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520LNU') HTTP/1.1" 204 0
2026-03-30 06:57:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9af80e90-96c5-5e12-a9ee-47285480960b with identifier: BC24%20RJY
2026-03-30 06:57:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9af80e90-96c5-5e12-a9ee-47285480960b with identifier: BC24%20RJY
2026-03-30 06:57:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9af80e90-96c5-5e12-a9ee-47285480960b with identifier: BC24%20RJY to the API
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC24%20RJY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '9af80e90-96c5-5e12-a9ee-47285480960b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC24 RJY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC24%20RJY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 22609,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 160KW 65KWH N LINE Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 65KWH N LINE',
 'vin': 'TMAH681A2RJ039157',
 'year': 2024}
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC24%2520RJY%27 HTTP/1.1" 200 None
2026-03-30 06:57:28 [bca.uk] INFO: Saving data for BC24%20RJY: {'auction_closing_time': 1775037600.0, 'created_time': 1774276550.650878, 'last_price_update_time': 1774853848.415134}
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC24%2520RJY') HTTP/1.1" 204 0
2026-03-30 06:57:28 [bca.uk] INFO: Found listing with ID: HG72%20VGR
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG72%2520VGR%27 HTTP/1.1" 200 None
2026-03-30 06:57:28 [bca.uk] INFO: Scrape type for HG72%20VGR: 2
2026-03-30 06:57:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad8d9845-111a-5155-be34-8cb002a4fa71 with identifier: HG72%20VGR
2026-03-30 06:57:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad8d9845-111a-5155-be34-8cb002a4fa71 with scrape type 2
2026-03-30 06:57:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad8d9845-111a-5155-be34-8cb002a4fa71 with scrape type 2
2026-03-30 06:57:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ad8d9845-111a-5155-be34-8cb002a4fa71, identifier: HG72%20VGR
2026-03-30 06:57:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2ccd38de-0fa3-58a3-abd6-5744c0b0490e with identifier: ML66%20PCO
2026-03-30 06:57:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2ccd38de-0fa3-58a3-abd6-5744c0b0490e with identifier: ML66%20PCO
2026-03-30 06:57:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2ccd38de-0fa3-58a3-abd6-5744c0b0490e with identifier: ML66%20PCO to the API
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ML66%20PCO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2ccd38de-0fa3-58a3-abd6-5744c0b0490e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ML66 PCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ML66%20PCO&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 63199,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 110 TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 110 TEKNA',
 'vin': 'SJNFAAJ11U1832779',
 'year': 2016}
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ML66%2520PCO%27 HTTP/1.1" 200 None
2026-03-30 06:57:28 [bca.uk] INFO: Saving data for ML66%20PCO: {'auction_closing_time': 1774864800.0, 'created_time': 1774350077.713075, 'last_price_update_time': 1774853848.822765}
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ML66%2520PCO') HTTP/1.1" 204 0
2026-03-30 06:57:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7fcf8a3-e8b0-5652-8ffb-4539e83c7955 with identifier: LN24%20PWJ
2026-03-30 06:57:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7fcf8a3-e8b0-5652-8ffb-4539e83c7955 with identifier: LN24%20PWJ
2026-03-30 06:57:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7fcf8a3-e8b0-5652-8ffb-4539e83c7955 with identifier: LN24%20PWJ to the API
2026-03-30 06:57:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20PWJ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e7fcf8a3-e8b0-5652-8ffb-4539e83c7955',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 PWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20PWJ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6405,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4035505',
 'year': 2024}
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520PWJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:29 [bca.uk] INFO: Saving data for LN24%20PWJ: {'auction_closing_time': 1774940400.0, 'created_time': 1773842111.274593, 'last_price_update_time': 1774853849.121846}
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520PWJ') HTTP/1.1" 204 0
2026-03-30 06:57:29 [bca.uk] INFO: Found listing with ID: AF23%20LDU
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520LDU%27 HTTP/1.1" 200 None
2026-03-30 06:57:29 [bca.uk] INFO: Scrape type for AF23%20LDU: 2
2026-03-30 06:57:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1e076ef-ad22-53e1-a822-02a289ecdc61 with identifier: AF23%20LDU
2026-03-30 06:57:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1e076ef-ad22-53e1-a822-02a289ecdc61 with scrape type 2
2026-03-30 06:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1e076ef-ad22-53e1-a822-02a289ecdc61 with scrape type 2
2026-03-30 06:57:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1e076ef-ad22-53e1-a822-02a289ecdc61, identifier: AF23%20LDU
2026-03-30 06:57:29 [bca.uk] INFO: Found listing with ID: BF23%20CVZ
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520CVZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:29 [bca.uk] INFO: Scrape type for BF23%20CVZ: 2
2026-03-30 06:57:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59c1f734-127c-56bd-aa2f-56e0e269af8e with identifier: BF23%20CVZ
2026-03-30 06:57:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59c1f734-127c-56bd-aa2f-56e0e269af8e with scrape type 2
2026-03-30 06:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59c1f734-127c-56bd-aa2f-56e0e269af8e with scrape type 2
2026-03-30 06:57:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59c1f734-127c-56bd-aa2f-56e0e269af8e, identifier: BF23%20CVZ
2026-03-30 06:57:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ad8d9845-111a-5155-be34-8cb002a4fa71 with identifier: HG72%20VGR
2026-03-30 06:57:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ad8d9845-111a-5155-be34-8cb002a4fa71 with identifier: HG72%20VGR
2026-03-30 06:57:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ad8d9845-111a-5155-be34-8cb002a4fa71 with identifier: HG72%20VGR to the API
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG72%20VGR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'ad8d9845-111a-5155-be34-8cb002a4fa71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HG72 VGR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG72%20VGR&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'AUDI',
 'model': 'Q4 E-TRON',
 'odometer': 77487,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q4 E-TRON 40 150KW 82KWH S LINE StationWagon',
 'transmission': 'automatic',
 'trim': '40 150KW 82KWH S LINE',
 'vin': 'WAUZZZFZ3PP016070',
 'year': 2023}
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG72%2520VGR%27 HTTP/1.1" 200 None
2026-03-30 06:57:29 [bca.uk] INFO: Saving data for HG72%20VGR: {'auction_closing_time': 1774951200.0, 'created_time': 1773908135.794095, 'last_price_update_time': 1774853849.852886}
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG72%2520VGR') HTTP/1.1" 204 0
2026-03-30 06:57:29 [bca.uk] INFO: Found listing with ID: YH12%20UTA
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH12%2520UTA%27 HTTP/1.1" 200 None
2026-03-30 06:57:29 [bca.uk] INFO: Scrape type for YH12%20UTA: 2
2026-03-30 06:57:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4bc2f23-b60f-5f17-9e26-467f6b132f12 with identifier: YH12%20UTA
2026-03-30 06:57:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4bc2f23-b60f-5f17-9e26-467f6b132f12 with scrape type 2
2026-03-30 06:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4bc2f23-b60f-5f17-9e26-467f6b132f12 with scrape type 2
2026-03-30 06:57:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4bc2f23-b60f-5f17-9e26-467f6b132f12, identifier: YH12%20UTA
2026-03-30 06:57:29 [bca.uk] INFO: Found listing with ID: LN24%20RFY
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RFY%27 HTTP/1.1" 200 None
2026-03-30 06:57:30 [bca.uk] INFO: Scrape type for LN24%20RFY: 2
2026-03-30 06:57:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ea17366-096b-5798-ae91-8c423d1bdb65 with identifier: LN24%20RFY
2026-03-30 06:57:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea17366-096b-5798-ae91-8c423d1bdb65 with scrape type 2
2026-03-30 06:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ea17366-096b-5798-ae91-8c423d1bdb65 with scrape type 2
2026-03-30 06:57:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9ea17366-096b-5798-ae91-8c423d1bdb65, identifier: LN24%20RFY
2026-03-30 06:57:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1e076ef-ad22-53e1-a822-02a289ecdc61 with identifier: AF23%20LDU
2026-03-30 06:57:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1e076ef-ad22-53e1-a822-02a289ecdc61 with identifier: AF23%20LDU
2026-03-30 06:57:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1e076ef-ad22-53e1-a822-02a289ecdc61 with identifier: AF23%20LDU to the API
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20LDU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'f1e076ef-ad22-53e1-a822-02a289ecdc61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF23 LDU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20LDU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 54860,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY LR',
 'vin': 'LSJW74093PZ093239',
 'year': 2023}
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520LDU%27 HTTP/1.1" 200 None
2026-03-30 06:57:30 [bca.uk] INFO: Saving data for AF23%20LDU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303724.72419, 'last_price_update_time': 1774853850.37075}
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520LDU') HTTP/1.1" 204 0
2026-03-30 06:57:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59c1f734-127c-56bd-aa2f-56e0e269af8e with identifier: BF23%20CVZ
2026-03-30 06:57:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59c1f734-127c-56bd-aa2f-56e0e269af8e with identifier: BF23%20CVZ
2026-03-30 06:57:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59c1f734-127c-56bd-aa2f-56e0e269af8e with identifier: BF23%20CVZ to the API
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF23%20CVZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '59c1f734-127c-56bd-aa2f-56e0e269af8e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BF23 CVZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF23%20CVZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 25298,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.6 HYBRID N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID N-CONNECTA',
 'vin': 'SJNFCAF16U1227280',
 'year': 2023}
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520CVZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:30 [bca.uk] INFO: Saving data for BF23%20CVZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774276525.035933, 'last_price_update_time': 1774853850.864859}
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF23%2520CVZ') HTTP/1.1" 204 0
2026-03-30 06:57:30 [bca.uk] INFO: Found listing with ID: SH23%20HVP
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH23%2520HVP%27 HTTP/1.1" 200 None
2026-03-30 06:57:30 [bca.uk] INFO: Scrape type for SH23%20HVP: 2
2026-03-30 06:57:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3147b3c-6921-5e85-bafc-b0acc88de9fd with identifier: SH23%20HVP
2026-03-30 06:57:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3147b3c-6921-5e85-bafc-b0acc88de9fd with scrape type 2
2026-03-30 06:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3147b3c-6921-5e85-bafc-b0acc88de9fd with scrape type 2
2026-03-30 06:57:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3147b3c-6921-5e85-bafc-b0acc88de9fd, identifier: SH23%20HVP
2026-03-30 06:57:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4bc2f23-b60f-5f17-9e26-467f6b132f12 with identifier: YH12%20UTA
2026-03-30 06:57:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4bc2f23-b60f-5f17-9e26-467f6b132f12 with identifier: YH12%20UTA
2026-03-30 06:57:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4bc2f23-b60f-5f17-9e26-467f6b132f12 with identifier: YH12%20UTA to the API
2026-03-30 06:57:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH12%20UTA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a4bc2f23-b60f-5f17-9e26-467f6b132f12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YH12 UTA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH12%20UTA&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'S-MAX',
 'odometer': 115213,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD S-MAX 2.0 TDCI 140 TITANIUM MPV',
 'transmission': 'manual',
 'trim': 'TDCI 140 TITANIUM',
 'vin': 'WF0SXXGBWSBP32224',
 'year': 2012}
2026-03-30 06:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH12%2520UTA%27 HTTP/1.1" 200 None
2026-03-30 06:57:31 [bca.uk] INFO: Saving data for YH12%20UTA: {'auction_closing_time': 1774864800.0, 'created_time': 1774350216.563252, 'last_price_update_time': 1774853851.765443}
2026-03-30 06:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH12%2520UTA') HTTP/1.1" 204 0
2026-03-30 06:57:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9ea17366-096b-5798-ae91-8c423d1bdb65 with identifier: LN24%20RFY
2026-03-30 06:57:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9ea17366-096b-5798-ae91-8c423d1bdb65 with identifier: LN24%20RFY
2026-03-30 06:57:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9ea17366-096b-5798-ae91-8c423d1bdb65 with identifier: LN24%20RFY to the API
2026-03-30 06:57:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20RFY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9ea17366-096b-5798-ae91-8c423d1bdb65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 RFY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20RFY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bedford',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9481,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSR4032846',
 'year': 2024}
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520RFY%27 HTTP/1.1" 200 None
2026-03-30 06:57:32 [bca.uk] INFO: Saving data for LN24%20RFY: {'auction_closing_time': 1774940400.0, 'created_time': 1773846526.889397, 'last_price_update_time': 1774853852.133078}
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520RFY') HTTP/1.1" 204 0
2026-03-30 06:57:32 [bca.uk] INFO: Found listing with ID: AD72%20CAU
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD72%2520CAU%27 HTTP/1.1" 200 None
2026-03-30 06:57:32 [bca.uk] INFO: Scrape type for AD72%20CAU: 2
2026-03-30 06:57:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fb61398-f94a-58a2-b81f-ce1641e2915c with identifier: AD72%20CAU
2026-03-30 06:57:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fb61398-f94a-58a2-b81f-ce1641e2915c with scrape type 2
2026-03-30 06:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fb61398-f94a-58a2-b81f-ce1641e2915c with scrape type 2
2026-03-30 06:57:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fb61398-f94a-58a2-b81f-ce1641e2915c, identifier: AD72%20CAU
2026-03-30 06:57:32 [bca.uk] INFO: Found listing with ID: BG73%20ENC
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520ENC%27 HTTP/1.1" 200 None
2026-03-30 06:57:32 [bca.uk] INFO: Scrape type for BG73%20ENC: 2
2026-03-30 06:57:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with identifier: BG73%20ENC
2026-03-30 06:57:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with scrape type 2
2026-03-30 06:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with scrape type 2
2026-03-30 06:57:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e6a5708-7f24-54e8-9cd4-aad0ff775053, identifier: BG73%20ENC
2026-03-30 06:57:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3147b3c-6921-5e85-bafc-b0acc88de9fd with identifier: SH23%20HVP
2026-03-30 06:57:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3147b3c-6921-5e85-bafc-b0acc88de9fd with identifier: SH23%20HVP
2026-03-30 06:57:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3147b3c-6921-5e85-bafc-b0acc88de9fd with identifier: SH23%20HVP to the API
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH23%20HVP-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd3147b3c-6921-5e85-bafc-b0acc88de9fd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SH23 HVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH23%20HVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ID.5',
 'odometer': 80132,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.5 220KW 77KWH 4M GTX STYLE Coupe',
 'transmission': 'automatic',
 'trim': '220KW 77KWH 4M GTX STYLE',
 'vin': 'WVGZZZE2ZPP521725',
 'year': 2023}
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH23%2520HVP%27 HTTP/1.1" 200 None
2026-03-30 06:57:32 [bca.uk] INFO: Saving data for SH23%20HVP: {'auction_closing_time': 1774951200.0, 'created_time': 1773908122.67987, 'last_price_update_time': 1774853852.71305}
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH23%2520HVP') HTTP/1.1" 204 0
2026-03-30 06:57:32 [bca.uk] INFO: Found listing with ID: SJ70%20WZR
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ70%2520WZR%27 HTTP/1.1" 200 None
2026-03-30 06:57:32 [bca.uk] INFO: Scrape type for SJ70%20WZR: 2
2026-03-30 06:57:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 735637f2-412f-5562-866a-b2d299eedbbe with identifier: SJ70%20WZR
2026-03-30 06:57:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 735637f2-412f-5562-866a-b2d299eedbbe with scrape type 2
2026-03-30 06:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 735637f2-412f-5562-866a-b2d299eedbbe with scrape type 2
2026-03-30 06:57:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 735637f2-412f-5562-866a-b2d299eedbbe, identifier: SJ70%20WZR
2026-03-30 06:57:32 [bca.uk] INFO: Found listing with ID: NX73%20LLP
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX73%2520LLP%27 HTTP/1.1" 200 None
2026-03-30 06:57:32 [bca.uk] INFO: Scrape type for NX73%20LLP: 2
2026-03-30 06:57:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05973cdb-1690-530c-a87b-18864503ac06 with identifier: NX73%20LLP
2026-03-30 06:57:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05973cdb-1690-530c-a87b-18864503ac06 with scrape type 2
2026-03-30 06:57:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05973cdb-1690-530c-a87b-18864503ac06 with scrape type 2
2026-03-30 06:57:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05973cdb-1690-530c-a87b-18864503ac06, identifier: NX73%20LLP
2026-03-30 06:57:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fb61398-f94a-58a2-b81f-ce1641e2915c with identifier: AD72%20CAU
2026-03-30 06:57:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fb61398-f94a-58a2-b81f-ce1641e2915c with identifier: AD72%20CAU
2026-03-30 06:57:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fb61398-f94a-58a2-b81f-ce1641e2915c with identifier: AD72%20CAU to the API
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AD72%20CAU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6fb61398-f94a-58a2-b81f-ce1641e2915c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AD72 CAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AD72%20CAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 61499,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG5 EV 115KW 61KWH TROPHY LR Estate',
 'transmission': 'automatic',
 'trim': '115KW 61KWH TROPHY LR',
 'vin': 'LSJE24096NG113664',
 'year': 2023}
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AD72%2520CAU%27 HTTP/1.1" 200 None
2026-03-30 06:57:33 [bca.uk] INFO: Saving data for AD72%20CAU: {'auction_closing_time': 1774864800.0, 'created_time': 1774303786.921093, 'last_price_update_time': 1774853853.332821}
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AD72%2520CAU') HTTP/1.1" 204 0
2026-03-30 06:57:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with identifier: BG73%20ENC
2026-03-30 06:57:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with identifier: BG73%20ENC
2026-03-30 06:57:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e6a5708-7f24-54e8-9cd4-aad0ff775053 with identifier: BG73%20ENC to the API
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BG73%20ENC-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2e6a5708-7f24-54e8-9cd4-aad0ff775053',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BG73 ENC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BG73%20ENC&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'TUCSON',
 'odometer': 8669,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'HYUNDAI TUCSON 1.6 T-GDI 2WD ULTIMATE StationWagon',
 'transmission': 'manual',
 'trim': 'T-GDI 2WD ULTIMATE',
 'vin': 'TMAJE81BLPJ385770',
 'year': 2023}
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BG73%2520ENC%27 HTTP/1.1" 200 None
2026-03-30 06:57:33 [bca.uk] INFO: Saving data for BG73%20ENC: {'auction_closing_time': 1775037600.0, 'created_time': 1774276550.159869, 'last_price_update_time': 1774853853.65532}
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BG73%2520ENC') HTTP/1.1" 204 0
2026-03-30 06:57:33 [bca.uk] INFO: Found listing with ID: VX69%20KVE
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520KVE%27 HTTP/1.1" 200 None
2026-03-30 06:57:33 [bca.uk] INFO: Scrape type for VX69%20KVE: 2
2026-03-30 06:57:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7404977-1d0d-5c15-a3d3-cf460bc321a8 with identifier: VX69%20KVE
2026-03-30 06:57:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7404977-1d0d-5c15-a3d3-cf460bc321a8 with scrape type 2
2026-03-30 06:57:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7404977-1d0d-5c15-a3d3-cf460bc321a8 with scrape type 2
2026-03-30 06:57:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7404977-1d0d-5c15-a3d3-cf460bc321a8, identifier: VX69%20KVE
2026-03-30 06:57:33 [bca.uk] INFO: Total items found: 0
2026-03-30 06:57:33 [bca.uk] INFO: No more items to scrape after page {self.next_page}
2026-03-30 06:57:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 735637f2-412f-5562-866a-b2d299eedbbe with identifier: SJ70%20WZR
2026-03-30 06:57:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 735637f2-412f-5562-866a-b2d299eedbbe with identifier: SJ70%20WZR
2026-03-30 06:57:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 735637f2-412f-5562-866a-b2d299eedbbe with identifier: SJ70%20WZR to the API
2026-03-30 06:57:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SJ70%20WZR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '735637f2-412f-5562-866a-b2d299eedbbe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SJ70 WZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SJ70%20WZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 66545,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT LINE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 GT LINE',
 'vin': 'VF3MRHNSMLS234259',
 'year': 2020}
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SJ70%2520WZR%27 HTTP/1.1" 200 None
2026-03-30 06:57:34 [bca.uk] INFO: Saving data for SJ70%20WZR: {'auction_closing_time': 1775037600.0, 'created_time': 1774350232.194108, 'last_price_update_time': 1774853854.11158}
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ70%2520WZR') HTTP/1.1" 204 0
2026-03-30 06:57:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05973cdb-1690-530c-a87b-18864503ac06 with identifier: NX73%20LLP
2026-03-30 06:57:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05973cdb-1690-530c-a87b-18864503ac06 with identifier: NX73%20LLP
2026-03-30 06:57:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05973cdb-1690-530c-a87b-18864503ac06 with identifier: NX73%20LLP to the API
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX73%20LLP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '05973cdb-1690-530c-a87b-18864503ac06',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NX73 LLP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX73%20LLP&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9190,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4338875',
 'year': 2024}
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX73%2520LLP%27 HTTP/1.1" 200 None
2026-03-30 06:57:34 [bca.uk] INFO: Saving data for NX73%20LLP: {'auction_closing_time': 1774940400.0, 'created_time': 1773924984.266467, 'last_price_update_time': 1774853854.435871}
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX73%2520LLP') HTTP/1.1" 204 0
2026-03-30 06:57:34 [bca.uk] INFO: Found listing with ID: AJ09%20OHS
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ09%2520OHS%27 HTTP/1.1" 200 None
2026-03-30 06:57:34 [bca.uk] INFO: Scrape type for AJ09%20OHS: 2
2026-03-30 06:57:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with identifier: AJ09%20OHS
2026-03-30 06:57:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with scrape type 2
2026-03-30 06:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with scrape type 2
2026-03-30 06:57:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3faf6720-5d11-5ad8-a3a2-9347d5b2f554, identifier: AJ09%20OHS
2026-03-30 06:57:34 [bca.uk] INFO: Found listing with ID: BW73%20PHV
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520PHV%27 HTTP/1.1" 200 None
2026-03-30 06:57:34 [bca.uk] INFO: Scrape type for BW73%20PHV: 2
2026-03-30 06:57:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da532bf2-0903-5506-8258-dd10750a9563 with identifier: BW73%20PHV
2026-03-30 06:57:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da532bf2-0903-5506-8258-dd10750a9563 with scrape type 2
2026-03-30 06:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da532bf2-0903-5506-8258-dd10750a9563 with scrape type 2
2026-03-30 06:57:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: da532bf2-0903-5506-8258-dd10750a9563, identifier: BW73%20PHV
2026-03-30 06:57:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7404977-1d0d-5c15-a3d3-cf460bc321a8 with identifier: VX69%20KVE
2026-03-30 06:57:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7404977-1d0d-5c15-a3d3-cf460bc321a8 with identifier: VX69%20KVE
2026-03-30 06:57:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7404977-1d0d-5c15-a3d3-cf460bc321a8 with identifier: VX69%20KVE to the API
2026-03-30 06:57:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 113,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VX69%20KVE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b7404977-1d0d-5c15-a3d3-cf460bc321a8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VX69 KVE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VX69%20KVE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'FIESTA ACTIVE',
 'odometer': 27237,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA ACTIVE 1.0 E/B 100 1 Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 100 1',
 'vin': 'WF0JXXGAHJJG59285',
 'year': 2019}
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX69%2520KVE%27 HTTP/1.1" 200 None
2026-03-30 06:57:35 [bca.uk] INFO: Saving data for VX69%20KVE: {'auction_closing_time': 1774864800.0, 'created_time': 1774005307.717589, 'last_price_update_time': 1774853855.022888}
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VX69%2520KVE') HTTP/1.1" 204 0
2026-03-30 06:57:35 [bca.uk] INFO: Found listing with ID: LL17%20PGF
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520PGF%27 HTTP/1.1" 200 None
2026-03-30 06:57:35 [bca.uk] INFO: Scrape type for LL17%20PGF: 2
2026-03-30 06:57:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64eb942c-46fa-57d6-8517-cc076e153e5e with identifier: LL17%20PGF
2026-03-30 06:57:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64eb942c-46fa-57d6-8517-cc076e153e5e with scrape type 2
2026-03-30 06:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64eb942c-46fa-57d6-8517-cc076e153e5e with scrape type 2
2026-03-30 06:57:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 64eb942c-46fa-57d6-8517-cc076e153e5e, identifier: LL17%20PGF
2026-03-30 06:57:35 [bca.uk] INFO: Found listing with ID: ND17%20NVA
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND17%2520NVA%27 HTTP/1.1" 200 None
2026-03-30 06:57:35 [bca.uk] INFO: Scrape type for ND17%20NVA: 2
2026-03-30 06:57:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with identifier: ND17%20NVA
2026-03-30 06:57:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with scrape type 2
2026-03-30 06:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with scrape type 2
2026-03-30 06:57:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe, identifier: ND17%20NVA
2026-03-30 06:57:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with identifier: AJ09%20OHS
2026-03-30 06:57:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with identifier: AJ09%20OHS
2026-03-30 06:57:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3faf6720-5d11-5ad8-a3a2-9347d5b2f554 with identifier: AJ09%20OHS to the API
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 179,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ09%20OHS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3faf6720-5d11-5ad8-a3a2-9347d5b2f554',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ09 OHS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ09%20OHS&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'JAGUAR',
 'model': 'XF',
 'odometer': 63630,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 2600,
 'price_includes_vat': False,
 'registration_date': '2009-01-01',
 'seller_name': None,
 'title': 'JAGUAR XF 3.0 D V6 S 275 PREMIUM LUXURY Saloon',
 'transmission': 'automatic',
 'trim': 'D V6 S 275 PREMIUM LUXURY',
 'vin': 'SAJAC0623ANR50072',
 'year': 2009}
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ09%2520OHS%27 HTTP/1.1" 200 None
2026-03-30 06:57:35 [bca.uk] INFO: Saving data for AJ09%20OHS: {'auction_closing_time': 1774854000.0, 'created_time': 1773933683.361316, 'last_price_update_time': 1774853855.563387}
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ09%2520OHS') HTTP/1.1" 204 0
2026-03-30 06:57:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: da532bf2-0903-5506-8258-dd10750a9563 with identifier: BW73%20PHV
2026-03-30 06:57:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: da532bf2-0903-5506-8258-dd10750a9563 with identifier: BW73%20PHV
2026-03-30 06:57:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: da532bf2-0903-5506-8258-dd10750a9563 with identifier: BW73%20PHV to the API
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW73%20PHV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'da532bf2-0903-5506-8258-dd10750a9563',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW73 PHV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW73%20PHV&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 13668,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B MHEV 125 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 125 ST-LINE',
 'vin': 'WF0NXXGCHNPU48538',
 'year': 2024}
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW73%2520PHV%27 HTTP/1.1" 200 None
2026-03-30 06:57:35 [bca.uk] INFO: Saving data for BW73%20PHV: {'auction_closing_time': 1775037600.0, 'created_time': 1774276553.038411, 'last_price_update_time': 1774853855.855839}
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW73%2520PHV') HTTP/1.1" 204 0
2026-03-30 06:57:35 [bca.uk] INFO: Found listing with ID: LX67%20OXM
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520OXM%27 HTTP/1.1" 200 None
2026-03-30 06:57:35 [bca.uk] INFO: Scrape type for LX67%20OXM: 2
2026-03-30 06:57:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd574aa2-02b5-5b34-b990-dc633d63a43b with identifier: LX67%20OXM
2026-03-30 06:57:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd574aa2-02b5-5b34-b990-dc633d63a43b with scrape type 2
2026-03-30 06:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd574aa2-02b5-5b34-b990-dc633d63a43b with scrape type 2
2026-03-30 06:57:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fd574aa2-02b5-5b34-b990-dc633d63a43b, identifier: LX67%20OXM
2026-03-30 06:57:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 64eb942c-46fa-57d6-8517-cc076e153e5e with identifier: LL17%20PGF
2026-03-30 06:57:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 64eb942c-46fa-57d6-8517-cc076e153e5e with identifier: LL17%20PGF
2026-03-30 06:57:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 64eb942c-46fa-57d6-8517-cc076e153e5e with identifier: LL17%20PGF to the API
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL17%20PGF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '64eb942c-46fa-57d6-8517-cc076e153e5e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL17 PGF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL17%20PGF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VOLVO',
 'model': 'V40',
 'odometer': 78600,
 'odometer_reading_unit': '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 T3 152 INSCRIPTION Hatchback',
 'transmission': 'manual',
 'trim': 'T3 152 INSCRIPTION',
 'vin': 'YV1MV37L1H2417816',
 'year': 2017}
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL17%2520PGF%27 HTTP/1.1" 200 None
2026-03-30 06:57:36 [bca.uk] INFO: Saving data for LL17%20PGF: {'auction_closing_time': 1774864800.0, 'created_time': 1773958245.039831, 'last_price_update_time': 1774853856.257804}
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL17%2520PGF') HTTP/1.1" 204 0
2026-03-30 06:57:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with identifier: ND17%20NVA
2026-03-30 06:57:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with identifier: ND17%20NVA
2026-03-30 06:57:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7ecba73f-d93e-58ea-b402-7f19d3f0c2fe with identifier: ND17%20NVA to the API
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ND17%20NVA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7ecba73f-d93e-58ea-b402-7f19d3f0c2fe',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'ND17 NVA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ND17%20NVA&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 52828,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.2 DIG-T TEKNA Hatchback',
 'transmission': 'manual',
 'trim': 'DIG-T TEKNA',
 'vin': 'SJNFEAJ11U1820489',
 'year': 2017}
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ND17%2520NVA%27 HTTP/1.1" 200 None
2026-03-30 06:57:36 [bca.uk] INFO: Saving data for ND17%20NVA: {'auction_closing_time': 1774864800.0, 'created_time': 1774353662.25261, 'last_price_update_time': 1774853856.551879}
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ND17%2520NVA') HTTP/1.1" 204 0
2026-03-30 06:57:36 [bca.uk] INFO: Found listing with ID: EX20%20NLR
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX20%2520NLR%27 HTTP/1.1" 200 None
2026-03-30 06:57:36 [bca.uk] INFO: Scrape type for EX20%20NLR: 2
2026-03-30 06:57:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with identifier: EX20%20NLR
2026-03-30 06:57:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with scrape type 2
2026-03-30 06:57:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with scrape type 2
2026-03-30 06:57:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2, identifier: EX20%20NLR
2026-03-30 06:57:36 [bca.uk] INFO: Found listing with ID: DF73%20VXB
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF73%2520VXB%27 HTTP/1.1" 200 None
2026-03-30 06:57:36 [bca.uk] INFO: Scrape type for DF73%20VXB: 2
2026-03-30 06:57:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with identifier: DF73%20VXB
2026-03-30 06:57:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with scrape type 2
2026-03-30 06:57:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with scrape type 2
2026-03-30 06:57:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c6bf893-2574-55c9-ac61-dc3e9142fa1e, identifier: DF73%20VXB
2026-03-30 06:57:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fd574aa2-02b5-5b34-b990-dc633d63a43b with identifier: LX67%20OXM
2026-03-30 06:57:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fd574aa2-02b5-5b34-b990-dc633d63a43b with identifier: LX67%20OXM
2026-03-30 06:57:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fd574aa2-02b5-5b34-b990-dc633d63a43b with identifier: LX67%20OXM to the API
2026-03-30 06:57:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 115,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX67%20OXM-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'fd574aa2-02b5-5b34-b990-dc633d63a43b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX67 OXM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX67%20OXM&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 133308,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.5 HYBRID BUSINESS ED.PLUS 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'HYBRID BUSINESS ED.PLUS 2WD',
 'vin': 'JTMWRREVX0D047599',
 'year': 2017}
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520OXM%27 HTTP/1.1" 200 None
2026-03-30 06:57:37 [bca.uk] INFO: Saving data for LX67%20OXM: {'auction_closing_time': 1774864800.0, 'created_time': 1774005304.721024, 'last_price_update_time': 1774853857.09085}
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX67%2520OXM') HTTP/1.1" 204 0
2026-03-30 06:57:37 [bca.uk] INFO: Found listing with ID: AJ15%20URR
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ15%2520URR%27 HTTP/1.1" 200 None
2026-03-30 06:57:37 [bca.uk] INFO: Scrape type for AJ15%20URR: 2
2026-03-30 06:57:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d85cd582-c170-560c-9150-3808226ddf75 with identifier: AJ15%20URR
2026-03-30 06:57:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d85cd582-c170-560c-9150-3808226ddf75 with scrape type 2
2026-03-30 06:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d85cd582-c170-560c-9150-3808226ddf75 with scrape type 2
2026-03-30 06:57:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d85cd582-c170-560c-9150-3808226ddf75, identifier: AJ15%20URR
2026-03-30 06:57:37 [bca.uk] INFO: Found listing with ID: WR13%20EHG
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR13%2520EHG%27 HTTP/1.1" 200 None
2026-03-30 06:57:37 [bca.uk] INFO: Scrape type for WR13%20EHG: 2
2026-03-30 06:57:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9044b3a-78e1-5556-9823-a91381588fba with identifier: WR13%20EHG
2026-03-30 06:57:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9044b3a-78e1-5556-9823-a91381588fba with scrape type 2
2026-03-30 06:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9044b3a-78e1-5556-9823-a91381588fba with scrape type 2
2026-03-30 06:57:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9044b3a-78e1-5556-9823-a91381588fba, identifier: WR13%20EHG
2026-03-30 06:57:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with identifier: EX20%20NLR
2026-03-30 06:57:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with identifier: EX20%20NLR
2026-03-30 06:57:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2 with identifier: EX20%20NLR to the API
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX20%20NLR-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2b27a2ed-9b41-5287-a47b-ed2f4b24e7d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX20 NLR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX20%20NLR&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 48744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8300,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 100 GT LINE EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 100 GT LINE EAT8',
 'vin': 'VR3UPHNKSLT013779',
 'year': 2020}
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX20%2520NLR%27 HTTP/1.1" 200 None
2026-03-30 06:57:37 [bca.uk] INFO: Saving data for EX20%20NLR: {'auction_closing_time': 1774854000.0, 'created_time': 1773933703.179754, 'last_price_update_time': 1774853857.618619}
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX20%2520NLR') HTTP/1.1" 204 0
2026-03-30 06:57:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with identifier: DF73%20VXB
2026-03-30 06:57:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with identifier: DF73%20VXB
2026-03-30 06:57:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c6bf893-2574-55c9-ac61-dc3e9142fa1e with identifier: DF73%20VXB to the API
2026-03-30 06:57:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 148,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF73%20VXB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7c6bf893-2574-55c9-ac61-dc3e9142fa1e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF73 VXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF73%20VXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND',
 'odometer': 7821,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND 1.2 T 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 ULTIMATE',
 'vin': 'W0VZRHNS0P6048567',
 'year': 2023}
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF73%2520VXB%27 HTTP/1.1" 200 None
2026-03-30 06:57:38 [bca.uk] INFO: Saving data for DF73%20VXB: {'auction_closing_time': 1775037600.0, 'created_time': 1774276545.242434, 'last_price_update_time': 1774853858.029312}
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF73%2520VXB') HTTP/1.1" 204 0
2026-03-30 06:57:38 [bca.uk] INFO: Found listing with ID: EA17%20WFV
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520WFV%27 HTTP/1.1" 200 None
2026-03-30 06:57:38 [bca.uk] INFO: Scrape type for EA17%20WFV: 2
2026-03-30 06:57:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23125ee1-89b5-5412-8baf-e9d9b0b61721 with identifier: EA17%20WFV
2026-03-30 06:57:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23125ee1-89b5-5412-8baf-e9d9b0b61721 with scrape type 2
2026-03-30 06:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23125ee1-89b5-5412-8baf-e9d9b0b61721 with scrape type 2
2026-03-30 06:57:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 23125ee1-89b5-5412-8baf-e9d9b0b61721, identifier: EA17%20WFV
2026-03-30 06:57:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d85cd582-c170-560c-9150-3808226ddf75 with identifier: AJ15%20URR
2026-03-30 06:57:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d85cd582-c170-560c-9150-3808226ddf75 with identifier: AJ15%20URR
2026-03-30 06:57:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d85cd582-c170-560c-9150-3808226ddf75 with identifier: AJ15%20URR to the API
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ15%20URR-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd85cd582-c170-560c-9150-3808226ddf75',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AJ15 URR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ15%20URR&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLKSWAGEN',
 'model': 'PASSAT',
 'odometer': 75678,
 'odometer_reading_unit': '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 PASSAT 2.0 TDI 150 SE BUSINESS Estate',
 'transmission': 'manual',
 'trim': 'TDI 150 SE BUSINESS',
 'vin': 'WVWZZZ3CZGE010546',
 'year': 2015}
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ15%2520URR%27 HTTP/1.1" 200 None
2026-03-30 06:57:38 [bca.uk] INFO: Saving data for AJ15%20URR: {'auction_closing_time': 1774951200.0, 'created_time': 1774005825.47039, 'last_price_update_time': 1774853858.547459}
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ15%2520URR') HTTP/1.1" 204 0
2026-03-30 06:57:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9044b3a-78e1-5556-9823-a91381588fba with identifier: WR13%20EHG
2026-03-30 06:57:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9044b3a-78e1-5556-9823-a91381588fba with identifier: WR13%20EHG
2026-03-30 06:57:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9044b3a-78e1-5556-9823-a91381588fba with identifier: WR13%20EHG to the API
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR13%20EHG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.1L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e9044b3a-78e1-5556-9823-a91381588fba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR13 EHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR13%20EHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'MERCEDES-BENZ',
 'model': 'SLK 250',
 'odometer': 60263,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SLK 250 2.1 CDI B/E AMG SPORT TIP Roadster',
 'transmission': 'manual',
 'trim': 'CDI B/E AMG SPORT TIP',
 'vin': 'WDD1724032F070371',
 'year': 2013}
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR13%2520EHG%27 HTTP/1.1" 200 None
2026-03-30 06:57:38 [bca.uk] INFO: Saving data for WR13%20EHG: {'auction_closing_time': 1774864800.0, 'created_time': 1774353611.163485, 'last_price_update_time': 1774853858.884638}
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR13%2520EHG') HTTP/1.1" 204 0
2026-03-30 06:57:38 [bca.uk] INFO: Found listing with ID: VO70%20MEU
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520MEU%27 HTTP/1.1" 200 None
2026-03-30 06:57:38 [bca.uk] INFO: Scrape type for VO70%20MEU: 2
2026-03-30 06:57:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with identifier: VO70%20MEU
2026-03-30 06:57:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with scrape type 2
2026-03-30 06:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with scrape type 2
2026-03-30 06:57:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b, identifier: VO70%20MEU
2026-03-30 06:57:39 [bca.uk] INFO: Found listing with ID: EF74%20RKJ
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF74%2520RKJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:39 [bca.uk] INFO: Scrape type for EF74%20RKJ: 2
2026-03-30 06:57:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with identifier: EF74%20RKJ
2026-03-30 06:57:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with scrape type 2
2026-03-30 06:57:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with scrape type 2
2026-03-30 06:57:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d2bcaa2c-72b5-5a2d-a637-ee9826c677c9, identifier: EF74%20RKJ
2026-03-30 06:57:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 23125ee1-89b5-5412-8baf-e9d9b0b61721 with identifier: EA17%20WFV
2026-03-30 06:57:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 23125ee1-89b5-5412-8baf-e9d9b0b61721 with identifier: EA17%20WFV
2026-03-30 06:57:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 23125ee1-89b5-5412-8baf-e9d9b0b61721 with identifier: EA17%20WFV to the API
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EA17%20WFV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '23125ee1-89b5-5412-8baf-e9d9b0b61721',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EA17 WFV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EA17%20WFV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 100712,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'TOYOTA RAV4 2.0 D 143 ICON 2WD StationWagon',
 'transmission': 'manual',
 'trim': 'D 143 ICON 2WD',
 'vin': 'JTMWPREV40D024597',
 'year': 2017}
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EA17%2520WFV%27 HTTP/1.1" 200 None
2026-03-30 06:57:39 [bca.uk] INFO: Saving data for EA17%20WFV: {'auction_closing_time': 1774864800.0, 'created_time': 1774005459.687837, 'last_price_update_time': 1774853859.458843}
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EA17%2520WFV') HTTP/1.1" 204 0
2026-03-30 06:57:39 [bca.uk] INFO: Found listing with ID: BJ70%20LWK
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ70%2520LWK%27 HTTP/1.1" 200 None
2026-03-30 06:57:39 [bca.uk] INFO: Scrape type for BJ70%20LWK: 2
2026-03-30 06:57:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c4a28bd-4aec-5206-9cab-098aab003c9f with identifier: BJ70%20LWK
2026-03-30 06:57:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c4a28bd-4aec-5206-9cab-098aab003c9f with scrape type 2
2026-03-30 06:57:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c4a28bd-4aec-5206-9cab-098aab003c9f with scrape type 2
2026-03-30 06:57:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5c4a28bd-4aec-5206-9cab-098aab003c9f, identifier: BJ70%20LWK
2026-03-30 06:57:39 [bca.uk] INFO: Found listing with ID: WN14%20EBU
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520EBU%27 HTTP/1.1" 200 None
2026-03-30 06:57:39 [bca.uk] INFO: Scrape type for WN14%20EBU: 2
2026-03-30 06:57:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56af1272-8a3d-5da1-9d28-d87d690826c2 with identifier: WN14%20EBU
2026-03-30 06:57:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56af1272-8a3d-5da1-9d28-d87d690826c2 with scrape type 2
2026-03-30 06:57:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56af1272-8a3d-5da1-9d28-d87d690826c2 with scrape type 2
2026-03-30 06:57:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56af1272-8a3d-5da1-9d28-d87d690826c2, identifier: WN14%20EBU
2026-03-30 06:57:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with identifier: VO70%20MEU
2026-03-30 06:57:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with identifier: VO70%20MEU
2026-03-30 06:57:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b with identifier: VO70%20MEU to the API
2026-03-30 06:57:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO70%20MEU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6d804e1c-1b6d-5c9e-be30-9a0fd9d5007b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO70 MEU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO70%20MEU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Wolverhampton',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 44458,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7600,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ELITE PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 100 ELITE PREMIUM',
 'vin': 'VXKUPHNKSL4340556',
 'year': 2020}
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520MEU%27 HTTP/1.1" 200 None
2026-03-30 06:57:40 [bca.uk] INFO: Saving data for VO70%20MEU: {'auction_closing_time': 1774854000.0, 'created_time': 1773933689.68797, 'last_price_update_time': 1774853860.011983}
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO70%2520MEU') HTTP/1.1" 204 0
2026-03-30 06:57:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with identifier: EF74%20RKJ
2026-03-30 06:57:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with identifier: EF74%20RKJ
2026-03-30 06:57:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d2bcaa2c-72b5-5a2d-a637-ee9826c677c9 with identifier: EF74%20RKJ to the API
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EF74%20RKJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd2bcaa2c-72b5-5a2d-a637-ee9826c677c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EF74 RKJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EF74%20RKJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 19082,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 MHEV 136 GT E-DSC6 Hatchback',
 'transmission': 'automatic',
 'trim': 'MHEV 136 GT E-DSC6',
 'vin': 'VR3KAHPY0SS010307',
 'year': 2025}
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EF74%2520RKJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:40 [bca.uk] INFO: Saving data for EF74%20RKJ: {'auction_closing_time': 1775037600.0, 'created_time': 1774276543.176669, 'last_price_update_time': 1774853860.302854}
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EF74%2520RKJ') HTTP/1.1" 204 0
2026-03-30 06:57:40 [bca.uk] INFO: Found listing with ID: GJ15%20OXW
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ15%2520OXW%27 HTTP/1.1" 200 None
2026-03-30 06:57:40 [bca.uk] INFO: Scrape type for GJ15%20OXW: 2
2026-03-30 06:57:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4458b8f-aca2-513d-8fee-a3cb06e439d4 with identifier: GJ15%20OXW
2026-03-30 06:57:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4458b8f-aca2-513d-8fee-a3cb06e439d4 with scrape type 2
2026-03-30 06:57:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4458b8f-aca2-513d-8fee-a3cb06e439d4 with scrape type 2
2026-03-30 06:57:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e4458b8f-aca2-513d-8fee-a3cb06e439d4, identifier: GJ15%20OXW
2026-03-30 06:57:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5c4a28bd-4aec-5206-9cab-098aab003c9f with identifier: BJ70%20LWK
2026-03-30 06:57:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5c4a28bd-4aec-5206-9cab-098aab003c9f with identifier: BJ70%20LWK
2026-03-30 06:57:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5c4a28bd-4aec-5206-9cab-098aab003c9f with identifier: BJ70%20LWK to the API
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ70%20LWK-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5c4a28bd-4aec-5206-9cab-098aab003c9f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ70 LWK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ70%20LWK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'CLIO',
 'odometer': 82476,
 'odometer_reading_unit': '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 PLAY Hatchback',
 'transmission': 'manual',
 'trim': 'SCE 75 PLAY',
 'vin': 'VF1RJA00665031533',
 'year': 2020}
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ70%2520LWK%27 HTTP/1.1" 200 None
2026-03-30 06:57:40 [bca.uk] INFO: Saving data for BJ70%20LWK: {'auction_closing_time': 1774951200.0, 'created_time': 1773841410.563502, 'last_price_update_time': 1774853860.722409}
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ70%2520LWK') HTTP/1.1" 204 0
2026-03-30 06:57:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56af1272-8a3d-5da1-9d28-d87d690826c2 with identifier: WN14%20EBU
2026-03-30 06:57:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56af1272-8a3d-5da1-9d28-d87d690826c2 with identifier: WN14%20EBU
2026-03-30 06:57:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56af1272-8a3d-5da1-9d28-d87d690826c2 with identifier: WN14%20EBU to the API
2026-03-30 06:57:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN14%20EBU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '56af1272-8a3d-5da1-9d28-d87d690826c2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN14 EBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN14%20EBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 91252,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 2.0 TDI 150 GT Hatchback',
 'transmission': 'manual',
 'trim': 'TDI 150 GT',
 'vin': 'WVWZZZAUZEP071667',
 'year': 2014}
2026-03-30 06:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN14%2520EBU%27 HTTP/1.1" 200 None
2026-03-30 06:57:41 [bca.uk] INFO: Saving data for WN14%20EBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774353522.836241, 'last_price_update_time': 1774853861.030065}
2026-03-30 06:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN14%2520EBU') HTTP/1.1" 204 0
2026-03-30 06:57:41 [bca.uk] INFO: Found listing with ID: AF73%20LOA
2026-03-30 06:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LOA%27 HTTP/1.1" 200 None
2026-03-30 06:57:41 [bca.uk] INFO: Scrape type for AF73%20LOA: 2
2026-03-30 06:57:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with identifier: AF73%20LOA
2026-03-30 06:57:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with scrape type 2
2026-03-30 06:57:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with scrape type 2
2026-03-30 06:57:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 47c5aa54-2834-5e1e-99c9-0deb5f311c48, identifier: AF73%20LOA
2026-03-30 06:57:41 [bca.uk] INFO: Found listing with ID: EJ72%20WNB
2026-03-30 06:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520WNB%27 HTTP/1.1" 200 None
2026-03-30 06:57:41 [bca.uk] INFO: Scrape type for EJ72%20WNB: 2
2026-03-30 06:57:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 067335a1-8660-5862-b60b-62fccb1c31dc with identifier: EJ72%20WNB
2026-03-30 06:57:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 067335a1-8660-5862-b60b-62fccb1c31dc with scrape type 2
2026-03-30 06:57:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 067335a1-8660-5862-b60b-62fccb1c31dc with scrape type 2
2026-03-30 06:57:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 067335a1-8660-5862-b60b-62fccb1c31dc, identifier: EJ72%20WNB
2026-03-30 06:57:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e4458b8f-aca2-513d-8fee-a3cb06e439d4 with identifier: GJ15%20OXW
2026-03-30 06:57:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e4458b8f-aca2-513d-8fee-a3cb06e439d4 with identifier: GJ15%20OXW
2026-03-30 06:57:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e4458b8f-aca2-513d-8fee-a3cb06e439d4 with identifier: GJ15%20OXW to the API
2026-03-30 06:57:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GJ15%20OXW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'e4458b8f-aca2-513d-8fee-a3cb06e439d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GJ15 OXW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GJ15%20OXW&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LEXUS',
 'model': 'NX 300H',
 'odometer': 94103,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'LEXUS NX 300H 2.5 PREMIER StationWagon',
 'transmission': 'manual',
 'trim': 'PREMIER',
 'vin': 'JTJBJRBZ502006545',
 'year': 2015}
2026-03-30 06:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GJ15%2520OXW%27 HTTP/1.1" 200 None
2026-03-30 06:57:42 [bca.uk] INFO: Saving data for GJ15%20OXW: {'auction_closing_time': 1774864800.0, 'created_time': 1774005456.418184, 'last_price_update_time': 1774853862.387543}
2026-03-30 06:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ15%2520OXW') HTTP/1.1" 204 0
2026-03-30 06:57:42 [bca.uk] INFO: Found listing with ID: YR17%20KCE
2026-03-30 06:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520KCE%27 HTTP/1.1" 200 None
2026-03-30 06:57:42 [bca.uk] INFO: Scrape type for YR17%20KCE: 2
2026-03-30 06:57:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 697dbdba-b713-5b8b-bf38-f074501457bd with identifier: YR17%20KCE
2026-03-30 06:57:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 697dbdba-b713-5b8b-bf38-f074501457bd with scrape type 2
2026-03-30 06:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 697dbdba-b713-5b8b-bf38-f074501457bd with scrape type 2
2026-03-30 06:57:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 697dbdba-b713-5b8b-bf38-f074501457bd, identifier: YR17%20KCE
2026-03-30 06:57:42 [bca.uk] INFO: Found listing with ID: SH18%20WLW
2026-03-30 06:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH18%2520WLW%27 HTTP/1.1" 200 None
2026-03-30 06:57:42 [bca.uk] INFO: Scrape type for SH18%20WLW: 2
2026-03-30 06:57:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29c36bc2-6bcf-5d89-8ea6-c730d08f59f9 with identifier: SH18%20WLW
2026-03-30 06:57:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29c36bc2-6bcf-5d89-8ea6-c730d08f59f9 with scrape type 2
2026-03-30 06:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29c36bc2-6bcf-5d89-8ea6-c730d08f59f9 with scrape type 2
2026-03-30 06:57:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 29c36bc2-6bcf-5d89-8ea6-c730d08f59f9, identifier: SH18%20WLW
2026-03-30 06:57:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with identifier: AF73%20LOA
2026-03-30 06:57:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with identifier: AF73%20LOA
2026-03-30 06:57:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 47c5aa54-2834-5e1e-99c9-0deb5f311c48 with identifier: AF73%20LOA to the API
2026-03-30 06:57:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20LOA-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '47c5aa54-2834-5e1e-99c9-0deb5f311c48',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 LOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20LOA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 71808,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9525,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW74099PZ224660',
 'year': 2023}
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LOA%27 HTTP/1.1" 200 None
2026-03-30 06:57:43 [bca.uk] INFO: Saving data for AF73%20LOA: {'auction_closing_time': 1774854000.0, 'created_time': 1773933159.250112, 'last_price_update_time': 1774853863.167401}
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520LOA') HTTP/1.1" 204 0
2026-03-30 06:57:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 067335a1-8660-5862-b60b-62fccb1c31dc with identifier: EJ72%20WNB
2026-03-30 06:57:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 067335a1-8660-5862-b60b-62fccb1c31dc with identifier: EJ72%20WNB
2026-03-30 06:57:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 067335a1-8660-5862-b60b-62fccb1c31dc with identifier: EJ72%20WNB to the API
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ72%20WNB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '067335a1-8660-5862-b60b-62fccb1c31dc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ72 WNB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ72%20WNB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'JUKE',
 'odometer': 21614,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'NISSAN JUKE 1.0 DIG-T 114 N-CONNECTA DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 114 N-CONNECTA DCT',
 'vin': 'SJNFAAF16U1202998',
 'year': 2022}
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ72%2520WNB%27 HTTP/1.1" 200 None
2026-03-30 06:57:43 [bca.uk] INFO: Saving data for EJ72%20WNB: {'auction_closing_time': 1775037600.0, 'created_time': 1774276541.306636, 'last_price_update_time': 1774853863.478047}
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ72%2520WNB') HTTP/1.1" 204 0
2026-03-30 06:57:43 [bca.uk] INFO: Found listing with ID: AV08%20LEX
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV08%2520LEX%27 HTTP/1.1" 200 None
2026-03-30 06:57:43 [bca.uk] INFO: Scrape type for AV08%20LEX: 2
2026-03-30 06:57:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a12ca97-ff89-5de9-b5d0-c82d9185377e with identifier: AV08%20LEX
2026-03-30 06:57:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a12ca97-ff89-5de9-b5d0-c82d9185377e with scrape type 2
2026-03-30 06:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a12ca97-ff89-5de9-b5d0-c82d9185377e with scrape type 2
2026-03-30 06:57:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6a12ca97-ff89-5de9-b5d0-c82d9185377e, identifier: AV08%20LEX
2026-03-30 06:57:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 697dbdba-b713-5b8b-bf38-f074501457bd with identifier: YR17%20KCE
2026-03-30 06:57:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 697dbdba-b713-5b8b-bf38-f074501457bd with identifier: YR17%20KCE
2026-03-30 06:57:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 697dbdba-b713-5b8b-bf38-f074501457bd with identifier: YR17%20KCE to the API
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 135,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YR17%20KCE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '697dbdba-b713-5b8b-bf38-f074501457bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YR17 KCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YR17%20KCE&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'KUGA VIGNALE',
 'odometer': 31123,
 'odometer_reading_unit': '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 VIGNALE 2.0 TDCI 180 4WD StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 180 4WD',
 'vin': 'WF0AXXWPMAHM63016',
 'year': 2017}
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YR17%2520KCE%27 HTTP/1.1" 200 None
2026-03-30 06:57:43 [bca.uk] INFO: Saving data for YR17%20KCE: {'auction_closing_time': 1774951200.0, 'created_time': 1774350099.550841, 'last_price_update_time': 1774853863.913275}
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YR17%2520KCE') HTTP/1.1" 204 0
2026-03-30 06:57:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 29c36bc2-6bcf-5d89-8ea6-c730d08f59f9 with identifier: SH18%20WLW
2026-03-30 06:57:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 29c36bc2-6bcf-5d89-8ea6-c730d08f59f9 with identifier: SH18%20WLW
2026-03-30 06:57:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 29c36bc2-6bcf-5d89-8ea6-c730d08f59f9 with identifier: SH18%20WLW to the API
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH18%20WLW-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '29c36bc2-6bcf-5d89-8ea6-c730d08f59f9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH18 WLW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH18%20WLW&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'VAUXHALL',
 'model': 'ASTRA',
 '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': 'VAUXHALL ASTRA 1.4 T 16V 150 SRI Hatchback',
 'transmission': 'manual',
 'trim': 'T 16V 150 SRI',
 'vin': 'W0VBF6EC6JG102835',
 'year': 2018}
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57: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%2520WLW%27 HTTP/1.1" 200 None
2026-03-30 06:57:44 [bca.uk] INFO: Saving data for SH18%20WLW: {'auction_closing_time': 1774864800.0, 'created_time': 1774353553.301433, 'last_price_update_time': 1774853864.317731}
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH18%2520WLW') HTTP/1.1" 204 0
2026-03-30 06:57:44 [bca.uk] INFO: Found listing with ID: KV73%20WYY
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WYY%27 HTTP/1.1" 200 None
2026-03-30 06:57:44 [bca.uk] INFO: Scrape type for KV73%20WYY: 2
2026-03-30 06:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92c7330d-58fc-5475-b93d-3cf478e19e62 with identifier: KV73%20WYY
2026-03-30 06:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92c7330d-58fc-5475-b93d-3cf478e19e62 with scrape type 2
2026-03-30 06:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92c7330d-58fc-5475-b93d-3cf478e19e62 with scrape type 2
2026-03-30 06:57:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 92c7330d-58fc-5475-b93d-3cf478e19e62, identifier: KV73%20WYY
2026-03-30 06:57:44 [bca.uk] INFO: Found listing with ID: EN72%20WCL
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN72%2520WCL%27 HTTP/1.1" 200 None
2026-03-30 06:57:44 [bca.uk] INFO: Scrape type for EN72%20WCL: 2
2026-03-30 06:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af9ae1c6-bc42-5443-b1a5-166af9eb983b with identifier: EN72%20WCL
2026-03-30 06:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af9ae1c6-bc42-5443-b1a5-166af9eb983b with scrape type 2
2026-03-30 06:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af9ae1c6-bc42-5443-b1a5-166af9eb983b with scrape type 2
2026-03-30 06:57:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: af9ae1c6-bc42-5443-b1a5-166af9eb983b, identifier: EN72%20WCL
2026-03-30 06:57:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6a12ca97-ff89-5de9-b5d0-c82d9185377e with identifier: AV08%20LEX
2026-03-30 06:57:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6a12ca97-ff89-5de9-b5d0-c82d9185377e with identifier: AV08%20LEX
2026-03-30 06:57:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6a12ca97-ff89-5de9-b5d0-c82d9185377e with identifier: AV08%20LEX to the API
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 270,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AV08%20LEX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '5.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6a12ca97-ff89-5de9-b5d0-c82d9185377e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AV08 LEX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AV08%20LEX&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LEXUS',
 'model': 'IS F',
 'odometer': 81351,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2008-01-01',
 'seller_name': None,
 'title': 'LEXUS IS F 5.0 V8 Saloon',
 'transmission': 'automatic',
 'trim': 'V8',
 'vin': 'JTHBP262405000965',
 'year': 2008}
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AV08%2520LEX%27 HTTP/1.1" 200 None
2026-03-30 06:57:44 [bca.uk] INFO: Saving data for AV08%20LEX: {'auction_closing_time': 1774864800.0, 'created_time': 1774005440.573229, 'last_price_update_time': 1774853864.84206}
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AV08%2520LEX') HTTP/1.1" 204 0
2026-03-30 06:57:44 [bca.uk] INFO: Found listing with ID: BT62%20CNA
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520CNA%27 HTTP/1.1" 200 None
2026-03-30 06:57:44 [bca.uk] INFO: Scrape type for BT62%20CNA: 2
2026-03-30 06:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f94ea2a-b8ea-54d0-a494-c7e76bb43e15 with identifier: BT62%20CNA
2026-03-30 06:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f94ea2a-b8ea-54d0-a494-c7e76bb43e15 with scrape type 2
2026-03-30 06:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f94ea2a-b8ea-54d0-a494-c7e76bb43e15 with scrape type 2
2026-03-30 06:57:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9f94ea2a-b8ea-54d0-a494-c7e76bb43e15, identifier: BT62%20CNA
2026-03-30 06:57:44 [bca.uk] INFO: Found listing with ID: OV66%20YYM
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520YYM%27 HTTP/1.1" 200 None
2026-03-30 06:57:45 [bca.uk] INFO: Scrape type for OV66%20YYM: 2
2026-03-30 06:57:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32cc04d2-4634-5ae0-871c-91bd11c19f58 with identifier: OV66%20YYM
2026-03-30 06:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32cc04d2-4634-5ae0-871c-91bd11c19f58 with scrape type 2
2026-03-30 06:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32cc04d2-4634-5ae0-871c-91bd11c19f58 with scrape type 2
2026-03-30 06:57:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 32cc04d2-4634-5ae0-871c-91bd11c19f58, identifier: OV66%20YYM
2026-03-30 06:57:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 92c7330d-58fc-5475-b93d-3cf478e19e62 with identifier: KV73%20WYY
2026-03-30 06:57:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 92c7330d-58fc-5475-b93d-3cf478e19e62 with identifier: KV73%20WYY
2026-03-30 06:57:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 92c7330d-58fc-5475-b93d-3cf478e19e62 with identifier: KV73%20WYY to the API
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20WYY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '92c7330d-58fc-5475-b93d-3cf478e19e62',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 WYY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20WYY&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 68021,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9700,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW7409XPZ222268',
 'year': 2023}
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520WYY%27 HTTP/1.1" 200 None
2026-03-30 06:57:45 [bca.uk] INFO: Saving data for KV73%20WYY: {'auction_closing_time': 1774854000.0, 'created_time': 1773832550.117154, 'last_price_update_time': 1774853865.405266}
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520WYY') HTTP/1.1" 204 0
2026-03-30 06:57:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: af9ae1c6-bc42-5443-b1a5-166af9eb983b with identifier: EN72%20WCL
2026-03-30 06:57:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: af9ae1c6-bc42-5443-b1a5-166af9eb983b with identifier: EN72%20WCL
2026-03-30 06:57:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: af9ae1c6-bc42-5443-b1a5-166af9eb983b with identifier: EN72%20WCL to the API
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 141,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EN72%20WCL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'af9ae1c6-bc42-5443-b1a5-166af9eb983b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EN72 WCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EN72%20WCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 36437,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.5 35 TFSI S LINE S-T Hatchback',
 'transmission': 'automatic',
 'trim': '35 TFSI S LINE S-T',
 'vin': 'WAUZZZGAXPA024825',
 'year': 2023}
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EN72%2520WCL%27 HTTP/1.1" 200 None
2026-03-30 06:57:45 [bca.uk] INFO: Saving data for EN72%20WCL: {'auction_closing_time': 1775037600.0, 'created_time': 1774276537.002202, 'last_price_update_time': 1774853865.701685}
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EN72%2520WCL') HTTP/1.1" 204 0
2026-03-30 06:57:45 [bca.uk] INFO: Found listing with ID: KM67%20WUT
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM67%2520WUT%27 HTTP/1.1" 200 None
2026-03-30 06:57:45 [bca.uk] INFO: Scrape type for KM67%20WUT: 2
2026-03-30 06:57:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c53265b-1345-58a6-81b2-6bf5a6b9a391 with identifier: KM67%20WUT
2026-03-30 06:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c53265b-1345-58a6-81b2-6bf5a6b9a391 with scrape type 2
2026-03-30 06:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c53265b-1345-58a6-81b2-6bf5a6b9a391 with scrape type 2
2026-03-30 06:57:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8c53265b-1345-58a6-81b2-6bf5a6b9a391, identifier: KM67%20WUT
2026-03-30 06:57:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9f94ea2a-b8ea-54d0-a494-c7e76bb43e15 with identifier: BT62%20CNA
2026-03-30 06:57:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9f94ea2a-b8ea-54d0-a494-c7e76bb43e15 with identifier: BT62%20CNA
2026-03-30 06:57:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9f94ea2a-b8ea-54d0-a494-c7e76bb43e15 with identifier: BT62%20CNA to the API
2026-03-30 06:57:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT62%20CNA-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9f94ea2a-b8ea-54d0-a494-c7e76bb43e15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT62 CNA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT62%20CNA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'MONDEO',
 'odometer': 118290,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'FORD MONDEO 2.0 TDCI 140 TITANIUM Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 140 TITANIUM',
 'vin': 'WF0EXXGBBECA69936',
 'year': 2012}
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT62%2520CNA%27 HTTP/1.1" 200 None
2026-03-30 06:57:46 [bca.uk] INFO: Saving data for BT62%20CNA: {'auction_closing_time': 1774951200.0, 'created_time': 1773834408.157249, 'last_price_update_time': 1774853866.148893}
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT62%2520CNA') HTTP/1.1" 204 0
2026-03-30 06:57:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 32cc04d2-4634-5ae0-871c-91bd11c19f58 with identifier: OV66%20YYM
2026-03-30 06:57:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 32cc04d2-4634-5ae0-871c-91bd11c19f58 with identifier: OV66%20YYM
2026-03-30 06:57:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 32cc04d2-4634-5ae0-871c-91bd11c19f58 with identifier: OV66%20YYM to the API
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV66%20YYM-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '32cc04d2-4634-5ae0-871c-91bd11c19f58',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV66 YYM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV66%20YYM&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 87863,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE LUXURY StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE LUXURY',
 'vin': 'SALCA2AN3HH653895',
 'year': 2016}
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV66%2520YYM%27 HTTP/1.1" 200 None
2026-03-30 06:57:46 [bca.uk] INFO: Saving data for OV66%20YYM: {'auction_closing_time': 1774864800.0, 'created_time': 1774353493.184078, 'last_price_update_time': 1774853866.443749}
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV66%2520YYM') HTTP/1.1" 204 0
2026-03-30 06:57:46 [bca.uk] INFO: Found listing with ID: KV73%20XAB
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520XAB%27 HTTP/1.1" 200 None
2026-03-30 06:57:46 [bca.uk] INFO: Scrape type for KV73%20XAB: 2
2026-03-30 06:57:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e7dccff-7286-5de1-9499-994189652c2a with identifier: KV73%20XAB
2026-03-30 06:57:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e7dccff-7286-5de1-9499-994189652c2a with scrape type 2
2026-03-30 06:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e7dccff-7286-5de1-9499-994189652c2a with scrape type 2
2026-03-30 06:57:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e7dccff-7286-5de1-9499-994189652c2a, identifier: KV73%20XAB
2026-03-30 06:57:46 [bca.uk] INFO: Found listing with ID: GF75%20YDS
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF75%2520YDS%27 HTTP/1.1" 200 None
2026-03-30 06:57:46 [bca.uk] INFO: Scrape type for GF75%20YDS: 2
2026-03-30 06:57:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 053ec7dd-f409-5fe5-9aea-4bb320893aad with identifier: GF75%20YDS
2026-03-30 06:57:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 053ec7dd-f409-5fe5-9aea-4bb320893aad with scrape type 2
2026-03-30 06:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 053ec7dd-f409-5fe5-9aea-4bb320893aad with scrape type 2
2026-03-30 06:57:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 053ec7dd-f409-5fe5-9aea-4bb320893aad, identifier: GF75%20YDS
2026-03-30 06:57:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8c53265b-1345-58a6-81b2-6bf5a6b9a391 with identifier: KM67%20WUT
2026-03-30 06:57:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8c53265b-1345-58a6-81b2-6bf5a6b9a391 with identifier: KM67%20WUT
2026-03-30 06:57:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8c53265b-1345-58a6-81b2-6bf5a6b9a391 with identifier: KM67%20WUT to the API
2026-03-30 06:57:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM67%20WUT-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8c53265b-1345-58a6-81b2-6bf5a6b9a391',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KM67 WUT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM67%20WUT&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 82211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 AMG LINE Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1173422N613524',
 'year': 2017}
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM67%2520WUT%27 HTTP/1.1" 200 None
2026-03-30 06:57:47 [bca.uk] INFO: Saving data for KM67%20WUT: {'auction_closing_time': 1774951200.0, 'created_time': 1773828348.135816, 'last_price_update_time': 1774853867.175466}
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM67%2520WUT') HTTP/1.1" 204 0
2026-03-30 06:57:47 [bca.uk] INFO: Found listing with ID: AF14%20FOA
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520FOA%27 HTTP/1.1" 200 None
2026-03-30 06:57:47 [bca.uk] INFO: Scrape type for AF14%20FOA: 2
2026-03-30 06:57:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d22a6f3-2ffe-531e-93ef-cd5274d426da with identifier: AF14%20FOA
2026-03-30 06:57:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d22a6f3-2ffe-531e-93ef-cd5274d426da with scrape type 2
2026-03-30 06:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d22a6f3-2ffe-531e-93ef-cd5274d426da with scrape type 2
2026-03-30 06:57:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d22a6f3-2ffe-531e-93ef-cd5274d426da, identifier: AF14%20FOA
2026-03-30 06:57:47 [bca.uk] INFO: Found listing with ID: DX67%20XUG
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX67%2520XUG%27 HTTP/1.1" 200 None
2026-03-30 06:57:47 [bca.uk] INFO: Scrape type for DX67%20XUG: 2
2026-03-30 06:57:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86247960-a90f-5131-a901-baf6c2702f26 with identifier: DX67%20XUG
2026-03-30 06:57:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86247960-a90f-5131-a901-baf6c2702f26 with scrape type 2
2026-03-30 06:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86247960-a90f-5131-a901-baf6c2702f26 with scrape type 2
2026-03-30 06:57:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 86247960-a90f-5131-a901-baf6c2702f26, identifier: DX67%20XUG
2026-03-30 06:57:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e7dccff-7286-5de1-9499-994189652c2a with identifier: KV73%20XAB
2026-03-30 06:57:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e7dccff-7286-5de1-9499-994189652c2a with identifier: KV73%20XAB
2026-03-30 06:57:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e7dccff-7286-5de1-9499-994189652c2a with identifier: KV73%20XAB to the API
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20XAB-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '2e7dccff-7286-5de1-9499-994189652c2a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 XAB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20XAB&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 61061,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 10100,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW7409XPZ224618',
 'year': 2023}
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520XAB%27 HTTP/1.1" 200 None
2026-03-30 06:57:47 [bca.uk] INFO: Saving data for KV73%20XAB: {'auction_closing_time': 1774854000.0, 'created_time': 1773987186.982954, 'last_price_update_time': 1774853867.760601}
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520XAB') HTTP/1.1" 204 0
2026-03-30 06:57:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 053ec7dd-f409-5fe5-9aea-4bb320893aad with identifier: GF75%20YDS
2026-03-30 06:57:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 053ec7dd-f409-5fe5-9aea-4bb320893aad with identifier: GF75%20YDS
2026-03-30 06:57:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 053ec7dd-f409-5fe5-9aea-4bb320893aad with identifier: GF75%20YDS to the API
2026-03-30 06:57:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GF75%20YDS-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '053ec7dd-f409-5fe5-9aea-4bb320893aad',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GF75 YDS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GF75%20YDS&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'SKODA',
 'model': 'FABIA',
 'odometer': 4336,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'SKODA FABIA 1.0 TSI 116 SE ED. Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 116 SE ED.',
 'vin': 'TMBFR6PJXT4041685',
 'year': 2025}
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GF75%2520YDS%27 HTTP/1.1" 200 None
2026-03-30 06:57:48 [bca.uk] INFO: Saving data for GF75%20YDS: {'auction_closing_time': 1775037600.0, 'created_time': 1774276529.650567, 'last_price_update_time': 1774853868.068395}
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GF75%2520YDS') HTTP/1.1" 204 0
2026-03-30 06:57:48 [bca.uk] INFO: Found listing with ID: YC67%20EEF
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520EEF%27 HTTP/1.1" 200 None
2026-03-30 06:57:48 [bca.uk] INFO: Scrape type for YC67%20EEF: 2
2026-03-30 06:57:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cb0c99d-599b-56f5-8eb2-0bb5a06eed95 with identifier: YC67%20EEF
2026-03-30 06:57:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cb0c99d-599b-56f5-8eb2-0bb5a06eed95 with scrape type 2
2026-03-30 06:57:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cb0c99d-599b-56f5-8eb2-0bb5a06eed95 with scrape type 2
2026-03-30 06:57:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3cb0c99d-599b-56f5-8eb2-0bb5a06eed95, identifier: YC67%20EEF
2026-03-30 06:57:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d22a6f3-2ffe-531e-93ef-cd5274d426da with identifier: AF14%20FOA
2026-03-30 06:57:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d22a6f3-2ffe-531e-93ef-cd5274d426da with identifier: AF14%20FOA
2026-03-30 06:57:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d22a6f3-2ffe-531e-93ef-cd5274d426da with identifier: AF14%20FOA to the API
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF14%20FOA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '1d22a6f3-2ffe-531e-93ef-cd5274d426da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AF14 FOA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF14%20FOA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 83088,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.6 GDI 1 StationWagon',
 'transmission': 'manual',
 'trim': 'GDI 1',
 'vin': 'U5YPB814LEL448029',
 'year': 2014}
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF14%2520FOA%27 HTTP/1.1" 200 None
2026-03-30 06:57:48 [bca.uk] INFO: Saving data for AF14%20FOA: {'auction_closing_time': 1774951200.0, 'created_time': 1774350140.477015, 'last_price_update_time': 1774853868.493199}
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF14%2520FOA') HTTP/1.1" 204 0
2026-03-30 06:57:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 86247960-a90f-5131-a901-baf6c2702f26 with identifier: DX67%20XUG
2026-03-30 06:57:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 86247960-a90f-5131-a901-baf6c2702f26 with identifier: DX67%20XUG
2026-03-30 06:57:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 86247960-a90f-5131-a901-baf6c2702f26 with identifier: DX67%20XUG to the API
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DX67%20XUG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '86247960-a90f-5131-a901-baf6c2702f26',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DX67 XUG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DX67%20XUG&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'KIA',
 'model': 'SPORTAGE',
 'odometer': 104681,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'KIA SPORTAGE 1.7 CRDI 2WD 4 ISG StationWagon',
 'transmission': 'manual',
 'trim': 'CRDI 2WD 4 ISG',
 'vin': 'U5YPH815LHL357100',
 'year': 2017}
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX67%2520XUG%27 HTTP/1.1" 200 None
2026-03-30 06:57:48 [bca.uk] INFO: Saving data for DX67%20XUG: {'auction_closing_time': 1774864800.0, 'created_time': 1774353527.786388, 'last_price_update_time': 1774853868.804755}
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DX67%2520XUG') HTTP/1.1" 204 0
2026-03-30 06:57:48 [bca.uk] INFO: Found listing with ID: AF73%20LNE
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LNE%27 HTTP/1.1" 200 None
2026-03-30 06:57:48 [bca.uk] INFO: Scrape type for AF73%20LNE: 2
2026-03-30 06:57:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fbb8a27-517b-5ebc-886d-497c71f11a9b with identifier: AF73%20LNE
2026-03-30 06:57:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fbb8a27-517b-5ebc-886d-497c71f11a9b with scrape type 2
2026-03-30 06:57:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fbb8a27-517b-5ebc-886d-497c71f11a9b with scrape type 2
2026-03-30 06:57:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fbb8a27-517b-5ebc-886d-497c71f11a9b, identifier: AF73%20LNE
2026-03-30 06:57:48 [bca.uk] INFO: Found listing with ID: HK72%20ZWX
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520ZWX%27 HTTP/1.1" 200 None
2026-03-30 06:57:48 [bca.uk] INFO: Scrape type for HK72%20ZWX: 2
2026-03-30 06:57:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c210e53-cc1a-507d-a210-13c646b4d4b4 with identifier: HK72%20ZWX
2026-03-30 06:57:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c210e53-cc1a-507d-a210-13c646b4d4b4 with scrape type 2
2026-03-30 06:57:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c210e53-cc1a-507d-a210-13c646b4d4b4 with scrape type 2
2026-03-30 06:57:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c210e53-cc1a-507d-a210-13c646b4d4b4, identifier: HK72%20ZWX
2026-03-30 06:57:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3cb0c99d-599b-56f5-8eb2-0bb5a06eed95 with identifier: YC67%20EEF
2026-03-30 06:57:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3cb0c99d-599b-56f5-8eb2-0bb5a06eed95 with identifier: YC67%20EEF
2026-03-30 06:57:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3cb0c99d-599b-56f5-8eb2-0bb5a06eed95 with identifier: YC67%20EEF to the API
2026-03-30 06:57:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC67%20EEF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3cb0c99d-599b-56f5-8eb2-0bb5a06eed95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YC67 EEF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC67%20EEF&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 65386,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 P/T 110 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 110 ALLURE',
 'vin': 'VF3CCHNZ6HW167818',
 'year': 2017}
2026-03-30 06:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC67%2520EEF%27 HTTP/1.1" 200 None
2026-03-30 06:57:49 [bca.uk] INFO: Saving data for YC67%20EEF: {'auction_closing_time': 1774951200.0, 'created_time': 1773828277.682765, 'last_price_update_time': 1774853869.345034}
2026-03-30 06:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC67%2520EEF') HTTP/1.1" 204 0
2026-03-30 06:57:49 [bca.uk] INFO: Found listing with ID: BC18%20EJO
2026-03-30 06:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC18%2520EJO%27 HTTP/1.1" 200 None
2026-03-30 06:57:49 [bca.uk] INFO: Scrape type for BC18%20EJO: 2
2026-03-30 06:57:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fd983b6-990a-5578-a49d-579066d3fb12 with identifier: BC18%20EJO
2026-03-30 06:57:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fd983b6-990a-5578-a49d-579066d3fb12 with scrape type 2
2026-03-30 06:57:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fd983b6-990a-5578-a49d-579066d3fb12 with scrape type 2
2026-03-30 06:57:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fd983b6-990a-5578-a49d-579066d3fb12, identifier: BC18%20EJO
2026-03-30 06:57:49 [bca.uk] INFO: Found listing with ID: BW75%20HDZ
2026-03-30 06:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW75%2520HDZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:49 [bca.uk] INFO: Scrape type for BW75%20HDZ: 2
2026-03-30 06:57:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8aa5608-1a91-5c96-b318-10bf0b7d221b with identifier: BW75%20HDZ
2026-03-30 06:57:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8aa5608-1a91-5c96-b318-10bf0b7d221b with scrape type 2
2026-03-30 06:57:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8aa5608-1a91-5c96-b318-10bf0b7d221b with scrape type 2
2026-03-30 06:57:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8aa5608-1a91-5c96-b318-10bf0b7d221b, identifier: BW75%20HDZ
2026-03-30 06:57:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fbb8a27-517b-5ebc-886d-497c71f11a9b with identifier: AF73%20LNE
2026-03-30 06:57:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fbb8a27-517b-5ebc-886d-497c71f11a9b with identifier: AF73%20LNE
2026-03-30 06:57:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fbb8a27-517b-5ebc-886d-497c71f11a9b with identifier: AF73%20LNE to the API
2026-03-30 06:57:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20LNE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '6fbb8a27-517b-5ebc-886d-497c71f11a9b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 LNE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20LNE&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 98045,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW74094PZ221875',
 'year': 2023}
2026-03-30 06:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LNE%27 HTTP/1.1" 200 None
2026-03-30 06:57:50 [bca.uk] INFO: Saving data for AF73%20LNE: {'auction_closing_time': 1774854000.0, 'created_time': 1773832561.759568, 'last_price_update_time': 1774853870.008813}
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520LNE') HTTP/1.1" 204 0
2026-03-30 06:57:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c210e53-cc1a-507d-a210-13c646b4d4b4 with identifier: HK72%20ZWX
2026-03-30 06:57:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c210e53-cc1a-507d-a210-13c646b4d4b4 with identifier: HK72%20ZWX
2026-03-30 06:57:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c210e53-cc1a-507d-a210-13c646b4d4b4 with identifier: HK72%20ZWX to the API
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HK72%20ZWX-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7c210e53-cc1a-507d-a210-13c646b4d4b4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HK72 ZWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HK72%20ZWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 47951,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 155 ST-LINE Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 155 ST-LINE',
 'vin': 'WF02XXERK2NB02866',
 'year': 2022}
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HK72%2520ZWX%27 HTTP/1.1" 200 None
2026-03-30 06:57:50 [bca.uk] INFO: Saving data for HK72%20ZWX: {'auction_closing_time': 1775037600.0, 'created_time': 1774276522.729275, 'last_price_update_time': 1774853870.297676}
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HK72%2520ZWX') HTTP/1.1" 204 0
2026-03-30 06:57:50 [bca.uk] INFO: Found listing with ID: BU72%20NHJ
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520NHJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:50 [bca.uk] INFO: Scrape type for BU72%20NHJ: 2
2026-03-30 06:57:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72659d54-278e-58ef-a4d7-492a145ab775 with identifier: BU72%20NHJ
2026-03-30 06:57:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72659d54-278e-58ef-a4d7-492a145ab775 with scrape type 2
2026-03-30 06:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72659d54-278e-58ef-a4d7-492a145ab775 with scrape type 2
2026-03-30 06:57:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 72659d54-278e-58ef-a4d7-492a145ab775, identifier: BU72%20NHJ
2026-03-30 06:57:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fd983b6-990a-5578-a49d-579066d3fb12 with identifier: BC18%20EJO
2026-03-30 06:57:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fd983b6-990a-5578-a49d-579066d3fb12 with identifier: BC18%20EJO
2026-03-30 06:57:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fd983b6-990a-5578-a49d-579066d3fb12 with identifier: BC18%20EJO to the API
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BC18%20EJO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2fd983b6-990a-5578-a49d-579066d3fb12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BC18 EJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BC18%20EJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 32407,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 ALLURE',
 'vin': 'VF3MRHNYHJS324607',
 'year': 2018}
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BC18%2520EJO%27 HTTP/1.1" 200 None
2026-03-30 06:57:50 [bca.uk] INFO: Saving data for BC18%20EJO: {'auction_closing_time': 1774951200.0, 'created_time': 1773828390.633118, 'last_price_update_time': 1774853870.703428}
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BC18%2520EJO') HTTP/1.1" 204 0
2026-03-30 06:57:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8aa5608-1a91-5c96-b318-10bf0b7d221b with identifier: BW75%20HDZ
2026-03-30 06:57:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8aa5608-1a91-5c96-b318-10bf0b7d221b with identifier: BW75%20HDZ
2026-03-30 06:57:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8aa5608-1a91-5c96-b318-10bf0b7d221b with identifier: BW75%20HDZ to the API
2026-03-30 06:57:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW75%20HDZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b8aa5608-1a91-5c96-b318-10bf0b7d221b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW75 HDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW75%20HDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'CUPRA',
 'model': 'FORMENTOR',
 'odometer': 1140,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2026-01-01',
 'seller_name': None,
 'title': 'CUPRA FORMENTOR 1.5 E-TSI 150 V2 DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'E-TSI 150 V2 DSG',
 'vin': 'VSSZZZKM0TR031488',
 'year': 2026}
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW75%2520HDZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:51 [bca.uk] INFO: Saving data for BW75%20HDZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774304999.562912, 'last_price_update_time': 1774853871.023092}
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW75%2520HDZ') HTTP/1.1" 204 0
2026-03-30 06:57:51 [bca.uk] INFO: Found listing with ID: AF73%20LOD
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LOD%27 HTTP/1.1" 200 None
2026-03-30 06:57:51 [bca.uk] INFO: Scrape type for AF73%20LOD: 2
2026-03-30 06:57:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e14eaa97-9ad8-54db-8249-619dfa382a3d with identifier: AF73%20LOD
2026-03-30 06:57:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e14eaa97-9ad8-54db-8249-619dfa382a3d with scrape type 2
2026-03-30 06:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e14eaa97-9ad8-54db-8249-619dfa382a3d with scrape type 2
2026-03-30 06:57:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e14eaa97-9ad8-54db-8249-619dfa382a3d, identifier: AF73%20LOD
2026-03-30 06:57:51 [bca.uk] INFO: Found listing with ID: LR24%20UVP
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520UVP%27 HTTP/1.1" 200 None
2026-03-30 06:57:51 [bca.uk] INFO: Scrape type for LR24%20UVP: 2
2026-03-30 06:57:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 372df54e-233d-5de1-9429-954803e6284a with identifier: LR24%20UVP
2026-03-30 06:57:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 372df54e-233d-5de1-9429-954803e6284a with scrape type 2
2026-03-30 06:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 372df54e-233d-5de1-9429-954803e6284a with scrape type 2
2026-03-30 06:57:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 372df54e-233d-5de1-9429-954803e6284a, identifier: LR24%20UVP
2026-03-30 06:57:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 72659d54-278e-58ef-a4d7-492a145ab775 with identifier: BU72%20NHJ
2026-03-30 06:57:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 72659d54-278e-58ef-a4d7-492a145ab775 with identifier: BU72%20NHJ
2026-03-30 06:57:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 72659d54-278e-58ef-a4d7-492a145ab775 with identifier: BU72%20NHJ to the API
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BU72%20NHJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '72659d54-278e-58ef-a4d7-492a145ab775',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BU72 NHJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BU72%20NHJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'MERCEDES-BENZ',
 'model': 'EQA 350',
 'odometer': 30640,
 'odometer_reading_unit': '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 EQA 350 215KW 66KWH 4M AMG LINE Hatchback',
 'transmission': 'automatic',
 'trim': '215KW 66KWH 4M AMG LINE',
 'vin': 'W1N9N1CB9PJ047925',
 'year': 2022}
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BU72%2520NHJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:51 [bca.uk] INFO: Saving data for BU72%20NHJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773828245.457261, 'last_price_update_time': 1774853871.564578}
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BU72%2520NHJ') HTTP/1.1" 204 0
2026-03-30 06:57:51 [bca.uk] INFO: Found listing with ID: DG64%20SUY
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520SUY%27 HTTP/1.1" 200 None
2026-03-30 06:57:51 [bca.uk] INFO: Scrape type for DG64%20SUY: 2
2026-03-30 06:57:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59730995-e486-56b8-a6e0-728b7921332f with identifier: DG64%20SUY
2026-03-30 06:57:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59730995-e486-56b8-a6e0-728b7921332f with scrape type 2
2026-03-30 06:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59730995-e486-56b8-a6e0-728b7921332f with scrape type 2
2026-03-30 06:57:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 59730995-e486-56b8-a6e0-728b7921332f, identifier: DG64%20SUY
2026-03-30 06:57:51 [bca.uk] INFO: Found listing with ID: EJ68%20YPE
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ68%2520YPE%27 HTTP/1.1" 200 None
2026-03-30 06:57:51 [bca.uk] INFO: Scrape type for EJ68%20YPE: 2
2026-03-30 06:57:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27ec19e5-2073-5a05-89b7-cdbffc0d0cd2 with identifier: EJ68%20YPE
2026-03-30 06:57:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27ec19e5-2073-5a05-89b7-cdbffc0d0cd2 with scrape type 2
2026-03-30 06:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27ec19e5-2073-5a05-89b7-cdbffc0d0cd2 with scrape type 2
2026-03-30 06:57:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 27ec19e5-2073-5a05-89b7-cdbffc0d0cd2, identifier: EJ68%20YPE
2026-03-30 06:57:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e14eaa97-9ad8-54db-8249-619dfa382a3d with identifier: AF73%20LOD
2026-03-30 06:57:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e14eaa97-9ad8-54db-8249-619dfa382a3d with identifier: AF73%20LOD
2026-03-30 06:57:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e14eaa97-9ad8-54db-8249-619dfa382a3d with identifier: AF73%20LOD to the API
2026-03-30 06:57:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF73%20LOD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e14eaa97-9ad8-54db-8249-619dfa382a3d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF73 LOD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF73%20LOD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 102161,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8025,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW74094PZ222363',
 'year': 2023}
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF73%2520LOD%27 HTTP/1.1" 200 None
2026-03-30 06:57:52 [bca.uk] INFO: Saving data for AF73%20LOD: {'auction_closing_time': 1774854000.0, 'created_time': 1773832551.902995, 'last_price_update_time': 1774853872.103872}
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF73%2520LOD') HTTP/1.1" 204 0
2026-03-30 06:57:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 372df54e-233d-5de1-9429-954803e6284a with identifier: LR24%20UVP
2026-03-30 06:57:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 372df54e-233d-5de1-9429-954803e6284a with identifier: LR24%20UVP
2026-03-30 06:57:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 372df54e-233d-5de1-9429-954803e6284a with identifier: LR24%20UVP to the API
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR24%20UVP-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '372df54e-233d-5de1-9429-954803e6284a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LR24 UVP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR24%20UVP&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'NISSAN',
 'model': 'ARIYA',
 'odometer': 15038,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN ARIYA 160KW 63KWH EVOLVE Hatchback',
 'transmission': 'automatic',
 'trim': '160KW 63KWH EVOLVE',
 'vin': 'JN1TAAFE0U0207712',
 'year': 2024}
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520UVP%27 HTTP/1.1" 200 None
2026-03-30 06:57:52 [bca.uk] INFO: Saving data for LR24%20UVP: {'auction_closing_time': 1775037600.0, 'created_time': 1774276528.792629, 'last_price_update_time': 1774853872.393083}
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR24%2520UVP') HTTP/1.1" 204 0
2026-03-30 06:57:52 [bca.uk] INFO: Found listing with ID: OY68%20CFZ
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY68%2520CFZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:52 [bca.uk] INFO: Scrape type for OY68%20CFZ: 2
2026-03-30 06:57:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41edca84-62bc-5020-b28f-b1b848d46f4c with identifier: OY68%20CFZ
2026-03-30 06:57:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41edca84-62bc-5020-b28f-b1b848d46f4c with scrape type 2
2026-03-30 06:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41edca84-62bc-5020-b28f-b1b848d46f4c with scrape type 2
2026-03-30 06:57:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 41edca84-62bc-5020-b28f-b1b848d46f4c, identifier: OY68%20CFZ
2026-03-30 06:57:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 59730995-e486-56b8-a6e0-728b7921332f with identifier: DG64%20SUY
2026-03-30 06:57:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 59730995-e486-56b8-a6e0-728b7921332f with identifier: DG64%20SUY
2026-03-30 06:57:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 59730995-e486-56b8-a6e0-728b7921332f with identifier: DG64%20SUY to the API
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DG64%20SUY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '59730995-e486-56b8-a6e0-728b7921332f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DG64 SUY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DG64%20SUY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 250',
 'odometer': 118537,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 250 2.0 AMG SPORT 4M DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG SPORT 4M DCT',
 'vin': 'WDD1173462N123220',
 'year': 2014}
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG64%2520SUY%27 HTTP/1.1" 200 None
2026-03-30 06:57:52 [bca.uk] INFO: Saving data for DG64%20SUY: {'auction_closing_time': 1774951200.0, 'created_time': 1774350132.54104, 'last_price_update_time': 1774853872.963512}
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DG64%2520SUY') HTTP/1.1" 204 0
2026-03-30 06:57:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 27ec19e5-2073-5a05-89b7-cdbffc0d0cd2 with identifier: EJ68%20YPE
2026-03-30 06:57:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 27ec19e5-2073-5a05-89b7-cdbffc0d0cd2 with identifier: EJ68%20YPE
2026-03-30 06:57:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 27ec19e5-2073-5a05-89b7-cdbffc0d0cd2 with identifier: EJ68%20YPE to the API
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EJ68%20YPE-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '27ec19e5-2073-5a05-89b7-cdbffc0d0cd2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EJ68 YPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EJ68%20YPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'HYUNDAI',
 'model': 'KONA',
 'odometer': 100717,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA 1.0 T-GDI 120 BD SE Hatchback',
 'transmission': 'manual',
 'trim': 'T-GDI 120 BD SE',
 'vin': 'KMHK2811LKU221119',
 'year': 2019}
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ68%2520YPE%27 HTTP/1.1" 200 None
2026-03-30 06:57:53 [bca.uk] INFO: Saving data for EJ68%20YPE: {'auction_closing_time': 1774864800.0, 'created_time': 1774353511.526883, 'last_price_update_time': 1774853873.273173}
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ68%2520YPE') HTTP/1.1" 204 0
2026-03-30 06:57:53 [bca.uk] INFO: Found listing with ID: EX23%20WFG
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520WFG%27 HTTP/1.1" 200 None
2026-03-30 06:57:53 [bca.uk] INFO: Scrape type for EX23%20WFG: 2
2026-03-30 06:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de2898ce-cb49-582a-9615-fafd9602d015 with identifier: EX23%20WFG
2026-03-30 06:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de2898ce-cb49-582a-9615-fafd9602d015 with scrape type 2
2026-03-30 06:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de2898ce-cb49-582a-9615-fafd9602d015 with scrape type 2
2026-03-30 06:57:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de2898ce-cb49-582a-9615-fafd9602d015, identifier: EX23%20WFG
2026-03-30 06:57:53 [bca.uk] INFO: Found listing with ID: PF72%20WLX
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520WLX%27 HTTP/1.1" 200 None
2026-03-30 06:57:53 [bca.uk] INFO: Scrape type for PF72%20WLX: 2
2026-03-30 06:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb17229e-8393-5aab-b40e-16ab9b66e029 with identifier: PF72%20WLX
2026-03-30 06:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb17229e-8393-5aab-b40e-16ab9b66e029 with scrape type 2
2026-03-30 06:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb17229e-8393-5aab-b40e-16ab9b66e029 with scrape type 2
2026-03-30 06:57:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bb17229e-8393-5aab-b40e-16ab9b66e029, identifier: PF72%20WLX
2026-03-30 06:57:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 41edca84-62bc-5020-b28f-b1b848d46f4c with identifier: OY68%20CFZ
2026-03-30 06:57:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 41edca84-62bc-5020-b28f-b1b848d46f4c with identifier: OY68%20CFZ
2026-03-30 06:57:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 41edca84-62bc-5020-b28f-b1b848d46f4c with identifier: OY68%20CFZ to the API
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 176,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY68%20CFZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '41edca84-62bc-5020-b28f-b1b848d46f4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY68 CFZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY68%20CFZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'MERCEDES-BENZ',
 'model': 'GLC 250',
 'odometer': 57816,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLC 250 2.0 AMG LINE 4M 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 4M 9G',
 'vin': 'WDC2533462F528218',
 'year': 2018}
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY68%2520CFZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:53 [bca.uk] INFO: Saving data for OY68%20CFZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773828289.687787, 'last_price_update_time': 1774853873.798423}
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY68%2520CFZ') HTTP/1.1" 204 0
2026-03-30 06:57:53 [bca.uk] INFO: Found listing with ID: DK63%20YUC
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520YUC%27 HTTP/1.1" 200 None
2026-03-30 06:57:53 [bca.uk] INFO: Scrape type for DK63%20YUC: 2
2026-03-30 06:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 739df888-2d84-5767-9cf3-c434faa49ae7 with identifier: DK63%20YUC
2026-03-30 06:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 739df888-2d84-5767-9cf3-c434faa49ae7 with scrape type 2
2026-03-30 06:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 739df888-2d84-5767-9cf3-c434faa49ae7 with scrape type 2
2026-03-30 06:57:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 739df888-2d84-5767-9cf3-c434faa49ae7, identifier: DK63%20YUC
2026-03-30 06:57:53 [bca.uk] INFO: Found listing with ID: R600%20AVS
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R600%2520AVS%27 HTTP/1.1" 200 None
2026-03-30 06:57:53 [bca.uk] INFO: Scrape type for R600%20AVS: 2
2026-03-30 06:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74cc2a0f-1c98-5054-9d1a-55a0a8a84751 with identifier: R600%20AVS
2026-03-30 06:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74cc2a0f-1c98-5054-9d1a-55a0a8a84751 with scrape type 2
2026-03-30 06:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74cc2a0f-1c98-5054-9d1a-55a0a8a84751 with scrape type 2
2026-03-30 06:57:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74cc2a0f-1c98-5054-9d1a-55a0a8a84751, identifier: R600%20AVS
2026-03-30 06:57:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de2898ce-cb49-582a-9615-fafd9602d015 with identifier: EX23%20WFG
2026-03-30 06:57:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de2898ce-cb49-582a-9615-fafd9602d015 with identifier: EX23%20WFG
2026-03-30 06:57:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de2898ce-cb49-582a-9615-fafd9602d015 with identifier: EX23%20WFG to the API
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX23%20WFG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'de2898ce-cb49-582a-9615-fafd9602d015',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'EX23 WFG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX23%20WFG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 117214,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 7200,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK HS 1.5 T-GDI PHEV EXCLUSIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV EXCLUSIVE',
 'vin': 'LSJA2439XNN209965',
 'year': 2023}
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX23%2520WFG%27 HTTP/1.1" 200 None
2026-03-30 06:57:54 [bca.uk] INFO: Saving data for EX23%20WFG: {'auction_closing_time': 1774854000.0, 'created_time': 1773987192.871666, 'last_price_update_time': 1774853874.333009}
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX23%2520WFG') HTTP/1.1" 204 0
2026-03-30 06:57:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bb17229e-8393-5aab-b40e-16ab9b66e029 with identifier: PF72%20WLX
2026-03-30 06:57:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bb17229e-8393-5aab-b40e-16ab9b66e029 with identifier: PF72%20WLX
2026-03-30 06:57:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bb17229e-8393-5aab-b40e-16ab9b66e029 with identifier: PF72%20WLX to the API
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF72%20WLX-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bb17229e-8393-5aab-b40e-16ab9b66e029',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF72 WLX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF72%20WLX&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'FORD',
 'model': 'GRAND CONNECT',
 'odometer': 53117,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD GRAND CONNECT 2.0 EBL 122 ACTIVE (7ST) MPV',
 'transmission': 'automatic',
 'trim': 'EBL 122 ACTIVE (7ST)',
 'vin': 'WF0EXXSK3PX005295',
 'year': 2023}
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF72%2520WLX%27 HTTP/1.1" 200 None
2026-03-30 06:57:54 [bca.uk] INFO: Saving data for PF72%20WLX: {'auction_closing_time': 1775037600.0, 'created_time': 1774276513.497087, 'last_price_update_time': 1774853874.729054}
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF72%2520WLX') HTTP/1.1" 204 0
2026-03-30 06:57:54 [bca.uk] INFO: Found listing with ID: DN73%20ABV
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN73%2520ABV%27 HTTP/1.1" 200 None
2026-03-30 06:57:54 [bca.uk] INFO: Scrape type for DN73%20ABV: 2
2026-03-30 06:57:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8593e1d-d784-5962-aff5-5ec257aa29c5 with identifier: DN73%20ABV
2026-03-30 06:57:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8593e1d-d784-5962-aff5-5ec257aa29c5 with scrape type 2
2026-03-30 06:57:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8593e1d-d784-5962-aff5-5ec257aa29c5 with scrape type 2
2026-03-30 06:57:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8593e1d-d784-5962-aff5-5ec257aa29c5, identifier: DN73%20ABV
2026-03-30 06:57:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 739df888-2d84-5767-9cf3-c434faa49ae7 with identifier: DK63%20YUC
2026-03-30 06:57:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 739df888-2d84-5767-9cf3-c434faa49ae7 with identifier: DK63%20YUC
2026-03-30 06:57:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 739df888-2d84-5767-9cf3-c434faa49ae7 with identifier: DK63%20YUC to the API
2026-03-30 06:57:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK63%20YUC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '739df888-2d84-5767-9cf3-c434faa49ae7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK63 YUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK63%20YUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'AUDI',
 'model': 'A3',
 'odometer': 106281,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'AUDI A3 1.4 TFSI 122 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 122 S LINE',
 'vin': 'WAUZZZ8V3EA061424',
 'year': 2013}
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK63%2520YUC%27 HTTP/1.1" 200 None
2026-03-30 06:57:55 [bca.uk] INFO: Saving data for DK63%20YUC: {'auction_closing_time': 1774951200.0, 'created_time': 1773841373.566578, 'last_price_update_time': 1774853875.1523}
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK63%2520YUC') HTTP/1.1" 204 0
2026-03-30 06:57:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74cc2a0f-1c98-5054-9d1a-55a0a8a84751 with identifier: R600%20AVS
2026-03-30 06:57:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74cc2a0f-1c98-5054-9d1a-55a0a8a84751 with identifier: R600%20AVS
2026-03-30 06:57:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74cc2a0f-1c98-5054-9d1a-55a0a8a84751 with identifier: R600%20AVS to the API
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R600%20AVS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74cc2a0f-1c98-5054-9d1a-55a0a8a84751',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'R600 AVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=R600%20AVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': '420D',
 'odometer': 91554,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 420D 2.0 190 XDRIVE M SPORT STEP Coupe',
 'transmission': 'automatic',
 'trim': '190 XDRIVE M SPORT STEP',
 'vin': 'WBA4P92050K364818',
 'year': 2015}
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R600%2520AVS%27 HTTP/1.1" 200 None
2026-03-30 06:57:55 [bca.uk] INFO: Saving data for R600%20AVS: {'auction_closing_time': 1774864800.0, 'created_time': 1774353513.272509, 'last_price_update_time': 1774853875.439763}
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R600%2520AVS') HTTP/1.1" 204 0
2026-03-30 06:57:55 [bca.uk] INFO: Found listing with ID: KV73%20XAG
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520XAG%27 HTTP/1.1" 200 None
2026-03-30 06:57:55 [bca.uk] INFO: Scrape type for KV73%20XAG: 2
2026-03-30 06:57:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with identifier: KV73%20XAG
2026-03-30 06:57:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with scrape type 2
2026-03-30 06:57:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with scrape type 2
2026-03-30 06:57:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0, identifier: KV73%20XAG
2026-03-30 06:57:55 [bca.uk] INFO: Found listing with ID: VK25%20EYO
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK25%2520EYO%27 HTTP/1.1" 200 None
2026-03-30 06:57:55 [bca.uk] INFO: Scrape type for VK25%20EYO: 2
2026-03-30 06:57:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3643ad71-105e-561b-9dc0-fb85c5105498 with identifier: VK25%20EYO
2026-03-30 06:57:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3643ad71-105e-561b-9dc0-fb85c5105498 with scrape type 2
2026-03-30 06:57:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3643ad71-105e-561b-9dc0-fb85c5105498 with scrape type 2
2026-03-30 06:57:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3643ad71-105e-561b-9dc0-fb85c5105498, identifier: VK25%20EYO
2026-03-30 06:57:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8593e1d-d784-5962-aff5-5ec257aa29c5 with identifier: DN73%20ABV
2026-03-30 06:57:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8593e1d-d784-5962-aff5-5ec257aa29c5 with identifier: DN73%20ABV
2026-03-30 06:57:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8593e1d-d784-5962-aff5-5ec257aa29c5 with identifier: DN73%20ABV to the API
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN73%20ABV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b8593e1d-d784-5962-aff5-5ec257aa29c5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN73 ABV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN73%20ABV&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 69509,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 110 300 L1 H1 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 110 300 L1 H1 TREND',
 'vin': 'WF0RXXTAXRPM77939',
 'year': 2024}
2026-03-30 06:57:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN73%2520ABV%27 HTTP/1.1" 200 None
2026-03-30 06:57:56 [bca.uk] INFO: Saving data for DN73%20ABV: {'auction_closing_time': 1774864800.0, 'created_time': 1773958207.752796, 'last_price_update_time': 1774853876.005686}
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN73%2520ABV') HTTP/1.1" 204 0
2026-03-30 06:57:56 [bca.uk] INFO: Found listing with ID: KN15%20JAU
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN15%2520JAU%27 HTTP/1.1" 200 None
2026-03-30 06:57:56 [bca.uk] INFO: Scrape type for KN15%20JAU: 2
2026-03-30 06:57:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e7ebd4e-fcf6-5fd5-8062-9c49683cf1ed with identifier: KN15%20JAU
2026-03-30 06:57:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e7ebd4e-fcf6-5fd5-8062-9c49683cf1ed with scrape type 2
2026-03-30 06:57:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e7ebd4e-fcf6-5fd5-8062-9c49683cf1ed with scrape type 2
2026-03-30 06:57:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e7ebd4e-fcf6-5fd5-8062-9c49683cf1ed, identifier: KN15%20JAU
2026-03-30 06:57:56 [bca.uk] INFO: Found listing with ID: YE64%20URJ
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE64%2520URJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:56 [bca.uk] INFO: Scrape type for YE64%20URJ: 2
2026-03-30 06:57:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d57bc7df-35cf-598f-8ab5-6fe62827807c with identifier: YE64%20URJ
2026-03-30 06:57:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d57bc7df-35cf-598f-8ab5-6fe62827807c with scrape type 2
2026-03-30 06:57:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d57bc7df-35cf-598f-8ab5-6fe62827807c with scrape type 2
2026-03-30 06:57:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d57bc7df-35cf-598f-8ab5-6fe62827807c, identifier: YE64%20URJ
2026-03-30 06:57:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with identifier: KV73%20XAG
2026-03-30 06:57:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with identifier: KV73%20XAG
2026-03-30 06:57:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fc72c03-22e5-5c9c-8950-96bad5ab5cf0 with identifier: KV73%20XAG to the API
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV73%20XAG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Electric',
 'id': '2fc72c03-22e5-5c9c-8950-96bad5ab5cf0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KV73 XAG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV73%20XAG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Paddock Wood',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 103329,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 8000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS ELECTRIC 115KW 73KWH TROPHY CONNECT LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY CONNECT LR',
 'vin': 'LSJW74097PZ224866',
 'year': 2023}
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV73%2520XAG%27 HTTP/1.1" 200 None
2026-03-30 06:57:56 [bca.uk] INFO: Saving data for KV73%20XAG: {'auction_closing_time': 1774854000.0, 'created_time': 1773933175.812815, 'last_price_update_time': 1774853876.534159}
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV73%2520XAG') HTTP/1.1" 204 0
2026-03-30 06:57:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3643ad71-105e-561b-9dc0-fb85c5105498 with identifier: VK25%20EYO
2026-03-30 06:57:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3643ad71-105e-561b-9dc0-fb85c5105498 with identifier: VK25%20EYO
2026-03-30 06:57:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3643ad71-105e-561b-9dc0-fb85c5105498 with identifier: VK25%20EYO to the API
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK25%20EYO-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3643ad71-105e-561b-9dc0-fb85c5105498',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VK25 EYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK25%20EYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': 'E-2008',
 'odometer': 6386,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'PEUGEOT E-2008 100KW 50KWH GT Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH GT',
 'vin': 'VR3UKZKX3SJ602090',
 'year': 2025}
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK25%2520EYO%27 HTTP/1.1" 200 None
2026-03-30 06:57:56 [bca.uk] INFO: Saving data for VK25%20EYO: {'auction_closing_time': 1775037600.0, 'created_time': 1774276521.782808, 'last_price_update_time': 1774853876.851618}
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK25%2520EYO') HTTP/1.1" 204 0
2026-03-30 06:57:56 [bca.uk] INFO: Found listing with ID: YC72%20XDG
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC72%2520XDG%27 HTTP/1.1" 200 None
2026-03-30 06:57:56 [bca.uk] INFO: Scrape type for YC72%20XDG: 2
2026-03-30 06:57:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with identifier: YC72%20XDG
2026-03-30 06:57:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with scrape type 2
2026-03-30 06:57:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with scrape type 2
2026-03-30 06:57:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d, identifier: YC72%20XDG
2026-03-30 06:57:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e7ebd4e-fcf6-5fd5-8062-9c49683cf1ed with identifier: KN15%20JAU
2026-03-30 06:57:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e7ebd4e-fcf6-5fd5-8062-9c49683cf1ed with identifier: KN15%20JAU
2026-03-30 06:57:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e7ebd4e-fcf6-5fd5-8062-9c49683cf1ed with identifier: KN15%20JAU to the API
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN15%20JAU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9e7ebd4e-fcf6-5fd5-8062-9c49683cf1ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN15 JAU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN15%20JAU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'SKODA',
 'model': 'RAPID',
 'odometer': 93027,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'SKODA RAPID 1.2 TSI 105 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 105 SPORT',
 'vin': 'TMBBN6NH8F4025872',
 'year': 2015}
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN15%2520JAU%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Saving data for KN15%20JAU: {'auction_closing_time': 1774951200.0, 'created_time': 1774350130.722564, 'last_price_update_time': 1774853877.285072}
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN15%2520JAU') HTTP/1.1" 204 0
2026-03-30 06:57:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d57bc7df-35cf-598f-8ab5-6fe62827807c with identifier: YE64%20URJ
2026-03-30 06:57:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d57bc7df-35cf-598f-8ab5-6fe62827807c with identifier: YE64%20URJ
2026-03-30 06:57:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d57bc7df-35cf-598f-8ab5-6fe62827807c with identifier: YE64%20URJ to the API
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE64%20URJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd57bc7df-35cf-598f-8ab5-6fe62827807c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE64 URJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE64%20URJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'BMW',
 'model': 'X3',
 'odometer': 82888,
 'odometer_reading_unit': '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 X3 2.0 SDRIVE 18D SE StationWagon',
 'transmission': 'automatic',
 'trim': 'SDRIVE 18D SE',
 'vin': 'WBAWZ320300F86742',
 'year': 2014}
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE64%2520URJ%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Saving data for YE64%20URJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774353437.072607, 'last_price_update_time': 1774853877.612665}
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE64%2520URJ') HTTP/1.1" 204 0
2026-03-30 06:57:57 [bca.uk] INFO: Found listing with ID: FP72%20XLF
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP72%2520XLF%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Scrape type for FP72%20XLF: 0
2026-03-30 06:57:57 [bca.uk] INFO: Found listing with ID: AK71%20VDY
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK71%2520VDY%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Scrape type for AK71%20VDY: 0
2026-03-30 06:57:57 [bca.uk] INFO: Found listing with ID: AY71%20JJV
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AY71%2520JJV%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Scrape type for AY71%20JJV: 0
2026-03-30 06:57:57 [bca.uk] INFO: Found listing with ID: BF23%20AUP
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF23%2520AUP%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Scrape type for BF23%20AUP: 0
2026-03-30 06:57:57 [bca.uk] INFO: Found listing with ID: BK22%20EVX
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BK22%2520EVX%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Scrape type for BK22%20EVX: 0
2026-03-30 06:57:57 [bca.uk] INFO: Found listing with ID: DX22%20XUT
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DX22%2520XUT%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Scrape type for DX22%20XUT: 0
2026-03-30 06:57:57 [bca.uk] INFO: Found listing with ID: EK73%20YTH
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK73%2520YTH%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Scrape type for EK73%20YTH: 0
2026-03-30 06:57:57 [bca.uk] INFO: Found listing with ID: GL72%20UWA
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL72%2520UWA%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Scrape type for GL72%20UWA: 0
2026-03-30 06:57:57 [bca.uk] INFO: Found listing with ID: LA72%20GSZ
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520GSZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Scrape type for LA72%20GSZ: 2
2026-03-30 06:57:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a37a13a7-bc49-511d-848e-4efbab8ce9e5 with identifier: LA72%20GSZ
2026-03-30 06:57:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a37a13a7-bc49-511d-848e-4efbab8ce9e5 with scrape type 2
2026-03-30 06:57:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a37a13a7-bc49-511d-848e-4efbab8ce9e5 with scrape type 2
2026-03-30 06:57:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a37a13a7-bc49-511d-848e-4efbab8ce9e5, identifier: LA72%20GSZ
2026-03-30 06:57:57 [bca.uk] INFO: Found listing with ID: WD72%20KYO
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520KYO%27 HTTP/1.1" 200 None
2026-03-30 06:57:57 [bca.uk] INFO: Scrape type for WD72%20KYO: 2
2026-03-30 06:57:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with identifier: WD72%20KYO
2026-03-30 06:57:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with scrape type 2
2026-03-30 06:57:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with scrape type 2
2026-03-30 06:57:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9, identifier: WD72%20KYO
2026-03-30 06:57:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with identifier: YC72%20XDG
2026-03-30 06:57:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with identifier: YC72%20XDG
2026-03-30 06:57:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d with identifier: YC72%20XDG to the API
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC72%20XDG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '217f6b5f-47ca-54eb-bf1b-3c0f7b310f1d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC72 XDG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC72%20XDG&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 77434,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.2 BLUEHDI 140 L3 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L3 H2 ENTERPRISE',
 'vin': 'VF7YCBPFC12V58431',
 'year': 2022}
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC72%2520XDG%27 HTTP/1.1" 200 None
2026-03-30 06:57:58 [bca.uk] INFO: Saving data for YC72%20XDG: {'auction_closing_time': 1774864800.0, 'created_time': 1773958194.253304, 'last_price_update_time': 1774853878.360242}
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC72%2520XDG') HTTP/1.1" 204 0
2026-03-30 06:57:58 [bca.uk] INFO: Found listing with ID: KU13%20XXY
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU13%2520XXY%27 HTTP/1.1" 200 None
2026-03-30 06:57:58 [bca.uk] INFO: Scrape type for KU13%20XXY: 2
2026-03-30 06:57:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 925410a4-217e-56af-aa11-ce970f056a17 with identifier: KU13%20XXY
2026-03-30 06:57:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 925410a4-217e-56af-aa11-ce970f056a17 with scrape type 2
2026-03-30 06:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 925410a4-217e-56af-aa11-ce970f056a17 with scrape type 2
2026-03-30 06:57:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 925410a4-217e-56af-aa11-ce970f056a17, identifier: KU13%20XXY
2026-03-30 06:57:58 [bca.uk] INFO: Found listing with ID: RV64%20WWA
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV64%2520WWA%27 HTTP/1.1" 200 None
2026-03-30 06:57:58 [bca.uk] INFO: Scrape type for RV64%20WWA: 2
2026-03-30 06:57:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0c69712-ce95-5935-a876-3b4621e24487 with identifier: RV64%20WWA
2026-03-30 06:57:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0c69712-ce95-5935-a876-3b4621e24487 with scrape type 2
2026-03-30 06:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0c69712-ce95-5935-a876-3b4621e24487 with scrape type 2
2026-03-30 06:57:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e0c69712-ce95-5935-a876-3b4621e24487, identifier: RV64%20WWA
2026-03-30 06:57:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a37a13a7-bc49-511d-848e-4efbab8ce9e5 with identifier: LA72%20GSZ
2026-03-30 06:57:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a37a13a7-bc49-511d-848e-4efbab8ce9e5 with identifier: LA72%20GSZ
2026-03-30 06:57:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a37a13a7-bc49-511d-848e-4efbab8ce9e5 with identifier: LA72%20GSZ to the API
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20GSZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a37a13a7-bc49-511d-848e-4efbab8ce9e5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 GSZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20GSZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Birmingham - Perry Barr',
 'make': 'BMW',
 'model': '218I GRAN COUPE',
 'odometer': 63211,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13500,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 218I GRAN COUPE 1.5 136 M SPORT Coupe',
 'transmission': 'manual',
 'trim': '136 M SPORT',
 'vin': 'WBA12AK0207L88788',
 'year': 2022}
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520GSZ%27 HTTP/1.1" 200 None
2026-03-30 06:57:58 [bca.uk] INFO: Saving data for LA72%20GSZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773929369.121258, 'last_price_update_time': 1774853878.998074}
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520GSZ') HTTP/1.1" 204 0
2026-03-30 06:57:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with identifier: WD72%20KYO
2026-03-30 06:57:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with identifier: WD72%20KYO
2026-03-30 06:57:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9 with identifier: WD72%20KYO to the API
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD72%20KYO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0c9e7aee-8d1b-58f7-8276-0d4ddc43a1d9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD72 KYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD72%20KYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'NIRO',
 'odometer': 25182,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA NIRO 1.6 GDI HYBRID 2 DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'GDI HYBRID 2 DCT',
 'vin': 'KNACP81EVP5061535',
 'year': 2023}
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD72%2520KYO%27 HTTP/1.1" 200 None
2026-03-30 06:57:59 [bca.uk] INFO: Saving data for WD72%20KYO: {'auction_closing_time': 1775037600.0, 'created_time': 1774276520.709397, 'last_price_update_time': 1774853879.300279}
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD72%2520KYO') HTTP/1.1" 204 0
2026-03-30 06:57:59 [bca.uk] INFO: Found listing with ID: YP22%20UWX
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520UWX%27 HTTP/1.1" 200 None
2026-03-30 06:57:59 [bca.uk] INFO: Scrape type for YP22%20UWX: 2
2026-03-30 06:57:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78bbdbf4-fce7-5232-9195-b840489c32f4 with identifier: YP22%20UWX
2026-03-30 06:57:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78bbdbf4-fce7-5232-9195-b840489c32f4 with scrape type 2
2026-03-30 06:57:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78bbdbf4-fce7-5232-9195-b840489c32f4 with scrape type 2
2026-03-30 06:57:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78bbdbf4-fce7-5232-9195-b840489c32f4, identifier: YP22%20UWX
2026-03-30 06:57:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 925410a4-217e-56af-aa11-ce970f056a17 with identifier: KU13%20XXY
2026-03-30 06:57:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 925410a4-217e-56af-aa11-ce970f056a17 with identifier: KU13%20XXY
2026-03-30 06:57:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 925410a4-217e-56af-aa11-ce970f056a17 with identifier: KU13%20XXY to the API
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:57:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KU13%20XXY-GB',
 'category': 'Car',
 'color': 'violet',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '925410a4-217e-56af-aa11-ce970f056a17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KU13 XXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KU13%20XXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'PEUGEOT',
 'model': '107',
 'odometer': 59025,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2013-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 107 1.0 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'ACTIVE',
 'vin': 'VF3PNCFB4CR033096',
 'year': 2013}
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KU13%2520XXY%27 HTTP/1.1" 200 None
2026-03-30 06:57:59 [bca.uk] INFO: Saving data for KU13%20XXY: {'auction_closing_time': 1774951200.0, 'created_time': 1774350169.552707, 'last_price_update_time': 1774853879.734663}
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KU13%2520XXY') HTTP/1.1" 204 0
2026-03-30 06:57:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e0c69712-ce95-5935-a876-3b4621e24487 with identifier: RV64%20WWA
2026-03-30 06:57:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e0c69712-ce95-5935-a876-3b4621e24487 with identifier: RV64%20WWA
2026-03-30 06:57:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e0c69712-ce95-5935-a876-3b4621e24487 with identifier: RV64%20WWA to the API
2026-03-30 06:57:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:57: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:58:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RV64%20WWA-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e0c69712-ce95-5935-a876-3b4621e24487',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RV64 WWA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RV64%20WWA&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '320D',
 'odometer': 96090,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'BMW 320D 2.0 SE TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'SE TOURING STEP',
 'vin': 'WBA3K32030K402635',
 'year': 2014}
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV64%2520WWA%27 HTTP/1.1" 200 None
2026-03-30 06:58:00 [bca.uk] INFO: Saving data for RV64%20WWA: {'auction_closing_time': 1774951200.0, 'created_time': 1773821356.939273, 'last_price_update_time': 1774853880.06463}
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RV64%2520WWA') HTTP/1.1" 204 0
2026-03-30 06:58:00 [bca.uk] INFO: Found listing with ID: LC72%20OBF
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LC72%2520OBF%27 HTTP/1.1" 200 None
2026-03-30 06:58:00 [bca.uk] INFO: Scrape type for LC72%20OBF: 0
2026-03-30 06:58:00 [bca.uk] INFO: Found listing with ID: LN22%20XPX
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN22%2520XPX%27 HTTP/1.1" 200 None
2026-03-30 06:58:00 [bca.uk] INFO: Scrape type for LN22%20XPX: 0
2026-03-30 06:58:00 [bca.uk] INFO: Found listing with ID: LX22%20UBL
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX22%2520UBL%27 HTTP/1.1" 200 None
2026-03-30 06:58:00 [bca.uk] INFO: Scrape type for LX22%20UBL: 0
2026-03-30 06:58:00 [bca.uk] INFO: Found listing with ID: ME21%20BGO
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME21%2520BGO%27 HTTP/1.1" 200 None
2026-03-30 06:58:00 [bca.uk] INFO: Scrape type for ME21%20BGO: 2
2026-03-30 06:58:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5bc6799-2e5d-5b52-927d-1f0f9847f573 with identifier: ME21%20BGO
2026-03-30 06:58:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5bc6799-2e5d-5b52-927d-1f0f9847f573 with scrape type 2
2026-03-30 06:58:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5bc6799-2e5d-5b52-927d-1f0f9847f573 with scrape type 2
2026-03-30 06:58:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a5bc6799-2e5d-5b52-927d-1f0f9847f573, identifier: ME21%20BGO
2026-03-30 06:58:00 [bca.uk] INFO: Found listing with ID: YA72%20OPH
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520OPH%27 HTTP/1.1" 200 None
2026-03-30 06:58:00 [bca.uk] INFO: Scrape type for YA72%20OPH: 2
2026-03-30 06:58:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with identifier: YA72%20OPH
2026-03-30 06:58:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with scrape type 2
2026-03-30 06:58:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with scrape type 2
2026-03-30 06:58:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dfe43466-90d6-5c7c-a92c-0cd8b7a471d8, identifier: YA72%20OPH
2026-03-30 06:58:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78bbdbf4-fce7-5232-9195-b840489c32f4 with identifier: YP22%20UWX
2026-03-30 06:58:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78bbdbf4-fce7-5232-9195-b840489c32f4 with identifier: YP22%20UWX
2026-03-30 06:58:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78bbdbf4-fce7-5232-9195-b840489c32f4 with identifier: YP22%20UWX to the API
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 239,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YP22%20UWX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '78bbdbf4-fce7-5232-9195-b840489c32f4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YP22 UWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YP22%20UWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 93106,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Luton',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRANL09766',
 'year': 2022}
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YP22%2520UWX%27 HTTP/1.1" 200 None
2026-03-30 06:58:00 [bca.uk] INFO: Saving data for YP22%20UWX: {'auction_closing_time': 1774864800.0, 'created_time': 1773958189.219808, 'last_price_update_time': 1774853880.727568}
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YP22%2520UWX') HTTP/1.1" 204 0
2026-03-30 06:58:00 [bca.uk] INFO: Found listing with ID: WN75%20AZV
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZV%27 HTTP/1.1" 200 None
2026-03-30 06:58:00 [bca.uk] INFO: Scrape type for WN75%20AZV: 2
2026-03-30 06:58:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bd2aad8-bbc9-5fcb-ab2f-b6c7f08d898b with identifier: WN75%20AZV
2026-03-30 06:58:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bd2aad8-bbc9-5fcb-ab2f-b6c7f08d898b with scrape type 2
2026-03-30 06:58:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bd2aad8-bbc9-5fcb-ab2f-b6c7f08d898b with scrape type 2
2026-03-30 06:58:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3bd2aad8-bbc9-5fcb-ab2f-b6c7f08d898b, identifier: WN75%20AZV
2026-03-30 06:58:00 [bca.uk] INFO: Found listing with ID: LP12%20FVC
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP12%2520FVC%27 HTTP/1.1" 200 None
2026-03-30 06:58:00 [bca.uk] INFO: Scrape type for LP12%20FVC: 2
2026-03-30 06:58:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with identifier: LP12%20FVC
2026-03-30 06:58:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with scrape type 2
2026-03-30 06:58:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with scrape type 2
2026-03-30 06:58:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c, identifier: LP12%20FVC
2026-03-30 06:58:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a5bc6799-2e5d-5b52-927d-1f0f9847f573 with identifier: ME21%20BGO
2026-03-30 06:58:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a5bc6799-2e5d-5b52-927d-1f0f9847f573 with identifier: ME21%20BGO
2026-03-30 06:58:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a5bc6799-2e5d-5b52-927d-1f0f9847f573 with identifier: ME21%20BGO to the API
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=ME21%20BGO-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a5bc6799-2e5d-5b52-927d-1f0f9847f573',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'ME21 BGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=ME21%20BGO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Manchester',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 32039,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 9700,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 GT',
 'vin': 'VR3USHNSKMJ783796',
 'year': 2021}
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ME21%2520BGO%27 HTTP/1.1" 200 None
2026-03-30 06:58:01 [bca.uk] INFO: Saving data for ME21%20BGO: {'auction_closing_time': 1774854000.0, 'created_time': 1773959632.213021, 'last_price_update_time': 1774853881.269286}
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='ME21%2520BGO') HTTP/1.1" 204 0
2026-03-30 06:58:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with identifier: YA72%20OPH
2026-03-30 06:58:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with identifier: YA72%20OPH
2026-03-30 06:58:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dfe43466-90d6-5c7c-a92c-0cd8b7a471d8 with identifier: YA72%20OPH to the API
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA72%20OPH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dfe43466-90d6-5c7c-a92c-0cd8b7a471d8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YA72 OPH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA72%20OPH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'KIA',
 'model': 'STONIC',
 'odometer': 63929,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'KIA STONIC 1.0 T GDI 100 2 Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI 100 2',
 'vin': 'KNAD6817LN6774710',
 'year': 2023}
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520OPH%27 HTTP/1.1" 200 None
2026-03-30 06:58:01 [bca.uk] INFO: Saving data for YA72%20OPH: {'auction_closing_time': 1775037600.0, 'created_time': 1774276515.757442, 'last_price_update_time': 1774853881.615686}
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA72%2520OPH') HTTP/1.1" 204 0
2026-03-30 06:58:01 [bca.uk] INFO: Found listing with ID: SL22%20MZN
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520MZN%27 HTTP/1.1" 200 None
2026-03-30 06:58:01 [bca.uk] INFO: Scrape type for SL22%20MZN: 2
2026-03-30 06:58:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5e78006-cfa6-5e80-a267-10911348619b with identifier: SL22%20MZN
2026-03-30 06:58:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5e78006-cfa6-5e80-a267-10911348619b with scrape type 2
2026-03-30 06:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5e78006-cfa6-5e80-a267-10911348619b with scrape type 2
2026-03-30 06:58:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e5e78006-cfa6-5e80-a267-10911348619b, identifier: SL22%20MZN
2026-03-30 06:58:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3bd2aad8-bbc9-5fcb-ab2f-b6c7f08d898b with identifier: WN75%20AZV
2026-03-30 06:58:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3bd2aad8-bbc9-5fcb-ab2f-b6c7f08d898b with identifier: WN75%20AZV
2026-03-30 06:58:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3bd2aad8-bbc9-5fcb-ab2f-b6c7f08d898b with identifier: WN75%20AZV to the API
2026-03-30 06:58:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 204,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20AZV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3bd2aad8-bbc9-5fcb-ab2f-b6c7f08d898b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 AZV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20AZV&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 12673,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 170 320 L2 H1 SPORT PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 170 320 L2 H1 SPORT',
 'vin': 'WF0RXXTAXRSR04226',
 'year': 2025}
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZV%27 HTTP/1.1" 200 None
2026-03-30 06:58:02 [bca.uk] INFO: Saving data for WN75%20AZV: {'auction_closing_time': 1774864800.0, 'created_time': 1773830860.999661, 'last_price_update_time': 1774853882.048861}
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520AZV') HTTP/1.1" 204 0
2026-03-30 06:58:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with identifier: LP12%20FVC
2026-03-30 06:58:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with identifier: LP12%20FVC
2026-03-30 06:58:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c with identifier: LP12%20FVC to the API
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 174,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP12%20FVC-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ae8d8f66-414a-5bd8-8990-ad4dd6f7fd2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP12 FVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP12%20FVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'Q3',
 'odometer': 96525,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI Q3 2.0 TFSI 170 QUATTRO SE StationWagon',
 'transmission': 'manual',
 'trim': 'TFSI 170 QUATTRO SE',
 'vin': 'WAUZZZ8U0CR042139',
 'year': 2012}
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP12%2520FVC%27 HTTP/1.1" 200 None
2026-03-30 06:58:02 [bca.uk] INFO: Saving data for LP12%20FVC: {'auction_closing_time': 1774951200.0, 'created_time': 1773821359.076272, 'last_price_update_time': 1774853882.445085}
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP12%2520FVC') HTTP/1.1" 204 0
2026-03-30 06:58:02 [bca.uk] INFO: Found listing with ID: ML71%20EBM
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58: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%2520EBM%27 HTTP/1.1" 200 None
2026-03-30 06:58:02 [bca.uk] INFO: Scrape type for ML71%20EBM: 0
2026-03-30 06:58:02 [bca.uk] INFO: Found listing with ID: NJ22%20TZN
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ22%2520TZN%27 HTTP/1.1" 200 None
2026-03-30 06:58:02 [bca.uk] INFO: Scrape type for NJ22%20TZN: 0
2026-03-30 06:58:02 [bca.uk] INFO: Found listing with ID: NJ23%20LLC
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NJ23%2520LLC%27 HTTP/1.1" 200 None
2026-03-30 06:58:02 [bca.uk] INFO: Scrape type for NJ23%20LLC: 0
2026-03-30 06:58:02 [bca.uk] INFO: Found listing with ID: RV22%20XVX
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RV22%2520XVX%27 HTTP/1.1" 200 None
2026-03-30 06:58:02 [bca.uk] INFO: Scrape type for RV22%20XVX: 0
2026-03-30 06:58:02 [bca.uk] INFO: Found listing with ID: YA70%20MXH
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA70%2520MXH%27 HTTP/1.1" 200 None
2026-03-30 06:58:02 [bca.uk] INFO: Scrape type for YA70%20MXH: 0
2026-03-30 06:58:02 [bca.uk] INFO: Found listing with ID: YN71%20ZKY
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN71%2520ZKY%27 HTTP/1.1" 200 None
2026-03-30 06:58:02 [bca.uk] INFO: Scrape type for YN71%20ZKY: 2
2026-03-30 06:58:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61c4e3d7-f441-5ea6-927d-e17a64a83193 with identifier: YN71%20ZKY
2026-03-30 06:58:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61c4e3d7-f441-5ea6-927d-e17a64a83193 with scrape type 2
2026-03-30 06:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61c4e3d7-f441-5ea6-927d-e17a64a83193 with scrape type 2
2026-03-30 06:58:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 61c4e3d7-f441-5ea6-927d-e17a64a83193, identifier: YN71%20ZKY
2026-03-30 06:58:02 [bca.uk] INFO: Found listing with ID: HN23%20GHB
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520GHB%27 HTTP/1.1" 200 None
2026-03-30 06:58:02 [bca.uk] INFO: Scrape type for HN23%20GHB: 2
2026-03-30 06:58:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with identifier: HN23%20GHB
2026-03-30 06:58:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with scrape type 2
2026-03-30 06:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with scrape type 2
2026-03-30 06:58:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5af63ca5-d53c-5d53-ba47-554b1f0e71c6, identifier: HN23%20GHB
2026-03-30 06:58:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e5e78006-cfa6-5e80-a267-10911348619b with identifier: SL22%20MZN
2026-03-30 06:58:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e5e78006-cfa6-5e80-a267-10911348619b with identifier: SL22%20MZN
2026-03-30 06:58:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e5e78006-cfa6-5e80-a267-10911348619b with identifier: SL22%20MZN to the API
2026-03-30 06:58:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 238,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SL22%20MZN-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e5e78006-cfa6-5e80-a267-10911348619b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SL22 MZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SL22%20MZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'RELAY 35',
 'odometer': 73068,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN RELAY 35 2.2 BLUEHDI 140 L3 H2 ENTERPRISE PanelVan',
 'transmission': 'manual',
 'trim': 'BLUEHDI 140 L3 H2 ENTERPRISE',
 'vin': 'VF7YCBPFC12U87215',
 'year': 2022}
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SL22%2520MZN%27 HTTP/1.1" 200 None
2026-03-30 06:58:03 [bca.uk] INFO: Saving data for SL22%20MZN: {'auction_closing_time': 1774864800.0, 'created_time': 1773958187.523917, 'last_price_update_time': 1774853883.113141}
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SL22%2520MZN') HTTP/1.1" 204 0
2026-03-30 06:58:03 [bca.uk] INFO: Found listing with ID: FH25%20ZGA
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH25%2520ZGA%27 HTTP/1.1" 200 None
2026-03-30 06:58:03 [bca.uk] INFO: Scrape type for FH25%20ZGA: 2
2026-03-30 06:58:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d066cc9-9a04-5123-9d2a-1f7bd59d38d7 with identifier: FH25%20ZGA
2026-03-30 06:58:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d066cc9-9a04-5123-9d2a-1f7bd59d38d7 with scrape type 2
2026-03-30 06:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d066cc9-9a04-5123-9d2a-1f7bd59d38d7 with scrape type 2
2026-03-30 06:58:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6d066cc9-9a04-5123-9d2a-1f7bd59d38d7, identifier: FH25%20ZGA
2026-03-30 06:58:03 [bca.uk] INFO: Found listing with ID: GX20%20OJZ
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520OJZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:03 [bca.uk] INFO: Scrape type for GX20%20OJZ: 2
2026-03-30 06:58:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16da511e-5f68-5cd1-bd80-9d11f9411682 with identifier: GX20%20OJZ
2026-03-30 06:58:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16da511e-5f68-5cd1-bd80-9d11f9411682 with scrape type 2
2026-03-30 06:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16da511e-5f68-5cd1-bd80-9d11f9411682 with scrape type 2
2026-03-30 06:58:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 16da511e-5f68-5cd1-bd80-9d11f9411682, identifier: GX20%20OJZ
2026-03-30 06:58:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 61c4e3d7-f441-5ea6-927d-e17a64a83193 with identifier: YN71%20ZKY
2026-03-30 06:58:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 61c4e3d7-f441-5ea6-927d-e17a64a83193 with identifier: YN71%20ZKY
2026-03-30 06:58:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 61c4e3d7-f441-5ea6-927d-e17a64a83193 with identifier: YN71%20ZKY to the API
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN71%20ZKY-GB',
 'category': 'Motorcycle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '61c4e3d7-f441-5ea6-927d-e17a64a83193',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN71 ZKY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN71%20ZKY&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'SUZUKI',
 'model': 'GSX-S',
 'odometer': 754,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SUZUKI GSX-S 1000 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1000 MOTORBIKE',
 'vin': 'JS1DG3244L7100588',
 'year': 2021}
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN71%2520ZKY%27 HTTP/1.1" 200 None
2026-03-30 06:58:03 [bca.uk] INFO: Saving data for YN71%20ZKY: {'auction_closing_time': 1775124000.0, 'created_time': 1774332518.372184, 'last_price_update_time': 1774853883.673787}
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN71%2520ZKY') HTTP/1.1" 204 0
2026-03-30 06:58:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with identifier: HN23%20GHB
2026-03-30 06:58:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with identifier: HN23%20GHB
2026-03-30 06:58:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5af63ca5-d53c-5d53-ba47-554b1f0e71c6 with identifier: HN23%20GHB to the API
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HN23%20GHB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '5af63ca5-d53c-5d53-ba47-554b1f0e71c6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HN23 GHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HN23%20GHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 46889,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 28 2.0 B/DCI 130 SL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 SL BUSINESS',
 'vin': 'VF1FL000670616652',
 'year': 2023}
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HN23%2520GHB%27 HTTP/1.1" 200 None
2026-03-30 06:58:03 [bca.uk] INFO: Saving data for HN23%20GHB: {'auction_closing_time': 1774864800.0, 'created_time': 1774263965.468428, 'last_price_update_time': 1774853883.997424}
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HN23%2520GHB') HTTP/1.1" 204 0
2026-03-30 06:58:04 [bca.uk] INFO: Found listing with ID: DP23%20HRW
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520HRW%27 HTTP/1.1" 200 None
2026-03-30 06:58:04 [bca.uk] INFO: Scrape type for DP23%20HRW: 2
2026-03-30 06:58:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34ffd62d-eb04-5419-ae50-5d3cc7343593 with identifier: DP23%20HRW
2026-03-30 06:58:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34ffd62d-eb04-5419-ae50-5d3cc7343593 with scrape type 2
2026-03-30 06:58:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34ffd62d-eb04-5419-ae50-5d3cc7343593 with scrape type 2
2026-03-30 06:58:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 34ffd62d-eb04-5419-ae50-5d3cc7343593, identifier: DP23%20HRW
2026-03-30 06:58:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6d066cc9-9a04-5123-9d2a-1f7bd59d38d7 with identifier: FH25%20ZGA
2026-03-30 06:58:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6d066cc9-9a04-5123-9d2a-1f7bd59d38d7 with identifier: FH25%20ZGA
2026-03-30 06:58:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6d066cc9-9a04-5123-9d2a-1f7bd59d38d7 with identifier: FH25%20ZGA to the API
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 205,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH25%20ZGA-GB',
 'category': 'LightCommercialVehicle',
 'color': 'metamorphosis silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6d066cc9-9a04-5123-9d2a-1f7bd59d38d7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH25 ZGA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH25%20ZGA&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 12220,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA0RSJ55162',
 'year': 2025}
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH25%2520ZGA%27 HTTP/1.1" 200 None
2026-03-30 06:58:04 [bca.uk] INFO: Saving data for FH25%20ZGA: {'auction_closing_time': 1774864800.0, 'created_time': 1774350326.55802, 'last_price_update_time': 1774853884.449467}
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH25%2520ZGA') HTTP/1.1" 204 0
2026-03-30 06:58:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 16da511e-5f68-5cd1-bd80-9d11f9411682 with identifier: GX20%20OJZ
2026-03-30 06:58:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 16da511e-5f68-5cd1-bd80-9d11f9411682 with identifier: GX20%20OJZ
2026-03-30 06:58:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 16da511e-5f68-5cd1-bd80-9d11f9411682 with identifier: GX20%20OJZ to the API
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 156,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GX20%20OJZ-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '16da511e-5f68-5cd1-bd80-9d11f9411682',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GX20 OJZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GX20%20OJZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'VITARA',
 'odometer': 107408,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'SUZUKI VITARA 1.4 B-JET SZ-T Hatchback',
 'transmission': 'automatic',
 'trim': 'B-JET SZ-T',
 'vin': 'TSMLYDA1S00801217',
 'year': 2020}
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GX20%2520OJZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:04 [bca.uk] INFO: Saving data for GX20%20OJZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773821363.026273, 'last_price_update_time': 1774853884.765552}
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GX20%2520OJZ') HTTP/1.1" 204 0
2026-03-30 06:58:04 [bca.uk] INFO: Found listing with ID: YD71%20WCN
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD71%2520WCN%27 HTTP/1.1" 200 None
2026-03-30 06:58:04 [bca.uk] INFO: Scrape type for YD71%20WCN: 2
2026-03-30 06:58:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with identifier: YD71%20WCN
2026-03-30 06:58:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with scrape type 2
2026-03-30 06:58:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with scrape type 2
2026-03-30 06:58:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf, identifier: YD71%20WCN
2026-03-30 06:58:04 [bca.uk] INFO: Found listing with ID: HY65%20MYF
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520MYF%27 HTTP/1.1" 200 None
2026-03-30 06:58:04 [bca.uk] INFO: Scrape type for HY65%20MYF: 2
2026-03-30 06:58:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with identifier: HY65%20MYF
2026-03-30 06:58:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with scrape type 2
2026-03-30 06:58:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with scrape type 2
2026-03-30 06:58:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6, identifier: HY65%20MYF
2026-03-30 06:58:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 34ffd62d-eb04-5419-ae50-5d3cc7343593 with identifier: DP23%20HRW
2026-03-30 06:58:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 34ffd62d-eb04-5419-ae50-5d3cc7343593 with identifier: DP23%20HRW
2026-03-30 06:58:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 34ffd62d-eb04-5419-ae50-5d3cc7343593 with identifier: DP23%20HRW to the API
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP23%20HRW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '34ffd62d-eb04-5419-ae50-5d3cc7343593',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DP23 HRW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP23%20HRW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 68600,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 PRIME L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 PRIME L2 H1',
 'vin': 'VXEVBYHRMP7832102',
 'year': 2023}
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DP23%2520HRW%27 HTTP/1.1" 200 None
2026-03-30 06:58:05 [bca.uk] INFO: Saving data for DP23%20HRW: {'auction_closing_time': 1774864800.0, 'created_time': 1773958187.944227, 'last_price_update_time': 1774853885.30328}
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP23%2520HRW') HTTP/1.1" 204 0
2026-03-30 06:58:05 [bca.uk] INFO: Found listing with ID: WV24%20YAO
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV24%2520YAO%27 HTTP/1.1" 200 None
2026-03-30 06:58:05 [bca.uk] INFO: Scrape type for WV24%20YAO: 2
2026-03-30 06:58:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7761e5a-50a7-585a-8a8a-ee55495da256 with identifier: WV24%20YAO
2026-03-30 06:58:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7761e5a-50a7-585a-8a8a-ee55495da256 with scrape type 2
2026-03-30 06:58:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7761e5a-50a7-585a-8a8a-ee55495da256 with scrape type 2
2026-03-30 06:58:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e7761e5a-50a7-585a-8a8a-ee55495da256, identifier: WV24%20YAO
2026-03-30 06:58:05 [bca.uk] INFO: Found listing with ID: FD70%20JXG
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520JXG%27 HTTP/1.1" 200 None
2026-03-30 06:58:05 [bca.uk] INFO: Scrape type for FD70%20JXG: 2
2026-03-30 06:58:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05ab5583-cd87-50a5-aef6-dc5352a2c65e with identifier: FD70%20JXG
2026-03-30 06:58:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05ab5583-cd87-50a5-aef6-dc5352a2c65e with scrape type 2
2026-03-30 06:58:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05ab5583-cd87-50a5-aef6-dc5352a2c65e with scrape type 2
2026-03-30 06:58:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 05ab5583-cd87-50a5-aef6-dc5352a2c65e, identifier: FD70%20JXG
2026-03-30 06:58:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with identifier: YD71%20WCN
2026-03-30 06:58:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with identifier: YD71%20WCN
2026-03-30 06:58:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf with identifier: YD71%20WCN to the API
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YD71%20WCN-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'c51f4f3d-2a2a-55f0-ab7b-a95f6472aabf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YD71 WCN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YD71%20WCN&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'KAWASAKI',
 'model': 'ZR',
 'odometer': 7768,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'KAWASAKI ZR 1000 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1000 MOTORBIKE',
 'vin': 'JKAZRT00KKA009793',
 'year': 2021}
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YD71%2520WCN%27 HTTP/1.1" 200 None
2026-03-30 06:58:05 [bca.uk] INFO: Saving data for YD71%20WCN: {'auction_closing_time': 1775124000.0, 'created_time': 1774332521.190918, 'last_price_update_time': 1774853885.903537}
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YD71%2520WCN') HTTP/1.1" 204 0
2026-03-30 06:58:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with identifier: HY65%20MYF
2026-03-30 06:58:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with identifier: HY65%20MYF
2026-03-30 06:58:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6 with identifier: HY65%20MYF to the API
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY65%20MYF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '3ddbfd9b-1f88-5f7c-9c5a-4defa8f19ab6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HY65 MYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY65%20MYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'MERCEDES-BENZ',
 'model': 'E350',
 'odometer': 152703,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E350 3.0 B/TEC AMG LINE PREMIUM TIP Coupe',
 'transmission': 'manual',
 'trim': 'B/TEC AMG LINE PREMIUM TIP',
 'vin': 'WDD2073262F328691',
 'year': 2015}
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY65%2520MYF%27 HTTP/1.1" 200 None
2026-03-30 06:58:06 [bca.uk] INFO: Saving data for HY65%20MYF: {'auction_closing_time': 1774864800.0, 'created_time': 1773829182.520133, 'last_price_update_time': 1774853886.198713}
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY65%2520MYF') HTTP/1.1" 204 0
2026-03-30 06:58:06 [bca.uk] INFO: Found listing with ID: LE73%20KNU
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520KNU%27 HTTP/1.1" 200 None
2026-03-30 06:58:06 [bca.uk] INFO: Scrape type for LE73%20KNU: 2
2026-03-30 06:58:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with identifier: LE73%20KNU
2026-03-30 06:58:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with scrape type 2
2026-03-30 06:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with scrape type 2
2026-03-30 06:58:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e, identifier: LE73%20KNU
2026-03-30 06:58:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e7761e5a-50a7-585a-8a8a-ee55495da256 with identifier: WV24%20YAO
2026-03-30 06:58:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e7761e5a-50a7-585a-8a8a-ee55495da256 with identifier: WV24%20YAO
2026-03-30 06:58:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e7761e5a-50a7-585a-8a8a-ee55495da256 with identifier: WV24%20YAO to the API
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 203,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV24%20YAO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'e7761e5a-50a7-585a-8a8a-ee55495da256',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV24 YAO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV24%20YAO&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 25550,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 136 320 L1 H1 LIMITED',
 'vin': 'WF0RXXTA6RPJ61857',
 'year': 2024}
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV24%2520YAO%27 HTTP/1.1" 200 None
2026-03-30 06:58:06 [bca.uk] INFO: Saving data for WV24%20YAO: {'auction_closing_time': 1774864800.0, 'created_time': 1774350358.992444, 'last_price_update_time': 1774853886.626077}
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV24%2520YAO') HTTP/1.1" 204 0
2026-03-30 06:58:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 05ab5583-cd87-50a5-aef6-dc5352a2c65e with identifier: FD70%20JXG
2026-03-30 06:58:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 05ab5583-cd87-50a5-aef6-dc5352a2c65e with identifier: FD70%20JXG
2026-03-30 06:58:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 05ab5583-cd87-50a5-aef6-dc5352a2c65e with identifier: FD70%20JXG to the API
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 31,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD70%20JXG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '05ab5583-cd87-50a5-aef6-dc5352a2c65e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD70 JXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD70%20JXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '330E',
 'odometer': 43729,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'BMW 330E 2.0 T M SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'T M SPORT',
 'vin': 'WBA5P52000FK54426',
 'year': 2020}
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD70%2520JXG%27 HTTP/1.1" 200 None
2026-03-30 06:58:06 [bca.uk] INFO: Saving data for FD70%20JXG: {'auction_closing_time': 1774951200.0, 'created_time': 1773821364.725354, 'last_price_update_time': 1774853886.915867}
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD70%2520JXG') HTTP/1.1" 204 0
2026-03-30 06:58:06 [bca.uk] INFO: Found listing with ID: VK21%20NNO
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK21%2520NNO%27 HTTP/1.1" 200 None
2026-03-30 06:58:06 [bca.uk] INFO: Scrape type for VK21%20NNO: 0
2026-03-30 06:58:06 [bca.uk] INFO: Found listing with ID: PY22%20DNX
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY22%2520DNX%27 HTTP/1.1" 200 None
2026-03-30 06:58:06 [bca.uk] INFO: Scrape type for PY22%20DNX: 0
2026-03-30 06:58:06 [bca.uk] INFO: Found listing with ID: PN22%20PYO
2026-03-30 06:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PN22%2520PYO%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for PN22%20PYO: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: OY22%20PZU
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY22%2520PZU%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for OY22%20PZU: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: NU23%20KRN
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NU23%2520KRN%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for NU23%20KRN: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: MK70%20ZKR
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MK70%2520ZKR%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for MK70%20ZKR: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: MF72%20XRM
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF72%2520XRM%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for MF72%20XRM: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: MD21%20ZBP
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD21%2520ZBP%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for MD21%20ZBP: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: FR23%20EUJ
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FR23%2520EUJ%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for FR23%20EUJ: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: FE23%20WDW
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FE23%2520WDW%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for FE23%20WDW: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: DG74%20JBV
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DG74%2520JBV%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for DG74%20JBV: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: BN71%20HSK
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN71%2520HSK%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for BN71%20HSK: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: SV22%20OOF
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV22%2520OOF%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for SV22%20OOF: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: ST22%20UGE
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27ST22%2520UGE%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for ST22%20UGE: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: SP23%20WWH
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SP23%2520WWH%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for SP23%20WWH: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: HD57%20MCD
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HD57%2520MCD%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for HD57%20MCD: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: YX73%20UXH
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YX73%2520UXH%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for YX73%20UXH: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: WF75%20VMR
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WF75%2520VMR%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for WF75%20VMR: 0
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: KY24%20WZH
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY24%2520WZH%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for KY24%20WZH: 2
2026-03-30 06:58:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6183c96d-03e3-5962-b7bb-be6e9d1209cd with identifier: KY24%20WZH
2026-03-30 06:58:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6183c96d-03e3-5962-b7bb-be6e9d1209cd with scrape type 2
2026-03-30 06:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6183c96d-03e3-5962-b7bb-be6e9d1209cd with scrape type 2
2026-03-30 06:58:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6183c96d-03e3-5962-b7bb-be6e9d1209cd, identifier: KY24%20WZH
2026-03-30 06:58:07 [bca.uk] INFO: Found listing with ID: YC68%20OHX
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520OHX%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Scrape type for YC68%20OHX: 2
2026-03-30 06:58:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a053dea8-04be-5c3d-9bf9-4597357b9b18 with identifier: YC68%20OHX
2026-03-30 06:58:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a053dea8-04be-5c3d-9bf9-4597357b9b18 with scrape type 2
2026-03-30 06:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a053dea8-04be-5c3d-9bf9-4597357b9b18 with scrape type 2
2026-03-30 06:58:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a053dea8-04be-5c3d-9bf9-4597357b9b18, identifier: YC68%20OHX
2026-03-30 06:58:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with identifier: LE73%20KNU
2026-03-30 06:58:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with identifier: LE73%20KNU
2026-03-30 06:58:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e with identifier: LE73%20KNU to the API
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LE73%20KNU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '4f24bc1a-06c2-525c-aa87-b3a74fb1cf0e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LE73 KNU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LE73%20KNU&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 68628,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L2 H1 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L2 H1 TREND',
 'vin': 'WF0RXXTA1RPM78025',
 'year': 2024}
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LE73%2520KNU%27 HTTP/1.1" 200 None
2026-03-30 06:58:07 [bca.uk] INFO: Saving data for LE73%20KNU: {'auction_closing_time': 1774864800.0, 'created_time': 1773958188.836494, 'last_price_update_time': 1774853887.919314}
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LE73%2520KNU') HTTP/1.1" 204 0
2026-03-30 06:58:08 [bca.uk] INFO: Found listing with ID: WO24%20NHH
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NHH%27 HTTP/1.1" 200 None
2026-03-30 06:58:08 [bca.uk] INFO: Scrape type for WO24%20NHH: 2
2026-03-30 06:58:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5c95847-69bc-51a8-bd92-580675fd75da with identifier: WO24%20NHH
2026-03-30 06:58:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5c95847-69bc-51a8-bd92-580675fd75da with scrape type 2
2026-03-30 06:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5c95847-69bc-51a8-bd92-580675fd75da with scrape type 2
2026-03-30 06:58:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b5c95847-69bc-51a8-bd92-580675fd75da, identifier: WO24%20NHH
2026-03-30 06:58:08 [bca.uk] INFO: Found listing with ID: BN66%20BKE
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN66%2520BKE%27 HTTP/1.1" 200 None
2026-03-30 06:58:08 [bca.uk] INFO: Scrape type for BN66%20BKE: 2
2026-03-30 06:58:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: addbd981-0040-546f-a9ac-4137ef17acde with identifier: BN66%20BKE
2026-03-30 06:58:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item addbd981-0040-546f-a9ac-4137ef17acde with scrape type 2
2026-03-30 06:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item addbd981-0040-546f-a9ac-4137ef17acde with scrape type 2
2026-03-30 06:58:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: addbd981-0040-546f-a9ac-4137ef17acde, identifier: BN66%20BKE
2026-03-30 06:58:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6183c96d-03e3-5962-b7bb-be6e9d1209cd with identifier: KY24%20WZH
2026-03-30 06:58:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6183c96d-03e3-5962-b7bb-be6e9d1209cd with identifier: KY24%20WZH
2026-03-30 06:58:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6183c96d-03e3-5962-b7bb-be6e9d1209cd with identifier: KY24%20WZH to the API
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KY24%20WZH-GB',
 'category': 'Motorcycle',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '6183c96d-03e3-5962-b7bb-be6e9d1209cd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KY24 WZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KY24%20WZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TRIUMPH',
 'model': 'STREET TRIPLE',
 'odometer': 431,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TRIUMPH STREET TRIPLE 765 RS MOTORBIKE',
 'transmission': 'automatic',
 'trim': '765 RS MOTORBIKE',
 'vin': 'SMTHDA614ARBT4183',
 'year': 2024}
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KY24%2520WZH%27 HTTP/1.1" 200 None
2026-03-30 06:58:08 [bca.uk] INFO: Saving data for KY24%20WZH: {'auction_closing_time': 1775124000.0, 'created_time': 1774305237.389714, 'last_price_update_time': 1774853888.541402}
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KY24%2520WZH') HTTP/1.1" 204 0
2026-03-30 06:58:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a053dea8-04be-5c3d-9bf9-4597357b9b18 with identifier: YC68%20OHX
2026-03-30 06:58:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a053dea8-04be-5c3d-9bf9-4597357b9b18 with identifier: YC68%20OHX
2026-03-30 06:58:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a053dea8-04be-5c3d-9bf9-4597357b9b18 with identifier: YC68%20OHX to the API
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YC68%20OHX-GB',
 'category': 'Car',
 'color': 'mauve',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a053dea8-04be-5c3d-9bf9-4597357b9b18',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YC68 OHX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YC68%20OHX&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'FORD',
 'model': 'FOCUS VIGNALE',
 'odometer': 37744,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS VIGNALE 1.5 EBL 120 Hatchback',
 'transmission': 'manual',
 'trim': 'EBL 120',
 'vin': 'WF0NXXGCHNJB35814',
 'year': 2018}
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YC68%2520OHX%27 HTTP/1.1" 200 None
2026-03-30 06:58:08 [bca.uk] INFO: Saving data for YC68%20OHX: {'auction_closing_time': 1774864800.0, 'created_time': 1774264255.375222, 'last_price_update_time': 1774853888.969155}
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520OHX') HTTP/1.1" 204 0
2026-03-30 06:58:08 [bca.uk] INFO: Found listing with ID: KN73%20WRJ
2026-03-30 06:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520WRJ%27 HTTP/1.1" 200 None
2026-03-30 06:58:09 [bca.uk] INFO: Scrape type for KN73%20WRJ: 2
2026-03-30 06:58:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68b9139c-a332-5f88-8f87-832537da088f with identifier: KN73%20WRJ
2026-03-30 06:58:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68b9139c-a332-5f88-8f87-832537da088f with scrape type 2
2026-03-30 06:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68b9139c-a332-5f88-8f87-832537da088f with scrape type 2
2026-03-30 06:58:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68b9139c-a332-5f88-8f87-832537da088f, identifier: KN73%20WRJ
2026-03-30 06:58:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b5c95847-69bc-51a8-bd92-580675fd75da with identifier: WO24%20NHH
2026-03-30 06:58:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b5c95847-69bc-51a8-bd92-580675fd75da with identifier: WO24%20NHH
2026-03-30 06:58:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b5c95847-69bc-51a8-bd92-580675fd75da with identifier: WO24%20NHH to the API
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WO24%20NHH-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b5c95847-69bc-51a8-bd92-580675fd75da',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WO24 NHH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WO24%20NHH&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 28289,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTA9RPM82923',
 'year': 2024}
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WO24%2520NHH%27 HTTP/1.1" 200 None
2026-03-30 06:58:09 [bca.uk] INFO: Saving data for WO24%20NHH: {'auction_closing_time': 1774864800.0, 'created_time': 1774355520.500509, 'last_price_update_time': 1774853889.391175}
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WO24%2520NHH') HTTP/1.1" 204 0
2026-03-30 06:58:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: addbd981-0040-546f-a9ac-4137ef17acde with identifier: BN66%20BKE
2026-03-30 06:58:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: addbd981-0040-546f-a9ac-4137ef17acde with identifier: BN66%20BKE
2026-03-30 06:58:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: addbd981-0040-546f-a9ac-4137ef17acde with identifier: BN66%20BKE to the API
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BN66%20BKE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'addbd981-0040-546f-a9ac-4137ef17acde',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BN66 BKE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BN66%20BKE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': '118I',
 'odometer': 102589,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'BMW 118I 1.5 M SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'M SPORT',
 'vin': 'WBA1R52070V555144',
 'year': 2016}
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BN66%2520BKE%27 HTTP/1.1" 200 None
2026-03-30 06:58:09 [bca.uk] INFO: Saving data for BN66%20BKE: {'auction_closing_time': 1774951200.0, 'created_time': 1774353730.454731, 'last_price_update_time': 1774853889.764454}
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BN66%2520BKE') HTTP/1.1" 204 0
2026-03-30 06:58:09 [bca.uk] INFO: Found listing with ID: KM21%20LWE
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM21%2520LWE%27 HTTP/1.1" 200 None
2026-03-30 06:58:09 [bca.uk] INFO: Scrape type for KM21%20LWE: 2
2026-03-30 06:58:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46ff3078-25e8-5f9e-944c-caa8e544193f with identifier: KM21%20LWE
2026-03-30 06:58:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46ff3078-25e8-5f9e-944c-caa8e544193f with scrape type 2
2026-03-30 06:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46ff3078-25e8-5f9e-944c-caa8e544193f with scrape type 2
2026-03-30 06:58:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46ff3078-25e8-5f9e-944c-caa8e544193f, identifier: KM21%20LWE
2026-03-30 06:58:09 [bca.uk] INFO: Found listing with ID: FX64%20OGW
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520OGW%27 HTTP/1.1" 200 None
2026-03-30 06:58:09 [bca.uk] INFO: Scrape type for FX64%20OGW: 2
2026-03-30 06:58:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with identifier: FX64%20OGW
2026-03-30 06:58:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with scrape type 2
2026-03-30 06:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with scrape type 2
2026-03-30 06:58:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5, identifier: FX64%20OGW
2026-03-30 06:58:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68b9139c-a332-5f88-8f87-832537da088f with identifier: KN73%20WRJ
2026-03-30 06:58:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68b9139c-a332-5f88-8f87-832537da088f with identifier: KN73%20WRJ
2026-03-30 06:58:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68b9139c-a332-5f88-8f87-832537da088f with identifier: KN73%20WRJ to the API
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN73%20WRJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '68b9139c-a332-5f88-8f87-832537da088f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KN73 WRJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN73%20WRJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'MERCEDES-BENZ',
 'model': 'SPRINTER 315',
 'odometer': 62237,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ SPRINTER 315 2.0 CDI 3.5T RWD L3 H2 PROGRESSIVE '
          'PanelVan',
 'transmission': 'manual',
 'trim': 'CDI 3.5T RWD L3 H2 PROGRESSIVE',
 'vin': 'W1V3HCFZ1PP554929',
 'year': 2023}
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN73%2520WRJ%27 HTTP/1.1" 200 None
2026-03-30 06:58:10 [bca.uk] INFO: Saving data for KN73%20WRJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773846142.961608, 'last_price_update_time': 1774853890.325908}
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN73%2520WRJ') HTTP/1.1" 204 0
2026-03-30 06:58:10 [bca.uk] INFO: Found listing with ID: WN24%20ZRF
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520ZRF%27 HTTP/1.1" 200 None
2026-03-30 06:58:10 [bca.uk] INFO: Scrape type for WN24%20ZRF: 2
2026-03-30 06:58:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec0ec80f-ccfd-5c6b-b1d2-a4c5352ce174 with identifier: WN24%20ZRF
2026-03-30 06:58:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec0ec80f-ccfd-5c6b-b1d2-a4c5352ce174 with scrape type 2
2026-03-30 06:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec0ec80f-ccfd-5c6b-b1d2-a4c5352ce174 with scrape type 2
2026-03-30 06:58:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ec0ec80f-ccfd-5c6b-b1d2-a4c5352ce174, identifier: WN24%20ZRF
2026-03-30 06:58:10 [bca.uk] INFO: Found listing with ID: LP69%20MTU
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520MTU%27 HTTP/1.1" 200 None
2026-03-30 06:58:10 [bca.uk] INFO: Scrape type for LP69%20MTU: 2
2026-03-30 06:58:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b809148d-0f3c-5fd2-bd36-794eec2c50f0 with identifier: LP69%20MTU
2026-03-30 06:58:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b809148d-0f3c-5fd2-bd36-794eec2c50f0 with scrape type 2
2026-03-30 06:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b809148d-0f3c-5fd2-bd36-794eec2c50f0 with scrape type 2
2026-03-30 06:58:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b809148d-0f3c-5fd2-bd36-794eec2c50f0, identifier: LP69%20MTU
2026-03-30 06:58:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46ff3078-25e8-5f9e-944c-caa8e544193f with identifier: KM21%20LWE
2026-03-30 06:58:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46ff3078-25e8-5f9e-944c-caa8e544193f with identifier: KM21%20LWE
2026-03-30 06:58:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46ff3078-25e8-5f9e-944c-caa8e544193f with identifier: KM21%20LWE to the API
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KM21%20LWE-GB',
 'category': 'Motorcycle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '46ff3078-25e8-5f9e-944c-caa8e544193f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KM21 LWE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KM21%20LWE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'GSX',
 'odometer': 9734,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'SUZUKI GSX 1300R HAYABUSA MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1300R HAYABUSA MOTORBIKE',
 'vin': 'JS1EJ11AZN7100221',
 'year': 2021}
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KM21%2520LWE%27 HTTP/1.1" 200 None
2026-03-30 06:58:10 [bca.uk] INFO: Saving data for KM21%20LWE: {'auction_closing_time': 1775124000.0, 'created_time': 1774304197.034449, 'last_price_update_time': 1774853890.870887}
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KM21%2520LWE') HTTP/1.1" 204 0
2026-03-30 06:58:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with identifier: FX64%20OGW
2026-03-30 06:58:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with identifier: FX64%20OGW
2026-03-30 06:58:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5 with identifier: FX64%20OGW to the API
2026-03-30 06:58:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 117,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FX64%20OGW-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b59c3a39-7fbb-5a7d-80f1-e4baf20d10a5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FX64 OGW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FX64%20OGW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 96110,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VOLVO XC60 2.0 D4 181 2WD R DESIGN Estate',
 'transmission': 'manual',
 'trim': 'D4 181 2WD R DESIGN',
 'vin': 'YV1DZ73C1F2690375',
 'year': 2014}
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FX64%2520OGW%27 HTTP/1.1" 200 None
2026-03-30 06:58:11 [bca.uk] INFO: Saving data for FX64%20OGW: {'auction_closing_time': 1774864800.0, 'created_time': 1774264244.75184, 'last_price_update_time': 1774853891.186461}
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FX64%2520OGW') HTTP/1.1" 204 0
2026-03-30 06:58:11 [bca.uk] INFO: Found listing with ID: WN22%20AGU
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520AGU%27 HTTP/1.1" 200 None
2026-03-30 06:58:11 [bca.uk] INFO: Scrape type for WN22%20AGU: 2
2026-03-30 06:58:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46370b89-87e5-555c-a7b6-921fffa3aec2 with identifier: WN22%20AGU
2026-03-30 06:58:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46370b89-87e5-555c-a7b6-921fffa3aec2 with scrape type 2
2026-03-30 06:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46370b89-87e5-555c-a7b6-921fffa3aec2 with scrape type 2
2026-03-30 06:58:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 46370b89-87e5-555c-a7b6-921fffa3aec2, identifier: WN22%20AGU
2026-03-30 06:58:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ec0ec80f-ccfd-5c6b-b1d2-a4c5352ce174 with identifier: WN24%20ZRF
2026-03-30 06:58:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ec0ec80f-ccfd-5c6b-b1d2-a4c5352ce174 with identifier: WN24%20ZRF
2026-03-30 06:58:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ec0ec80f-ccfd-5c6b-b1d2-a4c5352ce174 with identifier: WN24%20ZRF to the API
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN24%20ZRF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ec0ec80f-ccfd-5c6b-b1d2-a4c5352ce174',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN24 ZRF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN24%20ZRF&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 23834,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 300 L1 H1 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 300 L1 H1 LIMITED',
 'vin': 'WF0RXXTA0RRB07509',
 'year': 2024}
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN24%2520ZRF%27 HTTP/1.1" 200 None
2026-03-30 06:58:11 [bca.uk] INFO: Saving data for WN24%20ZRF: {'auction_closing_time': 1774864800.0, 'created_time': 1773825520.936872, 'last_price_update_time': 1774853891.631609}
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN24%2520ZRF') HTTP/1.1" 204 0
2026-03-30 06:58:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b809148d-0f3c-5fd2-bd36-794eec2c50f0 with identifier: LP69%20MTU
2026-03-30 06:58:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b809148d-0f3c-5fd2-bd36-794eec2c50f0 with identifier: LP69%20MTU
2026-03-30 06:58:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b809148d-0f3c-5fd2-bd36-794eec2c50f0 with identifier: LP69%20MTU to the API
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP69%20MTU-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.3L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b809148d-0f3c-5fd2-bd36-794eec2c50f0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LP69 MTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP69%20MTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 69292,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.3 DIG-T 160 ACENTA PREMIUM DCT Hatchback',
 'transmission': 'automatic',
 'trim': 'DIG-T 160 ACENTA PREMIUM DCT',
 'vin': 'SJNFFAJ11U2746993',
 'year': 2019}
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520MTU%27 HTTP/1.1" 200 None
2026-03-30 06:58:11 [bca.uk] INFO: Saving data for LP69%20MTU: {'auction_closing_time': 1775124000.0, 'created_time': 1774353678.611632, 'last_price_update_time': 1774853891.913157}
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP69%2520MTU') HTTP/1.1" 204 0
2026-03-30 06:58:11 [bca.uk] INFO: Found listing with ID: GL25%20UKC
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL25%2520UKC%27 HTTP/1.1" 200 None
2026-03-30 06:58:11 [bca.uk] INFO: Scrape type for GL25%20UKC: 2
2026-03-30 06:58:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df94f6c2-a009-5247-8d84-cf7c810fc827 with identifier: GL25%20UKC
2026-03-30 06:58:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df94f6c2-a009-5247-8d84-cf7c810fc827 with scrape type 2
2026-03-30 06:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df94f6c2-a009-5247-8d84-cf7c810fc827 with scrape type 2
2026-03-30 06:58:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: df94f6c2-a009-5247-8d84-cf7c810fc827, identifier: GL25%20UKC
2026-03-30 06:58:12 [bca.uk] INFO: Found listing with ID: OY66%20AAK
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520AAK%27 HTTP/1.1" 200 None
2026-03-30 06:58:12 [bca.uk] INFO: Scrape type for OY66%20AAK: 2
2026-03-30 06:58:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with identifier: OY66%20AAK
2026-03-30 06:58:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with scrape type 2
2026-03-30 06:58:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with scrape type 2
2026-03-30 06:58:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b8401f0-02db-53b3-ba4c-c2c6a9f79471, identifier: OY66%20AAK
2026-03-30 06:58:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 46370b89-87e5-555c-a7b6-921fffa3aec2 with identifier: WN22%20AGU
2026-03-30 06:58:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 46370b89-87e5-555c-a7b6-921fffa3aec2 with identifier: WN22%20AGU
2026-03-30 06:58:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 46370b89-87e5-555c-a7b6-921fffa3aec2 with identifier: WN22%20AGU to the API
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 247,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20AGU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '46370b89-87e5-555c-a7b6-921fffa3aec2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN22 AGU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20AGU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 98546,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 130 L4 LEADER Dropside',
 'transmission': 'manual',
 'trim': 'EBL 130 L4 LEADER',
 'vin': 'WF0AXXTTRAMP72907',
 'year': 2022}
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN22%2520AGU%27 HTTP/1.1" 200 None
2026-03-30 06:58:12 [bca.uk] INFO: Saving data for WN22%20AGU: {'auction_closing_time': 1774864800.0, 'created_time': 1773846198.679728, 'last_price_update_time': 1774853892.504357}
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520AGU') HTTP/1.1" 204 0
2026-03-30 06:58:12 [bca.uk] INFO: Found listing with ID: DA24%20XFE
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA24%2520XFE%27 HTTP/1.1" 200 None
2026-03-30 06:58:12 [bca.uk] INFO: Scrape type for DA24%20XFE: 2
2026-03-30 06:58:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6b7b4df-982c-5dce-afa1-4f2d96d00080 with identifier: DA24%20XFE
2026-03-30 06:58:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b7b4df-982c-5dce-afa1-4f2d96d00080 with scrape type 2
2026-03-30 06:58:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6b7b4df-982c-5dce-afa1-4f2d96d00080 with scrape type 2
2026-03-30 06:58:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6b7b4df-982c-5dce-afa1-4f2d96d00080, identifier: DA24%20XFE
2026-03-30 06:58:12 [bca.uk] INFO: Found listing with ID: LM73%20VLU
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM73%2520VLU%27 HTTP/1.1" 200 None
2026-03-30 06:58:12 [bca.uk] INFO: Scrape type for LM73%20VLU: 2
2026-03-30 06:58:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3866d1e1-c522-5bb2-b134-2585927f8bd7 with identifier: LM73%20VLU
2026-03-30 06:58:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3866d1e1-c522-5bb2-b134-2585927f8bd7 with scrape type 2
2026-03-30 06:58:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3866d1e1-c522-5bb2-b134-2585927f8bd7 with scrape type 2
2026-03-30 06:58:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3866d1e1-c522-5bb2-b134-2585927f8bd7, identifier: LM73%20VLU
2026-03-30 06:58:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: df94f6c2-a009-5247-8d84-cf7c810fc827 with identifier: GL25%20UKC
2026-03-30 06:58:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: df94f6c2-a009-5247-8d84-cf7c810fc827 with identifier: GL25%20UKC
2026-03-30 06:58:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: df94f6c2-a009-5247-8d84-cf7c810fc827 with identifier: GL25%20UKC to the API
2026-03-30 06:58:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 10,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GL25%20UKC-GB',
 'category': 'Motorcycle',
 'color': 'turquoise',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'df94f6c2-a009-5247-8d84-cf7c810fc827',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GL25 UKC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GL25%20UKC&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'ROYAL ENFIELD',
 'model': 'CLASSIC',
 'odometer': 581,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'ROYAL ENFIELD CLASSIC 650 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '650 MOTORBIKE',
 'vin': 'ME3CNECT6SK000777',
 'year': 2025}
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GL25%2520UKC%27 HTTP/1.1" 200 None
2026-03-30 06:58:13 [bca.uk] INFO: Saving data for GL25%20UKC: {'auction_closing_time': 1775124000.0, 'created_time': 1774305200.334197, 'last_price_update_time': 1774853893.067905}
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GL25%2520UKC') HTTP/1.1" 204 0
2026-03-30 06:58:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with identifier: OY66%20AAK
2026-03-30 06:58:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with identifier: OY66%20AAK
2026-03-30 06:58:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b8401f0-02db-53b3-ba4c-c2c6a9f79471 with identifier: OY66%20AAK to the API
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY66%20AAK-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8b8401f0-02db-53b3-ba4c-c2c6a9f79471',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY66 AAK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY66%20AAK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 74751,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'AUDI A4 3.0 TDI 218 S LINE S-T Saloon',
 'transmission': 'automatic',
 'trim': 'TDI 218 S LINE S-T',
 'vin': 'WAUZZZF45HA044705',
 'year': 2016}
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY66%2520AAK%27 HTTP/1.1" 200 None
2026-03-30 06:58:13 [bca.uk] INFO: Saving data for OY66%20AAK: {'auction_closing_time': 1774864800.0, 'created_time': 1774264227.680836, 'last_price_update_time': 1774853893.489776}
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY66%2520AAK') HTTP/1.1" 204 0
2026-03-30 06:58:13 [bca.uk] INFO: Found listing with ID: LJ24%20DOY
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ24%2520DOY%27 HTTP/1.1" 200 None
2026-03-30 06:58:13 [bca.uk] INFO: Scrape type for LJ24%20DOY: 2
2026-03-30 06:58:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35519b71-a432-5fa6-ab90-79ad6a5abf21 with identifier: LJ24%20DOY
2026-03-30 06:58:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35519b71-a432-5fa6-ab90-79ad6a5abf21 with scrape type 2
2026-03-30 06:58:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35519b71-a432-5fa6-ab90-79ad6a5abf21 with scrape type 2
2026-03-30 06:58:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 35519b71-a432-5fa6-ab90-79ad6a5abf21, identifier: LJ24%20DOY
2026-03-30 06:58:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6b7b4df-982c-5dce-afa1-4f2d96d00080 with identifier: DA24%20XFE
2026-03-30 06:58:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6b7b4df-982c-5dce-afa1-4f2d96d00080 with identifier: DA24%20XFE
2026-03-30 06:58:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6b7b4df-982c-5dce-afa1-4f2d96d00080 with identifier: DA24%20XFE to the API
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 125,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA24%20XFE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e6b7b4df-982c-5dce-afa1-4f2d96d00080',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA24 XFE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA24%20XFE&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TAIGO',
 'odometer': 22330,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TAIGO 1.0 TSI 95 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 MATCH',
 'vin': 'WVGZZZCS0RY069327',
 'year': 2024}
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA24%2520XFE%27 HTTP/1.1" 200 None
2026-03-30 06:58:13 [bca.uk] INFO: Saving data for DA24%20XFE: {'auction_closing_time': 1775037600.0, 'created_time': 1774355513.080513, 'last_price_update_time': 1774853893.90355}
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA24%2520XFE') HTTP/1.1" 204 0
2026-03-30 06:58:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3866d1e1-c522-5bb2-b134-2585927f8bd7 with identifier: LM73%20VLU
2026-03-30 06:58:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3866d1e1-c522-5bb2-b134-2585927f8bd7 with identifier: LM73%20VLU
2026-03-30 06:58:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3866d1e1-c522-5bb2-b134-2585927f8bd7 with identifier: LM73%20VLU to the API
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM73%20VLU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3866d1e1-c522-5bb2-b134-2585927f8bd7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM73 VLU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM73%20VLU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6797,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 DESIGN Hatchback',
 'transmission': 'manual',
 'trim': 'DESIGN',
 'vin': 'VXKUPHMHDP4231640',
 'year': 2023}
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM73%2520VLU%27 HTTP/1.1" 200 None
2026-03-30 06:58:14 [bca.uk] INFO: Saving data for LM73%20VLU: {'auction_closing_time': 1775037600.0, 'created_time': 1774353870.449599, 'last_price_update_time': 1774853894.211082}
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM73%2520VLU') HTTP/1.1" 204 0
2026-03-30 06:58:14 [bca.uk] INFO: Found listing with ID: GD73%20PTY
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD73%2520PTY%27 HTTP/1.1" 200 None
2026-03-30 06:58:14 [bca.uk] INFO: Scrape type for GD73%20PTY: 2
2026-03-30 06:58:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with identifier: GD73%20PTY
2026-03-30 06:58:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with scrape type 2
2026-03-30 06:58:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with scrape type 2
2026-03-30 06:58:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d3299cdb-c33d-5b14-ac1c-c22faf5fef8d, identifier: GD73%20PTY
2026-03-30 06:58:14 [bca.uk] INFO: Found listing with ID: DF15%20NGO
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF15%2520NGO%27 HTTP/1.1" 200 None
2026-03-30 06:58:14 [bca.uk] INFO: Scrape type for DF15%20NGO: 2
2026-03-30 06:58:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93099946-d0e8-5593-863f-e26c684e337c with identifier: DF15%20NGO
2026-03-30 06:58:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93099946-d0e8-5593-863f-e26c684e337c with scrape type 2
2026-03-30 06:58:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93099946-d0e8-5593-863f-e26c684e337c with scrape type 2
2026-03-30 06:58:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93099946-d0e8-5593-863f-e26c684e337c, identifier: DF15%20NGO
2026-03-30 06:58:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 35519b71-a432-5fa6-ab90-79ad6a5abf21 with identifier: LJ24%20DOY
2026-03-30 06:58:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 35519b71-a432-5fa6-ab90-79ad6a5abf21 with identifier: LJ24%20DOY
2026-03-30 06:58:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 35519b71-a432-5fa6-ab90-79ad6a5abf21 with identifier: LJ24%20DOY to the API
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 187,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LJ24%20DOY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '35519b71-a432-5fa6-ab90-79ad6a5abf21',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LJ24 DOY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LJ24%20DOY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 15600,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 110 300 L2 H1 TREND PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 110 300 L2 H1 TREND',
 'vin': 'WF0RXXTA3RPP91139',
 'year': 2024}
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LJ24%2520DOY%27 HTTP/1.1" 200 None
2026-03-30 06:58:14 [bca.uk] INFO: Saving data for LJ24%20DOY: {'auction_closing_time': 1774864800.0, 'created_time': 1773846168.393414, 'last_price_update_time': 1774853894.783476}
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ24%2520DOY') HTTP/1.1" 204 0
2026-03-30 06:58:14 [bca.uk] INFO: Found listing with ID: YN25%20NBO
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN25%2520NBO%27 HTTP/1.1" 200 None
2026-03-30 06:58:14 [bca.uk] INFO: Scrape type for YN25%20NBO: 2
2026-03-30 06:58:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d057005-b229-5d93-92d0-fb78e42dafe6 with identifier: YN25%20NBO
2026-03-30 06:58:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d057005-b229-5d93-92d0-fb78e42dafe6 with scrape type 2
2026-03-30 06:58:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d057005-b229-5d93-92d0-fb78e42dafe6 with scrape type 2
2026-03-30 06:58:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8d057005-b229-5d93-92d0-fb78e42dafe6, identifier: YN25%20NBO
2026-03-30 06:58:14 [bca.uk] INFO: Found listing with ID: LL74%20DYB
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DYB%27 HTTP/1.1" 200 None
2026-03-30 06:58:14 [bca.uk] INFO: Scrape type for LL74%20DYB: 2
2026-03-30 06:58:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78544b24-1d87-5793-941b-e4d8715a3a05 with identifier: LL74%20DYB
2026-03-30 06:58:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78544b24-1d87-5793-941b-e4d8715a3a05 with scrape type 2
2026-03-30 06:58:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78544b24-1d87-5793-941b-e4d8715a3a05 with scrape type 2
2026-03-30 06:58:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 78544b24-1d87-5793-941b-e4d8715a3a05, identifier: LL74%20DYB
2026-03-30 06:58:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with identifier: GD73%20PTY
2026-03-30 06:58:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with identifier: GD73%20PTY
2026-03-30 06:58:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d3299cdb-c33d-5b14-ac1c-c22faf5fef8d with identifier: GD73%20PTY to the API
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD73%20PTY-GB',
 'category': 'Motorcycle',
 'color': 'green',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'd3299cdb-c33d-5b14-ac1c-c22faf5fef8d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD73 PTY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD73%20PTY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'SUZUKI',
 'model': 'V-STROM',
 'odometer': 3683,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'SUZUKI V-STROM DL800 RE MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'DL800 RE MOTORBIKE',
 'vin': 'JS1EM14AZR7101007',
 'year': 2024}
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD73%2520PTY%27 HTTP/1.1" 200 None
2026-03-30 06:58:15 [bca.uk] INFO: Saving data for GD73%20PTY: {'auction_closing_time': 1775124000.0, 'created_time': 1774305187.818626, 'last_price_update_time': 1774853895.31403}
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD73%2520PTY') HTTP/1.1" 204 0
2026-03-30 06:58:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93099946-d0e8-5593-863f-e26c684e337c with identifier: DF15%20NGO
2026-03-30 06:58:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93099946-d0e8-5593-863f-e26c684e337c with identifier: DF15%20NGO
2026-03-30 06:58:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93099946-d0e8-5593-863f-e26c684e337c with identifier: DF15%20NGO to the API
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DF15%20NGO-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '93099946-d0e8-5593-863f-e26c684e337c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DF15 NGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DF15%20NGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Newcastle-u-Tyne',
 'make': 'AUDI',
 'model': 'A3 CABRIOLET',
 'odometer': 71963,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A3 CABRIOLET 2.0 TDI 150 S LINE Convertible',
 'transmission': 'manual',
 'trim': 'TDI 150 S LINE',
 'vin': 'WAUZZZ8V4F1114813',
 'year': 2015}
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DF15%2520NGO%27 HTTP/1.1" 200 None
2026-03-30 06:58:15 [bca.uk] INFO: Saving data for DF15%20NGO: {'auction_closing_time': 1774864800.0, 'created_time': 1774264212.240943, 'last_price_update_time': 1774853895.633974}
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DF15%2520NGO') HTTP/1.1" 204 0
2026-03-30 06:58:15 [bca.uk] INFO: Found listing with ID: VO72%20WFB
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520WFB%27 HTTP/1.1" 200 None
2026-03-30 06:58:15 [bca.uk] INFO: Scrape type for VO72%20WFB: 2
2026-03-30 06:58:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8dccb5c-20a1-53be-a93d-1c842b0207a3 with identifier: VO72%20WFB
2026-03-30 06:58:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8dccb5c-20a1-53be-a93d-1c842b0207a3 with scrape type 2
2026-03-30 06:58:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8dccb5c-20a1-53be-a93d-1c842b0207a3 with scrape type 2
2026-03-30 06:58:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c8dccb5c-20a1-53be-a93d-1c842b0207a3, identifier: VO72%20WFB
2026-03-30 06:58:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8d057005-b229-5d93-92d0-fb78e42dafe6 with identifier: YN25%20NBO
2026-03-30 06:58:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8d057005-b229-5d93-92d0-fb78e42dafe6 with identifier: YN25%20NBO
2026-03-30 06:58:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8d057005-b229-5d93-92d0-fb78e42dafe6 with identifier: YN25%20NBO to the API
2026-03-30 06:58:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 196,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YN25%20NBO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey matter',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8d057005-b229-5d93-92d0-fb78e42dafe6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YN25 NBO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YN25%20NBO&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 18076,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L1 H1 TRAIL PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L1 H1 TRAIL',
 'vin': 'WF0RXXTA6RRG73366',
 'year': 2025}
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YN25%2520NBO%27 HTTP/1.1" 200 None
2026-03-30 06:58:16 [bca.uk] INFO: Saving data for YN25%20NBO: {'auction_closing_time': 1774864800.0, 'created_time': 1773825512.672681, 'last_price_update_time': 1774853896.100841}
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YN25%2520NBO') HTTP/1.1" 204 0
2026-03-30 06:58:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 78544b24-1d87-5793-941b-e4d8715a3a05 with identifier: LL74%20DYB
2026-03-30 06:58:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 78544b24-1d87-5793-941b-e4d8715a3a05 with identifier: LL74%20DYB
2026-03-30 06:58:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 78544b24-1d87-5793-941b-e4d8715a3a05 with identifier: LL74%20DYB to the API
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DYB-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '78544b24-1d87-5793-941b-e4d8715a3a05',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DYB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DYB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10403,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE6R4300421',
 'year': 2024}
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DYB%27 HTTP/1.1" 200 None
2026-03-30 06:58:16 [bca.uk] INFO: Saving data for LL74%20DYB: {'auction_closing_time': 1775037600.0, 'created_time': 1774353855.130894, 'last_price_update_time': 1774853896.402501}
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DYB') HTTP/1.1" 204 0
2026-03-30 06:58:16 [bca.uk] INFO: Found listing with ID: EX22%20BJV
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520BJV%27 HTTP/1.1" 200 None
2026-03-30 06:58:16 [bca.uk] INFO: Scrape type for EX22%20BJV: 2
2026-03-30 06:58:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9965be85-616f-53e0-9c5f-a4f8502fe93a with identifier: EX22%20BJV
2026-03-30 06:58:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9965be85-616f-53e0-9c5f-a4f8502fe93a with scrape type 2
2026-03-30 06:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9965be85-616f-53e0-9c5f-a4f8502fe93a with scrape type 2
2026-03-30 06:58:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9965be85-616f-53e0-9c5f-a4f8502fe93a, identifier: EX22%20BJV
2026-03-30 06:58:16 [bca.uk] INFO: Found listing with ID: VO69%20WZA
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520WZA%27 HTTP/1.1" 200 None
2026-03-30 06:58:16 [bca.uk] INFO: Scrape type for VO69%20WZA: 2
2026-03-30 06:58:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with identifier: VO69%20WZA
2026-03-30 06:58:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with scrape type 2
2026-03-30 06:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with scrape type 2
2026-03-30 06:58:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c7e6ad3-2205-52b3-b283-c2493104c8f8, identifier: VO69%20WZA
2026-03-30 06:58:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c8dccb5c-20a1-53be-a93d-1c842b0207a3 with identifier: VO72%20WFB
2026-03-30 06:58:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c8dccb5c-20a1-53be-a93d-1c842b0207a3 with identifier: VO72%20WFB
2026-03-30 06:58:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c8dccb5c-20a1-53be-a93d-1c842b0207a3 with identifier: VO72%20WFB to the API
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 171,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO72%20WFB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c8dccb5c-20a1-53be-a93d-1c842b0207a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO72 WFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO72%20WFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 38468,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 DYNAMIC L1 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 DYNAMIC L1 H1',
 'vin': 'VXEVBYHRMN7074511',
 'year': 2023}
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO72%2520WFB%27 HTTP/1.1" 200 None
2026-03-30 06:58:16 [bca.uk] INFO: Saving data for VO72%20WFB: {'auction_closing_time': 1774864800.0, 'created_time': 1773842357.008688, 'last_price_update_time': 1774853896.944605}
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO72%2520WFB') HTTP/1.1" 204 0
2026-03-30 06:58:16 [bca.uk] INFO: Found listing with ID: WR73%20NUC
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NUC%27 HTTP/1.1" 200 None
2026-03-30 06:58:16 [bca.uk] INFO: Scrape type for WR73%20NUC: 2
2026-03-30 06:58:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76583159-2cec-5286-8b41-0e4de1855c5f with identifier: WR73%20NUC
2026-03-30 06:58:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76583159-2cec-5286-8b41-0e4de1855c5f with scrape type 2
2026-03-30 06:58:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76583159-2cec-5286-8b41-0e4de1855c5f with scrape type 2
2026-03-30 06:58:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 76583159-2cec-5286-8b41-0e4de1855c5f, identifier: WR73%20NUC
2026-03-30 06:58:17 [bca.uk] INFO: Found listing with ID: KF73%20BXX
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BXX%27 HTTP/1.1" 200 None
2026-03-30 06:58:17 [bca.uk] INFO: Scrape type for KF73%20BXX: 2
2026-03-30 06:58:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a57183-e26a-57e4-9af2-29ae8e013eab with identifier: KF73%20BXX
2026-03-30 06:58:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a57183-e26a-57e4-9af2-29ae8e013eab with scrape type 2
2026-03-30 06:58:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a57183-e26a-57e4-9af2-29ae8e013eab with scrape type 2
2026-03-30 06:58:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d4a57183-e26a-57e4-9af2-29ae8e013eab, identifier: KF73%20BXX
2026-03-30 06:58:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9965be85-616f-53e0-9c5f-a4f8502fe93a with identifier: EX22%20BJV
2026-03-30 06:58:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9965be85-616f-53e0-9c5f-a4f8502fe93a with identifier: EX22%20BJV
2026-03-30 06:58:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9965be85-616f-53e0-9c5f-a4f8502fe93a with identifier: EX22%20BJV to the API
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EX22%20BJV-GB',
 'category': 'Motorcycle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '9965be85-616f-53e0-9c5f-a4f8502fe93a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EX22 BJV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EX22%20BJV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TRIUMPH',
 'model': 'SPEED TRIPLE',
 'odometer': 8472,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TRIUMPH SPEED TRIPLE 1200 RR MOTORBIKE',
 'transmission': 'automatic',
 'trim': '1200 RR MOTORBIKE',
 'vin': 'SMTS3P02SCNBA1489',
 'year': 2022}
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EX22%2520BJV%27 HTTP/1.1" 200 None
2026-03-30 06:58:17 [bca.uk] INFO: Saving data for EX22%20BJV: {'auction_closing_time': 1775124000.0, 'created_time': 1774305225.13376, 'last_price_update_time': 1774853897.48406}
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EX22%2520BJV') HTTP/1.1" 204 0
2026-03-30 06:58:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with identifier: VO69%20WZA
2026-03-30 06:58:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with identifier: VO69%20WZA
2026-03-30 06:58:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c7e6ad3-2205-52b3-b283-c2493104c8f8 with identifier: VO69%20WZA to the API
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO69%20WZA-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0c7e6ad3-2205-52b3-b283-c2493104c8f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO69 WZA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO69%20WZA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'HYUNDAI',
 'model': 'KONA ELECTRIC',
 'odometer': 119425,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA ELECTRIC 150KW 64KWH PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 64KWH PREMIUM',
 'vin': 'KMHK381GUKU046553',
 'year': 2019}
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO69%2520WZA%27 HTTP/1.1" 200 None
2026-03-30 06:58:17 [bca.uk] INFO: Saving data for VO69%20WZA: {'auction_closing_time': 1774864800.0, 'created_time': 1774264223.674426, 'last_price_update_time': 1774853897.783624}
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO69%2520WZA') HTTP/1.1" 204 0
2026-03-30 06:58:17 [bca.uk] INFO: Found listing with ID: RA72%20HSC
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA72%2520HSC%27 HTTP/1.1" 200 None
2026-03-30 06:58:17 [bca.uk] INFO: Scrape type for RA72%20HSC: 2
2026-03-30 06:58:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c08e1a95-1462-5e92-a8e7-0d37ce635af1 with identifier: RA72%20HSC
2026-03-30 06:58:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c08e1a95-1462-5e92-a8e7-0d37ce635af1 with scrape type 2
2026-03-30 06:58:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c08e1a95-1462-5e92-a8e7-0d37ce635af1 with scrape type 2
2026-03-30 06:58:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c08e1a95-1462-5e92-a8e7-0d37ce635af1, identifier: RA72%20HSC
2026-03-30 06:58:17 [scrapy.extensions.logstats] INFO: Crawled 134 pages (at 1 pages/min), scraped 6851 items (at 130 items/min)
2026-03-30 06:58:17 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:58:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 76583159-2cec-5286-8b41-0e4de1855c5f with identifier: WR73%20NUC
2026-03-30 06:58:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 76583159-2cec-5286-8b41-0e4de1855c5f with identifier: WR73%20NUC
2026-03-30 06:58:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 76583159-2cec-5286-8b41-0e4de1855c5f with identifier: WR73%20NUC to the API
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR73%20NUC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '76583159-2cec-5286-8b41-0e4de1855c5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR73 NUC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR73%20NUC&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 13031,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMPL69837',
 'year': 2023}
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR73%2520NUC%27 HTTP/1.1" 200 None
2026-03-30 06:58:18 [bca.uk] INFO: Saving data for WR73%20NUC: {'auction_closing_time': 1774864800.0, 'created_time': 1774355461.712129, 'last_price_update_time': 1774853898.201177}
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR73%2520NUC') HTTP/1.1" 204 0
2026-03-30 06:58:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d4a57183-e26a-57e4-9af2-29ae8e013eab with identifier: KF73%20BXX
2026-03-30 06:58:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d4a57183-e26a-57e4-9af2-29ae8e013eab with identifier: KF73%20BXX
2026-03-30 06:58:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d4a57183-e26a-57e4-9af2-29ae8e013eab with identifier: KF73%20BXX to the API
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20BXX-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd4a57183-e26a-57e4-9af2-29ae8e013eab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 BXX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20BXX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5638,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4295098',
 'year': 2024}
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520BXX%27 HTTP/1.1" 200 None
2026-03-30 06:58:18 [bca.uk] INFO: Saving data for KF73%20BXX: {'auction_closing_time': 1775037600.0, 'created_time': 1774353827.429624, 'last_price_update_time': 1774853898.577426}
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520BXX') HTTP/1.1" 204 0
2026-03-30 06:58:18 [bca.uk] INFO: Found listing with ID: OW23%20FCE
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW23%2520FCE%27 HTTP/1.1" 200 None
2026-03-30 06:58:18 [bca.uk] INFO: Scrape type for OW23%20FCE: 2
2026-03-30 06:58:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 728fca54-b270-5873-a4f3-7df9ac497637 with identifier: OW23%20FCE
2026-03-30 06:58:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 728fca54-b270-5873-a4f3-7df9ac497637 with scrape type 2
2026-03-30 06:58:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 728fca54-b270-5873-a4f3-7df9ac497637 with scrape type 2
2026-03-30 06:58:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 728fca54-b270-5873-a4f3-7df9ac497637, identifier: OW23%20FCE
2026-03-30 06:58:18 [bca.uk] INFO: Found listing with ID: BD18%20KHZ
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520KHZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:18 [bca.uk] INFO: Scrape type for BD18%20KHZ: 2
2026-03-30 06:58:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with identifier: BD18%20KHZ
2026-03-30 06:58:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with scrape type 2
2026-03-30 06:58:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with scrape type 2
2026-03-30 06:58:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7c78cea4-b1cd-584a-865b-a27aaeb47ac1, identifier: BD18%20KHZ
2026-03-30 06:58:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c08e1a95-1462-5e92-a8e7-0d37ce635af1 with identifier: RA72%20HSC
2026-03-30 06:58:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c08e1a95-1462-5e92-a8e7-0d37ce635af1 with identifier: RA72%20HSC
2026-03-30 06:58:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c08e1a95-1462-5e92-a8e7-0d37ce635af1 with identifier: RA72%20HSC to the API
2026-03-30 06:58:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 175,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RA72%20HSC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c08e1a95-1462-5e92-a8e7-0d37ce635af1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'RA72 HSC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RA72%20HSC&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'PEUGEOT',
 'model': 'EXPERT 1000',
 'odometer': 49632,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT EXPERT 1000 1.5 B/HDI 100 STD.PROF.PREMIUM+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 100 STD.PROF.PREMIUM+',
 'vin': 'VF3VBYHRMP7803470',
 'year': 2023}
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RA72%2520HSC%27 HTTP/1.1" 200 None
2026-03-30 06:58:19 [bca.uk] INFO: Saving data for RA72%20HSC: {'auction_closing_time': 1774864800.0, 'created_time': 1773846207.802793, 'last_price_update_time': 1774853899.098909}
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RA72%2520HSC') HTTP/1.1" 204 0
2026-03-30 06:58:19 [bca.uk] INFO: Found listing with ID: BV75%20ONR
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV75%2520ONR%27 HTTP/1.1" 200 None
2026-03-30 06:58:19 [bca.uk] INFO: Scrape type for BV75%20ONR: 2
2026-03-30 06:58:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with identifier: BV75%20ONR
2026-03-30 06:58:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with scrape type 2
2026-03-30 06:58:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with scrape type 2
2026-03-30 06:58:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e9bbd196-dafa-5b2c-9fc5-d0695a4cd845, identifier: BV75%20ONR
2026-03-30 06:58:19 [bca.uk] INFO: Found listing with ID: LL74%20EYG
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520EYG%27 HTTP/1.1" 200 None
2026-03-30 06:58:19 [bca.uk] INFO: Scrape type for LL74%20EYG: 2
2026-03-30 06:58:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea21ca2a-651d-5d36-9bdb-068280a2a587 with identifier: LL74%20EYG
2026-03-30 06:58:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea21ca2a-651d-5d36-9bdb-068280a2a587 with scrape type 2
2026-03-30 06:58:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea21ca2a-651d-5d36-9bdb-068280a2a587 with scrape type 2
2026-03-30 06:58:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ea21ca2a-651d-5d36-9bdb-068280a2a587, identifier: LL74%20EYG
2026-03-30 06:58:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 728fca54-b270-5873-a4f3-7df9ac497637 with identifier: OW23%20FCE
2026-03-30 06:58:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 728fca54-b270-5873-a4f3-7df9ac497637 with identifier: OW23%20FCE
2026-03-30 06:58:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 728fca54-b270-5873-a4f3-7df9ac497637 with identifier: OW23%20FCE to the API
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW23%20FCE-GB',
 'category': 'Motorcycle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': '728fca54-b270-5873-a4f3-7df9ac497637',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW23 FCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW23%20FCE&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TRIUMPH',
 'model': 'TRIDENT',
 'odometer': 12021,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TRIDENT 660 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '660 MOTORBIKE',
 'vin': 'SMTLGL10U3PBF3830',
 'year': 2023}
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW23%2520FCE%27 HTTP/1.1" 200 None
2026-03-30 06:58:19 [bca.uk] INFO: Saving data for OW23%20FCE: {'auction_closing_time': 1775124000.0, 'created_time': 1774304452.916157, 'last_price_update_time': 1774853899.71322}
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW23%2520FCE') HTTP/1.1" 204 0
2026-03-30 06:58:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with identifier: BD18%20KHZ
2026-03-30 06:58:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with identifier: BD18%20KHZ
2026-03-30 06:58:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7c78cea4-b1cd-584a-865b-a27aaeb47ac1 with identifier: BD18%20KHZ to the API
2026-03-30 06:58:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD18%20KHZ-GB',
 'category': 'Car',
 'color': 'gold',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7c78cea4-b1cd-584a-865b-a27aaeb47ac1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD18 KHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD18%20KHZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SEAT',
 'model': 'IBIZA',
 'odometer': 52679,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SEAT IBIZA 1.0 TSI 95 XCELLENCE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 XCELLENCE',
 'vin': 'VSSZZZKJZJR146731',
 'year': 2018}
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD18%2520KHZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:20 [bca.uk] INFO: Saving data for BD18%20KHZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774264223.205533, 'last_price_update_time': 1774853900.01201}
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD18%2520KHZ') HTTP/1.1" 204 0
2026-03-30 06:58:20 [bca.uk] INFO: Found listing with ID: FP73%20ECT
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520ECT%27 HTTP/1.1" 200 None
2026-03-30 06:58:20 [bca.uk] INFO: Scrape type for FP73%20ECT: 2
2026-03-30 06:58:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7de8aa7-9245-5617-a9ea-415943f009cf with identifier: FP73%20ECT
2026-03-30 06:58:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7de8aa7-9245-5617-a9ea-415943f009cf with scrape type 2
2026-03-30 06:58:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7de8aa7-9245-5617-a9ea-415943f009cf with scrape type 2
2026-03-30 06:58:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7de8aa7-9245-5617-a9ea-415943f009cf, identifier: FP73%20ECT
2026-03-30 06:58:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with identifier: BV75%20ONR
2026-03-30 06:58:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with identifier: BV75%20ONR
2026-03-30 06:58:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e9bbd196-dafa-5b2c-9fc5-d0695a4cd845 with identifier: BV75%20ONR to the API
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 136,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV75%20ONR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e9bbd196-dafa-5b2c-9fc5-d0695a4cd845',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV75 ONR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV75%20ONR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'T-ROC',
 'odometer': 13247,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN T-ROC 1.5 TSI 150 R LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 150 R LINE',
 'vin': 'WVGZZZA13SV117968',
 'year': 2025}
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV75%2520ONR%27 HTTP/1.1" 200 None
2026-03-30 06:58:20 [bca.uk] INFO: Saving data for BV75%20ONR: {'auction_closing_time': 1775037600.0, 'created_time': 1774355249.172942, 'last_price_update_time': 1774853900.438431}
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV75%2520ONR') HTTP/1.1" 204 0
2026-03-30 06:58:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ea21ca2a-651d-5d36-9bdb-068280a2a587 with identifier: LL74%20EYG
2026-03-30 06:58:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ea21ca2a-651d-5d36-9bdb-068280a2a587 with identifier: LL74%20EYG
2026-03-30 06:58:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ea21ca2a-651d-5d36-9bdb-068280a2a587 with identifier: LL74%20EYG to the API
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20EYG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ea21ca2a-651d-5d36-9bdb-068280a2a587',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 EYG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20EYG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'ASTRA ST',
 'odometer': 8402,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA ST 1.2 T 130 GS Estate',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKFRHNS4R1033225',
 'year': 2024}
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58: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%2520EYG%27 HTTP/1.1" 200 None
2026-03-30 06:58:20 [bca.uk] INFO: Saving data for LL74%20EYG: {'auction_closing_time': 1775037600.0, 'created_time': 1774353829.540761, 'last_price_update_time': 1774853900.754288}
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520EYG') HTTP/1.1" 204 0
2026-03-30 06:58:20 [bca.uk] INFO: Found listing with ID: OY72%20WFH
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY72%2520WFH%27 HTTP/1.1" 200 None
2026-03-30 06:58:20 [bca.uk] INFO: Scrape type for OY72%20WFH: 2
2026-03-30 06:58:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4b7f79f-541f-5d5d-9b0c-309d59219f4c with identifier: OY72%20WFH
2026-03-30 06:58:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4b7f79f-541f-5d5d-9b0c-309d59219f4c with scrape type 2
2026-03-30 06:58:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4b7f79f-541f-5d5d-9b0c-309d59219f4c with scrape type 2
2026-03-30 06:58:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c4b7f79f-541f-5d5d-9b0c-309d59219f4c, identifier: OY72%20WFH
2026-03-30 06:58:20 [bca.uk] INFO: Found listing with ID: YK12%20WJE
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520WJE%27 HTTP/1.1" 200 None
2026-03-30 06:58:20 [bca.uk] INFO: Scrape type for YK12%20WJE: 2
2026-03-30 06:58:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6975b412-7dd4-57c7-bbaa-7209d65164d2 with identifier: YK12%20WJE
2026-03-30 06:58:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6975b412-7dd4-57c7-bbaa-7209d65164d2 with scrape type 2
2026-03-30 06:58:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6975b412-7dd4-57c7-bbaa-7209d65164d2 with scrape type 2
2026-03-30 06:58:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6975b412-7dd4-57c7-bbaa-7209d65164d2, identifier: YK12%20WJE
2026-03-30 06:58:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7de8aa7-9245-5617-a9ea-415943f009cf with identifier: FP73%20ECT
2026-03-30 06:58:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7de8aa7-9245-5617-a9ea-415943f009cf with identifier: FP73%20ECT
2026-03-30 06:58:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7de8aa7-9245-5617-a9ea-415943f009cf with identifier: FP73%20ECT to the API
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FP73%20ECT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f7de8aa7-9245-5617-a9ea-415943f009cf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FP73 ECT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FP73%20ECT&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'TOYOTA',
 'model': 'HILUX',
 'odometer': 12337,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA HILUX 2.4 D ICON 4WD CrewCab Pick-up',
 'transmission': 'manual',
 'trim': 'D ICON 4WD',
 'vin': 'AHTBB3CD301784688',
 'year': 2023}
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FP73%2520ECT%27 HTTP/1.1" 200 None
2026-03-30 06:58:21 [bca.uk] INFO: Saving data for FP73%20ECT: {'auction_closing_time': 1774864800.0, 'created_time': 1773846214.639355, 'last_price_update_time': 1774853901.450881}
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FP73%2520ECT') HTTP/1.1" 204 0
2026-03-30 06:58:21 [bca.uk] INFO: Found listing with ID: FG72%20LUZ
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520LUZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:21 [bca.uk] INFO: Scrape type for FG72%20LUZ: 2
2026-03-30 06:58:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68d7f5e6-f34b-58cc-ad6b-3bb090433d0d with identifier: FG72%20LUZ
2026-03-30 06:58:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68d7f5e6-f34b-58cc-ad6b-3bb090433d0d with scrape type 2
2026-03-30 06:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68d7f5e6-f34b-58cc-ad6b-3bb090433d0d with scrape type 2
2026-03-30 06:58:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68d7f5e6-f34b-58cc-ad6b-3bb090433d0d, identifier: FG72%20LUZ
2026-03-30 06:58:21 [bca.uk] INFO: Found listing with ID: LN24%20TYH
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LN24%2520TYH%27 HTTP/1.1" 200 None
2026-03-30 06:58:21 [bca.uk] INFO: Scrape type for LN24%20TYH: 2
2026-03-30 06:58:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b949340-1f5b-524d-8cdc-516c520ac6f3 with identifier: LN24%20TYH
2026-03-30 06:58:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b949340-1f5b-524d-8cdc-516c520ac6f3 with scrape type 2
2026-03-30 06:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b949340-1f5b-524d-8cdc-516c520ac6f3 with scrape type 2
2026-03-30 06:58:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8b949340-1f5b-524d-8cdc-516c520ac6f3, identifier: LN24%20TYH
2026-03-30 06:58:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c4b7f79f-541f-5d5d-9b0c-309d59219f4c with identifier: OY72%20WFH
2026-03-30 06:58:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c4b7f79f-541f-5d5d-9b0c-309d59219f4c with identifier: OY72%20WFH
2026-03-30 06:58:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c4b7f79f-541f-5d5d-9b0c-309d59219f4c with identifier: OY72%20WFH to the API
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY72%20WFH-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'c4b7f79f-541f-5d5d-9b0c-309d59219f4c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY72 WFH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY72%20WFH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'HARLEY-DAVIDSON',
 'model': 'XL 1200S',
 'odometer': 6308,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'HARLEY-DAVIDSON XL 1200S SPORTSTER SPORT MOTORBIKE',
 'transmission': 'automatic',
 'trim': 'SPORTSTER SPORT MOTORBIKE',
 'vin': '5HD1ZC445NS303318',
 'year': 2022}
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY72%2520WFH%27 HTTP/1.1" 200 None
2026-03-30 06:58:21 [bca.uk] INFO: Saving data for OY72%20WFH: {'auction_closing_time': 1775124000.0, 'created_time': 1774304475.606036, 'last_price_update_time': 1774853901.975834}
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY72%2520WFH') HTTP/1.1" 204 0
2026-03-30 06:58:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6975b412-7dd4-57c7-bbaa-7209d65164d2 with identifier: YK12%20WJE
2026-03-30 06:58:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6975b412-7dd4-57c7-bbaa-7209d65164d2 with identifier: YK12%20WJE
2026-03-30 06:58:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6975b412-7dd4-57c7-bbaa-7209d65164d2 with identifier: YK12%20WJE to the API
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 165,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YK12%20WJE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6975b412-7dd4-57c7-bbaa-7209d65164d2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YK12 WJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YK12%20WJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LAND ROVER',
 'model': 'FREELANDER 2',
 'odometer': 77891,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'LAND ROVER FREELANDER 2 2.2 TD4 150 XS StationWagon',
 'transmission': 'manual',
 'trim': 'TD4 150 XS',
 'vin': 'SALFA2CCXCH282512',
 'year': 2012}
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YK12%2520WJE%27 HTTP/1.1" 200 None
2026-03-30 06:58:22 [bca.uk] INFO: Saving data for YK12%20WJE: {'auction_closing_time': 1774864800.0, 'created_time': 1774264215.900119, 'last_price_update_time': 1774853902.264987}
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YK12%2520WJE') HTTP/1.1" 204 0
2026-03-30 06:58:22 [bca.uk] INFO: Found listing with ID: FM23%20UEK
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM23%2520UEK%27 HTTP/1.1" 200 None
2026-03-30 06:58:22 [bca.uk] INFO: Scrape type for FM23%20UEK: 2
2026-03-30 06:58:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 055df64a-40ea-5992-aa4e-8d3c8483d65e with identifier: FM23%20UEK
2026-03-30 06:58:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 055df64a-40ea-5992-aa4e-8d3c8483d65e with scrape type 2
2026-03-30 06:58:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 055df64a-40ea-5992-aa4e-8d3c8483d65e with scrape type 2
2026-03-30 06:58:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 055df64a-40ea-5992-aa4e-8d3c8483d65e, identifier: FM23%20UEK
2026-03-30 06:58:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68d7f5e6-f34b-58cc-ad6b-3bb090433d0d with identifier: FG72%20LUZ
2026-03-30 06:58:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68d7f5e6-f34b-58cc-ad6b-3bb090433d0d with identifier: FG72%20LUZ
2026-03-30 06:58:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68d7f5e6-f34b-58cc-ad6b-3bb090433d0d with identifier: FG72%20LUZ to the API
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 264,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FG72%20LUZ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'frozen white',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '68d7f5e6-f34b-58cc-ad6b-3bb090433d0d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FG72 LUZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FG72%20LUZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 20948,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 170 L3 LOW FLOOR(SKELETAL) Luton',
 'transmission': 'manual',
 'trim': 'EBL 170 L3 LOW FLOOR(SKELETAL)',
 'vin': 'WF0DXXTTRDNU47720',
 'year': 2022}
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FG72%2520LUZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:22 [bca.uk] INFO: Saving data for FG72%20LUZ: {'auction_closing_time': 1774864800.0, 'created_time': 1773825499.76963, 'last_price_update_time': 1774853902.70508}
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FG72%2520LUZ') HTTP/1.1" 204 0
2026-03-30 06:58:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8b949340-1f5b-524d-8cdc-516c520ac6f3 with identifier: LN24%20TYH
2026-03-30 06:58:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8b949340-1f5b-524d-8cdc-516c520ac6f3 with identifier: LN24%20TYH
2026-03-30 06:58:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8b949340-1f5b-524d-8cdc-516c520ac6f3 with identifier: LN24%20TYH to the API
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 133,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LN24%20TYH-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8b949340-1f5b-524d-8cdc-516c520ac6f3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LN24 TYH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LN24%20TYH&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 24542,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.2 TURBO 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 GS',
 'vin': 'VXKUSHNSSRW013456',
 'year': 2024}
2026-03-30 06:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58: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%2520TYH%27 HTTP/1.1" 200 None
2026-03-30 06:58:22 [bca.uk] INFO: Saving data for LN24%20TYH: {'auction_closing_time': 1775037600.0, 'created_time': 1774353837.214335, 'last_price_update_time': 1774853902.995583}
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LN24%2520TYH') HTTP/1.1" 204 0
2026-03-30 06:58:23 [bca.uk] INFO: Found listing with ID: SV23%20XGR
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520XGR%27 HTTP/1.1" 200 None
2026-03-30 06:58:23 [bca.uk] INFO: Scrape type for SV23%20XGR: 2
2026-03-30 06:58:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8c2bf70-33c3-54cc-8150-147c54206cc3 with identifier: SV23%20XGR
2026-03-30 06:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8c2bf70-33c3-54cc-8150-147c54206cc3 with scrape type 2
2026-03-30 06:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8c2bf70-33c3-54cc-8150-147c54206cc3 with scrape type 2
2026-03-30 06:58:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e8c2bf70-33c3-54cc-8150-147c54206cc3, identifier: SV23%20XGR
2026-03-30 06:58:23 [bca.uk] INFO: Found listing with ID: EK67%20KWJ
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-30 06:58:23 [bca.uk] INFO: Scrape type for EK67%20KWJ: 2
2026-03-30 06:58:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1898900-6849-5b71-82b7-fbf707815cf8 with identifier: EK67%20KWJ
2026-03-30 06:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1898900-6849-5b71-82b7-fbf707815cf8 with scrape type 2
2026-03-30 06:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1898900-6849-5b71-82b7-fbf707815cf8 with scrape type 2
2026-03-30 06:58:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f1898900-6849-5b71-82b7-fbf707815cf8, identifier: EK67%20KWJ
2026-03-30 06:58:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 055df64a-40ea-5992-aa4e-8d3c8483d65e with identifier: FM23%20UEK
2026-03-30 06:58:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 055df64a-40ea-5992-aa4e-8d3c8483d65e with identifier: FM23%20UEK
2026-03-30 06:58:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 055df64a-40ea-5992-aa4e-8d3c8483d65e with identifier: FM23%20UEK to the API
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM23%20UEK-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '055df64a-40ea-5992-aa4e-8d3c8483d65e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM23 UEK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM23%20UEK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 26048,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 28 2.0 B/DCI 150 SL SPORT EDC PanelVan',
 'transmission': 'automatic',
 'trim': 'B/DCI 150 SL SPORT EDC',
 'vin': 'VF1FL000071453443',
 'year': 2023}
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM23%2520UEK%27 HTTP/1.1" 200 None
2026-03-30 06:58:23 [bca.uk] INFO: Saving data for FM23%20UEK: {'auction_closing_time': 1774864800.0, 'created_time': 1773846200.318602, 'last_price_update_time': 1774853903.523229}
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM23%2520UEK') HTTP/1.1" 204 0
2026-03-30 06:58:23 [bca.uk] INFO: Found listing with ID: WP24%20EBU
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP24%2520EBU%27 HTTP/1.1" 200 None
2026-03-30 06:58:23 [bca.uk] INFO: Scrape type for WP24%20EBU: 2
2026-03-30 06:58:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 635494c9-1755-57f7-90bf-1b2695c596bc with identifier: WP24%20EBU
2026-03-30 06:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 635494c9-1755-57f7-90bf-1b2695c596bc with scrape type 2
2026-03-30 06:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 635494c9-1755-57f7-90bf-1b2695c596bc with scrape type 2
2026-03-30 06:58:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 635494c9-1755-57f7-90bf-1b2695c596bc, identifier: WP24%20EBU
2026-03-30 06:58:23 [bca.uk] INFO: Found listing with ID: WP70%20MGV
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520MGV%27 HTTP/1.1" 200 None
2026-03-30 06:58:23 [bca.uk] INFO: Scrape type for WP70%20MGV: 2
2026-03-30 06:58:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7225e1e2-0ab1-5941-84fa-21d70167e6bf with identifier: WP70%20MGV
2026-03-30 06:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7225e1e2-0ab1-5941-84fa-21d70167e6bf with scrape type 2
2026-03-30 06:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7225e1e2-0ab1-5941-84fa-21d70167e6bf with scrape type 2
2026-03-30 06:58:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7225e1e2-0ab1-5941-84fa-21d70167e6bf, identifier: WP70%20MGV
2026-03-30 06:58:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e8c2bf70-33c3-54cc-8150-147c54206cc3 with identifier: SV23%20XGR
2026-03-30 06:58:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e8c2bf70-33c3-54cc-8150-147c54206cc3 with identifier: SV23%20XGR
2026-03-30 06:58:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e8c2bf70-33c3-54cc-8150-147c54206cc3 with identifier: SV23%20XGR to the API
2026-03-30 06:58:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV23%20XGR-GB',
 'category': 'Motorcycle',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'e8c2bf70-33c3-54cc-8150-147c54206cc3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SV23 XGR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV23%20XGR&vehicleType=*',
 'listing': 'auction',
 'location': 'Livingston',
 'make': 'TRIUMPH',
 'model': 'TRIDENT',
 'odometer': 3965,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TRIUMPH TRIDENT 660 MOTORBIKE',
 'transmission': 'automatic',
 'trim': '660 MOTORBIKE',
 'vin': 'SMTLGL10U3PBK0900',
 'year': 2023}
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV23%2520XGR%27 HTTP/1.1" 200 None
2026-03-30 06:58:24 [bca.uk] INFO: Saving data for SV23%20XGR: {'auction_closing_time': 1775124000.0, 'created_time': 1774304254.082339, 'last_price_update_time': 1774853904.145814}
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV23%2520XGR') HTTP/1.1" 204 0
2026-03-30 06:58:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f1898900-6849-5b71-82b7-fbf707815cf8 with identifier: EK67%20KWJ
2026-03-30 06:58:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f1898900-6849-5b71-82b7-fbf707815cf8 with identifier: EK67%20KWJ
2026-03-30 06:58:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f1898900-6849-5b71-82b7-fbf707815cf8 with identifier: EK67%20KWJ to the API
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=EK67%20KWJ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f1898900-6849-5b71-82b7-fbf707815cf8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'EK67 KWJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=EK67%20KWJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'A180 D',
 'odometer': 85540,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ A180 D 1.5 AMG LINE Hatchback',
 'transmission': 'manual',
 'trim': 'AMG LINE',
 'vin': 'WDD1760122V196684',
 'year': 2017}
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EK67%2520KWJ%27 HTTP/1.1" 200 None
2026-03-30 06:58:24 [bca.uk] INFO: Saving data for EK67%20KWJ: {'auction_closing_time': 1774864800.0, 'created_time': 1774264638.962131, 'last_price_update_time': 1774853904.44731}
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='EK67%2520KWJ') HTTP/1.1" 204 0
2026-03-30 06:58:24 [bca.uk] INFO: Found listing with ID: BT24%20FVC
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520FVC%27 HTTP/1.1" 200 None
2026-03-30 06:58:24 [bca.uk] INFO: Scrape type for BT24%20FVC: 2
2026-03-30 06:58:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7481d0de-8293-56be-8f59-38c03cdd8b73 with identifier: BT24%20FVC
2026-03-30 06:58:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7481d0de-8293-56be-8f59-38c03cdd8b73 with scrape type 2
2026-03-30 06:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7481d0de-8293-56be-8f59-38c03cdd8b73 with scrape type 2
2026-03-30 06:58:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7481d0de-8293-56be-8f59-38c03cdd8b73, identifier: BT24%20FVC
2026-03-30 06:58:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 635494c9-1755-57f7-90bf-1b2695c596bc with identifier: WP24%20EBU
2026-03-30 06:58:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 635494c9-1755-57f7-90bf-1b2695c596bc with identifier: WP24%20EBU
2026-03-30 06:58:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 635494c9-1755-57f7-90bf-1b2695c596bc with identifier: WP24%20EBU to the API
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP24%20EBU-GB',
 'category': 'LightCommercialVehicle',
 'color': 'carbonised grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '635494c9-1755-57f7-90bf-1b2695c596bc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP24 EBU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP24%20EBU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 28900,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD RANGER 2.0 EBL 205 4WD WILDTRAK CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'EBL 205 4WD WILDTRAK',
 'vin': '6FPPXXMJ2PRR61177',
 'year': 2024}
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP24%2520EBU%27 HTTP/1.1" 200 None
2026-03-30 06:58:24 [bca.uk] INFO: Saving data for WP24%20EBU: {'auction_closing_time': 1774864800.0, 'created_time': 1774355252.905369, 'last_price_update_time': 1774853904.871192}
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP24%2520EBU') HTTP/1.1" 204 0
2026-03-30 06:58:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7225e1e2-0ab1-5941-84fa-21d70167e6bf with identifier: WP70%20MGV
2026-03-30 06:58:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7225e1e2-0ab1-5941-84fa-21d70167e6bf with identifier: WP70%20MGV
2026-03-30 06:58:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7225e1e2-0ab1-5941-84fa-21d70167e6bf with identifier: WP70%20MGV to the API
2026-03-30 06:58:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WP70%20MGV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7225e1e2-0ab1-5941-84fa-21d70167e6bf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WP70 MGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WP70%20MGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 48879,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FIESTA 1.0 E/B MHEV 155 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B MHEV 155 TITANIUM X',
 'vin': 'WF0JXXGAHJLY61919',
 'year': 2020}
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WP70%2520MGV%27 HTTP/1.1" 200 None
2026-03-30 06:58:25 [bca.uk] INFO: Saving data for WP70%20MGV: {'auction_closing_time': 1775124000.0, 'created_time': 1774354650.868231, 'last_price_update_time': 1774853905.162286}
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WP70%2520MGV') HTTP/1.1" 204 0
2026-03-30 06:58:25 [bca.uk] INFO: Found listing with ID: FM23%20UDW
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM23%2520UDW%27 HTTP/1.1" 200 None
2026-03-30 06:58:25 [bca.uk] INFO: Scrape type for FM23%20UDW: 2
2026-03-30 06:58:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bf213f1-327f-55af-9ff6-4fba13de3149 with identifier: FM23%20UDW
2026-03-30 06:58:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bf213f1-327f-55af-9ff6-4fba13de3149 with scrape type 2
2026-03-30 06:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bf213f1-327f-55af-9ff6-4fba13de3149 with scrape type 2
2026-03-30 06:58:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6bf213f1-327f-55af-9ff6-4fba13de3149, identifier: FM23%20UDW
2026-03-30 06:58:25 [bca.uk] INFO: Found listing with ID: YF72%20OWX
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520OWX%27 HTTP/1.1" 200 None
2026-03-30 06:58:25 [bca.uk] INFO: Scrape type for YF72%20OWX: 2
2026-03-30 06:58:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with identifier: YF72%20OWX
2026-03-30 06:58:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with scrape type 2
2026-03-30 06:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with scrape type 2
2026-03-30 06:58:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8, identifier: YF72%20OWX
2026-03-30 06:58:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7481d0de-8293-56be-8f59-38c03cdd8b73 with identifier: BT24%20FVC
2026-03-30 06:58:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7481d0de-8293-56be-8f59-38c03cdd8b73 with identifier: BT24%20FVC
2026-03-30 06:58:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7481d0de-8293-56be-8f59-38c03cdd8b73 with identifier: BT24%20FVC to the API
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BT24%20FVC-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.9L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '7481d0de-8293-56be-8f59-38c03cdd8b73',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BT24 FVC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BT24%20FVC&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'ISUZU',
 'model': 'D-MAX',
 'odometer': 6848,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'ISUZU D-MAX 1.9 DL40 4X4 CrewCab Pick-up',
 'transmission': 'automatic',
 'trim': 'DL40 4X4',
 'vin': 'MPATFS87JPT038828',
 'year': 2024}
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BT24%2520FVC%27 HTTP/1.1" 200 None
2026-03-30 06:58:25 [bca.uk] INFO: Saving data for BT24%20FVC: {'auction_closing_time': 1774864800.0, 'created_time': 1773846202.66591, 'last_price_update_time': 1774853905.677366}
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BT24%2520FVC') HTTP/1.1" 204 0
2026-03-30 06:58:25 [bca.uk] INFO: Found listing with ID: WN73%20DJO
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520DJO%27 HTTP/1.1" 200 None
2026-03-30 06:58:25 [bca.uk] INFO: Scrape type for WN73%20DJO: 2
2026-03-30 06:58:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with identifier: WN73%20DJO
2026-03-30 06:58:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with scrape type 2
2026-03-30 06:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with scrape type 2
2026-03-30 06:58:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974, identifier: WN73%20DJO
2026-03-30 06:58:25 [bca.uk] INFO: Found listing with ID: VE14%20TGV
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520TGV%27 HTTP/1.1" 200 None
2026-03-30 06:58:25 [bca.uk] INFO: Scrape type for VE14%20TGV: 2
2026-03-30 06:58:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with identifier: VE14%20TGV
2026-03-30 06:58:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with scrape type 2
2026-03-30 06:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with scrape type 2
2026-03-30 06:58:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2b3e61de-1784-5f42-b1e3-5b0aed049f09, identifier: VE14%20TGV
2026-03-30 06:58:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6bf213f1-327f-55af-9ff6-4fba13de3149 with identifier: FM23%20UDW
2026-03-30 06:58:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6bf213f1-327f-55af-9ff6-4fba13de3149 with identifier: FM23%20UDW
2026-03-30 06:58:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6bf213f1-327f-55af-9ff6-4fba13de3149 with identifier: FM23%20UDW to the API
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FM23%20UDW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6bf213f1-327f-55af-9ff6-4fba13de3149',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FM23 UDW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FM23%20UDW&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 67432,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 28 2.0 B/DCI 150 SL SPORT EDC PanelVan',
 'transmission': 'automatic',
 'trim': 'B/DCI 150 SL SPORT EDC',
 'vin': 'VF1FL000771453441',
 'year': 2023}
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM23%2520UDW%27 HTTP/1.1" 200 None
2026-03-30 06:58:26 [bca.uk] INFO: Saving data for FM23%20UDW: {'auction_closing_time': 1774864800.0, 'created_time': 1774304559.96138, 'last_price_update_time': 1774853906.200833}
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FM23%2520UDW') HTTP/1.1" 204 0
2026-03-30 06:58:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with identifier: YF72%20OWX
2026-03-30 06:58:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with identifier: YF72%20OWX
2026-03-30 06:58:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8 with identifier: YF72%20OWX to the API
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF72%20OWX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1d36cf6b-ed51-5fbc-96e5-5e69798c8fc8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YF72 OWX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF72%20OWX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'CITROEN',
 'model': 'E-C4',
 'odometer': 46620,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'CITROEN E-C4 100KW 50KWH SENSE PLUS Hatchback',
 'transmission': 'automatic',
 'trim': '100KW 50KWH SENSE PLUS',
 'vin': 'VR7BCZKXCNE066054',
 'year': 2022}
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520OWX%27 HTTP/1.1" 200 None
2026-03-30 06:58:26 [bca.uk] INFO: Saving data for YF72%20OWX: {'auction_closing_time': 1774864800.0, 'created_time': 1774264632.163989, 'last_price_update_time': 1774853906.475442}
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF72%2520OWX') HTTP/1.1" 204 0
2026-03-30 06:58:26 [bca.uk] INFO: Found listing with ID: VN72%20PPV
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520PPV%27 HTTP/1.1" 200 None
2026-03-30 06:58:26 [bca.uk] INFO: Scrape type for VN72%20PPV: 2
2026-03-30 06:58:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with identifier: VN72%20PPV
2026-03-30 06:58:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with scrape type 2
2026-03-30 06:58:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with scrape type 2
2026-03-30 06:58:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c30ffd3e-b3fa-5e67-b66f-7126832d66b1, identifier: VN72%20PPV
2026-03-30 06:58:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with identifier: WN73%20DJO
2026-03-30 06:58:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with identifier: WN73%20DJO
2026-03-30 06:58:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974 with identifier: WN73%20DJO to the API
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN73%20DJO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f157c7b8-7a1d-56e9-8bc5-8ba2b73b7974',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN73 DJO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN73%20DJO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'TRANSIT 460 RWD',
 'odometer': 17191,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 460 RWD 2.0 EBL 165 L4 H3 LEADER Bus',
 'transmission': 'automatic',
 'trim': 'EBL 165 L4 H3 LEADER',
 'vin': 'WF0MXXTTRMPL65291',
 'year': 2023}
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN73%2520DJO%27 HTTP/1.1" 200 None
2026-03-30 06:58:26 [bca.uk] INFO: Saving data for WN73%20DJO: {'auction_closing_time': 1774864800.0, 'created_time': 1774355124.319053, 'last_price_update_time': 1774853906.883864}
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN73%2520DJO') HTTP/1.1" 204 0
2026-03-30 06:58:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with identifier: VE14%20TGV
2026-03-30 06:58:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with identifier: VE14%20TGV
2026-03-30 06:58:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2b3e61de-1784-5f42-b1e3-5b0aed049f09 with identifier: VE14%20TGV to the API
2026-03-30 06:58:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE14%20TGV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2b3e61de-1784-5f42-b1e3-5b0aed049f09',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VE14 TGV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE14%20TGV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 73621,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA TOURER 2.0 CDTI 165 E/F SRI Estate',
 'transmission': 'manual',
 'trim': 'CDTI 165 E/F SRI',
 'vin': 'W0LPF8EN6E8065247',
 'year': 2014}
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE14%2520TGV%27 HTTP/1.1" 200 None
2026-03-30 06:58:27 [bca.uk] INFO: Saving data for VE14%20TGV: {'auction_closing_time': 1775124000.0, 'created_time': 1774354667.041553, 'last_price_update_time': 1774853907.173844}
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE14%2520TGV') HTTP/1.1" 204 0
2026-03-30 06:58:27 [bca.uk] INFO: Found listing with ID: BD75%20OBH
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD75%2520OBH%27 HTTP/1.1" 200 None
2026-03-30 06:58:27 [bca.uk] INFO: Scrape type for BD75%20OBH: 2
2026-03-30 06:58:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with identifier: BD75%20OBH
2026-03-30 06:58:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with scrape type 2
2026-03-30 06:58:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with scrape type 2
2026-03-30 06:58:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d034c7a5-d4a8-5df1-a5d8-898d42f30b7d, identifier: BD75%20OBH
2026-03-30 06:58:27 [bca.uk] INFO: Found listing with ID: SR15%20ENY
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR15%2520ENY%27 HTTP/1.1" 200 None
2026-03-30 06:58:27 [bca.uk] INFO: Scrape type for SR15%20ENY: 2
2026-03-30 06:58:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2cd2750-4ad6-5273-8241-9128a93fb817 with identifier: SR15%20ENY
2026-03-30 06:58:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2cd2750-4ad6-5273-8241-9128a93fb817 with scrape type 2
2026-03-30 06:58:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2cd2750-4ad6-5273-8241-9128a93fb817 with scrape type 2
2026-03-30 06:58:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2cd2750-4ad6-5273-8241-9128a93fb817, identifier: SR15%20ENY
2026-03-30 06:58:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with identifier: VN72%20PPV
2026-03-30 06:58:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with identifier: VN72%20PPV
2026-03-30 06:58:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c30ffd3e-b3fa-5e67-b66f-7126832d66b1 with identifier: VN72%20PPV to the API
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 182,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VN72%20PPV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'c30ffd3e-b3fa-5e67-b66f-7126832d66b1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VN72 PPV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VN72%20PPV&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 55004,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 28 2.0 B/DCI 110 SL BUSINESS PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 110 SL BUSINESS',
 'vin': 'VF1FL000069423567',
 'year': 2022}
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VN72%2520PPV%27 HTTP/1.1" 200 None
2026-03-30 06:58:27 [bca.uk] INFO: Saving data for VN72%20PPV: {'auction_closing_time': 1774864800.0, 'created_time': 1773846215.741209, 'last_price_update_time': 1774853907.696534}
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VN72%2520PPV') HTTP/1.1" 204 0
2026-03-30 06:58:27 [bca.uk] INFO: Found listing with ID: WN75%20TGO
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520TGO%27 HTTP/1.1" 200 None
2026-03-30 06:58:27 [bca.uk] INFO: Scrape type for WN75%20TGO: 2
2026-03-30 06:58:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4239a7e7-7967-5832-81be-5bf80c766532 with identifier: WN75%20TGO
2026-03-30 06:58:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4239a7e7-7967-5832-81be-5bf80c766532 with scrape type 2
2026-03-30 06:58:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4239a7e7-7967-5832-81be-5bf80c766532 with scrape type 2
2026-03-30 06:58:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4239a7e7-7967-5832-81be-5bf80c766532, identifier: WN75%20TGO
2026-03-30 06:58:27 [bca.uk] INFO: Found listing with ID: NX17%20UKL
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX17%2520UKL%27 HTTP/1.1" 200 None
2026-03-30 06:58:27 [bca.uk] INFO: Scrape type for NX17%20UKL: 2
2026-03-30 06:58:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26bb29eb-88ee-5c0f-82e0-4307c59c256a with identifier: NX17%20UKL
2026-03-30 06:58:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26bb29eb-88ee-5c0f-82e0-4307c59c256a with scrape type 2
2026-03-30 06:58:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26bb29eb-88ee-5c0f-82e0-4307c59c256a with scrape type 2
2026-03-30 06:58:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 26bb29eb-88ee-5c0f-82e0-4307c59c256a, identifier: NX17%20UKL
2026-03-30 06:58:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with identifier: BD75%20OBH
2026-03-30 06:58:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with identifier: BD75%20OBH
2026-03-30 06:58:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d034c7a5-d4a8-5df1-a5d8-898d42f30b7d with identifier: BD75%20OBH to the API
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD75%20OBH-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd034c7a5-d4a8-5df1-a5d8-898d42f30b7d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD75 OBH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD75%20OBH&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'I10',
 'odometer': 735,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'HYUNDAI I10 1.2 MPI 79 PREMIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'MPI 79 PREMIUM',
 'vin': 'NLHDR51F9SZ397253',
 'year': 2025}
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD75%2520OBH%27 HTTP/1.1" 200 None
2026-03-30 06:58:28 [bca.uk] INFO: Saving data for BD75%20OBH: {'auction_closing_time': 1775037600.0, 'created_time': 1774304808.119916, 'last_price_update_time': 1774853908.244897}
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD75%2520OBH') HTTP/1.1" 204 0
2026-03-30 06:58:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2cd2750-4ad6-5273-8241-9128a93fb817 with identifier: SR15%20ENY
2026-03-30 06:58:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2cd2750-4ad6-5273-8241-9128a93fb817 with identifier: SR15%20ENY
2026-03-30 06:58:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2cd2750-4ad6-5273-8241-9128a93fb817 with identifier: SR15%20ENY to the API
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SR15%20ENY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b2cd2750-4ad6-5273-8241-9128a93fb817',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SR15 ENY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SR15%20ENY&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 54305,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN POLO 1.2 TSI 90 SE DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TSI 90 SE DSG',
 'vin': 'WVWZZZ6RZFU092280',
 'year': 2015}
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SR15%2520ENY%27 HTTP/1.1" 200 None
2026-03-30 06:58:28 [bca.uk] INFO: Saving data for SR15%20ENY: {'auction_closing_time': 1774864800.0, 'created_time': 1774264624.102386, 'last_price_update_time': 1774853908.612916}
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SR15%2520ENY') HTTP/1.1" 204 0
2026-03-30 06:58:28 [bca.uk] INFO: Found listing with ID: HT72%20OZW
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520OZW%27 HTTP/1.1" 200 None
2026-03-30 06:58:28 [bca.uk] INFO: Scrape type for HT72%20OZW: 2
2026-03-30 06:58:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a31cbaf8-baa1-5904-844a-cf0afdf09f38 with identifier: HT72%20OZW
2026-03-30 06:58:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a31cbaf8-baa1-5904-844a-cf0afdf09f38 with scrape type 2
2026-03-30 06:58:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a31cbaf8-baa1-5904-844a-cf0afdf09f38 with scrape type 2
2026-03-30 06:58:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a31cbaf8-baa1-5904-844a-cf0afdf09f38, identifier: HT72%20OZW
2026-03-30 06:58:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4239a7e7-7967-5832-81be-5bf80c766532 with identifier: WN75%20TGO
2026-03-30 06:58:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4239a7e7-7967-5832-81be-5bf80c766532 with identifier: WN75%20TGO
2026-03-30 06:58:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4239a7e7-7967-5832-81be-5bf80c766532 with identifier: WN75%20TGO to the API
2026-03-30 06:58:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20TGO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'blue metallic',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '4239a7e7-7967-5832-81be-5bf80c766532',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 TGO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20TGO&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 1367,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD E-TRANSIT CUSTM 160KW 320 RWD L1H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L1H1 LIMITED',
 'vin': 'WF0RXXTA4BSP43572',
 'year': 2025}
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520TGO%27 HTTP/1.1" 200 None
2026-03-30 06:58:29 [bca.uk] INFO: Saving data for WN75%20TGO: {'auction_closing_time': 1774864800.0, 'created_time': 1774350851.775846, 'last_price_update_time': 1774853909.015126}
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520TGO') HTTP/1.1" 204 0
2026-03-30 06:58:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 26bb29eb-88ee-5c0f-82e0-4307c59c256a with identifier: NX17%20UKL
2026-03-30 06:58:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 26bb29eb-88ee-5c0f-82e0-4307c59c256a with identifier: NX17%20UKL
2026-03-30 06:58:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 26bb29eb-88ee-5c0f-82e0-4307c59c256a with identifier: NX17%20UKL to the API
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 155,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX17%20UKL-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '26bb29eb-88ee-5c0f-82e0-4307c59c256a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'NX17 UKL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX17%20UKL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'MOKKA X',
 'odometer': 48905,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA X 1.6 115 ACTIVE S/S Hatchback',
 'transmission': 'manual',
 'trim': '115 ACTIVE S/S',
 'vin': 'W0LJC7EEXHB119200',
 'year': 2017}
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX17%2520UKL%27 HTTP/1.1" 200 None
2026-03-30 06:58:29 [bca.uk] INFO: Saving data for NX17%20UKL: {'auction_closing_time': 1775124000.0, 'created_time': 1774354654.602518, 'last_price_update_time': 1774853909.31604}
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX17%2520UKL') HTTP/1.1" 204 0
2026-03-30 06:58:29 [bca.uk] INFO: Found listing with ID: LP69%20ZNV
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520ZNV%27 HTTP/1.1" 200 None
2026-03-30 06:58:29 [bca.uk] INFO: Scrape type for LP69%20ZNV: 2
2026-03-30 06:58:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with identifier: LP69%20ZNV
2026-03-30 06:58:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with scrape type 2
2026-03-30 06:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with scrape type 2
2026-03-30 06:58:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b, identifier: LP69%20ZNV
2026-03-30 06:58:29 [bca.uk] INFO: Found listing with ID: MF12%20AHU
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520AHU%27 HTTP/1.1" 200 None
2026-03-30 06:58:29 [bca.uk] INFO: Scrape type for MF12%20AHU: 2
2026-03-30 06:58:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with identifier: MF12%20AHU
2026-03-30 06:58:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with scrape type 2
2026-03-30 06:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with scrape type 2
2026-03-30 06:58:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d29f0f66-b517-59b4-95ea-3d03f8e2ef23, identifier: MF12%20AHU
2026-03-30 06:58:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a31cbaf8-baa1-5904-844a-cf0afdf09f38 with identifier: HT72%20OZW
2026-03-30 06:58:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a31cbaf8-baa1-5904-844a-cf0afdf09f38 with identifier: HT72%20OZW
2026-03-30 06:58:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a31cbaf8-baa1-5904-844a-cf0afdf09f38 with identifier: HT72%20OZW to the API
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 186,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HT72%20OZW-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a31cbaf8-baa1-5904-844a-cf0afdf09f38',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HT72 OZW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HT72%20OZW&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 31825,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 30 2.0 B/DCI 130 LL BUSINESS+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 LL BUSINESS+',
 'vin': 'VF1FL000170169468',
 'year': 2023}
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HT72%2520OZW%27 HTTP/1.1" 200 None
2026-03-30 06:58:29 [bca.uk] INFO: Saving data for HT72%20OZW: {'auction_closing_time': 1774864800.0, 'created_time': 1773846209.46808, 'last_price_update_time': 1774853909.846689}
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HT72%2520OZW') HTTP/1.1" 204 0
2026-03-30 06:58:29 [bca.uk] INFO: Found listing with ID: WR75%20UPE
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520UPE%27 HTTP/1.1" 200 None
2026-03-30 06:58:29 [bca.uk] INFO: Scrape type for WR75%20UPE: 2
2026-03-30 06:58:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dfa71a4-4805-5657-af17-93f7646a4037 with identifier: WR75%20UPE
2026-03-30 06:58:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dfa71a4-4805-5657-af17-93f7646a4037 with scrape type 2
2026-03-30 06:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dfa71a4-4805-5657-af17-93f7646a4037 with scrape type 2
2026-03-30 06:58:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6dfa71a4-4805-5657-af17-93f7646a4037, identifier: WR75%20UPE
2026-03-30 06:58:30 [bca.uk] INFO: Found listing with ID: NX14%20VHG
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX14%2520VHG%27 HTTP/1.1" 200 None
2026-03-30 06:58:30 [bca.uk] INFO: Scrape type for NX14%20VHG: 2
2026-03-30 06:58:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a83d5a8a-4619-5753-b202-7f12ce5612ed with identifier: NX14%20VHG
2026-03-30 06:58:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a83d5a8a-4619-5753-b202-7f12ce5612ed with scrape type 2
2026-03-30 06:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a83d5a8a-4619-5753-b202-7f12ce5612ed with scrape type 2
2026-03-30 06:58:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a83d5a8a-4619-5753-b202-7f12ce5612ed, identifier: NX14%20VHG
2026-03-30 06:58:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with identifier: LP69%20ZNV
2026-03-30 06:58:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with identifier: LP69%20ZNV
2026-03-30 06:58:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b with identifier: LP69%20ZNV to the API
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 144,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP69%20ZNV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'f736c9bc-c32a-55b3-a8bb-fa3c61c19f2b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP69 ZNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP69%20ZNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 25094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED.DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'URBAN ED.DCT',
 'vin': 'WDC1569422J683834',
 'year': 2020}
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP69%2520ZNV%27 HTTP/1.1" 200 None
2026-03-30 06:58:30 [bca.uk] INFO: Saving data for LP69%20ZNV: {'auction_closing_time': 1774864800.0, 'created_time': 1773958201.037045, 'last_price_update_time': 1774853910.383709}
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP69%2520ZNV') HTTP/1.1" 204 0
2026-03-30 06:58:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with identifier: MF12%20AHU
2026-03-30 06:58:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with identifier: MF12%20AHU
2026-03-30 06:58:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d29f0f66-b517-59b4-95ea-3d03f8e2ef23 with identifier: MF12%20AHU to the API
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF12%20AHU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'd29f0f66-b517-59b4-95ea-3d03f8e2ef23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF12 AHU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF12%20AHU&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'AUDI',
 'model': 'A6',
 'odometer': 78418,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'AUDI A6 2.0 TDI 177 S LINE Saloon',
 'transmission': 'manual',
 'trim': 'TDI 177 S LINE',
 'vin': 'WAUZZZ4G8CN124188',
 'year': 2012}
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF12%2520AHU%27 HTTP/1.1" 200 None
2026-03-30 06:58:30 [bca.uk] INFO: Saving data for MF12%20AHU: {'auction_closing_time': 1774864800.0, 'created_time': 1774264630.539417, 'last_price_update_time': 1774853910.702971}
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF12%2520AHU') HTTP/1.1" 204 0
2026-03-30 06:58:30 [bca.uk] INFO: Found listing with ID: YM17%20JPJ
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM17%2520JPJ%27 HTTP/1.1" 200 None
2026-03-30 06:58:30 [bca.uk] INFO: Scrape type for YM17%20JPJ: 2
2026-03-30 06:58:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with identifier: YM17%20JPJ
2026-03-30 06:58:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with scrape type 2
2026-03-30 06:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with scrape type 2
2026-03-30 06:58:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2a5fb168-df2e-5ceb-be91-db67a9346fd6, identifier: YM17%20JPJ
2026-03-30 06:58:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6dfa71a4-4805-5657-af17-93f7646a4037 with identifier: WR75%20UPE
2026-03-30 06:58:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6dfa71a4-4805-5657-af17-93f7646a4037 with identifier: WR75%20UPE
2026-03-30 06:58:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6dfa71a4-4805-5657-af17-93f7646a4037 with identifier: WR75%20UPE to the API
2026-03-30 06:58:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 190,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR75%20UPE-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '6dfa71a4-4805-5657-af17-93f7646a4037',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR75 UPE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR75%20UPE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 7312,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 150 320 L1 H1 SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 150 320 L1 H1 SPORT',
 'vin': 'WF0RXXTA5RSG49696',
 'year': 2025}
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR75%2520UPE%27 HTTP/1.1" 200 None
2026-03-30 06:58:31 [bca.uk] INFO: Saving data for WR75%20UPE: {'auction_closing_time': 1774864800.0, 'created_time': 1773823060.153153, 'last_price_update_time': 1774853911.412242}
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR75%2520UPE') HTTP/1.1" 204 0
2026-03-30 06:58:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a83d5a8a-4619-5753-b202-7f12ce5612ed with identifier: NX14%20VHG
2026-03-30 06:58:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a83d5a8a-4619-5753-b202-7f12ce5612ed with identifier: NX14%20VHG
2026-03-30 06:58:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a83d5a8a-4619-5753-b202-7f12ce5612ed with identifier: NX14%20VHG to the API
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX14%20VHG-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.7L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a83d5a8a-4619-5753-b202-7f12ce5612ed',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX14 VHG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX14%20VHG&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'VAUXHALL',
 'model': 'MOKKA',
 'odometer': 75150,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'VAUXHALL MOKKA 1.7 CDTI 130 SE 4X4 S/S StationWagon',
 'transmission': 'manual',
 'trim': 'CDTI 130 SE 4X4 S/S',
 'vin': 'W0LJD7EL3EB597868',
 'year': 2014}
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX14%2520VHG%27 HTTP/1.1" 200 None
2026-03-30 06:58:31 [bca.uk] INFO: Saving data for NX14%20VHG: {'auction_closing_time': 1775124000.0, 'created_time': 1774354759.549703, 'last_price_update_time': 1774853911.762923}
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX14%2520VHG') HTTP/1.1" 204 0
2026-03-30 06:58:31 [bca.uk] INFO: Found listing with ID: CJ25%20EWR
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ25%2520EWR%27 HTTP/1.1" 200 None
2026-03-30 06:58:31 [bca.uk] INFO: Scrape type for CJ25%20EWR: 2
2026-03-30 06:58:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 395ef820-053b-5a09-b5b7-175925818940 with identifier: CJ25%20EWR
2026-03-30 06:58:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 395ef820-053b-5a09-b5b7-175925818940 with scrape type 2
2026-03-30 06:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 395ef820-053b-5a09-b5b7-175925818940 with scrape type 2
2026-03-30 06:58:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 395ef820-053b-5a09-b5b7-175925818940, identifier: CJ25%20EWR
2026-03-30 06:58:31 [bca.uk] INFO: Found listing with ID: WR15%20YUH
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR15%2520YUH%27 HTTP/1.1" 200 None
2026-03-30 06:58:31 [bca.uk] INFO: Scrape type for WR15%20YUH: 2
2026-03-30 06:58:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cba3ebe-23f8-5db5-86b8-29f14273f65f with identifier: WR15%20YUH
2026-03-30 06:58:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cba3ebe-23f8-5db5-86b8-29f14273f65f with scrape type 2
2026-03-30 06:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cba3ebe-23f8-5db5-86b8-29f14273f65f with scrape type 2
2026-03-30 06:58:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2cba3ebe-23f8-5db5-86b8-29f14273f65f, identifier: WR15%20YUH
2026-03-30 06:58:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with identifier: YM17%20JPJ
2026-03-30 06:58:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with identifier: YM17%20JPJ
2026-03-30 06:58:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2a5fb168-df2e-5ceb-be91-db67a9346fd6 with identifier: YM17%20JPJ to the API
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YM17%20JPJ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2a5fb168-df2e-5ceb-be91-db67a9346fd6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YM17 JPJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YM17%20JPJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 100843,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.5 TDCI 120 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'TDCI 120 TITANIUM X',
 'vin': 'WF05XXGCC5HR72766',
 'year': 2017}
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YM17%2520JPJ%27 HTTP/1.1" 200 None
2026-03-30 06:58:32 [bca.uk] INFO: Saving data for YM17%20JPJ: {'auction_closing_time': 1774951200.0, 'created_time': 1773959875.649934, 'last_price_update_time': 1774853912.293}
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YM17%2520JPJ') HTTP/1.1" 204 0
2026-03-30 06:58:32 [bca.uk] INFO: Found listing with ID: WN75%20CWF
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520CWF%27 HTTP/1.1" 200 None
2026-03-30 06:58:32 [bca.uk] INFO: Scrape type for WN75%20CWF: 2
2026-03-30 06:58:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de21be50-a8f1-5293-8f07-138537903b0f with identifier: WN75%20CWF
2026-03-30 06:58:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de21be50-a8f1-5293-8f07-138537903b0f with scrape type 2
2026-03-30 06:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de21be50-a8f1-5293-8f07-138537903b0f with scrape type 2
2026-03-30 06:58:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de21be50-a8f1-5293-8f07-138537903b0f, identifier: WN75%20CWF
2026-03-30 06:58:32 [bca.uk] INFO: Found listing with ID: NX14%20KNO
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX14%2520KNO%27 HTTP/1.1" 200 None
2026-03-30 06:58:32 [bca.uk] INFO: Scrape type for NX14%20KNO: 2
2026-03-30 06:58:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c84e2804-32e2-51a1-b204-7597c46e8fb8 with identifier: NX14%20KNO
2026-03-30 06:58:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c84e2804-32e2-51a1-b204-7597c46e8fb8 with scrape type 2
2026-03-30 06:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c84e2804-32e2-51a1-b204-7597c46e8fb8 with scrape type 2
2026-03-30 06:58:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: c84e2804-32e2-51a1-b204-7597c46e8fb8, identifier: NX14%20KNO
2026-03-30 06:58:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 395ef820-053b-5a09-b5b7-175925818940 with identifier: CJ25%20EWR
2026-03-30 06:58:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 395ef820-053b-5a09-b5b7-175925818940 with identifier: CJ25%20EWR
2026-03-30 06:58:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 395ef820-053b-5a09-b5b7-175925818940 with identifier: CJ25%20EWR to the API
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=122&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ25%20EWR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '395ef820-053b-5a09-b5b7-175925818940',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CJ25 EWR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ25%20EWR&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 4200,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'T 100 ULTIMATE',
 'vin': 'VXKUPHNKXS4176231',
 'year': 2025}
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ25%2520EWR%27 HTTP/1.1" 200 None
2026-03-30 06:58:32 [bca.uk] INFO: Saving data for CJ25%20EWR: {'auction_closing_time': 1775037600.0, 'created_time': 1774304807.223317, 'last_price_update_time': 1774853912.828616}
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ25%2520EWR') HTTP/1.1" 204 0
2026-03-30 06:58:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2cba3ebe-23f8-5db5-86b8-29f14273f65f with identifier: WR15%20YUH
2026-03-30 06:58:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2cba3ebe-23f8-5db5-86b8-29f14273f65f with identifier: WR15%20YUH
2026-03-30 06:58:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2cba3ebe-23f8-5db5-86b8-29f14273f65f with identifier: WR15%20YUH to the API
2026-03-30 06:58:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WR15%20YUH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '2cba3ebe-23f8-5db5-86b8-29f14273f65f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WR15 YUH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WR15%20YUH&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'VOLKSWAGEN',
 'model': 'GOLF',
 'odometer': 83202,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN GOLF 1.4 TSI 122 MATCH Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 122 MATCH',
 'vin': 'WVWZZZAUZFW306977',
 'year': 2015}
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WR15%2520YUH%27 HTTP/1.1" 200 None
2026-03-30 06:58:33 [bca.uk] INFO: Saving data for WR15%20YUH: {'auction_closing_time': 1774864800.0, 'created_time': 1774264657.175362, 'last_price_update_time': 1774853913.117619}
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WR15%2520YUH') HTTP/1.1" 204 0
2026-03-30 06:58:33 [bca.uk] INFO: Found listing with ID: FH19%20LFB
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH19%2520LFB%27 HTTP/1.1" 200 None
2026-03-30 06:58:33 [bca.uk] INFO: Scrape type for FH19%20LFB: 2
2026-03-30 06:58:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with identifier: FH19%20LFB
2026-03-30 06:58:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with scrape type 2
2026-03-30 06:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with scrape type 2
2026-03-30 06:58:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee8ec15d-3f75-54cf-b15c-40bad51f1e5f, identifier: FH19%20LFB
2026-03-30 06:58:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de21be50-a8f1-5293-8f07-138537903b0f with identifier: WN75%20CWF
2026-03-30 06:58:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de21be50-a8f1-5293-8f07-138537903b0f with identifier: WN75%20CWF
2026-03-30 06:58:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de21be50-a8f1-5293-8f07-138537903b0f with identifier: WN75%20CWF to the API
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 192,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20CWF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'agate black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'de21be50-a8f1-5293-8f07-138537903b0f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 CWF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20CWF&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT CUSTOM',
 'odometer': 2761,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT CUSTOM 2.0 EBL 136 320 L2 H1 TRAIL PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 136 320 L2 H1 TRAIL',
 'vin': 'WF0RXXTA0RRS04478',
 'year': 2025}
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520CWF%27 HTTP/1.1" 200 None
2026-03-30 06:58:33 [bca.uk] INFO: Saving data for WN75%20CWF: {'auction_closing_time': 1774864800.0, 'created_time': 1773821551.8631, 'last_price_update_time': 1774853913.533556}
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520CWF') HTTP/1.1" 204 0
2026-03-30 06:58:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: c84e2804-32e2-51a1-b204-7597c46e8fb8 with identifier: NX14%20KNO
2026-03-30 06:58:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: c84e2804-32e2-51a1-b204-7597c46e8fb8 with identifier: NX14%20KNO
2026-03-30 06:58:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: c84e2804-32e2-51a1-b204-7597c46e8fb8 with identifier: NX14%20KNO to the API
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=NX14%20KNO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'c84e2804-32e2-51a1-b204-7597c46e8fb8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'NX14 KNO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=NX14%20KNO&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'PEUGEOT',
 'model': '308',
 'odometer': 90475,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 308 1.6 THP 125 ACTIVE Hatchback',
 'transmission': 'manual',
 'trim': 'THP 125 ACTIVE',
 'vin': 'VF3L35FAGES031610',
 'year': 2014}
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27NX14%2520KNO%27 HTTP/1.1" 200 None
2026-03-30 06:58:33 [bca.uk] INFO: Saving data for NX14%20KNO: {'auction_closing_time': 1775124000.0, 'created_time': 1774354728.317271, 'last_price_update_time': 1774853913.926038}
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='NX14%2520KNO') HTTP/1.1" 204 0
2026-03-30 06:58:33 [bca.uk] INFO: Found listing with ID: CK18%20VZB
2026-03-30 06:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58: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%2520VZB%27 HTTP/1.1" 200 None
2026-03-30 06:58:33 [bca.uk] INFO: Scrape type for CK18%20VZB: 2
2026-03-30 06:58:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a2839c1-4197-5999-8334-70dda8a6dcd8 with identifier: CK18%20VZB
2026-03-30 06:58:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a2839c1-4197-5999-8334-70dda8a6dcd8 with scrape type 2
2026-03-30 06:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a2839c1-4197-5999-8334-70dda8a6dcd8 with scrape type 2
2026-03-30 06:58:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1a2839c1-4197-5999-8334-70dda8a6dcd8, identifier: CK18%20VZB
2026-03-30 06:58:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with identifier: FH19%20LFB
2026-03-30 06:58:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with identifier: FH19%20LFB
2026-03-30 06:58:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee8ec15d-3f75-54cf-b15c-40bad51f1e5f with identifier: FH19%20LFB to the API
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 140,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FH19%20LFB-GB',
 'category': 'Car',
 'color': 'yellow',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'ee8ec15d-3f75-54cf-b15c-40bad51f1e5f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FH19 LFB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FH19%20LFB&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MG MOTOR UK',
 'model': 'MG3',
 'odometer': 31295,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG3 1.5 VTI-TECH EXCITE Hatchback',
 'transmission': 'manual',
 'trim': 'VTI-TECH EXCITE',
 'vin': 'SDPZ1BBDAJS204929',
 'year': 2019}
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FH19%2520LFB%27 HTTP/1.1" 200 None
2026-03-30 06:58:34 [bca.uk] INFO: Saving data for FH19%20LFB: {'auction_closing_time': 1774951200.0, 'created_time': 1773959885.845161, 'last_price_update_time': 1774853914.394154}
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FH19%2520LFB') HTTP/1.1" 204 0
2026-03-30 06:58:34 [bca.uk] INFO: Found listing with ID: WN75%20GVO
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GVO%27 HTTP/1.1" 200 None
2026-03-30 06:58:34 [bca.uk] INFO: Scrape type for WN75%20GVO: 2
2026-03-30 06:58:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cae0a2e-ea41-57d1-b4e1-1e63001805de with identifier: WN75%20GVO
2026-03-30 06:58:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cae0a2e-ea41-57d1-b4e1-1e63001805de with scrape type 2
2026-03-30 06:58:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cae0a2e-ea41-57d1-b4e1-1e63001805de with scrape type 2
2026-03-30 06:58:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8cae0a2e-ea41-57d1-b4e1-1e63001805de, identifier: WN75%20GVO
2026-03-30 06:58:34 [bca.uk] INFO: Found listing with ID: SK70%20YDJ
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK70%2520YDJ%27 HTTP/1.1" 200 None
2026-03-30 06:58:34 [bca.uk] INFO: Scrape type for SK70%20YDJ: 2
2026-03-30 06:58:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f039f3c-8b71-5c40-b7c0-61c300e24432 with identifier: SK70%20YDJ
2026-03-30 06:58:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f039f3c-8b71-5c40-b7c0-61c300e24432 with scrape type 2
2026-03-30 06:58:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f039f3c-8b71-5c40-b7c0-61c300e24432 with scrape type 2
2026-03-30 06:58:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f039f3c-8b71-5c40-b7c0-61c300e24432, identifier: SK70%20YDJ
2026-03-30 06:58:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1a2839c1-4197-5999-8334-70dda8a6dcd8 with identifier: CK18%20VZB
2026-03-30 06:58:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1a2839c1-4197-5999-8334-70dda8a6dcd8 with identifier: CK18%20VZB
2026-03-30 06:58:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1a2839c1-4197-5999-8334-70dda8a6dcd8 with identifier: CK18%20VZB to the API
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 107,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CK18%20VZB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1a2839c1-4197-5999-8334-70dda8a6dcd8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CK18 VZB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CK18%20VZB&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'FORD',
 'model': 'ECOSPORT',
 'odometer': 108000,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'FORD ECOSPORT 1.5 TDCI 100 TITANIUM StationWagon',
 'transmission': 'manual',
 'trim': 'TDCI 100 TITANIUM',
 'vin': 'WF01XXERK1JT59958',
 'year': 2018}
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CK18%2520VZB%27 HTTP/1.1" 200 None
2026-03-30 06:58:34 [bca.uk] INFO: Saving data for CK18%20VZB: {'auction_closing_time': 1774864800.0, 'created_time': 1774264641.989387, 'last_price_update_time': 1774853914.972985}
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CK18%2520VZB') HTTP/1.1" 204 0
2026-03-30 06:58:34 [bca.uk] INFO: Found listing with ID: OV21%20WHW
2026-03-30 06:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520WHW%27 HTTP/1.1" 200 None
2026-03-30 06:58:35 [bca.uk] INFO: Scrape type for OV21%20WHW: 2
2026-03-30 06:58:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a3329ba-6703-50e4-98d8-5d895d051015 with identifier: OV21%20WHW
2026-03-30 06:58:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a3329ba-6703-50e4-98d8-5d895d051015 with scrape type 2
2026-03-30 06:58:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a3329ba-6703-50e4-98d8-5d895d051015 with scrape type 2
2026-03-30 06:58:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5a3329ba-6703-50e4-98d8-5d895d051015, identifier: OV21%20WHW
2026-03-30 06:58:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8cae0a2e-ea41-57d1-b4e1-1e63001805de with identifier: WN75%20GVO
2026-03-30 06:58:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8cae0a2e-ea41-57d1-b4e1-1e63001805de with identifier: WN75%20GVO
2026-03-30 06:58:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8cae0a2e-ea41-57d1-b4e1-1e63001805de with identifier: WN75%20GVO to the API
2026-03-30 06:58:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 254,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20GVO-GB',
 'category': 'LightCommercialVehicle',
 'color': 'agate black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8cae0a2e-ea41-57d1-b4e1-1e63001805de',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 GVO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20GVO&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 RWD',
 'odometer': 6795,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 RWD 2.0 EBL 165 L4 H3 LIMITED PanelVan',
 'transmission': 'manual',
 'trim': 'EBL 165 L4 H3 LIMITED',
 'vin': 'WF0EXXTTRESR10081',
 'year': 2025}
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520GVO%27 HTTP/1.1" 200 None
2026-03-30 06:58:36 [bca.uk] INFO: Saving data for WN75%20GVO: {'auction_closing_time': 1774864800.0, 'created_time': 1773823032.227047, 'last_price_update_time': 1774853916.396274}
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520GVO') HTTP/1.1" 204 0
2026-03-30 06:58:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f039f3c-8b71-5c40-b7c0-61c300e24432 with identifier: SK70%20YDJ
2026-03-30 06:58:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f039f3c-8b71-5c40-b7c0-61c300e24432 with identifier: SK70%20YDJ
2026-03-30 06:58:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f039f3c-8b71-5c40-b7c0-61c300e24432 with identifier: SK70%20YDJ to the API
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SK70%20YDJ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '3f039f3c-8b71-5c40-b7c0-61c300e24432',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SK70 YDJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SK70%20YDJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'TESLA',
 'model': 'MODEL 3',
 'odometer': 104088,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL 3 LONG RANGE AWD Saloon',
 'transmission': 'automatic',
 'trim': 'LONG RANGE AWD',
 'vin': '5YJ3F7EB8LF776123',
 'year': 2020}
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SK70%2520YDJ%27 HTTP/1.1" 200 None
2026-03-30 06:58:36 [bca.uk] INFO: Saving data for SK70%20YDJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773908928.167756, 'last_price_update_time': 1774853916.720538}
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SK70%2520YDJ') HTTP/1.1" 204 0
2026-03-30 06:58:36 [bca.uk] INFO: Found listing with ID: GM66%20WUK
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520WUK%27 HTTP/1.1" 200 None
2026-03-30 06:58:36 [bca.uk] INFO: Scrape type for GM66%20WUK: 2
2026-03-30 06:58:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 613305a5-9009-5f4f-9421-21543b3e91ef with identifier: GM66%20WUK
2026-03-30 06:58:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 613305a5-9009-5f4f-9421-21543b3e91ef with scrape type 2
2026-03-30 06:58:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 613305a5-9009-5f4f-9421-21543b3e91ef with scrape type 2
2026-03-30 06:58:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 613305a5-9009-5f4f-9421-21543b3e91ef, identifier: GM66%20WUK
2026-03-30 06:58:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5a3329ba-6703-50e4-98d8-5d895d051015 with identifier: OV21%20WHW
2026-03-30 06:58:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5a3329ba-6703-50e4-98d8-5d895d051015 with identifier: OV21%20WHW
2026-03-30 06:58:36 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5a3329ba-6703-50e4-98d8-5d895d051015 with identifier: OV21%20WHW to the API
2026-03-30 06:58:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV21%20WHW-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '5a3329ba-6703-50e4-98d8-5d895d051015',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV21 WHW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV21%20WHW&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'PUMA',
 'odometer': 40344,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2021-01-01',
 'seller_name': None,
 'title': 'FORD PUMA 1.0 E/B MHEV 125 ST-LINE X Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B MHEV 125 ST-LINE X',
 'vin': 'WF02XXERK2MU83172',
 'year': 2021}
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV21%2520WHW%27 HTTP/1.1" 200 None
2026-03-30 06:58:37 [bca.uk] INFO: Saving data for OV21%20WHW: {'auction_closing_time': 1774951200.0, 'created_time': 1773959829.638871, 'last_price_update_time': 1774853917.159172}
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV21%2520WHW') HTTP/1.1" 204 0
2026-03-30 06:58:37 [bca.uk] INFO: Found listing with ID: HV74%20XZL
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520XZL%27 HTTP/1.1" 200 None
2026-03-30 06:58:37 [bca.uk] INFO: Scrape type for HV74%20XZL: 2
2026-03-30 06:58:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74e81585-9e24-50de-a32d-8e15d038a72e with identifier: HV74%20XZL
2026-03-30 06:58:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74e81585-9e24-50de-a32d-8e15d038a72e with scrape type 2
2026-03-30 06:58:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74e81585-9e24-50de-a32d-8e15d038a72e with scrape type 2
2026-03-30 06:58:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 74e81585-9e24-50de-a32d-8e15d038a72e, identifier: HV74%20XZL
2026-03-30 06:58:37 [bca.uk] INFO: Found listing with ID: DN19%20GWZ
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN19%2520GWZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:37 [bca.uk] INFO: Scrape type for DN19%20GWZ: 2
2026-03-30 06:58:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17356662-df41-522e-a8da-f99f8e21659a with identifier: DN19%20GWZ
2026-03-30 06:58:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17356662-df41-522e-a8da-f99f8e21659a with scrape type 2
2026-03-30 06:58:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17356662-df41-522e-a8da-f99f8e21659a with scrape type 2
2026-03-30 06:58:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 17356662-df41-522e-a8da-f99f8e21659a, identifier: DN19%20GWZ
2026-03-30 06:58:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 613305a5-9009-5f4f-9421-21543b3e91ef with identifier: GM66%20WUK
2026-03-30 06:58:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 613305a5-9009-5f4f-9421-21543b3e91ef with identifier: GM66%20WUK
2026-03-30 06:58:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 613305a5-9009-5f4f-9421-21543b3e91ef with identifier: GM66%20WUK to the API
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GM66%20WUK-GB',
 'category': 'Car',
 'color': 'bronze',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '613305a5-9009-5f4f-9421-21543b3e91ef',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GM66 WUK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GM66%20WUK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'VAUXHALL',
 'model': 'ASTRA TOURER',
 'odometer': 59304,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'VAUXHALL ASTRA TOURER 1.4 T 16V 150 ELITE Estate',
 'transmission': 'manual',
 'trim': 'T 16V 150 ELITE',
 'vin': 'W0LBE8EC1H8062398',
 'year': 2017}
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GM66%2520WUK%27 HTTP/1.1" 200 None
2026-03-30 06:58:37 [bca.uk] INFO: Saving data for GM66%20WUK: {'auction_closing_time': 1774864800.0, 'created_time': 1774264635.661294, 'last_price_update_time': 1774853917.680439}
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GM66%2520WUK') HTTP/1.1" 204 0
2026-03-30 06:58:37 [bca.uk] INFO: Found listing with ID: DU19%20VRD
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520VRD%27 HTTP/1.1" 200 None
2026-03-30 06:58:37 [bca.uk] INFO: Scrape type for DU19%20VRD: 2
2026-03-30 06:58:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with identifier: DU19%20VRD
2026-03-30 06:58:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with scrape type 2
2026-03-30 06:58:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with scrape type 2
2026-03-30 06:58:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8a1433a8-d51f-5b28-b09a-ab814e5291b7, identifier: DU19%20VRD
2026-03-30 06:58:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 74e81585-9e24-50de-a32d-8e15d038a72e with identifier: HV74%20XZL
2026-03-30 06:58:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 74e81585-9e24-50de-a32d-8e15d038a72e with identifier: HV74%20XZL
2026-03-30 06:58:37 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 74e81585-9e24-50de-a32d-8e15d038a72e with identifier: HV74%20XZL to the API
2026-03-30 06:58:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV74%20XZL-GB',
 'category': 'LightCommercialVehicle',
 'color': 'magnetic grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '74e81585-9e24-50de-a32d-8e15d038a72e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV74 XZL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV74%20XZL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'TRANSIT 350 FWD',
 'odometer': 27338,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'FORD TRANSIT 350 FWD 2.0 EBL 130 L3 H2 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': 'EBL 130 L3 H2 LIMITED',
 'vin': 'WF0EXXTTRERL74650',
 'year': 2024}
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV74%2520XZL%27 HTTP/1.1" 200 None
2026-03-30 06:58:38 [bca.uk] INFO: Saving data for HV74%20XZL: {'auction_closing_time': 1774864800.0, 'created_time': 1773821542.565018, 'last_price_update_time': 1774853918.103305}
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV74%2520XZL') HTTP/1.1" 204 0
2026-03-30 06:58:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 17356662-df41-522e-a8da-f99f8e21659a with identifier: DN19%20GWZ
2026-03-30 06:58:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 17356662-df41-522e-a8da-f99f8e21659a with identifier: DN19%20GWZ
2026-03-30 06:58:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 17356662-df41-522e-a8da-f99f8e21659a with identifier: DN19%20GWZ to the API
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 110,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DN19%20GWZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '17356662-df41-522e-a8da-f99f8e21659a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DN19 GWZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DN19%20GWZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'GRANDLAND X',
 'odometer': 81778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL GRANDLAND X 1.5 TURBO D 130 SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO D 130 SPORT',
 'vin': 'W0VZCYHZ8KS111523',
 'year': 2019}
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DN19%2520GWZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:38 [bca.uk] INFO: Saving data for DN19%20GWZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774354516.495041, 'last_price_update_time': 1774853918.389698}
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DN19%2520GWZ') HTTP/1.1" 204 0
2026-03-30 06:58:38 [bca.uk] INFO: Found listing with ID: MT68%20TMO
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520TMO%27 HTTP/1.1" 200 None
2026-03-30 06:58:38 [bca.uk] INFO: Scrape type for MT68%20TMO: 2
2026-03-30 06:58:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with identifier: MT68%20TMO
2026-03-30 06:58:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with scrape type 2
2026-03-30 06:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with scrape type 2
2026-03-30 06:58:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 33e8252b-85bf-5d5c-8eb2-14e41d2f2589, identifier: MT68%20TMO
2026-03-30 06:58:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with identifier: DU19%20VRD
2026-03-30 06:58:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with identifier: DU19%20VRD
2026-03-30 06:58:38 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8a1433a8-d51f-5b28-b09a-ab814e5291b7 with identifier: DU19%20VRD to the API
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DU19%20VRD-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8a1433a8-d51f-5b28-b09a-ab814e5291b7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DU19 VRD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DU19%20VRD&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 47144,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 T 110 ECOTEC SE (6)S/S Hatchback',
 'transmission': 'manual',
 'trim': 'T 110 ECOTEC SE (6)S/S',
 'vin': 'W0V7D9ED5K4202210',
 'year': 2019}
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DU19%2520VRD%27 HTTP/1.1" 200 None
2026-03-30 06:58:38 [bca.uk] INFO: Saving data for DU19%20VRD: {'auction_closing_time': 1774951200.0, 'created_time': 1773828938.604574, 'last_price_update_time': 1774853918.795558}
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DU19%2520VRD') HTTP/1.1" 204 0
2026-03-30 06:58:38 [bca.uk] INFO: Found listing with ID: HV24%20MXB
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520MXB%27 HTTP/1.1" 200 None
2026-03-30 06:58:38 [bca.uk] INFO: Scrape type for HV24%20MXB: 2
2026-03-30 06:58:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 609bb3b6-f22e-58b9-a898-c54cc55578cb with identifier: HV24%20MXB
2026-03-30 06:58:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 609bb3b6-f22e-58b9-a898-c54cc55578cb with scrape type 2
2026-03-30 06:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 609bb3b6-f22e-58b9-a898-c54cc55578cb with scrape type 2
2026-03-30 06:58:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 609bb3b6-f22e-58b9-a898-c54cc55578cb, identifier: HV24%20MXB
2026-03-30 06:58:38 [bca.uk] INFO: Found listing with ID: FY24%20WNN
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY24%2520WNN%27 HTTP/1.1" 200 None
2026-03-30 06:58:38 [bca.uk] INFO: Scrape type for FY24%20WNN: 2
2026-03-30 06:58:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 943243db-e2d3-5241-ac91-91e4d07282ba with identifier: FY24%20WNN
2026-03-30 06:58:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 943243db-e2d3-5241-ac91-91e4d07282ba with scrape type 2
2026-03-30 06:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 943243db-e2d3-5241-ac91-91e4d07282ba with scrape type 2
2026-03-30 06:58:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 943243db-e2d3-5241-ac91-91e4d07282ba, identifier: FY24%20WNN
2026-03-30 06:58:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with identifier: MT68%20TMO
2026-03-30 06:58:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with identifier: MT68%20TMO
2026-03-30 06:58:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 33e8252b-85bf-5d5c-8eb2-14e41d2f2589 with identifier: MT68%20TMO to the API
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MT68%20TMO-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '33e8252b-85bf-5d5c-8eb2-14e41d2f2589',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MT68 TMO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MT68%20TMO&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 74516,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 DCI 115 ACENTA PREMIUM Hatchback',
 'transmission': 'manual',
 'trim': 'DCI 115 ACENTA PREMIUM',
 'vin': 'SJNFAAJ11U2476133',
 'year': 2018}
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MT68%2520TMO%27 HTTP/1.1" 200 None
2026-03-30 06:58:39 [bca.uk] INFO: Saving data for MT68%20TMO: {'auction_closing_time': 1774864800.0, 'created_time': 1774264614.675368, 'last_price_update_time': 1774853919.375692}
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MT68%2520TMO') HTTP/1.1" 204 0
2026-03-30 06:58:39 [bca.uk] INFO: Found listing with ID: DA68%20NXY
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520NXY%27 HTTP/1.1" 200 None
2026-03-30 06:58:39 [bca.uk] INFO: Scrape type for DA68%20NXY: 2
2026-03-30 06:58:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 996b3ce1-e81a-5bd0-b834-f28600f4a49f with identifier: DA68%20NXY
2026-03-30 06:58:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 996b3ce1-e81a-5bd0-b834-f28600f4a49f with scrape type 2
2026-03-30 06:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 996b3ce1-e81a-5bd0-b834-f28600f4a49f with scrape type 2
2026-03-30 06:58:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 996b3ce1-e81a-5bd0-b834-f28600f4a49f, identifier: DA68%20NXY
2026-03-30 06:58:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 609bb3b6-f22e-58b9-a898-c54cc55578cb with identifier: HV24%20MXB
2026-03-30 06:58:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 609bb3b6-f22e-58b9-a898-c54cc55578cb with identifier: HV24%20MXB
2026-03-30 06:58:39 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 609bb3b6-f22e-58b9-a898-c54cc55578cb with identifier: HV24%20MXB to the API
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 233,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HV24%20MXB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'carbonised grey',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '609bb3b6-f22e-58b9-a898-c54cc55578cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HV24 MXB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HV24%20MXB&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'RANGER',
 'odometer': 17601,
 'odometer_reading_unit': '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': '6FPPXXMJ2PRR61043',
 'year': 2024}
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HV24%2520MXB%27 HTTP/1.1" 200 None
2026-03-30 06:58:39 [bca.uk] INFO: Saving data for HV24%20MXB: {'auction_closing_time': 1774864800.0, 'created_time': 1774350688.549389, 'last_price_update_time': 1774853919.910721}
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HV24%2520MXB') HTTP/1.1" 204 0
2026-03-30 06:58:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 943243db-e2d3-5241-ac91-91e4d07282ba with identifier: FY24%20WNN
2026-03-30 06:58:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 943243db-e2d3-5241-ac91-91e4d07282ba with identifier: FY24%20WNN
2026-03-30 06:58:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 943243db-e2d3-5241-ac91-91e4d07282ba with identifier: FY24%20WNN to the API
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FY24%20WNN-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '943243db-e2d3-5241-ac91-91e4d07282ba',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'FY24 WNN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FY24%20WNN&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'NISSAN',
 'model': 'QASHQAI',
 'odometer': 19017,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'NISSAN QASHQAI 1.5 E-POWER HEV N-CONNECTA Hatchback',
 'transmission': 'automatic',
 'trim': 'E-POWER HEV N-CONNECTA',
 'vin': 'SJNTBAJ12U1454134',
 'year': 2024}
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FY24%2520WNN%27 HTTP/1.1" 200 None
2026-03-30 06:58:40 [bca.uk] INFO: Saving data for FY24%20WNN: {'auction_closing_time': 1774864800.0, 'created_time': 1774354557.967227, 'last_price_update_time': 1774853920.192194}
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FY24%2520WNN') HTTP/1.1" 204 0
2026-03-30 06:58:40 [bca.uk] INFO: Found listing with ID: AE16%20XUZ
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520XUZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:40 [bca.uk] INFO: Scrape type for AE16%20XUZ: 2
2026-03-30 06:58:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with identifier: AE16%20XUZ
2026-03-30 06:58:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with scrape type 2
2026-03-30 06:58:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with scrape type 2
2026-03-30 06:58:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2fbd6cc8-0f6f-50db-9238-252c83e06e00, identifier: AE16%20XUZ
2026-03-30 06:58:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 996b3ce1-e81a-5bd0-b834-f28600f4a49f with identifier: DA68%20NXY
2026-03-30 06:58:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 996b3ce1-e81a-5bd0-b834-f28600f4a49f with identifier: DA68%20NXY
2026-03-30 06:58:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 996b3ce1-e81a-5bd0-b834-f28600f4a49f with identifier: DA68%20NXY to the API
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA68%20NXY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '996b3ce1-e81a-5bd0-b834-f28600f4a49f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DA68 NXY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA68%20NXY&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 64077,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.5 BLUEHDI 130 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 130 ALLURE',
 'vin': 'VF3MCYHZJJS423172',
 'year': 2018}
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA68%2520NXY%27 HTTP/1.1" 200 None
2026-03-30 06:58:40 [bca.uk] INFO: Saving data for DA68%20NXY: {'auction_closing_time': 1774951200.0, 'created_time': 1773844241.687072, 'last_price_update_time': 1774853920.605567}
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA68%2520NXY') HTTP/1.1" 204 0
2026-03-30 06:58:40 [bca.uk] INFO: Found listing with ID: WN75%20AZT
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZT%27 HTTP/1.1" 200 None
2026-03-30 06:58:40 [bca.uk] INFO: Scrape type for WN75%20AZT: 2
2026-03-30 06:58:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55bfe42b-b7ea-5d2b-a396-0f1d0e45cbbf with identifier: WN75%20AZT
2026-03-30 06:58:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55bfe42b-b7ea-5d2b-a396-0f1d0e45cbbf with scrape type 2
2026-03-30 06:58:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55bfe42b-b7ea-5d2b-a396-0f1d0e45cbbf with scrape type 2
2026-03-30 06:58:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 55bfe42b-b7ea-5d2b-a396-0f1d0e45cbbf, identifier: WN75%20AZT
2026-03-30 06:58:40 [bca.uk] INFO: Found listing with ID: K24%20ORD
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K24%2520ORD%27 HTTP/1.1" 200 None
2026-03-30 06:58:40 [bca.uk] INFO: Scrape type for K24%20ORD: 2
2026-03-30 06:58:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with identifier: K24%20ORD
2026-03-30 06:58:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with scrape type 2
2026-03-30 06:58:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with scrape type 2
2026-03-30 06:58:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 49a825b7-2aa0-5a58-8dfa-e7d76801ba81, identifier: K24%20ORD
2026-03-30 06:58:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with identifier: AE16%20XUZ
2026-03-30 06:58:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with identifier: AE16%20XUZ
2026-03-30 06:58:40 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2fbd6cc8-0f6f-50db-9238-252c83e06e00 with identifier: AE16%20XUZ to the API
2026-03-30 06:58:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AE16%20XUZ-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2fbd6cc8-0f6f-50db-9238-252c83e06e00',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AE16 XUZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AE16%20XUZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 81374,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 180 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJAB4AN4HCP00387',
 'year': 2016}
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AE16%2520XUZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:41 [bca.uk] INFO: Saving data for AE16%20XUZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774264542.87849, 'last_price_update_time': 1774853921.12207}
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AE16%2520XUZ') HTTP/1.1" 204 0
2026-03-30 06:58:41 [bca.uk] INFO: Found listing with ID: WD18%20OXV
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD18%2520OXV%27 HTTP/1.1" 200 None
2026-03-30 06:58:41 [bca.uk] INFO: Scrape type for WD18%20OXV: 2
2026-03-30 06:58:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bef44923-5630-5454-8e74-e623f2ded883 with identifier: WD18%20OXV
2026-03-30 06:58:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bef44923-5630-5454-8e74-e623f2ded883 with scrape type 2
2026-03-30 06:58:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bef44923-5630-5454-8e74-e623f2ded883 with scrape type 2
2026-03-30 06:58:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bef44923-5630-5454-8e74-e623f2ded883, identifier: WD18%20OXV
2026-03-30 06:58:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 55bfe42b-b7ea-5d2b-a396-0f1d0e45cbbf with identifier: WN75%20AZT
2026-03-30 06:58:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 55bfe42b-b7ea-5d2b-a396-0f1d0e45cbbf with identifier: WN75%20AZT
2026-03-30 06:58:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 55bfe42b-b7ea-5d2b-a396-0f1d0e45cbbf with identifier: WN75%20AZT to the API
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN75%20AZT-GB',
 'category': 'LightCommercialVehicle',
 'color': 'agate black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '55bfe42b-b7ea-5d2b-a396-0f1d0e45cbbf',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WN75 AZT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN75%20AZT&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 2063,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD E-TRANSIT CUSTM 160KW 320 RWD L2H1 LIMITED PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L2H1 LIMITED',
 'vin': 'WF0RXXTAXBSP37470',
 'year': 2025}
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WN75%2520AZT%27 HTTP/1.1" 200 None
2026-03-30 06:58:41 [bca.uk] INFO: Saving data for WN75%20AZT: {'auction_closing_time': 1774864800.0, 'created_time': 1774350427.025113, 'last_price_update_time': 1774853921.56446}
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN75%2520AZT') HTTP/1.1" 204 0
2026-03-30 06:58:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with identifier: K24%20ORD
2026-03-30 06:58:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with identifier: K24%20ORD
2026-03-30 06:58:41 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 49a825b7-2aa0-5a58-8dfa-e7d76801ba81 with identifier: K24%20ORD to the API
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 157,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=K24%20ORD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '49a825b7-2aa0-5a58-8dfa-e7d76801ba81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'K24 ORD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=K24%20ORD&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'LAND ROVER',
 'model': 'R/R VELAR',
 'odometer': 59471,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R VELAR 2.0 D180 R-DYNAMIC SE StationWagon',
 'transmission': 'automatic',
 'trim': 'D180 R-DYNAMIC SE',
 'vin': 'SALYA2AN6KA201686',
 'year': 2018}
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27K24%2520ORD%27 HTTP/1.1" 200 None
2026-03-30 06:58:41 [bca.uk] INFO: Saving data for K24%20ORD: {'auction_closing_time': 1774864800.0, 'created_time': 1774354566.890969, 'last_price_update_time': 1774853921.871858}
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='K24%2520ORD') HTTP/1.1" 204 0
2026-03-30 06:58:41 [bca.uk] INFO: Found listing with ID: LG18%20TYZ
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520TYZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:41 [bca.uk] INFO: Scrape type for LG18%20TYZ: 2
2026-03-30 06:58:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b569bc6-afde-5802-8580-7b514ff0e6f6 with identifier: LG18%20TYZ
2026-03-30 06:58:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b569bc6-afde-5802-8580-7b514ff0e6f6 with scrape type 2
2026-03-30 06:58:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b569bc6-afde-5802-8580-7b514ff0e6f6 with scrape type 2
2026-03-30 06:58:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b569bc6-afde-5802-8580-7b514ff0e6f6, identifier: LG18%20TYZ
2026-03-30 06:58:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bef44923-5630-5454-8e74-e623f2ded883 with identifier: WD18%20OXV
2026-03-30 06:58:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bef44923-5630-5454-8e74-e623f2ded883 with identifier: WD18%20OXV
2026-03-30 06:58:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bef44923-5630-5454-8e74-e623f2ded883 with identifier: WD18%20OXV to the API
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WD18%20OXV-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'bef44923-5630-5454-8e74-e623f2ded883',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WD18 OXV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WD18%20OXV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 51306,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE PREMIUM 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM 9G',
 'vin': 'WDD2383142F070244',
 'year': 2018}
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WD18%2520OXV%27 HTTP/1.1" 200 None
2026-03-30 06:58:42 [bca.uk] INFO: Saving data for WD18%20OXV: {'auction_closing_time': 1774951200.0, 'created_time': 1773828930.242289, 'last_price_update_time': 1774853922.296025}
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WD18%2520OXV') HTTP/1.1" 204 0
2026-03-30 06:58:42 [bca.uk] INFO: Found listing with ID: WV75%20TVX
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV75%2520TVX%27 HTTP/1.1" 200 None
2026-03-30 06:58:42 [bca.uk] INFO: Scrape type for WV75%20TVX: 2
2026-03-30 06:58:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d671a2ce-bf9f-54d6-8722-e427bcd4b78c with identifier: WV75%20TVX
2026-03-30 06:58:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d671a2ce-bf9f-54d6-8722-e427bcd4b78c with scrape type 2
2026-03-30 06:58:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d671a2ce-bf9f-54d6-8722-e427bcd4b78c with scrape type 2
2026-03-30 06:58:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d671a2ce-bf9f-54d6-8722-e427bcd4b78c, identifier: WV75%20TVX
2026-03-30 06:58:42 [bca.uk] INFO: Found listing with ID: SV25%20POF
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV25%2520POF%27 HTTP/1.1" 200 None
2026-03-30 06:58:42 [bca.uk] INFO: Scrape type for SV25%20POF: 2
2026-03-30 06:58:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e894ed98-5b93-5441-b914-6a9020fc2d11 with identifier: SV25%20POF
2026-03-30 06:58:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e894ed98-5b93-5441-b914-6a9020fc2d11 with scrape type 2
2026-03-30 06:58:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e894ed98-5b93-5441-b914-6a9020fc2d11 with scrape type 2
2026-03-30 06:58:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e894ed98-5b93-5441-b914-6a9020fc2d11, identifier: SV25%20POF
2026-03-30 06:58:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b569bc6-afde-5802-8580-7b514ff0e6f6 with identifier: LG18%20TYZ
2026-03-30 06:58:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b569bc6-afde-5802-8580-7b514ff0e6f6 with identifier: LG18%20TYZ
2026-03-30 06:58:42 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b569bc6-afde-5802-8580-7b514ff0e6f6 with identifier: LG18%20TYZ to the API
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 139,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LG18%20TYZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b569bc6-afde-5802-8580-7b514ff0e6f6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LG18 TYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LG18%20TYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'LAND ROVER',
 'model': 'DISCOVERY SPORT',
 'odometer': 63397,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'LAND ROVER DISCOVERY SPORT 2.0 TD4 180 HSE StationWagon',
 'transmission': 'automatic',
 'trim': 'TD4 180 HSE',
 'vin': 'SALCA2ANXJH764921',
 'year': 2018}
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LG18%2520TYZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:42 [bca.uk] INFO: Saving data for LG18%20TYZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774264579.582322, 'last_price_update_time': 1774853922.839602}
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LG18%2520TYZ') HTTP/1.1" 204 0
2026-03-30 06:58:42 [bca.uk] INFO: Found listing with ID: MF19%20ZCE
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520ZCE%27 HTTP/1.1" 200 None
2026-03-30 06:58:42 [bca.uk] INFO: Scrape type for MF19%20ZCE: 2
2026-03-30 06:58:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de9b343b-736b-54c7-bde6-9395fe8cd207 with identifier: MF19%20ZCE
2026-03-30 06:58:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de9b343b-736b-54c7-bde6-9395fe8cd207 with scrape type 2
2026-03-30 06:58:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de9b343b-736b-54c7-bde6-9395fe8cd207 with scrape type 2
2026-03-30 06:58:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de9b343b-736b-54c7-bde6-9395fe8cd207, identifier: MF19%20ZCE
2026-03-30 06:58:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d671a2ce-bf9f-54d6-8722-e427bcd4b78c with identifier: WV75%20TVX
2026-03-30 06:58:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d671a2ce-bf9f-54d6-8722-e427bcd4b78c with identifier: WV75%20TVX
2026-03-30 06:58:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d671a2ce-bf9f-54d6-8722-e427bcd4b78c with identifier: WV75%20TVX to the API
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WV75%20TVX-GB',
 'category': 'LightCommercialVehicle',
 'color': 'agate black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'd671a2ce-bf9f-54d6-8722-e427bcd4b78c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'WV75 TVX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WV75%20TVX&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'E-TRANSIT CUSTM',
 'odometer': 2281,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'FORD E-TRANSIT CUSTM 160KW 320 RWD L1H1 SPORT PanelVan',
 'transmission': 'automatic',
 'trim': '160KW 320 RWD L1H1 SPORT',
 'vin': 'WF0RXXTA2BSP43604',
 'year': 2025}
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WV75%2520TVX%27 HTTP/1.1" 200 None
2026-03-30 06:58:43 [bca.uk] INFO: Saving data for WV75%20TVX: {'auction_closing_time': 1774864800.0, 'created_time': 1774350729.61343, 'last_price_update_time': 1774853923.256986}
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WV75%2520TVX') HTTP/1.1" 204 0
2026-03-30 06:58:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e894ed98-5b93-5441-b914-6a9020fc2d11 with identifier: SV25%20POF
2026-03-30 06:58:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e894ed98-5b93-5441-b914-6a9020fc2d11 with identifier: SV25%20POF
2026-03-30 06:58:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e894ed98-5b93-5441-b914-6a9020fc2d11 with identifier: SV25%20POF to the API
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SV25%20POF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'e894ed98-5b93-5441-b914-6a9020fc2d11',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'SV25 POF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SV25%20POF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'BYD AUTO',
 'model': 'SEALION 7',
 'odometer': 5688,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2025-01-01',
 'seller_name': None,
 'title': 'BYD AUTO SEALION 7 390KW 91KWH AWD EXCELLENCE Hatchback',
 'transmission': 'automatic',
 'trim': '390KW 91KWH AWD EXCELLENCE',
 'vin': 'LGXCF4CD8S2062001',
 'year': 2025}
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SV25%2520POF%27 HTTP/1.1" 200 None
2026-03-30 06:58:43 [bca.uk] INFO: Saving data for SV25%20POF: {'auction_closing_time': 1774864800.0, 'created_time': 1774044978.94716, 'last_price_update_time': 1774853923.564848}
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SV25%2520POF') HTTP/1.1" 204 0
2026-03-30 06:58:43 [bca.uk] INFO: Found listing with ID: LS15%20ENK
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS15%2520ENK%27 HTTP/1.1" 200 None
2026-03-30 06:58:43 [bca.uk] INFO: Scrape type for LS15%20ENK: 2
2026-03-30 06:58:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with identifier: LS15%20ENK
2026-03-30 06:58:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with scrape type 2
2026-03-30 06:58:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with scrape type 2
2026-03-30 06:58:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2bf75a8e-37d6-59c5-a12a-91ef9be0053b, identifier: LS15%20ENK
2026-03-30 06:58:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de9b343b-736b-54c7-bde6-9395fe8cd207 with identifier: MF19%20ZCE
2026-03-30 06:58:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de9b343b-736b-54c7-bde6-9395fe8cd207 with identifier: MF19%20ZCE
2026-03-30 06:58:43 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de9b343b-736b-54c7-bde6-9395fe8cd207 with identifier: MF19%20ZCE to the API
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MF19%20ZCE-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.5L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'de9b343b-736b-54c7-bde6-9395fe8cd207',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MF19 ZCE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MF19%20ZCE&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LEXUS',
 'model': 'RX 450H',
 'odometer': 47041,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'LEXUS RX 450H 3.5 TAKUMI StationWagon',
 'transmission': 'automatic',
 'trim': 'TAKUMI',
 'vin': 'JTJBGMCAX02047778',
 'year': 2019}
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MF19%2520ZCE%27 HTTP/1.1" 200 None
2026-03-30 06:58:43 [bca.uk] INFO: Saving data for MF19%20ZCE: {'auction_closing_time': 1774951200.0, 'created_time': 1773820421.706177, 'last_price_update_time': 1774853923.989334}
2026-03-30 06:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MF19%2520ZCE') HTTP/1.1" 204 0
2026-03-30 06:58:44 [bca.uk] INFO: Found listing with ID: YGZ%202961
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25202961%27 HTTP/1.1" 200 None
2026-03-30 06:58:44 [bca.uk] INFO: Scrape type for YGZ%202961: 2
2026-03-30 06:58:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with identifier: YGZ%202961
2026-03-30 06:58:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with scrape type 2
2026-03-30 06:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with scrape type 2
2026-03-30 06:58:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 157f1d4d-aa4b-546a-a9cf-5672d2f96726, identifier: YGZ%202961
2026-03-30 06:58:44 [bca.uk] INFO: Found listing with ID: WN22%20FMA
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58: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%2520FMA%27 HTTP/1.1" 200 None
2026-03-30 06:58:44 [bca.uk] INFO: Scrape type for WN22%20FMA: 2
2026-03-30 06:58:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0feb0e49-f4ee-5fcc-bb46-ae800303767b with identifier: WN22%20FMA
2026-03-30 06:58:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0feb0e49-f4ee-5fcc-bb46-ae800303767b with scrape type 2
2026-03-30 06:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0feb0e49-f4ee-5fcc-bb46-ae800303767b with scrape type 2
2026-03-30 06:58:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0feb0e49-f4ee-5fcc-bb46-ae800303767b, identifier: WN22%20FMA
2026-03-30 06:58:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with identifier: LS15%20ENK
2026-03-30 06:58:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with identifier: LS15%20ENK
2026-03-30 06:58:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2bf75a8e-37d6-59c5-a12a-91ef9be0053b with identifier: LS15%20ENK to the API
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS15%20ENK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2bf75a8e-37d6-59c5-a12a-91ef9be0053b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LS15 ENK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS15%20ENK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'BMW',
 'model': '330D',
 'odometer': 89813,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'BMW 330D 3.0 XDRIVE M SPORT TOURING STEP Estate',
 'transmission': 'automatic',
 'trim': 'XDRIVE M SPORT TOURING STEP',
 'vin': 'WBA3L32070K539381',
 'year': 2015}
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS15%2520ENK%27 HTTP/1.1" 200 None
2026-03-30 06:58:44 [bca.uk] INFO: Saving data for LS15%20ENK: {'auction_closing_time': 1774864800.0, 'created_time': 1774264577.636143, 'last_price_update_time': 1774853924.537124}
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS15%2520ENK') HTTP/1.1" 204 0
2026-03-30 06:58:44 [bca.uk] INFO: Found listing with ID: MD68%20YVM
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD68%2520YVM%27 HTTP/1.1" 200 None
2026-03-30 06:58:44 [bca.uk] INFO: Scrape type for MD68%20YVM: 2
2026-03-30 06:58:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1af257d-3155-57ab-924b-ffe7757727c9 with identifier: MD68%20YVM
2026-03-30 06:58:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1af257d-3155-57ab-924b-ffe7757727c9 with scrape type 2
2026-03-30 06:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1af257d-3155-57ab-924b-ffe7757727c9 with scrape type 2
2026-03-30 06:58:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e1af257d-3155-57ab-924b-ffe7757727c9, identifier: MD68%20YVM
2026-03-30 06:58:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with identifier: YGZ%202961
2026-03-30 06:58:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with identifier: YGZ%202961
2026-03-30 06:58:44 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 157f1d4d-aa4b-546a-a9cf-5672d2f96726 with identifier: YGZ%202961 to the API
2026-03-30 06:58:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YGZ%202961-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '157f1d4d-aa4b-546a-a9cf-5672d2f96726',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YGZ 2961',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YGZ%202961&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HONDA',
 'model': 'JAZZ',
 'odometer': 33639,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'HONDA JAZZ 1.5 I-MMD HYBRID SR ECVT Hatchback',
 'transmission': 'automatic',
 'trim': 'I-MMD HYBRID SR ECVT',
 'vin': 'JHMGR3850PS211636',
 'year': 2023}
2026-03-30 06:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YGZ%25202961%27 HTTP/1.1" 200 None
2026-03-30 06:58:45 [bca.uk] INFO: Saving data for YGZ%202961: {'auction_closing_time': 1775037600.0, 'created_time': 1774392134.185725, 'last_price_update_time': 1774853925.045811}
2026-03-30 06:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YGZ%25202961') HTTP/1.1" 204 0
2026-03-30 06:58:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0feb0e49-f4ee-5fcc-bb46-ae800303767b with identifier: WN22%20FMA
2026-03-30 06:58:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0feb0e49-f4ee-5fcc-bb46-ae800303767b with identifier: WN22%20FMA
2026-03-30 06:58:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0feb0e49-f4ee-5fcc-bb46-ae800303767b with identifier: WN22%20FMA to the API
2026-03-30 06:58:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WN22%20FMA-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '0feb0e49-f4ee-5fcc-bb46-ae800303767b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WN22 FMA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WN22%20FMA&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'TESLA',
 'model': 'MODEL Y',
 'odometer': 57048,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TESLA MODEL Y AWD LONG RANGE Hatchback',
 'transmission': 'automatic',
 'trim': 'AWD LONG RANGE',
 'vin': 'LRWYHCEK0NC260845',
 'year': 2022}
2026-03-30 06:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58: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%2520FMA%27 HTTP/1.1" 200 None
2026-03-30 06:58:45 [bca.uk] INFO: Saving data for WN22%20FMA: {'auction_closing_time': 1775037600.0, 'created_time': 1774354569.157472, 'last_price_update_time': 1774853925.33985}
2026-03-30 06:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WN22%2520FMA') HTTP/1.1" 204 0
2026-03-30 06:58:45 [bca.uk] INFO: Found listing with ID: DL73%20HNZ
2026-03-30 06:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HNZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:45 [bca.uk] INFO: Scrape type for DL73%20HNZ: 2
2026-03-30 06:58:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with identifier: DL73%20HNZ
2026-03-30 06:58:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with scrape type 2
2026-03-30 06:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with scrape type 2
2026-03-30 06:58:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6cd83bd6-20d0-5f29-8958-c507c6bb4e81, identifier: DL73%20HNZ
2026-03-30 06:58:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e1af257d-3155-57ab-924b-ffe7757727c9 with identifier: MD68%20YVM
2026-03-30 06:58:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e1af257d-3155-57ab-924b-ffe7757727c9 with identifier: MD68%20YVM
2026-03-30 06:58:45 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e1af257d-3155-57ab-924b-ffe7757727c9 with identifier: MD68%20YVM to the API
2026-03-30 06:58:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 146,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MD68%20YVM-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e1af257d-3155-57ab-924b-ffe7757727c9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'MD68 YVM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MD68%20YVM&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 200',
 'odometer': 42302,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 200 1.6 AMG LINE NIGHT ED.PLUS DCT Coupe',
 'transmission': 'automatic',
 'trim': 'AMG LINE NIGHT ED.PLUS DCT',
 'vin': 'WDD1173432N715840',
 'year': 2018}
2026-03-30 06:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MD68%2520YVM%27 HTTP/1.1" 200 None
2026-03-30 06:58:46 [bca.uk] INFO: Saving data for MD68%20YVM: {'auction_closing_time': 1774951200.0, 'created_time': 1773828935.418399, 'last_price_update_time': 1774853926.382245}
2026-03-30 06:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MD68%2520YVM') HTTP/1.1" 204 0
2026-03-30 06:58:46 [bca.uk] INFO: Found listing with ID: VO70%20HMG
2026-03-30 06:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520HMG%27 HTTP/1.1" 200 None
2026-03-30 06:58:46 [bca.uk] INFO: Scrape type for VO70%20HMG: 2
2026-03-30 06:58:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a31087-db02-54b6-a9fe-dd8549d14ada with identifier: VO70%20HMG
2026-03-30 06:58:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a31087-db02-54b6-a9fe-dd8549d14ada with scrape type 2
2026-03-30 06:58:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a31087-db02-54b6-a9fe-dd8549d14ada with scrape type 2
2026-03-30 06:58:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b7a31087-db02-54b6-a9fe-dd8549d14ada, identifier: VO70%20HMG
2026-03-30 06:58:46 [bca.uk] INFO: Found listing with ID: FN70%20FYZ
2026-03-30 06:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN70%2520FYZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:46 [bca.uk] INFO: Scrape type for FN70%20FYZ: 2
2026-03-30 06:58:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbd613f8-7110-5a28-a76e-bc776f16ecd7 with identifier: FN70%20FYZ
2026-03-30 06:58:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbd613f8-7110-5a28-a76e-bc776f16ecd7 with scrape type 2
2026-03-30 06:58:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbd613f8-7110-5a28-a76e-bc776f16ecd7 with scrape type 2
2026-03-30 06:58:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cbd613f8-7110-5a28-a76e-bc776f16ecd7, identifier: FN70%20FYZ
2026-03-30 06:58:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with identifier: DL73%20HNZ
2026-03-30 06:58:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with identifier: DL73%20HNZ
2026-03-30 06:58:46 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6cd83bd6-20d0-5f29-8958-c507c6bb4e81 with identifier: DL73%20HNZ to the API
2026-03-30 06:58:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20HNZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6cd83bd6-20d0-5f29-8958-c507c6bb4e81',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 HNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20HNZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Glasgow - East',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 18237,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12600,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4308394',
 'year': 2023}
2026-03-30 06:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520HNZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:47 [bca.uk] INFO: Saving data for DL73%20HNZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773823566.272742, 'last_price_update_time': 1774853927.005306}
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520HNZ') HTTP/1.1" 204 0
2026-03-30 06:58:47 [bca.uk] INFO: Found listing with ID: M123%20CRH
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M123%2520CRH%27 HTTP/1.1" 200 None
2026-03-30 06:58:47 [bca.uk] INFO: Scrape type for M123%20CRH: 2
2026-03-30 06:58:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3301ec0-937c-59a1-8819-346d2b2662d4 with identifier: M123%20CRH
2026-03-30 06:58:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3301ec0-937c-59a1-8819-346d2b2662d4 with scrape type 2
2026-03-30 06:58:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3301ec0-937c-59a1-8819-346d2b2662d4 with scrape type 2
2026-03-30 06:58:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a3301ec0-937c-59a1-8819-346d2b2662d4, identifier: M123%20CRH
2026-03-30 06:58:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b7a31087-db02-54b6-a9fe-dd8549d14ada with identifier: VO70%20HMG
2026-03-30 06:58:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b7a31087-db02-54b6-a9fe-dd8549d14ada with identifier: VO70%20HMG
2026-03-30 06:58:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b7a31087-db02-54b6-a9fe-dd8549d14ada with identifier: VO70%20HMG to the API
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 163,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VO70%20HMG-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'b7a31087-db02-54b6-a9fe-dd8549d14ada',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VO70 HMG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VO70%20HMG&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'VOLKSWAGEN',
 'model': 'TIGUAN',
 'odometer': 71728,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 150 2WD R LINE TECH DSG StationWagon',
 'transmission': 'automatic',
 'trim': 'TDI 150 2WD R LINE TECH DSG',
 'vin': 'WVGZZZ5NZLW398675',
 'year': 2020}
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VO70%2520HMG%27 HTTP/1.1" 200 None
2026-03-30 06:58:47 [bca.uk] INFO: Saving data for VO70%20HMG: {'auction_closing_time': 1775037600.0, 'created_time': 1774392131.828563, 'last_price_update_time': 1774853927.443533}
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VO70%2520HMG') HTTP/1.1" 204 0
2026-03-30 06:58:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cbd613f8-7110-5a28-a76e-bc776f16ecd7 with identifier: FN70%20FYZ
2026-03-30 06:58:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cbd613f8-7110-5a28-a76e-bc776f16ecd7 with identifier: FN70%20FYZ
2026-03-30 06:58:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cbd613f8-7110-5a28-a76e-bc776f16ecd7 with identifier: FN70%20FYZ to the API
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 164,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN70%20FYZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'cbd613f8-7110-5a28-a76e-bc776f16ecd7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN70 FYZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN70%20FYZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bridgwater',
 'make': 'AUDI',
 'model': 'A4',
 'odometer': 28176,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'AUDI A4 2.0 35 TFSI BLACK ED.S-T Saloon',
 'transmission': 'automatic',
 'trim': '35 TFSI BLACK ED.S-T',
 'vin': 'WAUZZZF41LA073935',
 'year': 2020}
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN70%2520FYZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:47 [bca.uk] INFO: Saving data for FN70%20FYZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774046776.969123, 'last_price_update_time': 1774853927.756849}
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN70%2520FYZ') HTTP/1.1" 204 0
2026-03-30 06:58:47 [bca.uk] INFO: Found listing with ID: DL73%20LCO
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCO%27 HTTP/1.1" 200 None
2026-03-30 06:58:47 [bca.uk] INFO: Scrape type for DL73%20LCO: 2
2026-03-30 06:58:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with identifier: DL73%20LCO
2026-03-30 06:58:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with scrape type 2
2026-03-30 06:58:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with scrape type 2
2026-03-30 06:58:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8e9f66a7-1fc7-5dee-9626-0487e196dd08, identifier: DL73%20LCO
2026-03-30 06:58:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a3301ec0-937c-59a1-8819-346d2b2662d4 with identifier: M123%20CRH
2026-03-30 06:58:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a3301ec0-937c-59a1-8819-346d2b2662d4 with identifier: M123%20CRH
2026-03-30 06:58:47 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a3301ec0-937c-59a1-8819-346d2b2662d4 with identifier: M123%20CRH to the API
2026-03-30 06:58:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 189,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=M123%20CRH-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a3301ec0-937c-59a1-8819-346d2b2662d4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'M123 CRH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=M123%20CRH&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'MASERATI',
 'model': 'LEVANTE',
 'odometer': 31098,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MASERATI LEVANTE 3.0 V6D 275 GRANLUSSO StationWagon',
 'transmission': 'automatic',
 'trim': 'V6D 275 GRANLUSSO',
 'vin': 'ZN6TU61C00X297681',
 'year': 2018}
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27M123%2520CRH%27 HTTP/1.1" 200 None
2026-03-30 06:58:48 [bca.uk] INFO: Saving data for M123%20CRH: {'auction_closing_time': 1774951200.0, 'created_time': 1773820406.217994, 'last_price_update_time': 1774853928.154978}
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='M123%2520CRH') HTTP/1.1" 204 0
2026-03-30 06:58:48 [bca.uk] INFO: Found listing with ID: SY72%20UYF
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY72%2520UYF%27 HTTP/1.1" 200 None
2026-03-30 06:58:48 [bca.uk] INFO: Scrape type for SY72%20UYF: 2
2026-03-30 06:58:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a280c2e0-6fbf-59e1-9b1e-323d367ed7af with identifier: SY72%20UYF
2026-03-30 06:58:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a280c2e0-6fbf-59e1-9b1e-323d367ed7af with scrape type 2
2026-03-30 06:58:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a280c2e0-6fbf-59e1-9b1e-323d367ed7af with scrape type 2
2026-03-30 06:58:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a280c2e0-6fbf-59e1-9b1e-323d367ed7af, identifier: SY72%20UYF
2026-03-30 06:58:48 [bca.uk] INFO: Found listing with ID: YH22%20XPW
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520XPW%27 HTTP/1.1" 200 None
2026-03-30 06:58:48 [bca.uk] INFO: Scrape type for YH22%20XPW: 2
2026-03-30 06:58:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with identifier: YH22%20XPW
2026-03-30 06:58:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with scrape type 2
2026-03-30 06:58:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with scrape type 2
2026-03-30 06:58:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1, identifier: YH22%20XPW
2026-03-30 06:58:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with identifier: DL73%20LCO
2026-03-30 06:58:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with identifier: DL73%20LCO
2026-03-30 06:58:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8e9f66a7-1fc7-5dee-9626-0487e196dd08 with identifier: DL73%20LCO to the API
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LCO-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8e9f66a7-1fc7-5dee-9626-0487e196dd08',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LCO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LCO&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Livingston',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 13912,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13000,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4261902',
 'year': 2023}
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCO%27 HTTP/1.1" 200 None
2026-03-30 06:58:48 [bca.uk] INFO: Saving data for DL73%20LCO: {'auction_closing_time': 1774854000.0, 'created_time': 1773845011.871039, 'last_price_update_time': 1774853928.682777}
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LCO') HTTP/1.1" 204 0
2026-03-30 06:58:48 [bca.uk] INFO: Found listing with ID: BD69%20OJK
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520OJK%27 HTTP/1.1" 200 None
2026-03-30 06:58:48 [bca.uk] INFO: Scrape type for BD69%20OJK: 2
2026-03-30 06:58:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8baa17cd-e0af-5312-af68-2fd4ada5af61 with identifier: BD69%20OJK
2026-03-30 06:58:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8baa17cd-e0af-5312-af68-2fd4ada5af61 with scrape type 2
2026-03-30 06:58:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8baa17cd-e0af-5312-af68-2fd4ada5af61 with scrape type 2
2026-03-30 06:58:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8baa17cd-e0af-5312-af68-2fd4ada5af61, identifier: BD69%20OJK
2026-03-30 06:58:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a280c2e0-6fbf-59e1-9b1e-323d367ed7af with identifier: SY72%20UYF
2026-03-30 06:58:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a280c2e0-6fbf-59e1-9b1e-323d367ed7af with identifier: SY72%20UYF
2026-03-30 06:58:48 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a280c2e0-6fbf-59e1-9b1e-323d367ed7af with identifier: SY72%20UYF to the API
2026-03-30 06:58:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=120&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 126,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SY72%20UYF-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a280c2e0-6fbf-59e1-9b1e-323d367ed7af',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SY72 UYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SY72%20UYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 66197,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.2 P/T 130 GT Hatchback',
 'transmission': 'manual',
 'trim': 'P/T 130 GT',
 'vin': 'VR3USHNSKNJ873713',
 'year': 2023}
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SY72%2520UYF%27 HTTP/1.1" 200 None
2026-03-30 06:58:49 [bca.uk] INFO: Saving data for SY72%20UYF: {'auction_closing_time': 1775037600.0, 'created_time': 1774392121.842906, 'last_price_update_time': 1774853929.105102}
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SY72%2520UYF') HTTP/1.1" 204 0
2026-03-30 06:58:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with identifier: YH22%20XPW
2026-03-30 06:58:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with identifier: YH22%20XPW
2026-03-30 06:58:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 617ca6a1-6c4a-5dee-9513-914c5c4cfbb1 with identifier: YH22%20XPW to the API
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YH22%20XPW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '617ca6a1-6c4a-5dee-9513-914c5c4cfbb1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YH22 XPW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YH22%20XPW&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MAZDA',
 'model': 'CX-30',
 'odometer': 23892,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-30 2.0 E-SKY-X 186 SPORT LUX Hatchback',
 'transmission': 'manual',
 'trim': 'E-SKY-X 186 SPORT LUX',
 'vin': 'JMZDM6WH600302102',
 'year': 2022}
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YH22%2520XPW%27 HTTP/1.1" 200 None
2026-03-30 06:58:49 [bca.uk] INFO: Saving data for YH22%20XPW: {'auction_closing_time': 1774864800.0, 'created_time': 1774354374.147846, 'last_price_update_time': 1774853929.443313}
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YH22%2520XPW') HTTP/1.1" 204 0
2026-03-30 06:58:49 [bca.uk] INFO: Found listing with ID: DL73%20LCU
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCU%27 HTTP/1.1" 200 None
2026-03-30 06:58:49 [bca.uk] INFO: Scrape type for DL73%20LCU: 2
2026-03-30 06:58:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e638c7d-0f69-5ea3-9010-beab12654a95 with identifier: DL73%20LCU
2026-03-30 06:58:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e638c7d-0f69-5ea3-9010-beab12654a95 with scrape type 2
2026-03-30 06:58:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e638c7d-0f69-5ea3-9010-beab12654a95 with scrape type 2
2026-03-30 06:58:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3e638c7d-0f69-5ea3-9010-beab12654a95, identifier: DL73%20LCU
2026-03-30 06:58:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8baa17cd-e0af-5312-af68-2fd4ada5af61 with identifier: BD69%20OJK
2026-03-30 06:58:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8baa17cd-e0af-5312-af68-2fd4ada5af61 with identifier: BD69%20OJK
2026-03-30 06:58:49 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8baa17cd-e0af-5312-af68-2fd4ada5af61 with identifier: BD69%20OJK to the API
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD69%20OJK-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8baa17cd-e0af-5312-af68-2fd4ada5af61',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD69 OJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD69%20OJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 89824,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 50 TDI QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': '50 TDI QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4M2KD024761',
 'year': 2019}
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD69%2520OJK%27 HTTP/1.1" 200 None
2026-03-30 06:58:49 [bca.uk] INFO: Saving data for BD69%20OJK: {'auction_closing_time': 1774951200.0, 'created_time': 1773828927.090546, 'last_price_update_time': 1774853929.909782}
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD69%2520OJK') HTTP/1.1" 204 0
2026-03-30 06:58:49 [bca.uk] INFO: Found listing with ID: HG24%20XVW
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG24%2520XVW%27 HTTP/1.1" 200 None
2026-03-30 06:58:49 [bca.uk] INFO: Scrape type for HG24%20XVW: 2
2026-03-30 06:58:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: befa971c-fe89-5218-b565-6e6d4ea6e2f1 with identifier: HG24%20XVW
2026-03-30 06:58:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item befa971c-fe89-5218-b565-6e6d4ea6e2f1 with scrape type 2
2026-03-30 06:58:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item befa971c-fe89-5218-b565-6e6d4ea6e2f1 with scrape type 2
2026-03-30 06:58:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: befa971c-fe89-5218-b565-6e6d4ea6e2f1, identifier: HG24%20XVW
2026-03-30 06:58:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3e638c7d-0f69-5ea3-9010-beab12654a95 with identifier: DL73%20LCU
2026-03-30 06:58:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3e638c7d-0f69-5ea3-9010-beab12654a95 with identifier: DL73%20LCU
2026-03-30 06:58:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3e638c7d-0f69-5ea3-9010-beab12654a95 with identifier: DL73%20LCU to the API
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LCU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3e638c7d-0f69-5ea3-9010-beab12654a95',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LCU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LCU&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 22320,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11900,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4260027',
 'year': 2023}
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LCU%27 HTTP/1.1" 200 None
2026-03-30 06:58:50 [bca.uk] INFO: Saving data for DL73%20LCU: {'auction_closing_time': 1774854000.0, 'created_time': 1773839547.105927, 'last_price_update_time': 1774853930.33337}
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LCU') HTTP/1.1" 204 0
2026-03-30 06:58:50 [bca.uk] INFO: Found listing with ID: LY69%20MXT
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY69%2520MXT%27 HTTP/1.1" 200 None
2026-03-30 06:58:50 [bca.uk] INFO: Scrape type for LY69%20MXT: 2
2026-03-30 06:58:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24d6b67f-8a42-5000-9db0-113aeaf90e2d with identifier: LY69%20MXT
2026-03-30 06:58:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24d6b67f-8a42-5000-9db0-113aeaf90e2d with scrape type 2
2026-03-30 06:58:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24d6b67f-8a42-5000-9db0-113aeaf90e2d with scrape type 2
2026-03-30 06:58:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 24d6b67f-8a42-5000-9db0-113aeaf90e2d, identifier: LY69%20MXT
2026-03-30 06:58:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: befa971c-fe89-5218-b565-6e6d4ea6e2f1 with identifier: HG24%20XVW
2026-03-30 06:58:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: befa971c-fe89-5218-b565-6e6d4ea6e2f1 with identifier: HG24%20XVW
2026-03-30 06:58:50 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: befa971c-fe89-5218-b565-6e6d4ea6e2f1 with identifier: HG24%20XVW to the API
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG24%20XVW-GB',
 'category': 'Car',
 'color': 'orange',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'befa971c-fe89-5218-b565-6e6d4ea6e2f1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HG24 XVW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG24%20XVW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MG MOTOR UK',
 'model': 'MG4 EV',
 'odometer': 17708,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG4 EV 320KW 64KWH XPOWER Hatchback',
 'transmission': 'automatic',
 'trim': '320KW 64KWH XPOWER',
 'vin': 'LSJWH4099PN310118',
 'year': 2024}
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG24%2520XVW%27 HTTP/1.1" 200 None
2026-03-30 06:58:50 [bca.uk] INFO: Saving data for HG24%20XVW: {'auction_closing_time': 1775037600.0, 'created_time': 1774354523.749423, 'last_price_update_time': 1774853930.854102}
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG24%2520XVW') HTTP/1.1" 204 0
2026-03-30 06:58:50 [bca.uk] INFO: Found listing with ID: DL73%20LFD
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFD%27 HTTP/1.1" 200 None
2026-03-30 06:58:50 [bca.uk] INFO: Scrape type for DL73%20LFD: 2
2026-03-30 06:58:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with identifier: DL73%20LFD
2026-03-30 06:58:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with scrape type 2
2026-03-30 06:58:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with scrape type 2
2026-03-30 06:58:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6f0c9fb3-192d-541e-8354-3fb3e30181f2, identifier: DL73%20LFD
2026-03-30 06:58:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 24d6b67f-8a42-5000-9db0-113aeaf90e2d with identifier: LY69%20MXT
2026-03-30 06:58:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 24d6b67f-8a42-5000-9db0-113aeaf90e2d with identifier: LY69%20MXT
2026-03-30 06:58:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 24d6b67f-8a42-5000-9db0-113aeaf90e2d with identifier: LY69%20MXT to the API
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LY69%20MXT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '24d6b67f-8a42-5000-9db0-113aeaf90e2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LY69 MXT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LY69%20MXT&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 66545,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM Hatchback',
 'transmission': 'automatic',
 'trim': 'E/B 125 TITANIUM',
 'vin': 'WF0NXXGCHNKM79515',
 'year': 2019}
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LY69%2520MXT%27 HTTP/1.1" 200 None
2026-03-30 06:58:51 [bca.uk] INFO: Saving data for LY69%20MXT: {'auction_closing_time': 1774951200.0, 'created_time': 1773820381.918269, 'last_price_update_time': 1774853931.279476}
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LY69%2520MXT') HTTP/1.1" 204 0
2026-03-30 06:58:51 [bca.uk] INFO: Found listing with ID: GY20%20AOZ
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520AOZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:51 [bca.uk] INFO: Scrape type for GY20%20AOZ: 2
2026-03-30 06:58:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1078a8e-dee2-513b-8f6e-85a3bf513e20 with identifier: GY20%20AOZ
2026-03-30 06:58:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1078a8e-dee2-513b-8f6e-85a3bf513e20 with scrape type 2
2026-03-30 06:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1078a8e-dee2-513b-8f6e-85a3bf513e20 with scrape type 2
2026-03-30 06:58:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a1078a8e-dee2-513b-8f6e-85a3bf513e20, identifier: GY20%20AOZ
2026-03-30 06:58:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with identifier: DL73%20LFD
2026-03-30 06:58:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with identifier: DL73%20LFD
2026-03-30 06:58:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6f0c9fb3-192d-541e-8354-3fb3e30181f2 with identifier: DL73%20LFD to the API
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DL73%20LFD-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '6f0c9fb3-192d-541e-8354-3fb3e30181f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DL73 LFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DL73%20LFD&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Edinburgh',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 25389,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11300,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4261561',
 'year': 2023}
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DL73%2520LFD%27 HTTP/1.1" 200 None
2026-03-30 06:58:51 [bca.uk] INFO: Saving data for DL73%20LFD: {'auction_closing_time': 1774854000.0, 'created_time': 1773839601.775749, 'last_price_update_time': 1774853931.686526}
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DL73%2520LFD') HTTP/1.1" 204 0
2026-03-30 06:58:51 [bca.uk] INFO: Found listing with ID: LX17%20YDM
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520YDM%27 HTTP/1.1" 200 None
2026-03-30 06:58:51 [bca.uk] INFO: Scrape type for LX17%20YDM: 2
2026-03-30 06:58:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9481ed14-18c3-5a61-a24f-74127f2dd45e with identifier: LX17%20YDM
2026-03-30 06:58:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9481ed14-18c3-5a61-a24f-74127f2dd45e with scrape type 2
2026-03-30 06:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9481ed14-18c3-5a61-a24f-74127f2dd45e with scrape type 2
2026-03-30 06:58:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9481ed14-18c3-5a61-a24f-74127f2dd45e, identifier: LX17%20YDM
2026-03-30 06:58:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a1078a8e-dee2-513b-8f6e-85a3bf513e20 with identifier: GY20%20AOZ
2026-03-30 06:58:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a1078a8e-dee2-513b-8f6e-85a3bf513e20 with identifier: GY20%20AOZ
2026-03-30 06:58:51 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a1078a8e-dee2-513b-8f6e-85a3bf513e20 with identifier: GY20%20AOZ to the API
2026-03-30 06:58:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GY20%20AOZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a1078a8e-dee2-513b-8f6e-85a3bf513e20',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GY20 AOZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GY20%20AOZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FOCUS',
 'odometer': 54986,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'FORD FOCUS 1.0 E/B 125 TITANIUM X Hatchback',
 'transmission': 'manual',
 'trim': 'E/B 125 TITANIUM X',
 'vin': 'WF0NXXGCHNKD08109',
 'year': 2020}
2026-03-30 06:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GY20%2520AOZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:52 [bca.uk] INFO: Saving data for GY20%20AOZ: {'auction_closing_time': 1775037600.0, 'created_time': 1774354504.167654, 'last_price_update_time': 1774853932.123258}
2026-03-30 06:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GY20%2520AOZ') HTTP/1.1" 204 0
2026-03-30 06:58:52 [bca.uk] INFO: Found listing with ID: KE23%20LVT
2026-03-30 06:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LVT%27 HTTP/1.1" 200 None
2026-03-30 06:58:52 [bca.uk] INFO: Scrape type for KE23%20LVT: 2
2026-03-30 06:58:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d83b2720-1127-5571-9a81-e74ece41ea3c with identifier: KE23%20LVT
2026-03-30 06:58:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d83b2720-1127-5571-9a81-e74ece41ea3c with scrape type 2
2026-03-30 06:58:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d83b2720-1127-5571-9a81-e74ece41ea3c with scrape type 2
2026-03-30 06:58:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d83b2720-1127-5571-9a81-e74ece41ea3c, identifier: KE23%20LVT
2026-03-30 06:58:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9481ed14-18c3-5a61-a24f-74127f2dd45e with identifier: LX17%20YDM
2026-03-30 06:58:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9481ed14-18c3-5a61-a24f-74127f2dd45e with identifier: LX17%20YDM
2026-03-30 06:58:52 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9481ed14-18c3-5a61-a24f-74127f2dd45e with identifier: LX17%20YDM to the API
2026-03-30 06:58:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 128,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX17%20YDM-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.4L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9481ed14-18c3-5a61-a24f-74127f2dd45e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX17 YDM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX17%20YDM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'AUDI',
 'model': 'Q2',
 'odometer': 68494,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'AUDI Q2 1.4 TFSI 150 S LINE Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 150 S LINE',
 'vin': 'WAUZZZGA5HA028721',
 'year': 2017}
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX17%2520YDM%27 HTTP/1.1" 200 None
2026-03-30 06:58:53 [bca.uk] INFO: Saving data for LX17%20YDM: {'auction_closing_time': 1774951200.0, 'created_time': 1773820383.573295, 'last_price_update_time': 1774853933.38423}
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX17%2520YDM') HTTP/1.1" 204 0
2026-03-30 06:58:53 [bca.uk] INFO: Found listing with ID: KR62%20AOY
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR62%2520AOY%27 HTTP/1.1" 200 None
2026-03-30 06:58:53 [bca.uk] INFO: Scrape type for KR62%20AOY: 2
2026-03-30 06:58:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68e2e40a-a162-5d37-bfb7-14656b44bdac with identifier: KR62%20AOY
2026-03-30 06:58:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68e2e40a-a162-5d37-bfb7-14656b44bdac with scrape type 2
2026-03-30 06:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68e2e40a-a162-5d37-bfb7-14656b44bdac with scrape type 2
2026-03-30 06:58:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 68e2e40a-a162-5d37-bfb7-14656b44bdac, identifier: KR62%20AOY
2026-03-30 06:58:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d83b2720-1127-5571-9a81-e74ece41ea3c with identifier: KE23%20LVT
2026-03-30 06:58:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d83b2720-1127-5571-9a81-e74ece41ea3c with identifier: KE23%20LVT
2026-03-30 06:58:53 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d83b2720-1127-5571-9a81-e74ece41ea3c with identifier: KE23%20LVT to the API
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KE23%20LVT-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd83b2720-1127-5571-9a81-e74ece41ea3c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KE23 LVT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KE23%20LVT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 10695,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 13100,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 130 ULTIMATE Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 130 ULTIMATE',
 'vin': 'VXKUPHNSSP4144960',
 'year': 2023}
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KE23%2520LVT%27 HTTP/1.1" 200 None
2026-03-30 06:58:53 [bca.uk] INFO: Saving data for KE23%20LVT: {'auction_closing_time': 1774854000.0, 'created_time': 1773838756.685009, 'last_price_update_time': 1774853933.806848}
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KE23%2520LVT') HTTP/1.1" 204 0
2026-03-30 06:58:53 [bca.uk] INFO: Found listing with ID: LX67%20VGG
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520VGG%27 HTTP/1.1" 200 None
2026-03-30 06:58:53 [bca.uk] INFO: Scrape type for LX67%20VGG: 2
2026-03-30 06:58:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4553bb1-6fbd-507f-b31c-7090f817f67d with identifier: LX67%20VGG
2026-03-30 06:58:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4553bb1-6fbd-507f-b31c-7090f817f67d with scrape type 2
2026-03-30 06:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4553bb1-6fbd-507f-b31c-7090f817f67d with scrape type 2
2026-03-30 06:58:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4553bb1-6fbd-507f-b31c-7090f817f67d, identifier: LX67%20VGG
2026-03-30 06:58:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 68e2e40a-a162-5d37-bfb7-14656b44bdac with identifier: KR62%20AOY
2026-03-30 06:58:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 68e2e40a-a162-5d37-bfb7-14656b44bdac with identifier: KR62%20AOY
2026-03-30 06:58:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 68e2e40a-a162-5d37-bfb7-14656b44bdac with identifier: KR62%20AOY to the API
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KR62%20AOY-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-04-01T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '68e2e40a-a162-5d37-bfb7-14656b44bdac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KR62 AOY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KR62%20AOY&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'PEUGEOT',
 'model': '208',
 'odometer': 91641,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2012-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 208 1.2 VTI ACCESS+ Hatchback',
 'transmission': 'manual',
 'trim': 'VTI ACCESS+',
 'vin': 'VF3CCHMZ0CW129641',
 'year': 2012}
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KR62%2520AOY%27 HTTP/1.1" 200 None
2026-03-30 06:58:54 [bca.uk] INFO: Saving data for KR62%20AOY: {'auction_closing_time': 1775037600.0, 'created_time': 1773935766.087206, 'last_price_update_time': 1774853934.223655}
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KR62%2520AOY') HTTP/1.1" 204 0
2026-03-30 06:58:54 [bca.uk] INFO: Found listing with ID: KF23%20YDT
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF23%2520YDT%27 HTTP/1.1" 200 None
2026-03-30 06:58:54 [bca.uk] INFO: Scrape type for KF23%20YDT: 2
2026-03-30 06:58:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efca4e3f-72f5-5462-be5b-33acafddbe60 with identifier: KF23%20YDT
2026-03-30 06:58:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efca4e3f-72f5-5462-be5b-33acafddbe60 with scrape type 2
2026-03-30 06:58:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efca4e3f-72f5-5462-be5b-33acafddbe60 with scrape type 2
2026-03-30 06:58:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: efca4e3f-72f5-5462-be5b-33acafddbe60, identifier: KF23%20YDT
2026-03-30 06:58:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4553bb1-6fbd-507f-b31c-7090f817f67d with identifier: LX67%20VGG
2026-03-30 06:58:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4553bb1-6fbd-507f-b31c-7090f817f67d with identifier: LX67%20VGG
2026-03-30 06:58:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4553bb1-6fbd-507f-b31c-7090f817f67d with identifier: LX67%20VGG to the API
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 131,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LX67%20VGG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a4553bb1-6fbd-507f-b31c-7090f817f67d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LX67 VGG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LX67%20VGG&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 200',
 'odometer': 64045,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 200 1.6 SPORT EXECUTIVE DCT StationWagon',
 'transmission': 'automatic',
 'trim': 'SPORT EXECUTIVE DCT',
 'vin': 'WDC1569432J430384',
 'year': 2017}
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LX67%2520VGG%27 HTTP/1.1" 200 None
2026-03-30 06:58:54 [bca.uk] INFO: Saving data for LX67%20VGG: {'auction_closing_time': 1774951200.0, 'created_time': 1773820320.328625, 'last_price_update_time': 1774853934.675231}
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LX67%2520VGG') HTTP/1.1" 204 0
2026-03-30 06:58:54 [bca.uk] INFO: Found listing with ID: RE23%20UTR
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520UTR%27 HTTP/1.1" 200 None
2026-03-30 06:58:54 [bca.uk] INFO: Scrape type for RE23%20UTR: 2
2026-03-30 06:58:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with identifier: RE23%20UTR
2026-03-30 06:58:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with scrape type 2
2026-03-30 06:58:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with scrape type 2
2026-03-30 06:58:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7bd4492b-cb24-55cd-b8b6-e99c331d0892, identifier: RE23%20UTR
2026-03-30 06:58:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: efca4e3f-72f5-5462-be5b-33acafddbe60 with identifier: KF23%20YDT
2026-03-30 06:58:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: efca4e3f-72f5-5462-be5b-33acafddbe60 with identifier: KF23%20YDT
2026-03-30 06:58:54 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: efca4e3f-72f5-5462-be5b-33acafddbe60 with identifier: KF23%20YDT to the API
2026-03-30 06:58:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 122,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF23%20YDT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'efca4e3f-72f5-5462-be5b-33acafddbe60',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF23 YDT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF23%20YDT&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Enfield',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6326,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11400,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'TURBO 100 DESIGN',
 'vin': 'VXKUPHNKSP4219039',
 'year': 2023}
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF23%2520YDT%27 HTTP/1.1" 200 None
2026-03-30 06:58:55 [bca.uk] INFO: Saving data for KF23%20YDT: {'auction_closing_time': 1774854000.0, 'created_time': 1773839594.846403, 'last_price_update_time': 1774853935.07364}
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF23%2520YDT') HTTP/1.1" 204 0
2026-03-30 06:58:55 [bca.uk] INFO: Found listing with ID: DK16%20FDE
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520FDE%27 HTTP/1.1" 200 None
2026-03-30 06:58:55 [bca.uk] INFO: Scrape type for DK16%20FDE: 2
2026-03-30 06:58:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with identifier: DK16%20FDE
2026-03-30 06:58:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with scrape type 2
2026-03-30 06:58:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with scrape type 2
2026-03-30 06:58:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a025ec18-fb1f-5aeb-9058-1a05afc1fe65, identifier: DK16%20FDE
2026-03-30 06:58:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with identifier: RE23%20UTR
2026-03-30 06:58:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with identifier: RE23%20UTR
2026-03-30 06:58:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7bd4492b-cb24-55cd-b8b6-e99c331d0892 with identifier: RE23%20UTR to the API
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 101,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RE23%20UTR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7bd4492b-cb24-55cd-b8b6-e99c331d0892',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RE23 UTR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RE23%20UTR&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 72094,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 HYBRID ICON Estate',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'SB1ZB3AEX0E023404',
 'year': 2023}
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RE23%2520UTR%27 HTTP/1.1" 200 None
2026-03-30 06:58:55 [bca.uk] INFO: Saving data for RE23%20UTR: {'auction_closing_time': 1775556000.0, 'created_time': 1774354801.446588, 'last_price_update_time': 1774853935.488768}
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520UTR') HTTP/1.1" 204 0
2026-03-30 06:58:55 [bca.uk] INFO: Found listing with ID: KF73%20AOV
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AOV%27 HTTP/1.1" 200 None
2026-03-30 06:58:55 [bca.uk] INFO: Scrape type for KF73%20AOV: 2
2026-03-30 06:58:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e2c966d-d6aa-5863-993b-737158b09a15 with identifier: KF73%20AOV
2026-03-30 06:58:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e2c966d-d6aa-5863-993b-737158b09a15 with scrape type 2
2026-03-30 06:58:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e2c966d-d6aa-5863-993b-737158b09a15 with scrape type 2
2026-03-30 06:58:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9e2c966d-d6aa-5863-993b-737158b09a15, identifier: KF73%20AOV
2026-03-30 06:58:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with identifier: DK16%20FDE
2026-03-30 06:58:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with identifier: DK16%20FDE
2026-03-30 06:58:55 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a025ec18-fb1f-5aeb-9058-1a05afc1fe65 with identifier: DK16%20FDE to the API
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 130,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DK16%20FDE-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a025ec18-fb1f-5aeb-9058-1a05afc1fe65',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DK16 FDE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DK16%20FDE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'KIA',
 'model': 'PICANTO',
 'odometer': 27515,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'KIA PICANTO 1.2 2 Hatchback',
 'transmission': 'automatic',
 'trim': '2',
 'vin': 'KNABX512MGT135275',
 'year': 2016}
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DK16%2520FDE%27 HTTP/1.1" 200 None
2026-03-30 06:58:55 [bca.uk] INFO: Saving data for DK16%20FDE: {'auction_closing_time': 1774951200.0, 'created_time': 1773820346.642421, 'last_price_update_time': 1774853935.915677}
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DK16%2520FDE') HTTP/1.1" 204 0
2026-03-30 06:58:56 [bca.uk] INFO: Found listing with ID: LA72%20TCV
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520TCV%27 HTTP/1.1" 200 None
2026-03-30 06:58:56 [bca.uk] INFO: Scrape type for LA72%20TCV: 2
2026-03-30 06:58:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with identifier: LA72%20TCV
2026-03-30 06:58:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with scrape type 2
2026-03-30 06:58:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with scrape type 2
2026-03-30 06:58:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 112bcb71-a9d7-57a9-a70b-6749e0d944c4, identifier: LA72%20TCV
2026-03-30 06:58:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9e2c966d-d6aa-5863-993b-737158b09a15 with identifier: KF73%20AOV
2026-03-30 06:58:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9e2c966d-d6aa-5863-993b-737158b09a15 with identifier: KF73%20AOV
2026-03-30 06:58:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9e2c966d-d6aa-5863-993b-737158b09a15 with identifier: KF73%20AOV to the API
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KF73%20AOV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9e2c966d-d6aa-5863-993b-737158b09a15',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KF73 AOV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KF73%20AOV&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 6872,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11300,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 75 GS Hatchback',
 'transmission': 'manual',
 'trim': '75 GS',
 'vin': 'VXKUPHMHDP4300180',
 'year': 2024}
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KF73%2520AOV%27 HTTP/1.1" 200 None
2026-03-30 06:58:56 [bca.uk] INFO: Saving data for KF73%20AOV: {'auction_closing_time': 1774854000.0, 'created_time': 1773839573.614564, 'last_price_update_time': 1774853936.463279}
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KF73%2520AOV') HTTP/1.1" 204 0
2026-03-30 06:58:56 [bca.uk] INFO: Found listing with ID: LR68%20XKT
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR68%2520XKT%27 HTTP/1.1" 200 None
2026-03-30 06:58:56 [bca.uk] INFO: Scrape type for LR68%20XKT: 2
2026-03-30 06:58:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd4c79f2-9fa8-584f-b504-b445a72977c0 with identifier: LR68%20XKT
2026-03-30 06:58:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd4c79f2-9fa8-584f-b504-b445a72977c0 with scrape type 2
2026-03-30 06:58:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd4c79f2-9fa8-584f-b504-b445a72977c0 with scrape type 2
2026-03-30 06:58:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: dd4c79f2-9fa8-584f-b504-b445a72977c0, identifier: LR68%20XKT
2026-03-30 06:58:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with identifier: LA72%20TCV
2026-03-30 06:58:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with identifier: LA72%20TCV
2026-03-30 06:58:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 112bcb71-a9d7-57a9-a70b-6749e0d944c4 with identifier: LA72%20TCV to the API
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LA72%20TCV-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '112bcb71-a9d7-57a9-a70b-6749e0d944c4',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LA72 TCV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LA72%20TCV&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 39723,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.8 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'SB1K93BE80E368992',
 'year': 2023}
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LA72%2520TCV%27 HTTP/1.1" 200 None
2026-03-30 06:58:56 [bca.uk] INFO: Saving data for LA72%20TCV: {'auction_closing_time': 1775556000.0, 'created_time': 1774354803.805139, 'last_price_update_time': 1774853936.871327}
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LA72%2520TCV') HTTP/1.1" 204 0
2026-03-30 06:58:56 [bca.uk] INFO: Found listing with ID: LL74%20DHZ
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:56 [bca.uk] INFO: Scrape type for LL74%20DHZ: 2
2026-03-30 06:58:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with identifier: LL74%20DHZ
2026-03-30 06:58:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with scrape type 2
2026-03-30 06:58:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with scrape type 2
2026-03-30 06:58:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3, identifier: LL74%20DHZ
2026-03-30 06:58:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: dd4c79f2-9fa8-584f-b504-b445a72977c0 with identifier: LR68%20XKT
2026-03-30 06:58:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: dd4c79f2-9fa8-584f-b504-b445a72977c0 with identifier: LR68%20XKT
2026-03-30 06:58:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: dd4c79f2-9fa8-584f-b504-b445a72977c0 with identifier: LR68%20XKT to the API
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 158,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR68%20XKT-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'dd4c79f2-9fa8-584f-b504-b445a72977c0',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR68 XKT',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR68%20XKT&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'MERCEDES-BENZ',
 'model': 'GLA 180',
 'odometer': 39043,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ GLA 180 1.6 URBAN ED. StationWagon',
 'transmission': 'manual',
 'trim': 'URBAN ED.',
 'vin': 'WDC1569422J567275',
 'year': 2018}
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR68%2520XKT%27 HTTP/1.1" 200 None
2026-03-30 06:58:57 [bca.uk] INFO: Saving data for LR68%20XKT: {'auction_closing_time': 1774951200.0, 'created_time': 1773820333.623885, 'last_price_update_time': 1774853937.281303}
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR68%2520XKT') HTTP/1.1" 204 0
2026-03-30 06:58:57 [bca.uk] INFO: Found listing with ID: LD24%20ZZR
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD24%2520ZZR%27 HTTP/1.1" 200 None
2026-03-30 06:58:57 [bca.uk] INFO: Scrape type for LD24%20ZZR: 2
2026-03-30 06:58:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cefc066-4062-5c44-8687-105ba2933518 with identifier: LD24%20ZZR
2026-03-30 06:58:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cefc066-4062-5c44-8687-105ba2933518 with scrape type 2
2026-03-30 06:58:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cefc066-4062-5c44-8687-105ba2933518 with scrape type 2
2026-03-30 06:58:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9cefc066-4062-5c44-8687-105ba2933518, identifier: LD24%20ZZR
2026-03-30 06:58:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with identifier: LL74%20DHZ
2026-03-30 06:58:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with identifier: LL74%20DHZ
2026-03-30 06:58:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 11d1f6cf-0034-5acc-88c1-08b11f0ed8a3 with identifier: LL74%20DHZ to the API
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20DHZ-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': '11d1f6cf-0034-5acc-88c1-08b11f0ed8a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LL74 DHZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20DHZ&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Blackbushe',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 5817,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 12800,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
 'transmission': 'manual',
 'trim': 'T 100 GS',
 'vin': 'VXKUPHNE2R4300416',
 'year': 2024}
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL74%2520DHZ%27 HTTP/1.1" 200 None
2026-03-30 06:58:57 [bca.uk] INFO: Saving data for LL74%20DHZ: {'auction_closing_time': 1774854000.0, 'created_time': 1773823486.205519, 'last_price_update_time': 1774853937.758293}
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520DHZ') HTTP/1.1" 204 0
2026-03-30 06:58:57 [bca.uk] INFO: Found listing with ID: R666%20TRC
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R666%2520TRC%27 HTTP/1.1" 200 None
2026-03-30 06:58:57 [bca.uk] INFO: Scrape type for R666%20TRC: 2
2026-03-30 06:58:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee699e19-a867-5931-9d87-521e739dd053 with identifier: R666%20TRC
2026-03-30 06:58:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee699e19-a867-5931-9d87-521e739dd053 with scrape type 2
2026-03-30 06:58:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee699e19-a867-5931-9d87-521e739dd053 with scrape type 2
2026-03-30 06:58:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee699e19-a867-5931-9d87-521e739dd053, identifier: R666%20TRC
2026-03-30 06:58:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9cefc066-4062-5c44-8687-105ba2933518 with identifier: LD24%20ZZR
2026-03-30 06:58:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9cefc066-4062-5c44-8687-105ba2933518 with identifier: LD24%20ZZR
2026-03-30 06:58:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9cefc066-4062-5c44-8687-105ba2933518 with identifier: LD24%20ZZR to the API
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LD24%20ZZR-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '9cefc066-4062-5c44-8687-105ba2933518',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LD24 ZZR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LD24%20ZZR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 10578,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC900225751',
 'year': 2024}
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LD24%2520ZZR%27 HTTP/1.1" 200 None
2026-03-30 06:58:58 [bca.uk] INFO: Saving data for LD24%20ZZR: {'auction_closing_time': 1775556000.0, 'created_time': 1774354805.569713, 'last_price_update_time': 1774853938.194953}
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LD24%2520ZZR') HTTP/1.1" 204 0
2026-03-30 06:58:58 [bca.uk] INFO: Found listing with ID: LM73%20VPG
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM73%2520VPG%27 HTTP/1.1" 200 None
2026-03-30 06:58:58 [bca.uk] INFO: Scrape type for LM73%20VPG: 2
2026-03-30 06:58:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a17aeea8-8464-5299-9186-628623ab32e6 with identifier: LM73%20VPG
2026-03-30 06:58:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a17aeea8-8464-5299-9186-628623ab32e6 with scrape type 2
2026-03-30 06:58:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a17aeea8-8464-5299-9186-628623ab32e6 with scrape type 2
2026-03-30 06:58:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a17aeea8-8464-5299-9186-628623ab32e6, identifier: LM73%20VPG
2026-03-30 06:58:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee699e19-a867-5931-9d87-521e739dd053 with identifier: R666%20TRC
2026-03-30 06:58:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee699e19-a867-5931-9d87-521e739dd053 with identifier: R666%20TRC
2026-03-30 06:58:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee699e19-a867-5931-9d87-521e739dd053 with identifier: R666%20TRC to the API
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 99,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=R666%20TRC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ee699e19-a867-5931-9d87-521e739dd053',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'R666 TRC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=R666%20TRC&vehicleType=*',
 'listing': 'auction',
 'location': 'Wolverhampton',
 'make': 'SKODA',
 'model': 'OCTAVIA',
 'odometer': 68097,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'SKODA OCTAVIA 1.6 TDI CR 110 SE L DSG Hatchback',
 'transmission': 'automatic',
 'trim': 'TDI CR 110 SE L DSG',
 'vin': 'TMBBG7NE0H0173367',
 'year': 2017}
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27R666%2520TRC%27 HTTP/1.1" 200 None
2026-03-30 06:58:58 [bca.uk] INFO: Saving data for R666%20TRC: {'auction_closing_time': 1774951200.0, 'created_time': 1773844109.128149, 'last_price_update_time': 1774853938.640024}
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='R666%2520TRC') HTTP/1.1" 204 0
2026-03-30 06:58:58 [bca.uk] INFO: Found listing with ID: EJ16%20DFA
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27EJ16%2520DFA%27 HTTP/1.1" 200 None
2026-03-30 06:58:58 [bca.uk] INFO: Scrape type for EJ16%20DFA: 0
2026-03-30 06:58:58 [bca.uk] INFO: Found listing with ID: OV69%20JZP
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV69%2520JZP%27 HTTP/1.1" 200 None
2026-03-30 06:58:58 [bca.uk] INFO: Scrape type for OV69%20JZP: 0
2026-03-30 06:58:58 [bca.uk] INFO: Found listing with ID: RK72%20ONP
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK72%2520ONP%27 HTTP/1.1" 200 None
2026-03-30 06:58:58 [bca.uk] INFO: Scrape type for RK72%20ONP: 0
2026-03-30 06:58:58 [bca.uk] INFO: Found listing with ID: FM19%20EAC
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FM19%2520EAC%27 HTTP/1.1" 200 None
2026-03-30 06:58:58 [bca.uk] INFO: Scrape type for FM19%20EAC: 0
2026-03-30 06:58:58 [bca.uk] INFO: Found listing with ID: VX68%20WDV
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VX68%2520WDV%27 HTTP/1.1" 200 None
2026-03-30 06:58:58 [bca.uk] INFO: Scrape type for VX68%20WDV: 0
2026-03-30 06:58:58 [bca.uk] INFO: Found listing with ID: AU64%20VXP
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU64%2520VXP%27 HTTP/1.1" 200 None
2026-03-30 06:58:58 [bca.uk] INFO: Scrape type for AU64%20VXP: 2
2026-03-30 06:58:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with identifier: AU64%20VXP
2026-03-30 06:58:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with scrape type 2
2026-03-30 06:58:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with scrape type 2
2026-03-30 06:58:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c, identifier: AU64%20VXP
2026-03-30 06:58:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a17aeea8-8464-5299-9186-628623ab32e6 with identifier: LM73%20VPG
2026-03-30 06:58:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a17aeea8-8464-5299-9186-628623ab32e6 with identifier: LM73%20VPG
2026-03-30 06:58:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a17aeea8-8464-5299-9186-628623ab32e6 with identifier: LM73%20VPG to the API
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 116,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM73%20VPG-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a17aeea8-8464-5299-9186-628623ab32e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM73 VPG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM73%20VPG&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Bristol',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 9313,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 11400,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 TURBO 100 ULTIMATE Hatchback',
 'transmission': 'manual',
 'trim': 'TURBO 100 ULTIMATE',
 'vin': 'VXKUPHNEKP4233706',
 'year': 2023}
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM73%2520VPG%27 HTTP/1.1" 200 None
2026-03-30 06:58:59 [bca.uk] INFO: Saving data for LM73%20VPG: {'auction_closing_time': 1774854000.0, 'created_time': 1773839568.567342, 'last_price_update_time': 1774853939.179636}
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM73%2520VPG') HTTP/1.1" 204 0
2026-03-30 06:58:59 [bca.uk] INFO: Found listing with ID: BP18%20RUA
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP18%2520RUA%27 HTTP/1.1" 200 None
2026-03-30 06:58:59 [bca.uk] INFO: Scrape type for BP18%20RUA: 2
2026-03-30 06:58:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4400a8f7-3537-5594-98ea-caf6e171b54c with identifier: BP18%20RUA
2026-03-30 06:58:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4400a8f7-3537-5594-98ea-caf6e171b54c with scrape type 2
2026-03-30 06:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4400a8f7-3537-5594-98ea-caf6e171b54c with scrape type 2
2026-03-30 06:58:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4400a8f7-3537-5594-98ea-caf6e171b54c, identifier: BP18%20RUA
2026-03-30 06:58:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with identifier: AU64%20VXP
2026-03-30 06:58:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with identifier: AU64%20VXP
2026-03-30 06:58:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: d986e0e0-fb6b-59d9-9595-7fcf6ae7a66c with identifier: AU64%20VXP to the API
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:58:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 259,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AU64%20VXP-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '5.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'd986e0e0-fb6b-59d9-9595-7fcf6ae7a66c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AU64 VXP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AU64%20VXP&vehicleType=*',
 'listing': 'auction',
 'location': 'Thurleigh',
 'make': 'JAGUAR',
 'model': 'F-TYPE R',
 'odometer': 60636,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2014-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-TYPE R 5.0 V8 S/C 550 Coupe',
 'transmission': 'manual',
 'trim': 'V8 S/C 550',
 'vin': 'SAJAC63H4FMK13780',
 'year': 2014}
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AU64%2520VXP%27 HTTP/1.1" 200 None
2026-03-30 06:58:59 [bca.uk] INFO: Saving data for AU64%20VXP: {'auction_closing_time': 1774951200.0, 'created_time': 1774305726.212242, 'last_price_update_time': 1774853939.668855}
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AU64%2520VXP') HTTP/1.1" 204 0
2026-03-30 06:58:59 [bca.uk] INFO: Found listing with ID: LR24%20MXA
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MXA%27 HTTP/1.1" 200 None
2026-03-30 06:58:59 [bca.uk] INFO: Scrape type for LR24%20MXA: 2
2026-03-30 06:58:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with identifier: LR24%20MXA
2026-03-30 06:58:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with scrape type 2
2026-03-30 06:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with scrape type 2
2026-03-30 06:58:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b04b0942-2153-5bc0-b6a2-63d6f29c8f99, identifier: LR24%20MXA
2026-03-30 06:58:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4400a8f7-3537-5594-98ea-caf6e171b54c with identifier: BP18%20RUA
2026-03-30 06:58:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4400a8f7-3537-5594-98ea-caf6e171b54c with identifier: BP18%20RUA
2026-03-30 06:58:59 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4400a8f7-3537-5594-98ea-caf6e171b54c with identifier: BP18%20RUA to the API
2026-03-30 06:58:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:58: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:59:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 152,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BP18%20RUA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4400a8f7-3537-5594-98ea-caf6e171b54c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BP18 RUA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BP18%20RUA&vehicleType=*',
 'listing': 'auction',
 'location': 'Measham',
 'make': 'SUBARU',
 'model': 'IMPREZA',
 'odometer': 49579,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'SUBARU IMPREZA 2.0 SE LINEARTRONIC Hatchback',
 'transmission': 'automatic',
 'trim': 'SE LINEARTRONIC',
 'vin': 'JF1GT7KL5JG039003',
 'year': 2018}
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BP18%2520RUA%27 HTTP/1.1" 200 None
2026-03-30 06:59:00 [bca.uk] INFO: Saving data for BP18%20RUA: {'auction_closing_time': 1774951200.0, 'created_time': 1773844095.85291, 'last_price_update_time': 1774853940.085155}
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BP18%2520RUA') HTTP/1.1" 204 0
2026-03-30 06:59:00 [bca.uk] INFO: Found listing with ID: SH53%20EDZ
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH53%2520EDZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:00 [bca.uk] INFO: Scrape type for SH53%20EDZ: 2
2026-03-30 06:59:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faf88675-fe1e-575e-a345-05d281cf2af7 with identifier: SH53%20EDZ
2026-03-30 06:59:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faf88675-fe1e-575e-a345-05d281cf2af7 with scrape type 2
2026-03-30 06:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faf88675-fe1e-575e-a345-05d281cf2af7 with scrape type 2
2026-03-30 06:59:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: faf88675-fe1e-575e-a345-05d281cf2af7, identifier: SH53%20EDZ
2026-03-30 06:59:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with identifier: LR24%20MXA
2026-03-30 06:59:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with identifier: LR24%20MXA
2026-03-30 06:59:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b04b0942-2153-5bc0-b6a2-63d6f29c8f99 with identifier: LR24%20MXA to the API
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 123,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LR24%20MXA-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T07:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b04b0942-2153-5bc0-b6a2-63d6f29c8f99',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LR24 MXA',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LR24%20MXA&vehicleType=*',
 'listing': 'directbuy',
 'location': 'Measham',
 'make': 'VAUXHALL',
 'model': 'CORSA',
 'odometer': 7072,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 14000,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CORSA 1.2 T 130 GS Hatchback',
 'transmission': 'automatic',
 'trim': 'T 130 GS',
 'vin': 'VXKUPHNSSP4335419',
 'year': 2024}
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LR24%2520MXA%27 HTTP/1.1" 200 None
2026-03-30 06:59:00 [bca.uk] INFO: Saving data for LR24%20MXA: {'auction_closing_time': 1774854000.0, 'created_time': 1773832241.429941, 'last_price_update_time': 1774853940.641488}
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LR24%2520MXA') HTTP/1.1" 204 0
2026-03-30 06:59:00 [bca.uk] INFO: Found listing with ID: YJZ%209313
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25209313%27 HTTP/1.1" 200 None
2026-03-30 06:59:00 [bca.uk] INFO: Scrape type for YJZ%209313: 2
2026-03-30 06:59:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f079e84e-704f-5f1c-9a1b-e99083bf824b with identifier: YJZ%209313
2026-03-30 06:59:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f079e84e-704f-5f1c-9a1b-e99083bf824b with scrape type 2
2026-03-30 06:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f079e84e-704f-5f1c-9a1b-e99083bf824b with scrape type 2
2026-03-30 06:59:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f079e84e-704f-5f1c-9a1b-e99083bf824b, identifier: YJZ%209313
2026-03-30 06:59:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: faf88675-fe1e-575e-a345-05d281cf2af7 with identifier: SH53%20EDZ
2026-03-30 06:59:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: faf88675-fe1e-575e-a345-05d281cf2af7 with identifier: SH53%20EDZ
2026-03-30 06:59:00 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: faf88675-fe1e-575e-a345-05d281cf2af7 with identifier: SH53%20EDZ to the API
2026-03-30 06:59:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=121&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 285,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SH53%20EDZ-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '3.8L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'faf88675-fe1e-575e-a345-05d281cf2af7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SH53 EDZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SH53%20EDZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Preston',
 'make': 'PORSCHE',
 'model': '911',
 'odometer': 51343,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2006-01-01',
 'seller_name': None,
 'title': 'PORSCHE 911 3.8 CARRERA 4 S TIPTRONIC S (997) Convertible',
 'transmission': 'manual',
 'trim': 'CARRERA 4 S TIPTRONIC S (997)',
 'vin': 'WP0ZZZ99Z6S761055',
 'year': 2006}
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SH53%2520EDZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:01 [bca.uk] INFO: Saving data for SH53%20EDZ: {'auction_closing_time': 1774951200.0, 'created_time': 1774305649.158119, 'last_price_update_time': 1774853941.090523}
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SH53%2520EDZ') HTTP/1.1" 204 0
2026-03-30 06:59:01 [bca.uk] INFO: Found listing with ID: LL20%20LYC
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL20%2520LYC%27 HTTP/1.1" 200 None
2026-03-30 06:59:01 [bca.uk] INFO: Scrape type for LL20%20LYC: 2
2026-03-30 06:59:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53536784-0985-5653-b49f-eaac632abf02 with identifier: LL20%20LYC
2026-03-30 06:59:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53536784-0985-5653-b49f-eaac632abf02 with scrape type 2
2026-03-30 06:59:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53536784-0985-5653-b49f-eaac632abf02 with scrape type 2
2026-03-30 06:59:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 53536784-0985-5653-b49f-eaac632abf02, identifier: LL20%20LYC
2026-03-30 06:59:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f079e84e-704f-5f1c-9a1b-e99083bf824b with identifier: YJZ%209313
2026-03-30 06:59:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f079e84e-704f-5f1c-9a1b-e99083bf824b with identifier: YJZ%209313
2026-03-30 06:59:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f079e84e-704f-5f1c-9a1b-e99083bf824b with identifier: YJZ%209313 to the API
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 137,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YJZ%209313-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f079e84e-704f-5f1c-9a1b-e99083bf824b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YJZ 9313',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YJZ%209313&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'FORD',
 'model': 'GALAXY',
 'odometer': 107865,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'FORD GALAXY 2.0 TDCI 150 TITANIUM X P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 150 TITANIUM X P/S',
 'vin': 'WF0KXXWPCKGL48576',
 'year': 2016}
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YJZ%25209313%27 HTTP/1.1" 200 None
2026-03-30 06:59:01 [bca.uk] INFO: Saving data for YJZ%209313: {'auction_closing_time': 1774951200.0, 'created_time': 1773844084.299075, 'last_price_update_time': 1774853941.501873}
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YJZ%25209313') HTTP/1.1" 204 0
2026-03-30 06:59:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 53536784-0985-5653-b49f-eaac632abf02 with identifier: LL20%20LYC
2026-03-30 06:59:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 53536784-0985-5653-b49f-eaac632abf02 with identifier: LL20%20LYC
2026-03-30 06:59:01 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 53536784-0985-5653-b49f-eaac632abf02 with identifier: LL20%20LYC to the API
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL20%20LYC-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '53536784-0985-5653-b49f-eaac632abf02',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LL20 LYC',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL20%20LYC&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'PEUGEOT',
 'model': '2008',
 'odometer': 77351,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 2008 1.5 BLUEHDI 100 ALLURE Hatchback',
 'transmission': 'manual',
 'trim': 'BLUEHDI 100 ALLURE',
 'vin': 'VR3UDYHYJLJ651163',
 'year': 2020}
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LL20%2520LYC%27 HTTP/1.1" 200 None
2026-03-30 06:59:01 [bca.uk] INFO: Saving data for LL20%20LYC: {'auction_closing_time': 1774864800.0, 'created_time': 1773959525.017402, 'last_price_update_time': 1774853941.824655}
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL20%2520LYC') HTTP/1.1" 204 0
2026-03-30 06:59:01 [bca.uk] INFO: Found listing with ID: KV70%20LYU
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KV70%2520LYU%27 HTTP/1.1" 200 None
2026-03-30 06:59:01 [bca.uk] INFO: Scrape type for KV70%20LYU: 2
2026-03-30 06:59:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a06b22f7-2d60-5924-8446-9e8603c0bed9 with identifier: KV70%20LYU
2026-03-30 06:59:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a06b22f7-2d60-5924-8446-9e8603c0bed9 with scrape type 2
2026-03-30 06:59:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a06b22f7-2d60-5924-8446-9e8603c0bed9 with scrape type 2
2026-03-30 06:59:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a06b22f7-2d60-5924-8446-9e8603c0bed9, identifier: KV70%20LYU
2026-03-30 06:59:01 [bca.uk] INFO: Found listing with ID: YS68%20PXG
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS68%2520PXG%27 HTTP/1.1" 200 None
2026-03-30 06:59:01 [bca.uk] INFO: Scrape type for YS68%20PXG: 2
2026-03-30 06:59:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85c2323b-8e25-5321-9cd2-74ba19369d35 with identifier: YS68%20PXG
2026-03-30 06:59:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85c2323b-8e25-5321-9cd2-74ba19369d35 with scrape type 2
2026-03-30 06:59:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85c2323b-8e25-5321-9cd2-74ba19369d35 with scrape type 2
2026-03-30 06:59:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85c2323b-8e25-5321-9cd2-74ba19369d35, identifier: YS68%20PXG
2026-03-30 06:59:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a06b22f7-2d60-5924-8446-9e8603c0bed9 with identifier: KV70%20LYU
2026-03-30 06:59:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a06b22f7-2d60-5924-8446-9e8603c0bed9 with identifier: KV70%20LYU
2026-03-30 06:59:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a06b22f7-2d60-5924-8446-9e8603c0bed9 with identifier: KV70%20LYU to the API
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 154,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KV70%20LYU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a06b22f7-2d60-5924-8446-9e8603c0bed9',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KV70 LYU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KV70%20LYU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bristol',
 'make': 'PEUGEOT',
 'model': '3008',
 'odometer': 61868,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'PEUGEOT 3008 1.2 P/T 130 GT LINE PREMIUM EAT8 Hatchback',
 'transmission': 'automatic',
 'trim': 'P/T 130 GT LINE PREMIUM EAT8',
 'vin': 'VF3MRHNSULS179554',
 'year': 2020}
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59: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%2520LYU%27 HTTP/1.1" 200 None
2026-03-30 06:59:02 [bca.uk] INFO: Saving data for KV70%20LYU: {'auction_closing_time': 1774951200.0, 'created_time': 1773844064.134311, 'last_price_update_time': 1774853942.357406}
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KV70%2520LYU') HTTP/1.1" 204 0
2026-03-30 06:59:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85c2323b-8e25-5321-9cd2-74ba19369d35 with identifier: YS68%20PXG
2026-03-30 06:59:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85c2323b-8e25-5321-9cd2-74ba19369d35 with identifier: YS68%20PXG
2026-03-30 06:59:02 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85c2323b-8e25-5321-9cd2-74ba19369d35 with identifier: YS68%20PXG to the API
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 105,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YS68%20PXG-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85c2323b-8e25-5321-9cd2-74ba19369d35',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YS68 PXG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YS68%20PXG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'CITROEN',
 'model': 'GRAND SPACETOUR',
 'odometer': 60684,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'CITROEN GRAND SPACETOUR 1.5 BLUEHDI 130 FEEL EAT8 MPV',
 'transmission': 'automatic',
 'trim': 'BLUEHDI 130 FEEL EAT8',
 'vin': 'VF73AYHZRJJ861938',
 'year': 2019}
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YS68%2520PXG%27 HTTP/1.1" 200 None
2026-03-30 06:59:02 [bca.uk] INFO: Saving data for YS68%20PXG: {'auction_closing_time': 1774864800.0, 'created_time': 1774265602.88417, 'last_price_update_time': 1774853942.6766}
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YS68%2520PXG') HTTP/1.1" 204 0
2026-03-30 06:59:02 [bca.uk] INFO: Found listing with ID: SB69%20LWS
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520LWS%27 HTTP/1.1" 200 None
2026-03-30 06:59:02 [bca.uk] INFO: Scrape type for SB69%20LWS: 2
2026-03-30 06:59:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28047a1e-9b61-5df7-b7bf-1e87781db7ab with identifier: SB69%20LWS
2026-03-30 06:59:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28047a1e-9b61-5df7-b7bf-1e87781db7ab with scrape type 2
2026-03-30 06:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28047a1e-9b61-5df7-b7bf-1e87781db7ab with scrape type 2
2026-03-30 06:59:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 28047a1e-9b61-5df7-b7bf-1e87781db7ab, identifier: SB69%20LWS
2026-03-30 06:59:02 [bca.uk] INFO: Found listing with ID: BJ67%20FBG
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520FBG%27 HTTP/1.1" 200 None
2026-03-30 06:59:02 [bca.uk] INFO: Scrape type for BJ67%20FBG: 2
2026-03-30 06:59:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with identifier: BJ67%20FBG
2026-03-30 06:59:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with scrape type 2
2026-03-30 06:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with scrape type 2
2026-03-30 06:59:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3882a3d1-bf09-5f33-8d9d-21e5a8110de5, identifier: BJ67%20FBG
2026-03-30 06:59:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 28047a1e-9b61-5df7-b7bf-1e87781db7ab with identifier: SB69%20LWS
2026-03-30 06:59:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 28047a1e-9b61-5df7-b7bf-1e87781db7ab with identifier: SB69%20LWS
2026-03-30 06:59:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 28047a1e-9b61-5df7-b7bf-1e87781db7ab with identifier: SB69%20LWS to the API
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 106,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SB69%20LWS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.2L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '28047a1e-9b61-5df7-b7bf-1e87781db7ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SB69 LWS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SB69%20LWS&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'VAUXHALL',
 'model': 'CROSSLAND X',
 'odometer': 34581,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'VAUXHALL CROSSLAND X 1.2 83 SPORT S/S Hatchback',
 'transmission': 'manual',
 'trim': '83 SPORT S/S',
 'vin': 'W0V7D9EE0L4024605',
 'year': 2019}
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SB69%2520LWS%27 HTTP/1.1" 200 None
2026-03-30 06:59:03 [bca.uk] INFO: Saving data for SB69%20LWS: {'auction_closing_time': 1774951200.0, 'created_time': 1773844080.434955, 'last_price_update_time': 1774853943.203492}
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SB69%2520LWS') HTTP/1.1" 204 0
2026-03-30 06:59:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with identifier: BJ67%20FBG
2026-03-30 06:59:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with identifier: BJ67%20FBG
2026-03-30 06:59:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3882a3d1-bf09-5f33-8d9d-21e5a8110de5 with identifier: BJ67%20FBG to the API
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ67%20FBG-GB',
 'category': 'Car',
 'color': 'pepper white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3882a3d1-bf09-5f33-8d9d-21e5a8110de5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BJ67 FBG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ67%20FBG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'MINI',
 'model': 'CLUBMAN',
 'odometer': 73020,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'MINI CLUBMAN 2.0 JOHN COOPER WORKS ALL4 Estate',
 'transmission': 'manual',
 'trim': 'JOHN COOPER WORKS ALL4',
 'vin': 'WMWLV920802D72836',
 'year': 2017}
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ67%2520FBG%27 HTTP/1.1" 200 None
2026-03-30 06:59:03 [bca.uk] INFO: Saving data for BJ67%20FBG: {'auction_closing_time': 1774864800.0, 'created_time': 1773844449.134293, 'last_price_update_time': 1774853943.493158}
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ67%2520FBG') HTTP/1.1" 204 0
2026-03-30 06:59:03 [bca.uk] INFO: Found listing with ID: SM18%20KLD
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520KLD%27 HTTP/1.1" 200 None
2026-03-30 06:59:03 [bca.uk] INFO: Scrape type for SM18%20KLD: 2
2026-03-30 06:59:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 759f9928-4a47-5396-93f6-f5c311642758 with identifier: SM18%20KLD
2026-03-30 06:59:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 759f9928-4a47-5396-93f6-f5c311642758 with scrape type 2
2026-03-30 06:59:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 759f9928-4a47-5396-93f6-f5c311642758 with scrape type 2
2026-03-30 06:59:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 759f9928-4a47-5396-93f6-f5c311642758, identifier: SM18%20KLD
2026-03-30 06:59:03 [bca.uk] INFO: Found listing with ID: BF72%20MYO
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520MYO%27 HTTP/1.1" 200 None
2026-03-30 06:59:03 [bca.uk] INFO: Scrape type for BF72%20MYO: 2
2026-03-30 06:59:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e0f7453-adfa-5f64-8827-5eb170943696 with identifier: BF72%20MYO
2026-03-30 06:59:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e0f7453-adfa-5f64-8827-5eb170943696 with scrape type 2
2026-03-30 06:59:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e0f7453-adfa-5f64-8827-5eb170943696 with scrape type 2
2026-03-30 06:59:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6e0f7453-adfa-5f64-8827-5eb170943696, identifier: BF72%20MYO
2026-03-30 06:59:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 759f9928-4a47-5396-93f6-f5c311642758 with identifier: SM18%20KLD
2026-03-30 06:59:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 759f9928-4a47-5396-93f6-f5c311642758 with identifier: SM18%20KLD
2026-03-30 06:59:03 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 759f9928-4a47-5396-93f6-f5c311642758 with identifier: SM18%20KLD to the API
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 119,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SM18%20KLD-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 2,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '759f9928-4a47-5396-93f6-f5c311642758',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'SM18 KLD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=SM18%20KLD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E220 D',
 'odometer': 74606,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E220 D 2.0 AMG LINE 9G Coupe',
 'transmission': 'manual',
 'trim': 'AMG LINE 9G',
 'vin': 'WDD2383142F055151',
 'year': 2018}
2026-03-30 06:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27SM18%2520KLD%27 HTTP/1.1" 200 None
2026-03-30 06:59:04 [bca.uk] INFO: Saving data for SM18%20KLD: {'auction_closing_time': 1774951200.0, 'created_time': 1773844070.939207, 'last_price_update_time': 1774853944.004644}
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SM18%2520KLD') HTTP/1.1" 204 0
2026-03-30 06:59:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6e0f7453-adfa-5f64-8827-5eb170943696 with identifier: BF72%20MYO
2026-03-30 06:59:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6e0f7453-adfa-5f64-8827-5eb170943696 with identifier: BF72%20MYO
2026-03-30 06:59:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6e0f7453-adfa-5f64-8827-5eb170943696 with identifier: BF72%20MYO to the API
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BF72%20MYO-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6e0f7453-adfa-5f64-8827-5eb170943696',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BF72 MYO',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BF72%20MYO&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLKSWAGEN',
 'model': 'ID.4',
 'odometer': 47839,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VOLKSWAGEN ID.4 109KW 52KWH LIFE PURE Hatchback',
 'transmission': 'automatic',
 'trim': '109KW 52KWH LIFE PURE',
 'vin': 'WVGZZZE2ZNP063887',
 'year': 2022}
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BF72%2520MYO%27 HTTP/1.1" 200 None
2026-03-30 06:59:04 [bca.uk] INFO: Saving data for BF72%20MYO: {'auction_closing_time': 1774864800.0, 'created_time': 1774265947.205897, 'last_price_update_time': 1774853944.414194}
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BF72%2520MYO') HTTP/1.1" 204 0
2026-03-30 06:59:04 [bca.uk] INFO: Found listing with ID: PJ17%20UYP
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ17%2520UYP%27 HTTP/1.1" 200 None
2026-03-30 06:59:04 [bca.uk] INFO: Scrape type for PJ17%20UYP: 2
2026-03-30 06:59:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9195f09c-bab4-5b89-ab83-5325d2ddb49b with identifier: PJ17%20UYP
2026-03-30 06:59:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9195f09c-bab4-5b89-ab83-5325d2ddb49b with scrape type 2
2026-03-30 06:59:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9195f09c-bab4-5b89-ab83-5325d2ddb49b with scrape type 2
2026-03-30 06:59:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9195f09c-bab4-5b89-ab83-5325d2ddb49b, identifier: PJ17%20UYP
2026-03-30 06:59:04 [bca.uk] INFO: Found listing with ID: LB23%20PXN
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520PXN%27 HTTP/1.1" 200 None
2026-03-30 06:59:04 [bca.uk] INFO: Scrape type for LB23%20PXN: 2
2026-03-30 06:59:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with identifier: LB23%20PXN
2026-03-30 06:59:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with scrape type 2
2026-03-30 06:59:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with scrape type 2
2026-03-30 06:59:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d, identifier: LB23%20PXN
2026-03-30 06:59:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9195f09c-bab4-5b89-ab83-5325d2ddb49b with identifier: PJ17%20UYP
2026-03-30 06:59:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9195f09c-bab4-5b89-ab83-5325d2ddb49b with identifier: PJ17%20UYP
2026-03-30 06:59:04 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9195f09c-bab4-5b89-ab83-5325d2ddb49b with identifier: PJ17%20UYP to the API
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 111,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ17%20UYP-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '9195f09c-bab4-5b89-ab83-5325d2ddb49b',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PJ17 UYP',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ17%20UYP&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'XE',
 'odometer': 95301,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR XE 2.0 D 180 R SPORT Saloon',
 'transmission': 'automatic',
 'trim': 'D 180 R SPORT',
 'vin': 'SAJAB4AN0JCP23087',
 'year': 2017}
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ17%2520UYP%27 HTTP/1.1" 200 None
2026-03-30 06:59:04 [bca.uk] INFO: Saving data for PJ17%20UYP: {'auction_closing_time': 1774951200.0, 'created_time': 1773844574.931944, 'last_price_update_time': 1774853944.984407}
2026-03-30 06:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ17%2520UYP') HTTP/1.1" 204 0
2026-03-30 06:59:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with identifier: LB23%20PXN
2026-03-30 06:59:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with identifier: LB23%20PXN
2026-03-30 06:59:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6719e8d9-3758-5f79-8cb1-3d0ac3e0902d with identifier: LB23%20PXN to the API
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB23%20PXN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '6719e8d9-3758-5f79-8cb1-3d0ac3e0902d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB23 PXN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB23%20PXN&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'BYD AUTO',
 'model': 'ATTO 3',
 'odometer': 27444,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'BYD AUTO ATTO 3 150KW 60KWH COMFORT Hatchback',
 'transmission': 'automatic',
 'trim': '150KW 60KWH COMFORT',
 'vin': 'LGXCE4CB7N2084593',
 'year': 2023}
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB23%2520PXN%27 HTTP/1.1" 200 None
2026-03-30 06:59:05 [bca.uk] INFO: Saving data for LB23%20PXN: {'auction_closing_time': 1774864800.0, 'created_time': 1773929898.671546, 'last_price_update_time': 1774853945.276119}
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB23%2520PXN') HTTP/1.1" 204 0
2026-03-30 06:59:05 [bca.uk] INFO: Found listing with ID: LP67%20XAZ
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP67%2520XAZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:05 [bca.uk] INFO: Scrape type for LP67%20XAZ: 2
2026-03-30 06:59:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with identifier: LP67%20XAZ
2026-03-30 06:59:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with scrape type 2
2026-03-30 06:59:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with scrape type 2
2026-03-30 06:59:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 666b9a8f-443d-5272-81a7-d73fdf0c6b4a, identifier: LP67%20XAZ
2026-03-30 06:59:05 [bca.uk] INFO: Found listing with ID: MA22%20KWG
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520KWG%27 HTTP/1.1" 200 None
2026-03-30 06:59:05 [bca.uk] INFO: Scrape type for MA22%20KWG: 2
2026-03-30 06:59:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with identifier: MA22%20KWG
2026-03-30 06:59:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with scrape type 2
2026-03-30 06:59:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with scrape type 2
2026-03-30 06:59:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: de2a1c14-2b94-55c5-a85c-7d51fb9d50ac, identifier: MA22%20KWG
2026-03-30 06:59:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with identifier: LP67%20XAZ
2026-03-30 06:59:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with identifier: LP67%20XAZ
2026-03-30 06:59:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 666b9a8f-443d-5272-81a7-d73fdf0c6b4a with identifier: LP67%20XAZ to the API
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 124,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LP67%20XAZ-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '1.6L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '666b9a8f-443d-5272-81a7-d73fdf0c6b4a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LP67 XAZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LP67%20XAZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'CLA 180',
 'odometer': 53278,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ CLA 180 1.6 SPORT DCT Coupe',
 'transmission': 'automatic',
 'trim': 'SPORT DCT',
 'vin': 'WDD1173422N642281',
 'year': 2018}
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LP67%2520XAZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:05 [bca.uk] INFO: Saving data for LP67%20XAZ: {'auction_closing_time': 1774951200.0, 'created_time': 1773844072.140174, 'last_price_update_time': 1774853945.961749}
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LP67%2520XAZ') HTTP/1.1" 204 0
2026-03-30 06:59:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with identifier: MA22%20KWG
2026-03-30 06:59:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with identifier: MA22%20KWG
2026-03-30 06:59:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: de2a1c14-2b94-55c5-a85c-7d51fb9d50ac with identifier: MA22%20KWG to the API
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=MA22%20KWG-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'de2a1c14-2b94-55c5-a85c-7d51fb9d50ac',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'MA22 KWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA22%20KWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'BMW',
 'model': '520D',
 'odometer': 23592,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'BMW 520D 2.0 MHT SE Estate',
 'transmission': 'automatic',
 'trim': 'MHT SE',
 'vin': 'WBA32BN060CK09203',
 'year': 2022}
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27MA22%2520KWG%27 HTTP/1.1" 200 None
2026-03-30 06:59:06 [bca.uk] INFO: Saving data for MA22%20KWG: {'auction_closing_time': 1774864800.0, 'created_time': 1774265975.307844, 'last_price_update_time': 1774853946.293361}
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520KWG') HTTP/1.1" 204 0
2026-03-30 06:59:06 [bca.uk] INFO: Found listing with ID: HG19%20YHN
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520YHN%27 HTTP/1.1" 200 None
2026-03-30 06:59:06 [bca.uk] INFO: Scrape type for HG19%20YHN: 2
2026-03-30 06:59:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f819d5f5-6d5e-596f-a82b-8b09cdb17edb with identifier: HG19%20YHN
2026-03-30 06:59:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f819d5f5-6d5e-596f-a82b-8b09cdb17edb with scrape type 2
2026-03-30 06:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f819d5f5-6d5e-596f-a82b-8b09cdb17edb with scrape type 2
2026-03-30 06:59:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f819d5f5-6d5e-596f-a82b-8b09cdb17edb, identifier: HG19%20YHN
2026-03-30 06:59:06 [bca.uk] INFO: Found listing with ID: WM71%20MPF
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520MPF%27 HTTP/1.1" 200 None
2026-03-30 06:59:06 [bca.uk] INFO: Scrape type for WM71%20MPF: 2
2026-03-30 06:59:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with identifier: WM71%20MPF
2026-03-30 06:59:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with scrape type 2
2026-03-30 06:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with scrape type 2
2026-03-30 06:59:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71, identifier: WM71%20MPF
2026-03-30 06:59:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f819d5f5-6d5e-596f-a82b-8b09cdb17edb with identifier: HG19%20YHN
2026-03-30 06:59:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f819d5f5-6d5e-596f-a82b-8b09cdb17edb with identifier: HG19%20YHN
2026-03-30 06:59:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f819d5f5-6d5e-596f-a82b-8b09cdb17edb with identifier: HG19%20YHN to the API
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 40,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG19%20YHN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Diesel/Electric',
 'id': 'f819d5f5-6d5e-596f-a82b-8b09cdb17edb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'HG19 YHN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG19%20YHN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'MERCEDES-BENZ',
 'model': 'E300 DE EQ-P',
 'odometer': 43059,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'MERCEDES-BENZ E300 DE EQ-P 2.0 AMG LINE PREMIUM PLUS 9G Saloon',
 'transmission': 'manual',
 'trim': 'AMG LINE PREMIUM PLUS 9G',
 'vin': 'WDD2130162A652281',
 'year': 2019}
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG19%2520YHN%27 HTTP/1.1" 200 None
2026-03-30 06:59:06 [bca.uk] INFO: Saving data for HG19%20YHN: {'auction_closing_time': 1774951200.0, 'created_time': 1773844576.72433, 'last_price_update_time': 1774853946.82878}
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG19%2520YHN') HTTP/1.1" 204 0
2026-03-30 06:59:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with identifier: WM71%20MPF
2026-03-30 06:59:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with identifier: WM71%20MPF
2026-03-30 06:59:06 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71 with identifier: WM71%20MPF to the API
2026-03-30 06:59:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 147,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WM71%20MPF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '537cbcc3-8fee-5b5a-83e6-6fe9fdcb1e71',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WM71 MPF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WM71%20MPF&vehicleType=*',
 'listing': 'auction',
 'location': 'Glasgow',
 'make': 'MINI',
 'model': 'COOPER',
 'odometer': 14056,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'MINI COOPER 2.0 S SHADOW ED. Hatchback',
 'transmission': 'manual',
 'trim': 'S SHADOW ED.',
 'vin': 'WMW52DH0102S30160',
 'year': 2022}
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WM71%2520MPF%27 HTTP/1.1" 200 None
2026-03-30 06:59:07 [bca.uk] INFO: Saving data for WM71%20MPF: {'auction_closing_time': 1774864800.0, 'created_time': 1773929858.593332, 'last_price_update_time': 1774853947.130705}
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WM71%2520MPF') HTTP/1.1" 204 0
2026-03-30 06:59:07 [bca.uk] INFO: Found listing with ID: V904%20OKN
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27V904%2520OKN%27 HTTP/1.1" 200 None
2026-03-30 06:59:07 [bca.uk] INFO: Scrape type for V904%20OKN: 0
2026-03-30 06:59:07 [bca.uk] INFO: Found listing with ID: DV72%20RZY
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520RZY%27 HTTP/1.1" 200 None
2026-03-30 06:59:07 [bca.uk] INFO: Scrape type for DV72%20RZY: 2
2026-03-30 06:59:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65765f4a-b775-5732-9d24-91440ee4cccc with identifier: DV72%20RZY
2026-03-30 06:59:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65765f4a-b775-5732-9d24-91440ee4cccc with scrape type 2
2026-03-30 06:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65765f4a-b775-5732-9d24-91440ee4cccc with scrape type 2
2026-03-30 06:59:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65765f4a-b775-5732-9d24-91440ee4cccc, identifier: DV72%20RZY
2026-03-30 06:59:07 [bca.uk] INFO: Found listing with ID: LB70%20ZNV
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520ZNV%27 HTTP/1.1" 200 None
2026-03-30 06:59:07 [bca.uk] INFO: Scrape type for LB70%20ZNV: 2
2026-03-30 06:59:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with identifier: LB70%20ZNV
2026-03-30 06:59:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with scrape type 2
2026-03-30 06:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with scrape type 2
2026-03-30 06:59:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e3fd7a7-a922-5777-8ce3-254c5c3b5786, identifier: LB70%20ZNV
2026-03-30 06:59:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65765f4a-b775-5732-9d24-91440ee4cccc with identifier: DV72%20RZY
2026-03-30 06:59:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65765f4a-b775-5732-9d24-91440ee4cccc with identifier: DV72%20RZY
2026-03-30 06:59:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65765f4a-b775-5732-9d24-91440ee4cccc with identifier: DV72%20RZY to the API
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DV72%20RZY-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '65765f4a-b775-5732-9d24-91440ee4cccc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'DV72 RZY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DV72%20RZY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'VAUXHALL',
 'model': 'VIVARO 2900',
 'odometer': 50721,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'VAUXHALL VIVARO 2900 1.5 D 100 SPORTIVE L2 H1 PanelVan',
 'transmission': 'manual',
 'trim': 'D 100 SPORTIVE L2 H1',
 'vin': 'VXEVBYHRMN7057442',
 'year': 2022}
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DV72%2520RZY%27 HTTP/1.1" 200 None
2026-03-30 06:59:07 [bca.uk] INFO: Saving data for DV72%20RZY: {'auction_closing_time': 1774864800.0, 'created_time': 1773930445.800924, 'last_price_update_time': 1774853947.67545}
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DV72%2520RZY') HTTP/1.1" 204 0
2026-03-30 06:59:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with identifier: LB70%20ZNV
2026-03-30 06:59:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with identifier: LB70%20ZNV
2026-03-30 06:59:07 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e3fd7a7-a922-5777-8ce3-254c5c3b5786 with identifier: LB70%20ZNV to the API
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB70%20ZNV-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '2e3fd7a7-a922-5777-8ce3-254c5c3b5786',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB70 ZNV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB70%20ZNV&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MG MOTOR UK',
 'model': 'MG5 EV',
 'odometer': 48831,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK MG5 EV 115KW 53KWH EXCLUSIVE EV Estate',
 'transmission': 'automatic',
 'trim': '115KW 53KWH EXCLUSIVE EV',
 'vin': 'LSJE24096LG095342',
 'year': 2020}
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB70%2520ZNV%27 HTTP/1.1" 200 None
2026-03-30 06:59:07 [bca.uk] INFO: Saving data for LB70%20ZNV: {'auction_closing_time': 1774864800.0, 'created_time': 1773908874.64132, 'last_price_update_time': 1774853947.99056}
2026-03-30 06:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB70%2520ZNV') HTTP/1.1" 204 0
2026-03-30 06:59:08 [bca.uk] INFO: Found listing with ID: YE23%20MMF
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520MMF%27 HTTP/1.1" 200 None
2026-03-30 06:59:08 [bca.uk] INFO: Scrape type for YE23%20MMF: 2
2026-03-30 06:59:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with identifier: YE23%20MMF
2026-03-30 06:59:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with scrape type 2
2026-03-30 06:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with scrape type 2
2026-03-30 06:59:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6, identifier: YE23%20MMF
2026-03-30 06:59:08 [bca.uk] INFO: Found listing with ID: YA72%20VYF
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520VYF%27 HTTP/1.1" 200 None
2026-03-30 06:59:08 [bca.uk] INFO: Scrape type for YA72%20VYF: 2
2026-03-30 06:59:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84c8faba-8259-5678-8cdb-8f215a2fe77a with identifier: YA72%20VYF
2026-03-30 06:59:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84c8faba-8259-5678-8cdb-8f215a2fe77a with scrape type 2
2026-03-30 06:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84c8faba-8259-5678-8cdb-8f215a2fe77a with scrape type 2
2026-03-30 06:59:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 84c8faba-8259-5678-8cdb-8f215a2fe77a, identifier: YA72%20VYF
2026-03-30 06:59:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with identifier: YE23%20MMF
2026-03-30 06:59:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with identifier: YE23%20MMF
2026-03-30 06:59:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6 with identifier: YE23%20MMF to the API
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 197,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YE23%20MMF-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 6,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '0bf6d20c-f0a3-5706-9a86-35ac13e4a1e6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YE23 MMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YE23%20MMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'CITROEN',
 'model': 'DISPATCH 1400',
 'odometer': 79952,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'CITROEN DISPATCH 1400 2.0 B/HDI 145 M ENTERPRISE ED. PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 145 M ENTERPRISE ED.',
 'vin': 'VF7VFEHTMP7805606',
 'year': 2023}
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YE23%2520MMF%27 HTTP/1.1" 200 None
2026-03-30 06:59:08 [bca.uk] INFO: Saving data for YE23%20MMF: {'auction_closing_time': 1774864800.0, 'created_time': 1773935748.102423, 'last_price_update_time': 1774853948.520033}
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YE23%2520MMF') HTTP/1.1" 204 0
2026-03-30 06:59:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 84c8faba-8259-5678-8cdb-8f215a2fe77a with identifier: YA72%20VYF
2026-03-30 06:59:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 84c8faba-8259-5678-8cdb-8f215a2fe77a with identifier: YA72%20VYF
2026-03-30 06:59:08 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 84c8faba-8259-5678-8cdb-8f215a2fe77a with identifier: YA72%20VYF to the API
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YA72%20VYF-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '84c8faba-8259-5678-8cdb-8f215a2fe77a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YA72 VYF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YA72%20VYF&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MG MOTOR UK',
 'model': 'ZS',
 'odometer': 21433,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MG MOTOR UK ZS 1.0 T GDI EXCLUSIVE Hatchback',
 'transmission': 'manual',
 'trim': 'T GDI EXCLUSIVE',
 'vin': 'LSJW74C91PZ087953',
 'year': 2023}
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YA72%2520VYF%27 HTTP/1.1" 200 None
2026-03-30 06:59:08 [bca.uk] INFO: Saving data for YA72%20VYF: {'auction_closing_time': 1774864800.0, 'created_time': 1774265817.454505, 'last_price_update_time': 1774853948.90403}
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YA72%2520VYF') HTTP/1.1" 204 0
2026-03-30 06:59:08 [bca.uk] INFO: Found listing with ID: LB22%20TGJ
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520TGJ%27 HTTP/1.1" 200 None
2026-03-30 06:59:08 [bca.uk] INFO: Scrape type for LB22%20TGJ: 2
2026-03-30 06:59:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebb28171-dc56-529e-902e-4d7eb8e6b4ab with identifier: LB22%20TGJ
2026-03-30 06:59:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebb28171-dc56-529e-902e-4d7eb8e6b4ab with scrape type 2
2026-03-30 06:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebb28171-dc56-529e-902e-4d7eb8e6b4ab with scrape type 2
2026-03-30 06:59:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ebb28171-dc56-529e-902e-4d7eb8e6b4ab, identifier: LB22%20TGJ
2026-03-30 06:59:09 [bca.uk] INFO: Found listing with ID: KD23%20GPY
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GPY%27 HTTP/1.1" 200 None
2026-03-30 06:59:09 [bca.uk] INFO: Scrape type for KD23%20GPY: 2
2026-03-30 06:59:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with identifier: KD23%20GPY
2026-03-30 06:59:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with scrape type 2
2026-03-30 06:59:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with scrape type 2
2026-03-30 06:59:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7e40d899-49cc-5bee-b966-f7d9eeeac9cb, identifier: KD23%20GPY
2026-03-30 06:59:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ebb28171-dc56-529e-902e-4d7eb8e6b4ab with identifier: LB22%20TGJ
2026-03-30 06:59:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ebb28171-dc56-529e-902e-4d7eb8e6b4ab with identifier: LB22%20TGJ
2026-03-30 06:59:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ebb28171-dc56-529e-902e-4d7eb8e6b4ab with identifier: LB22%20TGJ to the API
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 231,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LB22%20TGJ-GB',
 'category': 'LightCommercialVehicle',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'ebb28171-dc56-529e-902e-4d7eb8e6b4ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LB22 TGJ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LB22%20TGJ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'FORD',
 'model': 'TOURNEO CUSTOM',
 'odometer': 67811,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'FORD TOURNEO CUSTOM 2.0 EBL 130 LWB TITANIUM L/R Bus',
 'transmission': 'automatic',
 'trim': 'EBL 130 LWB TITANIUM L/R',
 'vin': 'WF03XXTTG3NT07502',
 'year': 2022}
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LB22%2520TGJ%27 HTTP/1.1" 200 None
2026-03-30 06:59:09 [bca.uk] INFO: Saving data for LB22%20TGJ: {'auction_closing_time': 1774864800.0, 'created_time': 1773935748.784774, 'last_price_update_time': 1774853949.43128}
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LB22%2520TGJ') HTTP/1.1" 204 0
2026-03-30 06:59:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with identifier: KD23%20GPY
2026-03-30 06:59:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with identifier: KD23%20GPY
2026-03-30 06:59:09 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7e40d899-49cc-5bee-b966-f7d9eeeac9cb with identifier: KD23%20GPY to the API
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 33,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KD23%20GPY-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '7e40d899-49cc-5bee-b966-f7d9eeeac9cb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KD23 GPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KD23%20GPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MAZDA',
 'model': 'CX-60',
 'odometer': 31405,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'MAZDA CX-60 2.5 E-SKY PHEV AWD TAKUMI StationWagon',
 'transmission': 'automatic',
 'trim': 'E-SKY PHEV AWD TAKUMI',
 'vin': 'JMZKH0HB801117355',
 'year': 2023}
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KD23%2520GPY%27 HTTP/1.1" 200 None
2026-03-30 06:59:09 [bca.uk] INFO: Saving data for KD23%20GPY: {'auction_closing_time': 1774864800.0, 'created_time': 1774265816.337271, 'last_price_update_time': 1774853949.733958}
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KD23%2520GPY') HTTP/1.1" 204 0
2026-03-30 06:59:09 [bca.uk] INFO: Found listing with ID: YL23%20OTB
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL23%2520OTB%27 HTTP/1.1" 200 None
2026-03-30 06:59:09 [bca.uk] INFO: Scrape type for YL23%20OTB: 2
2026-03-30 06:59:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56fa17d1-be4e-5986-8207-2081229825b5 with identifier: YL23%20OTB
2026-03-30 06:59:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56fa17d1-be4e-5986-8207-2081229825b5 with scrape type 2
2026-03-30 06:59:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56fa17d1-be4e-5986-8207-2081229825b5 with scrape type 2
2026-03-30 06:59:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 56fa17d1-be4e-5986-8207-2081229825b5, identifier: YL23%20OTB
2026-03-30 06:59:09 [bca.uk] INFO: Found listing with ID: AJ71%20FFD
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520FFD%27 HTTP/1.1" 200 None
2026-03-30 06:59:09 [bca.uk] INFO: Scrape type for AJ71%20FFD: 2
2026-03-30 06:59:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7c93e1a-4c80-5a2b-a5dd-b9e9406e183f with identifier: AJ71%20FFD
2026-03-30 06:59:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7c93e1a-4c80-5a2b-a5dd-b9e9406e183f with scrape type 2
2026-03-30 06:59:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7c93e1a-4c80-5a2b-a5dd-b9e9406e183f with scrape type 2
2026-03-30 06:59:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f7c93e1a-4c80-5a2b-a5dd-b9e9406e183f, identifier: AJ71%20FFD
2026-03-30 06:59:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 56fa17d1-be4e-5986-8207-2081229825b5 with identifier: YL23%20OTB
2026-03-30 06:59:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 56fa17d1-be4e-5986-8207-2081229825b5 with identifier: YL23%20OTB
2026-03-30 06:59:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 56fa17d1-be4e-5986-8207-2081229825b5 with identifier: YL23%20OTB to the API
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YL23%20OTB-GB',
 'category': 'LightCommercialVehicle',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '56fa17d1-be4e-5986-8207-2081229825b5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YL23 OTB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YL23%20OTB&vehicleType=*',
 'listing': 'auction',
 'location': 'Manchester',
 'make': 'RENAULT',
 'model': 'TRAFIC 28',
 'odometer': 32229,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'RENAULT TRAFIC 28 2.0 B/DCI 130 SL SPORT PanelVan',
 'transmission': 'manual',
 'trim': 'B/DCI 130 SL SPORT',
 'vin': 'VF1FL000670617266',
 'year': 2023}
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YL23%2520OTB%27 HTTP/1.1" 200 None
2026-03-30 06:59:10 [bca.uk] INFO: Saving data for YL23%20OTB: {'auction_closing_time': 1774864800.0, 'created_time': 1773930946.154096, 'last_price_update_time': 1774853950.260267}
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YL23%2520OTB') HTTP/1.1" 204 0
2026-03-30 06:59:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f7c93e1a-4c80-5a2b-a5dd-b9e9406e183f with identifier: AJ71%20FFD
2026-03-30 06:59:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f7c93e1a-4c80-5a2b-a5dd-b9e9406e183f with identifier: AJ71%20FFD
2026-03-30 06:59:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f7c93e1a-4c80-5a2b-a5dd-b9e9406e183f with identifier: AJ71%20FFD to the API
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 227,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AJ71%20FFD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f7c93e1a-4c80-5a2b-a5dd-b9e9406e183f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AJ71 FFD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AJ71%20FFD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 58456,
 'odometer_reading_unit': '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 (7ST) StationWagon',
 'transmission': 'automatic',
 'trim': 'D250 HSE SILVER (7ST)',
 'vin': 'SALWA2AW5NA227507',
 'year': 2022}
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AJ71%2520FFD%27 HTTP/1.1" 200 None
2026-03-30 06:59:10 [bca.uk] INFO: Saving data for AJ71%20FFD: {'auction_closing_time': 1774864800.0, 'created_time': 1773908931.940829, 'last_price_update_time': 1774853950.555369}
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ71%2520FFD') HTTP/1.1" 204 0
2026-03-30 06:59:10 [bca.uk] INFO: Found listing with ID: VK23%20EVG
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520EVG%27 HTTP/1.1" 200 None
2026-03-30 06:59:10 [bca.uk] INFO: Scrape type for VK23%20EVG: 2
2026-03-30 06:59:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85c08f25-4b1b-5772-8f87-1f7d489942f8 with identifier: VK23%20EVG
2026-03-30 06:59:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85c08f25-4b1b-5772-8f87-1f7d489942f8 with scrape type 2
2026-03-30 06:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85c08f25-4b1b-5772-8f87-1f7d489942f8 with scrape type 2
2026-03-30 06:59:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 85c08f25-4b1b-5772-8f87-1f7d489942f8, identifier: VK23%20EVG
2026-03-30 06:59:10 [bca.uk] INFO: Found listing with ID: KS72%20AAZ
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520AAZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:10 [bca.uk] INFO: Scrape type for KS72%20AAZ: 2
2026-03-30 06:59:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 078ca0d8-8e9c-562e-817b-e20b7b496879 with identifier: KS72%20AAZ
2026-03-30 06:59:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 078ca0d8-8e9c-562e-817b-e20b7b496879 with scrape type 2
2026-03-30 06:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 078ca0d8-8e9c-562e-817b-e20b7b496879 with scrape type 2
2026-03-30 06:59:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 078ca0d8-8e9c-562e-817b-e20b7b496879, identifier: KS72%20AAZ
2026-03-30 06:59:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 85c08f25-4b1b-5772-8f87-1f7d489942f8 with identifier: VK23%20EVG
2026-03-30 06:59:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 85c08f25-4b1b-5772-8f87-1f7d489942f8 with identifier: VK23%20EVG
2026-03-30 06:59:10 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 85c08f25-4b1b-5772-8f87-1f7d489942f8 with identifier: VK23%20EVG to the API
2026-03-30 06:59:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 193,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK23%20EVG-GB',
 'category': 'LightCommercialVehicle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '85c08f25-4b1b-5772-8f87-1f7d489942f8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK23 EVG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK23%20EVG&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'RENAULT',
 'model': 'TRAFIC 30',
 'odometer': 63242,
 'odometer_reading_unit': '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 DCI 170 LL SPORT EDC Bus',
 'transmission': 'automatic',
 'trim': 'DCI 170 LL SPORT EDC',
 'vin': 'VF1JL000670392664',
 'year': 2023}
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK23%2520EVG%27 HTTP/1.1" 200 None
2026-03-30 06:59:11 [bca.uk] INFO: Saving data for VK23%20EVG: {'auction_closing_time': 1774864800.0, 'created_time': 1773930986.324583, 'last_price_update_time': 1774853951.065602}
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK23%2520EVG') HTTP/1.1" 204 0
2026-03-30 06:59:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 078ca0d8-8e9c-562e-817b-e20b7b496879 with identifier: KS72%20AAZ
2026-03-30 06:59:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 078ca0d8-8e9c-562e-817b-e20b7b496879 with identifier: KS72%20AAZ
2026-03-30 06:59:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 078ca0d8-8e9c-562e-817b-e20b7b496879 with identifier: KS72%20AAZ to the API
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KS72%20AAZ-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '078ca0d8-8e9c-562e-817b-e20b7b496879',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'KS72 AAZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KS72%20AAZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'VOLVO',
 'model': 'C40 RECHARGE',
 'odometer': 49821,
 'odometer_reading_unit': '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 C40 RECHARGE 300KW 78KWH TM ULTIMATE Coupe',
 'transmission': 'automatic',
 'trim': '300KW 78KWH TM ULTIMATE',
 'vin': 'YV1XKEDV9P2045975',
 'year': 2022}
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KS72%2520AAZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:11 [bca.uk] INFO: Saving data for KS72%20AAZ: {'auction_closing_time': 1774864800.0, 'created_time': 1774044648.629752, 'last_price_update_time': 1774853951.398425}
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KS72%2520AAZ') HTTP/1.1" 204 0
2026-03-30 06:59:11 [bca.uk] INFO: Found listing with ID: YF72%20FSS
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520FSS%27 HTTP/1.1" 200 None
2026-03-30 06:59:11 [bca.uk] INFO: Scrape type for YF72%20FSS: 2
2026-03-30 06:59:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fcf2509-4e18-5c9f-b7b9-43cf86ece215 with identifier: YF72%20FSS
2026-03-30 06:59:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fcf2509-4e18-5c9f-b7b9-43cf86ece215 with scrape type 2
2026-03-30 06:59:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fcf2509-4e18-5c9f-b7b9-43cf86ece215 with scrape type 2
2026-03-30 06:59:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6fcf2509-4e18-5c9f-b7b9-43cf86ece215, identifier: YF72%20FSS
2026-03-30 06:59:11 [bca.uk] INFO: Found listing with ID: PF19%20UWD
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520UWD%27 HTTP/1.1" 200 None
2026-03-30 06:59:11 [bca.uk] INFO: Scrape type for PF19%20UWD: 2
2026-03-30 06:59:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f48b01bd-702e-5b20-ad6f-26db2f8b4e83 with identifier: PF19%20UWD
2026-03-30 06:59:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f48b01bd-702e-5b20-ad6f-26db2f8b4e83 with scrape type 2
2026-03-30 06:59:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f48b01bd-702e-5b20-ad6f-26db2f8b4e83 with scrape type 2
2026-03-30 06:59:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: f48b01bd-702e-5b20-ad6f-26db2f8b4e83, identifier: PF19%20UWD
2026-03-30 06:59:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6fcf2509-4e18-5c9f-b7b9-43cf86ece215 with identifier: YF72%20FSS
2026-03-30 06:59:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6fcf2509-4e18-5c9f-b7b9-43cf86ece215 with identifier: YF72%20FSS
2026-03-30 06:59:11 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6fcf2509-4e18-5c9f-b7b9-43cf86ece215 with identifier: YF72%20FSS to the API
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 22,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YF72%20FSS-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6fcf2509-4e18-5c9f-b7b9-43cf86ece215',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YF72 FSS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YF72%20FSS&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LEXUS',
 'model': 'NX 450H+',
 'odometer': 43931,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'LEXUS NX 450H+ 2.5 4WD (PREMIUM PK) E-CVT StationWagon',
 'transmission': 'automatic',
 'trim': '4WD (PREMIUM PK) E-CVT',
 'vin': 'JTJCKBFZ602012695',
 'year': 2022}
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YF72%2520FSS%27 HTTP/1.1" 200 None
2026-03-30 06:59:11 [bca.uk] INFO: Saving data for YF72%20FSS: {'auction_closing_time': 1775556000.0, 'created_time': 1774334103.685865, 'last_price_update_time': 1774853951.97115}
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YF72%2520FSS') HTTP/1.1" 204 0
2026-03-30 06:59:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: f48b01bd-702e-5b20-ad6f-26db2f8b4e83 with identifier: PF19%20UWD
2026-03-30 06:59:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: f48b01bd-702e-5b20-ad6f-26db2f8b4e83 with identifier: PF19%20UWD
2026-03-30 06:59:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: f48b01bd-702e-5b20-ad6f-26db2f8b4e83 with identifier: PF19%20UWD to the API
2026-03-30 06:59:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 177,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PF19%20UWD-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'f48b01bd-702e-5b20-ad6f-26db2f8b4e83',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'PF19 UWD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PF19%20UWD&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'AUDI',
 'model': 'Q7',
 'odometer': 116590,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2019-01-01',
 'seller_name': None,
 'title': 'AUDI Q7 3.0 50 TDI QUATTRO S LINE TIP StationWagon',
 'transmission': 'manual',
 'trim': '50 TDI QUATTRO S LINE TIP',
 'vin': 'WAUZZZ4MXKD023132',
 'year': 2019}
2026-03-30 06:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PF19%2520UWD%27 HTTP/1.1" 200 None
2026-03-30 06:59:12 [bca.uk] INFO: Saving data for PF19%20UWD: {'auction_closing_time': 1774864800.0, 'created_time': 1773908932.325201, 'last_price_update_time': 1774853952.280661}
2026-03-30 06:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PF19%2520UWD') HTTP/1.1" 204 0
2026-03-30 06:59:12 [bca.uk] INFO: Found listing with ID: HX20%20FBL
2026-03-30 06:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX20%2520FBL%27 HTTP/1.1" 200 None
2026-03-30 06:59:12 [bca.uk] INFO: Scrape type for HX20%20FBL: 2
2026-03-30 06:59:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b8f8bf0-21fb-5e91-ae3e-01b607d5c63a with identifier: HX20%20FBL
2026-03-30 06:59:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b8f8bf0-21fb-5e91-ae3e-01b607d5c63a with scrape type 2
2026-03-30 06:59:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b8f8bf0-21fb-5e91-ae3e-01b607d5c63a with scrape type 2
2026-03-30 06:59:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1b8f8bf0-21fb-5e91-ae3e-01b607d5c63a, identifier: HX20%20FBL
2026-03-30 06:59:12 [bca.uk] INFO: Found listing with ID: VK72%20RYR
2026-03-30 06:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520RYR%27 HTTP/1.1" 200 None
2026-03-30 06:59:12 [bca.uk] INFO: Scrape type for VK72%20RYR: 2
2026-03-30 06:59:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f2f2797-44e6-556c-985e-24f07a163569 with identifier: VK72%20RYR
2026-03-30 06:59:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f2f2797-44e6-556c-985e-24f07a163569 with scrape type 2
2026-03-30 06:59:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f2f2797-44e6-556c-985e-24f07a163569 with scrape type 2
2026-03-30 06:59:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 1f2f2797-44e6-556c-985e-24f07a163569, identifier: VK72%20RYR
2026-03-30 06:59:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1b8f8bf0-21fb-5e91-ae3e-01b607d5c63a with identifier: HX20%20FBL
2026-03-30 06:59:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1b8f8bf0-21fb-5e91-ae3e-01b607d5c63a with identifier: HX20%20FBL
2026-03-30 06:59:12 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1b8f8bf0-21fb-5e91-ae3e-01b607d5c63a with identifier: HX20%20FBL to the API
2026-03-30 06:59:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 170,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HX20%20FBL-GB',
 'category': 'Car',
 'color': 'brown',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '1b8f8bf0-21fb-5e91-ae3e-01b607d5c63a',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HX20 FBL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HX20%20FBL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'TOYOTA',
 'model': 'PROACE VERSO',
 'odometer': 27050,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA PROACE VERSO 1.5 D 120 SHUTTLE MEDIUM MPV',
 'transmission': 'manual',
 'trim': 'D 120 SHUTTLE MEDIUM',
 'vin': 'YARVAYHVKGZ172712',
 'year': 2020}
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HX20%2520FBL%27 HTTP/1.1" 200 None
2026-03-30 06:59:13 [bca.uk] INFO: Saving data for HX20%20FBL: {'auction_closing_time': 1775556000.0, 'created_time': 1774334099.705314, 'last_price_update_time': 1774853953.367599}
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HX20%2520FBL') HTTP/1.1" 204 0
2026-03-30 06:59:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 1f2f2797-44e6-556c-985e-24f07a163569 with identifier: VK72%20RYR
2026-03-30 06:59:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 1f2f2797-44e6-556c-985e-24f07a163569 with identifier: VK72%20RYR
2026-03-30 06:59:13 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 1f2f2797-44e6-556c-985e-24f07a163569 with identifier: VK72%20RYR to the API
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VK72%20RYR-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '1f2f2797-44e6-556c-985e-24f07a163569',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VK72 RYR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VK72%20RYR&vehicleType=*',
 'listing': 'auction',
 'location': 'Walsall',
 'make': 'MG MOTOR UK',
 'model': 'ZS ELECTRIC',
 'odometer': 36527,
 'odometer_reading_unit': '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 LR Hatchback',
 'transmission': 'automatic',
 'trim': '115KW 73KWH TROPHY LR',
 'vin': 'LSJW74092NZ266441',
 'year': 2022}
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VK72%2520RYR%27 HTTP/1.1" 200 None
2026-03-30 06:59:13 [bca.uk] INFO: Saving data for VK72%20RYR: {'auction_closing_time': 1774864800.0, 'created_time': 1774044649.020226, 'last_price_update_time': 1774853953.655746}
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VK72%2520RYR') HTTP/1.1" 204 0
2026-03-30 06:59:13 [bca.uk] INFO: Found listing with ID: HJ72%20LMX
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520LMX%27 HTTP/1.1" 200 None
2026-03-30 06:59:13 [bca.uk] INFO: Scrape type for HJ72%20LMX: 2
2026-03-30 06:59:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10f6dc9f-3fdb-595d-8337-5ec213494f6f with identifier: HJ72%20LMX
2026-03-30 06:59:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10f6dc9f-3fdb-595d-8337-5ec213494f6f with scrape type 2
2026-03-30 06:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10f6dc9f-3fdb-595d-8337-5ec213494f6f with scrape type 2
2026-03-30 06:59:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 10f6dc9f-3fdb-595d-8337-5ec213494f6f, identifier: HJ72%20LMX
2026-03-30 06:59:13 [bca.uk] INFO: Found listing with ID: YO21%20UJK
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO21%2520UJK%27 HTTP/1.1" 200 None
2026-03-30 06:59:13 [bca.uk] INFO: Scrape type for YO21%20UJK: 2
2026-03-30 06:59:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 537584c0-ff66-5781-90d3-33cf9f9e85d6 with identifier: YO21%20UJK
2026-03-30 06:59:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 537584c0-ff66-5781-90d3-33cf9f9e85d6 with scrape type 2
2026-03-30 06:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 537584c0-ff66-5781-90d3-33cf9f9e85d6 with scrape type 2
2026-03-30 06:59:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 537584c0-ff66-5781-90d3-33cf9f9e85d6, identifier: YO21%20UJK
2026-03-30 06:59:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 10f6dc9f-3fdb-595d-8337-5ec213494f6f with identifier: HJ72%20LMX
2026-03-30 06:59:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 10f6dc9f-3fdb-595d-8337-5ec213494f6f with identifier: HJ72%20LMX
2026-03-30 06:59:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 10f6dc9f-3fdb-595d-8337-5ec213494f6f with identifier: HJ72%20LMX to the API
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 169,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HJ72%20LMX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '10f6dc9f-3fdb-595d-8337-5ec213494f6f',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HJ72 LMX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HJ72%20LMX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'PROACE VERSO',
 'odometer': 88011,
 'odometer_reading_unit': '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 1.5 D 120 COMBI MEDIUM MPV',
 'transmission': 'manual',
 'trim': 'D 120 COMBI MEDIUM',
 'vin': 'YARVAYHVMGZ220887',
 'year': 2022}
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HJ72%2520LMX%27 HTTP/1.1" 200 None
2026-03-30 06:59:14 [bca.uk] INFO: Saving data for HJ72%20LMX: {'auction_closing_time': 1775556000.0, 'created_time': 1774334091.477955, 'last_price_update_time': 1774853954.182158}
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HJ72%2520LMX') HTTP/1.1" 204 0
2026-03-30 06:59:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 537584c0-ff66-5781-90d3-33cf9f9e85d6 with identifier: YO21%20UJK
2026-03-30 06:59:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 537584c0-ff66-5781-90d3-33cf9f9e85d6 with identifier: YO21%20UJK
2026-03-30 06:59:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 537584c0-ff66-5781-90d3-33cf9f9e85d6 with identifier: YO21%20UJK to the API
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 32,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YO21%20UJK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '537584c0-ff66-5781-90d3-33cf9f9e85d6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'YO21 UJK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YO21%20UJK&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'FORD',
 'model': 'KUGA',
 'odometer': 37508,
 'odometer_reading_unit': '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 KUGA 2.5 E/B PHEV 2WD ST-LINE ED. StationWagon',
 'transmission': 'automatic',
 'trim': 'E/B PHEV 2WD ST-LINE ED.',
 'vin': 'WF0FXXWPMHLD09740',
 'year': 2021}
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YO21%2520UJK%27 HTTP/1.1" 200 None
2026-03-30 06:59:14 [bca.uk] INFO: Saving data for YO21%20UJK: {'auction_closing_time': 1774864800.0, 'created_time': 1773929887.974599, 'last_price_update_time': 1774853954.573837}
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YO21%2520UJK') HTTP/1.1" 204 0
2026-03-30 06:59:14 [bca.uk] INFO: Found listing with ID: HG72%20UCL
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG72%2520UCL%27 HTTP/1.1" 200 None
2026-03-30 06:59:14 [bca.uk] INFO: Scrape type for HG72%20UCL: 2
2026-03-30 06:59:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94668d2f-3238-5d7b-ad73-7debb7b9eb12 with identifier: HG72%20UCL
2026-03-30 06:59:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94668d2f-3238-5d7b-ad73-7debb7b9eb12 with scrape type 2
2026-03-30 06:59:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94668d2f-3238-5d7b-ad73-7debb7b9eb12 with scrape type 2
2026-03-30 06:59:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 94668d2f-3238-5d7b-ad73-7debb7b9eb12, identifier: HG72%20UCL
2026-03-30 06:59:14 [bca.uk] INFO: Found listing with ID: BV67%20GKX
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520GKX%27 HTTP/1.1" 200 None
2026-03-30 06:59:14 [bca.uk] INFO: Scrape type for BV67%20GKX: 2
2026-03-30 06:59:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f33cd7f-a97d-5e0a-91ef-62646bb00277 with identifier: BV67%20GKX
2026-03-30 06:59:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f33cd7f-a97d-5e0a-91ef-62646bb00277 with scrape type 2
2026-03-30 06:59:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f33cd7f-a97d-5e0a-91ef-62646bb00277 with scrape type 2
2026-03-30 06:59:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2f33cd7f-a97d-5e0a-91ef-62646bb00277, identifier: BV67%20GKX
2026-03-30 06:59:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 94668d2f-3238-5d7b-ad73-7debb7b9eb12 with identifier: HG72%20UCL
2026-03-30 06:59:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 94668d2f-3238-5d7b-ad73-7debb7b9eb12 with identifier: HG72%20UCL
2026-03-30 06:59:14 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 94668d2f-3238-5d7b-ad73-7debb7b9eb12 with identifier: HG72%20UCL to the API
2026-03-30 06:59:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HG72%20UCL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '94668d2f-3238-5d7b-ad73-7debb7b9eb12',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HG72 UCL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HG72%20UCL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 115638,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 VVT-I HYBRID ICON Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON',
 'vin': 'SB1Z93BE10E366340',
 'year': 2023}
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HG72%2520UCL%27 HTTP/1.1" 200 None
2026-03-30 06:59:15 [bca.uk] INFO: Saving data for HG72%20UCL: {'auction_closing_time': 1775556000.0, 'created_time': 1774334098.675061, 'last_price_update_time': 1774853955.095642}
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HG72%2520UCL') HTTP/1.1" 204 0
2026-03-30 06:59:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2f33cd7f-a97d-5e0a-91ef-62646bb00277 with identifier: BV67%20GKX
2026-03-30 06:59:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2f33cd7f-a97d-5e0a-91ef-62646bb00277 with identifier: BV67%20GKX
2026-03-30 06:59:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2f33cd7f-a97d-5e0a-91ef-62646bb00277 with identifier: BV67%20GKX to the API
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 134,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BV67%20GKX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '2f33cd7f-a97d-5e0a-91ef-62646bb00277',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BV67 GKX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BV67%20GKX&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'LAND ROVER',
 'model': 'R/R EVOQUE',
 'odometer': 76946,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'LAND ROVER R/R EVOQUE 2.0 TD4 180 4WD HSE DYNAMIC Hatchback',
 'transmission': 'automatic',
 'trim': 'TD4 180 4WD HSE DYNAMIC',
 'vin': 'SALVA2AN9JH273250',
 'year': 2017}
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BV67%2520GKX%27 HTTP/1.1" 200 None
2026-03-30 06:59:15 [bca.uk] INFO: Saving data for BV67%20GKX: {'auction_closing_time': 1774864800.0, 'created_time': 1773929878.227097, 'last_price_update_time': 1774853955.376627}
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BV67%2520GKX') HTTP/1.1" 204 0
2026-03-30 06:59:15 [bca.uk] INFO: Found listing with ID: LO22%20WJU
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO22%2520WJU%27 HTTP/1.1" 200 None
2026-03-30 06:59:15 [bca.uk] INFO: Scrape type for LO22%20WJU: 2
2026-03-30 06:59:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dbee3e9-2b49-5b5e-ae13-4d0f1d0de373 with identifier: LO22%20WJU
2026-03-30 06:59:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dbee3e9-2b49-5b5e-ae13-4d0f1d0de373 with scrape type 2
2026-03-30 06:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dbee3e9-2b49-5b5e-ae13-4d0f1d0de373 with scrape type 2
2026-03-30 06:59:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 6dbee3e9-2b49-5b5e-ae13-4d0f1d0de373, identifier: LO22%20WJU
2026-03-30 06:59:15 [bca.uk] INFO: Found listing with ID: YY23%20FMM
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520FMM%27 HTTP/1.1" 200 None
2026-03-30 06:59:15 [bca.uk] INFO: Scrape type for YY23%20FMM: 2
2026-03-30 06:59:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75940197-5e56-585d-9208-2bffa3f08c7e with identifier: YY23%20FMM
2026-03-30 06:59:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75940197-5e56-585d-9208-2bffa3f08c7e with scrape type 2
2026-03-30 06:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75940197-5e56-585d-9208-2bffa3f08c7e with scrape type 2
2026-03-30 06:59:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 75940197-5e56-585d-9208-2bffa3f08c7e, identifier: YY23%20FMM
2026-03-30 06:59:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 6dbee3e9-2b49-5b5e-ae13-4d0f1d0de373 with identifier: LO22%20WJU
2026-03-30 06:59:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 6dbee3e9-2b49-5b5e-ae13-4d0f1d0de373 with identifier: LO22%20WJU
2026-03-30 06:59:15 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 6dbee3e9-2b49-5b5e-ae13-4d0f1d0de373 with identifier: LO22%20WJU to the API
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO22%20WJU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '6dbee3e9-2b49-5b5e-ae13-4d0f1d0de373',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO22 WJU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO22%20WJU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 90011,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'JTDKBABB90A098401',
 'year': 2022}
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO22%2520WJU%27 HTTP/1.1" 200 None
2026-03-30 06:59:15 [bca.uk] INFO: Saving data for LO22%20WJU: {'auction_closing_time': 1775556000.0, 'created_time': 1774334100.093363, 'last_price_update_time': 1774853955.935858}
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO22%2520WJU') HTTP/1.1" 204 0
2026-03-30 06:59:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 75940197-5e56-585d-9208-2bffa3f08c7e with identifier: YY23%20FMM
2026-03-30 06:59:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 75940197-5e56-585d-9208-2bffa3f08c7e with identifier: YY23%20FMM
2026-03-30 06:59:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 75940197-5e56-585d-9208-2bffa3f08c7e with identifier: YY23%20FMM to the API
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 41,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=YY23%20FMM-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '75940197-5e56-585d-9208-2bffa3f08c7e',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'YY23 FMM',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=YY23%20FMM&vehicleType=*',
 'listing': 'auction',
 'location': 'Brighouse',
 'make': 'MG MOTOR UK',
 'model': 'HS',
 'odometer': 28910,
 'odometer_reading_unit': '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 T-GDI PHEV EXCLUSIVE Hatchback',
 'transmission': 'automatic',
 'trim': 'T-GDI PHEV EXCLUSIVE',
 'vin': 'LSJA24393NN206633',
 'year': 2023}
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27YY23%2520FMM%27 HTTP/1.1" 200 None
2026-03-30 06:59:16 [bca.uk] INFO: Saving data for YY23%20FMM: {'auction_closing_time': 1774864800.0, 'created_time': 1774044974.128408, 'last_price_update_time': 1774853956.243821}
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='YY23%2520FMM') HTTP/1.1" 204 0
2026-03-30 06:59:16 [bca.uk] INFO: Found listing with ID: LM70%20WZH
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520WZH%27 HTTP/1.1" 200 None
2026-03-30 06:59:16 [bca.uk] INFO: Scrape type for LM70%20WZH: 2
2026-03-30 06:59:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac3270e4-2b00-5bbf-a9fe-275427f03b32 with identifier: LM70%20WZH
2026-03-30 06:59:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac3270e4-2b00-5bbf-a9fe-275427f03b32 with scrape type 2
2026-03-30 06:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac3270e4-2b00-5bbf-a9fe-275427f03b32 with scrape type 2
2026-03-30 06:59:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ac3270e4-2b00-5bbf-a9fe-275427f03b32, identifier: LM70%20WZH
2026-03-30 06:59:16 [scrapy.extensions.logstats] INFO: Crawled 134 pages (at 0 pages/min), scraped 6978 items (at 127 items/min)
2026-03-30 06:59:16 [scrapy.extensions.memusage] INFO: Peak memory usage is 213MiB
2026-03-30 06:59:16 [bca.uk] INFO: Found listing with ID: BD70%20YPL
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520YPL%27 HTTP/1.1" 200 None
2026-03-30 06:59:16 [bca.uk] INFO: Scrape type for BD70%20YPL: 2
2026-03-30 06:59:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe38f9a7-26a6-597e-82ca-87412dd43bf5 with identifier: BD70%20YPL
2026-03-30 06:59:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe38f9a7-26a6-597e-82ca-87412dd43bf5 with scrape type 2
2026-03-30 06:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe38f9a7-26a6-597e-82ca-87412dd43bf5 with scrape type 2
2026-03-30 06:59:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: fe38f9a7-26a6-597e-82ca-87412dd43bf5, identifier: BD70%20YPL
2026-03-30 06:59:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ac3270e4-2b00-5bbf-a9fe-275427f03b32 with identifier: LM70%20WZH
2026-03-30 06:59:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ac3270e4-2b00-5bbf-a9fe-275427f03b32 with identifier: LM70%20WZH
2026-03-30 06:59:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ac3270e4-2b00-5bbf-a9fe-275427f03b32 with identifier: LM70%20WZH to the API
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM70%20WZH-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ac3270e4-2b00-5bbf-a9fe-275427f03b32',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LM70 WZH',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM70%20WZH&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 76555,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'VNKKBAC360A024982',
 'year': 2020}
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM70%2520WZH%27 HTTP/1.1" 200 None
2026-03-30 06:59:16 [bca.uk] INFO: Saving data for LM70%20WZH: {'auction_closing_time': 1775556000.0, 'created_time': 1774334100.473056, 'last_price_update_time': 1774853956.786373}
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM70%2520WZH') HTTP/1.1" 204 0
2026-03-30 06:59:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: fe38f9a7-26a6-597e-82ca-87412dd43bf5 with identifier: BD70%20YPL
2026-03-30 06:59:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: fe38f9a7-26a6-597e-82ca-87412dd43bf5 with identifier: BD70%20YPL
2026-03-30 06:59:16 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: fe38f9a7-26a6-597e-82ca-87412dd43bf5 with identifier: BD70%20YPL to the API
2026-03-30 06:59:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 180,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BD70%20YPL-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'fe38f9a7-26a6-597e-82ca-87412dd43bf5',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BD70 YPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BD70%20YPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'ARTEON SH/BRAKE',
 'odometer': 54787,
 'odometer_reading_unit': '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 ARTEON SH/BRAKE 2.0 TSI 190 R LINE DSG Estate',
 'transmission': 'automatic',
 'trim': 'TSI 190 R LINE DSG',
 'vin': 'WVWZZZ3HZME501484',
 'year': 2020}
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BD70%2520YPL%27 HTTP/1.1" 200 None
2026-03-30 06:59:17 [bca.uk] INFO: Saving data for BD70%20YPL: {'auction_closing_time': 1774864800.0, 'created_time': 1773958243.724844, 'last_price_update_time': 1774853957.090546}
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BD70%2520YPL') HTTP/1.1" 204 0
2026-03-30 06:59:17 [bca.uk] INFO: Found listing with ID: CJ73%20EFL
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ73%2520EFL%27 HTTP/1.1" 200 None
2026-03-30 06:59:17 [bca.uk] INFO: Scrape type for CJ73%20EFL: 2
2026-03-30 06:59:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8f65cb7-94f3-5a45-9cd7-156aa2069ed6 with identifier: CJ73%20EFL
2026-03-30 06:59:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8f65cb7-94f3-5a45-9cd7-156aa2069ed6 with scrape type 2
2026-03-30 06:59:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8f65cb7-94f3-5a45-9cd7-156aa2069ed6 with scrape type 2
2026-03-30 06:59:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b8f65cb7-94f3-5a45-9cd7-156aa2069ed6, identifier: CJ73%20EFL
2026-03-30 06:59:17 [bca.uk] INFO: Found listing with ID: BW18%20CZN
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW18%2520CZN%27 HTTP/1.1" 200 None
2026-03-30 06:59:17 [bca.uk] INFO: Scrape type for BW18%20CZN: 2
2026-03-30 06:59:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8012d2b4-1b3f-5164-8522-fbe6384fa7f2 with identifier: BW18%20CZN
2026-03-30 06:59:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8012d2b4-1b3f-5164-8522-fbe6384fa7f2 with scrape type 2
2026-03-30 06:59:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8012d2b4-1b3f-5164-8522-fbe6384fa7f2 with scrape type 2
2026-03-30 06:59:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8012d2b4-1b3f-5164-8522-fbe6384fa7f2, identifier: BW18%20CZN
2026-03-30 06:59:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b8f65cb7-94f3-5a45-9cd7-156aa2069ed6 with identifier: CJ73%20EFL
2026-03-30 06:59:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b8f65cb7-94f3-5a45-9cd7-156aa2069ed6 with identifier: CJ73%20EFL
2026-03-30 06:59:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b8f65cb7-94f3-5a45-9cd7-156aa2069ed6 with identifier: CJ73%20EFL to the API
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 114,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CJ73%20EFL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b8f65cb7-94f3-5a45-9cd7-156aa2069ed6',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CJ73 EFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CJ73%20EFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 48524,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID EXCEL Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL',
 'vin': 'JTDKBABB80A314724',
 'year': 2024}
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CJ73%2520EFL%27 HTTP/1.1" 200 None
2026-03-30 06:59:17 [bca.uk] INFO: Saving data for CJ73%20EFL: {'auction_closing_time': 1775556000.0, 'created_time': 1774334099.338812, 'last_price_update_time': 1774853957.607592}
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CJ73%2520EFL') HTTP/1.1" 204 0
2026-03-30 06:59:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8012d2b4-1b3f-5164-8522-fbe6384fa7f2 with identifier: BW18%20CZN
2026-03-30 06:59:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8012d2b4-1b3f-5164-8522-fbe6384fa7f2 with identifier: BW18%20CZN
2026-03-30 06:59:17 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8012d2b4-1b3f-5164-8522-fbe6384fa7f2 with identifier: BW18%20CZN to the API
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 183,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BW18%20CZN-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8012d2b4-1b3f-5164-8522-fbe6384fa7f2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BW18 CZN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BW18%20CZN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'BMW',
 'model': 'X5',
 'odometer': 100880,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'BMW X5 3.0 XDRIVE 40D M SPORT StationWagon',
 'transmission': 'manual',
 'trim': 'XDRIVE 40D M SPORT',
 'vin': 'WBAKS620000Z47409',
 'year': 2018}
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BW18%2520CZN%27 HTTP/1.1" 200 None
2026-03-30 06:59:17 [bca.uk] INFO: Saving data for BW18%20CZN: {'auction_closing_time': 1774864800.0, 'created_time': 1773958238.142401, 'last_price_update_time': 1774853957.901111}
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BW18%2520CZN') HTTP/1.1" 204 0
2026-03-30 06:59:17 [bca.uk] INFO: Found listing with ID: CV72%20GWU
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV72%2520GWU%27 HTTP/1.1" 200 None
2026-03-30 06:59:17 [bca.uk] INFO: Scrape type for CV72%20GWU: 2
2026-03-30 06:59:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c312420-31b1-5613-b56a-e6914d358894 with identifier: CV72%20GWU
2026-03-30 06:59:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c312420-31b1-5613-b56a-e6914d358894 with scrape type 2
2026-03-30 06:59:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c312420-31b1-5613-b56a-e6914d358894 with scrape type 2
2026-03-30 06:59:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0c312420-31b1-5613-b56a-e6914d358894, identifier: CV72%20GWU
2026-03-30 06:59:18 [bca.uk] INFO: Found listing with ID: FN68%20UUW
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN68%2520UUW%27 HTTP/1.1" 200 None
2026-03-30 06:59:18 [bca.uk] INFO: Scrape type for FN68%20UUW: 2
2026-03-30 06:59:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93691282-5b81-551b-a4b7-5b2bda3049f7 with identifier: FN68%20UUW
2026-03-30 06:59:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93691282-5b81-551b-a4b7-5b2bda3049f7 with scrape type 2
2026-03-30 06:59:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93691282-5b81-551b-a4b7-5b2bda3049f7 with scrape type 2
2026-03-30 06:59:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 93691282-5b81-551b-a4b7-5b2bda3049f7, identifier: FN68%20UUW
2026-03-30 06:59:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0c312420-31b1-5613-b56a-e6914d358894 with identifier: CV72%20GWU
2026-03-30 06:59:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0c312420-31b1-5613-b56a-e6914d358894 with identifier: CV72%20GWU
2026-03-30 06:59:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0c312420-31b1-5613-b56a-e6914d358894 with identifier: CV72%20GWU to the API
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 129,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CV72%20GWU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '0c312420-31b1-5613-b56a-e6914d358894',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'CV72 GWU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CV72%20GWU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 86577,
 'odometer_reading_unit': '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 RAV4 2.5 HYBRID DESIGN 2WD StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN 2WD',
 'vin': 'JTMW53FV90D030994',
 'year': 2022}
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CV72%2520GWU%27 HTTP/1.1" 200 None
2026-03-30 06:59:18 [bca.uk] INFO: Saving data for CV72%20GWU: {'auction_closing_time': 1775556000.0, 'created_time': 1774334101.061386, 'last_price_update_time': 1774853958.450024}
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CV72%2520GWU') HTTP/1.1" 204 0
2026-03-30 06:59:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 93691282-5b81-551b-a4b7-5b2bda3049f7 with identifier: FN68%20UUW
2026-03-30 06:59:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 93691282-5b81-551b-a4b7-5b2bda3049f7 with identifier: FN68%20UUW
2026-03-30 06:59:18 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 93691282-5b81-551b-a4b7-5b2bda3049f7 with identifier: FN68%20UUW to the API
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 145,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FN68%20UUW-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '93691282-5b81-551b-a4b7-5b2bda3049f7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FN68 UUW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FN68%20UUW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'GRAND C-MAX',
 'odometer': 33172,
 'odometer_reading_unit': '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 GRAND C-MAX 1.5 TDCI 120 TITANIUM P/S MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 120 TITANIUM P/S',
 'vin': 'WF0WXXGCEWJU79057',
 'year': 2018}
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FN68%2520UUW%27 HTTP/1.1" 200 None
2026-03-30 06:59:18 [bca.uk] INFO: Saving data for FN68%20UUW: {'auction_closing_time': 1774864800.0, 'created_time': 1773958231.826775, 'last_price_update_time': 1774853958.73806}
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FN68%2520UUW') HTTP/1.1" 204 0
2026-03-30 06:59:18 [bca.uk] INFO: Found listing with ID: VE73%20UOU
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520UOU%27 HTTP/1.1" 200 None
2026-03-30 06:59:18 [bca.uk] INFO: Scrape type for VE73%20UOU: 2
2026-03-30 06:59:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b13c225c-78d0-5383-b264-85ddc27cb8e8 with identifier: VE73%20UOU
2026-03-30 06:59:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b13c225c-78d0-5383-b264-85ddc27cb8e8 with scrape type 2
2026-03-30 06:59:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b13c225c-78d0-5383-b264-85ddc27cb8e8 with scrape type 2
2026-03-30 06:59:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b13c225c-78d0-5383-b264-85ddc27cb8e8, identifier: VE73%20UOU
2026-03-30 06:59:18 [bca.uk] INFO: Found listing with ID: GD14%20WNL
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD14%2520WNL%27 HTTP/1.1" 200 None
2026-03-30 06:59:18 [bca.uk] INFO: Scrape type for GD14%20WNL: 2
2026-03-30 06:59:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4794c8b-4221-5a5f-8786-706db9756ac2 with identifier: GD14%20WNL
2026-03-30 06:59:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4794c8b-4221-5a5f-8786-706db9756ac2 with scrape type 2
2026-03-30 06:59:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4794c8b-4221-5a5f-8786-706db9756ac2 with scrape type 2
2026-03-30 06:59:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4794c8b-4221-5a5f-8786-706db9756ac2, identifier: GD14%20WNL
2026-03-30 06:59:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b13c225c-78d0-5383-b264-85ddc27cb8e8 with identifier: VE73%20UOU
2026-03-30 06:59:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b13c225c-78d0-5383-b264-85ddc27cb8e8 with identifier: VE73%20UOU
2026-03-30 06:59:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b13c225c-78d0-5383-b264-85ddc27cb8e8 with identifier: VE73%20UOU to the API
2026-03-30 06:59:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 104,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VE73%20UOU-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'b13c225c-78d0-5383-b264-85ddc27cb8e8',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'VE73 UOU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VE73%20UOU&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'COROLLA',
 'odometer': 21079,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA 1.8 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'SB1KB3AE30E093795',
 'year': 2024}
2026-03-30 06:59:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VE73%2520UOU%27 HTTP/1.1" 200 None
2026-03-30 06:59:19 [bca.uk] INFO: Saving data for VE73%20UOU: {'auction_closing_time': 1775556000.0, 'created_time': 1774334188.786668, 'last_price_update_time': 1774853959.553805}
2026-03-30 06:59:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VE73%2520UOU') HTTP/1.1" 204 0
2026-03-30 06:59:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4794c8b-4221-5a5f-8786-706db9756ac2 with identifier: GD14%20WNL
2026-03-30 06:59:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4794c8b-4221-5a5f-8786-706db9756ac2 with identifier: GD14%20WNL
2026-03-30 06:59:19 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4794c8b-4221-5a5f-8786-706db9756ac2 with identifier: GD14%20WNL to the API
2026-03-30 06:59:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 120,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GD14%20WNL-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'a4794c8b-4221-5a5f-8786-706db9756ac2',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GD14 WNL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GD14%20WNL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'FIESTA',
 'odometer': 44973,
 'odometer_reading_unit': '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.2 STYLE Hatchback',
 'transmission': 'manual',
 'trim': 'STYLE',
 'vin': 'WF0CXXGAKCEJ56258',
 'year': 2014}
2026-03-30 06:59:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GD14%2520WNL%27 HTTP/1.1" 200 None
2026-03-30 06:59:19 [bca.uk] INFO: Saving data for GD14%20WNL: {'auction_closing_time': 1774864800.0, 'created_time': 1773958221.179094, 'last_price_update_time': 1774853959.964249}
2026-03-30 06:59:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GD14%2520WNL') HTTP/1.1" 204 0
2026-03-30 06:59:19 [bca.uk] INFO: Found listing with ID: PY72%20BVS
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520BVS%27 HTTP/1.1" 200 None
2026-03-30 06:59:20 [bca.uk] INFO: Scrape type for PY72%20BVS: 2
2026-03-30 06:59:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5948ba0d-4f77-5c3d-9c50-45d21c4437bd with identifier: PY72%20BVS
2026-03-30 06:59:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5948ba0d-4f77-5c3d-9c50-45d21c4437bd with scrape type 2
2026-03-30 06:59:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5948ba0d-4f77-5c3d-9c50-45d21c4437bd with scrape type 2
2026-03-30 06:59:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 5948ba0d-4f77-5c3d-9c50-45d21c4437bd, identifier: PY72%20BVS
2026-03-30 06:59:20 [bca.uk] INFO: Found listing with ID: GK16%20FYN
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK16%2520FYN%27 HTTP/1.1" 200 None
2026-03-30 06:59:20 [bca.uk] INFO: Scrape type for GK16%20FYN: 2
2026-03-30 06:59:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f71f39c-1224-52ea-b8b5-fb7f9b30c970 with identifier: GK16%20FYN
2026-03-30 06:59:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f71f39c-1224-52ea-b8b5-fb7f9b30c970 with scrape type 2
2026-03-30 06:59:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f71f39c-1224-52ea-b8b5-fb7f9b30c970 with scrape type 2
2026-03-30 06:59:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 4f71f39c-1224-52ea-b8b5-fb7f9b30c970, identifier: GK16%20FYN
2026-03-30 06:59:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 5948ba0d-4f77-5c3d-9c50-45d21c4437bd with identifier: PY72%20BVS
2026-03-30 06:59:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 5948ba0d-4f77-5c3d-9c50-45d21c4437bd with identifier: PY72%20BVS
2026-03-30 06:59:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 5948ba0d-4f77-5c3d-9c50-45d21c4437bd with identifier: PY72%20BVS to the API
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 132,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PY72%20BVS-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '5948ba0d-4f77-5c3d-9c50-45d21c4437bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PY72 BVS',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PY72%20BVS&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'RAV4',
 'odometer': 60919,
 'odometer_reading_unit': '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 RAV4 2.5 HYBRID EXCEL 4WD StationWagon',
 'transmission': 'automatic',
 'trim': 'HYBRID EXCEL 4WD',
 'vin': 'JTMD63FV10D077523',
 'year': 2022}
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PY72%2520BVS%27 HTTP/1.1" 200 None
2026-03-30 06:59:20 [bca.uk] INFO: Saving data for PY72%20BVS: {'auction_closing_time': 1775556000.0, 'created_time': 1774334188.395905, 'last_price_update_time': 1774853960.494156}
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PY72%2520BVS') HTTP/1.1" 204 0
2026-03-30 06:59:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 4f71f39c-1224-52ea-b8b5-fb7f9b30c970 with identifier: GK16%20FYN
2026-03-30 06:59:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 4f71f39c-1224-52ea-b8b5-fb7f9b30c970 with identifier: GK16%20FYN
2026-03-30 06:59:20 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 4f71f39c-1224-52ea-b8b5-fb7f9b30c970 with identifier: GK16%20FYN to the API
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK16%20FYN-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.6L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '4f71f39c-1224-52ea-b8b5-fb7f9b30c970',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK16 FYN',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK16%20FYN&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'NISSAN',
 'model': 'X-TRAIL',
 'odometer': 72764,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'NISSAN X-TRAIL 1.6 DIG-T N-TEC (7ST) StationWagon',
 'transmission': 'manual',
 'trim': 'DIG-T N-TEC (7ST)',
 'vin': 'JN1JDAT32U0001025',
 'year': 2016}
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK16%2520FYN%27 HTTP/1.1" 200 None
2026-03-30 06:59:20 [bca.uk] INFO: Saving data for GK16%20FYN: {'auction_closing_time': 1774864800.0, 'created_time': 1773958210.838635, 'last_price_update_time': 1774853960.784619}
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK16%2520FYN') HTTP/1.1" 204 0
2026-03-30 06:59:20 [bca.uk] INFO: Found listing with ID: HY23%20UVL
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520UVL%27 HTTP/1.1" 200 None
2026-03-30 06:59:20 [bca.uk] INFO: Scrape type for HY23%20UVL: 2
2026-03-30 06:59:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 637e288e-5104-53c9-bc2f-3b98785218b3 with identifier: HY23%20UVL
2026-03-30 06:59:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 637e288e-5104-53c9-bc2f-3b98785218b3 with scrape type 2
2026-03-30 06:59:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 637e288e-5104-53c9-bc2f-3b98785218b3 with scrape type 2
2026-03-30 06:59:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 637e288e-5104-53c9-bc2f-3b98785218b3, identifier: HY23%20UVL
2026-03-30 06:59:20 [bca.uk] INFO: Found listing with ID: OV65%20YJE
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520YJE%27 HTTP/1.1" 200 None
2026-03-30 06:59:20 [bca.uk] INFO: Scrape type for OV65%20YJE: 2
2026-03-30 06:59:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 135cbfdd-b488-5b15-b90c-f386d6e60a17 with identifier: OV65%20YJE
2026-03-30 06:59:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 135cbfdd-b488-5b15-b90c-f386d6e60a17 with scrape type 2
2026-03-30 06:59:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 135cbfdd-b488-5b15-b90c-f386d6e60a17 with scrape type 2
2026-03-30 06:59:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 135cbfdd-b488-5b15-b90c-f386d6e60a17, identifier: OV65%20YJE
2026-03-30 06:59:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 637e288e-5104-53c9-bc2f-3b98785218b3 with identifier: HY23%20UVL
2026-03-30 06:59:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 637e288e-5104-53c9-bc2f-3b98785218b3 with identifier: HY23%20UVL
2026-03-30 06:59:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 637e288e-5104-53c9-bc2f-3b98785218b3 with identifier: HY23%20UVL to the API
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 121,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=HY23%20UVL-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '2.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '637e288e-5104-53c9-bc2f-3b98785218b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'HY23 UVL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=HY23%20UVL&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'LEXUS',
 'model': 'ES 300H',
 'odometer': 28960,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'LEXUS ES 300H 2.5 PREMIUM ED. Saloon',
 'transmission': 'automatic',
 'trim': 'PREMIUM ED.',
 'vin': 'JTHB21B1X02195719',
 'year': 2023}
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27HY23%2520UVL%27 HTTP/1.1" 200 None
2026-03-30 06:59:21 [bca.uk] INFO: Saving data for HY23%20UVL: {'auction_closing_time': 1775556000.0, 'created_time': 1774334187.890738, 'last_price_update_time': 1774853961.352244}
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='HY23%2520UVL') HTTP/1.1" 204 0
2026-03-30 06:59:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 135cbfdd-b488-5b15-b90c-f386d6e60a17 with identifier: OV65%20YJE
2026-03-30 06:59:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 135cbfdd-b488-5b15-b90c-f386d6e60a17 with identifier: OV65%20YJE
2026-03-30 06:59:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 135cbfdd-b488-5b15-b90c-f386d6e60a17 with identifier: OV65%20YJE to the API
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 97,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV65%20YJE-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 3,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '135cbfdd-b488-5b15-b90c-f386d6e60a17',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OV65 YJE',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV65%20YJE&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'AUDI',
 'model': 'A1',
 'odometer': 67664,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2015-01-01',
 'seller_name': None,
 'title': 'AUDI A1 1.0 TFSI 95 SPORT Hatchback',
 'transmission': 'manual',
 'trim': 'TFSI 95 SPORT',
 'vin': 'WAUZZZ8X7GB042275',
 'year': 2015}
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV65%2520YJE%27 HTTP/1.1" 200 None
2026-03-30 06:59:21 [bca.uk] INFO: Saving data for OV65%20YJE: {'auction_closing_time': 1774864800.0, 'created_time': 1773958162.192559, 'last_price_update_time': 1774853961.669132}
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV65%2520YJE') HTTP/1.1" 204 0
2026-03-30 06:59:21 [bca.uk] INFO: Found listing with ID: PJ24%20CNZ
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ24%2520CNZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:21 [bca.uk] INFO: Scrape type for PJ24%20CNZ: 2
2026-03-30 06:59:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e5ba84e-04ef-5d80-a887-2140067fcc23 with identifier: PJ24%20CNZ
2026-03-30 06:59:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e5ba84e-04ef-5d80-a887-2140067fcc23 with scrape type 2
2026-03-30 06:59:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e5ba84e-04ef-5d80-a887-2140067fcc23 with scrape type 2
2026-03-30 06:59:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2e5ba84e-04ef-5d80-a887-2140067fcc23, identifier: PJ24%20CNZ
2026-03-30 06:59:21 [bca.uk] INFO: Found listing with ID: OY61%20ZXK
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY61%2520ZXK%27 HTTP/1.1" 200 None
2026-03-30 06:59:21 [bca.uk] INFO: Scrape type for OY61%20ZXK: 2
2026-03-30 06:59:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdb8c405-cf3a-5585-b1aa-8a72ad75fc40 with identifier: OY61%20ZXK
2026-03-30 06:59:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdb8c405-cf3a-5585-b1aa-8a72ad75fc40 with scrape type 2
2026-03-30 06:59:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdb8c405-cf3a-5585-b1aa-8a72ad75fc40 with scrape type 2
2026-03-30 06:59:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: cdb8c405-cf3a-5585-b1aa-8a72ad75fc40, identifier: OY61%20ZXK
2026-03-30 06:59:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2e5ba84e-04ef-5d80-a887-2140067fcc23 with identifier: PJ24%20CNZ
2026-03-30 06:59:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2e5ba84e-04ef-5d80-a887-2140067fcc23 with identifier: PJ24%20CNZ
2026-03-30 06:59:21 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2e5ba84e-04ef-5d80-a887-2140067fcc23 with identifier: PJ24%20CNZ to the API
2026-03-30 06:59:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 92,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=PJ24%20CNZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2e5ba84e-04ef-5d80-a887-2140067fcc23',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'PJ24 CNZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=PJ24%20CNZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS',
 'odometer': 20177,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'VNKKBAC370A342769',
 'year': 2024}
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27PJ24%2520CNZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:22 [bca.uk] INFO: Saving data for PJ24%20CNZ: {'auction_closing_time': 1775556000.0, 'created_time': 1774334214.34119, 'last_price_update_time': 1774853962.185518}
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ24%2520CNZ') HTTP/1.1" 204 0
2026-03-30 06:59:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: cdb8c405-cf3a-5585-b1aa-8a72ad75fc40 with identifier: OY61%20ZXK
2026-03-30 06:59:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: cdb8c405-cf3a-5585-b1aa-8a72ad75fc40 with identifier: OY61%20ZXK
2026-03-30 06:59:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: cdb8c405-cf3a-5585-b1aa-8a72ad75fc40 with identifier: OY61%20ZXK to the API
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 149,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OY61%20ZXK-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'cdb8c405-cf3a-5585-b1aa-8a72ad75fc40',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OY61 ZXK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OY61%20ZXK&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'FORD',
 'model': 'C-MAX',
 'odometer': 54143,
 'odometer_reading_unit': '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 2.0 TDCI 140 TITANIUM P/SHIFT MPV',
 'transmission': 'automatic',
 'trim': 'TDCI 140 TITANIUM P/SHIFT',
 'vin': 'WF0JXXWPBJBJ47398',
 'year': 2011}
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OY61%2520ZXK%27 HTTP/1.1" 200 None
2026-03-30 06:59:22 [bca.uk] INFO: Saving data for OY61%20ZXK: {'auction_closing_time': 1774864800.0, 'created_time': 1773958210.043399, 'last_price_update_time': 1774853962.47624}
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OY61%2520ZXK') HTTP/1.1" 204 0
2026-03-30 06:59:22 [bca.uk] INFO: Found listing with ID: LS72%20XDY
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XDY%27 HTTP/1.1" 200 None
2026-03-30 06:59:22 [bca.uk] INFO: Scrape type for LS72%20XDY: 2
2026-03-30 06:59:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcf8aa1f-ab11-55a3-bdf8-cd134889ee16 with identifier: LS72%20XDY
2026-03-30 06:59:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcf8aa1f-ab11-55a3-bdf8-cd134889ee16 with scrape type 2
2026-03-30 06:59:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcf8aa1f-ab11-55a3-bdf8-cd134889ee16 with scrape type 2
2026-03-30 06:59:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: bcf8aa1f-ab11-55a3-bdf8-cd134889ee16, identifier: LS72%20XDY
2026-03-30 06:59:22 [bca.uk] INFO: Found listing with ID: AK17%20AOW
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520AOW%27 HTTP/1.1" 200 None
2026-03-30 06:59:22 [bca.uk] INFO: Scrape type for AK17%20AOW: 2
2026-03-30 06:59:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6af3888-ad98-5da6-b8f9-fd03c2c6a9c7 with identifier: AK17%20AOW
2026-03-30 06:59:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6af3888-ad98-5da6-b8f9-fd03c2c6a9c7 with scrape type 2
2026-03-30 06:59:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6af3888-ad98-5da6-b8f9-fd03c2c6a9c7 with scrape type 2
2026-03-30 06:59:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: e6af3888-ad98-5da6-b8f9-fd03c2c6a9c7, identifier: AK17%20AOW
2026-03-30 06:59:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: bcf8aa1f-ab11-55a3-bdf8-cd134889ee16 with identifier: LS72%20XDY
2026-03-30 06:59:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: bcf8aa1f-ab11-55a3-bdf8-cd134889ee16 with identifier: LS72%20XDY
2026-03-30 06:59:22 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: bcf8aa1f-ab11-55a3-bdf8-cd134889ee16 with identifier: LS72%20XDY to the API
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20XDY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'bcf8aa1f-ab11-55a3-bdf8-cd134889ee16',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 XDY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20XDY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 16331,
 'odometer_reading_unit': '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': 'JTDAGNAC700069175',
 'year': 2022}
2026-03-30 06:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XDY%27 HTTP/1.1" 200 None
2026-03-30 06:59:23 [bca.uk] INFO: Saving data for LS72%20XDY: {'auction_closing_time': 1775556000.0, 'created_time': 1774334214.926256, 'last_price_update_time': 1774853963.009226}
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520XDY') HTTP/1.1" 204 0
2026-03-30 06:59:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: e6af3888-ad98-5da6-b8f9-fd03c2c6a9c7 with identifier: AK17%20AOW
2026-03-30 06:59:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: e6af3888-ad98-5da6-b8f9-fd03c2c6a9c7 with identifier: AK17%20AOW
2026-03-30 06:59:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: e6af3888-ad98-5da6-b8f9-fd03c2c6a9c7 with identifier: AK17%20AOW to the API
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 209,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AK17%20AOW-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'e6af3888-ad98-5da6-b8f9-fd03c2c6a9c7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'AK17 AOW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AK17%20AOW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JAGUAR',
 'model': 'F-PACE',
 'odometer': 40317,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2017-01-01',
 'seller_name': None,
 'title': 'JAGUAR F-PACE 3.0 V6 S/C 375 AWD S StationWagon',
 'transmission': 'automatic',
 'trim': 'V6 S/C 375 AWD S',
 'vin': 'SADCA2AV4JA251393',
 'year': 2017}
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AK17%2520AOW%27 HTTP/1.1" 200 None
2026-03-30 06:59:23 [bca.uk] INFO: Saving data for AK17%20AOW: {'auction_closing_time': 1774864800.0, 'created_time': 1774044910.126176, 'last_price_update_time': 1774853963.330096}
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AK17%2520AOW') HTTP/1.1" 204 0
2026-03-30 06:59:23 [bca.uk] INFO: Found listing with ID: LO72%20ACX
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ACX%27 HTTP/1.1" 200 None
2026-03-30 06:59:23 [bca.uk] INFO: Scrape type for LO72%20ACX: 2
2026-03-30 06:59:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 910fbce4-d688-5d53-b8ba-a202be87a218 with identifier: LO72%20ACX
2026-03-30 06:59:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 910fbce4-d688-5d53-b8ba-a202be87a218 with scrape type 2
2026-03-30 06:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 910fbce4-d688-5d53-b8ba-a202be87a218 with scrape type 2
2026-03-30 06:59:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 910fbce4-d688-5d53-b8ba-a202be87a218, identifier: LO72%20ACX
2026-03-30 06:59:23 [bca.uk] INFO: Found listing with ID: CF71%20MVD
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520MVD%27 HTTP/1.1" 200 None
2026-03-30 06:59:23 [bca.uk] INFO: Scrape type for CF71%20MVD: 2
2026-03-30 06:59:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8758b43b-49d8-5a26-b7fd-218a2d603f2c with identifier: CF71%20MVD
2026-03-30 06:59:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8758b43b-49d8-5a26-b7fd-218a2d603f2c with scrape type 2
2026-03-30 06:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8758b43b-49d8-5a26-b7fd-218a2d603f2c with scrape type 2
2026-03-30 06:59:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8758b43b-49d8-5a26-b7fd-218a2d603f2c, identifier: CF71%20MVD
2026-03-30 06:59:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 910fbce4-d688-5d53-b8ba-a202be87a218 with identifier: LO72%20ACX
2026-03-30 06:59:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 910fbce4-d688-5d53-b8ba-a202be87a218 with identifier: LO72%20ACX
2026-03-30 06:59:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 910fbce4-d688-5d53-b8ba-a202be87a218 with identifier: LO72%20ACX to the API
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20ACX-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '910fbce4-d688-5d53-b8ba-a202be87a218',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 ACX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20ACX&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 22052,
 'odometer_reading_unit': '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': 'JTDAGNACX00071325',
 'year': 2022}
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520ACX%27 HTTP/1.1" 200 None
2026-03-30 06:59:23 [bca.uk] INFO: Saving data for LO72%20ACX: {'auction_closing_time': 1775556000.0, 'created_time': 1774334213.480969, 'last_price_update_time': 1774853963.832752}
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520ACX') HTTP/1.1" 204 0
2026-03-30 06:59:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8758b43b-49d8-5a26-b7fd-218a2d603f2c with identifier: CF71%20MVD
2026-03-30 06:59:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8758b43b-49d8-5a26-b7fd-218a2d603f2c with identifier: CF71%20MVD
2026-03-30 06:59:23 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8758b43b-49d8-5a26-b7fd-218a2d603f2c with identifier: CF71%20MVD to the API
2026-03-30 06:59:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 118,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=CF71%20MVD-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '8758b43b-49d8-5a26-b7fd-218a2d603f2c',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'CF71 MVD',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=CF71%20MVD&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLKSWAGEN',
 'model': 'POLO',
 'odometer': 69801,
 'odometer_reading_unit': '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 LIFE Hatchback',
 'transmission': 'manual',
 'trim': 'TSI 95 LIFE',
 'vin': 'WVWZZZAWZNU015937',
 'year': 2021}
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27CF71%2520MVD%27 HTTP/1.1" 200 None
2026-03-30 06:59:24 [bca.uk] INFO: Saving data for CF71%20MVD: {'auction_closing_time': 1774864800.0, 'created_time': 1774044891.831761, 'last_price_update_time': 1774853964.134219}
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='CF71%2520MVD') HTTP/1.1" 204 0
2026-03-30 06:59:24 [bca.uk] INFO: Found listing with ID: DA72%20ZYK
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520ZYK%27 HTTP/1.1" 200 None
2026-03-30 06:59:24 [bca.uk] INFO: Scrape type for DA72%20ZYK: 2
2026-03-30 06:59:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12987e8d-da47-590a-9523-83c7818e89a3 with identifier: DA72%20ZYK
2026-03-30 06:59:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12987e8d-da47-590a-9523-83c7818e89a3 with scrape type 2
2026-03-30 06:59:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12987e8d-da47-590a-9523-83c7818e89a3 with scrape type 2
2026-03-30 06:59:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 12987e8d-da47-590a-9523-83c7818e89a3, identifier: DA72%20ZYK
2026-03-30 06:59:24 [bca.uk] INFO: Found listing with ID: FD66%20XPY
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD66%2520XPY%27 HTTP/1.1" 200 None
2026-03-30 06:59:24 [bca.uk] INFO: Scrape type for FD66%20XPY: 2
2026-03-30 06:59:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ebaa29d-e853-548a-a521-95496396e545 with identifier: FD66%20XPY
2026-03-30 06:59:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ebaa29d-e853-548a-a521-95496396e545 with scrape type 2
2026-03-30 06:59:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ebaa29d-e853-548a-a521-95496396e545 with scrape type 2
2026-03-30 06:59:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8ebaa29d-e853-548a-a521-95496396e545, identifier: FD66%20XPY
2026-03-30 06:59:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 12987e8d-da47-590a-9523-83c7818e89a3 with identifier: DA72%20ZYK
2026-03-30 06:59:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 12987e8d-da47-590a-9523-83c7818e89a3 with identifier: DA72%20ZYK
2026-03-30 06:59:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 12987e8d-da47-590a-9523-83c7818e89a3 with identifier: DA72%20ZYK to the API
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DA72%20ZYK-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '12987e8d-da47-590a-9523-83c7818e89a3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'DA72 ZYK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=DA72%20ZYK&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 21284,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'JTDKBABB00A141314',
 'year': 2022}
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27DA72%2520ZYK%27 HTTP/1.1" 200 None
2026-03-30 06:59:24 [bca.uk] INFO: Saving data for DA72%20ZYK: {'auction_closing_time': 1775556000.0, 'created_time': 1774334192.270189, 'last_price_update_time': 1774853964.67132}
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DA72%2520ZYK') HTTP/1.1" 204 0
2026-03-30 06:59:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8ebaa29d-e853-548a-a521-95496396e545 with identifier: FD66%20XPY
2026-03-30 06:59:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8ebaa29d-e853-548a-a521-95496396e545 with identifier: FD66%20XPY
2026-03-30 06:59:24 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8ebaa29d-e853-548a-a521-95496396e545 with identifier: FD66%20XPY to the API
2026-03-30 06:59:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 184,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=FD66%20XPY-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '8ebaa29d-e853-548a-a521-95496396e545',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'FD66 XPY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=FD66%20XPY&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'JEEP',
 'model': 'GRAND CHEROKEE',
 'odometer': 65909,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2016-01-01',
 'seller_name': None,
 'title': 'JEEP GRAND CHEROKEE 3.0 CRD SUMMIT S/S StationWagon',
 'transmission': 'automatic',
 'trim': 'CRD SUMMIT S/S',
 'vin': '1C4RJFKM6GC473806',
 'year': 2016}
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27FD66%2520XPY%27 HTTP/1.1" 200 None
2026-03-30 06:59:25 [bca.uk] INFO: Saving data for FD66%20XPY: {'auction_closing_time': 1774864800.0, 'created_time': 1774044849.403696, 'last_price_update_time': 1774853965.347718}
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='FD66%2520XPY') HTTP/1.1" 204 0
2026-03-30 06:59:25 [bca.uk] INFO: Found listing with ID: RO24%20HZF
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO24%2520HZF%27 HTTP/1.1" 200 None
2026-03-30 06:59:25 [bca.uk] INFO: Scrape type for RO24%20HZF: 2
2026-03-30 06:59:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aac27dcc-f722-5e40-af9d-a2112e41fcf1 with identifier: RO24%20HZF
2026-03-30 06:59:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aac27dcc-f722-5e40-af9d-a2112e41fcf1 with scrape type 2
2026-03-30 06:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aac27dcc-f722-5e40-af9d-a2112e41fcf1 with scrape type 2
2026-03-30 06:59:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: aac27dcc-f722-5e40-af9d-a2112e41fcf1, identifier: RO24%20HZF
2026-03-30 06:59:25 [bca.uk] INFO: Found listing with ID: VA21%20CFL
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520CFL%27 HTTP/1.1" 200 None
2026-03-30 06:59:25 [bca.uk] INFO: Scrape type for VA21%20CFL: 2
2026-03-30 06:59:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98e2f877-3826-57dc-a974-b92cdcc55846 with identifier: VA21%20CFL
2026-03-30 06:59:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98e2f877-3826-57dc-a974-b92cdcc55846 with scrape type 2
2026-03-30 06:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98e2f877-3826-57dc-a974-b92cdcc55846 with scrape type 2
2026-03-30 06:59:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 98e2f877-3826-57dc-a974-b92cdcc55846, identifier: VA21%20CFL
2026-03-30 06:59:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: aac27dcc-f722-5e40-af9d-a2112e41fcf1 with identifier: RO24%20HZF
2026-03-30 06:59:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: aac27dcc-f722-5e40-af9d-a2112e41fcf1 with identifier: RO24%20HZF
2026-03-30 06:59:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: aac27dcc-f722-5e40-af9d-a2112e41fcf1 with identifier: RO24%20HZF to the API
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 112,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RO24%20HZF-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'aac27dcc-f722-5e40-af9d-a2112e41fcf1',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RO24 HZF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RO24%20HZF&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 32519,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID GR-SPORT Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID GR-SPORT',
 'vin': 'JTDKBABB70A358553',
 'year': 2024}
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RO24%2520HZF%27 HTTP/1.1" 200 None
2026-03-30 06:59:25 [bca.uk] INFO: Saving data for RO24%20HZF: {'auction_closing_time': 1775556000.0, 'created_time': 1774334193.308475, 'last_price_update_time': 1774853965.869202}
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RO24%2520HZF') HTTP/1.1" 204 0
2026-03-30 06:59:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 98e2f877-3826-57dc-a974-b92cdcc55846 with identifier: VA21%20CFL
2026-03-30 06:59:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 98e2f877-3826-57dc-a974-b92cdcc55846 with identifier: VA21%20CFL
2026-03-30 06:59:25 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 98e2f877-3826-57dc-a974-b92cdcc55846 with identifier: VA21%20CFL to the API
2026-03-30 06:59:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 168,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=VA21%20CFL-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': '98e2f877-3826-57dc-a974-b92cdcc55846',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'VA21 CFL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=VA21%20CFL&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'VOLVO',
 'model': 'XC60',
 'odometer': 87144,
 'odometer_reading_unit': '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 XC60 2.0 B4D AWD R DESIGN StationWagon',
 'transmission': 'automatic',
 'trim': 'B4D AWD R DESIGN',
 'vin': 'YV1UZK5VCM1886368',
 'year': 2021}
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27VA21%2520CFL%27 HTTP/1.1" 200 None
2026-03-30 06:59:26 [bca.uk] INFO: Saving data for VA21%20CFL: {'auction_closing_time': 1774864800.0, 'created_time': 1774044882.528652, 'last_price_update_time': 1774853966.234443}
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='VA21%2520CFL') HTTP/1.1" 204 0
2026-03-30 06:59:26 [bca.uk] INFO: Found listing with ID: OV24%20WLZ
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV24%2520WLZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:26 [bca.uk] INFO: Scrape type for OV24%20WLZ: 2
2026-03-30 06:59:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3640794a-04fd-5b38-8a8c-ff4666cb57b3 with identifier: OV24%20WLZ
2026-03-30 06:59:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3640794a-04fd-5b38-8a8c-ff4666cb57b3 with scrape type 2
2026-03-30 06:59:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3640794a-04fd-5b38-8a8c-ff4666cb57b3 with scrape type 2
2026-03-30 06:59:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3640794a-04fd-5b38-8a8c-ff4666cb57b3, identifier: OV24%20WLZ
2026-03-30 06:59:26 [bca.uk] INFO: Found listing with ID: OW72%20WTV
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WTV%27 HTTP/1.1" 200 None
2026-03-30 06:59:26 [bca.uk] INFO: Scrape type for OW72%20WTV: 2
2026-03-30 06:59:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4330580-82f1-51de-9fd0-cd4445567efa with identifier: OW72%20WTV
2026-03-30 06:59:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4330580-82f1-51de-9fd0-cd4445567efa with scrape type 2
2026-03-30 06:59:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4330580-82f1-51de-9fd0-cd4445567efa with scrape type 2
2026-03-30 06:59:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a4330580-82f1-51de-9fd0-cd4445567efa, identifier: OW72%20WTV
2026-03-30 06:59:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3640794a-04fd-5b38-8a8c-ff4666cb57b3 with identifier: OV24%20WLZ
2026-03-30 06:59:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3640794a-04fd-5b38-8a8c-ff4666cb57b3 with identifier: OV24%20WLZ
2026-03-30 06:59:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3640794a-04fd-5b38-8a8c-ff4666cb57b3 with identifier: OV24%20WLZ to the API
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 100,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OV24%20WLZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '3640794a-04fd-5b38-8a8c-ff4666cb57b3',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'OV24 WLZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OV24%20WLZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 18421,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID ICON Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID ICON',
 'vin': 'JTDKBABB10A364462',
 'year': 2024}
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OV24%2520WLZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:26 [bca.uk] INFO: Saving data for OV24%20WLZ: {'auction_closing_time': 1775556000.0, 'created_time': 1774334213.917747, 'last_price_update_time': 1774853966.779911}
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OV24%2520WLZ') HTTP/1.1" 204 0
2026-03-30 06:59:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a4330580-82f1-51de-9fd0-cd4445567efa with identifier: OW72%20WTV
2026-03-30 06:59:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a4330580-82f1-51de-9fd0-cd4445567efa with identifier: OW72%20WTV
2026-03-30 06:59:26 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a4330580-82f1-51de-9fd0-cd4445567efa with identifier: OW72%20WTV to the API
2026-03-30 06:59:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 241,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=OW72%20WTV-GB',
 'category': 'LightCommercialVehicle',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.2L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a4330580-82f1-51de-9fd0-cd4445567efa',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'OW72 WTV',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=OW72%20WTV&vehicleType=*',
 'listing': 'auction',
 'location': 'Enfield',
 'make': 'PEUGEOT',
 'model': 'BOXER 335',
 'odometer': 59449,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'PEUGEOT BOXER 335 2.2 B/HDI 140 L3 H2 PROF.PREMIUM+ PanelVan',
 'transmission': 'manual',
 'trim': 'B/HDI 140 L3 H2 PROF.PREMIUM+',
 'vin': 'VF3YCBPFC12W31871',
 'year': 2023}
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27OW72%2520WTV%27 HTTP/1.1" 200 None
2026-03-30 06:59:27 [bca.uk] INFO: Saving data for OW72%20WTV: {'auction_closing_time': 1774864800.0, 'created_time': 1774017331.540343, 'last_price_update_time': 1774853967.253844}
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='OW72%2520WTV') HTTP/1.1" 204 0
2026-03-30 06:59:27 [bca.uk] INFO: Found listing with ID: LS72%20XWG
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XWG%27 HTTP/1.1" 200 None
2026-03-30 06:59:27 [bca.uk] INFO: Scrape type for LS72%20XWG: 2
2026-03-30 06:59:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ffaac44-8d7d-5e3c-a928-0f20e8a3d061 with identifier: LS72%20XWG
2026-03-30 06:59:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ffaac44-8d7d-5e3c-a928-0f20e8a3d061 with scrape type 2
2026-03-30 06:59:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ffaac44-8d7d-5e3c-a928-0f20e8a3d061 with scrape type 2
2026-03-30 06:59:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 0ffaac44-8d7d-5e3c-a928-0f20e8a3d061, identifier: LS72%20XWG
2026-03-30 06:59:27 [bca.uk] INFO: Found listing with ID: WU23%20NMF
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27WU23%2520NMF%27 HTTP/1.1" 200 None
2026-03-30 06:59:27 [bca.uk] INFO: Scrape type for WU23%20NMF: 2
2026-03-30 06:59:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8648479b-4866-5f27-92a0-e7bbe6db4b2d with identifier: WU23%20NMF
2026-03-30 06:59:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8648479b-4866-5f27-92a0-e7bbe6db4b2d with scrape type 2
2026-03-30 06:59:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8648479b-4866-5f27-92a0-e7bbe6db4b2d with scrape type 2
2026-03-30 06:59:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 8648479b-4866-5f27-92a0-e7bbe6db4b2d, identifier: WU23%20NMF
2026-03-30 06:59:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 0ffaac44-8d7d-5e3c-a928-0f20e8a3d061 with identifier: LS72%20XWG
2026-03-30 06:59:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 0ffaac44-8d7d-5e3c-a928-0f20e8a3d061 with identifier: LS72%20XWG
2026-03-30 06:59:27 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 0ffaac44-8d7d-5e3c-a928-0f20e8a3d061 with identifier: LS72%20XWG to the API
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20XWG-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '0ffaac44-8d7d-5e3c-a928-0f20e8a3d061',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 XWG',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20XWG&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 24042,
 'odometer_reading_unit': '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': 'JTDAGNAC300071490',
 'year': 2022}
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520XWG%27 HTTP/1.1" 200 None
2026-03-30 06:59:27 [bca.uk] INFO: Saving data for LS72%20XWG: {'auction_closing_time': 1775556000.0, 'created_time': 1774334211.482743, 'last_price_update_time': 1774853967.980333}
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520XWG') HTTP/1.1" 204 0
2026-03-30 06:59:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 8648479b-4866-5f27-92a0-e7bbe6db4b2d with identifier: WU23%20NMF
2026-03-30 06:59:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 8648479b-4866-5f27-92a0-e7bbe6db4b2d with identifier: WU23%20NMF
2026-03-30 06:59:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 8648479b-4866-5f27-92a0-e7bbe6db4b2d with identifier: WU23%20NMF to the API
2026-03-30 06:59:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=WU23%20NMF-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 4,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': '8648479b-4866-5f27-92a0-e7bbe6db4b2d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'WU23 NMF',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=WU23%20NMF&vehicleType=*',
 'listing': 'auction',
 'location': 'Nottingham',
 'make': 'AUDI',
 'model': 'E-TRON GT',
 'odometer': 33805,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON GT 350KW 93KWH QUATTRO Coupe',
 'transmission': 'automatic',
 'trim': '350KW 93KWH QUATTRO',
 'vin': 'WAUZZZFW2P7000660',
 'year': 2023}
2026-03-30 06:59:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59: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%2520NMF%27 HTTP/1.1" 200 None
2026-03-30 06:59:28 [bca.uk] INFO: Saving data for WU23%20NMF: {'auction_closing_time': 1774951200.0, 'created_time': 1774015726.994619, 'last_price_update_time': 1774853968.281518}
2026-03-30 06:59:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='WU23%2520NMF') HTTP/1.1" 204 0
2026-03-30 06:59:28 [bca.uk] INFO: Found listing with ID: LS72%20ULL
2026-03-30 06:59:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520ULL%27 HTTP/1.1" 200 None
2026-03-30 06:59:28 [bca.uk] INFO: Scrape type for LS72%20ULL: 2
2026-03-30 06:59:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b651913-299c-51f2-a9d9-bbc227c7e510 with identifier: LS72%20ULL
2026-03-30 06:59:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b651913-299c-51f2-a9d9-bbc227c7e510 with scrape type 2
2026-03-30 06:59:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b651913-299c-51f2-a9d9-bbc227c7e510 with scrape type 2
2026-03-30 06:59:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 7b651913-299c-51f2-a9d9-bbc227c7e510, identifier: LS72%20ULL
2026-03-30 06:59:28 [bca.uk] INFO: Found listing with ID: BA18%20UHB
2026-03-30 06:59:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA18%2520UHB%27 HTTP/1.1" 200 None
2026-03-30 06:59:28 [bca.uk] INFO: Scrape type for BA18%20UHB: 2
2026-03-30 06:59:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b32333ab-8420-56c4-acff-7b8cac0639ca with identifier: BA18%20UHB
2026-03-30 06:59:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b32333ab-8420-56c4-acff-7b8cac0639ca with scrape type 2
2026-03-30 06:59:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b32333ab-8420-56c4-acff-7b8cac0639ca with scrape type 2
2026-03-30 06:59:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b32333ab-8420-56c4-acff-7b8cac0639ca, identifier: BA18%20UHB
2026-03-30 06:59:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 7b651913-299c-51f2-a9d9-bbc227c7e510 with identifier: LS72%20ULL
2026-03-30 06:59:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 7b651913-299c-51f2-a9d9-bbc227c7e510 with identifier: LS72%20ULL
2026-03-30 06:59:28 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 7b651913-299c-51f2-a9d9-bbc227c7e510 with identifier: LS72%20ULL to the API
2026-03-30 06:59:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20ULL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '7b651913-299c-51f2-a9d9-bbc227c7e510',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 ULL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20ULL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 24241,
 'odometer_reading_unit': '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': 'JTDAGNAC900069212',
 'year': 2022}
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520ULL%27 HTTP/1.1" 200 None
2026-03-30 06:59:29 [bca.uk] INFO: Saving data for LS72%20ULL: {'auction_closing_time': 1775556000.0, 'created_time': 1774334192.737947, 'last_price_update_time': 1774853969.559527}
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520ULL') HTTP/1.1" 204 0
2026-03-30 06:59:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b32333ab-8420-56c4-acff-7b8cac0639ca with identifier: BA18%20UHB
2026-03-30 06:59:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b32333ab-8420-56c4-acff-7b8cac0639ca with identifier: BA18%20UHB
2026-03-30 06:59:29 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b32333ab-8420-56c4-acff-7b8cac0639ca with identifier: BA18%20UHB to the API
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 127,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BA18%20UHB-GB',
 'category': 'Car',
 'color': 'red',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b32333ab-8420-56c4-acff-7b8cac0639ca',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'BA18 UHB',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BA18%20UHB&vehicleType=*',
 'listing': 'auction',
 'location': 'Birmingham - Perry Barr',
 'make': 'HYUNDAI',
 'model': 'KONA',
 'odometer': 25081,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2018-01-01',
 'seller_name': None,
 'title': 'HYUNDAI KONA 1.0 T-GDI 120 BD PREMIUM SE Hatchback',
 'transmission': 'manual',
 'trim': 'T-GDI 120 BD PREMIUM SE',
 'vin': 'KMHK3811LKU168657',
 'year': 2018}
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BA18%2520UHB%27 HTTP/1.1" 200 None
2026-03-30 06:59:29 [bca.uk] INFO: Saving data for BA18%20UHB: {'auction_closing_time': 1774864800.0, 'created_time': 1774015676.989965, 'last_price_update_time': 1774853969.856884}
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BA18%2520UHB') HTTP/1.1" 204 0
2026-03-30 06:59:29 [bca.uk] INFO: Found listing with ID: LS72%20UGZ
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520UGZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:29 [bca.uk] INFO: Scrape type for LS72%20UGZ: 2
2026-03-30 06:59:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 225e52d6-0fd7-5acb-b9fc-d6226b399d96 with identifier: LS72%20UGZ
2026-03-30 06:59:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 225e52d6-0fd7-5acb-b9fc-d6226b399d96 with scrape type 2
2026-03-30 06:59:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 225e52d6-0fd7-5acb-b9fc-d6226b399d96 with scrape type 2
2026-03-30 06:59:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 225e52d6-0fd7-5acb-b9fc-d6226b399d96, identifier: LS72%20UGZ
2026-03-30 06:59:29 [bca.uk] INFO: Found listing with ID: RK23%20MBY
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK23%2520MBY%27 HTTP/1.1" 200 None
2026-03-30 06:59:29 [bca.uk] INFO: Scrape type for RK23%20MBY: 2
2026-03-30 06:59:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2418ead-59fa-50b0-9c05-07d90757ef63 with identifier: RK23%20MBY
2026-03-30 06:59:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2418ead-59fa-50b0-9c05-07d90757ef63 with scrape type 2
2026-03-30 06:59:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2418ead-59fa-50b0-9c05-07d90757ef63 with scrape type 2
2026-03-30 06:59:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b2418ead-59fa-50b0-9c05-07d90757ef63, identifier: RK23%20MBY
2026-03-30 06:59:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 225e52d6-0fd7-5acb-b9fc-d6226b399d96 with identifier: LS72%20UGZ
2026-03-30 06:59:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 225e52d6-0fd7-5acb-b9fc-d6226b399d96 with identifier: LS72%20UGZ
2026-03-30 06:59:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 225e52d6-0fd7-5acb-b9fc-d6226b399d96 with identifier: LS72%20UGZ to the API
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20UGZ-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '225e52d6-0fd7-5acb-b9fc-d6226b399d96',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 UGZ',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20UGZ&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 25761,
 'odometer_reading_unit': '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': 'JTDAGNAC900068965',
 'year': 2022}
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520UGZ%27 HTTP/1.1" 200 None
2026-03-30 06:59:30 [bca.uk] INFO: Saving data for LS72%20UGZ: {'auction_closing_time': 1775556000.0, 'created_time': 1774334193.691072, 'last_price_update_time': 1774853970.355096}
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520UGZ') HTTP/1.1" 204 0
2026-03-30 06:59:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b2418ead-59fa-50b0-9c05-07d90757ef63 with identifier: RK23%20MBY
2026-03-30 06:59:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b2418ead-59fa-50b0-9c05-07d90757ef63 with identifier: RK23%20MBY
2026-03-30 06:59:30 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b2418ead-59fa-50b0-9c05-07d90757ef63 with identifier: RK23%20MBY to the API
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=RK23%20MBY-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '0.0L',
 'expiration_date': '2026-03-31T10:00:00Z',
 'fuel_type': 'Electric',
 'id': 'b2418ead-59fa-50b0-9c05-07d90757ef63',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'RK23 MBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=RK23%20MBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Leeds',
 'make': 'AUDI',
 'model': 'E-TRON S/B',
 'odometer': 7212,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'AUDI E-TRON S/B 95KWH 55 Q BLACK ED. Coupe',
 'transmission': 'automatic',
 'trim': '95KWH 55 Q BLACK ED.',
 'vin': 'WAUZZZGEXPB024403',
 'year': 2023}
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27RK23%2520MBY%27 HTTP/1.1" 200 None
2026-03-30 06:59:30 [bca.uk] INFO: Saving data for RK23%20MBY: {'auction_closing_time': 1774951200.0, 'created_time': 1774015672.456616, 'last_price_update_time': 1774853970.658753}
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='RK23%2520MBY') HTTP/1.1" 204 0
2026-03-30 06:59:30 [bca.uk] INFO: Found listing with ID: LS72%20UBY
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520UBY%27 HTTP/1.1" 200 None
2026-03-30 06:59:30 [bca.uk] INFO: Scrape type for LS72%20UBY: 2
2026-03-30 06:59:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b73efa9d-85bc-585f-b54a-e712efd24d88 with identifier: LS72%20UBY
2026-03-30 06:59:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b73efa9d-85bc-585f-b54a-e712efd24d88 with scrape type 2
2026-03-30 06:59:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b73efa9d-85bc-585f-b54a-e712efd24d88 with scrape type 2
2026-03-30 06:59:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: b73efa9d-85bc-585f-b54a-e712efd24d88, identifier: LS72%20UBY
2026-03-30 06:59:30 [bca.uk] INFO: Found listing with ID: GK17%20RMY
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK17%2520RMY%27 HTTP/1.1" 200 None
2026-03-30 06:59:30 [bca.uk] INFO: Scrape type for GK17%20RMY: 2
2026-03-30 06:59:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0fafb6d-7fc8-5ece-8c96-c9a653dc3afc with identifier: GK17%20RMY
2026-03-30 06:59:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0fafb6d-7fc8-5ece-8c96-c9a653dc3afc with scrape type 2
2026-03-30 06:59:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0fafb6d-7fc8-5ece-8c96-c9a653dc3afc with scrape type 2
2026-03-30 06:59:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a0fafb6d-7fc8-5ece-8c96-c9a653dc3afc, identifier: GK17%20RMY
2026-03-30 06:59:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: b73efa9d-85bc-585f-b54a-e712efd24d88 with identifier: LS72%20UBY
2026-03-30 06:59:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: b73efa9d-85bc-585f-b54a-e712efd24d88 with identifier: LS72%20UBY
2026-03-30 06:59:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: b73efa9d-85bc-585f-b54a-e712efd24d88 with identifier: LS72%20UBY to the API
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LS72%20UBY-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': 'b73efa9d-85bc-585f-b54a-e712efd24d88',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LS72 UBY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LS72%20UBY&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 25061,
 'odometer_reading_unit': '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': 'JTDAGNAC900069050',
 'year': 2022}
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LS72%2520UBY%27 HTTP/1.1" 200 None
2026-03-30 06:59:31 [bca.uk] INFO: Saving data for LS72%20UBY: {'auction_closing_time': 1775556000.0, 'created_time': 1774334212.495502, 'last_price_update_time': 1774853971.478984}
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LS72%2520UBY') HTTP/1.1" 204 0
2026-03-30 06:59:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a0fafb6d-7fc8-5ece-8c96-c9a653dc3afc with identifier: GK17%20RMY
2026-03-30 06:59:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a0fafb6d-7fc8-5ece-8c96-c9a653dc3afc with identifier: GK17%20RMY
2026-03-30 06:59:31 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a0fafb6d-7fc8-5ece-8c96-c9a653dc3afc with identifier: GK17%20RMY to the API
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=123&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 185,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GK17%20RMY-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '3.0L',
 'expiration_date': '2026-03-30T10:00:00Z',
 'fuel_type': 'Diesel',
 'id': 'a0fafb6d-7fc8-5ece-8c96-c9a653dc3afc',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'GK17 RMY',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GK17%20RMY&vehicleType=*',
 'listing': 'auction',
 'location': 'Paddock Wood',
 'make': 'LAND ROVER',
 'model': 'R/R SPORT',
 'odometer': 51722,
 'odometer_reading_unit': '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 A/B DYNAMIC StationWagon',
 'transmission': 'manual',
 'trim': 'SDV6 306 A/B DYNAMIC',
 'vin': 'SALWA2EK0HA138410',
 'year': 2017}
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GK17%2520RMY%27 HTTP/1.1" 200 None
2026-03-30 06:59:31 [bca.uk] INFO: Saving data for GK17%20RMY: {'auction_closing_time': 1774864800.0, 'created_time': 1773844461.692722, 'last_price_update_time': 1774853971.870302}
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GK17%2520RMY') HTTP/1.1" 204 0
2026-03-30 06:59:31 [bca.uk] INFO: Found listing with ID: LO72%20AMK
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AMK%27 HTTP/1.1" 200 None
2026-03-30 06:59:31 [bca.uk] INFO: Scrape type for LO72%20AMK: 2
2026-03-30 06:59:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f80bdef-ea2d-5abb-a871-ffd018e7f7fb with identifier: LO72%20AMK
2026-03-30 06:59:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f80bdef-ea2d-5abb-a871-ffd018e7f7fb with scrape type 2
2026-03-30 06:59:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f80bdef-ea2d-5abb-a871-ffd018e7f7fb with scrape type 2
2026-03-30 06:59:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 3f80bdef-ea2d-5abb-a871-ffd018e7f7fb, identifier: LO72%20AMK
2026-03-30 06:59:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 3f80bdef-ea2d-5abb-a871-ffd018e7f7fb with identifier: LO72%20AMK
2026-03-30 06:59:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 3f80bdef-ea2d-5abb-a871-ffd018e7f7fb with identifier: LO72%20AMK
2026-03-30 06:59:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 3f80bdef-ea2d-5abb-a871-ffd018e7f7fb with identifier: LO72%20AMK to the API
2026-03-30 06:59:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LO72%20AMK-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '3f80bdef-ea2d-5abb-a871-ffd018e7f7fb',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LO72 AMK',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LO72%20AMK&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 23392,
 'odometer_reading_unit': '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': 'JTDAGNAC300071473',
 'year': 2022}
2026-03-30 06:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LO72%2520AMK%27 HTTP/1.1" 200 None
2026-03-30 06:59:32 [bca.uk] INFO: Saving data for LO72%20AMK: {'auction_closing_time': 1775556000.0, 'created_time': 1774334209.644301, 'last_price_update_time': 1774853972.287859}
2026-03-30 06:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LO72%2520AMK') HTTP/1.1" 204 0
2026-03-30 06:59:32 [bca.uk] INFO: Found listing with ID: LF24%20UPL
2026-03-30 06:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF24%2520UPL%27 HTTP/1.1" 200 None
2026-03-30 06:59:32 [bca.uk] INFO: Scrape type for LF24%20UPL: 2
2026-03-30 06:59:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: def65fa3-24f6-5836-952e-41a8abed5201 with identifier: LF24%20UPL
2026-03-30 06:59:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item def65fa3-24f6-5836-952e-41a8abed5201 with scrape type 2
2026-03-30 06:59:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item def65fa3-24f6-5836-952e-41a8abed5201 with scrape type 2
2026-03-30 06:59:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: def65fa3-24f6-5836-952e-41a8abed5201, identifier: LF24%20UPL
2026-03-30 06:59:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: def65fa3-24f6-5836-952e-41a8abed5201 with identifier: LF24%20UPL
2026-03-30 06:59:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: def65fa3-24f6-5836-952e-41a8abed5201 with identifier: LF24%20UPL
2026-03-30 06:59:32 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: def65fa3-24f6-5836-952e-41a8abed5201 with identifier: LF24%20UPL to the API
2026-03-30 06:59:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LF24%20UPL-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'def65fa3-24f6-5836-952e-41a8abed5201',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'LF24 UPL',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LF24%20UPL&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 9778,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB70A355670',
 'year': 2024}
2026-03-30 06:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LF24%2520UPL%27 HTTP/1.1" 200 None
2026-03-30 06:59:32 [bca.uk] INFO: Saving data for LF24%20UPL: {'auction_closing_time': 1775556000.0, 'created_time': 1774334210.447898, 'last_price_update_time': 1774853972.985836}
2026-03-30 06:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LF24%2520UPL') HTTP/1.1" 204 0
2026-03-30 06:59:33 [bca.uk] INFO: Found listing with ID: KN72%20AVU
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN72%2520AVU%27 HTTP/1.1" 200 None
2026-03-30 06:59:33 [bca.uk] INFO: Scrape type for KN72%20AVU: 2
2026-03-30 06:59:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65c85e42-da64-5353-b470-6684bfc6c1bd with identifier: KN72%20AVU
2026-03-30 06:59:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65c85e42-da64-5353-b470-6684bfc6c1bd with scrape type 2
2026-03-30 06:59:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65c85e42-da64-5353-b470-6684bfc6c1bd with scrape type 2
2026-03-30 06:59:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 65c85e42-da64-5353-b470-6684bfc6c1bd, identifier: KN72%20AVU
2026-03-30 06:59:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 65c85e42-da64-5353-b470-6684bfc6c1bd with identifier: KN72%20AVU
2026-03-30 06:59:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 65c85e42-da64-5353-b470-6684bfc6c1bd with identifier: KN72%20AVU
2026-03-30 06:59:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 65c85e42-da64-5353-b470-6684bfc6c1bd with identifier: KN72%20AVU to the API
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 109,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=KN72%20AVU-GB',
 'category': 'Car',
 'color': 'silver',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol',
 'id': '65c85e42-da64-5353-b470-6684bfc6c1bd',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'KN72 AVU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=KN72%20AVU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'AYGO X',
 'odometer': 31522,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA AYGO X 1.0 VVT-I PURE Hatchback',
 'transmission': 'manual',
 'trim': 'VVT-I PURE',
 'vin': 'JTDAGNAC200072212',
 'year': 2023}
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27KN72%2520AVU%27 HTTP/1.1" 200 None
2026-03-30 06:59:33 [bca.uk] INFO: Saving data for KN72%20AVU: {'auction_closing_time': 1775556000.0, 'created_time': 1774334197.515429, 'last_price_update_time': 1774853973.446217}
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='KN72%2520AVU') HTTP/1.1" 204 0
2026-03-30 06:59:33 [bca.uk] INFO: Found listing with ID: GU72%20YFR
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU72%2520YFR%27 HTTP/1.1" 200 None
2026-03-30 06:59:33 [bca.uk] INFO: Scrape type for GU72%20YFR: 2
2026-03-30 06:59:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 779b802d-904d-5bad-a68e-d88aca0ab61d with identifier: GU72%20YFR
2026-03-30 06:59:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 779b802d-904d-5bad-a68e-d88aca0ab61d with scrape type 2
2026-03-30 06:59:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 779b802d-904d-5bad-a68e-d88aca0ab61d with scrape type 2
2026-03-30 06:59:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 779b802d-904d-5bad-a68e-d88aca0ab61d, identifier: GU72%20YFR
2026-03-30 06:59:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 779b802d-904d-5bad-a68e-d88aca0ab61d with identifier: GU72%20YFR
2026-03-30 06:59:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 779b802d-904d-5bad-a68e-d88aca0ab61d with identifier: GU72%20YFR
2026-03-30 06:59:33 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 779b802d-904d-5bad-a68e-d88aca0ab61d with identifier: GU72%20YFR to the API
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 103,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=GU72%20YFR-GB',
 'category': 'Car',
 'color': 'blue',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.8L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '779b802d-904d-5bad-a68e-d88aca0ab61d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'GU72 YFR',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=GU72%20YFR&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'COROLLA T/S',
 'odometer': 38417,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2022-01-01',
 'seller_name': None,
 'title': 'TOYOTA COROLLA T/S 1.8 VVT-I HYBRID ICON TECH Estate',
 'transmission': 'automatic',
 'trim': 'VVT-I HYBRID ICON TECH',
 'vin': 'SB1Z93BE10E334620',
 'year': 2022}
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27GU72%2520YFR%27 HTTP/1.1" 200 None
2026-03-30 06:59:33 [bca.uk] INFO: Saving data for GU72%20YFR: {'auction_closing_time': 1775556000.0, 'created_time': 1774334208.788709, 'last_price_update_time': 1774853973.873562}
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='GU72%2520YFR') HTTP/1.1" 204 0
2026-03-30 06:59:33 [bca.uk] INFO: Found listing with ID: BJ74%20UYX
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ74%2520UYX%27 HTTP/1.1" 200 None
2026-03-30 06:59:33 [bca.uk] INFO: Scrape type for BJ74%20UYX: 2
2026-03-30 06:59:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee247a6f-aef8-5cce-9d6e-e144b1257266 with identifier: BJ74%20UYX
2026-03-30 06:59:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee247a6f-aef8-5cce-9d6e-e144b1257266 with scrape type 2
2026-03-30 06:59:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee247a6f-aef8-5cce-9d6e-e144b1257266 with scrape type 2
2026-03-30 06:59:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: ee247a6f-aef8-5cce-9d6e-e144b1257266, identifier: BJ74%20UYX
2026-03-30 06:59:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: ee247a6f-aef8-5cce-9d6e-e144b1257266 with identifier: BJ74%20UYX
2026-03-30 06:59:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: ee247a6f-aef8-5cce-9d6e-e144b1257266 with identifier: BJ74%20UYX
2026-03-30 06:59:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: ee247a6f-aef8-5cce-9d6e-e144b1257266 with identifier: BJ74%20UYX to the API
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 19,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=BJ74%20UYX-GB',
 'category': 'Car',
 'color': 'white',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '2.0L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'ee247a6f-aef8-5cce-9d6e-e144b1257266',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'BJ74 UYX',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=BJ74%20UYX&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'C-HR',
 'odometer': 10665,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2024-01-01',
 'seller_name': None,
 'title': 'TOYOTA C-HR 2.0 PHEV DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'PHEV DESIGN',
 'vin': 'JTPABACA40R015172',
 'year': 2024}
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27BJ74%2520UYX%27 HTTP/1.1" 200 None
2026-03-30 06:59:34 [bca.uk] INFO: Saving data for BJ74%20UYX: {'auction_closing_time': 1775556000.0, 'created_time': 1774334205.961072, 'last_price_update_time': 1774853974.303904}
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ74%2520UYX') HTTP/1.1" 204 0
2026-03-30 06:59:34 [bca.uk] INFO: Found listing with ID: AO23%20BTU
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO23%2520BTU%27 HTTP/1.1" 200 None
2026-03-30 06:59:34 [bca.uk] INFO: Scrape type for AO23%20BTU: 2
2026-03-30 06:59:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a35a62f3-0bd9-5f5d-ba7e-f128b8e986e7 with identifier: AO23%20BTU
2026-03-30 06:59:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a35a62f3-0bd9-5f5d-ba7e-f128b8e986e7 with scrape type 2
2026-03-30 06:59:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a35a62f3-0bd9-5f5d-ba7e-f128b8e986e7 with scrape type 2
2026-03-30 06:59:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a35a62f3-0bd9-5f5d-ba7e-f128b8e986e7, identifier: AO23%20BTU
2026-03-30 06:59:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a35a62f3-0bd9-5f5d-ba7e-f128b8e986e7 with identifier: AO23%20BTU
2026-03-30 06:59:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a35a62f3-0bd9-5f5d-ba7e-f128b8e986e7 with identifier: AO23%20BTU
2026-03-30 06:59:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a35a62f3-0bd9-5f5d-ba7e-f128b8e986e7 with identifier: AO23%20BTU to the API
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AO23%20BTU-GB',
 'category': 'Car',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': 'a35a62f3-0bd9-5f5d-ba7e-f128b8e986e7',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AO23 BTU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AO23%20BTU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 42277,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB10A176881',
 'year': 2023}
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AO23%2520BTU%27 HTTP/1.1" 200 None
2026-03-30 06:59:34 [bca.uk] INFO: Saving data for AO23%20BTU: {'auction_closing_time': 1775556000.0, 'created_time': 1774334207.996742, 'last_price_update_time': 1774853974.74586}
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AO23%2520BTU') HTTP/1.1" 204 0
2026-03-30 06:59:34 [bca.uk] INFO: Found listing with ID: AF23%20BZU
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520BZU%27 HTTP/1.1" 200 None
2026-03-30 06:59:34 [bca.uk] INFO: Scrape type for AF23%20BZU: 2
2026-03-30 06:59:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2faaf898-5023-5ef2-b808-25d5a2d61b8d with identifier: AF23%20BZU
2026-03-30 06:59:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2faaf898-5023-5ef2-b808-25d5a2d61b8d with scrape type 2
2026-03-30 06:59:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2faaf898-5023-5ef2-b808-25d5a2d61b8d with scrape type 2
2026-03-30 06:59:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 2faaf898-5023-5ef2-b808-25d5a2d61b8d, identifier: AF23%20BZU
2026-03-30 06:59:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 2faaf898-5023-5ef2-b808-25d5a2d61b8d with identifier: AF23%20BZU
2026-03-30 06:59:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 2faaf898-5023-5ef2-b808-25d5a2d61b8d with identifier: AF23%20BZU
2026-03-30 06:59:34 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 2faaf898-5023-5ef2-b808-25d5a2d61b8d with identifier: AF23%20BZU to the API
2026-03-30 06:59:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': 102,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=AF23%20BZU-GB',
 'category': 'Car',
 'color': 'grey',
 'currency': 'GBP',
 'doors_number': 5,
 'engine': '1.5L',
 'expiration_date': '2026-04-07T10:00:00Z',
 'fuel_type': 'Petrol/Electric',
 'id': '2faaf898-5023-5ef2-b808-25d5a2d61b8d',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': True,
 'is_vat_included': False,
 'license_plate': 'AF23 BZU',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=AF23%20BZU&vehicleType=*',
 'listing': 'auction',
 'location': 'Bedford',
 'make': 'TOYOTA',
 'model': 'YARIS CROSS',
 'odometer': 29973,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2023-01-01',
 'seller_name': None,
 'title': 'TOYOTA YARIS CROSS 1.5 HYBRID DESIGN Hatchback',
 'transmission': 'automatic',
 'trim': 'HYBRID DESIGN',
 'vin': 'JTDKBABB40A174400',
 'year': 2023}
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27AF23%2520BZU%27 HTTP/1.1" 200 None
2026-03-30 06:59:35 [bca.uk] INFO: Saving data for AF23%20BZU: {'auction_closing_time': 1775556000.0, 'created_time': 1774334207.218926, 'last_price_update_time': 1774853975.163697}
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='AF23%2520BZU') HTTP/1.1" 204 0
2026-03-30 06:59:35 [bca.uk] INFO: Found listing with ID: LM20%20ZTW
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520ZTW%27 HTTP/1.1" 200 None
2026-03-30 06:59:35 [bca.uk] INFO: Scrape type for LM20%20ZTW: 2
2026-03-30 06:59:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a04d12d3-1890-5acf-90f1-f9dc9afe27ab with identifier: LM20%20ZTW
2026-03-30 06:59:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a04d12d3-1890-5acf-90f1-f9dc9afe27ab with scrape type 2
2026-03-30 06:59:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a04d12d3-1890-5acf-90f1-f9dc9afe27ab with scrape type 2
2026-03-30 06:59:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a04d12d3-1890-5acf-90f1-f9dc9afe27ab, identifier: LM20%20ZTW
2026-03-30 06:59:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a04d12d3-1890-5acf-90f1-f9dc9afe27ab with identifier: LM20%20ZTW
2026-03-30 06:59:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a04d12d3-1890-5acf-90f1-f9dc9afe27ab with identifier: LM20%20ZTW
2026-03-30 06:59:35 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a04d12d3-1890-5acf-90f1-f9dc9afe27ab with identifier: LM20%20ZTW to the API
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 06:59: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:59:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/api/search?q=&pageSize=100&page=124&sort=MostRecentlyAdded>
{'auction_title': '',
 'c_o_2_emission_value': None,
 'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM20%20ZTW-GB',
 'category': 'Motorcycle',
 'color': 'black',
 'currency': 'GBP',
 'doors_number': 0,
 'engine': '',
 'expiration_date': '2026-04-02T10:00:00Z',
 'fuel_type': '',
 'id': 'a04d12d3-1890-5acf-90f1-f9dc9afe27ab',
 'is_damaged': False,
 'is_operable': True,
 'is_vat_deductible': False,
 'is_vat_included': False,
 'license_plate': 'LM20 ZTW',
 'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM20%20ZTW&vehicleType=*',
 'listing': 'auction',
 'location': 'Blackbushe',
 'make': 'HONDA',
 'model': 'PCX',
 'odometer': 103272,
 'odometer_reading_unit': 'mi',
 'origin_country_code': 'GB',
 'original_photo_count': 0,
 'price': 0,
 'price_includes_vat': False,
 'registration_date': '2020-01-01',
 'seller_name': None,
 'title': 'HONDA PCX WW 125 SCOOTER',
 'transmission': 'automatic',
 'trim': 'WW 125 SCOOTER',
 'vin': 'ZDCJF83A0KF048688',
 'year': 2020}
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20RowKey%20eq%20%27LM20%2520ZTW%27 HTTP/1.1" 200 None
2026-03-30 06:59:35 [bca.uk] INFO: Saving data for LM20%20ZTW: {'auction_closing_time': 1775124000.0, 'created_time': 1773961510.984888, 'last_price_update_time': 1774853975.607578}
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM20%2520ZTW') HTTP/1.1" 204 0
2026-03-30 06:59:35 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 06:59:35 [bca.uk] INFO: bca.uk Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 8, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-30 06:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20last_price_update_time%20lt%201774421975 HTTP/1.1" 200 None
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='A23%2520KOR') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AD19%2520MYU') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AD19%2520ULY') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AD62%2520AJX') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AE72%2520KXP') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF17%2520XDZ') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF20%2520HHX') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF68%2520FJX') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AF69%2520FXM') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AG07%2520KPF') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ09%2520AXT') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ10%2520DXF') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AJ18%2520USF') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK12%2520VXX') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK18%2520VYB') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK20%2520XNH') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK21%2520SCZ') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK62%2520DZN') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK63%2520UGX') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK65%2520PBY') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK73%2520UWR') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AK73%2520WHN') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AM09%2520YVO') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO12%2520HWH') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO16%2520OPL') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO63%2520VLH') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AO69%2520KKT') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AP64%2520GRZ') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AP64%2520KBU') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AU59%2520UTP') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AU66%2520XDC') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV55%2520KXP') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV56%2520XGG') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='AV72%2520XDF') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BA19%2520YTW') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BC16%2520FUD') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BC16%2520OPN') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BC19%2520LDY') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BC21%2520TWF') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BC21%2520XNE') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD12%2520LWA') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD15%2520PBO') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BD63%2520FBL') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF16%2520ZNS') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF17%2520FYP') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF19%2520HSC') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF64%2520UZD') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BF67%2520XHZ') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG18%2520PJJ') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG19%2520KHK') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG20%2520EMJ') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG22%2520YOO') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG55%2520NFZ') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BG71%2520YOF') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ14%2520EEX') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ17%2520OYS') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ18%2520FPN') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ66%2520WVN') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ68%2520RUV') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BJ70%2520AGY') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK13%2520TFA') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK15%2520ZTZ') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK20%2520ECC') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK24%2520XZR') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK59%2520EUF') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK61%2520NZM') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK62%2520WNG') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BK67%2520OZX') HTTP/1.1" 204 0
2026-03-30 06:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL63%2520LHW') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL68%2520LGZ') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BL68%2520XTJ') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN13%2520CSX') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN15%2520WCU') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN15%2520XED') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN61%2520ACF') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BN73%2520KJY') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP19%2520SZN') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP67%2520KWD') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP70%2520OJZ') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BP72%2520HMF') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT08%2520WFC') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BT57%2520XBG') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV13%2520SZP') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV17%2520LBY') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV68%2520UYM') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BV70%2520KSE') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BW67%2520ONG') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BW74%2520VGY') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='BX51%2520PNU') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA03%2520GMF') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA22%2520HYN') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA64%2520HNE') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA64%2520JMV') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CA71%2520FSJ') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE20%2520THN') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CE70%2520KKR') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CF19%2520ELW') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CF72%2520FCX') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK07%2520ECE') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK16%2520BVW') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK18%2520ZJZ') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK25%2520ZRC') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CK71%2520PVN') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CN10%2520GVW') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CN69%2520KFF') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CN71%2520KMU') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CP18%2520KDO') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CU21%2520TRZ') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV06%2520TYA') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV11%2520TUU') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV17%2520FHK') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV22%2520KXG') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV23%2520YWW') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV57%2520KFR') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV63%2520OXN') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV73%2520XUD') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CV74%2520FPF') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX24%2520OEE') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX63%2520OVZ') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX65%2520NVS') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX67%2520URS') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX68%2520FLW') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CX68%2520HYW') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CY09%2520BZT') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CY19%2520HSD') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CY65%2520LHR') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='CY68%2520LZD') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA05%2520EMK') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA07%2520VGD') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA14%2520TYO') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA24%2520UJJ') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA60%2520NLU') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA61%2520RYX') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA67%2520GPK') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA68%2520ZXE') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DA72%2520FJE') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DC15%2520HMD') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DC21%2520LSO') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DC72%2520MDV') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE11%2520RZA') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE17%2520ZWS') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE19%2520ZFG') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE59%2520DOA') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DE59%2520VCZ') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF10%2520ZDJ') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF18%2520KBY') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF19%2520XSN') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF22%2520VDT') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF61%2520BSY') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF64%2520CXX') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF64%2520FJU') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF66%2520KTP') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DF71%2520SKO') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG13%2520DBX') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG23%2520HSZ') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DG68%2520FZL') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DH18%2520AUA') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DK63%2520AOG') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DL17%2520WPT') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN13%2520CZM') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN13%2520HKY') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN20%2520LSU') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN59%2520SYW') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN61%2520FHE') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN64%2520THF') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN64%2520VVT') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN67%2520ZNE') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN68%2520VPK') HTTP/1.1" 204 0
2026-03-30 06:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DN71%2520EMJ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP17%2520OBU') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP18%2520YBJ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP22%2520TNV') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DP69%2520JHE') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS08%2520ETD') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS14%2520ZVO') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS18%2520ENL') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DS18%2520WUW') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU14%2520JTV') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU20%2520FSA') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU60%2520DDX') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU66%2520FCA') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DU67%2520VRR') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV14%2520KWL') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV15%2520XVY') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV19%2520YTZ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV58%2520XHF') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV67%2520UBZ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DV71%2520YRJ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DX17%2520LMM') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DX21%2520NHA') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DX67%2520MOF') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DX68%2520WYL') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY16%2520GNK') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY19%2520AOL') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY19%2520PXJ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY57%2520FSK') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY68%2520KNC') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY70%2520DYC') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='DY72%2520FTU') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA09%2520VJZ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA16%2520MFJ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA18%2520GYY') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA58%2520FMM') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EA64%2520YNW') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF14%2520KWA') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EF67%2520NZX') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ13%2520HVM') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ16%2520MVV') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ59%2520BNZ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ65%2520OOU') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ68%2520HDX') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ68%2520NXB') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EJ70%2520FPY') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK09%2520KWT') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK11%2520CGY') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK15%2520OXR') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK15%2520YTU') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK17%2520FKS') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK17%2520YON') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK65%2520BND') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EK67%2520FDY') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EN12%2520BVR') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EN65%2520JMO') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO12%2520HGY') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO17%2520OYE') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EO70%2520MVA') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ET12%2520HKK') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ET12%2520SCO') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ET14%2520UGS') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ET65%2520KHB') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EU18%2520UCA') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EU68%2520GKD') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX10%2520EBL') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX13%2520SZK') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX20%2520AWO') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX51%2520FDE') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EX67%2520LJN') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EY06%2520BZK') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EY11%2520KDO') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='EY18%2520PSZ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FA19%2520NZE') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FA19%2520YKL') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD16%2520OYG') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD60%2520UVJ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD71%2520OSL') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FD71%2520YBR') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE08%2520KHB') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FE18%2520WHG') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG16%2520SJO') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG17%2520GTU') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG60%2520ENY') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG62%2520EPD') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG65%2520DZP') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG68%2520EZC') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG68%2520MFX') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FG71%2520EOF') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH11%2520AEL') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH65%2520FVP') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH67%2520RUU') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FH67%2520SXN') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ09%2520LZL') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ14%2520VDO') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ18%2520PVF') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FJ20%2520YFD') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL60%2520TPY') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL68%2520UXJ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FL69%2520OHO') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FM10%2520TYD') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FM15%2520HKZ') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FM17%2520OVD') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FM18%2520YKV') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FN14%2520KBK') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP06%2520VCW') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP11%2520EYA') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP12%2520XBF') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP17%2520GKU') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP22%2520ZDG') HTTP/1.1" 204 0
2026-03-30 06:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP60%2520BJE') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP66%2520JWW') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP67%2520XBO') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FP71%2520UPG') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FR12%2520FKO') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FR19%2520ODG') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT20%2520DSV') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FT60%2520VVE') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV08%2520LEF') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV11%2520TZZ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV64%2520NXX') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FV70%2520GOX') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX15%2520WUJ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX16%2520LWA') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX17%2520UYU') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX62%2520XVA') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX63%2520MVR') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FX65%2520XSJ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY12%2520MVF') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY12%2520UTW') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY13%2520GHJ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY53%2520VMJ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='FY62%2520EWT') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GC17%2520UDS') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GC18%2520HUA') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GC18%2520VEM') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GD19%2520XHJ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF65%2520CKN') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF65%2520KNM') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GF65%2520TXN') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GHFS22494') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ07%2520OTD') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GJ65%2520HHA') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK10%2520XTH') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK14%2520ZWA') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK15%2520XJO') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK17%2520LNY') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GK21%2520VMP') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GL12%2520AUT') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GL17%2520MJE') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GL64%2520XPO') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GL66%2520DME') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GL66%2520XXM') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM16%2520FMD') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GM54%2520VEG') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GN17%2520ZHF') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GN65%2520MGX') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GN67%2520RXS') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU19%2520CCV') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU58%2520YXB') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU59%2520FKO') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU61%2520MFA') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU62%2520XEF') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU68%2520EMX') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GU70%2520DYA') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV08%2520YVD') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV11%2520WLR') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV14%2520CRK') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV19%2520CCA') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV59%2520FWP') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV69%2520NXT') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GV71%2520COA') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX13%2520XZZ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX19%2520KDU') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GX74%2520UFR') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY10%2520DDZ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY12%2520KNX') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY18%2520KNG') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY60%2520VXM') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY61%2520RYJ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='GY71%2520ZHG') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HD69%2520ARF') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HF23%2520WLZ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG21%2520UNK') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG57%2520NLZ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG64%2520KWL') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG71%2520VBF') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HG72%2520KNN') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK08%2520TDZ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK13%2520MKD') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK17%2520FZE') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK20%2520VUP') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK22%2520BKG') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK22%2520FUP') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HK72%2520WTD') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN11%2520WHX') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN13%2520ZPH') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN14%2520XLZ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN22%2520AVW') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN22%2520WHZ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN23%2520YVL') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN60%2520LLV') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN63%2520YVR') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN65%2520HWA') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HN72%2520CWX') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HS17%2520BNJ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT16%2520FTF') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT19%2520HMC') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT19%2520YKS') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT21%2520UVR') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT69%2520EUL') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HT71%2520JSX') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV18%2520RYF') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV21%2520ORN') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV57%2520GJF') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV63%2520XOF') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV63%2520ZNZ') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV69%2520EGU') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HV72%2520YJF') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HW20%2520MKD') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HW21%2520MYU') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HX69%2520VJM') HTTP/1.1" 204 0
2026-03-30 06:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HY13%2520ZGB') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HY17%2520KZK') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='HY65%2520XAA') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='J15%2520BPM') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='J99%2520RVG') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='JC14%2520NEC') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KD23%2520GXH') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE18%2520PVY') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE19%2520XDF') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KE72%2520LUJ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KF15%2520UME') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KF19%2520FFT') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KH15%2520ANB') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ16%2520BVE') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ17%2520TKF') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KJ19%2520AON') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KK18%2520UNW') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KL18%2520CDF') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KL18%2520KKF') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM59%2520GHV') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM66%2520USV') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM67%2520HNK') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KM73%2520WWC') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN18%2520WCA') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN53%2520PTU') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN67%2520YTU') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN69%2520PXV') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN70%2520HJX') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN70%2520MWE') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN72%2520NVR') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KN73%2520PZH') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KO17%2520VNT') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KO18%2520KZN') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP14%2520ZXX') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP18%2520MKK') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP21%2520AHZ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KP66%2520NUJ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR23%2520BEO') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KR65%2520BXW') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KS15%2520CLZ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT16%2520EFK') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT64%2520GXD') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KT69%2520ULJ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU61%2520UBC') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU73%2520HLZ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KU74%2520EHJ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KV20%2520PMU') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KV61%2520LUD') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KV69%2520UBL') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KW70%2520YHH') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KX21%2520CXG') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KX58%2520PNZ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KX59%2520LVZ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KX60%2520WKN') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY09%2520OHH') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY12%2520NMK') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY17%2520HVR') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY19%2520SXV') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='KY71%2520EHU') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA14%2520DHX') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LA19%2520XLB') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB13%2520RHZ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LB20%2520USL') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC17%2520AZZ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC18%2520XRB') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC66%2520XJN') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LC70%2520EXP') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD21%2520XOX') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LD73%2520FSV') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF13%2520UWV') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF15%2520CYH') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF16%2520ATK') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF16%2520CRU') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF19%2520SWY') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF19%2520ZWS') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF20%2520LTO') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LF64%2520PUO') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG08%2520MXY') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG20%2520CZY') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG53%2520YNP') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG65%2520RCV') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG66%2520CXS') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LG69%2520UPJ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ14%2520TLF') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ16%2520KPB') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ21%2520DYE') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LJ23%2520EXY') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LK08%2520VLG') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LK66%2520VNL') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LK70%2520EPX') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL11%2520KZE') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL12%2520XDK') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL13%2520DUJ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL21%2520MFJ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL23%2520ANP') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL65%2520YDN') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL67%2520OKM') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL67%2520UNZ') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL71%2520GJV') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL71%2520ONP') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LL71%2520VYB') HTTP/1.1" 204 0
2026-03-30 06:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM16%2520JYB') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520BPO') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM21%2520BVK') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM65%2520FUG') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LM67%2520ZHJ') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN18%2520BLJ') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN18%2520EOB') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN20%2520HRE') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN67%2520DWF') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN73%2520XGZ') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LN74%2520TGV') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO16%2520WKJ') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO19%2520XNK') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LO70%2520HVA') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP11%2520ZGB') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LP73%2520VYB') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR16%2520ZGT') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR68%2520KCG') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LR71%2520PWE') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS14%2520JUU') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS15%2520XKD') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS18%2520ZWH') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS59%2520YBT') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS65%2520EDF') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS68%2520YOC') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS69%2520NMK') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LS69%2520NNK') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT13%2520ABX') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT56%2520LUZ') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT59%2520SKD') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT61%2520PGK') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LT68%2520NZA') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV11%2520XCP') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV16%2520WWF') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV18%2520MTU') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV61%2520LEF') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LV62%2520VUM') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LX16%2520VAD') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LX63%2520HCU') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LY14%2520NYW') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='LY66%2520PXF') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='M11%2520JHP') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='M27%2520HME') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA07%2520KHM') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA15%2520XNZ') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA16%2520HVP') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA20%2520BEO') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA22%2520TZV') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA54%2520ODC') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA59%2520OXG') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MA66%2520XSL') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC19%2520YDE') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MC70%2520SFU') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MD71%2520KNX') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ME19%2520SYS') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF15%2520GSO') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF60%2520ZSD') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MF66%2520CKY') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MG59%2520ORY') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MGZ%25205177') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MH17%2520CCY') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MH21%2520VSG') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ18%2520AKZ') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ20%2520YXR') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MJ71%2520HHS') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK08%2520HZU') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK15%2520VVF') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MK18%2520ACU') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML09%2520WKM') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML17%2520BBZ') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML17%2520OYV') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML18%2520BGO') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML19%2520DWP') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML19%2520YJC') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML59%2520HZY') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML60%2520AKN') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML67%2520VXD') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML68%2520WOJ') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ML68%2520YFN') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM15%2520AOL') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM22%2520FVA') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MM68%2520EHO') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MP65%2520EOB') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT03%2520RZM') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT06%2520YCO') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT14%2520EEH') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT21%2520UPE') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MT70%2520BFF') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MV57%2520CFJ') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MW65%2520VXE') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MX66%2520WCL') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='MX69%2520UGL') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='N20%2520OTB') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA17%2520SVW') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA59%2520ZHE') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NA68%2520ABO') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NC19%2520LHX') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NC21%2520AUP') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NC71%2520EUR') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND11%2520AAO') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ND67%2520OGF') HTTP/1.1" 204 0
2026-03-30 06:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NG58%2520ONF') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NGZ%25205562') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NH57%2520EWD') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ60%2520WKW') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NJ64%2520KYF') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NK13%2520UMD') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NK15%2520UKE') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NK19%2520SYG') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NK69%2520LUA') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NK69%2520MVC') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NK70%2520ODL') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL57%2520OPF') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL64%2520ULJ') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL66%2520RAU') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NL66%2520RSY') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NM06%2520KTX') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU06%2520AXW') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU09%2520KWF') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU14%2520LFV') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU17%2520DXF') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU18%2520FFO') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU18%2520OCD') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU18%2520UEK') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU18%2520XVB') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU21%2520SSJ') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU59%2520OSJ') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NU65%2520TZD') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV14%2520AVZ') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NV63%2520BFA') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NX08%2520OFL') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NX12%2520WOU') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NX12%2520YZE') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NY55%2520KUS') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='NY68%2520FHE') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE15%2520XVR') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OE68%2520GZN') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OGZ%25203713') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OO05%2520JMX') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OU68%2520NWC') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV02%2520CUU') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV20%2520YTH') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520GVG') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV23%2520NVT') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV59%2520LJO') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV67%2520XPW') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OV71%2520FVD') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW12%2520ORL') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW14%2520KPK') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW16%2520YGH') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OW17%2520MVM') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY08%2520PCV') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY18%2520KYZ') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY20%2520OGH') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY59%2520BBF') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY59%2520EUU') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY62%2520GXL') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY68%2520MPZ') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='OY72%2520KVO') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='P19%2520CON') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE08%2520UWS') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE11%2520HJC') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE14%2520BYU') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE18%2520YJJ') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PE64%2520MYO') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PF10%2520AXC') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PF19%2520LML') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PF71%2520HSC') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ10%2520EFD') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ10%2520XOH') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ18%2520HNL') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PJ73%2520OAZ') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK06%2520ODM') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK10%2520UKG') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK60%2520DYG') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PK69%2520DVO') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PL17%2520EHD') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PL71%2520NBM') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PN68%2520WSZ') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PN72%2520OCY') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PO16%2520WTP') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PO63%2520RXG') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX11%2520PYJ') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX11%2520TKF') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX11%2520XPW') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX59%2520YPL') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX65%2520ZUA') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX69%2520ZMV') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='PX72%2520NJO') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='R12%2520JFS') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='R12%2520MLM') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='R70%2520XEN') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA16%2520XLC') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA16%2520ZVN') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA18%2520HMU') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA56%2520FCM') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RA71%2520BMO') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE05%2520GPY') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE09%2520ZYS') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE12%2520NPA') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520JYT') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE23%2520ZDT') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE60%2520XBZ') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RE71%2520CFK') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF21%2520OBU') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RF68%2520AZR') HTTP/1.1" 204 0
2026-03-30 06:59:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ11%2520WMZ') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ17%2520MMO') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ17%2520SRZ') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ19%2520HGE') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ59%2520GME') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ63%2520CYU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ63%2520JCX') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ68%2520PDX') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RJ71%2520YNW') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK09%2520UPP') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK12%2520ZSZ') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK17%2520DXS') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK22%2520WWY') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RK60%2520TTE') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RN53%2520VHP') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO08%2520ZDL') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO11%2520VDA') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO11%2520VUJ') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO25%2520MYB') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RO62%2520TZJ') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV12%2520NGO') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV17%2520FZR') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV22%2520YRU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV61%2520HWL') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RV69%2520FTP') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX06%2520LFS') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX17%2520HVA') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX17%2520HVD') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX17%2520HXP') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX63%2520JBE') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RX69%2520WTE') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='RY18%2520YYP') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA10%2520PGO') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA17%2520ELU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA18%2520ZVF') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA22%2520YWN') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA56%2520NYL') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA59%2520TXR') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA62%2520GTU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SA62%2520YJM') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SB19%2520JUY') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC11%2520UFG') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC16%2520KOA') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC16%2520PKJ') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC21%2520DYN') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC54%2520DGU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC63%2520JUW') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC65%2520CSZ') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SC66%2520VEU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD10%2520NXK') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD18%2520KYT') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD68%2520VWT') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SD70%2520ESV') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SE06%2520JNK') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SE13%2520WHJ') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SE17%2520PNV') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SF16%2520FZU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SF65%2520JWY') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SF72%2520ZHU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG10%2520KUX') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG10%2520XCX') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG11%2520HWE') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG57%2520VVC') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SG67%2520OHU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SGZ%25202832') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH03%2520COS') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH12%2520OGU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH21%2520LHZ') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH64%2520AWC') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH64%2520UNL') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH66%2520UBM') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH67%2520EDX') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SH71%2520LSD') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ15%2520LVV') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ15%2520YUK') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ16%2520BNG') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ16%2520OYP') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ18%2520VBF') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ23%2520OBH') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ63%2520JWX') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SJ68%2520ODK') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK18%2520TZT') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK22%2520RZF') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SK72%2520VRT') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL17%2520OYF') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL18%2520FXD') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL21%2520WYA') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL66%2520CBX') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL70%2520ABU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SL71%2520XNY') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM18%2520LTY') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM66%2520UKE') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SM70%2520UFV') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN15%2520XVX') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN17%2520OEG') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN57%2520KFA') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SN69%2520SNF') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SO13%2520CUK') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SO19%2520UYR') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP16%2520RYT') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SP71%2520OFE') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SR08%2520RAG') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SR14%2520AVL') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SR69%2520DUU') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SR72%2520HFZ') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST07%2520PLZ') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST15%2520SSO') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST15%2520ZZL') HTTP/1.1" 204 0
2026-03-30 06:59:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST59%2520JXY') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST65%2520JWO') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST69%2520HHX') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ST71%2520FON') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW13%2520AXR') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW19%2520GZN') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW20%2520FFO') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW20%2520LFO') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW62%2520OBH') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SW68%2520LGC') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SX68%2520KMU') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SX71%2520BJF') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SXZ%25205606') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SY16%2520YJH') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SY18%2520TXS') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SY71%2520GBE') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='SY72%2520VFV') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='T13%2520PPT') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='TA11%2520RON') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='TFZ%25209194') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='U12C70116') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='V24%2520DAP') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VA14%2520SDV') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE15%2520OXW') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VE66%2520OPW') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK11%2520KNE') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK13%2520PNX') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK17%2520LVN') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK19%2520WSF') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK68%2520XKC') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK69%2520OYM') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VK70%2520BYR') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN16%2520OBK') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN21%2520HFT') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN24%2520FWD') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VN70%2520ZNT') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO15%2520HRR') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO20%2520RRV') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VO63%2520NZB') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU17%2520YZS') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VU63%2520TVJ') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VX13%2520MJO') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VX66%2520LMM') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='VX72%2520OYY') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WA18%2520RWV') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WA71%2520NVB') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD16%2520MGU') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD21%2520EHK') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD21%2520GBU') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD68%2520UHR') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WD71%2520HSE') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF71%2520VTE') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WF72%2520OPU') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG09%2520TXH') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG18%2520SPV') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG65%2520ZTH') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG70%2520JXX') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG71%2520JSV') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WG71%2520NUP') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ21%2520BLZ') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ56%2520NUY') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ62%2520CZR') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ66%2520FWW') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WJ67%2520PZB') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK10%2520YMD') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK15%2520VGZ') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK21%2520YWD') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK22%2520UHX') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WK70%2520ORG') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WL21%2520HGN') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM18%2520FSU') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WM21%2520HNK') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN14%2520OZK') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WN21%2520NVR') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WO19%2520XZC') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WO23%2520KVK') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP05%2520RDX') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP18%2520FOV') HTTP/1.1" 204 0
2026-03-30 06:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP64%2520OFE') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP67%2520FKX') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WP69%2520EKA') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR57%2520DXL') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR63%2520TXB') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WR67%2520NAE') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WS19%2520LYX') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WT17%2520DZL') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU12%2520XBZ') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU17%2520EDO') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WU20%2520HNK') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV17%2520GKO') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV62%2520OMB') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WV72%2520URT') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='WX22%2520WRV') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='Y99%2520HMM') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA16%2520SYU') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA64%2520FYB') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YA67%2520UYZ') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB14%2520EOP') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB17%2520YUD') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB18%2520NZO') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB19%2520MZZ') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB68%2520ACF') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YB68%2520CUX') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC07%2520XAX') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC19%2520FGZ') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC25%2520OJF') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC68%2520XPB') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YC73%2520JSV') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD15%2520CHY') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD18%2520MSX') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD19%2520KYC') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD66%2520UEZ') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YD69%2520XLP') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE09%2520ZFU') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE12%2520ZTZ') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE51%2520OEO') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE69%2520XPG') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE71%2520AYW') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YE71%2520EHX') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF08%2520WPU') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF11%2520DBY') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF12%2520ZJN') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF13%2520RJZ') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF18%2520YFN') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF19%2520CEA') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF19%2520HFL') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF63%2520KNL') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF72%2520AHD') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YF72%2520OUN') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG14%2520MWD') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG16%2520GVK') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YG17%2520PHB') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YGZ%25202902') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH13%2520HCN') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH18%2520FET') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH24%2520OTN') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH59%2520TLF') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH66%2520YXE') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YH68%2520CLY') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ09%2520AZC') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ19%2520RDA') HTTP/1.1" 204 0
2026-03-30 06:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YJ63%2520KUA') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK12%2520NYW') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK17%2520WRP') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK61%2520XYF') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK62%2520XBP') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YK71%2520EFB') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YL69%2520BXF') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YL69%2520NXW') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM67%2520LLP') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM70%2520MVD') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM72%2520OBF') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YM73%2520GJG') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YN14%2520LPL') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YN15%2520PZF') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YN22%2520PKZ') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YN71%2520VJV') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YO19%2520ZYU') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YO21%2520EMV') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YO21%2520LKC') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YO65%2520EOL') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP17%2520BYS') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP17%2520OGU') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP18%2520TEV') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP19%2520LEB') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP23%2520FKE') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP65%2520LSV') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP65%2520WSZ') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP66%2520EBM') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP68%2520PXE') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YP70%2520DTX') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR23%2520OOF') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR61%2520OTL') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR64%2520TYX') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR70%2520TFY') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YR71%2520BZS') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS16%2520DLU') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS69%2520UXN') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YS71%2520FCM') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT09%2520ASV') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT13%2520YRR') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT61%2520KVG') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YT64%2520YSC') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YU19%2520GKO') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YV23%2520XAL') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YV68%2520USX') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YW16%2520MXM') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YW71%2520JEJ') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YX19%2520RHA') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YX56%2520SDZ') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YX58%2520SUF') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YX64%2520GUD') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY12%2520ERZ') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY15%2520YKC') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY23%2520VAU') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='YY70%2520VWF') HTTP/1.1" 204 0
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27bca.uk%27%20and%20last_price_update_time%20lt%201774421975&NextPartitionKey=1%218%21YmNhLnVr&NextRowKey=1%2116%21WVk3MSUyMExVQg-- HTTP/1.1" 200 None
2026-03-30 06:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='bca.uk',RowKey='ZLT039913') HTTP/1.1" 204 0
2026-03-30 06:59:46 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (7018 items) in: file:///var/lib/scrapyd/items/sourcing_v2/bca.uk/task_51_2026-03-30T06_00_00.jl
2026-03-30 06:59:46 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 532315,
 'downloader/request_count': 298,
 'downloader/request_method_count/GET': 298,
 'downloader/response_bytes': 123770868,
 'downloader/response_count': 298,
 'downloader/response_status_count/200': 212,
 'downloader/response_status_count/302': 86,
 'elapsed_time_seconds': 3570.58272,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 3, 30, 6, 59, 46, 523074, tzinfo=datetime.timezone.utc),
 'item_scraped_count': 7018,
 'log_count/DEBUG': 76399,
 'log_count/INFO': 82239,
 'log_count/WARNING': 375,
 'memusage/max': 223727616,
 'memusage/startup': 148156416,
 'photo_download_count': 78,
 'playwright/context_count': 2,
 'playwright/context_count/max_concurrent': 1,
 'playwright/context_count/persistent/False': 2,
 'playwright/context_count/remote/False': 2,
 'playwright/page_count': 0,
 'request_depth_max': 125,
 'response_received_count': 134,
 'scheduler/dequeued': 298,
 'scheduler/dequeued/memory': 298,
 'scheduler/enqueued': 298,
 'scheduler/enqueued/memory': 298,
 'scrape_type/new': 8,
 'scrape_type/price_update': 7010,
 'scrape_type/skipped': 5377,
 'scrapy-zyte-api/429': 0,
 'scrapy-zyte-api/attempts': 126,
 'scrapy-zyte-api/error_ratio': 0.0,
 'scrapy-zyte-api/errors': 0,
 'scrapy-zyte-api/fatal_errors': 0,
 'scrapy-zyte-api/mean_connection_seconds': 15.00299794090882,
 'scrapy-zyte-api/mean_response_seconds': 16.290187211115917,
 'scrapy-zyte-api/processed': 126,
 'scrapy-zyte-api/request_args/actions': 1,
 'scrapy-zyte-api/request_args/browserHtml': 1,
 'scrapy-zyte-api/request_args/customHttpRequestHeaders': 125,
 'scrapy-zyte-api/request_args/experimental.requestCookies': 125,
 'scrapy-zyte-api/request_args/experimental.responseCookies': 126,
 'scrapy-zyte-api/request_args/httpResponseBody': 125,
 'scrapy-zyte-api/request_args/httpResponseHeaders': 125,
 'scrapy-zyte-api/request_args/sessionContext': 1,
 'scrapy-zyte-api/request_args/url': 126,
 'scrapy-zyte-api/status_codes/200': 126,
 'scrapy-zyte-api/success': 126,
 'scrapy-zyte-api/success_ratio': 1.0,
 'scrapy-zyte-api/throttle_ratio': 0.0,
 'source/items_encountered': 12395,
 'start_time': datetime.datetime(2026, 3, 30, 6, 0, 15, 940354, tzinfo=datetime.timezone.utc)}
2026-03-30 06:59:46 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (sourcing_v2), SPIDER (bca.uk)